/*
Theme Name: CW
Theme URI: http://www.stephenramsay.com
Description: Custom theme for CW (2021-)
Version: 1.1
Author: Stephen Ramsay
Author URI: http://www.stephenramsay.com
*/
@charset "UTF-8";

/* CSS Document */

body {
	font-family: 'Open Sans', sans-serif;
    font-weight: 200;
    padding: 0;
    margin: 0;
    color: #414042;
    font-size: 14px;
    line-height: 1.7em;
}
.topbarbackground{
	background:linear-gradient(45deg, rgba(0, 51, 102,1), rgb(0, 125, 209,1));
	opacity:0;
	transition:0.6s ease all;
	-webkit-transition:0.6s ease all;
	
	width: 100% !important;
	max-width: 100% !important;
    display: block !important;
    height: 102px;
    position: absolute;
    top: 0px;
}
.staffblock-admin {
    width: 300px;
    display: inline-block;
}
.staffblock-adminarea{
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	display:block;
	margin-top: 65px;
}
img.wp-image-46 {
    width: 445px !important;
    height: auto !important;
}
.frontpageslider-top .slick-slide{
	background-size: cover !important;
}
.frontpageslider-top h4{
	/*text-align: right;    background: hsl(210deg 100% 20% / 70%);
    color: #fff;    font-size: 35px;
    padding: 42px;    position: relative;
    margin-top: 64vh;	line-height: 37px;*/
	
	text-align: center;
    background: hsl(213deg 100% 37% / 85%);
	background: hsl(213deg 100% 26% / 85%);
    color: #fff;
    font-size: 40px;
    padding: 49px;
    position: relative;
    margin-top: 475px;
    line-height: 67px;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    background: rgba(0,0,0,0.25) !important;
    color: #fff;
    font-weight: normal;
    text-decoration: none;
    border-color: #fff;
    border-radius: 5px;
}
.howdiv .stitle{
	text-align: center;
    display: block;
    font-size: 22px;
    margin-bottom: 25px;
}
.howdiv ul{
	padding-left:25px;
	
}
.howdiv li{
	margin-bottom:8px;
}
.howdiv {
    display: inline-block;
    vertical-align: top;
    width: 38%;
    margin-left: 2%;
    margin-right: 2%;
    padding: 30px;
    box-shadow: 0px 0px 10px 1px grey;
    margin-top: 25px;
    min-height: 475px;
}
.mainbody {
    background: #fff;
    margin-left: auto;
    margin-right: auto;
}
a img {	border:0;}

/* TYPOGRAPHY */
a {
	color:#003f5e;
	text-decoration:none;
	transition:0.2s ease all;
	-webkit-transition:0.2s ease all;
}
a:hover {	color:#666;}
h1 {
	font-size:2.3em;
	font-weight:700;
	margin:25px 0;
	line-height:1.2em;
}
h2 {
	text-align: center;
    line-height: 1.2em;
    font-weight: normal;
    font-size: 2.25em;
    color: #194775;
}
h3 {
    color: #003366;
    text-transform: uppercase;
    font-size: 1.8em;
    line-height: 120%;
    text-align: left;
    margin-bottom: 10px;
}
h4 {
    color: #000000;
    text-transform: uppercase;
    font-size: 0.9em;
    font-weight: normal;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Montserrat';
}
.btn, button{
	font-family: 'Montserrat' !important;
	font-weight: normal;
    text-align: center;    white-space: nowrap;
    vertical-align: middle;    -webkit-user-select: none;
    -moz-user-select: none;    -ms-user-select: none;
    user-select: none;    border: 1px solid transparent;
    padding: .375rem .75rem;    font-size: 1rem;
    line-height: 1.5;    border-radius: .25rem;
    transition: color .15s;   background-color: #007bff;
    border-color: #007bff;display: block;    margin-left: auto;    margin-right: auto;
}

a {
  text-decoration: none;
  position: relative;
  color: #3366FF;
}
a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  border-bottom:2px solid #f1f1f1;
  transition: 0.4s;
}
a:hover:after {
  width: 100%;
}


