﻿
/*! * Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome * License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License) */
.fa, .fa-stack {
    display: inline-block
}

.fa-fw, .fa-li {
    text-align: center
}

}

.select2-close-mask, .select2-container--default .select2-selection--single, .select2-dropdown {
    background-color: #fff
}

@font-face {
    font-family: FontAwesome;
    src: url(../fonts/fontawesome-webfont.eot?v=4.3.0);
    src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0) format("embedded-opentype"),url(../fonts/fontawesome-webfont.woff2?v=4.3.0) format("woff2"),url(../fonts/fontawesome-webfont.woff?v=4.3.0) format("woff"),url(../fonts/fontawesome-webfont.ttf?v=4.3.0) format("truetype"),url(../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Futura Heavy;
    font-weight: 400;
    src: url(../fonts/futura-heavy-webfont.woff2) format("woff2"),url(../fonts/futura-heavy-webfont.woff) format("woff")
}


.fa {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0,0)
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em
}

.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
}

    .fa-li.fa-lg {
        left: -1.85714286em
    }

.fa-border {
    padding: .2em .25em .15em;
    border: .08em solid #eee;
    border-radius: .1em
}

.pull-right {
    float: right
}

.pull-left, .select2-container .select2-search--inline {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.container, .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px
}

.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(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1,1);
    -ms-transform: scale(-1,1);
    transform: scale(-1,1)
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1,-1);
    -ms-transform: scale(1,-1);
    transform: scale(1,-1)
}

:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-rotate-90 {
    filter: none
}

.fa-stack {
    position: relative;
    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-close:before, .fa-remove: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-cog:before, .fa-gear: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-repeat:before, .fa-rotate-right: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-image:before, .fa-photo: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-exclamation-triangle:before, .fa-warning: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-cogs:before, .fa-gears:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before, .fa-users:before {
    content: "\f0c0"
}

.fa-chain:before, .fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before, .fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before, .fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-floppy-o:before, .fa-save:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-bars:before, .fa-navicon:before, .fa-reorder: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-sort:before, .fa-unsorted:before {
    content: "\f0dc"
}

.fa-sort-desc:before, .fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-asc:before, .fa-sort-up:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2"
}

.fa-gavel:before, .fa-legal:before {
    content: "\f0e3"
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-bolt:before, .fa-flash:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-clipboard:before, .fa-paste: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-chain-broken:before, .fa-unlink: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-caret-square-o-down:before, .fa-toggle-down:before {
    content: "\f150"
}

.fa-caret-square-o-up:before, .fa-toggle-up:before {
    content: "\f151"
}

.fa-caret-square-o-right:before, .fa-toggle-right:before {
    content: "\f152"
}

.fa-eur:before, .fa-euro:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155"
}

.fa-inr:before, .fa-rupee:before {
    content: "\f156"
}

.fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen:before {
    content: "\f157"
}

.fa-rouble:before, .fa-rub:before, .fa-ruble:before {
    content: "\f158"
}

.fa-krw:before, .fa-won: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-caret-square-o-left:before, .fa-toggle-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-try:before, .fa-turkish-lira: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-bank:before, .fa-institution:before, .fa-university:before {
    content: "\f19c"
}

.fa-graduation-cap:before, .fa-mortar-board:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before, .fa-car:before {
    content: "\f1b9"
}

.fa-cab:before, .fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-image-o:before, .fa-file-photo-o:before, .fa-file-picture-o:before {
    content: "\f1c5"
}

.fa-file-archive-o:before, .fa-file-zip-o:before {
    content: "\f1c6"
}

.fa-file-audio-o:before, .fa-file-sound-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-ring:before, .fa-life-saver:before, .fa-support:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before, .fa-rebel:before {
    content: "\f1d0"
}

.fa-empire:before, .fa-ge:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7"
}

.fa-paper-plane:before, .fa-send:before {
    content: "\f1d8"
}

.fa-paper-plane-o:before, .fa-send-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before, .fa-genderless: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-futbol-o:before, .fa-soccer-ball-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-ils:before, .fa-shekel:before, .fa-sheqel:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-bed:before, .fa-hotel:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}
/*! JUST GRID IT. v0.0.2 (Bootstrap v3.3.2) | MIT License | dysonsimmons.com/just-grid-it */

