﻿
/* Fonts ----------------------------------------------------*/
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 300;
    src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url(https://fonts.gstatic.com/s/sourcesanspro/v10/toadOcfmlt9b38dHJxOBGNbE_oMaV8t2eFeISPpzbdE.woff) format('woff');
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url(https://fonts.gstatic.com/s/sourcesanspro/v10/ODelI1aHBYDBqgeIAH2zlBM0YzuT7MdOe03otPbuUS0.woff) format('woff');
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    src: local('Source Sans Pro SemiBold'), local('SourceSansPro-SemiBold'), url(https://fonts.gstatic.com/s/sourcesanspro/v10/toadOcfmlt9b38dHJxOBGJ6-ys_j0H4QL65VLqzI3wI.woff) format('woff');
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url(https://fonts.gstatic.com/s/sourcesanspro/v10/toadOcfmlt9b38dHJxOBGFkQc6VGVFSmCnC_l7QZG60.woff) format('woff');
}

@font-face {
    font-family: 'Source Serif Pro';
    font-style: normal;
    font-weight: 400;
    src: local('Source Serif Pro'), local('SourceSerifPro-Regular'), url(https://fonts.gstatic.com/s/sourceserifpro/v4/CeUM4np2c42DV49nanp55S0XUiYNEUS_1eNN5dXyLEY.woff) format('woff');
}

@font-face {
    font-family: 'Source Serif Pro';
    font-style: normal;
    font-weight: 700;
    src: local('Source Serif Pro Bold'), local('SourceSerifPro-Bold'), url(https://fonts.gstatic.com/s/sourceserifpro/v4/yd5lDMt8Sva2PE17yiLarEdEMi6hVZBf-Q2vYVxUiSc.woff) format('woff');
}

@font-face {
    font-family: 'Fiserv-Template';
    src: url('../fonts/Fiserv-Template6f50.eot?tl2bok');
    src: url('../fonts/Fiserv-Template6f50.eot?tl2bok#iefix') format('embedded-opentype'), url('../fonts/Fiserv-Template6f50.ttf?tl2bok') format('truetype'), url('../fonts/Fiserv-Template6f50.woff?tl2bok') format('woff'), url('../fonts/Fiserv-Template6f50.svg?tl2bok#Fiserv-Template') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="fa-"]:before, [class*=" fa-"]:before {
    font-family: 'FontAwesome' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Font Awesome 4.7.0 by @davegandy, http://fontawesome.io/license */
@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont3e6e.eot?v=4.7.0');
    src: url('../fonts/fontawesome-webfontd41d.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont3e6e.woff2?v=4.7.0') format('woff2'),url('../fonts/fontawesome-webfont3e6e.woff?v=4.7.0') format('woff'),url('../fonts/fontawesome-webfont3e6e.ttf?v=4.7.0') format('truetype'),url('../fonts/fontawesome-webfont3e6e.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
}

[class*="fa-"]:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.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
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.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 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-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 {
    -ms-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-feed:before, .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-pp: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-resistance: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-y-combinator-square:before, .fa-yc-square:before, .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-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-intersex:before, .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-genderless:before {
    content: "\f22d"
}

.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"
}

.fa-yc:before, .fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before, .fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before, .fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before, .fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before, .fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-signing:before, .fa-sign-language:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before, .fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-vcard:before, .fa-address-card:before {
    content: "\f2bb"
}

.fa-vcard-o:before, .fa-address-card-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before, .fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before, .fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}



[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'Fiserv-Template' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-ncua:before {
    content: "\e925";
}

.icon-alert:before {
    content: "\e902";
}

.icon-personal:before {
    content: "\e90e";
}

.icon-personal-2:before {
    content: "\e903";
}

.icon-business:before {
    content: "\e904";
}

.icon-wallet:before {
    content: "\e905";
}

.icon-lending:before {
    content: "\e907";
}

.icon-home:before {
    content: "\e90f";
}

.icon-house-car:before {
    content: "\e909";
}

.icon-lending-2:before {
    content: "\e910";
}

.icon-insurance:before {
    content: "\e906";
}

.icon-wealth:before {
    content: "\e90a";
}

.icon-bank:before {
    content: "\e908";
}

.icon-login:before {
    content: "\e90d";
}

.icon-lock:before {
    content: "\e911";
}

.icon-piggy-bank:before {
    content: "\e912";
}

.icon-calculator-1:before {
    content: "\e913";
}

.icon-calculator-2:before {
    content: "\e914";
}

.icon-calculator-3:before {
    content: "\e90b";
}

.icon-credit-card:before {
    content: "\e915";
}

.icon-person-plus:before {
    content: "\e916";
}

.icon-check:before {
    content: "\e917";
}

.icon-computer:before {
    content: "\e918";
}

.icon-computer-checkmark:before {
    content: "\e919";
}

.icon-computer-graph:before {
    content: "\e91a";
}

.icon-cell-phone:before {
    content: "\e91b";
}

.icon-folder:before {
    content: "\e91c";
}

.icon-light-bulb:before {
    content: "\e91d";
}

.icon-phone:before {
    content: "\e91e";
}

.icon-security:before {
    content: "\e90c";
}

.icon-shield-lock:before {
    content: "\e91f";
}

.icon-video:before {
    content: "\e920";
}

.icon-sprout:before {
    content: "\e921";
}

.icon-cloud:before {
    content: "\e922";
}

.icon-map:before {
    content: "\e923";
}

.icon-rates:before {
    content: "\e924";
}


html, body {
}

a {
    text-decoration: none;
}

body {
    background: rgb(200,200,200);
    background: -moz-linear-gradient(top, rgba(200,200,200,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(200,200,200,1) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(200,200,200,1) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c8c8c8', endColorstr='#ffffff',GradientType=0 );
    font-family: 'Source Sans Pro',Arial, Helvetica, sans-serif;
    font-weight: 300;
    position: relative;
    height: 100%;
    min-height: 100%;
}

a {
    color: #000000;
}

    a:hover {
        color: #414141;
    }

#subpage-container a[id]:not([href]):not([class]) {
    position: relative;
    top: -9rem;
    display: block;
    visibility: hidden;
    height: 0;
    float: left;
    margin: 0;
}

.Hidden {
    display: none;
}

.Missing {
    background-color: yellow;
}
/*----structure----*/
#header, #hero-main, #features, #info-bar, #promo1, #promo2, #footer {
    width: 100%;
}

.inner-content {
    width: 1280px;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 0;
    box-sizing: border-box;
}

@media only screen and (max-width:1300px) {
    .inner-content {
        width: 100%;
    }
}

#header {
    position: fixed;
    top: 0;
    z-index: 1001;
    background-color: rgb(255, 255, 255);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

.desktop #header:hover {
    background-color: rgba(255,255,255,1);
}

.mobile #header {
    position: relative;
    background: #fff;
}

.inner-promo-content, .inner-feature-content {
    position: relative;
    min-height: 100px;
}

#header > .inner-content {
    position: relative;
    height: 100px;
}

.mobile #header > .inner-content {
    width: 100%;
    padding: 0;
    height: auto;
}

#logo-container {
    position: absolute;
    box-sizing: border-box;
    top: 0px;
    left: 0;
    z-index: 2505;
    padding: 2% 2%;
    background-color: rgba(255,255,255,1);
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.32);
}

.mobile #logo-container {
    display: block;
}

.mobile.opennav #logo-container {
    padding: 5px;
    box-shadow: none;
}

.mobile.opennav #logo-container {
    padding: 10px 5px;
    box-shadow: none;
}

@media only screen and (max-width: 1350px) {
    #logo-container {
        left: 2%;
        padding: 3%;
    }
}

#logo {
    height: auto;
    display: block;
}

    #logo a {
        display: block;
    }

    #logo img, #logomark img {
        max-width: 100%;
        width: 100%;
    }
/*------change this width---*/
.home #logo {
    width: 300px;
}
/*-------Change logo size here for subpages and scroll logo, make smaller to avoid overlap on first section -------------*/
.scroll #logo, #logo {
    width: 215px;
}

/*--change this height for .mobile, once nav is opened it will resize to a fixed height and auto width.---*/
.mobile #logo img {
    height: 80px;
    width: auto;
}
/*-----change this height if necessary for smaller screens -----*/
@media only screen and (max-width:560px) {
    .mobile #logo img {
        height: 60px;
        padding: 5%;
    }
}

/* ----this is a fixed value to fit in allowable space before nav, do not change this value--------*/
.mobile.opennav #logo img {
    height: 55px;
    padding: 0;
}

@media only screen and (max-width:736px) /*iPhone 6 Plus Landscape*/ {
    .mobile #logo-container {
        /* display: block; */
    }
}


/*--------Fonts--------*/
/*TEXT FORMATTING
-------------------------------------------------------------------------------------------*/
ul {
    margin: 0 0 0 .4rem;
    padding: .5rem 0 .5rem 1.5rem;
    list-style-type: none;
}

    ul li ul {
        margin: 0;
        padding-bottom: 0;
    }

ol {
    margin: 0 0 .5rem 1.250rem;
    padding: .5rem 0;
}

    ol li {
        padding: .5rem 0;
    }

ul li p {
    margin: 0;
    padding: 0;
    line-height: 1;
}

ul li {
    position: relative;
    padding: .5rem 0 .5em 1.5rem;
    background-repeat: no-repeat;
}

[class*=section] ul li:before,
[class*=Section] ul li:before {
    content: "\f054";
    font-family: 'fontAwesome';
    color: #929292;
    height: auto;
    display: block;
    position: absolute;
    text-align: center;
}

[class*=section] ul ul li:before,
[class*=Section] ul ul li:before {
    content: "\f096";
}

