/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

html, html a {
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    -moz-osx-font-smoothing: grayscale;
}


@media screen and (min-width: 992px) {
    .mobileonly {
        display: none;
    }
}

.mobileonly {
    text-align: center;
}

    .mobileonly .mobile-links a {
        display: inline-block;
        height: 50px;
        width: 100%;
        padding: 15px;
        margin: 5px 0px 5px 0px;
        color: #fff;
        background-color: #1e69b4;
        border-color: #2f7871;
        text-align: center;
        text-decoration: none;
        border-radius: 5px;
        border-width: 4px;
        border-style: solid;
        border-width: 1px;
        box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    }

.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.3333333333em;
    line-height: 0.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.2857142857em;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.1428571429em;
    list-style-type: none;
}

    .fa-ul > li {
        position: relative;
    }

.fa-li {
    position: absolute;
    left: -2.1428571429em;
    width: 2.1428571429em;
    top: 0.1428571429em;
    text-align: center;
}

    .fa-li.fa-lg {
        left: -1.8571428571em;
    }

.fa-border {
    padding: 0.2em 0.25em 0.15em;
    border: solid 0.08em #eee;
    border-radius: 0.1em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left {
    margin-right: 0.3em;
}

.fa.fa-pull-right {
    margin-left: 0.3em;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: 0.3em;
}

.fa.pull-right {
    margin-left: 0.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 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -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: "ï€€";
}

.fa-music:before {
    content: "ï€";
}

.fa-search:before {
    content: "ï€‚";
}

.fa-envelope-o:before {
    content: "ï€ƒ";
}

.fa-heart:before {
    content: "ï€„";
}

.fa-star:before {
    content: "ï€…";
}

.fa-star-o:before {
    content: "ï€†";
}

.fa-user:before {
    content: "ï€‡";
}

.fa-film:before {
    content: "ï€ˆ";
}

.fa-th-large:before {
    content: "ï€‰";
}

.fa-th:before {
    content: "ï€Š";
}

.fa-th-list:before {
    content: "ï€‹";
}

.fa-check:before {
    content: "ï€Œ";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "ï€";
}

.fa-search-plus:before {
    content: "ï€Ž";
}

.fa-search-minus:before {
    content: "ï€";
}

.fa-power-off:before {
    content: "ï€‘";
}

.fa-signal:before {
    content: "ï€’";
}

.fa-gear:before,
.fa-cog:before {
    content: "ï€“";
}

.fa-trash-o:before {
    content: "ï€”";
}

.fa-home:before {
    content: "ï€•";
}

.fa-file-o:before {
    content: "ï€–";
}

.fa-clock-o:before {
    content: "ï€—";
}

.fa-road:before {
    content: "ï€˜";
}

.fa-download:before {
    content: "ï€™";
}

.fa-arrow-circle-o-down:before {
    content: "ï€š";
}

.fa-arrow-circle-o-up:before {
    content: "ï€›";
}

.fa-inbox:before {
    content: "ï€œ";
}

.fa-play-circle-o:before {
    content: "ï€";
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "ï€ž";
}

.fa-refresh:before {
    content: "ï€¡";
}

.fa-list-alt:before {
    content: "ï€¢";
}

.fa-lock:before {
    content: "ï€£";
}

.fa-flag:before {
    content: "ï€¤";
}

.fa-headphones:before {
    content: "ï€¥";
}

.fa-volume-off:before {
    content: "ï€¦";
}

.fa-volume-down:before {
    content: "ï€§";
}

.fa-volume-up:before {
    content: "ï€¨";
}

.fa-qrcode:before {
    content: "ï€©";
}

.fa-barcode:before {
    content: "ï€ª";
}

.fa-tag:before {
    content: "ï€«";
}

.fa-tags:before {
    content: "ï€¬";
}

.fa-book:before {
    content: "ï€­";
}

.fa-bookmark:before {
    content: "ï€®";
}

.fa-print:before {
    content: "ï€¯";
}

.fa-camera:before {
    content: "ï€°";
}

.fa-font:before {
    content: "ï€±";
}

.fa-bold:before {
    content: "ï€²";
}

.fa-italic:before {
    content: "ï€³";
}

.fa-text-height:before {
    content: "ï€´";
}

.fa-text-width:before {
    content: "ï€µ";
}

.fa-align-left:before {
    content: "ï€¶";
}

.fa-align-center:before {
    content: "ï€·";
}

.fa-align-right:before {
    content: "ï€¸";
}

.fa-align-justify:before {
    content: "ï€¹";
}

.fa-list:before {
    content: "ï€º";
}

.fa-dedent:before,
.fa-outdent:before {
    content: "ï€»";
}

.fa-indent:before {
    content: "ï€¼";
}

.fa-video-camera:before {
    content: "ï€½";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "ï€¾";
}

.fa-pencil:before {
    content: "ï€";
}

.fa-map-marker:before {
    content: "ï";
}

.fa-adjust:before {
    content: "ï‚";
}

.fa-tint:before {
    content: "ïƒ";
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "ï„";
}

.fa-share-square-o:before {
    content: "ï…";
}

.fa-check-square-o:before {
    content: "ï†";
}

.fa-arrows:before {
    content: "ï‡";
}

.fa-step-backward:before {
    content: "ïˆ";
}

.fa-fast-backward:before {
    content: "ï‰";
}

.fa-backward:before {
    content: "ïŠ";
}

.fa-play:before {
    content: "ï‹";
}

.fa-pause:before {
    content: "ïŒ";
}

.fa-stop:before {
    content: "ï";
}

.fa-forward:before {
    content: "ïŽ";
}

.fa-fast-forward:before {
    content: "ï";
}

.fa-step-forward:before {
    content: "ï‘";
}

.fa-eject:before {
    content: "ï’";
}

.fa-chevron-left:before {
    content: "ï“";
}

.fa-chevron-right:before {
    content: "ï”";
}

.fa-plus-circle:before {
    content: "ï•";
}

.fa-minus-circle:before {
    content: "ï–";
}

.fa-times-circle:before {
    content: "ï—";
}

.fa-check-circle:before {
    content: "ï˜";
}

.fa-question-circle:before {
    content: "ï™";
}

.fa-info-circle:before {
    content: "ïš";
}

.fa-crosshairs:before {
    content: "ï›";
}

.fa-times-circle-o:before {
    content: "ïœ";
}

.fa-check-circle-o:before {
    content: "ï";
}

.fa-ban:before {
    content: "ïž";
}

.fa-arrow-left:before {
    content: "ï ";
}

.fa-arrow-right:before {
    content: "ï¡";
}

.fa-arrow-up:before {
    content: "ï¢";
}

.fa-arrow-down:before {
    content: "ï£";
}

.fa-mail-forward:before,
.fa-share:before {
    content: "ï¤";
}

.fa-expand:before {
    content: "ï¥";
}

.fa-compress:before {
    content: "ï¦";
}

.fa-plus:before {
    content: "ï§";
}

.fa-minus:before {
    content: "ï¨";
}

.fa-asterisk:before {
    content: "ï©";
}

.fa-exclamation-circle:before {
    content: "ïª";
}

.fa-gift:before {
    content: "ï«";
}

.fa-leaf:before {
    content: "ï¬";
}

.fa-fire:before {
    content: "ï­";
}

.fa-eye:before {
    content: "ï®";
}

.fa-eye-slash:before {
    content: "ï°";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "ï±";
}

.fa-plane:before {
    content: "ï²";
}

.fa-calendar:before {
    content: "ï³";
}

.fa-random:before {
    content: "ï´";
}

.fa-comment:before {
    content: "ïµ";
}

.fa-magnet:before {
    content: "ï¶";
}

.fa-chevron-up:before {
    content: "ï·";
}

.fa-chevron-down:before {
    content: "ï¸";
}

.fa-retweet:before {
    content: "ï¹";
}

.fa-shopping-cart:before {
    content: "ïº";
}

.fa-folder:before {
    content: "ï»";
}

.fa-folder-open:before {
    content: "ï¼";
}

.fa-arrows-v:before {
    content: "ï½";
}

.fa-arrows-h:before {
    content: "ï¾";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "ï‚€";
}

.fa-twitter-square:before {
    content: "ï‚";
}

.fa-facebook-square:before {
    content: "ï‚‚";
}

.fa-camera-retro:before {
    content: "ï‚ƒ";
}

.fa-key:before {
    content: "ï‚„";
}

.fa-gears:before,
.fa-cogs:before {
    content: "ï‚…";
}

.fa-comments:before {
    content: "ï‚†";
}

.fa-thumbs-o-up:before {
    content: "ï‚‡";
}

.fa-thumbs-o-down:before {
    content: "ï‚ˆ";
}

.fa-star-half:before {
    content: "ï‚‰";
}

.fa-heart-o:before {
    content: "ï‚Š";
}

.fa-sign-out:before {
    content: "ï‚‹";
}

.fa-linkedin-square:before {
    content: "ï‚Œ";
}

.fa-thumb-tack:before {
    content: "ï‚";
}

.fa-external-link:before {
    content: "ï‚Ž";
}

.fa-sign-in:before {
    content: "ï‚";
}

.fa-trophy:before {
    content: "ï‚‘";
}

.fa-github-square:before {
    content: "ï‚’";
}

.fa-upload:before {
    content: "ï‚“";
}

.fa-lemon-o:before {
    content: "ï‚”";
}

.fa-phone:before {
    content: "ï‚•";
}

.fa-square-o:before {
    content: "ï‚–";
}

.fa-bookmark-o:before {
    content: "ï‚—";
}

.fa-phone-square:before {
    content: "ï‚˜";
}

.fa-twitter:before {
    content: "ï‚™";
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "ï‚š";
}

.fa-github:before {
    content: "ï‚›";
}

.fa-unlock:before {
    content: "ï‚œ";
}

.fa-credit-card:before {
    content: "ï‚";
}

.fa-feed:before,
.fa-rss:before {
    content: "ï‚ž";
}

.fa-hdd-o:before {
    content: "ï‚ ";
}

.fa-bullhorn:before {
    content: "ï‚¡";
}

.fa-bell:before {
    content: "ïƒ³";
}

.fa-certificate:before {
    content: "ï‚£";
}

.fa-hand-o-right:before {
    content: "ï‚¤";
}

.fa-hand-o-left:before {
    content: "ï‚¥";
}

.fa-hand-o-up:before {
    content: "ï‚¦";
}

.fa-hand-o-down:before {
    content: "ï‚§";
}

.fa-arrow-circle-left:before {
    content: "ï‚¨";
}

.fa-arrow-circle-right:before {
    content: "ï‚©";
}

.fa-arrow-circle-up:before {
    content: "ï‚ª";
}

.fa-arrow-circle-down:before {
    content: "ï‚«";
}

.fa-globe:before {
    content: "ï‚¬";
}

.fa-wrench:before {
    content: "ï‚­";
}

.fa-tasks:before {
    content: "ï‚®";
}

.fa-filter:before {
    content: "ï‚°";
}

.fa-briefcase:before {
    content: "ï‚±";
}

.fa-arrows-alt:before {
    content: "ï‚²";
}

.fa-group:before,
.fa-users:before {
    content: "ïƒ€";
}

.fa-chain:before,
.fa-link:before {
    content: "ïƒ";
}

.fa-cloud:before {
    content: "ïƒ‚";
}

.fa-flask:before {
    content: "ïƒƒ";
}

.fa-cut:before,
.fa-scissors:before {
    content: "ïƒ„";
}

.fa-copy:before,
.fa-files-o:before {
    content: "ïƒ…";
}

.fa-paperclip:before {
    content: "ïƒ†";
}

.fa-save:before,
.fa-floppy-o:before {
    content: "ïƒ‡";
}

.fa-square:before {
    content: "ïƒˆ";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "ïƒ‰";
}

.fa-list-ul:before {
    content: "ïƒŠ";
}

.fa-list-ol:before {
    content: "ïƒ‹";
}

.fa-strikethrough:before {
    content: "ïƒŒ";
}

.fa-underline:before {
    content: "ïƒ";
}

.fa-table:before {
    content: "ïƒŽ";
}

.fa-magic:before {
    content: "ïƒ";
}

.fa-truck:before {
    content: "ïƒ‘";
}

.fa-pinterest:before {
    content: "ïƒ’";
}

.fa-pinterest-square:before {
    content: "ïƒ“";
}

.fa-google-plus-square:before {
    content: "ïƒ”";
}

.fa-google-plus:before {
    content: "ïƒ•";
}

.fa-money:before {
    content: "ïƒ–";
}

.fa-caret-down:before {
    content: "ïƒ—";
}

.fa-caret-up:before {
    content: "ïƒ˜";
}

.fa-caret-left:before {
    content: "ïƒ™";
}

.fa-caret-right:before {
    content: "ïƒš";
}

.fa-columns:before {
    content: "ïƒ›";
}

.fa-unsorted:before,
.fa-sort:before {
    content: "ïƒœ";
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "ïƒ";
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "ïƒž";
}

.fa-envelope:before {
    content: "ïƒ ";
}

.fa-linkedin:before {
    content: "ïƒ¡";
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "ïƒ¢";
}

.fa-legal:before,
.fa-gavel:before {
    content: "ïƒ£";
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "ïƒ¤";
}

.fa-comment-o:before {
    content: "ïƒ¥";
}

.fa-comments-o:before {
    content: "ïƒ¦";
}

.fa-flash:before,
.fa-bolt:before {
    content: "ïƒ§";
}

.fa-sitemap:before {
    content: "ïƒ¨";
}

.fa-umbrella:before {
    content: "ïƒ©";
}

.fa-paste:before,
.fa-clipboard:before {
    content: "ïƒª";
}

.fa-lightbulb-o:before {
    content: "ïƒ«";
}

.fa-exchange:before {
    content: "ïƒ��";
}

.fa-cloud-download:before {
    content: "ïƒ­";
}

.fa-cloud-upload:before {
    content: "ïƒ®";
}

.fa-user-md:before {
    content: "ïƒ°";
}

.fa-stethoscope:before {
    content: "ïƒ±";
}

.fa-suitcase:before {
    content: "ïƒ²";
}

.fa-bell-o:before {
    content: "ï‚¢";
}

.fa-coffee:before {
    content: "ïƒ´";
}

.fa-cutlery:before {
    content: "ïƒµ";
}

.fa-file-text-o:before {
    content: "ïƒ¶";
}

.fa-building-o:before {
    content: "ïƒ·";
}

.fa-hospital-o:before {
    content: "ïƒ¸";
}

.fa-ambulance:before {
    content: "ïƒ¹";
}

.fa-medkit:before {
    content: "ïƒº";
}

.fa-fighter-jet:before {
    content: "ïƒ»";
}

.fa-beer:before {
    content: "ïƒ¼";
}

.fa-h-square:before {
    content: "ïƒ½";
}

.fa-plus-square:before {
    content: "ïƒ¾";
}

.fa-angle-double-left:before {
    content: "ï„€";
}

.fa-angle-double-right:before {
    content: "ï„";
}

.fa-angle-double-up:before {
    content: "ï„‚";
}

.fa-angle-double-down:before {
    content: "ï„ƒ";
}

.fa-angle-left:before {
    content: "ï„„";
}

.fa-angle-right:before {
    content: "ï„…";
}

.fa-angle-up:before {
    content: "ï„†";
}

.fa-angle-down:before {
    content: "ï„‡";
}

.fa-desktop:before {
    content: "ï„ˆ";
}

.fa-laptop:before {
    content: "ï„‰";
}

.fa-tablet:before {
    content: "ï„Š";
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "ï„‹";
}

.fa-circle-o:before {
    content: "ï„Œ";
}

.fa-quote-left:before {
    content: "ï„";
}

.fa-quote-right:before {
    content: "ï„Ž";
}

.fa-spinner:before {
    content: "ï„";
}

.fa-circle:before {
    content: "ï„‘";
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "ï„’";
}

.fa-github-alt:before {
    content: "ï„“";
}

.fa-folder-o:before {
    content: "ï„”";
}

.fa-folder-open-o:before {
    content: "ï„•";
}

.fa-smile-o:before {
    content: "ï„˜";
}

.fa-frown-o:before {
    content: "ï„™";
}

.fa-meh-o:before {
    content: "ï„š";
}

.fa-gamepad:before {
    content: "ï„›";
}

.fa-keyboard-o:before {
    content: "ï„œ";
}

.fa-flag-o:before {
    content: "ï„";
}

.fa-flag-checkered:before {
    content: "ï„ž";
}

.fa-terminal:before {
    content: "ï„ ";
}

.fa-code:before {
    content: "ï„¡";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "ï„¢";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "ï„£";
}

.fa-location-arrow:before {
    content: "ï„¤";
}

.fa-crop:before {
    content: "ï„¥";
}

.fa-code-fork:before {
    content: "ï„¦";
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "ï„§";
}

.fa-question:before {
    content: "ï„¨";
}

.fa-info:before {
    content: "ï„©";
}

.fa-exclamation:before {
    content: "ï„ª";
}

.fa-superscript:before {
    content: "ï„«";
}

.fa-subscript:before {
    content: "ï„¬";
}

.fa-eraser:before {
    content: "ï„­";
}

.fa-puzzle-piece:before {
    content: "ï„®";
}

.fa-microphone:before {
    content: "ï„°";
}

.fa-microphone-slash:before {
    content: "ï„±";
}

.fa-shield:before {
    content: "ï„²";
}

.fa-calendar-o:before {
    content: "ï„³";
}

.fa-fire-extinguisher:before {
    content: "ï„´";
}

.fa-rocket:before {
    content: "ï„µ";
}

.fa-maxcdn:before {
    content: "ï„¶";
}

.fa-chevron-circle-left:before {
    content: "ï„·";
}

.fa-chevron-circle-right:before {
    content: "ï„¸";
}

.fa-chevron-circle-up:before {
    content: "ï„¹";
}

.fa-chevron-circle-down:before {
    content: "ï„º";
}

.fa-html5:before {
    content: "ï„»";
}

.fa-css3:before {
    content: "ï„¼";
}

.fa-anchor:before {
    content: "ï„½";
}

.fa-unlock-alt:before {
    content: "ï„¾";
}

.fa-bullseye:before {
    content: "ï…€";
}

.fa-ellipsis-h:before {
    content: "ï…";
}

.fa-ellipsis-v:before {
    content: "ï…‚";
}

.fa-rss-square:before {
    content: "ï…ƒ";
}

.fa-play-circle:before {
    content: "ï…„";
}

.fa-ticket:before {
    content: "ï……";
}

.fa-minus-square:before {
    content: "ï…†";
}

.fa-minus-square-o:before {
    content: "ï…‡";
}

.fa-level-up:before {
    content: "ï…ˆ";
}

.fa-level-down:before {
    content: "ï…‰";
}

.fa-check-square:before {
    content: "ï…Š";
}

.fa-pencil-square:before {
    content: "ï…‹";
}

.fa-external-link-square:before {
    content: "ï…Œ";
}

.fa-share-square:before {
    content: "ï…";
}

.fa-compass:before {
    content: "ï…Ž";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "ï…";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "ï…‘";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "ï…’";
}

.fa-euro:before,
.fa-eur:before {
    content: "ï…“";
}

.fa-gbp:before {
    content: "ï…”";
}

.fa-dollar:before,
.fa-usd:before {
    content: "ï…•";
}

.fa-rupee:before,
.fa-inr:before {
    content: "ï…–";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "ï…—";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "ï…˜";
}

.fa-won:before,
.fa-krw:before {
    content: "ï…™";
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "ï…š";
}

.fa-file:before {
    content: "ï…›";
}

.fa-file-text:before {
    content: "ï…œ";
}

.fa-sort-alpha-asc:before {
    content: "ï…";
}

.fa-sort-alpha-desc:before {
    content: "ï…ž";
}

.fa-sort-amount-asc:before {
    content: "ï… ";
}

.fa-sort-amount-desc:before {
    content: "ï…¡";
}

.fa-sort-numeric-asc:before {
    content: "ï…¢";
}

.fa-sort-numeric-desc:before {
    content: "ï…£";
}

.fa-thumbs-up:before {
    content: "ï…¤";
}

.fa-thumbs-down:before {
    content: "ï…¥";
}

.fa-youtube-square:before {
    content: "ï…¦";
}

.fa-youtube:before {
    content: "ï…§";
}

.fa-xing:before {
    content: "ï…¨";
}

.fa-xing-square:before {
    content: "ï…©";
}

.fa-youtube-play:before {
    content: "ï…ª";
}

.fa-dropbox:before {
    content: "ï…«";
}

.fa-stack-overflow:before {
    content: "ï…¬";
}

.fa-instagram:before {
    content: "ï…­";
}

.fa-flickr:before {
    content: "ï…®";
}

.fa-adn:before {
    content: "ï…°";
}

.fa-bitbucket:before {
    content: "ï…±";
}

.fa-bitbucket-square:before {
    content: "ï…²";
}

.fa-tumblr:before {
    content: "ï…³";
}

.fa-tumblr-square:before {
    content: "ï…´";
}

.fa-long-arrow-down:before {
    content: "ï…µ";
}

.fa-long-arrow-up:before {
    content: "ï…¶";
}

.fa-long-arrow-left:before {
    content: "ï…·";
}

.fa-long-arrow-right:before {
    content: "ï…¸";
}

.fa-apple:before {
    content: "ï…¹";
}

.fa-windows:before {
    content: "ï…º";
}

.fa-android:before {
    content: "ï…»";
}

.fa-linux:before {
    content: "ï…¼";
}

.fa-dribbble:before {
    content: "ï…½";
}

.fa-skype:before {
    content: "ï…¾";
}

.fa-foursquare:before {
    content: "ï†€";
}

.fa-trello:before {
    content: "ï†";
}

.fa-female:before {
    content: "ï†‚";
}

.fa-male:before {
    content: "ï†ƒ";
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "ï†„";
}

.fa-sun-o:before {
    content: "ï†…";
}

.fa-moon-o:before {
    content: "ï††";
}

.fa-archive:before {
    content: "ï†‡";
}

.fa-bug:before {
    content: "ï†ˆ";
}

.fa-vk:before {
    content: "ï†‰";
}

.fa-weibo:before {
    content: "ï†Š";
}

.fa-renren:before {
    content: "ï†‹";
}

.fa-pagelines:before {
    content: "ï†Œ";
}

.fa-stack-exchange:before {
    content: "ï†";
}

.fa-arrow-circle-o-right:before {
    content: "ï†Ž";
}

.fa-arrow-circle-o-left:before {
    content: "ï†";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "ï†‘";
}

.fa-dot-circle-o:before {
    content: "ï†’";
}

.fa-wheelchair:before {
    content: "ï†“";
}

.fa-vimeo-square:before {
    content: "ï†”";
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "ï†•";
}

.fa-plus-square-o:before {
    content: "ï†–";
}

.fa-space-shuttle:before {
    content: "ï†—";
}

.fa-slack:before {
    content: "ï†˜";
}

.fa-envelope-square:before {
    content: "ï†™";
}

.fa-wordpress:before {
    content: "ï†š";
}

.fa-openid:before {
    content: "ï†›";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "ï†œ";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "ï†";
}

.fa-yahoo:before {
    content: "ï†ž";
}

.fa-google:before {
    content: "ï† ";
}

.fa-reddit:before {
    content: "ï†¡";
}

.fa-reddit-square:before {
    content: "ï†¢";
}

.fa-stumbleupon-circle:before {
    content: "ï†£";
}

.fa-stumbleupon:before {
    content: "ï†¤";
}

.fa-delicious:before {
    content: "ï†¥";
}

.fa-digg:before {
    content: "ï†¦";
}

.fa-pied-piper:before {
    content: "ï†§";
}

.fa-pied-piper-alt:before {
    content: "ï†¨";
}

.fa-drupal:before {
    content: "ï†©";
}

.fa-joomla:before {
    content: "ï†ª";
}

.fa-language:before {
    content: "ï†«";
}

.fa-fax:before {
    content: "ï†¬";
}

.fa-building:before {
    content: "ï†­";
}

.fa-child:before {
    content: "ï†®";
}

.fa-paw:before {
    content: "ï†°";
}

.fa-spoon:before {
    content: "ï†±";
}

.fa-cube:before {
    content: "ï†²";
}

.fa-cubes:before {
    content: "ï†³";
}

.fa-behance:before {
    content: "ï†´";
}

.fa-behance-square:before {
    content: "ï†µ";
}

.fa-steam:before {
    content: "ï†¶";
}

.fa-steam-square:before {
    content: "ï†·";
}

.fa-recycle:before {
    content: "ï†¸";
}

.fa-automobile:before,
.fa-car:before {
    content: "ï†¹";
}

.fa-cab:before,
.fa-taxi:before {
    content: "ï†º";
}

.fa-tree:before {
    content: "ï†»";
}

.fa-spotify:before {
    content: "ï†¼";
}

.fa-deviantart:before {
    content: "ï†½";
}

.fa-soundcloud:before {
    content: "ï†¾";
}

.fa-database:before {
    content: "ï‡€";
}

.fa-file-pdf-o:before {
    content: "ï‡";
}

.fa-file-word-o:before {
    content: "ï‡‚";
}

.fa-file-excel-o:before {
    content: "ï‡ƒ";
}

.fa-file-powerpoint-o:before {
    content: "ï‡„";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "ï‡…";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "ï‡†";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "ï‡‡";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "ï‡ˆ";
}

.fa-file-code-o:before {
    content: "ï‡‰";
}

.fa-vine:before {
    content: "ï‡Š";
}

.fa-codepen:before {
    content: "ï‡‹";
}

.fa-jsfiddle:before {
    content: "ï‡Œ";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "ï‡";
}

.fa-circle-o-notch:before {
    content: "ï‡Ž";
}

.fa-ra:before,
.fa-rebel:before {
    content: "ï‡";
}

.fa-ge:before,
.fa-empire:before {
    content: "ï‡‘";
}

.fa-git-square:before {
    content: "ï‡’";
}

.fa-git:before {
    content: "ï‡“";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "ï‡”";
}

.fa-tencent-weibo:before {
    content: "ï‡•";
}

.fa-qq:before {
    content: "ï‡–";
}

.fa-wechat:before,
.fa-weixin:before {
    content: "ï‡—";
}

.fa-send:before,
.fa-paper-plane:before {
    content: "ï‡˜";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "ï‡™";
}

.fa-history:before {
    content: "ï‡š";
}

.fa-circle-thin:before {
    content: "ï‡›";
}

.fa-header:before {
    content: "ï‡œ";
}

.fa-paragraph:before {
    content: "ï‡";
}

.fa-sliders:before {
    content: "ï‡ž";
}

.fa-share-alt:before {
    content: "ï‡ ";
}

.fa-share-alt-square:before {
    content: "ï‡¡";
}

.fa-bomb:before {
    content: "ï‡¢";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "ï‡£";
}

.fa-tty:before {
    content: "ï‡¤";
}

.fa-binoculars:before {
    content: "ï‡¥";
}

.fa-plug:before {
    content: "ï‡¦";
}

.fa-slideshare:before {
    content: "ï‡§";
}

.fa-twitch:before {
    content: "ï‡¨";
}

.fa-yelp:before {
    content: "ï‡©";
}

.fa-newspaper-o:before {
    content: "ï‡ª";
}

.fa-wifi:before {
    content: "ï‡«";
}

.fa-calculator:before {
    content: "ï‡¬";
}

.fa-paypal:before {
    content: "ï‡­";
}

.fa-google-wallet:before {
    content: "ï‡®";
}

.fa-cc-visa:before {
    content: "ï‡°";
}

.fa-cc-mastercard:before {
    content: "ï‡±";
}

.fa-cc-discover:before {
    content: "ï‡²";
}

.fa-cc-amex:before {
    content: "ï‡³";
}

.fa-cc-paypal:before {
    content: "ï‡´";
}

.fa-cc-stripe:before {
    content: "ï‡µ";
}

.fa-bell-slash:before {
    content: "ï‡¶";
}

.fa-bell-slash-o:before {
    content: "ï‡·";
}

.fa-trash:before {
    content: "ï‡¸";
}

.fa-copyright:before {
    content: "ï‡¹";
}

.fa-at:before {
    content: "ï‡º";
}

.fa-eyedropper:before {
    content: "ï‡»";
}

.fa-paint-brush:before {
    content: "ï‡¼";
}

.fa-birthday-cake:before {
    content: "ï‡½";
}

.fa-area-chart:before {
    content: "ï‡¾";
}

.fa-pie-chart:before {
    content: "ïˆ€";
}

.fa-line-chart:before {
    content: "ïˆ";
}

.fa-lastfm:before {
    content: "ïˆ‚";
}

.fa-lastfm-square:before {
    content: "ïˆƒ";
}

.fa-toggle-off:before {
    content: "ïˆ„";
}

.fa-toggle-on:before {
    content: "ïˆ…";
}

.fa-bicycle:before {
    content: "ïˆ†";
}

.fa-bus:before {
    content: "ïˆ‡";
}

.fa-ioxhost:before {
    content: "ïˆˆ";
}

.fa-angellist:before {
    content: "ïˆ‰";
}

.fa-cc:before {
    content: "ïˆŠ";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "ïˆ‹";
}

.fa-meanpath:before {
    content: "ïˆŒ";
}

.fa-buysellads:before {
    content: "ïˆ";
}

.fa-connectdevelop:before {
    content: "ïˆŽ";
}

.fa-dashcube:before {
    content: "ïˆ";
}

.fa-forumbee:before {
    content: "ïˆ‘";
}

.fa-leanpub:before {
    content: "ïˆ’";
}

.fa-sellsy:before {
    content: "ïˆ“";
}

.fa-shirtsinbulk:before {
    content: "ïˆ”";
}

.fa-simplybuilt:before {
    content: "ïˆ•";
}

.fa-skyatlas:before {
    content: "ïˆ–";
}

.fa-cart-plus:before {
    content: "ïˆ—";
}

.fa-cart-arrow-down:before {
    content: "ïˆ˜";
}

.fa-diamond:before {
    content: "ïˆ™";
}

.fa-ship:before {
    content: "ïˆš";
}

.fa-user-secret:before {
    content: "ïˆ›";
}

.fa-motorcycle:before {
    content: "ïˆœ";
}

.fa-street-view:before {
    content: "ïˆ";
}

.fa-heartbeat:before {
    content: "ïˆž";
}

.fa-venus:before {
    content: "ïˆ¡";
}

.fa-mars:before {
    content: "ïˆ¢";
}

.fa-mercury:before {
    content: "ïˆ£";
}

.fa-intersex:before,
.fa-transgender:before {
    content: "ïˆ¤";
}

.fa-transgender-alt:before {
    content: "ïˆ¥";
}

.fa-venus-double:before {
    content: "ïˆ¦";
}

.fa-mars-double:before {
    content: "ïˆ§";
}

.fa-venus-mars:before {
    content: "ïˆ¨";
}

.fa-mars-stroke:before {
    content: "ïˆ©";
}

.fa-mars-stroke-v:before {
    content: "ïˆª";
}

.fa-mars-stroke-h:before {
    content: "ïˆ«";
}

.fa-neuter:before {
    content: "ïˆ¬";
}

.fa-genderless:before {
    content: "ïˆ­";
}

.fa-facebook-official:before {
    content: "ïˆ°";
}

.fa-pinterest-p:before {
    content: "ïˆ±";
}

.fa-whatsapp:before {
    content: "ïˆ²";
}

.fa-server:before {
    content: "ïˆ³";
}

.fa-user-plus:before {
    content: "ïˆ´";
}

.fa-user-times:before {
    content: "ïˆµ";
}

.fa-hotel:before,
.fa-bed:before {
    content: "ïˆ¶";
}

.fa-viacoin:before {
    content: "ïˆ·";
}

.fa-train:before {
    content: "ïˆ¸";
}

.fa-subway:before {
    content: "ïˆ¹";
}

.fa-medium:before {
    content: "ïˆº";
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "ïˆ»";
}

.fa-optin-monster:before {
    content: "ïˆ¼";
}

.fa-opencart:before {
    content: "ïˆ½";
}

.fa-expeditedssl:before {
    content: "ïˆ¾";
}

.fa-battery-4:before,
.fa-battery-full:before {
    content: "ï‰€";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "ï‰";
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "ï‰‚";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "ï‰ƒ";
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "ï‰„";
}

.fa-mouse-pointer:before {
    content: "ï‰…";
}

.fa-i-cursor:before {
    content: "ï‰†";
}

.fa-object-group:before {
    content: "ï‰‡";
}

.fa-object-ungroup:before {
    content: "ï‰ˆ";
}

.fa-sticky-note:before {
    content: "ï‰‰";
}

.fa-sticky-note-o:before {
    content: "ï‰Š";
}

.fa-cc-jcb:before {
    content: "ï‰‹";
}

.fa-cc-diners-club:before {
    content: "ï‰Œ";
}

.fa-clone:before {
    content: "ï‰";
}

.fa-balance-scale:before {
    content: "ï‰Ž";
}

.fa-hourglass-o:before {
    content: "ï‰";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "ï‰‘";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "ï‰’";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "ï‰“";
}

.fa-hourglass:before {
    content: "ï‰”";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "ï‰•";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "ï‰–";
}

.fa-hand-scissors-o:before {
    content: "ï‰—";
}

.fa-hand-lizard-o:before {
    content: "ï‰˜";
}

.fa-hand-spock-o:before {
    content: "ï‰™";
}

.fa-hand-pointer-o:before {
    content: "ï‰š";
}

.fa-hand-peace-o:before {
    content: "ï‰›";
}

.fa-trademark:before {
    content: "ï‰œ";
}

.fa-registered:before {
    content: "ï‰";
}

.fa-creative-commons:before {
    content: "ï‰ž";
}

.fa-gg:before {
    content: "ï‰ ";
}

.fa-gg-circle:before {
    content: "ï‰¡";
}

.fa-tripadvisor:before {
    content: "ï‰¢";
}

.fa-odnoklassniki:before {
    content: "ï‰£";
}

.fa-odnoklassniki-square:before {
    content: "ï‰¤";
}

.fa-get-pocket:before {
    content: "ï‰¥";
}

.fa-wikipedia-w:before {
    content: "ï‰¦";
}

.fa-safari:before {
    content: "ï‰§";
}

.fa-chrome:before {
    content: "ï‰¨";
}

.fa-firefox:before {
    content: "ï‰©";
}

.fa-opera:before {
    content: "ï‰ª";
}

.fa-internet-explorer:before {
    content: "ï‰«";
}

.fa-tv:before,
.fa-television:before {
    content: "ï‰¬";
}

.fa-contao:before {
    content: "ï‰­";
}

.fa-500px:before {
    content: "ï‰®";
}

.fa-amazon:before {
    content: "ï‰°";
}

.fa-calendar-plus-o:before {
    content: "ï‰±";
}

.fa-calendar-minus-o:before {
    content: "ï‰²";
}

.fa-calendar-times-o:before {
    content: "ï‰³";
}

.fa-calendar-check-o:before {
    content: "ï‰´";
}

.fa-industry:before {
    content: "ï‰µ";
}

.fa-map-pin:before {
    content: "ï‰¶";
}

.fa-map-signs:before {
    content: "ï‰·";
}

.fa-map-o:before {
    content: "ï‰¸";
}

.fa-map:before {
    content: "ï‰¹";
}

.fa-commenting:before {
    content: "ï‰º";
}

.fa-commenting-o:before {
    content: "ï‰»";
}

.fa-houzz:before {
    content: "ï‰¼";
}

.fa-vimeo:before {
    content: "ï‰½";
}

.fa-black-tie:before {
    content: "ï‰¾";
}

.fa-fonticons:before {
    content: "ïŠ€";
}

.fa-reddit-alien:before {
    content: "ïŠ";
}

.fa-edge:before {
    content: "ïŠ‚";
}

.fa-credit-card-alt:before {
    content: "ïŠƒ";
}

.fa-codiepie:before {
    content: "ïŠ„";
}

.fa-modx:before {
    content: "ïŠ…";
}

.fa-fort-awesome:before {
    content: "ïŠ†";
}

.fa-usb:before {
    content: "ïŠ‡";
}

.fa-product-hunt:before {
    content: "ïŠˆ";
}

.fa-mixcloud:before {
    content: "ïŠ‰";
}

.fa-scribd:before {
    content: "ïŠŠ";
}

.fa-pause-circle:before {
    content: "ïŠ‹";
}

.fa-pause-circle-o:before {
    content: "ïŠŒ";
}

.fa-stop-circle:before {
    content: "ïŠ";
}

.fa-stop-circle-o:before {
    content: "ïŠŽ";
}

.fa-shopping-bag:before {
    content: "ïŠ";
}

.fa-shopping-basket:before {
    content: "ïŠ‘";
}

.fa-hashtag:before {
    content: "ïŠ’";
}

.fa-bluetooth:before {
    content: "ïŠ“";
}

.fa-bluetooth-b:before {
    content: "ïŠ”";
}

.fa-percent:before {
    content: "ïŠ•";
}

body {
    color: #514f4f;
    background-color: #d8d8d8;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
}

    body.internal {
        background-color: #fff;
    }

.container {
    padding-right: 0;
    padding-left: 0;
}

.top-wrapper {
    position: relative;
    background-color: #fff;
}

    .top-wrapper .header-left {
        height: 90px;
    }

        .top-wrapper .header-left::before {
            content: "";
            display: inline-block;
            height: 100%;
            vertical-align: middle;
            margin-right: -0.27em;
        }

    .top-wrapper .logo {
        display: inline-block;
        margin: 0;
        vertical-align: middle;
    }

        .top-wrapper .logo img {
            width: 100%;
        }

    .top-wrapper .nav-toggle {
        position: absolute;
        top: 0;
        right: 0;
        height: 90px;
        padding: 35px 25px;
        background-color: #1e69b4;
        border: none;
        outline: 0 none;
    }

        .top-wrapper .nav-toggle .icon-bar {
            display: block;
            width: 22px;
            height: 4px;
            border-radius: 1px;
            background-color: #fff;
        }

            .top-wrapper .nav-toggle .icon-bar + .icon-bar {
                margin-top: 4px;
            }

    .top-wrapper .header-right {
        display: none;
    }

.header-links a {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
}

    .header-links a.contact {
        background-color: #198479;
    }

    .header-links a.signin {
        background-color: #1e69b4;
    }

.header-social ul,
.footer-social ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .header-social ul li,
    .footer-social ul li {
        display: inline-block;
        margin-right: 2px;
    }

        .header-social ul li:last-child,
        .footer-social ul li:last-child {
            margin-right: 0;
        }

        .header-social ul li a,
        .footer-social ul li a {
            color: #1e69b4;
            font-size: 17px;
            display: inline-block;
            width: 28px;
            height: 28px;
            border-radius: 50%;
            border: 1px solid #1e69b4;
            text-align: center;
            padding-top: 1px;
        }

            .header-social ul li a:hover,
            .footer-social ul li a:hover {
                color: #113b65;
                border-color: #113b65;
            }

.navbar {
    padding: 0px !important;
}

.navbar-expand {
    justify-content: space-between;
}

.nav-wrapper {
    background-color: #1e69b4;
}

nav .main-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    height: 57px !important;
}

    nav .main-nav li {
        font-size: 16px;
    }

        nav .main-nav li a {
            display: block;
            padding: 1em 2em;
        }

    nav .main-nav > li > a {
        color: white;
        font-family: "Averia Serif Libre", cursive;
        text-transform: uppercase;
        text-decoration: none;
        /*visibility: hidden;*/
    }

        nav .main-nav > li > a:hover,
        nav .main-nav > li > a:active {
            background-color: #198479;
        }

    nav .main-nav > li ul {
        margin: 0;
        padding: 0;
        list-style: none;
        background-color: #198479;
    }

        nav .main-nav > li ul li {
            display: block;
        }

        nav .main-nav > li ul a {
            display: block;
            padding-top: 10px;
            padding-bottom: 10px;
            font-size: 16px;
            font-weight: 600;
            color: #fff;
            text-align: left;
        }

