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

@import url("//hello.myfonts.net/count/2b28e8");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif:400,400i,700,700i");
@font-face {
    font-family: 'FontAwesome';
    src: url("../fonts/fontawesome-webfont.eot?v=4.1.0");
    src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=4.1.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.1.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal
}

.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

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

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

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

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

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

.fa-fw {
    width: 1.28571em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14286em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    top: .14286em;
    text-align: center
}

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

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

.pull-right {
    float: right
}

.pull-left {
    float: left
}

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

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

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

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg)
    }
    100% {
        -moz-transform: rotate(359deg)
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg)
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg)
    }
    100% {
        -o-transform: rotate(359deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

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

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

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

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

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

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

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

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: ""
}

.fa-music:before {
    content: ""
}

.fa-search:before {
    content: ""
}

.fa-envelope-o:before {
    content: ""
}

.fa-heart:before {
    content: ""
}

.fa-star:before {
    content: ""
}

.fa-star-o:before {
    content: ""
}

.fa-user:before {
    content: ""
}

.fa-film:before {
    content: ""
}

.fa-th-large:before {
    content: ""
}

.fa-th:before {
    content: ""
}

.fa-th-list:before {
    content: ""
}

.fa-check:before {
    content: ""
}

.fa-times:before {
    content: ""
}

.fa-search-plus:before {
    content: ""
}

.fa-search-minus:before {
    content: ""
}

.fa-power-off:before {
    content: ""
}

.fa-signal:before {
    content: ""
}

.fa-gear:before,
.fa-cog:before {
    content: ""
}

.fa-trash-o:before {
    content: ""
}

.fa-home:before {
    content: ""
}

.fa-file-o:before {
    content: ""
}

.fa-clock-o:before {
    content: ""
}

.fa-road:before {
    content: ""
}

.fa-download:before {
    content: ""
}

.fa-arrow-circle-o-down:before {
    content: ""
}

.fa-arrow-circle-o-up:before {
    content: ""
}

.fa-inbox:before {
    content: ""
}

.fa-play-circle-o:before {
    content: ""
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: ""
}

.fa-refresh:before {
    content: ""
}

.fa-list-alt:before {
    content: ""
}

.fa-lock:before {
    content: ""
}

.fa-flag:before {
    content: ""
}

.fa-headphones:before {
    content: ""
}

.fa-volume-off:before {
    content: ""
}

.fa-volume-down:before {
    content: ""
}

.fa-volume-up:before {
    content: ""
}

.fa-qrcode:before {
    content: ""
}

.fa-barcode:before {
    content: ""
}

.fa-tag:before {
    content: ""
}

.fa-tags:before {
    content: ""
}

.fa-book:before {
    content: ""
}

.fa-bookmark:before {
    content: ""
}

.fa-print:before {
    content: ""
}

.fa-camera:before {
    content: ""
}

.fa-font:before {
    content: ""
}

.fa-bold:before {
    content: ""
}

.fa-italic:before {
    content: ""
}

.fa-text-height:before {
    content: ""
}

.fa-text-width:before {
    content: ""
}

.fa-align-left:before {
    content: ""
}

.fa-align-center:before {
    content: ""
}

.fa-align-right:before {
    content: ""
}

.fa-align-justify:before {
    content: ""
}

.fa-list:before {
    content: ""
}

.fa-dedent:before,
.fa-outdent:before {
    content: ""
}

.fa-indent:before {
    content: ""
}

.fa-video-camera:before {
    content: ""
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: ""
}

.fa-pencil:before {
    content: ""
}

.fa-map-marker:before {
    content: ""
}

.fa-adjust:before {
    content: ""
}

.fa-tint:before {
    content: ""
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: ""
}

.fa-share-square-o:before {
    content: ""
}

.fa-check-square-o:before {
    content: ""
}

.fa-arrows:before {
    content: ""
}

.fa-step-backward:before {
    content: ""
}

.fa-fast-backward:before {
    content: ""
}

.fa-backward:before {
    content: ""
}

.fa-play:before {
    content: ""
}

.fa-pause:before {
    content: ""
}

.fa-stop:before {
    content: ""
}

.fa-forward:before {
    content: ""
}

.fa-fast-forward:before {
    content: ""
}

.fa-step-forward:before {
    content: ""
}

.fa-eject:before {
    content: ""
}

.fa-chevron-left:before {
    content: ""
}

.fa-chevron-right:before {
    content: ""
}

.fa-plus-circle:before {
    content: ""
}

.fa-minus-circle:before {
    content: ""
}

.fa-times-circle:before {
    content: ""
}

.fa-check-circle:before {
    content: ""
}

.fa-question-circle:before {
    content: ""
}

.fa-info-circle:before {
    content: ""
}

.fa-crosshairs:before {
    content: ""
}

.fa-times-circle-o:before {
    content: ""
}

.fa-check-circle-o:before {
    content: ""
}

.fa-ban:before {
    content: ""
}

.fa-arrow-left:before {
    content: ""
}

.fa-arrow-right:before {
    content: ""
}

.fa-arrow-up:before {
    content: ""
}

.fa-arrow-down:before {
    content: ""
}

.fa-mail-forward:before,
.fa-share:before {
    content: ""
}

.fa-expand:before {
    content: ""
}

.fa-compress:before {
    content: ""
}

.fa-plus:before {
    content: ""
}

.fa-minus:before {
    content: ""
}

.fa-asterisk:before {
    content: ""
}

.fa-exclamation-circle:before {
    content: ""
}

.fa-gift:before {
    content: ""
}

.fa-leaf:before {
    content: ""
}

.fa-fire:before {
    content: ""
}

.fa-eye:before {
    content: ""
}

.fa-eye-slash:before {
    content: ""
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: ""
}

.fa-plane:before {
    content: ""
}

.fa-calendar:before {
    content: ""
}

.fa-random:before {
    content: ""
}

.fa-comment:before {
    content: ""
}

.fa-magnet:before {
    content: ""
}

.fa-chevron-up:before {
    content: ""
}

.fa-chevron-down:before {
    content: ""
}

.fa-retweet:before {
    content: ""
}

.fa-shopping-cart:before {
    content: ""
}

.fa-folder:before {
    content: ""
}

.fa-folder-open:before {
    content: ""
}

.fa-arrows-v:before {
    content: ""
}

.fa-arrows-h:before {
    content: ""
}

.fa-bar-chart-o:before {
    content: ""
}

.fa-twitter-square:before {
    content: ""
}

.fa-facebook-square:before {
    content: ""
}

.fa-camera-retro:before {
    content: ""
}

.fa-key:before {
    content: ""
}

.fa-gears:before,
.fa-cogs:before {
    content: ""
}

.fa-comments:before {
    content: ""
}

.fa-thumbs-o-up:before {
    content: ""
}

.fa-thumbs-o-down:before {
    content: ""
}

.fa-star-half:before {
    content: ""
}

.fa-heart-o:before {
    content: ""
}

.fa-sign-out:before {
    content: ""
}

.fa-linkedin-square:before {
    content: ""
}

.fa-thumb-tack:before {
    content: ""
}

.fa-external-link:before {
    content: ""
}

.fa-sign-in:before {
    content: ""
}

.fa-trophy:before {
    content: ""
}

.fa-github-square:before {
    content: ""
}

.fa-upload:before {
    content: ""
}

.fa-lemon-o:before {
    content: ""
}

.fa-phone:before {
    content: ""
}

.fa-square-o:before {
    content: ""
}

.fa-bookmark-o:before {
    content: ""
}

.fa-phone-square:before {
    content: ""
}

.fa-twitter:before {
    content: ""
}

.fa-facebook:before {
    content: ""
}

.fa-github:before {
    content: ""
}

.fa-unlock:before {
    content: ""
}

.fa-credit-card:before {
    content: ""
}

.fa-rss:before {
    content: ""
}

.fa-hdd-o:before {
    content: ""
}

.fa-bullhorn:before {
    content: ""
}

.fa-bell:before {
    content: ""
}

.fa-certificate:before {
    content: ""
}

.fa-hand-o-right:before {
    content: ""
}

.fa-hand-o-left:before {
    content: ""
}

.fa-hand-o-up:before {
    content: ""
}

.fa-hand-o-down:before {
    content: ""
}

.fa-arrow-circle-left:before {
    content: ""
}

.fa-arrow-circle-right:before {
    content: ""
}

.fa-arrow-circle-up:before {
    content: ""
}

.fa-arrow-circle-down:before {
    content: ""
}

.fa-globe:before {
    content: ""
}

.fa-wrench:before {
    content: ""
}

.fa-tasks:before {
    content: ""
}

.fa-filter:before {
    content: ""
}

.fa-briefcase:before {
    content: ""
}

.fa-arrows-alt:before {
    content: ""
}

.fa-group:before,
.fa-users:before {
    content: ""
}

.fa-chain:before,
.fa-link:before {
    content: ""
}

.fa-cloud:before {
    content: ""
}

.fa-flask:before {
    content: ""
}

.fa-cut:before,
.fa-scissors:before {
    content: ""
}

.fa-copy:before,
.fa-files-o:before {
    content: ""
}

.fa-paperclip:before {
    content: ""
}

.fa-save:before,
.fa-floppy-o:before {
    content: ""
}

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

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: ""
}

.fa-list-ul:before {
    content: ""
}

.fa-list-ol:before {
    content: ""
}

.fa-strikethrough:before {
    content: ""
}

.fa-underline:before {
    content: ""
}

.fa-table:before {
    content: ""
}

.fa-magic:before {
    content: ""
}

.fa-truck:before {
    content: ""
}

.fa-pinterest:before {
    content: ""
}

.fa-pinterest-square:before {
    content: ""
}

.fa-google-plus-square:before {
    content: ""
}

.fa-google-plus:before {
    content: ""
}

.fa-money:before {
    content: ""
}

.fa-caret-down:before {
    content: ""
}

.fa-caret-up:before {
    content: ""
}

.fa-caret-left:before {
    content: ""
}

.fa-caret-right:before {
    content: ""
}

.fa-columns:before {
    content: ""
}

.fa-unsorted:before,
.fa-sort:before {
    content: ""
}

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

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

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

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

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

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

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

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

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

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

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

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

.fa-paste:before,
.fa-clipboard:before {
    content: ""
}

.fa-lightbulb-o:before {
    content: ""
}

.fa-exchange:before {
    content: ""
}

.fa-cloud-download:before {
    content: ""
}

.fa-cloud-upload:before {
    content: ""
}

.fa-user-md:before {
    content: ""
}

.fa-stethoscope:before {
    content: ""
}

.fa-suitcase:before {
    content: ""
}

.fa-bell-o:before {
    content: ""
}

.fa-coffee:before {
    content: ""
}

.fa-cutlery:before {
    content: ""
}

.fa-file-text-o:before {
    content: ""
}

.fa-building-o:before {
    content: ""
}

.fa-hospital-o:before {
    content: ""
}

.fa-ambulance:before {
    content: ""
}

.fa-medkit:before {
    content: ""
}

.fa-fighter-jet:before {
    content: ""
}

.fa-beer:before {
    content: ""
}

.fa-h-square:before {
    content: ""
}

.fa-plus-square:before {
    content: ""
}

.fa-angle-double-left:before {
    content: ""
}

.fa-angle-double-right:before {
    content: ""
}

.fa-angle-double-up:before {
    content: ""
}

.fa-angle-double-down:before {
    content: ""
}

.fa-angle-left:before {
    content: ""
}

.fa-angle-right:before {
    content: ""
}

.fa-angle-up:before {
    content: ""
}

.fa-angle-down:before {
    content: ""
}

.fa-desktop:before {
    content: ""
}

.fa-laptop:before {
    content: ""
}

.fa-tablet:before {
    content: ""
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: ""
}

.fa-circle-o:before {
    content: ""
}

.fa-quote-left:before {
    content: ""
}

.fa-quote-right:before {
    content: ""
}

.fa-spinner:before {
    content: ""
}

.fa-circle:before {
    content: ""
}

.fa-mail-reply:before,
.fa-reply:before {
    content: ""
}

.fa-github-alt:before {
    content: ""
}

.fa-folder-o:before {
    content: ""
}

.fa-folder-open-o:before {
    content: ""
}

.fa-smile-o:before {
    content: ""
}

.fa-frown-o:before {
    content: ""
}

.fa-meh-o:before {
    content: ""
}

.fa-gamepad:before {
    content: ""
}

.fa-keyboard-o:before {
    content: ""
}

.fa-flag-o:before {
    content: ""
}

.fa-flag-checkered:before {
    content: ""
}

.fa-terminal:before {
    content: ""
}

.fa-code:before {
    content: ""
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: ""
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: ""
}

.fa-location-arrow:before {
    content: ""
}

.fa-crop:before {
    content: ""
}

.fa-code-fork:before {
    content: ""
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: ""
}

.fa-question:before {
    content: ""
}

.fa-info:before {
    content: ""
}

.fa-exclamation:before {
    content: ""
}

.fa-superscript:before {
    content: ""
}

.fa-subscript:before {
    content: ""
}

.fa-eraser:before {
    content: ""
}

.fa-puzzle-piece:before {
    content: ""
}

.fa-microphone:before {
    content: ""
}

.fa-microphone-slash:before {
    content: ""
}

.fa-shield:before {
    content: ""
}

.fa-calendar-o:before {
    content: ""
}

.fa-fire-extinguisher:before {
    content: ""
}

.fa-rocket:before {
    content: ""
}

.fa-maxcdn:before {
    content: ""
}

.fa-chevron-circle-left:before {
    content: ""
}

.fa-chevron-circle-right:before {
    content: ""
}

.fa-chevron-circle-up:before {
    content: ""
}

.fa-chevron-circle-down:before {
    content: ""
}

.fa-html5:before {
    content: ""
}

.fa-css3:before {
    content: ""
}

.fa-anchor:before {
    content: ""
}

.fa-unlock-alt:before {
    content: ""
}

.fa-bullseye:before {
    content: ""
}

.fa-ellipsis-h:before {
    content: ""
}

.fa-ellipsis-v:before {
    content: ""
}

.fa-rss-square:before {
    content: ""
}

.fa-play-circle:before {
    content: ""
}

.fa-ticket:before {
    content: ""
}

.fa-minus-square:before {
    content: ""
}

.fa-minus-square-o:before {
    content: ""
}

.fa-level-up:before {
    content: ""
}

.fa-level-down:before {
    content: ""
}

.fa-check-square:before {
    content: ""
}

.fa-pencil-square:before {
    content: ""
}

.fa-external-link-square:before {
    content: ""
}

.fa-share-square:before {
    content: ""
}

.fa-compass:before {
    content: ""
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: ""
}

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

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

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

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

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

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

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

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

.fa-won:before,
.fa-krw:before {
    content: ""
}

.fa-bitcoin:before,
.fa-btc:before {
    content: ""
}

.fa-file:before {
    content: ""
}

.fa-file-text:before {
    content: ""
}

.fa-sort-alpha-asc:before {
    content: ""
}

.fa-sort-alpha-desc:before {
    content: ""
}

.fa-sort-amount-asc:before {
    content: ""
}

.fa-sort-amount-desc:before {
    content: ""
}

.fa-sort-numeric-asc:before {
    content: ""
}

.fa-sort-numeric-desc:before {
    content: ""
}

.fa-thumbs-up:before {
    content: ""
}

.fa-thumbs-down:before {
    content: ""
}

.fa-youtube-square:before {
    content: ""
}

.fa-youtube:before {
    content: ""
}

.fa-xing:before {
    content: ""
}

.fa-xing-square:before {
    content: ""
}

.fa-youtube-play:before {
    content: ""
}

.fa-dropbox:before {
    content: ""
}

.fa-stack-overflow:before {
    content: ""
}

.fa-instagram:before {
    content: ""
}

.fa-flickr:before {
    content: ""
}

.fa-adn:before {
    content: ""
}

.fa-bitbucket:before {
    content: ""
}

.fa-bitbucket-square:before {
    content: ""
}

.fa-tumblr:before {
    content: ""
}

.fa-tumblr-square:before {
    content: ""
}

.fa-long-arrow-down:before {
    content: ""
}

.fa-long-arrow-up:before {
    content: ""
}

.fa-long-arrow-left:before {
    content: ""
}

.fa-long-arrow-right:before {
    content: ""
}

.fa-apple:before {
    content: ""
}

.fa-windows:before {
    content: ""
}

.fa-android:before {
    content: ""
}

.fa-linux:before {
    content: ""
}

.fa-dribbble:before {
    content: ""
}

.fa-skype:before {
    content: ""
}

.fa-foursquare:before {
    content: ""
}

.fa-trello:before {
    content: ""
}

.fa-female:before {
    content: ""
}

.fa-male:before {
    content: ""
}

.fa-gittip:before {
    content: ""
}

.fa-sun-o:before {
    content: ""
}

.fa-moon-o:before {
    content: ""
}

.fa-archive:before {
    content: ""
}

.fa-bug:before {
    content: ""
}

.fa-vk:before {
    content: ""
}

.fa-weibo:before {
    content: ""
}

.fa-renren:before {
    content: ""
}

.fa-pagelines:before {
    content: ""
}

.fa-stack-exchange:before {
    content: ""
}

.fa-arrow-circle-o-right:before {
    content: ""
}

.fa-arrow-circle-o-left:before {
    content: ""
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: ""
}

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

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

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

.fa-turkish-lira:before,
.fa-try:before {
    content: ""
}

.fa-plus-square-o:before {
    content: ""
}

.fa-space-shuttle:before {
    content: ""
}

.fa-slack:before {
    content: ""
}

.fa-envelope-square:before {
    content: ""
}

.fa-wordpress:before {
    content: ""
}

.fa-openid:before {
    content: ""
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: ""
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: ""
}

.fa-yahoo:before {
    content: ""
}

.fa-google:before {
    content: ""
}

.fa-reddit:before {
    content: ""
}

.fa-reddit-square:before {
    content: ""
}

.fa-stumbleupon-circle:before {
    content: ""
}

.fa-stumbleupon:before {
    content: ""
}

.fa-delicious:before {
    content: ""
}

.fa-digg:before {
    content: ""
}

.fa-pied-piper-square:before,
.fa-pied-piper:before {
    content: ""
}

.fa-pied-piper-alt:before {
    content: ""
}

.fa-drupal:before {
    content: ""
}

.fa-joomla:before {
    content: ""
}

.fa-language:before {
    content: ""
}

.fa-fax:before {
    content: ""
}

.fa-building:before {
    content: ""
}

.fa-child:before {
    content: ""
}

.fa-paw:before {
    content: ""
}

.fa-spoon:before {
    content: ""
}

.fa-cube:before {
    content: ""
}

.fa-cubes:before {
    content: ""
}

.fa-behance:before {
    content: ""
}

.fa-behance-square:before {
    content: ""
}

.fa-steam:before {
    content: ""
}

.fa-steam-square:before {
    content: ""
}

.fa-recycle:before {
    content: ""
}

