/*
Theme Name: CFI
Author: Freerange Future
Author URI: http://freerangefuture.com/
Version: 1.0
Text Domain: cfi
*/

body{
	color: #095C71;
	margin: 0;
	padding: 0;
	font-size: 20px;
	line-height: 1.2em;
	font-family: museo-sans, sans-serif;
	font-weight: 300;
	font-style: normal;
	background-color: #fff;
}

.home{
	padding-top: 0;
}

.blue{
	background-color: #06A4B5;
}

.tblue{
	background-color: #3CC2D2;
}

.yellow{
	background-color: #F0D886;
}

.white{
	background-color: #fff;
}

.light_blue{
	background-color: #e9eff1;
}

.light_yellow{
	background-color: #F9F1DA;
}

.teal{
	background-color: #095C71;
}

.module .blue, #hp-featured-content .blue{
	background-color: #095C71;
}

.light_grey{
	background-color: #faf4f470;
}

a{
	color: #095C71;
	text-decoration: underline;
}

header{
	padding: 35px 0 20px;
	z-index: 999;
	width: 100%;
	top: 0;
	position: relative;
}

.home header{
	background: #fff;
}

header:after{
	content: '';
	background-color: #fff;
	position: absolute;
	width: 100%;
	height: 0;
	top: 0;
	transition: all 0.2s ease-in-out;
	opacity: 0;
}

header.flip:after{
	height: 350px;
	opacity: 1;
}

header .container-fluid{
	position: relative;
	z-index: 2;
}

header .logo{
	position: relative;
}

header .logo img{
	width: 272px;
	height: 74px;
	transition: all 0.3s ease-in-out;
}

header .logo img.flipped{
	opacity: 0;
	visibility: hidden;
	position: absolute;
	left: 0;
}

header.flip .logo img.normal{
	opacity: 0;
	visibility: hidden;
}

header.flip .logo img.flipped{
	opacity: 1;
	visibility: visible;
}

.main-menu{
	float: right;
	margin-right: 0;
	position: relative;
	width: calc(100% - 400px);
}

.main-menu.overflow{
	overflow: hidden;
}

ul.menu{
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.menu li{
	display: inline-block;
	font-weight: 700;
	font-size: 0.85em;
	position: relative;
}

ul.menu li a{
	text-decoration: none;
}

ul.menu li a:hover{
	cursor: pointer!important;
}

.main-menu li{
	text-transform: uppercase;
	margin-left: 20px;
}

.main-menu li:first-child{
	margin-left: 0;
}

.main-menu li:last-child, .main-menu li.second-to-last{
	margin-right: 0;
}

.main-menu li a{
	color: #585A5B;
	display: block;
	padding: 0 10px 10px;
	transition: color 0.3s ease;
	position: relative;
}

.main-menu li > a:after, .top-links li.toggle-dd-sites:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #F0D886;
	height: 4px;
	opacity: 0;
	visibility: hidden;
}

header.flip .main-menu li a{
	color: #095C71;
	border-top-color: #fff;
	transition: border-top-color 0.2s ease;
}

.main-menu li > a:hover:after, .main-menu li.current-menu-item > a:after, .main-menu li.current-menu-parent > a:after,
.single-post:not(.archived-to-lr) .main-menu li#menu-item-1201 a:after, .single-post.archived-to-lr .main-menu li#menu-item-1214 a:after{
	background-color: #F0D886;
	visibility: visible;
	opacity: 1;
}

header.flip .main-menu li a:hover:after, header.flip .main-menu li.current-menu-item > a:after, header.flip .main-menu li.current-menu-parent > a:after{
	background-color: #06A4B5;
}

.main-menu li ul{
	display: none;
}

footer .socials li{
	margin: 0 20px 10px 0;
	font-size: 0;
	width: 40px;
	height: 40px;
	float: left;
}

footer .socials li a{
	border: 0;
	padding: 0;
	position: relative;
	display: block;
	transition: all 0.2s ease-in-out;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: #585A5B;
	border-radius: 50%;
}

footer .socials li a:hover:after, footer .socials li.normal.current-menu-item a:after{
	background-color: #095C71;
	visibility: visible;
	opacity: 1;
}

header.flip footer .socials li.normal a{
	border-bottom-color: #fff;
}

.menu-top-links-container{
    border-bottom: 3px solid #095C71;
    padding-bottom: 0;
    margin-bottom: 0;
    transition: border-bottom-color 0.3s ease;
}

header.flip .menu-top-links-container{
	border-bottom-color: #06A4B5;
}

footer .socials{
	position: absolute;
	left: calc(50% + 12px);
	bottom: -7px;
}

footer .socials li.fb a {
    background-image: url('assets/images/fb-yellow2.svg');
    position: relative;
    top: -1px;
    background-size: 12px;
}

footer .socials li.twitter a {
    background-image: url('assets/images/twitter-yellow.svg');
    background-size: 20px;
}

footer .socials li.linkedin a {
    background-image: url('assets/images/linkedin-yellow.svg');
    position: relative;
    top: -2px;
    background-size: 18px;
}

footer .socials li.fb a:hover{
    background-image: url('assets/images/fb2.svg');
}

footer .socials li.twitter a:hover{
    background-image: url('assets/images/twitter.svg');
}

footer .socials li.linkedin a:hover{
    background-image: url('assets/images/linkedin.svg');
}

footer .socials li.fb a:after, footer .socials li.twitter a:after, footer .socials li.linkedin a:after{
	content: none;
}

.main-menu ul li .sub-menu{
    display: none;
    position: absolute;
    width: 185px;
    z-index: 999;
    padding: 10px 0;
    margin: 0;
    max-height: 0;
    top: 28px;
    left: 0;
    opacity: 0;
    background: #fff;
    border-top: 4px solid #F0D886;
    transition: all 0.2s ease-in-out
}

.main-menu ul li:hover > .sub-menu{
    max-height: 100%;
    opacity: 1;
    display: block;
}

.main-menu ul li .sub-menu li{
	margin: 0px;
	display: block;
	font-size: 0.9em;
	font-weight: 400;
	line-height: 1em;
	text-align: left;
}

.main-menu ul li .sub-menu li a{
	padding: 10px 15px;
	color: #585A5B;
	background: #fff;
}

.main-menu ul li .sub-menu li a:after{
	content: none;
}

.main-menu ul li .sub-menu li a:hover{
	text-decoration: underline;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

body.has-featured-image:before{
	content: '';
	width: 100%;
	height: 270px;
	position: absolute;
	z-index: 1;
	background-image: linear-gradient(to top, rgba(255,0,0,0), rgba(0,0,0,.7));
	content: none;
}

body.single-listing.has-featured-image:before{
	content: none;
}

#hero h1{
	font-size: 2em;
	line-height: 1.1em;
	margin: 0 0 25px;
	font-weight: normal;
	color: #fff;
}

#hero .wrapper p{
	font-size: 1em;
	line-height: 1.2083em;
	margin-bottom: 25px;
	color: #fff;
	font-weight: 300;
}

#hero .link{
	font-weight: 700;
}

#hero{
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 350px;
	overflow: hidden;
}

#hero img.wp-post-image{
	position: absolute;
	height: 500px;
	width: 50%;
	top: 50px;
	left: -75px;
}

.inherit-parent-height{
	height: 100%;
}

.banner-overlay{
	padding: 120px 0 75px;
	color: #000;
	position: relative;
}

.banner-overlay .container{
	position: relative;
	z-index: 5;
}

.banner-overlay:after{
	content: '';
	display: block;
	position: absolute;
	background: #F9F1DA;
	width: 80%;
	right: 0;
	bottom: 0;
	height: 100%;
	border-top-left-radius: 40%;
	z-index: 3;
}

.banner-overlay:before{
	content: '';
	display: block;
	position: absolute;
	width: 30%;
	left: -75px;
	bottom: 0;
	height: calc(100% - 120px);
	z-index: 4;
	border-top: 580px solid transparent;
    border-left: 600px solid #095C71;
}

#hero:before{
    content: '';
    display: block;
    position: absolute;
    background: #02A4B5;
    width: 65%;
    left: -10%;
    bottom: -250px;
    height: 115%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    z-index: 2;
}

#hero .wrapper{
	margin-bottom: 75px;
	position: relative;
	max-width: 470px;
	z-index: 10;
}

#hero.banner-has-bg .banner-overlay{
	background: #fff;
	z-index: 3;
	padding: 85px 0;
}

#hero.banner-has-bg .banner-overlay:before, #hero.banner-has-bg .banner-overlay:after{
	content: none;
}

.wp-image{
	max-width: 100%;
	height: auto;
}

.button{
	color: #095C71;
	background-color: #F0D886;
	border-radius: 4px;
	display: inline-block;
	padding: 14px 30px;
	font-weight: 700;
	text-decoration: none;
}

.button:hover{
	background-color: #F7EBC2;
	text-decoration: none;
}

.button:focus{
	text-decoration: none;
}

b, strong{
	font-weight: 700;
}

h2{
	font-size: 1.5em;
	line-height: 1.3em;
	margin: 0 0 20px;
}

body:not(.home) #page-content h2, body:not(.home) #page-content .module h2,
#page-content h2.font-sm{
	font-size: 1.4em;
	line-height: 1.35em;
	max-width: 1050px;
	margin: 0 0 20px;
	color: #585A5B;
	font-weight: 700;
}

#page-content .text.module:not(.teal) h2{
	color: #095C71;
}

#page-content h2.font-sm{
	margin-bottom: 30px!important;
}

h3{
	font-size: 1.3em;
	line-height: 1.35em;
	max-width: 1050px;
	margin: 0 0 15px;
	color: #095C71;
	font-weight: 700;
}

p{
	margin: 0 0 20px;
	font-size: 0.9em;
	line-height: 1.33em;
	font-weight: 500;
}

li{
	font-size: 0.9em;
	line-height: 1.33em;
	margin-bottom: 10px;
	font-weight: 500;
}

ul, ol{
	padding-left: 20px;
}

.intro p{
	line-height: 1.6em;
	margin: 0 0 20px;
	font-weight: 500;
}

.home .intro{
    padding-top: 20px;
    padding-bottom: 80px;
    color: #fff;
}

#testimonial{
	padding: 75px 0;
	text-align: center;
}

#testimonial blockquote{
    color: #13404B;
    margin: 0;
    padding-top: 10px;
    text-align: left;
}
/*
#testimonial blockquote:before{
	content: '';
	display: block;
	background: url('assets/images/quote.svg') no-repeat center;
	background-size: 35px;
	height: 30px;
	margin-bottom: 25px;
}
*/
#testimonial blockquote p{
	font-size: 1em;
	line-height: 1.3em;
	font-weight: 600;
	font-style: italic;
	margin: 0;
	text-align: left;
}

#enews{
	padding: 120px 0;
	float: left;
	width: 100%;
	border-top: 2px solid #eee;
}

#enews h2{
	color: #06A4B5;
	font-size: 1.4em;
	line-height: 1.4em;
	margin: 0 0 20px;
}

#enews p{
	font-weight: 500;
}

.gform_wrapper{
	margin: 0!important;
}

body .gform_wrapper ul li.gfield{
	margin-top: 0!important;
	margin-bottom: 30px;
	padding-right: 0!important;
}

.gform_wrapper label.gfield_label{
	font-size: 0.8em!important;
	line-height: 1em!important;
}

.gform_wrapper .gfield_required{
	color: #095C71!important;
	margin-left: 1px!important;
}

.gform_wrapper ul li:after, .gform_wrapper ul li:before, .gform_wrapper ul.gform_fields{
	padding-left: 0!important;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), textarea, input[type="search"], select{
	padding: 12px 15px!important;
	border-radius: 4px;
	width: 100%;
	border: 1px solid #095C71;
	font-size: 20px!important;
    font-weight: 700;
    color: #095C71;
}

select{
	width: 100%!important;
	height: 54px;
	background-color: transparent;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus, textarea:focus, input[type="search"]:focus, select:focus{
	border: 2px solid #06A4B5;
	outline: none;
	padding: 11px 15px!important;
}

body .gform_wrapper .top_label div.ginput_container {
    margin-top: 5px!important;
}

.gform_wrapper .gform_footer input[type=submit], .search-submit{
    border: 0;
    float: right;
    margin: 0!important;
    padding: 13px 30px;
    background-color: #585A5B;
    color: #fff;
    border-radius: 0;
    font-weight: 700;
}

.gform_wrapper .gform_footer input[type=submit]:hover, .search-submit:hover{
    background-color: #9DE0E8;
}

input:focus, button:focus, textarea:focus, .search-submit:focus{
	outline: none;
}

input[type="search"]{
	width: calc(100% - 30px);
	margin-bottom: 30px;
}

@keyframes gform_ajax_spinner {
  to {transform: rotate(360deg);}
}
 
.gform_ajax_spinner{
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 0;
  width: 25px!important;
  height: 25px!important;
  margin-top: -12px;
  margin-left: 0;
  border-radius: 50%;
  border: 2px solid #ccc;
  border-top-color: #333;
  animation: gform_ajax_spinner .6s linear infinite;
}

.gform_wrapper .gform_footer{
	position: relative;
	width: auto!important;
	float: right;
	display: inline-block;
	margin: 0!important;
	padding: 0 0 0 40px!important;
}

.gform_confirmation_message{
    font-weight: 700;
    font-size: 1.1em;
    line-height: 1.4em;
}

.gform_wrapper div.validation_error{
	border: 0!important;
	margin: 0 0 15px!important;
	padding: 0!important;
	text-align: left!important;
	font-size: 0.8em!important;
}

.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half){
	max-width: 100%!important;
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning{
	border: 0!important;
	background-color: transparent!important;
	padding: 0 0 10px!important;
}

.gform_wrapper .field_description_below .gfield_description{
	padding-top: 0!important;
	font-size: 0.75em!important;
	font-weight: 500!important;
	color: #095C71!important;
}

.gform_wrapper .top_label .gfield_error{
	width: 100%!important;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label{
	color: #095C71!important;
	margin-top: 0!important;
}

.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error textarea{
	border-color: #095C71!important;
}

footer{
	float: left;
	width: 100%;
	color: #585A5B;
	padding: 170px 0 30px;
	position: relative;
}

.fbg{
	position: absolute;
	bottom: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
	z-index: -1;
}

.fbg:before{
    content: '';
    display: block;
    position: absolute;
    top: 50px;
    width: 150%;
    height: 150%;
    background-color: #F0D886;
    border-radius: 50% 45% 50% 50%;
    left: -40%;
}

.fbg:after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 150%;
    height: 150%;
    background-color: #F0D886;
    border-radius: 50% 45% 50% 50%;
    left: -40%;
    opacity: 0.5;
}


footer .logo{
	display: inline-block;
	margin-bottom: 20px;
}

footer .logo img{
    width: 272px;
    height: 74px;
}

footer h3{
	font-size: 1.1em;
	font-weight: 400;
	margin-bottom: 5px;
	line-height: 1.2em;
}

footer .text-widget{
	margin: 0 0 15px;
}

footer .text-widget.acknowledgement{
	margin-bottom: 25px;
}

footer .text-widget p{
	font-size: 0.8em;
	line-height: 1.5em;
	font-weight: 500;
	margin-bottom: 30px;
}

footer .text-widget a{
	color: #585A5B;
	text-decoration: none;
}

footer .text-widget a:hover{
	color: #585A5B;
	text-decoration: underline;
}

footer .sitemap{
	background-color: #f5f5f5;
	padding: 75px 0;
	text-align: center;
}

footer .socials .label{
	font-size: 0.8em;
	font-weight: 600;
	margin-bottom: 13px;
}

footer #menu-footer{
	column-count: 2;
	margin-top: -25px;
}

