/*
Theme Name: House Staff 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.
*/

/* Baseline Normalize - normalize.css v3.0.1 | MIT License | git.io/normalize
--------------------------------------------- */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* 	
== DEFAULTS ==*/

* {
    box-sizing: border-box; /* border thickness & padding included inside box */
    margin: 0;
    padding: 0;
}
body {
    color: #585858;
	font-family: "Helvetica Neue", Helvetica, Gotham, Arial, "sans-serif";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: .06em;
	background-color: #eeefe9;
}
.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: #585858;
}

/* 	
== FONTS ==*/

h1, h2, h3, h4, h5, h6 {
    margin: 30px 0 50px 0;
	line-height: 1.2em;
	letter-spacing: .15em;
	font-family: "lato", sans-serif;
	font-weight: 600;
	font-style: normal;
	text-transform: uppercase;
}
h1 {
	margin-top: 0;
    font-size: 4em;
}
h2 {
    font-size: 3em;
}
h3 {
    font-size: 2em;
}
h4 {
    font-size: 1.5em;
}
h5 {
    font-size: 1em;
}
h6 {
    font-size: .8em;
}
h1 span,
h2 span {
	font-weight: 300;
	font-size: .7em;
	letter-spacing: .1em;
	text-transform: lowercase;
}
p {
    font-size: 1em;
    line-height: 2em;
    letter-spacing: .06em;
    margin: 30px 0;
}
a {
	color: #000;
    text-decoration: none;
    cursor: pointer;
	font-style: normal;
    transition: all .4s ease-in-out;
}
a:hover {
	color: #444;
}
ul, ol {
    list-style: inside;
    padding: 0px 20px;
    margin: 30px 0;
}
ul {
    list-style-type: disc;
}
ol {
    list-style-type: decimal;
}
li {
    font-size: 1em;
    line-height: 2em;
    letter-spacing: .06em;
}
em {
	letter-spacing: .01em;
}
.bgImg {
    background-position: center;
    background-size: cover;
	background-repeat: no-repeat;
}

/* 	
== BUTTONS ==*/

.buttons {
	margin: 10px 0;
	padding: 5px 10px;
	font-family: "lato", sans-serif;
	font-weight: 500;
	font-style: normal;
	position: relative;
	display: inline-block;
	font-size: 1.1em;
	line-height: 1em;
	letter-spacing: .2em;
	text-align: center;
	text-transform: lowercase;
	color: #585858;
	border: 1px solid #585858;
	background: transparent;
	cursor: pointer;
	z-index: 1;
}
.buttons::after {
	content: "";
	position: absolute;
	top: 4px;
	left: 4px;
	right: -4px;
	bottom: -4px;
	background-color: rgba(238,238,238,0.5);
	transition: all 0.2s ease;
	z-index: -1;
}
.buttons:hover::after {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

/* 	
== HEADER ==*/

.myHeader {
	position: relative;
	width: 100%;
	padding: 10px 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-shadow: 0px 10px 10px 0px rgba(0,0,0,.15);
}
.logo {
    width: 357px;
    height: 37px;
    display: block;
    background: url("images/global/logo.png");
    background-position: center;
    background-size: cover;
	background-repeat: no-repeat;
}
.sfm-navicon-button {
	display: none;
}
.headRight {
	text-align: right;
	width: calc(100% - 400px);
}
.headRight .fa-solid {
	opacity: .5;
}
.head-line {
	width: 100%;
	height: 2px;
	margin: 10px 0;
	background-color: rgba(88,88,88,.5);
}
#smallerText {
	font-size: .8em;
}

/* 	
-•== NAVIGATION ==•- 
*/

