/*
Theme Name: NicheLabs Custom Responsive Theme 
Theme URI: http://nichelabs.com/
Description: Search engine optimized theme. Theme designed by <a href="http://nichelabs.com" target="_blank">NicheLabs LLC</a>.
Version: 1.0
Author: NicheLabs LLC
Author URI: http://nichlabs.com
*/

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
	margin-right: 15px;
}

.alignright {
	float: right;
	margin-left: 15px;
}
.invert-color {filter:invert(100%);}

/* Body */
* {
	margin:0;
 	padding:0;
	box-sizing: border-box;
}
body {
	color: #000;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
}
h1, h2, h3, h4, h5 {
	color: #333333;
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
	line-height:1.2em;
}
h1 {
	font-size: 30px;
	margin-bottom: 15px;
	text-decoration: none;
	
}
h2,
h2 a {
	font-size: 26px;
	line-height: 1.4em;
	margin-bottom: 15px;
	text-decoration: none;
}
h3 {
	font-size: 22px;
	text-decoration: none;
}
h4 {
	font-size: 20px;
	color:#000000;
	margin-bottom: 25px;
}
h5 {
	font-size: 18px;
	margin-bottom: 0;
}
p {
	margin-bottom: 25px;
}
ul,ol {
	margin:0 0 25px 45px;
}
ul ul,ol ol {
	margin:0 0 0 16px;
}
hr {
	height: 2px;
	clear:both;
	background-image: linear-gradient(to right, black 10%, rgba(255,255,255,.75) 0%);
	background-position: bottom;
	background-size: 6px 2px;
	background-repeat: repeat-x;
	border: none;
}
blockquote {
	font-size: 9px;
	color: #045d79;
	text-transform: uppercase;
	font-weight: 800;
	letter-spacing: 1px;
	margin-bottom: 10px;
	padding: 0 25px;
}
strong {
	font-weight: 700;
}
.map-wrapper {
	position: relative;
	padding-bottom: 45%; 
	height: 0;
	overflow: hidden;
}
.map-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
.responsive-video{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.responsive-video iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
#wrapper {
}
img {
	max-width: 100%;
	height: auto;
	-webkit-box-shadow: 0px 0px 5px 3px rgba(211,211,211,0.5); 
	box-shadow: 0px 0px 5px 3px rgba(211,211,211,1);
	padding:5px;
}
#logo img,
#logo-white img,
.page-banner img,
.home img,
footer img,
.blog img {
	-webkit-box-shadow: initial; 
	box-shadow: initial;
	padding: 0;
}
.video-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* Links */
a {
	color: #000000;
	text-decoration:none;
	-moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
a:hover {
	color:#333333;
}
a img {
	border:0;
}
.button a {
	display: inline-block;
	width: auto !important;
	background: #CCFF00;
	color: #fff;
	padding: 15px 30px;
	text-decoration: none;
	-moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
	border-radius: 5px;
}
.post .bdt-prime-slider-skin-general .bdt-prime-slider-next:hover, .post .bdt-prime-slider-skin-general .bdt-prime-slider-previous:hover {
    background: #ccff00;
    border-color: #ccff00;
	color:#024A72;
}
.responsive-map{
    overflow:hidden;
    padding-bottom:30%;
    position:relative;
    height:0;
	border: 5px solid #fff;
	-webkit-box-shadow: 0px 0px 5px 3px rgba(211,211,211,0.5); 
	box-shadow: 0px 0px 5px 3px rgba(211,211,211,1);
}
.responsive-map iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
/* Header */
#header-wrapper-bg {
	height: 120px;
	position: fixed;
	top: -150px;
	width: 100%;
	display: block; 
	transition: top 0.3s;
	background: #fff;
	border-bottom: 1px solid #b1b1b1;
	-webkit-box-shadow: 0px 10px 5px 0px rgba(0,0,0,0.10);
	-moz-box-shadow: 0px 10px 5px 0px rgba(0,0,0,0.10);
	box-shadow: 0px 10px 5px 0px rgba(0,0,0,0.10);
	z-index: 9998;
    background: #fff;
    background: linear-gradient(0deg, rgba(204,204,204,1) 0%, rgba(255,255,255,1) 20%);
}
#header-wrapper {
	position: fixed;
	top: 0;
	z-index: 9999;
	width: 100%;
	padding: 0;
	z-index: 9999;
}
#notice-widget {
	padding: 5px 15px;
	background:#FF2C2C;
	-moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
	color:#fff;
	overflow: hidden;
}
#notice-widget .wp-block-columns {
	margin-bottom: 0;
}
#notice-widget .notice-text {
	font-weight: 900;
	text-shadow: 1px 1px 6px #000;
	margin-bottom: 0;
}
#notice-widget .notice-text span.exclamation {
	display:inline-block;
    width: 35px;
    height: 35px;
    margin-right: 10px;
    padding-top: 2px;
    border: 3px solid #fff;
    border-radius: 100%;
    box-shadow: 1px 1px 3px 0 #000;
    font-family: Impact, Haettenschweiler, 'Franklin Gothic Bold', Charcoal, sans-serif;
    color: #fff;
    font-size: 25px;
    line-height: 100%;
    font-weight: 700;
    text-align: center;
    text-shadow: 1px 1px 6px #000;
}
#notice-widget .last-column .wp-block-buttons {
	display:block !important;
	text-align: right;
}	
#notice-widget .wp-block-button__link {
	padding:5px 10px;
	width: auto;
}
#notice-widget .safety .wp-block-button__link {
	border-radius: 3px;
	border: 3px solid #fff;
}
#notice-widget .safety .wp-block-button__link:hover {
	color:#fff !important;
	background-color:#ff0000 !important;
}
#notice-widget .close .wp-block-button__link {
	border-radius: 50%;
	border-color: #fff;
	color:#fff;
}
#notice-widget .close .wp-block-button__link:hover {
	color:#000;
	border-color: #000;
}
#header-top-wrapper {
	padding: 5px 20px;
}
#header-top {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	justify-content: right;
	-webkit-justify-content: right;
	-ms-justify-content: right;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;

}
#header-top-right {
	min-width: 150px;
	margin-left: 25px;
}
#header-top-left ul {
	margin: 0;
	list-style: none;
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	font-size: 15px;
}
#header-top-left ul li {
	padding: 0 5px;
}
#header-top-left ul li a {
	color: #000;
}
/***Social Icons Menu***/
.menu-social-container ul {
	margin: 0;
	list-style: none;
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
}
.menu-social-container ul li.fa {color: #000;font-size: 15px;line-height:16px}
.menu-social-container ul li.fa:hover {color:#cecece;}
.menu-social-container ul li.fa:before {position: absolute;}
.menu-social-container ul li a {color: #000;display: inline-block;width: 15px;text-indent:-9999px;margin-right: 10px;position: relative;}
#header {
	max-width: 1170px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
	display:flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}
#logo,
#logo-white {
	display: block;
	width: 300px;
	padding-top: 10px;
	-moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
#logo a,
#logo-white a {
    display: block;
    font-family: 'Libre Franklin', sans-serif;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    font-style: normal;
    font-weight: 900;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
}
#logo a {color:#fff;}
#logo-white a {color:#024a72;}
#logo img,
#logo-white img {
	display:block;
	width: 66px;
	float: left;
	padding-right:10px;
}
#logo a span,
#logo-white a span {
    display: block;
	overflow: hidden;
}
#logo {
	opacity: 1;
	display:block;
}
#logo-white {
	opacity: 0;
	display:none;
}
#header-wrapper.toggled-on #logo {
	opacity: 0;
	display:none;
}
#header-wrapper.toggled-on #logo-white {
	opacity: 1;
	display:block;
}
#header-top-right-search #header-search {
}
#header-top-right-search #header-search input[type="text"] {
	width:162px;
	height: 34px;
	border: 1px solid #999999;
	border-right: 0;
	padding: 5px;
}
#header-top-right-search #header-search input[type="submit"] {
	text-indent: -9999px;
	width:33px;
	height:34px;
	background: url(img/search_bttn.jpg) center center no-repeat;
	border: 1px solid #999999;
	border-left: 0;
	position: relative;
	cursor: pointer;
}
#nav-wrapper {
	width: 100%;
	padding: 0;
}
#nav-wrapper ul.menu  {
	max-width: 1170px;
	height:60px;
	margin: 0 auto;
	list-style: none;
	padding: 0;
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	align-items: stretch;
	-webkit-align-items: stretch;
	-ms-align-items: stretch;
}
	
