@font-face {
    font-family: 'Gotham';
    src: url('//cdn2.hubspot.net/hubfs/2421246/DBF_Insol/fonts/gothambold-webfont.eot'); /* IE9 Compat Modes */
    src: url('//cdn2.hubspot.net/hubfs/2421246/DBF_Insol/fonts/gothambold-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('//cdn2.hubspot.net/hubfs/2421246/DBF_Insol/fonts/gothambold-webfont.woff2') format('woff2'), /* Super Modern Browsers */
         url('//cdn2.hubspot.net/hubfs/2421246/DBF_Insol/fonts/gothambold-webfont.woff') format('woff'), /* Pretty Modern Browsers */
         url('//cdn2.hubspot.net/hubfs/2421246/DBF_Insol/fonts/gothambold-webfont.ttf') format('truetype'), /* Safari, Android, iOS */
         url('//cdn2.hubspot.net/hubfs/2421246/DBF_Insol/fonts/gothambold-webfont.svg#gothamboldregular') format('svg'); /* Legacy iOS */
         url('//cdn2.hubspot.net/hubfs/2421246/DBF_Insol/fonts/gothambold-webfont.otf') format('opentype'); /* For Desktop Only */
    font-weight: 700;
    font-style: normal; 

}

@font-face {
    font-family: 'Gotham';
    src: url('//cdn2.hubspot.net/hubfs/2421246/DBF_Insol/fonts/gothambook-webfont.eot'); /* IE9 Compat Modes */
    src: url('//cdn2.hubspot.net/hubfs/2421246/DBF_Insol/fonts/gothambook-webfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('//cdn2.hubspot.net/hubfs/2421246/DBF_Insol/fonts/gothambook-webfont.woff2') format('woff2'), /* Super Modern Browsers */
         url('//cdn2.hubspot.net/hubfs/2421246/DBF_Insol/fonts/gothambook-webfont.woff') format('woff'), /* Pretty Modern Browsers */
         url('//cdn2.hubspot.net/hubfs/2421246/DBF_Insol/fonts/gothambook-webfont.ttf') format('truetype'), /* Safari, Android, iOS */
         url('//cdn2.hubspot.net/hubfs/2421246/DBF_Insol/fonts/gothambook-webfont.svg#gothamboldregular') format('svg'); /* Legacy iOS */
         url('//cdn2.hubspot.net/hubfs/2421246/DBF_Insol/fonts/gothambook-webfont.otf') format('opentype'); /* For Desktop Only */
    font-weight: 400;
    font-style: normal;
    
}


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



/* ==========================================================================
   HS COS Boilerplate v1.5.0                                
   ========================================================================== */

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

/* These includes are optional, but helpful. */
/* 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;} 

/* Owl Carousel */
@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */

.animated {
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(5%, 0, 0);
    transform: translate3d(5%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(5%, 0, 0);
    transform: translate3d(5%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
} 
/*
*     Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
} 
/* 
 *     Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

/* CSS UTILITIES */
/* 

 SAC DGS Utilities
 Ver: 1.1
 DO NOT EDIT AND REMOVE

*/

.clearfix:before {
    content: '';
    clear: both;
}
.clearfix:after {
    content: '';
    clear: both;
    display:table;
}

.maxWidth1100 {
    max-width: 1100px;
    margin: 0px auto;
}
.maxWidth1050 {
    max-width: 1050px;
    margin: 0px auto;
}
.maxWidth1000 {
    max-width: 1000px;
    margin: 0px auto;
}
.maxWidth950 {
    max-width: 950px;
    margin: 0px auto;
}
.maxWidth900 {
    max-width: 900px;
    margin: 0px auto;
}
.maxWidth850 {
    max-width: 850px;
    margin: 0px auto;
}
.maxWidth800 {
    max-width: 800px;
    margin: 0px auto;
}
.maxWidth750 {
    max-width: 750px;
    margin: 0px auto;
}
.maxWidth700 {
    max-width: 700px;
    margin: 0px auto;
}
.maxWidth650 {
    max-width: 650px;
    margin: 0px auto;
}
.maxWidth600 {
    max-width: 600px;
    margin: 0px auto;
}
.maxWidth550 {
    max-width: 550px;
    margin: 0px auto;
}
.maxWidth500 {
    max-width: 500px;
    margin: 0px auto;
}
.maxWidth450 {
    max-width: 450px;
    margin: 0px auto;
}
.maxWidth400 {
    max-width: 400px;
    margin: 0px auto;
}
.maxWidth350 {
    max-width: 350px;
    margin: 0px auto;
}
.maxWidth300 {
    max-width: 300px;
    margin: 0px auto;
}
.maxWidth600L {
    max-width: 600px;
}
.maxWidth550L {
    max-width: 550px;
}
.maxWidth500L {
    max-width: 500px;
}
.maxWidth450L {
    max-width: 450px;
}
.maxWidth400L {
    max-width: 400px;
}
.maxWidth350L {
    max-width: 350px;
}
.maxWidth300L {
    max-width: 300px;
}

.pad5 {     padding: 5px;}
.pad10 {    padding: 10px;}
.pad15 {    padding: 15px;}
.pad20 {    padding: 20px;}
.pad25 {    padding: 25px;}
.pad30 {    padding: 30px;}
.pad35 {    padding: 35px;}
.pad40 {    padding: 40px;}
.pad45 {    padding: 45px;}
.pad50 {    padding: 50px;}
.pad55 {    padding: 55px;}
.pad60 {    padding: 60px;}
.pad65 {    padding: 65px;}
.pad70 {    padding: 70px;}
.pad75 {    padding: 75px;}
.pad80 {    padding: 80px;}
.pad85 {    padding: 85px;}
.pad90 {    padding: 90px;}
.pad95 {    padding: 95px;}
.pad100 {   padding: 100px;}
.pad120 {   padding: 120px;}
.pad150 {   padding: 150px;}
.padTB5 {
    padding-top: 5px;
    padding-bottom: 5px;
}
.padTB10 {
    padding-top: 10px;
    padding-bottom: 10px;
}
.padTB15 {
    padding-top: 15px;
    padding-bottom: 15px;
}
.padTB20 {
    padding-top: 20px;
    padding-bottom: 20px;
}
.padTB25 {
    padding-top: 25px;
    padding-bottom: 25px;
}
.padTB30 {
    padding-top: 30px;
    padding-bottom: 30px;
}
.padTB35 {
    padding-top: 35px;
    padding-bottom: 35px;
}
.padTB40 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.padTB45 {
    padding-top: 45px;
    padding-bottom: 45px;
}
.padTB50 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.padTB55 {
    padding-top: 55px;
    padding-bottom: 55px;
}
.padTB60 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.padTB65 {
    padding-top: 65px;
    padding-bottom: 65px;
}
.padTB70 {
    padding-top: 70px;
    padding-bottom: 70px;
}
.padTB75 {
    padding-top: 75px;
    padding-bottom: 75px;
}
.padTB80 {
    padding-top: 80px;
    padding-bottom: 80px;
}
.padTB85 {
    padding-top: 85px;
    padding-bottom: 85px;
}
.padTB90 {
    padding-top: 90px;
    padding-bottom: 90px;
}
.padTB95 {
    padding-top: 95px;
    padding-bottom: 95px;
}
.padTB100 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.padTB120 {
    padding-top: 120px;
    padding-bottom: 120px;
}
.padTB150 {
    padding-top: 150px;
    padding-bottom: 150px;
}
.padLR5 {
    padding-left: 5px;
    padding-right: 5px;
}
.padLR10 {
    padding-left: 10px;
    padding-right: 10px;
}
.padLR15 {
    padding-left: 15px;
    padding-right: 15px;
}
.padLR20 {
    padding-left: 20px;
    padding-right: 20px;
}
.padLR25 {
    padding-left: 25px;
    padding-right: 25px;
}
.padLR30 {
    padding-left: 30px;
    padding-right: 30px;
}
.padLR35 {
    padding-left: 35px;
    padding-right: 35px;
}
.padLR40 {
    padding-left: 40px;
    padding-right: 40px;
}
.padLR45 {
    padding-left: 45px;
    padding-right: 45px;
}
.padLR50 {
    padding-left: 50px;
    padding-right: 50px;
}
.padLR55 {
    padding-left: 55px;
    padding-right: 55px;
}
.padLR60 {
    padding-left: 60px;
    padding-right: 60px;
}
.padLR65 {
    padding-left: 65px;
    padding-right: 65px;
}
.padLR70 {
    padding-left: 70px;
    padding-right: 70px;
}
.padLR75 {
    padding-left: 75px;
    padding-right: 75px;
}
.padLR80 {
    padding-left: 80px;
    padding-right: 80px;
}
.padLR85 {
    padding-left: 85px;
    padding-right: 85px;
}
.padLR90 {
    padding-left: 90px;
    padding-right: 90px;
}
.padLR95 {
    padding-left: 95px;
    padding-right: 95px;
}
.padLR100 {
    padding-left: 100px;
    padding-right: 100px;
}
.padLR120 {
    padding-left: 120px;
    padding-right: 120px;
}
.padLR150 {
    padding-left: 150px;
    padding-right: 150px;
}
.padT5 {    padding-top: 5px;}
.padT10 {   padding-top: 10px;}
.padT15 {   padding-top: 15px;}
.padT20 {   padding-top: 20px;}
.padT25 {   padding-top: 25px;}
.padT30 {   padding-top: 30px;}
.padT35 {   padding-top: 35px;}
.padT40 {   padding-top: 40px;}
.padT45 {   padding-top: 45px;}
.padT50 {   padding-top: 50px;}
.padT55 {   padding-top: 55px;}
.padT60 {   padding-top: 60px;}
.padT65 {   padding-top: 65px;}
.padT70 {   padding-top: 70px;}
.padT75 {   padding-top: 75px;}
.padT80 {   padding-top: 80px;}
.padT85 {   padding-top: 85px;}
.padT90 {   padding-top: 90px;}
.padT95 {   padding-top: 95px;}
.padT100 {  padding-top: 100px;}
.padT120 {  padding-top: 120px;}
.padT150 {  padding-top: 150px;}
.padL5 {    padding-left: 5px;}
.padL10 {   padding-left: 10px;}
.padL15 {   padding-left: 15px;}
.padL20 {   padding-left: 20px;}
.padL25 {   padding-left: 25px;}
.padL30 {   padding-left: 30px;}
.padL35 {   padding-left: 35px;}
.padL40 {   padding-left: 40px;}
.padL45 {   padding-left: 45px;}
.padL50 {   padding-left: 50px;}
.padL55 {   padding-left: 55px;}
.padL60 {   padding-left: 60px;}
.padL65 {   padding-left: 65px;}
.padL70 {   padding-left: 70px;}
.padL75 {   padding-left: 75px;}
.padL80 {   padding-left: 80px;}
.padL85 {   padding-left: 85px;}
.padL90 {   padding-left: 90px;}
.padL95 {   padding-left: 95px;}
.padL100 {  padding-left: 100px;}
.padL120 {  padding-left: 120px;}
.padL150 {  padding-left: 150px;}
.padR5 {    padding-right: 5px;}
.padR10 {   padding-right: 10px;}
.padR15 {   padding-right: 15px;}
.padR20 {   padding-right: 20px;}
.padR25 {   padding-right: 25px;}
.padR30 {   padding-right: 30px;}
.padR35 {   padding-right: 35px;}
.padR40 {   padding-right: 40px;}
.padR45 {   padding-right: 45px;}
.padR50 {   padding-right: 50px;}
.padR55 {   padding-right: 55px;}
.padR60 {   padding-right: 60px;}
.padR65 {   padding-right: 65px;}
.padR70 {   padding-right: 70px;}
.padR75 {   padding-right: 75px;}
.padR80 {   padding-right: 80px;}
.padR85 {   padding-right: 85px;}
.padR90 {   padding-right: 90px;}
.padR95 {   padding-right: 95px;}
.padR100 {  padding-right: 100px;}
.padR120 {  padding-right: 120px;}
.padR150 {  padding-right: 150px;}
.padB5 {    padding-bottom: 5px;}
.padB10 {   padding-bottom: 10px;}
.padB15 {   padding-bottom: 15px;}
.padB20 {   padding-bottom: 20px;}
.padB25 {   padding-bottom: 25px;}
.padB30 {   padding-bottom: 30px;}
.padB35 {   padding-bottom: 35px;}
.padB40 {   padding-bottom: 40px;}
.padB45 {   padding-bottom: 45px;}
.padB50 {   padding-bottom: 50px;}
.padB55 {   padding-bottom: 55px;}
.padB60 {   padding-bottom: 60px;}
.padB65 {   padding-bottom: 65px;}
.padB70 {   padding-bottom: 70px;}
.padB75 {   padding-bottom: 75px;}
.padB80 {   padding-bottom: 80px;}
.padB85 {   padding-bottom: 85px;}
.padB90 {   padding-bottom: 90px;}
.padB95 {   padding-bottom: 95px;}
.padB100 {  padding-bottom: 100px;}
.padB120 {  padding-bottom: 120px;}
.padB150 {  padding-bottom: 150px;}

.noPad {  padding: 0px;}
.noPadT { padding-top: 0px;}
.noPadB { padding-bottom: 0px;}
.noPadL { padding-left: 0px;}
.noPadR { padding-right: 0px;}

.mar5 {     margin: 5px;}
.mar10 {    margin: 10px;}
.mar15 {    margin: 15px;}
.mar20 {    margin: 20px;}
.mar25 {    margin: 25px;}
.mar30 {    margin: 30px;}
.mar35 {    margin: 35px;}
.mar40 {    margin: 40px;}
.mar45 {    margin: 45px;}
.mar50 {    margin: 50px;}
.marT5 {    margin-top: 5px;}
.marT10 {   margin-top: 10px;}
.marT15 {   margin-top: 15px;}
.marT20 {   margin-top: 20px;}
.marT25 {   margin-top: 25px;}
.marT30 {   margin-top: 30px;}
.marT35 {   margin-top: 35px;}
.marT40 {   margin-top: 40px;}
.marT45 {   margin-top: 45px;}
.marT50 {   margin-top: 50px;}
.marT55 {   margin-top: 55px;}
.marT60 {   margin-top: 60px;}
.marT65 {   margin-top: 65px;}
.marT70 {   margin-top: 70px;}
.marT75 {   margin-top: 75px;}
.marT80 {   margin-top: 80px;}
.marL5 {    margin-left: 5px;}
.marL10 {   margin-left: 10px;}
.marL15 {   margin-left: 15px;}
.marL20 {   margin-left: 20px;}
.marL25 {   margin-left: 25px;}
.marL30 {   margin-left: 30px;}
.marL35 {   margin-left: 35px;}
.marL40 {   margin-left: 40px;}
.marL45 {   margin-left: 45px;}
.marL50 {   margin-left: 50px;}
.marL55 {   margin-left: 55px;}
.marL60 {   margin-left: 60px;}
.marL65 {   margin-left: 65px;}
.marL70 {   margin-left: 70px;}
.marL75 {   margin-left: 75px;}
.marL80 {   margin-left: 80px;}
.marR5 {    margin-right: 5px;}
.marR10 {   margin-right: 10px;}
.marR15 {   margin-right: 15px;}
.marR20 {   margin-right: 20px;}
.marR25 {   margin-right: 25px;}
.marR30 {   margin-right: 30px;}
.marR35 {   margin-right: 35px;}
.marR40 {   margin-right: 40px;}
.marR45 {   margin-right: 45px;}
.marR50 {   margin-right: 50px;}
.marR55 {   margin-right: 55px;}
.marR60 {   margin-right: 60px;}
.marR65 {   margin-right: 65px;}
.marR70 {   margin-right: 70px;}
.marR75 {   margin-right: 75px;}
.marR80 {   margin-right: 80px;}
.marB5 {    margin-bottom: 5px;}
.marB10 {   margin-bottom: 10px;}
.marB15 {   margin-bottom: 15px;}
.marB20 {   margin-bottom: 20px;}
.marB25 {   margin-bottom: 25px;}
.marB30 {   margin-bottom: 30px;}
.marB35 {   margin-bottom: 35px;}
.marB40 {   margin-bottom: 40px;}
.marB45 {   margin-bottom: 45px;}
.marB50 {   margin-bottom: 50px;}
.marB55 {   margin-bottom: 55px;}
.marB60 {   margin-bottom: 60px;}
.marB65 {   margin-bottom: 65px;}
.marB70 {   margin-bottom: 70px;}
.marB75 {   margin-bottom: 75px;}
.marB80 {   margin-bottom: 80px;}

.marB05em {     margin-bottom: 0.5em;}
.marB075em {    margin-bottom: 0.75em;}
.marB1em {      margin-bottom: 1em;}
.marB125em {    margin-bottom: 1.25em;}
.marB15em {     margin-bottom: 1.5em;}
.marB175em {    margin-bottom: 1.75em;}
.marB2em {      margin-bottom: 1.75em;}

.noMar {  margin: 0px;}
.noMarT { margin-top: 0px;}
.noMarB { margin-bottom: 0px;}
.noMarL { margin-left: 0px;}
.noMarR { margin-right: 0px;}

.fontS12 h1,.fontS12 h2,.fontS12 h3,.fontS12 h4,
.fontS12 { font-size: 12px;}
.fontS14 h1,.fontS14 h2,.fontS14 h3,.fontS14 h4,
.fontS14 { font-size: 14px;}
.fontS15 h1,.fontS15 h2,.fontS15 h3,.fontS15 h4,
.fontS15 { font-size: 15px;}
.fontS16 h1,.fontS16 h2,.fontS16 h3,.fontS16 h4,
.fontS16 { font-size: 16px;}
.fontS17 h1,.fontS17 h2,.fontS17 h3,.fontS17 h4,
.fontS17 { font-size: 17px;}
.fontS18 h1,.fontS18 h2,.fontS18 h3,.fontS18 h4,
.fontS18 { font-size: 18px;}
.fontS20 h1,.fontS20 h2,.fontS20 h3,.fontS20 h4,
.fontS20 { font-size: 20px;}
.fontS22 h1,.fontS22 h2,.fontS22 h3,.fontS22 h4,
.fontS22 { font-size: 22px;}
.fontS24 h1,.fontS24 h2,.fontS24 h3,.fontS24 h4,
.fontS24 { font-size: 24px;}
.fontS25 h1,.fontS25 h2,.fontS25 h3,.fontS25 h4,
.fontS25 { font-size: 25px;}
.fontS26 h1,.fontS26 h2,.fontS26 h3,.fontS26 h4,
.fontS26 { font-size: 26px;}
.fontS28 h1,.fontS28 h2,.fontS28 h3,.fontS28 h4,
.fontS28 { font-size: 28px;}
.fontS30 h1,.fontS30 h2,.fontS30 h3,.fontS30 h4,
.fontS30 { font-size: 30px;}
.fontS32 h1,.fontS32 h2,.fontS32 h3,.fontS32 h4,
.fontS32 { font-size: 32px;}
.fontS34 h1,.fontS34 h2,.fontS34 h3,.fontS34 h4,
.fontS34 { font-size: 34px;}
.fontS35 h1,.fontS35 h2,.fontS35 h3,.fontS35 h4,
.fontS35 { font-size: 35px;}
.fontS36 h1,.fontS36 h2,.fontS36 h3,.fontS36 h4,
.fontS36 { font-size: 36px;}
.fontS38 h1,.fontS38 h2,.fontS38 h3,.fontS38 h4,
.fontS38 { font-size: 38px;}
.fontS40 h1,.fontS40 h2,.fontS40 h3,.fontS40 h4,
.fontS40 { font-size: 40px;}
.fontS42 h1,.fontS42 h2,.fontS42 h3,.fontS42 h4,
.fontS42 { font-size: 42px;}
.fontS44 h1,.fontS44 h2,.fontS44 h3,.fontS44 h4,
.fontS44 { font-size: 44px;}
.fontS45 h1,.fontS45 h2,.fontS45 h3,.fontS45 h4,
.fontS45 { font-size: 45px;}
.fontS46 h1,.fontS46 h2,.fontS46 h3,.fontS46 h4,
.fontS46 { font-size: 46px;}
.fontS48 h1,.fontS48 h2,.fontS48 h3,.fontS48 h4,
.fontS48 { font-size: 48px;}
.fontS50 h1,.fontS50 h2,.fontS50 h3,.fontS50 h4,
.fontS50 { font-size: 50px;}
.fontS55 h1,.fontS55 h2,.fontS55 h3,.fontS55 h4,
.fontS55 { font-size: 55px;}
.fontS60 h1,.fontS60 h2,.fontS60 h3,.fontS60 h4,
.fontS60 { font-size: 60px;}
.fontS65 h1,.fontS65 h2,.fontS65 h3,.fontS65 h4,
.fontS65 { font-size: 65px;}
.fontS70 h1,.fontS70 h2,.fontS70 h3,.fontS70 h4,
.fontS70 { font-size: 70px;}
.fontS75 h1,.fontS75 h2,.fontS75 h3,.fontS75 h4,
.fontS75 { font-size: 75px;}
.fontS80 h1,.fontS80 h2,.fontS80 h3,.fontS80 h4,
.fontS80 { font-size: 80px;}
.fontS85 h1,.fontS85 h2,.fontS85 h3,.fontS85 h4,
.fontS85 { font-size: 85px;}
.fontS90 h1,.fontS90 h2,.fontS90 h3,.fontS90 h4,
.fontS90 { font-size: 90px;}
.fontS95 h1,.fontS95 h2,.fontS95 h3,.fontS95 h4,
.fontS95 { font-size: 95px;}
.fontS100 h1,.fontS100 h2,.fontS100 h3,.fontS100 h4,
.fontS100 { font-size: 100px;}


.line-height1 {     line-height: 1;}
.line-height11 {    line-height: 1.1;}
.line-height12 {    line-height: 1.2;}
.line-height13 {    line-height: 1.3;}
.line-height14 {    line-height: 1.4;}
.line-height15 {    line-height: 1.5;}
.line-height16 {    line-height: 1.6;}
.line-height17 {    line-height: 1.7;}
.line-height18 {    line-height: 1.8;}
.line-height19 {    line-height: 1.9;}
.line-height2 {     line-height: 2;}

.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.pull-left, .pull-left-desktop {    float: left;}
.pull-right, .pull-right-desktop {  float: right;}

.clear-both {   clear: both;}

.showOn1023, .showOn767,
.hide {             display: none;}
.inlineBlock {      display: inline-block;}
.hideOn1023, .hideOn767,
.show, .block {     display: block;}

.invisible {
    visibility: hidden;
}
.text-left h1,.text-left h2,.text-left h3,.text-left h4,
.text-left {    text-align: left;}
.text-right h1,.text-right h2,.text-right h3,.text-right h4,
.text-right {   text-align: right;}
.text-center h1,.text-center h2,.text-center h3,.text-center h4,
.text-center {  text-align: center;}
.text-justify h1,.text-justify h2,.text-justify h3,.text-justify h4,
.text-justify { text-align: justify;}

.em {   font-style: italic;}

.strikethrough {    text-decoration: line-through;}

.uppercase {    text-transform: uppercase;}
.lowercase {    text-transform: lowercase;}

.fontW300 { font-weight: 300;}
.normal,
.fontW400 { font-weight: 400;}
.fontW500 { font-weight: 500;}
.bold,.strong,
.fontW700 { font-weight: 700;}
.fontW800 { font-weight: 800;}
.fontW900 { font-weight: 900;}

@media (max-width: 1023px){
    .maxWidth600On1023 {
        max-width: 600px;
        margin: 0px auto;
    }
    .maxWidth550On1023 {
        max-width: 550px;
        margin: 0px auto;
    }
    .maxWidth500On1023 {
        max-width: 500px;
        margin: 0px auto;
    }
    .maxWidth450On1023 {
        max-width: 450px;
        margin: 0px auto;
    }
    .maxWidth400On1023 {
        max-width: 400px;
        margin: 0px auto;
    }
    .maxWidth350On1023 {
        max-width: 350px;
        margin: 0px auto;
    }
    .maxWidth300On1023 {
        max-width: 300px;
        margin: 0px auto;
    }

    .padTB30,
    .padTB35 {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .padTB40,
    .padTB45 {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .padTB50,
    .padTB55 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .padTB60,
    .padTB65 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .padTB70,
    .padTB75,
    .padTB80,
    .padTB85,
    .padTB90,
    .padTB95,
    .padTB100,
    .padTB120,
    .padTB150 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .padLR30,
    .padLR35 {
        padding-left: 25px;
        padding-right: 25px;
    }
    .padLR40,
    .padLR45 {
        padding-left: 30px;
        padding-right: 30px;
    }
    .padLR50,
    .padLR55 {
        padding-left: 40px;
        padding-right: 40px;
    }
    .padLR60,
    .padLR65 {
        padding-left: 50px;
        padding-right: 50px;
    }
    .padLR70,
    .padLR75,
    .padLR80,
    .padLR85,
    .padLR90,
    .padLR95,
    .padLR100,
    .padLR120,
    .padLR150 {
        padding-left: 60px;
        padding-right: 60px;
    }

    .pad30,
    .pad35 {    padding: 25px;}
    .pad40,
    .pad45 {    padding: 30px;}
    .pad50,
    .pad55 {    padding: 40px;}
    .pad60, .pad65, .pad70, .pad75, .pad80, .pad85,
    .pad90 {    padding: 50px;}
    .pad95, .pad100, .pad120,
    .pad150 {   padding: 60px;}

    .padT30,
    .padT35 {   padding-top: 25px;}
    .padT40,
    .padT45 {   padding-top: 30px;}
    .padT50,
    .padT55 {   padding-top: 40px;}
    .padT60, .padT65, .padT70, .padT75, .padT80  .padT85
    .padT90 {   padding-top: 50px;}
    .padT95, .padT100, .padT120,
    .padT150 {  padding-top: 60px;}

    .padL30,
    .padL35 {   padding-left: 25px;}
    .padL40,
    .padL45 {   padding-left: 30px;}
    .padL50,
    .padL55 {   padding-left: 40px;}
    .padL60, .padL65, .padL70, .padL75, .padL80, .padL85,
    .padL90 {   padding-left: 50px;}
    .padL95, .padL100, .padL120,
    .padL150 {  padding-left: 60px;}

    .padR30,
    .padR35 {   padding-right: 25px;}
    .padR40,
    .padR45 {   padding-right: 30px;}
    .padR50,
    .padR55 {   padding-right: 40px;}
    .padR60, .padR65, .padR70, .padR75, .padR80, .padR85,
    .padR90 {   padding-right: 50px;}
    .padR95, .padR100, .padR120,
    .padR150 {  padding-right: 60px;}

    .padB30,
    .padB35 {   padding-bottom: 25px;}
    .padB40,
    .padB45 {   padding-bottom: 30px;}
    .padB50,
    .padB55 {   padding-bottom: 40px;}
    .padB60, .padB65, .padB70, .padB75, .padB80, .padB85,
    .padB90 {   padding-bottom: 50px;}
    .padB95, .padB100, .padB120,
    .padB150 {  padding-bottom: 60px;}


    .pad10on1023 { padding: 10px; }
    .padT10on1023 { padding-top: 10px; }
    .padB10on1023 { padding-bottom: 10px; }
    .padL10on1023 { padding-left: 10px; }
    .padR10on1023 { padding-right: 10px; }

    .mar30,
    .mar35 {    margin: 25px;}
    .mar40,
    .mar45 {    margin: 30px;}
    .mar50,
    .mar55 {    margin: 35px;}
    .mar60,
    .mar65 {    margin: 40px;}
    .mar70, .mar75,
    .mar80 {    margin: 45px;}


    .marT30,
    .marT35 {   margin-top: 25px;}
    .marT40,
    .marT45 {   margin-top: 30px;}
    .marT50,
    .marT55 {   margin-top: 35px;}
    .marT60,
    .marT65 {   margin-top: 40px;}
    .marT70, .marT75,
    .marT80 {   margin-top: 45px;}


    .marL30,
    .marL35 {   margin-left: 25px;}
    .marL40,
    .marL45 {   margin-left: 30px;}
    .marL50,
    .marL55 {   margin-left: 35px;}
    .marL60,
    .marL65 {   margin-left: 40px;}
    .marL70, .marL75,
    .marL80 {   margin-left: 45px;}


    .marR30,
    .marR35 {   margin-right: 25px;}
    .marR40,
    .marR45 {   margin-right: 30px;}
    .marR50,
    .marR55 {   margin-right: 35px;}
    .marR60,
    .marR65 {   margin-right: 40px;}
    .marR70, .marR75,
    .marR80 {   margin-right: 45px;}


    .marB30,
    .marB35 {   margin-bottom: 25px;}
    .marB40,
    .marB45 {   margin-bottom: 30px;}
    .marB50,
    .marB55 {   margin-bottom: 35px;}
    .marB60,
    .marB65 {   margin-bottom: 40px;}
    .marB70, .marB75,
    .marB80 {   margin-bottom: 45px;}



    .hideOn1023 {   display: none;}
    .showOn1023 {   display: block;}

    .fontS40 h1,.fontS40 h2,.fontS40 h3,.fontS40 h4, .fontS40 { font-size: 38px;}
    .fontS42 h1,.fontS42 h2,.fontS42 h3,.fontS42 h4, .fontS42 { font-size: 40px;}
    .fontS44 h1,.fontS44 h2,.fontS44 h3,.fontS44 h4, .fontS44 { font-size: 41px;}
    .fontS45 h1,.fontS45 h2,.fontS45 h3,.fontS45 h4, .fontS45 { font-size: 42px;}
    .fontS46 h1,.fontS46 h2,.fontS46 h3,.fontS46 h4, .fontS46 { font-size: 43px;}
    .fontS48 h1,.fontS48 h2,.fontS48 h3,.fontS48 h4, .fontS48 { font-size: 45px;}
    .fontS50 h1,.fontS50 h2,.fontS50 h3,.fontS50 h4, .fontS50 { font-size: 47px;}
    .fontS55 h1,.fontS55 h2,.fontS55 h3,.fontS55 h4, .fontS55 { font-size: 49px;}
    .fontS60 h1,.fontS60 h2,.fontS60 h3,.fontS60 h4, .fontS60 { font-size: 51px;}
    .fontS65 h1,.fontS65 h2,.fontS65 h3,.fontS65 h4, .fontS65 { font-size: 53px;}
    .fontS70 h1,.fontS70 h2,.fontS70 h3,.fontS70 h4, .fontS70 { font-size: 55px;}
    .fontS75 h1,.fontS75 h2,.fontS75 h3,.fontS75 h4, .fontS75 { font-size: 57px;}
    .fontS80 h1,.fontS80 h2,.fontS80 h3,.fontS80 h4, .fontS80 { font-size: 59px;}
    .fontS85 h1,.fontS85 h2,.fontS85 h3,.fontS85 h4, .fontS85 { font-size: 61px;}
    .fontS90 h1,.fontS90 h2,.fontS90 h3,.fontS90 h4, .fontS90 { font-size: 63px;}
    .fontS95 h1,.fontS95 h2,.fontS95 h3,.fontS95 h4, .fontS95 { font-size: 65px;}
    .fontS100 h1,.fontS100 h2,.fontS100 h3,.fontS100 h4, .fontS100 { font-size: 67px;}
}

@media (max-width: 767px){
    .hideOn767 {    display: none;}
    .showOn767 {    display: block;}
    .centerOn767 {  text-align: center;}

    .pull-left-desktop,
    .pull-right-desktop {
        float: none;
    }

    .padTB5, .padTB15 {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .padTB20,
    .padTB25 {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .padTB30,
    .padTB35 {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .padTB40,
    .padTB45 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .padTB50,
    .padTB55 {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .padTB60,
    .padTB65,
    .padTB70,
    .padTB75,
    .padTB80,
    .padTB85,
    .padTB90,
    .padTB95,
    .padTB100,
    .padTB120,
    .padTB150 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .padLR5, .padLR15 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .padLR20,
    .padLR25 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .padLR30,
    .padLR35 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .padLR40,
    .padLR45 {
        padding-left: 20px;
        padding-right: 20px;
    }
    .padLR50,
    .padLR55 {
        padding-left: 25px;
        padding-right: 25px;
    }
    .padLR60,
    .padLR65,
    .padLR70,
    .padLR75,
    .padLR80,
    .padLR85,
    .padLR90,
    .padLR95,
    .padLR100,
    .padLR120,
    .padLR150 {
        padding-left: 30px;
        padding-right: 30px;
    }

    .pad5,
    .pad15 {    padding: 10px;}
    .pad20,
    .pad25 {    padding: 10px;}
    .pad30,
    .pad35 {    padding: 15px;}
    .pad40,
    .pad45 {    padding: 20px;}
    .pad50,
    .pad55 {    padding: 25px;}
    .pad60, .pad65, .pad70, .pad75, .pad80, .pad85, .pad90, .pad95, .pad100, .pad120,
    .pad150 {   padding: 30px;}

    .padT5,
    .padT15 {   padding-top: 10px;}
    .padT20,
    .padT25 {   padding-top: 10px;}
    .padT30,
    .padT35 {   padding-top: 15px;}
    .padT40,
    .padT45 {   padding-top: 20px;}
    .padT50,
    .padT55 {   padding-top: 25px;}
    .padT60, .padT65, .padT70, .padT75, .padT80, .padT85, .padT90, .padT95, .padT100, .padT120,
    .padT150 {  padding-top: 30px;}

    .padL5,
    .padL15 {   padding-left: 10px;}
    .padL20,
    .padL25 {   padding-left: 10px;}
    .padL30,
    .padL35 {   padding-left: 15px;}
    .padL40,
    .padL45 {   padding-left: 20px;}
    .padL50,
    .padL55 {   padding-left: 25px;}
    .padL60, .padL65, .padL70, .padL75, .padL80, .padL85, .padL90, .padL95, .padL100, .padL120,
    .padL150 {  padding-left: 30px;}

    .padR5,
    .padR15 {   padding-right: 10px;}
    .padR20,
    .padR25 {   padding-right: 10px;}
    .padR30,
    .padR35 {   padding-right: 15px;}
    .padR40,
    .padR45 {   padding-right: 20px;}
    .padR50,
    .padR55 {   padding-right: 25px;}
    .padR60, .padR65, .padR70, .padR75, .padR80, .padR85, .padR90, .padR95, .padR100, .padR120,
    .padR150 {  padding-right: 30px;}

    .padB5,
    .padB15 {   padding-bottom: 10px;}
    .padB20,
    .padB25 {   padding-bottom: 10px;}
    .padB30,
    .padB35 {   padding-bottom: 15px;}
    .padB40,
    .padB45 {   padding-bottom: 20px;}
    .padB50,
    .padB55 {   padding-bottom: 25px;}
    .padB60, .padB65, .padB70, .padB75, .padB80, .padB85, .padB90, .padB95, .padB100, .padB120,
    .padB150 {  padding-bottom: 30px;}


    .pad10on767 { padding: 10px; }
    .padT10on767 { padding-top: 10px; }
    .padB10on767 { padding-bottom: 10px; }
    .padL10on767 { padding-left: 10px; }
    .padR10on767 { padding-right: 10px; }

    .mar15, .mar20,
    .mar25 {    margin: 10px;}
    .mar30,
    .mar35 {    margin: 15px;}
    .mar40,
    .mar45 {    margin: 20px;}
    .mar50,
    .mar55 {    margin: 25px;}
    .mar60,
    .mar65 {    margin: 30px;}
    .mar70, .mar75,
    .mar80 {    margin: 35px;}


    .marT15, .marT20,
    .marT25 {   margin-top: 10px;}
    .marT30,
    .marT35 {   margin-top: 15px;}
    .marT40,
    .marT45 {   margin-top: 20px;}
    .marT50,
    .marT55 {   margin-top: 25px;}
    .marT60,
    .marT65 {   margin-top: 30px;}
    .marT70, .marT75,
    .marT80 {   margin-top: 35px;}


    .marL15, .marL20,
    .marL25 {   margin-left: 10px;}
    .marL30,
    .marL35 {   margin-left: 15px;}
    .marL40,
    .marL45 {   margin-left: 20px;}
    .marL50,
    .marL55 {   margin-left: 25px;}
    .marL60,
    .marL65 {   margin-left: 30px;}
    .marL70, .marL75,
    .marL80 {   margin-left: 35px;}


    .marR15, .marR20,
    .marR25 {   margin-right: 10px;}
    .marR30,
    .marR35 {   margin-right: 15px;}
    .marR40,
    .marR45 {   margin-right: 20px;}
    .marR50,
    .marR55 {   margin-right: 25px;}
    .marR60,
    .marR65 {   margin-right: 30px;}
    .marR70, .marR75,
    .marR80 {   margin-right: 35px;}


    .marB15, .marB20,
    .marB25 {   margin-bottom: 10px;}
    .marB30,
    .marB35 {   margin-bottom: 15px;}
    .marB40,
    .marB45 {   margin-bottom: 20px;}
    .marB50,
    .marB55 {   margin-bottom: 25px;}
    .marB60,
    .marB65 {   margin-bottom: 30px;}
    .marB70, .marB75,
    .marB80 {   margin-bottom: 35px;}

    .noPadOn767 {   padding: 0px; }
    .noPadTOn767 {  padding-top: 0px; }
    .noPadBOn767 {  padding-bottom: 0px; }
    .noPadLOn767 {  padding-left: 0px; }
    .noPadROn767 {  padding-right: 0px; }
    .noMarOn767 {   margin: 0px; }
    .noMarTOn767 {  margin-top: 0px; }
    .noMarBOn767 {  margin-bottom: 0px; }
    .noMarLOn767 {  margin-left: 0px; }
    .noMarROn767 {  margin-right: 0px; }

    .fontS17 h1,.fontS17 h2,.fontS17 h3,.fontS17 h4, .fontS17,
    .fontS18 h1,.fontS18 h2,.fontS18 h3,.fontS18 h4, .fontS18 { font-size: 16px;}
    .fontS20 h1,.fontS20 h2,.fontS20 h3,.fontS20 h4, .fontS20 { font-size: 18px;}
    .fontS22 h1,.fontS22 h2,.fontS22 h3,.fontS22 h4, .fontS22,
    .fontS24 h1,.fontS24 h2,.fontS24 h3,.fontS24 h4, .fontS24,
    .fontS25 h1,.fontS25 h2,.fontS25 h3,.fontS25 h4, .fontS25,
    .fontS26 h1,.fontS26 h2,.fontS26 h3,.fontS26 h4, .fontS26 { font-size: 20px;}
    .fontS28 h1,.fontS28 h2,.fontS28 h3,.fontS28 h4, .fontS28 { font-size: 21px;}
    .fontS30 h1,.fontS30 h2,.fontS30 h3,.fontS30 h4, .fontS30 { font-size: 22px;}
    .fontS32 h1,.fontS32 h2,.fontS32 h3,.fontS32 h4, .fontS32 { font-size: 23px;}
    .fontS34 h1,.fontS34 h2,.fontS34 h3,.fontS34 h4, .fontS34,
    .fontS35 h1,.fontS35 h2,.fontS35 h3,.fontS35 h4, .fontS35,
    .fontS36 h1,.fontS36 h2,.fontS36 h3,.fontS36 h4, .fontS36 { font-size: 24px;}
    .fontS38 h1,.fontS38 h2,.fontS38 h3,.fontS38 h4, .fontS38 { font-size: 25px;}
    .fontS40 h1,.fontS40 h2,.fontS40 h3,.fontS40 h4, .fontS40 { font-size: 26px;}
    .fontS42 h1,.fontS42 h2,.fontS42 h3,.fontS42 h4, .fontS42 { font-size: 27px;}
    .fontS44 h1,.fontS44 h2,.fontS44 h3,.fontS44 h4, .fontS44,
    .fontS45 h1,.fontS45 h2,.fontS45 h3,.fontS45 h4, .fontS45,
    .fontS46 h1,.fontS46 h2,.fontS46 h3,.fontS46 h4, .fontS46 { font-size: 28px;}
    .fontS48 h1,.fontS48 h2,.fontS48 h3,.fontS48 h4, .fontS48 { font-size: 29px;}
    .fontS50 h1,.fontS50 h2,.fontS50 h3,.fontS50 h4, .fontS50 { font-size: 30px;}
    .fontS55 h1,.fontS55 h2,.fontS55 h3,.fontS55 h4, .fontS55 { font-size: 32px;}
    .fontS60 h1,.fontS60 h2,.fontS60 h3,.fontS60 h4, .fontS60 { font-size: 34px;}
    .fontS65 h1,.fontS65 h2,.fontS65 h3,.fontS65 h4, .fontS65 { font-size: 36px;}
    .fontS70 h1,.fontS70 h2,.fontS70 h3,.fontS70 h4, .fontS70 { font-size: 38px;}
    .fontS75 h1,.fontS75 h2,.fontS75 h3,.fontS75 h4, .fontS75 { font-size: 40px;}
    .fontS80 h1,.fontS80 h2,.fontS80 h3,.fontS80 h4, .fontS80 { font-size: 42px;}
    .fontS85 h1,.fontS85 h2,.fontS85 h3,.fontS85 h4, .fontS85 { font-size: 44px;}
    .fontS90 h1,.fontS90 h2,.fontS90 h3,.fontS90 h4, .fontS90 { font-size: 46px;}
    .fontS95 h1,.fontS95 h2,.fontS95 h3,.fontS95 h4, .fontS95 { font-size: 48px;}
    .fontS100 h1,.fontS100 h2,.fontS100 h3,.fontS100 h4, .fontS100 { font-size: 50px;}

    .line-height1on767 { line-height: 1; }
    .line-height11on767 { line-height: 1.1; }
    .line-height12on767 { line-height: 1.2; }
    .line-height13on767 { line-height: 1.3; }
    .line-height14on767 { line-height: 1.4; }
    .line-height15on767 { line-height: 1.5; }
}



/* ==========================================================================
   Index:         
  1. BASE STYLES   
    - Variables
    - Macros
    - Base
    - Typography
  2. COS STRUCTURE
    - Structure
    - Header
    - Content
    - Footer
  3. MAIN NAVIGATION
    - Custom Menu Primary
    - Mobile Menu
  4. TEMPLATE MODULE CLASSES
    - Common Template Classes
    - Site Pages
    - Landing Pages
    - System Pages
  5. COS COMPONENTS
    - Blog
    - Forms
    - Buttons
  6. MISCELLANOUS
  7. MOBILE MEDIA QUERIES
   ========================================================================== */



/* ==========================================================================
   1. BASE STYLES                                             
   ========================================================================== */



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


/**
 * Find the most consistently used font styles, colors, and container widths 
 * for your site and assign them to the jinja variables below for easy use 
 * and reference. 
 *
 * Apply the variable as shown below.  Ignore the jingja comment tags.
 *
 * 
 */

/* Colors */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */
    /*  */

/* Typography */
            /*  */
                         /*  */
                          /*  */
 /*  */


/* Containers */
 /* Used on '.page-center' in 'Base' and in the 'Portrait tablet to landscape and desktop' media query */




/* ==========================================================================
   Macros                                                  
   ========================================================================== */


/** 
  * Create jinja macros for CSS3 properties that need browser prefixes.
  *
  * Apply the style as shown below on it's own CSS property line.  
  * Ignore the jinja comment tags. 
  *
  * 
  */

 

/** 
  * Example of how to apply the above macro (ignore the jinja comment tags):
  *
  * a {
  *   color: black;
  *   font-size: 12px;top-content
  *    
  * }
  */




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


/** 
 * Box Sizing
 * 
 * Applies a natural box layout model to all elements so that width and padding 
 * are essentially combined, making responsive styles easier to manage.
 */

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

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

/* Website background color and default font styles */
body {
  background: #fff;
  color: #262626;
  font-family: Gotham, Sans-Serif;
  font-size: 15px;
  line-height: 1.5;
}

/**
 * Page Center
 *
 * Apply .page-center to full-width modules.
 */

.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 900px;
  margin: 0 auto;
}

a { color: #262626; }
a:hover, a:focus { color: #204096; transition: .4s;}

hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

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

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

img {
  height: auto;
}

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


/* Basic text */
p {} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

sup, sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* Headings */
h1, h2, h3, h4, h5, h6 {}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}

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

ul.unstyled, ol.unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Quotes */
blockquote {}
blockquote p {}
blockquote small {}
blockquote small:before {}

q:before, q:after, blockquote:before, blockquote:after {}








/* ==========================================================================
   2. COS STRUCTURE                                            
   ========================================================================== */





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


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

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




/* ==========================================================================
   Header
   ========================================================================== */
.hero-banner {

    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.hs_cos_flex-viewport {
    max-height:500px!important;
}



.hero-banner-social-feed .caption{
    width: 1200px;
}

.header-container-wrapper {
}
.header-container {
    padding: 25px 0;
}

/* Logo styling */
.header-container .hs_cos_wrapper_type_logo {}
.header-container .hs_cos_wrapper_type_logo a {}
.header-container .hs_cos_wrapper_type_logo a img {
    margin-top: 5px;
}


.header-container .advance-menu-top .hs-menu-wrapper > ul ul li:after {
    position: absolute;
    top: -6px;
    left: 15px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fbfbfb;
    border-left: 6px solid transparent;
    content: '';
    background: #fff;
}


/* Custom Search */
.advance-menu-top input {
    outline: none;
}
.advance-menu-top input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: inherit;
	font-size: 100%;
}
.advance-menu-top input::-webkit-search-decoration,
.advance-menu-top input::-webkit-search-cancel-button {
	display: none; 
}

.advance-menu-top ul > li:last-child > a {
/*    padding-top: 1px !important; */
}
.advance-menu-top ul > li.hs-menu-item.hs-menu-depth-1.hs-item-has-children > ul > li > a {
    padding: 10px 15px !important;
}

.advance-menu-top input[type=search] {
	background: url(//cdn2.hubspot.net/hubfs/2421246/DBF_Insol/search.png) no-repeat center center;
	border: solid 1px transparent;

	-webkit-border-radius: 10em;
	-moz-border-radius: 10em;
    -ms-border-radius: 10em;
	border-radius: 10em;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
.advance-menu-top input[type=search]:focus {
	width: 130px;
	background-color: #fff;
	border-color: #204392;
	-webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
	-moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
	box-shadow: 0 0 5px rgba(109,207,246,.5);
}


.advance-menu-top input:-moz-placeholder {
	color: #999;
}
.advance-menu-top input::-webkit-input-placeholder {
	color: #999;
}

.advance-menu-top input::-ms-clear {
    display: none;
}

/* Demo 2 */
.advance-menu-top #demo-2 input[type=search] {
	width: 15px;
	padding: 5px 0;
	color: transparent;
	cursor: pointer;
    margin: 0;
}
.advance-menu-top #demo-2 input[type=search]:hover {
	background-color: #fff;
}
.advance-menu-top #demo-2 input[type=search]:focus {
    background: url(//cdn2.hubspot.net/hubfs/2421246/DBF_Insol/search.png) no-repeat right 10px center;
	width: 130px;
    padding-left: 15px;
    padding-right: 35px;
	color: #000;
	background-color: #fff;
	cursor: auto;
}
.advance-menu-top #demo-2 input::-moz-placeholder {
	color: transparent;
}
.advance-menu-top #demo-2 input::-webkit-input-placeholder {
	color: transparent;
}
/* ==========================================================================
   Content                                                 
   ========================================================================== 


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


/* Unique Pages
   ========================================================================== */

/* Homepage: Hero Banner, Intro Section, Featured Products */

    /* Hero Banner: Slider */
    .hero-banner h1 {
        font-weight: bold;
        color: #1e1b1d;
        font-size: 38px;
    }
    
    .hero-banner p {
        color: #1e1b1d;
    }
    .hero-banner .hs_cos_flex-slider {
        margin-bottom: 0;
    }
    
    
    .hero-banner .hs_cos_flex-control-paging li a {
        background: rgba(107, 105, 106, 1);
    }
    .hero-banner .hs_cos_flex-control-paging li a.hs_cos_flex-active {
        background: #204392;
    }
    
    .hero-banner .hs_cos_flex-control-nav {
        bottom: 22px;
    }
    
    
    .hero-banner .hs_cos_flex-slider .caption {
        background: none;
    }
    
    .slider-content h1, .slider-content p {
        line-height: 1.15;
        margin: 0;
    }
    
    .slider-content p {
        font-size: 24px;
        padding-top: 10px;
    }
    
    
    .banner-bg_height {
        height: 250px;
    }

  
    @media (min-width: 980px) {
        .hero-banner .hs_cos_flex-slider .caption {
            /*position: absolute;*/
            position: relative;
            top: 0;
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex;
            -webkit-box-align: center;
            -moz-box-align: center;
            -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
            height: 100%;
            width: 300px;
            right: 0;
            padding: 0;
        }
        .slider-content {
            text-align: left;
        }
        
    }
    @media (min-width: 1200px) {
        
        .hero-banner .hs_cos_flex-slider .caption {
            width: 430px;
        }
        
    }
    
    /* Intro Section */
    .intro {
       padding: 30px 0;
    }
    

    .intro p {
        font-size: 21px;
    }
    
    /* Featured Products */
    .featured-products {
        background: #fbfbfb;
        padding: 50px 0;
    }
    .featured-products h2 {
        color: #1e1b1d;
        font-size: 32px;
        text-transform: uppercase;
        margin: 0;;
    }
    .featured-products .cta_button {
        margin-top: 45px;
    }
    
    /* Owl Carousel */
    .owlCustom {
        margin-top: 75px;
    }
    #owl-demo .item{
      margin: 3px;
    }
    #owl-demo .item img{
      display: block;
      width: 100%;
      height: auto;
    }
    .owl-theme .owl-controls .owl-page span {
       background: #204392;
       opacity: 1;
       border: 1px solid #204392;
    }
    .owl-theme .owl-controls .owl-page.active span{
        background: #ffffff;
    }
    .owl-theme .owl-controls .owl-buttons div {
        position: absolute;
        color: #6b696a;
         background: none;
         opacity: 1;
    }
    .owl-theme .owl-controls .owl-buttons .owl-prev {
        left: -45px;
        top: 115px;
    }
    .owl-theme .owl-controls .owl-buttons .owl-next {
        right: -45px;
        top: 115px;
    }
    .featured-products .featured-product-item {
      margin: 0 7px 15px;
      right: 0;
    }
    .featured-products .featured-product-item img {
        width: 100%;
    }
    
    .featured-products .featured-product-item .featured-product-item-link {
      display: block;
      position: relative;
      max-width: 400px;
      margin: 0 auto;
    }
    .featured-products .featured-product-item .featured-product-item-link .caption {
      
      position: absolute;
      width: 100%;
      height: 100%;
    
      transition: all ease 0.5s;
      -webkit-transition: all ease 0.5s;
      -moz-transition: all ease 0.5s;
    }
 
    .featured-products .featured-product-item .featured-product-item-link .caption:hover {
      background: rgba(11, 78, 162, .7);
    }
    .featured-products .featured-product-item .featured-product-item-link .caption h3 {
        margin-top: 0;
        text-transform: uppercase;
         opacity: 1;
    }
    /*.featured-products .featured-product-item .featured-product-item-link .caption:hover {
      opacity: .5;

    }*/
    
    /* Float Shadow */
    .hvr-float-shadow {
      display: inline-block;
      vertical-align: middle;
      -webkit-transform: perspective(1px) translateZ(0);
      transform: perspective(1px) translateZ(0);
      box-shadow: 0 0 1px transparent;
      position: relative;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s;
      -webkit-transition-property: transform;
      transition-property: transform;
    }
    .hvr-float-shadow:before {
      pointer-events: none;
      position: absolute;
      z-index: -1;
      content: '';
      top: 100%;
      left: 5%;
      height: 10px;
      width: 90%;
      opacity: 0;
      background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
      background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
      /* W3C */
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s;
      -webkit-transition-property: transform, opacity;
      transition-property: transform, opacity;
    }
    .hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
      -webkit-transform: translateY(-5px);
      transform: translateY(-5px);
      /* move the element up by 5px */
    }
    .hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
      opacity: 1;
      -webkit-transform: translateY(10px);
      transform: translateY(10px);
      /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
    }
    
    .featured-products .featured-product-item .featured-product-item-link .caption .caption-content {
      position: absolute;
      width: 100%;
      height: 20px;
      font-size: 25px;
      text-align: center;
      top: 50%;
      margin-top: -30px;
      color: white;
    }
    .featured-products .featured-product-item .featured-product-item-link .caption .caption-content i {
      margin-top: -12px;
    }
    #portfolio .featured-product-item .featured-product-item-link .caption .caption-content h3,
    .featured-products .featured-product-item .featured-product-item-link .caption .caption-content h4 {
      margin: 0;
    }
    .featured-products * {
      z-index: 2;
    }
    @media (min-width: 768px) {
     .featured-products .featured-product-item {
        margin: 0 7px 30px;
      }
    }
    
    
    /* Case Study: Services Page */
    .case-study-row .featured-product-item {
      margin: 0 0px 15px;
      right: 0;
    }
    .case-study-row .featured-product-item img {
        width: 100%;
    }
    
    .case-study-row .featured-product-item .featured-product-item-link {
      display: block;
      position: relative;
      max-width: 400px;
      margin: 0 auto;
    }
    .case-study-row .featured-product-item .featured-product-item-link .caption {
      position: absolute;
      width: 100%;
      height: 100%;
      transition: all ease 0.5s;
      -webkit-transition: all ease 0.5s;
      -moz-transition: all ease 0.5s;
    }
 
    .case-study-row .featured-product-item .featured-product-item-link .caption:hover {
      background: rgba(11, 78, 162, .7);
    }
    .case-study-row .featured-product-item .featured-product-item-link .caption h3 {
        margin-top: 0;
        text-transform: uppercase;
         opacity: 1;
    }
    .case-study-row .featured-product-item .featured-product-item-link .caption .caption-content {
      position: absolute;
      width: 100%;
      height: 20px;
      font-size: 20px;
      text-align: center;
      top: 50%;
      margin-top: -30px;
      color: white;
    }
    .case-study-row .featured-product-item .featured-product-item-link .caption .caption-content i {
      margin-top: -12px;
    }
    .case-study-row .featured-product-item .featured-product-item-link .caption .caption-content h3,
    .case-study-row .featured-product-item .featured-product-item-link .caption .caption-content h4 {
      margin: 0;
    }
    
  
    @media (min-width: 768px) {
    .case-study-row .featured-product-item {
        margin: 0 0px 30px;
      }
    }
    
    
    /* Services Section */
    .services {
        background: #272727 url('//cdn2.hubspot.net/hubfs/2421246/DBF_Insol/services-section-bg.png') no-repeat center center scroll;
        background-size: cover;
        color: #fff;
        padding: 60px 0;
    }
    .services h2 {
        margin-top: 0;
        font-size: 32px;
        text-transform: uppercase;
         margin: 0;
    }
    .services p {
        font-size: 22px;
    }
    .services .cta_button {
        margin-top: 40px;
    }
    .services .page-center {
        max-width: 1090px !important;
        padding: 0 15px;
    }
    
    /* CTA Section */
    .cta {
        padding: 56px 0;
    }
    

    /* Blog Section */
    .home-dbf-insol .blog {
        padding-top: 50px;
        padding-bottom: 80px;
        color: #1e1b1d;
    }
    .home-dbf-insol .blog .cta_button {
        margin-top: 50px;
    }
    
    @media (min-width: 980px)  {
        .home-dbf-insol .blog .blog-hubl .span4.widget-span.widget-type-cell.text-center-mobile {
            max-height: 450px;
            overflow: hidden;
            position: relative;
        } 
        .home-dbf-insol .blog a.recBlogReadMore {
            position:relative;
            bottom: 28px;
        }
        .home-dbf-insol .blog .custom-blog-content-summary {
            min-height: 95px;
        }
    }
   
    
    
    
    @media (min-width: 980px)  { 
        .home-dbf-insol .blog img {
            width: 100% !important;
            max-height: 164px;
    
        }
    }
    .home-dbf-insol .blog h2 {
        font-size: 32px;
        text-transform: uppercase;
        margin-top: 0;
        text-align: left; 
        
    }
    .home-dbf-insol .blog h3 {
        text-transform: uppercase;
        font-size: 17px;
        margin-top: 30px;
        text-align: left;
        
    }
    .home-dbf-insol .blog p {
        font-size: 12px;
        text-align: left;
        
    }
    a.recBlogReadMore {
        color: #204392;
        text-decoration: none;
    }
    a.recBlogReadMore:hover {
        color: #17316b;
    }

/* Sub Pages Hero Banner: For Page with Same Module */
.subpages-dbf-insol .hero-banner {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /*padding: 95px 0;*/
}
.subpages-dbf-insol .hero-banner h1 {
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    font-size: 50px;
}
.subpages-dbf-insol .get-in-touch {
    background: #272727 url('//cdn2.hubspot.net/hubfs/2421246/DBF_Insol/services-section-bg.png') no-repeat center center scroll;
    background-size: cover;
    color: #fff;
    padding: 60px 0;
}
.subpages-dbf-insol .get-in-touch h2 {
    margin-top: 0;
    font-size: 32px;
    text-transform: uppercase;
    margin: 0;
}
.subpages-dbf-insol .get-in-touch p {
    font-size: 22px;
}

/* About Us */

.about-us-dbf-insol .hero-banner {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.about-us-dbf-insol .hero-banner h1 {
    text-shadow: 1px 1px 1px #000;
}

.about-us-dbf-insol .meet-our-team {
    padding: 80px 0;
}
 
/* Intro Section */
.about-us-dbf-insol .intro {
    padding: 75px 0;
}
.about-us-dbf-insol .intro p.blue {
    font-size: 21px;
    color: #204392;
}
.about-us-dbf-insol .intro p {
    font-size: 15px;
}




.about-us-dbf-insol .zigzag-content {
    background: #fbfbfb;
    padding: 50px 0;
}

.about-us-dbf-insol .zigzag-content .hs_cos_wrapper {
    padding: 0 0 60px 0;
}

.about-us-dbf-insol .zigzag-content .hs_cos_wrapper:last-child {

    padding: 0;
}
.about-us-dbf-insol .zigzag-content img {
    height: auto !important;
}

@media (min-width: 980px) {
    .about-us-dbf-insol .zigzag-content .zigzag-content-row .row {
        display: flex;
    }
    .about-us-dbf-insol .zigzag-content .zigzag-content-row .row .span6 {
        align-self: center
    }
}

.about-us-dbf-insol .zigzag-content p.title {
    color: #204392;
    font-size: 21px;
}
.about-us-dbf-insol .zigzag-content .top-content {
    margin-bottom: 40px;
}



/* Meet Our Team */
.meet-our-team-dbf-insol .intro {
    color: #204392;
}
.meet-our-team-dbf-insol .meet-our-team-section {
    background: #fbfbfb;
    padding: 50px 0;
}

.meet-our-team-dbf-insol .meet-our-team-section .team-member-headshot img {
    height: auto;
}

.meet-our-team-dbf-insol .meet-our-team-section h3.team-member-name {
    margin-bottom: 0;
    color: #204392;
    font-size: 24px;
    line-height: 24px;
}
.meet-our-team-dbf-insol .meet-our-team-section h4.team-member-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: normal;
     line-height: 24px;
}
.meet-our-team-dbf-insol .meet-our-team-section .team-row {
    color: #000000;
    font-size: 16px;
}

.meet-our-team-dbf-insol .meet-our-team-section .hs_cos_wrapper {
    padding: 0 0 60px 0;
}

.meet-our-team-dbf-insol .meet-our-team-section .hs_cos_wrapper:last-child {

    padding: 0;
}


@media (min-width: 980px) {
    .meet-our-team-dbf-insol .meet-our-team-section .team-row .span4 {
        height: 545px;
        position: relative;
    }
    
    #hs_cos_wrapper_widget_1477292966746 > div > div > div:nth-child(1) {
        height: 575px;
    }
    #hs_cos_wrapper_widget_1477292966746 > div > div > div:nth-child(2) {
        height: 575px;
    }
    #hs_cos_wrapper_widget_1477292966746 > div > div > div:nth-child(3) {
        height: 575px;
    }
    
    .meet-our-team-dbf-insol .meet-our-team-section .team-row .span4 .team-member-branch {
        position: absolute;
        bottom: 0;
    }
}


/* Resources Page  */

/* Resources Page : Modal: Bootstrap 3 Code, Video Section */
.resources-dbf-insol .guide {
    padding: 75px 0;
}
.resources-dbf-insol .guide h2 {
    margin-top: 0;
    font-size: 32px;
    text-transform: uppercase;
}

.resources-dbf-insol .modal-body video {
    width: 100%;
}

/* Modal: Bootstrap 3 Code */
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.clearfix:before,
.clearfix:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}

