/*!* Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome * License - http://fontawesome.io/license(Font:SIL OFL 1.1,CSS:MIT License) */

/* WARNING THIS FILE IS GENERATED */

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/font-awesome/fonts/fontawesome-webfont.eot?v=4.3.0');
    src: url('../fonts/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../fonts/font-awesome/fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../fonts/font-awesome/fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../fonts/font-awesome/fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../fonts/font-awesome/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}
.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%;
}
.fa-2x {
    font-size: 2em;
}
.fa-3x {
    font-size: 3em;
}
.fa-4x {
    font-size: 4em;
}
.fa-5x {
    font-size: 5em;
}
.fa-fw {
    width: 1.28571429em;
    text-align: center;
}
.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}
.fa-ul>li {
    position: relative;
}
.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center;
}
.fa-li.fa-lg {
    left: -1.85714286em;
}
.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em;
}
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.fa.pull-left {
    margin-right: .3em;
}
.fa.pull-right {
    margin-left: .3em;
}
.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}
.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
.fa-rotate-90 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.fa-rotate-180 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.fa-rotate-270 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}
.fa-flip-horizontal {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.fa-flip-vertical {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none;
}
.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}
.fa-stack-1x {
    line-height: inherit;
}
.fa-stack-2x {
    font-size: 2em;
}
.fa-inverse {
    color: #fff;
}
.fa-glass:before {
    content: "\f000";
}
.fa-music:before {
    content: "\f001";
}
.fa-search:before {
    content: "\f002";
}
.fa-envelope-o:before {
    content: "\f003";
}
.fa-heart:before {
    content: "\f004";
}
.fa-star:before {
    content: "\f005";
}
.fa-star-o:before {
    content: "\f006";
}
.fa-user:before {
    content: "\f007";
}
.fa-film:before {
    content: "\f008";
}
.fa-th-large:before {
    content: "\f009";
}
.fa-th:before {
    content: "\f00a";
}
.fa-th-list:before {
    content: "\f00b";
}
.fa-check:before {
    content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d";
}
.fa-search-plus:before {
    content: "\f00e";
}
.fa-search-minus:before {
    content: "\f010";
}
.fa-power-off:before {
    content: "\f011";
}
.fa-signal:before {
    content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
    content: "\f013";
}
.fa-trash-o:before {
    content: "\f014";
}
.fa-home:before {
    content: "\f015";
}
.fa-file-o:before {
    content: "\f016";
}
.fa-clock-o:before {
    content: "\f017";
}
.fa-road:before {
    content: "\f018";
}
.fa-download:before {
    content: "\f019";
}
.fa-arrow-circle-o-down:before {
    content: "\f01a";
}
.fa-arrow-circle-o-up:before {
    content: "\f01b";
}
.fa-inbox:before {
    content: "\f01c";
}
.fa-play-circle-o:before {
    content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e";
}
.fa-refresh:before {
    content: "\f021";
}
.fa-list-alt:before {
    content: "\f022";
}
.fa-lock:before {
    content: "\f023";
}
.fa-flag:before {
    content: "\f024";
}
.fa-headphones:before {
    content: "\f025";
}
.fa-volume-off:before {
    content: "\f026";
}
.fa-volume-down:before {
    content: "\f027";
}
.fa-volume-up:before {
    content: "\f028";
}
.fa-qrcode:before {
    content: "\f029";
}
.fa-barcode:before {
    content: "\f02a";
}
.fa-tag:before {
    content: "\f02b";
}
.fa-tags:before {
    content: "\f02c";
}
.fa-book:before {
    content: "\f02d";
}
.fa-bookmark:before {
    content: "\f02e";
}
.fa-print:before {
    content: "\f02f";
}
.fa-camera:before {
    content: "\f030";
}
.fa-font:before {
    content: "\f031";
}
.fa-bold:before {
    content: "\f032";
}
.fa-italic:before {
    content: "\f033";
}
.fa-text-height:before {
    content: "\f034";
}
.fa-text-width:before {
    content: "\f035";
}
.fa-align-left:before {
    content: "\f036";
}
.fa-align-center:before {
    content: "\f037";
}
.fa-align-right:before {
    content: "\f038";
}
.fa-align-justify:before {
    content: "\f039";
}
.fa-list:before {
    content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b";
}
.fa-indent:before {
    content: "\f03c";
}
.fa-video-camera:before {
    content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e";
}
.fa-pencil:before {
    content: "\f040";
}
.fa-map-marker:before {
    content: "\f041";
}
.fa-adjust:before {
    content: "\f042";
}
.fa-tint:before {
    content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044";
}
.fa-share-square-o:before {
    content: "\f045";
}
.fa-check-square-o:before {
    content: "\f046";
}
.fa-arrows:before {
    content: "\f047";
}
.fa-step-backward:before {
    content: "\f048";
}
.fa-fast-backward:before {
    content: "\f049";
}
.fa-backward:before {
    content: "\f04a";
}
.fa-play:before {
    content: "\f04b";
}
.fa-pause:before {
    content: "\f04c";
}
.fa-stop:before {
    content: "\f04d";
}
.fa-forward:before {
    content: "\f04e";
}
.fa-fast-forward:before {
    content: "\f050";
}
.fa-step-forward:before {
    content: "\f051";
}
.fa-eject:before {
    content: "\f052";
}
.fa-chevron-left:before {
    content: "\f053";
}
.fa-chevron-right:before {
    content: "\f054";
}
.fa-plus-circle:before {
    content: "\f055";
}
.fa-minus-circle:before {
    content: "\f056";
}
.fa-times-circle:before {
    content: "\f057";
}
.fa-check-circle:before {
    content: "\f058";
}
.fa-question-circle:before {
    content: "\f059";
}
.fa-info-circle:before {
    content: "\f05a";
}
.fa-crosshairs:before {
    content: "\f05b";
}
.fa-times-circle-o:before {
    content: "\f05c";
}
.fa-check-circle-o:before {
    content: "\f05d";
}
.fa-ban:before {
    content: "\f05e";
}
.fa-arrow-left:before {
    content: "\f060";
}
.fa-arrow-right:before {
    content: "\f061";
}
.fa-arrow-up:before {
    content: "\f062";
}
.fa-arrow-down:before {
    content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
    content: "\f064";
}
.fa-expand:before {
    content: "\f065";
}
.fa-compress:before {
    content: "\f066";
}
.fa-plus:before {
    content: "\f067";
}
.fa-minus:before {
    content: "\f068";
}
.fa-asterisk:before {
    content: "\f069";
}
.fa-exclamation-circle:before {
    content: "\f06a";
}
.fa-gift:before {
    content: "\f06b";
}
.fa-leaf:before {
    content: "\f06c";
}
.fa-fire:before {
    content: "\f06d";
}
.fa-eye:before {
    content: "\f06e";
}
.fa-eye-slash:before {
    content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071";
}
.fa-plane:before {
    content: "\f072";
}
.fa-calendar:before {
    content: "\f073";
}
.fa-random:before {
    content: "\f074";
}
.fa-comment:before {
    content: "\f075";
}
.fa-magnet:before {
    content: "\f076";
}
.fa-chevron-up:before {
    content: "\f077";
}
.fa-chevron-down:before {
    content: "\f078";
}
.fa-retweet:before {
    content: "\f079";
}
.fa-shopping-cart:before {
    content: "\f07a";
}
.fa-folder:before {
    content: "\f07b";
}
.fa-folder-open:before {
    content: "\f07c";
}
.fa-arrows-v:before {
    content: "\f07d";
}
.fa-arrows-h:before {
    content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080";
}
.fa-twitter-square:before {
    content: "\f081";
}
.fa-facebook-square:before {
    content: "\f082";
}
.fa-camera-retro:before {
    content: "\f083";
}
.fa-key:before {
    content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
    content: "\f085";
}
.fa-comments:before {
    content: "\f086";
}
.fa-thumbs-o-up:before {
    content: "\f087";
}
.fa-thumbs-o-down:before {
    content: "\f088";
}
.fa-star-half:before {
    content: "\f089";
}
.fa-heart-o:before {
    content: "\f08a";
}
.fa-sign-out:before {
    content: "\f08b";
}
.fa-linkedin-square:before {
    content: "\f08c";
}
.fa-thumb-tack:before {
    content: "\f08d";
}
.fa-external-link:before {
    content: "\f08e";
}
.fa-sign-in:before {
    content: "\f090";
}
.fa-trophy:before {
    content: "\f091";
}
.fa-github-square:before {
    content: "\f092";
}
.fa-upload:before {
    content: "\f093";
}
.fa-lemon-o:before {
    content: "\f094";
}
.fa-phone:before {
    content: "\f095";
}
.fa-square-o:before {
    content: "\f096";
}
.fa-bookmark-o:before {
    content: "\f097";
}
.fa-phone-square:before {
    content: "\f098";
}
.fa-twitter:before {
    content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a";
}
.fa-github:before {
    content: "\f09b";
}
.fa-unlock:before {
    content: "\f09c";
}
.fa-credit-card:before {
    content: "\f09d";
}
.fa-rss:before {
    content: "\f09e";
}
.fa-hdd-o:before {
    content: "\f0a0";
}
.fa-bullhorn:before {
    content: "\f0a1";
}
.fa-bell:before {
    content: "\f0f3";
}
.fa-certificate:before {
    content: "\f0a3";
}
.fa-hand-o-right:before {
    content: "\f0a4";
}
.fa-hand-o-left:before {
    content: "\f0a5";
}
.fa-hand-o-up:before {
    content: "\f0a6";
}
.fa-hand-o-down:before {
    content: "\f0a7";
}
.fa-arrow-circle-left:before {
    content: "\f0a8";
}
.fa-arrow-circle-right:before {
    content: "\f0a9";
}
.fa-arrow-circle-up:before {
    content: "\f0aa";
}
.fa-arrow-circle-down:before {
    content: "\f0ab";
}
.fa-globe:before {
    content: "\f0ac";
}
.fa-wrench:before {
    content: "\f0ad";
}
.fa-tasks:before {
    content: "\f0ae";
}
.fa-filter:before {
    content: "\f0b0";
}
.fa-briefcase:before {
    content: "\f0b1";
}
.fa-arrows-alt:before {
    content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
    content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
    content: "\f0c1";
}
.fa-cloud:before {
    content: "\f0c2";
}
.fa-flask:before {
    content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5";
}
.fa-paperclip:before {
    content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7";
}
.fa-square:before {
    content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9";
}
.fa-list-ul:before {
    content: "\f0ca";
}
.fa-list-ol:before {
    content: "\f0cb";
}
.fa-strikethrough:before {
    content: "\f0cc";
}
.fa-underline:before {
    content: "\f0cd";
}
.fa-table:before {
    content: "\f0ce";
}
.fa-magic:before {
    content: "\f0d0";
}
.fa-truck:before {
    content: "\f0d1";
}
.fa-pinterest:before {
    content: "\f0d2";
}
.fa-pinterest-square:before {
    content: "\f0d3";
}
.fa-google-plus-square:before {
    content: "\f0d4";
}
.fa-google-plus:before {
    content: "\f0d5";
}
.fa-money:before {
    content: "\f0d6";
}
.fa-caret-down:before {
    content: "\f0d7";
}
.fa-caret-up:before {
    content: "\f0d8";
}
.fa-caret-left:before {
    content: "\f0d9";
}
.fa-caret-right:before {
    content: "\f0da";
}
.fa-columns:before {
    content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de";
}
.fa-envelope:before {
    content: "\f0e0";
}
.fa-linkedin:before {
    content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4";
}
.fa-comment-o:before {
    content: "\f0e5";
}
.fa-comments-o:before {
    content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7";
}
.fa-sitemap:before {
    content: "\f0e8";
}
.fa-umbrella:before {
    content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea";
}
.fa-lightbulb-o:before {
    content: "\f0eb";
}
.fa-exchange:before {
    content: "\f0ec";
}
.fa-cloud-download:before {
    content: "\f0ed";
}
.fa-cloud-upload:before {
    content: "\f0ee";
}
.fa-user-md:before {
    content: "\f0f0";
}
.fa-stethoscope:before {
    content: "\f0f1";
}
.fa-suitcase:before {
    content: "\f0f2";
}
.fa-bell-o:before {
    content: "\f0a2";
}
.fa-coffee:before {
    content: "\f0f4";
}
.fa-cutlery:before {
    content: "\f0f5";
}
.fa-file-text-o:before {
    content: "\f0f6";
}
.fa-building-o:before {
    content: "\f0f7";
}
.fa-hospital-o:before {
    content: "\f0f8";
}
.fa-ambulance:before {
    content: "\f0f9";
}
.fa-medkit:before {
    content: "\f0fa";
}
.fa-fighter-jet:before {
    content: "\f0fb";
}
.fa-beer:before {
    content: "\f0fc";
}
.fa-h-square:before {
    content: "\f0fd";
}
.fa-plus-square:before {
    content: "\f0fe";
}
.fa-angle-double-left:before {
    content: "\f100";
}
.fa-angle-double-right:before {
    content: "\f101";
}
.fa-angle-double-up:before {
    content: "\f102";
}
.fa-angle-double-down:before {
    content: "\f103";
}
.fa-angle-left:before {
    content: "\f104";
}
.fa-angle-right:before {
    content: "\f105";
}
.fa-angle-up:before {
    content: "\f106";
}
.fa-angle-down:before {
    content: "\f107";
}
.fa-desktop:before {
    content: "\f108";
}
.fa-laptop:before {
    content: "\f109";
}
.fa-tablet:before {
    content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b";
}
.fa-circle-o:before {
    content: "\f10c";
}
.fa-quote-left:before {
    content: "\f10d";
}
.fa-quote-right:before {
    content: "\f10e";
}
.fa-spinner:before {
    content: "\f110";
}
.fa-circle:before {
    content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112";
}
.fa-github-alt:before {
    content: "\f113";
}
.fa-folder-o:before {
    content: "\f114";
}
.fa-folder-open-o:before {
    content: "\f115";
}
.fa-smile-o:before {
    content: "\f118";
}
.fa-frown-o:before {
    content: "\f119";
}
.fa-meh-o:before {
    content: "\f11a";
}
.fa-gamepad:before {
    content: "\f11b";
}
.fa-keyboard-o:before {
    content: "\f11c";
}
.fa-flag-o:before {
    content: "\f11d";
}
.fa-flag-checkered:before {
    content: "\f11e";
}
.fa-terminal:before {
    content: "\f120";
}
.fa-code:before {
    content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123";
}
.fa-location-arrow:before {
    content: "\f124";
}
.fa-crop:before {
    content: "\f125";
}
.fa-code-fork:before {
    content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127";
}
.fa-question:before {
    content: "\f128";
}
.fa-info:before {
    content: "\f129";
}
.fa-exclamation:before {
    content: "\f12a";
}
.fa-superscript:before {
    content: "\f12b";
}
.fa-subscript:before {
    content: "\f12c";
}
.fa-eraser:before {
    content: "\f12d";
}
.fa-puzzle-piece:before {
    content: "\f12e";
}
.fa-microphone:before {
    content: "\f130";
}
.fa-microphone-slash:before {
    content: "\f131";
}
.fa-shield:before {
    content: "\f132";
}
.fa-calendar-o:before {
    content: "\f133";
}
.fa-fire-extinguisher:before {
    content: "\f134";
}
.fa-rocket:before {
    content: "\f135";
}
.fa-maxcdn:before {
    content: "\f136";
}
.fa-chevron-circle-left:before {
    content: "\f137";
}
.fa-chevron-circle-right:before {
    content: "\f138";
}
.fa-chevron-circle-up:before {
    content: "\f139";
}
.fa-chevron-circle-down:before {
    content: "\f13a";
}
.fa-html5:before {
    content: "\f13b";
}
.fa-css3:before {
    content: "\f13c";
}
.fa-anchor:before {
    content: "\f13d";
}
.fa-unlock-alt:before {
    content: "\f13e";
}
.fa-bullseye:before {
    content: "\f140";
}
.fa-ellipsis-h:before {
    content: "\f141";
}
.fa-ellipsis-v:before {
    content: "\f142";
}
.fa-rss-square:before {
    content: "\f143";
}
.fa-play-circle:before {
    content: "\f144";
}
.fa-ticket:before {
    content: "\f145";
}
.fa-minus-square:before {
    content: "\f146";
}
.fa-minus-square-o:before {
    content: "\f147";
}
.fa-level-up:before {
    content: "\f148";
}
.fa-level-down:before {
    content: "\f149";
}
.fa-check-square:before {
    content: "\f14a";
}
.fa-pencil-square:before {
    content: "\f14b";
}
.fa-external-link-square:before {
    content: "\f14c";
}
.fa-share-square:before {
    content: "\f14d";
}
.fa-compass:before {
    content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
    content: "\f153";
}
.fa-gbp:before {
    content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
    content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
    content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158";
}
.fa-won:before,
.fa-krw:before {
    content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a";
}
.fa-file:before {
    content: "\f15b";
}
.fa-file-text:before {
    content: "\f15c";
}
.fa-sort-alpha-asc:before {
    content: "\f15d";
}
.fa-sort-alpha-desc:before {
    content: "\f15e";
}
.fa-sort-amount-asc:before {
    content: "\f160";
}
.fa-sort-amount-desc:before {
    content: "\f161";
}
.fa-sort-numeric-asc:before {
    content: "\f162";
}
.fa-sort-numeric-desc:before {
    content: "\f163";
}
.fa-thumbs-up:before {
    content: "\f164";
}
.fa-thumbs-down:before {
    content: "\f165";
}
.fa-youtube-square:before {
    content: "\f166";
}
.fa-youtube:before {
    content: "\f167";
}
.fa-xing:before {
    content: "\f168";
}
.fa-xing-square:before {
    content: "\f169";
}
.fa-youtube-play:before {
    content: "\f16a";
}
.fa-dropbox:before {
    content: "\f16b";
}
.fa-stack-overflow:before {
    content: "\f16c";
}
.fa-instagram:before {
    content: "\f16d";
}
.fa-flickr:before {
    content: "\f16e";
}
.fa-adn:before {
    content: "\f170";
}
.fa-bitbucket:before {
    content: "\f171";
}
.fa-bitbucket-square:before {
    content: "\f172";
}
.fa-tumblr:before {
    content: "\f173";
}
.fa-tumblr-square:before {
    content: "\f174";
}
.fa-long-arrow-down:before {
    content: "\f175";
}
.fa-long-arrow-up:before {
    content: "\f176";
}
.fa-long-arrow-left:before {
    content: "\f177";
}
.fa-long-arrow-right:before {
    content: "\f178";
}
.fa-apple:before {
    content: "\f179";
}
.fa-windows:before {
    content: "\f17a";
}
.fa-android:before {
    content: "\f17b";
}
.fa-linux:before {
    content: "\f17c";
}
.fa-dribbble:before {
    content: "\f17d";
}
.fa-skype:before {
    content: "\f17e";
}
.fa-foursquare:before {
    content: "\f180";
}
.fa-trello:before {
    content: "\f181";
}
.fa-female:before {
    content: "\f182";
}
.fa-male:before {
    content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184";
}
.fa-sun-o:before {
    content: "\f185";
}
.fa-moon-o:before {
    content: "\f186";
}
.fa-archive:before {
    content: "\f187";
}
.fa-bug:before {
    content: "\f188";
}
.fa-vk:before {
    content: "\f189";
}
.fa-weibo:before {
    content: "\f18a";
}
.fa-renren:before {
    content: "\f18b";
}
.fa-pagelines:before {
    content: "\f18c";
}
.fa-stack-exchange:before {
    content: "\f18d";
}
.fa-arrow-circle-o-right:before {
    content: "\f18e";
}
.fa-arrow-circle-o-left:before {
    content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191";
}
.fa-dot-circle-o:before {
    content: "\f192";
}
.fa-wheelchair:before {
    content: "\f193";
}
.fa-vimeo-square:before {
    content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195";
}
.fa-plus-square-o:before {
    content: "\f196";
}
.fa-space-shuttle:before {
    content: "\f197";
}
.fa-slack:before {
    content: "\f198";
}
.fa-envelope-square:before {
    content: "\f199";
}
.fa-wordpress:before {
    content: "\f19a";
}
.fa-openid:before {
    content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d";
}
.fa-yahoo:before {
    content: "\f19e";
}
.fa-google:before {
    content: "\f1a0";
}
.fa-reddit:before {
    content: "\f1a1";
}
.fa-reddit-square:before {
    content: "\f1a2";
}
.fa-stumbleupon-circle:before {
    content: "\f1a3";
}
.fa-stumbleupon:before {
    content: "\f1a4";
}
.fa-delicious:before {
    content: "\f1a5";
}
.fa-digg:before {
    content: "\f1a6";
}
.fa-pied-piper:before {
    content: "\f1a7";
}
.fa-pied-piper-alt:before {
    content: "\f1a8";
}
.fa-drupal:before {
    content: "\f1a9";
}
.fa-joomla:before {
    content: "\f1aa";
}
.fa-language:before {
    content: "\f1ab";
}
.fa-fax:before {
    content: "\f1ac";
}
.fa-building:before {
    content: "\f1ad";
}
.fa-child:before {
    content: "\f1ae";
}
.fa-paw:before {
    content: "\f1b0";
}
.fa-spoon:before {
    content: "\f1b1";
}
.fa-cube:before {
    content: "\f1b2";
}
.fa-cubes:before {
    content: "\f1b3";
}
.fa-behance:before {
    content: "\f1b4";
}
.fa-behance-square:before {
    content: "\f1b5";
}
.fa-steam:before {
    content: "\f1b6";
}
.fa-steam-square:before {
    content: "\f1b7";
}
.fa-recycle:before {
    content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
    content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba";
}
.fa-tree:before {
    content: "\f1bb";
}
.fa-spotify:before {
    content: "\f1bc";
}
.fa-deviantart:before {
    content: "\f1bd";
}
.fa-soundcloud:before {
    content: "\f1be";
}
.fa-database:before {
    content: "\f1c0";
}
.fa-file-pdf-o:before {
    content: "\f1c1";
}
.fa-file-word-o:before {
    content: "\f1c2";
}
.fa-file-excel-o:before {
    content: "\f1c3";
}
.fa-file-powerpoint-o:before {
    content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8";
}
.fa-file-code-o:before {
    content: "\f1c9";
}
.fa-vine:before {
    content: "\f1ca";
}
.fa-codepen:before {
    content: "\f1cb";
}
.fa-jsfiddle:before {
    content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd";
}
.fa-circle-o-notch:before {
    content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
    content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
    content: "\f1d1";
}
.fa-git-square:before {
    content: "\f1d2";
}
.fa-git:before {
    content: "\f1d3";
}
.fa-hacker-news:before {
    content: "\f1d4";
}
.fa-tencent-weibo:before {
    content: "\f1d5";
}
.fa-qq:before {
    content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9";
}
.fa-history:before {
    content: "\f1da";
}
.fa-genderless:before,
.fa-circle-thin:before {
    content: "\f1db";
}
.fa-header:before {
    content: "\f1dc";
}
.fa-paragraph:before {
    content: "\f1dd";
}
.fa-sliders:before {
    content: "\f1de";
}
.fa-share-alt:before {
    content: "\f1e0";
}
.fa-share-alt-square:before {
    content: "\f1e1";
}
.fa-bomb:before {
    content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3";
}
.fa-tty:before {
    content: "\f1e4";
}
.fa-binoculars:before {
    content: "\f1e5";
}
.fa-plug:before {
    content: "\f1e6";
}
.fa-slideshare:before {
    content: "\f1e7";
}
.fa-twitch:before {
    content: "\f1e8";
}
.fa-yelp:before {
    content: "\f1e9";
}
.fa-newspaper-o:before {
    content: "\f1ea";
}
.fa-wifi:before {
    content: "\f1eb";
}
.fa-calculator:before {
    content: "\f1ec";
}
.fa-paypal:before {
    content: "\f1ed";
}
.fa-google-wallet:before {
    content: "\f1ee";
}
.fa-cc-visa:before {
    content: "\f1f0";
}
.fa-cc-mastercard:before {
    content: "\f1f1";
}
.fa-cc-discover:before {
    content: "\f1f2";
}
.fa-cc-amex:before {
    content: "\f1f3";
}
.fa-cc-paypal:before {
    content: "\f1f4";
}
.fa-cc-stripe:before {
    content: "\f1f5";
}
.fa-bell-slash:before {
    content: "\f1f6";
}
.fa-bell-slash-o:before {
    content: "\f1f7";
}
.fa-trash:before {
    content: "\f1f8";
}
.fa-copyright:before {
    content: "\f1f9";
}
.fa-at:before {
    content: "\f1fa";
}
.fa-eyedropper:before {
    content: "\f1fb";
}
.fa-paint-brush:before {
    content: "\f1fc";
}
.fa-birthday-cake:before {
    content: "\f1fd";
}
.fa-area-chart:before {
    content: "\f1fe";
}
.fa-pie-chart:before {
    content: "\f200";
}
.fa-line-chart:before {
    content: "\f201";
}
.fa-lastfm:before {
    content: "\f202";
}
.fa-lastfm-square:before {
    content: "\f203";
}
.fa-toggle-off:before {
    content: "\f204";
}
.fa-toggle-on:before {
    content: "\f205";
}
.fa-bicycle:before {
    content: "\f206";
}
.fa-bus:before {
    content: "\f207";
}
.fa-ioxhost:before {
    content: "\f208";
}
.fa-angellist:before {
    content: "\f209";
}
.fa-cc:before {
    content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b";
}
.fa-meanpath:before {
    content: "\f20c";
}
.fa-buysellads:before {
    content: "\f20d";
}
.fa-connectdevelop:before {
    content: "\f20e";
}
.fa-dashcube:before {
    content: "\f210";
}
.fa-forumbee:before {
    content: "\f211";
}
.fa-leanpub:before {
    content: "\f212";
}
.fa-sellsy:before {
    content: "\f213";
}
.fa-shirtsinbulk:before {
    content: "\f214";
}
.fa-simplybuilt:before {
    content: "\f215";
}
.fa-skyatlas:before {
    content: "\f216";
}
.fa-cart-plus:before {
    content: "\f217";
}
.fa-cart-arrow-down:before {
    content: "\f218";
}
.fa-diamond:before {
    content: "\f219";
}
.fa-ship:before {
    content: "\f21a";
}
.fa-user-secret:before {
    content: "\f21b";
}
.fa-motorcycle:before {
    content: "\f21c";
}
.fa-street-view:before {
    content: "\f21d";
}
.fa-heartbeat:before {
    content: "\f21e";
}
.fa-venus:before {
    content: "\f221";
}
.fa-mars:before {
    content: "\f222";
}
.fa-mercury:before {
    content: "\f223";
}
.fa-transgender:before {
    content: "\f224";
}
.fa-transgender-alt:before {
    content: "\f225";
}
.fa-venus-double:before {
    content: "\f226";
}
.fa-mars-double:before {
    content: "\f227";
}
.fa-venus-mars:before {
    content: "\f228";
}
.fa-mars-stroke:before {
    content: "\f229";
}
.fa-mars-stroke-v:before {
    content: "\f22a";
}
.fa-mars-stroke-h:before {
    content: "\f22b";
}
.fa-neuter:before {
    content: "\f22c";
}
.fa-facebook-official:before {
    content: "\f230";
}
.fa-pinterest-p:before {
    content: "\f231";
}
.fa-whatsapp:before {
    content: "\f232";
}
.fa-server:before {
    content: "\f233";
}
.fa-user-plus:before {
    content: "\f234";
}
.fa-user-times:before {
    content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
    content: "\f236";
}
.fa-viacoin:before {
    content: "\f237";
}
.fa-train:before {
    content: "\f238";
}
.fa-subway:before {
    content: "\f239";
}
.fa-medium:before {
    content: "\f23a";
}
#responsive-wrapper .container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 30px;
}
#responsive-wrapper .ac {
    text-align: center;
}
#responsive-wrapper .ar {
    text-align: right;
}
#responsive-wrapper .fl {
    float: left;
}
#responsive-wrapper .fr {
    float: right;
}
#responsive-wrapper .row30 {
    margin-bottom: 30px;
}
#responsive-wrapper .row60 {
    margin-bottom: 60px;
}
#responsive-wrapper .row90 {
    margin-bottom: 90px;
}
#responsive-wrapper article,
#responsive-wrapper aside,
#responsive-wrapper details,
#responsive-wrapper figcaption,
#responsive-wrapper figure,
#responsive-wrapper footer,
#responsive-wrapper header,
#responsive-wrapper hgroup,
#responsive-wrapper main,
#responsive-wrapper nav,
#responsive-wrapper section,
#responsive-wrapper summary {
    display: block;
}
#responsive-wrapper audio,
#responsive-wrapper canvas,
#responsive-wrapper video {
    display: inline-block;
}
#responsive-wrapper audio:not([controls]) {
    display: none;
    height: 0;
}
#responsive-wrapper [hidden] {
    display: none;
}
#responsive-wrapper html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
#responsive-wrapper body {
    margin: 0;
}
#responsive-wrapper a:focus {
    outline: thin dotted;
}
#responsive-wrapper a:active,
#responsive-wrapper a:hover {
    outline: 0;
}
#responsive-wrapper h1 {
    font-size: 2em;
    margin: .67em 0;
}
#responsive-wrapper abbr[title] {
    border-bottom: 1px dotted;
}
#responsive-wrapper b,
#responsive-wrapper strong {
    font-weight: bold;
}
#responsive-wrapper dfn {
    font-style: italic;
}
#responsive-wrapper hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
#responsive-wrapper mark {
    background: #ff0;
    color: #000;
}
#responsive-wrapper code,
#responsive-wrapper kbd,
#responsive-wrapper pre,
#responsive-wrapper samp {
    font-family: monospace, serif;
    font-size: 1em;
}
#responsive-wrapper pre {
    white-space: pre-wrap;
}
#responsive-wrapper q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}
#responsive-wrapper small {
    font-size: 80%;
}
#responsive-wrapper sub,
#responsive-wrapper sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
#responsive-wrapper sup {
    top: -0.5em;
}
#responsive-wrapper sub {
    bottom: -0.25em;
}
#responsive-wrapper img {
    border: 0;
}
#responsive-wrapper svg:not(:root) {
    overflow: hidden;
}
#responsive-wrapper figure {
    margin: 0;
}
#responsive-wrapper fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em;
}
#responsive-wrapper legend {
    border: 0;
    padding: 0;
}
#responsive-wrapper button,
#responsive-wrapper input,
#responsive-wrapper select,
#responsive-wrapper textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}
#responsive-wrapper button,
#responsive-wrapper input {
    line-height: normal;
}
#responsive-wrapper button,
#responsive-wrapper select {
    text-transform: none;
}
#responsive-wrapper button,
#responsive-wrapper html input[type="button"],
#responsive-wrapper input[type="reset"],
#responsive-wrapper input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
#responsive-wrapper button[disabled],
#responsive-wrapper html input[disabled] {
    cursor: default;
}
#responsive-wrapper input[type="checkbox"],
#responsive-wrapper input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
#responsive-wrapper input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
#responsive-wrapper input[type="search"]::-webkit-search-cancel-button,
#responsive-wrapper input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
#responsive-wrapper button::-moz-focus-inner,
#responsive-wrapper input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
#responsive-wrapper textarea {
    overflow: auto;
    vertical-align: top;
}
#responsive-wrapper table {
    border-collapse: collapse;
    border-spacing: 0;
}
#responsive-wrapper *,
#responsive-wrapper *:before,
#responsive-wrapper *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
#responsive-wrapper h1,
#responsive-wrapper h2,
#responsive-wrapper h3,
#responsive-wrapper h4,
#responsive-wrapper h5,
#responsive-wrapper h6,
#responsive-wrapper p,
#responsive-wrapper blockquote,
#responsive-wrapper pre,
#responsive-wrapper dl,
#responsive-wrapper dd,
#responsive-wrapper ol,
#responsive-wrapper ul,
#responsive-wrapper form,
#responsive-wrapper fieldset,
#responsive-wrapper legend,
#responsive-wrapper table,
#responsive-wrapper th,
#responsive-wrapper td,
#responsive-wrapper caption,
#responsive-wrapper hr {
    margin: 0;
    padding: 0;
}
#responsive-wrapper abbr[title],
#responsive-wrapper dfn[title] {
    cursor: help;
}
#responsive-wrapper u,
#responsive-wrapper ins {
    text-decoration: none;
}
#responsive-wrapper ins {
    border-bottom: 1px solid;
}
#responsive-wrapper img {
    font-style: italic;
}
#responsive-wrapper label,
#responsive-wrapper input,
#responsive-wrapper textarea,
#responsive-wrapper button,
#responsive-wrapper select,
#responsive-wrapper option {
    cursor: pointer;
}
#responsive-wrapper .text-input:active,
#responsive-wrapper .text-input:focus,
#responsive-wrapper textarea:active,
#responsive-wrapper textarea:focus {
    cursor: text;
    outline: none;
}
#responsive-wrapper .cf:after {
    content: "";
    display: table;
    clear: both;
}
#responsive-wrapper h1,
#responsive-wrapper h2,
#responsive-wrapper h3,
#responsive-wrapper h4,
#responsive-wrapper h5,
#responsive-wrapper h6,
#responsive-wrapper hgroup,
#responsive-wrapper ul,
#responsive-wrapper ol,
#responsive-wrapper dl,
#responsive-wrapper blockquote,
#responsive-wrapper p,
#responsive-wrapper address,
#responsive-wrapper table,
#responsive-wrapper fieldset,
#responsive-wrapper figure,
#responsive-wrapper pre,
#responsive-wrapper .form-fields>li,
#responsive-wrapper .media,
#responsive-wrapper .island,
#responsive-wrapper .islet {
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
}
.islet #responsive-wrapper h1,
.islet #responsive-wrapper h2,
.islet #responsive-wrapper h3,
.islet #responsive-wrapper h4,
.islet #responsive-wrapper h5,
.islet #responsive-wrapper h6,
.islet #responsive-wrapper hgroup,
.islet #responsive-wrapper ul,
.islet #responsive-wrapper ol,
.islet #responsive-wrapper dl,
.islet #responsive-wrapper blockquote,
.islet #responsive-wrapper p,
.islet #responsive-wrapper address,
.islet #responsive-wrapper table,
.islet #responsive-wrapper fieldset,
.islet #responsive-wrapper figure,
.islet #responsive-wrapper pre,
.islet #responsive-wrapper .form-fields>li,
.islet #responsive-wrapper .media,
.islet #responsive-wrapper .island,
.islet #responsive-wrapper .islet {
    margin-bottom: 12px;
    margin-bottom: .75rem;
}
#responsive-wrapper .landmark {
    margin-bottom: 48px;
    margin-bottom: 3rem;
}
#responsive-wrapper hr {
    margin-bottom: 22px;
    margin-bottom: 1.375rem;
}
#responsive-wrapper ul,
#responsive-wrapper ol,
#responsive-wrapper dd {
    margin-left: 48px;
    margin-left: 3rem;
}
#responsive-wrapper html {
    font: 1em/1.5 sans-serif;
    overflow-y: scroll;
    min-height: 100%;
}
#responsive-wrapper h1,
#responsive-wrapper .alpha {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.33333;
}
#responsive-wrapper h2,
#responsive-wrapper .beta {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.6;
}
#responsive-wrapper h3,
#responsive-wrapper .gamma {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
}
#responsive-wrapper h4,
#responsive-wrapper .delta {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.2;
}
#responsive-wrapper h5,
#responsive-wrapper .epsilon {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}
#responsive-wrapper h6,
#responsive-wrapper .zeta {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.71429;
}
#responsive-wrapper hgroup .hN {
    margin-bottom: 0;
}
#responsive-wrapper .giga {
    font-size: 96px;
    font-size: 6rem;
    line-height: 1;
}
#responsive-wrapper .mega {
    font-size: 72px;
    font-size: 4.5rem;
    line-height: 1;
}
#responsive-wrapper .kilo {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
}
#responsive-wrapper .lede,
#responsive-wrapper .lead {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.33333;
}
#responsive-wrapper .smallprint,
#responsive-wrapper .milli {
    font-size: 12px;
    font-size: .75rem;
    line-height: 2;
}
#responsive-wrapper .micro {
    font-size: 10px;
    font-size: .625rem;
    line-height: 2.4;
}
#responsive-wrapper q {
    quotes: "???????" "????????" "\\201C " "\\201D ";
}
#responsive-wrapper q:before {
    content: "\2018";
    content: open-quote;
}
#responsive-wrapper q:after {
    content: "\2019";
    content: close-quote;
}
#responsive-wrapper q q:before {
    content: "\201C";
    content: open-quote;
}
#responsive-wrapper q q:after {
    content: "\201D";
    content: close-quote;
}
#responsive-wrapper blockquote {
    quotes: "\\201C " "\\201D ";
}
#responsive-wrapper blockquote p:before {
    content: "\\201C ";
    content: open-quote;
}
#responsive-wrapper blockquote p:after {
    content: "";
    content: no-close-quote;
}
#responsive-wrapper blockquote p:last-of-type:after {
    content: "\\201D ";
    content: close-quote;
}
#responsive-wrapper blockquote q:before {
    content: "\2018";
    content: open-quote;
}
#responsive-wrapper blockquote q:after {
    content: "\2019";
    content: close-quote;
}
#responsive-wrapper blockquote {
    text-indent: -0.41em;
}
#responsive-wrapper blockquote p:last-of-type {
    margin-bottom: 0;
}
#responsive-wrapper .source {
    display: block;
    text-indent: 0;
}
#responsive-wrapper .source:before {
    content: "\2014";
}
#responsive-wrapper pre {
    overflow: auto;
}
#responsive-wrapper pre mark {
    background: none;
    border-bottom: 1px solid;
    color: inherit;
}
#responsive-wrapper .line-numbers {
    font-family: monospace, serif;
    list-style: decimal-leading-zero inside;
    white-space: nowrap;
    overflow: auto;
    margin-left: 0;
}
#responsive-wrapper .line-numbers code {
    white-space: pre;
}
#responsive-wrapper img {
    max-width: 100%;
}
#responsive-wrapper img[width],
#responsive-wrapper img[height] {
    max-width: none;
}
#responsive-wrapper .img--round {
    border-radius: 4px;
}
#responsive-wrapper .img--right {
    float: right;
    margin-bottom: 24px;
    margin-left: 24px;
}
#responsive-wrapper .img--left {
    float: left;
    margin-right: 24px;
    margin-bottom: 24px;
}
#responsive-wrapper .img--center {
    display: block;
    margin-right: auto;
    margin-bottom: 24px;
    margin-left: auto;
}
#responsive-wrapper .img--short {
    height: 120px;
}
#responsive-wrapper .img--medium {
    height: 240px;
}
#responsive-wrapper .img--tall {
    height: 360px;
}
#responsive-wrapper figure>img {
    display: block;
}
#responsive-wrapper li>ul,
#responsive-wrapper li>ol {
    margin-bottom: 0;
}
#responsive-wrapper .numbered-list {
    list-style-type: decimal;
}
#responsive-wrapper table {
    width: 100%;
}
#responsive-wrapper th,
#responsive-wrapper td {
    padding: 6px;
    text-align: left;
}
@media screen and(min-width: 480px) {
    #responsive-wrapper th,
    #responsive-wrapper td {
        padding: 12px;
    }
}
#responsive-wrapper [colspan] {
    text-align: center;
}
#responsive-wrapper [colspan="1"] {
    text-align: left;
}
#responsive-wrapper [rowspan] {
    vertical-align: middle;
}
#responsive-wrapper [rowspan="1"] {
    vertical-align: top;
}
#responsive-wrapper .numerical {
    text-align: right;
}
#responsive-wrapper .t5 {
    width: 5%;
}
#responsive-wrapper .t10 {
    width: 10%;
}
#responsive-wrapper .t12 {
    width: 12.5%;
}
#responsive-wrapper .t15 {
    width: 15%;
}
#responsive-wrapper .t20 {
    width: 20%;
}
#responsive-wrapper .t25 {
    width: 25%;
}
#responsive-wrapper .t30 {
    width: 30%;
}
#responsive-wrapper .t33 {
    width: 33.333%;
}
#responsive-wrapper .t35 {
    width: 35%;
}
#responsive-wrapper .t37 {
    width: 37.5%;
}
#responsive-wrapper .t40 {
    width: 40%;
}
#responsive-wrapper .t45 {
    width: 45%;
}
#responsive-wrapper .t50 {
    width: 50%;
}
#responsive-wrapper .t55 {
    width: 55%;
}
#responsive-wrapper .t60 {
    width: 60%;
}
#responsive-wrapper .t62 {
    width: 62.5%;
}
#responsive-wrapper .t65 {
    width: 65%;
}
#responsive-wrapper .t66 {
    width: 66.666%;
}
#responsive-wrapper .t70 {
    width: 70%;
}
#responsive-wrapper .t75 {
    width: 75%;
}
#responsive-wrapper .t80 {
    width: 80%;
}
#responsive-wrapper .t85 {
    width: 85%;
}
#responsive-wrapper .t87 {
    width: 87.5%;
}
#responsive-wrapper .t90 {
    width: 90%;
}
#responsive-wrapper .t95 {
    width: 95%;
}
#responsive-wrapper .table--bordered th,
#responsive-wrapper .table--bordered td {
    border: 1px solid #ccc;
}
#responsive-wrapper .table--bordered th:empty,
#responsive-wrapper .table--bordered td:empty {
    border: none;
}
#responsive-wrapper .table--bordered thead tr:last-child th {
    border-bottom-width: 2px;
}
#responsive-wrapper .table--bordered tbody tr th:last-of-type {
    border-right-width: 2px;
}
#responsive-wrapper .table--striped tbody tr:nth-of-type(odd) {
    background-color: #ffc;
}
#responsive-wrapper .table--data {
    font: 12px/1.5 sans-serif;
}
#responsive-wrapper fieldset {
    padding: 24px;
}
#responsive-wrapper .form-fields {
    list-style: none;
    margin: 0;
}
#responsive-wrapper .form-fields>li:last-child {
    margin-bottom: 0;
}
#responsive-wrapper label,
#responsive-wrapper .label {
    display: block;
}
#responsive-wrapper .additional {
    display: block;
    font-weight: normal;
}
#responsive-wrapper .check-list {
    list-style: none;
    margin: 0;
}
#responsive-wrapper .check-label,
#responsive-wrapper .check-list label,
#responsive-wrapper .check-list .label {
    display: inline-block;
}
#responsive-wrapper .spoken-form label {
    display: inline-block;
    font: inherit;
}
#responsive-wrapper .extra-help {
    display: inline-block;
    visibility: hidden;
}
#responsive-wrapper .text-input:active+.extra-help,
#responsive-wrapper .text-input:focus+.extra-help {
    visibility: visible;
}
#responsive-wrapper .grid {
    margin-left: -24px;
    list-style: none;
    margin-bottom: 0;
}
#responsive-wrapper .grid>.grid {
    margin-left: 0;
}
#responsive-wrapper .grid__item {
    display: inline-block;
    width: 100%;
    padding-left: 24px;
    vertical-align: top;
}
#responsive-wrapper .flexbox {
    display: table;
    width: 100%;
}
#responsive-wrapper html.flexbox {
    display: block;
    width: auto;
}
#responsive-wrapper .flexbox__item {
    display: table-cell;
    vertical-align: middle;
}
.text-cols--2,
.text-cols--3,
.text-cols--4,
.text-cols--5 {
    -webkit-column-gap: 24px;
    -moz-column-gap: 24px;
    -ms-column-gap: 24px;
    -o-column-gap: 24px;
    column-gap: 24px;
}
.text-cols--2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    -ms-column-count: 2;
    -o-column-count: 2;
    column-count: 2;
}
.text-cols--3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    -ms-column-count: 3;
    -o-column-count: 3;
    column-count: 3;
}
.text-cols--4 {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    -ms-column-count: 4;
    -o-column-count: 4;
    column-count: 4;
}
.text-cols--5 {
    -webkit-column-count: 5;
    -moz-column-count: 5;
    -ms-column-count: 5;
    -o-column-count: 5;
    column-count: 5;
}
#responsive-wrapper .marginalia {
    font-size: 12px;
    font-size: .75rem;
    line-height: 2;
}
#responsive-wrapper .marginalia {
    position: relative;
}
#responsive-wrapper .marginalia__body,
#responsive-wrapper .marginalia__body--right {
    position: absolute;
}
#responsive-wrapper .marginalia__body {
    right: 100%;
    padding-right: 24px;
    text-align: right;
}
#responsive-wrapper .marginalia__body--right {
    left: 100%;
    padding-left: 24px;
    text-align: left;
}
}
#responsive-wrapper .btn {
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    font-family: inherit;
    font-size: 100%;
    cursor: pointer;
    border: none;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 3;
    padding-right: 1em;
    padding-left: 1em;
    border-radius: 4px;
}
#responsive-wrapper .btn,
#responsive-wrapper .btn:hover {
    text-decoration: none;
}
#responsive-wrapper .btn:active,
#responsive-wrapper .btn:focus {
    outline: none;
}
#responsive-wrapper .btn--small {
    padding-right: .5em;
    padding-left: .5em;
    line-height: 2;
}
#responsive-wrapper .btn--large {
    padding-right: 1.5em;
    padding-left: 1.5em;
    line-height: 4;
}
#responsive-wrapper .btn--huge {
    padding-right: 2em;
    padding-left: 2em;
    line-height: 5;
}
#responsive-wrapper .btn--full {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    text-align: center;
}
#responsive-wrapper .btn--alpha {
    font-size: 3rem;
}
#responsive-wrapper .btn--beta {
    font-size: 2rem;
}
#responsive-wrapper .btn--gamma {
    font-size: 1rem;
}
#responsive-wrapper .btn--natural {
    vertical-align: baseline;
    font-size: inherit;
    line-height: inherit;
    padding-right: .5em;
    padding-left: .5em;
}
#responsive-wrapper .btn--positive {
    background-color: #4A993E;
    color: #fff;
}
#responsive-wrapper .btn--negative {
    background-color: #b33630;
    color: #fff;
}
#responsive-wrapper .btn--inactive,
#responsive-wrapper .btn--inactive:hover,
#responsive-wrapper .btn--inactive:active,
#responsive-wrapper .btn--inactive:focus {
    background-color: #ddd;
    color: #777;
    cursor: text;
}
#responsive-wrapper .btn--soft {
    border-radius: 200px;
}
#responsive-wrapper .btn--hard {
    border-radius: 0;
}
#responsive-wrapper .one-whole {
    width: 100%;
}
#responsive-wrapper .one-half,
#responsive-wrapper .two-quarters,
#responsive-wrapper .three-sixths,
#responsive-wrapper .four-eighths,
#responsive-wrapper .five-tenths,
#responsive-wrapper .six-twelfths {
    width: 50%;
}
#responsive-wrapper .one-third,
#responsive-wrapper .two-sixths,
#responsive-wrapper .four-twelfths {
    width: 33.333%;
}
#responsive-wrapper .two-thirds,
#responsive-wrapper .four-sixths,
#responsive-wrapper .eight-twelfths {
    width: 66.666%;
}
#responsive-wrapper .one-quarter,
#responsive-wrapper .two-eighths,
#responsive-wrapper .three-twelfths {
    width: 25%;
}
#responsive-wrapper .three-quarters,
#responsive-wrapper .six-eighths,
#responsive-wrapper .nine-twelfths {
    width: 75%;
}
#responsive-wrapper .one-fifth,
#responsive-wrapper .two-tenths {
    width: 20%;
}
#responsive-wrapper .two-fifths,
#responsive-wrapper .four-tenths {
    width: 40%;
}
#responsive-wrapper .three-fifths,
#responsive-wrapper .six-tenths {
    width: 60%;
}
#responsive-wrapper .four-fifths,
#responsive-wrapper .eight-tenths {
    width: 80%;
}
#responsive-wrapper .one-sixth,
#responsive-wrapper .two-twelfths {
    width: 16.666%;
}
#responsive-wrapper .five-sixths,
#responsive-wrapper .ten-twelfths {
    width: 83.333%;
}
#responsive-wrapper .one-eighth {
    width: 12.5%;
}
#responsive-wrapper .three-eighths {
    width: 37.5%;
}
#responsive-wrapper .five-eighths {
    width: 62.5%;
}
#responsive-wrapper .seven-eighths {
    width: 87.5%;
}
#responsive-wrapper .one-tenth {
    width: 10%;
}
#responsive-wrapper .three-tenths {
    width: 30%;
}
#responsive-wrapper .seven-tenths {
    width: 70%;
}
#responsive-wrapper .nine-tenths {
    width: 90%;
}
#responsive-wrapper .one-twelfth {
    width: 8.333%;
}
#responsive-wrapper .five-twelfths {
    width: 41.666%;
}
#responsive-wrapper .seven-twelfths {
    width: 58.333%;
}
#responsive-wrapper .eleven-twelfths {
    width: 91.666%;
}
#responsive-wrapper .palm-one-whole {
    width: 100%;
}
#responsive-wrapper .palm-one-half,
#responsive-wrapper .palm-two-quarters,
#responsive-wrapper .palm-three-sixths,
#responsive-wrapper .palm-four-eighths,
#responsive-wrapper .palm-five-tenths,
#responsive-wrapper .palm-six-twelfths {
    width: 50%;
}
#responsive-wrapper .palm-one-third,
#responsive-wrapper .palm-two-sixths,
#responsive-wrapper .palm-four-twelfths {
    width: 33.333%;
}
#responsive-wrapper .palm-two-thirds,
#responsive-wrapper .palm-four-sixths,
#responsive-wrapper .palm-eight-twelfths {
    width: 66.666%;
}
#responsive-wrapper .palm-one-quarter,
#responsive-wrapper .palm-two-eighths,
#responsive-wrapper .palm-three-twelfths {
    width: 25%;
}
#responsive-wrapper .palm-three-quarters,
#responsive-wrapper .palm-six-eighths,
#responsive-wrapper .palm-nine-twelfths {
    width: 75%;
}
#responsive-wrapper .palm-one-fifth,
#responsive-wrapper .palm-two-tenths {
    width: 20%;
}
#responsive-wrapper .palm-two-fifths,
#responsive-wrapper .palm-four-tenths {
    width: 40%;
}
#responsive-wrapper .palm-three-fifths,
#responsive-wrapper .palm-six-tenths {
    width: 60%;
}
#responsive-wrapper .palm-four-fifths,
#responsive-wrapper .palm-eight-tenths {
    width: 80%;
}
#responsive-wrapper .palm-one-sixth,
#responsive-wrapper .palm-two-twelfths {
    width: 16.666%;
}
#responsive-wrapper .palm-five-sixths,
#responsive-wrapper .palm-ten-twelfths {
    width: 83.333%;
}
#responsive-wrapper .palm-one-eighth {
    width: 12.5%;
}
#responsive-wrapper .palm-three-eighths {
    width: 37.5%;
}
#responsive-wrapper .palm-five-eighths {
    width: 62.5%;
}
#responsive-wrapper .palm-seven-eighths {
    width: 87.5%;
}
#responsive-wrapper .palm-one-tenth {
    width: 10%;
}
#responsive-wrapper .palm-three-tenths {
    width: 30%;
}
#responsive-wrapper .palm-seven-tenths {
    width: 70%;
}
#responsive-wrapper .palm-nine-tenths {
    width: 90%;
}
#responsive-wrapper .palm-one-twelfth {
    width: 8.333%;
}
#responsive-wrapper .palm-five-twelfths {
    width: 41.666%;
}
#responsive-wrapper .palm-seven-twelfths {
    width: 58.333%;
}
#responsive-wrapper .palm-eleven-twelfths {
    width: 91.666%;
}
}
#responsive-wrapper .lap-one-whole {
    width:100%;
}
#responsive-wrapper .lap-one-half,
#responsive-wrapper .lap-two-quarters,
#responsive-wrapper .lap-three-sixths,
#responsive-wrapper .lap-four-eighths,
#responsive-wrapper .lap-five-tenths,
#responsive-wrapper .lap-six-twelfths {
    width:50%;
}
#responsive-wrapper .lap-one-third,
#responsive-wrapper .lap-two-sixths,
#responsive-wrapper .lap-four-twelfths {
    width:33.333%;
}
#responsive-wrapper .lap-two-thirds,
#responsive-wrapper .lap-four-sixths,
#responsive-wrapper .lap-eight-twelfths {
    width:66.666%;
}
#responsive-wrapper .lap-one-quarter,
#responsive-wrapper .lap-two-eighths,
#responsive-wrapper .lap-three-twelfths {
    width:25%;
}
#responsive-wrapper .lap-three-quarters,
#responsive-wrapper .lap-six-eighths,
#responsive-wrapper .lap-nine-twelfths {
    width:75%;
}
#responsive-wrapper .lap-one-fifth,
#responsive-wrapper .lap-two-tenths {
    width:20%;
}
#responsive-wrapper .lap-two-fifths,
#responsive-wrapper .lap-four-tenths {
    width:40%;
}
#responsive-wrapper .lap-three-fifths,
#responsive-wrapper .lap-six-tenths {
    width:60%;
}
#responsive-wrapper .lap-four-fifths,
#responsive-wrapper .lap-eight-tenths {
    width:80%;
}
#responsive-wrapper .lap-one-sixth,
#responsive-wrapper .lap-two-twelfths {
    width:16.666%;
}
#responsive-wrapper .lap-five-sixths,
#responsive-wrapper .lap-ten-twelfths {
    width:83.333%;
}
#responsive-wrapper .lap-one-eighth {
    width:12.5%;
}
#responsive-wrapper .lap-three-eighths {
    width:37.5%;
}
#responsive-wrapper .lap-five-eighths {
    width:62.5%;
}
#responsive-wrapper .lap-seven-eighths {
    width:87.5%;
}
#responsive-wrapper .lap-one-tenth {
    width:10%;
}
#responsive-wrapper .lap-three-tenths {
    width:30%;
}
#responsive-wrapper .lap-seven-tenths {
    width:70%;
}
#responsive-wrapper .lap-nine-tenths {
    width:90%;
}
#responsive-wrapper .lap-one-twelfth {
    width:8.333%;
}
#responsive-wrapper .lap-five-twelfths {
    width:41.666%;
}
#responsive-wrapper .lap-seven-twelfths {
    width:58.333%;
}
#responsive-wrapper .lap-eleven-twelfths {
    width:91.666%;
}
}
#responsive-wrapper .lap-and-up-one-whole {
    width:100%;
}
#responsive-wrapper .lap-and-up-one-half,
#responsive-wrapper .lap-and-up-two-quarters,
#responsive-wrapper .lap-and-up-three-sixths,
#responsive-wrapper .lap-and-up-four-eighths,
#responsive-wrapper .lap-and-up-five-tenths,
#responsive-wrapper .lap-and-up-six-twelfths {
    width:50%;
}
#responsive-wrapper .lap-and-up-one-third,
#responsive-wrapper .lap-and-up-two-sixths,
#responsive-wrapper .lap-and-up-four-twelfths {
    width:33.333%;
}
#responsive-wrapper .lap-and-up-two-thirds,
#responsive-wrapper .lap-and-up-four-sixths,
#responsive-wrapper .lap-and-up-eight-twelfths {
    width:66.666%;
}
#responsive-wrapper .lap-and-up-one-quarter,
#responsive-wrapper .lap-and-up-two-eighths,
#responsive-wrapper .lap-and-up-three-twelfths {
    width:25%;
}
#responsive-wrapper .lap-and-up-three-quarters,
#responsive-wrapper .lap-and-up-six-eighths,
#responsive-wrapper .lap-and-up-nine-twelfths {
    width:75%;
}
#responsive-wrapper .lap-and-up-one-fifth,
#responsive-wrapper .lap-and-up-two-tenths {
    width:20%;
}
#responsive-wrapper .lap-and-up-two-fifths,
#responsive-wrapper .lap-and-up-four-tenths {
    width:40%;
}
#responsive-wrapper .lap-and-up-three-fifths,
#responsive-wrapper .lap-and-up-six-tenths {
    width:60%;
}
#responsive-wrapper .lap-and-up-four-fifths,
#responsive-wrapper .lap-and-up-eight-tenths {
    width:80%;
}
#responsive-wrapper .lap-and-up-one-sixth,
#responsive-wrapper .lap-and-up-two-twelfths {
    width:16.666%;
}
#responsive-wrapper .lap-and-up-five-sixths,
#responsive-wrapper .lap-and-up-ten-twelfths {
    width:83.333%;
}
#responsive-wrapper .lap-and-up-one-eighth {
    width:12.5%;
}
#responsive-wrapper .lap-and-up-three-eighths {
    width:37.5%;
}
#responsive-wrapper .lap-and-up-five-eighths {
    width:62.5%;
}
#responsive-wrapper .lap-and-up-seven-eighths {
    width:87.5%;
}
#responsive-wrapper .lap-and-up-one-tenth {
    width:10%;
}
#responsive-wrapper .lap-and-up-three-tenths {
    width:30%;
}
#responsive-wrapper .lap-and-up-seven-tenths {
    width:70%;
}
#responsive-wrapper .lap-and-up-nine-tenths {
    width:90%;
}
#responsive-wrapper .lap-and-up-one-twelfth {
    width:8.333%;
}
#responsive-wrapper .lap-and-up-five-twelfths {
    width:41.666%;
}
#responsive-wrapper .lap-and-up-seven-twelfths {
    width:58.333%;
}
#responsive-wrapper .lap-and-up-eleven-twelfths {
    width:91.666%;
}
}
#responsive-wrapper .portable-one-whole {
    width:100%;
}
#responsive-wrapper .portable-one-half,
#responsive-wrapper .portable-two-quarters,
#responsive-wrapper .portable-three-sixths,
#responsive-wrapper .portable-four-eighths,
#responsive-wrapper .portable-five-tenths,
#responsive-wrapper .portable-six-twelfths {
    width:50%;
}
#responsive-wrapper .portable-one-third,
#responsive-wrapper .portable-two-sixths,
#responsive-wrapper .portable-four-twelfths {
    width:33.333%;
}
#responsive-wrapper .portable-two-thirds,
#responsive-wrapper .portable-four-sixths,
#responsive-wrapper .portable-eight-twelfths {
    width:66.666%;
}
#responsive-wrapper .portable-one-quarter,
#responsive-wrapper .portable-two-eighths,
#responsive-wrapper .portable-three-twelfths {
    width:25%;
}
#responsive-wrapper .portable-three-quarters,
#responsive-wrapper .portable-six-eighths,
#responsive-wrapper .portable-nine-twelfths {
    width:75%;
}
#responsive-wrapper .portable-one-fifth,
#responsive-wrapper .portable-two-tenths {
    width:20%;
}
#responsive-wrapper .portable-two-fifths,
#responsive-wrapper .portable-four-tenths {
    width:40%;
}
#responsive-wrapper .portable-three-fifths,
#responsive-wrapper .portable-six-tenths {
    width:60%;
}
#responsive-wrapper .portable-four-fifths,
#responsive-wrapper .portable-eight-tenths {
    width:80%;
}
#responsive-wrapper .portable-one-sixth,
#responsive-wrapper .portable-two-twelfths {
    width:16.666%;
}
#responsive-wrapper .portable-five-sixths,
#responsive-wrapper .portable-ten-twelfths {
    width:83.333%;
}
#responsive-wrapper .portable-one-eighth {
    width:12.5%;
}
#responsive-wrapper .portable-three-eighths {
    width:37.5%;
}
#responsive-wrapper .portable-five-eighths {
    width:62.5%;
}
#responsive-wrapper .portable-seven-eighths {
    width:87.5%;
}
#responsive-wrapper .portable-one-tenth {
    width:10%;
}
#responsive-wrapper .portable-three-tenths {
    width:30%;
}
#responsive-wrapper .portable-seven-tenths {
    width:70%;
}
#responsive-wrapper .portable-nine-tenths {
    width:90%;
}
#responsive-wrapper .portable-one-twelfth {
    width:8.333%;
}
#responsive-wrapper .portable-five-twelfths {
    width:41.666%;
}
#responsive-wrapper .portable-seven-twelfths {
    width:58.333%;
}
#responsive-wrapper .portable-eleven-twelfths {
    width:91.666%;
}
}
#responsive-wrapper .desk-one-whole {
    width:100%;
}
#responsive-wrapper .desk-one-half,
#responsive-wrapper .desk-two-quarters,
#responsive-wrapper .desk-three-sixths,
#responsive-wrapper .desk-four-eighths,
#responsive-wrapper .desk-five-tenths,
#responsive-wrapper .desk-six-twelfths {
    width:50%;
}
#responsive-wrapper .desk-one-third,
#responsive-wrapper .desk-two-sixths,
#responsive-wrapper .desk-four-twelfths {
    width:33.333%;
}
#responsive-wrapper .desk-two-thirds,
#responsive-wrapper .desk-four-sixths,
#responsive-wrapper .desk-eight-twelfths {
    width:66.666%;
}
#responsive-wrapper .desk-one-quarter,
#responsive-wrapper .desk-two-eighths,
#responsive-wrapper .desk-three-twelfths {
    width:25%;
}
#responsive-wrapper .desk-three-quarters,
#responsive-wrapper .desk-six-eighths,
#responsive-wrapper .desk-nine-twelfths {
    width:75%;
}
#responsive-wrapper .desk-one-fifth,
#responsive-wrapper .desk-two-tenths {
    width:20%;
}
#responsive-wrapper .desk-two-fifths,
#responsive-wrapper .desk-four-tenths {
    width:40%;
}
#responsive-wrapper .desk-three-fifths,
#responsive-wrapper .desk-six-tenths {
    width:60%;
}
#responsive-wrapper .desk-four-fifths,
#responsive-wrapper .desk-eight-tenths {
    width:80%;
}
#responsive-wrapper .desk-one-sixth,
#responsive-wrapper .desk-two-twelfths {
    width:16.666%;
}
#responsive-wrapper .desk-five-sixths,
#responsive-wrapper .desk-ten-twelfths {
    width:83.333%;
}
#responsive-wrapper .desk-one-eighth {
    width:12.5%;
}
#responsive-wrapper .desk-three-eighths {
    width:37.5%;
}
#responsive-wrapper .desk-five-eighths {
    width:62.5%;
}
#responsive-wrapper .desk-seven-eighths {
    width:87.5%;
}
#responsive-wrapper .desk-one-tenth {
    width:10%;
}
#responsive-wrapper .desk-three-tenths {
    width:30%;
}
#responsive-wrapper .desk-seven-tenths {
    width:70%;
}
#responsive-wrapper .desk-nine-tenths {
    width:90%;
}
#responsive-wrapper .desk-one-twelfth {
    width:8.333%;
}
#responsive-wrapper .desk-five-twelfths {
    width:41.666%;
}
#responsive-wrapper .desk-seven-twelfths {
    width:58.333%;
}
#responsive-wrapper .desk-eleven-twelfths {
    width:91.666%;
}
}
#responsive-wrapper .brand {
    font-family:Helvetica Neue,
    sans-serif!important;
    color:#4a8ec2!important;
}
#responsive-wrapper .brand-face {
    font-family:Helvetica Neue,
    sans-serif!important;
}
#responsive-wrapper .brand-color,
#responsive-wrapper .brand-colour {
    color:#4a8ec2!important;
}
#responsive-wrapper .float--right {
    float:right!important;
}
#responsive-wrapper .float--left {
    float:left!important;
}
#responsive-wrapper .float--none {
    float:none!important;
}
#responsive-wrapper .text--left {
    text-align:left!important;
}
#responsive-wrapper .text--center {
    text-align:center!important;
}
#responsive-wrapper .text--right {
    text-align:right!important;
}
#responsive-wrapper .weight--light {
    font-weight:300!important;
}
#responsive-wrapper .weight--normal {
    font-weight:400!important;
}
#responsive-wrapper .weight--semibold {
    font-weight:600!important;
}
#responsive-wrapper .push {
    margin:24px!important;
}
#responsive-wrapper .push--top {
    margin-top:24px!important;
}
#responsive-wrapper .push--right {
    margin-right:24px!important;
}
#responsive-wrapper .push--bottom {
    margin-bottom:24px!important;
}
#responsive-wrapper .push--left {
    margin-left:24px!important;
}
#responsive-wrapper .push--ends {
    margin-top:24px!important;
    margin-bottom:24px!important;
}
#responsive-wrapper .push--sides {
    margin-right:24px!important;
    margin-left:24px!important;
}
#responsive-wrapper .push-half {
    margin:12px!important;
}
#responsive-wrapper .push-half--top {
    margin-top:12px!important;
}
#responsive-wrapper .push-half--right {
    margin-right:12px!important;
}
#responsive-wrapper .push-half--bottom {
    margin-bottom:12px!important;
}
#responsive-wrapper .push-half--left {
    margin-left:12px!important;
}
#responsive-wrapper .push-half--ends {
    margin-top:12px!important;
    margin-bottom:12px!important;
}
#responsive-wrapper .push-half--sides {
    margin-right:12px!important;
    margin-left:12px!important;
}
#responsive-wrapper .flush {
    margin:0!important;
}
#responsive-wrapper .flush--top {
    margin-top:0!important;
}
#responsive-wrapper .flush--right {
    margin-right:0!important;
}
#responsive-wrapper .flush--bottom {
    margin-bottom:0!important;
}
#responsive-wrapper .flush--left {
    margin-left:0!important;
}
#responsive-wrapper .flush--ends {
    margin-top:0!important;
    margin-bottom:0!important;
}
#responsive-wrapper .flush--sides {
    margin-right:0!important;
    margin-left:0!important;
}
#responsive-wrapper .soft {
    padding:24px!important;
}
#responsive-wrapper .soft--top {
    padding-top:24px!important;
}
#responsive-wrapper .soft--right {
    padding-right:24px!important;
}
#responsive-wrapper .soft--bottom {
    padding-bottom:24px!important;
}
#responsive-wrapper .soft--left {
    padding-left:24px!important;
}
#responsive-wrapper .soft--ends {
    padding-top:24px!important;
    padding-bottom:24px!important;
}
#responsive-wrapper .soft--sides {
    padding-right:24px!important;
    padding-left:24px!important;
}
#responsive-wrapper .soft-half {
    padding:12px!important;
}
#responsive-wrapper .soft-half--top {
    padding-top:12px!important;
}
#responsive-wrapper .soft-half--right {
    padding-right:12px!important;
}
#responsive-wrapper .soft-half--bottom {
    padding-bottom:12px!important;
}
#responsive-wrapper .soft-half--left {
    padding-left:12px!important;
}
#responsive-wrapper .soft-half--ends {
    padding-top:12px!important;
    padding-bottom:12px!important;
}
#responsive-wrapper .soft-half--sides {
    padding-right:12px!important;
    padding-left:12px!important;
}
#responsive-wrapper .hard {
    padding:0!important;
}
#responsive-wrapper .hard--top {
    padding-top:0!important;
}
#responsive-wrapper .hard--right {
    padding-right:0!important;
}
#responsive-wrapper .hard--bottom {
    padding-bottom:0!important;
}
#responsive-wrapper .hard--left {
    padding-left:0!important;
}
#responsive-wrapper .hard--ends {
    padding-top:0!important;
    padding-bottom:0!important;
}
#responsive-wrapper .hard--sides {
    padding-right:0!important;
    padding-left:0!important;
}
#responsive-wrapper .full-bleed {
    margin-right:-24px!important;
    margin-left:-24px!important;
}
.islet #responsive-wrapper .full-bleed {
    margin-right:-12px!important;
    margin-left:-12px!important;
}
#responsive-wrapper .informative {
    cursor:help!important;
}
#responsive-wrapper .proceed {
    text-align:right!important;
}
#responsive-wrapper .go:after {
    content:"????" "????"!important;
}
#responsive-wrapper .caps {
    text-transform:uppercase!important;
}
#responsive-wrapper .accessibility,
#responsive-wrapper .visuallyhidden {
    border:0!important;
    clip:rect(0 0 0 0)!important;
    height:1px!important;
    margin:-1px!important;
    overflow:hidden!important;
    padding:0!important;
    position:absolute!important;
    width:1px!important;
}
@media only screen and(max-width: 480px) {
    #responsive-wrapper .accessibility--palm,
    #responsive-wrapper .visuallyhidden--palm {
        border:0!important;
        clip:rect(0 0 0 0)!important;
        height:1px!important;
        margin:-1px!important;
        overflow:hidden!important;
        padding:0!important;
        position:absolute!important;
        width:1px!important;
    }
}
@media only screen and(min-width: 481px) and(max-width: 1023px) {
    #responsive-wrapper .accessibility--lap,
    #responsive-wrapper .visuallyhidden--lap {
        border:0!important;
        clip:rect(0 0 0 0)!important;
        height:1px!important;
        margin:-1px!important;
        overflow:hidden!important;
        padding:0!important;
        position:absolute!important;
        width:1px!important;
    }
}
@media only screen and(min-width: 481px) {
    #responsive-wrapper .accessibility--lap-and-up,
    #responsive-wrapper .visuallyhidden--lap-and-up {
        border:0!important;
        clip:rect(0 0 0 0)!important;
        height:1px!important;
        margin:-1px!important;
        overflow:hidden!important;
        padding:0!important;
        position:absolute!important;
        width:1px!important;
    }
}
@media only screen and(max-width: 1023px) {
    #responsive-wrapper .accessibility--portable,
    #responsive-wrapper .visuallyhidden--portable {
        border:0!important;
        clip:rect(0 0 0 0)!important;
        height:1px!important;
        margin:-1px!important;
        overflow:hidden!important;
        padding:0!important;
        position:absolute!important;
        width:1px!important;
    }
}
@media only screen and(min-width: 1024px) {
    #responsive-wrapper .accessibility--desk,
    #responsive-wrapper .visuallyhidden--desk {
        border:0!important;
        clip:rect(0 0 0 0)!important;
        height:1px!important;
        margin:-1px!important;
        overflow:hidden!important;
        padding:0!important;
        position:absolute!important;
        width:1px!important;
    }
}
@media only screen and(min-width: 1200px) {
    #responsive-wrapper .accessibility--desk-wide,
    #responsive-wrapper .visuallyhidden--desk-wide {
        border:0!important;
        clip:rect(0 0 0 0)!important;
        height:1px!important;
        margin:-1px!important;
        overflow:hidden!important;
        padding:0!important;
        position:absolute!important;
        width:1px!important;
    }
}
@media(max-width:1440px) {
    .information-bar p {
        font-size:14px;
    }
}
#responsive-wrapper body {
    font-family:Verdana,
    Geneva,
    sans-serif;
    line-height:175%;
    font-size:1.00em;
    font-style:normal;
    font-weight:400;
    color:#818181;
}
#responsive-wrapper body a,
#responsive-wrapper body a:active,
#responsive-wrapper body a:focus {
    outline:none;
    text-decoration:none;
}
#responsive-wrapper h1 {
    font-family:Verdana,
    Geneva,
    sans-serif;
    line-height:140%;
    font-size:2.20em;
    font-style:normal;
    font-weight:800;
    color:#000;
    letter-spacing:-0.04em;
}
#responsive-wrapper h2 {
    font-family:Verdana,
    Geneva,
    sans-serif;
    line-height:130%;
    font-size:1.80em;
    font-style:normal;
    font-weight:800;
    color:#0D0C0D;
    letter-spacing:-0.03em;
}
@font-face {
    font-family:"Ford-ExtraLight";
    src:url("../fonts/Ford-ExtraLight/5ae965da-9f26-4d3c-ba54-23969df5a0a6-2.eot");
    src:url("../fonts/Ford-ExtraLight/5ae965da-9f26-4d3c-ba54-23969df5a0a6-2.eot?") format("embedded-opentype"),
    url("../fonts/Ford-ExtraLight/5ae965da-9f26-4d3c-ba54-23969df5a0a6-3.woff") format("woff"),
    url("../fonts/Ford-ExtraLight/5ae965da-9f26-4d3c-ba54-23969df5a0a6-1.ttf") format("truetype");
    font-style:normal;
    font-weight:normal;
}
@font-face {
    font-family:"Ford-Light";
    src:url("../fonts/Ford-Light/899864cc-4a55-4858-b684-8f05191eda5a-2.eot");
    src:url("../fonts/Ford-Light/899864cc-4a55-4858-b684-8f05191eda5a-2.eot?") format("embedded-opentype"),
    url("../fonts/Ford-Light/899864cc-4a55-4858-b684-8f05191eda5a-3.woff") format("woff"),
    url("../fonts/Ford-Light/899864cc-4a55-4858-b684-8f05191eda5a-1.ttf") format("truetype");
    font-style:normal;
    font-weight:normal;
}
@font-face {
    font-family:"Ford-Regular";
    src:url("../fonts/Ford-Regular/d0ff7b28-5ac3-4502-96c7-7bd39bdc61f0-2.eot");
    src:url("../fonts/Ford-Regular/d0ff7b28-5ac3-4502-96c7-7bd39bdc61f0-2.eot?") format("embedded-opentype"),
    url("../fonts/Ford-Regular/d0ff7b28-5ac3-4502-96c7-7bd39bdc61f0-3.woff") format("woff"),
    url("../fonts/Ford-Regular/d0ff7b28-5ac3-4502-96c7-7bd39bdc61f0-1.ttf") format("truetype");
    font-style:normal;
    font-weight:normal;
}
@font-face {
    font-family:"Ford-Medium";
    src:url("../fonts/Ford-Medium/16cfc826-eb8a-47b2-8d9b-928e47f8157e-2.eot");
    src:url("../fonts/Ford-Medium/16cfc826-eb8a-47b2-8d9b-928e47f8157e-2.eot?") format("embedded-opentype"),
    url("../fonts/Ford-Medium/16cfc826-eb8a-47b2-8d9b-928e47f8157e-3.woff") format("woff"),
    url("../fonts/Ford-Medium/16cfc826-eb8a-47b2-8d9b-928e47f8157e-1.ttf") format("truetype");
    font-style:normal;
    font-weight:normal;
}
@font-face {
    font-family:"Ford-Bold";
    src:url("../fonts/Ford-Bold/d96fd95e-34a7-4c2b-bc6e-bc4475b69a0e-2.eot");
    src:url("../fonts/Ford-Bold/d96fd95e-34a7-4c2b-bc6e-bc4475b69a0e-2.eot?") format("embedded-opentype"),
    url("../fonts/Ford-Bold/d96fd95e-34a7-4c2b-bc6e-bc4475b69a0e-3.woff") format("woff"),
    url("../fonts/Ford-Bold/d96fd95e-34a7-4c2b-bc6e-bc4475b69a0e-1.ttf") format("truetype");
    font-style:normal;
    font-weight:normal;
}
#responsive-wrapper .header {
    display:block;
    width:100%;
    padding:10px 0;
    position:relative;
    height:initial;
    margin:0 auto;
    border-bottom:3px solid #b8bcbc;
    background:#fff;
    background:-moz-linear-gradient(top,
    #fff 0,
    #f3f3f3 100%);
    background:-webkit-gradient(linear,
    left top,
    left bottom,
    color-stop(0%,
    #fff),
    color-stop(100%,
    #f3f3f3));
    background:-webkit-linear-gradient(top,
    #fff 0,
    #f3f3f3 100%);
    background:-o-linear-gradient(top,
    #fff 0,
    #f3f3f3 100%);
    background:-ms-linear-gradient(top,
    #fff 0,
    #f3f3f3 100%);
    background:linear-gradient(to bottom,
    #fff 0,
    #f3f3f3 100%);
}
#responsive-wrapper .header.status-bar--shown {
    margin-top:28px;
}
#responsive-wrapper .header .header__logo-wrapper {
    vertical-align:middle;
    max-width:50%;
}
#responsive-wrapper .header .header__logo-wrapper .header__logo img {
    height:38px;
    width:auto;
    display:inline-block;
    vertical-align:middle;
}
#responsive-wrapper .header .header__logo-wrapper .header__logo h1 {
    padding-top:4px;
    padding-left:10px;
    color:#003478;
    display:inline-block;
    vertical-align:middle;
    letter-spacing:.05px;
    font-family:Verdana,
    Geneva,
    sans-serif;
    font-weight:200;
    font-size:23px;
}
#responsive-wrapper .header .header__logo-wrapper .header__logo h1 span {
    font-family:Verdana,
    Geneva,
    sans-serif;
    font-weight:600;
}
#responsive-wrapper .header .header__account-wrapper {
    vertical-align:middle;
    max-width:50%;
    text-align:right;
}
#responsive-wrapper .header .header__account-wrapper .header__account {
    display:inline-block;
    vertical-align:middle;
    width:auto;
    text-align:right;
    padding-right:0!important;
}
@media screen and(max-width: 992px) {
    #responsive-wrapper .header .header__account-wrapper .header__account {
        padding-top:0;
    }
}
#responsive-wrapper .header .header__account-wrapper .header__account p {
    line-height:22px;
    font-family:"Ford-Bold",
    "Arial",
    "Helvetica Neue",
    "Helvetica",
    "sans-serif";
    font-family:Verdana,
    Geneva,
    sans-serif;
    color:#0D0C0D;
    width:auto;
    margin-bottom:0;
    font-size:14px;
    font-weight:600;
    letter-spacing:-0.5px;
}
#responsive-wrapper .header .header__account-wrapper .header__account p+.account__logout {
    position:static;
}
@media screen and(max-width: 992px) {
    #responsive-wrapper .header .header__account-wrapper .header__account p {
        display:inline-block;
        text-align:right;
        font-size:13px!important;
        vertical-align:middle;
        line-height:16px;
        vertical-align:middle;
    }
}
#responsive-wrapper .header .header__account-wrapper .header__account .account__logout {
    position:relative;
    top:13px;
    vertical-align:middle;
    display:inline-block;
}
#responsive-wrapper .header .header__account-wrapper .header__account .account__logout p {
    cursor:hand;
    display:inline-block;
    vertical-align:middle;
    line-height:10px;
    font-family:Verdana,
    Geneva,
    sans-serif;
    font-weight:600;
    margin-bottom:0;
    color:#22A3E6;
    font-size:12px;
    transition:ease-in .2s;
    -webkit-transition:ease-in .2s;
}
#responsive-wrapper .header .header__account-wrapper .header__account .account__logout p i.fa {
    padding-left:5px;
}
#responsive-wrapper .header .header__account-wrapper .header__account .account__logout p:hover {
    color:#003478;
}
#responsive-wrapper .header .header__account-wrapper .header__account .account__logout i {
    vertical-align:middle;
    display:inline-block;
}
#responsive-wrapper .header .header__account-wrapper .header__account .account__logout .logout--tablet,
#responsive-wrapper .header .header__account-wrapper .header__account .account__logout .login--tablet {
    display:none;
    margin-left:15px;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    height:36px;
    padding:8px 20px;
    background:#22a3e6;
    color:white;
    font-size:20px;
    transition:ease-in .2s;
    -webkit-transition:ease-in .2s;
}
#responsive-wrapper .header .header__account-wrapper .header__account .account__logout .logout--tablet:hover,
#responsive-wrapper .header .header__account-wrapper .header__account .account__logout .login--tablet:hover {
    background:#003478;
}
@media only screen and(max-width: 480px) {
    #responsive-wrapper .header .header__logo-wrapper {
        text-align:center;
    }
}
@media only screen and(max-width: 1023px) {
    #responsive-wrapper .header {
        padding:15px 0;
    }
    #responsive-wrapper .header .header__logo-wrapper {
        vertical-align:middle;
    }
    #responsive-wrapper .header .header__logo-wrapper .header__logo img {
        height:35px;
        width:auto;
    }
    #responsive-wrapper .header .header__logo-wrapper .header__logo h1 {
        padding-left:10px;
        font-size:22px;
    }
    #responsive-wrapper .header .header__account-wrapper {
        vertical-align:middle;
    }
    #responsive-wrapper .header .header__account-wrapper .header__account>p {
        display:inline-block;
        padding-top:2px;
    }
    #responsive-wrapper .header .header__account-wrapper .header__account>a {
        display:inline-block;
    }
    #responsive-wrapper .header .header__account-wrapper .header__account p {
        font-size:13px;
    }
    #responsive-wrapper .header .header__account-wrapper .header__account .account__logout>p {
        display:none;
    }
    #responsive-wrapper .header .header__account-wrapper .header__account .account__logout {
        position:static;
    }
    #responsive-wrapper .header .header__account-wrapper .header__account .account__logout .logout--tablet,
    #responsive-wrapper .header .header__account-wrapper .header__account .account__logout .login--tablet {
        display:inline-block;
    }
}
@media screen and(max-width: 622px) {
    #responsive-wrapper .header .header__account-wrapper .header__account {
        padding-top:0;
    }
}
@media screen and(max-width: 700px) {
    #responsive-wrapper .header .header__logo-wrapper {
        padding-bottom:12px;
        max-width:100%;
        width:100%;
        margin:0 auto;
        text-align:center;
    }
    #responsive-wrapper .header .header__account-wrapper {
        max-width:100%;
        width:100%;
        margin:0 auto;
        text-align:center;
        float:none;
        padding-top:0;
    }
    #responsive-wrapper .header .header__account-wrapper i.fullscreen {
        float:none;
    }
    #responsive-wrapper .header .header__account-wrapper .header__account {
        text-align:center;
        float:none;
    }
    #responsive-wrapper .header .header__account-wrapper .header__account p {
        width:auto;
    }
    #responsive-wrapper .header .header__account-wrapper .header__account .account__logout .logout--tablet,
    #responsive-wrapper .header .header__account-wrapper .header__account .account__logout .login--tablet {
        padding:9px 20px;
        font-size:18px;
    }
}
@media(max-width:1440px) {
    .information-bar p {
        font-size:14px;
    }
}
#responsive-wrapper body {
    font-family:Verdana,
    Geneva,
    sans-serif;
    line-height:175%;
    font-size:1.00em;
    font-style:normal;
    font-weight:400;
    color:#818181;
}
#responsive-wrapper body a,
#responsive-wrapper body a:active,
#responsive-wrapper body a:focus {
    outline:none;
    text-decoration:none;
}
#responsive-wrapper h1 {
    font-family:Verdana,
    Geneva,
    sans-serif;
    line-height:140%;
    font-size:2.20em;
    font-style:normal;
    font-weight:800;
    color:#000;
    letter-spacing:-0.04em;
}
#responsive-wrapper h2 {
    font-family:Verdana,
    Geneva,
    sans-serif;
    line-height:130%;
    font-size:1.80em;
    font-style:normal;
    font-weight:800;
    color:#0D0C0D;
    letter-spacing:-0.03em;
}
#responsive-wrapper .secondary--open {
    color:green;
    transform:rotate(180deg)!important;
    transition:transform ease-in .2s!important;
    -webkit-transition:trasform ease-in .2s!important;
}
#responsive-wrapper .navigation__primary,
#responsive-wrapper .navigation {
    max-height:44px;
    overflow-y:hidden;
    height:initial;
    width:100%;
    display:block;
    background:#333;
    background:-moz-linear-gradient(top,
    #333 0,
    #090909 100%);
    background:-webkit-gradient(linear,
    left top,
    left bottom,
    color-stop(0%,
    #333),
    color-stop(100%,
    #090909));
    background:-webkit-linear-gradient(top,
    #333 0,
    #090909 100%);
    background:-o-linear-gradient(top,
    #333 0,
    #090909 100%);
    background:-ms-linear-gradient(top,
    #333 0,
    #090909 100%);
    background:linear-gradient(to bottom,
    #333 0,
    #090909 100%);
}
#responsive-wrapper .navigation__primary .container,
#responsive-wrapper .navigation .container {
    text-align:left;
}
@media screen and(max-width: 1200px) {
    #responsive-wrapper .navigation__primary .container,
    #responsive-wrapper .navigation .container {
        width:97.5%;
    }
}
#responsive-wrapper .navigation__primary ul.primary__buttons,
#responsive-wrapper .navigation__primary ul.navigation__buttons,
#responsive-wrapper .navigation__primary ul,
#responsive-wrapper .navigation ul.primary__buttons,
#responsive-wrapper .navigation ul.navigation__buttons,
#responsive-wrapper .navigation ul {
    display:block;
    text-align:left;
    width:100%;
    list-style:none;
    margin:0;
    padding:0;
}
@media(max-width:992px) {
    #responsive-wrapper .navigation__primary ul.primary__buttons,
    #responsive-wrapper .navigation__primary ul.navigation__buttons,
    #responsive-wrapper .navigation__primary ul,
    #responsive-wrapper .navigation ul.primary__buttons,
    #responsive-wrapper .navigation ul.navigation__buttons,
    #responsive-wrapper .navigation ul {
        text-align:left;
    }
}
#responsive-wrapper .navigation__primary ul.primary__buttons::after,
#responsive-wrapper .navigation__primary ul.navigation__buttons::after,
#responsive-wrapper .navigation__primary ul::after,
#responsive-wrapper .navigation ul.primary__buttons::after,
#responsive-wrapper .navigation ul.navigation__buttons::after,
#responsive-wrapper .navigation ul::after {
    content:"";
    display:inline-block;
    width:100%;
}
#responsive-wrapper .navigation__primary ul.primary__buttons li.primary__button,
#responsive-wrapper .navigation__primary ul.primary__buttons li.navigation__button,
#responsive-wrapper .navigation__primary ul.primary__buttons li,
#responsive-wrapper .navigation__primary ul.navigation__buttons li.primary__button,
#responsive-wrapper .navigation__primary ul.navigation__buttons li.navigation__button,
#responsive-wrapper .navigation__primary ul.navigation__buttons li,
#responsive-wrapper .navigation__primary ul li.primary__button,
#responsive-wrapper .navigation__primary ul li.navigation__button,
#responsive-wrapper .navigation__primary ul li,
#responsive-wrapper .navigation ul.primary__buttons li.primary__button,
#responsive-wrapper .navigation ul.primary__buttons li.navigation__button,
#responsive-wrapper .navigation ul.primary__buttons li,
#responsive-wrapper .navigation ul.navigation__buttons li.primary__button,
#responsive-wrapper .navigation ul.navigation__buttons li.navigation__button,
#responsive-wrapper .navigation ul.navigation__buttons li,
#responsive-wrapper .navigation ul li.primary__button,
#responsive-wrapper .navigation ul li.navigation__button,
#responsive-wrapper .navigation ul li {
    display:inline-block;
    text-align:center;
    position:relative;
}
#responsive-wrapper .navigation__primary ul.primary__buttons li.primary__button img.button--active-point,
#responsive-wrapper .navigation__primary ul.primary__buttons li.navigation__button img.button--active-point,
#responsive-wrapper .navigation__primary ul.primary__buttons li img.button--active-point,
#responsive-wrapper .navigation__primary ul.navigation__buttons li.primary__button img.button--active-point,
#responsive-wrapper .navigation__primary ul.navigation__buttons li.navigation__button img.button--active-point,
#responsive-wrapper .navigation__primary ul.navigation__buttons li img.button--active-point,
#responsive-wrapper .navigation__primary ul li.primary__button img.button--active-point,
#responsive-wrapper .navigation__primary ul li.navigation__button img.button--active-point,
#responsive-wrapper .navigation__primary ul li img.button--active-point,
#responsive-wrapper .navigation ul.primary__buttons li.primary__button img.button--active-point,
#responsive-wrapper .navigation ul.primary__buttons li.navigation__button img.button--active-point,
#responsive-wrapper .navigation ul.primary__buttons li img.button--active-point,
#responsive-wrapper .navigation ul.navigation__buttons li.primary__button img.button--active-point,
#responsive-wrapper .navigation ul.navigation__buttons li.navigation__button img.button--active-point,
#responsive-wrapper .navigation ul.navigation__buttons li img.button--active-point,
#responsive-wrapper .navigation ul li.primary__button img.button--active-point,
#responsive-wrapper .navigation ul li.navigation__button img.button--active-point,
#responsive-wrapper .navigation ul li img.button--active-point {
    margin:0 auto;
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    height:10px;
    width:21px;
    margin-bottom:-3px;
}
#responsive-wrapper .navigation__primary ul.primary__buttons li.primary__button a.active,
#responsive-wrapper .navigation__primary ul.primary__buttons li.navigation__button a.active,
#responsive-wrapper .navigation__primary ul.primary__buttons li a.active,
#responsive-wrapper .navigation__primary ul.navigation__buttons li.primary__button a.active,
#responsive-wrapper .navigation__primary ul.navigation__buttons li.navigation__button a.active,
#responsive-wrapper .navigation__primary ul.navigation__buttons li a.active,
#responsive-wrapper .navigation__primary ul li.primary__button a.active,
#responsive-wrapper .navigation__primary ul li.navigation__button a.active,
#responsive-wrapper .navigation__primary ul li a.active,
#responsive-wrapper .navigation ul.primary__buttons li.primary__button a.active,
#responsive-wrapper .navigation ul.primary__buttons li.navigation__button a.active,
#responsive-wrapper .navigation ul.primary__buttons li a.active,
#responsive-wrapper .navigation ul.navigation__buttons li.primary__button a.active,
#responsive-wrapper .navigation ul.navigation__buttons li.navigation__button a.active,
#responsive-wrapper .navigation ul.navigation__buttons li a.active,
#responsive-wrapper .navigation ul li.primary__button a.active,
#responsive-wrapper .navigation ul li.navigation__button a.active,
#responsive-wrapper .navigation ul li a.active {
    background:#0D0C0D;
}
#responsive-wrapper .navigation__primary ul.primary__buttons li.primary__button a.active:hover,
#responsive-wrapper .navigation__primary ul.primary__buttons li.navigation__button a.active:hover,
#responsive-wrapper .navigation__primary ul.primary__buttons li a.active:hover,
#responsive-wrapper .navigation__primary ul.navigation__buttons li.primary__button a.active:hover,
#responsive-wrapper .navigation__primary ul.navigation__buttons li.navigation__button a.active:hover,
#responsive-wrapper .navigation__primary ul.navigation__buttons li a.active:hover,
#responsive-wrapper .navigation__primary ul li.primary__button a.active:hover,
#responsive-wrapper .navigation__primary ul li.navigation__button a.active:hover,
#responsive-wrapper .navigation__primary ul li a.active:hover,
#responsive-wrapper .navigation ul.primary__buttons li.primary__button a.active:hover,
#responsive-wrapper .navigation ul.primary__buttons li.navigation__button a.active:hover,
#responsive-wrapper .navigation ul.primary__buttons li a.active:hover,
#responsive-wrapper .navigation ul.navigation__buttons li.primary__button a.active:hover,
#responsive-wrapper .navigation ul.navigation__buttons li.navigation__button a.active:hover,
#responsive-wrapper .navigation ul.navigation__buttons li a.active:hover,
#responsive-wrapper .navigation ul li.primary__button a.active:hover,
#responsive-wrapper .navigation ul li.navigation__button a.active:hover,
#responsive-wrapper .navigation ul li a.active:hover {
    background:#0D0C0D;
}
#responsive-wrapper .navigation__primary ul.primary__buttons li.primary__button a,
#responsive-wrapper .navigation__primary ul.primary__buttons li.navigation__button a,
#responsive-wrapper .navigation__primary ul.primary__buttons li a,
#responsive-wrapper .navigation__primary ul.navigation__buttons li.primary__button a,
#responsive-wrapper .navigation__primary ul.navigation__buttons li.navigation__button a,
#responsive-wrapper .navigation__primary ul.navigation__buttons li a,
#responsive-wrapper .navigation__primary ul li.primary__button a,
#responsive-wrapper .navigation__primary ul li.navigation__button a,
#responsive-wrapper .navigation__primary ul li a,
#responsive-wrapper .navigation ul.primary__buttons li.primary__button a,
#responsive-wrapper .navigation ul.primary__buttons li.navigation__button a,
#responsive-wrapper .navigation ul.primary__buttons li a,
#responsive-wrapper .navigation ul.navigation__buttons li.primary__button a,
#responsive-wrapper .navigation ul.navigation__buttons li.navigation__button a,
#responsive-wrapper .navigation ul.navigation__buttons li a,
#responsive-wrapper .navigation ul li.primary__button a,
#responsive-wrapper .navigation ul li.navigation__button a,
#responsive-wrapper .navigation ul li a {
    display:block;
    padding-left:0;
    padding-right:0;
    padding-top:14px;
    padding-bottom:15px;
    width:inherit;
    text-align:center;
    color:#FFF;
    font-family:Verdana,
    Geneva,
    sans-serif;
    font-weight:400;
    font-size:12px;
    background:#333;
    background:-moz-linear-gradient(top,
    #333 0,
    #090909 100%);
    background:-webkit-gradient(linear,
    left top,
    left bottom,
    color-stop(0%,
    #333),
    color-stop(100%,
    #090909));
    background:-webkit-linear-gradient(top,
    #333 0,
    #090909 100%);
    background:-o-linear-gradient(top,
    #333 0,
    #090909 100%);
    background:-ms-linear-gradient(top,
    #333 0,
    #090909 100%);
    background:linear-gradient(to bottom,
    #333 0,
    #090909 100%);
    transition:background ease-in .2s;
    -webkit-transition:background ease-in .2s;
}
#responsive-wrapper .navigation__primary ul.primary__buttons li.primary__button a,
#responsive-wrapper .navigation__primary ul.primary__buttons li.navigation__button a,
#responsive-wrapper .navigation__primary ul.primary__buttons li a,
#responsive-wrapper .navigation__primary ul.navigation__buttons li.primary__button a,
#responsive-wrapper .navigation__primary ul.navigation__buttons li.navigation__button a,
#responsive-wrapper .navigation__primary ul.navigation__buttons li a,
#responsive-wrapper .navigation__primary ul li.primary__button a,
#responsive-wrapper .navigation__primary ul li.navigation__button a,
#responsive-wrapper .navigation__primary ul li a,
#responsive-wrapper .navigation ul.primary__buttons li.primary__button a,
#responsive-wrapper .navigation ul.primary__buttons li.navigation__button a,
#responsive-wrapper .navigation ul.primary__buttons li a,
#responsive-wrapper .navigation ul.navigation__buttons li.primary__button a,
#responsive-wrapper .navigation ul.navigation__buttons li.navigation__button a,
#responsive-wrapper .navigation ul.navigation__buttons li a,
#responsive-wrapper .navigation ul li.primary__button a,
#responsive-wrapper .navigation ul li.navigation__button a,
#responsive-wrapper .navigation ul li a {
    padding-left:20px;
    padding-right:20px;
}
}
#responsive-wrapper .navigation__primary ul.primary__buttons li.primary__button a:hover,
#responsive-wrapper .navigation__primary ul.primary__buttons li.navigation__button a:hover,
#responsive-wrapper .navigation__primary ul.primary__buttons li a:hover,
#responsive-wrapper .navigation__primary ul.navigation__buttons li.primary__button a:hover,
#responsive-wrapper .navigation__primary ul.navigation__buttons li.navigation__button a:hover,
#responsive-wrapper .navigation__primary ul.navigation__buttons li a:hover,
#responsive-wrapper .navigation__primary ul li.primary__button a:hover,
#responsive-wrapper .navigation__primary ul li.navigation__button a:hover,
#responsive-wrapper .navigation__primary ul li a:hover,
#responsive-wrapper .navigation ul.primary__buttons li.primary__button a:hover,
#responsive-wrapper .navigation ul.primary__buttons li.navigation__button a:hover,
#responsive-wrapper .navigation ul.primary__buttons li a:hover,
#responsive-wrapper .navigation ul.navigation__buttons li.primary__button a:hover,
#responsive-wrapper .navigation ul.navigation__buttons li.navigation__button a:hover,
#responsive-wrapper .navigation ul.navigation__buttons li a:hover,
#responsive-wrapper .navigation ul li.primary__button a:hover,
#responsive-wrapper .navigation ul li.navigation__button a:hover,
#responsive-wrapper .navigation ul li a:hover {
    background:#232323;
}
#responsive-wrapper .navigation__primary.primary__large ul.primary__buttons,
#responsive-wrapper .navigation.primary__large ul.primary__buttons {
    text-align:justify;
}
@media(max-width:992px) {
    #responsive-wrapper .navigation__primary.primary__large ul.primary__buttons,
    #responsive-wrapper .navigation.primary__large ul.primary__buttons {
        text-align:left;
    }
}
#responsive-wrapper .navigation__primary.primary__large ul.primary__buttons li.primary__button,
#responsive-wrapper .navigation.primary__large ul.primary__buttons li.primary__button {
    display:inline-block;
}
#responsive-wrapper .navigation__primary.primary__large ul.primary__buttons li.primary__button a,
#responsive-wrapper .navigation.primary__large ul.primary__buttons li.primary__button a {
    font-size:10px;
    padding-left:15px;
    padding-right:15px;
}
@media screen and(min-width: 1440px) {
    #responsive-wrapper .navigation__primary.primary__large ul.primary__buttons li.primary__button a,
    #responsive-wrapper .navigation.primary__large ul.primary__buttons li.primary__button a {
        font-size:10px;
        padding-left:20px;
        padding-right:20px;
        letter-spacing:1px;
    }
}
@media screen and(max-width: 1200px) {
    #responsive-wrapper .navigation__primary.primary__large ul.primary__buttons li.primary__button a,
    #responsive-wrapper .navigation.primary__large ul.primary__buttons li.primary__button a {
        padding-left:10px;
        padding-right:10px;
        font-size:11px;
    }
}
@media screen and(max-width: 1100px) {
    #responsive-wrapper .navigation__primary.primary__large ul.primary__buttons li.primary__button a,
    #responsive-wrapper .navigation.primary__large ul.primary__buttons li.primary__button a {
        padding-left:8px;
        padding-right:8px;
    }
}
@media(max-width:992px) {
    #responsive-wrapper .navigation__primary.primary__large ul.primary__buttons li.primary__button a,
    #responsive-wrapper .navigation.primary__large ul.primary__buttons li.primary__button a {
        padding-left:10px;
        padding-right:10px;
    }
}
#responsive-wrapper .navigation__primary.primary__huge ul.primary__buttons,
#responsive-wrapper .navigation.primary__huge ul.primary__buttons {
    text-align:justify;
}
#responsive-wrapper .navigation__primary.primary__huge ul.primary__buttons li.primary__button,
#responsive-wrapper .navigation.primary__huge ul.primary__buttons li.primary__button {
    display:inline-block;
}
#responsive-wrapper .navigation__primary.primary__huge ul.primary__buttons li.primary__button a,
#responsive-wrapper .navigation.primary__huge ul.primary__buttons li.primary__button a {
    transition:color ease-in .2s;
    -webkit-transition:color ease-in .2s;
    padding-left:0;
    padding-right:0;
    font-size:10px;
    letter-spacing:.75px;
}
@media screen and(max-width: 1440px) {
    #responsive-wrapper .navigation__primary.primary__huge ul.primary__buttons li.primary__button a,
    #responsive-wrapper .navigation.primary__huge ul.primary__buttons li.primary__button a {
        letter-spacing:.5px;
    }
}
@media screen and(max-width: 1200px) {
    #responsive-wrapper .navigation__primary.primary__huge ul.primary__buttons li.primary__button a,
    #responsive-wrapper .navigation.primary__huge ul.primary__buttons li.primary__button a {
        padding-left:5px;
        padding-right:5px;
        font-size:11px;
    }
}
#responsive-wrapper .navigation__primary.primary__huge ul.primary__buttons li.primary__button a:hover,
#responsive-wrapper .navigation.primary__huge ul.primary__buttons li.primary__button a:hover {
    color:#2F5B92;
    background:none;
}
#responsive-wrapper .navigation__primary.primary__huge ul.primary__buttons li.primary__button a.active,
#responsive-wrapper .navigation.primary__huge ul.primary__buttons li.primary__button a.active {
    color:#22A3E6;
    background:none;
}
#responsive-wrapper .navigation__primary.primary__small,
#responsive-wrapper .navigation.primary__small {
    display:block;
    text-align:center;
}
#responsive-wrapper .navigation__primary.primary__small ul.primary__buttons,
#responsive-wrapper .navigation.primary__small ul.primary__buttons {
    display:table;
    table-layout:fixed;
    text-align:center;
}
#responsive-wrapper .navigation__primary.primary__small ul.primary__buttons::after,
#responsive-wrapper .navigation.primary__small ul.primary__buttons::after {
    content:none;
    display:none;
}
#responsive-wrapper .navigation__primary.primary__small ul.primary__buttons li.primary__button,
#responsive-wrapper .navigation.primary__small ul.primary__buttons li.primary__button {
    display:table-cell;
}
#responsive-wrapper .navigation__primary.primary__small ul.primary__buttons li.primary__button a,
#responsive-wrapper .navigation.primary__small ul.primary__buttons li.primary__button a {
    font-size:11px;
}
#responsive-wrapper .navigation__secondary,
#responsive-wrapper .secondary-navigation {
    overflow-y:hidden;
    max-height:30px;
    background:#003478;
    border-bottom:1px solid #2F5B92;
    border-top:2px solid #FFF;
    position:relative;
}
#responsive-wrapper .navigation__secondary .secondary__divider,
#responsive-wrapper .secondary-navigation .secondary__divider {
    display:none;
    position:absolute;
    top:28px;
    left:0;
    right:0;
    width:100%;
    height:1px;
    background:#2F5B92;
}
#responsive-wrapper .navigation__secondary .grid__item.one-whole,
#responsive-wrapper .secondary-navigation .grid__item.one-whole {
    border-left:1px solid #2F5B92;
}
#responsive-wrapper .navigation__secondary ul.secondary__buttons,
#responsive-wrapper .navigation__secondary ul,
#responsive-wrapper .secondary-navigation ul.secondary__buttons,
#responsive-wrapper .secondary-navigation ul {
    display:block;
}
#responsive-wrapper .navigation__secondary ul.secondary__buttons::before,
#responsive-wrapper .navigation__secondary ul.secondary__buttons::after,
#responsive-wrapper .navigation__secondary ul::before,
#responsive-wrapper .navigation__secondary ul::after,
#responsive-wrapper .secondary-navigation ul.secondary__buttons::before,
#responsive-wrapper .secondary-navigation ul.secondary__buttons::after,
#responsive-wrapper .secondary-navigation ul::before,
#responsive-wrapper .secondary-navigation ul::after {
    content:" ";
    display:table;
}
#responsive-wrapper .navigation__secondary ul.secondary__buttons::after,
#responsive-wrapper .navigation__secondary ul::after,
#responsive-wrapper .secondary-navigation ul.secondary__buttons::after,
#responsive-wrapper .secondary-navigation ul::after {
    clear:both;
}
#responsive-wrapper .navigation__secondary ul.secondary__buttons li.secondary__button,
#responsive-wrapper .navigation__secondary ul.secondary__buttons li.navigation__button,
#responsive-wrapper .navigation__secondary ul.secondary__buttons li,
#responsive-wrapper .navigation__secondary ul li.secondary__button,
#responsive-wrapper .navigation__secondary ul li.navigation__button,
#responsive-wrapper .navigation__secondary ul li,
#responsive-wrapper .secondary-navigation ul.secondary__buttons li.secondary__button,
#responsive-wrapper .secondary-navigation ul.secondary__buttons li.navigation__button,
#responsive-wrapper .secondary-navigation ul.secondary__buttons li,
#responsive-wrapper .secondary-navigation ul li.secondary__button,
#responsive-wrapper .secondary-navigation ul li.navigation__button,
#responsive-wrapper .secondary-navigation ul li {
    display:inline-block;
    float:left;
    height:initial;
    transition:background ease .2s;
    -webkit-transition:background ease .2s;
    border-right:1px solid #2F5B92;
}
#responsive-wrapper .navigation__secondary ul.secondary__buttons li.secondary__button.active,
#responsive-wrapper .navigation__secondary ul.secondary__buttons li.navigation__button.active,
#responsive-wrapper .navigation__secondary ul.secondary__buttons li.active,
#responsive-wrapper .navigation__secondary ul li.secondary__button.active,
#responsive-wrapper .navigation__secondary ul li.navigation__button.active,
#responsive-wrapper .navigation__secondary ul li.active,
#responsive-wrapper .secondary-navigation ul.secondary__buttons li.secondary__button.active,
#responsive-wrapper .secondary-navigation ul.secondary__buttons li.navigation__button.active,
#responsive-wrapper .secondary-navigation ul.secondary__buttons li.active,
#responsive-wrapper .secondary-navigation ul li.secondary__button.active,
#responsive-wrapper .secondary-navigation ul li.navigation__button.active,
#responsive-wrapper .secondary-navigation ul li.active {
    background:#2F5B92;
    border-left:0;
    border-right:0;
}
#responsive-wrapper .navigation__secondary ul.secondary__buttons li.secondary__button.active:hover,
#responsive-wrapper .navigation__secondary ul.secondary__buttons li.navigation__button.active:hover,
#responsive-wrapper .navigation__secondary ul.secondary__buttons li.active:hover,
#responsive-wrapper .navigation__secondary ul li.secondary__button.active:hover,
#responsive-wrapper .navigation__secondary ul li.navigation__button.active:hover,
#responsive-wrapper .navigation__secondary ul li.active:hover,
#responsive-wrapper .secondary-navigation ul.secondary__buttons li.secondary__button.active:hover,
#responsive-wrapper .secondary-navigation ul.secondary__buttons li.navigation__button.active:hover,
#responsive-wrapper .secondary-navigation ul.secondary__buttons li.active:hover,
#responsive-wrapper .secondary-navigation ul li.secondary__button.active:hover,
#responsive-wrapper .secondary-navigation ul li.navigation__button.active:hover,
#responsive-wrapper .secondary-navigation ul li.active:hover {
    background:#2F5B92;
}
#responsive-wrapper .navigation__secondary ul.secondary__buttons li.secondary__button:hover,
#responsive-wrapper .navigation__secondary ul.secondary__buttons li.navigation__button:hover,
#responsive-wrapper .navigation__secondary ul.secondary__buttons li:hover,
#responsive-wrapper .navigation__secondary ul li.secondary__button:hover,
#responsive-wrapper .navigation__secondary ul li.navigation__button:hover,
#responsive-wrapper .navigation__secondary ul li:hover,
#responsive-wrapper .secondary-navigation ul.secondary__buttons li.secondary__button:hover,
#responsive-wrapper .secondary-navigation ul.secondary__buttons li.navigation__button:hover,
#responsive-wrapper .secondary-navigation ul.secondary__buttons li:hover,
#responsive-wrapper .secondary-navigation ul li.secondary__button:hover,
#responsive-wrapper .secondary-navigation ul li.navigation__button:hover,
#responsive-wrapper .secondary-navigation ul li:hover {
    background:#1B4787;
}
#responsive-wrapper .navigation__secondary ul.secondary__buttons li.secondary__button a,
#responsive-wrapper .navigation__secondary ul.secondary__buttons li.navigation__button a,
#responsive-wrapper .navigation__secondary ul.secondary__buttons li a,
#responsive-wrapper .navigation__secondary ul li.secondary__button a,
#responsive-wrapper .navigation__secondary ul li.navigation__button a,
#responsive-wrapper .navigation__secondary ul li a,
#responsive-wrapper .secondary-navigation ul.secondary__buttons li.secondary__button a,
#responsive-wrapper .secondary-navigation ul.secondary__buttons li.navigation__button a,
#responsive-wrapper .secondary-navigation ul.secondary__buttons li a,
#responsive-wrapper .secondary-navigation ul li.secondary__button a,
#responsive-wrapper .secondary-navigation ul li.navigation__button a,
#responsive-wrapper .secondary-navigation ul li a {
    text-align:left;
    display:block;
    padding-top:6px;
    padding-bottom:6px;
    padding-right:22px;
    padding-left:22px;
    color:white;
    font-size:12px;
    font-family:Verdana,
    Geneva,
    sans-serif;
    font-weight:400;
}
#responsive-wrapper .navigation__secondary ul.secondary__buttons li.secondary__button.button__first,
#responsive-wrapper .navigation__secondary ul.secondary__buttons li.navigation__button.button__first,
#responsive-wrapper .navigation__secondary ul.secondary__buttons li.button__first,
#responsive-wrapper .navigation__secondary ul li.secondary__button.button__first,
#responsive-wrapper .navigation__secondary ul li.navigation__button.button__first,
#responsive-wrapper .navigation__secondary ul li.button__first,
#responsive-wrapper .secondary-navigation ul.secondary__buttons li.secondary__button.button__first,
#responsive-wrapper .secondary-navigation ul.secondary__buttons li.navigation__button.button__first,
#responsive-wrapper .secondary-navigation ul.secondary__buttons li.button__first,
#responsive-wrapper .secondary-navigation ul li.secondary__button.button__first,
#responsive-wrapper .secondary-navigation ul li.navigation__button.button__first,
#responsive-wrapper .secondary-navigation ul li.button__first {
    border-left:0;
}
#responsive-wrapper .navigation__secondary.secondary__small ul.secondary__buttons li.secondary__button a,
#responsive-wrapper .secondary-navigation.secondary__small ul.secondary__buttons li.secondary__button a {
    font-size:7.5px;
    padding-left:10px;
    padding-right:10px;
}
#responsive-wrapper .navigation__tertiary {
    display:block;
    width:100%;
    margin-bottom:10px;
    margin-top:25px;
}
#responsive-wrapper .navigation__tertiary ul.tertiary__buttons,
#responsive-wrapper .navigation__tertiary ul.navigation__buttons,
#responsive-wrapper .navigation__tertiary ul {
    display:block;
}
@media screen and(max-width: 920px) {
    #responsive-wrapper .navigation__tertiary ul.tertiary__buttons,
    #responsive-wrapper .navigation__tertiary ul.navigation__buttons,
    #responsive-wrapper .navigation__tertiary ul {
        border-radius:0;
    }
}
#responsive-wrapper .navigation__tertiary ul.tertiary__buttons li.tertiary__button,
#responsive-wrapper .navigation__tertiary ul.tertiary__buttons li.navigation__button,
#responsive-wrapper .navigation__tertiary ul.tertiary__buttons li,
#responsive-wrapper .navigation__tertiary ul.navigation__buttons li.tertiary__button,
#responsive-wrapper .navigation__tertiary ul.navigation__buttons li.navigation__button,
#responsive-wrapper .navigation__tertiary ul.navigation__buttons li,
#responsive-wrapper .navigation__tertiary ul li.tertiary__button,
#responsive-wrapper .navigation__tertiary ul li.navigation__button,
#responsive-wrapper .navigation__tertiary ul li {
    display:inline-block;
    height:initial;
    margin-right:2px;
    padding-right:3px;
    margin-right:0;
    margin-bottom:3px;
    transition:background ease-in .2s;
    -webkit-transition:background ease-in .2s;
}
#responsive-wrapper .navigation__tertiary ul.tertiary__buttons li.tertiary__button a,
#responsive-wrapper .navigation__tertiary ul.tertiary__buttons li.navigation__button a,
#responsive-wrapper .navigation__tertiary ul.tertiary__buttons li a,
#responsive-wrapper .navigation__tertiary ul.navigation__buttons li.tertiary__button a,
#responsive-wrapper .navigation__tertiary ul.navigation__buttons li.navigation__button a,
#responsive-wrapper .navigation__tertiary ul.navigation__buttons li a,
#responsive-wrapper .navigation__tertiary ul li.tertiary__button a,
#responsive-wrapper .navigation__tertiary ul li.navigation__button a,
#responsive-wrapper .navigation__tertiary ul li a {
    display:inline-block;
    padding:8px 20px;
    color:#FFF;
    text-decoration:none;
    text-transform:uppercase;
    letter-spacing:.5px;
    font-size:11px;
    font-family:Verdana,
    Geneva,
    sans-serif;
    font-weight:400;
    background:#2F5B92;
    border-radius:5px;
    transition:background ease-in .1s;
    -webkit-transition:background ease-in .1s;
}
#responsive-wrapper .navigation__tertiary ul.tertiary__buttons li.tertiary__button a:hover,
#responsive-wrapper .navigation__tertiary ul.tertiary__buttons li.navigation__button a:hover,
#responsive-wrapper .navigation__tertiary ul.tertiary__buttons li a:hover,
#responsive-wrapper .navigation__tertiary ul.navigation__buttons li.tertiary__button a:hover,
#responsive-wrapper .navigation__tertiary ul.navigation__buttons li.navigation__button a:hover,
#responsive-wrapper .navigation__tertiary ul.navigation__buttons li a:hover,
#responsive-wrapper .navigation__tertiary ul li.tertiary__button a:hover,
#responsive-wrapper .navigation__tertiary ul li.navigation__button a:hover,
#responsive-wrapper .navigation__tertiary ul li a:hover {
    background:#1B4787;
}
#responsive-wrapper .navigation__tertiary ul.tertiary__buttons li.tertiary__button.active a,
#responsive-wrapper .navigation__tertiary ul.tertiary__buttons li.navigation__button.active a,
#responsive-wrapper .navigation__tertiary ul.tertiary__buttons li.active a,
#responsive-wrapper .navigation__tertiary ul.navigation__buttons li.tertiary__button.active a,
#responsive-wrapper .navigation__tertiary ul.navigation__buttons li.navigation__button a:hover,
#responsive-wrapper .navigation__tertiary ul.navigation__buttons li.active a,
#responsive-wrapper .navigation__tertiary ul li.tertiary__button.active a,
#responsive-wrapper .navigation__tertiary ul li.navigation__button.active a,
#responsive-wrapper .navigation__tertiary ul li.active a {
    background:#003478;
}
@media only screen and(min-width: 481px) and(max-width: 1023px) {
    #responsive-wrapper .navigation__tertiary ul.tertiary__buttons li.tertiary__button a,
    #responsive-wrapper .navigation__tertiary ul.tertiary__buttons li.navigation__button a,
    #responsive-wrapper .navigation__tertiary ul.tertiary__buttons li a,
    #responsive-wrapper .navigation__tertiary ul.navigation__buttons li.tertiary__button a,
    #responsive-wrapper .navigation__tertiary ul.navigation__buttons li.navigation__button a,
    #responsive-wrapper .navigation__tertiary ul.navigation__buttons li a,
    #responsive-wrapper .navigation__tertiary ul li.tertiary__button a,
    #responsive-wrapper .navigation__tertiary ul li.navigation__button a,
    #responsive-wrapper .navigation__tertiary ul li a {
        font-size:11px;
    }
}
.mobile-navigation-trigger .mobile__trigger {
    position:fixed;
    top:0;
    right:0;
    left:0;
    width:100%;
    z-index:102;
    border-bottom:3px solid white;
    margin-top:0;
    margin-top:-41px;
    opacity:0;
    transition:all ease-in .2s;
    -webkit-transition:all ease-in .2s;
}
.mobile-navigation-trigger.minimized .mobile__trigger {
    margin-top:0;
    display:block;
    opacity:1;
}
.mobile-navigation-trigger .mobile__trigger.status-bar--shown {
    top:28px;
}
.mobile-navigation-trigger .mobile__trigger a {
    max-height:36px;
}
.mobile-navigation-trigger .mobile__trigger a i {
    width:auto;
    display:block;
    background:#003478;
    color:#FFF;
    font-size:18.5px;
    padding:10px 20px;
    transition:ease-in .2s;
    -webkit-transition:ease-in .2s;
}
.mobile-navigation-trigger .mobile__trigger a p {
    display:inline-block;
    margin-bottom:0;
    font-size:13px;
    line-height:13px;
    position:relative;
    top:-2px;
    padding-left:5px;
    font-family:Verdana,
    Geneva,
    sans-serif;
    font-weight:400;
}
@media screen and(max-width: 1023px) {
    .mobile-navigation-trigger .mobile__trigger a p {
        display:none;
    }
}
.mobile-navigation-trigger .mobile__trigger a i:hover {
    color:#22A3E6;
}
@media only screen and(max-width: 480px) {
    .mobile-navigation-trigger .mobile__trigger a i:hover {
        color:#FFF;
    }
}
@media(min-width:1024px) {
    .mobile-navigation-trigger .mobile__trigger a {
        border-bottom:2px solid white;
        display:block;
    }
}
.navigation--close-mobile-wrapper {
    position:absolute;
    top:100px;
    left:300px;
}
.navigation--close-mobile-wrapper .navigation--close-mobile-button {
    position:absolute;
    top:-11px;
    left:0;
}
@media screen and(max-width: 550px) {
    .navigation--close-mobile-wrapper .navigation--close-mobile-button {
        top:31px;
    }
}
.navigation--close-mobile-wrapper .navigation--close-mobile-button i {
    color:#FFF;
    font-size:22.5px;
    padding:15px 20px;
    background:rgba(13,
    12,
    13,
    0.6);
    transition:background ease-in .2s;
    -webkit-transition:background ease-in .2s;
    border-bottom-right-radius:5px;
    border-top-right-radius:5px;
}
.navigation--close-mobile-wrapper .navigation--close-mobile-button i:hover {
    color:#22A3E6;
}
@media only screen and(max-device-width: 800px) and(-webkit-min-device-pixel-ratio: 3) and(orientation: landscape) {
    .mobile__trigger a i {
        padding:5px 20px;
    }
}
@media(max-width:1440px) {
    .information-bar p {
        font-size:14px;
    }
}
#responsive-wrapper body {
    font-family:Verdana,
    Geneva,
    sans-serif;
    line-height:175%;
    font-size:1.00em;
    font-style:normal;
    font-weight:400;
    color:#818181;
}
#responsive-wrapper body a,
#responsive-wrapper body a:active,
#responsive-wrapper body a:focus {
    outline:none;
    text-decoration:none;
}
#responsive-wrapper h1 {
    font-family:Verdana,
    Geneva,
    sans-serif;
    line-height:140%;
    font-size:2.20em;
    font-style:normal;
    font-weight:800;
    color:#000;
    letter-spacing:-0.04em;
}
#responsive-wrapper h2 {
    font-family:Verdana,
    Geneva,
    sans-serif;
    line-height:130%;
    font-size:1.80em;
    font-style:normal;
    font-weight:800;
    color:#0D0C0D;
    letter-spacing:-0.03em;
}
#responsive-wrapper .information-bar {
    width:100%;
    display:block;
    padding-top:10px;
    padding-bottom:10px;
    border-bottom:1px solid rgba(119,
    119,
    119,
    0.3);
    margin-bottom:0;
    background:#F5F5F5;
}
#responsive-wrapper .information-bar .information-bar__left,
#responsive-wrapper .information-bar .information-bar__right {
    vertical-align:middle;
}
#responsive-wrapper .information-bar .information-bar__left a i {
    padding-right:5px;
    padding-left:5px;
}
#responsive-wrapper .information-bar .information-bar__left a strong {
    font-weight:400;
    text-transform:uppercase;
}
#responsive-wrapper .information-bar .information-bar__left a p {
    cursor:hand;
    display:inline-block;
    margin-bottom:0;
    transition:color ease-in .2s;
    -webkit-transition:color ease-in .2s;
}
#responsive-wrapper .information-bar .information-bar__left a:hover p {
    color:#22A3E6;
}
#responsive-wrapper .information-bar .information-bar__right {
    text-align:right;
    padding-left:15px;
}
#responsive-wrapper .information-bar .information-bar__left a .mobile--last-selected {
    display:none;
}
@media screen and(max-width: 1024px) {
    #responsive-wrapper .last-selected {
        display:none;
    }
    #responsive-wrapper .mobile--last-selected {
        display:inline-block;
    }
    #responsive-wrapper span.excerpt__small,
    #responsive-wrapper span.excerpt__hidden {
        display:inline;
    }
}
@media only screen and(max-width: 480px) {
    #responsive-wrapper .information-bar .information-bar__right {
        text-align:center;
    }
}
#responsive-wrapper .information-bar .information-bar__right a {
    font-family:Verdana,
    Geneva,
    sans-serif;
    font-weight:400;
    color:#22A3E6;
    cursor:hand;
    transition:color ease-in .2s;
    -webkit-transition:color ease-in .2s;
}
#responsive-wrapper .information-bar .information-bar__right a i {
    padding-left:5px;
}
#responsive-wrapper .information-bar .information-bar__right a:hover {
    color:#003478;
}
@media screen and(max-width: 600px) {
    #responsive-wrapper .information-bar .information-bar__right {
        padding:10px 0 0;
    }
    #responsive-wrapper .information-bar .information-bar__right a {
        color:#22A3E6;
        line-height:12px;
    }
}
@media screen and(max-width: 600px) {
    #responsive-wrapper .information-bar>.container {
        padding-left:0;
        padding-right:0;
    }
    #responsive-wrapper .information-bar .information-bar__left {
        padding-left:15px;
        padding-right:15px;
    }
    #responsive-wrapper .information-bar .information-bar__left,
    #responsive-wrapper .information-bar .information-bar__right {
        text-align:center;
        width:100%;
        display:block;
        padding-left:0;
        padding-right:0;
        vertical-align:middle;
    }
}
#responsive-wrapper .information-bar .information-bar__left a p,
#responsive-wrapper .information-bar .information-bar__right a {
    display:block;
    line-height:13px;
    font-size:13px;
}
@media screen and(max-width: 1200px) {
    #responsive-wrapper .information-bar .information-bar__left a p,
    #responsive-wrapper .information-bar .information-bar__right a {
        font-size:12px;
        line-height:12px;
    }
}
@media only screen and(max-width: 1023px) {
    #responsive-wrapper .information-bar .information-bar__left a p,
    #responsive-wrapper .information-bar .information-bar__right a {
        font-size:11px;
    }
    #responsive-wrapper .information-bar .information-bar__left a p .last-selected,
    #responsive-wrapper .information-bar .information-bar__right a .last-selected {
        display:block;
    }
}
@media only screen and(max-width: 480px) {
    #responsive-wrapper .information-bar .information-bar__left a p,
    #responsive-wrapper .information-bar .information-bar__right a {
        font-size:11px;
        text-align:center;
    }
    #responsive-wrapper .information-bar .information-bar__left a p .information-bar__left,
    #responsive-wrapper .information-bar .information-bar__right a .information-bar__left {
        padding-right:0;
    }
}
#responsive-wrapper .status-bar {
    display:none;
    z-index:1001!important;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    background:#FFF;
    z-index:100;
    height:auto;
    vertical-align:middle;
}
@media screen and(min-width: 992px) {
    #responsive-wrapper .status-bar {
        border-bottom:1px solid #F5F5F5;
    }
}
#responsive-wrapper .status-bar .container {
    height:inherit;
}
#responsive-wrapper .status-bar .container .contents__status-bar {
    height:inherit;
    text-align:center;
    vertical-align:middle;
    display:block;
}
#responsive-wrapper .status-bar .container .contents__status-bar::after {
    content:" ";
    display:block;
    height:0;
    clear:both;
}
#responsive-wrapper .status-bar .container .contents__status-bar p {
    display:inline-block;
    font-weight:200;
    font-size:12px;
    margin-bottom:0;
    color:#003478;
    font-size:12px;
    height:28px;
    color:#FFF;
    padding-top:7px;
}
@media only screen and(max-width: 480px) {
    #responsive-wrapper .status-bar .container .contents__status-bar p {
        line-height:30px;
    }
}
#responsive-wrapper .status-bar .container .contents__status-bar p a {
    font-weight:200;
    font-size:12px;
    color:#22A3E6;
    border:1px solid #22A3E6;
    transition:color ease-in .2s;
    -webkit-transition:color ease-in .2s;
    background:#FFF;
    border-radius:2.5px;
    padding:3px 10px;
}
#responsive-wrapper .status-bar .container .contents__status-bar p a:hover {
    color:#003478;
}
#responsive-wrapper .status-bar.status--development {
    background:#FFF;
}
#responsive-wrapper .status-bar.status--development .container .contents__status-bar p {
    color:#003478;
}
@media only screen and(max-width: 480px) {
    #responsive-wrapper .status-bar.status--development .container .contents__status-bar p {
        line-height:30px;
    }
}
#responsive-wrapper .status-bar.status--development .container .contents__status-bar p a {
    border:1px solid #22A3E6;
    color:#22A3E6;
    transition:border ease-in .2s,
    color ease-in .2s;
    -webkit-transition:border ease-in .2s,
    color ease-in .2s;
}
#responsive-wrapper .status-bar.status--development .container .contents__status-bar p a:hover {
    border:1px solid #003478;
    color:#003478;
}
#responsive-wrapper .status-bar.status--qa {
    background:#B82B29;
}
#responsive-wrapper .status-bar.status--qa .container .contents__status-bar>p {
    color:#FFF;
}
#responsive-wrapper .status-bar.status--qa .container .contents__status-bar p {
    color:#FFF;
}
@media only screen and(max-width: 480px) {
    #responsive-wrapper .status-bar.status--qa .container .contents__status-bar p {
        line-height:30px;
    }
}
@media only screen and(max-width: 1023px) {
    #responsive-wrapper .status-bar>.container {
        padding-left:20px;
        padding-right:20px;
    }
}
@media(max-width:1440px) {
    .information-bar p {
        font-size:14px;
    }
}
#responsive-wrapper body a,
#responsive-wrapper body a:active,
#responsive-wrapper body a:focus {
    outline:none;
    text-decoration:none;
}
#responsive-wrapper html,
#responsive-wrapper body {
    margin:0;
    padding:0;
    box-sizing:border-box;
    white-space:nowrap;
    overflow-x:auto;
}
#responsive-wrapper html.no-scroll,
#responsive-wrapper body.no-scroll {
    overflow:hidden;
}
#responsive-wrapper html {
    background:white;
    direction:auto;
    -webkit-tap-highlight-color:transparent;
}
#responsive-wrapper *,
#responsive-wrapper *:after,
#responsive-wrapper *:before {
    box-sizing:border-box;
}
.site-wrapper {
    -webkit-overflow-scrolling:touch;
    transition:left ease-in .2s;
    -webkit-transition:left ease-in .2s;
    position:relative;
    left:0;
}
@media(max-width:992px) {
    .site-wrapper {
        transition:left ease-in .2s!important;
        -webkit-transition:left ease-in .2s!important;
    }
}
@media only screen and(max-width: 480px) {
    .site-wrapper>.grid>.container {
        padding:0;
    }
}
#responsive-wrapper .content-wrapper {
    margin-bottom:-50px;
}
@media only screen and(max-width: 480px) {
    #responsive-wrapper .content-wrapper {
        margin-bottom:-15px;
    }
}
#responsive-wrapper .content-wrapper>.container {
    padding-bottom:150px;
}
#responsive-wrapper .content-wrapper>.container>.grid>.grid__item {
    margin-top:0;
}
#responsive-wrapper .content-wrapper>.container>.grid>.grid__item>div:first-child,
#responsive-wrapper .content-wrapper>.container>.grid>.grid__item>h2:first-child {
    margin-top:0;
}
#responsive-wrapper .content-wrapper>.container>.grid>.grid__item.result__wrapper .result {
    margin-top:25px;
}
#responsive-wrapper .content-wrapper>.container>.grid>.grid__item.result__wrapper:first-child .result:first-child,
#responsive-wrapper .content-wrapper>.container>.grid>.grid__item.result__wrapper:last-child .result:first-child {
    margin-top:0;
}
#responsive-wrapper .content-wrapper>.container>.grid>.grid__item.divider__wrapper.divider--horizontal {
    margin-top:25px;
    margin-bottom:25px;
}
@media only screen and(max-width: 1023px) {
    #responsive-wrapper .content-wrapper>.container>.grid>.grid__item.divider__wrapper {
        margin-top:50px;
        margin-bottom:50px;
    }
    #responsive-wrapper .content-wrapper>.container>.grid>.grid__item.divider__wrapper.divider--horizontal {
        margin-top:50px;
        margin-bottom:50px;
    }
}
@media only screen and(max-width: 480px) {
    #responsive-wrapper .content-wrapper>.container>.grid>.grid__item:not(:first-child) {
        margin-top:50px;
    }
    #responsive-wrapper .content-wrapper>.container>.grid>.divider__wrapper+.grid__item {
        margin-top:0;
    }
}
#responsive-wrapper .navigation__secondary>.container>.grid,
#responsive-wrapper .navigation__primary>.container>.grid,
#responsive-wrapper .header>.container>.grid,
#responsive-wrapper .information-bar>.container>.grid,
#responsive-wrapper footer>.container>.grid {
    margin-bottom:initial;
}
.push--site {
    left:300px;
}
@media screen and(max-width: 1024px) {
    .push--site {
        left:250px;
    }
}
#responsive-wrapper a {
    text-decoration:none;
}
@media screen and(max-width: 1439px) {
    #responsive-wrapper a {
        font-size:14px;
    }
}
@media only screen and(max-width: 1023px) {
    #responsive-wrapper a {
        font-size:13px;
    }
}
#responsive-wrapper ul {
    margin-left:0;
    margin-bottom:0;
    list-style-type:none;
}
#responsive-wrapper ul li {
    display:inline-block;
}
#responsive-wrapper ol {
    margin-bottom:0;
    margin-top:15px;
    margin-left:15px;
    font-family:Verdana,
    Geneva,
    sans-serif;
    font-size:14px;
    font-weight:400;
    color:#777;
}
#responsive-wrapper ol li>* {
    color:#777;
    font-size:14px;
    font-weight:400;
}
#responsive-wrapper h1,
#responsive-wrapper h2,
#responsive-wrapper h3 {
    margin-bottom:0;
}
#responsive-wrapper h1,
#responsive-wrapper h2,
#responsive-wrapper h3,
#responsive-wrapper h4 {
    font-family:Verdana,
    Geneva,
    sans-serif;
    font-weight:200;
    color:#003478;
}
#responsive-wrapper h1 {
    font-size:45px;
    font-weight:200;
    letter-spacing:.5px;
    font-family:Verdana,
    Geneva,
    sans-serif;
    font-weight:200;
    color:#003478;
}
#responsive-wrapper h2 {
    font-size:26px;
    font-weight:200;
    letter-spacing:.5px;
    font-family:Verdana,
    Geneva,
    sans-serif;
    font-weight:200;
    color:#003478;
    margin-bottom:10px;
    display:inline-block;
}
@media screen and(max-width: 1440px) {
    #responsive-wrapper h2 {
        font-size:22px;
    }
}
#responsive-wrapper h2>strong {
    font-family:Verdana,
    Geneva,
    sans-serif;
    font-weight:400;
}
#responsive-wrapper h3 {
    font-size:22px;
    font-weight:400;
    font-family:Verdana,
    Geneva,
    sans-serif;
    color:#003478;
}
#responsive-wrapper h4 {
    font-size:18px;
    font-weight:400;
    font-family:Verdana,
    Geneva,
    sans-serif;
    color:#003478;
    margin-bottom:5px;
}
#responsive-wrapper h5 {
    font-size:13px;
    font-weight:300;
    font-family:Verdana,
    Geneva,
    sans-serif;
    color:#59595C;
    margin-bottom:5px;
}
#responsive-wrapper p {
    font-family:Verdana,
    Geneva,
    sans-serif;
    font-weight:400;
    font-size:16px;
    color:#003478;
    margin-bottom:0;
}
@media screen and(max-width: 1439px) {
    #responsive-wrapper p {
        font-size:14px;
    }
}
@media only screen and(max-width: 1023px) {
    #responsive-wrapper p {
        font-size:13px;
    }
}
#responsive-wrapper a {
    font-family:Verdana,
    Geneva,
    sans-serif;
    font-weight:400;
    font-size:16px;
    cursor:pointer;
    cursor:hand;
    color:#22A3E6;
    transition:color .2s ease-in;
    -webkit-transition:color .2s ease-in;
}
#responsive-wrapper a:hover {
    color:#003478;
}
#responsive-wrapper a:not([href]) {
    color:#777;
}
#responsive-wrapper a:not([href]):hover {
    color:#777;
}
#responsive-wrapper b {
    font-weight:400;
}
#responsive-wrapper .divider__wrapper {
    text-align:center;
}
#responsive-wrapper .divider__wrapper .divider {
    width:2px;
    height:320px;
    display:inline-block;
    background:#CDCCCB;
}
@media only screen and(max-width: 1023px) {
    #responsive-wrapper .divider__wrapper {
        height:2px!important;
        margin-top:50px;
        margin-bottom:25px;
    }
    #responsive-wrapper .divider__wrapper .divider {
        height:2px!important;
        width:100%;
        display:block;
    }
}
#responsive-wrapper .divider__wrapper.divider--horizontal {
    margin-top:25px;
    margin-bottom:25px;
}
#responsive-wrapper .divider__wrapper.divider--horizontal .divider {
    height:2px!important;
    width:100%;
    display:block;
}
#responsive-wrapper div.overlay {
    display:none;
    background:rgba(0,
    0,
    0,
    0.5);
    height:100%;
    width:100%;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index:0;
}
#responsive-wrapper .no-margin {
    margin-top:0;
    margin-right:0;
    margin-bottom:0;
    margin-left:0;
}
.container {
    display:block;
    padding-right:40px;
    padding-left:40px;
    margin:0 auto;
}
.content-wrapper .container {
    padding-left:0;
    margin:0;
}
@media(min-width:992px) {
    .container {
        width:97.5%;
    }
}
@media(min-width:1200px) {
    .container {
        width:1170px;
    }
}
@media(min-width:1440px) {
    .container {
        width:auto;
        padding-right:40px;
        padding-left:40px;
    }
}
.container-fluid {
    padding-right:15px;
    padding-left:15px;
    margin-right:auto;
    margin-left:auto;
}
#responsive-wrapper .row {
    margin-right:-15px;
    margin-left:-15px;
}
#responsive-wrapper .grid {
    margin-left:0;
    margin-right:0;
}
#responsive-wrapper .grid__item {
    padding-left:0;
    padding-right:0;
}
#responsive-wrapper .grid__item.one-half:nth-child(odd),
#responsive-wrapper .grid__item.two-quarters:nth-child(odd),
#responsive-wrapper .grid__item.three-sixths:nth-child(odd),
#responsive-wrapper .grid__item.four-eighths:nth-child(odd),
#responsive-wrapper .grid__item.five-tenths:nth-child(odd),
#responsive-wrapper .grid__item.six-twelfths:nth-child(odd) {
    padding-right:25px;
}
#responsive-wrapper .grid__item.one-half:nth-child(even),
#responsive-wrapper .grid__item.two-quarters:nth-child(even),
#responsive-wrapper .grid__item.three-sixths:nth-child(even),
#responsive-wrapper .grid__item.four-eighths:nth-child(even),
#responsive-wrapper .grid__item.five-tenths:nth-child(even),
#responsive-wrapper .grid__item.six-twelfths:nth-child(even) {
    padding-left:25px;
}
@media only screen and(max-width: 1023px) {
    #responsive-wrapper .grid__item.one-half:nth-child(odd),
    #responsive-wrapper .grid__item.two-quarters:nth-child(odd),
    #responsive-wrapper .grid__item.three-sixths:nth-child(odd),
    #responsive-wrapper .grid__item.four-eighths:nth-child(odd),
    #responsive-wrapper .grid__item.five-tenths:nth-child(odd),
    #responsive-wrapper .grid__item.six-twelfths:nth-child(odd),
    #responsive-wrapper .grid__item.one-half:nth-child(even),
    #responsive-wrapper .grid__item.two-quarters:nth-child(even),
    #responsive-wrapper .grid__item.three-sixths:nth-child(even),
    #responsive-wrapper .grid__item.four-eighths:nth-child(even),
    #responsive-wrapper .grid__item.five-tenths:nth-child(even),
    #responsive-wrapper .grid__item.six-twelfths:nth-child(even) {
        padding-right:0;
        padding-left:0;
    }
}
#responsive-wrapper .seven-elevenths {
    width:63.6363636%;
}
#responsive-wrapper .five-elevenths {
    width:45.4545454%;
}
#responsive-wrapper .three-elevenths {
    width:27.27273%;
}
#responsive-wrapper .two-elevenths {
    width:18.1818181%;
}
#responsive-wrapper .one-eleventh {
    width:9.09090909%;
}
@media only screen and(max-width: 1023px) {
    #responsive-wrapper .portable-one-whole {
        width:100%;
    }
    #responsive-wrapper .portable-one-half,
    #responsive-wrapper .portable-two-quarters,
    #responsive-wrapper .portable-three-sixths,
    #responsive-wrapper .portable-four-eighths,
    #responsive-wrapper .portable-five-tenths,
    #responsive-wrapper .portable-six-twelfths {
        width:50%;
    }
}
@media only screen and(max-width: 480px) {
    #responsive-wrapper .palm-one-whole {
        width:100%;
    }
}
@media screen and(min-width: 992px) and(max-width: 1439px) {
    #responsive-wrapper .lap-six-elevenths {
        width:54.5454545%;
    }
    #responsive-wrapper .lap-four-elevenths {
        width:36.3636363%;
    }
}
#responsive-wrapper strong {
    font-family:Verdana,
    Geneva,
    sans-serif;
    font-weight:600;
}
#responsive-wrapper input {
    color:#777;
    cursor:text;
    font-family:Verdana,
    Geneva,
    sans-serif;
    font-weight:500;
    opacity:1!important;
    border:none;
    outline:none;
}
#responsive-wrapper input:focus,
#responsive-wrapper input[placeholder],
#responsive-wrapper [placeholder],
#responsive-wrapper *[placeholder],
#responsive-wrapper input::-webkit-input-placeholder,
#responsive-wrapper input:-moz-placeholder,
#responsive-wrapper input::-moz-placeholder,
#responsive-wrapper input:-ms-input-placeholder {
    color:#777;
    font-family:Verdana,
    Geneva,
    sans-serif;
    font-weight:500;
    opacity:1!important;
    font-size:16px;
}
#responsive-wrapper span {
    text-decoration:none!important;
}
#responsive-wrapper .hide {
    opacity:0;
}
#responsive-wrapper .show {
    opacity:1;
}
#responsive-wrapper .np {
    padding-top:0;
    padding-right:0;
    padding-left:0;
    padding-bottom:0;
}
#responsive-wrapper .ib {
    display:inline-block;
}
#responsive-wrapper .bl {
    display:block;
}
#responsive-wrapper .ma {
    margin:0 auto;
}
#responsive-wrapper .ac {
    text-align:center;
}
#responsive-wrapper .ar {
    text-align:right;
}
#responsive-wrapper .fl {
    float:left;
}
#responsive-wrapper .fr {
    float:right;
}
#responsive-wrapper .cf:before,
#responsive-wrapper .cf:after {
    content:" ";
    display:table;
}
#responsive-wrapper .cf:after {
    clear:both;
}
#responsive-wrapper .row30Bottom {
    margin-bottom:30px;
}
#responsive-wrapper .row60Bottom {
    margin-bottom:60px;
}
#responsive-wrapper .row90Bottom {
    margin-bottom:90px;
}
#responsive-wrapper .row30Top {
    margin-bottom:30px;
}
#responsive-wrapper .row60Top {
    margin-bottom:60px;
}
#responsive-wrapper .row90Top {
    margin-bottom:90px;
}
#responsive-wrapper .media1044px__down {
    float:right;
}
@media screen and(max-width: 1044px) {
    #responsive-wrapper .media1044px__down {
        float:none;
    }
}
#responsive-wrapper .media1024px__down {
    float:right;
}
@media screen and(max-width: 1024px) {
    #responsive-wrapper .media1024px__down {
        float:none;
    }
}
#responsive-wrapper .media481px__up {
    float:right;
}
@media screen and(min-width: 481px) {
    #responsive-wrapper .media481px__up {
        float:none;
    }
}
#responsive-wrapper .media480px__down {
    float:right;
}
@media screen and(max-width: 480px) {
    #responsive-wrapper .media480px__down {
        float:none;
    }
}
#responsive-wrapper .btn--black {
    background:transparent;
    border:2px solid #000;
    color:#000;
    font-weight:700;
    font-size:.8em;
    text-transform:uppercase;
    letter-spacing:1px;
    font-family:"aktiv-grotesk-std",
    sans-serif;
    font-style:normal;
    padding:4px 30px 3px;
    transition:all 1.2s ease;
}
#responsive-wrapper .btn--black:hover {
    background:#000;
    color:#fff;
    border:2px solid #000;
}
#responsive-wrapper .navigation__primary ul li {
    float:left;
}
#responsive-wrapper .hero {
    display:block;
}
#responsive-wrapper .hero {
    display:block;
    width:100%;
    padding-top:10px;
    padding-bottom:10px;
    background:url("../img/hero/default-hero.jpg") no-repeat center;
    background-size:100%;
    overflow:hidden;
    position:relative;
    background-position:0 40%;
}
@media only screen and(max-width: 480px) {
    #responsive-wrapper .hero .hero__contents {
        background-size:cover;
    }
}
#responsive-wrapper .hero .hero__contents h1,
#responsive-wrapper .hero .hero__contents h2,
#responsive-wrapper .hero .hero__contents h3 {
    display:inline-block;
    text-align:left;
    color:white;
    font-family:Verdana,
    Geneva,
    sans-serif;
    font-weight:200;
    letter-spacing:.5px;
    font-size:18px;
    margin-bottom:0;
}
@media screen and(max-width: 600px) {
    #responsive-wrapper .hero .hero__contents h1,
    #responsive-wrapper .hero .hero__contents h2,
    #responsive-wrapper .hero .hero__contents h3 {
        text-align:center;
    }
}
#responsive-wrapper .hero .hero__contents p {
    color:white;
    margin-bottom:0;
    font-family:Verdana,
    Geneva,
    sans-serif;
    font-weight:200;
}
@media screen and(max-width: 1440px) {
    #responsive-wrapper .hero .hero__contents p {
        font-size:14px;
    }
}
@media screen and(max-width: 800px) {
    #responsive-wrapper .hero .hero__contents p {
        font-size:12px;
    }
}
#responsive-wrapper .hero.hero__home {
    background:url("../img/hero/default-hero.jpg") no-repeat center;
    background-size:100%;
    background-position:0 40%;
}
@media only screen and(max-width: 480px) {
    #responsive-wrapper .hero.hero__home {
        background-size:cover;
    }
}
#responsive-wrapper .hero.hero__vehicle {
    background:url("../img/hero/vehicle-hero.jpg") no-repeat center;
    background-size:100%;
    background-position:0 60%;
}
@media only screen and(max-width: 480px) {
    #responsive-wrapper .hero.hero__vehicle {
        background-size:cover;
    }
}
#responsive-wrapper .hero.hero__information {
    background:url("../img/hero/information-hero.jpg") no-repeat center;
    background-size:100%;
    background-position:0 25%;
}
@media only screen and(max-width: 480px) {
    #responsive-wrapper .hero.hero__information {
        background-size:cover;
    }
}
#responsive-wrapper .hero.hero__diagnostic {
    background:url("../img/hero/diagnostic-hero.jpg") no-repeat center;
    background-size:100%;
    background-position:0 37%;
}
@media only screen and(max-width: 480px) {
    #responsive-wrapper .hero.hero__diagnostic {
        background-size:cover;
    }
}
#responsive-wrapper .hero.hero__services {
    background:url("../img/hero/services-hero.jpg") no-repeat center;
    background-size:100%;
    background-position:0 60%;
}
@media only screen and(max-width: 480px) {
    #responsive-wrapper .hero.hero__services {
        background-size:cover;
    }
}
#responsive-wrapper .hero.hero__tsb {
    background:url("../img/hero/tsb-hero.jpg") no-repeat center;
    background-size:100%;
    background-position:0 60%;
}
@media only screen and(max-width: 480px) {
    #responsive-wrapper .hero.hero__tsb {
        background-size:cover;
    }
}
#responsive-wrapper .hero.hero__technicalAssistance {
    background:url("../img/hero/oasis-hero.jpg") no-repeat center;
    background-size:100%;
    background-position:0 35%;
}
@media only screen and(max-width: 480px) {
    #responsive-wrapper .hero.hero__technicalAssistance {
        background-size:cover;
    }
}
#responsive-wrapper .hero.hero__training {
    background:url("../img/hero/training-hero.jpg") no-repeat center;
    background-size:100%;
}
@media only screen and(max-width: 480px) {
    #responsive-wrapper .hero.hero__training {
        background-size:cover;
    }
}
#responsive-wrapper .hero.hero__warranty {
    background:url("../img/hero/warranty-hero.jpg") no-repeat center;
    background-size:100%;
    background-position:0 63%;
}
@media only screen and(max-width: 480px) {
    #responsive-wrapper .hero.hero__warranty {
        background-size:cover;
    }
}
#responsive-wrapper .hero.hero__help {
    background:url("../img/hero/help-hero.jpg") no-repeat center;
    background-size:100%;
    background-position:0 64%;
}
@media only screen and(max-width: 480px) {
    #responsive-wrapper .hero.hero__help {
        background-size:cover;
    }
}
@media only screen and(max-device-width: 800px) and(-webkit-min-device-pixel-ratio: 3) {
    #responsive-wrapper .hero .hero__contents {
        text-align:center;
    }
}
@media only screen and(max-device-width: 800px) and(-webkit-min-device-pixel-ratio: 3) and(orientation: landscape) {
    #responsive-wrapper .hero .hero__contents {
        padding:25px 0;
    }
}
.content-wrapper>p:first-child {
    margin-top:10px;
}
.content-wrapper {
    padding-left:30px;
}
@media screen and(min-width: 1440px) {
    .content-wrapper {
        padding-left:40px;
    }
}
div.header {
    padding:10px 0;
}
.header .header__account {
    display:inline-block;
    vertical-align:middle;
}
.header .header__account>p {
    margin-top:-3px;
}
.header i.fullscreen,
.header i.fullscreen--disabled,
.header .notification {
    padding:10px;
    border-radius:5px;
    vertical-align:middle;
    margin-left:15px;
    cursor:hand;
    cursor:pointer;
}
.header .notification i {
    vertical-align:middle;
    cursor:pointer;
    transition:background ease-in .2s;
    -webkit-transition:background ease-in .2s;
    border-radius:5px;
    display:inline-block;
    font-size:inherit;
    cursor:pointer;
    height:26px;
    width:30px;
    position:relative;
    background:#777;
}
.header .notification i:first-child {
    margin-right:5px;
}
.header .notification i:hover {
    opacity:1;
    background:#848484;
}
.header .notification i:hover span {
    display:inline!important;
    top:0;
    right:150%;
    left:auto;
    transform:none;
    -webkit-transform:none;
    text-align:center;
    position:absolute;
    padding:8px;
    z-index:1000;
    border:2px solid $white;
    min-width:200px;
    white-space:normal;
}
.header .notification span:after {
    content:'';
    position:absolute;
    top:5px;
    left:auto;
    right:-16px;
    margin-left:-8px;
    width:0;
    height:0;
    border-top:8px solid transparent;
    border-bottom:8px solid transparent;
    border-left:8px solid #000;
}
.header .notification span:before {
    display:none;
}
.header .notification {
    cursor:default;
    line-height:10px;
    padding:0;
    position:relative;
    z-index:1;
    display:inline-block;
    border:1px solid #cdcccb;
    border-radius:5px;
    padding:5.5px 7.5px;
}
.header .notification img {
    cursor:pointer;
    position:absolute;
    top:0;
    right:0;
    left:0;
    bottom:0;
    margin:auto;
    width:80%;
}
.header .notification .notification__red {
    background:#b82b29;
}
.header .notification .notification__amber {
    background:#d84d00;
}
.header .notification .notification__green {
    background:#308d43;
}
.header .notification .notification__red:hover {
    background:#cd302e;
}
.header .notification .notification__amber:hover {
    background:#ff630c;
}
.header .notification .notification__green:hover {
    background:#36a04c;
}
.header i.fullscreen,
.header i.fullscreen--disabled {
    font-size:20px;
    color:#fff;
    background:#22a3e6;
    transition:background ease-in .2s;
    -webkit-transition:background ease-in .2s;
}
.header i.fullscreen:hover,
.header i.fullscreen--disabled:hover {
    background:#003478;
}
i.fa>span {
    display:none;
    position:relative;
    white-space:nowrap;
    background:#000;
    color:#fff;
    border-radius:5px;
    font-size:13px;
    font-family:Verdana,
    Geneva,
    sans-serif;
}
i.fa:hover>span {
    display:inline!important;
    top:-65px;
    left:50%;
    transform:translateX(-50%);
    -webkit-transform:translateX(-50%);
    text-align:center;
    position:absolute;
    padding:7px $ssu 8px $ssu!important;
    z-index:1000;
    border:2px solid $white;
}
i.fa>span:before {
    content:'';
    position:absolute;
    top:100%;
    left:50%;
    margin-left:-11px;
    width:0;
    height:0;
    border-top:11px solid #FFF;
    border-right:11px solid transparent;
    border-left:11px solid transparent;
}
i.fa>span:after {
    content:'';
    position:absolute;
    top:100%;
    left:50%;
    margin-left:-8px;
    width:0;
    height:0;
    border-top:8px solid $black;
    border-right:8px solid transparent;
    border-left:8px solid transparent;
}
>a {
    display:none;
}
@media(max-width:1024px) {
    >a {
        border-bottom:2px solid white;
        display:block;
    }
}
>a i {
    width:100%;
    background:#003478;
    color:#fff;
    font-size:22.5px;
    padding:10px 20px;
    transition:ease-in .2s;
    -webkit-transition:ease-in .2s;
    vertical-align:middle;
}
>a i p {
    display:inline-block;
    vertical-align:middle;
    margin-bottom:0;
    padding-left:15px;
    font-family:Verdana,
    Geneva,
    sans-serif;
    font-weight:400;
    font-size:14px;
    margin-top:-2px;
}
>a i:hover {
    color:#22a3e6;
}
@media(max-width:480px) {
    >a i:hover {
        color:#fff;
    }
}
.mobile__toggle {
    display:none;
    opacity:0;
    position:fixed;
    height:100vh;
    width:100%;
    z-index:9;
    transition:all ease 1s;
    -webkit-transition:all ease 1s;
    background:rgba(0,
    0,
    0,
    0.4);
}
.mobile__toggle.mobile--on {
    transition:all ease 1s;
    -webkit-transition:all ease 1s;
    background:rgba(0,
    0,
    0,
    0.4);
    opacity:1;
    display:block;
}
.mobile-navigation-trigger {
    display:block;
}
.mobile-navigation-trigger.minimized a.mobile__toggle {
    z-index:101;
}
.mobile-navigation-trigger.minimized a.trigger {
    border-bottom:2px solid white;
}
#responsive-wrapper .navigation__mobile {
    overflow:scroll;
    display:inline-block;
    background:transparent;
    left:-300px;
    width:300px;
    z-index:101;
    top:0;
    bottom:0;
    height:100%;
    position:fixed;
}
#responsive-wrapper .navigation__mobile.open {
    transition:left ease-in .2s!important;
    -webkit-transition:left ease-in .2s!important;
    left:0;
}
#responsive-wrapper .navigation__mobile.closed {
    transition:left ease-in .2s!important;
    -webkit-transition:left ease-in .2s!important;
}
#responsive-wrapper .navigation__mobile.minimized {
    z-index:101;
}
@media only screen and(max-width: 480px) {
    #responsive-wrapper .navigation__mobile,
    .navigation__mobile>ul {
        left:-250px;
        width:250px;
    }
}
@media(max-width:1024px) {
    #responsive-wrapper .navigation__mobile {
        width:250px;
    }
}
#responsive-wrapper .navigation__mobile>ul {
    position:fixed;
    bottom:0;
    left:-300px;
    top:41px;
    transition:left ease-in .2s!important;
    -webkit-transition:left ease-in .2s!important;
}
#responsive-wrapper .navigation__mobile.status-bar--shown>ul {
    top:69px;
}
#responsive-wrapper .navigation__mobile.open {
    transition:left ease-in .2s!important;
    -webkit-transition:left ease-in .2s!important;
    left:0;
}
#responsive-wrapper .navigation__mobile.open>ul {
    transition:left ease-in .2s!important;
    -webkit-transition:left ease-in .2s!important;
    left:0;
}
#responsive-wrapper .navigation__mobile>ul>li:last-child {
    padding-bottom:50px;
}
#responsive-wrapper .header,
#responsive-wrapper .status-bar {
    transition:all ease-in .2s;
    -webkit-transition:all ease-in .2s;
}
#responsive-wrapper .header.minimized {
    margin-top:41px;
}
#responsive-wrapper .header.status-bar--shown {
    margin-top:28px;
}
#responsive-wrapper .header.status-bar--shown.minimized {
    margin-top:69px;
}
#responsive-wrapper .navigation__mobile ul {
    display:block;
    width:inherit;
    background-color:#003478;
    height:auto;
    overflow:auto;
}
#responsive-wrapper .navigation__mobile ul li {
    display:block;
    width:100%;
    height:initial;
}
#responsive-wrapper .navigation__mobile>ul a {
    width:100%;
    min-width:250px;
    display:inline-block;
    color:#fff;
    padding:15px 20px;
    border-bottom:2px solid #002f6c;
    font-family:Verdana,
    Geneva,
    sans-serif;
    font-weight:400;
    font-size:13px;
    transition:ease-in .2s;
    -webkit-transition:ease-in .2s;
    line-height:20px;
}
#responsive-wrapper .navigation__mobile>ul a:hover {
    background:#002f6c;
}
#responsive-wrapper .navigation__mobile>ul a i {
    float:right;
    font-size:14px;
    padding-top:5px;
}
#responsive-wrapper .navigation__mobile ul li.active>a {
    background:#1b4787;
}
#responsive-wrapper .navigation__mobile ul ul li.active>a {
    background:#18407a;
}
#responsive-wrapper .navigation__mobile ul ul {
    display:none;
    overflow:hidden;
}
#responsive-wrapper .navigation__mobile ul ul li {
    overflow:hidden;
}
#responsive-wrapper .navigation__mobile ul ul li a {
    background:#002f6c;
    border-bottom:2px solid #002656;
    transition:background ease-in .2s;
    -webkit-transition:background ease-in .2s;
}
#responsive-wrapper .navigation__mobile ul ul li.active a:hover {
    background:#003478;
}
#responsive-wrapper .navigation__mobile ul ul li a:hover {
    background:#002656;
}
#responsive-wrapper .navigation--close-mobile-wrapper {
    position:absolute;
    top:100px;
    left:300px;
    .navigation--close-mobile-button {
        position:absolute;
        top:-11px;
        left:0;
        @media screen and(max-width: 550px) {
            top:31px;
        }
        i {
            color:$white;
            font-size:22.5px;
            padding:15px 20px;
            background:transparentize($black,
            0.4);
            transition:background ease-in .2s;
            -webkit-transition:background ease-in .2s;
            border-bottom-right-radius:5px;
            border-top-right-radius:5px;
            &:hover {
                color:$cyan-blue;
            }
        }
    }
}
html.no-scroll-mobile,
html.no-scroll-mobile body {
    overflow-y:hidden;
    overflow-x:hidden;
}
.content-wrapper {
    margin-top:15px;
}
.content-wrapper>.mainTable {
    margin-left:0!important;
    margin-right:0!important;
}
div.mainDiv {
    padding:0 0 0 0!important;
    margin-left:0!important;
    margin-right:0!important;
}
.content-wrapper,
.content-wrapper:before,
.content-wrapper:after {
    box-sizing:border-box;
}
.loading {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    height:100%;
    width:100%;
    background:#fff;
    z-index:103;
}
.modal {
    display:none;
    z-index:100;
    position:fixed;
    background:rgba(0,
    0,
    0,
    0.5);
    top:0;
    left:0;
    right:0;
    bottom:0;
    width:100%;
    height:100%;
}
.modal>div {
    width:50%;
    position:absolute;
    top:50px;
    right:0;
    left:0;
    top:12.5vh;
    margin:auto;
    background:white;
    border:2px solid #003478;
    border-radius:5px;
}
@media screen and (max-width: 1023px) {
    .modal>div {
        width:65%;
    }
}
@media screen and (max-width: 700px) {
    .modal>div {
        width:90%;
    }
}
@media screen and (max-width: 480px) {
    .modal>div {
        width:95%;
    }
}
.modal .title__modal {
    vertical-align:middle;
    background:#2F5B92;
    padding:12px 15px;
}
.modal .title__modal>* {
    display:inline-block;
}
.modal .actions__title {
    text-align:right;
    float:right;
    cursor:pointer;
    cursor:hand;
    position:absolute;
    right:15px;
    top:8px;
}
.modal .actions__title i {
    color:#fff;
    font-size:20px;
    transition:color ease-in,
    .2s;
    -webkit-transition:color ease-in .2s;
}
.modal .actions__title i:hover {
    color:#22a3e6;
}
.modal .content__title {
    padding-right:25px;
    text-align:left;
    width:calc(100% - 25px);
}
.modal .title__modal p {
    color:#fff;
    margin-bottom:0;
}
.modal .content__modal {
    padding:25px 50px 50px;
    overflow:auto;
    max-height:70vh;
    max-height:calc(70vh - 44px);
    height:auto;
}
.modal .content__modal p {
    margin-top:15px;
    margin-bottom:0;
}
.modal .content__modal p:first-child {
    margin-top:0;
}
.modal .actions__modal {
    width: 100%;
    background: #003478;
    display: block;
}
.modal .actions__modal .content__actions {
    border-bottom-right-radius:5px;
    border-bottom-left-radius:5px;
    text-align:left;
    background:#2F5B92;
    padding:10px;
    padding-bottom:5px;
}
.modal .actions__modal button {
    margin-right:5px;
    height:35px;
    margin-top:0;
    margin-bottom:5px;
    font-size:13px;
}
@media screen and (max-width: 1023px) {
    .modal .content__modal {
        max-height:calc(70vh - 38px);
        padding-left:15px;
        padding-right:15px;
    }
}
@media screen and (max-width: 480px) {
    .modal .content__modal {
        padding:25px 50px 75px;
    }
}
.modal h1,
.modal h2,
.modal h3,
.modal h4,
.modal h5,
.modal h6,
.modal p,
.modal a {
    font-family:Verdana,
    Geneva,
    sans-serif;
    margin-top:0;
}
.modal h1 {
    line-height:140%;
    font-size:1.40em;
    font-style:normal;
    font-weight:800;
    color:#000;
    letter-spacing:-0.04em;
}
.modal h2 {
    line-height:130%;
    font-size:1.20em;
    font-style:normal;
    font-weight:800;
    color:#000;
    letter-spacing:-0.03em;
}
.modal h3 {
    line-height:120%;
    font-size:1.10em;
    font-style:normal;
    font-weight:800;
    color:#000;
    letter-spacing:-0.03em;
}
.modal button+button,
.modal input[type="button"]+input[type="button"],
.modal input[type="submit"]+input[type="submit"],
{
    margin-right:12.5px;
}
.modal button,
.modal input[type="button"],
.modal input[type="submit"] {
    margin-top:12.5px;
    outline:none;
    height:40px;
    padding:0 20px;
    font-size:13px;
    font-weight:400;
    text-transform:uppercase;
    font-family:Verdana,
    Geneva,
    sans-serif;
    color:#fff;
    letter-spacing:.5px;
    display:inline-block;
    border:none;
    cursor:pointer;
    cursor:hand;
    border-radius:5px;
    background:#003478;
    transition:background ease-in .2s;
    -webkit-transition:background ease-in .2s;
}
@media screen and(max-width: 1439px) {
    .modal button,
    .modal input[type="button"],
    .modal input[type="submit"] {
        font-size:12px;
        line-height:12px;
        padding:10px 20px;
    }
}
@media screen and(max-width: 1024px) {
    .modal button,
    .modal input[type="button"],
    .modal input[type="submit"] {
        width:auto;
        display:inline-block;
        word-break:break-word;
        text-align:center;
    }
}
.modal button:hover,
.modal input[type="button"]:hover,
.modal input[type="submit"]:hover {
    background:#2f5b92;
}
.modal button.button__secondary,
.modal input[type="button"].button__secondary,
.modal input[type="submit"].button__secondary {
    background:#2f5b92;
}
.modal button.button__secondary,
.modal input[type="button"].button__secondary,
.modal input[type="submit"].button__secondary {
    color:#003478;
    background:transparent;
    border:2px solid #003478;
    transition:background ease-in .2s,
    color ease-in .2s;
    -webkit-transition:background ease-in .2s,
    color ease-in .2s;
}
.modal button.button__secondary:hover,
.modal input[type="button"].button__secondary:hover,
.modal input[type="submit"].button__secondary:hover {
    background:#003478;
    color:#fff;
}
.modal button.button__disabled,
.modal button[disabled],
.modal input[type="button"].button__disabled,
.modal input[type="button"][disabled],
.modal input[type="submit"].button__disabled,
.modal input[type="submit"][disabled] {
    background:#cdcccb;
    cursor:not-allowed;
}
.modal button.button__alternative,
.modal input[type="button"].button__alternative,
.modal input[type="submit"].button__alternative {
    width:auto;
    background:transparent;
    border:2px solid #fff;
    color:#fff;
    transition:background ease-in .2s,
    border ease-in .2s;
}
.modal button.button__alternative:hover,
.modal input[type="button"].button__alternative:hover,
.modal input[type="submit"].button__alternative:hover {
    background:#002f6c;
    border:2px solid #002656;
}
.modal button.button__invert,
.modal input[type="button"].button__invert,
.modal input[type="submit"].button__invert {
    width:auto;
    background:#fff;
    border:2px solid #fff;
    color:#003478;
    transition:background ease-in .2s,
    border ease-in .2s;
    -webkit-transition:background ease-in .2s,
    border ease-in .2s;
}
.modal button.button__invert:hover,
.modal input[type="button"].button__invert:hover,
.modal input[type="submit"].button__invert:hover {
    background:#cdcccb;
    border:2px solid #cdcccb;
}