ul.List-Checkmark li {
}

    ul.List-Checkmark li:before {
        content: "\f00c";
        font-family: 'fontAwesome';
        color: #0055a0;
        height: auto;
        display: block;
        position: absolute;
        text-align: center;
        /* text-shadow: .075rem .075rem 0.15rem rgba(150, 150, 150, 0.8); */
    }

ul.List-Checkmark ul li:before {
    content: "\f105";
    font-size: 1rem;
    height: auto;
    top: .55rem;
    left: .278rem;
    text-shadow: none;
}

p,
blockquote {
    line-height: 1.5;
    margin-bottom: 0.625rem;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
}

h1, h2, h3 {
    position: relative;
}

h2, h3, h4, h5, h6 {
    padding-top: .875rem;
}

h1, h2, h3, h4, h5, .Table-Product caption {
    margin: 0.125rem 0;
}



h2 {
    font-weight: 200;
}

h3 {
}

h4 {
}

h5 {
}

h6 {
}

sup {
    vertical-align: baseline;
}

sub {
    vertical-align: sub;
}

img {
    max-width: 100%;
}

blockquote:before, q:before {
    content: "\201C";
    margin-left: -0.375rem;
}

blockquote:after, q:after {
    content: "\201D";
    margin-right: -0.375rem;
}

.Disclaimer {
    font-size: 1em;
    font-weight: 300;
}

.checkmark:before {
    content: '\f00c';
    font-family: 'FontAwesome';
    color: #003299;
}
/*FONT SIZING
-------------------------------------------------------------------------------------------*/
html {
    font-size: 18px;
    line-height: 1;
}

[class*=section] ul li:before,
[class*=Section] ul li:before {
    font-size: 0.750rem;
    left: .2rem;
    top: .65rem;
}

ul.List-Checkmark li:before {
    font-size: 1.25rem;
    top: .2rem;
    left: 0;
}

h1 {
    font-size: 2.441rem;
}

h2, .Table-Product caption {
    font-size: 2rem;
}

h3, .checkmark:before {
    font-size: 1.625rem;
}

h4 {
    font-size: 1.5rem;
}

h5 {
    font-size: 1.25rem;
}

.Table-Style th, .Table-Product th {
    font-size: 1rem;
}

.Table-Style caption {
    font-size: 1.25rem;
}

@media only screen and (min-width: 1366px) {
    html {
        font-size: 1.125vw;
    }
}

@media only screen and (max-width:768px) /*iPad Portait*/ {
    html {
        font-size: 16px;
    }
}

/* Site specific FONT OVERRIDES
-------------------------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
}

h1 {
    color: #000000;
}

h2 {
    color: #616161;
}

h3 {
    color: #0037CD;
    font-weight: 600;
}

h4 {
    font-weight: 400;
    color: #000000;
}

h1, h4 {
    font-family: 'Source Serif Pro', Arial, Helvetica, sans-serif;
}

h5 {
    color: #414141;
}

h6 {
}

ul.List-Checkmark li:before {
    color: #000000;
}

.subsection ul ul li:before, ul.List-Checkmark ul li:before {
    color: #0037CD;
}

.content img {
    max-width: 100%;
}

fieldset {
    padding: 10px;
    outline: none;
    border: 0;
}

    fieldset legend {
        color: #636363;
        padding: 5px;
        font-size: 16px;
        line-height: 18px;
        font-weight: bold;
    }

blockquote {
    float: right;
    position: relative;
    width: 40%;
    display: block;
    font-size: 1.6em;
    line-height: 1.2em;
    color: #7d7d7d;
    border-left: 1px #cacaca solid;
    padding: 0px 0px 0px 55px;
}

    blockquote:before {
        font-family: Georgia, sans-serif;
        display: block;
        content: "\201C";
        font-size: 80px;
        position: absolute;
        left: 10px;
        top: 20px;
        color: #0093d0;
    }

sup {
    font-size: .6em;
    line-height: 1em;
}

.Disclaimer {
    padding: 0;
    color: #8a8a8a !important
}

.nowrap {
    white-space: nowrap;
}

a.Button1, a.Button2, button.Button1, input.Button1, button.Button2, a.Button-White {
    margin: 5px 20px 5px 0;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px 25px 10px 25px;
    vertical-align: middle;
    cursor: pointer;
    font-weight: 400;
    font-size: 1rem;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    outline: 0;
    border: 0;
    border-radius: 0;
    position: relative;
    background-color: #000000;
}


a.Button-White {
    border-color: #fff;
}

    a.Button1, a.Button2, button.Button1, input.Button1, button.Button2, a.Button-White, a.Button-White, a.Button2, button.Button2, a.Button1:hover, a.Button2:hover, #login input.Button1:hover, button.Button1.Button-White:hover, .Button2:hover, a.Button-White:hover {
        color: #fff;
    }

        a.Button1:hover, a.Button2:hover, #login input.Button1:hover, button.Button1:hover, button.Button2:hover, a.Button-White:hover {
            text-decoration: none;
        }

        a.Button2, button.Button2, .login-button, .caption-container a.Button1, #promo3 a.Button1:hover, a.Button1:hover, a.Button2:hover, #login input.Button1:hover, button.Button1:hover, button.Button2:hover, a.Button-White:hover, login .btn_login:hover {
            background-color: #0037CD;
        }

            a.Button2:hover, button.Button2:hover {
                background-color: #4d4d4d !important;
            }

/* -----------Search--------------*/
#search, .login-button {
    position: absolute;
    right: 0;
    top: 0;
}

#search {
    height: 100%;
    width: 100px;
}

.home #search {
    right: 100px;
}

.mobile #search {
    right: 140px;
    width: 70px;
}

.search-button, .login-button, .btn_go {
    display: none;
    width: 100px;
    height: 100px;
    z-index: 1;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

.mobile .search-button, .mobile .login-button {
    width: 70px;
    height: 70px;
    right: 70px;
}

.mobile .search-button {
    right: 0;
}

.home .login-button {
    display: block;
    text-align: center;
}

.login-button p {
    padding-top: 2.0em;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

.scroll .login-button p {
    padding-top: .8em;
}

.mobile .login-button p {
    padding-top: 1em;
}

.search-button, .btn_go {
    right: 0;
    background-color: rgba(4,54,115,0);
    display: block;
    position: absolute;
    z-index: 1002;
}

    .search-button:before, .login-button:before {
        position: absolute;
        font-family: "FontAwesome";
        content: "\f002";
        font-size: 30px;
        line-height: 37px;
        top: 30px;
        left: 50%;
        margin-left: -10px;
        z-index: 5;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
        transition: all .5s ease;
    }

.login-button:before {
    color: rgba(255,255,255,.5);
}

.mobile .search-button:before, .mobile .login-button:before {
    top: 17px;
}

.mobile .login-button:before {
    top: 5px;
}

.search-button:before {
    font-size: 20px;
    color: #000000;
}

.home.desktop.searchopen .search-button {
    right: 100px;
}

.search-button:hover, .searchopen .search-button {
    background-color: #000000;
    right: 0;
}

    .searchopen .search-button:before, .search-button:hover:before {
        color: #fff;
    }

#search input.searchquery {
    position: absolute;
    display: block;
    z-index: 1000;
    right: 0px;
    width: 0;
    height: 100%;
    padding: 0;
    margin: 0;
    border-width: 0px;
    /* height: 100px; */
    padding: 0;
    background-color: #c1c1c1 !important;
    color: #fff !important;
    text-align: left;
    font-size: 18px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

#search {
    display: none;
}

.desktop #search, .desktop #search input.searchquery {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

#search.searchopen {
    width: 100%;
    margin: 0;
    padding: 0;
}

.desktop #search.searchopen {
    right: 0;
}

.mobile #search.searchopen {
    width: calc(100% - 140px);
}

#search.searchopen input.searchquery {
    width: 90%;
    padding: 0px 100px 0px 2%;
}

.mobile #search.searchopen input.searchquery {
    width: 100%;
}

.desktop #search.searchopen input.searchquery {
    right: 100px;
    width: 65%;
}

.home.desktop #search.searchopen input.searchquery {
    right: 200px;
    width: 53%;
}

.btn_go {
    right: 0px;
    width: 0;
    padding: 0;
    outline: 0;
    border: 0;
    background-color: #9c9c9c;
    text-transform: uppercase;
    font-weight: 600;
    z-index: 1000;
}

    .btn_go:hover {
        background-color: #000000;
        color: #fff;
    }

.desktop .searchopen .btn_go {
    width: 100px;
    right: 100px;
}

.home.desktop .searchopen .btn_go {
    right: 200px;
}

.login-button:before {
    content: "\f023";
    top: 20px;
}

/*------------ob-----------------*/
/*------login-inner-content and ob-arrow have to be the same color ----*/
#login-inner-content {
    background-color: #000;
}

.ob-arrow {
    border-bottom-color: #000;
}

#login {
    position: absolute;
    right: 0;
    top: 124px;
    width: 335px;
    z-index: 2501;
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

.ob-arrow {
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom-width: 20px;
    border-bottom-style: solid;
    top: -20px;
    left: 82%;
    margin-left: -15px;
    position: absolute;
    z-index: 12001;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

body.home.openob #login {
    opacity: 1;
    visibility: visible;
}

body.mobile #login {
    top: -400px;
    left: unset;
    right: 55px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

body.mobile.openob #login {
    top: 93px;
}

@media only screen and (max-width:400px) /*Galaxy Note 1 Portrait*/ {
    body.mobile #login {
        right: 0px;
        width: 100%;
    }
}

#login-inner-content {
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.2);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    border-radius: 10px;
    box-sizing: border-box;
}

#login:hover #ob {
    background: rgba(256,256,256,1);
}

#obContainer {
    padding: 10px 0px 25px 0px;
    width: 283px;
    margin: 0 auto;
    box-sizing: border-box;
}