/* Video Section */
.resources-dbf-insol .video-section {
    background: #fbfbfb;
    padding: 50px 0;
}
.resources-dbf-insol .video-section h2 {
    font-size: 32px;
    text-transform: uppercase;
    margin-top: 0;
}
.resources-dbf-insol .video-section img:hover {
    cursor:pointer;
}


.resources-dbf-insol .guide .hs_cos_wrapper {
    padding: 0 0 60px 0;
}

.resources-dbf-insol .guide .hs_cos_wrapper:last-child {

    padding: 0;
}


.resources-dbf-insol .video-section .hs_cos_wrapper {
    padding: 0 0 60px 0;
}

.resources-dbf-insol .video-section .hs_cos_wrapper:last-child {

    padding: 0;
}


/* Resources Page Other Section */
.resources-dbf-insol .other {
    padding: 70px 0;
}
.resources-dbf-insol .other h2 {
    font-size: 32px;
    text-transform: uppercase;
    margin-top: 0;
}

/* Contact Us Page */
.contact-us-dbf-insol .hero-banner {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 72px 0;
    color: #fff;
}
.contact-us-dbf-insol .hero-banner h1 {
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    font-size: 50px;
}
.contact-us-dbf-insol .hero-banner p.secondary-header {
    font-size: 29px;
    text-transform: uppercase;
    color: #fff;
  
}
@media (min-width: 768px) {
    .contact-us-dbf-insol .hero-banner p {
        margin: 0;
    }
}


