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


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

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


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


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

/* New font usage for 2019 updated
------------------------------ */

/* 
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url(https://3994606.fs1.hubspotusercontent-na1.net/hubfs/3994606/fonts/Montserrat-Bold.woff2) format('woff2'), url(https://3994606.fs1.hubspotusercontent-na1.net/hubfs/3994606/fonts/Montserrat-Bold.woff) format('woff'), url(https://3994606.fs1.hubspotusercontent-na1.net/hubfs/3994606/fonts/Montserrat-Bold.ttf) format('ttf');
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat-BoldItalic';
  font-style: normal;
  font-weight: 700;
  src: url(https://3994606.fs1.hubspotusercontent-na1.net/hubfs/3994606/fonts/Montserrat-BoldItalic.woff2) format('woff2'), url(https://3994606.fs1.hubspotusercontent-na1.net/hubfs/3994606/fonts/Montserrat-BoldItalic.woff) format('woff'), url(https://3994606.fs1.hubspotusercontent-na1.net/hubfs/3994606/fonts/Montserrat-BoldItalic.ttf) format('ttf');
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat-Italic';
  font-style: normal;
  font-weight: 400;
  src: url(https://3994606.fs1.hubspotusercontent-na1.net/hubfs/3994606/fonts/Montserrat-Italic.woff2) format('woff2'), url(https://3994606.fs1.hubspotusercontent-na1.net/hubfs/3994606/fonts/Montserrat-Italic.woff) format('woff'), url(https://3994606.fs1.hubspotusercontent-na1.net/hubfs/3994606/fonts/Montserrat-Italic.ttf) format('ttf');
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat-Light';
  font-style: normal;
  font-weight: 300;
  src: url(https://3994606.fs1.hubspotusercontent-na1.net/hubfs/3994606/fonts/Montserrat-Light.woff2) format('woff2'), url(https://3994606.fs1.hubspotusercontent-na1.net/hubfs/3994606/fonts/Montserrat-Light.woff) format('woff'), url(https://3994606.fs1.hubspotusercontent-na1.net/hubfs/3994606/fonts/Montserrat-Light.ttf) format('ttf');
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat-LightItalic';
  font-style: normal;
  font-weight: 300;
  src: url(https://3994606.fs1.hubspotusercontent-na1.net/hubfs/3994606/fonts/Montserrat-LightItalic.woff2) format('woff2'), url(https://3994606.fs1.hubspotusercontent-na1.net/hubfs/3994606/fonts/Montserrat-LightItalic.woff) format('woff'), url(https://3994606.fs1.hubspotusercontent-na1.net/hubfs/3994606/fonts/Montserrat-LightItalic.ttf) format('ttf');
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url(https://3994606.fs1.hubspotusercontent-na1.net/hubfs/3994606/fonts/Montserrat-Regular.woff2) format('woff2'), url(https://3994606.fs1.hubspotusercontent-na1.net/hubfs/3994606/fonts/Montserrat-Regular.woff) format('woff'), url(https://3994606.fs1.hubspotusercontent-na1.net/hubfs/3994606/fonts/Montserrat-Regular.ttf) format('ttf');
  font-display: swap;
}
@font-face {
  font-family: 'Orbitron';
  font-style: normal;
  font-weight: 400;
  src: url(https://3994606.fs1.hubspotusercontent-na1.net/hubfs/3994606/fonts/Orbitron-Regular.woff2) format('woff2'), url(https://3994606.fs1.hubspotusercontent-na1.net/hubfs/3994606/fonts/Orbitron-Regular.woff) format('woff'), url(https://3994606.fs1.hubspotusercontent-na1.net/hubfs/3994606/fonts/Orbitron-Regular.ttf) format('ttf');
  font-display: swap;
}

@font-face {
  font-family: 'Orbitron-Medium';
  font-style: normal;
  font-weight: 500;
  src: url(https://3994606.fs1.hubspotusercontent-na1.net/hubfs/3994606/fonts/Orbitron-Medium.woff2) format('woff2'), url(https://3994606.fs1.hubspotusercontent-na1.net/hubfs/3994606/fonts/Orbitron-Medium.woff) format('woff'), url(https://3994606.fs1.hubspotusercontent-na1.net/hubfs/3994606/fonts/Orbitron-Medium.ttf) format('ttf');
  font-display: swap;
}
@font-face {
  font-family: 'Orbitron-Bold';
  font-style: normal;
  font-weight: 700;
  src: url(https://3994606.fs1.hubspotusercontent-na1.net/hubfs/3994606/fonts/Orbitron-Bold.ttf) format('woff2'), url(https://3994606.fs1.hubspotusercontent-na1.net/hubfs/3994606/fonts/Orbitron-Bold.woff) format('woff'), url(https://3994606.fs1.hubspotusercontent-na1.net/hubfs/3994606/fonts/Orbitron-Bold.ttf) format('ttf');
  font-display: swap;
}
 */
/* ==========================================================================
Declarations of Variables
----------------------------------------------------------------------- */
 

 









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

/* This responsive framework is required for all styles. */
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

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

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 28px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

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

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 28px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

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

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 28px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
/**
 * Font Awesome
 *
 * Font Awesome gives you scalable vector icons that can instantly
 * be customized — size, color, drop shadow, and anything that can
 * be done with the power of CSS.
 *
 */

/*!
 *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('//static.hsappstatic.net/content_shared_assets/static-1.3779/fonts/fontawesome-webfont.eot?v=4.1.0');src:url('//static.hsappstatic.net/content_shared_assets/static-1.3779/fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'),url('//static.hsappstatic.net/content_shared_assets/static-1.3779/fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'),url('//static.hsappstatic.net/content_shared_assets/static-1.3779/fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'),url('//static.hsappstatic.net/content_shared_assets/static-1.3779/fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:spin 2s infinite linear;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;animation:spin 2s infinite linear}@-moz-keyframes spin{0%{-moz-transform:rotate(0deg)}100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg)}}@-o-keyframes spin{0%{-o-transform:rotate(0deg)}100%{-o-transform:rotate(359deg)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-moz-transform:scale(-1, 1);-ms-transform:scale(-1, 1);-o-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-moz-transform:scale(1, -1);-ms-transform:scale(1, -1);-o-transform:scale(1, -1);transform:scale(1, -1)}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-square:before,.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}






/**
 * Animate.css
 *
 * A bunch of cool, fun, and cross-browser animations for you
 * to use in your projects. Great for emphasis, home pages,
 * sliders, and general just-add-water-awesomeness.
 *
 */

@charset "UTF-8";/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/

/* Should not take effect at mobile */
@media (min-width: 480px) {
    .animated{-webkit-animation-duration:1s;animation-duration:1s;-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}@-webkit-keyframes bounce{0%,100%,20%,53%,80%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-transition-timing-function:cubic-bezier(0.755,.050,.855,.060);transition-timing-function:cubic-bezier(0.755,.050,.855,.060);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-transition-timing-function:cubic-bezier(0.755,.050,.855,.060);transition-timing-function:cubic-bezier(0.755,.050,.855,.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{0%,100%,20%,53%,80%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1);-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}40%,43%{-webkit-transition-timing-function:cubic-bezier(0.755,.050,.855,.060);transition-timing-function:cubic-bezier(0.755,.050,.855,.060);-webkit-transform:translate3d(0,-30px,0);-ms-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-transition-timing-function:cubic-bezier(0.755,.050,.855,.060);transition-timing-function:cubic-bezier(0.755,.050,.855,.060);-webkit-transform:translate3d(0,-15px,0);-ms-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);-ms-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;-ms-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,100%,50%{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-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)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes pulse{0%{-webkit-transform:scale3d(1,1,1);-ms-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);-ms-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}100%{-webkit-transform:scale3d(1,1,1);-ms-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(0.75,1.25,1);transform:scale3d(0.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.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)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes rubberBand{0%{-webkit-transform:scale3d(1,1,1);-ms-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}30%{-webkit-transform:scale3d(1.25,.75,1);-ms-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(0.75,1.25,1);-ms-transform:scale3d(0.75,1.25,1);transform:scale3d(0.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);-ms-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);-ms-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);-ms-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}100%{-webkit-transform:scale3d(1,1,1);-ms-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,100%{-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{0%,100%{-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);-ms-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);-ms-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-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)}100%{-webkit-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}@keyframes swing{20%{-webkit-transform:rotate3d(0,0,1,15deg);-ms-transform:rotate3d(0,0,1,15deg);transform:rotate3d(0,0,1,15deg)}40%{-webkit-transform:rotate3d(0,0,1,-10deg);-ms-transform:rotate3d(0,0,1,-10deg);transform:rotate3d(0,0,1,-10deg)}60%{-webkit-transform:rotate3d(0,0,1,5deg);-ms-transform:rotate3d(0,0,1,5deg);transform:rotate3d(0,0,1,5deg)}80%{-webkit-transform:rotate3d(0,0,1,-5deg);-ms-transform:rotate3d(0,0,1,-5deg);transform:rotate3d(0,0,1,-5deg)}100%{-webkit-transform:rotate3d(0,0,1,0deg);-ms-transform:rotate3d(0,0,1,0deg);transform:rotate3d(0,0,1,0deg)}}.swing{-webkit-transform-origin:top center;-ms-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-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)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes tada{0%{-webkit-transform:scale3d(1,1,1);-ms-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);-ms-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);-ms-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);-ms-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)}100%{-webkit-transform:scale3d(1,1,1);-ms-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-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)}100%{-webkit-transform:none;transform:none}}@keyframes wobble{0%{-webkit-transform:none;-ms-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);-ms-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);-ms-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);-ms-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);-ms-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);-ms-transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);transform:translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)}100%{-webkit-transform:none;-ms-transform:none;transform:none}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes bounceIn{0%,100%,20%,40%,60%,80%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}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)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes bounceIn{0%,100%,20%,40%,60%,80%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);-ms-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);-ms-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);-ms-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);-ms-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);-ms-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);-ms-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn;-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounceInDown{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}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)}100%{-webkit-transform:none;transform:none}}@keyframes bounceInDown{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);-ms-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);-ms-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);-ms-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);-ms-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}100%{-webkit-transform:none;-ms-transform:none;transform:none}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}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)}100%{-webkit-transform:none;transform:none}}@keyframes bounceInLeft{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);-ms-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);-ms-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);-ms-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);-ms-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}100%{-webkit-transform:none;-ms-transform:none;transform:none}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}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)}100%{-webkit-transform:none;transform:none}}@keyframes bounceInRight{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);-ms-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);-ms-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);-ms-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);-ms-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}100%{-webkit-transform:none;-ms-transform:none;transform:none}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{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)}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes bounceInUp{0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);-ms-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);-ms-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);-ms-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);-ms-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}100%{-webkit-transform:translate3d(0,0,0);-ms-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)}100%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);-ms-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);-ms-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}100%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);-ms-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut;-webkit-animation-duration:.75s;animation-duration:.75s}@-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)}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);-ms-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);-ms-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);-ms-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)}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);-ms-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);-ms-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)}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);-ms-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);-ms-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)}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);-ms-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);-ms-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);-ms-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);-ms-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);-ms-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);-ms-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);-ms-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);-ms-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);-ms-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);-ms-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);-ms-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,100%,0);-ms-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,2000px,0);-ms-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-100%,0,0);-ms-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);-ms-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0);-ms-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(2000px,0,0);-ms-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-100%,0);-ms-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);-ms-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-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}100%{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-360deg);-ms-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);-ms-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);-ms-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);-ms-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}100%{-webkit-transform:perspective(400px);-ms-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;-ms-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-transition-timing-function:ease-in;transition-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-transition-timing-function:ease-in;transition-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)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);-ms-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);-ms-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1,0,0,10deg);-ms-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);-ms-transform:perspective(400px) rotate3d(1,0,0,-5deg);transform:perspective(400px) rotate3d(1,0,0,-5deg)}100%{-webkit-transform:perspective(400px);-ms-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;-ms-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-transition-timing-function:ease-in;transition-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-transition-timing-function:ease-in;transition-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)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);-ms-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-20deg);-ms-transform:perspective(400px) rotate3d(0,1,0,-20deg);transform:perspective(400px) rotate3d(0,1,0,-20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0,1,0,10deg);-ms-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);-ms-transform:perspective(400px) rotate3d(0,1,0,-5deg);transform:perspective(400px) rotate3d(0,1,0,-5deg)}100%{-webkit-transform:perspective(400px);-ms-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;-ms-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-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}100%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);transform:perspective(400px) rotate3d(1,0,0,90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);-ms-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1,0,0,-20deg);-ms-transform:perspective(400px) rotate3d(1,0,0,-20deg);transform:perspective(400px) rotate3d(1,0,0,-20deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(1,0,0,90deg);-ms-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-animation-duration:.75s;animation-duration:.75s;-webkit-backface-visibility:visible!important;-ms-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-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}100%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);-ms-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0,1,0,-15deg);-ms-transform:perspective(400px) rotate3d(0,1,0,-15deg);transform:perspective(400px) rotate3d(0,1,0,-15deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(0,1,0,90deg);-ms-transform:perspective(400px) rotate3d(0,1,0,90deg);transform:perspective(400px) rotate3d(0,1,0,90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;-ms-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY;-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes lightSpeedIn{0%{-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}100%{-webkit-transform:none;transform:none;opacity:1}}@keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);-ms-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);-ms-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);-ms-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}100%{-webkit-transform:none;-ms-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{0%{opacity:1}100%{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{0%{opacity:1}100%{-webkit-transform:translate3d(100%,0,0) skewX(30deg);-ms-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{0%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateIn{0%{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);-ms-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}100%{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;-webkit-transform:none;-ms-transform:none;transform:none;opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);-ms-transform:rotate3d(0,0,1,-45deg);transform:rotate3d(0,0,1,-45deg);opacity:0}100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;-ms-transform:none;transform:none;opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,45deg);-ms-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;-ms-transform:none;transform:none;opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,45deg);-ms-transform:rotate3d(0,0,1,45deg);transform:rotate3d(0,0,1,45deg);opacity:0}100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;-ms-transform:none;transform:none;opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-90deg);-ms-transform:rotate3d(0,0,1,-90deg);transform:rotate3d(0,0,1,-90deg);opacity:0}100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;-ms-transform:none;transform:none;opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{-webkit-transform-origin:center;transform-origin:center;opacity:1}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}@keyframes rotateOut{0%{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;opacity:1}100%{-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);-ms-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{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0,0,1,45deg);transform:rotate(0,0,1,45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate(0,0,1,45deg);-ms-transform:rotate(0,0,1,45deg);transform:rotate(0,0,1,45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-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{0%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,-45deg);-ms-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{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-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{0%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;-ms-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0,0,1,-45deg);-ms-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{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-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{0%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;-ms-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0,0,1,90deg);-ms-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}100%{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-transform-origin:top left;-ms-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);-ms-transform:rotate3d(0,0,1,80deg);transform:rotate3d(0,0,1,80deg);-webkit-transform-origin:top left;-ms-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);-ms-transform:rotate3d(0,0,1,60deg);transform:rotate3d(0,0,1,60deg);-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}100%{-webkit-transform:translate3d(0,700px,0);-ms-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);-ms-transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);transform:translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}100%{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{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate3d(0,0,1,120deg);-ms-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{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);-ms-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{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.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}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,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-ms-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.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-ms-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,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{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.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}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,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-ms-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.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-ms-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,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{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.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}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,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-ms-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.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-ms-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,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{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.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}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,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-ms-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.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-ms-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,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}100%{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);-ms-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}100%{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.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}100%{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,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-ms-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.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-ms-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-transform-origin:center bottom;-ms-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,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)}100%{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);-ms-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);-ms-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0);-webkit-transform-origin:left center;-ms-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)}100%{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);-ms-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);-ms-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0);-webkit-transform-origin:right center;-ms-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.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}100%{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,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-ms-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.55,.055,.675,.19);animation-timing-function:cubic-bezier(0.55,.055,.675,.19)}100%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-ms-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-transform-origin:center bottom;-ms-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175,.885,.32,1);animation-timing-function:cubic-bezier(0.175,.885,.32,1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}
}
/* Images */
img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

