/* @import url('https://use.fontawesome.com/releases/v4.7.0/css/font-awesome-css.min.css'); */

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


/* FONT AWESOME */
/*!* 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"
}



/* END FONT AWESOME */



@font-face {
    font-family: "ApexNew Light";
    src: url("//1619981.fs1.hubspotusercontent-na1.net/hubfs/1619981/Duarte-Nov2015/ApexNew-Light.eot") , 
         url("//1619981.fs1.hubspotusercontent-na1.net/hubfs/1619981/Duarte-Nov2015/ApexNew-Light.ttf"), 
         url("//1619981.fs1.hubspotusercontent-na1.net/hubfs/1619981/Duarte-Nov2015/ApexNew-Light.woff");
}

@font-face {
    font-family: "ApexNew Book";
    src: url("//1619981.fs1.hubspotusercontent-na1.net/hubfs/1619981/Duarte-Nov2015/Fonts/ApexNew-Book.woff"), 
         url("//1619981.fs1.hubspotusercontent-na1.net/hubfs/1619981/Duarte-Nov2015/Fonts/ApexNew-Book.eot"), 
         url("//1619981.fs1.hubspotusercontent-na1.net/hubfs/1619981/Duarte-Nov2015/Fonts/ApexNew-Book.woff");
}

@font-face {
    font-family: "ApexNew Book Italic";
    src: url("//1619981.fs1.hubspotusercontent-na1.net/hubfs/1619981/Duarte-Nov2015/Fonts/ApexNew-BookItalic.ttf") , 
         url("//1619981.fs1.hubspotusercontent-na1.net/hubfs/1619981/Duarte-Nov2015/Fonts/ApexNew-BookItalic.eot") , 
         url("//1619981.fs1.hubspotusercontent-na1.net/hubfs/1619981/Duarte-Nov2015/Fonts/ApexNew-BookItalic.woff");
}

@font-face {
    font-family: "ApexNew Medium";
    src: url("fonts/ApexNew-Medium.eot?#iefix") format("eot"), 
         url("fonts/ApexNew-Medium.woff") format("woff"), 
         url("fonts/ApexNew-Medium.ttf") format("truetype");
}

@font-face {
    font-family: "ApexNew Medium Italic";
    src: url("fonts/ApexNew-MediumItalic.eot?#iefix") format("eot"),
         url("fonts/ApexNew-MediumItalic.woff") format("woff"), 
         url("fonts/ApexNew-MediumItalic.ttf") format("truetype");
}
@font-face {
    font-family: "EvelynSymbols";
    src: url("//1619981.fs1.hubspotusercontent-na1.net/hubfs/1619981/Duarte-Nov2015/Fonts/EvelynSymbols.ttf"), 
    url("//1619981.fs1.hubspotusercontent-na1.net/hubfs/1619981/Duarte-Nov2015/Fonts/EvelynSymbols.eo"), 
    url("//1619981.fs1.hubspotusercontent-na1.net/hubfs/1619981/Duarte-Nov2015/Fonts/ElegantIcons.woff");
}
/* ==========================================================================
   HS COS Boilerplate v1.5.0                                
   ========================================================================== */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.container-fluid {
    *zoom: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Clearfix */

.clearfix {
    *zoom: 1;
}

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

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

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

/* Responsive Visibilty Classes */

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

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

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

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

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

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

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

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

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

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

    .visible-desktop {
        display: none !important ;
    }
}
/* Duarte Brand Guidelines CSS */

/* Font Import */
@import url('https://fonts.googleapis.com/css2?family=Albert+Sans:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Visby+CF:wght@700;800&display=swap');

