@charset "UTF-8";

/*! normalize.css v2.1.2 | MIT License | git.io/normalize */

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

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

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

[hidden],
template {
  display: none;
}

script {
  display: none!important;
}

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

a {
  background: 0 0;
}

a:focus {
  outline: thin dotted;
}

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

dfn {
  font-style: italic;
}

hr {
  box-sizing: content-box;
}

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

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

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

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

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 0;
}

legend {
  border: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

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

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

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

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

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

textarea {
  overflow: auto;
  vertical-align: top;
}

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

/*!
 *  Font Awesome 4.3.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(//netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?v=4.3.0);
  src: url(//netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0) format("embedded-opentype"),url(//netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff2?v=4.3.0) format("woff2"),url(//netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff?v=4.3.0) format("woff"),url(//netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.ttf?v=4.3.0) format("truetype"),url(//netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular) format("svg");
  font-weight: 400;
  font-style: normal;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-transform: translate(0,0);
  transform: translate(0,0);
}

.fa-lg {
  font-size: 1.33333em;
  line-height: .75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.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: .14286em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

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

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

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

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

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

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

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

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

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

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

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

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
  -webkit-filter: none;
  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-close:before,
.fa-remove: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-cog:before,
.fa-gear: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-repeat:before,
.fa-rotate-right: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-image:before,
.fa-photo: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-exclamation-triangle:before,
.fa-warning: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-cogs:before,
.fa-gears: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-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-floppy-o:before,
.fa-save:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder: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-sort:before,
.fa-unsorted:before {
  content: "";
}

.fa-sort-desc:before,
.fa-sort-down:before {
  content: "";
}

.fa-sort-asc:before,
.fa-sort-up:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-gavel:before,
.fa-legal:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-bolt:before,
.fa-flash:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-clipboard:before,
.fa-paste: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-chain-broken:before,
.fa-unlink: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-caret-square-o-down:before,
.fa-toggle-down:before {
  content: "";
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
  content: "";
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
  content: "";
}

.fa-eur:before,
.fa-euro:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-inr:before,
.fa-rupee:before {
  content: "";
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
  content: "";
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
  content: "";
}

.fa-krw:before,
.fa-won: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-caret-square-o-left:before,
.fa-toggle-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-try:before,
.fa-turkish-lira: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-bank:before,
.fa-institution:before,
.fa-university:before {
  content: "";
}

.fa-graduation-cap:before,
.fa-mortar-board: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-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
  content: "";
}

.fa-file-archive-o:before,
.fa-file-zip-o:before {
  content: "";
}

.fa-file-audio-o:before,
.fa-file-sound-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-ring:before,
.fa-life-saver:before,
.fa-support:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-rebel:before {
  content: "";
}

.fa-empire:before,
.fa-ge:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-paper-plane:before,
.fa-send:before {
  content: "";
}

.fa-paper-plane-o:before,
.fa-send-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before,
.fa-genderless: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-futbol-o:before,
.fa-soccer-ball-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-ils:before,
.fa-shekel:before,
.fa-sheqel: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-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-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-bed:before,
.fa-hotel:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

meta.foundation-version {
  font-family: "/{{VERSION}}/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

body,
html {
  height: 100%;
}

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

body,
html {
  font-size: 100%;
}

body {
  background: #FFF;
  color: #111;
  padding: 0;
  margin: 0;
  font-family: Roboto,Arial,sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.5;
  position: relative;
}

::-moz-selection {
  background: #CCC;
  color: #f57814;
}

::selection {
  background: #CCC;
  color: #f57814;
}

a {
  outline: 0;
}

a:hover {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

#map_canvas embed,
#map_canvas img,
#map_canvas object,
.map_canvas embed,
.map_canvas img,
.map_canvas object {
  max-width: none!important;
}

.left {
  float: left!important;
}

.right {
  float: right!important;
}

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

.clearfix:after {
  clear: both;
}

.hide {
  display: none!important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  min-height: 50px;
}

select {
  width: 100%;
}

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 1320px;
  max-width: 82.5rem;
}

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

.row:after {
  clear: both;
}

.row.collapse>.column,
.row.collapse>.columns {
  padding-left: 0;
  padding-right: 0;
}

.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}

.row .row {
  width: auto;
  margin-left: -10px;
  margin-left: -.625rem;
  margin-right: -10px;
  margin-right: -.625rem;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
}

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

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

.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
}

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

.row .row.collapse:after {
  clear: both;
}

.column,
.columns {
  padding-left: 10px;
  padding-left: .625rem;
  padding-right: 10px;
  padding-right: .625rem;
  width: 100%;
  float: left;
}

[class*=column]+[class*=column]:last-child {
  float: right;
}

[class*=column]+[class*=column].end {
  float: left;
}

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  .small-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .column,
  .columns {
    position: relative;
    padding-left: .625rem;
    padding-right: .625rem;
    float: left;
  }

  .small-1 {
    width: 8.33333%;
  }

  .small-2 {
    width: 16.66667%;
  }

  .small-3 {
    width: 25%;
  }

  .small-4 {
    width: 33.33333%;
  }

  .small-5 {
    width: 41.66667%;
  }

  .small-6 {
    width: 50%;
  }

  .small-7 {
    width: 58.33333%;
  }

  .small-8 {
    width: 66.66667%;
  }

  .small-9 {
    width: 75%;
  }

  .small-10 {
    width: 83.33333%;
  }

  .small-11 {
    width: 91.66667%;
  }

  .small-12 {
    width: 100%;
  }

  .small-offset-0 {
    margin-left: 0!important;
  }

  .small-offset-1 {
    margin-left: 8.33333%!important;
  }

  .small-offset-2 {
    margin-left: 16.66667%!important;
  }

  .small-offset-3 {
    margin-left: 25%!important;
  }

  .small-offset-4 {
    margin-left: 33.33333%!important;
  }

  .small-offset-5 {
    margin-left: 41.66667%!important;
  }

  .small-offset-6 {
    margin-left: 50%!important;
  }

  .small-offset-7 {
    margin-left: 58.33333%!important;
  }

  .small-offset-8 {
    margin-left: 66.66667%!important;
  }

  .small-offset-9 {
    margin-left: 75%!important;
  }

  .small-offset-10 {
    margin-left: 83.33333%!important;
  }

  .small-offset-11 {
    margin-left: 91.66667%!important;
  }

  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }

  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none;
  }

  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left;
  }

  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right;
  }
}

@media only screen and (min-width:40.063em) {
  .medium-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  .medium-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .column,
  .columns {
    position: relative;
    padding-left: .625rem;
    padding-right: .625rem;
    float: left;
  }

  .medium-1 {
    width: 8.33333%;
  }

  .medium-2 {
    width: 16.66667%;
  }

  .medium-3 {
    width: 25%;
  }

  .medium-4 {
    width: 33.33333%;
  }

  .medium-5 {
    width: 41.66667%;
  }

  .medium-6 {
    width: 50%;
  }

  .medium-7 {
    width: 58.33333%;
  }

  .medium-8 {
    width: 66.66667%;
  }

  .medium-9 {
    width: 75%;
  }

  .medium-10 {
    width: 83.33333%;
  }

  .medium-11 {
    width: 91.66667%;
  }

  .medium-12 {
    width: 100%;
  }

  .medium-offset-0 {
    margin-left: 0!important;
  }

  .medium-offset-1 {
    margin-left: 8.33333%!important;
  }

  .medium-offset-2 {
    margin-left: 16.66667%!important;
  }

  .medium-offset-3 {
    margin-left: 25%!important;
  }

  .medium-offset-4 {
    margin-left: 33.33333%!important;
  }

  .medium-offset-5 {
    margin-left: 41.66667%!important;
  }

  .medium-offset-6 {
    margin-left: 50%!important;
  }

  .medium-offset-7 {
    margin-left: 58.33333%!important;
  }

  .medium-offset-8 {
    margin-left: 66.66667%!important;
  }

  .medium-offset-9 {
    margin-left: 75%!important;
  }

  .medium-offset-10 {
    margin-left: 83.33333%!important;
  }

  .medium-offset-11 {
    margin-left: 91.66667%!important;
  }

  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }

  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none;
  }

  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left;
  }

  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right;
  }

  .push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  .pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}

@media only screen and (min-width:64.063em) {
  .large-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  .large-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .column,
  .columns {
    position: relative;
    padding-left: .625rem;
    padding-right: .625rem;
    float: left;
  }

  .large-1 {
    width: 8.33333%;
  }

  .large-2 {
    width: 16.66667%;
  }

  .large-3 {
    width: 25%;
  }

  .large-4 {
    width: 33.33333%;
  }

  .large-5 {
    width: 41.66667%;
  }

  .large-6 {
    width: 50%;
  }

  .large-7 {
    width: 58.33333%;
  }

  .large-8 {
    width: 66.66667%;
  }

  .large-9 {
    width: 75%;
  }

  .large-10 {
    width: 83.33333%;
  }

  .large-11 {
    width: 91.66667%;
  }

  .large-12 {
    width: 100%;
  }

  .large-offset-0 {
    margin-left: 0!important;
  }

  .large-offset-1 {
    margin-left: 8.33333%!important;
  }

  .large-offset-2 {
    margin-left: 16.66667%!important;
  }

  .large-offset-3 {
    margin-left: 25%!important;
  }

  .large-offset-4 {
    margin-left: 33.33333%!important;
  }

  .large-offset-5 {
    margin-left: 41.66667%!important;
  }

  .large-offset-6 {
    margin-left: 50%!important;
  }

  .large-offset-7 {
    margin-left: 58.33333%!important;
  }

  .large-offset-8 {
    margin-left: 66.66667%!important;
  }

  .large-offset-9 {
    margin-left: 75%!important;
  }

  .large-offset-10 {
    margin-left: 83.33333%!important;
  }

  .large-offset-11 {
    margin-left: 91.66667%!important;
  }

  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }

  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none;
  }

  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left;
  }

  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right;
  }

  .push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  .pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}

.accordion {
  margin: 0;
}

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

.accordion:after {
  clear: both;
}

.accordion .accordion-navigation,
.accordion dd {
  display: block;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

@media only screen and (min-width:64.063em) {
  .accordion .accordion-navigation,
  .accordion dd {
    margin-bottom: 2.1875rem;
  }
}

.accordion .accordion-navigation.active>a,
.accordion .accordion-navigation.active>a:hover,
.accordion dd.active>a,
.accordion dd.active>a:hover {
  background: #000;
}

.accordion .accordion-navigation.active>a .icon:before,
.accordion dd.active>a .icon:before {
  opacity: 0;
}

.accordion .accordion-navigation.active>a .icon:after,
.accordion dd.active>a .icon:after {
  width: 80%;
}

.accordion .accordion-navigation>a,
.accordion dd>a {
  background: #000;
  color: #fff;
  clear: both;
  padding: 26px 60px 26px 29px;
  padding: 1.625rem 3.75rem 1.625rem 1.8125rem;
  display: block;
  font-family: Roboto,Arial,sans-serif;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.1;
  position: relative;
  overflow: hidden;
  transition: .1s;
}

.accordion .accordion-navigation>a.win,
.accordion dd>a.win {
  background: #005191;
}

@media only screen and (min-width:40.063em) {
  .accordion .accordion-navigation>a.win:hover,
  .accordion dd>a.win:hover {
    background: #005191;
  }
}

@media only screen and (min-width:40.063em) {
  .accordion .accordion-navigation>a,
  .accordion dd>a {
    font-size: 1.625rem;
  }

  .accordion .accordion-navigation>a:hover,
  .accordion dd>a:hover {
    background: #000;
  }
}

.accordion .accordion-navigation>a .icon,
.accordion dd>a .icon {
  position: absolute;
  top: 50%;
  right: 28px;
  width: 25px;
  height: 25px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.accordion .accordion-navigation>a .icon:after,
.accordion .accordion-navigation>a .icon:before,
.accordion dd>a .icon:after,
.accordion dd>a .icon:before {
  content: '';
  position: absolute;
  background: #FFF;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  transition: all .2s;
}

.accordion .accordion-navigation>a .icon:before,
.accordion dd>a .icon:before {
  width: 5px;
  height: 100%;
}

.accordion .accordion-navigation>a .icon:after,
.accordion dd>a .icon:after {
  width: 100%;
  height: 5px;
}

.accordion .accordion-navigation>.content,
.accordion dd>.content {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  padding: 0 1.25rem;
  transition: max-height .3s,padding .2s .1s;
}

@media only screen and (min-width:64.063em) {
  .accordion .accordion-navigation>.content,
  .accordion dd>.content {
    padding: 0 4.125rem;
  }
}

.accordion .accordion-navigation>.content p,
.accordion dd>.content p {
  font-size: 15px;
  font-size: .9375rem;
  line-height: 1.47;
}

.accordion .accordion-navigation>.content p:last-child,
.accordion dd>.content p:last-child {
  margin-bottom: 0;
}

.accordion .accordion-navigation>.content.active,
.accordion dd>.content.active {
  max-height: 4000px;
  padding: 30px 20px;
  padding: 1.875rem 1.25rem;
  border: 1px solid #e1e1e1;
}

@media only screen and (min-width:64.063em) {
  .accordion .accordion-navigation>.content.active,
  .accordion dd>.content.active {
    padding: 3.625rem 4.125rem;
    transition: max-height .2s .1s,padding .3s;
  }
}

[class*=block-grid-] {
  display: block;
  padding: 0;
  margin: 0 -10px;
  margin: 0 -.625rem;
}

[class*=block-grid-]:after,
[class*=block-grid-]:before {
  content: " ";
  display: table;
}

[class*=block-grid-]:after {
  clear: both;
}

[class*=block-grid-]>li {
  display: block;
  height: auto;
  float: left;
  padding: 0 10px 20px;
  padding: 0 .625rem 1.25rem;
}

@media only screen {
  .small-block-grid-1>li {
    width: 100%;
    list-style: none;
  }

  .small-block-grid-1>li:nth-of-type(1n) {
    clear: none;
  }

  .small-block-grid-1>li:nth-of-type(1n+1) {
    clear: both;
  }

  .small-block-grid-2>li {
    width: 50%;
    list-style: none;
  }

  .small-block-grid-2>li:nth-of-type(1n) {
    clear: none;
  }

  .small-block-grid-2>li:nth-of-type(2n+1) {
    clear: both;
  }

  .small-block-grid-3>li {
    width: 33.33333%;
    list-style: none;
  }

  .small-block-grid-3>li:nth-of-type(1n) {
    clear: none;
  }

  .small-block-grid-3>li:nth-of-type(3n+1) {
    clear: both;
  }

  .small-block-grid-4>li {
    width: 25%;
    list-style: none;
  }

  .small-block-grid-4>li:nth-of-type(1n) {
    clear: none;
  }

  .small-block-grid-4>li:nth-of-type(4n+1) {
    clear: both;
  }

  .small-block-grid-5>li {
    width: 20%;
    list-style: none;
  }

  .small-block-grid-5>li:nth-of-type(1n) {
    clear: none;
  }

  .small-block-grid-5>li:nth-of-type(5n+1) {
    clear: both;
  }

  .small-block-grid-6>li {
    width: 16.66667%;
    list-style: none;
  }

  .small-block-grid-6>li:nth-of-type(1n) {
    clear: none;
  }

  .small-block-grid-6>li:nth-of-type(6n+1) {
    clear: both;
  }

  .small-block-grid-7>li {
    width: 14.28571%;
    list-style: none;
  }

  .small-block-grid-7>li:nth-of-type(1n) {
    clear: none;
  }

  .small-block-grid-7>li:nth-of-type(7n+1) {
    clear: both;
  }

  .small-block-grid-8>li {
    width: 12.5%;
    list-style: none;
  }

  .small-block-grid-8>li:nth-of-type(1n) {
    clear: none;
  }

  .small-block-grid-8>li:nth-of-type(8n+1) {
    clear: both;
  }

  .small-block-grid-9>li {
    width: 11.11111%;
    list-style: none;
  }

  .small-block-grid-9>li:nth-of-type(1n) {
    clear: none;
  }

  .small-block-grid-9>li:nth-of-type(9n+1) {
    clear: both;
  }

  .small-block-grid-10>li {
    width: 10%;
    list-style: none;
  }

  .small-block-grid-10>li:nth-of-type(1n) {
    clear: none;
  }

  .small-block-grid-10>li:nth-of-type(10n+1) {
    clear: both;
  }

  .small-block-grid-11>li {
    width: 9.09091%;
    list-style: none;
  }

  .small-block-grid-11>li:nth-of-type(1n) {
    clear: none;
  }

  .small-block-grid-11>li:nth-of-type(11n+1) {
    clear: both;
  }

  .small-block-grid-12>li {
    width: 8.33333%;
    list-style: none;
  }

  .small-block-grid-12>li:nth-of-type(1n) {
    clear: none;
  }

  .small-block-grid-12>li:nth-of-type(12n+1) {
    clear: both;
  }
}

@media only screen and (min-width:40.063em) {
  .medium-block-grid-1>li {
    width: 100%;
    list-style: none;
  }

  .medium-block-grid-1>li:nth-of-type(1n) {
    clear: none;
  }

  .medium-block-grid-1>li:nth-of-type(1n+1) {
    clear: both;
  }

  .medium-block-grid-2>li {
    width: 50%;
    list-style: none;
  }

  .medium-block-grid-2>li:nth-of-type(1n) {
    clear: none;
  }

  .medium-block-grid-2>li:nth-of-type(2n+1) {
    clear: both;
  }

  .medium-block-grid-3>li {
    width: 33.33333%;
    list-style: none;
  }

  .medium-block-grid-3>li:nth-of-type(1n) {
    clear: none;
  }

  .medium-block-grid-3>li:nth-of-type(3n+1) {
    clear: both;
  }

  .medium-block-grid-4>li {
    width: 25%;
    list-style: none;
  }

  .medium-block-grid-4>li:nth-of-type(1n) {
    clear: none;
  }

  .medium-block-grid-4>li:nth-of-type(4n+1) {
    clear: both;
  }

  .medium-block-grid-5>li {
    width: 20%;
    list-style: none;
  }

  .medium-block-grid-5>li:nth-of-type(1n) {
    clear: none;
  }

  .medium-block-grid-5>li:nth-of-type(5n+1) {
    clear: both;
  }

  .medium-block-grid-6>li {
    width: 16.66667%;
    list-style: none;
  }

  .medium-block-grid-6>li:nth-of-type(1n) {
    clear: none;
  }

  .medium-block-grid-6>li:nth-of-type(6n+1) {
    clear: both;
  }

  .medium-block-grid-7>li {
    width: 14.28571%;
    list-style: none;
  }

  .medium-block-grid-7>li:nth-of-type(1n) {
    clear: none;
  }

  .medium-block-grid-7>li:nth-of-type(7n+1) {
    clear: both;
  }

  .medium-block-grid-8>li {
    width: 12.5%;
    list-style: none;
  }

  .medium-block-grid-8>li:nth-of-type(1n) {
    clear: none;
  }

  .medium-block-grid-8>li:nth-of-type(8n+1) {
    clear: both;
  }

  .medium-block-grid-9>li {
    width: 11.11111%;
    list-style: none;
  }

  .medium-block-grid-9>li:nth-of-type(1n) {
    clear: none;
  }

  .medium-block-grid-9>li:nth-of-type(9n+1) {
    clear: both;
  }

  .medium-block-grid-10>li {
    width: 10%;
    list-style: none;
  }

  .medium-block-grid-10>li:nth-of-type(1n) {
    clear: none;
  }

  .medium-block-grid-10>li:nth-of-type(10n+1) {
    clear: both;
  }

  .medium-block-grid-11>li {
    width: 9.09091%;
    list-style: none;
  }

  .medium-block-grid-11>li:nth-of-type(1n) {
    clear: none;
  }

  .medium-block-grid-11>li:nth-of-type(11n+1) {
    clear: both;
  }

  .medium-block-grid-12>li {
    width: 8.33333%;
    list-style: none;
  }

  .medium-block-grid-12>li:nth-of-type(1n) {
    clear: none;
  }

  .medium-block-grid-12>li:nth-of-type(12n+1) {
    clear: both;
  }
}

@media only screen and (min-width:64.063em) {
  .large-block-grid-1>li {
    width: 100%;
    list-style: none;
  }

  .large-block-grid-1>li:nth-of-type(1n) {
    clear: none;
  }

  .large-block-grid-1>li:nth-of-type(1n+1) {
    clear: both;
  }

  .large-block-grid-2>li {
    width: 50%;
    list-style: none;
  }

  .large-block-grid-2>li:nth-of-type(1n) {
    clear: none;
  }

  .large-block-grid-2>li:nth-of-type(2n+1) {
    clear: both;
  }

  .large-block-grid-3>li {
    width: 33.33333%;
    list-style: none;
  }

  .large-block-grid-3>li:nth-of-type(1n) {
    clear: none;
  }

  .large-block-grid-3>li:nth-of-type(3n+1) {
    clear: both;
  }

  .large-block-grid-4>li {
    width: 25%;
    list-style: none;
  }

  .large-block-grid-4>li:nth-of-type(1n) {
    clear: none;
  }

  .large-block-grid-4>li:nth-of-type(4n+1) {
    clear: both;
  }

  .large-block-grid-5>li {
    width: 20%;
    list-style: none;
  }

  .large-block-grid-5>li:nth-of-type(1n) {
    clear: none;
  }

  .large-block-grid-5>li:nth-of-type(5n+1) {
    clear: both;
  }

  .large-block-grid-6>li {
    width: 16.66667%;
    list-style: none;
  }

  .large-block-grid-6>li:nth-of-type(1n) {
    clear: none;
  }

  .large-block-grid-6>li:nth-of-type(6n+1) {
    clear: both;
  }

  .large-block-grid-7>li {
    width: 14.28571%;
    list-style: none;
  }

  .large-block-grid-7>li:nth-of-type(1n) {
    clear: none;
  }

  .large-block-grid-7>li:nth-of-type(7n+1) {
    clear: both;
  }

  .large-block-grid-8>li {
    width: 12.5%;
    list-style: none;
  }

  .large-block-grid-8>li:nth-of-type(1n) {
    clear: none;
  }

  .large-block-grid-8>li:nth-of-type(8n+1) {
    clear: both;
  }

  .large-block-grid-9>li {
    width: 11.11111%;
    list-style: none;
  }

  .large-block-grid-9>li:nth-of-type(1n) {
    clear: none;
  }

  .large-block-grid-9>li:nth-of-type(9n+1) {
    clear: both;
  }

  .large-block-grid-10>li {
    width: 10%;
    list-style: none;
  }

  .large-block-grid-10>li:nth-of-type(1n) {
    clear: none;
  }

  .large-block-grid-10>li:nth-of-type(10n+1) {
    clear: both;
  }

  .large-block-grid-11>li {
    width: 9.09091%;
    list-style: none;
  }

  .large-block-grid-11>li:nth-of-type(1n) {
    clear: none;
  }

  .large-block-grid-11>li:nth-of-type(11n+1) {
    clear: both;
  }

  .large-block-grid-12>li {
    width: 8.33333%;
    list-style: none;
  }

  .large-block-grid-12>li:nth-of-type(1n) {
    clear: none;
  }

  .large-block-grid-12>li:nth-of-type(12n+1) {
    clear: both;
  }
}

.breadcrumbs {
  display: block;
  padding: 9px 14px;
  padding: .5625rem .875rem;
  overflow: hidden;
  margin-left: 0;
  list-style: none;
  border-style: solid;
  border-width: 0;
  background-color: rgba(255,255,255,.8);
  border-color: transparent;
  border-radius: 0;
}

.breadcrumbs>* {
  margin: 0;
  float: left;
  font-size: 11px;
  font-size: .6875rem;
  line-height: 11px;
  line-height: .6875rem;
  text-transform: uppercase;
  color: #f26527;
}

.breadcrumbs>:focus a,
.breadcrumbs>:hover a {
  text-decoration: underline;
}

.breadcrumbs>* a {
  color: #f26527;
}

.breadcrumbs>.current,
.breadcrumbs>.current a {
  cursor: default;
  color: #f26527;
}

.breadcrumbs>.current:focus,
.breadcrumbs>.current:focus a,
.breadcrumbs>.current:hover,
.breadcrumbs>.current:hover a {
  text-decoration: none;
}

.breadcrumbs>.unavailable,
.breadcrumbs>.unavailable a {
  color: #999;
}

.breadcrumbs>.unavailable a:focus,
.breadcrumbs>.unavailable:focus,
.breadcrumbs>.unavailable:hover,
.breadcrumbs>.unavailable:hover a {
  text-decoration: none;
  color: #999;
  cursor: default;
}

.breadcrumbs>:before {
  content: ">";
  color: #AAA;
  margin: 0 12px;
  margin: 0 .75rem;
  position: relative;
  top: 1px;
}

.breadcrumbs>:first-child:before {
  content: " ";
  margin: 0;
}

[aria-label=breadcrumbs] [aria-hidden=true]:after {
  content: "/";
}

#framework .submit,
.button,
button {
  background: #f57814;
  border: 0 solid transparent;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto Condensed",Arial,sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .02em;
  line-height: 1;
  margin: 0 0 20px;
  margin: 0 0 1.25rem;
  overflow: hidden;
  padding: 17px 35px;
  padding: 1.0625rem 2.1875rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background .2s;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

#framework .active-button.submit,
#framework .submit:active,
#framework .submit:focus,
#framework .submit:hover,
.button.active-button,
.button:active,
.button:focus,
.button:hover,
button.active-button,
button:active,
button:focus,
button:hover {
  background: #f26527;
  color: #000;
}

#framework .small.submit,
#framework .tiny.submit,
.button.small,
.button.tiny,
button.small,
button.tiny {
  font-size: 14px;
}

#framework .large.submit,
.button.large,
button.large {
  font-size: 18px;
}

#framework .expand.submit,
.button.expand,
button.expand {
  display: block;
}

#framework .left-align.submit,
.button.left-align,
button.left-align {
  text-align: left;
  text-indent: 35px;
  text-indent: 2.1875rem;
}

#framework .right-align.submit,
.button.right-align,
button.right-align {
  text-align: right;
  padding-right: 35px;
  padding-right: 2.1875rem;
}

#framework .secondary.submit,
.button.secondary,
button.secondary {
  background: #f2f2f2;
  color: #000;
}

#framework .secondary.active-button.submit,
#framework .secondary.submit:active,
#framework .secondary.submit:focus,
#framework .secondary.submit:hover,
.button.secondary.active-button,
.button.secondary:active,
.button.secondary:focus,
.button.secondary:hover,
button.secondary.active-button,
button.secondary:active,
button.secondary:focus,
button.secondary:hover {
  background: #ddd;
  color: #000;
}

#framework .disabled.active-button.submit,
#framework .disabled.submit,
#framework .disabled.submit:active,
#framework .disabled.submit:focus,
#framework .disabled.submit:hover,
#framework [disabled].active-button.submit,
#framework [disabled].submit,
#framework [disabled].submit:active,
#framework [disabled].submit:focus,
#framework [disabled].submit:hover,
.button.disabled,
.button.disabled.active-button,
.button.disabled:active,
.button.disabled:focus,
.button.disabled:hover,
.button[disabled],
.button[disabled].active-button,
.button[disabled]:active,
.button[disabled]:focus,
.button[disabled]:hover,
button.disabled,
button.disabled.active-button,
button.disabled:active,
button.disabled:focus,
button.disabled:hover,
button[disabled],
button[disabled].active-button,
button[disabled]:active,
button[disabled]:focus,
button[disabled]:hover {
  background: #f9b076;
}

#framework .disabled.secondary.active-button.submit,
#framework .disabled.secondary.submit,
#framework .disabled.secondary.submit:active,
#framework .disabled.secondary.submit:focus,
#framework .disabled.secondary.submit:hover,
#framework [disabled].secondary.active-button.submit,
#framework [disabled].secondary.submit,
#framework [disabled].secondary.submit:active,
#framework [disabled].secondary.submit:focus,
#framework [disabled].secondary.submit:hover,
.button.disabled.secondary,
.button.disabled.secondary.active-button,
.button.disabled.secondary:active,
.button.disabled.secondary:focus,
.button.disabled.secondary:hover,
.button[disabled].secondary,
.button[disabled].secondary.active-button,
.button[disabled].secondary:active,
.button[disabled].secondary:focus,
.button[disabled].secondary:hover,
button.disabled.secondary,
button.disabled.secondary.active-button,
button.disabled.secondary:active,
button.disabled.secondary:focus,
button.disabled.secondary:hover,
button[disabled].secondary,
button[disabled].secondary.active-button,
button[disabled].secondary:active,
button[disabled].secondary:focus,
button[disabled].secondary:hover {
  background: #fff;
  color: #666;
}

@media only screen and (min-width:40.063em) {
  #framework .expand.submit,
  .button.expand,
  button.expand {
    width: 100%;
  }
}

.f-dropdown {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  outline: 0;
  width: 100%;
  max-height: none;
  height: auto;
  background: rgba(255,255,255,.9);
  border: solid 0 #ccc;
  font-size: 16px;
  font-size: 1rem;
  z-index: 89;
  margin-top: 2px;
  max-width: 200px;
}

.f-dropdown>:first-child {
  margin-top: 0;
}

.f-dropdown>:last-child {
  margin-bottom: 0;
}

.f-dropdown:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 0;
  border-color: transparent transparent #FFF;
  border-bottom-style: solid;
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 89;
}

.f-dropdown:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 1;
  border-color: transparent transparent #ccc;
  border-bottom-style: solid;
  position: absolute;
  top: -2;
  left: 9px;
  z-index: 88;
}

.f-dropdown.right:before {
  left: auto;
  right: 10px;
}

.f-dropdown.right:after {
  left: auto;
  right: 9px;
}

.f-dropdown.drop-right {
  position: absolute;
  left: -9999px;
  list-style: none;
  outline: 0;
  width: 100%;
  max-height: none;
  height: auto;
  background: rgba(255,255,255,.9);
  border: solid 0 #ccc;
  font-size: 16px;
  font-size: 1rem;
  z-index: 89;
  margin-top: 0;
  margin-left: 2px;
  max-width: 200px;
}

.f-dropdown.drop-right>:first-child {
  margin-top: 0;
}

.f-dropdown.drop-right>:last-child {
  margin-bottom: 0;
}

.f-dropdown.drop-right:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 0;
  border-color: transparent #FFF transparent transparent;
  border-right-style: solid;
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 89;
}

.f-dropdown.drop-right:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 1;
  border-color: transparent #ccc transparent transparent;
  border-right-style: solid;
  position: absolute;
  top: 9px;
  left: -2;
  z-index: 88;
}

.f-dropdown.drop-left {
  position: absolute;
  left: -9999px;
  list-style: none;
  outline: 0;
  width: 100%;
  max-height: none;
  height: auto;
  background: rgba(255,255,255,.9);
  border: solid 0 #ccc;
  font-size: 16px;
  font-size: 1rem;
  z-index: 89;
  margin-top: 0;
  margin-left: -2px;
  max-width: 200px;
}

.f-dropdown.drop-left>:first-child {
  margin-top: 0;
}

.f-dropdown.drop-left>:last-child {
  margin-bottom: 0;
}

.f-dropdown.drop-left:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 0;
  border-color: transparent transparent transparent #FFF;
  border-left-style: solid;
  position: absolute;
  top: 10px;
  right: 0;
  left: auto;
  z-index: 89;
}

.f-dropdown.drop-left:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 1;
  border-color: transparent transparent transparent #ccc;
  border-left-style: solid;
  position: absolute;
  top: 9px;
  right: -2;
  left: auto;
  z-index: 88;
}

.f-dropdown.drop-top {
  position: absolute;
  left: -9999px;
  list-style: none;
  outline: 0;
  width: 100%;
  max-height: none;
  height: auto;
  background: rgba(255,255,255,.9);
  border: solid 0 #ccc;
  font-size: 16px;
  font-size: 1rem;
  z-index: 89;
  margin-top: -2px;
  margin-left: 0;
  max-width: 200px;
}

.f-dropdown.drop-top>:first-child {
  margin-top: 0;
}

.f-dropdown.drop-top>:last-child {
  margin-bottom: 0;
}

.f-dropdown.drop-top:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 0;
  border-color: #FFF transparent transparent;
  border-top-style: solid;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 10px;
  right: auto;
  z-index: 89;
}

.f-dropdown.drop-top:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 1;
  border-color: #ccc transparent transparent;
  border-top-style: solid;
  position: absolute;
  top: auto;
  bottom: -2;
  left: 9px;
  right: auto;
  z-index: 88;
}

.f-dropdown li {
  border-bottom: 1px solid #CCC;
  font-size: 16px;
  font-size: 1rem;
  cursor: pointer;
  line-height: 18px;
  line-height: 1.125rem;
  margin: 0;
  text-transform: uppercase;
  font-family: league-gothic,Arial,sans-serif;
  letter-spacing: .02em;
  font-weight: 400;
}

.f-dropdown li.radius {
  border-radius: 0;
}

.f-dropdown li a {
  display: block;
  padding: 8px;
  padding: .5rem;
  color: #555;
}

.f-dropdown li a:focus,
.f-dropdown li a:hover {
  color: #f57814;
}

.f-dropdown li:nth-last-child(1) {
  border-bottom: none;
}

.f-dropdown.content {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  outline: 0;
  padding: 20px;
  padding: 1.25rem;
  width: 100%;
  height: auto;
  max-height: none;
  background: rgba(255,255,255,.9);
  border: solid 0 #ccc;
  font-size: 16px;
  font-size: 1rem;
  z-index: 89;
  max-width: 200px;
}

.f-dropdown.content>:first-child {
  margin-top: 0;
}

.f-dropdown.content>:last-child {
  margin-bottom: 0;
}

.f-dropdown.tiny {
  max-width: 200px;
}

.f-dropdown.small {
  max-width: 300px;
}

.f-dropdown.medium {
  max-width: 500px;
}

.f-dropdown.large {
  max-width: 800px;
}

.f-dropdown.mega {
  width: 100%!important;
  max-width: 100%!important;
}

.f-dropdown.mega.open {
  left: 0!important;
}

#framework .dropdown.submit,
.dropdown.button,
button.dropdown {
  position: relative;
  outline: 0;
  padding-right: 57px;
  padding-right: 3.5625rem;
}

#framework .dropdown.submit::after,
.dropdown.button::after,
button.dropdown::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  top: 50%;
  border-width: 6px;
  border-width: .375rem;
  right: 22.5px;
  right: 1.40625rem;
  margin-top: -2.5px;
  margin-top: -.15625rem;
  border-color: #FFF transparent transparent;
}

#framework .dropdown.tiny.submit,
.dropdown.button.tiny,
button.dropdown.tiny {
  padding-right: 42px;
  padding-right: 2.625rem;
}

#framework .dropdown.tiny.submit:after,
.dropdown.button.tiny:after,
button.dropdown.tiny:after {
  border-width: 6px;
  border-width: .375rem;
  right: 18px;
  right: 1.125rem;
  margin-top: -2px;
  margin-top: -.125rem;
}

#framework .dropdown.tiny.submit::after,
.dropdown.button.tiny::after,
button.dropdown.tiny::after {
  border-color: #FFF transparent transparent;
}

#framework .dropdown.small.submit,
.dropdown.button.small,
button.dropdown.small {
  padding-right: 49px;
  padding-right: 3.0625rem;
}

#framework .dropdown.small.submit::after,
.dropdown.button.small::after,
button.dropdown.small::after {
  border-width: 7px;
  border-width: .4375rem;
  right: 21px;
  right: 1.3125rem;
  margin-top: -2.5px;
  margin-top: -.15625rem;
  border-color: #FFF transparent transparent;
}

#framework .dropdown.large.submit,
.dropdown.button.large,
button.dropdown.large {
  padding-right: 58px;
  padding-right: 3.625rem;
}

#framework .dropdown.large.submit::after,
.dropdown.button.large::after,
button.dropdown.large::after {
  border-width: 5px;
  border-width: .3125rem;
  right: 27.5px;
  right: 1.71875rem;
  margin-top: -2.5px;
  margin-top: -.15625rem;
  border-color: #FFF transparent transparent;
}

#framework .dropdown.secondary.submit:after,
.dropdown.button.secondary:after,
button.dropdown.secondary:after {
  border-color: #333 transparent transparent;
}

.flex-video {
  position: relative;
  padding-top: 25px;
  padding-top: 1.5625rem;
  padding-bottom: 60%;
  height: 0;
  margin-bottom: 0;
  overflow: hidden;
}

.flex-video.widescreen {
  padding-bottom: 50.9%;
}

.flex-video.vimeo {
  padding-top: 0;
}

.flex-video embed,
.flex-video iframe,
.flex-video object,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

form .row .row {
  margin: 0 -8px;
  margin: 0 -.5rem;
}

form .row .row .column,
form .row .row .columns {
  padding: 0 8px;
  padding: 0 .5rem;
}

form .row .row.collapse {
  margin: 0;
}

form .row .row.collapse .column,
form .row .row.collapse .columns {
  padding: 0;
}

form .row .row.collapse input {
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 8px;
  padding-left: .5rem;
}

.truist-content .vs_form_question2,
label {
  font-size: 16px;
  font-size: 1rem;
  color: #000;
  cursor: default;
  display: block;
  line-height: 1.5;
  margin-bottom: 10px;
  margin-bottom: .625rem;
  text-transform: uppercase;
  font-family: league-gothic,Arial,sans-serif;
  letter-spacing: .02em;
  font-weight: 400;
}

.truist-content .right.vs_form_question2,
label.right {
  float: none!important;
  text-align: right;
}

.truist-content .inline.vs_form_question2,
label.inline {
  margin: 0 0 16px;
  margin: 0 0 1rem;
  padding: 9px 0;
  padding: .5625rem 0;
}

.truist-content .vs_form_question2 small,
label small {
  text-transform: uppercase;
  color: #1a11b5;
}

.postfix,
.prefix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  font-size: 16px;
  font-size: 1rem;
  height: 39px;
  height: 2.4375rem;
  line-height: 39px;
  line-height: 2.4375rem;
}

#framework .postfix.submit,
#framework .prefix.submit,
.postfix.button,
.prefix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 34px;
  line-height: 2.125rem;
  border: none;
}

#framework .prefix.radius.submit,
.prefix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

#framework .postfix.radius.submit,
.postfix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

#framework .prefix.round.submit,
.prefix.button.round {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

#framework .postfix.round.submit,
.postfix.button.round {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.truist-content .prefix.vs_form_question2,
label.prefix,
span.prefix {
  background: #f2f2f2;
  border-right: none;
  color: #333;
  border-color: #f2f2f2;
}

.truist-content .postfix.vs_form_question2,
label.postfix,
span.postfix {
  background: #f2f2f2;
  border-left: none;
  color: #333;
  border-color: #f2f2f2;
}

input[type=color],
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  background-color: #f2f2f2;
  font-family: Roboto,Arial,sans-serif;
  border-style: solid;
  border-width: 1px;
  border-color: #f2f2f2;
  box-shadow: none;
  color: #4F4F4F;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  margin: 0 0 16px;
  margin: 0 0 1rem;
  padding: 8px 14px;
  padding: .5rem .875rem;
  height: 39px;
  height: 2.4375rem;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  transition: all .15s linear;
}

input[type=color]::-moz-selection,
input[type=date]::-moz-selection,
input[type=datetime-local]::-moz-selection,
input[type=datetime]::-moz-selection,
input[type=email]::-moz-selection,
input[type=month]::-moz-selection,
input[type=number]::-moz-selection,
input[type=password]::-moz-selection,
input[type=search]::-moz-selection,
input[type=tel]::-moz-selection,
input[type=text]::-moz-selection,
input[type=time]::-moz-selection,
input[type=url]::-moz-selection,
input[type=week]::-moz-selection,
textarea::-moz-selection {
  background: #4F4F4F;
  color: #fff;
}

input[type=color]::selection,
input[type=date]::selection,
input[type=datetime-local]::selection,
input[type=datetime]::selection,
input[type=email]::selection,
input[type=month]::selection,
input[type=number]::selection,
input[type=password]::selection,
input[type=search]::selection,
input[type=tel]::selection,
input[type=text]::selection,
input[type=time]::selection,
input[type=url]::selection,
input[type=week]::selection,
textarea::selection {
  background: #4F4F4F;
  color: #fff;
}

input[type=color]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
input[type=datetime-local]::-webkit-input-placeholder,
input[type=datetime]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=month]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
input[type=time]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=week]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #4F4F4F;
}

input[type=color]:-moz-placeholder,
input[type=date]:-moz-placeholder,
input[type=datetime-local]:-moz-placeholder,
input[type=datetime]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=month]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=text]:-moz-placeholder,
input[type=time]:-moz-placeholder,
input[type=url]:-moz-placeholder,
input[type=week]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #4F4F4F;
}

input[type=color]::-moz-placeholder,
input[type=date]::-moz-placeholder,
input[type=datetime-local]::-moz-placeholder,
input[type=datetime]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=month]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=text]::-moz-placeholder,
input[type=time]::-moz-placeholder,
input[type=url]::-moz-placeholder,
input[type=week]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #4F4F4F;
}

input[type=color]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
input[type=datetime-local]:-ms-input-placeholder,
input[type=datetime]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=month]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
input[type=time]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=week]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #4F4F4F;
}

input[type=color]:focus,
input[type=date]:focus,
input[type=datetime-local]:focus,
input[type=datetime]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
textarea:focus {
  background: #f7f7f7;
  border-color: #f7f7f7;
  outline: 0;
}

fieldset[disabled] input[type=color],
fieldset[disabled] input[type=date],
fieldset[disabled] input[type=datetime-local],
fieldset[disabled] input[type=datetime],
fieldset[disabled] input[type=email],
fieldset[disabled] input[type=month],
fieldset[disabled] input[type=number],
fieldset[disabled] input[type=password],
fieldset[disabled] input[type=search],
fieldset[disabled] input[type=tel],
fieldset[disabled] input[type=text],
fieldset[disabled] input[type=time],
fieldset[disabled] input[type=url],
fieldset[disabled] input[type=week],
fieldset[disabled] textarea,
input[type=color]:disabled,
input[type=color][disabled],
input[type=color][readonly],
input[type=date]:disabled,
input[type=date][disabled],
input[type=date][readonly],
input[type=datetime-local]:disabled,
input[type=datetime-local][disabled],
input[type=datetime-local][readonly],
input[type=datetime]:disabled,
input[type=datetime][disabled],
input[type=datetime][readonly],
input[type=email]:disabled,
input[type=email][disabled],
input[type=email][readonly],
input[type=month]:disabled,
input[type=month][disabled],
input[type=month][readonly],
input[type=number]:disabled,
input[type=number][disabled],
input[type=number][readonly],
input[type=password]:disabled,
input[type=password][disabled],
input[type=password][readonly],
input[type=search]:disabled,
input[type=search][disabled],
input[type=search][readonly],
input[type=tel]:disabled,
input[type=tel][disabled],
input[type=tel][readonly],
input[type=text]:disabled,
input[type=text][disabled],
input[type=text][readonly],
input[type=time]:disabled,
input[type=time][disabled],
input[type=time][readonly],
input[type=url]:disabled,
input[type=url][disabled],
input[type=url][readonly],
input[type=week]:disabled,
input[type=week][disabled],
input[type=week][readonly],
textarea:disabled,
textarea[disabled],
textarea[readonly] {
  background-color: #f2f2f2;
  cursor: default;
}

input[type=color].radius,
input[type=date].radius,
input[type=datetime-local].radius,
input[type=datetime].radius,
input[type=email].radius,
input[type=month].radius,
input[type=number].radius,
input[type=password].radius,
input[type=search].radius,
input[type=tel].radius,
input[type=text].radius,
input[type=time].radius,
input[type=url].radius,
input[type=week].radius,
textarea.radius {
  border-radius: 0;
}

form .row .prefix-radius.row.collapse input,
form .row .prefix-radius.row.collapse select,
form .row .prefix-radius.row.collapse textarea {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

form .row .postfix-radius.row.collapse input,
form .row .postfix-radius.row.collapse select,
form .row .postfix-radius.row.collapse textarea,
form .row .prefix-radius.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

form .row .postfix-radius.row.collapse .postfix,
form .row .prefix-round.row.collapse input,
form .row .prefix-round.row.collapse select,
form .row .prefix-round.row.collapse textarea {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

form .row .postfix-round.row.collapse input,
form .row .postfix-round.row.collapse select,
form .row .postfix-round.row.collapse textarea,
form .row .prefix-round.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

form .row .postfix-round.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

input[type=submit] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

textarea[rows] {
  height: auto;
}

textarea {
  height: 100px;
  height: 6.25rem;
  max-width: 100%;
}

select {
  -webkit-appearance: none!important;
  -webkit-border-radius: 0;
  -webkit-font-smoothing: antialiased;
  background-color: #FAFAFA;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIxN3B4IiB2aWV3Qm94PSIwIDAgNiAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIGZpbGw9IiM0ZjRmNGYiIHBvaW50cz0iNS45OTIsMCAyLjk5MiwzIC0wLjAwOCwwICIvPjwvc3ZnPg==);
  background-size: 15px auto;
  background-position: right 12px center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #f2f2f2;
  padding: 8px 14px;
  padding: .5rem .875rem;
  font-size: 16px;
  font-size: 1rem;
  font-family: Roboto,Arial,sans-serif;
  color: #4F4F4F;
  line-height: normal;
  height: 39px;
  height: 2.4375rem;
}

select::-ms-expand {
  display: none;
}

select.radius {
  border-radius: 0;
}

select:hover {
  background-color: #f3f3f3;
  border-color: #f7f7f7;
}

select:focus {
  outline: 1px solid #CCC;
}

select:disabled {
  background-color: #f2f2f2;
  cursor: default;
}

@-moz-document url-prefix()  {
  select {
    -moz-appearance: none;
    text-indent: .01px;
    text-overflow: '';
  }
}

input[type=checkbox],
input[type=file],
input[type=radio],
select {
  margin: 0 0 16px;
  margin: 0 0 1rem;
}

.truist-content input[type=checkbox]+.vs_form_question2,
.truist-content input[type=radio]+.vs_form_question2,
input[type=checkbox]+label,
input[type=radio]+label {
  display: inline-block;
  margin-left: 8px;
  margin-left: .5rem;
  margin-right: 16px;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline;
}

input[type=radio] {
  position: absolute;
  left: -999em;
}

.truist-content input[type=radio]+.vs_form_question2,
input[type=radio]+label {
  color: #1a1a1a;
  cursor: pointer;
  line-height: 1;
  margin: 0 0 0 15px;
  margin: 0 0 0 .9375rem;
  position: relative;
  font-family: Roboto,Arial,sans-serif;
  font-weight: 400;
}

.truist-content input[type=radio]+.vs_form_question2::before,
input[type=radio]+label::before {
  border-radius: 50%;
  content: "";
  background: #FFF;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-transform: translate(0,0);
  transform: translate(0,0);
  color: #d9d9d9;
  display: block;
  height: 20px;
  height: 1.25rem;
  line-height: 18px;
  left: -25px;
  left: -1.5625rem;
  position: absolute;
  top: 2px;
  font-size: 14px;
  text-align: center;
  width: 20px;
  width: 1.25rem;
  padding-left: 1px;
  border: 1px solid #dadada;
}

.truist-content input[type=radio]:checked+.vs_form_question2::before,
input[type=radio]:checked+label::before {
  color: #f57814;
  border: 1px solid #979797;
}

input[type=checkbox] {
  position: absolute;
  left: -9999em;
}

.truist-content input[type=checkbox]+.vs_form_question2,
input[type=checkbox]+label {
  color: #4F4F4F;
  cursor: pointer;
  line-height: 1;
  padding-left: 28px;
  padding-left: 1.75rem;
  position: relative;
  text-transform: none;
  font-family: Roboto,Arial,sans-serif;
  font-weight: 400;
}

.truist-content input[type=checkbox]+.vs_form_question2::before,
input[type=checkbox]+label::before {
  background: #f2f2f2;
  content: '';
  display: block;
  height: 18px;
  height: 1.125rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 18px;
  width: 1.125rem;
}

.truist-content input[type=checkbox]:checked+.vs_form_question2::before,
input[type=checkbox]:checked+label::before {
  content: '\2713';
  text-align: center;
}

input[type=file] {
  width: 100%;
}

fieldset {
  border: 0 solid #DDD;
  padding: 0;
  margin: 0;
}

fieldset legend {
  font-weight: 700;
  background: #FFF;
  padding: 0 3px;
  padding: 0 .1875rem;
  margin: 0;
  margin-left: -3px;
  margin-left: -.1875rem;
}

.form-instructions {
  display: block;
  font-size: 13px;
  font-style: italic;
  margin: -10px 5px 20px;
  margin: -.625rem .3125rem 1.25rem;
}

[data-abide] .error small.error,
[data-abide] .error span.error,
[data-abide] small.error,
[data-abide] span.error {
  display: block;
  padding: 6px 9px 9px;
  padding: .375rem .5625rem .5625rem;
  margin-top: -16px;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  font-size: 12px;
  font-size: .75rem;
  font-weight: 400;
  font-style: normal;
  background: #940000;
  color: #FFF;
}

[data-abide] small.error,
[data-abide] span.error {
  display: none;
}

small.error,
span.error {
  display: block;
  padding: 6px 9px 9px;
  padding: .375rem .5625rem .5625rem;
  margin-top: -16px;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  font-size: 12px;
  font-size: .75rem;
  font-weight: 400;
  font-style: normal;
  background: #940000;
  color: #FFF;
}

.error input[type=checkbox],
.error input[type=radio] {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.error .truist-content .error.vs_form_question2,
.error .truist-content .vs_form_question2,
.error label,
.error label.error,
.truist-content .error .error.vs_form_question2,
.truist-content .error .vs_form_question2 {
  color: #FF1919;
}

.error small.error {
  display: block;
  padding: 6px 9px 9px;
  padding: .375rem .5625rem .5625rem;
  margin-top: -16px;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  font-size: 12px;
  font-size: .75rem;
  font-weight: 400;
  font-style: normal;
  background: #940000;
  color: #FFF;
}

.error>label>small,
.truist-content .error>.vs_form_question2>small {
  color: #1a11b5;
  background: 0 0;
  padding: 0;
  text-transform: uppercase;
  font-style: normal;
  font-size: 60%;
  margin: 0;
  display: inline;
}

.error span.error-message {
  display: block;
}

.truist-content .error.vs_form_question2,
label.error {
  color: #FF1919;
}

.inline-list {
  margin: 0 auto 17px;
  margin: 0 auto 1.0625rem;
  margin-left: -22px;
  margin-left: -1.375rem;
  margin-right: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.inline-list>li {
  list-style: none;
  float: left;
  margin-left: 22px;
  margin-left: 1.375rem;
  display: block;
}

.inline-list>li>* {
  display: block;
}

.label {
  font-weight: 300;
  font-family: Roboto,Arial,sans-serif;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  margin-bottom: auto;
  padding: 4px 8px;
  padding: .25rem .5rem;
  font-size: 11px;
  font-size: .6875rem;
}

.label.radius {
  border-radius: 0;
}

.label.round {
  border-radius: 1000px;
}

.label.alert,
.label.info,
.label.secondary,
.label.success,
.label.warning {
  color: #FFF;
}

ul.pagination {
  clear: both;
  display: block;
  min-height: 30px;
  min-height: 1.875rem;
  margin: 0 auto 25px;
  margin: 0 auto 1.5625rem;
}

ul.pagination li {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

ul.pagination li a,
ul.pagination li button {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 20px;
  margin: 0;
  padding: 0;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  font-family: league-gothic,Arial,sans-serif;
  letter-spacing: .02em;
  font-weight: 700;
}

@media only screen and (min-width:40.063em) {
  ul.pagination li a,
  ul.pagination li button {
    line-height: 30px;
  }
}

ul.pagination li.pagination__first a,
ul.pagination li.pagination__last a {
  font-size: 15px;
  font-size: .9375rem;
  margin: 10px;
  margin: .625rem;
}

ul.pagination li.pagination__num {
  width: 20px;
  width: 1.25rem;
}

@media only screen and (min-width:40.063em) {
  ul.pagination li.pagination__num {
    width: 1.875rem;
  }
}

ul.pagination li.pagination__next a,
ul.pagination li.pagination__prev a {
  background: #f57814;
  height: 20px;
  height: 1.25rem;
  transition: .1s;
  width: 20px;
  width: 1.25rem;
}

@media only screen and (min-width:40.063em) {
  ul.pagination li.pagination__next a,
  ul.pagination li.pagination__prev a {
    height: 1.875rem;
    transition: .1s;
    width: 1.875rem;
  }

  ul.pagination li.pagination__next a:hover,
  ul.pagination li.pagination__prev a:hover {
    background-color: #f26527;
  }
}

ul.pagination li.pagination__next a i,
ul.pagination li.pagination__prev a i {
  color: #fff;
}

ul.pagination li.unavailable a,
ul.pagination li.unavailable button {
  cursor: default;
  color: #999;
}

ul.pagination li.unavailable a:focus,
ul.pagination li.unavailable button:focus,
ul.pagination li.unavailable:hover a,
ul.pagination li.unavailable:hover button {
  background: 0 0;
}

ul.pagination li.current a,
ul.pagination li.current button {
  background: 0 0;
  color: #4F4F4F;
  font-weight: 700;
  cursor: default;
}

ul.pagination li.current a:focus,
ul.pagination li.current a:hover,
ul.pagination li.current button:focus,
ul.pagination li.current button:hover {
  background: 0 0;
}

ul.pagination li {
  float: left;
  display: block;
}

.pagination-centered {
  clear: both;
  text-align: center;
}

.pagination-centered ul.pagination li {
  float: none;
  display: inline-block;
}

.reveal-modal-bg {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  background: #000;
  background: rgba(0,0,0,.45);
  z-index: 1004;
  display: none;
  left: 0;
}

.reveal-modal,
dialog {
  visibility: hidden;
  display: none;
  position: absolute;
  z-index: 1005;
  width: 100vw;
  top: 0;
  border-radius: 0;
  left: 0;
  background-color: #FFF;
  border: solid 1px #666;
  box-shadow: 0 0 10px rgba(0,0,0,.4);
  padding: 30px;
  padding: 1.875rem;
}

@media only screen and (max-width:40em) {
  .reveal-modal,
  dialog {
    min-height: 100vh;
  }
}

.reveal-modal .column,
.reveal-modal .columns,
dialog .column,
dialog .columns {
  min-width: 0;
}

.reveal-modal>:first-child,
dialog>:first-child {
  margin-top: 0;
}

.reveal-modal>:last-child,
dialog>:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width:40.063em) {
  .reveal-modal,
  dialog {
    width: 80%;
    max-width: 82.5rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

@media only screen and (min-width:40.063em) {
  .reveal-modal,
  dialog {
    top: 6.25rem;
  }
}

.reveal-modal.radius,
dialog.radius {
  border-radius: 0;
}

.reveal-modal.round,
dialog.round {
  border-radius: 1000px;
}

.reveal-modal.collapse,
dialog.collapse {
  padding: 0;
}

@media only screen and (min-width:40.063em) {
  .reveal-modal.tiny,
  dialog.tiny {
    width: 30%;
    max-width: 82.5rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

@media only screen and (min-width:40.063em) {
  .reveal-modal.small,
  dialog.small {
    width: 40%;
    max-width: 82.5rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

@media only screen and (min-width:40.063em) {
  .reveal-modal.medium,
  dialog.medium {
    width: 60%;
    max-width: 82.5rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

@media only screen and (min-width:40.063em) {
  .reveal-modal.large,
  dialog.large {
    width: 70%;
    max-width: 82.5rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

@media only screen and (min-width:40.063em) {
  .reveal-modal.xlarge,
  dialog.xlarge {
    width: 95%;
    max-width: 82.5rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

.reveal-modal.full,
dialog.full {
  top: 0;
  left: 0;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  max-width: none!important;
  margin-left: 0!important;
}

@media only screen and (min-width:40.063em) {
  .reveal-modal.full,
  dialog.full {
    width: 100vw;
    max-width: 82.5rem;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

.reveal-modal .close-reveal-modal,
dialog .close-reveal-modal {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1;
  position: absolute;
  top: 8px;
  top: .5rem;
  right: 11px;
  right: .6875rem;
  color: #AAA;
  font-weight: 700;
  cursor: pointer;
}

dialog {
  display: none;
}

dialog+.backdrop,
dialog::-webkit-backdrop {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  background: #000;
  background: rgba(0,0,0,.45);
  z-index: auto;
  display: none;
  left: 0;
}

dialog+.backdrop,
dialog::backdrop {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  background: #000;
  background: rgba(0,0,0,.45);
  z-index: auto;
  display: none;
  left: 0;
}

dialog[open] {
  display: block;
}

@media print {
  .reveal-modal,
  dialog {
    display: none;
    background: #FFF!important;
  }
}

table {
  background: #f2f2f2;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  border: solid 0 #DDD;
  table-layout: auto;
  width: 100%;
}

table caption {
  background: 0 0;
  color: #130C83;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
}

table thead {
  background: #fff;
}

table thead tr td,
table thead tr th {
  padding: 8px 10px 10px;
  padding: .5rem .625rem .625rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  color: #130C83;
}

table tfoot {
  background: #fff;
}

table tfoot tr td,
table tfoot tr th {
  padding: 8px 10px 10px;
  padding: .5rem .625rem .625rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  color: #130C83;
}

table tr td,
table tr th {
  padding: 9px 10px;
  padding: .5625rem .625rem;
  font-size: 16px;
  font-size: 1rem;
  color: #4F4F4F;
  text-align: left;
}

table tr.alt,
table tr.even,
table tr:nth-of-type(even) {
  background: #fff;
}

table tbody tr td,
table tbody tr th,
table tfoot tr td,
table tfoot tr th,
table thead tr th,
table tr td {
  display: table-cell;
  line-height: 18px;
  line-height: 1.125rem;
}

.tabs {
  margin-bottom: 0!important;
  margin-left: 0;
}

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

.tabs:after {
  clear: both;
}

.tabs .tab-title,
.tabs dd {
  position: relative;
  margin-bottom: 0!important;
  list-style: none;
  float: left;
}

.tabs .tab-title>a,
.tabs dd>a {
  outline: 0;
  display: block;
  background-color: #EFEFEF;
  color: #222;
  padding: 16px 32px;
  padding: 1rem 2rem;
  font-family: Roboto,Arial,sans-serif;
  font-size: 16px;
  font-size: 1rem;
}

.tabs .tab-title>a:hover,
.tabs dd>a:hover {
  background-color: #e1e1e1;
}

.tabs .tab-title.active a,
.tabs dd.active a {
  background-color: #FFF;
  color: #222;
}

.tabs.radius .tab:first-child a,
.tabs.radius dd:first-child a {
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.tabs.radius .tab:last-child a,
.tabs.radius dd:last-child a {
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.tabs.vertical .tab-title,
.tabs.vertical dd {
  position: inherit;
  float: none;
  display: block;
  top: auto;
}

.tabs-content {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  width: 100%;
}

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

.tabs-content:after {
  clear: both;
}

.tabs-content>.content {
  display: none;
  float: left;
  padding: 10px 0;
  padding: .625rem 0;
  width: 100%;
}

.tabs-content>.content.active {
  display: block;
  float: none;
}

.tabs-content>.content.contained {
  padding: 10px;
  padding: .625rem;
}

.tabs-content.vertical {
  display: block;
}

.tabs-content.vertical>.content {
  padding: 0 10px;
  padding: 0 .625rem;
}

@media only screen and (min-width:40.063em) {
  .tabs.vertical {
    width: 20%;
    max-width: 20%;
    float: left;
    margin: 0 0 1.25rem;
  }

  .tabs-content.vertical {
    width: 80%;
    max-width: 80%;
    float: left;
    margin-left: -1px;
    padding-left: 1rem;
  }
}

.no-js .tabs-content>.content {
  display: block;
  float: none;
}

.th {
  line-height: 0;
  display: inline-block;
  border: solid 4px #FFF;
  max-width: 100%;
  box-shadow: 0 0 0 1px rgba(0,0,0,.2);
  transition: all 200ms ease-out;
}

.th:focus,
.th:hover {
  box-shadow: 0 0 6px 1px rgba(19,12,131,.5);
}

.th.radius {
  border-radius: 0;
}

.has-tip {
  border-bottom: dotted 1px #CCC;
  cursor: help;
  font-weight: 700;
  color: #333;
}

.has-tip:focus,
.has-tip:hover {
  border-bottom: dotted 1px #09053b;
  color: #130C83;
}

.has-tip.tip-left,
.has-tip.tip-right {
  float: none!important;
}

.tooltip {
  display: none;
  position: absolute;
  z-index: 1006;
  font-weight: 300;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.3;
  padding: 12px;
  padding: .75rem;
  max-width: 300px;
  left: 50%;
  width: 100%;
  color: #4F4F4F;
  background: #fff;
  box-shadow: 3px 3px 10px #aaa;
}

.tooltip>.nub {
  display: none;
  left: 5px;
  position: absolute;
  width: 0;
  height: 0;
  border: solid 5px;
  border-color: transparent transparent #fff;
  top: -10px;
  pointer-events: none;
}

.tooltip>.nub.rtl {
  left: auto;
  right: 5px;
}

.tooltip.radius {
  border-radius: 0;
}

.tooltip.round {
  border-radius: 1000px;
}

.tooltip.round>.nub {
  left: 32px;
  left: 2rem;
}

.tooltip.opened {
  color: #130C83!important;
  border-bottom: dotted 1px #09053b!important;
}

.tap-to-close {
  display: block;
  font-size: 10px;
  font-size: .625rem;
  color: #777;
  font-weight: 300;
}

@media only screen and (min-width:40.063em) {
  .tooltip>.nub {
    border-color: transparent transparent #fff;
    top: -10px;
  }

  .tooltip.tip-top>.nub {
    border-color: #fff transparent transparent;
    top: auto;
    bottom: -10px;
  }

  .tooltip.tip-left,
  .tooltip.tip-right {
    float: none!important;
  }

  .tooltip.tip-left>.nub {
    border-color: transparent transparent transparent #fff;
    right: -10px;
    left: auto;
    top: 50%;
    margin-top: -5px;
  }

  .tooltip.tip-right>.nub {
    border-color: transparent #fff transparent transparent;
    right: auto;
    left: -10px;
    top: 50%;
    margin-top: -5px;
  }
}

.text-left {
  text-align: left!important;
}

.text-right {
  text-align: right!important;
}

.text-center {
  text-align: center!important;
}

.text-justify {
  text-align: justify!important;
}

@media only screen and (max-width:40em) {
  .small-only-text-left {
    text-align: left!important;
  }

  .small-only-text-right {
    text-align: right!important;
  }

  .small-only-text-center {
    text-align: center!important;
  }

  .small-only-text-justify {
    text-align: justify!important;
  }
}

@media only screen {
  .small-text-left {
    text-align: left!important;
  }

  .small-text-right {
    text-align: right!important;
  }

  .small-text-center {
    text-align: center!important;
  }

  .small-text-justify {
    text-align: justify!important;
  }
}

@media only screen and (min-width:40.063em) and (max-width:64em) {
  .medium-only-text-left {
    text-align: left!important;
  }

  .medium-only-text-right {
    text-align: right!important;
  }

  .medium-only-text-center {
    text-align: center!important;
  }

  .medium-only-text-justify {
    text-align: justify!important;
  }
}

@media only screen and (min-width:40.063em) {
  .medium-text-left {
    text-align: left!important;
  }

  .medium-text-right {
    text-align: right!important;
  }

  .medium-text-center {
    text-align: center!important;
  }

  .medium-text-justify {
    text-align: justify!important;
  }
}

@media only screen and (min-width:64.063em) and (max-width:90em) {
  .large-only-text-left {
    text-align: left!important;
  }

  .large-only-text-right {
    text-align: right!important;
  }

  .large-only-text-center {
    text-align: center!important;
  }

  .large-only-text-justify {
    text-align: justify!important;
  }
}

@media only screen and (min-width:64.063em) {
  .large-text-left {
    text-align: left!important;
  }

  .large-text-right {
    text-align: right!important;
  }

  .large-text-center {
    text-align: center!important;
  }

  .large-text-justify {
    text-align: justify!important;
  }
}

@media only screen and (min-width:90.063em) and (max-width:120em) {
  .xlarge-only-text-left {
    text-align: left!important;
  }

  .xlarge-only-text-right {
    text-align: right!important;
  }

  .xlarge-only-text-center {
    text-align: center!important;
  }

  .xlarge-only-text-justify {
    text-align: justify!important;
  }
}

@media only screen and (min-width:90.063em) {
  .xlarge-text-left {
    text-align: left!important;
  }

  .xlarge-text-right {
    text-align: right!important;
  }

  .xlarge-text-center {
    text-align: center!important;
  }

  .xlarge-text-justify {
    text-align: justify!important;
  }
}

@media only screen and (min-width:120.063em) and (max-width:99999999em) {
  .xxlarge-only-text-left {
    text-align: left!important;
  }

  .xxlarge-only-text-right {
    text-align: right!important;
  }

  .xxlarge-only-text-center {
    text-align: center!important;
  }

  .xxlarge-only-text-justify {
    text-align: justify!important;
  }
}

@media only screen and (min-width:120.063em) {
  .xxlarge-text-left {
    text-align: left!important;
  }

  .xxlarge-text-right {
    text-align: right!important;
  }

  .xxlarge-text-center {
    text-align: center!important;
  }

  .xxlarge-text-justify {
    text-align: justify!important;
  }
}

blockquote,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
pre,
td,
th,
ul {
  margin: 0;
  padding: 0;
}

a {
  color: #f57814;
  text-decoration: none;
  line-height: inherit;
  transition: color .1s;
}

@media only screen and (min-width:64.063em) {
  a:focus,
  a:hover {
    color: #f26527;
  }
}

a img {
  border: none;
}

p {
  font-family: Roboto,Arial,sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility;
}

p.lead {
  font-size: 19.5px;
  font-size: 1.21875rem;
  line-height: 1.6;
}

p aside {
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.35;
  font-style: italic;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-font-smoothing: antialiased;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.truist-content .vs_form_divider,
h1,
h2,
h3,
h4,
h5,
h6 {
  text-rendering: optimizeLegibility;
  letter-spacing: .5px;
}

.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
.truist-content .vs_form_divider small,
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-size: 60%;
  color: #6a6a6a;
  line-height: 0;
}

.h1,
h1 {
  color: #1a1a1a;
  font-family: league-gothic,Arial,sans-serif;
  font-size: 35px;
  font-size: 2.1875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin-top: 0;
  margin-bottom: .5em;
}

.h2,
h2 {
  color: #1a1a1a;
  font-family: league-gothic,Arial,sans-serif;
  font-size: 32px;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.06;
  margin-top: 0;
  margin-bottom: .5em;
}

.h3,
h3 {
  color: #1a1a1a;
  font-family: league-gothic,Arial,sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: .5em;
}

.h4,
.truist-content .vs_form_divider,
h4 {
  color: #1a1a1a;
  font-family: league-gothic,Arial,sans-serif;
  font-size: 21px;
  font-size: 1.3125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.13;
  margin-top: 0;
  margin-bottom: 15px;
  margin-bottom: .9375rem;
  text-transform: uppercase;
}

.h5,
h5 {
  color: #969696;
  font-family: league-gothic,Arial,sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin-top: 0;
  margin-bottom: .5em;
  text-transform: uppercase;
}

.h6,
h6 {
  color: #005191;
  font-family: league-gothic,Arial,sans-serif;
  font-size: 35px;
  font-size: 2.1875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin-top: 0;
  margin-bottom: .5em;
}

@media only screen and (min-width:40.063em) and (max-width:64em) {
  h1 {
    font-size: 2.8125rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.3125rem;
  }

  h5 {
    font-size: 1.125rem;
  }

  h6 {
    font-size: 2.8125rem;
  }
}

@media only screen and (min-width:64.063em) {
  h1 {
    font-size: 3.625rem;
  }

  h2 {
    font-size: 3rem;
  }

  h3 {
    font-size: 2.1875rem;
  }

  h4 {
    font-size: 1.3125rem;
  }

  h5 {
    font-size: 1.125rem;
  }

  h6 {
    font-size: 3.625rem;
  }
}

.subheader {
  line-height: 1.2;
  color: #f0f;
  font-weight: 300;
  margin-top: 3.2px;
  margin-top: .2rem;
  margin-bottom: 8px;
  margin-bottom: .5rem;
}

hr {
  border: solid #DDD;
  border-width: 1px 0 0;
  clear: both;
  margin: 20px 0 19px;
  margin: 1.25rem 0 1.1875rem;
  height: 0;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

b,
strong {
  font-weight: 700;
  line-height: inherit;
}

small {
  font-size: 60%;
  line-height: inherit;
}

code {
  font-family: Consolas,"Liberation Mono",Courier,monospace;
  font-weight: 300;
  color: #333;
  background-color: #fcd7b9;
  border-width: 1px;
  border-style: solid;
  border-color: #fabe8f;
  padding: 2px 5px 1px;
  padding: .125rem .3125rem .0625rem;
}

dl,
ol,
ul {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  list-style-position: outside;
  font-family: Roboto,Arial,sans-serif;
  font-weight: 400;
}

ul {
  margin-left: 17.6px;
  margin-left: 1.1rem;
}

ul.no-bullet {
  margin-left: 0;
}

ul.no-bullet li ol,
ul.no-bullet li ul {
  margin-left: 20px;
  margin-left: 1.25rem;
  margin-bottom: 0;
  list-style: none;
}

ul li ol,
ul li ul {
  margin-left: 20px;
  margin-left: 1.25rem;
  margin-bottom: 0;
}

ul.circle li ul,
ul.disc li ul,
ul.square li ul {
  list-style: inherit;
}

ul.square {
  list-style-type: square;
  margin-left: 17.6px;
  margin-left: 1.1rem;
}

ul.circle {
  list-style-type: circle;
  margin-left: 17.6px;
  margin-left: 1.1rem;
}

ul.disc {
  list-style-type: disc;
  margin-left: 17.6px;
  margin-left: 1.1rem;
}

ul.no-bullet {
  list-style: none;
}

ol {
  margin-left: 22.4px;
  margin-left: 1.4rem;
}

ol li ol,
ol li ul {
  margin-left: 20px;
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl dt {
  margin-bottom: 4.8px;
  margin-bottom: .3rem;
  font-weight: 700;
}

dl dd {
  margin-bottom: 12px;
  margin-bottom: .75rem;
}

abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #111;
  cursor: help;
}

abbr {
  text-transform: none;
}

abbr[title] {
  border-bottom: 1px dotted #DDD;
}

blockquote {
  font-size: 18px;
  margin: 25px 0;
  margin: 1.5625rem 0;
  padding: 20px 35px;
  position: relative;
}

@media only screen and (min-width:40.063em) and (max-width:64em) {
  blockquote {
    font-size: 22px;
    padding: 30px 60px;
  }
}

@media only screen and (min-width:64.063em) {
  blockquote {
    padding: 40px 100px;
  }
}

blockquote p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.1;
  margin: 0;
}

@media only screen and (min-width:40.063em) and (max-width:64em) {
  blockquote p {
    font-size: 1.125rem;
  }
}

@media only screen and (min-width:64.063em) {
  blockquote p {
    font-size: 1.125rem;
  }
}

blockquote cite {
  display: block;
  font-size: 12px;
  font-size: .75rem;
  font-style: normal;
  line-height: 1.2;
  color: #4F4F4F;
  margin: 10px 0 0;
  margin: .625rem 0 0;
  text-transform: uppercase;
}

@media only screen and (min-width:40.063em) and (max-width:64em) {
  blockquote cite {
    font-size: .875rem;
  }
}

@media only screen and (min-width:64.063em) {
  blockquote cite {
    font-size: .9375rem;
  }
}

.vcard {
  display: inline-block;
  margin: 0 0 20px;
  margin: 0 0 1.25rem;
  border: 1px solid #DDD;
  padding: 10px 12px;
  padding: .625rem .75rem;
}

.vcard li {
  margin: 0;
  display: block;
}

.vcard .fn {
  font-weight: 700;
  font-size: 15px;
  font-size: .9375rem;
}

.vevent .summary {
  font-weight: 700;
}

.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: 700;
  border: none;
  padding: 0 1px;
  padding: 0 .0625rem;
}

.print-only {
  display: none!important;
}

@media print {
  * {
    background: transparent!important;
    color: #000!important;
    box-shadow: none!important;
    text-shadow: none!important;
  }

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

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

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

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

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

  thead {
    display: table-header-group;
  }

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

  img {
    max-width: 100%!important;
  }

@page {
    margin: .5cm;
}

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

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

  .hide-on-print {
    display: none!important;
  }

  .print-only {
    display: block!important;
  }

  .hide-for-print {
    display: none!important;
  }

  .show-for-print {
    display: inherit!important;
  }
}

@media only screen {
  .hide-for-large,
  .hide-for-large-only,
  .hide-for-large-up,
  .hide-for-medium,
  .hide-for-medium-only,
  .hide-for-medium-up,
  .hide-for-xlarge,
  .hide-for-xlarge-only,
  .hide-for-xlarge-up,
  .hide-for-xxlarge,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up,
  .show-for-large-down,
  .show-for-medium-down,
  .show-for-small,
  .show-for-small-down,
  .show-for-small-only,
  .show-for-small-up,
  .show-for-xlarge-down,
  .show-for-xxlarge-down {
    display: inherit!important;
  }

  .hide-for-large-down,
  .hide-for-medium-down,
  .hide-for-small,
  .hide-for-small-down,
  .hide-for-small-only,
  .hide-for-small-up,
  .hide-for-xlarge-down,
  .hide-for-xxlarge-down,
  .show-for-large,
  .show-for-large-only,
  .show-for-large-up,
  .show-for-medium,
  .show-for-medium-only,
  .show-for-medium-up,
  .show-for-xlarge,
  .show-for-xlarge-only,
  .show-for-xlarge-up,
  .show-for-xxlarge,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up {
    display: none!important;
  }

  .hidden-for-large,
  .hidden-for-large-only,
  .hidden-for-large-up,
  .hidden-for-medium,
  .hidden-for-medium-only,
  .hidden-for-medium-up,
  .hidden-for-xlarge,
  .hidden-for-xlarge-only,
  .hidden-for-xlarge-up,
  .hidden-for-xxlarge,
  .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up,
  .visible-for-large-down,
  .visible-for-medium-down,
  .visible-for-small,
  .visible-for-small-down,
  .visible-for-small-only,
  .visible-for-small-up,
  .visible-for-xlarge-down,
  .visible-for-xxlarge-down {
    position: static!important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  .hidden-for-large-down,
  .hidden-for-medium-down,
  .hidden-for-small,
  .hidden-for-small-down,
  .hidden-for-small-only,
  .hidden-for-small-up,
  .hidden-for-xlarge-down,
  .hidden-for-xxlarge-down,
  .visible-for-large,
  .visible-for-large-only,
  .visible-for-large-up,
  .visible-for-medium,
  .visible-for-medium-only,
  .visible-for-medium-up,
  .visible-for-xlarge,
  .visible-for-xlarge-only,
  .visible-for-xlarge-up,
  .visible-for-xxlarge,
  .visible-for-xxlarge-only,
  .visible-for-xxlarge-up {
    position: absolute!important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px,1px,1px,1px);
  }

  table.hide-for-large,
  table.hide-for-large-only,
  table.hide-for-large-up,
  table.hide-for-medium,
  table.hide-for-medium-only,
  table.hide-for-medium-up,
  table.hide-for-xlarge,
  table.hide-for-xlarge-only,
  table.hide-for-xlarge-up,
  table.hide-for-xxlarge,
  table.hide-for-xxlarge-only,
  table.hide-for-xxlarge-up,
  table.show-for-large-down,
  table.show-for-medium-down,
  table.show-for-small,
  table.show-for-small-down,
  table.show-for-small-only,
  table.show-for-small-up,
  table.show-for-xlarge-down,
  table.show-for-xxlarge-down {
    display: table!important;
  }

  thead.hide-for-large,
  thead.hide-for-large-only,
  thead.hide-for-large-up,
  thead.hide-for-medium,
  thead.hide-for-medium-only,
  thead.hide-for-medium-up,
  thead.hide-for-xlarge,
  thead.hide-for-xlarge-only,
  thead.hide-for-xlarge-up,
  thead.hide-for-xxlarge,
  thead.hide-for-xxlarge-only,
  thead.hide-for-xxlarge-up,
  thead.show-for-large-down,
  thead.show-for-medium-down,
  thead.show-for-small,
  thead.show-for-small-down,
  thead.show-for-small-only,
  thead.show-for-small-up,
  thead.show-for-xlarge-down,
  thead.show-for-xxlarge-down {
    display: table-header-group!important;
  }

  tbody.hide-for-large,
  tbody.hide-for-large-only,
  tbody.hide-for-large-up,
  tbody.hide-for-medium,
  tbody.hide-for-medium-only,
  tbody.hide-for-medium-up,
  tbody.hide-for-xlarge,
  tbody.hide-for-xlarge-only,
  tbody.hide-for-xlarge-up,
  tbody.hide-for-xxlarge,
  tbody.hide-for-xxlarge-only,
  tbody.hide-for-xxlarge-up,
  tbody.show-for-large-down,
  tbody.show-for-medium-down,
  tbody.show-for-small,
  tbody.show-for-small-down,
  tbody.show-for-small-only,
  tbody.show-for-small-up,
  tbody.show-for-xlarge-down,
  tbody.show-for-xxlarge-down {
    display: table-row-group!important;
  }

  tr.hide-for-large,
  tr.hide-for-large-only,
  tr.hide-for-large-up,
  tr.hide-for-medium,
  tr.hide-for-medium-only,
  tr.hide-for-medium-up,
  tr.hide-for-xlarge,
  tr.hide-for-xlarge-only,
  tr.hide-for-xlarge-up,
  tr.hide-for-xxlarge,
  tr.hide-for-xxlarge-only,
  tr.hide-for-xxlarge-up,
  tr.show-for-large-down,
  tr.show-for-medium-down,
  tr.show-for-small,
  tr.show-for-small-down,
  tr.show-for-small-only,
  tr.show-for-small-up,
  tr.show-for-xlarge-down,
  tr.show-for-xxlarge-down {
    display: table-row!important;
  }

  td.hide-for-large,
  td.hide-for-large-only,
  td.hide-for-large-up,
  td.hide-for-medium,
  td.hide-for-medium-only,
  td.hide-for-medium-up,
  td.hide-for-xlarge,
  td.hide-for-xlarge-only,
  td.hide-for-xlarge-up,
  td.hide-for-xxlarge,
  td.hide-for-xxlarge-only,
  td.hide-for-xxlarge-up,
  td.show-for-large-down,
  td.show-for-medium-down,
  td.show-for-small,
  td.show-for-small-down,
  td.show-for-small-only,
  td.show-for-small-up,
  td.show-for-xlarge-down,
  td.show-for-xxlarge-down,
  th.hide-for-large,
  th.hide-for-large-only,
  th.hide-for-large-up,
  th.hide-for-medium,
  th.hide-for-medium-only,
  th.hide-for-medium-up,
  th.hide-for-xlarge,
  th.hide-for-xlarge-only,
  th.hide-for-xlarge-up,
  th.hide-for-xxlarge,
  th.hide-for-xxlarge-only,
  th.hide-for-xxlarge-up,
  th.show-for-large-down,
  th.show-for-medium-down,
  th.show-for-small,
  th.show-for-small-down,
  th.show-for-small-only,
  th.show-for-small-up,
  th.show-for-xlarge-down,
  th.show-for-xxlarge-down {
    display: table-cell!important;
  }
}

@media only screen and (min-width:40.063em) {
  .hide-for-large,
  .hide-for-large-only,
  .hide-for-large-up,
  .hide-for-small,
  .hide-for-small-down,
  .hide-for-small-only,
  .hide-for-xlarge,
  .hide-for-xlarge-only,
  .hide-for-xlarge-up,
  .hide-for-xxlarge,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up,
  .show-for-large-down,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-medium-only,
  .show-for-medium-up,
  .show-for-small-up,
  .show-for-xlarge-down,
  .show-for-xxlarge-down {
    display: inherit!important;
  }

  .hide-for-large-down,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-medium-only,
  .hide-for-medium-up,
  .hide-for-small-up,
  .hide-for-xlarge-down,
  .hide-for-xxlarge-down,
  .show-for-large,
  .show-for-large-only,
  .show-for-large-up,
  .show-for-small,
  .show-for-small-down,
  .show-for-small-only,
  .show-for-xlarge,
  .show-for-xlarge-only,
  .show-for-xlarge-up,
  .show-for-xxlarge,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up {
    display: none!important;
  }

  .hidden-for-large,
  .hidden-for-large-only,
  .hidden-for-large-up,
  .hidden-for-small,
  .hidden-for-small-down,
  .hidden-for-small-only,
  .hidden-for-xlarge,
  .hidden-for-xlarge-only,
  .hidden-for-xlarge-up,
  .hidden-for-xxlarge,
  .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up,
  .visible-for-large-down,
  .visible-for-medium,
  .visible-for-medium-down,
  .visible-for-medium-only,
  .visible-for-medium-up,
  .visible-for-small-up,
  .visible-for-xlarge-down,
  .visible-for-xxlarge-down {
    position: static!important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  .hidden-for-large-down,
  .hidden-for-medium,
  .hidden-for-medium-down,
  .hidden-for-medium-only,
  .hidden-for-medium-up,
  .hidden-for-small-up,
  .hidden-for-xlarge-down,
  .hidden-for-xxlarge-down,
  .visible-for-large,
  .visible-for-large-only,
  .visible-for-large-up,
  .visible-for-small,
  .visible-for-small-down,
  .visible-for-small-only,
  .visible-for-xlarge,
  .visible-for-xlarge-only,
  .visible-for-xlarge-up,
  .visible-for-xxlarge,
  .visible-for-xxlarge-only,
  .visible-for-xxlarge-up {
    position: absolute!important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px,1px,1px,1px);
  }

  table.hide-for-large,
  table.hide-for-large-only,
  table.hide-for-large-up,
  table.hide-for-small,
  table.hide-for-small-down,
  table.hide-for-small-only,
  table.hide-for-xlarge,
  table.hide-for-xlarge-only,
  table.hide-for-xlarge-up,
  table.hide-for-xxlarge,
  table.hide-for-xxlarge-only,
  table.hide-for-xxlarge-up,
  table.show-for-large-down,
  table.show-for-medium,
  table.show-for-medium-down,
  table.show-for-medium-only,
  table.show-for-medium-up,
  table.show-for-small-up,
  table.show-for-xlarge-down,
  table.show-for-xxlarge-down {
    display: table!important;
  }

  thead.hide-for-large,
  thead.hide-for-large-only,
  thead.hide-for-large-up,
  thead.hide-for-small,
  thead.hide-for-small-down,
  thead.hide-for-small-only,
  thead.hide-for-xlarge,
  thead.hide-for-xlarge-only,
  thead.hide-for-xlarge-up,
  thead.hide-for-xxlarge,
  thead.hide-for-xxlarge-only,
  thead.hide-for-xxlarge-up,
  thead.show-for-large-down,
  thead.show-for-medium,
  thead.show-for-medium-down,
  thead.show-for-medium-only,
  thead.show-for-medium-up,
  thead.show-for-small-up,
  thead.show-for-xlarge-down,
  thead.show-for-xxlarge-down {
    display: table-header-group!important;
  }

  tbody.hide-for-large,
  tbody.hide-for-large-only,
  tbody.hide-for-large-up,
  tbody.hide-for-small,
  tbody.hide-for-small-down,
  tbody.hide-for-small-only,
  tbody.hide-for-xlarge,
  tbody.hide-for-xlarge-only,
  tbody.hide-for-xlarge-up,
  tbody.hide-for-xxlarge,
  tbody.hide-for-xxlarge-only,
  tbody.hide-for-xxlarge-up,
  tbody.show-for-large-down,
  tbody.show-for-medium,
  tbody.show-for-medium-down,
  tbody.show-for-medium-only,
  tbody.show-for-medium-up,
  tbody.show-for-small-up,
  tbody.show-for-xlarge-down,
  tbody.show-for-xxlarge-down {
    display: table-row-group!important;
  }

  tr.hide-for-large,
  tr.hide-for-large-only,
  tr.hide-for-large-up,
  tr.hide-for-small,
  tr.hide-for-small-down,
  tr.hide-for-small-only,
  tr.hide-for-xlarge,
  tr.hide-for-xlarge-only,
  tr.hide-for-xlarge-up,
  tr.hide-for-xxlarge,
  tr.hide-for-xxlarge-only,
  tr.hide-for-xxlarge-up,
  tr.show-for-large-down,
  tr.show-for-medium,
  tr.show-for-medium-down,
  tr.show-for-medium-only,
  tr.show-for-medium-up,
  tr.show-for-small-up,
  tr.show-for-xlarge-down,
  tr.show-for-xxlarge-down {
    display: table-row!important;
  }

  td.hide-for-large,
  td.hide-for-large-only,
  td.hide-for-large-up,
  td.hide-for-small,
  td.hide-for-small-down,
  td.hide-for-small-only,
  td.hide-for-xlarge,
  td.hide-for-xlarge-only,
  td.hide-for-xlarge-up,
  td.hide-for-xxlarge,
  td.hide-for-xxlarge-only,
  td.hide-for-xxlarge-up,
  td.show-for-large-down,
  td.show-for-medium,
  td.show-for-medium-down,
  td.show-for-medium-only,
  td.show-for-medium-up,
  td.show-for-small-up,
  td.show-for-xlarge-down,
  td.show-for-xxlarge-down,
  th.hide-for-large,
  th.hide-for-large-only,
  th.hide-for-large-up,
  th.hide-for-small,
  th.hide-for-small-down,
  th.hide-for-small-only,
  th.hide-for-xlarge,
  th.hide-for-xlarge-only,
  th.hide-for-xlarge-up,
  th.hide-for-xxlarge,
  th.hide-for-xxlarge-only,
  th.hide-for-xxlarge-up,
  th.show-for-large-down,
  th.show-for-medium,
  th.show-for-medium-down,
  th.show-for-medium-only,
  th.show-for-medium-up,
  th.show-for-small-up,
  th.show-for-xlarge-down,
  th.show-for-xxlarge-down {
    display: table-cell!important;
  }
}

@media only screen and (min-width:64.063em) {
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-medium-only,
  .hide-for-small,
  .hide-for-small-down,
  .hide-for-small-only,
  .hide-for-xlarge,
  .hide-for-xlarge-only,
  .hide-for-xlarge-up,
  .hide-for-xxlarge,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up,
  .show-for-large,
  .show-for-large-down,
  .show-for-large-only,
  .show-for-large-up,
  .show-for-medium-up,
  .show-for-small-up,
  .show-for-xlarge-down,
  .show-for-xxlarge-down {
    display: inherit!important;
  }

  .hide-for-large,
  .hide-for-large-down,
  .hide-for-large-only,
  .hide-for-large-up,
  .hide-for-medium-up,
  .hide-for-small-up,
  .hide-for-xlarge-down,
  .hide-for-xxlarge-down,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-medium-only,
  .show-for-small,
  .show-for-small-down,
  .show-for-small-only,
  .show-for-xlarge,
  .show-for-xlarge-only,
  .show-for-xlarge-up,
  .show-for-xxlarge,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up {
    display: none!important;
  }

  .hidden-for-medium,
  .hidden-for-medium-down,
  .hidden-for-medium-only,
  .hidden-for-small,
  .hidden-for-small-down,
  .hidden-for-small-only,
  .hidden-for-xlarge,
  .hidden-for-xlarge-only,
  .hidden-for-xlarge-up,
  .hidden-for-xxlarge,
  .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up,
  .visible-for-large,
  .visible-for-large-down,
  .visible-for-large-only,
  .visible-for-large-up,
  .visible-for-medium-up,
  .visible-for-small-up,
  .visible-for-xlarge-down,
  .visible-for-xxlarge-down {
    position: static!important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  .hidden-for-large,
  .hidden-for-large-down,
  .hidden-for-large-only,
  .hidden-for-large-up,
  .hidden-for-medium-up,
  .hidden-for-small-up,
  .hidden-for-xlarge-down,
  .hidden-for-xxlarge-down,
  .visible-for-medium,
  .visible-for-medium-down,
  .visible-for-medium-only,
  .visible-for-small,
  .visible-for-small-down,
  .visible-for-small-only,
  .visible-for-xlarge,
  .visible-for-xlarge-only,
  .visible-for-xlarge-up,
  .visible-for-xxlarge,
  .visible-for-xxlarge-only,
  .visible-for-xxlarge-up {
    position: absolute!important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px,1px,1px,1px);
  }

  table.hide-for-medium,
  table.hide-for-medium-down,
  table.hide-for-medium-only,
  table.hide-for-small,
  table.hide-for-small-down,
  table.hide-for-small-only,
  table.hide-for-xlarge,
  table.hide-for-xlarge-only,
  table.hide-for-xlarge-up,
  table.hide-for-xxlarge,
  table.hide-for-xxlarge-only,
  table.hide-for-xxlarge-up,
  table.show-for-large,
  table.show-for-large-down,
  table.show-for-large-only,
  table.show-for-large-up,
  table.show-for-medium-up,
  table.show-for-small-up,
  table.show-for-xlarge-down,
  table.show-for-xxlarge-down {
    display: table!important;
  }

  thead.hide-for-medium,
  thead.hide-for-medium-down,
  thead.hide-for-medium-only,
  thead.hide-for-small,
  thead.hide-for-small-down,
  thead.hide-for-small-only,
  thead.hide-for-xlarge,
  thead.hide-for-xlarge-only,
  thead.hide-for-xlarge-up,
  thead.hide-for-xxlarge,
  thead.hide-for-xxlarge-only,
  thead.hide-for-xxlarge-up,
  thead.show-for-large,
  thead.show-for-large-down,
  thead.show-for-large-only,
  thead.show-for-large-up,
  thead.show-for-medium-up,
  thead.show-for-small-up,
  thead.show-for-xlarge-down,
  thead.show-for-xxlarge-down {
    display: table-header-group!important;
  }

  tbody.hide-for-medium,
  tbody.hide-for-medium-down,
  tbody.hide-for-medium-only,
  tbody.hide-for-small,
  tbody.hide-for-small-down,
  tbody.hide-for-small-only,
  tbody.hide-for-xlarge,
  tbody.hide-for-xlarge-only,
  tbody.hide-for-xlarge-up,
  tbody.hide-for-xxlarge,
  tbody.hide-for-xxlarge-only,
  tbody.hide-for-xxlarge-up,
  tbody.show-for-large,
  tbody.show-for-large-down,
  tbody.show-for-large-only,
  tbody.show-for-large-up,
  tbody.show-for-medium-up,
  tbody.show-for-small-up,
  tbody.show-for-xlarge-down,
  tbody.show-for-xxlarge-down {
    display: table-row-group!important;
  }

  tr.hide-for-medium,
  tr.hide-for-medium-down,
  tr.hide-for-medium-only,
  tr.hide-for-small,
  tr.hide-for-small-down,
  tr.hide-for-small-only,
  tr.hide-for-xlarge,
  tr.hide-for-xlarge-only,
  tr.hide-for-xlarge-up,
  tr.hide-for-xxlarge,
  tr.hide-for-xxlarge-only,
  tr.hide-for-xxlarge-up,
  tr.show-for-large,
  tr.show-for-large-down,
  tr.show-for-large-only,
  tr.show-for-large-up,
  tr.show-for-medium-up,
  tr.show-for-small-up,
  tr.show-for-xlarge-down,
  tr.show-for-xxlarge-down {
    display: table-row!important;
  }

  td.hide-for-medium,
  td.hide-for-medium-down,
  td.hide-for-medium-only,
  td.hide-for-small,
  td.hide-for-small-down,
  td.hide-for-small-only,
  td.hide-for-xlarge,
  td.hide-for-xlarge-only,
  td.hide-for-xlarge-up,
  td.hide-for-xxlarge,
  td.hide-for-xxlarge-only,
  td.hide-for-xxlarge-up,
  td.show-for-large,
  td.show-for-large-down,
  td.show-for-large-only,
  td.show-for-large-up,
  td.show-for-medium-up,
  td.show-for-small-up,
  td.show-for-xlarge-down,
  td.show-for-xxlarge-down,
  th.hide-for-medium,
  th.hide-for-medium-down,
  th.hide-for-medium-only,
  th.hide-for-small,
  th.hide-for-small-down,
  th.hide-for-small-only,
  th.hide-for-xlarge,
  th.hide-for-xlarge-only,
  th.hide-for-xlarge-up,
  th.hide-for-xxlarge,
  th.hide-for-xxlarge-only,
  th.hide-for-xxlarge-up,
  th.show-for-large,
  th.show-for-large-down,
  th.show-for-large-only,
  th.show-for-large-up,
  th.show-for-medium-up,
  th.show-for-small-up,
  th.show-for-xlarge-down,
  th.show-for-xxlarge-down {
    display: table-cell!important;
  }
}

@media only screen and (min-width:90.063em) {
  .hide-for-large,
  .hide-for-large-down,
  .hide-for-large-only,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-medium-only,
  .hide-for-small,
  .hide-for-small-down,
  .hide-for-small-only,
  .hide-for-xxlarge,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up,
  .show-for-large-up,
  .show-for-medium-up,
  .show-for-small-up,
  .show-for-xlarge,
  .show-for-xlarge-down,
  .show-for-xlarge-only,
  .show-for-xlarge-up,
  .show-for-xxlarge-down {
    display: inherit!important;
  }

  .hide-for-large-up,
  .hide-for-medium-up,
  .hide-for-small-up,
  .hide-for-xlarge,
  .hide-for-xlarge-down,
  .hide-for-xlarge-only,
  .hide-for-xlarge-up,
  .hide-for-xxlarge-down,
  .show-for-large,
  .show-for-large-down,
  .show-for-large-only,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-medium-only,
  .show-for-small,
  .show-for-small-down,
  .show-for-small-only,
  .show-for-xxlarge,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up {
    display: none!important;
  }

  .hidden-for-large,
  .hidden-for-large-down,
  .hidden-for-large-only,
  .hidden-for-medium,
  .hidden-for-medium-down,
  .hidden-for-medium-only,
  .hidden-for-small,
  .hidden-for-small-down,
  .hidden-for-small-only,
  .hidden-for-xxlarge,
  .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up,
  .visible-for-large-up,
  .visible-for-medium-up,
  .visible-for-small-up,
  .visible-for-xlarge,
  .visible-for-xlarge-down,
  .visible-for-xlarge-only,
  .visible-for-xlarge-up,
  .visible-for-xxlarge-down {
    position: static!important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  .hidden-for-large-up,
  .hidden-for-medium-up,
  .hidden-for-small-up,
  .hidden-for-xlarge,
  .hidden-for-xlarge-down,
  .hidden-for-xlarge-only,
  .hidden-for-xlarge-up,
  .hidden-for-xxlarge-down,
  .visible-for-large,
  .visible-for-large-down,
  .visible-for-large-only,
  .visible-for-medium,
  .visible-for-medium-down,
  .visible-for-medium-only,
  .visible-for-small,
  .visible-for-small-down,
  .visible-for-small-only,
  .visible-for-xxlarge,
  .visible-for-xxlarge-only,
  .visible-for-xxlarge-up {
    position: absolute!important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px,1px,1px,1px);
  }

  table.hide-for-large,
  table.hide-for-large-down,
  table.hide-for-large-only,
  table.hide-for-medium,
  table.hide-for-medium-down,
  table.hide-for-medium-only,
  table.hide-for-small,
  table.hide-for-small-down,
  table.hide-for-small-only,
  table.hide-for-xxlarge,
  table.hide-for-xxlarge-only,
  table.hide-for-xxlarge-up,
  table.show-for-large-up,
  table.show-for-medium-up,
  table.show-for-small-up,
  table.show-for-xlarge,
  table.show-for-xlarge-down,
  table.show-for-xlarge-only,
  table.show-for-xlarge-up,
  table.show-for-xxlarge-down {
    display: table!important;
  }

  thead.hide-for-large,
  thead.hide-for-large-down,
  thead.hide-for-large-only,
  thead.hide-for-medium,
  thead.hide-for-medium-down,
  thead.hide-for-medium-only,
  thead.hide-for-small,
  thead.hide-for-small-down,
  thead.hide-for-small-only,
  thead.hide-for-xxlarge,
  thead.hide-for-xxlarge-only,
  thead.hide-for-xxlarge-up,
  thead.show-for-large-up,
  thead.show-for-medium-up,
  thead.show-for-small-up,
  thead.show-for-xlarge,
  thead.show-for-xlarge-down,
  thead.show-for-xlarge-only,
  thead.show-for-xlarge-up,
  thead.show-for-xxlarge-down {
    display: table-header-group!important;
  }

  tbody.hide-for-large,
  tbody.hide-for-large-down,
  tbody.hide-for-large-only,
  tbody.hide-for-medium,
  tbody.hide-for-medium-down,
  tbody.hide-for-medium-only,
  tbody.hide-for-small,
  tbody.hide-for-small-down,
  tbody.hide-for-small-only,
  tbody.hide-for-xxlarge,
  tbody.hide-for-xxlarge-only,
  tbody.hide-for-xxlarge-up,
  tbody.show-for-large-up,
  tbody.show-for-medium-up,
  tbody.show-for-small-up,
  tbody.show-for-xlarge,
  tbody.show-for-xlarge-down,
  tbody.show-for-xlarge-only,
  tbody.show-for-xlarge-up,
  tbody.show-for-xxlarge-down {
    display: table-row-group!important;
  }

  tr.hide-for-large,
  tr.hide-for-large-down,
  tr.hide-for-large-only,
  tr.hide-for-medium,
  tr.hide-for-medium-down,
  tr.hide-for-medium-only,
  tr.hide-for-small,
  tr.hide-for-small-down,
  tr.hide-for-small-only,
  tr.hide-for-xxlarge,
  tr.hide-for-xxlarge-only,
  tr.hide-for-xxlarge-up,
  tr.show-for-large-up,
  tr.show-for-medium-up,
  tr.show-for-small-up,
  tr.show-for-xlarge,
  tr.show-for-xlarge-down,
  tr.show-for-xlarge-only,
  tr.show-for-xlarge-up,
  tr.show-for-xxlarge-down {
    display: table-row!important;
  }

  td.hide-for-large,
  td.hide-for-large-down,
  td.hide-for-large-only,
  td.hide-for-medium,
  td.hide-for-medium-down,
  td.hide-for-medium-only,
  td.hide-for-small,
  td.hide-for-small-down,
  td.hide-for-small-only,
  td.hide-for-xxlarge,
  td.hide-for-xxlarge-only,
  td.hide-for-xxlarge-up,
  td.show-for-large-up,
  td.show-for-medium-up,
  td.show-for-small-up,
  td.show-for-xlarge,
  td.show-for-xlarge-down,
  td.show-for-xlarge-only,
  td.show-for-xlarge-up,
  td.show-for-xxlarge-down,
  th.hide-for-large,
  th.hide-for-large-down,
  th.hide-for-large-only,
  th.hide-for-medium,
  th.hide-for-medium-down,
  th.hide-for-medium-only,
  th.hide-for-small,
  th.hide-for-small-down,
  th.hide-for-small-only,
  th.hide-for-xxlarge,
  th.hide-for-xxlarge-only,
  th.hide-for-xxlarge-up,
  th.show-for-large-up,
  th.show-for-medium-up,
  th.show-for-small-up,
  th.show-for-xlarge,
  th.show-for-xlarge-down,
  th.show-for-xlarge-only,
  th.show-for-xlarge-up,
  th.show-for-xxlarge-down {
    display: table-cell!important;
  }
}

@media only screen and (min-width:120.063em) {
  .hide-for-large,
  .hide-for-large-down,
  .hide-for-large-only,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-medium-only,
  .hide-for-small,
  .hide-for-small-down,
  .hide-for-small-only,
  .hide-for-xlarge,
  .hide-for-xlarge-down,
  .hide-for-xlarge-only,
  .show-for-large-up,
  .show-for-medium-up,
  .show-for-small-up,
  .show-for-xlarge-up,
  .show-for-xxlarge,
  .show-for-xxlarge-down,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up {
    display: inherit!important;
  }

  .hide-for-large-up,
  .hide-for-medium-up,
  .hide-for-small-up,
  .hide-for-xlarge-up,
  .hide-for-xxlarge,
  .hide-for-xxlarge-down,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up,
  .show-for-large,
  .show-for-large-down,
  .show-for-large-only,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-medium-only,
  .show-for-small,
  .show-for-small-down,
  .show-for-small-only,
  .show-for-xlarge,
  .show-for-xlarge-down,
  .show-for-xlarge-only {
    display: none!important;
  }

  .hidden-for-large,
  .hidden-for-large-down,
  .hidden-for-large-only,
  .hidden-for-medium,
  .hidden-for-medium-down,
  .hidden-for-medium-only,
  .hidden-for-small,
  .hidden-for-small-down,
  .hidden-for-small-only,
  .hidden-for-xlarge,
  .hidden-for-xlarge-down,
  .hidden-for-xlarge-only,
  .visible-for-large-up,
  .visible-for-medium-up,
  .visible-for-small-up,
  .visible-for-xlarge-up,
  .visible-for-xxlarge,
  .visible-for-xxlarge-down,
  .visible-for-xxlarge-only,
  .visible-for-xxlarge-up {
    position: static!important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  .hidden-for-large-up,
  .hidden-for-medium-up,
  .hidden-for-small-up,
  .hidden-for-xlarge-up,
  .hidden-for-xxlarge,
  .hidden-for-xxlarge-down,
  .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up,
  .visible-for-large,
  .visible-for-large-down,
  .visible-for-large-only,
  .visible-for-medium,
  .visible-for-medium-down,
  .visible-for-medium-only,
  .visible-for-small,
  .visible-for-small-down,
  .visible-for-small-only,
  .visible-for-xlarge,
  .visible-for-xlarge-down,
  .visible-for-xlarge-only {
    position: absolute!important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px,1px,1px,1px);
  }

  table.hide-for-large,
  table.hide-for-large-down,
  table.hide-for-large-only,
  table.hide-for-medium,
  table.hide-for-medium-down,
  table.hide-for-medium-only,
  table.hide-for-small,
  table.hide-for-small-down,
  table.hide-for-small-only,
  table.hide-for-xlarge,
  table.hide-for-xlarge-down,
  table.hide-for-xlarge-only,
  table.show-for-large-up,
  table.show-for-medium-up,
  table.show-for-small-up,
  table.show-for-xlarge-up,
  table.show-for-xxlarge,
  table.show-for-xxlarge-down,
  table.show-for-xxlarge-only,
  table.show-for-xxlarge-up {
    display: table!important;
  }

  thead.hide-for-large,
  thead.hide-for-large-down,
  thead.hide-for-large-only,
  thead.hide-for-medium,
  thead.hide-for-medium-down,
  thead.hide-for-medium-only,
  thead.hide-for-small,
  thead.hide-for-small-down,
  thead.hide-for-small-only,
  thead.hide-for-xlarge,
  thead.hide-for-xlarge-down,
  thead.hide-for-xlarge-only,
  thead.show-for-large-up,
  thead.show-for-medium-up,
  thead.show-for-small-up,
  thead.show-for-xlarge-up,
  thead.show-for-xxlarge,
  thead.show-for-xxlarge-down,
  thead.show-for-xxlarge-only,
  thead.show-for-xxlarge-up {
    display: table-header-group!important;
  }

  tbody.hide-for-large,
  tbody.hide-for-large-down,
  tbody.hide-for-large-only,
  tbody.hide-for-medium,
  tbody.hide-for-medium-down,
  tbody.hide-for-medium-only,
  tbody.hide-for-small,
  tbody.hide-for-small-down,
  tbody.hide-for-small-only,
  tbody.hide-for-xlarge,
  tbody.hide-for-xlarge-down,
  tbody.hide-for-xlarge-only,
  tbody.show-for-large-up,
  tbody.show-for-medium-up,
  tbody.show-for-small-up,
  tbody.show-for-xlarge-up,
  tbody.show-for-xxlarge,
  tbody.show-for-xxlarge-down,
  tbody.show-for-xxlarge-only,
  tbody.show-for-xxlarge-up {
    display: table-row-group!important;
  }

  tr.hide-for-large,
  tr.hide-for-large-down,
  tr.hide-for-large-only,
  tr.hide-for-medium,
  tr.hide-for-medium-down,
  tr.hide-for-medium-only,
  tr.hide-for-small,
  tr.hide-for-small-down,
  tr.hide-for-small-only,
  tr.hide-for-xlarge,
  tr.hide-for-xlarge-down,
  tr.hide-for-xlarge-only,
  tr.show-for-large-up,
  tr.show-for-medium-up,
  tr.show-for-small-up,
  tr.show-for-xlarge-up,
  tr.show-for-xxlarge,
  tr.show-for-xxlarge-down,
  tr.show-for-xxlarge-only,
  tr.show-for-xxlarge-up {
    display: table-row!important;
  }

  td.hide-for-large,
  td.hide-for-large-down,
  td.hide-for-large-only,
  td.hide-for-medium,
  td.hide-for-medium-down,
  td.hide-for-medium-only,
  td.hide-for-small,
  td.hide-for-small-down,
  td.hide-for-small-only,
  td.hide-for-xlarge,
  td.hide-for-xlarge-down,
  td.hide-for-xlarge-only,
  td.show-for-large-up,
  td.show-for-medium-up,
  td.show-for-small-up,
  td.show-for-xlarge-up,
  td.show-for-xxlarge,
  td.show-for-xxlarge-down,
  td.show-for-xxlarge-only,
  td.show-for-xxlarge-up,
  th.hide-for-large,
  th.hide-for-large-down,
  th.hide-for-large-only,
  th.hide-for-medium,
  th.hide-for-medium-down,
  th.hide-for-medium-only,
  th.hide-for-small,
  th.hide-for-small-down,
  th.hide-for-small-only,
  th.hide-for-xlarge,
  th.hide-for-xlarge-down,
  th.hide-for-xlarge-only,
  th.show-for-large-up,
  th.show-for-medium-up,
  th.show-for-small-up,
  th.show-for-xlarge-up,
  th.show-for-xxlarge,
  th.show-for-xxlarge-down,
  th.show-for-xxlarge-only,
  th.show-for-xxlarge-up {
    display: table-cell!important;
  }
}

.visually-hidden {
  position: absolute!important;
  top: -9999px!important;
  left: -9999px!important;
}

.hide-for-portrait,
.show-for-landscape {
  display: inherit!important;
}

.hide-for-landscape,
.show-for-portrait {
  display: none!important;
}

table.hide-for-landscape,
table.show-for-portrait {
  display: table!important;
}

thead.hide-for-landscape,
thead.show-for-portrait {
  display: table-header-group!important;
}

tbody.hide-for-landscape,
tbody.show-for-portrait {
  display: table-row-group!important;
}

tr.hide-for-landscape,
tr.show-for-portrait {
  display: table-row!important;
}

td.hide-for-landscape,
td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell!important;
}

@media only screen and (orientation:landscape) {
  .hide-for-portrait,
  .show-for-landscape {
    display: inherit!important;
  }

  .hide-for-landscape,
  .show-for-portrait {
    display: none!important;
  }

  table.hide-for-portrait,
  table.show-for-landscape {
    display: table!important;
  }

  thead.hide-for-portrait,
  thead.show-for-landscape {
    display: table-header-group!important;
  }

  tbody.hide-for-portrait,
  tbody.show-for-landscape {
    display: table-row-group!important;
  }

  tr.hide-for-portrait,
  tr.show-for-landscape {
    display: table-row!important;
  }

  td.hide-for-portrait,
  td.show-for-landscape,
  th.hide-for-portrait,
  th.show-for-landscape {
    display: table-cell!important;
  }
}

@media only screen and (orientation:portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: inherit!important;
  }

  .hide-for-portrait,
  .show-for-landscape {
    display: none!important;
  }

  table.hide-for-landscape,
  table.show-for-portrait {
    display: table!important;
  }

  thead.hide-for-landscape,
  thead.show-for-portrait {
    display: table-header-group!important;
  }

  tbody.hide-for-landscape,
  tbody.show-for-portrait {
    display: table-row-group!important;
  }

  tr.hide-for-landscape,
  tr.show-for-portrait {
    display: table-row!important;
  }

  td.hide-for-landscape,
  td.show-for-portrait,
  th.hide-for-landscape,
  th.show-for-portrait {
    display: table-cell!important;
  }
}

.show-for-touch {
  display: none!important;
}

.hide-for-touch,
.touch .show-for-touch {
  display: inherit!important;
}

.touch .hide-for-touch {
  display: none!important;
}

.touch table.show-for-touch,
table.hide-for-touch {
  display: table!important;
}

.touch thead.show-for-touch,
thead.hide-for-touch {
  display: table-header-group!important;
}

.touch tbody.show-for-touch,
tbody.hide-for-touch {
  display: table-row-group!important;
}

.touch tr.show-for-touch,
tr.hide-for-touch {
  display: table-row!important;
}

.touch td.show-for-touch,
.touch th.show-for-touch,
td.hide-for-touch,
th.hide-for-touch {
  display: table-cell!important;
}

@media print {
  .show-for-print {
    display: block;
  }

  .hide-for-print {
    display: none;
  }

  table.show-for-print {
    display: table!important;
  }

  thead.show-for-print {
    display: table-header-group!important;
  }

  tbody.show-for-print {
    display: table-row-group!important;
  }

  tr.show-for-print {
    display: table-row!important;
  }

  td.show-for-print,
  th.show-for-print {
    display: table-cell!important;
  }
}

.clearing-thumbs,
[data-clearing] {
  margin-bottom: 0;
  margin-left: 0;
  list-style: none;
}

.clearing-thumbs:after,
.clearing-thumbs:before,
[data-clearing]:after,
[data-clearing]:before {
  content: " ";
  display: table;
}

.clearing-thumbs:after,
[data-clearing]:after {
  clear: both;
}

.clearing-thumbs li,
[data-clearing] li {
  float: left;
  margin-right: 10px;
}

.clearing-thumbs[class*=block-grid-] li,
[data-clearing][class*=block-grid-] li {
  margin-right: 0;
}

.clearing-blackout {
  background: #333;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 998;
}

.clearing-blackout .clearing-close {
  display: block;
}

.clearing-container {
  position: relative;
  z-index: 998;
  height: 100%;
  overflow: hidden;
  margin: 0;
}

.clearing-touch-label {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #AAA;
  font-size: .6em;
}

.visible-img {
  height: 95%;
  position: relative;
}

.visible-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -50%;
  max-height: 100%;
  max-width: 100%;
}

.clearing-caption {
  color: #CCC;
  font-size: .875em;
  line-height: 1.3;
  margin-bottom: 0;
  text-align: center;
  bottom: 0;
  background: #333;
  width: 100%;
  padding: 10px 30px 20px;
  position: absolute;
  left: 0;
}

.clearing-close {
  z-index: 999;
  padding-left: 20px;
  padding-top: 10px;
  font-size: 30px;
  line-height: 1;
  color: #CCC;
  display: none;
}

.clearing-close:focus,
.clearing-close:hover {
  color: #CCC;
}

.clearing-assembled .clearing-container {
  height: 100%;
}

.clearing-assembled .clearing-container .carousel>ul,
.clearing-feature li {
  display: none;
}

.clearing-feature li.clearing-featured-img {
  display: block;
}

@media only screen and (min-width:40.063em) {
  .clearing-main-next,
  .clearing-main-prev {
    position: absolute;
    height: 100%;
    width: 40px;
    top: 0;
  }

  .clearing-main-next>span,
  .clearing-main-prev>span {
    position: absolute;
    top: 50%;
    display: block;
    width: 0;
    height: 0;
    border: solid 12px;
  }

  .clearing-main-next>span:hover,
  .clearing-main-prev>span:hover {
    opacity: .8;
  }

  .clearing-main-prev {
    left: 0;
  }

  .clearing-main-prev>span {
    left: 5px;
    border-color: transparent;
    border-right-color: #CCC;
  }

  .clearing-main-next {
    right: 0;
  }

  .clearing-main-next>span {
    border-color: transparent;
    border-left-color: #CCC;
  }

  .clearing-main-next.disabled,
  .clearing-main-prev.disabled {
    opacity: .3;
  }

  .clearing-assembled .clearing-container .carousel {
    background: rgba(51,51,51,.8);
    height: 120px;
    margin-top: 10px;
    text-align: center;
  }

  .clearing-assembled .clearing-container .carousel>ul {
    display: inline-block;
    z-index: 999;
    height: 100%;
    position: relative;
    float: none;
  }

  .clearing-assembled .clearing-container .carousel>ul li {
    display: block;
    width: 120px;
    min-height: inherit;
    float: left;
    overflow: hidden;
    margin-right: 0;
    padding: 0;
    position: relative;
    cursor: pointer;
    opacity: .4;
    clear: none;
  }

  .clearing-assembled .clearing-container .carousel>ul li.fix-height img {
    height: 100%;
    max-width: none;
  }

  .clearing-assembled .clearing-container .carousel>ul li a.th {
    border: none;
    box-shadow: none;
    display: block;
  }

  .clearing-assembled .clearing-container .carousel>ul li img {
    cursor: pointer!important;
    width: 100%!important;
  }

  .clearing-assembled .clearing-container .carousel>ul li.visible {
    opacity: 1;
  }

  .clearing-assembled .clearing-container .carousel>ul li:hover {
    opacity: .8;
  }

  .clearing-assembled .clearing-container .visible-img {
    background: #333;
    overflow: hidden;
    height: 85%;
  }

  .clearing-close {
    position: absolute;
    top: 10px;
    right: 20px;
    padding-left: 0;
    padding-top: 0;
  }
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: none;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-loading .slick-list {
  background: #fff slick-image-url(ajax-loader.gif) center center no-repeat;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slide,
.slick-slide img,
.slick-slider .slick-list,
.slick-track {
  -ms-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1;
}

.slick-track:after,
.slick-track:before {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-next,
.slick-prev {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: 0 0;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: 0;
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  outline: 0;
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: .25;
}

.slick-next:before,
.slick-prev:before {
  border-style: solid;
  content: '';
  display: block;
  height: 0;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  width: 0;
}

.slick-prev {
  left: 0;
}

.slick-prev:before {
  border-width: 10px 12.5px 10px 0;
  border-color: transparent #fff transparent transparent;
  left: 60%;
}

@media only screen and (min-width:64.063em) {
  .slick-prev:before {
    border-width: 12.5px 15px 12.5px 0;
    left: 55%;
  }
}

.slick-next {
  right: 0;
}

.slick-next:before {
  border-width: 10px 0 10px 12.5px;
  border-color: transparent transparent transparent #fff;
  right: 60%;
}

@media only screen and (min-width:64.063em) {
  .slick-next:before {
    border-width: 12.5px 0 12.5px 15px;
    right: 55%;
  }
}

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: 0 0;
  display: block;
  height: 20px;
  width: 20px;
  outline: 0;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: 0;
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000;
  opacity: .25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: #000;
  opacity: .75;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #130C83;
  opacity: .9;
  filter: alpha(opacity=90);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: 0!important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-content {
  background: #fff;
  position: relative;
  display: inline-block;
  max-width: 500px;
  margin: 0 auto;
  padding: 30px;
  top: 30%;
  z-index: 1045;
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none!important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
  display: none;
}

button.mfp-arrow,
button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: -25px;
  top: -25px;
  text-decoration: none;
  text-align: center;
  opacity: .65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial,Baskerville,monospace;
}

.mfp-close:focus,
.mfp-close:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: .65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:focus,
.mfp-arrow:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow .mfp-a,
.mfp-arrow .mfp-b,
.mfp-arrow:after,
.mfp-arrow:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow .mfp-a,
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow .mfp-b,
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: .7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left .mfp-a,
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left .mfp-b,
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right .mfp-a,
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right .mfp-b,
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0,0,0,.6);
  background: #000;
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto;
}

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0,0,0,.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0,0,0,.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0,0,0,.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width:900px) {
  .mfp-arrow {
    -ms-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -ms-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -ms-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

.ng-cloak,
.x-ng-cloak,
[data-ng-cloak],
[ng-cloak],
[ng\:cloak],
[x-ng-cloak] {
  display: none!important;
}

.cta-component {
  background: #f2f2f2;
  overflow: initial;
  margin: 20px 0 25px;
  padding: 15px 0 20px;
  position: relative;
  text-align: center;
  z-index: 1;
}

.cta-component>.row>.column,
.cta-component>.row>.columns {
  z-index: 1;
}

@media only screen and (min-width:64.063em) {
  .cta-component {
    padding: 40px 0 45px;
  }
}

#framework .cta-component .submit,
.cta-component #framework .submit,
.cta-component .button {
  margin-bottom: 0;
  min-width: 188px;
  min-width: 11.75rem;
}

@media only screen and (min-width:40.063em) {
  .cta-component--left,
  .cta-component--right {
    width: 25rem;
  }

  .cta-component--left {
    clear: left;
    float: left;
    margin: 0 1.5625rem 1.25rem 0;
  }

  .cta-component--right {
    clear: right;
    float: right;
    margin: 0 0 1.25rem 1.5625rem;
  }
}

.cta-component--image,
.cta-component.cta-component--video-section {
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  padding-top: 100px;
  padding-top: 6.25rem;
}

@media only screen and (max-width:40em) {
  .cta-component--image,
  .cta-component.cta-component--video-section {
    padding-top: 0;
    background: none!important;
  }

  .cta-component--image .cta__mobile-image,
  .cta-component.cta-component--video-section .cta__mobile-image {
    height: 23.4375rem;
    background-size: cover;
    background-position: center center;
  }
}

@media only screen and (min-width:64.063em) {
  .cta-component--image,
  .cta-component.cta-component--video-section {
    padding: 20.625rem 0 3.75rem;
  }
}

.cta-component--image:after,
.cta-component--image:before,
.cta-component.cta-component--video-section:after,
.cta-component.cta-component--video-section:before {
  display: none;
}

.cta-component--full-width {
  margin: 30px 0 35px;
}

@media only screen and (min-width:64.063em) {
  .cta-component--full-width {
    margin: 50px 0 55px;
  }
}

.cta-component--footer {
  margin: 30px 0 0;
}

@media only screen and (min-width:64.063em) {
  .cta-component--footer {
    margin: 45px 0 0;
  }
}

.cta-component__video {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}

@media only screen and (max-width:40em) {
  .cta-component__video {
    position: static;
    padding-top: 0;
  }
}

@media only screen and (min-width:40.063em) {
  .cta-component__video {
    top: 50%;
    bottom: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

html.touch .cta-component__video {
  display: none;
}

.cta-component--video-overlay {
  max-width: none!important;
}

.cta__hed {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1;
  text-transform: uppercase;
  z-index: 2;
  font-family: league-gothic,Arial,sans-serif;
  letter-spacing: .02em;
  font-weight: 400;
  margin: -21px 0 10px;
  margin: -1.3125rem 0 .625rem;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (min-width:64.063em) {
  .cta__hed {
    font-size: 3rem;
    margin: -1.25rem 0 -.625rem;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.cta__hed span {
  color: #FFF;
  background: #005191;
  display: inline-block;
  vertical-align: top;
  padding: 4px 6px 3px;
  padding: .25rem .375rem .1875rem;
}

.cta__dek {
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 28px;
  margin-bottom: 1.75rem;
}

.cta__link {
  white-space: nowrap;
}

#framework .cta__link.submit,
.cta__link.button {
  margin: 0 10px 8px;
  margin: 0 .625rem .5rem;
  background: #005191;
  color: #FFF;
}

#framework .cta__link.submit:hover,
.cta__link.button:hover {
  background: #539ed0;
  color: #000;
}

@media only screen and (min-width:64.063em) {
  #framework .cta__link.submit,
  .cta__link.button {
    margin-bottom: .875rem;
  }
}

.cta__link--default {
  color: #005191;
  margin: 0 20px;
  margin: 0 1.25rem;
  z-index: 2;
}

.cta__link--default:focus,
.cta__link--default:hover {
  color: #539ed0;
}

.cta__holder {
  background: #FFF;
  padding: 20px;
  padding: 1.25rem;
  max-width: 714px;
  max-width: 44.625rem;
  margin: 0 auto;
}

@media only screen and (min-width:40.063em) {
  .cta__holder {
    padding: 1.25rem 2.5rem;
  }
}

.touts-component {
  clear: both;
  margin: 20px 0 30px;
  margin: 1.25rem 0 1.875rem;
}

@media only screen and (min-width:40.063em) and (max-width:64em) {
  .touts-component {
    margin: 1.5625rem 0 2.1875rem;
  }
}

@media only screen and (min-width:64.063em) {
  .touts-component {
    margin: 1.875rem 0 2.5rem;
  }
}

.touts-component.stats-touts--contained,
.touts-component.stats-touts--full {
  padding: 50px 0 26px;
  padding: 3.125rem 0 1.625rem;
}

@media only screen and (min-width:64.063em) {
  .touts-component.stats-touts--full {
    padding: 2.5rem 0;
  }
}

@media only screen and (min-width:64.063em) {
  .touts-component.stats-touts--contained {
    padding: 2.5rem 0;
  }
}

.touts-component.touts-component--with-image {
  padding: 70px 0;
  padding: 4.375rem 0;
  background-size: cover;
}

@media only screen and (min-width:64.063em) {
  .touts-component.touts-component--with-image {
    padding: 6.5rem 0 4.875rem;
    margin-bottom: 6.0625rem;
  }
}

.touts-component.images_3-touts--full {
  background-color: #f2f2f2;
}

.stat-touts {
  text-align: center;
}

@media (max-width:600px) {
  .stat-touts__carousel {
    margin: 0 -.625rem;
  }
}

.stat-tout {
  margin: 0 1% 15px;
  margin: 0 1% .9375rem;
  padding: 15px 20px;
  padding: .9375rem 1.25rem;
  position: relative;
}

@media (min-width:600px) {
  .stat-tout {
    float: left;
    width: 31.333%;
  }
}

.stat-tout__stat {
  color: #111;
  font: 100 68px Roboto,Arial,sans-serif;
  font: 100 4.25rem Roboto,Arial,sans-serif;
  margin: 0 0 17px;
  margin: 0 0 1.0625rem;
  line-height: 1;
}

.touts-component--with-image .stat-tout__stat {
  color: #fff;
}

.stat-tout__description {
  color: #111;
  font: 700 15px "Roboto Condensed",Arial,sans-serif;
  font: 700 .9375rem "Roboto Condensed",Arial,sans-serif;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
}

.touts-component--with-image .stat-tout__description {
  color: #fff;
}

.touts-component__heading {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1;
  overflow: hidden;
  text-transform: uppercase;
  z-index: 2;
  font-family: league-gothic,Arial,sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0 0 10px;
  margin: 0 0 .625rem;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (min-width:64.063em) {
  .touts-component__heading {
    font-size: 3rem;
    margin: 0 0 .9375rem;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.touts-component__heading span {
  color: #fff;
  background: #000;
  display: inline-block;
  vertical-align: top;
  padding: 2px 10px 0;
  padding: .125rem .625rem 0;
}

.accordion-component__heading {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1;
  overflow: hidden;
  margin: 0 auto 15px;
  text-transform: uppercase;
  z-index: 2;
  font-family: league-gothic,Arial,sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}

@media only screen and (min-width:64.063em) {
  .accordion-component__heading {
    font-size: 2.875rem;
    margin-bottom: 1.8125rem;
  }
}

.accordion-component__heading span {
  color: #fff;
  background: #000;
  display: inline-block;
  vertical-align: top;
  padding: 2px 10px 0;
  padding: .125rem .625rem 0;
}

.accordion-component__heading span.win {
  background: #005191;
}

@media only screen and (min-width:40.063em) {
  .accordion-component__heading span.win:hover {
    background: #005191;
  }
}

.image-touts {
  font-size: 0;
  margin: 25px 0 20px;
  margin: 1.5625rem 0 1.25rem;
  text-align: center;
}

@media only screen and (min-width:40.063em) and (max-width:64em) {
  .image-touts {
    margin: 2.1875rem 0 1.5625rem;
  }
}

@media only screen and (min-width:64.063em) {
  .image-touts {
    margin: 2.5rem 0 2.1875rem;
  }
}

.image-touts--two {
  font-family: league-gothic,Arial,sans-serif;
  letter-spacing: .02em;
}

.image-touts--two .image-touts__caption {
  color: #4F4F4F;
  display: block;
  float: left;
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0 0 6px;
  margin: 0 0 .375rem;
}

.image-touts--two .image-touts__link {
  color: #FF1919;
  float: right;
  font-size: 24px;
  font-size: 1.5rem;
}

.image-touts--two .image-touts__link:hover {
  color: #f57814;
}

.image-touts--two .image-touts__image {
  background-size: cover;
  border: 1px solid #969696;
  clear: both;
  display: block;
  height: 300px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 0 30%;
  text-align: left;
  width: 100%;
  vertical-align: top;
}

.image-touts--two .image-touts__image:hover {
  border: 1px solid #f57814;
}

.image-touts--two .image-touts__tout {
  height: 300px;
  margin: 0 auto 20px;
  margin: 0 auto 1.25rem;
  max-width: 365px;
  max-width: 22.8125rem;
  overflow: hidden;
  padding: 0;
  text-align: left;
  width: 100%;
  vertical-align: top;
}

.image-touts--two .image-touts__tout:before {
  background: 0;
  display: none;
}

@media only screen and (min-width:40.063em) and (max-width:64em) {
  .image-touts--two .image-touts__tout {
    height: auto;
    margin: 0 1.3% 1.25rem;
    width: 48%;
  }

  .image-touts--two .image-touts__tout:nth-child(2n+1) {
    margin-left: 0;
  }

  .image-touts--two .image-touts__tout:nth-child(2n+2) {
    margin-right: 0;
  }
}

@media only screen and (min-width:64.063em) {
  .image-touts--two .image-touts__tout {
    height: auto;
    margin: 0 1.3% 1.25rem;
    max-width: none;
    padding: 0;
    width: 48%;
  }

  .image-touts--two .image-touts__tout:nth-child(2n+1) {
    margin-left: 0;
  }

  .image-touts--two .image-touts__tout:nth-child(2n+2) {
    margin-right: 0;
  }
}

.image-touts--three .image-touts__image {
  padding-top: 75.36%;
  background-size: cover;
  background-position: center center;
  width: 100%;
  display: block;
}

.image-touts--three .image-touts__text {
  font-family: Roboto,Arial,sans-serif;
  font-weight: 700;
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1;
  color: #1a1a1a;
  display: block;
  padding: 14px;
  padding: .875rem;
  text-align: center;
  position: static;
}

@media only screen and (min-width:40.063em) {
  .image-touts--three .image-touts__text {
    font-size: 1.125rem;
  }
}

@media only screen and (min-width:64.063em) {
  .image-touts--three .image-touts__text {
    font-size: 1.3125rem;
    padding: 1.625rem 1rem;
  }
}

.image-touts--three .image-touts__tout {
  margin: 0 auto 24px;
  margin: 0 auto 1.5rem;
  max-width: 365px;
  max-width: 22.8125rem;
  overflow: hidden;
  text-align: left;
  width: 100%;
  vertical-align: top;
}

.image-touts--three .image-touts__tout:active,
.image-touts--three .image-touts__tout:focus,
.image-touts--three .image-touts__tout:hover {
  color: #fff;
}

@media only screen and (min-width:40.063em) and (max-width:64em) {
  .image-touts--three .image-touts__tout {
    height: auto;
    margin: 0 .55% 1.875rem;
    width: 32.6%;
  }

  .image-touts--three .image-touts__tout:nth-child(3n+1) {
    margin-left: 0;
  }

  .image-touts--three .image-touts__tout:nth-child(3n+3) {
    margin-right: 0;
  }
}

@media only screen and (min-width:64.063em) {
  .image-touts--three .image-touts__tout {
    height: auto;
    margin: 2.4375rem .75%;
    max-width: none;
    width: 32.33%;
  }

  .image-touts--three .image-touts__tout:nth-child(3n+1) {
    margin-left: 0;
  }

  .image-touts--three .image-touts__tout:nth-child(3n+3) {
    margin-right: 0;
  }

  .image-touts--three .image-touts__tout:hover .image-touts__button {
    opacity: 1;
  }
}

.image-touts--four {
  margin: 25px auto 20px;
  margin: 1.5625rem auto 1.25rem;
}

@media only screen and (max-width:40em) {
  .image-touts--four {
    max-width: 25rem;
  }
}

@media only screen and (min-width:40.063em) and (max-width:64em) {
  .image-touts--four {
    max-width: 53.125rem;
  }
}

@media only screen and (min-width:64.063em) {
  .image-touts--four {
    margin: 2.5rem auto 3.75rem;
  }
}

.image-touts--four .image-touts__image {
  padding-top: 75.36%;
  background-size: cover;
  background-position: center center;
  width: 100%;
  display: block;
}

@media only screen and (max-width:40em) {
  .image-touts--four .image-touts__image {
    padding-top: 67%;
  }
}

.image-touts--four .image-touts__tout {
  height: auto;
  margin: 0 2% 13px;
  margin: 0 2% .8125rem;
  width: 48%;
  vertical-align: top;
}

@media only screen and (max-width:40em) {
  .image-touts--four .image-touts__tout:nth-child(odd) {
    margin-left: 0;
  }

  .image-touts--four .image-touts__tout:nth-child(even) {
    margin-right: 0;
  }
}

@media only screen and (min-width:40.063em) and (max-width:64em) {
  .image-touts--four .image-touts__tout {
    margin: 0 1% .8125rem;
    width: 49%;
  }

  .image-touts--four .image-touts__tout:nth-child(odd) {
    margin-left: 0;
  }

  .image-touts--four .image-touts__tout:nth-child(even) {
    margin-right: 0;
  }
}

@media only screen and (min-width:64.063em) {
  .image-touts--four .image-touts__tout {
    margin: 0 .5% .9375rem;
    width: 24.25%;
  }

  .image-touts--four .image-touts__tout:nth-child(4n+1) {
    margin-left: 0;
  }

  .image-touts--four .image-touts__tout:nth-child(4n+4) {
    margin-right: 0;
  }
}

.image-touts--four .image-touts__tout:after {
  display: none;
}

.image-touts--four .image-touts__text {
  font-family: Roboto,Arial,sans-serif;
  font-weight: 700;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1;
  color: #1a1a1a;
  display: block;
  padding: 14px;
  padding: .875rem;
  text-align: center;
  position: static;
}

@media only screen and (max-width:40em) {
  .image-touts--four .image-touts__text {
    line-height: 1.29;
    font-size: 1rem;
    padding: .6875rem;
  }
}

@media only screen and (min-width:64.063em) {
  .image-touts--four .image-touts__text {
    font-size: 1.125rem;
    padding: 1.625rem .625rem;
  }
}

.image-touts__tout {
  background-size: cover;
  background-position: center center;
  color: #fff;
  display: inline-block;
  position: relative;
}

.image-touts__tout .image-touts__image {
  position: relative;
  background-color: #f57814;
}

.image-touts__tout .image-touts__image:before {
  background: rgba(17,17,17,0);
  bottom: 0;
  content: '';
  display: block;
  height: 100%;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 1;
  transition: background .3s linear;
}

.image-touts__tout:hover {
  color: #fff;
}

.image-touts__tout:hover .image-touts__image:before {
  background: rgba(17,17,17,.5);
}

.image-touts__text {
  bottom: 0;
  display: block;
  font-family: league-gothic,Arial,sans-serif normal;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.1;
  padding: 20px 35px 30px 20px;
  padding: 1.25rem 2.1875rem 1.875rem 1.25rem;
  position: absolute;
  text-align: left;
  z-index: 3;
  -webkit-font-smoothing: antialiased;
}

@media only screen and (min-width:40.063em) and (max-width:64em) {
  .image-touts__text {
    font-size: 1.375rem;
  }
}

@media only screen and (min-width:64.063em) {
  .image-touts__text {
    font-size: 1.5625rem;
    transition: .4s;
  }
}

.image-touts__tag {
  font-family: Roboto,Arial,sans-serif;
  font-weight: 700;
  font-size: 12px;
  font-size: .75rem;
  color: #FFF;
  background: #000;
  padding: 2px 8px;
  padding: .125rem .5rem;
  letter-spacing: .02em;
  text-transform: uppercase;
  position: absolute;
  top: 10px;
  top: .625rem;
  left: 10px;
  left: .625rem;
  z-index: 2;
}

@media only screen and (min-width:64.063em) {
  .image-touts__tag {
    top: 1.25rem;
    left: 1.25rem;
  }
}

.image-touts__button {
  margin: 0;
  opacity: 0;
  padding: 8px 18px 8px 15px;
  position: absolute;
  transition: opacity .3s;
  z-index: 5;
  top: 50%;
  left: 50%;
  font-family: league-gothic,Arial,sans-serif;
  font-size: 22px;
  line-height: 1;
  text-transform: uppercase;
  color: #FFF;
  letter-spacing: .02em;
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.image_w_text-touts {
  background: #f7f7f7;
}

.image_w_text-touts:after,
.image_w_text-touts:before {
  content: " ";
  display: table;
}

.image_w_text-touts:after {
  clear: both;
}

@media only screen and (min-width:64.063em) {
  .image_w_text-touts .image-component {
    width: 48%;
    max-width: none;
    margin-bottom: 0;
  }

  .image_w_text-touts .image-component.media-component--left {
    margin-right: 4%;
  }

  .image_w_text-touts .image-component.media-component--right {
    margin-left: 4%;
  }
}

.image_w_text-touts .image-component img {
  max-width: none;
  width: 100%;
}

.image_w_text-touts__text {
  padding: 20px;
  padding: 1.25rem;
}

@media only screen and (min-width:64.063em) {
  .image_w_text-touts__text {
    font-size: 1.125rem;
    padding-top: 5rem;
  }
}

.image_w_text-touts__text p {
  line-height: 1.778;
}

@media only screen and (min-width:64.063em) {
  .image_w_text-touts__text p {
    font-size: 1.125rem;
  }
}

.media-component--extra-wide {
  clear: both;
  margin: 15px 0 20px;
  margin: .9375rem 0 1.25rem;
  position: relative;
}

@media only screen and (min-width:40.063em) {
  .media-component--extra-wide {
    margin: .9375rem 0 1.5625rem;
  }
}

@media only screen and (min-width:64.063em) {
  .media-component--extra-wide {
    margin: 1.875rem 0 2.8125rem;
  }
}

.media-component--extra-wide img {
  height: auto;
  width: 100%;
}

.media-component--extra-wide .media-component__caption {
  bottom: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 2;
}

.media-component--extra-wide .media-component__caption p {
  color: #fff;
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.1;
  margin: 0;
  padding: 0 20px 20px;
  padding: 0 1.25rem 1.25rem;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  font-family: league-gothic,Arial,sans-serif;
  letter-spacing: .02em;
  font-weight: 400;
}

@media only screen and (min-width:40.063em) and (max-width:64em) {
  .media-component--extra-wide .media-component__caption p {
    font-size: 1.5625rem;
    padding: 0 .9375rem 1.5625rem;
  }
}

@media only screen and (min-width:64.063em) {
  .media-component--extra-wide .media-component__caption p {
    font-size: 2rem;
    padding: 0 0 1.875rem;
  }
}

@media only screen and (min-width:64.063em) {
  .media-component--extra-wide .media-component__caption {
    left: 50%;
    margin-left: -490px;
    width: 980px;
  }
}

.media-component--extra-wide.has-caption:before {
  background: linear-gradient(to bottom,transparent 0,rgba(0,0,0,.8)100%);
  content: none;
  bottom: 0;
  display: block;
  height: 60%;
  position: absolute;
  transition: .2s;
  width: 100%;
  z-index: 1;
}

.media-component--full {
  clear: both;
  margin: 15px 0 20px;
  margin: .9375rem 0 1.25rem;
  text-align: center;
}

.media-component--full:before {
  display: none;
}

@media only screen and (min-width:40.063em) {
  .media-component--full {
    margin: 2.1875rem 0 2.8125rem;
  }
}

@media only screen and (min-width:64.063em) {
  .media-component--full {
    margin: 3.125rem 0 4.0625rem;
  }
}

.media-component--left {
  clear: left;
  margin: 0 auto 20px;
  margin: 0 auto 1.25rem;
  max-width: 275px;
  max-width: 17.1875rem;
}

@media only screen and (min-width:40.063em) {
  .media-component--left {
    float: left;
    margin: 0 1.5625rem 1.25rem 0;
    max-width: 24.0625rem;
  }
}

.media-component--right {
  clear: right;
  margin: 0 auto 20px;
  margin: 0 auto 1.25rem;
  max-width: 275px;
  max-width: 17.1875rem;
}

@media only screen and (min-width:40.063em) {
  .media-component--right {
    float: right;
    margin: 0 0 1.25rem 1.5625rem;
    max-width: 24.0625rem;
  }
}

.media-component__heading {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 5px;
  text-align: left;
  text-transform: uppercase;
}

.media-component__caption {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  padding: 10px 0;
  padding: .625rem 0;
  position: relative;
  z-index: 10;
}

.media-component__caption p {
  font-size: 12px;
  font-size: .75rem;
  line-height: 1.1;
  margin: 0;
  text-align: left;
}

.media-component__caption--inset {
  background: #fff;
  margin: -20px 15px 10px;
  margin: -1.25rem .9375rem .625rem;
  padding: 10px;
  padding: .625rem;
}

.image-component {
  position: relative;
  text-align: center;
  z-index: 5;
}

.image-component a {
  display: block;
}

@media only screen and (min-width:64.063em) {
  .image-component.media-component--full.has-caption {
    overflow: hidden;
  }

  .image-component.media-component--full.has-caption:before {
    background: #fff;
    bottom: -250px;
    content: none;
    display: block;
    height: 500px;
    position: absolute;
    right: -250px;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 500px;
    z-index: 1;
  }

  .image-component.media-component--full.has-caption .media-component__caption--inset {
    padding: 1.25rem;
    position: absolute;
    right: 0;
    transform: translateY(-50%) translateZ(0);
    top: 70%;
    width: 25rem;
    z-index: 2;
  }
}

.video-component {
  z-index: 5;
}

@media only screen and (min-width:40.063em) {
  .video-component.media-component--left,
  .video-component.media-component--right {
    max-width: none;
    width: 25rem;
  }
}

.video-component.media-component--full {
  margin: 25px auto;
  margin: 1.5625rem auto;
  max-width: 700px;
}

.blockquote-container {
  background: #f7f7f7;
  overflow: hidden;
}

@media only screen and (min-width:40.063em) {
  .blockquote-container {
    margin: 2.8125rem 0;
  }
}

.blockquote-image {
  position: relative;
}

@media only screen and (min-width:40.063em) {
  .blockquote-image {
    float: left;
    max-width: 48%;
    margin: 0 4% 0 0;
    overflow: hidden;
    z-index: 1;
  }
}

blockquote.has-image {
  margin: 0 0 10px;
  padding: 20px;
  padding: 1.25rem;
}

@media only screen and (min-width:40.063em) {
  blockquote.has-image {
    padding: 1.25rem;
    position: relative;
    z-index: 2;
  }
}

blockquote.has-image p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.778;
}

@media only screen and (min-width:64.063em) {
  blockquote.has-image p {
    font-size: 1.125rem;
  }
}

.blockquotes--two {
  position: relative;
}

@media only screen and (min-width:64.063em) {
  .blockquotes--two {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 3.125rem;
  }
}

.blockquotes--two blockquote {
  font-size: 18px;
  font-size: 1.125rem;
}

@media only screen and (min-width:64.063em) {
  .blockquotes--two blockquote.has-image {
    padding-left: calc(40% + 20px);
  }
}

.blockquotes--two blockquote p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.778;
}

@media only screen and (min-width:64.063em) {
  .blockquotes--two blockquote p {
    font-size: 1.125rem;
  }
}

.blockquotes--two .blockquote-container--two {
  overflow: hidden;
  padding: 0 20px 20px;
  padding: 0 1.25rem 1.25rem;
  position: relative;
  background: #f2f2f2;
  margin: 0 0 20px;
  margin: 0 0 1.25rem;
}

@media only screen and (min-width:40.063em) {
  .blockquotes--two .blockquote-container--two {
    padding: 0;
  }
}

@media only screen and (min-width:64.063em) {
  .blockquotes--two .blockquote-container--two {
    width: 49%;
    margin-right: .5%;
  }

  .blockquotes--two .blockquote-container--two+.blockquote-container--two {
    margin-left: .5%;
    margin-right: 0;
  }
}

.blockquotes--two .blockquote-image--two {
  max-width: 275px;
  max-width: 17.1875rem;
  margin: 0 auto 20px;
  margin: 0 auto 1.25rem;
}

@media only screen and (min-width:40.063em) {
  .blockquotes--two .blockquote-image--two {
    float: left;
    margin: 0 1.5625rem 1.25rem 0;
    max-width: 23.75rem;
    clear: left;
  }

  .blockquotes--two .blockquote-image--two img {
    width: 100%;
    height: auto;
  }
}

@media only screen and (min-width:64.063em) {
  .blockquotes--two .blockquote-image--two {
    max-width: none;
    width: 40%;
    height: 100%;
    text-align: center;
    overflow: hidden;
    margin-bottom: 0;
  }

  .blockquotes--two .blockquote-image--two img {
    max-width: none;
  }
}

.share-icons {
  margin: 0;
  padding: 0;
}

.share-icons li {
  display: inline;
  list-style: none;
  font-size: 0;
  margin: 0;
  padding: 0;
}

.share-icons a {
  background-color: #f57814;
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  height: 30px;
  height: 1.875rem;
  margin: 0 5px 5px 0;
  margin: 0 .3125rem .3125rem 0;
  text-align: center;
  transition: background-color .1s;
  width: 30px;
  width: 1.875rem;
}

.share-icons a i {
  color: #fff;
  line-height: 30px;
  line-height: 1.875rem;
  font-size: 17px;
  font-size: 1.0625rem;
}

.share-icons a:hover {
  background-color: #f26527;
}

.uww-search-component input,
.uww-search-component select {
  background: 0 0;
  border: none;
  color: #1a1a1a;
  font-size: 14px;
  height: auto;
  margin: 0;
  line-height: 19px;
  border-bottom: 1px solid #ccc;
  letter-spacing: .04em;
  padding: 15px 9px;
  padding: .9375rem .5625rem;
}

.uww-search-component input::-webkit-input-placeholder,
.uww-search-component select::-webkit-input-placeholder {
  color: #4F4F4F;
}

.uww-search-component input::-moz-placeholder,
.uww-search-component select::-moz-placeholder {
  color: #4F4F4F;
}

.uww-search-component input:-ms-input-placeholder,
.uww-search-component select:-ms-input-placeholder {
  color: #4F4F4F;
}

.uww-search-component input:active,
.uww-search-component input:focus,
.uww-search-component select:active,
.uww-search-component select:focus {
  background: 0 0;
  box-shadow: none;
  border-color: #f57814;
  outline: 0;
}

.uww-search-component .zip-search:after,
.uww-search-component .zip-search:before {
  content: " ";
  display: table;
}

.uww-search-component .zip-search:after {
  clear: both;
}

.uww-search-component .zip-search input {
  display: block;
  float: left;
  width: 52.5%;
}

@media only screen and (min-width:40.063em) and (max-width:64em) {
  .uww-search-component .zip-search input {
    width: 70%;
  }
}

@media only screen and (min-width:64.063em) {
  .uww-search-component .zip-search input {
    width: 50%;
  }
}

.uww-search-component .zip-search button {
  float: right;
  margin: 0;
  width: 40%;
  padding: 15px;
  padding: .9375rem;
  margin-top: 7px;
  margin-top: .4375rem;
}

@media only screen and (min-width:40.063em) {
  .uww-search-component .zip-search button {
    width: 25%;
  }
}

@media only screen and (min-width:64.063em) {
  .uww-search-component .zip-search button {
    width: 43.5%;
    margin-top: 2px;
    padding: 1.0625rem 0;
  }
}

@media only screen and (min-width:64.063em) {
  .uww-search-component .zip-search {
    float: left;
    width: 46.5%;
  }
}

.uww-search-component .or-divider {
  display: block;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1;
  margin: 31px 0 5px;
  margin: 1.9375rem 0 .3125rem;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto,Arial,sans-serif;
  letter-spacing: .04em;
}

@media only screen and (min-width:64.063em) {
  .uww-search-component .or-divider {
    float: left;
    font-size: .875rem;
    line-height: 3.57;
    margin: 0;
    width: 6.5%;
    font-family: Roboto,Arial,sans-serif;
    font-weight: 400;
  }
}

.uww-search-component .country-search {
  position: relative;
  z-index: 1;
}

.uww-search-component .country-search:before {
  content: '';
  position: absolute;
  pointer-events: none;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1px;
  border: solid transparent;
  border-top-color: #f57814;
  border-width: 10px;
  z-index: -1;
  margin-top: 5px;
}

@media only screen and (min-width:64.063em) {
  .uww-search-component .country-search {
    float: right;
    width: 47%;
  }
}

.uww-search-component--homepage:after,
.uww-search-component--homepage:before {
  content: " ";
  display: table;
}

.uww-search-component--homepage:after {
  clear: both;
}

.uww-search-component--hero {
  margin: 0 auto;
}

.uww-search-component--hero:after,
.uww-search-component--hero:before {
  content: " ";
  display: table;
}

.uww-search-component--hero:after {
  clear: both;
}

.zip-prompt__header {
  color: #4F4F4F;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.2;
  padding: 0 20px;
  padding: 0 1.25rem;
  text-transform: none;
  font-family: league-gothic,Arial,sans-serif;
  letter-spacing: .02em;
  font-weight: 400;
}

@media only screen and (min-width:40.063em) {
  .zip-prompt__header {
    font-size: 1.875rem;
  }
}

.zip-prompt__options {
  margin: 0 0 20px;
  margin: 0 0 1.25rem;
  padding: 0;
}

.zip-prompt__options li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.zip-prompt__options a {
  display: inline-block;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  font-family: league-gothic,Arial,sans-serif;
  letter-spacing: .02em;
  font-weight: 700;
}

@media only screen and (min-width:40.063em) {
  .zip-prompt__options a {
    font-size: 1.1875rem;
  }
}

.utility-menu {
  background: #FFF;
  margin: 0;
  padding: 0 15px 0 0;
  padding: 0 .9375rem 0 0;
  position: relative;
  z-index: 1;
}

.utility-menu:after,
.utility-menu:before {
  content: " ";
  display: table;
}

.utility-menu:after {
  clear: both;
}

.utility-menu:before {
  content: '';
  position: absolute;
  display: block;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  background: linear-gradient(to right,#fff 0,#fefefe 20%,#f2f2f2 100%);
}

@media only screen and (min-width:64.063em) {
  .utility-menu {
    padding-right: .6875rem;
  }
}

@media only screen and (min-width:90.063em) {
  .utility-menu {
    padding-right: 3rem;
  }
}

.utility-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.utility-menu ul:after,
.utility-menu ul:before {
  content: " ";
  display: table;
}

.utility-menu ul:after {
  clear: both;
}

.utility-menu li {
  float: left;
}

.utility-menu a {
  color: #545454;
  display: inline-block;
  font-size: 11px;
  line-height: 1.2;
  font-family: Roboto,Arial,sans-serif;
  margin: 0 9px 0 8px;
  margin: 0 .5625rem 0 .5rem;
  padding: 11px 5px 8px;
  padding: .6875rem .3125rem .5rem;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
}

.utility-menu a.is-active,
.utility-menu a:focus,
.utility-menu a:hover {
  color: #f26527;
}

.utility-menu a.is-active i {
  transform: rotate(180deg) translateZ(0);
}

.utility-menu a i {
  transition: transform .3s;
}

#google_translate_element,
#google_translate_element .goog-te-gadget {
  display: inline;
}

#google_translate_element .goog-te-gadget-simple {
  background: 0 0;
  border: none;
  display: inline;
  font-size: 15px;
  line-height: 1;
  padding: 0;
}

#google_translate_element .goog-te-menu-value {
  color: #545454;
  display: inline-block;
  font-size: 11px;
  line-height: 1.2;
  margin: 0 9px 0 8px;
  margin: 0 .5625rem 0 .5rem;
  padding: 11px 5px 8px;
  padding: .6875rem .3125rem .5rem;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
}

#google_translate_element .goog-te-menu-value:before {
  content: 'Translate';
  position: relative;
}

#google_translate_element .goog-te-menu-value:active,
#google_translate_element .goog-te-menu-value:focus,
#google_translate_element .goog-te-menu-value:hover {
  color: #f26527;
}

#google_translate_element .goog-te-gadget-icon,
#google_translate_element .goog-te-menu-value img,
#google_translate_element .goog-te-menu-value span {
  display: none;
}

.main-menu {
  background: #FFF;
  padding: 0 15px 0 0;
  padding: 0 .9375rem 0 0;
  z-index: 102;
}

.main-menu:after,
.main-menu:before {
  content: " ";
  display: table;
}

.main-menu:after {
  clear: both;
}

@media only screen and (min-width:64.063em) {
  .main-menu {
    padding-right: 1.25rem;
  }
}

@media only screen and (min-width:90.063em) {
  .main-menu {
    padding-right: 3.75rem;
  }
}

.main-menu ul {
  list-style: none;
  margin: 0;
  padding: 20px 0;
  padding: 1.25rem 0;
  font-family: Roboto,Arial,sans-serif;
  font-weight: 700;
  font-size: 13px;
  font-size: .8125rem;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.main-menu li {
  display: inline-block;
  margin: 0 0 0 12px;
  margin: 0 0 0 .75rem;
  padding: 0;
  vertical-align: top;
}

@media only screen and (min-width:90.063em) {
  .main-menu li {
    margin-left: 2rem;
  }
}

.main-menu li>a {
  color: #000;
}

.main-menu__parent-item a {
  display: inline-block;
  padding: 13px 10px;
  padding: .8125rem .625rem;
  position: relative;
  -webkit-font-smoothing: antialiased;
}

.main-menu__parent-item a:focus,
.main-menu__parent-item a:hover {
  color: #f26527;
}

.main-menu__parent-item a:after {
  content: '';
  bottom: -20px;
  left: 10px;
  right: 10px;
  position: absolute;
  background: #f57814;
  height: 3px;
  opacity: 0;
  transition: opacity .3s linear;
  z-index: 101;
}

.main-menu__parent-item.is-current a {
  color: #f26527;
}

@media only screen and (min-width:64.063em) {
  .main-menu__parent-item.is-current a {
    color: #000;
  }
}

@media only screen and (min-width:64.063em) {
  .main-menu__parent-item.is-current a:after {
    opacity: 1;
  }
}

.main-menu__parent-item.is-current.is-expanded a:after {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.main-menu__parent-item.is-expanded a {
  color: #f26527;
}

.main-menu .main-menu__search-item {
  margin-left: 2px;
  margin-left: .125rem;
}

@media only screen and (min-width:90.063em) {
  .main-menu .main-menu__search-item {
    margin-left: 1.375rem;
  }
}

.main-menu__search-item a {
  display: inline-block;
  line-height: 1;
  padding: 10px;
  padding: .625rem;
  margin: 5px 0;
  margin: .3125rem 0;
}

.main-menu__search-item a:hover {
  color: #f26527;
}

.main-menu__search-item i {
  font-size: 14px;
  font-size: .875rem;
}

.main-menu__btns:after {
  content: '';
  display: block;
  clear: both;
}

.main-menu .main-menu__btns {
  margin-left: 28px;
  margin-left: 1.75rem;
}

@media only screen and (min-width:90.063em) {
  .main-menu .main-menu__btns {
    margin-left: 2.75rem;
  }
}

.main-menu__btns a {
  color: #000!important;
  display: block;
  float: left;
  font: 700 14px "Roboto Condensed",Arial,sans-serif;
  font: 700 .875rem "Roboto Condensed",Arial,sans-serif;
  line-height: 1;
  padding: 15px 25px;
  padding: .9375rem 1.5625rem;
  text-align: center;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  background: #f57814;
  white-space: nowrap;
  letter-spacing: .02em;
  min-width: 115px;
  min-width: 7.1875rem;
}

.main-menu__btns a:hover {
  background: #f26527;
}

.main-menu__btns .take-action {
  background: #f2f2f2;
  color: #111!important;
}

.main-menu__btns .take-action:hover {
  background: #ddd;
}

.main-menu__dropdown {
  background: #f2f2f2;
  background: rgba(242,242,242,.96);
  content: '';
  display: block;
  height: 0;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 101;
  overflow: hidden;
}

.main-menu__dropdown * {
  z-index: 1;
}

.main-menu__dropdown:after,
.main-menu__dropdown:before {
  background-color: #CCC;
  content: '';
  display: block;
  height: 200px;
  position: absolute;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 200px;
}

.main-menu__dropdown:before {
  box-shadow: 15px 0 0 #DADADA;
  left: -135px;
  top: -135px;
}

.main-menu__dropdown:after {
  box-shadow: -15px 0 0 #DADADA;
  bottom: -135px;
  right: -135px;
}

.main-menu__dropdown:before {
  display: none;
}

.main-menu__one-wide {
  float: left;
  margin: 0 10px;
  margin: 0 .625rem;
  width: 200px;
  width: 12.5rem;
}

.main-menu__two-wide {
  float: left;
  margin: 0 10px;
  margin: 0 .625rem;
  width: 400px;
  width: 25rem;
}

.main-menu__two-wide>.main-menu__one-wide {
  margin-left: 0;
}

.main-menu__subnav {
  opacity: 0;
  padding: 20px 0 50px;
  padding: 1.25rem 0 3.125rem;
  position: absolute;
  top: 0;
  -ms-transform: scale(0.65);
  transform: scale(0.65);
  transition: .3s;
  width: 100%;
}

.main-menu__subnav:after,
.main-menu__subnav:before {
  content: " ";
  display: table;
}

.main-menu__subnav:after {
  clear: both;
}

.main-menu__subnav.is-expanded {
  opacity: 1;
  -ms-transform: scale(1);
  transform: scale(1);
  z-index: 101;
}

.main-menu__submenu {
  margin: 0 0 100px;
  padding: 0;
  text-transform: uppercase;
}

.main-menu__submenu:after,
.main-menu__submenu:before {
  content: " ";
  display: table;
}

.main-menu__submenu:after {
  clear: both;
}

@media only screen and (min-width:64.063em) {
  .main-menu__submenu--giving>li>ul>li:first-child,
  .main-menu__submenu--impact-one>li>ul>li:first-child {
    text-transform: uppercase;
  }
}

.main-menu__submenu--our-focus {
  border-bottom: 1px solid #FFF;
  margin: 0 0 10px;
  padding: 0 0 20px;
}

.main-menu__submenu ul {
  margin: 0;
  padding: 0;
}

.main-menu__submenu .submenu-heading,
.main-menu__submenu li {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0;
  line-height: 1;
  list-style: none;
  padding: 0;
  font-family: "Roboto Condensed",Arial,sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
}

.main-menu__submenu a {
  color: #4F4F4F;
  display: block;
}

.main-menu__submenu a:hover {
  color: #f57814;
}

.main-menu__submenu .submenu-heading a,
.main-menu__submenu>li>a,
.main-menu__submenu>li>ul>li:first-of-type>a,
.main-menu__submenu>li>ul>li:first-of-type>span {
  border-top: 1px solid #FFF;
  display: block;
  padding: 12px 15px 12px 2px;
  padding: .75rem .9375rem .75rem .125rem;
  font-family: "Roboto Condensed",Arial,sans-serif;
}

.main-menu__submenu>li>ul>li:first-of-type>a,
.main-menu__submenu>li>ul>li:first-of-type>span {
  margin-bottom: -5px;
  margin-bottom: -.3125rem;
}

.main-menu__submenu>li>ul {
  margin: 0 0 10px;
  margin: 0 0 .625rem;
  text-transform: capitalize;
}

.main-menu__submenu>li>ul a {
  font-size: 16px;
  font-size: 1rem;
  padding: 4px 15px 4px 2px;
  padding: .25rem .9375rem .25rem .125rem;
}

.main-menu__submenu>li>ul ul>li>a {
  font-size: 14px;
  font-size: .875rem;
  padding: 4px 15px 4px 10px;
  padding: .25rem .9375rem .25rem .625rem;
}

.main-menu__submenu--impact-programs,
.main-menu__submenu--promo-programs {
  margin-bottom: 15px;
}

.main-menu__submenu--impact-programs>li>ul>li:first-of-type>a,
.main-menu__submenu--impact-programs>li>ul>li:first-of-type>span,
.main-menu__submenu--promo-programs>li>ul>li:first-of-type>a,
.main-menu__submenu--promo-programs>li>ul>li:first-of-type>span {
  border: none;
}

.main-menu__submenu .node-16 .node-64 {
  display: block;
  width: 100%;
}

.main-menu__submenu .node-16 li {
  display: inline-block;
  margin-right: 5%;
  width: 45%;
}

.main-menu__submenu li.node-56>a {
  padding-bottom: 5px;
}

.main-menu__submenu li.node-56>ul>li>a {
  border-top: none;
}

.main-menu__submenu--latest {
  margin-left: -20px;
  margin-left: -1.25rem;
  margin-right: -20px;
  margin-right: -1.25rem;
}

.main-menu__submenu--latest:after,
.main-menu__submenu--latest:before {
  content: " ";
  display: table;
}

.main-menu__submenu--latest:after {
  clear: both;
}

.main-menu__submenu--latest li {
  float: left;
  margin: 0 10px;
  margin: 0 .625rem;
  width: 200px;
  width: 12.5rem;
}

.main-menu__our-focus {
  padding: 0 3px;
  padding: 0 .1875rem;
}

.main-menu__our-focus figcaption {
  padding: 5px 0 0;
  padding: .3125rem 0 0;
}

.main-menu__education-submenu li {
  font-size: 14px;
  font-size: .875rem;
  padding: 3px 0 3px 10px;
  padding: .1875rem 0 .1875rem .625rem;
}

.our-impact-menu__container {
  float: right;
  width: 772px;
  width: 48.25rem;
}

.our-partners-menu__container {
  float: right;
  width: 618px;
  width: 38.625rem;
}

.get-involved-menu__container {
  float: right;
  width: 676px;
  width: 42.25rem;
}

.the-latest-menu__container {
  float: right;
  width: 460px;
  width: 28.75rem;
}

.the-latest-menu__container:after,
.the-latest-menu__container:before {
  content: " ";
  display: table;
}

.the-latest-menu__container:after {
  clear: both;
}

.mobile-menu__ctas {
  background: #f57814;
  transition: .3s;
  z-index: 9;
}

.mobile-menu__ctas:after,
.mobile-menu__ctas:before {
  content: " ";
  display: table;
}

.mobile-menu__ctas:after {
  clear: both;
}

@media only screen and (min-width:64.063em) {
  .mobile-menu__ctas {
    display: none;
  }
}

.mobile-menu__ctas a {
  color: #000;
  display: block;
  float: left;
  font: 700 14px "Roboto Condensed",Arial,sans-serif;
  font: 700 .875rem "Roboto Condensed",Arial,sans-serif;
  line-height: 1;
  padding: 15px 10px;
  padding: .9375rem .625rem;
  text-align: center;
  text-transform: uppercase;
  width: 50%;
  -webkit-font-smoothing: antialiased;
}

.mobile-menu__ctas a:nth-child(1) {
  border-right: 1px solid #f2f2f2;
}

.mobile-menu__ctas .take-action {
  background: #f2f2f2;
  color: #1a1a1a;
}

.js-hide-menu-ctas .mobile-menu__ctas {
  margin-top: -40px;
  margin-top: -2.5rem;
}

.mobile-menu {
  background: #fff;
  display: none;
  width: 100%;
  z-index: 200;
  border-top: 1px solid #ddd;
}

.mobile-menu ul {
  font-family: "Roboto Condensed",Arial,sans-serif;
  font-weight: 700;
}

.mobile-menu li,
.mobile-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mobile-menu a {
  color: #111;
  display: block;
  line-height: 1;
  padding: 18px 16px 17px;
  padding: 1.125rem 1rem 1.0625rem;
}

.mobile-menu a:active,
.mobile-menu a:focus {
  outline: 0;
}

.mobile-menu .mobile-submenu {
  display: none;
}

.mobile-menu .mobile-submenu--level-2 {
  padding: 10px 30px 15px;
  padding: .625rem 1.875rem .9375rem;
  background: #f2f2f2;
}

.mobile-menu .mobile-submenu--level-3,
.mobile-menu .mobile-submenu--level-4 {
  padding: 2px 14px;
  padding: .125rem .875rem;
}

.mobile-menu__parent-group {
  display: block;
  overflow: hidden;
  position: relative;
  -webkit-backface-visibility: hidden;
}

.mobile-menu__level-1 {
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.mobile-menu__level-1>.mobile-menu__parent-group {
  border-bottom: 1px solid #ddd;
}

.mobile-menu__level-1 .expand-level-1 {
  z-index: 1;
}

.mobile-menu__level-1 .expand-level-1 .menu-icon {
  display: block;
  top: 19px;
  position: absolute;
  right: 15px;
  width: 15px;
  height: 15px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  text-indent: -9999px;
  overflow: hidden;
}

.mobile-menu__level-1 .expand-level-1 .menu-icon:after,
.mobile-menu__level-1 .expand-level-1 .menu-icon:before {
  content: '';
  text-indent: 0;
  background: #111;
  position: absolute;
  transition: opacity .3s linear;
}

.mobile-menu__level-1 .expand-level-1 .menu-icon:after {
  width: 15px;
  height: 1px;
  top: 7px;
  left: 0;
}

.mobile-menu__level-1 .expand-level-1 .menu-icon:before {
  width: 1px;
  height: 15px;
  top: 0;
  left: 7px;
}

.mobile-menu__level-1.is-expanded .expand-level-1 .menu-icon:before {
  opacity: 0;
}

.mobile-menu__level-2 {
  text-transform: uppercase;
  font-size: 15px;
  font-size: .9375rem;
  border-bottom: 1px solid #f2f2f2;
}

.mobile-menu__level-2:last-child {
  border: none;
}

.mobile-menu__level-2 a {
  padding: 8px 0 7px;
  padding: .5rem 0 .4375rem;
}

.mobile-menu__level-2 .expand-level-2 {
  display: block;
  transition: .2s;
}

.mobile-menu__level-2 .expand-level-2 .menu-icon {
  border-style: solid;
  border-width: 5px 0 6px 7px;
  border-color: transparent transparent transparent #111;
  display: block;
  float: right;
  height: 0;
  text-indent: -99em;
  width: 0;
  margin: 0 4px 0 0;
}

.mobile-menu__level-2.is-expanded .expand-level-2 .menu-icon {
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.mobile-menu__level-3 {
  text-transform: none;
  font-size: 14px;
  font-size: .875rem;
  letter-spacing: 0;
}

.mobile-menu__level-3 a {
  padding: 9px 0;
  padding: .5625rem 0;
}

.mobile-menu__level-3 .mobile-menu__node-link.level-3 {
  float: none;
  width: 100%;
}

.mobile-submenu.mobile-submenu--level-4 {
  display: block;
}

.mobile-submenu.mobile-submenu--level-4 a {
  font-size: 13px;
  font-size: .8125rem;
  padding: 5px 0;
  padding: .3125rem 0;
}

.hero-subnav {
  background: #FFF;
  display: none;
  position: relative;
  -ms-transform: translateY(-50%);
  top: 50%;
  width: 220px;
  width: 13.75rem;
  z-index: 10;
  transform: translate3d(0,-50%,0);
}

@media only screen and (min-width:40.063em) {
  .hero-subnav {
    display: block;
  }
}

.hero-subnav li,
.hero-subnav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hero-subnav li.active,
.hero-subnav li.active>a,
.hero-subnav li.has-children {
  position: relative;
}

.hero-subnav li.active>a:before {
  content: '';
  background: #f57814;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 3px;
}

.hero-subnav__link {
  color: #111;
  cursor: pointer;
  display: block;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1;
  padding: 13px 20px 14px 19px;
  padding: .8125rem 1.25rem .875rem 1.1875rem;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  font-family: "Roboto Condensed",Arial,sans-serif;
  font-weight: 700;
  letter-spacing: .05em;
}

.hero-subnav__link:active,
.hero-subnav__link:focus,
.hero-subnav__link:hover {
  color: #f26527;
}

.hero-subnav__expand {
  color: #111;
  cursor: pointer;
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
  height: 41px;
  height: 2.5625rem;
  line-height: 41px;
  line-height: 2.5625rem;
  position: absolute;
  top: 0;
  right: 0;
  transition: .2s;
  text-align: center;
  text-transform: uppercase;
  width: 41px;
  width: 2.5625rem;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  text-indent: -9999px;
  overflow: hidden;
  transform: translate3d(0,0,0);
}

.hero-subnav__expand:after,
.hero-subnav__expand:before {
  content: '';
  position: absolute;
  text-indent: 0;
  background: #111;
}

.hero-subnav__expand:after {
  width: 15px;
  width: .9375rem;
  height: 1px;
  height: .0625rem;
  top: 20px;
  top: 1.25rem;
  left: 13px;
  left: .8125rem;
}

.hero-subnav__expand:before {
  width: 1px;
  width: .0625rem;
  height: 15px;
  height: .9375rem;
  top: 13px;
  top: .8125rem;
  left: 20px;
  left: 1.25rem;
}

.children-expanded .hero-subnav__expand:before {
  opacity: 0;
}

.hero-subnav__expand:hover {
  color: #f26527;
}

.hero-subnav__root>li>a {
  border-bottom: 1px solid #ddd;
  padding: 13px 20px 14px 19px;
  padding: .8125rem 1.25rem .875rem 1.1875rem;
}

.hero-subnav__level-1 .hero-subnav__level-2 {
  padding-bottom: 10px;
  padding-bottom: .625rem;
}

.hero-subnav__level-1>li {
  border-bottom: 1px solid #ddd;
}

.hero-subnav__level-1>li:nth-last-child(1) {
  border-bottom: none;
}

.hero-subnav__level-2,
.hero-subnav__level-2 .hero-subnav__expand {
  display: none;
}

.hero-subnav__level-2 .hero-subnav__link {
  padding: 7px 20px 7px 27px;
  padding: .4375rem 1.25rem .4375rem 1.6875rem;
  color: #727272;
}

.hero-subnav__level-2 .hero-subnav__link:hover {
  color: #f57814;
}

.hero-subnav__level-3 {
  display: block;
}

.hero-subnav__level-3 .hero-subnav__link {
  padding-left: 35px;
  padding-left: 2.1875rem;
}

.horizontal-subnav {
  border-top: 1px solid #CCC;
  clear: both;
  margin: 0 0 20px;
  padding: 15px 0 0;
  text-align: center;
}

@media only screen and (max-width:40em) {
  .horizontal-subnav {
    margin: 0 auto 20px;
    max-width: 290px;
  }
}

@media only screen and (min-width:40.063em) {
  .horizontal-subnav {
    margin: 0 0 1.875rem;
    padding: .3125rem 0 0;
  }
}

.horizontal-subnav ul {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}

.horizontal-subnav li {
  display: inline;
  margin: 0;
  padding: 0;
}

.horizontal-subnav li>a {
  color: #4F4F4F;
  display: inline-block;
  padding: 5px 7px;
  padding: .3125rem .4375rem;
  text-transform: uppercase;
  font-family: league-gothic,Arial,sans-serif;
  letter-spacing: .02em;
  font-weight: 700;
}

@media only screen and (min-width:40.063em) {
  .horizontal-subnav li>a {
    padding: .9375rem .625rem;
  }
}

@media only screen and (min-width:64.063em) {
  .horizontal-subnav li>a {
    padding: .9375rem 1.25rem;
  }

  .horizontal-subnav li>a:hover {
    color: #f57814;
  }
}

.horizontal-subnav li>a i {
  padding: 0 0 0 4px;
  padding: 0 0 0 .25rem;
}

.horizontal-subnav li.here a,
.horizontal-subnav li.is-active a {
  color: #f57814;
  position: relative;
}

.horizontal-subnav li.here a:after,
.horizontal-subnav li.is-active a:after {
  bottom: 1px;
  border-style: solid;
  border-width: 0 5px 5px;
  border-color: transparent transparent #f57814;
  content: '';
  height: 0;
  left: 50%;
  margin: 0 0 0 -5px;
  position: absolute;
  width: 0;
}

@media only screen and (min-width:40.063em) {
  .horizontal-subnav li.here a:after,
  .horizontal-subnav li.is-active a:after {
    bottom: 5px;
  }
}

.horizontal-subnav strong {
  padding: 0 15px;
  padding: 0 .9375rem;
  text-transform: uppercase;
  font-family: league-gothic,Arial,sans-serif;
  letter-spacing: .02em;
  font-weight: 400;
}

.horizontal-subnav--blog>li {
  position: relative;
}

.horizontal-subnav--blog .f-dropdown a {
  border-bottom: 1px solid #f2f2f2;
  display: block;
}

.horizontal-subnav--blog .f-dropdown li:nth-last-child(1) a {
  border-bottom: none;
}

.horizontal-subnav--blog .f-dropdown.open {
  left: 50%!important;
  margin: -5px 0 0 -75px;
  width: 150px!important;
}

.home-carousel .slick-next,
.home-carousel .slick-prev,
.slick-blog-gallery .slick-next,
.slick-blog-gallery .slick-prev {
  background-color: #f57814;
  border: none;
  height: 50px;
  height: 3.125rem;
  margin-top: -35px;
  margin-top: -2.1875rem;
  transition: .3s;
  width: 80px;
  width: 5rem;
  z-index: 10;
}

.home-carousel .slick-next:before,
.home-carousel .slick-prev:before,
.slick-blog-gallery .slick-next:before,
.slick-blog-gallery .slick-prev:before {
  display: block;
}

.home-carousel .slick-prev,
.slick-blog-gallery .slick-prev {
  left: -30px;
  padding-left: 50px;
  padding-left: 3.125rem;
  -ms-transform: skew(20deg);
  transform: skew(20deg);
}

.home-carousel .slick-prev:before,
.slick-blog-gallery .slick-prev:before {
  transform: skew(-20deg) translateZ(0);
}

.home-carousel .slick-prev:hover,
.slick-blog-gallery .slick-prev:hover {
  left: -40px;
}

.home-carousel .slick-prev:active,
.slick-blog-gallery .slick-prev:active {
  left: -45px;
}

.home-carousel .slick-next,
.slick-blog-gallery .slick-next {
  right: -30px;
  padding-left: 50px;
  -ms-transform: skew(-20deg);
  transform: skew(-20deg);
}

.home-carousel .slick-next:before,
.slick-blog-gallery .slick-next:before {
  transform: skew(20deg) translateZ(0);
}

.home-carousel .slick-next:hover,
.slick-blog-gallery .slick-next:hover {
  right: -40px;
}

.home-carousel .slick-next:active,
.slick-blog-gallery .slick-next:active {
  right: -45px;
}

@media only screen and (min-width:64.063em) {
  .home-carousel .slick-next,
  .home-carousel .slick-prev,
  .slick-blog-gallery .slick-next,
  .slick-blog-gallery .slick-prev {
    height: 70px;
    width: 100px;
  }
}

.home-carousel {
  height: 540px;
  height: 33.75rem;
  overflow: hidden;
  z-index: 9;
}

@media only screen and (min-width:64.063em) {
  .home-carousel {
    height: 41.4375rem;
  }
}

.home-carousel .slider-slide {
  background-color: #f2f2f2;
  box-sizing: content-box;
  height: 540px;
  height: 33.75rem;
  width: 100%;
}

@media only screen and (min-width:64.063em) {
  .home-carousel .slider-slide {
    height: 41.4375rem;
  }
}

.home-carousel .slick-dots {
  bottom: 0;
  margin: 0;
  padding: 0;
}

@media only screen and (min-width:40.063em) {
  .home-carousel .slick-dots {
    bottom: 1.0625rem;
  }
}

.home-carousel .slick-dots li {
  display: inline;
  margin: 0;
  padding: 0;
}

.home-carousel .slick-dots li.slick-active a {
  background: #f57814;
}

.home-carousel .slick-dots a {
  background: #fff;
  border-radius: 50%;
  display: inline-block;
  height: 10px;
  margin: 0 5px;
  margin: 0 .3125rem;
  overflow: hidden;
  text-indent: -99em;
  width: 10px;
}

@media only screen and (min-width:64.063em) {
  .home-carousel .slick-dots a:hover {
    background: #f57814;
  }
}

.home-carousel__slide-content {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  height: 100%;
  top: 0;
}

.home-carousel__slide-content .home-carousel__heading {
  margin: 0 10px 20px;
  margin: 0 .625rem 1.25rem;
}

.home-carousel__slide-content .home-carousel__heading h2 {
  background: #000;
  color: #fff;
  display: inline;
  margin: 0;
  box-shadow: .625rem 0 #000,-.625rem 0 #000;
}

.home-carousel__slide-content h2 {
  margin: 0 0 20px;
  margin: 0 0 1.25rem;
  font-size: 34px;
  font-size: 2.125rem;
  line-height: 1;
  text-transform: uppercase;
  font-family: league-gothic,Arial,sans-serif;
  font-weight: 400;
  letter-spacing: .02em;
}

@media only screen and (min-width:40.063em) {
  .home-carousel__slide-content h2 {
    font-size: 2.625rem;
  }
}

#framework .home-carousel__slide-content .submit,
.home-carousel__slide-content #framework .submit,
.home-carousel__slide-content .button {
  margin: 6px 0;
  margin: .375rem 0;
  vertical-align: top;
  min-width: 188px;
  min-width: 11.75rem;
}

.home-carousel__slide-container {
  bottom: 21px;
  bottom: 1.3125rem;
  position: absolute;
  width: 100%;
}

@media only screen and (min-width:40.063em) {
  .home-carousel__slide-container {
    bottom: 4.75rem;
  }
}

.home-touts {
  font-size: 0;
  margin: 0 0 10px;
  margin: 0 0 .625rem;
  padding: 46px 0 0;
  padding: 2.875rem 0 0;
  text-align: center;
  z-index: 10;
}

@media only screen and (min-width:40.063em) {
  .home-touts {
    margin: 0 auto;
    padding: 2.875rem 0;
  }
}

@media only screen and (min-width:64.063em) {
  .home-touts {
    padding: 5.9375rem 0 7.875rem;
  }
}

@media only screen and (min-width:40.063em) {
  .home-tout__slide {
    display: inline-block;
    width: 32%;
    vertical-align: top;
  }
}

.home-tout__slide .home-tout {
  margin: 0 0 66px;
  margin: 0 0 4.125rem;
  padding: 0 40px;
  padding: 0 2.5rem;
  position: relative;
  text-align: center;
}

@media only screen and (min-width:40.063em) {
  .home-tout__slide .home-tout {
    margin: 0;
    padding: 1.5625rem;
  }
}

.home-touts__carousel {
  overflow: hidden;
  margin: 0 -10px;
  margin: 0 -.625rem;
}

.home-touts__carousel .slick-dots {
  bottom: -16px;
}

.home-tout__stat {
  color: #111;
  font: 100 68px Roboto,Arial,sans-serif;
  font: 100 4.25rem Roboto,Arial,sans-serif;
  margin: 0 0 17px;
  margin: 0 0 1.0625rem;
  opacity: 0;
  transform: scale(85%) translateZ(0);
  transition: .5s;
  line-height: 1;
}

.home-tout__stat.active {
  opacity: 1;
  transform: scale(100%) translateZ(0);
}

.home-tout__percent {
  color: #575757;
  font-size: 60%;
  top: -.46em;
}

.home-tout__description {
  color: #111;
  font: 700 15px "Roboto Condensed",Arial,sans-serif;
  font: 700 .9375rem "Roboto Condensed",Arial,sans-serif;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
}

.home-tout__link {
  font-size: 15px;
  font-size: .9375rem;
  margin: 0;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  font-family: league-gothic,Arial,sans-serif;
  letter-spacing: .02em;
  font-weight: 700;
}

.home-fighting {
  background: #f2f2f2;
  padding: 0 0 30px;
}

.home-fighting:after,
.home-fighting:before {
  content: " ";
  display: table;
}

.home-fighting:after {
  clear: both;
}

.home-fighting .home-fighting__headline {
  text-align: center;
  margin: -11px 0 33px;
  margin: -11px 0 2.0625rem;
}

@media only screen and (min-width:64.063em) {
  .home-fighting .home-fighting__headline {
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 0 1rem;
  }
}

.home-fighting .home-fighting__headline h2 {
  display: inline;
  line-height: 1.19;
  background: #005191;
  color: #FFF;
  text-transform: uppercase;
  position: relative;
  margin: 0 7px;
  letter-spacing: 0;
  box-shadow: 7px 0 #005191,-7px 0 #005191;
}

@media only screen and (min-width:64.063em) {
  .home-fighting .home-fighting__headline h2 {
    line-height: 1.04;
    display: inline-block;
    vertical-align: top;
  }
}

.home-fighting .home-fighting__headline h2 span {
  padding: -3;
}

.home-fighting .home-fighting__headline p {
  margin: 0 0 37px;
  margin: 0 0 2.3125rem;
}

.home-fighting__boxes {
  margin: 37px -10px 12px;
  margin: 2.3125rem -10px .75rem;
  overflow: hidden;
}

@media only screen and (min-width:40.063em) {
  .home-fighting__boxes {
    margin: 2.1875rem 0 1.25rem;
    display: -ms-flexbox;
    display: flex;
  }

  .home-fighting__boxes:before {
    display: none;
  }
}

@media only screen and (min-width:64.063em) {
  .home-fighting__boxes {
    margin: 3.375rem 0 3.5625rem;
    display: -ms-flexbox;
    display: flex;
  }
}

.home-fighting__boxes .slick-track {
  display: -ms-flexbox;
  display: flex;
}

.home-fighting__boxes .fighting-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.fighting-box {
  margin: 0 8px;
  width: 100%;
  height: auto;
}

@media only screen and (min-width:40.063em) {
  .fighting-box {
    width: 30.9%;
    margin: 0 1.82%;
  }

  .fighting-box:nth-child(3n+1) {
    margin-left: 0;
  }

  .fighting-box:nth-child(3n+3) {
    margin-right: 0;
  }
}

.fighting-box:hover .fighting-box__image:before {
  background: rgba(17,17,17,.5);
}

.fighting-box__image {
  height: 236px;
  width: 100%;
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
  z-index: 1;
}

@media only screen and (min-width:40.063em) {
  .fighting-box__image {
    height: auto;
    padding-top: 74.5%;
  }
}

.fighting-box__image:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(17,17,17,0);
  z-index: -1;
  transition: background .3s;
}

.fighting-box__caption {
  background: #FFF;
  padding: 20px 15px 15px;
  padding: 1.25rem .9375rem .9375rem;
  color: #1a1a1a;
  text-align: center;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media only screen and (min-width:64.063em) {
  .fighting-box__caption {
    padding: 1.5rem .9375rem;
  }
}

@media only screen and (min-width:90.063em) {
  .fighting-box__caption {
    padding: 1.5rem;
  }
}

.fighting-box__caption p {
  font-weight: 700;
  margin: 0;
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.29;
}

@media only screen and (min-width:64.063em) {
  .fighting-box__caption p {
    font-size: .9375rem;
    line-height: 1.4;
    min-height: 2.8em;
  }
}

.home-featured {
  margin: 0;
  overflow: hidden;
  padding: 50px 0 57px;
  padding: 3.125rem 0 3.5625rem;
}

@media only screen and (max-width:40em) {
  .home-featured .slick-list {
    overflow: visible!important;
  }
}

@media only screen and (min-width:40.063em) {
  .home-featured {
    margin: 0 0 2.5rem;
  }
}

@media only screen and (min-width:64.063em) {
  .home-featured {
    padding: 125px 0;
    padding: 7.8125rem 0 8.375rem;
    margin: 0;
  }
}

.home-featured .home-featured__slide-bg {
  padding-top: 53.33%;
  background-size: cover;
  background-position: 50% 50%;
}

@media only screen and (min-width:40.063em) {
  .home-featured .home-featured__slide-bg {
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    padding-top: 0;
  }
}

@media only screen and (min-width:64.063em) {
  .home-featured .home-featured__slide-bg {
    right: 600px;
  }
}

.home-featured .slick-dots {
  display: none!important;
}

@media only screen and (min-width:40.063em) {
  .home-featured .slick-dots {
    bottom: 57px;
    display: block!important;
    margin: 5px 0 -40px;
    padding: 0 20px;
    position: absolute;
    right: 0;
    width: 600px;
  }

  .home-featured .slick-dots li {
    border: 2px solid transparent;
    display: block;
    float: left;
    height: 84px;
    margin: 0 12px 0 0;
    transition: border-color .2s;
    width: 124px;
  }

  .home-featured .slick-dots li:hover {
    border-color: #f57814;
  }

  .home-featured .slick-dots li.slick-active {
    border: 2px solid #f57814;
  }

  .home-featured .slick-dots li>div {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-size: cover;
    background-position: 50% 50%;
  }
}

@media only screen and (min-width:64.063em) {
  .home-featured .slick-dots {
    padding: 0 38px 0 50px;
    bottom: 97px;
  }

  .home-featured .slick-dots li {
    width: 157px;
    height: 113px;
  }
}

@media only screen and (max-width:40em) {
  .home-featured__slide-content {
    background-image: none!important;
  }
}

@media only screen and (min-width:40.063em) {
  .home-featured__slide-content {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-bottom: 1px solid #f2f2f2;
    height: auto;
    overflow: hidden;
  }

  .home-featured__slide-content img {
    display: none;
  }
}

@media only screen and (min-width:64.063em) {
  .home-featured__slide-content {
    padding-top: 0;
  }
}

.home-featured__slide-panel {
  background: #f2f2f2;
  padding: 32px 30px 15px;
  padding: 2rem 1.875rem .9375rem;
  position: relative;
}

#framework .home-featured__slide-panel .submit,
.home-featured__slide-panel #framework .submit,
.home-featured__slide-panel .button {
  background: #005191;
  color: #FFF;
}

@media only screen and (min-width:40.063em) and (max-width:64em) {
  .home-featured__slide-panel {
    background: rgba(255,255,255,.85);
  }
}

@media only screen and (min-width:40.063em) {
  .home-featured__slide-panel {
    display: block;
    float: right;
    height: 530px;
    margin: 0;
    width: 600px;
  }
}

@media only screen and (min-width:64.063em) {
  .home-featured__slide-panel {
    padding: 2.9375rem 3.125rem;
  }
}

.home-featured__heading {
  margin: 0 0 19px;
  margin: 0 0 1.1875rem;
  text-transform: uppercase;
  line-height: 1;
  font-family: league-gothic,Arial,sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  color: #1a1a1a;
  letter-spacing: 0;
}

@media only screen and (min-width:64.063em) {
  .home-featured__heading {
    letter-spacing: .02em;
    font-size: 2.1875rem;
    margin-bottom: 1.75rem;
  }
}

.home-featured__heading span {
  background: #005191;
  color: #FFF;
  padding: 2px 5px;
  display: inline-block;
  vertical-align: top;
}

.home-featured__headline {
  font-family: Roboto,Arial,sans-serif;
  font-weight: 700;
  line-height: 1.43;
  text-transform: none;
  letter-spacing: 0;
}

.home-featured__headline a {
  color: #1a1a1a;
}

.home-featured__headline a:hover {
  color: #f57814;
}

.home-featured__summary {
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.64;
}

@media only screen and (max-width:40em) {
  .home-featured__summary {
    margin-bottom: 2.0625rem;
  }
}

.home-featured__link {
  min-width: 176px;
  min-width: 11rem;
}

.home-featured__more-stories {
  display: none;
}

@media only screen and (min-width:40.063em) {
  .home-featured__more-stories {
    border-top: 1px solid #f2f2f2;
    bottom: 150px;
    display: block;
    float: right;
    margin: 5px 0;
    padding: 10px 0 5px;
    position: absolute;
    right: 20px;
    width: 510px;
    font-size: 18px;
    text-transform: uppercase;
    font-family: league-gothic,Arial,sans-serif;
    letter-spacing: .02em;
    font-weight: 400;
  }
}

.home-highlights {
  clear: both;
}

@media only screen and (max-width:40em) {
  .home-highlights {
    border-top: 1px solid #f2f2f2;
  }
}

@media only screen and (min-width:40.063em) {
  .home-highlights {
    margin-bottom: 50px;
  }
}

.home-highlights__heading {
  color: #130C83;
  transition: color .1s;
}

.home-highlights__cycle {
  padding: 30px 14%;
  transition: background-color .1s;
  overflow: hidden;
}

.home-highlights__cycle * {
  z-index: 1;
}

.home-highlights__cycle:after,
.home-highlights__cycle:before {
  background-color: #CCC;
  content: '';
  display: block;
  height: 200px;
  position: absolute;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 200px;
}

.home-highlights__cycle:before {
  box-shadow: 12px 0 0 #f2f2f2;
  left: -150px;
  top: -150px;
}

.home-highlights__cycle:after {
  box-shadow: -12px 0 0 #f2f2f2;
  bottom: -150px;
  right: -150px;
}

@media only screen and (min-width:40.063em) {
  .home-highlights__cycle {
    height: 180px;
    padding: 3.125rem 6.25rem 3.75rem;
  }
}

@media only screen and (min-width:64.063em) {
  .home-highlights__cycle:after,
  .home-highlights__cycle:before {
    transition: .1s;
  }

  .home-highlights__cycle:hover {
    background: #130C83;
    overflow: hidden;
  }

  .home-highlights__cycle:hover * {
    z-index: 1;
  }

  .home-highlights__cycle:hover:after,
  .home-highlights__cycle:hover:before {
    background-color: #020139;
    content: '';
    display: block;
    height: 200px;
    position: absolute;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 200px;
  }

  .home-highlights__cycle:hover:before {
    box-shadow: 12px 0 0 #005191;
    left: -150px;
    top: -150px;
  }

  .home-highlights__cycle:hover:after {
    box-shadow: -12px 0 0 #005191;
    bottom: -150px;
    right: -150px;
  }

  .home-highlights__cycle:hover .home-highlights__heading,
  .home-highlights__cycle:hover .home-highlights__headline {
    color: #fff;
  }
}

.home-highlights__item {
  display: block;
  outline: 0;
}

.home-highlights__headline {
  color: #969696;
  line-height: 1.2;
  margin: 0;
  transition: color .1s;
  font-family: league-gothic,Arial,sans-serif;
  letter-spacing: .02em;
  font-weight: 400;
}

.home-highlights__headline small {
  color: #f57814;
  font-size: 13px;
  text-transform: uppercase;
  transition: color .1s;
  white-space: nowrap;
  font-family: league-gothic,Arial,sans-serif;
  letter-spacing: .02em;
  font-weight: 700;
}

@media only screen and (min-width:40.063em) {
  .home-highlights__headline small {
    font-size: 15px;
  }
}

.home-uww-search {
  background-position: 50% 50%;
  background-size: cover;
  overflow: hidden;
  padding: 65px 0 56px;
  padding: 4.0625rem 0 3.5rem;
  margin: 0 0 79px;
  margin: 0 0 4.9375rem;
  position: relative;
  text-align: center;
  z-index: 1;
}

@media only screen and (min-width:40.063em) {
  .home-uww-search {
    padding-bottom: 90px;
    padding-top: 90px;
    margin-bottom: 6.875rem;
  }
}

@media only screen and (min-width:64.063em) {
  .home-uww-search {
    padding: 8.125rem 0 7.4375rem;
    margin-bottom: 9.625rem;
  }
}

.home-uww-search:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(17,17,17,.5);
}

.home-uww-search>.row {
  position: relative;
  z-index: 2;
}

.home-uww-search h2 {
  margin-bottom: 44px;
  margin-bottom: 2.75rem;
  font-family: Roboto,Arial,sans-serif;
  font-weight: 700;
  font-size: 15px;
  font-size: .9375rem;
  line-height: 1.4;
}

@media only screen and (min-width:40.063em) {
  .home-uww-search h2 {
    letter-spacing: 0;
    margin-bottom: 1.9375rem;
  }
}

.home-uww-search h2 strong {
  font-weight: 700;
  white-space: nowrap;
}

.home-uww-search .home-uww__holder {
  background: #FFF;
  padding: 46px 20px 35px;
  padding: 2.875rem 1.25rem 2.1875rem;
}

@media only screen and (min-width:40.063em) {
  .home-uww-search .home-uww__holder {
    padding: 3.1875rem 2.25rem 2.3125rem;
  }
}

@media only screen and (min-width:64.063em) {
  .home-uww-search .home-uww__holder {
    max-width: 920px;
    margin: 0 auto;
  }
}

.home-uww-search .home-uww__holder .uww-search-component button {
  background: #005191;
  color: #FFF;
}

.home-uww-search .home-uww__holder .uww-search-component button:hover {
  background: #539ed0;
}

.home-uww-search .home-uww__holder .uww-search-component .country-search:before {
  border-top-color: #005191;
}

.page-footer {
  background: #e1e1e1;
  clear: both;
  overflow: hidden;
}

.page-footer .nav-container {
  padding: 37px 10px 17px;
  padding: 2.3125rem .625rem 1.0625rem;
  border-top: 1px solid #ccc;
  letter-spacing: .04em;
}

@media only screen and (min-width:64.063em) {
  .page-footer .nav-container {
    padding: 3.875rem .625rem 4.6875rem;
  }
}

.page-footer li,
.page-footer ul {
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.5;
  list-style: none;
  margin: 0;
  padding: 0;
}

.homepage .page-footer {
  margin: 0;
}

.page-footer__logo a {
  display: block;
  margin: 5px 20px 20px 0;
  margin: .3125rem 1.25rem 1.25rem 0;
}

.page-footer__logo img {
  width: 140px;
  width: 8.75rem;
}

.page-footer__heading {
  color: #005191;
  font-family: Roboto,Arial,sans-serif;
  line-height: 1.5;
  font-size: 14px;
  font-size: .875rem;
  margin: 0 0 7px;
  margin: 0 0 .4375rem;
  font-weight: 700;
  text-transform: none;
}

.page-footer__menu {
  margin: 0 0 25px;
  margin: 0 0 1.5625rem;
}

@media only screen and (min-width:40.063em) {
  .page-footer__menu {
    -moz-column-count: 2;
    column-count: 2;
  }
}

.page-footer__menu a {
  color: #005191;
  -webkit-font-smoothing: antialiased;
  font-weight: 700;
}

.page-footer__menu a:focus,
.page-footer__menu a:hover {
  color: #f57814;
}

.page-footer__menu li {
  margin: 0 0 7px;
  margin: 0 0 .4375rem;
}

.page-footer__menu .children {
  padding-top: 7px;
  padding-top: .4375rem;
}

.page-footer__menu .children a {
  font-weight: 400;
}

.page-footer__social {
  font-size: 14px;
  font-size: .875rem;
  line-height: 1.5;
  font-weight: 400;
}

@media only screen and (min-width:40.063em) {
  .page-footer__social ul {
    padding: 0 1.875rem 0 0;
  }
}

.page-footer__social li {
  margin: 0 0 7px;
  margin: 0 0 .4375rem;
}

.page-footer__social a {
  color: #005191;
}

.page-footer__social a:focus,
.page-footer__social a:hover {
  color: #f57814;
}

@media only screen and (max-width:40em) {
  .page-footer__uww-search {
    border-top: 1px solid #969696;
    padding-bottom: 2.5rem;
    padding-top: 1.25rem;
  }
}

.footer-signup {
  background: #FFF;
  padding: 50px 0 32px;
  padding: 3.125rem 0 2rem;
}

@media only screen and (min-width:64.063em) {
  .footer-signup {
    padding: 4.75rem 0 4.3125rem;
  }
}

.footer-signup button {
  background: #005191;
  color: #FFF;
  margin-top: 28px;
  margin-top: 1.75rem;
  min-width: 165px;
  min-width: 10.3125rem;
}

.footer-signup button:hover {
  background: #539ed0;
}

.footer-signup__instructions {
  font: 700 20px "Roboto Condensed",Arial,sans-serif;
  font: 700 1.25rem "Roboto Condensed",Arial,sans-serif;
  line-height: 1.3;
  margin: 0 14px 14px;
  margin: 0 .875rem .875rem;
  color: #1a1a1a;
  letter-spacing: 0;
  display: inline-block;
}

.footer-signup__form {
  padding: 0 10px;
  padding: 0 .625rem;
}

@media only screen and (min-width:64.063em) {
  .footer-signup__form {
    padding: 0 .9375rem;
  }
}

.footer-signup__form .footer-signup__input {
  display: block;
  font-size: 14px;
  font-size: .875rem;
  border: solid #ccc;
  border-width: 0 0 1px;
  margin: 0;
  padding: 17px 10px 16px;
  padding: 1.0625rem .625rem 1rem;
  color: #a1a1a1;
  height: auto;
  background: 0 0;
}

@media only screen and (min-width:40.063em) {
  .footer-signup__form .footer-signup__input {
    float: left;
    margin: 0 3% 0 0;
  }
}

@media only screen and (min-width:40.063em) {
  .footer-signup__form .footer-signup__input--zip {
    width: 10%;
    margin-right: 0;
  }
}

@media only screen and (min-width:64.063em) {
  .footer-signup__form .footer-signup__input--zip {
    margin-right: 3%;
  }
}

@media only screen and (min-width:40.063em) {
  .footer-signup__form .footer-signup__input--name {
    width: 25%;
  }
}

@media only screen and (min-width:64.063em) {
  .footer-signup__form .footer-signup__input--name {
    width: 20%;
  }
}

@media only screen and (min-width:40.063em) {
  .footer-signup__form .footer-signup__input--email {
    width: 25%;
  }
}

@media only screen and (min-width:64.063em) {
  .footer-signup__form .footer-signup__input--email {
    width: 20%;
  }
}

.footer-signup__holder:after,
.footer-signup__holder:before {
  content: " ";
  display: table;
}

.footer-signup__holder:after {
  clear: both;
}

body.stories-index header.page-header h1 {
  background: #005191;
}

.image-touts--three.story-touts {
  margin: 0;
  padding-top: 15px;
  padding-top: .9375rem;
}

@media only screen and (min-width:40.063em) {
  .image-touts--three.story-touts {
    padding-top: 1.875rem;
  }
}

.image-touts--three.story-touts .story-tout--1,
.image-touts--three.story-touts .story-tout--promo {
  text-align: left;
  vertical-align: top;
}

@media only screen and (min-width:64.063em) {
  .image-touts--three.story-touts .story-tout--1 {
    margin: 0 2% 25px 0;
    width: 65%;
  }

  .image-touts--three.story-touts .story-tout--1:after {
    bottom: -300px;
    height: 300px;
  }

  .image-touts--three.story-touts .story-tout--1:hover:after {
    transform: rotate(-11deg) translate3d(0,0,0);
  }

  .image-touts--three.story-touts .story-tout--1 .image-touts__image {
    height: 28.125rem;
    padding-top: 0;
  }
}

@media only screen and (min-width:64.063em) {
  .image-touts--three.story-touts .story-tout--promo {
    margin: 0 0 1.5625rem;
    width: 33%;
  }

  .image-touts--three.story-touts .story-tout--promo .image-touts__image {
    height: 28.125rem;
    padding-top: 0;
  }
}

.image-touts--three.story-touts .story-tout--promo .image-touts__text small {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3;
  padding: 7px 0 0;
  padding: .4375rem 0 0;
}

@media only screen and (min-width:64.063em) {
  .image-touts--three.story-touts .story-tout--2 {
    margin-left: 0;
    margin-right: 2%;
  }
}

@media only screen and (min-width:64.063em) {
  .image-touts--three.story-touts .story-tout--3 {
    margin-left: 0;
    margin-right: 0;
  }
}

.image-touts--three.story-touts .story-tout--2,
.image-touts--three.story-touts .story-tout--3,
.image-touts--three.story-touts .story-tout--default {
  text-align: left;
  vertical-align: top;
}

@media only screen and (min-width:64.063em) {
  .image-touts--three.story-touts .story-tout--2,
  .image-touts--three.story-touts .story-tout--3 {
    margin-bottom: 25px;
    width: 49%;
  }

  .image-touts--three.story-touts .story-tout--2 .image-touts__image,
  .image-touts--three.story-touts .story-tout--3 .image-touts__image {
    height: 28.125rem;
    padding-top: 0;
  }

  .image-touts--three.story-touts .story-tout--2:hover:after,
  .image-touts--three.story-touts .story-tout--3:hover:after {
    transform: rotate(-13deg) translate3d(0,0,0);
  }
}

@media only screen and (min-width:64.063em) {
  .image-touts--three.story-touts .story-tout--default {
    margin: 0 .75% 25px;
    width: 32.33%;
  }

  .image-touts--three.story-touts .story-tout--default .image-touts__image {
    height: 28.125rem;
    padding-top: 0;
  }

  .image-touts--three.story-touts .story-tout--default:nth-child(3n+2) {
    margin-left: 0;
  }

  .image-touts--three.story-touts .story-tout--default:nth-child(3n+1) {
    margin-right: 0;
  }
}

.page-hero.page-hero--story {
  border-bottom: none;
}

@media only screen and (min-width:64.063em) {
  .page-hero.page-hero--story {
    height: 550px;
  }
}

.story-hero {
  margin: 0 0 30px;
  margin: 0 0 1.875rem;
  position: relative;
}

@media only screen and (min-width:64.063em) {
  .story-hero {
    margin: 0 0 2.8125rem;
  }
}

.story-hero:before {
  background: linear-gradient(to bottom,transparent 0,rgba(0,0,0,.4)100%);
  content: '';
  bottom: 0;
  display: block;
  height: 60%;
  position: absolute;
  transition: .2s;
  width: 100%;
  z-index: 10;
}

.story-hero__content {
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 20;
}

.story-hero h1 {
  color: #fff;
  display: block;
  margin: 0 auto;
  max-width: 1000px;
  max-width: 62.5rem;
  padding: 0 20px 40px;
  padding: 0 1.25rem 2.5rem;
  text-align: center;
}

.story-hero h1::-moz-selection {
  background: #f57814;
  color: #fff;
}

.story-hero h1::selection {
  background: #f57814;
  color: #fff;
}

.story-nav {
  background: rgba(255,255,255,.85);
  border-right: 1px solid #CCC;
  display: none;
  padding: 10px 15px 10px 10px;
  padding: .625rem .9375rem .625rem .625rem;
  position: absolute;
  width: 150px;
  width: 9.375rem;
  z-index: 15;
}

.story-nav__return,
.story-nav__sections {
  list-style: none;
  margin: 0;
  padding: 0;
}

.story-nav__return li,
.story-nav__sections li {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.1;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  font-family: league-gothic,Arial,sans-serif;
  letter-spacing: .02em;
  font-weight: 700;
}

.story-nav__return a,
.story-nav__sections a {
  display: block;
  padding: 5px 0;
  padding: .3125rem 0;
}

.story-nav__return a.active,
.story-nav__sections a.active {
  color: #DC3601;
}

.story-nav__share {
  margin: 15px 0 0;
  margin: .9375rem 0 0;
}

.story-nav__return {
  padding: 15px 0;
  padding: .9375rem 0;
}

.story-nav__return a {
  color: #969696;
  font-size: 14px;
  font-size: .875rem;
}

.story-nav__return a:hover {
  color: #f57814;
}

.story-nav.js-fixed {
  position: fixed;
  top: 200px;
}

.story-nav.js-fixed-bottom {
  position: absolute;
  bottom: 0;
}

@media only screen and (min-width:64.063em) {
  .story-nav {
    display: block;
  }
}

.story-entry .page-content>h2,
.story-entry .page-content>h3,
.story-entry .page-content>h4,
.story-entry .page-content>h5,
.story-entry .page-content>h6,
.story-entry .page-content>ol,
.story-entry .page-content>p,
.story-entry .page-content>ul {
  margin-left: 0;
  margin-right: 0;
}

.story-entry .story-aside+.row>.page-content>p:first-of-type {
  color: #969696;
  font-size: 18px;
  font-size: 1.125rem;
}

@media only screen and (min-width:40.063em) {
  .story-entry .story-aside+.row>.page-content>p:first-of-type {
    font-size: 1.25rem;
  }
}

@media only screen and (min-width:64.063em) {
  .story-entry .media-component--extra-wide .media-component__caption {
    left: auto;
    margin: 0;
    width: 100%;
  }

  .story-entry .media-component--extra-wide .media-component__caption p {
    margin-left: 16.66667%;
    padding: 0 .625rem 1.25rem;
  }
}

.story-entry__section-heading {
  color: #f57814;
  clear: left;
  font-weight: 400;
  margin: 40px 0 20px;
  margin: 2.5rem 0 1.25rem;
  padding: 15px 0 10px;
  padding: .9375rem 0 .625rem;
  position: relative;
}

@media only screen and (min-width:40.063em) {
  .story-entry__section-heading {
    margin: 3.75rem 0 1.25rem;
  }
}

@media only screen and (min-width:64.063em) {
  .story-entry__section-heading {
    margin: 6.25rem 0 1.25rem;
  }
}

.story-entry__section-heading:before {
  background: #DC3601;
  content: '';
  display: block;
  height: 3px;
  position: absolute;
  top: 0;
  width: 150px;
}

.story-entry h5:first-of-type {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.story-entry__section-heading+h2 {
  margin-top: -5px;
  margin-top: -.3125rem;
}

.our-partners .page-header--overlay .page-header__hed {
  background: #005191;
}

.featured-partners {
  background: #f2f2f2;
  margin: 0 0 20px;
  margin: 0 0 1.25rem;
  max-height: 300px;
  max-height: 18.75rem;
  overflow: hidden;
  padding: 15px 0;
  padding: .9375rem 0;
}

@media only screen and (min-width:40.063em) {
  .featured-partners {
    margin: 0 0 1.875rem;
    padding: 1.25rem 0;
  }
}

@media only screen and (min-width:64.063em) {
  .featured-partners {
    margin: 0 0 2.5rem;
    padding: 1.5625rem 0;
  }
}

.featured-partners h4 {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: league-gothic,Arial,sans-serif;
  letter-spacing: .02em;
  font-weight: 400;
}

.featured-partners .slick-slide {
  overflow: hidden;
}

.featured-partners__carousel {
  margin: 0 auto;
  max-width: 1156px;
  max-width: 72.25rem;
}

@media only screen and (max-width:40em) {
  .featured-partners__carousel {
    margin: 0 -.625rem;
  }
}

.featured-partners__carousel .slick-prev {
  left: -40px;
  left: -2.5rem;
}

.featured-partners__carousel .slick-prev:before {
  border-color: transparent #969696 transparent transparent;
}

.featured-partners__carousel .slick-prev.disabled {
  display: none;
}

.featured-partners__carousel .slick-next {
  right: -40px;
  right: -2.5rem;
}

.featured-partners__carousel .slick-next:before {
  border-color: transparent transparent transparent #969696;
}

.featured-partners__carousel .slick-next.disabled {
  display: none;
}

.featured-partner__slide {
  margin: 0 5px;
  margin: 0 .3125rem;
}

.featured-partner__slide img {
  margin: 0 auto;
}

.featured-partner__slide a {
  color: inherit;
  display: block;
}

.featured-partner__slide .partners-list__item-details {
  display: none;
}

@media only screen and (min-width:64.063em) {
  .slick-initialized .featured-partner__slide .partners-list__item-details {
    display: block;
  }

  .featured-partner__slide:hover .partners-list__item-details {
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.partners-list__filters {
  border-top: 1px solid #CCC;
}

.partners-list__filters ul {
  border-top: 0;
}

@media only screen and (min-width:40.063em) {
  .partners-list__filters ul {
    margin-bottom: 0;
  }
}

.partners-list__filters a {
  outline: 0;
}

.partners-list .partners-list__search-container {
  margin: 10px auto 15px;
  margin: .625rem auto .9375rem;
  max-width: 280px;
  max-width: 17.5rem;
  position: relative;
}

.partners-list .partners-list__search-icon {
  position: absolute;
  right: 15px;
  top: 12px;
}

.partners-list__grid {
  margin: 0 5%;
  overflow: hidden;
}

.partners-list__grid:after,
.partners-list__grid:before {
  content: " ";
  display: table;
}

.partners-list__grid:after {
  clear: both;
}

@media only screen and (min-width:40.063em) {
  .partners-list__grid {
    max-width: 75rem;
    margin: 0 auto;
  }
}

.partners-list__item-details {
  display: none;
}

@media only screen and (min-width:40.063em) {
  .no-touchevents .partners-list__item-details {
    display: block;
    background: #130C83;
    bottom: 0;
    height: 100%;
    left: 0;
    right: 0;
    padding: 1.25rem;
    position: absolute;
    transform: translateY(110%) translateZ(0);
    transition: transform .3s ease-out;
    top: 0;
    width: 100%;
  }
}

.partners-list__item-name {
  color: #fff;
}

.partners-list__item-description {
  color: #fff;
  font-size: 12px;
  font-size: .75rem;
  margin: 0 0 10px;
  margin: 0 0 .625rem;
  -webkit-font-smoothing: antialiased;
}

.partners-list__item-link {
  color: #f57814;
  font-size: 13px;
  font-size: .8125rem;
  margin: 0;
  transition: .2s;
  -webkit-font-smoothing: antialiased;
}

.partners-list__item-link:hover {
  color: #fff;
}

.partners-list__item {
  display: inline-block;
  overflow: hidden;
  width: 48%;
}

@media only screen and (min-width:40.063em) {
  .partners-list__item {
    height: 13.125rem;
    margin: 0 .625rem 1.25rem;
    width: 17.5rem;
  }
}

.partners-list__item a {
  color: inherit;
  display: block;
}

.partners-list__item.hovered .partners-list__item-details,
.partners-list__item:hover .partners-list__item-details {
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.partners-touts {
  background: #f2f2f2;
}

.partners-touts__heading {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: league-gothic,Arial,sans-serif;
  letter-spacing: .02em;
  font-weight: 400;
}

@media only screen and (min-width:64.063em) {
  .partners-touts .image-touts__text {
    font-size: 1.5rem;
  }
}

body {
  padding-top: 83px;
  outline: 0;
}

@media only screen and (min-width:64.063em) {
  body {
    padding-top: 0;
  }
}

.site-container {
  overflow: hidden;
}

@media only screen and (min-width:64.063em) {
  .site-container {
    position: relative;
  }
}

.header-logo {
  z-index: 202;
  position: fixed;
  top: 0;
  left: 0;
}

@media only screen and (min-width:64.063em) {
  .header-logo {
    position: absolute;
  }
}

.header-logo a {
  outline: 0;
  display: block;
  width: 125px;
  background: #FFF;
  margin: 14px 0 0 13px;
}

@media only screen and (min-width:64.063em) {
  .header-logo a {
    margin: 2.125rem 0 0 1.25rem;
    width: 126px;
  }
}

@media only screen and (min-width:90.063em) {
  .header-logo a {
    margin: 2.125rem 0 0 4.0625rem;
  }
}

.header-logo a img {
  width: 100%;
  height: auto;
}

@media print {
  .header-logo {
    position: absolute;
  }

  .header-logo:after,
  .header-logo:before {
    display: none;
  }
}

.header-signup {
  background-attachment: fixed;
  border-bottom: 1px solid #CCC;
  display: none;
  text-align: center;
  width: 100%;
  background-image: url(/assets/img/gray-pattern.gif);
  background-position: center center;
}

.header-signup:after,
.header-signup:before {
  content: " ";
  display: table;
}

.header-signup:after {
  clear: both;
}

@media (-webkit-min-device-pixel-ratio:1.5),(-webkit-min-device-pixel-ratio:144),(min-resolution:144dppx) {
  .header-signup {
    background-image: url(/assets/img/gray-pattern-2x.gif);
    background-size: 147px 146px;
  }
}

.header-signup__form {
  padding: 14px;
  padding: .875rem;
  text-align: right;
  width: 100%;
}

.header-signup__instructions {
  color: #130C83;
  display: inline-block;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1;
  margin: 0;
  padding: 0 10px 0 0;
  padding: 0 .625rem 0 0;
  text-transform: uppercase;
  top: 2px;
  font-family: league-gothic,Arial,sans-serif;
  letter-spacing: .02em;
  font-weight: 400;
}

.header-signup .header-signup__input {
  background: #CCC;
  border: none;
  display: inline-block;
  height: 43px;
  height: 2.6875rem;
  margin: 0 3px;
  margin: 0 .1875rem;
  width: 28%;
  vertical-align: middle;
}

@media screen and (max-width:80em) {
  .header-signup .header-signup__input {
    width: 14%;
  }
}

.header-signup .header-signup__input:active,
.header-signup .header-signup__input:focus {
  background: #fff;
}

.header-signup .header-signup__input#header-signup__zip {
  width: 160px;
  width: 10rem;
}

@media screen and (max-width:80em) {
  .header-signup .header-signup__input#header-signup__zip {
    width: 5.625rem;
  }
}

.header-signup button {
  margin: 0 3px;
  margin: 0 .1875rem;
  vertical-align: middle;
}

.desktop-header {
  z-index: 100;
}

.mobile-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 201;
}

.mobile-header__utilities {
  background: #FFF;
  height: 83px;
  line-height: 1;
  margin: 0;
  padding: 19px 16px;
  overflow: hidden;
  text-align: right;
  z-index: 11;
}

.mobile-header__utilities li {
  display: inline-block;
  vertical-align: top;
}

.mobile-header__search-toggle a {
  color: #1a1a1a;
  display: block;
  font-size: 14px;
  outline: 0;
  padding: 15px 0 14px;
  text-align: center;
  width: 43px;
  width: 2.6875rem;
}

.mobile-header__search-toggle a:active,
.mobile-header__search-toggle a:focus {
  outline: 0;
}

.mobile-header__menu-toggle {
  text-transform: uppercase;
  font: 700 17px/1 "Roboto Condensed",Arial,sans-serif;
}

.mobile-header__menu-toggle a {
  display: block;
  outline: 0;
  padding: 12px;
  text-align: center;
  min-width: 85px;
  border: 2px solid #1a1a1a;
  color: #1a1a1a;
}

.mobile-header__menu-toggle a .opened {
  display: none;
}

.mobile-header__menu-toggle a.is-expanded .opened {
  display: block;
}

.mobile-header__menu-toggle a.is-expanded .closed {
  display: none;
}

.search-overlay {
  background: rgba(242,242,242,.95);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100000;
}

.search-overlay__close {
  color: #111;
  font-size: 40px;
  font-size: 2.5rem;
  position: absolute;
  right: 15px;
  right: .9375rem;
  top: -5px;
  top: -.3125rem;
}

.search-overlay__close:hover {
  color: #fff;
}