img.alignRight{
    margin: 0 0 5px 15px;
}

img.alignLeft{
    margin: 0 15px 5px 0;
}

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

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

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

/* Date Picker */
#calroot {
    width: 202px !important;
    line-height: normal;
}
#calroot,
#calroot *,
#calroot *:before,
#calroot *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

#calroot select {
    min-height: 0 !important;
    padding: 1px 2px !important;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet MS", Verdana, sans-serif !important;
    font-size: 10px !important;
    line-height: 18px !important;
    font-weight: normal !important;
}

#caldays {
    margin-bottom: 4px;
}

#calmonth, #calyear {
    display: inline;
}

/* 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 {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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

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

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

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

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

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

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


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

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

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

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

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

/* Blog Author Section */
.hs-author-social-links {
    display: inline-block;
}
.hs-author-social-links a.hs-author-social-link {
    font-size: 25px;
    display: inline-block;
    padding-right: 3px;
}
.about-author-sec {
    margin-top: 40px;
}
.about-author-sec img{
    border-radius: 50%;
    border: 1px solid #CCC;
    display: block;
}
.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;
    }
}

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


/* ==========================================================================
Useful Hacks
----------------------------------------------------------------------- */

/* Page Center */

@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');

html {
  scroll-behavior: smooth;
  overflow-x:hidden !important;
}
body {
  overflow-x:hidden !important;
}
.container-fluid .row-fluid .page-center,
.page-center {
  float: none;
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  padding:0 20px 0;
}

.container-fluid .row-fluid .narrowCenter,
.narrowCenter {
  float: none;
  margin: 0 auto;
  width: 100%;
  max-width: 700px;
}


.group:after {
  content: "";
  display: table;
  clear: both;
}

.anchorJump {
  padding-top:100px !important;
  margin-top:-100px !important;
  position:relative;
  z-index:-1;
}


.paddingTB {
  padding: 40px 0 !important;
}
@media(max-width: 1300px){
  .paddingTB {
    padding: 40px 10px;
  }
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pageVid {
  max-width:560px;
  float:none;
  margin: 10px auto;
}
@media(max-width:768px){
  .pageVid {
    max-width:100%;
    float:none;
    margin: 10px auto;
  }
}

div.twoCols {
  column-count:2;
}
div.twoCols p {
  padding-top:0;
  margin-top:0;
}
div.twoCols h3 {
  padding-top:0;
  margin-top:0;
}

ul.twoCols {
  column-count:2;
}
ul.twoColsRight {
  column-count:2;
  column-gap: 60px;
}
ul.twoLines {
  line-height: 2;	
}


@media(max-width:768px){
  ul.twoCols,ul.twoColsRight, div.twoCols {
    column-count:1;
  }
}

.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: normal !important;
}

.internalImage {
  margin:20px;
}
@media(max-width:768px){
  .internalImage {
    float:none;
    margin:auto;
  }
}

.goFull {}
@media(max-width:1024px){
  .goFull {
    width: 100% !important;
  }
}




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

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

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

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  overflow-x:hidden !important;
} 

body {
  top:0px !important;
  color: #30323D;
  font-family: 'Titillium Web', sans-serif;;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25;
  background:#fff;
  overflow-x:hidden;
}
@media(max-width:768px){
  body {
    font-size:18px;
  }
}



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

p {
  margin: 16px 0px;
  line-height: 1.75;
} 
p, blockquote, ul, ol {
  line-height: 1.75;
}
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 */
h2, h3, h4, h5, h6 {
  margin: 16px 0px;
  font-family: 'Titillium Web', sans-serif; 
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
  color: #fff;
  font-family: 'Titillium Web', sans-serif;;
  font-size: 50px;
  line-height:1.25;
  font-weight: bold;
  max-width: 1024px;
  float:none;
  margin: 20px auto 0;
}

h2 {
  color: #0055B8;
  font-size: 2.75em;
  line-height:1.25;
  font-weight:600;
}
h2:after {
  content:'';
  display:block;
  width: 480px;
  height:2px;
  margin-top:10px;
  background-image:linear-gradient(to right, #FFBE3D, transparent);
}

@media(max-width:640px){
  h2 {
    font-size:2em;
  }
  h2:after {
    width:280px;
  }
}
@media(max-width:480px){
  h2 {
    font-size:32px;
  }
  h2:after {
    width:200px;
  }
}

h2.whiteHead,
h3.whiteHead {
  color:#fff; 
  font-family: 'Titillium Web', sans-serif;
}

.homeMaterialsLeft_copy p a:hover{
  color:#FF8300 !important;
  text-decoration:underline!important;
}
.accordion button,
.ctaBannerContent h2{
    font-family: 'Titillium Web', sans-serif;
}
.ctaBannerContent h2{
  font-weight:600;
}
.form_adjust_page h2:after{
    width: 337px;
}


h3 {
  color: #0055B8;
  font-size: 1.95em;
  font-weight: bold;
}
h4 {
  font-size: 1.55em;
  font-weight: bold;
  letter-spacing: 0px;
  color: #0055B8;
}
h5 {
  font-size: 1.4em;
  font-weight: bold;
  letter-spacing: 0px;
  color: #30323D;
}
h6 {
  font-size: 1.25em;
  font-weight: bold;
  letter-spacing: 0px;
  color: #595959;
}

/* Anchor Links */
a, a:link {
  color: #FF8300;
  text-decoration:none;
  text-decoration:underline;
}

a:hover, a:focus { 
  color: #0055B8; 
  text-decoration: none;
}

.emphLink {
  color:#FF8300;
  font-family:Orbitron;
  font-weight:bold;
}
.emphLink:hover {
  text-shadow: 0 0 1px #fff;
}

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

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

/* Horizontal Rules */
hr {
  color: #FFBE3D00;
  background: transparent linear-gradient(90deg, #FFBE3D 0%, #FFBE3D00 100%) 0% 0% no-repeat padding-box;
  height: 2px;
  border: none;
}


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

/* Confirmation Outer Wrapper*/
#hs-eu-cookie-confirmation {
  bottom:0;
}

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

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

div#hs-eu-cookie-confirmation {
  position:fixed !important;
  max-height: 180px !important;
}
@media(max-width:789px){
  #hs-eu-cookie-confirmation {
    bottom:unset !important;
    max-height: 300px !important;
  }
}


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


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

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

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


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



/* mobile vs desktop header */

#desktopHead { display: block; }

#mobileNav { display: none; }

@media(max-width:1024px){
  #desktopHead { display: none; }
  #mobileNav { 
    display: block; 
    position: relative; 
    padding:5px;
  }

}

.header-container-wrapper {
  position:fixed;
  width: 100%;
  z-index:9;
}
.header-container {}



.topNav {
  font-size: 16px;
  line-height:20px;
  font-family:'Titillium Web', sans-serif;;
}
.topNav p {
  line-height:1.1;
  margin: 5px 0;
}
a.topLink {
  font-weight: 300;
  padding: 0 50px;
  text-decoration:none;
}
@media(max-width:1240px){
  .topNav {
    font-size: 16px;
  }
}


@media(max-width:1024px){
  .topNav {
    position:relative; 
    top:-50px; 
    left: 230px; 
    max-width: 150px;
  }
  .topCall {
    position:relative;
    top:-20px;
    left:20px;
  }
}

@media(max-width:400px){
  .topNav {
    position:relative; 
    top:-50px; 
    left: 165px; 
    max-width: 140px;
    font-size: 13px !important;
  }
  .topCall {
    position:relative;
    top:-24px;
    left:-50px;
  }
}

.headCall {
  color: #FF8300 !important;
  text-decoration:none !important;
  font-weight:bold;
  text-transform: uppercase;
  text-align:right;
  padding-right:30px;
  padding-top:4px;
}
@media(max-width:1240px){
  .headCall {
    font-size:18px;
  }
}
@media(max-width:1024px){
  .headCall {
    font-size:14px;
  }
}


.custom-header-search {
  margin: 0 !important;
  display: block !important;
  position: relative;
  padding: 49px 0px 30px;
  width: auto !important;
  float: right !important;
}
.custom-header-search form {
  float: right;
  position: relative;
}
.custom-header-search input.watermark {
  border: 1px solid #e0e0e0;
  background: #fff;
  padding: 9px 36px 7px 20px;
  font-family: 'Titillium Web', sans-serif;;
  line-height: 20px;
  font-size: 14.4px;
  font-weight: 400;
  text-transform: uppercase;
  outline:none;
  display: block;
  max-width: 210px;
}
.custom-header-search .search {
  position: absolute;
  top: 9px;
  right: 23px;
  cursor: pointer;
}

.hs-search-field {
  position: relative;
}
.hs-search-field__input {
  background:  #fff;
  background-image: url('https://4157348.fs1.hubspotusercontent-na1.net/hubfs/4157348/graphics/searchIcon.png');
  background-position: 98% 50%;
  background-repeat: no-repeat;
}
.hs-search-field__input::placeholder {
  color: #D9D9D9;
}
.hs-search-field__input:focus {
  background-image: none;
}

.hs-search-field__suggestions {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hs-search-field--open .hs-search-field__suggestions {
  border: 1px solid #000;  
}
.hs-search-field__suggestions li {
  display: block;
  margin: 0;
  padding: 0;
}
.hs-search-field__suggestions #results-for {
  font-weight: bold;
}
.hs-search-field__suggestions a,
.hs-search-field__suggestions #results-for {
  display: block;
}
.hs-search-field__suggestions a:hover,
.hs-search-field__suggestions a:focus {
  background-color:  rgba(0,0,0, .1);
  outline: none;
}

@media(max-width:800px){
  .hs-search-field {
    position:static;
  }
}


.small-header .header-container { 
  transition: background .4s ease-in-out;
  background: #fff;
  box-shadow: 0 1px 3px #ccc;
}

#darkLogo {
  display:none;
}
.small-header #whiteLogo {
  display:none;
}
.small-header #darkLogo {
  display:block;
}

#deskNav a {
  color: #fff;
  font-weight:bold;
}
.small-header #deskNav a {
  color: #FF8300;
}

#languagePicker a{
  color: #545353;
  text-decoration:none;
}

#mobileNav {
  display:none;
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2)  and (orientation: landscape),
  (max-width:1024px){
    #deskNav {
      display:none;
    }
    #mobileNav {
      display:block;
      padding:5px;
      position: relative;
    }
    .mobileTop { 
      position: absolute; 
      top:5px;
      left:210px;
    }
}


#mobileNav .darkLogo {
  display:none;
}
.small-header #mobileNav .whiteLogo {
  display:none;
}
.small-header #mobileNav .darkLogo {
  display:block;
}

@media(max-width:400px) {

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

.body-container-wrapper {}
.body-container {
}
.body-container .page-center {
  padding-left: 20px;
  padding-right: 20px;
}

.content-wrapper {}
.content-wrapper.page-center {
  padding-top: 30px;
  padding-bottom: 30px;
}
.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}


/* == Individual Page custom additions == */

.mainBodySection {
  padding-top:50px;
  padding-bottom:0px;
}
@media(max-width:768px){
  .mainBodySection {
    padding-top:30px;
  }
}

.pageSectionWbg {
  position:relative;
  width: 100%;
  padding: 50px 0;
}

.pageSectionWbg:before {
  position:absolute;
  content: '';
  display:block;
  width: 50%;
  height:auto;
  padding-bottom:35%;
  top:0;
  left:0;
  background:url('https://3994606.fs1.hubspotusercontent-na1.net/hubfs/3994606/Website/graphics/black-top-corner-geometric-pattern.svg');
  background-size:cover;
  background-position:top left;
  background-repeat:no-repeat;
  z-index:-1;
}
.pageSectionWbg:after {
  position:absolute;
  content: '';
  display:block;
  width: 50%;
  height:auto;
  padding-bottom:35%;
  bottom:0;
  right:0;
  background:url('https://3994606.fs1.hubspotusercontent-na1.net/hubfs/3994606/Website/graphics/black-bottom-corner-geometric-pattern.svg');
  background-size:cover;
  background-position:bottom right;
  background-repeat:no-repeat;
  z-index:-1;
}