.contact-us-dbf-insol .contact {
    padding: 75px 0;
}
.contact-us-dbf-insol .contact h1, .contact-us-dbf-insol .contact h2, .contact-us-dbf-insol .contact h3, .contact-us-dbf-insol .contact h4, .contact-us-dbf-insol .contact h5, .contact-us-dbf-insol .contact h6 {
    margin-top: 0;
    font-weight: normal;
    color: #204392;
    font-size: 21px;
}

.contact-us-dbf-insol .contact textarea {
    height: 150px;
    resize: none;
}
.contact-us-dbf-insol .contact input[type="checkbox"].hs-input {
  transform: scale(1.5);
  position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;
  
}
.contact-us-dbf-insol .contact input[type=checkbox].hs-input + span {
    padding-left:36px;
    height:22px; 
	display:inline-block;
	line-height:22px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:15px;
	vertical-align:middle;
	cursor:pointer;
    color: #204392;

}
.contact-us-dbf-insol .contact input[type=checkbox].hs-input:checked + span,
.landing-page-dbf-insol .gift-form-module input[type=checkbox].hs-input:checked + span {
    background-position: 0 -22px;
}
.contact-us-dbf-insol .contact .hs-form-booleancheckbox label > span,
.landing-page-dbf-insol .gift-form-module input[type=checkbox].hs-input+span {
background-image:url(//cdn2.hubspot.net/hubfs/2421246/DBF_Insol/checkbox.png);
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

.landing-page-dbf-insol .content input[type="checkbox"]:focus{
    outline:0;
}

/* Blog Page */
.blog .hero-banner {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 72px 0;
    color: #fff;
}
.blog .hero-banner h1 {
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    font-size: 50px;
}
.blog .hero-banner p.secondary-header {
    font-size: 29px;
    text-transform: uppercase;
    color: #fff;
}
@media (min-width: 768px) {
   .blog .hero-banner p {
        margin: 0;
    }
    
    .blog a#cta_button_2421246_5e0fd7f9-cc6b-465a-8b2b-e0ac61e0421b {
        margin-top: 67px;
        float: right;
    } 
}



a#cta_button_2421246_50328ef5-0b4e-4372-8ac9-587a535512f5 img {
    margin-bottom: 1em;
}