*, :after, :before {
    -moz-box-sizing: border-box
}

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

    .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .row:after, .row:before {
        display: table;
        content: " "
    }

    .clearfix:after, .container-fluid:after, .container:after, .row:after {
        clear: both
    }

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-3 {
    width: 25%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-6 {
    width: 50%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-9 {
    width: 75%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-12 {
    width: 100%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-offset-0 {
    margin-left: 0
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width:768px) {
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: left
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }
}

.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width:992px) {
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-offset-0 {
        margin-left: 0
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-12 {
        margin-left: 100%
    }
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

@media (min-width:1200px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
        float: left
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

    .select2-container .select2-selection--single {
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        height: 28px;
        user-select: none;
        -webkit-user-select: none
    }

        .select2-container .select2-selection--single .select2-selection__rendered {
            display: block;
            padding-left: 8px;
            padding-right: 20px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap
        }

        .select2-container .select2-selection--single .select2-selection__clear {
            position: relative
        }

    .select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
        padding-right: 8px;
        padding-left: 20px
    }

    .select2-container .select2-selection--multiple {
        box-sizing: border-box;
        cursor: pointer;
        display: block;
        min-height: 32px;
        user-select: none;
        -webkit-user-select: none
    }

        .select2-container .select2-selection--multiple .select2-selection__rendered {
            display: inline-block;
            overflow: hidden;
            padding-left: 8px;
            text-overflow: ellipsis;
            white-space: nowrap
        }

    .select2-container .select2-search--inline .select2-search__field {
        box-sizing: border-box;
        border: none;
        font-size: 100%;
        margin-top: 5px;
        padding: 0
    }

        .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
            -webkit-appearance: none
        }

.select2-dropdown {
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
    background-color: #dadad9;
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option[aria-selected] {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

    .select2-search--dropdown .select2-search__field {
        padding: 4px;
        width: 100%;
        box-sizing: border-box;
        margin: 0;
    }

        .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
            -webkit-appearance: none
        }

    .select2-search--dropdown.select2-search--hide {
        display: none
    }

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important
}

.select2-container--classic .select2-results > .select2-results__options, .select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    position: absolute
}

    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        border-color: #888 transparent transparent;
        border-style: solid;
        border-width: 5px 4px 0;
        height: 0;
        left: 50%;
        margin-left: -4px;
        margin-top: -2px;
        position: absolute;
        top: 50%;
        width: 0
    }

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

    .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
        display: none
    }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888;
    border-width: 0 4px 5px
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text
}

    .select2-container--default .select2-selection--multiple .select2-selection__rendered {
        box-sizing: border-box;
        list-style: none;
        margin: 0;
        padding: 0 5px;
        width: 100%
    }

    .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
        color: #999;
        margin-top: 5px;
        float: left
    }

    .select2-container--default .select2-selection--multiple .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: 700;
        margin-top: 5px;
        margin-right: 10px
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        background-color: #e4e4e4;
        border: 1px solid #aaa;
        border-radius: 4px;
        cursor: default;
        float: left;
        margin-right: 5px;
        margin-top: 5px;
        padding: 0 5px
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
        color: #999;
        cursor: pointer;
        display: inline-block;
        font-weight: 700;
        margin-right: 2px
    }

        .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
            color: #333
        }

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
    float: right
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #000;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: 0 0;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

    .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
        padding-left: 0
    }

    .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -1em;
        padding-left: 2em
    }

        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -2em;
            padding-left: 3em
        }

            .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                margin-left: -3em;
                padding-left: 4em
            }

                .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                    margin-left: -4em;
                    padding-left: 5em
                }

                    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
                        margin-left: -5em;
                        padding-left: 6em
                    }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: #fff
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top,#fff 50%,#eee 100%);
    background-image: -o-linear-gradient(top,#fff 50%,#eee 100%);
    background-image: linear-gradient(to bottom,#fff 50%,#eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

    .select2-container--classic .select2-selection--single:focus {
        border: 1px solid #5897fb
    }

    .select2-container--classic .select2-selection--single .select2-selection__rendered {
        color: #444;
        line-height: 28px
    }

    .select2-container--classic .select2-selection--single .select2-selection__clear {
        cursor: pointer;
        float: right;
        font-weight: 700;
        margin-right: 10px
    }

    .select2-container--classic .select2-selection--single .select2-selection__placeholder {
        color: #999
    }

    .select2-container--classic .select2-selection--single .select2-selection__arrow {
        background-color: #ddd;
        border: none;
        border-left: 1px solid #aaa;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        height: 26px;
        position: absolute;
        top: 1px;
        right: 1px;
        width: 20px;
        background-image: -webkit-linear-gradient(top,#eee 50%,#ccc 100%);
        background-image: -o-linear-gradient(top,#eee 50%,#ccc 100%);
        background-image: linear-gradient(to bottom,#eee 50%,#ccc 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
    }

        .select2-container--classic .select2-selection--single .select2-selection__arrow b {
            border-color: #888 transparent transparent;
            border-style: solid;
            border-width: 5px 4px 0;
            height: 0;
            left: 50%;
            margin-left: -4px;
            margin-top: -2px;
            position: absolute;
            top: 50%;
            width: 0
        }

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 4px 0 0 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
        background: 0 0;
        border: none
    }

        .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
            border-color: transparent transparent #888;
            border-width: 0 4px 5px
        }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top,#fff 0,#eee 50%);
    background-image: -o-linear-gradient(top,#fff 0,#eee 50%);
    background-image: linear-gradient(to bottom,#fff 0,#eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top,#eee 50%,#fff 100%);
    background-image: -o-linear-gradient(top,#eee 50%,#fff 100%);
    background-image: linear-gradient(to bottom,#eee 50%,#fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0
}

    .select2-container--classic .select2-selection--multiple:focus {
        border: 1px solid #5897fb
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
        list-style: none;
        margin: 0;
        padding: 0 5px
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__clear {
        display: none
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__choice {
        background-color: #e4e4e4;
        border: 1px solid #aaa;
        border-radius: 4px;
        cursor: default;
        float: left;
        margin-right: 5px;
        margin-top: 5px;
        padding: 0 5px
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
        color: #888;
        cursor: pointer;
        display: inline-block;
        font-weight: 700;
        margin-right: 2px
    }

        .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
            color: #555
        }

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    float: right;
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

html.no-footer-bottom, img {
    height: auto
}

table tbody td, table thead th {
    text-align: left;
    padding: 15px
}

.breadcrumb ul li a, a, a:hover {
    text-decoration: none
}

.follow-box .title, .grid-title, .header-part .sub-nav ul, .socials .live-on .title, h1, h2.heading, h3, h4 h5, h6 {
    text-transform: none;
}

#header:after, #main:after, .breadcrumb ul:after, .search-holder:after {
    content: " ";
    display: block;
    clear: both
}

.breadcrumb ul, .header-part .sub-nav ul, .socials-list {
    margin: 0;
    padding: 0;
    list-style: none
}

sub, sup {
    font-size: 75%;
    position: relative;
    vertical-align: baseline
}

html {
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

* {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    max-height: 1000000px
}

:after, :before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

body {
    margin: 0;
    color: #000;
    background: #fff;
    font: 18px/24px work sans,futura-pt,arial,sans-serif;
    min-width: 320px
}

article, aside, details, figcaption, figure, footer, header, main, nav, section, summary {
    display: block
}

.clearfix {
    clear: both
}

img {
    border-style: none;
    max-width: 100%;
    max-height: none
}

a {
    color: #e00a0f
}

input:not([type=radio]):not([type=checkbox]), select, textarea {
    vertical-align: middle;
    width: 100%;
    -webkit-appearance: none
}

    input:not([type=radio]):not([type=checkbox])::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
        -webkit-transition: color .3s;
        transition: color .3s;
        color: #646464
    }

    input:not([type=radio]):not([type=checkbox]):-moz-placeholder, select:-moz-placeholder, textarea:-moz-placeholder {
        transition: color .3s;
        color: #646464;
        opacity: 1
    }

    input:not([type=radio]):not([type=checkbox])::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
        transition: color .3s;
        color: #646464;
        opacity: 1
    }

    input:not([type=radio]):not([type=checkbox]):-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
        transition: color .3s;
        color: #646464
    }

    input:not([type=radio]):not([type=checkbox]):placeholder-shown, select:placeholder-shown, textarea:placeholder-shown {
        -webkit-transition: color .3s;
        transition: color .3s;
        color: #646464
    }

#header, #wrapper.nav-active .logo {
    -webkit-transition: all .25s linear
}

input:not([type=radio]):not([type=checkbox]).gsc-search-button, select.gsc-search-button, textarea.gsc-search-button {
    color: #fff;
    background: #e00a0f;
    border: 0
}

input[type=date]:focus, input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=phone]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=url]:focus, textarea:focus {
    border-color: #6d665d
}

label {
    display: inline-block;
    line-height: 24px;
    padding-top: 10px
}

fieldset, form {
    margin: 0;
    padding: 0;
    border-style: none
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

input::-moz-focus-inner {
    border: 0;
    padding: 0
}

button, input[type=button], input[type=file], input[type=reset], input[type=submit] {
    cursor: pointer
}

input[type=date], input[type=email], input[type=number], input[type=password], input[type=phone], input[type=search], input[type=tel], input[type=text], input[type=url] {
    margin: 0 0 10px;
    padding: 0 15px;
    height: 44px;
    line-height: 44px;
    width: 100%
}

    input[type=date]::-webkit-inner-spin-button, input[type=date]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0
    }

input[type=number] {
    -moz-appearance: textfield
}

input#recaptcha_response_field {
    height: auto;
    line-height: initial;
    background: #fff;
    padding: 0 5px
}