#login h2 {
    margin: 0px 0 0 0px;
    padding: 20px 0px 15px 0;
    text-align: center;
    font-size: 36px;
    line-height: 32px;
    font-family: 'Source Serif Pro', Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #fff;
}

body.retail #obContainer {
}

#select {
    position: relative;
    width: 253px;
    height: 45px;
    padding: 0px;
    margin: 0 0px 15px 0;
}

#accessfield {
    width: 283px;
    height: 45px;
    margin: 0;
    padding: 0px 0px 0px 0px;
    /* border: 1px solid; */
    position: relative;
    /* display: block; */
    overflow: hidden;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

#accessfieldxy {
    position: relative;
}

.accessfield.bob, .business .accessfield.rob {
    display: none;
}

body.retail .accessfield.rob, .business .accessfield.bob {
    display: block;
}

body.retail .accessfield.rob {
}

.obaccess, .obpass, .bob-remove {
    background-color: #fff;
    font-size: 16px;
    line-height: 19px;
    color: #313131;
    height: 45px;
    margin: 0px 0 15px 0;
    width: 100%;
    border: 0;
    outline: 0;
    padding: 0px 10px 0px 38px;
    -webkit-appearance: none;
    box-sizing: border-box;
}

.obpass {
    padding-left: 15px;
    /* display: none; */
}

.personal .obpass, .retail .obpass {
    display: block;
}

#accessfield-ecom input[type=text].obaccess {
    width: 253px;
    padding-left: 10px;
}

div.accessfield:before {
    font-family: 'fontAwesome';
    content: "\f023";
    font-size: 21px;
    line-height: 46px;
    color: #686260;
    display: block;
    position: absolute;
    top: 1px;
    left: 13px;
}

#accessfieldxy #accessfield-ecom:before {
    top: 57px;
}

input[type=text].obaccess:focus, input[type=password].obaccess:focus {
    outline: 0;
}

#accessfieldxy #accessfield-ecom:before {
    top: 57px;
}

#btn_login {
    font-weight: normal;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0px;
    padding: 8px 20px;
    border-width: 1px;
    border-style: solid;
    background-color: transparent;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-appearance: none;
    cursor: pointer;
    z-index: 1000;
    border-color: #fff;
    color: #fff;
}

#login .btn_login:hover {
    border-color: #001A3F;
}

#oblinks1, #oblinks2, #login.personal #oblinks2, #login.business #oblinks1 {
    display: none;
}

#login #oblinks1, #login.personal #oblinks1, #login.business #oblinks2 {
    display: block;
}

#oblinks {
    min-height: 20px;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 13px;
    right: 17px;
}

.oblinks {
    width: 100%;
}

#oblinks * {
    margin: 0;
    padding: 0;
    color: #fff;
}

#oblinks ul li {
    float: left;
    display: inline;
    list-style-type: none;
    margin: 0;
    font-size: 14px;
    line-height: 19px;
}

    #oblinks ul li a {
        display: block;
        padding: 20px 10px;
        vertical-align: middle;
        position: relative;
    }

#hero-main {
    height: 505px;
    width: 100%;
    position: relative;
    background-color: #fff;
    -webkit-transition: margin-top .5s ease;
    -moz-transition: margin-top .5s ease;
    -ms-transition: margin-top .5s ease;
    transition: margin-top .5s ease;
}

#page > .inner-content {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
    border-radius: 0 0 20px 20px;
}
/* Main nav --------------*/
/* -----------Panel Nav ------------------------------------*/
.nav {
    display: none;
}

.panel-content h2 {
    font-family: 'Source Serif Pro', Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 24px;
    padding: 0px 0px 0px 0px;
    margin: 10px 0px 0px 0px;
}

.panel-content ul {
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    list-style-type: none;
}

    .panel-content ul li {
        font-size: 16px;
        line-height: 20px;
        font-weight: 300;
        margin: 3px 0px 0px 0px;
        padding: 4px 5px 4px 0px;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
    }

        .panel-content ul li a {
            display: block;
            color: #414141;
        }

.panel-content a:hover {
}

.panel-content ul li:hover {
    padding: 4px 0px 4px 5px;
}

.desktop .nav {
    display: block;
    position: relative;
    bottom: 0;
    height: 100px;
    width: 100%;
    background-color: #fff;
    z-index: 2502;
}

    .desktop .nav.fixed {
        position: fixed;
        top: 0;
        z-index: 10000;
    }

    .desktop .nav .inner-content {
        position: relative;
        width: 100% !important;
        height: 100%;
        max-width: 100%;
        margin: 0px auto;
        padding: 0px;
    }

        .desktop .nav .inner-content > ul {
            position: absolute;
            right: 100px;
            margin: 0;
            padding: 0;
            /* min-width: 782px; */
            height: 100px;
            z-index: 1000;
            list-style-type: none;
        }


.home.desktop .nav .inner-content > ul {
    right: 200px;
}

.desktop .nav .inner-content > ul > li {
    float: left;
    color: #FFFFFF;
    /* overflow: hidden; */
    text-decoration: none;
    width: 165px;
    position: static;
    height: 100%;
    padding: 0;
}

.desktop .nav .inner-content > ul li a.category {
    position: relative;
    float: left;
    color: #687090;
    width: 100%;
    height: 100%;
    padding: 40px 0 0 0;
    text-align: center;
    text-decoration: none;
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
    /* line-height: 100px; */
    text-align: center;
    background: none;
    vertical-align: middle;
    z-index: 12000;
    text-transform: uppercase;
    box-sizing: border-box;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
}

.desktop .nav .inner-content > ul li:hover a.category {
    color: #000000;
}

.desktop .nav .inner-content > ul li a.category:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 3px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
    background-color: #0037CD;
}

.desktop .nav .inner-content > ul li:hover a.category:after {
    left: 0;
    width: 100%;
}

.desktop .nav .inner-content ul li div.navpanel {
    position: absolute;
    overflow: hidden;
    top: 100px;
    margin: 0;
    padding: 0;
    z-index: 1000;
}

.desktop .nav .inner-content ul li div.item1panel {
    right: -52px;
    width: 735px;
}

.desktop .nav .inner-content ul li:hover div.item1panel {
    right: -52px;
    height: 213px;
}

.desktop .nav .inner-content ul li div.item2panel {
    right: 16px;
    width: 493px;
}

.desktop .nav .inner-content ul li:hover div.item2panel {
    right: 16px;
    height: 194px;
}

.desktop .nav .inner-content ul li div.item3panel {
    right: 97px;
    width: 240px;
}

.desktop .nav .inner-content ul li:hover div.item3panel {
    right: 97px;
    height: 325px;
}

.desktop .nav .inner-content ul li div.item4panel {
    right: -69px;
    width: 240px;
}

.desktop .nav .inner-content ul li:hover div.item4panel {
    right: -69px;
    height: 189px;
}

@media only screen and (max-width:1200px) {
    .desktop .nav .inner-content > ul > li {
        width: 145px;
    }
}

@media only screen and (max-width:1080px) {
    .desktop .nav .inner-content ul li div.item2panel {
        left: -70px;
    }

    .desktop .nav .inner-content ul li:hover div.item2panel {
        left: -70px;
    }

    .desktop .nav .inner-content ul li div.item4panel {
        left: 380px;
    }

    .desktop .nav .inner-content ul li:hover div.item4panel {
        left: 380px;
    }
}

.desktop .nav .inner-content ul li div.navpanel .panelxy {
    margin: -310px 3% 0 3%;
}

.desktop .nav .inner-content ul li:hover div.navpanel .panelxy {
    margin: -6px 3% 0 3%;
}

.desktop .panel-content {
    position: relative;
    display: block;
    padding: 0;
    width: 100%;
    height: 100%;
}

.desktop .panelxy {
    float: left;
    display: block;
    width: 98%;
    height: 100%;
    padding: 0;
    background-color: rgba(255,255,255,.95);
    border-bottom: 3px solid #b5b5b5;
    box-shadow: inset 0px 18px 20px -15px rgba(83,102,112,0.32), 0px 0px 10px 0px rgba(0,0,0,0.2);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

    .desktop .panelxy div {
        position: relative;
        float: left;
        width: 240px;
        height: 100%;
        padding: 3% 20px 0 30px;
        margin: 0;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

        .desktop .panelxy div:before {
            position: absolute;
            display: block;
            content: "";
            left: -5px;
            bottom: 0px;
            width: 1px;
            height: 80%;
            background: rgb(234,234,234); /* Old browsers */
            background: -moz-linear-gradient(top, rgba(234,234,234,1) 29%, rgba(144,144,144,1) 100%); /* FF3.6-15 */
            background: -webkit-linear-gradient(top, rgba(234,234,234,1) 29%,rgba(144,144,144,1) 100%); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to bottom, rgba(234,234,234,1) 29%,rgba(144,144,144,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaeaea', endColorstr='#909090',GradientType=0 ); /* IE6-9 */
        }

        .desktop .panelxy div:first-of-type:before {
            display: none;
        }

        .desktop .panelxy div.clearfloat {
            clear: both;
            float: none;
            width: 0px;
            height: 0px;
        }

            .desktop .panelxy div.clearfloat:before {
                display: none
            }
/*-----short nav on scroll----------*/
.desktop #header > .inner-content, .desktop .nav, .desktop .nav .inner-content > ul, .desktop .nav .inner-content ul li div.navpanel, #logo, #logo-container {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

.desktop.scroll #header > .inner-content, .desktop.scroll .nav, .desktop.scroll .nav .inner-content > ul, .desktop.scroll .search-button, .desktop.scroll .btn_go, .desktop.scroll .login-button {
    height: 75px;
}

    .desktop.scroll .nav .inner-content > ul li a.category {
        padding-top: 18%;
    }

    .desktop.scroll .nav .inner-content ul li div.navpanel {
        top: 75px;
    }

    .desktop.scroll .search-button:before, .desktop.scroll .login-button:before {
        top: 6px;
    }

.mobile #logo {
    height: 100%;
    min-height: 100%;
    width: auto;
}


.desktop.scroll #logo-container {
    padding: 2% 3%;
}