.hs-blog-post .custom-blog-subscription {
    display: none;
}

@media (min-width: 980px) {
    .blog .hero-banner .input {
        display: inline block;
        max-width: 200px;
        float:left;
        margin-right: 15px;
    }
    
    .blog .hero-banner .custom-blog-subscription {
        position: relative;
    }
    .blog .hero-banner .custom-blog-subscription .hs-error-msgs.inputs-list label {
        position: absolute;
        bottom: -2em;
        left: 0;
    }
    
    .blog .hero-banner input {
        padding: 14px 15px;
    }
    
    

}
.blog .hero-banner .custom-blog-subscription h3 {
    display: none;
}
.blog .hero-banner .secondary-header {
    margin-bottom: 1em;
}

.nonavigation .hs_cos_flex-direction-nav {
    display: none !important;
}

/* Modular & Reusable Components
   ========================================================================== */

/* Callouts */

/* Social Media Custom Icons */

/* Additional Menus aside from the Main Nav */




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

.footer {
    color: #fff;
}
.footer-container-wrapper {}
.footer-container {}

.footer-top {
    background: #204392;
    /*background: #204392 url('//cdn2.hubspot.net/hubfs/441386/DBF_Insol/footer-top-bg.png') no-repeat center center scroll;*/
    background-size: cover;
    padding: 45px 0;
}
.footer-bottom {
    background: #2a2a2a;
}
.footer .advanced-menu-footer ul li a {
     border-right: 1px solid #798cbb;
}
.footer .advanced-menu-footer ul li a:hover {
    opacity: .8;
}