.navBar {
    float: right;
}
#submenu {
}
#submenu ul {
    margin: 0;
    padding: 0;
    width: 100%;
    float: right;
    list-style: none;
	font-size: .9em;
}
#submenu li {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    text-transform: uppercase;
	line-height: 1.1em;
}
#submenu li a {
    margin: 0;
    color: #585858;
    display: block;
    position: relative;
    text-decoration: none;
    padding: 0px 0px 0px 20px;
    transition: color .4s ease-in-out;
}
#submenu li a:hover, #submenu li a:active, #submenu .current_page_item a {
    color: #000;
}
#submenu li a.sf-with-ul {
    padding-right: 10px;
}
#submenu li li a, #submenu li li a:link, #submenu li li {
    color: #585858;
    width: 210px;
    font-size: 15px;
    font-weight: 400;
    padding-top: 0px;
    line-height: 1.2em;
    margin-left: -10px;
    position: relative;
    padding: 0px 0px 2px 10px;
    transition: color .4s ease-in-out;
}
#submenu ul ul li:first-child {
    margin-top: 8px;
    border-top: none;
}
#submenu ul ul li:last-child {
    border-bottom: none;
}
#submenu li li {
    background-color: #eeefe9;
}
#submenu li li:last-child {
    border-bottom: none;
}
#submenu li li a:hover, #submenu li li a:active {
    color: #000;
    margin-left: -10px;
}
#submenu li ul {
    padding: 0;
    left: -999em;
    height: auto;
    width: 170px;
    z-index: 9999;
    margin: 0px 25px;
    position: absolute;
	text-align: left;
}
#submenu li ul a {
    width: 170px;
}
#submenu li ul ul {
    margin: -27px 0 0 170px;
}
#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;
}

/* 	
== HOME PAGE ==*/

/* Section One */
.sectionOne {
	width: 100%;
	padding: 150px 40px 0 40px;
	background-image: url("images/home/bg-01.jpg");
}
.s1Wrap {
	width: 100%;
	max-width: 1550px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}