.desktop.scroll #login {
    top: 100px;
}
/*MAIN NAV MOBILE 1.2
-------------------------------------------------------------------------------------------*/
.mobile #nav-logo {
    position: absolute;
    top: -70px;
    min-width: 50px;
    height: 40px;
    padding: 13px 0 12px 15px;
    overflow: hidden;
}

    .mobile #nav-logo img {
        display: block;
    }

.mobile .nav {
    position: relative;
    display: block;
    max-height: 70px;
    padding: 0;
    overflow: hidden;
    background: #FFF;
    z-index: 2502;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}
/*------Adjust this max height if your nav is long--------*/
.mobile.opennav .nav,
.mobile.opennav .nav .inner-content {
    max-height: 3000px;
}

.mobile.opennav .nav {
    height: auto;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.opennav.openob .nav {
    max-height: 0;
}

.desktop .nav > h2 {
    display: none;
}

.mobile .nav > h2 {
    display: none;
    float: left;
    font-size: 18px;
    line-height: 48px;
    color: #FFF;
    margin: 0;
    padding: 0px;
}

.login-btn {
    display: none;
    position: relative;
    float: right;
    width: 90px;
    height: 40px;
    padding: 0 0 0 15px;
    background: transparent;
    color: #000 !important;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #d5d5d5;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

    .login-btn:before {
        position: absolute;
        font-family: 'queenstown';
        content: "\e604";
        left: 15px;
        color: #003299;
    }

.home.mobile.openob .login-btn, .home.mobile.openob .login-btn:hover {
    background: #003299;
    color: #FFF !important;
}

    .home.mobile.openob .login-btn:before {
        color: #FFF;
    }

.mobile .login-btn {
    position: absolute;
    float: none;
    top: 19px;
    right: 80px;
}

.menubutton {
    display: none;
    float: right;
    width: 70px;
    height: 70px;
    margin: 0;
    padding: 0;
    background: transparent;
    cursor: pointer;
    color: #ff6600;
    text-decoration: none;
    font-size: 16px;
    line-height: 22px;
    box-sizing: border-box;
}

    .menubutton i {
        /*display: none;*/
        position: relative;
        height: 27px;
        width: 27px;
        margin: auto;
    }

        .menubutton i:before {
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            font-size: 27px;
            color: #000000;
            text-align: center;
        }

.mobile .menubutton {
    display: flex;
}

.menubutton > h2 {
    display: block;
    /* float: left; */
    font-size: 21px;
    line-height: 33px;
    color: #004e5a;
    margin: 0;
    padding: 0px;
    text-transform: uppercase;
    font-weight: normal;
    /* padding-left: 35px; */
    text-align: center;
}

.mobile .nav .inner-content {
    max-height: 0px;
    padding: 0;
    width: 100%;
    margin: 0;
    -webkit-transition: max-height 1s ease-in;
    -moz-transition: max-height 1s ease-in;
    -ms-transition: max-height 1s ease-in;
    transition: max-height 1s ease-in;
}

@media only screen and (max-width: 500px) {
    .mobile #nav-logo .logo-desktop {
        display: none;
    }

    .mobile #nav-logo .logomark {
        display: block;
    }

    .mobile .nav {
        /* max-height: 60px; */
    }

    .mobile .login-btn {
        top: 8px;
        right: 64px;
        width: 90px;
        height: 32px;
        line-height: 32px;
    }

    .menubutton i {
        float: none;
    }

    .menubutton h2 {
        display: none;
    }

    .mobile #nav-logo {
        top: -53px;
    }

        .mobile #nav-logo .logomark:before {
            font-size: 43px;
            line-height: 43px;
        }
}

@media only screen and (max-width:1000px) {
    .mobile .nav .inner-content {
        width: 100% !important;
        max-height: 0px;
        padding: 0 !important;
        margin: 0 !important;
    }
}



.mobile .nav .inner-content > ul {
    display: block;
    margin: 0;
    padding: 0;
    /* border-top: 1px solid #e4e4e4; */
}

    .mobile .nav .inner-content > ul > li {
        /* position:relative; */
        font-size: 16px;
        line-height: 0;
        max-height: inherit;
        height: auto;
        /* overflow: hidden; */
        padding: 0;
        background: rgba(255,255,255,1);
        border-bottom: 1px solid #e4e4e4;
    }

        .mobile .nav .inner-content > ul > li.active .navpanel {
            max-height: 1000px;
        }

        .mobile .nav .inner-content > ul > li a.category {
            display: block;
            margin: 0;
            padding: 0px 0 0 30px;
            line-height: 49px;
            color: #000;
            font-size: 20px;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            background-color: #FFF;
        }

.mobile .navpanel {
    display: block;
    width: 95%;
    padding: 0 0 0 5%;
    display: flex;
    flex-wrap: wrap;
    max-height: 0;
    overflow: hidden;
    background: #f3f3f3;
    transition: all 1s ease-in-out;
}

.mobile .panelxy div {
    float: left;
    padding: 10px 2% 2% 2%;
    width: 29%;
}

.mobile .panel-content {
    position: relative;
    display: block;
    padding: 0;
    width: 100%;
    height: 100%;
}



@media only screen and (max-width:1000px) {
    div.menubutton {
        display: block;
    }
}

@media only screen and (max-width:640px) {
    .mobile .navpanel {
        width: 100%;
        padding: 0;
    }

    .mobile .panelxy div {
        float: none;
        padding: 0;
        width: 100%;
        border-top: 1px solid #cecece;
    }

    .mobile .panel-content ul li {
        font-size: 16px;
        line-height: 19px;
        margin: 0px;
        padding: 0px;
        border-top: 1px solid #cecece;
    }

        .mobile .panel-content ul li a {
            margin: 0px 0px 0px 0px;
            padding: 10px 50px;
            line-height: 19px;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
        }

            .mobile .panel-content ul li a:hover {
                background: rgba(255,255,255,.75);
            }

    .mobile .panel-content h2 {
        padding: 10px 0px 2px 40px;
        margin: 2px 0px 2px 0px;
    }
}

.info, #weather {
    width: 33%;
    float: left;
}

/* TOOLBAR -----------------------------------------------------------*/
#toolbar {
    display: none;
    position: fixed;
    width: 400px;
    height: 100vh;
    top: 0;
    right: -400px;
    z-index: 10002;
    padding: 20vh 50px;
    background: rgba(4,54,115,.95);
    moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: right .3s;
    -moz-transition: right .3s;
    -ms-transition: right .3s;
    transition: right .3s;
}

.desktop #toolbar {
    display: block;
}

#toolbar h4 {
    font-size: 30px;
    line-height: 40px;
}

#toolbar h4, #toolbar p, #toolbar a {
    color: #fff !important;
}

    #toolbar a.fa-apple:before, #toolbar a.fa-android {
        font-size: 25px;
        margin-right: 10px;
    }

        #toolbar a.fa-apple:hover:before, #toolbar a.fa-android:hover:before {
            color: #0037CD;
        }

@media only screen and (max-width:1024px) {
    .desktop #toolbar {
        top: 7%;
        z-index: 10005;
    }
}

@media only screen and (max-height:650px) {
    .desktop #toolbar {
        top: 2%;
        z-index: 10005;
    }
}

#toolbar.open {
    right: 0px;
    -webkit-box-shadow: -1px 3px 4px 0px rgba(0,0,0,0.41);
    -moz-box-shadow: -1px 3px 4px 0px rgba(0,0,0,0.41);
    box-shadow: -1px 3px 4px 0px rgba(0,0,0,0.41);
}

#toolbtn-info {
    position: absolute;
    top: 80px;
    left: -48px;
    width: 48px;
    height: 36px;
    background-color: #3b5998;
}

#toolbtn-widget {
    position: absolute;
    font-family: 'fontAwesome';
    top: 25vh;
    left: 0px;
    width: 48px;
    height: 50px;
    text-align: center;
    color: #FFF;
    background-color: #000000;
    transition: left 0.5s ease;
}

.tools-active #toolbtn-widget {
    left: -48px;
}

#toolbtn-info:hover, #toolbtn-widget:hover, #toolbtn-widget.active {
    background: rgba(4,54,115,.95);
}

#toolbtn-widget span:before {
    opacity: 1;
    display: block;
    text-align: center;
}

#toolbtn-widget span.icon-toolbar:before {
    font-size: 28px;
    line-height: 20px;
    padding: 15px 0 0 0px;
}

/*------------------ Greeting Start -------------------------*/
#greetingXY {
    position: absolute;
    z-index: 8;
    height: 50px;
    width: 311px;
    margin-left: 0px;
    top: 75px;
    left: 409px;
    text-align: left;
}

    #greetingXY a {
        color: #035380;
    }

        #greetingXY a:hover {
            color: #949c50;
        }

body.atmlocator #greetingXY {
    display: none;
}

#guestWelcome {
    font-size: 24px;
    line-height: 30px;
    /* color: #3d3e3f; */
    padding-right: 2px;
}

#greeting {
    margin-top: 16px;
    color: #ffffff;
    font-size: 14px;
    width: 33%;
    float: left;
}

    #greeting a {
        color: rgba(251,248,239,.8);
    }

#personalizeLine {
    display: none;
    font-size: 10px;
    padding-top: 2px;
}

    #personalizeLine a {
        text-decoration: none;
        cursor: pointer;
    }

        #personalizeLine a:hover {
            text-decoration: underline;
        }

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* Personalization Popup */
/*#personalizationxy {
	display: none;
}
*/
#personalizationxy {
    position: fixed;
    width: 400px;
    z-index: 3550;
    top: -1000px;
    left: 50%;
    background: #005a8b;
    margin: 75px 0 0 -223px;
    padding: 0px 0px 0px 0px;
    display: block;
    overflow: hidden;
    color: #f1f1f1;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .5s ease-in-out;
}