/* Font Families */
body {
    font-family: 'Albert Sans', sans-serif;
    color: #262727; /* Default text color */
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Headings */
h1 {
    font-family: 'Visby CF', sans-serif;
    font-weight: 800;
    font-size: 72px;
    line-height: 60px;
    margin-bottom: 20px;
    color: #007BAD;
}

h2 {
    font-family: 'Visby CF', sans-serif;
    font-weight: 800;
    font-size: 54px;
    line-height: 45px;
    margin-bottom: 18px;
    color: #0179cb;
}

h3 {
    font-family: 'Visby CF', sans-serif;
    font-weight: 800;
    font-size: 42px;
    line-height: 48px;
    margin-bottom: 16px;
    color: #575858;
}

/* Paragraphs */
p {
    font-family: 'Albert Sans', sans-serif;
    font-weight: 300;
    font-size: 14.5px;
    line-height: 20px;
    margin-bottom: 16px;
    color: #262727;
}

a {
    color: #007BAD;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* Lists */
ul {
    list-style-type: disc;
    margin-left: 20px;
}

ul li {
    font-family: 'Albert Sans', sans-serif;
    font-weight: 300;
    font-size: 14.5px; /* Ensure the same size as paragraphs */
    line-height: 20px;
    margin-bottom: 6px;
}

/* Buttons */
button {
    font-family: 'Albert Sans', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    padding: 10px 20px;
    border: none;
    border-radius: 50px; /* Pill-shaped */
    color: #FFFFFF;
    background-color: #007BAD;
    cursor: pointer;
}

button:hover {
    background-color: #0179cb;
}

/* Colors */
:root {
    --primary-color: #007BAD;
    --secondary-color: #0179cb;
    --accent-color: #A02F85;
    --light-color: #F2F2F2;
    --dark-color: #262727;
}

.background-primary {
    background-color: var(--primary-color);
    color: var(--light-color);
}

.background-secondary {
    background-color: var(--secondary-color);
    color: var(--light-color);
}

.background-accent {
    background-color: var(--accent-color);
    color: var(--light-color);
}

.background-light {
    background-color: var(--light-color);
    color: var(--dark-color);
}

.background-dark {
    background-color: var(--dark-color);
    color: var(--light-color);
}

/* Drop Shadow */
.drop-shadow {
    box-shadow: 10px 10px 30px rgba(203, 203, 203, 0.4);
}

/* Images */
img {
    max-width: 100%;
    height: auto;
}

/* Layout */
.container {
    padding: 20px;
}

.header {
    background-color: var(--primary-color);
    padding: 20px;
    text-align: center;
}

.header h1 {
    color: #FFFFFF;
}

.footer {
    background-color: var(--dark-color);
    padding: 20px;
    text-align: center;
}

.footer p {
    color: #FFFFFF;
}

.hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}

.hero-text {
    max-width: 50%;
}

.hero-form {
    max-width: 40%;
}

.image-uploads {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

.upload {
    flex: 1;
    max-width: 45%;
}

.upload img {
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Hubspot Form Styles */
.hs-form {
    font-family: 'Albert Sans', sans-serif;
    color: #262727;
}

.hs-form input[type="text"],
.hs-form input[type="email"],
.hs-form input[type="tel"],
.hs-form textarea,
.hs-form select {
    font-family: 'Albert Sans', sans-serif;
    font-size: 14px;
    padding: 10px;
    border: 1px solid #DADADA;
    border-radius: 5px;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 10px;
    text-transform: capitalize; /* Capitalize first letter */
}

.hs-form input[type="text"]:focus,
.hs-form input[type="email"]:focus,
.hs-form input[type="tel"]:focus,
.hs-form textarea:focus,
.hs-form select:focus {
    border-color: #007BAD;
    outline: none;
    box-shadow: 0 0 5px rgba(0, 123, 173, 0.5);
}

.hs-form label {
    font-family: 'Albert Sans', sans-serif;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 5px;
    display: block;
    text-transform: none; /* Ensure sentence case */
}

.hs-form .hs-submit {
    text-align: center;
    margin-top: 20px;
}

.hs-form input[type="submit"] {
    font-family: 'Albert Sans', sans-serif;
    font-weight: 600;
    font-size: 16px;
    padding: 10px 20px;
    border: none;
    border-radius: 50px; /* Pill-shaped */
    color: #FFFFFF;
    background-color: #007BAD;
    cursor: pointer;
}

.hs-form input[type="submit"]:hover {
    background-color: #0179cb;
}

.hs-form .error {
    color: #A02F85;
    font-size: 12px;
    margin-top: 5px;
}

/* Form Container */
.form-container {
    background-color: var(--light-color);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.form-container h2 {
    color: var(--primary-color);
    margin-bottom: 20px;
}

/* These includes are optional, but helpful. */
/* HTML 5 Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */

.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* Responsive Google Maps */

#map_canvas img, .google-maps img {
    max-width: none;
}

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





/* ==========================================================================

   Index:         

  1. BASE STYLES   
    - Variables
    - Macros
    - Base
    - Typography

  2. COS STRUCTURE
    - Structure
    - Header
    - Content
    - Footer

  3. MAIN NAVIGATION
    - Custom Menu Primary
    - Mobile Menu

  4. TEMPLATE MODULE CLASSES
    - Common Template Classes
    - Site Pages
    - Landing Pages
    - System Pages

  5. COS COMPONENTS
    - Blog
    - Forms
    - Buttons

  6. MISCELLANOUS

  7. MOBILE MEDIA QUERIES

   ========================================================================== */








/* ==========================================================================


   1. BASE STYLES                                             


   ========================================================================== */





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


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

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

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

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




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


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

 

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




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


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

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

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

/* Website background color and default font styles */
body {
  background:  #f3f3f2;
  color: #605f53;
  font-family: Work Sans, sans-serif;
  font-size: 14px;
  line-height: 22.4px;
    -webkit-font-smoothing: antialiased;
}
#site-wrapper{
    max-width:1200px;
    margin:0 auto;
     background: #fff none repeat scroll 0 0;
    float:none;
}
/**
 * Page Center
 *
 * Apply .page-center to full-width modules.
 */

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

a { color: #00a9cc; 
  text-decoration: none;
}
a:hover, a:focus { color: #d9531e; }

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

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

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



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


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

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

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

/* Headings */
h1, h2{
    font-family: 'Work Sans';
    margin:8px 0 10px;
}
 h3, h4, h5, h6{
    font-family: 'Work Sans'; 
     margin:8px 0 10px;
 }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h1 {
    color: #605f53;
    font-size: 47px;
    font-weight: normal;
    line-height: 61.1px;
    text-rendering: optimizeLegibility;
}
h2 {
    color: #605f53;
    font-size: 37px;
    font-weight: normal;
    line-height: 48.1px;
    text-rendering: optimizeLegibility;
}
h3 {
    color: #00a9cc;
    font-size: 29px;
    font-weight: normal;
    line-height: 37.7px;
}
h4 {
    color: #00a9cc;
    font-size: 23px;
    font-weight: normal;
    line-height: 29.9px;
}
h5 {
    color: #605f53;
    font-size: 18px;
    font-weight: normal;
    line-height: 23.4px;
}
h6 {
    color: #605f53;
    font-size: 14px;
    font-weight: normal;
    line-height: 18.2px;
}

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

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

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

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








/* ==========================================================================


   2. COS STRUCTURE                                            


   ========================================================================== */





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


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

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




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


.header-container-wrapper {}
.header-container {}

.custom-header-bg{
    
}
.custom-header-top{
    background-color: #9cc5ca;
    padding-top:19px;
    PADDING-BOTTOM: 10PX;
}
.custom-header-top{
   
    }
     .custom-outer-group{
        min-height:211px;
         position: fixed;
    width: 100%;
    z-index: 9999;
    top:-211px;
    }
.custom-header-outer .page-center{
    padding:10!important;
}

.custom-header-top .page-center{
   max-width: 1000px !important;
    padding: 0 5px;
}
.custom-form input[type="text"]{
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    color: rgba(0, 0, 0, 0.75);
    display: block;
    font-size: 24px;
    min-height: 32px;
    margin: 0 0 12px;
    padding: 6px;
    font-family: "Work Sans";
    font-size: 24px;
    transition: all 0.15s linear 0s;
    width: 100%;
    line-height: 38px;
    display: inline-block;
   width: 100%;
}
.custom-form input[type="text"]:focus{
    background: #fafafa none repeat scroll 0 0;
    border-color: #b3b3b3;
}
.custom-form  .hs-form.stacked.hs-custom-form{
    margin: 0 auto;
    position: relative;
    width: 66%;
}
.custom-form button.button.black.expand.postfix.search{
    background: rgba(0, 0, 0, 0.35) none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Work Sans";
    font-size: 28px;
    line-height: 51px;
    padding: 0 21px;
    width:100%;
    text-decoration: none;
    text-transform: none;
   
    transition: background-color 150ms ease-in-out 0s;
}
.custom-form button.button.black.expand.postfix.search:hover{
    background-color: #00a9cc;
    color: #fff;
}
.custom-search-menu h4{
    color:#fff;
    font-family: "Work Sans";
    margin:4px 0 14px;
    font-size: 33px;
  line-height:29.9px;
  }
.custom-search-menu{
    padding: 8px 164px;;
}
.custom-search-menu ul{
    padding:10;
    margin:0;
}
.custom-search-menu ul li{
    list-style:none;
    display:inline-block;
}
.custom-search-menu ul li a{
    background-color: rgba(0, 0, 0, 0.2);
    color: white;
    margin-right: 10px;
    padding: 5px 10px;
}
.custom-search-menu ul li a:hover{
    background-color: rgb(0, 169, 204);
    }
.custom-logo{}
.custom-close a:before{
    content: "^";
    left: 8px;
    color: white;
    font-family: "EvelynSymbols";
    font-size: 160%;
    position: absolute;
    top:5px;
}
.custom-close a{
    padding:18px 32px;
    font-size: 28px;
    background: rgba(0, 0, 0, 0.35) none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Work Sans";
    text-align: center;
    text-decoration: none;
    text-transform: none;
    transition: background-color 150ms ease-in-out 0s;
    width: auto;
    float:right;
    margin-top: -9px;
    line-height: 18px;
    position: relative;
}
.custom-close a:hover{
    background-color: #00a9cc;
    color: #fff;
}
.custom-icon {
    text-align:right;
    padding: 0 9px 0 0;
}
.evelyn-search::before {
    content: "";
    font-family: "EvelynSymbols";
    font-style: normal;
    font-weight: normal;
    cursor: pointer;
    font-size: 18px;
    transition-duration: 0.5s;
    transition-property: color;
    text-decoration: inherit;
}
.custom-header-logo-bg .page-center{
    background:#fff;
    padding-bottom: 29px;
    padding-top: 29px;
    padding-left: 10%;
}
.custom-inner {
    float: none !important;
    margin: 0 auto !important;
    max-width: 1000px !important;
    padding:0 15px;
}
.custom-logo{}
.custom-logo img{
    line-height:96px;
    max-width: 96px;
}
.custom-form form#searchform {
    margin: 0 auto;
    position: relative;
    width: 66.66%;
}

.custom-form .ten.mobile-three.columns{
    width: 83%;
    float: left;
}

.custom-form .two.mobile-one.columns{
    width: 17%;
    float: right;
}
/* Logo styling */
.header-container .hs_cos_wrapper_type_logo {}
.header-container .hs_cos_wrapper_type_logo a {}
.header-container .hs_cos_wrapper_type_logo a img {}




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


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

.body-container .page-center{
 max-width:1000px!important;
 padding:40px 15px;
}
.hs-error-msgs.inputs-list label {
  color: red;
}
.custom-inner-body{
    max-width:1200px!important;
    margin:0 auto!important;
    float:none!Important;
    background:#fff;
}
.custom-banner-body{
    max-width:1200px!important;
    margin:0 auto!important;
    float:none!Important;
    padding:37px 0;
    background-color: #9cc5ca !important;
    
}
.custom-banner .page-center{
    max-width:1000px!important;
      margin:0 auto!important;
    float:none!Important;
}
.custom-banner  h1{
    color: #fff;
    text-rendering: optimizeLegibility;
    line-height: 1.3;
    margin-top: 7.4px;
    margin-bottom: 14px;
    font-size: 37px;
    font-family: "Work Sans";
    }
/* Unique Pages
   ========================================================================== */

/* Homepage */

/* Contact Us */

/* About Us */


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

/* Callouts */

/* Social Media Custom Icons */

/* Additional Menus aside from the Main Nav */




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


.footer-container-wrapper {}
.footer-container {}

.custom-footer-bg{}
.custom-copyright-bg{
    border-top: 1px dashed #ffffff;
    margin-top: 24px;
}
.custom-copyright{}
.custom-copyright p{
    color: #959484;
    font-family: "Work Sans",Work Sans,sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 19.6px;
    margin: 0 0 22px;
    padding: 16px 0 0;
    text-align: center;
}

.custom-footer-menu{}
.custom-footer-menu ul{}
.custom-footer-menu ul li{}
.custom-footer-menu ul li a,.custom-footer-bg h5,.custom-footer-bg h3{
      color: #605f53;
    font-family: "Work Sans";
    font-style: normal;
    font-size: 24px;
    margin:3px 0 8px;
    line-height: 1.3;
}
.custom-footer-menu ul li a:hover,.custom-footer-contact a:hover,.custom-social ul li a:hover{
  color: #d9531e;
  }
.custom-footer-menu ul li ul{}
.custom-footer-menu ul li ul li{}
.custom-footer-menu ul li ul li a{
    font-family:Work Sans,sans-serif;
    font-size:16px;
    font-weight:400;
    color:#605f53;
    line-height:16.8px;
    margin:0 0 6px;
}

.custom-inner-footer{
    float: center !important;
    margin: 0 auto !important;
    max-width: 1000px;
    padding:5px 0px 0;
}
.custom-footer-menu-group{
    padding:0 5px;
}
.custom-footer-contact ul{
    padding:0;
    margin:0 0 8px;
}
.custom-footer-contact ul li{
    list-style:none;
    color: #959484;
    margin:0 0 6px;
    line-height:16.8px;
    font-family: work Sans,sans-serif;
    font-size: 12px;
}
.custom-footer-contact a{
    color: #605f53;
}
.custom-footer-contact p{
    margin:0 0 18px;
    color: #959484;
font-size: 12px;
}
.contactat::after {
  content: "@duarte.com";
}
.icon-facebook {
  background: rgba(0, 0, 0, 0) url("//1619981.fs1.hubspotusercontent-na1.net/hubfs/1619981/Duarte-Nov2015/facebook.png") no-repeat scroll left top;
}
.icon-facebook, .icon-twitter, .icon-linkedin, .icon-youtube {
  min-height: 18px;
  padding-left: 24px;
}
.custom-social ul{
    margin:0;
    padding:0;
}
.custom-social ul li{
    list-style: outside none none;
    margin-bottom:6px;
    color: #959484;
    font-size: 12px;
    vertical-align: bottom;
    }
    .custom-social ul li a{
        color: #605f53;
}
.icon-twitter {
  background: rgba(0, 0, 0, 0) url("//1619981.fs1.hubspotusercontent-na1.net/hubfs/1619981/Duarte-Nov2015/twitter.png") no-repeat scroll left top;
}
.icon-linkedin {
  background: rgba(0, 0, 0, 0) url("//1619981.fs1.hubspotusercontent-na1.net/hubfs/1619981/Duarte-Nov2015/linkedin.png") no-repeat scroll left top;
}
.icon-youtube {
  background: rgba(0, 0, 0, 0) url("//1619981.fs1.hubspotusercontent-na1.net/hubfs/1619981/Duarte-Nov2015/youtube.png") no-repeat scroll left top;
}
.custom-about p{
    margin:0 0 18px 0;
    color: #959484;
    font-size: 12px;
    line-height:19.2px;
    font-family: Work Sans,sans-serif;
}
.custom-footer-form .hs-richtext{
    color: #959484;
    font-size: 12px;
    font-family: Work Sans,sans-serif;
    margin:0 0 18px;
}
.custom-footer-form .hs-form-required{
    display:none;
}
.custom-footer-form input[type="email"] {
    padding: 2px 3px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    color: rgba(0, 0, 0, 0.75);
    display: block;
    line-height:29px;
    min-height: 32px;
    width:100%;
    transition: all 0.15s linear 0s;
    font-family: Work Sans,sans-serif;
}
.custom-footer-form  .input {
    width: 258px;
    float: left;
}
.custom-footer-form .hs_submit {
    width: 130px;
    float: right;
}
.custom-footer-form{
    position:relative;
}
.custom-footer-form input[type="email"]:focus {
    background: #fafafa none repeat scroll 0 0;
    border-color: #b3b3b3;
}
.custom-footer-form .hs-form-field ul.inputs-list {
    list-style: none;
    padding: 0;
    position: absolute;
    top: 92px;
}
.custom-footer-form .hs-button.primary.large{
    background: rgba(0, 0, 0, 0.35) none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Work Sans";
    font-size: 18px;
    font-weight: normal;
    line-height: 18px;
    margin: 0;
    padding: 8px 16px 9px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    transition: background-color 150ms ease-in-out 0s;
       width: 100%;
}
.custom-footer-form .hs-button.primary.large:after{
    content: ">";
    right: 8px;
    top: 4px;
    color: white;
    font-family: "EvelynSymbols";
    font-size: 160%;
    position: absolute
}
.custom-footer-form .hs-button.primary.large:hover{
    background-color: #00a9cc;
    color: #fff;
}
.custom-footer-form .actions {
    width: 130px;
    position: relative;
}
.custom-footer-form .actions:before {
    content: ">";
    top: 8px;
    right: 15px;
    color: white;
    font-family: "EvelynSymbols";
    position: absolute;
    font-size: 160%;
    z-index: 9999;
}

/* ==========================================================================


   3. MAIN NAVIGATION                                            


   ========================================================================== */





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


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{ 
    background:transparent;
    background: transparent none repeat scroll 0 0;
    margin: 0 -11px 0 27px;
    padding: 15px 0 0;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  background:transparent;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  color:#959484;
    padding-bottom: 0px;
    transition-duration: 0.5s;
    transition-property: color;
    color: #959484;
    font-family: Work Sans;
    font-size: 30px;
    font-weight: bold;
    padding: 0 0 0 6px;
    text-transform: none;
    }
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color:#d9531e;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:last-child:after{
    content:none;
}
.custom-menu-primary .hs-menu-wrapper > ul > li:after{
    color: #d2ccb8;
    content: "/";
    padding-left: 0.5em;
    }
/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
  background:transparent;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  color:#959484;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color:#d9531e;
}

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

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




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


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

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