footer #menu-footer li{
	float: left;
	padding-right: 30px;
	font-size: 0.8em;
	margin-top: 10px;
	margin-bottom: 0;
	width: 100%;
}

.menu-footer-container{
	margin-top: 13px;
}

footer #menu-footer li.filler{
	opacity: 0;
	height: 0;
}

footer #menu-footer li ul{
	display: none;
}

footer .menu li a{
	color: #585A5B;
}

footer .menu li a:hover{
	color: #585A5B;
	text-decoration: underline;
}

header .menu li.footer-link{
	display: none;
	margin-right: 0;
}

footer .menu li.footer-link{
	display: inline-block;
	font-weight: 300;
}

footer .enews .label{
	font-size: 0.8em;
	font-weight: 400;
	margin-bottom: 10px;
	float: left;
	width: 250px;
}

footer .enews .label b{
	font-weight: inherit;
	font-size: 2em;
	line-height: 1.5em;
}

footer .awp_newsletter_maindiv_eNewsSignup{
	padding-right: 200px;
	position: relative;
}

footer .absp_newsletter_button_submit{
	position: absolute;
	right: 0;
	bottom: 20px;
}

footer hr{
	border-color: #585A5B50;
}

footer .enews hr{
	margin-top: 35px;
	margin-bottom: 50px;
}

footer .enews .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
	border: 1px solid #02A4B5;
	border-radius: 10px;
	padding: 10px 15px!important;
	display: block;
	width: 100%;
	color: #fff;
	font-weight: 300;
	background: transparent;
	font-size: 0.9em!important;
}

footer .enews form{
	float: left;
	width: calc(100% - 250px);
	margin-top: 19px;
	position: relative;
}

footer .enews form #mce-success-response{
    position: absolute;
    left: 0;
    bottom: -20px;
    font-size: 15px;
    max-width: 600px;
    line-height: 1.3em;
}

footer .enews .gform_wrapper .top_label .gfield_label{
	font-weight: 300;
}

footer .gform_wrapper .top_label div.ginput_container{
	margin-top: 2px!important;
}

footer .enews .gform_wrapper ul li.gfield{
	margin-bottom: 15px!important;
}

footer .enews .gform_wrapper ul li.gfield:last-child{
	margin-bottom: 10px!important;
}

footer .enews .gform_footer input[type=submit]{
	background: url('assets/images/arrow-yellow.svg') no-repeat left center!important;
	background-color: transparent!important;
	color: #fff;
	font-weight: 700;
	font-size: 0.9em;
	padding: 5px 5px 5px 50px!important;
	transition: all 0.2s ease-in-out;
}

footer .enews .gform_footer input[type=submit]:hover{
	color: #F0D886;
	background: url('assets/images/arrow-yellow.svg') no-repeat 10px center!important;
}

.awp_newsletter_maindiv_eNewsSignup .form_left_part{
	display: none;
}

footer .acknowledgement .textwidget{
	display: flex;
	align-items: center;
	max-width: 895px;
}

footer .acknowledgement img{
	margin-right: 25px;
	width: 66px;
	height: 45px;
}

footer .acknowledgement p, footer .copyright-siteby p{
	margin: 0;
	font-size: 0.8em;
	font-weight: 400;
	line-height: 1.4em;
}

footer .acknowledgement p{
	max-width: 770px;
}

footer .copyright{
	margin: 0 15px 0 0;
	font-size: 0.8em;
	float: left;
	display: inline-block;
}

footer .privacy-link{
	float: left;
	display: inline-block;
	font-size: 0.8em;
	padding-left: 15px;
	position: relative;
}

footer .privacy-link:before{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 2px;
	background: #585A5B;
	width: 1px;
	height: 16px;
}

footer .privacy-link a{
	color: #585A5B;
	text-decoration: none;
}

footer .privacy-link a:hover{
	text-decoration: underline;
}

footer .copyright-siteby{
	text-align: right;
}

footer .copyright-siteby a{
	color: #585A5B;
	text-decoration: none;
}

footer .copyright-siteby a:hover{
	color: #585A5B;
	text-decoration: underline;
}

.footer-logo img{
	width: 180px;
	height: 70px;
	margin-bottom: 50px;
}

#banner .centred-text{
	position: relative;
	bottom: -50px;
	z-index: 1;
}

.centred-text{
	text-align: center;
}

#banner p.label{
    font-weight: 700;
    font-size: 1.25em;
    margin: 0 0 10px;
    color: #095C71;
}

#sticky-socials{
	position: fixed;
	right: 0;
	top: 30%;
	width: 60px;
	background: #fff;
	text-align: center;
	padding: 15px 10px;
	z-index: 9999;
}

#sticky-socials li{
	text-indent: -9999px;
	width: 30px;
	height: 30px;
	margin-bottom: 20px;
}

#sticky-socials li:last-child{
	margin-bottom: 0;
}

#sticky-socials li a{
	display: block;
	width: 100%;
	height: 100%;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	transition: all 0.2s ease-in-out;
}

#sticky-socials li.fb a{
	background-image: url('assets/images/fb-grey.svg');
}

#sticky-socials li.twitter a{
	background-image: url('assets/images/twitter-grey.svg');
}

#sticky-socials li.linkedin a{
	background-image: url('assets/images/linkedin-grey.svg');
}

#sticky-socials li.fb a:hover{
	background-image: url('assets/images/fb-yellow.svg');
}

#sticky-socials li.twitter a:hover{
	background-image: url('assets/images/twitter-yellow.svg');
}

#sticky-socials li.linkedin a:hover{
	background-image: url('assets/images/linkedin-yellow.svg');
}

/*
#banner:after{
	content: '';
	background: url('assets/images/Triangle.svg') no-repeat center bottom;
	width: 100%;
	height: 150px;
	display: block;
	position: absolute;
	bottom: -150px;
	background-size: cover;
}
#banner:after{
	content: '';
	display: block;
	position: absolute;
	width: 100%;
    height: 150px;
    background: #06A4B5;
    transform: rotate(180deg);
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
    -moz-clip-path: polygon(100% 0, 0 100%, 100% 100%);
    -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
}
*/

#banner{
	padding: 50px 0;
	position: relative;
	background-color: #F0D886;
	min-height: 420px;
	overflow: hidden;
}

#banner .wrapper{
	min-height: 200px;
	display: flex;
	align-items: center;
}

#banner .wrapper{
	min-height: 180px;
	display: flex;
	align-items: center;
}

#banner h1{
	display: block;
	width: 100%;
	color: #585A5B;
	font-size: 3em;
	line-height: 1.2em;
	margin: 0;
	position: relative;
	z-index: 2;
}

#banner h2{
	color: #585A5B!important;
	font-weight: 500!important;
	font-size: 1.275em!important;
	margin: 0!important;
	position: relative;
	z-index: 2;
}

#banner .img-placeholder{
    width: 1000px;
    height: 1000px;
    position: absolute;
    top: -40%;
    right: -15%;
    border-top-left-radius: 60%;
    border-bottom-left-radius: 30%;
}

.page-parent #banner .img-placeholder{
	border-top-left-radius: 55%;
    border-bottom-left-radius: 50%;
}

#banner .img-placeholder.yellow{
	background-color: #edcd61;
}

#banner .banner-img{
    width: 1000px;
    height: 1000px;
    position: absolute;
    top: -50px;
    right: -15%;
    background-size: contain;
    border-top-left-radius: 60%;
    border-bottom-left-radius: 30%;
}

#banner .arrow{
	display: inline-block;
}

#page-content{
	float: left;
	width: 100%;
	color: #585A5B;
}

#page-content h2{
	color: #095C71;
	font-size: 1.8em;
	line-height: 1.1944em;
	font-weight: 900;
}

.single-post #page-content h2.page-title{
	font-size: 2.2em;
}

#page-content .gform_wrapper h3.gform_title{
	margin: 0 0 38px!important;
	font-size: 1.4em;
	line-height: 1.2em;
	color: #095C71;
}

#page-content h4{
	margin: 0 0 5px;
}

#page-content .contact-details p{
	font-weight: 500;
	margin-bottom: 30px;
}

#page-content .contact-details h2{
	margin-bottom: 40px;
}

.flex-grid{
	display: flex;
}

.flex-item{
	flex: 1;
}

.gallery .gallery-item{
	margin-bottom: 20px;
}

.gallery .gallery-item img{
	width: 100%;
	height: auto;
}

.gallery .gallery-item .caption{
	margin: 15px 0;
	font-size: 0.8em;
	line-height: 1.4em;
	font-weight: 700!important;
}

.gallery .title h3{
	margin-bottom: 40px;
}

.image.module img.full-width, .module-img{
	width: 100%;
	height: auto;
	max-width: 100%;
}

.text-image-panel{
	background-size: 50%;
	background-repeat: no-repeat;
}

.text-image-panel.text-align-left{
	background-position: center right;
}

.text-image-panel .content, .text-panel.module .text-area{
	padding-top: 120px;
	padding-bottom: 120px;
}

.text-panel.module .text-area.reduce-top-pad{
	padding-top: 40px;
}

.text-panel.module .text-area.reduce-bottom-pad{
	padding-bottom: 40px;
}

.text-panel.module{
	position: relative;
}

.text-panel.module .text-area{
	position: relative;
	z-index: 2;
}

.text-panel-bgs{
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 1;
	top: 0;
}

.text-panel-bgs .col{
	width: 50%;
	float: left;
	height: 100%;
}

.text-panel.module .content{
	max-width: 450px;
}

.text-panel .content img{
	margin: 30px 0;
}

.module{
	margin-top: 100px;
	margin-bottom: 100px;
	float: left;
	width: 100%;
}

.module.light_grey, .module.light_blue{
	padding: 100px 0;
	margin: 0;
}

.module.no-top-margin{
	margin-top: 0;
}

.module.no-bottom-margin{
	margin-bottom: 0;
}

#page-content .module h2{
	font-size: 1.8em;
	color: #095C71;
	margin-bottom: 30px;
}

#page-content .module.image-text h2{
	margin-bottom: 20px;
}

#page-content .module.image-text p{
	padding-right: 80px;
}

#page-content .module h4{
	font-size: 1em;
	line-height: 1.2em;
	margin: 0 0 20px;
}

#page-content .contact.module h4{
	margin-bottom: 5px;
}

#page-content .module h5{
	font-weight: 500;
	font-size: 0.8em;
	line-height: 1.5em;
	margin: 0 0 20px;
}

#page-content .module h6{
	font-weight: 300;
	font-size: 0.8em;
	line-height: 1.5em;
	margin: 0 0 20px;
}

#page-content .module p{
	font-weight: 500;
	line-height: 1.4em;
	margin-bottom: 20px;
}

#page-content .module li{
	font-weight: 500;
	line-height: 1.4em;
	margin-bottom: 5px;
}

#page-content .module li li{
	font-size: 1em;
}

#page-content .module li ul, #page-content .module li ol{
	margin: 5px 0;
}

#page-content .module ul, #page-content .module ol{
	margin: 30px 0;
	padding-left: 20px;
}

#page-content .module blockquote{
    color: #13404B;
    margin: 20px auto;
    padding: 0;
    text-align: left;
    font-size: 0.92em;
}
/*
#page-content .module blockquote:before{
	content: '';
	display: block;
	background: url('assets/images/quote.svg') no-repeat center;
	background-size: 35px;
	height: 30px;
	margin-bottom: 25px;
}
*/
#page-content .module blockquote p{
	font-size: 1em;
	line-height: 1.3em;
	font-weight: 600;
	font-style: italic;
	margin: 0;
	color: #095C71;
}

#page-content .module blockquote p span{
	font-weight: 600!important;
}

#page-content .module blockquote h1, #page-content .module blockquote h2, #page-content .module blockquote h3,
#page-content .module blockquote h4, #page-content .module blockquote h5, #page-content .module blockquote h6{
	font-size: 1em;
	margin: 0;
	color: #13404B;
}

#page-content .module blockquote h1:before, #page-content .module blockquote h2:before, #page-content .module blockquote h3:before,
#page-content .module blockquote h4:before, #page-content .module blockquote h5:before, #page-content .module blockquote h6:before{
	content: '';
	width: 50px;
	height: 4px;
	background-color: #13404B;
	display: block;
	margin: 25px auto;
}

#page-content #testimonial.module blockquote{
	margin: 0;
	max-width: 100%;
}

#page-content .module.blue h1, #page-content .module.blue h2, #page-content .module.blue h3,
#page-content .module.blue h4, #page-content .module.blue h5, #page-content .module.blue h6, #page-content .module.blue p,
#page-content .module.blue li, #page-content .module.blue a,
.text-contrast-blue h1, .text-contrast-blue h2, .text-contrast-blue h3, .text-contrast-blue h4,
.text-contrast-blue h5, .text-contrast-blue h6, .text-contrast-blue p, .text-contrast-blue li, .text-contrast-blue a{
	color: #fff!important;
}

#page-content .module.tblue h1, #page-content .module.tblue h2, #page-content .module.tblue h3,
#page-content .module.tblue h4, #page-content .module.tblue h5, #page-content .module.tblue h6,
.text-contrast-tblue h1, .text-contrast-tblue h2, .text-contrast-tblue h3,
.text-contrast-tblue h4, .text-contrast-tblue h5, .text-contrast-tblue h6, .text-contrast-tblue .link, .text-contrast-tblue p{
	color: #13404B!important;
}