.footer .advanced-menu-footer ul li:last-child a {
    border-right: 0 !important;
}
.footer .advanced-menu-footer ul li a {
    color: #fff;
    max-width: none !important;
    padding: 0 20px;
}

.footer .list-inline {
  padding-left: 0;
  margin-left: -15px;
  list-style: none;
}
.footer .list-inline > li {
  display: inline-block;
  padding-right: 15px;
  padding-left: 15px;
}
.footer .list-inline > li:last-child {
   padding-right: 0;
}
.footer .list-inline > li a {
    text-decoration: none;
    color: #fff;
}
.footer .list-inline > li a:hover {
    opacity: .8;
}
.footer .list-inline .fa-inverse {
    color: #204291;
}
.footer a#cta_button_2421246_874d8908-5ede-4b12-8bf3-a6fcb6c8f50b {
    margin: 40px 0 50px 0;
}


/* ==========================================================================
   3. MAIN NAVIGATION                                            
   ========================================================================== */


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


 /* Set ul background color */
 /* Set li background Color */
 /* Set link Color */
 /* Set link Hover Color */

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{ 
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  color:#262626;
  text-transform: uppercase;
  font-size: 12px;
  
  
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color:#204096;
}

/* Advanced Menu Bottom - Desktop */
.advance-menu-bottom ul, .advance-menu-top ul {
    float: right;
}
.advance-menu-bottom .hs-menu-wrapper > ul > li:last-child > a {
    padding-right: 0;
}
.advance-menu-bottom .hs-menu-wrapper > ul > li a {
    padding: 5px 15px;
}
@media (min-width: 768px) {
    /*.advance-menu-bottom {
        margin-top: -15px;
    }*/
    .advance-menu-top {
        height: 10px;
    }
    
}
@media (max-width: 979px) {
    .gsst_a {
        margin-top: -6px;
    }
}