.field-validation-error {
    display: block;
    margin-bottom: 5px;
    color: #e00a0f
}

textarea {
    overflow: auto;
    resize: vertical;
    vertical-align: top;
    margin-bottom: 30px;
    padding: 10px 15px
}

#main, #wrapper, .hold, .navigation, i span {
    overflow: hidden
}

input[type=checkbox], input[type=radio] {
    padding: 0
}

h1, h2, h3, h4, h5, h6 {
    font-family: futura heavy,arial,sans-serif;
    line-height: 1.2em;
    margin: 0 0 1.2em;
    text-transform: none;
}

    h2, h3, h4 h5, h6 {
        margin-bottom: 15px
    }

        h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
            color: #000
        }

h1 {
    font-size: 40px;
    font-weight: 400;
    margin: 0 0 18px;
    word-spacing: 0;
    color: #333
}

.grid-title, h2, h3, h4 h5, h6 {
    font-weight: 500
}

h2 {
    font-size: 24px
}

h3, h4 h5, h6 {
    font-size: 22px
}

p {
    margin: 0 0 1.2em
}

q {
    quotes: none
}

    q:after, q:before {
        content: "";
        content: none
    }

.navigation:after, .navigation:before {
    left: 0;
    content: ""
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%
}

    table thead th {
        border-bottom: 2px solid #dadad9
    }

i {
    font-family: FontAwesome;
    font-style: normal
}

    i span {
        display: block;
        width: 0
    }

blockquote {
    font-size: 28px;
    line-height: 40px;
    text-align: center;
    margin-top: 0
}

input, select, textarea {
    background: #dadad9;
    border: 0;
    color: #000
}

xmp {
    white-space: pre-wrap
}

.spacer {
    display: block;
    clear: both;
    float: none;
    height: 30px
}

.recaptchatable #recaptcha_response_field {
    border: 0
}

.error {
    border: 1px solid #e00a0f;
    padding: 15px;
    color: #e00a0f;
    background: rgba(224,10,15,.2)
}

#header, #main {
    background: #fff
}

#header {
    height: 0;
    transition: all .25s linear;
    position: absolute;
    z-index: 9999;
    left: 0;
    right: 0;
    top: 0;
    width: 100%
}

.header-btns {
    display: none;
    margin: 0;
    padding: 0 0 0 44px
}

    .header-btns li {
        list-style: none;
        display: inline-block;
        text-align: center;
        line-height: 24px;
        float: left
    }

        .header-btns li a {
            display: inline-block;
            color: #fff;
            padding: 10px;
            height: 44px;
            min-width: 44px
        }

#wrapper, .hold, .mob-blackout {
    height: 100%;
    width: 100%
}

.header-btns li a.donate {
    background: #e00a0f
}

.header-btns li a.shop {
    background: #006ac7
}

.container, .container-fluid, .sub-container {
    max-width: 940px;
    margin: 0 auto
}

.mob-blackout {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    display: none;
    opacity: .7
}

.link, button.link {
    color: #fff;
    display: block;
    background: #d71920;
    padding: 10px 5px;
    margin: 0 0 3px;
    text-align: center;
    border-radius: 30px;
    width: 100%;
    border: 0;
    font-size: 18px;
    line-height: 24px;
    border: 2px solid #d71920;
    font-size: 1.20rem;
    font-weight: 600;
    transition: all .1s ease-out;
    font-family: work sans,futura-pt,arial,sans-serif;
}

    .link:hover, button.link:hover {
        background: white;
        border: 2px solid #d71920;
        color: #d71920 !important;
        transition: all .1s ease-out;
    }

.main-home {
    border-top: 0 !important
}

#wrapper {
    position: relative
}

    #wrapper.main-wrapper {
        padding-left: 300px
    }

    #wrapper.nav-active .hold {
        padding: 0;
        margin: 0 0 0 236px
    }

    #wrapper.nav-active #header {
        margin-left: -46px
    }

    #wrapper.nav-active .logo {
        right: -236px;
        transition: all .25s linear
    }

.hold, .logo {
    -webkit-transition: all .25s linear;
    transition: all .25s linear
}

.hold {
    display: table;
    table-layout: fixed;
    background: #fff
}

.logo {
    position: absolute;
    left: 250px;
    top: 0;
    z-index: 9999;
    max-width: 110px;
}

    .logo a img {
        display: block;
        width: 100%;
        height: auto
    }

.navigation {
    width: 300px;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 99999;
    text-align: left
}

    .navigation.expanded {
        width: 564px;
        padding-right: 264px
    }

    .navigation .nav-area {
        width: 10000px;
        padding-right: 20px;
        overflow: auto;
        max-height: 100%
    }

        .navigation .nav-area #nav {
            width: 300px
        }

    .navigation:before {
        position: fixed;
        top: 0;
        height: 100%;
        width: 44px;
        background: #c9c9c9;
        z-index: 1;
        display: block
    }

    .navigation:after {
        position: absolute;
        top: 0;
        height: 100%;
        width: 300px;
        background: #e8e8e8;
        z-index: 0;
        display: block
    }

    .navigation a {
        pointer-events: auto
    }

    .navigation .drop {
        padding: 125px 0 0;
        width: 236px;
        position: relative;
        left: -236px;
        -webkit-transition: all .25s linear;
        transition: all .25s linear
    }

    .navigation ul {
        margin: 0;
        padding: 0;
        position: relative;
        z-index: 2
    }

        .navigation ul li {
            list-style: none;
            display: block;
            font-size: 19px;
            color: #000;
            overflow: visible
        }

            .navigation ul li ul.sub-nav {
                display: none;
                left: 300px;
                top: 132px;
                min-height: 100%;
                background: #333;
                text-align: left;
                width: 250px;
                position: fixed
            }

                .navigation ul li ul.sub-nav.previous {
                    top: 176px
                }

                .navigation ul li ul.sub-nav.full-height {
                    top: 0;
                    height: 100%
                }

                .navigation ul li ul.sub-nav li a {
                    font-size: 19px;
                    padding: 10px 20px
                }

                    .navigation ul li ul.sub-nav li a:hover {
                        background: #36a7a4;
                        color: #fff
                    }

