@charset "UTF-8";
/*!
 *  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 PATH
 * -------------------------- */
@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; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  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.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }
.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }
.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fa-rotate-90 {
  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; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.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 {
  padding: 0;
  margin: 0;
  list-style: none; }
  .header-social ul li {
    display: inline-block;
    margin-right: 2px; }
    .header-social ul li:last-child {
      margin-right: 0; }
    .header-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 {
        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; }

.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 {
    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 a {
      color: #fff;
      font-size: 22px; }
      .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: 16px;
      line-height: 18px; }
      .slide .slide-text p a {
        display: inline-block;
        color: #fff;
        font-size: 16px;
        line-height: 18px;
        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: 10px;
  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: .45; }

.news-wrapper {
  margin-bottom: 20px; }
  .news-wrapper .container {
    padding-bottom: 30px;
    background-color: #fff; }
  .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; }
  .news-wrapper .featured-links a {
    display: block;
    width: 100%;
    padding: 12px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
    border-width: 4px;
    border-style: solid; }
    .news-wrapper .featured-links a.gold {
      background-color: #b69b3c;
      border-color: #d8c782; }
    .news-wrapper .featured-links a.teal {
      background-color: #41aca1;
      border-color: #7cd0c7; }
    .news-wrapper .featured-links a.blue {
      background-color: #5b94a7;
      border-color: #97bfce; }
    .news-wrapper .featured-links a.purple {
      background-color: #835ba6;
      border-color: #b193ce; }
    .news-wrapper .featured-links a i {
      display: block;
      width: 100px;
      height: 100px;
      margin: 0 auto 10px;
      background-image: url("../img/sprite-featured-links.png"); }
    .news-wrapper .featured-links a.food-stamps i {
      background-position: 0 0; }
    .news-wrapper .featured-links a.adoption i {
      background-position: -100px 0; }
    .news-wrapper .featured-links a.child-support i {
      background-position: -200px 0; }
    .news-wrapper .featured-links a.report-abuse i {
      background-position: -300px 0; }
    .news-wrapper .featured-links a span {
      font-weight: 700; }

.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%, transparent 6px);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.35) 0%, transparent 6px);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.35) 0%, transparent 6px);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  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; }
      .content ul li:before {
        content: "\f111";
        font-family: FontAwesome;
        color: #5b94a7;
        margin-right: 9px;
        font-size: 8px;
        vertical-align: middle; }
      .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 .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; }
  @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; } }

.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; } }

.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 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 .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 .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 .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; }

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 .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 {
  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; }

@media (min-width: 768px) {
  .slide .slide-text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 110px; }
    .slide .slide-text h2 {
      margin-bottom: 10px;
      padding-bottom: 10px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.35); }
  .slide .text-container {
    margin: 0 auto;
    max-width: 720px; }

  .slide-controls {
    bottom: 75px; }

  .news-wrapper {
    position: relative;
    z-index: 110; }
    .news-wrapper .container {
      padding-top: 30px;
      border-radius: 10px;
      box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2); }
    .news-wrapper .news-alert {
      margin-left: 0;
      margin-right: 0;
      border-radius: 10px; }

  body.home .news-wrapper {
    margin-top: -55px; }

  body.internal .news-wrapper {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    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: 15px; }
    .top-wrapper .logo {
      display: block;
      float: left;
      margin: 20px 0 30px; }
    .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-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 {
    bottom: 130px; }
    .slide .slide-text h2 {
      margin-bottom: 15px;
      padding-bottom: 15px; }
  .slide .text-container {
    max-width: 800px; }

  .slide-controls {
    bottom: 95px; }

  .news-wrapper {
    position: relative;
    z-index: 110; }
    .news-wrapper .container {
      position: relative;
      padding-left: 30px;
      padding-right: 30px; }
      .news-wrapper .container > .row {
        margin-left: -30px;
        margin-right: -30px; }
    .news-wrapper .news-left {
      float: right;
      padding-left: 30px;
      padding-right: 30px; }
    .news-wrapper .news-right {
      float: right;
      padding-left: 30px;
      padding-right: 30px; }
    .news-wrapper .news-border {
      display: block;
      position: absolute;
      top: 30px;
      bottom: 30px;
      left: 0;
      width: 33.33333%;
      border-right: 1px solid #d8d8d8; }
    .news-wrapper .featured-links .col-sm-3 {
      padding-left: 8px;
      padding-right: 8px; }
      .news-wrapper .featured-links .col-sm-3:first-child {
        padding-left: 15px; }
      .news-wrapper .featured-links .col-sm-3:last-child {
        padding-right: 15px; }

  body.home .news-wrapper {
    margin-top: -75px; }

  .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;
      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;
    width: 100%;
    z-index: 111; }
    .top-wrapper .header-left {
      padding-right: 75px; }

  .main-wrapper {
    position: relative;
    padding-top: 90px;
    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; }

  .news-wrapper .featured-links {
    padding-top: 20px; }
    .news-wrapper .featured-links a {
      margin: 0 auto 15px;
      max-width: 230px; }

  .jobs-wrapper .jobs .jobs-text {
    padding: 15px 0; } }
@media (max-width: 767px) {
  .slide .slide-text {
    position: relative;
    padding: 20px 20px 40px;
    border-top: 1px solid #599ccc; }
    .slide .slide-text h2 {
      position: absolute;
      bottom: 100%;
      left: 15px;
      right: 15px;
      padding-bottom: 10px; } }
@media (max-width: 479px) {
  .slide .slide-text h2 {
    font-size: 48px; } }
@media (max-width: 359px) {
  .slide .slide-text h2 {
    font-size: 44px; } }

/*# sourceMappingURL=main.css.map */