.links{
	list-style: none;
	padding: 0;
	margin: 30px 0 10px;
}

.links li{
	margin-bottom: 10px;
}

.link{
	font-weight: 700;
	color: #095C71;
	display: inline-block;
	position: relative;
	padding-left: 57px;
	text-decoration: none;
	font-size: 0.88em;
}

.link span{
	position: absolute;
	left: 0;
	top: 7px;
	transition: all 0.2s ease-in-out;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}

.link:hover span{
	left: 12px;
}

.link span:before{
	content: '';
	display: inline-block;
	background: #3EC1D1;
	height: 3px;
	width: 27px;
}

.link span:after{
	content: '';
	display: inline-block;
	border: solid #3EC1D1;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 3.5px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	position: relative;
	left: -8px;
}

.link span.yellow-arrow:before{
	background: #F0D886;
}

.link span.yellow-arrow:after{
	border: solid #F0D886;
	border-width: 0 3px 3px 0;
}

.link span.white-arrow:before{
	background: #fff;
}

.link span.white-arrow:after{
	border: solid #fff;
	border-width: 0 3px 3px 0;
}

.link:hover{
	text-decoration: none;
}

.link:hover:before{
	background-color: #F7EBC2;
}

#page-content .module.yellow .link:before, #page-content .module .text-contrast-yellow .link:before,
#page-content .module.white .link:before, #page-content .module .text-contrast-white .link:before{
	background-color: #3CC2D2;
}

#page-content .module.yellow .link:hover:before, #page-content .module .text-contrast-yellow .link:hover:before,
#page-content .module.white .link:hover:before, #page-content .module .text-contrast-white .link:hover:before{
	background-color: #9DE0E8;
}

hr{
	border-top: 1px solid #02A4B5;
	margin-top: 30px;
	margin-bottom: 30px;
}

.single-post #page-content{
	margin-bottom: 50px;
	float: left;
	width: 100%;
}

.post-item .wp-post-image{
	width: 100%;
	height: auto;
}

.post-item{
	margin-bottom: 50px;
}

.page-template-news-page #page-content{
	margin-bottom: 40px;
	float: left;
	width: 100%;
}

.page-template-news-page #page-content .flex{
	height: 307px;
}

.wp-pagenavi{
    float: left;
    padding: 0 8.33333%;
    width: 100%;
    margin-bottom: 50px;
}

.search .wp-pagenavi{
	padding: 50px 0 0;
	margin-top: 50px;
    border-top: 2px solid #3CC2D2;
}

.wp-pagenavi .pages{
	display: none;
}

.wp-pagenavi a, .wp-pagenavi .current{
	border-radius: 4px;
	display: inline-block;
	padding: 8px 15px;
	background-color: #F0D886;
	color: #095C71;
	margin: 0 10px 10px 0;
	font-weight: 700;
	text-decoration: none;
}

.wp-pagenavi .current{
	background-color: #095C71;
	color: #fff;
}

.wp-pagenavi a:hover{
	text-decoration: none;
	background-color: #F7EBC2;
}

.wp-pagenavi a:focus{
	outline: none;
}

a.skip-main {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
}
a.skip-main:focus, a.skip-main:active{
  color: #000;
  background-color: #fff;
  left: 0;
  top: 0;
  width: 180px;
  height: auto;
  overflow: auto;
  margin: 0;
  padding: 20px 10px;
  text-align: center;
  font-size: 0.8em;
  z-index: 999;
  text-decoration: none;
  outline: none;
}

.search-form label{
    font-size: 1.4em;
    line-height: 1.3em;
    color: #06A4B5;
    font-weight: 700;
    display: block;
    margin: 0 0 20px;
}

.listing{
	float: left;
	width: 100%;
}

.gallery .gallery-item a{
	text-decoration: none;
	display: block;
}

.gallery .gallery-item a img{
	border: 1px solid #095C71;
	opacity: 1;
	transition: opacity 0.3s ease-in-out;
}

.gallery .gallery-item a:hover img{
	opacity: 0.7;
}

.txt-center{
	text-align: center;
}

#hp-featured-content{
	position: relative;
	float: left;
	width: 100%;
}

#hp-featured-content:after{
	content: '';
	display: block;
	position: absolute;
    width: 50%;
    right: 0;
    bottom: 0;
    z-index: 4;
    border-top: 1165px solid transparent;
    border-right: 1000px solid #1a6577;
    opacity: 0.4;
}

#hp-featured-content .first-row{
	padding: 90px 0;
	position: relative;
	z-index: 100;
}

#hp-featured-content .second-row{
	padding: 90px 0 110px;
	min-height: 760px;
}

#hp-featured-content .blue h2, body:not(.home) #page-content #hp-featured-content .second-row h2{
	font-size: 1.8em;
	color: #fff;
	position: relative;
	z-index: 10;
	max-width: 100%;
}

.featured-posts .post{
	margin-bottom: 20px;
}

.featured-posts .post a{
	display: block;
	color: #095C71;
	text-decoration: none;
	height: 100%;
}

.featured-posts .post img{
	border-radius: 20px;
	transition: all 0.2s ease-in-out;
	width: 100%;
}

.featured-posts .post .content{
	padding: 20px 0 50px;
	float: left;
	width: 100%;
}

.featured-image{
	max-width: 100%;
	height: auto;
}

.featured-posts .cat{
	text-transform: uppercase;
	font-size: 0.8em;
	line-height: 1em!important;
	margin: 0 8px 5px 0!important;
	font-weight: 500;
	padding-right: 8px;
	border-right: 1px solid #585A5B;
	color: #585A5B!important;
	float: left;
}

.module.featured-posts .pub-date{
	float: left;
	color: #585A5B!important;
	margin-bottom: 15px!important;
	margin-top: -3px!important;
	font-style: normal;
}

#page-content .featured-posts.module h2{
	margin-bottom: 40px;
}

#page-content .featured-posts.module h3{
	font-size: 1.2em;
	line-height: 1.25em;
	margin-bottom: 14px;
	font-weight: 700;
	color: #095C71;
	float: left;
	width: 100%;
}

.featured-posts .link{
	padding-left: 50px;
	position: absolute;
	bottom: 20px;
	left: 17px;
}

.featured-posts a:hover .link span{
	left: 10px;
}

.featured-posts a:hover{
	border-color: #095C71;
}

.featured-posts a:hover img{
	opacity: 0.8;
}

.flex{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.flex-column-reverse{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}

.flexslider{
	position: relative;
	z-index: 10;
}

.flexslider .slides img{
	width: calc(50% - 60px);
	position: absolute;
	left: 0;
}

.flexslider ul{
	padding-left: 0;
	list-style-type: disc;
}

.flexslider .slide{
	position: relative;
}

.flexslider .slide, .flexslider .slide .slider-height{
	min-height: 480px;
}

.flexslider .content{
	color: #fff;
}

.flexslider h3{
	font-weight: 900;
	line-height: 1.35em;
	margin-bottom: 15px;
	color: #fff;
}

.flexslider p{
	font-weight: 300;
}

.flexslider .link{
	color: #fff;
}

.flex-control-nav.flex-control-paging{
	padding: 0 10% 0 0;
	margin: 30px 0 0;
	text-align: center;
}

.flex-control-nav.flex-control-paging li{
	display: inline-block;
	margin: 8px;
}

.flex-control-nav.flex-control-paging li a{
	border: 1px solid #F0D886;
	border-radius: 50%;
	width: 14px;
	height: 14px;
	display: block;
	font-size: 0;
	text-indent: -9999px;
	text-decoration: none;
}

.flex-control-nav.flex-control-paging li a:hover, .flex-control-nav.flex-control-paging li a.flex-active{
	background: #F0D886;
}

.image-text.module .content{
	max-width: 520px;
	margin: 0 auto;
}

.module .image-wrapper{
	position: relative;
}

.module .image-wrapper.has-vector:before{
	content: '';
	display: block;
	position: absolute;
	width: 50%;
    right: 0;
    bottom: 0;
    z-index: 4;
    border-top: 300px solid transparent;
    border-right: 345px solid #F0D886;
    opacity: 0.65;
}

.module.enable-sticky-img-to-right, .module.enable-sticky-img-to-right .flex{
	position: relative;
	min-height: 580px;
}

.module.enable-sticky-img-to-right, .module.enable-sticky-img-to-left{
	margin: 0;
	overflow: hidden;
	padding: 0;
}

.module .image-wrapper.sticky-to-right{
    width: 65%;
    border-radius: 50%;
    right: -15%;
    top: -25%;
    position: absolute;
    height: 150%;
    background-size: cover;
    background-position: center;
}

#page-content .module.text h2{
	margin-bottom: 15px;
}

.main-menu .menu-main-container{
	display: inline-block;
	text-align: right;
	width: calc(100% - 70px);
}

.toggle-search{
	width: 22px;
	height: 22px;
	display: inline-block;
	background: url('assets/images/search-grey.svg') no-repeat center;
	position: relative;
	top: -43px;
	right: 30px;
	float: right;
	background-size: cover;
	transition: all .5s ease-in-out;
}

.toggle-search:hover{
	cursor: pointer;
}

.site-search{
  position: absolute;
  top: 0;
  right: -100%;
  width: 0;
  overflow: hidden;
  background: #fff;
  transition: all .5s ease-in-out;
}

.site-search.show{
  right: 0;
  width: calc(100% - 200px);
}

fieldset{
	border: 0;
	padding: 0;
	margin: 0;
}

.site-search fieldset{
	display: inline-block;
	float: left;
}

.site-search fieldset:first-child{
	width: calc(100% - 150px);
}

.site-search fieldset:last-child{
	width: 150px;
	float: right;
}

.site-search form{
    float: left;
    width: 100%;
    border-bottom: 1px solid #fff;
}

.site-search .search-form label{
	display: none;
}

.site-search .search-form .search-field{
    border: 0;
    background: transparent;
    color: #585A5B;
    padding: 8px 0!important;
    font-size: 0.9em!important;
    margin: 0;
    width: 100%;
    font-weight: 300;
}

.site-search .search-form .search-field::placeholder{
	color: #585A5B;
}

.site-search .search-form .search-field::-webkit-input-placeholder { /* Edge */
  color: #585A5B;
}

.site-search .search-form .search-field:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #585A5B;
}

.site-search .search-form .button{
    color: #585A5B;
    background: url('assets/images/arrow-yellow.svg') no-repeat left center;
    border: 0;
    padding: 7px 15px 7px 50px;
    font-size: 0.9em;
    font-weight: 500;
    min-width: 100px;
    text-align: center;
    transition: all 0.2s ease-in-out;
}

.site-search .search-form .button:hover{
	background-position: 10px center;
}

#menu-main-1{
  position: relative;
  right: 0;
  transition: all .5s ease-in-out;
}

#menu-main-1.exit, .toggle-search.hide{
	right: calc(-100% - 50px);
}

.untoggle-search{
	width: 18px;
	height: 18px;
	position: absolute;
	top: 10px;
	right: 5px;
	background: url('assets/images/close-grey.svg') no-repeat center;
	background-size: cover;
}

.pod-item{
	margin-bottom: 30px;
}

.has-three-vector-combo .pod-item{
	margin-bottom: 60px;
}

.pod-item .image-wrapper{
	min-height: 150px;
	padding-bottom: 40px;
	display: flex;
	align-items: flex-end;
}

.pod-item .image-wrapper img{
	max-width: 100%;
}

.pod-item .content{
	position: relative;
	padding-bottom: 20px;
}

.pod-item .link{
	position: absolute;
	bottom: 0;
	z-index: 1;
}

.module.pods.has-three-vector-combo{
	position: relative;
	margin-bottom: 0;
	min-height: 500px;
}

.pods.has-three-vector-combo .container{
	position: relative;
	z-index: 10;
}

.three-combo-vector{
	position: absolute;
	bottom: 0;
}

.three-combo-vector .v1{
	position: absolute;
	z-index: -1;
	bottom: 0;
	left: 0;
	width: 528px;
    height: 753px;
}

.three-combo-vector .v2{
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	width: 1180px;
	height: 330px;
}

.three-combo-vector .v3{
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 353px;
    height: 353px;
}

.pad-wrapper{
	float: left;
	width: 100%;
	padding: 30px 0 0;
}

.pad-wrapper .link{
    position: relative;
    bottom: 0;
    border: 1px solid #02A4B5;
    padding: 12px 12px 12px 50px;
    border-radius: 20px;
    min-width: 200px;
}

.pad-wrapper .link span{
	left: 20px;
	top: 19px;
}

.pad-wrapper .link:hover span{
	left: 28px;
}

.listing-archive .post{
	margin-bottom: 60px;
}

.module .pub-date{
    font-size: 0.8em;
    margin: -5px 0 10px;
    font-style: italic;
}

.acnc img{
	width: 80px;
}

.acnc a{
	font-size: 0.8em;
}

#page-content .module.stacked-images .intro.txt-center h2{
	max-width: 100%;
	margin-bottom: 10px;
}

.stacked-images .intro{
	margin-bottom: 30px;
}

.module.stacked-images .image-wrapper{
	text-align: center;
	padding: 20px;
}

.module.stacked-images .image-wrapper img{
	max-width: 100%;
	height: auto;
	max-height: 80px;
}

.stacked-item{
	margin-bottom: 30px;
}

.stacked-item a{
	transition: all 0.2s ease-in-out;
	text-decoration: none;
	display: block;
	padding-bottom: 20px;
}

.stacked-item.bg-red a{
	background: #fcdddb;
}

.stacked-item.bg-yellow a{
	background: #fcf8eb;
}

.stacked-item.bg-blue a{
	background: #d4eff9;
}

.stacked-item.bg-green a{
	background: #d2eae8;
}

.stacked-item.bg-orange a{
	background: #fad8c9;
}

.stacked-item.bg-transparent a{
	background: transparent;
}

.stacked-item.bg-purple a{
	background: #d3c9fa;
}

.stacked-item.bg-musk a{
	background: #ffd6ff;
}

.stacked-item a:hover{
	background: #fff!important;
}

.stacked-item h4{
	color: #095C71;
}

.stacked-item p{
	color: #000;
	font-size: 0.7em;
	margin-bottom: 0;
}

.stacked-item .content{
	padding: 0 20px;
}