.sub-level-nav {
    position: relative;
    background: #484747;
    color: #fff;
    overflow-y: hidden
}

    .sub-level-nav .nav-item a {
        color: #fff
    }

.nav-search {
    background: #c9c9c9;
    color: #fff
}

    .nav-search:before {
        display: block;
        font-family: FontAwesome;
        position: absolute;
        left: 0;
        top: 0;
        width: 44px;
        height: 44px;
        padding: 10px 0;
        text-align: center;
        content: "\f002";
        color: #fff;
        background: #646464
    }

    .nav-search .search-form input[type=search] {
        border: none;
        background: 0 0;
        line-height: 24px;
        padding: 10px 54px;
        width: 100%;
        -webkit-transition: background .3s,color .3s;
        transition: background .3s,color .3s;
        color: #646464;
        margin: 0
    }

    .nav-item a:before, .nav-search button {
        width: 44px;
        height: 44px;
        top: 0;
        text-align: center
    }

    .nav-search .search-form input[type=search]:focus {
        outline: 0;
        color: #333
    }

        .nav-search .search-form input[type=search]:focus::-webkit-input-placeholder {
            color: #333
        }

        .nav-search .search-form input[type=search]:focus:-moz-placeholder {
            color: #333;
            opacity: 1
        }

        .nav-search .search-form input[type=search]:focus::-moz-placeholder {
            color: #333;
            opacity: 1
        }

        .nav-search .search-form input[type=search]:focus:-ms-input-placeholder {
            color: #333
        }

        .nav-search .search-form input[type=search]:focus:placeholder-shown {
            color: #333
        }

    .nav-search button {
        background: #e00a0f;
        color: #fff;
        line-height: 24px;
        padding: 10px 0;
        position: absolute;
        right: 0;
        border: 0;
        display: none
    }

.nav-item a, .nav-item:hover > ul.sub-nav {
    display: block
}

.nav-search button:before {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 22px
}

.nav-item.back a:before, .nav-item.previous a:before {
    content: "\f0d9"
}

.nav-item a {
    min-height: 44px;
    line-height: 24px;
    padding: 10px 25px 10px 54px;
    color: #484747;
    position: relative
}

.nav-item.active .has-children, .nav-item.active > a, .nav-item.previous a, .nav-item:hover, .nav-item:hover a {
    color: #fff
}

.nav-item a:before {
    display: block;
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    padding: 10px 0
}

.nav-item:hover {
    background: #36a7a4
}

.nav-item.previous a {
    background: #646464
}

    .nav-item.previous a:before {
        background: #484747
    }

.nav-item.active > a, .nav-item.previous:hover a:before {
    background: #36a7a4
}

.nav-item.previous:hover a {
    color: #fff;
    background: #36a7a4
}

.nav-item .has-children {
    position: absolute;
    width: 25px;
    height: 44px;
    top: 0;
    right: 0;
    color: #646464;
    padding: 10px 0;
    line-height: 24px
}

.nav-item:hover .has-children {
    color: #fff
}

.nav-opener, .select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none
}

.nav-item.home a:before {
    content: "\f015"
}

.nav-item.contact a:before {
    content: "\f095"
}

.nav-item.find-us a:before {
    content: "\f041"
}

.nav-item.shop a:hover {
    background: #006ac7;
    color: #fff
}

.nav-item.shop a:before {
    content: "\f07a";
    background: #006ac7;
    color: #fff
}

.nav-item.donate a:before, .nav-item.donate a:hover {
    background: #e00a0f;
    color: #fff
}

.nav-item.donate a:before {
    content: "\f004"
}

.nav-opener:after, .nav-opener:before {
    content: ""
}

.nav-opener span, .nav-opener:after, .nav-opener:before {
    position: absolute;
    left: 11px;
    right: 11px;
    width: 24px;
    height: 2px;
    top: 22px;
    background: #0e2143;
    -webkit-transition: all .25s linear;
    transition: all .25s linear;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.nav-opener:after {
    top: 15px
}

.nav-opener:before {
    top: 29px
}

.nav-opener.open {
    left: 300px;
    -webkit-transition: all .25s linear;
    transition: all .25s linear
}

    .nav-opener.open span {
        opacity: 0
    }

.btn-default:hover:before, .copyright a:hover, .grid-item-link:hover span:after {
    opacity: .75
}

.nav-opener.open:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 22px
}

.nav-opener.open:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 22px
}

.nav-active .drop {
    left: 0
}

.nav-active .nav-area {
    width: 236px;
    overflow: auto;
    overflow-x: hidden
}

.btn-default, .follow-box, .img-strip, .img-strip .img-holder, .search-holder .input-holder, .socials-holder, h2.heading {
    overflow: hidden
}

.icheckbox_square-red, .iradio_square-red {
    height: 35px !important;
    width:35px;
    margin-right: 30px !important
}

.select2 {
    width: 100% !important;
    margin-bottom: 10px
}

.select2-container--default {
    border-radius: 0;
    border: 0;
    line-height: 44px
}

    .select2-container--default .select2-selection--single {
        border-radius: 0;
        border: 0;
        background: #dadad9;
        height: 44px;
        line-height: 44px
    }

        .select2-container--default .select2-selection--single .select2-selection__rendered {
            line-height: 44px;
            color: #000;
            padding-right: 44px;
            padding-left: 15px
        }

        .select2-container--default .select2-selection--single span {
            height: 44px
        }

            .select2-container--default .select2-selection--single span:empty:before {
                color: #000
            }

        .select2-container--default .select2-selection--single .select2-selection__arrow {
            background: #e00a0f;
            color: #fff;
            width: 44px;
            height: 44px;
            text-align: center;
            line-height: 44px;
            top: 0;
            right: 0
        }

            .select2-container--default .select2-selection--single .select2-selection__arrow:after {
                font-family: FontAwesome;
                content: "\f107"
            }

    .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow:after {
        content: "\f106"
    }

.select2-results__options {
    background: #e8e8e8
}

.select2-results__option {
    user-select: none;
    -webkit-user-select: none;
    min-height: 44px;
    line-height: 24px;
    padding: 10px 15px
}

.center {
    text-align: center
}