.borderradius #personalizationxy {
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -ms-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
}

.boxshadow #personalizationxy {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
}

#personalizationxy.active {
    top: 94px;
}

#personalizationx {
    position: absolute;
    /* width: 16px; */
    z-index: 40;
    top: 3px;
    right: 0px;
    display: block;
    padding: 3px;
    font-weight: bold;
    margin-top: 0px;
}

    #personalizationx a:hover {
        background-position: 0px -16px;
    }

#personalizationxy a .fa-times-circle {
    color: #afc9da;
    color: rgba(255, 255, 255, 0.7);
    padding: 0;
    margin: 0;
    font-size: 20px;
    line-height: 20px;
    width: 20px;
    height: 20px;
}

#personalizationxy a:hover .fa-times-circle {
    color: #FFF;
    color: rgba(255, 255, 255, 1);
}

.personalizationTitle {
    font-size: 14px;
    margin: 3px 10px 3px 10px;
    padding: 3px 0 3px 0;
    color: #dbceac;
}

#personalizationxy p {
    margin: 3px 10px 3px 10px;
    padding: 3px 0 3px 0;
}

#personalization {
    padding: 5px 20px 0px 20px;
    background: #fff;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -o-border-radius: 0 0 10px 10px;
    -ms-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    overflow: auto;
    color: #000;
}

    #personalization h1 {
        display: block;
        font-size: 25px;
        line-height: 30px;
        padding: 0 0 0 0;
        margin: 0 0 2px 0 !important;
        font-weight: normal;
        color: #005a8b;
    }

    #personalization p {
        font-size: 13px;
        line-height: 18px;
        padding: 3px 0px 3px 0px;
        margin: 2px 0px 7px 0px;
    }

    #personalization label {
        display: inline-block;
        margin: 0 15px 0 0;
        font-weight: 600;
        font-style: normal;
    }

    #personalization a {
        font-size: 12px;
        text-decoration: none;
        color: #939393;
    }

        #personalization a:hover {
            text-decoration: underline;
            color: #2768b0;
        }

    #personalization ol {
        list-style-type: decimal;
        margin: 0px 0px 10px 30px;
        padding: 0px;
    }

        #personalization ol li {
            font-size: 12px;
            margin: 3px 0px 3px 0px;
            padding: 3px 0px 3px 0px;
        }

#ziprateform-zip {
    width: 250px;
}

#ziprateform {
    margin: 0;
    padding: 0;
}

#personalizationsubmitbtn {
    padding: 2px 10px 2px 10px;
}

.personalizationcloseperm {
    display: block;
    margin-top: 13px;
}
/**** Greeting End ****/
#features {
    position: relative;
    height: 100%;
    background-color: #000000;
    box-sizing: border-box;
}

    #features:before {
        content: '';
        overflow: hidden;
        height: 100%;
        width: 100%;
        position: absolute;
        left: 0;
        background-image: url("../images/bg-repeat.png");
        background-repeat: repeat;
        background-position: top left;
        z-index: 1;
    }

    #features .inner-content {
        display: flex;
        justify-content: space-around;
        align-items: center;
        height: auto;
        min-height: 314px;
        padding: 14px 5%;
    }
/* target ie11*/
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    #features .inner-content {
        height: 1px;
    }
}

#weather, #promo3 {
    /* flex-grow: 1; */
    margin: auto;
}

#features .inner-feature-content {
    padding-top: 120px;
    padding-bottom: 50px;
    z-index: 100;
    position: relative;
}

#promo3 {
    text-align: center;
    vertical-align: middle;
    width: 50%;
    box-sizing: border-box;
    padding: 0 2%;
    position: relative;
    z-index: 1;
}

    #promo3.wide-promo {
        width: 80%;
    }

    #promo3 a.Button1, #weather a.Button1 {
        background-color: transparent;
        border: 1px solid #fff;
    }

        #promo3 a.Button1:hover {
            background-color: #0037CD;
            border-color: #0037CD;
        }

.feature-promo #promo3 h2, #promo3, .feature-promo #promo3 h2, .feature-promo #promo3 p {
    color: #fff !important;
}

@media only screen and (max-width:1350px) {
    #features .inner-content {
        flex-flow: row wrap;
    }

    #features #weather {
        order: 2;
        padding-right: 5%;
    }

    #features #promo3 {
        order: 1;
        max-width: 100%;
        width: 100%;
        /* padding-left: 14%; */
        text-align: center;
        padding-bottom: 3%;
    }
}

@media only screen and (max-width:768px) /*iPad Portait*/ {
    #features #weather {
        width: 100%;
        padding: 5%;
    }

    #promo3.wide-promo {
        margin-top: 20px;
    }

        #promo3.wide-promo table td {
            width: 100% !important;
            float: left;
        }
}

.Promo-Home, .Feature-Home {
    display: none;
}

#promo1, #promo2 {
    min-height: 300px;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
}

#promo1 {
    border-top-width: 15px;
    border-top-style: solid;
    background-color: #fff;
}

#promo1 {
    border-top-color: #0037CD;
}

#promo2 .inner-promo-content {
    min-height: 750px;
}

#promo1 img {
    width: 100%;
}

#promo2 .inner-promo {
    min-height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
}

.inner-promo-content, .inner-feature-content {
    padding: 140px 0;
    box-sizing: border-box;
}

#promo2 .inner-promo-content .show span {
    position: relative;
    display: block;
    padding: 21px 50px;
    box-sizing: border-box;
    background: rgba(0,0,0,.5);
}

#promo1 .inner-promo-content, .desktop #promo1 .inner-promo-content td:first-child {
    padding: 0;
}

    #promo1 .inner-promo-content td {
        padding-left: 5vw;
        padding-right: 15vw;
        padding-top: 10px;
        padding-bottom: 10px;
        box-sizing: border-box;
    }

#promo2 .inner-promo-content, #features .inner-feature-content {
    width: 1280px;
    margin: 0 auto;
}

@media only screen and (max-width: 1350px) {
    #promo1 .inner-promo-content, #promo2 .inner-promo-content, #features .inner-feature-content {
        width: 100%;
    }

        #promo1 .inner-promo-content td {
            /* padding-left: 0; */
            padding-right: 5vw;
        }

    #promo2 .inner-promo-content {
        padding-right: 2%;
        padding-left: 2%;
    }
}

.mobile #promo1 .inner-promo-content td {
    padding: 3% 5%;
}

.mobile #promo2 .inner-promo-content, .mobile #promo2 .inner-promo-content > table > tbody > tr > td {
    width: 100% !important;
}

.mobile #promo2 .inner-promo-content {
    padding-right: 5%;
    padding-left: 5%;
    height: auto;
    min-height: 0;
}

    .mobile #promo2 .inner-promo-content > table > tbody > tr > td {
        float: left;
        display: none;
    }

        .mobile #promo2 .inner-promo-content > table > tbody > tr > td.show {
            display: block;
        }

@media only screen and (max-width:768px) /*iPad Portait*/ {
    #promo1, #promo2 {
        width: 100%;
        float: none;
        min-height: 150px;
        border-bottom: 1px solid #ccc;
    }

        #promo1 .inner-promo-content td {
            width: 100%;
            float: left;
            box-sizing: border-box;
            padding-top: 20px;
            padding-bottom: 20px;
            /* padding-left: 0 !important; */
        }

    #promo2 {
        border-bottom: none;
    }
}

.feature-promo {
    font-weight: 300;
}

    .feature-promo h2, .feature-promo h3, #toolbar h4 {
        font-family: 'Source Serif Pro', Arial, Helvetica, sans-serif;
        font-weight: normal;
        margin: 10px 0;
        color: #000000;
    }

    .feature-promo h3 {
        font-size: 32px;
        line-height: 40px;
        color: #fff;
    }

    .feature-promo p {
        font-size: 1.125rem;
        line-height: 1.5;
        margin-bottom: 10px;
        padding-bottom: 10px;
        margin-top: 5px;
        padding-top: 0;
    }

#promo2 * {
    color: #fff;
}

#promo2 .inner-promo-content > table {
    position: relative;
    width: 100%;
    z-index: 10;
}

    #promo2 .inner-promo-content > table > tbody > tr > td {
        position: relative;
        width: 53%;
        text-align: left;
        color: #000;
        text-align: center;
        vertical-align: middle;
    }

#promo2 h2, #promo2 p {
    text-align: center;
}

#promo2 a.Button2:hover {
    background-color: #000000 !important;
}

.Text-White {
    color: #fff !important;
}
/*----------Subpages Structure-------------*/
#subpage-container, .subsection {
    width: 100%;
}

#subpage-container {
    position: relative;
    padding: 0;
    background-color: rgb(237,235,229);
}

.subsection {
    background: linear-gradient(to bottom, rgba(239, 239, 239,1) 0%,rgba(255,255,255,1) 100%);
    transform: translate3d(0,0,0);
    border-top: 1px solid #d7d7d7;
}

    .subsection .subsection-content {
        border-radius: 20px;
        min-height: 300px;
    }

#subpage-container > .subsection:first-child {
    padding-top: 170px;
}

#subpage-container > div:last-of-type {
    border-bottom: 0;
    border-top: 1px solid #d0cdc3;
}

.Subsection-Table {
    opacity: 0;
    width: 924px;
    min-height: 350px;
    margin: 0 auto;
}

