/*
Theme Name: Access Favor by Three Ring Focus
Theme URL: https://ThreeRingFocus.com
Description: Responsive Website by Three Ring Focus
Author: Josh Castro
Author URI: ThreeRingFocus.com
Version: 9.9.9
Tags: Responsive, blue, green, white.
*/

/* 	
== DEFAULTS ==*/

* {
    box-sizing: border-box; /* border thickness & padding included inside box */
    margin: 0;
    padding: 0;
}
body {
    color: #111;
	font-family: roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: .06em;
    text-align: left;
}
.clear {
    clear: both;
}
input[type="checkbox"] {
    -webkit-appearance: checkbox;
}
input[type="radio"] {
    -webkit-appearance: radio;
    margin-top: 0px;
}
input[type="submit"], input[type="button"] {
    -webkit-appearance: button;
}


/* 	
== SCROLL BAR ==*/

/* Width */
::-webkit-scrollbar {
  width: 15px;
}
/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
  background: #eee;
}
/* Handle */
::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
  background: #8dc63f;
}


/* 	
== FONTS ==*/

h1, h2, h3, h4, h5, h6 {
	margin: 10px 0 40px 0;
	font-family: montserrat, sans-serif;
	font-weight: 700;
	line-height: 1.4em;
}
h1 {
    font-size: 3em;
}
h2 {
    font-size: 2em;
}
h3 {
    font-size: 1.5em;
}
h4 {
    font-size: 1.25em;
}
h5 {
    font-size: 1em;
}
h6 {
    font-size: .8em;
}
.smallHead {
	margin: 0;
	font-size: 1.5em;
	color: #8dc63f !important;
}
p {
    font-size: 1em;
    line-height: 1.5em;
    margin: 40px 0 60px 0;
}
a {
	color: #8dc63f;
	font-weight: bold;
    text-decoration: none;
    cursor: pointer;
	font-style: normal;
    transition: all .4s ease-in-out;
}
a:hover {
    color: #19abdc;
}
ul {
    list-style: inside;
    list-style-type: disc;
    padding: 0px 20px;
    font-size: 1em;
    line-height: 1.5em;
    margin: 40px 0 60px 0;
}
ol {
    list-style: inside;
    list-style-type: decimal;
    padding: 0px 20px;
    font-size: 1em;
    line-height: 1.5em;
    margin: 40px 0 60px 0;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
li {
    font-size: 1em;
    line-height: 2em;
}
em {
	letter-spacing: .01em;
}
.bgImg {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}


/* 	
== HEADER ==*/

.myHeader {
	width: 100%;
	padding-left: 100px;
	background-color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.logo, .logo a {
    width: 228px;
    height: 84px;
	display: block;
}
.logo {
    background-size: 100%;
    text-indent: -9999px;
	margin: 0 15px;
}
.logo a {
    background-image: url("images/global/logo.png");
    background-position: center;
    background-size: cover;
}
.headRight p {
	margin: 10px 0;
	color: #8dc63f;
	text-align: right;
    line-height: 1em;
}
.headRight p a {
	padding: 0 30px;
	color: #8dc63f;
}
.headWrap {
	display: flex;
	align-items: center;
}
.headButton {
	background-color: #8dc63f;
	color: #fff;
	padding: 30px 50px;
    display: block;
    font-weight: 700;
}
.headButton:hover {
	background-color: #19abdc;
	color: #fff;
}


/* 	
== NAVIGATION ==*/

@media screen and (min-width: 1240px) {
	.sfm-navicon-button {
		display: none;
	}
}

@media screen and (max-width: 1240px) {
	#hideMenu {
		display: none;
	}
}
.navBox {
}
#submenu {
    width: 100%;
}
#submenu ul {
    margin: 0;
    padding: 0;
    width: 100%;
    float: right;
    list-style: none;
    font-style: normal;
}
#submenu li {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
	text-align: left;
	background-color: #fff;
	border-top: 1px solid #EEE;
    border-left: 1px solid #EEE;
}
#submenu li a {
    margin: 0;
    color: #19abdc;
    display: block;
    font-weight: 700;
    position: relative;
    text-decoration: none;
    padding: 25px 35px;
    transition: color .4s ease-in-out;
}
#submenu li a:hover, #submenu li a:active, #submenu .current_page_item a {
    color: #000;
}
#submenu li li a {
}
#submenu li a.sf-with-ul {
    padding-right: 10px;
}
#submenu li li a, #submenu li li a:link, #submenu li li {
    color: #19abdc;
    font-size: .9em;
    line-height: 1em;
    position: relative;
    padding: 10px 5px;
    transition: color .4s ease-in-out;
}
#submenu ul ul li:first-child {
    margin-top: 0px;
}
#submenu ul ul ul li:first-child {
    margin-top: 0;
}
#submenu ul ul li:last-child {
    border-bottom: none;
}
#submenu li li:last-child {
    border-bottom: none;
}
#submenu li li a:hover, #submenu li li a:active {
    color: #000;
}
#submenu li ul {
    padding: 0;
    left: -999em;
    height: auto;
    width: 180px;
    z-index: 9999;
    margin: 0px;
    position: absolute;
}
#submenu li ul a {
    width: 180px;
}
#submenu li ul ul {
    margin: -23px 0 0 180px;
}
#submenu li:hover ul ul, #submenu li:hover ul ul ul, #submenu li.sfHover ul ul, #submenu li.sfHover ul ul ul {
    left: -999em;
}
#submenu li:hover ul, #submenu li li:hover ul, #submenu li li li:hover ul, #submenu li.sfHover ul, #submenu li li.sfHover ul, #submenu li li li.sfHover ul, #submenu .menu-item-hover > .sub-menu {
    left: auto;
}
#submenu li:hover, #submenu li.sfHover, #submenu .menu-item-hover {
    position: static;
}