/* BASIC STRUCTURE */
.wrapper {
	width: 100%;
    padding: 0px 0px 0px 0px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
/*.container {	max-width:1600px;	margin:0 auto;}*/
.left {
	display:inline-block;
	padding-right:50px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	vertical-align:top;
}
.right {
	display:inline-block;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	vertical-align:top;
	float:right;
	margin-bottom:50px;
}
button{
	cursor: pointer;	
}

ul.childdisplay {
    border-bottom: solid 1px #2b6e17;
    padding: 0;
    margin: 20px 0 30px 0;
	max-width: 1050px;
    margin-left: auto;
    margin-right: auto;
}
ul.childdisplay li {
    display: inline-block;
    font-size: 0.8em;
    transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}
.childdisplay .current_page_item a {
    color: #fff;
    font-weight: bold;
    background: #077a90;
	background: #2b6e17;
}
.childdisplay li a {
    display: inline-block;
    padding: 11px;
    color: #000;
    font-weight: bold;
}
.fpwidgetimg img {
    width: auto;
    height: 200px;
    margin-left: 15px;
    border-radius: 10px;
}
.frontpage-widget h2 {
    font-size: 28px;
    line-height: 28px;
}
.slick-list, .slick-track {
	height: inherit !important;
	width: 100%;
}
.subnav {
	list-style:none;
    display: table;
    vertical-align: top;
	margin:0 auto;
	text-align:center;
    padding: 0;
}
.subnav li {
	display:table-cell;
    vertical-align: top;
    padding: 0 5px;
    box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.subnav li img {
    width: 60%;
}
.thumb {
    width: 100%;
    background: no-repeat center;
    background-size: cover;
}
span.titleimage img {
    width: 100%;
    height: auto;
}
/*.single-post .container .left .post-entry, .page .post-entry{
    font-size: 16px !important;
    width: 100%;
    line-height: 20px;
}*/
.post-entry p{
    margin-bottom: 20px;
}
.line1 {
    border: 0;
    height: 5px;
    background: url(images/line1.png) repeat-x center;
    max-width: 100px;
}
.video-container iframe {
    width: 100%;
    max-width: 800px;
    height: 48vw;
    max-height: 450px;
}
/* HEADER AND NAVIGATION */
.mainlogo{
	margin-left: 10%;
    margin-top: 22px;
}
.mainlogo img {
    width: 250px;
    filter: grayscale(1) brightness(100);
    margin-top: 14px;
}
.testimonialblock {
    width: 520px;
    display: inline-block;
    margin: 65px;
    vertical-align: top;
    text-align: left;
    margin-bottom: 10px;
    margin-top: 40px;
}
.page-id-15 .post-entry{
	text-align: center;
}
.process-block {
    background: rgb(255 255 255 / 15%);
    padding: 12px;
    max-width: 297px;
    display: inline-block;
    vertical-align: top;
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 25px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 1px lightgrey;
    border: solid 1px lightgrey;
    font-size: 16px;
    overflow-y: auto;
    height: 374px;
	text-align:left;
	height: auto;
    min-height: 200px;
}
.phidden{
	transition: 0.7s ease all !important;
    -webkit-transition: 0.7s ease all !important;
}
.process-block i {
    font-size: 75px;
    text-align: center;
    display: block;
    color: #004c8a;
	margin-bottom:12px;
}
strong.scenter {
    text-align: center;
    display: block;
    font-size: 23px;
}
.topbar{
    z-index: 15;
	background: rgba(0,0,0,0);
    width: 100%;
    color: #fff;
	height: 94px;
    max-height: 94px;
    vertical-align: middle;
    padding-top: 10px;
	transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
	position:fixed;
}
.topbar a{
	color:#fff;
}
.topbar span, .topbar div{
    display: inline-block;
    padding-top: 2px;
}
.header {
    width: 100%;
    background: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
    transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    z-index: 1998;
    box-shadow: 0 0px 30px rgba(150,150,150,0.2);
    height: 350px;
    z-index: 1;
    background-position-x: 0px;
    background-size: cover;
    background-repeat: no-repeat;
}
.header .logo {
    display: block;
    padding-top: 40px;
    z-index: 999;
}
h5{	font-size: 1.3em;}

.header .logo .logo-img {
    width: 140px;
    transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    top: -10px;
    position: relative;
	left: 50px;
}
.logo h2 {
    color: #fff;
    border-bottom: solid 3px;
}
.header nav {
    display: block;
    vertical-align: top;
    padding-right: 0px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
nav{
	text-align:center;
	font-weight:bold;
	border-radius:0px;
	display:inline-block;
}
nav, .logo{
	transition: 0.35s ease all;
    -webkit-transition:0.35s ease all;
}
nav .menu {
    margin: 0;
    transition:0.2s ease all;
	-webkit-transition:0.2s ease all;
	padding:0px;
}
nav .menu ul {
    margin: 0;
}
nav .menu li {
    list-style: none;
    padding: 0;
    display: inline-block;
	vertical-align:top;
}
nav .menu  li a {
    display: inline-block;
    color: #fff;
    font-size: 1.2em;
    font-family: 'Montserrat';
    padding-top: 15px;
	padding-right: 15px;
    padding-left: 15px;
	font-weight:normal;
}
.compbox{
	max-width: 450px;
    text-align: center;
    margin: 25px;
	display:inline-block;
}

.sub-menu li a {
	max-height:30px !important;
	padding-top: 15px;
    padding-left: 15px;
	padding-top: 10px !important;
    padding-bottom: 10px;
}
.sub-menu li a:hover{
    width: 85%!important;
    height: 19px!important;
    color: #003366!important;
    border: 0px!important;
}
.sub-menu .sub-menu li a{
	padding-top:5px;
	max-width:75% !important;
	font-weight: normal;
}
nav .menu li .sub-menu::before {
    position: relative;
    display: block;
    top: -8px;
    left: 15%;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #6fc2ff;
    content: '';
    z-index: 999;
}
.sfsi_responsive_icons {
    max-width: 212px !important;
    margin-left: auto;
    margin-right: auto;
    display: block !important;
}
.sub-menu .sub-menu::before {
    display:none !important;
}
nav .menu li a:hover , .specialitem a:hover{ color: #97ada3; }
nav .menu li.menu-item-has-children a:hover {
    color:;
}
nav .menu li .sub-menu .menu-item a {
    line-height: 120%;
}
nav .menu li .sub-menu .menu-item a:hover {
    color:lightgrey;
}
/*drop down menu effects*/
nav .menu li .sub-menu {
    opacity: 0;
    visibility: hidden;
    transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    z-index: 199;
    box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
    background: #6fc2ff !important;
    display: block !important;
	padding:0px;
	position:relative;
	width:260px;
}
#mainmenu{
	float: right;
    margin-right: 50px;
    margin-top: 20px;
    font-size: 14px;
}
#mainmenu .sub-menu .sub-menu li {
    display: block;
}
.sub-menu .sub-menu li {
    margin-bottom: 5px !important;
}

#mainmenu .sub-menu li {
    height: 100%;
    width: 100% !important;
    text-align: left;
    margin-left: 10px;
    margin-bottom: 10px;
}
.sub-menu .sub-menu li {
    height: auto !important;
}
.sub-menu ul.sub-menu {
    margin-left: 6px !important;
    background: none !important;
    box-shadow: 0px 0px !important;
	width:230px !important;
}
.sub-menu li {
    width: 250px !important;
    background: none !important;
    padding: 0px !important;
}
nav .menu li:hover .sub-menu {
    opacity:1;
    visibility: visible;
}


.spacing {
	display:block;
	height:70px;
}
.responsive-menu {
    display: none;
}


/* PAGE STYLES */
.page-title {
	margin-left: auto;
    color: #194775;
    width: fit-content;
    display: block;
    margin-right: auto;
    font-size: 52px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 50px;
}
.single .landing {
    background-color: #f1f1f2;
    text-align: center;
    padding-bottom: 180px;
    padding-top: 25px;
}
.left {
    width: 75%;
    padding-bottom: 50px;
}
.right {
    width: 25%;
    background: #F1F2F2;
    padding:10px 25px;
}
.page .entry-content img {
    max-width: 100%;
}
.wp-caption {
    max-width: 100%;
}
#sidebar {
    margin-top:30px;
    padding-bottom: 50px;
}
#sidebar .widget-title {
    color: #414042;
    border-bottom: 1px solid #414042;
}
.right ul li a {
    list-style: none;
    color: #666;
    display: block;
    padding-bottom: 5px;
    margin-bottom: 15px
}
.right ul li.current_page_item a {
    color: #D83140;
}
.right ul li a:hover {
    color: #ccc;
}
.right ul {
    padding: 0;
    list-style: none;
    line-height: 1;
}
.post-entry {
    padding-bottom: 50px;
}
.post-entry img {
    max-width:100%;
    height:auto;
}
.back {
    font-style: italic;
    display: block;
    margin-top: 50px;
}

