@import url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');


/* ==========================================================================
HubSpot Migrations Services - COS Boilerplate v2.0.0                              
========================================================================== */


/* ==========================================================================
Table of Contents:

1. EXTERNAL RESOURCES
2. BASE STYLES
3. COS STRUCTURE
4. MAIN NAVIGATION
5. BLOG
6. FORMS
7. BUTTONS
8. MISCELLANEOUS
9. MOBILE MEDIA QUERIES
========================================================================== */


/* ==========================================================================
1. EXTERNAL RESOURCES                                            
========================================================================== */


/* =============== @import, @font-face, and CSS File Includes =============== */

/* EX: @import url('http://example.com/example_style.css'); */

@import url('//fonts.googleapis.com/css?family=Montserrat:400,400i,500,500i,700,700i&display=swap');

@import url('//use.fontawesome.com/releases/v5.0.7/css/all.css');

@font-face {
  font-family: "icomoon";
  src: url("//cdn2.hubspot.net/hubfs/2538107/VisionHealth%20August2019/Fonts/icomoon.eot") format("embedded-opentype"),
    url("//cdn2.hubspot.net/hubfs/2538107/VisionHealth%20August2019/Fonts/icomoon.woff") format("woff"), 
    url("//cdn2.hubspot.net/hubfs/2538107/VisionHealth%20August2019/Fonts/icomoon.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: Nexa-Bold;
  src: url("//cdn2.hubspot.net/hubfs/2538107/VisionHealth%20August2019/Fonts/Nexa_Free_Bold-webfont.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  font-display: block;
}

@font-face {
  font-family: job-manager;
  src: url(https://cdn2.hubspot.net/hubfs/2538107/VisionHealth%20August2019/Fonts/job-manager.eot) format('embedded-opentype'), 
    url(https://cdn2.hubspot.net/hubfs/2538107/VisionHealth%20August2019/Fonts/job-manager.woff) format('woff'),
    url(https://cdn2.hubspot.net/hubfs/2538107/VisionHealth%20August2019/Fonts/job-manager.ttf) format('truetype');
  font-weight: 400;
  font-style: normal;
}

/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
/* Images */
img {
  max-width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

/* Reduces min-height on bootstrap structure */
.row-fluid [class*="span"] { min-height: 1px; }

/* Blog Social Sharing */
.hs-blog-social-share .hs-blog-social-share-list {
  margin: 0;
  list-style: none !important;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
  height: 30px;
  list-style: none !important;
}
@media (max-width: 479px){
  .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
    float: none !important; /* Stack social icons into two rows on phones */
  }
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item .fb-like > span{
  vertical-align: top !important; /* Aligns Facebook icon with other social media icons */
}
.hs-blog-social-share-list li.hs-blog-social-share-item.hs-blog-social-share-item-linkedin .IN-widget {
    vertical-align: top !important;
}

/* Captcha */
#recaptcha_response_field {
  width: auto !important;
  display: inline-block !important;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field { min-height: 0;line-height: 12px; }

@media all and (max-width: 400px) {
  /* beat recaptcha into being responsive, !importants and specificity are necessary */
  #captcha_wrapper,
  #recaptcha_area,
  #recaptcha_area table#recaptcha_table,
  #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {
    width: auto !important;
    overflow: hidden; 
  }
  #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important; }
  #recaptcha_area table#recaptcha_table #recaptcha_image { width:280px !important; }
}

/* Videos */
video {
  max-width: 100%;
  height: auto;
}

/* Date Picker */
#calroot {
  width: 202px !important;
  line-height: normal;
}
#calroot,
#calroot *,
#calroot *:before,
#calroot *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
} 
#calroot select {
  min-height: 0 !important;
  padding: 1px 2px !important;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet MS", Verdana, sans-serif !important;
  font-size: 10px !important;
  line-height: 18px !important;
  font-weight: normal !important;
} 
#caldays {
  margin-bottom: 4px;
}

/* Responsive Embed Container (iFrame, Object, Embed)*/
@media only screen and (max-width: 767px){
  .hs-responsive-embed,
  .hs-responsive-embed.hs-responsive-embed-youtube,
  .hs-responsive-embed.hs-responsive-embed-wistia,
  .hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
  }
  .hs-responsive-embed iframe, 
  .hs-responsive-embed object, 
  .hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
}
.hs-responsive-embed.hs-responsive-embed-instagram {
  padding-top: 0px;
  padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
  height: auto;
  overflow: visible;
  padding: 0 0 0 0;
}
.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
  position: static;
  width: auto;
  height: auto;
}
iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
  width: 100%;
  max-width: 100%;
}
@media (max-width: 568px) {
  iframe {
    max-width: 100%;
  }
}

/* Forms */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"]
select {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Fix radio button and check box fields in multi column forms*/
.hs-form fieldset[class*="form-columns"] input[type="checkbox"].hs-input,
.hs-form fieldset[class*="form-columns"] input[type="radio"].hs-input {
  width: auto;
}

/* System Template Forms */
#email-prefs-form .email-edit {
  width: 100% !important;
  max-width: 507px !important;
}
#hs-pwd-widget-password {
  height: auto !important;
}

/* Menus */
.hs-menu-wrapper ul {
  padding: 0; 
}

/* Horizontal Menu
========================================================================== */

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
  list-style: none;
  margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
  content: " ";
  display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
  content: " ";
  display: table;
  clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
  float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
  display: inline-block;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
  position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  position: absolute;
  z-index: 10;
  left: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  display: block;
  white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
  left: 100%;
  top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
}
.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
  margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
  position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
  margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
  position: static;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  display: none;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
  display: block;
  visibility: visible;
  opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
  content: " ";
  display: table;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
  content: " ";
  display: table;
  clear: both;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
  float: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
  display: inline-block;
}

/* Vertical Menu
========================================================================== */ 

.hs-menu-wrapper.hs-menu-flow-vertical {
  width: 100%;
}
.hs-menu-wrapper.hs-menu-flow-vertical ul {
  list-style: none;
  margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical li a {
  display: block;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
  margin-bottom: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
  width: auto;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
  position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  position: absolute;
  z-index: 10;
  left: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  display: block;
  white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  left: 100%;
  top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
}


@media (max-width: 767px) {
  .hs-menu-wrapper, .hs-menu-wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
    display: block;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: block;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: none;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
  .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: block;
  }

  /* Stacking Horizontal Nav for Mobile */
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
    padding: 0;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    white-space: normal;
  }

  /* Stacking Vertical Nav for Mobile */
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper  {
    position: static;
    opacity: 1;
    visibility: visible;
  }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts .hs-menu-children-wrapper {
  visibility: visible;
  opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  display: block;
  visibility: visible;
  opacity: 1;
}

/* Space Module */
.widget-type-space { visibility: hidden; }

/* Blog Author Section */
.hs-author-social-links { display: inline-block; }
.hs-author-social-links a.hs-author-social-link {
  width: 24px;
  height: 24px;
  border-width: 0px;
  border: 0px;
  line-height: 24px;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  display: inline-block;
  text-indent: -99999px;
}
.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}
.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
  background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/* Fix for CTA border box issue */
.hs-cta-wrapper a {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/*
* jQuery FlexSlider v2.0
* http://www.woothemes.com/flexslider/
*
* Copyright 2012 WooThemes
* Free to use under the GPLv2 license.
* http://www.gnu.org/licenses/gpl-2.0.html
*
* Contributing author: Tyler Smith (@mbmufffin)
*/

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
  display: block;
  overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
* include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; padding: 0; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url("//cdn2.hubspotqa.net/local/hub/124/file-52894-png/bg_direction_nav.png") no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url("//cdn2.hubspotqa.net/local/hub/124/file-52894-png/bg_direction_nav.png") no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
  background-color: black;
  position: static;
  font-size: 2em;
  line-height: 1.1em;
  color: white;
  padding: 0px 5% 0px 5%;
  width: 100%;
  top: 40%;
  text-align: center;
}
.hs_cos_flex-slider .superimpose .caption {
  color: white;
  font-size: 3em;
  line-height: 1.1em;
  position: absolute;
  padding: 0px 5% 0px 5%;
  width: 90%;
  top: 40%;
  text-align: center;
  background-color: transparent;
}

@media all and (max-width: 400px) {
  .hs_cos_flex-slider .superimpose .caption {
    background-color: black;
    position: static;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    width: 90%;
    padding: 0px 5% 0px 5%;
    top: 40%;
    text-align: center;
  }
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
  color: white;
}
/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
  max-height: 150px;
  margin: 0px;
  padding: 0px;
  border-width: 0px;
}

/* responsive pre elements */
pre { overflow-x: auto; }

/* responsive pre tables */
table pre { white-space: pre-wrap; }

/* Corrects width issues in table elements created via the wysiwyg editor */
table tr td img { max-width: initial; }

/* adding minimal spacing for blog comments */
.comment { margin: 10px 0 10px 0; }

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
  word-wrap: break-word;
}

/* HTML 5 Reset */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}

/* Support migrations from wordpress */
.wp-float-left {
  float: left;
  margin: 0 20px 20px 0;
}

.wp-float-right {
  float: right;
  margin: 0 0 20px 20px;
}

/* Responsive Google Maps */
#map_canvas img, .google-maps img { max-width: none; }


/* ==========================================================================
2. BASE STYLES                                             
========================================================================== */

/* =============== Base =============== */

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 

body, html {
  background-color: #ffffff;
}

body {
  background: #fff;
  color: #747474;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 0px;
  font-style: normal;
  font-size: 14px;
  line-height:1.69;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1440px;
  margin: auto;
}

/* Highlighted Text */
::-moz-selection {
  color: #fff;
  background: #3390FF;
  text-shadow: none;
}
::selection {
  color: #fff;  
  background: #3390FF;
  text-shadow: none;
}


/* =============== Typography =============== */

/* Basic text */
p {
  margin: 0 0 20px;
} 
small {}
strong {}
em {}
cite {}
code {}
pre {}
/*
sup, sub {
position: relative;
font-size: 75%;
line-height: 0;
vertical-align: baseline;
}

sup { top: -0.5em; }
sub { bottom: -0.25em; }
*/
/* Headings */
h1, h2, h3, h4, h5, h6 {}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  color: #07132b;
  font-size: 33px;
  font-family: Nexa-Bold, Arial, Helvetica, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0px;
  font-style: normal;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
}

h2 {
  font-size: 36px;
  line-height: 43px;
  font-family: Nexa-Bold, Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 0px;
  font-style: normal;
  color: #07132b;
}

h3 {
  font-size: 28px;
  font-family: Nexa-Bold, Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0px;
  font-style: normal;
  margin-top: 0em;
  margin-bottom: 0.7em;
}

h4 {
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0px;
  font-style: normal;
}

h5 {}

h6 {}

/* Anchor Links */
a { 
  color: #009d8d;
  transition-property: color,background-color,border-color;
  transition-duration: .2s;
  transition-timing-function: linear;
  text-decoration: none;
}
a:hover, a:focus {
  color: #009d8d;
  text-decoration: none;
}

/* Lists */
ul, ol {}
ul ul, ul ol, ol ol, ol ul {}
li {}

/* Block Quotes */
blockquote {}
blockquote p {}
blockquote small {}

/* Horizontal Rules */
/* hr {
color: #ccc;
background-color: #ccc;
height: 1px;
border: none;
} */


/* =============== EU Cookie Confirmation Bar =============== */

/* Confirmation Outer Wrapper*/
#hs-eu-cookie-confirmation {}

/* Confirmation Inner Wrapper*/
#hs-eu-cookie-confirmation-inner {}
#hs-eu-cookie-confirmation-inner p{}

/* Confirmation Button */
#hs-en-cookie-confirmation-buttons-area {}
a#hs-eu-confirmation-button {}


/* ==========================================================================
3. COS STRUCTURE                                            
========================================================================== */


/* =============== Structure =============== */

/* The outer wrappers of your website */
.header-container-wrapper, 
.body-container-wrapper, 
.footer-container-wrapper {}

/* The inner wrappers of your website */
.header-container, 
.body-container, 
.footer-container {}


/* =============== Header =============== */

.header-container-wrapper {}
.header-container {}

.header-wrapper {
  background-color: #07122b;
  padding-left: 30px;
  padding-right: 30px;
  backface-visibility: hidden;
  transition: background-color .25s ease-in-out;
}

.header-wrapper .page-center {
  padding-left: 0px;
  padding-right: 100px;
  position: relative;
}

.header-wrapper .logo {
  margin-top: 20px;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  display: block;
  float: left;
  max-width: 100%;
  zoom: 1;
}

.header-wrapper .logo a {
  display: block;
  max-width: 100%;
}

.header-wrapper .logo a img {
  max-height: 50px;
  height: auto;
  width: auto !important;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.search-icon>a {
  display: block;
  font-family: icomoon;
  cursor: pointer;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.search-icon>a:after {
  transition-property: color,background-color,border-color;
  transition-duration: .2s;
  transition-timing-function: linear;
  color: #009d8d;
  color: #ffffff;
  border: 1px solid #ffffff;
  padding: 4.2px;
  height: 12px;
  width: 12px;
  border-radius: 50% 50% 50% 50%;
  content: '\f002';
}

.custom-menu-primary .hs-menu-wrapper>ul>li.search-icon {
  padding-right: 0;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.search-icon>a:hover {
  border-top-color: transparent;
  color: #1fff8a;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.search-icon>a:hover:after {
  color: #1fff8a;
  border: 1px solid #1fff8a;
}

.search-wrapper {
  position: absolute;
  width: calc(290px + 1.43 * 38px);
  padding: 10px;
  background-color: #07122b;
  border-color: #07122b;
  text-align: right;
  border: 1px solid transparent;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #747474;
  left: auto;
  transition: opacity .2s ease-in;
}

.search-wrapper {
  position: absolute;
  width: calc(290px + 1.43 * 38px) !important;
  padding: 10px;
  background-color: #07122b;
  border-color: #07122b;
  text-align: right;
  border: 1px solid transparent;
  font-family: Montserrat,Arial,Helvetica,sans-serif;
  font-weight: 400;
  color: #747474;
  left: auto;
  right: 100px;
  top: 63px;
  visibility: hidden;
  opacity: 0;
  transition: opacity .2s ease-in;
}

.search-wrapper form {
  position: relative;
}

.search-wrapper form .searchsubmit {
  position: absolute;
  top: 0;
  margin: 0;
  font: 100% Arial,Helvetica,sans-serif;
  vertical-align: middle;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  text-indent: 0;
  cursor: pointer;
  font-family: icomoon;
  font-weight: 400;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding: 0;
  background: #000;
  border: none;
  border-radius: 0;
  color: #fff;
  font-size: 1em;
  height: 38px;
  width: 38px;
  line-height: 38px;
  right: 0;
  transition: none;
}

.open-form .search-wrapper {
  visibility: visible;
  opacity: 1;
  z-index: 999;
}

.open-form .search-wrapper input:focus {
  outline: none;
}

.search-wrapper form .searchsubmit:hover {
  background-color: #009d8d;
}

/* =============== Content =============== */

.body-container-wrapper {}
.body-container {}

.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}


/* =============== Footer =============== */

.footer-container-wrapper {}
.footer-container {}


/* ==========================================================================
4. MAIN NAVIGATION                                            
========================================================================== */


/* =============== Custom Menu Primary =============== */

/* Parent List */
.custom-menu-primary .hs-menu-wrapper>ul {
  float: right;
  position: relative;
  z-index: 200;
}

.custom-menu-primary .hs-menu-wrapper > ul > li {
  padding-right: 20px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  -webkit-font-smoothing: subpixel-antialiased;
  font-family: 'Montserrat';
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0px;
  font-style: normal;
  border-top: 3px solid transparent;
  height: 63px;
  line-height: 60px;
  color: #ffffff;
}



.custom-menu-primary .hs-menu-wrapper>ul>li>a:hover {
  border-color: #1fff8a;
  color: #1fff8a;
}




/* Child List */

.custom-menu-primary .hs-menu-wrapper > ul ul{
  background-color: #fff;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{}

/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:1025px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
  }


  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(7) > a {
    border: 1px solid #1fff8a;
    color: #1fff8a;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    background: rgba(160,206,78,0);
    text-transform: uppercase;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    -webkit-border-radius: 25px;
    padding: 9px 20px;
    line-height: 14px;
    font-size: 12px;
    height: auto;
    margin-top: 16px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(7)  > a:hover {
    border-color: #1fff8a;
    background: #1fff8a;
    color: rgba(255,255,255,.9);
  }
}


/* =============== Mobile Toggle Menu =============== */

/* Hide button on Desktop */
.mobile-trigger, .child-trigger{ display: none; }

@media (max-width: 1024px){

  /* Menu Reset */
  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color:#fff;
  }

  /* ===== Mobile Toggle Button ===== */

  .mobile-trigger {
    transition-property: color,background-color,border-color;
    transition-duration: .2s;
    transition-timing-function: linear;
    font-family: icomoon!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    font-size: 21px;
    margin-left: 20px;
    color: #dadada;
    display: block;
    position: absolute;
    right: 30px;
    cursor: pointer;
    top: -45px;
  }

  .mobile-trigger:before {
    content: "\f0c9";
    color: #dadada;
  }

  .child-trigger:hover:after {
    color: #009d8d;
  }




  /* ===== Mobile Child Toggle Buttons ===== */

  .child-trigger {
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 1px;
    right: 0;
    min-width: 50px !important;
    height: 40px !important;
    padding: 0 !important;
    border-left: 0;
    color: #333333;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    width: 50px;
  }

  .child-trigger:after {
    display: block;
    margin: 0;
    content: '\e61f';
    font-family: icomoon;
    position: absolute;
    right: 20px;
  }


  /* ===== Mobile Menu Styles ===== */  

  .custom-menu-primary.js-enabled {
    position: relative;
    padding-top: 0;
    margin: 0;
    width: 100%;
    min-height: 0;
  }

  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-wrapper,
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
    display: none;
  }  

  /* Make child lists appear below parent items */
  .custom-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper {
    width: 100%;
    position: relative;
    top: 20px;
    left: 0;
    padding: 0;
    padding-top: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    width: 100%; /* Full screen width */
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }

  .custom-menu-primary .hs-menu-wrapper > ul li a {
    padding: 0 10px;
    color: #fff;
    display: block;
    border-bottom: 1px solid transparent;
    padding: 0 12px;
    color: #333333;
    line-height: 40px;
    background-color: #f9f9f9;
    border-color: #dadada;
    height: 40px;
    font-family: 'Montserrat';
    font-weight: 400;
    font-style: normal;
    font-size: 13px;
    letter-spacing: 0px;
    padding-left: 30px;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li {
    border-top: 0;
    position: relative;
    font-size: 12px;
    line-height: normal;
  }


  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color: #fff;
  }

  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: transparent;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 10px; /* Indent Child lists */
    font-size: 16px; /* Font size of child lists */
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }

  /* Level 4 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
}


/* ==========================================================================
5. BLOG                                        
========================================================================== */


/* Blog */
body.hs-blog-post {}
.hs-blog-lay .blog-post-wrapper .post-body img {
  border: 7px solid #fff;
  border-radius:5px;
  box-shadow:1px 1px 2px 1px #cfcfcf;
}
.hs-blog-lay.hs-blog-listing .blog-section .post-listing{
  overflow: visible;
  margin-bottom: 0;
  margin: 0;
  width: 100%;
}

.hs-blog-lay .body-container-wrapper {
  background: #fff;
  padding: 70px 15px 140px;
}
.hs-blog-lay .hs-author-social-links a.hs-author-social-link{
  width: 24px;
  height: 24px;
  line-height: 24px;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  display: inline-block;
  text-indent: -99999px;
}
.hs-blog-lay .post-header h2 {
  margin-top: 0;
}
.hs-blog-lay #hubspot-author_data {
  font-style: italic;
}
.hs-blog-lay .blog-listing-wrapper .post-listing .post-item {
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px 1px #e0e0e0;
  -moz-box-shadow: 0 1px 3px 1px #e0e0e0;
  -o-box-shadow: 0 1px 3px 1px #e0e0e0;
  -ms-box-shadow: 0 1px 3px 1px #e0e0e0;
  box-shadow: 0 1px 3px 1px #e0e0e0;
  margin-bottom: 50px;
}
.hs-blog-lay .blog-listing-wrapper .post-listing .post-item .inner {
  padding: 18px;
}
.hs-blog-lay .hs-featured-image-wrapper,
.hs-blog-lay .hs-featured-image-wrapper .hs-featured-image-link {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  display: block;
}
.hs-blog-lay .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  float: none;
  width: auto;
  margin: 0;
  max-width: none;
  max-width: 100%;
}
.hs-blog-lay a.more-link {
  font-size: 30px;
  font-weight: bold;
}
.hs-blog-social-share {
  padding: 10px 0 0 0;
  height: auto;
}
#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }
.blog-pagination {
  text-align: center;
}
.blog-pagination a {
  display: inline-block;
  padding: 6px 12px;
  margin: 0 10px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius:4px;
}
.blog-pagination a:hover {
  background-color: #eee;
}
.blog-pagination .previous-posts-link {
  float: left;
}
.blog-pagination .all-posts-link {}
.blog-pagination .next-posts-link {
  float: right;
}

/* Author Page */
.hs-blog-lay .hs-author-listing-header {
  margin: 55px 0;
}
.hs-blog-lay.blog .blog-sidebar {
  padding: 20px 15px 20px 15px;
  background: #f4f4f4;
  border-radius:4px;
  box-shadow:0 1px 3px 1px #cfcfcf;
}

.hs-blog-lay.hs-blog-post .blog-sidebar{
  margin-top: 105px;
}
/* Blog Modules */
.hs-blog-lay.blog .blog-sidebar .widget-span {
  padding-bottom: 30px;
  margin-bottom: 40px;
  border-bottom: 1px solid #d8d8d8;
}
.hs-blog-lay.blog .blog-sidebar .row-fluid-wrapper:last-child .widget-span  {
  border: none;
  margin: 0;
  padding: 0;
}
.hs-blog-lay.blog .blog-sidebar h3,
.hs-blog-lay.blog .blog-sidebar h1,
.hs-blog-lay.blog .blog-sidebar h2,
.blog-sidebar-search .hs-search-field__bar label{
  font-size: 19px;
  font-family: Nexa-Bold, Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0px;
  font-style: normal;
  margin-top: 0em;
  margin-bottom: 0.7em;
  display: block;
}
.hs-blog-lay.blog .blog-sidebar h3:first-child,
.hs-blog-lay.blog .blog-sidebar h2:first-child {
  margin-top: 0;
}
.hs-blog-lay.blog .blog-sidebar ul {
  list-style: none;
  padding: 0;
}
.hs-blog-lay.blog .blog-sidebar li {
  margin-bottom: 14px;
}
.hs-blog-lay.blog .blog-sidebar li a {
  transition:color .2s;
}
.hs-blog-lay .text-center {
  text-align: center;
}
.blog-sidebar-search .hs-search-field__bar form {
  position: relative;
  z-index: 3;
  padding-right: 37px;
}

.blog-sidebar-search .hs-search-field__bar form button {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 38px;
  width: 38px;
  border: 1px solid transparent;
  text-align: center;
  -webkit-appearance: none;
  outline: 0;
  background: rgba(160,206,78,0);
  text-transform: uppercase;
  color: #1fff8a;
  transition: all .2s;
  border-width: 1px;
  border-style: solid;
  border-color: #1fff8a;
  cursor: pointer;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
}

.blog-sidebar-search .hs-search-field__bar form button svg {
  fill: #1fff8a;
  width: 16px;
  height: 16px;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
}

.blog-sidebar-search .hs-search-field__bar form button:hover {
  background: #1fff8a;
  color: rgba(255,255,255,.9);
}

.blog-sidebar-search .hs-search-field__bar form button:hover svg {
  fill: rgba(255,255,255,.9);
}
.blog-sidebar-search  ul.hs-search-field__suggestions {
  position: absolute;
  top: 100%;
  border: none !important;
  background: #fff;
  -webkit-box-shadow: 0 1px 3px 1px #e0e0e0;
  -moz-box-shadow: 0 1px 3px 1px #e0e0e0;
  -o-box-shadow: 0 1px 3px 1px #e0e0e0;
  -ms-box-shadow: 0 1px 3px 1px #e0e0e0;
  box-shadow: 0 1px 3px 1px #e0e0e0;
}

.blog-sidebar-search .hs-search-field.hs-search-field--open ul.hs-search-field__suggestions {
  padding: 10px;
}

.blog-sidebar-search .hs-search-field {
  z-index: 5;
}
.blog-sidebar-search .hs-search-field .hs-search-field__suggestions a:hover, 
.blog-sidebar-search .hs-search-field .hs-search-field__suggestions a:focus {
  background-color: transparent;
  outline: 0;
}
.hs-blog-lay .blog-post-wrapper .post-body img {
  border: 7px solid #fff;
  border-radius: 5px;
  box-shadow: 1px 1px 2px 1px #cfcfcf;
  width: auto !important;
}
.blog-pagination {
  margin-bottom: 40px;
}
.replying {
  padding: 0;
}
.comment-date {
  font-size: 13px;
  text-align: left;
  display: block;
}
.comment-from h4 {
  font-size: 1.2em;
  font-weight: 700;
  margin: 0;
}
.hs-blog-lay  .section.post-body p {
  margin: 1em 0;
}
/* ==========================================================================
6. FORMS                                        
========================================================================== */


/* =============== Global Form Styles =============== */

/* Form Field */
.hs-form-field {
  margin-bottom: 10px;
}

/* Descriptions */
.hs-field-desc {}

/* Labels and Legends */
label {}
.hs-form-field > label {}

/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Arial,Helvetica,sans-serif;
  vertical-align: middle;
  -webkit-appearance: none;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid #d2d2d2;
  background-color: #ffffff;
  color: #aaa9a9;
  font-size: 13px;
  border-color: #d2d2d2;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  border-width: 1px;
  min-height: 38px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: normal;
  display: block;
  max-width: 767px;
  width: 100%;
}

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {}

/* Separate Styles for Multiple Line Inputs */
textarea {}
textarea:focus {}

/* Separate Styles for Drop Downs */
select {}
select:focus {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list {
  list-style: none;
  padding: 0;
}
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}

/* Required */
input:focus:required:invalid, 
textarea:focus:required:invalid, 
select:focus:required:invalid {}

input:focus:required:invalid:focus, 
textarea:focus:required:invalid:focus, 
select:focus:required:invalid:focus {}

/* Error */
.hs-error-msgs label{}

/* Placeholder Text */
::-webkit-input-placeholder {
  color: #aaa9a9;
  opacity: 1;
} /* Webkit Browsers */
:-moz-placeholder {
  color: #aaa9a9;
} /* Firefox 18- */
::-moz-placeholder {
  color: #aaa9a9;
} /* Firefox 19+ */
:-ms-input-placeholder {
  color: #aaa9a9;
  opacity: 1;
} /* IE10 */


/* =============== Multi Column Form =============== */

.hs-form fieldset.form-columns-1 {}
.hs-form fieldset.form-columns-1 .hs-form-field {}
.hs-form fieldset.form-columns-2 {}
.hs-form fieldset.form-columns-2 .hs-form-field {}
.hs-form fieldset.form-columns-3 {}
.hs-form fieldset.form-columns-3 .hs-form-field {}

/* Multiple Selection Inputs */
form.hs-form .hs-form-field ul.inputs-list li input {}
input[type="radio"] {}
input[type="checkbox"] {}
form.hs-form fieldset { max-width: none; }
form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; }
form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }
form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }
form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }
form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }

@media (max-width: 400px) {
  form.hs-form fieldset .hs-form-field { padding: 0; }
  form.hs-form fieldset.form-columns-3 .hs-form-field,
  form.hs-form .form-columns-2 .hs-form-field .hs-input, 
  form.hs-form .form-columns-3 .hs-form-field .hs-input { width: 100%; }
  form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto; }
}


/* =============== Blog Comment Form =============== */

/* Label */
#comment-form .hs-form-field > label {}
#comment-form label {}

/* Inputs */
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

#comment-form textarea {}
#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {}