.subsection[style*="background-image:"] {
    padding: 50px 0;
    min-height: 200px;
    background: rgb(248,246,236); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(248,246,236,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(248,246,236,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(248,246,236,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(248,246,236,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(248,246,236,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(248,246,236,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
    background-position: center top;
    background-repeat: no-repeat;
    /* background-attachment: fixed; */
    background-size: cover;
    position: relative;
}

.mobile #subpage-container div.subsection.subsection[style*="background-image:"]:first-of-type {
    padding-top: 5%;
    padding-bottom: 5%;
}

@media only screen and (max-width:890px) {
    .mobile #subpage-container div.subsection.subsection[style*="background-image:"]:first-of-type {
        background-position-x: 75%;
    }
}

@media only screen and (max-width:568px) /*iPhone 5 Landscape*/ {
    .mobile #subpage-container div.subsection.subsection[style*="background-image:"]:first-of-type {
        padding-top: 10%;
        padding-bottom: 2%;
    }
}

#subpage-container div.subsection[style*="background-image:"]:first-of-type,
#Form1 .subsection:nth-of-type(2), #Form1 .subsection:nth-of-type(3), #Form1 .subsection[style*="background-image:"]:nth-of-type(3) {
    padding-top: 100px;
    padding-bottom: 5%;
}

#subpage-container div.subsection[style*="background-image:"]:first-child {
    border-bottom-width: 10px;
    border-bottom-style: solid;
}

#subpage-container div.subsection[style*="background-image:"]:first-child {
    border-bottom-color: #0037CD;
}

    #subpage-container div.subsection[style*="background-image:"]:first-child + .subsection {
        border-top: none;
    }

.subsection-content {
    position: relative;
    width: 1280px;
    /* min-width: 950px; */
    margin: 0 auto;
    padding: 50px 30px 50px 30px;
    z-index: 2;
}

#subpage-container div.subsection[style*="background-image:"]:first-of-type .subsection-content {
    padding-top: 150px;
}

.subsection-content td.show {
    background: rgba(0,0,0,.4);
    padding: 30px 60px;
    box-sizing: border-box;
}

    .subsection-content td.show * {
        color: #fff;
    }

.subsection[style*="background-image:"] + .subsection[style*="background-image:"] .subsection-content {
    padding-top: 15px;
}


.subsection.lastsection .subsection-content {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: 30px !important;
}

.subsection-content {
    padding: 40px 45px 45px 45px;
    box-sizing: border-box;
    /* background-clip: padding-box; */
    z-index: 1000;
    border-radius: 20px 20px 0 0;
}

    .subsection-content > *:first-child {
        margin-top: 0;
        padding-top: 0;
    }

.mobile #subpage-container > .subsection:first-child:not([style*="background-image:"]) .subsection-content {
    padding-top: 100px;
}

@media only screen and (max-width:1350px) {

    .subsection[style*="background-image:"] .subsection-content {
        width: 100%;
        box-sizing: border-box;
    }
}

@media only screen and (max-width:768px) /*iPad Portait*/ {
    .subsection[style*="background-image:"] .subsection-content {
        padding-top: 10%;
        padding-bottom: 10%;
    }
}

@media only screen and (max-width:568px) /*iPhone 5 Landscape*/ {
    .subsection[style*="background-image:"] .subsection-content table:first-child td {
        display: none;
    }

        .subsection[style*="background-image:"] .subsection-content table:first-child td.show {
            float: left;
            width: 100% !important;
            padding: 2% 4% 2% 4%;
            display: block;
        }

    .subsection[style*="background-image:"]:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background-color: rgba(255, 255, 255, 0.50);
        z-index: 1;
    }

    .subsection[style*="background-image:"]:first-of-type:after {
        width: 100%;
        background-color: rgba(255, 255, 255, 0.75);
    }
}

/*----------info bar -----------*/
#info-bar {
    background-color: #0037CD;
}

    #info-bar .inner-content, #info-bar .inner-content table tr {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }

    #info-bar .inner-content {
        padding: 20px 11%;
    }

        #info-bar .inner-content table, #info-bar .inner-content table tbody, #info-bar .inner-content table tr td, #info-bar .inner-content table tr td a {
            display: block;
            width: 100%;
        }

            #info-bar .inner-content table tr td {
                width: 25%;
                padding: 0px 10px 0px 50px;
                box-sizing: border-box;
                font-size: 1.0rem;
            }

                #info-bar .inner-content table tr td a {
                    position: relative;
                    padding-top: 10px;
                    padding-bottom: 10px;
                    padding-left: 55px;
                    box-sizing: border-box;
                }

        #info-bar .inner-content > table > tbody > tr > td a:before {
            position: absolute;
            display: block;
            width: 40px;
            top: 10px;
            left: 0;
            right: 0;
            font-size: 1.3rem;
            color: #fff;
            padding: 5px;
            text-align: center;
            color: #fff;
            z-index: 2;
        }

        #info-bar .inner-content table tr td a, #info-bar .inner-content > table > tbody > tr > td a:before {
            -webkit-transition: all .5s ease;
            -moz-transition: all .5s ease;
            -ms-transition: all .5s ease;
            transition: all .5s ease;
        }

    #info-bar p {
        margin: 0;
        font-size: 16px;
        color: #042373;
        line-height: 20px;
    }

    #info-bar span {
        font-style: 300;
        display: block;
        font-size: 24px;
        line-height: 28px;
        color: #fff;
    }

    #info-bar a {
        color: #fff;
    }

.desktop #info-bar .inner-content table tr td a:hover {
    padding-top: 0;
    padding-bottom: 20px;
}

.desktop #info-bar .inner-content > table > tbody > tr > td a:hover:before {
    top: 0px;
}

@media only screen and (max-width:1100px) {
    #info-bar .inner-content table tr td {
        padding-left: 10px;
    }
}

@media only screen and (max-width:900px) {
    #info-bar .inner-content table tr td {
        width: 50%;
    }
}

@media only screen and (max-width:568px) /*iPhone 5 Landscape*/ {
    #info-bar .inner-content table tr {
        flex-direction: column;
    }

    #subpage-container div.subsection[style*="background-image:"]:first-of-type .subsection-content {
        padding-top: 75px;
    }

    #info-bar .inner-content table tr td {
        width: 100%;
    }

        #info-bar .inner-content table tr td a {
            width: 150px;
            min-width: 200px;
            margin: 0 auto;
        }
}

.bcm_embed_container {
    z-index: 10000 !important;
}
/*-----------Footer structure-------------*/
#footer {
    min-height: 160px;
    background: #ececec;
}

    #footer > .inner-content {
        padding-top: 40px;
        padding-bottom: 20px;
    }

    #footer h3 {
        font-family: 'Source Serif Pro', Arial, Helvetica, sans-serif;
        font-weight: 700;
        font-size: 22px;
        line-height: 22px;
        color: #000000;
        margin: 0;
        padding: 5px 0;
    }

    #footer nav.secondary {
        width: 100%;
        display: flex;
        margin: 0 auto;
    }

        #footer nav.secondary > div {
            width: 33%;
            box-sizing: border-box;
            padding: 0 3% 0 10%;
        }

        #footer nav.secondary:after {
            clear: both;
            content: '';
            display: block;
        }

        #footer nav.secondary ul {
            margin: 0px;
            padding: 5px 0px 20px 0px;
            list-style-type: none;
            color: #4f4c46;
            font-size: 1rem;
            line-height: 1.25;
            font-weight: 300;
        }

        #footer nav.secondary h4 + ul {
            padding-top: 2px;
        }

        #footer nav.secondary ul li {
            padding: 4px 0px 4px 0px;
            margin: 3px 0px 3px 0px;
        }

        #footer nav.secondary a {
            display: block;
            text-decoration: none;
            color: #414141;
            -webkit-transition: all .2s;
            -moz-transition: all .2s;
            -ms-transition: all .2s;
            transition: all .2s;
            padding-left: 0;
        }

            #footer nav.secondary a:hover {
                color: #000000;
            }

.desktop #footer nav.secondary a:hover {
    -webkit-transform: translate(3px);

    }

#footer .copyright {
    padding: 0;
    margin: 0;
    color: #414141;
    font-size: 1rem;
    line-height: 1.5;
    text-align: center;
}

@media only screen and (max-width:768px) /*iPad Portait*/ {
    #footer nav.secondary {
        display: block;
    }

        #footer nav.secondary > div {
            width: 100%;
            padding: 0 3%;
            text-align: center;
    }

    #footer .copyright {
        text-align: center;
        margin-bottom: 20px;
    }
}

.clear {
    clear: both;
    height: 0 !important;
    width: 0 !important;
    float: none !important;
    padding: 0 !important;
    position: static !important;
    margin: 0 !important;
}

    .clear:before {
        display: none !important;
    }

#gototop, .down-arrow {
    position: fixed;
    top: 77%;
    margin-top: 0;
    color: #FFF;
    z-index: 9999999;
    font-size: 16px;
    width: 172px;
    height: 43px;
    right: -174px;
    margin: 0px 0 2px 0;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-color: #000000;
}

.scrollArrow i {
    font-size: 30px;
    position: absolute;
    top: 6px;
    left: 11px;
}

.scrollArrow p {
    font-size: .8rem;
    line-height: 43px;
    font-weight: 400;
    display: block;
    width: 100%;
    height: 43px;
    margin: 14px 0 0 45px;
    padding: 0 0 0 8px;
    vertical-align: middle;
    text-transform: uppercase;
    border-left: 1px solid rgba(0,71,49,.18);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #fff;
    display: inline;
}

#gototop.gototopactive, .scroll .down-arrow, .down-arrow.active {
    right: -125px;
}

.desktop #gototop:hover, .desktop .down-arrow:hover {
    right: -6px;
    background-color: #000000;
    color: #fff;
}

.down-arrow {
    top: 67%;
    display: none;
}