.stacked-item h4{
	margin-bottom: 10px!important;
}

.flex-fit-center{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	margin-top: 30px;
}

#accordion{
  border-top: 1px solid #000;
  margin: 20px 0 35px;
}

.module.accordion .button, #pathway-module .levels .button{
  min-width: 180px;
  text-align: center;
}

.accordion-item{
  border-bottom: 1px solid #000;
}

.panel-default{
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
}

.panel-title{
  font-size: 1.25em;
  line-height: 1.278em;
  margin: 0!important;
  padding: 22px 60px 10px 0;
  position: relative;
  transition: all .4s cubic-bezier(.33,.005,.125,1.005) 150ms;
}

.panel-heading h4{
	color: #095C71;
}

.panel-heading.collapsed .panel-title:before{
  display: block;
  bottom: calc(50% - 12px);
  position: absolute;
  background: url('assets/images/plus.svg') no-repeat center;
  width: 14px;
  height: 14px;
  content: '';
  right: 15px;
}

.panel-heading .panel-title:before{
  height: 14px;
  width: 14px;
  display: block;
  bottom: calc(50% - 12px);
  position: absolute;
  background: url('assets/images/minus.svg') no-repeat center;
  content: '';
  right: 15px;
  transform: scaleX(1);
  transition: transform 500ms ease-in-out;
  transform-origin: 0% 50%;
}

.panel-group .panel-heading:hover, .panel-group .panel-heading,
.panel-group .panel-heading h3.panel-title{
  cursor: pointer;
}

.collapse{
  display: none;
}

.collapse.in{
  display: block;
}

.collapsing{
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration:.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.panel-body{
  padding: 10px 30px 0;
}

.panel-body p:last-child{
  margin-bottom: 5px;
}

.panel-body ul, .panel-body ol{
  padding-left: 18px;
}

.panel-body li{
  margin-bottom: 5px;
}

.panel-body ul ol, .panel-body ul ul, .panel-body ol ul, .panel-body ol ol, .panel-body ul{
  margin-top: 10px!important;
}

#breadcrumbs + .module{
	margin-top: 70px;
}

#breadcrumbs ul{
	list-style: none;
	padding: 0;
	margin: 60px 0 0;
	float: left;
	width: 100%;
}

#breadcrumbs li{
	float: left;
	margin: 0 15px 10px 0;
	font-weight: 600;
	font-size: 0.85em;
}

#breadcrumbs li.item-current{
	font-weight: 300;
}

#breadcrumbs li a{
	text-decoration: none;
	color: #585A5B;
}

#breadcrumbs li a:hover{
	text-decoration: underline;
}

#breadcrumbs li.separator{
	border: solid #585A5B;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 3px;
	margin-top: 6px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

#ack{
	position: relative;
	float: left;
	width: 100%;
}

#ack:before{
	content: '';
	display: block;
	position: absolute;
	z-index: 9;
	background: #F0D886;
	left: 0;
	bottom: 0;
	height: 72px;
	width: 50%;
}

#ack .text-widget{
	position: relative;
	z-index: 10;
	padding: 14px 0 12px;
	float: left;
	width: 90%;
	background: #F0D886;
	border-top-right-radius: 96px;
}

#ack .text-widget .textwidget{
	display: flex;
	align-items: center;
}

#ack .text-widget img{
	float: left;
	margin-right: 30px;
}

#ack .text-widget p{
	margin: 0;
	font-weight: 700;
	float: left;
}

.single-listing .breadcrumbs *, .single-listing .intro, .page-template-page-learning .breadcrumbs *, .page-template-page-resource .breadcrumbs *{
	color: #585A5B;
}

.single-listing #breadcrumbs ul, .page-template-page-learning #breadcrumbs ul, .page-template-page-resource #breadcrumbs ul{
	margin: 0 0 30px;
	position: relative;
	z-index: 1;
}

.single-listing #banner h1{
	font-size: 2.4em;
	margin-bottom: 15px;
	line-height: 1.1em;
}

.single-listing #banner .cat{
	text-transform: uppercase;
	color: #F0D886;
	margin-bottom: 15px;
}

.single-listing .intro{
	font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom: 30px;
}

.single-listing .page-entry{
	margin-bottom: 20px;
}

.single-listing .page-entry p, .single-listing .page-entry li{
	font-size: 0.8em;
	font-weight: 500;
	line-height: 1.5em;
}

.single-listing .page-entry *{
	color: #585A5B;
}

.single-listing .featured-img{
	margin-bottom: 40px;
	width: 100%;
	height: auto;
}

.single-listing #banner{
	padding-bottom: 0;
	background-color: transparent;
}

.single-listing #banner:before{
	content: '';
	display: block;
	position: absolute;
	z-index: -1;
	background: #F0D886;
	height: 730px;
	width: 100%;
	left: 0;
	top: 0;
}

.single-listing .page-entry ul, .single-listing .page-entry ol{
	padding-left: 40px;
}

.single-listing .page-entry ul{
	list-style: none;
	margin-top: 40px;
	margin-bottom: 40px;
}

.single-listing .page-entry ul li{
	position: relative;
	padding-left: 35px;
	margin-bottom: 20px;
}

.single-listing .page-entry ul li:before{
	content: '';
	display: block;
	width: 15px;
	height: 3px;
	position: absolute;
	left: 0;
	top: 12px;
	background: #3EC1D1;
}

.single-listing .sidebar .wrapper{
	background: #fff;
	border-radius: 30px;
	padding: 40px 30px;
	display: block!important;
	min-height: 0!important;
	float: left;
	width: 100%;
	max-width: 310px;
	float: right;
	border: 1px solid #F0D886;
}

.single-listing.hasScrolled .sidebar .wrapper{
	top: 50px;
}

.single-listing .sidebar h3{
	color: #095C71;
	font-size: 0.9em;
	line-height: 1.33em;
	margin: 0 0 23px;
}

ul.meta-tags{
	list-style: none;
	padding: 0;
	float: left;
	width: 100%;
	margin: 0;
}

ul.meta-tags li{
	position: relative;
	padding-left: 45px;
	margin-bottom: 14px;
	line-height: 1.5em;
	color: #585A5B;
	font-size: 0.8em;
}

ul.meta-tags li.date:before{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: url('assets/images/date.svg') no-repeat center;
	width: 24px;
	height: 24px;
	background-size: contain;
}

ul.meta-tags li.time:before{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: url('assets/images/time.svg') no-repeat center;
	width: 24px;
	height: 24px;
	background-size: contain;
}

ul.meta-tags li.workshop-type:before, ul.meta-tags li.webinar:before, ul.meta-tags li.video:before, ul.meta-tags li.event:before, ul.meta-tags li.program:before{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 3px;
	background: url('assets/images/webinar.svg') no-repeat center;
	width: 24px;
	height: 19px;
	background-size: contain;
}

ul.meta-tags li.cost:before{
	content: '';
	display: block;
	position: absolute;
	left: 4px;
	top: 0;
	background: url('assets/images/cost.svg') no-repeat center;
	width: 18px;
	height: 22px;
	background-size: contain;
}

ul.meta-tags li.level:before{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 4px;
	background: url('assets/images/level.svg') no-repeat center;
	width: 24px;
	height: 15px;
	background-size: contain;
}

ul.meta-tags li.report:before, ul.meta-tags li.factsheet:before{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: url('assets/images/report.svg') no-repeat center;
	width: 21px;
	height: 24px;
	background-size: contain;
}

.related-listing.module{
	padding: 90px 0 55px;
}

.module.rs-bottom{
	margin-bottom: 0!important;
	padding-bottom: 0!important;
}

.module.rs-top{
	margin-top: 0!important;
	padding-top: 0!important;
}

.banner-slider{
	padding-bottom: 80px;
	padding-top: 80px;
	margin-bottom: 0;
	margin-top: 0;
}

.list-item{
	margin-bottom: 30px;
}

.list-item a{
	display: block;
	text-decoration: none;
}

.list-item a:hover .featured-image{
	opacity: 0.8;
}

.list-item .featured-image{
	margin-bottom: 25px;
}

#page-content .related-listing.module h2{
	font-size: 2.4em!important;
	margin-bottom: 40px;
}

.list-item h3{
	font-size: 1.1em;
	line-height: 1.4em;
	margin-bottom: 20px;
}

ul.meta-tags{
	margin: 0!important;
	padding: 0!important;
}

ul.meta-tags li{
	margin-bottom: 15px!important;
}

.list-item .cat{
	font-size: 0.8em;
	line-height: 1.2em!important;
	text-transform: uppercase;
	margin-bottom: 10px!important;
	color: #585A5B
}

.list-item .cat span{
	margin: 0 10px;
}

.sidebar .links{
	float: left;
	width: 100%;
	margin: 8px 0 0;
}

.sidebar .links a.button{
    border-radius: 0;
    background-color: #585A5B;
    color: #fff;
    font-size: 0.9em;
    line-height: 1.4em;
    font-weight: 900;
    padding: 11px 20px;
    letter-spacing: 2px;
    width: 100%;
    text-align: center;
}

.sidebar .links li:last-child{
	margin-bottom: 0;
}

.sidebar .links a.button:hover{
	background-color: #F0D886;
}

.sidebar .links a.text_link{
    font-size: 0.9em;
    line-height: 1.4em;
    font-weight: 900;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    width: 100%;
    padding: 8px 10px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sidebar .links a.text_link:hover{
	text-decoration: underline;
}

.sidebar .links a.text_link.link span{
	position: relative;
	top: -1px;
	display: inline-block;
	margin-right: 10px;
}

.sidebar .links a.text_link.link span:before{
	position: relative;
	top: -3px;
}

.sidebar .links a.text_link.download span{
	position: relative;
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url('assets/images/download.svg') no-repeat center;
	background-size: contain;
	margin-right: 12px;
}

.listing-module{
	padding: 30px 0;
}

.listing-module h3{
	font-size: 1em;
	font-weight: 900;
}

.listing-module.accordion h3, .listing-module.accordion .intro{
	margin-bottom: 0;
}

.listing-module #accordion{
	border-top-color: #095C71;
	margin: 20px 0;
}

.listing-module .panel-default{
	border-bottom-color: #095C71;
}

.listing-module .panel-heading h4{
	font-size: 0.8em;
    font-weight: 400;
    padding: 19px 40px 8px 0;
}

.listing.module .panel-heading.collapsed .panel-title:before{
	right: 10px;
}

.listing.module .panel-body *{
	color: #095C71;
}

.listing.module .panel-body p, .listing.module .panel-body li{
    color: #095C71;
    font-size: 0.8em;
    line-height: 1.4em;
    font-weight: 300;
}

.listing-module .panel-body{
	padding: 0 50px 0 0;
}

.single-listing .related-listing.module{
	margin-bottom: 0;
}

.icr-item{
	float: left;
	width: 100%;
	border-top: 1px solid #095C71;
	padding: 30px 0 40px;
}

.icr-item:last-child{
	border-bottom: 1px solid #095C71;
}

.listing-module p{
	font-size: 0.8em;
	line-height: 1.5em;
	color: #585A5B;
}

.icr-item .content-wrapper p:last-child{
	margin-bottom: 0;
}

.icr-item .label{
	text-transform: uppercase;
	letter-spacing: 1.4px;
	margin: 10px 0 12px;
	color: #095C71;
}

.icr-item .image-wrapper{
	float: left;
	width: 145px;
	height: auto;
}

.icr-item .image-wrapper img{
	border-radius: 50%;
	width: 100%;
	height: auto;
}

.icr-item .content-wrapper{
	float: right;
	width: calc(100% - 185px);
}

.icr-item .content-wrapper h3{
	margin-bottom: 5px;
}

.listing-module.video h3{
	margin-bottom: 10px;
}

.listing-module .snapshot-wrapper .wp-image{
	width: 100%;
	height: auto;
}

.listing-module .snapshot-wrapper{
	margin: 30px 0;
}

.listing-module .snapshot-wrapper a{
	display: flex;
	align-items: center;
	justify-content: center;
}

.listing-module .snapshot-wrapper a:hover{
	cursor: pointer;
}

.listing-module .snapshot-wrapper a:hover img{
	opacity: 0.8;
}

.listing-module .snapshot-wrapper .play{
	width: 100px;
	height: 100px;
	background: url('assets/images/play-button.svg') no-repeat center;
	background-size: contain;
	position: absolute;
	transition: all 0.2s ease-in-out;
	z-index: 1;
}

.listing-module .snapshot-wrapper a:hover .play{
	width: 115px;
	height: 115px;
}

.modal{
  display: none;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s linear;
}

.modal.show{
  display: block!important;
  visibility: visible;
  opacity: 1;
  position: fixed;
  top: 0px;
  width: 100%;
  left: 0px;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
}

.modal-dialog {
  width: 970px;
  height: 545px;
  background: #fff;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 20%;
}

.modal-dialog .close {
  position: absolute;
  top: -40px;
  right: 0;
  background: url('assets/images/close.svg') no-repeat #000;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  border: 0;
  background-size: 20px;
  filter: invert(1);
  background-position: 10px 10px;
}

.modal-dialog .close:hover{
	cursor: pointer;
}

.modal-dialog iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal-content, .modal-body{
	position: relative;
	width: 100%;
	height: 100%;
}

.page-template-page-learning #banner h1, .page-template-page-resource #banner h1{
	margin-bottom: 0;
	font-size: 3em;
}

.page-template-page-learning #banner h2, .page-template-page-resource #banner h2{
	color: #585A5B!important;
	font-size: 1.15em!important;
	font-weight: 700!important;
	line-height: 1.4em!important;
	margin: 0 0 35px!important;
}

.top-listing.list-item a{
	display: flex;
	align-items: center;
}

.top-listing.list-item h3{
	font-size: 1.8em;
	line-height: 1.2em;
}

#archive-listing{
	padding: 80px 0 40px;
}

.page-template-page-learning #banner, .page-template-page-resource #banner{
	padding-bottom: 50px;
}

.page-template-page-resource #archive-listing{
	background: rgba(6,91,112, 0.1);
}

.page-template-page-resource .related-listing{
	background: #fff;
	padding-bottom: 0;
	margin-bottom: 50px;
	margin-top: 0;
}

.page-template-page-resource .related-listing h2{
	font-size: 2.4em!important;
}

#learning-resource-form{
	width: 75%;
	position: relative;
	z-index: 2;
}

.related-listing h2, .featured-posts h2{
	float: left;
}