/* =============== Blog Subscription Form =============== */

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {}
#hs_form_target_blog_subscription label {}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}
#hs_form_target_blog_subscription input[type="radio"], #hs_form_target_blog_subscription input[type="checkbox"] {
  width: auto;
  margin-right: 10px;
}

/* =============== Google Search Form =============== */

/* Label */
.widget-type-google_search label {}

/* Input */
.widget-type-google_search input[type="text"] {}
.widget-type-google_search input[type="focus"] {}


/* ==========================================================================
7. BUTTONS                                        
========================================================================== */


/* =============== All Global Buttons (Excluding CTAs) =============== */

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  text-decoration: none !important;
  margin-top: 20px;
  margin-bottom: 20px;
  font: 100% Arial,Helvetica,sans-serif;
  vertical-align: middle;
  text-decoration: none;
  display: inline-block;
  position: relative;
  zoom: 1;
  border: 1px solid transparent;
  text-align: center;
  -webkit-appearance: none;
  outline: 0;
  background: rgba(160,206,78,0);
  text-transform: uppercase;
  color: #1fff8a;
  transition: all .2s;
  border-width: 1px;
  border-style: solid;
  border-color: #1fff8a;
  border-radius: 25px;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  -webkit-border-radius: 25px;
  padding: 11px 23px;
  line-height: 16px;
  font-size: 13px;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 0px;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background: #1fff8a;
  color: rgba(255,255,255,.9);
  border-color: rgba(255,255,255,.9);
}

ul.no-list.hs-error-msgs.inputs-list {
  margin: 10px 0 0 0;
  list-style: none;
  padding: 0;
}

ul.no-list.hs-error-msgs.inputs-list label {
  color: red;
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {}


/* =============== Form Module Button =============== */

.hs_cos_wrapper_type_form .hs-button.primary.large {}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


/* =============== Blog Comment Button =============== */

#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* =============== Blog Subscription Button =============== */

#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* =============== Google Search Button =============== */

.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}


/* ==========================================================================
8. MISCELLANEOUS                                      
========================================================================== */


/* Styles that do not fit into any of the available sections above can go here. */

.banner-area-wrapper {
  max-width: 100%;
  min-height: 378px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
  z-index: 2;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner-area-wrapper .banner-inner {
  margin: 0 auto;
  width: 100%;
}

.banner-area-wrapper .banner-inner h2 {
  margin: -2px 0 17px;
  color: #fff;
  letter-spacing: 0px;
  font-style: normal;
  font-family: Nexa-Bold,Arial,Helvetica,sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

.banner-area-wrapper .banner-inner h3 {
  margin: 0;
  font-family: Nexa-Bold, Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 0px;
  font-style: normal;
  padding: 0;
  text-align: center;
  color: #1FFF80;
  font-size: 15px;
  line-height: 18px;
}

.footer-bottom {
  border-top-width: 1px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
  z-index: 10;
  position: relative;
  border-top: 1px solid #4b4c4d;
  background: #07122b;
  border-color: #ffffff;
}

#toTop {
  background-color: #333;
  border-radius: 4px 4px 0 0;
  bottom: 0;
  color: #fff;
  display: none;
  height: 35px;
  position: fixed;
  right: 75px;
  text-align: center;
  text-transform: uppercase;
  width: 48px;
  opacity: .9;
  z-index: 100000;
  transition: all .2s ease-in-out 0s;
}

#toTop:before {
  line-height: 35px;
  content: '\f106';
  -webkit-font-smoothing: antialiased;
  font-family: icomoon;
  font-size: 22px;
}

#toTop:hover {
  background-color: #009d8d;
}

.footer-bottom .page-center > div > div {
  display: table;
  width: 100%;
}

.footer-bottom .copyright {
  display: table-cell !important;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  color: #ffffff;
  font-size: 10px;
  float: none;
}

.footer-bottom .copyright p {
  margin: 0;
}

.fusion-social-links-footer {
  display: table-cell;
  vertical-align: middle;
  text-align: right !important;
  float: right !important;
}

.fusion-social-links-footer .fusion-social-networks .fusion-social-networks-wrapper a.fusion-social-network-icon:before {
  transition-property: color,background-color,border-color;
  transition-duration: .2s;
  transition-timing-function: linear;
  color: #1fff89;
}

.fusion-icon-feed:before,
.fusion-icon-rss:before {
  content: "\e606";
}

.fusion-icon-twitter:before {
  content: "\e605";
}

.fusion-icon-linkedin:before {
  content: "\e60f";
}

.fusion-social-links-footer .fusion-social-networks {
  margin-top: 10px;
}

.fusion-social-links-footer .fusion-social-networks .fusion-social-networks-wrapper {
  margin: 0 -10px;
}

.fusion-social-links-footer .fusion-social-networks .fusion-social-networks-wrapper a.fusion-social-network-icon {
  transition-property: color,background-color,border-color;
  transition-duration: .2s;
  transition-timing-function: linear;
  cursor: pointer;
  font-family: icomoon!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-shadow: none!important;
  text-decoration: none;
  display: inline-block;
  margin: 0 10px 10px 6px;
  font-size: 18px;
  color: #1fff89;
}

.fusion-social-links-footer .fusion-social-networks .fusion-social-networks-wrapper a.fusion-social-network-icon span.screen-reader-text {
  border: 0;
  clip: rect(1px,1px,1px,1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute!important;
  width: 1px;
  word-wrap: normal!important;
}

.footer-top {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-top: 12px solid #e9eaee;
  background: #363839;
  overflow: hidden;
  position: relative;
  padding-left: 30px;
  padding-right: 30px;
  background-color: #07122b;
  border-color: #009989;
  border-top-width: 8px;
  padding-top: 50px;
  padding-bottom: 35px;
  color: #ffffff;
}

.footer-top h4 {
  color: #009989;
  margin: 0 0 28px;
  text-transform: uppercase;
}

.footer-top p {
  margin: 0;
}

.footer-top p a {
  color: #1fff89;
}

.footer-top p a:hover {
  color: #009d8d;
}

.footer-top .footer-logo {
  margin: 0px 0 50px;
}

.footer-menu ul li a {
  color: #1fff89;
}

.footer-menu ul li a:hover {
  color: #009d8d;
}

.footer-address {
  margin-right: -2px;
}

.footer-middle {
  margin-right: -2px;
}

.body-wrap {
  padding-top: 20px;
  padding-right: 30px;
  padding-bottom: 20px;
  padding-left: 30px;
}

a#back-to-top:hover {
  background-color: #009d8d;
}


/* Full Width Layout */

.full-width-lay .body-wrap {
  padding-top: 75px;
  padding-bottom: 60px;
}

.one-column-with-bg-wrapper {
  margin-top: 0px;
  margin-bottom: 20px;
  position: relative;
}

.one-column-with-bg-wrapper .fusion-reading-box-container {
  z-index: 1;
  position: relative;
  margin-top: 0px;
  margin-bottom: 84px;
}

.one-column-with-bg-wrapper .fusion-reading-box-container .reading-box {
  border-width: 1px;
  border-color: #f6f6f6;
  border-top-width: 3px;
  border-top-color: #009d8d;
  border-style: solid;
  padding: 28px 28px 27px 31px;
}

.one-column-with-bg-wrapper .fusion-reading-box-container .reading-box h2 {
  margin: 0;
  padding: 0;
  font-family: Nexa-Bold, Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0px;
  font-style: normal;
  font-size: 28px;
}

.one-column-with-bg-wrapper .fusion-reading-box-container .reading-box .reading-box-additional {
  margin-top: 8px;
}

.one-column-with-bg-wrapper .fusion-reading-box-container .reading-box .reading-box-additional p:last-of-type {
  margin-bottom: 0;
}

.one-column-with-bg-wrapper .fusion-reading-box-container .reading-box .reading-box-additional table {
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
  background-color: transparent;
}

.one-column-with-bg-wrapper .fusion-reading-box-container .reading-box .reading-box-additional table tr td {
  border-color: #e0dede;
}

.contact-lay .body-wrap {
  padding-top: 55px;
  padding-bottom: 40px;
}

.contact-lay .main-content h1 {
  margin-top: 0px;
  margin-bottom: 30px;
}

.contact-lay .main-content form span.hs-form-required {
  display: none;
}

.contact-lay .main-content form {
  padding-top: 22px;
}

.contact-lay .main-content form textarea {
  width: 100%;
  max-width: 100%;
  color: #aaa9a9;
  font-size: 13px;
  padding: 12px 15px;
  min-height: 150px;
}

.contact-lay .main-content form input.hs-button.primary.large {
  margin-top: 10px;
}

.contact-sidebar h4 {
  font-family: Nexa-Bold, Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.43;
  letter-spacing: 0px;
  font-style: normal;
  font-size: 14px;
  color: #333333;
}

.contact-sidebar.contact-sidebar .contact-info-container p {
  margin: 0;
}

.contact-sidebar.contact-sidebar .contact-info-container p.address {
  margin: 0 0 15px;
}

.contact-sidebar .contact_info {
  margin-bottom: 45px;
  position: relative;
}

.contact-sidebar .fusion-button-wrapper a.cta_button {
  display: inline-block;
  position: relative;
  zoom: 1;
  border: 1px solid transparent;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  padding: 9px 20px;
  line-height: 14px;
  font-size: 12px;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 0px;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
  outline: 0;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  border-width: 0px;
  border-color: #ffffff;
  background: #009c8c;
  width: auto;
  color: #fff;
  margin-bottom: 14px;
}

.contact-sidebar .support {
  margin-bottom: 22px;
}

.contact-sidebar .services .fusion-button-wrapper a.cta_button {
  margin-bottom: -6px;
}

.contact-sidebar .social_links .fusion-social-networks-wrapper a {
  transition-property: color,background-color,border-color;
  transition-duration: .2s;
  transition-timing-function: linear;
  cursor: pointer;
  font-family: icomoon!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
  background-clip: inherit;
  border: 1px solid #46494a;
  color: #fff;
  text-decoration: none;
  margin: 0 3.5px 10px;
  border-radius: 4px;
  padding: 8px;
  font-size: 16px;
  color: #1FFF89;
  background-color: #07122B;
  border-color: #07122B;
}

.fusion-icon-facebook:before {
  content: "\e604";
}

.fusion-icon-vimeo:before {
  content: "\e607";
}

.fusion-icon-youtube:before {
  content: "\e622";
}

.contact-sidebar .social_links .fusion-social-networks-wrapper {
  margin: 0 -3.5px;
}

.contact-sidebar .social_links {
  margin-bottom: 45px;
  position: relative;
}

.contact-sidebar .social_links .fusion-social-networks-wrapper a:hover {
  opacity: .8;
}



/* Vision Layout */


.has-slider-banner .header-wrapper {
  background: transparent;
}

.full-width-slider-container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.full-width-slider-container .tfs-slider {
  margin-bottom: 0;
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  transform: translate(0,0);
  left: 0;
  background-color: transparent;
  position: relative;
}

.full-width-slider-container .tfs-slider ul.slick-slider {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  z-index: 2;
  height: 100%;
}

.slider-section-wrapper {
  position: relative;
}

.full-width-slider-container .tfs-slider ul.slick-slider li.slick-slide .background.background-image {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 2;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.full-width-slider-container .tfs-slider ul.slick-slider li.slick-slide .slide-content-container {
  position: absolute;
  top: 50%;
  width: 100%;
  padding: 0;
  z-index: 5;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
}

.full-width-slider-container .tfs-slider ul.slick-slider li.slick-slide .slide-content-container h2.title-heading-center {
  color: rgb(255, 255, 255);
  font-size: 44px;
  line-height: 52px;
  margin: 0 0 14px;
}

.full-width-slider-container .tfs-slider ul.slick-slider li.slick-slide .slide-content-container h3.title-heading-center {
  color: rgb(31, 255, 137);
  font-size: 24px;
  line-height: 28px;
  padding: 0;
  text-align: center;
  margin: 0;
}

.full-width-slider-container .slick-arrow {
  text-decoration: none;
  -webkit-transition: all .3s ease;
  z-index: 100;
  overflow: hidden;
  cursor: pointer;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  color: #fff;
  font-family: icomoon;
  text-align: center;
  position: absolute;
  background-color: rgba(0,0,0,.5);
  background-repeat: no-repeat;
  padding: 0;
  border: 0;
  text-indent: -2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 63px;
  height: 63px;
  line-height: 63px;
  font-size: 0;
  opacity:0;
}

.full-width-slider-container .slick-arrow:focus {
  outline: none;
}

.full-width-slider-container .slick-arrow.slick-next:before {
  content: '';
  position: absolute;
  font-size: 25px;
  width: 100%;
  height: 100%;
  right: -2px;
}

.full-width-slider-container .slick-arrow.slick-prev:before {
  content: '';
  position: absolute;
  font-size: 25px;
  width: 100%;
  height: 100%;
  left: 0;
}

.full-width-slider-container .slick-arrow.slick-next {
  right:0;
}

.full-width-slider-container .tfs-slider:hover .slick-arrow {
  opacity:0.8;
}

.full-width-slider-container .tfs-slider:hover .slick-arrow:hover {
  opacity:1;
}

.full-width-slider-container .tfs-slider ul.slick-slider li.slick-slide .slide-content-container h3.title-heading-center {
  color: rgb(31, 255, 137);
  padding: 0;
  text-align: center;
  margin: 0;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0;
  font-family: Nexa-Bold, Arial, Helvetica, sans-serif;
  font-weight: 400;
}


.three-column-content-section.wrapper {
  padding-top: 55px;
  padding-right: 15%;
  padding-bottom: 2%;
  padding-left: 15%;
  position: relative;
  margin-left: -50px;
  margin-right: -50px;
}

.vision-lay .row1-wrapper {
  padding-left: 50px;
  padding-right: 50px;
}

.slider-section-wrapper {
  position: relative;
  margin-top: -1px;
  margin-left: -50px;
  margin-right: -50px;
}

.three-column-content-section.wrapper .full-content h3 {
  font-size: 28px;
  font-family: Nexa-Bold, Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0px;
  font-style: normal;
  margin-top: 0em;
  margin-bottom: 0.7em;
}

.three-column-content-section.wrapper .full-content h3 span {
  color: #009989;
}

.three-column-content-section.wrapper .full-content {
  padding-bottom: 20px;
}

.three-column-content-section.wrapper .three-column-content-wrapper .three-col-content {
  width: calc(33.33% - ( ( 4% + 4% ) * 0.3333 ) );
  margin-right: 4%;
  margin-top: 0px;
  margin-bottom: 20px;
  float: left;
  position: relative;
}

.three-column-content-section.wrapper .three-column-content-wrapper .three-col-content.column3 {
  margin-right: 0;
}

.three-column-content-section.wrapper .three-column-content-wrapper .three-col-content h4 {
  color: #07132b;
  font-size: 16px;
  font-family: Nexa-Bold, Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.43;
  letter-spacing: 0px;
  font-style: normal;
}

.two-column-left-image-wrapper {
  margin-left: -50px;
  margin-right: -50px;
  position: relative;
  background-color: #07122b;
  padding-top: 0px;
  padding-right: 10%;
  padding-bottom: 0px;
  padding-left: 0%;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #eae9e9;
  border-top-style: solid;
  border-bottom-style: solid;
}

.two-column-left-image-wrapper .left-image {
  position: relative;
  float: left;
  width: calc(50% - ( ( 5% ) * 0.5 ) );
  margin-right: 5%;
}

.two-column-left-image-wrapper .left-image .fusion-column-wrapper {
  height: 100%;
  /*   background-position: center center; */
  background-repeat: no-repeat;
  background-size: cover;
}

.two-column-left-image-wrapper .right-content {
  width: calc(50% - ( ( 5% ) * 0.5 ) );
  margin: 0;
  position: relative;
  float: left;
}

.two-column-left-image-wrapper .right-content .fusion-column-wrapper {
  padding: 60px 0px 80px 30px;
}

.two-column-left-image-wrapper .right-content h2 {
  font-size: 28px;
  font-family: Nexa-Bold, Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0px;
  font-style: normal;
  margin: 0;
  margin-bottom: 30px;
}

.two-column-left-image-wrapper .right-content h2 span {
  color: #fff;
}

.two-column-left-image-wrapper .right-content h4 {
  font-size: 16px;
  font-family: Nexa-Bold, Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.43;
  letter-spacing: 0px;
  font-style: normal;
  color: #07132b;
}

.two-column-left-image-wrapper .right-content h4 span {
  color: #1fff89;
}

.two-column-left-image-wrapper .right-content p {
  margin-top: 0;
  margin-bottom: 20px;
}

.two-column-left-image-wrapper .right-content p span {
  color: #fff;
}

.two-column-left-image-wrapper .right-content .fusion-column-wrapper {
  padding: 60px 0px 80px 30px;
}

.two-column-left-image-wrapper .right-content .cta-wrapper a img {
  padding-top: 22px;
}

.one-column-top-image-group {
  margin-left: -50px;
  margin-right: -50px;
  position: relative;
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 2%;
  padding-right: 30px;
  padding-bottom: 2%;
  padding-left: 30px;
  text-align: center;
}

.one-column-top-image-group .top-content h2 {
  font-family: Nexa-Bold, Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0px;
  font-style: normal;
  font-size: 28px;
  margin-top: 0px;
  margin-bottom: 30px;
}

.one-column-top-image-group .top-content p {
  color: #009d8d;
  font-size: 17px;
  text-align: center;
}

.one-column-top-image-group .top-image-group .top-image-item {
  position: relative;
  display: inline-block;
  float: left;
  vertical-align: top;
}

.one-column-top-image-group .top-image-group.six .top-image-item {
  width: calc(16.66% - ( ( 4% + 4% + 4% + 4% + 4% ) * 0.1666 ) );
  margin-right: 4%;
  margin-top: 0px;
  margin-bottom: 20px;
}

.one-column-top-image-group .top-image-group.six .top-image-item:last-child {
  margin-right: 0;
}

.one-column-top-image-group .top-content {
  padding-bottom: 20px;
}

.one-column-top-image-group .top-image-group .top-image-item .fusion-text h4 {
  color: #07132b;
  font-size: 16px;
  font-family: Nexa-Bold, Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.43;
  letter-spacing: 0px;
  font-style: normal;
  margin-top: 1.33em;
  margin-bottom: 1.33em;
}

.one-column-top-image-group .top-image-group .top-image-item .fusion-text {
  margin-top: -1px;
}

.one-column-top-image-group .bottom-content {
  padding-bottom: 20px;
}

.one-column-content-with-image {
  position: relative;
  margin-left: -50px;
  margin-right: -50px;
  background-color: #ffffff;
  padding-top: 2%;
  padding-right: 30px;
  padding-bottom: 2%;
  padding-left: 30px;
}

.one-column-content-with-image .section-image {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 20px;
}

.one-column-content-with-image .section-content {
  width: calc(66.66% - ( ( 4% + 4% ) * 0.6666 ) );
  margin: 0 auto 20px;
}

.one-column-content-with-image .section-content h2 {
  margin: 0 0 20px;
  font-family: Nexa-Bold, Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0px;
  font-style: normal;
  font-size: 28px;
  text-align: center;
}

.one-column-content-with-image .section-content h2 span {
  color: #009989;
}

.one-column-content-with-image .section-content h4 {
  font-size: 16px;
  color: #07132b;
  font-family: Nexa-Bold, Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.43;
  letter-spacing: 0px;
  font-style: normal;
  margin-top: 1.33em;
  margin-bottom: 1.33em;
}

.one-column-content-with-image .section-content ul {
  color: #747474;
}

.one-column-content-with-image .section-content ul li span {
  color: #000000;
}

.one-column-content-with-image .btn-wrapper a {
  -webkit-font-smoothing: antialiased ;
  cursor: pointer ;
  -moz-user-select: none ;
  -webkit-user-select: none ;
  -o-user-select: none ;
  user-select: none ;
  display: inline-block ;
  font-weight: normal ;
  text-align: center ;
  text-decoration: none ;
  font-family: sans-serif ;
  background: rgb(31,255,138) ;
  color: rgb(7, 18, 43) ;
  border-radius: 4px ;
  border-width: 0px ;
  transition: all .4s ease ;
  -moz-transition: all .4s ease ;
  -webkit-transition: all .4s ease ;
  -o-transition: all .4s ease ;
  text-shadow: none ;
  line-height: 1.5em ;
  padding: 6px 18px ;
}

.two-column-left-image-wrapper .right-content .fusion-column-wrapper ul li span {
  color: #fff;
}

.two-column-left-image-wrapper .right-content .fusion-column-wrapper .cta-wrapper a.right-cta {
  -webkit-font-smoothing: antialiased ;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none ;
  user-select: none ;
  display: inline-block ;
  font-weight: normal ;
  text-align: center ;
  text-decoration: none ;
  font-family: sans-serif ;
  background: rgb(31,255,138) ;
  color: rgb(7, 18, 43) ;
  border-radius: 4px;
  border-width: 0px ;
  transition: all .4s ease ;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease ;
  text-shadow: none ;
  line-height: 1.5em ;
  padding: 6px 18px ;
}

.two-column-content-with-bg {
  position: relative;
  margin-left: -50px;
  margin-right: -50px;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 5%;
  padding-right: 15%;
  padding-bottom: 5%;
  padding-left: 15%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #ffffff;
}

.two-column-content-with-bg .top-content {
  margin-top: 0px;
  padding-bottom: 20px;
}

.two-column-content-with-bg .top-content h2 {
  margin: 0 0 30px;
  font-family: Nexa-Bold, Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0px;
  font-style: normal;
  font-size: 28px;
  text-align: center;
  color: #fff;
}

.two-column-content-with-bg .two-column-content .col-content {
  position: relative;
  float: left;
  width: calc(50% - ( ( 4% ) * 0.5 ) );
  margin-right: 4%;
  margin-top: 0px;
  margin-bottom: 20px;
}

.two-column-content-with-bg .two-column-content .col-content.right-column {
  margin-right: 0;
}

.two-column-content-with-bg .two-column-content .col-content h4 {
  margin-top: 1.33em;
  margin-bottom: 1.33em;
  font-family: Nexa-Bold, Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.43;
  letter-spacing: 0px;
  font-style: normal;
  font-size: 16px;
}

.two-column-content-with-bg .two-column-content .col-content h4 span {
  color: #1fff89;
}

.two-column-content-with-bg .two-column-content .col-content p span {
  color: #fff;
}

.two-column-content-with-bg .two-column-content .col-content.right-column {
  margin-right: 0;
  margin-top: 47px;
}

.two-column-content-with-bg .two-column-content .col-content h3 {
  margin-top: 0em;
  margin-bottom: 0.7em;
  font-family: Nexa-Bold, Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0px;
  font-style: normal;
  font-size: 28px;
  color: #1fff89;
}

.two-column-content-with-bg .two-column-content .col-content h4 {
  font-size: 16px;
  color: #fff;
}

.two-column-content-with-bg .two-column-content .col-content h3 + h4 span {
  color: #fff;
}

.two-column-content-with-bg .bottom-cta {
  text-align: center;
  margin-bottom: 39px;
}

.one-column-top-image-group .top-image-group.three .top-image-item {
  margin-top: 0px;
  margin-bottom: 20px;
  width: 20%;
  width: calc(20% - ( ( 4% + 4% + 4% + 4% ) * 0.2 ) );
  margin-right: 4%;
  float: none;
}

.one-column-top-image-group .top-image-group.three .top-image-item:last-child {
  margin-right: 0;
}

.one-column-top-image-group .top-image-group .top-image-item .btn-wrapper a {
  display: inline-block;
  position: relative;
  zoom: 1;
  border: 1px solid transparent;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  padding: 9px 20px;
  line-height: 14px;
  font-size: 12px;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 0px;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
  outline: 0;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  border-width: 0px;
  border-color: #ffffff;
  background: #009d8d;
  width: auto;
  color: #fff;
  margin-top: -1px;
}

.one-column-top-image-group .top-image-group .top-image-item .btn-wrapper a:hover {
  background: #1fff8a;
}

.one-column-content-with-image .btn-wrapper {
  text-align: center;
}

.vision-lay .two-column-equal-content {
  padding-top: 55px;
  position: relative;
  margin-left: -50px;
  margin-right: -50px;
  background-color: #ffffff;
  padding-right: 10%;
  padding-bottom: 2%;
  padding-left: 10%;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #eae9e9;
  border-top-style: solid;
  border-bottom-style: solid;
}

.vision-lay .two-column-equal-content .two-col {
  position: relative;
  float: left;
  margin-top: 0px;
  margin-bottom: 20px;
  width: 48%;
  margin-right: 4%;
}

.vision-lay .two-column-equal-content .two-col.right-content {
  margin-right: 0;
}

.vision-lay .two-column-equal-content .two-col h1 {
  margin-top: 0px;
  margin-bottom: 30px;
}

.vision-lay .two-column-equal-content .two-col {
  position: relative;
  float: left;
  margin-top: 0px;
  margin-bottom: 20px;
  width: 48%;
  margin-right: 4%;
  padding: 0px 60px 0px 0px;
}

.vision-lay .two-column-equal-content .two-col h4 {
  margin-top: 1.33em;
  margin-bottom: 1.33em;
  font-family: Nexa-Bold, Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.43;
  letter-spacing: 0px;
  font-style: normal;
  font-size: 16px;
}

.vision-lay .two-column-equal-content .two-col h4 span {
  color: #009989;
}

.vision-lay .two-column-equal-content .two-col.right-content {
  margin-right: 0;
  padding: 0px 0px 0px 30px;
}

.vision-lay .two-column-equal-content .two-col.right-content h3 {
  color: #009989;
}

.hs-content-id-12225171183 .two-column-left-image-wrapper .left-image {
  width: calc(50% - ( ( 30px ) * 0.5 ) );
  margin-right: 30px;
}

.two-column-left-image-wrapper.right {
  background-color: #ffffff;
  background-position: right center;
  background-repeat: no-repeat;
  padding-top: 0%;
  padding-right: 0%;
  padding-bottom: 0%;
  padding-left: 10%;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #eae9e9;
  border-top-style: solid;
  border-bottom-style: solid;
}

.two-column-left-image-wrapper.right .fusion-layout-column.left-image {
  margin-top: 0px;
  margin-bottom: 0px;
  width: 48%;
  position: relative;
  float: right;
  margin: 0;
}

.two-column-left-image-wrapper.right .fusion-layout-column.right-content {
  position: relative;
  float: left;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 48%;
  margin-right: 4%;
}

.two-column-left-image-wrapper.right .fusion-layout-column.right-content .cta-wrapper {
  padding-top: 22px;
}

.two-column-left-image-wrapper.right .fusion-layout-column.right-content .fusion-column-wrapper {
  padding: 60px 60px 80px 0px;
}

.two-column-left-image-wrapper.right .fusion-layout-column.right-content .cta-wrapper {
  padding-top: 22px;
}

.two-column-content-with-bg .two-column-content .col-content h2 {
  margin-top: 0em;
  margin-bottom: .7em;
  font-family: Nexa-Bold, Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0px;
  font-style: normal;
  font-size: 28px;
}

.two-column-content-with-bg .two-column-content .col-content h2 span {
  color: #1fff89;
}

.hs-content-id-12225171183 .two-column-content-with-bg .top-content {
  margin-top: 0px;
  padding-bottom: 0;
}

.hs-content-id-12225171183 .two-column-content-with-bg .left-column {
  padding: 0px 50px 0px 0px;
  margin-bottom: 0;
}

.hs-content-id-12225171183 .two-column-content-with-bg .right-column {
  padding: 0px 0px 0px 50px;
}

.hs-content-id-12225171183 .two-column-content-with-bg .right-column {
  padding: 0px 0px 0px 50px;
  margin-top: 44px !important;
  margin-bottom: 0;
}

.hs-content-id-12225171183 .two-column-content-with-bg .right-column h3 span {
  color: #fff;
}

.hs-content-id-12225171183 .two-column-content-with-bg .bottom-cta {
  text-align: center;
  margin-bottom: 20px;
}

.hs-content-id-12225171183 .one-column-top-image-group .bottom-content {
  padding-bottom: 0;
}

.two-column-left-section {
  position: relative;
  margin-left: -50px;
  margin-right: -50px;
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 2%;
  padding-right: 15%;
  padding-bottom: 2%;
  padding-left: 15%;
}

.two-column-left-section .left-image {
  position: relative;
  float: left;
  margin-top: 0px;
  margin-bottom: 20px;
  width: 33.33%;
  width: calc(33.33% - ( ( 4% ) * 0.3333 ) );
  margin-right: 4%;
}

.two-column-left-section .right-content {
  position: relative;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0px;
  margin-bottom: 20px;
  width: 66.66%;
  width: calc(66.66% - ( ( 4% ) * 0.6666 ) );
}

.two-column-left-section .right-content .right-inner {
  padding: 20px 0px 30px 0px;
}

.two-column-left-section .right-content .right-inner h2 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 28px;
  font-family: Nexa-Bold, Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0px;
  font-style: normal;
}

