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

body {
    margin: 0
}

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

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

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

progress {
    vertical-align: baseline
}

[hidden], template {
    display: none
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

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

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b, strong {
    font-weight: inherit;
    font-weight: bolder
}

dfn {
    font-style: italic
}

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

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

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

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

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

figure {
    margin: 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

button, input, optgroup, select, textarea {
    font: inherit;
    margin: 0
}

optgroup {
    font-weight: 700
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button
}

    [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
        border-style: none;
        padding: 0
    }

    [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
        outline: 1px dotted ButtonText
    }

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

textarea {
    overflow: auto
}

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

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

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

::-webkit-input-placeholder {
    color: inherit;
    opacity: .54
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

    .owl-carousel .owl-stage {
        position: relative;
        -ms-touch-action: pan-Y
    }

        .owl-carousel .owl-stage:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0
        }

    .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        -webkit-transform: translateZ(0)
    }

    .owl-carousel .owl-item {
        min-height: 1px;
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-touch-callout: none
    }

        .owl-carousel .owl-item img {
            display: block;
            width: 100%;
            -webkit-transform-style: preserve-3d
        }

    .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
        display: none
    }

    .owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
        cursor: pointer;
        cursor: hand;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .owl-carousel.owl-loaded {
        display: block
    }

    .owl-carousel.owl-loading {
        opacity: 0;
        display: block
    }

    .owl-carousel.owl-hidden {
        opacity: 0
    }

    .owl-carousel.owl-refresh .owl-item {
        display: none
    }

    .owl-carousel.owl-drag .owl-item {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    .owl-carousel.owl-grab {
        cursor: move;
        cursor: -webkit-grab;
        cursor: grab
    }

    .owl-carousel.owl-rtl {
        direction: rtl
    }

        .owl-carousel.owl-rtl .owl-item {
            float: right
        }

.no-js .owl-carousel {
    display: block
}

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

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: a;
    animation-name: a
}