.fa-automobile:before,
.fa-car:before {
    content: ""
}

.fa-cab:before,
.fa-taxi:before {
    content: ""
}

.fa-tree:before {
    content: ""
}

.fa-spotify:before {
    content: ""
}

.fa-deviantart:before {
    content: ""
}

.fa-soundcloud:before {
    content: ""
}

.fa-database:before {
    content: ""
}

.fa-file-pdf-o:before {
    content: ""
}

.fa-file-word-o:before {
    content: ""
}

.fa-file-excel-o:before {
    content: ""
}

.fa-file-powerpoint-o:before {
    content: ""
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: ""
}

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

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: ""
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: ""
}

.fa-file-code-o:before {
    content: ""
}

.fa-vine:before {
    content: ""
}

.fa-codepen:before {
    content: ""
}

.fa-jsfiddle:before {
    content: ""
}

.fa-life-bouy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: ""
}

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

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

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

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

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

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

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

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

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

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

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

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

.fa-circle-thin:before {
    content: ""
}

.fa-header:before {
    content: ""
}

.fa-paragraph:before {
    content: ""
}

.fa-sliders:before {
    content: ""
}

.fa-share-alt:before {
    content: ""
}

.fa-share-alt-square:before {
    content: ""
}

.fa-bomb:before {
    content: ""
}


/*! Swipebox v1.2.8 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */

html.swipebox-html.swipebox-touch {
    overflow: hidden !important
}

#swipebox-overlay img {
    border: none !important
}

#swipebox-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999 !important;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

#swipebox-slider {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    white-space: nowrap;
    position: absolute;
    display: none
}

#swipebox-slider .slide {
    background: url(../img/swipebox/loader.gif) no-repeat center center;
    height: 100%;
    width: 100%;
    line-height: 1px;
    text-align: center;
    display: inline-block
}

#swipebox-slider .slide:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px
}

#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container {
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    vertical-align: middle
}

#swipebox-slider .slide .swipebox-video-container {
    background: none;
    max-width: 960px;
    max-height: 100%;
    width: 100%;
    padding: 5%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0
}

#swipebox-action,
#swipebox-caption {
    position: absolute;
    left: 0;
    z-index: 999;
    height: 50px;
    width: 100%
}

#swipebox-action {
    bottom: -50px
}

#swipebox-action.visible-bars {
    -ms-transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px)
}

#swipebox-action #swipebox-prev,
#swipebox-action #swipebox-next,
#swipebox-action #swipebox-close {
    background-image: url(../img/swipebox/icons.png);
    background-repeat: no-repeat;
    border: none !important;
    text-decoration: none !important;
    cursor: pointer;
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0
}

#swipebox-action #swipebox-prev {
    background-position: -32px 13px;
    right: 100px
}

#swipebox-action #swipebox-next {
    background-position: -78px 13px;
    right: 40px
}

#swipebox-action #swipebox-close {
    background-position: 15px 12px;
    left: 40px
}

#swipebox-action #swipebox-prev.disabled,
#swipebox-action #swipebox-next.disabled {
    opacity: 0.3
}

#swipebox-caption {
    top: -50px;
    text-align: center
}

#swipebox-caption.visible-bars {
    -ms-transform: translateY(50px);
    -webkit-transform: translateY(50px);
    transform: translateY(50px)
}

#swipebox-slider.rightSpring {
    -webkit-animation: rightSpring 0.3s;
    animation: rightSpring 0.3s
}

#swipebox-slider.leftSpring {
    -webkit-animation: leftSpring 0.3s;
    animation: leftSpring 0.3s
}

@-webkit-keyframes rightSpring {
    0% {
        margin-left: 0px
    }
    50% {
        margin-left: -30px
    }
    100% {
        margin-left: 0px
    }
}

@keyframes rightSpring {
    0% {
        margin-left: 0px
    }
    50% {
        margin-left: -30px
    }
    100% {
        margin-left: 0px
    }
}

@-webkit-keyframes leftSpring {
    0% {
        margin-left: 0px
    }
    50% {
        margin-left: 30px
    }
    100% {
        margin-left: 0px
    }
}

@keyframes leftSpring {
    0% {
        margin-left: 0px
    }
    50% {
        margin-left: 30px
    }
    100% {
        margin-left: 0px
    }
}

@media screen and (max-width: 800px) {
    #swipebox-action #swipebox-close {
        left: 0
    }
    #swipebox-action #swipebox-prev {
        right: 60px
    }
    #swipebox-action #swipebox-next {
        right: 0
    }
}

#swipebox-overlay {
    background: #0d0d0d
}

#swipebox-action,
#swipebox-caption {
    text-shadow: 1px 1px 1px black;
    background-color: #0d0d0d;
    background-color: #0d0d0d;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0d0d0d), to(#000));
    background-image: -webkit-linear-gradient(top, #0d0d0d, #000);
    background-image: linear-gradient(to bottom, #0d0d0d, #000);
    opacity: 0.95
}

#swipebox-action {
    border-top: 1px solid rgba(255, 255, 255, 0.2)
}

#swipebox-caption {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    color: white !important;
    font-size: 15px;
    line-height: 43px;
    font-family: Helvetica, Arial, sans-serif
}


/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

@-webkit-keyframes bounce {
    0%,
    20%,
    53%,
    80%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    40%,
    43% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounce {
    0%,
    20%,
    53%,
    80%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    40%,
    43% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        -ms-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    70% {
        -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        -ms-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        -ms-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes flash {
    0%,
    50%,
    100% {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {
    0%,
    50%,
    100% {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        -ms-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1)
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1)
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        -ms-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1)
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        -ms-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        -ms-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1)
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        -ms-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        -ms-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {
    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shake {
    0%,
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        -ms-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        -ms-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        -ms-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }
    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        -ms-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        -ms-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        -ms-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        -ms-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        -ms-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        -ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        -ms-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        -ms-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        -ms-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        -ms-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        -ms-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }
    100% {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        -ms-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        -ms-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        -ms-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        -ms-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        -ms-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes bounceInDown {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInDown {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        -ms-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        -ms-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        -ms-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        -ms-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }
    100% {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        -ms-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        -ms-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        -ms-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        -ms-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
    100% {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInRight {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        -ms-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        -ms-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        -ms-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        -ms-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }
    100% {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInUp {
    0%,
    60%,
    75%,
    90%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        -ms-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        -ms-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        -ms-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        -ms-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9)
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        -ms-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9)
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        -ms-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        -ms-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        -ms-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        -ms-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        -ms-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        -ms-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        -ms-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        -ms-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        -ms-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        -ms-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        -ms-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        -ms-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        -ms-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        -ms-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        -ms-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        -ms-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        -ms-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        -ms-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        -ms-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        -ms-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -ms-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    100% {
        -webkit-transform: perspective(400px);
        -ms-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    -ms-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        -ms-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        -ms-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }
    100% {
        -webkit-transform: perspective(400px);
        -ms-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }
    100% {
        -webkit-transform: perspective(400px);
        -ms-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        -ms-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        -ms-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }
    100% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }
    100% {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        -ms-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: skewX(20deg);
        -ms-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }
    80% {
        -webkit-transform: skewX(-5deg);
        -ms-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }
    100% {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1
    }
    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1
    }
    100% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        -ms-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        -ms-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        -ms-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        -ms-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        -ms-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        -ms-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        -ms-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        -ms-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        -ms-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        -ms-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    100% {
        -webkit-transform-origin: right bottom;
        -ms-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        -ms-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        -ms-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        -ms-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    100% {
        -webkit-transform: translate3d(0, 700px, 0);
        -ms-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        -ms-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        -ms-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        -ms-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
    100% {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        -ms-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
    100% {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        -ms-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        -ms-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
        transform-origin: left center
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        -ms-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        -ms-transform-origin: right center;
        transform-origin: right center
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -ms-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -ms-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        -ms-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

@font-face {
    font-family: 'PFDinDisplayPro-Medium';
    src: url("../fonts/webfonts/2B28E8_0_0.eot");
    src: url("../fonts/webfonts/2B28E8_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/webfonts/2B28E8_0_0.woff") format("woff"), url("../fonts/webfonts/2B28E8_0_0.ttf") format("truetype")
}

@font-face {
    font-family: 'PFDinDisplayPro-Light';
    src: url("../fonts/webfonts/2B28E8_1_0.eot");
    src: url("../fonts/webfonts/2B28E8_1_0.eot?#iefix") format("embedded-opentype"), url("../fonts/webfonts/2B28E8_1_0.woff") format("woff"), url("../fonts/webfonts/2B28E8_1_0.ttf") format("truetype")
}


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

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

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

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

[hidden],
template {
    display: none
}

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

body {
    margin: 0
}

a {
    background: transparent
}

a:focus {
    outline: thin dotted
}

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

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

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

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

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

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

pre {
    white-space: pre-wrap
}

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

small {
    font-size: 80%
}

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

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

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

figure {
    margin: 0
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

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

button,
input {
    line-height: normal
}

button,
select {
    text-transform: none
}

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

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

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

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

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

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

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

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

@-webkit-viewport {
    width: device-width
}

@-moz-viewport {
    width: device-width
}

@-ms-viewport {
    width: device-width
}

@-o-viewport {
    width: device-width
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

html {
    overflow-y: scroll;
    background: #fff;
    font-size: 62.5%;
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 0;
    -ms-text-size-adjust: 0;
    margin: 0 auto;
    padding: 0
}

body {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    background-color: transparent;
    font-family: "PFDinDisplayPro-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5em;
    color: #252525
}

a {
    text-decoration: none;
    color: #252525
}

a:visited {
    color: #252525;
}

a:hover {
    text-decoration: none;
    color: #252525;
}

a:focus {
    outline: thin dotted;
    color: #252525;
}

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

::-moz-selection {
    background-color: #d6dbe1;
    color: #2d353e;
    text-shadow: none
}

::selection {
    background-color: #d6dbe1;
    color: #2d353e;
    text-shadow: none
}

hr {
    display: block;
    clear: both;
    margin: .75em auto;
    padding: 0;
    height: 1px;
    border: 0
}

img {
    max-width: 100%;
    height: auto;
    border-width: 0;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic
}

img[src*="gstatic.com/"],
img[src*="googleapis.com/"],
.gmap img {
    max-width: none
}

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

embed,
object,
video {
    max-width: 100%;
    height: auto
}

.embedWrapper {
    position: relative;
    margin: 0 auto 1.5em;
    padding-bottom: 56.25%;
    height: 0
}

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

figure {
    margin-bottom: 1.5em
}

figure img {
    margin-bottom: .375em
}

figure figcaption {
    display: block;
    font-family: "PFDinDisplayPro-Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.1;
    color: #a5a5a5
}

form {
    margin: 0 0 1.5em 0;
    font-family: "PFDinDisplayPro-Light", "Helvetica Neue", Helvetica, Arial, sans-serif
}

form p {
    margin-bottom: .75em
}

form ul {
    list-style-type: none;
    margin: 0 0 1.5em 0;
    padding: 0
}

form br {
    display: none
}

fieldset {
    margin-bottom: 1.5em;
    padding: 0;
    border-width: 0
}

fieldset:last-of-type {
    margin-bottom: 0
}

legend {
    display: block;
    width: 100%;
    margin-bottom: 3em;
    *margin-left: -7px;
    padding: 0 0 .75em 0;
    border: 0;
    color: #252525;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.5em;
    white-space: normal
}

legend small {
    font-size: 1.125em;
    color: #3f3f3f
}

label,
input,
button,
select,
textarea {
    font-family: "PFDinDisplayPro-Light", "Helvetica Neue", Helvetica, Arial, sans-serif
}

label {
    display: block;
    margin-bottom: .375em;
    font-size: 16px;
    font-size: 1.6rem
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"] {
    display: inline-block;
    margin-bottom: .75em;
    padding: 6px 11px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5em;
    color: inherit;
    border-radius: 4px;
    vertical-align: middle
}

input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="time"],
input[type="week"] {
    display: -webkit-inline-flex
}

input,
textarea {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

textarea {
    height: auto;
    resize-x: none
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
    background-color: #fff;
    border: 2px solid #e4e4e4
}

textarea:hover,
input[type="text"]:hover,
input[type="password"]:hover,
input[type="datetime"]:hover,
input[type="datetime-local"]:hover,
input[type="date"]:hover,
input[type="month"]:hover,
input[type="time"]:hover,
input[type="week"]:hover,
input[type="number"]:hover,
input[type="email"]:hover,
input[type="url"]:hover,
input[type="search"]:hover,
input[type="tel"]:hover,
input[type="color"]:hover {
    border-color: #cbcbcb
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
    border-color: #a5a5a5;
    outline: 0;
    outline: thin dotted \ 9
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    *margin-top: 0;
    margin-top: 1px \ 9;
    line-height: normal
}

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
    width: auto
}

select {
    padding: 0;
    width: 90%
}

select[multiple],
select[size] {
    height: auto
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff
}

.radio,
.checkbox {
    min-height: 1.5em;
    font-size: 16px;
    font-size: 1.6rem
}

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
    float: left;
    margin-right: 12px
}

.controls>.radio:first-child,
.controls>.checkbox:first-child {
    padding-top: 5px
}

.radio.inline,
.checkbox.inline {
    display: inline-block;
    padding-top: 5px;
    margin-bottom: 0;
    vertical-align: middle
}

.radio.inline+.radio.inline,
.checkbox.inline+.checkbox.inline {
    margin-left: 12px
}

.input-mini {
    width: 60px
}

.input-small {
    width: 90px
}

.input-medium {
    width: 150px
}

.input-large {
    width: 210px
}

.input-xlarge {
    width: 270px
}

.input-xxlarge {
    width: 530px
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
    opacity: .25
}

.form-actions {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    padding: .5em 24px 1.5em;
    overflow: hidden;
    *zoom: 1
}

[placeholder]:focus::-webkit-input-placeholder {
    opacity: 0;
    transition: opacity .5s .5s ease
}

.form-horizontal .control-group {
    margin-bottom: 1.5em;
    overflow: hidden;
    *zoom: 1
}

.form-horizontal .control-label {
    float: left;
    width: 49%;
    padding-top: 5px;
    padding-right: 24px;
    text-align: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

.form-horizontal .controls {
    *display: inline-block;
    margin-left: 49%;
    *margin-left: 0;
    *padding-left: 24px
}

.form-horizontal .controls:first-child {
    *padding-left: 24px
}

.form-horizontal .help-block {
    margin-bottom: 0
}

.form-horizontal input+.help-block,
.form-horizontal select+.help-block,
.form-horizontal textarea+.help-block {
    margin-top: .75em
}

.form-horizontal .form-actions {
    padding-left: 49%
}

.form-horizontal input,
.form-horizontal textarea,
.form-horizontal select {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-bottom: 0;
    vertical-align: middle
}

.form-horizontal .hide {
    display: none
}

.form-horizontal label,
.form-horizontal .btn-group {
    display: inline-block
}

.form-horizontal .control-group {
    margin-bottom: .75em
}

.form-horizontal legend+.control-group {
    margin-top: 1.5em;
    -webkit-margin-top-collapse: separate
}

.btn {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 6px 11px;
    margin-bottom: 0;
    *margin-left: .3em;
    font-weight: normal;
    font-family: "PFDinDisplayPro-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5em;
    color: #656565;
    text-align: center;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-bottom-color: #ccc;
    border-radius: 4px;
    cursor: pointer
}

.btn:visited,
.btn:hover,
.btn:active {
    color: #323232;
    text-decoration: none
}

.btn:first-child {
    *margin-left: 0
}

.btn-disabled {
    opacity: .5;
    cursor: default
}

.btn-error {
    background-color: #da4f49;
    border-color: #c72f29;
    border-bottom-color: #9d2520;
    color: #fff
}

.btn-error:visited,
.btn-error:active,
.btn-error:hover {
    background-color: #c72f29;
    color: #f2f2f2
}

.btn-info {
    background-color: #d9edf7;
    border-color: #afd9ee;
    border-bottom-color: #85c5e5;
    color: #252525;
}

.btn-info:visited,
.btn-info:active,
.btn-info:hover {
    background-color: #afd9ee;
    color: #207098
}

.btn-inverse {
    background-color: #414141;
    border-color: #282828;
    border-bottom-color: #0e0e0e;
    color: #fff
}

.btn-inverse:visited,
.btn-inverse:active,
.btn-inverse:hover {
    background-color: #343434;
    color: #f2f2f2
}

.btn-primary {
    background-color: #fcb034;
    border-color: #f99c04;
    border-bottom-color: #c77d03;
    color: #252525;
}

.btn-primary:visited,
.btn-primary:active,
.btn-primary:hover {
    background-color: #fcaa25;
    color: #252525;
}

.btn-success {
    background-color: #5bb75b;
    border-color: #449b44;
    border-bottom-color: #449b44;
    color: #060d06
}

.btn-success:visited,
.btn-success:active,
.btn-success:hover {
    background-color: #4cad4c;
    color: #000
}

.btn-warning {
    background-color: #faa732;
    border-color: #f39106;
    border-bottom-color: #c17305;
    color: #fff
}

.btn-warning:visited,
.btn-warning:active,
.btn-warning:hover {
    background-color: #f99c19;
    color: #f2f2f2
}

.btn-extlarge {
    padding: 11px 22px;
    font-size: 32px;
    font-size: 3.2rem;
    border-width: 2px;
    border-radius: 8px
}

.btn.btn-large {
    *padding-top: 7px;
    *padding-bottom: 7px
}

.btn-large {
    padding: 11px 18px;
    font-size: 20px;
    font-size: 2rem;
    line-height: inherit;
    border-width: 2px;
    border-radius: 8px
}

.btn-small {
    padding: 5px 10px;
    font-size: 10.66667px;
    font-size: 1.06667rem;
    line-height: inherit
}

.btn-mini {
    padding: 3px 5px;
    font-size: 9.14286px;
    font-size: .91429rem;
    line-height: inherit
}

.btn-group {
    position: relative;
    *zoom: 1;
    *margin-left: .3em;
    margin-bottom: 1.5em
}

.btn-group .btn {
    position: relative;
    float: left;
    margin-left: -1px;
    border-radius: 0
}

.btn-group .btn:first-child {
    margin-left: 0;
    border-radius: 2px, 0, 2px, 0
}

.btn-group .btn:last-child {
    border-radius: 0, 2px, 0, 2px
}

.btn-group .btn.large:first-child {
    margin-left: 0;
    border-radius: 4px, 0, 4px, 0
}

.btn-group .btn.large:last-child {
    border-radius: 0, 4px, 0, 4px
}

.btn-toolbar {
    clear: both;
    margin-top: .75em;
    margin-bottom: .75em
}

.btn-toolbar .btn-group {
    display: inline-block;
    *display: inline;
    *zoom: 1
}

table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1.5em;
    border-collapse: collapse;
    border-spacing: 0;
    background-color: transparent
}

table th,
table td {
    padding: 8px;
    vertical-align: middle;
    border-top: 1px solid #8c9bab;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5em;
    text-align: left
}

table th {
    font-weight: bold
}

table thead th {
    vertical-align: bottom
}

table colgroup+thead tr:first-child th,
table colgroup+thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
    border-top: 0
}

table tbody+tbody {
    border-top: 2px solid #8c9bab
}

table tbody tr td,
table tbody tr th {
    -webkit-transition: background-color 0.25s 0 linear;
    -moz-transition: background-color 0.25s 0 linear;
    -ms-transition: background-color 0.25s 0 linear;
    -o-transition: background-color 0.25s 0 linear;
    transition: background-color 0.25s 0 linear
}

table .centered {
    text-align: center
}

table .right {
    text-align: right
}

table tfoot p {
    margin: 0 0 0.25em 0;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.325;
    color: #a5a5a5
}

.table-condensed th,
.table-condensed td {
    padding: 4px 5px
}

.table-bordered {
    border: 1px solid #8c9bab;
    border-left: 0;
    border-collapse: separate;
    *border-collapse: collapsed
}

.table-bordered th,
.table-bordered td {
    border-left: 1px solid #8c9bab
}

.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
    border-top: 0
}

.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
    background-color: #c7ced6
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-family: "PFDinDisplayPro-Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    color: inherit;
    text-rendering: optimizelegibility
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    font-weight: normal;
    line-height: 1;
    color: #e4e4e4
}

h1,
.h1 {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1.2;
    margin-bottom: .75em
}

h2,
.h2 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.2;
    margin-bottom: .75em
}

h3,
.h3 {
    font-size: 20.8px;
    font-size: 2.08rem;
    line-height: 1.3;
    margin-bottom: 1em
}

h4,
.h4 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.25;
    margin-bottom: 1.5em
}

h5,
.h5 {
    font-size: 18.4px;
    font-size: 1.84rem;
    margin-bottom: 1.5em
}

h6,
.h6 {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 1.5em;
    font-weight: normal;
    letter-spacing: 1px;
    text-transform: uppercase
}

p,
ol,
ul,
dl,
address {
    margin-bottom: 1.5em;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5em
}

small {
    font-size: 12.8px;
    font-size: 1.28rem
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none
}

li ul,
li ol {
    list-style-type: none;
    margin: 1.5em 0;
    font-size: 16px;
    font-size: 1.6rem
}

blockquote {
    margin: 0 0 1.5em 0;
    padding: 12px;
    background-color: #e4e4e4;
    font-style: normal
}

blockquote small:before {
    content: '\00A0 \2014'
}

blockquote small:after {
    content: ''
}

blockquote.pull-right {
    float: right;
    background-color: transparent
}

blockquote.pull-right p,
blockquote.pull-right small {
    text-align: right
}

blockquote.pull-right small:before {
    content: ''
}

blockquote.pull-right small:after {
    content: '\00A0 \2014'
}

blockquote cite {
    font-style: normal
}

q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

dl {
    margin: 0 0 1.5em 0;
    padding: 0
}

dl dt,
dl dd {
    margin: 0 0 1.5em 0;
    padding: 0
}

dl dt {
    font-weight: bold
}

abbr[title] {
    border-bottom: 1px dotted #e4e4e4;
    cursor: help
}

b,
strong {
    font-family: "PFDinDisplayPro-Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal
}

dfn {
/*    font-style: italic*/
}

ins {
    background-color: #e4e4e4;
    color: #252525;
    text-decoration: none
}

mark {
    background-color: #e4e4e4;
    color: #252525;
/*    font-style: italic;*/
    font-weight: bold
}

pre,
code,
kbd,
samp {
    font-family: Monaco, Courier New, monospace;
    font-size: 12.8px;
    font-size: 1.28rem;
    line-height: 1.5em;
    color: #262626
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}

sub,
sup {
    position: relative;
    font-size: 12.8px;
    font-size: 1.28rem;
    line-height: 0;
    vertical-align: baselineheight
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

a.contact-link-underline {
  text-decoration: underline;
}

.section {
    clear: both;
    margin: 0 auto;
    padding: 36px 0;
    overflow: hidden;
    *zoom: 1
}

.content {
    width: 90%;
    margin: 0 5%;
    overflow: hidden;
    *zoom: 1
}

@media (min-width: 48em) {
    .content {
        width: 90%;
        margin: 0 5%;
        overflow: hidden;
        *zoom: 1
    }
}

@media (min-width: 62em) {
    .content {
        width: 90%;
        margin: 0 5%;
        overflow: hidden;
        *zoom: 1
    }
}

@media (min-width: 86.375em) {
    .content {
        width: 90%;
        margin: 0 5%;
        overflow: hidden;
        *zoom: 1
    }
}

.legacy-browser {
    width: 100%;
    margin: 0 auto;
    padding: 1em;
    text-align: center;
    background: #fcb034;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    text-transform: uppercase
}

.legacy-browser a {
    color: #252525;
    text-decoration: underline;
    font-weight: bold
}

.masthead-wrapper {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
    max-height: 500px;
    max-height: 576px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    background: url(../img/loading.gif) no-repeat center center;
    background-size: 58px 58px
}

@media (min-width: 62em) {
    .masthead-wrapper .banner-image-wrapper {
        position: relative
    }
}

.masthead-wrapper .banner-image,
.masthead-wrapper .banner-video {
    display: block;
    height: auto;
    width: 100%;
    border: 0;
    position: relative
}

.masthead-wrapper .banner-prev,
.masthead-wrapper .banner-next {
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 200;
    top: 50%;
    height: 24px;
    width: 24px;
    margin-top: -12px;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    background: url(../img/arrows.png);
    background-size: 48px 48px;
    background-repeat: no-repeat
}

@media (min--moz-device-pixel-ratio: 1.3),
(-o-min-device-pixel-ratio: 2.6 / 2),
(-webkit-min-device-pixel-ratio: 1.3),
(min-device-pixel-ratio: 1.3),
(min-resolution: 1.3dppx) {
    .masthead-wrapper .banner-prev,
    .masthead-wrapper .banner-next {
        background-image: url("../img/arrows@2x.png");
        background-size: 48px 48px
    }
}

.masthead-wrapper .banner-prev {
    left: 10px;
    background-position: 0 0
}

.masthead-wrapper .banner-prev:hover,
.masthead-wrapper .banner-prev:focus {
    background-position: 0 -24px
}

.masthead-wrapper .banner-next {
    right: 10px;
    background-position: -24px 0
}

.masthead-wrapper .banner-next:hover,
.masthead-wrapper .banner-next:focus {
    background-position: -24px -24px
}

@media (min-width: 48em) {
    .masthead-wrapper .banner-prev {
        left: 40px
    }
    .masthead-wrapper .banner-next {
        right: 40px
    }
    .masthead-wrapper .banner-prev,
    .masthead-wrapper .banner-next {
        height: 50px;
        width: 50px;
        margin-top: -25px;
        background: url(../img/arrows.png);
        background-size: 100 100;
        background-repeat: no-repeat
    }
}

@media (min-width: 48em) and (min--moz-device-pixel-ratio: 1.3),
(min-width: 48em) and (-o-min-device-pixel-ratio: 2.6 / 2),
(min-width: 48em) and (-webkit-min-device-pixel-ratio: 1.3),
(min-width: 48em) and (min-device-pixel-ratio: 1.3),
(min-width: 48em) and (min-resolution: 1.3dppx) {
    .masthead-wrapper .banner-prev,
    .masthead-wrapper .banner-next {
        background-image: url("../img/arrows@2x.png");
        background-size: 100px 100px
    }
}

@media (min-width: 48em) {
    .masthead-wrapper .banner-prev {
        left: 40px;
        background-position: 0 0
    }
    .masthead-wrapper .banner-prev:hover,
    .masthead-wrapper .banner-prev:focus {
        background-position: 0 -50px
    }
    .masthead-wrapper .banner-next {
        right: 40px;
        background-position: -50px 0
    }
    .masthead-wrapper .banner-next:hover,
    .masthead-wrapper .banner-next:focus {
        background-position: -50px -50px
    }
}

.rslides {
	background-color: #252525;
    position: relative;
    display: block;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
    max-height: 720px
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0
}

.rslides li:first-child {
    position: relative;
    display: block;
    float: left
}

.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0
}

.rslides_tabs {
    position: absolute;
    display: block;
    z-index: 1000;
    width: 100%;
    margin-top: -40px;
    text-align: center
}

.rslides_tabs li {
    display: inline-block;
    margin: 0;
    padding: 0;
    height: 12px;
    width: 12px;
    margin: 0 1em
}

.rslides_tabs a {
    display: block;
    height: 12px;
    width: 12px;
    margin: 0;
    padding: 0;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    overflow: hidden;
    text-indent: -9999px;
    background: #a5a5a5
}

.rslides_tabs .rslides_here a {
    background: #fff
}

@media (max-width: 48em) {
    .rslides_tabs li {
        margin: 0 .5em
    }
}

.image-grid-wrapper {
    display: block;
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 100%;
    margin: 0 auto
}

.image-grid {
    display: block;
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 100.5%;
    margin: 0 auto
}

.image-grid li {
    position: relative;
    display: block;
    overflow: hidden;
    height: 0;
    margin: 0;
    padding-bottom: 73.529%;
    background-color: #252525;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

@media (min-width: 48em) {
    .image-grid li {
        float: left;
        width: 33.33333334%;
        padding-bottom: 24.50967%
    }
}

.image-grid li a {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden
}

.image-grid li article {
    display: table;
    width: 100%;
    height: 100%;
    table-layout: fixed
}

.image-grid li article p {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.image-grid li article p strong {
    display: block
}

.intro-panel {
    position: relative;
    background: #191919;
    color: #fff;
    overflow: visible !important;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px
}

.intro-panel .content {
    margin-top: 0;
    margin-bottom: 0
}

.intro-panel .triangle {
    height: 0;
    width: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid #191919;
    text-align: center;
    position: absolute;
    bottom: -9px;
    left: 50%;
    z-index: 1000;
    margin-left: -9px
}

.page {
    margin: 0 auto 1.5em;
    max-width: 740px
}

.page figure {
    margin: 0 auto 1em
}

.page a {
    text-decoration: underline;
}

.page figure img {
    display: block;
    border: none;
    margin: 0 auto
}

@media (min-width: 48em) {
    .page {
        overflow: hidden;
        *zoom: 1
    }
    .page figure {
        float: left;
        margin: 0 1em 1em 0;
        width: 50%
    }
    .page figure img {
        margin: 0
    }
}

.jPanelMenu {
    background-color: #191919
}

.jPanelMenu-panel {
    -webkit-box-shadow: 6px 0 12px rgba(0, 0, 0, 0.875);
    -moz-box-shadow: 6px 0 12px rgba(0, 0, 0, 0.875);
    box-shadow: 6px 0 12px rgba(0, 0, 0, 0.875)
}

#jPanelMenu-menu {
    background: #191919;
    padding: 5px 12px;
    height: 100%
}

#jPanelMenu-menu ul {
    margin: 0;
    padding: 0;
    display: block;
    font-size: 15px;
    font-size: 1.5rem;
    background: transparent;
    font-family: "PFDinDisplayPro-Medium", "Helvetica Neue", Helvetica, Arial, sans-serif
}

#jPanelMenu-menu ul li {
    display: block;
    margin: 0 0 2px 0;
    text-transform: uppercase;
    border-bottom: 1px solid #636363
}

#jPanelMenu-menu ul li a {
    display: block;
    padding: 8px 0;
    color: #fff
}

#jPanelMenu-menu ul.mobile-social-links {
    font-size: 12px;
    font-size: 1.2rem;
    font-family: "PFDinDisplayPro-Light", "Helvetica Neue", Helvetica, Arial, sans-serif
}

#jPanelMenu-menu ul.mobile-social-links li {
    border: none;
    text-transform: none;
    margin: 0 0 1px 0
}

