/*
Theme Name: CloudWave
Theme URI:  http://gocloudwave.com/
Description: Custom WordPress Theme For CloudWave
Author: Yelling Mule
Author URI: https://www.yellingmule.com/
Version: 1.0
*/

@CHARSET "UTF-8";

/* =WordPress Core from http://codex.wordpress.org/CSS#WordPress_Generated_Classes
-------------------------------------------------------------- */

.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/*CUSTOM SCSS
-------------------------------------------------------------- */

/*Required Styles*/

html, body{
    margin:0;
    padding:0;
    width:100%;
    overflow-x:hidden;
    font-family: 'Montserrat', sans-serif;
}
a:hover, a:active, a:visited, a:focus{
    text-decoration:none;
}
h1, h2, h3, h4, h5{
    font-weight:600;
	font-family: 'Lora';
}
.container{
    width:100%;
    max-width:1240px;
}
.centered{
    text-align:center;
}
li {
    font-weight: 300;
    font-size: 17.5px;
}
/*BUTTONS*/

.site_button{
    display:inline-block;
    padding:0.75rem 2rem;
    color:white;
    background:#f8a231;
    text-transform:uppercase;
    border:none;
}
.site_button:hover{
    color:white;
    background:#78be20;
}

/*HEADER*/

.header{
    width:100%;
    position:relative;
    z-index:1000;
    height:133px;
	margin-bottom:20px;
	/*transition:all 0.2s ease-in;*/
}
.header .header-contain {
	width:100%;
    position:relative;
    z-index:1001;
	transition:all 0.5s ease-out;
}
.header .bluebar {
	border: 1px solid rgba(69,180,224,0.19);
  	background-color: rgba(239,247,251);
	height:62px;
	line-height:62px;
	/*transition:all 0.2s ease-in;*/
}
.header .bluebar .bluebar-left {
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 1.38px;
	line-height:58px;
    text-transform:uppercase;
	color: #45B4E0;
}
.header .bluebar .bluebar-right {
	line-height:58px;
	text-align:right;
}
.btn {
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.75px;
	line-height: 17px;
	text-align: center;
	padding:11px 21px;
	text-transform:uppercase;
	color:#fff;
	border-radius: 2px;
	background-color: #96C941;
	display:inline-block;
}
.btn.bg-green {
	background-color: #96C941;
}
.btn.bg-blue {
	background-color: #45B4E0;
}
.btn:hover, .btn.bg-blue:hover  {
	background-color: #96C941;
	color:#fff;
}
.btn.bg-green:hover {
	background-color: #45B4E0;
}
.header .btn {
	padding:7px 18px 5px;

}
.header .btn+.btn {
	margin-left:10px;
}
.header_logo{
    max-width:238px;
	max-height:100px;
	transition:all 0.2s ease-in;
}
.header_logo a{
    display:block;
    height:100%;
    width:100%;
}
.header_logo img{
    padding:24px 0 24px 0;
	width:100%;
}
.header_logo img.logo_scrolled{
    display:none;
}
.header_mobile{
    display:none;
    font-size:24px;
    color:#45B4E0;
    position:absolute;
    right:0;
    top:12px;
	transition:all 0.2s ease-in;
}
.fa-times2 {
	font-family:'Montserrat';
	font-size: 50px;
	font-weight: 400;
	line-height: 35px;
	position: relative;
	right: -4px;

}
.fa-times2::before {
	content:'×';
}
.header_logo_row {
	width:238px;
	padding-left:15px;
}
.header_menu_row {
	width:calc(100% - 238px);
	padding-right:15px;
}

.header.header_scrolled .bluebar {
	height:8px;
	/*transition:all 0.2s ease-in;*/
}
.header.header_scrolled .bluebar .container {
	display:none;
}
.header_right{
    text-align:right;
}
.header_nav{
    list-style:none;
    margin:25px 0 0;
    padding:0;
    display:inline-block;
    font-weight:300;
    font-size:18px;
}
.header_nav li{
    display:inline-block;
    position:relative;
}
/*
.header_nav li a{
    display:block;
    padding:1.45rem 1rem;
    height:70px;
    color:#414e61;
} */
.header .mobile-buttons {
	display:none;
	text-align:left;
}
.header_nav > li > a {
    display:block;
    padding:14px 18px 12px;
	color: #45B4E0;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.88px;
	line-height: 18px;
	text-align: right;
	text-transform:uppercase;
}
.header_nav > li > a:hover,
.header_nav > li:hover > a,
.header_nav > li.current-menu-item > a{
    color:#fff;;
	background-color: #45B4E0;
	border-radius:3px;
}
.header_nav > li.menu-item-has-children:hover > a,
.header_nav > li.menu-item-has-children > a:hover {
	border-radius:3px 3px 0 0;
}
.header_nav li .sub-menu{
    display:none;
    margin:0;
    padding:15px 0;
    position:absolute;
    width:250px;
    font-size:14px;
    text-align:left;
	background-color: #45B4E0;
	border-radius:0 3px 3px 3px;
}
.header_nav li .sub-menu li{
    display:block;
	padding:2px 15px 2px 17px;
}
.header_nav li .sub-menu li a{
	font-size: 14px;
	color: #FFFFFF;
	letter-spacing: 0.88px;
	line-height:18px;
	padding:5px 0;
	display:block;
}
.header_nav li .sub-menu li a:hover{
    color:#fff;

}
.header_nav li .sub-menu li:hover {
	background:#00A1C9;
}
.header_nav li:hover .sub-menu{
    display:block;
}
.header_button{
    display:inline-block;
    vertical-align:top;
    text-align:center;
    margin-top:-20px;
    position:relative;
}
.header_button a{
    display:inline-block;
    width:135px;
    height:100px;
    vertical-align:top;
    position:relative;
    background:#78be20;
    color:white;
    text-transform:uppercase;
    font-weight:400;
    line-height:1.1;
    -webkit-transition-duration:0.5s;
    transition-duration:0.5s;
}
.header_button a:last-of-type{
    background:#f8a231;
}
.header_button span{
    position:absolute;
    left:0;
    right:0;
    top:58%;
    -webkit-transform:translate(0,-58%);
    transform:translate(0,-58%);
    font-size:18px;
}
.header_button a:hover{
    height:120px;
}
.header.header_prepare .header-contain {
    top:-150px;
    box-shadow:0 0 5px 2px rgba(0,0,0,0.2);
	height:73px;
	position:fixed;
	background:white;
}
.header .buttons-onscroll {
	display:none;
}
.header.header_prepare .buttons-onscroll {
	display:inline-block;
	margin-left:10px;
	position:relative;
	top:-2px;
}
.header.header_prepare.header_scrolled .header-contain{
	top:0;
}

.header.header_scrolled .header_logo_row {
	width:195px;
}
.header.header_scrolled .header_menu_row {
	width:calc(100% - 195px);
}
.header.header_scrolled .header_logo {
	padding-top:6px;
	width:175px;
}
.header.header_scrolled .header_logo img {

}
.header.header_scrolled .header_nav {
	margin:14px 0 0 0;
}
.header.header_scrolled .header_logo img{
    display:none;
}
.header.header_scrolled .header_logo img.logo_scrolled{
    display:block;
    padding:10px 0;
}


.header.header_scrolled .header_nav > li > a {
	padding:10px 1rem;
	font-size:11px;
}

.header.header_prepare .buttons-onscroll .btn {
	font-size:11px;
	padding:7px 12px 5px;
}

/*HERO*/

