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

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700,900|Vollkorn:400,700,900"');
/****************************************/
/* 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    */
/*****************************************/
/* Global General Styles */
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.header-container-wrapper .layout {
  box-shadow: 0px -58px 13px 53px #2b2b2b;
  position: relative;
}

.cta,
.section .header{
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
}

.text {
  font-family: 'Vollkorn', sans-serif;
  font-size: 19px;
  color: #333;
}

.text a {
 color: #1162a2; 
}

.section {
    padding: 18px 22px;
}

.section .row {
  max-width: 1492px !important;             /* This will control all your spacing of all sections inner content.*/
  margin: 0 auto !important;
}

.section .section-header {
  font-size: 14px;             /* Section Header size*/
  color: #183867;
}

.section .row .header {
  font-size: 18px;                   /* Sub Header Sizes*/
  color: #00559e;
}
/* end general */

/* Global button styles  */

.cta-container .cta-button {
  width: 170px;
  margin: 10px auto;
  height: 35px;                /*I think its exactly the same width as the header cta */
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
}

.cta-button a {
  font-size: 14px !important;
  color: #fff !important;
  text-decoration: none !important;
  text-align: center !important;
  padding: 10px 0px !important;
  font-weight: bold !important;
  height: 100% !important;
  min-width: 200px;
  max-width: 60% !important;
  display: block !important;
  border-radius: 2px !important;
  margin: 0 auto;
  margin-bottom: 15px;
}

::placeholder {
  color: #000;
}
/* end button styles*/



/**********************************
***      xs Mobile Styles       ***
**********************************/

/* Global Sections */

.section .cta-button a span {
  font-size: 14px !important;
}

.section .cta-button.cta-one a {
  margin-top: 5px;
}

.section .cta-button.cta-two a {
  margin-bottom: 0;
}

.section .section-header {
  margin: 13px 0 30px 0;
}

.section .img-wrapper .row-fluid {
   display: flex;
   justify-content: center;
}

/* End Global sections */
/* Header */
.header-wrapper {
  border-top: 4px solid #01559d;
}

.header-wrapper .row-fluid .logo {
  margin: 0 auto;
  padding: 16px 0;
  max-width: 184px;
}

.row-fluid .header-cta {
  margin-bottom: 20px;
}

.header-cta a {
  border-radius: 2px !important;
  font-size: 14px !important;
  margin: 0 auto !important;
  display: block !important;
  width: 140px !important;
  padding: 12px 15px !important;
  background: #0c71b9 !important;
  font-family: 'Roboto', sans-serif !important;
  font-weight: bold !important;
}

.section-four .cta-one a {
  background: #0c71b9 !important;
}
.section-four .cta-one a span {
  color: #fff !important;
}
.header-cta a:hover,
.section-one .cta-two a:hover,
.section-four .cta-one a:hover {
  background: #0a5b8c !important;    /*light blue button*/
  transition: .1s linear;
}
                                                                          /* COLOR HOVER ====================------------------------------------------*/

.section-one .cta-one a:hover,
.section-three .cta-one a:hover{
  background: #0f223a !important;   /*dark blue button*/
  transition: .1s linear;
}

.section-three .cta-two a,
.section-four .cta-two a {
  background: #ffc130 !important;
}

.section-three .cta-two a span,
.section-four .cta-two a span {
  color: #000 !important;
}
.section-three .cta-two a:hover,
.section-four .cta-two a:hover {
  background:  #ffd88a !important;   /*yellow button */
  transition: .1s linear;
} 

.form-container .hs-form-required {
  display: none;
}

.form-container label span {
  color: #fff;
  font-weight: 700;
  margin-bottom: 1rem;
  display: block;  
}

.form-container .hs-button:hover {
    background: #ffd88a;
    cursor: pointer;
    transition: .1s linear;
}

.form-container .submitted-message {
  color: #fff;
  font-size: 20px;
  font-family: "Vollkorn",sans-serif;
  padding: 128px 0px;
  font-weight: bold;
}

.form-ap .submitted-message {
  color: #fff;
  font-size: 20px;
  font-family: "Vollkorn",sans-serif;
  padding: 128px 0px;
  font-weight: bold;
}