.two-column-left-section .right-content .right-inner h4 {
  font-family: Nexa-Bold, Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.43;
  letter-spacing: 0px;
  font-style: normal;
  font-size: 16px;
}

.two-column-left-section .right-content .right-inner h4 span {
  color: #009989;
}

.two-column-left-section .right-content .right-inner .cta-wrapper a {
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  display: inline-block;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  font-family: sans-serif;
  background: rgb(31,255,138);
  color: rgb(7, 18, 43);
  border-radius: 4px;
  border-width: 0px;
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  text-shadow: none;
  line-height: 1.5em;
  padding: 6px 18px;
}

.two-column-left-section .right-content .right-inner .cta-wrapper {
  margin-top: 36px;
}

.two-column-content-with-bg .two-column-content .col-content p a {
  color: #fff;
}

.two-column-left-image-wrapper .right-content .fusion-column-wrapper .cta-wrapper a.right-cta.type2 {
  font-family: 'trebuchet ms', geneva;
}

.two-column-left-image-with-animation {
  position: relative;
  margin-left: -50px;
  margin-right: -50px;
  background-color: #ffffff;
  background-position: left top;
  background-repeat: no-repeat;
  padding-top: 5%;
  padding-right: 15%;
  padding-bottom: 5%;
  padding-left: 15%;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #eae9e9;
  border-top-style: solid;
  border-bottom-style: solid;
}

.two-column-left-image-with-animation .left-image {
  position: relative;
  float: left;
  margin-top: 0px;
  margin-bottom: 20px;
  width: 48%;
  margin-right: 4%;
  text-align: center;
}

.two-column-left-image-with-animation .left-image .image-wrapper {
  display: inline-block;
  z-index: 1;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  max-width: 100%;
  overflow: hidden;
}

.two-column-left-image-with-animation .left-image .image-wrapper img {
  cursor: pointer;
  vertical-align: top;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
  opacity: 1;
  -webkit-transition: opacity 1s,-webkit-transform 1s;
  transition: opacity 1s,-webkit-transform 1s;
  -o-transition: opacity 1s,transform 1s;
  transition: opacity 1s,transform 1s;
  transition: opacity 1s,transform 1s,-webkit-transform 1s;
}

.two-column-left-image-with-animation .left-image .image-wrapper:hover img {
  opacity: .9;
  -webkit-transform: scale3d(1.1,1.1,1);
  transform: scale3d(1.1,1.1,1);
}

.two-column-left-image-with-animation .right-content {
  position: relative;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0px;
  margin-bottom: 20px;
  width: 48%;
}

.two-column-left-image-with-animation .right-content .cta-wrapper a {
  display: inline-block;
  position: relative;
  zoom: 1;
  border: 1px solid transparent;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  padding: 9px 20px;
  line-height: 14px;
  font-size: 12px;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 0px;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
  outline: 0;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  border-width: 0px;
  border-color: #ffffff;
  background: #009484;
  width: auto;
  color: #fff;
}

.two-column-left-image-with-animation .right-content .cta-wrapper {
  padding-top: 30px;
}

.two-column-left-image-with-animation .right-content h2 {
  font-size: 28px;
  margin-top: 0px;
  margin-bottom: 30px;
}

.two-column-left-image-with-animation .fusion-row {
  display: flex;
  align-items: center;
  justify-content: center;
}

.two-column-left-image-with-animation .right-content .cta-wrapper a:hover {
  background: #1fff80;
}

.hs-content-id-12229048500 .one-column-top-image-group .bottom-content {
  padding-bottom: 0;
}

.two-column-community-section {
  padding-top: 55px;
  position: relative;
  margin-left: -50px;
  margin-right: -50px;
  background-color: #ffffff;
  padding-right: 5%;
  padding-bottom: 0px;
  padding-left: 5%;
  margin-bottom: 41px;
  margin-top: 20px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #eae9e9;
  border-top-style: solid;
  border-bottom-style: solid;
}

.two-column-community-section .left-content {
  position: relative;
  float: left;
  width: calc(50% - ( ( 5% ) * 0.5 ) );
  margin-right: 5%;
  margin-top: 0px;
  margin-bottom: 20px;
}

.two-column-community-section .right-content {
  position: relative;
  float: left;
  margin-top: 0px;
  margin-bottom: 0px;
  width: 50%;
  width: calc(50% - ( ( 5% ) * 0.5 ) );
}

.two-column-community-section .right-content h3 span {
  color: #009989;
}

.full-width-content-with-bg {
  position: relative;
  background-color: #ffffff;
  background-position: left top;
  background-repeat: no-repeat;
  padding-top: 5%;
  padding-right: 15%;
  padding-bottom: 5%;
  padding-left: 15%;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #eae9e9;
  border-top-style: solid;
  border-bottom-style: solid;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-left: -50px;
  margin-right: -50px;
  margin-bottom: 24px;
}

.full-width-content-with-bg .image-wrapper {
  text-align: center;
}

.full-width-content-with-bg .cta-wrapper {
  text-align: center;
}

.full-width-content-with-bg .cta-wrapper a {
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  display: inline-block;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  font-family: sans-serif;
  background: rgb(31,255,138);
  color: rgb(7, 18, 43);
  border-radius: 4px;
  border-width: 0px;
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  text-shadow: none;
  line-height: 1.5em;
  padding: 6px 18px;
  margin-top: 0;
  margin-bottom: 20px;
}

.hs-content-id-12232143618 .one-column-top-image-group .top-content {
  padding-bottom: 0;
}



/* Listing Page ===========*/
.blog-port-pagination {
  padding: 20px 0;
  text-align: center;
}
.blog-port-pagination a {
  position: relative;
}
.portfolio-blog-banner-are {
  padding-top: 120px;
  padding-bottom: 0px;
  text-align: center;
}

.listing-banner {
  border-bottom: 1px solid #e0dede;
  padding-bottom: 11px;
  margin-bottom: 30px;
}

.hs-blog-listing .blog-section .post-listing {
  overflow: hidden;
  margin-bottom: 80px;
  margin: -6px;
  width: auto;
}

.post-portfolio-post {
  padding: 6px;
  width: 25%;
  float: left;
  display: block;
}

.post-portfolio-content-wrapper {
  border: none;
  opacity: 1;
}

.post-image-wrapper {
  overflow: hidden;
  z-index: 1;
  position: relative;
  opacity: 1;
}

.post-image-wrapper img {
  border-style: none;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

.post-rollover {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100.1%;
  height: 100.1%;
  line-height: normal;
  text-align: center;
  background-image: linear-gradient(top, rgba(0,157,141,0.92) 0%, #009d8d 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0,157,141,0.92)), color-stop(1, #009d8d));
  background-image: filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#009d8d, endColorstr=#009d8d), progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  background-image: -webkit-linear-gradient(top, rgba(0,157,141,0.92) 0%, #009d8d 100%);
  background-image: -moz-linear-gradient(top, rgba(0,157,141,0.92) 0%, #009d8d 100%);
  background-image: -ms-linear-gradient(top, rgba(0,157,141,0.92) 0%, #009d8d 100%);
  background-image: -o-linear-gradient(top, rgba(0,157,141,0.92) 0%, #009d8d 100%);
}

.post-rollover-content {
  padding: 10px;
  width: 90%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a.post-rollover-link {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-indent: -10000px;
  display: inline-block;
  opacity: .9;
  position: relative;
  vertical-align: middle;
  margin: 0;
  text-decoration: none;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
  background-color: #07122b;
  width: calc(17px * 2.41);
  height: calc(17px * 2.41);
  background: #07122b;
  color: #07122b;
  line-height: 1.69;
}

a.post-rollover-link:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  text-indent: 0;
  line-height: normal;
  text-shadow: none;
  font-family: icomoon;
  font-size: 15px;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  content: '\e619';
  line-height: 1.5;
  font-size: 17px;
  line-height: 2.41;
  color: #ffffff;
}

h4.post-rollover-title {
  margin: 0;
  margin-bottom: 3px;
  margin-top: 10px;
  padding-top: 0;
  color: #07122b;
  font-size: 16px;
  font-family: Nexa-Bold, Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.43;
  letter-spacing: 0px;
  font-style: normal;
}

a.post-link-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 1;
}

.post-image-wrapper:hover .post-rollover {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transform-style: preserve-3d;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#009d8d, endColorstr=#009d8d), progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
}

h4.post-rollover-title * {
  color: inherit;
}



/* Post Page */

.banner-breadcrumb-wrap {
  border-top: 1px solid #d2d3d4;
  border-bottom: 1px solid #d2d3d4;
  background-color: #f6f6f6;
  border-color: #d2d3d4;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: -30px;
  margin-right: -30px;
  width: auto;
}
.banner-breadcrumb-wrap * {
  margin: 0;
  padding: 0;
}
.banner-breadcrumb-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 1;
  position: relative;
  height: 100%;
  width: 100%;
  height: 55px;
}
.banner-breadcrumb-wrap h1 {
  color: #333;
  font-family: Nexa-Bold, Arial, Helvetica, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0px;
  font-style: normal;
  font-size: 18px;
  line-height: 1.45;
}
.bredcrumb-col.col-right {
  margin-left: 10px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: right;
}
.bredcrumb-col .content {
  font-size: 0;
  color: #333333;
}

.vision-lay.hs-content-id-12261051752 .full-width-content-with-bg {
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 0;
}

.vision-lay.hs-content-id-12261051752 .full-width-content-with-bg h1 span {
  color: #fff;
}

.blog-breadcrumb-sep {
  padding: 0 5px 0 2px;
  display: inline-block;
}
.bredcrumb-col .content .blog-breadcrumbs * {
  font-size: 11px;
}
.bredcrumb-col .content .blog-breadcrumbs a {
  color: inherit;
}
.portfolio-blog-row {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 40px;
}
.blog-post-pagination-wrap {
  padding-top: 55px;
}
.blog-post-pagination-wrap-inner {
  height: 34px;
  line-height: 34px;
  border-top: 1px solid #e7e6e6;
  border-bottom: 1px solid #e7e6e6;
  margin-bottom: 60px;
  text-align: right;
}
.blog-post-pagination-wrap-inner a {
  display: inline-block;
  position: relative;
}
a.port-posts-link {
  margin-left: 15px;
  margin-right: 1em;
}

a.port-posts-link:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-51%);
  -ms-transform: translateY(-51%);
  transform: translateY(-51%);
  right: -1em;
  font-family: icomoon;
  content: '\f105';
}

a.port-posts-link {
  margin-left: 15px;
  margin-right: 1em;
}

a.port-posts-link:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-51%);
  -ms-transform: translateY(-51%);
  transform: translateY(-51%);
  right: -1em;
  font-family: icomoon;
  content: '\f105';
}
.port-posts-link-prev:before{
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-51%);
  -ms-transform: translateY(-51%);
  transform: translateY(-51%);
  left: -1em;
  font-family: icomoon;
  content: '\f104';
}

.widget-span.portfolio-blog-content-col {
  margin-left: 0;
}

.porfolio-blog-sidebar-content-wrap h3 {
  color: #1fff89;
  margin: 0 0 28px;
  font-family: Nexa-Bold, Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0px;
  font-style: normal;
  font-size: 28px;
}

.portfolio-blog-content {
  padding: 20px 0;
}
.post-body-content-col {
  float: left;
  padding-bottom: 20px;
}
.widget-span.portfolio-blog-content-col.col-right {
  width: calc(25% - ( ( 4% + 4% ) * 0.25 ) );
}
.widget-span.portfolio-blog-content-col.col-left {
  width: calc(75% + ( ( 4% + 4% ) * 0.25 ) );
}
.widget-span.portfolio-blog-content-col {
  margin-left: 0 !important;
}
.post-body-content-col.col-left {
  margin-top: 0px;
  width: 50%;
  width: calc(62.739% - ( ( 3% + 3% ) * .5 ) );
  margin-right: 5.195%;
}
.post-body-content-col.col-right {
  width: 50%;
  width: calc(32.87% - ( ( 3% + 3% ) * .5 ) );
  margin-right: 5.195%;
}
.post-port-body h2 {
  margin: 0 0 20px;
  margin-top: 0em;
  margin-bottom: .7em;
  color: #07132b;
  font-family: Nexa-Bold, Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0px;
  font-style: normal;
  font-size: 28px;
}
.post-port-body h4 {
  margin-top: 1.33em;
  margin-bottom: 1.33em;
  font-family: Nexa-Bold, Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.43;
  letter-spacing: 0px;
  font-style: normal;
  font-size: 16px;
  color: #07132b;
}
.post-body-content-col.col-right .feat-imag-wrap img {
  opacity: 1;
  -webkit-transition: opacity 1s,-webkit-transform 1s;
  transition: opacity 1s,-webkit-transform 1s;
  -o-transition: opacity 1s,transform 1s;
  transition: opacity 1s,transform 1s;
  transition: opacity 1s,transform 1s,-webkit-transform 1s;
  margin: 0;
  vertical-align: top;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
  max-width: 100%;
  height: auto;
  background:#fff;
}
.feat-imag-wrap {
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
  z-index: 1;
}

.feat-imag-wrap:before,
.feat-imag-wrap:after {
  position: absolute;
  bottom: 15px;
  left: 10px;
  z-index: -1;
  height: 20%;
  max-height: 100px;
  max-width: 460px;
  width: 60%;
  content: "";
  opacity: .7;
  -webkit-box-shadow: 0 17px 10px rgba(0,0,0,.7);
  box-shadow: 0 17px 10px rgba(0,0,0,.7);
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}

.feat-imag-wrap:before {
  -webkit-box-shadow: 0 17px 10px rgba(0,0,0,0.4);
  box-shadow: 0 17px 10px rgba(0,0,0,0.4);
}

.feat-imag-wrap:after {
  -webkit-box-shadow: 0 17px 10px rgba(0,0,0,0.4);
  box-shadow: 0 17px 10px rgba(0,0,0,0.4);
  left: auto;
  right: 10px;
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}

.post-body-content-col.col-right .feat-imag-wrap:hover img {
  opacity: .9;
  -webkit-transform: scale3d(1.1,1.1,1);
  transform: scale3d(1.1,1.1,1);
}
.porfolio-blog-sidebar-content-wrap {
  padding-bottom: 20px;
}

.vision-lay.hs-content-id-12261051752 #hs_cos_wrapper_widget_1566275160067 .two-column-left-image-wrapper.right {
  background-color: #07122b;
}

.post-port-body h3 {
  margin: 0 0 28px;
  font-family: Nexa-Bold, Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0px;
  font-style: normal;
  font-size: 28px;
  color: #1fff89;
}
.post-port-body img[style*="float"] {
  margin-left: 15px;
}
.portfolio-button-wrapper a {
  font-style: normal;
  display: inline-block;
  position: relative;
  zoom: 1;
  border: 1px solid transparent;
  text-align: center;
  cursor: pointer;
  padding: 11px 23px;
  line-height: 16px;
  font-size: 13px;
  background: rgba(160,206,78,0);
  text-transform: uppercase;
  color: #1fff8a;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 0px;
  outline: 0;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  border-width: 1px;
  border-color: #1fff8a;
}

.portfolio-button-wrapper a:hover {
  border-width: 1px;
  border-color: rgba(255,255,255,.9);
  background: #1fff8a;
  color: rgba(255,255,255,.9);
}
.portfolio-blog-content.post_body_docmail_wrap {
  padding-top: 0;
  padding-bottom: 0;
}

/* Topic page */
.blog-section.topic-page-wrap {
  padding-top: 61px;
  padding-bottom: 40px;
}

.blog-section.topic-page-wrap .post-portfolio-post {
  width: 50%;
}

.full-width-slider-container .tfs-slider ul.slick-slider li.slick-slide .slide-content-container .slide-content {
  max-width: 1440px;
  margin: 0 auto;
}

.hs-content-id-12259570224.vision-lay .two-column-equal-content {
  padding-right: 15%;
  padding-bottom: 2%;
  padding-left: 15%;
}

.hs-content-id-12259570224.vision-lay .two-column-equal-content .two-col {
  padding: 0px 50px 0px 0px;
}

.hs-content-id-12259570224.vision-lay .two-column-equal-content .two-col.right-content {
  padding: 0px 50px 0px 0px;
}

.vision-lay .two-column-equal-content .two-col.right-content h2 {
  margin-top: 0;
  font-size: 28px;
  font-family: Nexa-Bold, Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0px;
  font-style: normal;
  margin-bottom: 30px;
}

.full-width-content-with-bg h2 {
  margin-top: 0px;
  margin-bottom: 30px;
  text-align: center;
  font-size: 28px;
}

.full-width-content-with-bg h2 span {
  color: #1fff89;
}

.full-width-content-with-bg h2+p {
  padding-bottom: 32px;
}

.hs-content-id-12261051752 a#cta_button_2538107_321889d9-d105-4162-a100-a373a31dc5dd {
  font-family: 'trebuchet ms', geneva;
  font-size: 16px;
  padding: 5px 18px;
}

.full-width-content-with-bg h2+p {
  padding-bottom: 32px;
}

.full-width-content-with-bg h3 > span {
  color: #fff;
}

.hs-content-id-12259570224.vision-lay .full-width-content-with-bg .cta-wrapper {
  margin-top: 44px;
  padding-bottom: 20px;
}

.hs-content-id-12259570224.vision-lay .full-width-content-with-bg {
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 0;
}

.hs-content-id-12259570224.vision-lay .one-column-top-image-group .bottom-content {
  padding-bottom: 0;
}

.hs-content-id-12259570224.vision-lay .one-column-top-image-group .fusion-text {
  margin-top: 0;
  padding-bottom: 1px;
}

.two-column-left-image-with-animation.right .fusion-row {
  display: block;
  align-items: center;
  justify-content: center;
}

.two-column-left-image-with-animation.right .left-image {
  float: right !important;
  margin: 0 0 20px;
}

.two-column-left-image-with-animation.right .right-content h2 {
  line-height: 1.5;
}

.vision-lay.hs-content-id-12260716386 .two-column-equal-content {
  padding-right: 15%;
  padding-bottom: 2%;
  padding-left: 15%;
}

.vision-lay.hs-content-id-12260716386 .two-column-equal-content .left-content {
  padding: 0 50px 0 0;
}

.vision-lay.hs-content-id-12260716386 .two-column-equal-content .left-content h1 {
  margin-top: 0.67em;
  margin-bottom: 0.67em;
}

.vision-lay .two-column-equal-content .left-content p a.right-cta {
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  display: inline-block;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  font-family: sans-serif;
  background: rgb(31,255,138);
  color: rgb(7, 18, 43);
  border-radius: 4px;
  border-width: 0px;
  transition: all .4s ease !important;
  -moz-transition: all .4s ease !important;
  -webkit-transition: all .4s ease !important;
  -o-transition: all .4s ease !important;
  text-shadow: none;
  line-height: 1.5em;
  padding: 5px 18px;
  margin-top: 32px;
  font-family: 'trebuchet ms', geneva;
  font-size: 16px;
}

.vision-lay.hs-content-id-12260716386 .two-column-equal-content .two-col.right-content {
  padding: 0px 50px 0px 0px;
}

.vision-lay.hs-content-id-12260716386 .two-column-equal-content {
  padding-right: 15%;
  padding-bottom: 2%;
  padding-left: 15%;
  margin-bottom: 22px;
}

.hs-content-id-12260716386 .two-column-left-image-wrapper .right-content .fusion-column-wrapper .cta-wrapper a.right-cta {
  font-family: 'trebuchet ms', geneva;
  font-size: 16px;
  padding: 5px 18px;
}

.full-width-with-iframe {
  position: relative;
  margin-left: -50px;
  margin-right: -50px;
  background-color: #07122b;
  background-position: right center;
  background-repeat: no-repeat;
  padding-top: 5%;
  padding-right: 15%;
  padding-bottom: 5%;
  padding-left: 15%;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #eae9e9;
  border-top-style: solid;
  border-bottom-style: solid;
}

.full-width-with-iframe .top-content h2 {
  font-size: 28px;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 30px;
}

.full-width-with-iframe .top-content h2 span {
  color: #fff;
}

.hs-content-id-12260716386 .full-width-content-with-bg {
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 0;
}

.full-width-with-iframe .inner {
  width: 66.66%;
  width: calc(66.66% - ( ( 4% + 4% ) * 0.6666 ) );
  margin: 0 auto;
}

.full-width-with-iframe .top-content h3 {
  color: #1fff89;
  margin-top: 0em;
  margin-bottom: 0.7em;
}

.full-width-with-iframe .fluid-width-video-wrapper {
  width: 100%;
  position: relative;
  padding: 0;
  padding-top: 53.0973%;
  margin-bottom: 20px;
}

.full-width-with-iframe .fluid-width-video-wrapper iframe#player_1 {
  position: absolute;
  top: 1px;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.vision-lay.hs-content-id-12260716386 #hs_cos_wrapper_widget_1566283016780 .two-column-equal-content {
  background-position: right center;
  background-repeat: no-repeat;
  padding-top: 5%;
  padding-right: 15%;
  padding-bottom: 5%;
  padding-left: 15%;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #eae9e9;
  border-top-style: solid;
  border-bottom-style: solid;
}

.vision-lay.hs-content-id-12260716386 #hs_cos_wrapper_widget_1566283016780 .two-column-equal-content h2 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 28px;
}

.vision-lay.hs-content-id-12260716386 .two-column-equal-content .two-col.right-content {
  padding: 0px 0px 0px 50px;
}

.vision-lay.hs-content-id-12260716386 #hs_cos_wrapper_widget_1566283016780 .two-column-equal-content .two-col.right-content {
  padding: 0px 0px 0px 50px;
}

.vision-lay.hs-content-id-12260716386 .one-column-top-image-group .top-image-group.three .top-image-item {
  margin-bottom: 5px;
}

.hs-content-id-12260716386 .full-width-content-with-bg .cta-wrapper a {
  font-family: 'trebuchet ms', geneva;
  font-size: 16px;
  padding: 5px 18px;
}

.hs-content-id-12260716386 .full-width-content-with-bg .cta-wrapper a {
  font-family: 'trebuchet ms', geneva;
  font-size: 16px;
  padding: 5px 18px;
  margin-bottom: 53px;
}

.full-width-with-form {
  position: relative;
  margin-left: -50px;
  margin-right: -50px;
  background-color: #ffffff;
  background-position: left top;
  background-repeat: no-repeat;
  padding-top: 5%;
  padding-right: 15%;
  padding-bottom: 5%;
  padding-left: 0%;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #eae9e9;
  border-top-style: solid;
  border-bottom-style: solid;
}

.full-width-with-form .inner {
  margin: 0px auto 20px;
  width: calc(50% - ( ( 4% + 4% ) * 0.5 ) );
}

.full-width-with-form .inner .top-content h2 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 28px;
}

.full-width-with-form .inner .form-wrapper {
  max-width: 500px;
}

.full-width-with-form .inner .form-wrapper label {
  display: block;
  float: none;
  width: auto;
  font-weight: bold;
  text-align: left;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 13px;
  color: #414141;
}

.full-width-with-form .inner .form-wrapper .hs-input {
  display: inline-block;
  width: 210px;
  height: 18px;
  padding: 4px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  color: #666;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  transition: border 0.2s linear,box-shadow 0.2s linear;
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
  max-width: 500px;
  width: 90%;
  box-sizing: content-box;
  min-height: auto !important;
}

.full-width-with-form .inner .form-wrapper .hs-form-field {
  margin-bottom: 18px;
}

.full-width-with-form .inner .form-wrapper .hs_email .hs-input,
.full-width-with-form .inner .form-wrapper .hs_phone .hs-input {
  width: 95%;
}

.full-width-with-form .inner .form-wrapper .hs-button.primary.large {
  font: 100% Arial,Helvetica,sans-serif;
  vertical-align: middle;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  font-family: Helvetica,Arial,sans-serif;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  padding: 7px 18px 7px;
  position: relative;
  text-align: center;
  color: #fff;
  text-shadow: 0 -1px 0 #3574e3;
  background-color: #3574e3;
  background-image: linear-gradient(to bottom, #7ec8f4,#3574e3);
  box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5);
  border-top: 1px solid #64baf0;
  border-bottom: 1px solid #1c4ed5;
  border-right: 1px solid #468ee6;
  border-left: 1px solid #468ee6;
  border-radius: 4px;
  transition: opacity 0.15s linear;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  text-transform: none;
  margin-top: 35px;
}

.vision-lay.hs-content-id-12261051381 .two-column-equal-content {
  padding-right: 15%;
  padding-bottom: 2%;
  padding-left: 15%;
}

.vision-lay.hs-content-id-12261051381 .two-column-equal-content .right-content.two-col {
  padding: 0px 50px 0px 0px;
}

.vision-lay .cm-one-col-content {
  position: relative;
  margin-left: -50px;
  margin-right: -50px;
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 5%;
  padding-right: 15%;
  padding-bottom: 5%;
  padding-left: 15%;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #eae9e9;
  border-top-style: solid;
  border-bottom-style: solid;
}

.vision-lay .cm-one-col-content h1 {
  margin-top: 1px;
  margin-bottom: 30px;
}
.vision-lay .cm-one-col-content h5{
  margin-top: 1px;
  margin-bottom: 30px;
  color: #07132b;
  font-size: 33px;
  font-family: Nexa-Bold, Arial, Helvetica, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0px;
  font-style: normal;
}

.vision-lay .cm-one-col-content img {
  margin: -1px auto 0;
  text-align: center;
  display: block;
}

.vision-lay .cm-one-col-content h4 {
  color: #07132b;
  font-size: 16px;
  font-family: Nexa-Bold, Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.43;
  letter-spacing: 0px;
  font-style: normal;
}

.vision-lay .cm-one-col-content .cm-content {
  padding-bottom: 20px;
}

.hs-content-id-12261051381 .one-column-top-image-group .bottom-content {
  padding-bottom: 0;
}

.vision-lay.hs-content-id-12261051752 .two-column-equal-content {
  padding-right: 15%;
  padding-bottom: 2%;
  padding-left: 15%;
}

.vision-lay.hs-content-id-12261051752 .two-column-equal-content .left-content.two-col h2 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 28px;
}

.vision-lay.hs-content-id-12261051752 .two-column-equal-content .right-content.two-col {
  padding: 0px 50px 0px 0px;
}

.vision-lay.hs-content-id-12261051752 .full-width-with-iframe .fluid-width-video-wrapper {
  padding-top: 56.2963%;
}

.full-width-with-iframe .cta-wrapper a.right-cta {
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  -moz-user-select: none ;
  -webkit-user-select: none ;
  -o-user-select: none ;
  user-select: none ;
  display: inline-block ;
  font-weight: normal ;
  text-align: center ;
  text-decoration: none ;
  background: rgb(31,255,138) ;
  color: rgb(7, 18, 43) ;
  border-radius: 4px ;
  border-width: 0px ;
  transition: all .4s ease ;
  -moz-transition: all .4s ease ;
  -webkit-transition: all .4s ease ;
  -o-transition: all .4s ease ;
  text-shadow: none ;
  line-height: 1.5em ;
  padding: 5px 18px ;
  margin: 13px 0 40px;
}

.vision-lay.hs-content-id-12261051752 .one-column-top-image-group .bottom-content {
  padding-bottom: 0;
}

.vision-lay.hs-content-id-12261051752 .one-column-top-image-group .top-image-group.three .top-image-item {
  margin-bottom: 0;
}

.vision-lay.hs-content-id-12261051752 .full-width-content-with-bg .cta-wrapper {
  margin-bottom: 30px;
}