.hero{
    width:100%;
    height:450px;
    position:relative;

}
.hero .container{
    position:relative;
    height:100%;
    width:100%;

}
.hero .container .row {
    position:relative;
    height:100%;
    width:100%;
	z-index:10;
}
.hero h1{
    width:100%;
	max-width:700px;
    margin:0;
	color: #ffffff;
	font-family: "Lora";
	font-size: 38px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 45px;
	margin-bottom:35px;
}
.hero .banner-contents {
	padding-left:15px;
}
.hero-image {
	width:100%;
	height:100%;
	background-position:center center;
	background-size:cover;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 7;
	display:none;
}
.hero-image.no-vid {
	display:block;

}
.hero_video {
    /*height:100%;
    width:100%;*/
	position:absolute;
	bottom:0;
	right:0;
	z-index:8;

}
.hero_video video {
	height:100%;
    /*width:100%;*/
}
.hero_bar form{
    display:inline-block;
    width:auto;
}
.hero_bar form input[type="submit"]{
    background:#78be20;
    color:white;
    font-size:24px;
    padding:0.25rem 1rem;
    text-transform:uppercase;
    border:none;
    cursor:pointer;
    display:inline-block;
    vertical-align:middle;
}
.hero_bar form input[type="submit"]:hover{
    background:#f8a231;
}
.hero_bar_select{
    display:inline-block;
    width:45vw;
    position:relative;
    height:44px;
    -webkit-appearance:none;
    width:100%;
    background:white;
    font-size:18px;
    color:#42b4e4;
    height:100%;
    border-radius:0;
    border:none;
    vertical-align:middle;
    padding:0.25rem 0.5rem;
	position:relative;
	text-align:left;
}
.hero_bar_select span {
	text-align:left;
}
.hero_bar_select ul {
	margin:0;
	list-style:none;
	padding:0;
	width:360px;
	background:#3E4E63;
	border-radius:0 3px 3px 3px;
	position:absolute;
	padding:10px 0;
	left:0;
	top:40px;
	display:none;
}
.hero_bar_select.open ul {
	display:block;
}
.hero_bar_select ul li {
	margin:0;
	list-style:none;
}
.hero_bar_select ul li a {
	color:#fff;
	font-size:14px;
	line-height:16px;
	padding:5px 0.75rem;
	display:block;
	width:100%;
	text-align:left;
	text-transform:capitalize;
}
.hero_bar_select ul li a:hover {
	background: #2B3A4B;
}