@media (max-width: 767px){


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

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

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

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


  /* 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: 0px;        /*******************************************/
    width: 45px; /* Button width */
    height: auto; /* Button height */      
    padding: 7px 10px 8px 10px;
    background: #ffffff; /* Background color */
    border: 1px solid #000000;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    left:0;
    margin:0 auto!important;
    color: #000000; 
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:#ffffff;
    background-color: #d9531e; 
    border-color: transparent;
  }

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


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

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


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

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

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

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

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative; /**************************************************************/
    top: 0;             /* Positions the menu to drop from the very top of the screen */
    left: 0;          /**************************************************************/
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color:transparent; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }
.custom-menu-primary .hs-menu-wrapper>ul {
    background: transparent none repeat scroll 0 0;
    margin: 0!important;
    padding: 15px 0 0;
}
   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    /* Font size of top level list items */
    line-height: 20px;
    overflow: visible;
    font-family:Work Sans;
    font-size:13px;
    font-weight:700;
  }

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

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

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








/* ==========================================================================


   4. TEMPLATE MODULE SELECTORS                                         


   ========================================================================== */





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

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

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

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

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

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

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

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


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

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

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

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


/* Landing Pages                                           
   ========================================================================== */

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

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

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


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

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

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

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








/* ==========================================================================


   5. COS COMPONENTS                                        


   ========================================================================== */





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


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

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

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

/* Blog Columns Wrapper */
.blog .content-wrapper {}
.hs-blog-listing .custom-blog-link{
    display:none!important;
}
.custom-body {
    overflow: hidden;
     padding:0 15px;
   
}
.custom-post-body {
    overflow: hidden;
    
    width: 75%;
    padding:0 15px;
    float:right !important;
}
.hs-blog-post .custom-tiny-nav-group{
    display:none !important;
}
.section.post-header h1{
    margin-top:8px;
    font-family: 'Work Sans';
    font-size: 37px;
    color: #605f53;
    line-height: 48.1px;
}
.section.post-header h1:hover{
    color: #d9531e;
}
.hs-blog-post  .custom-related h3{
    border-bottom: 1px dashed #ffffff;
    margin:18px 0  0;
    padding-bottom:18px;
}
.custom-date,.post-item.item2 #hubspot-author_data a.author-link{
  color: #605f53;
    font-family: "ApexNew Book";
    font-style: normal;
    font-weight: normal;
    line-height: 1.3;
    display:inline-block;
    font-size: 18px;
    text-rendering: optimizelegibility;
}
.post-item.item2  #hubspot-author_data{
    margin:3px 0 14px;
}
.more-link.link2{
    color: #00a9cc;
}
.post-item.item2{
    padding:37px 0;
    border-bottom:1px dashed #ffffff;
} 
.post-item.item2:first-child {
    border-top: 1px dashed #adac9f;
    margin-top:18px;
}
.blog-pagination a{
    background: rgba(0, 0, 0, 0.35) none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "ApexNew Book Italic";
    font-size: 28px;
    line-height: 18px;
    margin: 0 10px;
    padding: 8px 16px 8px 25px;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    transition: background-color 150ms ease-in-out 0s;
    width: 28%;
}
.blog-pagination a:hover{
    background-color: #00a9cc;
    color: #fff;
}
.top{
    position:relative;
}
.top:before{
    content: "^";
    left: 8px;
    top: 9;
    color: white;
    font-family: "EvelynSymbols";
    font-size: 160%;
    position: absolute;
}
  .blog-pagination a.previous-posts-link::before {
    content: "<";
    left: 8px;
    top: 9px;
    color: white;
    font-family: "EvelynSymbols";
    font-size: 160%;
    position: absolute;
}
.blog-pagination a.previous-posts-link{
    position:relative;
  }