#nav-wrapper ul.menu > li {
	flex: 1;
	text-align: center;
	/*padding: 0;*/ 
	height:100%;
	white-space: nowrap;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
#nav-wrapper ul.menu li a:link,
#nav-wrapper ul.menu li a:visited,
#nav-wrapper ul.menu li a:hover {
    font-family: 'Libre Franklin', sans-serif;
	display: block;
	padding: 0 5px;
	font-size: 14px;
	line-height: 1.8em;
	text-decoration: none;
	color: #fff;
	font-weight: 600;
}
#nav-wrapper ul.menu li.button a {
	background:none;
	border:2px solid #fff;
	padding: 9px 15px;
}
#nav-wrapper ul.menu li.button:hover a {
	background:#cf0;
	border-color:#cf0;
}
.toggled-on #nav-wrapper ul.menu li.button a {
	background:#cf0;
	border-color:#cf0;
	color:#fff;
}
.toggled-on #nav-wrapper ul.menu li.button:hover a {
	background: none;
	color: #024a72;
}
#header-wrapper.toggled-on #nav-wrapper ul.menu li a:link,
#header-wrapper.toggled-on #nav-wrapper ul.menu li a:visited,
#header-wrapper.toggled-on #nav-wrapper ul.menu li a:hover {
	color:#024a72;
}
#nav-wrapper ul.menu li.current-menu-ancestor,
#nav-wrapper ul.menu li.current-menu-item,
#nav-wrapper ul.menu li:not(.button):hover {
	background:#cf0;
}
#nav-wrapper ul.menu li.current-menu-ancestor a,
#nav-wrapper ul.menu li.current-menu-item a,
#nav-wrapper ul.menu li:hover a {
	color: #024a72;
}
#nav-wrapper ul.menu li .submenuWrap {
	width: 100%;
	height: 0;
	padding: 0px 30px;
	overflow: hidden;
	position: absolute;
	top: 110px;
	left: 0;
	right: 0;
	list-style: none;
	margin: 0 auto;
	-moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
	-webkit-box-shadow:0px 5px 5px 0px rgba(0,0,0,0.15); 
	-moz-box-shadow:0px 5px 5px 0px rgba(0,0,0,0.15); 
	box-shadow:0px 5px 5px 0px rgba(0,0,0,0.15); 
	background:#CCFF00;
}
#nav-wrapper ul.menu li:hover .submenuWrap {
	height: auto;
	padding: 10px 30px;
}
#nav-wrapper ul.menu li ul.sub-menu {
	max-width:740px;
	margin:0 auto;
	list-style: none;
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: space-around;
}
#nav-wrapper ul.menu li ul.sub-menu li {
	margin: 0;
	padding: 0;
	white-space: nowrap;
	border: 0;
	text-align: center;
}
#nav-wrapper ul.menu li ul.sub-menu li a:link, #nav-wrapper ul.menu li ul.sub-menu li a:visited, #nav-wrapper ul.menu li ul.sub-menu li a:hover {
	font-size: 15px;
	margin: 0;
	color: #777;
}
#nav-wrapper ul.menu li ul.sub-menu li a:hover {
	color: #024a72;
}
/* Slideshow */
.slideshow {
	position: relative;
	background: #667c90;
}
.slide .slide-caption-wrapper {
	max-width: 1170px; 
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height:100%;
	margin: 0 auto;
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
}
.slide .slide-caption {
	text-transform: uppercase;
	color: #fff;
	padding: 25px;
	max-width: 75%;
	background:rgba(0,0,0,.5);
}
.slide .slide-caption h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 36px;
	font-weight: 700;
	color: #fff;
}
.slide .slide-caption h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 28px;
	font-weight: 700;
	color: #fff;
}
.slideshow .slick-prev, .slideshow .slick-next {
	width: 40px;
	height: 69px;
	position: absolute;
	cursor: pointer;
	font-size: 0;
	line-height: 0;
	z-index: 99;
	top: 50%;
	display: block;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	border: none;
	outline: none;
	background: transparent;
}
.slideshow .slick-prev::before, .slideshow .slick-next::before {
	display:none;
}
.slideshow .slick-prev,
.slideshow .slick-prev:hover,
.slideshow .slick-prev:focus{
	background-image: url(img/slide_nav_left.png);
	left: 20px;
}
.slideshow .slick-next,
.slideshow .slick-next:hover,
.slideshow .slick-next:focus {
	background-image: url(img/slide_nav_right.png);
	right: 20px;
}
.slideshow .slick-dots {
	bottom: 20px;
}
.slideshow .slick-dots li button {
	background-color: #fff;
	height: 10px;
	width: 10px;
	display: inline-block;
	cursor: pointer;
	margin: 4px;
	-webkit-box-shadow: inset 0 2px 2px rgba(50,50,50,.5);
	box-shadow: inset 0 2px 2px rgba(50,50,50,.5);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.slideshow .slick-dots li.slick-active button {
	background-color: #aeaeae;
	cursor: default;
}
.slideshow .slick-dots li button:before {
	display:none;
}
/* Home Boxes */
#home-boxes-wrapper {
	padding: 50px 15px;
	background: #333;
}
#home-boxes {
	max-width: 1170px;
	margin: 40px auto 60px;
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	justify-content: space-between;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
}
#home-boxes .home-box {
	max-width: 380px;
	width: 31%;
	margin: 0 1% 50px;
	webkit-flex-grow: 1;
	flex-grow: 1;
	text-align: left;
	padding: 0;
	-webkit-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.5); 
	box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.5);
	background: #fff;
	-moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
	background:#fff;
}
#home-boxes .home-box:hover {
	transform: scale(1.15);
}
#home-boxes .home-box h3,
#home-boxes .home-box h3 a {
	color:#000;
	margin-bottom: 0;
	text-transform: uppercase;
	text-align: center;
	padding: 15px 0;
}