.hero_bar_select {display: block;border:none;font-size: 16px;font-weight: 500;letter-spacing: -0.2px;line-height: 22px;color:#fff;padding: 12px 34px 12px 12px;width: 100%;max-width: 100%;width:300px; box-sizing: border-box;margin: 0;border-radius: 2px;-moz-appearance: none;-webkit-appearance: none; appearance: none;background-color:#3E4E63;background-image: url('data:image/svg+xml,%3Csvg%20width%3D%2211%22%20height%3D%227%22%20viewBox%3D%220%200%2011%207%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3E_directionals%2FAngles%2FSmall%20Down%3C%2Ftitle%3E%3Cpath%20d%3D%22M.248.786c.305-.305.785-.328%201.117-.07l.08.07L5.508%204.85%209.573.786c.305-.305.785-.328%201.117-.07l.08.07c.304.305.328.785.07%201.117l-.07.08-4.663%204.662c-.305.305-.785.329-1.117.07l-.08-.07L.248%201.983c-.33-.33-.33-.866%200-1.197z%22%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E');background-repeat: no-repeat, repeat;background-position: right 1.25em top 50%, 0 0;background-size: .65em auto, 100%;cursor:pointer;}
	.hero_bar_select::-ms-expand {display: none;}
	.hero_bar_select:hover {}
	.hero_bar_select:focus {outline: none;}
	.hero_bar_select option {font-weight:normal;}

/*CONTENT*/

.section-video {
	background-color: rgba(69,180,224,0.1);
}

.cw_content{
    /*background-color: rgba(69,180,224,0.1);*/
	padding-bottom:30px;
	border-bottom: 1px solid rgba(69,180,224,0.19);
	padding:2rem 0;
}
.jrd_content {
	padding-bottom:30px;
	border-bottom: 1px solid rgba(69,180,224,0.19);
}
.jrd_content_title {
	background-color:#fff;
	border-bottom: 1px solid rgba(69,180,224,0.19);
	padding:50px 0 210px;

}
.jrd_content_title h3{
	color: #3E4E63;
	font-family: "Lora";
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 30px;
	text-align: center;
	max-width:768px;
	margin:0 auto;
}
.cw_vid {
	margin-top: -180px;
}
.cw_content_border{
    padding-bottom:0;
}
.cw_content_border::after{
    content:'';
    display:block;
    background-image:url(public/img/border.png);
    background-size:cover;
    background-position:center center;
    width:100%;
    height:5px;
    margin-top:6rem;
}
.cw_content h2 {
    color: #42b4e4;
    font-size: 36px;
    text-align: center;
    margin: 0 0 1rem;
}
.jrd_content h4 {
	color: #3E4E63;
	font-family: "Lora";
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 28px;
	max-width:786px;
	margin:0 auto 20px;
	font-size: 20px;
}
.jrd_content p{
	color: #545555;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 24px;
	text-align: center;
}
.cw_content p {
    font-weight: 300;
    font-size: 17.5px;
}
.cw_content_highlight{
    font-size:16px;
    font-weight:300;
    text-align:center;
	margin:30px auto 0;
	max-width:805px;
}
.jrd_content_highlight{
    font-size:16px;
    font-weight:300;
    text-align:center;
	margin:30px auto 0;
	max-width:805px;
}
.cw_video_container{
    width:100%;
    padding-bottom:56.25%;
    position:relative;
    overflow:hidden;
    margin:0;
}
.cw_video_container iframe{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
}
.cw_video_container_file video {
    width: 100%;
}
.cw_video_container_file {
    width:100%;
    position:relative;
    overflow:hidden;
    margin:1rem 0;
}
.cw_video_container_file {
    position: relative;
}

.cw_video_container_file > video {
    width: 100%;
    vertical-align: middle;
}

.cw_video_container_file > video.has-media-controls-hidden::-webkit-media-controls {
    display: none;
}

.video_overlay_play_button {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 10px calc(50% - 50px);
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    opacity: 0.95;
    cursor: pointer;
    background-image: linear-gradient(transparent, #000);
    transition: opacity 150ms;
}

.video_overlay_play_button:hover {
    opacity: 1;
}

.video_overlay_play_button.is-hidden {
    display: none;
}
.jrd_content_button{
    display:block;
    margin:2rem 0;
    text-align:center;
}
.cw_content_button{
    display:block;
    margin:2rem 0;
}

.section-jobs {
	margin:65px 0;
}
.section-jobs h2 {
    width:100%;
    margin:0;
	font-family: "Lora";
	font-weight: 600;
	letter-spacing: 0;
	margin-bottom:25px;
	color: #45B4E0;
	font-size: 34px;
	line-height: 43px;
}

.section-testimonials {
	background:#fff;
	margin:60px 0;
	border-bottom:none;
}
.section-testimonials h2 {
    width:100%;
    margin:0;
	font-family: "Lora";
	font-weight: 600;
	letter-spacing: 0;
	margin-bottom:25px;
	color: #3E4E63;
	font-size: 34px;
	line-height: 43px;
}

.testimonial {
	display:flex;
	justify-content:space-between;
}
.section-testimonials.no-img h2 {
	display:block;
	width:100%;
	text-align:center;
}
.section-testimonials.no-img .testimonial {
	display:block;
}
.testimonial_content {
	width:calc(100% - 360px);
}
.section-testimonials.no-img .testimonial .testimonial_content {
	display:block;
	width:100%;
	text-align:center;
}
.testimonial_content p {
	color: #545555;
	font-size: 20px;
	font-weight: 200;
	letter-spacing: -0.77px;
	line-height: 31px;
	text-align:left;
}
.section-testimonials.no-img .testimonial .testimonial_content p {
	display:block;
	width:100%;
	text-align:center;
}
.testimonial_content h5 {
	color: #3E4E63;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	text-transform:uppercase;
	font-family:"Montserrat";
}
.section-testimonials.no-img .testimonial .testimonial_content h5 {
	display:block;
	width:100%;
	text-align:center;
}
.testimonial_img {
	width:280px;
}
.testimonial_img img {
	width:100%;
}

.section-centered-content {
	margin:65px 0;
}
.section-centered-content .logos {
	width:90%;
	margin:0 auto 20px;
	justify-content:center;
}
.section-centered-content h2, .description h2 {
	margin-bottom:30px;
	font-size:30px;
	color: #3E4E63;
}
.section-centered-content .description {
	width:80%;
	margin:0 auto;
}
.section-centered-content .description p, .description p {
	color: #545555;
	font-size: 14px;
	line-height: 24px;
}
.section-centered-content .description p.buttons {
	margin-top:30px;
}
.benefit-blocks .cw_benefits {
	margin-bottom:20px;
}
.page-content-container.no-pad {
	padding-bottom:0 !important;
	margin-bottom:0 !important;
}
.mod {

}
.half_half {
	margin:70px 0;
}
.half_half .flex {
	display:flex;
	justify-content:space-between;
}
.half_half .flex .col-text {
	width:calc(50% - 15px);
	padding-top:20px;
}
.half_half .flex .col-image {
	width:calc(50% - 15px);
}
.half_half.Right .flex .col-text {
	order:2;
}
.half_half.Right .flex .col-image {
	order:1;
}
.half_half .flex .col-image img {
	display:block;
	width:100%;
}
.left_content {
	margin:70px 0;
}
.faqs {
	margin:70px 0;
	padding-top:100px;
	position:relative;
}
.faqs:before {
	background-image: url('public/img/bg-faq.png');
	background-position: top center;
	background-repeat: no-repeat;
	background-size: auto;
	width: 100%;
	height:100px;
	max-width: 1500px;
	content:'';
	display: block;
	position: absolute;
	top:0;
	z-index:3;
}
.faqs:after {
	width:100%;
	height: 28px;
	opacity: 0.05;
	background: linear-gradient(180deg, #000000 0%, rgba(0,0,0,0) 100%);
	content:'';
	display: block;
	position: absolute;
	top:0;
	z-index:4;
}
.faqs .section-title {
	text-align:center;
	max-width:750px;
	margin:0 auto 30px;
	position:relative;
	z-index:5;
}
.faqs .faqs-container {
	max-width:750px;
	margin:0 auto;
	position:relative;
	z-index:5;
}
.faqs .faqs-container .faq {
	border-top: 1px solid rgba(204,204,204,0.52);
}
.faqs .faqs-container .faq:first-child {
	border-top:none;
}
.faqs .faqs-container .faq h4 {
	padding-left:30px;
	color: #3E4E63;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 30px;
	padding-bottom:20px;
	padding-top:30px;
	position:relative;
	cursor:pointer;
}
.faqs .faqs-container .faq.open h4:before {
	content:'-';
	font-size:34px;
	color:#45B4E0;
	display:block;
	width:20px;
	height:30px;
	position:absolute;
	left:0;
	top:30px;
	font-weight:200;
}
.faqs .faqs-container .faq h4:before {
	content:'+';
	font-size:34px;
	color:#45B4E0;
	display:block;
	width:20px;
	height:30px;
	position:absolute;
	left:0;
	top:30px;
	font-weight:200;
}
.faqs .faqs-container .faq .content-main {
	padding-left:30px;
	padding-bottom:20px;
	display:none;
	overflow:hidden;
}

.documents {
	margin:70px 0;
}
.documents .section-title {
	text-align:center;
	max-width:750px;
	margin:0 auto 30px;
}
.documents .section-title .button {
	padding-bottom:30px;
}
.documents .docs-container .doc {
	display:flex;
	justify-content:space-between;
	padding:35px 0 25px;
	border-top: 1px solid rgba(204,204,204,0.52);
}
.documents .docs-container .doc:first-child {
	padding-top:0;
	border-top:none;
}
.documents .docs-container .doc h4 {
	color: #3E4E63;
	font-family: 'Montserrat';
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 24px;
	width:calc(25% + 30px);
	padding-right:30px;
}
.documents .docs-container .doc .content-main {
	width:calc(50% + 30px);
}
.documents .docs-container .doc .button {
	width:calc(100% * (1/6));
	text-align:right;
}
.opsus-docs .button a {
	margin:0 2px 10px;
}
.horiz {
	border:none;
	border-top:1px solid rgba(204,204,204,0.52);
	height:0;
	width:100%;
	background:none;
}

.section-partners {
	background:#fff;
}
.section-partners .container {
	border-top:1px solid #E5E5E5;
	padding:20px 0;
}

.section-resources {
	margin:50px 0 60px;
}
.section-resources h2 {
	color: #3E4E63;
	font-family: "Lora";
	font-size: 34px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 46px;
	margin-bottom:40px;
}
.section-resources .resource_post {
	margin:0;
}
.section-resources .resource_post .cat {
	text-align:left;
}
.resource-posts {
	margin-left:-30px;
	margin-right:-30px;
}
.rpost {margin-bottom:60px;}
.section-resources .resource_post .cat, .section-resources .resource_post .cat a {
	color: #45B4E0;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 15px;
	text-transform:uppercase;
}
.section-resources .resource_post .cat a:hover {
	color: #86CD10;
}
.section-resources .resource_post h3 {
	text-align:left;
}
.section-resources .resource_post h3 a {
	color: #3E4E63;
	font-family: "Lora";
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0;
	line-height: 28px;
	text-align:left;
	display:block;
}
.section-resources .resource_post h3 a:hover {
	color: #45B4E0;
}
.section-resources .resource_post .resource_post_content p {
	text-align:left;
	color: #545555;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 23px;
}
.section-resources .resource_post .resource_image {
	width:100%;
	display:block;
	border: 1px solid #DDD;
	height:0;
	padding-top:56.54%;
	margin-bottom:20px;
	background-position:center center;
	background-repeat: no-repeat;
	background-size:contain;
}
.section-resources .resource_post .resource_image img {
	width:100%;
	display:block;
}

.top-logos {
	padding:20px 0;
	border-bottom: 1px solid rgba(204,204,204,0.52);
}
.top-logos .row {

	max-width:880px;
	margin:0 auto;
}
.top-logos .partner_logo {
	width:90%;
	display:block;
}

#content-partners {
	padding:45px 0;
}


.signup-bar {
	background:#45B4E0;
	color:#fff;
	padding:25px 15px;
}
.signup-bar h5 {
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 31px;
	text-align:left;
	color:#FFF;
	font-family: "Lora";
	width:350px;
}
.signup-bar .gform_wrapper li.hidden_label input {margin-top:0;}
body .signup-bar .gform_wrapper .top_label div.ginput_container{margin-top:0;}
.signup-bar .gform_wrapper {
	width:calc(100% - 350px);
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin:0;
}
.signup-bar .gform_wrapper form {
	width:100%;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.signup-bar .gform_wrapper .gform_body {
	width:88%;
}
.signup-bar .gform_wrapper .gform_body > ul {
	display:flex;
	justify-content:space-between;
}
.signup-bar .gform_wrapper .gform_body li {
	width:calc(100% / 3);
	margin-top:0;
}
.signup-bar .gform_wrapper .gform_body li input {
	width:100% !important;
	color: #212529;
	font-size: 14px !important;
	letter-spacing: 0;
	line-height: 18px;
	border: 1px solid #3391B8;
	background-color: #FFFFFF;
	box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.09);
	height:42px;
	padding:10px !important;
}
.signup-bar .gform_wrapper .gform_body input ::placeholder {
	color: #212529;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 18px;
}
.signup-bar .gform_wrapper .gform_footer {
	width:12%;
	padding:0;
	margin:0;
}
.signup-bar .gform_wrapper .gform_footer input {
	color: #45B4E0;
	font-size: 12px !important;
	font-weight: 600;
	letter-spacing: 0.75px;
	line-height: 15px;
	text-align: center;
	border: 1px solid #45B4E0;
	border-radius: 2px;
	background-color: #FFFFFF;
	text-transform:uppercase;
	display:block;
	height:42px;
	padding:0 10px;
	cursor:pointer;
}
.signup-bar .gform_wrapper .gform_footer input:hover {
	background:#3E4E63;
	color:#fff;
}

.footer-logo {
	width:160px;
}

.footer-social {
	text-align:right;
}

.footer-social a {
	font-size:20px;
	color:#fff;
	display:inline-block;
	margin-left:15px;
}
.footer-social a:hover {
	color:#86CD10;
}

.footer-social .btn {
    font-size: 10px;
    line-height: 32px;
    padding: 0 10px;
}
.footer-social .btn span {
    color: #fff !important;
}

@media screen and (max-width: 767px) {

    .footer-social {
        text-align:left;
        margin-top: 20px;
    }
    .footer-social .btn {
        font-size: 10px;
        line-height: 26px;
        padding: 0 3px;
    }


} /* END 767px */




#footer {
	background:#fff;
}
#footer .footer-logos {
	max-width:880px;
	margin:0 auto;
}