/* Blog Content Column
   ========================================================================== */

.blog .blog-content {}

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

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

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

/* Blog Post Title */
.post-header h2 {
    margin:7px 0 14px;
    font-size: 37px;
    font-family: "ApexNew Light";
}
.post-item.item1 .post-header h2 {
    font-size: 37px;
    margin:8px 0 14px;
    line-height:48.1px;
    font-family: "ApexNew Light";
}
.post-item.item1 .post-header h2 a{
    color: #605f53;
    font-weight: normal;
    text-rendering: optimizelegibility;
 }
.post-item.item1 .post-header h2 a:hover{
    color: #d9531e;
  }
.post-header h2 a {}
.post-item.item2 .post-header h2 a {
   color: #605f53;
    font-weight: normal;
    line-height: 1.3;
    text-rendering: optimizelegibility;
}
.post-item.item1 .hs-featured-image-wrapper , .blog-pagination2{
    display:none!Important;
}
.post-item.item1 .blog-pagination a{
    display:none!Important;
}
.post-item.item1 {
    border-bottom: 1px dashed #ffffff;
    padding: 37px 0;
}
.custom-item1-body{
    width: 75%;
    float: right;
    padding: 0 15px;
}
.related-title a{
    font-family:"ApexNew Book";
    font-size:18px;
    font-weight:400;
    color:rgb(96, 95,83);
    text-decoration:none;
    line-height:21.6px;
}
.custom-related-date{
    margin-bottom:18px;
    font-style: italic;
    line-height: inherit;
}
.related-title a:hover{
      color: #d9531e;
}
.custom-sidebar{
    width: 25%;
    padding:0 15px;
    float: right;
}
.custom-auth-img a{
    color: #605f53;
    font-family:"ApexNew Book";
    font-size:18px;
    font-weight:400;
    line-height:23.4px;
}
.custom-auth-img a:hover,.custom-topic1 a:hover{
    color: #d9531e;
 }
.custom-auth-img {
    display: block;
    margin: 10px 0 14px;
}
.custom-topic1{
    margin-bottom: 18px;
    font-family: Work Sans,sans-serif;
    font-size: 14px;
    font-weight: normal;
 }
.custom-topic1 a{
    color: #00a9cc;
}
.custom-related{
    border-top:1px  dashed #adac9f;
    margin: 18px 0 0;
    padding:18px 0 0;
}
.custom-related h3{
    font-size: 23px;
    color: #605f53;
    font-family: "ApexNew Book";
    font-style: normal;
    font-weight: normal;
    line-height: 1.3;
    margin-bottom: 14px;
    margin-top:4px;
    text-rendering: optimizelegibility;
}
.hs-blog-listing .custom-blog-link-group,.hs-blog-listing  .custom-post-pagination{
    display:none!important;
}
.hs-blog-post .custom-blog-link-group{
    display:block!important;
    margin:37px 0;
}
.hs-blog-post .custom-post-pagination{
    display:block!important;
}
.custom-blog-link a{
    font-family: "ApexNew Book Italic";
    font-weight: normal;
    color: #fff;
    text-transform: none;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    background-color: #a5a5a5;
    background: rgba(0,0,0,0.35);
    cursor: pointer;
    display: inline-block;
    margin: 0;
    position: relative;
    -webkit-transition: background-color 150ms ease-in-out;
    -moz-transition: background-color 150ms ease-in-out;
    -o-transition: background-color 150ms ease-in-out;
    transition: background-color 150ms ease-in-out;
    padding:8px 32.4px;
    font-size: 18px;
}
.section.post-header h1{
    margin-top:-8px;
}
.custom-tiny-nav-group {
    margin: 37px 0;
}
.custom-blog-link a:hover{
    background-color: #00a9cc;
    color: #fff;
}
.custom-blog-link a:before{
    content: "<";
    top: 4px;
    color: white;
    font-family: "EvelynSymbols";
    position: absolute;
    font-size: 160%;
    left: 8px;
    }
.custom-previous {
    display: inline-block;
    position: relative;
}
.custom-post-pagination a:hover{
    background-color: #00a9cc;
    color: #fff;
    }
.custom-previous a{
    font-family: "ApexNew Book Italic";
    font-weight: normal;
    font-size: 28px;
    color: #fff;
    text-transform: none;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    background-color: #a5a5a5;
    background: rgba(0,0,0,0.35);
    border: none;
    padding: 8px 16px 9px;
    width: auto;
    cursor: pointer;
    padding-left: 25px;
    width:33%;
    -webkit-transition: background-color 150ms ease-in-out;
    -moz-transition: background-color 150ms ease-in-out;
    -o-transition: background-color 150ms ease-in-out;
    transition: background-color 150ms ease-in-out;
}
.custom-previous:before{
    content: "<";
    top: 8px;
    left: 8px;
    color: white;
    font-family: "EvelynSymbols";
    position: absolute;
    font-size: 32px;
}
.custom-next ,.custom-previous{
    display: inline-block;
    position:relative;
}
.custom-post-pagination{
    margin:37px 0;
}
.custom-next:before{
    content: ">";
    top: 8px;
    right: 8px;
    color: white;
    font-family: "EvelynSymbols";
    position: absolute;
    font-size: 32px;
    }
.custom-post-pagination a{
    background: rgba(0,0,0,0.35) none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "ApexNew Book Italic";
    font-size: 18px;
    line-height: 18px;
    margin: 0 10px;
    padding: 8px 16px 8px 25px;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    transition: background-color 150ms ease-in-out 0s;
    width: 28%;
    }
/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {}
.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-height: 170px;
  max-width: 210px;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: right;
  margin: 20px 0 20px 20px;
}
.post-item.item2 .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
    width: 25%!important;
    float:left!important;
    margin:0!important;
    padding: 0 15px!important;
}
/* Read More Link */
a.more-link {}
a.more-link:hover {
    color: #d9531e;
}
/* Blog Topics List */
#hubspot-topic_data {}
#hubspot-topic_data a.topic-link {}

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

.hs-blog-social-share {
  padding: 10px 0 0 0;
  border-top: 0px solid #cccccc;
  border-bottom: 0px solid #ffffff;
  height: auto;
}
.custom-author {
    position:relative;
}
.custom-all{
    background-color: #a5a5a5;
    background: rgba(0,0,0,0.35);
    position: relative;
    display:block;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    font-family: "ApexNew Book Italic";
    padding:8px 40px 8px 16px ;
}
.custom-all:before{
    content: "v";
    top: 9px;
    color: white;
    font-family: "EvelynSymbols";
    position: absolute;
    font-size: 31px;
    right: 8px;
}
.custom-tiny-nav-group h3{
    color: #605f53;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-family: "Work Sans",Work Sans,sans-serif;
    font-weight: 500;
    margin: 0 0 3px;
    line-height:14px;
}
.custom-topics ul,.custom-author ul,.custom-month ul{
    background-color: rgba(0, 0, 0, 0.7);
    border: medium none;
    box-sizing: content-box;
    display: none;
    left: -1px;
    list-style: outside none none;
    margin: 0;
    min-width: 100%;
    padding: 0;
    position: absolute;
    z-index: 40;
    }
.custom-topics ul li,.custom-author ul li,.custom-month ul li{
    list-style:none;
}
.custom-all:hover{
    background-color: #00a9cc;
    color: #fff;
}
.custom-topics,.custom-month,.custom-author {
    position: relative;
}
 .custom-topics ul li:hover,.custom-author ul li:hover,.custom-month ul li:hover{
    background-color: #000;
    }
.custom-topics ul li a,.custom-author ul li a,.custom-month ul li a{
    font-size: 18px;
    font-family: "ApexNew Book Italic";
    color: white;
    display: block;
    font-weight: normal;
    padding: 6px 14px;
    text-align: left;
    }
