/* WP Admin Bar */
html {
  margin-top: -32px!important;
}

html.user-logged-in {
  position: relative;
  margin-top: 0!important;
  top: -32px;
}

html.user-logged-in #wpadminbar {
  top: -25px;
  opacity: 0.001;
  transition: all 0.4s;
}

html.user-logged-in #wpadminbar:hover {
  top: 0;
  opacity: 0.8;
}

/******************************************
   STRUCTURE + FRAMEWORK
******************************************/

div {
	box-sizing: border-box;
}

body, html {
  height: 100%;
  width: 100%;
  margin-bottom: 0px;
  margin-top: 0px;
}

#page.site {
  background-color: #fff;
  overflow: hidden;
  width: 100%;
}

#main.hentry {
  margin-bottom: 0;
  max-width: 100%;
}

.wrapper {
  margin: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  width: 100%;
}

.grid-container {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  flex: 1;
}

#main .columns:last-child {
  margin-bottom: 0;
}

.column.level {
  display: flex;
}

.column.level.has-text-centered {
  -webkit-justify-content: center;
  justify-content: center;
}

@media screen and (min-width: 769px) {
  .column.is-one-fifth {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 20%;
  }
}

/*no space between content and footer wrap*/
.block-type-content .hentry, 
.block-type-content div.entry-content,
.content-wrap,
.main-content {
  margin-bottom: 0;
  padding-bottom: 30px;
}

div.clearboth {
  clear: both;
  width: 100%;
}

/* Bulma Override */
.nav {
  background-color: transparent;
}

/******************************************
   HEADERS + FONT
*******************************************/

body {
  font-family: franklin-gothic-atf, sans-serif;
  font-size: 16px;
  line-height: 1.8em;
  background-color: #fefefe;
  color: #383838;
}

h1,
h1.entry-title {
  font-size: 2.6em;
  line-height: 1.4em;
}

.main-content h1 {
  position: relative;
  margin-bottom: 0.6em;
  color: #222;
}

h2 {
  font-size: 1.6em;
  line-height: 1.2em;
  margin-bottom: 0.4em;
}

h3 {
  font-size: 1.4em;
  line-height: 1.3em;
  margin-bottom: 0.4em;
}

h1,h2,h3 {
  font-weight: 600;
font-family: franklin-gothic-atf, sans-serif;
}

h4 {
font-size: 1.2em;
line-height: 1.5em;
margin-bottom: 0.4em;
font-family: franklin-gothic-atf, sans-serif;
font-weight:400;
}




h5 {
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 0.4em;
}

p,
.main-content p,
.aio-icon-description {
  font-size: 1rem;
  line-height: 1.4em;
  color: #383838;
  margin-bottom: 1.4em;
}

/* RESPONSIVE HEADINGS */
@media(max-width:768px) {
  h1,
    .entry-title {
    font-size: 2.2em;
  }

  h2 {
    font-size: 1.6em;
    line-height: 1.5em;
  }

  h3 {
    font-size: 1.2em;
  }
}

/* Text Background */
.text-bg h2,
.text-bg h4,
.text-bg p {
  line-height: 1.1em;
  background-color: #3AC1CD;
  display: inline;
  padding: 0.15em;
  box-shadow: 5px 0 0 #3AC1CD, -5px 0 0 #3AC1CD;
  color: #FFF;
  	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}

.text-bg h2, 
.text-bg h4 {
  line-height: 1.25em;
  padding: 0 0.05em;
}

.text-bg.orange-text-bg h2,
.text-bg.orange-text-bg h4,
.text-bg.orange-text-bg p {
  background-color: #F78D2A;
  box-shadow: 5px 0 0 #F78D2A, -5px 0 0 #F78D2A;
  	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}

.text-bg.purple-text-bg h2,
.text-bg.purple-text-bg h4,
.text-bg.purple-text-bg p {
  background-color: #866AAD;
  box-shadow: 5px 0 0 #866AAD, -5px 0 0 #866AAD;
  	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}

.text-bg.lime-text-bg h2,
.text-bg.lime-text-bg h4,
.text-bg.lime-text-bg p {
  background-color: #A1CE5E;
  box-shadow: 5px 0 0 #A1CE5E, -5px 0 0 #A1CE5E;
  	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}

.text-bg.dark-text-bg h2,
.text-bg.dark-text-bg h4,
.text-bg.dark-text-bg p {
  background-color: #415364;
  box-shadow: 5px 0 0 #415364, -5px 0 0 #415364;
  	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}

/* Link */

a,
a:visited,
.wpb_wrapper a,
.wpb_wrapper a:visited,
p a,
p a:visited {
  cursor: pointer;
  color: #3AC1CD;
  text-decoration:none;
  font-weight:500;
}

h2 a, h2 a:visited,
h3 a,h3 a:visited,
h4 a,h4 a:visited,
.main-content .loop a, 
.main-content .loop a:visited,
.vc_row li a, .vc_row li a:visited {
  color: #3AC1CD;
  text-decoration: none;
}

h2 a:visited,
h2 a:hover,
h2 a:active,
h3 a:visited,
h3 a:hover,
h3 a:active,
h4 a:visited,
h4 a:hover,
h4 a:active,
.main-content .loop a:visited,
.main-content .loop a:hover,
.main-content .loop a:active,
.vc_row li a:visited,
.vc_row li a::hover,
.vc_row li a::active {
    color: #a1ce5e!important;
}

.white .wpb_wrapper a {
  text-decoration: underline;
}

a:hover, 
a:focus,
a:active,
p a:hover,
.vc_row li a:hover,
.main-content a:hover,
.white .wpb_wrapper p a:hover {
  color: #A1CE5E;
}

a.anchor {
  position: absolute;
  top: -50px;
}

/* Text Elements */
strong {
  color: inherit;
  font-weight:600;
}

li {
  line-height: 1.4em;
}

.main-content ol {
  padding-left: 15px;
}

.main-content ol li {
  margin-bottom: 0.8em;
  line-height: 1.45em;
}

	
.single .entry-content ul,
.page .entry-content ul,
.wpb_text_column ul{
    padding-left:34px;
}

.single .entry-content ul li,
.page .entry-content ul li,
.wpb_text_column ul li {
  margin-bottom: 1em;
  line-height: 1.45em;
  font-size: 1rem;
  position: relative;
  list-style: disc;
}

.single .entry-content ul li ul,
.page .entry-content ul li ul ,
.wpb_text_column ul li ul {
  margin-top: 1em;
}


.entry-content ul.list-style-none,
.entry-content .list-style-none ul {
  padding-left: 0;
}

.entry-content ul.list-style-none > li,
.entry-content .list-style-none ul > li {
  list-style: none;
  margin-bottom: 1em;
  padding-left: 0;
}


.wpb_text_column.small p,
.wpb_text_column.small span,
small, .font_small {
  font-size: 11px;
}

h1.entry-title > a, 
h2.entry-title > a, 
h3.entry-title > a, 
h4.entry-title > a,
.entry-title > a {
	font-family: franklin-gothic-atf, sans-serif;
	font-weight: 600;
}

a.post-type-more {
font-family: franklin-gothic-atf, sans-serif;
}

/*************************************
COLORS
**************************************/
.white,
.white p,
.white h1,
.white h2,
.white h3,
.white h4,
.white li,
.white a, .white a:visited,
.white.wpb_text_column,
.vc_row .white li a,
.white h4 a {
  color: white;
}

.bold-red strong {
  color: #d5481a!important;
}

.green,
.green p,
.green h1,
.green h2,
.green h3,
.green h4,
.green li,
.green a,
.green.wpb_text_column,
.vc_row .green li a,
.green h4 a {
  color: #3AC1CD;
}

.green-bg {
  background-color: #3AC1CD;
}

.orange,
.orange p,
.orange h1,
.orange h2,
.orange h3,
.orange h4,
.orange li,
.orange a,
.orange.wpb_text_column,
.vc_row .orange li a,
.orange h4 a {
  color: #F78D2A !important;
}

.dark-bg {
  background-color: #415364;
}

.light-bg {
  background-color:#E3E5E8;
}

.grey,
.grey p,
.grey h1,
.grey h2,
.grey h3,
.grey h4,
.grey li,
.grey a,
.grey.wpb_text_column,
.grey.wpb_text_column p,
.block-type-content div.entry-content .grey.wpb_text_column p {
  color: #999;
}

/************************************
  ANIMATION
************************************/
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/************************************
  UNIVERSAL UI
************************************/
img {
  max-width: 100%;
  height: auto;
}

video {
  -webkit-object-fit: contain!important;
  object-fit: contain!important;
}