/* FOOTER */ 
.footer-box p{
	color: #00386e;	
}
.footer {
	background: #58585a;
    color: #fff;
    font-size: 0.8em;
    line-height: 1.6em;
    padding-bottom: 15px;
    padding: 10px;
}
.footer .logo {
    width: 100%;
    max-width: 250px;
}
.footer a {
	color:#fff;
}
.footer a:hover {
	color:#ccc;
}
.footer p {
    margin: 0;
}
.footer .widget {
    display: inline-block;
    width: 32%;
    vertical-align: top;
    padding: 0 2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.footer label {
    font-weight: bold;
    text-transform: uppercase;
}
.footer ul {
    list-style: none;
}
.footer h3 {
    color: #BCBEC0;
    border-bottom: 1px solid #BCBEC0;
}
.footer .subnav .menu {
	padding:0;
}
.footer .subnav .menu li {
    display: block;
	width:100%;
	margin:0;
}
.footer span {
    display: block;
    text-align: right;
    font-size: 1.2em;
    color: #fff;
    display: block;
    margin: 15px 0;
    line-height: 120%;
	font-family: 'Montserrat';
}
.cred img{
	vertical-align:bottom;
}
.socialmedia img {
    height: 32px;
}
.innerslidea{
    color: #fff;
    display: block;
    text-align: center;
    text-shadow: 1px 1px 1px black;
    font-size: 35px;
    width: fit-content;
    line-height: 40px;
    background: rgba(0, 0, 0, 0.5);
    margin-left: auto;
    margin-right: auto;
    left: 29%;
    padding: 25px;
}
.page-template-events .slide {
	height: 220px;
    margin-bottom: 15px;
    background-size: cover;
    padding-top: 50px;
    width: 45%;
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
    margin-left: 15px;
}
.frontpageslider .innerslidea{
	margin-top:9.5%;
}
.frontpageslider2 .innerslidea {
    position: relative;
    left: 0px;
    top: 20px;
    border-radius: 5px;
    font-size: 24px;
    line-height: 28px;
}
.staffblock img {
    height: 422px;
    width: auto;
}
.staffblock figure {
    padding: 0px !important;
    margin: 0px !important;
    text-align: center;
	max-height: 422px;
    overflow-y: hidden;
}
.innerhidden{
	max-height:0px;
	transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
	overflow:hidden;
}
.staffblock {
	max-width: 30%;
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    margin-left: 5px;
    background: rgb(255 255 255);
    padding: 4px;
	min-width: 518px;
	max-height: 521px;
    overflow-y: hidden;
}
.phidden{
	max-height:0px;
	overflow:hidden;
	transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}
.staffblock img:hover{
	filter: brightness(1.5) blur(4px) grayscale(1);
}
.headershade{
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.65)), color-stop(100%, rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
}