@-webkit-keyframes a {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes a {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.owl-height {
    -webkit-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(images/owl.video_play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform .1s ease;
    transition: -webkit-transform .1s ease;
    transition: transform .1s ease;
    transition: transform .1s ease,-webkit-transform .1s ease
}

    .owl-carousel .owl-video-play-icon:hover {
        -ms-transform: scale(1.3);
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

[data-canvas], [data-off-canvas*=push] {
    z-index: 1
}

[data-off-canvas*=reveal], [data-off-canvas*=shift] {
    z-index: 0
}

[data-canvas=container], [data-off-canvas], body, html {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body, html {
    width: 100%;
    height: 100%;
    overflow: hidden
}

[data-canvas=container] {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    position: relative;
    background-color: #fff;
    -webkit-overflow-scrolling: touch
}

    [data-canvas=container]:after, [data-canvas=container]:before {
        clear: both;
        content: "";
        display: table
    }

[data-off-canvas] {
    display: none;
    position: fixed;
    overflow: hidden;
    overflow-y: auto;
    background-color: #000;
    color: #fff;
    -webkit-overflow-scrolling: touch
}

[data-off-canvas*=top] {
    width: 100%;
    height: 255px;
    top: 0
}

[data-off-canvas*=right] {
    width: 255px;
    height: 100%;
    top: 0;
    right: 0
}

[data-off-canvas*=bottom] {
    width: 100%;
    height: 255px;
    bottom: 0
}

[data-off-canvas*=left] {
    width: 255px;
    height: 100%;
    top: 0;
    left: 0
}

[data-off-canvas*=overlay] {
    z-index: 2
}

[data-canvas], [data-off-canvas] {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s;
    -webkit-backface-visibility: hidden
}

[data-off-canvas*=shift][data-off-canvas*=top] {
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%)
}

[data-off-canvas*=shift][data-off-canvas*=right] {
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%)
}

[data-off-canvas*=shift][data-off-canvas*=bottom] {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

[data-off-canvas*=shift][data-off-canvas*=left] {
    -webkit-transform: translate(50%);
    -ms-transform: translate(50%);
    transform: translate(50%)
}

@media print {
    [data-canvas] {
        -webkit-transform: translate(0) !important;
        -ms-transform: translate(0) !important;
        transform: translate(0) !important
    }

    [data-off-canvas] {
        display: none !important
    }
}

.mfp-bg {
    z-index: 1042;
    overflow: hidden;
    background: #0b0b0b;
    opacity: .8
}

.mfp-bg, .mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed
}

.mfp-wrap {
    z-index: 1043;
    outline: none !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

    .mfp-container:before {
        content: "";
        display: inline-block;
        height: 100%;
        vertical-align: middle
    }

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

    .mfp-preloader a {
        color: #ccc
    }

        .mfp-preloader a:hover {
            color: #fff
        }

.mfp-s-error .mfp-content, .mfp-s-ready .mfp-preloader {
    display: none
}

button.mfp-arrow, button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

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

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial,Baskerville,monospace
}

    .mfp-close:focus, .mfp-close:hover {
        opacity: 1
    }

    .mfp-close:active {
        top: 1px
    }

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

    .mfp-arrow:active {
        margin-top: -54px
    }

    .mfp-arrow:focus, .mfp-arrow:hover {
        opacity: 1
    }

    .mfp-arrow:after, .mfp-arrow:before {
        content: "";
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        left: 0;
        top: 0;
        margin-top: 35px;
        margin-left: 35px;
        border: medium inset transparent
    }

    .mfp-arrow:after {
        border-top-width: 13px;
        border-bottom-width: 13px;
        top: 8px
    }

    .mfp-arrow:before {
        border-top-width: 21px;
        border-bottom-width: 21px;
        opacity: .7
    }

.mfp-arrow-left {
    left: 0
}

    .mfp-arrow-left:after {
        border-right: 17px solid #fff;
        margin-left: 31px
    }

    .mfp-arrow-left:before {
        margin-left: 25px;
        border-right: 27px solid #3f3f3f
    }

.mfp-arrow-right {
    right: 0
}

    .mfp-arrow-right:after {
        border-left: 17px solid #fff;
        margin-left: 39px
    }

    .mfp-arrow-right:before {
        border-left: 27px solid #3f3f3f
    }

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

    .mfp-iframe-holder .mfp-content {
        line-height: 0;
        width: 100%;
        max-width: 900px
    }

    .mfp-iframe-holder .mfp-close {
        top: -40px
    }

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

    .mfp-iframe-scaler iframe {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-box-shadow: 0 0 8px rgba(0,0,0,.6);
        box-shadow: 0 0 8px rgba(0,0,0,.6);
        background: #000
    }

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto
}

.mfp-figure, img.mfp-img {
    line-height: 0
}

    .mfp-figure:after {
        content: "";
        position: absolute;
        left: 0;
        top: 40px;
        bottom: 40px;
        display: block;
        right: 0;
        width: auto;
        height: auto;
        z-index: -1;
        -webkit-box-shadow: 0 0 8px rgba(0,0,0,.6);
        box-shadow: 0 0 8px rgba(0,0,0,.6);
        background: #444
    }

    .mfp-figure small {
        color: #bdbdbd;
        display: block;
        font-size: 12px;
        line-height: 14px
    }

    .mfp-figure figure {
        margin: 0
    }

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-height:300px),screen and (max-width:800px) and (orientation:landscape) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0,0,0,.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

        .mfp-img-mobile .mfp-bottom-bar:empty {
            padding: 0
        }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0,0,0,.6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        -ms-transform: scale(.75);
        transform: scale(.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        -ms-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

@charset "UTF-8";

.block-accordion .accordion-content, .footer-nav-aux ul li a, .freeform-row .freeform-column .freeform-label, .pagination li a, .post-date, .posted-category a, figcaption, html {
    font-family: CeraPRO-Light,sans-serif;
    font-weight: 400;
    font-style: normal
}

.gallery .product-info h2, .hero .callout-headline h1, h1, h2, h3, h4, h5, h6, html {
    font-family: CeraPRO-Regular,sans-serif;
    font-weight: 400;
    font-style: normal
}

.block-content ul li .block-accordion .accordion-content, .block-download-callout .download-copy, .btn, .callout-link, .custom-checkbox input[type=checkbox] + span, .custom-radio input[type=radio] + span, .custom-select select, .footer-nav-primary ol li a, .header-nav-compact .off-canvas-trigger .menu, .header-nav-primary > ol > li > a, .nav-breadcrumbs, .news-list-article h3, .off-canvas-nav > ol > li a, input[type=datetime], input[type=datetime]::-webkit-input-placeholder, input[type=email], input[type=email]::-webkit-input-placeholder, input[type=password], input[type=password]::-webkit-input-placeholder, input[type=text], input[type=text]::-webkit-input-placeholder, select, select::-webkit-input-placeholder, textarea, textarea::-webkit-input-placeholder {
    font-family: CeraPRO-Medium,sans-serif;
    font-weight: 400;
    font-style: normal
}

    .block-content ul li .block-accordion .accordion-content, .block-download-callout .download-copy, .btn, .callout-link, .custom-checkbox input[type=checkbox] + span, .custom-radio input[type=radio] + span, .custom-select select, .footer-nav-primary ol li a, .header-nav-compact .off-canvas-trigger .menu, .header-nav-primary > ol > li > a, .nav-breadcrumbs, .news-list-article h3, .off-canvas-nav > ol > li a, input[type=datetime], input[type=datetime]:-ms-input-placeholder, input[type=email], input[type=email]:-ms-input-placeholder, input[type=password], input[type=password]:-ms-input-placeholder, input[type=text], input[type=text]:-ms-input-placeholder, select, select:-ms-input-placeholder, textarea, textarea:-ms-input-placeholder {
        font-family: CeraPRO-Medium,sans-serif;
        font-weight: 400;
        font-style: normal
    }

        .block-content ul li .block-accordion .accordion-content, .block-download-callout .download-copy, .btn, .callout-link, .custom-checkbox input[type=checkbox] + span, .custom-radio input[type=radio] + span, .custom-select select, .footer-nav-primary ol li a, .header-nav-compact .off-canvas-trigger .menu, .header-nav-primary > ol > li > a, .nav-breadcrumbs, .news-list-article h3, .off-canvas-nav > ol > li a, input[type=datetime], input[type=datetime]::placeholder, input[type=email], input[type=email]::placeholder, input[type=password], input[type=password]::placeholder, input[type=text], input[type=text]::placeholder, select, select::placeholder, textarea, textarea::placeholder {
            font-family: CeraPRO-Medium,sans-serif;
            font-weight: 400;
            font-style: normal
        }

.block-pullquote cite, .hero .callout-headline h1 .strong, strong {
    font-family: CeraPRO-Bold,sans-serif;
    font-weight: 400;
    font-style: normal
}

.block-pullquote cite, .font-secondary, .gallery h2, .hero .heading-hero, .two-column-block .column-content h3, h1, h2.like-h1 {
    font-family: Primordial-Regular,Verdana,cursive;
    font-weight: 400;
    font-style: normal
}

.bottom-content, .clear, .gallery, .header-nav-compact, .header-nav-primary > ol, .interior-container, .nav-breadcrumbs, .news-list-article, .page-main, .pagination ul, .sg-colors, .sg-element, .styleguide hr {
    zoom: 1
}

    .bottom-content:after, .bottom-content:before, .clear:after, .clear:before, .gallery:after, .gallery:before, .header-nav-compact:after, .header-nav-compact:before, .header-nav-primary > ol:after, .header-nav-primary > ol:before, .interior-container:after, .interior-container:before, .nav-breadcrumbs:after, .nav-breadcrumbs:before, .news-list-article:after, .news-list-article:before, .page-main:after, .page-main:before, .pagination ul:after, .pagination ul:before, .sg-colors:after, .sg-colors:before, .sg-element:after, .sg-element:before, .styleguide hr:after, .styleguide hr:before {
        content: "";
        display: table
    }

    .bottom-content:after, .clear:after, .gallery:after, .header-nav-compact:after, .header-nav-primary > ol:after, .interior-container:after, .nav-breadcrumbs:after, .news-list-article:after, .page-main:after, .pagination ul:after, .sg-colors:after, .sg-element:after, .styleguide hr:after {
        clear: both
    }

.block-blockquote, .block-callout, .block-child-pages, .block-disclaimer, .block-download-callout, .block-image, .block-video, .featured-image, .gallery, .pagination, .styleguide hr, .two-column-block, ol, ul {
    margin-top: 20px;
    margin-bottom: 20px
}

@media (min-width:46.875em) {
    .block-blockquote, .block-callout, .block-child-pages, .block-disclaimer, .block-download-callout, .block-image, .block-video, .featured-image, .gallery, .pagination, .styleguide hr, .two-column-block, ol, ul {
        margin-top: 30px;
        margin-bottom: 30px
    }
}

.position-right {
    margin-left: auto;
    margin-right: auto
}

@media (min-width:46.875em) {
    .position-right {
        margin-left: 30px;
        margin-right: 0
    }
}

.position-left {
    margin-left: auto;
    margin-right: auto
}

@media (min-width:46.875em) {
    .position-left {
        margin-right: 30px;
        margin-left: 0
    }
}

html {
    height: 100%;
    color: #000;
    line-height: 1.5;
    font-size: 62.5%
}

body {
    padding: 0;
    margin: 0;
    background-color: #fff;
    position: relative;
    min-height: 100%;
    color: #6f6f6f
}

@media (max-width:31.1875em) {
    body {
        font-size: 1.5rem
    }
}

@media (min-width:31.25em) and (max-width:46.8125em) {
    body {
        font-size: 1.525rem
    }
}

@media (min-width:46.875em) and (max-width:63.9375em) {
    body {
        font-size: 1.55rem
    }
}

@media (min-width:64em) and (max-width:78.0625em) {
    body {
        font-size: 1.575rem
    }
}

@media (min-width:78.125em) {
    body {
        font-size: 1.6rem
    }
}

body, html {
    overflow: auto;
    height: auto
}

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

a img {
    border: none
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 20px;
    line-height: 1.2;
    color: #6f6f6f;
    font-weight: 400;
    text-transform: uppercase
}

h1 {
    color: #58498e;
    text-transform: none;
    line-height: 1
}

@media (max-width:31.1875em) {
    h1 {
        font-size: 6.5rem
    }
}

@media (min-width:31.25em) and (max-width:46.8125em) {
    h1 {
        font-size: 6.825rem
    }
}

@media (min-width:46.875em) and (max-width:63.9375em) {
    h1 {
        font-size: 7.15rem
    }
}

@media (min-width:64em) and (max-width:78.0625em) {
    h1 {
        font-size: 7.475rem
    }
}

@media (min-width:78.125em) {
    h1 {
        font-size: 7.8rem
    }
}

h2 {
    text-transform: none
}

@media (max-width:31.1875em) {
    h2 {
        font-size: 2.6rem
    }
}

@media (min-width:31.25em) and (max-width:46.8125em) {
    h2 {
        font-size: 2.75rem
    }
}

@media (min-width:46.875em) and (max-width:63.9375em) {
    h2 {
        font-size: 2.9rem
    }
}

@media (min-width:64em) and (max-width:78.0625em) {
    h2 {
        font-size: 3.05rem
    }
}

@media (min-width:78.125em) {
    h2 {
        font-size: 3.2rem
    }
}

h2.like-h1 {
    color: #58498e;
    text-transform: none;
    text-align: center
}

@media (max-width:31.1875em) {
    h2.like-h1 {
        font-size: 6.5rem
    }
}

@media (min-width:31.25em) and (max-width:46.8125em) {
    h2.like-h1 {
        font-size: 6.825rem
    }
}

@media (min-width:46.875em) and (max-width:63.9375em) {
    h2.like-h1 {
        font-size: 7.15rem
    }
}

@media (min-width:64em) and (max-width:78.0625em) {
    h2.like-h1 {
        font-size: 7.475rem
    }
}

@media (min-width:78.125em) {
    h2.like-h1 {
        font-size: 7.8rem
    }
}

@media (max-width:31.1875em) {
    h3 {
        font-size: 2.2rem
    }
}

@media (min-width:31.25em) and (max-width:46.8125em) {
    h3 {
        font-size: 2.3rem
    }
}

@media (min-width:46.875em) and (max-width:63.9375em) {
    h3 {
        font-size: 2.4rem
    }
}

@media (min-width:64em) and (max-width:78.0625em) {
    h3 {
        font-size: 2.5rem
    }
}

@media (min-width:78.125em) {
    h3 {
        font-size: 2.6rem
    }
}

h4 {
    color: #58498e
}

@media (max-width:31.1875em) {
    h4 {
        font-size: 1.8rem
    }
}

@media (min-width:31.25em) and (max-width:46.8125em) {
    h4 {
        font-size: 1.85rem
    }
}

@media (min-width:46.875em) and (max-width:63.9375em) {
    h4 {
        font-size: 1.9rem
    }
}

@media (min-width:64em) and (max-width:78.0625em) {
    h4 {
        font-size: 1.95rem
    }
}

@media (min-width:78.125em) {
    h4 {
        font-size: 2rem
    }
}

h5, h6 {
    color: #58498e
}

@media (max-width:31.1875em) {
    h5, h6 {
        font-size: 1.6rem
    }
}

@media (min-width:31.25em) and (max-width:46.8125em) {
    h5, h6 {
        font-size: 1.6rem
    }
}

@media (min-width:46.875em) and (max-width:63.9375em) {
    h5, h6 {
        font-size: 1.6rem
    }
}

@media (min-width:64em) and (max-width:78.0625em) {
    h5, h6 {
        font-size: 1.6rem
    }
}

@media (min-width:78.125em) {
    h5, h6 {
        font-size: 1.6rem
    }
}

.intro-content h1 + p, p + h2, p + h3 {
    margin-top: 30px
}

a {
    color: #58498e;
    text-decoration: none;
    font-weight: 400
}

    a:focus, a:hover {
        text-decoration: underline;
        color: #6582be
    }

hr {
    border: none;
    height: 2px;
    background: #aaa;
    clear: both;
    margin: 30px 0;
    width: 100%
}

blockquote {
    display: block;
    margin-bottom: 30px
}

    blockquote p:first-child {
        margin-top: 0
    }

    blockquote p:last-child {
        margin-bottom: 0
    }

ol, ul {
    text-align: left;
    margin-left: 30px;
    margin-top: 20px
}

    ol ol, ol ul, ul ol, ul ul {
        margin: 0
    }

        ol ol li, ol ul li, ul ol li, ul ul li {
            padding-left: 30px
        }

ul {
    list-style: none;
    padding: 0
}

    ul.inline {
        display: inline-block
    }

        ul.inline li {
            display: block;
            float: left;
            margin-right: 5px
        }

    ul li {
        padding-left: 38px;
        position: relative;
        margin-bottom: 5px
    }

    ul.no-bullets {
        margin: 0
    }

        ul.no-bullets li {
            padding-left: 0;
            text-indent: 0;
            margin-bottom: 0
        }

            ul.no-bullets li:before {
                display: none
            }

ol li {
    margin-bottom: 10px
}

a[href^=tel] {
    color: inherit;
    text-decoration: none
}

.table-container {
    display: table;
    width: 100%
}

@media (min-width:46.875em) {
    .position-left {
        float: left
    }
}

@media (min-width:46.875em) {
    .position-right {
        float: right
    }
}

.container {
    max-width: 1364px;
    margin: 0 auto;
    position: relative;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:64em) {
    .container {
        padding-left: 42px;
        padding-right: 42px
    }
}

.container.container-sidebar {
    max-width: 500px
}

.error {
    color: #d0021b
}

.uc {
    text-transform: uppercase
}

.text-center {
    text-align: center
}

@font-face {
    font-family: FontAwesome;
    src: url(fonts/fontawesome-webfont.eot);
    src: url(fonts/fontawesome-webfont.eot#iefix&v=4.6.3) format("embedded-opentype"),url(fonts/fontawesome-webfont.woff) format("woff2"),url(fonts/fontawesome-webfont.woff) format("woff"),url(fonts/fontawesome-webfont.ttf) format("truetype"),url(fonts/fontawesome-webfont.svg) format("svg");
    font-weight: 400;
    font-style: normal
}

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

.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: .08em solid #eee;
    -webkit-border-radius: .1em;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

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

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

.pull-right {
    float: right
}

.pull-left {
    float: left
}

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

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

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

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

@-webkit-keyframes a {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes a {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

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

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

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

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

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

:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270 {
    -webkit-filter: none;
    filter: none
}

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

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

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

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

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\F000"
}

.fa-music:before {
    content: "\F001"
}

.fa-search:before {
    content: "\F002"
}

.fa-envelope-o:before {
    content: "\F003"
}

.fa-heart:before {
    content: "\F004"
}

.fa-star:before {
    content: "\F005"
}

.fa-star-o:before {
    content: "\F006"
}

.fa-user:before {
    content: "\F007"
}

.fa-film:before {
    content: "\F008"
}

.fa-th-large:before {
    content: "\F009"
}

.fa-th:before {
    content: "\F00A"
}

.fa-th-list:before {
    content: "\F00B"
}

.fa-check:before {
    content: "\F00C"
}

.fa-close:before, .fa-remove:before, .fa-times:before {
    content: "\F00D"
}

.fa-search-plus:before {
    content: "\F00E"
}

.fa-search-minus:before {
    content: "\F010"
}

.fa-power-off:before {
    content: "\F011"
}

.fa-signal:before {
    content: "\F012"
}

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

.fa-trash-o:before {
    content: "\F014"
}

.fa-home:before {
    content: "\F015"
}

.fa-file-o:before {
    content: "\F016"
}

.fa-clock-o:before {
    content: "\F017"
}

.fa-road:before {
    content: "\F018"
}

.fa-download:before {
    content: "\F019"
}

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

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

.fa-inbox:before {
    content: "\F01C"
}

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

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

.fa-refresh:before {
    content: "\F021"
}

.fa-list-alt:before {
    content: "\F022"
}

.fa-lock:before {
    content: "\F023"
}

.fa-flag:before {
    content: "\F024"
}

.fa-headphones:before {
    content: "\F025"
}

.fa-volume-off:before {
    content: "\F026"
}

.fa-volume-down:before {
    content: "\F027"
}

.fa-volume-up:before {
    content: "\F028"
}

.fa-qrcode:before {
    content: "\F029"
}

.fa-barcode:before {
    content: "\F02A"
}

.fa-tag:before {
    content: "\F02B"
}

.fa-tags:before {
    content: "\F02C"
}

.fa-book:before {
    content: "\F02D"
}

.fa-bookmark:before {
    content: "\F02E"
}

.fa-print:before {
    content: "\F02F"
}

.fa-camera:before {
    content: "\F030"
}

.fa-font:before {
    content: "\F031"
}

.fa-bold:before {
    content: "\F032"
}

.fa-italic:before {
    content: "\F033"
}

.fa-text-height:before {
    content: "\F034"
}

.fa-text-width:before {
    content: "\F035"
}

.fa-align-left:before {
    content: "\F036"
}

.fa-align-center:before {
    content: "\F037"
}

.fa-align-right:before {
    content: "\F038"
}

.fa-align-justify:before {
    content: "\F039"
}

.fa-list:before {
    content: "\F03A"
}

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

.fa-indent:before {
    content: "\F03C"
}

.fa-video-camera:before {
    content: "\F03D"
}

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

.fa-pencil:before {
    content: "\F040"
}

.fa-map-marker:before {
    content: "\F041"
}

.fa-adjust:before {
    content: "\F042"
}

.fa-tint:before {
    content: "\F043"
}

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

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

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

.fa-arrows:before {
    content: "\F047"
}

.fa-step-backward:before {
    content: "\F048"
}

.fa-fast-backward:before {
    content: "\F049"
}

.fa-backward:before {
    content: "\F04A"
}

.fa-play:before {
    content: "\F04B"
}

.fa-pause:before {
    content: "\F04C"
}

.fa-stop:before {
    content: "\F04D"
}

.fa-forward:before {
    content: "\F04E"
}

.fa-fast-forward:before {
    content: "\F050"
}

.fa-step-forward:before {
    content: "\F051"
}

.fa-eject:before {
    content: "\F052"
}

.fa-chevron-left:before {
    content: "\F053"
}

.fa-chevron-right:before {
    content: "\F054"
}

.fa-plus-circle:before {
    content: "\F055"
}

.fa-minus-circle:before {
    content: "\F056"
}

.fa-times-circle:before {
    content: "\F057"
}

.fa-check-circle:before {
    content: "\F058"
}

.fa-question-circle:before {
    content: "\F059"
}

.fa-info-circle:before {
    content: "\F05A"
}

.fa-crosshairs:before {
    content: "\F05B"
}

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

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

.fa-ban:before {
    content: "\F05E"
}

.fa-arrow-left:before {
    content: "\F060"
}

.fa-arrow-right:before {
    content: "\F061"
}

.fa-arrow-up:before {
    content: "\F062"
}

.fa-arrow-down:before {
    content: "\F063"
}

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

.fa-expand:before {
    content: "\F065"
}

.fa-compress:before {
    content: "\F066"
}

.fa-plus:before {
    content: "\F067"
}

.fa-minus:before {
    content: "\F068"
}

.fa-asterisk:before {
    content: "\F069"
}

.fa-exclamation-circle:before {
    content: "\F06A"
}

.fa-gift:before {
    content: "\F06B"
}

.fa-leaf:before {
    content: "\F06C"
}

.fa-fire:before {
    content: "\F06D"
}

.fa-eye:before {
    content: "\F06E"
}

.fa-eye-slash:before {
    content: "\F070"
}

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

.fa-plane:before {
    content: "\F072"
}

.fa-calendar:before {
    content: "\F073"
}

.fa-random:before {
    content: "\F074"
}

.fa-comment:before {
    content: "\F075"
}

.fa-magnet:before {
    content: "\F076"
}

.fa-chevron-up:before {
    content: "\F077"
}

.fa-chevron-down:before {
    content: "\F078"
}

.fa-retweet:before {
    content: "\F079"
}

.fa-shopping-cart:before {
    content: "\F07A"
}

.fa-folder:before {
    content: "\F07B"
}

.fa-folder-open:before {
    content: "\F07C"
}

.fa-arrows-v:before {
    content: "\F07D"
}

.fa-arrows-h:before {
    content: "\F07E"
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\F080"
}

.fa-twitter-square:before {
    content: "\F081"
}

.fa-facebook-square:before {
    content: "\F082"
}

.fa-camera-retro:before {
    content: "\F083"
}

.fa-key:before {
    content: "\F084"
}

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

.fa-comments:before {
    content: "\F086"
}

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

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

.fa-star-half:before {
    content: "\F089"
}

.fa-heart-o:before {
    content: "\F08A"
}

.fa-sign-out:before {
    content: "\F08B"
}

.fa-linkedin-square:before {
    content: "\F08C"
}

.fa-thumb-tack:before {
    content: "\F08D"
}

.fa-external-link:before {
    content: "\F08E"
}

.fa-sign-in:before {
    content: "\F090"
}

.fa-trophy:before {
    content: "\F091"
}

.fa-github-square:before {
    content: "\F092"
}

.fa-upload:before {
    content: "\F093"
}

.fa-lemon-o:before {
    content: "\F094"
}

.fa-phone:before {
    content: "\F095"
}

.fa-square-o:before {
    content: "\F096"
}

.fa-bookmark-o:before {
    content: "\F097"
}

.fa-phone-square:before {
    content: "\F098"
}

.fa-twitter:before {
    content: "\F099"
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\F09A"
}

.fa-github:before {
    content: "\F09B"
}

.fa-unlock:before {
    content: "\F09C"
}

.fa-credit-card:before {
    content: "\F09D"
}

.fa-feed:before, .fa-rss:before {
    content: "\F09E"
}

.fa-hdd-o:before {
    content: "\F0A0"
}

.fa-bullhorn:before {
    content: "\F0A1"
}

.fa-bell:before {
    content: "\F0F3"
}

.fa-certificate:before {
    content: "\F0A3"
}

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

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

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

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

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

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

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

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

.fa-globe:before {
    content: "\F0AC"
}

.fa-wrench:before {
    content: "\F0AD"
}

.fa-tasks:before {
    content: "\F0AE"
}

.fa-filter:before {
    content: "\F0B0"
}

.fa-briefcase:before {
    content: "\F0B1"
}

.fa-arrows-alt:before {
    content: "\F0B2"
}

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

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

.fa-cloud:before {
    content: "\F0C2"
}

.fa-flask:before {
    content: "\F0C3"
}

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

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

.fa-paperclip:before {
    content: "\F0C6"
}

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

.fa-square:before {
    content: "\F0C8"
}

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

.fa-list-ul:before {
    content: "\F0CA"
}

.fa-list-ol:before {
    content: "\F0CB"
}

.fa-strikethrough:before {
    content: "\F0CC"
}

.fa-underline:before {
    content: "\F0CD"
}

.fa-table:before {
    content: "\F0CE"
}

.fa-magic:before {
    content: "\F0D0"
}

.fa-truck:before {
    content: "\F0D1"
}

.fa-pinterest:before {
    content: "\F0D2"
}

.fa-pinterest-square:before {
    content: "\F0D3"
}

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

.fa-google-plus:before {
    content: "\F0D5"
}

.fa-money:before {
    content: "\F0D6"
}

.fa-caret-down:before {
    content: "\F0D7"
}

.fa-caret-up:before {
    content: "\F0D8"
}

.fa-caret-left:before {
    content: "\F0D9"
}

.fa-caret-right:before {
    content: "\F0DA"
}

.fa-columns:before {
    content: "\F0DB"
}

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

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

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

.fa-envelope:before {
    content: "\F0E0"
}

.fa-linkedin:before {
    content: "\F0E1"
}

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

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

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

.fa-comment-o:before {
    content: "\F0E5"
}

.fa-comments-o:before {
    content: "\F0E6"
}

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

.fa-sitemap:before {
    content: "\F0E8"
}

.fa-umbrella:before {
    content: "\F0E9"
}

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

.fa-lightbulb-o:before {
    content: "\F0EB"
}

.fa-exchange:before {
    content: "\F0EC"
}

.fa-cloud-download:before {
    content: "\F0ED"
}

.fa-cloud-upload:before {
    content: "\F0EE"
}

.fa-user-md:before {
    content: "\F0F0"
}

.fa-stethoscope:before {
    content: "\F0F1"
}

.fa-suitcase:before {
    content: "\F0F2"
}

.fa-bell-o:before {
    content: "\F0A2"
}

.fa-coffee:before {
    content: "\F0F4"
}

.fa-cutlery:before {
    content: "\F0F5"
}

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

.fa-building-o:before {
    content: "\F0F7"
}

.fa-hospital-o:before {
    content: "\F0F8"
}

.fa-ambulance:before {
    content: "\F0F9"
}

.fa-medkit:before {
    content: "\F0FA"
}

.fa-fighter-jet:before {
    content: "\F0FB"
}

.fa-beer:before {
    content: "\F0FC"
}

.fa-h-square:before {
    content: "\F0FD"
}

.fa-plus-square:before {
    content: "\F0FE"
}

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

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

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

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

.fa-angle-left:before {
    content: "\F104"
}

.fa-angle-right:before {
    content: "\F105"
}

.fa-angle-up:before {
    content: "\F106"
}

.fa-angle-down:before {
    content: "\F107"
}

.fa-desktop:before {
    content: "\F108"
}

.fa-laptop:before {
    content: "\F109"
}

.fa-tablet:before {
    content: "\F10A"
}

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

.fa-circle-o:before {
    content: "\F10C"
}

.fa-quote-left:before {
    content: "\F10D"
}

.fa-quote-right:before {
    content: "\F10E"
}

.fa-spinner:before {
    content: "\F110"
}

.fa-circle:before {
    content: "\F111"
}

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

.fa-github-alt:before {
    content: "\F113"
}

.fa-folder-o:before {
    content: "\F114"
}

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

.fa-smile-o:before {
    content: "\F118"
}

.fa-frown-o:before {
    content: "\F119"
}

.fa-meh-o:before {
    content: "\F11A"
}

.fa-gamepad:before {
    content: "\F11B"
}

.fa-keyboard-o:before {
    content: "\F11C"
}

.fa-flag-o:before {
    content: "\F11D"
}

.fa-flag-checkered:before {
    content: "\F11E"
}

.fa-terminal:before {
    content: "\F120"
}

.fa-code:before {
    content: "\F121"
}

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

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

.fa-location-arrow:before {
    content: "\F124"
}

.fa-crop:before {
    content: "\F125"
}

.fa-code-fork:before {
    content: "\F126"
}

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

.fa-question:before {
    content: "\F128"
}

.fa-info:before {
    content: "\F129"
}

.fa-exclamation:before {
    content: "\F12A"
}

.fa-superscript:before {
    content: "\F12B"
}

.fa-subscript:before {
    content: "\F12C"
}

.fa-eraser:before {
    content: "\F12D"
}

.fa-puzzle-piece:before {
    content: "\F12E"
}

.fa-microphone:before {
    content: "\F130"
}

.fa-microphone-slash:before {
    content: "\F131"
}

.fa-shield:before {
    content: "\F132"
}

.fa-calendar-o:before {
    content: "\F133"
}

.fa-fire-extinguisher:before {
    content: "\F134"
}

.fa-rocket:before {
    content: "\F135"
}

.fa-maxcdn:before {
    content: "\F136"
}

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

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

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

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

.fa-html5:before {
    content: "\F13B"
}

.fa-css3:before {
    content: "\F13C"
}

.fa-anchor:before {
    content: "\F13D"
}

.fa-unlock-alt:before {
    content: "\F13E"
}

.fa-bullseye:before {
    content: "\F140"
}

.fa-ellipsis-h:before {
    content: "\F141"
}

.fa-ellipsis-v:before {
    content: "\F142"
}

.fa-rss-square:before {
    content: "\F143"
}

.fa-play-circle:before {
    content: "\F144"
}

.fa-ticket:before {
    content: "\F145"
}

.fa-minus-square:before {
    content: "\F146"
}

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

.fa-level-up:before {
    content: "\F148"
}

.fa-level-down:before {
    content: "\F149"
}

.fa-check-square:before {
    content: "\F14A"
}

.fa-pencil-square:before {
    content: "\F14B"
}

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

.fa-share-square:before {
    content: "\F14D"
}

.fa-compass:before {
    content: "\F14E"
}

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

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

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

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

.fa-gbp:before {
    content: "\F154"
}

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

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

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

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

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

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

.fa-file:before {
    content: "\F15B"
}

.fa-file-text:before {
    content: "\F15C"
}

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

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

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

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

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

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

.fa-thumbs-up:before {
    content: "\F164"
}

.fa-thumbs-down:before {
    content: "\F165"
}

.fa-youtube-square:before {
    content: "\F166"
}

.fa-youtube:before {
    content: "\F167"
}

.fa-xing:before {
    content: "\F168"
}

.fa-xing-square:before {
    content: "\F169"
}

.fa-youtube-play:before {
    content: "\F16A"
}

.fa-dropbox:before {
    content: "\F16B"
}

.fa-stack-overflow:before {
    content: "\F16C"
}

.fa-instagram:before {
    content: "\F16D"
}

.fa-flickr:before {
    content: "\F16E"
}

.fa-adn:before {
    content: "\F170"
}

.fa-bitbucket:before {
    content: "\F171"
}

.fa-bitbucket-square:before {
    content: "\F172"
}

.fa-tumblr:before {
    content: "\F173"
}

.fa-tumblr-square:before {
    content: "\F174"
}

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

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

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

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

.fa-apple:before {
    content: "\F179"
}

.fa-windows:before {
    content: "\F17A"
}

.fa-android:before {
    content: "\F17B"
}

.fa-linux:before {
    content: "\F17C"
}

.fa-dribbble:before {
    content: "\F17D"
}

.fa-skype:before {
    content: "\F17E"
}

.fa-foursquare:before {
    content: "\F180"
}

.fa-trello:before {
    content: "\F181"
}

.fa-female:before {
    content: "\F182"
}

.fa-male:before {
    content: "\F183"
}

.fa-gittip:before, .fa-gratipay:before {
    content: "\F184"
}

.fa-sun-o:before {
    content: "\F185"
}

.fa-moon-o:before {
    content: "\F186"
}

.fa-archive:before {
    content: "\F187"
}

.fa-bug:before {
    content: "\F188"
}

.fa-vk:before {
    content: "\F189"
}

.fa-weibo:before {
    content: "\F18A"
}

.fa-renren:before {
    content: "\F18B"
}

.fa-pagelines:before {
    content: "\F18C"
}

.fa-stack-exchange:before {
    content: "\F18D"
}

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

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

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

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

.fa-wheelchair:before {
    content: "\F193"
}

.fa-vimeo-square:before {
    content: "\F194"
}

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

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

.fa-space-shuttle:before {
    content: "\F197"
}

.fa-slack:before {
    content: "\F198"
}

.fa-envelope-square:before {
    content: "\F199"
}

.fa-wordpress:before {
    content: "\F19A"
}

.fa-openid:before {
    content: "\F19B"
}

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

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

.fa-yahoo:before {
    content: "\F19E"
}

.fa-google:before {
    content: "\F1A0"
}

.fa-reddit:before {
    content: "\F1A1"
}

.fa-reddit-square:before {
    content: "\F1A2"
}

.fa-stumbleupon-circle:before {
    content: "\F1A3"
}

.fa-stumbleupon:before {
    content: "\F1A4"
}

.fa-delicious:before {
    content: "\F1A5"
}

.fa-digg:before {
    content: "\F1A6"
}

.fa-pied-piper-pp:before {
    content: "\F1A7"
}

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

.fa-drupal:before {
    content: "\F1A9"
}

.fa-joomla:before {
    content: "\F1AA"
}

.fa-language:before {
    content: "\F1AB"
}

.fa-fax:before {
    content: "\F1AC"
}

.fa-building:before {
    content: "\F1AD"
}

.fa-child:before {
    content: "\F1AE"
}

.fa-paw:before {
    content: "\F1B0"
}

.fa-spoon:before {
    content: "\F1B1"
}

.fa-cube:before {
    content: "\F1B2"
}

.fa-cubes:before {
    content: "\F1B3"
}

.fa-behance:before {
    content: "\F1B4"
}

.fa-behance-square:before {
    content: "\F1B5"
}

.fa-steam:before {
    content: "\F1B6"
}

.fa-steam-square:before {
    content: "\F1B7"
}

.fa-recycle:before {
    content: "\F1B8"
}

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

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

.fa-tree:before {
    content: "\F1BB"
}

.fa-spotify:before {
    content: "\F1BC"
}

.fa-deviantart:before {
    content: "\F1BD"
}

.fa-soundcloud:before {
    content: "\F1BE"
}

.fa-database:before {
    content: "\F1C0"
}

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

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

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

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

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

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

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

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

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

.fa-vine:before {
    content: "\F1CA"
}

.fa-codepen:before {
    content: "\F1CB"
}

.fa-jsfiddle:before {
    content: "\F1CC"
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-ring:before, .fa-life-saver:before, .fa-support:before {
    content: "\F1CD"
}

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

.fa-ra:before, .fa-rebel:before, .fa-resistance:before {
    content: "\F1D0"
}

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

.fa-git-square:before {
    content: "\F1D2"
}

.fa-git:before {
    content: "\F1D3"
}

.fa-hacker-news:before, .fa-y-combinator-square:before, .fa-yc-square:before {
    content: "\F1D4"
}

.fa-tencent-weibo:before {
    content: "\F1D5"
}

.fa-qq:before {
    content: "\F1D6"
}

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

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

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

.fa-history:before {
    content: "\F1DA"
}

.fa-circle-thin:before {
    content: "\F1DB"
}

.fa-header:before {
    content: "\F1DC"
}

.fa-paragraph:before {
    content: "\F1DD"
}

.fa-sliders:before {
    content: "\F1DE"
}

.fa-share-alt:before {
    content: "\F1E0"
}

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

.fa-bomb:before {
    content: "\F1E2"
}

.fa-futbol-o:before, .fa-soccer-ball-o:before {
    content: "\F1E3"
}

.fa-tty:before {
    content: "\F1E4"
}

.fa-binoculars:before {
    content: "\F1E5"
}

.fa-plug:before {
    content: "\F1E6"
}

.fa-slideshare:before {
    content: "\F1E7"
}

.fa-twitch:before {
    content: "\F1E8"
}

.fa-yelp:before {
    content: "\F1E9"
}

.fa-newspaper-o:before {
    content: "\F1EA"
}

.fa-wifi:before {
    content: "\F1EB"
}

.fa-calculator:before {
    content: "\F1EC"
}

.fa-paypal:before {
    content: "\F1ED"
}

.fa-google-wallet:before {
    content: "\F1EE"
}

.fa-cc-visa:before {
    content: "\F1F0"
}

.fa-cc-mastercard:before {
    content: "\F1F1"
}

.fa-cc-discover:before {
    content: "\F1F2"
}

.fa-cc-amex:before {
    content: "\F1F3"
}

.fa-cc-paypal:before {
    content: "\F1F4"
}

.fa-cc-stripe:before {
    content: "\F1F5"
}

.fa-bell-slash:before {
    content: "\F1F6"
}

.fa-bell-slash-o:before {
    content: "\F1F7"
}

.fa-trash:before {
    content: "\F1F8"
}

.fa-copyright:before {
    content: "\F1F9"
}

.fa-at:before {
    content: "\F1FA"
}

.fa-eyedropper:before {
    content: "\F1FB"
}

.fa-paint-brush:before {
    content: "\F1FC"
}

.fa-birthday-cake:before {
    content: "\F1FD"
}

.fa-area-chart:before {
    content: "\F1FE"
}

.fa-pie-chart:before {
    content: "\F200"
}

.fa-line-chart:before {
    content: "\F201"
}

.fa-lastfm:before {
    content: "\F202"
}

.fa-lastfm-square:before {
    content: "\F203"
}

.fa-toggle-off:before {
    content: "\F204"
}

.fa-toggle-on:before {
    content: "\F205"
}

.fa-bicycle:before {
    content: "\F206"
}

.fa-bus:before {
    content: "\F207"
}

.fa-ioxhost:before {
    content: "\F208"
}

.fa-angellist:before {
    content: "\F209"
}

.fa-cc:before {
    content: "\F20A"
}

.fa-ils:before, .fa-shekel:before, .fa-sheqel:before {
    content: "\F20B"
}

.fa-meanpath:before {
    content: "\F20C"
}

.fa-buysellads:before {
    content: "\F20D"
}

.fa-connectdevelop:before {
    content: "\F20E"
}

.fa-dashcube:before {
    content: "\F210"
}

.fa-forumbee:before {
    content: "\F211"
}

.fa-leanpub:before {
    content: "\F212"
}

.fa-sellsy:before {
    content: "\F213"
}

.fa-shirtsinbulk:before {
    content: "\F214"
}

.fa-simplybuilt:before {
    content: "\F215"
}

.fa-skyatlas:before {
    content: "\F216"
}

.fa-cart-plus:before {
    content: "\F217"
}

.fa-cart-arrow-down:before {
    content: "\F218"
}

.fa-diamond:before {
    content: "\F219"
}

.fa-ship:before {
    content: "\F21A"
}

.fa-user-secret:before {
    content: "\F21B"
}

.fa-motorcycle:before {
    content: "\F21C"
}

.fa-street-view:before {
    content: "\F21D"
}

.fa-heartbeat:before {
    content: "\F21E"
}

.fa-venus:before {
    content: "\F221"
}

.fa-mars:before {
    content: "\F222"
}

.fa-mercury:before {
    content: "\F223"
}

.fa-intersex:before, .fa-transgender:before {
    content: "\F224"
}

.fa-transgender-alt:before {
    content: "\F225"
}

.fa-venus-double:before {
    content: "\F226"
}

.fa-mars-double:before {
    content: "\F227"
}

.fa-venus-mars:before {
    content: "\F228"
}

.fa-mars-stroke:before {
    content: "\F229"
}

.fa-mars-stroke-v:before {
    content: "\F22A"
}

.fa-mars-stroke-h:before {
    content: "\F22B"
}

.fa-neuter:before {
    content: "\F22C"
}

.fa-genderless:before {
    content: "\F22D"
}

.fa-facebook-official:before {
    content: "\F230"
}

.fa-pinterest-p:before {
    content: "\F231"
}

.fa-whatsapp:before {
    content: "\F232"
}

.fa-server:before {
    content: "\F233"
}

.fa-user-plus:before {
    content: "\F234"
}

.fa-user-times:before {
    content: "\F235"
}

.fa-bed:before, .fa-hotel:before {
    content: "\F236"
}

.fa-viacoin:before {
    content: "\F237"
}

.fa-train:before {
    content: "\F238"
}

.fa-subway:before {
    content: "\F239"
}

.fa-medium:before {
    content: "\F23A"
}

.fa-y-combinator:before, .fa-yc:before {
    content: "\F23B"
}

.fa-optin-monster:before {
    content: "\F23C"
}

.fa-opencart:before {
    content: "\F23D"
}

.fa-expeditedssl:before {
    content: "\F23E"
}

.fa-battery-4:before, .fa-battery-full:before {
    content: "\F240"
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: "\F241"
}

.fa-battery-2:before, .fa-battery-half:before {
    content: "\F242"
}

.fa-battery-1:before, .fa-battery-quarter:before {
    content: "\F243"
}

.fa-battery-0:before, .fa-battery-empty:before {
    content: "\F244"
}

.fa-mouse-pointer:before {
    content: "\F245"
}

.fa-i-cursor:before {
    content: "\F246"
}

.fa-object-group:before {
    content: "\F247"
}

.fa-object-ungroup:before {
    content: "\F248"
}

.fa-sticky-note:before {
    content: "\F249"
}

.fa-sticky-note-o:before {
    content: "\F24A"
}

.fa-cc-jcb:before {
    content: "\F24B"
}

.fa-cc-diners-club:before {
    content: "\F24C"
}

.fa-clone:before {
    content: "\F24D"
}

.fa-balance-scale:before {
    content: "\F24E"
}

.fa-hourglass-o:before {
    content: "\F250"
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "\F251"
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "\F252"
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "\F253"
}

.fa-hourglass:before {
    content: "\F254"
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: "\F255"
}

.fa-hand-paper-o:before, .fa-hand-stop-o:before {
    content: "\F256"
}

.fa-hand-scissors-o:before {
    content: "\F257"
}

.fa-hand-lizard-o:before {
    content: "\F258"
}

.fa-hand-spock-o:before {
    content: "\F259"
}

.fa-hand-pointer-o:before {
    content: "\F25A"
}

.fa-hand-peace-o:before {
    content: "\F25B"
}

.fa-trademark:before {
    content: "\F25C"
}

.fa-registered:before {
    content: "\F25D"
}

.fa-creative-commons:before {
    content: "\F25E"
}

.fa-gg:before {
    content: "\F260"
}

.fa-gg-circle:before {
    content: "\F261"
}

.fa-tripadvisor:before {
    content: "\F262"
}

.fa-odnoklassniki:before {
    content: "\F263"
}

.fa-odnoklassniki-square:before {
    content: "\F264"
}

.fa-get-pocket:before {
    content: "\F265"
}

.fa-wikipedia-w:before {
    content: "\F266"
}

.fa-safari:before {
    content: "\F267"
}

.fa-chrome:before {
    content: "\F268"
}

.fa-firefox:before {
    content: "\F269"
}

.fa-opera:before {
    content: "\F26A"
}

.fa-internet-explorer:before {
    content: "\F26B"
}

.fa-television:before, .fa-tv:before {
    content: "\F26C"
}

.fa-contao:before {
    content: "\F26D"
}

.fa-500px:before {
    content: "\F26E"
}

.fa-amazon:before {
    content: "\F270"
}

.fa-calendar-plus-o:before {
    content: "\F271"
}

.fa-calendar-minus-o:before {
    content: "\F272"
}

.fa-calendar-times-o:before {
    content: "\F273"
}

.fa-calendar-check-o:before {
    content: "\F274"
}

.fa-industry:before {
    content: "\F275"
}

.fa-map-pin:before {
    content: "\F276"
}

.fa-map-signs:before {
    content: "\F277"
}

.fa-map-o:before {
    content: "\F278"
}

.fa-map:before {
    content: "\F279"
}

.fa-commenting:before {
    content: "\F27A"
}

.fa-commenting-o:before {
    content: "\F27B"
}

.fa-houzz:before {
    content: "\F27C"
}

.fa-vimeo:before {
    content: "\F27D"
}

.fa-black-tie:before {
    content: "\F27E"
}

.fa-fonticons:before {
    content: "\F280"
}

.fa-reddit-alien:before {
    content: "\F281"
}

.fa-edge:before {
    content: "\F282"
}

.fa-credit-card-alt:before {
    content: "\F283"
}

.fa-codiepie:before {
    content: "\F284"
}

.fa-modx:before {
    content: "\F285"
}

.fa-fort-awesome:before {
    content: "\F286"
}

.fa-usb:before {
    content: "\F287"
}

.fa-product-hunt:before {
    content: "\F288"
}

.fa-mixcloud:before {
    content: "\F289"
}

.fa-scribd:before {
    content: "\F28A"
}

.fa-pause-circle:before {
    content: "\F28B"
}

.fa-pause-circle-o:before {
    content: "\F28C"
}

.fa-stop-circle:before {
    content: "\F28D"
}

.fa-stop-circle-o:before {
    content: "\F28E"
}

.fa-shopping-bag:before {
    content: "\F290"
}

.fa-shopping-basket:before {
    content: "\F291"
}

.fa-hashtag:before {
    content: "\F292"
}

.fa-bluetooth:before {
    content: "\F293"
}

.fa-bluetooth-b:before {
    content: "\F294"
}

.fa-percent:before {
    content: "\F295"
}

.fa-gitlab:before {
    content: "\F296"
}

.fa-wpbeginner:before {
    content: "\F297"
}

.fa-wpforms:before {
    content: "\F298"
}

.fa-envira:before {
    content: "\F299"
}

.fa-universal-access:before {
    content: "\F29A"
}

.fa-wheelchair-alt:before {
    content: "\F29B"
}

.fa-question-circle-o:before {
    content: "\F29C"
}

.fa-blind:before {
    content: "\F29D"
}

.fa-audio-description:before {
    content: "\F29E"
}

.fa-volume-control-phone:before {
    content: "\F2A0"
}

.fa-braille:before {
    content: "\F2A1"
}

.fa-assistive-listening-systems:before {
    content: "\F2A2"
}

.fa-american-sign-language-interpreting:before, .fa-asl-interpreting:before {
    content: "\F2A3"
}

.fa-deaf:before, .fa-deafness:before, .fa-hard-of-hearing:before {
    content: "\F2A4"
}

.fa-glide:before {
    content: "\F2A5"
}

.fa-glide-g:before {
    content: "\F2A6"
}

.fa-sign-language:before, .fa-signing:before {
    content: "\F2A7"
}

.fa-low-vision:before {
    content: "\F2A8"
}

.fa-viadeo:before {
    content: "\F2A9"
}

.fa-viadeo-square:before {
    content: "\F2AA"
}

.fa-snapchat:before {
    content: "\F2AB"
}

.fa-snapchat-ghost:before {
    content: "\F2AC"
}

.fa-snapchat-square:before {
    content: "\F2AD"
}

.fa-pied-piper:before {
    content: "\F2AE"
}

.fa-first-order:before {
    content: "\F2B0"
}

.fa-yoast:before {
    content: "\F2B1"
}

.fa-themeisle:before {
    content: "\F2B2"
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
    content: "\F2B3"
}

.fa-fa:before, .fa-font-awesome:before {
    content: "\F2B4"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.freeform-pages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0 0 10px;
    list-style: none
}

    .freeform-pages li {
        margin: 0 10px 0 0
    }

.freeform-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -15px
}

@media (max-width:46.865em) {
    .freeform-row {
        display: block !important
    }
}

.freeform-row .freeform-column {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 10px 0;
    margin: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

    .freeform-row .freeform-column fieldset {
        border: 0;
        margin: 0;
        padding: 0
    }

    .freeform-row .freeform-column label {
        display: block
    }

    .freeform-row .freeform-column .freeform-label {
        font-weight: 700;
        position: absolute !important;
        overflow: hidden;
        width: 1px;
        height: 1px;
        padding: 0;
        border: 0;
        clip: rect(1px,1px,1px,1px)
    }

        .freeform-row .freeform-column .freeform-label.freeform-required:after {
            content: "*";
            margin-left: 5px;
            color: red
        }

    .freeform-row .freeform-column .freeform-input {
        width: 100%;
        display: block;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .freeform-row .freeform-column .custom-checkbox .freeform-input[type=checkbox], .freeform-row .freeform-column .custom-radio .freeform-input[type=radio] {
        position: absolute;
        width: auto
    }

    .freeform-row .freeform-column .custom-checkbox .freeform-input[type=checkbox] {
        width: 24px;
        height: 24px;
        z-index: 2
    }

    .freeform-row .freeform-column .freeform-input-only-label {
        font-weight: 400
    }

        .freeform-row .freeform-column .freeform-input-only-label > .freeform-input {
            display: inline-block;
            width: auto;
            margin-right: 5px
        }

    .freeform-row .freeform-column .freeform-errors {
        list-style: none;
        padding: 0;
        margin: 5px 0 0
    }

        .freeform-row .freeform-column .freeform-errors > li {
            color: red
        }

    .freeform-row .freeform-column .freeform-instructions {
        margin: 0 0 5px;
        color: #aba7a7
    }

    .freeform-row .freeform-column.freeform-column-content-align-left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

        .freeform-row .freeform-column.freeform-column-content-align-left > button:not(:first-of-type) {
            margin-left: 5px
        }

    .freeform-row .freeform-column.freeform-column-content-align-center {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

        .freeform-row .freeform-column.freeform-column-content-align-center > button:not(:first-of-type) {
            margin-left: 5px
        }

    .freeform-row .freeform-column.freeform-column-content-align-right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

        .freeform-row .freeform-column.freeform-column-content-align-right > button:not(:first-of-type) {
            margin-left: 5px
        }

    .freeform-row .freeform-column.freeform-column-content-align-spread {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

        .freeform-row .freeform-column.freeform-column-content-align-spread > button:not(:first-of-type) {
            margin-left: 5px
        }

.freeform-form-has-errors {
    color: red
}

input[type=datetime], input[type=email], input[type=password], input[type=text], select, textarea {
    border: 1px solid #58498e;
    line-height: 30px;
    padding: 8px 12px;
    background: #fff;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #58498e;
    text-align: center;
    width: 100%
}

@media (max-width:31.1875em) {
    input[type=datetime], input[type=email], input[type=password], input[type=text], select, textarea {
        font-size: 1.6rem
    }
}

@media (min-width:31.25em) and (max-width:46.8125em) {
    input[type=datetime], input[type=email], input[type=password], input[type=text], select, textarea {
        font-size: 1.65rem
    }
}

@media (min-width:46.875em) and (max-width:63.9375em) {
    input[type=datetime], input[type=email], input[type=password], input[type=text], select, textarea {
        font-size: 1.7rem
    }
}

@media (min-width:64em) and (max-width:78.0625em) {
    input[type=datetime], input[type=email], input[type=password], input[type=text], select, textarea {
        font-size: 1.75rem
    }
}

@media (min-width:78.125em) {
    input[type=datetime], input[type=email], input[type=password], input[type=text], select, textarea {
        font-size: 1.8rem
    }
}

input[type=datetime]:focus, input[type=email]:focus, input[type=password]:focus, input[type=text]:focus, select:focus, textarea:focus {
    border-color: #58498e
}

input[type=datetime]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=text]::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #58498e;
    width: 100%;
    text-align: center;
    opacity: 1
}

input[type=datetime]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=text]:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #58498e;
    width: 100%;
    text-align: center;
    opacity: 1
}

input[type=datetime]::placeholder, input[type=email]::placeholder, input[type=password]::placeholder, input[type=text]::placeholder, select::placeholder, textarea::placeholder {
    color: #58498e;
    width: 100%;
    text-align: center;
    opacity: 1
}

input[type=datetime], input[type=email], input[type=file], input[type=password], input[type=text], select {
    height: 48px
}

.invalid {
    position: relative
}

    .invalid input[type=datetime], .invalid input[type=email], .invalid input[type=password], .invalid input[type=text], .invalid textarea {
        background: #fff;
        color: #d0021b;
        border-color: #d0021b
    }

        .invalid input[type=datetime]:focus, .invalid input[type=email]:focus, .invalid input[type=password]:focus, .invalid input[type=text]:focus, .invalid textarea:focus {
            border-color: #d0021b
        }

    .invalid .custom-select select {
        color: #d0021b;
        border-color: #d0021b
    }

        .invalid .custom-select select:focus {
            border-color: #d0021b
        }

    .invalid .custom-checkbox span {
        color: #d0021b
    }

    .invalid .custom-checkbox input[type=checkbox] + span:before {
        border-color: #d0021b
    }

    .invalid .custom-radio span {
        color: #d0021b
    }

    .invalid .custom-radio input[type=radio] + span:before {
        border-color: #d0021b
    }

.freeform-label {
    margin-bottom: 10px
}

.freeform-row .error {
    line-height: 18px;
    color: #d0021b;
    position: absolute;
    left: 5px;
    bottom: -11px
}

@media (max-width:31.1875em) {
    .freeform-row .error {
        font-size: 1.6rem
    }
}

@media (min-width:31.25em) and (max-width:46.8125em) {
    .freeform-row .error {
        font-size: 1.6rem
    }
}

@media (min-width:46.875em) and (max-width:63.9375em) {
    .freeform-row .error {
        font-size: 1.6rem
    }
}

@media (min-width:64em) and (max-width:78.0625em) {
    .freeform-row .error {
        font-size: 1.6rem
    }
}

@media (min-width:78.125em) {
    .freeform-row .error {
        font-size: 1.6rem
    }
}

.block-callout .freeform-row, .contact-callouts .freeform-row, .location-search .freeform-row {
    max-width: 450px;
    margin: 0 auto
}

    .block-callout .freeform-row .freeform-column input, .contact-callouts .freeform-row .freeform-column input, .location-search .freeform-row .freeform-column input {
        width: 181px;
        display: block;
        margin: 0 auto
    }

@media (min-width:64em) {
    .block-callout .freeform-row .freeform-column input, .contact-callouts .freeform-row .freeform-column input, .location-search .freeform-row .freeform-column input {
        width: 50%;
        display: inline-block
    }
}

.block-callout .freeform-row .freeform-column .btn, .contact-callouts .freeform-row .freeform-column .btn, .location-search .freeform-row .freeform-column .btn {
    width: 181px;
    display: block;
    margin: 0 auto;
    margin-top: 12px;
    padding: 9.5px 15px
}

@media (min-width:64em) {
    .block-callout .freeform-row .freeform-column .btn, .contact-callouts .freeform-row .freeform-column .btn, .location-search .freeform-row .freeform-column .btn {
        display: inline-block;
        width: calc(50% - 24px);
        vertical-align: top;
        margin-left: 12px;
        margin-top: 0
    }
}

@media (min-width:78.125em) {
    .block-callout .freeform-row .freeform-column .btn, .contact-callouts .freeform-row .freeform-column .btn, .location-search .freeform-row .freeform-column .btn {
        padding: 9.5px 25px
    }
}

form.contact {
    margin-bottom: 40px;
    margin-top: 40px
}

    form.contact .btn {
        margin: 0 auto;
        display: block;
        text-align: center
    }

.btn {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 9.5px 25px;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-weight: 400;
    text-transform: uppercase
}

@media (max-width:31.1875em) {
    .btn {
        font-size: 1.6rem
    }
}

@media (min-width:31.25em) and (max-width:46.8125em) {
    .btn {
        font-size: 1.65rem
    }
}

@media (min-width:46.875em) and (max-width:63.9375em) {
    .btn {
        font-size: 1.7rem
    }
}

@media (min-width:64em) and (max-width:78.0625em) {
    .btn {
        font-size: 1.75rem
    }
}

@media (min-width:78.125em) {
    .btn {
        font-size: 1.8rem
    }
}

@media (min-width:64em) {
    .btn {
        padding: 9.5px 45px
    }
}

.btn.focus, .btn:focus, .btn:hover {
    color: #000;
    text-decoration: none
}

.btn.active, .btn:active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: disabled;
    opacity: .65;
    -webkit-box-shadow: non;
    box-shadow: non
}

a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: none
}

.btn, .btn-default {
    color: #fff
}

    .btn, .btn-default, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled]:focus, .btn-default[disabled]:hover, .btn.disabled:focus, .btn.disabled:hover, .btn[disabled]:focus, .btn[disabled]:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn:focus, fieldset[disabled] .btn:hover {
        background-color: #58498e;
        border-color: #58498e
    }

        .btn-default:active, .btn-default:focus, .btn-default:hover, .btn:active, .btn:focus, .btn:hover {
            color: #58498e;
            background-color: #fff;
            border-color: #58498e
        }

.btn-primary {
    color: #fff
}

    .btn-primary, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
        background-color: #58498e;
        border-color: #58498e
    }

        .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .btn-secondary {
            color: #58498e;
            background-color: #fff;
            border-color: #58498e
        }

            .btn-secondary.disabled:focus, .btn-secondary.disabled:hover, .btn-secondary[disabled]:focus, .btn-secondary[disabled]:hover, fieldset[disabled] .btn-secondary:focus, fieldset[disabled] .btn-secondary:hover {
                background-color: #fff;
                border-color: #58498e
            }

            .btn-secondary:active, .btn-secondary:focus, .btn-secondary:hover {
                color: #fff;
                background-color: #58498e;
                border-color: #58498e
            }