svg {
	width: 100%;
	height: auto;
}
a.more-link,
button.btn, a.btn,
 a.btn,
 input.button,
 input[type=submit],
 input[type=button], 
 button.frm_button_submit {
  display: inline-block;
  margin-bottom: 0;
  min-width: 100px;
  box-shadow:none;
  background-color: #FDB71A;
  color: #415364;
  border: 1px solid #FDB71A;
  border-color: #FDB71A;
  border-radius: 0;
  vertical-align: middle;
  cursor: pointer;
  padding: 8px 20px!important;
  font-size: 17px!important;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  line-height: 32px;
}

.main-title a.btn:hover,
.main-content a.btn:hover,
.main-content button.btn:hover,
.main-content input.button:hover,
.main-content input[type=submit]:hover,
.main-content input[type=button]:hover {
  background-color: #F78D2A;
  border-color: #F78D2A;
  color: #415364;
}

.btn.full-width-btn {
  width: 100%;
}

::-webkit-input-placeholder {
  color: #777;
}

.white ::-webkit-input-placeholder {
  color: #FFF;
}

fieldset {
	border:0;
}
.sidebar input {
  padding: 10px 15px;
  font-weight: 200;
}

input[type="number"],
input[type="tel"],
input[type="text"], 
input[type="password"], 
input[type="email"], 
textarea, select {
  border: 1px solid rgba(0,0,0,0.25);
  padding: 6px 10px;
  outline: none;
  -webkit-border-radius: 0px;
  border-radius: 0;
  color: #777;
  display: inline-block;
  background: transparent;
  width: 100%;
  max-width: 800px;
  font-weight: 300;
  font-size: 15px;
}

input[type="tel"] {
  width: calc(100% - 20px);
}

input[type="checkbox"] {
  width: auto;
}
.white  button.frm_button_submit ,
.white input:not([type='submit']),
.white textarea,.white  select, 
.white .wpcf7-form input:not([type='submit']) {
  color: #FFF;
  border-color: #FFF;
  border: 2px solid;
}

input:focus, 
textarea:focus, 
select:focus {
  border-color: #3AC1CD;
  box-shadow: none;
}

.white input:focus, 
.white textarea:focus, 
.white select:focus {
  border-color: #FFF;
  box-shadow: none;
}


/* Contact Form 7 Form */
.wpcf7-form {
  padding-bottom: 30px;
  max-width: 800px;
}

.wpcf7-form-control-wrap {
  position: relative;
  display: inline-block;
  margin-bottom: 0;
  margin-top: 0;
  width: 100%;
}

.wpcf7-form .columns {
  padding-bottom: 0;
  margin-bottom: 0;
}

.wpcf7-form .columns .column {
  padding-bottom: 0;
}

.wpcf7-form h4 {
  display: inline-block;
  width: 100%;
  padding-top: 25px;
}

.wpcf7-form hr {
  margin: 20px 0!important;
  max-width: 600px;
}

.wpcf7-radio, 
.wpcf7-checkbox {
  display: inline-block;
  width: 100%;
}

.wpcf7-checkbox .wpcf7-list-item,
.wpcf7-radio .wpcf7-list-item {
  display: inline-block;
  width: 100%;
  text-indent: -25px;
  padding-left: 25px;
  margin-bottom: 15px;
}

.wpcf7-form textarea {
  margin-top: 0;
}

.wpcf7-form input[type="submit"] {
  width: 100%;
}

.white .wpcf7-form input[type="submit"]:hover {
  background-color: #FDB71A;
  border-color: #FDB71A;
  color: #415364;
}

div.wpcf7 .ajax-loader {
  position: absolute;
}

/** Formidable Forms **/

.form-field.frm_inside_container > label {
	display:none;
}
.form-field {
	margin-bottom:15px;
}

form  button.frm_button_submit  {
	width:100%;
} 
.white form  button.frm_button_submit  {
	background-color: #fff;
	color: #415364;
	border-color: #fff;
} 

.white form  button.frm_button_submit:hover  {
  background-color: #FDB71A;
  border-color: #FDB71A;
  color: #415364;
}
 
/** Search Form **/
form.searchform,
.widget_search form {
  display: flex;
}

form.searchform input,
.widget_search form input {
  border-radius: 0;
}

form.searchform button,
.widget_search form button {
  border-radius: 0;
  background-color: #FDB71A;
  color: #415364;
  border: 2px solid #FDB71A;
}

/** BREADCRUMBS **/
.breadcrumbs {
  display: inline-block;
  width: 100%;
  padding: 30px 0;
  margin-bottom: 15px;
  position: relative;
  padding-left: 0;
  min-height: 26px;
  line-height: 26px;
  color: #999;
}

.breadcrumbs .fa.start {
  background-color: #A1CE5E;
  color: #FFF;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
}

.breadcrumbs > a {
  color: #A1CE5E;
  font-weight: 600;
}

.breadcrumbs .fa {
  vertical-align: middle;
  line-height: 1.2em;
  margin: 0 10px;
}

/* SCROLL BARS*/

div::-webkit-scrollbar-track,
iframe::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: white;
}

div::-webkit-scrollbar,
iframe::-webkit-scrollbar {
  width: 3px;
  background-color: transparent;
}

div::-webkit-scrollbar-thumb,
iframe::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: rgba(0,0,0,0.25);
}


/* Social Links */
.main-content ul.social-media-links li.icon {
  margin: 5px;
  display: inline-block;
  width: auto;
  height: auto;
  padding-left: 0;
}

.main-content ul.social-media-links li.icon:first-child {
  margin-left: 0;
}

.main-content ul.social-media-links li.icon:last-child {
  margin-right: 0;
}

.shortcode-social.social-media-links li a  i{
	transition:all 0.6s;
}
.shortcode-social.social-media-links li a:hover i {
	transform:scale(1.1);
	box-shadow:0 1px 4px rgba(0,0,0,0.1);
}

ul.social-media-links li i.fa {
  color: #3AC1CD;
  font-size: 22px;
  text-align: center;
     background-color: transparent;
}
ul.social-media-links.color-light li i.fa {
  color: #FFF;
}





/** PAGINATION **/

.main-content .pagination-container {
  margin-bottom: 40px;
  margin-top: 40px;
  display: inline-block;
  width: 100%;
}

.main-content .pagination {
  text-align: center;
}

.main-content .pagination h2 {
  display: none;
}

.main-content .pagination .nav-links {
  margin: 0 auto;
}

.main-content .pagination .nav-links > * {
  background-color: #FFF;
  display: inline-block;
  padding: 0 0.65em;
  color: #3AC1CD;
  margin-right: 3px;
  text-decoration: none;
  border: 1px solid #3AC1CD;
  height: 30px;
  line-height: 30px;
font-family: franklin-gothic-atf, sans-serif;
}

.main-content .pagination .nav-links > a.prev i,
.main-content .pagination .nav-links > a.next i {
  line-height: 30px;
}

.main-content .pagination .nav-links > a:hover ,
.main-content .pagination .nav-links > span.current {
  background-color: #3AC1CD;
  border-color: #3AC1CD;
  color: #FFF;
}

/* Modal */
.modal.is-active {
  z-index: 99999;
  display: -webkit-flex;
  display: flex;
  -webkit-align-content: center;
  align-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.modal.is-active .modal-background {
	 background-color: rgba(0,0,0,0.15);
}
.modal.is-active .modal-content {
  padding: 45px;
  background-color: #FFF;
  box-shadow: 0 2px 15px rgba(0,0,0,0.1);
  min-width: 300px;
  width: 80vw;
  max-width: 750px;
  position: relative;
  border: 1px solid #ddd;
}

.modal.is-active .modal-close {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  color: #FFF;
  background-color: #3AC1CD;
  text-align: center;
  line-height: 40px;
  opacity: 0.8;
  cursor: pointer;
  transition: all 0.5s;
  border-radius:0;
}

.modal.is-active .modal-close:hover {
  opacity: 1;
}

/** Person Modal */
.modal.people-modal h3 {
	margin-bottom: 0.2em;
}
.modal.people-modal h5 {
	color: #415265;
    font-weight: 600;
} 
.modal .person-contact {
	margin:10px 15px 10px 0;
	font-size:0.9em;
	display:inline-block;
}
.modal .person-contact i {
	    position: relative;
    top: 0.1em;
    margin-right: 0.3em;
	font-size:1.2em;
}

/** SSBA - Social Share */
.main-content .ssba {
	padding:0;
	margin-bottom:1em;
}
.ssba ul.ssbp-list > li a.ssbp-btn {
	line-height:0;
}
.ssba-share-text {
	position: relative;
    top: 0.3em;
}

/** AddToAny - Social Share **/
#a2apage_dropdown {
    border-radius: 0;
    border-color: #ddd;
    padding: 10px;
}
#a2apage_dropdown .a2a_i {
font-family: franklin-gothic-atf, sans-serif;
  font-size: 17px;
  color: #383838;
}
/* Misc */
.border-bottom {
  border-bottom: 1px solid #444;
}

