/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: "FontAwesome";
    src: url("../fonts/fontawesome-webfont.eot?v=4.5.0");
    src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"),
        url("../fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
    font-size: 1.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;
}
body.internal {
    background-color: #fff;
}
.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 15px;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
}
.header-links a.contact {
    background-color: #41aca1;
}
.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;
}
.nav-wrapper {
    background-color: #1e69b4;
}
nav .main-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}
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: #41aca1;
}
nav .main-nav > li ul {
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #41aca1;
}
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: #41aca1;
    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: #41aca1;
    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: #41aca1;
}
.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 {
    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 {
    height: 100%;
    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-sm-6 {
        -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-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        float: none;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    .info-wrapper > .container .row .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
        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: #666a79;
    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: #e1e1e1;
    border-radius: 3px 3px 0 0;
}
.info-panel .event-item .event-date-card .date {
    font-size: 30px;
    line-height: 42px;
    font-weight: 600;
    background: #eaeaea;
    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 {
    min-height: 450px;
    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: #d29d9c;
}
.featured-links a.red:hover,
.featured-links a.red:focus {
    background-color: #b43e3b;
}
.featured-links a.gold {
    background-color: #c6a531;
    border-color: #d9c681;
}
.featured-links a.gold:hover,
.featured-links a.gold:focus {
    background-color: #ba9b2e;
}
.featured-links a.teal {
    background-color: #41aca1;
    border-color: #7cd0c7;
}
.featured-links a.teal:hover,
.featured-links a.teal:focus {
    background-color: #3da197;
}
.featured-links a.blue {
    background-color: #5b94a7;
    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: #C98200;
    border-color: #D9A14E;
}
.featured-links a.russett:hover,
.featured-links a.russett:focus {
    background-color: #C98200;
}
.featured-links a.pink {
    background-color: #e26470;
    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.cta {
    display: block;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.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-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: #6e6074;
}
.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);
    }
}
.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-top: 55px;
}
.intro-text h2 {
    margin: 0 0 25px 0;
    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 #41aca1;
}
.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 #41aca1;
}
.content blockquote p,
.content blockquote span {
    font-size: 28px;
    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: #41aca1;
}
.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: #6e6074;
}
.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;
    color: #fff;
    background: #1e69b4;
}
.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 {
    display: none;
    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 #6e6074;
    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: #41aca1;
    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;
}
.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 #41aca1;
    border-radius: 10px;
}
.interest-form .thank-you p {
    color: #514f4f;
    margin-bottom: 0;
}
.interest-form .notice {
    padding-top: 20px;
    border-top: 1px solid #6e6074;
}
.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 #41aca1;
    border-bottom: 2px solid #41aca1;
}
.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: 25px 0;
    background-color: #fff;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
}
footer .container {
    position: relative;
}
footer .footer-seal {
    display: inline-block;
    margin-bottom: 25px;
}
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 .logo-backdrop {
    display: none;
    position: absolute;
    top: -24px;
    right: -275px;
    width: 649px;
    height: 196px;
    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: #41aca1;
}
.panel-title.open i {
    color: white;
    background-color: #41aca1;
    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: #41aca1;
    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: #5b94a7;
    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: #6e6074;
}
.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.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: #7a8ba0;
}
.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;
}

.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 .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;
    }
    body.internal .reform-wrapper {
        margin-top: 0;
        margin-bottom: 0;
        padding-bottom: 20px;
        background-color: #1e69b4;
    }
    .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;
        margin-top: -10px;
        text-align: right;
    }
    .top-wrapper .header-links {
        display: inline-block;
    }
    .top-wrapper .header-links a {
        margin-right: 10px;
        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;
        font-size: 0;
    }
    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: #41aca1;
    }
    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 {
        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: #41aca1;
        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: relative;
        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-right: 75px;
    }
    .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: #41aca1;
    }
    .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: #41aca1;
    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;
}