.btn-block {
    display: block;
    width: 100%
}

    .btn-block + .btn-block {
        margin-top: 5px
    }

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%
}

.callout-link {
    text-transform: uppercase;
    cursor: pointer
}

    .callout-link:focus, .callout-link:hover {
        color: #6582be;
        text-decoration: none
    }

.custom-select {
    color: #58498e;
    background-color: #fff;
    -webkit-border-radius: 0;
    border-radius: 0;
    position: relative
}

@media (max-width:31.1875em) {
    .custom-select {
        font-size: 1.6rem
    }
}

@media (min-width:31.25em) and (max-width:46.8125em) {
    .custom-select {
        font-size: 1.65rem
    }
}

@media (min-width:46.875em) and (max-width:63.9375em) {
    .custom-select {
        font-size: 1.7rem
    }
}

@media (min-width:64em) and (max-width:78.0625em) {
    .custom-select {
        font-size: 1.75rem
    }
}

@media (min-width:78.125em) {
    .custom-select {
        font-size: 1.8rem
    }
}

.custom-select select {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 1px solid #58498e;
    width: 100%;
    margin: 0;
    outline: none;
    padding: .25em 30px .25em 12px;
    background: transparent;
    color: #58498e;
    text-align: center;
    text-align-last: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

    .custom-select select:focus {
        border-color: #58498e;
        -webkit-box-shadow: none;
        box-shadow: none
    }

.custom-select:after, .custom-select:before {
    color: rgba(88,73,142,.32);
    position: absolute;
    display: block;
    z-index: 1;
    font-size: .7em;
    width: 12px;
    border: 0;
    pointer-events: none
}

.custom-select:before {
    top: 7px;
    border-width: 0 7px 15px;
    border-color: transparent transparent rgba(88,73,142,.32)
}

.custom-select:after, .custom-select:before {
    content: "";
    right: 12px;
    width: 0;
    height: 0;
    border-style: solid
}

.custom-select:after {
    text-align: center;
    bottom: 7px;
    border-width: 15px 7px 0;
    border-color: rgba(88,73,142,.32) transparent transparent
}

.custom-select select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #58498e
}