/* Section 1 */
.section-one {
  	background-image: url('https://info.dixonvalve.com/hubfs/Landing%20Pages/Poultry%20Campaign/Dixon_Sanitary%20Pump%20Assembly%20Table_bright.png');
	  width: 100%;  /*makes image full width */
    height: 100%; /*this sets the image height and is adjustable to suit your purposes*/
    background-position: center center; /*centers the image vertically and horizontally */
    background-repeat: no-repeat; /*keeps background image from repeating in content area */
    background-size: cover; /*scales the image without skewing the ration*/
}

.section-one .row .row-depth-1 > .row-fluid {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section-one .block-wrapper {
  max-width: 415px;
}

.section-one .block-wrapper .header-one{
  font-size: 17px;
  color: #2167a2;
  margin: 25px 0 -8px 0;
}

.section-one .block-wrapper .header-two{
  color: #0f2741;
  margin: 0 0 10px 0;
}

.section-one .block-wrapper .text {
  margin: 0 0 15px 0;
}

.section-one .cta-one .cta-button a{
  background: #193a67;
}

.section-one .img-wrapper {
 margin: -20px 0 0 0; 
}

.section-one .img-wrapper .poultry-logo {
  max-width: 400px;
  min-width: 300px;
}

.section .cta-button.cta-one.cta-bottom a {
  margin-top: 15px;
  width: 250px !important;
  max-width: unset !important;
  padding: 20px 0 !important;
  background: #10202f !important;
}


/* End Section 1 */

/* Section 2 */
.section-two {
  background: #939192;
}

.section-two {
  position: relative;
  z-index: 0;
}

.section-two .triangle {
  background: #9f9f9f;
  position: absolute;
  width: 420px;
  height: 320px;
  z-index: -1;
}

.section-two .triangle.top-left {
  clip-path: polygon(0 47%, 0 0, 100% 0);
  top: 0;
  left: 0;
}

.section-two .triangle.top-left {
      width: 0;
      height: 0;
      border-top: 300px solid #9f9f9f
      border-right: 300px solid transparent;
}

.section-two .triangle.bottom-right {
  clip-path: polygon(0 100%, 100% 47%, 100% 100%);
  bottom: 0;
  right: 0;
}

.section-two .triangle.bottom-right {
      width: 0;
      height: 0;
      border-bottom: 300px solid #9f9f9f;
      border-left: 300px solid transparent;
}

.section-two .section-header {
  color: #fff;
}

.section-two .row .header {
  color: #015399;
  padding-bottom: 10px;
}

.card {
  background: #fff;
  max-width: 285px;
  margin: 12px auto !important;
  padding: 15px;
  box-shadow: 5px 5px 9px grey;
  position: relative;
}

.card:first-child {
  margin: 0 auto 12px auto !important;
}

.card .text,
.card .header {
  position: relative;
  z-index: 2; 
}

.card .background-image {
  background-repeat: no-repeat; /*keeps background image from repeating in content area */
  position: absolute;
  right: 12px;
  width: 40%;
  height: 50%;
  top: 13px;
  z-index: 1;
}

.card.column-1 .background-image {
  background-image: url('https://info.dixonvalve.com/hubfs/Landing%20Pages/Poultry%20Campaign/package_icon.svg');
}

.card.column-2 .background-image {
  background-image: url('https://info.dixonvalve.com/hubfs/Landing%20Pages/Poultry%20Campaign/gear_icon.svg');
}

.card.column-3 .background-image {
  background-image: url('https://info.dixonvalve.com/hubfs/Landing%20Pages/Poultry%20Campaign/tools_icon.svg');
}

/* End Section 2  */


/* Section 3 */
.section-three {
  background: #fff;
}

.section-three .section-header span {
  text-align: center;
}

.section-three .cta-one .cta-button a {
  background: #193a67;
}

.section-three .cta-two .cta-button a {
  background: #ffc130;
  color: #000;
}

.section-three .section-img {
  max-width: 285px;
  box-shadow: 4px 4px 4px #a1a1a1;
}

.section-three .right-column .row-depth-2.row-number-3 > .row-fluid,
.section-three .right-column .row-depth-2.row-number-6 > .row-fluid {
  display: flex;
  justify-content: center;
}

.section-three .item {
  width: 285px;
  margin: 5px 0;
}

/* End Section 3 */

/* Section 4 */
.section-four {
  background: #dbe5ef;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 0;
}

.section-four .triangle {
  background: #cfdcec;
  position: absolute;
  width: 420px;
  height: 320px;
  z-index: -1;
}

.section-four .triangle.top-left {
  clip-path: polygon(0 47%, 0 0, 100% 0);
  top: 0;
  left: 0;
}

.section-four .triangle.top-left {
      width: 0;
      height: 0;
      border-top: 100px solid gray
      border-right: 100px solid transparent;
}

.section-four .triangle.bottom-right {
  clip-path: polygon(0 100%, 100% 47%, 100% 100%);
  bottom: 0;
  right: 0;
}

.section-four .triangle.bottom-right {
      width: 0;
      height: 0;
      border-bottom: 300px solid #cfdcec;
      border-left: 300px solid transparent;
}

.section-four .row-depth-1.row-number-5,
.section-four .row-depth-1.row-number-1 {
  max-width: 285px;
}

.section-four .row {
  background: #fff;
  box-shadow: 4px 4px 4px #d2d2d2;
  margin-bottom: 20px !important;
  padding: 10px 15px;
}

.section-four .bullet-list ul {
  list-style: none;
}

.section-four .bullet-list ul li:before {
  content: '';
  display: inline-block;
  height: 10px;
  width: 7px;
  background-image: url(https://cdn2.hubspot.net/hubfs/3021879/Landing%20Pages/Poultry%20Campaign/arrow_blue.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 5px;
}

.section-four .bullet-list ul li {
 margin-top: 15px; 
}
.section-four .bullet-list ul li:last-child {
  margin-bottom: 10px;

}

.section-four .cta-two .cta-button a{
  background: #ffc130;
  color: #000;
}

.section-four .cta-bottom .cta-container .cta-button {
  width: 220px;
}

.section-four .cta-bottom .cta-container .cta-button a {
  background: #10202f;
}

.section-four .row-2 .row-depth-1.row-number-2 > .row-fluid {         /* Flips the order of the second column so its picture on top and block on bottom.*/
  display: flex;
  flex-direction: column-reverse;
}

/* End Section 4 */

/* Section 5 */

.section-five .column {
 background: #f7f6f2;
 max-width: 452px;
 margin: 0 auto 30px auto !important;
 padding: 15px;
}

.section-five .section-header {
  text-align: center; 
}

.section-five .quote-icon div {
  width: 30px;
  background: #00549d;
  text-align: center;
}
.section-five .quote-icon {
  margin: -15px -15px -5px -15px !important;
}

.section-five .quote {
 font-size: 18px;
 font-weight: bold;
 color: #565656;
 padding: 10px;
}
 
.section-five .quote-icon img {
  width: 30px !important;
  vertical-align: text-bottom !important;
}

.section-five .person-block .row-depth-2.row-number-4 > .row-fluid,
.section-five .person-block .row-depth-2.row-number-10 > .row-fluid {
  display: flex;
  justify-content: end;
  align-items: center;
}

.section-five .person-block .selfie {
  margin-left: auto;
}

.section-five .person-block .selfie img {
  width: 50px !important;
  height: 50px;
  border-radius: 50% !important;
  object-fit: cover;
}

.section-five .person-block .person-info {
  margin: 0 0 -10px 10px;
}

.section-five .person-block .person-info .name{
  margin: 0 0 -12px 0;
}

.section-five .person-block .name, 
.section-five .person-block .role {
  color: #565656;
}

.section-five .person-block .name {
  font-weight: bold;
}

.section-five .person-block .text {
    font-size: 14px;
  }
/* End Section 5 */

/* Section 6 */
.section-six {
  background-image: linear-gradient(to bottom right, #193a67, #0e2843);
  position: relative;
  z-index: 0;
}

.section-six .triangle.bottom-right {
  background:#122438;
  position: absolute;
  width: 100%;
  height: 130%;
  z-index: -1;
  clip-path: polygon(0 100%, 100% 47%, 100% 100%);
  bottom: 0;
  right: 0;
}

.section-six .triangle.bottom-right {
      width: 0;
      height: 0;
      border-bottom: 300px solid #122438;
      border-left: 300px solid transparent;
}

.section-six .section-header {
 color: #fff;
 text-align: center;
 margin: 13px 0 20px 0;
}

.section-six .sub-header {
 color: #fff; 
 font-size: 15px;
}

.form-container {
    min-height: 287px !important;
}

.form-container .input {
  margin: 0 !important;
}

.form-container .hs-input {
  width: 100% !important;
  height: 39px;
  border-radius: 3px;
  border: 1px solid #b0b6bb;
}
.form-container .form-columns-2 .hs-form-field {
  float: none !important;
  width: 100% !important;
}


.form-container .hs_firstname {
  margin-top: 25px;
}

/* .form-container .hs_lastname,
.form-container .hs_email,
.form-container .hs_company,
.form-container .hs_zip,
.form-container .hs_phone {
  margin-top: 27px;
} */

.form-container fieldset .hs-form-field {
    margin-top: 27px;
}
/* .form-container .hs_phone {
  margin-bottom: 25px;
} */

.form-container fieldset:last-of-type .hs-form-field:last-child {
    margin-bottom: 25px;
}

.form-container .hs-button {
  height: 35px;
  border-radius: 2px;
  border: none;
  width: 220px;
  font-size: 14px;
  background: #ffc130;
  color: #000;
  margin: 0 auto 25px auto;
  display: block;
  font-weight: bold;
}

.form-container form {
  position: relative;
}

.form-ap {
    min-height: 287px !important;
}

.form-ap .input {
  margin: 0 !important;
}

.form-ap .hs-input {
  width: 100% !important;
  height: 39px;
  border-radius: 3px;
  border: 1px solid #b0b6bb;
}
.form-ap .form-columns-2 .hs-form-field {
  float: none !important;
  width: 100% !important;
}

.form-ap .hs_firstname {
  margin-top: 25px;
}

.form-ap .hs-button {
  height: 35px;
  border-radius: 2px;
  border: none;
  width: 220px;
  font-size: 14px;
  background: #ffc130;
  color: #000;
  margin: 0 auto 25px auto;
  display: block;
  font-weight: bold;
}

.hs-error-msgs.inputs-list {
  list-style: none;
  font-size: 12px;
  position: absolute;
}

.hs_email .hs-error-msgs.inputs-list {
  top: 134px;
}

.hs_error_rollup .hs-error-msgs.inputs-list{
  bottom: 42px;
}

.hs_phone .hs-error-msgs.inputs-list  {
  display: none !important;
}

.section-six .row-depth-1.row-number-5 .row {
  max-width: 652px !important;
}

.section-six .row-depth-1.row-number-1 .row {
    max-width: 653px !important;
}

.section-six .text {
 color: #fff;
 font-size: 14px;
 margin-top: 20px;
 max-width: 412px;
 margin: 0 auto 25px auto !important;
}

.section-six .text a {
  color: inherit; 
}

/* End section 6 */

/* Footer */
.footer {
  padding: 18px 22px;
  border-top: 4px solid #01559d;
  position: relative;
}

.footer .company-block .text {
 font-family: 'roboto', sans-serif;
}

.footer .logo-container {
  display: flex;
  justify-content: center;
}

.footer .company-block .text {
  text-align: center;
}

.footer .logo {
    width: 184px;
}

.footer .text {
  font-size: 13px;
}

.footer .widget-type-follow_me div {
  display: flex;
  justify-content: space-around;
}

.footer .social-icons {
  display: flex;
  justify-content: space-around;
  width: 290px;
  margin: 30px auto 0 auto;
}

.anchor-container {
  position: absolute;
  right: 0px;
  top: -27px;
}

.social-icons img {
  width: 30px;
  height: 30px;
  border-radius: 6px;
}

.anchor-container a {
  background: rgb(2, 85, 157);
  padding: 4px 10px;
  display: flex;
  align-items: center;
}

.anchor-container a img {
  width: 25px;
  height: 40px;
 }


div.anchor-container {
 -webkit-animation: jump 1.5s ease 0s infinite normal ;
 animation: jump 1.5s ease 0s infinite normal ;
}

@-webkit-keyframes jump {
  0%{
	-webkit-transform: translateY(0);
	transform: translateY(0);
  }
  20%{
	-webkit-transform: translateY(0);
	transform: translateY(0);
  }
  40%{
	-webkit-transform: translateY(-30px);
	transform: translateY(-30px);
  }
  50%{
	-webkit-transform: translateY(0);
	transform: translateY(0);
  }
  60%{
	-webkit-transform: translateY(-15px);
	transform: translateY(-15px);
  }
  80%{
	-webkit-transform: translateY(0);
	transform: translateY(0);
  }
  100%{
	-webkit-transform: translateY(0);
	transform: translateY(0);
  }
}

@keyframes jump {
  0%{
	transform: translateY(0);
  }
  20%{
	transform: translateY(0);
  }
  40%{
	transform: translateY(-30px);
  }
  50%{
	transform: translateY(0);
  }
  60%{
	transform: translateY(-15px);
  }
  80%{
	transform: translateY(0);
  }
  100%{
	transform: translateY(0);
  }
}

/* End Footer  */

@media screen and (min-width: 401px) {   /* In between for form styles*/
  .form-container .hs_lastname {
    margin-top: 25px;
  }
  .form-container .form-columns-2 .hs-form-field {
    float: left !important;
    width: 50% !important;
  }
  .form-container fieldset {
    margin: 0 auto !important;
    max-width: 650px !important;
  }
/*Left Form inputs */
  .form-container form fieldset .hs-form-field:first-child {
    padding-right: 15px;
  }
/*Right form inputs */
 .form-container form fieldset .hs-form-field:last-child {
    padding-left: 15px;
  }

/*   .form-container .hs_phone {
    margin-bottom: 30px;
  } */
  
  .form-container .submitted-message {
    text-align: center;
  }
  
}

/* End Section 6 */

@media screen and (min-width: 460px) {   /* In between */
  .section .cta-button.cta-one a {
    margin-top: 0;
  }
  
  .section-two .section-header {
    text-align: center;
  }
  
    /* Header */
  .header-wrapper {
    padding: 0 63px;
  }

  .header-wrapper .row-number-3 {              /*This controls the spacing of the header logo and cta.*/
    max-width: 1453px;
    margin: 0 auto;
  }
  
  .header-wrapper .row-depth-1.row-number-2 .row-fluid {
    display: flex;
    align-items: center;
  }

  .header-wrapper .row-fluid .logo {
      margin: 0 0 0 0px;
  }

  .row-fluid .header-cta {
   margin: 0 0 0 auto;
   width: 170px;
  }

  .header-cta a {
    margin-left: 10px !important;
  }
  /* Header end*/
  
/*  Section one   */
  .section-one .button-wrapper .row-depth-2.row-number-6 .row-fluid {
    display: flex;
  }
  
  .section-one .button-wrapper .cta-two {
    margin: 0 0 0 auto;
  }
/*End Section one*/
/*   Section two */
  .card {
    max-width: 412px;
  }
  .card.column-1 .background-image {
    right: -10px;  
  }
  
  .card.column-2 .background-image,
  .card.column-3 .background-image {
    right: -25px;  
  }
/*   End section two */
/*   Section 3 */
  .section-three .section-img {
    max-width: 412px;
  }
  
  .section-three .item {
    width: 412px;
  }
  
  .section-three .button-wrapper {
    max-width: 417px;
    margin: 0 auto !important;
  }
  
   .section-three .button-wrapper .row-depth-2.row-number-10 .row-fluid {
    display: flex;
  }
  
  .section-three .button-wrapper .cta-two {
    margin: 0 0 0 auto;
    width: 270px;
  }
/* End Section 3 */
  
  /* Section 4 */
  .section-four .row-depth-1.row-number-5,
  .section-four .row-depth-1.row-number-1 {
    max-width: 412px;
  }
  .section-four .button-wrapper .row-depth-2.row-number-7 > .row-fluid {
    display: flex;
    justify-content: start;
  }
  
  .section-four .block-wrapper .cta-button.cta-one a {
    width: 280px !important;
  }
  
  .section-four .cta-two {
    margin-left: auto !important;
  }
/* End Section 4 */

  
/* Section 6 */
  .section-six .sub-header {
    text-align: center;
  }
  
  
/*   End Section 6 */
  
  /* Footer */
  .footer .company-block {
    margin: 0 0 0 20px;
  }
  
  .footer .company-block .row-depth-1.row-number-4 > .row-fluid {
    display: flex;
    max-width: 495px;
    margin: 0 auto;
  }
  .footer .company-block .text {
    text-align: left;
  }
  
  .footer .copy-right {
    margin: 10px 0 0 0;
  }
  
  .footer .widget-type-follow_me div {
    max-width: 412px;
    margin: 0 auto;
  }
  
/*End Footer  */

}

@media screen and (min-width: 660px) {   /* In between */
  .section-two .section-header {
    text-align: center;
  }
  
  .form-container {
    min-height: 270px !important;
  }

  .form-container form {
    position: relative
  }
  
  .form-container .hs-submit {
    position: absolute;
    right: 0;
  }

  .section-six .text {
    margin: 0 0 25px 0 !important;
  }
  
  .hs_email .hs-error-msgs.inputs-list {
    top: 166px;
  }
  
  .hs_error_rollup .hs-error-msgs.inputs-list {
    bottom: 11px;
  }
  
  input[type=email],
  input[type=text],
  input[type=tel] {
    font-size: 20px;
  }

  .form-container .hs-input {
    padding: 26px 26px 26px 9px;
  }
   .form-container .form-columns-2 .input select {
    padding: 0 0 0 9px;
    height: 52px;
    font-size: 20px;
  }
  
  .footer .company-block .text {
    width: 290px;
    font-size: 15px;
  }
  .footer .copy-right {
    margin-top: 16px;
  }
  
  .section .cta-one.cta-bottom {
    margin: 0 auto;
  }
}

/********************************
 ***   sm Tablet Styles       ***
*********************************/
@media screen and (min-width: 768px) {
  /* Global Sections */
  .header-cta a {
    font-size: 21px !important;
    width: 260px !important;
    font-weight: bold !important;
    height: 34px !important;
  }
  
  .row-fluid .header-cta {
    width: 324px;
  }
  
  .section .section-header {
    text-align: center;
    font-size: 17px;
    margin: 10px 0 30px 0;
  }
  
  .section .header h1 {
    font-weight: bolder;
  }
  .cta-button a {
    width: 280px !important;
  }
  /* end   */
  /* Layout */
  .layout {
/*    max-width: 1618px;                /* Adjusts the Header sections inner content spacing.*/ 
   margin: 0 auto !important;
  }
    
  .row-fluid {
    display: flex;
  }
  
  .section {
   padding: 18px 63px; 
  }
  /* Layout end  */

  /* Section one */
  .section-one .row .row-depth-1 > .row-fluid {
    flex-direction: row;        /*This sets the first section up into two side by side columns.*/
    align-items: baseline;
  }
  .section-one .row {
    max-width: 1455px !important;            /* This will control first section inner content spacing.*/
    margin: 0 auto !important;
  }
  
  .section-one .right-column {
    align-self: center;
  }
  .section-one .block-wrapper .header {
    font-size: 18px;
  }
  
  .section-one .block-wrapper {
    min-width: 360px;
    max-width: unset;
  }
  
                                                                                    /* THIS IS HOW I KEEP THEM IN A COLUMN AND DO SOME RESETING OF MARGINS =========------------------111111111112222222222*/
  .section .block-wrapper .row-depth-2.row-number-6 > .row-fluid,
  .section .button-wrapper .row-depth-2.row-number-10 > .row-fluid,
  .section .button-wrapper .row-depth-2.row-number-5 > .row-fluid {            
    flex-direction: column;
  }
  
  .section .cta-button.cta-one a {
    margin-top: 0px;
  }

  .section .cta-button {
    width: 100% !important;
  }
  
  .section .cta-button a {
    max-width: 280px !important;
    padding: 14px 0 !important;
  }
  
  .section .cta-button a span {
    font-size: 19px !important;
    font-weight: normal;
  }    
  
  .section .button-wrapper .cta-one a {
    margin: 0 0 15px 0;
  }

  .section .button-wrapper .cta-two,
  .section .button-wrapper .cta-two a{
    margin: 0;
  }
  
  .section .cta-button.cta-one.cta-bottom a {
    width: 340px !important;
    max-width: unset !important;
    margin: 30px auto 40px auto;
    padding: 14px 0 !important;
  }
                                                                                      /* END TABLET REORDERING*/
  .section-one .button-wrapper .cta-two {
    margin: 0;
  }

  .section-one .img-wrapper .poultry-logo {
    max-width: 656px;
    min-width: 320px;
    margin-bottom: -26px;
  }
  
  .section-one .img-wrapper .poultry-logo img {
    margin-left: 11px;
  }
  
  /* End Section 1 */

  /* Section 2 */
  .section-two .row {
    margin: 0 auto 22px auto !important;
  }
  
  .section-two .row .header {
    font-size: 24px;
  }
  
  .section-two .row-depth-1.row-number-6 > .row-fluid {
    display: block;
  }
  
  .card {
    max-width: 470px;
    width: unset !important;
    float: none !important;
    padding: 20px;
  }
  
  .card.column-1 .background-image,
  .card.column-2 .background-image,
  .card.column-3 .background-image {
    right: 25px;
    height: 100%;
  }
  
/* End Section 2  */
  
/* Sectoin 3 */ 
  .section-three .row {
    margin-bottom: 20px !important;
  }
  
  .section-three .left-column .section-img {
    max-width: 536px;
  }
  
  .section-three .right-column {
    margin-left: 20px !important;
  }
  
  .section-three .right-column .row-depth-2.row-number-3 > .row-fluid,
  .section-three .right-column .row-depth-2.row-number-6 > .row-fluid {
    display: block;
  }
    
  .section-three .item {
    width: 285px;
  }
  
  .section-three .right-column .item-2 {
    margin-bottom: -10px;
  }
  
  .section-three .button-wrapper {
    margin: 15px 0 0 0 !important;
    min-width: 360px;
  }
  
/* End Section 3 */
  
/*   Section 4  */
  .section-four .row-depth-1.row-number-5,
  .section-four .row-depth-1.row-number-1 {
    max-width: inherit;
  }
  
  .section-four .row-1 .row-depth-1.row-number-6 > .row-fluid {
    align-items: center;
  }
  
  .section-four .row-2 .row-depth-1.row-number-2 > .row-fluid {         /* Reset it back to original order.*/
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  
  .section-four .cta-one .cta-button {
    margin-left: 0 !important; 
  }
  .section-four .cta-container .cta-button {
    width: 145px;
  }
  
/*   End section 4 */
  
/* Section 5 */
  .section-five .row {
    margin-bottom: 20px !important;
  }
  
  .section-five .column {
    display: flex;
    flex-direction: column;
  }
  
  .section-five .row-depth-2.row-number-3,
  .section-five .row-depth-2.row-number-9{
    margin-top: auto;
  }
   
  .section-five .row .row-depth-1.row-number-5 {
    max-width: 970px;
    margin: 0 auto;
  }
  
  .section-five .quote {
    font-size: 22px;
  }
  
  .section-five .person-block .selfie {
    width: 50px;
  }
  
  .section-five .person-block .person-info {
    width: 108px !important;
  }
  
/* End section 5 */
  

/* Section 6  */
  
  .form-container fieldset {
    max-width: 1428px !important;
  }
  
  .form-container .submitted-message {
    font-size: 26px;
  }
  
  .section-six .row-depth-1.row-number-5 .row,
  .section-six .row-depth-1.row-number-1 .row {
    max-width: 1432px !important;
  }
  .section-six .row-depth-1.row-number-1 .row {
   margin-bottom: 10px !important;
  }
/* End section 6 */
  
/* Footer */
  
  .footer {
    padding: 18px 92px;
  }
  .footer .row-depth-1.row-number-3 > .row-fluid {
    max-width: 1469px;
    margin: 0 auto;
  }
  
  .footer .company-block {
    margin: 0 0 0 55px;
  }
  
  .footer .company-block .row-depth-1.row-number-4 > .row-fluid {
    margin: 0;
  }
  
  .footer .social-wrapper {
    margin-top: 25px;
  }
  
  .footer .social-icons {
    width: 170px;
    margin: 0 auto;
  }
  
/*  End Footer  */
}

@media screen and (min-width:  880px) {   /*in bewtween */
  .section-four .cta-container .cta-button {
    width: 170px;
  }
  
}
/********************************
 ***    md Laptop Styles      ***
*********************************/
@media screen and (min-width:  992px) {
  .section-three .row {
    margin-bottom: 40px !important;
  }
  .section-three .item {
    width: 390px;
  }
  
  .section-three .right-column {
    margin-top: 20px !important;
  }
  
  .section-six .sub-header {
    font-size: 16px;
  }
 
   .section-six .text {
    max-width: 572px;
  }
  
  .section-six .form-container .hs-button {
    height: 40px;
    width: 270px;
    font-size: 16px;
    font-weight: normal;
  }
  
  .hs_email .hs-error-msgs.inputs-list {
    top: 205px;
  }
  
  .form-container .hs-input {
   padding: 36px 36px 36px 9px;
  }
 
  .form-container .form-columns-2 .input select {
    height: 70px;
  }
  
  .footer .social-wrapper {
    margin-top: 16px;
  }

  .footer .social-icons {
    width: 250px;
  }
  
   .footer .social-icons img {
    width: 35px;
    height: 35px;
  }
}

/********************************
 ***   lg Desktop Styles      ***
*********************************/
@media screen and (min-width:  1220px) {
   .section .section-header {
    font-size: 22px;
    margin: 30px 0 50px 0;
  }
  
  .cta-container .cta-button {
    width: 267px;
    height: 52px;
  }
  
  
  .cta-container .cta-button a {
    font-size: 19px;
    padding: 14px 56px;
    font-weight: normal;
    margin-top: 15px !important;
  }
  
   .section-one .block-wrapper .header-two {
    font-size: 32px;                
  }
  
                                                                                  /* ===============!!!!!!!!!!!!!!!!!!________________UNDOING THE CHANGES FROM TABLET TO DESKTOP */
 
  .section .button-wrapper {
    width: 600px;
  }
  
  .section .block-wrapper .row-depth-2.row-number-6 > .row-fluid,
  .section .button-wrapper .row-depth-2.row-number-10 > .row-fluid,
  .section .button-wrapper .row-depth-2.row-number-5 > .row-fluid {
    flex-direction: row;
  }
  
  .section .cta-button a {
    margin: 0;
  }
  
  
  .section-one .cta-button.cta-two a,
  .section-four .cta-button.cta-two a {
    margin-left: 15px;
  }
  

                                                                                /*END*/
  .card {
    margin: 0 !important;
    max-width: 470px;       
    width: 30% !important;
  }
  
   .card:first-child {
    margin: 0 !important;
  }
  
  .section-two .row-depth-1.row-number-6 > .row-fluid {
    justify-content: space-between;
    display: flex;
    margin-bottom: 30px;
  }
  
  .section-three .button-wrapper {
    min-width: 626px;
  }
  
  .section-three .row .header {
    font-size: 24px;
  }
  
  .section-four .row .header {
    font-size: 24px;
  }
  
  .section-four {
    display: block !important;
    padding: 18px 85px;
  }
  
  .section-four .row-2 .row-depth-1.row-number-2 > .row-fluid,
  .section-four .row .row-depth-1.row-number-6 > .row-fluid {
    justify-content: space-around;
  }
  
  .section-four .row-2 .row-depth-1.row-number-2 .row-fluid .img-wrapper,
  .section-four .row .row-depth-1.row-number-6 .row-fluid .img-wrapper {
    width: 620px !important;
  }
  
  .section-four .row-2 .row-depth-1.row-number-2 img ,
  .section-four .row .row-depth-1.row-number-6 img {
    width: 100% !important;
  }

  
   .section-four .cta-one .cta-container .cta-button a {
      padding: 15px 47px;
  }
  
   .section-four .cta-two .cta-container .cta-button a {
    padding: 13px 81px;
  }
  
  .section-four .cta-two {
    margin-left: auto !important;

  }
  
  .section-four .block-wrapper {
    width: 622px;
  }
  
  .section-four .cta-one, 
  .section-four .cta-two {
    max-width: unset;
  }
  
  .section-four .cta-container .cta-button {
    width: 267px;
  }
  
  .section-four .cta-bottom .cta-container {
    margin: 30px 0 30px 0;
  }
  
  .section-four .cta-bottom .cta-container .cta-button {
    width: 356px;
  }
  
  .section-six .section-header {
    margin: 30px 0;
  }
  
  .section-six .sub-header {
    margin-bottom: 20px;
  }
  
  .form-container {
    min-height: 331px !important;
  }
  
  ::placeholder {
    font-size: 18px;
  }
  
  .footer {
    padding: 28px 20px 18px 92px;
  }
  
}

/********************************
 ***   x-lg Desktop Styles      ***
*********************************/
@media screen and (min-width:  1420px) {

  .section-three .left-column .section-img {
    margin-left: 20% !important;
  }