/* INPUTS & BUTTONS */
input[type="submit"], 
input[type="button"], 
button {
 border: 2px solid #122124;
    font-weight: 700;
    background: #0e74bf;
    /*text-transform: uppercase;*/
    padding: 15px 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    color: #fff;
    margin: 20px 0;
    border: 0px;
	font-family: inherit;
    font-size: inherit;
}
button a{	color:#000;}
input[type="submit"]:hover, input[type="button"]:hover, 
button:hover,button.read-more:hover, .slick-slider button.read-more:hover,
button.is-checked {
	border: 1px solid #A7A9AC;
    color: #fff;
	background: #58585a;
}
.pwrapper p{
	font-size: 31px;
    /* text-shadow: 0px 3px 3px black; */
    color: white;
    padding: 22px;
    border-radius: 5px;
    line-height: 38px;
    font-family: 'Montserrat';
    width: fit-content;
    background: rgb(4 4 4 / 0.5);
    margin-left: auto;
    margin-right: auto;
}
input[type="tel"],
input[type="email"],
input[type="text"] {
	border:none;
	background:#f1f1f2;
	padding:15px;
	display:inline-block;
	max-width:400px;
	font-size:0.8em;
    box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}

textarea {
	width:99%;
	border:none;
	background:#f1f1f2;
	padding:15px;
	resize:none;
	font-size:0.8em;
	margin:5px;
    box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box; 
}
.page-id-21 textarea{
	width: 337px;
}
.right input[type="email"],
.right input[type="text"] {
	border:1px solid #ccc;
}
/*search*/
input#s {	width:100%;}
input#searchsubmit {	padding:15px 7px;}





.clear {	clear:both;}
.line1 {
    border: 0;
    border-bottom: 1px solid #414042;
    background: 0;
    height: 5px;
    max-width: 100px;
    margin: 30px auto;
}
.line2 {
	border:none;
	border-bottom:2px solid #404142;
	width:50px;
}
.post img {
    max-width: 100%;
}
.fade, .fade-delay-1, .fade-delay-2, .fade-scroll, .fade-scroll-delay, .post, .page {
	opacity:1;
 
}
.logo-img:hover{
	filter: brightness(250%);
}
.frontpageslider .innerslidea {
    /* margin-top: 280px; */
    background: none;
    font-size: 62px;
    text-transform: uppercase;
    font-weight: bold;
    /* text-decoration: underline; */
    text-shadow: 2px 3px 5px #000;
}
.post-entry {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    font-size: 18px;
    line-height: 26px;
    max-width: 1040px;
}
.page-id-19 .post-entry, .page-id-11 .post-entry{
    width: 100% !important;
    max-width: 100% !important;
	/*padding-left: 65px;
    padding-right: 65px;*/
	    text-align: center;
}
.page-id-11 .post-entry{
	text-align:left;
}
body .work #countdowndisplay{
	text-align:center !important;
}
.single-events .mainbody .wrapper {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}
@media all and (max-width:1244px) {
.testimonialblock{
		    margin-right: auto;
		margin-left: auto;
		display: block;
	}
}
@media all and (max-width:1024px) {
	
	.footer-box{
		margin-top: 65px;
	}
	.subtext{
		font-size: 20px;
		max-width: 75vw !important;
		display: block;
		margin-left: auto;
		margin-right: auto;
		line-height: 30px;
		margin-top: 45px;
	}
    .right ul li a { 
        font-size: 0.8em;
    }
    .left {
        width: 68%;
    }
    .right {
        width: 30%;
    }
	#mc_embed_signup{
		max-width:95%;
	}
	.footer{
		height:310px !important;
		padding:10px !important;
	}
	.footer-box {
		display: block !important;
		width: 100% !important;
	}
	.pagetopimage.aos-init.aos-animate {
		text-align:center;
	}
}
@media all and (max-width:850px) {
	.mainbody{
		width: 100%;
		padding-left:0px;
		padding-right:0px;
		max-width: 100vw;
	}
	.page-id-21 input {
		max-width: 290px;
	}
	.innerhidden {
		left: -20px !important;
	}
	html{
		max-width: 100vw;
		overflow-x: hidden;
	}
	body{
		width: 100%;
		padding-left:0px;
		padding-right:0px;
		max-width: 100vw;
		overflow-x:hidden;
	}
	.header-right {
		display: none;
	}
	body .purposeimage {
		width:auto !important;
		left:0px !important;
	}
	.logoimg {
		width: 200px !important;
	}
	nav .menu li {
		width: 150px;
		height: 52px;
		margin: 2px;
	}
	body .slick-list img {
		display: block;
		width: 100%;
	}
	.innerslidea {
		color: #fff;
		top: 10%;
		display: block;
		text-align: center;
		text-shadow: 1px 1px 1px black;
		font-size: 25px;
		line-height: 60px;
		background: rgba(0, 0, 0, 0.5);
		margin-left: auto;
		margin-right: auto;
		left: 0%;
		width:100% !important;
		padding-right:0px;
		padding-left:0px;
	}
	.fpwidgetimg{
		float:none !important;
	}
	.page-id-7658 .innerslidea{
		position:inherit !important;
		font-size:26px;
		width:84% !important;
		line-height:29px !important;
	}
	.page-template-events .slide {
		width: 78%;
	}
	.header-right {
		float: right;
		vertical-align: top;
		display: block;
		margin-top: 60px;
		text-align: right;
		margin-right: 0px;
		font-size: 12px;
		line-height: 14px;
		width: 149px;
		display:none !important;
	}
	.frontpageslider-top h4 {
		font-size: 32px;
		line-height: 40px;
		text-align: left;
	}
	.containslider{
		max-width:100%;
	}
	.becomemember{
		width: 74%;
		text-align: center;
	}
	/*responsive header */
	.header .logo{
		padding-top: 62px;
	}
	.header .logo .logo-img{
		width: 150px;
		margin-bottom: 30px;
	}
	.innerslidea {  
		width: 85vw;
	}
	.slick-slide{
		width:auto;
	}
	.fpprimary {
		width: 100%;
	}
	.contactform {
		padding-left: 25px;
		padding-right: 25px;
	}
	.pwrapper p {
		margin: 0px;
		font-size:18px;
		line-height: 24px;
	}
	.page-title{
		border-radius: 0px;
		padding-top: 8px;
		padding-bottom: 8px;
		    width: 84vw;
		padding-left: 0px;
		padding-right: 0px;
			margin-left: 0px;
			    font-size: 45px !important;
	}
	.page-id-21 h4 {
		line-height: 56px;
		text-align: center;
		    margin-top: 0px;
	}
	.bodycontainer{
		padding-left:0px;
		padding-right:0px;
	}
	.topbar{
		position: fixed !important;
		padding-top: 18px;
		height: 70px;
		top: 0px;
		max-width: 100vw;
	}
	.mainpage .post-entry div {
		min-width: 90% !important;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item{
		text-align:center !important;
	}
	iframe{
		width:90% !important;
	}
	#mainmenu{
		margin-top:0px;
	}
	.logoimg{
		width: 120px;
		display: block;
		float: left;
		margin-left: 25px;
		top: -6px;
		position: relative;
	}
	.logoh1{
		font-size: 27px !important;
		display: inline-block;
		margin-left: 150px !important;
		margin-bottom: 50px;
	}
	.header nav {
		display: block;
		width: 100%;
		z-index: 80;
		top: -20px;
		margin-top: 20px;
		padding:0px !important;
		position:relative;
		left:0px;
	}
	.single .landing {
		padding-bottom: 80px !important;
		padding-top: 95px !important;
	}
    /* responsive menu */
    .responsive-menu {
        position: fixed;
        z-index: 2000;
        display: inline-block;
    }
    .menu-responsive-menu-container {
        position: relative;
        left: -100%;
        opacity: 0;
        top: -55px;
        width: 100vw;
        padding-top: 30px;
        background: rgba(248,174,47,0.9);
        z-index: 1999;   
        transition: 0.2s ease all;
        -webkit-transition:0.2s ease all;
        box-shadow: 0px 5px 20px rgba(0,0,0,0.1);
    }
     /*Style 'show menu' label button and hide it by default*/
    .responsive-menu .show-menu {
        background: #f8ae2f;
        text-align: center;
        padding: 10px 0;
        display: none;
        width: 50px;
        height: 50px;
        box-sizing: border-box;
        -webkit-box-sizing:border-box;
        position: relative;
        z-index: 2000;
    }
    .responsive-menu .show-menu span {
        display: block;
        width: 50%;
        background: #414042;
        height:4px;
        margin:4px auto;
    }
    /*Show menu when invisible checkbox is checked*/
  
    input[type=checkbox]:checked + .menu-responsive-menu-container{
        left: 0;
        opacity: 1;
        display: block;
    }
    .responsive-menu li {
        padding: 0 !important;
    }
    .responsive-menu li a {
        display:block;
        text-align: center;
        border-bottom: 1px solid #f8ae2f;
        font-size: 1em !important;
        text-transform:lowercase;
        color: #fff;
        padding: 10px 0;
    }
    .responsive-menu li:hover a {
        color: #414042;
    }

    /* responsive submenus */
    .responsive-menu li:hover ul a {
        background: #f3f3f3;
        color: #2f3036;
        height: 40px;
        line-height: 40px;
    }
	.greenbar{
		height:100px !important;
	}
	.greenbar a {
		display: block;
	}

    /*Hover state for dropdown links*/
    .responsive-menu li:hover ul a:hover {
        background: #19c589;
        color: #fff;
    }
    /*Hide dropdown links until they are needed*/
    .responsive-menu li ul {
        display: none;
    }
    /*Make dropdown links vertical*/
    .responsive-menu li ul li {
        display: block;
        float: none;
    }
    /*Prevent text wrapping*/
    .responsive-menu li ul li a {
        width: auto;
        min-width: 100px;
        padding: 0 20px;
    }
    /*Display the dropdown on hover*/
    .responsive-menu ul li a:hover + .hidden, .hidden:hover {
        display: block;
    }
    /*Hide checkbox*/
    .responsive-menu input[type=checkbox]{
        display: none;
    }
	/*Make all menu links full width*/
	.responsive-menu ul li, .responsive-menu li a {
		width: 100%;
	}
	/*Display 'show menu' link*/
	.responsive-menu .show-menu {
		display:block;
	}
        
    .footer .subnav {
        display: block;
    }
    .footer .subnav li {
        display: block;
        width: 100%;
        margin-bottom: 30px;
    }
    .page-title {
        font-size: 2em;
        line-height: 1.2em;
    }
    h3 {
        font-size: 0.9em;
    }
    .left, .right, .page .right, .page .left {
        width: 100%;
        float: none;
    }
    .page .left, .left{
        padding-right: 0;
    }
	.blogpreview {
		text-align: left !important;
		padding-left: 50px;
	}
	section.header{
		height: 100px;
	}
	.post-entry img {
		max-width: 80%;
		height: auto;
	}
	.wp-block-image .alignright {
		float:none !important;
	}
	.topbar span, .topbar div {
	    max-width: 200px;
	}
}