/** 
 * Blog Commments 
 *
 * Custom styles are listed below, as the COS does not provide default styles.
 */

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

/* Pagination */
.blog-pagination {
    padding:37px 0;
}
.blog-pagination a {}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

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

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

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

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


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

.blog .blog-sidebar {}

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




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


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

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

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

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

/* One Line Inputs */
.body-container input[type="text"],
.body-container input[type="password"], 
.body-container input[type="datetime"], 
.body-container input[type="datetime-local"], 
.body-container input[type="date"], 
.body-container input[type="month"], 
.body-container input[type="time"], 
.body-container input[type="week"], 
.body-container input[type="number"], 
.body-container input[type="email"], 
.body-container input[type="url"], 
.body-container input[type="search"], 
.body-container input[type="tel"], 
.body-container input[type="color"],
.body-container input[type="file"],
.body-container textarea,
.body-container select {
  width: 100%;
  font-family: Work Sans, sans-serif;
  font-size: 14px;
  width: 100%;
   background-color: #ffffff;
   border: 1px solid #cccccc;
   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
   -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
   -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
   -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
   -o-transition: border linear 0.2s, box-shadow linear 0.2s;
   transition: border linear 0.2s, box-shadow linear 0.2s;
   padding: 4px 6px;
   font-size: 14px;
   line-height: 20px;
   color: #555555;
   display: block;
   margin:10px 0;
   vertical-align: middle;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   max-width:500px;
}

.body-container input[type="text"]:focus,
.body-container input[type="password"]:focus, 
.body-container input[type="datetime"]:focus, 
.body-container input[type="datetime-local"]:focus, 
.body-container input[type="date"]:focus, 
.body-container input[type="month"]:focus, 
.body-container input[type="time"]:focus, 
.body-container input[type="week"]:focus, 
.body-container input[type="number"]:focus, 
.body-container input[type="email"]:focus, 
.body-container input[type="url"]:focus, 
.body-container input[type="search"]:focus, 
.body-container input[type="tel"]:focus, 
.body-container input[type="color"]:focus,
.body-container input[type="file"]:focus,
.body-container textarea:focus,
.body-container select:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted \9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

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

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

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

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

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

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


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

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

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

/* Labels */
.hs_cos_wrapper_type_form label {
	font-size: 14px;
  color: #919092;
}
.hs_cos_wrapper_type_form .hs-form-field > label {}

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

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

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

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

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

@media(max-width:767px) {
.widget-type-form .hs-form .form-columns-1 .hs-form-radio span, .widget-type-form .hs-form .form-columns-2 .hs-form-radio span, .widget-type-form .hs-form .form-columns-3 .hs-form-radio span, .hbspt-form .hs-form .form-columns-1 .hs-form-radio span, .hbspt-form .hs-form .form-columns-2 .hs-form-radio span, .hbspt-form .hs-form .form-columns-3 .hs-form-radio span, .widget-type-form .hs-form .form-columns-1 .hs-form-checkbox span, .widget-type-form .hs-form .form-columns-2 .hs-form-checkbox span, .widget-type-form .hs-form .form-columns-3 .hs-form-checkbox span, .widget-type-form .hs-form .form-columns-1 .hs-form-booleancheckbox span, .widget-type-form .hs-form .form-columns-2 .hs-form-booleancheckbox span, .widget-type-form .hs-form .form-columns-3 .hs-form-booleancheckbox span, .hbspt-form .hs-form .form-columns-1 .hs-form-checkbox span, .hbspt-form .hs-form .form-columns-2 .hs-form-checkbox span, .hbspt-form .hs-form .form-columns-3 .hs-form-checkbox span, .hbspt-form .hs-form .form-columns-1 .hs-form-booleancheckbox span, .hbspt-form .hs-form .form-columns-2 .hs-form-booleancheckbox span, .hbspt-form .hs-form .form-columns-3 .hs-form-booleancheckbox span {
 	font-size: 14px !important; 
  margin-left: 0 !important;
}
}

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

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

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

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

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

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


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

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

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

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


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

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

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


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

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

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

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

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

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




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


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

.body-container .hs-button.primary,
.body-container input[type="submit"],
.body-container input[type="button"] {
  cursor: pointer;
  -webkit-appearance: none;
  font-family: Work Sans, sans-serif;
  font-size: 14px;
  text-decoration: none !important;
  cursor: pointer;
   display: inline-block;
   padding: 4px 12px;
   margin-bottom: 20px !important;
   font-size: 14px;
   line-height: 20px;
   color: #333333;
   text-align: center;
   text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
   vertical-align: middle;
   cursor: pointer;
   background-color: #f5f5f5;
   background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
   background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
   background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
   background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
   background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
   background-repeat: repeat-x;
   border: 1px solid #cccccc;
   border-color: #e6e6e6 #e6e6e6 #bfbfbf;
   border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
   border-bottom-color: #ffffff;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
   filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
   -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
   -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
   box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}


.body-container .hs-button.primary:hover,
.body-container input[type="submit"]:hover,
.body-container input[type="button"]:hover {
     text-decoration: none;
    background-color: #e6e6e6;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
}

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


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

.hs_cos_wrapper_type_form .hs-button.primary.large {
	font-size: 24px;
  padding: 10px 20px !important;
}
.hs_cos_wrapper_type_form .hs-button.primary.large:hover {}
.hs_cos_wrapper_type_form .hs-button.primary.large:focus {}


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


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


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


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

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








/* ==========================================================================


   6. MISCELLANOUS                                        


   ========================================================================== */





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


.custom-button, #consultation-form .hs-button {
    font-size: 28px;
    padding: 8px 16px;
}

.custom-button, #consultation-form .hs-button {
    font-family: "Work Sans";
    font-weight: normal;
    font-size: 27px;
    color: #fff;
    text-transform: none;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    background-color: #a5a5a5;
    background: rgba(0,0,0,0.35);
    border: none;
    padding: 8px 16px 9px;
    width: auto;
    cursor: pointer;
    display: inline-block;
    margin: 0;
    position: relative;
    -webkit-transition: background-color 150ms ease-in-out;
    -moz-transition: background-color 150ms ease-in-out;
    -o-transition: background-color 150ms ease-in-out;
    transition: background-color 150ms ease-in-out;
}

.next.custom-button, #consultation-form .hs-button {
    padding-left: 1.8em;
    padding-right: 1.8em;
}

.next.custom-button:before, #consultation-form .hs-button:before {
    content: ">";
    top: 4px;
    right: 8px;
}

.custom-button:before, #consultation-form .hs-button:before {
    color: white;
    font-family: "EvelynSymbols";
    position: absolute;
    font-size: 160%;
}

#consultation-form .hs-button {
    text-shadow: none;
    border-radius: 0;
}


#consultation-form .hs-form li .hs-input {
width: auto;
}



/* ==========================================================================


   7. MOBILE MEDIA QUERIES                              


   ========================================================================== */



   

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