.block, .module {
    margin-top: 40px;
    margin-bottom: 80px;
}

    .block:after, .module:after {
        content: "";
        clear: both;
        visibility: hidden;
        display: block
    }

iframe {
    display: block;
    margin: 0 auto
}

.heading-info {
    text-align: left;
    padding-top: 20px
}

    .heading-info h1 {
        font-size: 44px;
        line-height: 52px;
        text-align: center;
    }

        .heading-info h1 span {
            display: block;
            font-size: 36px;
            line-height: 40px
        }

    .heading-info p {
        margin-bottom: 0
    }

.copyright {
    background: #484747;
    color: #fff;
    text-align: center;
    padding: 30px;
    font-size: 14px;
    line-height: 24px
}

    .copyright .tel {
        display: block;
        margin-bottom: 15px
    }

    .copyright p {
        margin: 0
    }

    .copyright a {
        color: #fff
    }

.search-holder {
    background: #fff;
    width: 100%;
    margin: 0 auto;
    position: relative
}

    .search-holder button[type=submit] {
        color: #fff;
        float: right;
        width: 44px;
        height: 44px;
        background: #e00a0f;
        border: 0;
        text-align: center
    }

        .search-holder button[type=submit] span {
            display: block;
            padding: 0;
            position: relative;
            line-height: 44px
        }

            .search-holder button[type=submit] span:after {
                content: "\f002";
                font-family: FontAwesome
            }

        .search-holder button[type=submit]:hover {
            opacity: .85
        }

.header-part .sub-nav .opener:hover, .header-part .sub-nav ul li a:hover, .socials-list li a:hover {
    opacity: .8
}

.search-holder .search-input {
    width: 100%;
    padding: 12px;
    color: #000;
    background: #dadad9;
    border: 0;
    height: 44px;
    outline: 0
}

.breadcrumb {
    background: 0 0;
    padding: 10px 15px
}

    .breadcrumb ul li {
        display: inline-block;
        vertical-align: top;
        padding: 0 4px
    }

        .breadcrumb ul li a {
            color: #000
        }

            .breadcrumb ul li a:hover, .follow-box .title a {
                text-decoration: underline
            }

        .breadcrumb ul li.active {
            color: #e00a0f
        }

        .breadcrumb ul li + li:before {
            color: #000;
            content: "\f101";
            font-family: FontAwesome;
            margin: 0 10px 1px 0;
            display: inline-block;
            font-size: 18px
        }

.header-part {
    display: none
}

    .header-part .sub-nav {
        background: #fff;
        border-bottom: 1px solid #dadad9;
        padding: 0;
        margin-bottom: 30px
    }

        .header-part .sub-nav ul {
            padding: 15px 0;
            margin: 0 -17px
        }

            .header-part .sub-nav ul li {
                padding: 0 16px;
                display: inline-block;
                vertical-align: top
            }

                .header-part .sub-nav ul li a {
                    color: #333
                }

        .header-part .sub-nav .opener {
            color: #000;
            border: 1px solid #dadad9;
            padding: 10px;
            text-align: center;
            text-transform: uppercase;
            display: none
        }

            .header-part .sub-nav .opener span {
                display: block;
                position: relative;
                padding: 0 20px
            }

                .header-part .sub-nav .opener span:after {
                    content: "";
                    position: absolute;
                    right: 0;
                    top: 7px;
                    width: 0;
                    height: 0;
                    border-left: 8px solid transparent;
                    border-right: 8px solid transparent;
                    border-top: 8px solid #000;
                    -webkit-transition: -webkit-transform .3s;
                    transition: transform .3s
                }

.btn-default, .img-strip {
    position: relative
}

.header-part .sub-nav .opener.open span:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.img-strip {
    max-height: 500px
}

    .img-strip .img-holder img {
        min-width: 100%;
        max-height: none
    }

    .img-strip .person-info {
        color: #fff
    }

.btn-default {
    color: #000;
    display: inline-block;
    min-width: 116px;
    padding: 0 64px 0 20px;
    background: #dadad9;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 44px;
    line-height: 44px;
    border-radius: 2px;
    border: 0;
    max-width: 100%;
    font: 18px/24px work sans,futura-pt,arial,sans-serif;
}

    .btn-default:before {
        content: "\f105";
        position: absolute;
        right: 0;
        top: 0;
        font-family: FontAwesome;
        color: #fff;
        background: #e00a0f;
        display: block;
        width: 44px;
        height: 44px;
        line-height: 44px;
        font-size: 22px;
        text-align: center
    }

    .btn-default.back {
        padding: 0 0 0 44px
    }

        .btn-default.back:before {
            content: "\e809";
            right: auto;
            left: 0
        }

.hidden {
    display: none
}

h2.heading {
    text-align: left;
    display: block;
    padding: 0 1px;
    margin: 0 0 30px
}

    h2.heading span {
        position: relative;
        background: 0 0;
        padding: 0 1px;
        display: inline-block;
        vertical-align: top
    }

        h2.heading span br {
            display: none
        }

        h2.heading span:after, h2.heading span:before {
            content: "";
            background: #6d665d;
            height: 1px;
            width: 9999px;
            position: absolute;
            right: 100%;
            top: 50%;
            display: none;
        }

.follow-box .follow-us span:after, .grid-title:after {
    content: "\f105";
    font-family: FontAwesome
}

h2.heading span:after {
    right: auto;
    left: 100%
}

.grid-item-link {
    text-align: center;
    color: #000;
    padding-bottom: 30px;
    display: block
}

    .grid-item-link span {
        display: block;
        line-height: 26px
    }

    .grid-item-link img {
        margin-bottom: 5px;
        width: 100%
    }

.grid-title:after {
    display: inline-block;
    margin-left: 10px;
    color: #fff;
    left: 0;
    background: #e00a0f;
    -webkit-transition: opacity .2s;
    transition: left .2s;
    position: relative;
    border-radius: 1px;
    font-size: 18px;
    width: 26px
}

.grid-date {
    color: #6d665d
}

#footer {
    width: 100%;
    background: #fff;
    padding-top: 20px
}

.footer-logo {
    max-width: 120px;
    max-height: 60px;
    margin: 0 auto
}

.no-footer-bottom body {
    height: auto
}

.no-footer-bottom #wrapper {
    height: auto;
    overflow: hidden
}

.no-footer-bottom #footer {
    display: block;
    height: auto
}

.socials .live-on, .socials .live-on .legion-logo, .socials .live-on .title, .socials-list, .socials-list li {
    display: inline-block;
    vertical-align: top
}