nav .mobile-header {
    border-bottom: 2px solid #2b8f85;
}

    nav .mobile-header:before,
    nav .mobile-header:after {
        content: " ";
        display: table;
    }

    nav .mobile-header:after {
        clear: both;
    }

    nav .mobile-header .mobile-link {
        float: left;
        display: block;
        width: 40%;
        border-right: 2px solid #2b8f85;
    }

    nav .mobile-header .mobile-search {
        float: left;
        display: block;
        width: 20%;
    }

        nav .mobile-header .mobile-search button {
            width: 100%;
            height: 54px;
            font-size: 24px;
            border: 0 none;
            color: #fff;
            background-color: #198479;
            outline: none;
        }

            nav .mobile-header .mobile-search button.active {
                background-color: #2b8f85;
            }

    nav .mobile-header .mobile-search-container {
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        height: 56px;
        padding: 8px 60px 8px 32px;
        background-color: #fff;
    }

        nav .mobile-header .mobile-search-container button.search-hide {
            position: absolute;
            top: 0;
            right: 0px;
            height: 56px;
            font-size: 24px;
            padding: 0px 15px;
            border: 0 none;
            color: #1e69b4;
            background-color: transparent;
            outline: none;
        }

        nav .mobile-header .mobile-search-container .search-container {
            margin-bottom: 0;
        }

    nav .mobile-header a {
        display: block;
        height: 54px;
        padding: 17px 14px;
        color: #fff;
        background-color: #198479;
        text-align: center;
    }