body.home .down-arrow {
    display: block;
}
/* ------------Images-----------------*/
/* insert any appropriate word for special for image specific styles, such as Image-News or Image-Bio */
.Image-XXX {
}

.Float-Left, .Float-Right {
    margin-bottom: 0.625rem;
}

.Float-Left {
    float: left;
    margin-right: 0.625rem;
}

.Float-Right {
    float: right;
    margin-left: 0.625rem;
}
/* ------------Tables-----------------*/
.Table-Style, .Table-Product, .Table-Simple {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
}

    .Table-Style td, .Table-Product td, .Table-Style th, .Table-Product th, .Table-Simple td, .Table-Simple th {
        padding: 1.5rem 1.25rem;
        vertical-align: middle;
    }

    .Table-Style th, .Table-Product th {
        border-right-width: 1px;
        border-right-style: solid;
        border-right-color: #4d4d4d;
        background-color: #7e7e7e;
        text-align: center;
        color: #FFFFFF;
        font-weight: 400;
    }

        .Table-Style th:last-child, .Table-Product th:last-child {
            border-right-color: #7e7e7e;
        }

        .Table-Style th p, .Table-Style th {
            font-weight: 600;
        }

            .Table-Style th:first-child {
                border-left-width: 1px;
                border-left-style: solid;
                border-left-color: #7e7e7e;
                text-align: left;
            }

            .Table-Style th a {
                color: #d2e7df;
            }

                .Table-Style th a:hover {
                    color: #FFFFFF;
                }

    .Table-Style td, .Table-Product td {
        padding: 1.25rem;
        border-right-width: 1px;
        border-right-style: solid;
        border-right-color: #d7d7d7;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #d7d7d7;
        text-align: center;
    }

    .Table-Style tbody tr:nth-child(even) td {
        background-color: #ececec;
    }

    .Table-Style td p, .Table-Product p, .Table-Simple p, .Table-Grid p {
        margin: 0;
        padding: 0;
    }

        .Table-Style td p + p, .Table-Product p + p, .Table-Simple p + p, .Table-Grid p + p {
            margin: .5rem 0;
        }

    .Table-Style td:first-child, .Table-Product tr th:first-child, .Table-Product tr td:first-child {
        text-align: left;
        border-left-width: 1px;
        border-left-style: solid;
        border-left-color: #d7d7d7;
    }

    .Table-Style tr:hover td, .Table-Style tbody tr:nth-child(even):hover td {
        background-color: #dbdbdb;
    }

    .Table-Style caption {
        padding: .875rem;
        color: #fff;
        text-align: left;
        background-color: #000000;
        font-weight: 600;
    }

.Table-Simple {
    border-bottom-color: #e4e4e4;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

    .Table-Simple th, .Table-Simple th p, .Table-Simple td, .Table-Simple td p {
        text-align: center;
    }

    .Table-Simple th, .Table-Simple td {
        padding: .75rem;
    }

        .Table-Simple th p, .Table-Simple td p {
            margin: .375rem 0;
        }

    .Table-Simple td {
        border-top-color: #e4e4e4;
        border-top-width: 1px;
        border-top-style: solid;
    }

        .Table-Simple th, .Table-Simple th p, .Table-Simple td:first-child, .Table-Simple td:first-child p {
            font-weight: normal;
        }

            .Table-Simple td:first-child, .Table-Simple td:first-child p {
                text-align: left;
            }

.Table-Product {
    padding: 0 !important;
    background: none !important;
    border-radius: 0 !important;
    border: none !important;
}

    .Table-Product caption {
        text-align: left;
        margin: 1rem 0;
    }

    .Table-Product th {
        background-color: #000000;
    }

    .Table-Product td {
        vertical-align: middle;
    }

    .Table-Product tr th:last-child {
        border-right-width: 0;
    }

    .Table-Product tr:first-child td:first-child {
        border-top: 1px #d2d2d2 solid;
    }

    .Table-Product tr th:first-child {
        background-color: transparent;
        border-left-width: 0;
        border-left: none;
        border-right-width: 0;
    }

    .Table-Product tr td:first-child {
        background-color: #eee;
    }

    .Table-Product tr:last-child td {
        border-bottom: 1px #d2d2d2 solid;
    }

    .Table-Product tr td:last-child {
        border-right: 1px #d2d2d2 solid;
    }

    .Table-Product tr th:first-child, .Table-Product tr th:first-child p {
        color: #000000;
    }

        .Table-Product tr th:first-child, .Table-Product tr th:first-child p {
            text-align: center;
        }

    .Table-Product th p, .Table-Product th a {
        padding: 0px;
        ;
    }

        .Table-Product th a:hover {
            color: #c7c7c7;
        }


@media only screen and (max-width:667px) /*iPhone 6 Landscape*/ {
    .Table-Simple {
        width: 100% !important;
    }
}

[class*="Table-Grid"] {
    margin-top: 1em;
}
/* Centered Rows No Queries 
-------------------------------------------------------------------------------------------*/
[class*="Table-Grid"] {
    display: block;
    width: 100%;
    overflow: hidden;
}

    [class*="Table-Grid"],
    [class*="Table-Grid"] > tbody,
    [class*="Table-Grid"] > tbody > tr,
    [class*="Table-Grid"] > tbody > tr > td {
        box-sizing: border-box;
    }

        [class*="Table-Grid"] > tbody {
            display: flex;
            flex-wrap: wrap;
            margin: -1em; /* -1x the tr margin */
            width: calc(100% + 2em); /* 100% + (2x the tr margin) */
        }

            [class*="Table-Grid"] > tbody > tr {
                display: flex;
                justify-content: center;
                margin: 1em;
                flex-grow: 1;
                background-color: #eee;
            }

                [class*="Table-Grid"] > tbody > tr > td {
                    display: inline-block;
                    padding: 2em;
                    max-width: 100%;
                }

                    [class*="Table-Grid"] > tbody > tr > td:only-of-type {
                        width: 100%;
                    }

                    [class*="Table-Grid"] > tbody > tr > td img {
                        max-width: 100%;
                        width: 100%;
                        height: auto !important;
                    }

@media only screen and (min-width: 569px) {
    .Table-Grid-Half > tbody > tr {
        flex-basis: calc(50% - 2em);
    }

    .Table-Grid-Thirds > tbody > tr {
        flex-basis: calc(33% - 2em);
    }

    .Table-Grid-Fourths > tbody > tr {
        flex-basis: calc(24% - 2em);
    }
}

@media only screen and (max-width:1024px) /*iPad Landscape*/ {

    .Table-Grid-Thirds > tbody > tr,
    .Table-Grid-Fourths > tbody > tr {
        flex-basis: calc(50% - 2em);
    }
}

.Table-Product ul, .Table-Style ul, .Table-Simple ul, [class*="Table-Grid"] ul,
.Table-Product ol, .Table-Style ol, .Table-Simple ol, [class*="Table-Grid"] ol {
    text-align: left;
    margin: 0;
    padding: 0;
}

.Table-Product ol, .Table-Style ol, .Table-Simple ol, [class*="Table-Grid"] ol {
    margin-left: 20px;
}

.Table-Product ul li, .Table-Style ul li, .Table-Simple ul li, [class*="Table-Grid"] ul li {
    /* margin: 0; */
    /* padding: .6rem 0 .5rem 1.75rem; */
}

.Table-Product ul li {
    /* padding-top: .4rem; */
}

.Table-Product ol li, .Table-Style ol li, .Table-Simple ol li, [class*="Table-Grid"] ol li {
    padding: .5rem 0 .5rem .5rem;
}

    .Table-Product ul li p, .Table-Style ul li p, .Table-Simple ul li p, [class*="Table-Grid"] ul li p,
    .Table-Product ol li p, .Table-Style ol li p, .Table-Simple ol li p, [class*="Table-Grid"] ol li p {
        margin: 0;
    }

.Table-Product ul li:before, .Table-Style ul li:before, .Table-Simple ul li:before, [class*="Table-Grid"] ul li:before {
    /* top: 1rem; */
}

.Table-Product ul ul li:before, .Table-Style ul ul li:before, .Table-Simple ul ul li:before, [class*="Table-Grid"] ul ul li:before {
    top: 1px;
    left: 5px;
}


/**  Site Notice **/

.notice {
    background-color: #ff6600;
    overflow: hidden;
    height: auto;
    -webkit-transition: max-height .75s ease-in-out;
    -moz-transition: max-height .75s ease-in-out;
    -ms-transition: max-height .75s ease-in-out;
    -o-transition: max-height .75s ease-in-out;
    transition: max-height .75s ease-in-out;
    max-height: 0px;
    z-index: 2503;
}

body.noticeactive.notice-active .notice {
    max-height: 300px;
}

.mobile.noticeactive #notice-clone {
    display: none;
}

.notice table {
    margin: 0;
}

    .notice table tr td {
        border: none;
    }

.noticeHtml table td {
    padding: 16px;
    text-align: center;
}

.noticeHtml p {
    padding: 5px 0;
    margin: 5px 0;
    position: relative;
    z-index: 2;
    color: #515354;
}

.noticeHtml > p {
    text-align: center !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

    .noticeHtml > p:first-of-type {
        padding-top: 20px !important;
        margin-top: 0 !important;
        box-shadow: inset 0px 1px 0px rgba(255,255,255,.5);
    }

    .noticeHtml > p:last-of-type {
        padding-bottom: 20px !important;
        margin-bottom: 0 !important;
        box-shadow: inset 0px -1px 0px rgba(0,0,0,.25);
    }

    .noticeHtml > p:first-of-type:last-of-type {
        box-shadow: inset 0px -1px 0px rgba(0,0,0,.25), inset 0px 1px 0px rgba(255,255,255,.5);
    }

.noticeHtml {
    overflow: hidden;
}

.notice.active #noticeHtml {
    box-shadow: 0px 1px 10px rgba(0,0,0,.25);
}