@supports ((-webkit-appearance:none) or (-moz-appearance:none) or (appearance:none)) or ((-moz-appearance:none) and (mask-type:alpha)) {
    .custom-select:after, .custom-select:before {
        display: block
    }

    .custom-select select {
        padding-right: 2em;
        background: none;
        border: 1px solid #58498e;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none
    }

        .custom-select select:focus {
            border-color: #58498e
        }
}

@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active) {
    .custom-select select::-ms-expand {
        display: none
    }

    .custom-select select:focus {
        border: 1px solid #58498e
    }

        .custom-select select:focus::-ms-value {
            color: #58498e;
            background: transparent
        }

    .custom-select select {
        padding-right: .5em;
        background: none
    }

    .custom-select:after, .custom-select:before {
        display: block
    }
}

.ie9 .custom-select select {
    padding-right: .5em
}

.block-content ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
    margin-bottom: 25px
}

    .block-content ul li {
        padding-left: 25px;
        text-indent: 0;
        position: relative
    }

        .block-content ul li:before {
            content: "";
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 7.5px 0 7.5px 14px;
            border-color: transparent transparent transparent #58498e;
            position: absolute;
            left: 0;
            top: 4px;
            display: block
        }

        .block-content ul li .block-accordion {
            margin: 0
        }

            .block-content ul li .block-accordion .accordion-toggle {
                color: #6f6f6f;
                padding: 0
            }

@media (max-width:31.1875em) {
    .block-content ul li .block-accordion .accordion-toggle {
        font-size: 1.5rem
    }
}

@media (min-width:31.25em) and (max-width:46.8125em) {
    .block-content ul li .block-accordion .accordion-toggle {
        font-size: 1.5rem
    }
}

@media (min-width:46.875em) and (max-width:63.9375em) {
    .block-content ul li .block-accordion .accordion-toggle {
        font-size: 1.5rem
    }
}

@media (min-width:64em) and (max-width:78.0625em) {
    .block-content ul li .block-accordion .accordion-toggle {
        font-size: 1.5rem
    }
}

@media (min-width:78.125em) {
    .block-content ul li .block-accordion .accordion-toggle {
        font-size: 1.5rem
    }
}

.block-content ul li .block-accordion .accordion-toggle:after {
    border-width: 5px 0 5px 11px;
    margin-left: 7px;
    vertical-align: inherit
}

.block-content ul li .block-accordion.open .accordion-toggle:after {
    border-width: 11px 5px 0
}

.block-content ul li .block-accordion .accordion-content {
    font-style: italic;
    padding: 0
}

@media (max-width:31.1875em) {
    .block-content ul li .block-accordion .accordion-content {
        font-size: 1.2rem
    }
}

@media (min-width:31.25em) and (max-width:46.8125em) {
    .block-content ul li .block-accordion .accordion-content {
        font-size: 1.2rem
    }
}

@media (min-width:46.875em) and (max-width:63.9375em) {
    .block-content ul li .block-accordion .accordion-content {
        font-size: 1.2rem
    }
}

@media (min-width:64em) and (max-width:78.0625em) {
    .block-content ul li .block-accordion .accordion-content {
        font-size: 1.2rem
    }
}

@media (min-width:78.125em) {
    .block-content ul li .block-accordion .accordion-content {
        font-size: 1.2rem
    }
}

.block-content ol {
    margin: 0;
    padding-left: 30px;
    counter-reset: a;
    list-style: none;
    margin-bottom: 25px
}

    .block-content ol li:before {
        content: counter(a) ". ";
        counter-increment: a;
        color: #58498e;
        display: inline-block;
        width: 25px;
        margin-left: -25px;
        font-weight: 400
    }

.block-callout {
    text-align: center;
    padding: 0 0 20px;
    margin: 0 auto
}

@media (min-width:78.125em) {
    .block-callout {
        width: 50%
    }
}

.block-callout h3, .block-callout img {
    margin-bottom: 10px
}

.block-callout h3 {
    text-transform: none
}

@media (max-width:31.1875em) {
    .block-callout h3 {
        font-size: 2.6rem
    }
}

@media (min-width:31.25em) and (max-width:46.8125em) {
    .block-callout h3 {
        font-size: 2.75rem
    }
}

@media (min-width:46.875em) and (max-width:63.9375em) {
    .block-callout h3 {
        font-size: 2.9rem
    }
}

@media (min-width:64em) and (max-width:78.0625em) {
    .block-callout h3 {
        font-size: 3.05rem
    }
}

@media (min-width:78.125em) {
    .block-callout h3 {
        font-size: 3.2rem
    }
}

.block-callout .callout-excerpt {
    margin-bottom: 25px
}

.block-disclaimer {
    font-style: italic
}

@media (max-width:31.1875em) {
    .block-disclaimer {
        font-size: 1.6rem
    }
}

@media (min-width:31.25em) and (max-width:46.8125em) {
    .block-disclaimer {
        font-size: 1.6rem
    }
}

@media (min-width:46.875em) and (max-width:63.9375em) {
    .block-disclaimer {
        font-size: 1.6rem
    }
}

@media (min-width:64em) and (max-width:78.0625em) {
    .block-disclaimer {
        font-size: 1.6rem
    }
}

@media (min-width:78.125em) {
    .block-disclaimer {
        font-size: 1.6rem
    }
}

.two-column-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (min-width:46.875em) {
    .two-column-block {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row;
        flex-flow: row
    }
}

.two-column-block figure {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0 auto
}

@media (min-width:46.875em) {
    .two-column-block figure {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
        flex: 0 0 200px;
        max-width: 200px
    }
}

.two-column-block figure img {
    width: 100%;
    max-width: 200px
}

.two-column-block .column-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-top: 10px;
    text-align: center
}

@media (max-width:31.1875em) {
    .two-column-block .column-content {
        font-size: 1.6rem
    }
}

@media (min-width:31.25em) and (max-width:46.8125em) {
    .two-column-block .column-content {
        font-size: 1.6rem
    }
}

@media (min-width:46.875em) and (max-width:63.9375em) {
    .two-column-block .column-content {
        font-size: 1.6rem
    }
}

@media (min-width:64em) and (max-width:78.0625em) {
    .two-column-block .column-content {
        font-size: 1.6rem
    }
}

@media (min-width:78.125em) {
    .two-column-block .column-content {
        font-size: 1.6rem
    }
}

@media (min-width:46.875em) {
    .two-column-block .column-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 200px);
        flex: 0 0 calc(100% - 200px);
        max-width: calc(100% - 200px);
        padding-left: 30px;
        text-align: left
    }
}

.two-column-block .column-content h3 {
    color: #58498e
}

@media (max-width:31.1875em) {
    .two-column-block .column-content h3 {
        font-size: 3rem
    }
}

@media (min-width:31.25em) and (max-width:46.8125em) {
    .two-column-block .column-content h3 {
        font-size: 3.425rem
    }
}

@media (min-width:46.875em) and (max-width:63.9375em) {
    .two-column-block .column-content h3 {
        font-size: 3.85rem
    }
}

@media (min-width:64em) and (max-width:78.0625em) {
    .two-column-block .column-content h3 {
        font-size: 4.275rem
    }
}

@media (min-width:78.125em) {
    .two-column-block .column-content h3 {
        font-size: 4.7rem
    }
}