@media (max-width: 1200px) {}
@media (max-width: 1005px) {
.custom-menu-primary .hs-menu-wrapper > ul {
    background: transparent none repeat scroll 0 0;
    margin: 0 0 0 -17px;
    padding: 15px 0 0;
}
}
@media (max-width: 1001px) {
.custom-header-top {
    background-color: #9cc5ca;

}

.custom-form button.button.black.expand.postfix.search{
    white-space: nowrap;
}
}
@media (max-width: 1015px) {
.custom-footer-form form{
    display: inline-block;
    width: 94%;
}
.custom-footer-form .input {
    width: 63.6%;
    float: left;
}
.custom-footer-form .actions {
    width: 36%;
    float: right;
}
.custom-footer-form .hs_submit {
    width: auto;
    float: none;
}
.custom-search-menu ul li {
    list-style: none;
    display: inline-block;
    margin-bottom: 6px;
}
.custom-form .two.mobile-one.columns {
    width: 19%;
    float: right;
}
.custom-form .ten.mobile-three.columns {
    width: 81%;
    float: left;
}
}
@media (max-width: 935px){
.custom-search-menu {
    padding: 8px 17%;
}
.custom-search-menu ul li {
    list-style: none;
    display: inline-block;
   
}
}
@media (max-width: 954px)and(min-width:768px) {
.custom-menu-primary .hs-menu-wrapper > ul {
  background: transparent none repeat scroll 0 0;
  margin: 0 -30px 0 -126px;
  padding: 15px 0 0;
}}
@media (max-width: 981px) {

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

@media (max-width: 767px) {
.custom-form .hs-form.stacked.hs-custom-form {
    margin: 0 auto;
    position: relative;
    width: 100% !important;
    }
.custom-form .hs-button.primary.large {
    padding: 0 57px;
    position: absolute;
    right: 6px;
    text-decoration: none;
    text-transform: none;
    top: 0;
    transition: background-color 150ms ease-in-out 0s;
}
.custom-header-top {
     padding-bottom: 5px;
}
.custom-form form#searchform {
    margin: 0 auto;
    position: relative;
    width: 100%;
}
.custom-search-menu h4 {
    color: #fff;
    font-family: "ApexNew Book";
    font-size: 21px;
    margin: 4px 0 9px;
}
.custom-outer-group{
    width:100%!important;
}
.custom-header-logo-bg .page-center {
  
  padding-top: 0;
}
.custom-logo {
    text-align: center;
}
.custom-logo img {
  transform: scale(0.75, 0.75);
}
.custom-inner{
    position:relative;
}
.evelyn-search::before {
    content: "";
    cursor: pointer;
    font-family: "EvelynSymbols";
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    position: absolute;
    right: 63px;
    text-decoration: inherit;
    top: 12px;
    transition-duration: 0.5s;
    transition-property: color;
}
.custom-search-menu {
  padding: 8px 0;
}
.body-container input[type="text"],
.body-container input[type="password"], 
.body-container input[type="datetime"], 
.body-container input[type="datetime-local"], 
.body-container input[type="date"], 
.body-container input[type="month"], 
.body-container input[type="time"], 
.body-container input[type="week"], 
.body-container input[type="number"], 
.body-container input[type="email"], 
.body-container input[type="url"], 
.body-container input[type="search"], 
.body-container input[type="tel"], 
.body-container input[type="color"],
.body-container input[type="file"],
.body-container textarea,
.body-container select {
    max-width:100%;
}
.custom-search-menu ul li a{
 display:block;
    margin-bottom:10px;
}
.custom-author img {
    max-height: 220px;
}
.custom-post-body {
    overflow: hidden;
    width: 100%;
    padding: 0;
    float: none!important;
}
.custom-item1-body {
    width: 100%;
    float: none;
    padding: 0;
}
.custom-sidebar {
    width: 100%;
    padding: 0;
    float: none;
}
.custom-post-pagination a,.blog-pagination a {
   
    margin: 0 0px 3px;
    
    width: 100%;
}
.post-item.item2 .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image {
    width: 100%!important;
    float: none!important;
    margin: 0 0 14px 0!important;
    padding: 0!important;
    max-width: 100%;
}
.custom-body {
    overflow: hidden;
    padding: 0;
}
}
     

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

@media (max-width: 477px) {
    .custom-form .ten.mobile-three.columns {
    width: 66%;
    float: left;
}
.custom-form .two.mobile-one.columns {
    width: 34%;
    float: right;
}
}
@media (max-width: 409px) {
.custom-form input[type="text"]{
        font-size: 14px;
}
}


/* Fidelity ABM template
   =========================================================================== */
    
.fitvid-mobile-show {display: none !important;}
   
@media screen and (max-width:768px) {
    
.o1-content-full {
            order: 1;
        -webkit-order: 1;
        -moz-order: 1;
        -ms-order: 1;
        width: 100% !important;
        padding: 0 0 0 100px;
    }
.o2-content-full {
        order: 2;
        -webkit-order: 2;
        -moz-order: 2;
        -ms-order: 2;
        width: 100% !important;
    }

.fidelity-body, .fidelity-title {padding: 0px 55px 0px 29px !important;}
.fitvid-mobile-hide {display: none !important;}
.fitvid-mobile-show {display: block !important;}

}
   