.white .border-bottom {
  border-bottom: 1px solid #FFF;
}

/* Mobile Alignment */
@media (max-width: 768px) {
      
  .mobile-col-reverse {
    display: flex;
    display: -webkit-flex;
    flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
  }

  .mobile-center ,
	.mobile-center .wpb_wrapper > *,
	.mobile-center .wpb_wrapper > h1,
	.mobile-center .wpb_wrapper > h2,
	.mobile-center .wpb_wrapper > h3,
	.mobile-center .wpb_wrapper > h4 {
    text-align: center!important;
  }

  .mobile-left ,
	.mobile-left .wpb_wrapper > *,
	.mobile-left .wpb_wrapper > h1,
	.mobile-left .wpb_wrapper > h2,
	.mobile-left .wpb_wrapper > h3,
	.mobile-left .wpb_wrapper > h4 {
    text-align: left!important;
  }
}


/* Cookie Notice */
#cookie-notice {
	box-shadow: 0 -2px 15px rgba(0,0,0,0.15);
}
.cookie-notice-container #cn-notice-text {
	font-size:16px;
	margin-top:5px;
	display: inline-block;
}

#cookie-notice .button {
    color:#415364;
	background-color:#fff;
	border-radius:0;
	border:0;
	font-weight:600;
}
#cookie-notice .button:hover {
	background-color:#A1CE5E;
}

/** Photonic Extend */
.photonic-flickr-stream .photonic-thumb {
	position:relative;
	overflow:hidden;
}

.photonic-flickr-stream .share-panel {
	display:flex;
	justify-content:center;
	align-items:center;
	position:absolute;
	top:0;
	left:0;
	transform:translate(0, 100%);
	height:100%;
	width:100%;
	background-color: rgba(247, 141, 42, 0.85);
	transition:all 0.5s;
}

.photonic-flickr-stream .share-panel.active {
	transform:translate(0,0);
	z-index:40;
}

.photonic-flickr-stream  .photonic-thumb .share-panel a {
	color:#fff;
}
.photonic-flickr-stream  .photonic-thumb .share-panel .inner {
	display:flex;
	flex-wrap:wrap;
	    justify-content: center;
}
.photonic-flickr-stream  .photonic-thumb .share-panel .inner a.social {
    height: 48px;
    width: 48px;
    text-align: center;
    line-height: 46px;
    border: 2px solid;
    border-radius: 100%;
    margin: 0 10px;
    font-size: 22px;
}
.photonic-flickr-stream  .photonic-thumb .share-panel  a.social:hover {
	border-color:#FFF;
	background-color:#FFF;
	color:#F78D2A;
}

.photonic-flickr-stream .share-panel .fa-facebook-f:before {
    content: "\f39e";
}
.photonic-flickr-stream  .photonic-thumb .share-panel .inner .view-container {
	width:100%;
	margin-top:15px;
	margin-bottom:30px;
	text-align:center;
}
.photonic-flickr-stream  .photonic-thumb .share-panel .inner a.view-btn {
	padding:0 20px;
	width:auto;
	font-size:17px;
	border-color:#FFF;
	background-color:#FFF;
	color:#FDB71A;
	height:36px;
	line-height:36px;
	font-weight:600;
	box-shadow:0 2px 5px rgba(0,0,0,0.15);
}

.photonic-flickr-stream  .photonic-thumb .share-panel .inner a.view-btn:hover {
	background-color:#F78D2A;
	border-color:#F78D2A;
	color:#415364;
}
/************************************
  VISUAL COMPOSER ELEMENTS
************************************/
/* Five Columns */
/* Applies to row with column layout: 1/12 + 2/12 + 2/12 + 2/12 + 2/12 + 2/12 + 1/12  + class "five-colmns"*/
.five-columns.vc_row  .vc_column_container.vc_col-sm-1 {
  width: 0!important;
}

@media (min-width: 768px) {
  .five-columns.vc_row  .vc_column_container.vc_col-sm-2 {
    width: 19.9648%;
  }
}

/* Content */
.wpb_text_column {
  max-width: 100%;
}

/** Inline text menu **/
.white .menu .wpb_wrapper a,
.menu.white .wpb_wrapper a {
  text-decoration: none;
  font-size: 0.9em;
}

/* Revolution Slider VC */
.wpb_revslider_element.wpb_content_element {
  margin-bottom: 0;
  margin-top: 0;
}

/** Toggle **/
.vc_toggle {
  margin-bottom: 40px;
}

/** Tabs **/
#page .vc_tta-tabs.vc_tta-style-outline li.vc_tta-tab>a {
    padding: 5px 20px;
	border-width:1px;
	border-top-width:0;
	border-bottom-width:0;
	position:relative;
	bottom:-1px;
	right:2px;
}
#page .vc_tta-tabs.vc_tta-style-outline li.vc_tta-tab:not(.vc_active) >a {
	opacity:0.6;
}

#page .vc_tta-tabs.vc_tta-style-outline li.vc_tta-tab:not(:first-child) >a {
	border-left-width:0;
}


.vc_tta-tabs.vc_tta-style-outline .vc_tta-tabs-list li.vc_tta-tab > a {
	border-top-width:0;
}

/* Button */
.vc_btn3 {
  min-width: 200px;
  padding: 14px 20px!important;
  font-weight: 600!important;
  text-decoration: none;
}
.vc_btn3.vc_btn3-style-custom {
	background-image:none!important;
}

.white a.vc_btn3 {
  text-decoration: none;
}

.vc_row .vc_btn3.vc_btn3-icon-right:not(.vc_btn3-o-empty) {
  text-align: center;
}

.tall-btn.vc_btn3-container .vc_btn3.vc_btn3-size-lg {
  padding: 40px 25px!important;
}

.vc_btn3.vc_btn3-size-lg.vc_btn3-icon-left:not(.vc_btn3-o-empty) {
  padding-left: 60px!important;
  text-align: center;
	color: #415364;
}

.main-content .vc_general.vc_btn3 {
  -webkit-transition: none;
  transition: none;
}

/* Image */
.wpb_single_image.inline {
  width: auto;
  float: left;
}

/** Image BG Rows **/
.bg-top.vc_row-has-fill,
.bg-top.vc_row-has-fill > .upb_row_bg {
  background-position: center top!important;
}

.bg-higher.vc_row-has-fill,
.bg-higher.vc_row-has-fill > .upb_row_bg {
  background-position: center 20%!important;
}

.bg-high.vc_row-has-fill,
.bg-high.vc_row-has-fill > .upb_row_bg {
  background-position: center 30%!important;
}

.bg-center.vc_row-has-fill ,
.bg-center.vc_row-has-fill > .upb_row_bg {
  background-position: center!important;
}

.bg-low.vc_row-has-fill,
.bg-low.vc_row-has-fill > .upb_row_bg {
  background-position: center 60%!important;
}

.bg-lower.vc_row-has-fill,
.bg-lower.vc_row-has-fill > .upb_row_bg {
  background-position: center 80%!important;
}

.bg-bottom.vc_row-has-fill,
.bg-bottom.vc_row-has-fill > .upb_row_bg {
  background-position: center bottom!important;
}

.bg-left.vc_column_container.vc_col-has-fill > .vc_column-inner,
.bg-left.vc_row-has-fill,
.bg-left.vc_row-has-fill > .upb_row_bg {
  background-position: 25% center!important;
}

.bg-right.vc_column_container.vc_col-has-fill > .vc_column-inner,
.bg-right.vc_row-has-fill,
.bg-right.vc_row-has-fill > .upb_row_bg {
  background-position: 75% center!important;
}

/** Overlay **/
.vc_section.overlay,
.vc_gitem-zone.overlay,
.overlay.vc_row,
.overlay.vc_column_container {
  position: relative;
}

.vc_section.overlay > *,
.vc_gitem-zone.overlay .vc_gitem_row > *,
.overlay.vc_row .vc_row.wpb_row.vc_row-fluid > *, 
.overlay.vc_row > .vc_column_container > .vc_column-inner,
.overlay.vc_row > .vc_column_container > .vc_column-inner > *,
.overlay.vc_column_container > .vc_column-inner > *,
.overlay.vc_column_container > .vc_column-inner {
  position: relative;
  z-index: 10;
}

.vc_section.overlay:after,
.vc_gitem-zone.overlay:after,
.overlay.vc_row.vc_row-has-fill:before,
.overlay.vc_column_container > .vc_column-inner:before {
  position: absolute;
  content: '';
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.3);
  z-index: 1;
}

.vc_section.overlay.white-overlay,
.white-overlay.overlay.vc_row:after,
.white-overlay.overlay.vc_column_container .vc_column-inner:before {
  background-color: rgba(250, 250, 250,0.5);
}