.related-listing .link-wrapper, .featured-posts .link-wrapper{
	float: right;
	margin-top: 25px;
	margin-bottom: 25px;
}

.single #page-content .related-listing.module h2{
	font-size: 1.8em!important;
}

.featured-posts .link-wrapper .link{
	position: relative;
	bottom: 0;
	left: 0;
}

.single .related-listing .link-wrapper{
	margin-top: 17px;
	margin-bottom: 35px;
}

.dropdown {
  position: relative;
  display: inline-block;
  width: 25%;
  padding-right: 40px;
}

.dropdown label{
	color: #585A5B
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 0.7em;
}

.dropdown select{
  display: none;
}

.select-selected {
  background-color: transparent;
  position: relative;
}

.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 7px;
  height: 7px;
  border: solid #585A5B;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.select-items div, .select-selected{
  padding: 7px 30px 7px 0;
  cursor: pointer;
  font-size: 0.8em;
}

.select-selected {
  max-height: 48px;
  display: flex;
  align-items: center;
  color: #585A5B;
  border-bottom: 1px solid #585A5B;
}

.select-items {
  position: absolute;
  background-color: #fff;
  top: 65px;
  border: 0;
  width: calc(100% - 40px);
  left: 0;
  right: 0;
  padding: 10px 0;
  z-index: 9999;
  -webkit-box-shadow: 0px 20px 20px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 20px 20px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 20px 20px 0px rgba(0,0,0,0.1);
}

.select-items div{
	padding: 8px 15px;
	font-weight: 400;
	color: #095C71;
}

.select-items div:hover{
	background: rgb(241 239 239);
}

.select-hide {
  display: none;
}

#learning-resource-form .button{
	border-radius: 0;
	border: 0;
	background: #585A5B;
	font-size: 0.8em;
	font-weight: 900;
	letter-spacing: 2px;
	position: relative;
	top: -8px;
	color: #fff;
}

#learning-resource-form .button:hover{
	background: #095C71;
}

#archive-listing .list-item{
	margin-bottom: 55px;
}

.single-listing .sidebar{
	position: absolute;
	width: 310px;
	margin-left: 0;
	right: 30px;
	z-index: 1;
}

.single-listing .sidebar .wrapper{
	position: fixed;
}

.single-listing footer, .single-listing .related-listing{
	position: relative;
	z-index: 2;
}

.single-listing #banner .container{
	position: relative;
}

.listing-module.lpc{
	padding: 20px 0;
}

.listing-module.lpc h3{
	margin-bottom: 10px;
}

.listing-module.lpc p{
	max-width: 90%;
}

.listing-module.lpc .links{
	margin-top: 20px;
}

#lpc{
	padding: 26px 0;
}

#lpc h3{
	font-size: 1em;
	line-height: 1.25em;
	margin-bottom: 5px;
	max-width: 100%;
}

#lpc p{
	color: #095C71;
	font-size: 0.8em;
	margin-bottom: 10px;
}

#lpc p:last-child{
	margin-bottom: 0;
}

.lpc .text_link, #lpc .text_link{
	font-size: 0.9em;
    line-height: 1.4em;
    font-weight: 900;
    text-decoration: none;
    display: inline-block;
    padding: 5px 0;
    position: relative;
    display: flex;
}

.lpc .text_link a, #lpc .text_link a{
	color: #585A5B;
}

#lpc .text_link{
	font-size: 0.8em;
	justify-content: flex-end;
	padding: 0;
}

.lpc .text_link.download span, #lpc .text_link.download span{
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url('assets/images/download.svg') no-repeat center;
    background-size: contain;
    margin-right: 12px;
}

.lpc .text_link.back-to span{
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 8px;
}

.lpc .text_link.back-to span:after{
	content: '';
    display: inline-block;
    background: #3EC1D1;
    height: 3px;
    width: 26px;
    position: relative;
    left: -6px;
}

.lpc .text_link.back-to span:before{
    content: '';
    display: inline-block;
    border: solid #3EC1D1;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3.5px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    position: relative;
    left: 2px;
}

#listingItems .list-item{
	display: none;
}

#loadMore, #showLess{
    color: #095C71;
    border: 1px solid #095C71;
    float: none;
    margin: 0 auto 30px;
    padding: 9px 20px;
    background-color: transparent;
    border-radius: 0;
    font-weight: 900;
    width: 200px;
    letter-spacing: 2px;
    font-size: 0.8em;
    text-align: center;
}

#loadMore:hover, #showLess:hover{
	background-color: #095C71;
	cursor: pointer;
	color: #fff;
}

.social-tools{
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

.social-tools .button{
    border-radius: 0;
    letter-spacing: 2px;
    font-size: 0.8em;
    padding: 12px 15px;
    line-height: 1.25em;
    font-weight: 300;
    width: 80px;
    text-align: center;
    float: left;
    background: #fff;
    position: relative;
    z-index: 3;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    width: 60px;
    padding-left: 0;
    padding-right: 0;
    color: #585A5B;
    background: transparent;
}

.social-tools .button:hover{
	cursor: pointer;
	/*background: #F0D886;*/
	background: transparent;
}

.social-tools .social-share{
	display: inline-block;
	float: left;
	border: 1px solid #fff;
	position: relative;
	z-index: 1;
	left: 0;
	transition: all 0.2s ease-in-out;
	border-top-right-radius: 7px;
	border-bottom-right-radius: 7px;
	border: 0;
}

.social-tools .social-share a, .social-tools .social-share .copy-link{
	width: 38px;
	height: 38px;
	display: inline-block;
	float: left;
	border-radius: 50%;
	margin: 1px 4px;
}

.social-tools .social-share a span{
	font-size: 0;
}

.social-tools .social-share .copy-link{
	background: url('assets/images/icon-copylink-dark.svg') no-repeat center;
	background-size: contain;
	font-size: 0;
	border: 0;
}

.social-tools .social-share .facebook{
	background: url('assets/images/icon-fb-dark.svg') no-repeat center;
	background-size: contain;
}

.social-tools .social-share .twitter{
	background: url('assets/images/icon-twitter-dark.svg') no-repeat center;
	background-size: contain;
}

.social-tools .social-share .email{
	background: url('assets/images/icon-email-dark.svg') no-repeat center;
	background-size: contain; 
}

.social-tools .social-share a:hover, .social-tools .social-share .copy-link:hover{
	/*background-color: #095C71!important;*/
	opacity: 0.8;
	cursor: pointer;
}

.social-tools .toggle-share .social-share{
	left: 0;
}

.related-listing.module{
	margin-top: 0;
}

.cta-slider ul.slides{
	padding-left: 0!important;
	float: left;
	width: 100%;
	margin: 10px 0 0!important;
}

.banner-overlay .links{
	padding-left: 35px;
	margin: 0;
}

.banner-overlay .links li{
	margin-bottom: 40px;
}

.banner-overlay .links li:last-child{
	margin-bottom: 0;
}

#lpc-signup{
    padding: 30px 0 20px;
}

#lpc-signup h2{
	font-size: 1.3em!important;
	margin-bottom: 10px!important;
}

.awp_newsletter_maindiv_Signupforlearningprogramupdates .form_section .form_left_part,
.awp_newsletter_maindiv_Signupforlearningprogramupdates .form_section .form_rgt_part{
	width: 100%!important;
}

.awp_newsletter_maindiv_Signupforlearningprogramupdates .form_section{
	width: calc(50% - 97.5px)!important;
	margin: 0 20px 20px 0;
	padding-bottom: 0!important;
}

.awp_newsletter_maindiv_Signupforlearningprogramupdates .form_section:last-child{
	width: 155px!important;
	margin-right: 0;
}

#lpc-signup .mc-field-group{
	width: 33.33%;
}

#lpc-signup #mc_embed_signup div.mce_inline_error{
	position: absolute;
}

#lpc-signup span.absp_newsletter_label, #lpc-signup label{
	text-transform: uppercase;
	color: #585A5B
	letter-spacing: 2px;
	font-size: 0.7em;
	line-height: 1em;
	margin-bottom: 8px;
	font-weight: 500;
}

#lpc-signup #newsletter_firstname, #lpc-signup #newsletter_lastname, #lpc-signup #newsletter_email,
#lpc-signup #mc_embed_signup .mc-field-group input{
	border: 1px solid #585A5B;
	padding: 11px 15px!important;
	background: transparent;
	border-radius: 0;
	margin-bottom: 0!important;
	color: #585A5B!important;
    font-weight: 300!important;
    font-size: 0.8em!important;
}

#lpc-signup .abswpnfm input[type="submit"]{
    border-radius: 0;
    font-size: 0.8em;
    font-weight: 900;
    letter-spacing: 2px;
    padding: 11px 20px;
    width: 100%!important;
}

#lpc-signup span.absp_newsletter_mandatory{
	display: none!important;
}

#lpc-signup span.error_message, #lpc-signup label.error{
    color: #F0D886!important;
    font-size: 0.7em;
}

#success_Signupforlearningprogramupdates{
    color: #F0D886;
    margin: 0;
    padding: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    background: #095C71;
    display: flex;
    align-items: center;
}

.single #lpc-signup, .single .listing-module.lpc, .single .related-listing{
	position: relative;
	z-index: 2;
}

.single .listing-module.lpc{
	padding-top: 40px;
}

.single .listing-module.lpc, .single .related-listing{
	background: #fff;
}

.dd-sites{
	background: #0F3F55;
	padding: 35px 0;
	float: left;
	width: 100%;
	position: absolute;
	z-index: 9999;
	top: -999px;
	transition: top 0.3s ease-in-out;
}

.activate-dd-sites .dd-sites{
	top: 0;
}

.dd-sites *{
	color: #fff;
}

.dd-sites .cw{
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 40px;
}

.dd-sites ul{
	padding: 0;
	margin: 0;
	list-style: none;
	padding-left: 20px;
	margin-top: 10px;
	align-items: flex-start!important;
}

.dd-sites ul li{
	width: 33.33%;
}

.dd-sites ul a{
	text-decoration: none;
}

.dd-sites img{
	margin-bottom: 18px;
	height: 55px;
}

.dd-sites .desc{
	opacity: 0;
	visibility: hidden;
	margin: 0;
	transition: all 0.2s ease-in-out;
	padding-right: 30px;
}

.dd-sites li a:hover .desc{
	opacity: 1;
	visibility: visible;
}

.top-links{
	list-style: none;
	float: left;
	width: calc(100% - 80px);
	text-align: right;
	padding-left: 0;
	margin: 0 0 10px;
}

.top-links li{
	display: inline-block;
	font-size: 0.8em;
	line-height: 1.2em;
	font-weight: 400;
	color: #585A5B;
	padding: 0 10px!important;
	margin-bottom: 0!important;
	margin-left: 20px!important;
	text-transform: none;
	padding: 0!important;
}

.top-links li a{
	text-decoration: none;
}

.top-links li.toggle-dd-sites{
	position: relative;
	padding-right: 0!important;
}

.top-links li.toggle-dd-sites:hover{
	color: #095C71;
	cursor: pointer;
}

li.toggle-dd-sites span{
	content: '';
	border: solid #585A5B;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 2px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	margin-left: 10px;
	position: relative;
	top: -4px;
}

.dd-sites .close{
	float: right;
	position: absolute;
	right: 0;
	font-size: 0.9em;
	padding-right: 30px;
	z-index: 99;
}

.dd-sites .close:hover{
	color: #3EC1D1;
	cursor: pointer;
}

.dd-sites .close:after{
	content: '';
	display: block;
	position: absolute;
	background: url('assets/images/close-blue.svg') no-repeat center;
	width: 15px;
	height: 15px;
	background-size: contain;
	right: 0;
	top: 5px;
}

.dd-sites h2{
	font-weight: 500;
	font-size: 1.8em;
	line-height: 1.1em;
	max-width: 200px;
}

.expanded-row{
	margin-left: -30px;
	margin-right: -30px;
}

.expanded-col{
	padding-left: 30px;
	padding-right: 30px;
}

.radius{
	border-radius: 20px;
}

.flex-headings h1, .flex-headings h2, .flex-headings h3{
	font-weight: normal!important;
}

.tcti-item img{
	margin-bottom: 35px;
}

#page-content .module.flex-headings h2{
	color: #585A5B;
	font-weight: normal;
}

.tcti-item .link{
	max-width: 320px;
}

.img-vector-style .image-wrapper{
	display: flex;
	align-items: center;
	position: relative;
}

.img-vector-style .image-wrapper:before{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 55%;
	background: #fff;
	border-radius: 15px;
	content: none;
}

.img-vector-style .image-wrapper .wp-image{
	position: relative;
	z-index: 2;
}

#page-content .module.cpg p, .cpg .flex-headings h2, .txt-grey{
	color: #585A5B!important;
}

.module.image-pods, .module.fs-image-text{
	margin: 0;
	padding: 100px 0;
}

.image-pod-item .inner {
    padding-right: 50px;
}

.fs-image-text{
	position: relative;
}

.fs-image-text:before{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.55);
}

.fs-image-text.txt-dark:before{
	background: rgba(255,255,255,0.55);
}

.fs-image-text.txt-light *{
	color: #fff!important;
}

.fs-image-text ul{
	list-style: none;
	margin: 0 0 30px!important;
	padding: 0!important;
}

.fs-image-text h2{
	font-weight: 700!important;
}

.fs-image-text li{
	font-size: 1.4em;
	font-weight: 700!important;
	margin-bottom: 10px!important;
}

.fs-image-text.txt-light li{
	color: #d6ad98!important;
}

.fs-image-text .link{
	margin-top: 40px;
}

.fs-image-text.txt-light .link span:before{
	background: #fff;
}

.fs-image-text.txt-light .link span:after{
	border-color: #fff;
}

.absp_newsletter_button_submit:hover{
	background-color: #095C71!important;
}

.listing-module.lpc .links .text_link.download{
	display: none;
}

#form-wrapper{
	margin: 75px 0 0;
}

.form-wrapper{
	padding: 75px 0 0;
    background: rgba(6,91,112, 0.1);
}

#mc_embed_signup .mc-field-group input{
	padding: 11px 15px!important;
	border-radius: 0;
	width: 100%!important;
	border: 1px solid #585A5B;
	font-size: 18px!important;
	font-weight: 300;
	color: #585A5B;
	background: transparent;
	margin-bottom: 10px;
}