@media screen and (max-width:748px) {

.stack-row > .row-fluid-wrapper > .row-fluid{
  display: -webkit-box;   
    display: -moz-box;      
    display: -ms-flexbox;   
    display: -webkit-flex;  
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.o2-content{
        order: 2;
        -webkit-order: 2;
        -moz-order: 2;
        -ms-order: 2;
        width: 100% !important;
    }
.o1-content {
        order: 1;
        -webkit-order: 1;
        -moz-order: 1;
        -ms-order: 1;
        width: 100%;
        padding: 0 0 0 100px;
    }    
    
.fidelity-body, .fidelity-title {padding: 0px 55px 0px 29px !important;}
.fitvid-mobile-hide {display: none !important;}
.fitvid-mobile-show {display: block !important;}

}

/* Hero Banner template
   =========================================================================== */



@media (max-width:800px) {
 .no-mobile-pad .hs_cos_wrapper p:first-child {
   margin-top: 0 !important;
  }
}

.introduction-text {
    font-size: 24px;
    line-height: 35px;
    letter-spacing: 0.1px;
}
.introduction-text em {
    margin: 0;
    display: block
}
@media (min-width: 1025px) {
    .introduction-text {
        font-size: 24px;
        line-height: 35px;
    }
}
@media (max-width: 1024px) {
    .introduction-text {
        font-size: 26px;
        line-height: 41px
    }
}
@media (max-width: 767px) {
    .introduction-text {
        font-size: 28px;
        line-height: 30px;
      margin-bottom: 10px;
    }
}
.introduction-ctas {
    margin-top: 2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
}
.introduction-ctas {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}
@media (max-width: 767px) {
    .introduction-ctas {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.introduction-ctas a.introduction-cta {
    margin: 0rem 0rem 10px;
    font-size: 24px;
    white-space: nowrap;
    padding: 10px 20px !important;
  	display: inline-block;
  margin-right: 15px;
  min-width: 200px;
}
.introduction-ctas a.introduction-cta + a.introduction-cta{
    margin-right:0px;
}
@media (max-width: 400px) {
  	.introduction-ctas {
   			width: 100%;   
  	}
    .introduction-ctas a.introduction-cta {
        margin-right:0;
      	display: block;
      width: 100%;
    }
}

.introduction-ctas a.introduction-cta:first-of-type {
    margin-left: 0
}
@media (max-width: 400px) {
    .introduction-section .max-width .introduction-ctas a.introduction-cta {
        margin: 0 0 3.0rem
    }
}
.intro-address {
    font-weight: bold;
    font-size: 3.2rem;
    line-height: 4.0rem;
    margin-bottom: 6.0rem;
    display: block
}

@media (max-width: 767px) {
  .wood-bg {
		padding-top: 25px !important;
    padding-bottom: 50px !important;
  }
 	.wood-bg .box {
   	margin-top: 25px;
  }
}


.alternating-simple-section .row-fluid {
  display: flex;
}
.alternating-simple-section .row-fluid [class*="span"] {
  width: 100% !important;
}
.alternating-simple-section .row-fluid .max-width {
 	padding: 0; 
}
.alternating-section-image {
 	position: relative;
}
.alternating-section-image .widget-span {
 	position: absolute;
  top: 0;
  bottom: 0;
}
.alternating-section-image > div, .alternating-section-image > div > div, .alternating-section-image > div > div > div  {
 	position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.alternating-section-image img {
 	width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.alternating-simple-section.bg {
 	position: relative; 
}
.alternating-simple-section.bg:before {
  content: '';
  position: absolute;
  right: 0;
  width: 85vw;
  top: -8rem;
  bottom: -8rem;
  background: #f2f2f2;
  z-index: 0;
}
@media (max-width:767px) {
 	 .alternating-simple-section.bg:before {
   	display: none;  
  }
}
.alternating-simple-section.bg-left:before {
 	right: auto;
  left: 0;
}
.alternating-simple-section.bg-tall:before {
 	top: -20rem;
}


.subscribe-section {
 	overflow: hidden; 
}
@media (max-width: 1440px) {
  .subscribe-section .subscribe-headline {
		padding-bottom: 6.0rem !important;
  }
}
.case-study-boxes .row-fluid {
 	display: flex; 
}
@media (max-width: 767px) {
 	 .case-study-boxes .row-fluid {
   		display: block;  
  }
  .case-study-box {
    margin-bottom: 3rem;
  }
}
.case-study-box {
 	background: #fff; 
  text-align: left;
  display: flex !important;
  flex-flow: column;
}
.case-study-box > div:last-child {
  margin-top: auto;
}
.case-study-box .introduction-section {
 	padding: 5rem 3rem !important; 
}
.case-study-box .button {
   	font-size: 14px;
    white-space: nowrap;
    padding: 10px 20px !important;
  }
@media (max-width: 1024px) {
 	.case-study-box .introduction-section .max-width .introduction-text {
  	font-size: 18px;
    line-height: 30px;
  }
  .case-study-box .button {
    padding: 10px 0 !important;
    width: 100%;
  }
}
@media (max-width:767px) {
  .case-study-box img, .case-study-box a {
    width: 100% !important;
  }
}
@media (max-width:767px) {
  .case-study-box .button {
      width: 100%;
      font-size: 14px !important;
    white-space: nowrap;
    padding: 10px 20px !important;
  }
}

.testimonial-block h3 {
    padding-top: 35px;
    padding-bottom: 20px; 
}
.testimonial-block hr {
 		border-top: 1px solid #c2c1c3;
  	margin-top: 3rem;
    margin-bottom: 5rem;
}

.contact-form-section .max-width .contact-form-wrap {
 	margin-top: 0 !important; 
}
.contact-form-content-wrap {
  overflow: hidden;
}
.contact-form-embed-wrap .widget-type-form {
 	background: none;
  padding: 0;
  margin: 0;
}
.contact-form-wrap .row-fluid {
 	display: flex; 
}
@media (max-width: 1024px) {
 	 .contact-form-wrap .row-fluid {
      display: block; 
   }
}
.contact-form-wrap .row-fluid .span6 {
 	width: 100%;
}
.contact-form-section .max-width .contact-form-wrap .contact-form-embed-wrap .hbspt-form form .input .hs-input {
 	    border-radius: 0;
    box-shadow: none; 
}

.landing-page .body-container.container-fluid {
 	padding: 0; 
}

.landing-page .widget-type-form .hs-form input, 
.landing-page .hbspt-form .hs-form input,
.landing-page .widget-type-form .hs-form select, 
.landing-page .hbspt-form .hs-form select,
.landing-page .widget-type-form .hs-form textarea, 
.landing-page .hbspt-form .hs-form textarea{
 	margin-bottom: 10px; 
}
.landing-page .widget-type-form .hs-form fieldset, 
.landing-page .hbspt-form .hs-form fieldset {
 	padding-bottom: 0; 
}
.landing-page .contact-form-section .legal-consent-container {
 	margin-top: 10px !important; 
  display: inline-block;
}
.landing-page .legal-consent-container .hs-field-desc.checkbox-desc {
    margin-left: 0 !important;
/*     padding-left: 2px; */
  padding-left: 0;
}

.landing-page .legal-consent-container .hs-field-desc.checkbox-desc p {
  display: inline-block;  
  font-size: 14px !important;
  	line-height: 20px;
}

.landing-page .our-clients-section {
 	margin-bottom: 0; 
}
.landing-page .our-clients-section .max-width .our-clients-wrap .our-clients-image-wrap .our-clients-image {
 	filter: none;
  opacity: 1;
  cursor: default;
}
@media (min-width: 1025px) {
 	 .landing-page .our-clients-section .max-width .our-clients-wrap .our-clients-image-wrap .our-clients-image {
      background-size: 90%;
    }
}
@media (max-width: 767px) {
 	 .landing-page .our-clients-section .max-width .our-clients-wrap .our-clients-image-wrap .our-clients-image {
      background-size: 70%;
    }
}
@media (max-width: 1024px) {
  .landing-page .our-clients-section .max-width .our-clients-wrap {
		padding-top: 20px;
  }
.landing-page .our-clients-section .max-width .our-clients-wrap .our-clients-image-wrap {
    flex: 1 1 50%;
  padding: 1.8rem;
  }
}
.landing-page .our-clients-section .max-width .our-clients-wrap.actual-images .our-clients-image-wrap {
    align-items: center;
    display: flex;
    justify-content: center;
}
.landing-page .our-clients-section .max-width .our-clients-wrap.actual-images .our-clients-image-wrap img {
    width: 100%;
}
.site-footer .social-links {
/*  	display: none;  */
}
.site-footer .footer-nav ul.menu {
 	padding-left: 100px !important; 
  align-items: center;
}
.site-footer .footer-nav ul, .site-footer .footer-nav li {
 	margin-left: 0 !important;
  margin-right: 0 !important;
  padding: 0 !important;
}
.site-footer .footer-nav ul li ul li {
 		font-weight: 400 !important;
    font-size: 1.6rem !important;
    text-transform: none; 
  	line-height: 2rem;
}
@media (max-width: 767px) {
  .landing-page .site-header .site-header-content-wrap .site-header-title-wrap {
		height: 30px !important;
  }
  .landing-page .site-header .site-header-content-wrap .site-header-title-wrap h1 {
		line-height: 35px !important;
    font-size: 30px !important;
  }
}
@media (max-width: 767px) {
  .why-section .why-section-content-wrap .why-section-stats-wrap .why-section-stat .why-section-stat-number,
  .why-section .why-section-content-wrap .why-section-stats-wrap .why-section-stat .why-section-stat-number span  {
      font-size: 38px !important;
    line-height: 115px !important;
  }
  .why-section .why-section-content-wrap .why-section-stats-wrap .why-section-stat.offset-stat .why-section-stat-number,
  .why-section .why-section-content-wrap .why-section-stats-wrap .why-section-stat.offset-stat .why-section-stat-number span  {
      font-size: 38px !important;
    line-height: 60px !important;
  }
  .why-section .why-section-content-wrap .why-section-stats-wrap .why-section-stat .why-section-stat-copy {
   		margin-bottom: 3rem !important; 
  }
  
}


div:focus {
 	outline: none; 
}
.site-header .site-header-content-wrap .site-header-nav-wrap .main-navigation .menu-main-menu-container ul.menu li.menu-item a {
 	white-space: nowrap; 
}

.landing-page .hs_cos_gallery_main, .landing-page .hs_cos_gallery_thumbnails, .landing-page .hs_cos_gallery_lightbox {
 	padding: 0 60px; 
}
.landing-page #hs_cos_gallery_Gallery .slick-slider {
 	padding: 0; 
}
.landing-page #hs_cos_gallery_Gallery .slick-initialized .slick-slide > div:first-child {
  display: flex;
  flex-wrap: wrap;
  height: 52vw;
}
@media (max-width:964px) {
  .landing-page #hs_cos_gallery_Gallery .slick-initialized .slick-slide > div:first-child {
    height: auto;
  }
}
.landing-page #hs_cos_gallery_Gallery .hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide {
  width: 33.33% !important;
  height: 33.33% !important;
  height: 200px;
  border: 1px solid #c2c1c3;
  background-color: #303030;
  margin: 0;
  display: flex !important;
  align-items: center;
  flex: 1 1 33.33%;
}
@media (max-width:964px) {
  .landing-page #hs_cos_gallery_Gallery .hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide {
    flex: 1 1 100%;
    height: calc(100vw * .5) !important;
    width: 100% !important;
  }
}
.landing-page #hs_cos_gallery_Gallery .hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide .slick-slide-inner-wrapper {
 	left: 0; 
  width: 100%;
  height: 100% !important;
}
.landing-page #hs_cos_gallery_Gallery .hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide .slick-slide-inner-wrapper img {
 	width: 100%;
  object-fit: cover;
  opacity: 0.8;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.landing-page #hs_cos_gallery_Gallery .hs_cos_gallery_lightbox_thumbnails .hs_cos_gallery_slide .slick-slide-inner-wrapper:hover img {
 	-webkit-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 1;
	-webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.landing-page .slick-arrow, .landing-page .slick-arrow:hover, .landing-page .slick-arrow:focus {
    width: 45px;
    height: 75px;
    margin-top: 0px;
    background-size: 45px 75px;
}
@media (max-width: 1024px) {
  .landing-page .slick-arrow, .landing-page .slick-arrow:hover, .landing-page .slick-arrow:focus {
		width: 25px;
    height: 45px;
    background-size: 25px 45px;
    margin-top: -40px;
	}
}
.landing-page .slick-arrow:before {
  display: none;
}
.landing-page .slick-next, .landing-page .slick-next:hover, .landing-page .slick-next:focus {
 	background-image: url('https://duarte.com/wp-content/uploads/duarte-arrow-right-white.png'); 
  right: 20px;
}
.landing-page .slick-prev, .landing-page .slick-prev:hover, .landing-page .slick-prev:focus {
 	background-image: url('https://duarte.com/wp-content/uploads/duarte-arrow-left-white.png'); 
  left: 20px;
}
.landing-page .vex-content.hs-gallery .vex-close {
 	right: 25px; 
}