.vc_section.overlay.green-overlay:after,
.vc_gitem-zone.overlay:after, 
.green-overlay.overlay.vc_row:before,
.green-overlay.overlay.vc_column_container .vc_column-inner:before {
  background-color: rgba(58,193,204,0.95);
}

/* Border */
.border.vc_row,
.border.vc_column_container {
  position: relative;
}

.border.vc_row .vc_row.wpb_row.vc_row-fluid > *
.border.vc_row > .vc_column_container > .vc_column-inner,
.border.vc_row > .vc_column_container > .vc_column-inner > *,
.border.vc_column_container > .vc_column-inner > *,
.border.vc_column_container > .vc_column-inner {
  position: relative;
  z-index: 10;
}

.border.vc_row:before,
.border.vc_column_container > .vc_column-inner:before,
.border.vc_row:after,
.border.vc_column_container > .vc_column-inner:after {
  width: 100px;
  height: 100px;
  display: inline-block;
  position: absolute;
  content: '';
  z-index: 10;
  transition: all 0.5s;
}

.border.vc_row:before,
.border.vc_column_container > .vc_column-inner:before {
  left: 15px;
  bottom: 15px;
  opacity: 1;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.border.vc_row:after,
.border.vc_column_container > .vc_column-inner:after {
  right: 15px;
  top: 15px;
  opacity: 1;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

/** Parallax fix **/
.main-content .vc_row[data-vc-full-width].vc_parallax {
  overflow: hidden;
}

/** Relative **/

.relative.vc_row > .vc_column_container > .vc_column-inner,
.relative.vc_column_container > .vc_column-inner {
  position: relative;
}
/** CTA **/

.green.vc_general.vc_cta3.vc_cta3-color-classic.vc_cta3-style-outline {
  border-color: #3AC1CD;
}

/* Map */
.wpb_gmaps_widget {
  margin-bottom: 0!important;
}

.wpb_gmaps_widget .wpb_wrapper {
  padding: 0!important;
}

.uavc-list-content {
  margin-bottom: 20px;
}



/**************************************
UNIVERSAL RESPONSIVE + ANIMATION 
***************************************/
p, h1, h2, h3, h4, button, 
 a, input {
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}

div {
  transition: background-color 0.5s ease;
}

/***********************************
    HEADER
************************************/

header .header-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 995;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  z-index: 99;
  background-color: rgba(65, 83, 100,0.80);
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  height:140px;
}

header .header-wrap.small {
	height:152px;
}
.header-wrap .columns:last-child {
  margin-bottom: 0;
}

@media(max-width:786px){
	  header .header-wrap , header .header-wrap.small  {
	  height: 90px;
	  }
}
/***** Top Wrap ****/

.header-wrap > .top-wrap {
  display: inline-block;
  width: 100%;
  padding-top: 10px;
}

.header-wrap .top-container {
  margin-bottom: 0;
  color: #fff;
  font-size: 0.8em;
  position: relative;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

/* Top Search */
.top-container .searchform {
	max-width: 170px;
    margin-right: 20px;
}
.top-container .searchform input[type="text"]{
	border:0;
	border-bottom:1px solid #838383;
	color:#fff;
}
.top-container .searchform input[type="text"]:focus {
	border-bottom:1px solid #3AC1CD;
	background-color:rgba(0,0,0,0.07);
}

.top-container .searchform  ::-webkit-input-placeholder {
  color: #eee;
}

.top-container form.searchform button {
	background-color:rgba(255,255,255,0.1);
	border-color:rgba(255,255,255,0.1);
	font-size: 1em;
	padding: 0 10px;
	outline:none;
	color: #fff;
}
.top-container .searchform input[type="text"]:focus + button {
		background-color:#3AC1CD;
	border-color:#3AC1CD;
} 
.top-container .searchform input[type="text"]:focus + button:hover,
.top-container form.searchform button:hover,
.top-container form.searchform:hover button {
	background-color:#A1CE5E;
	border-color:#A1CE5E;
}

.top-container .searchform:hover input[type="text"] {
	border-bottom:1px solid #A1CE5E;
	background-color:rgba(0,0,0,0.07);
}

/* Top social*/
.top-container ul.social-media-links li {
  margin: 0 5px;
}

.top-container ul.social-media-links li a {
  padding: 5px;
}

.top-container ul.social-media-links li i {
  font-size: 1.2em;
  color: #FFF;
}

.top-container ul.social-media-links li a:hover i {
  color: #A1CE5E;
}

/***** Nav / Logo *****/
.header-wrap .grid-container {
  max-width: 1250px;
  margin-bottom: 0;
}

.main-logo {
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  margin-bottom: 0;
  text-align: center;
}

.main-logo a.logo {
  display: inline-block;
  max-width: 550px;
  height: auto;
}

.header-wrap.small .logo-container {
  margin-top: 20px;
  margin-bottom: 10px;
}

.header-wrap.small .main-logo a.logo {
  display: inline-block;
  max-width: 350px;
  height: auto;
}

.main-logo .logo-img {
  height: 100%;
  height: auto;
  width:550px;
  max-width:100%;
  max-height: 100%;
  display: block;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}

@media (max-width:1025px) {
	.main-logo {
		margin-top:30px;
	}
	.header-wrap.small .main-logo a.logo,
	.main-logo .logo-img {
		max-width:90vw;
		width:400px;
	}
}

@media(max-width:768px){
	.header-wrap.wrapper.small {
		margin-top:0!important;
	}
	.header-wrap.small .logo-container {
	  margin-top: 0;
	  margin-bottom: 0;
	}
}
@media (max-width:600px) {
  .header-wrap .logo-column {
    padding-right: 80px;
  }
  	.header-wrap.small .main-logo a.logo,
	.main-logo .logo-img {
		max-width:70vw;
	}
}

/******* MAIN NAV *******/

.main-menu-column {
  padding-top: 0 !important;
}

.main-nav {
  overflow: visible;
  height: auto;
  margin-top: 0;
  background-color: transparent;
  min-height: 0;
}

.main-nav .menu {
  text-align: center;
  float: none;
  margin: 0 auto;
}

.main-nav ul.menu li {
  position: relative;
  float: left;
  margin: 0;
  padding: 0;
}

.main-nav ul.menu > li > a {
  letter-spacing: 0.05em;
  position: relative;
  font-size: 1em;
  color: #FFF;
  margin: 0 5px;
  text-decoration: none;
  padding: 3px 10px;
  font-weight: 400;
font-family: franklin-gothic-atf, sans-serif;
}

.main-nav  ul.menu > li.current-menu-item > a {
	color:#A1CE5E;
}
.main-nav ul.menu > li > a:hover {
  color: #A1CE5E;
}

.main-nav  ul.menu li > a:before {
  position: absolute;
  height: 100%;
  left: 50%;
  width: 0;
  z-index: -1;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  content: '';
}

.main-nav  ul.menu > li > a:hover:before, 
.main-nav  ul.menu  > li > a:focus:before, 
.main-nav  ul.menu  > li > a:active:before {
  opacity: 1;
  left: 0;
  width: 100%;
}

.main-nav  ul.menu  li.icon {
  margin-top: -5px;
}

.main-nav  ul.menu li.icon a .fa {
  border: 1px solid;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  text-align: center;
  display: inline-block;
  line-height: 20px;
}


/* Sub Menu */

.main-nav ul.menu  ul.sub-menu {
  display: none;
  text-align: left;
  position: absolute;
  top: 100%;
  left: -10px;
  background: transparent;
  padding: 0;
  padding-top: 7px;
  z-index: 99;
}

.main-nav ul.menu li:hover > ul {
  display: block;
}

.main-nav  ul.sub-menu li {
  float: none;
  min-width: 300px;
  background-color: #3AC1CD;
  border: 1px solid rgba(0,0,0,0.1);
  border-bottom: 0;
  border-top: 0;
}
.main-nav  ul.sub-menu > li:first-child {
 padding-top:10px;
}

.main-nav  ul.sub-menu > li:last-child {
  border-bottom: 1px solid rgba(0,0,0,0.1);
 padding-bottom:10px;
}

#primary_nav_wrap ul.sub-menu ul {
  top: 0;
  left: 100%;
}

.main-nav ul.sub-menu li > a {
  color: #fff;
  display: inline-block;
  padding: 6px 20px;
  font-size: 0.9em;
  width: 100%;
  font-weight: 400;
  transition: all 0.4s;
}

.main-nav ul.sub-menu > li:hover a {
  color: #fff;
  background-color: rgba(0,0,0,0.04);
}

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

.header-wrap .logo-column {
  padding-bottom: 5px;
    padding-top: 0;
}


/* Sub -Sub Menu */

.main-nav ul.menu  ul.sub-menu li.menu-item-has-children {
  position: relative;
}

.main-nav ul.menu  ul.sub-menu li ul.sub-menu {
  margin-left: 0;
  top: 0;
  left: 100%;
  padding-top: 0;
}

.main-nav ul.menu  ul.sub-menu li ul.sub-menu li:hover a {
  background-color: rgba(0,0,0,0.07);
}

/** Responsive **/
@media (max-width:1180px) {
  .header-wrap {
    padding-top: 0;
  }

  .main-nav  ul.sub-menu li {
    float: none;
    min-width: 220px;
  }
}



/***********************************
    TITLE WRAP
************************************/
.vc-title-wrap,
.title-wrap {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 600px;
  text-align: left;
  padding-bottom: 0;
  margin-bottom: 0!important;
  display: inline-flex!important;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.6s;
  overflow: hidden;
  justify-content:center;
  align-items:center;
}

.title-wrap:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 5;
  bottom: 0px;
  left: 0;
  display: inline-block;
  background-size: cover;
  background: #222;
  opacity: 0.1;
}