.full-width-with-iframe .cta-wrapper {
  text-align: center;
}

.about-lay .header-wrapper .page-center {
  max-width: 100%;
}

/* About Layout */

.about-lay .slider-section-wrapper {
  overflow: hidden;
  margin-left: 0;
  margin-right: 0;
}

.about-lay .tfs-slider .slide-content-container .heading {
  margin: 0;
}

.about-lay  .tfs-slider .slide-content-container h2 {
  color: #fff!important ;
  margin: 0 0 14px;
}

.about-lay .row1-wrapper {
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 55px;
  padding-bottom: 40px;
}

.about-lay .row1-wrapper .hs_cos_wrapper_type_simple_menu {
  display: block;
  position: relative;
  margin-left: -50px;
  margin-right: -50px;
  background-color: rgba(244,244,244,0);
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-right: 30px;
  padding-bottom: 0px;
  padding-left: 30px;
}

.about-lay .row1-wrapper .hs_cos_wrapper_type_simple_menu .hs-menu-wrapper {
  border-bottom: 1px solid #e0dede;
}

.about-lay .row1-wrapper .hs_cos_wrapper_type_simple_menu .hs-menu-wrapper ul {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

.about-lay .row1-wrapper .hs_cos_wrapper_type_simple_menu .hs-menu-wrapper ul li {
  float: none;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.about-lay .row1-wrapper .hs_cos_wrapper_type_simple_menu .hs-menu-wrapper ul li a {
  display: inline-block;
  padding: 0;
  border: 0;
  color: #07122b;
  font-size: 14px;
}

.about-lay .row1-wrapper .hs_cos_wrapper_type_simple_menu .hs-menu-wrapper ul li a:after {
  content: '|';
  color: #07122b;
  padding-right: 47px;
  padding-left: 49px;
  font-size: 14px;
  transition-property: color,background-color,border-color;
  transition-duration: .2s;
  transition-timing-function: linear;
}

.about-lay .row1-wrapper .hs_cos_wrapper_type_simple_menu .hs-menu-wrapper ul li:last-child a:after {
  display: none;
}

.about-lay .row1-wrapper .hs_cos_wrapper_type_simple_menu .hs-menu-wrapper ul li a:hover {
  color: #33ff99;
}

.about-lay .row1-wrapper .hs_cos_wrapper_type_simple_menu .hs-menu-wrapper {
  border-bottom: 1px solid #e0dede;
  padding-bottom: 46px;
}

.about-lay .cm-one-col-content {
  position: relative;
  margin-left: -50px;
  margin-right: -50px;
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-right: 15%;
  padding-bottom: 0px;
  padding-left: 15%;
  margin-bottom: 21px;
}

.about-lay .cm-one-col-content .page-center {
  padding: 5% 0px 5% 0px;
}

.about-lay .cm-one-col-content h2 {
  margin-top: -1px;
  margin-bottom: 30px;
  font-size: 28px;
}

.about-lay .cm-one-col-content h2 + p {
  padding-bottom: 22px;
}

.about-lay .row1-wrapper .slider-section-wrapper {
  position: relative;
  margin-left: -50px;
  margin-right: -50px;
}

.about-lay .row1-wrapper .tfs-slider .slide-content-container h2 {
  color: #fff!important;
  margin: 0 0 14px;
}

.our-values {
  position: relative;
  margin-left: -50px;
  margin-right: -50px;
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 5%;
  padding-right: 15%;
  padding-bottom: 5%;
  padding-left: 15%;
}

.our-values .top-content {
  margin-top: 0px;
  margin-bottom: 32px;
}

.our-values .top-content h3 {
  margin: 0;
  padding: 0 0 30px;
  color: #1fff89;
}

.our-values .values-wrapper-outer .values-wrapper-inner .values-item {
  position: relative;
  float: left;
  margin-right: 4%;
  margin-top: 0px;
  margin-bottom: 20px;
}

.our-values .values-wrapper-outer .values-wrapper-inner.three .values-item {
  width: 33.33%;
  width: calc(33.33% - ( ( 4% + 4% ) * 0.3333 ) );
}

.our-values .values-wrapper-outer .values-wrapper-inner.three .values-item:last-child {
  margin-right: 0;
}

.our-values .values-wrapper-outer .values-wrapper-inner .values-item h4 {
  margin-top: 0px;
  margin-bottom: 30px;
  color: #07132b;
  font-size: 16px;
  font-family: Nexa-Bold, Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.43;
  letter-spacing: 0px;
  font-style: normal;
}

.our-values .values-wrapper-outer .values-wrapper-inner.two .values-item {
  width: 50%;
  width: calc(50% - ( ( 4% ) * 0.5 ) );
}

.our-values .values-wrapper-outer .values-wrapper-inner.two .values-item:last-child {
  margin-right: 0;
}

.our-values .values-wrapper-outer .values-wrapper-inner.three {
  padding-bottom: 45px;
  float: left;
}

.our-location {
  position: relative;
  margin-left: -50px;
  margin-right: -50px;
  padding-top: 0px;
  padding-right: 15%;
  padding-bottom: 0px;
  padding-left: 15%;
  background: #fff;
  margin-top: 19px;
}

.our-location .top-content {
  padding: 5% 0px 2% 0px;
  margin-bottom: 20px;
}

.our-location .top-content h2 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 28px;
  font-family: Nexa-Bold, Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0px;
  font-style: normal;
}

.our-location .location-wrapper .location-item {
  position: relative;
  float: left;
  margin-top: 0px;
  margin-bottom: 20px;
  width: 50%;
  width: calc(50% - ( ( 5% ) * 0.5 ) );
  margin-right: 5%;
}

.our-location .location-wrapper .location-item:last-child {
  margin-right: 0;
}

.our-location .location-wrapper .location-item .fusion-text h4 {
  margin-top: 5%;
  margin-bottom: 30px;
  color: #07132b;
  font-size: 16px;
  font-family: Nexa-Bold, Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.43;
  letter-spacing: 0px;
  font-style: normal;
  padding-top: 1px;
}

.row1-wrapper .hs_cos_wrapper_type_simple_menu .hs-menu-wrapper ul li.active > a {
  color: #33ff99;
}

.about-lay .row1-wrapper .hs_cos_wrapper_type_simple_menu .hs-menu-wrapper ul li:nth-child(3).active > a {
  color: #07122b;
}

.tfs-slider .slide-content-center {
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
}

.about-lay.office .tfs-slider .slide-content-container h2 {
  font-size: 44px;
  line-height: 52px;
}

.about-lay.jobs .tfs-slider .slide-content-container h2 {
  font-size: 44px;
  line-height: 52px;
}

.about-lay.jobs .tfs-slider .slide-content-container .buttons a.fusion-button {
  cursor: pointer;
  position: relative;
  zoom: 1;
  border: 1px solid transparent;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  padding: 11px 23px;
  line-height: 16px;
  font-size: 13px;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  -webkit-border-radius: 25px;
  background: rgba(160,206,78,0);
  text-transform: uppercase;
  color: #1fff8a;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 0px;
  color: #1fff8a;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  border-width: 1px;
  border-color: #1fff8a;
  width: auto;
  margin: 0;
  display: inline-block;
}

.office .two-column-right-gallery-wrapper {
  padding-right: 15%;
  padding-left: 15%;
  margin-left: -50px;
  margin-right: -50px;
}

.office .two-column-right-gallery-wrapper h3 {
  color: #1fff89;
  margin-bottom: 30px;
}

.office .two-column-right-gallery-wrapper .left-content {
  width: calc(33.33% - ( ( 4% ) * 0.3333 ) );
  margin-right: 4%;
  margin-bottom: 20px;
  float: left;
}

.office .two-column-right-gallery-wrapper  .right-gallery {
  width: calc(66.66% - ( ( 4% ) * 0.6666 ) );
  margin-bottom: 20px;
  float: left;
}

.office .two-column-right-gallery-wrapper .right-gallery .hs_cos_gallery_main {
  padding: 0 0 21px !important;
}

gallery .slick-arrow {
  opacity: .8;
  top: 50%;
  margin-top: -15px;
  background-color: rgba(0,0,0,.5);
  width: 30px;
  height: 30px;
  z-index: 9;
}

.office .two-column-right-gallery-wrapper .right-gallery .slick-arrow:before {
  content: '\f104';
  display: block;
  position: relative;
  line-height: 29px;
  font-size: 14px;
  color: #fff;
  font-family: icomoon;
  font-size: 14px;
  opacity: 1;
}

.office .two-column-right-gallery-wrapper .right-gallery .slick-arrow.slick-next:before {
  content: '\f105';
}

.about-lay.jobs .header-wrapper .page-center {
  max-width: 1440px;
}
body.about-lay.hs-content-id-12264503556 .fusion-slider-container#fusion-slider-62650 .tfs-slider .slide-content-container h2{
  font-size: 44px;
  line-height: 52px;
}
.about-lay.jobs .tfs-slider .slide-content-container .buttons a.fusion-button:hover {
  background: #1fff8a;
  color: rgba(255,255,255,.9);
}

.office .two-column-right-gallery-wrapper .right-gallery .slick-slide-inner-wrapper {
  margin: 9px 0 0 !important;
  display: block !important;
}

.office .two-column-right-gallery-wrapper .right-gallery .slick-slide img {
  display: block;
  margin: 0 !important;
  width: 100%;
}

.about-lay.jobs .row1-wrapper {
  padding-top: 30px;
}

.about-lay.jobs .row1-wrapper .hs_cos_wrapper_type_simple_menu .hs-menu-wrapper {
  border-bottom: 0;
  padding-bottom: 45px;
}

.life-at-vision {
  position: relative;
  margin-left: -50px;
  margin-right: -50px;
  padding-top: 50px;
  padding-right: 15%;
  padding-bottom: 40px;
  padding-left: 15%;
}

.life-at-vision .cm-content {
  padding: 0px 5% 0px 5%;
  text-align: center;
}

.life-at-vision .cm-content .content-text {
  padding-top: 76px;
  padding-bottom: 126px;
}

.about-lay.jobs .cm-one-col-content .page-center {
  padding-top: 50px;
  border-bottom: 0;
  padding-bottom: 10px;
}

.about-lay.jobs .cm-one-col-content h2 {
  margin-top: -1px;
  margin-bottom: .7em;
}

.about-lay.jobs .cm-one-col-content h2 + p {
  padding-bottom: 0;
}

.about-lay.jobs .cm-one-col-content {
  margin-bottom: 0;
}

.benifits-section {
  position: relative;
  margin-left: -50px;
  margin-right: -50px;
  padding-top: 0px;
  padding-right: 15%;
  padding-bottom: 5%;
  padding-left: 15%;
  margin-top: 5%;
}

.benifits-section .top-content {
  text-align: center;
  padding-top: 21px;
}

.benifits-section .top-content h2 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 28px;
  font-family: Nexa-Bold, Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0px;
  font-style: normal;
}

.benifits-section .benifit-wrapper .benifit-item .fusion-title .title-sep-container {
  position: relative;
  height: 6px;
  -ms-flex-grow: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.benifits-section .benifit-item {
  position: relative;
  float: left;
  margin-top: 0px;
  margin-bottom: 20px;
  width: 33.33%;
  width: calc(33.33% - ( ( 4% + 4% ) * 0.3333 ) );
  margin-right: 4%;
}

.benifits-section .benifit-item:last-child {
  margin-right: 0;
}

.cm-home-slider-section .background.background-image {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 2;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.cm-home-slider-section .slide-content {
  max-width: 1440px;
  margin: 0 auto;
}

.cm-home-slider-section ul.slides {
  position: relative;
  display: block;
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.cm-home-slider-section ul.slides li{
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.cm-home-slider-section .full-width-slider-container .tfs-slider {
  margin-bottom: 0;
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  transform: translate(0,0);
  left: 0;
  background-color: transparent;
  position: relative;
  overflow: hidden;
}

.cm-home-slider-section .full-width-slider-container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.cm-home-slider-section .slide-content-container {
  position: absolute;
  top: 40%;
  width: 100%;
  padding: 0;
  z-index: 5;
  -webkit-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  transform: translateY(-40%);
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
}

.cm-home-slider-section h2.title-heading-center {
  color: rgb(255, 255, 255);
  font-size: 54px;
  line-height: 64px;
  margin: 0 0 14px;
}

.cm-home-slider-section  h3.title-heading-center {
  color: rgb(31, 255, 137);
  padding: 0;
  text-align: center;
  margin: 0;
  color: rgb(31, 255, 137);
  font-size: 38px;
  line-height: 45px;
  letter-spacing: 0;
  font-family: Nexa-Bold, Arial, Helvetica, sans-serif;
  font-weight: 400;
}

.cm-home-slider-section .tfs-button-1{
  margin-top: 3.25%;
  padding: 0 7.5px;
  display: inline-block;
}

.cm-home-slider-section .fusion-button-wrapper {
  display: inline;
}


.cm-home-slider-section .fusion-button{
  position: relative;
  text-decoration: none;
  cursor: pointer;
  outline: 0;
  zoom: 1;
  border: 1px solid transparent;
  text-align: center;
  padding: 13px 29px;
  line-height: 17px;
  font-size: 14px;
  border-style: solid;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  background: rgba(160,206,78,0);
  text-transform: uppercase;
  color: #1fff8a;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 0px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  color: #1fff8a;
  border-width: 1px;
  border-color: #1fff8a;
  width: auto;
  margin: 0;
  display: inline-block;
}


.cm-home-slider-section .fusion-button-text {
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  color: #1fff8a;
}

.cm-home-slider-section .fusion-button:hover{
  background: #1fff8a;
  color: rgba(255,255,255,.9);
  border-width: 1px;
  border-color: rgba(255,255,255,.9);
}
.cm-home-slider-section .fusion-button:hover .fusion-button-text{
  color: rgba(255,255,255,.9);
}

.cm-home-slider-section .fusion-text h1 {
  margin: 0px;
  margin-bottom: 30px;
}

.cm-home-slider-section .wpcf7-submit:before {
  content: " ";
  display: table;
}

.cm-home-slider-section .wpcf7-submit:after {
  clear: both;
  content: " ";
  display: table;
}


.cm-home-slider-section.slider-section-wrapper {
  margin: -1px;
  max-width: 100%;
  margin-left:0;
  margin-right:0;
}

/* .header-container .row-fluid [class*="span"] {
min-height: 0px;
} */

.cm-home-intelligent-healthcare .imageframe-align-center {
  text-align: center;
}

.cm-home-intelligent-healthcare .fusion-imageframe {
  display: inline-block;
  z-index: 1;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  max-width: 100%;
}

.cm-home-intelligent-healthcare .three-column-content-wrapper {
  margin-top: 2px;
  margin-bottom: 14px;
}

.cm-home-intelligent-healthcare .fusion-imageframe img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
  border-style: none;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
}

.cm-home-intelligent-healthcare {
  padding-left: 50px;
  padding-right: 50px;
}

.cm-home-intelligent-healthcare h1 {
  margin: 0px;
  margin-bottom: 30px;
}

.cm-home-intelligent-healthcare .three-column-content-section.wrapper .three-column-content-wrapper .three-col-content{
  width: 33.33333333%;
  float: left;
  margin-bottom: 20px;
  border-style: solid;
  border-width: 1px;
  border-right-width: 0;
  padding: 0;
  border-color: rgba(255,255,255,0);
  margin-right :0px;
}

.cm-home-intelligent-healthcare .three-col-content.column1.clearfix {
  clear: both;
}

.cm-home-intelligent-healthcare  .three-col-content > div{
  background-color: rgba(255, 255, 255, 0);
  min-height: 234px;
  height: auto;
  padding: 30px;
  position: relative;
  overflow: visible;
}

.cm-home-intelligent-healthcare .heading-with-icon {
  margin-bottom: 15px;
  position: relative;
  overflow: visible;
  display: table;
  width: auto;
}

.cm-home-intelligent-healthcare .image{
  position: absolute;
}

.cm-home-intelligent-healthcare .heading-with-icon img{
  float: none;
  margin: 0;
  border-style: none;
  vertical-align: top;
  height: auto;
  margin-right: 20px;
  max-width: none;
}

.cm-home-intelligent-healthcare .content-wrapper h2{
  font-size: 19px;
  line-height: 24px;
  font-family: Nexa-Bold, Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 0px;
  font-style: normal;
  vertical-align: top;
  margin: 0;
  color: #07122b;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  padding-left: 55px;
}

.cm-home-intelligent-healthcare .fusion-clearfix {
  zoom: 1;
  clear: both;
}

.cm-home-intelligent-healthcare .fusion-clearfix:after, 
.cm-home-intelligent-healthcare .fusion-clearfix:before {
  content: " ";
  display: table;
}
.cm-home-intelligent-healthcare .fusion-clearfix:after {
  clear: both;
}

.cm-home-intelligent-healthcare .cm-content-container {
  padding-left: 55px;
  color: #666666;
  margin-bottom: 20px;
}

.cm-home-intelligent-healthcare .cm-content-container>p:last-child {
  margin: 0px;
}

.cm-testemonial-slider{
  background-color: #07122b;
  background-position: left top;
  background-repeat: no-repeat;
  padding-top:2%;padding-right:15%;
  padding-bottom:5%;
  padding-left:15%;border-top-width:0px;
  border-bottom-width:0px;border-color:#eae9e9;
  border-top-style:solid;border-bottom-style:solid;
}

.cm-testemonial-slider .fusion-layout-column{
  margin-top:48px;
  margin-bottom: 15px;
}

.cm-testemonial-slider .fusion-title.title{
  margin-top:0px;
  margin-bottom:40px;
}

.cm-testemonial-slider .fusion-column-wrapper{
  padding: 0px 0px 0px 0px;
}

.cm-testemonial-slider #fusion-testimonials-1 a{
  border-color:#1fff89;
}
.cm-testemonial-slider #fusion-testimonials-1 a:hover,
.cm-testemonial-slider #fusion-testimonials-1 .activeSlide{
  background-color: #1fff89;
}
.cm-testemonial-slider .fusion-testimonials.clean.fusion-testimonials-1 .author:after{
  border-top-color:#07122b !important;
}

.cm-testemonial-slider .fusion-fullwidth {
  margin-left: -50px;
  position: relative;
  margin-right: -50px;
}

.cm-testemonial-slider.fusion-fullwidth .fusion-row {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: none!important;
  padding-left: 0;
  padding-right: 0;
  z-index: 10;
}

.cm-changing a.heading-link h2{
  margin: 0px;
}

.cm-changing .three-column-content-section.wrapper .three-column-content-wrapper .three-col-content{
  width: calc(33.33% - ( ( 4% + 4% ) * 0.3333 ) );
  float: left;
  margin-bottom: 20px;
  border-style: solid;
  border-width: 1px;
  border-right-width: 0;
  padding: 0;
  border-color: rgba(255,255,255,0);
  text-align: center;
  margin-right: 4%;
}

.cm-testemonial-slider .fusion-layout-column.fusion-one-full {
  float: none;
  margin-left: 0;
  margin-right: 0;
  clear: both;
}

.cm-changing .three-column-content-section.wrapper .three-column-content-wrapper .three-col-content:nth-child(3n) {
  margin-right: 0px;
}

.cm-testemonial-slider .fusion-layout-column .fusion-column-wrapper {
  min-height: 1px;
}

.cm-testemonial-slider  .fusion-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 31px;
  text-align: center;
  display: block;
  overflow: hidden;
}

.cm-testemonial-slider  .fusion-title h2{
  color: #07132b;
  padding: 0;
  text-align: center;
  font-family: Nexa-Bold, Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0px;
  font-style: normal;
  font-size: 28px;
  padding-left: 0;
  padding-right: 0;
}

.cm-testemonial-slider .fusion-testimonials.clean .testimonial-thumbnail {
  margin: 0 auto 25px;
  position: relative;
  width: 150px;
  text-align: center;
}

.cm-testemonial-slider .fusion-testimonials.clean blockquote{ 
  border: none;
  line-height: 1.69;
  font-style: italic;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 0px;
  margin: 0;
  padding: 0;
  border-color: #009d8d;
}

.cm-testemonial-slider .fusion-testimonials.clean blockquote q {
  display: block;
  padding: 25px;
  background-color: transparent;
  line-height: 30px;
  font-size: 18px;
  text-align: center;
  letter-spacing: 2px;
}

.cm-testemonial-slider blockquote p {
  margin-top: 0;
}

.cm-testemonial-slider .fusion-testimonials.clean .author {
  margin-top: 25px;
  font-size: 18px;
  text-align: center;
  letter-spacing: 2px;
}

.cm-testemonial-slider .fusion-testimonials.clean .author a {
  transition-property: color,background-color,border-color;
  transition-duration: .2s;
  transition-timing-function: linear;
  text-decoration: none;
  color: #009d8d;
}

.cm-testemonial-slider .fusion-testimonials .testimonial-pagination {
  margin-top: 25px;
  text-align: center;
}

.cm-testemonial-slider .fusion-testimonials .testimonial-pagination a {
  display: inline-block;
  margin-right: 10px;
  height: 12px;
  width: 12px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #000;
}

#fusion-testimonials-1 a {
  border-color: #1fff89;
}

#fusion-testimonials-1 a:hover, #fusion-testimonials-1 .activeSlide {
  background-color: #1fff89;
}

.cm-testemonial-slider .fusion-testimonials .doe:before {
  line-height: 40px;
  font-family: icomoon;
  font-size: 28px;
}

.cm-testemonial-slider .fusion-testimonials .female .doe:before {
  content: "\e61b";
}

.cm-testemonial-slider .fusion-testimonials.clean .doe:before {
  line-height: 100px;
  font-size: 90px;
}

.cm-testemonial-slider .fusion-clearfix:after, 
.cm-testemonial-slider .fusion-clearfix:before {
  content: " ";
  display: table;
}
.cm-testemonial-slider .fusion-clearfix:after {
  clear: both;
}

.cm-testemonial-slider .fusion-post-content blockquote :last-child,
.cm-testemonial-slider blockquote :last-child {
  margin-bottom: 0;
}

.fusion-testimonials .male .doe:before {
  content: "\e61a";
}

.cm-changing.cm-home-intelligent-healthcare .three-column-content-section.wrapper .three-column-content-wrapper .three-col-content:nth-child(3n+1){
  clear: both;
}

.cm-custom-latest-news-group .fusion-builder-row {
  margin: -5px -15px 0px;
}

.cm-changing .three-column-content-wrapper {
  margin-bottom: -16px !important;
}

.cm-changing.cm-home-intelligent-healthcare .three-column-content-section.wrapper .three-column-content-wrapper .three-col-content{
  margin-bottom: 100px;
}

.cm-changing .image{
  position: static;
}

.cm-home-intelligent-healthcare.cm-changing div {
  background-color: #f2f3f4;
}

.cm-changing .fusion-read-more{
  margin-right: 10px;
}

.cm-changing .fusion-builder-row.fusion-row{
  margin-top: 2.5px;
}

.cm-changing .heading-link {
  text-decoration: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
}

.cm-changing .heading-with-icon {
  margin-bottom: 15px;
  position: relative;
  overflow: visible;
  display: block;
  width: 100%;
  text-align: center;
}


.cm-changing .heading-with-icon img{
  margin: 0;
  margin-bottom: 20px;
  border-style: none;
  vertical-align: top;
  max-width: 100%;
  height: auto;
  float: none;
}

.cm-home-intelligent-healthcare.cm-changing .three-col-content>div{
  text-align: center;
}

.cm-changing .content-wrapper h2{
  padding-left: 0px;
}

.cm-changing .heading {
  text-align: center;
  overflow: hidden;
  margin-bottom: 15px;
  margin: 0 0 15px;
}


.cm-custom-latest-news-group {
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 5%;
  padding-right: 15%;
  padding-bottom: 5%;
  padding-left: 15%;
}

.cm-custom-latest-news-group {
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 5%;
  padding-right: 15%;
  padding-bottom: 5%;
  padding-left: 15%;
}

.cm-custom-latest-news-group .fusion-border-below-title {
  padding-bottom: 20px;
}

.cm-custom-latest-news-group h3.title-heading-left {
  padding-bottom: 10px;
  margin: 0px;
}

.cm-custom-latest-news-group h4 {
  margin-top: 1.33em;
  margin-bottom: 1.33em; 
  font-size: 16px;
}

.cm-custom-latest-news-group .heading img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

.cm-custom-latest-news-group h4 a {
  color: #009d8d;
  font-family: Nexa-Bold, Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.43;
}

.cm-custom-latest-news-group ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.cm-custom-latest-news-group ul li {
  margin: 0;
  padding: 0;
  display: block;
}

.cm-custom-latest-news-group .rssSummary p {
  margin: 0px;
}

.cm-custom-latest-news-group .cm-left-column-group {
  width: calc(66.66% - ( ( 5% ) * 0.6666 ) );
  margin-right: 5%;
  margin-top: 0px;
  margin-bottom: 45px;
  position: relative;
  float: left;
}