/*
== Buttons ==*/

.buttons {
	padding: 20px 30px;
	margin: 10px 0 0 0;
	letter-spacing: .08em;
	text-align: center;
	display: inline-block;
    transition: all .4s ease-in-out;
}
.btn-green {
	background-color: #8dc63f;
	color: #FFF;
}
.btn-green:hover {
	background-color: #19abdc;
	color: #FFF;
}
.btn-white {
	background-color: #FFF;
	color: #8dc63f !important;
}
.btn-white:hover {
	background-color: #8dc63f;
	color: #FFF !important;
}


/* 	
== HOME PAGE ==*/
.hero {
	width: 100%;
	height: 1060px;
	padding: 0 40px;
	background-image: url("images/home/hero.jpg");
	display: flex;
	align-items: center;
	justify-content: center;
}
.heroTxt {
	text-align: center;
	color: #fff;
}
.heroTxt h1 {
}
.heroTxt p {
	max-width: 740px;
	margin: 60px auto;
}
.heroLink {
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.heroLink a {
	color: #8dc63f;
}
.heroLink a:hover {
	color: #FFF;
}
.heroLink a.heroArrow {
	font-size: 3em;
	color: #FFF;
}
.heroLink a.heroArrow:hover{
	color: #8dc63f;
}
.section1 {
	width: 100%;
	padding: 100px 40px;
	color: #fff;
	background-color: #19abdc;
	text-align: center;
}
.section1 h2 {
	max-width: 780px;
	margin: auto;
	font-size: 1.5em;
    line-height: 1.8em;
}
/* Section 2 
.section2 {
	width: 100%;
	padding: 80px 0px;
	display: flex;
}
.s2Box {
	width: 50%;
	padding: 100px 40px;
}
.s2Text {
	width: 100%;
	max-width: 620px;
	margin: auto;
}
.s2Text h2 {
	color: #19abdc;
}
.s2Image {
	width: 50%;
	background-color: #999;
} */
/* Section 3 */
.section3 {
	width: 100%;
	padding: 150px 40px 100px 40px;
	background-color: #EEE;
}
.section3 h2 {
	color: #19abdc;
	text-align: center;
	margin-top: 0;
}
.section3 .btnCenter {
	width: 100%;
	text-align: center;
}
.s3Wrap {
	width: 100%;
	max-width: 1500px;
	margin: 60px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.s3Box {
	width: calc(50% - 35px);
	padding: 90px 0;
	border-bottom: 1px solid #d7d7d7;
	display: flex;
}
.s3Box:nth-child(3), .s3Box:nth-child(6), .s3Box:nth-child(9) {
	justify-content: flex-end;
}
.s3Box img {
	max-width: 89px;
	min-width: 89px;
	height: 90px;
}
.s3Line {
	width: 1px;
	height: auto;
	background-color: #d7d7d7;
}
.s3Text {
	width: 100%;
	max-width: 560px;
	padding-left: 25px;
}
.s3Text h3 {
	margin: 0;
}
.s3Text p {
	margin: 15px 0;
}
.s3Text a {
	font-weight: bold;
	color: #8dc63f;
}
.s3Text a:hover {
	color: #19abdc;
}
.s3Center .s3Box {
	margin: auto;
}
/* Section 4 */
.section4 {
	padding: 100px 40px 1px 40px;
	background-color: #8dc63f;
	text-align: center;
}
.section4 h2 {
	color: #fff;
	margin-top: 0;
}
.s4Wrap {
	width: 100%;
	max-width: 1160px;
	margin: 80px auto -80px auto;
	display: flex;
	justify-content: space-between;
}
.s4Box {
	width: calc(33.33% - 20px);
	max-width: 325px;
	padding: 80px 40px;
	background-color: #fff;
	box-shadow: 0 0 6px 2px rgba(0,0,0,.15);
}
.s4Box h3,
.s4Box span {
	font-size: 4em;
	color: #19abdc;
	margin: 0 0 30px 0;
}
.s4Box h4 {
	color: #8dc63f;
	margin: 0;
}
.s4Box h3,
.s4Box h4 {
	line-height: 1em;
}
.stat-number {
    display: inline-block;
    min-width: 1.5em; /* Adjust based on your font size */
    font-variant-numeric: tabular-nums; /* Keeps numbers from shifting horizontally */
}
/* Section 5 */
.section5 {
	padding: 150px 0px;
	background-color: #eaf5dc;
	display: flex;
}
.s5Box {
	width: 50%;
	padding: 100px 40px;
}
.s5Text {
	width: 100%;
	max-width: 620px;
	margin: auto;
}
.s5Text h2 {
	color: #19abdc;
	margin-top: 0;
}
.s5Image {
	width: 50%;
	background-image: url("images/home/img01.jpg");
}
/* Section 6 */
.section6 {
	width: 100%;
	max-width: 1000px;
	margin: auto;
	padding: 140px 0px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.s6Img {
	max-width: 300px;
	padding: 10px;
}


/* 	
== PAGES ==*/

.banner {
    width: 100%;
    height: auto;
}
.banner img {
    width: 100%;
    height: auto;
    display: block;
}
.pageContent {
    max-width: 800px;
	margin: 0 auto;
	padding: 0 20px;
}
.headBox {
	width: 100%;
	padding: 50px 20px;
	background-color: #19abdc;
	color: #fff;
	text-align: center;
}
.headBox h1 {
	margin: 0;
}


/* 	
== FOOTER ==*/

.myFooter {
    width: 100%;
    padding: 70px 80px 1px 80px;
	color: #fff;
	background-color: #19abdc;
}
.myFooter a {
	text-decoration: none;
	color: #fff;
}
.myFooter a:hover {
	text-decoration: none;
	color: #000;
}
.myFooter h6 {
	margin: 0 0 20px 0;
	padding-bottom: 20px;
	text-transform: uppercase;
	line-height: 1em;
	font-size: 1.5em;
	border-bottom: 1px solid #fff;
}
.myFooter ul {
    list-style: none;
    padding: 0px 30px 0 0;
    margin: 0;
}
.myFooter .fa-brands {
	font-size: 2em;
	margin: 20px 0 0 10px;
}
.footWrap {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.fCol1,
.fCol2,
.fCol3 {
	margin-right: 20px;
}
.fCol1 p {
	margin: 0 0 10px 0;
	display: flex;
    align-items: center;
}
.fCol1 .fa-solid {
	padding-right: 10px;
	font-size: 1.5em;
}
.fCol2 {
	width: 300px;
}
.fCol3 {}
.fCol4 {
	text-align: right;
}
.fcWrap {
	display: flex;
	justify-content: space-between;
}
.baseP {
	margin: 30px 0;
}

/* 	
== NEWS/BLOG ==*/

#thumby {
	padding: 0;
	display: block;
	margin-top: 20px;
	margin-bottom: 10px;
	min-height: 150px;
	background-position: center;
	background-size: cover;
}
#thumby img {
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	display: block;
}
#texty h2 {
	padding: 0;
	margin: 30px 0px 25px 25px;
	text-align: left;
	font-size: 1.5em;
}
#texty p {
	font-size: .9em;
	line-height: 1.5em;
	text-align: left;
	letter-spacing: 1px;
	margin: 0px 0px 15px 25px;
}
#texty h2 a {
	color: #2d3691;
}
#texty p a {
	color: #444;
	text-decoration: none;
}
.spacer {
	width: 100%;
	height: 30px;
}
.split {
	padding: 0;
	width: 70%;
	height: 2px;
	margin: 30px auto;
	background-color: #DDD;
}
.blog-three {
	float: left;
	width: 30%;
}
.blog-seven {
	float: left;
	width: 70%;
}