#mc_embed_signup .button{
	color: #fff!important;
	border: 0!important;
	float: right;
	margin: 0!important;
	padding: 12px 30px!important;
	background-color: #585A5B!important;
	border-radius: 0!important;
	font-weight: 400!important;
	min-width: 150px;
	width: auto!important;
	height: auto!important;
	font-family: museo-sans, sans-serif!important;
	font-size: 20px!important;
	line-height: 24px!important;
}

#mc_embed_signup .button:hover{
	background-color: #095C71!important;
}

#mc_embed_signup .col.left{
	float: left;
	width: calc(100% - 200px);
}

#mc_embed_signup .col.right{
	float: right;
	width: 150px;
}

#mc_embed_signup div.mce_inline_error{
	background-color: transparent!important;
	margin-bottom: 0!important;
	padding: 0!important;
	font-size: 16px!important;
	font-weight: 300!important;
	color: red!important;
}

#mc_embed_signup #mc_embed_signup_scroll{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 30px;
}

#mc_embed_signup .mc-field-group:last-child input{
	margin-bottom: 0!important;
}

#lpc-signup #mce-success-response{
    position: absolute;
    left: 15px;
    font-weight: 600;
    margin-top: 10px;
}

.image-text.module #mc_embed_signup #mc_embed_signup_scroll, .text.module #mc_embed_signup #mc_embed_signup_scroll{
	display: block;
	float: left;
	width: 100%;
}

.image-text.module #mc_embed_signup .col, .text.module #mc_embed_signup .col{
	width: 100%!important;
}

@media screen and (min-width: 992px) and (max-height: 680px){
	.single-listing .sidebar h3{
		display: none;
	}
}

@media screen and (max-width: 1455px) and (min-width: 1350px) {
	.single-listing .sidebar{
		right: 100px;
	}
}

@media only screen and (min-width: 641px){
	.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    	max-width: 100%!important;
    }
}

@media screen and (max-width: 1420px){
	.text-panel.module .content.left, .text-image-panel .content{
		padding-left: 40px;
	}
	.text-panel.module .content.right, .text-image-panel .content{
		padding-right: 40px;
	}
}

@media screen and (max-width: 1349px){
	#ack .text-widget p{
		max-width: 900px;
	}
	.page-template-news-page #page-content .flex {
	    height: 280px;
	    display: block;
	    position: relative;
	}
	.page-template-news-page #page-content .text-panel .flex{
		height: auto;
	}
	.page-template-news-page .text-panel.module .content.left{
		padding-left: 0;
	}
	.page-template-news-page #page-content .post-item .link{
		position: absolute;
		bottom: 0;
	}
	.main-menu{
		width: calc(100% - 350px);
	}
	.main-menu li{
	    margin-left: 5px;
	    font-size: 0.8em!important;
	}
	.main-menu ul li .sub-menu{
		top: 27px;
	}
	.main-menu ul li .sub-menu li{
		text-align: left;
	}
	.dd-sites ul li{
		padding-right: 40px;
	}
	.dd-sites ul li img{
		max-width: 100%;
		height: auto;
	}
	.dd-sites .desc{
		padding-right: 0;
	}
	.flexslider .slide, .flexslider .slide .slider-height{
		min-height: 385px;
	}
	.module.pods.has-three-vector-combo{
		margin-top: 50px;
	}
	.banner-overlay:before{
		border-top: 610px solid transparent;
    	border-left: 640px solid #095C71;
	}
	.banner-overlay .links li h2{
		font-size: 1.6em!important;
	}
	.image-pod-item .inner {
	    padding-right: 0;
	}
	#page-content .module h2{
		font-size: 1.65em;
	}
	.module.enable-sticky-img-to-right, .module.enable-sticky-img-to-right .flex {
	    position: relative;
	    min-height: 380px;
	}
}

@media screen and (max-width: 1199px){
	.single-listing .sidebar{
		width: 280px;
	}
	.single-listing .sidebar .wrapper{
		padding: 30px 25px;
		width: 280px;
		float: right;
	}
	#learning-resource-form{
		width: 100%;
	}
	#ack .text-widget p{
		max-width: 80%;
	}
	#banner .banner-img, #banner .img-placeholder{
		width: 800px;
		height: 800px;
		top: -20px;
	}
	#banner .content{
		padding-right: 25px;
	}
	.text-panel.module .content.left, .text-image-panel .content{
		padding-left: 0;
	}
	.text-panel.module .content.right, .text-image-panel .content{
		padding-right: 0;
	}
	.text-image-panel .content, .text-panel.module .text-area {
	    padding-top: 100px;
	    padding-bottom: 100px;
	}
	.page-template-news-page #page-content .flex{
		height: 293px;
	}
	.main-menu ul.menu li {
	    font-size: 0.75em!important;
	    margin-bottom: 0;
	}
	header{
		padding: 35px 0 25px;
	}
	.main-menu ul li .sub-menu {
	    top: 25px;
	    width: 165px;
	}
	.main-menu ul li .sub-menu li{
		font-size: 0.9em!important;
		line-height: 1.2em;
	}
	.main-menu {
	    width: calc(100% - 250px);
	}
	.top-links{
		margin: 0;
	}
	.dd-sites h2{
		font-size: 1.4em;
		max-width: 180px;
	}
	.dd-sites ul{
		padding-left: 0;
	}
	.dd-sites .desc{
		font-size: 0.8em;
	}
	.main-menu .menu-main-container{
		width: calc(100% - 40px);
	}
	.top-links, .site-search.show{
		width: calc(100% - 50px);
	}
	header .logo img{
		width: 230px;
		height: 63px;
	}
	#hero:before{
		width: 900px;
		left: -200px;
		bottom: -200px;
		border-radius: 50%;
	}
	#hero{
		padding-top: 250px;
	}
	#hero h1{
		font-size: 1.5em;
	}
	#hero .content{
		max-width: 400px;
		padding-top: 30px;
	}
	#hero .wrapper p{
		font-size: 1em;
	}
	#hero .wrapper{
		margin-bottom: 30px;
	}
	.banner-overlay{
		padding: 50px 0 40px;
	}
	.banner-overlay p{
		font-size: 0.85em;
	}
	#hp-featured-content .first-row{
		padding: 100px 0;
	}
	.flexslider .slide, .flexslider .slide .slider-height{
		min-height: 340px;
	}
	.module.pods.has-three-vector-combo{
		min-height: 400px;
		margin-top: 0;
	}
	.three-combo-vector .v2{
		width: 900px;
		height: 250px;
	}
	.three-combo-vector .v1{
		width: 450px;
		height: 600px;
	}
	.three-combo-vector .v3{
		width: 260px;
		height: 260px;
	}
	.banner-overlay .links{
		padding-left: 15px;
	}
	.banner-overlay .links li h2{
		font-size: 1.35em!important;
		margin-bottom: 5px;
	}
	.banner-overlay .links li {
    	margin-bottom: 25px;
	}
	.banner-overlay:before {
    	border-top: 500px solid transparent;
    	border-left: 540px solid #095C71;
	}
	.toggle-search{
		right: 10px;
		top: -33px;
	}
	.main-menu li a{
		padding: 0 5px 10px;
	}
	#page-content .module h2 {
    	font-size: 1.5em;
	}

}

@media screen and (max-width: 1100px){
	.text-panel.module .content.left, .text-image-panel .content{
		padding-left: 30px;
	}
	.text-panel.module .content.right{
		padding-right: 30px;
	}
	.text-image-panel .content, .text-panel.module .text-area {
	    padding-top: 70px;
	    padding-bottom: 70px;
	}
	.flexslider .slide, .flexslider .slide .slider-height{
		min-height: 295px;
	}
	#banner .banner-img, #banner .img-placeholder{
		right: -20%;
	}
	#banner .content{
		max-width: 390px;
	}
	#banner h1{
		font-size: 2.75em;
	}
	#banner h2{
		font-size: 1.25em!important;
	}
}