nav .mobile-social {
    border-top: 2px solid #2983c3;
}

    nav .mobile-social ul {
        padding: 12px 0;
        margin: 0;
        list-style: none;
        text-align: center;
    }

        nav .mobile-social ul li {
            display: inline-block;
            margin: 0 10px;
        }

            nav .mobile-social ul li a {
                color: #fff;
                font-size: 16px;
                line-height: 28px;
                display: inline-block;
                width: 30px;
                height: 30px;
                border-radius: 50%;
                border: 1px solid #fff;
                text-align: center;
            }

nav .mobile-translate {
    display: block;
    padding: 12px 0;
    text-align: center;
    color: white;
    font-family: "Averia Serif Libre", cursive;
    text-transform: uppercase;
    text-decoration: none;
}

    nav .mobile-translate:hover,
    nav .mobile-translate:active {
        background-color: #198479;
    }

.wf-averiaseriflibre-n7-active nav .main-nav > li > a {
    visibility: visible;
}

.wf-averiaseriflibre-n7-inactive nav .main-nav > li > a {
    visibility: visible;
    padding-left: 10px;
    padding-right: 10px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
}

.wf-averiaseriflibre-n7-loading nav .main-nav > li {
    font-size: 8px;
}

.shadow-main {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 24px;
    background-image: url("../img/header-shadow.png");
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 110;
    pointer-events: none;
}