/* Advanced Menu Top - Desktop */
.advance-menu-top .hs-menu-wrapper > ul > li:last-child > a {
    padding-right: 0;
}
.advance-menu-top .hs-menu-wrapper > ul > li a {
    padding: 5px 15px;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
    border-radius: 6px;
      background-color: #FBFBFB;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
  background:;

  border-bottom: 1px dashed #eee;
  
}
.custom-menu-primary .hs-menu-wrapper > ul ul li:last-child {
    border: none;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  color:#262626;
  font-size: 12px;
  text-transform: uppercase;
  padding: 10px 20px;
}

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

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

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

/* Product Main */

.parent {
    overflow: hidden;
    position: relative;
    cursor: pointer;
    margin-bottom: 5px;
    height: 240px;
}

.child {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    height: 240px;
    display: block;
}
img.bgnone {
    display: none;
  
}

.child a {
    display: none;
    font-size: 35px;
    color: #ffffff !important;
    font-family: sans-serif;
    text-align: center;
    margin: auto;
    position: absolute;
    top: 99px;
    left: 0;
    bottom: 0;
    right: 0;
    height: 50px;
    cursor: pointer;
   
    /*text-decoration: none;*/
}

.parent .hover-img {
    position: absolute;
    width: 100%;
    bottom: 0;
    opacity: 0;
}
.parent .hover-img:hover {
    opacity: 1;
}

.parent:hover .child, .parent:focus .child {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.parent:hover .child:before, .parent:focus .child:before {
    display: block;
}

.parent:hover a, .parent:focus a {
    display: block;
}

.child:before {
    content: "";
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(52,73,94,0.75);
}

.span4.product-box {
    margin-right: 1.5%;
    margin-bottom: 40px;
}

.productSection .prod-name,
.sub-menu-wrapper .prod-name,
.about-menu-wrapper .prod-name{
    padding: 10px 0;
    font-size: 15px;
    color: #204392;
    border-bottom: 1px solid #cbd3e5;
}

.titleproductmain h3 {
    font-size: 21px;
    font-weight: bold;
    color: #204392;
    margin-bottom: 0;
    padding-bottom: 20px;
    text-transform: uppercase;
    border-bottom: 1px solid #204392;
}

.productMenu,
.sub-menu-wrapper,
.about-menu-wrapper{
    display: none;
}
.sub-menu-wrapper .parent,
.about-menu-wrapper .parent{
    height: 50px;
    width: 50px;
    display: inline-block;
    vertical-align: middle;
    background: center no-repeat;
    background-size: cover;
    margin-right: 10px;
}
.sub-menu-wrapper .prod-name,
.about-menu-wrapper .prod-name{
    display: inline-block;
    vertical-align: middle;
}
.sub-menu-wrapper .product-box,
.about-menu-wrapper .product-box{
    padding: 10px 5px;
    margin-bottom: 15px;
}
.sub-menu-wrapper .product-box:hover,
.about-menu-wrapper .product-box:hover{
    background: rgba(255,255,255,0.4);
}
.advance-menu-bottom .hs-menu-wrapper .child,
.advance-menu-bottom .hs-menu-wrapper .inner-content {
    padding: 0px !important;
}
.sub-menu-wrapper:empty,
.about-menu-wrapper:empty{
    width: 100px !important;
    left: 45%;
    left: calc(50% - 50px);
}
.sub-menu-wrapper:empty:before,
.about-menu-wrapper:empty:before{
    content: 'loading';
    font-weight: bold;
}
.sub-menu-wrapper,
.about-menu-wrapper{
    position: absolute;
    float: none !important;
    width: 100% !important;
    left: 0px;
    top: 80px;
    padding: 20px;
    background: rgba(240,240,240,0.95);
    z-index: 10;
}
.sub-menu-wrapper > div,
.about-menu-wrapper > div{
    position: relative;
    max-width: 900px;
    margin: 0px auto 25px !important;
    float: none !important; 
    animation: fadeIn 0.4s ease 0.1s;
    animation-fill-mode: forwards;
    opacity: 0;
    top: -10px;
}
.sub-menu-wrapper .child,
.about-menu-wrapper .child{
    display: block !important;
}

.hs-menu-item a:hover .sub-menu-wrapper,
.hs-menu-item a:hover .about-menu-wrapper{
    display: block;
}

@keyframes fadeIn {
    0% {
        opacity: 0
        top: -10px;
    }
    100% {
        opacity: 1;
        top: 0px;
    }
}

/* Product Gallery */

/* ==========================================================================
   Mobile Menu - Hubspot Standard Toggle Menu
   ========================================================================== */


/**
 * Special Note
 *
 * When the menu is open, a class of .mobile-open is applied to the body. You can 
 * use this for custom styling on any element when the menu is in the open position.                     
 */

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

@media (max-width: 767px){


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

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


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

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: 0px;          /* Position Button at right of screen  */
    right: 10px;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 7px 10px 8px 10px;
    background: #ffffff; /* Background color */
    border: 1px solid #000000;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000000; 
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:#ffffff;
    background-color: #000000; 
    border-color: transparent;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color:#ffffff;
    background-color: #000000; 
    border-color: transparent;
  }


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

  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 22px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #000000; /* Icon color */
    display: inline-block;
  }
  .mobile-trigger i:before{
    top: -6px; /* Position top line */
  }
  .mobile-trigger i:after{
    top: 6px; /* Position bottom line */
  }
  
  .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
  .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
      background-color: #ffffff; /* Icon color */
  }


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

  .child-trigger{
    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: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color:#ffffff; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .child-trigger.child-open i{
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

    
  /* Menu Styles on Mobile Devices
     ========================================================================== */  
     
   .custom-menu-primary.js-enabled{
       position: relative;
       padding-top: 44px; /* Makes room for button */
       margin: 10px 0 10px 0;
   }

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

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative; /**************************************************************/
    top: 0;             /* Positions the menu to drop from the very top of the screen */
    left: 0;          /**************************************************************/
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color:#000000; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }

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

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

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

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
  .hs-item-has-children {
      
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
        display:none;
        background: rgba(10,10,50,0.3);
        position: relative;
        left: auto;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper.active {
      display: block;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper a {
    font-size: 18px;
  }
  
  .landing-page-dbf-insol .hero-banner h1 {
    font-size: 34px !important;
    line-height:40px !important;
  }
  
  .subpages-dbf-insol .hero-banner h1 {
    font-size: 30px; 
  }
  
  .about-us-dbf-insol .intro {
    padding: 20px 0;
   }
}
    







/* ==========================================================================
   4. TEMPLATE MODULE SELECTORS                                         
   ========================================================================== */





/* Common Template Selectors                                             
   ========================================================================== */

body.one-column {}
body.two-column {}
body.three-column {}
.content-wrapper {}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}

/* Common One Column Selectors */
body.site-page.one-column, 
body.landing-page.one-column, 
body.error-template.one-column, 
body.password-template.one-column, 
body.subscription-template.one-column {}

body.site-page.one-column .main-content, 
body.landing-page.one-column .main-content, 
body.error-template .main-content, 
body.password-template .main-content, 
body.subscription-template .main-content {}

/* Common Two Column Selectors */
body.site-page.two-column, 
body.landing-page.two-column, 
body.blog {}  

body.site-page.two-column .main-content, 
body.landing-page.two-column .main-content, 
body.blog .blog-content {}

/* Common Three Column Selectors */
body.site-page.three-column, 
body.landing-page.three-column {}

body.site-page.three-column .main-content, 
body.landing-page.three-column .main-content {}


/* Site Pages                                            
   ========================================================================== */

/* One Column Template */
body.site-page.one-column {}
body.site-page.one-column .content-wrapper {}
body.site-page.one-column .main-content {}

/* Two Column Template */
body.site-page.two-column {}
body.site-page.two-column .content-wrapper {}
body.site-page.two-column .main-content {}
body.site-page.two-column .sidebar.right {}

/* Three Column Template */
body.site-page.three-column {}
body.site-page.three-column .content-wrapper {}
body.site-page.three-column .main-content {}


/* Landing Pages                                           
   ========================================================================== */
.landing-page-dbf-insol .hero-banner {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 95px 0;
}
.landing-page-dbf-insol .hero-banner h1 {
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    font-size: 50px;
    line-height: 55px;
}
.landing-page-dbf-insol .content {
    padding: 40px 0;
}

.landing-page-dbf-insol .content h2, .landing-page-dbf-insol .content h3 {
    font-weight: normal;
    color: #204392;
    font-size: 21px;
}

.landing-page-dbf-insol .subscribe-to-our-blog {
    background: #fbfbfb;
    padding: 15px;
}

.landing-page-dbf-insol .content .hs-form-required {
    display: none;
}

.landing-page-dbf-insol .content input {
    margin-bottom: 1em;
    background: #ebebeb;
    border: none;
    padding: 10px 20px;
}

.landing-page-dbf-insol .content input::-webkit-input-placeholder {
    color: #262626;
    opacity: 1;
}

.landing-page-dbf-insol .content input:-moz-placeholder {
    color: #262626;
    opacity: 1;
}

.landing-page-dbf-insol .content input::-moz-placeholder {
	color: #262626;
    opacity: 1;
}

.landing-page-dbf-insol .content input:-ms-input-placeholder {
	color: #262626;
    opacity: 1;
}
.landing-page-dbf-insol .content input[type="submit"] {
    background: #204392;
    color: #fff;
    padding: 12px 71px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: normal;
}
.landing-page-dbf-insol .content input[type="submit"]:hover {
    opacity: .9;
}
.landing-page-dbf-insol .content input[type="checkbox"].hs-input {
  transform: scale(1.5);
  position:absolute; z-index:-1000; left:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;
  
}
.landing-page-dbf-insol input[type=checkbox].hs-input + span {
    padding-left:36px;
	height:22px; 
	display:inline-block;
	line-height:22px;
	background-repeat:no-repeat;
	background-position: 0 0;
	font-size:15px;
	vertical-align:middle;
	cursor:pointer;
    color: #204392;

}
.landing-page-dbf-insol input[type=checkbox].hs-input:checked + span {
    background-position: 0 -22px;
}
.landing-page-dbf-insol .hs-form-booleancheckbox label > span {
background-image:url(//cdn2.hubspot.net/hubfs/2421246/DBF_Insol/checkbox.png);
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}



.landing-page-dbf-insol .content input[type="checkbox"]:focus{
    outline:0;
}
.landing-page-dbf-insol .content input[type="file"] {
    margin-bottom:0;
}



/*
.landing-page-dbf-insol .content input[type="file"]::after  {
    content: 'DROP FILES HERE TO UPLOAD OR';
    display: block;
    outline: none;
    -webkit-user-select: none;
    cursor: pointer;
    text-align: center;
    background: #ebebeb;
    color: #262626;
    padding: 4em 0;
    border: 1px dashed #cdcdcd;
}

.landing-page-dbf-insol .content input[type="file"]::-webkit-file-upload-button {
     position: absolute;
     margin-top: 100px;
}
.landing-page-dbf-insol .content h2, .landing-page-dbf-insol .content h3 {
    color: #204392;
    font-weight: normal;
    font-size: 21px;
}

*/

.hs_upload_plans{
    position:relative;
 }
 .hs_upload_plans .hs-field-desc{
    width: 100%;
    text-align: left;
    padding-top: 5px;
    /*padding: 5px 16px;*/
    padding-left: 0;
    padding-top: 0px;
    /*margin-bottom: 16px;*/
    /*margin-top: 16px;*/
    left: 2.5%;
}
 .hs_upload_plans .hs-field-desc::after{
    display:none !important;
    content: "CLICK HERE";
    display: table;
    margin: 4% auto 0;
    font-size: 14px;
    color: #204392 !important;
    font-weight: bold;
    background: #fff;
    padding: 15px 22px;
 }
 .hs_upload_plans .input{
     background:#ebebeb;
 }
.landing-page-dbf-insol .content input[type="file"]{
    padding: 22% 10%;
    z-index: 9;
    position: relative;
    opacity: 0;
}


/* CASE STUDY */
.case-study-title-h1 h1 {
    line-height: 32px; 
    font-size: 30px; 
    margin-top: 0;
}

.lichfield-case-study-header {
    position: relative; 
    top: 10vh;
 		background: rgba(0,0,0, 0.6); 
    padding: 40px 30px; 
    
}


/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 900px) { 
    .hs_upload_plans .hs-field-desc::after {
        padding: 0 22px;
    }
}
@media (min-width: 640px) and (max-width: 767px) { 
    .landing-page-dbf-insol .content input[type="file"]{
        padding: 11% 10%;

    }

}
@media (min-width: 480px) and (max-width: 639px) { 
    .landing-page-dbf-insol .content input[type="file"]{
       padding: 14% 10%;

    }

}
.sm-help-text {
    text-transform: uppercase;
    font-size: 11px;
}


/* One Column Template */
body.landing-page.one-column {}
body.landing-page.one-column .content-wrapper {}
body.landing-page.one-column .main-content {}

/* Two Column Template */
body.landing-page.two-column {}
body.landing-page.two-column .content-wrapper {}
body.landing-page.two-column .main-content {}
body.landing-page.two-column .sidebar.right {}

/* Three Column Template */
body.landing-page.three-column {}
body.landing-page.three-column .content-wrapper {}
body.landing-page.three-column .main-content {}


/* System Pages                                          
   ========================================================================== */

/* Error Templates 404, 500 */
body.error-template.one-column {}
body.error-template.one-column .content-wrapper {}
body.error-template.one-column .main-content {}

/* Password template */
body.password-template.one-column {}
body.password-template.one-column .content-wrapper {}
body.password-template.one-column .main-content {}

/* Email Subscribition templates */
body.subscription-template.one-column {}
body.subscription-template.one-column .content-wrapper {}
body.subscription-template.one-column .main-content {}


/* Error Pages */
.error-dbf-insol .intro p.blue {
    font-size: 21px;
    color: #204392;
}


.terms-and-condition-dbf-insol .intro p.blue {
    font-size: 21px;
    color: #204392;
}








/* ==========================================================================
   5. COS COMPONENTS                                        
   ========================================================================== */





/* ==========================================================================
   Blog                                         
   ========================================================================== */


/* Blog Post and Listing Body Class */
body.blog {}

/* Blog Post */
/* Blog Columns Wrapper */
.blog .content-wrapper {
    padding: 80px 0 60px 0;
}
body.hs-blog-post .content-wrapper {
  padding: 80px 0 150px 0;
}
body.hs-blog-post .blog-section {

}
 
/* Blog Listing */
body.hs-blog-listing {}



@media (min-width: 980px) {
    
    body.hs-blog-listing .post-header {
        max-width: 265px;
    }
    
    body.hs-blog-listing .post-header h2 {
        margin-bottom: 0;
    }
    body.hs-blog-listing .custom-content-post-listing {
        padding-top: 13px;
        padding-bottom: 13px;
        max-width: 265px;
    }
    
    body.hs-blog-listing .hs-featured-image {
        margin: 0 !important;
    }

}


/* Blog Content Column
   ========================================================================== */

.blog .blog-content {}

/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {}

/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {}

/* Blog Title */
.hs-blog-header h1 {}
.hs-blog-header h1 a{}

/* Blog Post Title */
.post-header h2 {
    font-size: 21px;
    font-weight: normal;
    margin-top: 0;
}
.post-header h2 a {
    color: #204392;
    text-decoration: none;
}
.blog 

/* Blog Inner */
.post-header h1 {
    font-size: 21px;
    font-weight: normal;
    margin: 0;
    color: #204392;
}
.hs-featured-image-inner {
    margin: 2em 0;
}
@media (min-width: 768px) {
    .hs-featured-image-inner {
        width: 100%;
    }   
}
.blog-inner-blue-intro {
    color: #204392;
}


/* Blog Author and Avatar */
#hubspot-author_data {
    text-transform: uppercase;
}
#hubspot-author_data a.author-link {
    text-decoration: none;
}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {
    margin-top: 30px;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
    border-bottom: 1px solid #7186b6;
    padding: 3em 0;
}
.blog-listing-wrapper .post-listing .post-item:first-child {
    padding-top: 0;
}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    border-width: 0;
    height: auto;
    width: auto;
    display: inline-block !important;
    float: right;
    margin: 0 0 20px 20px;
}