.pageSectionNoBG {
  position:relative;
  width: 100%;
  padding: 50px 0;
}



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

.footWrap {
  position:relative;
  padding-top: 150px;
}
.footWrapTopAngle {
  position:absolute;
  top:-1px;
  left:0;
  right:0;
}
svg.footWrapTopAngle {
  position:absolute;
  bottom:0;
  width: 100%;
  height: 10vw;
}
svg.angleWhite {
  fill:#ffffff;
}
svg.angleBlue {
  fill:#005884;
}

svg.angleGray {
  fill:#3F3E3E;
}

@media(min-width:767px)and(max-width:769px){
  .footWrapTopAngle {
    top:-5px;
  }
}
@media(max-width:768px){
  .footWrap {
    padding-top: 50px;
  }	
}

.footer-container-wrapper {}
.footer-container {
  color: #fff;
  font-size:18px;
}
.footer-container h3 {
  color:#fff;
}

.footSocial i {
  height: 40px;
  width: 40px;
  text-align:center;
  line-height: 40px;
  font-size:32px;
  color: #FF8300;
  margin:5px;
}
.footSocial i:hover {
  background: #FF8300;
  color: #fff;
}
.footCerts {white-space:nowrap;}
.footCertsImgs {
  float:left;
  padding:5px;
  max-width:33%;
}
@media(max-width:1290px){
  .footerTop {
    padding-left:10px;
    padding-right:10px;
  }
}

.footCenter { white-space:nowrap; }
.footLogoSocial {max-width:240px;}
@media(max-width:768px){
  .footCenter {
    text-align:center;
    padding-bottom: 40px;
  }
  .footLogoSocial {
    margin: 0 auto 0 !important;
    float:none !important;
  }
  .footCerts {
    max-width:290px;
    float:none;
    margin:0 auto 0;
  }
  .footCertsImgs {
    max-width:90px; 
  }
}

.footer-container a {
  color:#fff;
  text-decoration:none;
}
.footer-container a:hover, .footer-container a:active {
  color:#FF8300;
  text-decoration:none;
}

.footer-container .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 {
  font-size: 20px;
  padding: 10px 20px;
}


.footer-container .hs-form-field>label {
  color: #fff;
  line-height:26px;
}

.footTitle h3{
  color: #FFFFFF !important;
  border-bottom: 1px solid #A89779;
  padding: 0 0 10px;
}

.back-to-top {
  position: fixed;
  bottom: 220px;
  right: 30px;
  width: 40px !important;
  font-size: 24px;
  line-height:24px;
  text-align:center;
  padding: 6px;
  background: #FF8300;
  cursor: pointer;
  text-align:center;
}
.back-to-top a {
  color:#fff;
}.back-to-top:hover {
  background:#0055B8;
}	

@media(max-width:768px){
  .back-to-top {
    bottom: 220px;
    right: 20px;
  }
}


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

.menuPlus {
  position:absolute;
  display:inline-block;
  left:calc(100% - 20px);
}

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

/* Parent List */
.custom-menu-primary {}
.custom-menu-primary .hs-menu-wrapper > ul{
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  position: relative;
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
  line-height: 28px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  display: inline-block;
  position: relative !important;
  flex: auto;
  max-width:150px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  display: block;
  text-decoration: none;
  font-size: 16px;
  font-weight:400;
  text-align: center;
  padding: 6px;
  line-height: 29.75px;
  color: #fff;
}

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


/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{
  z-index: 1000 !important;
  min-width: 200px;
  width: 100%;
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
  border-collapse: separate;
  position: absolute !important;
  top: 100%;
  left: 0;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
  position: relative;
  flex: auto;
  max-width:auto;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  font-size: 14px;
  line-height: 1.25;
  text-transform: uppercase;
  font-weight: normal;
  text-decoration: none;
  color: #fff !important;
  background: #0055B8;
  padding: 8px 12px;
  white-space: normal !important;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  background: #FF8300;
  color: #fff !important;
}


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

@media(max-width: 1240px){
  .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    font-size: 18px;
    padding: 6px 10px;
    line-height: 29.75px;
  }
}

@media(max-width:1090px){
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    font-size: 16px;
    padding: 6px 10px;
    line-height: 29.75px;
  }
}
@media(max-width:980px){
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    font-size: 13px;
    padding: 6px 10px;
    line-height: 29.75px;
  }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2)  and (orientation: landscape),
  screen and (min-width:1025px) {
    .custom-menu-primary .hs-menu-wrapper,
    .custom-menu-primary .hs-menu-wrapper > ul ul { 
      display:block;
      -webkit-transition: opacity .5s, visibility 0.5s !important;
      -moz-transition: opacity .5s, visibility 0.5s !important;
      transition: opacity .5s, visibility 0.5s !important;
    }

}
@media(max-width:1024px){
  .custom-menu-primary .hs-menu-wrapper > ul ul{
    position: unset!important;
  }
}

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

/* Hide button on Desktop */
.mobile-trigger, .child-trigger{ display: none; }
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2)  and (orientation: landscape),
  (max-width: 1024px) {


    body .custom-menu-primary .hs-menu-wrapper {
      display: none;
    }
    .custom-menu-primary.js-enabled .hs-menu-wrapper { 
      display: block;
    }
    .scrolling .custom-menu-primary .hs-menu-wrapper > ul > li > a,
    .invert-nav .custom-menu-primary .hs-menu-wrapper > ul > li > a{
      color: #ffffff;
    }
    #mainMenu {
      height: 73px;
      transition: background-color 350ms ease 0s, color 350ms ease 0s;
      width: 100%;
    }
    ul.active-branch {
      overflow-y: auto;
    }
    .span9.widget-span.widget-type-menu.custom-menu-primary.js-enabled {
      float: none;
      margin-top: 0;
      margin-left: 0;
      margin-right: 0;
      width: 100%;
      padding-top: 63px;
    }
    .mobile-open .custom-menu-primary {
      min-height: 1000px;
    }

    .child-trigger i, .child-trigger i:after{
      width: 10px;
      height: 2px;
      background-color: #ff8300!important;
      display: block;
    }


    .custom-menu-primary ul li.hs-menu-depth-1.hs-item-has-children .fa-angle-down {
      display: none;
    }
    .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;
    }
    .custom-menu-primary .hs-menu-wrapper > ul li a {
      background-color: #fff;
      color: #ffffff;
      padding: 4px 10px;
      text-align: center;
      font-size: 16px;
      font-weight:bold;
      text-transform:none;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
      padding: 4px 10px;
      background-color: #30323d;
      font-size: 16px;
      max-width: none;
      overflow: visible;
      text-align: center;
      width: auto;
      text-indent: 0;
      font-weight:bold;
      text-transform:none;
      color:#fff !important;
    }
    .custom-menu-primary .hs-menu-wrapper > ul li.hs-menu-depth-2 {
      border-top: none;
    }
    .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
      min-height: 300px;
    }
    /* Toggle Button
    ========================================================================== */
    /* ===== Mobile Toggle Button ===== */

    .mobile-trigger {
      display: block !important;
      cursor: pointer;
      display: block !important;
      padding: 10px;
      text-align: center;
      font-size: 36px;
      text-decoration: none;
      position:absolute;
      right: 10px;
      top: -70px;
    }

    .mobile-trigger i {
      color: #FF8300;
    }

    .mobile-trigger:hover{
      text-decoration: none;
    }

    /* Change button when menu is open */
    .mobile-open .mobile-trigger{}     


    /* Child Toggle Button
    ========================================================================== */
    .child-trigger{
      display: block !important;
      cursor: pointer;
      position: absolute;
      top: 0px;
      right: 0px;
      width: 55px !important;
      min-width: 55px !important;
      height: 45px !important;
      padding: 0 !important;
      border-left: 1px solid #fff;
    }
    .child-trigger:hover{
      text-decoration: none;
    }
    .child-trigger i{
      position: relative;
      top: 50%; 
      margin: 0 auto !important;
      -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    .child-trigger i:after{
      position: absolute;
      content: '';
    }
    .child-trigger i, 
    .child-trigger i:after{
      width: 10px;
      height: 1px;
      background-color: #0055B8;
      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);
    }
    .hs-menu-depth-2 .child-trigger i:after,
    .hs-menu-depth-2 .child-trigger i {
      background-color: ;
    }
    .custom-menu-primary .hs-menu-wrapper > ul li.hs-menu-depth-3 {
      border-top: 1px solid #e9e9e9;
    }
    /* Menu Styles on Mobile Devices
    ========================================================================== */
    .custom-menu-primary.js-enabled{
      position: relative;
    }
    /* Hide menu on mobile */
    body .custom-menu-primary.js-enabled .hs-menu-wrapper,
    body .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;
      left: 0;
      padding: 0;
    }
    .custom-menu-primary .hs-menu-wrapper{
      width: 100%;

      background: #fff;
    }
    /* 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: 16px;
      line-height: 45px;
      overflow: visible;
    }
    /* Level 1 and Higher Menu List Styles */
    .custom-menu-primary .hs-menu-wrapper > ul li{
      border-top: 1px solid #fff;
    }
    .custom-menu-primary .hs-menu-wrapper >  ul li a{
      padding: 0 10px;
      color: #0055B8 !important;
    }
    .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
      color: #0055B8 !important;
    }
    /* 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; 
      font-size: 16px; 
      color: #0055B8 !important;
      line-height:30px; 
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
      color: #0055B8 !important;
    }
    /* Level 3 and Higher Menu List Styles */
    .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
      text-indent: 30px; 
      line-height:30px; 
      border:none;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
      text-indent: 50px; 
    }
}

@media (max-width:991px){
  ul.hs-menu-children-wrapper.open-menu-list{
    display:none !important;
  }
}
@media (max-width: 479px){
  .mobile-open .span9.widget-span.widget-type-menu.custom-menu-primary.js-enabled {
    height: 450px;
    overflow: scroll;
  }
}


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


/* =============== General Blog Styles =============== */

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

/* Blog Post */
.hs-blog-post {}

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

/* Blog Columns Wrapper */
.blog .content-wrapper {}


/* =============== 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 Tables */
@media (max-width: 470px) {
  .blog-post-wrapper table {
    width: 100% !important;
  }
  .blog-post-wrapper table tr {
    height: auto !important;
    display: flex !important;
    flex-direction: column !important;
  }
  .blog-post-wrapper table td {
    width: 100% !important;
    height: auto !important;
  }
}


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

/* Blog Post Title */
@media (max-width: 767px) {
  .blog-post-wrapper h1 {
    font-size: 38px;
  }
}
@media (max-width: 480px) {
  .blog-post-wrapper h1 {
    font-size: 32px;
  }
  .blog-post-wrapper h2 {
    font-size: 26px;
  }
}
.post-header h2 {}
.post-header h2 a {
  color:#0055B8;
  text-decoration: none;
}
.post-header h2 a:hover {
  text-decoration: none;
  color:#FF8300;
}
.post-header h1 {
  color: #0255b8;
}



/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
  margin-bottom: 20px;
  padding-bottom: 20px;      
}
.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;
  max-width: 210px;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: right;
  margin: 20px 0 20px 20px;
}

.hs-featured-image-wrapper {
  float:left;
  width: 300px;
  height:200px;
  overflow:hidden;
  margin: 0 20px 10px 0;
}


/* Read More Link */
a.more-link {
  display:inline-block;
  margin:10px 0;
  padding: 6px 12px;
  color:#FF8300;
  border:1px solid #FF8300;
  border-radius:3px;
  text-decoration:none !important;
}
a.more-link:hover { 
  background:#FF8300;
  color: #fff;
}

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

/* Blog Social Sharing Icons */
.hs-blog-social-share {
  margin: 20px 0;
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
}

/* Blog Commments */
.custom_listing_comments {
  border: 1px solid #e2e2e2;
  display: block;
  line-height: 165%;
  padding: 15px;
  margin:15px 0;
}

#comments-listing {
  border: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
#comments-listing.no-comments {
  border: none;
}
#comments-listing:empty {
  display:none;
}
#comments-listing:empty {
  display: none;
}
.comment.depth-0 {
  border-bottom: 1px solid #000 !important;
  border-top: medium none !important;
  margin: 0 10px 10px !important;
  padding: 0 15px !important;
}
.comment-body {
  padding:10px 0;
}
.comment-reply-to{
  margin-bottom: 15px;
}
.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}
.comment-date { 
  font-size: 13px; 
  text-align: right; 
}

/* Pagination */
.blog-pagination {
  clear:both;
  margin:50px auto 0;
}
.hs-default-blog .blog-pagination a {
  display:inline-block; 
  margin:0 5px;
}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