.s1Img {
	width: 100%;
	max-width: 725px;
	display: flex;
    align-items: flex-end;
}
.s1Text {
	width: 100%;
	max-width: 840px;
	padding: 50px 0;
}
.shiftText {
	margin: 0 0 0 -70px;
}
/* Section Two */
.sectionTwo {
	width: 100%;
	padding: 120px 40px;
	background-color: #bfcad0;
}
.s2Wrap {
	width: 100%;
	max-width: 1700px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center
}
.s2Text {
	width: 100%;
	max-width: 740px;
	padding-right: 40px;
}
.s2Vid {
	width: 100%;
	max-width: 900px;
	box-shadow: 20px 20px 30px -10px rgba(0,0,0,.5);
}
/* Section Three */
.sectionThree {
	width: 100%;
	padding: 25px 40px 0 40px;
	background-image: url("images/home/quote-left.png"), url("images/home/quote-right.png"), url("images/home/bg-02.jpg");
	background-position: top left, bottom right, center;
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-size: auto, auto, cover;
	position: relative;
}
.s3Wrap {
	width: 100%;
	max-width: 1400px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.s3Img {
	width: 100%;
	max-width: 580px;
	display: flex;
    align-items: flex-end;
}
.testimonial-slider {
	/* position: relative; */
	max-width: 800px;
	overflow: hidden;
}
.testimonial-track {
	display: flex;
	transition: transform 0.6s ease-in-out;
}
.testimonial {
	flex: 0 0 100%;
	box-sizing: border-box;
	font-size: 1.2em;
	color: #333;
}
.testimonial p {
	margin: 20px 0;
}
.testimonial span {
	font-size: .8em;
}
.controls {
	position: absolute;
	bottom: 30px;
	right: 30px;
}
.controls i {
	font-size: 2em;
	margin-left: 10px;
	color: #fff;
	cursor: pointer;
	transition: color 0.2s ease;
	text-shadow: 0 0 5px rgba(0,0,0,.3);
}
.controls i:hover {
	color: #000;
}
/* Section Four */
.sectionFour {
	width: 100%;
	padding: 100px 40px;
	background-image: url("images/home/bg-03.jpg");
	text-align: center;
}
.logoWrap {
	width: 100%;
	max-width: 1920px;
	margin: auto;
	display: flex;
	justify-content: space-evenly;
	gap: 20px;
	flex-wrap: wrap;
}
.logoBox {
	width: calc(20% - 20px);
	padding: 20px;
	background-color: rgba(256,256,256,.5);
	max-width: 300px;
	aspect-ratio: 1 / 1;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.logoBox::after {
	content: '';
	background-color: transparent;
	border: 1px solid #585858;
	position: absolute;
	top: -3px;
	right: 3px;
	left: -3px;
	bottom: 3px;
}
.logoBox img {
	max-width: 250px;
}
/* Section Five */
.sectionFive {
	width: 100%;
	display: flex;
}
.sectionFive h2,
.sectionFive h3,
.sectionFive h4,
.sectionFive h5 {
	line-height: 1em;
}
.sectionFive h2,
.sectionFive h4 {
	font-weight: 300;
}
.sectionFive h2 {
	margin: 0 0 10px 0;
	font-size: 2.25em;
}
.sectionFive h3 {
	margin: 0;
	font-size: 1.7em;
}
.sectionFive h4 {
	margin: 0 0 10px 0;
	font-size: 1em;
	font-style: italic;
}
.sectionFive h5 {
	font-size: 2em;
	margin: 0 0 35px 0;
	font-style: italic;
}
.s5Left,
.s5Right {
	width: 50%;
	padding: 50px 40px;
	display: flex;
}
.s5Left {
	background-color: #bfcad0;
}
.s5Right {
	background-color: #ced3cc;
}
.s5Wrap {
	width: 100%;
	max-width: 830px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.s5Circle {
	width: 100%;
	max-width: 240px;
	height: 100%;
	max-height: 240px;
	margin-right: 20px;
	padding: 20px;
	background-color: #fff;
	aspect-ratio: 1 / 1;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	border-radius: 50%;
}
.s5Circle::after {
	content: '';
	border-radius: 50%;
	background-color: transparent;
	border: 1px solid #585858;
	position: absolute;
	top: -3px;
	right: 3px;
	left: -3px;
	bottom: 3px;
}
.s5Circle img {
	max-width: 190px;
}
.s5Text {
	width: 100%;
	max-width: 520px;
}
/* Section Six */
.sectionSix {
	width: 100%;
	padding: 20px 0 0 0;
	background-image: url("images/home/bg-04.jpg");
}
.s6Wrap {
	width: 100%;
	max-width: 1920px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}
.s6Img {
	width: 100%;
	max-width: 870px;
	display: flex;
    align-items: flex-end;
}
.s6TextWrap {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.s6Text {
	width: 100%;
	max-width: 700px;
	margin: auto;
	padding-bottom: 50px;
}
/* Section Seven */
.sectionSeven {
	width: 100%;
}
/* Section Eight */
.sectionEight {
	width: 100%;
	padding: 120px 0;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.s8Top,
.s8Bot {
	width: 100%;
	max-width: 830px;
	margin-right: 10%;
}
.s8Mid {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.s8Bot .fa-brands {
	margin-right: 20px;
    font-size: 1.5em;
	color: #585858;
    transition: all .4s ease-in-out;
}
.s8Bot .fa-brands:hover {
	color: #000;
}
.lineSmall,
.lineLong {
	height: 2px;
	background-color: #585858;
}
.lineSmall {
	width: calc(20% - 220px);
}
.lineLong {
	width: calc(80% - 220px);
}


/* 	
== PAGES ==*/

.banner {
    width: 100%;
    height: auto;
}
.banner img {
    width: 100%;
    height: auto;
    display: block;
}
.bannerBG {
	width: 100%;
	height: 340px;
	text-align: center;
	background-color: #333;
}
.pageBox {
	width: 100%;
	padding: 50px 40px 100px 40px;
}
.pageText {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}


/* 	
== TEMPLATE PAGES ==*/
.pageTempWrap {
	width: 100%;
	max-width: 1500px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}
.pageTempText {
	width: calc(100% - 380px);
}
.pageTempText h1 {
    font-size: 3em;
}
.pageTempText .smallHead {
	text-transform: lowercase;
	letter-spacing: .1em;
	font-weight: 300;
	color: #585858;
	font-size: 2em;
	margin: 0 0 10px 0;
}
.pageTempText h2,
.pageTempText h3,
.pageTempText h4,
.pageTempText h5,
.pageTempText h6 {
	margin-bottom: 10px;
}
.pageTempText h2 {
    font-size: 2em;
}
.pageTempText ul,
.pageTempText ol {
    padding: 0px;
    margin: 0;
}
.sideBar {
	width: 100%;
	max-width: 328px;
	margin-right: 10px;
}
.sideLogo {
	margin: -200px 0 50px 0;
}
.sbFB,
.sbIG,
.sbGP {
	width: 100%;
	max-width: 275px;
	margin-bottom: 5px;
	display: inline-block;
	font-weight: 300;
	padding: 5px 10px;
	color: #fff;
	font-size: 1.2em;
}
.sbBtn {
	width: 100%;
	margin-bottom: 20px;
	display: inline-block;
	padding: 20px 15px;
	text-align: center;
	color: #fff;
	background-color: #969c92;
	text-transform: uppercase;
	font-size: 1.2em;
}
.sbFB {
	background-color: #3b579d;
}
.sbIG {
	background-color: #f7902c;
}
.sbGP {
	background-color: #ea4335;
}
.sbBtn:hover,
.sbFB:hover,
.sbIG:hover,
.sbGP:hover {
	background-color: #111;
	color: #fff;
}
.sideBar .fa-brands,
.sideBar .fa-solid{
	margin-right: 5px;
}
 
/* 	
== FOOTER ==*/

.myFooter {
    width: 100%;
	padding-top: 20px;
	background-color: #5b6c7e;
	color: #eeefe9;
}
.footLogo {
	width: 347px;
	height: 35px;
	margin: 100px auto;
	background-image: url("images/global/logo-foot.png");
}
.footWrap {
	width: 100%;
	max-width: 1600px;
	margin: auto;
	padding: 0px 20px 120px;
	display: flex;
	justify-content: space-between;
}
.footLeft {
	padding-right: 20px;
}
.footRight {
	width: 50%;
	max-width: 500px;
}
.footNav {
	margin-bottom: 25px;
	font-size: .9em;
}
.footNav2 {
	font-size: .8em;
}
.footNav ul,
.footNav2 ul{
    margin: 0;
	padding: 0 0 0 0;
}
.footNav li,
.footNav2 li{
    margin: 0;
    list-style: none;
    line-height: 1.5em;
    padding: 0 12px;
    display: inline-block;
}
.footNav li:first-child,
.footNav2 li:first-child{
	padding-left: 0;
}
.footNav li a,
.footNav2 li a {
	text-decoration: none;
	font-weight: bold;
}
.footNav li a {
	color: #eeefe9;
}
.footNav li a:hover {
	color: #9dbbda;
}
.footNav2 li a {
	color: #9dbbda;
}
.footNav2 li a:hover {
	color: #eeefe9;
}
.footRight p {
	margin: 0 0 10px 0;
}
.footRight input {
    width: 99%;
    border: none;
    padding: 8px 10px;
	font-family: "lato", sans-serif;
    line-height: normal;
	font-size: .8em;
    color: #5b6c7e;
    background-color: rgba(256,256,256,.2);
}
.footRight input::placeholder {
    color: #5b6c7e;
}
.footRight .buttonB {
    color: #5b6c7e;
    background-color: rgba(256,256,256,.2);
    transition: all .4s ease-in-out;
}
.footRight .buttonB:hover {
    background-color: #fff;
}
.footBase {
	color: #eeefe9;
	background-color: #495665;
	padding: 20px;
}
.footBase p {
	margin: 0;
	font-size: .75em;
	text-align: center;
}
.footBase a {
	color: #eeefe9;
}
.footBase a:hover {
	color: #9dbbda;
}


/* 	
== 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: 1em;
	line-height: 1.5em;
	text-align: left;
	letter-spacing: 1px;
	margin: 0px 0px 15px 25px;
}
#texty h2 a {
}
#texty p a {
	color: #111;
	text-decoration: none;
}
.spacer {
	width: 100%;
	height: 30px;
}
.split {
	padding: 0;
	width: 70%;
	height: 2px;
	margin: 30px auto;
	background-color: #d4b767;
}
.blog-three {
	float: left;
	width: 30%;
}
.blog-seven {
	float: left;
	width: 70%;
}

/* 	
== GRAVITY FORMS ==*/
.gform_wrapper.gravity-theme .gform_footer button, .gform_wrapper.gravity-theme .gform_footer input, .gform_wrapper.gravity-theme .gform_page_footer button, .gform_wrapper.gravity-theme .gform_page_footer input {
    transition: all .4s ease-in-out;
}

/* 	
== 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 ==*/

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

/* iPad Pro Landscape */
@media only screen and (max-width: 1112px) {
	.sectionThree {padding: 25px 40px;}
	.s3Img {display: none;}
}

/* Custom */
@media only screen and (max-width: 1060px) {
	.sfm-navicon-button {display: block;}
	.headRight {display: none;}
	.myHeader {padding: 10px 20px;}
}

/* iPad & iPad Mini Landscape | iPad Pro Portrait */
@media only screen and (max-width: 1024px) {
	.logoBox {width: calc(33.33% - 20px);}
	.pageTempWrap {flex-direction: column;}
	.sideBar {margin: 0 0 50px 0;}
	.pageTempText {width: 100%;}
	.pageTempText :where(.wp-block-columns.is-layout-flex) {gap: 0;}
}

/* Custom */
@media only screen and (max-width: 960px) {
	.s1Wrap, .s6Wrap {flex-direction: column-reverse;}
	.s2Wrap {flex-direction: column;}
	.s1Img img {transform: scaleX(-1);}
	.shiftText {margin: 0;}
	.s2Text {margin-bottom: 50px;}
	.s6TextWrap {padding: 0 40px;}
	.sectionEight {padding: 120px 40px;}
	.s8Top, .s8Bot {margin: 0;}
	.s8Mid {display: none;}
	.s8Top h2 {margin-bottom: 0;}
	.s8Top h2 span {line-height: 1em;}
	.footLogo {margin: 50px auto;}
	.footWrap {padding: 0px 20px 50px; flex-direction: column; align-items: center; text-align: center;}
	.footLeft {padding-right: 0;}
	.footRight {width: 100%; margin-top: 50px;}
}

/* Monitor Small */
@media only screen and (max-width: 800px) {
	h1 {font-size: 3em;}
	h2 {font-size: 2em;}
	h3 {font-size: 1.5em;}
	h4 {font-size: 1em;}
	h5 {font-size: .8em;}
	h6 {font-size: .7em;}
	.pageTempText h1 {font-size: 2.5em;}
	.pageTempText .smallHead {font-size: 1.75em;}
	
	.sectionFive {flex-direction: column;}
	.s5Left, .s5Right {width: 100%;}
	.s5Circle {width: 30%;}
	.s5Text {width: 70%;}
}

/* iPhone 8 Plus Landscape | iPad Portrait */
@media only screen and (max-width: 768px) {
	.sectionOne, .sectionTwo, .sectionThree, .s6TextWrap, .sectionEight, .pageBox {padding-right: 20px; padding-left: 20px;}
}

/* iPhone 8 Landscape */
@media only screen and (max-width: 667px) {
	.logoBox {width: calc(50% - 20px);}
}

/* Mobile Portrait */
@media only screen and (max-width: 600px) {
	.myHeader {height: 58px;}
	.logo {width: 280px; height: 28px;}
}

/* iPhone SE Landscape */
@media only screen and (max-width: 568px) {
	.s5Wrap {flex-direction: column; align-items: center;}
	.s5Circle, .s5Text {width: 100%; margin: auto;}
	.s5Text {margin-top: 30px; text-align: center;}
}

/* Smaller Devices */
@media only screen and (max-width: 499px) {
}

/* Even Smaller Devices */
@media only screen and (max-width: 360px) {
	.logoBox {width: 100%;}
}