.title-wrap.no-overlay:before {
	display:none;
}

.title-wrap .grid-container.columns {
  margin-bottom: 0;
}


.title-wrap .main-title {
  position: relative;
  z-index: 20;
  padding: 0 20px;
  padding-bottom: 30px;
  padding-top: 280px;
  margin-bottom: 0;
  text-align: left;
}

.title-wrap .title-container {
  display: inline-block;
}

.title-wrap .main-title h1 {
  color: #fff;
  font-weight: 400;
  display: inline-block;
  font-size: 2.5em;
  display: inline-block;
  margin-bottom: 60px;
  text-align: left;
  padding-bottom: 0.3em;
  line-height: 1.2em;
}

.title-wrap .main-title h1.has-sub-title {
  margin-bottom: 0;
}

.title-wrap img.title-img {
	margin-bottom:15px;
}
.title-wrap .main-title h3 {
  font-size: 1.25em;
  font-weight: 400;
  color: #fff;
  margin-bottom: 60px;
}
.title-wrap .main-title h3:has(+ p) {
  margin-bottom:15px;
}
.title-wrap .main-title p {
  font-size: 1rem;
  font-weight: 400;
  color: #ffffff !important;
  margin-bottom: 60px;
}

.page .title-wrap .breadcrumbs {
  margin-bottom: 0;
}