/* Content */
.page-banner {
	height: 330px;
	overflow:hidden;
	width:100%;
	position: relative;
}
.page-banner img {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
}
.page-title .at16nc {
	background: url(img/share_bttn.png) top center no-repeat;
	width: 52px;
	height: 14px;
}
.addthis_toolbox.addthis_default_style {
	position: absolute;
	bottom: 0;
	right: 0;
}
span.at_a11y {
	text-indent: -9999px;
	font-size: 1px;
}
.page-title-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 180px 30px 210px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #177785;
    background-image: linear-gradient(146deg, #177785 44%, transparent), url('img/Asset-3.png');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, 20%;
}
.page-title {
	max-width: 1170px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.elementor-kit-9 .page-title h1 {
	width:70%;
	max-width: 585px;
    margin-top: 0px;
    margin-bottom: 30px;
    padding: 20px;
    background-color: transparent;
    font-family: 'Libre Franklin', sans-serif;
    color: #cf0;
	font-size: 72px;
    line-height: 78px;
    font-style: normal;
    font-weight: 800;
    letter-spacing: -1px;
    text-shadow: 3px 3px 13px #000;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
}
.page-title #crumbs {
	font-size: 16px;
	font-weight: 600;
	padding-top: 10px;
	color:#fff;
}
.page-title #crumbs a {
	color:#fff;
}
.page-title #crumbs span.current {
	text-decoration: none;
}
.page-title #crumbs a:hover {
	color: #fff;
}
.content-wrapper {
	margin-top: -210px;
}
.content-wrapper.home {
	margin-top:0;
}
.content-wrapper.menu-page {
	margin-bottom: 8px;
}
.content {
	/*max-width: 1170px;*/
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
	line-height:1.6em;
	padding: 0;
}
.home .content {
}
.home .content h1 {
}
.parallax {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  /* Set a specific height */
  height: 500px;
  padding: 50px;
  margin-top: 100px;
  margin-bottom:100px;

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
}
.parallax-content {
	max-width: 1170px;
	margin: 0 auto;
	color: #fff;
	padding: 50px;
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.page-featured {
	margin-top: -37px;
	padding-bottom: 20px;
}
.post {
}
.post-thumb {
	float: left;
	padding-right: 42px;
}
.section {clear:both;}
.section.two-col,
.section.grid,
.section.flex {
	display: -webkit-flex;
	display: flex;
	flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	padding-bottom: 25px;
}
.home .section.two-col,
.home .section.grid,
.home .section.flex {
	padding-bottom: 0;
}
.section.wrap {
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: left;
	-webkit-justify-content: left;
	-ms-justify-content: left;
}
.section.flex div.padding-right {
	padding-right: 20px;
}
.section.two-col {
	justify-content: space-around;
	-webkit-justify-content: space-around;
	-ms-justify-content: space-around;
}
.section.two-col > div {
	margin: 0 5px;
}
.home .section.two-col > div + div {
	text-align: right;
}
.one-fifth {
	width: 20%;
	padding: 0 5px;
}
.one-fourth {
	width: 25%;
	padding: 0 5px;
}
.one-third {
	width: 33%;
}
.one-third > .one-third {
	padding: 0 10px;
}
.two-thirds {
	width: 66%;
}
.one-half {
	width: 50%;
	padding: 0 5px;
}
.one-half-left {
	float: left;
	width: 50%;
	padding: 0 5px;
}
.button.apply-now a { 
	background-color: #000000;
	color: #fff;
	padding: 20px 28px 20px 78px;
	text-transform: uppercase;
	position: relative;
	border-radius: 5px;
}
.button.apply-now a:hover { 
	background-color: #fe8d5f;
}
.button.apply-now.center a { 
	display:table;
	margin: 0 auto;
}
.button.apply-now a:before {
	width: 35px;
	height: 46px;
	content: '';
	display: block;
	position: absolute;
	left: 32px;
    top: 50%;
    transform: translateY(-50%);
}
/*** Forms ***/
.gform_wrapper label.gfield_label {
	width:20% !important;
	font-weight: 400;
}
.gform_wrapper .left_label input.medium, .gform_wrapper .left_label select.medium, .gform_wrapper .right_label input.medium, .gform_wrapper .right_label select.medium {
	width: calc(80% - 8px);
	border: 1px solid #999999;
}
.gform_wrapper ul.gform_fields li#field_1_7 .gfield_label {
	float: none;
	width: 100%;
	padding-right: 0;
	margin-bottom: 16px;
}
.gform_wrapper ul.gform_fields li#field_1_8 .gfield_label {
	display:none;
}
.gform_wrapper ul.gform_fields li#field_1_8 > div {
	margin-left:0 !important;
}
.gform_wrapper .left_label input.large, .gform_wrapper .left_label select.large, .gform_wrapper .left_label textarea.large, .gform_wrapper .left_label textarea.medium, .gform_wrapper .left_label textarea.small, .gform_wrapper .right_label input.large, .gform_wrapper .right_label select.large, .gform_wrapper .right_label textarea.large, .gform_wrapper .right_label textarea.medium, .gform_wrapper .right_label textarea.small {
	width: 100%;
}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type="submit"], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type="submit"] {
	font-size: 1em;
	width: auto;
	margin: 0 16px 0 0;
	padding: 16px 19px;
	color: #fff;
	background: #000000;
	border: 0;
	border-radius: 5px;
	float: right;
	-moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.gform_wrapper .gform_footer input[type="submit"]:hover, .gform_wrapper .gform_page_footer input[type="submit"]:hover {
	background:#01b18a;
}
.content span.file_title_clean {
	display:block;
	padding: 0;
	border-style: none;
	background: none;
	font-size: 24px;
	color:#000000;
	margin-bottom: 25px;
}
.content div.file_userdata_container {
	margin: 0 0 15px 0;
	padding: 0;
	white-space: nowrap;
	position: relative;
	vertical-align: top;
}
.content .file_userdata_message, .content.file_userdata_message_required {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 1px solid;
	border-color: #999;
	background: none;
	color: black;
}
.content textarea.file_userdata_message, .content textarea.file_userdata_message_required {
	height:50px;
}
.content div.file_userdata_fieldwrapper, .content div.file_userdata_fieldwrapper_required, .content div.file_userdata_fieldwrapper_required_empty {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 25px;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	box-shadow: none;
}
.content label.file_userdata_label {
	margin: 0;
	width: 50% !important;
	display: block;
	float:left;
	font-weight: 400;
	font-size: 21px;
}
.content div.file_captchav2 {
	margin: 15px 0;
}
div.file_captcha_inner_v2 iframe {
	border: 0;
}
.content input[type="button"].file_input_submit {
	width: 150px !important;
}
/** Sidebars **/
#contact-box,
#rightcol {
	float: right;
	width: 266px;
	margin-left: 72px;
	padding: 0;
}
#contact-box {
	width: 310px;
	float:none;
	margin: 0 0 50px 0;
	padding: 15px 15px 50px;
}
#rightcol h2 {
	font-size: 32px;
	font-weight: 300;
	color: #383838;
	padding-bottom:16px;
	margin-bottom: 11px;
	border-bottom: 1px solid #0b4e92;
}
#rightcol .menu {
	list-style: none;
	margin: 30px 0;
	padding: 0;
}
#rightcol .menu li {
	padding: 10px 0;
	border-bottom: 1px solid #dddddd;
}
#rightcol .menu li.menu-item-home,
#rightcol .menu li.current-menu-item,
#rightcol .menu li.menu-item-35 {
	display: none;
}
#rightcol .menu li a {
	color:#383838;
}
#rightcol .menu li a:hover {
	color: #d93726;
}
#rightcol .button {
	float: right;
}
#sidebar-wrapper {
	padding:14px 25px;
	width: 250px;
	margin-left: 15px;
	flex-shrink:0;
}
#sidebar-wrapper > div {
	padding-bottom: 12px;
	margin-bottom:5px;
	border-bottom: 1px solid #babbbb;
	box-shadow: 0 1px 0 #dedfdf;
}
#sidebar-wrapper > div:last-child {
	border-bottom: 0;
	box-shadow: 0 0 0;
}
#sidebar-wrapper #search {
	position: relative;
}
#sidebar-wrapper #search input[type="text"] {
	width:162px;
	height: 34px;
	border: 1px solid #999999;
	border-right: 0;
	padding: 5px;
}
#sidebar-wrapper #search input[type="submit"] {
	text-indent: -9999px;
	width:33px;
	height:34px;
	background: url(img/search_bttn.jpg) center center no-repeat;
	border: 1px solid #999999;
	border-left: 0;
	position: relative;
	cursor: pointer;
}
#sidebar-wrapper h2 {
	font-size: 26px;
	font-style: italic;
	color:#333;
	text-align: center;
	margin-bottom: 0;
	font-weight: 400;
}
#sidebar-wrapper ul {
	list-style: none;
	padding: 0;
	margin: 0 0 10px 0;
}
#sidebar-wrapper ul li {
	text-align: center;
}
#sidebar-wrapper ul li a {
	font-size: 16px;
	color:#555;
}
#calendar table {
	width:100%;
	font-size: 12px;
	padding: 6px;
	background:#fff;
	border-collapse: collapse;
}
#calendar table th,
#calendar table td {
	border: 1px solid #f0f0f0;
	text-align: center;
}
#calendar caption {
	background: #2c85c1;
	border-top: 1px solid #2c85c1;
	border-radius: 5px 5px 0 0;
	color:#fff;
}
.content.blog-index {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;

}
.blog-wrapper {
}
.recent-posts-wrapper,
.blog-content {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
}
.blog-content {
	max-width: 910px;
}
.recent-post-wrapper,
.blog-post-wrapper {
	width: 31%;
	margin: 0 1% 50px;
	-webkit-box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.5); 
	box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.5);
	background: #fff;
	-moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