/* 	
== WORDPRESS FIXES ==*/

img.alignright {
    float: right;
    margin: 0 0 1em 1em;
}
img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
}
img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.alignright {
    float: right;
}
.alignleft {
    float: left;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-block-separator.is-style-wide {
    margin-bottom: 40px;
}

/* 	
== RESPONSIVE ELEMENTS ==*/

.response img {
    width: 100%;
    height: auto;
    display: block;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 20px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.mapWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.mapWrapper iframe, .mapWrapper object, .mapWrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* 	
== RESPONSIVE STYLES ==*/

.container {
    width: 100%;
    margin: 0;
	padding: 80px 0px;
}
.cent {margin: auto;}
.alpha {float: left;}
.omega {float: right;}
.one {width: 10%;}
.two {width: 20%;}
.three {width: 30%;}
.four {width: 40%;}
.five {width: 50%;}
.six {width: 60%;}
.seven {width: 70%;}
.eight {width: 80%;}
.nine {width: 90%;}
.ten {width: 100%;}
.third {width: 33.333%;}
.two-thirds {width: 66.666%;}
.quarter {width: 25%;}
.three-qtr {width: 75%;}


/* Monitor Medium | iPad Pro Large Landscape */
@media only screen and (max-width: 1366px) {
	.myHeader {padding-left: 0px;}
}

@media screen and (max-width: 1240px) {
	.headButton {display: none;}
	.myHeader {align-items: flex-start; padding: 5px 0;}
	.headRight p {margin: 5px 0;}
	.headRight p a {padding: 0 10px 0 30px;}
}

/* iPad Pro Landscape */
@media only screen and (max-width: 1112px) {
	.myFooter {padding: 60px 20px 1px 20px;}
}

/* iPad & iPad Mini Landscape | iPad Pro Portrait */
@media only screen and (max-width: 1024px) {
	.section2 {flex-direction: column-reverse; align-items: center; padding: 160px 20px 80px 20px;}
	.section5 {flex-direction: column; align-items: center; padding-left: 20px; padding-right: 20px;}
	.s2Box, .s5Box, .s2Image, .s5Image {width: 100%;}
	.s2Box, .s5Box {padding: 80px 0px 0px 0px;}
	.s2Image, .s5Image {max-width: 620px; height: 400px;}
}

/* Custom */
@media only screen and (max-width: 960px) {
	.s4Wrap {flex-direction: column; align-items: center;}
	.s4Box {width: 100%; padding: 80px 20px; margin-bottom: 30px;}
	.fcWrap {flex-direction: column;}
}

/* Monitor Small */
@media only screen and (max-width: 800px) {
	h1 {font-size: 2em;}
	h2 {font-size: 1.5em;}
	h3 {font-size: 1.125em;}
	h4 {font-size: 1em;}
	h5 {font-size: .813em;}
	h6 {font-size: .625em;}
	
}

/* iPhone 8 Plus Landscape | iPad Portrait */
@media only screen and (max-width: 768px) {
	.hero, .section1, .section2, .section3, .section4, .section5 {padding-left: 20px; padding-right: 20px;}
	.s3Box {width: 100%;}
	.s3Line {display: none;}
	.myFooter {text-align: center;}
	.footWrap {flex-direction: column; align-items: center;}
	.fCol1, .fCol2, .fCol3, .fCol4 {margin: 0 0 30px 0;}
	.fCol4 {text-align: center;}
	.fCol1 p {justify-content: center;}
	.myFooter ul {padding: 0;}
	.baseP {margin: 10px 0 30px 0;}
}

/* iPhone 8 Landscape */
@media only screen and (max-width: 667px) {
	.section6 {flex-direction: column; padding: 90px 0px;}
}

/* Mobile Portrait */
@media only screen and (max-width: 600px) {
	.myHeader {padding: 5px 0 5px 5px;}
	.logo, .logo a {width: 200px; height: 70px;}
	.headRight {display: none;}
	.sfm-navicon-button {top: 15px;}
	.s3Box img {max-width: 70px; min-width: 70px; height: 72px;}
	.s3Text {padding-left: 20px;}
}

/* iPhone SE Landscape */
@media only screen and (max-width: 568px) {
}