@media (max-width: 1000px) {
 
  .title-wrap {
    min-height: 380px;
    padding-top: 130px;
  }

  .title-wrap .main-title {
    padding-top: 150px;
  }

  .title-wrap .main-title  h1 {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  .title-wrap .main-title {
    padding-top: 80px;
  }
  .title-wrap .main-title h3 {
    font-size: 1.2em;
  }
}

/** 404 **/
.error404 .header-wrap,
.error404 .footer-wrap {
	display:none!important;
}
.error404 .content-wrap {
	padding:30px 5%;
	min-height:100vh;
  text-align: center;
  background-size:cover;
  background-position: center 35%;
}

.error404 .content-wrap h1 {
color: #415364;
text-shadow: 0 2px 20px rgba(255, 255, 255, 0.6);
font-size: 3em;
line-height: 1.2em;
}

.error404 .content-wrap h2 {
	color:#222;
	text-shadow: 0 2px 15px rgba(255, 255, 255, 0.6);
}

.error404 .main-contentn a.btn {
	color:#FFF;
}

@media(max-width:768px){
	 .error404 .content-wrap {
			padding-top: 250px;
	}
	.error404 .content-wrap h1 {
		font-size:2.6em;
	}
}

/***************************************
            CONTENT WRAP 
***************************************/
.content-wrap {
  padding-top: 50px;
  min-height: 50vh;
  position: relative;
  z-index: 30;
  margin-top: -5px;
}

.content-wrap.no-title-padding-top,
.content-wrap.no-top-padding,
.content-wrap.no-top-padding .main-content > article.page .entry-content,
.no-content-top-padding .main-content > article.page,
.no-content-top-padding .content-wrap {
  padding-top: 0;
  margin-top: -5px;
}

.content-wrap.no-bottom-padding,
.content-wrap.no-bottom-padding .main-content,
.content-wrap.no-bottom-padding .main-content > article.page {
  padding-bottom: 0;
  margin-bottom: 0;
}

.no-content-top-padding .content-wrap {
  margin-top: -7px;
}

.main-content .entry-content {
  padding-top: 20px;
}

.entry-content,
 article {
  margin-top: 0;
  padding-top: 0;
}

.main-content {
  padding-top: 0;
  width: 100%;
  max-width: 100%;
}

.single article.post,
article.page {
  padding-top: 0;
}

.main-content h1.entry-title {
  position: relative;
  margin-bottom: 20px;
}


/* Full width band */
.main-content .full-width-band {
  position: relative;
  padding: 40px 0.75em;
  margin-top: 60px;
}

.main-content .full-width-band:before,
.main-content .full-width-band:after {
  position: absolute;
  width: 999px;
  height: 100%;
  content: '';
  background-color: inherit;
  top: 0;
}

.main-content .full-width-band:before {
  left: -998px;
}

.main-content .full-width-band:after {
  right: -998px;
}
.main-content .full-width-band.no-top-padding {
	padding-top:0;
}
.main-content .full-width-band.no-bottom-padding {
	padding-bottom:0;
}
/* Full Width BG */
.full-width-bg {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  padding: 30px 0.75em;
  margin-bottom: 40px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.full-width-bg.no-bottom-margin {
	margin-bottom:0;
}

.full-width-bg.overlay > * {
  position: relative;
  z-index: 5;
}

.full-width-bg.overlay:before {
  position: absolute;
  width: 100%;
  cursor: pointer;
  left: 0;
  top: 0;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  z-index: 0;
  content: '';
}

/*======= POSTS GRID ======*/

.loop-heading {
  margin-bottom: 15px;
}

.loop-heading.multimedia-news,
.loop-heading.opinion-news,
.loop-heading.media-briefs-news {
	margin-top:40px;
}

.loop-heading h2 {
  color: #3AC1CD;
  display: inline-block;
  margin-right: 0.4em;
}

.white .loop-heading h2 {
  color: #FFF;
  display: inline-block;
  margin-right: 0.4em;
}

.loop-heading a {
    color: #A1CE5E;
	   margin-bottom: 5px;
    line-height: 1.5em;
}

.grid-item-content .post-thumb-container {
	margin-bottom:0.7em;
	
}
.post-thumb-container a {
  width: 100%;
  display: inline-block;
	max-height: 160px;
  height: 160px;
  overflow: hidden;
  position: relative;
  
}
.post-thumb-container.bg-thumb a {
	 height: 160px;
	   overflow: hidden;
} 

@media(max-width:768px){
	.post-thumb-container a {
		max-height: 300px;
		height: auto;
	}
}
.grid-item-content.bg-post-thumb .post-thumb-container a {
  max-height: none;
  height: auto;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
/*
.post-thumb-container a > img {
   position: absolute;
  left: 50%;
  top: 50%;
  height: auto;
  width: 120%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}
*/
.grid-item-content .bg-post-title h2.entry-title {
  position: relative;
  top: -5px;
  margin-bottom: 10px;
  font-size: 1em;

}

.grid-item-content:hover  header h2.entry-title a,
.image-left h2.entry-title a:hover {
  color: #a1ce5e;
}


.grid-item-content.bg-post-thumb:hover .text-bg.orange-text-bg h2 {
	    background-color: #3AC1CD;
    box-shadow: 5px 0 0 #3AC1CD, -5px 0 0 #3AC1CD;
}

.grid-item-content .entry-summary {
  margin-top: 0;
}

.grid-item-content .entry-summary p {
  margin-bottom: 0;
}

.grid-item-content .entry-meta {
  font-size: 0.8em;
  color: #555;
  margin-top: 1em;
  line-height: 1.2em;
}


/* List - Image Left */
.list-posts-column article {
  margin-bottom: 10px;
  padding-bottom: 0;
  border-bottom: 1px solid #444;
}

.list-posts-column article:last-child {
  border-bottom: 0;
}

.grid-item-content  h2.entry-title,
.image-left h2.entry-title {
  font-size: 1.4em;
  margin-bottom: 0.4em;
}

@media(max-width:768px){
	.list-posts-column article {
		border-bottom:0;
	}
	.list-posts-column .post-thumb-container{
		padding:0;
		margin-bottom:0;
	}
	.list-posts-column .image-left .column:not(.post-thumb-container){
		padding-left:0;
		padding-right:0;
		margin-bottom:2em;
	}
}

/* Masonry */
.masonry-posts-column article {
  margin-bottom: 0;
}

.masonry-posts-column  .post-thumb-container a {
  max-height: none;
  height: auto;
}

.masonry-posts-column .grid-item-content:not(.bg-post-thumb) .post-thumb-container a  {
	display:block;
}
.masonry-posts-column .post-thumb-container > a > img {
  width: 100%;
  position:static;
    -webkit-transform: translate(0);
      -ms-transform: translate(0);
          transform: translate(0);
}

/* Featured */
.featured-post-column {
  margin-top: 0.75em;
}

.featured-post-column .post-thumb-container {
  overflow: hidden;
  max-height: 350px;
  margin-bottom: 15px;
}

.featured-post-column h2.entry-title {
  font-size: 1.6em;
}

.featured-post-column .post-thumb-container a {
  max-height: 300px;
  height: 300px;
}

/* Featured Left */
.featured-post-column.featured-left article,
.featured-post-column.featured-left .post-thumb-container {
  margin-bottom: 0;
}

.featured-post-column.featured-left img {
  max-height: none;
}

.featured-post-column.featured-left h2.entry-title {
  font-size: 1.6em;
}

.image-left h2.entry-title {
  font-size: 1.2em;
}


/* Download Links */
article .downloads {
  margin-top: 20px;
}

article .file-download {
  width: 100%;
  margin-bottom: 0.7em;
  display: inline-block;
  color: #555;
  display: flex;
  align-items: center;
}

article .file-download img {
  margin-right: 10px;
  width: 30px;
}

article .file-download h4 {
  font-weight: 200;
  margin-bottom: 0;
  font-size: 1em;
}

/* Multimedia Grid Item */
.grid-item-content.multimedia-item .post-thumb-container a {
  position: relative;
  padding: 10px 20px;
  padding-top: 80px;
  min-height: 200px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.multimedia-item a h2.entry-title {
  color: #fff;
}


.grid-item-content.multimedia-item .post-thumb-container  svg {
  width: 30px;
  height: auto;
  position: absolute;
  top: 10px;
  right: 10px;
  opacity:0.8;
}

/** Story Grid Item **/

.story-quote-container {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 25px;
}

.story-quote-container .quote {
    display: inline-block;
    width: 100%;
}

.story-quote-container.top {
  bottom: auto;
  top: 0;
}

.story-quote-container .quote-author {
  padding-left: 2em;
  display: inline-block;
  font-size: 0.8em;
  line-height: 1.2em;
}

article.story > .grid-item-content.bg-post-thumb > .post-thumb-container  > a {
    max-height: 210px;
    height: 220px;
    padding-top: 80px
}

.featured-post-column.featured-left > article.story > .grid-item-content > .post-thumb-container  > a {
	max-height: none;
    height: 300px;
   /* padding-top: 180px*/
}

/* Post has Video */

.grid-item-content.is-video-post a {
  padding: 10px;
  padding-top: 140px;
  box-sizing: border-box;
  height: auto;
}


.grid-item-content.is-video-post  svg {
  position: absolute;
  left: auto;
  right: 10px;
  bottom: auto;
  top: 10px;
  margin: auto;
  width: 30px;
  height: 30px;
  opacity: 0.8;
  transition: all 0.6s;
  border-radius: 100%;
  z-index: 15;
}

.grid-item-content.is-video-post .bg-post-title {
  position: relative;
  z-index: 15;
  height: auto;
  color: #FFF;
  padding: 0 10px;
}

.grid-item-content .title-topper {
  background-color: #222;
  padding: 2px 10px;
  border-top: 2px solid #A1CE5E;
  color: #A1CE5E;
  position: relative;
  left: -5px;
  font-size: 0.8em;
}

.grid-item-content.is-video-post .bg-post-title h2 {
  margin-bottom: 10px;
}


/* People Grid Item */
.people-loop article.people {
    margin-bottom: 0;
	padding-bottom: 0;
}
.grid-item-content.people-item .post-thumb-container {
	height:200px;
}
.grid-item-content.people-item a {
	padding:10px;
	height:200px;
	min-height:200px;
	display:flex;
	align-items: flex-end;
	justify-content: flex-start;
	text-decoration:none;
	overflow:hidden;
	 border: 1px solid #bbb;
}

.default-img.people .post-thumb-container > a {
	background-size:60%;
	   
	
}
.grid-item-content.people-item a:after {
	content:'';
	background-color:rgba(0,0,0,0.4);
	top:0;
	left:0;
	width:100%;
	height: 100%;
	position:absolute;
	opacity:0;
	transition:all 0.75s;
}

.grid-item-content.people-item .bg-post-title {
	position: absolute;
	bottom: 0;
    z-index: 10;
	transition:all 0.75s;
	display: flex;
    flex-flow: column;
}
.grid-item-content.people-item .bg-post-title > span:first-child {
	margin-bottom: 3px;
}
.grid-item-content.people-item .bg-post-title h2 {
	padding: 0.3em 0;
	font-size: 1em;
	top:auto;
}
.grid-item-content.people-item .bg-post-title h4 {
	font-size: 0.85em;
	opacity: 0.9;
	line-height: 1.2em;
	display: inline;

	white-space:pre-wrap;
	padding: 5px;
	padding-left:0px;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}

/* Posts Grid - Responsive */
@media(min-width:768px) {
    .image-left .post-thumb-container.bg-thumb {
  overflow: hidden;
    display: -webkit-flex;
    display: flex;
    align-content: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .image-left.bg-thumb img {
    max-height: 200px;
    max-width: none;
    height: auto;
  }
}


/* People List Item */ 
.list-item-content.people-item h2 {
	margin-bottom:0;
	font-size: 1.4em;
}

.list-item-content.people-item p {
	margin-bottom:10px;
}

/* MailChimp Grid */ 
.mailchimp-loop-container .loop-heading{
	margin-bottom:35px;
}
#load-more-loop.latest-mailchimp {
	margin-bottom:50px;
}
.latest-mailchimp .mailchimp-campaign {
	-webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
	-moz-animation: fadein 2s; /* Firefox < 16 */
	-ms-animation: fadein 2s; /* Internet Explorer */
	-o-animation: fadein 2s; /* Opera < 12.1 */
	animation: fadein 2s;
}

.latest-mailchimp .mailchimp-campaign .post-thumb-container a {
	max-height: 174px;
	overflow: hidden;
}
.latest-mailchimp .mailchimp-campaign h2 {
	font-size:1.2em;
}
.latest-mailchimp .mailchimp-campaign h2 a {
	color:#333;
}

.latest-mailchimp .mailchimp-campaign h2 a:hover {
  color: #F78D2A;
}

.latest-mailchimp .mailchimp-campaign .entry-meta {
	margin-bottom:15px;
	    margin-top: 0;
}

.mailchimp-loop-container #loadmore {
	
    min-width: 250px;
    font-size: 1.2em!important;
}

/* Webinars */

.latest-webinars.latest-posts-grid {
	margin-bottom:60px;
}

.featured-webinar.columns {
	margin-top: 30px;
}
.featured-webinar article.column {
	padding: 0.75rem;
	margin-bottom:0;
}
.featured-webinar .post-thumb-container  h2.entry-title {
	    font-size: 1.6rem;
}
.featured-webinar article.post-type-post:hover  .entry-header  h2.entry-title a,
.featured-webinar article.post-type-post  .entry-header  h2.entry-title a:hover {
	color: #415364
}
.featured-webinar article:not(.post-type-post) .post-thumb-container > a {
    padding-top: 160px;
}
.featured-webinar .cta-column-content h4 {
	    font-size: 1rem;
		margin-bottom: 20px;
}
.featured-webinar  article.post-type-post .post-thumb-container a img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

@media(min-width: 768px){
	.featured-webinar .cta-column-content {
		border-left: 1px solid #fff;
		padding-left: 1.75rem;
	}
}
@media(max-width: 767px){
	.featured-webinar .cta-column-content {
		border-top: 1px solid #fff;
		padding-top: 1rem;
	}
}
/* Not found */
.latest-posts-grid .no-results {
	padding: 0.75em;
}

.latest-posts-grid .no-results .page-title {
	font-size:1rem;
}
.latest-posts-grid .no-results  #quick-search {
	display:flex;
	flex-flow: row-reverse;
	justify-content: flex-end;
}
.latest-posts-grid .no-results  #quick-search input,
.latest-posts-grid .no-results  #quick-search button {
	 height: 32px;
    border-radius: 0;
}

/*==== SIDEBAR  ===== */

@media(min-width:768px) {
  .sidebar {
    margin-top: 35px;
  }
}

.sidebar .sidebar-inner {
  display: inline-block;
}

.sidebar .widget {
  margin-bottom: 10px;
}

.sidebar ul .widget-title {
  font-weight: 300;
}

.sidebar ul {
  padding-left: 0;
}

.sidebar .widget {
  margin-bottom: 30px;
}

.sidebar .widget ul li {
  list-style: none;
  padding: 12px 5px;
  border-bottom: 1px solid rgba(0,0,0,0.2);
}

.sidebar .widget ul li:last-child {
  border-bottom: 0;
}

@media(min-width:768px) {

  .page .sidebar-left {
    margin-top: 0;
    padding-top: 0;
  }

  .sidebar-left .sidebar-inner {
    padding-left: 5%;
  }
}

/***************************************
         FOOTER WRAP 
****************************************/
.footer-wrap {
  background-color: #415364;
  padding: 40px 15px;
  color: #FFFFFF;
}

.footer-wrap .widget-title {
  font-size: 1.2em;
  margin-bottom: 0;
  text-transform: none;
}

.footer-wrap .footer-widget-3 > section:first-child {
	margin-bottom:0;
}
.footer-wrap img {
  max-width: 200px;
}

.footer-wrap a,
.footer-wrap a:visited {
  color: #FFFFFF;
}

.footer-wrap a:hover {
  text-decoration: none;
  color: #fff;
}

.footer-wrap p {
  font-size: 0.8em;
  margin-bottom: 0.8em;
  max-width: 100%;
  line-height: 1.6em;
  color: #fff;
}

.footer-wrap nav {
  margin-bottom: 30px;
}

.footer-wrap .sub-menu {
  display: none;
  opacity: 0;
  visibility: hidden;
}

.footer-wrap li ul {
  padding-left: 0;
}

.footer-wrap  .widget_nav_menu ul.menu {
  margin-top: 0;
  -webkit-columns: 2;
  columns: 2;
}

.footer-wrap  .widget_nav_menu ul.menu li {
  list-style: none;
  text-align: left;
  margin-bottom: 0;
  padding-bottom: 5px;
  margin-bottom: 5px;
  width: 100%;
  margin-top: 0;
  padding-top: 5px;
  display: inline-block;
  line-height: 1em;
}

.footer-wrap .widget_nav_menu ul.menu li > a {
  font-size: 0.9em;
  letter-spacing: 0;
font-family: franklin-gothic-atf, sans-serif;
}

.footer-wrap .widget_nav_menu ul.menu li > a:hover {
  color: #a1ce5e;
}

.footer-wrap  ul.social-media-links.shortcode-social {
  margin-bottom: 0;
  display: inline-block;
  width: 100%;
}

.footer-wrap  ul.social-media-links li {
  display: inline-block;
  margin-right: 16px;
}

.footer-wrap .shortcode-social.social-media-links.size-regular li .fa {
  color: #fff;
  width: auto;
}

.footer-wrap ul.social-media-links li i.fa:hover {
  color: #FFF;
}

.footer-wrap form .columns {
	margin-left: 0;
	margin-top: 0;
    margin-right: 0;
}
.footer-wrap input,
.footer-wrap input[type='submit'] {
width: calc(100% - 10px);
    margin-bottom: 0;
	min-width: 0;
}

.footer-wrap input:not([type='submit']):focus,
.footer-wrap input:not([type='submit']) {
  border-color: #fff;
  color: #ffffff;
}

.footer-wrap ::-webkit-input-placeholder {
  color: #fff;
}

.footer-wrap button.frm_button_submit,
.footer-wrap input[type='submit'] {
	height: 36px;
    line-height: 18px;
	padding:0!important;
	color: #415364;
	background-color:  #3AC1CD;
	border-color:  #3AC1CD;
}

.footer-wrap button.frm_button_submit:hover {
		background-color:  #a1ce5e;
	border-color:  #a1ce5e;
}
/* desktop*/
@media(min-width:768px) {
  .footer-wrap .column > section {
    padding: 0 15px;
  }

  .footer-widget:first-child > section {
    padding-left: 0;
  }

  .footer-widget:last-child > section {
    padding-right: 0;
  }
	
	.footer-wrap .footer-widget-3 {
		display: flex;
   	 justify-content: space-between;
   	 flex-flow: column;
	}

	.footer-wrap .site-info.column {
		padding-left:15px!important;
		    margin-bottom: 1rem;
	}
	
}

/* Mobile */
@media(max-width:768px) {
	.footer-wrap,
  .footer-wrap .widget-title,
	.footer-wrap .textwidget,
	.footer-wrap p,
  .footer-wrap .widget_media_image ,
	.footer-wrap .textwidget.custom-html-widget,
	.footer-wrap  .widget_nav_menu ul.menu li,
	.footer-wrap  ul.social-media-links.shortcode-social {
    text-align: center;
  }

  .footer-wrap .widget_media_image img {
    float: none;
    margin: 0 auto;
  }

.footer-wrap .widget_nav_menu ul.menu {
	  -webkit-columns:1;
	  columns:1;
  }
}



/* Sticky Footer */
#sticky-footer {
	position:fixed;
	bottom:-100%;
	right:0;
	background-color:#415364;
	max-width:500px;
	padding:10px 15px;
	box-shadow:0 0 5px rgba(0,0,0,0.4);
	border:1px solid #303d49	;
	z-index:999;
	-webkit-transition: all 0.8s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition:  all 0.8s  cubic-bezier(0.075, 0.82, 0.165, 1);
  color:#FFFFFF;
}


