/* @import url('http://example.com/example_style.css'); */
 @import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/fancybox/2.1.5/jquery.fancybox.css');

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */
/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

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

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 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 {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

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

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.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;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > 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;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > 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;
    margin-bottom: 20px;
    min-height: 7em;
}

.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;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.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;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.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 a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > 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;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .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;
        max-width: 100%;
        width: 100%;
    }
}

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

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.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");
}

/*
 * 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;}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.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%;}

/* 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; 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}


/* 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(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/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(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/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: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    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;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

.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;
}

/* 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;
}

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













/*****************************************/
/* Start your style declarations here    */
/*****************************************/

* { box-sizing:border-box; }

/* Embedded Fonts - IF FONT MISSING PLEASE GO HERE: "2017_Design_File\Horizonlaservision\seravek-fontsNIRAV" */ 
@font-face {
    font-family: 'Seravek';
    src:
        url('https://2588560.fs1.hubspotusercontent-na1.net/hubfs/2588560/Horizon-2017/fonts/Seravek.eot#iefix') format('embedded-opentype'),  
        url('https://2588560.fs1.hubspotusercontent-na1.net/hubfs/2588560/Horizon-2017/fonts/Seravek.woff') format('woff'), 
        url('https://2588560.fs1.hubspotusercontent-na1.net/hubfs/2588560/Horizon-2017/fonts/Seravek.ttf')  format('truetype'), 
        url('https://2588560.fs1.hubspotusercontent-na1.net/hubfs/2588560/Horizon-2017/fonts/Seravek.svg#Seravek') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Seravek-Light';
    src: 
        url('https://2588560.fs1.hubspotusercontent-na1.net/hubfs/2588560/Horizon-2017/fonts/Seravek-Light.eot#iefix') format('embedded-opentype'),  
        url('https://2588560.fs1.hubspotusercontent-na1.net/hubfs/2588560/Horizon-2017/fonts/Seravek-Light.woff') format('woff'), 
        url('https://2588560.fs1.hubspotusercontent-na1.net/hubfs/2588560/Horizon-2017/fonts/Seravek-Light.ttf')  format('truetype'), 
        url('https://2588560.fs1.hubspotusercontent-na1.net/hubfs/2588560/Horizon-2017/fonts/Seravek-Light.svg#Seravek-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Seravek-Medium';
    src: 
        url('https://2588560.fs1.hubspotusercontent-na1.net/hubfs/2588560/Horizon-2017/fonts/Seravek-Medium.eot#iefix') format('embedded-opentype'),  
        url('https://2588560.fs1.hubspotusercontent-na1.net/hubfs/2588560/Horizon-2017/fonts/Seravek-Medium.woff') format('woff'), 
        url('https://2588560.fs1.hubspotusercontent-na1.net/hubfs/2588560/Horizon-2017/fonts/Seravek-Medium.ttf')  format('truetype'), 
        url('https://2588560.fs1.hubspotusercontent-na1.net/hubfs/2588560/Horizon-2017/fonts/Seravek-Medium.svg#Seravek-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Seravek-Bold';
    src: 
        url('https://2588560.fs1.hubspotusercontent-na1.net/hubfs/2588560/Horizon-2017/fonts/Seravek-Bold.eot#iefix') format('embedded-opentype'),  
        url('https://2588560.fs1.hubspotusercontent-na1.net/hubfs/2588560/Horizon-2017/fonts/Seravek-Bold.woff') format('woff'), 
        url('https://2588560.fs1.hubspotusercontent-na1.net/hubfs/2588560/Horizon-2017/fonts/Seravek-Bold.ttf')  format('truetype'), 
        url('https://2588560.fs1.hubspotusercontent-na1.net/hubfs/2588560/Horizon-2017/fonts/Seravek-Bold.svg#Seravek-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

body { margin:0px; font-family:  'Seravek', sans-serif, Arial, Helvetica; ; font-weight:400; color:#5e626b; font-weight:400; font-size: 16px; line-height: normal; }
input { font-family:  'Seravek', sans-serif, Arial, Helvetica; ; }
ul{margin:0px; padding:0px;}
.body-container-wrapper ul {
    margin-left: 30px;
}
ul li{list-style:none;}
.body-container-wrapper ul li {
    list-style: outside disc;
}
.hero-section ul {
    margin-left: 0;
}
.hero-section ul li {
    list-style: none;
}
strong{font-family: 'Seravek-Bold', sans-serif, Arial, Helvetica; ; font-weight:normal;}
a{ -webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-o-transition: all 200ms ease;
-ms-transition: all 200ms ease;
transition: all 200ms ease;; text-decoration:none; color:#5e626b;}
a:hover, a:focus{text-decoration:none; }
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
{font-family:  'Seravek', sans-serif, Arial, Helvetica; ; -webkit-appearance: none; border-radius: 0; color:#464646;  border:solid 1px #d7d7d7; padding:11px 20px; margin:0 0 6px 0; font-size:12px;  font-weight:normal;}
::-webkit-input-placeholder{opacity:1;}
::-moz-placeholder{opacity:1;}
:-ms-input-placeholder{opacity:1;}
:-moz-placeholder{opacity:1;}
input[type="submit"]{background-color: #64add3; font-family:  'Seravek-Bold', sans-serif, Arial, Helvetica; ; color:#fff; cursor:pointer; -webkit-appearance: none; border-radius:0px; min-width:170px; border:none; box-sizing:border-box; padding:12px 10px; font-weight:normal; font-size:14px; display: inline-block; text-align: center; -webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-o-transition: all 200ms ease;
-ms-transition: all 200ms ease;
transition: all 200ms ease;;}
input[type="submit"]::-moz-focus-inner{border: 0;}
input[type="submit"]:hover{background-color:#4e99c0;}
fieldset .hs-form-field > label, .hs-form-field > label{display:none;}
textarea{resize:none; height:110px;}
h1,h2,h3,h4,h5,h6 { margin-top:0px; font-family: 'Seravek-Bold', sans-serif, Arial, Helvetica; ; font-weight:normal; color:#5e626b; margin-bottom:15px; line-height: 40px;}
h5 { margin-top: 40px; margin-bottom: 0px !important; font-size: 16px !important; }
*:focus{outline:none;}
.row-fluid [class*="span"].no-height{min-height: auto;}
.container, .row-fluid .container[class*="span"]{margin-left:auto; margin-right:auto; padding-left:15px; padding-right:15px; float:none; box-sizing: border-box;}
.container, .row-fluid .container[class*="span"]:after{clear:both; content: ""; display:table;}
.row{margin-right:-15px; margin-left:-15px;}
.text-center{text-align:center;}
.text-left{text-align:left;}
.text-right{text-align:right;}
.padding-topbottom{padding-top:60px; padding-bottom:60px;}
.row-fluid [class*="span"]{min-height:auto;}
.hs-error-msgs label{display:block; font-size:13px; /*transform:translate(2px, -11px);*/}
.bg-img img{display:none;}
.bg-wrapper{background-repeat:no-repeat; background-position:center; background-size:cover;}
body .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{max-width: none; white-space: inherit; overflow: visible;}
body .hs-responsive-embed iframe, body .hs-responsive-embed object, body .hs-responsive-embed embed{height:312px;}

.title-1 h2{color:#ee7b2e; font-size:40px; font-family: 'Seravek-Light', sans-serif, Arial, Helvetica; ;}

/* ================================================================== */
ul.hs-error-msgs { margin:0; padding:0; list-style:none; float:left; width:100%; font-size:14px; color:#f00; text-align:left; }
.hs-form .input { margin:0; }
.hs-form .hs-form-field { padding:0 0 5px; }
/*.row-fluid .hs-form fieldset.form-columns-2 .input , .row-fluid .quizcontact-form .hs-form fieldset.form-columns-1 .input { margin-right:0 }
.row-fluid .hs-form fieldset.form-columns-2 .field { padding:0 0 10px 15px }
.row-fluid .hs-form fieldset.form-columns-2 .field:first-child { padding:0 15px 15px 0; }
.row-fluid .hs-form fieldset.form-columns-3 .field { padding:0 0 15px 10px }
.row-fluid .hs-form fieldset.form-columns-3 .field:first-child { padding:0 15px 10px 0; }
.row-fluid .hs-form fieldset.form-columns-3 .field:first-child + .field { padding:0 15px 10px; }
.row-fluid .hs-form fieldset .hs-input { width:100% !important; }*/
.row-fluid .hs-form fieldset { max-width:none; }
.row-fluid .hs-form fieldset input[type="checkbox"], .row-fluid  .hs-form fieldset input[type="radio"] { width:auto !important; }
ul.inputs-list { margin:0; padding:5px 0; list-style:none; }

.row-fluid .inputs-list .hs-form-checkbox-display , .row-fluid .inputs-list .hs-form-booleancheckbox , .row-fluid .inputs-list li.hs-form-radio { display:block; padding:0 0 8px 25px; position:relative; }
.row-fluid .inputs-list input[type="checkbox"] , .row-fluid .inputs-list input[type="radio"] { position:absolute; left:0; margin:0; top:0; opacity: 0; width: 20px; height: 20px; }
.row-fluid .inputs-list input[type="radio"] { top:3px; }
.row-fluid .inputs-list input[type="checkbox"] + span { line-height: 22px; position:relative; display: block; }
.row-fluid .inputs-list input[type="checkbox"] + span:before  { position:absolute; left:-25px; top:0;  content:''; width:20px; height:20px; border:1px solid #dadada; color:#fafafa; background:#fafafa; }
.row-fluid .inputs-list input[type="checkbox"]:checked + span:before { background:#64add3;  }
.row-fluid .inputs-list input[type="checkbox"]:checked + span:after { text-align:center; color:#fff; position:absolute; left:-25px; top:0;  content: "\f00c"; font-family:'FontAwesome'; width: 20px; line-height: 20px; }

.row-fluid .inputs-list input[type="radio"] + span:before { position:absolute; left:-2px; top:2px;  content:''; width:20px; height:20px; border:1px solid #dadada;  background:#fafafa; border-radius:100%; }
.row-fluid .inputs-list input[type="radio"]:checked + span:before { background-color: #ee7b2e; }

.row-fluid a.cta_button { -moz-box-sizing: border-box !important; -webkit-box-sizing: border-box !important; box-sizing: border-box !important; }

.hs-menu-wrapper.hs-menu-flow-horizontal ul li a:link , .hs-menu-wrapper.hs-menu-flow-horizontal ul li a:visited { max-width: none !important; text-overflow: inherit !important; vertical-align:top; }
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a { width:100%; }
.hs-menu-wrapper.hs-menu-flow-horizontal ul { vertical-align:top; }

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

.row-fluid .set-bg { background-size:cover; background-repeat:no-repeat; background-position:center center; }
.row-fluid .get-bg { display:none; }

/*Text Option*/
.row-fluid .text-uppercase , .row-fluid .title-uppercase h1 , .row-fluid .title-uppercase h2 , .row-fluid .title-uppercase h3 , .row-fluid .title-uppercase h4 , .row-fluid .title-uppercase h5 , .row-fluid .title-uppercase h6 { text-transform:uppercase; }
.row-fluid .text-center { text-align:center; }
.row-fluid .text-left { text-align:left; }
.row-fluid .text-right { text-align:right; }
.row-fluid .text-white , .row-fluid .text-white h1 , .row-fluid .text-white h2 , .row-fluid .text-white h3 , .row-fluid .text-white h4 , .row-fluid .text-white h5 , .row-fluid .text-white h6 { color:#fff; }
.row-fluid .text-italic { font-style:italic; }

/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }
.slick-list { outline:none; position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; top: 0; left: 0; display: block; }
.slick-track:before, .slick-track:after { display: table; content: ''; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { display: none; float: left; height: 100%; min-height: 1px; outline:none; }
[dir='rtl'] .slick-slide { float: right; } 
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }
.slick-arrow.slick-hidden { display: none; }

.slick-arrow { cursor:pointer; z-index:1; position:absolute; top:50%; margin-top:-17.5px; display:inline-block; color:#b8c4c4; background:transparent !important; border:none; /*background:#333; width:35px; height:35px;*/ font-size:0; text-index:-9999; cursor:pointer; }
.slick-arrow:before { font-family:'FontAwesome'; font-size:40px; font-weight:700;  }
.slick-arrow:hover { background:#fff; color:#000;  }
.slick-arrow.slick-prev { left:5px; }
.slick-arrow.slick-prev:before { content: "\f104"; }
.slick-arrow.slick-next { right:5px; }
.slick-arrow.slick-next:before { content: "\f105"; }
.slick-arrow.slick-disabled { display:none; }

ul.slick-dots { margin:0; padding:0; list-style:none; float:left; width:100%;}
ul.slick-dots { text-align:center; padding:10px 0 0; }
ul.slick-dots li { display:inline-block; padding:0 5px; }
ul.slick-dots li button { display:inline-block; background:#a1a1a1;  width:15px; height:15px; border-radius:100%; font-size:0; text-index:-9999; cursor:pointer; }
ul.slick-dots li button:hover , ul.slick-dots li.slick-active button { background:#fbb314; }

.row-fluid .white-btn a, .row-fluid a.white-btn { padding:20px 30px; background:#fff; display:inline-block; text-transform:uppercase; color:#382a27; font-size:18px; font-family: 'Seravek-Medium';
 border:1px solid #b8c4c4; letter-spacing:2px; text-align:center; }
.row-fluid .white-btn a:hover, .row-fluid a.white-btn:hover { background:#382a27; color:#fff !important; border-color:#382a27; }

.row-fluid .blue-btn a, .row-fluid a.blue-btn { border: 1px solid #64add3; padding:20px 30px; background:#64add3; display:inline-block; text-transform:uppercase; color:#fff; font-size:18px;font-family: 'Seravek-Medium';text-align:center; letter-spacing:2px; }
.row-fluid .blue-btn a:hover, .row-fluid a.blue-btn:hover { background:#fff; color:#64add3 !important; }

.row-fluid .orange-btn a, .row-fluid a.orange-btn { padding:20px 30px; background:#ee7b2e; display:inline-block; text-transform:uppercase; color:#fff; font-size:14px; font-weight:400;text-align:center;  letter-spacing:2px; font-family: 'Seravek-Medium'; }
.row-fluid .orange-btn a:hover, .row-fluid a.orange-btn:hover { background:#fff; color:#ee7b2e !important;  }

.row-fluid .transparent-btn a, .row-fluid a.transparent-btn { padding:20px 30px; background:transparent; display:inline-block; text-transform:uppercase; color:#5f6264; font-size:16px; text-align:center; letter-spacing:2px; font-family: 'Seravek-Medium';border:1px solid #fff;  }
.row-fluid .transparent-btn a:hover, .row-fluid a.transparent-btn:hover { background:#5f6264; color:#fff !important; border-color:#5f6264;  }

.row-fluid .ulstyle ul { list-style:none; }
.row-fluid .blue-bg { background:#1d69ac; }

.row-fluid .wrapper { margin:0 auto !important; width:1200px; padding:0; float:none !important; } 

.row-fluid .page-title h3  { font-size:40px; line-height:44pxd; margin:0; color:#ee7b2e;  font-family: 'Seravek-Bold'; } 

/* Page Wise Css Start */
/*.row-fluid .top { background:#fff; margin-top:50px; position:absolute; top:0; left:0; width:100%; z-index:1; }*/


/* Landing Page */
.landing-header{height: 280px;}
.landing-header .landing-logo{display:table; height:280px; width:100%; padding:0 15px;}
.landing-header .landing-logo > div{display:table-cell; text-align:center; vertical-align:middle;}

.landing-page h2{margin:0 0 33px;}
.landing-page .content .hs_cos_wrapper_type_rich_text{line-height:28px;}

.right-form{background-color:#e9f6fb; border:solid 1px #b4c9d9; padding:33px 37px;}
.right-form h1{font-size:26px; color:#5e626b;}
.right-form h1+p{font-family: 'Seravek-Medium', sans-serif, Arial, Helvetica; ; font-size:16px; color:#5e626b;}
.right-form .form-bottom{font-size:14px; margin:32px 0 0;}
.right-form .hs-form-field .input .hs-input{margin:0 0 8px 0;}


/* Footer */
.footer-container{background-color:#fff; padding:70px 0 50px; color:#fff; font-family: 'Montserrat',sans-serif, Arial, Helvetica;}
.footer-container .footer-block{}
.footer-container .footer-block h4{color:#193958; font-size:16px; text-transform:uppercase; font-family: 'Seravek', sans-serif, Arial, Helvetica; ; font-weight:700; letter-spacing: 0.5px; margin: 0;}

.footer-container .menu-1{margin:0 0 18px;}
.footer-container .menu-1 .hs-menu-wrapper.hs-menu-flow-horizontal > ul{display:block;}
.footer-container .menu-1 .hs-menu-wrapper.hs-menu-flow-horizontal > ul li{float:none;}
.footer-container .menu-1 .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{color:#e97b2e; display: block; font-size: 14px; padding: 4px 0; font-weight: 700 !important;}
.footer-container .menu-1 .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:before{content: ">"; display: inline-block; font-size: 12px; margin: 0 10px 0 0;}
.footer-container .menu-1 .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:hover{color:#fff;}

.footer-container .menu-2 .hs-menu-wrapper.hs-menu-flow-horizontal > ul{display:block;}
.footer-container .menu-2 .hs-menu-wrapper.hs-menu-flow-horizontal > ul li{float:none;}
.footer-container .menu-2 .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{color:#193958; font-size:16px; text-transform:uppercase; font-family: 'Seravek', sans-serif, Arial, Helvetica; ; font-weight:normal; letter-spacing: 0.5px; padding:7px 0; display: block;}
.footer-container .menu-2 .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:hover{color:#a8a8a8;}

.footer-container .footer-block .location-text{}
.footer-container .footer-block .location-text ul li{padding:0 0 20px 28px; font-size: 13px; color:#c2c2c2; background:url(https://2588560.fs1.hubspotusercontent-na1.net/hubfs/2588560/Horizon-2017/Image/map-pin.png) no-repeat 0 4px;}
.footer-container .footer-block .location-text ul li strong{color:#e97b2e; font-family: 'Montserrat',sans-serif, Arial, Helvetica; font-weight:700;}

.footer-container .copyright-block{border-top:solid 1px #707070; margin:36px 0 0; padding:30px 0 0; font-size:12px; color:#c2c2c2;}
.footer-container .copyright-block a{color:#c2c2c2;}
.footer-container .copyright-block a:hover{color:#fff;}
.footer-container .copyright-block .footer-social{}
.footer-container .copyright-block .footer-social li{float:left; margin:0 20px 0 0;}
.footer-container .copyright-block .footer-social li a{display:block; width:32px; height:32px; background-color:#b7e2f1; color:#363636; border-radius:100%; text-align:center; line-height: 34px;}

@media (max-width: 600px) {
    .row-fluid .footer-copyright-text {
        float: none;
        clear: both;
        margin-top: 56px;
        margin-bottom: 20px;
        text-align: left;
    }
    .row-fluid .footer-extra-links {
        text-align: left;
    }
}

/*=============================
# Home Page
==============================*/

.row-fluid .top { float:left; width:100%; background:#6cbbda; text-align:center; color:#fff; }
.row-fluid .top-link ul { margin:0; padding:0; }
.row-fluid .top-link ul li { float:left; list-style:none; }
/*.row-fluid .top-link ul li:last-child {margin-right:0 }*/
.row-fluid .top-link ul li a {color:#fff; padding:15px; display:inline-block; vertical-align:middle;  }
.row-fluid .top-link ul li a:hover { background:rgba(0,0,0,0.29); } 
.row-fluid .top-link ul li a img { float:none; display:inline-block; vertical-align:middle; margin-right:6px;  }
.row-fluid .top-link,
.row-fluid .top-search,
.row-fluid .search-box { float:none; display:inline-block; vertical-align:middle; width:auto; margin:0;   } 
 .row-fluid .search-box { position:relative; }
 .row-fluid .main-header { float:float:left; width:100%; padding:25px 0; text-align:center; } 
 
 .row-fluid .hero-section { float:left; width:100%; background-size:inherit !important; background-position:bottom center !important;   }
.row-fluid .hero-slider { float:left; width:100%; padding:60px 0 420px; text-align:center; }
.row-fluid .hero-slider-box { float:none; display:inline-block; width:1100px; max-width:100%; vertical-align:top; text-align:left;  color:#382a27; font-size:32px; line-height:40px; font-family: 'Seravek';  }
.row-fluid .hero-slider-box  strong { font-family: 'Seravek-Bold';  }
.row-fluid .hero-slider-box h4 { font-size:42px; line-height:50px; color:#ee7b2e; font-family: 'Seravek-Bold'; margin:0 0 20px;   } 
.row-fluid .hero-slider-box h4 span { font-family: 'Seravek-Light'; }

.row-fluid .hero-slider-text { /* padding-left:50px; */ position:relative;  }
.row-fluid .hero-slider-text  > img { position:absolute; top:8px; left:0; }

.row-fluid .hero-slider-box .white-btn { font-family: 'Seravek-Medium'; letter-spacing:2px; margin-top:40px; padding:12px 40px; } 

.row-fluid .book-appointment { float:left; width:100%; background:#b7e2f1; padding:30px 0; text-align:center;  }
.row-fluid .book-appointment .transparent-btn a { width:362px;  }
.row-fluid .book-appointment-text,
.row-fluid .book-appointment-button { float:none; display:inline-block; vertical-align:middle; width:auto; margin:0;  } 
.row-fluid .book-appointment-text { width:550px; max-width:100%; text-align:left; color:#5f6264; font-size:16px;  padding-right:50px; }
.row-fluid .book-appointment-text h4 { font-size:30px; color:#5f6264; font-family: 'Seravek-Bold'; line-height:40px; }
.row-fluid .book-appointment-text h4 span { font-family: 'Seravek';  }

.row-fluid .helping-section { float:left; width:100%; padding:40px 0 0; border-bottom:1px solid #d2dfe2; }
.row-fluid .helping-image,
.row-fluid .helping-content { float:none; display:inline-block; }
.row-fluid .helping-image { vertical-align:bottom; }
.row-fluid .helping-content { vertical-align:top; margin-left:2%;  }

.row-fluid .list-style  .title-text h4 { font-size:38px; line-height:42px; color:#ee7b2e; margin:0; font-family: 'Seravek-Bold';  }
.row-fluid .helping-section .title-text {padding:50px 0; }
.row-fluid .list-style ul  { margin:0; padding:0;  }
.row-fluid .list-style ul li { list-style:none; font-size:26px; line-height:30px; margin:0 0 30px; color:#382a27;  font-family: 'Seravek-Medium'; padding-left:32px; position:relative;  }
.row-fluid .list-style ul li:before { content:""; position:absolute; top:8px; left:0; width:8px; height:13px; background:url(https://2588560.fs1.hubspotusercontent-na1.net/hubfs/2588560/Horizon-2017/list-icon.png) no-repeat center;  }   

.row-fluid .Schedule-form { float:left; width:100%; padding:45px 0; text-align:center;  }

.row-fluid .Schedule-form form { float:none; display:inline-block; vertical-align:top; width: 660px; max-width:100%;  }
.row-fluid .Schedule-form  h3 { font-size:28px; line-height:32px; color:#382a27; font-family: 'Seravek'; margin:0 0 25px; }

.row-fluid .Schedule-form input[type="text"], 
.row-fluid .Schedule-form input[type="email"],
.row-fluid .Schedule-form input[type="tel"],
.row-fluid .Schedule-form input[type="url"]  { border-color:#ee7b2e; height:45px; color:#5e626b;  font-family: 'Seravek-Medium'; font-size:13px;  }
.row-fluid .Schedule-form  input[type="submit"] { height:45px; background:#ee7b2e; }

.row-fluid .Schedule-form  input::-webkit-input-placeholder {font-size:13px; font-family: 'Seravek-Medium';  color:#5e626b;  text-transform:uppercase; opacity:1;  }
.row-fluid .Schedule-form  input::-moz-placeholder {font-size:13px; font-family: 'Seravek-Medium';  color:#5e626b;  text-transform:uppercase; opacity:1;  }
.row-fluid .Schedule-form  input:-ms-input-placeholder {font-size:13px; font-family: 'Seravek-Medium';  color:#5e626b;  text-transform:uppercase; opacity:1;  }
.row-fluid .Schedule-form  input:-moz-placeholder {font-size:13px; font-family: 'Seravek-Medium';  color:#5e626b;  text-transform:uppercase; opacity:1;  }

.row-fluid .service-section { float:left; width:100%; background:#dbf0f8; padding:70px 0; overflow-X:hidden; }
.row-fluid .service-section .page-title { text-align:center; padding:0 0 40px; }
.row-fluid .service-container { float:left; width:100%; }
.row-fluid .service-container > span > div.group { float:left; width:100%; position:relative;  }
.row-fluid .service-container > span > div.group:before { content:""; height:180px; width:100%;  position:absolute; top:0; left:50%; -webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-o-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);; width:500%;  background:url(https://2588560.fs1.hubspotusercontent-na1.net/hubfs/2588560/Horizon-2017/Image/taxcre-image.png); }
.row-fluid .service-container > span > div.group > div { float:left; width:30%; padding:0 0 30px; margin-right:5%; box-sizing:border-box;  }
.row-fluid .service-container > span > div.group > div:nth-child(3n) { margin-right:0; }
.row-fluid .service-box { float:left;  width:100%; background:#fff; border:1px solid #b5b6ae; position:relative;  }
.row-fluid .service-image { float:left; width:100%; height:190px; }
.row-fluid .service-content { float:left; width:100%; padding:30px; box-sizing:border-box; }
.row-fluid .service-content h4 { text-align:center; text-transform:uppercase; letter-spacing:2px; color:#ee7b2e; font-size:20px; line-height:24px; margin:0 0 15px;  font-family: 'Seravek-Medium'; }
.row-fluid .service-box .learn-more { float:left; width:100%; text-align:right;  }
.row-fluid .service-box .learn-more a { float:none; display:inline-block; text-align:center; color:#ee7b2e; background:url(https://2588560.fs1.hubspotusercontent-na1.net/hubfs/2588560/Horizon-2017/Image/title-style2.png) no-repeat bottom right; padding:18px 30px; font-size:11px; letter-spacing:2px; font-family: 'Seravek-Medium';   }

.row-fluid .service-section .blue-btn  { text-align:center; margin-top:30px; }
.row-fluid .service-section .blue-btn a { padding:15px 50px; }

.row-fluid .lasik-box { float:left; width:50%; margin:0; text-align:center; font-size:30px; line-height:34px; font-family: 'Seravek'; border:4px solid #fff;  }
.row-fluid .lasik-box:nth-child(1) { border-left:none; } 
.row-fluid .lasik-box:nth-child(2) { border-right:none; } 
.row-fluid .lasik-box  .title-text h4  { font-size:36px; line-height:40px; margin:0; color:#5f6264; font-family: 'Seravek-Bold'; padding:0 0 35px;  }
.row-fluid .lasik-box .lasik-content1 .title-text h4 { text-align:center; }
.row-fluid .lasik-content1,
.row-fluid .lasik-content2 { float:none; display:inline-block; margin:0; vertical-align:top; width:600px; max-width:100%; padding:80px 0;  text-align:left;  }
.row-fluid .lasik-content2 { font-size:24px;   }
.row-fluid .lasik-content2 strong { font-family: 'Seravek-Bold';  font-size:30px;  }
.row-fluid .lasik-content2 ,
.row-fluid .lasik-box .lasik-content2 .title-text h4    {color:#fff; } 
.row-fluid .lasik-box .white-btn { text-align:center; }
.row-fluid .lasik-box .white-btn  a { padding:10px 40px;   }


.row-fluid .lasik-image  { margin-left:-52px; }

.row-fluid .video-box { float:left; width:50%; margin:0; position:relative; height:530px; border:4px solid #fff;  }
.row-fluid .video-text  > div { float:none; display:inline-block; vertical-align:middle; max-width:745px; }
.row-fluid .video-box:nth-child(1) { border-left:none !important; }
.row-fluid .video-box:nth-child(2) { border-right:none !important; }
.row-fluid .video-text { position:absolute; bottom:0; left:0; width:100%; text-align:center; font-family: 'Seravek'; padding:40px 50px; font-size:22px; line-height:30px; color:#fff;  background:rgba(94,98,107,0.62); }
.row-fluid .video-text  strong { font-family: 'Seravek-Bold'; display:block; text-transform:uppercase; letter-spacing:2px; font-size:20px;  }

.row-fluid .video-play a  { position:absolute; top:30%; left:50%; -webkit-transform: translateX(-50%) translateY(-30%);
-moz-transform: translateX(-50%) translateY(-30%);
-o-transform: translateX(-50%) translateY(-30%);
-ms-transform: translateX(-50%) translateY(-30%);
transform: translateX(-50%) translateY(-30%);; background:url(https://2588560.fs1.hubspotusercontent-na1.net/hubfs/2588560/Horizon-2017/Image/video-play.png) no-repeat center; width:120px; height:85px;   }

.row-fluid .team-section { float:left; width:100%; padding:50px 0 110px; }
.row-fluid .team-image,
.row-fluid .team-content { float:none; display:inline-block; vertical-align:bottom;  }
.row-fluid .team-image { margin-left:2%; text-align:right; }

.row-fluid .team-content { padding-bottom:130px; }
.row-fluid .patient-satisfaction-content,
.row-fluid .patient-satisfaction-img { float:none; display:inline-block; width:auto; margin:0; vertical-align:middle;  }
.row-fluid .patient-satisfaction-content { padding-left:40px; }
.row-fluid .patient-satisfaction-content h4 { font-size:40px; line-height:50px; color:#b7e2f1; font-family: 'Seravek-Bold';  }
.row-fluid .patient-text { color:#5e626b; font-size:30px; line-height:36px; font-family: 'Seravek-Light'; padding:60px 0 0 ; margin-left:60px !important; }
.row-fluid .patient-text strong { font-family: 'Seravek-Bold'; }  

.row-fluid .team-container { float:left; width:100%; }
.row-fluid .team-container > span > div { float:left; width:24%; margin-right:1.3%;   }
.row-fluid .team-container > span > div:nth-child(4n) { margin-right:0; }
.row-fluid .team-box { float:left; width:100%;  }
.row-fluid .team-box  h5 { background:#f6f6f6; text-align:center; letter-spacing:2px; border:1px solid #d2dfe2; float:left; width:100%; box-sizing:border-box; border-top:none; padding:12px 10px; font-size:14px; color:#ee7b2e; text-transform:uppercase; margin-top: 0 !important; margin-bottom: 20px !important; }
.row-fluid .team-img { float:left; width:100%; height:300px; position:relative; }
.row-fluid .team-hover { position:absolute; top:0; transition:all 0.5s; font-family: 'Seravek-Light'; opacity:0; text-align:center;  left:0; width:100%; height:100%; padding:70px 35px 50px; color:#fff; box-sizing:border-box; background:rgba(56,42,39,0.78); }
.row-fluid .team-hover .team-name { display:block; text-transform:uppercase; font-family: 'Seravek-Bold'; letter-spacing:1.5px; font-size:14px;  margin-top:30px;  }
.row-fluid .team-box:hover .team-hover { opacity:1;  }

.row-fluid .rss-section { float:left; width:100%; background:#dbf0f8; padding:70px 0 90px; overflow-X:hidden;  }
.row-fluid .post-box { float:left; width:50%; box-sizing:border-box; }
.row-fluid .post-content { background:#fff; float:left; width:100%; padding:30px 40px 40px; box-sizing:border-box; position:relative; }
.row-fluid .post-title a { color:#5e626b; font-size:24px; line-height:30px; margin:0; font-family:"Seravek-Medium";   }
.row-fluid .post-box .post-image { background-size:cover; background-repeat:no-repeat; background-position:center; height:245px;  position:relative;    }
.row-fluid .rss-link {  position:absolute; bottom:0; right:0; background:url("https://2588560.fs1.hubspotusercontent-na1.net/hubfs/2588560/Horizon-2017/Image/title-style2.png?t=1494499167738") no-repeat right bottom; color: #ee7b2e; display: inline-block;float: none; font-family: "Seravek-Medium";  font-size: 11px;  letter-spacing: 2px; padding: 12px 30px;  text-align: center;} }
.row-fluid .post-box:nth-child(1) { padding-right:1%; }
.row-fluid .post-box:nth-child(2) { padding-left:1%; }

.row-fluid .date-box { position:absolute; top:0; left:0; height:85px; box-sizing:border-box; width:70px; text-align:center;  background:#ee7b2e;  padding:18px 0; color:#fff; font-size:11px; font-family: 'Seravek';  }
.row-fluid .date-box span { font-size:33px;  }

.row-fluid .title-box { float:left; width:100%; padding:0 0 30px; }
.row-fluid .title-box-left h4 { display:inline-block; vertical-align:top; margin:0; text-transform:uppercase; font-size:18px; line-height:24px; color:#ff9107; padding:0 0 10px; border-bottom:3px solid #64add3;  }
.row-fluid .title-box-right { text-align:right; padding-top:15px; } 
.row-fluid .title-box-right a { font-size:14px; color:#64add3; letter-spacing:2px;  font-family: 'Seravek-Bold'; line-height:16px; text-transform:uppercase;   }

.row-fluid .vision-section { float:left; width:100%; background-color:#5e626b; background-blend-mode:overlay; padding:120px 0 110px;  color:#fff;  /* font-size:14px; line-height:24px; */ }
.row-fluid .vision-section.inner-vision .vision-form { padding-left:100px;  }
.row-fluid .vision-section p { /* margin:0 0 30px; */ }
.row-fluid .vision-title  h2 { font-size:48px; line-height:60px; color:#fff; font-family: 'Seravek';  }
.row-fluid .vision-section input[type="text"],
.row-fluid .vision-section input[type="email"],
.row-fluid .vision-section input[type="tel"] { color:#464646; font-size:14px; font-family: 'Seravek';   }
.row-fluid .vision-section  input[type="submit"] { background:#b7e2f1; color:#5f6264;  font-family: 'Seravek-Bold'; font-size:14px; text-transform:uppercase;   }


.row-fluid .rss-box { float:left; width:100%; position:relative;   }
.row-fluid .rss-box:before { position:absolute; top:0; left:50%; -webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-o-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);; background: url("https://2588560.fs1.hubspotusercontent-na1.net/hubfs/2588560/Horizon-2017/Image/taxcre-image.png?t=1494581733323") repeat center;content: "";height: 180px;left: 50%;position: absolute; width:500%;  }


/*==============================
# lasik page
=============================*/

.row-fluid .inner-section { float:left; width:100%;  font-size:18px; line-height:24px; color:#fff; font-family: 'Seravek-Light'; }
.row-fluid .inner-section h2 { font-size:48px; line-height:52px; color:#fff; font-family: 'Seravek-Light';  }
.row-fluid .inner-section strong { font-family: 'Seravek-Bold'; }
.row-fluid .inner-section strong span { color:#b7e2f1; }

.row-fluid .inner-left,
.row-fluid .inner-right { float:left; width:50%; margin:0; }
.row-fluid .inner-right { float:right; background:#b7e2f1; position:relative;  overflow-X:hidden;}
.row-fluid .video-container {  padding:70px 0 50px 90px; color:#464646; font-size:22px; line-height:30px;font-family: 'Seravek-Medium';   }
.row-fluid .inner-right .inner-video  {  float:none; margin:25px 0 0; display:inline-block;  width:457px;  }
img { height:auto; }
/*.wrap {position: relative; height:150px; overflow: hidden; width: 70%; margin: 0 auto;}
.wrap img { width: 100%; height: auto;display: block;}
.arrow { position: absolute; bottom: 0; width: 100%; padding-bottom:3%;background-color: rgba(0, 0, 0, 0.8);}
.arrow:before,
.arrow:after { content:''; position: absolute; bottom: 100%; width: 50%; padding-bottom:inherit; background-color: inherit;}
.arrow:before { right: 50%; -ms-transform-origin: 100% 100%; -webkit-transform-origin: 100% 100%; transform-origin: 100% 100%; -ms-transform: skewX(45deg); -webkit-transform: skewX(45deg); transform: skewX(45deg);}
.arrow:after {left: 50%; -ms-transform-origin: 0 100%; -webkit-transform-origin: 0 100%; transform-origin: 0 100%; -ms-transform: skewX(-45deg); -webkit-transform: skewX(-45deg); transform: skewX(-45deg);}
*/
.row-fluid .inner-video {position:relative; border-radius:3px; border:5px solid rgba(255,255,255,0.85) ; vertical-align:top; height:265px; max-width:100%; background-size:cover; background-repeat:center; background-position:center;  }
.row-fluid .inner-left { position:relative;   }
.row-fluid .inner-left::after { background:url("https://2588560.fs1.hubspotusercontent-na1.net/hubfs/2588560/transparent-arrow.png") no-repeat center ;  content: "";  height: 100%; position: absolute; background-size:cover; right: 0; top: 0; width: 25px;}
.row-fluid .inner-left:before { content:""; position:absolute; top:0; left:0; width:100%; height:100%; background:rgba(70,70,70,0.62);  }
.row-fluid .left-content { top:50%; left:0; position:absolute; -webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);;  padding-right:100px; }

.row-fluid .inner-left i { color:#cccccc; font-size:11px; line-height:12px;  font-family: 'Seravek';  font-style:italic; }
.row-fluid .inner-video-play a { background:url(https://2588560.fs1.hubspotusercontent-na1.net/hubfs/2588560/Horizon-2017/Image/play-btn-3.png) no-repeat center;  position:absolute; top:0; left:0; height:100%; width:100%;   } 

.row-fluid .inner-video-play-cataracts a { background:url(https://2588560.fs1.hubspotusercontent-na1.net/hubfs/2588560/play-btn-3-v2.png) no-repeat center !important;}

.row-fluid .get-section { float:left; width:100%; background:#ffffff; padding:90px 0;  color:#5e626b; font-size:16px; line-height:28px; font-family: 'Seravek';  }
.row-fluid .get-section h4 { font-size:28px; line-height:30px; color:#ee7b2e; font-family: 'Seravek-Light';  }  
.row-fluid .get-section h4 span { color: #ee7b2e; font-family: "Seravek-Medium";font-size: 16px;line-height: 20px;margin: 0 0 10px;  text-transform: uppercase; }

.row-fluid .lasik-video { position:relative; }
.row-fluid .lasik-play a { position:absolute; top:50%; left:50%; -webkit-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
-o-transform: translateX(-50%) translateY(-50%);
-ms-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);; width:50px; height:36px; background:url(https://2588560.fs1.hubspotusercontent-na1.net/hubfs/2588560/Horizon-2017/Image/lasik-play.png) no-repeat center;  }
.row-fluid .get-section datalist {background: #ee7b2e; color:#fff; display: unset;float: right;margin: 10px 0 10px 25px;padding: 30px;vertical-align: top;width: 365px; font-size:21px; line-height:30px;  }

.row-fluid .refractive-section { float:left; width:100%; background:#fff; padding:0px 0;  }

.row-fluid .line-title  { position:relative; float:left; width:100%;  margin-bottom:40px; text-align:left;  } 
.row-fluid .line-title:before { content:""; position:absolute; bottom:4px; left:0; width:100%; height:2px; background:#e1e1e1;  } 
.row-fluid .line-title h4 { display:inline-block; vertical-align:top; margin:0;   }
.row-fluid .line-title h4  span { background:#f3f3f3; position:relative; margin:0; text-transform:inherit;  display:block; padding-right:25px; color:#464646; font-size:21px; line-height:24px; font-family: 'Seravek-Medium'; }

.row-fluid .refractive-content.span12  { padding:0; margin:0; }
.row-fluid .refractive-content.span12  h5 { margin:0 0 5px; }

.row-fluid .refractive-container { float:left; width:100%;   }
.row-fluid .refractive-container.different-type { margin-top:20px; }
.row-fluid .refractive-box { float:left; width:100%; margin:12px 0; }
.row-fluid .refractive-content {  padding:40px 0 0 30px; } 
.row-fluid .refractive-content h5 { color:#ee7b2e; font-size:16px; line-height:20px; text-transform:uppercase; font-family: 'Seravek-Medium'; margin:0 0 10px;  }

.row-fluid .candidate-section { float:left; width:100%; background-color:#b7e2f1; background-blend-mode:overlay; background-position:right center !important; background-size:inherit !important; padding:90px 0;  }
.row-fluid .candidate-title h4 { font-size:28px; color:#111111; line-height:34px; font-family: 'Seravek-Light'; padding:0 0 40px; margin:0; }
.row-fluid .candidate-container > span > div { float:left; width:50%; padding:10px 0; }
.row-fluid .candidate-container > span > div:nth-child(odd) { padding-right:2%; } 
.row-fluid .candidate-container > span > div:nth-child(even) { padding-left:2%; } 

.row-fluid .candidate-section .white-btn a { color:#5e626b; font-size:14px;  padding:10px 20px; margin-top:40px;  }
.row-fluid .candidate-content { font-size:24px; line-height:30px;  }

.row-fluid .cataract-surgery { float:left; width:100%; border-top:2px solid #e1e1e1; padding-top:70px; margin-top:70px;  }
.row-fluid .cataract-surgery .list-style { padding-top:50px; padding-left:50px; } 
.row-fluid .cataract-surgery .list-style ul li { font-size:14px; line-height:20px;  }
.row-fluid .cataract-surgery .list-style ul li  a { font-size:14px; line-height:20px; color:#ee7b2e;  }


.row-fluid .cataract-types { float:left; width:100%; background:#f3f3f3; text-align:center; }
.row-fluid .cataract-types-container { float:none; display:inline-block; vertical-align:top; text-align:left; width:1000px; max-width:100%;  }
.row-fluid .get-section.cataract-types { padding:60px 0; }


.row-fluid .cataract-title h4 { text-align:center; margin: 0 0 50px;  }
.row-fluid .lens-type-section { float:left; width:100%; padding:;  text-align:left; padding-top:80px;  }
.row-fluid .lens-type-container { float:left; width:100%; }
.row-fluid .lens-type-container > span > div { float:left; width:30%; margin-right:5%; color:#5e626b; font-size:16px; line-height:28px;  }
.row-fluid .lens-type-container h6{  color:#ee7b2e; font-size:16px; line-height:24px;text-transform:uppercase; margin:0;   }
.row-fluid .lens-type-container > span > div:nth-child(3n) { margin-right:0; } 

.cataracts-page .row-fluid  .surgery-section { background:#fff; border:none; padding-bottom:0;  }
.cataracts-page .row-fluid  .surgery-section .get-section h4 { margin:0;  }

.cataracts-page .row-fluid .our-client { margin-top:70px; padding-top:0;  }
.cataracts-page .our-client h3 { color:#ee7b2e !important; padding-top:70px; border-top:2px solid #e1e1e1;    }



.row-fluid .get-section.get-section2 { padding-bottom:60px;  }

.row-fluid .option-container { float:left; width:100%; }
.row-fluid .option-box { float:left; width:100%; line-height:28px; padding:60px 0;  border-top:2px solid #e1e1e1; color:#5e626b; font-size:16px; font-family: 'Seravek';  }
.row-fluid .option-text { padding-left:100px; }
.row-fluid .option-box p { padding:0 0 40px; margin:0; }
.row-fluid .option-box .option-title { font-size:21px; color:#464646; font-family: 'Seravek-Medium';  line-height:30px; padding:0 0 40px;  }
.row-fluid .option-box a { font-family: 'Seravek-Bold'; font-size:14px; text-transform:uppercase; color:#5e626b; display:inline-block; vertical-align:top; margin-top:10px;   }
.row-fluid .option-box ul { margin:0; padding:0; }
.row-fluid .option-box ul li {  margin: 0 0 30px;}
.row-fluid .option-box ul li:last-child {  margin-bottom:0px;}
.row-fluid .option-box h1,
.row-fluid .option-box h2, 
.row-fluid .option-box h3, 
.row-fluid .option-box h4, 
.row-fluid .option-box h5, 
.row-fluid .option-box h6 { color:#ff9107; font-size:16px; line-height:20px;  font-family: 'Seravek-Bold'; margin:0 0 10px;  }



.row-fluid .surgery-section { float:left; width:100%; padding:70px 0; background:#f3f3f3; border-top:2px solid #e1e1e1;  }
.row-fluid .surgery-section .get-section { padding:0 0 30px; background:transparent;  }
.row-fluid .surgery-section .get-section h4 { color:#ff9107; margin:0 0 45px; }
.row-fluid .surgery-section .get-section h5 { color:#ff9107;  font-size:16px; text-transform:uppercase; font-family: 'Seravek-Medium'; padding:20px 0 30px;  line-height:20px; margin:0; letter-spacing:1px;   }  

.row-fluid .step-box { float:left; font-family: 'Seravek'; width:25%; margin:0; position:relative; height:260px; padding-left:90px; padding-top:40px; padding-right:20px; color:#fff; font-size:14px; line-height:16px; }
.row-fluid .step-box:before {border:130px solid transparent; border-left-width:40px; content:""; position:absolute; top:0; left:100%; z-index:2;   }
.row-fluid .step-box:after { content:""; position:absolute; z-index:1; top:0; left:100%; width:88px; height:100%; background:url(https://2588560.fs1.hubspotusercontent-na1.net/hubfs/2588560/Horizon-2017/Image/shadow-png.png) no-repeat center;  }

.row-fluid .step-num { text-align:center; padding-right:10px;  }
.row-fluid .step-num strong { display:block; font-size:60px; line-height:60px; font-weight:400; font-family: 'Seravek';  } 

.row-fluid .step-box:last-child:before,
.row-fluid .step-box:last-child:after { display:none; }
.row-fluid .step-text { height:190px; overflow:hidden;  }

.row-fluid .step-box:nth-child(1) { background:#60c5df; padding-left:50px;  }
.row-fluid .step-box:nth-child(2) { background:#1b7c98;  }
.row-fluid .step-box:nth-child(3) { background:#eb7a38;}
.row-fluid .step-box:nth-child(4) { background:#ca4917; }

.row-fluid .step-box:nth-child(1):before { border-left-color:#60c5df; }
.row-fluid .step-box:nth-child(2):before { border-left-color:#1b7c98; }
.row-fluid .step-box:nth-child(3):before { border-left-color:#eb7a38; }
.row-fluid .step-box:nth-child(4):before { border-left-color:#ca4917; }


.row-fluid .our-client { float:left; width:100%; padding:80px 0 110px;  }
.row-fluid .our-client h3 { color:#9a083c; font-size:28px; line-height:32px; margin:0 0 20px; font-family: 'Seravek-Light'; }
.row-fluid .our-client .video-box { height:325px; font-size:12px; border:15px solid #ffffff;  }
.row-fluid .our-client .video-text { padding:20px 50px; background:rgba(0,0,0,0.3); }
.row-fluid .our-client .video-text,
.row-fluid .our-client .video-text strong { font-size:12px; line-height:16px;  }
.row-fluid .our-client .video-play a { background-size:100%; width:70px; top:40%; -webkit-transform: translateX(-50%) translateY(-40%);
-moz-transform: translateX(-50%) translateY(-40%);
-o-transform: translateX(-50%) translateY(-40%);
-ms-transform: translateX(-50%) translateY(-40%);
transform: translateX(-50%) translateY(-40%);;   }

.row-fluid .about-section { float:left; width:100%; padding:80px 0; color:#fff;   }
.row-fluid .about-section .inner-video { margin-top:10px; }
.row-fluid .about-section .white-btn a { font-size:14px; padding:15px 50px; margin-top:50px; }
.row-fluid .about-section h4 { font-size:30px; line-height:36px; color:#fff;  font-family: 'Seravek-Bold'; margin:0; margin:0 0 25px;   }
.row-fluid .page-title.sub-title { text-align:center; color:#fff; margin:0 0 40px; }
.row-fluid .page-title.sub-title h3 { color:#fff; font-size:28px; font-family: 'Seravek-Light';   }

.row-fluid .about-left { padding-right:100px; }
.row-fluid .about-right { padding-left:60px; border-left:2px solid rgba(255,255,255,0.33); }
.row-fluid .about-right  strong { font-size:24px; line-height:30px; margin:10px 0; display:block;  }

/*================================
# cataracts page
===============================*/

.cataracts-page .row-fluid .inner-left::before { background:rgba(0, 0, 0, 0.55); }
.row-fluid .rss-section .page-title { text-align:center;  color:#464646; margin: 0 0 30px;  }
.row-fluid .rss-section .page-title h3 { font-family:"Seravek-Medium"; margin:0 0 20px; font-size:28px; line-height:34px;   }

.cataracts-page .row-fluid .rss-box { margin-left:-7px; margin-right:-7px; display:block;  } 
.cataracts-page .row-fluid .post-box  { width:33.33%; padding:0 7px; }
.cataracts-page .row-fluid .post-title a { font-size:18px; } 


.cataracts-page .row-fluid .step-box { height:200px;  }
.cataracts-page .row-fluid  .step-box::before { border-width:100px 100px 100px 40px; }
.cataracts-page .row-fluid .step-text { height:130px; }
 
 /*===========================
 # Your Quiz
 ===========================*/
 
.row-fluid .inner-banner { float:left; width:100%; text-align:center; border-top:1px solid #e1e1e1; padding:130px 0 100px; position: relative !important; }
.row-fluid .inner-banner h1,
.row-fluid .inner-banner h2 { color:#fff; font-size:52px; line-height:60px; font-family: 'Seravek-Medium'; text-shadow: -1px 3px 5px #000000; }
.row-fluid .inner-banner h1 span,
.row-fluid .inner-banner h2 span { font-family: 'Seravek-Bold';  }

.row-fluid .quiz-section { float:left; width:100%; padding: 80px 0; text-align:center;  } 
.row-fluid .quiz-title { margin:0 0 70px; }
.row-fluid .quiz-title h3 { color:#000; font-family: 'Seravek'; font-size:46px; line-height:50px; margin:0 0 40px;  }
.row-fluid .quiz-title h3 span { color:#ee7b2e; font-family: 'Seravek-Bold'; }
.row-fluid .quiz-text { text-align:left; color:#636363; font-size:22px; line-height:30px;  font-family: 'Seravek-Light';  } 
.row-fluid .quiz-section  .btn-style { margin-top:70px; }


.row-fluid .btn-style { text-align:center; }
.row-fluid .btn-style a { background:#fda128; padding:22px 30px; border:3px solid #ee7b2e; border-radius:5px;  color:#fff; font-size:32px; font-family: 'Seravek-Bold';  }
.row-fluid .btn-style a:hover { opacity:0.8; }

.row-fluid .contact-section { float:left; width:100%; background:#f7f7f7 url(https://2588560.fs1.hubspotusercontent-na1.net/hubfs/2588560/Horizon-2017/Image/section-shadow.png) repeat-x top center; padding:130px 0 110px; text-align:center;    }
.row-fluid .consultation-form  h3 { color:#000000; font-size:36px; line-height:40px; font-family: 'Seravek'; margin:0 0 36px; }
.row-fluid .consultation-form input[type="text"],
.row-fluid .consultation-form input[type="email"],
.row-fluid .consultation-form input[type="tel"],
.row-fluid .consultation-form input[type="url"],
.row-fluid .consultation-form select,
.row-fluid .consultation-form textarea { border:1px solid #b7b7b7; border-radius:3px; color:#636363; font-family: 'Seravek-Light';  width:100% !important; }
.row-fluid .consultation-form input[type="submit"] { background:#3fb34f;  border:3px solid #207a34; border-radius:5px;  color:#fff;  font-family: 'Seravek-Bold';  }
.row-fluid .consultation-form input[type="submit"]:hover { opacity:0.8;}

.row-fluid .consultation-form::-webkit-input-placeholder { font-size:28px; color:#636363; font-family: 'Seravek-Light'; opacity:1; }
.row-fluid .consultation-form::-moz-placeholder { font-size:28px; color:#636363; font-family: 'Seravek-Light'; opacity:1; }
.row-fluid .consultation-form:-ms-input-placeholder { font-size:28px; color:#636363; font-family: 'Seravek-Light'; opacity:1; }
.row-fluid .consultation-form:-moz-placeholder { font-size:28px; color:#636363; font-family: 'Seravek-Light'; opacity:1; }

.row-fluid .quiz-section iframe { max-width:100%; }


/*=================================
# quiz3c Page
=================================*/
.row-fluid .quiz3c-section { box-shadow:2px 1px 8px rgba(0, 0, 0, 0.2) inset; float:left; width:100%; }
.row-fluid .quiz3c-section .consultation-form { padding-top: 40px; padding-left:50px; padding-bottom: 40px; }
.row-fluid .quiz3c-section form { max-width:500px; }
.row-fluid .quiz3c-section { float:left; width:100%; }
.row-fluid .quiz3c-section input[type="text"],
.row-fluid .quiz3c-section input[type="email"],
.row-fluid .quiz3c-section input[type="url"],
.row-fluid .quiz3c-section input[type="tel"],
.row-fluid .quiz3c-section select,
.row-fluid .quiz3c-section textarea { background:#ecf7fb; border-color:#d5e9f3; }
.row-fluid .quiz3c-left,
.row-fluid .quiz3c-right { float:left; margin:0; }
.row-fluid .quiz3c-right { float: right; }

.row-fluid .quiz3c-left{ width:40%; }
.row-fluid .quiz3c-right{ width:60%; }
@media (min-width: 991px) {
    .quiz3c-right {
        min-height: 678px !important;
    }
}

.row-fluid .quiz3c-left,
.row-fluid .quiz3c-left > div { position:relative; }
.row-fluid .quiz3c-left h3 { color:#fff; font-size:60px; line-height:60px; font-family: 'Seravek'; text-align:right; padding-right:100px; padding-top:100px;  }
.row-fluid .quiz3c-left h3 span { font-size:120px; line-height:120px; display:block; }
.row-fluid .quiz3c-left > div { position:relative; }
.row-fluid .quiz3c-left:before { content:""; position:absolute; top:0; left:0; height:100%; width:100%; background:rgba(54,54,54,0.36);   } 
.row-fluid .quiz3c-title {  padding: 40px 50px 40px 50px;  background:url(https://2588560.fs1.hubspotusercontent-na1.net/hubfs/2588560/Horizon-2017/Image/gradient-border.png) no-repeat right bottom;  }
.row-fluid .quiz3c-title h4 {font-size:24px; line-height:30px; color:#636363; margin:0; font-family: 'Seravek', sans-serif; font-weight: 600;}
.row-fluid .quiz-pagination { padding: 20px 0 90px; padding-left:50px;  }
.row-fluid .quiz-pagination a { color:#b7e2f1; font-size:24px; font-family: 'Seravek-Medium'; display:inline-block; vertical-align:top; margin-right:30px;  }
.row-fluid .quiz-pagination a:hover { color:#464646; }
 /*========================================
 # Blog Page
 ==========================================*/
 
 
 .row-fluid .blog-page  { float:left; width:100%; padding:70px 0 90px; box-shadow:2px 1px 8px rgba(0, 0, 0, 0.2) inset;  }
 .row-fluid .blog-left { border-right:2px solid #f5f5f5; padding-right:65px; }
 
 .row-fluid .post-item { float:left; width:100%; padding-bottom:20px; margin:0 0 30px; border-bottom:2px solid #e1e1e1;  }
 .row-fluid .post-item .hs-featured-image-wrapper { float:left; width:30%; }
  .row-fluid .post-item .hs-featured-image-wrapper a {  width:100%; height:220px; float:left; border-right:1px solid #555555; border-bottom:1px solid #555555;   }
 .row-fluid .post-item .post-body  { float:left; width:70%; padding-left:20px;   }
 .row-fluid  .info-box { float:left; width:100%; margin-top:30px; }

.row-fluid .date { color:#5e626b; font-size:16px; line-height:20px;  text-transform:uppercase; letter-spacing:2px; font-family: 'Seravek-Bold'; }

 .row-fluid .post-header h2 { margin:10px 0; }
.row-fluid .post-header h2,
.row-fluid .post-header h2 a { color:#ee7b2e; font-family: 'Seravek-Light'; font-size:30px; line-height:36px;  }
.row-fluid .post-body {color:#5e626b; font-size:16px; line-height:30px; }
.row-fluid .post-body  p { margin:0 0 15px; }
#hubspot-topic_data ,
#hubspot-topic_data  a { color:#acacac; font-size:14px; line-height:16px; } 
.row-fluid .more-link { float:right; color:#64add3; font-family: 'Seravek-Bold'; font-size:16px; letter-spacing:1px;  } 

.row-fluid .post-item:last-child { border-bottom:none; padding-bottom:0; margin-bottom:0;  }
.row-fluid .blog-pagination { float:left; width:100%; margin-top:120px; }
.row-fluid .blog-pagination  a { background: transparent; color: #64add3; border: 1px solid #64add3; width:188px; height:42px; margin-right:20px; display:inline-block; vertical-align:top; line-height:42px; text-align:center; font-size:13px; font-family: 'Seravek-Medium'; letter-spacing:1px;  }  
.row-fluid .blog-pagination  a:hover { /* background:#ebebeb; */  background:#64add3; border: 1px solid #64add3; color: #ffffff; } 

.hs-blog-listing .row-fluid .blog-cta { position:relative; margin: 0 0 50px; float:left; width:100%; }
.hs-blog-listing .row-fluid .blog-cta::before {background: #e1e1e1;bottom: -27px; content: ""; height: 2px;left: 0;position: absolute; width: 100%;}
.row-fluid .post-item:nth-child(3) + .blog-cta { display:block; }


 /*====================
 # blog Sidebar
 ======================*/
 
 .row-fluid .sidebar { padding-left:40px; }
.row-fluid  .sidebar-box { background:#f1f9fc; border:1px solid #ccd7df; padding:30px 35px; margin:0 0 40px; }
.row-fluid  .sidebar-box  .block ul { margin:0; padding:0; padding-left:20px; }
.row-fluid  .sidebar-box  .block ul li { display:block; margin:8px 0;  }
.row-fluid  .sidebar-box  .block ul li a { color:#5e626b; font-size:14px; line-height:20px; font-family: 'Seravek';  }
.row-fluid  .sidebar-box  .block ul li a:hover { color:#64add3; }

.row-fluid  .sidebar-box h3 { font-size:20px; color:#5e626b; line-height:28px; font-family: 'Seravek'; margin:0 0 20px;  }
.row-fluid .sidebar-box input[type="text"], 
.row-fluid .sidebar-box input[type="email"] { border:1px solid #b7e2f1; border-radius:5px; background:#fff; }
.row-fluid .sidebar-box input[type="submit"] { border-radius:5px; min-width:inherit !important; font-family: 'Seravek-Medium'; text-transform:uppercase; font-family: 'Seravek-Medium'; padding:0; width:122px; height:36px;   } 
.row-fluid .image-cta  { margin:0 0 40px; min-height:215px; padding:40px 25px 30px; text-align:right; color:#fff; font-family: 'Seravek-Light'; font-size:22px; line-height:30px;  }
.row-fluid .image-cta strong  {font-family: 'Seravek-Medium'; display:block; }
.row-fluid .cta-title { float:none; display:inline-block; vertical-align:top; width:auto; text-align:left; }
.row-fluid .image-cta .blue-btn  { text-align:center; margin-top:35px;  }
.row-fluid .image-cta .blue-btn a { color:#fff; border-radius:5px;  font-family: 'Seravek-Medium'; text-transform:uppercase; font-family: 'Seravek-Medium'; padding:10px 20px; }

.row-fluid .back-to-blog,
.row-fluid .blog-cta { display:none; }


 /*====================
 # blog Inner Page
 ======================*/
 .hs-blog-post .row-fluid .back-to-blog { display:block; }
.hs-blog-post .row-fluid .back-to-blog a { display:inline-block; vertical-align:top; position:relative; padding-left:22px; padding-bottom:40px;  font-size: 14px; line-height: 20px; color:#64add3;  }
.hs-blog-post .row-fluid .back-to-blog a:before { content:""; position:absolute; top:3px; left:0; width:15px; height:11px; background:url(https://2588560.fs1.hubspotusercontent-na1.net/hubfs/2588560/Horizon-2017/Image/back-arrow.jpg) no-repeat center;   }   

.hs-blog-post .row-fluid .blog-cta { display:block;  }
.row-fluid .blog-cta { padding:70px 20px 40px; margin:110px 0 60px; text-align:center; font-size:30px; line-height:36px; color:#fff;  }
.row-fluid .blog-cta  strong { font-family: 'Seravek-Bold'; }
.row-fluid .blog-cta  a { margin:40px 0 0; font-size:14px; color:#5e626b; background:#fff; text-transform:uppercase; font-family: 'Seravek-Medium'; letter-spacing:2px; display:inline-block; vertical-align:top; padding:10px 20px; text-align:center;   }  
.row-fluid .blog-cta  a:hover{  background: #382a27 none repeat scroll 0 0; border-color: #382a27; color: #ffffff !important; }
.hs-blog-post .row-fluid .post-header { padding:50px 0; }
.hs-blog-post .row-fluid .post-header h2 { font-size:36px; line-height:40px;  }
.row-fluid .inner-share {border-bottom: 2px solid #d2d2d2;border-top: 2px solid #d2d2d2;float: left;margin: 10px 0 50px;padding: 20px 0 10px;width: 100%;}

.hs-blog-post .row-fluid .hs-featured-image-wrapper img { width:100% !important; }
#comment-form fieldset .hs-form-field > label,
#comment-form .hs-form-field > label { display:block; }

#comment-form  input[type="text"],
#comment-form  input[type="email"],
#comment-form  input[type="url"],
#comment-form  input[type="tel"],
#comment-form  select,
#comment-form  textarea { height:30px; border-radius:3px; padding:5px 10px;  }
#comment-form  input[type="submit"] { margin-top:10px; }


/* search box style */
.top .search-button { background-color:rgba(0, 0, 0, 0); border:0 none; color:#fff; cursor:pointer; display:inline-block; font-size:15px; line-height:20px; transition:all 0.2s ease; vertical-align: middle; z-index: ;  }   
.top .search-button:hover { color:#0093d8; }
.top .search-button::before, .footer .search-button::before { float:left; content:"\f002"; font-family:FontAwesome; font-stretch:normal; font-style:normal; transition:all 0.2s ease; padding:3px 10px; }
.top .search-button:hover:before{ color:#64add3; }
.header-search .hs-input { transition:all 1s ease; background-color:#fff; border:0 none; color:#6b6b6b; font-size:15px; height:auto; max-width:300px; min-height:35px; opacity:0; padding:0 15px; position:absolute; width:100%; visibility:hidden; z-index:99; outline:none !important; }
.search-open .header-search .hs-input { opacity:1; visibility:visible; }
.header-search .hs-button.primary { display:none; }
.search-open .header-search .search-button::before { content:"?"; }
.search-open .header-search .search-button::after{ display:none; }


/* Google Custom Search Style */
.googleCse { max-width:300px !important; position:absolute; right:0; width:240px !important; top:38px;   text-align:left; background:#ccc; padding:5px; z-index:1; }
.googleCse .cse .gsc-control-cse, .googleCse .gsc-control-cse { padding:0; border:none !important; }
.googleCse .gsc-search-box-tools .gsc-search-box .gsc-input { width:100% !important; padding:0; text-indent:0px !important; }
.googleCse .gsc-input-box { height:auto !important; border:none; }
.googleCse .gsc-search-box td { padding:0 !important; }
.googleCse .gsc-search-box input.gsc-input { border-radius:0; display:inline-block; background-image:none !important; width:238px !important; height:35px !important; padding:0 15px !important; color:fff; font-size:14px; font-family:'Lato'; font-size:14px; border:0; vertical-align:top; }
.googleCse .gsc-search-box .gsib_b { display:none !important; }
.googleCse table.gsc-search-box { margin:0; }
.googleCse .gsc-search-button { width: 36px !important; padding: 0 !important; margin: 0 !important; position:relative; }
.googleCse .gsc-search-button input { opacity:0 !important; position:relative; z-index:5; display:none; }
.googleCse .gsc-search-button:before { display:none; content:"\f002"; font-family:'FontAwesome'; z-index:3; font-size:15px; position:absolute; left:0; bottom:0; right:0; top:0; text-align:center; line-height:33px; color:#a9bcc2; transition:all ease 0.3s; }
.googleCse .gsc-search-button:hover:before { color:#e4b43a; }
.googleCse .gsc-selected-option-container { min-width:95px; }
.top form.gsc-search-box { margin-bottom:0 !important; }
 
 a.fancybox:hover { opacity:0.75; transition:all 0.5s; }
 
/* Responsive Media Query */


@media (min-width:768px) { 
    .container, .row-fluid .container[class*="span"] { width:750px; } 
    .post-data .slider1, .post-data .slider2, .post-data .slider3 { width: 750px; margin: 0 auto; } 
    .row-fluid .Schedule-form fieldset.form-columns-3 > div { width:33.33%; }
    
    .row-fluid .lasik-text,
.row-fluid .lasik-image { float:none; display:inline-block; vertical-align: middle; width:auto; }

.row-fluid .contact-section .hs-form .hs-form-field { padding:0 0 40px;  }
.row-fluid .contact-section .form-columns-2 > div:nth-child(1) { padding-right:1.5%; } 
.row-fluid .contact-section .form-columns-2 > div:nth-child(2) { padding-left:1.5%; } 

.row-fluid .consultation-form input[type="text"],
.row-fluid .consultation-form input[type="email"],
.row-fluid .consultation-form input[type="tel"],
.row-fluid .consultation-form input[type="url"],
.row-fluid .consultation-form select,
.row-fluid .consultation-form textarea { height:90px;  padding:10px 50px; font-size:28px;}
.row-fluid .consultation-form input[type="submit"] { padding:22px 90px; font-size:32px; }

.row-fluid .quiz3c-section form { max-width:500px; }
.row-fluid .quiz3c-section { float:left; width:100%; }
.row-fluid .quiz3c-section input[type="text"],
.row-fluid .quiz3c-section input[type="email"],
.row-fluid .quiz3c-section input[type="url"],
.row-fluid .quiz3c-section input[type="tel"],
.row-fluid .quiz3c-section select,
.row-fluid .quiz3c-section textarea { background:#ecf7fb; height:70px; padding:10px 40px; border-color:#d5e9f3; font-size:23px;  }
.row-fluid .quiz3c-section input[type="submit"] {  padding:15px 70px; font-size:26px;  }
.row-fluid .quiz3c-section .hs-form .hs-form-field { padding: 0 0 25px;  }

}


@media (max-width:1040px) and (min-width:991px){
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li { padding-left:12px !important; }
    .row-fluid .logo img { width: 230px !important;}
    .row-fluid .mainmenu { padding-left:30px !important; }
}

@media (min-width:992px) { 
        .container, .row-fluid .container[class*="span"] { width:970px; } 
        .post-data .slider1, .post-data .slider2, .post-data .slider3 { width: 970px; margin: 0 auto; } 
        
    span.child-triggerm {display: inline-block; background:url(https://2588560.fs1.hubspotusercontent-na1.net/hubfs/2588560/Horizon-2017/Image/arrow.png) no-repeat center; -webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-o-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);; position:absolute; top:50%; right:0;  margin-left:10px; width:14px; height:6px; }  
  .row-fluid .mainmenu .hs-menu-wrapper { display: block !important; }
   .row-fluid .mainmenu .hs-menu-wrapper > ul > li { padding-left:12px; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:link, .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited { font-size:14px;  }
.row-fluid .mainmenu { padding-left:10px; }

.row-fluid .mainmenu  { padding-left:110px; }
    .row-fluid .mainmenu ul > li > ul { text-align:left; padding:18px; box-sizing:border-box; border:1px solid #cccccc; background:#ffffff; float:left; width:220px; position:relative; top:85px;  }
    .row-fluid .mainmenu ul > li > ul:before { content:""; bottom:100%; left:0; width:100%; height:20px; background:transparent; position:absolute;   }
    /*.row-fluid .mainmenu .hs-menu-wrapper > ul > li > ul:before { position:absolute; content:''; left:20px; top:-20px; width:0; height:0; border-left:20px solid transparent; border-right:20px solid transparent; border-bottom:20px solid #00335e; }*/
    .row-fluid .mainmenu ul > li > ul > li { line-height:0; margin:0 0 0px;   }
    .row-fluid .mainmenu ul > li > ul > li:last-child { border-bottom:0; }
    .row-fluid .mainmenu ul > li > ul > li > a { font-size:14px; font-family: 'Seravek-Light'; color:#464646; text-transform:none; padding:10px; line-height:18px; white-space:normal !important; text-transform: uppercase;}
    .row-fluid .mainmenu ul > li > ul > li > a:hover { text-indent:4px; }
    
    
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li { padding-left:20px; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li:first-child { padding-left:0; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a { padding:20px 0 !important; color:#464646; font-size:25px; text-transform:uppercase; color:#464646; font-family: 'Seravek-Medium';  }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a { padding:20px  0 !important; color:#fff;  border-bottom:4px solid transparent; position:relative; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li.hs-item-has-children > a { padding-right:20px !important; } 
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li:hover a { border-color:#b7e2f1; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:before { bottom: -15px; content: ""; border:5px solid transparent; border-width:6px 10px;  display: inline-block; left: 50%; position: absolute; -webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-o-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);;   }
    a.mobile-trigger { display:none; }
   .row-fluid .mainmenu .hs-menu-wrapper > ul > li:hover a:before { border-top-color:#b7e2f1;  } 
   
   .row-fluid .logo, .row-fluid .row-fluid .mainmenu { float:none; display:inline-block; vertical-align:middle; margin-left:0; margin-right:-4px; width:auto; }
.row-fluid .mainmenu ul { float:right; padding:0; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:link , .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited { /*padding:21px 30px 21px 30px;*/ font-size:16px; line-height:28px; text-transform:uppercase; font-weight:500; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li:last-child a { padding-right:0; }


.row-fluid .Schedule-form fieldset.form-columns-3,
.row-fluid .Schedule-form fieldset.form-columns-3 + div { float:none; display:inline-block; vertical-align:top;  }
.row-fluid .Schedule-form fieldset.form-columns-3 { width:80%; }
.row-fluid .Schedule-form fieldset.form-columns-3 + div { width:20%; }
.row-fluid .Schedule-form  input[type="submit"] { width: 50%; }

}





@media (min-width:1200px) { 
    .container, .row-fluid .container[class*="span"] { width:1170px; } 
    .post-data .slider1, .post-data .slider2, .post-data .slider3 { width: 1170px; margin: 0 auto; } 
    .row-fluid .top-link ul li { margin-right:10px; }
    
}


@media (min-width:993px) and (max-width: 1300px){ 
    .row-fluid .logo img { width:260px !important;  }
    .row-fluid .mainmenu {  padding-left:30px;}
    .row-fluid .top-link ul li a { padding:15px 10px; }
}

@media (min-width:1620px) { 
    .container, .row-fluid .container[class*="span"] { width:1600px; } 
    .post-data .slider1, .post-data .slider2, .post-data .slider3 { width: 1600px; margin: 0 auto; } 
    
    .row-fluid .hero-slider { padding:60px 0 420px; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a { font-size:25px !important; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li.hs-item-has-children > a { padding:20px 30px 20px 0 !important; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li { padding-left:30px; }
    .row-fluid .wrapper2 { float:none; margin:0 auto !important; width:1720px; max-width:100%;   } 
    .row-fluid .hero-section { background-size:cover !important; }
    .row-fluid .left-content { padding-right:190px; }
    
    .row-fluid .quiz3c-section .consultation-form,
    .row-fluid .quiz-pagination ,
    .row-fluid .quiz3c-title{ padding-left:170px; }
    
}


@media (min-width: 992px) and (max-width: 1240px){

    .row-fluid .wrapper {  width:920px; }
    .row-fluid .hero-slider-box { width:900px; }
   .row-fluid .hero-slider-box { font-size:22px; line-height:30px; }
   .row-fluid .hero-slider-box h4 { font-size:32px; line-height:40px; margin:0 0 10px;   }
   
   .row-fluid .hero-slider-box .white-btn { margin-top:20px; }
   .row-fluid .white-btn a,
   .row-fluid a.white-btn ,
   .row-fluid .transparent-btn a, 
   .row-fluid a.transparent-btn,
   .row-fluid .blue-btn a,
   .row-fluid a.blue-btn { font-size:16px; }
   
   .row-fluid .hero-slider { padding:30px 0 360px; }
   .row-fluid .helping-content { margin-left:1.7%; }
   
   .row-fluid .list-style ul  { padding-bottom:20px; }
   .row-fluid .list-style ul li { padding-left:20px; font-size:20px; margin:0 0 20px;  }
   .row-fluid .helping-section .title-text { padding:30px 0; }
   .row-fluid .helping-section .title-text {  font-size:32px; line-height:38px; }
    
    .row-fluid .lasik-image {  margin-top: 40px;} 
    .row-fluid .lasik-box .title-text h4 { font-size:30px; line-height:40px; padding:0 0 15px;  }
    
    .row-fluid .lasik-box { font-size:24px; line-height:30px;  }
    .row-fluid .lasik-content2 strong { font-size:24px; line-height:30px;  }
    .row-fluid .lasik-content2 { font-size:20px; line-height:24px;  }
    .row-fluid .lasik-content1, .row-fluid .lasik-content2 { padding:60px 30px; }
    .row-fluid .lasik-image img { width:240px !important; }
    .row-fluid .video-text { font-size:16px; line-height:22px;   }
    .row-fluid .video-text strong { font-size:14px; }
    .row-fluid .video-box { height:440px; }
    
    .row-fluid .patient-text { font-size:24px; line-height:30px; margin-left:0 !important; padding-top:30px;  }
    .row-fluid .team-image { margin-left:1.5%; }
    .row-fluid .patient-satisfaction-content h4 { font-size:30px; line-height:40px;  }
    .row-fluid .team-image img { width:440px !important;  }
    
    .row-fluid .team-content { padding-bottom:60px; }
    .row-fluid .team-hover { padding:40px 20px; }
    
   
.row-fluid .top-link ul li a { font-size:14px; padding:10px; }
.row-fluid .list-style .title-text h4 { font-size:30px; line-height:34px;  }
.row-fluid .lasik-box .title-text h4 { font-size:24px; line-height:30px;  }
.row-fluid .lasik-image { margin-left:-32px; }
.row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:link, .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited { font-size:14px !important; }

.row-fluid .option-text { padding-left:70px; }

/*==================
# lasik Page
==================*/    

.row-fluid .inner-section h2 { font-size:40px; }
.row-fluid .inner-section .left-content p { margin:0 0 20px; }
.row-fluid .left-content { padding-left:65px; }

.row-fluid .step-box::after {width:70px; background-position:right center; }
.row-fluid .step-box,
.row-fluid .step-box:nth-child(1) { padding-left:40px; padding-right:15px;  }

.row-fluid .about-section h4 { font-size:24px; margin:0 0 15px; } 
.row-fluid .about-right strong { font-size:20px; }

.row-fluid .step-num strong { font-size:36px; line-height:40px;  }

.row-fluid .quiz3c-left h3  { font-size:50px; line-height:50px;  }
.row-fluid .quiz3c-left h3 span { font-size:100px; line-height:100px;  }
    
}

@media (min-width: 768px) and (max-width: 991px){

    .row-fluid .wrapper {  width:720px; }
    
    .row-fluid .video-box { height:360px; }
    
    .row-fluid .lens-type-container > span > div { width:32%; margin-right:2%; }
    .row-fluid .option-text { padding-left:40px; }
    
.row-fluid .contact-section .hs-form .hs-form-field { padding:0 0 25px; }
.row-fluid .consultation-form input[type="submit"] { font-size:24px; padding:15px 24px; font-size:24px;   }
.row-fluid .consultation-form input[type="text"],
.row-fluid .consultation-form input[type="email"],
.row-fluid .consultation-form input[type="tel"],
.row-fluid .consultation-form input[type="url"],
.row-fluid .consultation-form select,
.row-fluid .consultation-form textarea {font-size: 20px;height: 68px;padding: 10px 30px;}


}

@media (max-width:480px){
.row-fluid .vision-section fieldset.form-columns-2 .input { margin-right:0; }     
body .row-fluid .inner-right, body .row-fluid .inner-left { padding: 40px 20px !important;}

.row-fluid .consultation-form fieldset.form-columns-2 .input { margin-right:0; }
    
}



@media (max-width:500px){
    .row-fluid .service-container > span > div {width:100% !important; padding:10px 0 !important; } 
     .row-fluid .team-container > span > div { width:100% !important; margin:0 0 10px !important;  }  
    .row-fluid .team-container > span > div, 
    .row-fluid .team-container > span > div:nth-child(4n),
    .row-fluid .team-container > span > div:nth-child(2n) { margin-right:0; }
    
    .row-fluid .hero-slider-box h4 { font-size:26px !important; }
    .row-fluid .service-section .blue-btn a { padding:15px 30px; }
    
    .row-fluid .lasik-box ,
    .row-fluid .lasik-content1,
    .row-fluid .lasik-content2 { text-align:center; }
    .row-fluid .vision-title h2 br { display:none; }
    
    .row-fluid .title-box,
    .row-fluid .title-box-right { text-align:center; }
    
    .row-fluid .vision-section input[type="text"],
.row-fluid .vision-section input[type="email"],
.row-fluid .vision-section input[type="tel"] { color:#464646; font-size:14px; font-family: 'Seravek'; width:100% !important;  } 

.row-fluid .video-text { font-size:14px; padding:20px 10px; }
.row-fluid .get-section datalist { width:100% !important; margin:10px 0 !important; }

.row-fluid .post-item .post-body ,
.row-fluid .post-item .hs-featured-image-wrapper { width:100% ;  padding:0; }
.row-fluid .post-item .post-body { margin-top:20px; }
    

}

@media (min-width: 768px) and (max-width: 1200px){
    
    h1 { font-size:44px; line-height:54px; }
    h2 { font-size:26px; line-height:36px; }
    h3 { font-size:24px; line-height:34px; }
    h4 { font-size:28px; line-height:34px; }
    h5 { font-size:24px; line-height:30px; }
    h6 { font-size:20px; line-height:26px; }
    
}

@media (min-width: 30px) and (max-width: 767px){
    
    h1 { font-size:36px; line-height:46px; }
    h2 { font-size:26px; line-height:36px; }
    h3 { font-size:24px; line-height:34px; }
    h4 { font-size:28px; line-height:34px; }
    h5 { font-size:24px; line-height:30px; }
    h6 { font-size:20px; line-height:26px; }
    
    .row-fluid .wrapper { width:100%; padding:0 20px; float:left !important; }
    
    /* Top */
    .mobile-open a.mobile-trigger i, .mobile-open a.mobile-trigger i:before, .mobile-open a.mobile-trigger i:after { background:#fff; }
    .row-fluid .top a.search-button { display:none; }
    .row-fluid .top .toplinks a:first-child { margin:0; border-right:1px solid #b7b7b7; }
    .row-fluid .top .toplinks a { float:left; width:50%; text-align:center; background:#1e69ac; color:#fff; text-transform:capitalize; border:0; padding:5px 0; line-height:20px; }
    .row-fluid .top .toplinks a:hover { background:#104a90; }
    .row-fluid .top-linksec .wrapper { padding:0; }
    .row-fluid .logo { max-width:220px; }
    .row-fluid .logomenu-box { padding:25px 0 15px; }
    .row-fluid .top-linksec { border:0; }
    
    /* Mainmenu */
     /*.row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:link, .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:visited { color:#fff; font-weight:bold; font-size:16px; line-height:20px; padding:15px 8px 15px 50px; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a:hover { color:#92439a; } 
    .row-fluid .mainmenu ul { float:none; }
    .row-fluid .mainmenu ul > li > ul > li > a { font-size:14px; line-height:18px; font-weight:400; padding:8px 8px 8px 50px; text-indent:0; }
    .row-fluid .mainmenu ul > li > ul > li:hover { background:transparent; }
    .row-fluid .mainmenu ul > li > ul > li > a:hover { background:transparent; color:#92439a; }
    .row-fluid .mainmenu ul > li > ul > li { border:0; }
    .row-fluid .mainmenu ul > li > ul > li:hover { background:#fff; }
    
    .row-fluid .mainmenu.js-enabled .hs-menu-flow-horizontal { left:auto; right:-100%; top:108px; padding:0; -webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;; width:0; }
    .mobile-open .mainmenu.js-enabled .hs-menu-flow-horizontal { right:0; top:108px; -webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;; width:80%;  }
    .mainmenu .hs-menu-flow-horizontal ul li:first-child { border-top:0; }
    span.child-triggerm span { display:none !important; }
    span.child-triggerm:before { content:"\f105"; font-family:"Fontawesome"; font-size:26px; left:25px; top:10px; position:absolute; -webkit-transition: all .400s ease;
-moz-transition: all .400s ease;
-o-transition: all .400s ease;
-ms-transition: all .400s ease;
transition: all .400s ease;; }
    span.child-triggerm.child-open:before { -moz-transform:rotate(90deg); -webkit-transform:rotate(90deg); -o-transform:rotate(90deg); -ms-transform:rotate(90deg); transform:rotate(90deg);  }
   .row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li { float:left !important; }	*/


.row-fluid .lasik-box ,
.row-fluid .lasik-box .title-text h4,
.row-fluid .lasik-content2 strong { font-size:24px; line-height:30px;  }
.row-fluid .lasik-content1 img { margin-bottom:20px; }
.row-fluid .lasik-content2 { font-size:20px; line-height:24px;  }
.row-fluid .lasik-content1, .row-fluid .lasik-content2 { text-align:center; }
.row-fluid .lasik-box .title-text h4 { padding:0 0 20px; }
.row-fluid .lasik-image { margin:10px 0 10px -30px; }
.row-fluid .lasik-box .white-btn a { margin-top:15px; }

.row-fluid .post-box  { width:100%;   }
.row-fluid .rss-box .post-content {
    margin-bottom: 22px !important;
}
.row-fluid .patient-satisfaction-content h4 { font-size:28px !important; }

.row-fluid .refractive-box { text-align:center;   } 
.row-fluid .refractive-image { margin:0 0 20px; }
.row-fluid .candidate-container { text-align:center; }
.row-fluid .candidate-container > span > div { float:none; display:inline-block;  vertical-align:top; padding:10px 0 !important; width:400px; max-width:100%;  }
.row-fluid .candidate-image { margin:0 0 15px; }

.row-fluid .about-section { text-align:center; }
.row-fluid .vision-section.inner-vision .vision-form { padding:10px 0 0 !important; } 
.row-fluid .our-client .video-text { padding:15px; }
.row-fluid .inner-right, .row-fluid .inner-left { padding:20px !important; }

.row-fluid .step-box::after,
.row-fluid .step-box::before { display:none !important; } 
.row-fluid .lens-type-container > span > div { width:100%; margin:10px 0 !important; }
.row-fluid .get-section datalist { font-size:18px; line-height:24px; width:300px; padding:20px;   }

.row-fluid .image-cta { text-align:center; }
.row-fluid .blog-left { padding-right:0 !important; border:none; }
.row-fluid .sidebar { padding:40px 0 0; }
.row-fluid .sidebar-box { margin:0 0 20px; }
.row-fluid .blog-page { padding:60px 0 40px !important; }

.row-fluid .option-text { padding-left:20px; }
.row-fluid .inner-banner h2 { font-size:42px; line-height:50px;  }

.row-fluid .quiz-title h3,
.row-fluid .consultation-form h3 { font-size:26px !important; line-height:40px; }
.row-fluid .quiz-title h3 br { display:none; }
.row-fluid .quiz-section .btn-style a { font-size:20px !important; }

.row-fluid .quiz3c-left, .row-fluid .quiz3c-right { width:100% !important; padding:0 !important; }
.row-fluid .quiz3c-left h3 ,
.row-fluid .quiz-pagination{ padding:40px 0 !important; text-align:center;  }

.row-fluid .quiz-pagination { text-align:center; }
.row-fluid .quiz-pagination a { margin:5px 0; display:block; }
}

@media (max-width: 991px){
    .row-fluid .mainmenu .hs-menu-wrapper >  ul >  li > a { line-height:45px !important; }
.row-fluid .top { display:none; }
.row-fluid .hero-slider { padding:30px 20px 400px; }
.row-fluid .logo { text-align:left; float:left; width:100%; }
.row-fluid .hero-slider .slick-arrow { display:none !important; }
.row-fluid .hero-slider-box .white-btn { margin-top:15px; }

.row-fluid .hero-slider-box { font-size:22px; line-height:30px;  }
.row-fluid .hero-slider-box h4 { font-size:28px; line-height:32px;  }

 .row-fluid .hero-slider-box .white-btn { margin-top:20px; }
   .row-fluid .white-btn a,
   .row-fluid a.white-btn ,
   .row-fluid .transparent-btn a, 
   .row-fluid a.transparent-btn,
   .row-fluid .blue-btn a,
   .row-fluid a.blue-btn { font-size:14px; line-height:20px; padding:12px 25px;  }
   
   .row-fluid .book-appointment-text { padding-right:0; }
   .row-fluid .book-appointment-button { margin-top:30px; }
   .row-fluid .book-appointment .transparent-btn a { width:240px; }
   
   .row-fluid .helping-image, .row-fluid .helping-content { width:100%; vertical-align:top; margin:0; }
   .row-fluid .helping-image { text-align:left;  }
   .row-fluid .helping-section .title-text { padding:30px 0 20px; font-size:24px; line-height:30px;    }
   .row-fluid .list-style ul { padding-bottom:20px; }
   .row-fluid .list-style ul li { font-size:18px; line-height:24px; margin:0 0 15px;  }
   
   .row-fluid .service-container > span > div { float:left; width:50%; padding:10px; box-sizing:border-box;  }
   .row-fluid .lasik-box,
   .row-fluid .video-box,
   .row-fluid .team-image, 
   .row-fluid .team-content { width:100%; }
   .row-fluid .video-text { padding:20px; }
   .row-fluid .video-text > div { max-width:100%; float:left;  }
   
   .row-fluid .video-box { height:420px; }
   .row-fluid .video-text { font-size:16px; line-height:24px;  }
   .row-fluid .video-text strong { font-size:14px; }
   
   .row-fluid .service-section { padding:50px 0; }
   .row-fluid .lasik-content1, .row-fluid .lasik-content2 { padding:50px 20px; }
   .row-fluid .lasik-box:nth-child(1),
   .row-fluid .video-box:nth-child(1) { border-right:none; }
   .row-fluid .lasik-box:nth-child(2),
   .row-fluid .video-box:nth-child(2) { border-left:none; }
   
   .row-fluid .patient-text { margin-left:0 !important; padding:30px 0 0;  }
   .row-fluid .team-content { padding-bottom:30px; }
   .row-fluid .team-image { margin:0; text-align:center;  }
   .row-fluid .team-image  img { width:330px !important; }
   
   .row-fluid .patient-satisfaction-logo  { text-align:center; }
   .row-fluid .patient-satisfaction-content { text-align:left; padding-left:20px; }
   .row-fluid .patient-satisfaction-content h4 { font-size:30px; line-height:40px;  }
   .row-fluid .patient-text { text-align:center; font-size:24px; line-height:30px;  }
   
   .row-fluid .lasik-box .title-text h4 { font-size:30px; }
   .row-fluid .team-container > span > div,
   .row-fluid .team-container > span > div:nth-child(4n) { width:49%; margin-right:1%; }
    .row-fluid .team-container > span > div:nth-child(2n) { margin-right:0; }
    .row-fluid .team-section { padding:50px 0; }
    
    .row-fluid .rss-section { padding:50px 0; }
    .row-fluid .vision-title h2 { font-size:36px; line-height:40px;  }
    .row-fluid .vision-section { padding:50px 0; }
    
    .row-fluid .book-appointment-text h4,
    .row-fluid .list-style .title-text h4 { font-size:24px; line-height:30px;  }
    .row-fluid .service-section .page-title { padding:0 0 20px; }
    .row-fluid .page-title h3 { font-size:30px; }
    
    .row-fluid .main-header { padding:25px 20px; }
    
    .row-fluid .mainmenu.js-enabled .hs-menu-flow-horizontal { top:30px; }
    
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li img { display:none; }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li a + a { border-top:1px dotted rgba(255, 255, 255, 0.35); }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li { font-size:0; }
    
    .row-fluid .list-style ul { float:none; display:inline-block; vertical-align:top; width:600px; max-width:100%;  }
    .row-fluid .mainmenu .hs-menu-wrapper > ul > li > a { box-sizing:border-box;  }
    
    
    
    .row-fluid .inner-left,
    .row-fluid .inner-right { width:100%; height:auto !important;  }
    
    .row-fluid .video-container { padding:0; }
    .row-fluid .left-content { position:static; padding:0 !important; -webkit-transform: inherit;
-moz-transform: inherit;
-o-transform: inherit;
-ms-transform: inherit;
transform: inherit;;   }
    .row-fluid .left-content  > div { position:relative; }
    .row-fluid .inner-right,
    .row-fluid .inner-left { padding:40px !important;  }
    
    .row-fluid .inner-section h2 { font-size:36px; line-height:40px; margin:0;  }
    .row-fluid .inner-right .inner-video { display:block; margin:25px auto auto; max-width:100%;  }
    
    .row-fluid .lasik-content, 
    .row-fluid .lasik-video { float:left; width:100%; margin:0;  } 
    .row-fluid .lasik-video { text-align:center; margin-top:25px;  }
    .row-fluid .refractive-content { padding:0 0 20px; }
    
    .row-fluid .get-section { padding:60px 0; }
    .row-fluid .refractive-section { padding:0px; }
    
    .row-fluid .candidate-section { background-size:cover !important; padding:60px 0;  }
    .row-fluid .candidate-title h4 { font-size:22px; padding: 0 0 15px;  }
    .row-fluid .get-section h4 { font-size:22px; }
    .row-fluid .candidate-content { font-size:18px; line-height:24px;  }
    .row-fluid .candidate-section .white-btn a { margin-top:20px; }
    
    .row-fluid .option-box { padding:30px 0; }
    .row-fluid .option-box .option-title,
    .row-fluid .option-box p { padding:0 0 20px; }
   .row-fluid .get-section.get-section2  { padding:30px 0; }
   
   .row-fluid .surgery-section { padding:50px 0;  }
   
   .row-fluid .expect-left,
   .row-fluid .expect-right { float:left; width:100%; margin:0;  }
   .row-fluid .surgery-section .get-section h4 { margin:0 0 20px; }
   
   .row-fluid .step-box { float:none; display:block; width:300px; max-width:100%; margin:0 auto !important; padding-left:50px;  }
   .row-fluid .step-box:last-child::before, .row-fluid .step-box:last-child::after { display:block; }
   .row-fluid .step-num { text-align:left; padding:0; }
   
   .row-fluid .our-client .video-box { border:none; margin:10px 0; }
   .row-fluid .our-client ,
   .row-fluid .about-section { padding:60px 0; }
   
   .row-fluid .about-left,
   .row-fluid .about-right { float:left; width:100%; margin:0; padding:30px 0; border:none; }
   .row-fluid .about-left br { display:none;  }
   .row-fluid .about-section .white-btn a { margin-top:20px; }
   .row-fluid .our-client, .row-fluid .about-section { padding:30px 0;  }
     .row-fluid .page-title.sub-title { margin:0; }
     .row-fluid .vision-section.inner-vision .vision-form { padding-left:30px;  }
     
     .row-fluid .vision-section p { margin:0 0 15px; }  
     
     .row-fluid .about-section h4 ,
     .row-fluid .about-right strong { font-size:24px;  }
     
     .row-fluid .step-text { height:auto; overflow:visible; }
     
    .row-fluid .cataract-surgery { margin-top:40px; padding-top:40px; }
    .row-fluid .cataract-surgery .list-style { padding:20px 0 0; }
    
    .row-fluid .get-section.cataract-types { padding:50px 0; }
    .row-fluid .cataract-title h4,
    .row-fluid .line-title { margin:0 0 20px; }
    .row-fluid .line-title h4 span { font-size:18px; }
    .row-fluid  .cataract-types-container .lasik-content h4  { margin-top:20px; text-align:center;  }
    
    .cataracts-page .row-fluid .rss-box { margin:0; }
    .cataracts-page .row-fluid .post-box { width:100%; }
    
    .cataracts-page .our-client h3 { padding-top:30px; }
    .row-fluid .lens-type-section { padding-top:40px; }
    
        .row-fluid .inner-left::after { display:none; } 
        
        .row-fluid .sidebar { padding-left:0; }
        .row-fluid .blog-left { padding-right:20px; }
        .row-fluid .post-header h2, .row-fluid .post-header h2 a { font-size:20px; line-height:24px;  }
        .row-fluid .blog-page { padding:60px 0; }
        .row-fluid .sidebar-box { padding:20px; }
        .row-fluid .info-box > div { width:100%; margin:0; }
        .row-fluid .info-box { margin-top:10px; }
        .row-fluid .post-body { font-size:14px; line-height:20px;  }
        .row-fluid .post-item .hs-featured-image-wrapper a { height:170px; }
        .row-fluid .date { font-size:14px; }
        
        .row-fluid .blog-cta { font-size:24px; line-height:30px; padding:30px 15px;  }
        .row-fluid .blog-cta a { margin:15px 0 0 ; }
        .row-fluid .blog-pagination { margin-top:40px; }
        .row-fluid .more-link { float:left; fontl-size:14px; margin-top:10px; }
        
.row-fluid .blog-cta { margin:30px 0; }
.hs-blog-post .row-fluid .post-header h2 { font-size:24px; line-height:30px;  }
.hs-blog-post .row-fluid .post-header { padding:30px 0 0; }

.row-fluid .post-body iframe { margin:10px 0; }
.hs-blog-post .row-fluid .back-to-blog a { padding-bottom:20px; }

.row-fluid .inner-banner,
.row-fluid .quiz-section { padding:60px 0;  }

.row-fluid .quiz-title h3 { font-size:30px; line-height:40px;  }
.row-fluid .quiz-title { margin:0 0 30px; }
.row-fluid .quiz-section iframe { height:300px; }

.row-fluid .quiz-section .btn-style  {  margin-top:30px; }
.row-fluid .quiz-section .btn-style a { font-size:24px; padding:15px 24px; font-size:24px;  }

.row-fluid .contact-section { padding:60px 0; }
.row-fluid .consultation-form h3 { font-size:30px; margin:0 0 25px; }

.row-fluid .quiz3c-left h3 { font-size:40px; line-height:40px; padding-top:50px; padding-right:50px;   }
.row-fluid .quiz3c-left h3 span {font-size: 80px;line-height: 80px;}
.row-fluid .quiz3c-title { padding:40px 40px 40px 50px; }
.row-fluid .quiz-pagination { padding:60px 0 60px 50px; }

.row-fluid .quiz3c-section .consultation-form { padding:40px; }
.row-fluid .quiz3c-section form { max-width:100%; }


    }

@media (max-width: 991px){

  /* Variables
     ========================================================================== */

     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */




  /* Menu Reset - Remove styling from desktop version of custom-menu-primary */
  /* Place any additional CSS you want removed from the mobile menu in this reset */
  .mainmenu, .mainmenu *{
    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;
    }


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

  a.mobile-trigger {
      display: inline-block !important; /* Hide button on Desktop */
      cursor: pointer; /* Mouse pointer type on hover */
      position: absolute; /*******************************************/
      top: 30px;          /* Position Button at top right of screen  */
      right: 20px;        /*******************************************/
      width: 43px; /* Button width */
      height: auto; /* Button height */      
      padding: 12px 10px;
      z-index: 99999999999; /* Z-index to keep button on top of other layers */
      -webkit-transition: background-color 0.2s linear; /* Button color transition effect */
      font-size: 16px;
      font-weight: normal;
      text-align: left;
      text-transform: uppercase;
      border-radius: 6px;
      -webkit-transition:color .2s ease-in; 
      -moz-transition:color .2s ease-in;
      transition:color .2s ease-in;
      background:#b7e2f1;
  }

  a.mobile-trigger:hover {
      text-decoration: none; /* Removes link text underline on button */
      color: #ccc;
  }

  a.mobile-trigger span{
      display: inline;
  }

  a.mobile-trigger span:before{
      position: absolute;
      content: 'Menu'; /* Change the text on the closed toggle button */
  }

  a.mobile-trigger span:after{
      position: relative;
      right: 2px;
      content: 'Close'; /* Change the text on the open toggle button */
      background-color: #ee7b2e;
      opacity: 0;
      transition: opacity .4s ease-in-out;
      -moz-transition: opacity .4s ease-in-out;
      -webkit-transition: opacity .4s ease-in-out; 
  }

  /* Change button when menu is open */
  .mobile-open a.mobile-trigger{
      -webkit-transition:background-color 0.2s linear; /* Button color transition effect */
      -moz-transition:background-color 0.2s linear; /* Button color transition effect */
      transition:background-color 0.2s linear; /* Button color transition effect */
      background: transparent; /* Changes button background to be slightly darker than open menu color */  
  }

  .mobile-open a.mobile-trigger span:after{
     opacity: 1; 
  }


  /* Toggle Button Icon & Animations
     ========================================================================== */

  a.mobile-trigger i {
      display: inline;
      position: relative;
      top: -2px;
      margin-left: 0;
      -webkit-transition-duration: 0s;
      -webkit-transition-delay: .2s;
      -moz-transition-duration: 0s;
      -moz-transition-delay: .2s;
      transition-duration: 0s;
      transition-delay: .2s;
  }
  a.mobile-trigger  i:before, a.mobile-trigger i:after {
      position: absolute;
      content: '';
  }
  a.mobile-trigger  i, a.mobile-trigger  i:before, a.mobile-trigger  i:after {
      width: 24px; /* Icon line width */
      height: 3px; /* Icon line height */
      background-color: #fff; /* Icon color */
      display: inline-block;
  }
  a.mobile-trigger  i:before {
      margin-top: -8px; /* Position top line */
      -webkit-transition-property: margin, -webkit-transform;
      -webkit-transition-duration: .2s;
      -webkit-transition-delay: .2s, 0;
  }
  a.mobile-trigger  i:after {
      margin-top: 8px; /* Position bottom line */
      -webkit-transition-property: margin, -webkit-transform;
      -webkit-transition-duration: .2s;
      -webkit-transition-delay: .2s, 0;
  }
  .mobile-open a.mobile-trigger i {
      background-color: rgba(0,0,0,0.0);
      -webkit-transition-delay: .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  .mobile-open a.mobile-trigger i:before {
      margin-top: 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transition-delay: 0, .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }
  .mobile-open a.mobile-trigger i:after {
      margin-top: 0;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transition-delay: 0, .2s;
      -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
      -moz-box-shadow:    0px 1px 1px rgba(0, 0, 0, 0);
      box-shadow:         0px 1px 1px rgba(0, 0, 0, 0);
  }

  /* Child Toggle Button
     ========================================================================== */

  span.child-triggerm {
      display: block !important; /* Hide button on Desktop */
      cursor: pointer; /* Mouse pointer type on hover */
      position: absolute;
      top: 0px;
      right: 0px;
      width: 55px !important; /* Button width */
      min-width: 35px !important;
      height: 45px !important; /* Button height */  
      padding: 0 !important;
      border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  span.child-triggerm:hover {
      text-decoration: none;
  }


  /* Child Toggle Button Icon & Animations
     ========================================================================== */

  span.child-triggerm span {
      position: relative;
      top: 50%; /* Centers icon inside button */
      margin: 0 auto !important;
      -webkit-transition-duration: .2s;
      -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  span.child-triggerm span:after {
      position: absolute;
      content: '';
  }
  span.child-triggerm span, span.child-triggerm span:after {
      width: 10px; /* Icon line width */
      height: 1px; /* Icon line height */
      background-color: #fff; /* Icon color */
      display: block;
  }
  
  .row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li:hover span.child-triggerm span, .row-fluid .mainmenu .hs-menu-flow-horizontal > ul > li:hover span.child-triggerm span:after { background-color: #fff; }
  
  span.child-triggerm span:after {
      -webkit-transform: rotate(-90deg);
       -ms-transform: rotate(-90deg);
      transform: rotate(-90deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  span.child-triggerm.child-open span:after {
      -webkit-transform: rotate(-180deg);
       -ms-transform: rotate(-180deg);
      transform: rotate(-180deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }
  span.child-triggerm.child-open span {
      -webkit-transform: rotate(180deg);
       -ms-transform: rotate(180deg);
      transform: rotate(180deg);
       -webkit-transition-duration: .2s;
       -moz-transition-duration: .2s;
      transition-duration: .2s;
  }

    
  /* Menu Styles on Mobile Devices
     ========================================================================== */  


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

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

  /* Mobile Menu Styles */
  .mainmenu.js-enabled .hs-menu-flow-horizontal{
      position: absolute; /**************************************************************/
      top: 0;             /* Positions the menu to drop from the very top of the screen */
      left: 0px;          /**************************************************************/                                              
      width: 100%;   
      -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.65);
      -moz-box-shadow:    0px 5px 5px 0px rgba(0, 0, 0, 0.65);
      box-shadow:         0px 5px 5px 0px rgba(0, 0, 0, 0.65); 
  }
  .mainmenu .hs-menu-flow-horizontal{
      padding: 40px 0 0 0; /* Padding to add room for close button */
      background-color: #ee7b2e; /* Menu background color set off global mobile-menuColor variable */
      width: 100%; /* Full screen width */
      z-index: 8888;
  }

   /* Level 1 Menu List Styles */
  .mainmenu .hs-menu-flow-horizontal > ul > li{
      position: relative;
   }
  .mainmenu .hs-menu-flow-horizontal > ul > li a{
      font-size: 22px; /* Font size of top level list items */
      line-height: 45px;
      overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .mainmenu .hs-menu-flow-horizontal ul li{
      border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
  }
  .mainmenu .hs-menu-flow-horizontal ul li a{
      padding: 0 10px;
  }
  .mainmenu .hs-menu-flow-horizontal ul li a:hover{
      color: #ccc; /* link hover color set by global mobile-aColorHover variable */
  }

  /* Level 2 and Higher Menu List Styles */
  .mainmenu .hs-menu-flow-horizontal > ul ul li{
     background-color: rgba(255, 255, 255, .08);
  }
  .mainmenu .hs-menu-flow-horizontal > 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 */
  .mainmenu .hs-menu-flow-horizontal > ul ul ul li a{
      text-indent: 30px; /* Indent Child lists */
  }
  .mainmenu .hs-menu-flow-horizontal > ul ul ul ul li a{
      text-indent: 50px; /* Indent Child lists */
  }
}




/* ======================================================================
                            UPDATES
====================================================================== */
.refractive-box-link {
    display: none !important;
    height: 0 !important;
}

.post-body ul li {
    list-style: inside disc !important;
    padding-left: 20px;
    clear: both;
}
.footer-block h4 a {
    color: #193958;
}
.footer-block h4 a:hover {
    color: #a8a8a8;
}
.location-text li a {
    color: #193958;
}
.location-text li a:hover {
    color: #193958;
}
.main-content-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
}
body .main-content-wrapper .container {
    padding-left: 12% !important;
    padding-right: 12% !important;
}
@media (min-width: 768px) {
    .set-bg.inner-banner {
        min-height: 500px;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .banner-section-title {
        position: absolute !important;
        left: 0 !important;
        right: 0 !important;
        top: 20% !important;
    }
}
@media (min-width: 1400px) {
    .set-bg.inner-banner {
        min-height: 500px;
    }
    body .main-content-wrapper {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}
@media (min-width: 1980px) {
    .set-bg.inner-banner {
        min-height: 800px;
    }
    .row-fluid .inner-banner h1, .row-fluid .inner-banner h2 {
        font-size: 72px;
        line-height: 88px;
    }
}
@media (max-width: 767px) {
    .row-fluid .inner-banner h1, .row-fluid .inner-banner h2 {
        font-size: 36px;
        line-height: 48px;
    }
    body .main-content-wrapper {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    body .main-content-wrapper .container {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

.row-fluid .hs-blog-social-share .hs-blog-social-share-list {
    margin-left: 0px !important;
}
.row-fluid .hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
    list-style: outside none;
}
.one-column .main-content-wrapper a {
    color: #ee7b2e;
}

.hs-blog-post .post-body a {
    color: #ee7b2e;
}
.hs-blog-post .post-body a:hover {
    text-decoration: underline;
}

@media (min-width: 3000px) {
    
    .set-bg.inner-banner {min-height: 1200px;}
    
}
@media (max-width: 768px){

  .content-above-cal p{
    text-align: center !important;
    width: 100% !important;
    margin:auto !important;
    
    padding: 25px;
}
  
}

/*Cost Calculator Styling*/

.lasik .banner-section-title h2{
 
  text-shadow: none !important; 
  color: #ee7b2e !important;
}
.main-hero-banner{margin-top: -78px;}
.main-hero-banner img{height:650px !important;}
.content-wrapper h2 {position:relative;}
.content-wrapper h2:before {content:"";background: #ee7b2e;position: absolute;top: -5px;left: 0;width: 50px;height: 3px;}
.calculator-wrapper{background:#fff;}
.content-above-cal p{
text-align: center;
    width: 825px;
    margin: 0 auto;
   font-size: 20px;
    padding-top: 25px;
}
.calculator-wrapper h2{text-align:center;color: #000;}
.field-title {font-size: 26px;margin-bottom: 16px;color: #000;text-align:center;font-family: 'Seravek-Medium';}
.input-field {text-align:center;}
.input-field input {font-size: 21px;padding: 10px;text-align: center;margin-bottom: 20px;width: 100%;border: 1px solid #000;font-family: seravek-light;}
.input-field input[type=number] {max-width: 487px;}
.input-field input[type=button] {width: 30% !important;background: #eb6f29;color:#fff;box-shadow: none;border: none;margin: 15px 8px 30px 8px;transition: .55s ease-in-out;border-radius: 30px;border: solid 1px #eb6f29;line-height: 28px;cursor: pointer;}
.input-field input[type=button]:hover, .input-field .active {background: #fff !important;border: solid 1px #eb6f29 !important; color: #eb6f29 !important;transition: .55s ease-in-out;}
.input-field input[type=button]:focus, .input-field .active {background: #fff !important;border: solid 1px #eb6f29 !important;color: #eb6f29;transition: .55s ease-in-out;}

.result {max-width: 800px;margin: 20px auto;}
.result .glassescost {margin-left: 20px;}
.result .averagecost, .result .glassescost {border: solid 1px #000;padding: 10px;width: 48.5%;float: left;color: #000;text-align: center;font-weight: 700;text-shadow: none;background: #fff;}
.result .averagecost p, .result .glassescost p{border-bottom: solid 1px #000;margin: 0;padding: 10px 0;font-size: 20px;font-family: seravek-light;}
.result .averagecost span, .result .glassescost span {margin: 20px 0 10px;display: block;color:#ee7b2e;font-size: 20px;font-family: seravek-light;}
.result .averagecost p span {display: inline;color: #000;}
.form-content {max-width: 800px;margin: 15px auto;}
.form-content .right-section {margin-left: 20px;}
.form-content .left-section, .form-content .right-section {width: 48.5%;float: left;color: #000;text-align: center;}
.form-content input[type="submit"] {width:100%;}
.error {border:solid 1px #ee7b2e !important;background:#fff !important;color:#000 !important;}
.cta-button{
    text-align:center;
    margin-top: 50px;
}
.cta-button a{
    border: solid 1px #eb6f29;
    padding: 12px 36px;
    background: #eb6f29;
    font-size: 21px;
    border-radius: 30px;
    font-family: seravek-light;
    color: #fff;
}
.cta-button a:hover{
    border: solid 1px #eb6f29;
    padding: 12px 36px;
    background: #fff;
    font-size: 21px;
    border-radius: 30px;
    font-family: seravek-light;
    color: #eb6f29;
    transition: .55s ease-in-out;
}

.main-video-wrapper{
		width:100%;
		display:inline-block;
	}
	.left-desc-wrapper {
		width:55%;
		float:left; 
	}
	.right-video-wrapper {
		width:40%;
		float:right; 
	}

@media (max-width: 768px) {
  .left-desc-wrapper {
      width:100%;
      float:left; 
    }
    .right-video-wrapper {
      width:100%;
      float:right; 
    }

}

.span12.widget-span.widget-type-cell.top2.main-header {
    background: #193958;
}