.mobile-shadow {
    display: block;
    top: auto;
    bottom: -24px;
    z-index: 120;
}

.slides-container {
    position: relative;
    margin: 0 auto;
    max-width: 1440px;
    min-height: 200px;
    background-color: #0067b1;
}

.slide {
    position: relative;
    display: none;
    width: 100%;
}

    .slide:first-child {
        display: block;
    }

    .slide img {
        display: block;
        width: 100%;
    }

    .slide .slide-text-link1 {
        display: inline-block;
        color: #fff;
        font-size: 18px !important;
        line-height: 20px;
        font-weight: 400 !important;
        border-bottom: 1px solid #fff;
    }

    .slide .slide-text {
        text-align: center;
    }

        .slide .slide-text h2 {
            margin: 0;
            color: #fff;
            font-family: "adobe-caslon-pro", serif;
            font-size: 64px;
            font-weight: 600;
        }

            .slide .slide-text h2.md {
                font-size: 54px;
            }

        .slide .slide-text a {
            color: #fff;
            font-size: 22px;
        }

        .slide .slide-text h3 {
            margin: 0;
            color: #fff;
            font-family: "adobe-caslon-pro", serif;
            font-size: 40px;
            font-weight: 600;
        }

            .slide .slide-text h3.md {
                font-size: 40px;
            }

        .slide .slide-text a span {
            font-weight: 700;
        }

        .slide .slide-text a .fa {
            margin-left: 10px;
            font-size: 18px;
        }

        .slide .slide-text p {
            margin: 15px 0 0;
            color: #fff;
            font-size: 18px;
            line-height: 20px;
        }

            .slide .slide-text p a {
                display: inline-block;
                color: #fff;
                font-size: 18px;
                line-height: 20px;
                font-weight: 700;
                border-bottom: 1px solid #fff;
            }

    .slide .slide-quote {
        color: #fff;
    }

        .slide .slide-quote .quote-text {
            margin-bottom: 20px;
            font-size: 24px;
            line-height: 30px;
            font-weight: 600;
            font-style: italic;
            text-align: left;
        }

        .slide .slide-quote .quote-attribution {
            font-size: 18px;
            font-weight: 700;
            text-align: right;
            text-transform: uppercase;
        }

@media (max-width: 767px) {
    .slide.slide-all-pro-dad .slide-quote {
        padding: 20px 15% 0;
        border-top: 1px solid #599ccc;
    }

        .slide.slide-all-pro-dad .slide-quote .quote-text {
            font-size: 18px;
            line-height: 22px;
            font-weight: 400;
        }

    .slide.slide-all-pro-dad .slide-text {
        padding-left: 15px;
        padding-right: 15px;
        border-top: none;
    }

        .slide.slide-all-pro-dad .slide-text a {
            font-size: 18px;
        }
}

@media (max-width: 479px) {
    .slide.slide-all-pro-dad .slide-quote {
        padding: 20px 10% 0;
    }
}

@media (min-width: 768px) {
    .slide.slide-all-pro-dad .slide-quote {
        position: absolute;
        top: 0;
        left: 0;
        top: 12%;
        left: 50%;
        width: 330px;
    }

        .slide.slide-all-pro-dad .slide-quote .quote-text {
            margin-bottom: 15px;
            font-size: 22px;
            line-height: 26px;
        }

    .slide.slide-all-pro-dad .text-container {
        padding-top: 10px;
        border-top: 1px solid rgba(255, 255, 255, 0.35);
    }
}

@media (min-width: 992px) {
    .slide.slide-all-pro-dad .slide-quote {
        top: 18%;
        left: 50%;
        width: 420px;
    }

        .slide.slide-all-pro-dad .slide-quote .quote-text {
            margin-bottom: 20px;
            font-size: 24px;
            line-height: 30px;
        }
}

@media (min-width: 1200px) {
    .slide.slide-all-pro-dad .slide-quote {
        top: 20%;
        left: 52%;
        width: 475px;
    }
}

.slide-controls {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
    text-align: center;
    z-index: 101;
}

    .slide-controls span {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin-right: 10px;
        background-color: #fff;
        cursor: pointer;
        border-radius: 10px;
    }

        .slide-controls span:last-child {
            margin-right: 0;
        }

        .slide-controls span.cycle-pager-active {
            opacity: 0.45;
        }

.info-wrapper {
    margin-top: 25px;
    margin-bottom: 20px;
}

    .info-wrapper > .container {
        padding-left: 10px;
        padding-right: 10px;
    }

        .info-wrapper > .container .row {
            margin-left: -10px;
            margin-right: -10px;
        }

            .info-wrapper > .container .row > div {
                width: 100%;
                padding-left: 10px;
                padding-right: 10px;
            }

@media (min-width: 768px) {
    .info-wrapper > .container .row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

        .info-wrapper > .container .row .col-md-7 {
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%;
            float: none;
            -ms-flex-preferred-size: 0;
            flex-basis: 0;
            -ms-flex-positive: 1;
            flex-grow: 1;
        }

        .info-wrapper > .container .row .col-md-5 {
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%;
            float: none;
            -ms-flex-preferred-size: 0;
            flex-basis: 0;
            -ms-flex-positive: 1;
            flex-grow: 1;
        }

        .info-wrapper > .container .row .col-sm-6.order-last {
            -ms-flex-order: 13;
            order: 13;
        }
}