#sticky-footer .columns {
	margin-left:0;
	margin-right:0;
	margin-bottom:0;
}

#sticky-footer .sticky-footer-content {
	position:relative;
}

#sticky-footer #toggle-sticky-footer {
	position:absolute;
	border:1px solid #bbb;
	height:20px;
	width:20px;
	line-height:16px;
	text-align:center;
	color:#bbb;
	top:2px;
	right:2px;
	display:inline-block;
	cursor:pointer;
}

#sticky-footer h3 {
	margin-bottom: 10px;
	margin-top:0;
    font-size: 20px;
	color: #FFFFFF;
}

#sticky-footer p {
		font-size:0.7em;
		line-height:1.4em;
	    color: #FFFFFF;
		margin-bottom:10px;
}

#sticky-footer form {
	display:inline-block;
	width:100%;
	padding-bottom: 0;
	border:0;
}



#sticky-footer form input {
		border:1px solid #FFFFFF;
		background-color:transparent;
		color:#FFFFFF;
		height:36px;
		line-height:36px;
		padding:0 10px;
		width:calc(100% - 10px);
		display:inline-block;
		margin-bottom:0;
		 box-sizing : border-box;
}

#sticky-footer form ::-webkit-input-placeholder  {
	color:#FFFFFF;
}

#sticky-footer form button.frm_button_submit,
#sticky-footer form input[type="submit"] {
	border: solid 1px #3AC1CD;
    background: #3AC1CD;
    height: 30px;
    line-height: 24px;
    text-transform: uppercase;
    padding: 0 5px!important;
    margin: 0 0 10px 0;
    box-sizing: border-box;
    letter-spacing: 0.05em;
    color: #415364;
    -webkit-appearance: none;
    border-radius: 0;
    cursor: pointer;
    max-width: 30%;
}
#sticky-footer form button.frm_button_submit:hover,
#sticky-footer form input[type="submit"]:hover {
    background: #A1CE5E;
    border-color: #A1CE5E;
}

#sticky-footer .disclaimer {
display: inline-block;
    max-width: 65%;
    padding-left: 20px;
}
#sticky-footer .disclaimer p {
	font-size:10px;
	line-height:11px;
	    color: #bbb;
		width:90%;
		margin-top:5px;
		margin-bottom:0;
}

#sticky-footer div.wpcf7-mail-sent-ok {
    border: 0;
    padding: 0;
    margin-top: 10px;
}

@media(max-width:470px) {
	#sticky-footer form button {
		max-width:100%;
	}
	#sticky-footer .disclaimer  {
		width:100%;
	}
}


/*** SCROLL TO TOP ***/

#to-top {
  position: fixed;
  z-index: 9999;
  bottom: 70px;
  background-color: #415364;
  border: 1px solid #fff;
  color: #FFF;
  right: 5%;
  display: inline-block;
  width: 60px;
  height: 60px;
  padding: 0;
  text-align: center;
  transition: all 0.5s;
  opacity: 0;
  cursor: pointer;
}

#to-top.show {
  opacity: 0.8;
}

#to-top:hover {
  opacity: 1;
}

#to-top i {
  font-size: 40px;
  line-height: 55px;
}

@media (max-width: 900px) {
  #to-top {
    bottom: 90px;
  }
}

@media (max-width: 768px) {
  #to-top {
    display: none;
  }
}

/* ----------------------------------- MISC --------------------------------*/
#wp-admin-bar-TS_VCSC_Notification,
.content-wrap .vc_inline-link {
  display: none;
}