#footer-logo {
	color:#fff;
	border-top: 1px solid #516278;
	margin-top:40px;
	padding:20px 0 0;
}

#footer-logo span {
	color: #9FADBE;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 14px;
	display:inline-block;
	padding:0 10px;
}

#footer-logo span a {
	color: #9FADBE;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 14px;
	display:inline-block;
}

#footer-logo span a:hover {
	color:#3391B8;
}

#footer .main-footer {
	width:100%;
	background:#3A4E65;
	padding:30px 15px;
}

#footer .footer-wave {
	height:250px;
	background-image: url('public/img/footer-wave.png');
	background-position:top center;
	background-repeat: no-repeat;
	background-size: cover;
	width:100%;
	max-width:1500px;
	margin:0 auto;
}

footer {
	background-color: #3E4E63;
}
footer #footer-menu {
	padding:0;
}
footer #menu-global-footer {

}
footer #menu-global-footer{
	margin:0;
	list-style:none;
	padding:0;
	display:flex;
	justify-content:space-between;
}
footer #menu-global-footer > li {
	list-style:none;

}
footer #menu-global-footer > li.grid ul {
	list-style:none;
	column-count: 2;
	column-gap: 40px;
}
footer #menu-global-footer > li ul {
	margin:0;
	list-style:none;
	padding:0;
}
footer #menu-global-footer > li > a {
	color: #FFFFFF;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 16px;
	text-transform:uppercase;
}
footer #menu-global-footer > li > a:hover {
	color:#86CD10;
}
footer #menu-global-footer > li.but > a {
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.75px;
	line-height: 16px;
	text-align: center;
	padding: 11px 21px;
	text-transform: uppercase;
	color: #fff;
	border-radius: 2px;
	display:inline-block;
	background: #86CD10;
	position:relative;
	top: -4px;
}
footer #menu-global-footer > li.but > a:hover {
	background:#3391B8;
}
footer #menu-global-footer > li > ul > li > a {
	color: #9FADBE;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 14px;
}
footer #menu-global-footer > li > ul > li > a:hover {
	color:#fff;
}
footer .copyright {
	padding-left:0;
	padding-right:0;
	padding-top:10px;
}

/*SLIDERS/CAROUSELS*/

.cw_slider_container{
    padding:0 3rem;
    margin:2rem 0;
}
.cw_slider_container .slick-prev{
    left:-3rem;
    width:auto;
    height:auto;
}
.cw_slider_container .slick-next{
    right:-3rem;
    width:auto;
    height:auto;
}
.cw_slider_container .slick-prev::before,
.cw_slider_container .slick-next::before{
    color:#42b4e4;
    font-size:50px;
}
.cw_partner_slide{
    position:relative;
    margin:0;
    width:80%;
    height:100px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    margin: 0 auto;
}
.cw_partner_slide img{
/*    max-width:100%;*/
    max-width:90%;
    max-height:100%;
    position:absolute;
    top:-9999px;
    right:-9999px;
    bottom:-9999px;
    left:-9999px;
    margin:auto;
}
.partner_logo {
    position: relative;
    margin: 0;
    width: 70%;
    height: 100px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    margin: 0 auto;
}



.opus-nav {
	width:100%;
	border: 1px solid #CBEAF5;
  	background-color: #ECF7FB;
	padding:5px 10px;
	margin-top:20px;
	text-align:center;
	margin-bottom:40px;
}
.opus-nav .container {
	width:100%;
	text-align:center;
}
.opus-nav a {
	color: #45B4E0;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.88px;
	line-height: 18px;
	text-align: center;
	padding:12px 20px;
	text-transform:uppercase;
	display:inline-block;
}
.opus-nav a:hover{
	border-radius: 2px;
  	background-color: #45B4E0;
	color:#fff;
}

.page-template-template-opus .title-bar.wicon {
	margin-bottom:0;
	position:relative;
	z-index:12;
}

.page-template-template-opus .opus-nav {
	margin-top:0;
	padding:120px 10px 5px;
}
/*
.cw_testimonial_slider{
    position:relative;
}
.cw_testimonial_slider::before{
    content:'\f10d';
    font-family:'Font Awesome 5 Free';
    font-weight:900;
    line-height:1;
    font-size:200px;
    color:#78be20;
    opacity:0.3;
    position:absolute;
    display:block;
    left:2rem;
    top:0;
}
.cw_testimonial_slider::after{
    content:'\f10e';
    font-family:'Font Awesome 5 Free';
    font-weight:900;
    line-height:1;
    font-size:200px;
    color:#78be20;
    opacity:0.3;
    position:absolute;
    display:block;
    right:2rem;
    top:0;
}
.cw_testimonial_slide_content{
    padding:0 15%;
}
.cw_testimonial_slide p{
    font-weight:400;
    text-align:center;
}
.cw_testimonial_slide h5{
    font-size:18px;
    font-weight:400;
    font-style:italic;
    text-align:center;
}
*/


/*VALUES*/

.cw_value_square{
    width:85%;
    padding-bottom:85%;
    position:relative;
    overflow:hidden;
    background:#1489a9;
    margin: 0 auto;
    margin-bottom: 4rem;
}
.cw_value_grid .col-lg-4:nth-of-type(even) .cw_value_square{
    background:#78be20;
}
.cw_value_square_inner{
    position:absolute;
    width:100%;
    height:100%;
    padding:2rem;
    text-align:center;
    color:white;
}
.cw_value_icon{
    width:45%;
    height:45%;
    margin:0 auto 1rem;
    position:relative;
}
.cw_value_icon img{
    position:absolute;
    max-width:100%;
    max-height:100%;
    width:auto;
    height:auto;
    left:0%;
    top:0%;
    transform:translate(-50%,-50%);
    transition: .3s ease-in-out;
    transform: scale(1);
}
.cw_value_icon img:hover{
    transform: scale(1.1);

}
.cw_value_square h3{
    font-size:24px;
}
.cw_value_square p{
    font-weight:300;
    font-size: 15.5px;
}

/*FOOTER*/

.footer{
    background:#414e61;
    position:relative;
    color:white;
}
.footer_overlay{
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
    width:100%;
    height:100%;
    padding:3rem 0 0;
}
.footer a{
    color:white;
}
.footer a:hover{
    color:#f8a231;
}
.footer_logo img{
    width:100%;
    -webkit-filter:brightness(0) invert(1);
    filter:brightness(0) invert(1);
    padding-right:15%;
}
.footer .col-md-8{
    text-align:right;
}
.footer_nav{
    display:inline-block;
    vertical-align:top;
    margin-left:2rem;
    text-align:left;
    min-width:15%;
    margin-bottom:2rem;
}
.footer_list{
    list-style:none;
    margin:0 0 2rem;
    padding:0;
    font-weight:200;
    font-size:14px;
}

.footer_list.two_col{
    -webkit-columns:2;
    columns:2;
}
.footer_nav h5{
    font-size:16px;
    margin:0 0 0.5rem;
    font-weight:500;
}
.footer_bottom{
    border-top:1px solid white;
    padding:1rem 0;
}
.footer_bottom p{
    text-align:center;
    font-size:11px;
    font-weight:300;
    margin:0;
}
.footer_social{
    list-style:none;
    margin:0;
    padding:0;
    display:inline-block;
    font-size:16px;
}
.footer_social li{
    display:inline-block;
    margin:0 0.25rem;
}
.footer_totop{
    display:inline-block;
    float:right;
    color:#f8a231;
    cursor:pointer;
}
.footer_totop:hover{
    color:#78be20;
}
.footer_cta{
    position:absolute;
    bottom:0;
    height:100px;
    width:135px;
    background:#78be20;
    color:white;
    text-align:center;
    text-transform:uppercase;
    font-size:18px;
    -webkit-transition-duration:0.5s;
    transition-duration:0.5s;
}
.footer_cta a{
    display:block;
    width:100%;
    height:100%;
    padding:1rem;
}
.footer_cta:hover{
    height:120px;
}
.footer_cta a:hover{
    color:white;
}


