/*
Theme Name: Our Marsh Counts 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, white.
*/

/* 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: #333;
	font-family: basic-sans, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: .06em;
	background-color: #fff;
}
.clear {
    clear: both;
}
.container {
    width: 100%;
    margin: 0;
	padding: 80px 0px;
}
input[type="checkbox"] {
    -webkit-appearance: checkbox;
}
input[type="radio"] {
    -webkit-appearance: radio;
    margin-top: 0px;
}
input[type="submit"], input[type="button"] {
    -webkit-appearance: button;
}
.bgImg {
    background-position: center;
    background-size: cover;
	background-repeat: no-repeat;
}


/* 	
== 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: #222;
}


/* 	
== FONTS ==*/

h1, h2, h3, h4, h5, h6 {
    margin: 60px 0;
	font-weight: 400;
	line-height: 1.2em;
	letter-spacing: .05em;
	color: #4b709c;
}
h1 {
	margin: 0;
    font-size: 2.5em;
}
h2 {
    font-size: 2em;
}
h3 {
    font-size: 1.75em;
}
h4 {
    font-size: 1.5em;
}
h5 {
    font-size: 1.25em;
}
h6 {
    font-size: 1em;
}
p {
    font-size: 1em;
    line-height: 1.75em;
    margin: 40px 0;
}
a {
	color: #4b709c;
    text-decoration: none;
    cursor: pointer;
	font-style: normal;
    transition: all .4s ease-in-out;
}
a:hover {
    color: #000;
    text-decoration: none;
}
ul, ol {
    list-style: inside;
    padding: 0px 20px;
    margin: 40px 0;
}
ul {
    list-style-type: disc;
}
ol {
    list-style-type: decimal;
}
li {
    font-size: 1em;
    line-height: 1.75em;
}
em {
	letter-spacing: .01em;
}


/* 	
== BUTTONS ==*/

.buttons {
	padding: 20px 30px;
	display: inline-block;
	font-weight: 400;
	font-size: 1.1em;
	line-height: 1em;
	letter-spacing: .06em;
	color: #fff;
	border: 2px solid #4b709c;
	background-color: #4b709c;
}
.buttons:hover {
	color: #4b709c;
	background-color: #fff;
}
.btnWhite {
	color: #4b709c;
	background-color: rgba(256,256,256,0.75);
}
.btnWhite:hover {
	color: #4b709c;
	background-color: #fff;
}


/* 	
== HEADER ==*/

.my-header {
	width: 100%;
	padding: 10px;
	position: fixed !important;
    z-index: 95;
    top: 0px;
	background-color: rgba(75,112,156,.87);
}
.logo {
    width: 220px;
    height: 108px;
	margin: auto !important;
    display: block;
    background: url("images/global/logo_sm.png");
    background-position: center;
    background-size: cover;
	background-repeat: no-repeat;
}
/* Home page only header */
.hideHeader {
	position: fixed;
	background-color: transparent;
}
.hideHeader .logo {
	display: none;
}
.showHeader {
	background-color: rgba(75,112,156,.87);
}
.showHeader .logo {
	display: block;
}

/* 	
== HOME PAGE ==*/