/* ----------------------------------- ADDITIONAL FEEDBACK ON STYLING --------------------------------*/
.green-bg a.vc_btn3,
.green-bg a.more-link,
.green-bg button.btn, 
.green-bg .btn a, 
.green-bg a.btn,
.green-bg a.btn,
.green-bg input.button,
.green-bg input[type=submit],
.green-bg input[type=button],
input.wpcf7-form-control.wpcf7-submit {
  
  background-color: #fff;
  border: 1px solid #fff;
  border-color: #fff;
  transition: 0.3s!important;
}
.green-bg a.vc_btn3:hover,
.green-bg a.more-link:hover,
.green-bg button.btn:hover, 
.green-bg .btn a:hover, 
.green-bg a.btn:hover,
.green-bg a.btn:hover,
.green-bg input.button:hover,
.green-bg input[type=submit]:hover,
.green-bg input[type=button]:hover,
.green-bg .wpcf7-form input[type=submit]:hover,
input.wpcf7-form-control.wpcf7-submit:hover {
  background-color: #A1CE5E!important;
  border: 1px solid #A1CE5E!important;
  border-color: #A1CE5E!important;
}
.green-bg a.vc_btn3:visited,
.green-bg a.more-link:visited, 
.green-bg .btn a:visited, 
.green-bg a.btn:visited,
.green-bg a.btn:visited {
  color:#415364;
}

.dark-bg a.more-link,
.dark-bg button.btn, 
.dark-bg .btn a, 
.dark-bg a.btn,
.dark-bg a.btn,
.dark-bg input.button,
.dark-bg input[type=submit],
.dark-bg input[type=button] {
  
  background-color: #3AC1CD;
  border: 1px solid #3AC1CD;
  border-color: #3AC1CD;
  transition: 0.3s!important;
}
a.btn-blue, a.btn.btn-blue {
  
  background-color: #3AC1CD;
  border: 1px solid #3AC1CD;
  border-color: #3AC1CD;
  color: white;
  transition: 0.3s!important;
}

.dark-bg a.more-link:hover,
.dark-bg button.btn:hover, 
.dark-bg .btn a:hover, 
.dark-bg a.btn:hover,
.dark-bg a.btn:hover,
.dark-bg input.button:hover,
.dark-bg input[type=submit]:hover,
.dark-bg input[type=button]:hover,
.dark-bg .wpcf7-form input[type=submit]:hover {
  background-color: #A1CE5E;
  border: 1px solid #A1CE5E;
  border-color: #A1CE5E;
}
a.btn-blue:hover, .main-content a.btn-blue:hover  {
  background-color: #A1CE5E;
  border: 1px solid #A1CE5E;
  border-color: #A1CE5E;
  color: white;
}

.light-gray-bg a.more-link,
.light-gray-bg button.btn, 
.light-gray-bg .btn a, 
.light-gray-bg a.btn,
.light-gray-bg a.btn,
.light-gray-bg input.button,
.light-gray-bg input[type=submit],
.light-gray-bg input[type=button] {
  
  background-color: #3AC1CD;
  border: 1px solid #3AC1CD;
  border-color: #3AC1CD;
  transition: 0.3s!important;
}

.light-gray-bg a.more-link:hover,
.light-gray-bg button.btn:hover, 
.light-gray-bg .btn a:hover, 
.light-gray-bg a.btn:hover,
.light-gray-bg a.btn:hover,
.light-gray-bg input.button:hover,
.light-gray-bg input[type=submit]:hover,
.light-gray-bg input[type=button]:hover,
.light-gray-bg .wpcf7-form input[type=submit]:hover {
  background-color: #A1CE5E;
  border: 1px solid #A1CE5E;
  border-color: #A1CE5E;
}


.white-bg a.more-link,
.white-bg button.btn, 
.white-bg .btn a, 
.white-bg a.btn,
.white-bg a.btn,
.white-bg input.button,
.white-bg input[type=submit],
.white-bg input[type=button],
.mailchimp-loop-container #loadmore {
  
  background-color: #3AC1CD;
  border: 1px solid #3AC1CD;
  border-color: #3AC1CD;
  transition: 0.3s!important;
}

.white-bg a.more-link:hover,
.white-bg button.btn:hover, 
.white-bg .btn a:hover, 
.white-bg a.btn:hover,
.white-bg a.btn:hover,
.white-bg input.button:hover,
.white-bg input[type=submit]:hover,
.white-bg input[type=button]:hover,
.white-bg .wpcf7-form input[type=submit]:hover,
.mailchimp-loop-container #loadmore:hover {
  background-color: #A1CE5E;
  border: 1px solid #A1CE5E;
  border-color: #A1CE5E;
}

.light-bg a.more-link,
.light-bg button.btn, 
.light-bg .btn a, 
.light-bg a.btn,
.light-bg a.btn,
.light-bg input.button,
.light-bg input[type=submit],
.light-bg input[type=button] {
  
  background-color: #fff;
  border: 1px solid #fff;
  border-color: #fff;
  transition: 0.3s!important;
}

.light-bg a.more-link:hover,
.light-bg button.btn:hover, 
.light-bg .btn a:hover, 
.light-bg a.btn:hover,
.light-bg a.btn:hover,
.light-bg input.button:hover,
.light-bg input[type=submit]:hover,
.light-bg input[type=button]:hover,
.light-bg .wpcf7-form input[type=submit]:hover {
  background-color: #A1CE5E;
  border: 1px solid #A1CE5E;
  border-color: #A1CE5E;
}

.footer-wrap input[type=submit] {
  background-color: #3AC1CD;
  border: 1px solid #3AC1CD;
  border-color: #3AC1CD;
}

.footer-wrap input[type=submit]:hover {
  background-color: #A1CE5E;
  border: 1px solid #A1CE5E;
  border-color: #A1CE5E;
}

.teal,
.teal p,
.teal h1,
.teal h2,
.teal h3,
.teal h4,
.teal li,
.teal a,
.teal.wpb_text_column,
.vc_row .orange li a,
.teal h4 a {
  color: #3AC1CD !important;
}

.teal:hover,
.teal p:hover,
.teal h1:hover,
.teal h2:hover,
.teal h3:hover,
.teal h4:hover,
.teal li:hover,
.teal a:hover,
.teal.wpb_text_column,
.vc_row .orange li a:hover,
.teal h4 a:hover {
  color: #A1CE5E !important;
}

rs-slide rs-layer, 
.hero_form input::-webkit-input-placeholder, 
.hero_form input::-webkit-input-placeholder,
.hero_form input, 
.hero_form button {
    font-family: franklin-gothic-atf,sans-serif!important;
}

.latest-media h2 a{
	color:#415364;
}

/* Due Date */

.due_date span{
	padding: 0 0.75em;
    background: #3ac1cd;
    color: #fff;
    display: inline-block;
    margin-top: 10px;
}

.list-item-content .due_date span{
  margin-top: 0px;
  margin-bottom: 10px;
}

/* My Clean Bill CTA Banner */

.my-clean-bill-cta {
	background-color: rgb(204,234,237);
	color: rgb(65,84,101);
	text-align:left;
	margin-bottom: 4rem;
}
.my-clean-bill-cta p {
	color: rgb(65,84,101);
}
.my-clean-bill-cta .circle {
	background-image: url('../images/mcb-banner-circle.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	position: absolute;
	top: 0;
	left: calc(50% - 50vw);
	width: 100vw;
	height: 100%;
	z-index: 3;
}
.my-clean-bill-cta .stripes {
	background-image: url('../images/mcb-banner-stripes.svg');
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	bottom: 0;
	left: calc(50% - 50vw);
	width: 100vw;
	height: 108px;
	z-index: 3;
}
.my-clean-bill-cta .illustration {
	background-image: url('../images/mcb-banner-illustration.svg');
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 1036px;
	height: 259px;
	z-index: 4;
}
.my-clean-bill-cta .columns {
	position: relative;
	z-index: 4;
}
.my-clean-bill-cta .column:first-child {
	border-right: 1px solid rgb(90,104,134);
}

.my-clean-bill-cta .column {
	padding: 0.5rem 2rem;
	margin: 1rem 0 12.5rem;
}
.my-clean-bill-cta svg {
	display: block; 
	text-align: center;
	margin: 0 0 0 auto;
	width:240px;
	max-width: 100%;
	height: auto;
}
@media (max-width: 768px) {
	.my-clean-bill-cta {
		text-align: center;
		background-image: none;
	}
	.my-clean-bill-cta .column {
		margin: 1rem 1.25rem 1rem;
	}
	.my-clean-bill-cta .columns {
		margin-bottom: 6rem;
	}
	.my-clean-bill-cta .column:first-child {
		border-right: 0px solid rgb(90,104,134);
	}
	.my-clean-bill-cta .circle {
		display:none;
	}
	.my-clean-bill-cta .stripes {
		height:54px;
	}
	.my-clean-bill-cta .illustration {
		width: 518px;
		height: 130px;
	}
	.my-clean-bill-cta svg {
		margin: 0 auto;
	}
}