#jPanelMenu-menu ul.mobile-social-links i {
    text-align: center;
    display: inline-block;
    width: 16px;
    padding-right: 5px
}

#jPanelMenu-menu ul.mobile-social-links a {
    padding: 5px 0
}

#jPanelMenu-menu ul.mobile-social-links .icon-download-app {
    padding-left: 0;
    margin: 0 0 5px 0;
    font-size: 13px;
    font-size: 1.3rem;
    font-family: "PFDinDisplayPro-Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    border-bottom: 2px solid #636363
}

#jPanelMenu-menu ul.mobile-social-links .icon-download-app a {
    padding: 14px 0 12px 20px;
    margin: 0;
    display: block;
    line-height: 1;
    vertical-align: bottom !important;
    color: #fcb034;
    background: url(../img/icon-download-app-reversed@2x.png) no-repeat 0 50%;
    background-size: 16px 16px
}

#header {
    background: #191919;
    color: #636363
}

#header a {
	text-decoration: none;
}

#header .content {
    position: relative;
    padding: 0;
    margin: 0 auto
}

@media (max-width: 48em) {
    #header {
        padding: 10px 0
    }
    #header a#mobile-ig {
        position: absolute;
        display: block;
        left: 0;
        top: 50%;
        padding: 0;
        margin-top: -14px;
        font-size: 28px;
        font-size: 2.8rem;
        color: #fff
    }
    #header a#mobile-nav-toggle {
        position: absolute;
        display: block;
        right: 0;
        top: 50%;
        padding: 0;
        margin-top: -14px;
        font-size: 28px;
        font-size: 2.8rem;
        color: #fff
    }
    #header #mobile-nav,
    #header #main-nav,
    #header #social-nav {
        display: none
    }
    #header .branding {
        margin: 0;
        padding: 0;
        height: 35px;
        width: 70px;
        line-height: 1;
        margin: 0 auto
    }
    #header .branding a {
        display: block;
        overflow: hidden;
        text-indent: -9999px;
        height: 35px;
        width: 70px;
        background: url(../img/cg-small.png) no-repeat 50% 50%;
        background-size: 70px 35px
    }
}

@media (min-width: 48em) {
    #header {
        position: fixed;
        z-index: 9000;
        top: 0;
        left: 0;
        margin: 0 auto;
        padding: 0;
        width: 100%;
        height: 92px;
        background: transparent url(../img/headerBG.png) 0 0 repeat-x;
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out
    }
    #header a#mobile-nav-toggle,
    #header #mobile-nav,
    #header a#mobile-ig {
        display: none
    }
    #header #main-nav,
    #header #social-nav {
        display: block
    }
    #header #social-nav {
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
        position: absolute;
        top: 0;
        right: 0;
        padding: 5px 0;
        height: 42px;
        color: #a5a5a5;
        text-align: right
    }
    #header #social-nav a {
        color: #a5a5a5
    }
    #header #social-nav p {
        display: inline-block;
        margin: 0;
        padding: 0;
        vertical-align: middle;
        margin-top: 4px
    }
    #header #social-nav p.social-links {
        margin-left: 1em;
        padding-left: .25em;
        border-left: 1px solid #a5a5a5
    }
    #header #social-nav p.social-links a {
        padding: 0 6px;
        margin-left: 6px
    }
    #header #social-nav a.icon-download-app {
        background: url(../img/icon-download-app.png);
        background-repeat: no-repeat;
        background-position: 100% 50%;
        background-size: 24px 24px;
        position: relative;
        padding: 4px 30px 4px 4px
    }
}

@media (min-width: 48em) and (min--moz-device-pixel-ratio: 1.3),
(min-width: 48em) and (-o-min-device-pixel-ratio: 2.6 / 2),
(min-width: 48em) and (-webkit-min-device-pixel-ratio: 1.3),
(min-width: 48em) and (min-device-pixel-ratio: 1.3),
(min-width: 48em) and (min-resolution: 1.3dppx) {
    #header #social-nav a.icon-download-app {
        background-image: url("../img/icon-download-app@2x.png");
        background-size: 24px 24px
    }
}

@media (min-width: 48em) {
    #header .branding {
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
        margin: 0;
        padding: 0;
        height: 50px;
        width: 97px;
        line-height: 1;
        margin-top: 20px;
        float: left
    }
    #header .branding a {
        display: block;
        overflow: hidden;
        text-indent: -9999px;
        height: 50px;
        width: 97px;
        background: url(../img/cg-small.png) no-repeat 50% 50%
    }
    #header #main-nav {
        float: right;
        margin-top: 59px
    }
    #header #main-nav a {
        color: #fff
    }
    #header #main-nav a:hover,
    #header #main-nav a:focus,
    #header #main-nav a.current {
        color: #fcb034
    }
    #header #main-nav ul {
        float: left;
        margin: 0;
        padding: 0;
        height: 25px;
        line-height: 25px
    }
    #header #main-nav ul li {
        display: inline-block;
        font-family: "PFDinDisplayPro-Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 15px;
        font-size: 1.5rem;
        line-height: 24px;
        margin: 0 .5em
    }
    #header .primary-nav li {
        text-transform: uppercase
    }
    #header .secondary-nav {
        max-width: 320px;
        overflow: hidden;
        -webkit-transition: all 1s ease-in-out;
        -moz-transition: all 1s ease-in-out;
        -ms-transition: all 1s ease-in-out;
        -o-transition: all 1s ease-in-out;
        transition: all 1s ease-in-out
    }
    #header .secondary-nav.closed {
        max-width: 0px
    }
    #header .nav-toggle {
        float: right;
        margin: 0;
        padding: 0;
        width: 35px;
        height: 24px;
        padding-left: 10px;
        margin-left: 5px;
        border-left: 1px solid #fff
    }
    #header .nav-toggle a {
        margin: 0;
        padding: 0;
        display: block;
        height: 24px;
        width: 24px;
        overflow: hidden;
        text-indent: -9999px;
        background: url(../img/nav-toggle.png) no-repeat
    }
    #header .nav-toggle a:link,
    #header .nav-toggle a:visited {
        background-position: -24px 0
    }
    #header .nav-toggle a:hover,
    #header .nav-toggle a:focus {
        background-position: -24px -24px
    }
    #header .nav-toggle.closed a {
        background-position: 0 0
    }
    #header .nav-toggle.closed a:hover,
    #header .nav-toggle.closed a:focus {
        background-position: 0 -24px
    }
    #header.sticky {
        height: 92px;
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
        background: transparent url(../img/headerBG.png) 0 0 repeat-x
    }
    #header.sticky #social-nav {
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
        padding: 5px 0;
        height: 40px;
        color: #a5a5a5;
        text-align: right
    }
    #header.sticky .branding {
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
        margin-top: 20px
    }
}

#footer {
    position: relative;
    background: #191919;
    color: #a9a9a9;
    padding: 40px 0 68px 0;
    font-size: 12px;
    font-size: 1.2rem
}

#footer.section {
    overflow: visible !important
}

#footer .triangle {
    height: 0;
    width: 0;
    border-bottom: 9px solid #191919;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    text-align: center;
    position: absolute;
    top: -9px;
    left: 50%;
    z-index: 1000;
    margin-left: -9px
}

#footer a {
    color: #a9a9a9;
    clear: both;
}