@media (min-width: 980px) {
    .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
        min-width: 269px;
        max-height: 177px;
    }
    
    .post-body.clearfix {
        position: relative;
    }
    
    .blog a.more-link {
        position: absolute;
        bottom: 0;
    }
}

/* Read More Link */
a.more-link {
    text-decoration: none;
    border-bottom: 1px solid #d6dae7;
    color: #204392;
}
a.more-link:hover {
    border-bottom: 1px solid #204392;
    
}

/* Blog Topics List */
#hubspot-topic_data {}
#hubspot-topic_data a.topic-link {}

/** 
 * Blog Social Sharing icons
 *
 * Overrides defaults to better align icons and prevent overlapping 
 */

.hs-blog-social-share {
  padding: 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
  margin: 10px 0;
}

/** 
 * Blog Commments 
 *
 * Custom styles are listed below, as the COS does not provide default styles.
 */

#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* Pagination */
.blog-pagination {}
.blog-pagination a {}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

/* Custom Pagination: Bootstrap 3 */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0 0 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #242424;
  background-color: #ffffff;
  margin-left: -1px;
  font-weight: bold;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #ffffff;
  background-color: #204392;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/** 
 * Blog Author Page 
 *
 * ALWAYS be sure to set styles to these selectors, as the COS does not provide default styles
 */

.hs-author-profile {}
.hs-author-profile h2.hs-author-name {}
.hs-author-profile .hs-author-bio {}
.hs-author-profile .hs-author-avatar {}
.hs-author-profile .hs-author-avatar img {}
h3.hs-author-listing-header {}

/** 
 * Blog All Posts Page
 *
 * ALWAYS be sure to set styles to these selectors, as the COS does not provide default styles
 */

body.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}


/* Blog Sidebar
   ========================================================================== */

.blog .blog-sidebar {}
.blog .blog-sidebar h3 {
    color: #204392;
    font-weight: normal;
    font-size: 21px;
}

.blog .blog-sidebar ul {
    padding: 0;
    list-style-type: none;
}
.blog .blog-sidebar ul li a {
    text-decoration: none;
}
.blog .blog-sidebar .categories {
    background: #fbfbfb;
    padding: 15px;
    margin-bottom: 1em;
}
.blog .blog-sidebar .categories h3 {
    margin-top: 0;
}
.blog .post-body hr {
    display: none;
}

/* Blog Modules */
.blog .blog-sidebar .widget-span {}




/* ==========================================================================
   Forms
   ========================================================================== */


/* All Global Forms
   ========================================================================== */

/* Form Field */
body .hs-form-field {}

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

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

/* Custom Required Alert */
ul.hs-error-msgs.inputs-list {
    color: #a9a9af;
}

/* One Line Inputs */
body input[type="text"],
body input[type="password"], 
body input[type="datetime"], 
body input[type="datetime-local"], 
body input[type="date"], 
body input[type="month"], 
body input[type="time"], 
body input[type="week"], 
body input[type="number"], 
body input[type="email"], 
body input[type="url"], 
body input[type="search"], 
body input[type="tel"], 
body input[type="color"],
body input[type="file"],
body textarea,
body select {
  width: 100%;
  font-family: Gotham, Sans-Serif;
  font-size: 15px;
  
  margin-bottom: 1em;
    background: #ebebeb;
    border: none;
    padding: 10px 15px;
  
}

body input[type="search"]{
		width: 100%;
  	font-family: Gotham, Sans-Serif;
  	font-size: 15px;
  
  	margin-top: 1em;
    background: #ebebeb;
    border: none;
    padding: 12px 20px;
    border-radius: 3px;
}

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

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

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

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

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

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

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

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


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

/* Form Field */

.dbf-insol-form .hs_cos_wrapper_type_form input[type="file"] {
    height: 150px;
    resize: none;
    padding-bottom: 0;
    padding-top: 0;
    margin-bottom: 0;
}

/*.dbf-insol-form .hs_cos_wrapper_type_form input[type="file"] {*/
/*    resize: none;*/
/*    padding-bottom: 10px;*/
/*    padding-top: 10px;*/
/*    margin-bottom: 0;*/
/*}*/


.dbf-insol-form body .hs-button.primary, body input[type="submit"], body input[type="button"]{
    width: 100%;
}

.hs_cos_wrapper_type_form .hs-form-field {}

.contact-form-h5 h5 {
    padding-bottom: 10px;
    margin-bottom:0;
}

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

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

/* One Line Inputs */
.hs_cos_wrapper_type_form input[type="text"],
.hs_cos_wrapper_type_form input[type="password"], 
.hs_cos_wrapper_type_form input[type="datetime"], 
.hs_cos_wrapper_type_form input[type="datetime-local"], 
.hs_cos_wrapper_type_form input[type="date"], 
.hs_cos_wrapper_type_form input[type="month"], 
.hs_cos_wrapper_type_form input[type="time"], 
.hs_cos_wrapper_type_form input[type="week"], 
.hs_cos_wrapper_type_form input[type="number"], 
.hs_cos_wrapper_type_form input[type="email"], 
.hs_cos_wrapper_type_form input[type="url"], 
.hs_cos_wrapper_type_form input[type="search"], 
.hs_cos_wrapper_type_form input[type="tel"], 
.hs_cos_wrapper_type_form input[type="color"],
.hs_cos_wrapper_type_form input[type="file"],
.hs_cos_wrapper_type_form textarea,
.hs_cos_wrapper_type_form select {}

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

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

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

/* Multiple Selection Inputs */
.hs_cos_wrapper_type_form form.hs-form .hs-form-field ul.inputs-list li input {}
.hs_cos_wrapper_type_form input[type="radio"] {}
.hs_cos_wrapper_type_form input[type="checkbox"] {}


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

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

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

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

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

/* Error */
body .hs-common-error-message {}


/* Blog Subscription Form
   ========================================================================== */
.blog .subscribe-to-our-blog {
    background: #fbfbfb;
    padding: 15px;
}

.blog .subscribe-to-our-blog .hs-form-required {
    display: none;
}
.blog .subscribe-to-our-blog h3 {
    margin-top: 0;
}
.blog .subscribe-to-our-blog input {
    margin-bottom: 1em;
    background: #ebebeb;
    border: none;
    padding: 10px 15px;
}

.blog .subscribe-to-our-blog input::-webkit-input-placeholder {
    color: #262626;
    opacity: 1;
}

.blog .subscribe-to-our-blog input:-moz-placeholder {
	color: #262626;
    opacity: 1;
}

.blog .subscribe-to-our-blog input::-moz-placeholder {
	color: #262626;
    opacity: 1;
}

.blog .subscribe-to-our-blog input:-ms-input-placeholder {
	color: #262626;
    opacity: 1;
}
.blog .subscribe-to-our-blog input[type="submit"] {
    background: #204392;
    color: #fff;
    font-weight: bold;
}
.blog .subscribe-to-our-blog input[type="submit"]:hover {
    opacity: .9;
}

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

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}

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


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

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

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


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

body .hs-form fieldset.form-columns-1 {}
body .hs-form fieldset.form-columns-1 .hs-form-field {}

body .hs-form fieldset.form-columns-2 {}
body .hs-form fieldset.form-columns-2 .hs-form-field {}

body .hs-form fieldset.form-columns-3 {}
body .hs-form fieldset.form-columns-3 .hs-form-field {}

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

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




/* ==========================================================================
   Buttons                                              
   ========================================================================== */


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

body .hs-button.primary,
body input[type="submit"],
body input[type="button"] {
    cursor: pointer;
    -webkit-appearance: none;
    font-family: Gotham, Sans-Serif;
    font-size: 15px;
    text-decoration: none !important;
    background: #204392;
    color: #fff;
    padding: 12px 71px;
    border: none;
    text-transform: uppercase;
    font-size: 18px;
}


body .hs-button.primary:hover,
body input[type="submit"]:hover,
body input[type="button"]:hover {
        opacity: .9;
}

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


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

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


/* Blog Comment Button
   ========================================================================== */
#add-comment-button.hs-button.primary {}
#add-comment-button.hs-button.primary:hover {}
#add-comment-button.hs-button.primary:focus {}


/* Blog Subscription Button
   ========================================================================== */
#hs_form_target_blog_subscription .hs-button.primary.large {}
#hs_form_target_blog_subscription .hs-button.primary.large:hover {}
#hs_form_target_blog_subscription .hs-button.primary.large:focus {}


/* Google Search Button
   ========================================================================== */
.widget-type-google_search .hs-button.primary {}
.widget-type-google_search .hs-button.primary:hover {}
.widget-type-google_search .hs-button.primary:focus {}


/* CTA Buttons
   ========================================================================== */

/** 
 * Override global CTA styles by wrapping the CTA module in a module group 
 * that has an ID, and use that ID to prefix your CTA selector. Example shown below.
 *
 * All overriding properties require !important tags. 
*/
.cta_button {
    font-family: Gotham, Sans-Serif !important;
    text-transform: uppercase !important;
}
#module-group-ID .cta_button {}
#module-group-ID .cta_button:hover {}
#module-group-ID .cta_button:focus {}