/* Blog All Posts Page */
.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {
  text-decoration: none;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item span {
  vertical-align: top !important;
}
.hs-blog-post.hs-default-blog .hs-author-avatar {
  margin-top: 15px;
}

.blogSimpleList {
  padding: 20px 0;
}
.blogSimpleList a {
  text-decoration:none;
}

.custom-header-search input.watermark::-webkit-input-placeholder {
  color: #888;
}
.custom-header-search input.watermark:focus::-webkit-input-placeholder {
  font-size: 0;
}
.custom-header-search input.watermark:focus:-moz-placeholder {
  font-size: 0;
} /* Firefox 18- */
.custom-header-search input.watermark:focus::-moz-placeholder {
  font-size: 0;
} /* Firefox 19+ */
.custom-header-search input.watermark:focus:-ms-input-placeholder {
  font-size: 0;
} /* IE10 */
.IE .custom-header-search input.watermark {
  border-color: #a9a9a9;
}
.custom-header-search input.watermark:-ms-input-placeholder {
  opacity: 0.5;  
}


/* -------------------------------------------
modified/custom blog listing styles
------------------------------------------- */

.listBox {
  width:100%;
  padding:20px 0;
}
.listBoxSummary {
  width:50%;
  float:left;
  padding-right:10px;
}
.listBoxSummary p {
  padding:0;
  margin:0;
}
.listBoxPic {
  width:50%;
  float:left;
}
.listBoxPic img {
  width: 100%;
  height: auto;
}

.hs-featured-image-wrapper {
  width:100%;
  height:150px;
}

.blogSocial_list {
  border-top:1px solid #ccc;
  border-bottom:1px solid #ccc;
  padding: 20px 0;
}
.blogSocial_list i {
  font-size:32px;
  padding-right:20px;
}

.blogSide {
  padding: 0 0 0 20px;
}
.blogSide h3 {
  color:#30323D;
  font-size:18px;
}
.blogSide .subForm h3 {
  color:#fff;
  font-size:20px;
  text-align:center;
}


/* floaty thingy */
.hs-blog-post .social-blog {
  overflow: hidden;
  height: 250px;
  position: absolute;
  left: 0;
  /*box-shadow: 0px 0px 6px #999;*/
  background:#30323D;
  border-radius: 2px;
  overflow: hidden;
  width: 60px;
}
.hs-blog-post .social-blog .social-list {
  height: 275px;
  position: absolute;
  left: 1px;
}
.hs-blog-post .social-blog ul {
  width: 60px;
}
.hs-blog-post .social-blog ul li {
  color: #FF8300;
  list-style: none;
  width: 45px;
  height: 45px;
  margin-bottom: 1px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  margin:10px 0 10px -35px;
  line-height:45px;
}
.hs-blog-post .social-blog ul li:hover {
  color: #fff;
}
.hs-blog-post .social-blog ul li:hover a {
  color:#fff
}
.hs-blog-post .social-blog ul li a {
  display: block;
  text-align: center;
  font-size: 20px;
  color: #fff;
}

#socialFloat {
  display:none;
}

body.small-header #socialFloat {
  display:block !important;
  position:fixed;
  top: 250px;
  left:0;
}

@media(max-width:768px){
  #socialFloat {
    position:static !important;
    float:none;
    max-width:300px;
    margin: 20px auto;
  }
  .hs-blog-post .social-blog {
    position:static;
    height: 60px;
    width:auto;
    border-radius: 8px 8px 8px 8px;
  }
  .hs-blog-post .social-blog .social-list {
    position:static;
    height: 60px;
    text-align:center;
  }
  .hs-blog-post .social-blog ul {
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
    position:static;
    width: 280px;
    float:none !important;
    margin: 2px auto;   	
  }
  .hs-blog-post .social-blog ul li {
    display:inline-block;
    margin: 5px 10px 10px 5px;
  }
}




.blogListWrap {
  margin-bottom:60px;
}

.blogListWrap a {
  text-decoration: none;
}
.blogListWrap a:hover {
  text-decoration: none;
}
.blogList {
  position:relative;
  text-align:center;
  max-width:370px;
  height: 500px;
  box-shadow: 0px 0px 6px rgba(0,0,0,0.3);
  float:none;
  margin:0 auto 0;
  overflow:hidden;
}
.blogTopicSlug {
  position: absolute;
  top:10px;
  left:10px;
  background:#FF8300;
  color:#fff;
  text-align:center;
  padding:10px;
}
.blogListDesc {
  position:absolute;
  bottom:-60px;
  left:-10%;
  transform:rotate(10deg);
  width: 115%;
  height: 300px;
  overflow:hidden;
  color: #fff;
  background: transparent linear-gradient(180deg, #0075B0 0%, #005884 100%) 0% 0% no-repeat padding-box;
  -webkit-backface-visibility: hidden;
}
.blogBlurb {
  transform:rotate(-10deg);
  padding: 0 20px;
  position:absolute;
  bottom:70px;
  left:10%;
  width:85%;
  text-align:left;
}
.blogBlurb {
  display:inline-block;
  font-weight: 300;
  font-size:20px;
  line-height:1.25;
}
.blogBlurb p:after {
  content:'→';
  display:inline-block;
  padding-left: 10px;
}

@media(min-width:769px) and (max-width:1180px) {
  .blogBlurb p {
    font-size: 16px;
  }
}

@media(max-width:768px){
  .blogListWrap {
    text-align:center;
    display:inline-block;
    float:none;
    width:100%;
    margin-bottom:60px;
    padding:30px;
  }
}



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

.blog .blog-sidebar {
  padding: 0px 20px;
  border-left: 1px solid #A89779;
  margin-top:30px;
}

/* Blog Modules */
.blog .blog-sidebar .widget-span {
  margin:0 0 20px;
}

.blog-sidebar h3.form-title {
  margin-top:0;
  padding-top:0;
  line-height:.75;
}

.blogCTAGreen{
  background:#FF8300;
  padding:10px 20px 15px;
  height:225px;
}

@media(max-width:768px){
  .blogCTAGreen{
    height:auto;
  }
}
/* =============== Blog Author Page and Author Bio =============== */

.hs-blog-listing .hs-author-profile {
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.hs-blog-post .hs-author-profile {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
  margin: 20px 0 20px 0;
}
.hs-author-profile .hs-author-profile:after {
  content: '';
  display: block;
  clear: both;
}

/* Author Avatar */
.hs-author-profile .hs-author-avatar {
  float: left;
  margin-right: 15px;
  max-width: 100px;
}
.hs-author-profile .hs-author-avatar img{
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 100%;
}

/* Author Bio Wrapper*/
.hs-author-profile .hs-author-bio {
  overflow: hidden;
}

/* Author Name */
.hs-author-profile h2.hs-author-name {
  margin: 0 0 10px 0;
}

/* Author Social Follow Me */
.hs-author-profile .hs-author-social-section {}
.hs-author-profile .hs-author-social-label {}
.hs-author-profile .hs-author-social-links {}
.hs-author-profile .hs-author-social-link {}
.hs-author-profile .hs-social-facebook {}
.hs-author-profile .hs-social-linkedin {}
.hs-author-profile .hs-social-twitter {}
.hs-author-profile .hs-social-google-plus {}

.hs-blog-social-share ul {
  line-height: 1.1 !important;
}
ul.hs-blog-social-share-list {
  line-height: 1.1 !important;
}
ul.socialShareList {
  width:300px;
  list-style-type:none;
  margin:0;
  padding:0;
}
ul.socialShareList li {
  display: inline-block;
  width:23.64%;
  text-align:right;
  margin:0;
  padding:0;
  font-size:30px;
}
ul.socialShareList li:nth-child(1) {
  width:23.64%;
  text-align:left;
}

/* Blog CTA (Green Box)       */
.outlineButtonBlog {
  display: inline-block;
  padding: 12px 12px;
  margin:10px 0 25px;
  font-size: 16px;
  line-height: 1.25;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  vertical-align: middle;
  cursor: pointer;
  background-color: #FF8300;
  border: 1px solid #fff;
  text-decoration: none;
  font-weight:normal;
  font-family: 'Titillium Web', sans-serif;;
  text-transform: uppercase;
}
.outlineButtonBlog:hover {
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #FF8300;
  color: #FF8300;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear; 
}
.outlineButtonBlog:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; 
}
a.outlineButtonBlog {
  color: #fff;
  text-decoration: none!important;
}


/* ==========================================================================
6. FORMS                                        
========================================================================== */


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

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

/* Descriptions */
.hs-field-desc { color:#fff; }

/* Labels and Legends */
label {}
.hs-form-field > label {
  font-weight: bold;
  color: #fff;
}

.formTitle{
  background: transparent linear-gradient(180deg, #0055B8 0%, #0D256D 100%) 0% 0% no-repeat padding-box;
  border-radius: 2px 2px 0px 0px;
  width:100%;
}

h3.formTitle {
  font-family: 'Titillium Web', sans-serif;;
  font-weight: 400;
  color: #fff;
  font-size: 35px;
  line-height: 40px;
  text-align:center;
  padding-top:25px;
  padding-bottom:25px;
}

.blogSubscribeBackground{
  background:url('https://6612108.fs1.hubspotusercontent-na1.net/hubfs/6612108/Banner%20Images/sandpiper-pump.jpg'); 
  background-size:cover; 
  background-position:center center; 
  padding:20px; 
  margin-bottom:20px;
  height:440px;
  color: #fff;
}

@media(max-width:768px){
  .blogSubscribeBackground{
    height:auto;
  }
}
.blogSubscribe h3.form-title {
  color:#fff; 
}
.blogSubscribe .hs-form-field>label {
  color:#fff;
  font-weight:bold !important; 
}

label {}
/* One Line Inputs */
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
  width: 100%;
  font-family: 'Titillium Web', sans-serif;, arial, helvetica, sans-serif;
  font-size: 16px;
  line-height: 24px;
  padding:6px 5px;
  color: #fff;
  border:1px solid #fff;;
  box-shadow: 0;
  border-radius:2px;
  display:block;
  margin:0 0 10px;
  display: inline-block;
  -webkit-appearance: none;
  background: #30323D;
}

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

}

input[type="submit"],
input[type="button"] {
  -webkit-appearance: none;
}

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

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

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


.hs-form-field>label {
  font-weight:400;
  line-height: 22px;
  font-size: 18px;
  font-weight:bold !important;
}

li.hs-form-booleancheckbox {
  color:#fff;
  line-height:1;
}

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

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

/* Error */
form.hs-form .hs-form-field ul.inputs-list.hs-error-msgs {
  list-style: none !important;
  padding: 0 !important;
  margin: 10px 0 !important;
  line-height: 1;
}
form.hs-form .hs-form-field ul.inputs-list.hs-error-msgs label{}

/* Placeholder Text */
::-webkit-input-placeholder {} /* Webkit Browsers */
:-moz-placeholder {} /* Firefox 18- */
::-moz-placeholder {} /* Firefox 19+ */
:-ms-input-placeholder {} /* IE10 */


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

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

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

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


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

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

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

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

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


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

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

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

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

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

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


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


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

.hs-button.primary,
input[type="submit"],
input[type="button"] {
  display: inline-block;
  padding: 12px 12px;
  margin:10px 0 25px;
  font-size: 20px;
  line-height: 1.25;
  border-radius:3px;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  vertical-align: middle;
  cursor: pointer;
  background-color: #FF8300;
  border: 1px solid #FF8300;
  text-decoration: none;
  font-weight:normal;
  font-family: 'Titillium Web', sans-serif;;
  text-transform: uppercase;
}

.hs-mac-pc .hs-button.primary,
.hs-mac-pc input[type="submit"],
.hs-mac-pc input[type="button"] {
  font-family: 'Titillium Web', sans-serif;;
}

.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #FF8300;
  color: #FF8300;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear; 
}

.hs-button.primary:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; 
}

.ctaButton {
  display: inline-block;
  padding: 12px 12px;
  margin:10px 0 25px;
  font-size: 16px;
  font-weight:bold;
  line-height: 1.25;
  color: #fff!important;
  text-align: center;
  letter-spacing: 1px;
  width: auto;
  vertical-align: middle;
  cursor: pointer;
  background-color: #FF8300;
  border: 1px solid #FF8300;
  text-decoration: none;
  font-weight:normal;
  font-family: 'Titillium Web', sans-serif;;
  text-transform: uppercase;
}

.ctaButton:hover {
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #FF8300;
  font-weight:bold;
  color:#FF8300 !important;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear; 
}

.ctaButton:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; 
}

a.ctaButton {
  color: #fff!important;
  text-decoration: none;
  font-weight:bold;
}

.ctaButtonNoHover {
  display: inline-block;
  padding: 12px 12px;
  margin:10px 0 25px;
  font-size: 20px;
  line-height: 1.25;
  color: #fff !important;
  text-decoration:none !important;
  text-align: center;
  letter-spacing: 1px;
  width: 180px;
  vertical-align: middle;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #fff;
  text-decoration: none;
  font-weight:normal;
  font-family: 'Titillium Web', sans-serif;;
  text-transform: uppercase;
}

.outlineButton {
  display: inline-block;
  padding: 12px 12px;
  margin:10px 0 25px;
  font-size: 16px;
  line-height: 1.25;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  vertical-align: middle;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #FF8300;
  text-decoration: none;
  font-weight:400;
  font-family: 'Titillium Web', sans-serif;;
  text-transform: uppercase;
}

.outlineButton:hover {
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #FF8300;
  color: #FF8300;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear; 
}

.outlineButton:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; 
}

a.outlineButton {
  color: #fff;
  text-decoration: none!important;
}

/* Outline Button White*/

.outlineButtonWhite {
  display: inline-block;
  padding: 12px 12px;
  margin:10px 0 25px;
  font-size: 20px;
  line-height: 1.25;
  color: #FF8300;
  text-align: center;
  letter-spacing: 1px;
  vertical-align: middle;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #FF8300;
  text-decoration: none;
  font-weight:normal;
  font-family: 'Titillium Web', sans-serif;;
  text-transform: uppercase;
}

.outlineButtonWhite:hover {
  text-decoration: none;
  background-color: #FF8300;
  border: 1px solid #FF8300;
  color:#fff;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear; 
}

.outlineButtonWhite:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; 
}

a.outlineButtonWhite {
  color: #FFF !important;
}

a.outlineButtonWhite:hover {
  color: #fff !important;
}

/* Outline Button Orange*/

.outlineButtonOrange {
  display: inline-block;
  padding: 12px 12px;
  margin:10px 0 25px;
  font-size: 20px;
  line-height: 1.25;
  color: #FF8300;
  text-align: center;
  letter-spacing: 1px;
  vertical-align: middle;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #FF8300;
  text-decoration: none !important;
  font-weight:normal;
  font-family: 'Titillium Web', sans-serif;;
  text-transform: uppercase;
}

.outlineButtonOrange:hover {
  text-decoration: none;
  background-color: #FF8300;
  border: 1px solid #FF8300;
  color:#fff;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear; 
}

.outlineButtonOrange:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; 
}

a.outlineButtonOrange {
  color: #FF8300 !important;
}

a.outlineButtonOrange:hover {
  color: #FFF !important;
}

/* button in top header */
.verytopButton {
  display: inline-block;
  padding: 12px 12px;
  margin: 0px;
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  width: 100%;
  vertical-align: middle;
  cursor: pointer;
  text-transform: uppercase;
  background-color: #FF8300;
  border: 2px solid #FF8300;
  text-decoration: none!important;
  font-weight:normal;
  font-family: 'Titillium Web', sans-serif;;
}