.recent-post-wrapper:hover,
.blog-post-wrapper:hover {
	transform: scale(1.15);
	z-index: 1;
}
.recent-post,
.blog-post {
	height:100%;
	position: relative;
	padding: 0 0 60px;
}
.recent-post h2,
.blog-content h2 {
	padding:10px;
}
.blog-content h4.postinfo {
	font-size: 14px;
	font-weight:300;
	color: #000;
	font-style: italic;
}
.recent-post-thumb,
.blog-post-thumb {
	max-height: 160px;
	overflow:hidden;
	padding-bottom: 15px;
}
.blog-post-thumb img {
	width: 100%;
	height: auto;
}
.recent-excerpt,
.blog-excerpt {
	padding:10px;
}
.recent-excerpt .read-more,
.blog-excerpt .read-more {
	position: absolute;
	bottom: 10px;
	right: 10px;
	margin: 0;
}
.blog-content .fb-like {
	width: 76px;
	height: 29px;
	float: left;
}
.blog-content #share-bar {
	width: 76px;
	height: 29px;
	float: left;
}

.read-more {
	text-align: right;
}
.read-more a {
	color: #fff;
	display: inline-block;
	padding: 5px 10px;
	border: solid 1px #333;
	border-bottom: 1px solid #fff;
	background-image: -ms-linear-gradient(top, #5c5c5c 0%, #333 100%);
	background-image: -moz-linear-gradient(top, #5c5c5c 0%, #333 100%);
	background-image: -o-linear-gradient(top, #5c5c5c 0%, #333 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5c5c5c), color-stop(1, #333));
	background-image: -webkit-linear-gradient(top, #5c5c5c 0%, #333 100%);
	background-image: linear-gradient(to bottom, #5c5c5c 0%, #333 100%);
	cursor: pointer;
}
.read-more a:hover {
	background-image: -ms-linear-gradient(top, #333 0%, #5c5c5c 100%);
	background-image: -moz-linear-gradient(top, #333 0%, #5c5c5c 100%);
	background-image: -o-linear-gradient(top, #333 0%, #5c5c5c 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #333), color-stop(1, #5c5c5c));
	background-image: -webkit-linear-gradient(top, #333 0%, #5c5c5c 100%);
	background-image: linear-gradient(to bottom, #333 0%, #5c5c5c 100%);
	text-decoration: none;
}
/* Single Blog Post */
.blog-single-content {
	overflow: hidden;
}
.blog-single-post-thumb {padding: 5px;}
/* Comments */
ul.comments,
ul.comments ul {
	list-style:none;
	margin: 0;
	padding: 0;
}
ul.comments ul {
	margin-top: 25px;
}
ul.comments li {
	margin: 0 0 25px 50px 
}
/* Collapse-O-Matic */
.collapseomatic  {
	font-weight: 700;
	color:#fff;
	font-size: 21px;
	padding: 5px 15px;
	position: relative;
	border: solid 1px #333;
	border-bottom: 1px solid #fff;
	background-image: -ms-linear-gradient(top, #5c5c5c 0%, #333 100%);
	background-image: -moz-linear-gradient(top, #5c5c5c 0%, #333 100%);
	background-image: -o-linear-gradient(top, #5c5c5c 0%, #333 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5c5c5c), color-stop(1, #333));
	background-image: -webkit-linear-gradient(top, #5c5c5c 0%, #333 100%);
	background-image: linear-gradient(to bottom, #5c5c5c 0%, #333 100%);
}
.collapseomatic:after  {
	content: "+";
	display:block;
	position: absolute;
	top: 5px;
	right: 15px;
	color: #fff;
	font-size: 21px;
}
.collapseomatic.colomat-close:after  {
	content: '-';
}

/* Contact Us Page */
#contact-us .content {
	padding-top: 35px;
}
#contact-us .content h2 {
	text-align: center;
}
#contact-id164 {
	text-align: center;
	padding-top: 40px;
}
#contact-id164 .button {
	margin: 0 2px;
}
.wfu_container input[type="button"].file_input_submit {
	width: auto !important;
	height: 37px;
	border: none;
	display: inline-block;
	background: #fe8d5f;
	color: #fff;
	text-transform: uppercase;
	padding: 5px 30px;
	text-decoration: none;
	-moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
	border-radius: 5px;
}
.wfu_container input[type="button"].file_input_submit:disabled {
	width: auto !important;
	height: 37px;
	border: none;
	display: inline-block;
	background: #fe8d5f;
	color: #fff;
	text-transform: uppercase;
	padding: 5px 30px;
	text-decoration: none;
	-moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
	border-radius: 5px;
}

/* CONTACT FORM 7 */
div.wpcf7 {
	display: block;
	margin: 0;
	max-width: 800px;
	margin: 0 auto;
}
form.wpcf7-form {
	overflow: visible;
}
form.wpcf7-form br {
	display: none;
}
form.wpcf7-form, 
form.wpcf7-form .form-wrapper {
	/**/
}
form.wpcf7-form label {
	display: inline-block;
    width: auto;
    height: 38px;
    margin-top: 40px;
    margin-bottom: 0;
    padding: 5px;
    background-color: #024a72;
    font-family: 'Libre Franklin',sans-serif;
    color: #fff;
    font-weight: 600;
    text-align: center;
    text-transform: none;
}
form.wpcf7-form input,
form.wpcf7-form select,
form.wpcf7-form textarea {
	width: 100%;
    border-style: none none solid;
    border-width: 1px 1px 2px;
    border-color: #000 #000 #024a72;
    background-color: transparent;
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
    font-family: 'Libre Franklin',sans-serif;
    color: #5c5c5c;
    font-size: 16px;
    font-weight: 600;
	padding-top: 15px;
}
form.wpcf7-form select {
	width: 100%;
}
form.wpcf7-form textarea {
    overflow: auto;
    height: auto;
    max-height: 250px;
    min-height: 200px;
    padding-left: 12px;
    border: 2px solid #024a72;
    -webkit-transition: background-color .2s;
    transition: background-color .2s;
    font-family: 'Libre Franklin',sans-serif;
    color: #5c5c5c;
    font-size: 16px;
    font-weight: 600;
}
body#page-114 form.wpcf7-form textarea {
	width: 80%;
}
body.contact form.wpcf7-form textarea {
	width: 79.50%;
}
form.wpcf7-form input[type=checkbox] {
	border: none;
	outline: none;
	width: auto;
}
#page-114 .wpcf7-checkbox {
	display: block;
}
#fq-typeofproject .wpcf7-list-item {
	display: block;
}
#c-add2mailing {
	display: block;
	padding: 20px 0 0;
	position: relative;
}
#c-add2mailing span {
	font-weight: 800;
}
.captcha {
	display: block;
	float: right;
	/*margin: 0 118px 0 0;*/
}
.captcha img {
	float: left;
}
.captcha input[type=text] {
	float: left;
	width: 164px;
	margin-right: 10px;
}
form.wpcf7-form input[type=submit] {
    padding: 15px 30px;
    border-radius: 4px;
    background-color: #cf0;
    -webkit-transition: background-color .3s,-webkit-transform .3s;
    transition: transform .3s,background-color .3s,-webkit-transform .3s;
    font-family: 'Libre Franklin',sans-serif;
    color: #024a72;
    font-size: 16px;
    line-height: 30px;
    font-weight: 800;
	cursor: pointer;
}
form.wpcf7-form input[type=submit]:hover {
    background-color: #fff;
    box-shadow: 0 5px 20px -2px #000;
    -webkit-transform: translate(0,-5px);
    -ms-transform: translate(0,-5px);
    transform: translate(0,-5px);
    color: #024a72;
}

/*** Page Navigation ***/
.navigation {text-align: center;}
span.page-numbers,
.wp-pagenavi a {
	display: inline-block;
	font-size: 14px;
	line-height: 14px;
	padding: 7px 9px;
	color: #717171;
}
span.page-numbers.current,
.wp-pagenavi a:hover {
	color: #a2a2a2;
	text-decoration: underline;
}
/* Testimonials */
.testimonial {
	-webkit-box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.5); 
	box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.5);
	background: #fff;
	-moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
	background:#fff;
	padding: 25px;
	margin-bottom: 25px;

}
h4.testimonial-author {
	text-align: right;
}
/* Galleries */
/* Albumns */
ul.foogallery-album-gallery-list {
	margin: 0;
}
.content .foogallery-album-gallery-list .foogallery-pile h3 {
	padding: 5px;
}
/* Events */
.mec-wrap .mec-color { #024A72; }
.mec-color, .mec-color-before :before, .mec-color-hover:hover, .mec-wrap .mec-color, .mec-wrap .mec-color-before :before, .mec-wrap .mec-color-hover:hover {
    color: #024A72;
}
.mec-month-divider span:before {
    border-bottom: 4px solid #024A72;
    font-size: 6px;
    content: '';
    text-align: center;
    position: absolute;
    bottom: -4px;
    margin-left: -30px;
    left: 50%;
    width: 60px;
}
.mec-skin-list-container {
	max-width: 1170px;
	background: #fff;
	margin: 0 auto;
	padding: 25px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
#main-content.mec-container:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 566px;
	background-color: #177785;
    background-image: linear-gradient(146deg, #177785 44%, transparent), url(img/Asset-3.png);
    background-position: 0px 0px, 50% 50%;
    background-size: auto, 20%;
}
#main-content.mec-container {
	padding-top: 225px;
	background: #fff;
}
#main-content.mec-container > div.mec-wrap {
	padding: 25px;
	margin-bottom: 50px;
	background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.tribe-events .tribe-events-l-container { 
	background: #fff;
	box-shadow: -1.216px 6.894px 25px 0 rgb(0 0 0 / .07);
}
/*
.elementor-kit-9 .tribe-common-c-btn-border button {background:none;}
.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
	background:#fff;
	margin-bottom: 50px;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	max-width: 1170px;
}
.tribe-events .tribe-events-c-search__button {
    background-color: #024a72; 
}
.tribe-events .tribe-events-c-search__button:focus, .tribe-events .tribe-events-c-search__button:hover {
    background-color: #ccff00; 
    color: #024a72; 
}
.tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover {
    background-color: #024a72; 
}
*/
/* Footer */
#footer {
	clear:both;
	font-weight:normal;
	padding: 0;
	margin: 0;
}
#footer #footer-top,
#footer #footer-bottom {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
}
#footer #footer-top-wrapper {
	width: 100%;
	background: #000;
	padding: 6px 10px;
	border-top: 18px solid #333;
}
#footer #footer-middle-wrapper {
	background:#88898a;
	padding: 10px;
}
#footer #footer-bottom-wrapper {
	width: 100%;
	background: #333;
	padding: 6px 10px;
}
#footer p {
	margin:0;
	padding:0;
}
.footer-top,
.footer-bottom {
	max-width: 1170px;
	margin: 0 auto;
	padding: 5px 0;
	color: #fff;
	display:flex;
	-webkit-display: flex;
	-ms-display:flex;
	flex-flow:row nowrap;
	-webkit-flex-flow:row nowrap;
	-ms-flex-flow:row nowrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
}
.footer-top div,
.footer-bottom div {
	flex-grow: 1;
	width: 30%;
}
.footer-top {
	align-items: flex-start;
	-webkit-align-items: flex-start;
	-ms-align-items: flex-start;
	padding: 24px 0px;
	font-size:16px;
	text-align: left;
}
.footer-top h4,
.footer-top a {
	color:#fff;
}
.footer-top {
}
.footer-top > div {
	flex: 1;
	text-align: center;
}
#footer-logo {max-width:250px;}
#footer-about {
	max-width: 370px;
	padding: 0 15px;
}
#footer .footer-top p.footer-address,
#footer .footer-top p.footer-email,
#footer .footer-top p.footer-phone {
	position: relative;
	line-height: 17px;
	text-align: center;
}
/*
#footer .footer-top #footer-address-wrapper p:before,
#footer .footer-top #footer-contact p:before {
	font-family: 'fontawesome';
	display:block;
	width: 22px;
	height: 17px;
	position: absolute;
	left: 0;
	color: #fff;
}
#footer .footer-top p.footer-address:before {
	content: '\f2c3';
}
#footer .footer-top p.footer-email:before {
	content: '\f0e0';
}
#footer .footer-top p.footer-phone:before {
	content: '\f095';
}
*/
.footer-top #footer-address-wrapper {
}
.footer-top #footer-address h4 {
	font-size: 20px;
	margin-bottom:15px;
}
.ekit-template-content-footer p {margin-bottom: 15px;}
.ekit-template-content-footer a {color:#fff;}
/* Sign Up for Newsletter */
footer div:first-of-type .wrapper .mcol:first-of-type > div + div + div {
/* */
}
#emma-form-wrap {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	overflow: hidden;
	max-width: 290px;
}
ul#emma-form-elements li.emma-form-row {
	width: initial !important;
	margin: 0 !important;
}
ul.emma-cf {max-width:100%;}
label.emma-form-label {display:none;}
form ul.emma-cf input[type-text],
form ul#emma-form-elements input.emma-form-input {
	color: #000;
	font-size: 12px;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 300;
	line-height: 1.1em;
	padding: 0 10px;
	height: 33px;
	border: solid 1px #333;
	background: #fff;
	width: 90%;
}
.emma-form-row [class*="emma-submit-wrap"] {
	border: solid 1px #333;
	background-image: -ms-linear-gradient(top, #5c5c5c 0%, #333 100%);
	background-image: -moz-linear-gradient(top, #5c5c5c 0%, #333 100%);
	background-image: -o-linear-gradient(top, #5c5c5c 0%, #333 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #5c5c5c), color-stop(1, #333));
	background-image: -webkit-linear-gradient(top, #5c5c5c 0%, #333 100%);
	background-image: linear-gradient(to bottom, #5c5c5c 0%, #333 100%);
	position: relative;
	top: -1px;
	left: -3px;
	width: 75px;
}
#emma-form form input[type="submit"],
form ul.emma-cf input[type-submit] {
	height: 32px;
	border: none;
	border-top: solid 1px #333;
	background-image: none;
	background-color: transparent;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	font-weight: 300;
	font-size: 16px;
	font-family: 'Patua One', Arial, sans-serif;
	text-transform: lowercase;
	position: relative;
	line-height: 0em;
	padding: 0 10px 6px;
	cursor: pointer;
}
.emma-status, .emma-alert {
	width: 75% !important;
	margin: 0em auto !important;
}
.spinner {margin:0 auto !important;}
.emma-status:not(.emma-alert)::before {
	content: '';
	background: #f36f24 !important;
}

#footer .footer-bottom {
	width: 100%;
	min-height: 22px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #fff;
}
#footer .footer-bottom a {
	color: #fff;
	text-decoration: underline;
}
#footer .footer-bottom a:hover {
	text-decoration: none;
}
#copyright {
	text-align: left;
}
#design {
	text-align: right;
}
#sitemap {
	text-align: center;
}
#sitemap ul.menu-footer {
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
#sitemap ul.menu-footer > li {
	display: inline-block;
	position: relative;
}
#sitemap ul.menu-footer > li:before {
	content: '|';
	padding: 0 3px 0 0;
}
#sitemap ul.menu-footer > li:first-of-type:before {
	content: '';
}
#sitemap ul.menu-footer > li > a {
	display: inline-block;
	color: #fff;
}
.clr {
	clear: both;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: '';
	clear: both;
	height: 0;
}
@media screen and (max-width: 996px) {
	.recent-post-wrapper,
	.blog-post-wrapper {
		width: 48%;
	}
	.recent-post-thumb, .blog-post-thumb {
		max-height: 150px;
	}
}
@media screen and (max-width: 960px) {
	.slick-slide img {
		width: 960px;
		height: 400px;
		max-width: initial;
		position:relative;
		left: 50%;
		transform: translateX(-50%);
	}
	.slide .slide-caption {
		max-width: 100%;
	}
	.slide .slide-caption h1 {
		font-size: 36px;
	}
}
@media screen and (max-width: 900px) {
	#notice-widget .first-column,
	#notice-widget .last-column {
		flex-basis: 5% !important;
	}
	#notice-widget .last-column .wp-block-buttons {
		text-align: left;
	}
	#notice-widget .notice-text {
		flex-basis: 55% !important;
	}
	#notice-widget .notice-button {
		flex-basis: 35% !important;
	}
}
@media screen and (max-width: 930px) {
	#header-wrapper {height:auto;}
	#logo,
	#logo-white {
		left: 90px;
	}
	ul#menu-main li {
		float: none;
		flex-grow: 1;
	}
	.slide {
		height: 250px;
	}
	#main-nav {
	}
	#header .menu {
		display: block;
	}
	#nav-wrapper {
		padding: 0;
		height:0;
		width:0;
	}
	#header-top { padding: 0 40px; }
	.search-toggle-wrapper {
		display:block;
		width: 20px;
		height:20px;
		background: url(img/search_bttn.jpg) center center no-repeat;
		background-size: contain;
		position:fixed;
		top: 5px;
		right: 15px;
		cursor: pointer;
		z-index: 99;
	}
	#logo,
	#logo-white {
		width: 230px;
	}
	.search-toggle-wrapper:hover {
		opacity: .75;
	}
	.search-toggle-wrapper.toggled-on {
		background: url(img/search_bttn_close.jpg) center center no-repeat;
	}
	#header-search {
		position: fixed;
		top: 0;
		left: 0;
		display:none; 
		height:70px;
		width: 100%;
		-moz-transition: all .2s ease-in;
		-o-transition: all .2s ease-in;
		-webkit-transition: all .2s ease-in;
		transition: all .2s ease-in;
		background: rgba(0,0,0,.75);
		-webkit-box-shadow: 0px 0px 5px 3px rgba(211,211,211,0.5); 
		box-shadow: 0px 0px 5px 3px rgba(211,211,211,1);
		padding:15px;
	}
	#header-search.toggled-on {
		display: block;
		z-index: 9;
	}
	#header-search.toggled-on #searchform {
		width:375px;
		position: absolute;
		top: 40%;
		left: 0;
		right: 0;
		margin: 0 auto;
		z-index: 999;
	}
	#header-top-right-search #header-search input[type="text"] {
		width: 342px;
	}
	.menu-toggle-wrapper {
		display: block;
		width:40px;
		height: 30px;
		position:fixed;
		top: 62px;
		right: 24px;
		cursor: pointer;
		z-index: 9999;
	}
	.menu-toggle {
		display: block;
		width:40px;
		height:6px;
		background-color:#fff;
		border-radius:5px;
	    -webkit-transition: background-color 1000ms linear;
		-ms-transition: background-color 1000ms linear;
		transition: background-color 1000ms linear;
	}
	.menu-toggle.toggled-on {
		background-color:#fff;
	}
	#main-nav {
		position: fixed;
		top: 0;
		left:0;
		overflow-y: auto;
		width: 0;
		height: 100%;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		background: rgba(0, 0, 0, .85);
		padding-top: 80px;
		z-index:999;
	}
	#main-nav.toggled-on {
		width: 100%;
	}
	.menu-toggle:before,
	.menu-toggle:after {
		content: '';
		width: 100%;
		height:6px;
		background-color:#fff;
		position:absolute;
		left: 0;
		border-radius:5px;
	    -webkit-transition: background-color 1000ms linear;
		-ms-transition: background-color 1000ms linear;
		transition: background-color 1000ms linear;
	}
	#header-wrapper.toggled-on .menu-toggle,
	#header-wrapper.toggled-on .menu-toggle:before,
	#header-wrapper.toggled-on .menu-toggle:after {
		background-color:#024a72;
	}
	#header-wrapper.toggled-on .menu-toggle.toggled-on,
	#header-wrapper.toggled-on .menu-toggle.toggled-on:before,
	#header-wrapper.toggled-on .menu-toggle.toggled-on:after, 
	.menu-toggle.toggled-on:before,
	.menu-toggle.toggled-on:after {
		background-color:#fff;
	}
	.menu-toggle:before {
		top: 22px;
	}
	.menu-toggle:after {
		top: 11px;
	}
	#nav-wrapper ul.menu {
		display: block;
	}
	#nav-wrapper ul.menu li {
		display: block;
		float: none;
		margin: 0;
		padding: 5px 0 5px 15px;
		border-bottom: 1px solid #fff;
		border-right: 0;
		text-align: left;
	}
	#nav-wrapper ul.menu li.menu-item-has-children > a:after {
		display: inline-block;
		content: '+';
		font-weight: bold;
		padding-left:10px;
	}
	#nav-wrapper ul.menu li.menu-item-has-children:hover > a:after {
		content: "-";
	}
	#nav-wrapper ul.menu li a:link, #nav-wrapper ul.menu li a:visited, #nav-wrapper ul.menu li a:hover {
		display:inline;
		height: auto;
		padding: 0;
		color: #fff;
	}
	#nav-wrapper ul.menu li.current-menu-item a, #nav-wrapper ul.menu li a:hover {
		color: #aeaeae;
	}
	#nav-wrapper ul.menu li .submenuWrap {
		position: relative;
		/* height: auto;*/
		background: none;
		top: auto;
		left: auto;
	}
	#nav-wrapper ul.menu li ul.sub-menu {
	    max-width: 100%;
    	display: block;
	}
	#nav-wrapper ul.menu li ul {
		position: relative;
		min-width: 0px;
		opacity: 1;
		visibility: visible;
		padding-top: 10px;
		text-align: left;
		background: none;
		border: none;
		z-index: 9999999;
	}
	#nav-wrapper ul.menu li ul.sub-menu li {
    	text-align: left;
	}
	#nav-wrapper ul.menu li:hover ul {
		height: auto;
		padding: 10px 30px;
	}
	#nav-wrapper ul.menu li ul li a:link, #nav-wrapper ul.menu li ul li a:visited, #nav-wrapper ul.menu li ul li a:hover {
		/*
		color: #fff;
		*/
	}
	#nav-wrapper ul.menu li {
		height: auto;
	}
	#nav-wrapper ul.menu li:hover {
		background: none;
	}
	#nav-wrapper ul.menu li.menu-item-has-children:hover  {
	background: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	}
	#nav-wrapper ul.menu li ul li {
		float: none;
		text-align: left;
		padding: 2px !important;
		height: auto !important;
		margin: 0;
		border:0;
	}
	#nav-wrapper ul.menu li ul li a {
		font-size: 12px;
	}
	#nav-wrapper ul.menu li ul li {
		float: none;
	}
	#nav-wrapper ul.menu li ul li a {
		height: auto !important;
	}
	#nav-wrapper ul.menu li:first-child:hover:after,
	#nav-wrapper ul.menu li.current-menu-item:first-child:after,
	#nav-wrapper ul.menu li.current-menu-item:after,/*arrow added to uparrowdiv DIV*/
	#nav-wrapper ul.menu li:hover:after{ 
		left:10px;
	}
	#home-boxes .home-box h3, #home-boxes .home-box h3 a {
		font-size: 28px;
	}
	.recent-post-wrapper,
	.blog-post-wrapper {
		width: 48%;
	}
	.recent-post-thumb, .blog-post-thumb {
		max-height: 150px;
	}
	.elementor-kit-9 .page-title h1 {
    	font-size: 7.2vw;
		line-height: 8vw;
	}
}
@media screen and (max-width: 800px) {
	.slide .slide-caption h1 {
		font-size: 28px;
	}
	.post-thumb {
		float: none;
		margin: 0 auto;
		padding-right: 0px;
		text-align: center;
	}
	#footer-newsletter h3 {
		padding: 0px 15px 0 0;
	}
}
@media screen and (max-width: 785px) {
	#notice-widget .first-column {
		display:none;
	}
	#notice-widget .notice-button {
		flex-basis: 25% !important;
	}
}
@media screen and (max-width: 720px) {
	.alignleft, .alignright {
		margin: 0 auto;
		float:none;
		display: block;
	}
	#home-boxes {
		flex-flow: column wrap;
		-webkit-flex-flow: column wrap;
		-ms-flex-flow: column wrap;
		justify-content: center;
		-ms-justify-content: center;
		-webkit-justify-content: center;
	}
	#home-boxes .home-box {
		width: 75%;
		margin: 0 auto 50px;

	}
	.content-wrapper.home {margin-top: 0;}
	.section.two-col,
	.content.twocol {
		display: flex;
		-webkit-display: flex;
		-ms-display: flex;
		flex-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
	}
	.content.twocol .post {
		order: 1;
		-webkit-order: 1;
		-ms-order: 1;
	}
	.content.twocol #rightcol {
		order: 2;
		-webkit-order: 2;
		-ms-order: 2;
		margin: 0 auto;
	}
	.home .section.two-col > div {
		order: 2;
		-webkit-order: 2;
		-ms-order: 2;
	}
	.home .section.two-col > div + div {
		text-align: center;
		order: 1;
		-webkit-order: 1;
		-ms-order: 1;
	}
	.one-half {width: 100%;}
	.content.blog-index {
		flex-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
	}
	#sidebar-wrapper {
		margin: 0 auto;
	}
	.section.flex {
		flex-direction: column;
		-webkit-flex-direction: column;
	}
	.section.flex div {
		-webkit-flex-basis: auto;
		flex-basis: auto;
		margin: 0 auto;
	}
	.one-third,
	.one-fourth {
		width: auto;
	}
	.section.flex div.padding-right {
		padding-right: 0px;
		-webkit-flex-basis: auto;
		flex-basis: auto;
	}
	#footer .footer-top,
	#footer .footer-bottom {
		flex-flow: column nowrap;
		-webkit-flex-flow: column nowrap;
		-ms-flex-flow: column nowrap;
		justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
	}
	#footer .footer-top div,
	#footer .footer-bottom div {
		width: 100%;
		text-align: center;
		margin-bottom: 25px;
	}
	#footer .footer-top p.footer-address:before,
	#footer .footer-top p.footer-email:before,
	#footer .footer-top p.footer-phone:before {
		content: '';
	}
	#footer .footer-top p.footer-address, #footer .footer-top p.footer-email, #footer .footer-top p.footer-phone {
		padding-left: 0;
	}
}
@media screen and (max-width: 700px) {
	.slider_content {
		background: rgba(232, 232, 232, .75);
		padding: 0 5px;
		top: 10%;
		left: 8%;
		width: 85%;
	}
	.slider_content p {
		margin-bottom: 5px;
	}
}
@media screen and (max-width: 680px) {
	.slider_content h2 {
		font-size: 20px;
		letter-spacing: 2.1px;
	}
	.slider_content .button {
		padding: 5px 10px;
	}
}
@media screen and (max-width: 650px) {
	#header-wrapper-bg {
		height: 134px;
	}
	#header {height:105px;}
	#header-top {
		padding: 0px;
		justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
	}
	#header-search {
		height:135px;
	}
	.menu-toggle-wrapper {
		top: 70px;
	}
}
@media screen and (max-width: 600px) {
	form.wpcf7-form input,
	form.wpcf7-form select,
	form.wpcf7-form textarea {
		width:98%;
	}
	.footer-top,
	.footer-bottom {
		flex-flow:column nowrap;
		-webkit-flex-flow:column nowrap;
		-ms-flex-flow:column nowrap;
		justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
	}
	.footer-top > div, .footer-bottom > div {
		margin: 0 auto;
	}
	.footer-top > div {
		margin-bottom: 15px;
	}
	
}
@media screen and (max-width: 550px) {
	#header-search.toggled-on #searchform {
		width:275px;
	}
	#header-top-right-search #header-search input[type="text"] {
		width: 242px;
	}
	.recent-post-wrapper,
	.blog-post-wrapper {
		width: 90%;
	}
}
@media screen and (max-width: 490px) {
	#footer-newsletter {
		float: none;
		text-align: center;
	}
	#footer-newsletter h3 {
		padding: 0 0 5px 0 ;
		display: block;
	}
	
}
@media screen and (max-width: 475px) {
	#header-top-right {
		min-width: 110px;
		margin-left: 5px;
		padding-right: 10px;
	}
	.slide .slide-caption {
		font-size: 14px;
	}
	.slide .slide-caption h1 {
		font-size: 18px;
	}
	#home-boxes .home-box h3, #home-boxes .home-box h3 a {
		font-size: 21px;
	}
	#footer-newsletter {
		float: none;
		margin: 0 auto;
		clear: both;
		text-align: center;
	}
	#footer-contact {
		float: none;
		margin: 0 auto 15px;
	}
	#footer-newsletter {
		width: 70%;
	}
	#footer-newsletter h3 {
		padding: 0;
		text-align: center;
	}
	#copyright {
		clear: both;
		float: none;
		text-align: center;
		width: 100%;
	}
	#design {
		float: none;
		text-align: center;
		width: 100%;
	}
}
@media screen and (max-width: 425px) {
	#logo,
	#logo-white {
		width: 200px;
		height: auto;
	}
	#header-top-left ul li {
		padding: 0 3px;
	}
	#header-search.toggled-on #searchform {
		width:235px;
	}
	#header-top-right-search #header-search input[type="text"] {
		width: 200px;
	}
	.slide {
		height: 200px;
	}
	.slide .slide-caption h2 {
		font-size: 21px;
	}
	.slide .slide-caption {
		font-size: 12px;
	}
	.slide .slide-caption h5 {
		font-size: 12px;
	}
	h1 {font-size: 38px;}
	.page-title-thumb {
		max-width: 120px;
	}
}