@media screen and (max-width: 991px){
	footer .enews form #mce-success-response{
		font-size: 14px;
		bottom: -30px;
	}
	#lpc-signup #mc_embed_signup #mc_embed_signup_scroll{
		display: block;
		float: left;
		width: 100%;
	}
	#lpc-signup .mc-field-group{
		width: calc(50% - 10px);
		float: left;
	}
	#lpc-signup .mc-field-group:nth-child(2){
		float: right;
	}
	#lpc-signup #mc_embed_signup .button{
		width: 100%!important;
		margin-top: 30px!important;
	}
	#hero.banner-has-bg + .banner-overlay{
		background: #fff;
	}
	#hero.banner-has-bg + .banner-overlay:before, #hero.banner-has-bg + .banner-overlay:after{
		content: none;
	}
	.single-listing .sidebar{
		position: relative;
		right: 0;
		width: 100%;
	}
	.main-menu {
	    margin-right: 10px;
	}
	.main-menu li {
	    font-size: 0.85em;
	}
	.main-menu li a{
		padding-top: 10px;
	}
	header {
	    padding: 20px 0 15px;
	}
	#hero h1{
		font-size: 1.3em;
	}
	#hero {
	    height: 600px;
	}
	#hero .content{
		max-width: 320px;
	}
	#hero:before {
	    width: 650px;
	    left: -100px;
	    bottom: -200px;
	    border-radius: 50%;
	}
	#hero .content{
		padding-top: 0;
	}
	.banner-overlay:after{
		width: 200%;
	}
	.link{
		font-size: 0.9em;
	}
	.sitemap .menu li{
		margin-right: 25px;
		font-size: 1.1em;
	}
	.sitemap .menu{
		margin-bottom: 20px;
	}
	.sitemap .menu.site-terms li {
    	font-size: 0.9em;
	    margin-right: 20px;
	}
	footer #menu-footer li.filler{
		display: none;
	}
	footer .socials{
	    float: left;
	    width: 100%;
	    position: relative;
	    left: 0;
	    margin-top: -8px;
	}
	footer #menu-footer{
		column-count: 1;
		margin-top: 0;
	}
	footer #menu-footer li{
		margin-top: 0;
		margin-bottom: 12px;
		padding-right: 0;
	}
	.home .intro{
		padding-bottom: 60px;
	}
	#testimonial {
	    padding: 60px 0;
	}
	#enews {
	    padding: 80px 0;
	}
	.text-panel.module .content.left, .text-image-panel .content{
		padding-left: 0;
	}
	.text-panel.module .content.right{
		padding-right: 0;
	}
	.text-image-panel {
	    background-size: calc(50% - 20px);
	}
	.text-image-panel.text-align-left {
	    background-position: calc(100% - 20px) center;
	}
	.text-image-panel.text-align-right {
	    background-position: calc(100% - 20px) center;
	}
	#page-content .module .post-item h3{
		font-size: 1.3em;
		margin-bottom: 15px;
	}
	#page-content .module .post-item p{
		font-size: 0.95em;
		margin-bottom: 20px;
	}
	.page-template-news-page #page-content .flex {
	    height: 345px;
	}
	header.flip:after{
		height: 325px;
	}
	header .logo {
	    z-index: 9999;
	}
	.navbar-header button{
		background: transparent;
		border: 0;
		position: relative;
		width: 40px;
		height: 29px;
		padding: 0;
		margin: 0;
	}
	.navbar-header button:focus{
		outline: none;
	}
	.navbar-header button .screen-reader{
		text-indent: -9999px;
		float: left;
	}
	.navbar{
	    position: absolute;
	    top: 12px;
	    right: 15px;
	    z-index: 9999;
	}
	.icon-bar {
	    background: #585A5B;
	    display: block;
	    width: 40px;
	    height: 4px;
	    border-radius: 0;
	    margin: 0;
	}
	.icon-bar.top {
	    top: 0;
	    right: 0;
	    -webkit-transition: -webkit-transform .4s,top .2s .4s;
	    -o-transition: -o-transform .4s,top .2s .4s;
	    transition: transform .4s,top .2s .4s;
	    position: absolute;
	}
	.icon-bar.middle {
	    top: 12px;
	    right: 0;
	    -webkit-transition: -webkit-transform .4s,top .2s .4s;
	    -o-transition: -o-transform .4s,top .2s .4s;
	    transition: transform .4s,top .2s .4s;
	    position: absolute;
	}
	.icon-bar.bottom {
	    bottom: 0;
	    right: 0;
	    -webkit-transition: -webkit-transform .4s,bottom .2s .4s;
	    -o-transition: -o-transform .4s,bottom .2s .4s;
	    transition: transform .4s,bottom .2s .4s;
	    position: absolute;
	}
	.menu-overlay .icon-bar.top {
	    top: calc(50% - 4px);
	    right: 0;
	    -webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	    -o-transform: rotate(45deg);
	    transform: rotate(45deg);
	    -webkit-transition: top .2s,-webkit-transform .4s .2s;
	    -o-transition: top .2s,-o-transform .4s .2s;
	    transition: top .2s,transform .4s .2s;
	}
	.menu-overlay .icon-bar.middle{
		opacity: 0;
	}
	.menu-overlay .icon-bar.bottom {
	    bottom: calc(50% - 0px);
	    -webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	    -o-transform: rotate(-45deg);
	    transform: rotate(-45deg);
	    -webkit-transition: bottom .2s,-webkit-transform .4s .2s;
	    -o-transition: bottom .2s,-o-transform .4s .2s;
	    transition: bottom .2s,transform .4s .2s;
	}
	.main-menu {
	    -webkit-box-sizing: border-box;
	    box-sizing: border-box;
	    position: fixed;
	    padding-top: 115px;
	    left: 0;
	    width: 100%;
	    min-height: 100%;
	    background: #fff;
	    opacity: 0;
	    visibility: hidden;
	    -webkit-transition: opacity .6s,visibility 0s .6s;
	    -o-transition: opacity .6s,visibility 0s .6s;
	    transition: opacity .6s,visibility 0s .6s;
	    z-index: 1000;
	    -webkit-box-ordinal-group: 2;
	    -webkit-order: 1;
	    -ms-flex-order: 1;
	    height: 100vh;
	    margin: 0;
	    top: 0;
	}
	.logged-in .main-menu{
		top: 32px;
	}
	.main-menu .menu-main-container{
		width: 100%;
		text-align: left;
	}
	.main-menu.toggle-menu{
	    opacity: 1;
	    visibility: visible;
	    -webkit-transition: opacity .6s;
	    -o-transition: opacity .6s;
	    transition: opacity .6s;
	}
	.main-menu ul{
		margin: 0 auto;
		max-width: 720px;
	}
	.main-menu ul.menu li{
		display: block;
		margin: 0!important;
		font-size: 1em!important;
	}
	.main-menu ul li.current-menu-item > a, .main-menu ul li.current-menu-parent > a,
	.main-menu ul li.current-menu-ancestor > a,
	.single-event .main-menu ul li.main-community > a, .archive.date .main-menu ul li.main-news > a,
	.single-post .main-menu ul li.main-news > a{
		font-weight: 700;
	}
	.main-menu .menu-main-container{
		display: block;
	}
	.main-menu .wrapper{
		display: block;
		width: 100%;
	    height: calc(100% - 60px);
	    padding: 0 15px;
	    position: relative;
	    overflow-x: auto;
	    overflow-y: scroll;
	    -webkit-overflow-scrolling: touch;
	}
	.main-menu ul li a, .main-menu ul li a:hover{
		border-top: 0;
		display: inline-block;
		padding: 8px 40px;
		padding-left: 0;
	}
	.menu li.toggled .submenu-container{
	    display: block!important;
	    width: 100%;
	    position: relative;
	    border-radius: 0;
	    box-shadow: none;
	    background: transparent;
	    min-width: 0;
	    left: 0;
	    z-index: auto;
	    border-top: 0;
	    padding: 0 0 5px;
	    border-bottom: 1px solid #fff;
	    opacity: 1;
	    max-height: 100%;
	}
	.main-menu ul li .submenu-container li{
		margin-right: 0;
		animation: none;
		font-size: 0.8em;
		opacity: 1;
	}
	.main-menu ul li .submenu-container .sub-menu{
		display: block!important;
		border-top: 0;
		margin: 10px 0 0;
	    border-top: 0;
	    padding: 0 0 5px;
	}
	header.flip .main-menu li a{
		color: #fff;
		transition: none;
	}
	.main-menu ul li .submenu-container li a, header.flip .main-menu ul li .submenu-container li a{
		padding: 8px 0 8px 20px;
	}
	.main-menu ul li .submenu-container li a .sub{
		display: none;
	}
	.main-menu ul li .submenu-container{
		animation: none;
	}
	header.flip .main-menu ul li.toggled .submenu-container{
		max-height: 100%;
	}
	.main-menu li > a:hover:after, .main-menu li.current-menu-item > a:after{
		content: none;
	}
	.main-menu ul .sub-menu li{
		font-size: 0.9em!important;
		margin: 0;
	}
	.main-menu.toggle-menu{
	    opacity: 1;
	    visibility: visible;
	    display: block;
	    -webkit-transition: opacity .6s;
	    -o-transition: opacity .6s;
	    transition: opacity .6s;
	}
	.main-menu ul .sub-menu li a {
	    padding: 8px 0 7px 20px;
	    border-top: 0;
	    border-bottom: 0;
	}
	.main-menu ul li.menu-item-has-children > a:after{
		content: '';
		background: url('assets/images/plus.svg') no-repeat;
		top: 9px;
		right: 0;
		left: auto;
		border: 0;
		width: 20px;
		height: 16px;
		display: block;
		opacity: 1;
		visibility: visible;
	}
	.main-menu ul li.menu-item-has-children.toggled > a:after{
		background: url('assets/images/minus.svg') no-repeat;
	}
	.main-menu ul .sub-menu li.menu-item-has-children > a:after{
		display: none;
	}
	.main-menu ul .sub-menu li.menu-item-has-children ul{
		display: none!important;
	}
	.main-menu ul > li.menu-item-has-children > a{
		pointer-events: none;
	}
	.main-menu ul > li.menu-item-has-children .sub-menu li.menu-item-has-children > a{
		pointer-events: auto;
	}
	.main-menu ul li .sub-menu{
		max-height: 100%;
		width: 100%;
		border-top: 0;
		padding: 0 20px;
		top: 0;
		position: relative;
		background: transparent;
	}
	.main-menu ul li .sub-menu li a{
		background: transparent;
		padding: 10px 0;
	}
	.main-menu ul li.menu-item-has-children.toggled .sub-menu{
		display: block!important;
		opacity: 1;
	}
	.main-menu ul .sub-menu{
		left: 0!important;
	}
	.main-menu ul li:hover ul {
	    display: none!important;
	}
	body.menu-overlay{
		overflow: hidden;
	}
	header:after{
		content: none;
	}
	header.flip .logo img.normal{
		opacity: 1;
		visibility: visible;
	}
	.main-menu li.current-menu-parent > a:before, .main-menu li.current-menu-item > a:before{
		content: '';
		display: block;
		position: absolute;
		left: -20px;
		top: 0;
		height: 100%;
		width: 5px;
		background-color: #13404B;
	}
	.main-menu .sub-menu li.current-menu-item > a:before{
		content: none;
	}
	.main-menu .sub-menu li.current-menu-item > a{
		color: #13404B;
	}
	.dd-sites.desktop, .activate-dd-sites .dd-sites.desktop{
		display: none;
		top: -999px;
	}
	.dd-sites{
		background: transparent;
		padding: 20px 0;
		position: relative;
		top: 0;
		display: none;
	}
	.activate-dd-sites .dd-sites{
		display: block;
	}
	.dd-sites ul li{
		padding-right: 25px;
		width: 50%;
		float: left;
		display: inline-block!important;
	}
	.dd-sites ul a{
		padding: 0!important;
	}
	.dd-sites .wrapper{
		padding: 0!important;
		overflow: hidden;
		height: auto;
	}
	.site-search form{
		border: 0;
	}
	.site-search.mobile{
		display: block;
		position: absolute;
		right: 0;
		left: 0;
		width: 100%;
		max-width: 720px;
		margin: 30px auto 0;
		top: auto;
		bottom: 40px;
		padding: 0;
	}
	.site-search fieldset:first-child {
	    width: calc(100% - 72px);
	}
	.site-search fieldset:last-child{
		width: 60px;
	}
	.site-search .search-form .search-field{
		padding: 9px 10px 9px 40px!important;
		border: 1px solid #585A5B;
		border-radius: 0;
		width: calc(100% - 50px);
		font-size: 0.8em;
		background-image: url('assets/images/search-yellow.svg');
		background-repeat: no-repeat;
		background-position: 10px center;
		background-size: 25px;
	}
	.site-search .search-form .button{
	    background: #585A5B;
	    border-radius: 0;
	    color: #fff;
	    text-align: center;
	    padding: 10px;
	    min-width: 60px;
	    font-size: 0.8em;
	    font-weight: 600;
	}
	.flexslider .slides img{
		width: 80%;
		position: relative;
	}
	.flexslider .slide, .flexslider .slide .slider-height{
		min-height: 0;
	}
	#hp-featured-content .second-row{
		padding: 60px 0;
		min-height: 0;
	}
	.flexslider .content{
		padding: 40px 0 20px;
	}
	.flex-control-nav.flex-control-paging{
		padding: 0;
		margin: 0;
	}
	#page-content .featured-posts.module h3{
		font-size: 1em;
	}
	.three-combo-vector .v2 {
	    width: 580px;
	    height: 200px;
	}
	.three-combo-vector .v1 {
	    width: 370px;
	    height: 500px;
	}
	.three-combo-vector .v3 {
	    width: 160px;
	    height: 160px;
	}
	footer .acknowledgement img{
		margin-right: 15px;
	}
	.image-text .flex{
		display: block;
	}
	.image-text.module .content{
		max-width: 100%;
		margin-bottom: 30px;
		margin-top: 30px;
	}
	.image-text.module .content img{
		margin-bottom: 20px;
	}
	#hero{
		padding-top: 270px;
	}
	#hero .content{
		max-width: 350px;
	}
	.banner-overlay:before{
		width: 25%;
		height: calc(100% - 250px);
		border-top: 500px solid transparent;
    	border-left: 500px solid #095C71;
	}
	.featured-posts .link{
		font-size: 0.75em;
		padding-left: 40px;
	}
	.text-panel.module .text-area.reduce-top-pad{
		padding-top: 15px;
	}

	.text-panel.module .text-area.reduce-bottom-pad{
		padding-bottom: 15px;
	}
	.menu-overlay #sticky-socials{
		z-index: 99;
	}
	.module.image img{
		max-width: 100%;
	}
	#banner .banner-img, #banner .img-placeholder{
		display: none;
	}
	#banner .mobile-img{
		width: 100%;
	}
	.page-parent #banner, #banner{
		min-height: 0;
	}
	#banner .content{
		max-width: 100%;
		padding-right: 0;
	}
	.page-parent #banner .wrapper, #banner .wrapper{
		min-height: 0;
		display: block;
		padding: 50px 0 70px;
	}
	.dropdown{
		width: 100%;
		margin-bottom: 10px;
		padding-right: 0;
	}
	.select-items{
		width: 100%;
	}
	#learning-resource-form .button{
		top: 0;
		float: right;
		margin-top: 15px;
		min-width: 165px;
	}
	.single-listing .sidebar .wrapper{
		width: 100%;
		padding: 30px 25px!important;
		margin-bottom: 30px;
		position: relative;
		max-width: 100%;
	}
	#lpc .text_link{
		justify-content: flex-start;
		margin-top: 15px;
	}
	.banner-overlay .wp-image{
		margin-bottom: 20px;
	}
	.banner-overlay .links{
		margin: 20px 0 10px;
		padding-left: 0;
	}
	.banner-overlay:before{
		opacity: 0;
	}
	#lpc-signup .flex{
		display: block;
	}
	#lpc-signup h2{
		text-align: center;
		margin-bottom: 20px!important;
	}
	#lpc-signup span.absp_newsletter_label{
		margin-bottom: 4px;
	}
	.awp_newsletter_maindiv_Signupforlearningprogramupdates .form_section{
		width: calc(50% - 10px)!important;
	}
	.awp_newsletter_maindiv_Signupforlearningprogramupdates .form_section:nth-child(2){
		margin-right: 0!important;
	}
	.awp_newsletter_maindiv_Signupforlearningprogramupdates .form_section:last-child{
		width: 100%!important;
	}
	#success_Signupforlearningprogramupdates{
		height: auto;
		width: auto;
		position: relative;
		display: block;
		margin: 0 0 15px!important;
	}
	.top-links{
		float: none;
		text-align: left;
		width: 100%;
		border-bottom: 0!important;
	}
	.main-menu .top-links li{
		padding: 0!important;
		margin-bottom: 10px!important;
		margin-left: 0!important;
		font-weight: 700;
		text-transform: uppercase;
		margin-top: 5px;
		display: block;
		font-size: 1em!important;
	}
	.main-menu .top-links li:first-child{
		display: none;
	}
	.top-links li a{
		padding-right: 0!important;
	}
	.top-links li.toggle-dd-sites:after{
		content: '';
		background: url('assets/images/plus.svg') no-repeat;
		top: 0;
		right: 0;
		left: auto;
		border: 0;
		width: 20px;
		height: 16px;
		display: block;
		opacity: 1;
		visibility: visible;
		position: relative;
		display: inline-block;
		margin-left: 15px;
		transform: none;
		-webkit-transform: none;
	}
	.activate-dd-sites .top-links li.toggle-dd-sites:after{
	    background: url('assets/images/minus.svg') no-repeat;
	}
	.top-links li.toggle-dd-sites:hover{
		color: #585A5B;
	}
	.fbg:before{
		top: 40px;
		height: 125%;
		left: -35%;
	}
	.fbg:after{
		height: 110%;
		left: -35%;
	}
	footer{
		padding: 120px 0 30px;
	}
	footer .copyright-siteby{
		text-align: left;
	}
	footer .copyright{
		font-size: 0.8em;
	}
	.module .image-wrapper.sticky-to-right{
		display: none;
	}
	.module.enable-sticky-img-to-right, .module.enable-sticky-img-to-right .flex{
		min-height: 0;
	}
}