#footer a.link-underline {
    color: #a9a9a9;
    text-decoration: underline;
}

#footer .footer-branding {
    margin: 0;
    padding: 0;
    height: 30px;
    width: 72px;
    line-height: 1;
    text-align: center;
    overflow: hidden;
    padding-top: 30px;
    margin: 0 auto;
    background: transparent url(../img/cg-footer.png) no-repeat 50% 0%
}

#footer .tagline {
    text-align: center;
    margin: 0;
    padding: 0;
    clear: both;
    text-transform: uppercase;
    margin: 20px auto;
    font-size: 11px;
    font-size: 1.1rem
}

#footer ul {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-size: 1.2rem;
    font-family: "PFDinDisplayPro-Medium", "Helvetica Neue", Helvetica, Arial, sans-serif
}

#footer ul li {
    display: block;
    margin: 0 auto 1px;
    text-transform: uppercase;
    text-align: center
}

#footer ul a {
    display: block;
    padding: .5em
}

#footer ul li:nth-child(2) a {
    position: relative;
    padding-top: 20px;
    background: url(../img/icon-download-app@2x.png) no-repeat 50% 0;
    background-size: 16px 16px
}

#footer .social-links a {
    margin: 0 8px
}

@media (min-width: 48em) {
    #footer .tagline {
        margin: 20px auto 55px;
        font-size: 12px;
        font-size: 1.2rem;
        font-family: "GeogrotesqueStencilA-Sb";
        font-weight: normal
    }
    #footer ul {
        overflow: hidden;
        *zoom: 1;
        font-size: 13px;
        font-size: 1.3rem
    }
    #footer ul li {
        display: inline-block;
        width: 33%;
        margin: 0 auto;
        padding-top: 50px
    }
    #footer ul a {
        display: inline-block;
        padding: 0
    }
    #footer ul li:nth-child(2) a {
        position: relative;
        padding-top: 50px;
        margin-top: -50px;
        background: url(../img/icon-download-app.png) no-repeat 50% 0
    }
}

#footer .center-legal {
    font-size: 12px;
    font-size: 1.2rem;
    font-family: "PFDinDisplayPro-Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
    margin: 2em auto
}

#footer .center-legal a {
    padding: 0 .5em
}

.selector-nav {
    display: none
}

body.error-404 {
    background-color: #181818;
    color: #fff;
    min-height: 100%
}

body.error-404 a {
    color: #fff
}

body.error-404 a:hover,
body.error-404 a:focus {
    color: #fcb034
}

.message-404-wrapper {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    padding: 1.5em;
    text-align: center;
    font-family: "Noto Serif", Georgia, Times, "Times New Roman";
/*    font-style: italic;*/
    text-transform: uppercase
}

.message-404-wrapper h1 {
    font-family: "futura-pt";
    font-style: normal;
    font-weight: 900;
    position: relative;
    padding-bottom: .25em
}

.message-404-wrapper h1:after {
    content: '';
    position: absolute;
    display: block;
    width: 60%;
    left: 20%;
    bottom: 0;
    border-bottom: 1px solid #fff
}

.message-404-wrapper h2 {
    font-family: "Noto Serif", Georgia, Times, "Times New Roman"
}

.message-404-wrapper ul {
    margin: 0 auto;
    position: relative;
    padding-bottom: 100px
}

.message-404-wrapper ul:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -40px;
    width: 80px;
    height: 80px;
    background: url(../img/icon-v@2x.png) no-repeat 0 50%;
    background-size: 80px 80px
}

.message-404-wrapper ul a {
    display: block;
    padding: 1.5em;
    margin-top: 1.5em;
    border: 1px solid #fff
}

.message-404-wrapper ul a:hover,
.message-404-wrapper ul a:focus {
    border-color: #fcb034
}

@media (min-width: 62em) {
    body.error-404 {
        background: #181818 url(../img/404-oops.jpg) no-repeat 0% 0%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover
    }
    body.error-404 .message-404-wrapper {
        display: flex;
        align-items: center;
        justify-content: flex-end
    }
    body.error-404 .message-404-wrapper article {
        max-width: 40%;
        margin-right: 3em
    }
    body.error-404 .message-404-wrapper h1 {
        font-size: 44px;
        font-size: 4.4rem
    }
}

.wf-loading {
    visibility: hidden
}

.wf-active {
    visibility: visible
}

.square-btn-wrapper {
    margin: 0;
    padding: 0;
    margin: 0 auto;
    text-align: center
}

.square-btn-wrapper.right {
    text-align: right
}

.square-btn-wrapper.left {
    text-align: left
}

.square-btn {
    display: inline-block;
    margin: 0 auto;
    padding: 10px 20px;
    font-family: "PFDinDisplayPro-Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    background: #fcb034;
    color: #252525 !important;
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none

}

.square-btn:hover,
.square-btn:focus {
    background: #fc9c00;
    color: #252525;
    text-decoration: none !important;
}

.square-btn br {
    display: block;
    line-height: 1.2
}

.square-btn.light {
    background: #fff;
    color: #252525 !important;
    outline: 1px solid #fcb034;
    margin-bottom: 3px
}

.square-btn.light:hover,
.square-btn.light:focus {
    background: #fc9c00;
    color: #252525  !important
}

*.grey-border {
    padding-bottom: 30px;
    background: url(../img/dot-border-grey.png) no-repeat center bottom
}

p.center-large {
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem
}

.rslides-container,
.related-recipes-wrap {
    position: relative
}

.rslides-container .next,
.rslides-container .prev,
.related-recipes-wrap .next,
.related-recipes-wrap .prev {
    position: absolute;
    display: block;
    top: 48%;
    left: 5%;
    z-index: 2;
    width: 60px;
    height: 60px;
    background: url(../img/slide-left-simple.svg) 0% 0%/auto 100% no-repeat;
    font-size: 0;
}

.rslides-container .next:hover,
.rslides-container .prev:hover,
.related-recipes-wrap .next:hover,
.related-recipes-wrap .prev:hover {
    background: url(../img/slide-left-simple-hover.svg) 0% 0%/auto 100% no-repeat
}

.rslides-container .next,
.related-recipes-wrap .next {
    right: 5%;
    left: auto;
    background: url(../img/slide-right-simple.svg) 100% 0%/auto 100% no-repeat
}

.rslides-container .next:hover,
.related-recipes-wrap .next:hover {
    background: url(../img/slide-right-simple-hover.svg) 100% 0%/auto 100% no-repeat
}

.rslides-container.quote-slide .next,
.rslides-container.quote-slide .prev,
.related-recipes-wrap.quote-slide .next,
.related-recipes-wrap.quote-slide .prev {
    top: 50%;
    margin-top: -30px
}

.related-recipes-wrap .next {
    top: 45%;
    right: -29px
}

.related-recipes-wrap .prev {
    top: 45%;
    left: -29px
}

.rslides article {
    display: block;
    position: absolute;
    z-index: 500;
    left: 0;
    width: 100%;
    top: 25%;
    padding: 0 1em;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    text-align: center
}

.rslides article h3 {
    font-size: 9px;
    font-size: .9rem;
    display: inline-block;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    font-family: "Noto Serif", Georgia, Times, "Times New Roman";
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: 1px solid white;
    font-weight: normal;
    letter-spacing: .15em
}

.rslides article p {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.2;
    margin: 0;
    padding: 0;
    font-family: "futura-pt";
    font-weight: 900;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: .15em;
    position: relative;
    top: .25em
}

.rslides article p:after {
    content: "";
    width: .6em;
    height: .6em;
    display: block;
    background: url(../img/slide-arrow.svg) 50% 50%/auto 90% no-repeat;
    left: 49%;
    top: 100%;
    position: absolute
}

.rslides article:hover p:after {
    background-image: url(../img/slide-arrow-hover.svg)
}