.socials {
    text-align: center
}

    .socials .live-on {
        margin-bottom: 20px
    }

        .socials .live-on .title {
            margin: -5px 0 0;
            font-size: 40px;
            font-weight: 400;
            line-height: 36px
        }

        .socials .live-on .legion-logo {
            padding: 0 0 0 5px
        }

.socials-holder {
    margin: 0 0 45px
}

.socials-list {
    padding: 0 5px;
    position: relative
}

    .socials-list:before {
        right: auto;
        left: 100%
    }

    .socials-list li {
        padding: 0 7px
    }

        .socials-list li a {
            color: #fff;
            display: block;
            font-size: 20px;
            line-height: 44px;
            height: 44px;
            width: 44px;
            background: #484747;
            border-radius: 2px
        }

.join-the-legion {
    background: #333;
    padding: 15px;
    text-align: center
}

.head-part {
    padding: 40px 0
}

    .head-part.add {
        padding-top: 0
    }

        .head-part.add .breadcrumb {
            background: 0 0
        }

.header {
    padding-bottom: 25px
}

    .header p {
        margin: 0
    }

.follow-box {
    text-align: center
}

    .follow-box .title {
        display: block;
        margin: 0 0 22px
    }

        .follow-box .title a {
            color: #e00a0f;
            text-transform: none
        }

            .follow-box .title a:hover {
                text-decoration: none
            }

    .follow-box .follow-us {
        background: #e00a0f;
        padding: 12px 20px;
        color: #fff;
        min-width: 273px;
        text-align: left;
        display: inline-block;
        vertical-align: top
    }

        .follow-box .follow-us span {
            position: relative;
            display: block;
            padding: 0 18px 0 0
        }

            .follow-box .follow-us span:after {
                position: absolute;
                right: 0;
                top: 0
            }

        .follow-box .follow-us em {
            font-style: normal;
            text-decoration: underline
        }

        .follow-box .follow-us:hover em {
            text-decoration: none
        }

@media only screen and (max-width:1170px) {
    #header, .nav-opener {
        height: 44px
    }

    .header-btns, .nav-opener {
        display: block
    }

    .socials-list li {
        margin-bottom: 15px
    }

    #main {
        padding-top: 44px
    }

    .heading-info h1 {
        font-size: 40px;
        line-height: 42px
    }

    .navigation, .navigation:before {
        left: -300px;
        -webkit-transition: left .3s;
        transition: left .3s
    }

        .navigation.open, .navigation.open:before {
            left: 0
        }

    .nav-opener {
        position: fixed;
        left: 0;
        top: 0;
        width: 44px;
        background: #fff;
        padding: 11px;
        z-index: 99999;
        -webkit-transition: all .3s;
        transition: all .3s
    }

        .nav-opener.open {
            left: 300px
        }

    #wrapper.main-wrapper {
        padding-left: 0;
        -webkit-transition: padding-left .3s;
        transition: padding-left .3s
    }

    .nav-item .has-children, .nav-item:hover > ul.sub-nav {
        display: none
    }
}

@media only screen and (max-width:768px) {
    .logo {
        max-width: 65px
    }

    .img-strip {
        max-height: 200px
    }

    #header {
        position: fixed
    }

    .select2, input, select, textarea {
        margin-bottom: 15px
    }

    .header-part .sub-nav .opener {
        display: block
    }

    .header-part .sub-nav ul {
        width: 100%;
        margin: 0;
        display: none
    }

        .header-part .sub-nav ul li {
            width: 100%;
            text-align: center
        }
}

@media only screen and (max-width:480px) {
    .block-holder .col, .block-holder .masonry-col {
        width: 100%
    }

    .navigation {
        overflow: auto
    }
}

@media only screen and (max-width:320px) {
    .navigation {
        width: 260px
    }

    .nav-opener.open {
        left: 260px
    }
}

@media print {
    #footer, #header, .navigation {
        display: none !important
    }

    #wrapper.main-wrapper {
        padding-left: 0 !important
    }

    .container-fluid {
        width: 100% !important;
        max-width: 100% !important
    }
}

.icheckbox_square-red, .iradio_square-red {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    border: none;
    cursor: pointer
}

/*.icheckbox_square-red {
    background-position: 0 0
}

    .icheckbox_square-red.hover {
        background-position: -24px 0
    }

    .icheckbox_square-red.checked {
        background-position: -48px 0
    }

    .icheckbox_square-red.disabled {
        background-position: -72px 0;
        cursor: default
    }

    .icheckbox_square-red.checked.disabled {
        background-position: -96px 0
    }
*/
.iradio_square-red {
    background-image:url(../images/rebranding/Component11_1.svg);
}

    .iradio_square-red.hover {
        background-image: url(../images/rebranding/Component28_5.svg);
    }

    .iradio_square-red.checked {
        background-image: url(../images/rebranding/Component28_5.svg);
    }

    .iradio_square-red.disabled {
        background-image: url(../images/rebranding/Component28_5.svg);
        cursor: default
    }

    .iradio_square-red.checked.disabled {
        background-image: url(../images/rebranding/Component28_5.svg);
    }

/*@media (-o-min-device-pixel-ratio:5/4),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:120dpi) {
    .icheckbox_square-red, .iradio_square-red {
        background-image: url(../images/red@2x.png);
        -webkit-background-size: 240px 24px;
        background-size: 240px 24px
    }
*/}

#wrapper.main-wrapper {
    padding: 0;
}

header#header {
    background: transparent;
}

.dd-details {
    margin-bottom: 30px;
}

    .dd-details th {
        text-align: left;
    }

.secure {
    position: relative;
    padding: 15px 0 15px 44px;
    color: #646464;
}

    .secure:before {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        font-family: "FontAwesome";
        font-size: 48px;
        content: "\f023";
    }

.donate-steps {
    background: #dadad9;
}

    .donate-steps.one-off .step.step-2:after {
        display: none;
    }

    .donate-steps .step {
        padding: 15px 0;
        position: relative;
    }

        .donate-steps .step:before {
            height: 78px;
            width: 30px;
            top: 0;
            left: -30px;
            z-index: 5;
            position: absolute;
            content: "";
            display: block;
        }

        .donate-steps .step:after {
            position: absolute;
            top: 0;
            bottom: 0;
            right: -30px;
            display: block;
            width: 30px;
            height: 78px;
            content: "";
            background-size: 100% 100%;
            z-index: 10;
        }

        .donate-steps .step.step-1:after {
            background: url("../images/triangle-1.svg");
        }

        .donate-steps .step.step-1.active:before {
            display: none;
        }

        .donate-steps .step.step-1.active:after {
            background: url("../images/triangle-3.svg");
        }

        .donate-steps .step.step-2 {
            background: #c9c9c9;
        }

            .donate-steps .step.step-2:before {
                background: #c9c9c9;
            }

            .donate-steps .step.step-2:after {
                background: url("../images/triangle-2.svg");
            }

            .donate-steps .step.step-2.active:after {
                background: url("../images/triangle-3.svg");
            }

        .donate-steps .step.step-3:before {
            background: #dadad9;
        }

        .donate-steps .step.active {
            color: #fff;
            background: #36a7a4;
        }

            .donate-steps .step.active:before {
                background: #36a7a4;
            }

        .donate-steps .step .step-num {
            text-align: right;
            padding-left: 30px;
            font-size: 44px;
            line-height: 48px;
        }

        .donate-steps .step .step-detail {
            padding-right: 30px;
            font-size: 18px;
            line-height: 24px;
        }