.header+#body_content {
	/*margin-top:120px;*/
	padding-bottom:0px;
}
.error404 .header+#body_content {
	/*margin-top:120px;*/
	padding-bottom:40px;
}
.header_scrolled+#body_content {
	/*margin-top:90px;*/
}
.content-main p {
	color: #545555;
	font-family: "Montserrat";
	font-size: 14px;
	line-height: 24px;
}
.content-main p+p {
	margin-top:25px;
}
.content-main h1 {

}
.content-main h2 {
	color: #3E4E63;
	font-family: "Lora";
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 38px;
	margin-top:60px;

}
.content-main h2:first-child {
	margin-top:0;
}
.content-main h2+p {
	margin-top:25px;
}
.content-main h2+ul {
	margin-top:25px;
}
.content-main h3 {
	color: #3E4E63;
	font-family: "Lora";
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 30px;
	margin-top:40px;
}
.content-main h3:first-child {
	margin-top:0;
}
.content-main h3+p {
	margin-top:25px;
}
.content-main h4 {
	color: #3E4E63;
	font-family: "Lora";
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 28px;
	max-width:786px;
	margin:0 0 20px;
}
.content-main h5 {
	color: #3E4E63;
	font-family: "Montserrat";
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 24px;
	margin:0 0 20px;
}
.content-main h6 {
	color: #45B4E0;
	font-family: "Montserrat";
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 16px;
	margin:0 0 12px;
	text-transform:uppercase;
}
.content-main li {
	color: #545555;
	font-family: "Montserrat";
	font-size: 14px;
	line-height: 24px;
	padding-top:0;
	padding-bottom:10px;
	font-weight:400;
	padding-left:10px;
	position:relative;
}
.content-main ul li {
	padding-left:25px;

}
.content-main ul li:before {
	position:absolute;
	top:2px;
	left:0;
	content:'•';
	display:inline-block;
	font-size:18px;
	line-height:18px;
}
.content-main ul {
	list-style:none;
	margin-left:15px;
	padding-left:0;
}

.page-template-template-general .page-content,
.page-template-template-opus .page-content  {
	position:relative;
}

.page-template-template-general .page-content-container,
.page-template-template-solutions-landing .page-content-container,
.page-template-template-opus .page-content-container  {
	width:67%;
	position:relative;
	z-index:5;
	/*padding-bottom:30px;*/
	margin-bottom:80px;
}

.page-template-template-general .page-content .watermark {
	width:40%;
	position:absolute;
	right:0;
	top:0px;
	z-index:4;
	opacity:0.1;
}
.page-template-template-opus .page-content .watermark  {
	width:40%;
	position:absolute;
	right:0;
	top:-40px;
	z-index:4;
	opacity:0.1;
}
.page-template-template-general .page-content .watermark img,
.page-template-template-opus .page-content .watermark img {
	width:100%;
	height:auto;
	display: block;
}

.icons {
	display:flex;
	flex-wrap:wrap;
	padding:50px 0;
}
#partners .icons {
	padding-top:0;
}
.icons .ico, .icons .plogo {
	display:flex;
	align-items:center;
	font-size: 24px;
	color: #3E4E63;
	text-align: center;
	width:25%;
	height:250px;
	padding:30px;
	border-right:1px solid #E4E4E4;
	border-bottom:1px solid #E4E4E4;
	transition:all 0.1s ease-in;
}
.icons a.ico:hover {
	background:#EAF7FD;
}
.icons a.plogo:hover {
	/*background:#fafafa;*/
}
.icons .ico img {
	max-width:82px;
	display:block;
	margin:0 auto;
}
.icons .plogo img {
	max-width:90%;
	max-height:90%;
	display:block;
	margin:0 auto;
}
.icons .ico .icon-content {
	width:100%;
}
.icons .ico h6 {
	display:block;
	width:100%;
	font-size: 16px;
	line-height:24px;
	color: #3E4E63;
	text-align: center;
	font-family: "Montserrat";
	font-weight:600;
	margin-top:25px;
}
.icons .ico.empty {

}

/*TITLE BAR*/

.title-bar {
	padding:60px 0 55px;
	background:#2F78AF;
	margin-bottom:60px;
}
.page-template-template-partners .title-bar {
	margin-bottom:0px;
}
.title-bar.wicon {
	text-align:center;
	margin-bottom:150px;
}
.title-bar .icon {
	position:relative;
	text-align:center;
	height:46px;
	margin-top:30px;
}
.title-bar .icon .icon-wrap {
	width:202px;
	height:202px;
	background:white;
	border-radius:101px;
	text-align:center;
	position:absolute;
	left:50%;
	margin-left:-101px;
	top:0;
	display:flex;
	align-items:center;
	box-shadow: 0 5px 10px 0 rgba(0,0,0,0.03);
}
.title-bar .icon .icon-wrap img {
	width:62%;
	display:block;
	margin:0 auto;
}
.new_title_bar.no-margin {
	margin-bottom:0px;
}
.new_title_bar h1 {
    width:100%;
	color: white;
	font-family: "Lora";
	font-size: 40px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 46px;
}

.title_bar{
    /*height:200px;*/
    margin-top:90px;
	padding-bottom:50px;
    width:100%;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center center;
    position:relative;
    text-align:center;
}
.title_bar h1, .title_bar p{
    /*position:absolute;
    top:50%;
    -webkit-transform:translate(0,-50%);
    transform:translate(0,-50%);
    left:0;
    right:0;*/
    color:#414e61;
    font-size:55px;
    font-weight: 500;
}
.title_bar::after{
    content:'';
    display:block;
    background-image:url(public/img/border.png);
    background-size:cover;
    background-position:center center;
    width:100%;
    height:5px;
    bottom:0;
    position:absolute;
}
.gform_confirmation_message h5 {
	color:#00B6E5;
	line-height:1.4;
}

.centered-content {
	max-width:740px;
	margin:0 auto 70px;
}
.centered-content h3.heading {
	text-align:center;
	border-bottom: 1px solid rgba(204,204,204,0.52);
	padding-bottom:50px;
	margin-bottom:50px;
}


/*INTERIOR STYLES*/
.section-photogrid .photogrid {display:grid;grid-column-gap: 1px;grid-row-gap: 1px;width:100%;}
.section-photogrid .photogrid img {width:100%;}
.section-photogrid .photogrid .img1b {grid-column-start: 1;grid-column-end: 3;grid-row-start: 1;grid-row-end: 3;}
.section-photogrid .photogrid .img2b {grid-column-start: 3;grid-column-end: 5;grid-row-start: 1;grid-row-end: 3;}
.section-photogrid .photogrid .img1 {grid-column-start: 1;grid-column-end: 2;grid-row-start: 1;grid-row-end: 2;}
.section-photogrid .photogrid .img2 {grid-column-start: 2;grid-column-end: 3;grid-row-start: 1;grid-row-end: 2;}
.section-photogrid .photogrid .img3 {grid-column-start: 1;grid-column-end: 2;grid-row-start: 2;grid-row-end: 3;}
.section-photogrid .photogrid .img4 {grid-column-start: 2;grid-column-end: 3;grid-row-start: 2;grid-row-end: 3;}
.section-photogrid .photogrid .img5 {grid-column-start: 3;grid-column-end: 4;grid-row-start: 1;grid-row-end: 2;}
.section-photogrid .photogrid .img6 {grid-column-start: 4;grid-column-end: 5;grid-row-start: 1;grid-row-end: 2;}
.section-photogrid .photogrid .img7 {grid-column-start: 3;grid-column-end: 4;grid-row-start: 2;grid-row-end: 3;}
.section-photogrid .photogrid .img8 {grid-column-start: 4;grid-column-end: 5;grid-row-start: 2;grid-row-end: 3;}