.verytopButton:hover {
  text-decoration: none;
  background-color: #fff;
  border: 2px solid #FF8300;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear; 
}

.verytopButton:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; 
}

a.verytopButton {
  color: #fff !important;
  text-decoration: none!important;
}

a.verytopButton:hover {
  color: #FF8300 !important;
  text-decoration: none!important;
}

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

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


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

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


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

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


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

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


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

.body-container ul li {}
.hs-blog-social-share ul li {
  background: none;
  padding-left: 0;
}
form ul li{
  background: none !important;
  padding-left: 0 !important;
  color:#fff;
}
.one-column .body-container-wrapper input[type="text"],
.one-column .body-container-wrapper input[type="password"], 
.one-column .body-container-wrapper input[type="datetime"], 
.one-column .body-container-wrapper input[type="datetime-local"], 
.one-column .body-container-wrapper input[type="date"], 
.one-column .body-container-wrapper input[type="month"], 
.one-column .body-container-wrapper input[type="time"], 
.one-column .body-container-wrapper input[type="week"], 
.one-column .body-container-wrapper input[type="number"], 
.one-column .body-container-wrapper input[type="email"], 
.one-column .body-container-wrapper input[type="url"], 
.one-column .body-container-wrapper input[type="search"], 
.one-column .body-container-wrapper input[type="tel"], 
.one-column .body-container-wrapper input[type="color"],
.one-column .body-container-wrapper input[type="file"],
.one-column .body-container-wrapper textarea,
.one-column .body-container-wrapper select,
.hs-search-layout .hs-search-field {
  width: 100% !important;
  max-width: 500px;
}
.widget-type-google_search input[type="text"] {
  display:block;
}
#hs-pwd-widget-password {
  display: block;
}
.hs-error-msgs.inputs-list{
  margin:10px 0; 
  list-style:none;
  padding:0;
}
.hs-error-msgs.inputs-list label{
  color: #ff0000;
  font-weight:normal;
}   
.subscription-template.one-column #email-prefs-form .subscribe-options label span {    
  font-size: 16px;    
  color: #444;    
  line-height: 24px;
}





.hs-blog .section.post-body .hs_cos_wrapper_type_rich_text > p:last-child[style="text-align: center; padding-bottom: 8px; margin-top: 6px;"] > img,
.hs-blog .section.post-body .hs_cos_wrapper_type_rich_text > p:last-child[style*="padding-bottom: 8px; margin-top: 6px;"] > img,
.hs-blog .section.post-body .hs_cos_wrapper_type_rich_text > p[style="padding-bottom: 8px; margin-top: 0; padding-top: 6px;"] > img,
.hs-blog .section.post-body .hs_cos_wrapper_type_rich_text > p[style="text-align: center; padding: 20px 0 28px;"] > img {
  margin-top: 10px !important;
}

/*  Search Result  */
.hs-search-field--open .hs-search-field__suggestions {
  position: absolute;
  top: 37px;
  width: 100% !important;
  z-index: 1;
}
.hs-search-field--open .hs-search-field__suggestions {
  border: 1px solid #000;
  background: #fff;
  padding: 5px;
}
.hs-search-field__suggestions a, 
.hs-search-field__suggestions #results-for {
  display: block;
  text-decoration: none;
  padding: 0 5px;
}
.hs-search-field__suggestions a,
.hs-search-field__suggestions #results-for {
  display: block;
  text-decoration: none;
  padding: 0 5px;
}


.fullWidth-layout .content-wrapper.page-center,
.home-layout .content-wrapper.page-center,
.sitemap-layout .content-wrapper.page-center,
.blog .content-wrapper.page-center,
.hs-search-layout .page-center.content-wrapper,
.error404-layout .page-center.content-wrapper {
  padding-top: 4px;
  padding-bottom: 4px;
}


/* ==========================================================================
Full Width Layout
========================================================================== */
.fullWidth-mainContent-flexi img {
  vertical-align: baseline !important;
}
img.application_photo {
  float: right;
  border-radius: 50px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  border-collapse: separate;
  width: 400px;
  margin: 16px 0 16px 20px;
}
.fullWidth-mainContent-flexi p[style="line-height: 1.25;"] {
  margin: 0 0 20px;
}
.fullWidth-mainContent-flexi .hs_cos_wrapper_type_rich_text h3 {
/*   font-family: 'Titillium Web', sans-serif;; */
    font-family: 'Titillium Web', sans-serif;
}

/*  Application Group Module  */
.quickLinks-children-list {
  margin: 16px 0px;
}
.quickLinks-children-item {
  display: block;
  margin: 20px 0;
  font-weight: bold;
}
.quickLinks-children-item > a {
  display: block;
  text-transform: uppercase;
  font-size: 1.3em;
  text-decoration: none;
  border: 1px solid #e0e0e0;
  border-radius: 20px;
  padding: 15px;
  background-image: url(//4157348.fs1.hubspotusercontent-na1.net/hubfs/4157348/ACT_Dust_Collectors_June2019/Image/logo.png);
  background-size: auto 40%;
  background-repeat: no-repeat;
  background-position: 20px center;
  padding-left: 10%;
  color: #0000BF !important;
}
.quickLinks-children-item > a:hover {
  background-color: yellow;
}


/* ==========================================================================
Full Width With Breadcrumb Layout
========================================================================== */
.fullWidth-layout.with-breadcrumb .fullWidth-mainContent-flexi .hs_cos_wrapper_type_rich_text > *:first-child {
  margin-top: 0;
}

/*  Breadcrumb Menu  */
.breadcrumb-menu div > ul {
  margin: 14px 0px;
  margin-top: -2px;
  line-height: normal;
}
.breadcrumb-menu div > ul:after {
  content: "";
  display: table;
  clear: both;
}
.breadcrumb-menu div > ul > li {
  padding: 0;
  margin: 0;
}
.breadcrumb-menu div > ul > li > a {
  font-size: 0.9em;
  text-decoration: none;
}
.breadcrumb-menu div > ul > li > a:hover {
  text-decoration: underline;
}
.breadcrumb-menu div > ul > li .hs-breadcrumb-menu-divider:before {
  padding-left: 11px;
  margin-right: 10px;
}
.breadcrumb-menu div > ul > li > .hs-breadcrumb-label {
  font-size: 0.9em;
} 

/*  Collector With Top Image Group Module  */
.collectorTopImg-cols-group {
  font-size: 0;
  padding: 0;
  margin: 0;
  margin-left: -8px;
  margin-right: -8px;
  list-style: none;
  line-height: 1.75;
}
.collectorTopImg-col {
  box-sizing: border-box;
  text-align: center;
  padding: 0px 8px 24px 8px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  max-width: 50%;
  font-size: 16px;
}
.collectorTopImg-link {
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  margin-bottom: 6px;
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.collectorTopImg-link {
  position: relative;
  padding-top: 75%;
  margin: 0;
}
.collectorTopImg-link>img {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: contain;
}
.collectorTopImg-title {
  font-size: 1.2em;
  text-transform: uppercase;
}
.collectorTopImg-title a {
  text-decoration: none;
}

/*  Collector Gallery Module  */
ul.collectorGallery-lightbox-list {
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 1.75;
  margin-left: -8px;
  margin-right: -8px;
}
.collectorGallery-lightbox-list-item {
  box-sizing: border-box;
  text-align: center;
  padding: 0px 8px 24px 8px;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  width: 100%;
  max-width: 20%;
}
.collectorGallery-lightbox-photo {
  background-position: center center;
  background-size: cover;
}
.collectorGallery-lightbox-photo > a {
  display: block;
  width: 100%;
  height: 100%;
}
.collectorGallery-lightbox-photo > a > img {
  border: 0;
  display: block;
  padding: 50.1% 0;
  width: 100%;
  height: 1px;
  border-collapse: separate;
}




/*  Products Group Module  */
ul.products-list {
  display: block;
  list-style: none;
  padding: 0px;
  margin: 0;
  margin-left: -8px;
  margin-right: -8px;
  font-size: 0;
}
.products-list-item {
  box-sizing: border-box;
  text-align: center;
  padding: 0px 8px 24px 8px;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  width: 100%;
  max-width: 25%;
} 
.products-list-item a,
.products-list-item a:hover {
  text-decoration: none;
}
.productsList-item-link {
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  margin-bottom: 6px;
  text-align: center;
  font-size: 0;
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  text-decoration: none;
}
.productsList-item-link:before {
  content: ' ';
  display: inline-block;
}
.productsList-item-img {
  height: 205px;
  width: auto;
  object-fit: contain;  
}
.productsList-item-title {
  font-size: 1.2em;
  text-transform: uppercase;
}

/*  Product Lightbox Gallery Module  */
.product-lightboxGallery-img {
  margin: 16px 0px;
  text-align: center;
  max-width: 100%;
}
.product-lightboxGallery-img img {
  border: 0 !important;
  max-width: 100%;
  box-sizing: border-box;
}
.product-lightboxGallery-thumbnails ul {
  line-height: 1.75;
  text-align: center;
  list-style: none;
  padding: 0px;
  font-size: 0;
  margin: 0px -2px;
}
.product-lightboxGallery-thumbnails ul > li {
  width: 100%;
  max-width: 25%;
  display: inline-block;
  box-sizing: border-box;
  padding: 0px 2px 4px 2px;
}
.product-lightboxGallery-thumbnails ul > li > .product-lightboxGallery-thumb-link {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.product-lightboxGallery-thumbnails ul > li > .product-lightboxGallery-thumb-link:before {
  content: '';
  display: inline-block;
  padding-top: 90%;
} 
.product-lightboxGallery-thumb-link img {
  height: 100%;
  width: 100%;
  border: 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}
.product-lightboxGallery-thumbnails ul > li > .product-lightboxGallery-thumb-link {
  width: 111%;
}
.product-lightboxGallery-thumbnails ul > li:first-child {
  margin-left: -2.5%;
}

/*  Product Tabber Group Module  */
.product-tabs {
  font-size: 0;
  border-bottom: 1px solid #0000BF;
}
.product-tabs a {
  cursor: pointer;
  display: inline-block;
  background: #e0e0e0;
  border: 1px solid #0000BF;
  border-bottom: 0;
  text-decoration: none;
  text-transform: uppercase;
  padding: 8px 12px;
  font-size: 18px;
  margin-right: 3px;
  border-radius: 10px 10px 0 0;
}
.product-tabs a.active-tab {
  background: #fff;
}
.product-tabs a:hover {
  background: yellow !important;
}
.product-tabs-details {
  border: 1px solid #0000BF;
  border-top: 0;
  padding: 1px 20px;
  position: relative;
  margin-bottom: 16px;
}
.product-tabs-label {
  display: none;
}
.product-tabs-box {
  position: relative;
  overflow-x: auto;
}
.product-tabs-box > table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}
.product-tabs-box > table tr {
  vertical-align: baseline;
}
.product-tabs-box > table tr:nth-child(odd) {
  background: white;
}
.product-tabs-box > table tr:nth-child(even) {
  background: #f0f0f0;
}
.product-tabs-box > table tr:first-child {
  background: #0000BF;
  color: white;
  text-transform: uppercase;
  font-size: 1.2em;
}
.product-tabs-box > table tr td {
  padding: 6px 12px;
}
.product-tabs-box > table tr td:nth-child(n+2) {
  text-align: center;
}
.product-tabs-box1 > table tr td:nth-child(n+2) {
  width: 10%;
}
.product-tab-form h3.form-title:empty {
  display: none;
}
.product-tab-form form.hs-form fieldset .hs-form-field {
  padding-right: 8px;
}

.product-tab-form .hs-form-field > label {
  font-weight: normal;
  color: inherit;
}
.product-tab-form .hs-form-field > .input > .hs-input {
  margin: 2px;
  margin-left: 0px;
/*   font-family: 'Titillium Web', sans-serif;, arial, helvetica, sans-serif; */
    font-family: 'Titillium Web', sans-serif;
  font-size: 16px;
  line-height: 1.25;
  color: #30323D;
  padding: 2px;
  border-color: #a9a9a9;
  border-image: initial;
}
.product-tab-form .hs-form-field > .input > select.hs-input {
  margin: 0;
  padding: 0;
  -webkit-appearance: menulist;
}
.product-tab-form .hs-button.primary,
.product-tab-form input[type="submit"], 
.product-tab-form input[type="button"] {
  border-radius: 0;
/*   font-family: 'Titillium Web', sans-serif;, arial, helvetica, sans-serif; */
    font-family: 'Titillium Web', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 1.25;
  padding: 4px 7px;
  border-color: #999;
  background-color: rgba(193, 193, 193, 0.3);
  background-image: none;
}
.product-tab-form .hs-button.primary:hover,
.product-tab-form input[type="submit"]:hover, 
.product-tab-form input[type="button"]:hover {
  background-color: rgba(193, 193, 193, 0.3);
  border-color: #555;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product-tabs-box .video-container {
  margin: 20px 0;
}


/* ==========================================================================
Home Layout
========================================================================== */

.home-layout .custom-footer-bottom-bg {
  background: white;
}
.container-wrapper {
  background: url(//4157348.fs1.hubspotusercontent-na1.net/hubfs/4157348/ACT_Dust_Collectors_June2019/Image/content-bg-1.png) top repeat-x white;
}
.home-row hr {
  margin: 60px 0;
  background: #e0e0e0;
  height: 1px;
}
.home-row img {
  vertical-align: baseline;
}

/* Home Hero Padding Adjustements */
.extra-top-padding .homeBannerOverlay {
  padding-top: 150px !important;
}
@media (max-width: 1366px) {
  .extra-top-padding .homeBannerOverlay {
    padding-top: 120px !important;
  }
}
@media (max-width: 768px) {
  .extra-top-padding .homeBannerOverlay {
    padding-top: 90px !important;
  }
}


/*  Home Banner Slider Module  */
.home-bannerSlider-module .slick-slider {
  padding: 0;
  margin: 0;
}
.home-bannerSlider-module .slick-list {
  max-height: 100% !important;
}
.home-bannerSlider-module .hs_cos_gallery_main {
  padding: 0;
  margin: 0;
}
.home-bannerSlider-module .hs_cos_gallery_main .slick-slide {
  margin: 0;
}
.home-bannerSlider-module .hs_cos_gallery_main .slick-slide > .slick-slide-inner-wrapper {
  display: block;
  margin: 0;
  background-size: cover;
  background-position: center 60%;
}
.home-bannerSlider-module .hs_cos_gallery_main .slick-slide > .slick-slide-inner-wrapper > a {
  display: block;
  width: 100%;
  height: 100%;
  padding-bottom: 33.89%;
  position: relative;
  z-index: 7;
}
.home-bannerSlider-module .hs_cos_gallery_main .slick-slide[data-slick-index="2"] > .slick-slide-inner-wrapper {
  background-position: center 70%;
}
.home-bannerSlider-module .hs_cos_gallery_main .slick-slide[data-slick-index="3"] > .slick-slide-inner-wrapper {
  background-position: center 0%;
}
.home-bannerSlider-module .hs_cos_gallery_main .slick-slide img {
  width: 100%;
  height: 100%;
  margin: 0;
  visibility: hidden;
  display: none;
}
.home-bannerSlider-module .hs_cos_gallery_main .slick-slide .caption {
  position: absolute;
  z-index: 5;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 40px;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) , rgba(0, 0, 0, 0.75) );
  color: #145163;
  font-size: 16px;
}
.home-bannerSlider-module .hs_cos_gallery_main .slick-slide .caption > span {
  width: 100%;
  max-width: 1180px;
  margin: auto;
  display: block;
}
.home-bannerSlider-module .hs_cos_gallery_main .slick-slide .caption h3 {
  text-align: center;
  text-transform: uppercase;
  color: white;
/*   font-family: 'ACCENT-LIGHT'; */
    font-family: 'Titillium Web', sans-serif;
  font-size: 3em;
  line-height: 1.25;
  text-shadow: 0 0 4px rgba(0, 0, 0, 1);
  margin: 0;
}
.home-bannerSlider-module .hs_cos_gallery_main .slick-slide .caption p {
  text-align: center;
  color: white;
  text-shadow: 0 0 4px rgba(0, 0, 0, 1);
  font-size: 1.5em;
  line-height: inherit;
  margin-top: 15px;
  margin-bottom: 0;
  font-family: 'ACCENT-LIGHT';

}
.slider-button {
  text-align: center;
  display: block;
  color: white;
  text-shadow: 0 0 4px rgba(0,0,0,1);
  font-size: 1.5em;
  line-height: inherit;
  margin-top: 30px;
  margin-bottom: 0;
  font-family: 'ACCENT-LIGHT';
}
.slider-button span {
  display: inline-block;
  background: #FF8921;
  padding: 12px 24px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,.5);
  color: white;
  cursor: pointer;
}
.slider-button span:hover {
  background: #0000BF;
}
.home-bannerSlider-module .slick-arrow,
.home-bannerSlider-module ul.slick-dots {
  display: none !important;
}