.cm-custom-latest-news-group .custom-right-column-group {
  width: calc(33.33% - ( ( 5% ) * 0.3333 ) );
  position: relative;
  float: left;
  padding: 22px 0px 0px 0px;
  background-position: left top;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.cm-custom-latest-news-group h4.title-heading-left {
  padding: 0;
  text-align: left;
  margin: 0px;
  font-family: Nexa-Bold, Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.43;
}

.cm-custom-latest-news-group .hs-richtext.hs-main-font-element {
  margin-bottom: 3px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 18px;
  font-size: 14px;
  color: #414141;
}

.cm-custom-latest-news-group .hs-richtext.hs-main-font-element p {
  margin-top: 0;
  margin-bottom: 20px;
}

.cm-custom-latest-news-group .hs-form-field > label {
  display: block;
  float: none;
  width: auto;
  font-weight: bold;
  text-align: left;
  line-height: 20px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  padding-top: 0;
  margin-bottom: 4px;
  color: #414141;
  font-size: 13px;
}

.cm-custom-latest-news-group span.hs-form-required {
  color: red;
}

.cm-custom-latest-news-group .fusion-builder-row {
  margin: -5px -15px 0px;
}
.cm-custom-latest-news-group input[type="email"]{
  height: 18px;
  padding: 4px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  color: #666;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  min-height: auto;
  -ms-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  box-sizing: content-box;
  max-width: 500px;
  width: 90%;
  transition: border 0.2s linear,box-shadow 0.2s linear;
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
}

.cm-custom-latest-news-group .hs-form-field {
  margin-bottom: 18px;
}

.cm-custom-latest-news-group .actions {
  background: transparent;
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 17px 20px 18px 0px;
  border-top: none;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -ms-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}

.cm-home-intelligent-healthcare.cm-changing h2 {
  font-size: 28px;
  font-family: Nexa-Bold, Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0px;
  font-style: normal;
  margin-bottom: 30px;
  margin-top: 0px;
}

.cm-custom-latest-news-group .fusion-social-networks-wrapper {
  font-size: 0;
}

.cm-custom-latest-news-group .hs-button.primary.large {
  margin: 0;
  font: 100% Arial,Helvetica,sans-serif;
  vertical-align: middle;
  outline: 0;
  cursor: pointer;
  border: none;
  font-family: Helvetica,Arial,sans-serif;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  padding: 7px 18px 7px;
  position: relative;
  text-align: center;
  box-sizing: content-box;
  color: #fff;
  text-transform: none;
  text-shadow: 0 -1px 0 #3574e3;
  background-color: #3574e3;
  background-image: linear-gradient(to bottom, #7ec8f4,#3574e3);
  box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5);
  border-top: 1px solid #64baf0;
  border-bottom: 1px solid #1c4ed5;
  border-right: 1px solid #468ee6;
  border-left: 1px solid #468ee6;
  border-radius: 4px;
  transition: opacity 0.15s linear;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.cm-custom-latest-news-group .hs-button.primary.large:hover {
  box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5), 0 0 5px #3574e3;
  border-top: 1px solid #4db0ee;
  border-bottom: 1px solid #1946be;
  border-right: 1px solid #3080e3;
  border-left: 1px solid #3080e3;
}

.cm-custom-latest-news-group .hs_error_rollup {
  margin-bottom: -18px;
}

.cm-custom-latest-news-group .fusion-layout-column.cm-fusion-social-links {
  clear: both;
  margin-bottom: 15px !important;
}



.cm-custom-latest-news-group .fusion-layout-column.cm-fusion-social-links:after {
  clear: both;
  display: table;
  content: "";
}

.cm-custom-latest-news-group .fusion-layout-column.cm-fusion-social-links:before {
  display: table;
  content: "";
}

.cm-custom-latest-news-group .fusion-layout-column.cm-fusion-social-links {
  clear: both;
}

.cm-custom-latest-news-group .fusion-title.title.fusion-sep-none.fusion-title-size-four.fusion-border-below-title {
  padding-bottom: 0px;
}

.cm-custom-latest-news-group .fusion-social-links {
  overflow: hidden;
}

.cm-custom-latest-news-group .fusion-social-networks {
  margin: 0 -10px;
}

[class*=" fusion-icon-"], [class^=fusion-icon-] {
  font-family: icomoon!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cm-custom-latest-news-group .fusion-social-networks .fusion-social-network-icon {
  display: inline-block;
  margin: 0 10px 10px;
  text-decoration: none;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
}
.cm-custom-latest-news-group .fusion-social-links .fusion-social-networks a {
  font-size: 16px;
}

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0
}

.tooltip.in {
  opacity: .9
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #d1d1d2;
  text-align: center;
  text-decoration: none;
  background-color: rgba(33,33,33,.97);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-background-clip: padding-box;
  background-clip: padding-box
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: rgba(33,33,33,.97)
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: rgba(33,33,33,.97)
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: rgba(33,33,33,.97)
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: rgba(33,33,33,.97)
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: rgba(33,33,33,.97)
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: rgba(33,33,33,.97)
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: rgba(33,33,33,.97)
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: rgba(33,33,33,.97)
}


.home-focus-patients {
  background-color: #07122b;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 5%;
  padding-right: 15%;
  padding-bottom:4%;
  padding-left: 15%;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #eae9e9;
  border-top-style: solid;
  border-bottom-style: solid;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
}



.home-focus-patients:after,
.home-focus-patients:before {
  display: table;
  content: "";
}

.home-focus-patients:after {
  clear: both;
}

.home-focus-patients-left-col {
  width: calc(24% - ( ( 4% + 4% ) * 0.25 ) );
  margin-right: 4%;
  margin-top: 0px;
  position: relative;
  float: left;
  margin-bottom: 20px;
}

.home-focus-patients-center-col {
  width: calc(52% - ( ( 4% + 4% ) * 0.5 ) );
  margin-right: 4%;
  margin-top: 0px;
  margin-bottom: 12px;
  position: relative;
  float: left;
  margin-top: -5px;
}

.home-focus-patients-right-col {
  width: calc(25% - ( ( 4% + 4% ) * 0.25 ) );
  margin-top: 0px;
  margin-bottom: 20px;
  position: relative;
  float: left;
}

.cm-custom-latest-news-group:before,.cm-custom-latest-news-group:after {
  display: table;
  content: "";
}

.cm-custom-latest-news-group:after {
  clear: both;
}

.home-focus-patients .fusion-title.focus-patients-title.fusion-border-below-title {
  margin-top: 0px;
  margin-bottom: 30px;
  display: block;
  text-align: center;
  margin: 0 0 31px;
  overflow: hidden;
}

.home-focus-patients .fusion-title.focus-patients-title.fusion-border-below-title h2 {
  font-size: 28px;
  font-family: Nexa-Bold, Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0px;
  margin: 0px;
  margin: 0px;
}

.home-focus-patients .fusion-separator.sep-none {
  border: 0 solid #e7e6e6;
  clear: both;
  position: relative;
  z-index: 11;
  height: 1px;
  border-color: transparent;
}

.home-focus-patients .focus-patients-title.fusion-border-below-title h2 span {
  color: #ffffff;
  font-size: 42px;
}

.home-focus-patients .fusion-sep-clear {
  clear: both;
  display: block;
  height: 1px;
  font-size: 0;
  line-height: 0;
  width: 100%;
  overflow: hidden;
}

.home-focus-patients .focus-patients-text h4 {
  text-align: center;
  font-size: 28px ;
  font-family: Nexa-Bold, Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.43;
  margin-top: 1.33em;
  margin-bottom: 1.33em;
}

.home-focus-patients .focus-patients-text h4 span {
  color: #1fff89;
  text-align: center;
  font-family: Nexa-Bold, Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 0px;
}

.home-focus-patients .fusion-button-wrapper.focus-patients-btn-wrapper {
  display: block;
  text-align: center;
}

.home-focus-patients .fusion-button-wrapper.focus-patients-btn-wrapper a {
  border-width: 1px;
  display: inline-block;
  position: relative;
  zoom: 1;
  border: 1px solid transparent;
  text-align: center;
  border-style: solid;
  background: rgba(160,206,78,0);
  text-transform: uppercase;
  color: #1fff8a;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 0px;
  border-color: #1fff8a;
  cursor: pointer;
  color: #1fff8a;
  -webkit-border-radius: 25px;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
  border-radius: 25px;
  outline: 0;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  padding: 13px 29px;
  line-height: 17px;
  font-size: 14px;
}

.cm-testemonial-slider .fusion-title h2{
  margin :0px;
}

.cm-changing a.heading-link h2 {
  font-size: 19px;
  line-height: 24px;
}

.cm-changing .heading-link:hover h2 {
  color: #009989;
}

.cm-changing .fusion-read-more {
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
  position: relative;
}

.cm-changing  .fusion-read-more:after {
  content: '\f105';
  top: 50%;
  right: -10px;
  padding-left: 5px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  font-size: 14px;
  font-family: icomoon;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.home-focus-patients .fusion-button-wrapper.focus-patients-btn-wrapper a:hover{
  background: #1fff8a;
  color: rgba(255,255,255,.9);
  border-width: 1px;
  border-color: rgba(255,255,255,.9);
}
.home-focus-patients .fusion-button-wrapper.focus-patients-btn-wrapper a:hover .fusion-button-text{
  color: rgba(255,255,255,.9);
}


.cm-home-vision-road{
  padding-left: 50px;
  padding-right: 50px;
}
.home-vision-road {
  padding-top: 20px;
  padding-right: 15%;
  padding-bottom: 20px;
  padding-left: 15%;
  background-color: #fff;
  margin-bottom :40px;
  margin-left: -50px;
  margin-right: -50px;
}

.home-vision-road-title-wrap { 
  margin-bottom: 20px;
  width: 48%;
  margin-right: 4%;
  padding-top:30px;
  position: relative;
  float: left;
}

.home-vision-road-title h2{
  font-size: 28px;
  font-family: Nexa-Bold, Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0px;
  font-style: normal;
}

.home-vision-road-btn-wrap{
  margin-bottom: 20px;
  width: 48%;
  position: relative;
  float: left;
  padding-top:30px;
}
.home-vision-road-btn-inner{
  margin-right: 15px;
  margin-top: 20px;
}

.home-vision-road-btn-inner a{
  border: 1px solid transparent;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 0px;
  padding: 9px 20px;
  line-height: 14px;
  font-size: 12px;
  display: inline-block;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  background: #009d8d;
  border-width: 0px;
  border-color: #ffffff;
}

.home-vision-road-btn-inner a:hover{
  background: #1fff89; 
  text-decoration: none;
}
.home-vision-road-btn-inner a span{
  color: #ffffff;
}
.home-vision-road-content-wrap{
  margin-bottom: 20px;
  padding-top:25px;
  clear: both;
}
.home-vision-road-content-inner{
  width: 22%;
  border-color: #ebeaea;
  background-color: rgba(255,255,255,0);
  margin-right: 4%;
  position: relative;
  float: left;
  margin-bottom: 20px;
}

.home-vision-road-content{
  border: 1px solid transparent;
  border-color: #ebeaea;
  padding: 20px 20px 20px 20px;
  border-top-width: 2px;
}

.home-vision-road-content h2{
  font-family: Nexa-Bold, Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0px;
  font-style: normal;
  font-size: 18px;
  margin:0px;
}

.home-vision-road-content h2 a{
  color: #009d8d;
}

.home-vision-road-content h2 a:hover{
  text-decoration: none; 
}
.home-vision-road-content h4{
  font-size: 12px;
  line-height: 1.5;
  color: #07132b;
  font-family: Nexa-Bold, Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing:0;
  margin:0;
}

.home-vision-road:before,.home-vision-road:after {
  display: table;
  content: "";
}

.home-vision-road:after {
  clear: both;
}

.home-vision-road-content-wrap:before,
.home-vision-road-content-wrap:after {
  display: table;
  content: "";
}

.home-vision-road-content-wrap:after {
  clear: both;
}

.home-vision-road-title h2 {
  margin-top: 0em;
  margin-bottom: 19px;
}

.benifits-section .benifit-item .fusion-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 31px;
  overflow: hidden;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 30px;
}

.benifits-section .benifit-wrapper .benifit-item .fusion-title .title-sep-container {
  position: relative;
  height: 6px;
  -ms-flex-grow: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.benifits-section .benifit-wrapper .benifit-item .fusion-title .title-sep-container .title-sep {
  position: relative;
  display: block;
  width: 100%;
  border-style: solid;
  border: 0 solid #e7e6e6;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border-bottom-width: 1px;
}

.benifits-section .benifit-item .fusion-title h3 {
  color: #1fff89;
  margin: 0;
  padding: 0 45px;
}

.benifits-section .top-content {
  text-align: center;
  padding-top: 21px;
  padding-bottom: 43px;
}

.life-at-vision.green .cm-content .content-text h2 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 28px;
}

.life-at-vision.green .cm-content .content-text {
  padding-top: 39px;
}

.life-at-vision.green .cm-content .content-text p {
  color: #fff;
}

.life-at-vision .cm-content {
  padding: 0;
  text-align: center;
}

.about-lay.jobs .row1-wrapper {
  padding-top: 30px;
  padding-bottom: 0;
}

.life-at-vision.green .cm-content .content-text {
  padding-top: 39px;
  padding-bottom: 70px;
}

.footer-top .footer-logo p {
  margin: 14px 0;
}

.office .two-column-right-gallery-wrapper .right-gallery .slick-arrow {
  width: 30px;
  height: 30px;
  background-color: rgba(0,0,0,.5);
  margin-top: -20px;
  z-index: 9;
  line-height: 30px;
  font-size: 14px;
  opacity: 0.8;
}

.office .two-column-right-gallery-wrapper .right-gallery .slick-arrow:hover {
  background-color: rgba(0,0,0,.6);
}

.office .two-column-right-gallery-wrapper .right-gallery .slick-arrow:hover {
  opacity: 1;
}

.event-detail-group .banner-breadcrumb-wrap {
  margin-left: 0;
  margin-right: 0;
}

.event-detail-row {
  padding: 55px 30px 40px;
}

.event-detail-row:after,.event-detail-row:before {
  content: "";
  display: table;
}

.event-detail-col.col-left {}

.event-detail-col.col-right {
  background-color: #07122b;
  width: 32%;
  padding: 4%;
  float: right;
  color: #fff;
}

.event-detail-col.col-left {
  width: calc(100% - 32% - 80px);
}

.event-detail-col {
  float: left;
  min-height: 1px;
}

.event-detail-alert-wrap {
  border: 1px solid transparent;
  clear: both;
  background: #d9edf7;
  position: relative;
  padding: 25px;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin-bottom: 20px;
  text-shadow: none;
  background-color: #ffffff;
  color: rgba(128,128,128,1);
  border-color: rgba(128,128,128,1);
  border-width: 1px;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  z-index: 3;
}
.event-detail-col.col-left{
  padding-top: 2px;
}
button.event-close {
  position: absolute;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  top: -1px;
  right: -1px;
  height: 25px;
  width: 25px;
  line-height: 25px;
  opacity: 1;
  border: 1px solid;
  border-color: inherit;
  color: inherit;
  font-size: 15px;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  cursor: pointer;
  padding: 0;
  background: none repeat scroll 0 0 rgba(0,0,0,0);
}

button.event-close:hover {
  opacity: 1;
  background-color: rgba(0,0,0,.05);
}
span.alert-icon {
  margin-right: 6px;
}
.event-image-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding: 15px 20px;
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba( 0,157,141,0.85);
}

.event-image-wrap {
  display: inline-block;
  position: relative;
  margin-bottom: 50px;
  max-width: 100%;
}

.event-image-wrap.without-event-img {
  display: block;
}

.event-image-wrap.without-event-img .event-image-content {
  position: static;
}

h2.event-image-title {
  color: #ffffff;
  font-size: 1.7em;
  line-height: 1;
  margin: 0;
  padding: 0;
  font-family: Nexa-Bold, Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0px;
  font-style: normal;
}

.event-image-date-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  float: none;
  background: 0 0;
  border: none;
}

h3.event-image-date {
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: 0px;
  font-style: normal;
  color: #fff;
  margin: 0;
  padding: 0;
  color: #ffffff;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  white-space: nowrap;
  zoom: 1;
  display: inline-block;
  line-height: normal;
  font-size: 28px;
}
span.sml {
  text-transform: lowercase;
}
span.sml {
  text-transform: lowercase;
}

.event-detail-links a {
  margin-top: 21px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  zoom: 1;
  cursor: pointer;
  display: inline-block;
  border: 0;
  box-shadow: none;
  background: rgba(160,206,78,0);
  text-transform: uppercase;
  color: #1fff8a;
  transition: all .2s;
  border-width: 1px;
  border-style: solid;
  border-color: #1fff8a;
  border-radius: 25px;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  -webkit-border-radius: 25px;
  padding: 11px 23px;
  line-height: 16px;
  font-size: 13px;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 0px;
  color: #1fff8a;
}

.event-detail-links a:first-child {
  margin-right: 9px;
}

.event-detail-links a:hover {
  background: #1fff8a;
  color: rgba(255,255,255,.9);
  border-color: rgba(255,255,255,.9);
}

.event-description p {
  margin: 0 0 10px;
}
.event-social {
  margin-bottom: 0;
  margin-top: 60px;
  background-color: #f6f6f6;
  display: table;
  padding: 20px;
  height: 70px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.event-social h4 {
  display: table-cell;
  vertical-align: middle;
  margin-top: 1.33em;
  margin-bottom: 1.33em;
  font-family: Nexa-Bold, Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.43;
  letter-spacing: 0px;
  font-style: normal;
  color: #333333;
  font-size: 16px;
}
.event-social-link {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  overflow: hidden;
}

.event-social-link .fusion-social-networks-wrapper {
  margin: 0 -5px;
}

.event-social-link a {
  transition-property: color,background-color,border-color;
  transition-duration: .2s;
  transition-timing-function: linear;
  cursor: pointer;
  font-size: 16px;
  text-align: center;
  background-clip: inherit;
  border: 1px solid #46494a;
  padding: 8px;
  text-decoration: none;
  color: #bebdbd;
  background-color: #e8e8e8;
  border-color: #e8e8e8;
  border-radius: 4px;
  font-family: icomoon!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 5px;
  display: inline-block;
}

span.screen-reader-text {
  border: 0;
  clip: rect(1px,1px,1px,1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute!important;
  width: 1px;
  word-wrap: normal!important;
}
.fusion-icon-facebook:before {
  content: "\e604";
}
.fusion-social-networks .fusion-social-network-icon:before {
  color: inherit;
}
.fusion-icon-reddit:before {
  content: "\e60d";
}
.fusion-icon-googleplus:before {
  content: "\e900";
}
.fusion-icon-pinterest:before {
  content: "\e602";
}
.fusion-icon-vk:before {
  content: "\f189";
}

.event-social-link a+a {
  margin-left: 1.4px;
}

.event-detail-links a:first-child {
  margin-right: 5px;
}

div#events-pagination-footer {
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-top: 50px;
  margin-bottom: 1em;
  color: #747474;
  border-color: #e0dede;
}
div#events-pagination-footer h3 {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

ul.events-pagination-sub-nav {
  line-height: normal;
  list-style-type: none;
  margin: 0;
  overflow: visible;
  padding: 0;
  text-align: center;
}

li.events-pagination-events-nav-previous {
  float: left;
  margin-right: 5px;
  text-align: left;
}

ul.events-pagination-sub-nav li {
  width: 48%;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
}

li.events-pagination-events-nav-next {
  float: right;
  margin-left: 5px;
  text-align: right;
  margin-right: 5px;
}

li.events-pagination-events-nav-next a:after {
  font-family: icomoon;
  content: '\f105';
  margin-left: 6px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -10px;
  color: inherit;
}

ul.events-pagination-sub-nav li a {
  position: relative;
  margin-right: 10px;
  display: inline-block;
  padding: 0;
  margin-bottom: 0;
  background: 0 0;
  font-weight: 400;
  color: #009d8d;
}

li.events-pagination-events-nav-previous a:before {
  font-family: icomoon;
  content: '\f104';
  margin-right: 6px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -10px;
  color: inherit;
}

li.events-pagination-events-nav-previous a {
  margin-left: 10px;
}

.event-detail-side-block h4 {
  background-color: #1fff8a;
  padding: 9px 15px;
  font-family: Nexa-Bold, Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.43;
  letter-spacing: 0px;
  font-style: normal;
  color: #333333;
  font-size: 17px;
  margin: 0 0 18px;
}

.event-detail-side-block {
  width: 100%;
  float: none;
  margin: 0 0 45px;
  padding: 0;
  box-sizing: border-box;
  display: inline-block;
}

.event-detail-side-block  dl {
  font-size: 14px;
  margin: 0;
  border: none;
}

.event-detail-side-block dl dt {
  float: none;
  margin: 0;
  font-weight: 700;
}

.event-detail-side-block dl dd {
  float: none;
  margin: 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-color: #009d8d;
}

.event-detail-side-block a {
  color: #1fff8a;
  color: #1fff8a;
  word-wrap: break-word;
}

.event-detail-side-block a:hover {
  color: #009d8d;
}
address.tribe-events-address {
  display: block;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  font-style: normal;
  line-height: inherit;
}

a.tribe-events-gmap {
  display: block;
  font-style: normal;
  position: relative;
}

a.tribe-events-gmap:before {
  display: inline-block;
  font-family: IcoMoon;
  content: '\e901';
  font-weight: 900;
  margin-right: 3px;
}

.event-description blockquote {
  margin: 0;
  line-height: 1.7;
  margin-bottom: 96px;
  padding: 4px 0;
  position: relative;
  width: calc(100% - 32% - 80px);
  width: 31.2%;
}
.event-description ul li{
  margin: 0 0 20px;
}
.event-detail-col.col-left {
  margin-bottom: 50px;
}

dd.tribe-events-event-categories, 
dt.tribe-events-event-categories-label{
  display: none;
}
dd.tribe-events-event-categories.hide-ev-topic, 
dt.tribe-events-event-categories-label.hide-ev-topic {
  display: block;
}
button.event-close {
  font-weight: bold;
}
.event-detail-alert-wrap.event-comming {
  display: none;
}
.event-social-link a:hover {
  color: #bebdbd;
}
/* Tooltip */
.fade {
  opacity: 0;
  -webkit-transition: opacity .3s linear;
  -o-transition: opacity .3s linear;
  transition: opacity .3s linear
}

.fade.in {
  opacity: 1
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0
}

.tooltip.in {
  opacity: .9
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #d1d1d2;
  text-align: center;
  text-decoration: none;
  background-color: rgba(33,33,33,.97);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-background-clip: padding-box;
  background-clip: padding-box
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: rgba(33,33,33,.97)
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: rgba(33,33,33,.97)
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: rgba(33,33,33,.97)
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: rgba(33,33,33,.97)
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: rgba(33,33,33,.97)
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: rgba(33,33,33,.97)
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: rgba(33,33,33,.97)
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: rgba(33,33,33,.97)
}

.banner-breadcrumb-wrap.event-group-breadcrumb {
  margin-left: 0;
  margin-right: 0;
}

.event-list-group-wrap {
  padding: 55px 30px 40px;
}

.event-list-section-title {
  text-align: center;
  margin-bottom: 60px;
  text-align: center;
  clear: both;
}

.event-list-section-title h2 {
  font-family: Nexa-Bold, Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0px;
  font-style: normal;
  color: #333;
  margin: 0 0 20px;
  margin-top: 0em;
  clear: none;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: .5em;
  position: relative;
  text-align: center;
  z-index: 0;
}
.event-by-month-item h2 {
  text-transform: uppercase;
  display: block;
  text-align: left;
  padding: .4em 30px;
  font-size: 18px;
  margin: 2em auto 1.8em;
  background-color: #009d8d;
  font-family: Nexa-Bold, Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0px;
  font-style: normal;
  line-height: normal;
  color: #fff;
}

.event-by-month-item h2:first-of-type {
  margin-top: 0;
}

.event-item {
  color: #747474;
  padding: 0;
  border: 1px solid;
  margin-bottom: 44px;
  min-height: 250px;
  position: relative;
  border-top: 1px solid;
  border-color: #e0dede;
}
.event-list-tribe-primary-info {
  float: left;
  width: 40%;
  position: relative;
}

.event-list-tribe-primary-info h3.event-list-title {
  border: none;
  display: inline-block;
  font-size: 1.4em;
  letter-spacing: 0;
  line-height: 1.4em;
  margin: 0;
  padding: 0;
  text-transform: none;
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  width: 100%;
  color: #ffffff;
  font-weight: bold;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
}

.event-list-tribe-primary-info h3.event-list-title a {
  background-color: rgba( 0,157,141,0.85);
  text-decoration: none;
  color: #fff;
  display: block;
  margin: 0;
  padding: 15px 20px;
}

.event-list-description {
  float: right;
  width: 60%;
}

.event-list-meta.vcard {
  margin: 0;
  padding: 0;
  float: right;
  width: 100%;
  background: 0 0;
  border: none;
  overflow: visible;
  clear: both;
  font-weight: 700;
  line-height: 1.5;
}

.event-list-author.location {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.event-list-author.location > div {
  display: table-cell;
  vertical-align: middle;
  padding: 15px 4.5%;
  border-right-width: 1px;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-top: none;
  border-color: #e0dede;
}

.event-list-venue-details {
  font-style: italic;
  font-weight: 400;
}

.event-list-events-venue-details-map {
  border-right: none !important;
  font-weight: normal;
}

.event-list-events-venue-details-map a.tribe-events-gmap:before {
  font-family: IcoMoon;
  content: '\e901';
  font-weight: 900;
  margin-right: 5px;
}

.event-list-summary {
  width: 100%;
  padding: 30px;
  float: left;
  clear: both;
}
span.sml {
  text-transform: lowercase;
}
a.event-list-read-more:after {
  content: '\f105';
  top: 50%;
  right: -10px;
  padding-left: 5px;
  font-size: 14px;
  font-family: icomoon;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

a.event-list-read-more {
  position: relative;
}
span.event-list-address {
  display: block;
}
.event-list-location-without-feature {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.event-list-location-without-feature > div {
  display: table-cell;
  vertical-align: middle;
  padding: 15px 4.5%;
  border-right-width: 1px;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-top: none;
  border-color: #e0dede;
}

.event-list-tribe-events-headline {
  width: 40%;
  background-color: #009d8d;
}

.event-list-tribe-events-headline h3.event-list-events-list-event-title {
  border: none;
  display: inline-block;
  font-size: 1.4em;
  letter-spacing: 0;
  line-height: 1.4em;
  margin: 0;
  padding: 0;
  text-transform: none;
  color: #fff;
  margin: 0;
  font-weight: bold;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
}

.event-list-tribe-events-headline h3.event-list-events-list-event-title a {
  color: inherit;
}

.event-list-time-details {
  margin: 0 0 8px;
  line-height: 1.5;
  font-weight: 700;
}

span.event-list-list-address {
  display: block;
}

.event-list-events-venue-details {
  font-style: italic;
  font-weight: 400;
  line-height: 1.5;
}

.event-list-tribe-events-venue-details-map {
  border-right: none !important;
}

.event-list-tribe-events-venue-details-map a:before {
  font-family: IcoMoon;
  content: '\e901';
  font-weight: 900;
  margin-right: 5px;
}

.event-list-events-list-event-description {
  width: auto;
  padding: 30px;
}
a.fusion-read-more:after {
  content: '\f105';
  top: 50%;
  right: -10px;
  padding-left: 5px;
  font-size: 14px;
  font-family: icomoon;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

a.fusion-read-more {
  position: relative;
}
.events-list-pagination-footer {
  clear: both;
  margin: 1.25em 0 18px;
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-top: 50px;
  border-color: #e0dede;
}

.events-list-pagination-footer ul.events-list-pagination-sub-nav {
  line-height: normal;
  list-style-type: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  text-align: center;
  overflow: visible;
}

li.events-list-pagination-events-nav-next {
  float: right;
  text-align: right;
  margin-right: 5px;
  margin-left: 5px;
}

li.events-list-pagination-events-nav-previous {
  float: left;
  text-align: left;
  margin-left: 5px;
}

.events-list-pagination-footer ul.events-list-pagination-sub-nav li a {
  position: relative;
  display: inline-block;
}

.events-list-pagination-footer ul.events-list-pagination-sub-nav li a span {
  display: none;
}

li.events-list-pagination-events-nav-next a {
  margin-right: 10px;
}

li.events-list-pagination-events-nav-next a:after {
  font-family: icomoon;
  content: '\f105';
  margin-left: 6px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -10px;
  color: inherit;
  font-family: icomoon;
  content: '\f105';
  margin-left: 6px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -10px;
  color: inherit;
}

li.events-list-pagination-events-nav-previous a:before {
  font-family: icomoon;
  content: '\f104';
  margin-right: 6px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -10px;
  color: inherit;
}

li.events-list-pagination-events-nav-previous a {
  margin-left: 10px;
}

li.events-list-pagination-events-nav-next a {
  margin-right: 10px;
}
.downld-event-wrap {
  text-align: right;
}

.downld-event-wrap a {
  margin-top: 21px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  zoom: 1;
  cursor: pointer;
  display: inline-block;
  border: 0;
  box-shadow: none;
  background: rgba(160,206,78,0);
  text-transform: uppercase;
  color: #1fff8a;
  transition: all .2s;
  border-width: 1px;
  border-style: solid;
  border-color: #1fff8a;
  border-radius: 25px;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  -webkit-border-radius: 25px;
  padding: 11px 23px;
  line-height: 16px;
  font-size: 13px;
  font-family: Montserrat,Arial,Helvetica,sans-serif;
  font-weight: 400;
  letter-spacing: 0px;
  color: #1fff8a;
}

.downld-event-wrap a:hover {
  background: #1fff8a;
  color: rgba(255,255,255,.9);
  border-color: rgba(255,255,255,.9);
}

.event-layout.hs-lay.hs-content-id-12286415234 .event-list-tribe-events-venue-details-map.without-gmapp,
.event-layout.hs-lay.hs-content-id-12290899369 .event-list-tribe-events-venue-details-map.without-gmapp{
  display:none !important;
}

.event-layout.hs-lay.hs-content-id-12286415234 .event-list-events-venue-details,
.event-layout.hs-lay.hs-content-id-12290899369 .event-list-events-venue-details{
  border-right:none !important;
}

.event-list-section-title h2 a {
  color: #000;
}
.event-list-section-title h2 a:hover {
  color: #333;
  text-decoration: underline;
}
.event-list-group-wrap.cat-section-without-item {
  padding-bottom: 82px;
}
li.events-list-pagination-events-nav-previous a {
  margin-left: 5px;
}
a.post-rollover-link:hover {
  color: #07122b;
  opacity: 1;
}
.post-image-wrapper .post-rollover {
  overflow-y: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.tfs-slider .background-image {
  background-color: #000;
}

/* .cm-error .body-container .page-center.content-wrapper {
padding-top: 55px;
padding-bottom: 40px;
} */

.cm-error .body-container .page-center.content-wrapper h2 {
  margin: 0;
  font-size: 28px;
  line-height: 1.5;
  position: relative;
}

.cm-error .body-container .page-center.content-wrapper h2 span {
  position: relative;
  background: #fff;
  z-index: 2;
  padding-right: 8px;
}

.cm-error .body-container .page-center.content-wrapper h2:after {
  position: absolute;
  display: block;
  width: 100%;
  border-style: solid;
  border: 0 solid #e7e6e6;
  border-color: #e0dede;
  content: "";
  height: 8px;
  border-bottom-width: 1px;
  border-top-width: 1px;
  top: 18px;
}

.cm-error .custom_error_message h1 {
  color: #f0f0f0;
  font-size: 170px;
  line-height: 1;
  font-weight: 700;
  margin: 0;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
}

.cm-error .top-content {
  margin-bottom: 30px;
}

.cm-error .main-content h3 {
  font-family: Nexa-Bold, Arial, Helvetica, sans-serif;
  color: #1fff89;
}

.cm-error .main-content ul {
  list-style-type: none;
  padding: 0;
  margin: 10px 0 0;
}

.cm-error .main-content ul li {
  padding: 5.5px 0;
}

.cm-error .main-content ul li:first-child {
  padding-top: 0;
}

.cm-error .main-content ul li a:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  background-color: #a0ce4e;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 14px;
  height: 23px;
  width: 23px;
  margin-right: 9.8px;
  display: inline-block;
  line-height: 23px;
  position: absolute;
  left: 0;
}

.cm-error .main-content ul li a {
  position: relative;
  padding: 0 0 0 35px;
}

.error-search label {
  margin-bottom: 20px;
  display: block;
}

.error-search button {
  position: absolute;
  top: 0;
  right: 0;
  font: 100% Arial,Helvetica,sans-serif;
  vertical-align: middle;
  background: #000;
  border: none;
  border-radius: 0;
  color: #fff;
  font-size: 1em;
  margin: 0;
  padding: 0;
  text-indent: 0;
  cursor: pointer;
  font-family: icomoon;
  font-weight: 400;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  transition: all .2s;
  height: 38px;
  width: 38px;
  line-height: 38px;
}

.error-search button:hover{
  background-color: #009d8d;
}

.error-search form {
  position: relative;
}

.error-search button:before {
  content: "";
}

.error-search button svg {
  display:none;
}

.error-search input.hs-search-field__input {
  outline: none;
}

.cm-body-wrap {
  padding: 0 30px;
  padding-top: 55px;
  padding-bottom: 40px;
}

/* div#sliders-container{
background-color: #000;
} */
a.post-rollover-link {
  z-index: 5;
}

.search-page .container-fluid {
  padding: 0;
}

.search-page .cm-body-wrap .page-center.content-wrapper {
  padding-top: 55px;
  padding-bottom: 40px;
}

.search-page .cm-body-wrap .page-center.content-wrapper h2 {
  font-size: 28px;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 28px;
}

.search-page .cm-body-wrap .page-center.content-wrapper p {
  margin: 14px 0;
}

.search-page .cm-body-wrap input.hs-search-field__input {
  max-width: 100%;
  box-shadow: none;
}

.search-page .cm-body-wrap .hs-search-field__bar form {
  position: relative;
}

.search-page .cm-body-wrap .hs-search-field__bar form button {
  position: absolute;
  right: 0;
  top: 0;
  font: 100% Arial,Helvetica,sans-serif;
  vertical-align: middle;
  background: #000;
  border: none;
  border-radius: 0;
  color: #fff;
  font-size: 1em;
  height: 38px;
  line-height: 38px;
  margin: 0;
  padding: 0;
  width: 38px;
  text-indent: 0;
  cursor: pointer;
  font-family: icomoon;
  font-weight: 400;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  transition: all .2s;
}

.search-page .cm-body-wrap .hs-search-field__bar form button:before {content: "";}

.search-page .cm-body-wrap .hs-search-field__bar form button svg {
  display: none;
}

.search-page .cm-body-wrap .hs-search-field__bar form button:hover {
  background-color: #009d8d;
}

.search-page .contact-info h4 {
  font-size: 14px;
  color: #333333;
  font-family: Nexa-Bold, Arial, Helvetica, sans-serif;
  margin-top: 1.33em;
  margin-bottom: 1.33em;
  line-height: 1.43;
}

.search-page .contact-info p {
  margin: 0 !important;
}

.search-page .contact-info h4 + p {
  margin: 0 0 15px !important;
}

.search-page .cm-search-container .hs-search-field__bar{
  padding-bottom: 60px;
  border-bottom: 1px solid #e6e5e6;
  margin-bottom: 60px;
}

.search-page .cm-search-container .hs-search-results li {
  width: calc(50% - 50px);
  display: inline-block;
  float: left;
  padding: 30px 25px 20px 25px;
  border: solid 1px #ebeaea;
  margin: 20px;
}

.search-page .cm-search-container .hs-search-results ul {
  overflow: hidden;
  margin: -20px -20px 0;
}

.search-page .cm-search-container .hs-search-results li a.hs-search-results__title {
  line-height: 27px;
  letter-spacing: 0px;
  font-style: normal;
  font-size: 18px;
  font-family: Nexa-Bold, Arial, Helvetica, sans-serif;
  font-weight: 400;
  margin: 0 0 20px;
  display: inline-block;
}

.search-page .cm-search-container .hs-search-results ul p.hs-search-results__description {
  margin: 0 0 20px !important;
  font-size: 14px;
  line-height: 1.69;
}

.search-page .hs-search-results__pagination a {
  font-size: 12px;
  font: 13px/20px PTSansRegular,Arial,Helvetica,sans-serif;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-weight: 400;
}

.row1-wrapper .hs_cos_wrapper_type_simple_menu .hs-menu-wrapper ul li > a:hover {
  color: #33ff99 !important;
}

.hs-content-id-12225171183 #hs_cos_wrapper_widget_1566202097362 .two-column-left-image-wrapper.white .right-content h4:first-of-type {
  color: #1fff89;
}

.hs-content-id-12225171183 #hs_cos_wrapper_widget_1566202097362 .two-column-left-image-wrapper.white .right-content h4 {
  color: #fff;
}

.hs-content-id-12225171183 .two-column-content-with-bg.white .two-column-content .col-content.right-column h3 {
  color: #fff;
}

.wales-lay .header-wrapper .page-center {
  max-width: 100% !important;
}

body.wales-lay .tfs-slider .slide-content-container h2 {
  font-size: 40px;
  line-height: 48px;
}

body.wales-lay .tfs-slider .slide-content-container h3.title-heading-center {
  font-size: 26px;
  line-height: 31px;
}

body.wales-lay .slider-section-wrapper {
  position: relative;
  margin-top: 0px;
}

.wales-lay .two-column-equal-content .page-center {
  max-width: 1440px !important;
  margin-top: -1px;
}

.fusion-slider-loading, .fusion-slider-loading:after {
  width: 6em;
  height: 6em;
  border-radius: 50%;
  background-clip: padding-box;
}
.fusion-body .wpcf7-form .fusion-slider-loading, .fusion-slider-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -3em 0 0 -3em;
  color: transparent;
  font-size: 10px;
  border-top: .5em solid rgba(0,0,0,.2);
  border-right: .5em solid rgba(0,0,0,.2);
  border-bottom: .5em solid #333;
  border-left: .5em solid rgba(0,0,0,.2);
  -webkit-animation: fusion-rotate .8s infinite linear;
  animation: fusion-rotate .8s infinite linear;
}

@-webkit-keyframes fusion-rotate{
  0%{-webkit-transform:rotate(0);transform:rotate(0)}
  100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}
}

@keyframes fusion-rotate{
  0%{-webkit-transform:rotate(0);transform:rotate(0)}
  100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}
}