.instruction {
    text-align: right;
}

.we-accept {
    line-height: 49px;
    padding-bottom: 15px;
}

    .we-accept:after {
        clear: both;
        display: block;
        content: "";
        float: none;
    }

    .we-accept img {
        display: block;
        float: left;
    }

    .we-accept span {
        display: block;
        float: left;
        line-height: 49px;
    }

.required:after, .text-danger {
    display: inline-block;
    color: #e00a0f;
    content: "*";
    margin-left: 5px;
    margin-bottom: 5px;
}

label {
    display: inline-block;
}

    label.icheck-label {
        padding-left: 40px;
        position: relative;
        display: block;
    }

        label.icheck-label .icheck-item {
            position: absolute;
            left: 0;
        }

.row-sep {
    margin-bottom: 30px;
}

.terms {
    font-size: 14px;
    line-height: 18px;
    margin: 30px auto 0;
}

button.btn-default, button.link {
    font-size: 18px;
}
 button.link {
    margin:15px auto;
}
.error404 {
    padding-top: 100px;
}

.btn-default.next {
    float: right;
}

.error {
    margin-bottom: 30px;
}

.donation-amount:after {
    display: block;
    clear: both;
    float: none;
    content: "";
}

.donation-amount .currency {
    display: block;
    background: #484747;
    color: #fff;
    width: 44px;
    height: 44px;
    float: left;
    text-align: center;
    line-height: 44px;
}

.donation-amount input.amount-input {
    float: left;
    width: calc(100% - 44px);
}

.giftaid-img {
    text-align: center;
}

.cancel {
    color: #484747;
    background: #dadad9;
    float: left;
    display: inline-block;
    width: auto;
    padding: 10px 15px;
    opacity: 0.8;
    margin-top: 30px;
}

    .cancel:hover {
        opacity: 1;
    }

    .cancel:before {
        display: inline-block;
        margin-right: 10px;
        content: "\f104";
        font-family: "FontAwesome";
    }

.donation-aside, .exp-difficulty {
    color: #dadad9;
    padding-top: 30px;
}

    .donation-aside a, .exp-difficulty a {
        color: #fff;
    }

input.form-control.card-number {
    width: calc(100% - 60px);
    float: left;
}

.input-group-addon {
    width: 60px;
    display: block;
    height: 44px;
    float: left;
    background: #484747;
    text-align: center;
    line-height: 44px;
}

    .input-group-addon img {
        margin-top: 10px;
    }

.btn {
    line-height: 44px;
    cursor: pointer;
}

.popover {
    position: absolute;
    padding: 30px;
    background: #484747;
    color: #fff;
}

.total-amount {
    color: #36a7a4;
    font-weight: 400;
}

h4 {
    font-weight: 400;
}

.footer-img {
    max-width: 150px;
}

.form-error {
    display: block;
    color: #fff;
    margin-bottom: 5px;
    padding: 5px 10px;
    background: #e00a0f;
    font-size: 16px;
}

    .form-error:before {
        content: "\f06a";
        display: inline-block;
        font-family: "FontAwesome";
        margin-right: 10px;
    }

@media screen and (max-width: 990px) {
    .donate-steps .col-xs-12 {
        padding: 0;
    }

    .donate-steps .step {
        text-align: center;
    }

        .donate-steps .step:before, .donate-steps .step:after {
            display: none;
        }

        .donate-steps .step .step-num {
            display: none;
        }

        .donate-steps .step .step-heading, .donate-steps .step .step-detail {
            display: inline-block;
        }
}

.dedicate-item {
    padding-bottom: 30px;
}

.img-container {
    margin-bottom: 15px;
}

.grid-label {
    margin-bottom: 30px;
    display: block;
}

.field-of-remembrance {
    background: #e8e8e8;
    padding: 20px 30px;
    margin-bottom: 30px;
}

    .field-of-remembrance label.icheck-label {
        padding-bottom: 20px;
    }

        .field-of-remembrance label.icheck-label:last-of-type {
            padding-bottom: 10px;
        }

.preferred-field {
    margin: 30px 0;
}

.subtext {
    color: #6d665d;
    font-style: italic;
    margin-top: 15px;
}

.qty {
    line-height: 44px;
}

svg:not(:root).svg-inline--fa {
    overflow: visible;
}

.svg-inline--fa.fa-w-14 {
    width: 0.87em;
}

.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -0.12em;
}

.socials-list li a {
    color: #fff;
    display: block;
    font-size: 20px;
    line-height: 44px;
    height: 44px;
    width: 44px;
    background: #484747;
    border-radius: 2px;
    position: relative;
}

.couples-container {
    position: relative;
    padding: 30px;
}

    .couples-container .heading-info {
        padding-top: 0px !important;
    }

input {
    font: 18px/24px work sans,futura-pt,arial,sans-serif;
}