.landing-page .site-footer {
 	padding: 4rem 20px; 
}
@media (max-width: 767px) {
  .landing-page h3 {
     font-size: 22px;
     line-height: 24px;
  }
  .landing-page .alternating-simple-section .max-width .alternating-text-align p.alternating-section-copy {
      font-size: 18px;
     line-height: 22px;
  }
}

.landing-page form.hs-form .hs-form-field ul.inputs-list li {
 	padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.landing-page form.hs-form .legal-consent-container .hs-form-field ul.inputs-list li {
 	padding-bottom: 1rem;
  padding-left: 5px;
  line-height: 2.0rem;
}

.landing-page form.hs-form .legal-consent-container .hs-form-field ul.inputs-list li label {
 	display: inline-flex;
  align-items: flex-start;
  width: auto;
  margin: 0;
  padding: 0;
  text-align: left;
}

.landing-page form.hs-form .legal-consent-container .hs-form-field ul.inputs-list li label input {
 	height: auto !important;
  width: auto !important;
  margin: 0 !important;
}

.landing-page form.hs-form .legal-consent-container .hs-form-field ul.inputs-list li label > span {
 	padding-left: 0px;
  margin-top: -5px; 
  color: #919092;
  font-weight: 400;
  line-height: 20px;
}
.landing-page form.hs-form .legal-consent-container .hs-form-field ul.inputs-list li label > span > span {
 	font-size: 12px;
  line-height: 20px;
}



.landing-page .card-repeater-house .row-fluid {
  display: flex;
}
@media (max-width: 900px) {
 	 .landing-page .card-repeater-house .row-fluid {
      display: block;
    }
}
.landing-page .card-repeater-house .row-fluid .card-repeater-card .span4 {
 	width: 100% !important; 
}
.landing-page .card-repeater-house .row-fluid .card-repeater-card .card-image img {
 	margin-bottom: 3rem; 
}
@media (max-width: 767px) {
  .landing-page .card-repeater-house .row-fluid .card-repeater-card {
   	margin-bottom: 3rem !important; 
  }
 	.landing-page .card-repeater-house .row-fluid .card-repeater-card h4,
  .landing-page .card-repeater-house .row-fluid .card-repeater-card .card-copy ,
  .landing-page .card-repeater-house .row-fluid .card-repeater-card .card-link {
   	 font-size: 18px !important;
    line-height: 22px;
  }
  .landing-page .card-repeater-house .row-fluid .card-repeater-card h4 {
  	font-size: 20px !important;
  }
}
.landing-page .card-repeater-house .row-fluid .card-repeater-card p {
 	margin-bottom: 1.5rem; 
}

.split-colored-boxes .row-fluid {
  display: flex;
}
@media (max-width:767px) {
 	 .split-colored-boxes .row-fluid {
      display: block;
    }
}
.split-colored-boxes .colored-box {
 	padding: 4rem;
  display: flex;
  flex-direction: column;
  width: 100% !important;
  margin: 0 !important;
}
.split-colored-boxes .colored-box .row-fluid-wrapper:last-child {
 	margin-top: auto; 
}
.split-colored-boxes .colored-box.blue {
  background: #A8D7CE;
}
.split-colored-boxes .colored-box.green {
  background: #90BD49;
}
.split-colored-boxes .colored-box h3 {
  font-size: 3.6rem;
  font-family: "work sans", serif;
  font-weight: 600;
  font-style: italic;
  color: #fff !important;
  text-transform: none;
}
.split-colored-boxes .colored-box p {
  color: #fff;
  padding-bottom: 4rem;
}
.split-colored-boxes .colored-box .line-head:before {
  border-top: 1px solid #ffffff;
  height: 4rem;
  margin-top: 4rem;
  width: 60px;
}
.split-colored-boxes .colored-box .button-cta {
  font-size: 24px;
  white-space: nowrap;
  padding: 10px 20px !important;
  min-width: 200px;
}
@media (max-width:400px) {
 	 .split-colored-boxes .colored-box .button-cta {
      width: 100%;
     display: block;
     padding: 10px !important;
    }
}


.video-wrapper {
  position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	border: 1px solid #ccc;
  border-radius: 2px;
	height: 0;
}
.video-wrapper iframe {
  position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.site-header .site-header-content-wrap [class*="span"] {
 	margin: 0 !important;
  padding: 0 !important;
  width: 100%;
}
.site-header .site-header-content-wrap .site-header-nav-wrap .main-navigation .menu-main-menu-container #primary-menu {
 	margin: 0 !important;
  padding: 5 !important;
}
.site-header .site-header-content-wrap .site-header-nav-wrap .main-navigation .menu-main-menu-container ul.menu li.menu-item {
 	padding: 5 !important; 
}


.header-img {
 	position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    object-fit: cover; 
}



.card-repeater-house > div {
  display: flex;
  width: 100%;
}

.card-repeater-house .stroke-button, .card-repeater-house .button {
 	padding: 12px 18px;
  margin-top: 0 !important;
  margin-bottom: 2rem !important;
}
.card-repeater-section .max-width .card-repeater-house .card-repeater-card p.card-copy {
  margin-bottom: 2rem !important;
}

.landing-page .card-repeater-house .row-fluid .card-repeater-card .card-image.bottom {
 	margin-top: 2rem; 
}

@media (max-width: 1024px) {
  .introduction-section .max-width .introduction-header {
      padding-bottom: 7rem !important;
  }
}

@media (max-width: 767px) {
  .news-section .news-container .max-width .news-section-content {
      padding: 0 25px !important;
  }
}
.news-section .news-container .max-width .news-section-content .news-section-testimonial-styled-quotation-mark {
  top: 2rem !important;
}
@media (max-width: 767px) {
  .news-section .news-container .max-width .news-section-content .news-section-testimonial-styled-quotation-mark {
    top: -1rem !important;
    left: 2rem !important;
  }
}

.modal .full-width-form-section .max-width {
 	overflow: hidden; 
}
.modal .full-width-form-section .max-width .widget-type-form {
 	background: transparent;
  padding: 0;
  margin: 0;
}
.modal .full-width-form-section .actions {
 	text-align: center; 
}
.modal .full-width-form-section .actions .hs-button.primary.large {
 	margin-bottom: 0 !important; 
}


.line-head:before {
     content: "";
    width: 80px;
    border-top: 1px solid #ffffff;
    display: block;
}

.footer-logo {
   width: 200px;
}

.boxes .box {
  background: #a7d7cd;
  padding: 30px; 
  position: relative;
  z-index: 3;
}
.boxes .box ul li, .boxes .box h3 {
  color: #fff !important; 
}
.boxes .box ul li {
  padding-left: 5px; 
}
.boxes .box ul.checklist {
 list-style-image: url('https://www.duarte.com/wp-content/uploads/white-checkmark.png'); 
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .boxes > .row-fluid-wrapper > .row-fluid {
    display: flex; 
    margin-top: 40px;
  }
  .boxes > .row-fluid-wrapper > .row-fluid > .box {
    margin: 3%;
  }
  .boxes > .row-fluid-wrapper > .row-fluid > .box:first-child {
    margin-left: 0; 
  }
  .boxes > .row-fluid-wrapper > .row-fluid > .box:last-child {
    margin-right: 0; 
  }
}

.wood-quote > div {
  position: relative;
  z-index: 2;
}
.wood-quote > div p {
  position: relative;
  z-index: 4;
}
.wood-quote > div:before {
  content: '';
  width: 200px;
  height: 200px;
  position: absolute;
  left: -70px;
  top: -70px;
  background: url('https://www.duarte.com/wp-content/uploads/ellipse.png');
  background-size: cover;
  z-index: 1;
}
.wood-quote + .wood-quote > div:before {
  left: auto;
  right: -70px;
  bottom: -70px;
  top: auto;
}
  
.slidedocs-wood-bg {
  
}
@media (min-width: 1200px) {
   .slidedocs-wood-bg {
     padding-top: 250px;     padding-bottom: 100px;     margin-top: -200px;
  }
}
  
.divider-header {
 position: relative;
  text-align: center;
}
.divider-header:before {
  content: '';
  height: 1px;
  width: 100%;
  background: #ccc;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}
.divider-header em {
  font-family: 'work sans', serif; font-size: 28px !important; line-height: 34px; 
  background: #fff;
  display: inline-block;
  padding: 0 20px;
  position: relative;
  z-index: 1;
  color: #333;
}
  
.page-footer a {
 color: #fff !important; 
}