/* ==========================================================================
Product Page Layout
========================================================================== */

.greyBackground {
  background: transparent linear-gradient(180deg, #545353 0%, #3F3E3E 100%) 0% 0% no-repeat padding-box;
  padding:80px 0;
  position:relative;
  padding-top: 150px;
}

.greyBackground h2{
  color:#fff!important;
}
.greyBackground p{
  color:#fff;
}

/*  Wizard Module  */
.wizard_container {
  margin: 40px 0;
  padding: 20px 40px;
  background: #f0f0f0;
  border-radius: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  border-collapse: separate;
}
.wizard_table {
  display: table;
  margin: auto;
}
.wizard_td {
  display: table-cell;
  vertical-align: middle;
}
.wizard_images {
  white-space: nowrap;
  width: 315px;
  margin-right: 40px;
}
a img {
  border: 0 !important;
}
.wizard_images img {
  width: auto;
  height: 200px;
  margin-left: -30px;
  vertical-align: baseline;
}
.wizard_images img:first-child {
  margin-left: 0;
}
.box_more a {
  margin: 15px;
  margin-top: 0;
  display: inline-block;
  border: 1px solid #ccc;
  color: #999;
  text-decoration: none;
  text-transform: uppercase;
  padding: 4px 12px;
  margin-left: 0;
}
.box_more a:hover {
  background: #0000BF;
  color: white;
}

/*  Application Group Module  */
.application-group-module {
  padding: 20px 0 0;
}
h2.application-heading {
  text-align: center;
}
.application-cols-group {
  font-size: 0;
}
.application-col {
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  width: 31%;
  margin: 16px 1%;
}
.application-col-photo {
  background-size: cover;
  background-position: center center;
  padding-top: 50%;
  position: relative;
} 
.application-col-photo img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.application-col-title a {
  display: block;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  padding: 8px;
  background: #00005f;
  font-size: 1.25em;
}
.application-col-title a:hover {
  color: white;
  background: #0000BF;
}
.application-col-content {
  margin: 15px;
  font-size: .9em;
}
.application-col-more a {
  margin: 15px;
  margin-top: 0;
  display: inline-block;
  border: 1px solid #ccc;
  color: #999;
  text-decoration: none;
  text-transform: uppercase;
  padding: 4px 12px;
}
.application-col-more a:hover {
  background: #0000BF;
  color: white;
}


/* ==========================================================================
Sitemap Layout
========================================================================== */
.sitemap-navigation .hs-menu-wrapper > ul {
  display: block !important;
  list-style: disc !important;
  padding: 0 0 0 40px !important;
  margin: 0 0 1em !important;
  line-height: 1.75;
}
.sitemap-navigation .hs-menu-wrapper > ul li {
  display: list-item !important;
}
.sitemap-navigation .hs-menu-wrapper > ul li > a {
  display: inline !important;
  width: auto !important;
  white-space: normal !important;
}
.sitemap-navigation .hs-menu-wrapper > ul ul.hs-menu-children-wrapper {
  position: static !important;
  visibility: visible !important;
  opacity: 1 !important;
  list-style: circle;
  padding: 0 0 0 40px !important;
  margin: 0 !important;
}
.sitemap-navigation .hs-menu-wrapper > ul ul ul li {
  list-style: square;
}

/*  Search Module  */
h3.search-heading {
  font-size: 2.5em;
}
.search-module .hs-search-field {
  line-height: 1.75;
  margin: 16px 0px;
  width: 100%;
  max-width: 300px;
}
.search-module .hs-search-field__input,
.search-module button[type="submit"] {
/*   font-family: 'Titillium Web', sans-serif;, arial, helvetica, sans-serif; */
    font-family: 'Titillium Web', sans-serif;
  font-size: 16px;
  line-height: 1.25;
  color: #30323D;
}
.search-module .hs-search-field__input {
  margin: 2px;
  margin-left: 0px;
  padding: 1px 2px;
  min-height: 30px;
  border: 1px solid #a9a9a9;
}
.firefox .search-module .hs-search-field__input {
  padding: 2px 2px;
  min-height: 0;
}
.body-container-wrapper .search-module .hs-search-field__input {
  width: 100% !important;
  max-width: 160px !important;
}
/* Placeholder Text */
.search-module .hs-search-field__input::-webkit-input-placeholder {
  opacity: 1;
} /* Webkit Browsers */
.search-module .hs-search-field__input.search-module .hs-search-field__input:-moz-placeholder {} /* Firefox 18- */
.search-module .hs-search-field__input::-moz-placeholder {} /* Firefox 19+ */
.search-module .hs-search-field__input:-ms-input-placeholder {
  opacity: 1;
} /* IE10 */
.firefox .body-container-wrapper .search-module .hs-search-field__input {
  max-width: 178px !important;
  border-color: #666;
}



/* ==========================================================================
Blog Listing Page
========================================================================== */

.bcrumb {
  margin: 16px 0px;
}
.bcrumb a:link, .bcrumb a:active, .bcrumb a:visited {
  font-size: 0.9em;
  text-decoration: none;
}
.bcrumb a:hover {
  text-decoration: underline;
}
.hs-blog-post-item {
  margin: 20px 0;
  clear: both;
}
.hs-blog-post-item:first-child {
  margin-top: 4px;
}
.hs-blog-post-item-inner {
  display: table;
  width: 100%;
}
.hs-blog-post-item-inner .td {
  display: table-cell;
  vertical-align: middle;
}
.hs-blog-featured-image-wrapper {
  width: 15%;
}
.hs-blog-post-body {
  padding-left: 20px;
}
.hs-blog-post-body .post-header {
  font-size: 1.2em;
  text-transform: uppercase;
}
.hs-blog-post-body .post-header h2 {
  font-size: inherit;
  margin: 0;
  padding: 0;
  line-height: 1.75;
}
.hs-blog h2.post-listing-simple {
  font-size: 1.2em;
  text-transform: uppercase;
}
.hs-blog-featured-image-wrapper a {
  display: block;
  background-size: cover;
  background-position: center center;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  border-collapse: separate;
  padding-bottom: 4px;
  position: relative;
  overflow: hidden;
  padding-bottom: 104.6%;
}
.hs-blog-featured-image-wrapper a img {
  width: 100%;
  vertical-align: baseline;
  border: 0;
  max-width: none !important;
  outline: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hs-blog-post-body p {
  margin: 0;
}
.hs-blog-post-item .hr {
  margin: 60px 0;
  background: #e0e0e0;
  height: 1px;
}
.hs-blog-post .bcrumb {
  margin-bottom: 0;
}
.hs-blog.hs-blog-post .body-container .page-center {
  padding-bottom: 3px;
}
.hs-col-table {
  text-align: left;
}
/* ==========================================================================
Blog Post Page
========================================================================== */
.hs-blog-post .img_float_left {
  float: left;
  clear: left;
  margin: 16px 20px 16px 0px;
}
.hs-blog-post table {
  border-collapse: collapse;
}
div.paging {
  margin: 16px 0px 14px;
}
a.paging, a.paging:link, a.paging:active, a.paging:visited, a.paging:hover {
  display: inline-block;
  border: solid 1px #0000bf;
  border-radius: 5.3333333333333px;
  background-color: #0c0cc2;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, .2) , rgba(0, 0, 191, 0.2) );
  padding: 5.3333333333333px 8px;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
}
a.paging:hover {
  background-color: #2424c8;
}
a.paging[disabled] {
  cursor: default;
  border: solid 1px #3d3dc2;
  background-color: #4646c5;
  background-image: none;
  color: rgba(145, 145, 219, 1);
}
ul.pagination.paging_pages {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  margin-top: 8px;
}
ul.pagination.paging_pages li {
  display: inline-block;
  vertical-align: middle;  
}
ul.pagination.paging_pages li a {
  display: inline-block;
  border: solid 1px #0000bf;
  border-radius: 5.3333333333333px;
  background-color: #0c0cc2;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, .2) , rgba(0, 0, 191, 0.2) );
  padding: 5.333333px 8px;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  line-height: 1.25;
}
ul.pagination.paging_pages li a:hover {
  background-color: #2424c8 !important;
}
ul.pagination.paging_pages li.active a {
  border-width: 2px !important;
  padding: 4.3333333333333px 7px !important;
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer;
}
.paging_np a.paging {
  padding: 6.333333px 8px 4.333333px;
}
.img_float_right {
  float: right;
  clear: right;
  margin: 16px 0px 16px 20px;
}
.hs-blog-post .hs_recaptcha.hs-recaptcha.field.hs-form-field {    
  width: auto;    
  overflow: auto;	
  padding:10px 0;
}


/* Blog Read More button */

.blogReadMore {
  display: inline-block;
  font-size: 20px;
  line-height: 60px;
  color: #990014;
  text-align: center;
  letter-spacing: 1px;
  width: 180px;
  height:60px;
  vertical-align: middle;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #990014;
  text-decoration: none;
  font-weight:normal;
  font-family: 'Titillium Web', sans-serif;;
  text-transform: uppercase;
}

.blogReadMore:hover {
  text-decoration: none;
  background-color: #FF8300;
  border: 1px solid #fff;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear; 
}

.blogReadMore:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; 
}









/* Styles that do not fit into any of the available sections above can go here. */
iframe {
  max-width: 100%;
}

.hs-mac-pc .chrome .search-module .hs-search-field__input {
  font-size: 13px;
  font-family: system-ui;
}

ul.hs-search-results__listing > li {
  margin: 20px 0;
  clear: both;
}
ul.hs-search-results__listing > li > a.hs-search-results__title {
  font-size: 1.2em;
  text-transform: uppercase;
  text-decoration: none;
}
ul.hs-search-results__listing > li p.hs-search-results__description {
  margin: 0;
  padding: 0;
}



.hs-two-col-img-radius {
  border-radius: 50px;
  box-shadow: 0 0 10px rgba(0,0,0,0.25);
}
.hs-two-col-img-grp img {
  border-collapse: separate;
  margin: 16px 0 16px 0;
}
.hs-two-col-img-grp.right img {
  width: 400px;
}
.productsaction-booth-collector-19507-page .hs-two-col-img-grp.right img {
  width: 325px;
  margin-right: 3%;
}
.left.hs-two-col-img-grp img {
  margin: 0px 0 1% 0px;
}
.hs-two-col-img-grp .hs-cta-wrapper img {
  width: auto !important;
  float: none !important;
  margin: 0 !important;
}


/* custom additions */
.imposing-header {
  background: #30323D;
  padding:40px 0px;
/*   font-family: 'Orbitron', sans-serif; */
    font-family: 'Titillium Web', sans-serif;
  font-size:24px;
  color:#fff;
  text-align:center;
  position:relative;
}
.imposing-header:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin-left: -40px;
  position: absolute;
  left: 50%;
  bottom: -38px;
  z-index: 1;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 40px solid #30323D;
}




/* ==========================================================================
9. MEDIA QUERIES                              
========================================================================== */

@media (min-width: 641px) {

  .custom-footer-top-bg .page-center > div > div > div {
    display: table-cell !important;
    vertical-align: middle !important;
    width: auto !important;
    margin-left: 0 !important;
    float: none !important;
  }

}