.header-right {
    float: right;
    vertical-align: bottom;
    display: block;
    margin-top: 60px;
    text-align: right;
    margin-right: 20px;
}
.logoimg{
	width: 240px;
}
.frontpage-widget h3{
	text-align:left;
	color:#000;
}
.greenbar{
    background: #d2d4d3;
    height: 50px;
    border-top: solid 4px #949599;
    font-size: 20px;
    text-transform: uppercase;
    padding-top: 25px;
    margin-top: 20px;
    padding-left: 25px;
}
.frontpage-widget{
    width: 45%;
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 15px;
    vertical-align: top;
    background: #dceaf5;
    min-height: 425px;
    padding: 1%;
    margin-right: 1%;
}
hr{
	border: solid 0.5px #fff;
    margin-top: 25px;
    margin-bottom: 25px;
    margin-left: 70px;
}
.footer-box{
	display: inline-block;
    vertical-align: top;
    text-align: left;
    font-size: 15px;
    line-height: 25px;
}
.footer-box strong{
	display:block;
}
.footer .container{
	text-align:center;
}
.footer {
	background:#fff;
    padding-top: 50px;
    padding-left: 8%;
    padding-right: 8%;
    padding-bottom: 50px;
  
	height:250px;
    padding-top: 100px;
}

.frontpageslider2 .slick-slide {
    display: inline-block;
    /* border: solid 2px orange; */
    height: 165px;
    /* margin-left: 10px; */
    margin-right: 14px;
    overflow: hidden;
    background-size: cover;
	background-position-x:50% !important;
}

