/* @import url('http://example.com/example_style.css'); */
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:100,100i,300,300i,400,400i,600,600i,700,700i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap');
@import url('https://www.roosterbio.com/wp-content/themes/ws_theme/fonts/icomoon/style.css?ver=2019-04-19');

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */
/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

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

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

.hs-menu-wrapper ul {
    padding: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
    margin-bottom: 20px;
    min-height: 7em;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
        max-width: 100%;
        width: 100%;
    }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
}

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.hs-author-social-links {
    display: inline-block;
}

.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent;
}

@media all and (max-width: 400px) {
    .hs_cos_flex-slider .superimpose .caption {
        background-color: black;
        position: static;
        font-size: 2em;
        line-height: 1.1em;
        color: white;
        width: 90%;
        padding: 0px 5% 0px 5%;
        top: 40%;
        text-align: center;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

table pre {
    white-space: pre-wrap;
}

/* adding minimal spacing for blog comments */
.comment {
    margin: 10px 0 10px 0;
}

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word;
}
/* HTML 5 Reset */

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

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

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

/* Support migrations from wordpress */

.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* Responsive Google Maps */

#map_canvas img, .google-maps img {
    max-width: none;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field {min-height: 0;line-height: 12px;}


/*****************************************/
/* Start your style declarations here    */
/*****************************************/


/*! style.css v6.0.1 */

/**
 * Theme Name:  RoosterBio, Inc
 * Theme URI:   http://
 * Description: Website theme.
 * Author:      Wood Street, Inc.
 * Author URI:  http://woodst.com
 * Version:     1.00
 * Copyright:   2019, All Rights Reserved.
 */

/**
 * Table of Contents:
 *
 * 0.0 - Reset
 * 1.0 - Base
 * 2.0 - Components
 * 3.0 - Modules
 * 4.0 - Helpers
 * 5.0 - Print
 */



/**
 * 0.0 - Reset
 */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/*! reset.css */

/* Reset
   ========================================================================== */

/**
 * Make viewport responsive.
 */

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

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

@viewport {
  width: device-width;
}

/**
 * Box model.
 */

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

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

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers.
 */

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

/**
 * Give a help cursor to elements that give extra info on `:hover`.
 */

abbr[title],
dfn[title] {
  cursor: help;
}

/**
 * Add the correct line height in all browsers.
 */

small {
  line-height: 1;
}

/**
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Make images, iframes and videos responsive.
 */

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

iframe {
  max-width: 100%;
}

/**
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/**
 * Remove default figure styles.
 */

figure {
  margin: 0 0 20px;
}

/**
 * So that label text is aligned to the top.
 */

textarea {
  vertical-align: top;
  resize: vertical;
}

/**
 * Remove outline from tabindex.
 */

[tabindex="-1"]:focus {
  outline: none !important;
}

/**
 * Maps canvas.
 */

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

/**
 * Remove margins.
 */

/**
* > :last-child {
	margin-bottom: 0;
}

* > :first-child {
	margin-top: 0;
}
*/

/**
 * 1.0 - Base
 */

/*! base.css */

/* Root / Variables
 * Note: --baseline variable must be replaced manually at production.
   ========================================================================== */

:root {
  --baseline: 24px;
  font-size: 16px;
  line-height: 1.75;
}

@media (min-width: 1280px) {
  :root {
    font-size: 18px;
    line-height: 1.777778;
  }
}

/* Base
   ========================================================================== */

::-moz-selection {
  background-color: lightgray;
  color: black;
}

::selection {
  background-color: lightgray;
  color: black;
}

html {
  background-color: #fff;
  scroll-behavior: smooth;
}

body {
  background-color: #fff;
  color: #343741;
  font-family: 'Roboto', sans-serif;
  overflow-x: hidden !important;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Links.
 */

a {
  color: #f05523;
  text-decoration: underline;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}

a:hover,
a:focus {
  color: #1999D5;
  text-decoration: underline;
}

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

.link-unstyled {
  color: inherit;
  text-decoration: none;
}

.link-unstyled:hover,
.link-unstyled:focus {
  color: inherit;
  text-decoration: none;
}

/**
 * Headings 1–6.
 */

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #171b60;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.025em;
  margin-top: calc(var(--baseline) * 2);
  margin-bottom: var(--baseline);
}

h1,
.h1 {
  font-size: 36px;
  line-height: 40px;
}

h2,
.h2 {
  font-size: 32px;
  line-height: 36px;
}

h3,
.h3 {
  font-size: 28px;
  line-height: 32px;
}

h4,
.h4 {
  font-size: 24px;
  line-height: 28px;
}

h5,
.h5 {
  font-size: 22px;
  line-height: 24px;
}

h6,
.h6 {
  font-size: 20px;
  line-height: 24px;
}

@media (min-width: 768px) {
  h1,
  .h1 {
    font-size: 42px;
    line-height: 48px;
  }

  h2,
  .h2 {
    font-size: 36px;
    line-height: 40px;
  }

  h3,
  .h3 {
    font-size: 30px;
    line-height: 36px;
  }

  h4,
  .h4 {
    font-size: 26px;
    line-height: 32px;
  }

  h5,
  .h5 {
    font-size: 23px;
    line-height: 28px;
  }

  h6,
  .h6 {
    font-size: 20px;
    line-height: 24px;
  }
}

@media (min-width: 1280px) {
  h1,
  .h1 {
    font-size: 48px;
    line-height: 52px;
  }

  h2,
  .h2 {
    font-size: 40px;
    line-height: 44px;
  }

  h3,
  .h3 {
    font-size: 32px;
    line-height: 36px;
  }

  h4,
  .h4 {
    font-size: 28px;
    line-height: 32px;
  }

  h5,
  .h5 {
    font-size: 24px;
    line-height: 28px;
  }

  h6,
  .h6 {
    font-size: 20px;
    line-height: 24px;
  }
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
  color: inherit;
  text-decoration: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.h1 a:hover,
.h2 a:hover,
.h3 a:hover,
.h4 a:hover,
.h5 a:hover,
.h6 a:hover,
h1 a:focus,
h2 a:focus,
h3 a:focus,
h4 a:focus,
h5 a:focus,
h6 a:focus,
.h1 a:focus,
.h2 a:focus,
.h3 a:focus,
.h4 a:focus,
.h5 a:focus,
.h6 a:focus {
  color: inherit;
  text-decoration: none;
}

/**
 * Paragraph.
 */

p {
  margin-top: 0;
  margin-bottom: var(--baseline);
}

/**
 * Lead.
 */

.lead {
  font-size: 20px;
  line-height: 32px;
}

/**
 * Dropcap.
 */

.dropcap {
  background-color: #f05523;
  float: left;
  color: #fff;
  font-size: 2em;
  text-align: center;
  margin-right: .5ch;
  padding: 0 .5em;
  position: relative;
}

/**
 * Address.
 */

address {
  font-style: normal;
  line-height: inherit;
  margin-top: 0;
  margin-bottom: var(--baseline);
}

/**
 * Blockquote.
 */

blockquote {
  background-color: #f4f4f4;
  border-left: 4px solid #f05523;
  border-top: 1px solid #dfe1df;
  border-right: 1px solid #dfe1df;
  border-bottom: 1px solid #dfe1df;
  border-radius: 16px;
  margin: 0 0 var(--baseline) 0;
  padding: 24px 0 24px 32px;
}

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

blockquote footer {
  position: relative;
  padding-left: 24px;
  font-size: 14px;
  line-height: 24px;
}

blockquote footer::before {
  content: "\2014";
  position: absolute;
  left: 0;
}

blockquote cite {
  color: #171b60;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 18px;
  font-weight: bolder;
  font-style: normal;
  vertical-align: top;
}

@media (min-width: 576px) {
  blockquote {
    margin-left: 48px;
  }
}

/**
 * Code.
 */

code {
  background-color: #dfe1df;
  padding: 2px 4px;
  border-radius: 16px;
}

kbd {
  background-color: #f05523;
  padding: 2px 4px;
  color: #fff;
  border-radius: 16px;
}

kbd kbd {
  padding: 0;
  font-weight: bolder;
  -webkit-box-shadow: none;
          box-shadow: none;
}

pre {
  display: block;
  background-color: #f4f4f4;
  border-width: 1px 1px 1px 4px;
  border-style: solid;
  border-color: #dfe1df #dfe1df #dfe1df #f05523;
  margin-top: 0;
  margin-bottom: var(--baseline);
  padding: 15px 15px 15px 16px;
  word-break: break-all;
  word-wrap: break-word;
  overflow: auto;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
}

/**
 * Horizontal rule.
 */

hr,
.hr {
  display: block;
  border-top: 3px solid transparent;
  border-right-width: 0;
  border-bottom: 1px solid #dfe1df;
  border-left-width: 0;
  color: inherit;
  margin-top: calc(var(--baseline) * 2 - 4px);
  margin-bottom: calc(var(--baseline) * 2);
}

/* Lists
   ========================================================================== */

ul,
ol {
  margin-top: 0;
  margin-bottom: var(--baseline);
  padding-left: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li {
  margin-left: 32px;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

dl {
  margin-top: 0;
  margin-bottom: var(--baseline);
}

dd {
  margin-left: 32px;
}

/* Contextual variations
   -------------------------------------------------------------------------- */

/**
 * Unstyled list.
 */

.list-unstyled {
  list-style: none;
  margin-top: 0;
  padding-left: 0;
}

.list-unstyled > li {
  margin-bottom: 0;
}

/**
 * Inline list.
 */

.list-inline {
  list-style: none;
  margin-left: -4px;
  padding-left: 0;
}

.list-inline > li {
  display: inline-block;
  margin-bottom: 0;
  padding-right: 4px;
  padding-left: 4px;
}

/**
 * Columned list.
 */

@media (min-width: 576px) {
  .list-columned {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 64px;
       -moz-column-gap: 64px;
            column-gap: 64px;
  }

  .list-columned > li {
    display: inline flow-root list-item;
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid;
    width: 100%;
  }
}

/**
 * Unordered list.
 */

.list-unordered {
  list-style: none;
}

.list-unordered > li {
  margin-bottom: var(--baseline);
  position: relative;
}

.list-unordered > li::before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e918";
  color: #f05523;
  margin-left: calc(-1em - 4px);
  position: absolute;
  -webkit-transform: scale(.6);
      -ms-transform: scale(.6);
          transform: scale(.6);
}

.list-unordered > li > ul,
.list-unordered > li > ol {
  margin-top: var(--baseline);
}

.list-unordered-divider {
  border-top: 1px solid #dee0e1;
  margin-left: -32px;
  margin-right: -32px;
  padding-left: 32px;
  padding-right: 32px;
  margin-top: 31px;
  padding-top: 27px;
}

/**
 * Ordered list.
 */

.list-ordered {
  list-style: none;
  counter-reset: li;
}

.list-ordered > li {
  margin-bottom: var(--baseline);
  position: relative;
}

.list-ordered > li::before {
  counter-increment: li;
  content: counter(li) "\2e";
  color: #343741;
  font-weight: bolder;
  margin-left: calc(-1em - 4px);
  position: absolute;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.list-ordered > li > ul,
.list-ordered > li > ol {
  margin-top: var(--baseline);
}

/**
 * Definition list.
 */

.list-definition {
  margin-bottom: var(--baseline);
}

.list-definition > dt {
  color: #f05523;
  font-weight: bolder;
}

.list-definition > dd {
  margin-bottom: var(--baseline);
}

/* Forms
   ========================================================================== */

label {
  display: inline-block;
  color: #171b60;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: bolder;
  margin-bottom: 4px;
}

button,
input,
optgroup,
select,
textarea {
  color: #343741;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.5;
}

input,
select,
textarea {
  display: block;
  background-color: #f4f4f4;
  border: 1px solid #dfe1df;
  border-radius: 50rem;
  width: 100%;
  height: 48px;
  padding: 11px 15px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='9px' height='5px'%3E%3Cpath fill-rule='evenodd' fill='rgb(0, 0, 0)' d='M1.391,0.954 L7.595,0.954 C7.716,0.954 7.819,0.998 7.907,1.088 C7.994,1.177 8.038,1.282 8.038,1.404 C8.038,1.527 7.994,1.632 7.907,1.721 L4.805,4.877 C4.717,4.967 4.613,5.011 4.493,5.011 C4.373,5.011 4.269,4.967 4.181,4.877 L1.079,1.721 C0.992,1.632 0.947,1.527 0.947,1.404 C0.947,1.282 0.992,1.177 1.079,1.088 C1.167,0.998 1.271,0.954 1.391,0.954 Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
}

select[multiple] {
  height: auto;
}

textarea {
  border-radius: 16px;
  height: 144px;
  min-height: 144px;
  line-height: 1.5;
  padding: 11px 15px;
}

input:focus,
select:focus,
textarea:focus {
  border-color: #171b60;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: inherit;
  text-overflow: ellipsis;
  opacity: .5;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: inherit;
  text-overflow: ellipsis;
  opacity: .5;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: inherit;
  text-overflow: ellipsis;
  opacity: .5;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: inherit;
  text-overflow: ellipsis;
  opacity: .5;
}

input::placeholder,
textarea::placeholder {
  color: inherit;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  opacity: .5;
}

/* Form input types
   -------------------------------------------------------------------------- */

input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

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

input[type="checkbox"],
input[type="radio"] {
  background-color: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-block;
  width: 16px;
  min-width: 16px;
  height: 16px;
  min-height: 16px;
  margin: 0 8px 0 0;
  padding: 0;
  position: relative;
}

input[type="radio"] {
  border-radius: 50%;
}

.checkbox,
.radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-weight: normal;
  margin-bottom: 0;
}

/* Form control sizes
   -------------------------------------------------------------------------- */

/**
 * Form control large.
 */

.input-large,
.select-large {
  height: 56px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.textarea-large {
  height: 200px;
  min-height: 200px;
  padding-top: 15px;
  padding-bottom: 15px;
}

/**
 * Form control small.
 */

.input-small,
.select-small {
  height: 40px;
  padding-top: 7px;
  padding-bottom: 7px;
}

.textarea-small {
  height: 88px;
  min-height: 88px;
  padding-top: 7px;
  padding-bottom: 7px;
}

/* Form fields
   -------------------------------------------------------------------------- */

.form-field {
  margin-bottom: var(--baseline);
}

.form-col-label {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 0;
  padding-top: 12px;
  padding-bottom: 12px;
}

.form-col-label-small {
  padding-top: 8px;
  padding-bottom: 8px;
}

.form-col-label-large {
  padding-top: 16px;
  padding-bottom: 16px;
}

/* Tables
   ========================================================================== */

table {
  border-spacing: 0;
  text-align: left;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
  caption-side: top;
}

thead {
  vertical-align: bottom;
}

th {
  font-weight: bolder;
}

th,
td {
  padding: 0;
}

td {
  vertical-align: top;
}

/**
 * 2.0 - Components
 */

/*! grids.css */

/* Grids
   ========================================================================== */

.container {
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    width: 544px;
  }
}

@media (min-width: 768px) {
  .container {
    width: 720px;
  }
}

@media (min-width: 1024px) {
  .container {
    width: 960px;
  }
}

@media (min-width: 1280px) {
  .container {
    width: 1200px;
  }
}

@media (min-width: 1600px) {
  .container {
    width: 1440px;
  }
}

.container-fluid {
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
}

.container-release {
  margin-right: calc(-50vw + 50%);
  margin-left: calc(-50vw + 50%);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
}

.row {
  margin-right: -16px;
  margin-left: -16px;
}

.container::after,
.container-fluid::after,
.row::after {
  display: table;
  clear: both;
  content: "";
}

@media (max-width: 575.98px) {
  .container-xs-only {
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto;
  }

  .container-fluid-xs-only {
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto;
  }

  .container-release-xs-only {
    margin-right: calc(-50vw + 50%);
    margin-left: calc(-50vw + 50%);
    padding-right: calc(50vw - 50%);
    padding-left: calc(50vw - 50%);
  }

  .row-xs-only {
    margin-right: -16px;
    margin-left: -16px;
  }

  .container-xs-only::after,
  .container-fluid-xs-only::after,
  .row-xs-only::after {
    display: table;
    clear: both;
    content: "";
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .container-sm-only {
    max-width: 544px;
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto;
  }

  .container-fluid-sm-only {
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto;
  }

  .container-release-sm-only {
    margin-right: calc(-50vw + 50%);
    margin-left: calc(-50vw + 50%);
    padding-right: calc(50vw - 50%);
    padding-left: calc(50vw - 50%);
  }

  .row-sm-only {
    margin-right: -16px;
    margin-left: -16px;
  }

  .container-sm-only::after,
  .container-fluid-sm-only::after,
  .row-sm-only::after {
    display: table;
    clear: both;
    content: "";
  }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .container-md-only {
    max-width: 720px;
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto;
  }

  .container-fluid-md-only {
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto;
  }

  .container-release-md-only {
    margin-right: calc(-50vw + 50%);
    margin-left: calc(-50vw + 50%);
    padding-right: calc(50vw - 50%);
    padding-left: calc(50vw - 50%);
  }

  .row-md-only {
    margin-right: -16px;
    margin-left: -16px;
  }

  .container-md-only::after,
  .container-fluid-md-only::after,
  .row-md-only::after {
    display: table;
    clear: both;
    content: "";
  }
}

@media (min-width: 1024px) and (max-width: 1279.98px) {
  .container-lg-only {
    max-width: 960px;
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto;
  }

  .container-fluid-lg-only {
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto;
  }

  .container-release-lg-only {
    margin-right: calc(-50vw + 50%);
    margin-left: calc(-50vw + 50%);
    padding-right: calc(50vw - 50%);
    padding-left: calc(50vw - 50%);
  }

  .row-lg-only {
    margin-right: -16px;
    margin-left: -16px;
  }

  .container-lg-only::after,
  .container-fluid-lg-only::after,
  .row-lg-only::after {
    display: table;
    clear: both;
    content: "";
  }
}

@media (min-width: 1280px) {
  .container-xl-only {
    max-width: 1200px;
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto;
  }

  .container-fluid-xl-only {
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto;
  }

  .container-release-xl-only {
    margin-right: calc(-50vw + 50%);
    margin-left: calc(-50vw + 50%);
    padding-right: calc(50vw - 50%);
    padding-left: calc(50vw - 50%);
  }

  .row-xl-only {
    margin-right: -16px;
    margin-left: -16px;
  }

  .container-xl-only::after,
  .container-fluid-xl-only::after,
  .row-xl-only::after {
    display: table;
    clear: both;
    content: "";
  }
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  float: left;
  position: relative;
  min-height: 1px;
  margin-right: 0;
  margin-left: 0;
  padding-right: 16px;
  padding-left: 16px;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-10 {
  width: 83.33334%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-7 {
  width: 58.33334%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-4 {
  width: 33.33334%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-1 {
  width: 8.33334%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-10 {
  right: 83.33334%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-7 {
  right: 58.33334%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-4 {
  right: 33.33334%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-1 {
  right: 8.33334%;
}

.col-xs-pull-0 {
  right: 0;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-10 {
  left: 83.33334%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-7 {
  left: 58.33334%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-4 {
  left: 33.33334%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-1 {
  left: 8.33334%;
}

.col-xs-push-0 {
  left: 0;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-10 {
  margin-left: 83.33334%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-7 {
  margin-left: 58.33334%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-4 {
  margin-left: 33.33334%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-1 {
  margin-left: 8.33334%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

.col-xs-inline {
  float: none;
}

.col-xs-inline-left {
  margin-right: 16px;
}

.col-xs-inline-right {
  float: right;
  margin-left: 16px;
}

@media (min-width: 576px) {
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: left;
    position: relative;
    min-height: 1px;
    margin-right: 0;
    margin-left: 0;
    padding-right: 16px;
    padding-left: 16px;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66667%;
  }

  .col-sm-10 {
    width: 83.33334%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66667%;
  }

  .col-sm-7 {
    width: 58.33334%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66667%;
  }

  .col-sm-4 {
    width: 33.33334%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66667%;
  }

  .col-sm-1 {
    width: 8.33334%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66667%;
  }

  .col-sm-pull-10 {
    right: 83.33334%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66667%;
  }

  .col-sm-pull-7 {
    right: 58.33334%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66667%;
  }

  .col-sm-pull-4 {
    right: 33.33334%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66667%;
  }

  .col-sm-pull-1 {
    right: 8.33334%;
  }

  .col-sm-pull-0 {
    right: 0;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66667%;
  }

  .col-sm-push-10 {
    left: 83.33334%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66667%;
  }

  .col-sm-push-7 {
    left: 58.33334%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66667%;
  }

  .col-sm-push-4 {
    left: 33.33334%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66667%;
  }

  .col-sm-push-1 {
    left: 8.33334%;
  }

  .col-sm-push-0 {
    left: 0;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33334%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33334%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33334%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33334%;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }

  .col-sm-inline {
    float: none;
  }

  .col-sm-inline-left {
    margin-right: 16px;
  }

  .col-sm-inline-right {
    float: right;
    margin-left: 16px;
  }
}

@media (min-width: 768px) {
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: left;
    position: relative;
    min-height: 1px;
    margin-right: 0;
    margin-left: 0;
    padding-right: 16px;
    padding-left: 16px;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66667%;
  }

  .col-md-10 {
    width: 83.33334%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66667%;
  }

  .col-md-7 {
    width: 58.33334%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66667%;
  }

  .col-md-4 {
    width: 33.33334%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66667%;
  }

  .col-md-1 {
    width: 8.33334%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66667%;
  }

  .col-md-pull-10 {
    right: 83.33334%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66667%;
  }

  .col-md-pull-7 {
    right: 58.33334%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66667%;
  }

  .col-md-pull-4 {
    right: 33.33334%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66667%;
  }

  .col-md-pull-1 {
    right: 8.33334%;
  }

  .col-md-pull-0 {
    right: 0;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66667%;
  }

  .col-md-push-10 {
    left: 83.33334%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66667%;
  }

  .col-md-push-7 {
    left: 58.33334%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66667%;
  }

  .col-md-push-4 {
    left: 33.33334%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66667%;
  }

  .col-md-push-1 {
    left: 8.33334%;
  }

  .col-md-push-0 {
    left: 0;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33334%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33334%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33334%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33334%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }

  .col-md-inline {
    float: none;
  }

  .col-md-inline-left {
    margin-right: 16px;
  }

  .col-md-inline-right {
    float: right;
    margin-left: 16px;
  }
}

@media (min-width: 1024px) {
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    float: left;
    position: relative;
    min-height: 1px;
    margin-right: 0;
    margin-left: 0;
    padding-right: 16px;
    padding-left: 16px;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66667%;
  }

  .col-lg-10 {
    width: 83.33334%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66667%;
  }

  .col-lg-7 {
    width: 58.33334%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66667%;
  }

  .col-lg-4 {
    width: 33.33334%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66667%;
  }

  .col-lg-1 {
    width: 8.33334%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66667%;
  }

  .col-lg-pull-10 {
    right: 83.33334%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66667%;
  }

  .col-lg-pull-7 {
    right: 58.33334%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66667%;
  }

  .col-lg-pull-4 {
    right: 33.33334%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66667%;
  }

  .col-lg-pull-1 {
    right: 8.33334%;
  }

  .col-lg-pull-0 {
    right: 0;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66667%;
  }

  .col-lg-push-10 {
    left: 83.33334%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66667%;
  }

  .col-lg-push-7 {
    left: 58.33334%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66667%;
  }

  .col-lg-push-4 {
    left: 33.33334%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66667%;
  }

  .col-lg-push-1 {
    left: 8.33334%;
  }

  .col-lg-push-0 {
    left: 0;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33334%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33334%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33334%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33334%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }

  .col-lg-inline {
    float: none;
  }

  .col-lg-inline-left {
    margin-right: 16px;
  }

  .col-lg-inline-right {
    float: right;
    margin-left: 16px;
  }
}

@media (min-width: 1280px) {
  .col-xl-1,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9 {
    float: left;
    position: relative;
    min-height: 1px;
    margin-right: 0;
    margin-left: 0;
    padding-right: 16px;
    padding-left: 16px;
  }

  .col-xl-12 {
    width: 100%;
  }

  .col-xl-11 {
    width: 91.66667%;
  }

  .col-xl-10 {
    width: 83.33334%;
  }

  .col-xl-9 {
    width: 75%;
  }

  .col-xl-8 {
    width: 66.66667%;
  }

  .col-xl-7 {
    width: 58.33334%;
  }

  .col-xl-6 {
    width: 50%;
  }

  .col-xl-5 {
    width: 41.66667%;
  }

  .col-xl-4 {
    width: 33.33334%;
  }

  .col-xl-3 {
    width: 25%;
  }

  .col-xl-2 {
    width: 16.66667%;
  }

  .col-xl-1 {
    width: 8.33334%;
  }

  .col-xl-pull-12 {
    right: 100%;
  }

  .col-xl-pull-11 {
    right: 91.66667%;
  }

  .col-xl-pull-10 {
    right: 83.33334%;
  }

  .col-xl-pull-9 {
    right: 75%;
  }

  .col-xl-pull-8 {
    right: 66.66667%;
  }

  .col-xl-pull-7 {
    right: 58.33334%;
  }

  .col-xl-pull-6 {
    right: 50%;
  }

  .col-xl-pull-5 {
    right: 41.66667%;
  }

  .col-xl-pull-4 {
    right: 33.33334%;
  }

  .col-xl-pull-3 {
    right: 25%;
  }

  .col-xl-pull-2 {
    right: 16.66667%;
  }

  .col-xl-pull-1 {
    right: 8.33334%;
  }

  .col-xl-pull-0 {
    right: 0;
  }

  .col-xl-push-12 {
    left: 100%;
  }

  .col-xl-push-11 {
    left: 91.66667%;
  }

  .col-xl-push-10 {
    left: 83.33334%;
  }

  .col-xl-push-9 {
    left: 75%;
  }

  .col-xl-push-8 {
    left: 66.66667%;
  }

  .col-xl-push-7 {
    left: 58.33334%;
  }

  .col-xl-push-6 {
    left: 50%;
  }

  .col-xl-push-5 {
    left: 41.66667%;
  }

  .col-xl-push-4 {
    left: 33.33334%;
  }

  .col-xl-push-3 {
    left: 25%;
  }

  .col-xl-push-2 {
    left: 16.66667%;
  }

  .col-xl-push-1 {
    left: 8.33334%;
  }

  .col-xl-push-0 {
    left: 0;
  }

  .col-xl-offset-12 {
    margin-left: 100%;
  }

  .col-xl-offset-11 {
    margin-left: 91.66667%;
  }

  .col-xl-offset-10 {
    margin-left: 83.33334%;
  }

  .col-xl-offset-9 {
    margin-left: 75%;
  }

  .col-xl-offset-8 {
    margin-left: 66.66667%;
  }

  .col-xl-offset-7 {
    margin-left: 58.33334%;
  }

  .col-xl-offset-6 {
    margin-left: 50%;
  }

  .col-xl-offset-5 {
    margin-left: 41.66667%;
  }

  .col-xl-offset-4 {
    margin-left: 33.33334%;
  }

  .col-xl-offset-3 {
    margin-left: 25%;
  }

  .col-xl-offset-2 {
    margin-left: 16.66667%;
  }

  .col-xl-offset-1 {
    margin-left: 8.33334%;
  }

  .col-xl-offset-0 {
    margin-left: 0;
  }

  .col-xl-inline {
    float: none;
  }

  .col-xl-inline-left {
    margin-right: 16px;
  }

  .col-xl-inline-right {
    float: right;
    margin-left: 16px;
  }
}

/* Grid flex
   -------------------------------------------------------------------------- */

.row-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.row-flex > [class*='col-'] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.row-flex > .col-flex-top {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}

.row-flex > .col-flex-center {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}

.row-flex > .col-flex-bottom {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}

@media (min-width: 576px) {
  .row-flex-sm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .row-flex-sm > [class*='col-'] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .row-flex-sm > .col-flex-top-sm {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
  }

  .row-flex-sm > .col-flex-center-sm {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
  }

  .row-flex-sm > .col-flex-bottom-sm {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
  }
}

@media (min-width: 768px) {
  .row-flex-md {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .row-flex-md > [class*='col-'] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .row-flex-md > .col-flex-top-md {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
  }

  .row-flex-md > .col-flex-center-md {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
  }

  .row-flex-md > .col-flex-bottom-md {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
  }
}

@media (min-width: 1024px) {
  .row-flex-lg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .row-flex-lg > [class*='col-'] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .row-flex-lg > .col-flex-top-lg {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
  }

  .row-flex-lg > .col-flex-center-lg {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
  }

  .row-flex-lg > .col-flex-bottom-lg {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
  }
}

@media (min-width: 1280px) {
  .row-flex-xl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .row-flex-xl > [class*='col-'] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .row-flex-xl > .col-flex-top-xl {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
  }

  .row-flex-xl > .col-flex-center-xl {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
  }

  .row-flex-xl > .col-flex-bottom-xl {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
  }
}

/* Grid multi-column
   -------------------------------------------------------------------------- */

.multicol-1,
.multicol-2,
.multicol-3,
.multicol-4,
.multicol-5,
.multicol-6,
.multicol-7,
.multicol-8,
.multicol-9,
.multicol-10,
.multicol-11,
.multicol-12 {
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
}

.multicol-1 {
  -webkit-column-count: 1;
     -moz-column-count: 1;
          column-count: 1;
}

.multicol-2 {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}

.multicol-3 {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
}

.multicol-4 {
  -webkit-column-count: 4;
     -moz-column-count: 4;
          column-count: 4;
}

.multicol-5 {
  -webkit-column-count: 5;
     -moz-column-count: 5;
          column-count: 5;
}

.multicol-6 {
  -webkit-column-count: 6;
     -moz-column-count: 6;
          column-count: 6;
}

.multicol-7 {
  -webkit-column-count: 7;
     -moz-column-count: 7;
          column-count: 7;
}

.multicol-8 {
  -webkit-column-count: 8;
     -moz-column-count: 8;
          column-count: 8;
}

.multicol-9 {
  -webkit-column-count: 9;
     -moz-column-count: 9;
          column-count: 9;
}

.multicol-10 {
  -webkit-column-count: 10;
     -moz-column-count: 10;
          column-count: 10;
}

.multicol-11 {
  -webkit-column-count: 11;
     -moz-column-count: 11;
          column-count: 11;
}

.multicol-12 {
  -webkit-column-count: 12;
     -moz-column-count: 12;
          column-count: 12;
}

.multicol-gap-small {
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}

.multicol-gap-large {
  -webkit-column-gap: 48px;
     -moz-column-gap: 48px;
          column-gap: 48px;
}

.multicol-break-avoid > * {
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
}

.row.multicol-1,
.row.multicol-2,
.row.multicol-3,
.row.multicol-4,
.row.multicol-5,
.row.multicol-6,
.row.multicol-7,
.row.multicol-8,
.row.multicol-9,
.row.multicol-10,
.row.multicol-11,
.row.multicol-12 {
  margin-left: 0;
  margin-right: 0;
}

.row.multicol-1 > [class*='col-'],
.row.multicol-2 > [class*='col-'],
.row.multicol-3 > [class*='col-'],
.row.multicol-4 > [class*='col-'],
.row.multicol-5 > [class*='col-'],
.row.multicol-6 > [class*='col-'],
.row.multicol-7 > [class*='col-'],
.row.multicol-8 > [class*='col-'],
.row.multicol-9 > [class*='col-'],
.row.multicol-10 > [class*='col-'],
.row.multicol-11 > [class*='col-'],
.row.multicol-12 > [class*='col-'] {
  float: none;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

/*! media.css */

/* Media
   ========================================================================== */

.media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.media-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (min-width: 576px) {
  .media-sm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .media-body-sm {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media (min-width: 768px) {
  .media-md {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .media-body-md {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media (min-width: 1024px) {
  .media-lg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .media-body-lg {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media (min-width: 1280px) {
  .media-xl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .media-body-xl {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

/*! icons.css */

/* Icons
   ========================================================================== */

.icon {
  letter-spacing: 0;
  text-decoration: none;
}

.icon::before {
  display: inline-block;
  min-width: 1em;
  max-width: 1em;
}

.icon-valign-center {
  line-height: 0;
  vertical-align: middle;
}

.icon-valign-top {
  vertical-align: top;
}

.icon-valign-bottom {
  vertical-align: bottom;
}

.icon-size-1x {
  font-size: 1em;
}

.icon-size-2x {
  font-size: 2em;
}

.icon-size-3x {
  font-size: 3em;
}

.icon-rotate-90 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.icon-rotate-180 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.icon-rotate-270 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}

.icon-flip-horizontal {
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.icon-flip-vertical {
  -webkit-transform: scale(1, -1);
      -ms-transform: scale(1, -1);
          transform: scale(1, -1);
}

.icon-flip-horizontal.icon-flip-vertical {
  -webkit-transform: scale(-1, -1);
      -ms-transform: scale(-1, -1);
          transform: scale(-1, -1);
}

/*! menus.css */

/* Menus
   ========================================================================== */

.menu,
.sub-menu {
  list-style: none;
  /*list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);*/
  margin: 0;
  padding: 0;
}

.menu::after,
.sub-menu::after {
  display: table;
  clear: both;
  content: "";
}

.menu > li,
.sub-menu > li {
  margin-left: 0;
}

.menu > li > a,
.sub-menu > li > a {
  display: block;
  text-decoration: none;
}

/*! social.css */

/* Social
   ========================================================================== */

.social-title {
  font-size: 16px;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 8px;
}

/**
 * Social menu.
 */

.social-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.social-menu > li {
  margin-right: 8px;
}

.social-menu > li:last-child {
  margin-right: 0;
}

.social-menu > li > a {
  display: block;
  color: #f05523;
  font-size: 0;
  border: 2px solid #dfe1df;
  border-radius: 50%;
  text-decoration: none;
  padding: 10px;
}

.social-menu > li > a::before {
  font-size: 16px;
}

.social-menu > li > a:hover,
.social-menu > li > a:focus {
  background-color: #f05523;
  border-color: #f05523;
  color: #fff;
}

/*! buttons.css */

/* Buttons
   ========================================================================== */

.btn {
  display: inline-block;
  background-color: #171b60;
  border: 2px solid #171b60;
  border-radius: 50rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  font-family: 'Josefin Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  width: auto;
  height: auto;
  padding: 10px 16px;
  -webkit-transition: background-color 0.2s, border-color 0.2s, color 0.2s;
  -o-transition: background-color 0.2s, border-color 0.2s, color 0.2s;
  transition: background-color 0.2s, border-color 0.2s, color 0.2s;
}

.btn:hover,
.btn:focus {
  background-color: #373b84;
  border-color: #373b84;
  color: #fff;
  text-decoration: none;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn .icon {
  line-height: inherit;
  vertical-align: top;
}

.btn .icon::before {
  vertical-align: top;
}

.btn {
  padding: .5555555555555556rem .75rem;
}

/* Button sizes
   -------------------------------------------------------------------------- */

/**
 * Button large.
 */

.btn-large {
  padding: 14px 22px;
}

/**
 * Button small.
 */

.btn-small {
  padding: 6px 14px;
}

/* Button layouts
   -------------------------------------------------------------------------- */

/**
 * Button block.
 */

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 16px;
}

@media (max-width: 575px) {
  .btn-block-xs-only {
    display: block;
    width: 100%;
  }

  .btn-block-xs-only + .btn-block-xs-only {
    margin-top: 16px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .btn-block-sm-only {
    display: block;
    width: 100%;
  }

  .btn-block-sm-only + .btn-block-sm-only {
    margin-top: 16px;
  }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .btn-block-md-only {
    display: block;
    width: 100%;
  }

  .btn-block-md-only + .btn-block-md-only {
    margin-top: 16px;
  }
}

@media (min-width: 1024px) and (max-width: 1279.98px) {
  .btn-block-lg-only {
    display: block;
    width: 100%;
  }

  .btn-block-lg-only + .btn-block-lg-only {
    margin-top: 16px;
  }
}

@media (min-width: 1280px) {
  .btn-block-xl-only {
    display: block;
    width: 100%;
  }

  .btn-block-xl-only + .btn-block-xl-only {
    margin-top: 16px;
  }
}

/* Button types
   -------------------------------------------------------------------------- */

/**
 * Button primary.
 */

.btn-primary {
  background-color: #f05523;
  border-color: #f05523;
  color: #fff;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #ff784d;
  border-color: #ff784d;
  color: #fff;
}

/**
 * Button secondary.
 */

.btn-secondary {
  background-color: #fff;
  border-color: #dfe1df;
  color: #171b60;
}

.btn-secondary:hover,
.btn-secondary:focus {
  background-color: #dfe1df;
  border-color: #dfe1df;
  color: #171b60;
}

/**
 * Button green.
 */

.btn-green {
  background-color: #a2b427;
  border-color: #a2b427;
  color: #fff;
}

.btn-green:hover,
.btn-green:focus {
  background-color: #b2c726;
  border-color: #b2c726;
  color: #fff;
}

/**
 * Button blue.
 */

.btn-blue {
  background-color: #1999D5;
  border-color: #1999D5;
  color: #fff;
}

.btn-blue:hover,
.btn-blue:focus {
  background-color: #29bcf9;
  border-color: #29bcf9;
  color: #fff;
}

/**
 * Button link.
 */

.btn-link {
  background-color: transparent;
  border-color: transparent;
  color: #171b60;
  text-decoration: none;
  white-space: nowrap;
}

.btn-link::after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e924";
  color: #dfe1df;
  font-size: 12px;
  vertical-align: middle;
  margin-left: 4px;
}

.btn-link:hover,
.btn-link:focus {
  background-color: transparent;
  border-color: transparent;
  color: red;
}

/**
 * Button disabled.
 */

.btn[disabled],
.btn.disabled {
  opacity: .25;
  cursor: not-allowed;
}

/* Button group
   -------------------------------------------------------------------------- */

.btn-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: -16px;
}

.btn-group .btn {
  margin-right: 16px;
  margin-bottom: 16px;
}

.btn-group .btn:last-child {
  margin-right: 0;
}

/*! images.css */

/* Images
   ========================================================================== */

/* Contextual variations
   -------------------------------------------------------------------------- */

.img-thumbnail {
  background-color: #fff;
  border: 1px solid #dfe1df;
  padding: 7px;
  width: auto;
}

.img-rounded {
  border-radius: 16px;
}

.img-circle {
  border-radius: 50%;
}

.img-pill {
  border-radius: 50rem;
}

.img-bordered {
  border: 1px solid #dee0e1;
}

/**
 * Filters.
 */

.img-saturate {
  -webkit-filter: saturate(3);
          filter: saturate(3);
}

.img-grayscale {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.img-contrast {
  -webkit-filter: contrast(160%);
          filter: contrast(160%);
}

.img-brightness {
  -webkit-filter: brightness(0.25);
          filter: brightness(0.25);
}

.img-blur {
  -webkit-filter: blur(3px);
          filter: blur(3px);
}

.img-invert {
  -webkit-filter: invert(100%);
          filter: invert(100%);
}

.img-sepia {
  -webkit-filter: sepia(100%);
          filter: sepia(100%);
}

.img-huerotate {
  -webkit-filter: hue-rotate(180deg);
          filter: hue-rotate(180deg);
}

/**
 * Masking.
 */

.img-outside-circle {
  -webkit-shape-outside: circle(50%);
          shape-outside: circle(50%);
  -webkit-clip-path: circle(50%);
          clip-path: circle(50%);
}

/**
 * Zooming.
 */

.img-hover-zoom img {
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.img-hover-zoom img:hover {
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
  z-index: 100;
}

/**
 * Cover.
 */

.img-cover {
  position: relative;
  width: 100%;
  /* Set dimensions on parent. */
  height: 100%;
  /* Set dimensions on parent. */
  overflow: hidden;
}

.img-cover img {
  position: absolute;
  left: -10000%;
  right: -10000%;
  top: -10000%;
  bottom: -10000%;
  margin: auto;
  min-width: 1000%;
  min-height: 1000%;
  max-width: none;
  max-height: none;
  -webkit-transform: scale(.1);
      -ms-transform: scale(.1);
          transform: scale(.1);
  width: auto;
  height: auto;
}

/**
 * Contain.
 */

.img-contain {
  position: relative;
  width: 100%;
  /* Set dimensions on parent. */
  height: 100%;
  /* Set dimensions on parent. */
  overflow: hidden;
}

.img-contain img {
  position: absolute;
  left: -10000%;
  right: -10000%;
  top: -10000%;
  bottom: -10000%;
  margin: auto;
  max-width: 10%;
  max-height: 10%;
  -webkit-transform: scale(10);
      -ms-transform: scale(10);
          transform: scale(10);
}

/**
 * Fluid.
 */

.img-fluid,
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

/* Image caption
   -------------------------------------------------------------------------- */

.img-caption {
  max-width: 100%;
  margin-bottom: var(--baseline);
}

.img-caption img {
  border-radius: 16px;
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.img-caption-text {
  border-top: 1px solid #dfe1df;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  margin-top: 16px;
  padding-top: 15px;
  padding-bottom: 16px;
}

/* Image alignment
   -------------------------------------------------------------------------- */

img.alignright,
.img-caption.alignright {
  margin-left: 32px;
  margin-bottom: var(--baseline);
}

img.alignleft,
.img-caption.alignleft {
  margin-right: 32px;
  margin-bottom: var(--baseline);
}

img.aligncenter,
.img-caption.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: var(--baseline);
}

img.alignnone,
.img-caption.alignnone {
  display: block;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: var(--baseline);
}

img.alignwide,
.img-caption.alignwide {
  width: 100% !important;
  margin-bottom: var(--baseline);
}

.img-caption.alignwide img {
  width: 100%;
}

img.alignfull,
.img-caption.alignfull {
  width: 100vw !important;
  max-width: none;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-bottom: var(--baseline);
}

.img-caption.alignfull img {
  width: 100%;
}

/*! backgrounds.css */

/* Backgrounds
   ========================================================================== */

/**
 * Overlay
 */

[data-overlay] {
  position: relative;
}

[data-overlay]:before {
  position: absolute;
  content: '';
  background: #000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

[data-overlay="1"]:before {
  opacity: 0.1;
}

[data-overlay="2"]:before {
  opacity: 0.2;
}

[data-overlay="3"]:before {
  opacity: 0.3;
}

[data-overlay="4"]:before {
  opacity: 0.4;
}

[data-overlay="5"]:before {
  opacity: 0.5;
}

[data-overlay="6"]:before {
  opacity: 0.6;
}

[data-overlay="7"]:before {
  opacity: 0.7;
}

[data-overlay="8"]:before {
  opacity: 0.8;
}

[data-overlay="9"]:before {
  opacity: 0.9;
}

[data-overlay="10"]:before {
  opacity: 1;
}

[data-overlay="0"]:before {
  opacity: 0;
}

/**
 * Scrim
 */

[data-scrim-bottom] {
  position: relative;
}

[data-scrim-bottom]:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 80%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000 100%);
  bottom: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
}

[data-scrim-bottom="1"]:before {
  opacity: 0.1;
}

[data-scrim-bottom="2"]:before {
  opacity: 0.2;
}

[data-scrim-bottom="3"]:before {
  opacity: 0.3;
}

[data-scrim-bottom="4"]:before {
  opacity: 0.4;
}

[data-scrim-bottom="5"]:before {
  opacity: 0.5;
}

[data-scrim-bottom="6"]:before {
  opacity: 0.6;
}

[data-scrim-bottom="7"]:before {
  opacity: 0.7;
}

[data-scrim-bottom="8"]:before {
  opacity: 0.8;
}

[data-scrim-bottom="9"]:before {
  opacity: 0.9;
}

[data-scrim-bottom="10"]:before {
  opacity: 1;
}

[data-scrim-top] {
  position: relative;
}

[data-scrim-top]:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 80%;
  background: -webkit-gradient(linear, left top, left bottom, from(#000), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(top, #000 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, #000 0%, rgba(0, 0, 0, 0) 100%);
  top: 0;
  left: 0;
  z-index: 1;
}

[data-scrim-top="1"]:before {
  opacity: 0.1;
}

[data-scrim-top="2"]:before {
  opacity: 0.2;
}

[data-scrim-top="3"]:before {
  opacity: 0.3;
}

[data-scrim-top="4"]:before {
  opacity: 0.4;
}

[data-scrim-top="5"]:before {
  opacity: 0.5;
}

[data-scrim-top="6"]:before {
  opacity: 0.6;
}

[data-scrim-top="7"]:before {
  opacity: 0.7;
}

[data-scrim-top="8"]:before {
  opacity: 0.8;
}

[data-scrim-top="9"]:before {
  opacity: 0.9;
}

[data-scrim-top="10"]:before {
  opacity: 1;
}

/*! pullquote.css */

/* Pull quote
   ========================================================================== */

.pullquote {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 84px;
  position: relative;
}

.pullquote::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e907";
  border: 2px solid #dfe1df;
  border-radius: 50%;
  color: #f05523;
  font-size: 24px;
  position: absolute;
  left: 0;
  padding: 16px;
}

.pullquote-content {
  background-color: transparent;
  border: 0;
  font-style: italic;
  font-size: 20px;
  line-height: 32px;
  margin: 0;
  padding: 0;
}

.pullquote-caption {
  color: #171b60;
  margin-top: 20px;
  font-size: 14px;
  line-height: 24px;
  margin-top: 24px;
  padding-left: 24px;
  position: relative;
  top: -1px;
}

.pullquote-caption::before {
  content: "—";
  position: absolute;
  left: 0;
}

.pullquote-caption cite {
  font-family: 'Josefin Sans', sans-serif;
  font-style: normal;
  font-size: 18px;
  vertical-align: top;
}

.pullquote-source {
  font-weight: 600;
}

/**
 * Alignment.
 */

.pullquote.alignleft {
  float: left;
  width: 50%;
  width: calc(50% - 16px);
  margin-right: 32px;
}

.pullquote.alignright {
  float: right;
  width: 50%;
  width: calc(50% - 16px);
  margin-left: 32px;
}

.pullquote.aligncenter {
  float: none;
  width: 50%;
  width: calc(50% - 16px);
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 575.98px) {
  .pullquote,
  .pullquote.alignleft,
  .pullquote.alignright,
  .pullquote.aligncenter {
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: auto;
  }
}

/* Contextual variations
   -------------------------------------------------------------------------- */

.pullquote-large .pullquote-content {
  font-size: 28px;
  line-height: 40px;
}

.pullquote-bio {
  padding-left: 200px;
}

.pullquote-bio::before {
  content: none;
}

.pullquote-bio .pullquote-thumbnail img {
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 575.98px) {
  .pullquote-bio {
    padding-left: 0;
  }

  .pullquote-bio .pullquote-thumbnail img {
    position: static;
    float: left;
    margin-right: 24px;
  }
}

/*! panels.css */

/* Panels
   ========================================================================== */

.panel {
  background-color: #f4f4f4;
  border: 1px solid #dfe1df;
  margin-top: calc(var(--baseline) * 2);
  margin-bottom: calc(var(--baseline) * 2);
  padding: 31px;
}

.panel-header {
  position: relative;
}

.panel-title {
  margin-top: 0;
}

.panel-footer {
  border-top: 1px solid #dfe1df;
  font-size: 14px;
  line-height: 20px;
  margin-top: calc(var(--baseline) + 8px);
  margin-bottom: -32px;
  padding-top: 13px;
  padding-bottom: 14px;
}

/*! imgbox.css */

/* Image Boxes
   ========================================================================== */

.imgbox {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  min-height: 288px;
  margin-top: calc(var(--baseline) * 2);
  margin-bottom: calc(var(--baseline) * 2);
  position: relative;
}

.imgbox:before {
  content: "";
  display: block;
  background-color: rgba(0,0,0,0.50);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.imgbox-inner {
  position: relative;
}

.imgbox-title {
  color: #fff;
  font-weight: bolder;
  font-size: 18px;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 8px;
}

.imgbox-text {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0;
}

/*! iconbox.css */

/* Icon Boxes
   ========================================================================== */

.iconbox {
  margin-top: calc(var(--baseline) * 2);
  margin-bottom: calc(var(--baseline) * 2);
  padding-left: 120px;
  position: relative;
}

.iconbox-icon {
  display: inline-block;
  vertical-align: top;
  background-color: #1999D5;
  border: 2px solid #1999D5;
  border-radius: 50%;
  color: #fff;
  font-size: 40px;
  text-align: center;
  padding: 22px;
  position: absolute;
  left: 0;
}

.iconbox-icon-green {
  background-color: #a2b427;
  border-color: #a2b427;
}

.iconbox-icon-blue {
  background-color: #1999D5;
  border-color: #1999D5;
}

.iconbox-icon-orange {
  background-color: #f05523;
  border-color: #f05523;
}

.iconbox-title {
  color: #171b60;
  margin-top: 0;
}

.iconbox-text-small {
  font-size: 16px;
}

/* Iconbox sizes
   -------------------------------------------------------------------------- */

.iconbox-large {
  padding-left: 100px;
}

.iconbox-large .iconbox-icon {
  font-size: 40px;
  padding: 18px;
}

/*! callout.css */

/* Callout
   ========================================================================== */

.callout {
  background-color: grey;
  min-height: 160px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: var(--baseline);
}

.callout-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
}

.callout-col-inner {
  padding: 32px;
  position: relative;
  z-index: 1;
}

.callout-img-cover {
  position: absolute;
}

.callout-text {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

a.callout,
a.callout:hover,
a.callout:focus,
a.callout-col,
a.callout-col:hover,
a.callout-col:focus {
  text-decoration: none;
}

@media (min-width: 768px) {
  .callout-col-inner {
    padding: 32px;
  }
}

/*! dividers.css */

/* Dividers
   ========================================================================== */

.divider {
  margin: 40px auto;
  width: 100%;
  text-align: center;
  position: relative;
  clear: both;
  overflow: hidden;
}

.divider-content {
  background-color: #e9eae9;
  border-radius: 50rem;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1rem;
  line-height: 24px;
  letter-spacing: -.025em;
  color: #4d515d;
  font-weight: 600;
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 4px;
}

.divider-content::before,
.divider-content::after {
  content: "";
  display: block;
  width: 10000px;
  height: 1px;
  position: absolute;
  top: 50%;
  background-color: #dfe1df;
  margin-top: -1px;
}

.divider-content::before {
  right: 100%;
  margin-right: 16px;
}

.divider-content::after {
  left: 100%;
  margin-left: 16px;
}

.divider-content .icon {
  display: block;
  background-color: #171b60;
  border: 2px solid #171b60;
  border-radius: 50%;
  color: #fff;
  font-size: 24px;
  padding: 14px;
  margin-top: -4px;
  margin-left: -16px;
  margin-right: -16px;
}

/*! tables.css */

/* Tables
   ========================================================================== */

.table {
  width: 100%;
  max-width: 100%;
  font-size: 14px;
  line-height: 24px;
  margin-top: calc(var(--baseline) * 2);
  margin-bottom: calc(var(--baseline) * 2);
}

.table caption {
  color: #171b60;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: bold;
}

.table thead th {
  background-color: #171B60;
  font-family: 'Josefin Sans', sans-serif;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  padding: 16px;
}

.table tbody th {
  background-color: transparent;
  border-bottom: 1px solid #dfe1df;
  font-family: 'Josefin Sans', sans-serif;
  color: #171b60;
  font-weight: 600;
  font-size: 18px;
  padding: 16px 16px 15px;
}

.table tbody td {
  border-bottom: 1px solid #dfe1df;
  padding: 16px 16px 15px;
}

@media (min-width: 768px) {
  .table {
    font-size: 15px;
  }
}

@media (min-width: 1024px) {
  .table {
    font-size: 16px;
  }
}

/* Striped table
   -------------------------------------------------------------------------- */

.table-striped tbody tr:nth-of-type(odd) {
  background-color: transparent;
}

.table-striped tbody tr:nth-of-type(even) {
  background-color: #F4F4F4;
}

/* Bordered table
   -------------------------------------------------------------------------- */

.table-bordered thead th {
  border-top: 1px solid #171B60;
  border-bottom: 1px solid #171B60;
  border-left: 1px solid #171B60;
  padding-left: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.table-bordered thead th:first-child {
  border-left: 1px solid #dfe1df;
  padding-left: 15px;
}

.table-bordered thead th:last-child {
  border-right: 1px solid #dfe1df;
  padding-right: 15px;
}

.table-bordered tbody th {
  border-left: 1px solid #dfe1df;
  padding-left: 15px;
}

.table-bordered tbody th:first-child {
  border-left: 1px solid #dfe1df;
  padding-left: 15px;
}

.table-bordered tbody th:last-child {
  border-right: 1px solid #dfe1df;
  padding-right: 15px;
}

.table-bordered tbody td {
  border-left: 1px solid #dfe1df;
  padding-left: 15px;
}

.table-bordered tbody td:first-child {
  border-left: 1px solid #dfe1df;
  padding-left: 15px;
}

.table-bordered tbody td:last-child {
  border-right: 1px solid #dfe1df;
  padding-right: 15px;
}

.table-bordered tbody tr:first-child th,
.table-bordered tbody tr:first-child td {
  border-top: 1px solid #dfe1df;
  padding-top: 11px;
}

.table-bordered thead + tbody tr:first-child th,
.table-bordered thead + tbody tr:first-child td {
  border-top: 0;
  padding-top: 16px;
}

/* Borderless table
   -------------------------------------------------------------------------- */

.table-borderless {
  border: 0;
}

.table-borderless tbody th,
.table-borderless tbody td {
  border-bottom: 0;
  padding-bottom: 16px;
}

/* Rounded table
   -------------------------------------------------------------------------- */

.table-rounded thead th:first-child,
.table-rounded tbody tr:first-child th:first-child,
.table-rounded tbody tr:first-child td:first-child {
  border-top-left-radius: 16px;
}

.table-rounded thead th:last-child,
.table-rounded tbody tr:first-child th:last-child,
.table-rounded tbody tr:first-child td:last-child {
  border-top-right-radius: 16px;
}

.table-rounded thead + tbody tr:first-child th:first-child,
.table-rounded thead + tbody tr:first-child td:first-child {
  border-top-left-radius: 0;
}

.table-rounded thead + tbody tr:first-child th:last-child,
.table-rounded thead + tbody tr:first-child td:last-child {
  border-top-right-radius: 0;
}

.table-rounded tbody tr:last-child th:first-child,
.table-rounded tbody tr:last-child td:first-child {
  border-bottom-left-radius: 16px;
}

.table-rounded tbody tr:last-child th:last-child,
.table-rounded tbody tr:last-child td:last-child {
  border-bottom-right-radius: 16px;
}

/* Responsive table
   -------------------------------------------------------------------------- */

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

/*! video-overlay.css */

/* Video Overlay
   ========================================================================== */

.video-overlay {
  background-color: #000;
  border-radius: 16px;
  padding-bottom: 56.25%;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}

.video-overlay iframe {
  border-radius: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-overlay-cover img {
  border-radius: 16px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.video-overlay-cover::after {
  background-color: rgba(255,255,255,0.30);
  border: 2px solid #fff;
  border-radius: 50%;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e918";
  display: block;
  color: #fff;
  font-size: 40px;
  text-align: center;
  width: 100px;
  height: 100px;
  padding: 28px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.inactive-video {
  border-radius: 16px;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

/*! accordion.css */

/* Accordion
   ========================================================================== */

.accordion {
  margin-top: calc(var(--baseline) * 2);
  margin-bottom: calc(var(--baseline) * 2);
}

.accordion-header {
  background-color: #dfe1df;
  border: 1px solid #dfe1df;
  border-radius: 16px;
  margin-bottom: 4px;
  padding: 13px 24px 13px;
  cursor: pointer;
  position: relative;
}

.accordion-header:first-of-type {
  margin-top: 0;
}

.accordion-title {
  color: #171b60;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  margin: 0;
  padding: 0 32px 0 0;
  position: relative;
}

.accordion-title::after {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e902";
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  height: 24px;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}

.accordion-header:hover .accordion-title {
  color: #1999D5;
}

.accordion-header.active {
  background-color: #171b60;
  border-color: #171b60;
}

.accordion-header.active .accordion-title {
  color: #fff;
}

.accordion-header.active .accordion-title::after {
  content: "\e92e";
}

.accordion-content {
  padding: 32px;
}

/* Accordion variations
   -------------------------------------------------------------------------- */

.accordion-alt .accordion-header {
  background-color: #fff;
  border: 1px solid #fff;
}

.accordion-alt .accordion-header.active {
  background-color: #171b60;
  border: 1px solid #171b60;
}

/*! tabset.css */

/* Tabset
   ========================================================================== */

.tabset {
  margin-top: calc(var(--baseline) * 2);
  margin-bottom: calc(var(--baseline) * 2);
  position: relative;
}

/**
 * Tabs.
 */

.tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #dfe1df;
  border-style: solid;
  border-width: 1px 1px 0 1px;
  border-color: #dfe1df;
  border-radius: 50rem;
  list-style: none;
  min-height: 56px;
  margin: 0;
  padding: 0;
}

.tab-item {
  margin: -1px 12px 0 -1px;
  padding: 0;
}

/**
 * Tab link.
 */

.tab-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #dfe1df;
  border-radius: 50rem;
  color: #171b60;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: bolder;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
  height: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.tab-link:hover,
.tab-link:focus {
  color: #1999D5;
  text-decoration: none;
}

.tab-link.active {
  background-color: #171b60;
  color: #fff;
  position: relative;
}

/**
 * Tab previous and next.
 */

.tab-previous,
.tab-next {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #171b60;
  font-size: 0;
  text-align: center;
  text-decoration: none;
  padding-left: 16px;
  padding-right: 16px;
  height: 100%;
}

.tab-previous::before,
.tab-next::after {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  vertical-align: top;
}

.tab-previous::before {
  content: "\e923";
}

.tab-next::after {
  content: "\e924";
}

.tab-previous:hover,
.tab-previous:focus,
.tab-next:hover,
.tab-next:focus {
  color: #f05523;
  text-decoration: none;
}

/**
 * Tab toggle.
 */

.tab-toggle {
  display: none;
  background-color: #dfe1df;
  border: 1px solid #dfe1df;
  color: #343741;
  font-weight: 600;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
  margin-bottom: 4px;
  padding: 15px 47px 16px 15px;
  position: relative;
}

.tab-toggle:first-of-type {
  margin-top: 0;
}

.tab-toggle::after {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e902";
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  height: 24px;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
}

.tab-toggle:hover,
.tab-toggle:focus {
  color: #f05523;
  text-decoration: none;
}

.tab-toggle.active {
  background-color: #171b60;
  color: #fff;
}

.tab-toggle.active::after {
  content: "\e92e";
}

/**
 * Tab.
 */

.tab {
  display: none;
  background-color: #fff;
  border-bottom: 1px solid #dfe1df;
  padding: 23px 0;
}

.tab::after {
  display: table;
  clear: both;
  content: "";
}

.tab.active {
  display: block;
}

/* Tabset variations
   -------------------------------------------------------------------------- */

/* Responsive tabset
   -------------------------------------------------------------------------- */

@media (max-width: 767.98px) {
  .tabset-responsive .tabs {
    display: none;
  }

  .tabset-responsive .tab-toggle {
    display: block;
  }

  .tabset-responsive .tab {
    margin-top: -1px;
  }
}

/*! slider.css */

/* Sliders
   ========================================================================== */

/* Slick slider
   -------------------------------------------------------------------------- */

.slick-slider {
  position: relative;
  display: block;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

/**
 * Slick list.
 */

.slick-list {
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}

.slick-list,
.slick-track {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track::after {
  display: table;
  clear: both;
  content: "";
}

.slick-loading .slick-track {
  visibility: hidden;
}

/**
 * Slick slide.
 */

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  margin: 0;
  padding: 0;
}

.slick-slide img {
  display: block;
  max-width: 100%;
  height: auto;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
}

/**
 * Slick arrows.
 */

.slick-arrow.slick-hidden {
  display: none;
}

.slick-prev,
.slick-next {
  background-color: #fff;
  border: 2px solid #dfe1df;
  border-radius: 50%;
  font-size: 0;
  line-height: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  cursor: pointer;
  color: #171b60;
  text-align: center;
  padding: 18px;
  position: absolute;
  top: 50%;
  z-index: 2;
}

.slick-prev {
  left: 16px;
}

.slick-next {
  right: 16px;
}

.slick-prev::before,
.slick-next::after {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 1;
}

.slick-prev::before {
  content: "\e923";
}

.slick-next::after {
  content: "\e924";
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background-color: #dfe1df;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0;
  cursor: auto;
}

/**
 * Slick dots.
 */

.slick-dots {
  list-style: none;
  font-size: 0;
  line-height: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  bottom: 16px;
  left: 0;
  z-index: 2;
}

.slick-dots li {
  display: inline-block;
  vertical-align: top;
  margin: 0 4px;
  padding: 0;
  position: relative;
}

.slick-dots button {
  display: block;
  background-color: rgba(0, 0, 0, .5);
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, .5);
  font-size: 0;
  line-height: 0;
  width: 16px;
  height: 16px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  position: relative;
}

.slick-dots button:hover,
.slick-dots button:focus {
  background-color: rgba(0, 0, 0, .75);
}

.slick-dots .slick-active button::before {
  content: "";
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
}

/* Slider
   -------------------------------------------------------------------------- */

.slider {
  margin-top: calc(var(--baseline) * 2);
  margin-bottom: calc(var(--baseline) * 2);
}

.slide {
  display: none;
  vertical-align: top;
}

/*! modals.css */

/* Modals
   ========================================================================== */

/* Fancybox
   -------------------------------------------------------------------------- */

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: black;
  opacity: 0;
  -webkit-transition-duration: inherit;
       -o-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
       -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
       -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s, visibility 0s linear .25s;
  -o-transition: opacity .25s, visibility 0s linear .25s;
  transition: opacity .25s, visibility 0s linear .25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity .25s, visibility 0s;
  -o-transition: opacity .25s, visibility 0s;
  transition: opacity .25s, visibility 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #dfe1df;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px 6px 0 6px;
}

.fancybox-slide--iframe {
  padding: 44px 44px 0;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px 0;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  vertical-align: top;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #dfe1df;
}

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff;
}

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
}

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision;
}

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}

.fancybox-button--play svg path:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg path:nth-child(1) {
  display: none;
}

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
  fill: currentColor;
}

.fancybox-button--share svg path {
  stroke-width: 1;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px;
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  -webkit-transition: opacity .25s, visibility 0s, color .25s;
  -o-transition: opacity .25s, visibility 0s, color .25s;
  transition: opacity .25s, visibility 0s, color .25s;
}

.fancybox-navigation .fancybox-button::after {
  content: '';
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10;
}

.fancybox-close-small svg {
  fill: transparent;
  opacity: .8;
  stroke: currentColor;
  stroke-width: 1.5;
  -webkit-transition: stroke .1s;
  -o-transition: stroke .1s;
  transition: stroke .1s;
}

.fancybox-close-small:focus {
  outline: none;
}

.fancybox-close-small:hover svg {
  opacity: 1;
}

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  color: #dfe1df;
  padding: 5px;
  right: -12px;
  top: -44px;
}

.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg,
.fancybox-slide--iframe .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none;
}

/* Caption */

.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0;
}

.fancybox-caption::before {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC");
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1;
}

.fancybox-caption::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: '';
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #dfe1df;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  border: 6px solid rgba(100, 100, 100, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

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

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

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

/* Transition effects */

.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
       -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
       -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

/* Share */

.fancybox-share {
  background: #f4f4f4;
  border-radius: 16px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #343741;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 16px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */

.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x > ul {
  overflow: hidden;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.fancybox-thumbs > ul > li:before {
  border: 2px solid #fff;
  bottom: 2px;
  content: '';
  left: 2px;
  opacity: 0;
  position: absolute;
  right: 2px;
  top: 2px;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */

@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px);
  }
}

/*! gallery.css */

/* Gallery
   ========================================================================== */

.gallery {
  margin-top: calc(var(--baseline) * 2);
  margin-bottom: calc(var(--baseline) * 2);
}

.gallery-columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: -32px;
  margin-left: -16px;
  margin-right: -16px;
}

.gallery-item {
  margin: 0 0 32px;
  padding: 0 16px;
}

.gallery-thumbnail img {
  display: block;
  border-radius: 16px;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.gallery-caption {
  color: #171b60;
  font-family: 'Josefin Sans', sans-serif;
  text-align: center;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  margin-top: 16px;
}

.gallery-item {
  width: 50%;
}

@media (min-width: 576px) {
  .gallery-columns-1 .gallery-item {
    width: 100%;
  }

  .gallery-columns-2 .gallery-item {
    width: 50%;
  }

  .gallery-columns-3 .gallery-item {
    width: 33.33334%;
  }

  .gallery-columns-4 .gallery-item {
    width: 25%;
  }

  .gallery-columns-5 .gallery-item {
    width: 20%;
  }

  .gallery-columns-6 .gallery-item {
    width: 16.66667%;
  }

  .gallery-columns-7 .gallery-item {
    width: 14.2857%;
  }

  .gallery-columns-8 .gallery-item {
    width: 12.5%;
  }

  .gallery-columns-9 .gallery-item {
    width: 11.11111%;
  }
}

/*! pagination.css */

/* Navigations
   ========================================================================== */

.navigation::after {
  display: table;
  clear: both;
  content: "";
}

/* Paging navigation
   ========================================================================== */

.paging-navigation {
  clear: both;
  background-color: #e9eae9;
  border-radius: 50rem;
  margin-top: calc(var(--baseline) * 2);
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 32px;
  padding-right: 32px;
  position: relative;
}

.paging-navigation .nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.paging-navigation .nav-links-left {
  width: 25%;
  text-align: left;
}

.paging-navigation .nav-links-middle {
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.paging-navigation .nav-links-right {
  width: 25%;
  text-align: right;
}

/**
 * Numbers
 */

.paging-navigation .page-numbers {
  display: inline-block;
  vertical-align: top;
  color: #343741;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  text-decoration: none;
  min-width: 32px;
}

.paging-navigation .page-numbers:hover,
.paging-navigation .page-numbers:focus {
  color: #1999D5;
}

/**
 * Previous and Next
 */

.paging-navigation .previous,
.paging-navigation .next {
  color: #171B60;
  font-family: 'Josefin Sans', sans-serif;
  min-width: auto;
}

.paging-navigation .previous {
  text-align: left;
  margin-left: 0;
  margin-right: auto;
}

.paging-navigation .next {
  text-align: right;
  margin-right: 0;
  margin-left: auto;
}

.paging-navigation .previous::before,
.paging-navigation .next::after {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  line-height: 32px;
  text-align: center;
}

.paging-navigation .previous::before {
  float: left;
  content: "\e917";
  margin-right: 8px;
}

.paging-navigation .next::after {
  float: right;
  content: "\e918";
  margin-left: 8px;
}

.paging-navigation .current,
.paging-navigation .current:hover,
.paging-navigation .current:focus {
  border-radius: 50%;
  background-color: #171b60;
  color: #fff;
}

@media (max-width: 576.98px) {
  .paging-navigation .nav-links-left {
    width: 50%;
  }

  .paging-navigation .nav-links-middle {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }

  .paging-navigation .nav-links-right {
    width: 50%;
  }
}

/* Pager navigation
   ========================================================================== */

.pager-navigation {
  clear: both;
  border-top: 1px solid #dfe1df;
  border-bottom: 1px solid #dfe1df;
  margin-top: calc(var(--baseline) * 2);
  margin-bottom: calc(var(--baseline) * 2);
  padding-top: 19px;
  padding-bottom: 19px;
  position: relative;
}

.pager-navigation .nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/**
 * Index
 */

.pager-navigation .nav-links-middle {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  text-align: center;
  min-width: 32px;
  margin-right: auto;
  margin-left: auto;
}

.pager-navigation .nav-links-middle a {
  display: block;
}

.pager-navigation .nav-links-middle a::before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  content: "\e917";
}

/**
 * Previous and Next
 */

.pager-navigation .nav-links-left,
.pager-navigation .nav-links-right {
  display: inline-block;
  vertical-align: top;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 18px;
  line-height: 32px;
  width: 50%;
}

.pager-navigation .nav-links-left {
  margin-right: auto;
  padding-right: 16px;
}

.pager-navigation .nav-links-right {
  text-align: right;
  margin-left: auto;
  padding-left: 16px;
}

.pager-navigation .nav-links-left a,
.pager-navigation .nav-links-right a {
  display: block;
  color: #171b60;
  text-decoration: none;
}

.pager-navigation .nav-links-left a::before,
.pager-navigation .nav-links-right a::after {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  line-height: 32px;
  text-align: center;
}

.pager-navigation .nav-links-left a::before {
  float: left;
  content: "\e917";
  margin-right: 8px;
}

.pager-navigation .nav-links-right a::after {
  float: right;
  content: "\e918";
  margin-left: 8px;
}

.pager-navigation .nav-links-left a:hover,
.pager-navigation .nav-links-left a:focus,
.pager-navigation .nav-links-right a:hover,
.pager-navigation .nav-links-right a:focus {
  color: #1999D5;
}


/*! ratio.css */

/* Ratio
   ========================================================================== */

.ratio {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.ratio .ratio-item,
.ratio iframe,
.ratio embed,
.ratio object,
.ratio video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.ratio-21x9 {
  padding-bottom: 42.857143%;
}

.ratio-16x9 {
  padding-bottom: 56.25%;
}

.ratio-4x3 {
  padding-bottom: 75%;
}

.ratio-2x1 {
  padding-bottom: 50%;
}

.ratio-1x1 {
  padding-bottom: 100%;
}

/*! anchors.css */

/* Anchors
   ========================================================================== */

/**
 * 1. Anchor offset height value sticky header.
 */

.site-sticky *[id]::before {
  display: block;
  content: "";
  margin-top: -20vh;
  /* 1 */
  height: -20vh;
  /* 1 */
  visibility: hidden;
}

/*! text.css */

/* Text
   ========================================================================== */

.text-pre-title {
  color: #171b60;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.2;
  margin-bottom: 0;
}

.text-title {
  color: #171b60;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -.025em;
  margin-bottom: var(--baseline);
}

@media (min-width: 576px) {
  .text-title {
    font-size: 48px;
    line-height: 52px;
  }
}

.text-subtitle {
  color: #171b60;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.2;
  margin-bottom: var(--baseline);
}

.text-large {
  font-size: 120%;
}

.text-small {
  font-size: 80%;
}

.text-bold {
  font-weight: bold;
}

.text-bolder {
  font-weight: bolder;
}

.text-black {
  font-weight: 900;
}

.text-extra-bold {
  font-weight: 800;
}

.text-bold {
  font-weight: 700;
}

.text-semi-bold {
  font-weight: 600;
}

.text-medium {
  font-weight: 500;
}

.text-normal {
  font-weight: 400;
}

.text-light {
  font-weight: 300;
}

.text-extra-light {
  font-weight: 200;
}

.text-thin {
  font-weight: 100;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-underline {
  text-decoration: underline;
}

.text-strikethrough {
  text-decoration: line-through;
}

.text-truncate {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

.text-line-clamp {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.text-line-clamp-1 {
  -webkit-line-clamp: 1;
}

.text-line-clamp-2 {
  -webkit-line-clamp: 2;
}

.text-line-clamp-3 {
  -webkit-line-clamp: 3;
}

.text-hyphenate {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

.text-fluid-title {
  font-size: calc(1rem + 2vw);
}

.text-fluid-h1 {
  font-size: calc(1rem + 1.666667vw);
}

.text-fluid-h2 {
  font-size: calc(1rem + 1.5vw);
}

.text-fluid-h3 {
  font-size: calc(1rem + 1.25vw);
}

.text-fluid-h4 {
  font-size: calc(1rem + 1vw);
}

.text-fluid-h5 {
  font-size: calc(1rem + .875vw);
}

.text-fluid-h6 {
  font-size: calc(1rem + 0.666667vw);
}

.text-line,
.text-line-left,
.text-line-right {
  display: block;
  overflow: hidden;
}

.text-line {
  text-align: center;
}

.text-line-left {
  text-align: right;
}

.text-line-right {
  text-align: left;
}

.text-line::before,
.text-line::after,
.text-line-left::before,
.text-line-right::after {
  background-color: currentColor;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}

.text-line::before {
  right: 16px;
  margin-left: -50%;
}

.text-line::after {
  left: 16px;
  margin-right: -50%;
}

.text-line-left::before {
  right: 16px;
  margin-left: -100%;
  width: 100%;
}

.text-line-right::after {
  left: 16px;
  margin-right: -100%;
  width: 100%;
}

.text-color-light {
  color: #fff;
}

.text-color-dark {
  color: #343741;
}

.text-color-primary {
  color: #f05523;
}

.text-color-secondary {
  color: #171b60;
}

.text-color-green {
  color: #a2b427;
}

.text-color-blue {
  color: #1999D5;
}

/**
 * 3.0 - Modules
 */

/* @import "3-modules/wordpress.css"; */

/*! woocommerce.css */

/* Base Modif
   ========================================================================== */

input[type="checkbox"],
input[type="radio"] {
  background-color: #fff;
}

input[type="checkbox"]:checked,
input[type="radio"]:checked {
  background-color: #171b60;
  border-color: #171b60;
}

/* Select 2
   ========================================================================== */

.select2-container--default .select2-selection--single {
  background-color: #f4f4f4;
  border: 1px solid #dfe1df;
  border-radius: 50rem;
  height: 48px;
}

.select2-container--default
	.select2-selection--single
	.select2-selection__rendered {
  color: #343741;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 48px;
  font-weight: normal;
  padding-left: 15px;
}

.select2-container--default
	.select2-selection--single
	.select2-selection__arrow {
  height: 48px;
  width: 32px;
}

.select2-container--default.select2-container--open.select2-container--below
	.select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below
	.select2-selection--single {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}

.select2-dropdown {
  border-color: #dfe1df;
}

.select2-results__option {
  margin-left: 0;
  font-size: 14px;
  line-height: 24px;
}

.select2-container--default .select2-results__option[aria-selected="true"],
.select2-container--default .select2-results__option[data-selected="true"] {
  background-color: #dfe1df;
}

.select2-container--default
	.select2-results__option--highlighted[aria-selected],
.select2-container--default
	.select2-results__option--highlighted[data-selected] {
  background-color: #1999D5;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #171b60;
  border-radius: 0;
  padding: 11px;
}

/* Woocommerce Layout Overrides
   ========================================================================== */

@media (min-width: 768px) {
  .woocommerce .col2-set,
  .woocommerce-page .col2-set {
    width: auto;
    margin-left: -16px;
    margin-right: -16px;
  }

  .woocommerce .col2-set .col-1,
  .woocommerce-page .col2-set .col-1 {
    width: 50%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .woocommerce .col2-set .col-2,
  .woocommerce-page .col2-set .col-2 {
    width: 50%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .woocommerce #content div.product div.images,
  .woocommerce div.product div.images,
  .woocommerce-page #content div.product div.images,
  .woocommerce-page div.product div.images {
    width: 100%;
  }

  .woocommerce #content div.product div.thumbnails::after,
  .woocommerce #content div.product div.thumbnails::before,
  .woocommerce div.product div.thumbnails::after,
  .woocommerce div.product div.thumbnails::before,
  .woocommerce-page #content div.product div.thumbnails::after,
  .woocommerce-page #content div.product div.thumbnails::before,
  .woocommerce-page div.product div.thumbnails::after,
  .woocommerce-page div.product div.thumbnails::before {
    content: none;
  }

  .woocommerce #content div.product div.thumbnails a,
  .woocommerce div.product div.thumbnails a,
  .woocommerce-page #content div.product div.thumbnails a,
  .woocommerce-page div.product div.thumbnails a {
    float: left;
    width: 30.75%;
    margin-right: 3.8%;
    margin-bottom: 1em;
  }

  .woocommerce #content div.product div.thumbnails.columns-2 a,
  .woocommerce div.product div.thumbnails.columns-2 a,
  .woocommerce-page #content div.product div.thumbnails.columns-2 a,
  .woocommerce-page div.product div.thumbnails.columns-2 a {
    width: 50%;
  }

  .woocommerce #content div.product div.thumbnails.columns-4 a,
  .woocommerce div.product div.thumbnails.columns-4 a,
  .woocommerce-page #content div.product div.thumbnails.columns-4 a,
  .woocommerce-page div.product div.thumbnails.columns-4 a {
    width: 22.05%;
  }

  .woocommerce #content div.product div.thumbnails.columns-5 a,
  .woocommerce div.product div.thumbnails.columns-5 a,
  .woocommerce-page #content div.product div.thumbnails.columns-5 a,
  .woocommerce-page div.product div.thumbnails.columns-5 a {
    width: 16.9%;
  }

  .woocommerce #content div.product div.summary,
  .woocommerce div.product div.summary,
  .woocommerce-page #content div.product div.summary,
  .woocommerce-page div.product div.summary {
    width: 50%;
  }

  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    float: left;
    margin: 0 3.8% 2.992em 0;
    padding: 0;
    position: relative;
    width: 22.05%;
    margin-left: 0;
  }

  .woocommerce ul.products.columns-2 li.product,
  .woocommerce-page ul.products.columns-2 li.product {
    width: 48%;
  }

  .woocommerce ul.products.columns-3 li.product,
  .woocommerce-page ul.products.columns-3 li.product {
    width: 30.75%;
  }

  .woocommerce ul.products.columns-5 li.product,
  .woocommerce-page ul.products.columns-5 li.product {
    width: 16.95%;
  }

  .woocommerce ul.products.columns-6 li.product,
  .woocommerce-page ul.products.columns-6 li.product {
    width: 13.5%;
  }

  .woocommerce-page.columns-1 ul.products li.product,
  .woocommerce.columns-1 ul.products li.product {
    width: 100%;
    margin-right: 0;
  }

  .woocommerce-page.columns-2 ul.products li.product,
  .woocommerce.columns-2 ul.products li.product {
    width: 48%;
  }

  .woocommerce-page.columns-3 ul.products li.product,
  .woocommerce.columns-3 ul.products li.product {
    width: 30.75%;
  }

  .woocommerce-page.columns-5 ul.products li.product,
  .woocommerce.columns-5 ul.products li.product {
    width: 16.95%;
  }

  .woocommerce-page.columns-6 ul.products li.product,
  .woocommerce.columns-6 ul.products li.product {
    width: 13.5%;
  }

  .woocommerce #content table.cart td.actions .input-text,
  .woocommerce table.cart td.actions .input-text,
  .woocommerce-page #content table.cart td.actions .input-text,
  .woocommerce-page table.cart td.actions .input-text {
    width: 120px;
  }

  .woocommerce .cart-collaterals,
  .woocommerce-page .cart-collaterals {
    width: 100%;
  }

  .woocommerce .cart-collaterals .related,
  .woocommerce-page .cart-collaterals .related {
    width: 30.75%;
    float: left;
  }

  .woocommerce .cart-collaterals .cross-sells,
  .woocommerce-page .cart-collaterals .cross-sells {
    width: 50%;
  }

  .woocommerce .cart-collaterals .cross-sells ul.products li,
  .woocommerce-page .cart-collaterals .cross-sells ul.products li {
    width: 50%;
  }

  .woocommerce .cart-collaterals .shipping_calculator,
  .woocommerce-page .cart-collaterals .shipping_calculator {
    width: 50%;
  }

  .woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1,
  .woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2,
  .woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1,
  .woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2 {
    width: 50%;
  }

  .woocommerce .cart-collaterals .cart_totals,
  .woocommerce-page .cart-collaterals .cart_totals {
    width: 50%;
  }

  .woocommerce form .form-row-first,
  .woocommerce form .form-row-last,
  .woocommerce-page form .form-row-first,
  .woocommerce-page form .form-row-last {
    width: 47%;
    overflow: visible;
  }

  .woocommerce #payment .terms,
  .woocommerce #payment .wc-terms-and-conditions,
  .woocommerce-page #payment .terms,
  .woocommerce-page #payment .wc-terms-and-conditions {
    text-align: left;
    padding: 0 1em 0 0;
    float: left;
  }

  .woocommerce .woocommerce-terms-and-conditions,
  .woocommerce-page .woocommerce-terms-and-conditions {
    margin-bottom: 1.618em;
    padding: 1.618em;
  }

  .woocommerce-account .woocommerce-MyAccount-navigation {
    width: 25%;
  }

  .woocommerce-account .woocommerce-MyAccount-content {
    width: 75%;
    padding-left: 32px;
  }
}

/* Woocommerce SmallScreen Overrides
   ========================================================================== */

@media (max-width: 768px) {
  .woocommerce ul.products[class*="columns-"] li.product,
  .woocommerce-page ul.products[class*="columns-"] li.product {
    width: 50%;
    margin: 0;
  }
}

/* Woocommerce Overrides
   ========================================================================== */

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  background-color: #171b60;
  border: 2px solid #171b60;
  border-radius: 50rem;
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  padding: 10px 12px;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background-color: #373b84;
  border-color: #373b84;
  color: #fff;
  text-decoration: none;
}

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
  border-color: #dfe1df;
  margin-right: 8px;
}

#add_payment_method table.cart td.actions .coupon .input-text:focus,
.woocommerce-cart table.cart td.actions .coupon .input-text:focus,
.woocommerce-checkout table.cart td.actions .coupon .input-text:focus {
  border-color: #171b60;
}

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
  background-color: #dfe1df;
  border-color: #dfe1df;
  padding: 10px 12px;
}

.woocommerce #respond input#submit.disabled:hover,
.woocommerce #respond input#submit:disabled:hover,
.woocommerce #respond input#submit:disabled[disabled]:hover,
.woocommerce a.button.disabled:hover,
.woocommerce a.button:disabled:hover,
.woocommerce a.button:disabled[disabled]:hover,
.woocommerce button.button.disabled:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce input.button.disabled:hover,
.woocommerce input.button:disabled:hover,
.woocommerce input.button:disabled[disabled]:hover {
  background-color: #dfe1df;
}

/* Form
   -------------------------------------------------------------------------- */

.woocommerce form .form-row {
  margin: 0 0 24px;
  padding: 0;
}

.woocommerce form .form-row label {
  line-height: 1.777778;
}

.woocommerce form .form-row textarea {
  height: 156px;
}

/* Order Details
   -------------------------------------------------------------------------- */

.woocommerce ul.order_details {
  background-color: #f4f4f4;
  border-radius: 16px;
  padding: 16px;
}

.woocommerce ul.order_details li {
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .woocommerce ul.order_details li {
    margin-bottom: 0;
  }
}

/* Columns
   -------------------------------------------------------------------------- */

.woocommerce-column__title {
  margin-top: 0;
  margin-bottom: 0;
}

/* Remove
   -------------------------------------------------------------------------- */

.woocommerce a.remove {
  color: #f05523 !important;
  font-size: 2rem;
}

.woocommerce a.remove:hover {
  background: #f05523;
}

/* Alerts
   -------------------------------------------------------------------------- */

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  border-top-width: 4px;
  padding: 16px 16px 16px 64px;
  margin: 0 0 24px;
}

.woocommerce-info {
  border-top-color: #1999D5;
}

.woocommerce-info::before {
  color: #1999D5;
}

.woocommerce-message {
  border-top-color: #a2b427;
}

.woocommerce-message::before {
  color: #a2b427;
}

.woocommerce-error {
  border-top-color: #a2b427;
}

.woocommerce-error::before {
  color: #a2b427;
}

/* Table Shop
   -------------------------------------------------------------------------- */

.woocommerce table.shop_table {
  border-color: #dfe1df;
}

.woocommerce table.shop_table th {
  line-height: 1.777778;
}

.woocommerce table.shop_table thead th {
  background-color: #f4f4f4;
  color: #171b60;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  line-height: 1.777778;
}

.woocommerce table.shop_table td {
  line-height: 1.777778;
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
  font-weight: 600;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  background-color: #dfe1df;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
  border-bottom-color: #dfe1df;
}

/* Table My Account
   -------------------------------------------------------------------------- */

.woocommerce table.my_account_orders {
  font-size: 1rem;
}

.woocommerce table.my_account_orders th {
  padding: 8px 16px 8px;
}

.woocommerce table.my_account_orders td {
  padding: 7px 16px 8px;
}

.woocommerce table.shop_table td {
  border-color: #dfe1df;
}

.woocommerce table.my_account_orders .button + .button {
  margin-left: 8px;
}

/* Table Cart
   -------------------------------------------------------------------------- */

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
  padding: 11px 15px;
}

/* Cart Totals
   -------------------------------------------------------------------------- */

.woocommerce .cart-collaterals .cart_totals h2,
.woocommerce-page .cart-collaterals .cart_totals h2 {
  margin-top: 0;
}

/* My Account
   -------------------------------------------------------------------------- */

.woocommerce-account .woocommerce-MyAccount-navigation {
  background-color: #f4f4f4;
  border: 1px solid #dfe1df;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  margin: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  border-bottom: 1px solid #dfe1df;
  color: #171b60;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 12px;
  padding-bottom: 11px;
  display: block;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:focus {
  color: #f05523;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li:last-child a {
  border-bottom: 0;
  padding-bottom: 12px;
}

.woocommerce-account .addresses .title .edit {
  display: inline-block;
  background-color: #f05523;
  border-radius: 50rem;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  padding: 2px 8px;
}

.woocommerce-account .addresses .title .edit:hover,
.woocommerce-account .addresses .title .edit:focus {
  background-color: #ff784d;
  border-color: #ff784d;
}

/* Checkout
   -------------------------------------------------------------------------- */

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background-color: #f4f4f4;
  border-radius: 16px;
}

.woocommerce ul#shipping_method li {
  margin: 0;
  line-height: inherit;
}

.woocommerce ul#shipping_method li label {
  margin-bottom: 0;
  color: inherit;
  font-family: inherit;
}

/* Hide (optional) from Checkout Addon field labels */

#wc_checkout_add_ons .optional {
  display: none;
}

/* Add required asterisk to Checkout Addon field labels */

#wc_checkout_add_ons label::after {
  content: "*";
  color: rgb(255, 51, 51);
  border-color: currentcolor !important;
  -webkit-text-decoration-color: currentcolor;
          text-decoration-color: currentcolor;
}

/* Address
   -------------------------------------------------------------------------- */

.woocommerce-Address address {
  font-style: italic;
}

.woocommerce-Address-title {
  border-bottom: 1px solid #dfe1df;
  padding-bottom: 11px;
  margin-bottom: 24px;
}

.woocommerce-Address-title h3 {
  margin-top: 0;
  margin-bottom: 0;
}

/* Pagination
   -------------------------------------------------------------------------- */

.woocommerce nav.woocommerce-pagination {
  margin-top: 44px;
}

/* Messages
   -------------------------------------------------------------------------- */

.woocommerce-message {
  border-top-color: #8fae1b;
}

.woocommerce-message::before {
  content: "\e015";
  color: #8fae1b;
}

.woocommerce-info {
  border-top-color: #1e85be;
}

.woocommerce-info::before {
  color: #1e85be;
}

.woocommerce-error {
  border-top-color: #b81c23;
}

.woocommerce-error::before {
  content: "\e016";
  color: #b81c23;
}

/* Products
   -------------------------------------------------------------------------- */

.woocommerce .products ul,
.woocommerce ul.products {
  margin: 48px 0 -44px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.woocommerce .products ul::after,
.woocommerce .products ul::before,
.woocommerce ul.products::after,
.woocommerce ul.products::before {
  width: 100%;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  border-top: 1px solid #dfe1df;
  width: 50%;
  margin: 0;
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 28px;
  padding-top: 31px;
  margin-bottom: 16px;
}

.featured-products ul.products li.product,
.woocommerce .featured-products ul.products li.product,
.woocommerce-page .featured-products ul.products li.product {
  border-top: 0;
  opacity: 0;
}

.woocommerce ul.products li.product a img,
.woocommerce-loop-product__link img {
  display: block;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

.required-products .woocommerce-loop-product__link img {
  display: block;
  width: auto;
  margin: 0;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3,
.woocommerce-loop-product__title {
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  margin-top: -12px;
  padding-top: 3px;
  padding-bottom: 13px;
  position: relative;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title::after,
.woocommerce ul.products li.product .woocommerce-loop-product__title::after,
.woocommerce ul.products li.product h3::after,
.woocommerce-loop-product__title::after {
  content: "";
  background-color: #f05523;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 80px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
}

.woocommerce-loop-product__link,
.woocommerce-loop-product__link:hover,
.woocommerce-loop-product__link:focus {
  text-decoration: none;
}

.woocommerce-loop-product__link:hover .woocommerce-loop-product__title,
.woocommerce-loop-product__link:focus .woocommerce-loop-product__title {
  color: #f05523;
}

@media (min-width: 768px) {
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product,
  .woocommerce-page.columns-3 ul.products li.product,
  .woocommerce.columns-3 ul.products li.product {
    width: 33.33334%;
  }
}

/**
 * Columns 4
 */

.woocommerce .columns-4 ul.products li.product,
.woocommerce .columns-4 ul.products li.product {
  width: 50%;
}

@media (min-width: 1024px) {
  .woocommerce .columns-4 ul.products li.product,
  .woocommerce .columns-4 ul.products li.product {
    width: 25%;
  }
}

/* Single Product
   -------------------------------------------------------------------------- */

.single-product div.product form.cart .quantity {
  float: left;
  margin-right: 0.875em;
}

.single-product div.product .product_meta .sku_wrapper,
.single-product div.product .product_meta .posted_in,
.single-product div.product .product_meta .tagged_as {
  display: block;
}

.single-product div.product .product_meta .price {
  color: inherit;
  font-size: inherit;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  background-color: #f05523;
  border-color: #f05523;
  border-radius: 50rem;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  padding: 10px 16px 10px;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background-color: #ff784d;
  border-color: #ff784d;
  color: #fff;
}

.quantity {
  position: relative;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.quantity input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  width: 45px;
  height: 48px;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  padding-left: 0;
}

.quantity input:focus {
  outline: 0;
}

.quantity-nav {
  float: left;
  position: relative;
  height: 48px;
  width: 40px;
  border: 1px solid #dfe1df;
  border-radius: 0 50rem 50rem 0;
}

.quantity-button {
  position: relative;
  cursor: pointer;
  border-left: 1px solid #dfe1df;
  width: 39px;
  text-align: center;
  color: #a6a8ae;
  font-size: 12px;
  line-height: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.quantity-button:hover,
.quantity-button:focus {
  color: #1999D5;
}

.quantity-button.quantity-up {
  background-color: #fff;
  border-top-right-radius: 50rem;
  border: 0;
  position: absolute;
  height: 50%;
  right: 0;
  top: 0;
  padding-top: 10px;
}

.quantity-button.quantity-down {
  background-color: #fff;
  border-bottom-right-radius: 50rem;
  border: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 50%;
  padding-top: 6px;
}

.product_steps {
  list-style: none;
  margin: 0;
  padding: 0;
}

.product_steps > li {
  background-color: #f4f4f4;
  border: 1px solid #dee0e1;
  border-radius: 0;
  font-weight: 400;
  padding: 15px 3px 15px 23px;
  position: relative;
}

.product_steps > li.active {
  background-color: #1999D5;
  color: #fff;
  font-weight: 700;
}

.product_steps > li.active::after {
  background-color: #1999D5;
}

.product_steps > li > a {
  color: inherit;
  text-decoration: none;
}

.product_steps > li > a:hover,
.product_steps > li > a:focus {
  color: #1999D5;
}

.woocommerce div.product form.cart div.quantity {
  margin-right: 32px;
}

.woocommerce #content div.product div.thumbnails a,
.woocommerce div.product div.thumbnails a,
.woocommerce-page #content div.product div.thumbnails a,
.woocommerce-page div.product div.thumbnails a {
  width: auto;
  margin: 0 4px;
}

@media (min-width: 1024px) {
  .product_steps > li {
    float: left;
    margin: 0 -28px 0 0;
    padding: 15px 3px 15px 47px;
  }

  .product_steps > li::after {
    background-color: #f4f4f4;
    border: 1px solid #dee0e1;
    border-left: 0;
    border-radius: 0 50rem 50rem 0;
    content: "";
    display: block;
    position: absolute;
    width: 28px;
    top: -1px;
    right: -28px;
    bottom: -1px;
    z-index: 1;
  }

  .product_steps > li:first-child {
    padding-left: 23px;
  }

  .product_steps > li + li {
    margin-left: 28px;
  }
}

/* Category listing
   -------------------------------------------------------------------------- */

.product-categories {
  margin: 0;
  padding: 0;
}

.product-categories li {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: -0.025em;
  line-height: 24px;
  list-style: none;
  margin: 0;
}

.product-categories li > a {
  text-decoration: none;
}

.product-categories .current-cat > a {
  color: #1999d5;
}

.product-categories > li > a {
  color: #171b60;
  display: block;
  padding-top: 12px;
  padding-bottom: 12px;
  position: relative;
}

.product-categories li > a:hover {
  color: #1999d5;
}

.product-categories li > a:hover::before {
  color: inherit;
}

.product-categories > li > a::before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e924";
  color: #c3c7c3;
  font-size: 10px;
  text-align: left;
  white-space: nowrap;
  position: absolute;
  right: 0;
}

.product-categories > li > ul,
.product-categories > li > ul > li > ul {
  margin-bottom: 4px;
  padding-left: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}

.product-categories li li a::before {
  content: "—";
  margin-right: 4px;
}

.product-categories > li > ul > li,
.product-categories > li > ul > li > ul > li,
.product-categories > li > ul > li > ul > li > ul > li {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 8px;
}

.product-categories > li > ul > li > ul > li,
.product-categories > li > ul > li > ul > li > ul > li {
  margin: 4px 0 0 16px;
}

.product-categories > li > ul > li a {
  color: #343741;
}

.products .type-product {
  text-align: center;
}

.products .type-product .quick_view.button {
  background: #f05523;
  border-color: #f05523;
  border-radius: 50rem;
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  padding: 10px 16px 10px;
  text-transform: capitalize;
}

.products .type-product .quick_view.button:hover {
  background: #ff784d;
  border-color: #ff784d;
}

.required-products .quick_view.button {
  margin-top: 0.5rem;
}

.product-related {
  text-align: center;
}

.product-related .quick_view.button,
.required-products .quick_view.button {
  padding: 6px 14px;
  background-color: #fff;
  border-color: #dfe1df;
  color: #171b60;
}

.product-related .quick_view.button:hover,
.required-products .quick_view.button:hover {
  background-color: #dfe1df;
  border-color: #dfe1df;
  color: #171b60;
}

.price-suffix {
  color: #343741;
  font-weight: lighter;
}

#wcqv_contend .price {
  font-size: 1em;
}

/* Threesixty Plugin
   -------------------------------------------------------------------------- */

.threesixty .threesixty_images {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.wc360-container {
  width: initial !important;
}

.threesixty .threesixty_images > li {
  margin-left: 0;
}

.threesixty .nav_bar {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  border-radius: 50rem;
  width: 144px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 8px;
}

.threesixty .nav_bar a {
  background-color: #fff;
  border-radius: 50%;
  display: block;
  float: left;
  width: 48px;
  height: 48px;
  background: none;
  color: #171b60;
  font-size: 0;
  text-align: center;
  text-decoration: none;
  text-indent: 0;
}

.threesixty .nav_bar a:hover,
.threesixty .nav_bar a:focus {
  color: #1999D5;
}

.threesixty .nav_bar a::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 48px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
}

.threesixty .nav_bar a.nav_bar_previous::before {
  content: "\e923";
}

.threesixty .nav_bar a.nav_bar_play::before {
  content: "\e918";
}

.threesixty .nav_bar a.nav_bar_stop {
  line-height: 48px;
}

.threesixty .nav_bar a.nav_bar_stop::before {
  content: "";
  background-color: #171b60;
  display: inline-block;
  width: 4px;
  height: 16px;
  margin-right: 2px;
  vertical-align: middle;
}

.threesixty .nav_bar a.nav_bar_stop::after {
  content: "";
  background-color: #171b60;
  display: inline-block;
  width: 4px;
  height: 16px;
  margin-left: 2px;
  vertical-align: middle;
}

.threesixty .nav_bar a.nav_bar_stop::before {
  background-color: #1999D5;
}

.threesixty .nav_bar a.nav_bar_stop::after {
  background-color: #1999D5;
}

.threesixty .nav_bar a.nav_bar_next::before {
  content: "\e924";
}

/* Remodal
   -------------------------------------------------------------------------- */

.wcqv_prev,
.wcqv_next {
  background-color: #4d515d;
}

.wcqv_prev {
  border-radius: 0 50rem 50rem 0;
  padding-right: 0;
  width: 48px;
  height: 72px;
}

.wcqv_prev .icon {
  color: #fff;
  background: none;
  width: auto;
  height: auto;
  margin-left: 8px;
  padding: 20px 0;
}

.wcqv_prev .icon::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e923";
}

.wcqv_prev .wcqv_prev_thumbnail {
  width: 48px;
  height: 48px;
  margin: 12px;
  padding: 0;
  vertical-align: middle;
}

.wcqv_prev .wcqv_prev_thumbnail img {
  background-color: #fff;
  display: block;
  border-radius: 50%;
}

.wcqv_prev .wcqv_prev_title {
  text-align: left;
  width: 152px;
  height: 72px;
  padding-left: 12px;
  padding-right: 12px;
}

.wcqv_prev .wcqv_prev_title h4 {
  font-size: 16px;
  line-height: 24px;
}

.wcqv_prev:hover {
  width: 240px;
}

.wcqv_next {
  border-radius: 50rem 0 0 50rem;
  padding-left: 0;
  width: 48px;
  height: 72px;
}

.wcqv_next .wcqv_next_thumbnail {
  width: 48px;
  height: 48px;
  margin: 12px;
  padding: 0;
  vertical-align: middle;
}

.wcqv_next .wcqv_next_thumbnail img {
  background-color: #fff;
  display: block;
  border-radius: 50%;
}

.wcqv_next .wcqv_next_title {
  text-align: left;
  width: 152px;
  height: 72px;
  padding-left: 0;
  padding-right: 12px;
}

.wcqv_next .wcqv_next_title h4 {
  font-size: 16px;
  line-height: 24px;
}

.wcqv_next .icon {
  color: #fff;
  background: none;
  width: auto;
  height: auto;
  margin-right: 8px;
  padding: 20px 0;
}

.wcqv_next .icon::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e924";
}

.wcqv_next:hover {
  width: 240px;
}

#wcqv_contend .images {
  width: 50%;
  margin-bottom: 32px;
}

#wcqv_contend .summary {
  font-size: 1rem;
  padding: 0;
}

#wcqv_contend .scrollbar_bg {
  display: none !important;
}

.remodal-wrapper {
  padding: 0;
}

.remodal {
  max-width: 1200px;
  max-height: 632px;
  color: #343741;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 16px;
  margin: auto;
  overflow-y: auto;
  top: 8%;
  right: 8%;
  bottom: 8%;
  left: 8%;
}

.remodal .remodal-close {
  width: 40px;
  height: 40px;
}

.remodal-close::before {
  width: 40px;
  line-height: 40px;
}

.remodal .remodal-close:hover {
  color: #fff;
}

.woocommerce .remodal {
  border-radius: 16px;
}

/* Hide price under product name */

.woocommerce .remodal div.product p.price,
.woocommerce .remodal div.product span.price {
  display: none;
}

/* Show price in price list item */

.woocommerce .remodal div.product li.price_wrapper p.price,
.woocommerce .remodal div.product li.price_wrapper span.price {
  display: inline;
}

/* Show price in price list item - logged in */

.logged-in .woocommerce .remodal div.product li.price_wrapper p.price,
.logged-in .woocommerce .remodal div.product li.price_wrapper span.price {
  display: inline;
}

.woocommerce .remodal #wcqv_contend .product .images .thumbnails {
  /*display: flex;
	justify-content: space-evenly;
	padding: 0;
	bottom: 0;*/
  display: none;
}

.woocommerce .remodal #wcqv_contend .product .images .thumbnail img {
  background-color: #fff;
  width: 48px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  margin: 0;
}

.woocommerce #wcqv_contend .product .cart .button {
  float: none;
  font-size: 18px;
}

.woocommerce .remodal .product-meta > li {
  margin-bottom: 0;
}

.woocommerce .remodal .summary-content .product-help {
  text-align: left;
}

.woocommerce .remodal .summary-content .col-xs-12 {
  width: 100%;
}

.woocommerce .remodal div.product form.cart {
  margin-bottom: 20px;
}

#wcqv_contend .images {
  margin-bottom: 0;
}

#wcqv_contend .scrollable {
  overflow: visible;
}

@media only screen and (max-width: 770px) {
  .woocommerce-page .remodal #wcqv_contend .product .summary {
    padding: 0;
  }
}

@media only screen and (min-width: 771px) {
  .remodal {
    padding: 32px;
  }

  .woocommerce .remodal .summary-content {
    padding-left: 32px;
  }

  #wcqv_contend .images {
    width: 33.33334%;
  }

  .woocommerce .remodal #wcqv_contend .product .images .thumbnail img {
    width: 40px;
  }

  #wcqv_contend .summary {
    width: 66.66667%;
  }
}

@media only screen and (min-width: 1200px) {
  #wcqv_contend .images {
    width: 50%;
  }

  .woocommerce .remodal #wcqv_contend .product .images .thumbnail img {
    width: 64px;
  }

  #wcqv_contend .summary {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 50%;
  }
}

/* Product Gallery
	 -------------------------------------------------------------------------- */

.flex-nav-next .flex-next,
.flex-nav-prev .flex-prev {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.flex-nav-next .flex-next:before,
.flex-nav-prev .flex-prev:before {
  font-size: 32px;
  padding: 16px;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.1);
}

.flex-nav-next .flex-next:before {
  content: "\e924";
  border-radius: 50% 0 0 50%;
}

.flex-nav-prev .flex-prev:before {
  content: "\e923";
  border-radius: 0 50% 50% 0;
}

.flex-nav-prev,
.flex-nav-next {
  list-style: none;
  margin: 0;
}

.flex-direction-nav {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0;
}

.flex-direction-nav a {
  text-decoration: none;
}

.flex-direction-nav a:link,
.flex-direction-nav a:visited,
.flex-direction-nav a:hover,
.flex-direction-nav a:active {
  color: #fff;
}

/* Product Bundling Styles */

.cart.bundle_data {
  background: #f4f4f4;
  padding: 2rem;
  border-radius: 16px;
  border: 1px solid #dfe1df;
}

.cart.bundle_data::before {
  content: "Total Bundle Price:";
  font-weight: 600;
  color: #8fae1b;
}

/*! site.css */

/* Site
   ========================================================================== */

.site {
  position: relative;
}

@media (min-width: 1024px) {
  /**
	 * Sticky.
	 */

  .site {
    padding-top: 72px;
  }
}

/* Site Alert
   ========================================================================== */

.site-alert {
  background-color: #f05523;
}

.site-alert-text {
  color: #fff;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 9px;
  padding-bottom: 7px;
}

.site-alert-text a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  vertical-align: top;
  position: relative;
  top: 1px;
  white-space: nowrap;
}

.site-alert-text .icon {
  font-size: 8px;
}

/* Site Header
   ========================================================================== */

.site-header {
  background-color: #fff;
}

@media (min-width: 1024px) {
  .site-header {
    background-color: transparent;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
  }

  body.admin-bar .site-header {
    top: 32px;
  }

  .header-primary {
    background-color: #fff;
  }
}

/* Site Branding
   -------------------------------------------------------------------------- */

.site-branding {
  padding-top: 8px;
  padding-bottom: 8px;
}

.site-brand {
  text-decoration: none;
}

.site-brand .site-logo {
  display: block;
  vertical-align: top;
  width: auto;
  height: 40px;
}

.site-title {
  line-height: 0;
  margin: 0;
  padding: 0;
}

.site-tagline {
  margin: 0;
  padding: 0;
}

@media (min-width: 1024px) {
  .site-branding {
    display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 1;
  }

  .site-brand .site-logo {
    height: 56px;
  }

  /**
	 * Sticky.
	 */

  .site-header.sticky .site-logo {
    height: 40px;
  }
}

/* Site Header Navigation
   -------------------------------------------------------------------------- */

.header-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 16px;
}

.header-menu::after {
  content: none;
}

.header-menu > li {
  font-size: 24px;
  line-height: 24px;
  display: inline-block;
  vertical-align: top;
  padding-left: 12px;
  padding-right: 12px;
}

.header-menu > li > a {
  color: #f05523;
  display: inline-block;
}

.header-menu > li > a:hover,
.header-menu > li > a:focus,
.header-menu > li.active a {
  color: #171b60;
}

.header-menu .icon {
  vertical-align: top;
}

@media (min-width: 1024px) {
  .header-menu {
    clear: both;
    border-top: 0;
    margin-right: 24px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
  }

  .header-menu > li > a {
    display: block;
  }
}

/* Site Navigation
   ========================================================================== */

@media (max-width: 1023.98px) {
  .navigation-collapse {
    max-height: 0;
    overflow: hidden;
    -webkit-transition-property: max-height;
    -o-transition-property: max-height;
    transition-property: max-height;
    -webkit-transition-duration: 0s;
         -o-transition-duration: 0s;
            transition-duration: 0s;
  }

  .site-header-open .navigation-collapse {
    max-height: 10000px;
    -webkit-transition-duration: 5.0s;
         -o-transition-duration: 5.0s;
            transition-duration: 5.0s;
  }
}

/**
 * Navigation Toggle.
 */

.navigation-toggle {
  float: right;
  background-color: transparent;
  border: transparent;
  margin: 0;
  padding: 8px 16px;
  position: relative;
  z-index: 8000;
  cursor: pointer;
  margin-top: 8px;
  margin-right: -16px;
}

.navigation-toggle-text {
  float: left;
  font-size: 14px;
  line-height: 28px;
  padding-right: 8px;
}

.navigation-toggle-icon,
.navigation-toggle-icon::before,
.navigation-toggle-icon::after {
  display: block;
  content: "";
  background-color: #262a6b;
  border-radius: 3px;
  height: 3px;
  width: 16px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}

.navigation-toggle-icon {
  float: right;
  margin-top: 12px;
  margin-bottom: 12px;
  position: relative;
}

.navigation-toggle-icon::before {
  top: -6px;
}

.navigation-toggle-icon::after {
  bottom: -6px;
}

.navigation-toggle:hover .navigation-toggle-icon,
.navigation-toggle:focus .navigation-toggle-icon,
.navigation-toggle:hover .navigation-toggle-icon::before,
.navigation-toggle:focus .navigation-toggle-icon::before,
.navigation-toggle:hover .navigation-toggle-icon::after,
.navigation-toggle:focus .navigation-toggle-icon::after {
  background-color: #262a6b;
}

/**
 * Active Navigation Toggle.
 */

.navigation-toggle.active .navigation-toggle-icon {
  background-color: transparent;
}

.navigation-toggle.active .navigation-toggle-icon::before,
.navigation-toggle.active .navigation-toggle-icon::after {
  top: 0;
}

.navigation-toggle.active .navigation-toggle-icon::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.navigation-toggle.active .navigation-toggle-icon::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media (min-width: 1024px) {
  .navigation-toggle {
    background-color: #fff;
    border: 1px solid #dfe1df;
    border-radius: 50%;
    padding: 26px 19px 25px;
    position: absolute;
    top: 3px;
    right: -81px;
    margin: 0;
  }
}

/* Site navigation
   -------------------------------------------------------------------------- */

.site-navigation {
  background: transparent -webkit-gradient(linear, left top, left bottom, from(rgba(0, 4, 67, 1)), to(rgba(23, 27, 96, 1))) 0% 0% no-repeat border-box;
  background: transparent -o-linear-gradient(top, rgba(0, 4, 67, 1) 0%, rgba(23, 27, 96, 1) 100%) 0% 0% no-repeat border-box;
  background: transparent linear-gradient(180deg, rgba(0, 4, 67, 1) 0%, rgba(23, 27, 96, 1) 100%) 0% 0% no-repeat border-box;
  border-bottom: 2px solid #F05523;
}

@media (min-width: 1024px) {
  .site-navigation {
    background: transparent -webkit-gradient(linear, left top, left bottom, from(rgba(0, 4, 67, .8)), to(rgba(23, 27, 96, .8))) 0% 0% no-repeat border-box;
    background: transparent -o-linear-gradient(top, rgba(0, 4, 67, .8) 0%, rgba(23, 27, 96, .8) 100%) 0% 0% no-repeat border-box;
    background: transparent linear-gradient(180deg, rgba(0, 4, 67, .8) 0%, rgba(23, 27, 96, .8) 100%) 0% 0% no-repeat border-box;
  }

  .site-navigation::after {
    content: none;
  }
}

/* Site menu
   -------------------------------------------------------------------------- */

.site-menu > li {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  position: relative;
}

.site-menu > li > a {
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}

.site-menu > li .sub-menu-toggle {
  color: #fff;
  font-size: 10px;
  position: absolute;
  right: 0;
  vertical-align: middle;
  padding: 8px 16px;
  margin-top: -8px;
  margin-right: -16px;
}

.site-menu > li .sub-menu-toggle::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e924";
}

.site-menu > li .sub-menu-toggle:hover,
.site-menu > li .sub-menu-toggle:focus {
  color: #f05523;
}

.site-menu > li .sub-menu-toggle.active {
  color: #f05523;
}

.site-menu > li .sub-menu-toggle.active:before {
  content: "\e922";
}

/**
 * Site menu tier two.
 */

.site-menu > li > ul {
  margin-bottom: 8px;
}

.site-menu > li > ul > li {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
  position: relative;
  padding-left: 20px;
}

.site-menu > li > ul > li::before {
  content: "—";
  position: absolute;
  top: 4px;
  left: 0;
  bottom: 0;
}

.site-menu > li > ul > li:last-child,
.site-menu > li > ul > li > ul > li:last-child {
  margin-bottom: 0;
}

.site-menu > li > ul > li > a,
.site-menu > li > ul > li > ul > li > a {
  color: #343741;
}

.site-menu > li > ul > li > a:hover,
.site-menu > li > ul > li > a:focus,
.site-menu > li > ul > li > ul > li > a:hover,
.site-menu > li > ul > li > ul > li > a:focus {
  color: #f05523;
}

.site-menu > li > ul > li > ul > li {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
  position: relative;
  padding-left: 20px;
}

.site-menu > li > ul > li > ul > li::before {
  content: "—";
  position: absolute;
  top: 4px;
  left: 0;
  bottom: 0;
}

@media (max-width: 1023.98px) {
  .site-menu {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  /**
	 * Site menu tier two.
	 */

  .site-menu > li > ul {
    display: none;
  }

  .site-menu > li > ul.active {
    display: block;
  }

  .site-menu > li > ul > li > a,
  .site-menu > li > ul > li > ul > li,
  .site-menu > li > ul > li > ul > li > a {
    color: #ffffff;
  }

  .site-menu > li > ul > li::before {
    color: #fff;
  }

  /**
	 * Site menu tier three.
	 */

  .site-menu > li > ul > li > ul {
    display: none;
    margin-top: 8px;
  }

  .site-menu > li > ul > li > ul.active {
    display: block;
  }
}

@media (min-width: 1024px) {
  .site-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .site-menu > li {
    font-size: 15px;
    margin-bottom: -2px;
  }

  .site-menu > li .sub-menu-toggle {
    color: #F05523;
    padding: 0;
    margin-top: -1px;
    margin-right: 12px;
  }

  .site-menu > li .sub-menu-toggle::before {
    content: "\e922";
  }

  .site-menu > li > ul > li.menu-item-has-children > a::after {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e924";
    color: #c3c7c3;
    font-size: 10px;
    position: absolute;
    right: 0;
  }

  .site-menu > li > a {
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 18px;
    padding-bottom: 16px;
  }

  .site-menu > li.menu-item-has-children > a {
    padding-right: 32px;
  }

  .site-menu > li:hover > a {
    background-color: #fff;
    color: #f05523;
    -webkit-transition: background 0.25s ease-in-out, color 0.25s ease-in-out;
    -o-transition: background 0.25s ease-in-out, color 0.25s ease-in-out;
    transition: background 0.25s ease-in-out, color 0.25s ease-in-out;
  }

  .site-menu > li:hover > a::after {
    content: "";
    background-color: #f05523;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 8px;
    right: 8px;
    z-index: 1001;
  }

  .site-menu > li:hover .sub-menu-toggle::before {
    color: #171b60;
    -webkit-transition: color 0.25s ease-in-out;
    -o-transition: color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out;
  }

  /**
	 * Site menu tier two.
	 */

  .site-menu > li > ul,
  .site-menu > li > ul > li > ul {
    background-color: #fff;
    -webkit-box-shadow: 0 5px 6px rgba(0,0,0,0.16);
            box-shadow: 0 5px 6px rgba(0,0,0,0.16);
    border-radius: 0 12px 12px 12px;
    width: 340px;
    padding: 16px;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
    -o-transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out, visibility 0.25s ease-in-out;
    margin-top: -2px;
    margin-bottom: 0;
  }

  .site-menu > li > ul > li > ul {
    top: -14px;
  }

  .site-menu > li:hover > ul,
  .site-menu > li > ul > li:hover > ul {
    visibility: visible;
    opacity: 1;
  }

  .site-menu > li > ul > li .sub-menu-toggle {
    display: none;
    position: absolute;
  }

  .site-menu > li > ul > li .sub-menu-toggle::before {
    content: "\e90e";
  }

  .site-menu > li > ul > li.menu-item-has-children:hover > a,
  .site-menu > li > ul > li.menu-item-has-children:hover > a::after {
    color: #f05523;
  }

  /**
	 * Site menu tier three.
	 */

  .site-menu > li > ul > li > ul {
    left: 100%;
  }
}

@media (min-width: 1280px) {
  .site-menu > li {
    font-size: 18px;
  }
}

@media (min-width: 1600px) {
  .site-menu > li {
    font-size: 18px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .site-menu > li > a {
    padding-left: 20px;
    padding-right: 32px;
  }
}

/* Header utility
   ========================================================================== */

.header-utility {
  padding-top: 16px;
  padding-bottom: 16px;
}

@media (min-width: 1024px) {
  .header-utility {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
  }

  .header-utility-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

/* Site search
   ========================================================================== */

.search-toggle {
  display: none;
  background-color: transparent;
  border: transparent;
  margin: 0;
  padding: 0;
  z-index: 8000;
  cursor: pointer;
}

.search-toggle-icon {
  display: inline-block;
  vertical-align: top;
}

.search-toggle-icon::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e925";
  font-size: 16px;
}

.search-toggle.active .search-toggle-icon::before {
  content: "\e915";
}

.site-search .search-field {
  height: 40px;
  outline: none;
}

@media (min-width: 1024px) {
  .site-search {
    position: relative;
    min-width: 280px;
  }
}

/* Site body
   ========================================================================== */

.site-body {
  position: relative;
}

@media (min-width: 1024px) {
  .site-body {
    padding-bottom: 80px;
    overflow: hidden;
  }
}

/**
 * Animation
 */

.cell-animation {
  display: none;
}

@media (min-width: 768px) {
  .cell-animation {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -1280px;
  }
}

/**
 * Home
 */

.home .site-body {
  background-image: none;
}

/* Site Hero
   ========================================================================== */

.site-hero {
  background-color: #171B60;
  text-align: center;
  color: #fff;
  position: relative;
}

.site-hero::after {
  content: "";
  background-image: url("../img/bg-curve.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
  height: 72px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.hero-inner {
  background-repeat: no-repeat;
  background-position: center center;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  padding: 32px 16px;
}

.hero-video {
  display: none;
  width: 100%;
  max-width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.hero-title {
  color: #fff;
  font-size: 36px;
  line-height: 44px;
  margin-top: 0;
  max-width: 928px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

@media (max-width: 576px) {
  .hero-title br {
    display: none;
  }
}

@media (max-width: 1023.98px) {
  .hero-inner {
    padding-top: 64px;
    padding-bottom: 184px;
    margin-bottom: -80px;
  }
}

@media (max-width: 575.98px) {
  .hero-inner {
    padding-top: 32px;
    padding-bottom: 160px;
  }
}

@media (min-width: 1024px) {
  .hero-inner {
    padding: 32px 32px;
  }

  .hero-title {
    font-size: 48px;
    line-height: 52px;
  }
}

.hero-title span {
  display: block;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -0.6px;
  margin-top: 12px;
}

@media (min-width: 1024px) {
  .hero-video {
    display: block;
    width: 100%;
    min-width: 1920px;
    max-width: none;
  }

  .site-hero {
    background-image: none;
    min-height: 300px;
    padding-top: 172px;
    padding-bottom: 96px;
    overflow: hidden;
  }

  .hero-inner {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding: 32px 32px 200px;
  }
}

/**
 * Hero slider.
 */

.hero-slider {
  margin: 0;
}

.hero-slide {
  padding: 0;
}

.hero-navigation {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.hero-navigation .slick-prev,
.hero-navigation .slick-next {
  background-color: transparent;
  border-color: rgba(255,255,255,0.30);
  color: #fff;
}

@media (max-width: 1023.98px) {
  .hero-navigation .slick-prev {
    left: -32px;
  }

  .hero-navigation .slick-next {
    right: -32px;
  }
}

@media (min-width: 1024px) {
  .hero-slider {
    height: 100%;
  }

  .hero-navigation {
    right: -160px;
    left: -160px;
  }
}

/**
 * Hero entry.
 */

.hero-entry {
  position: relative;
  padding-left: 32px;
  padding-right: 32px;
}

.hero-entry .entry-title {
  color: #fff;
  margin-top: 8px;
  margin-bottom: 8px;
}

@media (min-width: 1024px) {
  .hero-entry {
    height: 432px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }
}

/* Site Headline
   ========================================================================== */

.site-headline {
  background-color: #171b60;
  background-image: url("../img/bg-images/subpage-hero-2.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  color: #fff;
  margin-bottom: 32px;
  position: relative;
  overflow: hidden;
}

.headline-wrap {
  background-color: rgba(23,27,96,0.70);
}

.headline-inner {
  background-image: url("../img/bg-07.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  font-size: 20px;
  text-align: center;
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}

.headline-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 8px;
  padding-left: 56px;
  padding-right: 56px;
  position: relative;
  top: 2px;
}

.headline-callout {
  margin: 32px auto 0 auto;
}

.headline-callout .headline-title {
  margin-bottom: 24px;
}

.headline-callout .btn {
  position: relative;
}

.site-headline p:last-child {
  margin-bottom: 0;
}

.headline-text {
  padding-top: 2px;
  padding-bottom: 2px;
}

.headline-chart {
  width: 456px;
  height: 292px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 576px) {
  .headline-chart {
    width: 288px;
    height: 184px;
  }
}

@media (min-width: 1024px) {
  .site-headline {
    min-height: 264px;
    padding-top: 160px;
    padding-bottom: 48px;
    margin-top: -56px;
    margin-bottom: 64px;
  }

  .headline-wrap {
    background-color: transparent;
  }

  .site-headline::before {
    content: none;
  }

  .headline-callout {
    width: 75%;
    margin-top: 32px;
    margin-bottom: 96px;
  }

  .headline-callout .headline-title {
    line-height: 1.25;
    letter-spacing: 3px;
  }

  .headline-inner {
    background-color: rgba(23,27,96,0.70);
    background-size: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
    width: 520px;
    height: 520px;
    margin-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
    padding: 68px 68px 44px;
  }

  .headline-inner-large {
    background-image: none;
    width: 768px;
    height: 768px;
    margin-bottom: -132px;
    padding-bottom: 180px;
  }
}

/* Site Content
   ========================================================================== */

.content-title {
  border-bottom: 1px solid #dfe1df;
  margin-bottom: 48px;
  margin-top: 0;
  padding-bottom: 7px;
}

.blog-content-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-bottom: 1px solid #dfe1df;
  margin-bottom: 16px;
}

.blog-content-header .content-title {
  padding-bottom: 0;
  border-bottom: 0;
  margin-right: 16px;
  margin-bottom: 8px;
}

.blog-content-header .btn {
  margin-bottom: 16px;
}

.blog-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 48px;
}

.blog-navigation .categories-dropdown,
.blog-navigation .search-form {
  width: 100%;
  margin-bottom: 8px;
}

.blog-navigation .categories-dropdown,
.blog-navigation .search-form .search-field {
  height: 32px;
  padding: 0 11px;
}

.tags-list {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.tags-list.faded-right {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  white-space: nowrap;
  overflow: hidden;
}

.tags-list.faded-right::after {
  content: "";
  position: absolute;
  right: 0;
  width: 80px;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(#fff), color-stop(66%, #fff), to(transparent));
  background: -o-linear-gradient(right, #fff 0%, #fff 66%, transparent 100%);
  background: linear-gradient(to left, #fff 0%, #fff 66%, transparent 100%);
}

.tags-list h2 {
  margin: 0;
  margin-right: 12px;
}

.blog-navigation select,
.blog-navigation form,
.blog-navigation h2,
.blog-navigation .btn {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.blog-navigation .show-more-tags {
  position: absolute;
  right: 0;
  z-index: 1;
}

@media (min-width: 768px) {
  .blog-navigation {
    display: block;
  }

  .blog-navigation.faded-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .blog-navigation .categories-dropdown,
  .blog-navigation .search-form {
    width: 200px;
    margin-right: 16px;
  }

  .blog-navigation .categories-dropdown,
  .blog-navigation .search-form,
  .tags-list h2 {
    display: inline-block;
  }

  .tags-list {
    display: inline;
  }

  .tags-list.faded-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .tags-list a {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

/* Home content
   ========================================================================== */

/* Product content area
   ========================================================================== */

.product-content-area .site-content {
  position: relative;
}

.product-section-wrap {
  margin-bottom: 32px;
}

.product-section {
  background-color: #F4F4F4;
  border-radius: 16px;
  padding: 16px 32px 80px;
  font-size: 14px;
  line-height: 24px;
  height: 100%;
  position: relative;
}

.product-section-thumbnail {
  margin-left: -16px;
  margin-right: -16px;
}

.product-section-thumbnail img {
  border-radius: 8px;
}

.product-section-title {
  margin-bottom: 12px;
}

.product-section .btn {
  background-color: transparent;
  border-radius: 8px;
  margin-bottom: 16px;
  position: absolute;
  left: 32px;
  right: 32px;
  width: auto;
  bottom: 16px;
}

/* Landing content
   ========================================================================== */

.landing-content-area .site-content {
  position: relative;
}

/* Services content
   ========================================================================== */

.services-content-area .site-content {
  margin-top: -96px;
}

@media (min-width: 1024px) {
  .services-content-area .site-content {
    margin-bottom: -80px;
  }
}

/* Archive content
   ========================================================================== */

@media (min-width: 1024px) {
  .archive-content-area .site-content {
    margin-top: -12px;
    padding-right: 24px;
  }

  .archive-content-area .blog-content {
    margin-top: -48px;
  }

  .archive-content-area .blog-content {
    padding-right: 0;
  }
}

/* Archive entry.
   -------------------------------------------------------------------------- */

.archive-entry {
  margin-bottom: 40px;
}

.archive-entry:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
}

.archive-entry .entry-thumbnail {
  display: block;
  margin-bottom: 20px;
}

.archive-entry .entry-thumbnail img {
  border-radius: 50%;
  width: 100%;
}

.archive-entry .entry-title {
  margin-top: 0;
  margin-bottom: 16px;
}

.archive-entry .entry-title a:hover,
.archive-entry .entry-title a:focus {
  color: #f05523;
}

.archive-entry .entry-icon {
  background-color: #f05523;
  border: 6px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 24px;
  padding: 16px;
  position: absolute;
  top: 0;
  right: 0;
}

.archive-entry .entry-meta {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 16px;
}

.archive-entry .entry-meta a {
  color: inherit;
  text-decoration: none;
}

.archive-entry .entry-meta a:hover,
.archive-entry .entry-meta a:focus {
  color: #1999D5;
}

.archive-entry .entry-meta .categories-links {
  margin-left: 8px;
}

.archive-entry .entry-meta .categories-links::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e91f";
  font-size: 12px;
  margin-right: 6px;
}

.archive-entry .entry-summary p {
  margin-bottom: 0;
}

.archive-entry .entry-summary .more-link {
  font-weight: 500;
  white-space: nowrap;
}

.archive-entry .entry-summary .more-link:hover,
.archive-entry .entry-summary .more-link:focus {
  text-decoration: none;
}

@media (min-width: 576px) {
  .archive-entry .entry-thumbnail {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .archive-entry .entry-col-1 {
    width: 34.24657534246575%;
  }

  .archive-entry .entry-col-2 {
    width: 65.75342465753425%;
    padding-left: 32px;
  }
}

/* Blog entry.
   -------------------------------------------------------------------------- */

.blog-entry {
  position: relative;
  background-color: #f4f4f4;
  height: calc(100% - 32px);
  padding: 16px;
  border-radius: 16px;
  margin-bottom: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.blog-entry:last-of-type {
  padding: 16px;
}

.blog-entry .entry-icon {
  border-color: #f4f4f4;
}

.blog-entry .entry-thumbnail {
  margin-bottom: 0;
}

.blog-entry .entry-thumbnail img {
  border-radius: 16px;
}

.blog-entry .entry-title {
  margin-top: 16px;
  margin-bottom: 0;
}

.blog-entry .entry-header {
  margin-bottom: 8px;
}

.blog-entry .entry-meta {
  margin-top: auto;
  margin-bottom: 0;
}

/* Singular content
   ========================================================================== */

.singular-content-area .site-content {
  margin-top: -48px;
}

@media (min-width: 1024px) {
  .singular-content-area .site-content {
    padding-right: 24px;
    margin-top: -12px;
  }
}

/* Singular entry.
   -------------------------------------------------------------------------- */

.singular-entry .entry-title {
  margin-top: 0;
  margin-bottom: 16px;
}

.singular-entry .entry-meta {
  color: #4d515d;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 36px;
}

.singular-entry .entry-meta a {
  text-decoration: none;
  color: inherit;
}

.singular-entry .entry-meta a:hover,
.singular-entry .entry-meta a:focus {
  color: #f05523;
}

.singular-entry .entry-meta .date {
  margin-right: 8px;
}

.singular-entry .entry-meta .author {
  margin-right: 8px;
}

.singular-entry .entry-meta .author::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e930";
  margin-right: 4px;
}

.singular-entry .entry-meta .categories-links::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e91f";
  margin-right: 4px;
}

/* Page content
   ========================================================================== */

@media (min-width: 1024px) {
  .page-content-area .site-content {
    margin-top: -12px;
    padding-right: 24px;
  }
}

/* Page entry.
   -------------------------------------------------------------------------- */

.page-entry .entry-title {
  margin-top: 0;
}

.page-entry .entry-content > h2:first-child {
  margin-top: 0;
}

/* Site Sidebar
   ========================================================================== */

.site-sidebar {
  margin-top: 44px;
}

@media (min-width: 1024px) {
  .site-sidebar {
    margin-top: -8px;
  }
}

/* Publication Filter
   -------------------------------------------------------------------------- */

.publication-filter {
  margin-top: -80px;
  margin-bottom: 52px;
}

@media (min-width: 1024px) {
  .publication-filter {
    margin-top: 0;
    margin-bottom: 0;
  }
}

/* Sidebar navigation
   -------------------------------------------------------------------------- */

.sidebar-navigation {
  margin-bottom: 44px;
}

.sidebar-navigation:empty {
  display: none;
}

.sidebar-navigation-title {
  margin-top: 0;
  margin-bottom: 0;
}

/* Sidebar menu
   -------------------------------------------------------------------------- */

.sidebar-menu > li {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -.025em;
}

.sidebar-menu > li > a {
  color: #171b60;
  padding-top: 12px;
  padding-bottom: 12px;
  position: relative;
}

.sidebar-menu > li > a::before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e924";
  color: #c3c7c3;
  font-size: 10px;
  text-align: left;
  white-space: nowrap;
  position: absolute;
  right: 0;
}

.sidebar-menu > li > a:hover,
.sidebar-menu > li > a:focus,
.sidebar-menu > li > a:hover:before,
.sidebar-menu > li > a:focus:before {
  color: #1999d5;
}

/**
 * Sidebar menu tier two.
 */

.sidebar-menu > li > ul {
  margin-bottom: 4px;
  padding-left: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}

.sidebar-menu > li > ul > li {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 8px;
}

.sidebar-menu > li > ul > li > a {
  color: #343741;
}

.sidebar-menu > li > ul > li > a::before {
  content: "—";
  margin-right: 4px;
}

.sidebar-menu > li > ul > li > a:hover,
.sidebar-menu > li > ul > li > a:focus {
  color: #1999d5;
}

/**
 * Sidebar menu tier three.
 */

.sidebar-menu > li > ul > li > ul {
  padding-top: 8px;
  padding-left: 16px;
}

.sidebar-menu > li > ul > li > ul > li {
  font-size: 14px;
  line-height: 20px;
}

/* Archives navigation
   -------------------------------------------------------------------------- */

.archives-navigation {
  margin-bottom: calc(var(--baseline) * 2);
}

.archives-navigation-title {
  font-size: 16px;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 8px;
}

/* Archives menu
   -------------------------------------------------------------------------- */

.archives-menu {
  margin-bottom: 24px;
}

.archives-menu > li {
  float: left;
  width: 50%;
  font-size: 14px;
  line-height: 24px;
}

/* Archives dropdown
   -------------------------------------------------------------------------- */

/* Site Footer
   ========================================================================== */

.site-footer {
  background-color: #171B60;
  color: #fff;
  padding-top: 48px;
  padding-bottom: 80px;
}

@media (min-width: 768px) {
  .site-footer {
    padding-bottom: 32px;
  }
}

/* Footer cta
   -------------------------------------------------------------------------- */

.footer-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  height: 200px;
  border-radius: 50rem;
  position: relative;
  top: -100px;
  margin-bottom: -100px;
  padding-left: 16px;
  padding-right: 16px;
}

.footer-cta-left,
.footer-cta-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  height: 100%;
}

.footer-cta-left {
  border-radius: 50rem 0 0 50rem;
}

.footer-cta-right {
  border-radius: 0 50rem 50rem 0;
}

.footer-cta-text {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  position: relative;
  margin-bottom: 12px;
}

.footer-cta-text::after {
  background-color: #a2b427;
  content: "";
  display: block;
  height: 2px;
  width: 80px;
  position: absolute;
  bottom: -12px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

a.footer-cta:hover .footer-cta-text,
a.footer-cta:focus .footer-cta-text,
.footer-cta a:hover .footer-cta-text,
.footer-cta a:focus .footer-cta-text {
  color: rgba(255,255,255,0.70);
}

@media (min-width: 768px) {
  .footer-cta-text {
    font-size: 32px;
    line-height: 36px;
  }
}

@media (min-width: 1024px) {
  .footer-cta-text {
    font-size: 40px;
    line-height: 44px;
  }
}

/* Footer navigation
   -------------------------------------------------------------------------- */

.footer-navigation {
  padding-top: 12px;
}

@media (max-width: 1023.98px) {
  .footer-navigation {
    display: none;
  }

  .footer-navigation.active {
    display: block;
  }
}

@media (min-width: 1024px) {
  .footer-navigation {
    padding-top: 32px;
  }
}

/**
 * Navigation Toggle.
 */

.footer-navigation-toggle {
  display: block;
  background-color: transparent;
  border: transparent;
  border-top: 1px solid rgba(255,255,255,.1);
  margin: 0;
  padding: 8px 0;
  position: relative;
  cursor: pointer;
  margin-top: 8px;
  color: #fff;
  text-align: center;
  width: 100%;
}

.footer-navigation-toggle-text {
  font-size: 14px;
  font-weight: bold;
  line-height: 28px;
  padding-right: 8px;
}

.footer-navigation-toggle-icon,
.footer-navigation-toggle-icon::before,
.footer-navigation-toggle-icon::after {
  display: block;
  content: "";
  background-color: #ffffff;
  border-radius: 3px;
  height: 3px;
  width: 16px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}

.footer-navigation-toggle-icon {
  margin-top: 12px;
  margin-bottom: 12px;
  position: relative;
}

.footer-navigation-toggle-icon::before {
  top: -6px;
}

.footer-navigation-toggle-icon::after {
  bottom: -6px;
}

.footer-navigation-toggle:hover .footer-navigation-toggle-text,
.footer-navigation-toggle:focus .footer-navigation-toggle-text {
  color: #f05523;
}

.footer-navigation-toggle:hover .footer-navigation-toggle-icon,
.footer-navigation-toggle:focus .footer-navigation-toggle-icon,
.footer-navigation-toggle:hover .footer-navigation-toggle-icon::before,
.footer-navigation-toggle:focus .footer-navigation-toggle-icon::before,
.footer-navigation-toggle:hover .footer-navigation-toggle-icon::after,
.footer-navigation-toggle:focus .footer-navigation-toggle-icon::after {
  background-color: #f05523;
}

/**
 * Active Footer Navigation Toggle.
 */

.footer-navigation-toggle.active .footer-navigation-toggle-icon {
  background-color: transparent;
}

.footer-navigation-toggle.active .footer-navigation-toggle-icon::before,
.footer-navigation-toggle.active .footer-navigation-toggle-icon::after {
  top: 0;
}

.footer-navigation-toggle.active .footer-navigation-toggle-icon::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.footer-navigation-toggle.active .footer-navigation-toggle-icon::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media (min-width: 1024px) {
  .footer-navigation-toggle {
    display: none;
  }
}

/* Footer menu
   -------------------------------------------------------------------------- */

.footer-menu > li {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: -.025em;
  margin-bottom: 16px;
}

.footer-menu > li > a {
  color: #fff;
}

.footer-menu > li > a:hover,
.footer-menu > li > a:focus {
  color: #f05523;
}

.footer-menu > li > ul {
  margin-top: 16px;
}

.footer-menu > li > ul > li {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
}

.footer-menu > li > ul > li::before {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 14px;
  height: 1px;
  top: 12px;
  left: 0;
}

.footer-menu > li > ul > li > a {
  color: #fff;
}

.footer-menu > li > ul > li > a:hover,
.footer-menu > li > ul > li > a:focus {
  color: #f05523;
}

/* Footer contact
   -------------------------------------------------------------------------- */

.footer-contact {
  margin-bottom: 28px;
}

.footer-contact .logo {
  display: block;
  background-color: #343741;
  border-radius: 50%;
  fill: #fff;
  width: 116px;
  padding: 8px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: -56px;
  margin-bottom: -44px;
}

.footer-contact .logotype {
  display: block;
  fill: #fff;
  height: 36px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 32px;
}

/**
 * vCard
 */

.footer-contact .vcard {
  margin-bottom: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.footer-contact .vcard .icon {
  font-size: 16px;
  margin-left: -16px;
  position: relative;
  left: -8px;
}

.footer-contact .org {
  margin-bottom: 28px;
}

.footer-contact .adr {
  margin-bottom: 12px;
  padding-left: 28px;
}

.footer-contact .type {
  font-weight: 700;
}

.footer-contact .tel {
  padding-left: 28px;
}

.footer-contact .email-address {
  padding-left: 28px;
}

.footer-contact .email {
  color: #fff;
  text-decoration: none;
}

/* Site copyright
   -------------------------------------------------------------------------- */

.site-copyright {
  border-top: 1px solid rgba(255,255,255,.1);
  font-size: 14px;
  line-height: 20px;
  padding-top: 31px;
  margin-bottom: 0;
}

.site-copyright a {
  color: #fff;
  text-decoration: none;
}

.site-copyright a:hover,
.site-copyright a:focus {
  text-decoration: underline;
}

/* Footer social
   -------------------------------------------------------------------------- */

.footer-social {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 36px;
}

.footer-social-menu > li {
  margin-right: 12px;
}

.footer-social-menu > li > a {
  background-color: #fff;
  border-color: #fff;
  color: #171B60;
  padding: 8px;
}

.footer-social-menu > li > a::before {
  font-size: 20px;
}

/* Site share
   -------------------------------------------------------------------------- */

.site-share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  text-align: center;
  z-index: 4000;
}

.site-share li {
  width: 100%;
}

.site-share .icon {
  color: #fff;
  font-size: 20px;
  width: 100%;
  display: block;
  padding-top: 14px;
  padding-bottom: 14px;
}

.site-share .icon:hover,
.site-share .icon:focus {
  color: #171b60;
}

.site-share .icon-facebook {
  background-color: #4267b2;
}

.site-share .icon-twitter {
  background-color: #55acee;
}

.site-share .icon-linkedin {
  background-color: #0077b5;
}

.site-share .icon-email {
  background-color: #7d7d7d;
}

@media (min-width: 768px) {
  .site-share {
    border-radius: 8px 0 0 8px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 48px;
    top: 50%;
    right: 0;
    left: auto;
    bottom: auto;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

/* Site back to top
   -------------------------------------------------------------------------- */

.site-back-to-top {
  position: fixed;
  text-indent: -9999px;
  right: 8px;
  bottom: 8px;
  width: 48px;
  height: 48px;
  opacity: 0;
  z-index: -1;
  -webkit-transition: opacity .4s ease;
  -o-transition: opacity .4s ease;
  transition: opacity .4s ease;
  background-color: #000;
  background-color: rgba(0,0,0,.2);
}

.site-back-to-top::before {
  content: "";
}

.site-back-to-top.active {
  opacity: 1;
  z-index: 1;
}

/* Site chat
   -------------------------------------------------------------------------- */

.site-chat {
  display: none;
  text-decoration: none;
}

.site-chat-icon {
  background-color: #f05523;
  border-radius: 50%;
  color: #fff;
  font-size: 48px;
  padding: 26px;
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.site-chat-text {
  display: block;
  background-color: #4d515d;
  border-radius: 50rem;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  position: relative;
  margin-top: 4px;
  padding: 0 0 4px;
}

.site-chat:hover,
.site-chat:focus {
  text-decoration: none;
}

.site-chat:hover .site-chat-icon,
.site-chat:focus .site-chat-icon {
  background-color: #ff784d;
}

@media (min-width: 768px) {
  .site-chat {
    display: block;
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 1000;
  }
}

/* Site Sidepane
   ========================================================================== */

.site-sidepane {
  position: fixed;
  top: 0;
  left: 0;
}

/*! comments.css */

/* Comments area
   ========================================================================== */

/* Comment tabset
   -------------------------------------------------------------------------- */

.comments-tabset {
  margin-bottom: 0;
}

.comments-tabset .tab {
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  padding: 31px 0 0;
}

/* Comment list
   -------------------------------------------------------------------------- */

.comment-list,
.comment-list .children {
  list-style: none;
  margin: 0;
  padding: 0;
}

.comment-list > .comment:last-child .comment-body {
  /* margin-bottom: 0; */
}

.comment-list .children {
  border-left: 1px solid #dfe1df;
  padding-left: 15px;
}

.comment {
  margin-left: 0;
}

.comment-body {
  margin-bottom: 32px;
  position: relative;
}

.comment-meta {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 8px;
}

.comment-author {
  display: inline;
}

.comment-author .avatar {
  float: left;
  border-radius: 50%;
  margin-right: 16px;
  width: 48px;
  height: 48px;
}

.comment-author .fn {
  color: #171b60;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 20px;
  font-weight: 600;
  vertical-align: top;
  position: relative;
  top: 1px;
}

.comment-author .says {
  display: none;
}

.comment-author .url {
  color: inherit;
  text-decoration: none;
}

.comment-content {
  clear: both;
}

.comment-content *:last-child {
  margin-bottom: 0;
}

.comment-awaiting-moderation {
  margin: 0;
}

.comment-reply {
  font-size: 15px;
  line-height: 24px;
  font-family: 'Josefin Sans', sans-serif;
  margin-top: 16px;
}

.comment-reply-link {
  color: #171b60;
  font-weight: 600;
  text-decoration: none;
}

.comment-reply-link::before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90d";
  margin-right: 8px;
  color: #f05523;
  vertical-align: top;
}

.comment-reply-link:hover,
.comment-reply-link:focus {
  text-decoration: none;
}

@media (min-width: 768px) {
  .comment-list .children {
    padding-left: 31px;
  }

  .comment-metadata {
    display: inline;
  }

  .comment-author .avatar {
    margin-top: -12px;
  }

  .comment-meta {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

/* Comment respond
   -------------------------------------------------------------------------- */

.comment-respond {
  margin-bottom: 52px;
}

.comment-notes {
  display: none;
}

.comment-form {
  line-height: 24px;
}

.comment-form label {
  vertical-align: top;
}

.comment-form input {
  height: 56px;
}

.comment-form textarea {
  height: 288px;
}

.comment-form-author,
.comment-form-email,
.comment-form-url,
.comment-form-comment {
  margin-bottom: 32px;
}

.comment-form-submit {
  display: block;
  margin-bottom: 0;
}

.comment-form-allowed-tags {
  display: none;
}

/*! module.css */

/* MSC Blog
   ========================================================================== */

.blog-msc {
  padding-top: 48px;
  padding-bottom: 48px;
}

.blog-msc-title {
  margin-top: 0;
  margin-bottom: 32px;
}

.blog-msc-subtitle {
  margin-top: 0;
  margin-bottom: 44px;
}

@media (min-width: 768px) {
  .blog-msc {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

@media (min-width: 1024px) {
  .blog-msc {
    padding-top: 80px;
    margin-bottom: -48px;
  }

  .blog-msc-feed .feed-4-body {
    margin-left: -16px;
    margin-right: -16px;
  }

  .blog-msc-feed .feed-4-entry {
    float: left;
    width: 50%;
    padding-right: 32px;
  }
}

/* Systems
   ========================================================================== */

.systems {
  background-color: #f4f4f4;
  padding-top: 56px;
  padding-bottom: 24px;
}

.systems-text {
  font-size: 16px;
  line-height: 24px;
  position: relative;
  top: 1px;
}

.system-item {
  border-radius: 50%;
  text-align: center;
  padding: 16px;
  width: 288px;
  height: 288px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
}

.system-item-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  padding: 16px;
}

.system-item-title {
  display: block;
  color: #fff;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 600;
  font-size: 48px;
  line-height: 52px;
  margin-top: 0;
  margin-bottom: 8px;
}

.system-item-text {
  color: #fff;
  font-size: 20px;
  line-height: 32px;
}

.system-item-1 {
  background-color: rgba(240,85,35,0.50);
}

.system-item-1 .system-item-inner {
  background-color: #f05523;
}

.system-item-2 {
  background-color: rgba(0,153,216,0.50);
}

.system-item-2 .system-item-inner {
  background-color: #1999D5;
}

.system-item-3 {
  background-color: rgba(162,180,39,0.50);
}

.system-item-3 .system-item-inner {
  background-color: #a2b427;
}

@media (min-width: 768px) {
  .systems {
    padding-top: 212px;
    padding-bottom: 48px;
  }

  .systems-group {
    margin-top: 60px;
    margin-bottom: 40px;
    overflow: hidden;
  }

  .system-item {
    float: left;
    width: 218px;
    height: 218px;
  }

  .system-item-text {
    font-size: 16px;
    line-height: 28px;
  }

  .system-item-2 {
    margin-left: 16px;
    margin-right: 16px;
  }
}

@media (min-width: 1024px) {
  .systems {
    padding-bottom: 68px;
  }

  .systems-container {
    padding-left: 80px;
    padding-right: 80px;
  }

  .system-item {
    width: 256px;
    height: 256px;
  }

  .system-item-text {
    font-size: 20px;
    line-height: 32px;
  }
}

@media (min-width: 1280px) {
  .systems-container {
    padding-left: 84px;
    padding-right: 84px;
  }

  .system-item {
    width: 332px;
    height: 332px;
    padding: 32px;
  }
}

/* Paradigms
   ========================================================================== */

.paradigms-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  margin: 0 -16px 48px;
  padding: 0;
}

.paradigms-title {
  margin-bottom: 48px;
}

.paradigms-img {
  margin-bottom: 24px;
}

.paradigms-img img {
  width: 100%;
}

.paradigm-item {
  color: #171b60;
  font-family: 'Josefin Sans', sans-serif;
  text-align: center;
  font-weight: 600;
  letter-spacing: -.025em;
  width: 50%;
  margin: 0 0 24px;
  padding: 0 16px;
  position: relative;
}

.paradigm-item img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.paradigm-item-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  text-shadow: 0 0 4px rgba(0,0,0,0.5), 0 0 24px rgba(0,0,0,0.70);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding-left: 18%;
  padding-right: 18%;
  max-width: 208px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .paradigms-title {
    margin-top: 0;
  }

  .paradigm-item-title {
    font-size: 24px;
    line-height: 24px;
  }

  .paradigm-item {
    min-width: 33.33334%;
  }
}

@media (min-width: 1024px) {
  .paradigms {
    margin-top: -144px;
  }

  .paradigms-list {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }

  .paradigm-item {
    min-width: 20%;
    max-width: 168px;
    padding: 0 16px;
  }
}

@media (min-width: 1280px) {
  .paradigms {
    margin-top: -172px;
  }

  .paradigm-item-title {
    font-size: 28px;
    line-height: 28px;
  }

  .paradigm-item {
    max-width: 240px;
  }
}

/* Promo
   ========================================================================== */

.promo-area {
  position: relative;
}

.promo-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  list-style: none;
  margin: 0 -16px -32px -16px;
  padding: 0;
  position: relative;
  top: -64px;
}

.promo-item {
  width: 50%;
  margin: 0;
  padding-left: 16px;
  padding-right: 16px;
  max-height: 0;
  padding-bottom: 50%;
  position: relative;
}

.promo-item a,
.promo-item span {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  border: 3px solid #F05523;
  font-family: 'Josefin Sans', sans-serif;
  padding: 36px;
  border-radius: 50%;
  font-size: 18px;
  line-height: 24px;
  margin: 0;
  color: #fff;
  text-decoration: none;
  position: absolute;
  top: 16px;
  right: 16px;
  bottom: 16px;
  left: 16px;
}

.promo-item a:hover,
.promo-item a:focus {
  color: #F05523;
}

@media (min-width: 576px) {
  .promo-list {
    top: -80px;
  }

  .promo-item {
    width: 33.33334%;
    padding-bottom: 33.33334%;
  }
}

@media (min-width: 768px) {
  .promo-item a,
  .promo-item span {
    font-size: 24px;
    line-height: 24px;
  }
}

@media (min-width: 1024px) {
  .promo-list {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: -160px;
    position: relative;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    top: 0;
  }

  .promo-item {
    width: 20%;
    padding-bottom: 20%;
  }
}

@media (min-width: 1280px) {
  .promo-list {
    margin-top: -180px;
  }

  .promo-item {
    max-width: 17.32954545454545%;
    padding-bottom: 17.32954545454545%;
  }
}

/* Lead Area
   ========================================================================== */

.lead-area {
  padding-bottom: 16px;
}

.lead-title {
  margin-top: 0;
  margin-bottom: 40px;
}

.lead-text {
  font-size: 18px;
  line-height: 28px;
}

@media (min-width: 1024px) {
  .lead-title {
    margin-top: 32px;
    margin-bottom: 40px;
  }

  .lead-text {
    font-size: 20px;
    line-height: 32px;
    text-align: justify;
  }
}

.lead-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.lead-item-title {
  margin-top: 0;
  margin-bottom: 8px;
}

.lead-item-text {
  font-size: 16px;
  line-height: 28px;
}

.lead-item-body {
  margin-bottom: 8px;
}

.lead-item-icon {
  display: inline-block;
  background-color: #fff;
  border: 3.5px solid;
  border-radius: 50%;
  font-size: 64px;
  width: 88px;
  height: 88px;
  position: relative;
  margin-bottom: 16px;
  margin-right: 32px;
}

.lead-item-icon::before {
  background-color: #fff;
  border-radius: 50%;
  max-width: none;
  padding: 9px;
  z-index: 1;
  position: relative;
}

.lead-item-icon::after {
  content: "";
  background: transparent -o-radial-gradient(50% 50%, closest-side, #00000033 0%, #00000000 100%) 0% 0% no-repeat padding-box;
  background: transparent radial-gradient(closest-side at 50% 50%, #00000033 0%, #00000000 100%) 0% 0% no-repeat padding-box;
  position: absolute;
  bottom: -10px;
  left: -3.5px;
  right: 0;
  width: 88px;
  height: 20px;
  z-index: 0;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1024px) {
  .lead-area {
    background-image: url("../img/bg-images/mountains-road-section-bg.png");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: auto 480px;
    padding-top: 68px;
  }

  .lead-text {
    padding-right: 16px;
  }

  .lead-body {
    margin-top: -48px;
    min-height: 588px;
    padding-bottom: 0;
  }

  .lead-item {
    display: block;
    width: 436px;
  }

  .lead-item-icon {
    margin-right: 0;
  }

  .lead-item-1 {
    text-align: right;
    margin-right: auto;
    position: relative;
    top: 124px;
    right: 0;
  }

  .lead-item-1 .icon {
    float: right;
    margin-left: 32px;
  }

  .lead-item-2 {
    text-align: left;
    margin-left: auto;
    position: relative;
    top: 72px;
  }

  .lead-item-2 .icon {
    float: left;
    margin-right: 32px;
  }

  .lead-item-3 {
    text-align: right;
    margin-right: auto;
    padding-bottom: 24px;
    position: relative;
    top: 40px;
    right: 0;
  }

  .lead-item-3 .icon {
    float: right;
    margin-left: 32px;
  }
}

@media (min-width: 1280px) {
  .lead-area {
    background-position: calc(50% + 16px) bottom;
    background-size: auto 600px;
  }

  .lead-body {
    min-height: 720px;
    margin-top: -128px;
  }

  .lead-item-1 {
    top: 126px;
    right: 0;
    padding-top: 200px;
  }

  .lead-item-2 {
    top: 64px;
    left: 48px;
  }

  .lead-item-3 {
    top: 96px;
    right: 32px;
  }
}

@media (min-width: 1600px) {
  .lead-area {
    background-position: center bottom;
    background-size: 1408px 720px;
  }

  .lead-body {
    min-height: 720px;
    margin-top: -32px;
  }

  .lead-item-1 {
    top: 126px;
    right: -84px;
    padding-top: 120px;
  }

  .lead-item-2 {
    top: 80px;
    left: -4px;
  }

  .lead-item-3 {
    top: 140px;
    right: -16px;
  }
}

/* Solutions Area
   ========================================================================== */

.solutions-area {
  background-color: #171B60;
  background-image: url("../img/bg-images/section-bg.png");
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
}

.solutions-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 40px;
}

.solutions-text {
  color: #fff;
  margin-top: 0;
  margin-bottom: 48px;
}

.solutions-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
}

.solutions-item {
  border: 2px solid #fff;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
  padding-top: 16px;
  padding-bottom: 16px;
}

.solutions-item-wrap,
.solutions-item-wrap:hover,
.solutions-item-wrap:focus {
  color: #fff;
  text-decoration: none;
}

.solutions-item-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.solutions-item strong {
  display: block;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 40px;
  line-height: 44px;
  letter-spacing: -.025rem;
  margin-bottom: 8px;
}

.solutions-item em {
  font-style: normal;
}

.solutions-item-1 {
  background-color: #F05523;
  border-radius: 16px 16px 0 0;
}

.solutions-item-2 {
  border-top: 0;
  border-bottom: 0;
  background-color: #1999D5;
}

.solutions-item-3 {
  background-color: #A2B427;
  border-radius: 0 0 16px 16px;
}

@media (min-width: 1024px) {
  .solutions-area {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (min-width: 768px) {
  .solutions-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .solutions-item {
    border: 2px solid #fff;
    min-height: 244px;
  }

  .solutions-item-1 {
    border-radius: 16px 0 0 16px;
    border-right: 0;
  }

  .solutions-item-3 {
    border-radius: 0 16px 16px 0;
    border-left: 0;
  }
}

/* Products Area
   ========================================================================== */

.products-area {
  background-image: url("../img/bg-images/large-section-bg.jpg");
  background-position: center center;
  background-size: cover;
  padding-top: 40px;
}

@media (min-width: 1024px) {
  .products-area {
    padding-top: 80px;
  }

  .product-testimonials {
    margin-bottom: 0;
  }
}

/**
 * Product Spotlight
 */

.product-spotlight {
  background-color: #fff;
  -webkit-box-shadow: -8px 8px 8px #00000026;
          box-shadow: -8px 8px 8px #00000026;
  border-radius: 16px;
  margin-bottom: 64px;
  padding: 16px;
}

.product-spotlight-thumbnail {
  margin-bottom: 32px;
}

.product-spotlight-title {
  color: #1999D5;
  position: relative;
  margin-top: 0;
  margin-bottom: 24px;
}

@media (min-width: 1024px) {
  .product-spotlight-body {
    padding-right: 64px;
  }

  .product-spotlight-title::before {
    background-color: #1999D5;
    content: "";
    width: 96px;
    height: 1px;
    position: absolute;
    right: 100%;
    top: 8px;
    margin-right: 32px;
  }

  .product-spotlight-thumbnail {
    margin-bottom: 0;
    position: relative;
  }

  .product-spotlight-thumbnail::after {
    content: "";
    background: transparent -webkit-gradient(linear, left top, right top, from(#FFFFFF00), to(#FFFFFF)) 0% 0% no-repeat padding-box;
    background: transparent -o-linear-gradient(left, #FFFFFF00 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(90deg, #FFFFFF00 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 208px;
  }
}

/**
 * Product Services
 */

.product-services {
  padding-bottom: 32px;
}

.product-service-item {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 8px #0000000A;
          box-shadow: 0px 0px 8px #0000000A;
  border-radius: 16px;
  margin-bottom: 32px;
  padding: 16px;
}

.product-service-item > a {
  text-decoration: none;
}

.product-service-item-thumbnail {
  margin-bottom: 16px;
  border-radius: 8px;
}

.product-service-item-title {
  margin-top: 0;
  margin-bottom: 0;
  padding: 14px 16px;
}

@media (min-width: 1024px) {
  .product-services {
    padding-bottom: 48px;
  }
}

/* Featured Products
   ========================================================================== */

.products {
  list-style: none;
  margin: 0;
  padding: 0;
}

.featured-products {
  margin-top: -220px;
  padding-bottom: 47px;
  border-bottom: 1px solid #dfe1df;
}

.featured-products ul.products {
  list-style: none;
  padding: 0;
}

.featured-products ul.products::before {
  content: none;
}

.featured-products .woocommerce-loop-product__title {
  margin-bottom: 0;
}

.featured-products-slider {
  border-bottom: 1px solid #dfe1df;
  margin-top: 32px;
  padding-bottom: 39px;
}

.featured-products-slider .slide {
  padding-left: 16px;
  padding-right: 16px;
}

.featured-products-slider .slick-prev,
.featured-products-slider .slick-next {
  margin-top: -48px;
}

.featured-products-slider .slick-prev {
  margin-left: -32px;
}

.featured-products-slider .slick-next {
  margin-right: -32px;
}

.products-footer {
  text-align: center;
  margin-bottom: 48px;
}

.products-view-link {
  color: #171b60;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 20px;
  line-height: 24px;
  text-decoration: none;
}

.products-view-link:hover,
.products-view-link:focus {
  text-decoration: none;
}

.product-video {
  margin-bottom: 56px;
}

.product-testimonials {
  margin-bottom: 64px;
}

.product-testimonials-body {
  background-color: #fff;
  border-top: 1px solid #dfe1df;
  border-bottom: 1px solid #dfe1df;
  height: 320px;
  overflow-y: scroll;
  padding-top: 27px;
}

.product-testimonials .pullquote {
  margin-top: 0;
  margin-bottom: 24px;
}

.product-testimonials .pullquote-content {
  font-size: 16px;
  line-height: 28px;
}

@media (min-width: 1024px) {
  .product-testimonials {
    margin-bottom: 0;
  }
}

@media (max-width: 767.98px) {
  .promo ul.products li.product {
    padding-top: 0;
  }
}

@media (min-width: 768px) {
  .featured-products {
    margin-top: -248px;
  }
}

@media (min-width: 1024px) {
  .featured-products {
    margin-top: -304px;
    position: relative;
  }

  .featured-products-slider .slick-prev {
    margin-left: -56px;
  }

  .featured-products-slider .slick-next {
    margin-right: -56px;
  }
}

.product_meta a {
  text-decoration: none;
  font-weight: normal;
  color: #f05523;
}

.product_meta a:hover,
.product_meta a:focus {
  color: #1999D5;
}

.product-testimonials-quotes {
  margin-bottom: 32px;
}

.product-testimonials .review-form {
  display: none;
}

/* Product
   ========================================================================== */

.product-spec {
  margin-bottom: 32px;
}

.product-help {
  display: block;
  color: #171b60;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -.025em;
  text-decoration: none;
  padding-top: 8px;
  padding-bottom: 8px;
}

.product-help:hover,
.product-help:focus {
  color: #1999D5;
  text-decoration: none;
}

.product-help .icon {
  font-size: 18px;
  white-space: pre;
}

@media (min-width: 1024px) {
  .product-help {
    text-align: right;
  }
}

.product-image {
  margin-bottom: 32px;
}

.product-image img {
  border-radius: 16px;
  width: 100%;
}

@media (min-width: 1024px) {
  .product-image {
    margin-right: -32px;
    margin-bottom: 0;
  }
}

@media (min-width: 1024px) {
  .product-info {
    padding-left: 64px;
  }
}

.product-info .product-meta li {
  margin-bottom: 0;
}

.single-product .tabset .list-unordered li {
  margin-bottom: 0;
}

.product-pullquote .pullquote-content {
  font-size: 24px;
}

.required-products-title {
  margin-bottom: 0;
  margin-left: 20px;
  margin-right: 20px;
}

.required-products-title::before,
.required-products-title::after {
  background-color: #dfe1df;
}

.required-products-slider {
  margin-top: 0;
}

.required-products-slider .woocommerce-loop-product__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.required-products-slider .woocommerce-loop-product__title {
  font-size: 18px;
  line-height: 24px;
  text-align: left;
  margin-top: 8px;
  margin-bottom: 0;
}

.required-products-slider .woocommerce-loop-product__title::after {
  margin-left: 0;
}

.required-products-slider img {
  width: 128px;
  height: 128px;
}

.required-products-slider .slick-arrow {
  background-color: transparent;
  border: none;
}

.required-products-slider .slick-arrow:hover,
.required-products-slider .slick-arrow:focus {
  color: #1999D5;
}

.required-products-slider .slick-prev {
  top: -12px;
  left: -20px;
}

.required-products-slider .slick-next {
  top: -12px;
  right: -20px;
}

@media (min-width: 1024px) {
  .required-products {
    padding-left: 64px;
  }
}

.product-figure .img-caption-text {
  border-top: 0;
  padding-top: 0;
}

@media (min-width: 1024px) {
  .product-figure {
    margin-top: 56px;
  }
}

.product-related {
  border-bottom: 1px solid #dfe1df;
  padding-bottom: 19px;
  margin-top: 56px;
  margin-bottom: 56px;
}

.product-related-slider {
  margin-top: 0;
  margin-bottom: 0;
}

.product-related-slider .slick-prev {
  top: -40px;
  left: 0;
}

.product-related-slider .slick-next {
  top: -40px;
  right: 0;
}

.product-navigation {
  clear: both;
  position: absolute;
  margin-top: 0;
  top: 0;
  left: 16px;
  right: 16px;
  bottom: 140px;
  height: 48px;
  margin: auto;
}

.product-navigation .nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 768px) {
  .product-navigation {
    position: relative;
    margin-top: -60px;
    left: 0;
    right: 0;
  }
}

/**
 * Previous and Next
 */

.product-navigation .nav-links-left,
.product-navigation .nav-links-right {
  display: inline-block;
  vertical-align: top;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 0;
  line-height: 32px;
  width: 50%;
}

.product-navigation .nav-links-left {
  margin-right: auto;
  padding-right: 16px;
}

.product-navigation .nav-links-right {
  text-align: right;
  margin-left: auto;
  padding-left: 16px;
}

.product-navigation .nav-links-left a,
.product-navigation .nav-links-right a {
  display: block;
  color: #fff;
  text-decoration: none;
}

.product-navigation .nav-links-left a::before,
.product-navigation .nav-links-right a::after {
  border: 2px solid rgba(255,255,255,0.30);
  border-radius: 50%;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  padding: 18px;
}

.product-navigation .nav-links-left a::before {
  float: left;
  content: "\e923";
  margin-right: 8px;
}

.product-navigation .nav-links-right a::after {
  float: right;
  content: "\e924";
  margin-left: 8px;
}

.product-navigation .nav-links-left a:hover,
.product-navigation .nav-links-left a:focus,
.product-navigation .nav-links-right a:hover,
.product-navigation .nav-links-right a:focus {
  color: #fff;
}

.product-navigation .nav-links-left a:hover:before,
.product-navigation .nav-links-left a:focus:before,
.product-navigation .nav-links-right a:hover:after,
.product-navigation .nav-links-right a:focus:after {
  background-color: rgba(255,255,255,0.30);
  border-color: transparent;
}

/* Why Area
   ========================================================================== */

.why-area {
  overflow: hidden;
  padding-top: 16px;
  padding-bottom: 40px;
}

.why-area .iconbox {
  margin-bottom: 0;
}

.why-area .iconbox p {
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  .why-area {
    padding-top: 24px;
    padding-bottom: 80px;
  }

  .why-area .iconbox {
    margin-top: 32px;
  }
}

/* Collaborators
   ========================================================================== */

.collaborators-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: 1px solid #dfe1df;
  height: 160px;
}

@media (min-width: 544px) {
  .collaborators {
    border-top: 1px solid #dfe1df;
    height: 160px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 32px;
       -moz-column-gap: 32px;
            column-gap: 32px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .collaborators-item {
    border-top: 0;
    height: auto;
  }
}

/* Infographic
   ========================================================================== */

.infographic {
  padding: 72px 0 72px 0;
  text-align: center;
  background-color: #f4f4f4;
}

.infographic h1 {
  margin: 0 0 12px 0;
}

/* Testimonials
   ========================================================================== */

.testimonials {
  padding-bottom: 16px;
}

.testimonials .pullquote-bio {
  padding-left: 0;
}

.testimonials .slick-prev,
.testimonials .slick-next {
  display: none;
}

/* Overrides for the Why Rooster page display */

.page-id-351 .content-area .container {
  width: 100%;
}

.page-id-351 .content-area .testimonials {
  border-top: 1px solid #dfe1df;
}

@media (min-width: 544px) {
  .testimonials {
    padding-right: 100px;
    padding-left: 100px;
  }

  .testimonials .slick-prev,
  .testimonials .slick-next {
    display: block;
  }

  .testimonials .slick-prev {
    margin-left: -100px;
  }

  .testimonials .slick-next {
    margin-right: -100px;
  }
}

@media (min-width: 1024px) {
  .testimonials {
    padding-right: 150px;
    padding-left: 150px;
  }

  .testimonials .slick-prev {
    margin-left: -150px;
  }

  .testimonials .slick-next {
    margin-right: -150px;
  }
}

/* Testimonials area
   ========================================================================== */

.testimonials-area {
  background-image: url("../img/bg-images/testimonial-section-bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  color: #fff;
  overflow: hidden;
  padding-bottom: 28px;
}

.testimonials-title {
  color: #fff;
  margin-bottom: 0;
}

.testimonials-slider {
  margin-top: 40px;
  margin-bottom: 40px;
}

.testimonials-slider .pullquote-content {
  font-weight: 300;
}

.testimonials-slider .pullquote-caption {
  color: #fff;
  padding-left: 0;
}

.testimonials-slider .pullquote-caption cite {
  font-size: 20px;
}

.testimonials-slider .pullquote-caption:before {
  content: none;
}

.testimonials-slider .slick-arrow {
  background-color: transparent;
  opacity: .2;
  color: #fff;
  margin-top: -48px;
}

.testimonials-slider .slick-dots {
  bottom: -40px;
}

@media (min-width: 1024px) {
  .testimonials-area {
    padding-top: 28px;
  }

  .testimonials-slider {
    padding-left: 120px;
    padding-right: 120px;
  }
}

@media (min-width: 1280px) {
  .testimonials-slider {
    padding-left: 236px;
    padding-right: 236px;
  }
}

/* Resources area
   ========================================================================== */

.resources-area {
  overflow: hidden;
  padding-top: 16px;
  position: relative;
  z-index: 1;
}

@media (min-width: 1024px) {
  .resources-area {
    padding-top: 24px;
  }
}

/* Services
   ========================================================================== */

.services {
  position: relative;
}

.services-wrap {
  background-color: #f4f4f4;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-top: 48px;
  padding-bottom: 48px;
}

.services-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.services-title {
  margin-top: 0;
  margin-bottom: 12px;
}

.services-inner {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  background-color: #f4f4f4;
  border-radius: 50rem;
  text-align: center;
  max-width: 720px;
}

.services-content {
  font-size: 20px;
  line-height: 32px;
}

.services-content p {
  margin-bottom: 28px;
}

.services-footer {
  background-color: #171b60;
  padding-top: 32px;
}

.services-list {
  background-color: #171b60;
}

.services-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 32px;
}

.services-list-item:hover,
.services-list-item:focus {
  color: #fff;
}

.services-list-item img {
  display: block;
  border-radius: 50%;
  margin-right: 24px;
  width: 56px;
  height: 56px;
}

.services-list-text {
  position: relative;
}

.services-list-text::after {
  display: block;
  background-color: #fff;
  content: "";
  width: 80px;
  height: 2px;
  position: absolute;
  bottom: -16px;
}

.services-list-item-1 .services-list-text::after {
  background-color: #f05523;
}

.services-list-item-1:hover,
.services-list-item-1:focus {
  color: #f05523;
}

.services-list-item-2 .services-list-text::after {
  background-color: #a2b427;
}

.services-list-item-2:hover,
.services-list-item-2:focus {
  color: #a2b427;
}

.services-list-item-3 .services-list-text::after {
  background-color: #1999D5;
}

.services-list-item-3:hover,
.services-list-item-3:focus {
  color: #1999D5;
}

@media (max-width: 767.98px) {
  .services-wrap {
    background-image: none !important;
  }
}

@media (min-width: 768px) {
  .services-inner {
    padding: 48px 56px 48px;
  }

  .services-list-item img {
    width: 120px;
    min-width: 120px;
    height: 120px;
  }
}

@media (min-width: 1024px) {
  .services {
    margin-bottom: 128px;
  }

  .services-title {
    margin-top: 28px;
  }

  .services-container {
    height: 960px;
  }

  .services-wrap {
    padding-top: 0;
    padding-bottom: 0;
  }

  .services-inner {
    margin-bottom: 160px;
    padding: 48px 56px 48px;
  }

  .services-footer {
    background-color: transparent;
    position: absolute;
    bottom: -100px;
    left: 0;
    right: 0;
    padding-top: 0;
  }

  .services-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #171b60;
    border-radius: 50rem 0 0 50rem;
    height: 200px;
    position: relative;
    z-index: 1;
  }

  .services-list::after {
    content: "";
    display: block;
    background-color: #171b60;
    position: absolute;
    left: 100%;
    width: 100vw;
    top: 0;
    bottom: 0;
  }

  .services-list-item {
    margin-bottom: 0;
    padding-left: 44px;
    padding-right: 0;
  }

  .services-list-item img {
    width: 108px;
    min-width: 108px;
    height: 108px;
  }
}

@media (min-width: 1280px) {
  .services-list-item {
    font-size: 32px;
    line-height: 32px;
    padding-right: 32px;
  }

  .services-list-item img {
    width: 120px;
    min-width: 120px;
    height: 120px;
  }
}

/* Knowledge Center
   ========================================================================== */

.knowledge-center-form {
  border-bottom: 1px solid #dfe1df;
  margin-bottom: 32px;
  padding-bottom: 31px;
}

.knowledge-center-form label {
  vertical-align: top;
}

.knowledge-center-help {
  display: block;
  color: #171b60;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -.025em;
  text-decoration: none;
}

.knowledge-center-help:hover,
.knowledge-center-help:focus {
  color: #1999D5;
  text-decoration: none;
}

@media (min-width: 1024px) {
  .knowledge-center-help {
    margin-top: 40px;
  }
}

@media (min-width: 1280px) {
  .knowledge-center-help {
    padding-right: 24px;
  }
}

/* Bioprocess
   ========================================================================== */

.bioprocess {
  background-image: url("../img/bg-09.png"), url("../img/bg-08.jpg");
  background-repeat: no-repeat, no-repeat;
  background-size: auto, cover;
  background-position: top center, center center;
  margin-top: 48px;
  padding-bottom: 48px;
}

.bioprocess-title {
  margin-top: 0;
  margin-bottom: 48px;
}

.bioprocess-alt {
  background-image: url("../img/bg-06.png"), url("../img/bg-08.jpg");
  background-position: bottom center, center center;
  margin-top: 48px;
  padding-top: 48px;
  padding-bottom: 120px;
}

@media (min-width: 768px) {
  .bioprocess-alt {
    padding-top: 64px;
    padding-bottom: 160px;
  }
}

@media (min-width: 1024px) {
  .bioprocess {
    padding-top: 120px;
    margin-top: 240px;
    padding-bottom: 184px;
  }

  .bioprocess-alt {
    margin-top: 76px;
  }
}

@media (min-width: 1280px) {
  .bioprocess-title {
    padding-left: 16px;
    padding-right: 16px;
  }
}

/* Bioprocess Systems
   ========================================================================== */

.bioprocess-systems-title {
  margin-top: -56px;
  margin-bottom: 24px;
}

.bioprocess-systems-subtitle {
  letter-spacing: -0.025em;
  margin-top: 0;
  margin-bottom: 44px;
}

.bioprocess-systems-img {
  overflow: auto;
  margin-bottom: 56px;
}

.bioprocess-systems-img img {
  max-width: none;
}

@media (min-width: 768px) {
  .bioprocess-systems-title {
    margin-top: -24px;
  }

  .bioprocess-systems-img {
    margin-bottom: -184px;
  }
}

@media (min-width: 1024px) {
  .bioprocess-systems-title {
    margin-top: 0;
  }
}

/* Board of Directors / Advisors
   ========================================================================== */

.board-advisors {
  background-color: #eaebea;
  background-image: url("../img/bg-01.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (min-width: 1024px) {
  .board-advisors {
    padding-bottom: 52px;
  }
}

/* FAQ's
   ========================================================================== */

.faqs {
  margin-bottom: -180px;
  padding-top: 84px;
  padding-bottom: 148px;
}

.faqs-title {
  margin-top: 0;
  margin-bottom: 32px;
}

/* Days
   ========================================================================== */

.days {
  margin-bottom: 64px;
}

.days::before,
.days::after {
  display: table;
  clear: both;
  content: "";
}

.day-item {
  padding: 32px;
  text-align: center;
}

.day-inner {
  position: relative;
  z-index: 1;
}

.day-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 12px;
}

.day-text {
  color: #fff;
  margin-bottom: 0;
}

.day-item-1 {
  background-color: #1999D5;
}

.day-item-1 .day-inner {
  background-color: #1999D5;
}

.day-item-2 {
  background-color: #a2b427;
  position: relative;
}

.day-item-2 .day-inner {
  background-color: #a2b427;
}

.day-item-3 {
  background-color: #f05523;
}

.day-item-3 .day-inner {
  background-color: #f05523;
  font-size: 24px;
  line-height: 32px;
}

@media (min-width: 1024px) {
  .days {
    margin-bottom: 88px;
  }

  .day-item {
    border-radius: 50%;
    margin-top: -296px;
    float: left;
    position: relative;
  }

  .day-inner {
    border-radius: 50%;
    width: 288px;
    height: 288px;
    padding: 64px 48px 48px;
  }

  .day-item-1 {
    background-color: rgba(0,153,216,0.50);
  }

  .day-item-2 {
    background-color: rgba(162,180,39,0.50);
    position: relative;
  }

  .day-item-3 {
    background-color: rgba(240,85,35,0.50);
  }

  .day-item-1::after,
  .day-item-2::after {
    content: "";
    position: absolute;
    right: 16px;
    top: 0;
    bottom: 0;
    width: 36px;
    height: 147px;
    margin-top: auto;
    margin-bottom: auto;
    z-index: 2;
  }

  .day-item-1::after {
    background-image: url("../img/arrow-blue.png");
  }

  .day-item-2::after {
    background-image: url("../img/arrow-green.png");
  }

  .day-item-2 {
    margin-left: -64px;
    margin-right: -64px;
  }
}

@media (min-width: 1280px) {
  .day-title {
    line-height: 32px;
  }

  .day-item {
    margin-top: -336px;
    width: 432px;
    font-size: 20px;
    line-height: 32px;
  }

  .day-item-1::after,
  .day-item-2::after {
    right: 11px;
  }

  .day-inner {
    width: 368px;
    height: 368px;
    padding: 100px 60px 48px;
  }

  .day-item-3 .day-inner {
    font-size: 32px;
    line-height: 40px;
  }
}

/* Press Kit
   ========================================================================== */

.press-kit {
  display: block;
  position: relative;
  text-align: center;
}

.press-kit img {
  border-radius: 50%;
}

.press-kit-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(23,27,96,0.90);
  background-image: url("../../../../../../../wp-content/themes/ws_theme/img/bg-07a.png");
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  width: 276px;
  height: 276px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.press-kit-title span {
  position: relative;
}

.press-kit-title span::after {
  content: "";
  background-color: #f05523;
  height: 2px;
  width: 80px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  margin-left: auto;
  margin-right: auto;
}

.press-kit:hover .press-kit-title,
.press-kit-title .press-kit-title {
  color: rgba(255,255,255,0.70);
}

/* Leadership
   ========================================================================== */

.leadership-area {
  padding-bottom: 48px;
}

.leadership-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  margin-bottom: 32px;
}

.leadership {
  display: block;
  text-align: center;
  max-width: 45%;
  margin-bottom: 36px;
}

.leadership-thumbnail {
  margin-bottom: 16px;
}

.leadership-thumbnail img {
  border-radius: 50%;
}

.leadership-title {
  margin-top: 0;
  margin-bottom: 4px;
}

.leadership-meta {
  font-size: 16px;
  line-height: 20px;
}

.leadership:hover .leadership-title,
.leadership:focus .leadership-title {
  color: #1999D5;
}

@media (min-width: 768px) {
  .leadership {
    max-width: 30%;
  }

  /**
	 * Centered List
	 */

  .leadership-list-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .leadership-list-center .leadership {
    margin-left: 40px;
    margin-right: 40px;
  }
}

@media (min-width: 1024px) {
  .leadership {
    margin-bottom: 8px;
  }
}

/* Feed 1
   ========================================================================== */

.feed-1 {
  margin-bottom: 40px;
}

.feed-1-title {
  border-bottom: 1px solid #dfe1df;
  font-size: 18px;
  line-height: 24px;
  margin-top: 0;
  margin-bottom: 24px;
  padding-bottom: 7px;
}

/* Feed 1 entry
   -------------------------------------------------------------------------- */

.feed-1-entry .entry-title {
  font-size: 18px;
  line-height: 24px;
  margin-top: 0;
}

.feed-1-entry .entry-title a:hover,
.feed-1-entry .entry-title a:focus {
  color: #f05523;
}

.feed-1-entry .entry-meta {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 12px;
}

.feed-1-entry .entry-meta a {
  color: inherit;
  text-decoration: none;
}

/* Feed 2
   ========================================================================== */

.feed-2 {
  margin-bottom: 32px;
}

.feed-2-footer {
  margin-top: 64px;
  color: #dfe1df;
}

/* Feed 2 entry
   -------------------------------------------------------------------------- */

.feed-2-entry {
  background-color: #F4F4F4;
  border-radius: 16px;
  margin-bottom: 32px;
  padding: 16px 16px 0;
}

.feed-2-entry .entry-thumbnail {
  display: block;
  margin-bottom: 16px;
}

.feed-2-entry .entry-thumbnail img {
  border-radius: 8px;
}

.feed-2-entry .entry-header {
  position: relative;
}

.feed-2-entry .entry-icon {
  background-color: #a2b427;
  border: 8px solid #F4F4F4;
  border-radius: 50%;
  color: #fff;
  font-size: 24px;
  padding: 14px;
  position: absolute;
  right: 16px;
  top: 0;
}

.feed-2-entry .entry-title {
  margin-top: 0;
  margin-bottom: 12px;
}

.feed-2-entry .entry-meta {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

.feed-2-entry .entry-meta a {
  color: inherit;
  text-decoration: none;
}

.feed-2-entry .entry-meta .date:before {
  content: "\20•\20";
  margin-left: 4px;
  margin-right: 4px;
}

@media (min-width: 1024px) {
  .feed-2-entry {
    height: 100%;
  }
}

/**
 * Feed 2 Green
 */

.feed-2-green .entry-icon {
  background-color: #a2b427;
}

.feed-2-green .entry-title a:hover,
.feed-2-green .entry-title a:focus {
  color: #a2b427;
}

.feed-2-green .entry-meta a:hover,
.feed-2-green .entry-meta a:focus {
  color: #a2b427;
}

/**
 * Feed 2 Blue
 */

.feed-2-blue .entry-icon {
  background-color: #1999D5;
}

.feed-2-blue .entry-title a:hover,
.feed-2-blue .entry-title a:focus {
  color: #1999D5;
}

.feed-2-blue .entry-meta a:hover,
.feed-2-blue .entry-meta a:focus {
  color: #1999D5;
}

/**
 * Feed 2 Orange
 */

.feed-2-orange .entry-icon {
  background-color: #f05523;
}

.feed-2-orange .entry-title a:hover,
.feed-2-orange .entry-title a:focus {
  color: #f05523;
}

.feed-2-orange .entry-meta a:hover,
.feed-2-orange .entry-meta a:focus {
  color: #1999D5;
}

/* Feed 4
   ========================================================================== */

.feed-4 {
  margin-bottom: 32px;
}

.feed-4-title {
  margin-bottom: 48px;
}

.feed-4-title-line {
  border-bottom: 1px solid #dfe1df;
  margin-bottom: 40px;
  padding-bottom: 7px;
}

.feed-4-footer {
  margin-top: 32px;
  margin-bottom: 48px;
  color: #dfe1df;
}

.feed-4-footer .btn {
  margin-bottom: 16px;
}

.feed-4-footer .btn:last-child {
  margin-bottom: 0;
}

.feed-4-footer-offset {
  padding-top: 12px;
  padding-left: 80px;
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  .feed-4-footer {
    margin-bottom: 88px;
  }
}

/* Feed 4 entry
   -------------------------------------------------------------------------- */

.feed-4-entry {
  margin-bottom: 32px;
  padding-left: 120px;
  min-height: 56px;
}

.feed-4-entry .entry-icon {
  background-color: #1999D5;
  border-radius: 50%;
  color: #fff;
  font-size: 40px;
  padding: 24px;
  position: absolute;
  left: -120px;
}

.feed-4-entry .entry-header {
  position: relative;
}

.feed-4-entry .entry-title {
  margin-bottom: 8px;
}

.feed-4-entry .entry-meta {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 12px;
}

.feed-4-entry .entry-meta a {
  color: inherit;
  text-decoration: none;
}

.feed-4-entry .entry-meta .author::after,
.feed-4-entry .entry-meta .location::after {
  content: "\20•";
  margin-left: 4px;
  margin-right: 4px;
}

.feed-4-entry .entry-meta .location:last-child:after {
  content: none;
}

.feed-4-entry .entry-meta .categories-links {
  margin-left: 4px;
}

.feed-4-entry .entry-meta .categories-links::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e91f";
  font-size: 12px;
  margin-right: 6px;
}

/**
 * Feed 4 Green
 */

.feed-4-green .entry-icon,
.feed-4-entry-green .entry-icon.icon-news {
  background-color: #a2b427;
}

.feed-4-green .entry-title a:hover,
.feed-4-green .entry-title a:focus,
.feed-4-entry-green .entry-title a:hover,
.feed-4-entry-green .entry-title a:focus {
  color: #a2b427;
}

.feed-4-green .entry-meta a:hover,
.feed-4-green .entry-meta a:focus,
.feed-4-entry-green .entry-meta a:hover,
.feed-4-entry-green .entry-meta a:focus {
  color: #a2b427;
}

/**
 * Feed 4 Blue
 */

.feed-4-blue .entry-icon,
.feed-4-entry-blue .entry-icon {
  background-color: #1999D5;
}

.feed-4-blue .entry-title a:hover,
.feed-4-blue .entry-title a:focus,
.feed-4-entry-blue .entry-title a:hover,
.feed-4-entry-blue .entry-title a:focus {
  color: #1999D5;
}

.feed-4-blue .entry-meta a:hover,
.feed-4-blue .entry-meta a:focus,
.feed-4-entry-blue .entry-meta a:hover,
.feed-4-entry-blue .entry-meta a:focus {
  color: #f05523;
}

/**
 * Feed 4 Orange
 */

.feed-4-orange .entry-icon,
.feed-4-entry-orange .entry-icon {
  background-color: #f05523;
}

.feed-4-orange .entry-title a:hover,
.feed-4-orange .entry-title a:focus,
.feed-4-entry-orange .entry-title a:hover,
.feed-4-entry-orange .entry-title a:focus {
  color: #f05523;
}

.feed-4-orange .entry-meta a:hover,
.feed-4-orange .entry-meta a:focus,
.feed-4-entry-orange .entry-meta a:hover,
.feed-4-entry-orange .entry-meta a:focus {
  color: #f05523;
}

/* Feed 5
   ========================================================================== */

.feed-5-btn-wrap {
  margin-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
}

.feed-5-btn {
  background-color: transparent;
  border-radius: 8px;
}

.feed-5-footer {
  margin-top: 16px;
  margin-bottom: 16px;
  color: #DFE1DF;
}

/* Feed 5 entry
   -------------------------------------------------------------------------- */

.feed-5-entry {
  background-color: #F4F4F4;
  border-radius: 12px;
  margin-bottom: 32px;
  min-height: 56px;
  padding: 16px;
  position: relative;
}

.feed-5-entry .entry-icon {
  background-color: #1999D5;
  border: 8px solid #F4F4F4;
  border-radius: 50%;
  color: #fff;
  font-size: 24px;
  padding: 14px;
  position: absolute;
  top: 0;
  right: 0;
}

.feed-5-entry .entry-thumbnail {
  margin-bottom: 16px;
}

.feed-5-entry .entry-thumbnail img {
  border-radius: 8px;
}

.feed-5-entry .entry-header {
  position: relative;
  padding: 16px;
}

.feed-5-entry .entry-title {
  margin-bottom: 12px;
  line-height: 28px;
}

.feed-5-entry .entry-title a:hover,
.feed-5-entry .entry-title a:focus {
  color: #f05523;
}

.feed-5-entry .entry-meta {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

.feed-5-entry .entry-meta a {
  color: inherit;
  text-decoration: none;
}

.feed-5-entry .entry-meta .author::after,
.feed-5-entry .entry-meta .location::after {
  content: "\20•";
  margin-left: 4px;
  margin-right: 4px;
}

.feed-5-entry .entry-meta .location:last-child:after {
  content: none;
}

.feed-5-entry .entry-meta .categories-links {
  margin-left: 4px;
}

.feed-5-entry .entry-meta .categories-links::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e91f";
  font-size: 12px;
  margin-right: 6px;
}

/**
 * Feed 5 Green
 */

.feed-5-green .entry-icon,
.feed-5-entry-green .entry-icon.icon-news {
  background-color: #a2b427;
}

.feed-5-green .entry-title a:hover,
.feed-5-green .entry-title a:focus,
.feed-5-entry-green .entry-title a:hover,
.feed-5-entry-green .entry-title a:focus {
  color: #a2b427;
}

.feed-5-green .entry-meta a:hover,
.feed-5-green .entry-meta a:focus,
.feed-5-entry-green .entry-meta a:hover,
.feed-5-entry-green .entry-meta a:focus {
  color: #a2b427;
}

/**
 * Feed 5 Blue
 */

.feed-5-blue .entry-icon,
.feed-5-entry-blue .entry-icon {
  background-color: #1999D5;
}

.feed-5-blue .entry-title a:hover,
.feed-5-blue .entry-title a:focus,
.feed-5-entry-blue .entry-title a:hover,
.feed-5-entry-blue .entry-title a:focus {
  color: #1999D5;
}

.feed-5-blue .entry-meta a:hover,
.feed-5-blue .entry-meta a:focus,
.feed-5-entry-blue .entry-meta a:hover,
.feed-5-entry-blue .entry-meta a:focus {
  color: #f05523;
}

/**
 * Feed 5 Orange
 */

.feed-5-orange .entry-icon,
.feed-5-entry-orange .entry-icon {
  background-color: #f05523;
}

.feed-5-orange .entry-title a:hover,
.feed-5-orange .entry-title a:focus,
.feed-5-entry-orange .entry-title a:hover,
.feed-5-entry-orange .entry-title a:focus {
  color: #f05523;
}

.feed-5-orange .entry-meta a:hover,
.feed-5-orange .entry-meta a:focus,
.feed-5-entry-orange .entry-meta a:hover,
.feed-5-entry-orange .entry-meta a:focus {
  color: #f05523;
}

/* Content CTA
   ========================================================================== */

.content-cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #e9eae9;
  border-radius: 50rem;
  margin-top: 32px;
  margin-bottom: 32px;
  padding: 20px;
}

.content-cta-icon {
  color: #a2b427;
  font-size: 56px;
  margin-right: 20px;
}

.content-cta-title {
  margin-top: 0;
  margin-bottom: 4px;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}

.content-cta-text {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 0;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}

.content-cta:hover .content-cta-title,
.content-cta:focus .content-cta-title {
  color: #a2b427;
}

/**
 * Type 2
 */

.content-cta-type-2 {
  color: #171b60;
  font-family: 'Josefin Sans', sans-serif;
}

.content-cta-type-2 .content-cta-icon {
  background-color: #f05523;
  border-radius: 50%;
  color: #e9eae9;
  font-size: 32px;
  padding: 12px;
}

.content-cta-type-2 .content-cta-text {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
}

.content-cta-type-2 .content-cta-text a:hover,
.content-cta-type-2 .content-cta-text a:focus {
  text-decoration: none;
}

/* Section
   ========================================================================== */

.section {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.section-alt {
  background-color: #f4f4f4;
  margin-left: -50vw;
  padding-left: 50vw;
  margin-right: -50vw;
  padding-right: 50vw;
}

.section-thumbnail {
  margin-bottom: 32px;
}

@media (min-width: 768px) {
  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-alt {
    margin-left: 0;
    padding-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .section-thumbnail {
    margin-bottom: 0;
  }

  .section-col-1 {
    width: 39.33333333333333%;
  }

  .section-col-2 {
    width: 60.66666666666667;
    padding-left: 44px;
  }

  .section-alt-left {
    border-radius: 0 50rem 50rem 0;
    margin-right: -100px;
    padding-right: 100px;
  }

  .section-alt-left::before {
    background-color: #f4f4f4;
    content: "";
    width: 100vw;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
  }

  .section-alt-right {
    border-radius: 50rem 0 0 50rem;
    margin-left: -100px;
    padding-left: 100px;
  }

  .section-alt-right::before {
    background-color: #f4f4f4;
    content: "";
    width: 100vw;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
  }
}

@media (min-width: 1024px) {
  .section {
    min-height: 600px;
  }
}

/* Section 2
   ========================================================================== */

.section-2 {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.section-2-body {
  padding-top: 64px;
  padding-bottom: 64px;
}

.section-2-img {
  display: none;
}

@media (max-width: 767.98px) {
  .section-2 {
    background-image: none !important;
  }
}

@media (min-width: 1024px) {
  .section {
    min-height: 600px;
  }

  .section-2-container {
    position: relative;
  }

  .section-2-img {
    opacity: 0;
    display: block;
    position: absolute;
    top: 26px;
    right: 0;
    bottom: 0;
    margin-right: -354px;
    margin-top: auto;
    margin-bottom: auto;
  }

  .section-2-body {
    height: 760px;
  }
}

/* Blog News Events
   ========================================================================== */

.blog-news-events {
  padding-bottom: 48px;
  position: relative;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .blog-news-events {
    margin-top: -128px;
    margin-bottom: -180px;
    padding-top: 128px;
    padding-bottom: 180px;
  }
}

/* Featured Area
   ========================================================================== */

.featured-area {
  padding-bottom: 24px;
  position: relative;
}

@media (min-width: 1024px) {
  .featured-area {
    margin-bottom: -180px;
    padding-bottom: 148px;
  }

  .featured-area .feed-4-body {
    padding-right: 48px;
  }
}

/* Join Team
   ========================================================================== */

.join-team {
  padding-top: 32px;
}

.join-team-text {
  margin-bottom: 40px;
}

/* Contact Vcard
   ========================================================================== */

.contact-vcard .vcard {
  margin-bottom: 0;
}

.contact-vcard .org {
  color: #171b60;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 56px;
  margin-bottom: -8px;
  position: relative;
  top: -8px;
}

.contact-vcard .adr {
  margin-bottom: 12px;
}

.contact-vcard .tel::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
  color: #171b60;
  font-size: 14px;
}

.contact-vcard .tel .type {
  font-weight: 600;
}

.contact-vcard .email-address {
  font-weight: 600;
}

.contact-vcard .email-address::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e928";
  color: #171b60;
  font-size: 14px;
}

.contact-vcard .email {
  font-weight: 400;
}

.contact-map {
  border: 1px solid #dfe1df;
  border-radius: 16px;
  margin-top: 24px;
  margin-bottom: 48px;
}

/* Contact page HubSpot form
	 ========================================================================== */

.hbspt-form .form-columns-1,
.hbspt-form .form-columns-2 {
  max-width: initial;
}

.hbspt-form .field {
  margin-bottom: 0.5em;
}

.hbspt-form .field .input .hs-input {
  width: 100% !important;
}

.hbspt-form .field .input {
  margin-right: 0 !important;
}

.hbspt-form textarea {
  width: 100% !important;
}

.hbspt-form .hs-recaptcha {
  margin-top: 0.5em;
  margin-bottom: 1em !important;
}

.hbspt-form .hs-submit .hs-button {
  background-color: #171b60;
  color: #fff;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 18px;
  border: 0;
  width: auto;
}

.hbspt-form .hs-submit .hs-button:hover {
  background-color: #373b84;
  cursor: pointer;
}

.hbspt-form li {
  margin-left: 16px;
}

.hbspt-form .hs-error-msgs {
  margin-bottom: 0;
}

.hbspt-form .hs-error-msgs label {
  display: block;
}

@media (min-width: 481px) {
  .hbspt-form .form-columns-2 .field:first-child {
    padding-right: 1em !important;
  }
}

#hubspot-messages-iframe-container {
  margin-bottom: 48px !important;
}

@media (min-width: 768px) {
  #hubspot-messages-iframe-container {
    margin-bottom: 0 !important;
  }
}

/*! module.css */

/* Edits Made During Integration
	 ========================================================================== */

/* Center leadership photos in class of each, rather than programmatically
	adding centering class when row has less than 3 photos */

.leadership-list .leadership {
  margin-bottom: 16px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 1024px) {
  .leadership-list .leadership {
    margin-bottom: 32px;
  }
}

/* Keep title centered on extra small screens */

.site-headline .headline-title {
  padding: 0;
}

/* Add space under Press Releases on News & Events page in case feeds are reordered */

.press-kit {
  margin-bottom: 48px;
}

/* Add flex wrap since number of collaborator logos is unknown */

.collaborators {
  border: none;
  height: auto;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  row-gap: 32px;
}

/* Wrangle different sized logos on Our Collaborators page into clean grid */

.collaborators-item {
  height: 140px;
  border-top: 0;
}

@media (min-width: 544px) {
  .collaborators-item {
    width: 200px;
    height: 120px;
  }
}

@media (min-width: 1280px) {
  .collaborators-item {
    width: 250px;
    height: 100px;
  }
}

/* Separate Location / Source from Date(s) on Archive pages */

.archive-entry .entry-meta .author::after,
.archive-entry .entry-meta .source::after,
.archive-entry .entry-meta .location::after {
  content: "\20•";
  margin-left: 4px;
  margin-right: 4px;
}

/* Give pages a unique icon color in search results */

.feed-2-darkblue .entry-icon {
  background-color: #171b60;
}

/**
 * 4.0 - Helpers
 */

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

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

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

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

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

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

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

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

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

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

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

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

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

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

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

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

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

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

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

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

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

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

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

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

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

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

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

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

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

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

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

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

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

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

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

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

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

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

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

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

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

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

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

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

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

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

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

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

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

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

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

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

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

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

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

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

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

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

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

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

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

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

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

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

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

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

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

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

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

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

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

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

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

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

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

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

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

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

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

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

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

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

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

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

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

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

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

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

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

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

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

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

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

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

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

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

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

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

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

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

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

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

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

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

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

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

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

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

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

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

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

@keyframes rollOut {
  from {
    opacity: 1;
  }

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

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

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

  50% {
    opacity: 1;
  }
}

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

  50% {
    opacity: 1;
  }
}

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

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

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

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

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

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

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

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

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

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

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

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

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

  to {
    opacity: 0;
  }
}

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

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

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

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

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

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

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

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

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

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

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

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

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

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

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

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

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

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

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

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

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

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (print), (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
  }
}

/*! display.css */

/* Display
   ========================================================================== */

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1024px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1280px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

/*! spacing.css */

/* Spacing
   ========================================================================== */

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

/*! misc.css */

/* Misc
   ========================================================================== */

/**
 * Alignment.
 */

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  float: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignnone {
  float: none;
}

/**
 * Clear floats.
 */

.clear {
  clear: both;
}

.clearleft {
  clear: left;
}

.clearright {
  clear: right;
}

/**
 * Clearfix.
 */

.clearfix::after {
  display: table;
  clear: both;
  content: "";
}

/**
 * Image replacement.
 */

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
}

.ir::before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/**
 * Hide from both screenreaders and browsers.
 */

.hidden {
  display: none !important;
  visibility: hidden;
}

/**
 * Hide only visually, but have it available for screenreaders.
 */

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/**
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard.
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/**
 * Hide visually and from screenreaders, but maintain layout.
 */

.invisible {
  visibility: hidden;
}

/**
 * Text meant only for screen readers.
 */

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

.screen-reader-text:focus {
  display: block;
  background-color: #fff;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, .5);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, .5);
  clip: auto !important;
  color: #000;
  font-weight: bolder;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  text-transform: uppercase;
  height: auto;
  padding: 8px;
  top: 4px;
  left: 4px;
  width: auto;
  z-index: 100000;
}

/**
 * Baseline grid.
 */

.baseline {
  position: relative;
}

.baseline::after {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMSA0OCI+PGRlZnM+ICAgIDxzdHlsZT4gICAgICAuY2xzLTEsIC5jbHMtMiwgLmNscy0zIHsgICAgICAgIGZpbGw6IHJlZDsgICAgICB9ICAgICAgLmNscy0xIHsgICAgICAgIGZpbGwtcnVsZTogZXZlbm9kZDsgICAgICAgIG9wYWNpdHk6IDAuMTsgICAgICB9ICAgICAgLmNscy0yIHsgICAgICAgIG9wYWNpdHk6IDAuMjU7ICAgICAgfSAgICAgIC5jbHMtMyB7ICAgICAgICBvcGFjaXR5OiAwLjU7ICAgICAgfSAgICA8L3N0eWxlPiAgPC9kZWZzPiAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMCwwSDFWOEgwVjBaTTAsOEgxdjhIMFY4Wm0wLDhIMXY4SDBWMTZaIi8+ICA8cmVjdCBjbGFzcz0iY2xzLTIiIHk9IjciIHdpZHRoPSIxIiBoZWlnaHQ9IjEiLz4gIDxyZWN0IGNsYXNzPSJjbHMtMiIgeT0iMTUiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiLz4gIDxyZWN0IGNsYXNzPSJjbHMtMyIgeT0iMjMiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiLz4gIDxyZWN0IGNsYXNzPSJjbHMtMiIgeT0iMzEiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiLz4gIDxyZWN0IGNsYXNzPSJjbHMtMiIgeT0iMzkiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiLz4gIDxyZWN0IGNsYXNzPSJjbHMtMyIgeT0iNDciIHdpZHRoPSIxIiBoZWlnaHQ9IjEiLz48L3N2Zz4=");
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}

/**
 * 5.0 - Print
 */

/*! print.css */

@media print {
  *,
  ::before,
  ::after {
    background: transparent !important;
    color: black !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  /*a[href]:after {
		content: " (" attr(href) ")"
	}
	
	abbr[title]:after {
		content: " (" attr(title) ")"
	}
	
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: ""
	}*/

  pre,
  blockquote {
    border: 1px solid gray;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  /* Print Styles */

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: white !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid gray !important;
  }

  .navigation,
  .menu {
    display: none;
  }
}