.wales-lay .two-column-equal-content .right-content-inner.hover i {
  background-color: #009d8d !important;
  border-color: #009d8d !important;
}

.wales-lay .two-column-equal-content .right-content-inner.hover h2 {
  color: #009d8d;
} 

.tabber-wrap .page-center {
  max-width: 1440px !important;
}

.tabber-wrap {
  margin-bottom: 20px;
  margin-top: -7px;
}

.cm-team-member h2 b {
  color: #1fff89;
}

.cm-home-layout .footer-wrapper .page-center {
  max-width: 100%;
}

.footer-wrapper.no-nav .footer-bottom .copyright {
  display: block !important;
  padding: 11px 0 10px;
}

.footer-wrapper.no-nav .footer-menu ul li:last-child {
  display: none;
}
#hs-eu-cookie-confirmation {
  background: #fff;
  height: auto;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100000000 !important;
  border-bottom: 1px solid #cbd6e2;
  border-top: 1px solid #cbd6e2;
  box-shadow: 0 1px 5px #eaf0f6;
  color: #33475b;
  font-family: inherit;
  font-size: inherit;
  font-weight: normal !important;
  line-height: inherit;
  text-align: left;
  text-shadow: none !important;
  font-size: 12px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 18px;
}

#hs-eu-cookie-confirmation-inner {
  background: #fff;
  margin: 0 auto;
  max-width: 1000px;
  padding: 20px;
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
  margin: 0 0 12px;
  color: #33475b;
  font-family: inherit;
  font-size: inherit;
  font-weight: normal !important;
  line-height: inherit;
  text-align: left;
  text-shadow: none !important;
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area {
  margin: 10px 0 0 !important;
  text-align: right !important;
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button,
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-decline-button {
  border-radius: 3px;
  display: inline-block;
  padding: 10px 16px !important;
  text-decoration: none !important;
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button {
  background-color: #00bda5 !important;
  border: 1px solid #00bda5 !important;
  margin-right: 12px !important;
  color: #fff;
  font-family: inherit;
  font-size: inherit;
  font-weight: normal !important;
  line-height: inherit;
  text-align: left;
  text-shadow: none !important;
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-decline-button {
  border: 1px solid #00bda5 !important;
  color: #00bda5;
  font-family: inherit;
  font-size: inherit;
  font-weight: normal !important;
  line-height: inherit;
  text-align: left;
  text-shadow: none !important;
}
.cm-wales-vision-anywhere .cta-wrapper .cta_button {
  -webkit-font-smoothing: antialiased ;
  cursor: pointer ;
  -moz-user-select: none ;
  -webkit-user-select: none ;
  -o-user-select: none ;
  user-select: none ;
  display: inline-block ;
  font-weight: normal ;
  text-align: center ;
  text-decoration: none ;
  font-family: sans-serif ;
  background: rgb(31,255,138) ;
  color: rgb(7, 18, 43) ;
  border-radius: 4px ;
  border-width: 0px ;
  transition: all .4s ease ;
  -moz-transition: all .4s ease ;
  -webkit-transition: all .4s ease ;
  -o-transition: all .4s ease ;
  text-shadow: none ;
  line-height: 1.5em ;
  padding: 6px 18px ;
}

.search-wrapper .hs-search-field--open .hs-search-field__suggestions {
  border: 1px solid #000;
  text-align: left;
  background: #fff;
  width: 88.3%;
}

.search-wrapper .hs-search-field--open .hs-search-field__suggestions li#results-for {
  padding: 5px;
}

.search-wrapper .hs-search-field--open .hs-search-field__suggestions li a {
  padding: 5px;
}

.open-form .custom-menu-primary .hs-menu-wrapper>ul>li.search-icon>a:after {
  color: #1fff8a;
  border: 1px solid #1fff8a;
}

.wales-lay .body-container-wrapper {
  margin-top: -1px;
}

.wales-lay ul.flex-direction-nav {
  display: none !important;
}

.fa {
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.wales-lay .cm-tw-col-left-img {
  padding-top: 55px;
  padding-left: 15%;
  padding-right: 15%;
  margin-left: -50px;
  margin-right: -50px;
}
.wales-lay .cm-tw-col-left-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wales-lay .cm-tw-col-left-img .cm-left-content {
  width: calc(50% - ( ( 4% ) * 0.5 ) );
  margin-right: 3.6%;
  margin-bottom: 20px;
  text-align: center;
  margin-left: 0.4%;
  padding-right: 11px;
}

.wales-lay .cm-tw-col-left-img .cm-right-content {
  width: calc(50% - ( ( 4% ) * 0.5 ) );
  margin-bottom: 20px;
}

.wales-lay .cm-tw-col-left-img .cm-left-content img {
  width: 300px;
}

.wales-lay .cm-tw-col-left-img .cm-right-content h3 {
  color: #009d8d;
}

.wales-lay .cm-tw-col-left-img .cm-left-content .title {
  color: #07132b;
  font-size: 33px;
  font-family: Nexa-Bold, Arial, Helvetica, sans-serif;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0px;
  font-style: normal;
  margin-bottom: 30px;
}
.wales-lay .two-column-equal-content {
  padding-top: 5%;
  padding-right: 10%;
  padding-left: 10%;
  margin-left: -50px;
  margin-right: -50px;
}

.wales-lay .two-column-equal-content .cm-section-title h2 {
  color: #1fff89;
  font-size: 28px;
  margin: 0;
  margin-bottom: 50px;
}

.wales-lay .cm-main-content-wrap {
  padding: 0 50px;
  overflow: hidden;
}

.wales-lay .two-column-equal-content .fusion-row p {
  color: #fff;
}

.wales-lay .two-column-equal-content  .left-content {
  width: calc(50% - ( ( 4% ) * 0.5 ) );
  margin-right: 4%;
}

.wales-lay .two-column-equal-content .two-col {
  position: relative;
  float: left;
}

.wales-lay .two-column-equal-content .right-content {
  width: calc(50% - ( ( 4% ) * 0.5 ) );
}
.wales-lay .two-column-equal-content ul {
  color: #747474;
}
.wales-lay .two-column-equal-content ul li span {
  color: #fff;
}
.wales-lay .two-column-equal-content .right-content-inner {
  min-height: 343px;
  padding: 30px;
  border: 1px solid rgba(255,255,255,0);
  margin-bottom: 40px;
}

.wales-lay .two-column-equal-content .right-content-inner h2 {
  font-size: 24px;
  line-height: 29px;
  padding-left: 106px;
  color: #fff;
  font-family: Nexa-Bold, Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 0px;
  font-style: normal;
  margin: 0 0 15px;
}

.wales-lay .two-column-equal-content .right-content-inner .icon {
  position: absolute;
}

.wales-lay .two-column-equal-content .right-content-inner .icon i {
  border-color: #ffffff;
  border-width: 1px;
  background-color: #07122b;
  box-sizing: content-box;
  height: 84px;
  width: 84px;
  line-height: 84px;
  border-radius: 50%;
  color: #1fff89;
  font-size: 42px;
  display: block;
  float: none;
  margin-right: 20px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  text-align: center;
  border-style: solid;
}
.fa-window-restore:before {
  content: "\f2d2";
}
.wales-lay .two-column-equal-content .right-content-inner .hs-cm-content {
  padding-left: 106px;
  color: #1fff89;
  margin-bottom: 20px;
  margin-top: 37px;
}

.wales-lay .two-column-equal-content .right-content-inner .hs-cm-content h4 {
  font-family: Nexa-Bold, Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.43;
  letter-spacing: 0px;
  font-style: normal;
  font-size: 16px;
  margin-top: 1.33em;
  margin-bottom: 1.33em;
}
.tabber-wrap {
  padding-right: 30px;
  padding-left: 30px;
  margin-left: -50px;
  margin-right: -50px;
}
.tabber-wrap .tabber-inner {
  padding: 5% 7% 5% 7%;
}

.tabber-wrap .tabber-inner .section-header {
  text-align: center;
}

.tabber-wrap .section-header h1 {
  font-size: 28px;
  font-family: Nexa-Bold, Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0px;
  font-style: normal;
  margin-top: 0px;
  margin-bottom: 30px;
}

.tabber-wrap .section-header p {
  text-align: left;
  margin-bottom: 40px;
}

.tabber-wrap ul.tabber-tabs {
  padding: 0;
  margin: 0;
  list-style: none;
}

.tabber-wrap ul.tabber-tabs li {
  margin-bottom: 10px;
}
.tabber-wrap {
  margin-bottom: 20px;
}
.tabber-wrap ul.tabber-tabs li a {
  cursor: pointer;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  line-height: normal;
  display: block;
  position: relative;
  margin: 0;
  background-color: #f1f2f2;
  padding: 14px 15px;
  border: 1px solid;
  outline: 0;
  border-color: #009989;
  color: #07132b;
  text-align: center;
  font-size: 16px;
  font-family: Nexa-Bold, Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.43;
  letter-spacing: 0px;
  font-style: normal;
}
.tabber-wrap ul.tabber-tabs li.active-slide a,
.tabber-wrap ul.tabber-tabs li:hover a {
  background-color: #1fff89;
}

.tabber-wrap .tabber-inner .tabber-content {
  margin-top: 20px;
  padding-bottom: 50px;
}
.tabber-wrap .tabber-inner .tabber-content div#tab-1 p {
  margin: 0px;
}


.cm-fw-iframe {
  padding-top: 5%;
  padding-right: 15%;
  padding-bottom: 5%;
  padding-left: 15%;
  margin-left: -50px;
  margin-right: -50px;
  text-align: center;
}

.cm-fw-iframe h2 {
  font-size: 28px;
  color: #009989;
  line-height: 1.5;
  margin: 0 0 30px;
}

.cm-fw-iframe p {
  font-size: 17px;
  margin-bottom: 20px;
}

.cm-fw-iframe .cm-iframe-wrap h4 {
  font-family: Nexa-Bold, Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.43;
  letter-spacing: 0px;
  font-style: normal;
  color: #07132b;
  padding-top: 1.35em;
  margin-bottom: 1.33em;
  font-size: 16px;
  margin-top: 0;
}

.cm-fusion-video {
  max-width: 960px;
  max-height: 540px;
  width: 100%;
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin: 0 auto;
}

.cm-iframe-container {
  width: 100%;
  position: relative;
  padding: 0;
  padding-top: 56.25%;
}

.cm-iframe-container iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cm-iframe-wrap {
  margin-bottom: 40px;
}
.cm-form-wrapper {
  background-color: #f4f4f4;
  padding: 0 30px;
}

.cm-form-wrapper h3 {
  text-align: center;
  margin-top: 5%;
  margin-bottom: 50px;
  color: #07132b;
}

.wales-lay .two-column-left-section .fusion-row {
  display: flex;
  flex-direction: row;
}

.wales-lay .two-column-left-section .left-image {
  order: 2;
  margin-bottom: 0;
  margin-top: 92px;
  margin-right: 0;
}

.wales-lay .two-column-left-section .right-content .right-inner {
  padding: 0;
}

.wales-lay .two-column-left-section .right-content {
  margin-bottom: 0;
  margin-right: 4%;
}

.wales-lay .two-column-left-section .right-content .right-inner h2 {
  margin-bottom: 50px;
}

.wales-lay .two-column-left-section .right-content .right-inner .cta-wrapper {
  margin-top: 0;
}

.cm-team-member {
  background-color: #f4f4f4;
  margin-left: -50px;
  margin-right: -50px;
  padding: 5% 15%;
}

.cm-team-member h2 {
  font-size: 28px;
  text-align: center;
  margin: 0 0 50px;
  line-height: 1.5;
}

.cm-team-member-item {
  position: relative;
  float: left;
  margin-bottom: 20px;
  width: calc(33.33% - ( ( 4% + 4% ) * 0.3333 ) );
  margin-right: 4%;
  text-align: center;
}

.cm-team-member-item:nth-child(3n) {
  margin-right: 0;
}

.cm-team-member-item .fusion-text h4 {
  margin-top: 1.33em;
  margin-bottom: 1.33em;
  color: #07132b;
  font-family: Nexa-Bold, Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.43;
  letter-spacing: 0px;
  font-style: normal;
  font-size: 16px;
}

.cm-team-member-item .fusion-text h4 span {
  color: #009989;
}

.cm-team-member-item .fusion-content {
  text-align: left;
}

.cm-wales-vision-anywhere {
  padding-top: 5%;
  padding-right: 15%;
  padding-bottom: 5%;
  padding-left: 15%;
  margin-left: -50px;
  margin-right: -50px;
}

.cm-wales-vision-anywhere h3.cm-sec-title {
  color: #009989;
  text-align: center;
  margin: 0 0 51px;
}

.cm-wales-vision-anywhere .cm-left-content {
  position: relative;
  width: calc(25% - ( ( 4% ) * 0.25 ) );
  margin-right: 4%;
  float: left;
  margin-bottom: 20px;
}

.cm-wales-vision-anywhere .cm-right-content {
  margin-bottom: 20px;
  width: calc(75% - ( ( 4% ) * 0.75 ) );
  position: relative;
  float: left;
}

.cm-wales-vision-anywhere .cm-left-content h3 {
  color: #07122b;
}

.cm-wales-vision-anywhere .cta-wrapper {
  text-align: center;
  margin-bottom: 20px;
}

.cm-wales-vision-anywhere .bottom-text {
  padding-top: 21px;
  color: #cccccc;
}

.wales-lay .one-column-top-image-group h4 {
  margin-top: 1.33em;
  margin-bottom: 1.33em;
  font-family: Nexa-Bold, Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.43;
  letter-spacing: 0px;
  font-style: normal;
  color: #009989;
  font-size: 16px;
}

.wales-lay .two-column-content-with-bg .two-column-content .col-content.right-column {
  margin-top: 0;
}  

.cm-why-choose-vision {
  background-color: #009989;
  padding: 5% 15% 2%;
  margin-left: -50px;
  margin-right: -50px;
  position: relative;
  color: #fff;
}

.cm-iframe-wrap:last-child {
  margin-bottom: 20px;
}

.cm-why-choose-vision h2 {
  color: #fff;
  font-size: 28px;
  line-height: 1.5;
  margin-top: 0px;
  margin-bottom: 30px;
}

.cm-why-choose-vision .cm-top-content {
  text-align: center;
  padding-bottom: 20px;
}

.cm-why-choose-vision .cm-top-content p {
  font-size: 17px;
}

.cm-why-choose-vision .cm-content-item {
  margin-bottom: 20px;
  width: calc(33.33% - ( ( 4% + 4% ) * 0.3333 ) );
  margin-right: 4%;
  position: relative;
  float: left;
}

.cm-why-choose-vision .cm-content-item h4 {
  color: #1fff89;
  font-family: Nexa-Bold, Arial, Helvetica, sans-serif;
  line-height: 1.43;
  margin-top: 1.33em;
  margin-bottom: 1.33em;
  font-size: 16px;
}

.cm-why-choose-vision .cm-content-item:last-child {
  margin-right: 0;
}

.cm-why-choose-vision .cm-bottom-content {
  text-align: center;
  margin-bottom: 20px;
}

.cm-why-choose-vision .cm-bottom-content h4 {
  margin-top: 1.33em;
  margin-bottom: 1.33em;
  font-family: Nexa-Bold, Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.43;
  letter-spacing: 0px;
  font-style: normal;
  font-size: 16px;
}

.cm-why-choose-vision .cm-btn-container a {
  display: inline-block;
  position: relative;
  zoom: 1;
  border: 1px solid transparent;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 11px 23px;
  line-height: 16px;
  font-size: 13px;
  background: rgba(160,206,78,0);
  text-transform: uppercase;
  border-style: solid;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 0px;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
  outline: 0;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  color: #1fff8a;
  border-width: 1px;
  border-color: #1fff8a;
  width: auto;
}

.cm-why-choose-vision .cm-btn-container a:hover {
  border-width: 1px;
  border-color: rgba(255,255,255,.9);
  background: #1fff8a;
  color: rgba(255,255,255,.9);
}

.cm-why-choose-fullwidth {
  background-color: #ffffff;
  position: relative;
}

.cm-why-choose-fullwidth .cm-why-choose-column-wrapper {
  margin-bottom: 20px;
  clear: both;
  padding: 0px 0px 2% 0px;
}

.cm-why-choose-section-separator {
  position: relative;
  border-bottom: 6px solid #009989;
  margin-left: calc( (100vw - 100% ) / -2 );
  margin-right: calc( (100vw - 100% ) / -2 );
}

.cm-why-choose-fullwidth .divider-candy-arrow {
  z-index: 2;
  position: absolute;
  left: 50%;
  margin-left: -29px;
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  top: 6px;
  border-top-color: #009989;
}

.cm-why-choose-fullwidth .divider-candy-arrow.bottom {
  border-width: 29px 29px 0 29px;
}

.cm-why-choose-fullwidth .divider-candy {
  z-index: 100;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  height: 40px;
  width: 40px;
  border-bottom: 1px solid #e6e5e6;
  border-left: 1px solid #e6e5e6;
  background-color: transparent;
  content: "";
  bottom: -21px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: -26px;
  border-bottom: 1px solid #009989;
  border-left: 1px solid #009989;
}

.cm-why-choose-vision .cm-bottom-content h4:first-child {
  margin-top: 0;
}

.wales-lay .two-column-left-section .right-content .right-inner p:not(:last-child) {
  margin-bottom: 23px;
}

.cm-why-choose-vision .cm-bottom-content h4:first-child {
  margin-top: 0;
}

.wales-lay .two-column-left-section .right-content .right-inner p:not(:last-child) {
  margin-bottom: 23px;
}

.wales-lay .one-column-top-image-group {
  padding: 5% 15%;
}

.wales-lay .one-column-top-image-group .bottom-content h4:first-child {
  margin-top: 0;
}

.cm-wales-form .form-title + div {
  width: calc(50% - ( ( 4% + 4% ) * 0.5 ) );
  margin: auto;
}

.cm-wales-form .hs-form{
  max-width: 500px;
  padding-bottom: 20px;
}

.cm-wales-form .hs-form-field > label {
  font-size: 13px;
  color: #414141;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  display: block;
  float: none;
  width: auto;
  font-weight: bold;
  text-align: left;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
}

.cm-wales-form .hs-form-required {
  color: red;
}

.cm-wales-form .hs-input {
  font: 100% Arial,Helvetica,sans-serif;
  vertical-align: middle;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  margin-right: 1%;
  display: inline-block;
  padding: 4px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  color: #666;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  max-width: 500px;
  width: 90%;
  transition: border 0.2s linear,box-shadow 0.2s linear;
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
  min-height: auto;
}

.cm-wales-form fieldset.form-columns-2 .input {
  margin-right: 8px !important;
}

.cm-wales-form input.hs-input.error {
  border-color: #c87872;
  box-shadow: 0 0 6px rgba(171,41,32,0.5);
}

.cm-wales-form input.hs-input.error:focus {
  border-color: #b9554d;
  box-shadow: 0 0 6px rgba(171,41,32,0.5);
}


.cm-wales-form fieldset.form-columns-1 .hs-input {
  width: 95% !important;
  box-sizing: content-box;
}

.cm-wales-form fieldset.form-columns-1 .input {
  margin-right: 8px !important;
}

.cm-wales-form ul.no-list.hs-error-msgs.inputs-list label {
  /*   color: #414141; */
  font-size: 13px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin-bottom: 4px;
  line-height: 20px;
  position: relative;
}

.cm-wales-form ul.no-list.hs-error-msgs.inputs-list {
  margin-top: 0;
}

.cm-wales-form input.hs-button.primary.large {
  margin: 0;
  outline: 0;
  border: none;
  font-family: Helvetica,Arial,sans-serif;
  color: #fff;
  text-shadow: 0 -1px 0 #3574e3;
  background-color: #3574e3;
  background-image: linear-gradient(to bottom, #7ec8f4,#3574e3);
  box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5);
  border-top: 1px solid #64baf0;
  border-bottom: 1px solid #1c4ed5;
  border-right: 1px solid #468ee6;
  border-left: 1px solid #468ee6;
  border-radius: 4px;
  transition: opacity 0.15s linear;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  padding: 7px 18px 7px;
  position: relative;
  text-align: center;
  text-transform: none;
}

.cm-wales-form input.hs-button.primary.large:hover,
.cm-wales-form input.hs-button.primary.large:focus {
  box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5), 0 0 5px #3574e3;
  border-top: 1px solid #4db0ee;
  border-bottom: 1px solid #1946be;
  border-right: 1px solid #3080e3;
  border-left: 1px solid #3080e3;    
}

.cm-wales-form .actions {
  background: transparent;
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 17px 0 18px;
  border-top: none;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -ms-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}

.cm-wales-form .hs-form fieldset.form-columns-1 .hs-form-field {
  padding: 0;
}

.cm-wales-form .hs-form-field {
  margin-bottom: 10px;
  margin-bottom: 18px;
}

.cm-form-wrapper h3.form-title b {
  color: #1fff89;
  font-weight: normal;
}

.vision-user-groups-lay .cm-one-col-content {
  margin-bottom: 0;
  padding-top: 30px;
}

.cm-custom-latest-news-group .custom-right-column-group ul.no-list.hs-error-msgs.inputs-list label {
  line-height: 20px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 13px;
  font-weight: normal;
}

.cm-custom-latest-news-group .custom-right-column-group .hs-input.error {
  border-color: #c87872;
  box-shadow: 0 0 3px rgba(171,41,32,0.25);
}

.fusion-social-links-footer .fusion-social-networks .fusion-social-networks-wrapper a.fusion-social-network-icon:hover {
  opacity: 0.8;
}

ul.hs-search-field__suggestions {
  margin: 0;
}

.slider-section-wrapper.banner-slider .hs_cos_gallery_main {
  padding: 0;
  margin: 0;
}

.slider-section-wrapper.banner-slider .slick-slide-inner-wrapper > img {
  display: none;
}

.slider-section-wrapper.banner-slider > div * {
  height: 100% !important;
  max-height: 100%;
}

.slider-section-wrapper.banner-slider .hs_cos_gallery_slide.slick-slide {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 30px;
}

.slider-section-wrapper.banner-slider ul.slick-dots {
  display: none !important;
}

.slider-section-wrapper.banner-slider .slick-arrow {
  height: 63px !important;
  max-width: 63px !important;
}

.slider-section-wrapper.banner-slider .slick-arrow {
  height: 63px !important;
  max-width: 63px !important;
  font-family: icomoon;
  margin-top: 1px;
}

.slider-section-wrapper.banner-slider .hs_cos_gallery_main:hover .slick-arrow {
  opacity: 0.8;
}

.slider-section-wrapper.banner-slider .hs_cos_gallery_main .slick-arrow:hover {
  opacity: 1 !important;
}

.slider-section-wrapper.banner-slider .slick-arrow:before {
  font-family: icomoon;
  color: #fff;
  opacity: 1;
  line-height: 63px;
}

.slider-section-wrapper.banner-slider .hs_cos_gallery_slide.slick-slide .slick-slide-inner-wrapper {
  display: block;
}

.slider-section-wrapper.banner-slider .hs_cos_gallery_main .caption.superimpose {
  background: transparent;
  width: 100%;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider-section-wrapper.banner-slider .hs_cos_gallery_main .caption.superimpose > * {
  height: auto !important;
}

.slider-section-wrapper.banner-slider .hs_cos_gallery_main .caption.superimpose h2 {
  margin: 5px 0 14px;
  color: #fff;
  font-size: 44px;
  line-height: 52px;
}

.slider-section-wrapper.banner-slider .hs_cos_gallery_main .caption.superimpose h3 {
  margin: 0;
  font-size: 24px;
  color: #1fff89;
  line-height: 38px;
}

.vision-lay.hs-content-id-12261051752 #hs_cos_wrapper_widget_1566286271858 .full-width-content-with-bg h1 {
  color: #fff;
}

.about-lay.office .cm-one-col-content h2 + p {
  color: #009d8d;
  font-size: 17px;
  text-align: left;
}

.custom-job-listing-wrapper {
  margin-left: -50px;
  margin-right: -50px;
  padding-left: 15%;
  padding-right: 15%;
}

ul.job_listings {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #e0dede;
  padding-bottom: 6.12%;
  padding-top: 118px;
}

ul.job_listings li.job-inner {
  list-style: none outside;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #eee;
}

ul.job_listings li.job-inner a {
  display: block;
  padding: 1em 1em 1em 2em;
  border: 0;
  overflow: hidden;
  zoom: 1;
  position: relative;
  line-height: 1.5em;
  text-decoration: none;
}

ul.job_listings li.job-inner a img.company_logo {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 1em;
  float: left;
  margin-right: 1em;
  vertical-align: middle;
  box-shadow: none;
}

ul.job_listings li.job-inner a .position {
  float: left;
  width: 55%;
  padding: 0 0 0 42px;
  line-height: 1.5em;
}

ul.job_listings li.job-inner a .location {
  float: left;
  text-align: left;
  width: 25%;
  padding: 0 0 0 1em;
  color: #999;
  line-height: 1.5em;
}

ul.job_listings li.job-inner a ul.meta {
  overflow: hidden;
  font-size: 12px;
  list-style: none;
  float: right;
  text-align: right;
  width: 20%;
  padding: 0 0 0 1em;
  margin: 0;
  line-height: 1.5em;
  color: #747474;
}

ul.job_listings li.job-inner a ul.meta li.date {
  float: left;
  padding: 0 8px 0 9px;
  list-style: none outside;
  display: block;
  margin: 0;
  padding-left: 0;
  border-left: 0;
}

ul.job_listings li.job-inner a .position h3 {
  letter-spacing: 0px;
  font-style: normal;
  font-family: Nexa-Bold, Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: #1fff89;
  margin: 0;
  padding: 0;
  line-height: inherit;
  font-size: inherit;
}

ul.job_listings li.job-inner a .position .company {
  color: #999;
}

ul.job_listings li.job-inner a:hover {
  background-color: #fcfcfc;
}

ul.job_listings li.job-inner a .position .company span {
  margin-left: .5em;
}

.title-wid-breadcrumb ul.hs-breadcrumb-menu span.hs-breadcrumb-menu-divider {
  display: none;
}

.title-wid-breadcrumb ul.hs-breadcrumb-menu li:after {
  content: '/';
  margin: 0 5px;
}

.title-wid-breadcrumb ul.hs-breadcrumb-menu li.last-crumb:after {
  content: none;
}

.img-with-lightbox img {
  width: 100%;
}

.img-with-lightbox ul.thumbnails {
  margin: 0;
  padding: 0;
  list-style: none;
}

.img-with-lightbox {
  margin: 0 0 60px;
  position: relative;
}

.custom-job-details h2 {
  font-family: Nexa-Bold, Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0px;
  font-style: normal;
  font-size: 18px;
  color: #07132b;
  margin: 0 0 28px;
}

.job-post-content {
  color: #747474;
}

.job-post-content .meta {
  list-style: none;
  margin: 0 0 13px;
  padding: 0;
  overflow: hidden;
  font-size: 12px;
  line-height: 14px;
  color: #333;
}

.single_job_listing .meta {
  list-style: none outside;
  padding: 0;
  margin: 0 0 1.5em;
  overflow: hidden;
  zoom: 1;
  clear: both;
  color: #747474;
}

.single_job_listing .meta li {
  margin: 0 1em 0 0;
  padding: .5em;
  float: left;
  line-height: 1em;
  color: #999;
}

.single_job_listing .meta li:first-child {
  padding-left: 0;
  border-left: 0;
}

.single_job_listing .meta .location:before {
  display: inline-block;
  width: 16px;
  height: 16px;
  -webkit-font-smoothing: antialiased;
  font-family: job-manager!important;
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
  vertical-align: top;
  font-size: 16px;
  margin: 0;
  content: '\e81d';
  margin-right: -1px;
}

.single_job_listing .meta li * {
  display: inline-block;
}

.single_job_listing .meta li div {
  display: none;
}

.single_job_listing .meta li.date-posted {
  border-left: 1px solid #333;
}

.single_job_listing .meta .date-posted:before {
  display: inline-block;
  width: 16px;
  height: 16px;
  -webkit-font-smoothing: antialiased;
  font-family: job-manager!important;
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
  vertical-align: top;
  font-size: 16px;
  margin: 0 2px 0 0;
  content: '\e80f';
}

.single_job_listing .company {
  position: relative;
  border: 1px solid #eee;
  padding: 1em;
  margin: 0 0 2em;
  display: block;
  clear: both;
  min-height: 3em;
  box-shadow: 0 1px 1px rgba(0,0,0,.1);
}

.single_job_listing .company .name {
  margin: 0 0 0 3em;
  padding: 0 0 0 1em;
  line-height: 1.5em;
}

.single_job_listing .company .name a {
  float: right;
  margin-left: 1em;
}

.single_job_listing .company .website:before {
  display: inline-block;
  width: 16px;
  height: 16px;
  -webkit-font-smoothing: antialiased;
  font-family: job-manager!important;
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
  vertical-align: top;
  font-size: 16px;
  margin: 0 2px 0 0;
  content: '\e809';
}

.single_job_listing .company .company_twitter:before {
  display: inline-block;
  width: 16px;
  height: 16px;
  -webkit-font-smoothing: antialiased;
  font-family: job-manager!important;
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
  vertical-align: top;
  font-size: 16px;
  margin: 0 2px 0 0;
  content: '\e80a';
}

.single_job_listing .company .tagline {
  display: block;
  margin: 0 0 0 3em;
  padding: 0 0 0 1em;
  line-height: 1.5em;
  font-style: italic;
  color: #999;
}

.job_application.application input.application_button.button {
  cursor: pointer;
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 20px !important;
  font-size: 14px;
  margin-top: 5px;
  line-height: 20px;
  color: #333333;
  text-decoration: none;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  font: 100% Arial,Helvetica,sans-serif;
  vertical-align: middle;
  color: #000;
  text-align: center;
  font-size: 12px;
  line-height: 1em;
  display: inline-block;
  margin:0;
  padding: 8px 13px;
  outline: 0;
  border-radius: 4px;
  margin-top: 1px;
  margin-bottom: 0 !important;
  text-transform :initial;
}

.job_application.application input.application_button.button:hover {
  text-decoration: none;
  background-color: #e6e6e6;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}

.about-author {
  margin-top: 55px;
  overflow: hidden;
  clear: both;
  margin-bottom: 65px;
}

.author-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 31px;
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 17px;
}

.author-title h3.title-heading-left {
  padding: 0 8px 0 0;
  font-family: Nexa-Bold, Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0px;
  font-size: 18px;
  color: #1fff89;
  padding-right: 8px;
  text-align: left;
}

.title-sep-container {
  position: relative;
  height: 20px;
  -ms-flex-grow: 1;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.title-sep {
  position: relative;
  display: block;
  width: 100%;
  border-style: solid;
  border: 0 solid #e7e6e6;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.title-sep.sep-double {
  height: 6px;
  border-bottom-width: 1px;
  border-top-width: 1px;
}

.about-author div.avatar {
  float: left;
  margin-right: 20px;
  margin-bottom: 5px;
}

.about-author-container {
  clear: both;
  overflow: hidden;
}

.application_details {
  clear: both;
  border: 1px solid #eee;
  padding: .75em 1em 0;
  margin: 1em 0;
  line-height: 1.5em;
  display: block;
  position: relative;
  box-shadow: 0 1px 1px rgba(0,0,0,.1);
  margin-bottom: 69px;
}

.application_details p {
  margin: 0 0 .75em;
  line-height: 21px;
  position: relative;
  top: -1px;
}

.application_details:before {
  content: "";
  position: absolute;
  margin: -10px 0 0 0;
  top: 0;
  left: 5em;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #eee;
}

.application_details:after {
  content: "";
  position: absolute;
  margin: -9px 0 0 1px;
  left: 5em;
  top: 0;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #fff;
}

.img-with-lightbox .thumbnails a {
  cursor: pointer;
}

.ilightbox-overlay.dark {
  background: #fff !important;
  opacity: 0.975 !important;
}

.ilightbox-holder.dark {
  padding: 3px !important;
  background: #fff !important;
  -webkit-box-shadow: 0 0 45px rgba(0,0,0,.2) !important;
  box-shadow: 0 0 45px rgba(0,0,0,.2) !important;
}

.ilightbox-toolbar.dark a {
  width: 27px !important;
  height: 25px !important;
  background: #fff url(//cdn2.hubspot.net/hubfs/2538107/VisionHealth%20August2019/Images/buttons.png) no-repeat 7px 6px !important;
}

.ilightbox-toolbar.dark a.ilightbox-fullscreen {
  background-position: 6px -31px !important;
}

.ilightbox-toolbar.dark {
  top: 8px !important;
  left: 8px !important;
}

.ilightbox-toolbar.dark a.ilightbox-fullscreen:hover {
  background-position: -29px -31px !important;
  background-color: #51b7ff !important;
}

.ilightbox-toolbar.dark a {
  border-radius: 0 !important;
}

.ilightbox-toolbar.dark a.ilightbox-close:hover {
  background-color: #d94947 !important;
  background-position: -30px 6px !important;
}

.isMobile .ilightbox-toolbar.dark {
  top: auto !important;
  bottom: 0 !important;
  left: 0 !important;
}

.isMobile .ilightbox-toolbar.dark {
  -webkit-box-shadow: 0 0 25px rgba(0,0,0,.2) !important;
  box-shadow: 0 0 25px rgba(0,0,0,.2) !important;
  background: #fff !important;
}

.isMobile .ilightbox-toolbar.dark a.ilightbox-close {
  background-image: url(//cdn2.hubspot.net/hubfs/2538107/VisionHealth%20August2019/Images/x-mark-icon-64.png) !important;
}

.isMobile .ilightbox-toolbar.dark a.ilightbox-fullscreen {
  background-image: url(//info.visionhealth.co.uk/hubfs/VisionHealth%20August2019/Images/fullscreen-icon-64.png) !important;
}

.isMobile .ilightbox-toolbar.dark a {
  display: inline-block !important;
  float: none !important;
  width: 50px !important;
  height: 40px !important;
  -webkit-background-size: 50% 50% !important;
  background-size: 50% !important;
  background-position: 50% !important;
  border-radius: 0 !important;
}

.isMobile .ilightbox-toolbar.dark a.ilightbox-fullscreen:hover {
  background-image: url(//cdn2.hubspot.net/hubfs/2538107/VisionHealth%20August2019/Images/fullscreen-hover-icon-64.png) !important;
  background-color: #51b7ff !important;
}

.isMobile .ilightbox-toolbar.dark a.ilightbox-close:hover {
  background-image: url(//cdn2.hubspot.net/hubfs/2538107/VisionHealth%20August2019/Images/x-mark-hover-icon-64.png) !important;
  background-color: #d94947 !important;
}

.single_job_listing .company .company_video {
  border-top: 1px solid #eee;
  padding: 1em 0 0;
  margin: 1em 0 0 0;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.single_job_listing .company .company_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  display: block;
}


/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */

.post-body-content-wrap.post_body_the_health_improvement_network_thin .post-body-content-col.col-right .feat-imag-wrap:hover img {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

.contact-lay .tooltip-inner {
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 0px;
  font-style: normal;
  background-color: rgba(33,33,33,.97);
}

.slider-section-wrapper.banner-slider .hs_cos_gallery_main .caption.superimpose > span {
  max-width: 1440px;
  display: block;
}



/* =============== Screen sizes smaller than .page-center =============== */

@media only screen and (min-width: 1600px) {
  .two-column-left-image-wrapper .left-image {
    min-height: 647px;
  }
  #hs_cos_wrapper_widget_1566367382582 .two-column-left-image-wrapper .left-image {
    min-height: 556px;
    height: 556px !important;
  }

  #hs_cos_wrapper_widget_1566367382582 .two-column-left-image-wrapper .right-content {
    height: 556px !important;
  }
}

@media(min-width:1025px){
  .has-slider-banner .header-wrapper {
    position: absolute;
    z-index: 10000;
    left: 0;
    right: 0;
  }

  .about-lay.jobs .header-wrapper {
    background-color: rgba(7,18,43,0.02);
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul {
    transition: opacity .2s ease-in !important;
    letter-spacing: 0px;
    font-style: normal;
    line-height: 1.69;
    font-size: 14px;
    color: #747474;
    background-color: #07122b;
    width: 215px;
    border-top: 3px solid #1fff8a;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-weight: 400;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    text-indent: 0;
    height: auto;
    transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,height 0s,line-height 0s;
    border: 0;
    padding: 7px 20px;
    letter-spacing: 0px;
    font-style: normal;
    line-height: 1.69;
    border-bottom: none;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #ffffff;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 12px;
    white-space: normal !important;
  }


  .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a {
    color: #1fff8a;
    border-color: #1fff8a;
  }

  .tabber-wrap ul.tabber-tabs {
    margin: 0 0 -1px;
  }
  .tabber-wrap ul.tabber-tabs li a {
    margin-right: -1px;
  }
  .tabber-wrap ul.tabber-tabs li {
    margin-bottom: 0;    
    display: table-cell;
    width: 1%;
  }
  .tabber-wrap .tabber-inner .tabber-content {
    margin-top: 40px;
  }

  body.cm-home-layout .header-wrapper {
    background-color: rgba(7,18,43,0.02);
  }
}

@media (max-width: 1465px){
  .cm-home-slider-section .background.background-image,
  div#fusion-slider-37{
    height: 49.5vw !important;
  }


}

@media (max-width: 1200px) {
  .slider-section-wrapper.banner-slider {
    height: 62.4vw !important;
  }
  .slider-section-wrapper.banner-slider .hs_cos_gallery_slide.slick-slide {
    height: 62.4vw !important;
    margin: 0;
  }
  .slider-section-wrapper.banner-slider .full-width-slider-container {
    height: auto !important;
  }

  .hs-content-id-12232143618 .slider-section-wrapper.banner-slider,
  .hs-content-id-12232143618 .slider-section-wrapper.banner-slider .hs_cos_gallery_slide.slick-slide {
    min-height: 225px;
  }

  .hs-content-id-12259570224 .slider-section-wrapper.banner-slider,
  .hs-content-id-12259570224 .slider-section-wrapper.banner-slider .hs_cos_gallery_slide.slick-slide {
    min-height: 310px;
  }

  .hs-content-id-12260716386 .slider-section-wrapper.banner-slider,
  .hs-content-id-12260716386 .slider-section-wrapper.banner-slider .hs_cos_gallery_slide.slick-slide {
    min-height: 310px;
  }

  .hs-content-id-12261051381 .slider-section-wrapper.banner-slider,
  .hs-content-id-12261051381 .slider-section-wrapper.banner-slider .hs_cos_gallery_slide.slick-slide {
    min-height: 360px;
  }

  .hs-content-id-12261051752 .slider-section-wrapper.banner-slider,
  .hs-content-id-12261051752 .slider-section-wrapper.banner-slider .hs_cos_gallery_slide.slick-slide {
    min-height: 250px;
  }


}

@media (max-width: 1024px) {
  .header-wrapper .page-center {
    padding-left: 0px;
    padding-right: 0;
    position: relative;
  }

  .header-wrapper {
    background-color: #07122b;
    padding-left: 0;
    padding-right: 0;
    transition: background-color .25s ease-in-out;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: 90px !important;
  }

  .header-wrapper .logo {
    margin-top: 0;
    margin-right: 0px;
    margin-bottom: 0;
    margin-left: 0px;
    display: block;
    float: none;
    max-width: 100%;
    zoom: 1;
    position: relative;
    padding-left: 30px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul {
    border: none;
    border-top: 1px solid transparent;
    border-color: #dadada;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.search-icon {
    display: none;
  }

  .mobile-open .banner-area-wrapper {
    margin-top: 4px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul li a:hover {
    background-color: #f6f6f6;
    color: #333333;
    border-color: #dadada;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    text-indent: 0;
    font-size: 13px;
    padding-left: 39px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li a:before {
    content: "-";
    margin-right: 2px;
    color: #333333;
  }

  .footer-bottom .page-center > div > div {
    display: block;
    width: 100%;
  }

  .footer-bottom .copyright {
    display: block !important;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    color: #ffffff;
    font-size: 10px;
    float: none;
    text-align: center;
    width: 100%;
  }

  .fusion-social-links-footer {
    display: block;
    vertical-align: middle;
    text-align: center !important;
    float: none !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding-bottom: 7px;
    padding-top: 5px;
  }

  .footer-address {
    width: 100% !important;
    display: block;
    margin: 0 0 50px;
  }

  .footer-middle {
    margin-right: 0;
    width: 100% !important;
    margin: 0 0 50px !important;
    display: block !important;
  }

  .tweets {
    margin: 0 !important;
    width: 100% !important;
    display: block !important;
  }

  /*   a#back-to-top {
  bottom: 30px;
  border-radius: 4px;
  height: 48px;
}

  a#back-to-top:before {
  line-height: 46px;
} */

  .contact-lay .body-wrap .main-content {
    width: 100%;
    display: block;
  }

  .contact-lay .main-content h1 {
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .contact-lay .main-content form .hs-form-field {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0;
  }

  .contact-lay .main-content form .hs-form-field .hs-input {
    max-width: 100%;
    width: 100% !important;
  }

  .contact-lay .main-content form .hs-form-field.hs_message {
    margin-top: 10px;
  }

  .contact-sidebar-wrapper {
    width: 100% !important;
    display: block;
    margin: 30px 0 0 0 !important;
  }

  .three-column-content-section.wrapper .three-column-content-wrapper .three-col-content {
    width: 100%;
    margin-right: 0;
    margin-top: 0px;
    margin-bottom: 20px;
    float: none;
    position: relative;
  }

  .two-column-left-image-wrapper .left-image {
    display: none;
  }

  .two-column-left-image-wrapper .right-content {
    width: 100%;
    margin: 0;
    position: relative;
    float: none;
    height: auto !important;
  }

  .two-column-left-image-wrapper .right-content h2 {
    margin-bottom: 20px;
  }

  .one-column-top-image-group .top-content h2 {
    margin-bottom: 20px;
  }

  .one-column-top-image-group .top-image-group.six .top-image-item {
    width: 100%;
    margin-right: 0;
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .one-column-top-image-group .top-image-group .top-image-item .fusion-text {
    margin-top: 0;
  }

  .one-column-content-with-image .section-image {
    text-align: center;
    margin-top: 0px;
    margin-bottom: 41px;
  }

  .one-column-content-with-image .section-content {
    width: 100%;
    margin: 0 auto 41px;
  }

  .has-slider-banner .header-wrapper {
    background-color: rgb(7,18,43);
  }

  .slider-section-wrapper {
    position: relative;
    margin-top: 0px;
    margin-left: -50px;
    margin-right: -50px;
  }

  .two-column-content-with-bg .top-content {
    margin-top: 0px;
    padding-bottom: 10px;
  }

  .two-column-content-with-bg .two-column-content .col-content {
    position: relative;
    float: none;
    width: 100%;
    margin-right: 0;
    margin-top: 0px;
    margin-bottom: 20px;
    padding-bottom: 15px;
  }

  .two-column-content-with-bg .two-column-content .col-content.right-column {
    margin-right: 0;
    margin-top: 47px;
    padding-bottom: 0;
  }

  .one-column-top-image-group .top-image-group.three .top-image-item {
    margin-top: 0px;
    margin-bottom: 20px;
    width: 100%;
    width: 100%;
    margin-right: 0;
    float: none;
  }

  .one-column-top-image-group .top-content {
    padding-bottom: 40px;
  }

  .vision-lay .two-column-equal-content .two-col {
    position: relative;
    float: none;
    margin-top: 0px;
    margin-bottom: 20px;
    width: 100%;
    margin-right: 0;
    padding: 0px 60px 0px 0px;
  }

  .vision-lay .two-column-equal-content .two-col.right-content {
    margin-right: 0;
    padding: 0;
  }

  .two-column-left-image-wrapper.right .fusion-layout-column.right-content {
    position: relative;
    float: none;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 100%;
    margin-right: 0;
  }

  .hs-content-id-12225171183 .two-column-content-with-bg .left-column {
    padding: 0px 50px 8px 0px !important;
    margin-bottom: 0;
  }

  .hs-content-id-12225171183 .two-column-content-with-bg .right-column {
    padding: 0;
    margin-top: 44px !important;
    margin-bottom: 0;
  }

  .two-column-left-section .left-image {
    position: relative;
    float: none;
    margin-top: 0px;
    margin-bottom: 20px;
    width: 100%;
    width: 100%;
    margin-right: 0;
  }

  /*   .two-column-left-section .left-image img {
  width: 100%;
} */

  .two-column-left-section .right-content {
    position: relative;
    float: none;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0px;
    margin-bottom: 20px;
    width: 100%;
  }

  .vision-lay .two-column-equal-content .two-col h1 {
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .two-column-left-image-with-animation .fusion-row {
    display: block;
  }

  .two-column-left-image-with-animation .left-image {
    position: relative;
    float: none;
    margin-top: 0px;
    margin-bottom: 20px;
    width: 100%;
    margin-right: 0;
    text-align: center;
  }

  .two-column-left-image-with-animation .right-content {
    position: relative;
    float: none;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0px;
    margin-bottom: 20px;
    width: 100%;
  }

  .two-column-community-section .left-content {
    position: relative;
    float: none;
    width: 100%;
    margin-right: 0;
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .two-column-community-section .right-content {
    position: relative;
    float: none;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 50%;
    width: 100%;
  }

  .two-column-community-section {
    margin-bottom: 21px;
    margin-top: 20px;
    border-top-width: 0px;
  }

  .bredcrumb-col.col-right .content {
    display: none;
  }

  .banner-breadcrumb-wrap {
    padding-top: 21px;
    padding-bottom: 21px;
  }

  .banner-breadcrumb-content {
    height: auto;
    flex-direction: column;
  }

  .bredcrumb-col {
    display: block;
    float: none;
    width: 100%;
    line-height: normal;
    margin-left: 0 !important;
    text-align: left !important;
    -webkit-flex-shrink: initial;
    -ms-flex-negative: initial;
    flex-shrink: initial;
  }

  .bredcrumb-col.col-right {
    margin-top: 2px;
  }

  .widget-span.portfolio-blog-content-col.col-left, 
  .widget-span.portfolio-blog-content-col.col-right,
  .post-body-content-col {
    float: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .porfolio-blog-sidebar-content-wrap {
    padding-bottom: 20px;
  }

  .vision-lay .two-column-equal-content .two-col.right-content h2 {
    margin-bottom: 20px;
  }

  .full-width-content-with-bg h2 {
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .vision-lay.hs-content-id-12260716386 .two-column-equal-content .two-col.right-content {
    padding: 0;
  }

  .full-width-with-iframe .inner {
    width: 100%;
    margin: 0 auto;
  }

  .vision-lay.hs-content-id-12260716386 #hs_cos_wrapper_widget_1566283016780 .two-column-equal-content h2 {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 28px;
  }

  .full-width-with-form .inner {
    margin: 0px auto 20px;
    width: calc(100% - ( ( 4% + 4% ) * 0.5 ) );
  }

  .vision-lay.hs-content-id-12260716386 #hs_cos_wrapper_widget_1566283016780 .two-column-equal-content .two-col.right-content {
    padding: 0;
  }

  .vision-lay.hs-content-id-12261051381 .two-column-equal-content .right-content.two-col {
    padding: 0;
  }

  .vision-lay.hs-content-id-12261051752 .two-column-equal-content .right-content.two-col {
    padding: 0;
  }

  .our-location .location-wrapper .location-item {
    position: relative;
    float: none;
    margin-top: 0px;
    margin-bottom: 0;
    width: 50%;
    width: 100%;
    margin-right: 0;
    padding-bottom: 20px;
  }

  .our-location .location-wrapper .location-item .fusion-text h4 {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .our-location .location-wrapper .location-item {
    position: relative;
    float: none;
    margin-top: 0px;
    margin-bottom: 0;
    width: 50%;
    width: 100%;
    margin-right: 0;
    padding-bottom: 20px;
  }

  .our-values .values-wrapper-outer .values-wrapper-inner.three .values-item {
    width: 100%;
  }

  .our-values .values-wrapper-outer .values-wrapper-inner .values-item {
    position: relative;
    float: left;
    margin-right: 0;
    margin-top: 0px;
    margin-bottom: 20px;
  }

  .our-values .values-wrapper-outer .values-wrapper-inner.two .values-item {
    width: 100%;
  }

  .cm-home-intelligent-healthcare h1{
    margin-top: 0px !important;
    margin-bottom: 20px !important;
  }

  .three-column-content-section.wrapper .three-column-content-wrapper .three-col-content {
    width: 100% !important;
    margin-right: 0 !important;
    float: none !important;
    position: relative;
  }

  .cm-home-slider-section .fusion-button{
    padding: 9px 20px;
    line-height: 14px;
    font-size: 12px;
  }

  .cm-home-intelligent-healthcare .three-col-content>div {
    min-height: auto;
  }

  .cm-home-intelligent-healthcare .three-column-content-section.wrapper .three-column-content-wrapper .three-col-content {
    margin-bottom: 55px;
  }

  .three-column-content-section.wrapper{
    padding-bottom :30px;
  }

  .cm-home-intelligent-healthcare .three-column-content-wrapper {
    margin-bottom: 20px;
  }

  .cm-changing .three-column-content-section.wrapper .three-column-content-wrapper .three-col-content {
    width: 100% !important;
    float: none !important;
    margin-bottom: 20px !important;
    margin-right: 0px;
  }

  .cm-custom-latest-news-group .cm-left-column-group {
    width: 100% !important;
    margin-right: 0px !important;
    margin-top: 0px;
    margin-bottom: 45px;
    position: relative;
    float: none !important;
  }

  .cm-custom-latest-news-group .custom-right-column-group {
    width: 100% !important;
    position: relative;
    float: none !important;
    padding: 22px 0px 0px 0px;
  }

  .home-vision-road-content-inner {
    width: 100%;
    margin-right: 0px;
    float: none;
    margin-bottom: 20px;
  }

  .home-vision-road-title-wrap {
    margin-bottom: 20px;
    width: 100%;
    margin-right: 0;
    padding-top: 30px;
    position: relative;
    float: none;
  }

  .home-vision-road-btn-wrap {
    padding-top: 46px;
  }

  .home-vision-road-btn-wrap {
    margin-bottom: 20px;
    width: 100%;
    position: relative;
    float: none;
    padding-top: 30px;
  }

  .home-focus-patients-center-col {
    width: 100% !important;
    margin-right: 0 !important;
    margin-top: 0px;
    margin-bottom: 12px;
    position: relative;
    float: none !important;
    margin-top: -5px;
  }
  .home-focus-patients-left-col {
    width: 100% !important;
    margin-right: 0 !important;
    margin-top: 0px;
    position: relative;
    float: none !important;
    margin-bottom: 20px;
  }

  .home-focus-patients-right-col {
    width: 100% !important;
    margin-top: 0px;
    margin-bottom: 20px;
    position: relative;
    float: none !important;
  }

  .benifits-section .top-content {
    text-align: center;
    padding-top: 21px;
    padding-bottom: 30px;
  }

  .benifits-section .benifit-item {
    position: relative;
    float: left;
    margin-top: 0px;
    margin-bottom: 20px;
    width: 100%;
    margin-right: 0;
  }

  .life-at-vision .cm-content .content-text {
    padding-top: 6%;
    padding-bottom: 96px;
  }

  .about-lay .cm-one-col-content h2 {
    margin-bottom: 20px;
  }

  .office .two-column-right-gallery-wrapper .left-content {
    width: 100%!important;
  }

  .office .two-column-right-gallery-wrapper h3 {
    margin-bottom: 20px;
  }

  .office .two-column-right-gallery-wrapper .right-gallery {
    width: 100% !important;
  }

  .event-detail-col {
    float: none !important;
    width: 100% !important;
  }
  .event-detail-col.col-left {
    margin-bottom: 48px;
    padding: 2px 0;
    position: relative;
  }
  .event-description blockquote {
    width: 100%;
  }

  .event-list-tribe-primary-info {
    width: 100%;
    float: none;
  }

  .event-list-description {
    float: none;
    width: 100%;
  }

  .event-list-meta.vcard {
    float: none;
  }

  .event-list-author.location>div {
    display: block;
    width: 100%;
  }

  .event-list-location-without-feature>div {
    display: block;
    width: 100% !important;
    border-right: none;
  }

  .event-list-time-details {
    margin: 0;
  }

  .event-list-tribe-events-venue-details-map {
    line-height: 1.5;
  }

  .events-list-pagination-footer {
    margin-top: 50px;
    margin-bottom: 37px;
  }


  .cm-error .wrap-col {
    float: none !important;
    width: 100% !important;
    margin: 0 0 50px !important;
  }

  .custom_error_message.wrap-col {
    margin-top: 7px !important;
  }

  .search-page .main-content {
    width: 100% !important;
  }

  .search-page .sidebar {
    width: 100% !important;
    margin: 0 !important;
  }

  .fusion-builder-row.clearfix {
    display: table;
    width: 100%;
  }

  .wales-lay .cm-tw-col-left-img .cm-left-content,
  .wales-lay .cm-tw-col-left-img .cm-right-content,
  .wales-lay .two-column-equal-content .left-content,
  .wales-lay .two-column-equal-content .right-content,
  .cm-why-choose-vision .cm-content-item,
  .wales-lay .two-column-left-section .right-content {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .wales-lay .cm-tw-col-left-img .cm-right-content {
    overflow: hidden;
  }

  .wales-lay .cm-tw-col-left-img {
    display: block;
  }

  .wales-lay .cm-tw-col-left-img .cm-left-content .title {
    font-size: 27.019px;
    line-height: 1.43;
    margin-bottom: 40px;
  }

  .wales-lay .two-column-equal-content .cm-section-title h2 {
    margin-bottom: 40px;
  }

  .wales-lay .two-column-equal-content .right-content-inner {
    min-height: auto;
  }

  .wales-lay .cm-fw-iframe h2,
  .cm-why-choose-vision h2,
  .tabber-wrap .section-header h1 {
    margin-bottom: 20px !important;
  }

  .tabber-wrap .section-header p {
    margin-bottom: 50px;
  }

  .wales-lay .two-column-left-image-wrapper .right-content .fusion-column-wrapper {
    padding-bottom: 102px;
  }
  .wales-lay .two-column-left-section .fusion-row {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
  }

  .wales-lay .two-column-left-section .left-image {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .cm-team-member-item,
  .cm-wales-vision-anywhere .cm-left-content,
  .cm-wales-vision-anywhere .cm-right-content {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .cm-team-member h2 {
    margin: 0 0 40px;
  }
  .cm-team-member-item:nth-child(3n) {
    margin-bottom: 0;
  }
  .cm-wales-vision-anywhere .cm-right-content {
    padding-top: 20px;
  }
  .cm-wales-form .form-title+div {
    max-width: 500px;
    width: 100%;
  }
  .cm-wales-form fieldset.form-columns-1 .hs-input {
    width: calc(100% - 8px) !important;
  }

  #toTop {
    bottom: 30px;
    border-radius: 4px;
    height: 48px;
  }

  #toTop:before {
    line-height: 46px;
  }

}

@media only screen and (max-width: 948px) and (min-width: 872px){
  .post-portfolio-post {
    width: 33.3333333333%;
  }
}

@media only screen and (max-width: 872px) and (min-width: 720px){
  .post-portfolio-post {
    width: 50%;
  }
}

@media (max-width: 800px){
  .cm-home-intelligent-healthcare .fusion-imageframe {
    display: none !important;
  }
}

/* =============== Landscape tablet and smaller devices =============== */

@media (max-width:768px){
  .event-detail-col.col-left {
    padding: 42px 20px 22px;
  }
  .event-detail-col {
    float: none !important;
    width: 100% !important;
  }

  .event-detail-col.col-left {
    margin-bottom: 48px;
    padding: 2px 0;
    position: relative;
  }

  .event-detail-col.col-left {
    padding: 42px 20px 22px;
    margin-bottom: 20px;
  }

  h3.event-image-date {
    margin-bottom: 2px;
    white-space: normal;
    font-weight: normal;
  }

  .event-detail-links a {
    margin-top: 15px;
  }

  li.events-pagination-events-nav-next {
    margin-right: 0;
  }

  .event-detail-col.col-right .content {
    padding: 4% 0;
  }
  li.events-pagination-events-nav-previous {
    margin-right: 0;
  }
  .event-description blockquote {
    padding: 84px 40px 8px;
  }
  .event-image-content {
    overflow-y: auto;
    max-height: 100%;
  }

  .event-list-group-wrap .page-center {
    padding: 52px 20px 20px;
  }
  .downld-event-wrap a {
    display: block;
    width: 100%;
  }
  .event-by-month-item.event-by-month-item-1 {}

  .event-by-month-item.event-by-month-item-1 h2+.event-item {
    margin-top: -1px;
  }

  .events-list-pagination-footer {
    margin-bottom: 40px;
  }

  li.events-list-pagination-events-nav-next {
    margin-right: 0;
    margin-left: 0;
  }

  li.events-list-pagination-events-nav-previous {
    margin-left: 0;
  }

  .downld-event-wrap {
    padding-bottom: 20px;
  }

  .event-list-group-wrap.cat-section-without-item {
    padding-bottom: 20px;
    padding-top: 54px;
  }

  li.events-list-pagination-events-nav-previous a {
    margin-left: 10px;
  }

  .cm-search-container .hs-search-results li {
    width: 100%!important;
    margin-left: 0!important;
    margin-right: 0!important;
  }

  .cm-search-container .hs-search-results ul {
    margin-left: 0 !important;
    margin-right: 0!important;
  }
}

@media (max-width: 767px) {
  .banner-area-wrapper {
    min-height: auto;
    height: 48.866vw;
  }

  .vision-lay .two-column-equal-content .two-col {
    position: relative;
    float: none;
    margin-top: 0px;
    margin-bottom: 20px;
    width: 100%;
    margin-right: 0;
    padding: 0;
  }

  .hs-content-id-12225171183 .two-column-content-with-bg .left-column {
    padding: 0px 0px 8px 0px !important;
    margin-bottom: 0;
  }

  .two-column-left-image-wrapper.right .fusion-layout-column.right-content .fusion-column-wrapper {
    padding: 60px 10% 80px 0px;
  }

  .post-port-body img[style*="float"] {
    float: none !important;
    margin-left: 0;
    display: block;
    clear: both;
  }

  .two-column-equal-content .two-col {
    padding: 0;
  }

  .vision-lay .two-column-equal-content .two-col.right-content {
    padding: 0;
  }

  .full-width-with-form {
    padding-top: 5%;
    padding-right: 5%;
    padding-bottom: 5%;
    padding-left: 5%;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-color: #eae9e9;
    border-top-style: solid;
    border-bottom-style: solid;
  }

  .full-width-with-form .inner .form-wrapper {
    max-width: 100%;
  }

  .full-width-with-form .inner .form-wrapper .hs-input {
    max-width: 100%;
    width: 97% !important;
    box-sizing: content-box;
    min-height: auto !important;
  }

  .full-width-with-form .inner .form-wrapper .hs-form-field {
    width: 100%;
    padding: 0;
    max-width: 100%;
  }

  .vision-lay.hs-content-id-12260716386 .two-column-equal-content .left-content {
    padding: 0;
  }

  .about-lay .row1-wrapper .hs_cos_wrapper_type_simple_menu .hs-menu-wrapper ul li {
    float: none;
    display: inline-block;
    margin: 0;
    padding: 0;
    width: auto;
  }

  .about-lay .row1-wrapper .hs_cos_wrapper_type_simple_menu .hs-menu-wrapper ul li a:after {
    content: '|';
    color: #07122b;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
    transition-property: color,background-color,border-color;
    transition-duration: .2s;
    transition-timing-function: linear;
  }

  .about-lay.jobs .cm-one-col-content .page-center {
    padding-top: 50px;
    border-bottom: 0;
    padding-bottom: 10px;
  }
  .cm-error .body-container .page-center.content-wrapper h2:after {
    content: none;
  }

  .hs-content-id-12259570224.vision-lay .two-column-equal-content .two-col.right-content {
    padding: 0;
  }

  .hs-content-id-12259570224.vision-lay .two-column-equal-content .two-col {
    padding: 0;
  }

  .two-column-left-image-wrapper {
    padding-right: 30px;
  }

  .wales-lay .cm-tw-col-left-img .cm-left-content .title {
    font-size: 31.713px;
  }

  .home-focus-patients .fusion-title.focus-patients-title.fusion-border-below-title h2 {
    padding-top: 10px;
  }

  ul.job_listings li.job-inner a .position {
    float: none;
    width: 100%;
    padding: 0;
    display: block;
  }

  ul.job_listings li.job-inner a img.company_logo {
    float: none;
    display: block;
    position: static;
    margin-bottom: 10px;
  }

  ul.job_listings li.job-inner a .location {
    padding: 0;
    margin-top: 10px;
    width: 100%;
    float: none;
  }

  ul.job_listings li.job-inner a ul.meta {
    float: none;
    display: block;
    width: 100%;
    padding-left: 0;
    margin-top: 10px;
    font-size: 1em;
  }

  ul.job_listings li.job-inner a ul.meta li.date,
  ul.job_listings li.job-inner a .location {
    font-size: 10.5px;
  }

  ul.job_listings li.job-inner a {
    padding: 1em;
  }

  .single_job_listing .company .name {
    margin: 0;
    padding: 0;
    text-align: left;
  }

  .single_job_listing .company .tagline {
    margin: 0;
    padding: 0;
  }

  .single_job_listing .company .name a {
  }

  .single_job_listing .company .name a.company_twitter {
    margin: 0;
  }

  .single_job_listing .company .name dstrong {
    display: block;
  }

   .cm-home-slider-section .full-width-slider-container .tfs-slider, .cm-home-slider-section .background.background-image,
  div#fusion-slider-37 { min-height: 300px !important; }   
  .cm-home-slider-section h3.title-heading-center { font-size: 18px !important; line-height: 25px !important;}

  
}

@media (max-width:767px) and (min-width:479px){
  .one-column-with-bg-wrapper .fusion-reading-box-container .reading-box .reading-box-additional table tr td {
    border-color: #e0dede;
    width: auto !important;
    font-size: 10px;
    padding: 5px;
  }

  .one-column-with-bg-wrapper .fusion-reading-box-container .reading-box .reading-box-additional table {
    border-collapse: collapse;
    border-spacing: 0;
    max-width: 100%;
    background-color: transparent;
    width: 100%;
    table-layout: fixed;
  }
}


@media only screen and (max-width: 720px){
  .post-portfolio-post {
    width: 100%;
    text-align:center;
  }

  .hs-blog-listing .blog-section .post-listing {
    overflow: hidden;
    margin-bottom: 80px;
    margin: -6px -30px;
    width: auto;
  }

  .post-portfolio-post {
    padding: 6px 0;
  }

  .blog-section.topic-page-wrap .post-portfolio-post {
    width: 100%;
    text-align:left;
  }

  .blog-section.topic-page-wrap .hs-blog-listing .blog-section .post-listing {
    margin: -6px;
  }

  .hs-blog-listing  .blog-section.topic-page-wrap .blog-section .post-listing {
    margin: -6px 0;
  }

  .blog-section.topic-page-wrap .post-portfolio-post {
    padding: 6px;
  }

}

@media only screen and (min-width: 960px){

  #hs-eu-cookie-confirmation {
    position: fixed;
  }

}

@media (max-width: 640px) {
  .fusion-google-map {
    height: 270px!important;
  }

  .hs-content-id-12259570224 .full-width-slider-container {
    width: 100%;
    height: 91.1vw !important;
  }

  .hs-content-id-12259570224 .full-width-slider-container .tfs-slider {
    height: 91.1vw !important;
  }

  .hs-content-id-12259570224 .full-width-slider-container .tfs-slider ul.slick-slider li.slick-slide .background.background-image {
    height: 91.1vw !important;
  }

  .event-social h4{
    display: block;
    float: none;
    line-height: 20px!important;
    margin-top: 0;
    padding: 0;
    margin-bottom: 10px;
  }

  .event-social-link{
    float: none;
    display: block;
    width: 100%;
    text-align: left;
  }
}


/* =============== Landscape phones and smaller devices =============== */

@media (max-width: 479px) {
  .one-column-with-bg-wrapper .fusion-reading-box-container .reading-box .reading-box-additional table {
    border-collapse: collapse;
    border-spacing: 0;
    max-width: 100%;
    background-color: transparent;
    width: 100%;
    table-layout: fixed;
    overflow-x: scroll !important;
    display: block;
    margin-bottom: 20px;
  }

  .one-column-with-bg-wrapper .fusion-reading-box-container .reading-box .reading-box-additional table tr td {
    border-color: #e0dede;
    padding: 5px;
    font-size: 13px;
  }
  .post-port-body img[style*="float"]+span {
    display: block;
    width: 100%;
    clear: both;
  }

  .tfs-slider .slide-content-center {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .wales-lay .cm-tw-col-left-img .cm-left-content .title {
    font-size: 24.56px;
  }
  .wales-lay .two-column-equal-content .right-content-inner .hs-cm-content,
  .wales-lay .two-column-equal-content .right-content-inner h2 {
    padding-left: 0;
  }

  .wales-lay .two-column-equal-content .right-content-inner .icon {
    position: static;
    margin-bottom: 10px;
  }

  .blog-pagination a {
    float: none !important;
    display: block;
    margin: 10px 0;
  }


  .event-image-content {
    overflow-y: auto;
    max-height: none;
    position: static;
  }
}

@media only screen and (max-width: 400px) {
  .cm-wales-form .hs-form fieldset.form-columns-2 .hs-form-field {
    float: none;
    width: 100%;
  }
  .cm-wales-form form.hs-form .form-columns-2 .hs-form-field .hs-input {
    width: 100% !important;
    max-width: 100%;
    margin-right: 0;
  }
  .cm-wales-form fieldset.form-columns-2 .input {
    margin-right: 0 !important;
  }
  .cm-wales-form fieldset.form-columns-1 .hs-input {
    width: 100% !important;
  }
}

@media (max-width: 380px){
  .cm-home-slider-section .full-width-slider-container .tfs-slider,
  .cm-home-slider-section .background.background-image, div#fusion-slider-37 {
    height: 49.5vw !important;
    min-height: 200px;
  }
 }


@media only screen and (max-width: 320px) {
  .wales-lay .cm-tw-col-left-img .cm-left-content .title {
    font-size: 21px;
  }
}

.row-fluid .bgimg-main { background-size:cover !important; background-repeat:no-repeat !important; background-position:center center !important; }
.row-fluid .bg-img { display:none; }

.menuin_herosec .row-fluid .header-wrapper { position:absolute; width: 100%; left:0; top:0; }
  
/*-------*/ 
.row-fluid .hero_section { padding:100px 0; text-align:center; min-height:724px; display:flex; align-items:center; }
.row-fluid .hero_section > div:first-child { display:none; }
.row-fluid .hero_section > div { width:100%; }
.row-fluid .hero_section h1 { color: #ffffff; font-size: 36px; line-height:44px; font-weight: 800; margin-top:0; margin-bottom:15px; }
.row-fluid .hero_section .herosub_title { color: #1dff8a; font-size: 18px; font-weight: 700; line-height: 27px; }  

.row-fluid .hero_section .hero_btn { margin-top:30px; }
.row-fluid .hero_section .hero_btn a { width:auto; float:none; display:inline-block; text-transform: uppercase; font-weight: 400;  transition:all .6s ease; border-radius: 25px; border:1px solid #1fff8a; color:#1fff8a; padding: 13px 29px; line-height: 17px; font-size: 14px;     box-sizing: border-box !important; -webkit-box-sizing: border-box !important; -moz-box-sizing: border-box !important; }
.row-fluid .hero_section .hero_btn a:hover { border-color:rgba(255,255,255,.9); background: #1fff8a; color: #fff; transition:all .6s ease; }

.row-fluid .featuredhero_area { background-color: #08112b; padding:50px 0 60px; }
.row-fluid .featuredhero_area .featured_left  h2 { color: #ffffff; font-size: 20px; line-height:30px; font-weight: 700; margin:0; }
.row-fluid .featuredhero_area .featured_left ul { width:100%; float:left; list-style:none; margin:30px 0 0; padding:0;  }
.row-fluid .featuredhero_area .featured_left ul li { color:#fff; margin-bottom:10px; width:100%; float:left; position:relative; padding-left:25px; }
.row-fluid .featuredhero_area .featured_left ul li:last-child {  margin-bottom:0; }
.row-fluid .featuredhero_area .featured_left ul li:before { position:absolute; content:""; left:0; top:8px; width:8px; height:8px; background:#747474; border-radius:50%; }

.row-fluid .featuredhero_area .featured_links h3 { font-size: 20px; line-height:26px; font-weight: 700; margin:0; color:#fff; }
.row-fluid .featuredhero_area .featured_links ul { width:100%; float:left; list-style:none; margin:30px 0 0; padding:0; }
.row-fluid .featuredhero_area .featured_links ul li { width:100%; float:left; margin-bottom:5px; }
.row-fluid .featuredhero_area .featured_links ul li a { width:100%; float:left; color: #1fff8a; font-size:14px; line-height:22px; }
.row-fluid .featuredhero_area .featured_links ul li a:hover { color:#fff; }
 
.row-fluid .top_menubar { margin-bottom:50px; }
.row-fluid .top_menubar ul { padding:0; margin:0; list-style:none; width:100%; float:left; }
.row-fluid .top_menubar ul li { width:auto; float:left; } 
.row-fluid .top_menubar ul li a { width:auto; float:left; cursor:pointer; position:relative; color: #ffffff; font-size: 12px; line-height:20px; font-weight: 400; margin-right:10px;  }
.row-fluid .top_menubar ul li a:hover { color:#009989; }
.row-fluid .top_menubar ul li a:after { position: relative; display:inline-block; margin-left: 8px; transition:all .6s ease; top:1px; right: 0; content:">";  }
.row-fluid .top_menubar ul li:last-child a:after { display:none; }
 

.row-fluid .wrapper_space .page-center { max-width:1000px; }
/*---*/
.row-fluid .tabcontent_area { padding:60px 0; float:left; width:100%; text-align:center; }
.row-fluid .wrapper_space.tabcontent_area .page-center { text-align:left; display:inline-block; }

.row-fluid .tabcontent_area .content_sidebar h3 { color: #07122b; font-size: 18px; line-height:24px; font-weight: 700; width:100%; float:left; border-bottom: 1px solid #d9d9d9; padding-bottom:15px; margin-bottom:10px; }
.row-fluid .tabcontent_area .content_sidebar { width:20%; float:left; position:sticky; top:20px; position:-webkit-sticky; }

.row-fluid .tabcontent_area .content_sidebar_box { width:100%; float:left; padding-top:10px; }
.row-fluid .tabcontent_area .content_sidebar_box ul { width:100%; float:left; padding:0; margin:0; list-style:none; } 
.row-fluid .tabcontent_area .content_sidebar_box li { width:100%; float:left; margin-bottom:10px; } 
.row-fluid .tabcontent_area .content_sidebar_box li a:hover,.row-fluid .tabcontent_area .content_sidebar_box li.active a { color: #07122b; }


.row-fluid .tabcontent_area .content_main { width:80%; float:left; padding-left:50px; color: #333333; font-size: 16px; font-weight: 400; line-height: 26px; }
.row-fluid .tabcontent_area .content_main h3 { color: #07122b; font-size: 24px; line-height:32px; font-weight: 700; }

.row-fluid .tabcontent_area .content_main_cover { width:100%; float:left; padding:52px 0; border-bottom: 1px solid #40b4ac;   }
.row-fluid .tabcontent_area .content_main_cover:last-child {  }
 

.row-fluid .tabcontent_area .content_main_box { width:100%; float:left; margin:50px 0; }
.row-fluid .tabcontent_area .content_main_box .content_box_item { width:100%; float:left; display: flex; align-items: center; margin-bottom:30px; }
.row-fluid .tabcontent_area .content_main_box .content_box_item:last-child { margin-bottom:0; }
.row-fluid .tabcontent_area .content_main_box .content_box_item .content_item_img { width:50%; float:left; position:relative; text-align:left; min-height:300px; background-size: cover !important; }
.row-fluid .tabcontent_area .content_main_box .content_box_item .content_item_text { width:50%; float:left; position:relative; padding-left:30px; }

.row-fluid .tabcontent_area .content_main_box .content_box_item.image_right .content_item_img { left:50%; text-align:right; }
.row-fluid .tabcontent_area .content_main_box .content_box_item.image_right .content_item_text { right:50%; padding-left:0;  padding-right:30px;}

.row-fluid .tabcontent_area .content_itemtext { width:100%; float:left; margin-top:15px; }
 
.row-fluid .tabcontent_area .backtotop { color: #40b4ac; cursor:pointer; font-size: 14px; font-weight: 400; line-height: 21px; margin-top:40px; float:left; width:100%; }
.row-fluid .tabcontent_area .backtotop img { margin-right:10px; }
.row-fluid .tabcontent_area .backtotop span {   transition:all .6s ease; } 
.row-fluid .tabcontent_area .backtotop span:hover {  color:#07122b; transition:all .6s ease; } 






@media (min-width: 992px) and (max-width: 1240px){

  .row-fluid .wrapper_space .page-center { padding:0 15px; }
  .row-fluid .hero_section { min-height: 430px; padding:170px 0 90px 0; }
  
  .row-fluid .tabcontent_area .content_sidebar { width:25%; height: 470px; overflow-y: auto; }
  .row-fluid .tabcontent_area .content_main { width:75%; padding-left:30px; }
  .row-fluid .tabcontent_area .backtotop { margin-top: 30px; }
  

} 

@media (min-width: 768px) and (max-width: 991px){

  .row-fluid .wrapper_space .page-center { padding:0 15px; }
  .row-fluid .hero_section { min-height: 430px; padding:170px 0 90px 0; }
  
  .row-fluid .tabcontent_area .content_sidebar { width:30%; height: 470px; overflow-y: auto; }
  .row-fluid .tabcontent_area .content_main { width:70%; padding-left:30px; }
  .row-fluid .tabcontent_area .backtotop { margin-top: 30px; }
  
  

}

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

  .row-fluid .wrapper_space .page-center { width:100%; padding:0 15px; }
  
  .row-fluid .hero_section { min-height:350px; padding:150px 0 60px 0; }
  
  .row-fluid .tabcontent_area .content_main { width:100%; padding-left:0; }
  .row-fluid .tabcontent_area .content_sidebar { width:100%; position:relative; top:0; }
  .row-fluid .featuredhero_area .featured_links { margin-top:30px; }
  .row-fluid .featuredhero_area .featured_left ul{ margin-top:10px; }
  .row-fluid .featuredhero_area .featured_links ul { margin-top:10px; }
  
  .row-fluid .tabcontent_area .content_main_box .content_box_item { display:block; }
  .row-fluid .tabcontent_area .content_main_box .content_box_item .content_item_img { width:100%; text-align:center; }
  .row-fluid .tabcontent_area .content_main_box .content_box_item .content_item_text { width:100%; padding:20px 0 0; }
  .row-fluid .tabcontent_area .content_main_box .content_box_item.image_right .content_item_img { left:0; text-align:center; }
  .row-fluid .tabcontent_area .content_main_box .content_box_item.image_right .content_item_text { right:0; padding-left:0;  padding-right:0;}

  .row-fluid .tabcontent_area .content_sidebar_box { position:relative; }
  .row-fluid .tabcontent_area .mobile_select { width:100%; float:left; border:1px solid #636363; color: #636363; text-align: left; padding: 14px 19px; font-size: 16px; line-height: 24px; background:#fff; position:relative; }
  .row-fluid .tabcontent_area .mobile_select:before { position:absolute; content:"\f0dd"; font-family:'fontAwesome'; right: 9px; top: 50%; transform: translateY(-50%); font-size: 18px; margin-top: -3px;  transition:all .6s ease; }
  .row-fluid .tabcontent_area .mobile_select.open:before { transform: translateY(-50%) rotate(180deg); margin-top: 3px; transition:all .6s ease; }

  .row-fluid .tabcontent_area .content_sidebar_box ul { position:absolute; left:0; top:100%; z-index:9; display:none; background:#f2f2f2; }    
  .row-fluid .tabcontent_area .content_sidebar_box ul li:first-child a { background:#F9F9F9; }
  .row-fluid .tabcontent_area .content_sidebar_box ul li:last-child a { border-bottom:0; }
  .row-fluid .tabcontent_area .content_sidebar_box ul li { width:100%; float:left; text-align:left; }
  .row-fluid .tabcontent_area .content_sidebar_box ul li a { width:100%; cursor:pointer; float:left; padding: 12px 15px; font-size: 14px; line-height: 22px; text-align: left; border-bottom: 1px solid rgba(255,255,2550.7); margin-bottom:0; }   
  .row-fluid .tabcontent_area .content_sidebar_box ul li a:hover { color: #fff; background: #40b4ac; }
   
  .row-fluid .tabcontent_area .backtotop { display:none; margin-top: 20px; }
  
  
  
}