.select-css {
	font-size: 16px;
    color: #0e74bf;
    font-family: sans-serif;
    font-weight: 700;
    line-height: 1.3;
    padding: .6em 1.4em .5em .8em;
    max-width: 145px;
    border: 0px solid #aaa;
    -moz-appearance: none;
    -webkit-appearance: none;

    width: auto !important;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
}

.select-css::-ms-expand {
    display: none;
}
.select-css:hover {
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%;
}
.select-css:focus {
    border-color: #aaa;
    box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
    box-shadow: 0 0 0 3px -moz-mac-focusring;
    color: #222; 
    outline: none;
}
.select-css option {
    font-weight:normal;
}


body item.topone .fluid-width-video-wrapper {
	padding-top: 450px !important;
}
.topone h4 {
    font-size: 32px;
    margin-bottom: 25px;
}

 

.iframecontainer{
	overflow:hidden;
}
.iframecontainer.iframeselected {
    max-height: 350px;
}
.iframecontainer {
    overflow: hidden;
    max-height: 0px;
}
.itemtext span{
	margin-right:25px;
}

.mainpage span img{
    width: 100%;
    height: auto;
    top: -100px;
    position: relative;
}
.pagetopimage{
	background-size: cover !important;
}
.newblognav{
	text-align: right;
    margin-top: 15px;
    margin-bottom: 15px;
    border-top: solid 2px grey;
    padding-top: 8px;
    padding-bottom: 8px;
}
.blogboxnew{
	background: #f6f6f6;
    padding: 15px;
    margin-bottom: 15px;
	overflow: hidden;
	max-height: 210px;
}
.blogboxnew img, .blognewimg {
    float: left;
    margin-right: 30px;
    margin-left: 5px;
    width: 324px;
    height: auto;
}
.grecaptcha-badge{
	display:none;
}
 

 
.sfsi_icons_container.sfsi_responsive_without_counter_icons.sfsi_medium_button_container.sfsi_icons_container_box_fully_container{
    width: 250px !important;
    display: flex;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}