@media (min-width: 768px) {

  .product-lightboxGallery-module {
    float: right;
    width: 240px;
    margin: 0px 0px 10px 10px;
  }
  .product-lightboxGallery-img img {
    max-height: 300px;
  }
  .product-tab-form form.hs-form fieldset {
    width: 100%;
    max-width: 43.3%;
  }
  .home-layout .custom-header-wrapper {
    background: white;
  }

  img.cm-alignLeft:first-child,
  img.cm-alignRight:first-child,
  .fullWidth-mainContent-flexi .hs_cos_wrapper_type_rich_text > img.application_photo:first-child {
    margin-top: 0;
  }

  .cm-alignLeft {
    float: left;
  }
  .cm-alignRight {
    float: right;
  }
  .hs-two-col-img-grp.right img {
    margin-top: 0;
  }
  .hs-two-col-img-grp.right img {
    float: right;
    margin-left:20px;
  }
  .left.hs-two-col-img-grp img {
    float: left;
    margin-right:3%;
  }

}

@media (min-width: 801px) {

  .hs-mobile-logo-grp {
    display:none !important;
  }

}



/* =============== Screen sizes smaller than .page-center =============== */


@media (max-width: 1600px) {

  .hs-blog-featured-image-wrapper a {
    padding-bottom: 105.6%;
  }

}


@media (max-width: 1200px) and (min-width: 801px) {

  .custom-header-search input.watermark {
    margin-right: 15px;
  } 

}


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

  .home-bannerSlider-module .hs_cos_gallery_main .slick-track {
    position: relative;
    padding-bottom: 40%;
  }
  .home-bannerSlider-module .hs_cos_gallery_main .slick-slide {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    height: 100%;
    width: 100%;
  }
  .home-bannerSlider-module .hs_cos_gallery_main .slick-slide>.slick-slide-inner-wrapper {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
  }
  .home-bannerSlider-module .hs_cos_gallery_main .slick-slide>.slick-slide-inner-wrapper > a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding-bottom: 40%;
  }
  .home-bannerSlider-module .hs_cos_gallery_main .slick-slide .caption {
    margin: 0;
  }  

}

@media (max-width: 980px) {

  .collectorTopImg-col {
    width: 100%;
    max-width: 100%;
  }
  .collectorGallery-lightbox-list-item {
    width: 100%;
    max-width: 25%;
  }
  .products-list-item {
    max-width: 33.333333333333%;
  }

} 



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

  .home-bannerSlider-module .hs_cos_gallery_main .slick-track {
    padding-bottom: 60%;
  }

}


@media (max-width: 800px) {

  .hs-header-mobile-section {
    display:none !important;
  }
  .custom-header-group {
    min-height: 80px !important;
    position: relative;
  }
  .custom-header-wrapper {
    position: fixed;
    background: #f0f0f0;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    border-collapse: separate;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
  }
  .custom-logo {
    text-align: center;
    margin: 0;
    position: relative;
    top: -1px;
  }
  .custom-logo img {
    width: 90% !important;
    max-width: 240px;
  }
  .custom-header-search input.watermark {
    display: none;
  }
  .custom-header-search .search {
    position: absolute;
    top: -12px;
    right: 74px;
    width: 20% !important;
  }
  .custom-header-search .search input[type="image"] {
    min-width: 24px;
    cursor: pointer;
  }
  .custom-menu-wrapper {
    background-image: none;
  }
  .hs-mobile-logo-grp > div > div {
    display: table;
    width: 100% !important;
  }
  .hs-mobile-logo-grp .td_resp {
    display: table-cell !important;
    vertical-align: middle !important;
    height: 79px;
  }
  .hs-mobile-trigger-grp {
    width: 20% !important;
  }
  .custom-header-search {
    padding: 0;
    width: 20% !important;
    float: none !important;
  }
  .custom-header-search form {
    float: none;
  }
  .custom-header-search .search.td {
    display: block !important;
    padding: 10px;
    text-align: center;
    font-size: 36px;
    text-decoration: none;
    color: #0000BF;
    position: relative;
    right: auto;
    top: auto;
    width: 100% !important;
  }
  .hs-mobile-logo-grp>div>div:before, .hs-mobile-logo-grp>div>div:after {
    display:none !important;
  }

}

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

  .hs-mobile-logo-grp .td_resp {
    width: auto !important;
    margin-left: 0 !important;
    float: none !important;
  }

}


@media (max-width: 784px) {

  .collectorGallery-lightbox-list-item {
    width: 100%;
    max-width: 33.333333333333%;
  }

}


@media (max-width: 735px) {

  .products-list-item {
    max-width: 50%;
  }

}



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

@media (max-width: 767px) {

  .body-container-wrapper .main-content,
  .body-container-wrapper .sidebar{
    margin-bottom:20px;
  }
  .one-column .body-container-wrapper input[type="text"],
  .one-column .body-container-wrapper input[type="password"], 
  .one-column .body-container-wrapper input[type="datetime"], 
  .one-column .body-container-wrapper input[type="datetime-local"], 
  .one-column .body-container-wrapper input[type="date"], 
  .one-column .body-container-wrapper input[type="month"], 
  .one-column .body-container-wrapper input[type="time"], 
  .one-column .body-container-wrapper input[type="week"], 
  .one-column .body-container-wrapper input[type="number"], 
  .one-column .body-container-wrapper input[type="email"], 
  .one-column .body-container-wrapper input[type="url"], 
  .one-column .body-container-wrapper input[type="search"], 
  .one-column .body-container-wrapper input[type="tel"], 
  .one-column .body-container-wrapper input[type="color"],
  .one-column .body-container-wrapper input[type="file"],
  .one-column .body-container-wrapper textarea,
  .one-column .body-container-wrapper select,
  .hs-search-layout .hs-search-field {
    width: 100% !important;
    max-width: 100%!important;
  }
  #email-prefs-form .email-edit {	    
    max-width: 100% !important;	
  }  
  .subscription-template.one-column #email-prefs-form .checkbox-row span.fakelabel span {    
    width: 85%;
  }  
  .hs-default-blog.blog .blog-sidebar {
    margin-top:30px;
  }
  .hs-default-blog.hs-blog-post .blog-section img {
    float: none !important;
  }


  .hs-col-table {
    overflow: auto;
  }
  .hs-col-table > table {
    min-width: 640px;
  }
  .img_float_right {
    float: none;
    clear: both;
    margin: 16px 0px 16px 0;
  }
  .hs-blog .section.post-body img {
    float: none !important;
    display: block;
    margin-right: 0 !important;
    margin-left: 0 !important;
    height: auto !important;
    clear: both !important;
  }
  .hs-blog .section.post-body .hs_cos_wrapper_type_rich_text > p:first-child {
    overflow: hidden;
  }
  .hs-blog-post table[width="656"] {
    width: auto;
  }

  .fullWidth-mainContent-flexi .hs_cos_wrapper_type_rich_text > img.application_photo + * {
    clear: both;
  }
  .quickLinks-children-item > a {
    background: none;
  }
  .product-lightboxGallery-module {
    float: none;
    width: 100%;
    margin: 10px 0px;
    margin: 0 0 16px;
  }
  .product-lightboxGallery-img {
    margin-top: 0;
  }
  .product-lightboxGallery-img img {
    width: 100%;
    max-width: 300px;
  }
  .product-tabs {
    display: none !important;
  }
  .product-tabs-details {
    margin: 0;
    padding: 0;
    border: 0;
  }
  .product-tabs-label {
    display: block !important;
    border: 1px solid #0000BF;
    border-bottom: 0;
    font-family: 'Titillium Web', sans-serif;;
    text-align: center;
    padding: 20px;
    color: #0000BF;
    font-size: 1.2em;
    background: #f0f0f0;
    text-transform: uppercase;
  }
  .product-tabs-box {
    position: relative;
    overflow-x: auto;
    display: block !important;
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #0000BF;
  }
  .product-tabs-box > table {
    margin: 0;
  }
  .home-bannerSlider-module .hs_cos_gallery_main .slick-slide > .slick-slide-inner-wrapper > a {
    padding-bottom: 100vw;
  }
  .cm-alignLeft,
  .cm-alignRight,
  img.application_photo {
    float: none !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    display: block !important;
    clear: both !important;
  }
  .cm-alignLeft,
  .cm-alignRight {
    height: auto !important;
  }
  .cm-alignLeft + *,
  .cm-alignRight + * {
    clear: both;
  }
  .fullWidth-mainContent-flexi table img {
    width: auto;
    max-width: 100%;
  }
  .productsbaghouse-dust-collectors-19144-page .fullWidth-mainContent-flexi .hs_cos_wrapper_type_rich_text table * {
    padding: 0;
  }
  form.hs-form fieldset .hs-form-field:first-child {
    padding-left: 0 !important;
  }
  form.hs-form fieldset .hs-form-field:last-child {
    padding-right: 0 !important;
  }
  .hs-two-col-img-grp img {
    margin-bottom: 0;
  }
  .productsaction-booth-collector-19507-page .hs-two-col-img-grp.right img {
    margin-right: 0;
  }
  .fullWidth-mainContent-flexi img {
    float:none !important;
    display: block;
  }
  .products-list-item img {
    margin:auto;
  }
  .productsbaghouse-dust-collectors-19144-page .fullWidth-mainContent-flexi p {
    float: none !important;
  }
  .productsbaghouse-dust-collectors-19144-page .fullWidth-mainContent-flexi p img {
    margin: auto;
    height: auto !important; 
  }
  .hs-blog .section.post-body .hs_cos_wrapper_type_rich_text>p {
    float: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}  


@media (max-width: 640px) {

  .custom-footer-top-bg .page-center>div>div>div {
    display: block !important;
    text-align: center;
  }
  .custom-footer-top-bg .brochure_right {
    width: 60% !important;
    margin: auto !important;
  }
  .custom-footer-top-bg .made img {
    width: 100%;
  }
  .custom-footer-top-bg .brochure_left img {
    width: 60%;
  }
  .hs-fixed-help-section .side_help_outer {
    top: 20%;
    left: 4%;
    right: 4%;
    bottom: 20%;
  }
  .hs-fixed-help-section .table, 
  .hs-fixed-help-section .td,
  .hs-blog-post-item-inner .table,
  .hs-blog-post-item-inner .td {
    display: block;
    margin: auto;
    width: auto;
  }
  .hs-blog-post-body.td {
    margin-top: 16px;
  }
  .hs-blog-post-body {
    padding-left: 0;
  }
  .hs-blog-post .img_float_left {
    float: none;
    margin: 16px 0 16px 0px;
  }
  .hs-blog-post-item-inner .td {
    display: block;
  }


  .hs-blog-post-item-inner .td {
    display: block !important;
  }
  .hs-blog-post .img_float_right {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .hs-blog-post .img_float_left {
    float: none;
    margin: 16px 0 16px 0px;
  }
  .hs-blog-featured-image-wrapper a {
    padding-bottom: 101.4%;
  }

  .collectorTopImg-title {
    margin-top: 16px;
  }
  .productsList-item-title {
    margin-top: 16px;
  }
  .home-bannerSlider-module .hs_cos_gallery_main .slick-slide .caption {
    font-size: 3vw;
  }
  .home-bannerSlider-module .hs_cos_gallery_main .slick-slide > .slick-slide-inner-wrapper > a {
    padding-bottom: 131.6vw;
  }
  .wizard_container {
    margin: 20px 0;
    padding: 20px;
    background: #f0f0f0;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    border-collapse: separate;
    text-align: center;
  }
  .wizard_table, .wizard_td {
    display: block;
    margin: auto;
  }
  .wizard_images {
    margin: 0;
    width: auto;
  }
  .wizard_images img {
    height: 100px;
    margin-left: -10px;
  }
  .wizard_images img:first-child {
    margin-left: 0;
  }
  .application-col {
    display: block !important;
    width: auto !important;
    margin: 16px 0 !important;
  }
  .application-col:last-child {
    margin-bottom: 0 !important;
  }

}


@media (max-width: 588px) {

  .collectorGallery-lightbox-list-item {
    width: 100%;
    max-width: 50%;
  }

}

/* =============== Landscape phones and smaller devices =============== */

@media (max-width: 490px) {

  .products-list-item {
    max-width: 100%;
  }
  .products-list-item {
    padding-bottom: 0;
  }
}

@media (max-width: 479px) {

  .subscription-template.one-column #email-prefs-form .subscribe-options {	
    overflow: visible;   
  } 
  .hs-default-blog .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    border-width: 0;
    max-height: 100%;
    max-width: 100%;
    height: auto;
    width: 100%;
    float: none;
    margin: 20px 0 20px 0px;
  }  
  .hs-default-blog .blog-pagination a {
    display:block; 
    margin:5px auto;
    text-align:center;
    max-width:100px;
  } 

  .blogfilter-price-comparison-19551-page.hs-blog-post .hs_cos_wrapper_type_rich_text > table {
    font-size: 14px;
  }

  .hs-blog .section.post-body img {
    width: auto !important;
  }
}


@media (max-width: 425px) {

  .hs-blog.hs-blog-post .hs-blog-breadcrumbs-grp h1,
  .fullWidth-mainContent-flexi .hs_cos_wrapper_type_rich_text > h1:first-child,
  .fullWidth-layout .body-container .hs_cos_wrapper_type_widget_container > .hs_cos_wrapper_type_module:first-child .hs_cos_wrapper_type_header > h1 {
    font-size: 9.5vw;
  }

}


@media (max-width: 400px) {

  form.hs-form fieldset .hs-form-field {
    width: 100% !important;
    float: none !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-left: 0;
    margin-right: 0;
  }
  .body-container-wrapper input[type="text"],
  .body-container-wrapper input[type="password"], 
  .body-container-wrapper input[type="datetime"], 
  .body-container-wrapper input[type="datetime-local"], 
  .body-container-wrapper input[type="date"], 
  .body-container-wrapper input[type="month"], 
  .body-container-wrapper input[type="time"], 
  .body-container-wrapper input[type="week"], 
  .body-container-wrapper input[type="number"], 
  .body-container-wrapper input[type="email"], 
  .body-container-wrapper input[type="url"], 
  .body-container-wrapper input[type="search"], 
  .body-container-wrapper input[type="tel"], 
  .body-container-wrapper input[type="color"],
  .body-container-wrapper input[type="file"],
  .body-container-wrapper textarea,
  .body-container-wrapper select,
  .hs-search-layout .hs-search-field {
    width: 100% !important;
    max-width: 100%!important;
  }
  .collectorGallery-lightbox-list-item {
    width: 100%;
    max-width: 100%;
  }
  .hs-blog-featured-image-wrapper a {
    padding-bottom: 102.4%;
  } 

}