.noticeHtml a {
    color: #004a91;
    text-decoration: none;
}

    .noticeHtml a:hover {
    }

.noticeHtml td.rev {
    background-color: transparent;
}

.noticecloser, #noticeclosersession {
    position: relative;
    z-index: 5;
    display: block;
    float: right;
    height: 30px;
    width: 30px;
    cursor: pointer;
}

    .noticecloser:before {
        content: "\f057";
        color: #998b19;
        font-size: 25px;
        line-height: 25px;
        width: 25px;
        height: 25px;
        text-align: center;
        display: inline-block;
        font-family: 'FontAwesome';
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transform: translate(0, 0);
    }

.rgba .noticecloser:before {
    color: rgba(51,51,51,0.5);
}

.noticecloser:hover:before {
    color: #333;
}

.noticeclose {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1000;
}

.noticeclosersession:before {
    display: none;
    content: "_";
    font-size: 24px;
    font-family: sans-serif;
    font-weight: bold;
}

.noticeHtml table td:first-child:before {
    content: '\f071';
    font-family: 'FontAwesome';
    position: absolute;
    left: 12%;
    top: 0%;
    font-size: 73px;
    opacity: .4;
    z-index: 1;
    color: #fff;
    -webkit-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    -ms-transition: opacity .5s ease;
    transition: opacity .5s ease;
}
/*--------------Personalization---------------*/
#greetingXY {
    position: relative;
    float: left;
    height: 69px;
    width: auto;
    max-width: 275px;
    text-align: left;
    margin-left: 0;
    padding-top: 15px;
    background-color: transparent;
    box-sizing: border-box;
}

.guestWelcome {
    font-size: 14px;
    color: #666666;
    padding-right: 2px;
    margin-top: 0;
}

.greeting {
    font-size: 21px;
    line-height: 1em;
    margin-top: 3px;
    color: #FF6600;
}

    .greeting a {
        font-weight: normal;
    }

.date-and-time {
    display: block;
}

.firstname {
    color: #FF6600;
    cursor: pointer;
    display: none;
}

.personalization-active .firstname {
    display: inline;
}

#personalizeLine {
    display: none;
    font-size: 10px;
    padding-top: 2px;
}

    #personalizeLine a {
        text-decoration: none;
        cursor: pointer;
    }

        #personalizeLine a:hover {
            text-decoration: underline;
        }

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* Personalization Popup */
#personalizationPopupxy {
    display: block;
    position: fixed;
    width: 400px;
    z-index: 5026;
    top: -1000px;
    left: 50%;
    background-color: #000000;
    margin: 128px 0 0 -161px;
    padding: 0;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(84,102,112,0.31);
    -moz-box-shadow: 0px 0px 20px 0px rgba(84,102,112,0.31);
    box-shadow: 0px 0px 20px 0px rgba(84,102,112,0.31);
    border-radius: 0;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.personalization-active #personalizationPopupxy.active {
    top: 0px;
}

a#personalizationPopupx {
    color: #f1f1f1;
    text-decoration: none;
}

    a#personalizationPopupx:hover {
        color: #fff;
        text-decoration: none;
    }

.personalizationPopupTitle {
    color: #fff;
}

#personalizationPopupxy p {
    margin: 3px 10px 3px 15px;
    padding: 10px 0 10px 0;
}

#personalizationPopupx {
    position: absolute;
    width: 20px;
    height: 20px;
    z-index: 40;
    top: 4px;
    right: 0px;
    display: block;
    padding: 3px;
    font-weight: 700;
    margin-top: -2px;
    font-size: 17px;
}

    #personalizationPopupx a:hover {
        background-position: 0px -16px;
    }

#personalizationPopup {
    padding: 5px 30px 15px 30px;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 0;
    overflow: auto;
    color: #000;
}

    #personalizationPopup h1 {
        display: block;
        font-size: 17px;
        padding: 0 0 0 0;
        margin: 0 0 2px 0 !important;
        text-transform: uppercase;
        font-weight: normal;
    }

    #personalizationPopup h2 {
        font-weight: 400;
        letter-spacing: -0.05em;
        color: #000000;
        margin-bottom: 0;
    }

    #personalizationPopup p {
        padding: 3px 0px 3px 0px;
        margin: 2px 0px 7px 0px;
    }

    #personalizationPopup label {
        display: inline-block;
        margin: 0 15px 0 0;
    }

    #personalizationPopup a {
        font-size: 12px;
        text-decoration: none;
    }

        #personalizationPopup a:hover {
            text-decoration: underline;
        }

    #personalizationPopup ol {
        list-style-type: decimal;
        margin: 0px 0px 10px 30px;
        padding: 0px;
    }

        #personalizationPopup ol li {
            font-size: 12px;
            margin: 3px 0px 3px 0px;
            padding: 3px 0px 3px 0px;
        }

#personalizationName {
    width: 100%;
    outline: 0;
    border: 1px solid #ccc;
    padding: 5px;
    margin-top: 5px;
    font-size: 16px;
    line-height: 20px;
    box-sizing: border-box;
    -webkit-appearance: none;
    border-radius: 0;
}

#personalizationForm {
    margin: 0;
    padding: 0;
}

#personalizationPopupSubmitBtn {
    padding: 10px;
    background-color: #0037CD;
    border: 0;
    color: #fff;
    font-size: 16px;
}

.personalizationPopupClosePerm {
    display: block;
    margin-top: 10px;
}

@media only screen and (max-width:490px) {
    #personalizationPopupxy {
        width: 100%;
        z-index: 5000;
        top: -1000px;
        left: 0;
        margin: 75px 0 0 0;
    }

    #personalizationPopup {
        padding: 15px 5% 15px 5%;
    }
}

.d2 {
    -webkit-animation-delay: 0.25s;
    -moz-animation-delay: 0.25s;
    animation-delay: 0.25s;
}

.d3 {
    -webkit-animation-delay: 0.35s;
    -moz-animation-delay: 0.35s;
    animation-delay: 0.35s;
}

.d4 {
    -webkit-animation-delay: 0.45s;
    -moz-animation-delay: 0.45s;
    animation-delay: 0.45s;
}

.d5 {
    -webkit-animation-delay: 0.55s;
    -moz-animation-delay: 0.55s;
    animation-delay: 0.55s;
}

.d6 {
    -webkit-animation-delay: 0.65s;
    -moz-animation-delay: 0.65s;
    animation-delay: 0.65s;
}

.d7 {
    -webkit-animation-delay: 0.75s;
    -moz-animation-delay: 0.75s;
    animation-delay: 0.75s;
}

.d8 {
    -webkit-animation-delay: 0.85s;
    -moz-animation-delay: 0.85s;
    animation-delay: 0.85s;
}

.d10 {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s;
}
/*------------Forms base override -----------------*/
.subsection form input, .subsection form select, .subsection form textarea {
    font-size: inherit !important;
    line-height: inherit !important;
}
/*-----------------Responsive---------------------*/
@media only screen and (max-width: 1350px) {
    #header, #social, body.desktop #nav .inner-content {
        width: 100% !important;
        padding: 0;
    }

    .inner-content {
        width: 96%;
        padding-right: 2%;
        padding-left: 2%;
    }

    #header > .inner-content {
        position: relative;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        -webkit-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
        transition: all .5s ease;
    }

    #features .inner-content, #page, .subsection-content {
        width: 100%;
    }

    #header nav.secondary {
        right: 2%;
    }
}

@media only screen and (max-width:1023px) {
    #header, #mainnav, #social {
        width: 100%;
    }
}

@media only screen and (max-width:1000px) {
}

@media only screen and (max-width:970px) {
}

@media only screen and (max-width:890px) {
}

@media only screen and (max-width:790px) {
}

@media only screen and (max-width:736px) /*iPhone 6 Plus Landscape*/ {
}

@media only screen and (max-width:667px) /*iPhone 6 Landscape*/ {
}

@media only screen and (max-width:640px) /*Galaxy Note 1/2/3, S4, Nexus Landscape*/ {
}

@media only screen and (max-width:570px) {
}

@media only screen and (max-width:560px) {
}

@media only screen and (max-width:560px) /*Galaxy S, S2 Landscape*/ {
}

@media only screen and (max-width:490px) {
}

@media only screen and (max-width:414px) /*iPhone 6 Plus Portrait*/ {
}

@media only screen and (max-width:400px) /*Galaxy Note 1 Portrait*/ {
}

@media only screen and (max-width:380px) {
}

@media only screen and (max-width:375px) /*iPhone 6 Portrait*/ {
}

@media only screen and (max-width:360px) /*Galaxy Note 2/3, S4, Portrait*/ {
}

@media only screen and (max-width:320px) /*iPhone 3-5, Galaxy S, S2, Portrait*/ {
}
/* slideshow */
.slideshow-container-controls div a:hover {
    background-color: #000000;
}

.slideshow-container-controls div.toc-active a {
    background-color: #000000;
}

.caption-container a.Button1:hover {
    background-color: #000000;
}


/*------------For sample page only------------*/
.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.column {
    margin-right: 20px;
}

    .column:last-child {
        margin-right: 0;
    }

    .column.icons {
        font-size: 1.25rem;
    }

        .column.icons i {
            width: 45px;
            display: inline-block;
        }

.icons em {
    color: red;
}

.test footer, .test #personalization {
    display: none;
}

.test #promo1 .inner-promo-content, .test .feature-promo, .test #promo2-wide .inner-promo, .test .quicklinks, .test .Subsection-Quicklinks-Table, .test .subsection-image-content, .test .quick-links-content, .test .caption-container {
    border: 3px dashed red;
}



    .test .caption-container div.caption *, .test #promo1 .inner-promo-content td, .test #promo2-wide .inner-promo td {
        border: 1px dashed blue;
    }