.rslides article h3 {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.rslides article p {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.rslides article h3.hidden,
.rslides article p.hidden {
    display: none
}

@media (min-width: 37.5em) {
    .rslides article {
        top: 30%;
        width: 100%;
        left: 0%
    }
    .rslides article h3 {
        font-size: 14px;
        font-size: 1.4rem
    }
    .rslides article p {
        font-size: 42px;
        font-size: 4.2rem
    }
}

@media (min-width: 48em) {
    .rslides article {
        top: 50%;
        left: 5%
    }
}

@media (min-width: 62em) {
    .rslides article {
        top: 40%;
        left: 5%;
        width: 90%;
        padding: 0
    }
    .rslides article h3 {
        font-size: 18px;
        font-size: 1.8rem
    }
    .rslides article p {
        font-size: 42px;
        font-size: 4.2rem
    }
}

.rslides .career-slide {
    display: block;
    position: absolute;
    z-index: 500;
    left: 0;
    width: 100%;
    top: 5%;
    padding: 0 1em;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    text-align: center
}

.rslides .career-slide h3,
.rslides .career-slide p {
    text-transform: none;
    font-style: normal;
    border: none
}

.rslides .career-slide p:after {
    content: "";
    width: 0;
    height: 0;
    display: none;
    background-image: none
}

.rslides .career-slide h3.serif-lead {
    margin: 0;
    padding: 0;
    font-family: "Noto Serif", Georgia, Times, "Times New Roman";
    font-weight: normal;
/*    font-style: italic;*/
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.28;
    margin: 0 auto;
    text-align: center;
    max-width: 720px
}

.rslides .career-slide p.quote {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    font-family: "Noto Serif", Georgia, Times, "Times New Roman";
    line-height: 1.35em;
    font-size: 12px;
    font-size: 1.2rem
}

.rslides .career-slide .square-btn-wrapper {
    margin: 0 auto;
    line-height: 1
}

.rslides .career-slide .square-btn {
    margin: 10px;
    margin-top: 0;
    padding: 4px 6px
}

@media (min-width: 48em) {
    .rslides .career-slide {
        top: 30%
    }
    .rslides .career-slide h3.serif-lead {
        font-size: 28px;
        font-size: 2.8rem
    }
    .rslides .career-slide p.quote {
        font-size: 15px;
        font-size: 1.5rem;
        width: 460px
    }
    .rslides .career-slide .square-btn {
        margin: 10px;
        margin-top: 0;
        padding: 10px 20px
    }
}

@media (min-width: 62em) {
    .rslides .career-slide {
        top: 40%
    }
    .rslides .career-slide p.quote {
        width: 460px
    }
}

.mobile-app-banner {
    margin: 0 auto;
    width: 100%;
    height: 60px;
    overflow: hidden;
    font-family: "PFDinDisplayPro-Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
    text-transform: uppercase
}

.mobile-app-banner a {
    display: block;
    width: 100%;
    height: 60px;
    background: #fcb034;
    color: #fff;
    padding: 16px 20px 20px 60px;
    position: relative
}

.mobile-app-banner i {
    display: block;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -20px;
    font-size: 40px;
    font-size: 4rem;
    line-height: 1
}

#swipebox-overlay,
#swipebox-action,
#swipebox-caption {
    background: none;
    background-image: none;
    border: none;
    background: #252525;
    background: rgba(0, 0, 0, 0.8)
}

.image-grid a {
    color: #fff;
    -webkit-transition: 0.25s linear;
    -moz-transition: 0.25s linear;
    -ms-transition: 0.25s linear;
    -o-transition: 0.25s linear;
    transition: 0.25s linear
}

.image-grid a:hover,
.image-grid a:focus {
    background: rgba(0, 0, 0, 0.25)
}

.image-grid p {
    margin: 0;
    padding: 0;
    font-family: "futura-pt";
    font-weight: 900;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 28px;
    text-transform: uppercase;
    background: url(../img/dot-border-white.png);
    background-repeat: no-repeat;
    background-position: 50% 32%
}

.image-grid p strong {
    display: block;
    font-family: "futura-pt";
    font-weight: 900;
    font-size: 32px;
    font-size: 3.2rem
}

@media (min--moz-device-pixel-ratio: 1.3),
(-o-min-device-pixel-ratio: 2.6 / 2),
(-webkit-min-device-pixel-ratio: 1.3),
(min-device-pixel-ratio: 1.3),
(min-resolution: 1.3dppx) {
    .image-grid p {
        background-image: url("../img/dot-border-white@2x.png");
        background-size: 114px 3px
    }
}

@media (min-width: 30em) {
    .image-grid p {
        display: none;
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 26px;
        text-transform: uppercase;
        background-position: 50% 30%
    }
    .image-grid p strong {
        font-size: 28px;
        font-size: 2.8rem
    }
}

@media (min-width: 48em) {
    .image-grid p {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 28px;
        text-transform: uppercase;
        background-position: 50% 30%
    }
    .image-grid p strong {
        font-size: 30px;
        font-size: 3rem
    }
}

@media (min-width: 62em) {
    .image-grid p {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 32px;
        text-transform: uppercase;
        background-position: 50% 36%
    }
    .image-grid p strong {
        font-size: 36px;
        font-size: 3.6rem
    }
}

.text-billboard {
    padding: 0 !important;
    text-align: center;
    background: #e7e6de url(../img/statement-bg.jpg) no-repeat 50% 0%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.text-billboard h3.double-border {
    margin: 0;
    padding: 0;
    font-family: "futura-pt";
    font-weight: 700;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
    text-transform: uppercase;
    padding: 20px 0;
    margin: 50px auto 0;
    letter-spacing: 2px;
    background: url(../img/dot-border-orange.png) no-repeat center top, url(../img/dot-border-orange.png) no-repeat center bottom
}

.text-billboard p {
    font-family: "Noto Serif", Georgia, Times, "Times New Roman";
    color: #252525;
    font-style: italic;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1.25;
    padding: 0 30px;
    margin: 30px auto 84px
}

.text-billboard article {
    text-align: left;
    margin: 1.5em auto
}

.text-billboard article p {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.357;
    font-family: "PFDinDisplayPro-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0;
    color: #252525
}

@media (min-width: 48em) {
    .text-billboard h3.double-border {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1;
        padding: 20px 0;
        margin: 50px auto 0
    }
    .text-billboard p {
        font-size: 36px;
        font-size: 3.6rem;
        line-height: 1.25;
        max-width: 620px;
        margin: 40px auto 94px;
        padding: 0
    }
    .text-billboard article {
        -webkit-columns: 2 30px;
        -moz-columns: 2 30px;
        columns: 2 30px
    }
    .text-billboard article p {
        font-size: 14px;
        font-size: 1.4rem
    }
}

.text-billboard.culture {
    background: #fff url(../img/statement-bg-culture.jpg) no-repeat 50% 0
}

.text-billboard.culture h3.double-border {
    background: url(../img/dot-border-blue.png) no-repeat center top, url(../img/dot-border-blue.png) no-repeat center bottom
}

.text-billboard.culture p {
    color: #7ac7cc;
    max-width: 740px;
    padding: 0
}

.text-billboard.culture article {
    max-width: 740px;
    background: url(../img/dot-border-blue.png) no-repeat center bottom;
    padding-bottom: 36px
}

.text-billboard.culture article p {
    color: #252525;
    max-width: none
}

.text-billboard.culture.strawberry h3.double-border,
.text-billboard.culture.slate h3.double-border {
    background-image: url(../img/dot-border-grey.png), url(../img/dot-border-grey.png)
}

.text-billboard.culture.strawberry .content article,
.text-billboard.culture.slate .content article {
    background-image: url(..img/dot-border-grey.png)
}

.text-billboard.culture.navy h3.double-border,
.text-billboard.culture.blue h3.double-border,
.text-billboard.culture.mint h3.double-border {
    background-image: url(../img/dot-border-blue.png), url(../img/dot-border-blue.png)
}

.text-billboard.culture.navy .content article,
.text-billboard.culture.blue .content article,
.text-billboard.culture.mint .content article {
    background-image: url(..img/dot-border-blue.png)
}

.text-billboard.culture.gold h3.double-border,
.text-billboard.culture.mustard h3.double-border {
    background-image: url(../img/dot-border-orange.png), url(../img/dot-border-orange.png)
}

.text-billboard.culture.gold .content article,
.text-billboard.culture.mustard .content article {
    background-image: url(../img/dot-border-orange.png)
}

.text-billboard.culture.gold .lg-copy {
    color: #fcb034
}

.text-billboard.culture.mustard .lg-copy {
    color: #e8d7a5
}

.text-billboard.culture.navy .lg-copy {
    color: #3d5067
}

.text-billboard.culture.blue .lg-copy {
    color: #7ac7cc
}

.text-billboard.culture.mint .lg-copy {
    color: #9be1c1
}

.text-billboard.culture.slate .lg-copy {
    color: #babfc6
}

@media (min-width: 48em) {
    .text-billboard.brief p {
        text-align: center;
        padding: 100px 0
    }
}

.intro-panel {
    background: #191919;
    color: #fff
}

.intro-panel a {
    color: #fff
}

.intro-panel h3.border {
    margin: 0;
    padding: 0;
    font-family: "futura-pt";
    font-weight: 700;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
    text-transform: uppercase;
    padding: 0 0 20px 0;
    margin: 0 auto 15px;
    letter-spacing: 2px;
    background: url(../img/dot-border-white.png) no-repeat center bottom
}

.intro-panel h1.border {
    margin: 0;
    padding: 0;
    font-family: "futura-pt";
    font-weight: 700;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
    text-transform: uppercase;
    padding: 0 0 20px 0;
    margin: 35px auto 15px;
    letter-spacing: 2px;
    background: url(../img/dot-border-white.png) no-repeat center bottom
}

.intro-panel p {
    font-family: "Noto Serif", Georgia, Times, "Times New Roman";
    font-weight: normal;
    font-style: italic;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.2857;
    padding: 0 30px;
    margin: 0 auto 15px
}

@media (min-width: 48em) {
    .intro-panel h3.border {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1
    }
    .intro-panel p {
        font-size: 28px;
        font-size: 2.8rem;
        line-height: 1.2857;
        max-width: 710px;
        padding: 0
    }
}

.intro-panel.gold {
    background: #fcb034
}

.intro-panel.gold .triangle {
    height: 0;
    width: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid #fcb034
}

.intro-panel.mustard {
    background: #e8d7a5
}

.intro-panel.mustard .triangle {
    height: 0;
    width: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid #e8d7a5
}

.intro-panel.strawberry {
    background: #ff6155
}

.intro-panel.strawberry .triangle {
    height: 0;
    width: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid #ff6155
}

.intro-panel.navy {
    background: #3d5067
}

.intro-panel.navy .triangle {
    height: 0;
    width: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid #3d5067
}

.intro-panel.blue {
    background: #7ac7cc
}

.intro-panel.blue .triangle {
    height: 0;
    width: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid #7ac7cc
}

.intro-panel.mint {
    background: #9be1c1
}

.intro-panel.mint .triangle {
    height: 0;
    width: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid #9be1c1
}

.intro-panel.slate {
    background: #babfc6
}

.intro-panel.slate .triangle {
    height: 0;
    width: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid #babfc6
}

.social-contact {
    display: block;
    margin: 0;
    padding: 0;
    background: url(../img/vertical-stripe-white.png) repeat-y 50% 0
}

.social-contact li {
    display: inline-block;
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 30px;
    margin: 0 auto;
    padding: 0 25px
}

.social-contact a {
    display: block;
    height: 30px;
    width: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #fff;
    color: #cbcbcb
}

.social-contact a:hover,
.social-contact a:focus {
    color: #a5a5a5
}

.select-style {
    width: 100%;
    height: 36px;
    margin: 0px auto 24px;
    overflow: hidden;
    background: #e4e4e4 url(../img/dropdown-arrow.png) no-repeat 100% 0
}

@media (min--moz-device-pixel-ratio: 1.3),
(-o-min-device-pixel-ratio: 2.6 / 2),
(-webkit-min-device-pixel-ratio: 1.3),
(min-device-pixel-ratio: 1.3),
(min-resolution: 1.3dppx) {
    .select-style {
        background-image: url("../img/dropdown-arrow@2x.png");
        background-size: 42px 64px
    }
}

.select-style:hover,
.select-style:focus {
    background: #e4e4e4 url(../img/dropdown-arrow.png) no-repeat 100% -32px
}

@media (min--moz-device-pixel-ratio: 1.3),
(-o-min-device-pixel-ratio: 2.6 / 2),
(-webkit-min-device-pixel-ratio: 1.3),
(min-device-pixel-ratio: 1.3),
(min-resolution: 1.3dppx) {
    .select-style:hover,
    .select-style:focus {
        background-image: url("../img/dropdown-arrow@2x.png");
        background-size: 42px 64px
    }
}

.select-style select {
    padding: 0 10px;
    margin: 0;
    width: 130%;
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
    font-size: 14px;
    font-size: 1.4rem;
    color: #252525;
    line-height: 30px;
/*    font-style: italic*/
}

.select-style select:focus {
}

.contact-form {
    margin: 40px auto;
    max-width: 820px;
    overflow: hidden
}

.contact-form input[type="text"],
.contact-form textarea {
    margin: 0;
    padding: 0;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    border-radius: 0
}

.contact-form input[type="text"] {
    background: #fff;
    padding: 10px 0;
    font-size: 22px;
    font-size: 2.2rem;
    border-bottom: 1px solid #a5a5a5
}

.contact-form input[type="text"]:hover,
.contact-form input[type="text"]:focus {
    color: #fcb034;
    border-bottom: 1px solid #fcb034
}

.contact-form label {
    margin: 0;
    padding: 0;
    padding: 0;
    margin: 12px 0 24px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #252525;
    text-transform: uppercase;
    font-family: "futura-pt"
}

.contact-form label.message-label {
    margin: 0 auto 12px
}

.contact-form textarea {
    background: #e4e4e4;
    color: #252525;
    height: 150px;
    margin: 0 auto 12px;
    padding: 6px
}

@media (min-width: 62em) {
    .contact-form section {
        display: block;
        float: left;
        width: 360px;
        overflow: hidden
    }
    .contact-form section:last-of-type {
        float: right
    }
    .contact-form label {
        margin: 12px 0 24px
    }
    .contact-form .select-style {
        margin: 52px auto 36px
    }
}

.donation-form {
    margin: 40px auto;
    max-width: 820px;
    overflow: hidden
}

.donation-form input[type="text"],
.donation-form input[type="tel"],
.donation-form input[type="email"],
.donation-form input[type="date"],
.donation-form textarea {
    margin: 0;
    padding: 0;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0
}

.donation-form input[type="text"],
.donation-form input[type="tel"],
.donation-form input[type="email"],
.donation-form input[type="date"] {
    background: #e4e4e4;
    color: #252525;
    padding: 10px;
    font-size: 22px;
    font-size: 2.2rem;
    border-bottom: 1px solid #a5a5a5;
    margin-bottom: 1em
}

.donation-form input[type="text"]:hover,
.donation-form input[type="text"]:focus,
.donation-form input[type="tel"]:hover,
.donation-form input[type="tel"]:focus,
.donation-form input[type="email"]:hover,
.donation-form input[type="email"]:focus,
.donation-form input[type="date"]:hover,
.donation-form input[type="date"]:focus {
    border-bottom: 1px solid #fcb034
}

.donation-form label {
    margin: 0;
    padding: 0;
    padding: 0;
    margin-bottom: .5em;
    font-size: 14px;
    font-size: 1.4rem;
    color: #252525;
    text-transform: uppercase;
    font-family: "futura-pt"
}

.donation-form label.message-label {
    margin: 0 auto 12px
}

.donation-form label.radio {
    padding-left: .25em
}

.donation-form textarea {
    background: #e4e4e4;
    color: #252525;
    height: 150px;
    margin: 0 auto 12px;
    padding: 6px
}

.donation-form .square-btn-wrapper {
    margin-top: 1.5em
}

.section-nav {
    display: block;
    margin: 0 auto;
    padding: 20px;
    text-align: center;
    background: #fff;
    color: #252525;
}

.section-nav a {
    color: #252525;
    padding: 5px;
    display: block
}

.section-nav a:hover,
.section-nav a:focus,
.section-nav .current a {
    color: #252525 !important;
    font-weight: bold;
}

.section-nav ul,
.section-nav li {
    display: inline-block
}

.section-nav li {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1;
    margin: 0 10px
}

.section-nav .primary li {
    text-transform: uppercase
}

@media (min-width: 48em) {
    .section-nav .secondary {
        border-left: 1px solid #e4e4e4;
        padding-left: 5px
    }
}

@media (min-width: 62em) {
    .section-nav li {
        margin: 0 20px
    }
    .section-nav .secondary {
        padding-left: 10px
    }
}

.section-nav .bordered li {
    border-right: 1px solid #e4e4e4;
    margin: 0
}

.section-nav .bordered li:last-of-type {
    border: none
}

.section-nav .bordered a {
    display: block;
    margin: 0;
    padding: 5px 20px
}

body.products a[href="/products"] {
    color: #fc9c00
}

a.scrollToTop {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    margin: 0;
    padding: 0;
    position: fixed;
    z-index: 1000;
    display: block;
    bottom: 20px;
    right: 10px;
    height: 22px;
    width: 22px;
    overflow: hidden;
    text-indent: -9999px;
    background: url(../img/top-arrow.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 22px 22px;
    display: none
}

@media (min--moz-device-pixel-ratio: 1.3),
(-o-min-device-pixel-ratio: 2.6 / 2),
(-webkit-min-device-pixel-ratio: 1.3),
(min-device-pixel-ratio: 1.3),
(min-resolution: 1.3dppx) {
    a.scrollToTop {
        background-image: url("../img/top-arrow@2x.png");
        background-size: 22px 22px
    }
}

@media (min-width: 48em) {
    a.scrollToTop {
        right: 20px;
        bottom: 25%
    }
}

.menu-panel-wrapper {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 0;
    background: #fff
}

.menu-panel-wrapper .menu-media {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
    max-height: 700px;
    background: #fff
}

.menu-panel-wrapper .menu-media img {
    position: relative;
    display: block;
    height: auto;
    width: 100%;
    border: 0
}

.menu-panel-wrapper .menu-media .image-title {
    display: block;
    position: absolute;
    z-index: 5000;
    top: 50%;
    margin: 0 auto;
    height: auto;
    width: 100%;
    font-family: "futura-pt";
    font-weight: 900;
    font-size: 10em;
    text-align: center;
    text-transform: uppercase;
    line-height: 1;
    color: #fff;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (min-width: 48em) {
    .menu-panel-wrapper .menu-media .image-title {
        font-size: 18em
    }
}

.menu-panel-wrapper .menu-content {
    display: block;
    width: 100%;
    margin: 0 auto;
    background: #fff
}

.menu-panel-wrapper .menu-content .panel-number {
    margin: 0 auto;
    text-align: center;
    height: 54px;
    width: 54px;
    overflow: hidden;
    position: relative;
    margin-top: -27px;
    background: url(../img/panel-numberBG.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 54px 54px
}

@media (min--moz-device-pixel-ratio: 1.3),
(-o-min-device-pixel-ratio: 2.6 / 2),
(-webkit-min-device-pixel-ratio: 1.3),
(min-device-pixel-ratio: 1.3),
(min-resolution: 1.3dppx) {
    .menu-panel-wrapper .menu-content .panel-number {
        background-image: url("../img/panel-numberBG@2x.png");
        background-size: 54px 54px
    }
}

.menu-panel-wrapper .menu-content .panel-number h2 {
    margin: 0;
    padding: 0;
    color: #252525;
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 58px;
    font-family: "futura-pt"
}

.menu-panel-wrapper .menu-content article {
    display: block;
    margin: 0 auto;
    padding: 1.5em;
    max-width: 800px
}

.menu-panel-wrapper .menu-content article.numbered {
    padding-top: 0
}

.menu-panel-wrapper .menu-content .serif-lead {
    margin: 0;
    padding: 0;
    font-family: "Noto Serif", Georgia, Times, "Times New Roman";
/*    font-style: italic;*/
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1;
    color: #252525;
    margin: 10px auto 14px;
    text-align: center
}

.menu-title {
    margin: 0;
    padding: 0;
    padding-bottom: 20px;
    margin-bottom: 30px;
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1.125;
    font-family: "futura-pt";
    font-weight: 900;
    text-transform: uppercase;
    text-align: center
}

.menu-title.strawberry {
    color: #ff6155
}

.menu-title.gold {
    color: #252525;
}

.menu-title.mustard {
    background: #e8d7a5
}

.menu-title.navy {
    color: #3d5067
}

.menu-title.blue {
    color: #7ac7cc
}

.menu-title.mint {
    color: #9be1c1
}

.menu-title.slate {
    color: #babfc6
}

.menu-item {
    display: block;
    width: 100%;
    margin: 0 auto 1.5em;
    overflow: hidden
}

.menu-item li {
    display: block;
    text-align: left;
    margin: 0 auto 1.5em
}

.menu-item li h3 {
    font-size: 16px;
    font-size: 1.6rem;
    font-family: "futura-pt";
    font-weight: 900;
    text-transform: uppercase;
    color: #252525;
    margin: 0;
    padding: 0;
    display: inline
}

.menu-item li p {
    font-family: "Noto Serif", Georgia, Times, "Times New Roman";
/*    font-style: italic;*/
    font-size: 13px;
    font-size: 1.3rem;
    color: #252525;
    margin: 0;
    padding: 0;
    display: inline
}

.menu-item li p.square-btn-wrapper {
    margin-top: 40px;
    display: block
}

@media (min-width: 48em) {
    .menu-item {
        background: url(../img/dot-grey-border-vertical.png) repeat-y 50% 0%
    }
    .menu-item li {
        width: 50%;
        padding: 0 4em 1em;
        margin: 0;
        float: left
    }
    .menu-item li.single {
        float: none;
        clear: both;
        margin: 0 auto;
        background: #fff;
        text-align: center
    }
}

.region-title {
    clear: both;
    position: relative;
    margin-bottom: 2.3em;
    font-family: "Noto Serif", Georgia, Times, "Times New Roman";
/*    font-style: italic;*/
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: .15em;
    text-align: center;
    text-transform: uppercase;
    color: #babfc6;
    border: 1px solid #e4e4e4;
    border-width: 1px 0;
    line-height: 2.4em
}

.region-title:after {
    content: "";
    width: 100%;
    height: 12px;
    background: url(../img/notch.png) 50% 0 no-repeat;
    display: block;
    position: absolute
}

.grouped-list {
    overflow: hidden;
    *zoom: 1;
    text-align: center;
    margin-bottom: 40px
}

.grouped-list li {
    width: 33.3333%;
    min-height: 2.3em;
    float: left;
    margin-bottom: 2em;
    background: url(../img/vertical-stripe-grey.png) repeat-y 0% 100%
}

.grouped-list li:nth-child(3n+1) {
    clear: both;
    background: none
}

.grouped-list li.single {
    float: none;
    clear: both;
    margin: 0 auto 2em;
    background: none
}

.grouped-list li h3 {
    font-family: "futura-pt";
    font-weight: 900;
    text-transform: uppercase;
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0;
    padding: 0;
    color: #252525
}

.grouped-list li p {
    font-family: "Noto Serif", Georgia, Times, "Times New Roman";
/*    font-style: italic;*/
    font-size: 13px;
    font-size: 1.3rem;
    color: #252525;
    margin: 0;
    padding: 0
}

.product-list .grouped-list li a h3 {
    font-size: 16px;
    font-size: 1.6rem
}

.selector-nav {
    background: rgba(0, 0, 0, 0.8);
    height: 50px;
    margin: -50px 0 0 0;
    position: relative;
    text-align: center
}

.selector-nav ul {
    display: inline-block;
    list-style: none
}

.selector-nav li,
.selector-nav span {
    display: inline-block;
    line-height: 44px;
    position: relative;
    padding: 0 8px 4px;
    margin: 2px 13px 0
}

.selector-nav li:hover,
.selector-nav li.current {
    border-bottom: 4px solid #fc9c00;
    padding-bottom: 0
}

.selector-nav li:hover a,
.selector-nav li.current a {
    color: #fc9c00
}

.selector-nav li:first-child:after {
    content: "";
    width: 2px;
    height: 26px;
    position: absolute;
    display: inline-block;
    background: #a5a5a5;
    top: 10px;
    right: -15px
}

.selector-nav a {
    color: #fff
}

.selector-nav span {
    color: #252525;
    font-family: "Noto Serif", Georgia, Times, "Times New Roman";
/*    font-style: italic;*/
    font-size: 14px;
    font-size: 1.4rem
}

.touch .nutrition-section-btn {
    clear: both;
    margin: 0 auto;
    padding: 0 10px 0 64px;
    line-height: 66px;
    height: 66px;
    color: #3d5067;
    position: relative;
    border-top: 1px solid #e4e4e4;
    border-bottom: 3px solid #e4e4e4;
    cursor: pointer;
    background: url(../img/stripe-blocks.png);
    font-family: "Noto Serif", Georgia, Times, "Times New Roman";
/*    font-style: italic;*/
    font-weight: 700;
    font-size: 18px;
    font-size: 1.8rem
}

.touch .nutrition-section-btn em {
    display: none
}

.touch .nutrition-section-btn strong {
    text-transform: uppercase;
    font-family: "Noto Serif", Georgia, Times, "Times New Roman";
/*    font-style: italic;*/
    font-weight: 700;
    font-size: 20px;
    font-size: 2rem
}

.touch .nutrition-section-btn span.number {
    margin: 0 auto;
    text-align: center;
    height: 54px;
    width: 54px;
    overflow: hidden;
    display: block;
    position: absolute;
    left: 5px;
    top: 5px;
    background: url(../img/panel-numberBG-navy.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 54px 54px;
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 58px;
    font-family: "futura-pt";
    font-style: normal;
    font-weight: 700
}

@media (min--moz-device-pixel-ratio: 1.3),
(-o-min-device-pixel-ratio: 2.6 / 2),
(-webkit-min-device-pixel-ratio: 1.3),
(min-device-pixel-ratio: 1.3),
(min-resolution: 1.3dppx) {
    .touch .nutrition-section-btn span.number {
        background-image: url("../img/panel-numberBG-navy@2x.png");
        background-size: 54px 54px
    }
}

.no-touch .nutrition-section-btn {
    clear: both;
    margin: 0 auto;
    padding: 0 10px 0 64px;
    line-height: 66px;
    height: 66px;
    color: #3d5067;
    position: relative;
    border-top: 1px solid #e4e4e4;
    border-bottom: 3px solid #e4e4e4;
    background: url(../img/stripe-blocks.png);
    font-family: "Noto Serif", Georgia, Times, "Times New Roman";
/*    font-style: italic;*/
    font-weight: 700;
    font-size: 18px;
    font-size: 1.8rem
}

.no-touch .nutrition-section-btn em {
    display: none
}

.no-touch .nutrition-section-btn strong {
    text-transform: uppercase;
    font-family: "Noto Serif", Georgia, Times, "Times New Roman";
/*    font-style: italic;*/
    font-weight: 700;
    font-size: 20px;
    font-size: 2rem
}

.no-touch .nutrition-section-btn span.number {
    margin: 0 auto;
    text-align: center;
    height: 54px;
    width: 54px;
    overflow: hidden;
    display: block;
    position: absolute;
    left: 5px;
    top: 5px;
    background: url(../img/panel-numberBG-navy.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 54px 54px;
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 58px;
    font-family: "futura-pt";
    font-style: normal;
    font-weight: 700
}

@media (min--moz-device-pixel-ratio: 1.3),
(-o-min-device-pixel-ratio: 2.6 / 2),
(-webkit-min-device-pixel-ratio: 1.3),
(min-device-pixel-ratio: 1.3),
(min-resolution: 1.3dppx) {
    .no-touch .nutrition-section-btn span.number {
        background-image: url("../img/panel-numberBG-navy@2x.png");
        background-size: 54px 54px
    }
}

@media (min-width: 48em) {
    .no-touch .nutrition-section-btn {
        margin-bottom: 20px;
        padding: 0 20px 0 94px;
        font-size: 21px;
        font-size: 2.1rem
    }
    .no-touch .nutrition-section-btn em {
        display: inline-block
    }
    .no-touch .nutrition-section-btn strong {
        font-size: 21px;
        font-size: 2.1rem
    }
    .no-touch .nutrition-section-btn span.number {
        left: 20px
    }
}

.product-info {
    max-width: 900px;
    overflow: visible
}

@media (max-width: 37.5em) {
    .product-info {
        padding: 0;
        margin: 0 auto
    }
    .product-info .content {
        padding: 0;
        margin: 0 auto;
        width: 100%
    }
}

.product-nutrition {
    background: #f5f5f2;
    color: #252525;
    padding: 0 10px;
    margin: 0;
    overflow: hidden;
    width: 30%;
    float: right
}

.product-nutrition li {
    display: block;
    padding: 3px 0;
    text-align: left;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.5);
    font-size: 100%;
    line-height: 1;
    font-size: 12px;
    float: left;
    width: 100%;
    color: #252525;
    overflow: hidden;
    vertical-align: top;
    margin: 0
}

.product-nutrition li.last {
    border: none;
    margin-bottom: 15px
}

.product-nutrition li p {
    width: 85px;
    float: left;
    color: #252525;
    border: none
}

.product-nutrition li span {
    float: right;
    text-align: right;
    vertical-align: top;
    margin: 0;
    padding: 0;
    line-height: 1;
    margin-top: 3px
}

.product-nutrition h2 {
    background: #252525;
    color: #fff;
    margin: 0 auto 20px;
    padding: 15px 0;
    font-size: 14px;
    font-size: 1.4rem;
    text-transform: uppercase;
    text-align: center;
    clear: both
}

.product-nutrition ul {
    margin: 0 auto 0px;
    overflow: hidden;
    *zoom: 1
}

.product-nutrition hr {
    color: #a5a5a5;
    background-color: #a5a5a5;
    border: 0;
    height: 2px
}

.product-main {
    width: 67%;
    float: left
}

.product-main .attributes {
    border: 1px solid #e7e6de;
    border-width: 1px 0;
    font-size: 1.3rem;
    margin: 15px 0 0 0
}

.product-main .attributes li {
    color: #252525;
    display: inline-block;
    line-height: 39px;
    padding: 0 22px 0 0
}

.product-main .attributes li:last-child {
    padding: 0
}

.product-main .attributes li:before {
    content: "\203A";
    margin: 0 5px 0 0;
    font-family: "PFDinDisplayPro-Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    top: -1px
}

.product-main .product-ingredients h2 {
    font-family: "Noto Serif", Georgia, Times, "Times New Roman";
/*    font-style: italic;*/
    color: #252525;
    margin: 25px 0 0 0
}

.product-main .product-ingredients p {
    font-size: 1.4rem
}

.product-main .alt-cta {
    border-top: 1px solid #e7e6de;
    padding-top: 15px
}

.product-main .alt-cta p {
    color: #656565;
    font-family: "Noto Serif", Georgia, Times, "Times New Roman";
/*    font-style: italic;*/
    font-size: 1.4rem;
    margin: 0 0 10px
}

.product-main .alt-cta a {
    display: inline-block;
    font-family: "PFDinDisplayPro-Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #faa732;
    color: #252525;
    padding: 10px 20px;
    margin-top: 15px;
    text-transform: uppercase;
    font-size: 1.3rem;
    line-height: 2rem;
    letter-spacing: .1rem
}

@media (max-width: 37.5em) {
    .product-info .product-nutrition {
        width: 95%;
        float: none;
        margin: 0 auto
    }
    .product-info .product-main {
        padding: 0 0 5% 0;
        width: 100%;
        float: none
    }
    .product-info .attributes {
        margin: 0px 0 0 0;
        padding: 5px 10px
    }
    .product-info .attributes li {
        line-height: 25px
    }
    .product-info .product-ingredients {
        padding: 0 2.5%
    }
    .product-info .product-ingredients h2 {
        margin-top: 15px
    }
    .product-info .alt-cta {
        padding: 15px 2.5%
    }
}

@media (max-width: 37.5em) {
    .nutrition-wrapper {
        padding: 0;
        margin: 0 auto
    }
    .nutrition-wrapper .content {
        padding: 0;
        margin: 0 auto;
        width: 100%
    }
}

.nutrition-wrapper #categories {
    display: none
}

.nutrition-wrapper .nutrition-counter-wrapper {
    background: #f5f5f2;
    color: #a5a5a5;
    padding: 0 10px;
    margin: 0;
    overflow: hidden
}

.nutrition-wrapper .nutrition_row {
    width: 100%;
    margin: 0 auto 1.5em;
    padding: 20px 0
}

.nutrition-wrapper .nutrition_row.hidden {
    display: none
}

.nutrition-wrapper .nutrition_item {
    display: block;
    width: 75%;
    height: 80px;
    margin: 3px auto;
    padding: 0;
    background: #fff;
    position: relative;
    cursor: pointer
}

@media (min-width: 48em) {
    .nutrition-wrapper .nutrition_item {
        display: inline-block;
        width: 33%;
        height: 80px;
        padding: 0;
        margin: 0 auto 16px;
        border: none;
        vertical-align: top;
        border-left: 1px solid #e4e4e4
    }
    .nutrition-wrapper .nutrition_item:nth-child(3n+3) {
        border-right: 1px solid #e4e4e4
    }
    .nutrition-wrapper .nutrition_item:last-of-type {
        border-right: 1px solid #e4e4e4
    }
}

.nutrition-wrapper .nutrition_item h3 {
    font-weight: normal;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.2;
    text-transform: uppercase;
    color: #252525;
    vertical-align: middle;
    width: 100%;
    height: 80px;
    text-align: center;
    margin: 0;
    padding: 0;
    padding: 30px 0
}

@media (max-width: 37.5em) {
    .nutrition-wrapper .nutrition_item h3 {
        border: 1px solid #e4e4e4;
    }
}

@media (min-width: 48em) {
    .nutrition-wrapper .nutrition_item h3 {
        padding: 0 20px;
        width: 100%;
        height: auto;
        line-height: 1.2;
        overflow: hidden
    }
}

.nutrition-wrapper .btn_nutrition_preview {
    position: absolute;
    top: 4px;
    right: 4px;
    display: block;
    padding: 1px;
    height: 24px;
    width: 24px;
    overflow: hidden;
    text-indent: -9999px;
    cursor: pointer;
    background: url(../img/btn_nutrition_preview-slate.png) no-repeat 0 0
}

@media (min--moz-device-pixel-ratio: 1.3),
(-o-min-device-pixel-ratio: 2.6 / 2),
(-webkit-min-device-pixel-ratio: 1.3),
(min-device-pixel-ratio: 1.3),
(min-resolution: 1.3dppx) {
    .nutrition-wrapper .btn_nutrition_preview {
        background-image: url("../img/btn_nutrition_preview-slate@2x.png");
        background-size: 48px 24px
    }
}

.nutrition-wrapper .btn_nutrition_preview.active {
    background-position: -24px 0
}

.nutrition-wrapper .nutrition_preview {
    position: absolute;
    top: 80px;
    left: 0px;
    width: 100%;
    padding: 8px 15px;
    list-style: none;
    background-color: #f5f5f2;
    z-index: 2500;
    display: none
}

.nutrition-wrapper .nutrition_preview .triangle {
    height: 0;
    width: 0;
    border-bottom: 9px solid #f5f5f2;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    text-align: center;
    position: absolute;
    top: -9px;
    left: 50%;
    z-index: 1000;
    margin-left: -9px;
    display: block
}

.nutrition-wrapper .nutrition_preview li,
.nutrition-wrapper .nutrition_preview p {
    display: block;
    padding: 3px 0;
    text-align: left;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.5);
    font-size: 100%;
    line-height: 1;
    font-size: 12px;
    float: left;
    width: 100%;
    color: #252525;
    overflow: hidden;
    vertical-align: top;
    margin: 0
}

.nutrition-wrapper .nutrition_preview li.last {
    border: none
}

.nutrition-wrapper .nutrition_preview li p {
    width: 85px;
    float: left;
    color: #252525;
    border: none
}

.nutrition-wrapper .nutrition_preview li span {
    float: right;
    text-align: right;
    vertical-align: top;
    margin: 0;
    padding: 0;
    line-height: 1;
    margin-top: 3px
}

.nutrition-wrapper #nutritional_info ul li {
    font-size: 14px;
    display: block;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.5);
    padding: 4px 0;
    float: left;
    width: 100%;
    line-height: 1
}