@media (max-width: 360px) {

  .sitemap-navigation .hs-menu-wrapper > ul ul.hs-menu-children-wrapper {
    padding-left: 25px !important;
  }

}


@media (max-width: 350px) {

  .applicationsindustrial-environments-page .fullWidth-mainContent-flexi .hs_cos_wrapper_type_rich_text h1,
  .applicationsmetalworking-page .fullWidth-mainContent-flexi .hs_cos_wrapper_type_rich_text h1,
  .hs-blog .hs-blog-breadcrumbs-grp h1 {
    font-size: 11.5vw;
  }
  .hs-blog.hs-blog-post .hs-blog-breadcrumbs-grp h1,
  .fullWidth-mainContent-flexi .hs_cos_wrapper_type_rich_text > h1:first-child,
  .fullWidth-layout .body-container .hs_cos_wrapper_type_widget_container > .hs_cos_wrapper_type_module:first-child .hs_cos_wrapper_type_header > h1 {
    font-size: 9.2vw;
  }

  .blogfilter-price-comparison-19551-page.hs-blog-post .hs_cos_wrapper_type_rich_text > table {
    font-size: 12px;
  }

}


@media (max-width: 321px) {

  .home-bannerSlider-module .hs_cos_gallery_main .slick-slide > .slick-slide-inner-wrapper > a {
    padding-bottom: 128.5vw;
  }

}



@media (max-height: 445px) {

  .hs-fixed-help-section .side_help_outer {
    top: 85px;
    bottom: 20px;
  }

}


/* 
  @import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');
  body{
      font-family: "Titillium Web", sans-serif;
  } */

  /* Header styles starting from here */

  #deskNav .header_section_2024 ul li.hs-menu-depth-1 > a {
    font-weight: bold;
  }

  #deskNav .header_section_2024 .custom-menu-primary .hs-menu-children-wrapper li a{
    line-height: 19px;
    font-weight: normal;
  }

  #mobileNav .hs-menu-depth-1 .verytopButton:hover{
    color: #FF8300;
  }

  .header_section.header_section_2024 {
    padding: 10px 0;
  }

  @media(min-width: 1025px){

    .flex_inner_conta .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
      top: 50px;
    }
    .menu_search_button #searchButton i {
      font-size: 17px;
      line-height: 26px;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-2.hs-item-has-children{
      padding-right:0;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul li a {
      background-color: #FFFFFF;
      color: #30323D !important;
      font-size: 12px;
      text-transform: capitalize;
    }
    .header_section.header_section_2024 .hs-menu-children-wrapper .hs-menu-item.hs-menu-depth-2:first-child a,
    .header_section.header_section_2024 .hs-menu-children-wrapper .hs-menu-item.hs-menu-depth-3:first-child a{
      border-radius: 3px 3px 0 0;
    }
    .header_section.header_section_2024 .hs-menu-children-wrapper .hs-menu-item.hs-menu-depth-2:last-child a,
    .header_section.header_section_2024 .hs-menu-children-wrapper .hs-menu-item.hs-menu-depth-3:last-child a{
      border-radius: 0 0 3px 3px; 
    }

    .header_section_2024  ul.hs-menu-children-wrapper{
      border-radius: 3px;
    }

    .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
      color: #FF8300 !important;
      text-decoration: underline;
      text-decoration-color: #90845f;
      text-underline-offset: 3px;
      background:transparent;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
      position: relative;
      flex: unset;
      padding-right: 26px;
    }

    .header_section_2024 .right_content{
      margin: 0;
    }

    .header_section_2024 .flex_inner_conta{
      display: flex;
      align-items: center;
      justify-content: end;
    }
    .hs-menu-children-wrapper li.hs-item-has-children{
      background: white;
    }
    .hs-menu-children-wrapper li.hs-item-has-children:hover{
      background: #FF8300;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
      top: 40px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li > a {
      line-height: 24px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li {
      flex: unset;
    }

    .custom-menu-primary .hs-menu-wrapper > ul {
      margin: 0;
    }
  }

  .nav_bar , .navbar_button a.cta_button, a.cta_button{
      font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
    line-height: 33px;
  }
  .header_section_2024 .navbar_button a.cta_button, a.cta_button{
    font-size: 16px;
    border: 1px solid #FF8300;
    border-radius: 3px;
    letter-spacing: 0px;
    text-transform: uppercase;
  }

  .verytopButton{
    width: fit-content;
    padding: 7px 12px;
  }


  .header_section.header_section_2024>div>div {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 15px;
    display: flex;
    align-items: center;
    vertical-align: middle;
  }

  @media(max-width: 1024px){

    #mobileNav .custom-menu-primary.js-enabled .hs-menu-wrapper {
      height: 100vh;
    }

    #mobileNav .custom-menu-primary .hs-menu-wrapper > ul ul{
      box-shadow: unset;
    }

    #mobileNav .custom-menu-primary .hs-menu-wrapper > ul li.hs-menu-depth-3 {
      border-top: unset;
    }

    #mobileNav .child-trigger {
      border-left: unset;
    }
    
    #mobileNav .hs-menu-depth-2 .child-trigger {
        height: 38px !important;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children .child-trigger:hover{
      background: #FF8300;

    }
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children .child-trigger:hover i,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children .child-trigger:hover i:after {
      background: #0D256D !important;
    }

    .custom-menu-primary .hs-menu-wrapper > ul li a:hover .child-trigger i,
    .custom-menu-primary .hs-menu-wrapper > ul li a:hover .child-trigger i:after {
      background: #0D256D !important;
    }

    .custom-menu-primary.js-enabled .hs-menu-wrapper {
      top: 10px;
    }
    #mobileNav .custom-menu-primary .hs-menu-wrapper > ul li:last-child{
      text-align: center;
    }
    #mobileNav .custom-menu-primary .hs-menu-wrapper > ul li.hs-menu-depth-1:last-child{
      text-align: center;
      padding-bottom: 10px;
    }
    #mobileNav .custom-menu-primary .hs-menu-wrapper > ul li:last-child a .verytopButton{
      margin: 0;
    }
    #mobileNav.mobile_navbar {
      padding: 10px 0px;
    }
    #mobileNav .custom-menu-primary .mobile-trigger {
      top: -50px;
      padding: 0;
      right: 20px;
    }
    #mobileNav.mobile_navbar {
      padding: 10px 0px;
    }
    .custom-menu-primary .mobile-trigger {
      top: -50px;
      padding: 0;
      right: 20px;
    }
    .verytopButton{
        font-family: 'Titillium Web', sans-serif;
      font-size: 16px;
      font-weight: bold;
      margin:15px 0 20px;
      border-radius: 3px;
    }

    .verytopButton:hover{
      color: #0055B8;
    }
    .custom-menu-primary .hs-menu-wrapper > ul li {
      border-top: unset;
    }


  }

  /* Header styles end here */

  .homeIndustryContent .emphLink:hover {
    text-shadow: unset;
  }

  @media(min-width: 1025px){

    .pageSection.card_section_2024 {
      padding: 130px 0 0px;
    }
    .v2.homeIndustryWrap {
      padding: 0 15px 125px;
    }
  }

  .get_started .ctaBannerContent {
    padding: 74px 0 98px;
  }

  .your_product .ctaBannerContent {
    padding: 72px 0 75px;
  }


  .page-center .page_center_heading{
      font-family: 'Titillium Web', sans-serif;
    font-weight: bold;
  }

  .page-center .page_center_description{
     font-family: 'Titillium Web', sans-serif;
    font-weight: regular;
  }

  .homeBannerBack:after {
    display:none;
  }

  .pageSection.card_section_2024 .card_heading_and_description h2{
    font-family: 'Titillium Web', sans-serif;
    font-size: 45px;
    line-height: 50px;
    text-align: left;
    max-width: 703px;
    color: #0055B8;
    font-weight: bold;
    margin: 0;
  }


  .pageSection.card_section_2024 .card_heading_and_description h2:after {
    margin-top: 31px;
  }

  .pageSection.card_section_2024 .card_heading_and_description .heading_container {
    margin-bottom: 38px;
  }

  .pageSection.card_section_2024 .card_heading_and_description .description_container {
    margin-bottom: 14px;
  }

  .pageSection.card_section_2024 .card_heading_and_description .description_container p {
    margin: 0;
    font-size: 18px;
    line-height: 27px;
    color: #30323D;
    text-align: left;
    font-weight: normal;
    font-family: 'Titillium Web', sans-serif;
    max-width: 100%;
  }


  @media (max-width:767px){

    .v2.homeIndustryWrap{
      padding: 0;
    }
    .pageSection.card_section_2024 {
      padding: 60px 0 7px;
    }
    .pageSection.card_section_2024 .card_heading_and_description .description_container p{
      line-height: 27px; 
    }

    .card_heading_and_description.wrapper_v2{
      margin-bottom: 40px;
    }

    .cta_page_adjust .ctaButton{
      margin: 0;
    }

  }



  /*Two Column Adjust
  ========================================================*/
  .row-fluid .two-col-adjust>span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    flex-wrap: wrap;
    -wevkit-flex-wrap: wrap;
    flex-direction: row;
    -webkit-flex-direction: row;
    margin-right: -2.5%;
  }
  body .row-fluid .two-col-adjust span>.hs_cos_wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-basis: 46%;
    -webkit-flex-basis: 46%;
    float: left;
    margin-right: 4%;
    margin-top: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
  }
  @media(max-width:767px) {
    body .row-fluid .two-col-adjust span>.hs_cos_wrapper {
      display: block;
      width: 100%;
      margin-top: 20px;
      width: 100%;
      margin: 10px 0;
      float: none
    }
    .row-fluid .two-col-adjust>span {
      display: block;
      margin-right: 0;
    }
  }
  /*==================================================
  Three Col Adjust
  ==================================================*/
  .row-fluid .three-col-adjust>span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    flex-wrap: wrap;
    -wevkit-flex-wrap: wrap;
    flex-direction: row;
    -webkit-flex-direction: row;
    margin-right: -3.2%;
  }
  body .row-fluid .three-col-adjust span>.hs_cos_wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-basis: 29.96%;
    -webkit-flex-basis: 29.96%;
    float: left;
    margin-right: 3.2%;
    margin-top: 2.43%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  @media (max-width:767px) {

    .pageSection.industries_v2 {
      padding: 60px 0px;
    }
    .row-fluid .three-col-adjust>span {
      display: block;
      margin-right: 0;
    }
    body .row-fluid .three-col-adjust span>.hs_cos_wrapper {
      display: block;
      width: 100%;
      margin: 0;
      margin-top: 20px;
      max-width: 379px;
      width: 100%;
      margin: 30px auto 0;
      float: none;
    }
  }
  /*==================================================
  Four Col Adjust
  ==================================================*/
  .row-fluid .four-col-adjust>span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    flex-wrap: wrap;
    -wevkit-flex-wrap: wrap;
    flex-direction: row;
    -webkit-flex-direction: row;
    margin-right: -2.565%;
  }
  body .row-fluid .four-col-adjust span>.hs_cos_wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-basis: 22.5%;
    -webkit-flex-basis: 22.5%;
    float: left;
    margin-right: 2.5%;
    margin-top: 2.43%;
    box-sizing: border-box;
    position: relative;
  }
  @media (max-width:767px) {
    .row-fluid .four-col-adjust>span {
      display: block;
      margin-right: 0;
    }
    body .row-fluid .four-col-adjust span>.hs_cos_wrapper {
      display: block;
      flex-basis: 100%;
      width: 100%;
      -webkit-flex-basis: 100%;
      margin: 0;
      margin-top: 20px;
    }
  }
  @media(min-width:768px) and (max-width:1024px) {
    .row-fluid .four-col-adjust>span {
      display: inline-block;
      margin-right: 0;
    }
    body .row-fluid .four-col-adjust span>.hs_cos_wrapper {
      display: block;
      flex-basis: 50%;
      width: 47%;
      -webkit-flex-basis: 50%;
      margin: 0;
      margin-top: 20px;
    }
    .pageSection.industries_v2 {
      padding: 80px 0px;
    }
  }
  .pageSection {
    padding: 100px 0 0px;
  }

  .industries_v2 .page-center .section_heading {
    margin-bottom: 7px;
  }
  .industries_v2 .page-center .section_heading h2{
    font-family: 'Titillium Web', sans-serif;
    font-weight: bold;
    font-size: 45px;
    line-height: 50px;
    color: #0055B8;
  }
  .industries_v2 .page-center .section_heading p {
    font-size: 18px;
    line-height: 27px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: normal;
    color: #30323D;
  }
  .industries_v2 .page-center .section_heading p a {
    font-size: 18px;
    line-height: 27px;
    color: #FF8300;
    font-weight: normal;
    text-decoration: underline;
  }
  @media (min-width: 768px) and (max-width: 1024px){
    .pageSection{
      padding: 80px 0;
    }
  }
  @media (max-width: 767px){
    .pageSection{
      padding: 60px 0;
    }
  }
  .footer_v2 p {
    font-family: 'Titillium Web', sans-serif;
  }
  .footer_v2 p a{
    font-family: 'Titillium Web', sans-serif;
  }
  .footer_copyright_description span {
    font-family: 'Titillium Web', sans-serif;
  }
  .footer_copyright_description span a {
    font-family: 'Titillium Web', sans-serif;
  }
  .industries_description_v2 p{
    margin: 16px 0px -2px;
    line-height: 27px;
  }

  .page-center .page_center_heading{
 font-family: 'Titillium Web', sans-serif;
    font-weight: bold;
  }

  .page-center .page_center_description{
  font-family: 'Titillium Web', sans-serif;
    font-weight: regular;
  }

  .homeBannerBack:after {
    display:none;
  }