.cw_about_icons{
    margin:0rem 0 2.5rem 0;
    text-align:center;
}
.cw_about_icons h5{
    text-transform:uppercase;
    font-size:18px;
    margin:0;
}
.cw_about_icon{
    width:80%;
    padding-bottom:80%;
    position:relative;
    overflow:hidden;
    margin:auto;
}
.cw_about_icon img{
    position:absolute;
    max-height:100%;
    max-width:100%;
    width:auto;
    height:auto;
    margin:auto;
    top:-9999px;
    right:-9999px;
    bottom:-9999px;
    left:-9999px;
}
.cw_team_slide{
    margin:0 10px;
}
.cw_team_slide_image{
    width:100%;
    padding-bottom:60%;
    position:relative;
    overflow:hidden;
}
.cw_team_slide_image img{
    position:absolute;
    width:100%;
    height:auto;
    margin:auto;
    top:-9999px;
    right:-9999px;
    bottom:-9999px;
    left:-9999px;
}
.cw_team_slide h5{
    color:#42b4e4;
    font-size:16px;
    margin:1rem 0 0.5rem;
}
.cw_team_slide p{
    font-size:14px;
    margin:0;
}
.cw_solution{
    text-align:center;
    margin-bottom:2rem;
}
.cw_solution a{
    display:block;
    color:black;
}
.cw_solution_icon{
    width:100%;
    padding-bottom:70%;
    position:relative;
    overflow:hidden;
}
.cw_solution_icon img{
    position:absolute;
    height:100%;
    width:auto;
    margin:auto;
    top:-9999px;
    right:-9999px;
    bottom:-9999px;
    left:-9999px;
    -webkit-transition-duration:0.5s;
    transition-duration:0.5s;
}
.cw_solution_image {
    padding-bottom: 1rem;
}
.cw_solution_image img {
    width: 100%;
    height: auto;
}
.cw_solution h3{
    font-size:24px;
    color:#414e61;
    margin:0 0 0.5rem;
}
.cw_solution a:hover .cw_solution_icon img{
    -webkit-transform:scale(1.1);
    transform:scale(1.1);
}
/*
.cw_solutions .col-md-4:nth-of-type(10){
    margin-left:16.66667%;
}
*/
.cw_solution_graphic{
    width:100%;
    padding-bottom:100%;
    position:relative;
    overflow:hidden;
}
.cw_solution_graphic img{
    position:absolute;
    height:100% !important;
    width:auto;
    margin:auto;
    top:-9999px;
    right:-9999px;
    bottom:-9999px;
    left:-9999px;
    -webkit-filter:brightness(0) invert(1);
    filter:brightness(0) invert(1);
}
.cw_solution_graphic svg{
    position:absolute;
}
.cw_solution_graphic svg .st0,
.cw_solution_graphic svg .st1,
.cw_solution_graphic svg .st2{
    fill:white;
}
.cw_solution_content{
    margin:2rem 0 0;
}
.page-template-page_solution .cw_solution_content img{
    height: auto;
}
.cw_benefit_icon{
    width:100%;
    padding-bottom:100%;
    position:relative;
    overflow:hidden;
    cursor:pointer;
    margin:2rem 0;
}
.cw_benefit_icon img{
    position:absolute;
    height:100%;
    width:auto;
    margin:auto;
    top:-9999px;
    right:-9999px;
    bottom:-9999px;
    left:-9999px;
    -webkit-filter:brightness(0) invert(1);
    filter:brightness(0) invert(1);
    padding:2rem;
}
.cw_benefit_details{
    display:none;
    position:absolute;
    width:100%;
    height:100%;
    padding:1rem;
    color:white;
    text-align:center;
}
.cw_benefit_details h5{
    font-size:16px;
    text-transform:uppercase;
    margin:0 0 0.5rem;
	font-family:'Montserrat';
}
.cw_benefit_details p{
    font-size:12px;
    margin:0;
	font-weight:300;
}
.cw_benefit_icon:hover .cw_benefit_details{
    display:block;
}
.cw_benefit_icon:hover img{
    display:none;
}
.cw_careers_content hr{
    border-top-color:#873299;
    margin:6rem 0;
}
#iframeHeightDiv {
    margin-bottom: -6rem !important;
    margin-top: -2rem !important;
}
h2.current_openings {
    padding-bottom: 2rem;
    margin-top: -1rem;
}

/*POSTS/RESOURCES*/

.cw_resource{
    margin:2rem 0 0;
    text-align:center;
}
.cw_resource a{
    display:block;
    color:black;
}
.cw_resource_image{
    width:100%;
    padding-bottom:60%;
    position:relative;
    overflow:hidden;
}
.cw_resource_image img{
    position:absolute;
    height:auto;
    width:100%;
    margin:auto;
    top:-9999px;
    right:-9999px;
    bottom:-9999px;
    left:-9999px;
    -webkit-transition-duration:0.5s;
    transition-duration:0.5s;
}
.cw_resource_image span{
    display:none;
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
    background:#f8a231;
    padding:0.75rem 2rem;
    color:white;
    text-transform:uppercase;
    font-weight:500;
}
.cw_resource h3{
    font-size:20px;
    color:#42b4e4;
    margin:1rem 0 0;
}
.cw_resource h5{
    text-transform:uppercase;
    font-size:14px;
    color:#414e61;
    margin:0.5rem 0;
}
.cw_resource p{
    margin:0;
    font-size:14px;
    text-align:left;
}
.cw_resource a:hover .cw_resource_image img{
    -webkit-transform:scale(1.1);
    transform:scale(1.1);
}
.cw_resource a:hover h3{
    color:#f8a231;
}
.cw_resource a:hover .cw_resource_image span{
    display:inline-block;
}

.cw_resources_content{
    padding-top:3rem;
}
.cw_resource_filters .row{
    margin:0 -5px 10px;
}
.cw_resource_filters .col-md-2,
.cw_resource_filters .col-md-6,
.cw_resource_filters .col-md-4,
.cw_resource_filters .col-md-3{
    padding:0 5px;
}
.cw_resource_filter_tab{
    width:100%;
    text-transform:uppercase;
    display:block;
    text-align:center;
}
.cw_resource_filter_tab a{
    display:block;
    color:#414e61;
    border:1px solid #414e61;
    padding:0.5rem 1rem;
    font-size:14px;
}
.cw_resource_filter_tab a:hover,
.cw_resource_filter_tab.active a{
    color:white;
    background:#414e61;
}
.cw_resource_filter_search{
    position:relative;
}
/*.cw_resource_filter_search::before{
    content:'\f002';
    font-family:'Font Awesome 5 Free';
    font-weight:900;
    position:absolute;
    left:0;
    color:#414e61;
    padding:0.6rem;
}*/

.cw_resource_filter_search button {
    background: transparent;
    border: none;
    position: absolute;
    margin-top: 8px;
}