.heroVideo {
	width: 100%;
	height: 100vh;
	max-height: 1040px;
	min-height: 500px;
    overflow: hidden;
	position: relative;
}
.heroVideo video{
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
	z-index: 1;
    top: 0;
    left: 0;
	background-color: #000;
}
.heroBanner {
	width: 100%;
	height: 140px;
	padding-bottom: 28px;
	background-color: rgba(75,112,156,.87);
	position: absolute;
	z-index: 10;
    bottom: 0;
	left: 0;
	right: 0;
}
.logoHome {
    width: 354px;
    height: 195px;
	margin: -79px auto 0 auto;
    display: block;
    background: url("images/global/logo.png");
    background-position: center;
    background-size: cover;
	background-repeat: no-repeat;
}
.sectionOne {
	width: 100%;
	padding: 110px 20px;
	text-align: center;
}
.s1Wrap {
	width: 100%;
	max-width: 840px;
	margin: auto;
}
.s1Wrap h1 {
	margin-top: 0;
}
.sectionTwo {
	width: 100%;
	padding: 200px 0px 1px;
	background-color: #4b709c;
	display: flex;
	flex-wrap: wrap;
}
.s2Box1 {
	width: 50%;
	padding: 0 20px;
}
.s2Text {
	width: 100%;
	max-width: 660px;
	margin: auto;
	color: #fff;
}
.s2Text h2 {
	margin-top: 0;
	color: #fff;
}
.s2Box2 {
	width: 50%;
	padding: 30px 0 0 30px;
	position: relative;
	display: flex;
	justify-content: flex-end;
}
.s2Img1 {
	max-width: 540px;
	position: relative;
	z-index: 1;
}
.s2Img2 {
	max-width: 590px;
	position: absolute;
	z-index: 10;
	left: 0;
	bottom: 10%;
}
.sectionThree {
	width: 100%;
	padding: 80px 20px;
	color: #fff;
	background-image: url("images/home/bg01.jpg");
	background-position: top center;
}
.s3Wrap {
	width: 100%;
	max-width: 700px;
	margin: auto;
}
.s3Wrap h2 {
	text-align: center;
	margin-top: 0;
	color: #fff;
}
.s3Btns {
	text-align: center;
}
.sectionFour {
	width: 100%;
	padding: 100px 80px;
	background-color: #4b709c;
}
.s4Box {
	width: 100%;
	padding: 80px 60px 60px;
	background-color: rgba(256,256,256,.88);
	text-align: center;
}
.s4Box h2 {
	margin-top: 0;
}
.s4Logos {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto 60px auto;
	padding: 40px 20px;
	background-color: #fff;
	box-shadow: 0 0 8px 2px rgba(0,0,0,.1);
}
/* Events Calendar plugin */
.s3Wrap .tribe-compatibility-container {
	margin: 0 0 60px 0;
}
.s3Wrap .tribe-events-widget {
    margin-bottom: 0;
    margin-top: 50px;
}
.s3Wrap .tribe-common--breakpoint-medium.tribe-events-widget .tribe-events-widget-events-list__event-date-tag {
    background-color: #4b709c;
	padding: 10px;
}
.s3Wrap .tribe-events-widget .tribe-events-widget-events-list__event-date-tag-datetime {
    justify-content: center;
}
.s3Wrap .tribe-events-widget .tribe-events-widget-events-list__event-date-tag-month,
.s3Wrap .tribe-common .tribe-common-h2 {
	color: #fff;
}
.s3Wrap .tribe-events-widget .tribe-events-widget-events-list__event-date-tag {
    background-color: #4b709c;
	padding: 20px;
}
.s3Wrap .tribe-events-widget .tribe-events-widget-events-list__event-wrapper {
    background-color: rgba(0,0,0,.14);
	padding: 20px;
}
.s3Wrap .tribe-common--breakpoint-medium.tribe-events-widget .tribe-events-widget-events-list__event-title,
.s3Wrap .tribe-common h3{
    font-size: 1em;
    line-height: 1em;
}
.s3Wrap .tribe-events-widget-events-list__event-title a,
.s3Wrap .tribe-common a:not(.tribe-common-anchor--unstyle),
.s3Wrap .tribe-common a:not(.tribe-common-anchor--unstyle),
.s3Wrap .tribe-common a:not(.tribe-common-anchor--unstyle):active,
.s3Wrap .tribe-common a:not(.tribe-common-anchor--unstyle):focus,
.s3Wrap .tribe-common a:not(.tribe-common-anchor--unstyle):hover,
.s3Wrap .tribe-common a:not(.tribe-common-anchor--unstyle):visited{
	color: #fff ;
}
.s3Wrap .tribe-events-widget .tribe-events-widget-events-list__view-more {
	display: none;
}
.s3Wrap time {
}
.s3Wrap .tribe-common .tribe-common-b2 {
	color: #fff;
}
.s3Wrap .tribe-common .tribe-common-anchor-thin,
.s3Wrap .tribe-common .tribe-common-anchor-thin:active,
.s3Wrap .tribe-common .tribe-common-anchor-thin:focus,
.s3Wrap .tribe-common .tribe-common-anchor-thin:hover {
    border-bottom: none;
	color: #fff;
}
/* GS Logo Slider plugin */
.gs_logo_area.carousel_nav_pos--left-right-out .swiper-button-prev {
	left: -65px;
}
.gs_logo_area.carousel_nav_pos--left-right-out .swiper-button-next {
	right: -65px;
}
.gs_logo_area .swiper-button-next, .gs_logo_area .swiper-button-prev {
	background-color: #4b709c;
}
.gs_logo_area .swiper-button-next svg, .gs_logo_area .swiper-button-prev svg {
	fill: #fff;
}
.gs_logo_single--wrapper {
    border-right: 1px solid #4b709c;
}
/* Pop-up Plugin */
.wp-block-column p {
	margin: 0;
}
.pum-theme-272 .pum-container, .pum-theme-default-theme .pum-container {
    padding: 20px 40px 20px 20px;
}


/* 	
== PAGES ==*/