@media screen and (max-width: 767px){
	footer .enews form #mce-success-response{
		position: relative;
		bottom: 0;
		margin-bottom: 10px;
	}
	#mc_embed_signup .col.left, #mc_embed_signup .col.right{
		width: 100%;
		float: left;
	}
	#mc_embed_signup #mc_embed_signup_scroll{
		display: block;
		float: left;
		width: 100%;
		margin-bottom: 15px;
	}
	#mc_embed_signup .col.left{
		margin-bottom: 15px;
	}
	#mc_embed_signup .button{
		width: 100%!important;
	}
	.site-search.mobile{
		padding: 0 20px;
	}
	#ack .text-widget p{
		font-size: 0.8em;
	}
	#ack .text-widget{
		min-height: 89px;
		width: 94%;
	}
	#ack:before{
		height: 89px;
	}
	#ack .text-widget img{
		margin-right: 20px;
	}
	#hero .content{
		padding-left: 20px;
		max-width: 360px;
		padding-top: 20px;
	}
	#hero:before{
		left: -120px;
	}
	.banner-overlay{
		overflow: hidden;
	}
	.banner-overlay:before{
		width: 100%;
		height: 400px;
		border-top: 400px solid transparent;
		border-left: 400px solid #095C71;
	}
	.banner-overlay .wp-image{
		margin-bottom: 30px;
	}
	.banner-content{
		padding-right: 20px;
	}
	.banner-content .link{
		margin-bottom: 0;
	}
	.wp-pagenavi{
		padding: 0;
	}
	#banner:after{
		height: 80px;
	}
	#banner .centred-text{
		bottom: -30px;
	}
	.gallery.module.flex-grid{
		display: block;
	}
	.gallery.module.flex-grid .flex-item{
		width: 50%;
		float: left;
		margin-bottom: 30px;
	}
	.gallery.module.flex-grid .flex-item:nth-child(3), .gallery.module.flex-grid .flex-item:nth-child(5){
		clear: left;
	}
	.page-parent #banner .wrapper, #banner .wrapper{
		padding: 0 15px;
	}
	#banner h1{
		font-size: 2.5em;
	}
	#hero img.wp-post-image{
		height: auto;
		position: relative;
		margin-bottom: 40px;
		left: -20px;
		width: 300px;
	}
	#hero {
	    height: auto;
	}
	.home .intro {
	    padding-bottom: 40px;
	}
	#testimonial {
	    padding: 40px 0 45px;
	}
	#enews{
	    padding: 60px 0;
	}
	.gform_wrapper .gform_footer{
		width: 100%!important;
		padding: 0!important;
	}
	.gform_wrapper .gform_footer input[type=submit]{
		width: 100%!important;
	}
	footer #menu-footer{
		margin-bottom: 15px;
	}
	footer .enews .gform_footer input[type=submit]{
		text-align: left;
	}
	.button{
		display: block;
    	text-align: center;
    	padding: 14px;
	}
	header .logo img{
	    margin-top: 0;
	}
	.text-panel.module .text-area{
		padding-top: 0;
		padding-bottom: 0;
	}
	.text-panel.module .text-contrast-tblue{
		background-color: #3CC2D2;
	}

	.text-panel.module .text-contrast-yellow{
		background-color: #F0D886;
	}

	.text-panel.module .text-contrast-blue{
		background-color: #095C71;
	}
	.text-panel-bgs{
		display: none;
	}
	.text-panel.module .content{
	    padding: 0 0 50px!important;
	}
	.text-image-panel{
		background-image: none!important;
	}
	.module {
	    margin-top: 40px;
	    margin-bottom: 40px;
	}
	.related-listing.module{
		padding: 50px 0;
	}
	.banner-slider{
		padding-bottom: 50px;
		margin-bottom: 0!important;
	}
	.image-text.module .module-img{
		margin-bottom: 0;
	}
	.text-image-panel .content{
	    padding-top: 40px;
	    padding-bottom: 40px;
	}
	hr {
	    margin-top: 40px;
	    margin-bottom: 40px;
	}
	#page-content .contact-details h2, #page-content .gform_wrapper h3.gform_title{
	    margin-bottom: 25px!important;
	}
	#page-content .contact-details{
		margin-bottom: 30px;
	}
	.page-template-news-page #page-content .flex {
	    height: auto;
	    margin-top: 20px;
	}
	.page-template-news-page #page-content .post-item .link{
		position: relative;
	}
	#hp-featured-content .first-row {
    	padding: 60px 0;
	}
	.featured-posts .post .content{
		height: auto!important;
		padding: 20px 0;
	}
	#page-content .featured-posts.module h3{
		font-size: 1.125em;
	}
	.featured-posts .link{
		position: relative;
		bottom: 0;
		float: left;
		width: 100%;
		left: 0;
	}
	.featured-posts .post {
    	margin-bottom: 40px;
	}
	#page-content .featured-posts.module h2{
		margin-bottom: 30px;
		text-align: center;
	}
	.flex{
		display: inline-block;
	}
	.module.enable-sticky-img-to-right, .module.enable-sticky-img-to-right .flex{
		min-height: 0;
	}
	.module .image-wrapper.sticky-to-right{
		position: relative;
		width: 100%;
		height: 420px;
		margin-top: 30px;
	}
	.module .image-wrapper.has-vector:before{
		border-right: 250px solid #F0D886;
	}
	.pod-item{
		margin-bottom: 40px;
	}
	.module.pods.has-three-vector-combo{
		padding-bottom: 40px;
	}
	footer .copyright-siteby{
		text-align: left;
		margin-bottom: 20px;
	}
	#sticky-socials{
		width: 40px;
		padding: 15px 5px;
	}
	#sticky-socials li{
		width: 25px;
		height: 25px;
		margin-bottom: 15px;
	}
	#hp-featured-content .blue h2, body:not(.home) #page-content #hp-featured-content h2{
		font-size: 1.5em;
	}
	.flex-fit-center{
		display: block;
	}
	#banner .content{
		padding-top: 35px;
		padding-bottom: 55px;
		max-width: calc(100% - 40px);
	}
	#breadcrumbs ul{
		margin: 30px 0 0;
	}
	#breadcrumbs + .module {
	    margin-top: 50px;
	}
	#page-content .related-listing.module h2, .featured-posts h2{
		font-size: 1.5em!important;
		margin-bottom: 10px!important;
	}
	.related-listing h2, .featured-posts h2{
		width: 100%;
		text-align: left;
	}
	.related-listing .link-wrapper, .featured-posts .link-wrapper{
		margin-top: 0;
		float: left;
		margin-bottom: 35px;
	}
	.list-item{
		height: auto!important;
	}
	.top-listing.list-item a{
		display: block;
	}
	.top-listing.list-item h3{
		font-size: 1.1em;
		line-height: 1.4em;
	}
	.single-listing .sidebar .wrapper{
		padding: 30px 25px!important;
	}
	.awp_newsletter_maindiv_Signupforlearningprogramupdates .form_section:last-child,
	.awp_newsletter_maindiv_Signupforlearningprogramupdates .form_section{
		width: 100%!important;
		margin-right: 0!important;
	}
	.expanded-col{
		padding-left: 15px;
		padding-right: 15px;
	}
	.expanded-row{
		margin-left: -15px;
		margin-right: -15px;
	}
	.tcti-item{
		margin-bottom: 40px;
	}
	.tcti-item img{
		margin-bottom: 20px;
	}
	.img-vector-style .image-wrapper{
		max-width: 300px;
		margin: 0 auto;
	}
	.fs-image-text li{
		font-style: 1.2em;
	}
	.fs-image-text .link {
    	margin-top: 20px;
	}
	footer .enews .label, footer .enews form{
		width: 100%;
	}
	footer .awp_newsletter_maindiv_eNewsSignup{
		padding-right: 0;
	}
	footer .absp_newsletter_button_submit{
		position: relative;
		bottom: 0;
		width: 100%!important;
	}
	.fbg:after{
		height: 110%;
		left: -60%;
		width: 200%;
	}
	.fbg:before{
		top: 30px;
		height: 125%;
		left: -60%;
		width: 200%;
	}
	.dd-sites ul li img{
		filter: invert(1) saturate(0);
	}
	.main-menu .menu-main-container{
		z-index: 2;
		position: relative;
		background: #fff;
	}
}

@media only screen and (max-width: 641px){
	#lpc-signup .mc-field-group{
		width: 100%;
		margin-bottom: 15px;
	}
	#lpc-signup #mc_embed_signup .button{
		margin-top: 10px!important;
	}
	.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]){
		line-height: 1.1em!important;
		min-height: 40px!important;
	}
	#banner h1, .page-template-page-learning #banner h1, .page-template-page-resource #banner h1{
	    font-size: 2em;
	}
	#banner .arrow{
		width: 50px;
	}
	select{
		height: 48px;
	}
	.module.image-pods, .module.fs-image-text{
		padding: 60px 0;
	}
	.image-pods .content{
		height: auto!important;
	}
	.image-pod-item{
		margin-bottom: 20px;
	}
	.module.light_grey, .module.light_blue{
		padding: 40px 0;
	}
}

@media screen and (max-width: 600px){
	#wpadminbar {
	    position: fixed;
	}
	.three-combo-vector .v2 {
	    width: 380px;
	    height: 150px;
	}
	.three-combo-vector .v1 {
	    width: 300px;
	    height: 400px;
	}
	#hero{
		background-image: none!important;
		padding-top: 0;
	}
	.mobile-hero-image{
		display: block!important;
		width: 100%;
		height: auto;	
	}
	#hero:before {
	    content: none;
	}
	#hero .content{
		padding: 0;
		max-width: 100%;
	}
	.mob-content-bg{
		border-top-right-radius: 120px;
		background: #02A4B5;
		padding-right: 45px;
		position: relative;
		z-index: 1;
		margin-top: -115px;
		padding-top: 25px;
	}

}

@media screen and (max-width: 414px){
	.banner-overlay .links{
		margin: 10px 0;
	}
	.banner-overlay .links li h2 {
	    font-size: 1.2em!important;
	}
	.banner-overlay .links .link{
		font-size: 0.9em;
		line-height: 1.3em;
	}
	.page-template-page-learning #banner h2, .page-template-page-resource #banner h2{
		font-size: 0.9em!important;
		margin: 10px 0 20px!important;
	}
	#hero h1 {
	    margin-bottom: 15px;
	    font-size: 1.2em;
	}
	#hero .wrapper p {
	    font-size: 0.9em;
	}
	h3, #page-content .module .post-item h3{
	    font-size: 1.2em;
	    line-height: 1.4em;
	}
	.intro p {
	    line-height: 1.4em;
	}
	#page-content .module blockquote h1, #page-content .module blockquote h2, #page-content .module blockquote h3,
	#page-content .module blockquote h4, #page-content .module blockquote h5, #page-content .module blockquote h6{
	    font-size: 0.8em;
	}
	#page-content .module blockquote h1:before, #page-content .module blockquote h2:before, #page-content .module blockquote h3:before,
	#page-content .module blockquote h4:before, #page-content .module blockquote h5:before, #page-content .module blockquote h6:before{
		margin: 20px auto;
	}
	/*
	#page-content .module blockquote:before{
		background-size: 30px;
		margin-bottom: 20px;
	}*/
	header .logo img{
	    width: 220px;
	    height: 60px;
	}
	footer .text-widget p, #page-content .contact-details p{
	    word-break: break-all;
	}
	#page-content .module p, #page-content .module .post-item p{
		margin-bottom: 20px;
		font-size: 0.9em;
		line-height: 1.5em;
	}
	#page-content .module li{
		margin-bottom: 5px;
		font-size: 0.9em;
		line-height: 1.5em;
	}
	#page-content .module h2 {
	    font-size: 1.5em;
	}
	.link{
		font-size: 0.8em;
		padding-left: 45px;
	}
	#page-content .module ul, #page-content .module ol {
	    margin: 20px 0;
	}
	#banner h1, .single-listing #banner h1, .page-template-page-learning #banner h1, .page-template-page-resource #banner h1{
	    font-size: 1.8em;
	}
	#banner h2 {
	    font-size: 1em!important;
	}
	#banner .arrow {
	    width: 40px;
	}
	.gallery .gallery-item .caption{
		font-size: 0.8em!important;
	}
	.gform_wrapper label.gfield_label{
		font-size: 0.9em!important;
	}
	body .gform_wrapper ul li.gfield{
		margin-bottom: 10px!important;
	}
	#sticky-socials{
		top: 167px;
	}
	.module .image-wrapper.has-vector:before{
		border-right: 200px solid #F0D886;
		border-top: 200px solid transparent;
	}
	.three-combo-vector .v2 {
	    width: 350px;
	    height: 150px;
	}
	.three-combo-vector .v1 {
	    width: 250px;
	    height: 340px;
	}
	.three-combo-vector .v3 {
	    width: 120px;
	    height: 120px;
	}
	footer .logo img {
	    width: 220px;
	    height: 60px;
	}
	#ack .text-widget p{
		font-size: 0.65em;
		font-weight: 500;
		max-width: 65%;
		line-height: 1.2em;
	}
	#ack:before{
		height: 100%;
	}
	#ack .text-widget{
		width: 97%;
	}
	.single-listing .page-entry ul{
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.single-listing .page-entry ul, .single-listing .page-entry ol{
		padding-left: 20px;
	}
	.single-listing .page-entry ul li{
		padding-left: 30px;
		margin-bottom: 10px;
	}
	.icr-item .image-wrapper{
		width: 100%;
		margin-bottom: 20px;
		text-align: center;
	}
	.icr-item .image-wrapper img{
		max-width: 200px;
	}
	.icr-item .content-wrapper{
		width: 100%;
	}
	.single-listing .intro{
		font-size: 1em;
		line-height: 1.25em;
		margin-bottom: 25px;
	}
	#page-content .module .tcti-item h2{
		font-size: 1.25em;
		margin-bottom: 15px;
	}
	.img-vector-style .image-wrapper{
		max-width: 250px;
	}
	#page-content .module.image-text p{
		padding-right: 0;
	}
	footer{
		padding-top: 80px;
	}
	.fbg:before, .fbg:after{
		left: -75%;
		width: 225%;
	}
	footer .acknowledgement p, footer .copyright-siteby p, footer .copyright, footer .privacy-link{
		font-size: 0.75em;
	}
	footer .privacy-link{
		padding-left: 0;
		margin-top: 5px;
		display: block;
		width: 100%;
	}
	footer .privacy-link:before{
		content: none;
	}
}

@media screen and (max-width: 370px){
	#hero img.wp-post-image{
		width: 250px;
		margin-bottom: 20px;
	}
	#hero h1 {
	    margin-bottom: 20px;
	}
	body{
		font-size: 18px;
	}
	#page-content h2{
		font-size: 1.3em;
	}
	#enews p{
		font-size: 0.9em;
	}
	#enews{
	    padding: 30px 0 45px;
	}
	.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), textarea {
	    padding: 8px 12px!important;
	}
	body .gform_wrapper ul li.gfield{
		margin-bottom: 15px;
	}
	.gform_wrapper .gform_footer{
		margin-top: 5px!important;
	}
	footer .text-widget h2 {
	    font-size: 1.3em;
	    margin-bottom: 16px;
	}
	footer .text-widget h4 {
    	margin: 0;
	    font-size: 0.8em;
	}
	.sitemap .menu li{
		font-size: 0.9em;
	}
	.sitemap .menu {
	    margin-bottom: 0;
	}
	hr {
	    margin-top: 30px;
	    margin-bottom: 30px;
	}
	.module {
	    margin-top: 40px;
	    margin-bottom: 40px;
	}
	#banner .centred-text {
	    bottom: -20px;
	}
	#banner h1 {
	    font-size: 1.7em;
	}
	#banner .arrow {
	    width: 30px;
	}
	#banner:after {
	    height: 60px;
	}
	.navbar-header button, .icon-bar{
		width: 35px;
	}
	header .logo img{
		width: 200px;
	}
	.navbar-header button{
		height: 26px;
	}
	.icon-bar.middle {
	    top: 11px;
	}
	.main-menu ul li .submenu-container .sub-menu{
		margin-top: 5px;
		padding: 0;
	}
	.main-menu ul li .submenu-container li{
		font-size: 0.9em;
	}
	select{
		height: 40px;
	}
	.three-combo-vector .v2 {
	    width: 300px;
	    height: 150px;
	}
	#breadcrumbs li{
		margin: 0 10px 10px 0;
		font-size: 0.8em;
		display: inline-block;
	}
	#breadcrumbs li.separator{
		margin-top: 3px;
	}
	#breadcrumbs + .module {
	    margin-top: 30px;
	}
	.social-tools .social-share a{
		width: 40px;
		height: 40px;
	}
	.site-search.mobile{
		bottom: 20px;
		margin: 0;
	}
	.dd-sites{
		padding: 5px 0;
	}
	.main-menu ul li{
		font-size: 0.9em!important;
	}
	.main-menu ul li.menu-item-has-children > a:after{
		top: 10px;
		width: 15px;
		height: 15px;
	}
	.main-menu ul li a, .main-menu ul li a:hover{
		padding: 7px 30px 7px 0;
	}
	#page-content .module h2{
		font-size: 1.325em;
	}
}












