* {
  box-sizing: border-box;
}


* {
    box-sizing:border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    }

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

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

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


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

/*!* 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('https://static.hsappstatic.net/content_shared_assets/static-1.3779/fonts/fontawesome-webfont.eot?v=4.1.0');src:url('https://static.hsappstatic.net/content_shared_assets/static-1.3779/fonts/fontawesome-webfont.eot?#iefix&v=4.1.0') format('embedded-opentype'),url('https://static.hsappstatic.net/content_shared_assets/static-1.3779/fonts/fontawesome-webfont.woff?v=4.1.0') format('woff'),url('https://static.hsappstatic.net/content_shared_assets/static-1.3779/fonts/fontawesome-webfont.ttf?v=4.1.0') format('truetype'),url('https://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"
}
/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
html{
    width: 100%;
    display: block;
    overflow-x: hidden;
}
body {
  line-height: 1;
  color: #112332;
  font-size:16px;
  font-family: 'Open Sans', sans-serif;
      width: 100vw;
    overflow-x: hidden;
}

ol {
  counter-reset: counter;
}
ol li {
  counter-increment: counter;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}

/* CUSTOM CSS */

h1, h2, h3, h4, h5, h6{
  font-weight: 600;
  line-height: 1.2;
}
h1{
  font-family: "Playfair Display";
  font-size: 62px;
  font-weight: 600;
}
h2 {
  font-family: "Playfair Display";
  font-size: 62px;
  font-weight: 600;
}
h3 {
  font-size: 20px;
  padding-bottom: 20px;
}
.tal{text-align:left;}
.tac{text-align:center;}
.tar{text-align:right;}
img{
  max-width:100%;
  height:auto;
}
i, em{
  font-style: italic;
}
b, strong{
  font-weight: bold;
}
p{

  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 15px;
}
a.partnerherobutton {
  color: #ffffff !important;
  font-weight: 600;
  background: transparent !important;
  border: 1px solid #ffffff !important;
  border-radius: 5px !important;
  padding-top: 7px !important;
  padding-bottom: 10px!important;
  padding-left: 25px!important;
  padding-right: 25px!important;
}
.row-depth-1 a {
  color: #FC4C02;
  text-decoration: none;
}
.row-depth-1 a:hover {
  text-decoration: underline;
}
.wrap{
  width: 95% !important;
  margin: auto !important;
  max-width: 1200px !important;
  float:none !important
}
/* HEADER */
.header-container-wrapper {
  position: fixed;
  width: 100%;
  top: 0;
  background: #fff;
  box-shadow: 0px 1px 20px rgba(0,0,0,0.2);
  z-index: 2;
}
.header-grey{
  background: #505050;
  color:#fff;
  padding:10px 0 0;
}
.header-grey li, .header-grey ul{
  list-style:none;
  display:inline-block;
  margin:0;
  padding:0;
}
.header-grey ul{
  margin-right:10px;
}
.header-grey li:after{
  margin: 0 5px;
  content:'Ã¢â‚¬Â¢';
  display:inline-block;
}
.header-grey li:last-child:after{
  display:none;
}
.header-grey li a{
  margin:0px;
  font-weight: 600;
}
.header-grey a{
  display:inline-block;
  text-transform:uppercase;
  font-size:14px;
  color:#fff;
  text-decoration:none;
  margin: 0 5px;
}
.header-nav-bar{
  margin:14px 0 12px 0; 
}
.main-logo {
  padding-top: 4px;
}
.main-nav{
  text-align:right;
}