@media (min-width: 992px) {
    .info-wrapper > .container .row .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .info-wrapper > .container .row .col-md-7 {
        -ms-flex: 0 0 65%;
        flex: 0 0 65%;
        max-width: 65%;
        float: none;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .info-wrapper > .container .row .col-md-5 {
        -ms-flex: 0 0 35%;
        flex: 0 0 35%;
        max-width: 35%;
        float: none;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
}

@media (max-width: 767px) {
    .info-wrapper .featured-links {
        max-width: 480px;
        margin-left: auto;
        margin-right: auto;
    }
}

.info-panel {
    height: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

    .info-panel .info-header {
        position: relative;
        padding: 20px 40px;
        color: #fff;
        background: #15447e;
        border-radius: 10px 10px 0 0;
    }

        .info-panel .info-header h3 {
            margin: 0;
            font-size: 32px;
            line-height: 1;
        }

        .info-panel .info-header aside {
            margin-top: 5px;
            margin-left: -4px;
        }

        .info-panel .info-header a {
            display: inline-block;
            padding: 4px 8px;
            color: #fff;
            font-weight: 600;
            border-radius: 3px;
        }

            .info-panel .info-header a:hover,
            .info-panel .info-header a:focus {
                background: #113868;
            }

@media (min-width: 400px) {
    .info-panel .info-header aside {
        position: absolute;
        top: 50%;
        right: 36px;
        margin: -14px 0 0 0;
    }
}

.info-panel .news-item {
    padding: 20px 40px;
    border-bottom: 1px solid #f6f6f6;
}

    .info-panel .news-item a {
        color: #1e69b4;
        font-weight: 700;
    }

        .info-panel .news-item a:hover,
        .info-panel .news-item a:focus {
            color: #113b65;
        }

.info-panel .event-item {
    position: relative;
    min-height: 65px;
    margin: 20px 0;
    padding: 0 40px 0 130px;
}

    .info-panel .event-item .event-date-card {
        position: absolute;
        top: 0;
        left: 40px;
        width: 65px;
        color: #ffffff;
        text-align: center;
    }

        .info-panel .event-item .event-date-card .month {
            font-size: 12px;
            line-height: 22px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 0.1em;
            background: #767676;
            border-radius: 3px 3px 0 0;
        }

        .info-panel .event-item .event-date-card .date {
            font-size: 30px;
            line-height: 42px;
            font-weight: 600;
            background: #666a79;
            border-radius: 0 0 3px 3px;
        }

    .info-panel .event-item a {
        display: block;
        color: #1e69b4;
        line-height: 18px;
        font-weight: 700;
    }

        .info-panel .event-item a:hover,
        .info-panel .event-item a:focus {
            color: #113b65;
        }

    .info-panel .event-item p {
        margin-bottom: 0;
        line-height: 18px;
    }

@media (max-width: 767px) {
    .info-panel {
        max-width: 480px;
        margin-left: auto;
        margin-right: auto;
    }
}

.info-panel-group {
    height: 100%;
}

    .info-panel-group .info-panel {
        height: auto;
    }

.fb-container {
    height: 450px;
}

    .fb-container .fb-page {
        height: 100%;
    }

@media (max-width: 767px) {
    .fb-container {
        max-width: 480px;
        margin-left: auto;
        margin-right: auto;
    }
}

.twitter-container {
    margin-top: 20px;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .twitter-container {
        max-width: 480px;
        margin-left: auto;
        margin-right: auto;
    }
}

.sidebar .info-panel .info-header {
    padding-left: 20px;
    padding-right: 20px;
}

@media (min-width: 400px) {
    .sidebar .info-panel .info-header aside {
        right: 16px;
    }
}

.sidebar .event-item {
    padding-left: 105px;
    padding-right: 20px;
}

    .sidebar .event-item .event-date-card {
        left: 20px;
    }

.featured-links a {
    display: flex;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 20px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
    border-width: 4px;
    border-style: solid;
    -ms-flex-align: center !important;
    align-items: center !important;
}

    .featured-links a.red {
        background-color: #c0423f;
        border-color: #9D6867;
    }

        .featured-links a.red:hover,
        .featured-links a.red:focus {
            background-color: #b43e3b;
        }

    .featured-links a.gold {
        background-color: #937200;
        border-color: #d9c681;
    }

        .featured-links a.gold:hover,
        .featured-links a.gold:focus {
            background-color: #ba9b2e;
        }

    .featured-links a.teal {
        background-color: #198479;
        border-color: #7cd0c7;
    }

        .featured-links a.teal:hover,
        .featured-links a.teal:focus {
            background-color: #3da197;
        }

    .featured-links a.blue {
        background-color: #457E91;
        border-color: #95c0cf;
    }

        .featured-links a.blue:hover,
        .featured-links a.blue:focus {
            background-color: #558c9e;
        }

    .featured-links a.dark-blue {
        background-color: #15457e;
        border-color: #7793b6;
    }

        .featured-links a.dark-blue:hover,
        .featured-links a.dark-blue:focus {
            background-color: #133e71;
        }

    .featured-links a.purple {
        background-color: #835ba6;
        border-color: #b293ce;
    }

        .featured-links a.purple:hover,
        .featured-links a.purple:focus {
            background-color: #7b559d;
        }

    .featured-links a.russett {
        background-color: #AC6500;
        border-color: #D9A14E;
    }

        .featured-links a.russett:hover,
        .featured-links a.russett:focus {
            background-color: #C98200;
        }

    .featured-links a.pink {
        background-color: #C94B57;
        border-color: #f08f98;
    }

        .featured-links a.pink:hover,
        .featured-links a.pink:focus {
            background-color: #f08f98;
        }

    .featured-links a i {
        display: inline-block;
        width: 50px;
        height: 50px;
        margin-right: 20px;
        background-image: url("../img/sprite-featured-links.png?v=1.1");
        background-size: cover;
        flex-shrink: 0;
    }

    .featured-links a.food-stamps i {
        background-position: 0 0;
    }

    .featured-links a.adoption i {
        background-position: -200px 0;
    }

    .featured-links a.child-support i {
        background-position: -100px 0;
    }

    .featured-links a.report-abuse i {
        background-position: -150px 0;
    }

    .featured-links a.foster-care i {
        background-position: -50px 0;
    }

    .featured-links a.videos i {
        background-position: -250px 0;
    }

    .featured-links a.podcast i {
        background-position: -300px 0;
    }

    .featured-links a.lived i {
        background-position: -350px 0;
    }

    .featured-links a span {
        font-weight: 700;
        text-align: left;
    }

@media (min-width: 992px) {
    .featured-links .row:last-of-type div:last-of-type a {
        margin-bottom: 0;
    }
}

@media (min-width: 992px) {
    .news-content .featured-links .row:last-of-type a {
        margin-bottom: 0;
    }
}

.cta-wrapper > .container {
    padding-left: 10px;
    padding-right: 10px;
}

    .cta-wrapper > .container .row {
        margin-left: -10px;
        margin-right: -10px;
    }

        .cta-wrapper > .container .row > div {
            padding-left: 10px;
            padding-right: 10px;
        }

.cta-wrapper a.ctai {
    display: block;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

    .cta-wrapper a.ctai img {
        display: block;
        width: 100%;
        border-radius: 10px 10px 0 0;
    }

.cta-wrapper a.cta {
    display: block;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.cta-wrapper a.ctap {
    display: block;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    display: block;
    width: 100%;
    color: #fff;
    background: #1e69b4;
}

    .cta-wrapper a.ctap .caption {
        display: block;
        width: 100%;
        padding: 15px 35px;
        color: #fff;
        background: #1e69b4;
        border-radius: 0 0 10px 10px;
    }

.cta-wrapper a.cta img {
    display: block;
    width: 100%;
    border-radius: 10px 10px 0 0;
}

.cta-wrapper a.cta .caption {
    display: block;
    width: 100%;
    padding: 15px 35px;
    color: #fff;
    background: #1e69b4;
    border-radius: 0 0 10px 10px;
}

.cta-wrapper a.cta:hover .caption,
.cta-wrapper a.cta:focus .caption {
    background: #113b65;
}

@media (max-width: 767px) {
    .cta-wrapper a.cta {
        max-width: 480px;
        margin-left: auto;
        margin-right: auto;
    }

    .cta-wrapper .cta-careers {
        max-width: 480px;
        margin-left: auto;
        margin-right: auto;
    }
}

.cta-wrapper .cta-careers {
    display: block;
    margin-top: 10px;
    color: #fff;
    background-color: #1e69b4;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.cta-wrapper .cta-scparents {
    display: block;
    margin-top: 10px;
    color: #fff;
    background-color: #1e69b4;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.cta-wrapper .cta-careers .careers-text {
    padding: 20px;
}

    .cta-wrapper .cta-careers .careers-text h3 {
        margin: 0 0 20px;
        font-size: 19px;
        line-height: 25px;
        font-weight: 700;
    }

    .cta-wrapper .cta-careers .careers-text .sub br {
        display: none;
    }

.cta-wrapper .cta-careers:hover,
.cta-wrapper .cta-careers:focus {
    background-color: #113b65;
}

@media (min-width: 992px) {
    .cta-wrapper .cta-careers {
        padding-top: 60%;
        background-image: url("/img/cta-careers.jpg");
        background-size: cover;
        background-position: center;
        text-align: left;
    }

        .cta-wrapper .cta-careers .careers-text .sub br {
            display: block;
        }
}

@media (min-width: 1200px) {
    .cta-wrapper .cta-careers .careers-text .sub br {
        display: none;
    }
}

.cta-wrapper .reform-content,
.reform-wrapper .reform-content {
    margin-bottom: 20px;
    padding: 20px;
    background-color: #fff;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

    .cta-wrapper .reform-content h2,
    .reform-wrapper .reform-content h2 {
        margin: 0 auto 5px;
        font-size: 24px;
        font-weight: 700;
    }

    .cta-wrapper .reform-content h3,
    .reform-wrapper .reform-content h3 {
        margin: 0 auto 20px;
        max-width: 430px;
        font-size: 20px;
        font-weight: 600;
        font-style: italic;
    }

    .cta-wrapper .reform-content a.large-button,
    .reform-wrapper .reform-content a.large-button {
        margin: 0 auto 20px;
        max-width: 290px;
    }

    .cta-wrapper .reform-content img,
    .reform-wrapper .reform-content img {
        display: block;
        width: 100%;
        max-width: 200px;
    }

.cta-wrapper .reform-link,
.reform-wrapper .reform-link {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    width: 100%;
    max-width: 200px;
    padding: 25px 12px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
    border-width: 4px;
    border-style: solid;
    background-color: #15447e;
    border-color: #a3c7f1;
}

    .cta-wrapper .reform-link i,
    .reform-wrapper .reform-link i {
        display: block;
        width: 96px;
        height: 91px;
        margin: 0 auto 15px;
        background-image: url("../img/icon-cwr.png");
        background-size: cover;
    }

    .cta-wrapper .reform-link span,
    .reform-wrapper .reform-link span {
        font-weight: 700;
    }

.cta-wrapper .reform-border,
.reform-wrapper .reform-border {
    display: none;
}

.cta-wrapper .reform-center,
.reform-wrapper .reform-center {
    text-align: center;
}

@media (min-width: 768px) {
    .cta-wrapper .reform-link,
    .reform-wrapper .reform-link {
        margin-bottom: 0;
    }

    .cta-wrapper .reform-content .row,
    .reform-wrapper .reform-content .row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

        .cta-wrapper .reform-content .row > div,
        .reform-wrapper .reform-content .row > div {
            float: none;
            -ms-flex-preferred-size: 0;
            flex-basis: 0;
            -ms-flex-positive: 1;
            flex-grow: 1;
            max-width: 100%;
        }

            .cta-wrapper .reform-content .row > div.col-sm-12,
            .reform-wrapper .reform-content .row > div.col-sm-12 {
                -ms-flex: 0 0 100%;
                flex: 0 0 100%;
                max-width: 100%;
            }

            .cta-wrapper .reform-content .row > div.col-sm-4,
            .reform-wrapper .reform-content .row > div.col-sm-4 {
                -ms-flex: 0 0 33.333333%;
                flex: 0 0 33.333333%;
                max-width: 33.333333%;
            }

            .cta-wrapper .reform-content .row > div.col-sm-3,
            .reform-wrapper .reform-content .row > div.col-sm-3 {
                -ms-flex: 0 0 25%;
                flex: 0 0 25%;
                max-width: 25%;
            }

    .cta-wrapper .reform-content a.large-button,
    .reform-wrapper .reform-content a.large-button {
        margin-bottom: 0;
    }

    .cta-wrapper hr,
    .reform-wrapper hr {
        display: none;
    }
}

@media (min-width: 1200px) {
    .cta-wrapper .reform-content .row > div.col-md-3,
    .reform-wrapper .reform-content .row > div.col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .cta-wrapper .reform-content .row > div.col-md-5,
    .reform-wrapper .reform-content .row > div.col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
}

@media (max-width: 767px) {
    .cta-wrapper .reform-content,
    .reform-wrapper .reform-content {
        max-width: 480px;
        margin-left: auto;
        margin-right: auto;
    }

        .cta-wrapper .reform-content img,
        .reform-wrapper .reform-content img {
            margin: 0 auto 20px;
        }
}

.advocacy-content {
    position: relative;
    margin-bottom: 20px;
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

    .advocacy-content aside {
        max-width: 360px;
        margin: 0 auto 20px;
    }

        .advocacy-content aside img {
            display: block;
            width: 100%;
        }

    .advocacy-content p {
        margin-bottom: 0;
    }

    .advocacy-content a {
        color: #1e69b4;
        font-weight: 700;
    }

        .advocacy-content a:hover,
        .advocacy-content a:focus {
            color: #113b65;
        }

@media (max-width: 767px) {
    .advocacy-content {
        max-width: 480px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 768px) {
    .advocacy-content {
        display: flex;
        -ms-flex-align: center !important;
        align-items: center !important;
    }

        .advocacy-content aside {
            -ms-flex: 0 0 300px;
            flex: 0 0 300px;
            max-width: 300px;
            margin: 0;
        }
}

.reform-content .large-button {
    padding: 10px;
    font-size: 14px;
}

    .reform-content .large-button:hover,
    .reform-content .large-button:focus {
        padding: 10px;
        font-size: 14px;
        color: #fff;
        background: #558c9e;
        border-color: #95c0cf;
    }

.news-wrapper {
    margin-bottom: 20px;
}

    .news-wrapper .news-content {
        margin-left: -15px;
        margin-right: -15px;
        padding: 30px;
        background-color: #fff;
        text-align: center;
    }

    .news-wrapper .news-border {
        display: none;
    }

    .news-wrapper .headlines h2 {
        margin: 0 0 10px 0;
        font-size: 32px;
        color: #584F5F;
    }

    .news-wrapper .headlines ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .news-wrapper .headlines ul li {
            margin-bottom: 10px;
        }

        .news-wrapper .headlines ul a {
            color: #1873db;
        }

    .news-wrapper .news-alert {
        position: relative;
        margin: 0 -15px 20px -15px;
        padding: 12px 12px 12px 70px;
        background-color: #15447e;
        color: #fff;
    }

        .news-wrapper .news-alert strong {
            display: block;
            text-transform: uppercase;
        }

        .news-wrapper .news-alert p {
            margin: 0;
        }

            .news-wrapper .news-alert p a {
                color: #fff;
                font-weight: 700;
            }

        .news-wrapper .news-alert i.fa {
            position: absolute;
            top: 20px;
            left: 20px;
            font-size: 35px;
            color: #40cbe7;
        }

@media (min-width: 600px) {
    .news-wrapper .featured-links .col-sm-6 {
        width: 50%;
        float: left;
    }
}

@media (max-width: 599px) {
    .news-wrapper .featured-links a {
        max-width: 360px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 768px) {
    .news-wrapper .news-content {
        border-radius: 10px;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    }
}

.news-wrapper {
    margin-top: 25px;
    margin-bottom: 20px;
}

    .news-wrapper > .container {
        padding-left: 10px;
        padding-right: 10px;
    }

        .news-wrapper > .container .row {
            margin-left: -10px;
            margin-right: -10px;
        }

}

@media (max-width: 767px) {
    .news-wrapper .featured-links {
        max-width: 480px;
        margin-left: auto;
        margin-right: auto;
    }
}

.reform-wrapper {
    margin-bottom: 20px;
}

    .reform-wrapper .reform-content {
        margin-left: -15px;
        margin-right: -15px;
        padding: 30px;
        background-color: #fff;
        text-align: center;
    }

        .reform-wrapper .reform-content a.large-button {
            margin: 0 auto 20px;
            max-width: 290px;
        }

@media (max-width: 767px) {
    .reform-wrapper .reform-content {
        margin-left: auto;
        margin-right: auto;
        box-shadow: none;
    }
}

.reform-wrapper .advocacy-content {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 20px;
    box-shadow: none;
}

.reform-wrapper .reform-link {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    width: 100%;
    max-width: 200px;
    padding: 25px 12px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
    border-width: 4px;
    border-style: solid;
    background-color: #15447e;
    border-color: #a3c7f1;
}

    .reform-wrapper .reform-link i {
        display: block;
        width: 96px;
        height: 91px;
        margin: 0 auto 15px;
        background-image: url("../img/icon-cwr.png");
        background-size: cover;
    }

    .reform-wrapper .reform-link span {
        font-weight: 700;
    }

.reform-wrapper .reform-border {
    display: none;
}

.reform-wrapper .reform-center {
    text-align: center;
}

.reform-wrapper hr {
    margin: 0 auto;
    max-width: 500px;
    border-top: 1px solid #d8d8d8;
}

@media (max-width: 767px) {
    .reform-wrapper .advocacy-content {
        max-width: 480px;
        min-height: 100px;
        margin-top: 40px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 0;
        padding-bottom: 0;
    }
}

@media (min-width: 768px) {
    .reform-wrapper .reform-link {
        margin-bottom: 0;
    }

    .reform-wrapper .reform-content {
        border-radius: 10px;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    }

        .reform-wrapper .reform-content .row {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -ms-flex-align: center !important;
            align-items: center !important;
        }

            .reform-wrapper .reform-content .row > div {
                float: none;
                -ms-flex-preferred-size: 0;
                flex-basis: 0;
                -ms-flex-positive: 1;
                flex-grow: 1;
                max-width: 100%;
            }

        .reform-wrapper .reform-content a.large-button {
            margin-bottom: 0;
        }

    .reform-wrapper hr {
        display: none;
    }
}

@media (min-width: 992px) {
    .reform-wrapper .reform-border {
        display: block;
        position: absolute;
        top: 30px;
        bottom: 30px;
        left: 29.85%;
        width: 0;
        border-right: 1px solid #d8d8d8;
    }
}

.jobs-wrapper .jobs {
    color: #fff;
    background-color: #2d73b9;
    text-align: center;
}

    .jobs-wrapper .jobs h2 {
        margin-top: 0;
        font-weight: 300;
        font-size: 34px;
        line-height: 38px;
    }

    .jobs-wrapper .jobs p {
        margin-bottom: 15px;
        font-size: 14px;
        line-height: 16px;
    }

    .jobs-wrapper .jobs a {
        display: inline-block;
        padding: 15px 30px;
        color: #1873db;
        background-color: #fff;
        border: 4px solid #73a6cc;
        border-radius: 10px;
        font-family: "Averia Serif Libre", cursive;
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase;
        text-decoration: none;
    }

.intro-wrapper {
    position: relative;
    margin: 0 auto;
    background-color: #fff;
}

    .intro-wrapper.featured {
        max-width: 1440px;
    }

.intro-text {
    padding: 55px 0 5px 25px;
}

    .intro-text h2 {
        font-size: 38px;
        line-height: 42px;
        color: #1e69b4;
        font-weight: 600;
    }

    .intro-text p {
        margin: 25px 0;
        color: #1e69b4;
        font-size: 16px;
        line-height: 24px;
    }

.sub-nav {
    display: none;
}

.content-wrapper {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 6px);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 6px);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 6px);
    border-top: 6px solid #198479;
}

.content {
    padding: 40px 0;
}

    .content h3 {
        margin-top: 0;
        font-size: 24px;
        line-height: 30px;
        /* font-weight: 600;*/
    }

    .content h4 {
        margin-top: 0;
        font-size: 18px;
        line-height: 24px;
        font-weight: 700;
    }

    .content blockquote {
        padding: 20px 25px;
        background: #f9f9f9;
        border-left: 5px solid #198479;
    }

        .content blockquote p,
        .content blockquote span {
            line-height: 32px;
            font-weight: 600;
            color: #15447e;
        }

    .content ul {
        padding-left: 4px;
    }

        .content ul li {
            list-style-type: none;
            margin-top: 8px;
            padding-left: 20px;
        }

            .content ul li:before {
                content: "\f111";
                font-family: FontAwesome;
                color: #5b94a7;
                margin-right: 9px;
                font-size: 8px;
                vertical-align: middle;
                margin-left: -16px;
            }

            .content ul li ul {
                padding-left: 14px;
            }

                .content ul li ul li:before {
                    content: "\f10c";
                    font-family: FontAwesome;
                    color: #198479;
                }

        .content .h1,
        .content .h2,
        .content .h3,
        .content .h4,
        .content .h5,
        .content .h6,
        .content h1,
        .content h2,
        .content h3,
        .content h4,
        .content h5,
        .content h6,
        .content p,
        .content ul li,
        .content span {
            color: #584F5F;
        }

    .content a span {
        color: inherit;
    }

    .content img {
        max-width: 100%;
        height: auto;
    }

        .content img.callout {
            margin-top: 20px;
            margin-bottom: 20px;
            box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
        }

    .content .content-image {
        max-width: 650px;
        margin: 20px auto;
    }

        .content .content-image:first-child {
            margin-top: 0;
        }

        .content .content-image a {
            display: block;
        }

        .content .content-image img {
            display: block;
            margin: 0;
        }

        .content .content-image .caption {
            padding: 8px;
            text-align: center;
            font-weight: 600;
            color: #fff;
            background-color: #1e69b4;
        }

    .content .video-embed {
        max-width: 650px;
        margin: 20px auto;
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
    }

        .content .video-embed iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

    .content .content-video {
        max-width: 650px;
        margin: 20px auto;
    }

    .content .adoption-process {
        max-width: 650px;
        margin: 20px auto;
    }

        .content .adoption-process ul {
            width: 100%;
            margin: 0;
            padding: 0;
            list-style: none;
        }

            .content .adoption-process ul li {
                margin: 0;
                color: #776974;
                font-size: 16px;
                line-height: 22px;
                border-width: 1px 1px 0 1px;
                border-color: #ccc;
                border-style: solid;
            }

                .content .adoption-process ul li:last-child {
                    border-bottom-width: 1px;
                }

                .content .adoption-process ul li:before {
                    content: none;
                }

                .content .adoption-process ul li img {
                    display: inline-block;
                    width: 25%;
                    padding: 5px;
                    vertical-align: middle;
                }

                .content .adoption-process ul li p {
                    display: inline-block;
                    width: 75%;
                    margin: 0;
                    padding: 5px;
                    vertical-align: middle;
                }

    .content table {
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

        .content table tr th {
            padding: 0.8rem;
            background: #ffffff;
        }

        .content table tr td {
            border-bottom: 1px solid #ececec;
            border-top: 1px solid #ececec;
            padding: 1.2rem 0.8rem;
        }

            .content table tr td p:last-child {
                margin-bottom: 0;
            }

    .content .policy-manual .manual-heading {
        padding: 1rem;
        background: #1e69b4;
    }

        .content .policy-manual .manual-heading h3 {
            margin: 0;
            color: #fff;
        }

    .content .policy-manual .manual-chapter {
        padding: 1rem;
        font-size: 18px;
        border-width: 0 1px 1px 1px;
        border-style: solid;
        border-color: #ececec;
        display: -ms-flexbox;
        display: flex;
    }

        .content .policy-manual .manual-chapter span,
        .content .policy-manual .manual-chapter a {
            display: inline-block;
        }

        .content .policy-manual .manual-chapter span {
            -ms-flex: 0 0 125px;
            flex: 0 0 125px;
            max-width: 125px;
        }

@media (min-width: 768px) {
    .content .content-image {
        margin: 40px auto;
    }
}

@media (min-width: 480px) {
    .content .adoption-process ul li {
        font-size: 18px;
        line-height: 24px;
    }

        .content .adoption-process ul li img {
            padding: 15px;
        }

        .content .adoption-process ul li p {
            padding: 15px;
        }
}

.content.content-county .director-name {
    margin-bottom: 20px;
}

    .content.content-county .director-name h3 {
        margin-bottom: 0;
    }

    .content.content-county .director-name em {
        margin-bottom: 0;
        font-size: 16px;
    }

.content.content-county .director-photo {
    margin-bottom: 20px;
}

.content.content-county .county-contact {
    margin-top: 3rem;
}

.region-map {
    margin: 30px 0;
}

    .region-map .map-image {
        text-align: center;
    }

    .region-map .county-list {
        display: block;
    }

        .region-map .county-list ul {
            padding: 0;
            list-style: none;
        }

            .region-map .county-list ul li {
                display: inline-block;
                width: 32%;
                margin-bottom: 5px;
            }

@media (max-width: 420px) {
    .region-map .county-list ul li {
        width: 49%;
    }
}

@media (min-width: 600px) {
    .region-map .map-image {
        display: block;
    }

    .region-map .county-list {
        display: none;
    }
}

.district-map {
    margin: 30px 0;
}

    .district-map .map-image {
        text-align: center;
    }

.map-sc-works {
    margin-bottom: 40px;
}

    .map-sc-works .form-group {
        max-width: 350px;
    }

    .map-sc-works .works-panel {
        display: none;
        font-size: 16px;
        border-top: 1px solid #d8d8d8;
        padding-top: 10px;
    }

        .map-sc-works .works-panel.active {
            display: block;
        }

    .map-sc-works svg {
        margin-bottom: 10px;
    }

        .map-sc-works svg polygon,
        .map-sc-works svg path,
        .map-sc-works svg text {
            cursor: pointer;
        }

        .map-sc-works svg .county {
            fill-rule: evenodd;
            clip-rule: evenodd;
            stroke: #f5f5f5;
            stroke-width: 0.25;
            stroke-linecap: round;
            stroke-linejoin: round;
        }

            .map-sc-works svg .county.dark-gray {
                fill: #5c6f7b;
            }

                .map-sc-works svg .county.dark-gray.hover,
                .map-sc-works svg .county.dark-gray:hover {
                    fill: #738997;
                }

            .map-sc-works svg .county.gray {
                fill: #819ba6;
            }

                .map-sc-works svg .county.gray.hover,
                .map-sc-works svg .county.gray:hover {
                    fill: #9fb3bb;
                }

            .map-sc-works svg .county.green {
                fill: #8cc643;
            }

                .map-sc-works svg .county.green.hover,
                .map-sc-works svg .county.green:hover {
                    fill: #a4d26a;
                }

            .map-sc-works svg .county.yellow-green {
                fill: #bdd539;
            }

                .map-sc-works svg .county.yellow-green.hover,
                .map-sc-works svg .county.yellow-green:hover {
                    fill: #cbde63;
                }

@media (max-width: 639px) {
    .map-sc-works svg {
        display: none;
    }
}

.interest-form h3 {
    margin-bottom: 5px;
}

.interest-form p {
    margin-bottom: 5px;
}

.interest-form .field-group {
    margin-bottom: 20px;
}

.interest-form .form-group {
    max-width: 550px;
}

    .interest-form .form-group.group-heading {
        margin-bottom: 5px;
    }

        .interest-form .form-group.group-heading h3 {
            margin-bottom: 5px;
            font-size: 20px;
            line-height: 1.1;
        }

        .interest-form .form-group.group-heading h4 {
            margin-bottom: 5px;
            font-size: 18px;
            line-height: 1.1;
            font-weight: 600;
        }

    .interest-form .form-group .radio {
        margin-top: 0;
    }

.interest-form .field-group-heading label {
    display: block;
    padding: 10px 0;
    cursor: pointer;
}

.interest-form .field-group-heading .heading-title {
    display: inline-block;
    font-size: 20px;
    line-height: 1.1;
    font-weight: 600;
    vertical-align: middle;
}

.interest-form .field-group-heading .group-checkbox {
    display: inline-block;
    position: relative;
    height: 28px;
    width: 28px;
    margin-right: 10px;
    background: #ffffff;
    border: 1px solid #584F5F;
    border-radius: 5px;
    vertical-align: middle;
}

    .interest-form .field-group-heading .group-checkbox input {
        position: absolute;
        z-index: -1;
        opacity: 0;
    }

    .interest-form .field-group-heading .group-checkbox .checkbox-indicator {
        position: absolute;
    }

    .interest-form .field-group-heading .group-checkbox input:checked ~ .checkbox-indicator {
        width: 28px;
        height: 28px;
        display: block;
        color: #198479;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

        .interest-form .field-group-heading .group-checkbox input:checked ~ .checkbox-indicator:after {
            content: "\f00c";
            font-size: 26px;
        }

.interest-form .field-group-body {
    display: none;
}

.intrest-form label {
    font-weight: bold;
}

.interest-form label span.required::before {
    content: "*";
    display: inline-block;
    margin-left: 5px;
    color: red;
}

.interest-form label.required:after {
    content: "\00A0*";
    color: red;
}

.interest-form label.error {
    font-size: 14px;
    font-weight: 400;
    color: red;
}

.interest-form .radio-error-container .error {
    display: none;
}

.interest-form .etc-group {
    display: none;
}

.interest-form .submit-group {
    margin-bottom: 20px;
}

.interest-form .btn {
    padding: 15px 25px;
    font-size: 18px;
    font-family: "Averia Serif Libre", cursive;
    font-weight: 700;
    color: #fff;
    background-color: #1e69b4;
    border-radius: 10px;
    text-align: center;
    text-decoration: none;
    border: 4px solid #b0cbe5;
}

    .interest-form .btn:hover,
    .interest-form .btn:focus,
    .interest-form .btn:active {
        background-color: #113b65;
    }

.interest-form .thank-you {
    max-width: 550px;
    padding: 20px;
    background-color: #dbf3f1;
    border: 1px solid #198479;
    border-radius: 10px;
}

    .interest-form .thank-you p {
        color: #514f4f;
        margin-bottom: 0;
    }

.interest-form .notice {
    padding-top: 20px;
    border-top: 1px solid #584F5F;
}

.interest-form .error-alert {
    max-width: 550px;
    margin-bottom: 15px;
    padding: 20px;
    border-radius: 10px;
    background-color: #f2dede;
    border: 1px solid #b41e1e;
}

    .interest-form .error-alert p {
        color: #b41e1e;
        margin-bottom: 0;
    }

        .interest-form .error-alert p a {
            color: #b41e1e;
            font-weight: 700;
        }

            .interest-form .error-alert p a:hover,
            .interest-form .error-alert p a:focus {
                text-decoration: underline;
            }

.interest-form .validation-summary-errors {
    max-width: 550px;
    margin-bottom: 15px;
    padding: 20px;
    border-radius: 10px;
    background-color: #f2dede;
    border: 1px solid #b41e1e;
}

    .interest-form .validation-summary-errors ul {
        padding: 0;
        list-style: none;
    }

        .interest-form .validation-summary-errors ul li {
            color: #b41e1e;
        }

            .interest-form .validation-summary-errors ul li:before {
                content: none;
            }

.interest-form span.field-validation-error {
    display: block;
    color: #b41e1e;
    font-weight: bold;
}

.interest-form .input-validation-error {
    border-color: #b41e1e;
}

.interest-form .obligation-results {
    margin: 20px 0;
    padding: 20px 0 0;
    border-top: 2px solid #198479;
    border-bottom: 2px solid #198479;
}

.interest-form .result-panels {
    margin-top: 20px;
    text-align: center;
}

.interest-form .result-panel {
    display: inline-block;
    width: 200px;
    margin: 0 15px 20px;
    border: 1px solid #1e69b4;
    border-radius: 4px;
}

    .interest-form .result-panel .panel-heading {
        color: #fff;
        background-color: #1e69b4;
        padding: 10px 15px;
        border-bottom: 1px solid transparent;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        font-size: 18px;
        font-weight: 700;
    }

    .interest-form .result-panel .panel-body {
        font-size: 22px;
        font-weight: 700;
        background-color: #fff;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
    }

.loading {
    display: none;
    width: 160px;
    text-align: center;
}

    .loading.active {
        display: inline-block;
    }

    .loading img {
        display: inline-block;
        width: 50px;
    }

.grecaptcha-badge {
    display: none;
}

.footer {
    padding: 20px 0px 50px 0px;
    background-color: #fff;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
}

    .footer .container {
        position: relative;
    }

    .footer .footer-seal {
        display: inline-block;
        margin-bottom: 25px;
        height: fit-content;
    }

    .footer .footer-site-nav ul {
        margin-bottom: 20px;
        padding: 0;
        list-style: none;
        font-size: 16px;
    }

        .footer .footer-site-nav ul li {
            display: inline-block;
            padding: 0 5px 0 8px;
            border-left: 1px solid #1e3b6d;
        }

            .footer .footer-site-nav ul li:first-child {
                padding-left: 0;
                border-left: none;
            }

        .footer .footer-site-nav ul a {
            color: #1873db;
            font-weight: 700;
            text-decoration: none;
        }

            .footer .footer-site-nav ul a:hover {
                color: #0e4380;
            }

        .footer .footer-site-nav ul .sign-in {
            display: inline-block;
            padding: 3px 15px;
            border-radius: 5px;
            color: #fff;
            background: #1873db;
        }

            .footer .footer-site-nav ul .sign-in:hover {
                color: white;
                background: #1e69b4;
            }

    .footer .footer-site-nav .footer-social ul li {
        margin-right: 5px;
        padding: 0;
        border: 0;
    }

        .footer .footer-site-nav .footer-social ul li:last-child {
            margin-right: 0;
        }

    .footer .copyright {
        margin: 20px 0;
        padding: 0 15%;
    }

    .footer .footer-nav ul {
        padding: 0;
        list-style: none;
    }

        .footer .footer-nav ul li {
            display: inline-block;
        }

            .footer .footer-nav ul li.credit {
                display: block;
                margin: 20px 0 0;
            }

                .footer .footer-nav ul li.credit::before {
                    content: none;
                }

            .footer .footer-nav ul li::before {
                content: "\02022";
                margin-right: 4px;
            }

            .footer .footer-nav ul li:first-child::before {
                content: none;
            }

        .footer .footer-nav ul a {
            color: #1873db;
            text-decoration: none;
        }

            .footer .footer-nav ul a:hover {
                color: #0e4380;
            }

.footer-content p {
    font-size: 12px;
}

.footer .logo-backdrop {
    display: none;
    position: absolute;
    top: -24px;
    right: -275px;
    width: 649px;
    height: 250px;
    background-image: url("/img/footer-bg.jpg");
    background-position: center top;
    background-repeat: no-repeat;
}

.featured-link {
    font-size: 20px;
    font-weight: 600;
}

.panel > .panel-heading {
    background: none;
}

.panel-body {
    background-color: #f6f6f6;
}

.panel-title .heading {
    width: 80%;
    display: inline-block;
}

.panel-toggle {
    width: 18%;
    text-align: right;
    font-size: 26px;
    display: inline-block;
}

    .panel-toggle i {
        color: white;
        background-color: #198479;
    }

.panel-title.open i {
    color: white;
    background-color: #198479;
    width: 25px;
    height: 25px;
    text-align: center;
    padding-top: 2px;
    border-radius: 53%;
    font-size: 21px;
}

.panel-title.toggle-close i {
    color: white;
    background-color: #198479;
    font-size: 16px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    text-align: center;
    padding-top: 6px;
}

.toggle-close i:after {
    content: "\25bc";
}

.open i:after {
    content: "\2716";
}

.large-button {
    background: #198479;
    padding: 9px 14px;
    display: inline-block;
    font-size: 17px;
    color: white;
    border-radius: 6px;
    font-weight: 600;
    border: 4px solid #95c0cf;
    margin: 6px 0;
}

.default-button {
    background: #5b94a7;
    padding: 8px 10px;
    display: inline-block;
    font-size: 14px;
    color: #f1f1f1;
    border-radius: 6px;
    font-weight: 600;
    border: 2px solid #95c0cf;
    margin: 6px 0;
}

.small-button {
    background: #5b94a7;
    padding: 4px 10px;
    display: inline-block;
    font-size: 12px;
    color: #f1f1f1;
    border-radius: 6px;
    font-weight: 600;
    border: 2px solid #95c0cf;
    margin: 6px 0;
}

.extra-sm-button {
    background: #5b94a7;
    padding: 3px 8px;
    display: inline-block;
    font-size: 12px;
    color: #f1f1f1;
    border-radius: 6px;
    font-weight: 600;
    border: 2px solid #95c0cf;
    margin: 6px 0;
}

.large-button:hover,
.large-button:focus {
    background: none;
    padding: 9px 14px;
    display: inline-block;
    font-size: 17px;
    color: #5b94a7;
    border-radius: 6px;
    font-weight: 600;
    border: 4px solid #5b94a7;
    margin: 6px 0;
}

.default-button:hover {
    background: none;
    padding: 8px 10px;
    display: inline-block;
    font-size: 14px;
    color: #5b94a7;
    border-radius: 6px;
    font-weight: 600;
    border: 2px solid #5b94a7;
    margin: 6px 0;
}

.small-button:hover {
    background: none;
    padding: 4px 10px;
    display: inline-block;
    font-size: 12px;
    color: #5b94a7;
    border-radius: 6px;
    font-weight: 600;
    border: 2px solid #5b94a7;
    margin: 6px 0;
}

.extra-sm-button:hover {
    background: none;
    padding: 3px 8px;
    display: inline-block;
    font-size: 12px;
    color: #5b94a7;
    border-radius: 6px;
    font-weight: 600;
    border: 2px solid #5b94a7;
    margin: 6px 0;
}

a:hover,
a:focus {
    text-decoration: none;
}

.search-container {
    position: relative;
    max-width: 380px;
    margin-bottom: 10px;
}

    .search-container input[type="text"] {
        width: 100%;
        height: 40px;
        padding: 9px 49px 9px 14px;
        color: #333;
        background-color: #e5e5e5;
        border: 1px solid #e5e5e5;
        border-radius: 5px;
        outline: none;
    }

    .search-container button {
        position: absolute;
        top: 0;
        right: 0px;
        height: 40px;
        font-size: 20px;
        padding: 0px 15px;
        border: 0 none;
        border-radius: 0 5px 5px 0;
        color: #1e69b4;
        background-color: transparent;
        outline: none;
    }

        .search-container button:active {
            background-color: #bfbfbf;
        }

.search-pager ul.pagination {
    padding-left: 0;
}

    .search-pager ul.pagination li:before {
        content: none;
    }

.modal-content {
    color: #584F5F;
}

    .modal-content h4 {
        margin-top: 0;
        font-size: 18px;
        line-height: 24px;
        font-weight: 700;
    }

    .modal-content .modal-controls {
        margin: 0 auto;
        max-width: 300px;
        text-align: center;
    }

        .modal-content .modal-controls .checkbox {
            margin-top: 0;
            text-align: left;
        }

        .modal-content .modal-controls button {
            padding: 15px 25px;
            font-size: 18px;
            font-family: "Averia Serif Libre", cursive;
            font-weight: 700;
            color: #fff;
            background-color: #1e69b4;
            border-radius: 10px;
            text-align: center;
            text-decoration: none;
            border: 4px solid #b0cbe5;
        }

.card {
    padding: 15px 15px 15px 15px;
    border: #eee;
    border-width: 1px;
    border-style: solid;
    margin-bottom: 50px;
}

.card-video {
    flex-wrap: wrap;
}

.card.card-event p {
    padding: 0;
}

.card.card-event .card-header p {
    margin: 0;
}

.card img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.card p {
    padding-top: 15px;
}

.newsroom {
    text-align: center;
}

    .newsroom .pagination {
        justify-content: center;
    }

        .newsroom .pagination .page-link {
            color: #445154;
            border: 0px;
            font-size: 20px;
        }

        .newsroom .pagination .disabled {
            font-weight: 600;
        }

.alert-wrapper {
    background: #67788D;
}

    .alert-wrapper .container {
        position: relative;
        width: 100%;
        max-width: 1440px;
        padding: 0 0 0 100px;
    }

    .alert-wrapper aside {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 100px;
        background: #15447e;
    }

        .alert-wrapper aside i.fa {
            position: absolute;
            top: 50%;
            left: 50%;
            margin-left: -20px;
            margin-top: -20px;
            font-size: 40px;
            color: #40cbe7;
        }

    .alert-wrapper .alert-content {
        line-height: 1.5;
        min-height: 75px;
        padding-top: 5px;
        padding-bottom: 0px;
        padding-left: 30px;
        padding-right: 30px;
        color: #fff;
        font-size: 14px;
    }

        .alert-wrapper .alert-content .line1 a {
            color: #fff;
            animation-name: alertContentText;
            animation-delay: 1s;
            animation-duration: 20s;
            animation-iteration-count: infinite;
        }

        .alert-wrapper .alert-content .line2 a {
            color: #fff;
            animation-name: alertContentText;
            animation-delay: 5s;
            animation-duration: 20s;
            animation-iteration-count: infinite
        }

        .alert-wrapper .alert-content .line3 a {
            color: #fff;
            animation-name: alertContentText;
            animation-delay: 9s;
            animation-duration: 20s;
            animation-iteration-count: infinite;
        }

        .alert-wrapper .alert-content .line4 a {
            22 color: #fff;
            animation-name: alertContentText;
            animation-delay: 13s;
            animation-duration: 20s;
            animation-iteration-count: infinite;
        }

        .alert-wrapper .alert-content .alert-heading {
            font-size: 15px;
            font-weight: 600;
            text-transform: uppercase;
        }

        .alert-wrapper .alert-content p {
            margin-bottom: 0;
        }

        .alert-wrapper .alert-content ul {
            margin: 0;
            padding-left: 20px;
        }

        .alert-wrapper .alert-content a {
            color: #fff;
        }

            .alert-wrapper .alert-content a:hover,
            .alert-wrapper .alert-content a:focus {
                color: #fff;
            }

@keyframes alertContentText {
    0% {
        color: white;
    }

    10% {
        color: #7a8ba0;
    }

    20% {
        color: white;
    }

    100% {
        color: white;
    }
}

@media (max-width: 991px) {
    .alert-wrapper {
        padding-top: 90px;
    }
}

@media (min-width: 768px) {
    .news-wrapper {
        position: relative;
        z-index: 110;
    }

        .news-wrapper .news-alert {
            margin-left: 0;
            margin-right: 0;
            border-radius: 10px;
        }

    body.internal .news-wrapper {
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 20px;
        padding-bottom: 20px;
        background-color: #1e69b4;
        justify-content: center;
    }

    body.internal .reform-wrapper {
        margin-top: 0;
        margin-bottom: 0;
        padding-bottom: 20px;
        background-color: #1e69b4;
        justify-content: center;
    }

    .jobs-wrapper {
        margin: 20px 0;
    }

        .jobs-wrapper .jobs {
            border-radius: 10px;
            box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
        }
}

@media (min-width: 992px) {
    .top-wrapper {
        padding-top: 0px;
    }

        .top-wrapper .logo {
            display: block;
            float: left;
            margin: 20px 0 20px;
        }

        .top-wrapper .header-left {
            height: auto;
        }

        .top-wrapper .nav-toggle {
            display: none;
        }

        .top-wrapper .header-right {
            display: block;
            float: right;
            text-align: right;
        }

        .top-wrapper .header-links {
            display: inline-block;
        }

            .top-wrapper .header-links a {
                margin-right: 5px;
                margin-bottom: 10px;
            }

                .top-wrapper .header-links a:last-child {
                    margin-right: 0;
                }

        .top-wrapper .header-social {
            display: inline-block;
        }

        .top-wrapper .header-search {
            position: relative;
        }

            .top-wrapper .header-search input[type="text"] {
                width: 380px;
                height: 40px;
                padding: 9px 49px 9px 14px;
                color: #333;
                background-color: #e5e5e5;
                border: 1px solid #e5e5e5;
                border-radius: 5px;
                outline: none;
            }

            .top-wrapper .header-search button {
                position: absolute;
                top: 0;
                right: 0px;
                height: 40px;
                font-size: 20px;
                padding: 0px 15px;
                border: 0 none;
                border-radius: 0 5px 5px 0;
                color: #1e69b4;
                background-color: transparent;
                outline: none;
            }

                .top-wrapper .header-search button:active {
                    background-color: #bfbfbf;
                }

    .nav-wrapper {
        position: relative;
    }

    nav .main-nav {
        /*text-align: justify;*/
        text-align: center
    }

        nav .main-nav:after {
            content: "";
            display: inline-block;
            width: 100%;
        }

        nav .main-nav > li {
            position: relative;
            display: inline-block;
            font-size: 13px;
        }

            nav .main-nav > li > a {
                padding: 17px 12px;
            }

            nav .main-nav > li.active > a {
                background-color: #15447e;
            }

            nav .main-nav > li ul {
                position: absolute;
                display: none;
                width: 250px;
                z-index: 111;
            }

                nav .main-nav > li ul li.sub-first a {
                    padding-top: 20px;
                }

                nav .main-nav > li ul li:last-child a {
                    padding-bottom: 20px;
                }

                nav .main-nav > li ul li ul {
                    display: none;
                }

            nav .main-nav > li:hover > ul {
                display: block;
            }

            nav .main-nav > li:hover > a {
                background-color: #198479;
            }

            nav .main-nav > li.sub-left ul {
                left: 0;
            }

            nav .main-nav > li.sub-right ul {
                right: 0;
            }

            nav .main-nav > li .sub-next,
            nav .main-nav > li .sub-prev {
                display: none;
            }

    nav .mobile-header {
        display: none;
    }

    nav .mobile-social {
        display: none;
    }

    .shadow-main {
        display: block;
    }

    .mobile-shadow {
        display: none;
    }

    .slide .slide-text {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 80px;
    }

        .slide .slide-text h2 {
            margin-bottom: 15px;
            padding-bottom: 15px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.35);
        }

    .slide .text-container {
        margin: 0 auto;
        max-width: 800px;
    }

    .slide-controls {
        bottom: 45px;
    }

    .jobs-wrapper .jobs {
        background-image: url("../img/jobs-bg.jpg");
        background-size: cover;
        text-align: left;
    }

        .jobs-wrapper .jobs .jobs-right {
            height: 329px;
        }

            .jobs-wrapper .jobs .jobs-right::before {
                content: "";
                display: inline-block;
                height: 100%;
                vertical-align: middle;
                margin-right: -0.27em;
            }

        .jobs-wrapper .jobs .jobs-text {
            display: inline-block;
            width: 98%;
            vertical-align: middle;
        }

        .jobs-wrapper .jobs h2 {
            font-size: 28px;
            line-height: 32px;
        }

    .intro-wrapper {
        background-image: url("../img/internal-banner-logo.jpg");
        background-size: cover;
        background-position: center bottom;
    }

        .intro-wrapper .intro-text h2 {
            color: #fff;
        }

        .intro-wrapper.featured .intro-text h2 {
            color: #1e69b4;
        }

        .intro-wrapper.featured.family {
            background-image: url("../img/internal-banner-1.jpg");
            background-size: cover;
            background-position: center center;
        }

    .sub-nav {
        display: block;
        margin-bottom: 40px;
    }

        .sub-nav ul {
            margin: 0;
            padding: 20px 35px;
            background-color: #198479;
            list-style: none;
            border-radius: 0 0 10px 10px;
        }

            .sub-nav ul li {
                position: relative;
                margin-bottom: 8px;
                line-height: 16px;
            }

                .sub-nav ul li.current:before {
                    content: "\f138";
                    position: absolute;
                    left: -22px;
                    top: 1px;
                    display: inline-block;
                    color: #fff;
                    font: normal normal normal 14px/1 FontAwesome;
                    font-size: inherit;
                    text-rendering: auto;
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale;
                }

                .sub-nav ul li ul {
                    padding: 8px 0 0 23px;
                }

            .sub-nav ul a {
                color: #fff;
                font-size: 14px;
                font-weight: 700;
                letter-spacing: 1px;
                text-decoration: none;
                text-transform: uppercase;
            }

    .footer {
        text-align: left;
    }

        .footer .logo-backdrop {
            display: block;
        }

        .footer .footer-seal {
            margin-bottom: 0;
        }

        .footer .footer-site-nav ul {
            margin-bottom: 10px;
        }

        .footer .footer-content {
            position: absolute;
            display: inline-block;
            margin-left: 20px;
            vertical-align: middle;
            z-index: 1;
        }

        .footer .copyright {
            margin: 0;
            padding: 0;
        }

        .footer .footer-nav ul li.credit {
            display: inline-block;
            margin: 0;
        }

            .footer .footer-nav ul li.credit::before {
                content: "\02022";
            }
}

@media (min-width: 1200px) {
    nav .main-nav > li {
        font-size: 15px;
    }

        nav .main-nav > li > a {
            padding: 17px 12px;
            border-width: 0 5px 0 5px;
            border-style: solid;
            border-color: transparent;
        }

        nav .main-nav > li.active > a {
            border-color: #6497cb;
        }

        nav .main-nav > li:hover > a {
            border-color: transparent;
        }

    .jobs-wrapper .jobs h2 {
        font-size: 34px;
        line-height: 38px;
    }
}

@media (max-width: 991px) {
    .top-wrapper {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 111;
    }

        .top-wrapper .header-left {
            padding: 5px 75px 75px 0;
        }

    .main-wrapper {
        position: relative;
        overflow: hidden;
    }

    .nav-wrapper {
        position: absolute;
        left: 100%;
        width: 100%;
        max-width: 480px;
        z-index: 112;
        -ms-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
        position: fixed;
        top: 90px;
        bottom: 0;
        overflow: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

        .nav-wrapper.nav-expanded {
            -ms-transform: translate3d(-100%, 0, 0);
            -moz-transform: translate3d(-100%, 0, 0);
            -o-transform: translate3d(-100%, 0, 0);
            -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
        }

        .nav-wrapper nav {
            position: relative;
        }

        .nav-wrapper .container {
            width: auto;
            padding: 0;
        }

        .nav-wrapper .main-nav ul {
            position: absolute;
            top: 56px;
            left: 0;
            bottom: 0;
            width: 100%;
            padding-top: 0;
            z-index: 1;
            -ms-transition: all 300ms ease;
            -moz-transition: all 300ms ease;
            -o-transition: all 300ms ease;
            -webkit-transition: all 300ms ease;
            transition: all 300ms ease;
            -ms-transform: translate3d(100%, 0, 0);
            -moz-transform: translate3d(100%, 0, 0);
            -o-transform: translate3d(100%, 0, 0);
            -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
        }

            .nav-wrapper .main-nav ul.nav-expanded {
                -ms-transform: translate3d(0, 0, 0);
                -moz-transform: translate3d(0, 0, 0);
                -o-transform: translate3d(0, 0, 0);
                -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
            }

            .nav-wrapper .main-nav ul a {
                background-color: #198479;
            }

            .nav-wrapper .main-nav ul ul {
                top: 0;
            }

        .nav-wrapper .main-nav a {
            position: relative;
            background-color: #1e69b4;
        }

            .nav-wrapper .main-nav a .sub-next {
                position: absolute;
                right: 32px;
                margin-top: -10px;
                padding: 6px 13px;
                font-size: 22px;
            }

    .jobs-wrapper .jobs .jobs-text {
        padding: 15px 0;
    }
}

@media (max-width: 991px) {
    .slide .slide-text {
        position: relative;
        padding: 20px 20px 50px;
        border-top: 1px solid #599ccc;
    }

        .slide .slide-text h2 {
            position: absolute;
            bottom: 100%;
            left: 15px;
            right: 15px;
            padding-bottom: 3%;
            font-size: 48px;
        }

            .slide .slide-text h2.md {
                font-size: 40px;
            }

        .slide .slide-text p a {
            display: inline;
            border: none;
            text-decoration: underline;
        }
}

@media (max-width: 479px) {
    .slide .slide-text h2 {
        font-size: 34px;
    }

        .slide .slide-text h2.md {
            font-size: 30px;
        }
}

.slide.covid-19 .slide-text {
    text-shadow: 1px 1px rgba(21, 68, 126, 0.8);
}

    .slide.covid-19 .slide-text h2 {
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
    }

    .slide.covid-19 .slide-text p {
        line-height: 22px;
    }

.employment-page h3,
.employment-page h4 {
    margin-top: 0;
    font-size: 32px;
    line-height: 1em;
    color: #15447e;
    font-weight: 600;
}

.employment-page h4 {
    font-size: 26px;
}

.employment-events h3 {
    margin-bottom: 40px;
}

.event-month .month-heading {
    background: #337ab7;
    text-align: center;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

    .event-month .month-heading * {
        color: white;
        display: inline-block;
    }

    .event-month .month-heading h4 {
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 0px;
        padding: 15px 20px;
        vertical-align: middle;
    }

.event-month .events-container {
    border-top: 4px solid white;
    background: #f4f4f4;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
    margin-bottom: 30px;
    padding: 45px 20px;
    position: relative;
}

    .event-month .events-container .event-controls .prev-button,
    .event-month .events-container .event-controls .next-button {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        font-size: 30px;
        color: #1e69b4;
        cursor: pointer;
    }

    .event-month .events-container .event-controls .prev-button {
        top: 0px;
    }

    .event-month .events-container .event-controls .next-button {
        bottom: 10px;
    }

.event-month .employment-event {
    position: relative;
    padding-left: 93px;
    margin-bottom: 8px;
    margin-bottom: 8px;
}

    .event-month .employment-event .date {
        position: absolute;
        text-align: center;
        left: 0px;
        padding-top: 10px;
        padding-bottom: 20px;
        background: #1e69b4;
        color: white;
        width: 92px;
        font-size: 15px;
        line-height: 26px;
        height: 100%;
        border-top-left-radius: 12px;
        border-bottom-left-radius: 12px;
    }

        .event-month .employment-event .date .large {
            font-size: 30px;
            display: block;
        }

    .event-month .employment-event .event-content {
        padding: 20px;
        background: white;
        border-top-right-radius: 12px;
        border-bottom-right-radius: 12px;
        padding-right: 30px;
    }

        .event-month .employment-event .event-content a {
            font-weight: 700;
            font-size: 18px;
        }

        .event-month .employment-event .event-content .time {
            display: block;
            font-size: 16px;
        }

@media screen and (max-width: 720px) {
    .event-month .employment-event {
        padding-left: 0px;
    }

        .event-month .employment-event .date {
            width: 100%;
            position: static;
            border-top-right-radius: 12px;
            border-bottom-left-radius: 0px;
            padding-bottom: 10px;
        }

        .event-month .employment-event .event-content {
            border-top-right-radius: 0px;
            border-bottom-left-radius: 12px;
        }
}

.recurring-events h4 {
    padding: 15px 0px;
}

.recurring-heading {
    background: #198479;
    color: white;
    font-weight: 600;
    padding: 6px 15px;
    font-size: 18px;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
}

.recurring-content {
    background: #f4f4f4;
    padding: 15px;
    font-size: 17px;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
    margin-bottom: 20px;
}

    .recurring-content a {
        color: #337ab7;
        font-weight: 700;
    }

.download-list {
    margin-top: 40px;
}

    .download-list .download {
        padding: 15px 6px;
        font-size: 1.4em;
        position: relative;
        padding-right: 32px;
        border-top: 1px solid grey;
    }

        .download-list .download:last-child {
            border-bottom: 1px solid grey;
        }

        .download-list .download a {
            display: block;
            font-weight: 700;
        }

            .download-list .download a:hover i {
                background-color: #23527c;
            }

        .download-list .download i {
            background: #337ab7;
            color: white;
            padding: 6px;
            border-radius: 50%;
            position: absolute;
            right: 6px;
            top: 50%;
            transform: translateY(-50%);
            width: 28px;
            height: 28px;
            font-size: 16px;
        }

.employment-map {
    margin-top: 30px;
}

.works-panel.job-listing {
    border-top: 20px solid #1e69b4;
    background: #f4f4f4;
    border-radius: 20px;
    padding: 20px 15px;
}

    .works-panel.job-listing a {
        font-weight: 600;
    }

    .works-panel.job-listing hr {
        border-top: 1px solid #b5b5b5;
        margin: 12px 0px 15px;
    }

    .works-panel.job-listing span {
        display: block;
    }

    .works-panel.job-listing .listing-item {
        margin-bottom: 10px;
    }

.row {
    justify-content: space-evenly;
}


a {
    color: #337ab7;
    text-decoration: none;
}


/*Accordion style*/

.ui-accordion .ui-accordion-header {
    font-size: 17px;
    font-weight: 600;
}

.ui-state-active {
    border: 1px solid #198479;
    background-color: #198479;
    color: #FFFFFF !important;
}
/*FP custom social icons*/
.customiconl {
    width: 16px;
    height: 16px;
    background-image: url('../img/linkedin2.png');
    background-size: cover;
}

.customicont {
    width: 16px;
    height: 16px;
    background-image: url('../img/threadslogo.png');
    background-size: cover;
}

@media (min-width: 576px) {
    .col-sm-3 {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media (min-width:576px) {

    .container,
    .container-sm {
        max-width: 100%;
    }
}

@media (min-width:768px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 100%;
    }
}

@media (min-width:992px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px;
    }
}

@media (min-width:1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px;
    }
}

@media (min-width:1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px;
    }
}
/* Temporary until Bootstrap 5 brings these rules back... */

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    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::before {
    padding-top: 56.25%;
}

.embed-responsive::before {
    display: block;
    content: "";
}

/* Accordion link text color */
.ui-widget-content a {
    color: #337ab7;
}
/* Accordion button text color */
a.large-button {
    color: #ffffff;
}

/* Snap Attestation Form */
.umbraco-forms-field {
    margin-bottom: 1em;
}

.umbraco-forms-label {
    display: inline-block;
    margin-bottom: .5rem;
}

.umbraco-forms-indicator {
    color: #c00 !important;
}

.umbraco-forms-field-wrapper {
    font-size: 1rem;
    line-height: 1.2;
    width: 100%;
    clear: both;
}

option {
    margin-bottom: .5rem;
}

.text {
    display: block;
    width: 95%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

select[name="8a7687b1-9a81-4d1d-97dd-41bb5b39af2c"] {
    padding: .5rem .1rem;
    margin-bottom: .5rem;
    line-height: 2;
    max-width: 540px !important;
    width: 100%;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

input[name="6b77b510-51b6-4e67-aba1-02d2a19ed8eb"] {
    max-width: 540px !important;
    width: 100%;
    color: #495057;
    background-color: #f5f5f5;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    cursor: not-allowed;
}

input[name="ad262cb4-2cac-4005-9ffc-f65bbe640f74"] {
    max-width: 540px !important;
    width: 100%;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.cityattform, .zipcodeattform, .pocphonenumberattform {
    width: 50%;
    float: left;
    clear: both;
}

.stateattform, .countyattform, .pocemailaddressattform {
    width: 50%;
    float: right;
}

input[name="903b20df-1d22-42b0-88ca-edc281109749"] {
    width: 20px;
    height: 20px;
    margin-top: 30px
}

label[for="903b20df-1d22-42b0-88ca-edc281109749"] {
    display: inline;
    margin-left: 10px;
}

.field-validation-error {
    width: 100%;
    margin-top: .25rem;
    font-size: .7em;
    color: #dc3545 !important;
}

.datepickerfield {
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.umbraco-forms-hidden {
    display: none;
}

.primary {
    background: #198479;
    padding: 9px 14px;
    display: inline-block;
    font-size: 17px;
    color: white;
    border-radius: 6px;
    font-weight: 600;
    border: 4px solid #95c0cf;
    margin: 6px 0;
}

    .primary:hover,
    .primary:focus {
        background: none;
        padding: 9px 14px;
        display: inline-block;
        font-size: 17px;
        color: #5b94a7;
        border-radius: 6px;
        font-weight: 600;
        border: 4px solid #5b94a7;
        margin: 6px 0;
    }

/* Healthy Food SC Inquiry Form */
.umbraco-forms-field {
    margin-bottom: 2em;
}

.umbraco-forms-label {
    display: inline-block !important;
    margin-bottom: .5rem;
}

.umbraco-forms-indicator {
    color: #c00 !important;
}

select[name="c0d7258e-ea95-4bfb-a045-2993ccb7ed75"] {
    padding: .5rem .1rem;
    margin-bottom: .5rem;
    line-height: 2;
    width: 95%;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

select[name="82ad3d87-a498-4fcc-b658-d92487441974"] {
    padding: .5rem .1rem;
    margin-bottom: .5rem;
    line-height: 2;
    max-width: 400px !important;
    width: 95%;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}


select[name="fe32cbef-e50f-485b-b514-d7170a4ef966"] {
    padding: .5rem .1rem;
    margin-bottom: .5rem;
    line-height: 2;
    max-width: 400px !important;
    width: 95%;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.firstname, .email, .secondcontactfirstname, .secondcontactemail, .addressstreetnumberandname, .snaprecipientfirstname, .snaprecipientemail, .snaprecipientaddress, .otherfirstname, .otheremail, .otheraddress, .state, .snaprecipientstate, .otherstate {
    width: 50%;
    float: left;
}

.lastname, .phonenumber, .secondcontactlastname, .secondcontactphonenumber, .city, .snaprecipientlastname, .snaprecipientphonenumber, .snaprecipientcity, .otherlastname, .otherphonenumber, .othercity, .zipcode, .snaprecipientzip, .otherzip {
    width: 50%;
    float: right;
}

.county2, .snaprecipientcounty, .othercounty {
    clear: both;
}

.categoryofquestionssnapretailer, .categoryofquestionssnaprecipient {
    clear: both;
}

select[name="307dfcb8-c68f-45e0-a828-150e1889a2e6"] {
    padding: .5rem .1rem;
    margin-bottom: .5rem;
    line-height: 2;
    max-width: 400px !important;
    width: 95%;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

select[name="934b634f-e065-49cf-bba0-96d178d67680"] {
    padding: .5rem .1rem;
    margin-bottom: .5rem;
    line-height: 2;
    max-width: 400px !important;
    width: 95%;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

select[name="99e27930-abda-42f5-91dc-1f5b4957883e"] {
    padding: .5rem;
    margin: 0px !important;
    line-height: 2;
    width: 30%;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    float: left;
    clear: none !important;
}

select[name="9fe30694-9eeb-4bed-ab4a-8b73386c7175"] {
    padding: .5rem .1rem;
    margin-bottom: .5rem;
    line-height: 2;
    max-width: 400px !important;
    width: 95%;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

select[name="0c784989-1dbe-4190-90d4-74826f2c343a"] {
    padding: .5rem;
    line-height: 2;
    width: 95%;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

select[name="279cf1b2-1c85-4dbb-b294-9fb01d51ad99"] {
    padding: .5rem;
    line-height: 2;
    width: 95%;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

select[name="d73fc0f2-04c3-410b-a128-a58e5f668738"] {
    padding: .5rem .1rem;
    margin-bottom: .5rem;
    line-height: 2;
    max-width: 400px !important;
    width: 95%;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

select[name="5922d3cc-7f26-47f8-8656-3289f8c4a46c"] {
    padding: .5rem .1rem;
    margin-bottom: .5rem;
    line-height: 2;
    max-width: 400px !important;
    width: 95%;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

select[name="c08e08ba-08af-4752-9630-8e13a9378dd3"] {
    padding: .5rem .1rem;
    margin-bottom: .5rem;
    line-height: 2;
    max-width: 400px !important;
    width: 95%;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

textarea[name="81855a30-c357-4a13-9bfa-40a4b68fc29d"], [name="435bc050-62fc-4c5c-8f59-c1f801a4233e"], [name="98488cca-8a11-4b7f-bd1e-f95f3d95dcd3"] {
    padding: .5rem .1rem;
    margin-bottom: .5rem;
    line-height: 2;
    width: 95%;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

/*thumbnails downloads digital assets*/

/* Container for the whole list */
.download-list {
    max-width: 600px;
    margin: 0 auto;
}

/* Each row */
.download-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e0e0e0;
    padding: 15px 0;
}

    /* Removes the border on the last row */
    .download-row:last-child {
        border-bottom: none;
    }

/* Left side: Thumbnail */
.thumbnail-container {
    display: flex;
    align-items: center;
    gap: 15px;
}

.thumbnail {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 4px;
}

.item-title {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
}

/* Right side: Download link */
.download-link {
    text-decoration: none;
    background-color: #198479;
    color: white;
    padding: 8px 15px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: bold;
    transition: background-color 0.2s;
}

    .download-link:hover {
        background-color: #ffffff;
        border: 2px solid #5b94a7;
        color: #5b94a7;
    }