.two-column-block.position-right figure {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

@media (min-width:46.875em) {
    .two-column-block.position-right figure {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

.two-column-block.position-right .column-content {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-left: 0;
    text-align: center
}

@media (min-width:46.875em) {
    .two-column-block.position-right .column-content {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding-left: 0;
        padding-right: 30px;
        text-align: right
    }
}

.centered-content {
    text-align: center;
    width: 100%;
    margin: 0 auto
}

@media (min-width:64em) {
    .centered-content {
        width: 70%
    }
}

.block-image {
    display: block;
    position: relative;
    z-index: 2
}

    .block-image.position-left, .block-image.position-right {
        max-width: 350px
    }

@media (min-width:46.875em) {
    .block-image.position-left, .block-image.position-right {
        width: calc(40% - 35px)
    }
}

.block-image img, .featured-image img {
    display: block;
    width: 100%;
    height: auto
}

figcaption {
    text-align: center;
    text-transform: uppercase;
    margin-top: 8px;
    color: #6f6f6f
}

@media (max-width:31.1875em) {
    figcaption {
        font-size: 1.2rem
    }
}

@media (min-width:31.25em) and (max-width:46.8125em) {
    figcaption {
        font-size: 1.2rem
    }
}

@media (min-width:46.875em) and (max-width:63.9375em) {
    figcaption {
        font-size: 1.2rem
    }
}

@media (min-width:64em) and (max-width:78.0625em) {
    figcaption {
        font-size: 1.2rem
    }
}

@media (min-width:78.125em) {
    figcaption {
        font-size: 1.2rem
    }
}

.news-listing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media {
    .news-listing {
        margin-left: 0
    }
}

@media {
    .news-listing .news-list-column {
        margin-left: 0;
        margin-top: 15px;
        margin-bottom: 15px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 0px);
        flex: 0 0 calc(100% - 0px);
        max-width: calc(100% - 0px);
        width: calc(100% - 0px)
    }
}

.news-list-article {
    border-bottom: 2px solid #000;
    padding: 50px 0 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

    .news-list-article:first-of-type {
        border-top: 2px solid #000
    }

    .news-list-article :last-child {
        margin-bottom: 0
    }

    .news-list-article p:last-of-type {
        margin-bottom: 10px;
        line-height: 1
    }

    .news-list-article h3 {
        margin-bottom: 0;
        text-transform: uppercase;
        color: #000
    }

@media (max-width:31.1875em) {
    .news-list-article h3 {
        font-size: 2rem
    }
}

@media (min-width:31.25em) and (max-width:46.8125em) {
    .news-list-article h3 {
        font-size: 2.3rem
    }
}

@media (min-width:46.875em) and (max-width:63.9375em) {
    .news-list-article h3 {
        font-size: 2.6rem
    }
}

@media (min-width:64em) and (max-width:78.0625em) {
    .news-list-article h3 {
        font-size: 2.9rem
    }
}

@media (min-width:78.125em) {
    .news-list-article h3 {
        font-size: 3.2rem
    }
}

.news-list-article figure {
    float: left;
    margin: 0 38px 10px 0;
    display: block
}

    .news-list-article figure img {
        width: 255px;
        display: block;
        height: auto
    }

.news-list-article .callout-link {
    margin-left: 0;
    margin-top: 30px;
    display: block
}

.news-list-article .news-content {
    display: inline-block;
    float: left
}

.news-author {
    display: inline-block;
    margin-left: 22px;
    padding-left: 25px;
    border-left: 1px solid #000
}

@media (min-width:43.75em) {
    .news-author {
        display: block;
        margin-left: 0;
        margin-top: 10px;
        padding-left: 0;
        border-left: 0
    }
}

.post-date {
    color: #000;
    margin-top: 0;
    margin-top: 10px
}

@media (max-width:31.1875em) {
    .post-date {
        font-size: 1.6rem
    }
}

@media (min-width:31.25em) and (max-width:46.8125em) {
    .post-date {
        font-size: 1.6rem
    }
}

@media (min-width:46.875em) and (max-width:63.9375em) {
    .post-date {
        font-size: 1.6rem
    }
}

@media (min-width:64em) and (max-width:78.0625em) {
    .post-date {
        font-size: 1.6rem
    }
}

@media (min-width:78.125em) {
    .post-date {
        font-size: 1.6rem
    }
}

time {
    margin-right: 15px
}

.posted-category {
    margin-left: 15px
}

.search-form input {
    height: 41px
}

.search-form button {
    margin-top: -3px
}

ul.social-icons {
    text-align: center;
    margin: 0
}

    ul.social-icons li {
        display: inline-block;
        padding: 0 15px
    }

@media (max-width:31.1875em) {
    ul.social-icons li {
        font-size: 2.8rem
    }
}

@media (min-width:31.25em) and (max-width:46.8125em) {
    ul.social-icons li {
        font-size: 2.8rem
    }
}

@media (min-width:46.875em) and (max-width:63.9375em) {
    ul.social-icons li {
        font-size: 2.8rem
    }
}

@media (min-width:64em) and (max-width:78.0625em) {
    ul.social-icons li {
        font-size: 2.8rem
    }
}

@media (min-width:78.125em) {
    ul.social-icons li {
        font-size: 2.8rem
    }
}

ul.social-icons li:last-child {
    padding-right: 0
}

ul.social-icons li a:focus, ul.social-icons li a:hover {
    color: #6582be
}

.block-blockquote {
    padding: 0 25px;
    display: block;
    text-align: center;
    position: relative;
    text-transform: uppercase
}

@media (max-width:31.1875em) {
    .block-blockquote {
        font-size: 1.8rem
    }
}

@media (min-width:31.25em) and (max-width:46.8125em) {
    .block-blockquote {
        font-size: 1.85rem
    }
}

@media (min-width:46.875em) and (max-width:63.9375em) {
    .block-blockquote {
        font-size: 1.9rem
    }
}

@media (min-width:64em) and (max-width:78.0625em) {
    .block-blockquote {
        font-size: 1.95rem
    }
}

@media (min-width:78.125em) {
    .block-blockquote {
        font-size: 2rem
    }
}

.block-blockquote p {
    margin-bottom: 0
}

.block-pullquote {
    text-transform: uppercase;
    text-align: center
}

@media (max-width:31.1875em) {
    .block-pullquote {
        font-size: 1.8rem
    }
}

@media (min-width:31.25em) and (max-width:46.8125em) {
    .block-pullquote {
        font-size: 1.85rem
    }
}

@media (min-width:46.875em) and (max-width:63.9375em) {
    .block-pullquote {
        font-size: 1.9rem
    }
}

@media (min-width:64em) and (max-width:78.0625em) {
    .block-pullquote {
        font-size: 1.95rem
    }
}

@media (min-width:78.125em) {
    .block-pullquote {
        font-size: 2rem
    }
}

.block-pullquote cite {
    color: #979797
}

@media (max-width:31.1875em) {
    .block-pullquote cite {
        font-size: 2.6rem
    }
}

@media (min-width:31.25em) and (max-width:46.8125em) {
    .block-pullquote cite {
        font-size: 2.775rem
    }
}

@media (min-width:46.875em) and (max-width:63.9375em) {
    .block-pullquote cite {
        font-size: 2.95rem
    }
}

@media (min-width:64em) and (max-width:78.0625em) {
    .block-pullquote cite {
        font-size: 3.125rem
    }
}

@media (min-width:78.125em) {
    .block-pullquote cite {
        font-size: 3.3rem
    }
}

.block-pullquote p:last-of-type {
    margin-bottom: 5px
}

@media (min-width:46.875em) {
    .block-blockquote.position-left, .block-blockquote.position-right, .block-pullquote.position-left, .block-pullquote.position-right {
        max-width: calc(50% - 35px)
    }
}

.block-accordion {
    margin: 45px 0;
    padding: 0
}

    .block-accordion + .block-accordion {
        margin-top: -35px
    }

    .block-accordion .accordion-toggle {
        display: block;
        cursor: pointer;
        margin-bottom: 0;
        position: relative;
        padding: 20px 0;
        color: #949494;
        text-transform: none
    }

@media (max-width:31.1875em) {
    .block-accordion .accordion-toggle {
        font-size: 1.6rem
    }
}

@media (min-width:31.25em) and (max-width:46.8125em) {
    .block-accordion .accordion-toggle {
        font-size: 1.7rem
    }
}

@media (min-width:46.875em) and (max-width:63.9375em) {
    .block-accordion .accordion-toggle {
        font-size: 1.8rem
    }
}

@media (min-width:64em) and (max-width:78.0625em) {
    .block-accordion .accordion-toggle {
        font-size: 1.9rem
    }
}

@media (min-width:78.125em) {
    .block-accordion .accordion-toggle {
        font-size: 2rem
    }
}

.block-accordion .accordion-toggle:after {
    content: "\F054";
    font-size: 10px;
    font-family: FontAwesome
}

.block-accordion .accordion-toggle:focus, .block-accordion .accordion-toggle:hover {
    color: #58498e
}

.block-accordion.open .accordion-toggle:after {
    content: "\F078"
}

.block-accordion .accordion-content {
    display: none;
    border-top: 0;
    padding: 0 30px
}

@media (max-width:31.1875em) {
    .block-accordion .accordion-content {
        font-size: 1.4rem
    }
}

@media (min-width:31.25em) and (max-width:46.8125em) {
    .block-accordion .accordion-content {
        font-size: 1.45rem
    }
}

@media (min-width:46.875em) and (max-width:63.9375em) {
    .block-accordion .accordion-content {
        font-size: 1.5rem
    }
}

@media (min-width:64em) and (max-width:78.0625em) {
    .block-accordion .accordion-content {
        font-size: 1.55rem
    }
}

@media (min-width:78.125em) {
    .block-accordion .accordion-content {
        font-size: 1.6rem
    }
}

.block-accordion .accordion-content :first-child {
    margin-top: 0
}

.block-accordion .accordion-content :last-child {
    margin-bottom: 0
}

.block-download-callout {
    display: block;
    width: 100%;
    max-width: 415px;
    line-height: 1;
    position: relative
}

    .block-download-callout:last-child {
        margin-bottom: 0
    }

    .block-download-callout .table-container {
        padding-left: 25px;
        background-color: #000;
        height: 100%
    }

@media (max-width:31.1875em) {
    .block-download-callout .table-container {
        font-size: 2.4rem
    }
}

@media (min-width:31.25em) and (max-width:46.8125em) {
    .block-download-callout .table-container {
        font-size: 2.4rem
    }
}

@media (min-width:46.875em) and (max-width:63.9375em) {
    .block-download-callout .table-container {
        font-size: 2.4rem
    }
}

@media (min-width:64em) and (max-width:78.0625em) {
    .block-download-callout .table-container {
        font-size: 2.4rem
    }
}

@media (min-width:78.125em) {
    .block-download-callout .table-container {
        font-size: 2.4rem
    }
}

@media (min-width:28.125em) {
    .block-download-callout .table-container {
        padding-left: 10px
    }
}

.block-download-callout .download-icon-container {
    padding: 15px 20px;
    width: 90px;
    display: table-cell;
    vertical-align: middle;
    background: #fff;
    color: #000
}

@media (max-width:31.1875em) {
    .block-download-callout .download-icon-container {
        font-size: 1.6rem
    }
}

@media (min-width:31.25em) and (max-width:46.8125em) {
    .block-download-callout .download-icon-container {
        font-size: 1.6rem
    }
}

@media (min-width:46.875em) and (max-width:63.9375em) {
    .block-download-callout .download-icon-container {
        font-size: 1.6rem
    }
}

@media (min-width:64em) and (max-width:78.0625em) {
    .block-download-callout .download-icon-container {
        font-size: 1.6rem
    }
}

@media (min-width:78.125em) {
    .block-download-callout .download-icon-container {
        font-size: 1.6rem
    }
}

@media (min-width:25em) {
    .block-download-callout .download-icon-container {
        width: 83px
    }
}

.block-download-callout .download-icon-container .download-icon {
    display: block;
    text-align: center
}

.block-download-callout .download-icon-container i {
    line-height: 42px
}

@media (max-width:31.1875em) {
    .block-download-callout .download-icon-container i {
        font-size: 4.2rem
    }
}

@media (min-width:31.25em) and (max-width:46.8125em) {
    .block-download-callout .download-icon-container i {
        font-size: 4.2rem
    }
}

@media (min-width:46.875em) and (max-width:63.9375em) {
    .block-download-callout .download-icon-container i {
        font-size: 4.2rem
    }
}

@media (min-width:64em) and (max-width:78.0625em) {
    .block-download-callout .download-icon-container i {
        font-size: 4.2rem
    }
}

@media (min-width:78.125em) {
    .block-download-callout .download-icon-container i {
        font-size: 4.2rem
    }
}

@media (min-width:25em) {
    .block-download-callout .download-icon-container i {
        line-height: 58px
    }
}

@media (min-width:25em) and (max-width:31.1875em) {
    .block-download-callout .download-icon-container i {
        font-size: 3.8rem
    }
}

@media (min-width:25em) and (min-width:31.25em) and (max-width:46.8125em) {
    .block-download-callout .download-icon-container i {
        font-size: 3.8rem
    }
}

@media (min-width:25em) and (min-width:46.875em) and (max-width:63.9375em) {
    .block-download-callout .download-icon-container i {
        font-size: 3.8rem
    }
}

@media (min-width:25em) and (min-width:64em) and (max-width:78.0625em) {
    .block-download-callout .download-icon-container i {
        font-size: 3.8rem
    }
}

@media (min-width:25em) and (min-width:78.125em) {
    .block-download-callout .download-icon-container i {
        font-size: 3.8rem
    }
}

.block-download-callout .download-copy {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    line-height: 25px;
    padding: 10px
}

@media (max-width:31.1875em) {
    .block-download-callout .download-copy {
        font-size: 2.4rem
    }
}

@media (min-width:31.25em) and (max-width:46.8125em) {
    .block-download-callout .download-copy {
        font-size: 2.65rem
    }
}

@media (min-width:46.875em) and (max-width:63.9375em) {
    .block-download-callout .download-copy {
        font-size: 2.9rem
    }
}

@media (min-width:64em) and (max-width:78.0625em) {
    .block-download-callout .download-copy {
        font-size: 3.15rem
    }
}

@media (min-width:78.125em) {
    .block-download-callout .download-copy {
        font-size: 3.4rem
    }
}

@media (max-width:31.1875em) {
    .block-download-callout .download-copy {
        font-size: 1.6rem
    }
}

@media (min-width:31.25em) and (max-width:46.8125em) {
    .block-download-callout .download-copy {
        font-size: 1.8rem
    }
}

@media (min-width:46.875em) and (max-width:63.9375em) {
    .block-download-callout .download-copy {
        font-size: 2rem
    }
}

@media (min-width:64em) and (max-width:78.0625em) {
    .block-download-callout .download-copy {
        font-size: 2.2rem
    }
}

@media (min-width:78.125em) {
    .block-download-callout .download-copy {
        font-size: 2.4rem
    }
}

.block-download-callout .download-copy .callout-link {
    margin-top: 10px
}

@media (max-width:31.1875em) {
    .block-download-callout .download-copy .callout-link {
        font-size: 1.4rem
    }
}

@media (min-width:31.25em) and (max-width:46.8125em) {
    .block-download-callout .download-copy .callout-link {
        font-size: 1.5rem
    }
}

@media (min-width:46.875em) and (max-width:63.9375em) {
    .block-download-callout .download-copy .callout-link {
        font-size: 1.6rem
    }
}

@media (min-width:64em) and (max-width:78.0625em) {
    .block-download-callout .download-copy .callout-link {
        font-size: 1.7rem
    }
}

@media (min-width:78.125em) {
    .block-download-callout .download-copy .callout-link {
        font-size: 1.8rem
    }
}

.block-download-callout:focus, .block-download-callout:hover {
    text-decoration: none
}

    .block-download-callout:focus .table-container, .block-download-callout:hover .table-container {
        background: #999
    }

    .block-download-callout:focus .download-icon-container, .block-download-callout:hover .download-icon-container {
        background: #fff
    }

.pagination ul {
    list-style: none;
    padding: 0;
    text-align: left;
    margin: 0
}

.pagination li {
    display: inline-block;
    margin-right: 8px;
    padding-left: 0
}

    .pagination li:before {
        display: none
    }

    .pagination li a {
        display: block;
        width: 45px;
        height: 45px;
        line-height: 45px;
        text-align: center;
        color: #000;
        text-decoration: none
    }

@media (max-width:31.1875em) {
    .pagination li a {
        font-size: 2.6rem
    }
}

@media (min-width:31.25em) and (max-width:46.8125em) {
    .pagination li a {
        font-size: 2.6rem
    }
}

@media (min-width:46.875em) and (max-width:63.9375em) {
    .pagination li a {
        font-size: 2.6rem
    }
}

@media (min-width:64em) and (max-width:78.0625em) {
    .pagination li a {
        font-size: 2.6rem
    }
}

@media (min-width:78.125em) {
    .pagination li a {
        font-size: 2.6rem
    }
}

@media (min-width:29.6875em) {
    .pagination li a {
        width: 30px;
        height: 30px;
        line-height: 30px
    }
}

@media (min-width:29.6875em) and (max-width:31.1875em) {
    .pagination li a {
        font-size: 1.6rem
    }
}

@media (min-width:29.6875em) and (min-width:31.25em) and (max-width:46.8125em) {
    .pagination li a {
        font-size: 1.6rem
    }
}

@media (min-width:29.6875em) and (min-width:46.875em) and (max-width:63.9375em) {
    .pagination li a {
        font-size: 1.6rem
    }
}

@media (min-width:29.6875em) and (min-width:64em) and (max-width:78.0625em) {
    .pagination li a {
        font-size: 1.6rem
    }
}

@media (min-width:29.6875em) and (min-width:78.125em) {
    .pagination li a {
        font-size: 1.6rem
    }
}

.pagination li a:focus, .pagination li a:hover, .pagination li a i {
    color: #000
}

@media (max-width:31.1875em) {
    .pagination li a i {
        font-size: 2rem
    }
}

@media (min-width:31.25em) and (max-width:46.8125em) {
    .pagination li a i {
        font-size: 2rem
    }
}

@media (min-width:46.875em) and (max-width:63.9375em) {
    .pagination li a i {
        font-size: 2rem
    }
}

@media (min-width:64em) and (max-width:78.0625em) {
    .pagination li a i {
        font-size: 2rem
    }
}

@media (min-width:78.125em) {
    .pagination li a i {
        font-size: 2rem
    }
}

.pagination li.current {
    background: #000;
    z-index: 2
}

    .pagination li.current:focus, .pagination li.current:hover {
        outline: none
    }

    .pagination li.current a {
        color: #fff
    }

        .pagination li.current a:focus, .pagination li.current a:hover {
            text-decoration: none
        }

.pagination li.previous {
    margin-right: 6px
}

.nav-breadcrumbs {
    display: none
}

@media (min-width:64em) {
    .nav-breadcrumbs {
        display: block;
        padding: 10px 0;
        position: relative;
        width: 100%;
        margin: 0 auto;
        text-align: center;
        margin-top: 40px;
        margin-bottom: 5px
    }
}

@media (min-width:64em) and (max-width:31.1875em) {
    .nav-breadcrumbs {
        font-size: 1.8rem
    }
}

@media (min-width:64em) and (min-width:31.25em) and (max-width:46.8125em) {
    .nav-breadcrumbs {
        font-size: 1.8rem
    }
}

@media (min-width:64em) and (min-width:46.875em) and (max-width:63.9375em) {
    .nav-breadcrumbs {
        font-size: 1.8rem
    }
}

@media (min-width:64em) and (min-width:64em) and (max-width:78.0625em) {
    .nav-breadcrumbs {
        font-size: 1.8rem
    }
}

@media (min-width:64em) and (min-width:78.125em) {
    .nav-breadcrumbs {
        font-size: 1.8rem
    }
}

@media (min-width:64em) {
    .nav-breadcrumbs ul {
        text-align: center
    }

    .nav-breadcrumbs li {
        display: inline-block;
        color: #58498e
    }

        .nav-breadcrumbs li.current-page {
            color: #6582be
        }

        .nav-breadcrumbs li a {
            color: #58498e;
            padding-right: 2px;
            padding-left: 2px
        }

            .nav-breadcrumbs li a:focus, .nav-breadcrumbs li a:hover {
                color: #6582be;
                text-decoration: underline
            }
}

.back-to-all {
    text-align: center;
    margin-top: 20px;
    display: block;
    width: 100%;
    margin-bottom: 10px
}

@media (max-width:31.1875em) {
    .back-to-all {
        font-size: 1.6rem
    }
}

@media (min-width:31.25em) and (max-width:46.8125em) {
    .back-to-all {
        font-size: 1.6rem
    }
}

@media (min-width:46.875em) and (max-width:63.9375em) {
    .back-to-all {
        font-size: 1.6rem
    }
}

@media (min-width:64em) and (max-width:78.0625em) {
    .back-to-all {
        font-size: 1.6rem
    }
}

@media (min-width:78.125em) {
    .back-to-all {
        font-size: 1.6rem
    }
}

@media (min-width:64em) {
    .back-to-all {
        display: none
    }
}

.custom-checkbox, .custom-radio {
    margin-bottom: 12px
}

    .custom-checkbox input[type=checkbox], .custom-radio input[type=radio] {
        display: block;
        position: absolute;
        opacity: 0
    }

        .custom-checkbox input[type=checkbox] + span, .custom-radio input[type=radio] + span {
            padding-left: 35px;
            position: relative;
            display: inline-block;
            color: #58498e;
            line-height: 23px
        }

            .custom-checkbox input[type=checkbox] + span:before {
                display: block;
                position: absolute;
                left: 0;
                top: -2px;
                width: 23px;
                height: 23px;
                border: 1px solid #58498e;
                background: #fff;
                content: "";
                color: transparent;
                font-size: .7em;
                line-height: 1.6;
                text-align: center;
                vertical-align: middle
            }

        .custom-checkbox input[type=checkbox]:focus + span:before {
            background: #fff
        }

        .custom-checkbox input[type=checkbox]:checked + span:after {
            content: "";
            color: #fff;
            background: #58498e;
            width: 13px;
            height: 13px;
            position: absolute;
            top: 3px;
            left: 5px
        }

        .custom-radio input[type=radio] + span:before {
            display: block;
            position: absolute;
            left: 0;
            top: -2px;
            width: 22px;
            height: 22px;
            border: 1px solid #58498e;
            background: #fff;
            color: #fff;
            content: "";
            font-size: .7em;
            vertical-align: middle;
            text-align: center;
            -webkit-border-radius: 100%;
            border-radius: 100%
        }

        .custom-radio input[type=radio]:focus + span:before {
            border-color: #58498e
        }

        .custom-radio input[type=radio]:checked + span:after {
            content: "";
            position: absolute;
            top: 2px;
            left: 4px;
            height: 14px;
            width: 14px;
            background: #58498e;
            -webkit-border-radius: 50%;
            border-radius: 50%
        }

    .custom-checkbox.custom-mailing-list span {
        padding-left: 2em;
        position: relative;
        display: inline-block
    }

        .custom-checkbox.custom-mailing-list span:before {
            display: block;
            position: absolute;
            left: 0;
            top: .2em;
            width: 1.8em;
            height: 1.8em;
            border: 1px solid #9c9c9c;
            background: #fff;
            font-family: fontawesome;
            content: "\F00C";
            color: transparent;
            font-size: .7em;
            line-height: 1.6;
            text-align: center;
            vertical-align: middle
        }

        .custom-checkbox.custom-mailing-list span.checked:before {
            color: #fff;
            background: #333;
            border: 1px solid #333
        }

    .custom-checkbox.custom-mailing-list label {
        display: block;
        position: absolute;
        opacity: 0;
        z-index: 7
    }

    .custom-checkbox.custom-mailing-list input {
        display: block;
        position: absolute;
        opacity: 0;
        z-index: 5
    }

.hero {
    overflow: hidden
}

@media (max-width:63.9375em) {
    .hero > .container {
        padding-left: 0;
        padding-right: 0
    }
}

.hero .heading-hero {
    text-shadow: 2px 2px 8px rgba(0,0,0,.3);
    color: #fff;
    text-align: center;
    width: 100%;
    margin-top: 30px;
    z-index: 7;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 3ex;
}

@media (max-width:31.1875em) {
    .hero .heading-hero {
        font-size: 5rem
    }
}

@media (min-width:31.25em) and (max-width:46.8125em) {
    .hero .heading-hero {
        font-size: 7.5rem
    }
}

@media (min-width:46.875em) and (max-width:63.9375em) {
    .hero .heading-hero {
        font-size: 10rem
    }
}

@media (min-width:64em) and (max-width:78.0625em) {
    .hero .heading-hero {
        font-size: 10rem
    }
}

@media (min-width:78.125em) {
    .hero .heading-hero {
        font-size: 10rem
    }
}

@media (min-width:64em) {
    .hero .heading-hero {
        margin-top: 50px
    }
}

@media (max-width:25em) {
    .hero .heading-hero {
        line-height: 1
    }
}

.hero .callout-headline {
    background: #58498e;
    padding: 10px 0;
    clear: both
}

    .hero .callout-headline h1 {
        color: #fff;
        font-weight: 400;
        text-transform: uppercase;
        width: 100%;
        margin: 0 auto;
        text-align: center
    }

@media (max-width:31.1875em) {
    .hero .callout-headline h1 {
        font-size: 2.8rem
    }
}

@media (min-width:31.25em) and (max-width:46.8125em) {
    .hero .callout-headline h1 {
        font-size: 3.05rem
    }
}

@media (min-width:46.875em) and (max-width:63.9375em) {
    .hero .callout-headline h1 {
        font-size: 3.3rem
    }
}

@media (min-width:64em) and (max-width:78.0625em) {
    .hero .callout-headline h1 {
        font-size: 3.55rem
    }
}

@media (min-width:78.125em) {
    .hero .callout-headline h1 {
        font-size: 3.8rem
    }
}

.hero-container {
    max-width: 1364px;
    margin: 0 auto;
    position: relative;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:64em) {
    .hero-container {
        padding-left: 42px;
        padding-right: 42px
    }
}

.hero-callout {
    margin: -30px auto 20px;
    text-align: center
}

@media (min-width:64em) {
    .hero-callout {
        margin-top: -110px;
        margin-bottom: 40px
    }
}

.hero-callout .owl-dots {
    margin: 15px auto 0;
    text-align: center
}

@media (min-width:64em) {
    .hero-callout .owl-dots {
        margin: 0 auto
    }
}

.hero-callout .owl-dots .owl-dot {
    border: 1px solid #979797;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    height: 12px;
    width: 12px;
    margin: 0 4px;
    position: relative
}

    .hero-callout .owl-dots .owl-dot.active:before {
        content: "";
        width: 8px;
        height: 8px;
        background: #979797;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        position: absolute;
        top: 1px;
        left: 1px
    }

.callout-container {
    width: 80%;
    margin: 0 auto;
    display: block
}

.callouts {
    margin-top: 30px;
    margin-top: 2.34375vw;
    margin-bottom: 40px;
    margin-bottom: 3.125vw;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    -ms-flex-wrap: wrap;
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:853.33333px) {
    .callouts {
        margin-top: 20px
    }
}

@media (min-width:1280px) {
    .callouts {
        margin-top: 30px
    }
}

@media (max-width:640px) {
    .callouts {
        margin-bottom: 20px
    }
}

@media (min-width:1280px) {
    .callouts {
        margin-bottom: 40px
    }
}

@media (max-width:31.24em) {
    .callouts {
        margin-left: -20px
    }
}

@media (max-width:31.24em) {
    .callouts .callout-column {
        margin-left: 20px;
        margin-top: 20px;
        margin-bottom: 20px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 20px);
        flex: 0 0 calc(100% - 20px);
        max-width: calc(100% - 20px);
        width: calc(100% - 20px)
    }
}

@media (min-width:31.25em) and (max-width:63.99em) {
    .callouts {
        margin-left: -40px
    }
}

@media (min-width:31.25em) and (max-width:63.99em) {
    .callouts .callout-column {
        margin-left: 40px;
        margin-top: 25px;
        margin-bottom: 25px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 40px);
        flex: 0 0 calc(50% - 40px);
        max-width: calc(50% - 40px);
        width: calc(50% - 40px)
    }
}

@media (min-width:64em) {
    .callouts {
        margin-left: -60px
    }
}

@media (min-width:64em) {
    .callouts .callout-column {
        margin-left: 60px;
        margin-top: 0;
        margin-bottom: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.33333% - 60px);
        flex: 0 0 calc(33.33333% - 60px);
        max-width: calc(33.33333% - 60px);
        width: calc(33.33333% - 60px)
    }
}

.callout {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    height: 100%;
    text-align: center
}

    .callout h2 {
        color: #58498e;
        font-weight: 400;
        margin-bottom: 10px;
        text-transform: uppercase
    }

@media (max-width:31.1875em) {
    .callout h2 {
        font-size: 2.4rem
    }
}

@media (min-width:31.25em) and (max-width:46.8125em) {
    .callout h2 {
        font-size: 2.6rem
    }
}

@media (min-width:46.875em) and (max-width:63.9375em) {
    .callout h2 {
        font-size: 2.8rem
    }
}

@media (min-width:64em) and (max-width:78.0625em) {
    .callout h2 {
        font-size: 3rem
    }
}

@media (min-width:78.125em) {
    .callout h2 {
        font-size: 3.2rem
    }
}

.overlay {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: rgba(0,0,0,.5);
    z-index: 4
}

[data-off-canvas*=bottom] {
    height: calc(100% - 160px)
}

.off-canvas-slidebar {
    z-index: 6;
    background: #58498e
}

.off-canvas-nav > ol {
    list-style: none
}

    .off-canvas-nav > ol, .off-canvas-nav > ol > li {
        margin: 0;
        padding: 0;
        width: 100%
    }

        .off-canvas-nav > ol > li.open > ol {
            display: block
        }

        .off-canvas-nav > ol > li a {
            padding: 10px;
            text-align: center;
            text-transform: uppercase;
            color: #fff;
            width: 100%;
            margin: 20px 0;
            display: block
        }

@media (max-width:31.1875em) {
    .off-canvas-nav > ol > li a {
        font-size: 2rem
    }
}

@media (min-width:31.25em) and (max-width:46.8125em) {
    .off-canvas-nav > ol > li a {
        font-size: 2rem
    }
}

@media (min-width:46.875em) and (max-width:63.9375em) {
    .off-canvas-nav > ol > li a {
        font-size: 2rem
    }
}

@media (min-width:64em) and (max-width:78.0625em) {
    .off-canvas-nav > ol > li a {
        font-size: 2rem
    }
}

@media (min-width:78.125em) {
    .off-canvas-nav > ol > li a {
        font-size: 2rem
    }
}

.off-canvas-nav > ol > li a:focus, .off-canvas-nav > ol > li a:hover {
    text-decoration: none
}

.off-canvas-nav > ol > li ol {
    display: none;
    margin-left: 0;
    padding-left: 0
}

    .off-canvas-nav > ol > li ol li {
        padding: 0;
        margin: 0;
        border-bottom: 0;
        list-style: none;
        width: 100%
    }

        .off-canvas-nav > ol > li ol li a {
            padding: 10px;
            text-align: center;
            text-transform: uppercase
        }

@media (max-width:31.1875em) {
    .off-canvas-nav > ol > li ol li a {
        font-size: 2rem
    }
}

@media (min-width:31.25em) and (max-width:46.8125em) {
    .off-canvas-nav > ol > li ol li a {
        font-size: 2rem
    }
}