.cw_resource_filter_search input{
    width:100%;
    text-transform:uppercase;
    color:#414e61;
    border:1px solid #414e61;
    padding:0.5rem 1rem 0.5rem 2rem;
}
.cw_resource_filter_select{
    position:relative;
    cursor:pointer;
}
.cw_resource_filter_select select{
    width:100%;
    text-transform:uppercase;
    color:#414e61;
    border:1px solid #414e61;
    padding:0.5rem 1rem;
    -webkit-appearance:none;
    appearance:none;
    border-radius:0;
}
.cw_resource_filter_select::after{
    content:'\f0d7';
    font-family:'Font Awesome 5 Free';
    font-weight:900;
    position:absolute;
    right:0;
    top:0;
    color:#414e61;
    padding:0.6rem;
    pointer-events:none;
}
.cw_resource_pagination{
    list-style:none;
    margin:3rem 0 0;
    padding:0;
    text-align:center;
    font-size:18px;
}
.cw_resource_pagination li{
    display:inline-block;
    margin:0 0.5rem;
}
.cw_resource_pagination li a{
    color:#414e61;
}
.cw_resource_pagination li a i{
    color:#f8a231;
}
.cw_resource_pagination li a:hover,
.cw_resource_pagination li.active a{
    color:#78be20;
}
.cw_resource_pagination li:first-child{
    margin-right:15%;
}
.cw_resource_pagination li:last-child{
    margin-left:15%;
}
.cw_resource_filters .row.cw_resource_row{
    margin:0 -0.3% 10px;
}
.cw_contact_location{
	border: 1px solid #D4EDF7;
	background-color: #FFFFFF;
	padding:30px;
}
.cw_contact_location h4{
    color:#414e61;
}
h5.contact_title {
    font-style: italic;
}
.cw_contact_location p{
	color: #545555;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 21px;
	margin-top:15px;
}
.cw_post_content h1,
.cw_post_content h2,
.cw_post_content h3,
.cw_post_content h4,
.cw_post_content h5{
    text-align:center;
    color:#42b4e4;
}
.locations {
	background-color: #ECF7FB;
	width:100%;
	max-width:1500px;
	margin:-50px auto 0;
	padding:80px 0;
}
.locations .section-title {
	width:100%;
	margin-bottom:35px;
}
.locations .section-title h4 {
	color: #3E4E63;
	font-size: 34px;
	font-weight: 600;
	line-height: 43px;
	text-align: center;
	width:100%;
}

.show_pdf img {
    height: 100%;
    width: auto;
}
.show_pdf {
    background: #e2e2e2;
}
#loadmore {
	width:100%;
	text-align:center;
	padding:10px 0 0;
}
#loadmore a {

}
.wave-bottom  {
	padding-bottom:350px !important;
	background-image: url('public/img/footer-wave.png');
	background-position:bottom center;
	background-repeat: no-repeat;
	background-size: 100%;
	width:100%;
	max-width:1500px;
	margin:0 auto;
}
.wave-bottom-lite  {
	padding-bottom:350px;
	background-image: url('public/img/footer-wave.png');
	background-position:bottom center;
	background-repeat: no-repeat;
	background-size: 100%;
}
.contact-form .gform_wrapper {margin:0 !important;}
body .contact-form .gform_wrapper ul li.gfield {margin:0 0 15px !important;}
.contact-form .gform_wrapper .top_label .gfield_label {
	color:#44B4E0;
	text-transform:uppercase;
	font-weight:600;
	font-size: 12px;
	letter-spacing: 0;
	line-height: 15px;
	margin-bottom:0;
}
body .contact-form .gform_wrapper ul li.gfield input, input.searchfield {
	border: 1px solid rgba(0,0,0,0.2);
	background-color: #FFFFFF;
	box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.09);
	height:42px;
	width:100%;
	font-size: 14px !important;
	line-height:18px;
	padding-left:10px;
}
	input.searchfield {
		box-shadow: 0 2px 0 2px rgba(0,0,0,.1);
	}

body .contact-form .gform_wrapper ul li.gfield textarea {
	border: 1px solid rgba(0,0,0,0.2);
	background-color: #FFFFFF;
	box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.09);
	height:200px;
	width:100%;
	font-size: 14px !important;
	line-height:18px;
}

select.select-css, .contact-form .select-css select, .contact-form select {display: block;height:42px;font-size: 14px;color: #545454;line-height: 18px;padding: 12px 34px 12px 12px;width: 100%;max-width: 100%; box-sizing: border-box;margin: 0;border: 1px solid #D8D8D8;border-radius: 4px;box-shadow: 0 2px 0 2px rgba(0,0,0,.1);-moz-appearance: none;-webkit-appearance: none;appearance: none;background-color: #fff;background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg width='11px' height='7px' viewBox='0 0 11 7' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3E_directionals/Angles/Small Down%3C/title%3E%3Cdefs%3E%3ClinearGradient x1='50%25' y1='0%25' x2='50%25' y2='100%25' id='linearGradient-1'%3E%3Cstop stop-color='%23000000' stop-opacity='0' offset='0%25'%3E%3C/stop%3E%3Cstop stop-color='%23000000' offset='100%25'%3E%3C/stop%3E%3C/linearGradient%3E%3Crect id='path-2' x='1' y='1' width='261' height='40' rx='4'%3E%3C/rect%3E%3Cfilter x='-1.9%25' y='-7.5%25' width='103.8%25' height='125.0%25' filterUnits='objectBoundingBox' id='filter-3'%3E%3CfeMorphology radius='1' operator='dilate' in='SourceAlpha' result='shadowSpreadOuter1'%3E%3C/feMorphology%3E%3CfeOffset dx='0' dy='2' in='shadowSpreadOuter1' result='shadowOffsetOuter1'%3E%3C/feOffset%3E%3CfeGaussianBlur stdDeviation='1' in='shadowOffsetOuter1' result='shadowBlurOuter1'%3E%3C/feGaussianBlur%3E%3CfeComposite in='shadowBlurOuter1' in2='SourceAlpha' operator='out' result='shadowBlurOuter1'%3E%3C/feComposite%3E%3CfeColorMatrix values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.103600543 0' type='matrix' in='shadowBlurOuter1'%3E%3C/feColorMatrix%3E%3C/filter%3E%3C/defs%3E%3Cg id='Symbols' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='_form/Select' transform='translate(-235.000000, -18.000000)'%3E%3Cg id='Background'%3E%3Cuse fill='black' fill-opacity='1' filter='url(%23filter-3)' xlink:href='%23path-2'%3E%3C/use%3E%3Cuse fill='%23FFFFFF' fill-rule='evenodd' xlink:href='%23path-2'%3E%3C/use%3E%3Crect stroke-opacity='0.211163949' stroke='%23000000' stroke-width='1' fill-opacity='0.02' fill='url(%23linearGradient-1)' fill-rule='evenodd' x='0.5' y='0.5' width='262' height='41' rx='4'%3E%3C/rect%3E%3C/g%3E%3Cg id='_directionals/Angles/Small-Down' transform='translate(235.000000, 16.000000)' fill='%237F7F7F'%3E%3Cpath d='M0.247832724,2.78629426 C0.552857614,2.48126937 1.03282235,2.45780592 1.36476107,2.7159039 L1.44447497,2.78629426 L5.50855726,6.85043704 L9.57263955,2.78629426 C9.87766444,2.48126937 10.3576292,2.45780592 10.6895679,2.7159039 L10.7692818,2.78629426 C11.0743067,3.09131915 11.0977701,3.57128389 10.8396722,3.90322261 L10.7692818,3.98293651 L6.10687838,8.64533992 C5.80185349,8.95036481 5.32188875,8.97382827 4.98995004,8.71573028 L4.91023614,8.64533992 L0.247832724,3.98293651 C-0.0826109079,3.65249288 -0.0826109079,3.11673789 0.247832724,2.78629426 Z' id='Color'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E"),
      linear-gradient(to bottom, #ffffff 0%,#f7f7f7 100%);background-repeat: no-repeat, repeat;background-position: right 1.25em top 55%, 0 0;background-size: .65em auto, 100%;cursor:pointer;}
	select.select-css::-ms-expand, .contact-form .select-css select::-ms-expand {display: none;}
	select.select-css:hover, .contact-form .select-css select:hover {border-color: #888;}
	select.select-css:focus, .contact-form .select-css select: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.select-css option, .contact-form .select-css option {font-weight:normal;}


/*FIVE COLUMNS*/

.col-md-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float:left;
    width:20%;
}

.resource-filters .filter {
	padding-left:10px;
	padding-right:10px;
}


/*FORMS*/

.cw_contact_form{
    background:#1389A9;
    padding:2rem;
    text-align:center;
}
.cw_contact_form h3{
    text-align:center;
    color:white;
    margin:0 0 1rem 0;
    font-size:24px;
}
.cw_contact_form p{
    color:white;
}
.cw_contact_form p a{
    color:white;
    text-decoration:underline;
}
.cw_contact_form form{
    width:100%;
}
.cw_contact_form form input,
.cw_contact_form form textarea{
    width:100%;
    border:1px solid lightgrey;
    margin:0 0 1rem;
    padding:0.5rem;
    height:auto;
    font-size:16px;
    font-weight:200;
}
.cw_contact_form form .site_button{
    display:inline-block;
    width:auto;
    border:none;
    background:#78be20;
    font-weight:500;
    padding:0.75rem 2rem;
}
.cw_contact_form form .site_button:hover{
    background: #f8a231;
}
.form_check input{
    width:20px !important;
}
.form_check input,
.form_check span{
    display:inline-block;
}
.form_check span{
    color:white;
    vertical-align:middle;
    margin-left:5px;
}


body .contact-form .gform_wrapper .gform_footer {
	margin:0 !important;
	padding:0 !important;
}

input#gform_submit_button_1 {

    display:inline-block;
    width:auto;
    border:none;
    background:#44B4E0;
    font-weight:500;
    padding:0.75rem 2rem;
    color:white;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.75px;
	line-height: 15px;
	text-align: center;
	padding: 11px 21px;
	text-transform: uppercase;
	color: #fff;
	border-radius: 2px;
}

input#gform_submit_button_1:hover{
    background: #86CD10;
}