@media (min-width: 48em) {
    .nutrition-wrapper #nutritional_info ul li {
        font-size: 12px
    }
}

.nutrition-wrapper .nutrition-counter-wrapper h2 {
    background: #252525;
    color: #fff;
    margin: 0 auto 20px;
    padding: 15px 0;
    font-size: 14px;
    font-size: 1.4rem;
    text-transform: uppercase;
    text-align: center;
    clear: both
}

.nutrition-wrapper .nutrition-counter-wrapper ul {
    margin: 0 auto 20px;
    overflow: hidden;
    *zoom: 1
}

.nutrition-wrapper #nutritional_info ul li.last {
    border: none
}

.nutrition-wrapper #nutritional_info ul li p {
    font-size: 14px;
    width: 60%;
    float: left;
    margin: 0;
    color: #252525
}

@media (min-width: 48em) {
    .nutrition-wrapper #nutritional_info ul li p {
        font-size: 12px;
        width: 95px
    }
}

.nutrition-wrapper #nutritional_info ul li span {
    float: right;
    text-align: right;
    display: inline-block;
    margin: 0;
    color: #252525;
    padding: 0;
    padding: 4px 0
}

.nutrition-wrapper #selected_items {
    min-height: 200px
}

.nutrition-wrapper #selected_items ul li {
    font-size: 14px;
    line-height: 1;
    margin: 0 15px 10px 0;
    display: inline-block;
    text-transform: uppercase;
    color: #252525;
    position: relative;
    overflow: hidden;
    padding-left: 32px;
    padding-top: 6px
}

.nutrition-wrapper .selected_ingredient {
    position: relative;
    display: inline-block;
    height: 22px;
    width: 22px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
    background: #fcb034;
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 22px;
    float: left;
    left: -32px;
    margin-right: -22px;
    margin-top: -5px;
    cursor: pointer
}

.nutrition-wrapper #selected_items ul li sup {
    font-size: 9px;
    vertical-align: top
}

@media (max-width: 48em) {
    .nutrition-wrapper .nutrition-counter-wrapper {
        padding: 1em
    }
}

@media (min-width: 48em) {
    .nutrition-wrapper #nutrition_slider {
        float: left;
        width: 500px;
        margin: 0
    }
    .nutrition-wrapper .nutrition-counter-wrapper {
        float: right;
        width: 200px;
        margin: 0
    }
}

@media (min-width: 62em) {
    .nutrition-wrapper {
        position: relative
    }
    .nutrition-wrapper .content {
        width: 860px;
        margin: 0 auto
    }
    .nutrition-wrapper #nutrition_slider {
        float: left;
        width: 620px;
        margin: 0 40px 40px 0;
        padding-bottom: 200px
    }
    .nutrition-wrapper .nutrition-counter-wrapper {
        padding: 0;
        background: transparent
    }
    .nutrition-wrapper .nutrition-counter {
        padding: 0 10px;
        width: 200px;
        background: #f5f5f2;
        color: #a5a5a5
    }
}

@media (min-width: 62em) {
    .no-touch #selected_items ul li {
        font-size: 12px;
        font-size: 1.2rem;
        padding-left: 20px;
        margin-bottom: 0;
        padding-top: 3px;
        padding-bottom: 3px
    }
    .no-touch #selected_items .selected_ingredient {
        height: 16px;
        width: 16px;
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        border-radius: 16px;
        background: #fcb034;
        text-align: center;
        font-size: 11px;
        font-size: 1.1rem;
        line-height: 16px;
        float: left;
        left: -20px;
        margin-right: -16px;
        margin-top: -2px;
        cursor: pointer
    }
}

.no-touch .nutrition_item:hover {
    background: #fcb034;
    color: #252525
}

.no-touch .nutrition_item:hover .btn_nutrition_preview {
    background-position: -24px 0
}

.nutrition_isSelected {
    background: #fcb034 !important;
    color: #252525
}

.nutrition_isSelected .btn_nutrition_preview,
.nutrition_isSelected .btn_nutrition_preview.active {
    background-position: -24px 0
}

.highlight {
    color: #fcb034 !important
}

.allergen-labels {
    margin: 0;
    padding: 0;
    margin: 1.5em auto;
    display: block;
    width: 100%;
    text-align: center
}

.allergen-labels li {
    display: inline-block;
    padding: 0 1em;
    margin: 0;
    color: #fff;
    border-right: 1px solid #e4e4e4
}

@media (min-width: 48em) {
    .allergen-labels li {
        padding: 0 35px
    }
}

.allergen-labels li a {
    color: #252525;
}

.allergen-labels li:last-of-type {
    border: none
}

.allergen-btn:hover,
.allergen-btn:focus {
    cursor: pointer
}

.allergen-section {
    margin: 0 auto 1.5em;
    padding: 1px
}

.allergen-section h1 {
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1;
    font-family: "futura-pt";
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    color: #252525;
    background: #fcb034;
    padding: 1em 0;
    margin-bottom: 1em
}

.allergen-section table {
    width: 99%;
    margin: 0 auto;
    border-collapse: collapse
}

.allergen-section table th,
.allergen-section table td {
    margin: 0;
    padding: 0;
    padding: 4px 0;
    width: 10%
}

.allergen-section th {
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1;
    font-family: "futura-pt";
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: #252525;
    padding-bottom: 1em
}

.allergen-section td {
    color: #252525;
    border: 1px solid #252525;
    text-align: center;
    font-size: 8px;
    font-size: .8rem
}

.allergen-section span {
    margin: 0;
    padding: 0;
    border: 0
}

.allergen-section td.menu-item-label {
    border: none;
    text-align: left;
    font-size: 13px;
    font-size: 1.3rem;
    text-transform: none;
    border: 1px dotted #e4e4e4;
    border-left: none;
    border-right: none;
    border-spacing: 5px;
    padding-left: 4px;
    width: 50%
}

@media (min-width: 48em) {
    .allergen-section {
        max-width: 600px
    }
}

@media (min-width: 62em) {
    .allergen-wrapper {
        width: 860px;
        margin: 0 auto;
        overflow: hidden;
        *zoom: 1
    }
    .allergen-wrapper .allergen-half-left,
    .allergen-wrapper .allergen-half-right {
        width: 380px;
        overflow: hidden
    }
    .allergen-wrapper .allergen-half-left {
        float: left
    }
    .allergen-wrapper .allergen-half-right {
        float: right
    }
}

.bottom-quote {
    clear: both;
    margin: 3em auto;
    padding: 1.5em;
    border: 1px solid #fcb034;
    border-right: 0;
    border-left: 0;
    max-width: 460px
}

.bottom-quote p {
    margin: 0;
    padding: 0;
    font-family: "Noto Serif", Georgia, Times, "Times New Roman";
/*    font-style: italic;*/
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.4;
    text-align: center
}

.logoBG {
    background: #fff url(../img/statement-bg-culture.jpg) no-repeat center bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.card-list {
    margin: 0 auto
}

.card-list .card {
    display: block;
    overflow: hidden;
    width: 300px;
    margin: 0 auto 20px;
    padding: 0
}

.card-list .card .card-wrapper {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    color: #252525;
    background: #f5f5f2;
    overflow: hidden
}

.card-list .card a,
.card-list .card a:hover,
.card-list .card a:focus {
    color: #252525
}

.card-list .card img {
    margin: 0 auto;
    display: block
}

.card-list .card article {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 15px 15px 35px 15px
}

.card-list .card h3,
.card-list .card h5 {
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.card-list .card .triangle {
    height: 0;
    width: 0;
    border-bottom: 9px solid #fcb034;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    text-align: center;
    position: absolute;
    top: -9px;
    left: 50%;
    z-index: 1000;
    margin-left: -9px;
    display: none
}

.card-list .card .locationImgLink {
    position: relative;
    display: block
}

.card-list .card .locationAltImg {
    position: absolute;
    top: 0;
    margin: 0 0 0 0;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0
}

.card-list .card .locationImgLink:hover .locationAltImg,
.card-list .card .locationImgLink:focus .locationAltImg {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1
}

.card-list .card .vcard {
    text-align: center
}

.card-list .card .vcard .location-note {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-size: 1.2rem;
    text-align: center;
    height: auto;
    color: #a5a5a5;
    letter-spacing: 1px
}

.card-list .card .card-wrapper,
.card-list .card .triangle,
.card-list .card p.cta {
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out
}

.card-list .card h3 {
    font-family: "Noto Serif", Georgia, Times, "Times New Roman";
/*    font-style: italic;*/
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1;
    text-align: center;
    margin-bottom: 15px;
    padding: 4px 0
}

.card-list .card h5 {
    font-family: "futura-pt";
    font-weight: 900;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
    text-align: center;
    margin-bottom: 15px;
    padding: 20px 0 0 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: url(../img/dot-border-black.png) no-repeat center top
}

@media (min--moz-device-pixel-ratio: 1.3),
(-o-min-device-pixel-ratio: 2.6 / 2),
(-webkit-min-device-pixel-ratio: 1.3),
(min-device-pixel-ratio: 1.3),
(min-resolution: 1.3dppx) {
    .card-list .card h5 {
        background-image: url("../img/dot-border-black@2x.png");
        background-size: 114px 3px
    }
}

.card-list .card p {
    margin: 0;
    padding: 0;
    margin-bottom: 40px;
    text-align: left;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.285714286
}

.card-list .card p.long {
    margin-bottom: 15px;
    margin-top: -15px
}

.card-list .card p.cta {
    text-align: center;
    margin: 15px auto 0;
    height: auto !important;
    line-height: 1;
    padding: 0;
    overflow: visible;
    font-family: "PFDinDisplayPro-Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: absolute;
    bottom: 15px;
    width: 270px;
    background: transparent;
    color: #fcb034
}

.card-list .card .hours-phone {
    overflow: hidden;
    background: url(../img/vertical-stripe-grey.png) repeat-y 50% 0;
    margin-top: 20px
}

.card-list .card .hours-phone dl {
    margin: 0;
    padding: 0;
    float: left;
    width: 50%;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem
}

.card-list .card .hours-phone dt {
    margin: 0;
    padding: 0;
    font-family: "futura-pt";
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
    text-align: center;
    margin: 0 auto 5px;
    padding: 0;
    text-transform: uppercase;
    letter-spacing: 2px
}

.card-list .card .hours-phone dd {
    margin: 0;
    padding: 0
}

.card-list .card .card-wrapper:hover,
.card-list .card .card-wrapper:focus,
.card-list .card .card-wrapper.active {
    background: #fcb034;
    color: #252525
}

.card-list .card .card-wrapper:hover .triangle,
.card-list .card .card-wrapper:focus .triangle,
.card-list .card .card-wrapper.active .triangle {
    display: block
}

.card-list .card .card-wrapper:hover p.cta,
.card-list .card .card-wrapper:focus p.cta,
.card-list .card .card-wrapper.active p.cta {
    color: #fff
}

.card-list .card .card-wrapper:hover .hours-phone,
.card-list .card .card-wrapper:focus .hours-phone,
.card-list .card .card-wrapper.active .hours-phone {
    background-image: none
}

@media (min-width: 48em) {
    .card-list {
        width: 640px;
        overflow: hidden
    }
    .card-list .card {
        float: left;
        margin: 0 10px 20px
    }
    .card-list .card article {
        height: 269px
    }
    .card-list .card p {
        height: 70px;
        overflow: hidden
    }
    .card-list .card p.long {
        height: 150px
    }
    .card-list .card .hours-phone {
        position: absolute;
        bottom: 15px;
        left: 0;
        right: 0;
        margin-top: 0
    }
}

@media (min-width: 62em) {
    .card-list {
        width: 960px;
        overflow: hidden
    }
}

.location-container .location-info h4 {
    display: block;
    font-family: "Noto Serif", Georgia, Times, "Times New Roman" !important;
    font-weight: normal;
/*    font-style: italic !important;*/
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.2;
    text-align: center;
    margin: 20px auto !important;
    padding: 4px 0 20px;
    background: url(../img/dot-border-black.png) no-repeat center bottom
}

@media (min--moz-device-pixel-ratio: 1.3),
(-o-min-device-pixel-ratio: 2.6 / 2),
(-webkit-min-device-pixel-ratio: 1.3),
(min-device-pixel-ratio: 1.3),
(min-resolution: 1.3dppx) {
    .location-container .location-info h4 {
        background-image: url("../img/dot-border-black@2x.png");
        background-size: 114px 3px
    }
}

.location-container .location-info .address {
    margin: 0 auto 20px !important;
    display: block;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.38
}

.location-container .location-info .address strong {
    display: block;
    font-family: "Noto Serif", Georgia, Times, "Times New Roman";
    font-weight: normal;
/*    font-style: italic;*/
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 20px;
    padding: 4px 0 20px;
    background: url(../img/dot-border-black.png) no-repeat center bottom
}

@media (min--moz-device-pixel-ratio: 1.3),
(-o-min-device-pixel-ratio: 2.6 / 2),
(-webkit-min-device-pixel-ratio: 1.3),
(min-device-pixel-ratio: 1.3),
(min-resolution: 1.3dppx) {
    .location-container .location-info .address strong {
        background-image: url("../img/dot-border-black@2x.png");
        background-size: 114px 3px
    }
}

.featured-partners-list .featured-partner {
    width: 50%;
    display: inline-block;
    vertical-align: top
}

.featured-partners-list .featured-partner.single-feature {
    width: 100%;
    margin-bottom: 40px
}

.featured-partner {
    display: block;
    overflow: hidden;
    *zoom: 1;
    margin: 1.5em auto
}

.featured-partner .logo {
    height: 170px;
    width: 320px;
    background: #f5f5f2;
    text-align: center;
    overflow: hidden;
    margin: 1em 0 .75em 2em
}

.featured-partner .logo img {
    display: block;
    margin: 0 auto
}

.featured-partner.single-feature .logo {
    height: 245px;
    width: 360px
}

.featured-partner .copy {
    vertical-align: top;
    background: #fff;
    margin: 0 2em
}

.featured-partner .copy h1 {
    margin: 0;
    padding: 0;
    font-family: "futura-pt";
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.2;
    margin: 0 0 16px;
    color: #fcb034;
    text-transform: uppercase
}

.featured-partner .copy .partner-location {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.285714286;
    margin: -8px auto 8px;
    vertical-align: top;
    font-family: "Noto Serif", Georgia, Times, "Times New Roman";
/*    font-style: italic;*/
    color: #a5a5a5
}

.featured-partner .copy p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.285714286;
    margin: 0 auto 16px;
    vertical-align: top
}