@media (min-width:46.875em) and (max-width:63.9375em) {
    .off-canvas-nav > ol > li ol li a {
        font-size: 2rem
    }
}

@media (min-width:64em) and (max-width:78.0625em) {
    .off-canvas-nav > ol > li ol li a {
        font-size: 2rem
    }
}

@media (min-width:78.125em) {
    .off-canvas-nav > ol > li ol li a {
        font-size: 2rem
    }
}

.off-canvas-nav .header-nav-aux ul li {
    padding: 0 10px
}

    .off-canvas-nav .header-nav-aux ul li a {
        color: #fff
    }

@media (max-width:31.1875em) {
    .off-canvas-nav .header-nav-aux ul li a {
        font-size: 3.6rem
    }
}

@media (min-width:31.25em) and (max-width:46.8125em) {
    .off-canvas-nav .header-nav-aux ul li a {
        font-size: 3.6rem
    }
}

@media (min-width:46.875em) and (max-width:63.9375em) {
    .off-canvas-nav .header-nav-aux ul li a {
        font-size: 3.6rem
    }
}

@media (min-width:64em) and (max-width:78.0625em) {
    .off-canvas-nav .header-nav-aux ul li a {
        font-size: 3.6rem
    }
}

@media (min-width:78.125em) {
    .off-canvas-nav .header-nav-aux ul li a {
        font-size: 3.6rem
    }
}

.gallery {
    position: relative;
    margin-bottom: 30px
}

@media (min-width:46.875em) {
    .gallery {
        margin-top: 0;
        margin-bottom: 0
    }
}

.gallery h1 {
    text-align: center;
    line-height: 1.5
}

.gallery .gallery__preview {
    margin: 0;
    width: 100%;
    max-width: 100%
}

@media (min-width:64em) {
    .gallery .gallery__preview {
        width: 70%;
        max-width: 70%
    }
}

.gallery .gallery__preview img {
    width: 100%;
    max-width: 100%
}

.gallery .product-info {
    width: 100%;
    text-align: center
}

@media (max-width:31.1875em) {
    .gallery .product-info {
        font-size: 1.5rem
    }
}

@media (min-width:31.25em) and (max-width:46.8125em) {
    .gallery .product-info {
        font-size: 1.5rem
    }
}

@media (min-width:46.875em) and (max-width:63.9375em) {
    .gallery .product-info {
        font-size: 1.5rem
    }
}

@media (min-width:64em) and (max-width:78.0625em) {
    .gallery .product-info {
        font-size: 1.5rem
    }
}

@media (min-width:78.125em) {
    .gallery .product-info {
        font-size: 1.5rem
    }
}

@media (min-width:64em) {
    .gallery .product-info {
        width: 29%;
        float: left;
        padding-left: 15px;
        margin-top: 30px;
        margin-bottom: 20px
    }
}

.gallery .product-info h2 {
    display: none
}

@media (min-width:64em) {
    .gallery .product-info h2 {
        display: block;
        text-transform: none
    }
}

@media (min-width:64em) and (max-width:31.1875em) {
    .gallery .product-info h2 {
        font-size: 2.6rem
    }
}

@media (min-width:64em) and (min-width:31.25em) and (max-width:46.8125em) {
    .gallery .product-info h2 {
        font-size: 2.75rem
    }
}

@media (min-width:64em) and (min-width:46.875em) and (max-width:63.9375em) {
    .gallery .product-info h2 {
        font-size: 2.9rem
    }
}

@media (min-width:64em) and (min-width:64em) and (max-width:78.0625em) {
    .gallery .product-info h2 {
        font-size: 3.05rem
    }
}

@media (min-width:64em) and (min-width:78.125em) {
    .gallery .product-info h2 {
        font-size: 3.2rem
    }
}

.gallery .product-info p {
    padding: 0
}

@media (min-width:64em) {
    .gallery .product-info p {
        padding: 0 15px
    }
}

.gallery .product-info ul {
    margin-left: 30px
}

@media (min-width:31.25em) and (max-width:63.9375em) {
    .gallery .product-info ul {
        width: 50%;
        margin: 0 auto
    }
}

.gallery .product-info ul li {
    margin-bottom: 8px
}

.gallery .product-info .nutrition-callout {
    text-align: center
}

    .gallery .product-info .nutrition-callout:focus, .gallery .product-info .nutrition-callout:hover {
        color: #6582be
    }

@media (min-width:64em) {
    .gallery .product-info .nutrition-callout {
        text-align: left
    }
}

.gallery .product-info .btn {
    margin-top: 15px;
    text-align: center;
    padding: 9.5px 45px
}

@media (min-width:46.875em) {
    .gallery .product-info .btn {
        margin-left: 30px
    }
}

@media (min-width:64em) {
    .gallery .product-info .btn {
        float: left;
        text-align: left
    }
}

.gallery .pistachio .nutrition-callout, .gallery .pistachio h1, .gallery .pistachio h2 {
    color: #68743d
}

.gallery .pistachio ul li:before {
    border-color: transparent transparent transparent #68743d
}

.gallery .pistachio ul li .block-accordion .accordion-toggle:after {
    color: #68743d
}

.gallery .pistachio .btn.btn-primary {
    border-color: #68743d;
    background: #68743d
}

    .gallery .pistachio .btn.btn-primary:focus, .gallery .pistachio .btn.btn-primary:hover {
        background: #fff;
        color: #68743d;
        border-color: #68743d
    }

.gallery .cocoa .nutrition-callout, .gallery .cocoa h1, .gallery .cocoa h2 {
    color: #3a5095
}

.gallery .cocoa ul li:before {
    border-color: transparent transparent transparent #3a5095
}

.gallery .cocoa ul li .block-accordion .accordion-toggle:after {
    color: #3a5095
}

.gallery .cocoa .btn.btn-primary {
    border-color: #3a5095;
    background: #3a5095
}

    .gallery .cocoa .btn.btn-primary:focus, .gallery .cocoa .btn.btn-primary:hover {
        background: #fff;
        color: #3a5095;
        border-color: #3a5095
    }

.gallery .raspberry .nutrition-callout, .gallery .raspberry h1, .gallery .raspberry h2 {
    color: #554a8c
}

.gallery .raspberry ul li:before {
    border-color: transparent transparent transparent #554a8c
}

.gallery .raspberry ul li .block-accordion .accordion-toggle:after {
    color: #554a8c
}

.gallery .raspberry .btn.btn-primary {
    border-color: #554a8c;
    background: #554a8c
}

    .gallery .raspberry .btn.btn-primary:focus, .gallery .raspberry .btn.btn-primary:hover {
        background: #fff;
        color: #554a8c;
        border-color: #554a8c
    }

.gallery .lemon .nutrition-callout, .gallery .lemon h1, .gallery .lemon h2 {
    color: #bb9423
}

.gallery .lemon ul li:before {
    border-color: transparent transparent transparent #bb9423
}

.gallery .lemon ul li .block-accordion .accordion-toggle:after {
    color: #bb9423
}

.gallery .lemon .btn.btn-primary {
    border-color: #bb9423;
    background: #bb9423
}

    .gallery .lemon .btn.btn-primary:focus, .gallery .lemon .btn.btn-primary:hover {
        background: #fff;
        color: #bb9423;
        border-color: #bb9423
    }

.gallery .peanut-butter .nutrition-callout, .gallery .peanut-butter h1, .gallery .peanut-butter h2 {
    color: #ae6e20
}

.gallery .peanut-butter ul li:before {
    border-color: transparent transparent transparent #ae6e20
}

.gallery .peanut-butter ul li .block-accordion .accordion-toggle:after {
    color: #ae6e20
}

.gallery .peanut-butter .btn.btn-primary {
    border-color: #ae6e20;
    background: #ae6e20
}

    .gallery .peanut-butter .btn.btn-primary:focus, .gallery .peanut-butter .btn.btn-primary:hover {
        background: #fff;
        color: #ae6e20;
        border-color: #ae6e20
    }

.gallery .passion .nutrition-callout, .gallery .passion h1, .gallery .passion h2 {
    color: #76346f
}

.gallery .passion ul li:before {
    border-color: transparent transparent transparent #76346f
}

.gallery .passion ul li .block-accordion .accordion-toggle:after {
    color: #76346f
}

.gallery .passion .btn.btn-primary {
    border-color: #76346f;
    background: #76346f
}

    .gallery .passion .btn.btn-primary:focus, .gallery .passion .btn.btn-primary:hover {
        background: #fff;
        color: #76346f;
        border-color: #76346f
    }

.gallery .cafe .nutrition-callout, .gallery .cafe h1, .gallery .cafe h2 {
    color: #6f4b4a
}

.gallery .cafe ul li:before {
    border-color: transparent transparent transparent #6f4b4a
}

.gallery .cafe ul li .block-accordion .accordion-toggle:after {
    color: #6f4b4a
}

.gallery .cafe .btn.btn-primary {
    border-color: #6f4b4a;
    background: #6f4b4a
}

    .gallery .cafe .btn.btn-primary:focus, .gallery .cafe .btn.btn-primary:hover {
        background: #fff;
        color: #6f4b4a;
        border-color: #6f4b4a
    }

.gallery .flavor-detail-nav {
    position: absolute;
    top: 170px;
    left: 0;
    right: 0;
    cursor: pointer;
    z-index: 3
}

@media (min-width:64em) {
    .gallery .flavor-detail-nav {
        display: none
    }
}

.gallery .flavor-detail-nav .flavor-detail-nav-prev {
    left: 0;
    position: absolute
}

    .gallery .flavor-detail-nav .flavor-detail-nav-prev:before {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 12.5px 20px 12.5px 0;
        border-color: transparent #58498e transparent transparent;
        display: block
    }

.gallery .flavor-detail-nav .flavor-detail-nav-next {
    right: 15px;
    position: absolute
}

    .gallery .flavor-detail-nav .flavor-detail-nav-next:before {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 12.5px 0 12.5px 20px;
        border-color: transparent transparent transparent #58498e;
        display: block
    }

.gallery .owl-nav {
    top: 100px;
    right: 0;
    cursor: pointer
}

    .gallery .owl-nav, .gallery .owl-nav .owl-prev {
        position: absolute;
        left: 0
    }

        .gallery .owl-nav .owl-prev:before {
            content: "";
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 12.5px 20px 12.5px 0;
            border-color: transparent #58498e transparent transparent;
            display: block
        }

        .gallery .owl-nav .owl-next {
            right: 0;
            position: absolute
        }

            .gallery .owl-nav .owl-next:before {
                content: "";
                width: 0;
                height: 0;
                border-style: solid;
                border-width: 12.5px 0 12.5px 20px;
                border-color: transparent transparent transparent #58498e;
                display: block
            }

@media (min-width:64em) {
    .gallery .owl-nav {
        display: none
    }
}

.gallery .gallery__thumbnails {
    position: relative;
    display: none
}

.gallery .gallery__thumbs {
    list-style: none;
    margin: 0;
    padding: 0
}

.gallery .gallery__next, .gallery .gallery__prev, .gallery .gallery__thumbs-next, .gallery .gallery__thumbs-prev {
    position: absolute;
    top: 75%;
    z-index: 3;
    display: block;
    width: 32px;
    height: 32px;
    margin-top: -16px;
    text-align: center;
    text-decoration: none;
    line-height: 30px;
    color: #ccc
}

@media (max-width:31.1875em) {
    .gallery .gallery__next, .gallery .gallery__prev, .gallery .gallery__thumbs-next, .gallery .gallery__thumbs-prev {
        font-size: 4.8rem
    }
}

@media (min-width:31.25em) and (max-width:46.8125em) {
    .gallery .gallery__next, .gallery .gallery__prev, .gallery .gallery__thumbs-next, .gallery .gallery__thumbs-prev {
        font-size: 4.8rem
    }
}

@media (min-width:46.875em) and (max-width:63.9375em) {
    .gallery .gallery__next, .gallery .gallery__prev, .gallery .gallery__thumbs-next, .gallery .gallery__thumbs-prev {
        font-size: 4.8rem
    }
}

@media (min-width:64em) and (max-width:78.0625em) {
    .gallery .gallery__next, .gallery .gallery__prev, .gallery .gallery__thumbs-next, .gallery .gallery__thumbs-prev {
        font-size: 4.8rem
    }
}

@media (min-width:78.125em) {
    .gallery .gallery__next, .gallery .gallery__prev, .gallery .gallery__thumbs-next, .gallery .gallery__thumbs-prev {
        font-size: 4.8rem
    }
}

.gallery .gallery__next:focus, .gallery .gallery__next:hover, .gallery .gallery__prev:focus, .gallery .gallery__prev:hover, .gallery .gallery__thumbs-next:focus, .gallery .gallery__thumbs-next:hover, .gallery .gallery__thumbs-prev:focus, .gallery .gallery__thumbs-prev:hover {
    color: #000
}

.gallery .gallery__prev, .gallery .gallery__thumbs-prev {
    left: 20px
}

    .gallery .gallery__prev:before, .gallery .gallery__thumbs-prev:before {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 12.5px 20px 12.5px 0;
        border-color: transparent #58498e transparent transparent;
        display: block
    }

.gallery .gallery__next, .gallery .gallery__thumbs-next {
    right: 20px
}

    .gallery .gallery__next:before, .gallery .gallery__thumbs-next:before {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 12.5px 0 12.5px 20px;
        border-color: transparent transparent transparent #58498e;
        display: block
    }

@media (min-width:64em) {
    .gallery {
        margin-left: 0;
        margin-right: 0
    }
}

@media (min-width:64em) {
    .gallery .gallery__thumbnails {
        display: block;
        width: 100%;
        margin: 30px auto 0
    }

    .gallery .gallery__thumbs {
        padding-left: 60px;
        padding-right: 54px
    }

        .gallery .gallery__thumbs a {
            position: relative;
            display: block;
            overflow: hidden
        }

            .gallery .gallery__thumbs a.is-current:after, .gallery .gallery__thumbs a:focus:after, .gallery .gallery__thumbs a:hover:after {
                opacity: 0
            }

    .gallery .gallery__next, .gallery .gallery__prev {
        display: none
    }

    .gallery .gallery__thumbs-next:focus, .gallery .gallery__thumbs-next:hover, .gallery .gallery__thumbs-prev:focus, .gallery .gallery__thumbs-prev:hover {
        color: #000
    }

    .gallery .gallery__thumbs-prev {
        left: 0
    }

    .gallery .gallery__thumbs-next {
        right: 0
    }
}

.nutrition-callout {
    text-transform: uppercase;
    text-decoration: underline;
    display: block;
    text-align: left;
    margin-top: 15px
}

@media (max-width:31.1875em) {
    .nutrition-callout {
        font-size: 1.5rem
    }
}

@media (min-width:31.25em) and (max-width:46.8125em) {
    .nutrition-callout {
        font-size: 1.5rem
    }
}

@media (min-width:46.875em) and (max-width:63.9375em) {
    .nutrition-callout {
        font-size: 1.5rem
    }
}

@media (min-width:64em) and (max-width:78.0625em) {
    .nutrition-callout {
        font-size: 1.5rem
    }
}

@media (min-width:78.125em) {
    .nutrition-callout {
        font-size: 1.5rem
    }
}

@media (min-width:46.875em) {
    .nutrition-callout {
        margin-left: 20px
    }
}

.gallery h2 {
    color: #58498e;
    text-align: center
}

@media (max-width:31.1875em) {
    .gallery h2 {
        font-size: 6.5rem
    }
}

@media (min-width:31.25em) and (max-width:46.8125em) {
    .gallery h2 {
        font-size: 6.825rem
    }
}

@media (min-width:46.875em) and (max-width:63.9375em) {
    .gallery h2 {
        font-size: 7.15rem
    }
}

@media (min-width:64em) and (max-width:78.0625em) {
    .gallery h2 {
        font-size: 7.475rem
    }
}

@media (min-width:78.125em) {
    .gallery h2 {
        font-size: 7.8rem
    }
}

.gallery.gallery-flavors .pistachio .btn-secondary {
    border-color: #68743d;
    color: #68743d
}

    .gallery.gallery-flavors .pistachio .btn-secondary:focus, .gallery.gallery-flavors .pistachio .btn-secondary:hover {
        background: #68743d;
        color: #fff
    }

.gallery.gallery-flavors .cocoa .btn-secondary {
    border-color: #3a5095;
    color: #3a5095
}

    .gallery.gallery-flavors .cocoa .btn-secondary:focus, .gallery.gallery-flavors .cocoa .btn-secondary:hover {
        background: #3a5095;
        color: #fff
    }

.gallery.gallery-flavors .raspberry .btn-secondary {
    border-color: #554a8c;
    color: #554a8c
}

    .gallery.gallery-flavors .raspberry .btn-secondary:focus, .gallery.gallery-flavors .raspberry .btn-secondary:hover {
        background: #554a8c;
        color: #fff
    }

.gallery.gallery-flavors .lemon .btn-secondary {
    border-color: #bb9423;
    color: #bb9423
}

    .gallery.gallery-flavors .lemon .btn-secondary:focus, .gallery.gallery-flavors .lemon .btn-secondary:hover {
        background: #bb9423;
        color: #fff
    }

.gallery.gallery-flavors .peanut-butter .btn-secondary {
    border-color: #ae6e20;
    color: #ae6e20
}

    .gallery.gallery-flavors .peanut-butter .btn-secondary:focus, .gallery.gallery-flavors .peanut-butter .btn-secondary:hover {
        background: #ae6e20;
        color: #fff
    }

.gallery.gallery-flavors .passion .btn-secondary {
    border-color: #76346f;
    color: #76346f
}

    .gallery.gallery-flavors .passion .btn-secondary:focus, .gallery.gallery-flavors .passion .btn-secondary:hover {
        background: #76346f;
        color: #fff
    }

.gallery.gallery-flavors .cafe .btn-secondary {
    border-color: #6f4b4a;
    color: #6f4b4a
}

    .gallery.gallery-flavors .cafe .btn-secondary:focus, .gallery.gallery-flavors .cafe .btn-secondary:hover {
        background: #6f4b4a;
        color: #fff
    }

.gallery.gallery-flavors h3 {
    text-transform: none
}

@media (max-width:31.1875em) {
    .gallery.gallery-flavors h3 {
        font-size: 2.5rem
    }
}

@media (min-width:31.25em) and (max-width:46.8125em) {
    .gallery.gallery-flavors h3 {
        font-size: 2.675rem
    }
}

@media (min-width:46.875em) and (max-width:63.9375em) {
    .gallery.gallery-flavors h3 {
        font-size: 2.85rem
    }
}

@media (min-width:64em) and (max-width:78.0625em) {
    .gallery.gallery-flavors h3 {
        font-size: 3.025rem
    }
}

@media (min-width:78.125em) {
    .gallery.gallery-flavors h3 {
        font-size: 3.2rem
    }
}

.gallery.gallery-flavors .btn {
    margin: 0 auto 25px;
    float: none
}

.gallery.gallery-flavors .position-left {
    margin-right: 0
}

.gallery.gallery-flavors .gallery_inclusions {
    display: none
}

@media (min-width:64em) {
    .gallery.gallery-flavors .gallery_inclusions {
        width: 30%;
        max-width: 30%;
        display: inline-block
    }
}

.gallery.gallery-flavors .gallery_pint {
    width: 90%;
    max-width: 500px;
    margin: 0 auto;
    float: none
}

@media (min-width:64em) {
    .gallery.gallery-flavors .gallery_pint {
        width: 40%;
        max-width: 40%;
        float: left
    }
}

.gallery.gallery-flavors .product-info {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    margin-top: 20px
}

@media (min-width:64em) {
    .gallery.gallery-flavors .product-info {
        width: 30%;
        max-width: 30%;
        padding-left: 15px;
        margin-top: 0
    }
}

.gallery.gallery-flavors .product-info .scoop {
    max-width: 265px;
    width: 100%;
    margin: 0 auto
}

.gallery .active .gallery_inclusions {
    -webkit-animation: b 1s 1 .25s forwards;
    animation: b 1s 1 .25s forwards
}