.banner {
    width: 100%;
    height: auto;
}
.banner img {
    width: 100%;
    height: auto;
    display: block;
}
.bannerBG {
	width: 100%;
	height: 550px;
	display: flex;
	align-items: flex-end;
    justify-content: center;
    padding: 0 20px 80px;
    text-align: center;
}
.bannerBG h1 {
	margin: 0;
	color: #fff;
}
.pageBox {
	width: 100%;
	padding: 100px 20px 80px 20px;
}
.pageText {
	width: 100%;
	max-width: 840px;
	margin: 0 auto;
}
.pageText h1 {
	text-align: center;
}
.pageText_v2 {
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
}
.pageText_v2 .wp-block-image img {
	margin-top: 23px;
	box-shadow: 4px 4px 8px 2px rgba(0,0,0,.2);
}
.wp-block-column p,
.wp-block-column ul {
	margin-top: 0;
}

/* 	
== FOOTER ==*/

.myFooter {
    width: 100%;
	padding: 1px 80px 40px 80px;
	position: relative;
	background-color: #4b709c;
	color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.myFooter a {
	color: #fff;
	border-bottom: none;
}
.myFooter a:hover {
	color: #000;
	border-bottom: none;
}
.footLogo {
	width: 88px;
	height: 88px;
	display: block;
	background-image: url("images/global/logo-foot.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.footNav ul {
    margin: 0;
	padding: 0;
}
.footNav li {
	margin: 10px 0 0 0;
    text-transform: uppercase;
    font-weight: bold;
    list-style: none;
    line-height: 1em;
    display: inline-block;
    border-right: 1px solid #fff;
    padding: 0 14px;
}
.footNav li:first-child {
	padding-left: 0;
}
.footNav li:last-child {
	border-right: none;
}
.footNav li a {
	text-decoration: none;
}
.socialFoot {
	margin: 30px 0;
}
.myFooter .fa-stack {
	margin: 60px 0 4px 0;
}
.myFooter .fa-2x {
    font-size: 1em;
}
.myFooter .fa-solid {
	color: #fff;
}
.myFooter .fa-inverse {
	color: #4b709c;
    transition: all .4s ease-in-out;
}
.myFooter .fa-inverse:hover {
	color: #000;
}
.footRight {
	text-align: right;
}
.footRight p {
	margin: 30px 0 0 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: 1em;
	line-height: 1.5em;
	text-align: left;
	letter-spacing: 1px;
	margin: 0px 0px 15px 25px;
}
#texty h2 a {
	color: #928a5b;
}
#texty p a {
	color: #333;
	text-decoration: none;
}
.spacer {
	width: 100%;
	height: 30px;
}
.split {
	padding: 0;
	width: 70%;
	height: 2px;
	margin: 30px auto;
	background-color: #928a5b;
}
.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 {
    padding: 10px 15px;
    text-transform: uppercase;
	color: #fff;
    background-color: #4182d4;
	border: none;
    font-weight: bold;
    transition: all .4s ease-in-out;
}
.gform_wrapper.gravity-theme .gform_footer button:hover, .gform_wrapper.gravity-theme .gform_footer input:hover, .gform_wrapper.gravity-theme .gform_page_footer button:hover, .gform_wrapper.gravity-theme .gform_page_footer input:hover {
    background-color: #023047;
}

/* 	
== THE EVENTS CALENDAR ==*/

.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-details {
    width: 100% !important;
}
.list-view-read-more {
	display: inline-block;
    background-color: #4b709c !important;
	border: 2px solid #4b709c !important;
    color: #fff !important;
    padding: 10px 15px !important;
	margin-top: 10px !important;
    text-decoration: none !important;
}
.list-view-read-more:hover {
    background-color: #fff !important;
    color: #4b709c !important;
}

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


/* 	
== 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) {
}

/* Custom */
@media only screen and (max-width: 1200px) {
}

/* iPad Pro Landscape */
@media only screen and (max-width: 1112px) {
}

/* iPad & iPad Mini Landscape | iPad Pro Portrait */
@media only screen and (max-width: 1024px) {
	.s2Box1, .s2Box2 {width: 100%;}
	.s2Box2 {padding: 40px 0 0 40px;}
	.s2Img2 {bottom: 40px;}
	.sectionFour {padding: 100px 20px;}
	.s4Box {padding: 80px 20px 60px;}
	.myFooter {padding: 1px 20px 40px 20px;}
}

/* Custom */
@media only screen and (max-width: 900px) {
	.myFooter {flex-wrap: wrap;}
	.footLeft, .footRight {width: 100%; text-align: center;}
	.footRight {margin-top: 30px;}
	.myFooter .fa-stack {margin: 30px 0 0px 0;}
}

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

/* iPhone 8 Plus Landscape | iPad Portrait */
@media only screen and (max-width: 768px) {
}

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

/* Mobile Portrait */
@media only screen and (max-width: 600px) {
	.s2Img2 {max-width: calc(100% - 20px);}
}

/* iPhone SE Landscape */
@media only screen and (max-width: 568px) {
	.heroBanner {height: 130px; padding-bottom: 20px;}
	.logoHome {width: 297px; height: 163px; margin: -66px auto 0 auto;}
}

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

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