.gform_footer.top_label {
    text-align: left;
}


/*Pagination style start*/
.pagination {
    clear:both;
    position:relative;
    font-size:11px; /* Pagination text size */
    line-height:13px;
    justify-content: center;
    margin-top: 40px;
   /* float:right;*/ /* Pagination float direction */
}
.pagination span, .pagination a {
   font-size: 15px;
    display:block;
    float:left;
    margin: 2px 2px 2px 0;
    padding:6px 9px 5px 9px;
    text-decoration:none;
    width:auto;
    color:#212529;; /* Pagination text color */
    -webkit-transition: background .15s ease-in-out;
    -moz-transition: background .15s ease-in-out;
    -ms-transition: background .15s ease-in-out;
    -o-transition: background .15s ease-in-out;
    transition: background .15s ease-in-out;
}

.pagination a:hover, .pagination .current {
color : #78be20;
text-decoration: underline;
}
a.next, a.prev {
border: none!important;
}
i.fas.fa-arrow-circle-right, i.fas.fa-arrow-circle-left  {
color: #f8a231;
}

/*Pagination style end*/

.social_row{
    margin:0;
}
.social_row .col-md-8,
.social_row .col-md-4{
    padding:0;
}
#sb_wall318{
    background-color:white !important;
    border:none !important;
    padding:0 !important;
}
input.sb-search{
    display:none !important;
}
.sboard .sb-item .sb-container{
    margin:0 10px;
/*    min-height:340px;*/
/*    min-height:390px;*/
    min-height:470px;
    position:relative;
}
.sboard{
    margin-left:-10px;
}
#timeline_wall318.sboard .sb-item{
    width:50% !important;
}
.sboard .sb-item .sb-foot{
    position:absolute;
    bottom:0;
    width:100%;
}
.sb-container.sb-imgexpand .sb-thumb a img.sb-img{
    width: 43% !important;
    margin: 0 auto !important;
}
.sboard.sb-modern .sb-item .sb-user .sb-uinfo {
    width: 70% !important;
    text-align: left;
}
.social_post{
    margin-top:4.75rem;
    border-radius:5px;
    overflow:hidden;
    border: 1px solid #e5e5e5;
    margin-left:10px;
/*    min-height:340px;*/
/*    min-height:390px;*/
    min-height:470px;
    position:relative;
}
#sb_wall318modern, #sb_wall1185modern {
    background-color: transparent !important;
    border: none !important;
}
#sb_wall318modern .sb-loadmore{
    display: none !important;
}
.social_post a{
    width:100%;
    height:100%;
}
.social_post_photo{
    width:100%;
    padding-bottom:51.25%;
    position:relative;
    overflow:hidden;
    background-size:cover;
    background-position:center center;
}
.social_post_content{
    padding:1rem;
    position:relative;
    height:100%;
}
.social_post_content h3{
    color: #999!important;
    font-weight:700;
    font-size:14px;
}
.social_post_content p{
    font-size:11px;
    color:black;
    font-weight:400;
    margin:0;
}
.social_post_footer{
    position:absolute;
    bottom:0;
    width:100%;
    left:0;
    padding:0 1rem;
}
.social_post_footer p{
    border-top:1px solid #e5e5e5;
    padding:0.5rem 0;
    font-size:11px;
    color:black;
    font-weight:700;
    margin:0;
}

/*Our Team*/
.grid-style.style-2 figcaption::before {
    background: #78be20 !important;
    height: 2px;
}
.awsm-grid-wrapper .awsm-grid h3 {
    color: #42b4e4;
}

/*Our Team Plugin Override*/
.grid-style.style-2 figcaption {
    height: 6.5rem !important;
}
.grid-style.style-2 figure {
    padding-bottom: 6rem !important;
}
.grid-style.style-2 figure img {
    display: none !important;
}
.awsm-modal-content-inner h2 {
    text-align: left !important;
}
.modal-style.style-1 figcaption {
    background: hsla(87, 71%, 44%, 0.85) !important;
}
/*Just for hiding the images for now*/
.grid-style.style-2 figcaption {
    height: 100px;
    transition: height 1s;
}
/*Privacy Policy*/
.cw_post_content h1,
.cw_post_content h2,
.cw_post_content h3,
.cw_post_content h4,
.cw_post_content h5 {
    text-align: left;
    padding-bottom: 1rem;
}
.no_extra_padding {
    padding-top: 0rem;
}
h4.center {
    text-align: center;
    padding-top: 2rem;
}

/*Testimonial page*/
.ym_testimonial {
    padding-bottom: 2rem;
    position: relative;
}
.ym_testimonial + hr {
    padding-bottom: 2rem;
    margin: 0;
}
.ym_testimonial + hr:last-child {
    display: none;
}
.ym_testimonial::before{
    content: '\f10d';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    line-height: 1;
    font-size: 30px;
    color: #78be20;
    opacity: 0.3;
    display: block;
    position: absolute;
    left: 1rem;
    top: -5%;
}
.ym_testimonial::after{
    content:'\f10e';
    font-family:'Font Awesome 5 Free';
    font-weight:900;
    line-height:1;
    font-size:30px;
    position: absolute;
    color:#78be20;
    opacity:0.3;
    display:block;
    right:1rem;
    bottom: 10%;
}
.ym_testimonial p {
    font-weight: 300;
    font-size: 17.5px;
    width: 75%;
    margin: 0 auto;
    padding-bottom: 1rem;
}
.ym_testimonial h6 {
    width: 75%;
    margin: 0 auto;
}
/*Play button color*/
.mejs-overlay-button {
    filter: invert(100%) !important;
}

/* Videos on the single blog video pages */
.single-post iframe {
    width: 100%;
    height: 450px;
}

/*Cookie popup override*/
#cookie-notice .cn-button {
    margin-left: 10px;
    background: black !important;
    border: 1px solid black !important;
    border-radius: 0 !important;
    outline: none !important;
    text-shadow: none !important;
    box-shadow: none !important;
}
.cookie-notice-container {
    padding: 1.5rem !important;
    width: 70%;
    margin: 0 auto;
}
#cn-notice-text {
    font-size: 15px !important;
    float: left;
    padding-bottom: 1rem;
}
.cn-close-icon {
	top:35px;
}
/* Logo Slider on Solution Page */
.logoslider {
    padding-top: 3rem;
    padding-bottom: 1rem;
}

.logoslider::before{
    content:'';
    display:block;
    background-image:url(public/img/border.png);
    background-size:cover;
    background-position:center center;
    width:100%;
    height:5px;
    /*margin-top:6rem; */
}

#body_content .gform_wrapper textarea {
	padding:10px;
}
#body_content .gform_wrapper select,
#body_content .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
	padding-left:10px;
	padding-right:10px;
}


#cookie-law-info-bar, .wt-cli-cookie-bar {padding:20px;}
#cookie-law-info-bar a {display:inline-block;}
#cookie-law-info-bar a+a {margin-left:10px;}
#wt-cli-policy-link {font-weight:500;font-size:13px;}
#wt-cli-policy-link:hover {color:#fff !important;}