.gallery .active .gallery_inclusions, .gallery .active .gallery_pint {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.gallery .active .gallery_pint {
    -webkit-animation: b 1s 1 forwards;
    animation: b 1s 1 forwards
}

.gallery .active .product-info .scoop {
    -webkit-animation: b 1s 1 .5s forwards;
    animation: b 1s 1 .5s forwards
}

.gallery .active .product-info .scoop, .gallery .scale .gallery_inclusions, .gallery .scale .gallery_pint, .gallery .scale .product-info .scoop {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

@-webkit-keyframes b {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes b {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@media (min-width:46.875em) {
    .block-video.position-left, .block-video.position-right {
        width: calc(50% - 35px)
    }
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden
}

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

    .video-container + .block-accordion {
        margin-top: 0;
        text-align: left
    }

.block-child-pages {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    -ms-flex-wrap: wrap;
    display: flex;
    flex-flow: row;
    flex-wrap: wrap
}

@media (max-width:46.865em) {
    .block-child-pages {
        margin-left: -30px
    }
}

@media (max-width:46.865em) {
    .block-child-pages .block-child-page-column {
        margin-left: 30px;
        margin-top: 15px;
        margin-bottom: 15px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 30px);
        flex: 0 0 calc(100% - 30px);
        max-width: calc(100% - 30px);
        width: calc(100% - 30px)
    }
}

@media (min-width:46.875em) {
    .block-child-pages {
        margin-left: -30px
    }
}

@media (min-width:46.875em) {
    .block-child-pages .block-child-page-column {
        margin-left: 30px;
        margin-top: 15px;
        margin-bottom: 15px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 30px);
        flex: 0 0 calc(50% - 30px);
        max-width: calc(50% - 30px);
        width: calc(50% - 30px)
    }
}

.block-child-pages .block-child-page {
    height: 100%;
    display: block
}

    .block-child-pages .block-child-page figure {
        margin: 0;
        width: 100%
    }

        .block-child-pages .block-child-page figure img {
            width: 100%
        }

    .block-child-pages .block-child-page h3 {
        margin-bottom: 5px
    }

@media (max-width:31.1875em) {
    .block-child-pages .block-child-page h3 {
        font-size: 2.2rem
    }
}

@media (min-width:31.25em) and (max-width:46.8125em) {
    .block-child-pages .block-child-page h3 {
        font-size: 2.3rem
    }
}

@media (min-width:46.875em) and (max-width:63.9375em) {
    .block-child-pages .block-child-page h3 {
        font-size: 2.4rem
    }
}

@media (min-width:64em) and (max-width:78.0625em) {
    .block-child-pages .block-child-page h3 {
        font-size: 2.5rem
    }
}

@media (min-width:78.125em) {
    .block-child-pages .block-child-page h3 {
        font-size: 2.6rem
    }
}

.block-child-pages .block-child-page h4 {
    margin-bottom: 5px
}

@media (max-width:31.1875em) {
    .block-child-pages .block-child-page h4 {
        font-size: 1.6rem
    }
}

@media (min-width:31.25em) and (max-width:46.8125em) {
    .block-child-pages .block-child-page h4 {
        font-size: 1.65rem
    }
}

@media (min-width:46.875em) and (max-width:63.9375em) {
    .block-child-pages .block-child-page h4 {
        font-size: 1.7rem
    }
}

@media (min-width:64em) and (max-width:78.0625em) {
    .block-child-pages .block-child-page h4 {
        font-size: 1.75rem
    }
}

@media (min-width:78.125em) {
    .block-child-pages .block-child-page h4 {
        font-size: 1.8rem
    }
}

.block-child-pages .block-child-page p {
    margin: 0;
    color: #000;
    font-weight: 400
}

.block-child-pages .block-child-page a {
    text-decoration: none;
    display: block;
    color: #fff;
    height: 100%;
    background: #eee
}

    .block-child-pages .block-child-page a .block-child-page-content {
        padding: 15px
    }

@media (min-width:46.875em) {
    .block-child-pages .block-child-page a .block-child-page-content {
        padding: 25px
    }
}

.block-child-pages .block-child-page a h3, .block-child-pages .block-child-page a h4 {
    color: #000
}

.block-child-pages .block-child-page a:focus, .block-child-pages .block-child-page a:hover {
    background: #000
}

    .block-child-pages .block-child-page a:focus h3, .block-child-pages .block-child-page a:focus h4, .block-child-pages .block-child-page a:focus p, .block-child-pages .block-child-page a:hover h3, .block-child-pages .block-child-page a:hover h4, .block-child-pages .block-child-page a:hover p {
        color: #fff
    }

.person .featured-image {
    width: 150px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px
}

@media (min-width:31.25em) {
    .person .featured-image {
        float: left;
        margin: 0 20px 10px 0
    }
}

@media (min-width:64em) {
    .person .featured-image {
        width: 300px
    }
}

.is-vishidden {
    position: absolute !important;
    overflow: hidden;
    width: 1px;
    height: 1px;
    padding: 0;
    border: 0;
    clip: rect(1px,1px,1px,1px)
}

.skip-link a, button.skip-link {
    color: #fff;
    background: #58498e;
    padding: 3px 15px;
    width: auto;
    display: block;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    position: absolute;
    top: 0;
    left: 45px;
    z-index: 9;
    font-weight: 400;
    text-transform: uppercase;
    left: -10000px
}

@media (max-width:31.1875em) {
    .skip-link a, button.skip-link {
        font-size: 1.6rem
    }
}

@media (min-width:31.25em) and (max-width:46.8125em) {
    .skip-link a, button.skip-link {
        font-size: 1.6rem
    }
}

@media (min-width:46.875em) and (max-width:63.9375em) {
    .skip-link a, button.skip-link {
        font-size: 1.6rem
    }
}

@media (min-width:64em) and (max-width:78.0625em) {
    .skip-link a, button.skip-link {
        font-size: 1.6rem
    }
}

@media (min-width:78.125em) {
    .skip-link a, button.skip-link {
        font-size: 1.6rem
    }
}

.skip-link a:focus, .skip-link a:hover, button.skip-link:focus, button.skip-link:hover {
    text-decoration: none;
    color: #fff;
    left: 45px
}

button.skip-link#close-menu:focus, button.skip-link#close-menu:hover {
    position: relative;
    margin-left: 0;
    margin-top: 50px
}

.sidebar-widget {
    margin: 30px 0 0;
    padding-bottom: 30px;
    border-bottom: 1px solid #000
}

    .sidebar-widget:last-child {
        border-bottom: 0;
        padding-bottom: 0
    }

    .sidebar-widget > :first-child {
        margin-top: 0
    }

    .sidebar-widget > :last-child {
        margin-bottom: 0
    }

@media (max-width:31.1875em) {
    .sidebar-widget h3 {
        font-size: 3.2rem
    }
}

@media (min-width:31.25em) and (max-width:46.8125em) {
    .sidebar-widget h3 {
        font-size: 3.2rem
    }
}

@media (min-width:46.875em) and (max-width:63.9375em) {
    .sidebar-widget h3 {
        font-size: 3.2rem
    }
}

@media (min-width:64em) and (max-width:78.0625em) {
    .sidebar-widget h3 {
        font-size: 3.2rem
    }
}

@media (min-width:78.125em) {
    .sidebar-widget h3 {
        font-size: 3.2rem
    }
}

.nav-sidebar ~ .sidebar-widget:first-of-type {
    border-top: 1px solid #000;
    padding-top: 30px
}

.sidebar-widget-callout figure, .sidebar-widget-image-ad figure {
    margin: 0
}

.sidebar-widget-callout img, .sidebar-widget-image-ad img {
    width: 100%;
    height: auto
}

.sidebar-widget-newsletter-signup .freeform-field-type--mailing_list {
    display: none
}

.freeform-pages li {
    background-color: #000;
    color: #fff;
    text-align: center;
    padding-left: 0;
    padding: 10px 20px;
    vertical-align: middle
}

    .freeform-pages li a {
        color: red
    }

.freeform-row .freeform-column .add {
    background: red;
    font-weight: 700;
    line-height: 1.5;
    color: #fff;
    border: none;
    padding: 0 20px 5px
}

@media (max-width:31.1875em) {
    .freeform-row .freeform-column .add {
        font-size: 2.4rem
    }
}

@media (min-width:31.25em) and (max-width:46.8125em) {
    .freeform-row .freeform-column .add {
        font-size: 2.4rem
    }
}

@media (min-width:46.875em) and (max-width:63.9375em) {
    .freeform-row .freeform-column .add {
        font-size: 2.4rem
    }
}

@media (min-width:64em) and (max-width:78.0625em) {
    .freeform-row .freeform-column .add {
        font-size: 2.4rem
    }
}

@media (min-width:78.125em) {
    .freeform-row .freeform-column .add {
        font-size: 2.4rem
    }
}

.careerForm .freeform-field-type--submit .btn, .careerForm .freeform-field-type--submit .btn + .btn {
    margin-bottom: 0
}

    .careerForm .freeform-field-type--submit .btn:first-of-type {
        margin-right: 0
    }

.careerForm .freeform-field-type--submit button[name=form_previous_page_button] {
    background: #fff;
    border-color: #000;
    color: #000
}

    .careerForm .freeform-field-type--submit button[name=form_previous_page_button]:focus, .careerForm .freeform-field-type--submit button[name=form_previous_page_button]:hover {
        background: #000;
        color: #fff
    }

.page-header {
    z-index: 8;
    position: absolute;
    width: 100%;
    -webkit-transform: translate(0) !important;
    -ms-transform: translate(0) !important;
    transform: translate(0) !important
}

@media (max-width:63.9375em) {
    .page-header.headroom--not-top {
        position: fixed
    }
}

.page-header .page-header-full {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1
}

.page-header .page-header-compact {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    height: 160px
}

@media (min-width:64em) {
    .page-header .page-header-full {
        display: block
    }

    .page-header .page-header-compact {
        display: none
    }
}

.page-header-full {
    background: #f0f0f0;
    background: -webkit-linear-gradient(left,#f0f0f0,#fff 51%,#ecebed);
    background: -webkit-gradient(linear,left top,right top,from(#f0f0f0),color-stop(51%,#fff),to(#ecebed));
    background: linear-gradient(90deg,#f0f0f0 0,#fff 51%,#ecebed);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f0f0f0",endColorstr="#ecebed",GradientType=1);
    height: 172px
}

    .page-header-full .page-header-full-container {
        max-width: 1364px;
        margin: 0 auto;
        position: relative;
        padding-left: 42px;
        padding-right: 42px;
        height: 100%
    }

    .page-header-full .logo {
        display: inline-block;
        margin-top: 15px;
        margin-bottom: 20px;
        width: 200px
    }

        .page-header-full .logo img {
            display: block;
            width: 100%
        }

    .page-header-full .header-nav-primary > ol {
        position: absolute;
        right: 42px;
        bottom: 20px
    }

    .page-header-full .header-aux {
        position: absolute;
        top: 30px;
        right: 42px
    }

        .page-header-full .header-aux .header-nav-aux {
            position: relative;
            float: left;
            line-height: 41px
        }

.page-header-compact {
    background: #f0f0f0;
    background: -webkit-linear-gradient(left,#f0f0f0,#fff 51%,#ecebed);
    background: -webkit-gradient(linear,left top,right top,from(#f0f0f0),color-stop(51%,#fff),to(#ecebed));
    background: linear-gradient(90deg,#f0f0f0 0,#fff 51%,#ecebed);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f0f0f0",endColorstr="#ecebed",GradientType=1)
}

    .page-header-compact .page-header-compact-container {
        margin: 0 auto;
        position: relative;
        padding-left: 15px;
        padding-right: 15px
    }

.header-nav-compact {
    position: relative;
    height: 160px
}

    .header-nav-compact .logo {
        display: inline-block;
        margin-top: 30px;
        margin-bottom: 10px;
        width: 135px;
        line-height: 1
    }

        .header-nav-compact .logo img {
            width: 100%
        }

    .header-nav-compact .off-canvas-trigger {
        float: right;
        margin-top: 50px;
        margin-bottom: 10px;
        margin-right: 2px;
        border: 0;
        width: 80px;
        background: none
    }

        .header-nav-compact .off-canvas-trigger.open .bar {
            background: #58498e
        }

            .header-nav-compact .off-canvas-trigger.open .bar:last-of-type {
                display: none
            }

            .header-nav-compact .off-canvas-trigger.open .bar:nth-of-type(2) {
                -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                transform: rotate(45deg);
                margin-top: 9px
            }

            .header-nav-compact .off-canvas-trigger.open .bar:nth-of-type(3) {
                -webkit-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
                margin-top: -9px
            }

        .header-nav-compact .off-canvas-trigger .menu {
            color: #58498e;
            text-align: center;
            text-transform: uppercase;
            margin-bottom: 6px
        }

@media (max-width:31.1875em) {
    .header-nav-compact .off-canvas-trigger .menu {
        font-size: 1.8rem
    }
}

@media (min-width:31.25em) and (max-width:46.8125em) {
    .header-nav-compact .off-canvas-trigger .menu {
        font-size: 1.8rem
    }
}

@media (min-width:46.875em) and (max-width:63.9375em) {
    .header-nav-compact .off-canvas-trigger .menu {
        font-size: 1.8rem
    }
}

@media (min-width:64em) and (max-width:78.0625em) {
    .header-nav-compact .off-canvas-trigger .menu {
        font-size: 1.8rem
    }
}

@media (min-width:78.125em) {
    .header-nav-compact .off-canvas-trigger .menu {
        font-size: 1.8rem
    }
}

.header-nav-compact .off-canvas-trigger .bar {
    background: hsla(0,0%,44%,.5);
    width: 30px;
    height: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: block;
    margin: 0 auto 5px
}

    .header-nav-compact .off-canvas-trigger .bar:last-of-type {
        margin-bottom: 0
    }

.page-main {
    padding-top: 160px;
    background: #fff;
    background: -webkit-radial-gradient(center,ellipse cover,#fff 1%,#ecebed 51%,#ecebed 100%);
    background: -webkit-radial-gradient(center ellipse,#fff 1%,#ecebed 51%,#ecebed 100%);
    background: radial-gradient(ellipse at center,#fff 1%,#ecebed 51%,#ecebed 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ecebed",GradientType=1)
}

@media (min-width:64em) {
    .page-main {
        padding-top: 172px
    }
}

.page-footer-main {
    background: #58498e
}

    .page-footer-main .page-footer-main-container {
        max-width: 1364px;
        margin: 0 auto;
        position: relative;
        padding: 30px 42px 25px;
        text-align: center
    }

@media (min-width:46.875em) {
    .page-footer-main .page-footer-main-container {
        padding-bottom: 60px
    }
}

.page-footer-bottom {
    background: #696969
}

    .page-footer-bottom .page-footer-bottom-container {
        margin: 0 auto;
        position: relative;
        padding: 20px 15px;
        text-align: center
    }

    .page-footer-bottom .footer-nav-bottom ul li {
        border-color: #fff
    }

        .page-footer-bottom .footer-nav-bottom ul li a, .page-footer-bottom .footer-nav-bottom ul li span {
            color: #fff
        }

.interior-container {
    max-width: 1364px;
    margin: 0 auto;
    position: relative;
    padding: 0 15px 25px
}

@media (min-width:64em) {
    .interior-container {
        padding-left: 42px;
        padding-right: 42px;
        padding-top: 20px
    }
}

.interior-container.no-header-image {
    padding-top: 65px
}

.interior-container .interior-content {
    float: left;
    width: 100%;
    padding-bottom: 0
}

@media (min-width:56.25em) {
    .interior-container .interior-content {
        padding-bottom: 70px
    }
}

@media (min-width:64em) {
    .interior-container .interior-content {
        width: calc(70% - 50px);
        margin-right: 50px;
        padding-bottom: 90px
    }
}

.interior-container .interior-aside {
    width: 100%;
    float: left;
    padding: 45px 20px 15px;
    background: #eee
}

@media (min-width:64em) {
    .interior-container .interior-aside {
        width: 30%;
        padding-top: 20px;
        padding-bottom: 20px
    }
}

.bottom-content {
    background: #fff;
    padding: 50px 0 30px;
    display: block
}

.intro-content {
    text-align: center;
    padding-top: 40px;
    width: 80%;
    margin: 0 auto;
    display: block
}

@media (min-width:64em) {
    .intro-content {
        padding-top: 65px
    }
}

.intro-content h1 {
    margin-bottom: 0;
    line-height: 1
}

    .intro-content h1 + p {
        margin-top: 20px
    }

body.styleguide {
    padding-bottom: 60px
}

.sg-container {
    max-width: 1364px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-left: 42px;
    padding-right: 42px
}

@media (max-width:46.865em) {
    .sg-container {
        padding-left: 15px;
        padding-right: 15px
    }
}

.sg-colors li {
    display: block;
    float: left;
    margin: 10px
}

.sg-swatch {
    display: block;
    width: 100px;
    height: 100px;
    border: 1px solid #000
}

.styleguide {
    padding-top: 50px
}

    .styleguide main {
        padding-bottom: 50px
    }

    .styleguide hr {
        display: block
    }

.sg-subheading {
    border-bottom: 2px solid #666;
    margin-top: 60px;
    margin-bottom: 30px
}

.sg-dark-bg {
    background-color: #898989
}

.sg-colors.no-bullets li {
    padding-left: 5px
}

.bg.black {
    background: #000
}

.bg.white {
    background: #fff
}

.bg.error {
    background: #d0021b
}

.bg.purple {
    background: #58498e
}

.bg.dk-gray {
    background: #6f6f6f
}

.bg.md-gray {
    background: #ecebed
}

.bg.lt-gray {
    background: #f0f0f0
}

.bg.pistachio {
    background: #68743d
}

.bg.cocoa {
    background: #3a5095
}

.bg.raspberry {
    background: #554a8c
}

.bg.lemon {
    background: #bb9423
}

.bg.peanut-butter {
    background: #ae6e20
}

.bg.passion {
    background: #76346f
}

.bg.cafe {
    background: #6f4b4a
}

.recipe-listing {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    -ms-flex-wrap: wrap;
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    margin-bottom: 30px
}

@media (max-width:46.865em) {
    .recipe-listing {
        margin-left: -30px
    }
}

@media (max-width:46.865em) {
    .recipe-listing .recipe-column {
        margin-left: 30px;
        margin-top: 10px;
        margin-bottom: 10px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 30px);
        flex: 0 0 calc(50% - 30px);
        max-width: calc(50% - 30px);
        width: calc(50% - 30px)
    }
}

@media (min-width:46.875em) and (max-width:63.99em) {
    .recipe-listing {
        margin-left: -30px
    }
}

@media (min-width:46.875em) and (max-width:63.99em) {
    .recipe-listing .recipe-column {
        margin-left: 30px;
        margin-top: 17.5px;
        margin-bottom: 17.5px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.33333% - 30px);
        flex: 0 0 calc(33.33333% - 30px);
        max-width: calc(33.33333% - 30px);
        width: calc(33.33333% - 30px)
    }
}

@media (min-width:64em) {
    .recipe-listing {
        margin-left: -30px
    }
}

@media (min-width:64em) {
    .recipe-listing .recipe-column {
        margin-left: 30px;
        margin-top: 25px;
        margin-bottom: 25px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(25% - 30px);
        flex: 0 0 calc(25% - 30px);
        max-width: calc(25% - 30px);
        width: calc(25% - 30px)
    }
}

@media (min-width:64em) {
    .recipe-listing {
        margin-bottom: 60px
    }
}

.recipe-listing.recipe-three-column {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    -ms-flex-wrap: wrap;
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    margin-bottom: 0
}

@media (max-width:46.865em) {
    .recipe-listing.recipe-three-column {
        margin-left: -30px
    }
}

@media (max-width:46.865em) {
    .recipe-listing.recipe-three-column .recipe-column {
        margin-left: 30px;
        margin-top: 10px;
        margin-bottom: 10px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 30px);
        flex: 0 0 calc(50% - 30px);
        max-width: calc(50% - 30px);
        width: calc(50% - 30px)
    }
}

@media (min-width:46.875em) {
    .recipe-listing.recipe-three-column {
        margin-left: -64px
    }
}

@media (min-width:46.875em) {
    .recipe-listing.recipe-three-column .recipe-column {
        margin-left: 64px;
        margin-top: 17.5px;
        margin-bottom: 17.5px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.33333% - 64px);
        flex: 0 0 calc(33.33333% - 64px);
        max-width: calc(33.33333% - 64px);
        width: calc(33.33333% - 64px)
    }
}

.recipe-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    height: 100%;
    text-align: center
}

    .recipe-item figure {
        margin: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

        .recipe-item figure img {
            width: 100%;
            max-width: 100%
        }

    .recipe-item h2 {
        font-weight: 400;
        margin-top: 15px;
        margin-bottom: 5px;
        text-transform: none;
        line-height: 1.4
    }

@media (max-width:31.1875em) {
    .recipe-item h2 {
        font-size: 1.4rem
    }
}

@media (min-width:31.25em) and (max-width:46.8125em) {
    .recipe-item h2 {
        font-size: 1.45rem
    }
}

@media (min-width:46.875em) and (max-width:63.9375em) {
    .recipe-item h2 {
        font-size: 1.5rem
    }
}

@media (min-width:64em) and (max-width:78.0625em) {
    .recipe-item h2 {
        font-size: 1.55rem
    }
}

@media (min-width:78.125em) {
    .recipe-item h2 {
        font-size: 1.6rem
    }
}

.recipe-item .callout-link {
    margin-top: auto
}

.recipe-flavor-listing {
    margin-top: 0;
    padding-top: 40px;
    padding-bottom: 50px
}

@media (min-width:64em) {
    .recipe-flavor-listing {
        margin-top: -100px;
        padding-top: 120px;
        padding-bottom: 40px
    }
}

@media (min-width:78.125em) {
    .recipe-flavor-listing {
        margin-top: -130px;
        padding-top: 150px;
        padding-bottom: 40px
    }
}

.recipe-flavor-listing h2 {
    margin-bottom: 7px
}

.recipe-flavor-listing .recipes-callout-link {
    text-align: center;
    width: 100%;
    display: block;
    margin-top: 25px
}

@media (max-width:31.1875em) {
    .recipe-flavor-listing .recipes-callout-link {
        font-size: 2rem
    }
}

@media (min-width:31.25em) and (max-width:46.8125em) {
    .recipe-flavor-listing .recipes-callout-link {
        font-size: 2.1rem
    }
}

@media (min-width:46.875em) and (max-width:63.9375em) {
    .recipe-flavor-listing .recipes-callout-link {
        font-size: 2.2rem
    }
}

@media (min-width:64em) and (max-width:78.0625em) {
    .recipe-flavor-listing .recipes-callout-link {
        font-size: 2.3rem
    }
}

@media (min-width:78.125em) {
    .recipe-flavor-listing .recipes-callout-link {
        font-size: 2.4rem
    }
}

@media (max-width:46.8125em) {
    .recipe-flavor-listing .recipe-listing.recipe-three-column .recipe-column:nth-of-type(3) {
        display: none
    }
}

.recipe-flavor-listing .recipe-listing.recipe-three-column .recipe-item h2 {
    color: #949494
}

@media (max-width:31.1875em) {
    .recipe-flavor-listing .recipe-listing.recipe-three-column .recipe-item h2 {
        font-size: 1.6rem
    }
}

@media (min-width:31.25em) and (max-width:46.8125em) {
    .recipe-flavor-listing .recipe-listing.recipe-three-column .recipe-item h2 {
        font-size: 1.7rem
    }
}

@media (min-width:46.875em) and (max-width:63.9375em) {
    .recipe-flavor-listing .recipe-listing.recipe-three-column .recipe-item h2 {
        font-size: 1.8rem
    }
}

@media (min-width:64em) and (max-width:78.0625em) {
    .recipe-flavor-listing .recipe-listing.recipe-three-column .recipe-item h2 {
        font-size: 1.9rem
    }
}

@media (min-width:78.125em) {
    .recipe-flavor-listing .recipe-listing.recipe-three-column .recipe-item h2 {
        font-size: 2rem
    }
}

.flavor-listing {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    -ms-flex-wrap: wrap;
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    margin-top: -35px
}

@media (max-width:46.865em) {
    .flavor-listing {
        margin-left: -25px
    }
}

@media (max-width:46.865em) {
    .flavor-listing .flavor-column {
        margin-left: 25px;
        margin-top: 30px;
        margin-bottom: 30px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 25px);
        flex: 0 0 calc(50% - 25px);
        max-width: calc(50% - 25px);
        width: calc(50% - 25px)
    }
}

@media (min-width:46.875em) {
    .flavor-listing {
        margin-left: -80px
    }
}

@media (min-width:46.875em) {
    .flavor-listing .flavor-column {
        margin-left: 80px;
        margin-top: 47.5px;
        margin-bottom: 47.5px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.33333% - 80px);
        flex: 0 0 calc(33.33333% - 80px);
        max-width: calc(33.33333% - 80px);
        width: calc(33.33333% - 80px)
    }
}

.flavor-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    height: 100%;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:31.1875em) {
    .flavor-item {
        font-size: 1.4rem
    }
}

@media (min-width:31.25em) and (max-width:46.8125em) {
    .flavor-item {
        font-size: 1.45rem
    }
}

@media (min-width:46.875em) and (max-width:63.9375em) {
    .flavor-item {
        font-size: 1.5rem
    }
}

@media (min-width:64em) and (max-width:78.0625em) {
    .flavor-item {
        font-size: 1.55rem
    }
}

@media (min-width:78.125em) {
    .flavor-item {
        font-size: 1.6rem
    }
}

.flavor-item figure {
    margin: 0;
    margin-bottom: 10px
}

    .flavor-item figure img {
        max-width: 100%;
        max-height: 350px
    }

.flavor-item h2 {
    font-weight: 400;
    margin-bottom: 5px;
    text-transform: none;
    margin: 0 auto 8px
}

@media (max-width:31.1875em) {
    .flavor-item h2 {
        font-size: 2.4rem
    }
}

@media (min-width:31.25em) and (max-width:46.8125em) {
    .flavor-item h2 {
        font-size: 2.6rem
    }
}

@media (min-width:46.875em) and (max-width:63.9375em) {
    .flavor-item h2 {
        font-size: 2.8rem
    }
}

@media (min-width:64em) and (max-width:78.0625em) {
    .flavor-item h2 {
        font-size: 3rem
    }
}

@media (min-width:78.125em) {
    .flavor-item h2 {
        font-size: 3.2rem
    }
}

.flavor-item .btn-secondary {
    display: inline-block;
    width: auto;
    margin: 0 auto;
    margin-top: auto;
    max-width: 150px;
    text-align: center
}

.location-listing {
    width: 100%;
    margin: 0 auto
}

/*@media (min-width:46.875em) {
    .location-listing {
        width: 50%
    }
}*/

.location-listing .location-item {
    width: 100%;
    border-bottom: 1px solid #979797;
    padding: 25px 10px 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (min-width:31.25em) {
    .location-listing .location-item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row;
        flex-flow: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

@media (min-width:46.875em) {
    .location-listing .location-item {
        padding: 25px 42px 18px
    }
}

.location-listing .location-item:last-of-type {
    border-bottom: 0
}

.location-listing .location-item .location-address, .location-listing .location-item .location-name {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%
}

@media (min-width:31.25em) {
    .location-listing .location-item .location-address, .location-listing .location-item .location-name {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        width: 50%
    }
}

.location-listing .location-item h2 {
    color: #fff;
    font-weight: 400;
    margin-bottom: 15px;
    text-transform: none
}

@media (max-width:31.1875em) {
    .location-listing .location-item h2 {
        font-size: 1.8rem
    }
}

@media (min-width:31.25em) and (max-width:46.8125em) {
    .location-listing .location-item h2 {
        font-size: 1.85rem
    }
}

@media (min-width:46.875em) and (max-width:63.9375em) {
    .location-listing .location-item h2 {
        font-size: 1.9rem
    }
}

@media (min-width:64em) and (max-width:78.0625em) {
    .location-listing .location-item h2 {
        font-size: 1.95rem
    }
}

@media (min-width:78.125em) {
    .location-listing .location-item h2 {
        font-size: 2rem
    }
}

.location-listing .location-item .location-proximity {
    display: block;
    color: #fff;
}

.location-listing .location-item .location-directions {
    display: block;
    text-decoration: underline;
    text-transform: uppercase
}

    .location-listing .location-item .location-directions:focus, .location-listing .location-item .location-directions:hover {
        color: #fff585;
    }

.location-listing .location-item .location-address {
    text-align: left;
    margin-top: 15px
}

@media (min-width:31.25em) {
    .location-listing .location-item .location-address {
        text-align: right
    }
}

.location-listing .location-item .location-address .address1, .location-listing .location-item .location-address .locality, .location-listing .location-item .location-address .phone {
    display: block
}

#map-results {
    width: 100%;
    height: 300px;
    padding: 13px;
    margin-bottom: 25px;
    margin-top: 40px
}

    #map-results .gm-style .gm-style-iw {
        font-size: 14px
    }

        #map-results .gm-style .gm-style-iw h2 {
            font-size: 20px;
            margin-bottom: 0;
            color: #58498e
        }

        #map-results .gm-style .gm-style-iw a {
            color: #58498e;
            text-decoration: underline
        }

.white-popup-block {
    background: #fff;
    max-width: 498px;
    width: 80%;
    padding: 15px;
    margin: 0 auto
}

@media (min-width:46.875em) {
    .white-popup-block {
        padding: 30px 35px
    }
}

.white-popup-block h2 {
    text-transform: none;
    float: left;
    font-weight: 400
}

@media (max-width:31.1875em) {
    .white-popup-block h2 {
        font-size: 2.4rem
    }
}

@media (min-width:31.25em) and (max-width:46.8125em) {
    .white-popup-block h2 {
        font-size: 2.6rem
    }
}

@media (min-width:46.875em) and (max-width:63.9375em) {
    .white-popup-block h2 {
        font-size: 2.8rem
    }
}

@media (min-width:64em) and (max-width:78.0625em) {
    .white-popup-block h2 {
        font-size: 3rem
    }
}

@media (min-width:78.125em) {
    .white-popup-block h2 {
        font-size: 3.2rem
    }
}

.white-popup-block .popup-modal-dismiss {
    margin-top: 6px;
    float: right;
    width: 24px;
    background: #979797;
    height: 24px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    text-align: center;
    line-height: 24px
}

@media (max-width:31.1875em) {
    .white-popup-block .popup-modal-dismiss {
        font-size: 2rem
    }
}

@media (min-width:31.25em) and (max-width:46.8125em) {
    .white-popup-block .popup-modal-dismiss {
        font-size: 2rem
    }
}

@media (min-width:46.875em) and (max-width:63.9375em) {
    .white-popup-block .popup-modal-dismiss {
        font-size: 2rem
    }
}

@media (min-width:64em) and (max-width:78.0625em) {
    .white-popup-block .popup-modal-dismiss {
        font-size: 2rem
    }
}

@media (min-width:78.125em) {
    .white-popup-block .popup-modal-dismiss {
        font-size: 2rem
    }
}

.white-popup-block img {
    max-width: 100%
}

.header-nav-primary {
    float: right
}

    .header-nav-primary > ol {
        margin: 0;
        padding: 0
    }

@media (max-width:31.1875em) {
    .header-nav-primary > ol {
        font-size: 1.8rem
    }
}

@media (min-width:31.25em) and (max-width:46.8125em) {
    .header-nav-primary > ol {
        font-size: 1.8rem
    }
}

@media (min-width:46.875em) and (max-width:63.9375em) {
    .header-nav-primary > ol {
        font-size: 1.8rem
    }
}

@media (min-width:64em) and (max-width:78.0625em) {
    .header-nav-primary > ol {
        font-size: 1.8rem
    }
}

@media (min-width:78.125em) {
    .header-nav-primary > ol {
        font-size: 1.8rem
    }
}

.header-nav-primary > ol > li {
    display: block;
    float: left;
    position: relative;
    margin: 0 10px 0 0;
    height: 60px
}

    .header-nav-primary > ol > li.nav-item-callout a {
        background: #58498e;
        color: #fff;
        padding: 10px 30px;
        border: 1px solid transparent
    }

        .header-nav-primary > ol > li.nav-item-callout a:focus, .header-nav-primary > ol > li.nav-item-callout a:hover {
            border: 1px solid #58498e;
            background: #fff;
            color: #58498e
        }

    .header-nav-primary > ol > li > a {
        text-decoration: none;
        display: block;
        padding: 10px 15px;
        color: #6f6f6f;
        text-transform: uppercase;
        border: 1px solid transparent
    }

    .header-nav-primary > ol > li:last-child {
        margin-right: 0
    }

        .header-nav-primary > ol > li:last-child ol {
            right: 0
        }

    .header-nav-primary > ol > li.open > a, .header-nav-primary > ol > li:focus > a, .header-nav-primary > ol > li:hover > a {
        text-decoration: none;
        background: #58498e;
        color: #fff
    }

    .header-nav-primary > ol > li.open > ol, .header-nav-primary > ol > li:focus > ol, .header-nav-primary > ol > li:hover > ol {
        display: block
    }

    .header-nav-primary > ol > li ol {
        display: none;
        width: 262px;
        position: absolute;
        top: 58px;
        margin: 0;
        padding: 7px 0 0;
        padding-top: 7px;
        z-index: 8
    }

        .header-nav-primary > ol > li ol li {
            display: block;
            float: none;
            padding: 16px 23px;
            line-height: 22px;
            margin: 0;
            background: hsla(0,0%,40%,.85)
        }

            .header-nav-primary > ol > li ol li:first-child {
                padding-top: 30px
            }

            .header-nav-primary > ol > li ol li:last-child {
                padding-bottom: 30px
            }

            .header-nav-primary > ol > li ol li a {
                border-right: 0;
                color: #fff;
                font-weight: 400
            }

                .header-nav-primary > ol > li ol li a:focus, .header-nav-primary > ol > li ol li a:hover {
                    text-decoration: none;
                    color: #000
                }

.header-nav-aux {
    position: relative
}

.footer-nav-primary {
    position: relative;
    display: inline-block
}

    .footer-nav-primary ol {
        list-style: none;
        margin: 0;
        padding: 0;
        display: inline-block;
        width: 100%
    }

        .footer-nav-primary ol li {
            margin: 0 auto 20px;
            padding: 0;
            display: block;
            text-align: center;
            width: 100%
        }

@media (min-width:48.875em) {
    .footer-nav-primary ol li {
        display: inline-block;
        margin: 0 20px 0 0;
        width: auto
    }
}

.footer-nav-primary ol li a {
    color: #fff;
    text-transform: uppercase
}

@media (max-width:31.1875em) {
    .footer-nav-primary ol li a {
        font-size: 1.8rem
    }
}

@media (min-width:31.25em) and (max-width:46.8125em) {
    .footer-nav-primary ol li a {
        font-size: 1.8rem
    }
}

@media (min-width:46.875em) and (max-width:63.9375em) {
    .footer-nav-primary ol li a {
        font-size: 1.8rem
    }
}

@media (min-width:64em) and (max-width:78.0625em) {
    .footer-nav-primary ol li a {
        font-size: 1.8rem
    }
}

@media (min-width:78.125em) {
    .footer-nav-primary ol li a {
        font-size: 1.8rem
    }
}

.footer-nav-primary ol li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none
}

.footer-nav-aux {
    position: relative;
    display: inline-block;
    margin-top: 15px;
    text-align: left;
    width: 100%
}

    .footer-nav-aux ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: inline-block;
        width: 100%
    }

        .footer-nav-aux ul li {
            margin: 0 auto 20px;
            padding: 0;
            display: block;
            text-align: center;
            width: 100%
        }

@media (min-width:48.875em) {
    .footer-nav-aux ul li {
        display: inline-block;
        margin: 0 20px 0 0;
        width: auto
    }
}

.footer-nav-aux ul li a {
    color: #fff
}

@media (max-width:31.1875em) {
    .footer-nav-aux ul li a {
        font-size: 1.5rem
    }
}

@media (min-width:31.25em) and (max-width:46.8125em) {
    .footer-nav-aux ul li a {
        font-size: 1.5rem
    }
}

@media (min-width:46.875em) and (max-width:63.9375em) {
    .footer-nav-aux ul li a {
        font-size: 1.5rem
    }
}

@media (min-width:64em) and (max-width:78.0625em) {
    .footer-nav-aux ul li a {
        font-size: 1.5rem
    }
}

@media (min-width:78.125em) {
    .footer-nav-aux ul li a {
        font-size: 1.5rem
    }
}

.footer-nav-aux ul li:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none
}