.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    .modal.fade .modal-dialog {
        -webkit-transition: -webkit-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: transform .3s ease-out;
        -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
        -o-transform: translate(0, -25%);
        transform: translate(0, -25%);
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

    .modal-backdrop.fade {
        filter: alpha(opacity=0);
        opacity: 0;
    }

    .modal-backdrop.in {
        filter: alpha(opacity=50);
        opacity: .5;
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer .btn + .btn {
        margin-bottom: 0;
        margin-left: 5px;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

.row.emphasis p {
    font-weight: 400;
    line-height: 1.2em;
    font-size: 18px
}

#addManual {
    text-align: center
}

#security_gs {
    max-width: 186px;
}

.loadingoverlay {
    height: 100% !important;
}


@media (min-width: 768px) {

    .payment-types {
        position: relative;
        width: auto;
    }
}

@media (max-width: 768px) {

    .payment-types {
        position: relative;
        padding-bottom: 20px;
    }
}

.heading-info {
    padding-bottom: 50px;
}

.poppy-`image {
    padding-bottom: 25px;
}

poppy-supporter-plee {
    margin-bottom: 25px;
}

.poppy-supporter {
    margin-bottom: 0;
    margin-top: -30px;
    font-size: 20px;
}

    .poppy-supporter h2 {
        font-family: "Gill Sans MT W01 Book";
        font-size: 28px;
        line-height: 40px;
        margin-bottom: 20px;
    }

    .poppy-supporter h3 {
        font-family: "Gill Sans MT W01 Book";
        font-size: 22px;
        line-height: 36px;
        margin-bottom: 5px;
    }

        .poppy-supporter h3 .underline {
            text-decoration: underline;
        }

    .poppy-supporter .section {
        margin: 20px 0;
    }

@media only screen and (max-width: 600px) {
    .poppy-supporter-bg .title {
       top: 510px;
    }

    .poppy-supporter-bg .title h1
    {
        font-size: 24px !important;
    }

    .poppy-supporter-bg {
        background-position: center -85px !important;
        background-size: 830px auto !important;
    }
}

.poppy-supporter-bg {
    position: relative;
    height: 560px;
    background-image: url(../images/willHeader.png);
    background-position: center -200px;
    background-size: 945px auto;
}

    .poppy-supporter-bg::after {
        background: linear-gradient(0deg,rgba(0,0,0,.4) 0,transparent 100%);
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

    .poppy-supporter-bg .title {
        position: absolute;
        top: 495px;
        margin-left: 2%;
        z-index: 1;
    }

        .poppy-supporter-bg .title h1 {
            font-family: "Gill Sans MT W01 Book";
            font-size: 40px;
            color: white;
            margin-bottom: 15px;
            font-weight: bold;
        }

.poppy-supporter button {
    border-radius: 2em;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    padding: .50em 1.5em;
    width: auto;
    text-align: center;
    box-sizing: border-box;
    border: .1rem solid #fff;
    font-size: 20px;
    color: white;
    background: transparent;
}

    .poppy-supporter button:hover {
        background: white;
        color: #0D5AA3;
    }

.supporter-benefits {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    flex-direction: column;
}


.supporter-benefits > .text
{
    width: 75%;
}

@media (min-width: 900px) {
    .supporter-benefits {
        flex-direction: initial;
    }

    .supporter-benefits li{
        margin-top: 50px;
    }
}

@media only screen and (max-width: 900px) {
    .poppy-pin {
        float: left !important;
        margin-top: 15px;
    }

    .supporter-benefits > .text {
        width: 100% !important;
    }

    .johnImage {
        width: 100%;
        height: auto !important;
        margin-left: 0 !important;
    }

    .noPadMob
    {
        padding: 0 !important;
        margin: 0 !important;
    }

    .poppyQuoteBox
    {
        padding: 30px 20px !important;
    }

    .mobHeightAuto, .johnImage
    {
        height: auto !important;
    }

    .main-text
    {
        text-align: center;
    }
}

.poppy-pin {
    font-family: "Gill Sans MT W01 Book";
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    align-items: center;
    width: 200px;
    align-self: center;
}

    .poppy-pin .circular-arc {
        position: relative;
        top: 38px;
        margin-top: -38px;
        height: 65px;
    }

    .poppy-pin .reverse-circular-arc {
        position: relative;
        top: -57px;
        margin-bottom: -39px;
        height: 65px;
    }

.poppy-pin-img {
    width: 140px;
    height: 140px;
    background-image: url(/images/rebranding/brooch.png);
    border-radius: 50%;
    margin: 0 auto;
    background-position: center;
    background-size: contain;
}

.noMargTop
{
    margin-top: 0;
}

.supporter-banner {
    background-image: linear-gradient(to right, #e15338, #e15338 50%, #e22727 50%, #e22727);
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    color: white;
    padding: 75px 10px;
    align-items: center;
}

    .supporter-banner p {
        font-family: "Gill Sans MT W01 Book";
        padding: 0;
        padding-bottom: 10px;
    }

        .supporter-banner p.main-text {
            font-size: 32px;
            font-weight: 700;
            margin-bottom: 0;
        }

        .supporter-banner p.sub-text {
            font-size: 20px;
            font-weight: 700;
        }

    .supporter-banner button {
        max-width: 370px;
        text-align: center;
    }

.supporter-quote .quote {
    position: relative;
    height: 450px;
    background-image: url(../images/poppy-supporter-quote.jpg);
    background-position: center;
    background-size: cover;
    color: white;
}

.supporter-quote .quote-story {
    margin: 20px 20px;
}

.quote-box {
    padding: 20px;
    float: right;
    width: 325px;
    font-size: 18px;
    text-align: right;
}

.quote-author {
    font-weight: bold;
    margin-top: 10px;
}

.quote-banner {
    background: #0D5AA3;
    padding: 10px 40px;
    font-size: 18px;
    color: white;
    text-align: center;
}

.poppy-supporter {
    margin-bottom: 45px;
    margin-top: -30px;
    font-size: 20px;
}

    .poppy-supporter h2 {
        font-family: "Gill Sans MT W01 Book";
        font-size: 28px;
        line-height: 40px;
        margin-bottom: 20px;
    }

    .poppy-supporter h3 {
        font-family: "Gill Sans MT W01 Book";
        font-size: 22px;
        line-height: 36px;
        margin-bottom: 5px;
    }

        .poppy-supporter h3 .underline {
            text-decoration: underline;
        }

    .poppy-supporter .section {
        margin: 20px 0;
    }


.supporter-banner {
    background-image: linear-gradient(to right, #e15338, #e15338 50%, #e22727 50%, #e22727);
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    color: white;
    padding: 75px 10px;
    align-items: center;
}

.main-text {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 0;
    color: white;
    text-align: center;
    font-family: Gill Sans MT W01 Book;
}

.sub-text {
    text-align: center;
    font-size: 20px;
    color: white;
    font-weight: 700;
    font-family: Gill Sans MT W01 Book;
}

h1, h2, h3, p[style="font-weight: bold"], .quoteText, .btn, button, .heading, .heading span, a#formLabel, label {
    font-family: Gill Sans MT W01 Book;
}

a.button {
    max-width: 370px;
    text-align: center;
    border-radius: 2em;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    padding: .50em 1.5em;
    width: auto;
    text-align: center;
    box-sizing: border-box;
    border: .1rem solid #fff;
    font-size: 20px;
    color: white;
    background: transparent;
}

a.button:hover {
    background: white;
    color: #0D5AA3;
}