/* ==========================================================================
   6. MISCELLANOUS                                        
   ========================================================================== */





/** 
 * Styles that do not fit into available sections above can go here.
 * For example, one would place 3rd party plugin overriding styles here.
 *
 * This section is NOT for 'Custom' styles.  All custom styles must go in the
 * proper sections above.
 *
 * For instance, custom header and footer styles must go in the HEADER and 
 * FOOTER sections.  Custom styles for anything in-between the header and footer 
 * (such as, styles that are unique to the HOMEPAGE only), must go in the 
 * CONTENT section.
*/ 

/* Alignment */
.text-center {
    text-align: center;
}
.text-center-mobile {
    text-align: left;
}

/* RINNAH */

.text-right {
    text-align: right;
}
.advance-menu-top .hs-menu-wrapper>ul>li:last-child>a {
    padding-right: 0;
}
.custom-google-search {	
	padding: 0;
	color: transparent;
	cursor: pointer;
	margin: 0;
}
.custom-google-search:hover {
	background-color: #fff;
}
.custom-google-search input.gsc-input {
    background: none !important;
    font-size: 12px;
    vertical-align: top;
    padding: 0 6px !important;
    text-indent: 40px !important;
}

.custom-google-search td.gsc-input,
.custom-google-search td.gsc-input-box {
	width: 0;
	border: none;
	display: none;
}
.custom-google-search td.gsc-input.shown {
	width: 92%;
    display: inline-block !important;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    /* -webkit-transition: all 600ms cubic-bezier(1,0,0,1);
    transition: all 600ms cubic-bezier(1,0,0,1);	 */
}
.custom-google-search td.gsc-input.shown .gsc-input-box {
	width: 190px;
	border: 1px solid #D9D9D9;
    background: #fff;
    height: 25px;
    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    -ms-border-radius: 10em;
    border-radius: 10em;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    -webkit-transition: all 600ms cubic-bezier(1,0,0,1);
    transition: all 600ms cubic-bezier(1,0,0,1);
    display: inline-block !important;
}
.custom-google-search .gsc-input.shown .gsst_a {
    padding: 3px 20px;
}
td.gsc-input.shown.animated.slideOutRight {
    width: 0;
    opacity: 0;
}
.custom-google-search .gsib_a {
    padding: 4px 0 !important;
    vertical-align: top;
}
td.gsc-search-button input,
td.gsc-search-button input:hover,
td.gsc-search-button input:focus {
    border: 0;
    background-color: transparent;
    background-image: none;
    height: 15px;
    width: auto;
    padding: 0;
    min-width: inherit;
    margin: 0;
    outline: 0;
    display: inline-block !important;
    vertical-align: middle;
    margin: 5px 0;   
}
.custom-google-search td.gsc-search-button {
    display: inline-block !important;
    height: 30px;
    line-height: normal;
    vertical-align: middle;
    margin-right: 20px; 
}

/*form.gsc-search-box.gsc-search-box-tools.gsc-selected-option-container {
    max-width: 100% !important;
}
*/
.gsc-selected-option-container {
    max-width: 100% !important;
}



.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow-y: scro;
  top: 0;
  left: 0;
  text-align: left;
  opacity: 0;
}

.hovereffect img {
  display: block;
  position: relative;
  max-width: none;
  width: calc(100% + 60px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  transition: opacity 0.35s, transform 0.45s;
  -webkit-transform: translate3d(-40px,0,0);
  transform: translate3d(-40px,0,0);
}

.hovereffect a, .hovereffect p {
  color: #FFF;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  transition: opacity 0.35s, transform 0.45s;
  -webkit-transform: translate3d(-10px,0,0);
  transform: translate3d(-10px,0,0);
}

.hovereffect:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.hovereffect:hover .overlay:before,
.hovereffect:hover a, .hovereffect:hover p {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hovereffect a {
  -webkit-transform: none;
  transform: none;
}

.hovereffect:hover .overlay {
  background: rgba(39, 65, 145, .8);
  overflow-x: hidden;
  opacity: 1;
}

.hovereffect:hover .overlay ul {
  padding: 0;
  margin: 0;
  list-style: none;
}


.hovereffect .box {
  width: 100%;
  position: relative;
  min-height: 240px;
  padding: 2em;
  color: #fff;
  text-align: left;
}



.hovereffect .box > img {
  width: 400px;
  height: 300px;
  opacity: .5;
  -o-object-fit: cover;
     object-fit: cover;
}

.hovereffect .box::after {
  content: '';
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
  left: 15px;
  bottom: 15px;
  border: solid 1px white;
  border-bottom: 0;
}

.hovereffect .text {
  color: white;
  position: absolute;
  text-align: center;
  bottom: 4px;
  left: 15px;
  right: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-transform: uppercase;

}

.hovereffect .innertext {
  display: flex;
  align-items: center;
}

.hovereffect .innertext span {
	padding: 0 10px; 
  font-weight: bold;
}

.hovereffect .innertext::before,
.hovereffect .innertext::after {
  content: '';
  display: inline-block;
	width: 100%;
  height: 1px;
  background: white;
  vertical-align: middle;
}


.hovereffect .fixed {
  color: #fff;
  z-index: 1;
  position: absolute;
  bottom: 0;
  width: 100%;
  display: none;
  background: rgba(39, 65, 145, .8);
}

.hovereffect .fixed:first-child {
  display: block;
}

.hovereffect:hover .fixed {
  opacity: 0;
  
}

.custom-form {
  overflow: hidden;
}

.gift-box .hs-richtext img {
/*   width: 100% !important;
  height: 100%;
  object-fit: cover; */
}



/* ==========================================================================
   7. MOBILE MEDIA QUERIES                              
   ========================================================================== */



   

/* Screen sizes smaller than site maxWidth (.page-center)
   ========================================================================== */

@media (max-width: 900px) {
    
   .container-fluid .row-fluid .page-center {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* Custom Mobile Navigation */
@media (max-width: 767px) {
    .container-fluid .row-fluid .remove-padding-page-center {
        padding-left: 0;
        padding-right: 0;
    }
    
    .remove-padding-page-center .text-center-mobile {
        text-align: left;
    }
    .header-container .hs_cos_wrapper_type_logo a img {
        margin-top: 0;
        padding-left: 15px;
        float: left;
    }
    .header-container {
        padding-bottom: 0;
    }
    .custom-menu-primary.js-enabled {
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 28px;
    }
 
    .mobile-trigger {
        top: -40px;
    }
    
    .modal .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 {
        float: none;
    }
    
    .modal .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
        width: 100%;
        text-align: center;
    }
    
    .modal .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
        max-width: 100%;
    }
    
    .custom-menu-primary-popup .modal-dialog {
      width: 100%;
      height: 100%;
      margin: 0;
      padding: 0;
    }
    
    .custom-menu-primary-popup .modal-content {
      height: auto;
      min-height: 100%;
      border-radius: 0;
      background: rgba(32, 67, 146, .9);
    }

    body.modal-open {
        padding-right: 0 !important; 
    }
    
    .custom-menu-primary-popup ul li a {
        color: #fff;
        text-transform: uppercase;
        font-size: 40px;
    }
    
    #myModal {
        padding-right: 0 !important;
        margin-top: 98px;
    }
    
    .modal-backdrop {
      background-color: transparent;
    }
    
    .custom-menu-primary.js-enabled  .close {
        margin-top: -80px;
        font-size: 70px;
        font-weight: normal;
       z-index: 99999 !important;
       position: relative;
    }
    
    div.mobile-trigger {
        width: 40px;
        height: 40px;
        background:url("//cdn2.hubspot.net/hubfs/2421246/DBF_Insol/hamburger.png") no-repeat;
        background-size: cover;
        border: none;
        border-radius: 0;
        right: 15px;
       
    }
    div.mobile-trigger:hover {
        background:url("//cdn2.hubspot.net/hubfs/2421246/DBF_Insol/hamburger.png") no-repeat;
         background-size: cover;
    }
    div.mobile-trigger.expanded {
        background:url("//cdn2.hubspot.net/hubfs/2421246/DBF_Insol/mobile-close.png") no-repeat;
        background-size: cover;
         width: 40px;
        height: 40px;
    }

    div.mobile-trigger i {
        display: none;
    }
    
    .span12.widget-span.widget-type-raw_html.custom-menu-primary-popup {
        min-height: 0;
    }
    
    .header-container {
        background: #fff none repeat scroll 0 0;
        padding-bottom: 0;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 99999 !important;
    }
    
    body {
        margin-top: 98px;
    }
}

/* Custom Mobile Navigation */
@media (min-width: 768px) {
    
    .span12.widget-span.widget-type-raw_html.custom-menu-primary-popup {
        display: none;
    }
    .modal-backdrop {
      background-color: transparent;
    }
    
}

@media (max-width: 479px) {
    
    .custom-menu-primary-popup ul li a {
        font-size: 24px;
    }
}

/* Portrait tablet to landscape and desktop: Specific */
@media (min-width: 768px) and (max-width: 979px) { 
    
    /* Header */
    .advance-menu-top ul li a, .advance-menu-bottom ul li a {
        padding: 10px !important;
    }
    .advance-menu-top ul > li:last-child > a {
       padding-top: 7px !important;
    }
  
}


/* Portrait tablet to landscape and desktop: Below */
@media (max-width: 979px) {
    
    /* Hero Banner: Slider */
    .hero-banner h1 {
        font-size: 24px;
        text-shadow: 1px 1px 1px #fff;
    }
    .hero-banner .hs_cos_flex-slider .caption {
        /*position: absolute;*/
        position: relative;
        top: 0;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        height: 100%;
    }
    
    .slider-content {
        width: 100%;
    }
    .slider-content p,  .slider-content p span {
        font-size: 24px !important;
        text-shadow: 1px 1px 1px #fff;
        padding-top: 10px;
    }
    
    /* Owl Carousel */
    .owl-theme .owl-controls .owl-buttons div {
        display: none;
    }
    
}

/* Landscape tablet and smaller devices
   ========================================================================== */

@media (max-width: 767px) {
  
  
  .custom-form form {
		max-width: 300px;
    margin: 0 auto;
  }

   /* Alignment */
    .text-center-mobile {
        text-align: center;
    }
    
    /* Hero Banner: Slider */
    .hero-banner .hs_cos_flex-control-nav {
        display: none;
    }
    
    /* Blog Section */
    .home-dbf-insol .blog img {
        
    }
    
    /* Footer */
    .footer .advanced-menu-footer ul li {
        float: none !important;
    }
    .footer .advanced-menu-footer ul li a {
        border: none;
        padding: 10px 20px;
    }
    
    /* Meet Our Team Section */
    .meet-our-team-dbf-insol .meet-our-team-section .hs_cos_wrapper .span4 {
        margin-bottom: 60px;
    }
    
    .meet-our-team-dbf-insol .meet-our-team-section .hs_cos_wrapper .span4:last-child {
        margin-bottom: 0;
    }
   
    
    /* Resources */
    .resources-dbf-insol .guide img {
        margin-bottom: 1em;
    }
    
    .resources-dbf-insol .video-section img {
        margin-bottom: 1em;
    }
    
    .resources-dbf-insol .guide .hs_cos_wrapper .span4 {
        margin-bottom: 60px;
    }
    
    .resources-dbf-insol .guide .hs_cos_wrapper .span4:last-child {
    
        margin-bottom: 60px;
    }

    
    .resources-dbf-insol .video-section .hs_cos_wrapper .span4 {
        margin-bottom: 60px;
    }
    
    .resources-dbf-insol .video-section .hs_cos_wrapper .span4:last-child {
        margin-bottom: 60px;
    }
    
    /* Blog */
    .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
      display: block !important;
      float: none;
      margin: 0 auto 1em;
    }
    .hs-featured-image-inner {
        margin: 2em auto;
        display:block;
    }
    
    .sm-text-align-center{
      text-align:left;   
    }
    .span6 video, .sm-margin-top30 {
       margin-top: 30px;
   }
   
   .stack-row > .row-fluid-wrapper > .row-fluid{
      display: -webkit-box;   
        display: -moz-box;      
        display: -ms-flexbox;   
        display: -webkit-flex;  
        display: flex;
        -webkit-flex-flow: row wrap;
        -moz-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
        .main-content{
            order: 2;
    -webkit-order: 2;
        -moz-order: 2;
        -ms-order: 2;
        
            width: 100%;
        }
        .sidebar {
            order: 1;
    -webkit-order: 1;
        -moz-order: 1;
        -ms-order: 1;
            width: 100%;
        }
    }
   
    /*.row-fluid [class*="span"] {*/
    /*    display: block;*/
    /*    float: none;*/
    /*    width: 100%;*/
    /*}*/
}
     
/* Landscape phones and smaller devices
   ========================================================================== */

@media (max-width: 479px) {
    
    /* Hero Banner: Slider */
    .hs_cos_flex-viewport ul.hs_cos_flex-slides li.hs_cos_flex-slide-main { 
        height: 200px; 
    }
    
}


/*Case Study*/

@media (max-width: 1023px){
    .lichfield-case-study-desktop {
        display: none !important;
    }
    
    .lichfield-case-study-header {
        top: 0vh;
    }
}

@media (min-width: 1024px){
    .lichfield-case-study-mobile {
         display: none !important;
    }
}