.featured-partner .copy p.small-label {
    color: #a5a5a5;
    margin: 0 auto 10px
}

.featured-partner .copy ul {
    margin: 0;
    padding: 0
}

.featured-partner .copy li {
    display: inline;
    margin: 0 28px 0 0;
    font-size: 14px;
    font-size: 1.4rem;
    color: #e4e4e4
}

.featured-partner .copy li a.partner-social {
    display: inline-block;
    padding: 0 10px;
    color: #cbcbcb;
    position: relative;
    font-size: 20px;
    line-height: 1;
    border-right: 1px solid #e4e4e4
}

.featured-partner .copy li a.partner-social:hover,
.featured-partner .copy li a.partner-social:focus {
    color: #a5a5a5
}

.featured-partner .copy li a.partner-social:last-of-type {
    border: none
}

@media (min-width: 48em) {
    .featured-partner {
        margin: 40px auto;
        overflow: hidden;
        *zoom: 1
    }
    .featured-partner.single-feature {
        width: 100%
    }
    .featured-partner.single-feature .logo {
        float: left;
        margin: 0 20px
    }
    .featured-partner.single-feature .copy {
        float: left;
        width: 348px;
        margin: 0
    }
}

@media (min-width: 62em) {
    .featured-partner {
        margin: 60px auto 80px;
        overflow: hidden;
        *zoom: 1
    }
    .featured-partner.single-feature {
        width: 100%
    }
    .featured-partner.single-feature .logo {
        float: left;
        margin: 0 40px 0 0
    }
    .featured-partner.single-feature .copy {
        float: left;
        width: 380px;
        margin: 0
    }
}

.featured-partners-list {
    max-width: 780px;
    margin: 0 auto 1.5em
}

.serif-title-border {
    margin: 0 auto 1.5em;
    background: url(../img/serif-title-border.png);
    background-repeat: repeat-x;
    background-position: 0 50%;
    color: #252525;
    text-align: center;
    font-family: "Noto Serif", Georgia, Times, "Times New Roman";
/*    font-style: italic;*/
    font-size: 24px;
    font-size: 2.4rem
}

@media (min--moz-device-pixel-ratio: 1.3),
(-o-min-device-pixel-ratio: 2.6 / 2),
(-webkit-min-device-pixel-ratio: 1.3),
(min-device-pixel-ratio: 1.3),
(min-resolution: 1.3dppx) {
    .serif-title-border {
        background-image: url("../img/serif-title-border@2x.png");
        background-size: 112px 3px
    }
}

.serif-title-border span {
    padding: 0 1em;
    background: #fff
}

#map-canvas {
    width: 100%;
    height: 320px
}

.locations-map-wrapper {
    width: 100%;
    height: 320px;
    margin: 0 auto;
    position: relative
}

.map-knockout {
    position: absolute;
    width: 100%;
    height: 18px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 500;
    background: transparent url(../img/map-knockout.png) no-repeat 50% 0%
}

.svg .map-knockout {
    background: transparent url(../img/map-knockout.svg) no-repeat 50% 0%;
    background-size: 4000px, 20px
}

.cg-marker-info {
    margin: 0;
    padding: 12px;
    font-size: 12px;
    font-size: 1.2rem
}

.cg-marker-info h4 {
    margin: 0;
    padding: 0;
    margin-bottom: 6px;
    font-family: "Noto Serif", Georgia, Times, "Times New Roman";
/*    font-style: italic;*/
    font-weight: 700;
    font-size: 14px;
    font-size: 1.4rem
}

.cg-marker-info p {
    margin: 0;
    font-size: 12px;
    font-size: 1.2rem
}

.cg-marker-info a {
    color: #fcb034 !important
}

.cg-marker-info .vcard {
    line-height: 1.325
}

.entry {
    margin: 0 auto;
    padding: 40px 20px;
    border-top: 1px solid #fff
}

.entry:hover,
.entry:focus {
    border-top: 1px solid #a5a5a5;
    background: #f5f5f2
}

.entry h1 {
    font-family: "Noto Serif", Georgia, Times, "Times New Roman";
/*    font-style: italic;*/
    font-weight: 700;
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 1.14;
    margin-bottom: 15px
}

.entry-meta {
    margin: 0 auto;
    padding: 0
}

.entry-meta li {
    display: inline-block;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1;
    color: #a5a5a5;
    text-transform: uppercase;
    margin: 0;
    padding-right: 16px;
    border-right: 1px solid #a5a5a5
}

.entry-meta li:last-of-type {
    border: none
}

.entry-meta li a {
    text-transform: none;
    font-family: "PFDinDisplayPro-Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #a5a5a5;
    margin: 0;
    padding: 0;
    margin-left: 14px
}

p.article-link {
    font-family: "PFDinDisplayPro-Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: 0
}

.product-list {
    max-width: 900px;
    padding-top: 35px
}

.product-list li {
    padding-top: 0
}

@media (max-width: 37.5em) {
    .product-list li {
        width: 300px;
        text-align: center;
        margin: 0 auto;
        display: block;
        float: none;
        background: none
    }
}

.product-list li a {
    display: block;
    height: 165px;
    padding: 0px 0 0 0;
    position: relative;
    display: table-cell;
    vertical-align: middle
}

.product-list li a h3,
.product-list li a p {
    padding: 0 40px;
    font-size: 1.5rem
}

.product-list li a p {
    font-size: 1.4rem
}

.product-list li a img {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 0.4s
}

.product-list li a:hover {
    padding-top: 0
}

.product-list li a:hover img {
    opacity: 1;
    z-index: 5
}

.product-list li a:hover p {
    display: none
}

.product-list li a:hover span {
    display: table-cell;
    vertical-align: middle;
    width: 300px;
    height: 165px
}

.product-list li a:hover h3 {
    z-index: 10;
    color: #fff;
    position: relative;
    font-size: 2.5rem;
    display: inline-block;
    vertical-align: middle;
    text-shadow: 0 0 10px #000
}

.related-recipes-container {
    margin: 0;
    padding: 0;
    background: url(/assets/img/recipes-slider-bg.jpg) 50% 50%/cover no-repeat;
    margin: 60px auto 0;
    height: 230px;
    overflow: hidden
}

@media (max-width: 37.5em) {
    .related-recipes-container {
        height: 200px
    }
}

.related-recipes {
    margin: 0;
    padding: 0
}

.related-recipes div {
    display: inline-block;
    width: 24.5%;
    height: 230px;
    position: relative;
    top: 5px
}

.related-recipes div:nth-child(4n+0) a {
    background: none
}

@media (max-width: 37.5em) {
    .related-recipes div {
        height: 200px;
        width: 24%
    }
}

.related-recipes a {
    background: url(/assets/img/v-border-white.png) 100% 50% no-repeat;
    color: #fff;
    display: table-cell;
    height: 230px;
    font-family: "futura-pt";
    font-size: 2.65rem;
    line-height: 1.1;
    padding: 0 10px;
    text-align: center;
    text-shadow: 0 0 10px #000;
    text-transform: uppercase;
    vertical-align: middle;
    width: 24.5%
}

.related-recipes a span:after {
    background: url(../img/slide-arrow.svg) 50% 50%/auto 90% no-repeat;
    content: "";
    display: block;
    height: 1em;
    margin: 5px auto 0;
    width: 1em
}

.related-recipes a:hover {
    color: #fc9c00
}

.related-recipes a:hover span:after {
    background: url(../img/slide-arrow-hover.svg) 50% 50%/auto 90% no-repeat
}

@media (max-width: 37.5em) {
    .related-recipes a {
        font-size: 1.5rem;
        height: 200px;
        padding: 0 5px;
        width: 24%
    }
}

.recipe-list {
    max-width: 960px;
    margin: 55px auto
}

.recipe-list ul {
    width: 100%
}

.recipe-list ul,
.recipe-list li {
    margin: 0;
    padding: 0
}

.recipe-list ul li {
    background: #f5f5f2;
    width: 230px;
    margin: 0 8px 8px 0;
    padding: 0 0 20px 0;
    text-align: center;
    -webkit-transition: 0.25s linear;
    -moz-transition: 0.25s linear;
    -ms-transition: 0.25s linear;
    -o-transition: 0.25s linear;
    transition: 0.25s linear
}

.recipe-list ul li img {
    width: 230px;
    height: 290px
}

.recipe-list ul li .triangle {
    height: 0;
    width: 0;
    border-bottom: 10.5px solid #fc9c00;
    border-left: 10.5px solid transparent;
    border-right: 10.5px solid transparent;
    -webkit-transition: 0.25s linear;
    -moz-transition: 0.25s linear;
    -ms-transition: 0.25s linear;
    -o-transition: 0.25s linear;
    transition: 0.25s linear;
    display: block;
    position: relative;
    margin: -10px 0 0 105px;
    z-index: 10;
    opacity: 0
}

.recipe-list ul li h3 {
    font-family: "Noto Serif", Georgia, Times, "Times New Roman";
    font-size: 1.8rem;
    line-height: 2.1rem;
/*    font-style: italic;*/
    color: #000;
    padding: 20px 15px;
    margin: 0 0 15px 0;
    background: url(/assets/img/dot-border-black.png) 50% 100% no-repeat
}

.recipe-list ul li h4 {
    -webkit-transition: 0.25s linear;
    -moz-transition: 0.25s linear;
    -ms-transition: 0.25s linear;
    -o-transition: 0.25s linear;
    transition: 0.25s linear;
    font-size: 1.3rem;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    letter-spacing: .1em
}

.recipe-list ul li:hover {
    background: #fc9c00
}

.recipe-list ul li:hover h4 {
    color: #fff
}

.recipe-list ul li:hover .triangle {
    opacity: 1
}

@media (max-width: 37.5em) {
    .recipe-list ul {
        width: 95%;
        margin: 0 2.5%
    }
    .recipe-list ul li {
        width: 100%;
        padding: 15px;
        position: relative !important;
        top: auto !important
    }
}

.store-list {
    max-width: 830px;
    margin: 55px auto
}

.store-list .store-filter h2,
.store-list .state-filter h2 {
    font-family: "Noto Serif", Georgia, Times, "Times New Roman";
/*    font-style: italic;*/
    text-align: center;
    color: #e4e4e4;
    margin: 30px 0
}

.store-list .store-filter ul,
.store-list .state-filter ul {
    margin: 0;
    padding: 0
}

.store-list .store-filter li,
.store-list .state-filter li {
    display: inline-block;
    margin: 0 34px 25px 0
}

.store-list .store-filter li:nth-child(4n+0),
.store-list .state-filter li:nth-child(4n+0) {
    margin-right: 0
}

.store-list .store-filter a,
.store-list .state-filter a {
    border: 4px solid #e4e4e4;
    color: #a5a5a5;
    display: inline-block;
    font-family: "futura-pt";
    font-size: 1.4rem;
    line-height: 4.5rem;
    text-align: center;
    text-transform: uppercase;
    width: 172px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.store-list .store-filter a:hover,
.store-list .store-filter a.on,
.store-list .state-filter a:hover,
.store-list .state-filter a.on {
    background: #e4e4e4
}

@media (max-width: 37.5em) {
    .store-list {
        padding: 0 2.5%
    }
}

.store-listings {
    overflow: hidden;
    *zoom: 1;
    border-top: 1px solid #e4e4e4;
    padding-bottom: 40px
}

.store-listings h3 {
    color: #252525;
    text-transform: uppercase;
    font-family: "futura-pt";
    font-size: 3rem;
    margin: 0;
    padding: 0;
    padding: 35px 0 0 0
}

.store-listings ul {
    display: block;
    float: left;
    width: 33%;
    margin: 25px 0 0 0
}

.store-listings ul:nth-child(3n+0) {
    margin-right: 0
}

.store-listings ul:nth-child(3n+5) {
    clear: both
}

.store-listings ul li {
    padding-right: 25px
}

@media (max-width: 37.5em) {
    .store-listings ul {
        width: 90%;
        float: none;
        margin: 0 0 15px
    }
}

.location-search {
    overflow: hidden;
    *zoom: 1
}

.location-search .btn {
    font-family: "PFDinDisplayPro-Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
    border: none;
    text-transform: uppercase;
    border-radius: 0;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 7px
}

.location-search label {
}

.location-search input {
    background: #e4e4e4;
    border: none;
    border-radius: 0
}

.location-search input:-moz-placeholder {
    font-size: 14px;
    font-size: 1.4rem;
    color: #a5a5a5
}

.location-search input::-moz-placeholder {
    font-size: 14px;
    font-size: 1.4rem;
    color: #a5a5a5
}

.location-search input:-ms-input-placeholder {
    font-size: 14px;
    font-size: 1.4rem;
    color: #a5a5a5
}

.location-search input::-webkit-input-placeholder {
    font-size: 14px;
    font-size: 1.4rem;
    color: #a5a5a5
}

.location-search div.location-field {
    float: left;
    width: 66%
}

.location-search div.distance-field {
    float: left;
    width: 25%;
    margin: 0 0 0 25px;
    height: 36px
}

.location-search div.distance-field select {
    line-height: 36px;
    cursor: pointer
}

.location-search div.submits {
    clear: both;
    padding-top: 10px;
    text-align: center
}

.careers-panel-wrapper {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 0;
    background: #fff
}

.careers-panel-wrapper .careers-media {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
    max-height: 700px;
    background: #fff
}

.careers-panel-wrapper .careers-media img {
    position: relative;
    display: block;
    height: auto;
    width: 100%;
    border: 0
}

.careers-content {
    display: block;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    text-align: center
}

.careers-content article {
    display: block;
    margin: 0 auto;
    padding: 1.5em;
    max-width: 800px
}

.careers-content h3.border {
    margin: 0;
    padding: 0;
    font-family: "futura-pt";
    font-weight: 700;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
    text-transform: uppercase;
    padding: 0 0 20px 0;
    margin: 0 auto 15px;
    letter-spacing: 2px;
    background: url(../img/dot-border-navy.png) no-repeat center bottom;
    color: #3d5067
}

.careers-content h1.border {
    margin: 0;
    padding: 0;
    font-family: "futura-pt";
    font-weight: 700;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
    text-transform: uppercase;
    padding: 0 0 20px 0;
    margin: 0 auto 15px;
    letter-spacing: 2px;
    background: url(../img/dot-border-navy.png) no-repeat center bottom;
    color: #3d5067
}


@media (min-width: 48em) {
    .careers-content h3.border {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1
    }
}

.careers-content .serif-lead {
    margin: 0;
    padding: 0;
    font-family: "Noto Serif", Georgia, Times, "Times New Roman";
/*    font-style: italic;*/
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.28;
    color: #3d5067;
    margin: 10px auto 14px;
    text-align: center;
    max-width: 700px
}

.careers-content p.copy {
    max-width: 580px;
    margin-left: auto;
    margin-right: auto
}

.careers-content hr {
    display: block;
    margin: 1.5em auto;
    padding: 0;
    border: none;
    background: #a5a5a5;
    height: 1px
}

.poster-block {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 1.5em;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff
}

.poster-block .poster-content {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 372px;
    text-align: center
}

.poster-block .poster-content article {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding: 1.5em;
    color: #fff;
    text-align: center;
    border: none;
    width: 100%;
    height: 100%;
    margin: 0 auto
}

.poster-block .poster-content .serif-lead {
    margin: 0;
    padding: 0;
    font-family: "Noto Serif", Georgia, Times, "Times New Roman";
    font-weight: normal;
/*    font-style: italic;*/
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.28;
    margin: 10px auto 14px;
    text-align: center;
    max-width: 720px
}

.poster-block .poster-content p.copy {
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
    font-family: "Noto Serif", Georgia, Times, "Times New Roman";
/*    font-style: italic;*/
    line-height: 1.35em;
    font-size: 15px;
    font-size: 1.5rem
}

.poster-block .poster-content .square-btn {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px
}

.gallery {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    overflow: hidden;
    display: block
}

.gallery li {
    display: block;
    padding: 0;
    margin: 0 auto 1.5em
}

.gallery img {
    display: block
}

@media (min-width: 48em) {
    .gallery {
        width: 720px
    }
    .gallery li {
        margin: 0;
        padding: 0;
        float: left;
        width: 220px;
        height: 193px;
        margin-right: 20px;
        margin-bottom: 20px;
        overflow: hidden
    }
    .gallery li:nth-child(3n) {
        margin-right: 0
    }
    .gallery li.wide {
        margin-right: 0;
        width: 460px;
        height: 193px
    }
    .gallery li.wide img {
        width: 100%;
        height: 100%;
        display: block
    }
}

@media (min-width: 62em) {
    .gallery {
        width: 860px
    }
    .gallery li {
        width: 260px;
        height: 228px;
        margin-right: 40px;
        margin-bottom: 40px
    }
    .gallery li:nth-child(3n) {
        margin-right: 0
    }
    .gallery li.wide {
        margin-right: 0;
        width: 560px;
        height: 228px
    }
}

.career-path-nav {
    display: block;
    margin: 0;
    padding: 0;
    font-family: "futura-pt"
}

.career-path-nav li {
    color: #9e9e9e;
    display: inline-block;
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 22px;
    margin: 0 auto;
    padding: 0 10px;
    border-right: 1px solid #9e9e9e
}

.career-path-nav li:last-of-type {
    border: none
}

.career-path-nav li a {
    display: block;
    color: #fff
}

.career-path-nav li.current a {
    color: #ffb034;
    font-weight: bold;
}

@media (min-width: 48em) {
    .career-path-nav {
        margin-top: 24px
    }
    .career-path-nav li {
        padding: 0 25px
    }
}

.steps {
    display: block;
    margin: 0;
    padding: 0;
    margin: 1.5em auto 0;
    padding-bottom: .75em;
    border-bottom: 4px solid #fcb034
}

.steps li {
    display: block
}

.steps li a {
    color: #252525;
    font-size: 16px;
    font-size: 1.6rem;
    text-transform: uppercase
}

.steps li a.active {
    font-weight: bolder;
}

@media (min-width: 62em) {
    .steps {
        text-align: left;
        border: none;
        position: relative;
        margin: 0;
        padding: 0;
        left: 50%;
        margin-left: -312px
    }
    .steps li {
        float: left;
        display: block;
        width: 100px;
        height: 116px;
        position: relative;
        border-bottom: 4px solid #fcb034;
        margin-bottom: 2.25em
    }
    .steps li:last-of-type {
        border-color: #fff
    }
    .steps li:after {
        content: '';
        display: block;
        width: 10px;
        height: 10px;
        background: #fff;
        border: 7px solid #fcb034;
        position: absolute;
        bottom: 0;
        left: 0;
        margin: 0 0 -14px 0;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%
    }
    .steps li a {
        display: block;
        line-height: 1.2;
        position: absolute;
        left: 0;
        bottom: 50px;
        width: 120px;
        transform: rotateZ(-40deg)
    }
}

#step-info {
    color: #252525;
    font-size: 14px;
    font-size: 1.4rem;
    max-width: 580px;
    margin: 1.5em auto;
    clear: both
}

