@import url(https://fast.fonts.net/t/1.css?apiType=css&projectid=e1f3f95f-cc07-474e-ac5e-8b09c6a23e63);

/*@font-face {
    font-family: 'FontAwesome';
    src: url(/sites/all/libraries/fontawesome/fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url(/sites/all/libraries/fontawesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(/sites/all/libraries/fontawesome/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'), url(/sites/all/libraries/fontawesome/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'), url(/sites/all/libraries/fontawesome/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'), url(/sites/all/libraries/fontawesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');
    font-weight: 400;
    font-style: normal
}*/

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -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
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none
}

.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-remove:before,
.fa-close:before,
.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,
.fa-bar-chart: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-f:before,
.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,
.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,
.fa-gratipay: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-pp: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-buoy: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-resistance: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-y-combinator-square:before,
.fa-yc-square:before,
.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"
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before,
.fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before,
.fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-signing:before,
.fa-sign-language:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-vcard:before,
.fa-address-card:before {
    content: "\f2bb"
}

.fa-vcard-o:before,
.fa-address-card-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

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

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

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

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

@media print {

    *,
    :after,
    :before {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        box-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }

    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img,
    tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    .navbar {
        display: none
    }

    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,
    .table th {
        background-color: #fff !important
    }

    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd !important
    }
}

@font-face {
    font-family: "Glyphicons Halflings";
    src: url(/sites/all/themes/custom/standard_bootstrap/bootstrap/assets/fonts/bootstrap/glyphicons-halflings-regular.eot);
    src: url(/sites/all/themes/custom/standard_bootstrap/bootstrap/assets/fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(/sites/all/themes/custom/standard_bootstrap/bootstrap/assets/fonts/bootstrap/glyphicons-halflings-regular.woff2) format("woff2"), url(/sites/all/themes/custom/standard_bootstrap/bootstrap/assets/fonts/bootstrap/glyphicons-halflings-regular.woff) format("woff"), url(/sites/all/themes/custom/standard_bootstrap/bootstrap/assets/fonts/bootstrap/glyphicons-halflings-regular.ttf) format("truetype"), url(/sites/all/themes/custom/standard_bootstrap/bootstrap/assets/fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg")
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "Glyphicons Halflings";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
    content: "\002a"
}

.glyphicon-plus:before {
    content: "\002b"
}

.glyphicon-eur:before,
.glyphicon-euro:before {
    content: "\20ac"
}

.glyphicon-minus:before {
    content: "\2212"
}

.glyphicon-cloud:before {
    content: "\2601"
}

.glyphicon-envelope:before {
    content: "\2709"
}

.glyphicon-pencil:before {
    content: "\270f"
}

.glyphicon-glass:before {
    content: "\e001"
}

.glyphicon-music:before {
    content: "\e002"
}

.glyphicon-search:before {
    content: "\e003"
}

.glyphicon-heart:before {
    content: "\e005"
}

.glyphicon-star:before {
    content: "\e006"
}

.glyphicon-star-empty:before {
    content: "\e007"
}

.glyphicon-user:before {
    content: "\e008"
}

.glyphicon-film:before {
    content: "\e009"
}

.glyphicon-th-large:before {
    content: "\e010"
}

.glyphicon-th:before {
    content: "\e011"
}

.glyphicon-th-list:before {
    content: "\e012"
}

.glyphicon-ok:before {
    content: "\e013"
}

.glyphicon-remove:before {
    content: "\e014"
}

.glyphicon-zoom-in:before {
    content: "\e015"
}

.glyphicon-zoom-out:before {
    content: "\e016"
}

.glyphicon-off:before {
    content: "\e017"
}

.glyphicon-signal:before {
    content: "\e018"
}

.glyphicon-cog:before {
    content: "\e019"
}

.glyphicon-trash:before {
    content: "\e020"
}

.glyphicon-home:before {
    content: "\e021"
}

.glyphicon-file:before {
    content: "\e022"
}

.glyphicon-time:before {
    content: "\e023"
}

.glyphicon-road:before {
    content: "\e024"
}

.glyphicon-download-alt:before {
    content: "\e025"
}

.glyphicon-download:before {
    content: "\e026"
}

.glyphicon-upload:before {
    content: "\e027"
}

.glyphicon-inbox:before {
    content: "\e028"
}

.glyphicon-play-circle:before {
    content: "\e029"
}

.glyphicon-repeat:before {
    content: "\e030"
}

.glyphicon-refresh:before {
    content: "\e031"
}

.glyphicon-list-alt:before {
    content: "\e032"
}

.glyphicon-lock:before {
    content: "\e033"
}

.glyphicon-flag:before {
    content: "\e034"
}

.glyphicon-headphones:before {
    content: "\e035"
}

.glyphicon-volume-off:before {
    content: "\e036"
}

.glyphicon-volume-down:before {
    content: "\e037"
}

.glyphicon-volume-up:before {
    content: "\e038"
}

.glyphicon-qrcode:before {
    content: "\e039"
}

.glyphicon-barcode:before {
    content: "\e040"
}

.glyphicon-tag:before {
    content: "\e041"
}

.glyphicon-tags:before {
    content: "\e042"
}

.glyphicon-book:before {
    content: "\e043"
}

.glyphicon-bookmark:before {
    content: "\e044"
}

.glyphicon-print:before {
    content: "\e045"
}

.glyphicon-camera:before {
    content: "\e046"
}

.glyphicon-font:before {
    content: "\e047"
}

.glyphicon-bold:before {
    content: "\e048"
}

.glyphicon-italic:before {
    content: "\e049"
}

.glyphicon-text-height:before {
    content: "\e050"
}

.glyphicon-text-width:before {
    content: "\e051"
}

.glyphicon-align-left:before {
    content: "\e052"
}

.glyphicon-align-center:before {
    content: "\e053"
}

.glyphicon-align-right:before {
    content: "\e054"
}

.glyphicon-align-justify:before {
    content: "\e055"
}

.glyphicon-list:before {
    content: "\e056"
}

.glyphicon-indent-left:before {
    content: "\e057"
}

.glyphicon-indent-right:before {
    content: "\e058"
}

.glyphicon-facetime-video:before {
    content: "\e059"
}

.glyphicon-picture:before {
    content: "\e060"
}

.glyphicon-map-marker:before {
    content: "\e062"
}

.glyphicon-adjust:before {
    content: "\e063"
}

.glyphicon-tint:before {
    content: "\e064"
}

.glyphicon-edit:before {
    content: "\e065"
}

.glyphicon-share:before {
    content: "\e066"
}

.glyphicon-check:before {
    content: "\e067"
}

.glyphicon-move:before {
    content: "\e068"
}

.glyphicon-step-backward:before {
    content: "\e069"
}

.glyphicon-fast-backward:before {
    content: "\e070"
}

.glyphicon-backward:before {
    content: "\e071"
}

.glyphicon-play:before {
    content: "\e072"
}

.glyphicon-pause:before {
    content: "\e073"
}

.glyphicon-stop:before {
    content: "\e074"
}

.glyphicon-forward:before {
    content: "\e075"
}

.glyphicon-fast-forward:before {
    content: "\e076"
}

.glyphicon-step-forward:before {
    content: "\e077"
}

.glyphicon-eject:before {
    content: "\e078"
}

.glyphicon-chevron-left:before {
    content: "\e079"
}

.glyphicon-chevron-right:before {
    content: "\e080"
}

.glyphicon-plus-sign:before {
    content: "\e081"
}

.glyphicon-minus-sign:before {
    content: "\e082"
}

.glyphicon-remove-sign:before {
    content: "\e083"
}

.glyphicon-ok-sign:before {
    content: "\e084"
}

.glyphicon-question-sign:before {
    content: "\e085"
}

.glyphicon-info-sign:before {
    content: "\e086"
}

.glyphicon-screenshot:before {
    content: "\e087"
}

.glyphicon-remove-circle:before {
    content: "\e088"
}

.glyphicon-ok-circle:before {
    content: "\e089"
}

.glyphicon-ban-circle:before {
    content: "\e090"
}

.glyphicon-arrow-left:before {
    content: "\e091"
}

.glyphicon-arrow-right:before {
    content: "\e092"
}

.glyphicon-arrow-up:before {
    content: "\e093"
}

.glyphicon-arrow-down:before {
    content: "\e094"
}

.glyphicon-share-alt:before {
    content: "\e095"
}

.glyphicon-resize-full:before {
    content: "\e096"
}

.glyphicon-resize-small:before {
    content: "\e097"
}

.glyphicon-exclamation-sign:before {
    content: "\e101"
}

.glyphicon-gift:before {
    content: "\e102"
}

.glyphicon-leaf:before {
    content: "\e103"
}

.glyphicon-fire:before {
    content: "\e104"
}

.glyphicon-eye-open:before {
    content: "\e105"
}

.glyphicon-eye-close:before {
    content: "\e106"
}

.glyphicon-warning-sign:before {
    content: "\e107"
}

.glyphicon-plane:before {
    content: "\e108"
}

.glyphicon-calendar:before {
    content: "\e109"
}

.glyphicon-random:before {
    content: "\e110"
}

.glyphicon-comment:before {
    content: "\e111"
}

.glyphicon-magnet:before {
    content: "\e112"
}

.glyphicon-chevron-up:before {
    content: "\e113"
}

.glyphicon-chevron-down:before {
    content: "\e114"
}

.glyphicon-retweet:before {
    content: "\e115"
}

.glyphicon-shopping-cart:before {
    content: "\e116"
}

.glyphicon-folder-close:before {
    content: "\e117"
}

.glyphicon-folder-open:before {
    content: "\e118"
}

.glyphicon-resize-vertical:before {
    content: "\e119"
}

.glyphicon-resize-horizontal:before {
    content: "\e120"
}

.glyphicon-hdd:before {
    content: "\e121"
}

.glyphicon-bullhorn:before {
    content: "\e122"
}

.glyphicon-bell:before {
    content: "\e123"
}

.glyphicon-certificate:before {
    content: "\e124"
}

.glyphicon-thumbs-up:before {
    content: "\e125"
}

.glyphicon-thumbs-down:before {
    content: "\e126"
}

.glyphicon-hand-right:before {
    content: "\e127"
}

.glyphicon-hand-left:before {
    content: "\e128"
}

.glyphicon-hand-up:before {
    content: "\e129"
}

.glyphicon-hand-down:before {
    content: "\e130"
}

.glyphicon-circle-arrow-right:before {
    content: "\e131"
}

.glyphicon-circle-arrow-left:before {
    content: "\e132"
}

.glyphicon-circle-arrow-up:before {
    content: "\e133"
}

.glyphicon-circle-arrow-down:before {
    content: "\e134"
}

.glyphicon-globe:before {
    content: "\e135"
}

.glyphicon-wrench:before {
    content: "\e136"
}

.glyphicon-tasks:before {
    content: "\e137"
}

.glyphicon-filter:before {
    content: "\e138"
}

.glyphicon-briefcase:before {
    content: "\e139"
}

.glyphicon-fullscreen:before {
    content: "\e140"
}

.glyphicon-dashboard:before {
    content: "\e141"
}

.glyphicon-paperclip:before {
    content: "\e142"
}

.glyphicon-heart-empty:before {
    content: "\e143"
}

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-phone:before {
    content: "\e145"
}

.glyphicon-pushpin:before {
    content: "\e146"
}

.glyphicon-usd:before {
    content: "\e148"
}

.glyphicon-gbp:before {
    content: "\e149"
}

.glyphicon-sort:before {
    content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}

.glyphicon-sort-by-order:before {
    content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}

.glyphicon-sort-by-attributes:before {
    content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}

.glyphicon-unchecked:before {
    content: "\e157"
}

.glyphicon-expand:before {
    content: "\e158"
}

.glyphicon-collapse-down:before {
    content: "\e159"
}

.glyphicon-collapse-up:before {
    content: "\e160"
}

.glyphicon-log-in:before {
    content: "\e161"
}

.glyphicon-flash:before {
    content: "\e162"
}

.glyphicon-log-out:before {
    content: "\e163"
}

.glyphicon-new-window:before {
    content: "\e164"
}

.glyphicon-record:before {
    content: "\e165"
}

.glyphicon-save:before {
    content: "\e166"
}

.glyphicon-open:before {
    content: "\e167"
}

.glyphicon-saved:before {
    content: "\e168"
}

.glyphicon-import:before {
    content: "\e169"
}

.glyphicon-export:before {
    content: "\e170"
}

.glyphicon-send:before {
    content: "\e171"
}

.glyphicon-floppy-disk:before {
    content: "\e172"
}

.glyphicon-floppy-saved:before {
    content: "\e173"
}

.glyphicon-floppy-remove:before {
    content: "\e174"
}

.glyphicon-floppy-save:before {
    content: "\e175"
}

.glyphicon-floppy-open:before {
    content: "\e176"
}

.glyphicon-credit-card:before {
    content: "\e177"
}

.glyphicon-transfer:before {
    content: "\e178"
}

.glyphicon-cutlery:before {
    content: "\e179"
}

.glyphicon-header:before {
    content: "\e180"
}

.glyphicon-compressed:before {
    content: "\e181"
}

.glyphicon-earphone:before {
    content: "\e182"
}

.glyphicon-phone-alt:before {
    content: "\e183"
}

.glyphicon-tower:before {
    content: "\e184"
}

.glyphicon-stats:before {
    content: "\e185"
}

.glyphicon-sd-video:before {
    content: "\e186"
}

.glyphicon-hd-video:before {
    content: "\e187"
}

.glyphicon-subtitles:before {
    content: "\e188"
}

.glyphicon-sound-stereo:before {
    content: "\e189"
}

.glyphicon-sound-dolby:before {
    content: "\e190"
}

.glyphicon-sound-5-1:before {
    content: "\e191"
}

.glyphicon-sound-6-1:before {
    content: "\e192"
}

.glyphicon-sound-7-1:before {
    content: "\e193"
}

.glyphicon-copyright-mark:before {
    content: "\e194"
}

.glyphicon-registration-mark:before {
    content: "\e195"
}

.glyphicon-cloud-download:before {
    content: "\e197"
}

.glyphicon-cloud-upload:before {
    content: "\e198"
}

.glyphicon-tree-conifer:before {
    content: "\e199"
}

.glyphicon-tree-deciduous:before {
    content: "\e200"
}

.glyphicon-cd:before {
    content: "\e201"
}

.glyphicon-save-file:before {
    content: "\e202"
}

.glyphicon-open-file:before {
    content: "\e203"
}

.glyphicon-level-up:before {
    content: "\e204"
}

.glyphicon-copy:before {
    content: "\e205"
}

.glyphicon-paste:before {
    content: "\e206"
}

.glyphicon-alert:before {
    content: "\e209"
}

.glyphicon-equalizer:before {
    content: "\e210"
}

.glyphicon-king:before {
    content: "\e211"
}

.glyphicon-queen:before {
    content: "\e212"
}

.glyphicon-pawn:before {
    content: "\e213"
}

.glyphicon-bishop:before {
    content: "\e214"
}

.glyphicon-knight:before {
    content: "\e215"
}

.glyphicon-baby-formula:before {
    content: "\e216"
}

.glyphicon-tent:before {
    content: "\26fa"
}

.glyphicon-blackboard:before {
    content: "\e218"
}

.glyphicon-bed:before {
    content: "\e219"
}

.glyphicon-apple:before {
    content: "\f8ff"
}

.glyphicon-erase:before {
    content: "\e221"
}

.glyphicon-hourglass:before {
    content: "\231b"
}

.glyphicon-lamp:before {
    content: "\e223"
}

.glyphicon-duplicate:before {
    content: "\e224"
}

.glyphicon-piggy-bank:before {
    content: "\e225"
}

.glyphicon-scissors:before {
    content: "\e226"
}

.glyphicon-bitcoin:before {
    content: "\e227"
}

.glyphicon-btc:before {
    content: "\e227"
}

.glyphicon-xbt:before {
    content: "\e227"
}

.glyphicon-yen:before {
    content: "\00a5"
}

.glyphicon-jpy:before {
    content: "\00a5"
}

.glyphicon-ruble:before {
    content: "\20bd"
}

.glyphicon-rub:before {
    content: "\20bd"
}

.glyphicon-scale:before {
    content: "\e230"
}

.glyphicon-ice-lolly:before {
    content: "\e231"
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232"
}

.glyphicon-education:before {
    content: "\e233"
}

.glyphicon-option-horizontal:before {
    content: "\e234"
}

.glyphicon-option-vertical:before {
    content: "\e235"
}

.glyphicon-menu-hamburger:before {
    content: "\e236"
}

.glyphicon-modal-window:before {
    content: "\e237"
}

.glyphicon-oil:before {
    content: "\e238"
}

.glyphicon-grain:before {
    content: "\e239"
}

.glyphicon-sunglasses:before {
    content: "\e240"
}

.glyphicon-text-size:before {
    content: "\e241"
}

.glyphicon-text-color:before {
    content: "\e242"
}

.glyphicon-text-background:before {
    content: "\e243"
}

.glyphicon-object-align-top:before {
    content: "\e244"
}

.glyphicon-object-align-bottom:before {
    content: "\e245"
}

.glyphicon-object-align-horizontal:before {
    content: "\e246"
}

.glyphicon-object-align-left:before {
    content: "\e247"
}

.glyphicon-object-align-vertical:before {
    content: "\e248"
}

.glyphicon-object-align-right:before {
    content: "\e249"
}

.glyphicon-triangle-right:before {
    content: "\e250"
}

.glyphicon-triangle-left:before {
    content: "\e251"
}

.glyphicon-triangle-bottom:before {
    content: "\e252"
}

.glyphicon-triangle-top:before {
    content: "\e253"
}

.glyphicon-console:before {
    content: "\e254"
}

.glyphicon-superscript:before {
    content: "\e255"
}

.glyphicon-subscript:before {
    content: "\e256"
}

.glyphicon-menu-left:before {
    content: "\e257"
}

.glyphicon-menu-right:before {
    content: "\e258"
}

.glyphicon-menu-down:before {
    content: "\e259"
}

.glyphicon-menu-up:before {
    content: "\e260"
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

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

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    color: #333;
    background-color: #fff
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #004ea8;
    text-decoration: none
}

a:focus,
a:hover {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role=button] {
    cursor: pointer
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
    font-size: 65%
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-size: 75%
}

.h1,
h1 {
    font-size: 36px
}

.h2,
h2 {
    font-size: 30px
}

.h3,
h3 {
    font-size: 24px
}

.h4,
h4 {
    font-size: 18px
}

.h5,
h5 {
    font-size: 14px
}

.h6,
h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width:768px) {
    .lead {
        font-size: 21px
    }
}

.small,
small {
    font-size: 85%
}

.mark,
mark {
    padding: .2em;
    background-color: #fcf8e3
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.initialism,
.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #004ea8
}

a.text-primary:focus,
a.text-primary:hover {
    color: #286090
}

.text-success {
    color: #3c763d
}

a.text-success:focus,
a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:focus,
a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:focus,
a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:focus,
a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff
}

.bg-primary {
    background-color: #004ea8
}

a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #286090
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:focus,
a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:focus,
a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:focus,
a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:focus,
a.bg-danger:hover {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 10px
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px
}

.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dd,
dt {
    line-height: 1.42857
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

.dl-horizontal dd:after,
.dl-horizontal dd:before {
    display: table;
    content: " "
}

.dl-horizontal dd:after {
    clear: both
}

@media (min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[data-original-title],
abbr[title] {
    cursor: help
}

.initialism {
    font-size: 90%
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
    margin-bottom: 0
}

blockquote .small,
blockquote footer,
blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
    content: "\2014 \00A0"
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #eee;
    border-left: 0
}

.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
    content: ""
}

.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
    content: "\00A0 \2014"
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    box-shadow: none
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

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

.container:after {
    clear: both
}

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

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

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

.container-fluid:after {
    clear: both
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

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

.row:after {
    clear: both
}

.row-no-gutters {
    margin-right: 0;
    margin-left: 0
}

.row-no-gutters [class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left
}

.col-xs-1 {
    width: 8.33333%
}

.col-xs-2 {
    width: 16.66667%
}

.col-xs-3 {
    width: 25%
}

.col-xs-4 {
    width: 33.33333%
}

.col-xs-5 {
    width: 41.66667%
}

.col-xs-6 {
    width: 50%
}

.col-xs-7 {
    width: 58.33333%
}

.col-xs-8 {
    width: 66.66667%
}

.col-xs-9 {
    width: 75%
}

.col-xs-10 {
    width: 83.33333%
}

.col-xs-11 {
    width: 91.66667%
}

.col-xs-12 {
    width: 100%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-pull-1 {
    right: 8.33333%
}

.col-xs-pull-2 {
    right: 16.66667%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-4 {
    right: 33.33333%
}

.col-xs-pull-5 {
    right: 41.66667%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-7 {
    right: 58.33333%
}

.col-xs-pull-8 {
    right: 66.66667%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-10 {
    right: 83.33333%
}

.col-xs-pull-11 {
    right: 91.66667%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-push-1 {
    left: 8.33333%
}

.col-xs-push-2 {
    left: 16.66667%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-4 {
    left: 33.33333%
}

.col-xs-push-5 {
    left: 41.66667%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-7 {
    left: 58.33333%
}

.col-xs-push-8 {
    left: 66.66667%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-10 {
    left: 83.33333%
}

.col-xs-push-11 {
    left: 91.66667%
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-offset-0 {
    margin-left: 0
}

.col-xs-offset-1 {
    margin-left: 8.33333%
}

.col-xs-offset-2 {
    margin-left: 16.66667%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-4 {
    margin-left: 33.33333%
}

.col-xs-offset-5 {
    margin-left: 41.66667%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-7 {
    margin-left: 58.33333%
}

.col-xs-offset-8 {
    margin-left: 66.66667%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-10 {
    margin-left: 83.33333%
}

.col-xs-offset-11 {
    margin-left: 91.66667%
}

.col-xs-offset-12 {
    margin-left: 100%
}

@media (min-width:768px) {

    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }

    .col-sm-1 {
        width: 8.33333%
    }

    .col-sm-2 {
        width: 16.66667%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-4 {
        width: 33.33333%
    }

    .col-sm-5 {
        width: 41.66667%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-7 {
        width: 58.33333%
    }

    .col-sm-8 {
        width: 66.66667%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-10 {
        width: 83.33333%
    }

    .col-sm-11 {
        width: 91.66667%
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-pull-1 {
        right: 8.33333%
    }

    .col-sm-pull-2 {
        right: 16.66667%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-4 {
        right: 33.33333%
    }

    .col-sm-pull-5 {
        right: 41.66667%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-7 {
        right: 58.33333%
    }

    .col-sm-pull-8 {
        right: 66.66667%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-10 {
        right: 83.33333%
    }

    .col-sm-pull-11 {
        right: 91.66667%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-push-1 {
        left: 8.33333%
    }

    .col-sm-push-2 {
        left: 16.66667%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-4 {
        left: 33.33333%
    }

    .col-sm-push-5 {
        left: 41.66667%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-7 {
        left: 58.33333%
    }

    .col-sm-push-8 {
        left: 66.66667%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-10 {
        left: 83.33333%
    }

    .col-sm-push-11 {
        left: 91.66667%
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }

    .col-sm-offset-1 {
        margin-left: 8.33333%
    }

    .col-sm-offset-2 {
        margin-left: 16.66667%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333%
    }

    .col-sm-offset-5 {
        margin-left: 41.66667%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333%
    }

    .col-sm-offset-8 {
        margin-left: 66.66667%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333%
    }

    .col-sm-offset-11 {
        margin-left: 91.66667%
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }
}

@media (min-width:992px) {

    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }

    .col-md-1 {
        width: 8.33333%
    }

    .col-md-2 {
        width: 16.66667%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-4 {
        width: 33.33333%
    }

    .col-md-5 {
        width: 41.66667%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-7 {
        width: 58.33333%
    }

    .col-md-8 {
        width: 66.66667%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-10 {
        width: 83.33333%
    }

    .col-md-11 {
        width: 91.66667%
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-pull-1 {
        right: 8.33333%
    }

    .col-md-pull-2 {
        right: 16.66667%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-4 {
        right: 33.33333%
    }

    .col-md-pull-5 {
        right: 41.66667%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-7 {
        right: 58.33333%
    }

    .col-md-pull-8 {
        right: 66.66667%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-10 {
        right: 83.33333%
    }

    .col-md-pull-11 {
        right: 91.66667%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-push-1 {
        left: 8.33333%
    }

    .col-md-push-2 {
        left: 16.66667%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-4 {
        left: 33.33333%
    }

    .col-md-push-5 {
        left: 41.66667%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-7 {
        left: 58.33333%
    }

    .col-md-push-8 {
        left: 66.66667%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-10 {
        left: 83.33333%
    }

    .col-md-push-11 {
        left: 91.66667%
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-offset-0 {
        margin-left: 0
    }

    .col-md-offset-1 {
        margin-left: 8.33333%
    }

    .col-md-offset-2 {
        margin-left: 16.66667%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-4 {
        margin-left: 33.33333%
    }

    .col-md-offset-5 {
        margin-left: 41.66667%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-7 {
        margin-left: 58.33333%
    }

    .col-md-offset-8 {
        margin-left: 66.66667%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-10 {
        margin-left: 83.33333%
    }

    .col-md-offset-11 {
        margin-left: 91.66667%
    }

    .col-md-offset-12 {
        margin-left: 100%
    }
}

@media (min-width:1200px) {

    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left
    }

    .col-lg-1 {
        width: 8.33333%
    }

    .col-lg-2 {
        width: 16.66667%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-4 {
        width: 33.33333%
    }

    .col-lg-5 {
        width: 41.66667%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-7 {
        width: 58.33333%
    }

    .col-lg-8 {
        width: 66.66667%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-10 {
        width: 83.33333%
    }

    .col-lg-11 {
        width: 91.66667%
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-pull-1 {
        right: 8.33333%
    }

    .col-lg-pull-2 {
        right: 16.66667%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-4 {
        right: 33.33333%
    }

    .col-lg-pull-5 {
        right: 41.66667%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-7 {
        right: 58.33333%
    }

    .col-lg-pull-8 {
        right: 66.66667%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-10 {
        right: 83.33333%
    }

    .col-lg-pull-11 {
        right: 91.66667%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-push-1 {
        left: 8.33333%
    }

    .col-lg-push-2 {
        left: 16.66667%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-4 {
        left: 33.33333%
    }

    .col-lg-push-5 {
        left: 41.66667%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-7 {
        left: 58.33333%
    }

    .col-lg-push-8 {
        left: 66.66667%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-10 {
        left: 83.33333%
    }

    .col-lg-push-11 {
        left: 91.66667%
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }

    .col-lg-offset-1 {
        margin-left: 8.33333%
    }

    .col-lg-offset-2 {
        margin-left: 16.66667%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333%
    }

    .col-lg-offset-5 {
        margin-left: 41.66667%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333%
    }

    .col-lg-offset-8 {
        margin-left: 66.66667%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333%
    }

    .col-lg-offset-11 {
        margin-left: 91.66667%
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }
}

table {
    background-color: transparent
}

table col[class*=col-] {
    position: static;
    display: table-column;
    float: none
}

table td[class*=col-],
table th[class*=col-] {
    position: static;
    display: table-cell;
    float: none
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
    border-top: 0
}

.table>tbody+tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover>tbody>tr:hover {
    background-color: #f5f5f5
}

.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>thead>tr>td.active,
.table>thead>tr>th.active {
    background-color: #f5f5f5
}

.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr.active:hover>th,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover {
    background-color: #e8e8e8
}

.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>thead>tr>td.success,
.table>thead>tr>th.success {
    background-color: #dff0d8
}

.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr.success:hover>th,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover {
    background-color: #d0e9c6
}

.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>thead>tr>td.info,
.table>thead>tr>th.info {
    background-color: #d9edf7
}

.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr.info:hover>th,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover {
    background-color: #c4e3f3
}

.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>thead>tr>td.warning,
.table>thead>tr>th.warning {
    background-color: #fcf8e3
}

.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr.warning:hover>th,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover {
    background-color: #faf2cc
}

.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>thead>tr>td.danger,
.table>thead>tr>th.danger {
    background-color: #f2dede
}

.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr.danger:hover>th,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover {
    background-color: #ebcccc
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto
}

@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

    .table-responsive>.table {
        margin-bottom: 0
    }

    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>thead>tr>th {
        white-space: nowrap
    }

    .table-responsive>.table-bordered {
        border: 0
    }

    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>thead>tr>th:first-child {
        border-left: 0
    }

    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>thead>tr>th:last-child {
        border-right: 0
    }

    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th {
        border-bottom: 0
    }
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    appearance: none
}

input[type=checkbox],
input[type=radio] {
    margin: 4px 0 0;
    line-height: normal
}

fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
    cursor: not-allowed
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple],
select[size] {
    height: auto
}

input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

    input[type=date].form-control,
    input[type=datetime-local].form-control,
    input[type=month].form-control,
    input[type=time].form-control {
        line-height: 34px
    }

    .input-group-sm input[type=date],
    .input-group-sm input[type=datetime-local],
    .input-group-sm input[type=month],
    .input-group-sm input[type=time],
    .input-group-sm>.input-group-btn>input[type=date].btn,
    .input-group-sm>.input-group-btn>input[type=datetime-local].btn,
    .input-group-sm>.input-group-btn>input[type=month].btn,
    .input-group-sm>.input-group-btn>input[type=time].btn,
    .input-group-sm>input[type=date].form-control,
    .input-group-sm>input[type=date].input-group-addon,
    .input-group-sm>input[type=datetime-local].form-control,
    .input-group-sm>input[type=datetime-local].input-group-addon,
    .input-group-sm>input[type=month].form-control,
    .input-group-sm>input[type=month].input-group-addon,
    .input-group-sm>input[type=time].form-control,
    .input-group-sm>input[type=time].input-group-addon,
    input[type=date].input-sm,
    input[type=datetime-local].input-sm,
    input[type=month].input-sm,
    input[type=time].input-sm {
        line-height: 30px
    }

    .input-group-lg input[type=date],
    .input-group-lg input[type=datetime-local],
    .input-group-lg input[type=month],
    .input-group-lg input[type=time],
    .input-group-lg>.input-group-btn>input[type=date].btn,
    .input-group-lg>.input-group-btn>input[type=datetime-local].btn,
    .input-group-lg>.input-group-btn>input[type=month].btn,
    .input-group-lg>.input-group-btn>input[type=time].btn,
    .input-group-lg>input[type=date].form-control,
    .input-group-lg>input[type=date].input-group-addon,
    .input-group-lg>input[type=datetime-local].form-control,
    .input-group-lg>input[type=datetime-local].input-group-addon,
    .input-group-lg>input[type=month].form-control,
    .input-group-lg>input[type=month].input-group-addon,
    .input-group-lg>input[type=time].form-control,
    .input-group-lg>input[type=time].input-group-addon,
    input[type=date].input-lg,
    input[type=datetime-local].input-lg,
    input[type=month].input-lg,
    input[type=time].input-lg {
        line-height: 46px
    }
}

.form-group {
    margin-bottom: 15px
}

.checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.checkbox.disabled label,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
    cursor: not-allowed
}

.checkbox label,
.radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
    position: absolute;
    margin-left: -20px
}

.checkbox+.checkbox,
.radio+.radio {
    margin-top: -5px
}

.checkbox-inline,
.radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer
}

.checkbox-inline.disabled,
.radio-inline.disabled,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio-inline {
    cursor: not-allowed
}

.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 10px
}

.form-control-static {
    min-height: 34px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0
}

.form-control-static.input-lg,
.form-control-static.input-sm,
.input-group-lg>.form-control-static.form-control,
.input-group-lg>.form-control-static.input-group-addon,
.input-group-lg>.input-group-btn>.form-control-static.btn,
.input-group-sm>.form-control-static.form-control,
.input-group-sm>.form-control-static.input-group-addon,
.input-group-sm>.input-group-btn>.form-control-static.btn {
    padding-right: 0;
    padding-left: 0
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn,
.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.input-group-sm>.input-group-btn>select.btn,
.input-group-sm>select.form-control,
.input-group-sm>select.input-group-addon,
select.input-sm {
    height: 30px;
    line-height: 30px
}

.input-group-sm>.input-group-btn>select[multiple].btn,
.input-group-sm>.input-group-btn>textarea.btn,
.input-group-sm>select[multiple].form-control,
.input-group-sm>select[multiple].input-group-addon,
.input-group-sm>textarea.form-control,
.input-group-sm>textarea.input-group-addon,
select[multiple].input-sm,
textarea.input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}

.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn,
.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px
}

.input-group-lg>.input-group-btn>select.btn,
.input-group-lg>select.form-control,
.input-group-lg>select.input-group-addon,
select.input-lg {
    height: 46px;
    line-height: 46px
}

.input-group-lg>.input-group-btn>select[multiple].btn,
.input-group-lg>.input-group-btn>textarea.btn,
.input-group-lg>select[multiple].form-control,
.input-group-lg>select[multiple].input-group-addon,
.input-group-lg>textarea.form-control,
.input-group-lg>textarea.input-group-addon,
select[multiple].input-lg,
textarea.input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px
}

.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.33333
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 42.5px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}

.form-group-lg .form-control+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.input-group-lg>.form-control+.form-control-feedback,
.input-group-lg>.input-group-addon+.form-control-feedback,
.input-group-lg>.input-group-btn>.btn+.form-control-feedback,
.input-lg+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.form-group-sm .form-control+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.input-group-sm>.form-control+.form-control-feedback,
.input-group-sm>.input-group-addon+.form-control-feedback,
.input-group-sm>.input-group-btn>.btn+.form-control-feedback,
.input-sm+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label~.form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only~.form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-static {
        display: inline-block
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .form-inline .input-group .form-control,
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn {
        width: auto
    }

    .form-inline .input-group>.form-control {
        width: 100%
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox,
    .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .checkbox label,
    .form-inline .radio label {
        padding-left: 0
    }

    .form-inline .checkbox input[type=checkbox],
    .form-inline .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0
}

.form-horizontal .checkbox,
.form-horizontal .radio {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px
}

.form-horizontal .form-group:after,
.form-horizontal .form-group:before {
    display: table;
    content: " "
}

.form-horizontal .form-group:after {
    clear: both
}

@media (min-width:768px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media (min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px
    }
}

@media (min-width:768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn.focus,
.btn:focus,
.btn:hover {
    color: #333;
    text-decoration: none
}

.btn.active,
.btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: .65;
    -webkit-box-shadow: none;
    box-shadow: none
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default.focus,
.btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default.active,
.btn-default:active,
.open>.btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    background-image: none;
    border-color: #adadad
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.btn-default.dropdown-toggle.focus,
.open>.btn-default.dropdown-toggle:focus,
.open>.btn-default.dropdown-toggle:hover {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}

.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-primary {
    color: #fff;
    background-color: #004ea8;
    border-color: #2e6da4
}

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40
}

.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary.active,
.btn-primary:active,
.open>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    background-image: none;
    border-color: #204d74
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.btn-primary.dropdown-toggle.focus,
.open>.btn-primary.dropdown-toggle:focus,
.open>.btn-primary.dropdown-toggle:hover {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #004ea8;
    border-color: #2e6da4
}

.btn-primary .badge {
    color: #004ea8;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success.focus,
.btn-success:focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625
}

.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success.active,
.btn-success:active,
.open>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    background-image: none;
    border-color: #398439
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.btn-success.dropdown-toggle.focus,
.open>.btn-success.dropdown-toggle:focus,
.open>.btn-success.dropdown-toggle:hover {
    color: #fff;
    background-color: #398439;
    border-color: #255625
}

.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info.focus,
.btn-info:focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85
}

.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info.active,
.btn-info:active,
.open>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    background-image: none;
    border-color: #269abc
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.btn-info.dropdown-toggle.focus,
.open>.btn-info.dropdown-toggle:focus,
.open>.btn-info.dropdown-toggle:hover {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85
}

.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning.focus,
.btn-warning:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d
}

.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning.active,
.btn-warning:active,
.open>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    background-image: none;
    border-color: #d58512
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open>.btn-warning.dropdown-toggle.focus,
.open>.btn-warning.dropdown-toggle:focus,
.open>.btn-warning.dropdown-toggle:hover {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d
}

.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger.focus,
.btn-danger:focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19
}

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger.active,
.btn-danger:active,
.open>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    background-image: none;
    border-color: #ac2925
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open>.btn-danger.dropdown-toggle.focus,
.open>.btn-danger.dropdown-toggle:focus,
.open>.btn-danger.dropdown-toggle:hover {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19
}

.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    font-weight: 400;
    color: #004ea8;
    border-radius: 0
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
    border-color: transparent
}

.btn-link:focus,
.btn-link:hover {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
    color: #777;
    text-decoration: none
}

.btn-group-lg>.btn,
.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px
}

.btn-group-sm>.btn,
.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-group-xs>.btn,
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropdown,
.dropup {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857;
    color: #333;
    white-space: nowrap
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #004ea8;
    outline: 0
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    color: #777
}

.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    float: left
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
    z-index: 2
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar:after,
.btn-toolbar:before {
    display: table;
    content: " "
}

.btn-toolbar:after {
    clear: both
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
    margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group>.btn-group {
    float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group>.btn+.dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px
}

.btn-group-lg.btn-group>.btn+.dropdown-toggle,
.btn-group>.btn-lg+.dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn .caret {
    margin-left: 0
}

.btn-group-lg>.btn .caret,
.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-group-lg>.btn .caret,
.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before {
    display: table;
    content: " "
}

.btn-group-vertical>.btn-group:after {
    clear: both
}

.btn-group-vertical>.btn-group>.btn {
    float: none
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
    display: table-cell;
    float: none;
    width: 1%
}

.btn-group-justified>.btn-group .btn {
    width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu {
    left: auto
}

[data-toggle=buttons]>.btn input[type=checkbox],
[data-toggle=buttons]>.btn input[type=radio],
[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],
[data-toggle=buttons]>.btn-group>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group[class*=col-] {
    float: none;
    padding-right: 0;
    padding-left: 0
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group .form-control:focus {
    z-index: 3
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
    display: table-cell
}

.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

.input-group-addon.input-sm,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.input-group-addon.input-lg,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px
}

.input-group-addon input[type=checkbox],
.input-group-addon input[type=radio] {
    margin-top: 0
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn>.btn {
    position: relative
}

.input-group-btn>.btn+.btn {
    margin-left: -1px
}

.input-group-btn>.btn:active,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:hover {
    z-index: 2
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
    margin-right: -1px
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

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

.nav:after {
    clear: both
}

.nav>li {
    position: relative;
    display: block
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.nav>li.disabled>a {
    color: #777
}

.nav>li.disabled>a:focus,
.nav>li.disabled>a:hover {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: #eee;
    border-color: #004ea8
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav>li>a>img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent
}

.nav-pills>li {
    float: left
}

.nav-pills>li>a {
    border-radius: 4px
}

.nav-pills>li+li {
    margin-left: 2px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #004ea8
}

.nav-stacked>li {
    float: none
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified,
.nav-tabs.nav-justified {
    width: 100%
}

.nav-justified>li,
.nav-tabs.nav-justified>li {
    float: none
}

.nav-justified>li>a,
.nav-tabs.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width:768px) {

    .nav-justified>li,
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }

    .nav-justified>li>a,
    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
    border-bottom: 0
}

.nav-tabs-justified>li>a,
.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:focus,
.nav-tabs-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover {
    border: 1px solid #ddd
}

@media (min-width:768px) {

    .nav-tabs-justified>li>a,
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs-justified>.active>a,
    .nav-tabs-justified>.active>a:focus,
    .nav-tabs-justified>.active>a:hover,
    .nav-tabs.nav-justified>.active>a,
    .nav-tabs.nav-justified>.active>a:focus,
    .nav-tabs.nav-justified>.active>a:hover {
        border-bottom-color: #fff
    }
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

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

.navbar:after {
    clear: both
}

@media (min-width:768px) {
    .navbar {
        border-radius: 4px
    }
}

.navbar-header:after,
.navbar-header:before {
    display: table;
    content: " "
}

.navbar-header:after {
    clear: both
}

@media (min-width:768px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    -webkit-overflow-scrolling: touch
}

.navbar-collapse:after,
.navbar-collapse:before {
    display: table;
    content: " "
}

.navbar-collapse:after {
    clear: both
}

.navbar-collapse.in {
    overflow-y: auto
}

@media (min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }

    .navbar-collapse.in {
        overflow-y: visible
    }

    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse {
        padding-right: 0;
        padding-left: 0
    }
}

.navbar-fixed-bottom,
.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    max-height: 340px
}

@media (max-device-width:480px) and (orientation:landscape) {

    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 200px
    }
}

@media (min-width:768px) {

    .navbar-fixed-bottom,
    .navbar-fixed-top {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width:768px) {

    .container-fluid>.navbar-collapse,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container>.navbar-header {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media (min-width:768px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px;
    font-size: 18px;
    line-height: 20px
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-brand>img {
    display: block
}

@media (min-width:768px) {

    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-right: 15px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

@media (min-width:768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 7.5px -15px
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

@media (max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none
    }

    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu>li>a {
        padding: 5px 15px 5px 25px
    }

    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px
    }

    .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-nav .open .dropdown-menu>li>a:hover {
        background-image: none
    }
}

@media (min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }

    .navbar-nav>li {
        float: left
    }

    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.navbar-form {
    padding: 10px 15px;
    margin-right: -15px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    margin-top: 8px;
    margin-bottom: 8px
}

@media (min-width:768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .navbar-form .form-control-static {
        display: inline-block
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .navbar-form .input-group .form-control,
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn {
        width: auto
    }

    .navbar-form .input-group>.form-control {
        width: 100%
    }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .checkbox,
    .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .checkbox label,
    .navbar-form .radio label {
        padding-left: 0
    }

    .navbar-form .checkbox input[type=checkbox],
    .navbar-form .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media (max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }

    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}

@media (min-width:768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    margin-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

.btn-group-sm>.navbar-btn.btn,
.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px
}

.btn-group-xs>.navbar-btn.btn,
.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}

@media (min-width:768px) {
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px
    }
}

@media (min-width:768px) {
    .navbar-left {
        float: left !important
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px
    }

    .navbar-right~.navbar-right {
        margin-right: 0
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-default .navbar-brand {
    color: #777
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    color: #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav>li>a {
    color: #777
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #333;
    background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:focus,
.navbar-default .navbar-nav>.disabled>a:hover {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #555;
    background-color: #e7e7e7
}

@media (max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #333;
        background-color: transparent
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #555;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7
}

.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-default .btn-link {
    color: #777
}

.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
    color: #333
}

.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
    color: #ccc
}

.navbar-inverse {
    background-color: #222;
    border-color: #090909
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-text {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #090909
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:focus,
.navbar-inverse .navbar-nav>.disabled>a:hover {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: #090909
}

@media (max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #090909
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090909
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #9d9d9d
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #fff;
        background-color: transparent
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #fff;
        background-color: #090909
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010
}

.navbar-inverse .navbar-link {
    color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.navbar-inverse .btn-link {
    color: #9d9d9d
}

.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
    color: #fff
}

.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
    color: #444
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

.breadcrumb>li {
    display: inline-block
}

.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/Â "
}

.breadcrumb>.active {
    color: #777
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857;
    color: #004ea8;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #004ea8;
    border-color: #004ea8
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none
}

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

.pager:after {
    clear: both
}

.pager li {
    display: inline
}

.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager li>a:focus,
.pager li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.pager .next>a,
.pager .next>span {
    float: right
}

.pager .previous>a,
.pager .previous>span {
    float: left
}

.pager .disabled>a,
.pager .disabled>a:focus,
.pager .disabled>a:hover,
.pager .disabled>span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

a.label:focus,
a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label-default {
    background-color: #777
}

.label-default[href]:focus,
.label-default[href]:hover {
    background-color: #5e5e5e
}

.label-primary {
    background-color: #004ea8
}

.label-primary[href]:focus,
.label-primary[href]:hover {
    background-color: #286090
}

.label-success {
    background-color: #5cb85c
}

.label-success[href]:focus,
.label-success[href]:hover {
    background-color: #449d44
}

.label-info {
    background-color: #5bc0de
}

.label-info[href]:focus,
.label-info[href]:hover {
    background-color: #31b0d5
}

.label-warning {
    background-color: #f0ad4e
}

.label-warning[href]:focus,
.label-warning[href]:hover {
    background-color: #ec971f
}

.label-danger {
    background-color: #d9534f
}

.label-danger[href]:focus,
.label-danger[href]:hover {
    background-color: #c9302c
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.btn-group-xs>.btn .badge,
.btn-xs .badge {
    top: 0;
    padding: 1px 5px
}

.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
    color: #004ea8;
    background-color: #fff
}

.list-group-item>.badge {
    float: right
}

.list-group-item>.badge+.badge {
    margin-right: 5px
}

.nav-pills>li>a>.badge {
    margin-left: 3px
}

a.badge:focus,
a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee
}

.jumbotron .h1,
.jumbotron h1 {
    color: inherit
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200
}

.jumbotron>hr {
    border-top-color: #d5d5d5
}

.container .jumbotron,
.container-fluid .jumbotron {
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 6px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }

    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px
    }

    .jumbotron .h1,
    .jumbotron h1 {
        font-size: 63px
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}

.thumbnail a>img,
.thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto
}

.thumbnail .caption {
    padding: 9px;
    color: #333
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
    border-color: #004ea8
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: 700
}

.alert>p,
.alert>ul {
    margin-bottom: 0
}

.alert>p+p {
    margin-top: 5px
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #004ea8;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}

.progress-bar-striped,
.progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 40px 40px
}

.progress-bar.active,
.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media,
.media-body {
    overflow: hidden;
    zoom: 1
}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

.media-object.img-thumbnail {
    max-width: none
}

.media-right,
.media>.pull-right {
    padding-left: 10px
}

.media-left,
.media>.pull-left {
    padding-right: 10px
}

.media-body,
.media-left,
.media-right {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    padding-left: 0;
    margin-bottom: 20px
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #eee
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
    color: #777
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #004ea8;
    border-color: #004ea8
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading>small {
    color: inherit
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
    color: #c7ddef
}

a.list-group-item,
button.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5
}

button.list-group-item {
    width: 100%;
    text-align: left
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success,
button.list-group-item-success {
    color: #3c763d
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6
}

a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info,
button.list-group-item-info {
    color: #31708f
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3
}

a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning,
button.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger,
button.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-body {
    padding: 15px
}

.panel-body:after,
.panel-body:before {
    display: table;
    content: " "
}

.panel-body:after {
    clear: both
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel-heading>.dropdown .dropdown-toggle {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

.panel-title>.small,
.panel-title>.small>a,
.panel-title>a,
.panel-title>small,
.panel-title>small>a {
    color: inherit
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
    margin-bottom: 0
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group+.panel-footer {
    border-top-width: 0
}

.panel>.panel-collapse>.table,
.panel>.table,
.panel>.table-responsive>.table {
    margin-bottom: 0
}

.panel>.panel-collapse>.table caption,
.panel>.table caption,
.panel>.table-responsive>.table caption {
    padding-right: 15px;
    padding-left: 15px
}

.panel>.table-responsive:first-child>.table:first-child,
.panel>.table:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child,
.panel>.table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 3px
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
    border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child td,
.panel>.table>tbody:first-child>tr:first-child th {
    border-top: 0
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
    border: 0
}

.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
    border-left: 0
}

.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
    border-right: 0
}

.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
    border-bottom: 0
}

.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0
}

.panel>.table-responsive {
    margin-bottom: 0;
    border: 0
}

.panel-group {
    margin-bottom: 20px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px
}

.panel-group .panel+.panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid #ddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default {
    border-color: #ddd
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd
}

.panel-default>.panel-heading .badge {
    color: #f5f5f5;
    background-color: #333
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #004ea8
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #004ea8;
    border-color: #004ea8
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #004ea8
}

.panel-primary>.panel-heading .badge {
    color: #004ea8;
    background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #004ea8
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #d6e9c6
}

.panel-success>.panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d6e9c6
}

.panel-info {
    border-color: #bce8f1
}

.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #bce8f1
}

.panel-info>.panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bce8f1
}

.panel-warning {
    border-color: #faebcc
}

.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #faebcc
}

.panel-warning>.panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #faebcc
}

.panel-danger {
    border-color: #ebccd1
}

.panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ebccd1
}

.panel-danger>.panel-heading .badge {
    color: #f2dede;
    background-color: #a94442
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ebccd1
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15)
}

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.in {
    opacity: .5
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header:after,
.modal-header:before {
    display: table;
    content: " "
}

.modal-header:after {
    clear: both
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer:after,
.modal-footer:before {
    display: table;
    content: " "
}

.modal-footer:after {
    clear: both
}

.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857;
    line-break: auto;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    font-size: 12px;
    opacity: 0
}

.tooltip.in {
    opacity: .9
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857;
    line-break: auto;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    font-size: 14px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover>.arrow {
    border-width: 11px
}

.popover>.arrow,
.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover>.arrow:after {
    content: "";
    border-width: 10px
}

.popover.top>.arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    border-bottom-width: 0
}

.popover.top>.arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25);
    border-left-width: 0
}

.popover.right>.arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0
}

.popover.bottom>.arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25)
}

.popover.bottom>.arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25)
}

.popover.left>.arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner>.item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner>.item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -moz-transition: -moz-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px
    }

    .carousel-inner>.item.active.right,
    .carousel-inner>.item.next {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0
    }

    .carousel-inner>.item.active.left,
    .carousel-inner>.item.prev {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0
    }

    .carousel-inner>.item.active,
    .carousel-inner>.item.next.left,
    .carousel-inner>.item.prev.right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0
    }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block
}

.carousel-inner>.active {
    left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.prev {
    left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0
}

.carousel-inner>.active.left {
    left: -100%
}

.carousel-inner>.active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    background-color: transparent;
    opacity: .5
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-repeat: repeat-x
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-repeat: repeat-x
}

.carousel-control:focus,
.carousel-control:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1
}

.carousel-control .icon-prev:before {
    content: "\2039"
}

.carousel-control .icon-next:before {
    content: "\203a"
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 10px
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-caption .btn {
    text-shadow: none
}

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

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -10px
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -10px
    }

    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

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

.clearfix:after {
    clear: both
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

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

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-xs {
    display: none !important
}

.visible-sm {
    display: none !important
}

.visible-md {
    display: none !important
}

.visible-lg {
    display: none !important
}

.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none !important
}

@media (max-width:767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs,
    th.visible-xs {
        display: table-cell !important
    }
}

@media (max-width:767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width:767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm,
    th.visible-sm {
        display: table-cell !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md,
    th.visible-md {
        display: table-cell !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg,
    th.visible-lg {
        display: table-cell !important
    }
}

@media (min-width:1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table !important
    }

    tr.visible-print {
        display: table-row !important
    }

    td.visible-print,
    th.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

html.overlay-open .navbar-fixed-top {
    z-index: 400
}

html.js fieldset.collapsed {
    border-left-width: 1px;
    border-right-width: 1px;
    height: auto
}

html.js input.form-autocomplete {
    background-image: none
}

html.js input.form-autocomplete {
    background-image: none
}

html.js .autocomplete-throbber {
    background-position: 100% 2px;
    background-repeat: no-repeat;
    display: inline-block;
    height: 15px;
    margin: 2px 0 0 2px;
    width: 15px
}

html.js .autocomplete-throbber.throbbing {
    background-position: 100% -18px
}

body {
    position: relative
}

body.admin-expanded.admin-vertical.admin-nw .navbar,
body.admin-expanded.admin-vertical.admin-sw .navbar {
    margin-left: 260px
}

body.navbar-is-fixed-top {
    padding-top: 64px
}

body.navbar-is-fixed-bottom {
    padding-bottom: 64px !important
}

body.toolbar {
    padding-top: 30px !important
}

body.toolbar .navbar-fixed-top {
    top: 30px
}

body.toolbar.navbar-is-fixed-top {
    padding-top: 94px !important
}

body.toolbar-drawer {
    padding-top: 64px !important
}

body.toolbar-drawer .navbar-fixed-top {
    top: 64px
}

body.toolbar-drawer.navbar-is-fixed-top {
    padding-top: 128px !important
}

body.admin-menu .navbar-fixed-top {
    top: 29px
}

body.admin-menu.navbar-is-fixed-top {
    padding-top: 93px !important
}

body div#admin-toolbar {
    z-index: 1600
}

body #admin-menu,
body #admin-toolbar,
body #toolbar {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

body #admin-menu {
    margin: 0;
    padding: 0;
    position: fixed;
    z-index: 1600
}

body #admin-menu .dropdown li {
    line-height: normal
}

@media screen and (min-width:768px) {
    .navbar.container {
        max-width: 720px
    }
}

@media screen and (min-width:992px) {
    .navbar.container {
        max-width: 940px
    }
}

@media screen and (min-width:1200px) {
    .navbar.container {
        max-width: 1140px
    }
}

.navbar.container,
.navbar.container-fluid {
    margin-top: 20px;
    max-width: 1286px
}

.navbar.container-fluid:first-child,
.navbar.container:first-child {
    margin-top: 0
}

.navbar.container-fluid:last-child,
.navbar.container:last-child {
    margin-bottom: 0
}

.navbar.container-fluid>.container-fluid,
.navbar.container>.container {
    margin: 0;
    padding: 0;
    width: auto
}

#overlay-container,
.overlay-element,
.overlay-modal-background {
    z-index: 1500
}

#toolbar {
    z-index: 1600
}

.modal {
    z-index: 1620
}

.modal-dialog {
    z-index: 1630
}

.ctools-modal-dialog .modal-body {
    width: 100% !important;
    overflow: auto
}

.modal-backdrop {
    z-index: 1610
}

.footer {
    margin-top: 45px;
    padding-top: 35px;
    padding-bottom: 36px;
    border-top: 1px solid #e5e5e5
}

.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .2
}

.element-invisible {
    margin: 0;
    padding: 0;
    width: 1px
}

.navbar .logo {
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px
}

@media screen and (min-width:768px) {
    .navbar .logo {
        margin-right: 0;
        padding-left: 0
    }
}

ul.secondary {
    float: left
}

@media screen and (min-width:768px) {
    ul.secondary {
        float: right
    }
}

.page-header {
    border: none;
    margin-top: 0;
    padding-bottom: 0
}

.jumbotron {
    background-color: transparent;
    padding: 0
}

.region-sidebar-first .block:first-child h2.block-title,
.region-sidebar-second .block:first-child h2.block-title {
    margin-top: 0
}

p:last-child {
    margin-bottom: 0
}

.region-help>.glyphicon {
    font-size: 20px;
    float: left;
    margin: -.05em .5em 0 0
}

.region-help .block {
    overflow: hidden
}

form#search-block-form {
    margin: 0
}

.navbar #block-search-form {
    float: none;
    margin: 5px 0 5px 5px
}

@media screen and (min-width:992px) {
    .navbar #block-search-form {
        float: right
    }
}

.navbar #block-search-form .input-group-btn {
    width: auto
}

.navbar-search .control-group {
    margin-bottom: 0
}

ul.action-links {
    margin: 12px 0;
    padding: 0
}

ul.action-links li {
    display: inline;
    margin: 0;
    padding: 0 6px 0 0
}

ul.action-links .glyphicon {
    padding-right: .5em
}

.uneditable-input,
input,
select,
textarea {
    max-width: 100%;
    width: auto
}

input.error {
    color: #a94442;
    border-color: #ebccd1
}

fieldset legend.panel-heading {
    float: left;
    line-height: 1em;
    margin: 0
}

fieldset .panel-body {
    clear: both;
    display: inherit
}

fieldset .panel-heading a.panel-title {
    color: inherit;
    display: block;
    margin: -10px -15px;
    padding: 10px 15px
}

fieldset .panel-heading a.panel-title:hover {
    text-decoration: none
}

.form-group:last-child,
.panel:last-child {
    margin-bottom: 0
}

.form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0
}

.form-actions {
    clear: both
}

.managed-files.table td:first-child {
    width: 100%
}

div.image-widget-data {
    float: none;
    overflow: hidden
}

table.sticky-header {
    z-index: 1
}

.resizable-textarea textarea {
    border-radius: 4px 4px 0 0
}

.text-format-wrapper {
    margin-bottom: 15px
}

.text-format-wrapper .filter-wrapper,
.text-format-wrapper>.form-type-textarea {
    margin-bottom: 0
}

.filter-wrapper {
    border-radius: 0 0 4px 4px
}

.filter-wrapper .panel-body {
    padding: 7px
}

.filter-wrapper .form-type-select {
    min-width: 30%
}

.filter-wrapper .form-type-select .filter-list {
    width: 100%
}

.filter-help {
    margin-top: 5px;
    text-align: center
}

@media screen and (min-width:768px) {
    .filter-help {
        float: right
    }
}

.filter-help .glyphicon {
    margin: 0 5px 0 0;
    vertical-align: text-top
}

.checkbox:first-child,
.radio:first-child {
    margin-top: 0
}

.checkbox:last-child,
.radio:last-child {
    margin-bottom: 0
}

.control-group .help-inline,
.help-block {
    color: #777;
    font-size: 12px;
    margin: 5px 0 10px;
    padding: 0
}

.panel-heading {
    display: block
}

a.tabledrag-handle .handle {
    height: auto;
    width: auto
}

.error {
    color: #a94442
}

div.error,
table tr.error {
    background-color: #f2dede;
    color: #a94442
}

.form-group.error,
.form-group.has-error {
    background: 0 0
}

.form-group.error .control-label,
.form-group.error label,
.form-group.has-error .control-label,
.form-group.has-error label {
    color: #a94442;
    font-weight: 400
}

.form-group.error .uneditable-input,
.form-group.error input,
.form-group.error select,
.form-group.error textarea,
.form-group.has-error .uneditable-input,
.form-group.has-error input,
.form-group.has-error select,
.form-group.has-error textarea {
    color: #555
}

.form-group.error .help-block,
.form-group.error .help-inline,
.form-group.has-error .help-block,
.form-group.has-error .help-inline {
    color: #777
}

.nav-tabs {
    margin-bottom: 10px
}

ul li.collapsed,
ul li.expanded,
ul li.leaf {
    list-style: none;
    list-style-image: none
}

.tabs--secondary {
    margin: 0 0 10px
}

.submitted {
    margin-bottom: 1em;
    font-style: italic;
    font-weight: 400;
    color: #777
}

.form-type-password-confirm {
    position: relative
}

.form-type-password-confirm label {
    display: block
}

.form-type-password-confirm label .label {
    float: right
}

.form-type-password-confirm .password-help {
    padding-left: 2em
}

@media (min-width:768px) {
    .form-type-password-confirm .password-help {
        border-left: 1px solid #ddd;
        left: 50%;
        margin-left: 15px;
        position: absolute
    }
}

@media (min-width:992px) {
    .form-type-password-confirm .password-help {
        left: 33.33333%
    }
}

.form-type-password-confirm .progress {
    background: 0 0;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    height: 4px;
    margin: -5px 0 0
}

.form-type-password-confirm .form-type-password {
    clear: left
}

.form-type-password-confirm .form-control-feedback {
    right: 15px
}

.form-type-password-confirm .help-block {
    clear: both
}

ul.pagination li>a.progress-disabled {
    float: left
}

.form-autocomplete .glyphicon {
    color: #777;
    font-size: 120%
}

.form-autocomplete .glyphicon.glyphicon-spin {
    color: #004ea8
}

.form-autocomplete .input-group-addon {
    background-color: #fff
}

.ajax-progress-bar {
    border-radius: 0 0 4px 4px;
    border: 1px solid #ccc;
    margin: -1px 0 0;
    padding: 6px 12px;
    width: 100%
}

.ajax-progress-bar .progress {
    height: 8px;
    margin: 0
}

.ajax-progress-bar .message,
.ajax-progress-bar .percentage {
    color: #777;
    font-size: 14px;
    line-height: 1em;
    margin: 5px 0 0;
    padding: 0
}

.glyphicon-spin {
    display: inline-block;
    -moz-animation: spin 1s infinite linear;
    -o-animation: spin 1s infinite linear;
    -webkit-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear
}

a .glyphicon-spin {
    display: inline-block;
    text-decoration: none
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0)
    }

    100% {
        -moz-transform: rotate(359deg)
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg)
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0)
    }

    100% {
        -o-transform: rotate(359deg)
    }
}

@-ms-keyframes spin {
    0% {
        -ms-transform: rotate(0)
    }

    100% {
        -ms-transform: rotate(359deg)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(359deg)
    }
}

.tabbable {
    margin-bottom: 20px
}

.tabs-below>.nav-tabs,
.tabs-left>.nav-tabs,
.tabs-right>.nav-tabs {
    border-bottom: 0
}

.tabs-below>.nav-tabs .summary,
.tabs-left>.nav-tabs .summary,
.tabs-right>.nav-tabs .summary {
    color: #777;
    font-size: 14px
}

.tab-pane>.panel-heading {
    display: none
}

.tab-content>.active {
    display: block
}

.tabs-below>.nav-tabs {
    border-top: 1px solid #ddd
}

.tabs-below>.nav-tabs>li {
    margin-top: -1px;
    margin-bottom: 0
}

.tabs-below>.nav-tabs>li>a {
    border-radius: 0 0 4px 4px
}

.tabs-below>.nav-tabs>li>a:focus,
.tabs-below>.nav-tabs>li>a:hover {
    border-top-color: #ddd;
    border-bottom-color: transparent
}

.tabs-below>.nav-tabs>.active>a,
.tabs-below>.nav-tabs>.active>a:focus,
.tabs-below>.nav-tabs>.active>a:hover {
    border-color: transparent #ddd #ddd
}

.tabs-left>.nav-tabs,
.tabs-right>.nav-tabs {
    padding-bottom: 20px;
    width: 220px
}

.tabs-left>.nav-tabs>li,
.tabs-right>.nav-tabs>li {
    float: none
}

.tabs-left>.nav-tabs>li:focus,
.tabs-right>.nav-tabs>li:focus {
    outline: 0
}

.tabs-left>.nav-tabs>li>a,
.tabs-right>.nav-tabs>li>a {
    margin-right: 0;
    margin-bottom: 3px
}

.tabs-left>.nav-tabs>li>a:focus,
.tabs-right>.nav-tabs>li>a:focus {
    outline: 0
}

.tabs-left>.tab-content,
.tabs-right>.tab-content {
    border-radius: 0 4px 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    border: 1px solid #ddd;
    overflow: hidden;
    padding: 10px 15px
}

.tabs-left>.nav-tabs {
    float: left;
    margin-right: -1px
}

.tabs-left>.nav-tabs>li>a {
    border-radius: 4px 0 0 4px
}

.tabs-left>.nav-tabs>li>a:focus,
.tabs-left>.nav-tabs>li>a:hover {
    border-color: #eee #ddd #eee #eee
}

.tabs-left>.nav-tabs>.active>a,
.tabs-left>.nav-tabs>.active>a:focus,
.tabs-left>.nav-tabs>.active>a:hover {
    border-color: #ddd transparent #ddd #ddd;
    -webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, .05);
    -moz-box-shadow: -1px 1px 1px rgba(0, 0, 0, .05);
    box-shadow: -1px 1px 1px rgba(0, 0, 0, .05)
}

.tabs-right>.nav-tabs {
    float: right;
    margin-left: -1px
}

.tabs-right>.nav-tabs>li>a {
    border-radius: 0 4px 4px 0
}

.tabs-right>.nav-tabs>li>a:focus,
.tabs-right>.nav-tabs>li>a:hover {
    border-color: #eee #eee #eee #ddd;
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, .05);
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .05)
}

.tabs-right>.nav-tabs>.active>a,
.tabs-right>.nav-tabs>.active>a:focus,
.tabs-right>.nav-tabs>.active>a:hover {
    border-color: #ddd #ddd #ddd transparent
}

td.checkbox,
td.radio,
th.checkbox,
th.radio {
    display: table-cell
}

.views-display-settings .label {
    font-size: 100%;
    color: #666
}

.views-display-settings .footer {
    padding: 0;
    margin: 4px 0 0
}

.views-exposed-form .views-exposed-widget .btn {
    margin-top: 1.8em
}

table .checkbox input[type=checkbox],
table .radio input[type=radio] {
    max-width: inherit
}

.form-horizontal .form-group label {
    position: relative;
    min-height: 1px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:768px) {
    .form-horizontal .form-group label {
        float: left
    }
}

.alert a {
    font-weight: 700
}

.alert-success a,
.alert-success a:focus,
.alert-success a:hover {
    color: #2b542c
}

.alert-info a,
.alert-info a:focus,
.alert-info a:hover {
    color: #245269
}

.alert-warning a,
.alert-warning a:focus,
.alert-warning a:hover {
    color: #66512c
}

.alert-danger a,
.alert-danger a:focus,
.alert-danger a:hover {
    color: #843534
}

div.image-style-new,
div.image-style-new div {
    display: block
}

div.image-style-new div.input-group {
    display: table
}

.table-striped>tbody>tr:nth-child(odd)>td.module,
.table>tbody>tr>td.module,
td.module {
    background: #ddd;
    font-weight: 700
}

.book-toc>.dropdown-menu {
    overflow: hidden
}

.book-toc>.dropdown-menu>.dropdown-header {
    white-space: nowrap
}

.book-toc>.dropdown-menu>li:nth-child(1)>a {
    font-weight: 700
}

.book-toc>.dropdown-menu .dropdown-menu {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 0;
    display: block;
    font-size: 14px;
    margin: 0;
    padding: 0;
    position: static;
    width: 100%
}

.book-toc>.dropdown-menu .dropdown-menu>li {
    padding-left: 20px
}

.book-toc>.dropdown-menu .dropdown-menu>li>a {
    margin-left: -40px;
    padding-left: 60px
}

#features-filter .form-item.form-type-checkbox {
    padding-left: 20px
}

fieldset.features-export-component {
    font-size: 14px
}

fieldset.features-export-component,
html.js #features-export-form fieldset.features-export-component {
    margin: 0 0 10px
}

fieldset.features-export-component .panel-heading {
    padding: 5px 10px
}

fieldset.features-export-component .panel-heading a.panel-title {
    font-size: 14px;
    font-weight: 500;
    margin: -5px -10px;
    padding: 5px 10px
}

fieldset.features-export-component .panel-body {
    padding: 0 10px
}

div.features-export-list {
    margin: -11px 0 10px;
    padding: 0 10px
}

div.features-export-list .form-type-checkbox,
fieldset.features-export-component .component-select .form-type-checkbox {
    line-height: 1em;
    margin: 5px 5px 5px 0 !important;
    min-height: 0;
    padding: 3px 3px 3px 25px !important
}

div.features-export-list .form-type-checkbox input[type=checkbox],
fieldset.features-export-component .component-select .form-type-checkbox input[type=checkbox] {
    margin-top: 0
}

body.navbar-is-fixed-top.navbar-administration.navbar-horizontal.navbar-tray-open .navbar-fixed-top {
    top: 79px
}

body.navbar-is-fixed-top.navbar-administration .navbar-fixed-top {
    top: 39px
}

@media (min-width:768px) {
    body.navbar-is-fixed-top.navbar-administration.navbar-vertical.navbar-tray-open .navbar-fixed-top {
        left: 240px;
        left: 24rem
    }
}

.navbar-administration #navbar-administration.navbar-oriented .navbar-bar {
    z-index: 1032
}

.navbar-administration #navbar-administration .navbar-tray {
    z-index: 1031
}

body.navbar-is-fixed-top.navbar-administration {
    padding-top: 103px !important
}

body.navbar-is-fixed-top.navbar-administration.navbar-horizontal.navbar-tray-open {
    padding-top: 143px !important
}

body.navbar-tray-open.navbar-vertical.navbar-fixed {
    margin-left: 240px;
    margin-left: 24rem
}

#navbar-administration.navbar-oriented .navbar-tray-vertical {
    width: 24rem
}

a.icon-before .glyphicon {
    margin-right: .25em
}

a.icon-after .glyphicon {
    margin-left: .25em
}

.btn.icon-before .glyphicon {
    margin-left: -.25em;
    margin-right: .25em
}

.btn.icon-after .glyphicon {
    margin-left: .25em;
    margin-right: -.25em
}

/*@font-face {
    font-family: "Helvetica Neue Lt";
    src: url(/sites/all/themes/custom/standard_bootstrap/assets/fonts/1b950d2a-907a-4888-8056-0d44e8e86338.eot?#iefix);
    src: url(/sites/all/themes/custom/standard_bootstrap/assets/fonts/1b950d2a-907a-4888-8056-0d44e8e86338.eot?#iefix) format("eot"), url(/sites/all/themes/custom/standard_bootstrap/assets/fonts/3a46542f-f429-4821-9a88-62e3be54a640.woff2) format("woff2"), url(/sites/all/themes/custom/standard_bootstrap/assets/fonts/50ac1699-f3d2-47b6-878f-67a368a17c41.woff) format("woff"), url(/sites/all/themes/custom/standard_bootstrap/assets/fonts/0be5590f-8353-4ef3-ada1-43ac380859f8.ttf) format("truetype"), url(/sites/all/themes/custom/standard_bootstrap/assets/fonts/82a4e1c2-7ffd-4c58-86fa-4010a6723c8e.svg#82a4e1c2-7ffd-4c58-86fa-4010a6723c8e) format("svg")
}

@font-face {
    font-family: "Helvetica Neue";
    src: url(/sites/all/themes/custom/standard_bootstrap/assets/fonts/bf7ef4ce-de2a-4213-a9d7-826a3ee323cd.eot?#iefix);
    src: url(/sites/all/themes/custom/standard_bootstrap/assets/fonts/bf7ef4ce-de2a-4213-a9d7-826a3ee323cd.eot?#iefix) format("eot"), url(/sites/all/themes/custom/standard_bootstrap/assets/fonts/3dac71eb-afa7-4c80-97f0-599202772905.woff2) format("woff2"), url(/sites/all/themes/custom/standard_bootstrap/assets/fonts/34e0e4c0-c294-49bb-9a8e-1b2cafd54e32.woff) format("woff"), url(/sites/all/themes/custom/standard_bootstrap/assets/fonts/8a8bfee3-197c-4942-9b11-71508cc9f406.ttf) format("truetype"), url(/sites/all/themes/custom/standard_bootstrap/assets/fonts/5101995a-e73b-4cf9-84e8-f99eb43277b1.svg#5101995a-e73b-4cf9-84e8-f99eb43277b1) format("svg")
}

@font-face {
    font-family: "Helvetica Neue";
    font-style: italic;
    src: url(/sites/all/themes/custom/standard_bootstrap/assets/fonts/5d0e5dca-869d-4e14-ac6b-45fbab3c4047.eot?#iefix);
    src: url(/sites/all/themes/custom/standard_bootstrap/assets/fonts/5d0e5dca-869d-4e14-ac6b-45fbab3c4047.eot?#iefix) format("eot"), url(/sites/all/themes/custom/standard_bootstrap/assets/fonts/21c44514-f4d6-4cff-a5de-e4cac5e61aff.woff2) format("woff2"), url(/sites/all/themes/custom/standard_bootstrap/assets/fonts/e7c4b231-76ad-47c7-a54b-5d84dcd78d0f.woff) format("woff"), url(/sites/all/themes/custom/standard_bootstrap/assets/fonts/b6db417f-e795-426a-a2af-adc37a3419a6.ttf) format("truetype"), url(/sites/all/themes/custom/standard_bootstrap/assets/fonts/0c6d116c-89d1-402b-b9f3-2d9890d7a4ee.svg#0c6d116c-89d1-402b-b9f3-2d9890d7a4ee) format("svg")
}

@font-face {
    font-family: "Helvetica Neue";
    font-weight: 700;
    src: url(/sites/all/themes/custom/standard_bootstrap/assets/fonts/8a6c3e5a-88a5-430c-91d8-7767ce971d12.eot?#iefix);
    src: url(/sites/all/themes/custom/standard_bootstrap/assets/fonts/8a6c3e5a-88a5-430c-91d8-7767ce971d12.eot?#iefix) format("eot"), url(/sites/all/themes/custom/standard_bootstrap/assets/fonts/531c5a28-5575-4f58-96d4-a80f7b702d7b.woff2) format("woff2"), url(/sites/all/themes/custom/standard_bootstrap/assets/fonts/439c5962-f9fe-4eaf-a1f6-f41d42edba75.woff) format("woff"), url(/sites/all/themes/custom/standard_bootstrap/assets/fonts/419a308d-b777-4f84-9235-2caf4a98ec23.ttf) format("truetype"), url(/sites/all/themes/custom/standard_bootstrap/assets/fonts/e4d5b881-6835-45b7-8766-3e5b9e7cab8b.svg#e4d5b881-6835-45b7-8766-3e5b9e7cab8b) format("svg")
}

@font-face {
    font-family: "Helvetica Neue Bd Cn";
    src: url(/sites/all/themes/custom/standard_bootstrap/assets/fonts/1527aeed-e69d-4399-82e3-7b53d48da7a2.eot?#iefix);
    src: url(/sites/all/themes/custom/standard_bootstrap/assets/fonts/1527aeed-e69d-4399-82e3-7b53d48da7a2.eot?#iefix) format("eot"), url(/sites/all/themes/custom/standard_bootstrap/assets/fonts/5f4620bc-98f7-4b13-9f90-3a54ea6a9c55.woff2) format("woff2"), url(/sites/all/themes/custom/standard_bootstrap/assets/fonts/ac30e84e-cb19-4576-b6f9-491fccbd42ff.woff) format("woff"), url(/sites/all/themes/custom/standard_bootstrap/assets/fonts/b583b782-0709-4a13-899f-7e9ab1a7eccd.ttf) format("truetype"), url(/sites/all/themes/custom/standard_bootstrap/assets/fonts/d5dd03f5-3afb-46e9-aad0-234de8607afa.svg#d5dd03f5-3afb-46e9-aad0-234de8607afa) format("svg")
}*/

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

html {
    background: #c7c7c7
}

body,
html {
    height: 100%;
    width: 100%;
    max-width: 1396px;
    margin: auto
}

.menu-name-menu-global-navigation {
    margin-left: 25px
}

.main-container {
    background: #fff
}

.main-container .main-wrapper {
    padding-bottom: 80px;
    min-height: 800px
}

iframe {
    border: 0
}

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

a img {
    border: none
}

img.img-responsive {
    display: inline-block
}

.field-type-text-long img,
.field-type-text-with-summary img,
.views-row img {
    width: auto
}

.paragraphs-item-campaign-text-area img,
.paragraphs-item-quote-with-image img,
.paragraphs-item-quote-with-video img {
    width: inherit
}

.modal-content {
    border-radius: 0
}

table {
    width: 100%;
    border: 1px solid #e1e6e9;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    margin: 20px 0
}

table img {
    width: auto
}

table tr:nth-child(odd) {
    background: #f1f1f1
}

table tr:nth-child(even) {
    background: #fff
}

table td,
table th {
    padding: 10px 30px 10px 20px;
    border-right: 1px solid #e1e6e9
}

table td.active,
table th.active {
    background-color: inherit
}

table td:last-child,
table th:last-child {
    border-right: none
}

table thead th {
    background: #a4e086;
    font-weight: 400
}

table thead th img {
    padding-right: 5px
}

@media only screen and (max-width:768px) {
    table tr {
        display: block
    }

    table td,
    table th {
        display: block;
        white-space: normal !important
    }

    table td:before,
    table th:before {
        float: left;
        font-weight: 700;
        padding-right: 20px;
        white-space: nowrap;
        text-align: left
    }

    table td:first-child,
    table th:first-child {
        font-weight: 700
    }

    table td:last-child,
    table th:last-child {
        border-right: 1px solid #e1e6e9
    }
}

.modal-open {
    padding-right: 0 !important
}

.krumo-root img {
    max-width: none;
    width: auto
}

.region-content ul {
    padding: 0 20px;
    margin-top: 0
}

.node-type-products .cols .col .field-name-field-body {
    margin-top: 0
}

.align-right {
    float: right
}

.cols {
    margin: 0 auto;
    padding: 40px 20px;
    position: relative;
    width: 100%;
    padding-bottom: 0
}

.cols:first-child {
    margin-top: 0
}

.cols:last-child {
    margin-bottom: 0
}

@media only screen and (min-width:600px) {
    .cols {
        padding-right: 40px;
        padding-left: 40px
    }
}

@media only screen and (min-width:1326px) {
    .cols {
        max-width: 1326px;
        padding-right: 20px;
        padding-left: 20px
    }
}

.cols .col {
    margin: 20px 0
}

.cols .col:first-child {
    margin-top: 0
}

.cols .col:last-child {
    margin-bottom: 0
}

.cols .col h2 {
    margin-top: 0;
    padding-top: 0
}

.cols .paragraphs-items-field-section {
    margin: 20px 0
}

.cols .paragraphs-items-field-section:first-child {
    margin-top: 0
}

.cols .paragraphs-items-field-section:last-child {
    margin-bottom: 0
}

.cols .paragraphs-items-field-section .entity>.content {
    padding: 0
}

.cols .paragraphs-items-field-section .field-name-field-tabs-wrapper {
    max-width: none
}

@media only screen and (min-width:768px) {
    .cols {
        align-items: flex-start;
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between
    }

    .cols .col {
        flex-basis: calc(50% - 20px);
        margin: 0
    }

    .cols.uneven .col:first-child {
        flex-basis: calc(100% - 320px)
    }

    .cols.uneven .col:not(:first-child) {
        flex-basis: 280px
    }
}

@media only screen and (min-width:992px) {
    .cols.uneven .col:first-child {
        flex-basis: calc(100% - 440px)
    }

    .cols.uneven .col:not(:first-child) {
        flex-basis: 400px
    }
}

#accordion .card {
    margin: 10px 0
}

#accordion .card .card-body {
    padding: 10px 20px
}

#accordion .card .card-body a:before {
    font-family: inherit;
    content: none;
    padding-right: 0;
    text-decoration: underline
}

#accordion .card h5 a {
    text-decoration: none
}

#accordion .card h5 a:hover {
    text-decoration: none
}

#accordion .card h5 a:active,
#accordion .card h5 a:focus {
    text-decoration: none
}

#accordion .card h5 a:before {
    font-family: FontAwesome;
    content: '\f068 ';
    padding-right: 7px;
    text-decoration: none
}

#accordion .card h5 a.acc-trigger:before {
    font-family: FontAwesome;
    content: '\f067 ';
    padding-right: 7px;
    text-decoration: none
}

#accordion .card h5 a.collapsed:before {
    font-family: FontAwesome;
    content: '\f067 ';
    padding-right: 7px;
    text-decoration: none
}

aside .block-facetapi .facetapi-facetapi-links li {
    display: inline
}

aside .block-facetapi .facetapi-facetapi-links li a {
    display: inline-block;
    margin: 5px 5px 0 0
}

aside .block-facetapi .facetapi-facetapi-links li a:hover {
    border-color: #005ad3;
    text-decoration: none
}

.main-container>.main-wrapper>.row {
    margin-right: 0;
    margin-left: 0
}

.main-container>.main-wrapper>.row>section {
    padding-left: 0;
    padding-right: 0
}

.main-wrapper+.row {
    margin-right: 0;
    margin-left: 0
}

.paragraphs-items-field-section .entity>.content {
    margin: 0 auto;
    padding: 40px 20px;
    position: relative;
    width: 100%
}

.paragraphs-items-field-section .entity>.content:first-child {
    margin-top: 0
}

.paragraphs-items-field-section .entity>.content:last-child {
    margin-bottom: 0
}

@media only screen and (min-width:600px) {
    .paragraphs-items-field-section .entity>.content {
        padding-right: 40px;
        padding-left: 40px
    }
}

@media only screen and (min-width:1326px) {
    .paragraphs-items-field-section .entity>.content {
        max-width: 1326px;
        padding-right: 20px;
        padding-left: 20px
    }
}

.wrapper {
    margin: 0 auto;
    max-width: 1286px
}

.node-type-webform h1,
.page-retirement-enrollment-form h1 {
    text-transform: none
}

.node-type-webform .main-wrapper>.row,
.page-retirement-enrollment-form .main-wrapper>.row {
    margin: 0 auto;
    padding: 40px 20px;
    position: relative;
    width: 100%
}

.node-type-webform .main-wrapper>.row:first-child,
.page-retirement-enrollment-form .main-wrapper>.row:first-child {
    margin-top: 0
}

.node-type-webform .main-wrapper>.row:last-child,
.page-retirement-enrollment-form .main-wrapper>.row:last-child {
    margin-bottom: 0
}

@media only screen and (min-width:600px) {

    .node-type-webform .main-wrapper>.row,
    .page-retirement-enrollment-form .main-wrapper>.row {
        padding-right: 40px;
        padding-left: 40px
    }
}

@media only screen and (min-width:1326px) {

    .node-type-webform .main-wrapper>.row,
    .page-retirement-enrollment-form .main-wrapper>.row {
        max-width: 1326px;
        padding-right: 20px;
        padding-left: 20px
    }
}

@media only screen and (min-width:865px) {

    .node-type-webform .main-wrapper>.row,
    .page-retirement-enrollment-form .main-wrapper>.row {
        max-width: 865px;
        padding-right: 20px;
        padding-left: 20px
    }
}

.main-wrapper .views-submit-button {
    margin: .5em 0 0;
    padding: 0
}

html .main-wrapper .views-submit-button .form-submit {
    margin: 0
}

@media only screen and (min-width:768px) {
    .block-system-main>.node>.field-name-hero-image+.cols-wrapper {
        margin-top: -10px
    }

    .block-system-main>.node>.field-name-hero-image+.cols-wrapper .cols {
        padding-top: 0
    }
}

@media only screen and (min-width:992px) {
    .block-system-main>.node>.field-name-hero-image+.cols-wrapper {
        margin-top: -40px
    }
}

.blueBg {
    background: #004ea8;
    color: #fff
}

.greenBg {
    background: #54b948;
    color: #fff
}

.grayBg {
    background: #e5e5e5;
    color: #000
}

.top60 {
    margin-top: 60px
}

.top15 {
    margin-top: 15px
}

.top10 {
    margin-top: 10px
}

.bottom10 {
    margin-bottom: 10px
}

.pad5 {
    padding-top: 5px;
    padding-bottom: 5px
}

.btn-success {
    background-color: #54b948
}

.hideError {
    display: none
}

.showError {
    display: block
}

.printOnly {
    display: none
}

@media print {
    @page {
        margin: 2cm
    }

    #navbar {
        display: none
    }

    .page-header {
        margin-top: 0
    }

    .form-group {
        page-break-inside: avoid
    }

    .printOnly {
        display: block
    }

    .printHide {
        display: none
    }
}

body {
    color: #505050;
    font-family: "Helvetica Neue", helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.375em
}

blockquote,
h4,
h5,
h6,
li,
ol,
p,
ul {
    margin: 5px 0
}

blockquote:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
li:first-child,
ol:first-child,
p:first-child,
ul:first-child {
    margin-top: 0
}

blockquote:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
li:last-child,
ol:last-child,
p:last-child,
ul:last-child {
    margin-bottom: 0
}

@media only screen and (min-width:600px) {

    blockquote,
    h4,
    h5,
    h6,
    li,
    ol,
    p,
    ul {
        margin: 10px 0
    }
}

a {
    color: #004ea8;
    transition: color .3s ease;
    text-decoration: underline
}

a:focus,
a:hover {
    color: #005ad3;
    text-decoration: underline
}

.promo-quote {
    font-size: 1.25em
}

.promo-quote:after,
.promo-quote:before {
    font-family: FontAwesome;
    font-size: 24px;
    padding: 5px
}

.promo-quote:before {
    content: '\f10d'
}

.promo-quote:after {
    content: '\f10e'
}

h1 {
    font-size: 3em;
    font-weight: 400;
    line-height: 1.25em;
    margin: .625em 0 .5em
}

@media only screen and (max-width:992px) {
    h1 {
        font-size: 2em;
        line-height: 1.125em
    }
}

.hide-title h1 {
    display: none
}

h2 {
    font-size: 1.875em;
    font-weight: 400;
    line-height: 1.25em;
    margin: .625em 0 .5em
}

@media only screen and (max-width:992px) {
    h2 {
        font-size: 1.375em;
        line-height: 1.125em
    }
}

.main-container h2.block-title {
    font-family: "Helvetica Neue Bd Cn", helvetica, sans-serif;
    font-size: 1.875em;
    font-weight: 400;
    line-height: 1.25em;
    text-transform: uppercase;
    margin: 1em 0
}

.main-container h2.block-title:first-child {
    margin-top: 0
}

.main-container h2.block-title:last-child {
    margin-bottom: 0
}

@media only screen and (max-width:992px) {
    .main-container h2.block-title {
        font-size: 1.1 .375em
    }
}

h3 {
    font-family: "Helvetica Neue", helvetica, sans-serif;
    font-size: 1.5em;
    font-weight: 400;
    line-height: 1.25em;
    text-transform: none
}

h3:first-child {
    margin-top: 0
}

h3:last-child {
    margin-bottom: 0
}

@media only screen and (max-width:992px) {
    h3 {
        font-size: 1.275em;
        line-height: 1.125
    }
}

h4 {
    font-size: 1.125em;
    font-weight: 400;
    line-height: 1.25em
}

h4:first-child {
    margin-top: 0
}

h4:last-child {
    margin-bottom: 0
}

@media only screen and (max-width:992px) {
    h4 {
        font-size: 1em;
        line-height: 1.125
    }
}

h5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25em
}

h5:first-child {
    margin-top: 0
}

h5:last-child {
    margin-bottom: 0
}

.intro-text {
    font-size: 1.5em;
    font-weight: 400;
    line-height: 1.25em
}

.intro-text:first-child {
    margin-top: 0
}

.intro-text:last-child {
    margin-bottom: 0
}

@media only screen and (max-width:992px) {
    .intro-text {
        font-size: 1em;
        line-height: 1.125
    }
}

.blue-text {
    color: #004ea8
}

.stat-space {
    margin-bottom: 25px
}

.cyan-lg-stat {
    font-size: 36px;
    color: #75d0f4;
    border-right: 1px dotted #004ea8;
    font-weight: 700;
    padding-right: 10px;
    margin-right: 10px
}

.quote-block {
    position: relative;
    background-color: #eff1f3;
    padding: 9vw 75px 25px;
    text-align: left;
    font-size: 1.25em;
    line-height: 1.35em;
    margin: 0 -80px
}

@media only screen and (max-width:1396px) {
    .quote-block {
        margin: auto
    }
}

.quote-block:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg class='taper-top' preserveAspectRatio='none' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' fill='white'%3E%3Cpolygon id='Rectangle-1' points='0 0 16 0 0 16'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    cursor: pointer;
    display: inline-block;
    font-size: .01em;
    height: 6vw;
    left: -.05vw;
    line-height: .01em;
    position: absolute;
    width: 104vw;
    top: -1px;
    width: 100%
}

.quote-block:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg class='taper-top' preserveAspectRatio='none' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' fill='white'%3E%3Cpolygon id='Rectangle-1' points='0 0 16 0 0 16'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    cursor: pointer;
    display: inline-block;
    font-size: .01em;
    height: 6vw;
    left: -.05vw;
    line-height: .01em;
    position: absolute;
    width: 104vw;
    transform: rotate(180deg) scaleX(-1) translateY(-1px);
    height: 25px;
    width: 100%
}

@media only screen and (min-width:925px) {
    .quote-block:after {
        background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg class='taper-top' preserveAspectRatio='none' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='download' fill='%23EFF1F3'%3E%3Cpolyline id='Rectangle-1' points='0 0 16 0 12.5447076 3.56101431 13.5830811 16 9.88654661 6.11345339 0 16'%3E%3C/polyline%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        content: '';
        height: 60px;
        left: -3px;
        position: relative;
        width: 118%;
        transform: scaleX(-1) translateY(-1px);
        top: 25px;
        display: block;
        margin: 0 0 -60px -76px
    }
}

@media only screen and (min-width:925px) and (max-width:1396px) {
    .quote-block:after {
        width: 122%;
        left: -2px
    }
}

.quote-block p:first-child:after,
.quote-block p:first-child:before {
    font-family: FontAwesome;
    font-size: 24px;
    padding: 5px
}

.quote-block p:first-child:before {
    content: '\f10d'
}

.quote-block p:first-child:after {
    content: '\f10e'
}

.quote-block .quote-cite {
    font-size: .75em
}

.disclaimer {
    font-size: .75em;
    line-height: 1.25;
    margin: 0 0 .5em
}

.btn:focus,
button:not(.close):not(.vjs-big-play-button):not(.vjs-control):focus,
input[type=button]:focus,
input[type=submit]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn,
.btn.btn,
.btn:focus,
button:not(.close):not(.vjs-big-play-button):not(.vjs-control),
button:not(.close):not(.vjs-big-play-button):not(.vjs-control).btn,
button:not(.close):not(.vjs-big-play-button):not(.vjs-control):focus,
input[type=button],
input[type=button].btn,
input[type=button]:focus,
input[type=submit],
input[type=submit].btn,
input[type=submit]:focus {
    border: none;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    line-height: 1.25em;
    margin: 5px 0;
    padding: 8.6px 13.4px 6.6px;
    text-decoration: none;
    transition: all .3s ease;
    white-space: normal;
    width: auto;
    -webkit-appearance: none
}

.btn.btn:first-child,
.btn:first-child,
.btn:focus:first-child,
button:not(.close):not(.vjs-big-play-button):not(.vjs-control).btn:first-child,
button:not(.close):not(.vjs-big-play-button):not(.vjs-control):first-child,
button:not(.close):not(.vjs-big-play-button):not(.vjs-control):focus:first-child,
input[type=button].btn:first-child,
input[type=button]:first-child,
input[type=button]:focus:first-child,
input[type=submit].btn:first-child,
input[type=submit]:first-child,
input[type=submit]:focus:first-child {
    margin-top: 0
}

.btn.btn:last-child,
.btn:focus:last-child,
.btn:last-child,
button:not(.close):not(.vjs-big-play-button):not(.vjs-control).btn:last-child,
button:not(.close):not(.vjs-big-play-button):not(.vjs-control):focus:last-child,
button:not(.close):not(.vjs-big-play-button):not(.vjs-control):last-child,
input[type=button].btn:last-child,
input[type=button]:focus:last-child,
input[type=button]:last-child,
input[type=submit].btn:last-child,
input[type=submit]:focus:last-child,
input[type=submit]:last-child {
    margin-bottom: 0
}

.btn.btn:active,
.btn.btn:hover,
.btn.btn:link,
.btn.btn:visited,
.btn:active,
.btn:focus:active,
.btn:focus:hover,
.btn:focus:link,
.btn:focus:visited,
.btn:hover,
.btn:link,
.btn:visited,
button:not(.close):not(.vjs-big-play-button):not(.vjs-control).btn:active,
button:not(.close):not(.vjs-big-play-button):not(.vjs-control).btn:hover,
button:not(.close):not(.vjs-big-play-button):not(.vjs-control).btn:link,
button:not(.close):not(.vjs-big-play-button):not(.vjs-control).btn:visited,
button:not(.close):not(.vjs-big-play-button):not(.vjs-control):active,
button:not(.close):not(.vjs-big-play-button):not(.vjs-control):focus:active,
button:not(.close):not(.vjs-big-play-button):not(.vjs-control):focus:hover,
button:not(.close):not(.vjs-big-play-button):not(.vjs-control):focus:link,
button:not(.close):not(.vjs-big-play-button):not(.vjs-control):focus:visited,
button:not(.close):not(.vjs-big-play-button):not(.vjs-control):hover,
button:not(.close):not(.vjs-big-play-button):not(.vjs-control):link,
button:not(.close):not(.vjs-big-play-button):not(.vjs-control):visited,
input[type=button].btn:active,
input[type=button].btn:hover,
input[type=button].btn:link,
input[type=button].btn:visited,
input[type=button]:active,
input[type=button]:focus:active,
input[type=button]:focus:hover,
input[type=button]:focus:link,
input[type=button]:focus:visited,
input[type=button]:hover,
input[type=button]:link,
input[type=button]:visited,
input[type=submit].btn:active,
input[type=submit].btn:hover,
input[type=submit].btn:link,
input[type=submit].btn:visited,
input[type=submit]:active,
input[type=submit]:focus:active,
input[type=submit]:focus:hover,
input[type=submit]:focus:link,
input[type=submit]:focus:visited,
input[type=submit]:hover,
input[type=submit]:link,
input[type=submit]:visited {
    color: #fff
}

.btn.btn:first-child,
.btn:first-child,
.btn:focus:first-child,
button:not(.close):not(.vjs-big-play-button):not(.vjs-control).btn:first-child,
button:not(.close):not(.vjs-big-play-button):not(.vjs-control):first-child,
button:not(.close):not(.vjs-big-play-button):not(.vjs-control):focus:first-child,
input[type=button].btn:first-child,
input[type=button]:first-child,
input[type=button]:focus:first-child,
input[type=submit].btn:first-child,
input[type=submit]:first-child,
input[type=submit]:focus:first-child {
    margin-left: 0
}

.btn.btn:last-child,
.btn:focus:last-child,
.btn:last-child,
button:not(.close):not(.vjs-big-play-button):not(.vjs-control).btn:last-child,
button:not(.close):not(.vjs-big-play-button):not(.vjs-control):focus:last-child,
button:not(.close):not(.vjs-big-play-button):not(.vjs-control):last-child,
input[type=button].btn:last-child,
input[type=button]:focus:last-child,
input[type=button]:last-child,
input[type=submit].btn:last-child,
input[type=submit]:focus:last-child,
input[type=submit]:last-child {
    margin-right: 0
}

.btn.btn.tb-megamenu-button,
.btn.tb-megamenu-button,
.btn:focus.tb-megamenu-button,
button:not(.close):not(.vjs-big-play-button):not(.vjs-control).btn.tb-megamenu-button,
button:not(.close):not(.vjs-big-play-button):not(.vjs-control).tb-megamenu-button,
button:not(.close):not(.vjs-big-play-button):not(.vjs-control):focus.tb-megamenu-button,
input[type=button].btn.tb-megamenu-button,
input[type=button].tb-megamenu-button,
input[type=button]:focus.tb-megamenu-button,
input[type=submit].btn.tb-megamenu-button,
input[type=submit].tb-megamenu-button,
input[type=submit]:focus.tb-megamenu-button {
    display: none
}

.btn.btn.login,
.btn.login,
.btn:focus.login,
button:not(.close):not(.vjs-big-play-button):not(.vjs-control).btn.login,
button:not(.close):not(.vjs-big-play-button):not(.vjs-control).login,
button:not(.close):not(.vjs-big-play-button):not(.vjs-control):focus.login,
input[type=button].btn.login,
input[type=button].login,
input[type=button]:focus.login,
input[type=submit].btn.login,
input[type=submit].login,
input[type=submit]:focus.login {
    background-color: #f89728;
    color: #fff
}

.high-contrast .btn.btn.login,
.high-contrast .btn.login,
.high-contrast .btn:focus.login,
.high-contrast button:not(.close):not(.vjs-big-play-button):not(.vjs-control).btn.login,
.high-contrast button:not(.close):not(.vjs-big-play-button):not(.vjs-control).login,
.high-contrast button:not(.close):not(.vjs-big-play-button):not(.vjs-control):focus.login,
.high-contrast input[type=button].btn.login,
.high-contrast input[type=button].login,
.high-contrast input[type=button]:focus.login,
.high-contrast input[type=submit].btn.login,
.high-contrast input[type=submit].login,
.high-contrast input[type=submit]:focus.login {
    background-color: #fff;
    border: 1px solid #01346f;
    color: #004ea8
}

.btn.btn.login:before,
.btn.login:before,
.btn:focus.login:before,
button:not(.close):not(.vjs-big-play-button):not(.vjs-control).btn.login:before,
button:not(.close):not(.vjs-big-play-button):not(.vjs-control).login:before,
button:not(.close):not(.vjs-big-play-button):not(.vjs-control):focus.login:before,
input[type=button].btn.login:before,
input[type=button].login:before,
input[type=button]:focus.login:before,
input[type=submit].btn.login:before,
input[type=submit].login:before,
input[type=submit]:focus.login:before {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    color: #fff;
    content: '\f023';
    cursor: pointer;
    display: inline-block;
    font-family: FontAwesome;
    font-size: 1em;
    height: 24px;
    line-height: 1em;
    margin-right: 5px;
    width: 19px
}

.high-contrast .btn.btn.login:before,
.high-contrast .btn.login:before,
.high-contrast .btn:focus.login:before,
.high-contrast button:not(.close):not(.vjs-big-play-button):not(.vjs-control).btn.login:before,
.high-contrast button:not(.close):not(.vjs-big-play-button):not(.vjs-control).login:before,
.high-contrast button:not(.close):not(.vjs-big-play-button):not(.vjs-control):focus.login:before,
.high-contrast input[type=button].btn.login:before,
.high-contrast input[type=button].login:before,
.high-contrast input[type=button]:focus.login:before,
.high-contrast input[type=submit].btn.login:before,
.high-contrast input[type=submit].login:before,
.high-contrast input[type=submit]:focus.login:before {
    color: #004ea8
}

.btn.btn.login:focus,
.btn.btn.login:hover,
.btn.login:focus,
.btn.login:hover,
.btn:focus.login:focus,
.btn:focus.login:hover,
button:not(.close):not(.vjs-big-play-button):not(.vjs-control).btn.login:focus,
button:not(.close):not(.vjs-big-play-button):not(.vjs-control).btn.login:hover,
button:not(.close):not(.vjs-big-play-button):not(.vjs-control).login:focus,
button:not(.close):not(.vjs-big-play-button):not(.vjs-control).login:hover,
button:not(.close):not(.vjs-big-play-button):not(.vjs-control):focus.login:focus,
button:not(.close):not(.vjs-big-play-button):not(.vjs-control):focus.login:hover,
input[type=button].btn.login:focus,
input[type=button].btn.login:hover,
input[type=button].login:focus,
input[type=button].login:hover,
input[type=button]:focus.login:focus,
input[type=button]:focus.login:hover,
input[type=submit].btn.login:focus,
input[type=submit].btn.login:hover,
input[type=submit].login:focus,
input[type=submit].login:hover,
input[type=submit]:focus.login:focus,
input[type=submit]:focus.login:hover {
    background-color: #f3890e
}

.high-contrast .btn.btn.login:focus,
.high-contrast .btn.btn.login:hover,
.high-contrast .btn.login:focus,
.high-contrast .btn.login:hover,
.high-contrast .btn:focus.login:focus,
.high-contrast .btn:focus.login:hover,
.high-contrast button:not(.close):not(.vjs-big-play-button):not(.vjs-control).btn.login:focus,
.high-contrast button:not(.close):not(.vjs-big-play-button):not(.vjs-control).btn.login:hover,
.high-contrast button:not(.close):not(.vjs-big-play-button):not(.vjs-control).login:focus,
.high-contrast button:not(.close):not(.vjs-big-play-button):not(.vjs-control).login:hover,
.high-contrast button:not(.close):not(.vjs-big-play-button):not(.vjs-control):focus.login:focus,
.high-contrast button:not(.close):not(.vjs-big-play-button):not(.vjs-control):focus.login:hover,
.high-contrast input[type=button].btn.login:focus,
.high-contrast input[type=button].btn.login:hover,
.high-contrast input[type=button].login:focus,
.high-contrast input[type=button].login:hover,
.high-contrast input[type=button]:focus.login:focus,
.high-contrast input[type=button]:focus.login:hover,
.high-contrast input[type=submit].btn.login:focus,
.high-contrast input[type=submit].btn.login:hover,
.high-contrast input[type=submit].login:focus,
.high-contrast input[type=submit].login:hover,
.high-contrast input[type=submit]:focus.login:focus,
.high-contrast input[type=submit]:focus.login:hover {
    background-color: #fff;
    text-decoration: underline
}

.btn.btn.tertiary,
.btn.tertiary,
.btn:focus.tertiary,
button:not(.close):not(.vjs-big-play-button):not(.vjs-control).btn.tertiary,
button:not(.close):not(.vjs-big-play-button):not(.vjs-control).tertiary,
button:not(.close):not(.vjs-big-play-button):not(.vjs-control):focus.tertiary,
input[type=button].btn.tertiary,
input[type=button].tertiary,
input[type=button]:focus.tertiary,
input[type=submit].btn.tertiary,
input[type=submit].tertiary,
input[type=submit]:focus.tertiary {
    background-color: rgba(0, 0, 0, .11);
    font-size: 16px;
    padding: 7px 10px 5px
}

.btn .ajax-progress,
.btn.btn .ajax-progress,
.btn:focus .ajax-progress,
button:not(.close):not(.vjs-big-play-button):not(.vjs-control) .ajax-progress,
button:not(.close):not(.vjs-big-play-button):not(.vjs-control).btn .ajax-progress,
button:not(.close):not(.vjs-big-play-button):not(.vjs-control):focus .ajax-progress,
input[type=button] .ajax-progress,
input[type=button].btn .ajax-progress,
input[type=button]:focus .ajax-progress,
input[type=submit] .ajax-progress,
input[type=submit].btn .ajax-progress,
input[type=submit]:focus .ajax-progress {
    margin-left: 10px
}

.btn .ajax-progress i:before,
.btn.btn .ajax-progress i:before,
.btn:focus .ajax-progress i:before,
button:not(.close):not(.vjs-big-play-button):not(.vjs-control) .ajax-progress i:before,
button:not(.close):not(.vjs-big-play-button):not(.vjs-control).btn .ajax-progress i:before,
button:not(.close):not(.vjs-big-play-button):not(.vjs-control):focus .ajax-progress i:before,
input[type=button] .ajax-progress i:before,
input[type=button].btn .ajax-progress i:before,
input[type=button]:focus .ajax-progress i:before,
input[type=submit] .ajax-progress i:before,
input[type=submit].btn .ajax-progress i:before,
input[type=submit]:focus .ajax-progress i:before {
    content: "\f021";
    font-family: FontAwesome;
    font-size: .8em
}

@media only screen and (min-width:600px) {

    .btn,
    .btn.btn,
    .btn:focus,
    button:not(.close):not(.vjs-big-play-button):not(.vjs-control),
    button:not(.close):not(.vjs-big-play-button):not(.vjs-control).btn,
    button:not(.close):not(.vjs-big-play-button):not(.vjs-control):focus,
    input[type=button],
    input[type=button].btn,
    input[type=button]:focus,
    input[type=submit],
    input[type=submit].btn,
    input[type=submit]:focus {
        font-size: 20px;
        margin: 0 5px;
        padding: 12px 20px 10px
    }

    .btn.btn:first-child,
    .btn:first-child,
    .btn:focus:first-child,
    button:not(.close):not(.vjs-big-play-button):not(.vjs-control).btn:first-child,
    button:not(.close):not(.vjs-big-play-button):not(.vjs-control):first-child,
    button:not(.close):not(.vjs-big-play-button):not(.vjs-control):focus:first-child,
    input[type=button].btn:first-child,
    input[type=button]:first-child,
    input[type=button]:focus:first-child,
    input[type=submit].btn:first-child,
    input[type=submit]:first-child,
    input[type=submit]:focus:first-child {
        margin-left: 0
    }

    .btn.btn:last-child,
    .btn:focus:last-child,
    .btn:last-child,
    button:not(.close):not(.vjs-big-play-button):not(.vjs-control).btn:last-child,
    button:not(.close):not(.vjs-big-play-button):not(.vjs-control):focus:last-child,
    button:not(.close):not(.vjs-big-play-button):not(.vjs-control):last-child,
    input[type=button].btn:last-child,
    input[type=button]:focus:last-child,
    input[type=button]:last-child,
    input[type=submit].btn:last-child,
    input[type=submit]:focus:last-child,
    input[type=submit]:last-child {
        margin-right: 0
    }
}

html .main-wrapper .btn,
html .main-wrapper .btn.btn,
html .main-wrapper .btn:focus,
html .main-wrapper button:not(.close):not(.vjs-big-play-button):not(.vjs-control),
html .main-wrapper button:not(.close):not(.vjs-big-play-button):not(.vjs-control).btn,
html .main-wrapper button:not(.close):not(.vjs-big-play-button):not(.vjs-control):focus,
html .main-wrapper input[type=button],
html .main-wrapper input[type=button].btn,
html .main-wrapper input[type=button]:focus,
html .main-wrapper input[type=submit],
html .main-wrapper input[type=submit].btn,
html .main-wrapper input[type=submit]:focus {
    font-family: "Helvetica Neue", helvetica, sans-serif;
    font-size: 1.125em;
    letter-spacing: .08em;
    padding-right: 30px;
    padding-left: 30px;
    text-transform: capitalize
}

html .main-wrapper .btn.btn-default,
html .main-wrapper .btn.btn.btn-default,
html .main-wrapper .btn:focus.btn-default,
html .main-wrapper button:not(.close):not(.vjs-big-play-button):not(.vjs-control).btn-default,
html .main-wrapper button:not(.close):not(.vjs-big-play-button):not(.vjs-control).btn.btn-default,
html .main-wrapper button:not(.close):not(.vjs-big-play-button):not(.vjs-control):focus.btn-default,
html .main-wrapper input[type=button].btn-default,
html .main-wrapper input[type=button].btn.btn-default,
html .main-wrapper input[type=button]:focus.btn-default,
html .main-wrapper input[type=submit].btn-default,
html .main-wrapper input[type=submit].btn.btn-default,
html .main-wrapper input[type=submit]:focus.btn-default {
    background-color: #eff1f3;
    color: #505050
}

html .main-wrapper .btn.btn-default:hover,
html .main-wrapper .btn.btn.btn-default:hover,
html .main-wrapper .btn:focus.btn-default:hover,
html .main-wrapper button:not(.close):not(.vjs-big-play-button):not(.vjs-control).btn-default:hover,
html .main-wrapper button:not(.close):not(.vjs-big-play-button):not(.vjs-control).btn.btn-default:hover,
html .main-wrapper button:not(.close):not(.vjs-big-play-button):not(.vjs-control):focus.btn-default:hover,
html .main-wrapper input[type=button].btn-default:hover,
html .main-wrapper input[type=button].btn.btn-default:hover,
html .main-wrapper input[type=button]:focus.btn-default:hover,
html .main-wrapper input[type=submit].btn-default:hover,
html .main-wrapper input[type=submit].btn.btn-default:hover,
html .main-wrapper input[type=submit]:focus.btn-default:hover {
    background-color: #e6eaf3
}

html .main-wrapper .btn.btn-primary,
html .main-wrapper .btn.btn.btn-primary,
html .main-wrapper .btn:focus.btn-primary,
html .main-wrapper button:not(.close):not(.vjs-big-play-button):not(.vjs-control).btn-primary,
html .main-wrapper button:not(.close):not(.vjs-big-play-button):not(.vjs-control).btn.btn-primary,
html .main-wrapper button:not(.close):not(.vjs-big-play-button):not(.vjs-control):focus.btn-primary,
html .main-wrapper input[type=button].btn-primary,
html .main-wrapper input[type=button].btn.btn-primary,
html .main-wrapper input[type=button]:focus.btn-primary,
html .main-wrapper input[type=submit].btn-primary,
html .main-wrapper input[type=submit].btn.btn-primary,
html .main-wrapper input[type=submit]:focus.btn-primary {
    background-color: #004ea8;
    color: #fff
}

html .main-wrapper .btn.btn-primary:hover,
html .main-wrapper .btn.btn.btn-primary:hover,
html .main-wrapper .btn:focus.btn-primary:hover,
html .main-wrapper button:not(.close):not(.vjs-big-play-button):not(.vjs-control).btn-primary:hover,
html .main-wrapper button:not(.close):not(.vjs-big-play-button):not(.vjs-control).btn.btn-primary:hover,
html .main-wrapper button:not(.close):not(.vjs-big-play-button):not(.vjs-control):focus.btn-primary:hover,
html .main-wrapper input[type=button].btn-primary:hover,
html .main-wrapper input[type=button].btn.btn-primary:hover,
html .main-wrapper input[type=button]:focus.btn-primary:hover,
html .main-wrapper input[type=submit].btn-primary:hover,
html .main-wrapper input[type=submit].btn.btn-primary:hover,
html .main-wrapper input[type=submit]:focus.btn-primary:hover {
    background-color: #0965d0
}

html .main-wrapper .btn.btn-secondary,
html .main-wrapper .btn.btn-success,
html .main-wrapper .btn.btn.btn-secondary,
html .main-wrapper .btn.btn.btn-success,
html .main-wrapper .btn:focus.btn-secondary,
html .main-wrapper .btn:focus.btn-success,
html .main-wrapper button:not(.close):not(.vjs-big-play-button):not(.vjs-control).btn-secondary,
html .main-wrapper button:not(.close):not(.vjs-big-play-button):not(.vjs-control).btn-success,
html .main-wrapper button:not(.close):not(.vjs-big-play-button):not(.vjs-control).btn.btn-secondary,
html .main-wrapper button:not(.close):not(.vjs-big-play-button):not(.vjs-control).btn.btn-success,
html .main-wrapper button:not(.close):not(.vjs-big-play-button):not(.vjs-control):focus.btn-secondary,
html .main-wrapper button:not(.close):not(.vjs-big-play-button):not(.vjs-control):focus.btn-success,
html .main-wrapper input[type=button].btn-secondary,
html .main-wrapper input[type=button].btn-success,
html .main-wrapper input[type=button].btn.btn-secondary,
html .main-wrapper input[type=button].btn.btn-success,
html .main-wrapper input[type=button]:focus.btn-secondary,
html .main-wrapper input[type=button]:focus.btn-success,
html .main-wrapper input[type=submit].btn-secondary,
html .main-wrapper input[type=submit].btn-success,
html .main-wrapper input[type=submit].btn.btn-secondary,
html .main-wrapper input[type=submit].btn.btn-success,
html .main-wrapper input[type=submit]:focus.btn-secondary,
html .main-wrapper input[type=submit]:focus.btn-success {
    background-color: #c1dbf9;
    color: #004ea8
}

html .main-wrapper .btn.btn-secondary:hover,
html .main-wrapper .btn.btn-success:hover,
html .main-wrapper .btn.btn.btn-secondary:hover,
html .main-wrapper .btn.btn.btn-success:hover,
html .main-wrapper .btn:focus.btn-secondary:hover,
html .main-wrapper .btn:focus.btn-success:hover,
html .main-wrapper button:not(.close):not(.vjs-big-play-button):not(.vjs-control).btn-secondary:hover,
html .main-wrapper button:not(.close):not(.vjs-big-play-button):not(.vjs-control).btn-success:hover,
html .main-wrapper button:not(.close):not(.vjs-big-play-button):not(.vjs-control).btn.btn-secondary:hover,
html .main-wrapper button:not(.close):not(.vjs-big-play-button):not(.vjs-control).btn.btn-success:hover,
html .main-wrapper button:not(.close):not(.vjs-big-play-button):not(.vjs-control):focus.btn-secondary:hover,
html .main-wrapper button:not(.close):not(.vjs-big-play-button):not(.vjs-control):focus.btn-success:hover,
html .main-wrapper input[type=button].btn-secondary:hover,
html .main-wrapper input[type=button].btn-success:hover,
html .main-wrapper input[type=button].btn.btn-secondary:hover,
html .main-wrapper input[type=button].btn.btn-success:hover,
html .main-wrapper input[type=button]:focus.btn-secondary:hover,
html .main-wrapper input[type=button]:focus.btn-success:hover,
html .main-wrapper input[type=submit].btn-secondary:hover,
html .main-wrapper input[type=submit].btn-success:hover,
html .main-wrapper input[type=submit].btn.btn-secondary:hover,
html .main-wrapper input[type=submit].btn.btn-success:hover,
html .main-wrapper input[type=submit]:focus.btn-secondary:hover,
html .main-wrapper input[type=submit]:focus.btn-success:hover {
    background-color: #a0c4eb
}

html .main-wrapper .btn.btn-link,
html .main-wrapper .btn.btn.btn-link,
html .main-wrapper .btn:focus.btn-link,
html .main-wrapper button:not(.close):not(.vjs-big-play-button):not(.vjs-control).btn-link,
html .main-wrapper button:not(.close):not(.vjs-big-play-button):not(.vjs-control).btn.btn-link,
html .main-wrapper button:not(.close):not(.vjs-big-play-button):not(.vjs-control):focus.btn-link,
html .main-wrapper input[type=button].btn-link,
html .main-wrapper input[type=button].btn.btn-link,
html .main-wrapper input[type=button]:focus.btn-link,
html .main-wrapper input[type=submit].btn-link,
html .main-wrapper input[type=submit].btn.btn-link,
html .main-wrapper input[type=submit]:focus.btn-link {
    background-color: none;
    color: #004ea8;
    padding-right: 15px;
    padding-left: 15px
}

html .main-wrapper .btn.btn-link:hover,
html .main-wrapper .btn.btn.btn-link:hover,
html .main-wrapper .btn:focus.btn-link:hover,
html .main-wrapper button:not(.close):not(.vjs-big-play-button):not(.vjs-control).btn-link:hover,
html .main-wrapper button:not(.close):not(.vjs-big-play-button):not(.vjs-control).btn.btn-link:hover,
html .main-wrapper button:not(.close):not(.vjs-big-play-button):not(.vjs-control):focus.btn-link:hover,
html .main-wrapper input[type=button].btn-link:hover,
html .main-wrapper input[type=button].btn.btn-link:hover,
html .main-wrapper input[type=button]:focus.btn-link:hover,
html .main-wrapper input[type=submit].btn-link:hover,
html .main-wrapper input[type=submit].btn.btn-link:hover,
html .main-wrapper input[type=submit]:focus.btn-link:hover {
    text-decoration: underline
}

html .main-wrapper .btn.btn-danger,
html .main-wrapper .btn.btn-warning,
html .main-wrapper .btn.btn.btn-danger,
html .main-wrapper .btn.btn.btn-warning,
html .main-wrapper .btn:focus.btn-danger,
html .main-wrapper .btn:focus.btn-warning,
html .main-wrapper button:not(.close):not(.vjs-big-play-button):not(.vjs-control).btn-danger,
html .main-wrapper button:not(.close):not(.vjs-big-play-button):not(.vjs-control).btn-warning,
html .main-wrapper button:not(.close):not(.vjs-big-play-button):not(.vjs-control).btn.btn-danger,
html .main-wrapper button:not(.close):not(.vjs-big-play-button):not(.vjs-control).btn.btn-warning,
html .main-wrapper button:not(.close):not(.vjs-big-play-button):not(.vjs-control):focus.btn-danger,
html .main-wrapper button:not(.close):not(.vjs-big-play-button):not(.vjs-control):focus.btn-warning,
html .main-wrapper input[type=button].btn-danger,
html .main-wrapper input[type=button].btn-warning,
html .main-wrapper input[type=button].btn.btn-danger,
html .main-wrapper input[type=button].btn.btn-warning,
html .main-wrapper input[type=button]:focus.btn-danger,
html .main-wrapper input[type=button]:focus.btn-warning,
html .main-wrapper input[type=submit].btn-danger,
html .main-wrapper input[type=submit].btn-warning,
html .main-wrapper input[type=submit].btn.btn-danger,
html .main-wrapper input[type=submit].btn.btn-warning,
html .main-wrapper input[type=submit]:focus.btn-danger,
html .main-wrapper input[type=submit]:focus.btn-warning {
    background-color: #f89728;
    color: #fff
}

html .main-wrapper .btn.btn-danger:hover,
html .main-wrapper .btn.btn-warning:hover,
html .main-wrapper .btn.btn.btn-danger:hover,
html .main-wrapper .btn.btn.btn-warning:hover,
html .main-wrapper .btn:focus.btn-danger:hover,
html .main-wrapper .btn:focus.btn-warning:hover,
html .main-wrapper button:not(.close):not(.vjs-big-play-button):not(.vjs-control).btn-danger:hover,
html .main-wrapper button:not(.close):not(.vjs-big-play-button):not(.vjs-control).btn-warning:hover,
html .main-wrapper button:not(.close):not(.vjs-big-play-button):not(.vjs-control).btn.btn-danger:hover,
html .main-wrapper button:not(.close):not(.vjs-big-play-button):not(.vjs-control).btn.btn-warning:hover,
html .main-wrapper button:not(.close):not(.vjs-big-play-button):not(.vjs-control):focus.btn-danger:hover,
html .main-wrapper button:not(.close):not(.vjs-big-play-button):not(.vjs-control):focus.btn-warning:hover,
html .main-wrapper input[type=button].btn-danger:hover,
html .main-wrapper input[type=button].btn-warning:hover,
html .main-wrapper input[type=button].btn.btn-danger:hover,
html .main-wrapper input[type=button].btn.btn-warning:hover,
html .main-wrapper input[type=button]:focus.btn-danger:hover,
html .main-wrapper input[type=button]:focus.btn-warning:hover,
html .main-wrapper input[type=submit].btn-danger:hover,
html .main-wrapper input[type=submit].btn-warning:hover,
html .main-wrapper input[type=submit].btn.btn-danger:hover,
html .main-wrapper input[type=submit].btn.btn-warning:hover,
html .main-wrapper input[type=submit]:focus.btn-danger:hover,
html .main-wrapper input[type=submit]:focus.btn-warning:hover {
    background-color: #f3890e
}

html .main-wrapper .btn:focus,
html .main-wrapper button:not(.close):not(.vjs-big-play-button):not(.vjs-control):focus,
html .main-wrapper input[type=button]:focus,
html .main-wrapper input[type=submit]:focus {
    background-color: #0965d0
}

a.skip-feed {
    position: absolute;
    left: -100%
}

a.skip-feed:focus {
    position: relative;
    left: 0
}

form {
    margin: 20px 0;
    text-align: left
}

form:first-child {
    margin-top: 0
}

form:last-child {
    margin-bottom: 0
}

[id^=webform-ajax-wrapper-] {
    margin: 20px 0
}

[id^=webform-ajax-wrapper-]:first-child {
    margin-top: 0
}

[id^=webform-ajax-wrapper-]:last-child {
    margin-bottom: 0
}

input[type=email],
input[type=email].form-control,
input[type=password],
input[type=password].form-control,
input[type=tel],
input[type=tel].form-control,
input[type=text],
input[type=text].form-control,
select,
select.form-control,
textarea,
textarea.form-control {
    border: 1px solid #dcdfe3;
    border-radius: 0;
    box-shadow: inset 0 0 6px 0 #e3e8ed;
    color: #777;
    font-family: FontAwesome, "Helvetica Neue", helvetica, sans-serif;
    font-size: 16px;
    height: auto;
    line-height: 16px;
    padding: 9px 10px 11px;
    width: 100%
}

input[type=email].form-control::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=password].form-control::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=tel].form-control::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=text].form-control::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
select.form-control::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea.form-control::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #777;
    font-size: 16px
}

input[type=email].form-control:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=password].form-control:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=tel].form-control:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=text].form-control:-moz-placeholder,
input[type=text]:-moz-placeholder,
select.form-control:-moz-placeholder,
select:-moz-placeholder,
textarea.form-control:-moz-placeholder,
textarea:-moz-placeholder {
    color: #777;
    font-size: 16px
}

input[type=email].form-control::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=password].form-control::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=tel].form-control::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=text].form-control::-moz-placeholder,
input[type=text]::-moz-placeholder,
select.form-control::-moz-placeholder,
select::-moz-placeholder,
textarea.form-control::-moz-placeholder,
textarea::-moz-placeholder {
    color: #777;
    font-size: 16px
}

input[type=email].form-control:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=password].form-control:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=tel].form-control:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=text].form-control:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
select.form-control:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea.form-control:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #777;
    font-size: 16px
}

input[type=email].form-control:focus,
input[type=email]:focus,
input[type=password].form-control:focus,
input[type=password]:focus,
input[type=tel].form-control:focus,
input[type=tel]:focus,
input[type=text].form-control:focus,
input[type=text]:focus,
select.form-control:focus,
select:focus,
textarea.form-control:focus,
textarea:focus {
    border-color: #0093d1
}

input[type=email].error:not(:focus),
input[type=email].form-control.error:not(:focus),
input[type=password].error:not(:focus),
input[type=password].form-control.error:not(:focus),
input[type=tel].error:not(:focus),
input[type=tel].form-control.error:not(:focus),
input[type=text].error:not(:focus),
input[type=text].form-control.error:not(:focus),
select.error:not(:focus),
select.form-control.error:not(:focus),
textarea.error:not(:focus),
textarea.form-control.error:not(:focus) {
    transition: border-color .1s ease-in;
    border-color: #e31937;
    box-shadow: 0 0 0 1px #dcdfe3 inset
}

input[type=email].form-control:focus::-webkit-input-placeholder,
input[type=email]:focus::-webkit-input-placeholder,
input[type=password].form-control:focus::-webkit-input-placeholder,
input[type=password]:focus::-webkit-input-placeholder,
input[type=tel].form-control:focus::-webkit-input-placeholder,
input[type=tel]:focus::-webkit-input-placeholder,
input[type=text].form-control:focus::-webkit-input-placeholder,
input[type=text]:focus::-webkit-input-placeholder,
select.form-control:focus::-webkit-input-placeholder,
select:focus::-webkit-input-placeholder,
textarea.form-control:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: transparent
}

input[type=email].form-control:focus:-moz-placeholder,
input[type=email]:focus:-moz-placeholder,
input[type=password].form-control:focus:-moz-placeholder,
input[type=password]:focus:-moz-placeholder,
input[type=tel].form-control:focus:-moz-placeholder,
input[type=tel]:focus:-moz-placeholder,
input[type=text].form-control:focus:-moz-placeholder,
input[type=text]:focus:-moz-placeholder,
select.form-control:focus:-moz-placeholder,
select:focus:-moz-placeholder,
textarea.form-control:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
    color: transparent
}

input[type=email].form-control:focus::-moz-placeholder,
input[type=email]:focus::-moz-placeholder,
input[type=password].form-control:focus::-moz-placeholder,
input[type=password]:focus::-moz-placeholder,
input[type=tel].form-control:focus::-moz-placeholder,
input[type=tel]:focus::-moz-placeholder,
input[type=text].form-control:focus::-moz-placeholder,
input[type=text]:focus::-moz-placeholder,
select.form-control:focus::-moz-placeholder,
select:focus::-moz-placeholder,
textarea.form-control:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    color: transparent
}

input[type=email].form-control:focus:-ms-input-placeholder,
input[type=email]:focus:-ms-input-placeholder,
input[type=password].form-control:focus:-ms-input-placeholder,
input[type=password]:focus:-ms-input-placeholder,
input[type=tel].form-control:focus:-ms-input-placeholder,
input[type=tel]:focus:-ms-input-placeholder,
input[type=text].form-control:focus:-ms-input-placeholder,
input[type=text]:focus:-ms-input-placeholder,
select.form-control:focus:-ms-input-placeholder,
select:focus:-ms-input-placeholder,
textarea.form-control:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
    color: transparent
}

.views-exposed-form .form-control {
    height: auto;
    border: none;
    width: auto;
    display: inline
}

.views-exposed-form .form-control.form-select {
    height: 38px
}

.views-exposed-form input[type=checkbox] {
    margin: 3px
}

.views-exposed-form .form-group {
    padding: 3px 0
}

.views-exposed-form label {
    font-weight: 400;
    display: inline;
    font-size: 16px
}

.views-exposed-form label[for=edit-field-form-type-tid] {
    font-family: "Helvetica Neue Bd Cn", helvetica, sans-serif;
    font-size: 1.875em;
    font-weight: 400;
    line-height: 1.25em;
    text-transform: uppercase;
    margin: 1em 0
}

.views-exposed-form label[for=edit-field-form-type-tid]:first-child {
    margin-top: 0
}

.views-exposed-form label[for=edit-field-form-type-tid]:last-child {
    margin-bottom: 0
}

@media only screen and (max-width:992px) {
    .views-exposed-form label[for=edit-field-form-type-tid] {
        font-size: 1.1 .375em
    }
}

.views-exposed-form .views-exposed-widget {
    float: none
}

label {
    color: #505050;
    display: block;
    font-family: "Helvetica Neue", helvetica, sans-serif;
    font-size: 14px;
    line-height: 14px
}

select {
    height: 40px;
    border-radius: 0
}

textarea,
textarea.form-control {
    height: 100px
}

.resizable-textarea textarea,
.resizable-textarea textarea.form-control {
    border-radius: 0
}

.form-type-checkboxes.form-group.has-error .control-label,
.form-type-radios.form-group.has-error .control-label {
    color: #505050
}

.dynamic-label {
    padding-top: 10px;
    position: relative
}

.dynamic-label label {
    background-color: #fff;
    left: 6px;
    opacity: 0;
    padding: 0 5px;
    position: absolute;
    transition: all .1s ease;
    transform: translateY(30px);
    z-index: -1
}

.dynamic-label.field-active label {
    display: block;
    opacity: 1;
    top: -1px;
    transform: translateY(0);
    z-index: 0
}

.dynamic-label.field-active.form-group.has-error label {
    color: #505050
}

.dynamic-label.field-active.form-group.has-error .control-label {
    color: #505050
}

.dynamic-label.field-active.form-group.has-error .form-control:focus {
    box-shadow: 0 0 0 1px #dcdfe3 inset
}

.form-actions {
    margin-top: 20px
}

.form-checkboxes label,
.form-radios label {
    line-height: 20px
}

.form-item {
    clear: both
}

.webform-component-select select {
    width: 100%
}

@media only screen and (min-width:768px) {
    .form-actions {
        text-align: right
    }

    .form-checkboxes,
    .form-radios {
        display: flex
    }

    .form-checkboxes .checkbox,
    .form-checkboxes .radio,
    .form-radios .checkbox,
    .form-radios .radio {
        margin: 0
    }

    .form-checkboxes .checkbox:not(:last-child),
    .form-checkboxes .radio:not(:last-child),
    .form-radios .checkbox:not(:last-child),
    .form-radios .radio:not(:last-child) {
        margin-right: 20px
    }

    .webform-component-checkboxes,
    .webform-component-email,
    .webform-component-radios,
    .webform-component-select,
    .webform-component-textfield {
        clear: none;
        float: left;
        margin-right: 20px;
        max-width: 400px;
        width: 100%
    }

    .webform-client-form {
        margin-right: -20px
    }
}

@keyframes animate-label-up {
    from {
        margin-top: 0
    }

    to {
        margin-top: -10px
    }
}

.ctools-auto-submit-full-form .views-submit-button {
    display: none
}

#edit-field-resource-type-tid-wrapper {
    display: flex;
    justify-content: center;
    margin: 10px 0 30px
}

#edit-field-resource-type-tid-wrapper>label {
    display: none
}

#edit-field-resource-type-tid-wrapper .bef-select-as-checkboxes {
    display: flex;
    box-shadow: none
}

#edit-field-resource-type-tid-wrapper .bef-select-as-checkboxes .form-item {
    display: inline-block;
    margin: 10px 20px;
    white-space: nowrap
}

#edit-field-resource-type-tid-wrapper .bef-select-as-checkboxes .form-item>label {
    font-size: 18px
}

.content-type-brand-message {
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
    position: relative
}

.content-type-brand-message.angle-both-left:after,
.content-type-brand-message.angle-both-right:after,
.content-type-brand-message.angle-bottom-left:after,
.content-type-brand-message.angle-bottom-right:after {
    top: calc(32.7vw + 1px)
}

@media only screen and (min-width:1396px) {

    .content-type-brand-message.angle-both-left:after,
    .content-type-brand-message.angle-both-right:after,
    .content-type-brand-message.angle-bottom-left:after,
    .content-type-brand-message.angle-bottom-right:after {
        top: 458px
    }
}

.content-type-brand-message.angle-both-left.angle-bottom-color-gray,
.content-type-brand-message.angle-both-right.angle-bottom-color-gray,
.content-type-brand-message.angle-bottom-left.angle-bottom-color-gray,
.content-type-brand-message.angle-bottom-right.angle-bottom-color-gray {
    background-color: #e3e8ed
}

.content-type-brand-message.angle-both-left.angle-bottom-light-blue,
.content-type-brand-message.angle-both-right.angle-bottom-light-blue,
.content-type-brand-message.angle-bottom-left.angle-bottom-light-blue,
.content-type-brand-message.angle-bottom-right.angle-bottom-light-blue {
    background-color: #d5e4f5
}

.content-type-brand-message.angle-both-left:before,
.content-type-brand-message.angle-both-right:before,
.content-type-brand-message.angle-top-left:before,
.content-type-brand-message.angle-top-right:before {
    z-index: 1
}

.campaign-hero-bg,
.hero-img-bg {
    align-items: flex-start;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    height: auto;
    overflow: hidden;
    padding: 20px;
    position: relative;
    width: 100%
}

.campaign-hero-bg>.content,
.entity .campaign-hero-bg>.content,
.entity .hero-img-bg>.content,
.hero-img-bg>.content {
    margin: 0;
    padding: 38.7vw 0 0;
    width: 100%
}

.campaign-hero-bg .field-name-field-hero-description,
.hero-img-bg .field-name-field-hero-description {
    margin-top: 20px
}

.campaign-hero-bg .field-name-field-intro-hero-text,
.hero-img-bg .field-name-field-intro-hero-text {
    text-transform: uppercase
}

.campaign-hero-bg .field-name-field-hero-text,
.hero-img-bg .field-name-field-hero-text {
    font-family: "Helvetica Neue Bd Cn", helvetica, sans-serif;
    letter-spacing: .005em;
    line-height: 1em;
    text-transform: uppercase;
    color: #505050;
    font-size: 36px
}

.campaign-hero-bg .field-name-field-hero-text .field-item,
.campaign-hero-bg .field-name-field-hero-text .field-items,
.hero-img-bg .field-name-field-hero-text .field-item,
.hero-img-bg .field-name-field-hero-text .field-items {
    display: inline
}

.campaign-hero-bg .field-name-field-her-cta,
.hero-img-bg .field-name-field-her-cta {
    margin-top: 5px
}

.campaign-hero-bg .field-name-field-her-cta a:focus,
.hero-img-bg .field-name-field-her-cta a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.campaign-hero-bg .field-name-field-her-cta a,
.campaign-hero-bg .field-name-field-her-cta a.btn,
.campaign-hero-bg .field-name-field-her-cta a:focus,
.hero-img-bg .field-name-field-her-cta a,
.hero-img-bg .field-name-field-her-cta a.btn,
.hero-img-bg .field-name-field-her-cta a:focus {
    border: none;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    line-height: 1.25em;
    margin: 5px 0;
    padding: 8.6px 13.4px 6.6px;
    text-decoration: none;
    transition: all .3s ease;
    white-space: normal;
    width: auto;
    -webkit-appearance: none
}

.campaign-hero-bg .field-name-field-her-cta a.btn:first-child,
.campaign-hero-bg .field-name-field-her-cta a:first-child,
.campaign-hero-bg .field-name-field-her-cta a:focus:first-child,
.hero-img-bg .field-name-field-her-cta a.btn:first-child,
.hero-img-bg .field-name-field-her-cta a:first-child,
.hero-img-bg .field-name-field-her-cta a:focus:first-child {
    margin-top: 0
}

.campaign-hero-bg .field-name-field-her-cta a.btn:last-child,
.campaign-hero-bg .field-name-field-her-cta a:focus:last-child,
.campaign-hero-bg .field-name-field-her-cta a:last-child,
.hero-img-bg .field-name-field-her-cta a.btn:last-child,
.hero-img-bg .field-name-field-her-cta a:focus:last-child,
.hero-img-bg .field-name-field-her-cta a:last-child {
    margin-bottom: 0
}

.campaign-hero-bg .field-name-field-her-cta a.btn:active,
.campaign-hero-bg .field-name-field-her-cta a.btn:hover,
.campaign-hero-bg .field-name-field-her-cta a.btn:link,
.campaign-hero-bg .field-name-field-her-cta a.btn:visited,
.campaign-hero-bg .field-name-field-her-cta a:active,
.campaign-hero-bg .field-name-field-her-cta a:focus:active,
.campaign-hero-bg .field-name-field-her-cta a:focus:hover,
.campaign-hero-bg .field-name-field-her-cta a:focus:link,
.campaign-hero-bg .field-name-field-her-cta a:focus:visited,
.campaign-hero-bg .field-name-field-her-cta a:hover,
.campaign-hero-bg .field-name-field-her-cta a:link,
.campaign-hero-bg .field-name-field-her-cta a:visited,
.hero-img-bg .field-name-field-her-cta a.btn:active,
.hero-img-bg .field-name-field-her-cta a.btn:hover,
.hero-img-bg .field-name-field-her-cta a.btn:link,
.hero-img-bg .field-name-field-her-cta a.btn:visited,
.hero-img-bg .field-name-field-her-cta a:active,
.hero-img-bg .field-name-field-her-cta a:focus:active,
.hero-img-bg .field-name-field-her-cta a:focus:hover,
.hero-img-bg .field-name-field-her-cta a:focus:link,
.hero-img-bg .field-name-field-her-cta a:focus:visited,
.hero-img-bg .field-name-field-her-cta a:hover,
.hero-img-bg .field-name-field-her-cta a:link,
.hero-img-bg .field-name-field-her-cta a:visited {
    color: #fff
}

.campaign-hero-bg .field-name-field-her-cta a.btn:first-child,
.campaign-hero-bg .field-name-field-her-cta a:first-child,
.campaign-hero-bg .field-name-field-her-cta a:focus:first-child,
.hero-img-bg .field-name-field-her-cta a.btn:first-child,
.hero-img-bg .field-name-field-her-cta a:first-child,
.hero-img-bg .field-name-field-her-cta a:focus:first-child {
    margin-left: 0
}

.campaign-hero-bg .field-name-field-her-cta a.btn:last-child,
.campaign-hero-bg .field-name-field-her-cta a:focus:last-child,
.campaign-hero-bg .field-name-field-her-cta a:last-child,
.hero-img-bg .field-name-field-her-cta a.btn:last-child,
.hero-img-bg .field-name-field-her-cta a:focus:last-child,
.hero-img-bg .field-name-field-her-cta a:last-child {
    margin-right: 0
}

.campaign-hero-bg .field-name-field-her-cta a.btn.tb-megamenu-button,
.campaign-hero-bg .field-name-field-her-cta a.tb-megamenu-button,
.campaign-hero-bg .field-name-field-her-cta a:focus.tb-megamenu-button,
.hero-img-bg .field-name-field-her-cta a.btn.tb-megamenu-button,
.hero-img-bg .field-name-field-her-cta a.tb-megamenu-button,
.hero-img-bg .field-name-field-her-cta a:focus.tb-megamenu-button {
    display: none
}

.campaign-hero-bg .field-name-field-her-cta a.btn.login,
.campaign-hero-bg .field-name-field-her-cta a.login,
.campaign-hero-bg .field-name-field-her-cta a:focus.login,
.hero-img-bg .field-name-field-her-cta a.btn.login,
.hero-img-bg .field-name-field-her-cta a.login,
.hero-img-bg .field-name-field-her-cta a:focus.login {
    background-color: #f89728;
    color: #fff
}

.high-contrast .campaign-hero-bg .field-name-field-her-cta a.btn.login,
.high-contrast .campaign-hero-bg .field-name-field-her-cta a.login,
.high-contrast .campaign-hero-bg .field-name-field-her-cta a:focus.login,
.high-contrast .hero-img-bg .field-name-field-her-cta a.btn.login,
.high-contrast .hero-img-bg .field-name-field-her-cta a.login,
.high-contrast .hero-img-bg .field-name-field-her-cta a:focus.login {
    background-color: #fff;
    border: 1px solid #01346f;
    color: #004ea8
}

.campaign-hero-bg .field-name-field-her-cta a.btn.login:before,
.campaign-hero-bg .field-name-field-her-cta a.login:before,
.campaign-hero-bg .field-name-field-her-cta a:focus.login:before,
.hero-img-bg .field-name-field-her-cta a.btn.login:before,
.hero-img-bg .field-name-field-her-cta a.login:before,
.hero-img-bg .field-name-field-her-cta a:focus.login:before {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    color: #fff;
    content: '\f023';
    cursor: pointer;
    display: inline-block;
    font-family: FontAwesome;
    font-size: 1em;
    height: 24px;
    line-height: 1em;
    margin-right: 5px;
    width: 19px
}

.high-contrast .campaign-hero-bg .field-name-field-her-cta a.btn.login:before,
.high-contrast .campaign-hero-bg .field-name-field-her-cta a.login:before,
.high-contrast .campaign-hero-bg .field-name-field-her-cta a:focus.login:before,
.high-contrast .hero-img-bg .field-name-field-her-cta a.btn.login:before,
.high-contrast .hero-img-bg .field-name-field-her-cta a.login:before,
.high-contrast .hero-img-bg .field-name-field-her-cta a:focus.login:before {
    color: #004ea8
}

.campaign-hero-bg .field-name-field-her-cta a.btn.login:focus,
.campaign-hero-bg .field-name-field-her-cta a.btn.login:hover,
.campaign-hero-bg .field-name-field-her-cta a.login:focus,
.campaign-hero-bg .field-name-field-her-cta a.login:hover,
.campaign-hero-bg .field-name-field-her-cta a:focus.login:focus,
.campaign-hero-bg .field-name-field-her-cta a:focus.login:hover,
.hero-img-bg .field-name-field-her-cta a.btn.login:focus,
.hero-img-bg .field-name-field-her-cta a.btn.login:hover,
.hero-img-bg .field-name-field-her-cta a.login:focus,
.hero-img-bg .field-name-field-her-cta a.login:hover,
.hero-img-bg .field-name-field-her-cta a:focus.login:focus,
.hero-img-bg .field-name-field-her-cta a:focus.login:hover {
    background-color: #f3890e
}

.high-contrast .campaign-hero-bg .field-name-field-her-cta a.btn.login:focus,
.high-contrast .campaign-hero-bg .field-name-field-her-cta a.btn.login:hover,
.high-contrast .campaign-hero-bg .field-name-field-her-cta a.login:focus,
.high-contrast .campaign-hero-bg .field-name-field-her-cta a.login:hover,
.high-contrast .campaign-hero-bg .field-name-field-her-cta a:focus.login:focus,
.high-contrast .campaign-hero-bg .field-name-field-her-cta a:focus.login:hover,
.high-contrast .hero-img-bg .field-name-field-her-cta a.btn.login:focus,
.high-contrast .hero-img-bg .field-name-field-her-cta a.btn.login:hover,
.high-contrast .hero-img-bg .field-name-field-her-cta a.login:focus,
.high-contrast .hero-img-bg .field-name-field-her-cta a.login:hover,
.high-contrast .hero-img-bg .field-name-field-her-cta a:focus.login:focus,
.high-contrast .hero-img-bg .field-name-field-her-cta a:focus.login:hover {
    background-color: #fff;
    text-decoration: underline
}

.campaign-hero-bg .field-name-field-her-cta a.btn.tertiary,
.campaign-hero-bg .field-name-field-her-cta a.tertiary,
.campaign-hero-bg .field-name-field-her-cta a:focus.tertiary,
.hero-img-bg .field-name-field-her-cta a.btn.tertiary,
.hero-img-bg .field-name-field-her-cta a.tertiary,
.hero-img-bg .field-name-field-her-cta a:focus.tertiary {
    background-color: rgba(0, 0, 0, .11);
    font-size: 16px;
    padding: 7px 10px 5px
}

.campaign-hero-bg .field-name-field-her-cta a .ajax-progress,
.campaign-hero-bg .field-name-field-her-cta a.btn .ajax-progress,
.campaign-hero-bg .field-name-field-her-cta a:focus .ajax-progress,
.hero-img-bg .field-name-field-her-cta a .ajax-progress,
.hero-img-bg .field-name-field-her-cta a.btn .ajax-progress,
.hero-img-bg .field-name-field-her-cta a:focus .ajax-progress {
    margin-left: 10px
}

.campaign-hero-bg .field-name-field-her-cta a .ajax-progress i:before,
.campaign-hero-bg .field-name-field-her-cta a.btn .ajax-progress i:before,
.campaign-hero-bg .field-name-field-her-cta a:focus .ajax-progress i:before,
.hero-img-bg .field-name-field-her-cta a .ajax-progress i:before,
.hero-img-bg .field-name-field-her-cta a.btn .ajax-progress i:before,
.hero-img-bg .field-name-field-her-cta a:focus .ajax-progress i:before {
    content: "\f021";
    font-family: FontAwesome;
    font-size: .8em
}

@media only screen and (min-width:600px) {

    .campaign-hero-bg .field-name-field-her-cta a,
    .campaign-hero-bg .field-name-field-her-cta a.btn,
    .campaign-hero-bg .field-name-field-her-cta a:focus,
    .hero-img-bg .field-name-field-her-cta a,
    .hero-img-bg .field-name-field-her-cta a.btn,
    .hero-img-bg .field-name-field-her-cta a:focus {
        font-size: 20px;
        margin: 0 5px;
        padding: 12px 20px 10px
    }

    .campaign-hero-bg .field-name-field-her-cta a.btn:first-child,
    .campaign-hero-bg .field-name-field-her-cta a:first-child,
    .campaign-hero-bg .field-name-field-her-cta a:focus:first-child,
    .hero-img-bg .field-name-field-her-cta a.btn:first-child,
    .hero-img-bg .field-name-field-her-cta a:first-child,
    .hero-img-bg .field-name-field-her-cta a:focus:first-child {
        margin-left: 0
    }

    .campaign-hero-bg .field-name-field-her-cta a.btn:last-child,
    .campaign-hero-bg .field-name-field-her-cta a:focus:last-child,
    .campaign-hero-bg .field-name-field-her-cta a:last-child,
    .hero-img-bg .field-name-field-her-cta a.btn:last-child,
    .hero-img-bg .field-name-field-her-cta a:focus:last-child,
    .hero-img-bg .field-name-field-her-cta a:last-child {
        margin-right: 0
    }
}

html .campaign-hero-bg .field-name-field-her-cta a,
html .campaign-hero-bg .field-name-field-her-cta a.btn-primary,
html .campaign-hero-bg .field-name-field-her-cta a:focus,
html .hero-img-bg .field-name-field-her-cta a,
html .hero-img-bg .field-name-field-her-cta a.btn-primary,
html .hero-img-bg .field-name-field-her-cta a:focus {
    background-color: #004ea8
}

html .campaign-hero-bg .field-name-field-her-cta a.btn-primary:hover,
html .campaign-hero-bg .field-name-field-her-cta a:focus:hover,
html .campaign-hero-bg .field-name-field-her-cta a:hover,
html .hero-img-bg .field-name-field-her-cta a.btn-primary:hover,
html .hero-img-bg .field-name-field-her-cta a:focus:hover,
html .hero-img-bg .field-name-field-her-cta a:hover {
    background-color: #0965d0
}

.campaign-hero-bg .field-name-field-her-cta .field-item,
.campaign-hero-bg .field-name-field-her-cta .field-items,
.hero-img-bg .field-name-field-her-cta .field-item,
.hero-img-bg .field-name-field-her-cta .field-items {
    display: inline
}

@media only screen and (min-width:600px) {

    .campaign-hero-bg,
    .hero-img-bg {
        align-items: flex-end;
        background-position: center center;
        background-size: cover;
        height: 38.7vw
    }

    .campaign-hero-bg>.content,
    .entity .campaign-hero-bg>.content,
    .entity .hero-img-bg>.content,
    .hero-img-bg>.content {
        max-width: 340px;
        padding: 40px;
        width: 100%
    }

    .campaign-hero-bg .field-name-field-hero-text,
    .campaign-hero-bg .field-name-field-intro-hero-text,
    .hero-img-bg .field-name-field-hero-text,
    .hero-img-bg .field-name-field-intro-hero-text {
        color: #fff
    }

    .campaign-hero-bg .field-name-field-intro-hero-text,
    .hero-img-bg .field-name-field-intro-hero-text {
        font-size: 24px;
        font-family: helvetica neue lt;
        text-transform: uppercase
    }

    .campaign-hero-bg .field-name-field-her-cta,
    .hero-img-bg .field-name-field-her-cta {
        margin-top: 10px
    }
}

@media only screen and (min-width:768px) {

    .campaign-hero-bg,
    .hero-img-bg {
        padding: 40px 100px
    }

    .campaign-hero-bg .field-name-field-intro-hero-text,
    .hero-img-bg .field-name-field-intro-hero-text {
        font-size: 24px;
        font-family: helvetica neue lt;
        text-transform: uppercase
    }
}

@media only screen and (min-width:992px) {

    .campaign-hero-bg>.content,
    .entity .campaign-hero-bg>.content,
    .entity .hero-img-bg>.content,
    .hero-img-bg>.content {
        max-width: 470px
    }

    .campaign-hero-bg .field-name-field-intro-hero-text,
    .hero-img-bg .field-name-field-intro-hero-text {
        font-size: 35px;
        font-family: helvetica neue lt;
        text-transform: uppercase
    }

    .campaign-hero-bg .field-name-field-hero-text,
    .hero-img-bg .field-name-field-hero-text {
        font-size: 56px
    }
}

@media only screen and (min-width:1200px) {

    .campaign-hero-bg>.content,
    .entity .campaign-hero-bg>.content,
    .entity .hero-img-bg>.content,
    .hero-img-bg>.content {
        max-width: 650px
    }

    .campaign-hero-bg .field-name-field-intro-hero-text,
    .hero-img-bg .field-name-field-intro-hero-text {
        font-size: 35px;
        font-family: helvetica neue lt;
        text-transform: uppercase
    }

    .campaign-hero-bg .field-name-field-hero-text,
    .hero-img-bg .field-name-field-hero-text {
        font-size: 64px
    }
}

@media only screen and (min-width:1396px) {

    .campaign-hero-bg,
    .hero-img-bg {
        height: 540px
    }

    .campaign-hero-bg>.content,
    .entity .campaign-hero-bg>.content,
    .entity .hero-img-bg>.content,
    .hero-img-bg>.content {
        max-width: 720px;
        padding-left: 100px
    }
}

@media only screen and (min-width:600px) {
    .hero-img-bg.paragraphs-item-brand-message-left {
        align-items: flex-start
    }
}

.paragraphs-items-field-section-full>.field-name-field-section>.field-items>.field-item:first-child:after {
    top: calc(32.7vw + 1px)
}

@media only screen and (min-width:768px) {
    .paragraphs-items-field-section-full>.field-name-field-section>.field-items>.field-item:first-child:after {
        top: calc(29vw + 1px)
    }
}

@media only screen and (min-width:1396px) {
    .paragraphs-items-field-section-full>.field-name-field-section>.field-items>.field-item:first-child:after {
        top: 404px
    }
}

.paragraphs-items-field-section-full>.field-name-field-section>.field-items>.field-item:first-child .hero-img-bg {
    max-width: 1396px
}

.paragraphs-items-field-section-full>.field-name-field-section>.field-items>.field-item:first-child .hero-img-bg .field-name-field-hero-text {
    font-size: 36px
}

@media only screen and (min-width:768px) {
    .paragraphs-items-field-section-full>.field-name-field-section>.field-items>.field-item:first-child .hero-img-bg {
        height: 35vw
    }

    .paragraphs-items-field-section-full>.field-name-field-section>.field-items>.field-item:first-child .hero-img-bg .field-name-field-intro-hero-text {
        text-transform: uppercase
    }

    .paragraphs-items-field-section-full>.field-name-field-section>.field-items>.field-item:first-child .hero-img-bg .field-name-field-hero-text {
        font-size: 36px
    }
}

@media only screen and (min-width:992px) {
    .paragraphs-items-field-section-full>.field-name-field-section>.field-items>.field-item:first-child .hero-img-bg .field-name-field-intro-hero-text {
        text-transform: uppercase
    }

    .paragraphs-items-field-section-full>.field-name-field-section>.field-items>.field-item:first-child .hero-img-bg .field-name-field-hero-text {
        font-size: 60px
    }
}

@media only screen and (min-width:1200px) {
    .paragraphs-items-field-section-full>.field-name-field-section>.field-items>.field-item:first-child .hero-img-bg .field-name-field-intro-hero-text {
        text-transform: uppercase;
        padding-bottom: 10px
    }

    .paragraphs-items-field-section-full>.field-name-field-section>.field-items>.field-item:first-child .hero-img-bg .field-name-field-hero-text {
        font-size: 80px
    }
}

@media only screen and (min-width:1396px) {
    .paragraphs-items-field-section-full>.field-name-field-section>.field-items>.field-item:first-child .hero-img-bg {
        height: 488px
    }
}

.block-system-main>.node>.field-name-hero-image:first-child .hero-img-bg {
    align-items: flex-start;
    background-position: top right;
    background-size: auto 38.7vw
}

.block-system-main>.node>.field-name-hero-image:first-child .hero-img-bg .field-name-field-hero-text {
    margin-bottom: 0
}

.block-system-main>.node>.field-name-hero-image:first-child .hero-img-bg:before {
    display: none
}

@media only screen and (min-width:600px) {
    .block-system-main>.node>.field-name-hero-image:first-child .hero-img-bg {
        background-position: center top;
        background-size: 100% auto;
        height: 20vw;
        padding-top: 0;
        padding-bottom: 4.5vw
    }
}

@media only screen and (min-width:600px) and (min-width:1396px) {
    .block-system-main>.node>.field-name-hero-image:first-child .hero-img-bg {
        height: 274px;
        padding-bottom: 65px;
        background-position: center top
    }
}

@media only screen and (min-width:600px) {
    .block-system-main>.node>.field-name-hero-image:first-child .hero-img-bg>.content {
        max-width: none;
        padding: 40px
    }

    .block-system-main>.node>.field-name-hero-image:first-child .hero-img-bg .field-name-field-hero-text {
        font-size: 32px
    }
}

.block-system-main>.node>.field-name-hero-image:first-child .hero-img-bg:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg class='taper-top' preserveAspectRatio='none' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' fill='white'%3E%3Cpolygon id='Rectangle-1' points='0 0 16 0 0 16'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    cursor: pointer;
    display: inline-block;
    font-size: .01em;
    height: 6vw;
    left: -.05vw;
    line-height: .01em;
    position: absolute;
    width: 104vw;
    transform: rotate(180deg) scaleX(-1) translateY(-1px);
    width: 117vw;
    top: calc(32vw + 1px)
}

@media only screen and (min-width:600px) {
    .block-system-main>.node>.field-name-hero-image:first-child .hero-img-bg:after {
        top: calc(14vw + 1px)
    }
}

@media only screen and (min-width:1396px) {
    .block-system-main>.node>.field-name-hero-image:first-child .hero-img-bg:after {
        top: 188px
    }
}

@media only screen and (min-width:768px) {
    .block-system-main>.node>.field-name-hero-image:first-child .hero-img-bg>.content {
        max-width: 400px
    }
}

@media only screen and (min-width:992px) {
    .block-system-main>.node>.field-name-hero-image:first-child .hero-img-bg>.content {
        max-width: 470px
    }
}

@media only screen and (min-width:1200px) {
    .block-system-main>.node>.field-name-hero-image:first-child .hero-img-bg>.content {
        max-width: 650px
    }

    .block-system-main>.node>.field-name-hero-image:first-child .hero-img-bg .field-name-field-hero-text {
        font-size: 64px
    }
}

@media only screen and (min-width:1396px) {

    .block-system-main>.node>.field-name-hero-image:first-child .hero-img-bg>.content,
    .entity .block-system-main>.node>.field-name-hero-image:first-child .hero-img-bg>.content {
        max-width: 720px;
        padding-left: 100px
    }
}

@media only screen and (min-width:320px) {
    .biz-continuity .block-system-main>.node>.field-name-hero-image:first-child .hero-img-bg-spacer {
        min-height: 80px
    }
}

@media only screen and (min-width:768px) {
    .block-system-main>.node>.field-name-hero-image:first-child .hero-img-bg-spacer {
        min-height: 60px
    }

    .biz-continuity .block-system-main>.node>.field-name-hero-image:first-child .hero-img-bg-spacer {
        min-height: 100px
    }
}

@media only screen and (min-width:1200px) {
    .block-system-main>.node>.field-name-hero-image:first-child .hero-img-bg-spacer {
        min-height: 60px
    }

    .biz-continuity .block-system-main>.node>.field-name-hero-image:first-child .hero-img-bg-spacer {
        min-height: 60px
    }
}

.node-type-campaign-landing .block-system-main>.node>.field:first-child .campaign-hero-bg .field-name-field-hero-description {
    color: #002e64;
    font-size: 18px
}

.node-type-campaign-landing .block-system-main>.node>.field:first-child .campaign-hero-bg .field-name-field-hero-text {
    color: #002e64;
    font-size: 36px
}

.node-type-campaign-landing .block-system-main>.node>.field:first-child .campaign-hero-bg:before {
    display: none
}

@media only screen and (min-width:768px) {
    .node-type-campaign-landing .block-system-main>.node>.field:first-child .campaign-hero-bg {
        height: 35vw
    }

    .node-type-campaign-landing .block-system-main>.node>.field:first-child .campaign-hero-bg:after {
        background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg class='taper-top' preserveAspectRatio='none' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' fill='white'%3E%3Cpolygon id='Rectangle-1' points='0 0 16 0 0 16'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        content: '';
        cursor: pointer;
        display: inline-block;
        font-size: .01em;
        height: 6vw;
        left: -.05vw;
        line-height: .01em;
        position: absolute;
        width: 104vw;
        transform: rotate(180deg) scaleX(-1) translateY(-1px);
        top: calc(29vw + 1px)
    }

    .node-type-campaign-landing .block-system-main>.node>.field:first-child .campaign-hero-bg .field-name-field-hero-text {
        font-size: 50px
    }
}

@media only screen and (min-width:992px) {
    .node-type-campaign-landing .block-system-main>.node>.field:first-child .campaign-hero-bg .field-name-field-hero-text {
        font-size: 60px
    }
}

@media only screen and (min-width:1200px) {
    .node-type-campaign-landing .block-system-main>.node>.field:first-child .campaign-hero-bg .field-name-field-hero-text {
        font-size: 80px
    }
}

@media only screen and (min-width:1396px) {
    .node-type-campaign-landing .block-system-main>.node>.field:first-child .campaign-hero-bg {
        height: 420px
    }

    .node-type-campaign-landing .block-system-main>.node>.field:first-child .campaign-hero-bg:after {
        top: 340px;
        width: 150%
    }
}

.field-name-body h1,
.field-name-field-body h1,
.field-name-title h1 {
    text-transform: none
}

@media only screen and (min-width:768px) {

    .col>.field-name-body:first-child,
    .col>.field-name-field-body:first-child,
    .col>.field-name-title:first-child {
        margin-top: 10px
    }
}

.block-system-main>.node.node-nonprofit-detail .content-row,
.block-system-main>.node.node-nonprofit-detail>.field>.field-items>.field-item:not(.content-type-brand-message):not(.content-type-feature-reveal):not(.content-type-promotions-1),
.block-system-main>.node>.paragraphs-items-field-campaign-sections .content-row,
.block-system-main>.node>.paragraphs-items-field-campaign-sections>.field>.field-items>.field-item:not(.content-type-brand-message):not(.content-type-feature-reveal):not(.content-type-promotions-1),
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section .content-row,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section>.field>.field-items>.field-item:not(.content-type-brand-message):not(.content-type-feature-reveal):not(.content-type-promotions-1),
.block-system-main>.node>.paragraphs-items-field-product-promos .content-row,
.block-system-main>.node>.paragraphs-items-field-product-promos>.field>.field-items>.field-item:not(.content-type-brand-message):not(.content-type-feature-reveal):not(.content-type-promotions-1),
.block-system-main>.node>.paragraphs-items-field-sections .content-row,
.block-system-main>.node>.paragraphs-items-field-sections>.field>.field-items>.field-item:not(.content-type-brand-message):not(.content-type-feature-reveal):not(.content-type-promotions-1),
.block-system-main>.node>.paragraphs-items-field-widget .content-row,
.block-system-main>.node>.paragraphs-items-field-widget>.field>.field-items>.field-item:not(.content-type-brand-message):not(.content-type-feature-reveal):not(.content-type-promotions-1) {
    position: relative
}

.block-system-main>.node.node-nonprofit-detail .content-row.bg-alt-gray,
.block-system-main>.node.node-nonprofit-detail>.field>.field-items>.field-item:not(.content-type-brand-message):not(.content-type-feature-reveal):not(.content-type-promotions-1).bg-alt-gray,
.block-system-main>.node>.paragraphs-items-field-campaign-sections .content-row.bg-alt-gray,
.block-system-main>.node>.paragraphs-items-field-campaign-sections>.field>.field-items>.field-item:not(.content-type-brand-message):not(.content-type-feature-reveal):not(.content-type-promotions-1).bg-alt-gray,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section .content-row.bg-alt-gray,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section>.field>.field-items>.field-item:not(.content-type-brand-message):not(.content-type-feature-reveal):not(.content-type-promotions-1).bg-alt-gray,
.block-system-main>.node>.paragraphs-items-field-product-promos .content-row.bg-alt-gray,
.block-system-main>.node>.paragraphs-items-field-product-promos>.field>.field-items>.field-item:not(.content-type-brand-message):not(.content-type-feature-reveal):not(.content-type-promotions-1).bg-alt-gray,
.block-system-main>.node>.paragraphs-items-field-sections .content-row.bg-alt-gray,
.block-system-main>.node>.paragraphs-items-field-sections>.field>.field-items>.field-item:not(.content-type-brand-message):not(.content-type-feature-reveal):not(.content-type-promotions-1).bg-alt-gray,
.block-system-main>.node>.paragraphs-items-field-widget .content-row.bg-alt-gray,
.block-system-main>.node>.paragraphs-items-field-widget>.field>.field-items>.field-item:not(.content-type-brand-message):not(.content-type-feature-reveal):not(.content-type-promotions-1).bg-alt-gray {
    background-color: #e3e8ed
}

.block-system-main>.node.node-nonprofit-detail .content-row.bg-alt-light-blue,
.block-system-main>.node.node-nonprofit-detail>.field>.field-items>.field-item:not(.content-type-brand-message):not(.content-type-feature-reveal):not(.content-type-promotions-1).bg-alt-light-blue,
.block-system-main>.node>.paragraphs-items-field-campaign-sections .content-row.bg-alt-light-blue,
.block-system-main>.node>.paragraphs-items-field-campaign-sections>.field>.field-items>.field-item:not(.content-type-brand-message):not(.content-type-feature-reveal):not(.content-type-promotions-1).bg-alt-light-blue,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section .content-row.bg-alt-light-blue,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section>.field>.field-items>.field-item:not(.content-type-brand-message):not(.content-type-feature-reveal):not(.content-type-promotions-1).bg-alt-light-blue,
.block-system-main>.node>.paragraphs-items-field-product-promos .content-row.bg-alt-light-blue,
.block-system-main>.node>.paragraphs-items-field-product-promos>.field>.field-items>.field-item:not(.content-type-brand-message):not(.content-type-feature-reveal):not(.content-type-promotions-1).bg-alt-light-blue,
.block-system-main>.node>.paragraphs-items-field-sections .content-row.bg-alt-light-blue,
.block-system-main>.node>.paragraphs-items-field-sections>.field>.field-items>.field-item:not(.content-type-brand-message):not(.content-type-feature-reveal):not(.content-type-promotions-1).bg-alt-light-blue,
.block-system-main>.node>.paragraphs-items-field-widget .content-row.bg-alt-light-blue,
.block-system-main>.node>.paragraphs-items-field-widget>.field>.field-items>.field-item:not(.content-type-brand-message):not(.content-type-feature-reveal):not(.content-type-promotions-1).bg-alt-light-blue {
    background-color: #e0f7ff
}

.block-system-main>.node.node-nonprofit-detail .content-row.bg-alt-cyan,
.block-system-main>.node.node-nonprofit-detail>.field>.field-items>.field-item:not(.content-type-brand-message):not(.content-type-feature-reveal):not(.content-type-promotions-1).bg-alt-cyan,
.block-system-main>.node>.paragraphs-items-field-campaign-sections .content-row.bg-alt-cyan,
.block-system-main>.node>.paragraphs-items-field-campaign-sections>.field>.field-items>.field-item:not(.content-type-brand-message):not(.content-type-feature-reveal):not(.content-type-promotions-1).bg-alt-cyan,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section .content-row.bg-alt-cyan,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section>.field>.field-items>.field-item:not(.content-type-brand-message):not(.content-type-feature-reveal):not(.content-type-promotions-1).bg-alt-cyan,
.block-system-main>.node>.paragraphs-items-field-product-promos .content-row.bg-alt-cyan,
.block-system-main>.node>.paragraphs-items-field-product-promos>.field>.field-items>.field-item:not(.content-type-brand-message):not(.content-type-feature-reveal):not(.content-type-promotions-1).bg-alt-cyan,
.block-system-main>.node>.paragraphs-items-field-sections .content-row.bg-alt-cyan,
.block-system-main>.node>.paragraphs-items-field-sections>.field>.field-items>.field-item:not(.content-type-brand-message):not(.content-type-feature-reveal):not(.content-type-promotions-1).bg-alt-cyan,
.block-system-main>.node>.paragraphs-items-field-widget .content-row.bg-alt-cyan,
.block-system-main>.node>.paragraphs-items-field-widget>.field>.field-items>.field-item:not(.content-type-brand-message):not(.content-type-feature-reveal):not(.content-type-promotions-1).bg-alt-cyan {
    color: #eff1f3;
    background-color: #019dd6
}

.block-system-main>.node.node-nonprofit-detail .content-row.bg-alt-green,
.block-system-main>.node.node-nonprofit-detail>.field>.field-items>.field-item:not(.content-type-brand-message):not(.content-type-feature-reveal):not(.content-type-promotions-1).bg-alt-green,
.block-system-main>.node>.paragraphs-items-field-campaign-sections .content-row.bg-alt-green,
.block-system-main>.node>.paragraphs-items-field-campaign-sections>.field>.field-items>.field-item:not(.content-type-brand-message):not(.content-type-feature-reveal):not(.content-type-promotions-1).bg-alt-green,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section .content-row.bg-alt-green,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section>.field>.field-items>.field-item:not(.content-type-brand-message):not(.content-type-feature-reveal):not(.content-type-promotions-1).bg-alt-green,
.block-system-main>.node>.paragraphs-items-field-product-promos .content-row.bg-alt-green,
.block-system-main>.node>.paragraphs-items-field-product-promos>.field>.field-items>.field-item:not(.content-type-brand-message):not(.content-type-feature-reveal):not(.content-type-promotions-1).bg-alt-green,
.block-system-main>.node>.paragraphs-items-field-sections .content-row.bg-alt-green,
.block-system-main>.node>.paragraphs-items-field-sections>.field>.field-items>.field-item:not(.content-type-brand-message):not(.content-type-feature-reveal):not(.content-type-promotions-1).bg-alt-green,
.block-system-main>.node>.paragraphs-items-field-widget .content-row.bg-alt-green,
.block-system-main>.node>.paragraphs-items-field-widget>.field>.field-items>.field-item:not(.content-type-brand-message):not(.content-type-feature-reveal):not(.content-type-promotions-1).bg-alt-green {
    color: #eff1f3;
    background-color: #4aa73f
}

.block-system-main>.node.node-nonprofit-detail .content-row.bg-alt-purple,
.block-system-main>.node.node-nonprofit-detail>.field>.field-items>.field-item:not(.content-type-brand-message):not(.content-type-feature-reveal):not(.content-type-promotions-1).bg-alt-purple,
.block-system-main>.node>.paragraphs-items-field-campaign-sections .content-row.bg-alt-purple,
.block-system-main>.node>.paragraphs-items-field-campaign-sections>.field>.field-items>.field-item:not(.content-type-brand-message):not(.content-type-feature-reveal):not(.content-type-promotions-1).bg-alt-purple,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section .content-row.bg-alt-purple,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section>.field>.field-items>.field-item:not(.content-type-brand-message):not(.content-type-feature-reveal):not(.content-type-promotions-1).bg-alt-purple,
.block-system-main>.node>.paragraphs-items-field-product-promos .content-row.bg-alt-purple,
.block-system-main>.node>.paragraphs-items-field-product-promos>.field>.field-items>.field-item:not(.content-type-brand-message):not(.content-type-feature-reveal):not(.content-type-promotions-1).bg-alt-purple,
.block-system-main>.node>.paragraphs-items-field-sections .content-row.bg-alt-purple,
.block-system-main>.node>.paragraphs-items-field-sections>.field>.field-items>.field-item:not(.content-type-brand-message):not(.content-type-feature-reveal):not(.content-type-promotions-1).bg-alt-purple,
.block-system-main>.node>.paragraphs-items-field-widget .content-row.bg-alt-purple,
.block-system-main>.node>.paragraphs-items-field-widget>.field>.field-items>.field-item:not(.content-type-brand-message):not(.content-type-feature-reveal):not(.content-type-promotions-1).bg-alt-purple {
    color: #eff1f3;
    background-color: #1e2b86
}

.block-system-main>.node.node-nonprofit-detail .content-row>.entity,
.block-system-main>.node.node-nonprofit-detail>.field>.field-items>.field-item:not(.content-type-brand-message):not(.content-type-feature-reveal):not(.content-type-promotions-1)>.entity,
.block-system-main>.node>.paragraphs-items-field-campaign-sections .content-row>.entity,
.block-system-main>.node>.paragraphs-items-field-campaign-sections>.field>.field-items>.field-item:not(.content-type-brand-message):not(.content-type-feature-reveal):not(.content-type-promotions-1)>.entity,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section .content-row>.entity,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section>.field>.field-items>.field-item:not(.content-type-brand-message):not(.content-type-feature-reveal):not(.content-type-promotions-1)>.entity,
.block-system-main>.node>.paragraphs-items-field-product-promos .content-row>.entity,
.block-system-main>.node>.paragraphs-items-field-product-promos>.field>.field-items>.field-item:not(.content-type-brand-message):not(.content-type-feature-reveal):not(.content-type-promotions-1)>.entity,
.block-system-main>.node>.paragraphs-items-field-sections .content-row>.entity,
.block-system-main>.node>.paragraphs-items-field-sections>.field>.field-items>.field-item:not(.content-type-brand-message):not(.content-type-feature-reveal):not(.content-type-promotions-1)>.entity,
.block-system-main>.node>.paragraphs-items-field-widget .content-row>.entity,
.block-system-main>.node>.paragraphs-items-field-widget>.field>.field-items>.field-item:not(.content-type-brand-message):not(.content-type-feature-reveal):not(.content-type-promotions-1)>.entity {
    margin: 0 auto;
    padding: 40px 20px;
    position: relative;
    width: 100%;
    position: relative
}

.block-system-main>.node.node-nonprofit-detail .content-row>.entity:first-child,
.block-system-main>.node.node-nonprofit-detail>.field>.field-items>.field-item:not(.content-type-brand-message):not(.content-type-feature-reveal):not(.content-type-promotions-1)>.entity:first-child,
.block-system-main>.node>.paragraphs-items-field-campaign-sections .content-row>.entity:first-child,
.block-system-main>.node>.paragraphs-items-field-campaign-sections>.field>.field-items>.field-item:not(.content-type-brand-message):not(.content-type-feature-reveal):not(.content-type-promotions-1)>.entity:first-child,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section .content-row>.entity:first-child,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section>.field>.field-items>.field-item:not(.content-type-brand-message):not(.content-type-feature-reveal):not(.content-type-promotions-1)>.entity:first-child,
.block-system-main>.node>.paragraphs-items-field-product-promos .content-row>.entity:first-child,
.block-system-main>.node>.paragraphs-items-field-product-promos>.field>.field-items>.field-item:not(.content-type-brand-message):not(.content-type-feature-reveal):not(.content-type-promotions-1)>.entity:first-child,
.block-system-main>.node>.paragraphs-items-field-sections .content-row>.entity:first-child,
.block-system-main>.node>.paragraphs-items-field-sections>.field>.field-items>.field-item:not(.content-type-brand-message):not(.content-type-feature-reveal):not(.content-type-promotions-1)>.entity:first-child,
.block-system-main>.node>.paragraphs-items-field-widget .content-row>.entity:first-child,
.block-system-main>.node>.paragraphs-items-field-widget>.field>.field-items>.field-item:not(.content-type-brand-message):not(.content-type-feature-reveal):not(.content-type-promotions-1)>.entity:first-child {
    margin-top: 0
}

.block-system-main>.node.node-nonprofit-detail .content-row>.entity:last-child,
.block-system-main>.node.node-nonprofit-detail>.field>.field-items>.field-item:not(.content-type-brand-message):not(.content-type-feature-reveal):not(.content-type-promotions-1)>.entity:last-child,
.block-system-main>.node>.paragraphs-items-field-campaign-sections .content-row>.entity:last-child,
.block-system-main>.node>.paragraphs-items-field-campaign-sections>.field>.field-items>.field-item:not(.content-type-brand-message):not(.content-type-feature-reveal):not(.content-type-promotions-1)>.entity:last-child,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section .content-row>.entity:last-child,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section>.field>.field-items>.field-item:not(.content-type-brand-message):not(.content-type-feature-reveal):not(.content-type-promotions-1)>.entity:last-child,
.block-system-main>.node>.paragraphs-items-field-product-promos .content-row>.entity:last-child,
.block-system-main>.node>.paragraphs-items-field-product-promos>.field>.field-items>.field-item:not(.content-type-brand-message):not(.content-type-feature-reveal):not(.content-type-promotions-1)>.entity:last-child,
.block-system-main>.node>.paragraphs-items-field-sections .content-row>.entity:last-child,
.block-system-main>.node>.paragraphs-items-field-sections>.field>.field-items>.field-item:not(.content-type-brand-message):not(.content-type-feature-reveal):not(.content-type-promotions-1)>.entity:last-child,
.block-system-main>.node>.paragraphs-items-field-widget .content-row>.entity:last-child,
.block-system-main>.node>.paragraphs-items-field-widget>.field>.field-items>.field-item:not(.content-type-brand-message):not(.content-type-feature-reveal):not(.content-type-promotions-1)>.entity:last-child {
    margin-bottom: 0
}

@media only screen and (min-width:600px) {

    .block-system-main>.node.node-nonprofit-detail .content-row>.entity,
    .block-system-main>.node.node-nonprofit-detail>.field>.field-items>.field-item:not(.content-type-brand-message):not(.content-type-feature-reveal):not(.content-type-promotions-1)>.entity,
    .block-system-main>.node>.paragraphs-items-field-campaign-sections .content-row>.entity,
    .block-system-main>.node>.paragraphs-items-field-campaign-sections>.field>.field-items>.field-item:not(.content-type-brand-message):not(.content-type-feature-reveal):not(.content-type-promotions-1)>.entity,
    .block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section .content-row>.entity,
    .block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section>.field>.field-items>.field-item:not(.content-type-brand-message):not(.content-type-feature-reveal):not(.content-type-promotions-1)>.entity,
    .block-system-main>.node>.paragraphs-items-field-product-promos .content-row>.entity,
    .block-system-main>.node>.paragraphs-items-field-product-promos>.field>.field-items>.field-item:not(.content-type-brand-message):not(.content-type-feature-reveal):not(.content-type-promotions-1)>.entity,
    .block-system-main>.node>.paragraphs-items-field-sections .content-row>.entity,
    .block-system-main>.node>.paragraphs-items-field-sections>.field>.field-items>.field-item:not(.content-type-brand-message):not(.content-type-feature-reveal):not(.content-type-promotions-1)>.entity,
    .block-system-main>.node>.paragraphs-items-field-widget .content-row>.entity,
    .block-system-main>.node>.paragraphs-items-field-widget>.field>.field-items>.field-item:not(.content-type-brand-message):not(.content-type-feature-reveal):not(.content-type-promotions-1)>.entity {
        padding-right: 40px;
        padding-left: 40px
    }
}

@media only screen and (min-width:1326px) {

    .block-system-main>.node.node-nonprofit-detail .content-row>.entity,
    .block-system-main>.node.node-nonprofit-detail>.field>.field-items>.field-item:not(.content-type-brand-message):not(.content-type-feature-reveal):not(.content-type-promotions-1)>.entity,
    .block-system-main>.node>.paragraphs-items-field-campaign-sections .content-row>.entity,
    .block-system-main>.node>.paragraphs-items-field-campaign-sections>.field>.field-items>.field-item:not(.content-type-brand-message):not(.content-type-feature-reveal):not(.content-type-promotions-1)>.entity,
    .block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section .content-row>.entity,
    .block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section>.field>.field-items>.field-item:not(.content-type-brand-message):not(.content-type-feature-reveal):not(.content-type-promotions-1)>.entity,
    .block-system-main>.node>.paragraphs-items-field-product-promos .content-row>.entity,
    .block-system-main>.node>.paragraphs-items-field-product-promos>.field>.field-items>.field-item:not(.content-type-brand-message):not(.content-type-feature-reveal):not(.content-type-promotions-1)>.entity,
    .block-system-main>.node>.paragraphs-items-field-sections .content-row>.entity,
    .block-system-main>.node>.paragraphs-items-field-sections>.field>.field-items>.field-item:not(.content-type-brand-message):not(.content-type-feature-reveal):not(.content-type-promotions-1)>.entity,
    .block-system-main>.node>.paragraphs-items-field-widget .content-row>.entity,
    .block-system-main>.node>.paragraphs-items-field-widget>.field>.field-items>.field-item:not(.content-type-brand-message):not(.content-type-feature-reveal):not(.content-type-promotions-1)>.entity {
        max-width: 1326px;
        padding-right: 20px;
        padding-left: 20px
    }
}

.block-system-main>.node.node-nonprofit-detail .content-row.bg-alt-cyan+.bg-alt-cyan:not(.content-type-feature-reveal):not(.content-type-promotions-1)>.entity,
.block-system-main>.node.node-nonprofit-detail .content-row.bg-alt-gray+.bg-alt-gray:not(.content-type-feature-reveal):not(.content-type-promotions-1)>.entity,
.block-system-main>.node.node-nonprofit-detail .content-row.bg-alt-green+.bg-alt-green:not(.content-type-feature-reveal):not(.content-type-promotions-1)>.entity,
.block-system-main>.node.node-nonprofit-detail .content-row.bg-alt-light-blue+.bg-alt-light-blue:not(.content-type-feature-reveal):not(.content-type-promotions-1)>.entity,
.block-system-main>.node.node-nonprofit-detail .content-row.bg-alt-purple+.bg-alt-purple:not(.content-type-feature-reveal):not(.content-type-promotions-1)>.entity,
.block-system-main>.node.node-nonprofit-detail .content-row:not(.bg-alt-gray):not(.bg-alt-light-blue):not(.bg-alt-cyan):not(.bg-alt-green):not(.bg-alt-purple)+:not(.bg-alt-gray):not(.bg-alt-light-blue):not(.bg-alt-cyan):not(.bg-alt-green):not(.bg-alt-purple):not(.content-type-feature-reveal):not(.content-type-promotions-1)>.entity,
.block-system-main>.node.node-nonprofit-detail>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).bg-alt-cyan+.bg-alt-cyan:not(.content-type-feature-reveal):not(.content-type-promotions-1)>.entity,
.block-system-main>.node.node-nonprofit-detail>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).bg-alt-gray+.bg-alt-gray:not(.content-type-feature-reveal):not(.content-type-promotions-1)>.entity,
.block-system-main>.node.node-nonprofit-detail>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).bg-alt-green+.bg-alt-green:not(.content-type-feature-reveal):not(.content-type-promotions-1)>.entity,
.block-system-main>.node.node-nonprofit-detail>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).bg-alt-light-blue+.bg-alt-light-blue:not(.content-type-feature-reveal):not(.content-type-promotions-1)>.entity,
.block-system-main>.node.node-nonprofit-detail>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).bg-alt-purple+.bg-alt-purple:not(.content-type-feature-reveal):not(.content-type-promotions-1)>.entity,
.block-system-main>.node.node-nonprofit-detail>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.bg-alt-gray):not(.bg-alt-light-blue):not(.bg-alt-cyan):not(.bg-alt-green):not(.bg-alt-purple)+:not(.bg-alt-gray):not(.bg-alt-light-blue):not(.bg-alt-cyan):not(.bg-alt-green):not(.bg-alt-purple):not(.content-type-feature-reveal):not(.content-type-promotions-1)>.entity,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section .content-row.bg-alt-cyan+.bg-alt-cyan:not(.content-type-feature-reveal):not(.content-type-promotions-1)>.entity,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section .content-row.bg-alt-gray+.bg-alt-gray:not(.content-type-feature-reveal):not(.content-type-promotions-1)>.entity,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section .content-row.bg-alt-green+.bg-alt-green:not(.content-type-feature-reveal):not(.content-type-promotions-1)>.entity,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section .content-row.bg-alt-light-blue+.bg-alt-light-blue:not(.content-type-feature-reveal):not(.content-type-promotions-1)>.entity,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section .content-row.bg-alt-purple+.bg-alt-purple:not(.content-type-feature-reveal):not(.content-type-promotions-1)>.entity,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section .content-row:not(.bg-alt-gray):not(.bg-alt-light-blue):not(.bg-alt-cyan):not(.bg-alt-green):not(.bg-alt-purple)+:not(.bg-alt-gray):not(.bg-alt-light-blue):not(.bg-alt-cyan):not(.bg-alt-green):not(.bg-alt-purple):not(.content-type-feature-reveal):not(.content-type-promotions-1)>.entity,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).bg-alt-cyan+.bg-alt-cyan:not(.content-type-feature-reveal):not(.content-type-promotions-1)>.entity,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).bg-alt-gray+.bg-alt-gray:not(.content-type-feature-reveal):not(.content-type-promotions-1)>.entity,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).bg-alt-green+.bg-alt-green:not(.content-type-feature-reveal):not(.content-type-promotions-1)>.entity,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).bg-alt-light-blue+.bg-alt-light-blue:not(.content-type-feature-reveal):not(.content-type-promotions-1)>.entity,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).bg-alt-purple+.bg-alt-purple:not(.content-type-feature-reveal):not(.content-type-promotions-1)>.entity,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.bg-alt-gray):not(.bg-alt-light-blue):not(.bg-alt-cyan):not(.bg-alt-green):not(.bg-alt-purple)+:not(.bg-alt-gray):not(.bg-alt-light-blue):not(.bg-alt-cyan):not(.bg-alt-green):not(.bg-alt-purple):not(.content-type-feature-reveal):not(.content-type-promotions-1)>.entity,
.block-system-main>.node>.paragraphs-items-field-product-promos .content-row.bg-alt-cyan+.bg-alt-cyan:not(.content-type-feature-reveal):not(.content-type-promotions-1)>.entity,
.block-system-main>.node>.paragraphs-items-field-product-promos .content-row.bg-alt-gray+.bg-alt-gray:not(.content-type-feature-reveal):not(.content-type-promotions-1)>.entity,
.block-system-main>.node>.paragraphs-items-field-product-promos .content-row.bg-alt-green+.bg-alt-green:not(.content-type-feature-reveal):not(.content-type-promotions-1)>.entity,
.block-system-main>.node>.paragraphs-items-field-product-promos .content-row.bg-alt-light-blue+.bg-alt-light-blue:not(.content-type-feature-reveal):not(.content-type-promotions-1)>.entity,
.block-system-main>.node>.paragraphs-items-field-product-promos .content-row.bg-alt-purple+.bg-alt-purple:not(.content-type-feature-reveal):not(.content-type-promotions-1)>.entity,
.block-system-main>.node>.paragraphs-items-field-product-promos .content-row:not(.bg-alt-gray):not(.bg-alt-light-blue):not(.bg-alt-cyan):not(.bg-alt-green):not(.bg-alt-purple)+:not(.bg-alt-gray):not(.bg-alt-light-blue):not(.bg-alt-cyan):not(.bg-alt-green):not(.bg-alt-purple):not(.content-type-feature-reveal):not(.content-type-promotions-1)>.entity,
.block-system-main>.node>.paragraphs-items-field-product-promos>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).bg-alt-cyan+.bg-alt-cyan:not(.content-type-feature-reveal):not(.content-type-promotions-1)>.entity,
.block-system-main>.node>.paragraphs-items-field-product-promos>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).bg-alt-gray+.bg-alt-gray:not(.content-type-feature-reveal):not(.content-type-promotions-1)>.entity,
.block-system-main>.node>.paragraphs-items-field-product-promos>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).bg-alt-green+.bg-alt-green:not(.content-type-feature-reveal):not(.content-type-promotions-1)>.entity,
.block-system-main>.node>.paragraphs-items-field-product-promos>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).bg-alt-light-blue+.bg-alt-light-blue:not(.content-type-feature-reveal):not(.content-type-promotions-1)>.entity,
.block-system-main>.node>.paragraphs-items-field-product-promos>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).bg-alt-purple+.bg-alt-purple:not(.content-type-feature-reveal):not(.content-type-promotions-1)>.entity,
.block-system-main>.node>.paragraphs-items-field-product-promos>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.bg-alt-gray):not(.bg-alt-light-blue):not(.bg-alt-cyan):not(.bg-alt-green):not(.bg-alt-purple)+:not(.bg-alt-gray):not(.bg-alt-light-blue):not(.bg-alt-cyan):not(.bg-alt-green):not(.bg-alt-purple):not(.content-type-feature-reveal):not(.content-type-promotions-1)>.entity,
.block-system-main>.node>.paragraphs-items-field-sections .content-row.bg-alt-cyan+.bg-alt-cyan:not(.content-type-feature-reveal):not(.content-type-promotions-1)>.entity,
.block-system-main>.node>.paragraphs-items-field-sections .content-row.bg-alt-gray+.bg-alt-gray:not(.content-type-feature-reveal):not(.content-type-promotions-1)>.entity,
.block-system-main>.node>.paragraphs-items-field-sections .content-row.bg-alt-green+.bg-alt-green:not(.content-type-feature-reveal):not(.content-type-promotions-1)>.entity,
.block-system-main>.node>.paragraphs-items-field-sections .content-row.bg-alt-light-blue+.bg-alt-light-blue:not(.content-type-feature-reveal):not(.content-type-promotions-1)>.entity,
.block-system-main>.node>.paragraphs-items-field-sections .content-row.bg-alt-purple+.bg-alt-purple:not(.content-type-feature-reveal):not(.content-type-promotions-1)>.entity,
.block-system-main>.node>.paragraphs-items-field-sections .content-row:not(.bg-alt-gray):not(.bg-alt-light-blue):not(.bg-alt-cyan):not(.bg-alt-green):not(.bg-alt-purple)+:not(.bg-alt-gray):not(.bg-alt-light-blue):not(.bg-alt-cyan):not(.bg-alt-green):not(.bg-alt-purple):not(.content-type-feature-reveal):not(.content-type-promotions-1)>.entity,
.block-system-main>.node>.paragraphs-items-field-sections>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).bg-alt-cyan+.bg-alt-cyan:not(.content-type-feature-reveal):not(.content-type-promotions-1)>.entity,
.block-system-main>.node>.paragraphs-items-field-sections>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).bg-alt-gray+.bg-alt-gray:not(.content-type-feature-reveal):not(.content-type-promotions-1)>.entity,
.block-system-main>.node>.paragraphs-items-field-sections>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).bg-alt-green+.bg-alt-green:not(.content-type-feature-reveal):not(.content-type-promotions-1)>.entity,
.block-system-main>.node>.paragraphs-items-field-sections>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).bg-alt-light-blue+.bg-alt-light-blue:not(.content-type-feature-reveal):not(.content-type-promotions-1)>.entity,
.block-system-main>.node>.paragraphs-items-field-sections>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).bg-alt-purple+.bg-alt-purple:not(.content-type-feature-reveal):not(.content-type-promotions-1)>.entity,
.block-system-main>.node>.paragraphs-items-field-sections>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.bg-alt-gray):not(.bg-alt-light-blue):not(.bg-alt-cyan):not(.bg-alt-green):not(.bg-alt-purple)+:not(.bg-alt-gray):not(.bg-alt-light-blue):not(.bg-alt-cyan):not(.bg-alt-green):not(.bg-alt-purple):not(.content-type-feature-reveal):not(.content-type-promotions-1)>.entity,
.block-system-main>.node>.paragraphs-items-field-widget .content-row.bg-alt-cyan+.bg-alt-cyan:not(.content-type-feature-reveal):not(.content-type-promotions-1)>.entity,
.block-system-main>.node>.paragraphs-items-field-widget .content-row.bg-alt-gray+.bg-alt-gray:not(.content-type-feature-reveal):not(.content-type-promotions-1)>.entity,
.block-system-main>.node>.paragraphs-items-field-widget .content-row.bg-alt-green+.bg-alt-green:not(.content-type-feature-reveal):not(.content-type-promotions-1)>.entity,
.block-system-main>.node>.paragraphs-items-field-widget .content-row.bg-alt-light-blue+.bg-alt-light-blue:not(.content-type-feature-reveal):not(.content-type-promotions-1)>.entity,
.block-system-main>.node>.paragraphs-items-field-widget .content-row.bg-alt-purple+.bg-alt-purple:not(.content-type-feature-reveal):not(.content-type-promotions-1)>.entity,
.block-system-main>.node>.paragraphs-items-field-widget .content-row:not(.bg-alt-gray):not(.bg-alt-light-blue):not(.bg-alt-cyan):not(.bg-alt-green):not(.bg-alt-purple)+:not(.bg-alt-gray):not(.bg-alt-light-blue):not(.bg-alt-cyan):not(.bg-alt-green):not(.bg-alt-purple):not(.content-type-feature-reveal):not(.content-type-promotions-1)>.entity,
.block-system-main>.node>.paragraphs-items-field-widget>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).bg-alt-cyan+.bg-alt-cyan:not(.content-type-feature-reveal):not(.content-type-promotions-1)>.entity,
.block-system-main>.node>.paragraphs-items-field-widget>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).bg-alt-gray+.bg-alt-gray:not(.content-type-feature-reveal):not(.content-type-promotions-1)>.entity,
.block-system-main>.node>.paragraphs-items-field-widget>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).bg-alt-green+.bg-alt-green:not(.content-type-feature-reveal):not(.content-type-promotions-1)>.entity,
.block-system-main>.node>.paragraphs-items-field-widget>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).bg-alt-light-blue+.bg-alt-light-blue:not(.content-type-feature-reveal):not(.content-type-promotions-1)>.entity,
.block-system-main>.node>.paragraphs-items-field-widget>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).bg-alt-purple+.bg-alt-purple:not(.content-type-feature-reveal):not(.content-type-promotions-1)>.entity,
.block-system-main>.node>.paragraphs-items-field-widget>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.bg-alt-gray):not(.bg-alt-light-blue):not(.bg-alt-cyan):not(.bg-alt-green):not(.bg-alt-purple)+:not(.bg-alt-gray):not(.bg-alt-light-blue):not(.bg-alt-cyan):not(.bg-alt-green):not(.bg-alt-purple):not(.content-type-feature-reveal):not(.content-type-promotions-1)>.entity {
    padding-top: 0
}

.block-system-main>.node.node-nonprofit-detail .content-row:not(.content-type-brand-message).angle-both-left,
.block-system-main>.node.node-nonprofit-detail .content-row:not(.content-type-brand-message).angle-both-right,
.block-system-main>.node.node-nonprofit-detail .content-row:not(.content-type-brand-message).angle-bottom-left,
.block-system-main>.node.node-nonprofit-detail .content-row:not(.content-type-brand-message).angle-bottom-right,
.block-system-main>.node.node-nonprofit-detail .content-row:not(.content-type-brand-message).angle-top-left,
.block-system-main>.node.node-nonprofit-detail .content-row:not(.content-type-brand-message).angle-top-right,
.block-system-main>.node.node-nonprofit-detail>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-both-left,
.block-system-main>.node.node-nonprofit-detail>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-both-right,
.block-system-main>.node.node-nonprofit-detail>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-bottom-left,
.block-system-main>.node.node-nonprofit-detail>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-bottom-right,
.block-system-main>.node.node-nonprofit-detail>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-top-left,
.block-system-main>.node.node-nonprofit-detail>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-top-right,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section .content-row:not(.content-type-brand-message).angle-both-left,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section .content-row:not(.content-type-brand-message).angle-both-right,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section .content-row:not(.content-type-brand-message).angle-bottom-left,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section .content-row:not(.content-type-brand-message).angle-bottom-right,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section .content-row:not(.content-type-brand-message).angle-top-left,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section .content-row:not(.content-type-brand-message).angle-top-right,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-both-left,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-both-right,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-bottom-left,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-bottom-right,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-top-left,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-top-right,
.block-system-main>.node>.paragraphs-items-field-product-promos .content-row:not(.content-type-brand-message).angle-both-left,
.block-system-main>.node>.paragraphs-items-field-product-promos .content-row:not(.content-type-brand-message).angle-both-right,
.block-system-main>.node>.paragraphs-items-field-product-promos .content-row:not(.content-type-brand-message).angle-bottom-left,
.block-system-main>.node>.paragraphs-items-field-product-promos .content-row:not(.content-type-brand-message).angle-bottom-right,
.block-system-main>.node>.paragraphs-items-field-product-promos .content-row:not(.content-type-brand-message).angle-top-left,
.block-system-main>.node>.paragraphs-items-field-product-promos .content-row:not(.content-type-brand-message).angle-top-right,
.block-system-main>.node>.paragraphs-items-field-product-promos>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-both-left,
.block-system-main>.node>.paragraphs-items-field-product-promos>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-both-right,
.block-system-main>.node>.paragraphs-items-field-product-promos>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-bottom-left,
.block-system-main>.node>.paragraphs-items-field-product-promos>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-bottom-right,
.block-system-main>.node>.paragraphs-items-field-product-promos>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-top-left,
.block-system-main>.node>.paragraphs-items-field-product-promos>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-top-right,
.block-system-main>.node>.paragraphs-items-field-sections .content-row:not(.content-type-brand-message).angle-both-left,
.block-system-main>.node>.paragraphs-items-field-sections .content-row:not(.content-type-brand-message).angle-both-right,
.block-system-main>.node>.paragraphs-items-field-sections .content-row:not(.content-type-brand-message).angle-bottom-left,
.block-system-main>.node>.paragraphs-items-field-sections .content-row:not(.content-type-brand-message).angle-bottom-right,
.block-system-main>.node>.paragraphs-items-field-sections .content-row:not(.content-type-brand-message).angle-top-left,
.block-system-main>.node>.paragraphs-items-field-sections .content-row:not(.content-type-brand-message).angle-top-right,
.block-system-main>.node>.paragraphs-items-field-sections>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-both-left,
.block-system-main>.node>.paragraphs-items-field-sections>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-both-right,
.block-system-main>.node>.paragraphs-items-field-sections>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-bottom-left,
.block-system-main>.node>.paragraphs-items-field-sections>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-bottom-right,
.block-system-main>.node>.paragraphs-items-field-sections>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-top-left,
.block-system-main>.node>.paragraphs-items-field-sections>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-top-right,
.block-system-main>.node>.paragraphs-items-field-widget .content-row:not(.content-type-brand-message).angle-both-left,
.block-system-main>.node>.paragraphs-items-field-widget .content-row:not(.content-type-brand-message).angle-both-right,
.block-system-main>.node>.paragraphs-items-field-widget .content-row:not(.content-type-brand-message).angle-bottom-left,
.block-system-main>.node>.paragraphs-items-field-widget .content-row:not(.content-type-brand-message).angle-bottom-right,
.block-system-main>.node>.paragraphs-items-field-widget .content-row:not(.content-type-brand-message).angle-top-left,
.block-system-main>.node>.paragraphs-items-field-widget .content-row:not(.content-type-brand-message).angle-top-right,
.block-system-main>.node>.paragraphs-items-field-widget>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-both-left,
.block-system-main>.node>.paragraphs-items-field-widget>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-both-right,
.block-system-main>.node>.paragraphs-items-field-widget>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-bottom-left,
.block-system-main>.node>.paragraphs-items-field-widget>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-bottom-right,
.block-system-main>.node>.paragraphs-items-field-widget>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-top-left,
.block-system-main>.node>.paragraphs-items-field-widget>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-top-right {
    overflow: hidden
}

.block-system-main>.node.node-nonprofit-detail .content-row:not(.content-type-brand-message).angle-both-left,
.block-system-main>.node.node-nonprofit-detail .content-row:not(.content-type-brand-message).angle-both-right,
.block-system-main>.node.node-nonprofit-detail .content-row:not(.content-type-brand-message).angle-top-left,
.block-system-main>.node.node-nonprofit-detail .content-row:not(.content-type-brand-message).angle-top-right,
.block-system-main>.node.node-nonprofit-detail>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-both-left,
.block-system-main>.node.node-nonprofit-detail>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-both-right,
.block-system-main>.node.node-nonprofit-detail>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-top-left,
.block-system-main>.node.node-nonprofit-detail>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-top-right,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section .content-row:not(.content-type-brand-message).angle-both-left,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section .content-row:not(.content-type-brand-message).angle-both-right,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section .content-row:not(.content-type-brand-message).angle-top-left,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section .content-row:not(.content-type-brand-message).angle-top-right,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-both-left,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-both-right,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-top-left,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-top-right,
.block-system-main>.node>.paragraphs-items-field-product-promos .content-row:not(.content-type-brand-message).angle-both-left,
.block-system-main>.node>.paragraphs-items-field-product-promos .content-row:not(.content-type-brand-message).angle-both-right,
.block-system-main>.node>.paragraphs-items-field-product-promos .content-row:not(.content-type-brand-message).angle-top-left,
.block-system-main>.node>.paragraphs-items-field-product-promos .content-row:not(.content-type-brand-message).angle-top-right,
.block-system-main>.node>.paragraphs-items-field-product-promos>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-both-left,
.block-system-main>.node>.paragraphs-items-field-product-promos>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-both-right,
.block-system-main>.node>.paragraphs-items-field-product-promos>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-top-left,
.block-system-main>.node>.paragraphs-items-field-product-promos>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-top-right,
.block-system-main>.node>.paragraphs-items-field-sections .content-row:not(.content-type-brand-message).angle-both-left,
.block-system-main>.node>.paragraphs-items-field-sections .content-row:not(.content-type-brand-message).angle-both-right,
.block-system-main>.node>.paragraphs-items-field-sections .content-row:not(.content-type-brand-message).angle-top-left,
.block-system-main>.node>.paragraphs-items-field-sections .content-row:not(.content-type-brand-message).angle-top-right,
.block-system-main>.node>.paragraphs-items-field-sections>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-both-left,
.block-system-main>.node>.paragraphs-items-field-sections>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-both-right,
.block-system-main>.node>.paragraphs-items-field-sections>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-top-left,
.block-system-main>.node>.paragraphs-items-field-sections>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-top-right,
.block-system-main>.node>.paragraphs-items-field-widget .content-row:not(.content-type-brand-message).angle-both-left,
.block-system-main>.node>.paragraphs-items-field-widget .content-row:not(.content-type-brand-message).angle-both-right,
.block-system-main>.node>.paragraphs-items-field-widget .content-row:not(.content-type-brand-message).angle-top-left,
.block-system-main>.node>.paragraphs-items-field-widget .content-row:not(.content-type-brand-message).angle-top-right,
.block-system-main>.node>.paragraphs-items-field-widget>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-both-left,
.block-system-main>.node>.paragraphs-items-field-widget>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-both-right,
.block-system-main>.node>.paragraphs-items-field-widget>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-top-left,
.block-system-main>.node>.paragraphs-items-field-widget>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-top-right {
    padding-top: 6vw
}

@media only screen and (min-width:1396px) {

    .block-system-main>.node.node-nonprofit-detail .content-row:not(.content-type-brand-message).angle-both-left,
    .block-system-main>.node.node-nonprofit-detail .content-row:not(.content-type-brand-message).angle-both-right,
    .block-system-main>.node.node-nonprofit-detail .content-row:not(.content-type-brand-message).angle-top-left,
    .block-system-main>.node.node-nonprofit-detail .content-row:not(.content-type-brand-message).angle-top-right,
    .block-system-main>.node.node-nonprofit-detail>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-both-left,
    .block-system-main>.node.node-nonprofit-detail>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-both-right,
    .block-system-main>.node.node-nonprofit-detail>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-top-left,
    .block-system-main>.node.node-nonprofit-detail>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-top-right,
    .block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section .content-row:not(.content-type-brand-message).angle-both-left,
    .block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section .content-row:not(.content-type-brand-message).angle-both-right,
    .block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section .content-row:not(.content-type-brand-message).angle-top-left,
    .block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section .content-row:not(.content-type-brand-message).angle-top-right,
    .block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-both-left,
    .block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-both-right,
    .block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-top-left,
    .block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-top-right,
    .block-system-main>.node>.paragraphs-items-field-product-promos .content-row:not(.content-type-brand-message).angle-both-left,
    .block-system-main>.node>.paragraphs-items-field-product-promos .content-row:not(.content-type-brand-message).angle-both-right,
    .block-system-main>.node>.paragraphs-items-field-product-promos .content-row:not(.content-type-brand-message).angle-top-left,
    .block-system-main>.node>.paragraphs-items-field-product-promos .content-row:not(.content-type-brand-message).angle-top-right,
    .block-system-main>.node>.paragraphs-items-field-product-promos>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-both-left,
    .block-system-main>.node>.paragraphs-items-field-product-promos>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-both-right,
    .block-system-main>.node>.paragraphs-items-field-product-promos>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-top-left,
    .block-system-main>.node>.paragraphs-items-field-product-promos>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-top-right,
    .block-system-main>.node>.paragraphs-items-field-sections .content-row:not(.content-type-brand-message).angle-both-left,
    .block-system-main>.node>.paragraphs-items-field-sections .content-row:not(.content-type-brand-message).angle-both-right,
    .block-system-main>.node>.paragraphs-items-field-sections .content-row:not(.content-type-brand-message).angle-top-left,
    .block-system-main>.node>.paragraphs-items-field-sections .content-row:not(.content-type-brand-message).angle-top-right,
    .block-system-main>.node>.paragraphs-items-field-sections>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-both-left,
    .block-system-main>.node>.paragraphs-items-field-sections>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-both-right,
    .block-system-main>.node>.paragraphs-items-field-sections>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-top-left,
    .block-system-main>.node>.paragraphs-items-field-sections>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-top-right,
    .block-system-main>.node>.paragraphs-items-field-widget .content-row:not(.content-type-brand-message).angle-both-left,
    .block-system-main>.node>.paragraphs-items-field-widget .content-row:not(.content-type-brand-message).angle-both-right,
    .block-system-main>.node>.paragraphs-items-field-widget .content-row:not(.content-type-brand-message).angle-top-left,
    .block-system-main>.node>.paragraphs-items-field-widget .content-row:not(.content-type-brand-message).angle-top-right,
    .block-system-main>.node>.paragraphs-items-field-widget>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-both-left,
    .block-system-main>.node>.paragraphs-items-field-widget>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-both-right,
    .block-system-main>.node>.paragraphs-items-field-widget>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-top-left,
    .block-system-main>.node>.paragraphs-items-field-widget>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-top-right {
        padding-top: 83px
    }
}

.block-system-main>.node.node-nonprofit-detail .content-row:not(.content-type-brand-message).angle-both-left,
.block-system-main>.node.node-nonprofit-detail .content-row:not(.content-type-brand-message).angle-both-right,
.block-system-main>.node.node-nonprofit-detail .content-row:not(.content-type-brand-message).angle-bottom-left,
.block-system-main>.node.node-nonprofit-detail .content-row:not(.content-type-brand-message).angle-bottom-right,
.block-system-main>.node.node-nonprofit-detail>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-both-left,
.block-system-main>.node.node-nonprofit-detail>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-both-right,
.block-system-main>.node.node-nonprofit-detail>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-bottom-left,
.block-system-main>.node.node-nonprofit-detail>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-bottom-right,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section .content-row:not(.content-type-brand-message).angle-both-left,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section .content-row:not(.content-type-brand-message).angle-both-right,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section .content-row:not(.content-type-brand-message).angle-bottom-left,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section .content-row:not(.content-type-brand-message).angle-bottom-right,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-both-left,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-both-right,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-bottom-left,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-bottom-right,
.block-system-main>.node>.paragraphs-items-field-product-promos .content-row:not(.content-type-brand-message).angle-both-left,
.block-system-main>.node>.paragraphs-items-field-product-promos .content-row:not(.content-type-brand-message).angle-both-right,
.block-system-main>.node>.paragraphs-items-field-product-promos .content-row:not(.content-type-brand-message).angle-bottom-left,
.block-system-main>.node>.paragraphs-items-field-product-promos .content-row:not(.content-type-brand-message).angle-bottom-right,
.block-system-main>.node>.paragraphs-items-field-product-promos>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-both-left,
.block-system-main>.node>.paragraphs-items-field-product-promos>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-both-right,
.block-system-main>.node>.paragraphs-items-field-product-promos>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-bottom-left,
.block-system-main>.node>.paragraphs-items-field-product-promos>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-bottom-right,
.block-system-main>.node>.paragraphs-items-field-sections .content-row:not(.content-type-brand-message).angle-both-left,
.block-system-main>.node>.paragraphs-items-field-sections .content-row:not(.content-type-brand-message).angle-both-right,
.block-system-main>.node>.paragraphs-items-field-sections .content-row:not(.content-type-brand-message).angle-bottom-left,
.block-system-main>.node>.paragraphs-items-field-sections .content-row:not(.content-type-brand-message).angle-bottom-right,
.block-system-main>.node>.paragraphs-items-field-sections>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-both-left,
.block-system-main>.node>.paragraphs-items-field-sections>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-both-right,
.block-system-main>.node>.paragraphs-items-field-sections>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-bottom-left,
.block-system-main>.node>.paragraphs-items-field-sections>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-bottom-right,
.block-system-main>.node>.paragraphs-items-field-widget .content-row:not(.content-type-brand-message).angle-both-left,
.block-system-main>.node>.paragraphs-items-field-widget .content-row:not(.content-type-brand-message).angle-both-right,
.block-system-main>.node>.paragraphs-items-field-widget .content-row:not(.content-type-brand-message).angle-bottom-left,
.block-system-main>.node>.paragraphs-items-field-widget .content-row:not(.content-type-brand-message).angle-bottom-right,
.block-system-main>.node>.paragraphs-items-field-widget>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-both-left,
.block-system-main>.node>.paragraphs-items-field-widget>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-both-right,
.block-system-main>.node>.paragraphs-items-field-widget>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-bottom-left,
.block-system-main>.node>.paragraphs-items-field-widget>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-bottom-right {
    padding-bottom: 6vw
}

@media only screen and (min-width:1396px) {

    .block-system-main>.node.node-nonprofit-detail .content-row:not(.content-type-brand-message).angle-both-left,
    .block-system-main>.node.node-nonprofit-detail .content-row:not(.content-type-brand-message).angle-both-right,
    .block-system-main>.node.node-nonprofit-detail .content-row:not(.content-type-brand-message).angle-bottom-left,
    .block-system-main>.node.node-nonprofit-detail .content-row:not(.content-type-brand-message).angle-bottom-right,
    .block-system-main>.node.node-nonprofit-detail>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-both-left,
    .block-system-main>.node.node-nonprofit-detail>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-both-right,
    .block-system-main>.node.node-nonprofit-detail>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-bottom-left,
    .block-system-main>.node.node-nonprofit-detail>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-bottom-right,
    .block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section .content-row:not(.content-type-brand-message).angle-both-left,
    .block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section .content-row:not(.content-type-brand-message).angle-both-right,
    .block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section .content-row:not(.content-type-brand-message).angle-bottom-left,
    .block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section .content-row:not(.content-type-brand-message).angle-bottom-right,
    .block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-both-left,
    .block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-both-right,
    .block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-bottom-left,
    .block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-bottom-right,
    .block-system-main>.node>.paragraphs-items-field-product-promos .content-row:not(.content-type-brand-message).angle-both-left,
    .block-system-main>.node>.paragraphs-items-field-product-promos .content-row:not(.content-type-brand-message).angle-both-right,
    .block-system-main>.node>.paragraphs-items-field-product-promos .content-row:not(.content-type-brand-message).angle-bottom-left,
    .block-system-main>.node>.paragraphs-items-field-product-promos .content-row:not(.content-type-brand-message).angle-bottom-right,
    .block-system-main>.node>.paragraphs-items-field-product-promos>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-both-left,
    .block-system-main>.node>.paragraphs-items-field-product-promos>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-both-right,
    .block-system-main>.node>.paragraphs-items-field-product-promos>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-bottom-left,
    .block-system-main>.node>.paragraphs-items-field-product-promos>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-bottom-right,
    .block-system-main>.node>.paragraphs-items-field-sections .content-row:not(.content-type-brand-message).angle-both-left,
    .block-system-main>.node>.paragraphs-items-field-sections .content-row:not(.content-type-brand-message).angle-both-right,
    .block-system-main>.node>.paragraphs-items-field-sections .content-row:not(.content-type-brand-message).angle-bottom-left,
    .block-system-main>.node>.paragraphs-items-field-sections .content-row:not(.content-type-brand-message).angle-bottom-right,
    .block-system-main>.node>.paragraphs-items-field-sections>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-both-left,
    .block-system-main>.node>.paragraphs-items-field-sections>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-both-right,
    .block-system-main>.node>.paragraphs-items-field-sections>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-bottom-left,
    .block-system-main>.node>.paragraphs-items-field-sections>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-bottom-right,
    .block-system-main>.node>.paragraphs-items-field-widget .content-row:not(.content-type-brand-message).angle-both-left,
    .block-system-main>.node>.paragraphs-items-field-widget .content-row:not(.content-type-brand-message).angle-both-right,
    .block-system-main>.node>.paragraphs-items-field-widget .content-row:not(.content-type-brand-message).angle-bottom-left,
    .block-system-main>.node>.paragraphs-items-field-widget .content-row:not(.content-type-brand-message).angle-bottom-right,
    .block-system-main>.node>.paragraphs-items-field-widget>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-both-left,
    .block-system-main>.node>.paragraphs-items-field-widget>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-both-right,
    .block-system-main>.node>.paragraphs-items-field-widget>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-bottom-left,
    .block-system-main>.node>.paragraphs-items-field-widget>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-bottom-right {
        padding-bottom: 83px
    }
}

.block-system-main>.node.node-nonprofit-detail .content-row.content-type-brand-message.angle-bottom-left:after,
.block-system-main>.node.node-nonprofit-detail>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).content-type-brand-message.angle-bottom-left:after,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section .content-row.content-type-brand-message.angle-bottom-left:after,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).content-type-brand-message.angle-bottom-left:after,
.block-system-main>.node>.paragraphs-items-field-product-promos .content-row.content-type-brand-message.angle-bottom-left:after,
.block-system-main>.node>.paragraphs-items-field-product-promos>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).content-type-brand-message.angle-bottom-left:after,
.block-system-main>.node>.paragraphs-items-field-sections .content-row.content-type-brand-message.angle-bottom-left:after,
.block-system-main>.node>.paragraphs-items-field-sections>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).content-type-brand-message.angle-bottom-left:after,
.block-system-main>.node>.paragraphs-items-field-widget .content-row.content-type-brand-message.angle-bottom-left:after,
.block-system-main>.node>.paragraphs-items-field-widget>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).content-type-brand-message.angle-bottom-left:after {
    width: 117vw !important
}

@media only screen and (max-width:600px) {

    .block-system-main>.node.node-nonprofit-detail .content-row.content-type-brand-message.angle-bottom-left:after,
    .block-system-main>.node.node-nonprofit-detail>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).content-type-brand-message.angle-bottom-left:after,
    .block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section .content-row.content-type-brand-message.angle-bottom-left:after,
    .block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).content-type-brand-message.angle-bottom-left:after,
    .block-system-main>.node>.paragraphs-items-field-product-promos .content-row.content-type-brand-message.angle-bottom-left:after,
    .block-system-main>.node>.paragraphs-items-field-product-promos>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).content-type-brand-message.angle-bottom-left:after,
    .block-system-main>.node>.paragraphs-items-field-sections .content-row.content-type-brand-message.angle-bottom-left:after,
    .block-system-main>.node>.paragraphs-items-field-sections>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).content-type-brand-message.angle-bottom-left:after,
    .block-system-main>.node>.paragraphs-items-field-widget .content-row.content-type-brand-message.angle-bottom-left:after,
    .block-system-main>.node>.paragraphs-items-field-widget>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).content-type-brand-message.angle-bottom-left:after {
        top: calc(28.7vw + 1px)
    }
}

@media only screen and (min-width:1396px) {

    .block-system-main>.node.node-nonprofit-detail .content-row.content-type-brand-message.angle-bottom-left:after,
    .block-system-main>.node.node-nonprofit-detail>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).content-type-brand-message.angle-bottom-left:after,
    .block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section .content-row.content-type-brand-message.angle-bottom-left:after,
    .block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).content-type-brand-message.angle-bottom-left:after,
    .block-system-main>.node>.paragraphs-items-field-product-promos .content-row.content-type-brand-message.angle-bottom-left:after,
    .block-system-main>.node>.paragraphs-items-field-product-promos>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).content-type-brand-message.angle-bottom-left:after,
    .block-system-main>.node>.paragraphs-items-field-sections .content-row.content-type-brand-message.angle-bottom-left:after,
    .block-system-main>.node>.paragraphs-items-field-sections>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).content-type-brand-message.angle-bottom-left:after,
    .block-system-main>.node>.paragraphs-items-field-widget .content-row.content-type-brand-message.angle-bottom-left:after,
    .block-system-main>.node>.paragraphs-items-field-widget>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).content-type-brand-message.angle-bottom-left:after {
        width: 104%
    }
}

.block-system-main>.node.node-nonprofit-detail .content-row.angle-both-left:before,
.block-system-main>.node.node-nonprofit-detail .content-row.angle-top-left:before,
.block-system-main>.node.node-nonprofit-detail>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-left:before,
.block-system-main>.node.node-nonprofit-detail>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-top-left:before,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section .content-row.angle-both-left:before,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section .content-row.angle-top-left:before,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-left:before,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-top-left:before,
.block-system-main>.node>.paragraphs-items-field-product-promos .content-row.angle-both-left:before,
.block-system-main>.node>.paragraphs-items-field-product-promos .content-row.angle-top-left:before,
.block-system-main>.node>.paragraphs-items-field-product-promos>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-left:before,
.block-system-main>.node>.paragraphs-items-field-product-promos>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-top-left:before,
.block-system-main>.node>.paragraphs-items-field-sections .content-row.angle-both-left:before,
.block-system-main>.node>.paragraphs-items-field-sections .content-row.angle-top-left:before,
.block-system-main>.node>.paragraphs-items-field-sections>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-left:before,
.block-system-main>.node>.paragraphs-items-field-sections>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-top-left:before,
.block-system-main>.node>.paragraphs-items-field-widget .content-row.angle-both-left:before,
.block-system-main>.node>.paragraphs-items-field-widget .content-row.angle-top-left:before,
.block-system-main>.node>.paragraphs-items-field-widget>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-left:before,
.block-system-main>.node>.paragraphs-items-field-widget>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-top-left:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg class='taper-top' preserveAspectRatio='none' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' fill='white'%3E%3Cpolygon id='Rectangle-1' points='0 0 16 0 0 16'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    cursor: pointer;
    display: inline-block;
    font-size: .01em;
    height: 6vw;
    left: -.05vw;
    line-height: .01em;
    position: absolute;
    width: 104vw;
    top: -1px
}

@media only screen and (min-width:1396px) {

    .block-system-main>.node.node-nonprofit-detail .content-row.angle-both-left:before,
    .block-system-main>.node.node-nonprofit-detail .content-row.angle-top-left:before,
    .block-system-main>.node.node-nonprofit-detail>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-left:before,
    .block-system-main>.node.node-nonprofit-detail>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-top-left:before,
    .block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section .content-row.angle-both-left:before,
    .block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section .content-row.angle-top-left:before,
    .block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-left:before,
    .block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-top-left:before,
    .block-system-main>.node>.paragraphs-items-field-product-promos .content-row.angle-both-left:before,
    .block-system-main>.node>.paragraphs-items-field-product-promos .content-row.angle-top-left:before,
    .block-system-main>.node>.paragraphs-items-field-product-promos>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-left:before,
    .block-system-main>.node>.paragraphs-items-field-product-promos>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-top-left:before,
    .block-system-main>.node>.paragraphs-items-field-sections .content-row.angle-both-left:before,
    .block-system-main>.node>.paragraphs-items-field-sections .content-row.angle-top-left:before,
    .block-system-main>.node>.paragraphs-items-field-sections>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-left:before,
    .block-system-main>.node>.paragraphs-items-field-sections>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-top-left:before,
    .block-system-main>.node>.paragraphs-items-field-widget .content-row.angle-both-left:before,
    .block-system-main>.node>.paragraphs-items-field-widget .content-row.angle-top-left:before,
    .block-system-main>.node>.paragraphs-items-field-widget>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-left:before,
    .block-system-main>.node>.paragraphs-items-field-widget>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-top-left:before {
        width: 104%;
        height: 83px
    }
}

.block-system-main>.node.node-nonprofit-detail .content-row.angle-both-left.angle-top-color-gray:before,
.block-system-main>.node.node-nonprofit-detail .content-row.angle-top-left.angle-top-color-gray:before,
.block-system-main>.node.node-nonprofit-detail>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-left.angle-top-color-gray:before,
.block-system-main>.node.node-nonprofit-detail>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-top-left.angle-top-color-gray:before,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section .content-row.angle-both-left.angle-top-color-gray:before,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section .content-row.angle-top-left.angle-top-color-gray:before,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-left.angle-top-color-gray:before,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-top-left.angle-top-color-gray:before,
.block-system-main>.node>.paragraphs-items-field-product-promos .content-row.angle-both-left.angle-top-color-gray:before,
.block-system-main>.node>.paragraphs-items-field-product-promos .content-row.angle-top-left.angle-top-color-gray:before,
.block-system-main>.node>.paragraphs-items-field-product-promos>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-left.angle-top-color-gray:before,
.block-system-main>.node>.paragraphs-items-field-product-promos>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-top-left.angle-top-color-gray:before,
.block-system-main>.node>.paragraphs-items-field-sections .content-row.angle-both-left.angle-top-color-gray:before,
.block-system-main>.node>.paragraphs-items-field-sections .content-row.angle-top-left.angle-top-color-gray:before,
.block-system-main>.node>.paragraphs-items-field-sections>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-left.angle-top-color-gray:before,
.block-system-main>.node>.paragraphs-items-field-sections>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-top-left.angle-top-color-gray:before,
.block-system-main>.node>.paragraphs-items-field-widget .content-row.angle-both-left.angle-top-color-gray:before,
.block-system-main>.node>.paragraphs-items-field-widget .content-row.angle-top-left.angle-top-color-gray:before,
.block-system-main>.node>.paragraphs-items-field-widget>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-left.angle-top-color-gray:before,
.block-system-main>.node>.paragraphs-items-field-widget>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-top-left.angle-top-color-gray:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg class='taper-top' preserveAspectRatio='none' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' fill='%23E3E8ED'%3E%3Cpolygon id='Rectangle-1' points='0 0 16 0 0 16'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    cursor: pointer;
    display: inline-block;
    font-size: .01em;
    height: 6vw;
    left: -.05vw;
    line-height: .01em;
    position: absolute;
    width: 104vw;
    top: -1px
}

.block-system-main>.node.node-nonprofit-detail .content-row.angle-both-left.angle-top-color-light-blue:before,
.block-system-main>.node.node-nonprofit-detail .content-row.angle-top-left.angle-top-color-light-blue:before,
.block-system-main>.node.node-nonprofit-detail>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-left.angle-top-color-light-blue:before,
.block-system-main>.node.node-nonprofit-detail>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-top-left.angle-top-color-light-blue:before,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section .content-row.angle-both-left.angle-top-color-light-blue:before,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section .content-row.angle-top-left.angle-top-color-light-blue:before,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-left.angle-top-color-light-blue:before,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-top-left.angle-top-color-light-blue:before,
.block-system-main>.node>.paragraphs-items-field-product-promos .content-row.angle-both-left.angle-top-color-light-blue:before,
.block-system-main>.node>.paragraphs-items-field-product-promos .content-row.angle-top-left.angle-top-color-light-blue:before,
.block-system-main>.node>.paragraphs-items-field-product-promos>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-left.angle-top-color-light-blue:before,
.block-system-main>.node>.paragraphs-items-field-product-promos>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-top-left.angle-top-color-light-blue:before,
.block-system-main>.node>.paragraphs-items-field-sections .content-row.angle-both-left.angle-top-color-light-blue:before,
.block-system-main>.node>.paragraphs-items-field-sections .content-row.angle-top-left.angle-top-color-light-blue:before,
.block-system-main>.node>.paragraphs-items-field-sections>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-left.angle-top-color-light-blue:before,
.block-system-main>.node>.paragraphs-items-field-sections>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-top-left.angle-top-color-light-blue:before,
.block-system-main>.node>.paragraphs-items-field-widget .content-row.angle-both-left.angle-top-color-light-blue:before,
.block-system-main>.node>.paragraphs-items-field-widget .content-row.angle-top-left.angle-top-color-light-blue:before,
.block-system-main>.node>.paragraphs-items-field-widget>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-left.angle-top-color-light-blue:before,
.block-system-main>.node>.paragraphs-items-field-widget>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-top-left.angle-top-color-light-blue:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg class='taper-top' preserveAspectRatio='none' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' fill='%23E0F7FF'%3E%3Cpolygon id='Rectangle-1' points='0 0 16 0 0 16'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    cursor: pointer;
    display: inline-block;
    font-size: .01em;
    height: 6vw;
    left: -.05vw;
    line-height: .01em;
    position: absolute;
    width: 104vw;
    top: -1px
}

.block-system-main>.node.node-nonprofit-detail .content-row.angle-both-left.angle-top-color-cyan:before,
.block-system-main>.node.node-nonprofit-detail .content-row.angle-top-left.angle-top-color-cyan:before,
.block-system-main>.node.node-nonprofit-detail>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-left.angle-top-color-cyan:before,
.block-system-main>.node.node-nonprofit-detail>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-top-left.angle-top-color-cyan:before,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section .content-row.angle-both-left.angle-top-color-cyan:before,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section .content-row.angle-top-left.angle-top-color-cyan:before,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-left.angle-top-color-cyan:before,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-top-left.angle-top-color-cyan:before,
.block-system-main>.node>.paragraphs-items-field-product-promos .content-row.angle-both-left.angle-top-color-cyan:before,
.block-system-main>.node>.paragraphs-items-field-product-promos .content-row.angle-top-left.angle-top-color-cyan:before,
.block-system-main>.node>.paragraphs-items-field-product-promos>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-left.angle-top-color-cyan:before,
.block-system-main>.node>.paragraphs-items-field-product-promos>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-top-left.angle-top-color-cyan:before,
.block-system-main>.node>.paragraphs-items-field-sections .content-row.angle-both-left.angle-top-color-cyan:before,
.block-system-main>.node>.paragraphs-items-field-sections .content-row.angle-top-left.angle-top-color-cyan:before,
.block-system-main>.node>.paragraphs-items-field-sections>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-left.angle-top-color-cyan:before,
.block-system-main>.node>.paragraphs-items-field-sections>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-top-left.angle-top-color-cyan:before,
.block-system-main>.node>.paragraphs-items-field-widget .content-row.angle-both-left.angle-top-color-cyan:before,
.block-system-main>.node>.paragraphs-items-field-widget .content-row.angle-top-left.angle-top-color-cyan:before,
.block-system-main>.node>.paragraphs-items-field-widget>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-left.angle-top-color-cyan:before,
.block-system-main>.node>.paragraphs-items-field-widget>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-top-left.angle-top-color-cyan:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg class='taper-top' preserveAspectRatio='none' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' fill='%23019DD6'%3E%3Cpolygon id='Rectangle-1' points='0 0 16 0 0 16'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    cursor: pointer;
    display: inline-block;
    font-size: .01em;
    height: 6vw;
    left: -.05vw;
    line-height: .01em;
    position: absolute;
    width: 104vw;
    top: -1px
}

.block-system-main>.node.node-nonprofit-detail .content-row.angle-both-left.angle-top-color-green:before,
.block-system-main>.node.node-nonprofit-detail .content-row.angle-top-left.angle-top-color-green:before,
.block-system-main>.node.node-nonprofit-detail>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-left.angle-top-color-green:before,
.block-system-main>.node.node-nonprofit-detail>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-top-left.angle-top-color-green:before,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section .content-row.angle-both-left.angle-top-color-green:before,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section .content-row.angle-top-left.angle-top-color-green:before,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-left.angle-top-color-green:before,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-top-left.angle-top-color-green:before,
.block-system-main>.node>.paragraphs-items-field-product-promos .content-row.angle-both-left.angle-top-color-green:before,
.block-system-main>.node>.paragraphs-items-field-product-promos .content-row.angle-top-left.angle-top-color-green:before,
.block-system-main>.node>.paragraphs-items-field-product-promos>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-left.angle-top-color-green:before,
.block-system-main>.node>.paragraphs-items-field-product-promos>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-top-left.angle-top-color-green:before,
.block-system-main>.node>.paragraphs-items-field-sections .content-row.angle-both-left.angle-top-color-green:before,
.block-system-main>.node>.paragraphs-items-field-sections .content-row.angle-top-left.angle-top-color-green:before,
.block-system-main>.node>.paragraphs-items-field-sections>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-left.angle-top-color-green:before,
.block-system-main>.node>.paragraphs-items-field-sections>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-top-left.angle-top-color-green:before,
.block-system-main>.node>.paragraphs-items-field-widget .content-row.angle-both-left.angle-top-color-green:before,
.block-system-main>.node>.paragraphs-items-field-widget .content-row.angle-top-left.angle-top-color-green:before,
.block-system-main>.node>.paragraphs-items-field-widget>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-left.angle-top-color-green:before,
.block-system-main>.node>.paragraphs-items-field-widget>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-top-left.angle-top-color-green:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg class='taper-top' preserveAspectRatio='none' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' fill='%234AA73F'%3E%3Cpolygon id='Rectangle-1' points='0 0 16 0 0 16'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    cursor: pointer;
    display: inline-block;
    font-size: .01em;
    height: 6vw;
    left: -.05vw;
    line-height: .01em;
    position: absolute;
    width: 104vw;
    top: -1px
}

.block-system-main>.node.node-nonprofit-detail .content-row.angle-both-left.angle-top-color-purple:before,
.block-system-main>.node.node-nonprofit-detail .content-row.angle-top-left.angle-top-color-purple:before,
.block-system-main>.node.node-nonprofit-detail>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-left.angle-top-color-purple:before,
.block-system-main>.node.node-nonprofit-detail>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-top-left.angle-top-color-purple:before,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section .content-row.angle-both-left.angle-top-color-purple:before,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section .content-row.angle-top-left.angle-top-color-purple:before,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-left.angle-top-color-purple:before,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-top-left.angle-top-color-purple:before,
.block-system-main>.node>.paragraphs-items-field-product-promos .content-row.angle-both-left.angle-top-color-purple:before,
.block-system-main>.node>.paragraphs-items-field-product-promos .content-row.angle-top-left.angle-top-color-purple:before,
.block-system-main>.node>.paragraphs-items-field-product-promos>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-left.angle-top-color-purple:before,
.block-system-main>.node>.paragraphs-items-field-product-promos>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-top-left.angle-top-color-purple:before,
.block-system-main>.node>.paragraphs-items-field-sections .content-row.angle-both-left.angle-top-color-purple:before,
.block-system-main>.node>.paragraphs-items-field-sections .content-row.angle-top-left.angle-top-color-purple:before,
.block-system-main>.node>.paragraphs-items-field-sections>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-left.angle-top-color-purple:before,
.block-system-main>.node>.paragraphs-items-field-sections>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-top-left.angle-top-color-purple:before,
.block-system-main>.node>.paragraphs-items-field-widget .content-row.angle-both-left.angle-top-color-purple:before,
.block-system-main>.node>.paragraphs-items-field-widget .content-row.angle-top-left.angle-top-color-purple:before,
.block-system-main>.node>.paragraphs-items-field-widget>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-left.angle-top-color-purple:before,
.block-system-main>.node>.paragraphs-items-field-widget>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-top-left.angle-top-color-purple:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg class='taper-top' preserveAspectRatio='none' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' fill='%231E2B86'%3E%3Cpolygon id='Rectangle-1' points='0 0 16 0 0 16'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    cursor: pointer;
    display: inline-block;
    font-size: .01em;
    height: 6vw;
    left: -.05vw;
    line-height: .01em;
    position: absolute;
    width: 104vw;
    top: -1px
}

.block-system-main>.node.node-nonprofit-detail .content-row.angle-both-left:after,
.block-system-main>.node.node-nonprofit-detail .content-row.angle-bottom-left:after,
.block-system-main>.node.node-nonprofit-detail>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-left:after,
.block-system-main>.node.node-nonprofit-detail>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-bottom-left:after,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section .content-row.angle-both-left:after,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section .content-row.angle-bottom-left:after,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-left:after,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-bottom-left:after,
.block-system-main>.node>.paragraphs-items-field-product-promos .content-row.angle-both-left:after,
.block-system-main>.node>.paragraphs-items-field-product-promos .content-row.angle-bottom-left:after,
.block-system-main>.node>.paragraphs-items-field-product-promos>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-left:after,
.block-system-main>.node>.paragraphs-items-field-product-promos>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-bottom-left:after,
.block-system-main>.node>.paragraphs-items-field-sections .content-row.angle-both-left:after,
.block-system-main>.node>.paragraphs-items-field-sections .content-row.angle-bottom-left:after,
.block-system-main>.node>.paragraphs-items-field-sections>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-left:after,
.block-system-main>.node>.paragraphs-items-field-sections>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-bottom-left:after,
.block-system-main>.node>.paragraphs-items-field-widget .content-row.angle-both-left:after,
.block-system-main>.node>.paragraphs-items-field-widget .content-row.angle-bottom-left:after,
.block-system-main>.node>.paragraphs-items-field-widget>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-left:after,
.block-system-main>.node>.paragraphs-items-field-widget>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-bottom-left:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg class='taper-top' preserveAspectRatio='none' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' fill='white'%3E%3Cpolygon id='Rectangle-1' points='0 0 16 0 0 16'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    cursor: pointer;
    display: inline-block;
    font-size: .01em;
    height: 6vw;
    left: -.05vw;
    line-height: .01em;
    position: absolute;
    width: 104vw;
    transform: rotate(180deg) scaleX(-1) translateY(-1px)
}

@media only screen and (min-width:1396px) {

    .block-system-main>.node.node-nonprofit-detail .content-row.angle-both-left:after,
    .block-system-main>.node.node-nonprofit-detail .content-row.angle-bottom-left:after,
    .block-system-main>.node.node-nonprofit-detail>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-left:after,
    .block-system-main>.node.node-nonprofit-detail>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-bottom-left:after,
    .block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section .content-row.angle-both-left:after,
    .block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section .content-row.angle-bottom-left:after,
    .block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-left:after,
    .block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-bottom-left:after,
    .block-system-main>.node>.paragraphs-items-field-product-promos .content-row.angle-both-left:after,
    .block-system-main>.node>.paragraphs-items-field-product-promos .content-row.angle-bottom-left:after,
    .block-system-main>.node>.paragraphs-items-field-product-promos>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-left:after,
    .block-system-main>.node>.paragraphs-items-field-product-promos>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-bottom-left:after,
    .block-system-main>.node>.paragraphs-items-field-sections .content-row.angle-both-left:after,
    .block-system-main>.node>.paragraphs-items-field-sections .content-row.angle-bottom-left:after,
    .block-system-main>.node>.paragraphs-items-field-sections>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-left:after,
    .block-system-main>.node>.paragraphs-items-field-sections>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-bottom-left:after,
    .block-system-main>.node>.paragraphs-items-field-widget .content-row.angle-both-left:after,
    .block-system-main>.node>.paragraphs-items-field-widget .content-row.angle-bottom-left:after,
    .block-system-main>.node>.paragraphs-items-field-widget>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-left:after,
    .block-system-main>.node>.paragraphs-items-field-widget>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-bottom-left:after {
        width: 104%;
        height: 83px
    }
}

.block-system-main>.node.node-nonprofit-detail .content-row.angle-both-left.angle-bottom-color-gray:after,
.block-system-main>.node.node-nonprofit-detail .content-row.angle-bottom-left.angle-bottom-color-gray:after,
.block-system-main>.node.node-nonprofit-detail>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-left.angle-bottom-color-gray:after,
.block-system-main>.node.node-nonprofit-detail>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-bottom-left.angle-bottom-color-gray:after,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section .content-row.angle-both-left.angle-bottom-color-gray:after,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section .content-row.angle-bottom-left.angle-bottom-color-gray:after,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-left.angle-bottom-color-gray:after,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-bottom-left.angle-bottom-color-gray:after,
.block-system-main>.node>.paragraphs-items-field-product-promos .content-row.angle-both-left.angle-bottom-color-gray:after,
.block-system-main>.node>.paragraphs-items-field-product-promos .content-row.angle-bottom-left.angle-bottom-color-gray:after,
.block-system-main>.node>.paragraphs-items-field-product-promos>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-left.angle-bottom-color-gray:after,
.block-system-main>.node>.paragraphs-items-field-product-promos>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-bottom-left.angle-bottom-color-gray:after,
.block-system-main>.node>.paragraphs-items-field-sections .content-row.angle-both-left.angle-bottom-color-gray:after,
.block-system-main>.node>.paragraphs-items-field-sections .content-row.angle-bottom-left.angle-bottom-color-gray:after,
.block-system-main>.node>.paragraphs-items-field-sections>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-left.angle-bottom-color-gray:after,
.block-system-main>.node>.paragraphs-items-field-sections>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-bottom-left.angle-bottom-color-gray:after,
.block-system-main>.node>.paragraphs-items-field-widget .content-row.angle-both-left.angle-bottom-color-gray:after,
.block-system-main>.node>.paragraphs-items-field-widget .content-row.angle-bottom-left.angle-bottom-color-gray:after,
.block-system-main>.node>.paragraphs-items-field-widget>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-left.angle-bottom-color-gray:after,
.block-system-main>.node>.paragraphs-items-field-widget>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-bottom-left.angle-bottom-color-gray:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg class='taper-top' preserveAspectRatio='none' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' fill='%23E3E8ED'%3E%3Cpolygon id='Rectangle-1' points='0 0 16 0 0 16'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    cursor: pointer;
    display: inline-block;
    font-size: .01em;
    height: 6vw;
    left: -.05vw;
    line-height: .01em;
    position: absolute;
    width: 104vw;
    transform: rotate(180deg) scaleX(-1) translateY(-1px)
}

.block-system-main>.node.node-nonprofit-detail .content-row.angle-both-left.angle-bottom-color-light-blue:after,
.block-system-main>.node.node-nonprofit-detail .content-row.angle-bottom-left.angle-bottom-color-light-blue:after,
.block-system-main>.node.node-nonprofit-detail>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-left.angle-bottom-color-light-blue:after,
.block-system-main>.node.node-nonprofit-detail>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-bottom-left.angle-bottom-color-light-blue:after,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section .content-row.angle-both-left.angle-bottom-color-light-blue:after,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section .content-row.angle-bottom-left.angle-bottom-color-light-blue:after,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-left.angle-bottom-color-light-blue:after,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-bottom-left.angle-bottom-color-light-blue:after,
.block-system-main>.node>.paragraphs-items-field-product-promos .content-row.angle-both-left.angle-bottom-color-light-blue:after,
.block-system-main>.node>.paragraphs-items-field-product-promos .content-row.angle-bottom-left.angle-bottom-color-light-blue:after,
.block-system-main>.node>.paragraphs-items-field-product-promos>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-left.angle-bottom-color-light-blue:after,
.block-system-main>.node>.paragraphs-items-field-product-promos>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-bottom-left.angle-bottom-color-light-blue:after,
.block-system-main>.node>.paragraphs-items-field-sections .content-row.angle-both-left.angle-bottom-color-light-blue:after,
.block-system-main>.node>.paragraphs-items-field-sections .content-row.angle-bottom-left.angle-bottom-color-light-blue:after,
.block-system-main>.node>.paragraphs-items-field-sections>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-left.angle-bottom-color-light-blue:after,
.block-system-main>.node>.paragraphs-items-field-sections>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-bottom-left.angle-bottom-color-light-blue:after,
.block-system-main>.node>.paragraphs-items-field-widget .content-row.angle-both-left.angle-bottom-color-light-blue:after,
.block-system-main>.node>.paragraphs-items-field-widget .content-row.angle-bottom-left.angle-bottom-color-light-blue:after,
.block-system-main>.node>.paragraphs-items-field-widget>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-left.angle-bottom-color-light-blue:after,
.block-system-main>.node>.paragraphs-items-field-widget>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-bottom-left.angle-bottom-color-light-blue:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg class='taper-top' preserveAspectRatio='none' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' fill='%23E0F7FF'%3E%3Cpolygon id='Rectangle-1' points='0 0 16 0 0 16'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    cursor: pointer;
    display: inline-block;
    font-size: .01em;
    height: 6vw;
    left: -.05vw;
    line-height: .01em;
    position: absolute;
    width: 104vw;
    transform: rotate(180deg) scaleX(-1) translateY(-1px)
}

.block-system-main>.node.node-nonprofit-detail .content-row.angle-both-left.angle-bottom-color-cyan:after,
.block-system-main>.node.node-nonprofit-detail .content-row.angle-bottom-left.angle-bottom-color-cyan:after,
.block-system-main>.node.node-nonprofit-detail>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-left.angle-bottom-color-cyan:after,
.block-system-main>.node.node-nonprofit-detail>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-bottom-left.angle-bottom-color-cyan:after,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section .content-row.angle-both-left.angle-bottom-color-cyan:after,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section .content-row.angle-bottom-left.angle-bottom-color-cyan:after,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-left.angle-bottom-color-cyan:after,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-bottom-left.angle-bottom-color-cyan:after,
.block-system-main>.node>.paragraphs-items-field-product-promos .content-row.angle-both-left.angle-bottom-color-cyan:after,
.block-system-main>.node>.paragraphs-items-field-product-promos .content-row.angle-bottom-left.angle-bottom-color-cyan:after,
.block-system-main>.node>.paragraphs-items-field-product-promos>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-left.angle-bottom-color-cyan:after,
.block-system-main>.node>.paragraphs-items-field-product-promos>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-bottom-left.angle-bottom-color-cyan:after,
.block-system-main>.node>.paragraphs-items-field-sections .content-row.angle-both-left.angle-bottom-color-cyan:after,
.block-system-main>.node>.paragraphs-items-field-sections .content-row.angle-bottom-left.angle-bottom-color-cyan:after,
.block-system-main>.node>.paragraphs-items-field-sections>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-left.angle-bottom-color-cyan:after,
.block-system-main>.node>.paragraphs-items-field-sections>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-bottom-left.angle-bottom-color-cyan:after,
.block-system-main>.node>.paragraphs-items-field-widget .content-row.angle-both-left.angle-bottom-color-cyan:after,
.block-system-main>.node>.paragraphs-items-field-widget .content-row.angle-bottom-left.angle-bottom-color-cyan:after,
.block-system-main>.node>.paragraphs-items-field-widget>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-left.angle-bottom-color-cyan:after,
.block-system-main>.node>.paragraphs-items-field-widget>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-bottom-left.angle-bottom-color-cyan:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg class='taper-top' preserveAspectRatio='none' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' fill='%23019DD6'%3E%3Cpolygon id='Rectangle-1' points='0 0 16 0 0 16'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    cursor: pointer;
    display: inline-block;
    font-size: .01em;
    height: 6vw;
    left: -.05vw;
    line-height: .01em;
    position: absolute;
    width: 104vw;
    transform: rotate(180deg) scaleX(-1) translateY(-1px)
}

.block-system-main>.node.node-nonprofit-detail .content-row.angle-both-left.angle-bottom-color-green:after,
.block-system-main>.node.node-nonprofit-detail .content-row.angle-bottom-left.angle-bottom-color-green:after,
.block-system-main>.node.node-nonprofit-detail>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-left.angle-bottom-color-green:after,
.block-system-main>.node.node-nonprofit-detail>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-bottom-left.angle-bottom-color-green:after,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section .content-row.angle-both-left.angle-bottom-color-green:after,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section .content-row.angle-bottom-left.angle-bottom-color-green:after,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-left.angle-bottom-color-green:after,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-bottom-left.angle-bottom-color-green:after,
.block-system-main>.node>.paragraphs-items-field-product-promos .content-row.angle-both-left.angle-bottom-color-green:after,
.block-system-main>.node>.paragraphs-items-field-product-promos .content-row.angle-bottom-left.angle-bottom-color-green:after,
.block-system-main>.node>.paragraphs-items-field-product-promos>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-left.angle-bottom-color-green:after,
.block-system-main>.node>.paragraphs-items-field-product-promos>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-bottom-left.angle-bottom-color-green:after,
.block-system-main>.node>.paragraphs-items-field-sections .content-row.angle-both-left.angle-bottom-color-green:after,
.block-system-main>.node>.paragraphs-items-field-sections .content-row.angle-bottom-left.angle-bottom-color-green:after,
.block-system-main>.node>.paragraphs-items-field-sections>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-left.angle-bottom-color-green:after,
.block-system-main>.node>.paragraphs-items-field-sections>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-bottom-left.angle-bottom-color-green:after,
.block-system-main>.node>.paragraphs-items-field-widget .content-row.angle-both-left.angle-bottom-color-green:after,
.block-system-main>.node>.paragraphs-items-field-widget .content-row.angle-bottom-left.angle-bottom-color-green:after,
.block-system-main>.node>.paragraphs-items-field-widget>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-left.angle-bottom-color-green:after,
.block-system-main>.node>.paragraphs-items-field-widget>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-bottom-left.angle-bottom-color-green:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg class='taper-top' preserveAspectRatio='none' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' fill='%234AA73F'%3E%3Cpolygon id='Rectangle-1' points='0 0 16 0 0 16'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    cursor: pointer;
    display: inline-block;
    font-size: .01em;
    height: 6vw;
    left: -.05vw;
    line-height: .01em;
    position: absolute;
    width: 104vw;
    transform: rotate(180deg) scaleX(-1) translateY(-1px)
}

.block-system-main>.node.node-nonprofit-detail .content-row.angle-both-left.angle-bottom-color-purple:after,
.block-system-main>.node.node-nonprofit-detail .content-row.angle-bottom-left.angle-bottom-color-purple:after,
.block-system-main>.node.node-nonprofit-detail>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-left.angle-bottom-color-purple:after,
.block-system-main>.node.node-nonprofit-detail>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-bottom-left.angle-bottom-color-purple:after,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section .content-row.angle-both-left.angle-bottom-color-purple:after,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section .content-row.angle-bottom-left.angle-bottom-color-purple:after,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-left.angle-bottom-color-purple:after,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-bottom-left.angle-bottom-color-purple:after,
.block-system-main>.node>.paragraphs-items-field-product-promos .content-row.angle-both-left.angle-bottom-color-purple:after,
.block-system-main>.node>.paragraphs-items-field-product-promos .content-row.angle-bottom-left.angle-bottom-color-purple:after,
.block-system-main>.node>.paragraphs-items-field-product-promos>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-left.angle-bottom-color-purple:after,
.block-system-main>.node>.paragraphs-items-field-product-promos>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-bottom-left.angle-bottom-color-purple:after,
.block-system-main>.node>.paragraphs-items-field-sections .content-row.angle-both-left.angle-bottom-color-purple:after,
.block-system-main>.node>.paragraphs-items-field-sections .content-row.angle-bottom-left.angle-bottom-color-purple:after,
.block-system-main>.node>.paragraphs-items-field-sections>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-left.angle-bottom-color-purple:after,
.block-system-main>.node>.paragraphs-items-field-sections>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-bottom-left.angle-bottom-color-purple:after,
.block-system-main>.node>.paragraphs-items-field-widget .content-row.angle-both-left.angle-bottom-color-purple:after,
.block-system-main>.node>.paragraphs-items-field-widget .content-row.angle-bottom-left.angle-bottom-color-purple:after,
.block-system-main>.node>.paragraphs-items-field-widget>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-left.angle-bottom-color-purple:after,
.block-system-main>.node>.paragraphs-items-field-widget>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-bottom-left.angle-bottom-color-purple:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg class='taper-top' preserveAspectRatio='none' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' fill='%231E2B86'%3E%3Cpolygon id='Rectangle-1' points='0 0 16 0 0 16'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    cursor: pointer;
    display: inline-block;
    font-size: .01em;
    height: 6vw;
    left: -.05vw;
    line-height: .01em;
    position: absolute;
    width: 104vw;
    transform: rotate(180deg) scaleX(-1) translateY(-1px)
}

.block-system-main>.node.node-nonprofit-detail .content-row.angle-both-right:before,
.block-system-main>.node.node-nonprofit-detail .content-row.angle-top-right:before,
.block-system-main>.node.node-nonprofit-detail>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-right:before,
.block-system-main>.node.node-nonprofit-detail>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-top-right:before,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section .content-row.angle-both-right:before,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section .content-row.angle-top-right:before,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-right:before,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-top-right:before,
.block-system-main>.node>.paragraphs-items-field-product-promos .content-row.angle-both-right:before,
.block-system-main>.node>.paragraphs-items-field-product-promos .content-row.angle-top-right:before,
.block-system-main>.node>.paragraphs-items-field-product-promos>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-right:before,
.block-system-main>.node>.paragraphs-items-field-product-promos>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-top-right:before,
.block-system-main>.node>.paragraphs-items-field-sections .content-row.angle-both-right:before,
.block-system-main>.node>.paragraphs-items-field-sections .content-row.angle-top-right:before,
.block-system-main>.node>.paragraphs-items-field-sections>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-right:before,
.block-system-main>.node>.paragraphs-items-field-sections>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-top-right:before,
.block-system-main>.node>.paragraphs-items-field-widget .content-row.angle-both-right:before,
.block-system-main>.node>.paragraphs-items-field-widget .content-row.angle-top-right:before,
.block-system-main>.node>.paragraphs-items-field-widget>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-right:before,
.block-system-main>.node>.paragraphs-items-field-widget>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-top-right:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg class='taper-top' preserveAspectRatio='none' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' fill='white'%3E%3Cpolygon id='Rectangle-1' points='0 0 16 0 0 16'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    cursor: pointer;
    display: inline-block;
    font-size: .01em;
    height: 6vw;
    left: -.05vw;
    line-height: .01em;
    position: absolute;
    width: 104vw;
    top: -1px;
    transform: scaleX(-1)
}

@media only screen and (min-width:1396px) {

    .block-system-main>.node.node-nonprofit-detail .content-row.angle-both-right:before,
    .block-system-main>.node.node-nonprofit-detail .content-row.angle-top-right:before,
    .block-system-main>.node.node-nonprofit-detail>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-right:before,
    .block-system-main>.node.node-nonprofit-detail>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-top-right:before,
    .block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section .content-row.angle-both-right:before,
    .block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section .content-row.angle-top-right:before,
    .block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-right:before,
    .block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-top-right:before,
    .block-system-main>.node>.paragraphs-items-field-product-promos .content-row.angle-both-right:before,
    .block-system-main>.node>.paragraphs-items-field-product-promos .content-row.angle-top-right:before,
    .block-system-main>.node>.paragraphs-items-field-product-promos>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-right:before,
    .block-system-main>.node>.paragraphs-items-field-product-promos>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-top-right:before,
    .block-system-main>.node>.paragraphs-items-field-sections .content-row.angle-both-right:before,
    .block-system-main>.node>.paragraphs-items-field-sections .content-row.angle-top-right:before,
    .block-system-main>.node>.paragraphs-items-field-sections>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-right:before,
    .block-system-main>.node>.paragraphs-items-field-sections>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-top-right:before,
    .block-system-main>.node>.paragraphs-items-field-widget .content-row.angle-both-right:before,
    .block-system-main>.node>.paragraphs-items-field-widget .content-row.angle-top-right:before,
    .block-system-main>.node>.paragraphs-items-field-widget>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-right:before,
    .block-system-main>.node>.paragraphs-items-field-widget>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-top-right:before {
        width: 104%;
        height: 83px
    }
}

.block-system-main>.node.node-nonprofit-detail .content-row.angle-both-right.angle-top-color-gray:before,
.block-system-main>.node.node-nonprofit-detail .content-row.angle-top-right.angle-top-color-gray:before,
.block-system-main>.node.node-nonprofit-detail>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-right.angle-top-color-gray:before,
.block-system-main>.node.node-nonprofit-detail>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-top-right.angle-top-color-gray:before,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section .content-row.angle-both-right.angle-top-color-gray:before,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section .content-row.angle-top-right.angle-top-color-gray:before,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-right.angle-top-color-gray:before,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-top-right.angle-top-color-gray:before,
.block-system-main>.node>.paragraphs-items-field-product-promos .content-row.angle-both-right.angle-top-color-gray:before,
.block-system-main>.node>.paragraphs-items-field-product-promos .content-row.angle-top-right.angle-top-color-gray:before,
.block-system-main>.node>.paragraphs-items-field-product-promos>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-right.angle-top-color-gray:before,
.block-system-main>.node>.paragraphs-items-field-product-promos>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-top-right.angle-top-color-gray:before,
.block-system-main>.node>.paragraphs-items-field-sections .content-row.angle-both-right.angle-top-color-gray:before,
.block-system-main>.node>.paragraphs-items-field-sections .content-row.angle-top-right.angle-top-color-gray:before,
.block-system-main>.node>.paragraphs-items-field-sections>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-right.angle-top-color-gray:before,
.block-system-main>.node>.paragraphs-items-field-sections>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-top-right.angle-top-color-gray:before,
.block-system-main>.node>.paragraphs-items-field-widget .content-row.angle-both-right.angle-top-color-gray:before,
.block-system-main>.node>.paragraphs-items-field-widget .content-row.angle-top-right.angle-top-color-gray:before,
.block-system-main>.node>.paragraphs-items-field-widget>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-right.angle-top-color-gray:before,
.block-system-main>.node>.paragraphs-items-field-widget>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-top-right.angle-top-color-gray:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg class='taper-top' preserveAspectRatio='none' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' fill='%23E3E8ED'%3E%3Cpolygon id='Rectangle-1' points='0 0 16 0 0 16'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    cursor: pointer;
    display: inline-block;
    font-size: .01em;
    height: 6vw;
    left: -.05vw;
    line-height: .01em;
    position: absolute;
    width: 104vw;
    top: -1px;
    transform: scaleX(-1)
}

.block-system-main>.node.node-nonprofit-detail .content-row.angle-both-right.angle-top-color-light-blue:before,
.block-system-main>.node.node-nonprofit-detail .content-row.angle-top-right.angle-top-color-light-blue:before,
.block-system-main>.node.node-nonprofit-detail>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-right.angle-top-color-light-blue:before,
.block-system-main>.node.node-nonprofit-detail>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-top-right.angle-top-color-light-blue:before,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section .content-row.angle-both-right.angle-top-color-light-blue:before,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section .content-row.angle-top-right.angle-top-color-light-blue:before,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-right.angle-top-color-light-blue:before,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-top-right.angle-top-color-light-blue:before,
.block-system-main>.node>.paragraphs-items-field-product-promos .content-row.angle-both-right.angle-top-color-light-blue:before,
.block-system-main>.node>.paragraphs-items-field-product-promos .content-row.angle-top-right.angle-top-color-light-blue:before,
.block-system-main>.node>.paragraphs-items-field-product-promos>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-right.angle-top-color-light-blue:before,
.block-system-main>.node>.paragraphs-items-field-product-promos>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-top-right.angle-top-color-light-blue:before,
.block-system-main>.node>.paragraphs-items-field-sections .content-row.angle-both-right.angle-top-color-light-blue:before,
.block-system-main>.node>.paragraphs-items-field-sections .content-row.angle-top-right.angle-top-color-light-blue:before,
.block-system-main>.node>.paragraphs-items-field-sections>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-right.angle-top-color-light-blue:before,
.block-system-main>.node>.paragraphs-items-field-sections>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-top-right.angle-top-color-light-blue:before,
.block-system-main>.node>.paragraphs-items-field-widget .content-row.angle-both-right.angle-top-color-light-blue:before,
.block-system-main>.node>.paragraphs-items-field-widget .content-row.angle-top-right.angle-top-color-light-blue:before,
.block-system-main>.node>.paragraphs-items-field-widget>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-right.angle-top-color-light-blue:before,
.block-system-main>.node>.paragraphs-items-field-widget>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-top-right.angle-top-color-light-blue:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg class='taper-top' preserveAspectRatio='none' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' fill='%23E0F7FF'%3E%3Cpolygon id='Rectangle-1' points='0 0 16 0 0 16'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    cursor: pointer;
    display: inline-block;
    font-size: .01em;
    height: 6vw;
    left: -.05vw;
    line-height: .01em;
    position: absolute;
    width: 104vw;
    top: -1px;
    transform: scaleX(-1)
}

.block-system-main>.node.node-nonprofit-detail .content-row.angle-both-right.angle-top-color-cyan:before,
.block-system-main>.node.node-nonprofit-detail .content-row.angle-top-right.angle-top-color-cyan:before,
.block-system-main>.node.node-nonprofit-detail>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-right.angle-top-color-cyan:before,
.block-system-main>.node.node-nonprofit-detail>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-top-right.angle-top-color-cyan:before,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section .content-row.angle-both-right.angle-top-color-cyan:before,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section .content-row.angle-top-right.angle-top-color-cyan:before,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-right.angle-top-color-cyan:before,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-top-right.angle-top-color-cyan:before,
.block-system-main>.node>.paragraphs-items-field-product-promos .content-row.angle-both-right.angle-top-color-cyan:before,
.block-system-main>.node>.paragraphs-items-field-product-promos .content-row.angle-top-right.angle-top-color-cyan:before,
.block-system-main>.node>.paragraphs-items-field-product-promos>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-right.angle-top-color-cyan:before,
.block-system-main>.node>.paragraphs-items-field-product-promos>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-top-right.angle-top-color-cyan:before,
.block-system-main>.node>.paragraphs-items-field-sections .content-row.angle-both-right.angle-top-color-cyan:before,
.block-system-main>.node>.paragraphs-items-field-sections .content-row.angle-top-right.angle-top-color-cyan:before,
.block-system-main>.node>.paragraphs-items-field-sections>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-right.angle-top-color-cyan:before,
.block-system-main>.node>.paragraphs-items-field-sections>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-top-right.angle-top-color-cyan:before,
.block-system-main>.node>.paragraphs-items-field-widget .content-row.angle-both-right.angle-top-color-cyan:before,
.block-system-main>.node>.paragraphs-items-field-widget .content-row.angle-top-right.angle-top-color-cyan:before,
.block-system-main>.node>.paragraphs-items-field-widget>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-right.angle-top-color-cyan:before,
.block-system-main>.node>.paragraphs-items-field-widget>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-top-right.angle-top-color-cyan:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg class='taper-top' preserveAspectRatio='none' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' fill='%23019DD6'%3E%3Cpolygon id='Rectangle-1' points='0 0 16 0 0 16'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    cursor: pointer;
    display: inline-block;
    font-size: .01em;
    height: 6vw;
    left: -.05vw;
    line-height: .01em;
    position: absolute;
    width: 104vw;
    top: -1px;
    transform: scaleX(-1)
}

.block-system-main>.node.node-nonprofit-detail .content-row.angle-both-right.angle-top-color-green:before,
.block-system-main>.node.node-nonprofit-detail .content-row.angle-top-right.angle-top-color-green:before,
.block-system-main>.node.node-nonprofit-detail>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-right.angle-top-color-green:before,
.block-system-main>.node.node-nonprofit-detail>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-top-right.angle-top-color-green:before,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section .content-row.angle-both-right.angle-top-color-green:before,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section .content-row.angle-top-right.angle-top-color-green:before,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-right.angle-top-color-green:before,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-top-right.angle-top-color-green:before,
.block-system-main>.node>.paragraphs-items-field-product-promos .content-row.angle-both-right.angle-top-color-green:before,
.block-system-main>.node>.paragraphs-items-field-product-promos .content-row.angle-top-right.angle-top-color-green:before,
.block-system-main>.node>.paragraphs-items-field-product-promos>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-right.angle-top-color-green:before,
.block-system-main>.node>.paragraphs-items-field-product-promos>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-top-right.angle-top-color-green:before,
.block-system-main>.node>.paragraphs-items-field-sections .content-row.angle-both-right.angle-top-color-green:before,
.block-system-main>.node>.paragraphs-items-field-sections .content-row.angle-top-right.angle-top-color-green:before,
.block-system-main>.node>.paragraphs-items-field-sections>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-right.angle-top-color-green:before,
.block-system-main>.node>.paragraphs-items-field-sections>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-top-right.angle-top-color-green:before,
.block-system-main>.node>.paragraphs-items-field-widget .content-row.angle-both-right.angle-top-color-green:before,
.block-system-main>.node>.paragraphs-items-field-widget .content-row.angle-top-right.angle-top-color-green:before,
.block-system-main>.node>.paragraphs-items-field-widget>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-right.angle-top-color-green:before,
.block-system-main>.node>.paragraphs-items-field-widget>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-top-right.angle-top-color-green:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg class='taper-top' preserveAspectRatio='none' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' fill='%234AA73F'%3E%3Cpolygon id='Rectangle-1' points='0 0 16 0 0 16'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    cursor: pointer;
    display: inline-block;
    font-size: .01em;
    height: 6vw;
    left: -.05vw;
    line-height: .01em;
    position: absolute;
    width: 104vw;
    top: -1px;
    transform: scaleX(-1)
}

.block-system-main>.node.node-nonprofit-detail .content-row.angle-both-right.angle-top-color-purple:before,
.block-system-main>.node.node-nonprofit-detail .content-row.angle-top-right.angle-top-color-purple:before,
.block-system-main>.node.node-nonprofit-detail>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-right.angle-top-color-purple:before,
.block-system-main>.node.node-nonprofit-detail>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-top-right.angle-top-color-purple:before,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section .content-row.angle-both-right.angle-top-color-purple:before,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section .content-row.angle-top-right.angle-top-color-purple:before,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-right.angle-top-color-purple:before,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-top-right.angle-top-color-purple:before,
.block-system-main>.node>.paragraphs-items-field-product-promos .content-row.angle-both-right.angle-top-color-purple:before,
.block-system-main>.node>.paragraphs-items-field-product-promos .content-row.angle-top-right.angle-top-color-purple:before,
.block-system-main>.node>.paragraphs-items-field-product-promos>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-right.angle-top-color-purple:before,
.block-system-main>.node>.paragraphs-items-field-product-promos>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-top-right.angle-top-color-purple:before,
.block-system-main>.node>.paragraphs-items-field-sections .content-row.angle-both-right.angle-top-color-purple:before,
.block-system-main>.node>.paragraphs-items-field-sections .content-row.angle-top-right.angle-top-color-purple:before,
.block-system-main>.node>.paragraphs-items-field-sections>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-right.angle-top-color-purple:before,
.block-system-main>.node>.paragraphs-items-field-sections>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-top-right.angle-top-color-purple:before,
.block-system-main>.node>.paragraphs-items-field-widget .content-row.angle-both-right.angle-top-color-purple:before,
.block-system-main>.node>.paragraphs-items-field-widget .content-row.angle-top-right.angle-top-color-purple:before,
.block-system-main>.node>.paragraphs-items-field-widget>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-right.angle-top-color-purple:before,
.block-system-main>.node>.paragraphs-items-field-widget>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-top-right.angle-top-color-purple:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg class='taper-top' preserveAspectRatio='none' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' fill='%231E2B86'%3E%3Cpolygon id='Rectangle-1' points='0 0 16 0 0 16'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    cursor: pointer;
    display: inline-block;
    font-size: .01em;
    height: 6vw;
    left: -.05vw;
    line-height: .01em;
    position: absolute;
    width: 104vw;
    top: -1px;
    transform: scaleX(-1)
}

.block-system-main>.node.node-nonprofit-detail .content-row.angle-both-right:after,
.block-system-main>.node.node-nonprofit-detail .content-row.angle-bottom-right:after,
.block-system-main>.node.node-nonprofit-detail>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-right:after,
.block-system-main>.node.node-nonprofit-detail>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-bottom-right:after,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section .content-row.angle-both-right:after,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section .content-row.angle-bottom-right:after,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-right:after,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-bottom-right:after,
.block-system-main>.node>.paragraphs-items-field-product-promos .content-row.angle-both-right:after,
.block-system-main>.node>.paragraphs-items-field-product-promos .content-row.angle-bottom-right:after,
.block-system-main>.node>.paragraphs-items-field-product-promos>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-right:after,
.block-system-main>.node>.paragraphs-items-field-product-promos>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-bottom-right:after,
.block-system-main>.node>.paragraphs-items-field-sections .content-row.angle-both-right:after,
.block-system-main>.node>.paragraphs-items-field-sections .content-row.angle-bottom-right:after,
.block-system-main>.node>.paragraphs-items-field-sections>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-right:after,
.block-system-main>.node>.paragraphs-items-field-sections>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-bottom-right:after,
.block-system-main>.node>.paragraphs-items-field-widget .content-row.angle-both-right:after,
.block-system-main>.node>.paragraphs-items-field-widget .content-row.angle-bottom-right:after,
.block-system-main>.node>.paragraphs-items-field-widget>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-right:after,
.block-system-main>.node>.paragraphs-items-field-widget>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-bottom-right:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg class='taper-top' preserveAspectRatio='none' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' fill='white'%3E%3Cpolygon id='Rectangle-1' points='0 0 16 0 0 16'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    cursor: pointer;
    display: inline-block;
    font-size: .01em;
    height: 6vw;
    left: -.05vw;
    line-height: .01em;
    position: absolute;
    width: 104vw;
    transform: rotate(180deg) translateY(-1px)
}

@media only screen and (min-width:1396px) {

    .block-system-main>.node.node-nonprofit-detail .content-row.angle-both-right:after,
    .block-system-main>.node.node-nonprofit-detail .content-row.angle-bottom-right:after,
    .block-system-main>.node.node-nonprofit-detail>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-right:after,
    .block-system-main>.node.node-nonprofit-detail>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-bottom-right:after,
    .block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section .content-row.angle-both-right:after,
    .block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section .content-row.angle-bottom-right:after,
    .block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-right:after,
    .block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-bottom-right:after,
    .block-system-main>.node>.paragraphs-items-field-product-promos .content-row.angle-both-right:after,
    .block-system-main>.node>.paragraphs-items-field-product-promos .content-row.angle-bottom-right:after,
    .block-system-main>.node>.paragraphs-items-field-product-promos>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-right:after,
    .block-system-main>.node>.paragraphs-items-field-product-promos>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-bottom-right:after,
    .block-system-main>.node>.paragraphs-items-field-sections .content-row.angle-both-right:after,
    .block-system-main>.node>.paragraphs-items-field-sections .content-row.angle-bottom-right:after,
    .block-system-main>.node>.paragraphs-items-field-sections>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-right:after,
    .block-system-main>.node>.paragraphs-items-field-sections>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-bottom-right:after,
    .block-system-main>.node>.paragraphs-items-field-widget .content-row.angle-both-right:after,
    .block-system-main>.node>.paragraphs-items-field-widget .content-row.angle-bottom-right:after,
    .block-system-main>.node>.paragraphs-items-field-widget>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-right:after,
    .block-system-main>.node>.paragraphs-items-field-widget>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-bottom-right:after {
        width: 104%;
        height: 83px
    }
}

.block-system-main>.node.node-nonprofit-detail .content-row.angle-both-right.angle-bottom-color-gray:after,
.block-system-main>.node.node-nonprofit-detail .content-row.angle-bottom-right.angle-bottom-color-gray:after,
.block-system-main>.node.node-nonprofit-detail>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-right.angle-bottom-color-gray:after,
.block-system-main>.node.node-nonprofit-detail>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-bottom-right.angle-bottom-color-gray:after,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section .content-row.angle-both-right.angle-bottom-color-gray:after,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section .content-row.angle-bottom-right.angle-bottom-color-gray:after,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-right.angle-bottom-color-gray:after,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-bottom-right.angle-bottom-color-gray:after,
.block-system-main>.node>.paragraphs-items-field-product-promos .content-row.angle-both-right.angle-bottom-color-gray:after,
.block-system-main>.node>.paragraphs-items-field-product-promos .content-row.angle-bottom-right.angle-bottom-color-gray:after,
.block-system-main>.node>.paragraphs-items-field-product-promos>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-right.angle-bottom-color-gray:after,
.block-system-main>.node>.paragraphs-items-field-product-promos>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-bottom-right.angle-bottom-color-gray:after,
.block-system-main>.node>.paragraphs-items-field-sections .content-row.angle-both-right.angle-bottom-color-gray:after,
.block-system-main>.node>.paragraphs-items-field-sections .content-row.angle-bottom-right.angle-bottom-color-gray:after,
.block-system-main>.node>.paragraphs-items-field-sections>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-right.angle-bottom-color-gray:after,
.block-system-main>.node>.paragraphs-items-field-sections>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-bottom-right.angle-bottom-color-gray:after,
.block-system-main>.node>.paragraphs-items-field-widget .content-row.angle-both-right.angle-bottom-color-gray:after,
.block-system-main>.node>.paragraphs-items-field-widget .content-row.angle-bottom-right.angle-bottom-color-gray:after,
.block-system-main>.node>.paragraphs-items-field-widget>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-right.angle-bottom-color-gray:after,
.block-system-main>.node>.paragraphs-items-field-widget>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-bottom-right.angle-bottom-color-gray:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg class='taper-top' preserveAspectRatio='none' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' fill='%23E3E8ED'%3E%3Cpolygon id='Rectangle-1' points='0 0 16 0 0 16'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    cursor: pointer;
    display: inline-block;
    font-size: .01em;
    height: 6vw;
    left: -.05vw;
    line-height: .01em;
    position: absolute;
    width: 104vw;
    transform: rotate(180deg) translateY(-1px)
}

.block-system-main>.node.node-nonprofit-detail .content-row.angle-both-right.angle-bottom-color-light-blue:after,
.block-system-main>.node.node-nonprofit-detail .content-row.angle-bottom-right.angle-bottom-color-light-blue:after,
.block-system-main>.node.node-nonprofit-detail>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-right.angle-bottom-color-light-blue:after,
.block-system-main>.node.node-nonprofit-detail>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-bottom-right.angle-bottom-color-light-blue:after,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section .content-row.angle-both-right.angle-bottom-color-light-blue:after,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section .content-row.angle-bottom-right.angle-bottom-color-light-blue:after,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-right.angle-bottom-color-light-blue:after,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-bottom-right.angle-bottom-color-light-blue:after,
.block-system-main>.node>.paragraphs-items-field-product-promos .content-row.angle-both-right.angle-bottom-color-light-blue:after,
.block-system-main>.node>.paragraphs-items-field-product-promos .content-row.angle-bottom-right.angle-bottom-color-light-blue:after,
.block-system-main>.node>.paragraphs-items-field-product-promos>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-right.angle-bottom-color-light-blue:after,
.block-system-main>.node>.paragraphs-items-field-product-promos>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-bottom-right.angle-bottom-color-light-blue:after,
.block-system-main>.node>.paragraphs-items-field-sections .content-row.angle-both-right.angle-bottom-color-light-blue:after,
.block-system-main>.node>.paragraphs-items-field-sections .content-row.angle-bottom-right.angle-bottom-color-light-blue:after,
.block-system-main>.node>.paragraphs-items-field-sections>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-right.angle-bottom-color-light-blue:after,
.block-system-main>.node>.paragraphs-items-field-sections>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-bottom-right.angle-bottom-color-light-blue:after,
.block-system-main>.node>.paragraphs-items-field-widget .content-row.angle-both-right.angle-bottom-color-light-blue:after,
.block-system-main>.node>.paragraphs-items-field-widget .content-row.angle-bottom-right.angle-bottom-color-light-blue:after,
.block-system-main>.node>.paragraphs-items-field-widget>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-right.angle-bottom-color-light-blue:after,
.block-system-main>.node>.paragraphs-items-field-widget>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-bottom-right.angle-bottom-color-light-blue:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg class='taper-top' preserveAspectRatio='none' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' fill='%23E0F7FF'%3E%3Cpolygon id='Rectangle-1' points='0 0 16 0 0 16'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    cursor: pointer;
    display: inline-block;
    font-size: .01em;
    height: 6vw;
    left: -.05vw;
    line-height: .01em;
    position: absolute;
    width: 104vw;
    transform: rotate(180deg) translateY(-1px)
}

.block-system-main>.node.node-nonprofit-detail .content-row.angle-both-right.angle-bottom-color-cyan:after,
.block-system-main>.node.node-nonprofit-detail .content-row.angle-bottom-right.angle-bottom-color-cyan:after,
.block-system-main>.node.node-nonprofit-detail>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-right.angle-bottom-color-cyan:after,
.block-system-main>.node.node-nonprofit-detail>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-bottom-right.angle-bottom-color-cyan:after,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section .content-row.angle-both-right.angle-bottom-color-cyan:after,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section .content-row.angle-bottom-right.angle-bottom-color-cyan:after,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-right.angle-bottom-color-cyan:after,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-bottom-right.angle-bottom-color-cyan:after,
.block-system-main>.node>.paragraphs-items-field-product-promos .content-row.angle-both-right.angle-bottom-color-cyan:after,
.block-system-main>.node>.paragraphs-items-field-product-promos .content-row.angle-bottom-right.angle-bottom-color-cyan:after,
.block-system-main>.node>.paragraphs-items-field-product-promos>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-right.angle-bottom-color-cyan:after,
.block-system-main>.node>.paragraphs-items-field-product-promos>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-bottom-right.angle-bottom-color-cyan:after,
.block-system-main>.node>.paragraphs-items-field-sections .content-row.angle-both-right.angle-bottom-color-cyan:after,
.block-system-main>.node>.paragraphs-items-field-sections .content-row.angle-bottom-right.angle-bottom-color-cyan:after,
.block-system-main>.node>.paragraphs-items-field-sections>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-right.angle-bottom-color-cyan:after,
.block-system-main>.node>.paragraphs-items-field-sections>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-bottom-right.angle-bottom-color-cyan:after,
.block-system-main>.node>.paragraphs-items-field-widget .content-row.angle-both-right.angle-bottom-color-cyan:after,
.block-system-main>.node>.paragraphs-items-field-widget .content-row.angle-bottom-right.angle-bottom-color-cyan:after,
.block-system-main>.node>.paragraphs-items-field-widget>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-right.angle-bottom-color-cyan:after,
.block-system-main>.node>.paragraphs-items-field-widget>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-bottom-right.angle-bottom-color-cyan:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg class='taper-top' preserveAspectRatio='none' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' fill='%23019DD6'%3E%3Cpolygon id='Rectangle-1' points='0 0 16 0 0 16'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    cursor: pointer;
    display: inline-block;
    font-size: .01em;
    height: 6vw;
    left: -.05vw;
    line-height: .01em;
    position: absolute;
    width: 104vw;
    transform: rotate(180deg) translateY(-1px)
}

.block-system-main>.node.node-nonprofit-detail .content-row.angle-both-right.angle-bottom-color-green:after,
.block-system-main>.node.node-nonprofit-detail .content-row.angle-bottom-right.angle-bottom-color-green:after,
.block-system-main>.node.node-nonprofit-detail>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-right.angle-bottom-color-green:after,
.block-system-main>.node.node-nonprofit-detail>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-bottom-right.angle-bottom-color-green:after,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section .content-row.angle-both-right.angle-bottom-color-green:after,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section .content-row.angle-bottom-right.angle-bottom-color-green:after,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-right.angle-bottom-color-green:after,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-bottom-right.angle-bottom-color-green:after,
.block-system-main>.node>.paragraphs-items-field-product-promos .content-row.angle-both-right.angle-bottom-color-green:after,
.block-system-main>.node>.paragraphs-items-field-product-promos .content-row.angle-bottom-right.angle-bottom-color-green:after,
.block-system-main>.node>.paragraphs-items-field-product-promos>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-right.angle-bottom-color-green:after,
.block-system-main>.node>.paragraphs-items-field-product-promos>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-bottom-right.angle-bottom-color-green:after,
.block-system-main>.node>.paragraphs-items-field-sections .content-row.angle-both-right.angle-bottom-color-green:after,
.block-system-main>.node>.paragraphs-items-field-sections .content-row.angle-bottom-right.angle-bottom-color-green:after,
.block-system-main>.node>.paragraphs-items-field-sections>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-right.angle-bottom-color-green:after,
.block-system-main>.node>.paragraphs-items-field-sections>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-bottom-right.angle-bottom-color-green:after,
.block-system-main>.node>.paragraphs-items-field-widget .content-row.angle-both-right.angle-bottom-color-green:after,
.block-system-main>.node>.paragraphs-items-field-widget .content-row.angle-bottom-right.angle-bottom-color-green:after,
.block-system-main>.node>.paragraphs-items-field-widget>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-right.angle-bottom-color-green:after,
.block-system-main>.node>.paragraphs-items-field-widget>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-bottom-right.angle-bottom-color-green:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg class='taper-top' preserveAspectRatio='none' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' fill='%234AA73F'%3E%3Cpolygon id='Rectangle-1' points='0 0 16 0 0 16'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    cursor: pointer;
    display: inline-block;
    font-size: .01em;
    height: 6vw;
    left: -.05vw;
    line-height: .01em;
    position: absolute;
    width: 104vw;
    transform: rotate(180deg) translateY(-1px)
}

.block-system-main>.node.node-nonprofit-detail .content-row.angle-both-right.angle-bottom-color-purple:after,
.block-system-main>.node.node-nonprofit-detail .content-row.angle-bottom-right.angle-bottom-color-purple:after,
.block-system-main>.node.node-nonprofit-detail>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-right.angle-bottom-color-purple:after,
.block-system-main>.node.node-nonprofit-detail>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-bottom-right.angle-bottom-color-purple:after,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section .content-row.angle-both-right.angle-bottom-color-purple:after,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section .content-row.angle-bottom-right.angle-bottom-color-purple:after,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-right.angle-bottom-color-purple:after,
.block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-bottom-right.angle-bottom-color-purple:after,
.block-system-main>.node>.paragraphs-items-field-product-promos .content-row.angle-both-right.angle-bottom-color-purple:after,
.block-system-main>.node>.paragraphs-items-field-product-promos .content-row.angle-bottom-right.angle-bottom-color-purple:after,
.block-system-main>.node>.paragraphs-items-field-product-promos>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-right.angle-bottom-color-purple:after,
.block-system-main>.node>.paragraphs-items-field-product-promos>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-bottom-right.angle-bottom-color-purple:after,
.block-system-main>.node>.paragraphs-items-field-sections .content-row.angle-both-right.angle-bottom-color-purple:after,
.block-system-main>.node>.paragraphs-items-field-sections .content-row.angle-bottom-right.angle-bottom-color-purple:after,
.block-system-main>.node>.paragraphs-items-field-sections>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-right.angle-bottom-color-purple:after,
.block-system-main>.node>.paragraphs-items-field-sections>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-bottom-right.angle-bottom-color-purple:after,
.block-system-main>.node>.paragraphs-items-field-widget .content-row.angle-both-right.angle-bottom-color-purple:after,
.block-system-main>.node>.paragraphs-items-field-widget .content-row.angle-bottom-right.angle-bottom-color-purple:after,
.block-system-main>.node>.paragraphs-items-field-widget>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-right.angle-bottom-color-purple:after,
.block-system-main>.node>.paragraphs-items-field-widget>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-bottom-right.angle-bottom-color-purple:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg class='taper-top' preserveAspectRatio='none' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' fill='%231E2B86'%3E%3Cpolygon id='Rectangle-1' points='0 0 16 0 0 16'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    cursor: pointer;
    display: inline-block;
    font-size: .01em;
    height: 6vw;
    left: -.05vw;
    line-height: .01em;
    position: absolute;
    width: 104vw;
    transform: rotate(180deg) translateY(-1px)
}

.content-type-article-teasers .entity .field-name-field-headline {
    font-size: 1.875em;
    font-weight: 400;
    line-height: 1.25em;
    margin: .625em 0 .5em;
    font-family: "Helvetica Neue", helvetica, sans-serif;
    font-weight: 400;
    margin-bottom: 20px;
    text-transform: none
}

@media only screen and (max-width:992px) {
    .content-type-article-teasers .entity .field-name-field-headline {
        font-size: 1.375em;
        line-height: 1.125em
    }
}

.content-type-article-teasers .paragraphs-item-campaign-teaser .content {
    padding: 0
}

.content-type-article-teasers .paragraphs-items-field-sections>.field>.field-items>.field-item {
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    margin: 40px 0
}

.content-type-article-teasers .paragraphs-items-field-sections>.field>.field-items>.field-item:after {
    content: "";
    display: table;
    clear: both
}

.content-type-article-teasers .paragraphs-items-field-sections>.field>.field-items>.field-item:first-child {
    margin-top: 0
}

.content-type-article-teasers .paragraphs-items-field-sections>.field>.field-items>.field-item:last-child {
    margin-bottom: 0
}

.content-type-article-teasers .paragraphs-items-field-sections>.field>.field-items>.field-item .content>:not(.field-name-field-thumbnail) {
    margin: 20px
}

.content-type-article-teasers .paragraphs-items-field-sections>.field>.field-items>.field-item .field-name-field-headline {
    color: #0093d1;
    font-size: 18px
}

.content-type-article-teasers .paragraphs-items-field-sections>.field>.field-items>.field-item .field-name-field-link {
    text-align: right
}

.content-type-article-teasers .paragraphs-items-field-sections>.field>.field-items>.field-item .field-name-field-link a {
    color: #0093d1
}

@media only screen and (min-width:768px) {
    .content-type-article-teasers .paragraphs-items-field-sections>.field>.field-items {
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        margin: -20px
    }

    .content-type-article-teasers .paragraphs-items-field-sections>.field>.field-items>.field-item {
        flex-basis: calc(50% - 40px)
    }

    .content-type-article-teasers .paragraphs-items-field-sections>.field>.field-items>.field-item,
    .content-type-article-teasers .paragraphs-items-field-sections>.field>.field-items>.field-item:first-child,
    .content-type-article-teasers .paragraphs-items-field-sections>.field>.field-items>.field-item:last-child {
        margin: 20px
    }
}

@media only screen and (min-width:992px) {
    .content-type-article-teasers .paragraphs-items-field-sections>.field>.field-items>.field-item {
        flex-basis: calc(25% - 40px)
    }
}

.content-type-feature-reveal>.entity:first-child {
    overflow: hidden;
    position: relative
}

.content-type-feature-reveal>.entity:first-child>.content {
    margin: 0 auto;
    padding: 40px 20px;
    position: relative;
    width: 100%;
    padding-top: 120px
}

.content-type-feature-reveal>.entity:first-child>.content:first-child {
    margin-top: 0
}

.content-type-feature-reveal>.entity:first-child>.content:last-child {
    margin-bottom: 0
}

@media only screen and (min-width:600px) {
    .content-type-feature-reveal>.entity:first-child>.content {
        padding-right: 40px;
        padding-left: 40px
    }
}

@media only screen and (min-width:1326px) {
    .content-type-feature-reveal>.entity:first-child>.content {
        max-width: 1326px;
        padding-right: 20px;
        padding-left: 20px
    }
}

@media only screen and (max-width:767px) {
    .content-type-feature-reveal>.entity:first-child>.content {
        padding-right: 0;
        padding-bottom: 0;
        padding-left: 0
    }
}

.content-type-feature-reveal.no-angle>.entity:first-child>.content {
    padding-top: 10px
}

.content-type-feature-reveal.bg-alt-gray>.entity:first-child {
    background-color: #eff1f3
}

.content-type-feature-reveal.bg-alt-light-blue>.entity:first-child {
    background-color: #e0f7ff
}

.content-type-feature-reveal.bg-alt-cyan {
    color: #eff1f3
}

.content-type-feature-reveal.bg-alt-cyan>.entity:first-child {
    background-color: #0093d1
}

.content-type-feature-reveal.bg-alt-green {
    color: #eff1f3
}

.content-type-feature-reveal.bg-alt-green>.entity:first-child {
    background-color: #4aa73f
}

.content-type-feature-reveal.bg-alt-purple {
    color: #eff1f3
}

.content-type-feature-reveal.bg-alt-purple>.entity:first-child {
    background-color: #1e2b86
}

.content-type-feature-reveal.angle-both-right>.entity:first-child:before,
.content-type-feature-reveal.angle-top-right>.entity:first-child:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg class='taper-top' preserveAspectRatio='none' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' fill='white'%3E%3Cpolygon id='Rectangle-1' points='0 0 16 0 0 16'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    cursor: pointer;
    display: inline-block;
    font-size: .01em;
    height: 6vw;
    left: -.05vw;
    line-height: .01em;
    position: absolute;
    width: 104vw;
    top: -1px;
    transform: scaleX(-1)
}

@media only screen and (min-width:1396px) {

    .content-type-feature-reveal.angle-both-right>.entity:first-child:before,
    .content-type-feature-reveal.angle-top-right>.entity:first-child:before {
        width: 104%;
        height: 83px
    }
}

.content-type-feature-reveal.angle-both-right.angle-top-color-gray>.entity:first-child:before,
.content-type-feature-reveal.angle-top-right.angle-top-color-gray>.entity:first-child:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg class='taper-top' preserveAspectRatio='none' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' fill='%23E3E8ED'%3E%3Cpolygon id='Rectangle-1' points='0 0 16 0 0 16'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    cursor: pointer;
    display: inline-block;
    font-size: .01em;
    height: 6vw;
    left: -.05vw;
    line-height: .01em;
    position: absolute;
    width: 104vw;
    top: -1px;
    transform: scaleX(-1)
}

.content-type-feature-reveal.angle-both-right.angle-top-color-light-blue>.entity:first-child:before,
.content-type-feature-reveal.angle-top-right.angle-top-color-light-blue>.entity:first-child:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg class='taper-top' preserveAspectRatio='none' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' fill='%23E0F7FF'%3E%3Cpolygon id='Rectangle-1' points='0 0 16 0 0 16'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    cursor: pointer;
    display: inline-block;
    font-size: .01em;
    height: 6vw;
    left: -.05vw;
    line-height: .01em;
    position: absolute;
    width: 104vw;
    top: -1px;
    transform: scaleX(-1)
}

.content-type-feature-reveal.angle-both-right.angle-top-color-cyan>.entity:first-child:before,
.content-type-feature-reveal.angle-top-right.angle-top-color-cyan>.entity:first-child:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg class='taper-top' preserveAspectRatio='none' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' fill='%23019DD6'%3E%3Cpolygon id='Rectangle-1' points='0 0 16 0 0 16'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    cursor: pointer;
    display: inline-block;
    font-size: .01em;
    height: 6vw;
    left: -.05vw;
    line-height: .01em;
    position: absolute;
    width: 104vw;
    top: -1px;
    transform: scaleX(-1)
}

.content-type-feature-reveal.angle-both-right.angle-top-color-green>.entity:first-child:before,
.content-type-feature-reveal.angle-top-right.angle-top-color-green>.entity:first-child:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg class='taper-top' preserveAspectRatio='none' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' fill='%234AA73F'%3E%3Cpolygon id='Rectangle-1' points='0 0 16 0 0 16'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    cursor: pointer;
    display: inline-block;
    font-size: .01em;
    height: 6vw;
    left: -.05vw;
    line-height: .01em;
    position: absolute;
    width: 104vw;
    top: -1px;
    transform: scaleX(-1)
}

.content-type-feature-reveal.angle-both-right.angle-top-color-purple>.entity:first-child:before,
.content-type-feature-reveal.angle-top-right.angle-top-color-purple>.entity:first-child:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg class='taper-top' preserveAspectRatio='none' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' fill='%231E2B86'%3E%3Cpolygon id='Rectangle-1' points='0 0 16 0 0 16'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    cursor: pointer;
    display: inline-block;
    font-size: .01em;
    height: 6vw;
    left: -.05vw;
    line-height: .01em;
    position: absolute;
    width: 104vw;
    top: -1px;
    transform: scaleX(-1)
}

.content-type-feature-reveal.angle-both-right.angle-both-right .feature-reveal-wrapper:before,
.content-type-feature-reveal.angle-both-right.angle-bottom-right .feature-reveal-wrapper:before,
.content-type-feature-reveal.angle-top-right.angle-both-right .feature-reveal-wrapper:before,
.content-type-feature-reveal.angle-top-right.angle-bottom-right .feature-reveal-wrapper:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg class='taper-top' preserveAspectRatio='none' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' fill='white'%3E%3Cpolygon id='Rectangle-1' points='0 0 16 0 0 16'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    cursor: pointer;
    display: inline-block;
    font-size: .01em;
    height: 6vw;
    left: -.05vw;
    line-height: .01em;
    position: absolute;
    width: 104vw;
    transform: rotate(180deg) translateY(-1px)
}

@media only screen and (min-width:1396px) {

    .content-type-feature-reveal.angle-both-right.angle-both-right .feature-reveal-wrapper:before,
    .content-type-feature-reveal.angle-both-right.angle-bottom-right .feature-reveal-wrapper:before,
    .content-type-feature-reveal.angle-top-right.angle-both-right .feature-reveal-wrapper:before,
    .content-type-feature-reveal.angle-top-right.angle-bottom-right .feature-reveal-wrapper:before {
        width: 104%;
        height: 83px
    }
}

.content-type-feature-reveal.angle-both-right.angle-both-right.angle-bottom-color-gray .feature-reveal-wrapper:before,
.content-type-feature-reveal.angle-both-right.angle-bottom-right.angle-bottom-color-gray .feature-reveal-wrapper:before,
.content-type-feature-reveal.angle-top-right.angle-both-right.angle-bottom-color-gray .feature-reveal-wrapper:before,
.content-type-feature-reveal.angle-top-right.angle-bottom-right.angle-bottom-color-gray .feature-reveal-wrapper:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg class='taper-top' preserveAspectRatio='none' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' fill='%23E3E8ED'%3E%3Cpolygon id='Rectangle-1' points='0 0 16 0 0 16'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    cursor: pointer;
    display: inline-block;
    font-size: .01em;
    height: 6vw;
    left: -.05vw;
    line-height: .01em;
    position: absolute;
    width: 104vw;
    transform: rotate(180deg) translateY(-1px)
}

.content-type-feature-reveal.angle-both-right.angle-both-right.angle-bottom-color-light-blue .feature-reveal-wrapper:before,
.content-type-feature-reveal.angle-both-right.angle-bottom-right.angle-bottom-color-light-blue .feature-reveal-wrapper:before,
.content-type-feature-reveal.angle-top-right.angle-both-right.angle-bottom-color-light-blue .feature-reveal-wrapper:before,
.content-type-feature-reveal.angle-top-right.angle-bottom-right.angle-bottom-color-light-blue .feature-reveal-wrapper:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg class='taper-top' preserveAspectRatio='none' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' fill='%23E0F7FF'%3E%3Cpolygon id='Rectangle-1' points='0 0 16 0 0 16'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    cursor: pointer;
    display: inline-block;
    font-size: .01em;
    height: 6vw;
    left: -.05vw;
    line-height: .01em;
    position: absolute;
    width: 104vw;
    transform: rotate(180deg) translateY(-1px)
}

.content-type-feature-reveal.angle-both-right.angle-both-right.angle-bottom-color-cyan .feature-reveal-wrapper:before,
.content-type-feature-reveal.angle-both-right.angle-bottom-right.angle-bottom-color-cyan .feature-reveal-wrapper:before,
.content-type-feature-reveal.angle-top-right.angle-both-right.angle-bottom-color-cyan .feature-reveal-wrapper:before,
.content-type-feature-reveal.angle-top-right.angle-bottom-right.angle-bottom-color-cyan .feature-reveal-wrapper:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg class='taper-top' preserveAspectRatio='none' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' fill='%23019DD6'%3E%3Cpolygon id='Rectangle-1' points='0 0 16 0 0 16'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    cursor: pointer;
    display: inline-block;
    font-size: .01em;
    height: 6vw;
    left: -.05vw;
    line-height: .01em;
    position: absolute;
    width: 104vw;
    transform: rotate(180deg) translateY(-1px)
}

.content-type-feature-reveal.angle-both-right.angle-both-right.angle-bottom-color-green .feature-reveal-wrapper:before,
.content-type-feature-reveal.angle-both-right.angle-bottom-right.angle-bottom-color-green .feature-reveal-wrapper:before,
.content-type-feature-reveal.angle-top-right.angle-both-right.angle-bottom-color-green .feature-reveal-wrapper:before,
.content-type-feature-reveal.angle-top-right.angle-bottom-right.angle-bottom-color-green .feature-reveal-wrapper:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg class='taper-top' preserveAspectRatio='none' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' fill='%234AA73F'%3E%3Cpolygon id='Rectangle-1' points='0 0 16 0 0 16'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    cursor: pointer;
    display: inline-block;
    font-size: .01em;
    height: 6vw;
    left: -.05vw;
    line-height: .01em;
    position: absolute;
    width: 104vw;
    transform: rotate(180deg) translateY(-1px)
}

.content-type-feature-reveal.angle-both-right.angle-both-right.angle-bottom-color-purple .feature-reveal-wrapper:before,
.content-type-feature-reveal.angle-both-right.angle-bottom-right.angle-bottom-color-purple .feature-reveal-wrapper:before,
.content-type-feature-reveal.angle-top-right.angle-both-right.angle-bottom-color-purple .feature-reveal-wrapper:before,
.content-type-feature-reveal.angle-top-right.angle-bottom-right.angle-bottom-color-purple .feature-reveal-wrapper:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg class='taper-top' preserveAspectRatio='none' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' fill='%231E2B86'%3E%3Cpolygon id='Rectangle-1' points='0 0 16 0 0 16'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    cursor: pointer;
    display: inline-block;
    font-size: .01em;
    height: 6vw;
    left: -.05vw;
    line-height: .01em;
    position: absolute;
    width: 104vw;
    transform: rotate(180deg) translateY(-1px)
}

.content-type-feature-reveal.angle-both-left>.entity:first-child:before,
.content-type-feature-reveal.angle-top-left>.entity:first-child:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg class='taper-top' preserveAspectRatio='none' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' fill='white'%3E%3Cpolygon id='Rectangle-1' points='0 0 16 0 0 16'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    cursor: pointer;
    display: inline-block;
    font-size: .01em;
    height: 6vw;
    left: -.05vw;
    line-height: .01em;
    position: absolute;
    width: 104vw;
    top: -1px
}

@media only screen and (min-width:1396px) {

    .content-type-feature-reveal.angle-both-left>.entity:first-child:before,
    .content-type-feature-reveal.angle-top-left>.entity:first-child:before {
        width: 104%;
        height: 83px
    }
}

.content-type-feature-reveal.angle-both-left.angle-top-color-gray>.entity:first-child:before,
.content-type-feature-reveal.angle-top-left.angle-top-color-gray>.entity:first-child:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg class='taper-top' preserveAspectRatio='none' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' fill='%23E3E8ED'%3E%3Cpolygon id='Rectangle-1' points='0 0 16 0 0 16'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    cursor: pointer;
    display: inline-block;
    font-size: .01em;
    height: 6vw;
    left: -.05vw;
    line-height: .01em;
    position: absolute;
    width: 104vw;
    top: -1px
}

.content-type-feature-reveal.angle-both-left.angle-top-color-light-blue>.entity:first-child:before,
.content-type-feature-reveal.angle-top-left.angle-top-color-light-blue>.entity:first-child:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg class='taper-top' preserveAspectRatio='none' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' fill='%23E0F7FF'%3E%3Cpolygon id='Rectangle-1' points='0 0 16 0 0 16'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    cursor: pointer;
    display: inline-block;
    font-size: .01em;
    height: 6vw;
    left: -.05vw;
    line-height: .01em;
    position: absolute;
    width: 104vw;
    top: -1px
}

.content-type-feature-reveal.angle-both-left.angle-top-color-cyan>.entity:first-child:before,
.content-type-feature-reveal.angle-top-left.angle-top-color-cyan>.entity:first-child:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg class='taper-top' preserveAspectRatio='none' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' fill='%23019DD6'%3E%3Cpolygon id='Rectangle-1' points='0 0 16 0 0 16'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    cursor: pointer;
    display: inline-block;
    font-size: .01em;
    height: 6vw;
    left: -.05vw;
    line-height: .01em;
    position: absolute;
    width: 104vw;
    top: -1px
}

.content-type-feature-reveal.angle-both-left.angle-top-color-green>.entity:first-child:before,
.content-type-feature-reveal.angle-top-left.angle-top-color-green>.entity:first-child:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg class='taper-top' preserveAspectRatio='none' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' fill='%234AA73F'%3E%3Cpolygon id='Rectangle-1' points='0 0 16 0 0 16'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    cursor: pointer;
    display: inline-block;
    font-size: .01em;
    height: 6vw;
    left: -.05vw;
    line-height: .01em;
    position: absolute;
    width: 104vw;
    top: -1px
}

.content-type-feature-reveal.angle-both-left.angle-top-color-purple>.entity:first-child:before,
.content-type-feature-reveal.angle-top-left.angle-top-color-purple>.entity:first-child:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg class='taper-top' preserveAspectRatio='none' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' fill='%231E2B86'%3E%3Cpolygon id='Rectangle-1' points='0 0 16 0 0 16'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    cursor: pointer;
    display: inline-block;
    font-size: .01em;
    height: 6vw;
    left: -.05vw;
    line-height: .01em;
    position: absolute;
    width: 104vw;
    top: -1px
}

.content-type-feature-reveal.angle-both-left.angle-both-left .feature-reveal-wrapper:before,
.content-type-feature-reveal.angle-both-left.angle-bottom-left .feature-reveal-wrapper:before,
.content-type-feature-reveal.angle-top-left.angle-both-left .feature-reveal-wrapper:before,
.content-type-feature-reveal.angle-top-left.angle-bottom-left .feature-reveal-wrapper:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg class='taper-top' preserveAspectRatio='none' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' fill='white'%3E%3Cpolygon id='Rectangle-1' points='0 0 16 0 0 16'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    cursor: pointer;
    display: inline-block;
    font-size: .01em;
    height: 6vw;
    left: -.05vw;
    line-height: .01em;
    position: absolute;
    width: 104vw;
    transform: rotate(180deg) scaleX(-1) translateY(-1px)
}

@media only screen and (min-width:1396px) {

    .content-type-feature-reveal.angle-both-left.angle-both-left .feature-reveal-wrapper:before,
    .content-type-feature-reveal.angle-both-left.angle-bottom-left .feature-reveal-wrapper:before,
    .content-type-feature-reveal.angle-top-left.angle-both-left .feature-reveal-wrapper:before,
    .content-type-feature-reveal.angle-top-left.angle-bottom-left .feature-reveal-wrapper:before {
        width: 104%;
        height: 83px
    }
}

.content-type-feature-reveal.angle-both-left.angle-both-left.angle-bottom-color-gray .feature-reveal-wrapper:before,
.content-type-feature-reveal.angle-both-left.angle-bottom-left.angle-bottom-color-gray .feature-reveal-wrapper:before,
.content-type-feature-reveal.angle-top-left.angle-both-left.angle-bottom-color-gray .feature-reveal-wrapper:before,
.content-type-feature-reveal.angle-top-left.angle-bottom-left.angle-bottom-color-gray .feature-reveal-wrapper:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg class='taper-top' preserveAspectRatio='none' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' fill='%23E3E8ED'%3E%3Cpolygon id='Rectangle-1' points='0 0 16 0 0 16'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    cursor: pointer;
    display: inline-block;
    font-size: .01em;
    height: 6vw;
    left: -.05vw;
    line-height: .01em;
    position: absolute;
    width: 104vw;
    transform: rotate(180deg) scaleX(-1) translateY(-1px)
}

.content-type-feature-reveal.angle-both-left.angle-both-left.angle-bottom-color-light-blue .feature-reveal-wrapper:before,
.content-type-feature-reveal.angle-both-left.angle-bottom-left.angle-bottom-color-light-blue .feature-reveal-wrapper:before,
.content-type-feature-reveal.angle-top-left.angle-both-left.angle-bottom-color-light-blue .feature-reveal-wrapper:before,
.content-type-feature-reveal.angle-top-left.angle-bottom-left.angle-bottom-color-light-blue .feature-reveal-wrapper:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg class='taper-top' preserveAspectRatio='none' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' fill='%23E0F7FF'%3E%3Cpolygon id='Rectangle-1' points='0 0 16 0 0 16'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    cursor: pointer;
    display: inline-block;
    font-size: .01em;
    height: 6vw;
    left: -.05vw;
    line-height: .01em;
    position: absolute;
    width: 104vw;
    transform: rotate(180deg) scaleX(-1) translateY(-1px)
}

.content-type-feature-reveal.angle-both-left.angle-both-left.angle-bottom-color-cyan .feature-reveal-wrapper:before,
.content-type-feature-reveal.angle-both-left.angle-bottom-left.angle-bottom-color-cyan .feature-reveal-wrapper:before,
.content-type-feature-reveal.angle-top-left.angle-both-left.angle-bottom-color-cyan .feature-reveal-wrapper:before,
.content-type-feature-reveal.angle-top-left.angle-bottom-left.angle-bottom-color-cyan .feature-reveal-wrapper:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg class='taper-top' preserveAspectRatio='none' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' fill='%23019DD6'%3E%3Cpolygon id='Rectangle-1' points='0 0 16 0 0 16'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    cursor: pointer;
    display: inline-block;
    font-size: .01em;
    height: 6vw;
    left: -.05vw;
    line-height: .01em;
    position: absolute;
    width: 104vw;
    transform: rotate(180deg) scaleX(-1) translateY(-1px)
}

.content-type-feature-reveal.angle-both-left.angle-both-left.angle-bottom-color-green .feature-reveal-wrapper:before,
.content-type-feature-reveal.angle-both-left.angle-bottom-left.angle-bottom-color-green .feature-reveal-wrapper:before,
.content-type-feature-reveal.angle-top-left.angle-both-left.angle-bottom-color-green .feature-reveal-wrapper:before,
.content-type-feature-reveal.angle-top-left.angle-bottom-left.angle-bottom-color-green .feature-reveal-wrapper:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg class='taper-top' preserveAspectRatio='none' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' fill='%234AA73F'%3E%3Cpolygon id='Rectangle-1' points='0 0 16 0 0 16'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    cursor: pointer;
    display: inline-block;
    font-size: .01em;
    height: 6vw;
    left: -.05vw;
    line-height: .01em;
    position: absolute;
    width: 104vw;
    transform: rotate(180deg) scaleX(-1) translateY(-1px)
}

.content-type-feature-reveal.angle-both-left.angle-both-left.angle-bottom-color-purple .feature-reveal-wrapper:before,
.content-type-feature-reveal.angle-both-left.angle-bottom-left.angle-bottom-color-purple .feature-reveal-wrapper:before,
.content-type-feature-reveal.angle-top-left.angle-both-left.angle-bottom-color-purple .feature-reveal-wrapper:before,
.content-type-feature-reveal.angle-top-left.angle-bottom-left.angle-bottom-color-purple .feature-reveal-wrapper:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg class='taper-top' preserveAspectRatio='none' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' fill='%231E2B86'%3E%3Cpolygon id='Rectangle-1' points='0 0 16 0 0 16'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    cursor: pointer;
    display: inline-block;
    font-size: .01em;
    height: 6vw;
    left: -.05vw;
    line-height: .01em;
    position: absolute;
    width: 104vw;
    transform: rotate(180deg) scaleX(-1) translateY(-1px)
}

@media only screen and (max-width:767px) {
    .content-type-feature-reveal .paragraphs-items-field-widget-fields-full>.field>.field-items>.field-item:last-child .entity-paragraphs-item>.content.closed {
        padding-bottom: 60px
    }
}

.content-type-feature-reveal .paragraphs-items-field-widget-fields-full>.field>.field-items .field-name-field-button-text,
.content-type-feature-reveal .paragraphs-items-field-widget-fields-full>.field>.field-items .field-name-field-headline {
    color: #004ea8;
    cursor: pointer;
    display: block;
    font-family: "Helvetica Neue", helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.25em;
    margin-top: 20px;
    margin-bottom: 0;
    text-transform: none
}

.content-type-feature-reveal .paragraphs-items-field-widget-fields-full>.field>.field-items .field-name-field-headline {
    display: none
}

.content-type-feature-reveal .paragraphs-items-field-widget-fields-full>.field>.field-items .field-name-field-headline:before {
    font-family: FontAwesome;
    content: '\f067 ';
    padding-right: 7px;
    text-decoration: none
}

.content-type-feature-reveal .paragraphs-items-field-widget-fields-full>.field>.field-items .field-name-field-button-text:before {
    font-family: FontAwesome;
    content: '\f068 ';
    padding-right: 7px;
    text-decoration: none
}

.content-type-feature-reveal .paragraphs-items-field-widget-fields-full>.field>.field-items .closed .field-name-field-button-text {
    display: none
}

.content-type-feature-reveal .paragraphs-items-field-widget-fields-full>.field>.field-items .closed .field-name-field-headline {
    display: block
}

@media only screen and (max-width:767px) {
    .content-type-feature-reveal .closed .field-name-field-button-text+* {
        margin-top: 0
    }

    .content-type-feature-reveal .feature-reveal-wrapper {
        display: none
    }

    .content-type-feature-reveal .field-name-field-body,
    .content-type-feature-reveal .field-name-field-her-cta,
    .content-type-feature-reveal .field-name-field-image {
        background-color: #cce0f6
    }

    .content-type-feature-reveal .field-name-field-body {
        text-align: left
    }

    .content-type-feature-reveal .field-name-field-button-text+* {
        margin-top: 60px;
        position: relative
    }

    html .content-type-feature-reveal .field-name-field-button-text+* {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .content-type-feature-reveal .field-name-field-button-text+:before {
        border-left: 40px solid transparent;
        border-right: 40px solid transparent;
        border-bottom: 20px solid #cce0f6;
        content: '';
        display: block;
        height: 0;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        top: -20px
    }
}

.content-type-feature-reveal .field-name-field-body,
.content-type-feature-reveal .field-name-field-her-cta,
.content-type-feature-reveal .field-name-field-image {
    opacity: 1;
    transition: margin-top .3s linear, max-height .3s linear, opacity .3s cubic-bezier(.73, .01, 1, .57), padding-top .3s linear, padding-bottom .3s linear;
    z-index: 1
}

.content-type-feature-reveal .field-name-field-body {
    max-height: 100%;
    padding: 20px
}

.content-type-feature-reveal .field-name-field-her-cta {
    max-height: 200px;
    padding: 0 20px 40px
}

.content-type-feature-reveal .field-name-field-her-cta a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.content-type-feature-reveal .field-name-field-her-cta a,
.content-type-feature-reveal .field-name-field-her-cta a.btn,
.content-type-feature-reveal .field-name-field-her-cta a:focus {
    border: none;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    line-height: 1.25em;
    margin: 5px 0;
    padding: 8.6px 13.4px 6.6px;
    text-decoration: none;
    transition: all .3s ease;
    white-space: normal;
    width: auto;
    -webkit-appearance: none
}

.content-type-feature-reveal .field-name-field-her-cta a.btn:first-child,
.content-type-feature-reveal .field-name-field-her-cta a:first-child,
.content-type-feature-reveal .field-name-field-her-cta a:focus:first-child {
    margin-top: 0
}

.content-type-feature-reveal .field-name-field-her-cta a.btn:last-child,
.content-type-feature-reveal .field-name-field-her-cta a:focus:last-child,
.content-type-feature-reveal .field-name-field-her-cta a:last-child {
    margin-bottom: 0
}

.content-type-feature-reveal .field-name-field-her-cta a.btn:active,
.content-type-feature-reveal .field-name-field-her-cta a.btn:hover,
.content-type-feature-reveal .field-name-field-her-cta a.btn:link,
.content-type-feature-reveal .field-name-field-her-cta a.btn:visited,
.content-type-feature-reveal .field-name-field-her-cta a:active,
.content-type-feature-reveal .field-name-field-her-cta a:focus:active,
.content-type-feature-reveal .field-name-field-her-cta a:focus:hover,
.content-type-feature-reveal .field-name-field-her-cta a:focus:link,
.content-type-feature-reveal .field-name-field-her-cta a:focus:visited,
.content-type-feature-reveal .field-name-field-her-cta a:hover,
.content-type-feature-reveal .field-name-field-her-cta a:link,
.content-type-feature-reveal .field-name-field-her-cta a:visited {
    color: #fff
}

.content-type-feature-reveal .field-name-field-her-cta a.btn:first-child,
.content-type-feature-reveal .field-name-field-her-cta a:first-child,
.content-type-feature-reveal .field-name-field-her-cta a:focus:first-child {
    margin-left: 0
}

.content-type-feature-reveal .field-name-field-her-cta a.btn:last-child,
.content-type-feature-reveal .field-name-field-her-cta a:focus:last-child,
.content-type-feature-reveal .field-name-field-her-cta a:last-child {
    margin-right: 0
}

.content-type-feature-reveal .field-name-field-her-cta a.btn.tb-megamenu-button,
.content-type-feature-reveal .field-name-field-her-cta a.tb-megamenu-button,
.content-type-feature-reveal .field-name-field-her-cta a:focus.tb-megamenu-button {
    display: none
}

.content-type-feature-reveal .field-name-field-her-cta a.btn.login,
.content-type-feature-reveal .field-name-field-her-cta a.login,
.content-type-feature-reveal .field-name-field-her-cta a:focus.login {
    background-color: #f89728;
    color: #fff
}

.high-contrast .content-type-feature-reveal .field-name-field-her-cta a.btn.login,
.high-contrast .content-type-feature-reveal .field-name-field-her-cta a.login,
.high-contrast .content-type-feature-reveal .field-name-field-her-cta a:focus.login {
    background-color: #fff;
    border: 1px solid #01346f;
    color: #004ea8
}

.content-type-feature-reveal .field-name-field-her-cta a.btn.login:before,
.content-type-feature-reveal .field-name-field-her-cta a.login:before,
.content-type-feature-reveal .field-name-field-her-cta a:focus.login:before {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    color: #fff;
    content: '\f023';
    cursor: pointer;
    display: inline-block;
    font-family: FontAwesome;
    font-size: 1em;
    height: 24px;
    line-height: 1em;
    margin-right: 5px;
    width: 19px
}

.high-contrast .content-type-feature-reveal .field-name-field-her-cta a.btn.login:before,
.high-contrast .content-type-feature-reveal .field-name-field-her-cta a.login:before,
.high-contrast .content-type-feature-reveal .field-name-field-her-cta a:focus.login:before {
    color: #004ea8
}

.content-type-feature-reveal .field-name-field-her-cta a.btn.login:focus,
.content-type-feature-reveal .field-name-field-her-cta a.btn.login:hover,
.content-type-feature-reveal .field-name-field-her-cta a.login:focus,
.content-type-feature-reveal .field-name-field-her-cta a.login:hover,
.content-type-feature-reveal .field-name-field-her-cta a:focus.login:focus,
.content-type-feature-reveal .field-name-field-her-cta a:focus.login:hover {
    background-color: #f3890e
}

.high-contrast .content-type-feature-reveal .field-name-field-her-cta a.btn.login:focus,
.high-contrast .content-type-feature-reveal .field-name-field-her-cta a.btn.login:hover,
.high-contrast .content-type-feature-reveal .field-name-field-her-cta a.login:focus,
.high-contrast .content-type-feature-reveal .field-name-field-her-cta a.login:hover,
.high-contrast .content-type-feature-reveal .field-name-field-her-cta a:focus.login:focus,
.high-contrast .content-type-feature-reveal .field-name-field-her-cta a:focus.login:hover {
    background-color: #fff;
    text-decoration: underline
}

.content-type-feature-reveal .field-name-field-her-cta a.btn.tertiary,
.content-type-feature-reveal .field-name-field-her-cta a.tertiary,
.content-type-feature-reveal .field-name-field-her-cta a:focus.tertiary {
    background-color: rgba(0, 0, 0, .11);
    font-size: 16px;
    padding: 7px 10px 5px
}

.content-type-feature-reveal .field-name-field-her-cta a .ajax-progress,
.content-type-feature-reveal .field-name-field-her-cta a.btn .ajax-progress,
.content-type-feature-reveal .field-name-field-her-cta a:focus .ajax-progress {
    margin-left: 10px
}

.content-type-feature-reveal .field-name-field-her-cta a .ajax-progress i:before,
.content-type-feature-reveal .field-name-field-her-cta a.btn .ajax-progress i:before,
.content-type-feature-reveal .field-name-field-her-cta a:focus .ajax-progress i:before {
    content: "\f021";
    font-family: FontAwesome;
    font-size: .8em
}

@media only screen and (min-width:600px) {

    .content-type-feature-reveal .field-name-field-her-cta a,
    .content-type-feature-reveal .field-name-field-her-cta a.btn,
    .content-type-feature-reveal .field-name-field-her-cta a:focus {
        font-size: 20px;
        margin: 0 5px;
        padding: 12px 20px 10px
    }

    .content-type-feature-reveal .field-name-field-her-cta a.btn:first-child,
    .content-type-feature-reveal .field-name-field-her-cta a:first-child,
    .content-type-feature-reveal .field-name-field-her-cta a:focus:first-child {
        margin-left: 0
    }

    .content-type-feature-reveal .field-name-field-her-cta a.btn:last-child,
    .content-type-feature-reveal .field-name-field-her-cta a:focus:last-child,
    .content-type-feature-reveal .field-name-field-her-cta a:last-child {
        margin-right: 0
    }
}

html .content-type-feature-reveal .field-name-field-her-cta a,
html .content-type-feature-reveal .field-name-field-her-cta a.btn-primary,
html .content-type-feature-reveal .field-name-field-her-cta a:focus {
    background-color: #004ea8
}

html .content-type-feature-reveal .field-name-field-her-cta a.btn-primary:hover,
html .content-type-feature-reveal .field-name-field-her-cta a:focus:hover,
html .content-type-feature-reveal .field-name-field-her-cta a:hover {
    background-color: #0965d0
}

.content-type-feature-reveal .field-name-field-image {
    max-height: 400px;
    padding: 0 20px
}

.content-type-feature-reveal .entity-paragraphs-item>.content {
    transition: all .3s ease
}

.content-type-feature-reveal .entity-paragraphs-item>.content.closed .field-name-field-body,
.content-type-feature-reveal .entity-paragraphs-item>.content.closed .field-name-field-her-cta,
.content-type-feature-reveal .entity-paragraphs-item>.content.closed .field-name-field-image {
    max-height: 0;
    opacity: 0;
    padding-top: 0;
    padding-bottom: 0;
    transition: margin-top .3s linear, max-height .3s linear, opacity .3s cubic-bezier(0, .79, .49, 1), padding-top .3s linear, padding-bottom .3s linear, z-index 1ms linear .3s;
    z-index: -1
}

@media only screen and (min-width:768px) {
    .content-type-feature-reveal .paragraphs-items-field-widget-fields-full>.field>.field-items>.field-item:not(.child-closed):before {
        border-left: 40px solid transparent;
        border-right: 40px solid transparent;
        border-bottom: 20px solid #cce0f6;
        content: '';
        display: block;
        height: 0;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        border-bottom-color: #d5e4f5;
        bottom: -40px
    }

    html body .content-type-feature-reveal .paragraphs-items-field-widget-fields-full>.field>.field-items>.field-item .field-name-field-body,
    html body .content-type-feature-reveal .paragraphs-items-field-widget-fields-full>.field>.field-items>.field-item .field-name-field-her-cta,
    html body .content-type-feature-reveal .paragraphs-items-field-widget-fields-full>.field>.field-items>.field-item .field-name-field-image {
        display: none
    }

    .content-type-feature-reveal.no-angle .feature-reveal {
        padding-bottom: 20px
    }

    .feature-reveal-wrapper {
        background-color: #d5e4f5;
        overflow: hidden;
        position: relative;
        max-height: 0;
        transition: max-height .3s cubic-bezier(.11, .89, .59, 1)
    }

    .feature-reveal-wrapper:before {
        bottom: -1px
    }

    .feature-reveal-wrapper.active {
        max-height: 800px;
        transition-timing-function: linear
    }

    .feature-reveal {
        margin: 0 auto;
        padding: 40px 20px;
        position: relative;
        width: 100%;
        opacity: 0;
        padding-bottom: 100px;
        transition: opacity .3s ease, transform .3s ease;
        transform: translateY(-80px)
    }

    .feature-reveal:first-child {
        margin-top: 0
    }

    .feature-reveal:last-child {
        margin-bottom: 0
    }
}

@media only screen and (min-width:768px) and (min-width:600px) {
    .feature-reveal {
        padding-right: 40px;
        padding-left: 40px
    }
}

@media only screen and (min-width:768px) and (min-width:1326px) {
    .feature-reveal {
        max-width: 1326px;
        padding-right: 20px;
        padding-left: 20px
    }
}

@media only screen and (min-width:768px) {
    .feature-reveal:after {
        content: "";
        display: table;
        clear: both
    }

    html .feature-reveal {
        max-width: 1030px
    }

    .feature-reveal.active {
        opacity: 1;
        transform: none
    }

    .feature-reveal .field-name-field-body {
        background-color: transparent;
        margin: 0 0 20px;
        padding: 0
    }

    .feature-reveal .field-name-field-her-cta {
        background-color: transparent;
        margin: 20px 0 0;
        padding: 0
    }

    .feature-reveal .field-name-field-image {
        background-color: transparent;
        display: inline;
        margin: 0 0 20px;
        padding: 0
    }

    .feature-reveal .field-name-field-image .field-item,
    .feature-reveal .field-name-field-image .field-items {
        display: inline
    }

    .feature-reveal .field-name-field-image img {
        clear: none;
        float: left;
        height: auto;
        margin: 0 40px 0 0;
        width: 292px
    }
}

.content-type-features .entity .field-name-field-headline {
    font-size: 1.875em;
    font-weight: 400;
    line-height: 1.25em;
    margin: .625em 0 .5em;
    font-family: "Helvetica Neue", helvetica, sans-serif;
    font-weight: 400;
    margin-bottom: 20px;
    text-transform: none
}

@media only screen and (max-width:992px) {
    .content-type-features .entity .field-name-field-headline {
        font-size: 1.375em;
        line-height: 1.125em
    }
}

.content-type-features .entity .field-name-field-description {
    max-width: 960px
}

.content-type-features .field-name-field-sections {
    margin-top: 40px
}

.content-type-features .field-name-field-sections>.field-items>* {
    margin: 40px 0
}

.content-type-features .field-name-field-sections>.field-items>:first-child {
    margin-top: 0
}

.content-type-features .field-name-field-sections>.field-items>:last-child {
    margin-bottom: 0
}

.content-type-features .field-name-field-sections>.field-items .field-name-field-description {
    margin-bottom: 10px;
    width: 100%
}

.content-type-features .field-name-field-sections>.field-items .field-name-field-link a {
    color: #0093d1;
    font-family: "Helvetica Neue", helvetica, sans-serif;
    -webkit-font-smoothing: auto
}

.content-type-features .field-name-field-sections>.field-items .field-name-field-link a:hover {
    color: #017caf
}

.content-type-features .field-name-field-sections>.field-items .field-name-field-link a:before {
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
    padding-right: 7px
}

.content-type-features .field-name-field-sections>.field-items .group-left {
    width: 40px
}

.content-type-features .field-name-field-sections>.field-items .group-right {
    padding-left: 20px;
    width: calc(100% - 40px)
}

@media only screen and (min-width:768px) {
    .content-type-features .field-name-field-sections>.field-items {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between
    }

    .content-type-features .field-name-field-sections>.field-items>* {
        margin: 0;
        width: calc(50% - 20px)
    }

    .content-type-features .field-name-field-sections>.field-items>:nth-child(n+3) {
        margin-top: 40px
    }
}

.content-type-text-long .field-type-text-long {
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
    text-align: center
}

.content-type-text-long .field-type-text-long h1:first-child,
.content-type-text-long .field-type-text-long h2:first-child,
.content-type-text-long .field-type-text-long h3:first-child {
    margin-top: 0
}

.content-type-text-long .field-type-text-long h1:last-child,
.content-type-text-long .field-type-text-long h2:last-child,
.content-type-text-long .field-type-text-long h3:last-child {
    margin-bottom: 0
}

.content-type-text-long .field-name-field-icon {
    max-width: 250px;
    margin: 0 auto 40px;
    text-align: center
}

.content-type-tips .field-name-field-headline {
    font-size: 1.875em;
    font-weight: 400;
    line-height: 1.25em;
    margin: .625em 0 .5em;
    font-family: "Helvetica Neue", helvetica, sans-serif;
    font-weight: 400;
    margin-bottom: 20px;
    text-transform: none
}

@media only screen and (max-width:992px) {
    .content-type-tips .field-name-field-headline {
        font-size: 1.375em;
        line-height: 1.125em
    }
}

.content-type-tips>.entity>.paragraphs-items-field-sections>.field>.field-items>.field-item:not(:last-child) {
    margin-bottom: 40px
}

.content-type-tips>.entity>.paragraphs-items-field-sections>.field>.field-items>.field-item .field-name-field-headline {
    font-family: "Helvetica Neue", helvetica, sans-serif;
    font-size: 1.5em;
    font-weight: 400;
    line-height: 1.25em;
    text-transform: none;
    color: #004ea8;
    margin-bottom: 10px
}

.content-type-tips>.entity>.paragraphs-items-field-sections>.field>.field-items>.field-item .field-name-field-headline:first-child {
    margin-top: 0
}

.content-type-tips>.entity>.paragraphs-items-field-sections>.field>.field-items>.field-item .field-name-field-headline:last-child {
    margin-bottom: 0
}

@media only screen and (max-width:992px) {
    .content-type-tips>.entity>.paragraphs-items-field-sections>.field>.field-items>.field-item .field-name-field-headline {
        font-size: 1.275em;
        line-height: 1.125
    }
}

.content-type-tips>.entity>.paragraphs-items-field-sections>.field>.field-items>.field-item .field-type-file {
    margin-top: 10px
}

.content-type-tips>.entity>.paragraphs-items-field-sections>.field>.field-items>.field-item .field-type-file .file-icon {
    display: none
}

.content-type-tips>.entity>.paragraphs-items-field-sections>.field>.field-items>.field-item .field-type-file .file-size {
    display: block;
    font-size: 12px;
    line-height: 1.25em
}

.content-type-tips>.entity>.paragraphs-items-field-sections>.field>.field-items>.field-item .group-left {
    float: none;
    margin-top: 20px;
    order: 1;
    width: 100%
}

.content-type-tips>.entity>.paragraphs-items-field-sections>.field>.field-items>.field-item .group-right {
    float: none;
    width: 100%
}

.content-type-tips>.entity>.paragraphs-items-field-sections>.field>.field-items>.field-item .paragraphs-item-campaign-tips {
    display: flex;
    flex-flow: column nowrap
}

.content-type-tips>.entity>.field-name-field-description {
    margin-bottom: 40px
}

@media only screen and (min-width:600px) {

    .content-type-tips>.entity>.paragraphs-items-field-sections>.field>.field-items>.field-item .group-left,
    .content-type-tips>.entity>.paragraphs-items-field-sections>.field>.field-items>.field-item .group-right {
        width: calc(50% - 10px)
    }

    .content-type-tips>.entity>.paragraphs-items-field-sections>.field>.field-items>.field-item .group-left {
        margin: 0 20px 0 0;
        order: 0
    }

    .content-type-tips>.entity>.paragraphs-items-field-sections>.field>.field-items>.field-item .paragraphs-item-campaign-tips {
        flex-flow: row nowrap;
        justify-content: space-between
    }
}

@media only screen and (min-width:768px) {
    .content-type-tips>.entity>.paragraphs-items-field-sections>.field>.field-items {
        display: flex;
        flex-flow: row nowrap
    }

    .content-type-tips>.entity>.paragraphs-items-field-sections>.field>.field-items>.field-item {
        width: calc(50% - 10px)
    }

    .content-type-tips>.entity>.paragraphs-items-field-sections>.field>.field-items>.field-item:not(:last-child) {
        margin-bottom: 0;
        margin-right: 20px
    }
}

.content-type-two-columns>.entity>.field-name-field-headline {
    font-size: 1.875em;
    font-weight: 400;
    line-height: 1.25em;
    margin: .625em 0 .5em;
    font-family: "Helvetica Neue", helvetica, sans-serif;
    font-weight: 400;
    margin-bottom: 20px;
    text-transform: none
}

@media only screen and (max-width:992px) {
    .content-type-two-columns>.entity>.field-name-field-headline {
        font-size: 1.375em;
        line-height: 1.125em
    }
}

.content-type-two-columns .field-name-field-sections {
    margin-top: 40px
}

.content-type-two-columns .field-name-field-sections>.field-items>* {
    margin: 40px 0;
    text-align: center
}

.content-type-two-columns .field-name-field-sections>.field-items>:first-child {
    margin-top: 0
}

.content-type-two-columns .field-name-field-sections>.field-items>:last-child {
    margin-bottom: 0
}

.content-type-two-columns .field-name-field-sections>.field-items .field-name-field-description {
    margin-bottom: 10px;
    width: 100%
}

.content-type-two-columns .field-name-field-sections>.field-items .field-name-field-headline {
    color: #505050;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px
}

.content-type-two-columns .field-name-field-sections>.field-items .field-name-field-link a {
    color: #0093d1
}

.content-type-two-columns .field-name-field-sections>.field-items .field-name-field-link a:hover {
    color: #017caf
}

.content-type-two-columns .field-name-field-sections>.field-items .field-name-field-thumbnail {
    margin: 0 auto 20px;
    max-width: 100px
}

@media only screen and (min-width:768px) {
    .content-type-two-columns>.entity {
        max-width: 840px
    }

    .content-type-two-columns .field-name-field-sections>.field-items {
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between
    }

    .content-type-two-columns .field-name-field-sections>.field-items>* {
        margin: 0;
        width: calc(50% - 20px)
    }
}

.content-type-video .paragraphs-item-campaign-video h2 {
    font-size: 1.875em;
    font-weight: 400;
    line-height: 1.25em;
    margin: .625em 0 .5em;
    font-family: "Helvetica Neue", helvetica, sans-serif;
    font-weight: 400;
    margin-bottom: 20px;
    text-transform: none
}

@media only screen and (max-width:992px) {
    .content-type-video .paragraphs-item-campaign-video h2 {
        font-size: 1.375em;
        line-height: 1.125em
    }
}

.content-type-video .paragraphs-item-campaign-video iframe {
    height: 52vw;
    width: 100%
}

.content-type-video .paragraphs-item-campaign-video .group-left,
.content-type-video .paragraphs-item-campaign-video .group-right {
    float: none;
    width: auto
}

.content-type-video .paragraphs-item-campaign-video .group-left {
    margin-bottom: 20px
}

@media only screen and (min-width:600px) {
    .content-type-video .paragraphs-item-campaign-video iframe {
        height: 25vw
    }

    .content-type-video .paragraphs-item-campaign-video .group-left,
    .content-type-video .paragraphs-item-campaign-video .group-right {
        float: left;
        width: 50%
    }

    .content-type-video .paragraphs-item-campaign-video .group-left {
        margin-bottom: 0;
        padding-right: 20px
    }

    .content-type-video .paragraphs-item-campaign-video .group-right {
        padding-left: 20px
    }
}

.content-type-wrapper .paragraphs-item-embedded-view .field-items .field-item .group-left {
    width: 50%
}

@media only screen and (max-width:600px) {
    .content-type-wrapper .paragraphs-item-embedded-view .field-items .field-item .group-left {
        width: 100%;
        margin-bottom: 20px
    }
}

.content-type-wrapper .paragraphs-item-embedded-view .field-items .field-item .group-right {
    padding-left: 20px;
    width: 50%
}

@media only screen and (max-width:600px) {
    .content-type-wrapper .paragraphs-item-embedded-view .field-items .field-item .group-right {
        width: 100%
    }
}

.content-type-wrapper .paragraphs-item-embedded-block,
.node-type-basic-page .content-type-wrapper .paragraphs-item-embedded-block,
.node-type-portal-page .content-type-wrapper .paragraphs-item-embedded-block {
    margin-top: 0 !important
}

.content-type-wrapper .paragraphs-item-embedded-block .field-items,
.node-type-basic-page .content-type-wrapper .paragraphs-item-embedded-block .field-items,
.node-type-portal-page .content-type-wrapper .paragraphs-item-embedded-block .field-items {
    justify-content: space-between
}

@media only screen and (max-width:992px) {

    .content-type-wrapper .paragraphs-item-embedded-block .field-items,
    .node-type-basic-page .content-type-wrapper .paragraphs-item-embedded-block .field-items,
    .node-type-portal-page .content-type-wrapper .paragraphs-item-embedded-block .field-items {
        display: block;
        max-width: 500px;
        margin: auto
    }

    .content-type-wrapper .paragraphs-item-embedded-block .field-items img,
    .node-type-basic-page .content-type-wrapper .paragraphs-item-embedded-block .field-items img,
    .node-type-portal-page .content-type-wrapper .paragraphs-item-embedded-block .field-items img {
        width: 100%
    }
}

.content-type-wrapper .paragraphs-item-embedded-block .field-items .field-item,
.node-type-basic-page .content-type-wrapper .paragraphs-item-embedded-block .field-items .field-item,
.node-type-portal-page .content-type-wrapper .paragraphs-item-embedded-block .field-items .field-item {
    padding: 30px;
    margin-top: 0;
    width: 30%;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2)
}

.content-type-wrapper .paragraphs-item-embedded-block .field-items .field-item:first-child,
.content-type-wrapper .paragraphs-item-embedded-block .field-items .field-item:last-child,
.node-type-basic-page .content-type-wrapper .paragraphs-item-embedded-block .field-items .field-item:first-child,
.node-type-basic-page .content-type-wrapper .paragraphs-item-embedded-block .field-items .field-item:last-child,
.node-type-portal-page .content-type-wrapper .paragraphs-item-embedded-block .field-items .field-item:first-child,
.node-type-portal-page .content-type-wrapper .paragraphs-item-embedded-block .field-items .field-item:last-child {
    width: 30%;
    margin: 0
}

@media only screen and (max-width:992px) {

    .content-type-wrapper .paragraphs-item-embedded-block .field-items .field-item:first-child,
    .content-type-wrapper .paragraphs-item-embedded-block .field-items .field-item:last-child,
    .node-type-basic-page .content-type-wrapper .paragraphs-item-embedded-block .field-items .field-item:first-child,
    .node-type-basic-page .content-type-wrapper .paragraphs-item-embedded-block .field-items .field-item:last-child,
    .node-type-portal-page .content-type-wrapper .paragraphs-item-embedded-block .field-items .field-item:first-child,
    .node-type-portal-page .content-type-wrapper .paragraphs-item-embedded-block .field-items .field-item:last-child {
        width: 100%
    }
}

@media only screen and (max-width:992px) {

    .content-type-wrapper .paragraphs-item-embedded-block .field-items .field-item,
    .node-type-basic-page .content-type-wrapper .paragraphs-item-embedded-block .field-items .field-item,
    .node-type-portal-page .content-type-wrapper .paragraphs-item-embedded-block .field-items .field-item {
        width: 100%;
        margin: 20px auto
    }
}

.content-type-wrapper .paragraphs-item-embedded-block .field-items .field-item .views-field-title,
.node-type-basic-page .content-type-wrapper .paragraphs-item-embedded-block .field-items .field-item .views-field-title,
.node-type-portal-page .content-type-wrapper .paragraphs-item-embedded-block .field-items .field-item .views-field-title {
    margin: 20px 0 10px
}

.content-type-wrapper .paragraphs-item-embedded-block .field-items .field-item .view-topical-content-search .views-row,
.node-type-basic-page .content-type-wrapper .paragraphs-item-embedded-block .field-items .field-item .view-topical-content-search .views-row,
.node-type-portal-page .content-type-wrapper .paragraphs-item-embedded-block .field-items .field-item .view-topical-content-search .views-row {
    margin: 0 0 15px
}

.content-type-quote .paragraphs-items-field-section .field-items {
    display: flex;
    justify-content: center;
    display: -ms-flexbox;
    -ms-flex-pack: center
}

@media only screen and (max-width:992px) {
    .content-type-quote .paragraphs-items-field-section .field-items {
        flex-wrap: wrap
    }
}

.content-type-quote .paragraphs-items-field-section .field-items .field-item {
    max-width: 740px;
    display: flex;
    display: -ms-flexbox;
    -ms-flex: 0 1 100%;
    justify-content: center
}

.content-type-quote .paragraphs-items-field-section .field-items .field-item .paragraphs-item-quote-with-image {
    display: flex;
    flex: 1
}

.content-type-quote .paragraphs-items-field-section .field-items .field-item .paragraphs-item-quote-with-image .content {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 40px
}

.content-type-quote .paragraphs-items-field-section .field-items .field-item .paragraphs-item-quote-with-image .content .field-name-field-image {
    margin-bottom: 20px
}

.content-type-quote .paragraphs-items-field-section .field-items .field-item .paragraphs-item-quote-with-image .content .field-name-field-description {
    margin-bottom: 35px
}

.content-type-quote .paragraphs-items-field-section .field-items .field-item .paragraphs-item-quote-with-image .content .field-name-field-body {
    font-size: 20px;
    line-height: 26px
}

.content-type-quote .paragraphs-items-field-section .field-items .field-item .paragraphs-item-quote-with-image .content .field-name-field-link {
    margin-top: auto;
    padding-top: 20px
}

.content-type-quote .paragraphs-items-field-section .field-items .field-item .paragraphs-item-quote-with-image .content .field-name-field-link a {
    font-weight: 700;
    font-size: 18px
}

.content-type-quote .paragraphs-items-field-section .field-items .field-item .paragraphs-item-quote-with-video .field-item,
.content-type-quote .paragraphs-items-field-section .field-items .field-item .paragraphs-item-quote-with-video .field-items {
    display: block
}

.content-type-quote .paragraphs-items-field-section .field-items .field-item .paragraphs-item-quote-with-video .group-quote-top {
    clear: both;
    margin-bottom: -20px;
    float: left;
    z-index: 1;
    position: relative
}

.content-type-quote .paragraphs-items-field-section .field-items .field-item .paragraphs-item-quote-with-video .group-quote-top .group-img-wrap {
    float: left
}

@media only screen and (max-width:768px) {
    .content-type-quote .paragraphs-items-field-section .field-items .field-item .paragraphs-item-quote-with-video .group-quote-top .group-img-wrap {
        float: none;
        width: 100%;
        display: flex;
        justify-content: center
    }
}

.content-type-quote .paragraphs-items-field-section .field-items .field-item .paragraphs-item-quote-with-video .group-quote-top .group-text-wrap {
    width: 525px;
    float: left;
    padding-left: 20px;
    padding-bottom: 25px
}

.content-type-quote .paragraphs-items-field-section .field-items .field-item .paragraphs-item-quote-with-video .group-quote-top .group-text-wrap .field-name-field-body {
    font-size: 20px;
    line-height: 26px;
    padding-bottom: 5px
}

@media only screen and (max-width:768px) {
    .content-type-quote .paragraphs-items-field-section .field-items .field-item .paragraphs-item-quote-with-video .group-quote-top .group-text-wrap {
        float: none;
        width: 100%;
        padding: 20px 20px 45px
    }
}

.content-type-quote .paragraphs-items-field-section .field-items .field-item .paragraphs-item-quote-with-video .group-quote-bottom {
    clear: both
}

.cta-wrapper {
    margin: 0 auto;
    padding: 40px 20px;
    position: relative;
    width: 100%
}

.cta-wrapper:first-child {
    margin-top: 0
}

.cta-wrapper:last-child {
    margin-bottom: 0
}

@media only screen and (min-width:600px) {
    .cta-wrapper {
        padding-right: 40px;
        padding-left: 40px
    }
}

@media only screen and (min-width:1326px) {
    .cta-wrapper {
        max-width: 1326px;
        padding-right: 20px;
        padding-left: 20px
    }
}

.cta-wrapper .field-name-field-landng-subhead {
    margin-bottom: 20px
}

.cta-wrapper .field-name-field-landng-subhead .field-item {
    font-size: 1.875em;
    font-weight: 400;
    line-height: 1.25em;
    margin: .625em 0 .5em;
    font-family: "Helvetica Neue", helvetica, sans-serif;
    font-weight: 400;
    text-transform: none;
    padding-left: 15px
}

@media only screen and (max-width:992px) {
    .cta-wrapper .field-name-field-landng-subhead .field-item {
        font-size: 1.375em;
        line-height: 1.125em
    }
}

.cta-wrapper .paragraphs-items-field-ctas>.field>.field-items>.field-item,
.cta-wrapper .paragraphs-items-field-task-ctas>.field>.field-items>.field-item {
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    margin: 20px 0;
    padding: 20px;
    font-size: 20px
}

.cta-wrapper .paragraphs-items-field-ctas>.field>.field-items>.field-item:first-child,
.cta-wrapper .paragraphs-items-field-task-ctas>.field>.field-items>.field-item:first-child {
    margin-top: 0
}

.cta-wrapper .paragraphs-items-field-ctas>.field>.field-items>.field-item:last-child,
.cta-wrapper .paragraphs-items-field-task-ctas>.field>.field-items>.field-item:last-child {
    margin-bottom: 0
}

.cta-wrapper .paragraphs-items-field-ctas>.field>.field-items>.field-item .field-name-field-cta-icon img,
.cta-wrapper .paragraphs-items-field-task-ctas>.field>.field-items>.field-item .field-name-field-cta-icon img {
    width: 55px;
    min-width: 55px
}

.cta-wrapper .paragraphs-items-field-ctas>.field>.field-items>.field-item a:hover,
.cta-wrapper .paragraphs-items-field-task-ctas>.field>.field-items>.field-item a:hover {
    text-decoration: underline
}

.cta-wrapper .paragraphs-items-field-ctas>.field>.field-items .content,
.cta-wrapper .paragraphs-items-field-task-ctas>.field>.field-items .content {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start
}

.cta-wrapper .paragraphs-items-field-ctas>.field>.field-items .content>.field:first-child,
.cta-wrapper .paragraphs-items-field-task-ctas>.field>.field-items .content>.field:first-child {
    margin-left: 20px;
    order: 1
}

.cta-wrapper .paragraphs-items-field-task-ctas a {
    font-size: 20px;
    text-decoration: none
}

@media only screen and (min-width:768px) {
    .cta-wrapper {
        align-items: center;
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-around
    }

    .cta-wrapper .field-name-field-landng-subhead {
        flex-basis: calc(25% - 10px);
        margin: 0
    }

    .cta-wrapper .paragraphs-items-field-ctas,
    .cta-wrapper .paragraphs-items-field-task-ctas {
        flex-basis: calc(75% - 10px)
    }

    .cta-wrapper .paragraphs-items-field-ctas>.field>.field-items,
    .cta-wrapper .paragraphs-items-field-task-ctas>.field>.field-items {
        display: flex;
        flex-flow: row wrap;
        justify-content: center
    }

    .cta-wrapper .paragraphs-items-field-ctas>.field>.field-items>.field-item,
    .cta-wrapper .paragraphs-items-field-task-ctas>.field>.field-items>.field-item {
        margin: 0 20px 0 0;
        width: calc(33.3% - 13.33333px)
    }

    .cta-wrapper .paragraphs-items-field-ctas>.field>.field-items>.field-item .content,
    .cta-wrapper .paragraphs-items-field-task-ctas>.field>.field-items>.field-item .content {
        padding: 0
    }

    .cta-wrapper .paragraphs-items-field-ctas>.field>.field-items>.field-item:last-child,
    .cta-wrapper .paragraphs-items-field-task-ctas>.field>.field-items>.field-item:last-child {
        margin-right: 0
    }

    .cta-wrapper .paragraphs-items-field-task-ctas {
        flex-basis: calc(100% - 10px)
    }

    .cta-wrapper .paragraphs-items-field-task-ctas>.field>.field-items {
        flex-flow: row
    }

    .cta-wrapper .paragraphs-items-field-task-ctas>.field>.field-items>.field-item {
        width: 100%;
        padding: 20px 20px 20px 30px;
        max-width: 350px
    }
}

.field-name-field-benefits-table,
.field-name-field-enroll-disclaimer-text {
    margin: 20px 0
}

.field-name-field-benefits-table:first-child,
.field-name-field-enroll-disclaimer-text:first-child {
    margin-top: 0
}

.field-name-field-benefits-table:last-child,
.field-name-field-enroll-disclaimer-text:last-child {
    margin-bottom: 0
}

.field-name-field-benefits-table .field-item,
.field-name-field-enroll-disclaimer-text .field-item {
    display: inline
}

.field-name-field-benefits-table li,
.field-name-field-enroll-disclaimer-text li {
    list-style: disc;
    margin-left: 30px;
    margin-right: 30px
}

@media only screen and (min-width:1200px) {

    .field-name-field-benefits-table .field-item,
    .field-name-field-enroll-disclaimer-text .field-item {
        clear: none;
        display: block;
        float: left;
        width: calc(50% - 10px)
    }
}

.block-the-standard-custom-blocks-login-util,
.block-the-standard-custom-blocks-login-util2,
.block-the-standard-custom-blocks-login-util3 {
    background-color: #0093d1;
    color: #fff;
    padding: 10px;
    max-width: 295px
}

.high-contrast .block-the-standard-custom-blocks-login-util,
.high-contrast .block-the-standard-custom-blocks-login-util2,
.high-contrast .block-the-standard-custom-blocks-login-util3 {
    background-color: #156fd8
}

.block-the-standard-custom-blocks-login-util h5,
.block-the-standard-custom-blocks-login-util2 h5,
.block-the-standard-custom-blocks-login-util3 h5 {
    font-family: "Helvetica Neue Bd Cn", helvetica, sans-serif;
    text-transform: uppercase
}

html .block-the-standard-custom-blocks-login-util .btn,
html .block-the-standard-custom-blocks-login-util2 .btn,
html .block-the-standard-custom-blocks-login-util3 .btn {
    margin: 5px 0;
    width: 100%
}

html .block-the-standard-custom-blocks-login-util .btn:first-child,
html .block-the-standard-custom-blocks-login-util2 .btn:first-child,
html .block-the-standard-custom-blocks-login-util3 .btn:first-child {
    margin-top: 0
}

html .block-the-standard-custom-blocks-login-util .btn:last-child,
html .block-the-standard-custom-blocks-login-util2 .btn:last-child,
html .block-the-standard-custom-blocks-login-util3 .btn:last-child {
    margin-bottom: 0
}

html .block-the-standard-custom-blocks-login-util .btn.login,
html .block-the-standard-custom-blocks-login-util .btn.login.btn-primary,
html .block-the-standard-custom-blocks-login-util .btn.login:focus,
html .block-the-standard-custom-blocks-login-util2 .btn.login,
html .block-the-standard-custom-blocks-login-util2 .btn.login.btn-primary,
html .block-the-standard-custom-blocks-login-util2 .btn.login:focus,
html .block-the-standard-custom-blocks-login-util3 .btn.login,
html .block-the-standard-custom-blocks-login-util3 .btn.login.btn-primary,
html .block-the-standard-custom-blocks-login-util3 .btn.login:focus {
    background-color: #f89728;
    font-family: "Helvetica Neue", helvetica, sans-serif;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
    padding-top: 20px;
    padding-bottom: 20px
}

.high-contrast html .block-the-standard-custom-blocks-login-util .btn.login,
.high-contrast html .block-the-standard-custom-blocks-login-util .btn.login.btn-primary,
.high-contrast html .block-the-standard-custom-blocks-login-util .btn.login:focus,
.high-contrast html .block-the-standard-custom-blocks-login-util2 .btn.login,
.high-contrast html .block-the-standard-custom-blocks-login-util2 .btn.login.btn-primary,
.high-contrast html .block-the-standard-custom-blocks-login-util2 .btn.login:focus,
.high-contrast html .block-the-standard-custom-blocks-login-util3 .btn.login,
.high-contrast html .block-the-standard-custom-blocks-login-util3 .btn.login.btn-primary,
.high-contrast html .block-the-standard-custom-blocks-login-util3 .btn.login:focus {
    background-color: #fff
}

html .block-the-standard-custom-blocks-login-util .btn.tertiary,
html .block-the-standard-custom-blocks-login-util .btn.tertiary:focus,
html .block-the-standard-custom-blocks-login-util2 .btn.tertiary,
html .block-the-standard-custom-blocks-login-util2 .btn.tertiary:focus,
html .block-the-standard-custom-blocks-login-util3 .btn.tertiary,
html .block-the-standard-custom-blocks-login-util3 .btn.tertiary:focus {
    background-color: rgba(0, 0, 0, .11);
    font-size: 16px;
    font-family: "Helvetica Neue", helvetica, sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    padding: 7px 10px 5px;
    text-transform: none
}

.high-contrast html .block-the-standard-custom-blocks-login-util .btn.tertiary,
.high-contrast html .block-the-standard-custom-blocks-login-util .btn.tertiary:focus,
.high-contrast html .block-the-standard-custom-blocks-login-util2 .btn.tertiary,
.high-contrast html .block-the-standard-custom-blocks-login-util2 .btn.tertiary:focus,
.high-contrast html .block-the-standard-custom-blocks-login-util3 .btn.tertiary,
.high-contrast html .block-the-standard-custom-blocks-login-util3 .btn.tertiary:focus {
    background-color: inherit;
    text-decoration: underline
}

html .block-the-standard-custom-blocks-login-util .btn.tertiary:focus:hover,
html .block-the-standard-custom-blocks-login-util .btn.tertiary:hover,
html .block-the-standard-custom-blocks-login-util2 .btn.tertiary:focus:hover,
html .block-the-standard-custom-blocks-login-util2 .btn.tertiary:hover,
html .block-the-standard-custom-blocks-login-util3 .btn.tertiary:focus:hover,
html .block-the-standard-custom-blocks-login-util3 .btn.tertiary:hover {
    background-color: rgba(0, 0, 0, .11)
}

@media only screen and (max-width:768px) {

    .block-the-standard-custom-blocks-login-util,
    .block-the-standard-custom-blocks-login-util2,
    .block-the-standard-custom-blocks-login-util3 {
        margin: 0 auto
    }
}

.tb-megamenu {
    background-color: transparent
}

.tb-megamenu .mega-caption {
    color: #002e64;
    text-decoration: none;
    font-size: 14px;
    margin: -4px 0 6px;
    white-space: normal;
    padding-right: 5px;
    line-height: 18px
}

.tb-megamenu .view-display-id-business_want_to .view-content .tb-megamenu-item,
.tb-megamenu .view-display-id-ind_iwantto .view-content .tb-megamenu-item {
    width: 350px
}

.tb-megamenu .want-to #tb-megamenu-column-10,
.tb-megamenu .want-to #tb-megamenu-column-2 {
    background-color: #d8edf8;
    width: 100%
}

.tb-megamenu .want-to #tb-megamenu-column-10 .mega-inner,
.tb-megamenu .want-to #tb-megamenu-column-2 .mega-inner {
    padding: 34px 15px
}

.tb-megamenu .ann-buzz-recent,
.tb-megamenu .idi-connect-recent {
    width: 350px !important;
    background-color: #d8edf8;
    padding: 5px 15px
}

.tb-megamenu .ann-buzz-recent h3,
.tb-megamenu .idi-connect-recent h3 {
    padding-top: 25px;
    color: #002e64
}

.tb-megamenu .ann-buzz-recent h3 a,
.tb-megamenu .idi-connect-recent h3 a {
    padding: 0;
    color: #004ea8;
    text-decoration: none
}

.tb-megamenu .ann-buzz-recent h3 a:hover,
.tb-megamenu .idi-connect-recent h3 a:hover {
    text-decoration: underline
}

.tb-megamenu .ann-buzz-recent .view-content,
.tb-megamenu .idi-connect-recent .view-content {
    padding: 0 !important;
    margin: 0
}

.tb-megamenu .ann-buzz-recent li,
.tb-megamenu .idi-connect-recent li {
    margin: 10px 0 !important
}

.tb-megamenu .ann-buzz-recent li a,
.tb-megamenu .idi-connect-recent li a {
    padding: 5px 0;
    background-color: transparent;
    background-image: none;
    border: none;
    color: #004ea8;
    line-height: 130%;
    font-size: 14px;
    text-decoration: none
}

.tb-megamenu .ann-buzz-recent li a:focus,
.tb-megamenu .ann-buzz-recent li a:hover,
.tb-megamenu .idi-connect-recent li a:focus,
.tb-megamenu .idi-connect-recent li a:hover {
    text-decoration: underline;
    color: #0093d1
}

.tb-megamenu .nav .mega-nav .mega-group.small-caps>a {
    color: #002e64;
    display: block;
    font-size: 11px;
    font-family: "Helvetica Neue Bd Cn", helvetica, sans-serif;
    letter-spacing: 1px;
    line-height: 1.25em;
    margin-top: 15px;
    text-transform: uppercase;
    padding: 0 0 5px;
    text-decoration: none;
    padding-bottom: 15px
}

.tb-megamenu .nav .mega-nav .mega-group.small-caps>a:hover {
    text-decoration: none;
    color: #002e64;
    cursor: default
}

.tb-megamenu .nav .mega-nav .mega-group .mega-group-title {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 5px 0
}

.tb-megamenu .nav .mega-nav .mega-group .multi-col-sub {
    padding-top: 5px
}

.tb-megamenu .nav .mega-nav .mega-group .multi-col-sub .nav-child {
    padding: 5px 15px
}

.tb-megamenu .nav .mega-nav .menu-header .header-nolink .mega-group-title:hover {
    text-decoration: none;
    color: #002e64;
    cursor: text
}

.tb-megamenu .nav .mega-nav .menu-header .header-link .mega-group-title:hover {
    text-decoration: underline;
    color: #002e64
}

.tb-megamenu .nav .mega-nav .menu-header>.mega-group-title {
    padding: 15px 0 7px;
    color: #002e64;
    font-size: 20px
}

.tb-megamenu .nav .mega-nav .menu-header>.mega-group-title:hover {
    text-decoration: underline;
    color: #002e64
}

.tb-megamenu .nav .mega-nav .menu-header .menu-subheader>.mega-group-title {
    color: #002e64;
    display: block;
    font-size: 11px;
    font-family: "Helvetica Neue Bd Cn", helvetica, sans-serif;
    letter-spacing: 1px;
    line-height: 1.25em;
    margin-top: 15px;
    text-transform: uppercase;
    padding: 0 0 5px;
    text-decoration: none
}

.tb-megamenu .nav .mega-nav .menu-header .menu-subheader>.mega-group-title:hover {
    text-decoration: none;
    color: #002e64;
    cursor: default
}

.tb-megamenu .nav>li,
.tb-megamenu .nav>li.dropdown,
.tb-megamenu .nav>li.dropdown.active,
.tb-megamenu .nav>li.dropdown.active.open,
.tb-megamenu .nav>li.tb-megamenu-item {
    font-size: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin: 0
}

.tb-megamenu .nav>li.dropdown.active.open>a,
.tb-megamenu .nav>li.dropdown.active.open>a.dropdown-toggle,
.tb-megamenu .nav>li.dropdown.active>a,
.tb-megamenu .nav>li.dropdown.active>a.dropdown-toggle,
.tb-megamenu .nav>li.dropdown>a,
.tb-megamenu .nav>li.dropdown>a.dropdown-toggle,
.tb-megamenu .nav>li.tb-megamenu-item>a,
.tb-megamenu .nav>li.tb-megamenu-item>a.dropdown-toggle,
.tb-megamenu .nav>li>a,
.tb-megamenu .nav>li>a.dropdown-toggle {
    background-color: transparent;
    border: none;
    color: #002e64;
    font-weight: 400;
    text-decoration: none
}

.tb-megamenu .nav>li.dropdown.active.open>a.dropdown-toggle.unaffiliated-products,
.tb-megamenu .nav>li.dropdown.active.open>a.unaffiliated-products,
.tb-megamenu .nav>li.dropdown.active>a.dropdown-toggle.unaffiliated-products,
.tb-megamenu .nav>li.dropdown.active>a.unaffiliated-products,
.tb-megamenu .nav>li.dropdown>a.dropdown-toggle.unaffiliated-products,
.tb-megamenu .nav>li.dropdown>a.unaffiliated-products,
.tb-megamenu .nav>li.tb-megamenu-item>a.dropdown-toggle.unaffiliated-products,
.tb-megamenu .nav>li.tb-megamenu-item>a.unaffiliated-products,
.tb-megamenu .nav>li>a.dropdown-toggle.unaffiliated-products,
.tb-megamenu .nav>li>a.unaffiliated-products {
    display: block
}

.node-type-annuity-product.annuities-gem .tb-megamenu .nav>li.dropdown.active.open>a.dropdown-toggle.unaffiliated-products,
.node-type-annuity-product.annuities-gem .tb-megamenu .nav>li.dropdown.active.open>a.unaffiliated-products,
.node-type-annuity-product.annuities-gem .tb-megamenu .nav>li.dropdown.active>a.dropdown-toggle.unaffiliated-products,
.node-type-annuity-product.annuities-gem .tb-megamenu .nav>li.dropdown.active>a.unaffiliated-products,
.node-type-annuity-product.annuities-gem .tb-megamenu .nav>li.dropdown>a.dropdown-toggle.unaffiliated-products,
.node-type-annuity-product.annuities-gem .tb-megamenu .nav>li.dropdown>a.unaffiliated-products,
.node-type-annuity-product.annuities-gem .tb-megamenu .nav>li.tb-megamenu-item>a.dropdown-toggle.unaffiliated-products,
.node-type-annuity-product.annuities-gem .tb-megamenu .nav>li.tb-megamenu-item>a.unaffiliated-products,
.node-type-annuity-product.annuities-gem .tb-megamenu .nav>li>a.dropdown-toggle.unaffiliated-products,
.node-type-annuity-product.annuities-gem .tb-megamenu .nav>li>a.unaffiliated-products,
.node-type-basic-page.annuities-gem .tb-megamenu .nav>li.dropdown.active.open>a.dropdown-toggle.unaffiliated-products,
.node-type-basic-page.annuities-gem .tb-megamenu .nav>li.dropdown.active.open>a.unaffiliated-products,
.node-type-basic-page.annuities-gem .tb-megamenu .nav>li.dropdown.active>a.dropdown-toggle.unaffiliated-products,
.node-type-basic-page.annuities-gem .tb-megamenu .nav>li.dropdown.active>a.unaffiliated-products,
.node-type-basic-page.annuities-gem .tb-megamenu .nav>li.dropdown>a.dropdown-toggle.unaffiliated-products,
.node-type-basic-page.annuities-gem .tb-megamenu .nav>li.dropdown>a.unaffiliated-products,
.node-type-basic-page.annuities-gem .tb-megamenu .nav>li.tb-megamenu-item>a.dropdown-toggle.unaffiliated-products,
.node-type-basic-page.annuities-gem .tb-megamenu .nav>li.tb-megamenu-item>a.unaffiliated-products,
.node-type-basic-page.annuities-gem .tb-megamenu .nav>li>a.dropdown-toggle.unaffiliated-products,
.node-type-basic-page.annuities-gem .tb-megamenu .nav>li>a.unaffiliated-products {
    display: none
}

.tb-megamenu .nav>li.dropdown.active.open>a.dropdown-toggle:focus,
.tb-megamenu .nav>li.dropdown.active.open>a.dropdown-toggle:hover,
.tb-megamenu .nav>li.dropdown.active.open>a:focus,
.tb-megamenu .nav>li.dropdown.active.open>a:hover,
.tb-megamenu .nav>li.dropdown.active>a.dropdown-toggle:focus,
.tb-megamenu .nav>li.dropdown.active>a.dropdown-toggle:hover,
.tb-megamenu .nav>li.dropdown.active>a:focus,
.tb-megamenu .nav>li.dropdown.active>a:hover,
.tb-megamenu .nav>li.dropdown>a.dropdown-toggle:focus,
.tb-megamenu .nav>li.dropdown>a.dropdown-toggle:hover,
.tb-megamenu .nav>li.dropdown>a:focus,
.tb-megamenu .nav>li.dropdown>a:hover,
.tb-megamenu .nav>li.tb-megamenu-item>a.dropdown-toggle:focus,
.tb-megamenu .nav>li.tb-megamenu-item>a.dropdown-toggle:hover,
.tb-megamenu .nav>li.tb-megamenu-item>a:focus,
.tb-megamenu .nav>li.tb-megamenu-item>a:hover,
.tb-megamenu .nav>li>a.dropdown-toggle:focus,
.tb-megamenu .nav>li>a.dropdown-toggle:hover,
.tb-megamenu .nav>li>a:focus,
.tb-megamenu .nav>li>a:hover {
    background-color: transparent;
    color: #0093d1
}

.tb-megamenu .nav>li.dropdown.active.open>a .caret,
.tb-megamenu .nav>li.dropdown.active.open>a.dropdown-toggle .caret,
.tb-megamenu .nav>li.dropdown.active>a .caret,
.tb-megamenu .nav>li.dropdown.active>a.dropdown-toggle .caret,
.tb-megamenu .nav>li.dropdown>a .caret,
.tb-megamenu .nav>li.dropdown>a.dropdown-toggle .caret,
.tb-megamenu .nav>li.tb-megamenu-item>a .caret,
.tb-megamenu .nav>li.tb-megamenu-item>a.dropdown-toggle .caret,
.tb-megamenu .nav>li>a .caret,
.tb-megamenu .nav>li>a.dropdown-toggle .caret {
    display: none
}

.tb-megamenu .nav>li.dropdown.active.open>a.dropdown-toggle:focus,
.tb-megamenu .nav>li.dropdown.active.open>a:focus,
.tb-megamenu .nav>li.dropdown.active>a.dropdown-toggle:focus,
.tb-megamenu .nav>li.dropdown.active>a:focus,
.tb-megamenu .nav>li.dropdown>a.dropdown-toggle:focus,
.tb-megamenu .nav>li.dropdown>a:focus,
.tb-megamenu .nav>li.tb-megamenu-item>a.dropdown-toggle:focus,
.tb-megamenu .nav>li.tb-megamenu-item>a:focus,
.tb-megamenu .nav>li>a.dropdown-toggle:focus,
.tb-megamenu .nav>li>a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.tb-megamenu .nav>li .dropdown-menu {
    background-color: #e7f3f8;
    border: none;
    box-shadow: none;
    color: #004ea8;
    margin: 0;
    transform: translateY(-1px)
}

.tb-megamenu .nav>li .dropdown-menu .col-1 {
    margin-right: -20px
}

.tb-megamenu .nav>li .dropdown-menu .col-2 {
    padding-right: 25px
}

.tb-megamenu .nav>li .dropdown-menu a {
    border: none;
    white-space: normal
}

.tb-megamenu .nav>li .dropdown-menu .mega-inner {
    padding: 20px 0 20px 25px
}

.tb-megamenu .nav>li .dropdown-menu .mega-inner .tb-block:first-child {
    margin-top: 0
}

.tb-megamenu .nav>li .dropdown-menu .mega-inner .tb-block:last-child {
    margin-bottom: 0
}

.tb-megamenu .nav>li .dropdown-menu .mega-inner .level-2 .mega-inner,
.tb-megamenu .nav>li .dropdown-menu .mega-inner .level-3 .mega-inner {
    padding: 0
}

.tb-megamenu .nav>li .dropdown-menu .mega-inner .level-3 .span6 .mega-inner {
    padding: 10px
}

.tb-megamenu .nav>li .dropdown-menu .tb-megamenu-row {
    display: flex;
    flex-flow: row nowrap;
    padding: 0
}

.tb-megamenu .nav>li .dropdown-menu .tb-megamenu-row>.tb-megamenu-column {
    margin: 0;
    width: auto
}

.tb-megamenu .nav>li .dropdown-menu .tb-megamenu-row>.tb-megamenu-column:last-child:not(:first-child) {
    margin-left: 20px
}

.tb-megamenu .nav>li .dropdown-menu .tb-megamenu-subnav>li {
    font-size: 16px;
    margin: 0
}

.tb-megamenu .nav>li .dropdown-menu .tb-megamenu-subnav>li:first-child {
    margin-top: 0
}

.tb-megamenu .nav>li .dropdown-menu .tb-megamenu-subnav>li:last-child {
    margin-bottom: 0
}

.tb-megamenu .nav>li .dropdown-menu .tb-megamenu-subnav>li>a {
    background-color: transparent;
    background-image: none;
    border: none;
    color: #004ea8;
    padding: 5px 0;
    line-height: 130%;
    text-decoration: none
}

.tb-megamenu .nav>li .dropdown-menu .tb-megamenu-subnav>li>a:hover {
    color: #0093d1;
    text-decoration: underline
}

.tb-megamenu .nav>li .view-megamenu-items .tb-megamenu-item {
    margin: 20px 0;
    position: relative
}

.tb-megamenu .nav>li .view-megamenu-items .tb-megamenu-item a:nth-child(1) {
    left: 0;
    position: absolute;
    top: 0;
    width: auto;
    display: inline;
    padding: 0;
    text-decoration: none
}

.tb-megamenu .nav>li .view-megamenu-items .tb-megamenu-item a:nth-child(1) img {
    width: auto
}

.tb-megamenu .nav>li .view-megamenu-items .tb-megamenu-item a:nth-child(2) {
    padding-left: 65px;
    font-size: 16px;
    color: #0093d1;
    text-decoration: none
}

.tb-megamenu .nav>li .view-megamenu-items .tb-megamenu-item .views-field-field-page-subhead {
    line-height: 1.25em;
    margin: 0 0 5px;
    padding-left: 65px
}

.tb-megamenu .nav>li .view-megamenu-items .tb-megamenu-item .views-field-field-page-subhead:last-child {
    margin-bottom: 0
}

.tb-megamenu .nav>li .view-megamenu-items .tb-megamenu-item.open a {
    background: 0 0
}

.tb-megamenu .nav>li.dropdown.open,
.tb-megamenu .nav>li.mega.open {
    background-color: #e7f3f8
}

.tb-megamenu .nav>li.dropdown.open>a,
.tb-megamenu .nav>li.dropdown.open>a.dropdown-toggle,
.tb-megamenu .nav>li.mega.open>a,
.tb-megamenu .nav>li.mega.open>a.dropdown-toggle {
    background-color: transparent;
    border: none;
    color: #0093d1
}

.tb-megamenu .nav>li.dropdown.animating>a {
    background-color: transparent
}

.tb-megamenu.animate.elastic .mega>.mega-dropdown-menu {
    transform: scale(1, 0);
    transform-origin: 10% 0;
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 10% 0;
    -ms-transform: scale(1, 0);
    -ms-transform-origin: 10% 0;
    -o-transform: scale(1, 0);
    -o-transform-origin: 10% 0
}

#tb-megamenu-menu-businesses-organizations-su .mega-dropdown-menu {
    left: -150px
}

#tb-megamenu-menu-businesses-organizations-su .tb-megamenu-nav .tb-megamenu-item:nth-child(3) #tb-megamenu-column-16,
#tb-megamenu-menu-businesses-organizations-su .tb-megamenu-nav .tb-megamenu-item:nth-child(3) #tb-megamenu-column-19,
#tb-megamenu-menu-businesses-organizations-su .tb-megamenu-nav .tb-megamenu-item:nth-child(3) #tb-megamenu-column-38,
#tb-megamenu-menu-businesses-organizations-su .tb-megamenu-nav .tb-megamenu-item:nth-child(3) #tb-megamenu-column-41 {
    max-width: 260px
}

#tb-megamenu-menu-businesses-organizations-su .tb-megamenu-nav .tb-megamenu-item:nth-child(3) #tb-megamenu-column-22,
#tb-megamenu-menu-businesses-organizations-su .tb-megamenu-nav .tb-megamenu-item:nth-child(3) #tb-megamenu-column-44 {
    max-width: 240px;
    padding-right: 10px
}

.block-menu-menu-fin-pro-annuity-tasks>ul>li,
.block-menu-menu-fin-pro-main-annuity>ul>li,
.block-menu-menu-finpro-idi-tasks>ul>li,
.block-menu-menu-footer-utility>ul>li,
.block-menu-menu-retirement-mid-menu>ul>li {
    margin: 13.4px 0
}

.block-menu-menu-fin-pro-annuity-tasks>ul>li:first-child,
.block-menu-menu-fin-pro-main-annuity>ul>li:first-child,
.block-menu-menu-finpro-idi-tasks>ul>li:first-child,
.block-menu-menu-footer-utility>ul>li:first-child,
.block-menu-menu-retirement-mid-menu>ul>li:first-child {
    margin-top: 0
}

.block-menu-menu-fin-pro-annuity-tasks>ul>li:last-child,
.block-menu-menu-fin-pro-main-annuity>ul>li:last-child,
.block-menu-menu-finpro-idi-tasks>ul>li:last-child,
.block-menu-menu-footer-utility>ul>li:last-child,
.block-menu-menu-retirement-mid-menu>ul>li:last-child {
    margin-bottom: 0
}

.block-menu-menu-fin-pro-annuity-tasks>ul>li>a,
.block-menu-menu-fin-pro-main-annuity>ul>li>a,
.block-menu-menu-finpro-idi-tasks>ul>li>a,
.block-menu-menu-footer-utility>ul>li>a,
.block-menu-menu-retirement-mid-menu>ul>li>a {
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    display: block;
    font-family: "Helvetica Neue", helvetica, sans-serif;
    -webkit-font-smoothing: auto;
    padding: 20px 10px 20px 50px;
    position: relative;
    width: auto
}

.block-menu-menu-fin-pro-annuity-tasks>ul>li>a:before,
.block-menu-menu-fin-pro-main-annuity>ul>li>a:before,
.block-menu-menu-finpro-idi-tasks>ul>li>a:before,
.block-menu-menu-footer-utility>ul>li>a:before,
.block-menu-menu-retirement-mid-menu>ul>li>a:before {
    -webkit-font-smoothing: antialiased;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    color: #0093d1;
    display: flex;
    flex-flow: column nowrap;
    font-family: FontAwesome;
    height: 30px;
    justify-content: center;
    left: 0;
    line-height: 1em;
    margin-left: 10px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 30px
}

.block-menu-menu-fin-pro-annuity-tasks>ul>li.open>a,
.block-menu-menu-fin-pro-annuity-tasks>ul>li.open>a:focus,
.block-menu-menu-fin-pro-annuity-tasks>ul>li.open>a:hover,
.block-menu-menu-fin-pro-annuity-tasks>ul>li>a,
.block-menu-menu-fin-pro-annuity-tasks>ul>li>a:focus,
.block-menu-menu-fin-pro-annuity-tasks>ul>li>a:hover,
.block-menu-menu-fin-pro-main-annuity>ul>li.open>a,
.block-menu-menu-fin-pro-main-annuity>ul>li.open>a:focus,
.block-menu-menu-fin-pro-main-annuity>ul>li.open>a:hover,
.block-menu-menu-fin-pro-main-annuity>ul>li>a,
.block-menu-menu-fin-pro-main-annuity>ul>li>a:focus,
.block-menu-menu-fin-pro-main-annuity>ul>li>a:hover,
.block-menu-menu-finpro-idi-tasks>ul>li.open>a,
.block-menu-menu-finpro-idi-tasks>ul>li.open>a:focus,
.block-menu-menu-finpro-idi-tasks>ul>li.open>a:hover,
.block-menu-menu-finpro-idi-tasks>ul>li>a,
.block-menu-menu-finpro-idi-tasks>ul>li>a:focus,
.block-menu-menu-finpro-idi-tasks>ul>li>a:hover,
.block-menu-menu-footer-utility>ul>li.open>a,
.block-menu-menu-footer-utility>ul>li.open>a:focus,
.block-menu-menu-footer-utility>ul>li.open>a:hover,
.block-menu-menu-footer-utility>ul>li>a,
.block-menu-menu-footer-utility>ul>li>a:focus,
.block-menu-menu-footer-utility>ul>li>a:hover,
.block-menu-menu-retirement-mid-menu>ul>li.open>a,
.block-menu-menu-retirement-mid-menu>ul>li.open>a:focus,
.block-menu-menu-retirement-mid-menu>ul>li.open>a:hover,
.block-menu-menu-retirement-mid-menu>ul>li>a,
.block-menu-menu-retirement-mid-menu>ul>li>a:focus,
.block-menu-menu-retirement-mid-menu>ul>li>a:hover {
    background-color: #fff
}

@media only screen and (min-width:992px) and (max-width:880px) {

    .block-menu-menu-fin-pro-annuity-tasks>ul,
    .block-menu-menu-fin-pro-main-annuity>ul,
    .block-menu-menu-finpro-idi-tasks>ul,
    .block-menu-menu-footer-utility>ul,
    .block-menu-menu-retirement-mid-menu>ul {
        display: flex;
        flex-flow: row nowrap
    }

    .block-menu-menu-fin-pro-annuity-tasks>ul>li,
    .block-menu-menu-fin-pro-main-annuity>ul>li,
    .block-menu-menu-finpro-idi-tasks>ul>li,
    .block-menu-menu-footer-utility>ul>li,
    .block-menu-menu-retirement-mid-menu>ul>li {
        margin: 0 20px 0 0
    }

    .block-menu-menu-fin-pro-annuity-tasks>ul>li:last-child,
    .block-menu-menu-fin-pro-main-annuity>ul>li:last-child,
    .block-menu-menu-finpro-idi-tasks>ul>li:last-child,
    .block-menu-menu-footer-utility>ul>li:last-child,
    .block-menu-menu-retirement-mid-menu>ul>li:last-child {
        margin-right: 0
    }
}

@media only screen and (min-width:600px) {

    .block-menu-menu-fin-pro-annuity-tasks>ul,
    .block-menu-menu-fin-pro-main-annuity>ul,
    .block-menu-menu-finpro-idi-tasks>ul,
    .block-menu-menu-footer-utility>ul,
    .block-menu-menu-retirement-mid-menu>ul {
        display: flex;
        flex-flow: row nowrap;
        margin: 0
    }

    .block-menu-menu-fin-pro-annuity-tasks>ul>li,
    .block-menu-menu-fin-pro-main-annuity>ul>li,
    .block-menu-menu-finpro-idi-tasks>ul>li,
    .block-menu-menu-footer-utility>ul>li,
    .block-menu-menu-retirement-mid-menu>ul>li {
        margin: 0 20px 0 0
    }

    .block-menu-menu-fin-pro-annuity-tasks>ul>li:last-child,
    .block-menu-menu-fin-pro-main-annuity>ul>li:last-child,
    .block-menu-menu-finpro-idi-tasks>ul>li:last-child,
    .block-menu-menu-footer-utility>ul>li:last-child,
    .block-menu-menu-retirement-mid-menu>ul>li:last-child {
        margin-right: 0
    }
}

footer.footer .wrapper .region-footer-second section:last-child button,
header.navbar .region-navigation-first .block-menu:not(:last-child) button {
    width: 100%;
    text-align: left;
    background: #fff
}

footer.footer .wrapper .region-footer-second section:last-child>ul>li>ul>li>a,
footer.footer .wrapper .region-footer-second section:last-child>ul>li>ul>li>button,
header.navbar .region-navigation-first .block-menu:not(:last-child)>ul>li>ul>li>a,
header.navbar .region-navigation-first .block-menu:not(:last-child)>ul>li>ul>li>button {
    padding-right: 35px;
    padding-left: 50px
}

footer.footer .wrapper .region-footer-second section:last-child>ul>li>ul>li.dropdown>a,
footer.footer .wrapper .region-footer-second section:last-child>ul>li>ul>li.dropdown>button,
header.navbar .region-navigation-first .block-menu:not(:last-child)>ul>li>ul>li.dropdown>a,
header.navbar .region-navigation-first .block-menu:not(:last-child)>ul>li>ul>li.dropdown>button {
    padding-right: 35px;
    padding-left: 60px
}

footer.footer .wrapper .region-footer-second section:last-child>ul>li>ul>li.dropdown>a>.caret,
footer.footer .wrapper .region-footer-second section:last-child>ul>li>ul>li.dropdown>button>.caret,
header.navbar .region-navigation-first .block-menu:not(:last-child)>ul>li>ul>li.dropdown>a>.caret,
header.navbar .region-navigation-first .block-menu:not(:last-child)>ul>li>ul>li.dropdown>button>.caret {
    left: 40px
}

footer.footer .wrapper .region-footer-second section:last-child>ul>li>ul>li>ul,
header.navbar .region-navigation-first .block-menu:not(:last-child)>ul>li>ul>li>ul {
    background-color: #eff1f3;
    border-bottom: 1px solid #bdcbe6;
    padding: 5px 0
}

footer.footer .wrapper .region-footer-second section:last-child>ul>li>ul>li>ul>li>a,
footer.footer .wrapper .region-footer-second section:last-child>ul>li>ul>li>ul>li>button,
header.navbar .region-navigation-first .block-menu:not(:last-child)>ul>li>ul>li>ul>li>a,
header.navbar .region-navigation-first .block-menu:not(:last-child)>ul>li>ul>li>ul>li>button {
    border-bottom: none;
    padding: 5px 60px 5px 85px
}

footer.footer .wrapper .region-footer-second section:last-child>ul>li>ul>li>ul>li>a>.caret,
footer.footer .wrapper .region-footer-second section:last-child>ul>li>ul>li>ul>li>button>.caret,
header.navbar .region-navigation-first .block-menu:not(:last-child)>ul>li>ul>li>ul>li>a>.caret,
header.navbar .region-navigation-first .block-menu:not(:last-child)>ul>li>ul>li>ul>li>button>.caret {
    left: 65px
}

footer.footer .wrapper .region-footer-second section:last-child>ul>li>ul>li>ul>li>ul>li>a,
footer.footer .wrapper .region-footer-second section:last-child>ul>li>ul>li>ul>li>ul>li>button,
header.navbar .region-navigation-first .block-menu:not(:last-child)>ul>li>ul>li>ul>li>ul>li>a,
header.navbar .region-navigation-first .block-menu:not(:last-child)>ul>li>ul>li>ul>li>ul>li>button {
    border-bottom: none;
    padding: 5px 60px 5px 100px
}

footer.footer .wrapper .region-footer-second section:last-child>ul>li:first-child>a,
header.navbar .region-navigation-first .block-menu:not(:last-child)>ul>li:first-child>a {
    border-top: 1px solid #bdcbe6
}

footer.footer .wrapper .region-footer-second section:last-child ul,
header.navbar .region-navigation-first .block-menu:not(:last-child) ul {
    margin: 0
}

footer.footer .wrapper .region-footer-second section:last-child ul li,
header.navbar .region-navigation-first .block-menu:not(:last-child) ul li {
    margin: 0
}

footer.footer .wrapper .region-footer-second section:last-child ul li a,
header.navbar .region-navigation-first .block-menu:not(:last-child) ul li a {
    border-bottom: 1px solid #bdcbe6;
    display: block;
    font-size: 16px;
    line-height: 1.25em;
    padding: 10px 15px
}

footer.footer .wrapper .region-footer-second section:last-child ul li a:active,
footer.footer .wrapper .region-footer-second section:last-child ul li a:focus,
footer.footer .wrapper .region-footer-second section:last-child ul li a:hover,
footer.footer .wrapper .region-footer-second section:last-child ul li a:visited,
header.navbar .region-navigation-first .block-menu:not(:last-child) ul li a:active,
header.navbar .region-navigation-first .block-menu:not(:last-child) ul li a:focus,
header.navbar .region-navigation-first .block-menu:not(:last-child) ul li a:hover,
header.navbar .region-navigation-first .block-menu:not(:last-child) ul li a:visited {
    background-color: transparent
}

footer.footer .wrapper .region-footer-second section:last-child ul li button,
header.navbar .region-navigation-first .block-menu:not(:last-child) ul li button {
    border-bottom: 1px solid #bdcbe6;
    display: block;
    font-size: 16px;
    line-height: 1.25em;
    padding: 10px 15px;
    color: #004ea8;
    cursor: pointer;
    padding-right: 35px;
    padding-left: 35px;
    transition: color .3s ease
}

footer.footer .wrapper .region-footer-second section:last-child ul li button:active,
footer.footer .wrapper .region-footer-second section:last-child ul li button:focus,
footer.footer .wrapper .region-footer-second section:last-child ul li button:hover,
footer.footer .wrapper .region-footer-second section:last-child ul li button:visited,
header.navbar .region-navigation-first .block-menu:not(:last-child) ul li button:active,
header.navbar .region-navigation-first .block-menu:not(:last-child) ul li button:focus,
header.navbar .region-navigation-first .block-menu:not(:last-child) ul li button:hover,
header.navbar .region-navigation-first .block-menu:not(:last-child) ul li button:visited {
    background-color: transparent
}

footer.footer .wrapper .region-footer-second section:last-child ul li button:hover,
header.navbar .region-navigation-first .block-menu:not(:last-child) ul li button:hover {
    color: #0093d1
}

footer.footer .wrapper .region-footer-second section:last-child ul li button>.caret,
header.navbar .region-navigation-first .block-menu:not(:last-child) ul li button>.caret {
    background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg width='14px' height='14px' viewBox='0 0 14 14' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='plus' stroke='%230093D1' fill-rule='nonzero' fill='%230093D1'%3E%3Cpath d='M7.54044118,7.53721034 L12.4375,7.53721034 C12.7481602,7.53721034 13,7.29524658 13,6.99676916 C13,6.69829174 12.7481602,6.45632799 12.4375,6.45632799 L7.54044118,6.45632799 L7.54044118,1.5777823 C7.54044118,1.26712213 7.29847742,1.0152823 7,1.0152823 C6.70152258,1.0152823 6.45955882,1.26712213 6.45955882,1.5777823 L6.45955882,6.45632799 L1.5625,6.45632799 C1.25183983,6.45632799 1,6.69829174 1,6.99676916 C1,7.29524658 1.25183983,7.53721034 1.5625,7.53721034 L6.45955882,7.53721034 L6.45955882,12.4527823 C6.45955882,12.7634425 6.70152258,13.0152823 7,13.0152823 C7.29847742,13.0152823 7.54044118,12.7634425 7.54044118,12.4527823 L7.54044118,7.53721034 Z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px;
    border: 0;
    content: "";
    display: block;
    font-size: .01em;
    height: 12px;
    left: 15px;
    line-height: .01em;
    margin: 0;
    padding: 0;
    position: absolute;
    transform-origin: center;
    transition: all .3s ease;
    top: 12px;
    width: 12px
}

footer.footer .wrapper .region-footer-second section:last-child ul li ul,
header.navbar .region-navigation-first .block-menu:not(:last-child) ul li ul {
    display: none
}

footer.footer .wrapper .region-footer-second section:last-child ul li.expanded>button:first-child>.caret,
header.navbar .region-navigation-first .block-menu:not(:last-child) ul li.expanded>button:first-child>.caret {
    transform: rotate(-45deg)
}

footer.footer .wrapper .region-footer-second section:last-child ul li.expanded>ul,
header.navbar .region-navigation-first .block-menu:not(:last-child) ul li.expanded>ul {
    display: block
}

footer.footer .wrapper .region-footer-second section:last-child ul .open>a,
header.navbar .region-navigation-first .block-menu:not(:last-child) ul .open>a {
    background-color: transparent;
    border-color: #bdcbe6
}

header.navbar .region-navigation-first .block-menu-menu-mobile-about-navigation>.close,
header.navbar .region-navigation-first .block-menu-menu-mobile-about-navigation>h2,
header.navbar .region-navigation-first .block-menu-menu-mobile-brokers-navigation>.close,
header.navbar .region-navigation-first .block-menu-menu-mobile-brokers-navigation>h2,
header.navbar .region-navigation-first .block-menu-menu-mobile-businesses-navigat>.close,
header.navbar .region-navigation-first .block-menu-menu-mobile-businesses-navigat>h2,
header.navbar .region-navigation-first .block-menu-menu-mobile-gme-menu>.close,
header.navbar .region-navigation-first .block-menu-menu-mobile-gme-menu>h2,
header.navbar .region-navigation-first .block-menu-menu-mobile-structure-navigation>.close,
header.navbar .region-navigation-first .block-menu-menu-mobile-structure-navigation>h2 {
    border: 0;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='18' height='18' viewBox='0 0 18 18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.973 10.552L15.32 16.9c.402.402 1.055.402 1.458 0 .403-.404.403-1.057 0-1.46L10.43 9.095l6.348-6.347c.403-.403.403-1.056 0-1.46-.403-.4-1.056-.4-1.458 0L8.973 7.636 2.68 1.343c-.402-.403-1.055-.403-1.458 0-.403.402-.403 1.055 0 1.458l6.292 6.294-6.292 6.292c-.403.403-.403 1.056 0 1.46.403.4 1.056.4 1.458 0l6.293-6.294z' fill='%230093D1' fill-rule='nonzero'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px;
    content: "";
    cursor: pointer;
    display: block;
    font-size: .01em;
    height: 18px;
    line-height: .01em;
    margin: 10px 0 10px 15px;
    overflow: hidden;
    padding: 0;
    position: relative;
    transition: transition-all;
    width: 18px
}

footer.footer .wrapper .region-footer-second section:last-child {
    background-color: #fff
}

footer.footer .wrapper .region-footer-second section:last-child>h2 {
    display: none
}

footer.footer .wrapper .region-footer-second section:last-child>ul>li>ul>li>ul {
    border-color: #e6eaf3
}

footer.footer .wrapper .region-footer-second section:last-child ul li a,
footer.footer .wrapper .region-footer-second section:last-child ul li button {
    border-color: #e6eaf3
}

footer.footer .wrapper .region-footer-second section:last-child ul .open>a {
    border-color: #e6eaf3
}

.pagination {
    border-radius: 0;
    border-top: 1px solid #bdcbe6;
    display: block;
    padding-top: 13.4px
}

html body .pagination {
    margin: 40px 0 0
}

.pagination:after,
.pagination:before {
    display: none
}

.pagination>.active>span {
    background-color: transparent;
    color: #004ea8;
    opacity: 1
}

.pagination>.active>span:hover {
    background-color: transparent;
    color: #004ea8;
    z-index: 0
}

.pagination li {
    margin: 0 5px
}

.pagination li.next a,
.pagination li.prev a {
    opacity: 1
}

.pagination li.next {
    float: right
}

.pagination li.prev {
    float: left
}

.pagination li>a,
.pagination li>span {
    border: none;
    color: #004ea8;
    float: none;
    line-height: 1em;
    padding: 0;
    transition: all .3s ease;
    opacity: .5
}

.pagination li>a:focus,
.pagination li>span:focus {
    background-color: transparent
}

.pagination li>a:hover,
.pagination li>span:hover {
    background-color: transparent;
    color: #004ea8;
    opacity: 1;
    text-decoration: underline
}

.panel {
    border: none;
    border-radius: 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    position: relative
}

.panel .views-field-field-related-link a {
    padding: 10px 20px 10px 35px
}

.panel .views-field-field-related-link a:first-child {
    margin-top: 0
}

.panel .views-field-field-related-link a:last-child {
    margin-bottom: 0
}

.panel .views-field-field-related-link a:last-child {
    padding-bottom: 20px
}

.panel .field-name-field-feature-bullet-points .field-item {
    padding: 10px 20px 10px 35px;
    position: relative
}

.panel .field-name-field-feature-bullet-points .field-item:first-child {
    margin-top: 0
}

.panel .field-name-field-feature-bullet-points .field-item:last-child {
    margin-bottom: 0
}

.panel .field-name-field-feature-bullet-points .field-item:before {
    content: "\2022";
    display: block;
    font-family: FontAwesome;
    font-size: 16px;
    left: 20px;
    line-height: 1em;
    position: absolute;
    top: 13px
}

.panel .field-name-field-feature-bullet-points .field-item:first-child {
    padding-top: 20px
}

.panel .field-name-field-feature-bullet-points .field-item:first-child:before {
    top: 23px
}

.panel .field-name-field-feature-bullet-points .field-item:last-child {
    padding-bottom: 20px
}

.panel .field-name-field-custom-title .field-item,
.panel .field-name-field-headline .field-item {
    font-family: "Helvetica Neue", helvetica, sans-serif;
    font-size: 1.5em;
    font-weight: 400;
    line-height: 1.25em;
    text-transform: none;
    font-family: "Helvetica Neue Bd Cn", helvetica, sans-serif;
    letter-spacing: .005em;
    line-height: 1em;
    text-transform: uppercase;
    background-color: #a4e086;
    padding: 20px
}

.panel .field-name-field-custom-title .field-item:first-child,
.panel .field-name-field-headline .field-item:first-child {
    margin-top: 0
}

.panel .field-name-field-custom-title .field-item:last-child,
.panel .field-name-field-headline .field-item:last-child {
    margin-bottom: 0
}

@media only screen and (max-width:992px) {

    .panel .field-name-field-custom-title .field-item,
    .panel .field-name-field-headline .field-item {
        font-size: 1.275em;
        line-height: 1.125
    }
}

.panel .block-views-related-information-block {
    padding-bottom: 20px
}

.panel .block-views-related-information-block .block-title {
    font-family: "Helvetica Neue", helvetica, sans-serif;
    font-size: 1.5em;
    font-weight: 400;
    line-height: 1.25em;
    text-transform: none;
    font-family: "Helvetica Neue Bd Cn", helvetica, sans-serif;
    letter-spacing: .005em;
    line-height: 1em;
    text-transform: uppercase;
    background-color: #a4e086;
    padding: 20px
}

.panel .block-views-related-information-block .block-title:first-child {
    margin-top: 0
}

.panel .block-views-related-information-block .block-title:last-child {
    margin-bottom: 0
}

@media only screen and (max-width:992px) {
    .panel .block-views-related-information-block .block-title {
        font-size: 1.275em;
        line-height: 1.125
    }
}

.panel .field-name-field-link {
    font-size: 14px;
    line-height: 1.375em;
    position: absolute;
    right: 20px;
    top: 20px;
    width: auto
}

.panel .paragraphs-items-field-resources>.field>.field-items {
    padding: 20px
}

.panel .paragraphs-items-field-resources>.field>.field-items>.field-item {
    margin: 20px 0;
    padding-left: 20px;
    position: relative
}

.panel .paragraphs-items-field-resources>.field>.field-items>.field-item:first-child {
    margin-top: 0
}

.panel .paragraphs-items-field-resources>.field>.field-items>.field-item:last-child {
    margin-bottom: 0
}

.panel .paragraphs-items-field-resources>.field>.field-items>.field-item:before {
    content: "\2022";
    display: block;
    font-family: FontAwesome;
    font-size: 16px;
    left: 0;
    line-height: 1em;
    position: absolute;
    top: 3px
}

.panel .paragraphs-items-field-resources>.field>.field-items .paragraphs-item-resource-document .field-name-field-form {
    display: none
}

.panel.blue .block-title,
.panel.blue .field-name-field-headline .field-item {
    font-family: "Helvetica Neue Bd Cn", helvetica, sans-serif;
    text-transform: uppercase;
    background-color: #75d0f4;
    text-align: left;
    font-size: 1.5em;
    padding: 20px;
    margin: 0
}

.panel.blue.wysiwyg p {
    text-align: left;
    padding: 0 15px
}

.panel.blue.wysiwyg p:last-child {
    padding-bottom: 15px
}

.view-portal-page-teasers .views-field {
    margin: 10px 0
}

.view-portal-page-teasers .views-field:first-child {
    margin-top: 0
}

.view-portal-page-teasers .views-field:last-child {
    margin-bottom: 0
}

.view-portal-page-teasers .views-field-field-cta-icon {
    display: flex;
    flex-flow: column;
    height: 78px;
    justify-content: center
}

.view-portal-page-teasers .views-field-field-cta-icon img {
    margin: 0 auto;
    width: auto
}

.view-portal-page-teasers .views-field-title {
    font-family: "Helvetica Neue", helvetica, sans-serif;
    font-size: 1.5em;
    font-weight: 400;
    line-height: 1.25em;
    text-transform: none
}

.view-portal-page-teasers .views-field-title:first-child {
    margin-top: 0
}

.view-portal-page-teasers .views-field-title:last-child {
    margin-bottom: 0
}

@media only screen and (max-width:992px) {
    .view-portal-page-teasers .views-field-title {
        font-size: 1.275em;
        line-height: 1.125
    }
}

.view-portal-page-teasers .views-field-title a {
    text-decoration: none
}

.view-portal-page-teasers .views-field-title a:hover {
    text-decoration: underline
}

.view-portal-page-teasers .view-header {
    margin-bottom: 40px;
    text-align: center
}

.view-portal-page-teasers .views-row {
    margin: 40px auto;
    max-width: 400px;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center
}

.view-portal-page-teasers .views-row:first-child {
    margin-top: 0
}

.view-portal-page-teasers .views-row:last-child {
    margin-bottom: 0
}

@media only screen and (min-width:768px) {
    .view-portal-page-teasers .view-content {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap
    }

    .view-portal-page-teasers .views-row {
        flex-shrink: 0;
        margin: 0 0 40px
    }

    .view-portal-page-teasers .views-row:last-child {
        margin: 0
    }
}

@media only screen and (min-width:992px) {
    .view-portal-page-teasers .view-content {
        display: flex;
        wrap: nowrap
    }
}

.paragraphs-item-product-teaser-wrapper .field-name-field-products>.field-items>.field-item {
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    margin: 40px 0;
    background-color: #fff
}

.paragraphs-item-product-teaser-wrapper .field-name-field-products>.field-items>.field-item:first-child {
    margin-top: 0
}

.paragraphs-item-product-teaser-wrapper .field-name-field-products>.field-items>.field-item:last-child {
    margin-bottom: 0
}

.paragraphs-item-product-teaser-wrapper .field-name-field-products>.field-items>.field-item>.paragraphs-item-product-teaser h3 {
    margin: 20px 20px 0
}

.paragraphs-item-product-teaser-wrapper .field-name-field-products>.field-items>.field-item>.paragraphs-item-product-teaser .field-name-field-headline {
    margin: 20px
}

.paragraphs-item-product-teaser-wrapper .field-name-field-products>.field-items>.field-item>.paragraphs-item-product-teaser .field-name-field-product-urls {
    margin: auto 20px 20px
}

.paragraphs-item-product-teaser-wrapper .field-name-field-product-urls .field-items {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end
}

.paragraphs-item-product-teaser-wrapper .field-name-field-product-urls .field-items .field-item a {
    border-right: 1px solid #505050;
    padding: 0 10px;
    display: block;
    width: auto
}

.paragraphs-item-product-teaser-wrapper .field-name-field-product-urls .field-items .field-item:last-child a {
    border: none;
    padding-right: 0
}

@media only screen and (min-width:768px) {
    .paragraphs-item-product-teaser-wrapper .field-name-field-products>.field-items {
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        margin: -20px
    }

    .paragraphs-item-product-teaser-wrapper .field-name-field-products>.field-items>.field-item {
        flex-basis: 340px
    }

    .paragraphs-item-product-teaser-wrapper .field-name-field-products>.field-items>.field-item,
    .paragraphs-item-product-teaser-wrapper .field-name-field-products>.field-items>.field-item:first-child,
    .paragraphs-item-product-teaser-wrapper .field-name-field-products>.field-items>.field-item:last-child {
        margin: 20px
    }
}

@media only screen and (min-width:992px) {
    .paragraphs-item-product-teaser-wrapper .field-name-field-products>.field-items>.field-item {
        flex-basis: calc(33.3% - 40px);
        display: flex
    }

    .paragraphs-item-product-teaser-wrapper .field-name-field-products>.field-items>.field-item .paragraphs-item-product-teaser {
        display: flex;
        flex-direction: column;
        flex: 1
    }
}

.paragraphs-items-field-section>.field>.field-items>.field-item:last-child .paragraphs-item-promotions.promotions-5 {
    margin-bottom: 40px
}

.paragraphs-items-field-section-full .paragraphs-item-promotions.promotions-5>.content {
    padding-top: 0
}

.paragraphs-item-promotions.promotions-5 .field-name-field-promotions>.field-items>.field-item {
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    margin: 40px 0;
    display: flex;
    min-height: 225px
}

.paragraphs-item-promotions.promotions-5 .field-name-field-promotions>.field-items>.field-item:after {
    content: "";
    display: table;
    clear: both
}

.paragraphs-item-promotions.promotions-5 .field-name-field-promotions>.field-items>.field-item:first-child {
    margin-top: 0
}

.paragraphs-item-promotions.promotions-5 .field-name-field-promotions>.field-items>.field-item:last-child {
    margin-bottom: 0
}

.paragraphs-item-promotions.promotions-5 .field-name-field-promotions>.field-items>.field-item .node-promotion {
    display: flex
}

.paragraphs-item-promotions.promotions-5 .field-name-field-promotions>.field-items>.field-item .node-promotion.lt-blue {
    background-color: #e7f3f8
}

.paragraphs-item-promotions.promotions-5 .field-name-field-promotions>.field-items>.field-item .node-promotion.blue {
    background-color: #75d0f4
}

.paragraphs-item-promotions.promotions-5 .field-name-field-promotions>.field-items>.field-item .node-promotion.green {
    background-color: #a4e086
}

.paragraphs-item-promotions.promotions-5 .field-name-field-promotions>.field-items>.field-item .node-promotion.white {
    background-color: #fff
}

.paragraphs-item-promotions.promotions-5 .field-name-field-promotions>.field-items>.field-item .node-promotion.img {
    background-size: cover
}

.paragraphs-item-promotions.promotions-5 .field-name-field-promotions>.field-items>.field-item .node-promotion.img a,
.paragraphs-item-promotions.promotions-5 .field-name-field-promotions>.field-items>.field-item .node-promotion.img p {
    color: #fff
}

.paragraphs-item-promotions.promotions-5 .field-name-field-promotions>.field-items>.field-item .node-promotion .promo-wrapper {
    align-self: flex-end
}

.paragraphs-item-promotions.promotions-5 .field-name-field-promotions>.field-items>.field-item .node-promotion .promo-wrapper h3 {
    margin-bottom: 5px
}

.paragraphs-item-promotions.promotions-5 .node-promotion>:not(.field-name-field-promotion-image) {
    margin: 20px
}

.paragraphs-item-promotions.promotions-5 .field-name-field-promotion-image {
    display: none
}

.paragraphs-item-promotions.promotions-5 .field-name-field-promotion-link {
    text-align: right
}

@media only screen and (min-width:768px) {
    .paragraphs-item-promotions.promotions-5 .field-name-field-promotions>.field-items {
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        margin: -20px
    }

    .paragraphs-item-promotions.promotions-5 .field-name-field-promotions>.field-items>.field-item {
        flex-basis: 250px
    }

    .paragraphs-item-promotions.promotions-5 .field-name-field-promotions>.field-items>.field-item,
    .paragraphs-item-promotions.promotions-5 .field-name-field-promotions>.field-items>.field-item:first-child,
    .paragraphs-item-promotions.promotions-5 .field-name-field-promotions>.field-items>.field-item:last-child {
        margin: 20px
    }
}

@media only screen and (min-width:1200px) {
    .paragraphs-item-promotions.promotions-5 .field-name-field-promotions>.field-items>.field-item {
        flex-basis: calc(20% - 40px)
    }
}

.paragraphs-items-field-section>.field>.field-items>.field-item:last-child .paragraphs-item-promotions.promotions-4 {
    margin-bottom: 40px
}

.paragraphs-items-field-section-full .paragraphs-item-promotions.promotions-4>.content {
    padding-top: 0
}

.paragraphs-item-promotions.promotions-4 .field-name-field-promotions>.field-items>.field-item {
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    margin: 40px 0
}

.paragraphs-item-promotions.promotions-4 .field-name-field-promotions>.field-items>.field-item:after {
    content: "";
    display: table;
    clear: both
}

.paragraphs-item-promotions.promotions-4 .field-name-field-promotions>.field-items>.field-item:first-child {
    margin-top: 0
}

.paragraphs-item-promotions.promotions-4 .field-name-field-promotions>.field-items>.field-item:last-child {
    margin-bottom: 0
}

.paragraphs-item-promotions.promotions-4 .node-promotion>:not(.field-name-field-promotion-image) {
    margin: 20px
}

.paragraphs-item-promotions.promotions-4 .field-name-field-promotion-link {
    text-align: right
}

@media only screen and (min-width:768px) {
    .paragraphs-item-promotions.promotions-4 .field-name-field-promotions>.field-items {
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        margin: -20px
    }

    .paragraphs-item-promotions.promotions-4 .field-name-field-promotions>.field-items>.field-item {
        flex-basis: calc(50% - 40px)
    }

    .paragraphs-item-promotions.promotions-4 .field-name-field-promotions>.field-items>.field-item,
    .paragraphs-item-promotions.promotions-4 .field-name-field-promotions>.field-items>.field-item:first-child,
    .paragraphs-item-promotions.promotions-4 .field-name-field-promotions>.field-items>.field-item:last-child {
        margin: 20px
    }
}

@media only screen and (min-width:992px) {
    .paragraphs-item-promotions.promotions-4 .field-name-field-promotions>.field-items>.field-item {
        flex-basis: calc(25% - 40px)
    }
}

.paragraphs-item-promotions.promotions-1 {
    position: relative;
    z-index: 1
}

.paragraphs-item-promotions.promotions-1 .content {
    max-width: 100%;
    padding: 0
}

.paragraphs-item-promotions.promotions-1 .node-promotion {
    margin: 0 auto;
    padding: 40px 20px;
    position: relative;
    width: 100%;
    align-items: flex-start;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    height: auto;
    margin: 0;
    overflow: hidden;
    padding: 20px;
    position: relative;
    width: 100%
}

.paragraphs-item-promotions.promotions-1 .node-promotion:first-child {
    margin-top: 0
}

.paragraphs-item-promotions.promotions-1 .node-promotion:last-child {
    margin-bottom: 0
}

@media only screen and (min-width:600px) {
    .paragraphs-item-promotions.promotions-1 .node-promotion {
        padding-right: 40px;
        padding-left: 40px
    }
}

@media only screen and (min-width:1326px) {
    .paragraphs-item-promotions.promotions-1 .node-promotion {
        max-width: 1326px;
        padding-right: 20px;
        padding-left: 20px
    }
}

.paragraphs-item-promotions.promotions-1 .node-promotion:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg class='taper-top' preserveAspectRatio='none' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' fill='white'%3E%3Cpolygon id='Rectangle-1' points='0 0 16 0 0 16'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    cursor: pointer;
    display: inline-block;
    font-size: .01em;
    height: 6vw;
    left: -.05vw;
    line-height: .01em;
    position: absolute;
    width: 104vw;
    top: -1px
}

@media only screen and (min-width:1396px) {
    .paragraphs-item-promotions.promotions-1 .node-promotion:before {
        width: 100%;
        height: 83px
    }
}

.paragraphs-item-promotions.promotions-1 .node-promotion:after {
    display: none
}

.paragraphs-item-promotions.promotions-1 .node-promotion .field-name-body,
.paragraphs-item-promotions.promotions-1 .node-promotion .field-name-field-promotion-link,
.paragraphs-item-promotions.promotions-1 .node-promotion h3 {
    margin: 0;
    width: 100%
}

.paragraphs-item-promotions.promotions-1 .node-promotion h3 {
    font-family: "Helvetica Neue Bd Cn", helvetica, sans-serif;
    letter-spacing: .005em;
    line-height: 1em;
    text-transform: uppercase;
    color: #505050;
    font-size: 36px;
    padding: 38.7vw 0 0
}

.paragraphs-item-promotions.promotions-1 .node-promotion .field-name-body {
    margin: 5px 0
}

.paragraphs-item-promotions.promotions-1 .node-promotion .field-name-field-promotion-image {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.paragraphs-item-promotions.promotions-1 .node-promotion .field-name-field-promotion-image img {
    height: auto;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.paragraphs-item-promotions.promotions-1 .node-promotion .field-name-field-promotion-link {
    margin-top: 5px
}

.paragraphs-item-promotions.promotions-1 .node-promotion .field-name-field-promotion-link a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.paragraphs-item-promotions.promotions-1 .node-promotion .field-name-field-promotion-link a,
.paragraphs-item-promotions.promotions-1 .node-promotion .field-name-field-promotion-link a.btn,
.paragraphs-item-promotions.promotions-1 .node-promotion .field-name-field-promotion-link a:focus {
    border: none;
    border-radius: 0;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    line-height: 1.25em;
    margin: 5px 0;
    padding: 8.6px 13.4px 6.6px;
    text-decoration: none;
    transition: all .3s ease;
    white-space: normal;
    width: auto;
    -webkit-appearance: none
}

.paragraphs-item-promotions.promotions-1 .node-promotion .field-name-field-promotion-link a.btn:first-child,
.paragraphs-item-promotions.promotions-1 .node-promotion .field-name-field-promotion-link a:first-child,
.paragraphs-item-promotions.promotions-1 .node-promotion .field-name-field-promotion-link a:focus:first-child {
    margin-top: 0
}

.paragraphs-item-promotions.promotions-1 .node-promotion .field-name-field-promotion-link a.btn:last-child,
.paragraphs-item-promotions.promotions-1 .node-promotion .field-name-field-promotion-link a:focus:last-child,
.paragraphs-item-promotions.promotions-1 .node-promotion .field-name-field-promotion-link a:last-child {
    margin-bottom: 0
}

.paragraphs-item-promotions.promotions-1 .node-promotion .field-name-field-promotion-link a.btn:active,
.paragraphs-item-promotions.promotions-1 .node-promotion .field-name-field-promotion-link a.btn:hover,
.paragraphs-item-promotions.promotions-1 .node-promotion .field-name-field-promotion-link a.btn:link,
.paragraphs-item-promotions.promotions-1 .node-promotion .field-name-field-promotion-link a.btn:visited,
.paragraphs-item-promotions.promotions-1 .node-promotion .field-name-field-promotion-link a:active,
.paragraphs-item-promotions.promotions-1 .node-promotion .field-name-field-promotion-link a:focus:active,
.paragraphs-item-promotions.promotions-1 .node-promotion .field-name-field-promotion-link a:focus:hover,
.paragraphs-item-promotions.promotions-1 .node-promotion .field-name-field-promotion-link a:focus:link,
.paragraphs-item-promotions.promotions-1 .node-promotion .field-name-field-promotion-link a:focus:visited,
.paragraphs-item-promotions.promotions-1 .node-promotion .field-name-field-promotion-link a:hover,
.paragraphs-item-promotions.promotions-1 .node-promotion .field-name-field-promotion-link a:link,
.paragraphs-item-promotions.promotions-1 .node-promotion .field-name-field-promotion-link a:visited {
    color: #fff
}

.paragraphs-item-promotions.promotions-1 .node-promotion .field-name-field-promotion-link a.btn:first-child,
.paragraphs-item-promotions.promotions-1 .node-promotion .field-name-field-promotion-link a:first-child,
.paragraphs-item-promotions.promotions-1 .node-promotion .field-name-field-promotion-link a:focus:first-child {
    margin-left: 0
}

.paragraphs-item-promotions.promotions-1 .node-promotion .field-name-field-promotion-link a.btn:last-child,
.paragraphs-item-promotions.promotions-1 .node-promotion .field-name-field-promotion-link a:focus:last-child,
.paragraphs-item-promotions.promotions-1 .node-promotion .field-name-field-promotion-link a:last-child {
    margin-right: 0
}

.paragraphs-item-promotions.promotions-1 .node-promotion .field-name-field-promotion-link a.btn.tb-megamenu-button,
.paragraphs-item-promotions.promotions-1 .node-promotion .field-name-field-promotion-link a.tb-megamenu-button,
.paragraphs-item-promotions.promotions-1 .node-promotion .field-name-field-promotion-link a:focus.tb-megamenu-button {
    display: none
}

.paragraphs-item-promotions.promotions-1 .node-promotion .field-name-field-promotion-link a.btn.login,
.paragraphs-item-promotions.promotions-1 .node-promotion .field-name-field-promotion-link a.login,
.paragraphs-item-promotions.promotions-1 .node-promotion .field-name-field-promotion-link a:focus.login {
    background-color: #f89728;
    color: #fff
}

.high-contrast .paragraphs-item-promotions.promotions-1 .node-promotion .field-name-field-promotion-link a.btn.login,
.high-contrast .paragraphs-item-promotions.promotions-1 .node-promotion .field-name-field-promotion-link a.login,
.high-contrast .paragraphs-item-promotions.promotions-1 .node-promotion .field-name-field-promotion-link a:focus.login {
    background-color: #fff;
    border: 1px solid #01346f;
    color: #004ea8
}

.paragraphs-item-promotions.promotions-1 .node-promotion .field-name-field-promotion-link a.btn.login:before,
.paragraphs-item-promotions.promotions-1 .node-promotion .field-name-field-promotion-link a.login:before,
.paragraphs-item-promotions.promotions-1 .node-promotion .field-name-field-promotion-link a:focus.login:before {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    color: #fff;
    content: '\f023';
    cursor: pointer;
    display: inline-block;
    font-family: FontAwesome;
    font-size: 1em;
    height: 24px;
    line-height: 1em;
    margin-right: 5px;
    width: 19px
}

.high-contrast .paragraphs-item-promotions.promotions-1 .node-promotion .field-name-field-promotion-link a.btn.login:before,
.high-contrast .paragraphs-item-promotions.promotions-1 .node-promotion .field-name-field-promotion-link a.login:before,
.high-contrast .paragraphs-item-promotions.promotions-1 .node-promotion .field-name-field-promotion-link a:focus.login:before {
    color: #004ea8
}

.paragraphs-item-promotions.promotions-1 .node-promotion .field-name-field-promotion-link a.btn.login:focus,
.paragraphs-item-promotions.promotions-1 .node-promotion .field-name-field-promotion-link a.btn.login:hover,
.paragraphs-item-promotions.promotions-1 .node-promotion .field-name-field-promotion-link a.login:focus,
.paragraphs-item-promotions.promotions-1 .node-promotion .field-name-field-promotion-link a.login:hover,
.paragraphs-item-promotions.promotions-1 .node-promotion .field-name-field-promotion-link a:focus.login:focus,
.paragraphs-item-promotions.promotions-1 .node-promotion .field-name-field-promotion-link a:focus.login:hover {
    background-color: #f3890e
}

.high-contrast .paragraphs-item-promotions.promotions-1 .node-promotion .field-name-field-promotion-link a.btn.login:focus,
.high-contrast .paragraphs-item-promotions.promotions-1 .node-promotion .field-name-field-promotion-link a.btn.login:hover,
.high-contrast .paragraphs-item-promotions.promotions-1 .node-promotion .field-name-field-promotion-link a.login:focus,
.high-contrast .paragraphs-item-promotions.promotions-1 .node-promotion .field-name-field-promotion-link a.login:hover,
.high-contrast .paragraphs-item-promotions.promotions-1 .node-promotion .field-name-field-promotion-link a:focus.login:focus,
.high-contrast .paragraphs-item-promotions.promotions-1 .node-promotion .field-name-field-promotion-link a:focus.login:hover {
    background-color: #fff;
    text-decoration: underline
}

.paragraphs-item-promotions.promotions-1 .node-promotion .field-name-field-promotion-link a.btn.tertiary,
.paragraphs-item-promotions.promotions-1 .node-promotion .field-name-field-promotion-link a.tertiary,
.paragraphs-item-promotions.promotions-1 .node-promotion .field-name-field-promotion-link a:focus.tertiary {
    background-color: rgba(0, 0, 0, .11);
    font-size: 16px;
    padding: 7px 10px 5px
}

.paragraphs-item-promotions.promotions-1 .node-promotion .field-name-field-promotion-link a .ajax-progress,
.paragraphs-item-promotions.promotions-1 .node-promotion .field-name-field-promotion-link a.btn .ajax-progress,
.paragraphs-item-promotions.promotions-1 .node-promotion .field-name-field-promotion-link a:focus .ajax-progress {
    margin-left: 10px
}

.paragraphs-item-promotions.promotions-1 .node-promotion .field-name-field-promotion-link a .ajax-progress i:before,
.paragraphs-item-promotions.promotions-1 .node-promotion .field-name-field-promotion-link a.btn .ajax-progress i:before,
.paragraphs-item-promotions.promotions-1 .node-promotion .field-name-field-promotion-link a:focus .ajax-progress i:before {
    content: "\f021";
    font-family: FontAwesome;
    font-size: .8em
}

@media only screen and (min-width:600px) {

    .paragraphs-item-promotions.promotions-1 .node-promotion .field-name-field-promotion-link a,
    .paragraphs-item-promotions.promotions-1 .node-promotion .field-name-field-promotion-link a.btn,
    .paragraphs-item-promotions.promotions-1 .node-promotion .field-name-field-promotion-link a:focus {
        font-size: 20px;
        margin: 0 5px;
        padding: 12px 20px 10px
    }

    .paragraphs-item-promotions.promotions-1 .node-promotion .field-name-field-promotion-link a.btn:first-child,
    .paragraphs-item-promotions.promotions-1 .node-promotion .field-name-field-promotion-link a:first-child,
    .paragraphs-item-promotions.promotions-1 .node-promotion .field-name-field-promotion-link a:focus:first-child {
        margin-left: 0
    }

    .paragraphs-item-promotions.promotions-1 .node-promotion .field-name-field-promotion-link a.btn:last-child,
    .paragraphs-item-promotions.promotions-1 .node-promotion .field-name-field-promotion-link a:focus:last-child,
    .paragraphs-item-promotions.promotions-1 .node-promotion .field-name-field-promotion-link a:last-child {
        margin-right: 0
    }
}

html .paragraphs-item-promotions.promotions-1 .node-promotion .field-name-field-promotion-link a,
html .paragraphs-item-promotions.promotions-1 .node-promotion .field-name-field-promotion-link a.btn-primary,
html .paragraphs-item-promotions.promotions-1 .node-promotion .field-name-field-promotion-link a:focus {
    background-color: #004ea8
}

html .paragraphs-item-promotions.promotions-1 .node-promotion .field-name-field-promotion-link a.btn-primary:hover,
html .paragraphs-item-promotions.promotions-1 .node-promotion .field-name-field-promotion-link a:focus:hover,
html .paragraphs-item-promotions.promotions-1 .node-promotion .field-name-field-promotion-link a:hover {
    background-color: #0965d0
}

@media only screen and (min-width:600px) {
    .paragraphs-item-promotions.promotions-1 .node-promotion {
        height: 38.7vw;
        max-width: none;
        padding: 40px
    }

    .paragraphs-item-promotions.promotions-1 .node-promotion .field-name-body,
    .paragraphs-item-promotions.promotions-1 .node-promotion .field-name-field-promotion-link,
    .paragraphs-item-promotions.promotions-1 .node-promotion h3 {
        color: #fff;
        max-width: 370px;
        padding: 0 50px 0 0;
        width: 100%
    }

    .paragraphs-item-promotions.promotions-1 .node-promotion h3 {
        margin-top: 4vw
    }

    .paragraphs-item-promotions.promotions-1 .node-promotion .field-name-field-promotion-image img {
        top: 50%;
        transform: translateY(-50%)
    }

    .paragraphs-item-promotions.promotions-1 .node-promotion .field-name-body {
        margin: 10px 0
    }
}

@media only screen and (min-width:768px) {
    .paragraphs-item-promotions.promotions-1 .node-promotion {
        padding: 40px 100px
    }

    .paragraphs-item-promotions.promotions-1 .node-promotion .field-name-body,
    .paragraphs-item-promotions.promotions-1 .node-promotion .field-name-field-promotion-link,
    .paragraphs-item-promotions.promotions-1 .node-promotion h3 {
        max-width: 440px
    }

    .paragraphs-item-promotions.promotions-1 .node-promotion h3 {
        font-size: 36px
    }
}

@media only screen and (min-width:992px) {

    .paragraphs-item-promotions.promotions-1 .node-promotion .field-name-body,
    .paragraphs-item-promotions.promotions-1 .node-promotion .field-name-field-promotion-link,
    .paragraphs-item-promotions.promotions-1 .node-promotion h3 {
        max-width: 500px
    }

    .paragraphs-item-promotions.promotions-1 .node-promotion h3 {
        font-size: 36px
    }
}

@media only screen and (min-width:1200px) {

    .paragraphs-item-promotions.promotions-1 .node-promotion .field-name-body,
    .paragraphs-item-promotions.promotions-1 .node-promotion .field-name-field-promotion-link,
    .paragraphs-item-promotions.promotions-1 .node-promotion h3 {
        max-width: 600px
    }

    .paragraphs-item-promotions.promotions-1 .node-promotion h3 {
        font-size: 64px
    }
}

@media only screen and (min-width:1396px) {
    .paragraphs-item-promotions.promotions-1 .node-promotion {
        height: 540px
    }

    .paragraphs-item-promotions.promotions-1 .node-promotion .field-name-body,
    .paragraphs-item-promotions.promotions-1 .node-promotion .field-name-field-promotion-link,
    .paragraphs-item-promotions.promotions-1 .node-promotion h3 {
        max-width: 720px;
        padding-right: 100px;
        padding-left: 100px
    }

    .paragraphs-item-promotions.promotions-1 .node-promotion h3 {
        margin-top: 50px
    }
}

.paragraphs-items-field-section>.field>.field-items>.field-item:last-child .paragraphs-item-promotions.promotions-3,
.paragraphs-items-field-section>.field>.field-items>.field-item:last-child .view-behavioral-health-resources {
    margin-bottom: 40px
}

.paragraphs-items-field-section-full .paragraphs-item-promotions.promotions-3>.content,
.paragraphs-items-field-section-full .view-behavioral-health-resources>.content {
    padding-top: 0
}

.paragraphs-item-promotions.promotions-3 .field-name-field-promotions>.field-items .views-row,
.paragraphs-item-promotions.promotions-3 .field-name-field-promotions>.field-items>.field-item,
.paragraphs-item-promotions.promotions-3 .view-content .views-row,
.paragraphs-item-promotions.promotions-3 .view-content>.field-item,
.view-behavioral-health-resources .field-name-field-promotions>.field-items .views-row,
.view-behavioral-health-resources .field-name-field-promotions>.field-items>.field-item,
.view-behavioral-health-resources .view-content .views-row,
.view-behavioral-health-resources .view-content>.field-item {
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    margin: 40px 0
}

.paragraphs-item-promotions.promotions-3 .field-name-field-promotions>.field-items .views-row:after,
.paragraphs-item-promotions.promotions-3 .field-name-field-promotions>.field-items>.field-item:after,
.paragraphs-item-promotions.promotions-3 .view-content .views-row:after,
.paragraphs-item-promotions.promotions-3 .view-content>.field-item:after,
.view-behavioral-health-resources .field-name-field-promotions>.field-items .views-row:after,
.view-behavioral-health-resources .field-name-field-promotions>.field-items>.field-item:after,
.view-behavioral-health-resources .view-content .views-row:after,
.view-behavioral-health-resources .view-content>.field-item:after {
    content: "";
    display: table;
    clear: both
}

.paragraphs-item-promotions.promotions-3 .field-name-field-promotions>.field-items .views-row:first-child,
.paragraphs-item-promotions.promotions-3 .field-name-field-promotions>.field-items>.field-item:first-child,
.paragraphs-item-promotions.promotions-3 .view-content .views-row:first-child,
.paragraphs-item-promotions.promotions-3 .view-content>.field-item:first-child,
.view-behavioral-health-resources .field-name-field-promotions>.field-items .views-row:first-child,
.view-behavioral-health-resources .field-name-field-promotions>.field-items>.field-item:first-child,
.view-behavioral-health-resources .view-content .views-row:first-child,
.view-behavioral-health-resources .view-content>.field-item:first-child {
    margin-top: 0
}

.paragraphs-item-promotions.promotions-3 .field-name-field-promotions>.field-items .views-row:last-child,
.paragraphs-item-promotions.promotions-3 .field-name-field-promotions>.field-items>.field-item:last-child,
.paragraphs-item-promotions.promotions-3 .view-content .views-row:last-child,
.paragraphs-item-promotions.promotions-3 .view-content>.field-item:last-child,
.view-behavioral-health-resources .field-name-field-promotions>.field-items .views-row:last-child,
.view-behavioral-health-resources .field-name-field-promotions>.field-items>.field-item:last-child,
.view-behavioral-health-resources .view-content .views-row:last-child,
.view-behavioral-health-resources .view-content>.field-item:last-child {
    margin-bottom: 0
}

.paragraphs-item-promotions.promotions-3 .field-name-field-promotions>.field-items .views-row,
.paragraphs-item-promotions.promotions-3 .view-content .views-row,
.view-behavioral-health-resources .field-name-field-promotions>.field-items .views-row,
.view-behavioral-health-resources .view-content .views-row {
    width: 399px
}

.paragraphs-item-promotions.promotions-3 .node-promotion>:not(.field-name-field-promotion-image),
.paragraphs-item-promotions.promotions-3 .node-resource-teaser>:not(.field-name-field-promotion-image),
.view-behavioral-health-resources .node-promotion>:not(.field-name-field-promotion-image),
.view-behavioral-health-resources .node-resource-teaser>:not(.field-name-field-promotion-image) {
    margin: 20px
}

.paragraphs-item-promotions.promotions-3 .field-name-field-promotion-link,
.paragraphs-item-promotions.promotions-3 .field-name-field-resource-url,
.view-behavioral-health-resources .field-name-field-promotion-link,
.view-behavioral-health-resources .field-name-field-resource-url {
    text-align: right
}

@media only screen and (min-width:1200px) {

    .paragraphs-item-promotions.promotions-3 .field-name-field-promotions>.field-items,
    .view-behavioral-health-resources .field-name-field-promotions>.field-items {
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        margin: -20px
    }

    .paragraphs-item-promotions.promotions-3 .field-name-field-promotions>.field-items>.field,
    .paragraphs-item-promotions.promotions-3 .field-name-field-promotions>.field-items>.field-item,
    .view-behavioral-health-resources .field-name-field-promotions>.field-items>.field,
    .view-behavioral-health-resources .field-name-field-promotions>.field-items>.field-item {
        display: flex
    }

    .paragraphs-item-promotions.promotions-3 .field-name-field-promotions>.field-items>.field .view-mode-3x_promo,
    .paragraphs-item-promotions.promotions-3 .field-name-field-promotions>.field-items>.field-item .view-mode-3x_promo,
    .view-behavioral-health-resources .field-name-field-promotions>.field-items>.field .view-mode-3x_promo,
    .view-behavioral-health-resources .field-name-field-promotions>.field-items>.field-item .view-mode-3x_promo {
        display: flex;
        flex-direction: column;
        flex: 1
    }

    .paragraphs-item-promotions.promotions-3 .field-name-field-promotions>.field-items>.field .view-mode-3x_promo h3,
    .paragraphs-item-promotions.promotions-3 .field-name-field-promotions>.field-items>.field-item .view-mode-3x_promo h3,
    .view-behavioral-health-resources .field-name-field-promotions>.field-items>.field .view-mode-3x_promo h3,
    .view-behavioral-health-resources .field-name-field-promotions>.field-items>.field-item .view-mode-3x_promo h3 {
        margin: 20px 20px 0
    }

    .paragraphs-item-promotions.promotions-3 .field-name-field-promotions>.field-items>.field .view-mode-3x_promo .field-name-body,
    .paragraphs-item-promotions.promotions-3 .field-name-field-promotions>.field-items>.field-item .view-mode-3x_promo .field-name-body,
    .view-behavioral-health-resources .field-name-field-promotions>.field-items>.field .view-mode-3x_promo .field-name-body,
    .view-behavioral-health-resources .field-name-field-promotions>.field-items>.field-item .view-mode-3x_promo .field-name-body {
        margin: 20px
    }

    .paragraphs-item-promotions.promotions-3 .field-name-field-promotions>.field-items>.field .view-mode-3x_promo .field-name-field-promotion-link,
    .paragraphs-item-promotions.promotions-3 .field-name-field-promotions>.field-items>.field-item .view-mode-3x_promo .field-name-field-promotion-link,
    .view-behavioral-health-resources .field-name-field-promotions>.field-items>.field .view-mode-3x_promo .field-name-field-promotion-link,
    .view-behavioral-health-resources .field-name-field-promotions>.field-items>.field-item .view-mode-3x_promo .field-name-field-promotion-link {
        margin: auto 20px 20px
    }

    .paragraphs-item-promotions.promotions-3 .field-name-field-promotions>.field-items>.field,
    .paragraphs-item-promotions.promotions-3 .field-name-field-promotions>.field-items>.field-item,
    .paragraphs-item-promotions.promotions-3 .field-name-field-promotions>.field-items>.field-item:first-child,
    .paragraphs-item-promotions.promotions-3 .field-name-field-promotions>.field-items>.field-item:last-child,
    .paragraphs-item-promotions.promotions-3 .field-name-field-promotions>.field-items>.field:first-child,
    .paragraphs-item-promotions.promotions-3 .field-name-field-promotions>.field-items>.field:last-child,
    .view-behavioral-health-resources .field-name-field-promotions>.field-items>.field,
    .view-behavioral-health-resources .field-name-field-promotions>.field-items>.field-item,
    .view-behavioral-health-resources .field-name-field-promotions>.field-items>.field-item:first-child,
    .view-behavioral-health-resources .field-name-field-promotions>.field-items>.field-item:last-child,
    .view-behavioral-health-resources .field-name-field-promotions>.field-items>.field:first-child,
    .view-behavioral-health-resources .field-name-field-promotions>.field-items>.field:last-child {
        margin: 20px
    }
}

.paragraphs-item-promotions.promotions-3 .view-content,
.view-behavioral-health-resources .view-content {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin: -20px
}

.paragraphs-item-promotions.promotions-3 .view-content .views-row,
.view-behavioral-health-resources .view-content .views-row {
    display: flex
}

.paragraphs-item-promotions.promotions-3 .view-content .views-row .node-resource-teaser,
.view-behavioral-health-resources .view-content .views-row .node-resource-teaser {
    display: flex;
    flex-direction: column;
    flex: 1
}

.paragraphs-item-promotions.promotions-3 .view-content .views-row .node-resource-teaser .field-name-field-resource-type,
.view-behavioral-health-resources .view-content .views-row .node-resource-teaser .field-name-field-resource-type {
    margin: 20px 20px -10px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700
}

.paragraphs-item-promotions.promotions-3 .view-content .views-row .node-resource-teaser h3,
.view-behavioral-health-resources .view-content .views-row .node-resource-teaser h3 {
    margin: 20px 20px 0
}

.paragraphs-item-promotions.promotions-3 .view-content .views-row .node-resource-teaser .field-name-body,
.view-behavioral-health-resources .view-content .views-row .node-resource-teaser .field-name-body {
    margin: 20px
}

.paragraphs-item-promotions.promotions-3 .view-content .views-row .node-resource-teaser .field-name-field-promotion-link,
.view-behavioral-health-resources .view-content .views-row .node-resource-teaser .field-name-field-promotion-link {
    margin: auto 20px 20px
}

.paragraphs-item-promotions.promotions-3 .view-content .views-row,
.paragraphs-item-promotions.promotions-3 .view-content .views-row:first-child,
.paragraphs-item-promotions.promotions-3 .view-content .views-row:last-child,
.view-behavioral-health-resources .view-content .views-row,
.view-behavioral-health-resources .view-content .views-row:first-child,
.view-behavioral-health-resources .view-content .views-row:last-child {
    margin: 20px
}

.paragraphs-item-promotions.promotions-3 .view-footer,
.view-behavioral-health-resources .view-footer {
    display: flex;
    justify-content: center;
    margin-top: 35px
}

@media only screen and (min-width:992px) {

    .paragraphs-item-promotions.promotions-3 .field-name-field-promotions>.field-items>.field-item,
    .view-behavioral-health-resources .field-name-field-promotions>.field-items>.field-item {
        flex-basis: calc(33.3% - 40px)
    }
}

.paragraphs-items-field-section>.field>.field-items>.field-item:last-child .paragraphs-item-promotions.promotions-2 {
    margin-bottom: 40px
}

.paragraphs-items-field-section-full .paragraphs-item-promotions.promotions-2>.content {
    padding-top: 0
}

.paragraphs-item-promotions.promotions-2 .field-name-field-promotions>.field-items>.field-item {
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    margin: 20px auto;
    min-height: 141px;
    position: relative;
    max-width: 750px
}

.paragraphs-item-promotions.promotions-2 .field-name-field-promotions>.field-items>.field-item:last-child {
    margin-bottom: 0
}

.paragraphs-item-promotions.promotions-2 .field-name-field-promotion-image {
    display: inline
}

.paragraphs-item-promotions.promotions-2 .field-name-field-promotion-image .field-item,
.paragraphs-item-promotions.promotions-2 .field-name-field-promotion-image .field-items {
    display: inline
}

.paragraphs-item-promotions.promotions-2 .field-name-field-promotion-image img {
    clear: none;
    float: left;
    height: 101px;
    margin: 20px 0 0 20px;
    width: 101px
}

.paragraphs-item-promotions.promotions-2 .field-name-field-promotion-link {
    text-align: right
}

.paragraphs-item-promotions.promotions-2 .node-promotion>:not(.field-name-field-promotion-image) {
    clear: none;
    float: right;
    margin: 0;
    padding: 10px 20px;
    width: calc(100% - 121px)
}

.paragraphs-item-promotions.promotions-2 .node-promotion>:not(.field-name-field-promotion-image):nth-child(2) {
    padding-top: 20px
}

.paragraphs-item-promotions.promotions-2 .node-promotion>:not(.field-name-field-promotion-image):last-child {
    padding-bottom: 20px
}

@media only screen and (min-width:768px) {
    .paragraphs-item-promotions.promotions-2 .field-name-field-promotions>.field-items>.field-item {
        height: 202px;
        min-height: 0
    }

    .paragraphs-item-promotions.promotions-2 .field-name-field-promotion-image img {
        height: 202px;
        margin: 0;
        width: 202px
    }

    .paragraphs-item-promotions.promotions-2 .field-name-field-promotion-link {
        bottom: 0;
        position: absolute;
        right: 0
    }

    .paragraphs-item-promotions.promotions-2 .node-promotion>:not(.field-name-field-promotion-image) {
        width: calc(100% - 202px)
    }
}

@media only screen and (min-width:1396px) {
    .paragraphs-item-promotions.promotions-2 .field-name-field-promotions>.field-items {
        display: flex;
        flex-flow: row nowrap
    }

    .paragraphs-item-promotions.promotions-2 .field-name-field-promotions>.field-items>.field-item {
        flex-basis: calc(50% - 20px);
        margin: 0
    }

    .paragraphs-item-promotions.promotions-2 .field-name-field-promotions>.field-items>.field-item:last-child {
        margin: 0 0 0 40px
    }
}

.node-type-newsletter-article .region-content-bottom {
    background: #e3e8ed;
    background: linear-gradient(to right, #c8d6e4 0, #e1e8ef 100%);
    overflow: hidden;
    position: relative
}

.node-type-newsletter-article .region-content-bottom:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg class='taper-top' preserveAspectRatio='none' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' fill='white'%3E%3Cpolygon id='Rectangle-1' points='0 0 16 0 0 16'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    cursor: pointer;
    display: inline-block;
    font-size: .01em;
    height: 6vw;
    left: -.05vw;
    line-height: .01em;
    position: absolute;
    width: 104vw;
    top: -1px;
    border-top: 25vw solid #fff;
    height: calc(31vw - 1px)
}

.node-type-newsletter-article .region-content-bottom>section {
    margin: 0 auto;
    padding: 40px 20px;
    position: relative;
    width: 100%;
    padding-top: 0;
    padding-bottom: 80px;
    position: relative
}

.node-type-newsletter-article .region-content-bottom>section:first-child {
    margin-top: 0
}

.node-type-newsletter-article .region-content-bottom>section:last-child {
    margin-bottom: 0
}

@media only screen and (min-width:600px) {
    .node-type-newsletter-article .region-content-bottom>section {
        padding-right: 40px;
        padding-left: 40px
    }
}

@media only screen and (min-width:1326px) {
    .node-type-newsletter-article .region-content-bottom>section {
        max-width: 1326px;
        padding-right: 20px;
        padding-left: 20px
    }
}

.node-type-newsletter-article .region-content-bottom>section>h2 {
    font-family: "Helvetica Neue", helvetica, sans-serif;
    font-size: 1.5em;
    font-weight: 400;
    line-height: 1.25em;
    text-transform: none;
    margin-bottom: 20px
}

.node-type-newsletter-article .region-content-bottom>section>h2:first-child {
    margin-top: 0
}

.node-type-newsletter-article .region-content-bottom>section>h2:last-child {
    margin-bottom: 0
}

@media only screen and (max-width:992px) {
    .node-type-newsletter-article .region-content-bottom>section>h2 {
        font-size: 1.275em;
        line-height: 1.125
    }
}

.node-type-newsletter-article .region-content-bottom .view-newsletter-related-content>.view-content>.views-row {
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    margin: 40px 0
}

.node-type-newsletter-article .region-content-bottom .view-newsletter-related-content>.view-content>.views-row:after {
    content: "";
    display: table;
    clear: both
}

.node-type-newsletter-article .region-content-bottom .view-newsletter-related-content>.view-content>.views-row:first-child {
    margin-top: 0
}

.node-type-newsletter-article .region-content-bottom .view-newsletter-related-content>.view-content>.views-row:last-child {
    margin-bottom: 0
}

.node-type-newsletter-article .region-content-bottom .view-newsletter-related-content>.view-content>.views-row>:not(.views-field-field-article-thumbnail) {
    margin: 20px
}

.node-type-newsletter-article .region-content-bottom .views-field-body {
    display: none
}

.node-type-newsletter-article .region-content-bottom .views-field-path {
    display: none
}

.node-type-newsletter-article .region-content-bottom .views-field-title {
    font-family: "Helvetica Neue", helvetica, sans-serif;
    font-size: 1.5em;
    font-weight: 400;
    line-height: 1.25em;
    text-transform: none
}

.node-type-newsletter-article .region-content-bottom .views-field-title:first-child {
    margin-top: 0
}

.node-type-newsletter-article .region-content-bottom .views-field-title:last-child {
    margin-bottom: 0
}

@media only screen and (max-width:992px) {
    .node-type-newsletter-article .region-content-bottom .views-field-title {
        font-size: 1.275em;
        line-height: 1.125
    }
}

@media only screen and (min-width:768px) {
    .node-type-newsletter-article .region-content-bottom:before {
        border-top-width: 10vw;
        height: calc(16vw - 1px)
    }

    .node-type-newsletter-article .region-content-bottom>section {
        padding-right: 34px;
        padding-left: 34px
    }

    .node-type-newsletter-article .region-content-bottom>section>h2 {
        margin-bottom: 40px
    }

    .node-type-newsletter-article .region-content-bottom .view-newsletter-related-content>.view-content {
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        margin: -20px
    }

    .node-type-newsletter-article .region-content-bottom .view-newsletter-related-content>.view-content>.views-row {
        flex-basis: 340px
    }

    .node-type-newsletter-article .region-content-bottom .view-newsletter-related-content>.view-content>.views-row,
    .node-type-newsletter-article .region-content-bottom .view-newsletter-related-content>.view-content>.views-row:first-child,
    .node-type-newsletter-article .region-content-bottom .view-newsletter-related-content>.view-content>.views-row:last-child {
        margin: 20px
    }
}

@media only screen and (min-width:992px) {
    .node-type-newsletter-article .region-content-bottom .view-newsletter-related-content>.view-content>.views-row {
        flex-basis: calc(33.3% - 40px)
    }
}

.content-type-special-thing {
    margin-top: 20px
}

.content-type-special-thing .field-name-field-button-text,
.content-type-special-thing .field-name-field-headline {
    font-size: 1.875em;
    font-weight: 400;
    line-height: 1.25em;
    margin: .625em 0 .5em;
    font-family: "Helvetica Neue Bd Cn", helvetica, sans-serif;
    letter-spacing: .005em;
    line-height: 1em;
    text-transform: uppercase;
    margin-bottom: 60px;
    text-align: center
}

@media only screen and (max-width:992px) {

    .content-type-special-thing .field-name-field-button-text,
    .content-type-special-thing .field-name-field-headline {
        font-size: 1.375em;
        line-height: 1.125em
    }
}

.content-type-special-thing .field-name-field-button-text .field-item,
.content-type-special-thing .field-name-field-button-text .field-items,
.content-type-special-thing .field-name-field-headline .field-item,
.content-type-special-thing .field-name-field-headline .field-items {
    display: inline
}

.content-type-special-thing .field-name-field-subtext {
    margin-left: auto;
    margin-right: auto;
    max-width: 846px;
    text-align: center;
    padding: 0 20px 45px
}

.content-type-special-thing .field-name-field-subtext p {
    font-size: 18px
}

.content-type-special-thing .field-name-field-icon {
    position: relative
}

.content-type-special-thing .field-name-field-icon img {
    width: auto
}

.content-type-special-thing .paragraphs-items-field-widget-fields-full>.field>.field-items>.field-item {
    margin: 60px 0;
    position: relative;
    text-align: center
}

.content-type-special-thing .paragraphs-items-field-widget-fields-full>.field>.field-items>.field-item:first-child {
    margin-top: 0
}

.content-type-special-thing .paragraphs-items-field-widget-fields-full>.field>.field-items>.field-item:last-child {
    margin-bottom: 0
}

.content-type-special-thing .paragraphs-items-field-widget-fields-full>.field>.field-items>.field-item td {
    text-align: left
}

.content-type-special-thing .paragraphs-items-field-widget-fields-full>.field>.field-items .field-name-title-field {
    font-family: "Helvetica Neue", helvetica, sans-serif;
    font-size: 1.5em;
    font-weight: 400;
    line-height: 1.25em;
    text-transform: none;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative
}

.content-type-special-thing .paragraphs-items-field-widget-fields-full>.field>.field-items .field-name-title-field:first-child {
    margin-top: 0
}

.content-type-special-thing .paragraphs-items-field-widget-fields-full>.field>.field-items .field-name-title-field:last-child {
    margin-bottom: 0
}

@media only screen and (max-width:992px) {
    .content-type-special-thing .paragraphs-items-field-widget-fields-full>.field>.field-items .field-name-title-field {
        font-size: 1.275em;
        line-height: 1.125
    }
}

.content-type-special-thing .paragraphs-items-field-widget-fields-full>.field>.field-items .field-name-title-field .field-item,
.content-type-special-thing .paragraphs-items-field-widget-fields-full>.field>.field-items .field-name-title-field .field-items {
    display: inline
}

@media only screen and (min-width:768px) {
    .content-type-special-thing .paragraphs-items-field-widget-fields-full>.field>.field-items {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-around
    }

    .content-type-special-thing .paragraphs-items-field-widget-fields-full>.field>.field-items>.field-item {
        display: flex;
        flex: 1;
        flex-basis: calc(25% - 25px);
        margin: 0;
        position: relative
    }

    .content-type-special-thing .paragraphs-items-field-widget-fields-full>.field>.field-items>.field-item .paragraphs-item-widget-item {
        display: flex;
        flex: 1
    }

    .content-type-special-thing .paragraphs-items-field-widget-fields-full>.field>.field-items>.field-item .paragraphs-item-widget-item .content {
        display: flex;
        flex-direction: column;
        flex: 1
    }

    .content-type-special-thing .paragraphs-items-field-widget-fields-full>.field>.field-items>.field-item .paragraphs-item-widget-item .content .field-name-field-button-text,
    .content-type-special-thing .paragraphs-items-field-widget-fields-full>.field>.field-items>.field-item .paragraphs-item-widget-item .content .field-name-field-headline {
        margin: auto auto 0;
        padding-top: 20px
    }

    .content-type-special-thing .paragraphs-items-field-widget-fields-full>.field>.field-items>.field-item:nth-child(n+5) {
        margin-top: 20px
    }

    .content-type-special-thing .paragraphs-items-field-widget-fields-full>.field>.field-items>.field-item .field-name-field-body {
        background-color: transparent;
        margin: 0 0 20px;
        padding: 0
    }

    .content-type-special-thing .paragraphs-items-field-widget-fields-full>.field>.field-items>.field-item .field-name-field-her-cta {
        background-color: transparent;
        margin: 20px 0 0;
        padding: 0
    }

    .content-type-special-thing .paragraphs-items-field-widget-fields-full>.field>.field-items>.field-item .field-name-field-image {
        background-color: transparent;
        display: inline;
        margin: 0 0 20px;
        padding: 0
    }

    .content-type-special-thing .paragraphs-items-field-widget-fields-full>.field>.field-items>.field-item .field-name-field-image .field-item,
    .content-type-special-thing .paragraphs-items-field-widget-fields-full>.field>.field-items>.field-item .field-name-field-image .field-items {
        display: inline
    }

    .content-type-special-thing .paragraphs-items-field-widget-fields-full>.field>.field-items>.field-item .field-name-field-image img {
        clear: none;
        float: left;
        height: auto;
        margin: 0 40px 0 0;
        width: 292px
    }
}

.block-block-296 h3 {
    font-size: 1.875em;
    font-weight: 400;
    line-height: 1.25em;
    margin: .625em 0 .5em;
    margin: 0
}

@media only screen and (max-width:992px) {
    .block-block-296 h3 {
        font-size: 1.375em;
        line-height: 1.125em
    }
}

.block-block-296 input {
    margin-bottom: 15px
}

.block-block-296 input[type=submit],
.block-block-296 input[type=submit]:focus {
    margin: 0;
    padding-right: 20px;
    padding-left: 20px
}

.block-block-296.reveal form {
    opacity: 1;
    transition: margin .3s linear, max-height .3s linear, opacity .3s linear
}

.block-block-296.reveal h3 {
    font-family: "Helvetica Neue", helvetica, sans-serif;
    font-size: 1.5em;
    font-weight: 400;
    line-height: 1.25em;
    text-transform: none;
    color: #004ea8;
    cursor: pointer;
    position: relative
}

.block-block-296.reveal h3:first-child {
    margin-top: 0
}

.block-block-296.reveal h3:last-child {
    margin-bottom: 0
}

@media only screen and (max-width:992px) {
    .block-block-296.reveal h3 {
        font-size: 1.275em;
        line-height: 1.125
    }
}

.block-block-296.reveal h3:hover {
    color: #005ad3
}

.block-block-296.reveal h3:before {
    content: "\f046";
    display: inline-block;
    font-family: FontAwesome;
    margin-right: 10px;
    transform: translateY(2px)
}

.block-block-296.reveal h3:after {
    content: "\f106";
    font-family: FontAwesome;
    font-size: 36px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

@media only screen and (min-width:768px) and (max-width:839px) {
    .block-block-296.reveal h3:before {
        display: none
    }
}

.block-block-296.reveal.closed form {
    margin: 0;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: margin .3s linear, max-height .3s cubic-bezier(0, .79, .49, 1), opacity .3s linear
}

.block-block-296.reveal.closed h3:after {
    content: "\f107"
}

@media only screen and (min-width:768px) {
    .block-block-296 h3 {
        font-size: 24px
    }
}

@media only screen and (min-width:992px) {
    .block-block-296 h3 {
        font-size: 24px
    }
}

.field-name-field-tabs-wrapper .tab-headings {
    border-bottom: 2px solid #d5e4f5;
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 20px
}

.field-name-field-tabs-wrapper .tab-heading {
    padding: 10px 15px;
    white-space: nowrap
}

.field-name-field-tabs-wrapper .tab-heading.active {
    background-color: #d5e4f5;
    border-top-color: #0093d1
}

@media only screen and (max-width:599px) {
    .field-name-field-tabs-wrapper>.field-items {
        height: auto !important
    }

    .field-name-field-tabs-wrapper>.field-items>.field-item.active .field-name-field-body {
        max-height: 100%;
        padding-top: 10px;
        padding-bottom: 10px
    }

    .field-name-field-tabs-wrapper>.field-items>.field-item.active:last-child .field-name-field-body {
        border-bottom: 2px solid #d5e4f5
    }

    .field-name-field-tabs-wrapper>.field-items>.field-item.active:last-child .tab-heading {
        border-bottom: none
    }

    .field-name-field-tabs-wrapper>.field-items>.field-item:last-child .tab-heading {
        border-bottom: 2px solid #d5e4f5
    }

    .field-name-field-tabs-wrapper>.field-items>.field-item .field-name-field-body {
        border-right: 2px solid #d5e4f5;
        border-left: 2px solid #d5e4f5;
        max-height: 0;
        overflow: hidden;
        padding: 0 15px;
        transition: all .5s ease-out
    }

    .field-name-field-tabs-wrapper .tab-headings {
        display: none
    }

    .field-name-field-tabs-wrapper .tab-heading {
        border-top: 2px solid #d5e4f5;
        border-right: 2px solid #d5e4f5;
        border-left: 2px solid #d5e4f5
    }

    .field-name-field-tabs-wrapper .tab-heading.active:before {
        content: '\f068'
    }

    .field-name-field-tabs-wrapper .tab-heading:before {
        color: #0093d1;
        content: '\f067';
        font-family: FontAwesome;
        margin-right: 5px
    }
}

@media only screen and (min-width:600px) {
    .field-name-field-tabs-wrapper {
        margin-left: auto;
        margin-right: auto;
        max-width: 800px
    }

    .field-name-field-tabs-wrapper>.field-items {
        position: relative
    }

    .field-name-field-tabs-wrapper>.field-items>.field-item {
        left: 0;
        opacity: 0;
        position: absolute;
        top: 0;
        transition: all .3s ease;
        width: 100%;
        display: none
    }

    .field-name-field-tabs-wrapper>.field-items>.field-item.active {
        opacity: 1;
        z-index: 1;
        display: block
    }

    .field-name-field-tabs-wrapper>.field-items>.field-item .tab-heading {
        display: none
    }

    .field-name-field-tabs-wrapper .tab-headings {
        display: flex;
        flex-flow: row wrap;
        margin-bottom: 20px
    }

    .field-name-field-tabs-wrapper .tab-heading {
        border-top: transparent 2px solid;
        cursor: pointer
    }
}

.page-retirement-enrollment-form .region-navigation-second .open-menu {
    display: none
}

.page-retirement-enrollment-form .block-title {
    display: none
}

.page-retirement-enrollment-form .panel {
    box-shadow: none
}

.page-retirement-enrollment-form .panel .panel-body {
    padding: 0
}

.page-retirement-enrollment-form input[type=text]::-ms-clear {
    width: 0;
    height: 0;
    display: none
}

.page-retirement-enrollment-form .view-ez-enrollment-form #confirmation-1,
.page-retirement-enrollment-form .view-ez-enrollment-form #confirmation-2,
.page-retirement-enrollment-form .view-ez-enrollment-form #confirmation-3,
.page-retirement-enrollment-form .view-ez-enrollment-form .views-field-field-auto-escalation,
.page-retirement-enrollment-form .view-ez-enrollment-form .views-field-field-automatic-contribution-amo,
.page-retirement-enrollment-form .view-ez-enrollment-form .views-field-field-automatic-contribution-dol,
.page-retirement-enrollment-form .view-ez-enrollment-form .views-field-field-automatic-enrollment,
.page-retirement-enrollment-form .view-ez-enrollment-form .views-field-field-contract-number,
.page-retirement-enrollment-form .view-ez-enrollment-form .views-field-field-details-of-plan,
.page-retirement-enrollment-form .view-ez-enrollment-form .views-field-field-disable-standard-logo,
.page-retirement-enrollment-form .view-ez-enrollment-form .views-field-field-dollar,
.page-retirement-enrollment-form .view-ez-enrollment-form .views-field-field-highlight-color,
.page-retirement-enrollment-form .view-ez-enrollment-form .views-field-field-mainspring-managed,
.page-retirement-enrollment-form .view-ez-enrollment-form .views-field-field-minimum-deferral,
.page-retirement-enrollment-form .view-ez-enrollment-form .views-field-field-minimum-deferral-dollar,
.page-retirement-enrollment-form .view-ez-enrollment-form .views-field-field-online-enrollment-,
.page-retirement-enrollment-form .view-ez-enrollment-form .views-field-field-participants-fees-are-waiv,
.page-retirement-enrollment-form .view-ez-enrollment-form .views-field-field-plan-s-default-retirement-,
.page-retirement-enrollment-form .view-ez-enrollment-form .views-field-field-roth-contributions,
.page-retirement-enrollment-form .view-ez-enrollment-form .views-field-nothing {
    display: none
}

.page-retirement-enrollment-form .field-active label {
    z-index: 10
}

.page-retirement-enrollment-form .block-webform-client-block-7401 {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.page-retirement-enrollment-form .block-webform-client-block-7401 h2 {
    display: none
}

.page-retirement-enrollment-form .block-webform-client-block-7401 fieldset {
    border: none;
    padding: 0;
    margin: 0
}

.page-retirement-enrollment-form .block-webform-client-block-7401 .help-block,
.page-retirement-enrollment-form .block-webform-client-block-7401 label {
    text-align: center
}

.page-retirement-enrollment-form .block-webform-client-block-7401 .form-item-submitted-portfolio-plus-options label[for$="-1"] p,
.page-retirement-enrollment-form .block-webform-client-block-7401 .form-item-submitted-portfolio-plus-options label[for$="-2"] p {
    text-align: left;
    font-weight: lighter;
    font-size: 10px
}

.page-retirement-enrollment-form .block-webform-client-block-7401 label[for*=edit-submitted-portfolio-plus-options] {
    text-align: left;
    font-size: 16px !important;
    margin-bottom: 20px
}

.page-retirement-enrollment-form .block-webform-client-block-7401 .webform-component--roth {
    margin: -20px 0
}

@media only screen and (max-width:600px) {
    .page-retirement-enrollment-form .block-webform-client-block-7401 .webform-component--roth {
        margin: 0
    }
}

.page-retirement-enrollment-form .block-webform-client-block-7401 .webform-component--birthday label {
    text-align: left
}

.page-retirement-enrollment-form .block-webform-client-block-7401 #dollar-link-pretax,
.page-retirement-enrollment-form .block-webform-client-block-7401 #dollar-link-roth,
.page-retirement-enrollment-form .block-webform-client-block-7401 .webform-component--pretax--enter-percent-amount-pretax,
.page-retirement-enrollment-form .block-webform-client-block-7401 .webform-component--roth--enter-percent-amount-roth,
.page-retirement-enrollment-form .block-webform-client-block-7401 .webform-component--roth--roth-contribution-amount .description,
.page-retirement-enrollment-form .block-webform-client-block-7401 .webform-confirmation {
    display: none
}

.page-retirement-enrollment-form .block-webform-client-block-7401 .webform-component--pretax--pretax-amount,
.page-retirement-enrollment-form .block-webform-client-block-7401 .webform-component--roth--roth-contribution-amount {
    width: 37%;
    float: left
}

.page-retirement-enrollment-form .block-webform-client-block-7401 .webform-component--pretax--enter-dollar-amount-pretax,
.page-retirement-enrollment-form .block-webform-client-block-7401 .webform-component--pretax--enter-percent-amount-pretax,
.page-retirement-enrollment-form .block-webform-client-block-7401 .webform-component--roth--enter-dollar-amount-roth,
.page-retirement-enrollment-form .block-webform-client-block-7401 .webform-component--roth--enter-percent-amount-roth {
    width: 60%;
    float: right;
    padding-top: 15px;
    clear: none
}

.page-retirement-enrollment-form .block-webform-client-block-7401 .webform-component-markup.webform-component--message {
    width: 100%;
    float: none;
    display: none
}

.page-retirement-enrollment-form .block-webform-client-block-7401 .webform-component-markup.webform-component--mainspring-messaging--aggressive-text,
.page-retirement-enrollment-form .block-webform-client-block-7401 .webform-component-markup.webform-component--mainspring-messaging--conservative-text,
.page-retirement-enrollment-form .block-webform-client-block-7401 .webform-component-markup.webform-component--mainspring-messaging--moderate-text,
.page-retirement-enrollment-form .block-webform-client-block-7401 .webform-component-markup.webform-component--mainspring-messaging--welcome-message,
.page-retirement-enrollment-form .block-webform-client-block-7401 .webform-component-markup.webform-component--rates {
    width: 100%;
    float: none
}

.page-retirement-enrollment-form .block-webform-client-block-7401 .webform-component-markup.webform-component--rates {
    font-size: 12px;
    display: none
}

.page-retirement-enrollment-form .block-webform-client-block-7401 .webform-component-markup.webform-component--rates table {
    max-width: 300px
}

.page-retirement-enrollment-form .block-webform-client-block-7401 .webform-component-markup.webform-component--rates table td {
    padding: 5px
}

.page-retirement-enrollment-form .block-webform-client-block-7401 .webform-component-markup.webform-component--mainspring-messaging--welcome-message div {
    display: none
}

.page-retirement-enrollment-form .block-webform-client-block-7401 .webform-component--mainspring-messaging .help-block {
    text-align: left;
    font-size: 12px;
    line-height: 16px
}

.page-retirement-enrollment-form .block-webform-client-block-7401 .webform-component--mainspring-messaging label {
    text-align: left
}

.page-retirement-enrollment-form .block-webform-client-block-7401 .webform-component--mainspring-messaging--yes-i-would-like-to-enroll-in-the-mainspring-managed-service {
    display: none;
    max-width: 100%
}

.page-retirement-enrollment-form .block-webform-client-block-7401 .contribution-link {
    font-weight: 700;
    font-size: 20px
}

.page-retirement-enrollment-form .block-webform-client-block-7401 .form-select,
.page-retirement-enrollment-form .block-webform-client-block-7401 .form-text {
    height: 30px;
    padding: 0 5px;
    max-width: 400px
}

.page-retirement-enrollment-form .block-webform-client-block-7401 .form-item {
    position: relative;
    max-width: 100%
}

.page-retirement-enrollment-form .block-webform-client-block-7401 .form-item .form-control {
    position: relative;
    top: 0
}

.page-retirement-enrollment-form .block-webform-client-block-7401 .form-item .form-control.left,
.page-retirement-enrollment-form .block-webform-client-block-7401 .form-item .form-control.right {
    border: none;
    box-shadow: none;
    width: auto
}

.page-retirement-enrollment-form .block-webform-client-block-7401 .form-item .form-control.left {
    float: left
}

.page-retirement-enrollment-form .block-webform-client-block-7401 .form-item .form-control.right {
    float: right
}

.page-retirement-enrollment-form .block-webform-client-block-7401 .form-item .form-control .button {
    cursor: pointer;
    color: #004ea8;
    position: relative;
    font-size: 65px
}

.page-retirement-enrollment-form .block-webform-client-block-7401 #edit-submitted-pretax-pretax-amount,
.page-retirement-enrollment-form .block-webform-client-block-7401 #edit-submitted-roth-roth-contribution-amount,
.page-retirement-enrollment-form .block-webform-client-block-7401 input[id^=edit-submitted-pretax-pretax-amount--],
.page-retirement-enrollment-form .block-webform-client-block-7401 input[id^=edit-submitted-roth-roth-contribution-amount--] {
    color: #004ea8;
    height: 75px;
    font-size: 45px;
    font-weight: 700;
    text-align: center
}

.page-retirement-enrollment-form .block-webform-client-block-7401 .webform-component--pretax .inc {
    top: -133px;
    left: -10px
}

.page-retirement-enrollment-form .block-webform-client-block-7401 .webform-component--pretax .dec {
    top: -133px;
    left: 15px
}

.page-retirement-enrollment-form .block-webform-client-block-7401 .webform-component--roth .inc {
    top: -96px;
    left: -10px
}

.page-retirement-enrollment-form .block-webform-client-block-7401 .webform-component--roth .dec {
    top: -96px;
    left: 15px
}

.page-retirement-enrollment-form .block-webform-client-block-7401 .webform-component--birthday .form-select {
    margin: 0 0 10px
}

.page-retirement-enrollment-form .block-webform-client-block-7401 #dollar-link-pretax,
.page-retirement-enrollment-form .block-webform-client-block-7401 #dollar-link-roth,
.page-retirement-enrollment-form .block-webform-client-block-7401 .webform-component--pretax--enter-percent-amount-pretax,
.page-retirement-enrollment-form .block-webform-client-block-7401 .webform-component--roth--enter-percent-amount-roth,
.page-retirement-enrollment-form .block-webform-client-block-7401 .webform-component--roth--roth-contribution-amount .help-block,
.page-retirement-enrollment-form .block-webform-client-block-7401 .webform-confirmation {
    display: none
}

.page-retirement-enrollment-form .block-webform-client-block-7401 .form-actions {
    text-align: left;
    padding-bottom: 20px
}

@media only screen and (max-width:600px) {

    .page-retirement-enrollment-form .block-webform-client-block-7401 .webform-component--pretax--enter-percent-amount-pretax,
    .page-retirement-enrollment-form .block-webform-client-block-7401 .webform-component--pretax--pretax-amount,
    .page-retirement-enrollment-form .block-webform-client-block-7401 .webform-component--roth--enter-percent-amount-roth,
    .page-retirement-enrollment-form .block-webform-client-block-7401 .webform-component--roth--roth-contribution-amount {
        max-width: 400px;
        width: 100%
    }

    .page-retirement-enrollment-form .block-webform-client-block-7401 .webform-component--pretax--enter-dollar-amount-pretax,
    .page-retirement-enrollment-form .block-webform-client-block-7401 .webform-component--pretax--enter-percent-amount-pretax,
    .page-retirement-enrollment-form .block-webform-client-block-7401 .webform-component--roth--enter-dollar-amount-roth,
    .page-retirement-enrollment-form .block-webform-client-block-7401 .webform-component--roth--enter-percent-amount-roth {
        width: 100%;
        margin-top: -30px
    }
}

.node-type-rp-microsite #rp-button-wrapper {
    display: none
}

.node-type-rp-microsite .calc,
.node-type-rp-microsite .english-mod,
.node-type-rp-microsite .quick-enroll,
.node-type-rp-microsite .spanish-mod {
    display: none
}

.node-type-rp-microsite.show-learning-links #rp-button-wrapper {
    display: block
}

.node-type-rp-microsite.show-learning-links .calc,
.node-type-rp-microsite.show-learning-links .english-mod,
.node-type-rp-microsite.show-learning-links .quick-enroll {
    display: block
}

.node-type-rp-microsite .legacy-mod {
    display: none
}

.node-type-rp-microsite .legacy-link a,
.node-type-rp-microsite .legacy-link a:hover {
    color: #fff;
    text-decoration: none
}

.node-type-rp-microsite.spanish .spanish-mod {
    display: block
}

.node-type-rp-microsite .english-mod,
.node-type-rp-microsite .spanish-mod {
    min-width: 200px;
    padding: 0 15px 0 0
}

@media only screen and (min-width:768px) {
    .annuities-gem.node-type-portal-page .paragraphs-item-embedded-block .field-items .field-item:first-child {
        z-index: 2
    }
}

.annuities-gem .annuity-rate-hide {
    display: none
}

.annuities-gem .btn .caret {
    margin-top: 9px;
    float: right
}

.annuities-gem .btn.btn-primary.print-rate-card {
    margin: 15px 0 25px
}

.annuities-gem .block-views-annuity-distributors-block {
    background: #0093d1
}

.annuities-gem .block-views-annuity-distributors-block .btn.btn.btn-default.dropdown-toggle {
    font-size: 1em
}

.annuities-gem .block-views-annuity-distributors-block .distributor-dropdown-header {
    font-family: "Helvetica Neue Bd Cn", helvetica, sans-serif;
    font-size: 1.25em;
    text-transform: uppercase
}

.annuities-gem .block-views-annuity-distributors-block .dropdown {
    margin: 0 10px
}

.annuities-gem .block-views-annuity-distributors-block .dropdown .dropdown-toggle {
    font-size: 16px;
    letter-spacing: 0 !important;
    width: 100% !important;
    text-align: left !important;
    padding-left: 20px !important;
    padding-right: 15px !important
}

.annuities-gem .block-views-annuity-distributors-block .dropdown .dropdown-menu {
    width: 100%;
    padding: 0;
    border-radius: 0;
    border: none
}

.annuities-gem .block-views-annuity-distributors-block .dropdown .dropdown-menu a {
    height: 50px;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0 0 0 20px;
    color: #505050;
    text-decoration: none;
    font-size: 16px
}

.annuities-gem .block-views-annuity-distributors-block .dropdown .dropdown-menu a:hover {
    background-color: #e7f3f8
}

.annuities-gem .block-views-annuity-distributors-block .dropdown .dropdown-menu .views-row-first a {
    height: 60px;
    line-height: 20px
}

.annuities-gem .block-views-annuity-distributors-block .dropdown .dropdown-menu>li {
    margin: 0
}

.annuities-gem .block-views-annuity-distributors-block .dropdown .dropdown-menu>li .field-content,
.annuities-gem .block-views-annuity-distributors-block .dropdown .dropdown-menu>li .views-field-title {
    display: block;
    width: 100%
}

.annuities-gem .block-views-annuity-distributors-block .distributor-dropdown-header,
.annuities-gem .block-views-annuity-distributors-block .distributor-dropdown-help {
    color: #fff;
    margin: 20px 10px
}

.annuities-gem #distributors-modal .modal-content .view-content {
    display: flex;
    justify-content: center;
    margin: 30px 0
}

.annuities-gem #distributors-modal .modal-content .view-content .btn {
    border: 2px solid #eee;
    font-size: 16px;
    min-width: 280px;
    text-align: left
}

.annuities-gem #distributors-modal .modal-content .view-content .btn:hover {
    color: #505050
}

.annuities-gem #distributors-modal .modal-content .view-content .dropdown {
    display: flex;
    justify-content: center
}

.annuities-gem #distributors-modal .modal-content .view-content .dropdown .dropdown-menu {
    width: 100%;
    padding: 0;
    border-radius: 0;
    border: none;
    max-width: 281px
}

.annuities-gem #distributors-modal .modal-content .view-content .dropdown .dropdown-menu a {
    height: 50px;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0 0 0 20px;
    color: #505050;
    text-decoration: none;
    font-size: 16px
}

.annuities-gem #distributors-modal .modal-content .view-content .dropdown .dropdown-menu a:hover {
    background-color: #e7f3f8
}

.annuities-gem #distributors-modal .modal-content .view-content .dropdown .dropdown-menu .views-row-first a {
    height: 60px;
    line-height: 20px
}

.annuities-gem #distributors-modal .modal-content .view-content .dropdown .dropdown-menu>li {
    margin: 0
}

.annuities-gem #distributors-modal .modal-content .view-content .dropdown .dropdown-menu>li .field-content,
.annuities-gem #distributors-modal .modal-content .view-content .dropdown .dropdown-menu>li .views-field-title {
    display: block;
    width: 100%
}

.annuities-gem #distributors-modal .modal-content .modal-footer .btn.btn-link {
    color: #004ea8;
    padding: 0;
    margin: 10px 0;
    font-size: 16px
}

.annuities-gem #distributors-modal .modal-content .modal-footer .btn.btn-link:hover {
    text-decoration: underline
}

.annuities-gem.node-type-basic-page .block-the-standard-custom-blocks-switch-annuity-distributor,
.annuities-gem.node-type-portal-page .block-the-standard-custom-blocks-switch-annuity-distributor {
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    padding: 60px 30px 10px
}

.annuities-gem.node-type-basic-page .block-the-standard-custom-blocks-switch-annuity-distributor .switch-annuity-distributor-wrapper,
.annuities-gem.node-type-portal-page .block-the-standard-custom-blocks-switch-annuity-distributor .switch-annuity-distributor-wrapper {
    padding: 25px 0 15px
}

.annuities-gem.node-type-basic-page .content-type-text-long .field-type-text-long {
    text-align: left
}

.annuities-gem.node-type-basic-page .field-name-title {
    display: none
}

.annuities-gem.node-type-basic-page .paragraphs-item-embedded-block {
    position: relative;
    z-index: 1
}

.annuities-gem.node-type-basic-page .paragraphs-item-embedded-block .field-items {
    align-items: flex-end
}

.annuities-gem.node-type-basic-page .paragraphs-item-campaign-text-area .field-type-text-long {
    max-width: 100%
}

.annuities-gem.node-type-basic-page.raymond-james .product-training {
    display: none
}

.annuities-gem.node-type-basic-page.raymond-james .rate-lock {
    display: none
}

.annuities-gem .view-display-id-block_1 .row {
    margin: 0
}

.annuities-gem .view-display-id-block_1 .row .views-field-field-ann-product-display-name {
    margin: 10px 0
}

.annuities-gem .view-id-distributor_products .row .views-row .panel {
    width: 100%;
    box-shadow: none
}

.annuities-gem .view-id-distributor_products .row .node-annuity-product.node-teaser>h2 {
    display: none
}

.annuities-gem.node-type-annuity-product .annuity-distributor-logo-wrapper {
    padding: 60px 80px 30px
}

.annuities-gem.node-type-annuity-product .field-name-field-tabs-wrapper {
    margin-left: 0
}

.annuities-gem.node-type-annuity-product .rates-wrapper .field-name-field-ann-product-display-name {
    display: none
}

.annuities-gem .switch-annuity-distributor-wrapper {
    display: flex;
    justify-content: center;
    padding: 0 0 15px
}

.annuities-gem .switch-annuity-distributor-wrapper .switch-annuity-distributor-link {
    font-size: 12px;
    cursor: pointer
}

.annuities-gem .switch-annuity-distributor-wrapper .switch-annuity-distributor-link .fa {
    margin-right: 3px
}

.annuities-gem .node-annuity-product.node-teaser .field-name-field-ann-product-display-name {
    display: block
}

.annuities-gem .node-annuity-product.node-teaser .field-name-field-ann-product-display-name h2 {
    text-align: center;
    margin: .625em .625em 0
}

.annuities-gem .node-annuity-product.node-teaser .field-name-field-ann-product-display-name h2>a {
    font-family: "Helvetica Neue Bd Cn", helvetica, sans-serif;
    font-size: .75em;
    text-transform: uppercase
}

.annuities-gem .node-annuity-product.node-teaser .links.list-inline {
    display: none
}

.annuities-gem .node-annuity-product.node-teaser .rates-wrapper {
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end
}

.annuities-gem .node-annuity-product.node-teaser .rates-wrapper [class^=group-header-] {
    display: flex
}

.annuities-gem .node-annuity-product.node-teaser .rates-wrapper [class^=group-header-] .header-01,
.annuities-gem .node-annuity-product.node-teaser .rates-wrapper [class^=group-header-] .header-02 {
    font-size: 12px;
    min-width: 90px;
    text-align: right;
    margin: 0
}

.annuities-gem .node-annuity-product.node-teaser .rates-wrapper [class^=group-header-] .header-01.node-type-annuity-product .annuities-gem .node-annuity-product.node-teaser .rates-wrapper [class^=group-header-] .header-01,
.annuities-gem .node-annuity-product.node-teaser .rates-wrapper [class^=group-header-] .header-01.node-type-annuity-product .annuities-gem .node-annuity-product.node-teaser .rates-wrapper [class^=group-header-] .header-02,
.annuities-gem .node-annuity-product.node-teaser .rates-wrapper [class^=group-header-] .header-02.node-type-annuity-product .annuities-gem .node-annuity-product.node-teaser .rates-wrapper [class^=group-header-] .header-01,
.annuities-gem .node-annuity-product.node-teaser .rates-wrapper [class^=group-header-] .header-02.node-type-annuity-product .annuities-gem .node-annuity-product.node-teaser .rates-wrapper [class^=group-header-] .header-02 {
    min-width: 120px
}

@media only screen and (max-width:480px) {

    .annuities-gem .node-annuity-product.node-teaser .rates-wrapper [class^=group-header-] .header-01,
    .annuities-gem .node-annuity-product.node-teaser .rates-wrapper [class^=group-header-] .header-02 {
        min-width: 80px
    }
}

.annuities-gem .node-annuity-product.node-teaser .rates-wrapper .effective-date {
    width: 100%;
    text-align: center;
    font-size: 12px
}

.annuities-gem .node-annuity-product.node-teaser .rates-wrapper .effective-date .label-inline {
    display: inline
}

.annuities-gem .node-annuity-product.node-teaser .rates-wrapper h3 {
    width: 100%
}

.annuities-gem .node-annuity-product.node-teaser .rates-wrapper [class^=group-rate] {
    display: flex;
    width: 100%;
    margin: 10px 0 6%;
    justify-content: space-between;
    align-items: center
}

.annuities-gem .node-annuity-product.node-teaser .rates-wrapper [class^=group-rate] .label-inline {
    min-width: 120px;
    font-size: 12px;
    line-height: 14px;
    display: flex;
    align-items: center;
    max-width: 120px
}

.annuities-gem .node-annuity-product.node-teaser .rates-wrapper [class^=group-rate] .rate {
    font-family: "Helvetica Neue Bd Cn", helvetica, sans-serif;
    font-size: 24px;
    text-align: right;
    min-width: 90px
}

.annuities-gem .node-annuity-product.node-teaser .rates-wrapper [class^=group-rate] .rate:after {
    content: '%'
}

@media only screen and (max-width:480px) {
    .annuities-gem .node-annuity-product.node-teaser .rates-wrapper [class^=group-rate] .rate {
        min-width: 70px
    }
}

.annuities-gem .node-annuity-product.node-teaser .rates-wrapper .field-name-field-var1-description,
.annuities-gem .node-annuity-product.node-teaser .rates-wrapper [class*=-notes] {
    width: 100%;
    font-size: 12px;
    line-height: 14px;
    margin: 0 0 20px
}

.annuities-gem .node-annuity-product.node-teaser .rates-wrapper hr {
    width: 100%;
    border-top: 2px solid #eee
}

.annuities-gem.node-type-annuity-product .rates-wrapper {
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end
}

.annuities-gem.node-type-annuity-product .rates-wrapper [class^=group-header-] {
    display: flex
}

.annuities-gem.node-type-annuity-product .rates-wrapper [class^=group-header-] .header-01,
.annuities-gem.node-type-annuity-product .rates-wrapper [class^=group-header-] .header-02 {
    font-size: 12px;
    min-width: 90px;
    text-align: right;
    margin: 0
}

.annuities-gem.node-type-annuity-product .rates-wrapper [class^=group-header-] .header-01.node-type-annuity-product .annuities-gem.node-type-annuity-product .rates-wrapper [class^=group-header-] .header-01,
.annuities-gem.node-type-annuity-product .rates-wrapper [class^=group-header-] .header-01.node-type-annuity-product .annuities-gem.node-type-annuity-product .rates-wrapper [class^=group-header-] .header-02,
.annuities-gem.node-type-annuity-product .rates-wrapper [class^=group-header-] .header-02.node-type-annuity-product .annuities-gem.node-type-annuity-product .rates-wrapper [class^=group-header-] .header-01,
.annuities-gem.node-type-annuity-product .rates-wrapper [class^=group-header-] .header-02.node-type-annuity-product .annuities-gem.node-type-annuity-product .rates-wrapper [class^=group-header-] .header-02 {
    min-width: 120px
}

@media only screen and (max-width:480px) {

    .annuities-gem.node-type-annuity-product .rates-wrapper [class^=group-header-] .header-01,
    .annuities-gem.node-type-annuity-product .rates-wrapper [class^=group-header-] .header-02 {
        min-width: 80px
    }
}

.annuities-gem.node-type-annuity-product .rates-wrapper .effective-date {
    width: 100%;
    text-align: center;
    font-size: 12px
}

.annuities-gem.node-type-annuity-product .rates-wrapper .effective-date .label-inline {
    display: inline
}

.annuities-gem.node-type-annuity-product .rates-wrapper h3 {
    width: 100%
}

.annuities-gem.node-type-annuity-product .rates-wrapper [class^=group-rate] {
    display: flex;
    width: 100%;
    margin: 10px 0 6%;
    justify-content: space-between;
    align-items: center
}

.annuities-gem.node-type-annuity-product .rates-wrapper [class^=group-rate] .label-inline {
    min-width: 120px;
    font-size: 12px;
    line-height: 14px;
    display: flex;
    align-items: center;
    max-width: 120px
}

.annuities-gem.node-type-annuity-product .rates-wrapper [class^=group-rate] .rate {
    font-family: "Helvetica Neue Bd Cn", helvetica, sans-serif;
    font-size: 24px;
    text-align: right;
    min-width: 90px
}

.annuities-gem.node-type-annuity-product .rates-wrapper [class^=group-rate] .rate:after {
    content: '%'
}

@media only screen and (max-width:480px) {
    .annuities-gem.node-type-annuity-product .rates-wrapper [class^=group-rate] .rate {
        min-width: 70px
    }
}

.annuities-gem.node-type-annuity-product .rates-wrapper .field-name-field-var1-description,
.annuities-gem.node-type-annuity-product .rates-wrapper [class*=-notes] {
    width: 100%;
    font-size: 12px;
    line-height: 14px;
    margin: 0 0 20px
}

.annuities-gem.node-type-annuity-product .rates-wrapper hr {
    width: 100%;
    border-top: 2px solid #eee
}

.annuities-gem.node-type-annuity-product .rates-wrapper [class^=group-header-] .header-01,
.annuities-gem.node-type-annuity-product .rates-wrapper [class^=group-header-] .header-02 {
    min-width: 110px
}

.annuities-gem .product-wrapper {
    margin: 25px 0
}

.annuities-gem .product-wrapper .inner-wrapper {
    box-shadow: 0 0 20px rgba(0, 0, 0, .2)
}

.annuities-gem .product-wrapper .inner-wrapper .product-header {
    padding: 15px 25px;
    background-color: #f0f4ff
}

.annuities-gem .product-wrapper .inner-wrapper .product-header h2.block-title {
    margin-bottom: 0;
    font-size: 20px;
    scroll-margin-top: 100px;
    scroll-snap-margin-top: 100px
}

.annuities-gem .product-wrapper .inner-wrapper .product-header .effective-date {
    font-size: 12px
}

.annuities-gem .product-wrapper .inner-wrapper .rate-table-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    padding: 10px;
    margin-bottom: 15px
}

.annuities-gem .product-wrapper .inner-wrapper .rate-table-wrapper .rate-table {
    padding: 15px 20px
}

.annuities-gem .product-wrapper .inner-wrapper .rate-table-wrapper .rate-table .rates-table-header {
    margin-bottom: 20px
}

.annuities-gem .product-wrapper .inner-wrapper .rate-table-wrapper .rate-table .variation-name {
    font-size: 24px;
    color: #004ea8;
    margin-right: 0
}

.annuities-gem .product-wrapper .inner-wrapper .rate-table-wrapper .rate-table .rate-notes,
.annuities-gem .product-wrapper .inner-wrapper .rate-table-wrapper .rate-table .rate-type {
    font-size: 12px;
    line-height: 16px
}

.annuities-gem .product-wrapper .inner-wrapper .rate-table-wrapper .rate-table .rate-notes {
    margin-left: 20px
}

.annuities-gem .product-wrapper .inner-wrapper .rate-table-wrapper .rate-table .rate-type {
    max-width: 90px
}

.annuities-gem .product-wrapper .inner-wrapper .rate-table-wrapper .rate-table .rate-amount {
    font-size: 24px;
    text-align: right;
    color: #004ea8
}

.annuities-gem .product-wrapper .inner-wrapper .rate-table-wrapper .rate-table table {
    border: none;
    box-shadow: none;
    margin: 25px 0 0
}

.annuities-gem .product-wrapper .inner-wrapper .rate-table-wrapper .rate-table table thead tr {
    vertical-align: bottom
}

.annuities-gem .product-wrapper .inner-wrapper .rate-table-wrapper .rate-table table thead th {
    background: 0 0;
    text-align: right;
    font-size: 12px;
    line-height: 16px;
    max-width: 70px;
    padding-bottom: 5px;
    padding-left: 15px
}

.annuities-gem .product-wrapper .inner-wrapper .rate-table-wrapper .rate-table table tr:nth-child(even),
.annuities-gem .product-wrapper .inner-wrapper .rate-table-wrapper .rate-table table tr:nth-child(odd) {
    background: 0 0
}

@media only screen and (max-width:768px) {

    .annuities-gem .product-wrapper .inner-wrapper .rate-table-wrapper .rate-table table tr:nth-child(even),
    .annuities-gem .product-wrapper .inner-wrapper .rate-table-wrapper .rate-table table tr:nth-child(odd) {
        display: table-row
    }
}

.annuities-gem .product-wrapper .inner-wrapper .rate-table-wrapper .rate-table table tr:last-child td {
    padding-bottom: 0
}

@media only screen and (max-width:768px) {
    .annuities-gem .product-wrapper .inner-wrapper .rate-table-wrapper .rate-table table td:first-child {
        font-weight: 400
    }
}

.annuities-gem .product-wrapper .inner-wrapper .rate-table-wrapper .rate-table table td,
.annuities-gem .product-wrapper .inner-wrapper .rate-table-wrapper .rate-table table th {
    border-right: none
}

@media only screen and (max-width:768px) {

    .annuities-gem .product-wrapper .inner-wrapper .rate-table-wrapper .rate-table table td,
    .annuities-gem .product-wrapper .inner-wrapper .rate-table-wrapper .rate-table table th {
        display: table-cell
    }
}

.annuities-gem .product-wrapper .inner-wrapper .rate-table-wrapper .rate-table table th {
    padding: 0
}

.annuities-gem .product-wrapper .inner-wrapper .rate-table-wrapper .rate-table table td {
    padding: 0 0 25px
}

.annuities-gem .product-wrapper .product-notes {
    font-size: 12px;
    line-height: 18px;
    padding: 10px 20px;
    background-color: #f2f2f2
}

.pfl-map .cols.uneven .col:first-child {
    flex-basis: 100%
}

.pfl-map .main-wrapper {
    padding-bottom: 0
}

.pfl-map .pfl-blog-posts .field-name-field-sections>.field-items {
    display: flex
}

@media only screen and (max-width:992px) {
    .pfl-map .pfl-blog-posts .field-name-field-sections>.field-items {
        flex-direction: column
    }
}

.pfl-map .pfl-blog-posts .field-name-field-sections>.field-items>.even {
    flex-basis: 67%;
    margin-right: 3%
}

@media only screen and (max-width:992px) {
    .pfl-map .pfl-blog-posts .field-name-field-sections>.field-items>.even {
        flex-basis: 100%
    }
}

.pfl-map .pfl-blog-posts .field-name-field-sections>.field-items>.odd {
    flex-basis: 30%
}

@media only screen and (max-width:992px) {
    .pfl-map .pfl-blog-posts .field-name-field-sections>.field-items>.odd {
        flex-basis: 100%
    }
}

.pfl-map .pfl-blog-posts .field-name-field-sections>.field-items>.odd .field-items>.even {
    flex-basis: 100%
}

.pfl-map .pfl-blog-posts .field-name-field-sections>.field-items .view-newsletter-article-page .views-row {
    margin: 45px 0
}

.pfl-map .pfl-blog-posts .field-name-field-sections>.field-items .view-newsletter-article-page .views-row .group-left {
    width: 31%;
    margin-right: 3%
}

.pfl-map .pfl-blog-posts .field-name-field-sections>.field-items .view-newsletter-article-page .views-row .group-right {
    width: 66%;
    padding-left: 0
}

.pfl-map .pfl-blog-posts .field-name-field-sections>.field-items .view-newsletter-article-page .views-row .group-right h2 {
    margin: 5px 0
}

.pfl-map .pfl-blog-posts .field-name-field-sections>.field-items .view-newsletter-article-page .view-footer {
    float: right
}

.pfl-map .pfl-blog-posts .paragraphs-item-embedded-block .content {
    margin-top: 85px
}

.pfl-map .pfl-blog-posts .paragraphs-item-embedded-block .subscribe-toggle-wrapper,
.pfl-map .region-sidebar-second .subscribe-toggle-wrapper {
    cursor: pointer
}

.pfl-map .pfl-blog-posts .paragraphs-item-embedded-block .subscribe-toggle-wrapper .plus-minus-toggle,
.pfl-map .pfl-blog-posts .paragraphs-item-embedded-block .subscribe-toggle-wrapper h3.pfl-subscribe-title,
.pfl-map .region-sidebar-second .subscribe-toggle-wrapper .plus-minus-toggle,
.pfl-map .region-sidebar-second .subscribe-toggle-wrapper h3.pfl-subscribe-title {
    display: inline
}

.pfl-map .pfl-blog-posts .paragraphs-item-embedded-block .subscribe-toggle-wrapper h3.pfl-subscribe-title,
.pfl-map .region-sidebar-second .subscribe-toggle-wrapper h3.pfl-subscribe-title {
    color: #002e64;
    font-size: 20px
}

.pfl-map .pfl-blog-posts .paragraphs-item-embedded-block .subscribe-toggle-wrapper .plus-minus-toggle,
.pfl-map .region-sidebar-second .subscribe-toggle-wrapper .plus-minus-toggle {
    height: 21px;
    position: relative;
    width: 21px;
    margin-right: 30px;
    top: 5px
}

.pfl-map .pfl-blog-posts .paragraphs-item-embedded-block .subscribe-toggle-wrapper .plus-minus-toggle:after,
.pfl-map .pfl-blog-posts .paragraphs-item-embedded-block .subscribe-toggle-wrapper .plus-minus-toggle:before,
.pfl-map .region-sidebar-second .subscribe-toggle-wrapper .plus-minus-toggle:after,
.pfl-map .region-sidebar-second .subscribe-toggle-wrapper .plus-minus-toggle:before {
    background: #002e64;
    content: '';
    height: 3px;
    left: 0;
    position: absolute;
    top: 0;
    width: 22px;
    transition: transform .5s ease;
    border-radius: 20%
}

.pfl-map .pfl-blog-posts .paragraphs-item-embedded-block .subscribe-toggle-wrapper .plus-minus-toggle:after,
.pfl-map .region-sidebar-second .subscribe-toggle-wrapper .plus-minus-toggle:after {
    transform-origin: center
}

.pfl-map .pfl-blog-posts .paragraphs-item-embedded-block .subscribe-toggle-wrapper .plus-minus-toggle.collapsed:after,
.pfl-map .region-sidebar-second .subscribe-toggle-wrapper .plus-minus-toggle.collapsed:after {
    transform: rotate(-90deg)
}

.pfl-map .pfl-blog-posts .paragraphs-item-embedded-block .subscribe-toggle-wrapper .plus-minus-toggle.collapsed:before,
.pfl-map .region-sidebar-second .subscribe-toggle-wrapper .plus-minus-toggle.collapsed:before {
    transform: rotate(-180deg)
}

.pfl-map .pfl-blog-posts .paragraphs-item-embedded-block .subscribe-form-wrapper,
.pfl-map .region-sidebar-second .subscribe-form-wrapper {
    position: relative;
    height: 0;
    transition: all .5s ease;
    opacity: 0;
    z-index: -1
}

.pfl-map .pfl-blog-posts .paragraphs-item-embedded-block .subscribe-form-wrapper.open-form,
.pfl-map .region-sidebar-second .subscribe-form-wrapper.open-form {
    height: 360px;
    padding-top: 30px;
    opacity: 1;
    transform: translateY(0);
    z-index: 1
}

.pfl-map .region-sidebar-second img {
    width: auto
}

.pfl-map .region-content-bottom {
    padding-bottom: 80px
}

.pfl-map .region-content-bottom .promotions-2,
.pfl-map .region-content-bottom .promotions-3 {
    padding: 40px 75px
}

.pfl-map .region-content-bottom .block-title {
    display: none
}

.pfl-map.pfl-state-page .field-name-hero-image {
    display: none
}

.pfl-map.pfl-state-page .region-sidebar-second .block:first-child {
    display: flex;
    align-items: center
}

.pfl-map.pfl-state-page .region-sidebar-second .block:first-child h3,
.pfl-map.pfl-state-page .region-sidebar-second .block:first-child p {
    display: inline;
    margin: 0
}

.pfl-map.pfl-state-page .region-sidebar-second .block:first-child h3 {
    padding-left: 15px
}

.pfl-map.pfl-state-page .region-sidebar-second .block:first-child h3 a {
    color: #002e64;
    font-size: 20px;
    text-decoration: none
}

.pfl-map.pfl-state-page .region-sidebar-second .block:first-child h3 a:hover {
    text-decoration: underline
}

.pfl-map.pfl-state-page .region-sidebar-second .views-row {
    display: flex;
    margin-bottom: 25px
}

.pfl-map.pfl-state-page .region-sidebar-second .views-row .fa-external-link:before {
    color: #004ea8
}

.pfl-map.pfl-state-page .region-sidebar-second .views-row.views-row-last {
    margin-bottom: 0
}

.pfl-map.pfl-state-page .region-sidebar-second .views-row .views-field-field-article-thumbnail {
    width: 30%;
    margin-right: 5%
}

.pfl-map.pfl-state-page .region-sidebar-second .views-row .views-field-title {
    width: 65%;
    font-size: 18px
}

#gap-calc ::placeholder,
#gap-calc :placeholder-shown {
    font-weight: 400
}

#gap-calc .loading-spinner {
    display: flex;
    justify-content: center;
    margin-top: 100px
}

#gap-calc .section-one h2,
#gap-calc .section-three h2,
#gap-calc .section-two h2 {
    color: #004ea8;
    border-bottom: 1px solid #505050;
    margin: 30px 0 20px;
    padding-bottom: 10px
}

#gap-calc .input-wrapper {
    margin: 7px 0
}

#gap-calc input {
    box-shadow: none;
    max-width: 150px;
    padding: 7px 2px;
    color: #505050;
    font-weight: 700
}

#gap-calc label {
    font-weight: 400;
    margin: 10px 0 -10px;
    font-size: 16px
}

#gap-calc fieldset {
    margin: 0 0 -10px
}

#gap-calc fieldset legend {
    border: none;
    margin-bottom: 30px
}

#gap-calc fieldset label {
    display: inline
}

#gap-calc fieldset input {
    margin-bottom: 12px
}

#gap-calc .description {
    font-size: 12px;
    margin-top: 2px
}

#gap-calc .tooltip-wrapper {
    margin-bottom: -15px
}

#gap-calc .tooltip-wrapper .__react_component_tooltip {
    line-height: 16px;
    padding: 15px;
    font-size: 12px
}

#gap-calc .tooltip-wrapper label {
    display: inline
}

#gap-calc .tooltip-wrapper .fa {
    color: #004ea8;
    padding-left: 5px
}

#gap-calc .section-total {
    margin-top: 15px
}

#gap-calc .section-total h3 {
    margin: 0;
    font-size: 36px;
    color: #0093d1
}

#gap-calc .percent-income {
    font-size: 12px;
    color: #505050;
    padding-left: 5px
}

#gap-calc .summary-output {
    margin: 50px 0
}

#gap-calc .summary-output .gap-wrapper {
    padding: 30px 60px
}

@media only screen and (max-width:992px) {
    #gap-calc .summary-output .gap-wrapper .gap-header {
        display: block
    }
}

@media only screen and (max-width:992px) {
    #gap-calc .summary-output .gap-wrapper img {
        margin-right: 0;
        padding-bottom: 0
    }
}

#gap-calc .summary-output .gap-wrapper>p {
    margin-top: -10px
}

@media only screen and (max-width:992px) {
    #gap-calc .summary-output .gap-wrapper>p {
        margin-top: 5px
    }
}

#gap-calc .summary-output .gap-wrapper hr {
    margin: 30px auto
}

#gap-calc .summary-output .gap-wrapper span {
    font-size: 36px;
    opacity: .8;
    font-weight: 400;
    padding-left: 15px
}

@media only screen and (max-width:992px) {
    #gap-calc .summary-output .gap-wrapper span {
        display: inline-block;
        margin-top: 15px
    }
}

#gap-calc .summary-output .overage-note {
    font-size: 12px;
    line-height: 16px
}

#gap-calc .reset-wrapper {
    display: flex;
    justify-content: center
}

.node-type-campaign-landing footer.footer {
    padding: 10px 0
}

.node-type-campaign-landing footer.footer.even {
    background-color: #fff
}

.node-type-campaign-landing footer.footer.odd {
    background-color: #e3e8ed
}

html .node-type-campaign-landing footer.footer .region-footer-first {
    margin: 0;
    padding: 0
}

html .node-type-campaign-landing footer.footer .region-footer-first .block-the-standard-custom-blocks-footer-logo:first-child {
    display: block;
    margin: 0;
    width: 63px
}

html .node-type-campaign-landing footer.footer .region-footer-third {
    margin: 8px 0 0;
    position: relative
}

.node-type-campaign-landing footer.footer .wrapper {
    align-items: center;
    display: flex
}

.node-type-campaign-landing footer.footer .wrapper .block-menu-menu-campaign-footer ul li:not(:last-child) {
    margin-right: 20px
}

.node-type-campaign-landing footer.footer .wrapper .block-menu-menu-campaign-footer ul li a {
    display: inline;
    font-size: 16px;
    padding: 0
}

.node-type-campaign-landing footer.footer .wrapper .block-menu-menu-campaign-footer ul li a:hover {
    background-color: transparent
}

.node-type-campaign-landing footer.footer .wrapper .block-menu-menu-campaign-legal {
    position: absolute;
    right: 0;
    top: 0
}

.node-type-campaign-landing footer.footer .wrapper .block-menu-menu-campaign-legal h2 {
    display: none
}

.node-type-campaign-landing footer.footer .wrapper .block-menu-menu-campaign-legal .nav>li>a {
    display: inline;
    padding: 0
}

.node-type-campaign-landing footer.footer .wrapper .block-menu-menu-campaign-legal .nav>li>a:focus,
.node-type-campaign-landing footer.footer .wrapper .block-menu-menu-campaign-legal .nav>li>a:hover {
    background-color: transparent
}

.node-type-campaign-landing footer.footer .wrapper .block-the-standard-custom-blocks {
    margin-top: 5px
}

.node-type-campaign-landing footer.footer .wrapper .lower {
    flex-basis: 999%;
    margin-right: 20px;
    position: relative;
    right: auto
}

.node-type-campaign-landing footer.footer .wrapper .upper {
    margin: 0 10px 0 20px
}

.node-type-campaign-landing header.navbar {
    background-color: transparent;
    border-radius: 0;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1
}

.node-type-campaign-landing header.navbar+* {
    margin-top: 59px
}

.node-type-campaign-landing header.navbar>.container-fluid {
    background-color: #eff1f3;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    height: 59px
}

.node-type-campaign-landing header.navbar .back-to-top {
    display: inline-block;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s ease
}

.node-type-campaign-landing header.navbar .nav-second {
    padding: 10px
}

html .node-type-campaign-landing header.navbar .nav-second .block-the-standard-custom-blocks-header-logo {
    margin: 0;
    padding: 0;
    text-align: center
}

html .node-type-campaign-landing header.navbar .nav-second .block-the-standard-custom-blocks-header-logo img {
    width: 60px
}

.node-type-campaign-landing header.navbar .nav-second .region-navigation-second {
    border: none
}

.node-type-campaign-landing .paragraphs-items-field-campaign-sections>.field>.field-items>.field-item:not(:first-child) {
    padding-top: 6vw
}

.node-type-campaign-landing .paragraphs-items-field-campaign-sections>.field>.field-items>.field-item:not(:first-child).even:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg class='taper-top' preserveAspectRatio='none' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' fill='%23E3E8ED'%3E%3Cpolygon id='Rectangle-1' points='0 0 16 0 0 16'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    cursor: pointer;
    display: inline-block;
    font-size: .01em;
    height: 6vw;
    left: -.05vw;
    line-height: .01em;
    position: absolute;
    width: 104vw;
    top: -1px;
    transform: scaleX(-1);
    width: 100%
}

.node-type-campaign-landing .paragraphs-items-field-campaign-sections>.field>.field-items>.field-item:not(:first-child).odd {
    background-color: #e3e8ed
}

.node-type-campaign-landing .paragraphs-items-field-campaign-sections>.field>.field-items>.field-item:not(:first-child).odd:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg class='taper-top' preserveAspectRatio='none' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' fill='white'%3E%3Cpolygon id='Rectangle-1' points='0 0 16 0 0 16'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
    cursor: pointer;
    display: inline-block;
    font-size: .01em;
    height: 6vw;
    left: -.05vw;
    line-height: .01em;
    position: absolute;
    width: 104vw;
    top: -1px;
    width: 100%
}

.node-type-campaign-landing .paragraphs-items-field-menu>.field {
    margin: 0 auto;
    padding: 40px 20px;
    position: relative;
    width: 100%;
    text-align: center
}

.node-type-campaign-landing .paragraphs-items-field-menu>.field:first-child {
    margin-top: 0
}

.node-type-campaign-landing .paragraphs-items-field-menu>.field:last-child {
    margin-bottom: 0
}

@media only screen and (min-width:600px) {
    .node-type-campaign-landing .paragraphs-items-field-menu>.field {
        padding-right: 40px;
        padding-left: 40px
    }
}

@media only screen and (min-width:1326px) {
    .node-type-campaign-landing .paragraphs-items-field-menu>.field {
        max-width: 1326px;
        padding-right: 20px;
        padding-left: 20px
    }
}

.node-type-campaign-landing .paragraphs-items-field-menu>.field>.field-items {
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    width: auto
}

.node-type-campaign-landing .paragraphs-items-field-menu>.field>.field-items>.field-item {
    width: auto
}

.node-type-campaign-landing .paragraphs-items-field-menu>.field>.field-items>.field-item a {
    background-color: #eff1f3;
    border-bottom: 3px solid #0093d1;
    color: #004ea8;
    display: block;
    font-family: "Helvetica Neue", helvetica, sans-serif;
    padding: 10px 20px;
    text-align: left;
    transition: background-color .3s ease
}

.node-type-campaign-landing .paragraphs-items-field-menu>.field>.field-items>.field-item a:hover {
    background-color: #dce7f5;
    color: #005ad3;
    text-decoration: none
}

@media only screen and (min-width:600px) {
    html .node-type-campaign-landing footer.footer .region-footer-first .block-the-standard-custom-blocks-footer-logo:first-child {
        width: 118px
    }

    .node-type-campaign-landing footer.footer .wrapper .upper {
        margin-right: 20px
    }

    .node-type-campaign-landing header.navbar .nav-second {
        padding-top: 10px;
        padding-bottom: 10px
    }

    .node-type-campaign-landing .paragraphs-items-field-menu>.field {
        padding-top: 20px
    }

    .node-type-campaign-landing .paragraphs-items-field-menu>.field>.field-items {
        display: inline-flex;
        flex-flow: row nowrap
    }
}

@media only screen and (min-width:768px) {
    .node-type-campaign-landing header.navbar {
        position: relative
    }

    .node-type-campaign-landing header.navbar+* {
        margin-top: 0
    }

    .node-type-campaign-landing header.navbar>.container-fluid {
        border: none;
        box-shadow: 0 0 20px rgba(0, 0, 0, .2);
        height: 74px
    }

    .node-type-campaign-landing header.navbar .back-to-top {
        display: none
    }

    html .node-type-campaign-landing header.navbar .nav-second .block-the-standard-custom-blocks-header-logo img {
        width: 84px
    }

    .node-type-campaign-landing .paragraphs-items-field-menu {
        margin-top: -80px
    }

    .node-type-campaign-landing .paragraphs-items-field-menu>.field {
        padding-top: 0;
        padding-bottom: 0
    }

    .node-type-campaign-landing .paragraphs-items-field-menu>.field>.field-items>.field-item a {
        padding: 30px 40px
    }

    .node-type-campaign-landing.campaign-sticky-menu-active header.navbar {
        border-bottom: none;
        border-radius: 0;
        box-shadow: none;
        left: 0;
        position: fixed;
        top: -200px;
        width: 100%;
        z-index: 2
    }

    .node-type-campaign-landing.campaign-sticky-menu-active header.navbar>.container-fluid {
        border-bottom: 3px solid #0093d1;
        height: 77px;
        transition: transform .5s;
        transform: translateY(200px)
    }

    .node-type-campaign-landing.campaign-sticky-menu-active header.navbar+* {
        margin-top: 74px
    }

    .node-type-campaign-landing.campaign-sticky-menu-active .paragraphs-items-field-menu {
        border-bottom: none;
        box-shadow: none;
        left: 0;
        margin-top: 0;
        position: fixed;
        top: -200px;
        width: 100%;
        z-index: 3
    }

    .node-type-campaign-landing.campaign-sticky-menu-active .paragraphs-items-field-menu>.field>.field-items {
        box-shadow: none;
        display: flex;
        margin-left: 110px;
        transition: transform .5s;
        transform: translateY(200px)
    }

    .node-type-campaign-landing.campaign-sticky-menu-active .paragraphs-items-field-menu>.field>.field-items>.field-item a {
        background-color: transparent;
        border-bottom: none;
        height: 74px;
        padding: 27px 20px 0
    }

    .node-type-campaign-landing.campaign-sticky-menu-active .paragraphs-items-field-menu>.field>.field-items>.field-item a:hover {
        background-color: #dce7f5
    }
}

.node-type-campaign-landing.back-to-top-active header.navbar .back-to-top {
    opacity: 1
}

@media only screen and (min-width:1326px) {
    .node-type-campaign-landing footer.footer .wrapper .lower {
        margin-right: 0
    }

    .node-type-campaign-landing footer.footer .wrapper .upper {
        margin-left: 0
    }
}

header.navbar .navbar-collapse [class*=block-views-contact-wizard-tree-block-] {
    display: none
}

@media only screen and (min-width:768px) {
    header.navbar .navbar-collapse [class*=block-views-contact-wizard-tree-block-] {
        background-color: #02658e;
        color: #fff;
        position: absolute;
        right: 0;
        top: 0;
        width: 640px;
        z-index: -1
    }

    .contact-wizard-active header.navbar .navbar-collapse [class*=block-views-contact-wizard-tree-block-] {
        display: block;
        z-index: 3
    }

    .float-menu-active.contact-wizard-active header.navbar .navbar-collapse [class*=block-views-contact-wizard-tree-block-] {
        margin: 0 auto;
        padding: 40px 20px;
        position: relative;
        width: 100%;
        background-color: transparent;
        padding-top: 0;
        padding-bottom: 0;
        position: fixed;
        transition: none
    }

    .float-menu-active.contact-wizard-active header.navbar .navbar-collapse [class*=block-views-contact-wizard-tree-block-]:first-child {
        margin-top: 0
    }

    .float-menu-active.contact-wizard-active header.navbar .navbar-collapse [class*=block-views-contact-wizard-tree-block-]:last-child {
        margin-bottom: 0
    }
}

@media only screen and (min-width:768px) and (min-width:600px) {
    .float-menu-active.contact-wizard-active header.navbar .navbar-collapse [class*=block-views-contact-wizard-tree-block-] {
        padding-right: 40px;
        padding-left: 40px
    }
}

@media only screen and (min-width:768px) and (min-width:1326px) {
    .float-menu-active.contact-wizard-active header.navbar .navbar-collapse [class*=block-views-contact-wizard-tree-block-] {
        max-width: 1326px;
        padding-right: 20px;
        padding-left: 20px
    }
}

@media only screen and (min-width:768px) {
    .float-menu-active.contact-wizard-active header.navbar .navbar-collapse [class*=block-views-contact-wizard-tree-block-] .view-contact-wizard-tree {
        background-color: #02658e;
        position: absolute;
        right: 0;
        transition: all .3s cubic-bezier(.2, .85, .5, .95);
        width: 640px
    }

    header.navbar .navbar-collapse [class*=block-views-contact-wizard-tree-block-] .view-contact-wizard-tree {
        height: 0;
        overflow: hidden;
        opacity: 0;
        transition: all .6s cubic-bezier(.2, .85, .5, .95);
        transform: translateX(30px)
    }

    .contact-wizard-active header.navbar .navbar-collapse [class*=block-views-contact-wizard-tree-block-] .view-contact-wizard-tree {
        height: 290px;
        opacity: 1;
        transform: translateX(0)
    }

    header.navbar .navbar-collapse [class*=block-views-contact-wizard-tree-block-] a {
        color: #99cdea
    }

    header.navbar .navbar-collapse [class*=block-views-contact-wizard-tree-block-] a:hover {
        color: #d8edf8
    }

    header.navbar .navbar-collapse [class*=block-views-contact-wizard-tree-block-] ul {
        display: none;
        flex-flow: row wrap;
        left: 640px;
        margin: 0;
        padding: 15px;
        position: absolute;
        top: 0;
        width: 100%
    }

    header.navbar .navbar-collapse [class*=block-views-contact-wizard-tree-block-] ul li {
        margin: 5px
    }

    header.navbar .navbar-collapse [class*=block-views-contact-wizard-tree-block-] .back {
        display: block;
        font-size: 14px;
        flex-shrink: 0;
        margin: 0 5px;
        width: 100%
    }

    header.navbar .navbar-collapse [class*=block-views-contact-wizard-tree-block-] .node-contact-block {
        margin: 5px
    }

    header.navbar .navbar-collapse [class*=block-views-contact-wizard-tree-block-] .node-contact-block .field-name-title {
        margin-bottom: 10px
    }

    header.navbar .navbar-collapse [class*=block-views-contact-wizard-tree-block-] .views-field-name {
        background-color: #017caf;
        color: #fff;
        cursor: pointer;
        padding: 10px 15px;
        transition: all .3s ease;
        width: auto
    }

    header.navbar .navbar-collapse [class*=block-views-contact-wizard-tree-block-] .views-field-name:hover {
        background-color: #0093d1
    }

    header.navbar .navbar-collapse [class*=block-views-contact-wizard-tree-block-] .views-field-name a {
        color: #fff
    }

    header.navbar .navbar-collapse [class*=block-views-contact-wizard-tree-block-] .views-field-name i {
        margin-right: 5px
    }

    header.navbar .navbar-collapse [class*=block-views-contact-wizard-tree-block-] .views-field-view {
        display: none;
        left: 640px;
        padding: 15px;
        position: absolute;
        top: 0;
        width: 100%
    }

    header.navbar .navbar-collapse [class*=block-views-contact-wizard-tree-block-] .view-footer,
    header.navbar .navbar-collapse [class*=block-views-contact-wizard-tree-block-] .view-header {
        left: 0;
        padding: 20px;
        transition: all .6s cubic-bezier(.2, .85, .5, .95)
    }

    header.navbar .navbar-collapse [class*=block-views-contact-wizard-tree-block-] .view-footer a,
    header.navbar .navbar-collapse [class*=block-views-contact-wizard-tree-block-] .view-header a {
        text-decoration: underline
    }

    .contact-wizard-active header.navbar .navbar-collapse [class*=block-views-contact-wizard-tree-block-] .view-footer,
    .contact-wizard-active header.navbar .navbar-collapse [class*=block-views-contact-wizard-tree-block-] .view-header {
        position: absolute
    }

    .contact-wizard-level-2 header.navbar .navbar-collapse [class*=block-views-contact-wizard-tree-block-] .view-footer,
    .contact-wizard-level-2 header.navbar .navbar-collapse [class*=block-views-contact-wizard-tree-block-] .view-header,
    .contact-wizard-level-3 header.navbar .navbar-collapse [class*=block-views-contact-wizard-tree-block-] .view-footer,
    .contact-wizard-level-3 header.navbar .navbar-collapse [class*=block-views-contact-wizard-tree-block-] .view-header,
    .contact-wizard-level-4 header.navbar .navbar-collapse [class*=block-views-contact-wizard-tree-block-] .view-footer,
    .contact-wizard-level-4 header.navbar .navbar-collapse [class*=block-views-contact-wizard-tree-block-] .view-header {
        left: -640px
    }

    header.navbar .navbar-collapse [class*=block-views-contact-wizard-tree-block-] .view-footer {
        bottom: 0
    }

    header.navbar .navbar-collapse [class*=block-views-contact-wizard-tree-block-]>.view-contact-wizard-tree>.view-content>ul {
        display: flex;
        left: 0;
        top: 40px;
        transition: all .6s cubic-bezier(.2, .85, .5, .95)
    }

    .contact-wizard-level-2 header.navbar .navbar-collapse [class*=block-views-contact-wizard-tree-block-]>.view-contact-wizard-tree>.view-content>ul {
        left: -640px
    }

    .contact-wizard-level-3 header.navbar .navbar-collapse [class*=block-views-contact-wizard-tree-block-]>.view-contact-wizard-tree>.view-content>ul {
        left: -1280px
    }

    .contact-wizard-level-4 header.navbar .navbar-collapse [class*=block-views-contact-wizard-tree-block-]>.view-contact-wizard-tree>.view-content>ul {
        left: -1920px
    }

    header.navbar .navbar-collapse [class*=block-views-contact-wizard-tree-block-]>.view-contact-wizard-tree>.view-content>ul>li.active {
        display: block
    }

    header.navbar .navbar-collapse [class*=block-views-contact-wizard-tree-block-]>.view-contact-wizard-tree>.view-content>ul>li.active>.views-field-view {
        display: block
    }

    header.navbar .navbar-collapse [class*=block-views-contact-wizard-tree-block-]>.view-contact-wizard-tree>.view-content>ul>li.active>ul {
        display: flex
    }

    header.navbar .navbar-collapse [class*=block-views-contact-wizard-tree-block-]>.view-contact-wizard-tree>.view-content>ul>li>ul {
        top: -40px
    }

    header.navbar .navbar-collapse [class*=block-views-contact-wizard-tree-block-]>.view-contact-wizard-tree>.view-content>ul>li>ul>li.active {
        display: block
    }

    header.navbar .navbar-collapse [class*=block-views-contact-wizard-tree-block-]>.view-contact-wizard-tree>.view-content>ul>li>ul>li.active>.views-field-view {
        display: block
    }

    header.navbar .navbar-collapse [class*=block-views-contact-wizard-tree-block-]>.view-contact-wizard-tree>.view-content>ul>li>ul>li.active>ul {
        display: flex
    }

    header.navbar .navbar-collapse [class*=block-views-contact-wizard-tree-block-]>.view-contact-wizard-tree>.view-content>ul>li>ul>li>ul>li.active {
        display: block
    }

    header.navbar .navbar-collapse [class*=block-views-contact-wizard-tree-block-]>.view-contact-wizard-tree>.view-content>ul>li>ul>li>ul>li.active>.views-field-view {
        display: block
    }

    header.navbar .navbar-collapse [class*=block-views-contact-wizard-tree-block-]>.view-contact-wizard-tree>.view-content>ul>li>ul>li>ul>li.active>ul {
        display: flex
    }

    header.navbar .navbar-collapse [class*=block-views-contact-wizard-tree-block-]>.view-contact-wizard-tree>.view-content>ul>li>ul>li>ul>li>ul>li.active {
        display: block
    }

    header.navbar .navbar-collapse [class*=block-views-contact-wizard-tree-block-]>.view-contact-wizard-tree>.view-content>ul>li>ul>li>ul>li>ul>li.active>.views-field-view {
        display: block
    }

    header.navbar .navbar-collapse [class*=block-views-contact-wizard-tree-block-]>.view-contact-wizard-tree>.view-content>ul>li>ul>li>ul>li>ul>li.active>ul {
        display: flex
    }
}

.row.legal-button {
    margin: 0 auto;
    max-width: 1286px;
    overflow: visible;
    position: relative;
    display: none
}

.promotion-1+.row.legal-button {
    height: 0
}

.row.legal-button a.legal {
    background-color: #c1dbf9;
    cursor: pointer;
    padding: 5px 25px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 99
}

.row.legal-button a.legal:hover {
    text-decoration: none
}

.row.legal-outer {
    margin-left: 0;
    margin-right: 0
}

.row.legal-outer .legal-inner {
    background: #fcfcfc
}

.row.legal-outer .legal-inner .legal-content {
    margin: 0 auto;
    max-width: 1286px
}

.row.legal-outer .legal-inner .legal-content .region-legal {
    background: #fcfcfc;
    color: #505050;
    font-size: .75em;
    line-height: 1.25;
    padding: 20px
}

.row.legal-outer .legal-inner .legal-content .region-legal .block-title {
    display: none
}

.row.legal-outer .legal-inner .legal-content .region-legal p {
    margin: 0 0 1em
}

footer.footer {
    background-color: #eff1f3;
    background: linear-gradient(#eff1f3, #fafafa);
    border-top: none;
    margin-top: 0
}

footer.footer h2 {
    color: #002e64;
    font-family: "Helvetica Neue", helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25em;
    margin: 0 0 10px;
    text-transform: none
}

footer.footer h2:hover {
    text-decoration: underline
}

footer.footer h2[onclick] {
    color: #004ea8;
    cursor: pointer
}

footer.footer .region-footer-first section:nth-child(2)>a {
    margin-right: 10px
}

footer.footer .region-footer-first section:nth-child(2)>a:last-child {
    margin-right: 0
}

footer.footer .region-footer-first section:nth-child(2)>a img {
    height: 19px;
    width: auto
}

footer.footer .region-footer-second>section:first-child {
    border-bottom: 1px solid #bdcbe6;
    padding: 15px 0
}

footer.footer .region-footer-second>section:first-child>h2 {
    display: none
}

footer.footer .region-footer-second>section:first-child>ul>li>a {
    background-color: transparent;
    box-shadow: none;
    padding: 10px 10px 10px 40px;
    text-decoration: none
}

footer.footer .region-footer-second>section:first-child>ul>li>a:before {
    margin-left: 0
}

footer.footer .region-footer-second>section:first-child>ul>li>a:hover {
    text-decoration: underline
}

footer.footer .region-footer-second>section:first-child>ul>li>a.open>a,
footer.footer .region-footer-second>section:first-child>ul>li>a.open>a:focus,
footer.footer .region-footer-second>section:first-child>ul>li>a.open>a:hover,
footer.footer .region-footer-second>section:first-child>ul>li>a>a,
footer.footer .region-footer-second>section:first-child>ul>li>a>a:focus,
footer.footer .region-footer-second>section:first-child>ul>li>a>a:hover {
    background-color: transparent
}

footer.footer .region-footer-third {
    color: #002e64;
    font-size: 11px;
    line-height: 1.25em;
    margin-top: 20px
}

footer.footer .wrapper {
    position: relative
}

@media only screen and (min-width:600px) and (max-width:880px) {
    .lower {
        bottom: 0;
        position: absolute;
        right: 15px;
        width: auto
    }
}

@media only screen and (min-width:880px) {
    footer.footer {
        margin-top: 0;
        margin-bottom: 0;
        padding: 20px
    }

    footer.footer .region-footer-first {
        position: relative;
        width: 190px
    }

    footer.footer .region-footer-first section:first-child img {
        max-width: 147px
    }

    footer.footer .region-footer-first section:nth-child(2) {
        bottom: 0;
        left: 0;
        position: absolute;
        width: 100%
    }

    footer.footer .region-footer-second {
        width: calc(100% - 190px)
    }

    footer.footer .region-footer-second>section:first-child {
        clear: both;
        float: left;
        margin-bottom: 20px;
        padding-top: 0;
        width: 100%
    }

    footer.footer .region-footer-second>section:first-child>h2 {
        display: none
    }

    footer.footer .region-footer-second>section:not(:first-child) {
        clear: none;
        float: left;
        margin-right: 20px;
        width: calc(25% - 15px)
    }

    footer.footer .region-footer-second>section:not(:first-child)>h2 {
        margin-bottom: 0
    }

    footer.footer .region-footer-second>section:not(:first-child) a {
        font-size: 14px;
        line-height: 1.25em;
        text-decoration: none
    }

    footer.footer .region-footer-second>section:not(:first-child) .dropdownmenu li {
        line-height: 1.25em;
        margin: 10px 0
    }

    footer.footer .region-footer-second>section:not(:first-child) .dropdownmenu li:first-child {
        margin-top: 0
    }

    footer.footer .region-footer-second>section:not(:first-child) .dropdownmenu li:last-child {
        margin-bottom: 0
    }

    footer.footer .region-footer-second>section:not(:first-child) .dropdownmenu li:first-child .nolink {
        margin-top: 5px
    }

    footer.footer .region-footer-second>section:not(:first-child) .nolink {
        color: #002e64;
        display: block;
        font-size: 11px;
        font-family: "Helvetica Neue Bd Cn", helvetica, sans-serif;
        letter-spacing: 1px;
        line-height: 1.25em;
        margin-top: 20px;
        text-transform: uppercase;
        padding: 0;
        background: 0 0;
        text-align: left;
        cursor: default
    }

    footer.footer .region-footer-second>section:not(:first-child) .nolink:focus {
        outline: 0;
        color: inherit;
        margin-top: 20px
    }

    footer.footer .region-footer-second>section:nth-last-child(2) {
        margin-right: 0
    }

    footer.footer .region-footer-third {
        color: #002e64;
        font-size: 11px;
        line-height: 1.25em;
        margin-top: 20px
    }

    footer.footer .upper {
        display: flex;
        flex-flow: row nowrap
    }

    footer.footer .block-menu-menu-mobile-footer-navigation {
        display: none
    }
}

@media only screen and (min-width:1200px) {
    footer.footer .region-footer-second>section:first-child>ul>li {
        margin-right: 60px
    }
}

@media only screen and (max-width:879px) {
    footer.footer {
        padding: 0 0 20px
    }

    footer.footer .upper {
        display: flex;
        flex-flow: column nowrap
    }

    footer.footer .upper .region-footer-first {
        margin-top: 20px;
        padding-left: 15px;
        padding-right: 15px;
        order: 1
    }

    footer.footer .upper .region-footer-first .block-the-standard-custom-blocks-footer-logo {
        display: none
    }

    footer.footer .upper .region-footer-first .block-title {
        display: inline;
        margin-right: 20px
    }

    footer.footer .upper .region-footer-second>section:first-child {
        border-color: #e6eaf3
    }

    footer.footer .upper .region-footer-second>section:first-child>ul {
        margin: 0 10px
    }

    footer.footer .region-footer-third {
        margin-left: 15px
    }

    .block-menu-menu-about-the-standard,
    .block-menu-menu-for-brokers-advisors,
    .block-menu-menu-for-businesses-organization,
    .block-menu-menu-for-individuals-families {
        display: none
    }
}

header.navbar .navbar-collapse .region-navigation-first [class*=block-views-exp-solr-search-results-page] {
    display: none
}

@media only screen and (min-width:1200px) {

    header.navbar,
    header.navbar.container-fluid {
        background-color: #eff1f3;
        border: none;
        margin: 0 auto;
        max-width: none;
        padding: 0
    }

    header.navbar .navbar-collapse {
        padding-right: 0;
        padding-left: 0
    }

    header.navbar .navbar-collapse .nav-third {
        display: none
    }

    header.navbar .navbar-collapse .nav-first {
        background-color: #0093d1;
        max-width: none
    }

    .high-contrast header.navbar .navbar-collapse .nav-first {
        background-color: #004ea8
    }

    header.navbar .navbar-collapse .nav-first #high-contrast {
        display: block;
        float: left;
        position: relative;
        top: 9px;
        left: 10px;
        width: 20px
    }

    header.navbar .navbar-collapse .nav-first #high-contrast a {
        font-family: FontAwesome;
        color: #fff;
        -webkit-font-smoothing: antialiased
    }

    header.navbar .navbar-collapse .nav-first #high-contrast a:focus,
    header.navbar .navbar-collapse .nav-first #high-contrast a:hover {
        text-decoration: none
    }

    header.navbar .navbar-collapse .region-navigation-first {
        display: flex;
        flex-flow: nowrap;
        justify-content: space-between;
        margin: 0 auto;
        max-width: 1286px;
        position: relative
    }

    header.navbar .navbar-collapse .region-navigation-first .block-menu-menu-mobile-about-navigation,
    header.navbar .navbar-collapse .region-navigation-first .block-menu-menu-mobile-brokers-navigation,
    header.navbar .navbar-collapse .region-navigation-first .block-menu-menu-mobile-businesses-navigat,
    header.navbar .navbar-collapse .region-navigation-first .block-menu-menu-mobile-structure-navigation {
        display: none
    }

    header.navbar .navbar-collapse .region-navigation-first .block-menu-menu-mobile-switcher {
        display: none
    }

    header.navbar .navbar-collapse .region-navigation-first .block-the-standard-custom-blocks-header-util>div {
        height: 100%
    }

    header.navbar .navbar-collapse .region-navigation-first .block-the-standard-custom-blocks-header-util>div>div {
        display: flex;
        flex-flow: row nowrap;
        height: 100%
    }

    header.navbar .navbar-collapse .region-navigation-first .block-the-standard-custom-blocks-header-util>div>div a {
        align-items: center;
        background-color: #02658e;
        color: #fff;
        display: flex;
        flex-flow: row;
        font-size: 18px;
        line-height: 1.25em;
        padding: 10px 20px;
        transition: all .3s ease;
        width: 135px;
        text-decoration: none
    }

    .high-contrast header.navbar .navbar-collapse .region-navigation-first .block-the-standard-custom-blocks-header-util>div>div a {
        background-color: #01346f
    }

    header.navbar .navbar-collapse .region-navigation-first .block-the-standard-custom-blocks-header-util>div>div a:hover {
        background-color: #002e64;
        text-decoration: none
    }

    header.navbar .navbar-collapse .region-navigation-first .block-the-standard-custom-blocks-header-util>div>div a.contact:before {
        content: '\f003';
        display: inline;
        font-family: FontAwesome;
        margin-right: 10px
    }

    header.navbar .navbar-collapse .region-navigation-first .block-the-standard-custom-blocks-header-util>div>div a.search {
        background-color: #017caf
    }

    .high-contrast header.navbar .navbar-collapse .region-navigation-first .block-the-standard-custom-blocks-header-util>div>div a.search {
        background-color: #003d84
    }

    header.navbar .navbar-collapse .region-navigation-first .block-the-standard-custom-blocks-header-util>div>div a.search:before {
        content: '\f002';
        display: inline;
        font-family: FontAwesome;
        margin-right: 10px
    }

    header.navbar .navbar-collapse .region-navigation-first .block-the-standard-custom-blocks-header-util>div>div a.search:hover {
        background-color: #02658e
    }

    .high-contrast header.navbar .navbar-collapse .region-navigation-first .block-the-standard-custom-blocks-header-util>div>div a.search:hover {
        background-color: #156fd8
    }

    .navbar-search-active header.navbar .navbar-collapse .region-navigation-first .block-the-standard-custom-blocks-header-util>div>div a.search {
        opacity: 0;
        transition: all .3s ease
    }

    header.navbar .navbar-collapse .region-navigation-first [class*=block-views-exp-solr-search-results-page] {
        display: block;
        opacity: 0;
        height: 100%;
        position: absolute;
        right: 135px
    }

    .navbar-search-active header.navbar .navbar-collapse .region-navigation-first [class*=block-views-exp-solr-search-results-page] {
        opacity: 1;
        z-index: 101
    }

    .float-menu-active.navbar-search-active header.navbar .navbar-collapse .region-navigation-first [class*=block-views-exp-solr-search-results-page] [id^=views-exposed-form-solr-search-results-page] {
        position: fixed;
        right: auto;
        z-index: 3;
        top: 20px;
        height: 42px;
        display: block
    }

    .float-menu-active.navbar-search-active header.navbar .navbar-collapse .region-navigation-first [class*=block-views-exp-solr-search-results-page] [id^=views-exposed-form-solr-search-results-page] .views-exposed-form {
        margin-left: -140px;
        width: 200px
    }

    header.navbar .navbar-collapse .region-navigation-first [class*=block-views-exp-solr-search-results-page] div,
    header.navbar .navbar-collapse .region-navigation-first [class*=block-views-exp-solr-search-results-page] form {
        height: 100%
    }

    header.navbar .navbar-collapse .region-navigation-first [class*=block-views-exp-solr-search-results-page] .views-exposed-widgets {
        height: 100%;
        margin: 0;
        padding: 0
    }

    header.navbar .navbar-collapse .region-navigation-first [class*=block-views-exp-solr-search-results-page] .views-submit-button {
        float: none;
        opacity: 0;
        padding: 0;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        transition: all .3s ease
    }

    header.navbar .navbar-collapse .region-navigation-first [class*=block-views-exp-solr-search-results-page] .views-submit-button button {
        background-color: transparent;
        color: transparent;
        display: inline-block;
        font-size: .01em;
        font-family: FontAwesome;
        left: 50%;
        line-height: .01em;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        height: 24px;
        width: 24px
    }

    header.navbar .navbar-collapse .region-navigation-first [class*=block-views-exp-solr-search-results-page] .views-submit-button button:before {
        content: '\f002';
        color: #0093d1;
        font-size: 18px;
        line-height: 1em
    }

    .navbar-search-active header.navbar .navbar-collapse .region-navigation-first [class*=block-views-exp-solr-search-results-page] .views-submit-button {
        opacity: 1
    }

    header.navbar .navbar-collapse .region-navigation-first [class*=block-views-exp-solr-search-results-page] .views-widget-filter-search_api_views_fulltext {
        padding: 0
    }

    header.navbar .navbar-collapse .region-navigation-first [class*=block-views-exp-solr-search-results-page] .views-widget-filter-search_api_views_fulltext input {
        border: 1px solid #0093d1;
        border-radius: 0;
        height: 100%;
        padding-left: 10px;
        transition: all .3s ease;
        width: 0
    }

    header.navbar .navbar-collapse .region-navigation-first [class*=block-views-exp-solr-search-results-page] .views-widget-filter-search_api_views_fulltext input:focus {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px
    }

    .float-menu-active header.navbar .navbar-collapse .region-navigation-first [class*=block-views-exp-solr-search-results-page] .views-widget-filter-search_api_views_fulltext input {
        width: 200px;
        opacity: 0
    }

    header.navbar .navbar-collapse .region-navigation-first [class*=block-views-exp-solr-search-results-page] .views-widget-filter-search_api_views_fulltext input::-webkit-input-placeholder {
        color: #91c8df
    }

    header.navbar .navbar-collapse .region-navigation-first [class*=block-views-exp-solr-search-results-page] .views-widget-filter-search_api_views_fulltext input:-moz-placeholder {
        color: #91c8df
    }

    header.navbar .navbar-collapse .region-navigation-first [class*=block-views-exp-solr-search-results-page] .views-widget-filter-search_api_views_fulltext input::-moz-placeholder {
        color: #91c8df
    }

    header.navbar .navbar-collapse .region-navigation-first [class*=block-views-exp-solr-search-results-page] .views-widget-filter-search_api_views_fulltext input:-ms-input-placeholder {
        color: #91c8df
    }

    .navbar-search-active header.navbar .navbar-collapse .region-navigation-first [class*=block-views-exp-solr-search-results-page] .views-widget-filter-search_api_views_fulltext input {
        width: 200px;
        opacity: 1
    }

    header.navbar .navbar-collapse .region-navigation-first .nav {
        display: flex;
        flex-flow: row nowrap
    }

    header.navbar .navbar-collapse .region-navigation-first .nav>li {
        margin: 0
    }

    header.navbar .navbar-collapse .region-navigation-first .nav>li>a {
        background-color: transparent;
        color: #fff;
        font-size: 18px;
        line-height: 1.25em;
        padding: 10px 20px;
        transition: all .3s ease;
        text-decoration: none
    }

    header.navbar .navbar-collapse .region-navigation-first .nav>li>a:hover {
        background-color: #22a5dc
    }

    .high-contrast header.navbar .navbar-collapse .region-navigation-first .nav>li>a:hover {
        background-color: #156fd8
    }

    header.navbar .navbar-collapse .region-navigation-first .nav>li>a.active-trail {
        background-color: #22a5dc
    }

    .high-contrast header.navbar .navbar-collapse .region-navigation-first .nav>li>a.active-trail {
        background-color: #156fd8;
        border-top: 3px solid #fff;
        padding-top: 7px
    }

    header.navbar .navbar-collapse .region-navigation-first .nav>li.open>a {
        background-color: #22a5dc
    }

    header.navbar .region-navigation-second {
        align-items: center;
        display: flex;
        flex-flow: row nowrap
    }

    header.navbar .region-navigation-second>.block-tb-megamenu {
        height: 100%;
        margin-right: 20px;
        width: auto
    }

    header.navbar .region-navigation-second .block-the-standard-custom-blocks-header-logo,
    header.navbar .region-navigation-second .block-the-standard-custom-blocks-header-logo-unlinked {
        margin: 23px 20px;
        width: auto
    }

    header.navbar .region-navigation-second .block-the-standard-custom-blocks-header-logo img,
    header.navbar .region-navigation-second .block-the-standard-custom-blocks-header-logo-unlinked img {
        height: auto;
        width: 107px
    }
}

@media only screen and (min-width:1200px) and (min-width:1326px) {

    header.navbar .region-navigation-second .block-the-standard-custom-blocks-header-logo,
    header.navbar .region-navigation-second .block-the-standard-custom-blocks-header-logo-unlinked {
        margin-left: 0
    }
}

@media only screen and (min-width:1200px) {
    header.navbar .region-navigation-second .block-the-standard-custom-blocks-header-util-sec {
        flex: 1;
        margin-right: 20px;
        text-align: right;
        width: auto
    }

    header.navbar .region-navigation-second .block-the-standard-custom-blocks-header-util-sec .login {
        width: 135px
    }
}

@media only screen and (min-width:1200px) and (min-width:1326px) {
    header.navbar .region-navigation-second .block-the-standard-custom-blocks-header-util-sec {
        margin-right: 0
    }
}

@media only screen and (min-width:1200px) {
    header.navbar .region-navigation-second .open-menu {
        display: none
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    header.navbar .tb-megamenu .btn-navbar {
        display: none
    }

    header.navbar .tb-megamenu .nav-collapse {
        background: 0 0;
        display: block;
        height: auto !important;
        margin-top: 0;
        overflow: visible !important;
        position: relative;
        top: auto;
        z-index: 1
    }

    header.navbar .tb-megamenu .nav-collapse>ul.nav>li {
        float: left
    }

    header.navbar .tb-megamenu .nav-collapse>ul.nav>li>a {
        font-size: 20px !important
    }

    header.navbar .tb-megamenu .mega>.mega-dropdown-menu {
        display: none !important;
        left: 0;
        margin: 2px 0 0;
        min-width: 160px;
        position: absolute;
        top: 100%;
        z-index: 9999
    }

    header.navbar .tb-megamenu .mega>.mega-dropdown-menu[data-width="550"] {
        width: 550px !important
    }

    header.navbar .tb-megamenu .mega>.mega-dropdown-menu .span6 {
        min-width: 0 !important;
        width: 48.93617021276595% !important
    }

    header.navbar .tb-megamenu .mega.open>.mega-dropdown-menu {
        display: block !important
    }
}

.biz-cont {
    background: #002e64;
    width: 100%;
    max-width: 100%;
    display: flex;
    display: none
}

.biz-cont .inner-wrapper {
    display: flex;
    align-items: center;
    max-width: 550px;
    margin: auto;
    padding: 20px 10px
}

.biz-cont .inner-wrapper .region-biz-cont {
    color: #fff;
    font-size: 14px
}

.biz-cont .inner-wrapper .icon {
    padding: 0 20px
}

.biz-cont .icon,
.biz-cont .message-close {
    font-family: FontAwesome;
    color: #fff
}

.biz-cont .message-close {
    padding: 15px 30px;
    cursor: pointer
}

.block-the-standard-custom-blocks-about-float,
.block-the-standard-custom-blocks-ann-float,
.block-the-standard-custom-blocks-emp-float,
.block-the-standard-custom-blocks-financial-float,
.block-the-standard-custom-blocks-idi-float,
.block-the-standard-custom-blocks-ind-float {
    display: none
}

@media only screen and (min-width:1200px) {

    .block-the-standard-custom-blocks-about-float,
    .block-the-standard-custom-blocks-ann-float,
    .block-the-standard-custom-blocks-emp-float,
    .block-the-standard-custom-blocks-financial-float,
    .block-the-standard-custom-blocks-idi-float,
    .block-the-standard-custom-blocks-ind-float {
        background-color: #eff1f3;
        display: block;
        left: 0;
        opacity: 0;
        position: fixed;
        top: -200px;
        transition: top .5s ease-out, opacity 1ms ease .5s, z-index 1ms ease .5s;
        width: 100vw
    }

    .float-menu-active .block-the-standard-custom-blocks-about-float,
    .float-menu-active .block-the-standard-custom-blocks-ann-float,
    .float-menu-active .block-the-standard-custom-blocks-emp-float,
    .float-menu-active .block-the-standard-custom-blocks-financial-float,
    .float-menu-active .block-the-standard-custom-blocks-idi-float,
    .float-menu-active .block-the-standard-custom-blocks-ind-float {
        box-shadow: 0 0 20px rgba(0, 0, 0, .2);
        opacity: 1;
        top: 0;
        transition: top .5s cubic-bezier(.26, .95, .51, .95);
        z-index: 100
    }

    .float-header {
        margin: 0 auto;
        padding: 40px 20px;
        position: relative;
        width: 100%;
        align-items: center;
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
        padding-top: 0;
        padding-bottom: 0;
        height: 5em
    }

    .float-header:first-child {
        margin-top: 0
    }

    .float-header:last-child {
        margin-bottom: 0
    }
}

@media only screen and (min-width:1200px) and (min-width:600px) {
    .float-header {
        padding-right: 40px;
        padding-left: 40px
    }
}

@media only screen and (min-width:1200px) and (min-width:1326px) {
    .float-header {
        max-width: 1326px;
        padding-right: 20px;
        padding-left: 20px
    }
}

@media only screen and (min-width:1200px) {
    .float-logo {
        display: flex;
        flex-flow: column nowrap;
        justify-content: center;
        order: -1
    }

    .float-logo img {
        width: 84px
    }

    .float-util-icons {
        align-items: center;
        display: flex;
        flex-flow: row nowrap;
        justify-content: center
    }

    .float-util-icons>* {
        font-size: 24px;
        margin-left: 20px;
        position: relative
    }

    .float-util-icons>:nth-child(1) {
        color: #0093d1
    }

    .float-util-icons>:nth-child(2) {
        color: #004ea8
    }

    .float-util-icons>:nth-child(2):before {
        border-left: 25px solid transparent;
        border-right: 25px solid transparent;
        border-bottom: 17px solid #02658e;
        content: "";
        height: 0;
        opacity: 0;
        position: absolute;
        left: 50%;
        bottom: -35px;
        transform: translate(-50%, 100%);
        width: 0
    }

    .contact-wizard-active .float-util-icons>:nth-child(2):before {
        opacity: 1;
        transform: translate(-50%, 0);
        transition: all .15s linear .3s
    }

    .float-util-icons>:nth-child(3) {
        color: #f89728
    }

    .section-name {
        align-self: stretch;
        background-image: url(/sites/all/themes/custom/standard_bootstrap/assets/images/bg-section-arrow.png);
        background-position: center right;
        background-repeat: no-repeat;
        background-size: contain;
        display: flex;
        flex-flow: column nowrap;
        font-size: 18px;
        justify-content: center;
        line-height: 1.25em;
        padding: 0 40px 0 20px
    }

    .section-name a {
        color: #002e64;
        text-decoration: none
    }

    .section-name a:hover {
        color: #005ad3;
        text-decoration: none
    }

    .float-header .tb-megamenu {
        flex-grow: 9999
    }

    .float-header .tb-megamenu .mega>.mega-dropdown-menu {
        margin-top: 0;
        margin-left: -150px
    }

    .float-header .tb-megamenu .nav>li.dropdown,
    .float-header .tb-megamenu .nav>li.dropdown.active,
    .float-header .tb-megamenu .nav>li.dropdown.active.open {
        padding-top: 14px;
        padding-bottom: 14px
    }
}

@media only screen and (max-width:1200px) {
    header.navbar {
        background-color: #fff;
        border: none;
        left: 0;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 9
    }

    header.navbar+.main-container {
        margin-top: 102px
    }

    .biz-continuity header.navbar+.main-container {
        margin-top: 110px
    }

    header.navbar.container,
    header.navbar.container-fluid {
        margin: 0;
        padding: 0
    }

    header.navbar .block-block-295,
    header.navbar .block-menu-block,
    header.navbar .block-tb-megamenu,
    header.navbar .nav-first .block-the-standard-custom-blocks {
        display: none
    }

    header.navbar .region-navigation-second {
        border-bottom: 1px solid #eff1f3;
        position: relative
    }

    header.navbar .region-navigation-second .block-the-standard-custom-blocks-header-logo {
        padding: 8px 0 6px;
        text-align: center;
        width: 100%
    }

    header.navbar .region-navigation-second .block-the-standard-custom-blocks-header-logo img {
        height: auto;
        width: 60px
    }

    header.navbar .region-navigation-second .block-the-standard-custom-blocks-header-util-sec {
        position: absolute;
        right: 19px;
        top: 50%;
        transform: translateY(-50%);
        width: auto
    }

    header.navbar .region-navigation-second .block-the-standard-custom-blocks-header-util-sec .btn {
        background-color: transparent;
        color: orange;
        cursor: pointer;
        display: block;
        font-size: 16px;
        height: 30px;
        line-height: 1.3em;
        margin: 0;
        overflow: hidden;
        padding: 0;
        width: 19px
    }

    .high-contrast header.navbar .region-navigation-second .block-the-standard-custom-blocks-header-util-sec .btn {
        border: none
    }

    header.navbar .region-navigation-second .block-the-standard-custom-blocks-header-util-sec .btn:before {
        color: orange;
        font-size: 26px;
        transform: translateY(4px)
    }
}

@media only screen and (max-width:1200px) and (min-width:480px) {
    header.navbar .region-navigation-second .block-the-standard-custom-blocks-header-util-sec .btn {
        line-height: 1.25em;
        width: auto
    }
}

@media only screen and (max-width:1200px) {
    header.navbar .region-navigation-second .open-menu {
        color: #0093d1;
        cursor: pointer;
        display: block;
        height: 23px;
        left: 19px;
        line-height: 1.25em;
        margin: 0;
        position: absolute;
        overflow: hidden;
        top: 50%;
        transform: translateY(-50%);
        width: 22px
    }

    .node-type-rp-microsite header.navbar .region-navigation-second .open-menu {
        display: none
    }

    header.navbar .region-navigation-second .open-menu:before {
        content: '\f0c9';
        display: inline-block;
        font-family: FontAwesome;
        font-size: 24px;
        margin-right: 10px;
        transform: translateY(3px)
    }
}

@media only screen and (max-width:1200px) and (min-width:480px) {
    header.navbar .region-navigation-second .open-menu {
        width: auto
    }
}

@media only screen and (max-width:1200px) {
    header.navbar .block-menu-menu-mobile-switcher {
        background-color: #f1f3f6;
        border-bottom: 1px solid #bdcbe6
    }

    header.navbar .block-menu-menu-mobile-switcher h2 {
        color: #3e88dd;
        font-size: 14px;
        line-height: 1.25em;
        margin: 10px 0;
        text-align: center
    }

    header.navbar .block-menu-menu-mobile-switcher .nav {
        align-items: center;
        display: flex;
        flex-flow: row nowrap;
        margin: 20px 0
    }

    header.navbar .block-menu-menu-mobile-switcher .nav li {
        margin: 0;
        width: 50%
    }

    header.navbar .block-menu-menu-mobile-switcher .nav li a {
        border-bottom: none;
        display: block;
        font-size: 14px;
        line-height: 1.25em;
        padding: 0 20px;
        position: relative;
        text-align: center
    }

    header.navbar .block-menu-menu-mobile-switcher .nav li a:before {
        background-color: #bdcbe6;
        content: "";
        display: block;
        height: 100%;
        min-height: 2em;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 1px
    }

    header.navbar .block-menu-menu-mobile-switcher .nav li a:active,
    header.navbar .block-menu-menu-mobile-switcher .nav li a:focus,
    header.navbar .block-menu-menu-mobile-switcher .nav li a:hover,
    header.navbar .block-menu-menu-mobile-switcher .nav li a:visited {
        background-color: transparent
    }

    header.navbar .block-menu-menu-mobile-switcher .nav li.open>a {
        border-color: #bdcbe6
    }

    header.navbar .block-menu-menu-mobile-switcher .nav li.active-trail {
        display: none
    }

    header.navbar .block-menu-menu-mobile-switcher .nav li.active-trail+li:not(:last-child) a:before,
    header.navbar .block-menu-menu-mobile-switcher .nav li:first-child a:before {
        display: none
    }

    header.navbar .navbar-collapse {
        border: none;
        box-shadow: none;
        display: block;
        margin: 0;
        padding: 0
    }

    header.navbar .nav-first {
        display: inline
    }

    header.navbar .nav-first #high-contrast {
        display: none
    }

    header.navbar .nav-third {
        background-color: #d5e4f5;
        padding: 5px
    }

    header.navbar .nav-third .views-exposed-widgets {
        margin: 0
    }

    header.navbar .nav-third .views-widget-filter-search_api_views_fulltext {
        float: none;
        padding: 0
    }

    header.navbar .nav-third .views-widget-filter-search_api_views_fulltext input {
        width: 100%
    }

    header.navbar .nav-third .views-widget-filter-search_api_views_fulltext input::-webkit-input-placeholder {
        color: #91c8df
    }

    header.navbar .nav-third .views-widget-filter-search_api_views_fulltext input:-moz-placeholder {
        color: #91c8df
    }

    header.navbar .nav-third .views-widget-filter-search_api_views_fulltext input::-moz-placeholder {
        color: #91c8df
    }

    header.navbar .nav-third .views-widget-filter-search_api_views_fulltext input:-ms-input-placeholder {
        color: #91c8df
    }

    header.navbar .nav-third .views-submit-button {
        display: none
    }

    header.navbar .region-navigation-first {
        background-color: #fff;
        border-right: 1px solid #bdcbe6;
        height: 100vh;
        left: -100vw;
        max-width: 400px;
        overflow: auto;
        position: fixed;
        top: 0;
        transition: all .5s cubic-bezier(.16, .76, .27, .95);
        width: calc(100% - 40px);
        z-index: 1
    }

    .mobile-menu-open header.navbar .region-navigation-first {
        left: 0
    }

    .main-container,
    .region-navigation-second,
    footer.footer {
        transition: all .9s ease
    }

    .mobile-menu-open .main-container,
    .mobile-menu-open .region-navigation-second,
    .mobile-menu-open footer.footer {
        filter: blur(5px) opacity(.5);
        transition: all .6s ease
    }

    .mobile-menu-open {
        overflow: hidden
    }
}

.node-type-basic-page .paragraphs-item-embedded-block .content,
.node-type-portal-page .paragraphs-item-embedded-block .content {
    padding: 0;
    margin: 0
}

.node-type-basic-page .paragraphs-item-embedded-block .content .field,
.node-type-portal-page .paragraphs-item-embedded-block .content .field {
    display: inline
}

.node-type-basic-page .paragraphs-item-embedded-block .field-item,
.node-type-portal-page .paragraphs-item-embedded-block .field-item {
    margin: 20px 0
}

.node-type-basic-page .paragraphs-item-embedded-block .field-item:first-child,
.node-type-portal-page .paragraphs-item-embedded-block .field-item:first-child {
    margin-top: 0
}

.node-type-basic-page .paragraphs-item-embedded-block .field-item:last-child,
.node-type-portal-page .paragraphs-item-embedded-block .field-item:last-child {
    margin-bottom: 0
}

.node-type-basic-page .paragraphs-item-embedded-block .field-items .field-item:last-child .block-menu>ul>li a,
.node-type-portal-page .paragraphs-item-embedded-block .field-items .field-item:last-child .block-menu>ul>li a {
    padding: 25px 10px 25px 55px;
    text-decoration: none
}

.node-type-basic-page .paragraphs-item-embedded-block .field-items .field-item:last-child .block-menu>ul>li a:hover,
.node-type-portal-page .paragraphs-item-embedded-block .field-items .field-item:last-child .block-menu>ul>li a:hover {
    text-decoration: underline
}

.node-type-basic-page .paragraphs-item-embedded-block .field-items .field-item:last-child .block-menu>ul>li a:before,
.node-type-portal-page .paragraphs-item-embedded-block .field-items .field-item:last-child .block-menu>ul>li a:before {
    margin-left: 15px
}

@media only screen and (min-width:768px) and (max-width:992px) {

    .node-type-basic-page .paragraphs-item-embedded-block .field-items .field-item:last-child .block-menu>ul>li,
    .node-type-portal-page .paragraphs-item-embedded-block .field-items .field-item:last-child .block-menu>ul>li {
        width: calc(25% - 15px);
        max-height: 55px
    }

    .node-type-basic-page .paragraphs-item-embedded-block .field-items .field-item:last-child .block-menu>ul>li a,
    .node-type-portal-page .paragraphs-item-embedded-block .field-items .field-item:last-child .block-menu>ul>li a {
        display: flex;
        flex-flow: column;
        height: 100%;
        justify-content: center;
        font-size: 12px
    }
}

@media only screen and (min-width:600px) and (max-width:1200px) {

    .node-type-basic-page .paragraphs-item-embedded-block .field-items .field-item:last-child .block-menu>ul,
    .node-type-portal-page .paragraphs-item-embedded-block .field-items .field-item:last-child .block-menu>ul {
        flex-wrap: wrap
    }

    .node-type-basic-page .paragraphs-item-embedded-block .field-items .field-item:last-child .block-menu>ul>li,
    .node-type-portal-page .paragraphs-item-embedded-block .field-items .field-item:last-child .block-menu>ul>li {
        width: calc(50% - 10px);
        margin: 0 5px
    }

    .node-type-basic-page .paragraphs-item-embedded-block .field-items .field-item:last-child .block-menu>ul>li:nth-child(2n),
    .node-type-portal-page .paragraphs-item-embedded-block .field-items .field-item:last-child .block-menu>ul>li:nth-child(2n) {
        margin-right: 0
    }

    .node-type-basic-page .paragraphs-item-embedded-block .field-items .field-item:last-child .block-menu>ul>li:nth-child(n+3),
    .node-type-portal-page .paragraphs-item-embedded-block .field-items .field-item:last-child .block-menu>ul>li:nth-child(n+3) {
        margin-top: 20px
    }
}

@media only screen and (min-width:768px) {

    .node-type-basic-page .paragraphs-item-embedded-block,
    .node-type-portal-page .paragraphs-item-embedded-block {
        margin-top: -60px !important
    }

    .node-type-basic-page .paragraphs-item-embedded-block.entity>.content,
    .node-type-portal-page .paragraphs-item-embedded-block.entity>.content {
        padding-top: 0
    }

    .node-type-basic-page .paragraphs-item-embedded-block .field-items,
    .node-type-portal-page .paragraphs-item-embedded-block .field-items {
        display: flex
    }

    .node-type-basic-page .paragraphs-item-embedded-block .field-items .field-item,
    .node-type-portal-page .paragraphs-item-embedded-block .field-items .field-item {
        margin: 0
    }

    .node-type-basic-page .paragraphs-item-embedded-block .field-items .field-item:first-child,
    .node-type-portal-page .paragraphs-item-embedded-block .field-items .field-item:first-child {
        margin-right: 20px;
        width: 300px;
        z-index: 0
    }

    .node-type-basic-page .paragraphs-item-embedded-block .field-items .field-item:last-child,
    .node-type-portal-page .paragraphs-item-embedded-block .field-items .field-item:last-child {
        width: calc(100% - 300px)
    }
}

@media only screen and (min-width:1200px) {

    .node-type-basic-page .paragraphs-item-embedded-block,
    .node-type-portal-page .paragraphs-item-embedded-block {
        margin-top: -100px !important
    }

    .node-type-basic-page .paragraphs-item-embedded-block .field-items .field-item:last-child .block-menu>ul>li,
    .node-type-portal-page .paragraphs-item-embedded-block .field-items .field-item:last-child .block-menu>ul>li {
        width: calc(25% - 15px)
    }

    .node-type-basic-page .paragraphs-item-embedded-block .field-items .field-item:last-child .block-menu>ul>li a,
    .node-type-portal-page .paragraphs-item-embedded-block .field-items .field-item:last-child .block-menu>ul>li a {
        display: flex;
        flex-flow: column;
        height: 100%;
        justify-content: center
    }
}

@media only screen and (min-width:1200px) {

    .node-type-basic-page .paragraphs-item-embedded-block,
    .node-type-portal-page .paragraphs-item-embedded-block {
        margin-top: -130px !important
    }
}

@media only screen and (min-width:768px) {

    .node-type-basic-page .paragraphs-item-portal-section .field-item:nth-child(2) .paragraphs-item-embedded-block .field-items,
    .node-type-portal-page .paragraphs-item-portal-section .field-item:nth-child(2) .paragraphs-item-embedded-block .field-items {
        align-items: flex-end
    }

    .node-type-basic-page .paragraphs-item-portal-section .content-type-wrapper .paragraphs-item-embedded-block .field-items,
    .node-type-portal-page .paragraphs-item-portal-section .content-type-wrapper .paragraphs-item-embedded-block .field-items {
        align-items: normal !important
    }
}

.newsletter-index h1,
.node-type-eb-in-the-media h1,
.node-type-gsi-article h1,
.node-type-newsletter-article h1,
.node-type-pfl-article h1,
.node-type-press-release h1,
.page-employer-forms-page h1,
.page-financial-professional-forms-page h1,
.page-financial-professional-individual-disability-form-and-applications h1,
.page-financial-professional-newsroom-in-the-news h1,
.page-gme-gme-connect h1,
.page-header-angle h1,
.page-individual-dental-vision-forms h1,
.page-individual-forms-page h1,
.page-individual-retirement-planning-tools-guidance h1,
.page-taxonomy-term h1,
.pfl-map h1 {
    text-transform: none
}

.newsletter-index aside,
.node-type-eb-in-the-media aside,
.node-type-gsi-article aside,
.node-type-newsletter-article aside,
.node-type-pfl-article aside,
.node-type-press-release aside,
.page-employer-forms-page aside,
.page-financial-professional-forms-page aside,
.page-financial-professional-individual-disability-form-and-applications aside,
.page-financial-professional-newsroom-in-the-news aside,
.page-gme-gme-connect aside,
.page-header-angle aside,
.page-individual-dental-vision-forms aside,
.page-individual-forms-page aside,
.page-individual-retirement-planning-tools-guidance aside,
.page-taxonomy-term aside,
.pfl-map aside {
    margin-top: 40px
}

.newsletter-index aside .region>section,
.node-type-eb-in-the-media aside .region>section,
.node-type-gsi-article aside .region>section,
.node-type-newsletter-article aside .region>section,
.node-type-pfl-article aside .region>section,
.node-type-press-release aside .region>section,
.page-employer-forms-page aside .region>section,
.page-financial-professional-forms-page aside .region>section,
.page-financial-professional-individual-disability-form-and-applications aside .region>section,
.page-financial-professional-newsroom-in-the-news aside .region>section,
.page-gme-gme-connect aside .region>section,
.page-header-angle aside .region>section,
.page-individual-dental-vision-forms aside .region>section,
.page-individual-forms-page aside .region>section,
.page-individual-retirement-planning-tools-guidance aside .region>section,
.page-taxonomy-term aside .region>section,
.pfl-map aside .region>section {
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    margin: 20px 0;
    padding: 30px
}

.newsletter-index aside .region>section:first-child,
.node-type-eb-in-the-media aside .region>section:first-child,
.node-type-gsi-article aside .region>section:first-child,
.node-type-newsletter-article aside .region>section:first-child,
.node-type-pfl-article aside .region>section:first-child,
.node-type-press-release aside .region>section:first-child,
.page-employer-forms-page aside .region>section:first-child,
.page-financial-professional-forms-page aside .region>section:first-child,
.page-financial-professional-individual-disability-form-and-applications aside .region>section:first-child,
.page-financial-professional-newsroom-in-the-news aside .region>section:first-child,
.page-gme-gme-connect aside .region>section:first-child,
.page-header-angle aside .region>section:first-child,
.page-individual-dental-vision-forms aside .region>section:first-child,
.page-individual-forms-page aside .region>section:first-child,
.page-individual-retirement-planning-tools-guidance aside .region>section:first-child,
.page-taxonomy-term aside .region>section:first-child,
.pfl-map aside .region>section:first-child {
    margin-top: 0
}

.newsletter-index aside .region>section:last-child,
.node-type-eb-in-the-media aside .region>section:last-child,
.node-type-gsi-article aside .region>section:last-child,
.node-type-newsletter-article aside .region>section:last-child,
.node-type-pfl-article aside .region>section:last-child,
.node-type-press-release aside .region>section:last-child,
.page-employer-forms-page aside .region>section:last-child,
.page-financial-professional-forms-page aside .region>section:last-child,
.page-financial-professional-individual-disability-form-and-applications aside .region>section:last-child,
.page-financial-professional-newsroom-in-the-news aside .region>section:last-child,
.page-gme-gme-connect aside .region>section:last-child,
.page-header-angle aside .region>section:last-child,
.page-individual-dental-vision-forms aside .region>section:last-child,
.page-individual-forms-page aside .region>section:last-child,
.page-individual-retirement-planning-tools-guidance aside .region>section:last-child,
.page-taxonomy-term aside .region>section:last-child,
.pfl-map aside .region>section:last-child {
    margin-bottom: 0
}

.newsletter-index .main-wrapper>.row,
.node-type-eb-in-the-media .main-wrapper>.row,
.node-type-gsi-article .main-wrapper>.row,
.node-type-newsletter-article .main-wrapper>.row,
.node-type-pfl-article .main-wrapper>.row,
.node-type-press-release .main-wrapper>.row,
.page-employer-forms-page .main-wrapper>.row,
.page-financial-professional-forms-page .main-wrapper>.row,
.page-financial-professional-individual-disability-form-and-applications .main-wrapper>.row,
.page-financial-professional-newsroom-in-the-news .main-wrapper>.row,
.page-gme-gme-connect .main-wrapper>.row,
.page-header-angle .main-wrapper>.row,
.page-individual-dental-vision-forms .main-wrapper>.row,
.page-individual-forms-page .main-wrapper>.row,
.page-individual-retirement-planning-tools-guidance .main-wrapper>.row,
.page-taxonomy-term .main-wrapper>.row,
.pfl-map .main-wrapper>.row {
    margin: 0 auto;
    padding: 40px 20px;
    position: relative;
    width: 100%
}

.newsletter-index .main-wrapper>.row:first-child,
.node-type-eb-in-the-media .main-wrapper>.row:first-child,
.node-type-gsi-article .main-wrapper>.row:first-child,
.node-type-newsletter-article .main-wrapper>.row:first-child,
.node-type-pfl-article .main-wrapper>.row:first-child,
.node-type-press-release .main-wrapper>.row:first-child,
.page-employer-forms-page .main-wrapper>.row:first-child,
.page-financial-professional-forms-page .main-wrapper>.row:first-child,
.page-financial-professional-individual-disability-form-and-applications .main-wrapper>.row:first-child,
.page-financial-professional-newsroom-in-the-news .main-wrapper>.row:first-child,
.page-gme-gme-connect .main-wrapper>.row:first-child,
.page-header-angle .main-wrapper>.row:first-child,
.page-individual-dental-vision-forms .main-wrapper>.row:first-child,
.page-individual-forms-page .main-wrapper>.row:first-child,
.page-individual-retirement-planning-tools-guidance .main-wrapper>.row:first-child,
.page-taxonomy-term .main-wrapper>.row:first-child,
.pfl-map .main-wrapper>.row:first-child {
    margin-top: 0
}

.newsletter-index .main-wrapper>.row:last-child,
.node-type-eb-in-the-media .main-wrapper>.row:last-child,
.node-type-gsi-article .main-wrapper>.row:last-child,
.node-type-newsletter-article .main-wrapper>.row:last-child,
.node-type-pfl-article .main-wrapper>.row:last-child,
.node-type-press-release .main-wrapper>.row:last-child,
.page-employer-forms-page .main-wrapper>.row:last-child,
.page-financial-professional-forms-page .main-wrapper>.row:last-child,
.page-financial-professional-individual-disability-form-and-applications .main-wrapper>.row:last-child,
.page-financial-professional-newsroom-in-the-news .main-wrapper>.row:last-child,
.page-gme-gme-connect .main-wrapper>.row:last-child,
.page-header-angle .main-wrapper>.row:last-child,
.page-individual-dental-vision-forms .main-wrapper>.row:last-child,
.page-individual-forms-page .main-wrapper>.row:last-child,
.page-individual-retirement-planning-tools-guidance .main-wrapper>.row:last-child,
.page-taxonomy-term .main-wrapper>.row:last-child,
.pfl-map .main-wrapper>.row:last-child {
    margin-bottom: 0
}

@media only screen and (min-width:600px) {

    .newsletter-index .main-wrapper>.row,
    .node-type-eb-in-the-media .main-wrapper>.row,
    .node-type-gsi-article .main-wrapper>.row,
    .node-type-newsletter-article .main-wrapper>.row,
    .node-type-pfl-article .main-wrapper>.row,
    .node-type-press-release .main-wrapper>.row,
    .page-employer-forms-page .main-wrapper>.row,
    .page-financial-professional-forms-page .main-wrapper>.row,
    .page-financial-professional-individual-disability-form-and-applications .main-wrapper>.row,
    .page-financial-professional-newsroom-in-the-news .main-wrapper>.row,
    .page-gme-gme-connect .main-wrapper>.row,
    .page-header-angle .main-wrapper>.row,
    .page-individual-dental-vision-forms .main-wrapper>.row,
    .page-individual-forms-page .main-wrapper>.row,
    .page-individual-retirement-planning-tools-guidance .main-wrapper>.row,
    .page-taxonomy-term .main-wrapper>.row,
    .pfl-map .main-wrapper>.row {
        padding-right: 40px;
        padding-left: 40px
    }
}

@media only screen and (min-width:1326px) {

    .newsletter-index .main-wrapper>.row,
    .node-type-eb-in-the-media .main-wrapper>.row,
    .node-type-gsi-article .main-wrapper>.row,
    .node-type-newsletter-article .main-wrapper>.row,
    .node-type-pfl-article .main-wrapper>.row,
    .node-type-press-release .main-wrapper>.row,
    .page-employer-forms-page .main-wrapper>.row,
    .page-financial-professional-forms-page .main-wrapper>.row,
    .page-financial-professional-individual-disability-form-and-applications .main-wrapper>.row,
    .page-financial-professional-newsroom-in-the-news .main-wrapper>.row,
    .page-gme-gme-connect .main-wrapper>.row,
    .page-header-angle .main-wrapper>.row,
    .page-individual-dental-vision-forms .main-wrapper>.row,
    .page-individual-forms-page .main-wrapper>.row,
    .page-individual-retirement-planning-tools-guidance .main-wrapper>.row,
    .page-taxonomy-term .main-wrapper>.row,
    .pfl-map .main-wrapper>.row {
        max-width: 1326px;
        padding-right: 20px;
        padding-left: 20px
    }
}

@media only screen and (max-width:767px) {

    .newsletter-index .main-wrapper>.row>aside,
    .newsletter-index .main-wrapper>.row>section,
    .node-type-eb-in-the-media .main-wrapper>.row>aside,
    .node-type-eb-in-the-media .main-wrapper>.row>section,
    .node-type-gsi-article .main-wrapper>.row>aside,
    .node-type-gsi-article .main-wrapper>.row>section,
    .node-type-newsletter-article .main-wrapper>.row>aside,
    .node-type-newsletter-article .main-wrapper>.row>section,
    .node-type-pfl-article .main-wrapper>.row>aside,
    .node-type-pfl-article .main-wrapper>.row>section,
    .node-type-press-release .main-wrapper>.row>aside,
    .node-type-press-release .main-wrapper>.row>section,
    .page-employer-forms-page .main-wrapper>.row>aside,
    .page-employer-forms-page .main-wrapper>.row>section,
    .page-financial-professional-forms-page .main-wrapper>.row>aside,
    .page-financial-professional-forms-page .main-wrapper>.row>section,
    .page-financial-professional-individual-disability-form-and-applications .main-wrapper>.row>aside,
    .page-financial-professional-individual-disability-form-and-applications .main-wrapper>.row>section,
    .page-financial-professional-newsroom-in-the-news .main-wrapper>.row>aside,
    .page-financial-professional-newsroom-in-the-news .main-wrapper>.row>section,
    .page-gme-gme-connect .main-wrapper>.row>aside,
    .page-gme-gme-connect .main-wrapper>.row>section,
    .page-header-angle .main-wrapper>.row>aside,
    .page-header-angle .main-wrapper>.row>section,
    .page-individual-dental-vision-forms .main-wrapper>.row>aside,
    .page-individual-dental-vision-forms .main-wrapper>.row>section,
    .page-individual-forms-page .main-wrapper>.row>aside,
    .page-individual-forms-page .main-wrapper>.row>section,
    .page-individual-retirement-planning-tools-guidance .main-wrapper>.row>aside,
    .page-individual-retirement-planning-tools-guidance .main-wrapper>.row>section,
    .page-taxonomy-term .main-wrapper>.row>aside,
    .page-taxonomy-term .main-wrapper>.row>section,
    .pfl-map .main-wrapper>.row>aside,
    .pfl-map .main-wrapper>.row>section {
        padding-left: 0;
        padding-right: 0
    }
}

@media only screen and (min-width:600px) {

    .newsletter-index aside .region h2,
    .node-type-eb-in-the-media aside .region h2,
    .node-type-gsi-article aside .region h2,
    .node-type-newsletter-article aside .region h2,
    .node-type-pfl-article aside .region h2,
    .node-type-press-release aside .region h2,
    .page-employer-forms-page aside .region h2,
    .page-financial-professional-forms-page aside .region h2,
    .page-financial-professional-individual-disability-form-and-applications aside .region h2,
    .page-financial-professional-newsroom-in-the-news aside .region h2,
    .page-gme-gme-connect aside .region h2,
    .page-header-angle aside .region h2,
    .page-individual-dental-vision-forms aside .region h2,
    .page-individual-forms-page aside .region h2,
    .page-individual-retirement-planning-tools-guidance aside .region h2,
    .page-taxonomy-term aside .region h2,
    .pfl-map aside .region h2 {
        font-size: 24px
    }
}

@media only screen and (min-width:768px) {

    .newsletter-index aside,
    .node-type-eb-in-the-media aside,
    .node-type-gsi-article aside,
    .node-type-newsletter-article aside,
    .node-type-pfl-article aside,
    .node-type-press-release aside,
    .page-employer-forms-page aside,
    .page-financial-professional-forms-page aside,
    .page-financial-professional-individual-disability-form-and-applications aside,
    .page-financial-professional-newsroom-in-the-news aside,
    .page-gme-gme-connect aside,
    .page-header-angle aside,
    .page-individual-dental-vision-forms aside,
    .page-individual-forms-page aside,
    .page-individual-retirement-planning-tools-guidance aside,
    .page-taxonomy-term aside,
    .pfl-map aside {
        margin-top: 0
    }

    .newsletter-index aside .region h2,
    .node-type-eb-in-the-media aside .region h2,
    .node-type-gsi-article aside .region h2,
    .node-type-newsletter-article aside .region h2,
    .node-type-pfl-article aside .region h2,
    .node-type-press-release aside .region h2,
    .page-employer-forms-page aside .region h2,
    .page-financial-professional-forms-page aside .region h2,
    .page-financial-professional-individual-disability-form-and-applications aside .region h2,
    .page-financial-professional-newsroom-in-the-news aside .region h2,
    .page-gme-gme-connect aside .region h2,
    .page-header-angle aside .region h2,
    .page-individual-dental-vision-forms aside .region h2,
    .page-individual-forms-page aside .region h2,
    .page-individual-retirement-planning-tools-guidance aside .region h2,
    .page-taxonomy-term aside .region h2,
    .pfl-map aside .region h2 {
        font-size: 24px
    }

    .newsletter-index .main-wrapper>.row>section,
    .node-type-eb-in-the-media .main-wrapper>.row>section,
    .node-type-gsi-article .main-wrapper>.row>section,
    .node-type-newsletter-article .main-wrapper>.row>section,
    .node-type-pfl-article .main-wrapper>.row>section,
    .node-type-press-release .main-wrapper>.row>section,
    .page-employer-forms-page .main-wrapper>.row>section,
    .page-financial-professional-forms-page .main-wrapper>.row>section,
    .page-financial-professional-individual-disability-form-and-applications .main-wrapper>.row>section,
    .page-financial-professional-newsroom-in-the-news .main-wrapper>.row>section,
    .page-gme-gme-connect .main-wrapper>.row>section,
    .page-header-angle .main-wrapper>.row>section,
    .page-individual-dental-vision-forms .main-wrapper>.row>section,
    .page-individual-forms-page .main-wrapper>.row>section,
    .page-individual-retirement-planning-tools-guidance .main-wrapper>.row>section,
    .page-taxonomy-term .main-wrapper>.row>section,
    .pfl-map .main-wrapper>.row>section {
        padding-right: 20px
    }

    .newsletter-index .main-container>header,
    .node-type-eb-in-the-media .main-container>header,
    .node-type-gsi-article .main-container>header,
    .node-type-newsletter-article .main-container>header,
    .node-type-pfl-article .main-container>header,
    .node-type-press-release .main-container>header,
    .page-employer-forms-page .main-container>header,
    .page-financial-professional-forms-page .main-container>header,
    .page-financial-professional-individual-disability-form-and-applications .main-container>header,
    .page-financial-professional-newsroom-in-the-news .main-container>header,
    .page-gme-gme-connect .main-container>header,
    .page-header-angle .main-container>header,
    .page-individual-dental-vision-forms .main-container>header,
    .page-individual-forms-page .main-container>header,
    .page-individual-retirement-planning-tools-guidance .main-container>header,
    .page-taxonomy-term .main-container>header,
    .pfl-map .main-container>header {
        background: #e3e8ed;
        background: linear-gradient(to right, #e3e8ed 0, #ebeef2 100%);
        height: 8vw;
        overflow: hidden;
        position: relative
    }

    .newsletter-index .main-container>header:before,
    .node-type-eb-in-the-media .main-container>header:before,
    .node-type-gsi-article .main-container>header:before,
    .node-type-newsletter-article .main-container>header:before,
    .node-type-pfl-article .main-container>header:before,
    .node-type-press-release .main-container>header:before,
    .page-employer-forms-page .main-container>header:before,
    .page-financial-professional-forms-page .main-container>header:before,
    .page-financial-professional-individual-disability-form-and-applications .main-container>header:before,
    .page-financial-professional-newsroom-in-the-news .main-container>header:before,
    .page-gme-gme-connect .main-container>header:before,
    .page-header-angle .main-container>header:before,
    .page-individual-dental-vision-forms .main-container>header:before,
    .page-individual-forms-page .main-container>header:before,
    .page-individual-retirement-planning-tools-guidance .main-container>header:before,
    .page-taxonomy-term .main-container>header:before,
    .pfl-map .main-container>header:before {
        background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg class='taper-top' preserveAspectRatio='none' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' fill='white'%3E%3Cpolygon id='Rectangle-1' points='0 0 16 0 0 16'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        content: '';
        cursor: pointer;
        display: inline-block;
        font-size: .01em;
        height: 6vw;
        left: -.05vw;
        line-height: .01em;
        position: absolute;
        width: 104vw;
        transform: rotate(180deg) scaleX(-1) translateY(-1px);
        top: calc(2vw + 1px)
    }

    .newsletter-index .main-container>header:after,
    .node-type-eb-in-the-media .main-container>header:after,
    .node-type-gsi-article .main-container>header:after,
    .node-type-newsletter-article .main-container>header:after,
    .node-type-pfl-article .main-container>header:after,
    .node-type-press-release .main-container>header:after,
    .page-employer-forms-page .main-container>header:after,
    .page-financial-professional-forms-page .main-container>header:after,
    .page-financial-professional-individual-disability-form-and-applications .main-container>header:after,
    .page-financial-professional-newsroom-in-the-news .main-container>header:after,
    .page-gme-gme-connect .main-container>header:after,
    .page-header-angle .main-container>header:after,
    .page-individual-dental-vision-forms .main-container>header:after,
    .page-individual-forms-page .main-container>header:after,
    .page-individual-retirement-planning-tools-guidance .main-container>header:after,
    .page-taxonomy-term .main-container>header:after,
    .pfl-map .main-container>header:after {
        display: none
    }

    .newsletter-index .main-wrapper,
    .node-type-eb-in-the-media .main-wrapper,
    .node-type-gsi-article .main-wrapper,
    .node-type-newsletter-article .main-wrapper,
    .node-type-pfl-article .main-wrapper,
    .node-type-press-release .main-wrapper,
    .page-employer-forms-page .main-wrapper,
    .page-financial-professional-forms-page .main-wrapper,
    .page-financial-professional-individual-disability-form-and-applications .main-wrapper,
    .page-financial-professional-newsroom-in-the-news .main-wrapper,
    .page-gme-gme-connect .main-wrapper,
    .page-header-angle .main-wrapper,
    .page-individual-dental-vision-forms .main-wrapper,
    .page-individual-forms-page .main-wrapper,
    .page-individual-retirement-planning-tools-guidance .main-wrapper,
    .page-taxonomy-term .main-wrapper,
    .pfl-map .main-wrapper {
        margin-top: -70px
    }
}

@media only screen and (min-width:992px) {

    .newsletter-index aside .region h2,
    .node-type-eb-in-the-media aside .region h2,
    .node-type-gsi-article aside .region h2,
    .node-type-newsletter-article aside .region h2,
    .node-type-pfl-article aside .region h2,
    .node-type-press-release aside .region h2,
    .page-employer-forms-page aside .region h2,
    .page-financial-professional-forms-page aside .region h2,
    .page-financial-professional-individual-disability-form-and-applications aside .region h2,
    .page-financial-professional-newsroom-in-the-news aside .region h2,
    .page-gme-gme-connect aside .region h2,
    .page-header-angle aside .region h2,
    .page-individual-dental-vision-forms aside .region h2,
    .page-individual-forms-page aside .region h2,
    .page-individual-retirement-planning-tools-guidance aside .region h2,
    .page-taxonomy-term aside .region h2,
    .pfl-map aside .region h2 {
        font-size: 24px
    }
}

.newsletter-index .field-name-title a,
.node-type-eb-in-the-media .field-name-title a,
.node-type-gsi-article .field-name-title a,
.node-type-newsletter-article .field-name-title a,
.node-type-pfl-article .field-name-title a,
.node-type-press-release .field-name-title a,
.page-employer-forms-page .field-name-title a,
.page-financial-professional-forms-page .field-name-title a,
.page-financial-professional-individual-disability-form-and-applications .field-name-title a,
.page-financial-professional-newsroom-in-the-news .field-name-title a,
.page-gme-gme-connect .field-name-title a,
.page-header-angle .field-name-title a,
.page-individual-dental-vision-forms .field-name-title a,
.page-individual-forms-page .field-name-title a,
.page-individual-retirement-planning-tools-guidance .field-name-title a,
.page-taxonomy-term .field-name-title a,
.pfl-map .field-name-title a {
    text-decoration: none
}

.newsletter-index .field-name-title a:hover,
.node-type-eb-in-the-media .field-name-title a:hover,
.node-type-gsi-article .field-name-title a:hover,
.node-type-newsletter-article .field-name-title a:hover,
.node-type-pfl-article .field-name-title a:hover,
.node-type-press-release .field-name-title a:hover,
.page-employer-forms-page .field-name-title a:hover,
.page-financial-professional-forms-page .field-name-title a:hover,
.page-financial-professional-individual-disability-form-and-applications .field-name-title a:hover,
.page-financial-professional-newsroom-in-the-news .field-name-title a:hover,
.page-gme-gme-connect .field-name-title a:hover,
.page-header-angle .field-name-title a:hover,
.page-individual-dental-vision-forms .field-name-title a:hover,
.page-individual-forms-page .field-name-title a:hover,
.page-individual-retirement-planning-tools-guidance .field-name-title a:hover,
.page-taxonomy-term .field-name-title a:hover,
.pfl-map .field-name-title a:hover {
    text-decoration: underline
}

.view-display-id-in_the_media .field-name-title a,
.view-display-id-in_the_media .views-field-title a,
.view-id-newsletter_article_page .field-name-title a,
.view-id-newsletter_article_page .views-field-title a,
.view-id-topical_content_search .field-name-title a,
.view-id-topical_content_search .views-field-title a,
.view-newsletter-recent-articles .field-name-title a,
.view-newsletter-recent-articles .views-field-title a {
    text-decoration: none
}

.view-display-id-in_the_media .field-name-title a:hover,
.view-display-id-in_the_media .views-field-title a:hover,
.view-id-newsletter_article_page .field-name-title a:hover,
.view-id-newsletter_article_page .views-field-title a:hover,
.view-id-topical_content_search .field-name-title a:hover,
.view-id-topical_content_search .views-field-title a:hover,
.view-newsletter-recent-articles .field-name-title a:hover,
.view-newsletter-recent-articles .views-field-title a:hover {
    text-decoration: underline
}

.block-the-standard-custom-blocks-twitter-feed {
    box-shadow: none;
    margin: 0;
    padding: 10px
}

.page-financial-professional-insurance-individual-disability-form-and-applications .views-exposed-widget {
    float: left
}

.page-financial-professional-insurance-individual-disability-form-and-applications .form-actions .glyphicon-download {
    display: none
}

.page-financial-professional-insurance-individual-disability-form-and-applications .views-field-merge-select {
    text-align: center
}

.page-financial-professional-insurance-individual-disability-form-and-applications .views-field-merge-select input[type=checkbox] {
    position: relative
}

.newsletter-index h1.page-header,
.page-individual-retirement-planning-tools-guidance h1.page-header,
.page-taxonomy-term h1.page-header {
    margin-bottom: 40px
}

.newsletter-index .main-wrapper,
.page-individual-retirement-planning-tools-guidance .main-wrapper,
.page-taxonomy-term .main-wrapper {
    padding-bottom: 100px
}

.newsletter-index .page-gme-gme-connect>.view-content>.views-row:first-child,
.newsletter-index .view-newsletter-article-page>.view-content>.views-row:first-child,
.newsletter-index .view-newsletter-topics>.view-content>.views-row:first-child,
.newsletter-index .view-planning-tools>.view-content>.views-row:first-child,
.page-individual-retirement-planning-tools-guidance .page-gme-gme-connect>.view-content>.views-row:first-child,
.page-individual-retirement-planning-tools-guidance .view-newsletter-article-page>.view-content>.views-row:first-child,
.page-individual-retirement-planning-tools-guidance .view-newsletter-topics>.view-content>.views-row:first-child,
.page-individual-retirement-planning-tools-guidance .view-planning-tools>.view-content>.views-row:first-child,
.page-taxonomy-term .page-gme-gme-connect>.view-content>.views-row:first-child,
.page-taxonomy-term .view-newsletter-article-page>.view-content>.views-row:first-child,
.page-taxonomy-term .view-newsletter-topics>.view-content>.views-row:first-child,
.page-taxonomy-term .view-planning-tools>.view-content>.views-row:first-child {
    margin-top: 0
}

.newsletter-index .page-gme-gme-connect>.view-content>.views-row:last-child,
.newsletter-index .view-newsletter-article-page>.view-content>.views-row:last-child,
.newsletter-index .view-newsletter-topics>.view-content>.views-row:last-child,
.newsletter-index .view-planning-tools>.view-content>.views-row:last-child,
.page-individual-retirement-planning-tools-guidance .page-gme-gme-connect>.view-content>.views-row:last-child,
.page-individual-retirement-planning-tools-guidance .view-newsletter-article-page>.view-content>.views-row:last-child,
.page-individual-retirement-planning-tools-guidance .view-newsletter-topics>.view-content>.views-row:last-child,
.page-individual-retirement-planning-tools-guidance .view-planning-tools>.view-content>.views-row:last-child,
.page-taxonomy-term .page-gme-gme-connect>.view-content>.views-row:last-child,
.page-taxonomy-term .view-newsletter-article-page>.view-content>.views-row:last-child,
.page-taxonomy-term .view-newsletter-topics>.view-content>.views-row:last-child,
.page-taxonomy-term .view-planning-tools>.view-content>.views-row:last-child {
    margin-bottom: 0
}

.newsletter-index .view-newsletter-categories .views-row,
.page-individual-retirement-planning-tools-guidance .view-newsletter-categories .views-row,
.page-taxonomy-term .view-newsletter-categories .views-row {
    display: inline;
    float: left;
    padding-right: 20px;
    padding-bottom: 5px
}

.newsletter-index .view-newsletter-categories .views-row a,
.page-individual-retirement-planning-tools-guidance .view-newsletter-categories .views-row a,
.page-taxonomy-term .view-newsletter-categories .views-row a {
    text-decoration: underline
}

.newsletter-index .view-topical-content-search,
.page-individual-retirement-planning-tools-guidance .view-topical-content-search,
.page-taxonomy-term .view-topical-content-search {
    margin-top: 20px
}

.newsletter-index .view-topical-content-search>.view-content>.views-row,
.page-individual-retirement-planning-tools-guidance .view-topical-content-search>.view-content>.views-row,
.page-taxonomy-term .view-topical-content-search>.view-content>.views-row {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='19' height='19' viewBox='0 0 19 19' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3Elink%3C/title%3E%3Cg fill='%23004EA8' fill-rule='evenodd'%3E%3Cpath d='M11.444 8.642c1.346 1.023 2.76 1.01 3.856-.09l1.828-1.834c1.488-1.492.708-3.048.094-3.858l-1.197-1.194c-1.343-1.02-2.762-1.006-3.86.09l-1.83 1.83c-1.09 1.092-1.124 2.496-.09 3.856l1.2 1.2zm1.983 1.687c-.857 0-1.746-.336-2.572-.97l-.045-.04-1.244-1.244-.04-.046c-1.345-1.75-1.287-3.657.154-5.1l1.83-1.83c1.416-1.415 3.394-1.465 5.103-.15.015.01.03.025.044.038l1.24 1.237c.016.014.03.03.042.046 1.342 1.75 1.284 3.66-.156 5.102l-1.828 1.833c-.733.736-1.608 1.124-2.53 1.124zM2.887 17.2c1.346 1.022 2.76 1.008 3.856-.092l1.828-1.833c1.488-1.49.71-3.046.097-3.856l-1.202-1.2c-1.343-1.018-2.76-1.003-3.856.093l-1.83 1.83C.686 13.236.654 14.64 1.686 16l1.2 1.2zm1.983 1.686c-.857 0-1.746-.335-2.57-.97-.017-.012-.032-.025-.047-.04L1.01 16.633c-.015-.015-.028-.03-.04-.046-1.346-1.75-1.288-3.657.154-5.1l1.83-1.83c1.413-1.414 3.39-1.465 5.1-.153.015.012.03.025.044.04l1.246 1.24c.014.016.028.03.04.047 1.34 1.75 1.283 3.657-.157 5.1L7.4 17.762c-.734.736-1.61 1.124-2.53 1.124z'/%3E%3Cpath d='M6.22 13.157c-.117 0-.235-.045-.325-.134-.183-.18-.184-.473-.004-.655l6.457-6.535c.18-.182.473-.184.655-.004.182.18.184.472.004.654L6.55 13.02c-.09.09-.21.137-.33.137'/%3E%3C/g%3E%3C/svg%3E");
    background-position: left 4px;
    background-repeat: no-repeat;
    background-size: 19px;
    margin: 20px 0;
    min-height: 23px;
    padding-left: 29px
}

.newsletter-index .view-topical-content-search>.view-content>.views-row:first-child,
.page-individual-retirement-planning-tools-guidance .view-topical-content-search>.view-content>.views-row:first-child,
.page-taxonomy-term .view-topical-content-search>.view-content>.views-row:first-child {
    margin-top: 0
}

.newsletter-index .view-topical-content-search>.view-content>.views-row:last-child,
.page-individual-retirement-planning-tools-guidance .view-topical-content-search>.view-content>.views-row:last-child,
.page-taxonomy-term .view-topical-content-search>.view-content>.views-row:last-child {
    margin-bottom: 0
}

.newsletter-index .view-topical-content-search .view-footer,
.page-individual-retirement-planning-tools-guidance .view-topical-content-search .view-footer,
.page-taxonomy-term .view-topical-content-search .view-footer {
    margin-top: 20px;
    text-align: right
}

.newsletter-index .node-teaser,
.page-individual-retirement-planning-tools-guidance .node-teaser,
.page-taxonomy-term .node-teaser {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start
}

.newsletter-index .node-teaser:after,
.newsletter-index .node-teaser:before,
.page-individual-retirement-planning-tools-guidance .node-teaser:after,
.page-individual-retirement-planning-tools-guidance .node-teaser:before,
.page-taxonomy-term .node-teaser:after,
.page-taxonomy-term .node-teaser:before {
    display: none
}

.newsletter-index .node-teaser .field-name-body,
.page-individual-retirement-planning-tools-guidance .node-teaser .field-name-body,
.page-taxonomy-term .node-teaser .field-name-body {
    display: none
}

.newsletter-index .node-teaser .field-name-title h2,
.page-individual-retirement-planning-tools-guidance .node-teaser .field-name-title h2,
.page-taxonomy-term .node-teaser .field-name-title h2 {
    font-family: "Helvetica Neue", helvetica, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.25em;
    margin-top: 0;
    margin-bottom: 13.4px;
    text-transform: none
}

.newsletter-index .node-teaser .group-left,
.page-individual-retirement-planning-tools-guidance .node-teaser .group-left,
.page-taxonomy-term .node-teaser .group-left {
    float: none;
    margin-right: 20px;
    min-width: 25%;
    width: 25%
}

.newsletter-index .node-teaser .group-right,
.page-individual-retirement-planning-tools-guidance .node-teaser .group-right,
.page-taxonomy-term .node-teaser .group-right {
    float: none;
    width: auto
}

.newsletter-index .node-teaser .group-right>.field>.field-items>.field-item,
.page-individual-retirement-planning-tools-guidance .node-teaser .group-right>.field>.field-items>.field-item,
.page-taxonomy-term .node-teaser .group-right>.field>.field-items>.field-item {
    display: inline-block;
    line-height: 1.25em;
    width: auto
}

.newsletter-index .node-teaser .group-right>.field>.field-items>.field-item:not(:last-child),
.page-individual-retirement-planning-tools-guidance .node-teaser .group-right>.field>.field-items>.field-item:not(:last-child),
.page-taxonomy-term .node-teaser .group-right>.field>.field-items>.field-item:not(:last-child) {
    border-right: 1px solid #505050;
    margin-right: 10px;
    padding-right: 10px
}

@media only screen and (min-width:992px) {

    .newsletter-index .node-teaser,
    .page-individual-retirement-planning-tools-guidance .node-teaser,
    .page-taxonomy-term .node-teaser {
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
        padding-bottom: 40px
    }

    .newsletter-index .node-teaser .field-name-body,
    .page-individual-retirement-planning-tools-guidance .node-teaser .field-name-body,
    .page-taxonomy-term .node-teaser .field-name-body {
        display: block
    }

    .newsletter-index .node-teaser .field-name-title h2,
    .page-individual-retirement-planning-tools-guidance .node-teaser .field-name-title h2,
    .page-taxonomy-term .node-teaser .field-name-title h2 {
        font-size: 28px
    }

    .newsletter-index .node-teaser .group-left,
    .page-individual-retirement-planning-tools-guidance .node-teaser .group-left,
    .page-taxonomy-term .node-teaser .group-left {
        flex-basis: 33%;
        margin-right: 20px;
        min-width: 250px
    }
}

@media only screen and (max-width:991px) {

    .newsletter-index .field-name-field-content-category,
    .newsletter-index .group-left {
        display: block
    }

    .newsletter-index .group-right {
        margin: 0 0 25px
    }
}

#views-exposed-form-planning-tools-page .views-exposed-widgets {
    display: flex;
    align-items: flex-end
}

@media only screen and (max-width:991px) {

    .node-rp-planning-tool .field-name-field-planning-tool-category,
    .node-rp-planning-tool .group-left {
        display: none
    }

    .node-type-rp-planning-tool .region-content-bottom .view-rp-planning-tool-related-topics>.view-content>.views-row {
        flex-basis: calc(80% - 40px)
    }
}

.node-type-gsi-article .field-name-field-article-thumbnail,
.node-type-newsletter-article .field-name-field-article-thumbnail,
.node-type-pfl-article .field-name-field-article-thumbnail,
.node-type-rp-planning-tool .field-name-field-article-thumbnail,
.page-taxonomy-term .field-name-field-article-thumbnail {
    padding-bottom: 40px
}

.node-type-gsi-article .field-name-field-content-category:first-child,
.node-type-newsletter-article .field-name-field-content-category:first-child,
.node-type-pfl-article .field-name-field-content-category:first-child,
.node-type-rp-planning-tool .field-name-field-content-category:first-child,
.page-taxonomy-term .field-name-field-content-category:first-child {
    margin-top: 0
}

.node-type-gsi-article .field-name-field-content-category:last-child,
.node-type-newsletter-article .field-name-field-content-category:last-child,
.node-type-pfl-article .field-name-field-content-category:last-child,
.node-type-rp-planning-tool .field-name-field-content-category:last-child,
.page-taxonomy-term .field-name-field-content-category:last-child {
    margin-bottom: 0
}

.node-type-gsi-article .field-name-field-content-category .field-label,
.node-type-newsletter-article .field-name-field-content-category .field-label,
.node-type-pfl-article .field-name-field-content-category .field-label,
.node-type-rp-planning-tool .field-name-field-content-category .field-label,
.page-taxonomy-term .field-name-field-content-category .field-label {
    font-weight: 400
}

.node-type-gsi-article .view-newsletter-recent-articles .views-row,
.node-type-newsletter-article .view-newsletter-recent-articles .views-row,
.node-type-pfl-article .view-newsletter-recent-articles .views-row,
.node-type-rp-planning-tool .view-newsletter-recent-articles .views-row,
.page-taxonomy-term .view-newsletter-recent-articles .views-row {
    float: left;
    margin: 10px 0
}

.node-type-gsi-article .view-newsletter-recent-articles .views-row .views-field-field-article-thumbnail,
.node-type-gsi-article .view-newsletter-recent-articles .views-row .views-field-field-thumbnail,
.node-type-newsletter-article .view-newsletter-recent-articles .views-row .views-field-field-article-thumbnail,
.node-type-newsletter-article .view-newsletter-recent-articles .views-row .views-field-field-thumbnail,
.node-type-pfl-article .view-newsletter-recent-articles .views-row .views-field-field-article-thumbnail,
.node-type-pfl-article .view-newsletter-recent-articles .views-row .views-field-field-thumbnail,
.node-type-rp-planning-tool .view-newsletter-recent-articles .views-row .views-field-field-article-thumbnail,
.node-type-rp-planning-tool .view-newsletter-recent-articles .views-row .views-field-field-thumbnail,
.page-taxonomy-term .view-newsletter-recent-articles .views-row .views-field-field-article-thumbnail,
.page-taxonomy-term .view-newsletter-recent-articles .views-row .views-field-field-thumbnail {
    display: inline-block;
    float: left;
    margin-right: 10px;
    width: calc(33.3% - 5px)
}

.node-type-gsi-article .view-newsletter-recent-articles .views-row .views-field-field-article-thumbnail img,
.node-type-gsi-article .view-newsletter-recent-articles .views-row .views-field-field-thumbnail img,
.node-type-newsletter-article .view-newsletter-recent-articles .views-row .views-field-field-article-thumbnail img,
.node-type-newsletter-article .view-newsletter-recent-articles .views-row .views-field-field-thumbnail img,
.node-type-pfl-article .view-newsletter-recent-articles .views-row .views-field-field-article-thumbnail img,
.node-type-pfl-article .view-newsletter-recent-articles .views-row .views-field-field-thumbnail img,
.node-type-rp-planning-tool .view-newsletter-recent-articles .views-row .views-field-field-article-thumbnail img,
.node-type-rp-planning-tool .view-newsletter-recent-articles .views-row .views-field-field-thumbnail img,
.page-taxonomy-term .view-newsletter-recent-articles .views-row .views-field-field-article-thumbnail img,
.page-taxonomy-term .view-newsletter-recent-articles .views-row .views-field-field-thumbnail img {
    width: 100%
}

.node-type-gsi-article .view-newsletter-recent-articles .views-row .views-field-field-planning-tool-category,
.node-type-gsi-article .view-newsletter-recent-articles .views-row .views-field-title,
.node-type-newsletter-article .view-newsletter-recent-articles .views-row .views-field-field-planning-tool-category,
.node-type-newsletter-article .view-newsletter-recent-articles .views-row .views-field-title,
.node-type-pfl-article .view-newsletter-recent-articles .views-row .views-field-field-planning-tool-category,
.node-type-pfl-article .view-newsletter-recent-articles .views-row .views-field-title,
.node-type-rp-planning-tool .view-newsletter-recent-articles .views-row .views-field-field-planning-tool-category,
.node-type-rp-planning-tool .view-newsletter-recent-articles .views-row .views-field-title,
.page-taxonomy-term .view-newsletter-recent-articles .views-row .views-field-field-planning-tool-category,
.page-taxonomy-term .view-newsletter-recent-articles .views-row .views-field-title {
    display: inline-block;
    float: left;
    line-height: 1.25em;
    width: calc(66.7% - 5px)
}

.node-type-gsi-article .view-newsletter-recent-articles .views-row .views-field-title,
.node-type-newsletter-article .view-newsletter-recent-articles .views-row .views-field-title,
.node-type-pfl-article .view-newsletter-recent-articles .views-row .views-field-title,
.node-type-rp-planning-tool .view-newsletter-recent-articles .views-row .views-field-title,
.page-taxonomy-term .view-newsletter-recent-articles .views-row .views-field-title {
    font-size: 18px
}

.node-type-gsi-article .view-newsletter-recent-articles .views-row .views-field-field-content-category,
.node-type-gsi-article .view-newsletter-recent-articles .views-row .views-field-field-planning-tool-category,
.node-type-newsletter-article .view-newsletter-recent-articles .views-row .views-field-field-content-category,
.node-type-newsletter-article .view-newsletter-recent-articles .views-row .views-field-field-planning-tool-category,
.node-type-pfl-article .view-newsletter-recent-articles .views-row .views-field-field-content-category,
.node-type-pfl-article .view-newsletter-recent-articles .views-row .views-field-field-planning-tool-category,
.node-type-rp-planning-tool .view-newsletter-recent-articles .views-row .views-field-field-content-category,
.node-type-rp-planning-tool .view-newsletter-recent-articles .views-row .views-field-field-planning-tool-category,
.page-taxonomy-term .view-newsletter-recent-articles .views-row .views-field-field-content-category,
.page-taxonomy-term .view-newsletter-recent-articles .views-row .views-field-field-planning-tool-category {
    margin-top: 5px;
    font-size: 14px
}

.node-type-gsi-article .view-newsletter-recent-articles .views-row .views-field-field-content-category a,
.node-type-gsi-article .view-newsletter-recent-articles .views-row .views-field-field-planning-tool-category a,
.node-type-newsletter-article .view-newsletter-recent-articles .views-row .views-field-field-content-category a,
.node-type-newsletter-article .view-newsletter-recent-articles .views-row .views-field-field-planning-tool-category a,
.node-type-pfl-article .view-newsletter-recent-articles .views-row .views-field-field-content-category a,
.node-type-pfl-article .view-newsletter-recent-articles .views-row .views-field-field-planning-tool-category a,
.node-type-rp-planning-tool .view-newsletter-recent-articles .views-row .views-field-field-content-category a,
.node-type-rp-planning-tool .view-newsletter-recent-articles .views-row .views-field-field-planning-tool-category a,
.page-taxonomy-term .view-newsletter-recent-articles .views-row .views-field-field-content-category a,
.page-taxonomy-term .view-newsletter-recent-articles .views-row .views-field-field-planning-tool-category a {
    white-space: nowrap
}

.node-type-gsi-article .field-name-field-publish-date,
.node-type-newsletter-article .field-name-field-publish-date,
.node-type-pfl-article .field-name-field-publish-date,
.node-type-rp-planning-tool .field-name-field-publish-date,
.page-taxonomy-term .field-name-field-publish-date {
    margin-bottom: 20px
}

.node-type-gsi-article .field-name-prev-next-article-links,
.node-type-newsletter-article .field-name-prev-next-article-links,
.node-type-pfl-article .field-name-prev-next-article-links,
.node-type-rp-planning-tool .field-name-prev-next-article-links,
.page-taxonomy-term .field-name-prev-next-article-links {
    border-top: 1px solid #bdcbe6;
    clear: both;
    margin: 40px 0;
    padding-top: 13.4px
}

.node-type-gsi-article .field-name-prev-next-article-links:first-child,
.node-type-newsletter-article .field-name-prev-next-article-links:first-child,
.node-type-pfl-article .field-name-prev-next-article-links:first-child,
.node-type-rp-planning-tool .field-name-prev-next-article-links:first-child,
.page-taxonomy-term .field-name-prev-next-article-links:first-child {
    margin-top: 0
}

.node-type-gsi-article .field-name-prev-next-article-links:last-child,
.node-type-newsletter-article .field-name-prev-next-article-links:last-child,
.node-type-pfl-article .field-name-prev-next-article-links:last-child,
.node-type-rp-planning-tool .field-name-prev-next-article-links:last-child,
.page-taxonomy-term .field-name-prev-next-article-links:last-child {
    margin-bottom: 0
}

.node-type-gsi-article .field-name-prev-next-article-links .prev-next-links,
.node-type-newsletter-article .field-name-prev-next-article-links .prev-next-links,
.node-type-pfl-article .field-name-prev-next-article-links .prev-next-links,
.node-type-rp-planning-tool .field-name-prev-next-article-links .prev-next-links,
.page-taxonomy-term .field-name-prev-next-article-links .prev-next-links {
    display: flex;
    flex-flow: row nowrap;
    font-size: 16px;
    line-height: 1.25em;
    justify-content: space-between;
    padding: 10px 0
}

.node-type-gsi-article .field-name-prev-next-article-links .prev-next-links>*,
.node-type-newsletter-article .field-name-prev-next-article-links .prev-next-links>*,
.node-type-pfl-article .field-name-prev-next-article-links .prev-next-links>*,
.node-type-rp-planning-tool .field-name-prev-next-article-links .prev-next-links>*,
.page-taxonomy-term .field-name-prev-next-article-links .prev-next-links>* {
    margin: 0
}

.node-type-gsi-article .field-name-prev-next-article-links .prev-next-links .prev-next-link-next,
.node-type-newsletter-article .field-name-prev-next-article-links .prev-next-links .prev-next-link-next,
.node-type-pfl-article .field-name-prev-next-article-links .prev-next-links .prev-next-link-next,
.node-type-rp-planning-tool .field-name-prev-next-article-links .prev-next-links .prev-next-link-next,
.page-taxonomy-term .field-name-prev-next-article-links .prev-next-links .prev-next-link-next {
    text-align: right;
    list-style: none
}

.node-type-gsi-article .field-name-prev-next-article-links .prev-next-links .prev-next-link-next:before,
.node-type-newsletter-article .field-name-prev-next-article-links .prev-next-links .prev-next-link-next:before,
.node-type-pfl-article .field-name-prev-next-article-links .prev-next-links .prev-next-link-next:before,
.node-type-rp-planning-tool .field-name-prev-next-article-links .prev-next-links .prev-next-link-next:before,
.page-taxonomy-term .field-name-prev-next-article-links .prev-next-links .prev-next-link-next:before {
    content: 'Next article: ';
    float: right;
    width: 100%
}

.node-type-gsi-article .field-name-prev-next-article-links .prev-next-links .prev-next-link-prev,
.node-type-newsletter-article .field-name-prev-next-article-links .prev-next-links .prev-next-link-prev,
.node-type-pfl-article .field-name-prev-next-article-links .prev-next-links .prev-next-link-prev,
.node-type-rp-planning-tool .field-name-prev-next-article-links .prev-next-links .prev-next-link-prev,
.page-taxonomy-term .field-name-prev-next-article-links .prev-next-links .prev-next-link-prev {
    list-style: none
}

.node-type-gsi-article .field-name-prev-next-article-links .prev-next-links .prev-next-link-prev:before,
.node-type-newsletter-article .field-name-prev-next-article-links .prev-next-links .prev-next-link-prev:before,
.node-type-pfl-article .field-name-prev-next-article-links .prev-next-links .prev-next-link-prev:before,
.node-type-rp-planning-tool .field-name-prev-next-article-links .prev-next-links .prev-next-link-prev:before,
.page-taxonomy-term .field-name-prev-next-article-links .prev-next-links .prev-next-link-prev:before {
    content: 'Previous article: ';
    width: 100%;
    float: left
}

.node-type-gsi-article .label-above,
.node-type-newsletter-article .label-above,
.node-type-pfl-article .label-above,
.node-type-rp-planning-tool .label-above,
.page-taxonomy-term .label-above {
    margin-top: 20px
}

.node-type-gsi-article .row.legal-button,
.node-type-newsletter-article .row.legal-button,
.node-type-pfl-article .row.legal-button,
.node-type-rp-planning-tool .row.legal-button,
.page-taxonomy-term .row.legal-button {
    margin-top: 0
}

.node-type-gsi-article .sharethis-wrapper,
.node-type-newsletter-article .sharethis-wrapper,
.node-type-pfl-article .sharethis-wrapper,
.node-type-rp-planning-tool .sharethis-wrapper,
.page-taxonomy-term .sharethis-wrapper {
    margin-top: 20px
}

.node-type-gsi-article .sharethis-wrapper:before,
.node-type-newsletter-article .sharethis-wrapper:before,
.node-type-pfl-article .sharethis-wrapper:before,
.node-type-rp-planning-tool .sharethis-wrapper:before,
.page-taxonomy-term .sharethis-wrapper:before {
    content: 'Share';
    display: inline-block;
    margin-right: 20px;
    transform: translateY(2px)
}

@media only screen and (min-width:1200px) {

    .node-type-gsi-article .view-newsletter-recent-articles .views-row .views-field-field-article-thumbnail,
    .node-type-gsi-article .view-newsletter-recent-articles .views-row .views-field-field-thumbnail,
    .node-type-newsletter-article .view-newsletter-recent-articles .views-row .views-field-field-article-thumbnail,
    .node-type-newsletter-article .view-newsletter-recent-articles .views-row .views-field-field-thumbnail,
    .node-type-pfl-article .view-newsletter-recent-articles .views-row .views-field-field-article-thumbnail,
    .node-type-pfl-article .view-newsletter-recent-articles .views-row .views-field-field-thumbnail,
    .node-type-rp-planning-tool .view-newsletter-recent-articles .views-row .views-field-field-article-thumbnail,
    .node-type-rp-planning-tool .view-newsletter-recent-articles .views-row .views-field-field-thumbnail,
    .page-taxonomy-term .view-newsletter-recent-articles .views-row .views-field-field-article-thumbnail,
    .page-taxonomy-term .view-newsletter-recent-articles .views-row .views-field-field-thumbnail {
        width: 70px
    }

    .node-type-gsi-article .view-newsletter-recent-articles .views-row .views-field-field-content-category,
    .node-type-gsi-article .view-newsletter-recent-articles .views-row .views-field-title,
    .node-type-newsletter-article .view-newsletter-recent-articles .views-row .views-field-field-content-category,
    .node-type-newsletter-article .view-newsletter-recent-articles .views-row .views-field-title,
    .node-type-pfl-article .view-newsletter-recent-articles .views-row .views-field-field-content-category,
    .node-type-pfl-article .view-newsletter-recent-articles .views-row .views-field-title,
    .node-type-rp-planning-tool .view-newsletter-recent-articles .views-row .views-field-field-content-category,
    .node-type-rp-planning-tool .view-newsletter-recent-articles .views-row .views-field-title,
    .page-taxonomy-term .view-newsletter-recent-articles .views-row .views-field-field-content-category,
    .page-taxonomy-term .view-newsletter-recent-articles .views-row .views-field-title {
        width: calc(100% - 80px)
    }

    .node-type-gsi-article .tb-megamenu-block .view-newsletter-recent-articles .views-row .views-field-field-article-thumbnail,
    .node-type-newsletter-article .tb-megamenu-block .view-newsletter-recent-articles .views-row .views-field-field-article-thumbnail,
    .node-type-pfl-article .tb-megamenu-block .view-newsletter-recent-articles .views-row .views-field-field-article-thumbnail,
    .node-type-rp-planning-tool .tb-megamenu-block .view-newsletter-recent-articles .views-row .views-field-field-article-thumbnail,
    .page-taxonomy-term .tb-megamenu-block .view-newsletter-recent-articles .views-row .views-field-field-article-thumbnail {
        width: 70px
    }

    .node-type-gsi-article .tb-megamenu-block .view-newsletter-recent-articles .views-row .views-field-field-content-category,
    .node-type-gsi-article .tb-megamenu-block .view-newsletter-recent-articles .views-row .views-field-title,
    .node-type-newsletter-article .tb-megamenu-block .view-newsletter-recent-articles .views-row .views-field-field-content-category,
    .node-type-newsletter-article .tb-megamenu-block .view-newsletter-recent-articles .views-row .views-field-title,
    .node-type-pfl-article .tb-megamenu-block .view-newsletter-recent-articles .views-row .views-field-field-content-category,
    .node-type-pfl-article .tb-megamenu-block .view-newsletter-recent-articles .views-row .views-field-title,
    .node-type-rp-planning-tool .tb-megamenu-block .view-newsletter-recent-articles .views-row .views-field-field-content-category,
    .node-type-rp-planning-tool .tb-megamenu-block .view-newsletter-recent-articles .views-row .views-field-title,
    .page-taxonomy-term .tb-megamenu-block .view-newsletter-recent-articles .views-row .views-field-field-content-category,
    .page-taxonomy-term .tb-megamenu-block .view-newsletter-recent-articles .views-row .views-field-title {
        width: 100%
    }
}

@media only screen and (min-width:1200px) {
    .node-type-rp-planning-tool .region-content-bottom .view-rp-planning-tool-related-topics>.view-content>.views-row {
        flex-basis: calc(33.3% - 40px)
    }
}

.contact-us .block-system-main,
.contact-us .cols-wrapper {
    display: none
}

.contact-us .jumbotron h1 {
    font-size: 3em
}

.contact-us .region-content {
    display: flex;
    flex-wrap: wrap
}

.contact-us .region-content .block-views {
    width: 380px;
    padding: 0 25px 25px 0
}

.contact-us .view-id-contact_us_ind .views-row {
    padding: 0 0 15px
}

.contact-us .block-block-321 {
    display: none
}

.marketing-materials .views-exposed-form .views-exposed-widget,
.page-checkout .views-exposed-form .views-exposed-widget {
    float: left
}

.marketing-materials .views-exposed-form label,
.page-checkout .views-exposed-form label {
    display: block
}

.marketing-materials .views-exposed-form .views-reset-button,
.marketing-materials .views-exposed-form .views-submit-button,
.page-checkout .views-exposed-form .views-reset-button,
.page-checkout .views-exposed-form .views-submit-button {
    padding: 0;
    margin: 29px 10px 0 0
}

.marketing-materials .view-commerce-cart-block .views-field-commerce-total,
.page-checkout .view-commerce-cart-block .views-field-commerce-total {
    display: none
}

.marketing-materials .view-commerce-cart-block .line-item-summary .links,
.page-checkout .view-commerce-cart-block .line-item-summary .links {
    clear: none
}

.marketing-materials .view-commerce-cart-block table,
.page-checkout .view-commerce-cart-block table {
    box-shadow: none
}

.marketing-materials .facetapi-facet-field-marketing-materials-categ input[type=checkbox],
.page-checkout .facetapi-facet-field-marketing-materials-categ input[type=checkbox] {
    margin: 0 5px 0 0
}

.marketing-materials .view-idi-marketing-material .item-not-downloadable button.btn,
.page-checkout .view-idi-marketing-material .item-not-downloadable button.btn {
    display: none
}

.marketing-materials .view-idi-marketing-material .views-field-sku-1 img,
.page-checkout .view-idi-marketing-material .views-field-sku-1 img {
    position: absolute;
    display: none;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    left: 825px;
    margin-top: -10px;
    z-index: 4
}

.marketing-materials .view-idi-marketing-material .views-field-sku table,
.page-checkout .view-idi-marketing-material .views-field-sku table {
    margin: 5px 0
}

.marketing-materials .view-idi-marketing-material .views-field-sku table tr,
.page-checkout .view-idi-marketing-material .views-field-sku table tr {
    vertical-align: top
}

.marketing-materials .view-idi-marketing-material .views-field-sku table tr:nth-child(odd),
.page-checkout .view-idi-marketing-material .views-field-sku table tr:nth-child(odd) {
    background: inherit
}

.marketing-materials .view-idi-marketing-material .views-field-sku table td,
.page-checkout .view-idi-marketing-material .views-field-sku table td {
    padding: 0 15px;
    width: 170px;
    text-align: center
}

.marketing-materials .view-idi-marketing-material .views-field-sku table .form-group,
.page-checkout .view-idi-marketing-material .views-field-sku table .form-group {
    margin-bottom: 0
}

.marketing-materials .view-idi-marketing-material .views-field-sku .download-file,
.marketing-materials .view-idi-marketing-material .views-field-sku button.btn,
.page-checkout .view-idi-marketing-material .views-field-sku .download-file,
.page-checkout .view-idi-marketing-material .views-field-sku button.btn {
    text-transform: capitalize;
    background: url(/sites/default/files/download.png) center top no-repeat !important;
    margin-top: 1px;
    text-transform: uppercase;
    letter-spacing: .08em;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 25px
}

.marketing-materials .view-idi-marketing-material .views-field-sku .download-file .glyphicon,
.marketing-materials .view-idi-marketing-material .views-field-sku button.btn .glyphicon,
.page-checkout .view-idi-marketing-material .views-field-sku .download-file .glyphicon,
.page-checkout .view-idi-marketing-material .views-field-sku button.btn .glyphicon {
    display: none
}

.marketing-materials .commerce-line-item-views-form .line-item-summary,
.marketing-materials .commerce-line-item-views-form .views-field-commerce-total,
.marketing-materials .commerce-line-item-views-form .views-field-commerce-unit-price,
.page-checkout .commerce-line-item-views-form .line-item-summary,
.page-checkout .commerce-line-item-views-form .views-field-commerce-total,
.page-checkout .commerce-line-item-views-form .views-field-commerce-unit-price {
    display: none
}

.marketing-materials #commerce-checkout-form-checkout,
.marketing-materials #commerce-checkout-form-review,
.page-checkout #commerce-checkout-form-checkout,
.page-checkout #commerce-checkout-form-review {
    max-width: 960px;
    margin: auto
}

.marketing-materials #commerce-checkout-form-checkout .form-control.form-select,
.marketing-materials #commerce-checkout-form-review .form-control.form-select,
.page-checkout #commerce-checkout-form-checkout .form-control.form-select,
.page-checkout #commerce-checkout-form-review .form-control.form-select {
    height: 38px
}

.marketing-materials .view-commerce-cart-summary .commerce-price-formatted-components,
.page-checkout .view-commerce-cart-summary .commerce-price-formatted-components {
    display: none
}

.marketing-materials .glyphicon,
.page-checkout .glyphicon {
    display: none
}

.node-type-press-release .main-wrapper .field-name-field-press-images .field-label {
    margin-top: 15px
}

.node-type-press-release .main-wrapper .field-name-field-press-images .field-item {
    display: inline
}

.node-type-press-release .main-wrapper .field-name-field-press-images .field-item img {
    width: auto;
    max-width: auto;
    padding: 5px
}

.node-type-press-release .main-container .block-title {
    margin: 0
}

.node-type-press-release .view-newsroom-press-releases .field-content {
    margin: 15px 0
}

.newsroom-in-the-media .main-container .views-row {
    margin: 30px 0
}

.newsroom-in-the-media .main-container .views-row .views-field-title {
    margin: 10px 0
}

.newsroom-in-the-media .main-container .views-row .views-label {
    margin-top: 10px
}

.newsroom-in-the-media .main-container .form-item-edit-field-news-terms-tid-all {
    display: none
}

.newsroom-in-the-media .main-container .block-views-exp-newsroom-in-the-news-page #edit-field-news-terms-tid-select-1,
.newsroom-in-the-media .main-container .block-views-exp-newsroom-in-the-news-page .views-submit-button {
    display: none !important
}

.view-id-newsroom_press_releases .views-exposed-form {
    max-width: 350px
}

.view-id-newsroom_press_releases .views-row {
    margin: 25px 0
}

.view-id-newsroom_press_releases .views-exposed-form .views-exposed-widget {
    float: left
}

.node-type-newsroom-in-the-media .field-name-field-external-url {
    margin-top: 20px
}

body[class*=-search-results] h1 {
    text-transform: none
}

body[class*=-search-results] aside {
    margin-top: 40px
}

body[class*=-search-results] aside .region>section {
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    margin: 20px 0;
    padding: 30px
}

body[class*=-search-results] aside .region>section:first-child {
    margin-top: 0
}

body[class*=-search-results] aside .region>section:last-child {
    margin-bottom: 0
}

body[class*=-search-results] .main-wrapper>.row {
    margin: 0 auto;
    padding: 40px 20px;
    position: relative;
    width: 100%
}

body[class*=-search-results] .main-wrapper>.row:first-child {
    margin-top: 0
}

body[class*=-search-results] .main-wrapper>.row:last-child {
    margin-bottom: 0
}

@media only screen and (min-width:600px) {
    body[class*=-search-results] .main-wrapper>.row {
        padding-right: 40px;
        padding-left: 40px
    }
}

@media only screen and (min-width:1326px) {
    body[class*=-search-results] .main-wrapper>.row {
        max-width: 1326px;
        padding-right: 20px;
        padding-left: 20px
    }
}

@media only screen and (max-width:767px) {

    body[class*=-search-results] .main-wrapper>.row>aside,
    body[class*=-search-results] .main-wrapper>.row>section {
        padding-left: 0;
        padding-right: 0
    }
}

@media only screen and (min-width:600px) {
    body[class*=-search-results] aside .region h2 {
        font-size: 24px
    }
}

@media only screen and (min-width:768px) {
    body[class*=-search-results] aside {
        margin-top: 0
    }

    body[class*=-search-results] aside .region h2 {
        font-size: 24px
    }

    body[class*=-search-results] .main-wrapper>.row>section {
        padding-right: 20px
    }

    body[class*=-search-results] .main-container>header {
        background: #e3e8ed;
        background: linear-gradient(to right, #e3e8ed 0, #ebeef2 100%);
        height: 8vw;
        overflow: hidden;
        position: relative
    }

    body[class*=-search-results] .main-container>header:before {
        background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg class='taper-top' preserveAspectRatio='none' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' fill='white'%3E%3Cpolygon id='Rectangle-1' points='0 0 16 0 0 16'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        content: '';
        cursor: pointer;
        display: inline-block;
        font-size: .01em;
        height: 6vw;
        left: -.05vw;
        line-height: .01em;
        position: absolute;
        width: 104vw;
        transform: rotate(180deg) scaleX(-1) translateY(-1px);
        top: calc(2vw + 1px)
    }

    body[class*=-search-results] .main-container>header:after {
        display: none
    }

    body[class*=-search-results] .main-wrapper {
        margin-top: -70px
    }
}

@media only screen and (min-width:992px) {
    body[class*=-search-results] aside .region h2 {
        font-size: 24px
    }
}

body[class*=-search-results] .main-wrapper>.row {
    padding-bottom: 80px
}

body[class*=-search-results] .main-wrapper>.row>section>.jumbotron>.region>section:first-child {
    margin-bottom: 10px
}

body[class*=-search-results] .main-wrapper>.row>section>.jumbotron>.region>section:first-child h1 {
    font-size: 3em;
    font-weight: 400;
    line-height: 1.25em;
    margin: .625em 0 .5em;
    text-transform: none
}

@media only screen and (max-width:992px) {
    body[class*=-search-results] .main-wrapper>.row>section>.jumbotron>.region>section:first-child h1 {
        font-size: 2em;
        line-height: 1.125em
    }
}

body[class*=-search-results] .main-wrapper>.row>section>.jumbotron>.region>section:last-child .views-exposed-widgets {
    display: flex;
    flex-flow: row nowrap;
    justify-content: stretch
}

body[class*=-search-results] .main-wrapper>.row>section>.jumbotron>.region>section:last-child .views-exposed-widgets .views-submit-button {
    margin: 3px;
    padding: 0
}

body[class*=-search-results] .main-wrapper>.row>section>.jumbotron>.region>section:last-child .views-exposed-widgets .views-submit-button button {
    background-color: #004ea8;
    height: 44px;
    margin: 0
}

body[class*=-search-results] .main-wrapper>.row>section>.jumbotron>.region>section:last-child .views-exposed-widgets .views-submit-button button:hover {
    background-color: #0093d1
}

body[class*=-search-results] .main-wrapper>.row>section>.jumbotron>.region>section:last-child .views-exposed-widgets .views-widget-filter-search_api_views_fulltext {
    flex-grow: 9999;
    padding: 0
}

body[class*=-search-results] .main-wrapper>.row>section>.jumbotron>.region>section:last-child .views-exposed-widgets .views-widget-filter-search_api_views_fulltext input {
    height: 44px;
    border-right: none
}

body[class*=-search-results] .main-wrapper>.row>section>.jumbotron>.region>section:last-child .views-exposed-widgets .views-widget-filter-search_api_views_fulltext input::-webkit-input-placeholder {
    color: #91c8df
}

body[class*=-search-results] .main-wrapper>.row>section>.jumbotron>.region>section:last-child .views-exposed-widgets .views-widget-filter-search_api_views_fulltext input:-moz-placeholder {
    color: #91c8df
}

body[class*=-search-results] .main-wrapper>.row>section>.jumbotron>.region>section:last-child .views-exposed-widgets .views-widget-filter-search_api_views_fulltext input::-moz-placeholder {
    color: #91c8df
}

body[class*=-search-results] .main-wrapper>.row>section>.jumbotron>.region>section:last-child .views-exposed-widgets .views-widget-filter-search_api_views_fulltext input:-ms-input-placeholder {
    color: #91c8df
}

body[class*=-search-results] .page-header {
    display: none
}

body[class*=-search-results] .view-solr-search-results .attachment-before {
    float: left;
    margin-bottom: 40px;
    width: 100%
}

body[class*=-search-results] .view-solr-search-results span.Form,
body[class*=-search-results] .view-solr-search-results span.Indexed {
    display: none
}

body[class*=-search-results] .view-solr-search-results>.view-content>.views-row {
    clear: both;
    margin: 40px 0
}

body[class*=-search-results] .view-solr-search-results>.view-content>.views-row:first-child {
    margin-top: 0
}

body[class*=-search-results] .view-solr-search-results>.view-content>.views-row:last-child {
    margin-bottom: 0
}

body[class*=-search-results] .view-solr-search-results>.view-content>.views-row .fa:before {
    color: #004ea8
}

body[class*=-search-results] .view-solr-search-results>.view-content>.views-row .views-field-field-form-type .field-content,
body[class*=-search-results] .view-solr-search-results>.view-content>.views-row .views-field-field-search-category-1 .field-content {
    font-size: 14px
}

body[class*=-search-results] .view-solr-search-results .views-field-body {
    display: none
}

body[class*=-search-results] .view-solr-search-results .views-field-name {
    font-size: 14px;
    line-height: 1.25em;
    margin-bottom: 15px
}

body[class*=-search-results] .view-solr-search-results .views-field-field-link-url,
body[class*=-search-results] .view-solr-search-results .views-field-title,
body[class*=-search-results] .view-solr-search-results .views-field-title-2 {
    font-size: 18px;
    line-height: 1.25em;
    margin-bottom: 5px
}

body[class*=-search-results] .view-solr-search-results .views-field-field-thumbnail {
    margin-bottom: 20px
}

body[class*=-search-results] .view-solr-search-results .view-header {
    border-bottom: 1px solid #bdcbe6;
    font-size: 18px;
    line-height: 1.25em;
    margin-bottom: 30px;
    padding-bottom: 10px
}

body[class*=-search-results] .view-solr-search-results .view-header .results-total {
    display: none
}

body[class*=-search-results] .view-solr-search-results .view-id-solr_search_results.view-display-id-attachment_1 .view-header {
    display: none
}

@media only screen and (min-width:768px) {
    body[class*=-search-results] .main-wrapper>.row>section>.jumbotron>.region>section:first-child {
        margin-bottom: 20px
    }

    body[class*=-search-results] .view-solr-search-results .attachment-before .views-field-field-thumbnail img {
        width: 350px
    }

    body[class*=-search-results] .view-solr-search-results .attachment-before .views-field-title {
        font-family: "Helvetica Neue", helvetica, sans-serif;
        font-size: 1.5em;
        font-weight: 400;
        line-height: 1.25em;
        text-transform: none;
        margin-bottom: 5px
    }

    body[class*=-search-results] .view-solr-search-results .attachment-before .views-field-title:first-child {
        margin-top: 0
    }

    body[class*=-search-results] .view-solr-search-results .attachment-before .views-field-title:last-child {
        margin-bottom: 0
    }
}

@media only screen and (min-width:768px) and (max-width:992px) {
    body[class*=-search-results] .view-solr-search-results .attachment-before .views-field-title {
        font-size: 1.275em;
        line-height: 1.125
    }
}

@media only screen and (min-width:768px) {
    body[class*=-search-results] .view-solr-search-results .views-field-body {
        display: block;
        margin-top: 5px
    }

    body[class*=-search-results] .view-solr-search-results .views-field-body blockquote,
    body[class*=-search-results] .view-solr-search-results .views-field-body blockquote em,
    body[class*=-search-results] .view-solr-search-results .views-field-body blockquote strong,
    body[class*=-search-results] .view-solr-search-results .views-field-body h4,
    body[class*=-search-results] .view-solr-search-results .views-field-body h4 em,
    body[class*=-search-results] .view-solr-search-results .views-field-body h4 strong,
    body[class*=-search-results] .view-solr-search-results .views-field-body h5,
    body[class*=-search-results] .view-solr-search-results .views-field-body h5 em,
    body[class*=-search-results] .view-solr-search-results .views-field-body h5 strong,
    body[class*=-search-results] .view-solr-search-results .views-field-body h6,
    body[class*=-search-results] .view-solr-search-results .views-field-body h6 em,
    body[class*=-search-results] .view-solr-search-results .views-field-body h6 strong,
    body[class*=-search-results] .view-solr-search-results .views-field-body li,
    body[class*=-search-results] .view-solr-search-results .views-field-body li em,
    body[class*=-search-results] .view-solr-search-results .views-field-body li strong,
    body[class*=-search-results] .view-solr-search-results .views-field-body ol,
    body[class*=-search-results] .view-solr-search-results .views-field-body ol em,
    body[class*=-search-results] .view-solr-search-results .views-field-body ol strong,
    body[class*=-search-results] .view-solr-search-results .views-field-body p,
    body[class*=-search-results] .view-solr-search-results .views-field-body p em,
    body[class*=-search-results] .view-solr-search-results .views-field-body p strong,
    body[class*=-search-results] .view-solr-search-results .views-field-body ul,
    body[class*=-search-results] .view-solr-search-results .views-field-body ul em,
    body[class*=-search-results] .view-solr-search-results .views-field-body ul strong {
        display: inline;
        font-style: normal;
        font-weight: 400
    }

    body[class*=-search-results] .view-solr-search-results .views-field-body blockquote br,
    body[class*=-search-results] .view-solr-search-results .views-field-body h4 br,
    body[class*=-search-results] .view-solr-search-results .views-field-body h5 br,
    body[class*=-search-results] .view-solr-search-results .views-field-body h6 br,
    body[class*=-search-results] .view-solr-search-results .views-field-body li br,
    body[class*=-search-results] .view-solr-search-results .views-field-body ol br,
    body[class*=-search-results] .view-solr-search-results .views-field-body p br,
    body[class*=-search-results] .view-solr-search-results .views-field-body ul br {
        display: none
    }

    body[class*=-search-results] .view-solr-search-results .views-field-field-thumbnail {
        display: inline;
        margin: 0
    }

    body[class*=-search-results] .view-solr-search-results .views-field-field-thumbnail .field-content {
        display: inline
    }

    body[class*=-search-results] .view-solr-search-results .views-field-field-thumbnail img {
        clear: none;
        float: left;
        margin: 0 20px 10px 0;
        width: 250px
    }
}

body[class*=-topical-index] h1 {
    text-transform: none
}

body[class*=-topical-index] aside {
    margin-top: 40px
}

body[class*=-topical-index] aside .region>section {
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    margin: 20px 0;
    padding: 30px
}

body[class*=-topical-index] aside .region>section:first-child {
    margin-top: 0
}

body[class*=-topical-index] aside .region>section:last-child {
    margin-bottom: 0
}

body[class*=-topical-index] .main-wrapper>.row {
    margin: 0 auto;
    padding: 40px 20px;
    position: relative;
    width: 100%
}

body[class*=-topical-index] .main-wrapper>.row:first-child {
    margin-top: 0
}

body[class*=-topical-index] .main-wrapper>.row:last-child {
    margin-bottom: 0
}

@media only screen and (min-width:600px) {
    body[class*=-topical-index] .main-wrapper>.row {
        padding-right: 40px;
        padding-left: 40px
    }
}

@media only screen and (min-width:1326px) {
    body[class*=-topical-index] .main-wrapper>.row {
        max-width: 1326px;
        padding-right: 20px;
        padding-left: 20px
    }
}

@media only screen and (max-width:767px) {

    body[class*=-topical-index] .main-wrapper>.row>aside,
    body[class*=-topical-index] .main-wrapper>.row>section {
        padding-left: 0;
        padding-right: 0
    }
}

@media only screen and (min-width:600px) {
    body[class*=-topical-index] aside .region h2 {
        font-size: 24px
    }
}

@media only screen and (min-width:768px) {
    body[class*=-topical-index] aside {
        margin-top: 0
    }

    body[class*=-topical-index] aside .region h2 {
        font-size: 24px
    }

    body[class*=-topical-index] .main-wrapper>.row>section {
        padding-right: 20px
    }

    body[class*=-topical-index] .main-container>header {
        background: #e3e8ed;
        background: linear-gradient(to right, #e3e8ed 0, #ebeef2 100%);
        height: 8vw;
        overflow: hidden;
        position: relative
    }

    body[class*=-topical-index] .main-container>header:before {
        background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg class='taper-top' preserveAspectRatio='none' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard' fill='white'%3E%3Cpolygon id='Rectangle-1' points='0 0 16 0 0 16'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        content: '';
        cursor: pointer;
        display: inline-block;
        font-size: .01em;
        height: 6vw;
        left: -.05vw;
        line-height: .01em;
        position: absolute;
        width: 104vw;
        transform: rotate(180deg) scaleX(-1) translateY(-1px);
        top: calc(2vw + 1px)
    }

    body[class*=-topical-index] .main-container>header:after {
        display: none
    }

    body[class*=-topical-index] .main-wrapper {
        margin-top: -70px
    }
}

@media only screen and (min-width:992px) {
    body[class*=-topical-index] aside .region h2 {
        font-size: 24px
    }
}

body[class*=-topical-index] aside {
    margin-bottom: 40px
}

body[class*=-topical-index] h1.title {
    font-size: 3em;
    font-weight: 400;
    line-height: 1.25em;
    margin: .625em 0 .5em;
    text-transform: none
}

@media only screen and (max-width:992px) {
    body[class*=-topical-index] h1.title {
        font-size: 2em;
        line-height: 1.125em
    }
}

body[class*=-topical-index] h1.title,
body[class*=-topical-index] h1.title:last-child {
    margin-bottom: 40px
}

body[class*=-topical-index] .page-header {
    display: none
}

body[class*=-topical-index] .region-highlighted>.block-facetapi .block-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25em
}

body[class*=-topical-index] .region-highlighted>.block-facetapi .block-title:first-child {
    margin-top: 0
}

body[class*=-topical-index] .region-highlighted>.block-facetapi .block-title:last-child {
    margin-bottom: 0
}

body[class*=-topical-index] .region-highlighted>.block-facetapi .facetapi-facet-field-consumer-materials {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #bdcbe6
}

body[class*=-topical-index] .region-highlighted>.block-facetapi .facetapi-facetapi-checkbox-links>li {
    display: inline-block;
    margin: 0 10px 0 0
}

body[class*=-topical-index] .region-highlighted>.block-facetapi .facetapi-facetapi-checkbox-links>li input[type=checkbox] {
    margin-right: 5px
}

body[class*=-topical-index] .view-topical-index>.view-content>.views-row {
    margin: 40px 0
}

body[class*=-topical-index] .view-topical-index>.view-content>.views-row:after {
    content: "";
    display: table;
    clear: both
}

body[class*=-topical-index] .view-topical-index>.view-content>.views-row:first-child {
    margin-top: 0
}

body[class*=-topical-index] .view-topical-index>.view-content>.views-row:last-child {
    margin-bottom: 0
}

body[class*=-topical-index] .view-topical-index>.view-content>.views-row.stickied .views-field-field-article-thumbnail {
    clear: none;
    float: none;
    margin-bottom: 10px;
    width: 100%
}

body[class*=-topical-index] .view-topical-index>.view-content>.views-row .views-field-field-consumer-materials,
body[class*=-topical-index] .view-topical-index>.view-content>.views-row .views-field-field-topical-index {
    font-size: 14px;
    line-height: 1.25em
}

body[class*=-topical-index] .view-topical-index>.view-content>.views-row .views-field-field-consumer-materials a,
body[class*=-topical-index] .view-topical-index>.view-content>.views-row .views-field-field-topical-index a {
    font-family: "Helvetica Neue", helvetica, sans-serif;
    font-size: 14px;
    color: #004ea8
}

body[class*=-topical-index] .view-topical-index>.view-content>.views-row .views-field-field-topical-index .fa {
    -webkit-font-smoothing: auto
}

body[class*=-topical-index] .view-topical-index>.view-content>.views-row .views-field-field-topical-index .fa:before {
    margin-right: 5px;
    color: #004ea8
}

body[class*=-topical-index] .view-topical-index>.view-content>.views-row .views-field-field-article-thumbnail {
    clear: none;
    float: left;
    margin-right: 20px;
    width: 25%
}

body[class*=-topical-index] .view-topical-index>.view-content>.views-row .views-field-body {
    display: none
}

body[class*=-topical-index] .view-topical-index>.view-content>.views-row .views-field-title {
    font-size: 18px;
    line-height: 1.25em;
    margin: 5px 0 15px
}

@media only screen and (min-width:768px) {
    body[class*=-topical-index] .view-topical-index>.view-content>.views-row.stickied .views-field-title {
        font-family: "Helvetica Neue", helvetica, sans-serif;
        font-size: 1.5em;
        font-weight: 400;
        line-height: 1.25em;
        text-transform: none
    }

    body[class*=-topical-index] .view-topical-index>.view-content>.views-row.stickied .views-field-title:first-child {
        margin-top: 0
    }

    body[class*=-topical-index] .view-topical-index>.view-content>.views-row.stickied .views-field-title:last-child {
        margin-bottom: 0
    }
}

@media only screen and (min-width:768px) and (max-width:992px) {
    body[class*=-topical-index] .view-topical-index>.view-content>.views-row.stickied .views-field-title {
        font-size: 1.275em;
        line-height: 1.125
    }
}

@media only screen and (min-width:768px) {
    body[class*=-topical-index] .view-topical-index>.view-content>.views-row.stickied .views-field-field-article-thumbnail {
        float: left;
        margin-right: 20px;
        width: 350px
    }

    body[class*=-topical-index] .view-topical-index>.view-content>.views-row .views-field-body {
        display: block;
        margin-top: 15px
    }

    body[class*=-topical-index] .view-topical-index>.view-content>.views-row .views-field-body blockquote,
    body[class*=-topical-index] .view-topical-index>.view-content>.views-row .views-field-body blockquote em,
    body[class*=-topical-index] .view-topical-index>.view-content>.views-row .views-field-body blockquote strong,
    body[class*=-topical-index] .view-topical-index>.view-content>.views-row .views-field-body h4,
    body[class*=-topical-index] .view-topical-index>.view-content>.views-row .views-field-body h4 em,
    body[class*=-topical-index] .view-topical-index>.view-content>.views-row .views-field-body h4 strong,
    body[class*=-topical-index] .view-topical-index>.view-content>.views-row .views-field-body h5,
    body[class*=-topical-index] .view-topical-index>.view-content>.views-row .views-field-body h5 em,
    body[class*=-topical-index] .view-topical-index>.view-content>.views-row .views-field-body h5 strong,
    body[class*=-topical-index] .view-topical-index>.view-content>.views-row .views-field-body h6,
    body[class*=-topical-index] .view-topical-index>.view-content>.views-row .views-field-body h6 em,
    body[class*=-topical-index] .view-topical-index>.view-content>.views-row .views-field-body h6 strong,
    body[class*=-topical-index] .view-topical-index>.view-content>.views-row .views-field-body li,
    body[class*=-topical-index] .view-topical-index>.view-content>.views-row .views-field-body li em,
    body[class*=-topical-index] .view-topical-index>.view-content>.views-row .views-field-body li strong,
    body[class*=-topical-index] .view-topical-index>.view-content>.views-row .views-field-body ol,
    body[class*=-topical-index] .view-topical-index>.view-content>.views-row .views-field-body ol em,
    body[class*=-topical-index] .view-topical-index>.view-content>.views-row .views-field-body ol strong,
    body[class*=-topical-index] .view-topical-index>.view-content>.views-row .views-field-body p,
    body[class*=-topical-index] .view-topical-index>.view-content>.views-row .views-field-body p em,
    body[class*=-topical-index] .view-topical-index>.view-content>.views-row .views-field-body p strong,
    body[class*=-topical-index] .view-topical-index>.view-content>.views-row .views-field-body ul,
    body[class*=-topical-index] .view-topical-index>.view-content>.views-row .views-field-body ul em,
    body[class*=-topical-index] .view-topical-index>.view-content>.views-row .views-field-body ul strong {
        display: inline;
        font-style: normal;
        font-weight: 400
    }

    body[class*=-topical-index] .view-topical-index>.view-content>.views-row .views-field-body blockquote br,
    body[class*=-topical-index] .view-topical-index>.view-content>.views-row .views-field-body h4 br,
    body[class*=-topical-index] .view-topical-index>.view-content>.views-row .views-field-body h5 br,
    body[class*=-topical-index] .view-topical-index>.view-content>.views-row .views-field-body h6 br,
    body[class*=-topical-index] .view-topical-index>.view-content>.views-row .views-field-body li br,
    body[class*=-topical-index] .view-topical-index>.view-content>.views-row .views-field-body ol br,
    body[class*=-topical-index] .view-topical-index>.view-content>.views-row .views-field-body p br,
    body[class*=-topical-index] .view-topical-index>.view-content>.views-row .views-field-body ul br {
        display: none
    }

    body[class*=-topical-index] .view-topical-index>.view-content>.views-row .views-field-field-article-thumbnail .field-content {
        display: inline
    }

    body[class*=-topical-index] .view-topical-index>.view-content>.views-row .views-field-field-article-thumbnail img {
        margin: 0 20px 10px 0;
        width: 250px
    }
}

.view-nonprofit-search {
    display: flex;
    flex-direction: column;
    max-width: 900px;
    margin: auto
}

.view-nonprofit-search .view-header {
    text-align: center
}

.view-nonprofit-search .views-exposed-widgets {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex: 1;
    margin: 20px 0 40px
}

@media only screen and (max-width:880px) {
    .view-nonprofit-search .views-exposed-widgets {
        flex-direction: column;
        align-items: center
    }
}

@media only screen and (max-width:880px) {
    .view-nonprofit-search .views-exposed-widgets .views-exposed-widget {
        padding: 0;
        margin: 0
    }
}

.view-nonprofit-search .views-exposed-widgets .views-exposed-widget .form-group {
    padding: 0
}

.view-nonprofit-search .views-exposed-widgets .views-exposed-widget .form-group input,
.view-nonprofit-search .views-exposed-widgets .views-exposed-widget .form-group select {
    min-width: 200px;
    height: 45px
}

@media only screen and (max-width:880px) {

    .view-nonprofit-search .views-exposed-widgets .views-exposed-widget .form-group input,
    .view-nonprofit-search .views-exposed-widgets .views-exposed-widget .form-group select {
        width: 300px
    }
}

@media only screen and (max-width:880px) {
    .view-nonprofit-search .views-exposed-widgets .views-submit-button {
        margin-top: 20px
    }
}

.view-nonprofit-search .views-row {
    margin: 25px 0
}

.node-type-nonprofit-detail h1 {
    margin: 5px 0 10px
}

.node-type-nonprofit-detail h2 {
    margin-top: 0
}

@media only screen and (max-width:1200px) {
    .node-type-nonprofit-detail h2 {
        margin-top: 20px
    }
}

@media only screen and (max-width:768px) {
    .node-type-nonprofit-detail iframe {
        width: 100%;
        height: 100%
    }
}

.node-type-nonprofit-detail .field.field-name-field-primary-category {
    font-weight: 700;
    text-transform: uppercase
}

.node-type-nonprofit-detail .cols-wrapper {
    display: flex;
    flex-direction: column
}

.node-type-nonprofit-detail .cols-wrapper img {
    width: auto
}

.node-type-nonprofit-detail .cols-wrapper .content-row {
    margin: 30px auto 60px;
    padding: 50px 100px
}

@media only screen and (max-width:600px) {
    .node-type-nonprofit-detail .cols-wrapper .content-row:first-child {
        padding: 25px
    }
}

@media only screen and (max-width:1200px) {
    .node-type-nonprofit-detail .cols-wrapper .content-row {
        flex-direction: column;
        padding: 50px
    }
}

@media only screen and (max-width:600px) {
    .node-type-nonprofit-detail .cols-wrapper .content-row {
        padding: 10px 25px
    }
}

@media only screen and (max-width:1200px) {
    .node-type-nonprofit-detail .cols-wrapper .content-row>div {
        align-self: center
    }
}

.node-type-nonprofit-detail .cols-wrapper .content-row.angle {
    display: block
}

.node-type-nonprofit-detail .cols-wrapper .content-row.col-2 {
    justify-content: space-around
}

.node-type-nonprofit-detail .cols-wrapper .content-row.col-3-wide {
    justify-content: space-between
}

.node-type-nonprofit-detail .cols-wrapper .content-row.col-3-wide h2 {
    white-space: nowrap
}

.node-type-nonprofit-detail .cols-wrapper .content-row.col-3-wide .group-angle-wrapper>div:first-child {
    width: 49%
}

@media only screen and (max-width:1200px) {
    .node-type-nonprofit-detail .cols-wrapper .content-row.col-3-wide .group-angle-wrapper>div:first-child {
        width: 100%
    }
}

.node-type-nonprofit-detail .cols-wrapper .content-row.col-3-wide .group-angle-wrapper>div {
    width: 21%
}

@media only screen and (max-width:1200px) {
    .node-type-nonprofit-detail .cols-wrapper .content-row.col-3-wide .group-angle-wrapper>div {
        width: 100%
    }
}

.node-type-nonprofit-detail .cols-wrapper .content-row .group-angle-wrapper {
    display: flex;
    padding: 35px 0;
    justify-content: space-between
}

@media only screen and (max-width:1200px) {
    .node-type-nonprofit-detail .cols-wrapper .content-row .group-angle-wrapper {
        display: block
    }
}

.node-type-nonprofit-detail .cols-wrapper .columns {
    display: flex
}

.node-type-nonprofit-detail .cols-wrapper .full-width {
    width: 100%
}

.node-type-nonprofit-detail .cols-wrapper .no-margin-bottom {
    margin-bottom: 0;
    padding-bottom: 0
}

.node-type-nonprofit-detail .cols-wrapper .center {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    padding: 0 30px
}

.node-type-nonprofit-detail .cols-wrapper .blue-bg {
    background-color: #dce7f5
}

.node-type-nonprofit-detail .cols-wrapper .gray-bg {
    background-color: #eff1f3
}

.node-type-nonprofit-detail .cols-wrapper .what-we-do h2 span:before {
    position: relative;
    content: '';
    display: inline-block;
    background: url(/sites/default/files/icon_LifeServicesTools_Widget2.svg);
    background-size: 30px 30px;
    height: 30px;
    width: 30px;
    margin-right: 5px
}

.node-type-nonprofit-detail .cols-wrapper .who-we-need:before {
    position: relative;
    content: '';
    display: inline-block;
    background: url(/sites/default/files/icon_about_compassion3.svg);
    background-size: 30px 30px;
    height: 30px;
    width: 30px;
    margin-right: 5px
}

.node-type-nonprofit-detail .cols-wrapper .opportunities:before {
    position: relative;
    content: '';
    display: inline-block;
    background: url(/sites/default/files/icon_community_empowerment3.svg);
    background-size: 30px 30px;
    height: 30px;
    width: 30px;
    margin-right: 5px
}

.node-type-nonprofit-detail .cols-wrapper .get-in-touch {
    text-align: center
}

.node-type-nonprofit-detail .cols-wrapper .get-in-touch:before {
    position: relative;
    content: '';
    display: inline-block;
    background: url(/sites/default/files/Enroll_BetterComm_Icon1.svg);
    background-size: 30px 30px;
    height: 30px;
    width: 30px;
    margin-right: 5px;
    top: 5px
}

.node-type-nonprofit-detail .cols-wrapper .field-name-field-logo {
    margin-bottom: 20px
}

@media only screen and (max-width:1200px) {
    .node-type-nonprofit-detail .cols-wrapper .field-name-field-logo {
        margin-top: 20px
    }
}

.node-type-nonprofit-detail .cols-wrapper .field-name-field-description,
.node-type-nonprofit-detail .cols-wrapper .field-name-field-subtext {
    font-size: 20px;
    line-height: 26px;
    max-width: 640px;
    text-align: left
}

.node-type-nonprofit-detail .cols-wrapper .field-name-field-website {
    margin-bottom: 15px
}

.node-type-nonprofit-detail .field-name-volunteer-form h2,
.node-type-nonprofit-detail .field-name-volunteer-form legend {
    display: none
}

.node-type-nonprofit-detail .field-name-volunteer-form .panel {
    box-shadow: none
}

.node-type-nonprofit-detail .field-name-volunteer-form .panel .panel-body {
    padding: 0
}

@media only screen and (max-width:880px) {
    .node-type-nonprofit-detail .field-name-volunteer-form .panel .panel-body {
        display: flex;
        flex-direction: column;
        align-items: center
    }
}

.node-type-nonprofit-detail .field-name-volunteer-form .webform-client-form {
    display: flex;
    max-width: 800px;
    flex-direction: column
}

.node-type-nonprofit-detail .field-name-volunteer-form .webform-client-form>div {
    display: flex;
    flex-direction: column
}

.node-type-nonprofit-detail .field-name-volunteer-form .webform-client-form span.form-required {
    display: none
}

.node-type-nonprofit-detail .field-name-volunteer-form .webform-client-form .form-type-textfield,
.node-type-nonprofit-detail .field-name-volunteer-form .webform-client-form .form-type-webform-email {
    max-width: 380px;
    float: left
}

@media only screen and (max-width:880px) {

    .node-type-nonprofit-detail .field-name-volunteer-form .webform-client-form .form-type-textfield,
    .node-type-nonprofit-detail .field-name-volunteer-form .webform-client-form .form-type-webform-email {
        margin-right: 0
    }
}

.node-type-nonprofit-detail .field-name-volunteer-form .webform-client-form .webform-component-markup {
    max-width: 565px;
    margin: 0 auto 30px;
    align-self: center
}

.node-type-nonprofit-detail .field-name-volunteer-form .webform-client-form .webform-component-markup p {
    text-align: center
}

.node-type-nonprofit-detail .field-name-volunteer-form .webform-client-form .webform-component-radios {
    display: flex;
    padding-top: 10px
}

.node-type-nonprofit-detail .field-name-volunteer-form .webform-client-form .webform-component-radios>.form-label {
    font-weight: 700;
    font-size: 14px;
    margin-right: 15px
}

@media only screen and (max-width:880px) {
    .node-type-nonprofit-detail .field-name-volunteer-form .webform-client-form .webform-component-radios {
        flex-direction: column;
        align-items: center
    }
}

.node-type-nonprofit-detail .field-name-volunteer-form .webform-client-form .form-actions {
    text-align: center;
    margin-top: 0
}

.node-type-nonprofit-detail .group-contact-wrapper {
    display: flex;
    justify-content: center;
    font-size: 18px;
    padding: 25px 0
}

.node-type-nonprofit-detail .group-contact-wrapper .field-name-field-phone {
    border-left: 1px solid #505050;
    border-right: 1px solid #505050
}

@media only screen and (max-width:880px) {
    .node-type-nonprofit-detail .group-contact-wrapper .field-name-field-phone {
        border: none
    }
}

.node-type-nonprofit-detail .group-contact-wrapper .field-name-field-phone .field-item {
    padding: 0 15px
}

.node-type-nonprofit-detail .group-contact-wrapper .field {
    margin: 0 10px
}

@media only screen and (max-width:880px) {
    .node-type-nonprofit-detail .group-contact-wrapper .field {
        margin: 10px 0;
        padding: 0 10px;
        align-self: center
    }
}

@media only screen and (max-width:600px) {
    .node-type-nonprofit-detail .group-contact-wrapper .field-name-nonprofit-email {
        display: flex;
        flex-direction: column;
        text-align: center
    }
}

@media only screen and (max-width:600px) {
    .node-type-nonprofit-detail .group-contact-wrapper label {
        float: none
    }
}

.node-type-nonprofit-detail .group-contact-wrapper .group-social-wrapper {
    display: flex;
    align-self: center
}

.node-type-nonprofit-detail .group-contact-wrapper .group-social-wrapper .fa {
    font-size: 24px
}

@media only screen and (max-width:880px) {
    .node-type-nonprofit-detail .group-contact-wrapper {
        flex-direction: column;
        padding: 20px 0
    }
}

.node-type-nonprofit-detail .group-quote-wrapper {
    background: url(/sites/default/files/QuotationMark.png) no-repeat;
    position: relative;
    padding-left: 170px;
    min-height: 154px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 40px
}

@media only screen and (max-width:600px) {
    .node-type-nonprofit-detail .group-quote-wrapper {
        padding: 170px 0 0;
        background-position-y: top;
        background-position-x: center
    }
}

.node-type-nonprofit-detail .group-quote-wrapper .field-name-field-subtext .field-item {
    margin-bottom: 10px
}

.node-type-nonprofit-detail .group-quote-wrapper .field-name-field-subtext .field-item:before {
    content: open-quote
}

.node-type-nonprofit-detail .group-quote-wrapper .field-name-field-subtext .field-item:after {
    content: close-quote
}

.node-type-nonprofit-detail .group-quote-wrapper .field-name-field-custom-title {
    text-align: left
}

.node-type-nonprofit-detail .field-name-field-gallery h2 {
    text-align: center
}

.node-type-nonprofit-detail .field-name-field-gallery .field-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around
}

.node-type-nonprofit-detail .field-name-field-gallery .field-items .field-item {
    margin-top: 20px
}

.node-type-nonprofit-detail .field-name-field-google-address .field-item {
    display: flex
}

@media only screen and (max-width:1200px) {
    .node-type-nonprofit-detail .field-name-field-google-address .field-item {
        flex-direction: column
    }
}

.node-type-nonprofit-detail .field-name-field-google-address .field-item .address-wrapper {
    margin-right: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 400px;
    text-align: left
}

@media only screen and (max-width:1200px) {
    .node-type-nonprofit-detail .field-name-field-google-address .field-item .address-wrapper {
        margin-bottom: 20px
    }
}

.node-type-nonprofit-detail .field-name-field-google-address .field-item .address-wrapper h2:before {
    position: relative;
    content: '';
    display: inline-block;
    background: url(/sites/default/files/icon_mortgage1.svg);
    background-size: 30px 30px;
    height: 30px;
    width: 30px;
    margin-right: 5px;
    top: 3px
}

.node-type-nonprofit-detail .field-name-field-google-address .field-item .address-wrapper .company-website {
    margin-bottom: 15px
}

.node-type-nonprofit-detail .field-name-field-google-address .field-item .address-wrapper .map-link {
    margin: 20px 0
}

.node-type-nonprofit-detail .field-name-field-google-address .field-item .simple-gmap-map iframe {
    border: 1px solid #eff1f3
}

.node-type-nonprofit-detail .field-name-nonprofit-search {
    padding: 25px 0
}

@media print {

    h1,
    h2,
    h3,
    h4,
    .cols,
    .entity .campaign-hero-bg>.content,
    .campaign-hero-bg>.content,
    .entity .hero-img-bg>.content,
    .hero-img-bg>.content,
    .content-type-text-lon,
    .paragraphs-item-promotions.promotions-1 .node-promotion h3,
    .view-portal-page-teasers .view-header,
    .content-type-feature-reveal>.entity:first-child>.content,
    .paragraphs-item-product-teaser-wrapper .field-name-field-products>.field-items>.field-item,
    .row.legal-outer .legal-inner .legal-content .region-legal {
        padding: 0;
        margin: 0
    }

    .block-the-standard-custom-blocks-login-util,
    .views-field-field-cta-icon,
    img.img-responsive,
    .field-type-text-with-summary img,
    .field-type-text-long img,
    .views-row img,
    .cta-wrapper,
    .paragraphs-item-campaign-video,
    footer,
    .hero-img-bg {
        display: none
    }

    .view-portal-page-teasers .views-row,
    .content-type-text-long .field-type-text-long,
    .paragraphs-item-promotions.promotions-2 .field-name-field-promotions>.field-items>.field-item,
    .paragraphs-item-promotions.promotions-2 .field-name-field-promotion-link,
    .paragraphs-item-promotions.promotions-3 .field-name-field-promotion-link,
    .paragraphs-item-promotions.promotions-5 .field-name-field-promotion-link {
        max-width: 100% !important;
        text-align: left
    }

    .main-container .main-wrapper {
        padding-bottom: 20px
    }

    .paragraphs-item-product-teaser-wrapper .field-name-field-product-urls .field-items {
        display: block
    }

    .view-portal-page-teasers .views-field-field-cta-icon {
        height: auto
    }

    .paragraphs-item-promotions.promotions-2 .node-promotion>:not(.field-name-field-promotion-image) {
        float: left;
        padding: 0
    }

    .panel .field-name-field-feature-bullet-points .field-item {
        padding-top: 0;
        padding-bottom: 0
    }

    .content-type-special-thing .paragraphs-items-field-widget-fields-full>.field>.field-items>.field-item,
    .content-type-special-thing .field-name-field-headline,
    .content-type-special-thing .field-name-field-button-text {
        text-align: left
    }

    .panel .field-name-field-feature-bullet-points .field-item:before {
        top: 0
    }

    .content-type-feature-reveal .field-name-field-body {
        display: block !important
    }

    .node-type-portal-page .paragraphs-item-embedded-block .field-items .field-item:last-child .block-menu>ul>li a,
    .node-type-basic-page .paragraphs-item-embedded-block .field-items .field-item:last-child .block-menu>ul>li a {
        padding: 0 0 0 45px
    }

    .block-the-standard-custom-blocks-footer-logo {
        max-width: 100px
    }

    .row.legal-outer .legal-inner .legal-content {
        max-width: 100%
    }

    .block-system-main>.node>.paragraphs-items-field-product-promos>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-left:not(.angle-bottom-color-gray):not(.angle-bottom-color-light-blue):after,
    .block-system-main>.node>.paragraphs-items-field-product-promos>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-bottom-left:not(.angle-bottom-color-gray):not(.angle-bottom-color-light-blue):after,
    .block-system-main>.node>.paragraphs-items-field-sections>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-left:not(.angle-bottom-color-gray):not(.angle-bottom-color-light-blue):after,
    .block-system-main>.node>.paragraphs-items-field-sections>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-bottom-left:not(.angle-bottom-color-gray):not(.angle-bottom-color-light-blue):after,
    .block-system-main>.node>.paragraphs-items-field-widget>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-left:not(.angle-bottom-color-gray):not(.angle-bottom-color-light-blue):after,
    .block-system-main>.node>.paragraphs-items-field-widget>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-bottom-left:not(.angle-bottom-color-gray):not(.angle-bottom-color-light-blue):after,
    .block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-both-left:not(.angle-bottom-color-gray):not(.angle-bottom-color-light-blue):after,
    .block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1).angle-bottom-left:not(.angle-bottom-color-gray):not(.angle-bottom-color-light-blue):after,
    .block-system-main>.node>.paragraphs-items-field-campaign-sections>.field>.field-items>.field-item:not(.content-type-brand-message):not(.content-type-feature-reveal):not(.content-type-promotions-1)>.entity,
    .block-system-main>.node>.paragraphs-items-field-product-promos>.field>.field-items>.field-item:not(.content-type-brand-message):not(.content-type-feature-reveal):not(.content-type-promotions-1)>.entity,
    .block-system-main>.node>.paragraphs-items-field-sections>.field>.field-items>.field-item:not(.content-type-brand-message):not(.content-type-feature-reveal):not(.content-type-promotions-1)>.entity,
    .block-system-main>.node>.paragraphs-items-field-widget>.field>.field-items>.field-item:not(.content-type-brand-message):not(.content-type-feature-reveal):not(.content-type-promotions-1)>.entity,
    .block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section>.field>.field-items>.field-item:not(.content-type-brand-message):not(.content-type-feature-reveal):not(.content-type-promotions-1)>.entity,
    .block-system-main>.node>.paragraphs-items-field-product-promos>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-both-left,
    .block-system-main>.node>.paragraphs-items-field-product-promos>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-both-right,
    .block-system-main>.node>.paragraphs-items-field-product-promos>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-top-left,
    .block-system-main>.node>.paragraphs-items-field-product-promos>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-top-right,
    .block-system-main>.node>.paragraphs-items-field-product-promos>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-bottom-left,
    .block-system-main>.node>.paragraphs-items-field-product-promos>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-bottom-right,
    .block-system-main>.node>.paragraphs-items-field-sections>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-both-left,
    .block-system-main>.node>.paragraphs-items-field-sections>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-both-right,
    .block-system-main>.node>.paragraphs-items-field-sections>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-top-left,
    .block-system-main>.node>.paragraphs-items-field-sections>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-top-right,
    .block-system-main>.node>.paragraphs-items-field-sections>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-bottom-left,
    .block-system-main>.node>.paragraphs-items-field-sections>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-bottom-right,
    .block-system-main>.node>.paragraphs-items-field-widget>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-both-left,
    .block-system-main>.node>.paragraphs-items-field-widget>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-both-right,
    .block-system-main>.node>.paragraphs-items-field-widget>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-top-left,
    .block-system-main>.node>.paragraphs-items-field-widget>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-top-right,
    .block-system-main>.node>.paragraphs-items-field-widget>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-bottom-left,
    .block-system-main>.node>.paragraphs-items-field-widget>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-bottom-right,
    .block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-both-left,
    .block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-both-right,
    .block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-top-left,
    .block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-top-right,
    .block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-bottom-left,
    .block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section>.field>.field-items>.field-item:not(.content-type-feature-reveal):not(.content-type-promotions-1):not(.content-type-brand-message).angle-bottom-right {
        width: auto;
        height: auto;
        padding: 0;
        margin: 0
    }

    .annuities-gem a {
        text-decoration: none
    }

    .annuities-gem img.rate-card-logo {
        width: 125px;
        height: 75px
    }

    .annuities-gem .field-type-text-long .view-distributor-products img {
        display: block
    }

    .annuities-gem .view-header {
        display: flex;
        justify-content: center;
        margin-bottom: 10px
    }

    .annuities-gem .gem-distributor-body,
    .annuities-gem .paragraphs-item-campaign-text-area .col-md-4,
    .annuities-gem .annuity-distributor-wrapper,
    .annuities-gem .content-type-wrapper,
    .annuities-gem .switch-annuity-distributor-wrapper,
    .annuities-gem .block-menu-menu-fin-pro-annuity-tasks,
    .block-the-standard-custom-blocks-switch-annuity-distributor,
    .annuities-gem .legal-outer,
    .annuities-gem .footer,
    .annuities-gem a[href]:after,
    .annuities-gem hr {
        display: none
    }

    .annuities-gem .paragraphs-item-campaign-text-area .col-md-8 {
        width: 100%
    }

    .annuities-gem .view-id-distributor_products .row {
        position: relative
    }

    .annuities-gem .product-wrapper .inner-wrapper .rate-table-wrapper .rate-table table td {
        padding-bottom: 10px
    }

    .annuities-gem .product-wrapper .inner-wrapper .rate-table-wrapper .rate-table {
        padding: 11px
    }

    .annuities-gem .product-wrapper {
        margin: 0 auto
    }

    .annuities-gem .rates-wrapper .field-name-field-ann-product-display-name h2,
    .annuities-gem .rates-wrapper h3,
    .annuities-gem .node-annuity-product.node-teaser .rates-wrapper .field-name-field-var1-description,
    .annuities-gem,
    .node-annuity-product.node-teaser .rates-wrapper [class*=-notes],
    .annuities-gem .node-annuity-product.node-teaser .field-name-field-ann-product-display-name h2,
    .annuities-gem .disclaimer {
        margin: 0
    }

    .annuities-gem .node-annuity-product.node-teaser .field-name-field-ann-product-display-name h2 {
        line-height: 20px;
        margin-top: 20px
    }

    .annuities-gem h3 {
        font-size: 18px
    }

    .annuities-gem .effective-date {
        font-size: 10px;
        display: flex;
        justify-content: center;
        margin-bottom: 10px
    }

    .annuities-gem .effective-date .label-inline {
        display: inline
    }

    .annuities-gem .node-annuity-product.node-teaser .rates-wrapper [class^=group-rate],
    .annuities-gem .paragraphs-items-field-section .entity>.content:first-child {
        width: 100%;
        margin: 0;
        padding: 0
    }

    .annuities-gem .view-id-distributor_products .row,
    .annuities-gem .view-id-distributor_products .row .views-row,
    .annuities-gem .node-annuity-product.node-teaser .rates-wrapper {
        display: block;
        width: 1060px;
        margin: 0 auto;
        padding: 0
    }

    .annuities-gem .view-id-distributor_products .row .views-row:not(:first-of-type) {
        margin: 60px auto
    }

    .annuities-gem .product-wrapper .inner-wrapper .rate-table-wrapper {
        grid-template-columns: none
    }

    .annuities-gem .product-wrapper .inner-wrapper .rate-table-wrapper .rate-table .rate-notes,
    .annuities-gem .product-wrapper .inner-wrapper .rate-table-wrapper .rate-table .rate-type {
        font-size: 16px;
        line-height: 16px
    }

    .annuities-gem .product-wrapper .inner-wrapper .rate-table-wrapper .rate-table table thead th {
        font-size: 16px;
        line-height: 16px
    }

    .annuities-gem .product-wrapper .inner-wrapper .product-header {
        padding: 40px 0 8px
    }

    .annuities-gem .rates-wrapper .header-01,
    .annuities-gem .rates-wrapper .header-02 {
        margin: 0
    }

    .annuities-gem .product-wrapper .inner-wrapper .rate-table-wrapper .rate-table .variation-name,
    .annuities-gem .product-wrapper .inner-wrapper .rate-table-wrapper .rate-table .rate-amount {
        font-size: 26px
    }

    .annuities-gem .product-wrapper .inner-wrapper .rate-table-wrapper .rate-table .rate-notes,
    .annuities-gem .product-wrapper .inner-wrapper .rate-table-wrapper .rate-table .rate-type {
        font-size: 14px;
        line-height: 24px
    }

    .annuities-gem .rates-wrapper [class^=group-rate] {
        height: 2em;
        justify-content: space-between
    }

    .annuities-gem .rates-wrapper [class^=group-rate] .label-inline {
        font-family: "Helvetica Neue Bd Cn", helvetica, sans-serif;
        font-size: 20px;
        text-transform: uppercase;
        min-width: 185px !important
    }

    .annuities-gem .rates-wrapper [class^=group-rate] .label-inline,
    .annuities-gem .rates-wrapper [class^=group-rate] .rate {
        margin: 0;
        padding: 0
    }

    .annuities-gem .node-annuity-product.node-teaser .rates-wrapper [class^=group-header-] {
        justify-content: flex-end;
        margin-top: -25px
    }

    .annuities-gem .node-annuity-product.node-teaser .rates-wrapper [class^=group-header-] .header-02 {
        margin-left: 100px
    }

    .annuities-gem .node-annuity-product.node-teaser .rates-wrapper .field-name-field-var1-description,
    .annuities-gem .node-annuity-product.node-teaser .rates-wrapper .field-name-field-variation-02-notes,
    .annuities-gem .node-annuity-product.node-teaser .rates-wrapper .field-name-field-variation-03-notes,
    .annuities-gem .node-annuity-product.node-teaser .rates-wrapper .field-name-field-variation-04-notes,
    .annuities-gem .node-annuity-product.node-teaser .rates-wrapper .field-name-field-variation-05-notes {
        line-height: 14px;
        margin-bottom: 5px
    }

    .annuities-gem .rates-wrapper [class^=group-rate] div:nth-child(2),
    .annuities-gem .rates-wrapper .header-01 {
        left: 50%
    }

    .annuities-gem .rates-wrapper [class^=group-rate] div:nth-child(3),
    .annuities-gem .rates-wrapper .header-02 {
        right: 0
    }

    .annuities-gem .node-annuity-product.node-teaser .rates-wrapper [class*=-notes] {
        margin-bottom: 0
    }

    .annuities-gem .view-id-distributor_notes {
        max-width: 500px;
        margin: 20px auto
    }

    .annuities-gem .product-wrapper .inner-wrapper .rate-table-wrapper .rate-table table {
        margin-top: 10px
    }

    .annuities-gem .product-wrapper .inner-wrapper .product-header {
        padding: 0
    }

    .annuities-gem .product-wrapper .inner-wrapper {
        display: block;
        page-break-inside: avoid
    }

    .annuities-gem .product-wrapper .product-notes {
        padding: 0
    }

    .annuities-gem .product-wrapper .inner-wrapper .rate-table-wrapper {
        padding: 0
    }

    .annuities-gem .product-wrapper .inner-wrapper .rate-table-wrapper .rate-table {
        display: block;
        padding: 10px 0
    }

    .annuities-gem .product-wrapper .inner-wrapper .rate-table-wrapper .rate-table .rates-table-header {
        margin-bottom: 10px
    }

    .annuities-gem .main-container .main-wrapper {
        padding-bottom: 0
    }
}

.global-slider #main .flexslider {
    margin-bottom: 15px
}

@media (min-width:0px) and (max-width:719px) {
    .global-slider #main .flexslider {
        margin-bottom: 210px
    }
}

@media (min-width:720px) and (max-width:979px) {
    .global-slider #main .flexslider {
        margin-bottom: 190px
    }
}

.global-slider #main .flexslider .flex-control-nav {
    height: 0;
    top: -40px;
    margin-bottom: 0;
    z-index: 2
}

.global-slider #main .field-name-eb-subpage-banner-text {
    position: relative;
    top: -340px
}

@media (min-width:0px) and (max-width:719px) {
    .global-slider #main .field-name-eb-subpage-banner-text {
        background: #e6e6e6;
        padding: 5px 0 20px;
        margin: -14px 0 20px;
        top: 0
    }
}

@media (min-width:720px) and (max-width:979px) {
    .global-slider #main .field-name-eb-subpage-banner-text {
        background: #e6e6e6;
        padding: 5px 0 20px;
        margin: -14px 0 20px;
        top: 0
    }
}

@media (min-width:0px) and (max-width:719px) {
    .global-slider #main .views-field-field-description {
        background: #e6e6e6;
        padding: 5px 0 20px;
        position: absolute;
        width: 100%
    }
}

@media (min-width:720px) and (max-width:979px) {
    .global-slider #main .views-field-field-description {
        background: #e6e6e6;
        padding: 5px 0 20px;
        position: absolute;
        width: 100%
    }
}

@media (min-width:720px) and (max-width:979px) {

    .global-slider #main .views-field-field-description,
    .global-slider #main .field-name-eb-subpage-banner-text {
        max-width: 692px
    }
}

.global-slider #main .views-field-field-description .left,
.global-slider #main .views-field-field-description .center,
.global-slider #main .views-field-field-description .right,
.global-slider #main .field-name-eb-subpage-banner-text .left,
.global-slider #main .field-name-eb-subpage-banner-text .center,
.global-slider #main .field-name-eb-subpage-banner-text .right {
    position: absolute;
    top: 0;
    width: 300px;
    font-size: 20px;
    line-height: 26px
}

.global-slider #main .views-field-field-description .left .slide-button a,
.global-slider #main .views-field-field-description .center .slide-button a,
.global-slider #main .views-field-field-description .right .slide-button a,
.global-slider #main .field-name-eb-subpage-banner-text .left .slide-button a,
.global-slider #main .field-name-eb-subpage-banner-text .center .slide-button a,
.global-slider #main .field-name-eb-subpage-banner-text .right .slide-button a {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    background: #393;
    padding: 7px 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px
}

.global-slider #main .views-field-field-description .left.blue,
.global-slider #main .views-field-field-description .center.blue,
.global-slider #main .views-field-field-description .right.blue,
.global-slider #main .field-name-eb-subpage-banner-text .left.blue,
.global-slider #main .field-name-eb-subpage-banner-text .center.blue,
.global-slider #main .field-name-eb-subpage-banner-text .right.blue {
    color: #004ea8
}

.global-slider #main .views-field-field-description .left.white,
.global-slider #main .views-field-field-description .center.white,
.global-slider #main .views-field-field-description .right.white,
.global-slider #main .field-name-eb-subpage-banner-text .left.white,
.global-slider #main .field-name-eb-subpage-banner-text .center.white,
.global-slider #main .field-name-eb-subpage-banner-text .right.white {
    color: #fff
}

@media (min-width:0px) and (max-width:719px) {

    .global-slider #main .views-field-field-description .left.white,
    .global-slider #main .views-field-field-description .center.white,
    .global-slider #main .views-field-field-description .right.white,
    .global-slider #main .field-name-eb-subpage-banner-text .left.white,
    .global-slider #main .field-name-eb-subpage-banner-text .center.white,
    .global-slider #main .field-name-eb-subpage-banner-text .right.white {
        color: #004ea8
    }
}

@media (min-width:720px) and (max-width:979px) {

    .global-slider #main .views-field-field-description .left.white,
    .global-slider #main .views-field-field-description .center.white,
    .global-slider #main .views-field-field-description .right.white,
    .global-slider #main .field-name-eb-subpage-banner-text .left.white,
    .global-slider #main .field-name-eb-subpage-banner-text .center.white,
    .global-slider #main .field-name-eb-subpage-banner-text .right.white {
        color: #004ea8
    }
}

.global-slider #main .views-field-field-description .left,
.global-slider #main .field-name-eb-subpage-banner-text .left {
    left: 15px
}

@media (min-width:720px) and (max-width:979px) {

    .global-slider #main .views-field-field-description .left,
    .global-slider #main .field-name-eb-subpage-banner-text .left {
        position: relative;
        width: 100%;
        padding: 0 30px;
        text-align: center;
        left: 0
    }
}

@media (min-width:0px) and (max-width:719px) {

    .global-slider #main .views-field-field-description .left,
    .global-slider #main .field-name-eb-subpage-banner-text .left {
        position: relative;
        width: 100%;
        padding: 0 30px;
        text-align: center;
        left: 0
    }
}

.global-slider #main .views-field-field-description .center,
.global-slider #main .field-name-eb-subpage-banner-text .center {
    left: 28%;
    text-align: center
}

@media (min-width:720px) and (max-width:979px) {

    .global-slider #main .views-field-field-description .center,
    .global-slider #main .field-name-eb-subpage-banner-text .center {
        position: relative;
        width: 100%;
        padding: 0 30px;
        text-align: center;
        left: 0
    }
}

@media (min-width:0px) and (max-width:719px) {

    .global-slider #main .views-field-field-description .center,
    .global-slider #main .field-name-eb-subpage-banner-text .center {
        position: relative;
        width: 100%;
        padding: 0 30px;
        text-align: center;
        left: 0
    }
}

.global-slider #main .views-field-field-description .right,
.global-slider #main .field-name-eb-subpage-banner-text .right {
    right: 15px;
    text-align: right
}

@media (min-width:720px) and (max-width:979px) {

    .global-slider #main .views-field-field-description .right,
    .global-slider #main .field-name-eb-subpage-banner-text .right {
        position: relative;
        width: 100%;
        padding: 0 30px;
        text-align: center;
        left: 0
    }
}

@media (min-width:0px) and (max-width:719px) {

    .global-slider #main .views-field-field-description .right,
    .global-slider #main .field-name-eb-subpage-banner-text .right {
        position: relative;
        width: 100%;
        padding: 0 30px;
        text-align: center;
        left: 0
    }
}

.global-slider #main .field-name-field-eb-body {
    float: left;
    margin-top: 10px;
    width: 100%
}

@media (min-width:720px) and (max-width:979px) {
    .global-slider #main.side-right {
        width: 85%
    }
}

.mobile-only,
.mobile-only-header {
    display: none
}

.flexcol01 {
    width: 60%
}

@media (max-width:719px) and (min-width:0px) {
    .no-mobile {
        display: none
    }

    .mobile-only-border {
        border-top: 5px solid #004ae8
    }

    .mobile-only-header {
        display: block;
        font-size: 11px
    }

    .mobile-only {
        display: block
    }

    .flexcol01 {
        width: 100%
    }
}

.webform-component-textarea .grippie {
    display: none
}

textarea,
textarea.form-control {
    height: 100px;
    width: 71% !important
}

.ui-widget {
    color: #505050;
    font-family: "Helvetica Neue", helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.375em
}

html .main-wrapper .btn,
html .main-wrapper .btn.btn {
    letter-spacing: 0;
    text-transform: none
}

.region-content ol {
    padding: 0 20px !important;
    margin-top: 0
}

.block-the-standard-custom-blocks-copyright {
    margin-bottom: 15px
}

.region-content ol {
    padding: 20px;
    margin-top: 0
}

.body-bottom {
    border-bottom: 1px solid #bdcbe6;
    padding-bottom: 40px
}

.disclaimer {
    text-align: left;
    font-size: 12px
}

.spec {
    font-family: courier
}

header.navbar .navbar-collapse [class*=block-views-contact-wizard-tree-block-] ul li {
    list-style-type: none
}

.hide-standard-logo .block-the-standard-custom-blocks-header-logo img {
    display: none
}

.cols .primary {
    margin: 0 auto
}

.field-name-field-promotions .title-off h3 {
    display: none
}

.emp-middle-col,
.workplace-bens-col,
.retirement-col,
.vol-col {
    background-color: #e7f3f8 !important
}

.webform-component-checkboxes,
.webform-component-email,
.webform-component-radios,
.webform-component-select,
.webform-component-textfield {
    clear: none;
    float: none;
    margin-right: 20px;
    max-width: 600px;
    width: 100%
}

.form-actions {
    text-align: left
}

.webform-container-inline {
    display: flex
}

.node-type-rp-planning-tool .main-wrapper .page-header {
    display: none
}

.node-type-rp-microsite .main-wrapper .btn,
html .main-wrapper .btn.btn {
    font-size: 16px
}

.node-type-rp-microsite .page-header {
    display: none
}

.node-type-rp-microsite img {
    width: inherit
}

.node-advisor-firm h2 {
    display: none
}

.node-type-rp-microsite .panel .leaf {
    font-size: 18px;
    font-weight: 700;
    padding: 15px
}

.node-type-rp-microsite footer.footer .region-footer-first {
    position: relative;
    width: 100%
}

.node-type-rp-microsite footer.footer {
    font-size: 11px
}

.node-type-rp-microsite .panel .fa,
.node-type-rp-planning-tool .panel .fa {
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    color: #0093d1;
    display: flex;
    flex-flow: column nowrap;
    font-family: "FontAwesome";
    height: 30px;
    justify-content: center;
    left: 0;
    line-height: 1em;
    margin-left: 10px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 30px
}

.node-type-rp-microsite .task a,
.node-type-rp-planning-tool .task a {
    padding-left: 25px
}

.node-type-rp-microsite .field-name-hero-image .content {
    padding: 0 50px 0 5px
}

.content-type-text-long .field-type-text-long {
    max-width: 846px
}

.content-type-special-thing .field-name-field-headline {
    margin-bottom: 30px
}

.view-display-id-business_want_to .view-content {
    display: flex;
    flex-wrap: wrap;
    max-width: 765px
}

header.navbar .region-navigation-second>.block-tb-megamenu .tb-megamenu .nav>li .dropdown-menu .views-row:first-child {
    margin-top: 20px
}

.businesswanttoitem {
    padding-right: 30px
}

.block-the-standard-custom-blocks-login-util2 h5,
.block-the-standard-custom-blocks-login-util3 h5 {
    font-family: "Helvetica Neue Bd Cn", helvetica, sans-serif;
    text-transform: uppercase
}

html .block-the-standard-custom-blocks-login-util .btn.login,
html .block-the-standard-custom-blocks-login-util2 .btn.login,
html .block-the-standard-custom-blocks-login-util2 .btn.login:focus,
html .block-the-standard-custom-blocks-login-util2 .btn.login.btn-primary,
html .block-the-standard-custom-blocks-login-util3 .btn.login,
html .block-the-standard-custom-blocks-login-util3 .btn.login:focus,
html .block-the-standard-custom-blocks-login-util3 .btn.login.btn-primary {
    background-color: #f89728;
    font-family: "Helvetica Neue", helvetica, sans-serif;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
    padding-top: 20px;
    padding-bottom: 20px
}

html .block-the-standard-custom-blocks-login-util2 .btn.tertiary,
html .block-the-standard-custom-blocks-login-util2 .btn.tertiary:focus,
html .block-the-standard-custom-blocks-login-util3 .btn.tertiary,
html .block-the-standard-custom-blocks-login-util3 .btn.tertiary:focus {
    background-color: rgba(0, 0, 0, .11);
    font-size: 16px;
    font-family: "Helvetica Neue", helvetica, sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    padding: 7px 10px 5px;
    text-transform: none
}

html .block-the-standard-custom-blocks-login-util a.btn.tertiary:hover,
html .block-the-standard-custom-blocks-login-util2 a.btn.tertiary:hover,
html .block-the-standard-custom-blocks-login-util2 a.btn.tertiary:hover,
html .block-the-standard-custom-blocks-login-util3 a.btn.tertiary:hover,
html .block-the-standard-custom-blocks-login-util3 a.btn.tertiary:hover {
    text-decoration: underline
}

html .block-the-standard-custom-blocks-login-util2 .btn,
html .block-the-standard-custom-blocks-login-util3 .btn {
    margin: 5px 0;
    margin-top: 5px;
    width: 100%
}

.node-type-rp-planning-tool .region-content-bottom .view-rp-planning-tool-related-topics>.view-content {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin: -20px
}

.node-type-rp-planning-tool .region-content-bottom>section {
    padding-right: 34px;
    padding-left: 34px
}

.node-type-rp-planning-tool .region-content-bottom>section {
    max-width: 1326px
}

.node-type-rp-planning-tool .region-content-bottom>section {
    margin: 0 auto;
    margin-top: 0;
    margin-bottom: 0;
    padding: 40px 20px;
    position: relative;
    width: 100%;
    padding-top: 0;
    padding-bottom: 80px;
    position: relative
}

.node-type-rp-planning-tool .region-content-bottom .view-rp-planning-tool-related-topics>.view-content>.views-row {
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    margin: 40px 0
}

.node-type-rp-planning-tool .region-content-bottom .view-rp-planning-tool-related-topics>.view-content>.views-row,
.node-type-rp-planning-tool .region-content-bottom .view-rp-planning-tool-related-topics>.view-content>.views-row:first-child,
.node-type-rp-planning-tool .region-content-bottom .view-rp-planning-tool-related-topics>.view-content>.views-row:last-child {
    margin: 20px
}

.node-type-rp-planning-tool .region-content-bottom .view-rp-planning-tool-related-topics>.view-content>.views-row>:not(.views-field-field-thumbnail) {
    margin: 20px
}

.node-type-rp-planning-tool .region-content-bottom .views-field-title {
    font-size: 24px
}

.node-type-rp-planning-tool .region-content-bottom>section>h2 {
    font-family: "Helvetica Neue", helvetica, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.14em;
    text-transform: none;
    margin-bottom: 20px
}

.node-type-rp-planning-tool .sharethis-wrapper:before {
    content: 'Share';
    display: inline-block;
    margin-right: 20px;
    transform: translateY(2px)
}

.node-type-rp-planning-tool .label-above {
    margin-top: 20px
}

.node-type-newsletter-article .view-newsletter-recent-articles .views-row .views-field-field-annuity-buzz-category,
.node-type-newsletter-article .view-newsletter-recent-articles .views-row .views-field-field-idi-focus-category {
    width: calc(100% - 80px)
}

.node-type-newsletter-article .view-newsletter-recent-articles .views-row .views-field-field-annuity-buzz-category,
.node-type-newsletter-article .view-newsletter-recent-articles .views-row .views-field-field-idi-focus-category {
    margin-top: 5px;
    font-size: 14px
}

.newsletter-index .view-topical-content-search>.view-content>.views-row,
.page-taxonomy-term .view-topical-content-search>.view-content>.views-row {
    background-image: none !important;
    padding-left: 5px !important
}

input[type=text]::-moz-placeholder,
input.form-control[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input.form-control[type=email]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input.form-control[type=password]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input.form-control[type=tel]::-moz-placeholder,
select::-moz-placeholder,
select.form-control::-moz-placeholder,
textarea::-moz-placeholder,
textarea.form-control::-moz-placeholder {
    color: #767676;
    font-size: 16px
}

@media only screen and (min-width:992px) _global.scss:165 .cols.uneven .col:first-child {
    flex-basis: calc(100% - 400px) !important
}

.tb-megamenu .nav>.active>a,
.tb-megamenu .nav>.active>a:hover,
.tb-megamenu .nav>.active>a:focus {
    background-color: #eff1f3;
    color: #002e64;
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none
}

.tb-megamenu .nav>li>a:hover {
    color: #002e64
}

.width-unset {
    width: unset
}

.v-align-right {
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%)
}

@media screen and (max-width:600px) {
    .v-align-right {
        margin: 0;
        position: unset;
        top: 50%;
        transform: none
    }
}

.view-related-information {
    padding: 0 20px
}

.panel .views-field-field-related-link a {
    padding: 10px 20px 10px 10px;
    font-family: helvetica neue
}

.contact-us .main-container .main-wrapper {
    padding-bottom: 15px
}

.contact-us .region-content-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.contact-us .region-content-bottom .block-views {
    width: 280px
}

.view-contact-us-page-financial-professional .views-row {
    padding-bottom: 20px
}

.page-employer-paid-family-leave .field-name-field-publish-date {
    margin-bottom: 0
}

.careers-page input[type=text],
.careers-page select {
    height: 45px
}

.page-node-27977 .paragraphs-items-field-section .paragraphs-item-campaign-text-area>.content {
    padding-bottom: 0
}

.page-node-27977 .paragraphs-items-field-section .paragraphs-item-task-icons>.content {
    padding-top: 0
}

.page-node-27977 .block-system-main>.node>.paragraphs-items-field-main-hero>.field>.field-items>.field-item>.entity>.content>.paragraphs-items-field-section>.field>.field-items>.field-item:not(.content-type-brand-message):not(.content-type-feature-reveal):not(.content-type-promotions-1)>.entity {
    padding-bottom: 0
}

.label-inline {
    display: inline
}

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

    .node-type-rp-microsite .block-the-standard-custom-blocks-header-logo-unlinked img,
    .node-type-eb-microsite .block-the-standard-custom-blocks-header-logo-unlinked img,
    .node-type-eb-microsite-subpage .block-the-standard-custom-blocks-header-logo-unlinked img,
    .node-type-landing-page .block-the-standard-custom-blocks-header-logo-unlinked img,
    .node-type-cta-landing-page .block-the-standard-custom-blocks-header-logo-unlinked img,
    .node-type-cta-landing-page .block-ds-extras-co-brand-cta img,
    .node-type-landing-page .block-ds-extras-co-brand img,
    .node-type-cta-landing-page.block-ds-extras-co-brand img {
        width: 107px
    }

    .node-type-cta-landing-page .block-ds-extras-co-brand-cta img,
    .node-type-landing-page .block-ds-extras-co-brand img,
    .node-type-cta-landing-page.block-ds-extras-co-brand img {
        width: 175px;
        float: right
    }
}

.node-type-rp-microsite .entity .block-system-main>.node>.field-name-hero-image:first-child .hero-img-bg>.content,
.block-system-main>.node>.field-name-hero-image:first-child .hero-img-bg>.content {
    padding-left: 0
}

@media screen and (min-width:601px) {
    .node-type-rp-microsite .field-name-hero-image .content {
        padding: 160px 50px 0 5px
    }
}

@media screen and (max-width:600px) and (min-width:481px) {
    .node-type-rp-microsite .field-name-hero-image .content {
        padding: 240px 50px 0 5px
    }
}

@media screen and (max-width:480px) {
    .node-type-rp-microsite .field-name-hero-image .content {
        padding: 160px 50px 0 5px
    }
}

.orange-button-style {
    background-color: #f89728;
    font-weight: 700;
    font-size: 16px;
    width: 180px;
    padding: 5px;
    text-align: center
}

.ui-widget-content a {
    color: #004ea8
}

.tb-megamenu .idi-connect-recent a.header,
.tb-megamenu .ann-buzz-recent a.header {
    font-size: 20px !important;
    text-decoration: none
}

.tb-megamenu .idi-connect-recent a.header:hover,
.tb-megamenu .ann-buzz-recent a.header:hover {
    text-decoration: underline
}

.view-display-id-block_6 .fa-external-link,
.view-display-id-block_4 .fa-external-link {
    color: #004ea8
}

.flexslider {
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -o-box-shadow: none !important
}

@media only screen and (max-width:1200px) {
    .node-type-landing-page header.navbar .region-navigation-second .open-menu {
        display: none !important
    }

    .page-node-40146 .block-ds-extras-co-brand img {
        width: 400px;
        float: left
    }
}

.green-lg-stat {
    font-size: 36px;
    color: #54b948;
    border-right: 1px dotted #54b948;
    font-weight: 700;
    padding-right: 10px;
    margin-right: 10px
}

.orange-lg-stat {
    font-size: 36px;
    color: #f89726;
    border-right: 1px dotted #f89726;
    font-weight: 700;
    padding-right: 10px;
    margin-right: 10px
}

.warning {
    background-color: #fff1e0;
    border: 2px solid #fdbb63;
    color: #505050;
    padding: 20px;
    font-size: 20px
}

.warning p {
    padding-left: 78px
}

.fa-warning {
    color: #fdbb63;
    font-size: 36px;
    padding: 15px;
    float: left
}

#edit-submitted-the-deceaseds-information-group-insurance-policy-or-plan-number {
    width: 25% !important
}

.speaker-block {
    background-color: #d7f0fc;
    padding: 15px
}

html .main-wrapper input[type=submit].btn-primary,
html .main-wrapper input[type=submit].btn.btn-primary {
    text-transform: none !important
}