/* Specific css to style the machine diagnostic dialog like it is under responsive styling */
#modal-view-information *,
#modal-view-information *:before,
#modal-view-information *:after {
    box-sizing:border-box;
}
#modal-view-information .table-wrapper h4 {
    color:#003478;
    font-size:1em;
    font-weight:600;
    margin-bottom:5px;
}
#modal-view-information table {
    border-spacing:0px;
    border-collapse:collapse;
    table-layout:fixed;
    width:100%;
}
#modal-view-information tr:nth-child(even) {
    background:whitesmoke;
}
#modal-view-information th {
    padding:20px;
    color:#818181;
    font-size:1em;
    font-family:"Arial","Helvetica Neue","Helvetica","sans-serif";
    line-height:175%;
    text-align:left;
    vertical-align:top;
}
#modal-view-information td {
    padding:20px;
    line-height:175%;
    vertical-align:top;
}
#modal-view-information td:not(.requirementNotMet) {
    color:#515154;
}


.notification__warning,
.notification__issue,
.notification__note,
.notification__error,
.notification__general {
    display:inline-block;
    border-radius:5px;
    width:100%;
    padding:12.5px;
    font-size:14px;
    line-height:25px;
    background:#fff;
    font-family:Verdana,
    Geneva,
    sans-serif;
    position:relative;
    box-sizing:border-box;
}
@media screen and(max-width: 1440px) {
    .notification__warning,
    .notification__issue,
    .notification__note,
    .notification__error,
    .notification__general {
        font-size:13px;
    }
}
@media screen and(max-width: 480px) {
    .notification__warning,
    .notification__issue,
    .notification__note,
    .notification__error,
    .notification__general {
        font-size:12px;
    }
}
.notification__warning:before,
.notification__issue:before,
.notification__note:before,
.notification__error:before,
.notification__general:before {
    font-family:"FontAwesome";
    display:inline-block;
    padding-right:10px;
    font-size:20px;
    position:absolute;
    top:15px;
    left:15px;
}
.notification__warning>*,
.notification__issue>*,
.notification__note>*,
.notification__error>*,
.notification__general>* {
    margin-left:35px;
}
.notification__warning h1,
.notification__warning h2,
.notification__warning h3,
.notification__warning h4,
.notification__warning h5,
.notification__warning h6,
.notification__issue h1,
.notification__issue h2,
.notification__issue h3,
.notification__issue h4,
.notification__issue h5,
.notification__issue h6,
.notification__note h1,
.notification__note h2,
.notification__note h3,
.notification__note h4,
.notification__note h5,
.notification__note h6,
.notification__error h1,
.notification__error h2,
.notification__error h3,
.notification__error h4,
.notification__error h5,
.notification__error h6,
.notification__general h1,
.notification__general h2,
.notification__general h3,
.notification__general h4,
.notification__general h5,
.notification__general h6 {
    font-family:Verdana,
    Geneva,
    sans-serif;
    margin-top:0;
    margin-bottom:7.5px;
    font-size:14px;
}
.notification__warning a,
.notification__issue a,
.notification__note a,
.notification__error a,
.notification__general a {
    color:#22a3e6;
    transition:color ease-in .2s;
    -webkit-transition:color ease-in .2s;
}
.notification__warning a:hover,
.notification__issue a:hover,
.notification__note a:hover,
.notification__error a:hover,
.notification__general a:hover {
    color:#003478;
}
@media screen and(max-width: 480px) {
    .notification__warning,
    .notification__issue,
    .notification__note,
    .notification__error,
    .notification__general {
        width:100%;
        text-align:left;
    }
}
.notification__warning>img,
.notification__issue>img,
.notification__note>img,
.notification__error>img,
.notification__general>img {
    margin-right:15px;
    vertical-align:middle;
    display:none;
}
.notification__warning i,
.notification__issue i,
.notification__note i,
.notification__error i,
.notification__general i {
    padding-left:5px;
    font-size:14px;
}
.notification__warning ul,
.notification__warning ol,
.notification__issue ul,
.notification__issue ol,
.notification__note ul,
.notification__note ol,
.notification__error ul,
.notification__error ol,
.notification__general ul,
.notification__general ol {
    margin-top:10px;
    margin-left:0;
    margin-bottom:0;
}
.notification__warning p,
.notification__issue p,
.notification__note p,
.notification__error p,
.notification__general p,
.notification__warning a,
.notification__issue a,
.notification__note a,
.notification__error a,
.notification__general a,
.notification__warning li,
.notification__issue li,
.notification__note li,
.notification__error li,
.notification__general li,
.notification__warning span,
.notification__issue span,
.notification__note span,
.notification__error span,
.notification__general span {
    font-size:12px;
    line-height:16px;
}
.notification__warning p,
.notification__warning li,
.notification__issue p,
.notification__issue li,
.notification__note p,
.notification__note li,
.notification__error p,
.notification__error li,
.notification__general p,
.notification__general li {
    display:block;
}
.notification__warning span,
.notification__issue span,
.notification__note span,
.notification__error span,
.notification__general span {
    display:inline-block;
}
.notification__warning span.excerpt__hidden,
.notification__issue span.excerpt__hidden,
.notification__note span.excerpt__hidden,
.notification__error span.excerpt__hidden,
.notification__general span.excerpt__hidden {
    display:inline;
}
.notification__warning span.excerpt__hidden::after,
.notification__issue span.excerpt__hidden::after,
.notification__note span.excerpt__hidden::after,
.notification__error span.excerpt__hidden::after,
.notification__general span.excerpt__hidden::after {
    content:" ";
}
.notification__warning li,
.notification__issue li,
.notification__note li,
.notification__error li,
.notification__general li {
    list-style-type:disc;
    list-style-position:inside;
    display:list-item;
}
.notification__warning li.warranty__warning,
.notification__issue li.warranty__warning,
.notification__note li.warranty__warning,
.notification__error li.warranty__warning,
.notification__general li.warranty__warning {
    color:#515154;
}
.notification__warning li.warranty__warning-M,
.notification__issue li.warranty__warning-M,
.notification__note li.warranty__warning-M,
.notification__error li.warranty__warning-M,
.notification__general li.warranty__warning-M {
    color:#003478;
}
.notification__warning li.warranty__warning-W,
.notification__issue li.warranty__warning-W,
.notification__note li.warranty__warning-W,
.notification__error li.warranty__warning-W,
.notification__general li.warranty__warning-W {
    color:#b82b29;
}
.notification__warning button,
.notification__issue button,
.notification__note button,
.notification__error button,
.notification__general button {
    margin-top:5px;
    color:white;
}
.notification__warning .notification__single>*,
.notification__issue .notification__single>*,
.notification__note .notification__single>*,
.notification__error .notification__single>*,
.notification__general .notification__single>* {
    display:inline-block;
}
.notification__warning .notification__single *:first-child,
.notification__issue .notification__single *:first-child,
.notification__note .notification__single *:first-child,
.notification__error .notification__single *:first-child,
.notification__general .notification__single *:first-child {
    padding-right:5px;
}
.notification__warning .notification__single a,
.notification__issue .notification__single a,
.notification__note .notification__single a,
.notification__error .notification__single a,
.notification__general .notification__single a {
    font-family:Verdana,
    Geneva,
    sans-serif;
    font-size:14px;
    transition:color ease-in .2s;
    -webkit-transition:color ease-in .2s;
}
.notification__warning .notification__single a:hover,
.notification__issue .notification__single a:hover,
.notification__note .notification__single a:hover,
.notification__error .notification__single a:hover,
.notification__general .notification__single a:hover {
    color:#22a3e6;
}
.notification__warning .notification__single p>a,
.notification__issue .notification__single p>a,
.notification__note .notification__single p>a,
.notification__error .notification__single p>a,
.notification__general .notification__single p>a {
    padding-left:5px;
}
.notification__warning .notification__single a::first-letter,
.notification__warning .notification__single p>a::first-letter,
.notification__issue .notification__single a::first-letter,
.notification__issue .notification__single p>a::first-letter,
.notification__note .notification__single a::first-letter,
.notification__note .notification__single p>a::first-letter,
.notification__error .notification__single a::first-letter,
.notification__error .notification__single p>a::first-letter,
.notification__general .notification__single a::first-letter,
.notification__general .notification__single p>a::first-letter {
    text-transform:uppercase;
}
.notification__warning .notification__single>td,
.notification__issue .notification__single>td,
.notification__note .notification__single>td,
.notification__error .notification__single>td,
.notification__general .notification__single>td {
    display:table-cell;
}
@media screen and(max-width: 770px) {
    .notification__warning p,
    .notification__warning span,
    .notification__issue p,
    .notification__issue span,
    .notification__note p,
    .notification__note span,
    .notification__error p,
    .notification__error span,
    .notification__general p,
    .notification__general span {
        font-size:12px;
        line-height:21px;
    }
}
.notification__warning .table,
.notification__issue .table,
.notification__note .table,
.notification__error .table,
.notification__general .table {
    border:2px solid whitesmoke;
    background:whitesmoke;
}
.notification__warning>table,
.notification__issue>table,
.notification__note>table,
.notification__error>table,
.notification__general>table {
    display:table;
}
.notification__warning>table thead,
.notification__issue>table thead,
.notification__note>table thead,
.notification__error>table thead,
.notification__general>table thead {
    display:table-header-group;
}
.notification__warning>table tbody,
.notification__issue>table tbody,
.notification__note>table tbody,
.notification__error>table tbody,
.notification__general>table tbody {
    display:table-row-group;
}
.notification__warning>table tr,
.notification__issue>table tr,
.notification__note>table tr,
.notification__error>table tr,
.notification__general>table tr {
    display:table-row;
}
.notification__warning>table td,
.notification__issue>table td,
.notification__note>table td,
.notification__error>table td,
.notification__general>table td {
    display:table-cell;
}
.notification__warning tr,
.notification__warning .table--minimal tr,
.notification__issue tr,
.notification__issue .table--minimal tr,
.notification__note tr,
.notification__note .table--minimal tr,
.notification__error tr,
.notification__error .table--minimal tr,
.notification__general tr,
.notification__general .table--minimal tr {
    background:whitesmoke;
    border-top:1px solid #cdcccb;
}
.notification__warning tr:first-child,
.notification__warning .table--minimal tr:first-child,
.notification__issue tr:first-child,
.notification__issue .table--minimal tr:first-child,
.notification__note tr:first-child,
.notification__note .table--minimal tr:first-child,
.notification__error tr:first-child,
.notification__error .table--minimal tr:first-child,
.notification__general tr:first-child,
.notification__general .table--minimal tr:first-child {
    border-top:0;
}
.notification__warning td,
.notification__issue td,
.notification__note td,
.notification__error td,
.notification__general td {
    color:#515154;
}
.notification__warning>.notification__warning,
.notification__warning>.notification__issue,
.notification__warning>.notification__note,
.notification__warning>.notification__error,
.notification__warning>.notification__general,
.notification__issue>.notification__warning,
.notification__issue>.notification__issue,
.notification__issue>.notification__note,
.notification__issue>.notification__error,
.notification__issue>.notification__general,
.notification__note>.notification__warning,
.notification__note>.notification__issue,
.notification__note>.notification__note,
.notification__note>.notification__error,
.notification__note>.notification__general,
.notification__error>.notification__warning,
.notification__error>.notification__issue,
.notification__error>.notification__note,
.notification__error>.notification__error,
.notification__error>.notification__general,
.notification__general>.notification__warning,
.notification__general>.notification__issue,
.notification__general>.notification__note,
.notification__general>.notification__error,
.notification__general>.notification__general {
    font-weight:normal!important;
    border:0;
    border-radius:5px;
    padding:10px 15px;
    position:initial;
    margin-bottom:0;
    display:block;
    margin-top:15px;
    background:none;
    max-width:none;
    display:inline-block;
    width:auto;
    background:whitesmoke;
    color:#515154;
}
.notification__warning>.notification__warning *,
.notification__warning>.notification__issue *,
.notification__warning>.notification__note *,
.notification__warning>.notification__error *,
.notification__warning>.notification__general *,
.notification__issue>.notification__warning *,
.notification__issue>.notification__issue *,
.notification__issue>.notification__note *,
.notification__issue>.notification__error *,
.notification__issue>.notification__general *,
.notification__note>.notification__warning *,
.notification__note>.notification__issue *,
.notification__note>.notification__note *,
.notification__note>.notification__error *,
.notification__note>.notification__general *,
.notification__error>.notification__warning *,
.notification__error>.notification__issue *,
.notification__error>.notification__note *,
.notification__error>.notification__error *,
.notification__error>.notification__general *,
.notification__general>.notification__warning *,
.notification__general>.notification__issue *,
.notification__general>.notification__note *,
.notification__general>.notification__error *,
.notification__general>.notification__general * {
    color:#515154;
}
.notification__warning>.notification__warning>*,
.notification__warning>.notification__issue>*,
.notification__warning>.notification__note>*,
.notification__warning>.notification__error>*,
.notification__warning>.notification__general>*,
.notification__issue>.notification__warning>*,
.notification__issue>.notification__issue>*,
.notification__issue>.notification__note>*,
.notification__issue>.notification__error>*,
.notification__issue>.notification__general>*,
.notification__note>.notification__warning>*,
.notification__note>.notification__issue>*,
.notification__note>.notification__note>*,
.notification__note>.notification__error>*,
.notification__note>.notification__general>*,
.notification__error>.notification__warning>*,
.notification__error>.notification__issue>*,
.notification__error>.notification__note>*,
.notification__error>.notification__error>*,
.notification__error>.notification__general>*,
.notification__general>.notification__warning>*,
.notification__general>.notification__issue>*,
.notification__general>.notification__note>*,
.notification__general>.notification__error>*,
.notification__general>.notification__general>* {
    margin-left:0;
}
.notification__warning>.notification__warning:before,
.notification__warning>.notification__issue:before,
.notification__warning>.notification__note:before,
.notification__warning>.notification__error:before,
.notification__warning>.notification__general:before,
.notification__issue>.notification__warning:before,
.notification__issue>.notification__issue:before,
.notification__issue>.notification__note:before,
.notification__issue>.notification__error:before,
.notification__issue>.notification__general:before,
.notification__note>.notification__warning:before,
.notification__note>.notification__issue:before,
.notification__note>.notification__note:before,
.notification__note>.notification__error:before,
.notification__note>.notification__general:before,
.notification__error>.notification__warning:before,
.notification__error>.notification__issue:before,
.notification__error>.notification__note:before,
.notification__error>.notification__error:before,
.notification__error>.notification__general:before,
.notification__general>.notification__warning:before,
.notification__general>.notification__issue:before,
.notification__general>.notification__note:before,
.notification__general>.notification__error:before,
.notification__general>.notification__general:before {
    display:none;
    content:"";
}
p.notification__warning:before,
p.notification__issue:before,
p.notification__note:before,
p.notification__error:before,
p.notification__general:before,
span.notification__warning:before,
span.notification__issue:before,
span.notification__note:before,
span.notification__error:before,
span.notificaiton__general:before {
    position:relative;
    top:1px;
    left:5px;
}
.notification__warning+.notification__warning:not(.disable--overlap),
.notification__warning+.warning:not(.disable--overlap),
.notification__issue+.notification__issue:not(.disable--overlap),
.notification__issue+.issue:not(.disable--overlap),
.notification__issue+.caution:not(.disable--overlap),
.notification__note+.notification__note:not(.disable--overlap),
.notification__note+.note:not(.disable--overlap),
.notification__general+.notification__general:not(.disable--overlap) {
    margin-top:-4px!important;
    padding-top:5px;
    border-top:0;
    border-top-right-radius:0;
    border-top-left-radius:0;
    padding-top:15px;
    padding-bottom:15px;
    border-top:1px solid #cdcccb;
}
.notification__warning+.notification__warning:not(.disable--overlap):before,
.notification__warning+.warning:not(.disable--overlap):before,
.notification__issue+.notification__issue:not(.disable--overlap):before,
.notification__issue+.issue:not(.disable--overlap):before,
.notification__issue+.caution:not(.disable--overlap):before,
.notification__note+.notification__note:not(.disable--overlap):before,
.notification__note+.note:not(.disable--overlap):before,
.notification__general+.notification__general:not(.disable--overlap):before {
    content:"";
    display:none;
}
.notification__warning {
    border:2px solid #b82b29;
    color:#b82b29;
}
.notification__warning:before {
    color:#b82b29;
}
.notification__warning * {
    color:#b82b29;
}
.notification__warning button {
    margin-top:5px;
    background:#b82b29;
}
.notification__warning button:hover {
    background:#b82b29;
}
.notification__warning .notification__single a {
    color:#b82b29;
}
.notification__warning:before {
    content:"\f071";
}
.notification__issue {
    border:2px solid #d84d00;
    color:#d84d00;
}
.notification__issue:before {
    color:#d84d00;
}
.notification__issue * {
    color:#d84d00;
}
.notification__issue button {
    margin-top:5px;
    background:#d84d00;
}
.notification__issue button:hover {
    background:#d84d00;
}
.notification__issue .notification__single a {
    color:#d84d00;
}
.notification__issue:before {
    content:"\f071";
}
.notification__note {
    border:2px solid #969696;
    color:#969696;
}
.notification__note:before {
    color:#969696;
}
.notification__note * {
    color:#969696;
}
.notification__note button {
    margin-top:5px;
    background:#969696;
}
.notification__note button:hover {
    background:#969696;
}
.notification__note .notification__single a {
    color:#969696;
}
.notification__note:before {
    content:"\f06a";
}
.notification__general {
    border:2px solid #308d43;
    color:#308d43;
}
.notification__general:before {
    color:#308d43;
}
.notification__general * {
    color:#308d43;
}
.notification__general button {
    margin-top:5px;
    background:#308d43;
}
.notification__general button:hover {
    background:#308d43;
}
.notification__general .notification__single a {
    color:#308d43;
}
.notification__general:before {
    content:"\f0f3";
}
.row {
    margin-bottom:12.5px;
}
.system-status .content__modal .serviceStatus {
  margin-top: 6px;
  margin-bottom: 6px;
  display: table;
}
.system-status .content__modal .serviceStatus .serviceStatusIcon {
  border-radius: 50%;
  width: 16px;
  height: 16px;
  display: table-cell;
}
.system-status .content__modal .serviceStatus .serviceStatusName {
  padding-left: 6px;
  display: table-cell;
}
.system-status .content__modal .serviceStatus ul {
  margin: 0px;
}
.system-status .content__modal .serviceStatus ul li {
  margin-top: 0px;
  margin-bottom: 3px;
  margin-left: 22px;
  font-size: 12px;
}
.system-status .content__modal .serviceStatusIconRED {
  background: #c94028;
}
.system-status .content__modal .serviceStatusIconGREEN {
  background: #28c940;
}
.system-status .content__modal .serviceStatusIconAMBER {
  background: #f48f42;
}

.view-information .requirementNotMet {
  color: red;
}

.popup-overlay{
    text-align: center;
    z-index: 1000;
    position: absolute;
    width: 100%;
    height: 100%;
    align-content: center;
    opacity: 0.5;
    background-color: floralwhite;
    cursor: progress;
}