@media (min-width: 62em) {
    #step-info {
        margin: 2.25em auto
    }
}

.benefits-grid {
    margin: 0 auto 1.5em
}

.benefits-grid img {
  background-color: transparent;
}

@media (min-width: 48em) {
    .benefits-grid img {
        margin: 0 5px
    }
}

.order-online-locations {
    overflow: hidden;
    *zoom: 1;
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 60px;
    padding-left: 32px;
    position: relative;
    max-width: 820px
}

.order-online-locations:after {
    content: '';
    position: absolute;
    left: 32px;
    bottom: 0;
    display: block;
    width: 72px;
    height: 6px;
    background: #252525
}

.order-online-locations a {
    color: #252525
}

.order-online-locations dt {
    display: block;
    margin: 0;
    padding: 0;
    margin: 18px 0 26px 0;
    font-size: 16px;
    font-size: 1.6rem;
    font-family: "Noto Serif", Georgia, Times, "Times New Roman";
/*    font-style: italic;*/
    font-weight: normal;
    text-transform: uppercase
}

.order-online-locations dd {
    display: block;
    margin: 0;
    padding: 0;
    width: 220px;
    margin: 0 0 24px 0;
    font-family: "futura-pt"
}

@media (min-width: 48em) {
    .order-online-locations dd {
        float: left;
        width: 33%;
        padding-right: 5%;
        min-height: 180px
    }
    .order-online-locations dd:nth-of-type(3n) {
        margin-right: 0
    }
    .order-online-locations dd:last-of-type {
        min-height: auto
    }
}

.order-online-locations .alert {
    color: #ff6155;
    line-height: 1.2
}

.location-title {
    font-family: "futura-pt";
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
    margin: 0;
    position: relative
}

.location-title a {
    color: #252525
}

.location-title a:hover:after,
.location-title a:focus:after {
    content: '';
    position: absolute;
    left: -20px;
    top: -6px;
    z-index: 100;
    height: 0;
    width: 0;
    border-bottom: 16px solid transparent;
    border-left: 16px solid #fcb034;
    border-top: 16px solid transparent
}

.serif-list-title {
    display: block;
    margin: 0;
    padding: 0;
    margin: 18px 0 26px 0;
    font-size: 16px;
    font-size: 1.6rem;
    font-family: "Noto Serif", Georgia, Times, "Times New Roman";
/*    font-style: italic;*/
    font-weight: normal;
    text-transform: uppercase
}

.block-text-list {
    overflow: hidden;
    *zoom: 1;
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 60px;
    position: relative;
    max-width: 820px
}

.block-text-list::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 72px;
    height: 6px;
    background: #252525
}

.block-text-list:last-of-type::after {
    background: transparent
}

.block-text-list li {
    display: block;
    margin: 0;
    padding: 0;
    width: 220px;
    margin: 0 0 1.5em
}

@media (min-width: 48em) {
    .block-text-list li {
        float: left;
        width: 33%;
        min-height: 74px
    }
    .block-text-list li:nth-of-type(3n) {
        margin-right: 0
    }
    .block-text-list li:last-of-type {
        min-height: auto
    }
}

.block-text-list h3 {
    font-family: "futura-pt";
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
    margin: 0;
    position: relative
}

.block-text-list p {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-size: 1.6rem;
    font-family: "Noto Serif", Georgia, Times, "Times New Roman";
/*    font-style: italic;*/
    font-weight: normal
}

.grid-copy-block {
    display: block;
    margin: 0 auto;
    padding: 1.5em 0;
    max-width: 820px
}

.grid-copy-block .block {
    display: block;
    margin: 0 auto 1.5em;
    padding: 0 1.5em
}

.grid-copy-block .block .title {
    margin: 0;
    padding: 0;
    font-size: 24px;
    font-size: 2.4rem;
    font-family: "futura-pt";
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
    margin: 0 0 .5rem 0
}

.grid-copy-block .block .serif {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-size: 1.6rem;
    font-family: "Noto Serif", Georgia, Times, "Times New Roman";
/*    font-style: italic;*/
    font-weight: normal;
    margin: 0 0 .5rem 0
}

.grid-copy-block .block .copy {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0
}

@media (min-width: 48em) {
    .grid-copy-block {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal;
        box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        flex-direction: row;
        -ms-flex-direction: row;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -moz-box-pack: start;
        box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        -o-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-pack: start
    }
    .grid-copy-block .block {
        margin: 0 0 1.5em;
        width: 33%;
        -webkit-box-flex: 0;
        -moz-box-flex: 0;
        box-flex: 0;
        -webkit-flex: 0 0 33%;
        -moz-flex: 0 0 33%;
        -ms-flex: 0 0 33%;
        flex: 0 0 33%
    }
}

.hidden {
    display: none !important
}

a.serif-link {
    font-family: "Noto Serif", Georgia, Times, "Times New Roman";
    color: #252525;
    text-decoration: underline;
}

.image-text-title {
    position: relative
}

.image-text-title .title {
    display: block;
    position: absolute;
    z-index: 5000;
    top: 50%;
    margin: 0 auto;
    height: auto;
    width: 100%;
    font-family: "futura-pt";
    font-weight: 900;
    font-size: 10em;
    text-align: center;
    text-transform: uppercase;
    line-height: 1;
    color: #fff;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (min-width: 48em) {
    .image-text-title .title {
        font-size: 18em
    }
}

.bottom-border-black {
    position: relative;
    padding-bottom: 30px !important;
    margin-bottom: 0 !important
}

.bottom-border-black:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 12px;
    left: 0;
    width: 114px;
    height: 3px;
    background-position: 0% 100%
}

@media (min--moz-device-pixel-ratio: 1.3),
(-o-min-device-pixel-ratio: 2.6 / 2),
(-webkit-min-device-pixel-ratio: 1.3),
(min-device-pixel-ratio: 1.3),
(min-resolution: 1.3dppx) {
    .bottom-border-black:after {
        background-image: url("../img/dot-border-black@2x.png");
        background-size: 114px 3px
    }
}

.break-word-heading {
    margin: 0;
    padding: 0;
    padding-top: 1.2rem;
    font-size: 24px;
    font-size: 2.4rem;
    position: relative;
    font-family: "futura-pt";
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
    margin: 0 0 1em 0
}

.break-word-heading:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 6px;
    background: #252525
}

@media (min-width: 48em) {
    .break-word-heading {
        word-spacing: 9999rem;
        font-size: 32px;
        font-size: 3.2rem
    }
}

.strong-copy {
    margin: 0 0 1.25em;
    font-family: "futura-pt";
    font-weight: 700;
    text-transform: uppercase;
    color: #252525
}

.strong-copy a {
    text-decoration: underline;
}

.copy-block-left {
    max-width: 820px;
    margin: 0 auto
}

@media (min-width: 48em) {
    .copy-block-left {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -moz-box-orient: horizontal;
        box-orient: horizontal;
        -webkit-box-direction: normal;
        -moz-box-direction: normal;
        box-direction: normal;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        flex-direction: row;
        -ms-flex-direction: row;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        box-lines: multiple;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -moz-box-pack: start;
        box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        -ms-justify-content: flex-start;
        -o-justify-content: flex-start;
        justify-content: flex-start;
        -ms-flex-pack: start
    }
    .copy-block-left .block-left {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        box-flex: 1;
        -webkit-flex: 1 1 30%;
        -moz-flex: 1 1 30%;
        -ms-flex: 1 1 30%;
        flex: 1 1 30%
    }
    .copy-block-left .block-right {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        box-flex: 1;
        -webkit-flex: 1 1 70%;
        -moz-flex: 1 1 70%;
        -ms-flex: 1 1 70%;
        flex: 1 1 70%
    }
}

@-webkit-keyframes fadeIn {
    from {
        -webkit-transform: scale(0)
    }
    to {
        -webkit-transform: scale(1)
    }
}

@-moz-keyframes fadeIn {
    from {
        -moz-transform: scale(0)
    }
    to {
        -moz-transform: scale(1)
    }
}

@keyframes fadeIn {
    from {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0)
    }
    to {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

.mpu-overlay {
    position: fixed;
    z-index: 9000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    background: rgba(0, 0, 0, 0.6);
    -webkit-animation: fadeIn 0.325s ease-in;
    -moz-animation: fadeIn 0.325s ease-in;
    animation: fadeIn 0.325s ease-in
}

.mpu-content {
    display: block;
    margin: 16px auto;
    width: 80%;
    max-width: 960px;
    position: relative;
    background: #ffad24
}

.mpu-content .mpu-btn-close {
    display: block;
    position: absolute;
    top: 4px;
    right: 4px;
    height: 24px;
    width: 24px;
    border: none
}

.mpu-content .mpu-banner {
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 100%
}

.mpu-content .mpu-action {
    display: block;
    margin: 0 auto;
    padding: 0 8px 8px 8px;
    color: #252525;
    text-align: center
}

.mpu-content .mpu-action p {
    margin: 0 auto 6px;
    line-height: 1
}

.mpu-content .mpu-action .serif {
    font-family: "Noto Serif", Georgia, Times, "Times New Roman";
/*    font-style: italic*/
}

.mpu-content .mpu-action .strong-sans {
    font-family: "futura-pt";
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 24px
}

.mpu-content .mpu-action .mpu-badges {
    width: 100%;
    margin: 0 auto 12px;
    padding: 0
}

.mpu-content .mpu-action .mpu-badges li {
    display: block;
    margin: 0 auto 6px;
    max-width: 60%
}

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    tr,
    img {
        page-break-inside: avoid
    }
    img {
        max-width: 100% !important
    }
    @page {
        margin: 0.5cm
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
}

@media (min--moz-device-pixel-ratio: 1.3),
(-o-min-device-pixel-ratio: 2.6 / 2),
(-webkit-min-device-pixel-ratio: 1.3),
(min-device-pixel-ratio: 1.3),
(min-resolution: 1.3dppx) {
    #header .branding a {
        background: url(../img/cg-small@2x.png) no-repeat 50% 50%;
        background-size: 70px 35px
    }
}

@media (min--moz-device-pixel-ratio: 1.3) and (min-width: 48em),
(-o-min-device-pixel-ratio: 2.6 / 2) and (min-width: 48em),
(-webkit-min-device-pixel-ratio: 1.3) and (min-width: 48em),
(min-device-pixel-ratio: 1.3) and (min-width: 48em),
(min-resolution: 1.3dppx) and (min-width: 48em) {
    #header .branding a {
        background: url(../img/cg-small@2x.png) no-repeat 50% 50%;
        background-size: 97px 50px
    }
}

@media (min--moz-device-pixel-ratio: 1.3),
(-o-min-device-pixel-ratio: 2.6 / 2),
(-webkit-min-device-pixel-ratio: 1.3),
(min-device-pixel-ratio: 1.3),
(min-resolution: 1.3dppx) {
    #header .nav-toggle a {
        background: url(../img/nav-toggle@2x.png);
        background-size: 48px 48px
    }
    #footer .footer-branding {
        background: transparent url(../img/cg-footer@2x.png) no-repeat 50% 0%;
        background-size: 72px 30px
    }
}

@media (min--moz-device-pixel-ratio: 1.3) and (min-width: 48em),
(-o-min-device-pixel-ratio: 2.6 / 2) and (min-width: 48em),
(-webkit-min-device-pixel-ratio: 1.3) and (min-width: 48em),
(min-device-pixel-ratio: 1.3) and (min-width: 48em),
(min-resolution: 1.3dppx) and (min-width: 48em) {
    #footer ul {
        overflow: hidden;
        *zoom: 1;
        font-size: 13px;
        font-size: 1.3rem
    }
    #footer ul li:nth-child(2) a {
        background: url(../img/icon-download-app@2x.png) no-repeat 50% 0;
        background-size: 36px 36px
    }
}

@media (min--moz-device-pixel-ratio: 1.3),
(-o-min-device-pixel-ratio: 2.6 / 2),
(-webkit-min-device-pixel-ratio: 1.3),
(min-device-pixel-ratio: 1.3),
(min-resolution: 1.3dppx) {
    *.grey-border {
        background: url(../img/dot-border-grey@2x.png) no-repeat center bottom;
        background-size: 114px 3px
    }
    .careers-panel-wrapper .careers-content h3.border {
        background: url(../img/dot-border-navy@2x.png) no-repeat center bottom;
        background-size: 114px 3px
    }
    .text-billboard h3.double-border {
        background: url(../img/dot-border-orange@2x.png) no-repeat center top, url(../img/dot-border-orange@2x.png) no-repeat center bottom;
        background-size: 114px 3px
    }
    .text-billboard.culture h3.double-border {
        background: url(../img/dot-border-blue@2x.png) no-repeat center top, url(../img/dot-border-blue@2x.png) no-repeat center bottom;
        background-size: 114px 3px
    }
    .text-billboard.culture article {
        background: url(../img/dot-border-blue@2x.png) no-repeat center bottom;
        background-size: 114px 3px
    }
}

img {
	background-color: #252525;
}

.copy a[href] {
    text-decoration: underline;
    color: inherit;
}


p a[href]:hover {
	text-decoration: underline;
}

p a[href]:focus {
	text-decoration: underline;
}

p.legal-text {
    max-width: 450px;
    margin: 0 auto;
    font-size: 1.2rem;
    text-align: center;
}

ul#nav-full {
    margin: 0;
    list-style: inside;
}

ul#nav-full > li {
    padding-left: 1rem;
}

ul#nav-full > li > ul {
    margin: 0;
    list-style: inside;
}

ul#nav-full > li > ul > li {
    padding-left: 2.5rem;
}

ul#nav-full > li > ul > li > ul {
    margin: 0;
    list-style: inside;
}

ul#nav-full > li > ul > li > ul > li {
    padding-left: 3.5rem;
}

.cpg {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 900px;
    margin: 20px auto 75px;
}

.cpg-wrapper.masthead-wrapper {
    max-height: 351px;
}

.cpg-wrapper__header-container {
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cpg-header {
    color: white;
    z-index: 300;
    font-family: "futura-pt";
    font-weight: 700;
    font-size: 3.2rem;
    line-height: 1;
    text-transform: uppercase;
    padding: 0 0 20px 0;
    margin: 0 auto 15px;
    letter-spacing: 2px;
    background: url(../img/dot-border-white.png) no-repeat center bottom;
}

.cpg-section h3 {
    position: relative;
    width: 100%;
    font-family: "Noto Serif", Georgia, Times, "Times New Roman";
    font-style: italic;
    font-size: 1.6rem;
    color: #252525;
    margin: 30px 0 0;
    padding: 15px 40px 15px;
}

.cpg-section__divider {
    margin: 0 0 25px 40px;
    height: 1px;
    width: 130px;
    background-color: #252525;
}

.cpg-section ul {
    padding: 0 40px;
}

.cpg-list {
    width: 100%;
    display: flex;
}

.cpg-dips {
    width: 66.66%;
}

.cpg-dips ul {
    width: 50%;
}

.cpg-dressings {
    width: 33.33%;
}

.cpg-dressings ul {
    width: 100%;
}

.cpg-section li {
    font-family: "futura-pt";
    font-weight: 900;
    text-transform: uppercase;
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0;
    padding: 0;
    color: #252525;
    margin-bottom: 1em;
}

.cpg-section .bottom-border-black:after {
    margin-left: 40px;
}

@media screen and (max-width: 900px) {
  .cpg-dressings,
  .cpg-dips {
    width: 100%;
  }

  .cpg-dressings ul,
  .cpg-dips ul {
    width: auto;
    margin: 0 auto;
  }

  .cpg,
  .cpg-list {
      flex-direction: column;
      text-align: center;
  }

  .cpg-list {
      margin-top: 10px;
  }

  .cpg-section {
      width: auto;
      margin: 0 auto;
  }

  .cpg-section h3 {
      width: auto;
  }

  .cpg-dressings .cpg-section__divider {
    margin: 0 auto 25px;
    width: 55px;
  }

  .cpg-dips .cpg-section__divider {
    margin: 0 auto 25px;
    width: 88px;
  }

  .cpg-dressings .bottom-border-black:after {
    margin-left: 100px;
  }

  .cpg-dips .bottom-border-black:after {
    margin-left: 72px;
  }
}

a.skip-to-main {
    left: -999px;
    position:absolute;
    top: auto;
    width:1px;
    height:1px;
    overflow:hidden;
    z-index:-999;
}

a.skip-to-main:focus, a.skip-to-main:active {
    color: #252525;
    background-color: #ffad24;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    overflow: auto;
    padding: 30px;
    text-align: center;
    font-size: 1.2em;
    z-index: 9999;
}

/* I hate this but it needs to be done */
a.career-region-link {
  color: #252525 !important;
  text-decoration: underline !important;
}

.no-bg {
  background-color: transparent;
}

textarea:focus, a:focus {
  outline-color: #4D90FE !important;
  outline-offset: -2px !important;
  outline-style: auto !important;
  outline-width: 5px !important;
}

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