/* MAIN NAV */
.main-nav ul li{
   display: inline-block;
}
.main-nav .hs-menu-item a{
  font-size: 14px;
  display: inline-block;
  text-decoration: none;
  padding: 0;
  font-weight: 400;
  color: #505050;
  margin-right: 25px;
}
.main-nav .hs-menu-item a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.main-nav .hs-menu-depth-1:last-of-type a{
  position: relative;
  margin-right: 0px;
  font-size: 16px;
  padding: 10px 16px !important;
  color: #fff;
  border-radius: 25px;
  background: #f57f08; /* Old browsers */
  background: -moz-linear-gradient(left, #f57f08 0%, #e32914 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #f57f08 0%,#e32914 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #f57f08 0%,#e32914 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f57f08', endColorstr='#e32914',GradientType=1 ); /* IE6-9 */
}
/* .button:hover{
  background: #fa5104; /* Old browsers */
  background: -moz-linear-gradient(left, #fa5104 0%, #e32914 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #fa5104 0%,#e32914 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #fa5104 0%,#e32914 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa5104', endColorstr='#e32914',GradientType=1 ); /* IE6-9 */
} */
.hs-item-has-children{
  position: relative;
}
.hs-item-has-children ul li{
  display: block !important;
  text-align: left;
}
.hs-item-has-children ul{
  display: none;
}
.hs-item-has-children ul li a{
  background: #505050  !important;
  padding: 8px 5px !important;
  color: #fff !important;
  display: block !important;
}
.hs-item-has-children ul li a:hover{
    background: none !important;
}
.hs-menu-depth-2 .hs-menu-children-wrapper {
  padding-top: 0;
}
.hs-item-has-children ul li.hs-menu-depth-3 a {
  padding-left: 15px !important;
}

/* FOOTER */
.footer-grey{
  background: #505050;
  color:#fff;
  line-height:1.2;
}
.footer-grey a{
  color: #fff;
  text-decoration: none;    
  font-weight: 300;
}
.footer-grey a:hover{
  color:#ff5a00;
}
.footer-grey li{
  font-weight:300;
  margin-bottom: 5px;
  font-size:13px;
}
.footer-grey p{
  font-weight:300;
  font-size:13px;
}
.footer-grey p:nth-of-type(3) {
  margin-bottom: 0;
}
.footer-grey h3{
  margin-top: 20px;
  font-size:16px;
  margin-bottom: 3px;
}
.footer-grey h3:first-child{
  margin-top:0px;
}
.footer-box{
  display:block;
  padding:20px 0px;
}
.footer-grey img{
  max-width:260px;
  display:block;
  margin-bottom:30px;
}
.footer-color{
  border-top:2px solid #fff;
  padding: 15px 0 5px;
}
.footer-color a{
  color: #fff;
  text-decoration:none;
  font-weight:400;
}
.footer-color a:hover{
  color: #505050;
}
.footer-color li{
  display: inline-block;
  margin-right: 16px;
}
.footer-social a{
  margin-right: 15px;
}
.footer-copy{
  background: #fff;
  color: #505050;
  padding: 18px 0 5px 0;
  text-align:center;
  font-size:11px;
}
.gradient{
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f57f08+0,e32914+100 */
  background: #f57f08; /* Old browsers */
  background: -moz-linear-gradient(left, #f57f08 0%, #e32914 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #f57f08 0%,#e32914 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #f57f08 0%,#e32914 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f57f08', endColorstr='#e32914',GradientType=1 ); /* IE6-9 */
}
.gradient-vertical{
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f57f08+0,e32914+100 */
background: #f57f08; /* Old browsers */
background: -moz-linear-gradient(top, #f57f08 0%, #e32914 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #f57f08 0%,#e32914 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #f57f08 0%,#e32914 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f57f08', endColorstr='#e32914',GradientType=0 ); /* IE6-9 */
}

/* HOME PAGE */
.ekg{
  background: url(https://4545476.fs1.hubspotusercontent-na1.net/hubfs/4545476/ekg.png) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.homepage-header{
  overflow: visible;
  margin-bottom: 220px;
}
.new-homepage-header{
  overflow: visible;
  margin-bottom: 330px;
}
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.button-area{
  margin-top: 25px;
}
.home-video{
  margin-top: -280px;
  position: relative;
  top: 280px;
}
.button-area a{
  font-size: 17px;
  font-weight: 600;
  display: inline-block;
  text-decoration: none;
  padding: 10px 25px;
  margin: 0 8px;
  border-radius: 25px;
  color: #ffffff;
  background: #505050;
  margin-bottom: 10px;
}
.button-area a:hover{
  color: #ff5a00;
  background: #000;
  text-decoration: none;
}
.home-headline{
  text-align: center;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  font-size: 35px;
  padding: 80px 0 60px;
  float: none !important;
  display: inline-block;
  max-width: 1000px;
}
.home-headline-text{
  width: 95%;
  max-width: 800px;
}
.home-box{
  position: relative;
  height: 250px;
  margin-bottom: -170px; 
  text-align: left;
  width: 47.5% !important;
}
.home-box h3{
  color:#fff;
  position:absolute;
  bottom: 20px;
  left: 20px;
  font-size: 33px !important;
  margin: 0 !important;
  text-transform: uppercase !important;
}
.home-box:hover h3{
  font-size: 38px !important;
}
.home-left-heading{
  text-align:center;
  margin-bottom: 30px !important;
}
.home-fact{
    margin-bottom: 20px;
    padding-right: 20px;
    min-height: 70px;
}
.home-fact span{
    font-size: 15px;
    line-height: 1.5;
}
.home-fact .percentage{
    font-size: 51px;
    font-weight: 700;
    margin-right: 8px;
    color: #ffb000;
    float: left;
    position: relative;
    top: -5px;
    line-height: 1;
    display: block;
}
.home-fact .percentage sup{
font-size: 22px;
    top: -20px;
}
.home-fact:nth-child(2) .percentage{
  color: #ff5a00;  
}
.home-fact:nth-child(3) .percentage{
  color: #e32914;  
}
.award{
  text-align:center;
}
.award span{
  font-size: 51px;
  font-weight: 700;
  color: #ffb000;
  display:block;
}
.award p{
  font-size: 18px;
}

/* MAIN PAGE SECTIONS */

.flex{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.flex-5, .flex-spacer{width:5%;}
.flex-10{width:10%;}
.flex-15{width:15%;}
.flex-20{width:20%;}
.flex-25{width:25%;}
.flex-30{width:30%;}
.flex-35{width:35%;}
.flex-40{width:40%;}
.flex-45{width:45%;}
.flex-47-5{width: 47.5%}
.flex-50{width:50%;}
.flex-55{width:55%;}
.flex-60{width:60%;}
.flex-65{width:65%;}
.flex-70{width:70%;}
.flex-75{width:75%;}
.flex-80{width:80%;}
.flex-85{width:85%;}
.flex-90{width:90%;}
.flex-95{width:95%;}
.pr5{padding-right:5%;}
.pl5{padding-left:5%;}

.hs-breadcrumb-menu-wrapper{
  text-align:center;
  color:#fff !important;
}
.body-container .hs-breadcrumb-menu-wrapper ul{
      margin-left: 0px !important;
}
.hs-breadcrumb-menu-wrapper li{
  display:inline-block;
  float: none;
  padding:0px;
}
.hs-breadcrumb-menu-wrapper li a{
  color:#fff;
  text-decoration:none;
  margin-left:5px;
}
.hs-breadcrumb-menu-wrapper li a:hover{
  color:#fff;
  text-decoration:underline;
}
.hs-breadcrumb-menu-wrapper li:before{
  display:none;
}
.hs-breadcrumb-menu-divider:before {
    padding-left: 10px;
    padding-right: 5px;
    font-size: 21px;
    font-weight: 300;
}
.body-container-wrapper {
/*   margin-top: 100px; */
	margin-top:80px;
}
.body-container ul, .body-container ol {
  margin-left: 50px;
}
.body-container li{
 margin-bottom: 15px;
 margin-top: 15px;
 font-family: 'Open Sans', sans-serif;
 line-height: 1.5;
}



.body-container-wrapper section{
  padding: 40px 0;
  line-height: 1.4;
}
section.white{
  background:#fff;
}
section.grey{
  background:#f2f2f2;
}

.staff-page h3, .staff-page p, .staff-page img{
  text-align: center;
  margin-bottom: 5px;
}
a.button, .btn-download, .more-link{
  display:inline-block;
  text-decoration: none;
  padding: 7px 14px;
  margin: 0 15px 0 0;
  color: #fff;
  border-radius: 8px;
  background: #f57f08; /* Old browsers */
  background: -moz-linear-gradient(left, #f57f08 0%, #e32914 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #f57f08 0%,#e32914 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #f57f08 0%,#e32914 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f57f08', endColorstr='#e32914',GradientType=1 ); /* IE6-9 */
}
a.button:hover, .btn-download:hover, .more-link:hover{
  background: #fa5104; /* Old browsers */
  background: -moz-linear-gradient(left, #fa5104 0%, #e32914 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #fa5104 0%,#e32914 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #fa5104 0%,#e32914 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa5104', endColorstr='#e32914',GradientType=1 ); /* IE6-9 */
  text-decoration: none;
}
.body-container-wrapper a.btn-download, a.more-link{
  color:#fff !important;
  text-decoration:none !important;
}

/* ANGS stuff */
h3.has-icon {
  margin: 25px 0 5px;
}
.icon {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: contain; 
  background-position: center;
  width: 60px; 
  height: 60px;
  margin-right: 5px;
}
table {
  width: 100%;
  text-align: left;
  font-size: 14px;
}
th {
  font-weight: bold;
  background: #F2F5F7;
  padding-left: 15px;
}
tr {
  line-height: 40px;
  border-bottom: 2px solid #F2F5F7;
}
td {
  padding-left: 15px;
}
.indent {
  padding-left: 20px;
}
.PageHeader .gradient {
  width: 100%;
  float: left;
}
.expandable {
  color: #ff5a00;
  padding-bottom: 10px;
  font-size: 18px;
}
.expandable:hover {
  text-decoration: underline;
  cursor: pointer;
}
.expandable-content {
  display: none;
}
.carrier-logo {
  width: 250px;
  height: auto;
  margin: 5px;
}


/* FORMS */
label{
  font-size: 12px;
  font-weight: 600;
  text-align: left;
}
form{
  text-align:left;
}
input{
  width: 100% !important;
  font-size: 14px;
  padding: 5px 0px 5px 5px;
  margin-bottom: 10px;
  border:1px solid #ccc;
  border-radius:4px;
}

select{
  width: 100% !important;
  font-size: 14px;
  padding: 5px 0px 5px 5px;
  margin-bottom: 10px;
  border:1px solid #ccc;
  border-radius:4px;
}

input[type="checkbox"] {
  width: auto !important;
  margin: 0 5px 0 0;
}

textarea{
  width: 100% !important;
  font-size: 14px;
  padding: 5px 0px 5px 5px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 100px;
  resize: none;
}
.hs-submit{
  margin-left: 1%;
}
.pt40{
  padding-top:40px !important;
}
.hs-button{
  display: inline-block;
  text-decoration: none;
  padding: 8px 14px;
  margin: 0 15px 0 0;
  color: #ffffff;
  background: #FC4C02;
  border-radius: 5px;
  width: auto !important;
  font-size: 18px;
  border: none;
}
.hs-button:hover{
  background: #2F2B28;
}

.btn-orange-bg>div>a {
  background-color: #ffffff;
  color: #112332;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  min-width: 0px;
  padding: 15px 25px;
}

.btn-orange-bg>div>a:hover {
  background-color: #ffffff;
  color: #112332;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  min-width: 0px;
  padding: 15px 25px;
}

.btn-light-bg>div>a {
  background-color: #FC4C02;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  min-width: 0px;
  padding: 15px 25px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 125px;
  text-align: center;
}

.btn-light-bg>div>a:hover {
  background-color: #FC4C02;
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  min-width: 0px;
  padding: 15px 25px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 125px;
  text-align: center;
}

.body-container-wrapper fieldset.form-columns-2 .hs-form-field {
    width: 48% !important;
    margin: 0 1%;
}
.body-container-wrapper fieldset.form-columns-1 .hs-form-field {
    width: 98% !important;
    margin: 0 1%;
}
.body-container-wrapper ul.hs-error-msgs{
  margin-left:30px;
}
.body-container-wrapper ul.hs-error-msgs label{
  font-size: 11px;
}
.body-container-wrapper ul.hs-error-msgs  li:before {
    content: "\f057";
    color: #e32914;
    position: relative;
    top: 1px;
    margin-left: -30px;
    padding-right: 5px;
    font-family: FontAwesome;
    font-size: 17px;
    line-height: 1;
    vertical-align: middle;
}


/* BLOG POST PAGE */

.post-item{
      border-bottom: 1px solid #ccc;
    margin:40px 0;
    padding:15px 0;
      text-align: left;
}
.post-item .hs-featured-image{
    float: none;
    width: 100%;
    margin: 0px;
    max-width: none;
    display: block;
}
.custom-listing-share-container{
  display:flex;
  flex-wrap:nowrap;
  padding: 20px 0;
}
.custom-share-post{
    width:50%;
  text-align: left;
}
.custom-view-post{
  width:50%;
  text-align: right;
}
.post-item .post-header h2{
  font-size:28px;
  margin-top:0px;
      margin-bottom: 5px;
}
.post-item .post-header h2:after{
  display:none;
}
.post-item .post-body h3{
      font-size: 15px;
    font-weight: 400;
  font-family: 'Open Sans', sans-serif;
}
.blog-section .post-item .more-link{
  display:none;
}
.blog-section .post-item .custom-listing-share-container .more-link{
  display: inline-block;
}
.next-posts-link {
  float: right;
}
.entry-header h1 {
  padding: 30px 0 0 0;
}
.parallax-mirror {
  display: none;
}
/* ^ quick fix for the blog post images */

.share-button .ss-social-button-container{
  display: inline-block !important;
  margin-right:5px;
}
.share-count{
  float: left !important;
  margin-right: 10px !important;
}

.blog-pagination, .custom-blog-post-pagination{
  position:relative;
  overflow:hidden;
  height: 30px;
}
.previous-posts-link{
  position: absolute;
  left: 0px;
}
.next-posts-link{
  position: absolute;
  right: 0px;
}
.all-posts-link{
  display:none;
  position: absolute;
  left:50%;
  margin-left: -30px;
}
.reveal-modal-bg { 
    position: fixed; 
    height: 100%;
    width: 100%;
    background: #000;
    background: rgba(0,0,0,.8);
    z-index: 100;
    display: none;
    top: 0;
    left: 0; 
}
.reveal-modal {
  display: none;
  top: 50px;
  left: 50%;
  max-width: 700px;
  transform: translate(-50%, 50px);
  width: 80%;
  position: fixed;
  z-index: 101;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.body-container-wrapper .hs_cos_wrapper_type_module .video-box{
  padding:0px !important;
}
.reveal-modal .close-reveal-modal {
    font-size: 30px;
    line-height: .5;
    position: absolute;
    top: -24px;
    right: -26px;
    color: #fff;
    text-shadow: 0 -1px 1px rbga(0,0,0,.6);
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
} 
.reveal-modal .close-reveal-modal:hover{
  text-decoration: none !important;
}

/* NEW RESOURCES PAGE */
.ps1-resource-1-section .ps1-resource-1-cm a {
    background: #FC4C02 !important;
    border-radius: 5px;
    transition:all ease-in-out .2s;
}

body .row-fluid .ps1-resource-1-section .ps1-resource-1-cm a:hover{
     background: #2F2B28!important;
}

.ps1-resource-1-section .ps1-resource-1-cm a:hover {
    text-decoration: none;
    background: #38c58b !important;
}
.ps1-resource-1-filter .filter-items .filter-select .options.choosed {
    color: #38c58b !important;
}
.body-container-wrapper .slick-dots li {
    margin-left: 0;
}
.slick-dots li:before {
    display: none;
}

.hs_cos_gallery_main .caption.superimpose {
    background-color: rgba(0,0,0,0.2);
    bottom: auto;
    top: 0;
    width: 100%;
    height: 100%;
    padding-top: 8vw;
}
.hs_cos_gallery_main {
    padding: 0;
}
.hs_cos_gallery_main .slick-slide img, .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper {
    width: 100%;
}
.body-container h2.slider-h2, .body-container h3.slider-h3 {
    color: #fff;
    font-weight: bold;
}
.body-container h2.slider-h2 {
    font-size: 40px;
    letter-spacing: 5px;
    margin: 0 auto;
    width: 575px;
}
.body-container h3.slider-h3 {
    margin-top: 1vw;
    font-size: 68px;
}
.slider-h2:before, .body-container h2.slider-h2:after {
    content: "";
    display: block;
    background: #fff;
    height: 5px;
    width: 100%;
    margin-bottom: 10px;
}
.body-container h2.slider-h2:after  {
    margin-top: 10px;
}
.hs_cos_gallery_main .slick-dots {
    position: absolute;
    top: 20vw;
}
.slick-dots li.slick-active button:before {
    color: #fc4c02;
}
.slick-dots li button:before {
    color: #fff;
    opacity: 1;
}
.slick-slider {
    margin-bottom: 5px;
}
.hs_cos_gallery_main .slick-slide img, .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper {
  display: block;
}
.hs_cos_gallery_main .slick-next, .hs_cos_gallery_thumbnails .slick-next, .hs_cos_gallery_lightbox .slick-next {
  opacity: 0;
}
.footer-grey h3 a {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0;
}
.hs-content-id-19515564155 .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
  padding: 12px 3px 12px 2px;
  overflow: visible;
}
.ps1-resource-1-section .ps1-resource-1-cm figure {
  min-height: 200px !important;
}

/* LEAVE AT END */
.button, a, .home-box h3, .hs-button, .btn-download{
  -webkit-transition: all .25s ease-in-out;
  -moz-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}




/* 
 * 
 * 
 * Responsive Styles 
 * 
 * 
 * 
 */

@media screen and (max-width: 1340px) {
  .body-container h3.slider-h3 {
    font-size: 5vw;
  }
  .hs_cos_gallery_main .slick-dots {
    top: 22vw;
  }
}
@media screen and (max-width: 1200px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
      padding: 10px 0 !important;
  }
  .ps1-resource-1-section .ps1-resource-1-cm figure {
      min-height: 16vw !important;
  }
}
@media screen and (max-width: 1200px) and (min-width: 767px) {
  .body-container-wrapper {
/*       margin-top: 100px; */
		margin-top:80px;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .ps1-resource-1-section .ps1-resource-1-cm figure {
    height: 16vw !important;
    margin: 0 !important;
  }
}
@media screen and (max-width: 900px) {
  .home-headline{
      font-size:30px;
  }
  .body-container h2.slider-h2 {
      width: 66%;
      font-size: 4vw;
  }
  .slider-h2:before, .body-container h2.slider-h2:after {
     height: 4px;
  }
}
@media screen and (max-width: 768px) {
  .home-headline{
    font-size:25px;
  }
}
@media screen and (max-width: 650px) {
  .home-headline{
    font-size:20px !important;
  }
}

@media screen and (min-width: 768px) {
  .middle-footer-box{
    border-right: 1px solid #646161;
    padding: 20px 25px;
    border-left: 1px solid #646161;
  }

}

@media screen and (max-width: 767px) {
  .row-fluid .span3.main-logo {
    width: 200px;
    margin: 0 auto 10px auto;
  }
  .main-nav {
    text-align: center;
  }
  .main-nav .hs-menu-depth-1:last-of-type a {
     width: 150px; 
     max-width: 150px;
/*     margin: 0 auto; */
    padding-left: 0 !important;
  }
  #hs_cos_wrapper_module_1574700010697176 {
    /* margin-top: 130px; */
  }
  .hs_cos_gallery_main .caption.superimpose {
     padding-top: 6vw;
  }
  .ps1-resource-1-section .ps1-resource-1-cm figure {
    height: 210px !important;
    margin: 0 !important;
  }
}

@media screen and (min-width: 601px) {
  #mobile-menu {
    display: none;
  }
  .hs-item-has-children ul{
    margin-top: 0px !important;
    position: absolute;
    padding-top: 20px;
    width: 200px;
    z-index: 3;
  }
  .main-nav ul{
    margin-top: 13px !important;
  }
  .hs-menu-depth-2:nth-of-type(2).hs-item-has-children {
    padding-top: 60px;
  }
  .hs-item-has-children:hover ul{
    display: block;
  }
}

@media screen and (max-width: 600px) {
  h1, .home-headline, .body-container-wrapper h2 {
    font-size: 24px;
  }
  .body-container-wrapper h3 {
     font-size: 20px;
  }
  .home-headline {
    padding: 40px 0 15px;
  }
  .home-video {
    margin-top: -150px;
    top: 150px;
  }
  .new-homepage-header {
    margin-bottom: 170px;
  }
  .homepage-header {
    margin-bottom: 20px;
  }
  .home-box {
    margin-bottom: 10px;
    width: 100% !important;
  }
  .flex-30.pr5 {
    padding-right: 0;
  }
  .award p {
    font-size: 14px;
  }
  .award span {
    font-size: 36px;
  }
  h1 {
    padding: 40px 0 20px;
  }
  .body-container-wrapper h2 {
    margin-bottom: 15px;
  }
  .flex {
    padding: 10px;
  }
  .header-grey li a {
    font-size: 12px;
  }
  .header-social {
    display: none;
  }
  .flex-30 img {
     margin-bottom: 20px;
  }
  .flex-20 img {
    margin-top: 20px;
  }
  .body-container-wrapper h2:after {
    height: 4px;
    width: 65px;
    margin-top: 12px;
  }
  .body-container-wrapper section {
    padding: 20px 0;
  }
  .flex-30, .flex-35, .flex-65, .flex-47-5, .flex-20 {
    width: 100%;
  }
  .body-container-wrapper fieldset.form-columns-2 .hs-form-field {
    width: 100% !important;
  }
  .header-container .wrap {
    width: 100% !important;
  }
  .header-nav-bar {
    margin: 8px 0 0;
  }
  a.button, .btn-download, .more-link {
    margin: 5px;
  }
  table {
    font-size: 9px;
  }
  .icon {
    margin-bottom: 5px;
    width: 50px;
    height: 50px;
    display: block;
  }
  h3.has-icon {
    margin: 25px 0 15px;
  }
  .footer-social a {
    margin: 0 15px 15px 15px;
  }
  .header-grey {
    text-align: center;
  }
  .body-container h2.slider-h2 {
    width: 80%;
  }
  #hs_cos_wrapper_module_1574700010697176 {
  }
  .hs_cos_gallery_main .caption.superimpose {
    padding-top: 4vw;
  }
  .hs_cos_gallery_main .slick-dots {
    opacity: 0;
  }
  
  /* Mobile Menu */
  .row-fluid .main-nav {
    display: none;
    padding: 5px 0;
  }
  #mobile-menu {
    background: #ccc;
    padding: 10px 8px 10px 0px;
    text-align: center;
  }
  .mobile-menu-bars {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-top: -7px;
  }
  .mobile-menu-bar, .mobile-menu-bar:before, .mobile-menu-bar:after {
    position: absolute;
    height: 4px;
    width: 25px;
    background-color: #777;
    border-radius: 5px;
    left: 0;
  }
  .mobile-menu-bar:before, .mobile-menu-bar:after {
    content: '';
  }
  .mobile-menu-bar:before {
    top: -7px;
  }
  .mobile-menu-bar:after {
    bottom: -7px;
  }
  .main-nav ul li {
    display: block;
    padding: 8px;
    position: relative;
  }
  .main-nav .hs-menu-item a {
    margin-right: 0;
    padding: 5px;
  }
  .hs-menu-depth-1 > .hs-menu-children-wrapper {
    margin-top: 10px;
  }
  .hs-item-has-children ul li {
    padding: 0;
  }
  .hs-menu-depth-2 .hs-menu-children-wrapper {
    display: block;
  }
  .hs-item-has-children ul li a {
    10px 8px !important
  }
  /* End Mobile Menu */
}

@media screen and (max-width: 400px) {
  .slider-h2:before, .body-container h2.slider-h2:after {
    height: 2px;
  }
  .slider-h2:before, .body-container h2.slider-h2:after {
    margin-bottom: 5px;
  }
  .body-container h2.slider-h2:after {
    margin-top: 5px;
  }
}

.menu-arrow:after {
    content: '\f107';
    font: normal normal normal 20px/1 FontAwesome;
    float: right;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 9px 25px;
    color: #888;
  }


.footer-container-wrapper {background: #2F2B28;padding:30px 0 0;color:#fff;}
.footer-container-wrapper .footer-cta {text-align:center;padding:0 0 15px;}
.footer-container-wrapper .footer-cta .cta-content {border-bottom:1px solid #fff;padding:10px 0 20px;}
.footer-container-wrapper .footer-cta .cta-content h2 {font-size:30px;font-family:"Playfair Display";font-weight:600;color: #fff;}
.footer-container-wrapper .footer-cta .cta-content span {font-size:18px;font-weight: 400;margin:10px 0 25px;display:block;color: #fff;}
.footer-container-wrapper .footer-cta .cta-content .btn {color:#000;background:#fff;border-radius:4px;padding:8px 20px;font-weight:500;font-size:14px;}

.footer-container-wrapper .footer-primary .footer-left .subscribe {font-size:16px;font-family: "Open Sans";letter-spacing: 0;}
.footer-container-wrapper .footer-primary .footer-left .subscribe .intro {font-family:"Playfair Display";font-weight:600;font-size:18px;text-align:center;display:block;margin:10px 0;}
.footer-container-wrapper .footer-primary .footer-left .subscribe .hbspt-form {margin:20px;}
.footer-container-wrapper .footer-primary .footer-left .subscribe .hbspt-form label {display:none;}
.footer-container-wrapper .footer-primary .footer-left .subscribe .hbspt-form .input {display:block;width:100%;}
.footer-container-wrapper .footer-primary .footer-left .subscribe .hbspt-form input {padding: 10px;margin: 10px auto 20px;}
.footer-container-wrapper .footer-primary .footer-left .subscribe .hbspt-form input[type=submit] {background:#FC4C02;border-radius:4px;padding:8px 0;margin:0 auto;display:block;}


.footer-container-wrapper .footer-primary {text-align:center;}
.footer-container-wrapper .footer-primary h3 a {color:#fff;margin:10px 0 5px;display:block;text-transform: uppercase;}
.footer-container-wrapper .footer-primary ul li a {color:#fff;font-weight:100;padding:4px 0;display:block;}

.footer-container-wrapper .footer-social a {color:#fff;font-size:30px;padding:20px 8px;margin:0;display:inline-block;}

.footer-container-wrapper .footer-sub .tal {text-align:center;font-weight:100;padding:15px;}
.footer-container-wrapper .footer-sub .tal ul li a {color:#fff;font-weight:600;text-decoration:underline;margin:10px 0;display:block;font-size:14px;}


.header-container-wrapper {background: #FC4C02;padding:0px 50px;position:relative;z-index:9999999;}
.header-container-wrapper #mobile-menu {background: transparent;font-size:0;}
.header-container-wrapper #mobile-menu .mobile-menu-bars {margin:15px 0;left: -5px;}
.header-container-wrapper #mobile-menu .mobile-menu-bar, .header-container-wrapper #mobile-menu .mobile-menu-bar:before, .header-container-wrapper #mobile-menu .mobile-menu-bar:after {background:#000;height:2px;}

.header-container-wrapper .main-logo {max-width:300px;margin:0 auto;}
.header-container-wrapper .btn-group ul li a {display:block;color:#fff;border-radius:4px;border:1px solid #fff;text-align:center;padding:8px 0;font-size:16px;max-width:150px;margin:10px auto;}
.header-container-wrapper .btn-group ul li:last-of-type a {color:#000;background:#fff;font-weight:600;}

.header-container-wrapper .active-branch li a {color:#fff;font-size:13px;background:transparent !important;}
.header-container-wrapper .main-nav {z-index:9999;position: relative;padding-top:7px;}
.header-container-wrapper .main-nav .hs-menu-depth-1:last-of-type a {background:transparent;font-size: 13px;width: auto;}
.header-container-wrapper .main-nav .menu-arrow:after {color:#fff;top:6px;}
.header-container-wrapper .main-nav ul {text-align:center;}
.hs-item-has-children {position:relative;}
.body-container-wrapper {margin-top:0;}
    .header-container-wrapper .btn-group ul li {display:inline-block;}
    .header-container-wrapper .btn-group ul li a {padding:10px 20px;}
.accordion-title h2 {color:#000;font-family:"Playfair Display";color:#000;text-align:center;font-size:36px;margin:0;}
.accordion-title h2::after {display:none;}

.accordions {list-style:none;padding:0;margin:0;font-family: "Lato";}
.accordions .item {margin:15px 0;position: relative;}
.accordions .item:before {content: "\f078";top: 10px;position: absolute;left: -15px;z-index: 1;transition:transform 0.3s ease-in-out;will-change:transform;font-family:"FontAwesome"}
.accordions .item:after {content:"";height:1px;background:#f1f1f1;position:absolute;bottom:0;width:100%;left:-40px;}
/* .accordions .item.show:before {content: "\f077";left:-25px} */
.accordions .item .inner {display:none;overflow:hidden;padding:5px 0 20px;border-bottom:1px solid #f1f1f1;position:relative;left:-40px;}
.accordions .item .toggle {width:100%;display:block;color:#000;padding: 15px 0;border:0;transition:transform 0.3s ease-in-out;will-change:transform;font-size:18px;font-weight:600;position: relative;left: -50px;z-index: 999;padding-left: 50px;}

.accordions .item .read-more {display:block;margin:15px 0 0;font-size:14px;font-weight:600;}

 ul li.hs-item-has-children > a:after {
  font-family:'FontAwesome';
  content:"\f078";
  padding-left: 5px;
}

.hs-menu-children-wrapper {position:relative;z-index:999999999 !important;}
.menu-arrow {display:none !important;}

@media (min-width:600px) {

    
  .header-container-wrapper .active-branch .hs-item-has-children:hover ul {
    background: #fff;
    bottom: auto;
    z-index: 9999 !important;
    margin: 0;
    padding: 0 15px !important;
    box-shadow: 1px 2px 6px 2px #00000047;
}
  .header-container-wrapper .active-branch .hs-item-has-children:hover ul li a {color:#000 !important;}
  .header-container-wrapper .active-branch .hs-item-has-children:hover .active:after {display:none;}

  .header-container-wrapper.white .active-branch .hs-item-has-children:hover ul {background:#ec4a28;}
  .header-container-wrapper.white .active-branch .hs-item-has-children:hover ul li a {color:#fff !important;}
}

@media (min-width:768px) {
    .footer-container-wrapper .footer-cta .cta-content h2 {font-size:45px;}
    .footer-container-wrapper .footer-cta .cta-content span {font-size:26px;}
   .footer-container-wrapper .footer-primary {text-align:left;}
    .footer-container-wrapper .footer-social {text-align:center;}
    
    .footer-container-wrapper .footer-primary .footer-left .subscribe .intro {margin:20px 0;font-size:18px;}
    .footer-container-wrapper .footer-primary .footer-left .subscribe .hbspt-form {position:relative;max-width:410px;margin:10px auto;}
    .footer-container-wrapper .footer-primary .footer-left .subscribe .hbspt-form input {display:inline-block;max-width:80%;height: auto;padding: 9.5px !important;border:0;border-radius:4px 0 0 4px;line-height: 1;letter-spacing: 0;}
    .footer-container-wrapper .footer-primary .footer-left .subscribe .hbspt-form input[type=submit] {position:absolute;right:0;top:10px;min-width: auto;padding: 12px 15px 11px !important;border-radius:0 4px 4px 0;font-size:15px;font-family: "Open Sans";letter-spacing: 0;line-height: .9;}
    .hs-content-id-19515564155 .footer-container-wrapper .footer-primary .footer-left .subscribe .hbspt-form input[type=email] {padding: 8.5px !important;}
  
    .footer-container-wrapper .footer-sub .tal ul li {display:inline-block;margin:10px 5px;}
    .footer-container-wrapper .footer-primary .footer-second {margin-left:25%;}
  
  .header-container-wrapper .btn-group ul li a {width: 126px;max-width:unset;display:inline-block;font-size: 14px;}
  .header-container-wrapper.white {background:#fff;}
.header-container-wrapper.white .main-logo a:after {content:"";background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAe8AAAA8CAYAAABPVDL4AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OEVGMkVBODgxMjlEMTFFQUJFOUFCQjcwQjEyOTg4NTEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OEVGMkVBODkxMjlEMTFFQUJFOUFCQjcwQjEyOTg4NTEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4RUYyRUE4NjEyOUQxMUVBQkU5QUJCNzBCMTI5ODg1MSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo4RUYyRUE4NzEyOUQxMUVBQkU5QUJCNzBCMTI5ODg1MSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PqCA44cAABN9SURBVHja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');
  position:absolute;
  top: 35px;
  /* right: 50px; */
  height: 34px;
  width: 277px;
  /* display:block; */
  display:none;
  background-size:contain;
  background-repeat:no-repeat;
}
.header-container-wrapper.white .main-nav li a {color:#000;}
.header-container-wrapper.white .btn-group li a {color:#000;border-color:#000;}
.header-container-wrapper.white .btn-group li:last-of-type a {color:#fff;background: #FC4C02;border-color: #FC4C02;}
  .accordion-title h2 {text-align:left;}
  .main-nav ul {margin-top:6px !important;}
  
}


@media (max-width:1199px) {
    .header-container-wrapper .main-nav {width:100% !important;text-align:center;margin: 0;}
  .header-container-wrapper .main-logo {max-width: 100%;width:100%;}
    .header-container-wrapper .main-logo img {text-align:center;max-width: 250px;width: 100% !important;margin:10px auto;display:block;}
    .header-container-wrapper .btn-group {text-align:center;width:100%;margin: 0;}
    .header-container-wrapper .btn-group ul {padding:0;margin:0;}
    .header-container-wrapper .main-nav ul.main-menu {justify-content:center;}
    .header-container-wrapper .main-nav .main-menu .sub-menu {left:-210px;} 
    .footer-container-wrapper .footer-primary .footer-left {width:100%;}
  .main-nav .hs-item-has-children > a:first-of-type {cursor: default;pointer-events:none;}
.main-nav .hs-item-has-children:hover ul {display:block;}
}

@media (min-width:1200px) {
    .header-container-wrapper {padding:0px 50px 0;position: fixed;}
    .header-container-wrapper .active-branch {text-align: left;}
    .header-container-wrapper .active-branch li a {font-weight:600;font-size: 14px;margin:0 16px;}
    .header-container-wrapper .main-nav .hs-menu-depth-1:last-of-type a {font-size: 14px;margin:0; top: -3px;}
    .header-container-wrapper .btn-group {text-align:right;top:0px;position:relative;right:55px}
        .footer-container-wrapper .footer-primary .footer-second {margin-left:2%;}
  .body-container-wrapper {margin-top:80px;}
    .header-container-wrapper .main-nav ul {text-align:left;}
        .footer-container-wrapper .footer-primary .footer-left {border-right:1px solid #fff;margin:10px 0;}


}

.row-fluid .row-fluid {max-width:1200px;margin:0 auto;}

@media (max-width:1199px) {
    .hs-content-id-23628172216 .row-fluid .row-fluid {padding:0 15px;}
}



/* firefox work arounds */

@media screen and (min-width: 767px) {
    @-moz-document url-prefix() {
       .footer-container-wrapper .footer-primary .footer-left .subscribe .hbspt-form input[type="submit"] {
    position: absolute;
    right: 0;
    top: 10px;
    min-width: auto;
    padding: 12px 15px 11px !important;
    border-radius: 0 4px 4px 0;
    font-size: 15px;
    font-family: "Open Sans";
    letter-spacing: 0;
    line-height: 0;
    height: 33px;
}
    }
 }

 .hhs-hero {max-height:250px;position:relative;}
.hhs-hero:before {content:"";height:100%;width:100%;position:absolute;opacity:0.3;background:#000;top:0;left:0;}
.hhs-hero h2 {font-family: "Playfair Display";font-size: 60px;text-align:center;margin: 30px 0;position:relative;z-index:9;}

     .row-fluid .row-fluid {padding:0 15px;}
     .header-container-wrapper .row-fluid .row-fluid {padding:0;}
    
    .hs-content-id-19515564155 .row-fluid .row-fluid {padding:0;}
.hs-content-id-24328480099 .row-fluid .row-fluid {padding:0;}

    .blog-content {font-family:'Raleway',sans-serif;}
    .blog-content p {font-family:"Open Sans";}
    .blog-content h2, .blog-content h3, .blog-content h4, .blog-content h5, .blog-content h6 {font-family:'Raleway',sans-serif;}
    .blog-content h2 {margin:5px 0 0px}
.blog-content h3 {font-weight:100;}
    .reading-minutes {font-size:13px;color:#666666;text-transform:uppercase;letter-spacing:1px;margin: 5px 0;}
    .blog-content h1 a,.blog-listing-wrapper .post-listing .post-item h2 a,.blog-listing-wrapper p,.post-item .post-body h3,.hhs-blog-sidebar p {
    color: #FC4C02;
    font-size: 35px;
    padding: 0;
    margin: 5px 0;font-family:'Raleway',sans-serif;
}

.post-item .post-body h3 {
    font-size: 24px;
    margin-bottom: 15px
}

.subscribe-container form {
    margin-top: 20px
}

.blog-post-wrapper .post-body p,.blog-listing-wrapper .post-listing .post-item .post-body p {
    font-family: 'Open Sans',sans-serif !important;
    color: #112332;
    line-height: 1.5;
    margin-bottom: 14px;
    font-size: 16px
}

.blog-listing-wrapper .hs-featured-image-wrapper {
    max-height: unset
}

body.hs-blog-listing .footer-grey h3 {
    margin-top: 20px;
    font-size: 16px;
    margin-bottom: 3px
}

body.hs-blog-listing .footer-grey h3:first-child {
    margin-top: 0px
}


.blog-post-wrapper .post-body p,.blog-listing-wrapper .post-listing .post-item .post-body p {
    font-family: 'Open Sans',sans-serif !important;
    color: #112332;
    line-height: 1.5;
   margin:15px 0;
    font-size: 14px
}
.blog-listing-wrapper .post-item .cta-secondary,body .subscribe-container form input[type="submit"],body .subscribe-container form input[type="submit"]:hover {
    display: inline-block;
    text-decoration: none;
    padding: 10px 14px !important;
    margin: 0 15px 0 0;
    color: #fff !important;
    border-radius: 25px !important;
    background: #FC4C02;
    font-family: 'Open Sans',sans-serif !important;
    font-weight: normal !important;
    letter-spacing: 0px !important;
    font-size: 16px !important;
    text-transform: unset !important;
    border: 0px !important
}

.blog-listing-wrapper .post-listing .post-item .post-body a,.blog-post-wrapper .post-body a,.blog-pagination a i {
    color: #ff5a00
}

.blog-pagination a i,.post-jump-label a i {
    color: #ff5a00
}

.blog-pagination {
    overflow: visible
}

.blog-pagination a.all-posts-link.cta-secondary {
    text-transform: unset !important;
    padding: 0px;
    border: 0px !important;
    color: #ff5a00 !important;
    font-weight: normal !important;
    font-size: 16px !important;
    font-family: 'Open Sans',sans-serif !important;
    letter-spacing: 0px !important
}

.blog-pagination a.all-posts-link.cta-secondary:hover {
    transform: scale(1);
    text-decoration: underline !important
}

.hhs-blog-sidebar span.hs-rss-date {
    margin: 10px 0px;
    display: inline-block
}
.post-header #hubspot-author_data {color:#666;font-size: 14px;}
.author-link {color:#000 !important;}

.hhs-blog-sidebar h3,
.hhs-blog-sidebar .hs_cos_wrapper_type_rss_listing h3 {
	text-transform: uppercase;
  font-size: 12px !important;
  font-weight: 500;
  letter-spacing: 1.6px;
  margin-bottom: 15px;
}

.hhs-blog-sidebar .hs-rss-item {
  padding: 10px;
  background-color: #f2f5f8;
  -webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
  position: relative;
}

.hhs-blog-sidebar .hs-rss-item a.hs-rss-title span {
	font-weight: 500; 
  -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hhs-blog-sidebar .hs-rss-item a.hs-rss-title:hover span{
  color: #ff7a59;  
}

.hhs-blog-sidebar .hs-rss-item .hs-rss-byline,
.hhs-blog-sidebar .hs-rss-item .hs-rss-byline .hs-rss-author,
.hhs-blog-sidebar .hs-rss-item .hs-rss-byline .hs-rss-date,
.hhs-blog-sidebar .hs-rss-item .hs-rss-byline .hs-rss-posted-at {
 text-transform: uppercase;
  font-weight: 500;
  font-size: 11px;
}

.hhs-blog-sidebar .hs-rss-item .hs-rss-description p {
 font-size: 14px; 
}

#hs_form_target_blog_subscription input[type="email"], .widget-type-blog_subscribe input[type="email"]{
    /*width: 70%;*/
    float: left;
    margin-top: 2px;
  text-align: left !important;
    margin-bottom: 15px;
    /*height: 36px;*/
}
#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;
}


/* HUBSPOT SEARCH FORM
   ========================================================================== */


.hhs-search-modal.modal {
 max-width: 100%; 
}
.hs-search-field__suggestions {
	background-color: #fff; 
  max-height: 200px;
  overflow: scroll;
  text-align: left !important;
}

.hs-search-field--open .hs-search-field__suggestions {
  border-color: transparent;
 -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,0.2);
box-shadow: 0 5px 10px 0 rgba(0,0,0,0.2);
}

.hs-search-field__suggestions li a {
 padding: 5px 10px;
  color: #000;
}

.hs-search-field__suggestions li a:hover {
  background-color: #00a4bd;
  color: #ffffff;
}

.hs-search-field__suggestions li a .hs-search-highlight {
 color: #00a4bd; 
}

.hs-search-field__suggestions li a:hover .hs-search-highlight {
 color: #ffffff; 
}

#results-for {
	background-color: #f4f4f4;
   padding: 5px 10px;
}

.search-results h1 {
	margin-bottom: 0px; 
}

p.hs-search-results__description {
  font-size: 16px; 
}
.hs-blog-social-share .hs-blog-social-share-list {margin:0;padding:0;}
.hs-blog-social-share, .about-author-sec {border:1px solid #ccc;border-left:0;border-right:0;padding:15px 0 35px;}
.about-author-sec {padding-left:0 !important;padding-top:15px !important;margin-bottom:10px !important;}
.featured-img-con {max-width:350px;}
@media (min-width:576px) {
    .blog-content h2 {margin:-5px 0 15px;line-height:0.5;}
    .hhs-hero {max-height:100%;}
    .hhs-hero h2 {margin-top:5%;}
}

#hs_cos_wrapper_module_1544558512402516_ h2 {font-size: 36px;}
#hs_cos_wrapper_module_1544558512402516_ p {font-size:16px;}

@media (min-width:768px) {
 #hs_cos_wrapper_module_1544558512402516_ h2 {font-size: 40px;}
 #hs_cos_wrapper_module_1544558512402516_ p {font-size:20px;}   
}

@media (min-width:992px) {
    #hs_cos_wrapper_module_1544558512402516_ h2 {font-size:55px;}

}

@media (min-width:1200px) {
    .main-logo a img {left:10px;position:relative;}
}

.hs-content-id-19515564155 .main-logo {left:10px;position:relative;}
.hs-content-id-19515564155 .header-container-wrapper .main-nav ul li a {padding:0;}

.hs_cos_gallery_main .caption.superimpose {padding-top:10px}

.hs_cos_gallery_main .slick-dots {top:unset;bottom:0px;left:0;right:0;margin:0 auto;display:none !important;}

@media (min-width:992px) {
.hs_cos_gallery_main .slick-dots {display:block !important;}
.hs_cos_gallery_main .caption.superimpose {padding-top:5%}
}

.hs_cos_gallery_main .slick-list, .hs_cos_gallery_thumbnails .slick-list, .hs_cos_gallery_lightbox .slick-list {max-height:unset;}

.hs_cos_wrapper_type_logo {position: relative;}

@media (min-width:768px) {
 
}

@media (min-width:1200px) {
  .hs-content-id-19515564155 .main-logo a img {left:0;}
     .header-container-wrapper.white .main-logo a:after {top:-15px;left:10px}
  .hs-content-id-19515564155 .header-container-wrapper.white .main-logo a:after {left:0;}
}


/* menu  */
.main-nav { font-family: 'Open Sans'; text-transform: uppercase !important; /*margin-top: 20px;*/}
.main-nav a { text-decoration: none;}
.main-nav ul {  list-style: none; margin: 0; padding-left: 0; display: flex; justify-content:flex-start/*space-between*/;font-family: 'Open Sans', "Font Awesome 5 Pro";}
.main-nav li {color: #000;background: transparent ;border: none;display: inline;padding: 10px;position: relative;text-decoration: none;transition-duration: 0.5s; width: auto !important;} 
.main-nav li a { color: #6b6b6b; width: 100%;}
.main-nav li:hover,
.main-navy li:focus-within { cursor: pointer; border: none;}
.main-nav li:hover a,
.main-nav li:focus-within a { background: #fff; color: #6b6b6b; border: none; cursor: pointer;}
.main-nav li:focus-within a { outline: none;}
.main-nav ul li ul {  color: #fff; visibility: hidden; opacity: 0; position: relative; z-index: 100000000; transition: all 0.5s ease; margin-top: 0; left: 0; display: none;}
.main-nav ul li:hover > ul,
.main-nav ul li:focus-within > ul,
.main-nav ul li > ul:hover,
.main-nav ul li > ul:focus {color: #fff;visibility: visible;opacity: 1;width: auto; min-width:100%; display: block;border: none; left: 0;position: absolute;}
.main-nav ul li ul li:hover>a { text-decoration:  underline;}
.main-nav ul li ul li:hover> a:after { text-decoration: #fff underline;}
.main-nav ul li ul li {  color: #fff /* clear: both; */ width: 100%; padding: 10px; border-bottom: none;}
.main-nav ul li ul li:hover {  color: #fff; border-bottom: none; }
.main-nav li.hs-item-has-children>a:after {content: "\f107"; color: #000; margin-left: 5px;}
/* #primary .hs-menu-depth-1.hs-item-has-children a:hover:after {background: #048d4c; color:#fff; transition: all 0.5s ease;} */

.main-nav ul li ul.hs-menu-depth-2, ul li ul.hs-menu-depth-3, hs-menu-depth-4 {  color: #fff; top: 0; margin-left: 100%; width: 100%; position: absolute; margin-top: 0; text-align: left !important;}
li.mm-listitem { width: 100%;}
.main-nav div.container-full div.span12.widget-span.widget-type-cell div.row-fluid-wrapper.row-depth-1.row-number-3 div.row-fluid div.grid.no-wrap div.col-md-10
{z-index:9999;}
.main-nav .container-full, .utility .container-full {/*max-width: initial; */ max-width: 1350px; }

.main-nav .active-branch {list-style:none;padding:0;display:flex;flex-direction:row;}
.main-nav .active-branch li {list-style:none;margin: 0 !important;padding: 0 !important;position:relative;flex-direction:column; white-space: nowrap !important;}
.main-nav .active-branch li a {padding:6px;display:inline-block;}
.main-nav .active-branch li ul, .main-nav .active-branch li.hs-menu-depth-3 {display: none; width: auto;}
.main-nav .active-branch li ul li {display:block;position:relative;top:0px;display:flex !important;flex-direction:column;}
.main-nav .active-branch li ul li a {display:block;width: 100%;}
.main-nav .active-branch li:hover + ul {display:block; position: absolute; left: 100% !important;}
.main-nav .active-branch .hs-menu-depth-2 ul {/*display:block;position:absolute;*/left: 100%;/*z-index:9999999999999999; top:0px !important;*/}
.main-nav .active-branch .hs-menu-depth-2 ul.active-branch {top: -15px !important;}
.main-nav .active-branch li.active-branch > ul {top: 20px; }
/* #primary .active-branch li.active-branch:nth-of-type(4) > ul {top: 40px; } */
.main-nav .active-branch li.active-branch:nth-of-type(4) > ul:not(.active-branch) {top: 40px; }
.header-container-wrapper .active-branch .hs-item-has-children:hover ul{
    bottom: auto;
}


@media (max-width:576px) {
  .header-container-wrapper .main-nav ul {
    text-align: center;
}
  .main-nav .active-branch {
    list-style: none;
    padding: 0;
    display: block;
    flex-direction: row;
}
  .main-nav .active-branch li{
        text-align: center;
    padding-top: 10px !important;
  }
.main-nav .active-branch li ul li {
    display: block;
    position: relative;
    top: 0px;
    display: flex !important;
    flex-direction: row;
    padding: 2px;
}
}




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


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

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

@media (max-width: 767px){
  .main-nav li.hs-item-has-children>a:after{
  display: none;
  }

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

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

  /* 
    * Menu Reset
    *
    * Remove styling from desktop version of custom-menu-primary. Place any 
    * additional CSS you want removed from the mobile menu in this reset 
    */

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


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

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

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


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

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


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

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */  
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -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; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color:#ffffff; /* Icon color */
    display: block;

  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .child-trigger.child-open i{
  }

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

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

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

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

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

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

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

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

.child-open ul{
display: block !important;
}

hr.divider-center {
  width: 65px;
  border: 0 none;
  border-bottom-width: 5px;
  border-bottom-style: solid;
  border-bottom-color: #FC4C02;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

hr.divider-left {
  width: 65px;
  border: 0 none;
  border-bottom-width: 5px;
  border-bottom-style: solid;
  border-bottom-color: #FC4C02;
  margin-top: 3px;
  margin-bottom: 17px;
  margin-left: 0px;
}

hr.divider-left-white {
  width: 65px;
  border: 0 none;
  border-bottom-width: 5px;
  border-bottom-style: solid;
  border-bottom-color: #FFFFFF;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 0px;
}
 
.button-white-left>div>a {
  background-color: #FFFFFF !important;
  color: #FC4C02 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  padding: 15px 40px !important;
  border-radius: 50px !important;
}

.button-whitebg-left>div>a {
  background-color: #FFFFFF !important;
  color: #FC4C02 !important;
  border: 2px solid #FFFFFF;
  border-radius: 50px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  padding: 15px 40px !important;
}

.button-whiteol-left>div>a {
  background-color: transparent !important;
  color: #FFFFFF !important;
  border: 2px solid #FFFFFF;
  border-radius: 50px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  padding: 15px 40px !important;
}

.button-white-center>div>a {
  background-color: #FFFFFF !important;
  color: #FC4C02 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  padding: 15px 20px !important;
  border-radius: 50px !important;
  border: 2px solid #FFFFFF;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 200px;
  text-align: center;
  letter-spacing: 0.4px !important;
}

.button-whiteol-center>div>a {
  background-color: transparent !important;
  color: #FFFFFF !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  padding: 15px 20px !important;
  border-radius: 50px !important;
  border: 2px solid #FFFFFF;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 200px;
  text-align: center;
  letter-spacing: 0.4px !important;
}

.button-grey-left>div>a {
  background-color: #F5F5F5 !important;
  color: #030000 !important;
  border: #030000 solid 1px;
  font-size: 14px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  padding: 10px 25px !important;
  border-radius: 25px !important;
}

.button-grey-center>div>a {
  background-color: #030000 !important;
  color: #FFFFFF !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  padding: 15px 40px !important;
  border-radius: 5px !important;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 200px;
  text-align: center;
}

.button-orange-centered>div>a {
  background-color: #FC4C02 !important;
  color: #ffffff !important;
  border: 2px solid #FC4C02;
  font-size: 14px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  padding: 15px 20px !important;
  border-radius: 50px !important;
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 200px !important;
  text-align: center !important;
  letter-spacing: 0.4px !important;
}

.button-orange-left>div>a {
  background-color: #FC4C02 !important;
  color: #ffffff !important;
  border: 2px solid #FC4C02;
  font-size: 14px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  padding: 15px 20px !important;
  border-radius: 50px !important;
  text-align: center !important;
  letter-spacing: 0.4px !important;
}

.button-orange-left-big>div>a {
  background-color: #FC4C02 !important;
  color: #ffffff !important;
  border: 2px solid #FC4C02;
  font-size: 16px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  padding: 15px 30px !important;
  border-radius: 50px !important;
  text-align: center !important;
  letter-spacing: 0.4px !important;
}

@media screen and (min-width: 768px) {
  .diagonal-divide-W2G-up {
    padding-bottom: 200px;
    background-image: linear-gradient(175deg, #FFFFFF 50%, #F5F5F5 calc(50% + 2px));
}
}

@media screen and (max-width: 767px) {
  .diagonal-divide-W2G-up {
    padding-bottom: 100px;
    background-image: linear-gradient(175deg, #FFFFFF 50%, #F5F5F5 calc(50% + 2px));
}
}

@media screen and (min-width: 768px) {
  .diagonal-divide-W2G-down {
    padding-bottom: 200px;
    background-image: linear-gradient(-175deg, #FFFFFF 50%, #F5F5F5 calc(50% + 2px));
}
}

@media screen and (max-width: 767px) {
  .diagonal-divide-W2G-down {
    padding-bottom: 100px;
    background-image: linear-gradient(-175deg, #FFFFFF 50%, #F5F5F5 calc(50% + 2px));
}
}

@media screen and (min-width: 768px) {
  .diagonal-divide-G2W-up {
    padding-bottom: 200px;
    background-image: linear-gradient(175deg, #F5F5F5 50%, #FFFFFF calc(50% + 2px));
}
}

@media screen and (max-width: 767px) {
  .diagonal-divide-G2W-up {
    padding-bottom: 100px;
    background-image: linear-gradient(175deg, #F5F5F5 50%, #FFFFFF calc(50% + 2px));
}
}

@media screen and (min-width: 768px) {
  .diagonal-divide-G2W-down {
    padding-bottom: 200px;
    background-image: linear-gradient(-175deg, #F5F5F5 50%, #FFFFFF calc(50% + 2px));
}
}

@media screen and (max-width: 767px) {
  .diagonal-divide-G2W-down {
    padding-bottom: 100px;
    background-image: linear-gradient(-175deg, #F5F5F5 50%, #FFFFFF calc(50% + 2px));
}
}

@media screen and (min-width: 768px) {
  .diagonal-divide-O2G-up {
    padding-bottom: 175px;
    background-image: linear-gradient(175deg, #FC4C02 50%, #F5F5F5 calc(50% + 2px));
}
}

@media screen and (min-width: 768px) {
  .diagonal-divide-O2G-up-with-hero-shot {
    background-image: linear-gradient(175deg, #FC4C02 50%, #F5F5F5 calc(50% + 2px));
}
}

@media screen and (min-width: 768px) {
  .diagonal-divide-O2C-up-with-hero-shot {
    background-image: linear-gradient(175deg, #FC4C02 50%, #F4EFE3 calc(50% + 2px));
}
}

@media screen and (max-width: 767px) {
  .diagonal-divide-O2W-up {
    padding-bottom: 100px;
    background-image: linear-gradient(175deg, #FC4C02 50%, #FFFFFF calc(50% + 2px));
    
}
}

@media screen and (min-width: 768px) {
  .diagonal-divide-O2W-up {
    padding-bottom: 200px;
    background-image: linear-gradient(175deg, #FC4C02 50%, #FFFFFF calc(50% + 2px));
}
}

@media screen and (max-width: 767px) {
  .diagonal-divide-O2G-up {
    padding-bottom: 100px;
    background-image: linear-gradient(175deg, #FC4C02 50%, #F5F5F5 calc(50% + 2px));
    
}
}

@media screen and (max-width: 767px) {
  .diagonal-divide-O2G-up-with-hero-shot {
    background-image: linear-gradient(175deg, #FC4C02 50%, #F5F5F5 calc(50% + 2px));
}
}

@media screen and (max-width: 767px) {
  .diagonal-divide-O2C-up-with-hero-shot {
    background-image: linear-gradient(175deg, #FC4C02 50%, #F4EFE3 calc(50% + 2px));
}
}

@media screen and (min-width: 768px) {
  .diagonal-divide-O2GBG-up {
    background-image: url("https://www.proformex.com/hubfs/Gray_Angle.png");
    background-size: cover;
    margin-top: -150px;
    height: 150px;
}
}

@media screen and (max-width: 767px) {
  .diagonal-divide-O2GBG-up {
    background-image: url("https://www.proformex.com/hubfs/Gray_Angle.png");
    background-size: cover;
    margin-top: -150px;
    height: 150px;
    position: relative;
}
}

@media screen and (min-width: 768px) {
  .horizontal-divide-O2WBG {
    background-image: url("https://www.proformex.com/hubfs/White%20Rectangle.png");
    background-size: cover;
    margin-top: -50px;
    height: 50px;
}
}

@media screen and (max-width: 767px) {
  .horizontal-divide-O2WBG {
    background-image: url("https://www.proformex.com/hubfs/White%20Rectangle.png");
    background-size: cover;
    margin-top: -100px;
    height: 100px;
    position: relative;
}
}

@media screen and (min-width: 768px) {
  .diagonal-divide-T2G-up {
    padding-bottom: 200px;
    background-image: linear-gradient(175deg, #FFFFFFFF 50%, #F5F5F5 calc(50% + 2px));
}
}

@media screen and (max-width: 767px) {
  .diagonal-divide-T2G-up {
    padding-bottom: 100px;
    background-image: linear-gradient(175deg, #FFFFFFFF 50%, #F5F5F5 calc(50% + 2px));
}
}

@media screen and (min-width: 768px) {
h1.new {
  font-family: "Playfair Display";
  font-size: 56px;
  font-weight: 700;
  letter-spacing: -0.5px;
  color: #ffffff;
  padding-bottom: 20px;
}
  
h1.new-dark {
  font-family: "Playfair Display";
  font-size: 56px;
  font-weight: 700;
  letter-spacing: -0.5px;
  padding-bottom: 20px;
}
  
h1.home {
  font-family: "Playfair Display";
  font-size: 48px;
  font-weight: 700;
  letter-spacing: -0.5px;
  color: #ffffff;
  padding-bottom: 20px;
}

h2.new {
  font-family: "Playfair Display";
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.5px;
  padding-bottom: 20px;
}
  
h3.new {
  font-family: "Playfair Display";
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.5px;
  padding-bottom: 20px;
}
  
h4.new {
  font-family: "Playfair Display";
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.5px;
  padding-bottom: 20px;
}


p.hero {
  font-size: 22px;
  font-weight: 300;
  color: #ffffff;
  padding-bottom: 20px;
}

p.hero-dark {
  font-size: 22px;
  font-weight: 300;
  padding-bottom: 20px;
}
  
p.hero-home {
  font-size: 26px;
  font-weight: 300;
  color: #ffffff;
  padding-bottom: 20px;
}

.hero-section {
  padding-top: 75px;
  background-color: #FC4C02;
}
}
@media screen and (max-width: 767px) {
h1.new {
  font-family: "Playfair Display";
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.5px;
  color: #ffffff;
  padding-bottom: 20px;
}
  
h1.new-dark {
  font-family: "Playfair Display";
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.5px;
  padding-bottom: 20px;
}
  
h1.home {
  font-family: "Playfair Display";
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -0.5px;
  color: #ffffff;
  padding-bottom: 20px;
}

h2.new {
  font-family: "Playfair Display";
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.5px;
  padding-bottom: 20px !important;
}

p.hero {
  font-size: 18px;
  font-weight: 300;
  color: #ffffff;
  padding-bottom: 20px;
}
  
p.hero-home {
  font-size: 18px;
  font-weight: 300;
  color: #ffffff;
  padding-bottom: 20px;
}

.hero-section {
  padding-top: 25px;
  background-color: #FC4C02;
}
}

.footer-container-wrapper .footer-cta{
    display: none;
}
#infographic-bg{
    height: 125em;
    margin-bottom: -50em;
}
.infographic-heading{
    display: block;
    margin-bottom: 3em;
}

.infographic-heading strong{
    font-size: 50px;
}
.infographic-heading em{
    font-size: 29px;
}
.shield-center{     position: relative;   text-align: center;}
.shield-center img {
    top: -4em;
    position: relative;
    max-width: 32px;
}
.shield-center:before {
    content: "";
    background-color: #fff;
    padding: 1px;
    position: absolute;
    bottom: 78px;
    margin: 0 auto;
    width: 40%;
    right: 95px;
    border-top: 2px dashed #0a0a0a;
}
.shield-center:after {
    content: "";
    padding: 1px;
    position: absolute;
    left: 99px;
    bottom: 78px;
    margin: auto;
    width: 39.8%;
    border-top: 2px dashed #0a0a0a;
}
.info-logo{
    text-align: center;
    position: relative;
    padding-bottom: 50px;
}
.info-logo img{
    position: relative;
    max-width: 350px;
}

.info-logo:after {
    content: "";
    position: absolute;
    z-index: 38;
    top: 65px;
    bottom: 0;
    left: 50%;
    border-left: 2px dashed #0a0a0a;
    transform: translate(61%);
    max-height: 40px;
}
.span12.infographic{padding-bottom: 3em; }
.span12.infographic p strong{    font-size: 27px;}

.span12.infographic p strong:before{
    content: "▶ ▶";
    color: #fc4c02;
    padding: 1px;
    position: absolute;
    top: 9px;
    margin: 0 auto;
    width: 41%;
    left: 153px;
   

}
.span12.infographic p strong:after{
    content: "◀ ◀";
    color: #fc4c02;
    padding: 1px;
    position: absolute;
    top: 9px;
    margin: 0 auto;
    width: 41%;
    right: 153px;
   

}
.span12.infographic:after {
    content: "";
    position: absolute;
    z-index: 38;
    top: 48px;
    bottom: 0;
    left: 50%;
    border-left: 2px dashed #0a0a0a;
    transform: translate(61%);
    max-height: 40px;
}
.span12.infographic:first-child::before {
/*     content: '▼';
    position: relative;
    display: block;
    left: 49.84%;
    color: #0a0a0a;
    top: 87px;
    transform: -51%;
    bottom: 0;
    font-size: 10px; */
  
    content: '▼';
    position: relative;
    display: block;
    left: 0;
    color: #0a0a0a;
    top: 87px;
    transform: -51%;
    bottom: 0;
    font-size: 10px;
    right: 0;
    margin: 0 auto;
    text-align: center;
    width: 4px;
}
.negative-margin p {
    position: relative;
    bottom: -6px;
}
.bottom-infographic .span2 {
  width: 20% !important;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px){
  .diagonal-divide-O2GBG-up{
  position: relative;
  }
  #overlap-img{
  position: relative;
    bottom: -11em;
  }
  .shield-center img{
      top: -3em;
  }
  .icon-title p{font-size: 11px;}
.shield-center:before {
    content: "";
    background-color: #fff;
    padding: 1px;
    position: absolute;
    bottom: 62px;
    margin: 0 auto;
    width: 39%;
    right: 7%;
    border-top: 2px dashed #0a0a0a;
}
.shield-center:after {
    content: "";
    padding: 1px;
    position: absolute;
    left: 7%;
    bottom: 62px;
    margin: auto;
    width: 37.8%;
    border-top: 2px dashed #0a0a0a;
}
  .span12.infographic p strong:before {
    content: "▶ ▶";
    color: #fc4c02;
    padding: 1px;
    position: absolute;
    top: 9px;
    margin: 0 auto;
    width: 41%;
    left: -75px;
}
  .span12.infographic p strong:after {
    content: "◀ ◀";
    color: #fc4c02;
    padding: 1px;
    position: absolute;
    top: 9px;
    margin: 0 auto;
    width: 41%;
    right: -75px;
}
}

@media screen and (max-width: 1698px){
  .span12.infographic:first-child::before{
      width: 5px;
  }
}
@media screen and (max-width: 1199px){
  .bottom-infographic:before{
        width: 78%;
  }
  .shield-center:after{
      width: 39%;
      left: 101px;
  }
  .shield-center:before{
    width: 39.2%;
    right: 98px;
  }
}
@media screen and (max-width: 1105px){
  .shield-center:after {
    content: "";
    padding: 1px;
    position: absolute;
    left: 93px;
    bottom: 74px;
    margin: auto;
    width: 38.8%;
    border-top: 2px dashed #0a0a0a;
}
  .shield-center:before {
    content: "";
    background-color: #fff;
    padding: 1px;
    position: absolute;
    bottom: 74px;
    margin: 0 auto;
    width: 39.5%;
    right: 88px;
    border-top: 2px dashed #0a0a0a;
}
.span12.infographic p strong:before {
    content: "▶ ▶";
    color: #fc4c02;
    padding: 1px;
    position: absolute;
    top: 9px;
    margin: 0 auto;
    width: 41%;
    left: 45px;
}
  
  .span12.infographic p strong:after {
    content: "◀ ◀";
    color: #fc4c02;
    padding: 1px;
    position: absolute;
    top: 9px;
    margin: 0 auto;
    width: 41%;
    right: 45px;
}
  .span12.infographic:after{
      top: 49px;
  }
  .span12.infographic:first-child::before{
      top: 87px;
  }
}
@media screen and (max-width: 1000px){
  .shield-center:after{
/*     left: 87px;
    bottom: 70px; */
    left: 8.5%;
    bottom: 201%;
  }
  .shield-center:before{
/*       bottom: 69px;
      right: 81px; */
    bottom: 201%;
    right: 8%;
  }
  .bottom-infographic:before {
    width: 77.5%;
}
}

@media screen and (max-width: 768px){
  .shield-center:after {
    content: "";
    padding: 1px;
    position: absolute;
    left: 69px;
    bottom: 66px;
    margin: auto;
    width: 36.8%;
    border-top: 2px dashed #0a0a0a;
}
  .shield-center:before {
    content: "";
    background-color: #fff;
    padding: 1px;
    position: absolute;
    bottom: 65px;
    margin: 0 auto;
    width: 37%;
    right: 69px;
    border-top: 2px dashed #0a0a0a;
}
}
@media screen and (max-width: 765px){
  #overlap-img{
  position: relative;
    bottom: -11em;
  }
  
  .infographic-heading strong {
    font-size: 28px;
}
  .infographic-heading em {
    font-size: 17px;
}
  #infographic-bg {
    height: 190em;
    margin-bottom: -88em;
}
  #infographic-bg .row-number-10 .row-fluid:first-of-type{
    display: flex;
    flex-wrap: wrap;
  }
   #infographic-bg .bottom-infographic .row-fluid:first-of-type{
    display: flex;
    flex-wrap: wrap;
  }
  .span12.infographic p {
   height: 0;
   
  }
  .span12.infographic p strong {
    font-size: 15px;
    position: relative;
    top: -8em;
    font-style: italic;
    /* width: 23%; */
    height: 0;
    margin-bottom: 0;
    line-height: 0;
}
  .span12.infographic p strong:before{
  display: none;
  }
  .span12.infographic p strong:after{
  display: none;
  }
  #infographic-bg .span2{
  width: 50% !important;
  }
  .infographic{
      padding-bottom: 1em;
  }
  .row-number-10 .span2:nth-of-type(1) .infographic:after{
  display: none;
  }
  .row-number-10 .span2:nth-of-type(2) .infographic:after{
  display: none;
  }
 .row-number-10 .span2:nth-of-type(4) .infographic:after{
  display: none;
  }
  .row-number-10 .span2:nth-of-type(3) .infographic:after{
  display: none;
  }
   .row-number-10 .span2:nth-of-type(5) .infographic{
  padding-bottom: 3em;
  }
   .row-number-10 .span2:nth-of-type(6) .infographic{
  padding-bottom: 3em;
  }
  
  .shield-center img{
      top: -2em;
  }
  .shield-center:after {
    content: "";
    padding: 1px;
    position: absolute;
    left: 25%;
    bottom: 50px;
    margin: auto;
    width: 15%;
    border-top: 2px dashed #0a0a0a;
}
  .shield-center:before {
    content: "";
    background-color: #fff;
    padding: 1px;
    position: absolute;
    bottom: 50px;
    margin: 0 auto;
    width: 15%;
    right: 25%;
    border-top: 2px dashed #0a0a0a;
}
  
  .info-logo img{
      max-width: 270px;
  }
  
  .info-logo:after{ display: none;}
  .span12.infographic:after {
    content: "";
    position: absolute;
    z-index: 38;
    top: -25px;
    bottom: 0;
    left: 50%;
    border-left: 2px dashed #0a0a0a;
    transform: translate(61%);
    max-height: 40px;
}
  .span12.infographic:first-child::before {
    content: '▼';
    position: relative;
    display: block;
    left: 0;
    color: #0a0a0a;
    top: 22px;
    transform: -51%;
    bottom: 0;
    font-size: 10px;
}
  .span12.infographic {
    padding-bottom: 1em;
}
  .bottom-infographic:before {
    content: "";
    /* background-color: #fff; */
    padding: 1px;
    position: absolute;
    /* bottom: 0; */
    margin: 0 auto;
    width: 45%;
    right: -5px;
    border-top: 2px dashed #0a0a0a;
    left: 0;
    top: 0;
}
  #company-infographic-bottom:before {
    display: none;
}
  .infographic-bottom:first-child::before {
    display: none;
}
  
  .bottom-infographic .span2:nth-of-type(1) #company-infographic-bottom:before{
    display: block;
        top: -72px;
}
 .bottom-infographic .span2:nth-of-type(2) #company-infographic-bottom:before{
    display: block;
        top: -72px;
}
 .bottom-infographic .span2:nth-of-type(1)  .infographic-bottom:first-child::before {
    display: block;
}
  .bottom-infographic .span2:nth-of-type(2)  .infographic-bottom:first-child::before {
    display: block;
} 
  .infographic-bottom{
      margin-bottom: 2em;
  }
  
   #infographic-bg .span2.last-icon{
  width: 100% !important;
  }
   #infographic-bg .span2.last-icon .infographic-bottom{ 
  width: 50%;
    margin: 0 auto;
}  
#infographic-bg .top-infographic-row .row-fluid:first-of-type{
    display: flex;
    flex-wrap: wrap;
    display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
      
  }
   #infographic-bg .bottom-infographic .row-fluid:first-of-type{
    display: flex;
    flex-wrap: wrap;
     display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  }
  .top-infographic-row .span2:nth-of-type(1) .infographic:after{
  display: none;
  }
  .top-infographic-row .span2:nth-of-type(2) .infographic:after{
  display: none;
  }
 .top-infographic-row .span2:nth-of-type(4) .infographic:after{
  display: none;
  }
  .top-infographic-row .span2:nth-of-type(3) .infographic:after{
  display: none;
  }
   .top-infographic-row .span2:nth-of-type(5) .infographic{
  padding-bottom: 3em;
  }
   .top-infographic-row .span2:nth-of-type(6) .infographic{
  padding-bottom: 3em;
  }
}

@media screen and (max-width: 610px){
   #overlap-img{
  position: relative;
    bottom: -11em;
  }
  
  .infographic-heading strong {
    font-size: 28px;
}
  .infographic-heading em {
    font-size: 17px;
}
  #infographic-bg {
    height: 190em;
    margin-bottom: -88em;
}
  #infographic-bg .top-infographic-row .row-fluid:first-of-type{
    display: flex;
    flex-wrap: wrap;
    display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
      
  }
   #infographic-bg .bottom-infographic .row-fluid:first-of-type{
    display: flex;
    flex-wrap: wrap;
     display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  }
  .span12.infographic p {
   height: 0;
   
  }
  .info-logo{
      padding-bottom: 65px;
  }
  .span12.infographic p strong {
    font-size: 15px;
    position: relative;
    top: -4em;
    font-style: italic;
    /* width: 23%; */
    height: 0;
    margin-bottom: 0;
    line-height: 0;
}
  .span12.infographic p strong:before{
  display: none;
  }
  .span12.infographic p strong:after{
  display: none;
  }
  #infographic-bg .span2{
  width: 49% !important;
/*     flex-basis: 50%; */
  }
  .infographic{
      padding-bottom: 1em;
  }
  .top-infographic-row .span2:nth-of-type(1) .infographic:after{
  display: none;
  }
  .top-infographic-row .span2:nth-of-type(2) .infographic:after{
  display: none;
  }
 .top-infographic-row .span2:nth-of-type(4) .infographic:after{
  display: none;
  }
  .top-infographic-row .span2:nth-of-type(3) .infographic:after{
  display: none;
  }
   .top-infographic-row .span2:nth-of-type(5) .infographic{
  padding-bottom: 3em;
  }
   .top-infographic-row .span2:nth-of-type(6) .infographic{
  padding-bottom: 3em;
  }
  .shield-center img{
      top: -2em;
  }
  .shield-center:after {
    content: "";
    padding: 1px;
    position: absolute;
    left: 25%;
    bottom: 50px;
    margin: auto;
    width: 15%;
    border-top: 2px dashed #0a0a0a;
}
  .shield-center:before {
    content: "";
    background-color: #fff;
    padding: 1px;
    position: absolute;
    bottom: 50px;
    margin: 0 auto;
    width: 15%;
    right: 25%;
    border-top: 2px dashed #0a0a0a;
}
  
  .info-logo img{
      max-width: 270px;
  }
  
  .info-logo:after{ display: none;}
  .span12.infographic:after {
    content: "";
    position: absolute;
    z-index: 38;
    top: -25px;
    bottom: 0;
    left: 50%;
    border-left: 2px dashed #0a0a0a;
    transform: translate(61%);
    max-height: 40px;
}
  .span12.infographic:first-child::before {
    content: '▼';
    position: relative;
    display: block;
    left: 0;
    color: #0a0a0a;
    top: 22px;
    transform: -51%;
    bottom: 0;
    font-size: 10px;
    
    
}
  .span12.infographic {
    padding-bottom: 1em;
}
  .bottom-infographic:before {
    content: "";
    /* background-color: #fff; */
    padding: 1px;
    position: absolute;
    /* bottom: 0; */
    margin: 0 auto;
    width: 45%;
    right: -5px;
    border-top: 2px dashed #0a0a0a;
    left: 0;
    top: 0;
}
  #company-infographic-bottom:before {
    display: none;
}
  .infographic-bottom:first-child::before {
    display: none;
}
  
  .bottom-infographic .span2:nth-of-type(1) #company-infographic-bottom:before{
    display: block;
        top: -72px;
}
 .bottom-infographic .span2:nth-of-type(2) #company-infographic-bottom:before{
    display: block;
        top: -72px;
}
 .bottom-infographic .span2:nth-of-type(1)  .infographic-bottom:first-child::before {
    display: block;
}
  .bottom-infographic5 .span2:nth-of-type(2)  .infographic-bottom:first-child::before {
    display: block;
} 
  .infographic-bottom{
      margin-bottom: 2em;
  }
  
   #infographic-bg .span2.last-icon{
  width: 100% !important;
  }
   #infographic-bg .span2.last-icon .infographic-bottom{ 
  width: 50%;
    margin: 0 auto;
}  
  .icon-title p {
    font-size: inherit;
}
 
} 

@media screen and (max-width: 450px){
.icon-title p {
    font-size: 14px;
}
  .shield-center:after {
    content: "";
    padding: 1px;
    position: absolute;
    left: 27%;
    bottom: 44px;
    margin: auto;
    width: 14%;
    border-top: 2px dashed #0a0a0a;
}
  .shield-center:before {
    content: "";
    background-color: #fff;
    padding: 1px;
    position: absolute;
    bottom: 43px;
    margin: 0 auto;
    width: 15%;
    right: 27%;
    border-top: 2px dashed #0a0a0a;
}
}

/* Hubspot Form Styling */
li.hs-form-checkbox, ul.hs-error-msgs {
  list-style-type:none;
}
/* Updated Logo Styling */
@media screen and (min-width:1200px) {
  .main-logo img {
    margin-top:7px;
  }
}

/* Updated Tablet / Mobile Header */
@media screen and (max-width:767px) {
  .header-container-wrapper.white .btn-group li a {color:#000;border-color:#000;}
  .header-container-wrapper.white {background:#FFF;}
  .header-container-wrapper.white .btn-group li:last-of-type a {color:#fff;background: #FC4C02;border-color: #FC4C02;}
  .main-nav li a {color:black;}
}
@media screen and (min-width:768px) and (max-width:1199px) {
  #menu-testing{margin-left:0px;}
}