.footer-nav-bottom {
    position: relative;
    display: inline-block;
    color: #fff;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column
}

@media (min-width:48.875em) {
    .footer-nav-bottom {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row;
        flex-flow: row
    }
}

.footer-nav-bottom .copyright {
    text-align: center
}

@media (min-width:48.875em) {
    .footer-nav-bottom .copyright {
        text-align: left
    }
}

.footer-nav-bottom .footer-logo {
    width: 160px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    display: block;
    margin: 0 auto
}

@media (min-width:48.875em) {
    .footer-nav-bottom .footer-logo {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 160px;
        flex: 0 0 160px;
        max-width: 160px
    }
}

.footer-nav-bottom .footer-logo img {
    width: 100%;
    max-width: 100%
}

.footer-nav-bottom .footer-nav {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 10px;
    width: 100%
}

@media (min-width:48.875em) {
    .footer-nav-bottom .footer-nav {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 160px);
        flex: 0 0 calc(100% - 160px);
        max-width: calc(100% - 160px);
        width: calc(100% - 160px)
    }
}

.footer-nav-bottom .footer-nav .footer-nav-primary {
    display: block;
    margin-bottom: 0;
    text-align: left;
    margin-top: 20px
}

@media (min-width:46.875em) {
    .footer-nav-bottom .footer-nav .footer-nav-primary {
        margin-top: 0;
        margin-bottom: 20px
    }
}

.contact-callouts {
    width: 100%;
    z-index: 2
}

@media (min-width:64em) {
    .contact-callouts {
        background: #fff;
        margin-top: -70px;
        padding-top: 100px;
        padding-bottom: 60px
    }
}

@media (min-width:78.125em) {
    .contact-callouts {
        background: #fff;
        margin-top: -100px;
        padding-top: 130px;
        padding-bottom: 60px
    }
}

.contact-callouts .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.contact-callouts article {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 40px 15px;
    text-align: center
}

@media (min-width:64em) {
    .contact-callouts article {
        width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        padding: 15px 40px
    }
}

@media (min-width:78.125em) {
    .contact-callouts article {
        padding: 15px 70px
    }
}

.contact-callouts article:first-of-type {
    background: #fff;
    margin: 0 -15px;
    width: calc(100% + 30px);
    max-width: calc(100% + 30px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% + 30px);
    flex: 0 0 calc(100% + 30px)
}

@media (min-width:64em) {
    .contact-callouts article:first-of-type {
        border-right: 1px solid #979797;
        width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin: 0
    }
}

.contact-callouts article h2 {
    text-transform: none;
    margin-bottom: 15px
}

@media (max-width:31.1875em) {
    .contact-callouts article h2 {
        font-size: 3.2rem
    }
}

@media (min-width:31.25em) and (max-width:46.8125em) {
    .contact-callouts article h2 {
        font-size: 3.2rem
    }
}

@media (min-width:46.875em) and (max-width:63.9375em) {
    .contact-callouts article h2 {
        font-size: 3.2rem
    }
}

@media (min-width:64em) and (max-width:78.0625em) {
    .contact-callouts article h2 {
        font-size: 3.2rem
    }
}

@media (min-width:78.125em) {
    .contact-callouts article h2 {
        font-size: 3.2rem
    }
}


input[type=email], input[type="text"], select, textarea {
    text-align: left;
}

.sorbabes-contact-us__form input[type=datetime]::-webkit-input-placeholder,
.sorbabes-contact-us__form input[type=email]::-webkit-input-placeholder,
.sorbabes-contact-us__form input[type=password]::-webkit-input-placeholder,
.sorbabes-contact-us__form input[type=text]::-webkit-input-placeholder,
.sorbabes-contact-us__form select::-webkit-input-placeholder,
.sorbabes-contact-us__form textarea::-webkit-input-placeholder {
    color: #58498e;
    width: 100%;
    text-align: left;
    opacity: .75
}

.sorbabes-contact-us__form input[type=datetime]:-ms-input-placeholder,
.sorbabes-contact-us__form input[type=email]:-ms-input-placeholder,
.sorbabes-contact-us__form input[type=password]:-ms-input-placeholder,
.sorbabes-contact-us__form input[type=text]:-ms-input-placeholder,
.sorbabes-contact-us__form select:-ms-input-placeholder,
.sorbabes-contact-us__form textarea:-ms-input-placeholder {
    color: #58498e;
    width: 100%;
    text-align: left;
    opacity: .75
}

.sorbabes-contact-us__form input[type=datetime]::placeholder,
.sorbabes-contact-us__form input[type=email]::placeholder,
.sorbabes-contact-us__form input[type=password]::placeholder,
.sorbabes-contact-us__form input[type=text]::placeholder,
.sorbabes-contact-us__form select::placeholder,
.sorbabes-contact-us__form textarea::placeholder {
    color: #58498e;
    width: 100%;
    text-align: left;
    opacity: .75
}

.video-content {
    margin-top: 50px;
    margin-bottom: 50px;
}