/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* 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    */
/*****************************************/


/*------New CSS----*/

html {
    font-size: 10px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
@media (max-width: 767px) {
    html {
        font-size: 7px
    }
}
body {
    font-family: "Work Sans", sans-serif;
    font-size: 2.2rem
}
body {
    font-family: "Work Sans", sans-serif;
    font-size: 2.2rem;
    color: #303030
}
p {
    font-size: 2.2rem;
    line-height: 3.4rem;
    margin-top: -1.0rem;
    margin-bottom: -1.0rem;
    font-weight: 400
}
h1 {
    font-size: 16rem;
    line-height: 14rem;
    font-family: "Work Sans", sans-serif;
    font-weight: 400;
    margin-bottom: -2.9rem;
    margin-top: 0
}
@media (max-width: 1440px) {
    h1 {
        font-size: 144px;
        line-height: 126px
    }
}
@media (max-width: 1024px) {
    h1 {
        font-size: 90px;
        line-height: 80px
    }
}
@media (max-width: 767px) {
    h1 {
        font-size: 40px;
        line-height: 40px
    }
}
h2 {
    font-size: 10rem;
    line-height: 10rem;
    font-family: "Work Sans", sans-serif;
    font-weight: 400;
    margin-bottom: -2.3rem;
    margin-top: 0
}
@media (max-width: 1440px) {
    h2 {
        font-size: 85px;
        line-height: 85px
    }
}
@media (max-width: 1024px) {
    h2 {
        font-size: 80px;
        line-height: 80px
    }
}
@media (max-width: 767px) {
    h2 {
        font-size: 38px;
        line-height: 38px
    }
}
h2+div {
    margin-top: -1.0rem
}
h2.two-line {
    text-indent: -40px
}
@media (max-width: 1440px) {
    h2.two-line {
        text-indent: 0
    }
}
h3 {
    font-size: 3.2rem;
    line-height: 4rem;
    font-family: "Work Sans", sans-serif;
    font-weight: 400;
    margin-bottom: -1.7rem;
    margin-top: -1.0rem
}
@media (max-width: 1440px) {
    h3 {
        font-size: 28px;
        line-height: 35px
    }
}
@media (max-width: 1024px) {
    h3 {
        font-size: 26px;
        line-height: 33px
    }
}
@media (max-width: 767px) {
    h3 {
        font-size: 22px;
        line-height: 24px
    }
}
h3+div {
    margin-top: 1.0rem
}
h4 {
    font-size: 2.8rem;
    line-height: 3rem;
    font-family: "Work Sans", sans-serif;
    font-weight: 300;
    margin-bottom: -1.0rem;
    margin-top: -0.4rem
}
@media (max-width: 1440px) {
    h4 {
        font-size: 28px;
        line-height: 35px
    }
}
@media (max-width: 1024px) {
    h4 {
        font-size: 26px;
        line-height: 33px
    }
}
@media (max-width: 767px) {
    h4 {
        font-size: 22px;
        line-height: 24px
    }
}
h4+div {
    margin-top: 1.0rem
}
h5 {
    font-size: 2.4rem;
    line-height: 2.8rem;
    font-family: "Work Sans", sans-serif;
    font-weight: 600;
    text-transform: none
}
h6 {
    font-size: 1.9rem;
    line-height: 2.6rem;
    font-family: "Work Sans", sans-serif;
    font-weight: 600
}
blockquote,
blockquote p {
    font-size: 3.4rem;
    line-height: 4.4rem;
    letter-spacing: .01em;
    margin: 0px auto;
    font-family: "Work Sans", sans-serif;
    display: block;
    border: none;
    padding: 0
}
em {
    font-family: "Work Sans", sans-serif;
    font-style: italic;
    font-weight: 400
}
strong {
    font-weight: bold
}
ul {
    list-style: disc;
    padding-left: 30px;
    margin-top: 0;
    margin-bottom: 2rem
}
ol {
    list-style: decimal;
    padding-left: 50px;
    margin-top: 0;
    margin-bottom: 2rem
}
li {
    margin-bottom: 1rem
}
ul ul,
ul ol,
ol ol,
ol ul {
    margin: 2rem 0 2rem 2rem
}
.small {
    font-size: 2.2rem;
    line-height: 3.4rem;
    letter-spacing: .01em;
    margin-bottom: 1.5rem;
    font-weight: normal;
    letter-spacing: 0;
    font-family: "Work Sans", sans-serif
}
.tiny {
    font-size: 1.6rem;
    line-height: 2.2rem;
    margin-bottom: 1.5rem;
    font-weight: normal;
    letter-spacing: 0;
    font-family: "Work Sans", sans-serif
}
.line-head {
    margin-top: 0
}
.line-head:before {
    content: "";
    width: 80px;
    height: 6rem;
    border-top: 1px solid #303030;
    display: block;
    margin-top: 3rem
}
@media (max-width: 1024px) {
    .line-head:before {
        margin: 3.0rem auto 0
    }
}
.line-head-bottom {
    margin-top: 0
}
.line-head-bottom:after {
    content: "";
    width: 80px;
    height: 6rem;
    border-top: 1px solid #303030;
    display: block;
    margin-top: 3rem;
    position: absolute;
    right: 50%
}
@media (max-width: 1024px) {
    .line-head-bottom:after {
        margin: 3.0rem auto 0;
        left: 50%;
        position: initial
    }
}
h3.fancy-headline {
    font-family: "Work Sans", sans-serif;
    letter-spacing: auto;
    text-transform: none;
    font-size: 4.4rem;
    margin-bottom: 10rem
}
.rich h1 {
    padding-bottom: 6.0rem
}
.rich h2 {
    padding-bottom: 6.0rem
}
.rich h3 {
    padding-bottom: 6.0rem
}
.rich p {
    padding-bottom: 6.0rem
}
body:after {
    display: none
}
body.menu-open {
    overflow-y: hidden
}
.max-width {
    position: relative
}
.max-width.centered {
    text-align: center
}
.max-width.centered .line-head:before {
    margin: 5px auto 0
}
.swiper-container {
    position: static
}
.swiper-container .swiper-button-prev,
.swiper-container .swiper-button-next {
    width: 45px;
    height: 75px;
    margin-top: 0px;
    background-size: 45px 75px;
    position: absolute;
    top: 50%
}
.swiper-container .swiper-button-prev {
    left: -75px
}
.swiper-container .swiper-button-next {
    right: -75px
}
.swiper-container .swiper-button-prev.swiper-button-black {
    background-image: url("http://newbreedstaging.com/duarte/wp-content/uploads/duarte-arrow-left.png")
}
.swiper-container .swiper-button-next.swiper-button-black {
    background-image: url("http://newbreedstaging.com/duarte/wp-content/uploads/duarte-arrow-right.png")
}
.swiper-container .swiper-button-prev.swiper-button-white {
    background-image: url("http://newbreedstaging.com/duarte/wp-content/uploads/duarte-arrow-left-white.png")
}
.swiper-container .swiper-button-next.swiper-button-white {
    background-image: url("http://newbreedstaging.com/duarte/wp-content/uploads/duarte-arrow-right-white.png")
}
.play-circle {
    background-color: #f6948f;
    opacity: 0.8;
    border-radius: 50%;
    position: relative;
    width: 160px;
    height: 160px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    z-index: 3
}
.play-triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 24.5px 0 24.5px 42px;
    border-color: transparent transparent transparent #fff;
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
    position: absolute
}
.small {
    font-size: 2.2rem;
    line-height: 3.4rem;
    letter-spacing: .01em;
    margin-bottom: 1.5rem;
    font-weight: normal;
    letter-spacing: 0;
    font-family: "Work Sans", sans-serif
}
.button {
    color: #fff;
    background-color: #303030;
    border: none;
    border-radius: 2px;
    padding: 17px 30px;
    margin: 0;
    text-align: center;
    -webkit-transition: 0.1s ease-out;
    transition: 0.1s ease-out;
    text-transform: none;
    font-weight: 600;
    font-size: 1.6rem;
    letter-spacing: .12em;
    text-decoration: none
}
.button:hover {
    cursor: pointer;
    background-color: #f6948f;
    color: #fff;
    text-decoration: none
}
.button-white {
    color: #303030;
    background: #fff;
    border: 1px solid #303030
}
.button-white:hover {
    background-color: #fff;
    border-color: #f6948f;
    color: #f6948f
}
.stroke-button {
    color: #2e8191;
    background-color: transparent;
    border: 1px solid #2e8191;
    border-radius: 2px;
    padding: 15px 30px;
    margin: 20px 0;
    text-align: center;
    -webkit-transition: 0.1s ease-out;
    transition: 0.1s ease-out;
    text-transform: ;
    font-weight: 600;
    font-size: 1.6rem;
    letter-spacing: .12em;
    text-decoration: none
}
.stroke-button:hover {
    cursor: pointer;
    background-color: #2e8191;
    color: #fff;
    text-decoration: none
}
.button-small {
    font-size: 1.6rem;
    color: #70c3a4;
    background-color: #fff;
    border: none;
    border-radius: 0;
    padding: 0px 20px 0px 0;
    margin: 0px;
    -webkit-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
    text-transform: ;
    font-weight: 600;
    letter-spacing: .12em;
    text-decoration: none;
    position: relative
}
.button-small:hover {
    cursor: pointer;
    text-decoration: none;
    color: #f6948f
}
.button-small:after {
    content: "â–¶";
    display: block;
    position: absolute;
    right: 2px;
    top: 3px;
    font-size: 1.3rem;
    -webkit-transform: scaleX(0.6);
    transform: scaleX(0.6)
}
.stroke-button-small {
    color: #70c3a4;
    background-color: transparent;
    border: 3px solid #70c3a4;
    border-radius: 0;
    padding: 5px 20px;
    margin: 20px 0;
    -webkit-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
    text-transform: ;
    font-weight: 700;
    font-size: 1.6rem;
    text-decoration: none
}
.stroke-button-small:hover {
    cursor: pointer;
    background-color: #a7d7cd;
    border-color: #a7d7cd;
    color: #fff;
    text-decoration: none
}
.swatches div {
    width: 150px;
    height: 150px;
    padding: 15px;
    text-align: center;
    display: inline-block;
    margin: 10px;
    vertical-align: top
}
.color1 {
    background-color: #a7d7cd;
    color: #fff
}
.color2 {
    background-color: #2e8191;
    color: #fff
}
.black {
    background-color: #303030;
    color: #fff
}
.gray {
    background-color: #f2f1f2;
    color: #fff
}
.white {
    background-color: #fff;
    color: #f2f1f2;
    border: 1px solid #f2f1f2
}
.animation-sample-short,
.animation-sample-medium,
.animation-sample-long {
    background-color: #a7d7cd;
    padding: 20px;
    color: #fff;
    margin: 10px auto;
    text-align: center
}
.animation-sample-short {
    -webkit-transition: 0.1s ease-out;
    transition: 0.1s ease-out;
    width: 50%
}
.animation-sample-medium {
    -webkit-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
    width: 50%
}
.animation-sample-long {
    -webkit-transition: 1s ease-out;
    transition: 1s ease-out;
    width: 50%
}
.animation-sample-short:hover,
.animation-sample-medium:hover,
.animation-sample-long:hover {
    width: 100%
}
.ctr {
    max-width: 1350px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto
}
form {
    margin-bottom: 3rem
}
::-webkit-input-placeholder {
    color: #f2f1f2;
    opacity: 1;
    font-weight: normal
}
::-moz-placeholder {
    color: #f2f1f2;
    opacity: 1;
    font-weight: normal
}
:-ms-input-placeholder {
    color: #f2f1f2;
    opacity: 1;
    font-weight: normal
}
input,
select,
textarea {
    color: #303030;
    text-transform:;
    border: none;
    font-size: 1.6rem;
    font-weight: 600;
    padding: 15px 20px;
    letter-spacing: 0.1rem
}
img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom
}
a {
    text-decoration: none;
    color: #70c3a4;
    -webkit-transition: 0.1s ease-out;
    transition: 0.1s ease-out;
    border-bottom: 0;
    display: inline-block
}
a:hover {
    color: #f6948f;
    text-decoration: none
}
a.fancy-link {
    font-size: 2.4rem;
    font-family: "Work Sans", sans-serif;
    color: #70c3a4
}
a.fancy-link:hover {
    color: #f6948f
}
a.upperlink {
    text-transform: 
    font-size: 1.6rem;
    letter-spacing: 0.12rem;
    font-weight: 600
}
a.upperlink:after {
    content: "â–¶";
    font-size: 1.2rem;
    -webkit-transform: rotateY(50deg);
    transform: rotateY(50deg);
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
    margin-top: 4px
}
button {
    color: #fff;
    background-color: #303030;
    border: none;
    border-radius: 2px;
    padding: 17px 30px;
    margin: 0;
    text-align: center;
    -webkit-transition: 0.1s ease-out;
    transition: 0.1s ease-out;
    text-transform: ;
    font-weight: 600;
    font-size: 1.6rem;
    letter-spacing: .12em;
    text-decoration: none
}
button:hover {
    cursor: pointer;
    background-color: #f6948f;
    color: #fff;
    text-decoration: none
}
hr {
    margin-top: 3rem;
    margin-bottom: 3.5rem;
    border-width: 0;
    border-top: 1px solid #f2f1f2
}
abbr[title] {
    border: 0
}
code {
    padding: 1rem;
    margin: 0 1rem;
    white-space: nowrap;
    background: #f2f1f2;
    border: 1px solid #f2f1f2;
    border-radius: 0
}
pre>code {
    display: block;
    padding: 1rem 1.5rem;
    white-space: pre;
    margin-bottom: 3rem
}
pre {
    overflow-x: auto
}
table pre {
    white-space: pre-wrap
}
th,
td {
    padding: 10px 20px;
    text-align: left;
    border-bottom: 1px solid #f2f1f2
}
th:first-child,
td:first-child {
    padding-left: 0
}
th:last-child,
td:last-child {
    padding-right: 0
}
table {
    margin-bottom: 3rem
}
.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 {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}
body {
    margin: 0
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}
audio:not([controls]) {
    display: none;
    height: 0
}
[hidden],
template {
    display: none
}
a {
    background-color: transparent
}
a:active,
a:hover {
    outline: 0
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}
b,
strong {
    font-weight: inherit;
    font-weight: bolder
}
dfn {
    font-style: italic
}
h1 {
    font-size: 2em;
    margin: .67em 0
}
mark {
    background-color: #ff0;
    color: #000
}
small {
    font-size: 80%
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}
sup {
    top: -.5em
}
sub {
    bottom: -.25em
}
img {
    border: 0
}
svg:not(:root) {
    overflow: hidden
}
figure {
    margin: 1em 40px
}
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}
pre {
    overflow: auto
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}
button,
input,
optgroup,
select,
textarea {
    font: inherit;
    margin: 0
}
button {
    overflow: visible
}
button,
select {
    text-transform: none
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}
button[disabled],
html input[disabled] {
    cursor: default
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}
button:-moz-focusring,
input:-moz-focusring {
    outline: 1px dotted ButtonText
}
input {
    line-height: normal
}
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto
}
input[type="search"] {
    -webkit-appearance: textfield
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}
legend {
    border: 0;
    padding: 0
}
textarea {
    overflow: auto
}
optgroup {
    font-weight: 700
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}
#content[tabindex="-1"]:focus {
    outline: 0
}
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto
}
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both
}
.widget {
    margin: 0 0 1.5em
}
.widget select {
    max-width: 100%
}
.sticky {
    display: block
}
.hentry {
    margin: 0 0 1.5em
}
.byline,
.updated:not(.published) {
    display: none
}
.single .byline,
.group-blog .byline {
    display: inline
}
.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0
}
.page-links {
    clear: both;
    margin: 0 0 1.5em
}
.comment-content a {
    word-wrap: break-word
}
.bypostauthor {
    display: block
}
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none
}
.infinity-end.neverending .site-footer {
    display: block
}
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0
}
embed,
iframe,
object {
    max-width: 100%
}
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0
}
.wp-caption-text {
    text-align: center
}
.gallery {
    margin-bottom: 1.5em
}
.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%
}
.gallery-columns-2 .gallery-item {
    max-width: 50%
}
.gallery-columns-3 .gallery-item {
    max-width: 33.33%
}
.gallery-columns-4 .gallery-item {
    max-width: 25%
}
.gallery-columns-5 .gallery-item {
    max-width: 20%
}
.gallery-columns-6 .gallery-item {
    max-width: 16.66%
}
.gallery-columns-7 .gallery-item {
    max-width: 14.28%
}
.gallery-columns-8 .gallery-item {
    max-width: 12.5%
}
.gallery-columns-9 .gallery-item {
    max-width: 11.11%
}
.gallery-caption {
    display: block
}
.stickem-container {
    position: relative
}
.stickit {
    margin-left: 660px;
    position: fixed;
    top: 0
}
.stickit-end {
    bottom: 0;
    position: absolute
}
.uppercase {
    text-transform: uppercase
}
.text-left {
    text-align: left
}
.text-right {
    text-align: right
}
.text-centered {
    text-align: center
}
.fl {
    float: left
}
.fr {
    float: right
}
.fn {
    float: none
}
.cl {
    clear: left
}
.fr {
    clear: right
}
.cb {
    clear: both
}
.clear {
    clear: both
}
.none {
    display: none !important
}
.no-min-height {
    min-height: 0 !important
}
.inline {
    display: inline
}
.block {
    display: block
}
.inline-block {
    display: inline-block
}
.visible {
    visibility: visible
}
.invisible {
    visibility: hidden
}
.opacity0 {
    opacity: 0
}
.opacity1 {
    opacity: 1
}
.bg-fixed {
    background-attachment: fixed
}
.bg-centered {
    background-position: center center
}
.bg-cover {
    background-size: cover
}
.delay1 {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}
.delay2 {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}
.delay3 {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}
.delay4 {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}
.delay5 {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}
.delay6 {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}
.delay7 {
    -webkit-animation-delay: .7s;
    animation-delay: .7s
}
.delay8 {
    -webkit-animation-delay: .8s;
    animation-delay: .8s
}
.delay9 {
    -webkit-animation-delay: .9s;
    animation-delay: .9s
}
.delay1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}
.delay1_5s {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s
}
.delay2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}
.delay3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}
.duration1 {
    -webkit-animation-duration: 0.1s !important;
    animation-duration: 0.1s !important
}
.duration2 {
    -webkit-animation-duration: 0.2s !important;
    animation-duration: 0.2s !important
}
.duration3 {
    -webkit-animation-duration: 0.3s !important;
    animation-duration: 0.3s !important
}
.duration4 {
    -webkit-animation-duration: 0.4s !important;
    animation-duration: 0.4s !important
}
.duration5 {
    -webkit-animation-duration: 0.5s !important;
    animation-duration: 0.5s !important
}
.duration6 {
    -webkit-animation-duration: 0.6s !important;
    animation-duration: 0.6s !important
}
.duration7 {
    -webkit-animation-duration: 0.7s !important;
    animation-duration: 0.7s !important
}
.duration8 {
    -webkit-animation-duration: 0.8s !important;
    animation-duration: 0.8s !important
}
.duration9 {
    -webkit-animation-duration: 0.9s !important;
    animation-duration: 0.9s !important
}
.duration1s {
    -webkit-animation-duration: 1s !important;
    animation-duration: 1s !important
}
.duration1_5s {
    -webkit-animation-duration: 1.5s !important;
    animation-duration: 1.5s !important
}
.duration2s {
    -webkit-animation-duration: 2s !important;
    animation-duration: 2s !important
}
.duration2s {
    -webkit-animation-duration: 3s !important;
    animation-duration: 3s !important
}
.p0 {
    padding: 0
}
.p10 {
    padding: 10px
}
.p20 {
    padding: 20px
}
.p30 {
    padding: 30px
}
.p40 {
    padding: 40px
}
.p50 {
    padding: 50px
}
.p60 {
    padding: 60px
}
.p70 {
    padding: 70px
}
.p80 {
    padding: 80px
}
.p90 {
    padding: 90px
}
.p100 {
    padding: 100px
}
.p110 {
    padding: 110px
}
.p120 {
    padding: 120px
}
.p130 {
    padding: 130px
}
.p140 {
    padding: 140px
}
.p150 {
    padding: 150px
}
.p160 {
    padding: 160px
}
.p170 {
    padding: 170px
}
.p180 {
    padding: 180px
}
.p190 {
    padding: 190px
}
.p200 {
    padding: 200px
}
.ph0 {
    padding-left: 0;
    padding-right: 0
}
.ph10 {
    padding-left: 10px;
    padding-right: 10px
}
.ph20 {
    padding-left: 20px;
    padding-right: 20px
}
.ph30 {
    padding-left: 30px;
    padding-right: 30px
}
.ph40 {
    padding-left: 40px;
    padding-right: 40px
}
.ph50 {
    padding-left: 50px;
    padding-right: 50px
}
.ph60 {
    padding-left: 60px;
    padding-right: 60px
}
.ph70 {
    padding-left: 70px;
    padding-right: 70px
}
.ph80 {
    padding-left: 80px;
    padding-right: 80px
}
.ph90 {
    padding-left: 90px;
    padding-right: 90px
}
.ph100 {
    padding-left: 100px;
    padding-right: 100px
}
.ph110 {
    padding-left: 110px;
    padding-right: 110px
}
.ph120 {
    padding-left: 120px;
    padding-right: 120px
}
.ph130 {
    padding-left: 130px;
    padding-right: 130px
}
.ph140 {
    padding-left: 140px;
    padding-right: 140px
}
.ph150 {
    padding-left: 150px;
    padding-right: 150px
}
.ph160 {
    padding-left: 160px;
    padding-right: 160px
}
.ph170 {
    padding-left: 170px;
    padding-right: 170px
}
.ph180 {
    padding-left: 180px;
    padding-right: 180px
}
.ph190 {
    padding-left: 190px;
    padding-right: 190px
}
.ph200 {
    padding-left: 200px;
    padding-right: 200px
}
.pv0 {
    padding-top: 0;
    padding-bottom: 0
}
.pv10 {
    padding-top: 10px;
    padding-bottom: 10px
}
.pv20 {
    padding-top: 20px;
    padding-bottom: 20px
}
.pv30 {
    padding-top: 30px;
    padding-bottom: 30px
}
.pv40 {
    padding-top: 40px;
    padding-bottom: 40px
}
.pv50 {
    padding-top: 50px;
    padding-bottom: 50px
}
.pv60 {
    padding-top: 60px;
    padding-bottom: 60px
}
.pv70 {
    padding-top: 70px;
    padding-bottom: 70px
}
.pv80 {
    padding-top: 80px;
    padding-bottom: 80px
}
.pv90 {
    padding-top: 90px;
    padding-bottom: 90px
}
.pv100 {
    padding-top: 100px;
    padding-bottom: 100px
}
.pv110 {
    padding-top: 110px;
    padding-bottom: 110px
}
.pv120 {
    padding-top: 120px;
    padding-bottom: 120px
}
.pv130 {
    padding-top: 130px;
    padding-bottom: 130px
}
.pv140 {
    padding-top: 140px;
    padding-bottom: 140px
}
.pv150 {
    padding-top: 150px;
    padding-bottom: 150px
}
.pv160 {
    padding-top: 160px;
    padding-bottom: 160px
}
.pv170 {
    padding-top: 170px;
    padding-bottom: 170px
}
.pv180 {
    padding-top: 180px;
    padding-bottom: 180px
}
.pv190 {
    padding-top: 190px;
    padding-bottom: 190px
}
.pv200 {
    padding-top: 200px;
    padding-bottom: 200px
}
.pt0 {
    padding-top: 0
}
.pt10 {
    padding-top: 10px
}
.pt20 {
    padding-top: 20px
}
.pt30 {
    padding-top: 30px
}
.pt40 {
    padding-top: 40px
}
.pt50 {
    padding-top: 50px
}
.pt60 {
    padding-top: 60px
}
.pt70 {
    padding-top: 70px
}
.pt80 {
    padding-top: 80px
}
.pt90 {
    padding-top: 90px
}
.pt100 {
    padding-top: 100px
}
.pt110 {
    padding-top: 110px
}
.pt120 {
    padding-top: 120px
}
.pt130 {
    padding-top: 130px
}
.pt140 {
    padding-top: 140px
}
.pt150 {
    padding-top: 150px
}
.pt160 {
    padding-top: 160px
}
.pt170 {
    padding-top: 170px
}
.pt180 {
    padding-top: 180px
}
.pt190 {
    padding-top: 190px
}
.pt200 {
    padding-top: 200px
}
.pr0 {
    padding-right: 0
}
.pr10 {
    padding-right: 10px
}
.pr20 {
    padding-right: 20px
}
.pr30 {
    padding-right: 30px
}
.pr40 {
    padding-right: 40px
}
.pr50 {
    padding-right: 50px
}
.pr60 {
    padding-right: 60px
}
.pr70 {
    padding-right: 70px
}
.pr80 {
    padding-right: 80px
}
.pr90 {
    padding-right: 90px
}
.pr100 {
    padding-right: 100px
}
.pr110 {
    padding-right: 110px
}
.pr120 {
    padding-right: 120px
}
.pr130 {
    padding-right: 130px
}
.pr140 {
    padding-right: 140px
}
.pr150 {
    padding-right: 150px
}
.pr160 {
    padding-right: 160px
}
.pr170 {
    padding-right: 170px
}
.pr180 {
    padding-right: 180px
}
.pr190 {
    padding-right: 190px
}
.pr200 {
    padding-right: 200px
}
.pb0 {
    padding-bottom: 0
}
.pb10 {
    padding-bottom: 10px
}
.pb20 {
    padding-bottom: 20px
}
.pb30 {
    padding-bottom: 30px
}
.pb40 {
    padding-bottom: 40px
}
.pb50 {
    padding-bottom: 50px
}
.pb60 {
    padding-bottom: 60px
}
.pb70 {
    padding-bottom: 70px
}
.pb80 {
    padding-bottom: 80px
}
.pb90 {
    padding-bottom: 90px
}
.pb100 {
    padding-bottom: 100px
}
.pb110 {
    padding-bottom: 110px
}
.pb120 {
    padding-bottom: 120px
}
.pb130 {
    padding-bottom: 130px
}
.pb140 {
    padding-bottom: 140px
}
.pb150 {
    padding-bottom: 150px
}
.pb160 {
    padding-bottom: 160px
}
.pb170 {
    padding-bottom: 170px
}
.pb180 {
    padding-bottom: 180px
}
.pb190 {
    padding-bottom: 190px
}
.pb200 {
    padding-bottom: 200px
}
.pl0 {
    padding-left: 0
}
.pl10 {
    padding-left: 10px
}
.pl20 {
    padding-left: 20px
}
.pl30 {
    padding-left: 30px
}
.pl40 {
    padding-left: 40px
}
.pl50 {
    padding-left: 50px
}
.pl60 {
    padding-left: 60px
}
.pl70 {
    padding-left: 70px
}
.pl80 {
    padding-left: 80px
}
.pl90 {
    padding-left: 90px
}
.pl100 {
    padding-left: 100px
}
.pl110 {
    padding-left: 110px
}
.pl120 {
    padding-left: 120px
}
.pl130 {
    padding-left: 130px
}
.pl140 {
    padding-left: 140px
}
.pl150 {
    padding-left: 150px
}
.pl160 {
    padding-left: 160px
}
.pl170 {
    padding-left: 170px
}
.pl180 {
    padding-left: 180px
}
.pl190 {
    padding-left: 190px
}
.pl200 {
    padding-left: 200px
}
.m0 {
    margin: 0
}
.m10 {
    margin: 10px
}
.m20 {
    margin: 20px
}
.m30 {
    margin: 30px
}
.m40 {
    margin: 40px
}
.m50 {
    margin: 50px
}
.m60 {
    margin: 60px
}
.m70 {
    margin: 70px
}
.m80 {
    margin: 80px
}
.m90 {
    margin: 90px
}
.m100 {
    margin: 100px
}
.m110 {
    margin: 110px
}
.m120 {
    margin: 120px
}
.m130 {
    margin: 130px
}
.m140 {
    margin: 140px
}
.m150 {
    margin: 150px
}
.m160 {
    margin: 160px
}
.m170 {
    margin: 170px
}
.m180 {
    margin: 180px
}
.m190 {
    margin: 190px
}
.m200 {
    margin: 200px
}
.mh0 {
    margin-left: 0;
    margin-right: 0
}
.mh10 {
    margin-left: 10px;
    margin-right: 10px
}
.mh20 {
    margin-left: 20px;
    margin-right: 20px
}
.mh30 {
    margin-left: 30px;
    margin-right: 30px
}
.mh40 {
    margin-left: 40px;
    margin-right: 40px
}
.mh50 {
    margin-left: 50px;
    margin-right: 50px
}
.mh60 {
    margin-left: 60px;
    margin-right: 60px
}
.mh70 {
    margin-left: 70px;
    margin-right: 70px
}
.mh80 {
    margin-left: 80px;
    margin-right: 80px
}
.mh90 {
    margin-left: 90px;
    margin-right: 90px
}
.mh100 {
    margin-left: 100px;
    margin-right: 100px
}
.mh110 {
    margin-left: 110px;
    margin-right: 110px
}
.mh120 {
    margin-left: 120px;
    margin-right: 120px
}
.mh130 {
    margin-left: 130px;
    margin-right: 130px
}
.mh140 {
    margin-left: 140px;
    margin-right: 140px
}
.mh150 {
    margin-left: 150px;
    margin-right: 150px
}
.mh160 {
    margin-left: 160px;
    margin-right: 160px
}
.mh170 {
    margin-left: 170px;
    margin-right: 170px
}
.mh180 {
    margin-left: 180px;
    margin-right: 180px
}
.mh190 {
    margin-left: 190px;
    margin-right: 190px
}
.mh200 {
    margin-left: 200px;
    margin-right: 200px
}
.mv0 {
    margin-top: 0;
    margin-bottom: 0
}
.mv10 {
    margin-top: 10px;
    margin-bottom: 10px
}
.mv20 {
    margin-top: 20px;
    margin-bottom: 20px
}
.mv30 {
    margin-top: 30px;
    margin-bottom: 30px
}
.mv40 {
    margin-top: 40px;
    margin-bottom: 40px
}
.mv50 {
    margin-top: 50px;
    margin-bottom: 50px
}
.mv60 {
    margin-top: 60px;
    margin-bottom: 60px
}
.mv70 {
    margin-top: 70px;
    margin-bottom: 70px
}
.mv80 {
    margin-top: 80px;
    margin-bottom: 80px
}
.mv90 {
    margin-top: 90px;
    margin-bottom: 90px
}
.mv100 {
    margin-top: 100px;
    margin-bottom: 100px
}
.mv110 {
    margin-top: 110px;
    margin-bottom: 110px
}
.mv120 {
    margin-top: 120px;
    margin-bottom: 120px
}
.mv130 {
    margin-top: 130px;
    margin-bottom: 130px
}
.mv140 {
    margin-top: 140px;
    margin-bottom: 140px
}
.mv150 {
    margin-top: 150px;
    margin-bottom: 150px
}
.mv160 {
    margin-top: 160px;
    margin-bottom: 160px
}
.mv170 {
    margin-top: 170px;
    margin-bottom: 170px
}
.mv180 {
    margin-top: 180px;
    margin-bottom: 180px
}
.mv190 {
    margin-top: 190px;
    margin-bottom: 190px
}
.mv200 {
    margin-top: 200px;
    margin-bottom: 200px
}
.mt0 {
    margin-top: 0
}
.mt10 {
    margin-top: 10px
}
.mt20 {
    margin-top: 20px
}
.mt30 {
    margin-top: 30px
}
.mt40 {
    margin-top: 40px
}
.mt50 {
    margin-top: 50px
}
.mt60 {
    margin-top: 60px
}
.mt70 {
    margin-top: 70px
}
.mt80 {
    margin-top: 80px
}
.mt90 {
    margin-top: 90px
}
.mt100 {
    margin-top: 100px
}
.mt110 {
    margin-top: 110px
}
.mt120 {
    margin-top: 120px
}
.mt130 {
    margin-top: 130px
}
.mt140 {
    margin-top: 140px
}
.mt150 {
    margin-top: 150px
}
.mt160 {
    margin-top: 160px
}
.mt170 {
    margin-top: 170px
}
.mt180 {
    margin-top: 180px
}
.mt190 {
    margin-top: 190px
}
.mt200 {
    margin-top: 200px
}
.mr0 {
    margin-right: 0
}
.mr10 {
    margin-right: 10px
}
.mr20 {
    margin-right: 20px
}
.mr30 {
    margin-right: 30px
}
.mr40 {
    margin-right: 40px
}
.mr50 {
    margin-right: 50px
}
.mr60 {
    margin-right: 60px
}
.mr70 {
    margin-right: 70px
}
.mr80 {
    margin-right: 80px
}
.mr90 {
    margin-right: 90px
}
.mr100 {
    margin-right: 100px
}
.mr110 {
    margin-right: 110px
}
.mr120 {
    margin-right: 120px
}
.mr130 {
    margin-right: 130px
}
.mr140 {
    margin-right: 140px
}
.mr150 {
    margin-right: 150px
}
.mr160 {
    margin-right: 160px
}
.mr170 {
    margin-right: 170px
}
.mr180 {
    margin-right: 180px
}
.mr190 {
    margin-right: 190px
}
.mr200 {
    margin-right: 200px
}
.mb0 {
    margin-bottom: 0
}
.mb10 {
    margin-bottom: 10px
}
.mb20 {
    margin-bottom: 20px
}
.mb30 {
    margin-bottom: 30px
}
.mb40 {
    margin-bottom: 40px
}
.mb50 {
    margin-bottom: 50px
}
.mb60 {
    margin-bottom: 60px
}
.mb70 {
    margin-bottom: 70px
}
.mb80 {
    margin-bottom: 80px
}
.mb90 {
    margin-bottom: 90px
}
.mb100 {
    margin-bottom: 100px
}
.mb110 {
    margin-bottom: 110px
}
.mb120 {
    margin-bottom: 120px
}
.mb130 {
    margin-bottom: 130px
}
.mb140 {
    margin-bottom: 140px
}
.mb150 {
    margin-bottom: 150px
}
.mb160 {
    margin-bottom: 160px
}
.mb170 {
    margin-bottom: 170px
}
.mb180 {
    margin-bottom: 180px
}
.mb190 {
    margin-bottom: 190px
}
.mb200 {
    margin-bottom: 200px
}
.ml0 {
    margin-left: 0
}
.ml10 {
    margin-left: 10px
}
.ml20 {
    margin-left: 20px
}
.ml30 {
    margin-left: 30px
}
.ml40 {
    margin-left: 40px
}
.ml50 {
    margin-left: 50px
}
.ml60 {
    margin-left: 60px
}
.ml70 {
    margin-left: 70px
}
.ml80 {
    margin-left: 80px
}
.ml90 {
    margin-left: 90px
}
.ml100 {
    margin-left: 100px
}
.ml110 {
    margin-left: 110px
}
.ml120 {
    margin-left: 120px
}
.ml130 {
    margin-left: 130px
}
.ml140 {
    margin-left: 140px
}
.ml150 {
    margin-left: 150px
}
.ml160 {
    margin-left: 160px
}
.ml170 {
    margin-left: 170px
}
.ml180 {
    margin-left: 180px
}
.ml190 {
    margin-left: 190px
}
.ml200 {
    margin-left: 200px
}
.p5 {
    padding: 5
}
.p15 {
    padding: 15px
}
.p25 {
    padding: 25px
}
.p35 {
    padding: 35px
}
.p45 {
    padding: 45px
}
.p55 {
    padding: 55px
}
.p65 {
    padding: 65px
}
.p75 {
    padding: 75px
}
.p85 {
    padding: 85px
}
.p95 {
    padding: 95px
}
.p155 {
    padding: 155px
}
.p115 {
    padding: 115px
}
.p125 {
    padding: 125px
}
.p135 {
    padding: 135px
}
.p145 {
    padding: 145px
}
.p155 {
    padding: 155px
}
.p165 {
    padding: 165px
}
.p175 {
    padding: 175px
}
.p185 {
    padding: 185px
}
.p195 {
    padding: 195px
}
.ph5 {
    padding-left: 5;
    padding-right: 5
}
.ph15 {
    padding-left: 15px;
    padding-right: 15px
}
.ph25 {
    padding-left: 25px;
    padding-right: 25px
}
.ph35 {
    padding-left: 35px;
    padding-right: 35px
}
.ph45 {
    padding-left: 45px;
    padding-right: 45px
}
.ph55 {
    padding-left: 55px;
    padding-right: 55px
}
.ph65 {
    padding-left: 65px;
    padding-right: 65px
}
.ph75 {
    padding-left: 75px;
    padding-right: 75px
}
.ph85 {
    padding-left: 85px;
    padding-right: 85px
}
.ph95 {
    padding-left: 95px;
    padding-right: 95px
}
.ph155 {
    padding-left: 155px;
    padding-right: 155px
}
.ph115 {
    padding-left: 115px;
    padding-right: 115px
}
.ph125 {
    padding-left: 125px;
    padding-right: 125px
}
.ph135 {
    padding-left: 135px;
    padding-right: 135px
}
.ph145 {
    padding-left: 145px;
    padding-right: 145px
}
.ph155 {
    padding-left: 155px;
    padding-right: 155px
}
.ph165 {
    padding-left: 165px;
    padding-right: 165px
}
.ph175 {
    padding-left: 175px;
    padding-right: 175px
}
.ph185 {
    padding-left: 185px;
    padding-right: 185px
}
.ph195 {
    padding-left: 195px;
    padding-right: 195px
}
.pv5 {
    padding-top: 5;
    padding-bottom: 5
}
.pv15 {
    padding-top: 15px;
    padding-bottom: 15px
}
.pv25 {
    padding-top: 25px;
    padding-bottom: 25px
}
.pv35 {
    padding-top: 35px;
    padding-bottom: 35px
}
.pv45 {
    padding-top: 45px;
    padding-bottom: 45px
}
.pv55 {
    padding-top: 55px;
    padding-bottom: 55px
}
.pv65 {
    padding-top: 65px;
    padding-bottom: 65px
}
.pv75 {
    padding-top: 75px;
    padding-bottom: 75px
}
.pv85 {
    padding-top: 85px;
    padding-bottom: 85px
}
.pv95 {
    padding-top: 95px;
    padding-bottom: 95px
}
.pv155 {
    padding-top: 155px;
    padding-bottom: 155px
}
.pv115 {
    padding-top: 115px;
    padding-bottom: 115px
}
.pv125 {
    padding-top: 125px;
    padding-bottom: 125px
}
.pv135 {
    padding-top: 135px;
    padding-bottom: 135px
}
.pv145 {
    padding-top: 145px;
    padding-bottom: 145px
}
.pv155 {
    padding-top: 155px;
    padding-bottom: 155px
}
.pv165 {
    padding-top: 165px;
    padding-bottom: 165px
}
.pv175 {
    padding-top: 175px;
    padding-bottom: 175px
}
.pv185 {
    padding-top: 185px;
    padding-bottom: 185px
}
.pv195 {
    padding-top: 195px;
    padding-bottom: 195px
}
.pt5 {
    padding-top: 5
}
.pt15 {
    padding-top: 15px
}
.pt25 {
    padding-top: 25px
}
.pt35 {
    padding-top: 35px
}
.pt45 {
    padding-top: 45px
}
.pt55 {
    padding-top: 55px
}
.pt65 {
    padding-top: 65px
}
.pt75 {
    padding-top: 75px
}
.pt85 {
    padding-top: 85px
}
.pt95 {
    padding-top: 95px
}
.pt155 {
    padding-top: 155px
}
.pt115 {
    padding-top: 115px
}
.pt125 {
    padding-top: 125px
}
.pt135 {
    padding-top: 135px
}
.pt145 {
    padding-top: 145px
}
.pt155 {
    padding-top: 155px
}
.pt165 {
    padding-top: 165px
}
.pt175 {
    padding-top: 175px
}
.pt185 {
    padding-top: 185px
}
.pt195 {
    padding-top: 195px
}
.pr5 {
    padding-right: 5
}
.pr15 {
    padding-right: 15px
}
.pr25 {
    padding-right: 25px
}
.pr35 {
    padding-right: 35px
}
.pr45 {
    padding-right: 45px
}
.pr55 {
    padding-right: 55px
}
.pr65 {
    padding-right: 65px
}
.pr75 {
    padding-right: 75px
}
.pr85 {
    padding-right: 85px
}
.pr95 {
    padding-right: 95px
}
.pr155 {
    padding-right: 155px
}
.pr115 {
    padding-right: 115px
}
.pr125 {
    padding-right: 125px
}
.pr135 {
    padding-right: 135px
}
.pr145 {
    padding-right: 145px
}
.pr155 {
    padding-right: 155px
}
.pr165 {
    padding-right: 165px
}
.pr175 {
    padding-right: 175px
}
.pr185 {
    padding-right: 185px
}
.pr195 {
    padding-right: 195px
}
.pb5 {
    padding-bottom: 5
}
.pb15 {
    padding-bottom: 15px
}
.pb25 {
    padding-bottom: 25px
}
.pb35 {
    padding-bottom: 35px
}
.pb45 {
    padding-bottom: 45px
}
.pb55 {
    padding-bottom: 55px
}
.pb65 {
    padding-bottom: 65px
}
.pb75 {
    padding-bottom: 75px
}
.pb85 {
    padding-bottom: 85px
}
.pb95 {
    padding-bottom: 95px
}
.pb155 {
    padding-bottom: 155px
}
.pb115 {
    padding-bottom: 115px
}
.pb125 {
    padding-bottom: 125px
}
.pb135 {
    padding-bottom: 135px
}
.pb145 {
    padding-bottom: 145px
}
.pb155 {
    padding-bottom: 155px
}
.pb165 {
    padding-bottom: 165px
}
.pb175 {
    padding-bottom: 175px
}
.pb185 {
    padding-bottom: 185px
}
.pb195 {
    padding-bottom: 195px
}
.pl5 {
    padding-left: 5
}
.pl15 {
    padding-left: 15px
}
.pl25 {
    padding-left: 25px
}
.pl35 {
    padding-left: 35px
}
.pl45 {
    padding-left: 45px
}
.pl55 {
    padding-left: 55px
}
.pl65 {
    padding-left: 65px
}
.pl75 {
    padding-left: 75px
}
.pl85 {
    padding-left: 85px
}
.pl95 {
    padding-left: 95px
}
.pl155 {
    padding-left: 155px
}
.pl115 {
    padding-left: 115px
}
.pl125 {
    padding-left: 125px
}
.pl135 {
    padding-left: 135px
}
.pl145 {
    padding-left: 145px
}
.pl155 {
    padding-left: 155px
}
.pl165 {
    padding-left: 165px
}
.pl175 {
    padding-left: 175px
}
.pl185 {
    padding-left: 185px
}
.pl195 {
    padding-left: 195px
}
.m5 {
    margin: 5
}
.m15 {
    margin: 15px
}
.m25 {
    margin: 25px
}
.m35 {
    margin: 35px
}
.m45 {
    margin: 45px
}
.m55 {
    margin: 55px
}
.m65 {
    margin: 65px
}
.m75 {
    margin: 75px
}
.m85 {
    margin: 85px
}
.m95 {
    margin: 95px
}
.m155 {
    margin: 155px
}
.m115 {
    margin: 115px
}
.m125 {
    margin: 125px
}
.m135 {
    margin: 135px
}
.m145 {
    margin: 145px
}
.m155 {
    margin: 155px
}
.m165 {
    margin: 165px
}
.m175 {
    margin: 175px
}
.m185 {
    margin: 185px
}
.m195 {
    margin: 195px
}
.mh5 {
    margin-left: 5;
    margin-right: 5
}
.mh15 {
    margin-left: 15px;
    margin-right: 15px
}
.mh25 {
    margin-left: 25px;
    margin-right: 25px
}
.mh35 {
    margin-left: 35px;
    margin-right: 35px
}
.mh45 {
    margin-left: 45px;
    margin-right: 45px
}
.mh55 {
    margin-left: 55px;
    margin-right: 55px
}
.mh65 {
    margin-left: 65px;
    margin-right: 65px
}
.mh75 {
    margin-left: 75px;
    margin-right: 75px
}
.mh85 {
    margin-left: 85px;
    margin-right: 85px
}
.mh95 {
    margin-left: 95px;
    margin-right: 95px
}
.mh155 {
    margin-left: 155px;
    margin-right: 155px
}
.mh115 {
    margin-left: 115px;
    margin-right: 115px
}
.mh125 {
    margin-left: 125px;
    margin-right: 125px
}
.mh135 {
    margin-left: 135px;
    margin-right: 135px
}
.mh145 {
    margin-left: 145px;
    margin-right: 145px
}
.mh155 {
    margin-left: 155px;
    margin-right: 155px
}
.mh165 {
    margin-left: 165px;
    margin-right: 165px
}
.mh175 {
    margin-left: 175px;
    margin-right: 175px
}
.mh185 {
    margin-left: 185px;
    margin-right: 185px
}
.mh195 {
    margin-left: 195px;
    margin-right: 195px
}
.mv5 {
    margin-top: 5;
    margin-bottom: 5
}
.mv15 {
    margin-top: 15px;
    margin-bottom: 15px
}
.mv25 {
    margin-top: 25px;
    margin-bottom: 25px
}
.mv35 {
    margin-top: 35px;
    margin-bottom: 35px
}
.mv45 {
    margin-top: 45px;
    margin-bottom: 45px
}
.mv55 {
    margin-top: 55px;
    margin-bottom: 55px
}
.mv65 {
    margin-top: 65px;
    margin-bottom: 65px
}
.mv75 {
    margin-top: 75px;
    margin-bottom: 75px
}
.mv85 {
    margin-top: 85px;
    margin-bottom: 85px
}
.mv95 {
    margin-top: 95px;
    margin-bottom: 95px
}
.mv155 {
    margin-top: 155px;
    margin-bottom: 155px
}
.mv115 {
    margin-top: 115px;
    margin-bottom: 115px
}
.mv125 {
    margin-top: 125px;
    margin-bottom: 125px
}
.mv135 {
    margin-top: 135px;
    margin-bottom: 135px
}
.mv145 {
    margin-top: 145px;
    margin-bottom: 145px
}
.mv155 {
    margin-top: 155px;
    margin-bottom: 155px
}
.mv165 {
    margin-top: 165px;
    margin-bottom: 165px
}
.mv175 {
    margin-top: 175px;
    margin-bottom: 175px
}
.mv185 {
    margin-top: 185px;
    margin-bottom: 185px
}
.mv195 {
    margin-top: 195px;
    margin-bottom: 195px
}
.mt5 {
    margin-top: 5
}
.mt15 {
    margin-top: 15px
}
.mt25 {
    margin-top: 25px
}
.mt35 {
    margin-top: 35px
}
.mt45 {
    margin-top: 45px
}
.mt55 {
    margin-top: 55px
}
.mt65 {
    margin-top: 65px
}
.mt75 {
    margin-top: 75px
}
.mt85 {
    margin-top: 85px
}
.mt95 {
    margin-top: 95px
}
.mt155 {
    margin-top: 155px
}
.mt115 {
    margin-top: 115px
}
.mt125 {
    margin-top: 125px
}
.mt135 {
    margin-top: 135px
}
.mt145 {
    margin-top: 145px
}
.mt155 {
    margin-top: 155px
}
.mt165 {
    margin-top: 165px
}
.mt175 {
    margin-top: 175px
}
.mt185 {
    margin-top: 185px
}
.mt195 {
    margin-top: 195px
}
.mr5 {
    margin-right: 5
}
.mr15 {
    margin-right: 15px
}
.mr25 {
    margin-right: 25px
}
.mr35 {
    margin-right: 35px
}
.mr45 {
    margin-right: 45px
}
.mr55 {
    margin-right: 55px
}
.mr65 {
    margin-right: 65px
}
.mr75 {
    margin-right: 75px
}
.mr85 {
    margin-right: 85px
}
.mr95 {
    margin-right: 95px
}
.mr155 {
    margin-right: 155px
}
.mr115 {
    margin-right: 115px
}
.mr125 {
    margin-right: 125px
}
.mr135 {
    margin-right: 135px
}
.mr145 {
    margin-right: 145px
}
.mr155 {
    margin-right: 155px
}
.mr165 {
    margin-right: 165px
}
.mr175 {
    margin-right: 175px
}
.mr185 {
    margin-right: 185px
}
.mr195 {
    margin-right: 195px
}
.mb5 {
    margin-bottom: 5
}
.mb15 {
    margin-bottom: 15px
}
.mb25 {
    margin-bottom: 25px
}
.mb35 {
    margin-bottom: 35px
}
.mb45 {
    margin-bottom: 45px
}
.mb55 {
    margin-bottom: 55px
}
.mb65 {
    margin-bottom: 65px
}
.mb75 {
    margin-bottom: 75px
}
.mb85 {
    margin-bottom: 85px
}
.mb95 {
    margin-bottom: 95px
}
.mb155 {
    margin-bottom: 155px
}
.mb115 {
    margin-bottom: 115px
}
.mb125 {
    margin-bottom: 125px
}
.mb135 {
    margin-bottom: 135px
}
.mb145 {
    margin-bottom: 145px
}
.mb155 {
    margin-bottom: 155px
}
.mb165 {
    margin-bottom: 165px
}
.mb175 {
    margin-bottom: 175px
}
.mb185 {
    margin-bottom: 185px
}
.mb195 {
    margin-bottom: 195px
}
.ml5 {
    margin-left: 5
}
.ml15 {
    margin-left: 15px
}
.ml25 {
    margin-left: 25px
}
.ml35 {
    margin-left: 35px
}
.ml45 {
    margin-left: 45px
}
.ml55 {
    margin-left: 55px
}
.ml65 {
    margin-left: 65px
}
.ml75 {
    margin-left: 75px
}
.ml85 {
    margin-left: 85px
}
.ml95 {
    margin-left: 95px
}
.ml155 {
    margin-left: 155px
}
.ml115 {
    margin-left: 115px
}
.ml125 {
    margin-left: 125px
}
.ml135 {
    margin-left: 135px
}
.ml145 {
    margin-left: 145px
}
.ml155 {
    margin-left: 155px
}
.ml165 {
    margin-left: 165px
}
.ml175 {
    margin-left: 175px
}
.ml185 {
    margin-left: 185px
}
.ml195 {
    margin-left: 195px
}
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}
.slick-list:focus {
    outline: none
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: ''
}
.slick-track:after {
    clear: both
}
.slick-loading .slick-track {
    visibility: hidden
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}
[dir='rtl'] .slick-slide {
    float: right
}
.slick-slide img {
    display: block
}
.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;
    border: 1px solid transparent
}
.slick-arrow.slick-hidden {
    display: none
}
.slick-loading .slick-list {
    background: #fff url("//302335.fs1.hubspotusercontent-na1.net/hubfs/302335/images/ajax-loader.gif") center center no-repeat
}
@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url("//302335.fs1.hubspotusercontent-na1.net/hubfs/302335/fonts/slick.eot");
    src: url("//302335.fs1.hubspotusercontent-na1.net/hubfs/302335/fonts/slick.eot#iefix") format("embedded-opentype"), url("//302335.fs1.hubspotusercontent-na1.net/hubfs/302335/fonts/slick.woff") format("woff"), url("//302335.fs1.hubspotusercontent-na1.net/hubfs/302335/fonts/slick.ttf") format("truetype"), url("//302335.fs1.hubspotusercontent-na1.net/hubfs/302335/fonts/slick.svg#slick") format("svg")
}
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25
}
.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.slick-prev {
    left: -25px
}
[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto
}
.slick-prev:before {
    content: 'â†'
}
[dir='rtl'] .slick-prev:before {
    content: 'â†’'
}
.slick-next {
    right: -25px
}
[dir='rtl'] .slick-next {
    right: auto;
    left: -25px
}
.slick-next:before {
    content: 'â†’'
}
[dir='rtl'] .slick-next:before {
    content: 'â†'
}
.slick-dotted.slick-slider {
    margin-bottom: 30px
}
.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent
}
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1
}
.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: 'â€¢';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black
}
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}
body {
    margin: 0
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}
audio:not([controls]) {
    display: none;
    height: 0
}
[hidden],
template {
    display: none
}
a {
    background-color: transparent
}
a:active,
a:hover {
    outline: 0
}
abbr[title] {
    border-bottom: 1px dotted
}
b,
strong {
    font-weight: 700
}
dfn {
    font-style: italic
}
h1 {
    margin: .67em 0;
    font-size: 2em
}
mark {
    color: #000;
    background: #ff0
}
small {
    font-size: 80%
}
sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}
sup {
    top: -.5em
}
sub {
    bottom: -.25em
}
img {
    border: 0
}
svg:not(:root) {
    overflow: hidden
}
figure {
    margin: 1em 40px
}
hr {
    height: 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}
pre {
    overflow: auto
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit
}
button {
    overflow: visible
}
button,
select {
    text-transform: none
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}
button[disabled],
html input[disabled] {
    cursor: default
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0
}
input {
    line-height: normal
}
input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}
input[type=search] {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}
fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid silver
}
legend {
    padding: 0;
    border: 0
}
textarea {
    overflow: auto
}
optgroup {
    font-weight: 700
}
table {
    border-spacing: 0;
    border-collapse: collapse
}
td,
th {
    padding: 0
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
    *,
    :after,
    :before {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        -webkit-box-shadow: none !important;
        box-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: ""
    }
    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    img,
    tr {
        page-break-inside: avoid
    }
    img {
        max-width: 100% !important
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    .navbar {
        display: none
    }
    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000 !important
    }
    .label {
        border: 1px solid #000
    }
    .table {
        border-collapse: collapse !important
    }
    .table td,
    .table th {
        background-color: #fff !important
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd !important
    }
}
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(../fonts/glyphicons-halflings-regular.eot);
    src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(../fonts/glyphicons-halflings-regular.woff2) format("woff2"), url(../fonts/glyphicons-halflings-regular.woff) format("woff"), url(../fonts/glyphicons-halflings-regular.ttf) format("truetype"), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg")
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.glyphicon-asterisk:before {
    content: "\002a"
}
.glyphicon-plus:before {
    content: "\002b"
}
.glyphicon-eur:before,
.glyphicon-euro:before {
    content: "\20ac"
}
.glyphicon-minus:before {
    content: "\2212"
}
.glyphicon-cloud:before {
    content: "\2601"
}
.glyphicon-envelope:before {
    content: "\2709"
}
.glyphicon-pencil:before {
    content: "\270f"
}
.glyphicon-glass:before {
    content: "\e001"
}
.glyphicon-music:before {
    content: "\e002"
}
.glyphicon-search:before {
    content: "\e003"
}
.glyphicon-heart:before {
    content: "\e005"
}
.glyphicon-star:before {
    content: "\e006"
}
.glyphicon-star-empty:before {
    content: "\e007"
}
.glyphicon-user:before {
    content: "\e008"
}
.glyphicon-film:before {
    content: "\e009"
}
.glyphicon-th-large:before {
    content: "\e010"
}
.glyphicon-th:before {
    content: "\e011"
}
.glyphicon-th-list:before {
    content: "\e012"
}
.glyphicon-ok:before {
    content: "\e013"
}
.glyphicon-remove:before {
    content: "\e014"
}
.glyphicon-zoom-in:before {
    content: "\e015"
}
.glyphicon-zoom-out:before {
    content: "\e016"
}
.glyphicon-off:before {
    content: "\e017"
}
.glyphicon-signal:before {
    content: "\e018"
}
.glyphicon-cog:before {
    content: "\e019"
}
.glyphicon-trash:before {
    content: "\e020"
}
.glyphicon-home:before {
    content: "\e021"
}
.glyphicon-file:before {
    content: "\e022"
}
.glyphicon-time:before {
    content: "\e023"
}
.glyphicon-road:before {
    content: "\e024"
}
.glyphicon-download-alt:before {
    content: "\e025"
}
.glyphicon-download:before {
    content: "\e026"
}
.glyphicon-upload:before {
    content: "\e027"
}
.glyphicon-inbox:before {
    content: "\e028"
}
.glyphicon-play-circle:before {
    content: "\e029"
}
.glyphicon-repeat:before {
    content: "\e030"
}
.glyphicon-refresh:before {
    content: "\e031"
}
.glyphicon-list-alt:before {
    content: "\e032"
}
.glyphicon-lock:before {
    content: "\e033"
}
.glyphicon-flag:before {
    content: "\e034"
}
.glyphicon-headphones:before {
    content: "\e035"
}
.glyphicon-volume-off:before {
    content: "\e036"
}
.glyphicon-volume-down:before {
    content: "\e037"
}
.glyphicon-volume-up:before {
    content: "\e038"
}
.glyphicon-qrcode:before {
    content: "\e039"
}
.glyphicon-barcode:before {
    content: "\e040"
}
.glyphicon-tag:before {
    content: "\e041"
}
.glyphicon-tags:before {
    content: "\e042"
}
.glyphicon-book:before {
    content: "\e043"
}
.glyphicon-bookmark:before {
    content: "\e044"
}
.glyphicon-print:before {
    content: "\e045"
}
.glyphicon-camera:before {
    content: "\e046"
}
.glyphicon-font:before {
    content: "\e047"
}
.glyphicon-bold:before {
    content: "\e048"
}
.glyphicon-italic:before {
    content: "\e049"
}
.glyphicon-text-height:before {
    content: "\e050"
}
.glyphicon-text-width:before {
    content: "\e051"
}
.glyphicon-align-left:before {
    content: "\e052"
}
.glyphicon-align-center:before {
    content: "\e053"
}
.glyphicon-align-right:before {
    content: "\e054"
}
.glyphicon-align-justify:before {
    content: "\e055"
}
.glyphicon-list:before {
    content: "\e056"
}
.glyphicon-indent-left:before {
    content: "\e057"
}
.glyphicon-indent-right:before {
    content: "\e058"
}
.glyphicon-facetime-video:before {
    content: "\e059"
}
.glyphicon-picture:before {
    content: "\e060"
}
.glyphicon-map-marker:before {
    content: "\e062"
}
.glyphicon-adjust:before {
    content: "\e063"
}
.glyphicon-tint:before {
    content: "\e064"
}
.glyphicon-edit:before {
    content: "\e065"
}
.glyphicon-share:before {
    content: "\e066"
}
.glyphicon-check:before {
    content: "\e067"
}
.glyphicon-move:before {
    content: "\e068"
}
.glyphicon-step-backward:before {
    content: "\e069"
}
.glyphicon-fast-backward:before {
    content: "\e070"
}
.glyphicon-backward:before {
    content: "\e071"
}
.glyphicon-play:before {
    content: "\e072"
}
.glyphicon-pause:before {
    content: "\e073"
}
.glyphicon-stop:before {
    content: "\e074"
}
.glyphicon-forward:before {
    content: "\e075"
}
.glyphicon-fast-forward:before {
    content: "\e076"
}
.glyphicon-step-forward:before {
    content: "\e077"
}
.glyphicon-eject:before {
    content: "\e078"
}
.glyphicon-chevron-left:before {
    content: "\e079"
}
.glyphicon-chevron-right:before {
    content: "\e080"
}
.glyphicon-plus-sign:before {
    content: "\e081"
}
.glyphicon-minus-sign:before {
    content: "\e082"
}
.glyphicon-remove-sign:before {
    content: "\e083"
}
.glyphicon-ok-sign:before {
    content: "\e084"
}
.glyphicon-question-sign:before {
    content: "\e085"
}
.glyphicon-info-sign:before {
    content: "\e086"
}
.glyphicon-screenshot:before {
    content: "\e087"
}
.glyphicon-remove-circle:before {
    content: "\e088"
}
.glyphicon-ok-circle:before {
    content: "\e089"
}
.glyphicon-ban-circle:before {
    content: "\e090"
}
.glyphicon-arrow-left:before {
    content: "\e091"
}
.glyphicon-arrow-right:before {
    content: "\e092"
}
.glyphicon-arrow-up:before {
    content: "\e093"
}
.glyphicon-arrow-down:before {
    content: "\e094"
}
.glyphicon-share-alt:before {
    content: "\e095"
}
.glyphicon-resize-full:before {
    content: "\e096"
}
.glyphicon-resize-small:before {
    content: "\e097"
}
.glyphicon-exclamation-sign:before {
    content: "\e101"
}
.glyphicon-gift:before {
    content: "\e102"
}
.glyphicon-leaf:before {
    content: "\e103"
}
.glyphicon-fire:before {
    content: "\e104"
}
.glyphicon-eye-open:before {
    content: "\e105"
}
.glyphicon-eye-close:before {
    content: "\e106"
}
.glyphicon-warning-sign:before {
    content: "\e107"
}
.glyphicon-plane:before {
    content: "\e108"
}
.glyphicon-calendar:before {
    content: "\e109"
}
.glyphicon-random:before {
    content: "\e110"
}
.glyphicon-comment:before {
    content: "\e111"
}
.glyphicon-magnet:before {
    content: "\e112"
}
.glyphicon-chevron-up:before {
    content: "\e113"
}
.glyphicon-chevron-down:before {
    content: "\e114"
}
.glyphicon-retweet:before {
    content: "\e115"
}
.glyphicon-shopping-cart:before {
    content: "\e116"
}
.glyphicon-folder-close:before {
    content: "\e117"
}
.glyphicon-folder-open:before {
    content: "\e118"
}
.glyphicon-resize-vertical:before {
    content: "\e119"
}
.glyphicon-resize-horizontal:before {
    content: "\e120"
}
.glyphicon-hdd:before {
    content: "\e121"
}
.glyphicon-bullhorn:before {
    content: "\e122"
}
.glyphicon-bell:before {
    content: "\e123"
}
.glyphicon-certificate:before {
    content: "\e124"
}
.glyphicon-thumbs-up:before {
    content: "\e125"
}
.glyphicon-thumbs-down:before {
    content: "\e126"
}
.glyphicon-hand-right:before {
    content: "\e127"
}
.glyphicon-hand-left:before {
    content: "\e128"
}
.glyphicon-hand-up:before {
    content: "\e129"
}
.glyphicon-hand-down:before {
    content: "\e130"
}
.glyphicon-circle-arrow-right:before {
    content: "\e131"
}
.glyphicon-circle-arrow-left:before {
    content: "\e132"
}
.glyphicon-circle-arrow-up:before {
    content: "\e133"
}
.glyphicon-circle-arrow-down:before {
    content: "\e134"
}
.glyphicon-globe:before {
    content: "\e135"
}
.glyphicon-wrench:before {
    content: "\e136"
}
.glyphicon-tasks:before {
    content: "\e137"
}
.glyphicon-filter:before {
    content: "\e138"
}
.glyphicon-briefcase:before {
    content: "\e139"
}
.glyphicon-fullscreen:before {
    content: "\e140"
}
.glyphicon-dashboard:before {
    content: "\e141"
}
.glyphicon-paperclip:before {
    content: "\e142"
}
.glyphicon-heart-empty:before {
    content: "\e143"
}
.glyphicon-link:before {
    content: "\e144"
}
.glyphicon-phone:before {
    content: "\e145"
}
.glyphicon-pushpin:before {
    content: "\e146"
}
.glyphicon-usd:before {
    content: "\e148"
}
.glyphicon-gbp:before {
    content: "\e149"
}
.glyphicon-sort:before {
    content: "\e150"
}
.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}
.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}
.glyphicon-sort-by-order:before {
    content: "\e153"
}
.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}
.glyphicon-sort-by-attributes:before {
    content: "\e155"
}
.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}
.glyphicon-unchecked:before {
    content: "\e157"
}
.glyphicon-expand:before {
    content: "\e158"
}
.glyphicon-collapse-down:before {
    content: "\e159"
}
.glyphicon-collapse-up:before {
    content: "\e160"
}
.glyphicon-log-in:before {
    content: "\e161"
}
.glyphicon-flash:before {
    content: "\e162"
}
.glyphicon-log-out:before {
    content: "\e163"
}
.glyphicon-new-window:before {
    content: "\e164"
}
.glyphicon-record:before {
    content: "\e165"
}
.glyphicon-save:before {
    content: "\e166"
}
.glyphicon-open:before {
    content: "\e167"
}
.glyphicon-saved:before {
    content: "\e168"
}
.glyphicon-import:before {
    content: "\e169"
}
.glyphicon-export:before {
    content: "\e170"
}
.glyphicon-send:before {
    content: "\e171"
}
.glyphicon-floppy-disk:before {
    content: "\e172"
}
.glyphicon-floppy-saved:before {
    content: "\e173"
}
.glyphicon-floppy-remove:before {
    content: "\e174"
}
.glyphicon-floppy-save:before {
    content: "\e175"
}
.glyphicon-floppy-open:before {
    content: "\e176"
}
.glyphicon-credit-card:before {
    content: "\e177"
}
.glyphicon-transfer:before {
    content: "\e178"
}
.glyphicon-cutlery:before {
    content: "\e179"
}
.glyphicon-header:before {
    content: "\e180"
}
.glyphicon-compressed:before {
    content: "\e181"
}
.glyphicon-earphone:before {
    content: "\e182"
}
.glyphicon-phone-alt:before {
    content: "\e183"
}
.glyphicon-tower:before {
    content: "\e184"
}
.glyphicon-stats:before {
    content: "\e185"
}
.glyphicon-sd-video:before {
    content: "\e186"
}
.glyphicon-hd-video:before {
    content: "\e187"
}
.glyphicon-subtitles:before {
    content: "\e188"
}
.glyphicon-sound-stereo:before {
    content: "\e189"
}
.glyphicon-sound-dolby:before {
    content: "\e190"
}
.glyphicon-sound-5-1:before {
    content: "\e191"
}
.glyphicon-sound-6-1:before {
    content: "\e192"
}
.glyphicon-sound-7-1:before {
    content: "\e193"
}
.glyphicon-copyright-mark:before {
    content: "\e194"
}
.glyphicon-registration-mark:before {
    content: "\e195"
}
.glyphicon-cloud-download:before {
    content: "\e197"
}
.glyphicon-cloud-upload:before {
    content: "\e198"
}
.glyphicon-tree-conifer:before {
    content: "\e199"
}
.glyphicon-tree-deciduous:before {
    content: "\e200"
}
.glyphicon-cd:before {
    content: "\e201"
}
.glyphicon-save-file:before {
    content: "\e202"
}
.glyphicon-open-file:before {
    content: "\e203"
}
.glyphicon-level-up:before {
    content: "\e204"
}
.glyphicon-copy:before {
    content: "\e205"
}
.glyphicon-paste:before {
    content: "\e206"
}
.glyphicon-alert:before {
    content: "\e209"
}
.glyphicon-equalizer:before {
    content: "\e210"
}
.glyphicon-king:before {
    content: "\e211"
}
.glyphicon-queen:before {
    content: "\e212"
}
.glyphicon-pawn:before {
    content: "\e213"
}
.glyphicon-bishop:before {
    content: "\e214"
}
.glyphicon-knight:before {
    content: "\e215"
}
.glyphicon-baby-formula:before {
    content: "\e216"
}
.glyphicon-tent:before {
    content: "\26fa"
}
.glyphicon-blackboard:before {
    content: "\e218"
}
.glyphicon-bed:before {
    content: "\e219"
}
.glyphicon-apple:before {
    content: "\f8ff"
}
.glyphicon-erase:before {
    content: "\e221"
}
.glyphicon-hourglass:before {
    content: "\231b"
}
.glyphicon-lamp:before {
    content: "\e223"
}
.glyphicon-duplicate:before {
    content: "\e224"
}
.glyphicon-piggy-bank:before {
    content: "\e225"
}
.glyphicon-scissors:before {
    content: "\e226"
}
.glyphicon-bitcoin:before {
    content: "\e227"
}
.glyphicon-btc:before {
    content: "\e227"
}
.glyphicon-xbt:before {
    content: "\e227"
}
.glyphicon-yen:before {
    content: "\00a5"
}
.glyphicon-jpy:before {
    content: "\00a5"
}
.glyphicon-ruble:before {
    content: "\20bd"
}
.glyphicon-rub:before {
    content: "\20bd"
}
.glyphicon-scale:before {
    content: "\e230"
}
.glyphicon-ice-lolly:before {
    content: "\e231"
}
.glyphicon-ice-lolly-tasted:before {
    content: "\e232"
}
.glyphicon-education:before {
    content: "\e233"
}
.glyphicon-option-horizontal:before {
    content: "\e234"
}
.glyphicon-option-vertical:before {
    content: "\e235"
}
.glyphicon-menu-hamburger:before {
    content: "\e236"
}
.glyphicon-modal-window:before {
    content: "\e237"
}
.glyphicon-oil:before {
    content: "\e238"
}
.glyphicon-grain:before {
    content: "\e239"
}
.glyphicon-sunglasses:before {
    content: "\e240"
}
.glyphicon-text-size:before {
    content: "\e241"
}
.glyphicon-text-color:before {
    content: "\e242"
}
.glyphicon-text-background:before {
    content: "\e243"
}
.glyphicon-object-align-top:before {
    content: "\e244"
}
.glyphicon-object-align-bottom:before {
    content: "\e245"
}
.glyphicon-object-align-horizontal:before {
    content: "\e246"
}
.glyphicon-object-align-left:before {
    content: "\e247"
}
.glyphicon-object-align-vertical:before {
    content: "\e248"
}
.glyphicon-object-align-right:before {
    content: "\e249"
}
.glyphicon-triangle-right:before {
    content: "\e250"
}
.glyphicon-triangle-left:before {
    content: "\e251"
}
.glyphicon-triangle-bottom:before {
    content: "\e252"
}
.glyphicon-triangle-top:before {
    content: "\e253"
}
.glyphicon-console:before {
    content: "\e254"
}
.glyphicon-superscript:before {
    content: "\e255"
}
.glyphicon-subscript:before {
    content: "\e256"
}
.glyphicon-menu-left:before {
    content: "\e257"
}
.glyphicon-menu-right:before {
    content: "\e258"
}
.glyphicon-menu-down:before {
    content: "\e259"
}
.glyphicon-menu-up:before {
    content: "\e260"
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}
button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}
a {
    color: #337ab7;
    text-decoration: none
}
a:focus,
a:hover {
    color: #23527c;
    text-decoration: underline
}
a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}
figure {
    margin: 0
}
img {
    vertical-align: middle
}
.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto
}
.img-rounded {
    border-radius: 6px
}
.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}
.img-circle {
    border-radius: 50%
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}
[role=button] {
    cursor: pointer
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
    font-size: 65%
}
.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px
}
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-size: 75%
}
.h1,
h1 {
    font-size: 36px
}
.h2,
h2 {
    font-size: 30px
}
.h3,
h3 {
    font-size: 24px
}
.h4,
h4 {
    font-size: 18px
}
.h5,
h5 {
    font-size: 14px
}
.h6,
h6 {
    font-size: 12px
}
p {
    margin: 0 0 10px
}
.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}
@media (min-width: 768px) {
    .lead {
        font-size: 21px
    }
}
.small,
small {
    font-size: 85%
}
.mark,
mark {
    padding: .2em;
    background-color: #fcf8e3
}
.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-muted {
    color: #777
}
.text-primary {
    color: #337ab7
}
a.text-primary:focus,
a.text-primary:hover {
    color: #286090
}
.text-success {
    color: #3c763d
}
a.text-success:focus,
a.text-success:hover {
    color: #2b542c
}
.text-info {
    color: #31708f
}
a.text-info:focus,
a.text-info:hover {
    color: #245269
}
.text-warning {
    color: #8a6d3b
}
a.text-warning:focus,
a.text-warning:hover {
    color: #66512c
}
.text-danger {
    color: #a94442
}
a.text-danger:focus,
a.text-danger:hover {
    color: #843534
}
.bg-primary {
    color: #fff;
    background-color: #337ab7
}
a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #286090
}
.bg-success {
    background-color: #dff0d8
}
a.bg-success:focus,
a.bg-success:hover {
    background-color: #c1e2b3
}
.bg-info {
    background-color: #d9edf7
}
a.bg-info:focus,
a.bg-info:hover {
    background-color: #afd9ee
}
.bg-warning {
    background-color: #fcf8e3
}
a.bg-warning:focus,
a.bg-warning:hover {
    background-color: #f7ecb5
}
.bg-danger {
    background-color: #f2dede
}
a.bg-danger:focus,
a.bg-danger:hover {
    background-color: #e4b9b9
}
.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 0px solid #eee
}
ol,
ul {
    margin-top: 0;
    margin-bottom: 10px
}
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}
.list-unstyled {
    padding-left: 0;
    list-style: none
}
.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none
}
.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px
}
dl {
    margin-top: 0;
    margin-bottom: 20px
}
dd,
dt {
    line-height: 1.42857143
}
dt {
    font-weight: 700
}
dd {
    margin-left: 0
}
@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap
    }
    .dl-horizontal dd {
        margin-left: 180px
    }
}
abbr[data-original-title],
abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777
}
.initialism {
    font-size: 90%;
    text-transform: uppercase
}
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}
blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
    margin-bottom: 0
}
blockquote .small,
blockquote footer,
blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777
}
blockquote .small:before,
blockquote footer:before,
blockquote small:before {
    content: '\2014 \00A0'
}
.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    text-align: right;
    border-right: 5px solid #eee;
    border-left: 0
}
.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
    content: ''
}
.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
    content: '\00A0 \2014'
}
address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143
}
code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}
code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}
kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25)
}
kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    -webkit-box-shadow: none;
    box-shadow: none
}
pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}
pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}
.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}
@media (min-width: 768px) {
    .container {
        width: 750px
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px
    }
}
.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}
.row {
    margin-right: -15px;
    margin-left: -15px
}
.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,
.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,
.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,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}
.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
}
.col-xs-12 {
    width: 100%
}
.col-xs-11 {
    width: 91.66666667%
}
.col-xs-10 {
    width: 83.33333333%
}
.col-xs-9 {
    width: 75%
}
.col-xs-8 {
    width: 66.66666667%
}
.col-xs-7 {
    width: 58.33333333%
}
.col-xs-6 {
    width: 50%
}
.col-xs-5 {
    width: 41.66666667%
}
.col-xs-4 {
    width: 33.33333333%
}
.col-xs-3 {
    width: 25%
}
.col-xs-2 {
    width: 16.66666667%
}
.col-xs-1 {
    width: 8.33333333%
}
.col-xs-pull-12 {
    right: 100%
}
.col-xs-pull-11 {
    right: 91.66666667%
}
.col-xs-pull-10 {
    right: 83.33333333%
}
.col-xs-pull-9 {
    right: 75%
}
.col-xs-pull-8 {
    right: 66.66666667%
}
.col-xs-pull-7 {
    right: 58.33333333%
}
.col-xs-pull-6 {
    right: 50%
}
.col-xs-pull-5 {
    right: 41.66666667%
}
.col-xs-pull-4 {
    right: 33.33333333%
}
.col-xs-pull-3 {
    right: 25%
}
.col-xs-pull-2 {
    right: 16.66666667%
}
.col-xs-pull-1 {
    right: 8.33333333%
}
.col-xs-pull-0 {
    right: auto
}
.col-xs-push-12 {
    left: 100%
}
.col-xs-push-11 {
    left: 91.66666667%
}
.col-xs-push-10 {
    left: 83.33333333%
}
.col-xs-push-9 {
    left: 75%
}
.col-xs-push-8 {
    left: 66.66666667%
}
.col-xs-push-7 {
    left: 58.33333333%
}
.col-xs-push-6 {
    left: 50%
}
.col-xs-push-5 {
    left: 41.66666667%
}
.col-xs-push-4 {
    left: 33.33333333%
}
.col-xs-push-3 {
    left: 25%
}
.col-xs-push-2 {
    left: 16.66666667%
}
.col-xs-push-1 {
    left: 8.33333333%
}
.col-xs-push-0 {
    left: auto
}
.col-xs-offset-12 {
    margin-left: 100%
}
.col-xs-offset-11 {
    margin-left: 91.66666667%
}
.col-xs-offset-10 {
    margin-left: 83.33333333%
}
.col-xs-offset-9 {
    margin-left: 75%
}
.col-xs-offset-8 {
    margin-left: 66.66666667%
}
.col-xs-offset-7 {
    margin-left: 58.33333333%
}
.col-xs-offset-6 {
    margin-left: 50%
}
.col-xs-offset-5 {
    margin-left: 41.66666667%
}
.col-xs-offset-4 {
    margin-left: 33.33333333%
}
.col-xs-offset-3 {
    margin-left: 25%
}
.col-xs-offset-2 {
    margin-left: 16.66666667%
}
.col-xs-offset-1 {
    margin-left: 8.33333333%
}
.col-xs-offset-0 {
    margin-left: 0
}
@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-11 {
        width: 91.66666667%
    }
    .col-sm-10 {
        width: 83.33333333%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-8 {
        width: 66.66666667%
    }
    .col-sm-7 {
        width: 58.33333333%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-5 {
        width: 41.66666667%
    }
    .col-sm-4 {
        width: 33.33333333%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-2 {
        width: 16.66666667%
    }
    .col-sm-1 {
        width: 8.33333333%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-pull-11 {
        right: 91.66666667%
    }
    .col-sm-pull-10 {
        right: 83.33333333%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-8 {
        right: 66.66666667%
    }
    .col-sm-pull-7 {
        right: 58.33333333%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-5 {
        right: 41.66666667%
    }
    .col-sm-pull-4 {
        right: 33.33333333%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-2 {
        right: 16.66666667%
    }
    .col-sm-pull-1 {
        right: 8.33333333%
    }
    .col-sm-pull-0 {
        right: auto
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-push-11 {
        left: 91.66666667%
    }
    .col-sm-push-10 {
        left: 83.33333333%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-8 {
        left: 66.66666667%
    }
    .col-sm-push-7 {
        left: 58.33333333%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-5 {
        left: 41.66666667%
    }
    .col-sm-push-4 {
        left: 33.33333333%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-2 {
        left: 16.66666667%
    }
    .col-sm-push-1 {
        left: 8.33333333%
    }
    .col-sm-push-0 {
        left: auto
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }
    .col-sm-offset-0 {
        margin-left: 0
    }
}
@media (min-width: 992px) {
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-11 {
        width: 91.66666667%
    }
    .col-md-10 {
        width: 83.33333333%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-8 {
        width: 66.66666667%
    }
    .col-md-7 {
        width: 58.33333333%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-5 {
        width: 41.66666667%
    }
    .col-md-4 {
        width: 33.33333333%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-2 {
        width: 16.66666667%
    }
    .col-md-1 {
        width: 8.33333333%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-pull-11 {
        right: 91.66666667%
    }
    .col-md-pull-10 {
        right: 83.33333333%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-8 {
        right: 66.66666667%
    }
    .col-md-pull-7 {
        right: 58.33333333%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-5 {
        right: 41.66666667%
    }
    .col-md-pull-4 {
        right: 33.33333333%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-2 {
        right: 16.66666667%
    }
    .col-md-pull-1 {
        right: 8.33333333%
    }
    .col-md-pull-0 {
        right: auto
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-push-11 {
        left: 91.66666667%
    }
    .col-md-push-10 {
        left: 83.33333333%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-8 {
        left: 66.66666667%
    }
    .col-md-push-7 {
        left: 58.33333333%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-5 {
        left: 41.66666667%
    }
    .col-md-push-4 {
        left: 33.33333333%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-2 {
        left: 16.66666667%
    }
    .col-md-push-1 {
        left: 8.33333333%
    }
    .col-md-push-0 {
        left: auto
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%
    }
    .col-md-offset-0 {
        margin-left: 0
    }
}
@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-11 {
        width: 91.66666667%
    }
    .col-lg-10 {
        width: 83.33333333%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-8 {
        width: 66.66666667%
    }
    .col-lg-7 {
        width: 58.33333333%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-5 {
        width: 41.66666667%
    }
    .col-lg-4 {
        width: 33.33333333%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-2 {
        width: 16.66666667%
    }
    .col-lg-1 {
        width: 8.33333333%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-pull-11 {
        right: 91.66666667%
    }
    .col-lg-pull-10 {
        right: 83.33333333%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-8 {
        right: 66.66666667%
    }
    .col-lg-pull-7 {
        right: 58.33333333%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-5 {
        right: 41.66666667%
    }
    .col-lg-pull-4 {
        right: 33.33333333%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-2 {
        right: 16.66666667%
    }
    .col-lg-pull-1 {
        right: 8.33333333%
    }
    .col-lg-pull-0 {
        right: auto
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-push-11 {
        left: 91.66666667%
    }
    .col-lg-push-10 {
        left: 83.33333333%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-8 {
        left: 66.66666667%
    }
    .col-lg-push-7 {
        left: 58.33333333%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-5 {
        left: 41.66666667%
    }
    .col-lg-push-4 {
        left: 33.33333333%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-2 {
        left: 16.66666667%
    }
    .col-lg-push-1 {
        left: 8.33333333%
    }
    .col-lg-push-0 {
        left: auto
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }
    .col-lg-offset-0 {
        margin-left: 0
    }
}
table {
    background-color: transparent
}
caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}
th {
    text-align: left
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}
.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}
.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
    border-top: 0
}
.table>tbody+tbody {
    border-top: 2px solid #ddd
}
.table .table {
    background-color: #fff
}
.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
    padding: 5px
}
.table-bordered {
    border: 1px solid #ddd
}
.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: 1px solid #ddd
}
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border-bottom-width: 2px
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9
}
.table-hover>tbody>tr:hover {
    background-color: #f5f5f5
}
table col[class*=col-] {
    position: static;
    display: table-column;
    float: none
}
table td[class*=col-],
table th[class*=col-] {
    position: static;
    display: table-cell;
    float: none
}
.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>thead>tr>td.active,
.table>thead>tr>th.active {
    background-color: #f5f5f5
}
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr.active:hover>th,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover {
    background-color: #e8e8e8
}
.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>thead>tr>td.success,
.table>thead>tr>th.success {
    background-color: #dff0d8
}
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr.success:hover>th,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover {
    background-color: #d0e9c6
}
.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>thead>tr>td.info,
.table>thead>tr>th.info {
    background-color: #d9edf7
}
.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr.info:hover>th,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover {
    background-color: #c4e3f3
}
.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>thead>tr>td.warning,
.table>thead>tr>th.warning {
    background-color: #fcf8e3
}
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr.warning:hover>th,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover {
    background-color: #faf2cc
}
.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>thead>tr>td.danger,
.table>thead>tr>th.danger {
    background-color: #f2dede
}
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr.danger:hover>th,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover {
    background-color: #ebcccc
}
.table-responsive {
    min-height: .01%;
    overflow-x: auto
}
@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }
    .table-responsive>.table {
        margin-bottom: 0
    }
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>thead>tr>th {
        white-space: nowrap
    }
    .table-responsive>.table-bordered {
        border: 0
    }
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>thead>tr>th:first-child {
        border-left: 0
    }
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>thead>tr>th:last-child {
        border-right: 0
    }
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th {
        border-bottom: 0
    }
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}
input[type=search] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
input[type=checkbox],
input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal
}
input[type=file] {
    display: block
}
input[type=range] {
    display: block;
    width: 100%
}
select[multiple],
select[size] {
    height: auto
}
input[type=file]:focus,
input[type=checkbox]:focus,
input[type=radio]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}
output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6)
}
.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}
.form-control:-ms-input-placeholder {
    color: #999
}
.form-control::-webkit-input-placeholder {
    color: #999
}
.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1
}
.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed
}
textarea.form-control {
    height: auto
}
input[type=search] {
    -webkit-appearance: none
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type=date].form-control,
    input[type=time].form-control,
    input[type=datetime-local].form-control,
    input[type=month].form-control {
        line-height: 34px
    }
    .input-group-sm input[type=date],
    .input-group-sm input[type=time],
    .input-group-sm input[type=datetime-local],
    .input-group-sm input[type=month],
    input[type=date].input-sm,
    input[type=time].input-sm,
    input[type=datetime-local].input-sm,
    input[type=month].input-sm {
        line-height: 30px
    }
    .input-group-lg input[type=date],
    .input-group-lg input[type=time],
    .input-group-lg input[type=datetime-local],
    .input-group-lg input[type=month],
    input[type=date].input-lg,
    input[type=time].input-lg,
    input[type=datetime-local].input-lg,
    input[type=month].input-lg {
        line-height: 46px
    }
}
.form-group {
    margin-bottom: 15px
}
.checkbox,
.radio {
    position: relative;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px
}
.checkbox label,
.radio label {
    min-height: 20px;
    padding-left: 0px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
    position: absolute;
    margin-top: 4px\9;
    margin-left: 0px
}
.checkbox+.checkbox,
.radio+.radio {
    margin-top: -5px
}
.checkbox-inline,
.radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-right; 0px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer
}
.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 0px
}
fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
    cursor: not-allowed
}
.checkbox-inline.disabled,
.radio-inline.disabled,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio-inline {
    cursor: not-allowed
}
.checkbox.disabled label,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
    cursor: not-allowed
}
.form-control-static {
    min-height: 34px;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0
}
.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-right: 0;
    padding-left: 0
}
.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}
select.input-sm {
    height: 30px;
    line-height: 30px
}
select[multiple].input-sm,
textarea.input-sm {
    height: auto
}
.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}
.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}
.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
    height: auto
}
.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5
}
.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}
select.input-lg {
    height: 46px;
    line-height: 46px
}
select[multiple].input-lg,
textarea.input-lg {
    height: auto
}
.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}
.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px
}
.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
    height: auto
}
.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333
}
.has-feedback {
    position: relative
}
.has-feedback .form-control {
    padding-right: 42.5px
}
.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}
.form-group-lg .form-control+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.input-lg+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}
.form-group-sm .form-control+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.input-sm+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}
.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
    color: #3c763d
}
.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}
.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168
}
.has-success .input-group-addon {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #3c763d
}
.has-success .form-control-feedback {
    color: #3c763d
}
.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
    color: #8a6d3b
}
.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}
.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b
}
.has-warning .input-group-addon {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #8a6d3b
}
.has-warning .form-control-feedback {
    color: #8a6d3b
}
.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
    color: #a94442
}
.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}
.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483
}
.has-error .input-group-addon {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442
}
.has-error .form-control-feedback {
    color: #a94442
}
.has-feedback label ~ .form-control-feedback {
    top: 25px
}
.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}
@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .form-control-static {
        display: inline-block
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .form-inline .input-group .form-control,
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn {
        width: auto
    }
    .form-inline .input-group>.form-control {
        width: 100%
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .checkbox,
    .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .checkbox label,
    .form-inline .radio label {
        padding-left: 0
    }
    .form-inline .checkbox input[type=checkbox],
    .form-inline .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}
.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0
}
.form-horizontal .checkbox,
.form-horizontal .radio {
    min-height: 27px
}
.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px
}
@media (min-width: 768px) {
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: right
    }
}
.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}
@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px
    }
}
@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px
    }
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}
.btn.focus,
.btn:focus,
.btn:hover {
    color: #333;
    text-decoration: none
}
.btn.active,
.btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65
}
a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}
.btn-default.focus,
.btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c
}
.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}
.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}
.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
    background-image: none
}
.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc
}
.btn-default .badge {
    color: #fff;
    background-color: #333
}
.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}
.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40
}
.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}
.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40
}
.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
    background-image: none
}
.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #337ab7;
    border-color: #2e6da4
}
.btn-primary .badge {
    color: #337ab7;
    background-color: #fff
}
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}
.btn-success.focus,
.btn-success:focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625
}
.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}
.btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}
.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.dropdown-toggle.btn-success.focus,
.open>.dropdown-toggle.btn-success:focus,
.open>.dropdown-toggle.btn-success:hover {
    color: #fff;
    background-color: #398439;
    border-color: #255625
}
.btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-success {
    background-image: none
}
.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c
}
.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}
.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}
.btn-info.focus,
.btn-info:focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85
}
.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}
.btn-info.active,
.btn-info:active,
.open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}
.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.dropdown-toggle.btn-info.focus,
.open>.dropdown-toggle.btn-info:focus,
.open>.dropdown-toggle.btn-info:hover {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85
}
.btn-info.active,
.btn-info:active,
.open>.dropdown-toggle.btn-info {
    background-image: none
}
.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da
}
.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}
.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}
.btn-warning.focus,
.btn-warning:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d
}
.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}
.btn-warning.active,
.btn-warning:active,
.open>.dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}
.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open>.dropdown-toggle.btn-warning.focus,
.open>.dropdown-toggle.btn-warning:focus,
.open>.dropdown-toggle.btn-warning:hover {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d
}
.btn-warning.active,
.btn-warning:active,
.open>.dropdown-toggle.btn-warning {
    background-image: none
}
.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236
}
.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}
.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}
.btn-danger.focus,
.btn-danger:focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19
}
.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}
.btn-danger.active,
.btn-danger:active,
.open>.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}
.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open>.dropdown-toggle.btn-danger.focus,
.open>.dropdown-toggle.btn-danger:focus,
.open>.dropdown-toggle.btn-danger:hover {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19
}
.btn-danger.active,
.btn-danger:active,
.open>.dropdown-toggle.btn-danger {
    background-image: none
}
.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a
}
.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}
.btn-link {
    font-weight: 400;
    color: #337ab7;
    border-radius: 0
}
.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}
.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
    border-color: transparent
}
.btn-link:focus,
.btn-link:hover {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent
}
.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
    color: #777;
    text-decoration: none
}
.btn-group-lg>.btn,
.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}
.btn-group-sm>.btn,
.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}
.btn-group-xs>.btn,
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}
.btn-block {
    display: block;
    width: 100%
}
.btn-block+.btn-block {
    margin-top: 5px
}
input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}
.fade.in {
    opacity: 1
}
.collapse {
    display: none
}
.collapse.in {
    display: block
}
tr.collapse.in {
    display: table-row
}
tbody.collapse.in {
    display: table-row-group
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}
.dropdown,
.dropup {
    position: relative
}
.dropdown-toggle:focus {
    outline: 0
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175)
}
.dropdown-menu.pull-right {
    right: 0;
    left: auto
}
.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}
.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5
}
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0
}
.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    color: #777
}
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent;
    background-image: none;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false)
}
.open>.dropdown-menu {
    display: block
}
.open>a {
    outline: 0
}
.dropdown-menu-right {
    right: 0;
    left: auto
}
.dropdown-menu-left {
    right: auto;
    left: 0
}
.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 122px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap
}
.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990
}
.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid\9
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}
@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }
    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0
    }
}
.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}
.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    float: left
}
.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
    z-index: 2
}
.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-left: -1px
}
.btn-toolbar {
    margin-left: -5px
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left
}
.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
    margin-left: 5px
}
.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}
.btn-group>.btn:first-child {
    margin-left: 0
}
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}
.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}
.btn-group>.btn-group {
    float: left
}
.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}
.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}
.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0
}
.btn-group>.btn+.dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px
}
.btn-group>.btn-lg+.dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px
}
.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}
.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}
.btn .caret {
    margin-left: 0
}
.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}
.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}
.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}
.btn-group-vertical>.btn-group>.btn {
    float: none
}
.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}
.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0
}
.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}
.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}
.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}
.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}
.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}
.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
    display: table-cell;
    float: none;
    width: 1%
}
.btn-group-justified>.btn-group .btn {
    width: 100%
}
.btn-group-justified>.btn-group .dropdown-menu {
    left: auto
}
[data-toggle=buttons]>.btn input[type=checkbox],
[data-toggle=buttons]>.btn input[type=radio],
[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],
[data-toggle=buttons]>.btn-group>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}
.input-group[class*=col-] {
    float: none;
    padding-right: 0;
    padding-left: 0
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}
.input-group .form-control:focus {
    z-index: 3
}
.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}
select.input-group-lg>.form-control,
select.input-group-lg>.input-group-addon,
select.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    line-height: 46px
}
select[multiple].input-group-lg>.form-control,
select[multiple].input-group-lg>.input-group-addon,
select[multiple].input-group-lg>.input-group-btn>.btn,
textarea.input-group-lg>.form-control,
textarea.input-group-lg>.input-group-addon,
textarea.input-group-lg>.input-group-btn>.btn {
    height: auto
}
.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}
select.input-group-sm>.form-control,
select.input-group-sm>.input-group-addon,
select.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    line-height: 30px
}
select[multiple].input-group-sm>.form-control,
select[multiple].input-group-sm>.input-group-addon,
select[multiple].input-group-sm>.input-group-btn>.btn,
textarea.input-group-sm>.form-control,
textarea.input-group-sm>.input-group-addon,
textarea.input-group-sm>.input-group-btn>.btn {
    height: auto
}
.input-group .form-control,
.input-group-addon,
.input-group-btn {
    display: table-cell
}
.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0
}
.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}
.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}
.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px
}
.input-group-addon input[type=checkbox],
.input-group-addon input[type=radio] {
    margin-top: 0
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}
.input-group-addon:first-child {
    border-right: 0
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}
.input-group-addon:last-child {
    border-left: 0
}
.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}
.input-group-btn>.btn {
    position: relative
}
.input-group-btn>.btn+.btn {
    margin-left: -1px
}
.input-group-btn>.btn:active,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:hover {
    z-index: 2
}
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
    margin-right: -1px
}
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px
}
.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}
.nav>li {
    position: relative;
    display: block
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}
.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: #eee
}
.nav>li.disabled>a {
    color: #777
}
.nav>li.disabled>a:focus,
.nav>li.disabled>a:hover {
    color: #777;
    text-decoration: none;
    cursor: not-allowed;
    background-color: transparent
}
.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: #eee;
    border-color: #337ab7
}
.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}
.nav>li>a>img {
    max-width: none
}
.nav-tabs {
    border-bottom: 1px solid #ddd
}
.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}
.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}
.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent
}
.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}
.nav-tabs.nav-justified>li {
    float: none
}
.nav-tabs.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center
}
.nav-tabs.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}
@media (min-width: 768px) {
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }
    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}
.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}
.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover {
    border: 1px solid #ddd
}
@media (min-width: 768px) {
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }
    .nav-tabs.nav-justified>.active>a,
    .nav-tabs.nav-justified>.active>a:focus,
    .nav-tabs.nav-justified>.active>a:hover {
        border-bottom-color: #fff
    }
}
.nav-pills>li {
    float: left
}
.nav-pills>li>a {
    border-radius: 4px
}
.nav-pills>li+li {
    margin-left: 2px
}
.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #337ab7
}
.nav-stacked>li {
    float: none
}
.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}
.nav-justified {
    width: 100%
}
.nav-justified>li {
    float: none
}
.nav-justified>li>a {
    margin-bottom: 5px;
    text-align: center
}
.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}
@media (min-width: 768px) {
    .nav-justified>li {
        display: table-cell;
        width: 1%
    }
    .nav-justified>li>a {
        margin-bottom: 0
    }
}
.nav-tabs-justified {
    border-bottom: 0
}
.nav-tabs-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}
.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:focus,
.nav-tabs-justified>.active>a:hover {
    border: 1px solid #ddd
}
@media (min-width: 768px) {
    .nav-tabs-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }
    .nav-tabs-justified>.active>a,
    .nav-tabs-justified>.active>a:focus,
    .nav-tabs-justified>.active>a:hover {
        border-bottom-color: #fff
    }
}
.tab-content>.tab-pane {
    display: none
}
.tab-content>.active {
    display: block
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}
@media (min-width: 768px) {
    .navbar {
        border-radius: 4px
    }
}
@media (min-width: 768px) {
    .navbar-header {
        float: left
    }
}
.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    -webkit-overflow-scrolling: touch;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1)
}
.navbar-collapse.in {
    overflow-y: auto
}
@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }
    .navbar-collapse.in {
        overflow-y: visible
    }
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse {
        padding-right: 0;
        padding-left: 0
    }
}
.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
    max-height: 340px
}
@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 200px
    }
}
.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header {
    margin-right: -15px;
    margin-left: -15px
}
@media (min-width: 768px) {
    .container-fluid>.navbar-collapse,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container>.navbar-header {
        margin-right: 0;
        margin-left: 0
    }
}
.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}
@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0
    }
}
.navbar-fixed-bottom,
.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}
@media (min-width: 768px) {
    .navbar-fixed-bottom,
    .navbar-fixed-top {
        border-radius: 0
    }
}
.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}
.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}
.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px
}
.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}
.navbar-brand>img {
    display: block
}
@media (min-width: 768px) {
    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: -15px
    }
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}
.navbar-toggle:focus {
    outline: 0
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}
@media (min-width: 768px) {
    .navbar-toggle {
        display: none
    }
}
.navbar-nav {
    margin: 7.5px -15px
}
.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}
@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu>li>a {
        padding: 5px 15px 5px 25px
    }
    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px
    }
    .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-nav .open .dropdown-menu>li>a:hover {
        background-image: none
    }
}
@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }
    .navbar-nav>li {
        float: left
    }
    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px
    }
}
.navbar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1)
}
@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .navbar-form .form-control-static {
        display: inline-block
    }
    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .navbar-form .input-group .form-control,
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn {
        width: auto
    }
    .navbar-form .input-group>.form-control {
        width: 100%
    }
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .checkbox,
    .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .checkbox label,
    .navbar-form .radio label {
        padding-left: 0
    }
    .navbar-form .checkbox input[type=checkbox],
    .navbar-form .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }
    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}
@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }
    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}
@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}
.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}
.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    margin-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}
.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}
.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px
}
.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px
}
.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}
@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px
    }
}
@media (min-width: 768px) {
    .navbar-left {
        float: left !important
    }
    .navbar-right {
        float: right !important;
        margin-right: -15px
    }
    .navbar-right ~ .navbar-right {
        margin-right: 0
    }
}
.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}
.navbar-default .navbar-brand {
    color: #777
}
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    color: #5e5e5e;
    background-color: transparent
}
.navbar-default .navbar-text {
    color: #777
}
.navbar-default .navbar-nav>li>a {
    color: #777
}
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #333;
    background-color: transparent
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    background-color: #e7e7e7
}
.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:focus,
.navbar-default .navbar-nav>.disabled>a:hover {
    color: #ccc;
    background-color: transparent
}
.navbar-default .navbar-toggle {
    border-color: #ddd
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #ddd
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7
}
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #555;
    background-color: #e7e7e7
}
@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #333;
        background-color: transparent
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #555;
        background-color: #e7e7e7
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #ccc;
        background-color: transparent
    }
}
.navbar-default .navbar-link {
    color: #777
}
.navbar-default .navbar-link:hover {
    color: #333
}
.navbar-default .btn-link {
    color: #777
}
.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
    color: #333
}
.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
    color: #ccc
}
.navbar-inverse {
    background-color: #222;
    border-color: #080808
}
.navbar-inverse .navbar-brand {
    color: #9d9d9d
}
.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
    color: #fff;
    background-color: transparent
}
.navbar-inverse .navbar-text {
    color: #9d9d9d
}
.navbar-inverse .navbar-nav>li>a {
    color: #9d9d9d
}
.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent
}
.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #080808
}
.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:focus,
.navbar-inverse .navbar-nav>.disabled>a:hover {
    color: #444;
    background-color: transparent
}
.navbar-inverse .navbar-toggle {
    border-color: #333
}
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: #333
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010
}
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: #080808
}
@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #080808
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #9d9d9d
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #fff;
        background-color: transparent
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #fff;
        background-color: #080808
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #444;
        background-color: transparent
    }
}
.navbar-inverse .navbar-link {
    color: #9d9d9d
}
.navbar-inverse .navbar-link:hover {
    color: #fff
}
.navbar-inverse .btn-link {
    color: #9d9d9d
}
.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
    color: #fff
}
.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
    color: #444
}
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}
.breadcrumb>li {
    display: inline-block
}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0"
}
.breadcrumb>.active {
    color: #777
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}
.pagination>li {
    display: inline
}
.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}
.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}
.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7
}
.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}
.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}
.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}
.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}
.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}
.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}
.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}
.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none
}
.pager li {
    display: inline
}
.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}
.pager li>a:focus,
.pager li>a:hover {
    text-decoration: none;
    background-color: #eee
}
.pager .next>a,
.pager .next>span {
    float: right
}
.pager .previous>a,
.pager .previous>span {
    float: left
}
.pager .disabled>a,
.pager .disabled>a:focus,
.pager .disabled>a:hover,
.pager .disabled>span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff
}
.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}
a.label:focus,
a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}
.label:empty {
    display: none
}
.btn .label {
    position: relative;
    top: -1px
}
.label-default {
    background-color: #777
}
.label-default[href]:focus,
.label-default[href]:hover {
    background-color: #5e5e5e
}
.label-primary {
    background-color: #337ab7
}
.label-primary[href]:focus,
.label-primary[href]:hover {
    background-color: #286090
}
.label-success {
    background-color: #5cb85c
}
.label-success[href]:focus,
.label-success[href]:hover {
    background-color: #449d44
}
.label-info {
    background-color: #5bc0de
}
.label-info[href]:focus,
.label-info[href]:hover {
    background-color: #31b0d5
}
.label-warning {
    background-color: #f0ad4e
}
.label-warning[href]:focus,
.label-warning[href]:hover {
    background-color: #ec971f
}
.label-danger {
    background-color: #d9534f
}
.label-danger[href]:focus,
.label-danger[href]:hover {
    background-color: #c9302c
}
.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px
}
.badge:empty {
    display: none
}
.btn .badge {
    position: relative;
    top: -1px
}
.btn-group-xs>.btn .badge,
.btn-xs .badge {
    top: 0;
    padding: 1px 5px
}
a.badge:focus,
a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}
.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
    color: #337ab7;
    background-color: #fff
}
.list-group-item>.badge {
    float: right
}
.list-group-item>.badge+.badge {
    margin-right: 5px
}
.nav-pills>li>a>.badge {
    margin-left: 3px
}
.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee
}
.jumbotron .h1,
.jumbotron h1 {
    color: inherit
}
.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200
}
.jumbotron>hr {
    border-top-color: #d5d5d5
}
.container .jumbotron,
.container-fluid .jumbotron {
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 6px
}
.jumbotron .container {
    max-width: 100%
}
@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }
    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-right: 60px;
        padding-left: 60px
    }
    .jumbotron .h1,
    .jumbotron h1 {
        font-size: 63px
    }
}
.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}
.thumbnail a>img,
.thumbnail>img {
    margin-right: auto;
    margin-left: auto
}
a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
    border-color: #337ab7
}
.thumbnail .caption {
    padding: 9px;
    color: #333
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}
.alert h4 {
    margin-top: 0;
    color: inherit
}
.alert .alert-link {
    font-weight: 700
}
.alert>p,
.alert>ul {
    margin-bottom: 0
}
.alert>p+p {
    margin-top: 5px
}
.alert-dismissable,
.alert-dismissible {
    padding-right: 35px
}
.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}
.alert-success hr {
    border-top-color: #c9e2b3
}
.alert-success .alert-link {
    color: #2b542c
}
.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}
.alert-info hr {
    border-top-color: #a6e1ec
}
.alert-info .alert-link {
    color: #245269
}
.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}
.alert-warning hr {
    border-top-color: #f7e1b5
}
.alert-warning .alert-link {
    color: #66512c
}
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}
.alert-danger hr {
    border-top-color: #e4b9c0
}
.alert-danger .alert-link {
    color: #843534
}
@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}
@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}
.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1)
}
.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width .6s ease;
    transition: width .6s ease
}
.progress-bar-striped,
.progress-striped .progress-bar {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px
}
.progress-bar.active,
.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}
.progress-bar-success {
    background-color: #5cb85c
}
.progress-striped .progress-bar-success {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}
.progress-bar-info {
    background-color: #5bc0de
}
.progress-striped .progress-bar-info {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}
.progress-bar-warning {
    background-color: #f0ad4e
}
.progress-striped .progress-bar-warning {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}
.progress-bar-danger {
    background-color: #d9534f
}
.progress-striped .progress-bar-danger {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}
.media {
    margin-top: 15px
}
.media:first-child {
    margin-top: 0
}
.media,
.media-body {
    overflow: hidden;
    zoom: 1
}
.media-body {
    width: 10000px
}
.media-object {
    display: block
}
.media-object.img-thumbnail {
    max-width: none
}
.media-right,
.media>.pull-right {
    padding-left: 10px
}
.media-left,
.media>.pull-left {
    padding-right: 10px
}
.media-body,
.media-left,
.media-right {
    display: table-cell;
    vertical-align: top
}
.media-middle {
    vertical-align: middle
}
.media-bottom {
    vertical-align: bottom
}
.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}
.media-list {
    padding-left: 0;
    list-style: none
}
.list-group {
    padding-left: 0;
    margin-bottom: 20px
}
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}
.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}
a.list-group-item,
button.list-group-item {
    color: #555
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
    color: #333
}
a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5
}
button.list-group-item {
    width: 100%;
    text-align: left
}
.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #eee
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
    color: inherit
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
    color: #777
}
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading>small {
    color: inherit
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
    color: #c7ddef
}
.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}
a.list-group-item-success,
button.list-group-item-success {
    color: #3c763d
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
    color: inherit
}
a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6
}
a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}
.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}
a.list-group-item-info,
button.list-group-item-info {
    color: #31708f
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
    color: inherit
}
a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3
}
a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}
.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}
a.list-group-item-warning,
button.list-group-item-warning {
    color: #8a6d3b
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
    color: inherit
}
a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}
.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}
a.list-group-item-danger,
button.list-group-item-danger {
    color: #a94442
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
    color: inherit
}
a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}
.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}
.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)
}
.panel-body {
    padding: 15px
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}
.panel-heading>.dropdown .dropdown-toggle {
    color: inherit
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}
.panel-title>.small,
.panel-title>.small>a,
.panel-title>a,
.panel-title>small,
.panel-title>small>a {
    color: inherit
}
.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}
.panel>.list-group,
.panel>.panel-collapse>.list-group {
    margin-bottom: 0
}
.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}
.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}
.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}
.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}
.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}
.list-group+.panel-footer {
    border-top-width: 0
}
.panel>.panel-collapse>.table,
.panel>.table,
.panel>.table-responsive>.table {
    margin-bottom: 0
}
.panel>.panel-collapse>.table caption,
.panel>.table caption,
.panel>.table-responsive>.table caption {
    padding-right: 15px;
    padding-left: 15px
}
.panel>.table-responsive:first-child>.table:first-child,
.panel>.table:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px
}
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px
}
.panel>.table-responsive:last-child>.table:last-child,
.panel>.table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 3px
}
.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
    border-top: 1px solid #ddd
}
.panel>.table>tbody:first-child>tr:first-child td,
.panel>.table>tbody:first-child>tr:first-child th {
    border-top: 0
}
.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
    border: 0
}
.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
    border-left: 0
}
.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
    border-right: 0
}
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
    border-bottom: 0
}
.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0
}
.panel>.table-responsive {
    margin-bottom: 0;
    border: 0
}
.panel-group {
    margin-bottom: 20px
}
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px
}
.panel-group .panel+.panel {
    margin-top: 5px
}
.panel-group .panel-heading {
    border-bottom: 0
}
.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid #ddd
}
.panel-group .panel-footer {
    border-top: 0
}
.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}
.panel-default {
    border-color: #ddd
}
.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd
}
.panel-default>.panel-heading .badge {
    color: #f5f5f5;
    background-color: #333
}
.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd
}
.panel-primary {
    border-color: #337ab7
}
.panel-primary>.panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}
.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #337ab7
}
.panel-primary>.panel-heading .badge {
    color: #337ab7;
    background-color: #fff
}
.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #337ab7
}
.panel-success {
    border-color: #d6e9c6
}
.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}
.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #d6e9c6
}
.panel-success>.panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d
}
.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d6e9c6
}
.panel-info {
    border-color: #bce8f1
}
.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}
.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #bce8f1
}
.panel-info>.panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f
}
.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bce8f1
}
.panel-warning {
    border-color: #faebcc
}
.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}
.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #faebcc
}
.panel-warning>.panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b
}
.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #faebcc
}
.panel-danger {
    border-color: #ebccd1
}
.panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}
.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ebccd1
}
.panel-danger>.panel-heading .badge {
    color: #f2dede;
    background-color: #a94442
}
.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ebccd1
}
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}
.embed-responsive-16by9 {
    padding-bottom: 56.25%
}
.embed-responsive-4by3 {
    padding-bottom: 75%
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05)
}
.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15)
}
.well-lg {
    padding: 24px;
    border-radius: 6px
}
.well-sm {
    padding: 9px;
    border-radius: 3px
}
.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2
}
.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5
}
button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0
}
.modal-open {
    overflow: hidden
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0
}
.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%)
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}
.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px solid #999;
    border: 0px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5)
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}
.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0
}
.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5
}
.modal-header {
    padding: 25px;
    border-bottom: 0px solid #ffffff
}
.modal-header .close {
    margin-top: -2px
}
.modal-title {
    margin: 0;
    line-height: 1.42857143
}
.modal-body {
    position: relative;
    padding: 15px
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 0px solid #ffffff
}
.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px
}
.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}
.modal-footer .btn-block+.btn-block {
    margin-left: 0
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5)
    }
    .modal-sm {
        width: 300px
    }
}
@media (min-width: 992px) {
    .modal-lg {
        width: 900px
    }
}
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    filter: alpha(opacity=0);
    opacity: 0;
    line-break: auto
}
.tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9
}
.tooltip.top {
    padding: 5px 0;
    margin-top: -3px
}
.tooltip.right {
    padding: 0 5px;
    margin-left: 3px
}
.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px
}
.tooltip.left {
    padding: 0 5px;
    margin-left: -3px
}
.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}
.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}
.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}
.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}
.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}
.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}
.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}
.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}
.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    line-break: auto
}
.popover.top {
    margin-top: -10px
}
.popover.right {
    margin-left: 10px
}
.popover.bottom {
    margin-top: 10px
}
.popover.left {
    margin-left: -10px
}
.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ffffff;
    border-radius: 5px 5px 0 0
}
.popover-content {
    padding: 9px 14px
}
.popover>.arrow,
.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}
.popover>.arrow {
    border-width: 11px
}
.popover>.arrow:after {
    content: "";
    border-width: 10px
}
.popover.top>.arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, 0.25);
    border-bottom-width: 0
}
.popover.top>.arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0
}
.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, 0.25);
    border-left-width: 0
}
.popover.right>.arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0
}
.popover.bottom>.arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.25)
}
.popover.bottom>.arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #fff
}
.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, 0.25)
}
.popover.left>.arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff
}
.carousel {
    position: relative
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}
.carousel-inner>.item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}
.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    line-height: 1
}
@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner>.item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        transition: -webkit-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px
    }
    .carousel-inner>.item.active.right,
    .carousel-inner>.item.next {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    .carousel-inner>.item.active.left,
    .carousel-inner>.item.prev {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    .carousel-inner>.item.active,
    .carousel-inner>.item.next.left,
    .carousel-inner>.item.prev.right {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block
}
.carousel-inner>.active {
    left: 0
}
.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}
.carousel-inner>.next {
    left: 100%
}
.carousel-inner>.prev {
    left: -100%
}
.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0
}
.carousel-inner>.active.left {
    left: -100%
}
.carousel-inner>.active.right {
    left: 100%
}
.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    background-color: transparent;
    filter: alpha(opacity=50);
    opacity: .5
}
.carousel-control.left {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x
}
.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x
}
.carousel-control:focus,
.carousel-control:hover {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: .9
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px
}
.carousel-control .icon-next,
.carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    font-family: serif;
    line-height: 1
}
.carousel-control .icon-prev:before {
    content: '\2039'
}
.carousel-control .icon-next:before {
    content: '\203a'
}
.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 10px
}
.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6)
}
.carousel-caption .btn {
    text-shadow: none
}
@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -10px
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -10px
    }
    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px
    }
    .carousel-indicators {
        bottom: 20px
    }
}
.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
    display: table;
    content: " "
}
.btn-group-vertical>.btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.modal-header:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
    clear: both
}
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto
}
.pull-right {
    float: right !important
}
.pull-left {
    float: left !important
}
.hide {
    display: none !important
}
.show {
    display: block !important
}
.invisible {
    visibility: hidden
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}
.hidden {
    display: none !important
}
.affix {
    position: fixed
}
@-ms-viewport {
    width: device-width
}
.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
    display: none !important
}
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none !important
}
@media (max-width: 767px) {
    .visible-xs {
        display: block !important
    }
    table.visible-xs {
        display: table !important
    }
    tr.visible-xs {
        display: table-row !important
    }
    td.visible-xs,
    th.visible-xs {
        display: table-cell !important
    }
}
@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important
    }
}
@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important
    }
}
@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important
    }
    table.visible-sm {
        display: table !important
    }
    tr.visible-sm {
        display: table-row !important
    }
    td.visible-sm,
    th.visible-sm {
        display: table-cell !important
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important
    }
    table.visible-md {
        display: table !important
    }
    tr.visible-md {
        display: table-row !important
    }
    td.visible-md,
    th.visible-md {
        display: table-cell !important
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}
@media (min-width: 1200px) {
    .visible-lg {
        display: block !important
    }
    table.visible-lg {
        display: table !important
    }
    tr.visible-lg {
        display: table-row !important
    }
    td.visible-lg,
    th.visible-lg {
        display: table-cell !important
    }
}
@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important
    }
}
@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important
    }
}
.visible-print {
    display: none !important
}
@media print {
    .visible-print {
        display: block !important
    }
    table.visible-print {
        display: table !important
    }
    tr.visible-print {
        display: table-row !important
    }
    td.visible-print,
    th.visible-print {
        display: table-cell !important
    }
}
.visible-print-block {
    display: none !important
}
@media print {
    .visible-print-block {
        display: block !important
    }
}
.visible-print-inline {
    display: none !important
}
@media print {
    .visible-print-inline {
        display: inline !important
    }
}
.visible-print-inline-block {
    display: none !important
}
@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}
@media print {
    .hidden-print {
        display: none !important
    }
}
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}
.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}
.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}
.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}
@-webkit-keyframes bounce {
    0%, 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: translateZ(0);
        transform: translateZ(0)
    }
    40%,
    43% {
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    40%,
    43%,
    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)
    }
    70% {
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}
@keyframes bounce {
    0%, 20%, 53%, 80%, 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: translateZ(0);
        transform: translateZ(0)
    }
    40%,
    43% {
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }
    40%,
    43%,
    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)
    }
    70% {
        -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;
    transform-origin: center bottom
}
@-webkit-keyframes flash {
    0%, 50%, to {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}
@keyframes flash {
    0%, 50%, to {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}
.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}
@keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}
.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}
@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(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: scaleX(1);
        transform: scaleX(1)
    }
}
@keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(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: scaleX(1);
        transform: scaleX(1)
    }
}
.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}
@-webkit-keyframes shake {
    0%, to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}
@keyframes shake {
    0%, to {
        -webkit-transform: translateZ(0);
        transform: translateZ(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: rotate(15deg);
        transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}
@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}
.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}
@-webkit-keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}
@keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}
.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}
@-webkit-keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}
@keyframes wobble {
    0% {
        -webkit-transform: none;
        transform: none
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }
    to {
        -webkit-transform: none;
        transform: none
    }
}
.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}
@-webkit-keyframes jello {
    0%, 11.1%, to {
        -webkit-transform: none;
        transform: none
    }
    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 {
    0%, 11.1%, to {
        -webkit-transform: none;
        transform: none
    }
    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;
    transform-origin: center
}
@-webkit-keyframes bounceIn {
    0%, 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: scaleX(1);
        transform: scaleX(1)
    }
}
@keyframes bounceIn {
    0%, 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: scaleX(1);
        transform: scaleX(1)
    }
}
.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}
@-webkit-keyframes bounceInDown {
    0%, 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: none;
        transform: none
    }
}
@keyframes bounceInDown {
    0%, 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: none;
        transform: none
    }
}
.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}
@-webkit-keyframes bounceInLeft {
    0%, 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: none;
        transform: none
    }
}
@keyframes bounceInLeft {
    0%, 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: none;
        transform: none
    }
}
.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}
@-webkit-keyframes bounceInRight {
    0%, 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: none;
        transform: none
    }
}
@keyframes bounceInRight {
    0%, 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: none;
        transform: none
    }
}
.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}
@-webkit-keyframes bounceInUp {
    0%, 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, -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: translateZ(0);
        transform: translateZ(0)
    }
}
@keyframes bounceInUp {
    0%, 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, -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: translateZ(0);
        transform: translateZ(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-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 {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}
@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}
@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}
@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}
@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}
@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}
@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}
.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}
@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}
@keyframes fadeOutDown {
    0% {
        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 {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}
@keyframes fadeOutDownBig {
    0% {
        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 {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}
@keyframes fadeOutLeft {
    0% {
        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 {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}
@keyframes fadeOutLeftBig {
    0% {
        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 {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}
@keyframes fadeOutRight {
    0% {
        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 {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}
@keyframes fadeOutRightBig {
    0% {
        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 {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}
@keyframes fadeOutUp {
    0% {
        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 {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}
@keyframes fadeOutUpBig {
    0% {
        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 {
    0% {
        -webkit-transform: perspective(400px) rotateY(-1turn);
        transform: perspective(400px) rotateY(-1turn)
    }
    0%,
    40% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) translateZ(150px) rotateY(-190deg)
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) translateZ(150px) rotateY(-170deg)
    }
    50%,
    80% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}
@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotateY(-1turn);
        transform: perspective(400px) rotateY(-1turn)
    }
    0%,
    40% {
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) translateZ(150px) rotateY(-190deg)
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) translateZ(150px) rotateY(-170deg)
    }
    50%,
    80% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -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 {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
    0%,
    40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg)
    }
    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}
@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
    0%,
    40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg)
    }
    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-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 {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
    0%,
    40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg)
    }
    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}
@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
    0%,
    40% {
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg)
    }
    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-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 {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}
@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}
.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}
@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotateY(-15deg);
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}
@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotateY(-15deg);
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}
.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}
@-webkit-keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg)
    }
    60%,
    80% {
        opacity: 1
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}
@keyframes lightSpeedIn {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg)
    }
    60%,
    80% {
        opacity: 1
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }
    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}
.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}
@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}
@keyframes lightSpeedOut {
    0% {
        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 {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }
    0%,
    to {
        -webkit-transform-origin: center
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}
@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }
    0%,
    to {
        -webkit-transform-origin: center
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}
.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}
@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
    0%,
    to {
        -webkit-transform-origin: left bottom
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}
@keyframes rotateInDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
    0%,
    to {
        -webkit-transform-origin: left bottom
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}
.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}
@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
    0%,
    to {
        -webkit-transform-origin: right bottom
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}
@keyframes rotateInDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
    0%,
    to {
        -webkit-transform-origin: right bottom
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}
.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}
@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
    0%,
    to {
        -webkit-transform-origin: left bottom
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}
@keyframes rotateInUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
    0%,
    to {
        -webkit-transform-origin: left bottom
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}
.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}
@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
    0%,
    to {
        -webkit-transform-origin: right bottom
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}
@keyframes rotateInUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
    0%,
    to {
        -webkit-transform-origin: right bottom
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}
.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}
@-webkit-keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }
    0%,
    to {
        -webkit-transform-origin: center
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}
@keyframes rotateOut {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }
    0%,
    to {
        -webkit-transform-origin: center
    }
    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}
.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}
@-webkit-keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    0%,
    to {
        -webkit-transform-origin: left bottom
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
}
@keyframes rotateOutDownLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    0%,
    to {
        -webkit-transform-origin: left bottom
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
}
.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}
@-webkit-keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    0%,
    to {
        -webkit-transform-origin: right bottom
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}
@keyframes rotateOutDownRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    0%,
    to {
        -webkit-transform-origin: right bottom
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}
.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}
@-webkit-keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    0%,
    to {
        -webkit-transform-origin: left bottom
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}
@keyframes rotateOutUpLeft {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }
    0%,
    to {
        -webkit-transform-origin: left bottom
    }
    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}
.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}
@-webkit-keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    0%,
    to {
        -webkit-transform-origin: right bottom
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}
@keyframes rotateOutUpRight {
    0% {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }
    0%,
    to {
        -webkit-transform-origin: right bottom
    }
    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}
.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}
@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left
    }
    0%,
    20%,
    60% {
        -webkit-transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%,
    60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left
    }
    40%,
    80% {
        -webkit-transform: rotate(60deg);
        transform: rotate(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
    }
    0%,
    20%,
    60% {
        -webkit-transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%,
    60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left
    }
    40%,
    80% {
        -webkit-transform: rotate(60deg);
        transform: rotate(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-name: hinge;
    animation-name: hinge
}
@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
        transform: translate3d(-100%, 0, 0) rotate(-120deg)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
        transform: translate3d(-100%, 0, 0) rotate(-120deg)
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}
@-webkit-keyframes rollOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
        transform: translate3d(100%, 0, 0) rotate(120deg)
    }
}
@keyframes rollOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
        transform: translate3d(100%, 0, 0) rotate(120deg)
    }
}
.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}
@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
    50% {
        opacity: 1
    }
}
@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
    50% {
        opacity: 1
    }
}
.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}
@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}
@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        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 {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}
@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        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 {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}
@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        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 {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}
@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        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 {
    0% {
        opacity: 1
    }
    50% {
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
    50%,
    to {
        opacity: 0
    }
}
@keyframes zoomOut {
    0% {
        opacity: 1
    }
    50% {
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
    50%,
    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 {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}
@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}
.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}
@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}
@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}
.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}
@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}
@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}
.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}
@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}
@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}
.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}
@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}
@keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(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 {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}
@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(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 {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}
@keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(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 {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}
@keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}
.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}
.swiper-container-no-flexbox .swiper-slide {
    float: left
}
.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0)
}
.swiper-container-multirow>.swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}
.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}
.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: -webkit-transform, height;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}
.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}
.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}
.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms;
    transition: 300ms;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2
}
button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}
.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}
.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}
.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}
.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0px, -50%, 0)
}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px
}
.swiper-pagination-progress {
    background: rgba(0, 0, 0, 0.25);
    position: absolute
}
.swiper-pagination-progress .swiper-pagination-progressbar {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-transform-origin: right top;
    transform-origin: right top
}
.swiper-container-horizontal>.swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}
.swiper-container-vertical>.swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}
.swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.5)
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
    background: #fff
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000
}
.swiper-container-3d {
    -webkit-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}
.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent)
}
.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent)
}
.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent)
}
.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent)
}
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px
}
.swiper-container-cube,
.swiper-container-flip {
    overflow: visible
}
.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}
.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
.swiper-container-cube .swiper-slide {
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next+.swiper-slide {
    pointer-events: auto;
    visibility: visible
}
.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}
.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    transition-property: opacity
}
.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}
.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}
.swiper-zoom-container>img,
.swiper-zoom-container>svg,
.swiper-zoom-container>canvas {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1)
}
.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}
.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}
.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0
}
.swiper-scrollbar-cursor-drag {
    cursor: move
}
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}
.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}
.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}
@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg)
    }
}
@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@media (max-width: 767px) {
    .max-width ul,
    .max-width ol {
        font-size: 20px;
        line-height: 26px
    }
}
html {
    font-size: 10px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
@media (max-width: 767px) {
    html {
        font-size: 7px
    }
}
body {
    font-family: "Work Sans", sans-serif;
    font-size: 2.2rem
}
body {
    font-family: "Work Sans", sans-serif;
    font-size: 2.2rem;
    color: #303030
}
p {
    font-size: 2.2rem;
    line-height: 3.4rem;
    margin-top: -1.0rem;
    margin-bottom: -1.0rem;
    font-weight: 400
}
@media (max-width: 767px) {
    p {
        font-size: 20px;
        line-height: 26px
    }
}
h1 {
    font-size: 15rem;
    line-height: 14rem;
    font-family: "Work Sans", sans-serif;
    font-weight: 400;
    margin-bottom: -2.9rem;
    margin-top: 0
}
@media (max-width: 1440px) {
    h1 {
        font-size: 144px;
        line-height: 126px
    }
}
@media (max-width: 1024px) {
    h1 {
        font-size: 90px;
        line-height: 80px
    }
}
@media (max-width: 767px) {
    h1 {
        font-size: 40px;
        line-height: 40px
    }
}
h2 {
    font-size: 10rem;
    line-height: 10rem;
    font-family: "Work Sans", sans-serif;
    font-weight: 400;
    margin-bottom: -2.3rem;
    margin-top: 0
}
@media (max-width: 1440px) {
    h2 {
        font-size: 85px;
        line-height: 85px
    }
}
@media (max-width: 1024px) {
    h2 {
        font-size: 80px;
        line-height: 80px
    }
}
@media (max-width: 767px) {
    h2 {
        font-size: 38px;
        line-height: 38px
    }
}
h2+div {
    margin-top: -1.0rem
}
h2.two-line {
    text-indent: -40px
}
@media (max-width: 1024px) {
    h2.two-line {
        text-indent: 0
    }
}
h3 {
    font-size: 3.2rem;
    line-height: 4rem;
    font-family: "Work Sans", sans-serif;
    font-weight: 400;
    text-transform: none;
    margin-bottom: -1.7rem;
    margin-top: -1.0rem
}
@media (max-width: 1440px) {
    h3 {
        font-size: 28px;
        line-height: 35px
    }
}
@media (max-width: 1024px) {
    h3 {
        font-size: 26px;
        line-height: 33px
    }
}
@media (max-width: 767px) {
    h3 {
        font-size: 22px;
        line-height: 24px
    }
}
h3+div {
    margin-top: 1.0rem
}
h4 {
    font-size: 2.8rem;
    line-height: 3rem;
    font-family: "Work Sans", sans-serif;
    font-weight: 300;
    margin-bottom: -1.0rem;
    margin-top: -0.4rem
}
@media (max-width: 1440px) {
    h4 {
        font-size: 28px;
        line-height: 35px
    }
}
@media (max-width: 1024px) {
    h4 {
        font-size: 26px;
        line-height: 33px
    }
}
@media (max-width: 767px) {
    h4 {
        font-size: 22px;
        line-height: 24px
    }
}
h4+div {
    margin-top: 1.0rem
}
h5 {
    font-size: 2.4rem;
    line-height: 2.8rem;
    font-family: "Work Sans", sans-serif;
    font-weight: 600;
    text-transform: none
}
h6 {
    font-size: 1.9rem;
    line-height: 2.6rem;
    font-family: "Work Sans", sans-serif;
    font-weight: 600
}
blockquote,
blockquote p {
    font-size: 3.4rem;
    line-height: 4.4rem;
    letter-spacing: .01em;
    margin: 0px auto;
    font-family: "Work Sans", sans-serif;
    display: block;
    border: none;
    padding: 0
}
em {
    font-family: "Work Sans", sans-serif;
    font-style: italic;
    font-weight: 400
}
strong {
    font-weight: bold
}
ul {
    list-style: disc;
    padding-left: 30px;
    margin-top: 0;
    margin-bottom: 2rem
}
ol {
    list-style: decimal;
    padding-left: 50px;
    margin-top: 0;
    margin-bottom: 2rem
}
li {
    margin-bottom: 1rem
}
ul ul,
ul ol,
ol ol,
ol ul {
    margin: 2rem 0 2rem 2rem
}
@media (max-width: 1440px) {
    sub,
    sup {
        font-size: 60%
    }
}
.small {
    font-size: 2.2rem;
    line-height: 3.4rem;
    letter-spacing: .01em;
    margin-bottom: 1.5rem;
    font-weight: normal;
    letter-spacing: 0;
    font-family: "Work Sans", sans-serif
}
.tiny {
    font-size: 1.6rem;
    line-height: 2.2rem;
    margin-bottom: 1.5rem;
    font-weight: normal;
    letter-spacing: 0;
    font-family: "Work Sans", sans-serif
}
.line-head {
    margin-top: 0
}
.line-head:before {
    content: "";
    width: 80px;
    height: 6rem;
    border-top: 1px solid #303030;
    display: block;
    margin-top: 3rem
}
.line-head-bottom {
    margin-top: 0
}
.line-head-bottom:after {
    content: "";
    width: 80px;
    height: 6rem;
    border-top: 1px solid #303030;
    display: block;
    margin-top: 3rem;
    position: absolute;
    right: 50%
}
@media (max-width: 1024px) {
    .line-head-bottom:after {
        margin: 3.0rem auto 0;
        left: 50%;
        position: initial
    }
}
h3.fancy-headline {
    font-family: "Work Sans", sans-serif;
    letter-spacing: normal;
    text-transform: none;
    font-size: 4.4rem;
    margin-bottom: 10rem;
    font-style: italic
}
@media (max-width: 767px) {
    h3.fancy-headline {
        line-height: 5.2rem
    }
}
.rich h1 {
    padding-bottom: 6.0rem
}
.rich h2 {
    padding-bottom: 6.0rem
}
.rich h3 {
    padding-bottom: 6.0rem
}
.post-template-default .rich h3 {
    padding-bottom: 3.0rem
}
.rich h4 {
    padding-bottom: 3.0rem
}
.rich h5 {
    padding-bottom: 2.0rem
}
.rich p {
    padding-bottom: 3.0rem
}
.rich ul {
    padding-left: 2.0rem;
    margin-left: 10px
}
.post-template-default .rich ul {
    padding-left: 8.0rem
}
.post-template-default .rich ul li {
    margin-bottom: 2rem
}
.rich ul li {
    padding-left: 2.0rem
}
.rich *:last-child {
    padding-bottom: 0
}
.rich .button:last-child {
    padding-bottom: 17px
}
.rich blockquote {
    background-color: #f2f1f2;
    padding: 6.0rem 10rem;
    margin-bottom: 6.0rem;
    color: #2e8191;
    font-size: 2.8rem;
    line-height: 4.0rem;
    position: relative
}
.rich blockquote p {
    font-size: 2.8rem;
    line-height: 4.0rem;
    position: relative;
    z-index: 5
}
.rich blockquote:before {
    content: "â€œ";
    position: absolute;
    font-family: "Work Sans", sans-serif;
    color: #a7d7cd;
    font-size: 16.8rem;
    left: 60px;
    top: 50px;
    z-index: 1;
    line-height: 1;
    opacity: 0.5
}
.rich blockquote:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 20px 0;
    border-color: transparent #fff transparent transparent;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}
.rich .tips {
    background-color: #f2f1f2;
    padding: 4.0rem 10rem;
    margin-bottom: 6.0rem;
    position: relative
}
.rich .tips:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 20px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}
.rich .tips:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 20px 0;
    border-color: transparent #fff transparent transparent;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}
.rich .tips a {
    font-family: "Work Sans", sans-serif;
    font-style: italic;
    display: inline
}
.rich .download {
    background-color: #f2f1f2;
    padding: 5rem 10rem;
    font-family: "Work Sans", sans-serif;
    font-style: italic;
    font-size: 2.8rem;
    line-height: 4.0rem
}
.rich .download a {
    font-family: "Work Sans", sans-serif;
    font-style: italic;
    display: inline
}
body {
    position: relative;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    top: 0
}
body:after {
    display: none
}
body.menu-open {
    overflow-y: hidden
}
body.lowered {
    top: 78px
}
.max-width {
    position: relative
}
.max-width.centered {
    text-align: center
}
.max-width.centered .line-head:before {
    margin: 5px auto 0
}
@media (max-width: 1440px) {
    .max-width.centered .line-head:before {
        margin-left: auto !important
    }
}
.mix {
    display: none
}
.swiper-container {
    position: static
}
.swiper-container .swiper-button-prev,
.swiper-container .swiper-button-next {
    width: 45px;
    height: 75px;
    margin-top: 0px;
    background-size: 45px 75px;
    position: absolute;
    top: 50%
}
.swiper-container .swiper-button-prev {
    left: -75px
}
@media (max-width: 767px) {
    .swiper-container .swiper-button-prev {
        left: -60px
    }
}
.swiper-container .swiper-button-next {
    right: -75px
}
@media (max-width: 767px) {
    .swiper-container .swiper-button-next {
        right: -60px
    }
}
.swiper-container .swiper-button-prev.swiper-button-black {
    background-image: url("http://newbreedstaging.com/duarte/wp-content/uploads/duarte-arrow-left.png")
}
.swiper-container .swiper-button-next.swiper-button-black {
    background-image: url("http://newbreedstaging.com/duarte/wp-content/uploads/duarte-arrow-right.png")
}
.swiper-container .swiper-button-prev.swiper-button-white {
    background-image: url("http://newbreedstaging.com/duarte/wp-content/uploads/duarte-arrow-left-white.png")
}
.swiper-container .swiper-button-next.swiper-button-white {
    background-image: url("http://newbreedstaging.com/duarte/wp-content/uploads/duarte-arrow-right-white.png")
}
.play-circle {
    background-color: #f6948f;
    opacity: 0.0;
    border-radius: 50%;
    width: 160px;
    height: 160px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    z-index: 3;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out
}
.play-circle:hover {
    background-color: #fac9c6
}
.play-triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 24.5px 0 24.5px 42px;
    border-color: transparent transparent transparent #fff;
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
    position: absolute
}
.small {
    font-size: 2.2rem;
    line-height: 3.4rem;
    letter-spacing: .01em;
    margin-bottom: 1.5rem;
    font-weight: normal;
    letter-spacing: 0;
    font-family: "Work Sans", sans-serif
}
.button {
    color: #fff;
    background-color: #303030;
    border: none;
    border-radius: 2px;
    padding: 17px 30px;
    margin: 0;
    text-align: center;
    -webkit-transition: 0.1s ease-out;
    transition: 0.1s ease-out;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.6rem;
    letter-spacing: .12em;
    text-decoration: none
}
.button:hover {
    cursor: pointer;
    background-color: #f6948f;
    color: #fff;
    text-decoration: none
}
@media (max-width: 767px) {
    .button:not(.hamburger) {
        font-size: 16px;
        width: 100%
    }
}
.button-white {
    color: #303030;
    background: #fff;
    border: 1px solid #303030
}
.button-white:hover {
    background-color: #fff;
    border-color: #f6948f;
    color: #f6948f
}
.stroke-button {
    color: #303030;
    background-color: transparent;
    border: 1px solid #303030;
    border-radius: 2px;
    padding: 15px 30px;
    margin: 20px 0;
    text-align: center;
    -webkit-transition: 0.1s ease-out;
    transition: 0.1s ease-out;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.6rem;
    letter-spacing: .12em;
    text-decoration: none
}
.stroke-button:hover {
    cursor: pointer;
    border-color: #f6948f;
    color: #f6948f;
    text-decoration: none
}
@media (max-width: 767px) {
    .stroke-button {
        font-size: 16px;
        width: 100%
    }
}
.button-small {
    font-size: 1.6rem;
    color: #70c3a4;
    background-color: #fff;
    border: none;
    border-radius: 0;
    padding: 0px 20px 0px 0;
    margin: 0px;
    -webkit-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
    text-transform: ;
    font-weight: 600;
    letter-spacing: .12em;
    text-decoration: none;
    position: relative
}
.button-small:hover {
    cursor: pointer;
    text-decoration: none;
    color: #f6948f
}
.button-small:after {
    content: "\25b6";
    display: block;
    position: absolute;
    right: 2px;
    top: 3px;
    font-size: 2.0rem;
    -webkit-transform: scaleX(0.6);
    transform: scaleX(0.6)
}
.stroke-button-small {
    color: #70c3a4;
    background-color: transparent;
    border: 3px solid #70c3a4;
    border-radius: 0;
    padding: 5px 20px;
    margin: 20px 0;
    -webkit-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
    text-transform:;
    font-weight: 700;
    font-size: 1.6rem;
    text-decoration: none
}
.stroke-button-small:hover {
    cursor: pointer;
    background-color: #a7d7cd;
    border-color: #a7d7cd;
    color: #fff;
    text-decoration: none
}
.swatches div {
    width: 150px;
    height: 150px;
    padding: 15px;
    text-align: center;
    display: inline-block;
    margin: 10px;
    vertical-align: top
}
.color1 {
    background-color: #a7d7cd;
    color: #fff
}
.color2 {
    background-color: #2e8191;
    color: #fff
}
.black {
    background-color: #303030;
    color: #fff
}
.gray {
    background-color: #f2f1f2;
    color: #fff
}
.white {
    background-color: #fff;
    color: #f2f1f2;
    border: 1px solid #f2f1f2
}
.animation-sample-short,
.animation-sample-medium,
.animation-sample-long {
    background-color: #a7d7cd;
    padding: 20px;
    color: #fff;
    margin: 10px auto;
    text-align: center
}
.animation-sample-short {
    -webkit-transition: 0.1s ease-out;
    transition: 0.1s ease-out;
    width: 50%
}
.animation-sample-medium {
    -webkit-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
    width: 50%
}
.animation-sample-long {
    -webkit-transition: 1s ease-out;
    transition: 1s ease-out;
    width: 50%
}
.animation-sample-short:hover,
.animation-sample-medium:hover,
.animation-sample-long:hover {
    width: 100%
}
.ctr {
    max-width: 1350px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto
}
.anchor {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden
}
form {
    margin-bottom: 3rem
}
::-webkit-input-placeholder {
    color: #a1a1a1;
    opacity: 1;
    font-weight: normal
}
::-moz-placeholder {
    color: #a1a1a1;
    opacity: 1;
    font-weight: normal
}
:-ms-input-placeholder {
    color: #a1a1a1;
    opacity: 1;
    font-weight: normal
}
input,
select,
textarea {
    color: #303030;
    text-transform:;
    border: none;
    font-size: 1.6rem;
    font-weight: 600;
    padding: 15px 20px;
    letter-spacing: 0.1rem
}
img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: center
}
a {
    text-decoration: none;
    color: #70c3a4;
    -webkit-transition: 0.1s ease-out;
    transition: 0.1s ease-out;
    border-bottom: 0;
    display: inline-block;
    cursor: pointer
}
a:hover {
    color: #f6948f;
    text-decoration: none
}
a.fancy-link {
    font-size: 2.4rem;
    font-family: "Work Sans", sans-serif;
    color: #70c3a4
}
a.fancy-link:hover {
    color: #f6948f
}
a.upperlink {
    text-transform:;
    font-size: 16px;
    letter-spacing: 0.12px;
    font-weight: 600
}
a.upperlink:after {
    content: "\0025B6";
    font-size: 12px;
    -webkit-transform: rotateY(50deg);
    transform: rotateY(50deg);
    display: inline-block;
    vertical-align: baseline;
    margin-left: 5px;
    margin-top: 4px
}
button {
    color: #fff;
    background-color: #303030;
    border: none;
    border-radius: 2px;
    padding: 17px 30px;
    margin: 0;
    text-align: center;
    -webkit-transition: 0.1s ease-out;
    transition: 0.1s ease-out;
    text-transform: 
    font-weight: 600;
    font-size: 1.6rem;
    letter-spacing: .12em;
    text-decoration: none
}
button:hover {
    cursor: pointer;
    background-color: #f6948f;
    color: #fff;
    text-decoration: none
}
@media (max-width: 767px) {
    button:not(.hamburger) {
        font-size: 16px;
        width: 100%
    }
}
hr {
    margin-top: 3rem;
    margin-bottom: 3.5rem;
    border-width: 0;
    border-top: 1px solid #f2f1f2
}
abbr[title] {
    border: 0
}
code {
    padding: 1rem;
    margin: 0 1rem;
    white-space: nowrap;
    background: #f2f1f2;
    border: 1px solid #f2f1f2;
    border-radius: 0
}
pre>code {
    display: block;
    padding: 1rem 1.5rem;
    white-space: pre;
    margin-bottom: 3rem
}
pre {
    overflow-x: auto
}
table pre {
    white-space: pre-wrap
}
th,
td {
    padding: 10px 20px;
    text-align: left;
    border-bottom: 1px solid #ffffff
}
th:first-child,
td:first-child {
    padding-left: 0
}
th:last-child,
td:last-child {
    padding-right: 0
}
table {
    margin-bottom: 3rem
}
.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
}
.lightboxContain {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2000;
    background: rgba(0, 0, 0, 0.5)
}
.lightboxContain .indLightbox {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%;
    height: 80%;
    background: #303030
}
@media screen and (max-height: 600px) {
    .lightboxContain .indLightbox {
        height: 90%
    }
}
@media (max-width: 767px) {
    .lightboxContain .indLightbox {
        width: 100%
    }
}
.lightboxContain iframe {
    border: 0;
    width: 100% !important;
    height: 100% !important
}
@media (max-width: 767px) {
    .lightboxContain iframe {
        height: auto !important
    }
}
.lightboxContain img {
    float: none;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}


/*-----Header Section Removed----*/

.offscreen-menu {
    top: -100vh;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100vh;
    background: #a7d7cd;
    left: 0;
    -webkit-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    -webkit-transition: .3s ease transform;
    transition: .3s ease transform;
    overflow-y: scroll;
    z-index: 99999
}
.offscreen-menu .button {
    display: block;
    max-width: 260px;
    margin: 20px auto
}
.offscreen-menu .button.button-white {
    color: #303030;
    border: 0
}
.menu-open .offscreen-menu {
    top: 0;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}
.offscreen-menu>div {
    margin-top: 10rem;
    width: calc(100% - 40px);
    margin-left: 20px
}
.offscreen-menu ul {
    padding: 0;
    list-style: none
}
.offscreen-menu ul li.menu-item-has-children {
    border: 1px solid transparent;
    border-bottom: 3px solid transparent;
    -webkit-transition: .5s ease;
    transition: .5s ease
}
.offscreen-menu ul.sub-menu {
    display: none;
    margin: 0
}
.offscreen-menu ul.sub-menu>li {
    margin-bottom: 0
}
.offscreen-menu ul.sub-menu>li>a {
    font-size: 2.2rem;
    padding: 1rem;
    color: #303030
}
.offscreen-menu ul.sub-menu>li li>a {
    font-size: 1.7rem;
    padding: 1rem
}
.offscreen-menu ul.menu>li>a {
    font-size: 4rem
}
.offscreen-menu a {
    color: #fff;
    cursor: pointer;
    width: 100%
}
.offscreen-menu a:hover {
    background-color: rgba(255, 255, 255, 0.2)
}
.offscreen-menu .toggled {
    border-color: #fff !important
}
.offscreen-menu .toggled>a {
    background: #fff;
    color: #a7d7cd
}
.offscreen-menu .toggled .toggled>a {
    background: rgba(255, 255, 255, 0.8)
}
.offscreen-menu .toggled .toggled>ul {
    background: rgba(255, 255, 255, 0.1)
}
.offscreen-menu .menu-item-has-children>a:after {
    position: relative;
    top: -2px;
    content: "\f0d7";
    display: inline-block;
    font-family: FontAwesome;
    margin-left: 7px;
    font-size: 1.5rem;
    -webkit-transition: .2 ease transform;
    transition: .2 ease transform
}
.offscreen-menu .menu-item-has-children.toggled>a:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}
.offscreen-menu .menu-item-has-children .menu-item-has-children {
    margin-bottom: -3px
}
.offscreen-menu .menu-item-has-children .menu-item-has-children.toggled {
    margin-bottom: 0
}
.offscreen-search {
    max-width: 1350px;
    margin: 0 auto;
    overflow: hidden;
    -webkit-transition: 0.1s ease-out;
    transition: 0.1s ease-out;
    margin-top: 10px !important
}
.offscreen-search .search-submit {
    background: white;
    color: #aed0c9;
    min-height: 52px
}
.offscreen-search input.search-field {
    min-height: 52px
}
body.search-open .offscreen-search {
    max-height: 200px;
    -webkit-transition: 0.5s ease-out;
    transition: 0.5s ease-out
}
.offscreen-search .gsc-search-box {
    padding: 20px 38px;
    border-bottom: 0;
    border-top: 0
}
.offscreen-search .gsc-search-box>tbody {
    border-top: 0
}
.offscreen-search input.gsc-input {
    color: #303030
}
.offscreen-search::-webkit-input-placeholder {
    color: #303030
}
.offscreen-search::-moz-placeholder {
    color: #f5f4f0
}
.offscreen-search:-ms-input-placeholder {
    color: #f5f4f0
}
.offscreen-search:-moz-placeholder {
    color: #f5f4f0
}
.offscreen-search .gsc-search-box-tools .gsc-search-box .gsc-input {
    padding: 10px !important;
    background: #fff !important;
    border: 0
}
.offscreen-search .gsc-search-button {
    background: transparent;
    margin-right: 0px;
    padding: 0 !important;
    width: 50px !important;
    height: auto !important;
    padding: 0 !important;
    min-width: 50px;
    margin-top: 0;
    margin-bottom: 0 !important;
    margin-left: 0px !important
}
.offscreen-search .gsc-search-button input {
    opacity: 0
}
.offscreen-search .gsc-search-button {
    background-image: url("https://302335.fs1.hubspotusercontent-na1.net/hubfs/302335/unified-search-white.png") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 30px !important;
    background-color: #70c3a4;
    opacity: 1;
    -webkit-transition: .5s;
    transition: .5s;
    border: 0
}
.offscreen-search .gsc-search-button:hover {
    background-size: 35px !important
}
.offscreen-search .gsc-search-button.input {
    margin-right: 20px;
    float: right
}
.offscreen-search .gsc-input-box td {
    border: 0 !important
}
.offscreen-search #___gcse_1 {
    clear: both;
    padding-top: 10px;
    max-width: 500px;
    margin: 0 auto
}
.offscreen-search .gsc-input-box {
    border: none !important;
    background: transparent !important;
    height: auto !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important
}
.offscreen-search .gsc-input-box table {
    margin-bottom: 0
}
.offscreen-search .gsc-input-box input {
    background: transparent !important;
    height: auto;
    font-size: 2rem !important;
    font-family: "Work Sans", sans-serif;
    color: #303030
}
.offscreen-search form.gsc-search-box {
    margin-bottom: 0
}
.offscreen-search table.gsc-search-box {
    margin-bottom: 0
}
.offscreen-search .gsib_b {
    display: none
}
.offscreen-search .gsc-control-searchbox-only {
    border: 0 !important
}
.hamburger {
    padding: 5px 5px 0;
    display: none;
    cursor: pointer;
    -webkit-transition-property: opacity, -webkit-filter;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
    position: absolute;
    right: 35px;
    top: 30px;
    z-index: 99999999
}
@media (max-width: 767px) {
    .hamburger {
        right: 15px;
        top: 10px
    }
}
.hamburger:focus {
    outline: 0
}
.hamburger:hover {
    opacity: .7
}
@media (max-width: 1205px) {
    .hamburger {
        display: inline-block
    }
}
.hamburger-box {
    width: 30px;
    height: 19px;
    display: inline-block;
    position: relative
}
.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -1.5px
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 30px;
    height: 3px;
    background-color: #303030;
    border-radius: 4px;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}
.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block
}
.hamburger-inner::before {
    top: -8px
}
.hamburger-inner::after {
    bottom: -8px
}
.hamburger--3dy .hamburger-box {
    -webkit-perspective: 60px;
    perspective: 60px
}
.hamburger--3dy .hamburger-inner {
    -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1)
}
.hamburger--3dy .hamburger-inner::before,
.hamburger--3dy .hamburger-inner::after {
    -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1)
}
.hamburger--3dy.is-active .hamburger-inner {
    background-color: transparent;
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg)
}
.hamburger--3dy.is-active .hamburger-inner::before {
    -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
    transform: translate3d(0, 8px, 0) rotate(45deg)
}
.hamburger--3dy.is-active .hamburger-inner::after {
    -webkit-transform: translate3d(0, -8px, 0) rotate(-45deg);
    transform: translate3d(0, -8px, 0) rotate(-45deg)
}
.widget-type-form,
.hbspt-form {
    background-color: rgba(48, 48, 48, 0.2);
    padding: 20px 20px 20px 27px;
    margin: 50px auto
}
.widget-type-form .hs-form fieldset,
.hbspt-form .hs-form fieldset {
    max-width: none
}
.widget-type-form .hs-form fieldset.form-columns-1 .hs-input,
.widget-type-form .hs-form fieldset.form-columns-2 .hs-input,
.widget-type-form .hs-form fieldset.form-columns-3 .hs-input,
.hbspt-form .hs-form fieldset.form-columns-1 .hs-input,
.hbspt-form .hs-form fieldset.form-columns-2 .hs-input,
.hbspt-form .hs-form fieldset.form-columns-3 .hs-input {
    width: 100%;
    margin-right: 0
}
.widget-type-form .hs-form input,
.hbspt-form .hs-form input {
    border: 1px solid #303030;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 16px
}
.widget-type-form .hs-form input[type="file"],
.hbspt-form .hs-form input[type="file"] {
    border: 0
}
.widget-type-form .hs-form input[type="submit"],
.hbspt-form .hs-form input[type="submit"] {
    margin-top: 2rem
}
.widget-type-form .hs-form textarea,
.hbspt-form .hs-form textarea {
    border: 1px solid #303030;
    margin-top: 10px;
    margin-bottom: 20px;
    min-height: 100px;
    font-size: 16px
}
.widget-type-form .hs-form .hs-error-msgs,
.hbspt-form .hs-form .hs-error-msgs {
    font-style: italic;
    padding-right: 30px
}
.widget-type-form .hs-form ul,
.hbspt-form .hs-form ul {
    padding: 0
}
.widget-type-form .hs-form li,
.hbspt-form .hs-form li {
    list-style-type: none
}
.widget-type-form .hs-form .form-columns-1 .hs-form-checkbox:first-of-type,
.widget-type-form .hs-form .form-columns-2 .hs-form-checkbox:first-of-type,
.widget-type-form .hs-form .form-columns-3 .hs-form-checkbox:first-of-type,
.widget-type-form .hs-form .form-columns-1 .hs-form-booleancheckbox:first-of-type,
.widget-type-form .hs-form .form-columns-2 .hs-form-booleancheckbox:first-of-type,
.widget-type-form .hs-form .form-columns-3 .hs-form-booleancheckbox:first-of-type,
.hbspt-form .hs-form .form-columns-1 .hs-form-checkbox:first-of-type,
.hbspt-form .hs-form .form-columns-2 .hs-form-checkbox:first-of-type,
.hbspt-form .hs-form .form-columns-3 .hs-form-checkbox:first-of-type,
.hbspt-form .hs-form .form-columns-1 .hs-form-booleancheckbox:first-of-type,
.hbspt-form .hs-form .form-columns-2 .hs-form-booleancheckbox:first-of-type,
.hbspt-form .hs-form .form-columns-3 .hs-form-booleancheckbox:first-of-type {
    margin-top: 10px
}
.widget-type-form .hs-form .form-columns-1 .hs-form-checkbox input,
.widget-type-form .hs-form .form-columns-2 .hs-form-checkbox input,
.widget-type-form .hs-form .form-columns-3 .hs-form-checkbox input,
.widget-type-form .hs-form .form-columns-1 .hs-form-booleancheckbox input,
.widget-type-form .hs-form .form-columns-2 .hs-form-booleancheckbox input,
.widget-type-form .hs-form .form-columns-3 .hs-form-booleancheckbox input,
.hbspt-form .hs-form .form-columns-1 .hs-form-checkbox input,
.hbspt-form .hs-form .form-columns-2 .hs-form-checkbox input,
.hbspt-form .hs-form .form-columns-3 .hs-form-checkbox input,
.hbspt-form .hs-form .form-columns-1 .hs-form-booleancheckbox input,
.hbspt-form .hs-form .form-columns-2 .hs-form-booleancheckbox input,
.hbspt-form .hs-form .form-columns-3 .hs-form-booleancheckbox input {
    width: auto;
    margin: 0 5px 5px 0;
    position: relative;
    top: -2px
}
@media (max-width: 767px) {
    .widget-type-form .hs-form .form-columns-1 .hs-form-checkbox input,
    .widget-type-form .hs-form .form-columns-2 .hs-form-checkbox input,
    .widget-type-form .hs-form .form-columns-3 .hs-form-checkbox input,
    .widget-type-form .hs-form .form-columns-1 .hs-form-booleancheckbox input,
    .widget-type-form .hs-form .form-columns-2 .hs-form-booleancheckbox input,
    .widget-type-form .hs-form .form-columns-3 .hs-form-booleancheckbox input,
    .hbspt-form .hs-form .form-columns-1 .hs-form-checkbox input,
    .hbspt-form .hs-form .form-columns-2 .hs-form-checkbox input,
    .hbspt-form .hs-form .form-columns-3 .hs-form-checkbox input,
    .hbspt-form .hs-form .form-columns-1 .hs-form-booleancheckbox input,
    .hbspt-form .hs-form .form-columns-2 .hs-form-booleancheckbox input,
    .hbspt-form .hs-form .form-columns-3 .hs-form-booleancheckbox input {
        top: 1px
    }
}
.widget-type-form .hs-form .form-columns-1 .hs-form-checkbox span,
.widget-type-form .hs-form .form-columns-2 .hs-form-checkbox span,
.widget-type-form .hs-form .form-columns-3 .hs-form-checkbox span,
.widget-type-form .hs-form .form-columns-1 .hs-form-booleancheckbox span,
.widget-type-form .hs-form .form-columns-2 .hs-form-booleancheckbox span,
.widget-type-form .hs-form .form-columns-3 .hs-form-booleancheckbox span,
.hbspt-form .hs-form .form-columns-1 .hs-form-checkbox span,
.hbspt-form .hs-form .form-columns-2 .hs-form-checkbox span,
.hbspt-form .hs-form .form-columns-3 .hs-form-checkbox span,
.hbspt-form .hs-form .form-columns-1 .hs-form-booleancheckbox span,
.hbspt-form .hs-form .form-columns-2 .hs-form-booleancheckbox span,
.hbspt-form .hs-form .form-columns-3 .hs-form-booleancheckbox span {
    font-size: 1.6rem
}
.widget-type-form .hs-form .form-columns-1 .hs-form-radio,
.widget-type-form .hs-form .form-columns-2 .hs-form-radio,
.widget-type-form .hs-form .form-columns-3 .hs-form-radio,
.hbspt-form .hs-form .form-columns-1 .hs-form-radio,
.hbspt-form .hs-form .form-columns-2 .hs-form-radio,
.hbspt-form .hs-form .form-columns-3 .hs-form-radio {
    display: inline-block;
    margin-right: 10px
}
.widget-type-form .hs-form .form-columns-1 .hs-form-radio input,
.widget-type-form .hs-form .form-columns-2 .hs-form-radio input,
.widget-type-form .hs-form .form-columns-3 .hs-form-radio input,
.hbspt-form .hs-form .form-columns-1 .hs-form-radio input,
.hbspt-form .hs-form .form-columns-2 .hs-form-radio input,
.hbspt-form .hs-form .form-columns-3 .hs-form-radio input {
    width: auto;
    margin-right: 10px;
    margin-left: 2px;
    position: relative;
    top: -2px
}
.widget-type-form .hs-form .form-columns-1 .hs-form-radio span,
.widget-type-form .hs-form .form-columns-2 .hs-form-radio span,
.widget-type-form .hs-form .form-columns-3 .hs-form-radio span,
.hbspt-form .hs-form .form-columns-1 .hs-form-radio span,
.hbspt-form .hs-form .form-columns-2 .hs-form-radio span,
.hbspt-form .hs-form .form-columns-3 .hs-form-radio span {
    font-size: 1.6rem
}
@media (max-width: 767px) {
    .widget-type-form .hs-form .form-columns-1 .hs-form-radio,
    .widget-type-form .hs-form .form-columns-2 .hs-form-radio,
    .widget-type-form .hs-form .form-columns-3 .hs-form-radio,
    .hbspt-form .hs-form .form-columns-1 .hs-form-radio,
    .hbspt-form .hs-form .form-columns-2 .hs-form-radio,
    .hbspt-form .hs-form .form-columns-3 .hs-form-radio {
        display: block
    }
    .widget-type-form .hs-form .form-columns-1 .hs-form-radio input,
    .widget-type-form .hs-form .form-columns-2 .hs-form-radio input,
    .widget-type-form .hs-form .form-columns-3 .hs-form-radio input,
    .hbspt-form .hs-form .form-columns-1 .hs-form-radio input,
    .hbspt-form .hs-form .form-columns-2 .hs-form-radio input,
    .hbspt-form .hs-form .form-columns-3 .hs-form-radio input {
        margin-bottom: 0;
        position: relative;
        top: 2px
    }
}
.widget-type-form .hs-form .form-columns-3 .hs-form-field,
.hbspt-form .hs-form .form-columns-3 .hs-form-field {
    width: 33.05%
}
@media (max-width: 767px) {
    .widget-type-form .hs-form .form-columns-3 .hs-form-field,
    .hbspt-form .hs-form .form-columns-3 .hs-form-field {
        width: 100%
    }
}
.widget-type-form .hs-form .form-columns-3 div:last-child div,
.hbspt-form .hs-form .form-columns-3 div:last-child div {
    margin-right: 0
}
@media (max-width: 767px) {
    .widget-type-form .hs-form .form-columns-2 div div,
    .widget-type-form .hs-form .form-columns-2 div:last-child div,
    .widget-type-form .hs-form .form-columns-3 div div,
    .widget-type-form .hs-form .form-columns-3 div:last-child div,
    .hbspt-form .hs-form .form-columns-2 div div,
    .hbspt-form .hs-form .form-columns-2 div:last-child div,
    .hbspt-form .hs-form .form-columns-3 div div,
    .hbspt-form .hs-form .form-columns-3 div:last-child div {
        margin-right: 8px
    }
    .widget-type-form .hs-form .form-columns-2 div div .hs-input,
    .widget-type-form .hs-form .form-columns-2 div:last-child div .hs-input,
    .widget-type-form .hs-form .form-columns-3 div div .hs-input,
    .widget-type-form .hs-form .form-columns-3 div:last-child div .hs-input,
    .hbspt-form .hs-form .form-columns-2 div div .hs-input,
    .hbspt-form .hs-form .form-columns-2 div:last-child div .hs-input,
    .hbspt-form .hs-form .form-columns-3 div div .hs-input,
    .hbspt-form .hs-form .form-columns-3 div:last-child div .hs-input {
        width: 100%
    }
}
.widget-type-form .hs-form .hs-button,
.hbspt-form .hs-form .hs-button {
    color: #fff;
    background-color: #303030;
    border: none;
    border-radius: 2px;
    padding: 17px 30px;
    margin: 0;
    text-align: center;
    -webkit-transition: 0.1s ease-out;
    transition: 0.1s ease-out;
    text-transform: none;
    font-weight: 500;
    font-size: 1.6rem;
    letter-spacing: .12em;
    text-decoration: none
}
.widget-type-form .hs-form .hs-button:hover,
.hbspt-form .hs-form .hs-button:hover {
    cursor: pointer;
    background-color: #f6948f;
    color: #fff;
    text-decoration: none
}
@media (max-width: 767px) {
    .widget-type-form .hs-form .hs-button:not(.hamburger),
    .hbspt-form .hs-form .hs-button:not(.hamburger) {
        font-size: 16px;
        width: 100%
    }
}
.widget-type-form .hs-form select,
.hbspt-form .hs-form select {
    border: 1px solid #303030;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(//302335.fs1.hubspotusercontent-na1.net/hubfs/302335/select-arrow.png) no-repeat;
    background-size: 13px 8px;
    background-position: 97% 51%;
    background-color: #fff;
    padding: 6px 6px;
    margin: 10px 0 20px 0;
    width: 100% !important;
    font-size: 16px
}
.site-footer {
    background-color: #303030;
    padding-top: 12.0rem;
    padding-bottom: 11.5rem;
    margin-bottom: 0;
    position: relative;
    z-index: 3;
    padding-left: 20px;
    padding-right: 20px
}
@media (max-width: 1150px) {
    .site-footer {
        text-align: center;
        padding-bottom: 14rem
    }
}
.site-footer .max-width {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1530px;
    margin: 0 auto;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: right
}
@media (max-width: 1150px) {
    .site-footer .max-width {
        text-align: center;
        display: block
    }
}
.site-footer a {
    color: #fff
}
.site-footer a:hover {
    color: #2e8191;
    text-decoration: none
}
.site-footer .footer-logo {
    height: 63px;
    width: 63px;
    margin-right: 20px
}
@media (max-width: 1150px) {
    .site-footer .footer-logo {
        margin: 0 auto 20px auto;
        width: 110px;
        height: 110px
    }
}
.site-footer .footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    margin-top: 24px
}
@media (max-width: 1150px) {
    .site-footer .footer-nav {
        display: block;
        margin-top: 3.0rem
    }
    .site-footer .footer-nav ul {
        padding-left: 0
    }
}
.site-footer .footer-nav li {
    list-style: none;
    font-weight: 600;
    font-size: 1.8rem;
    text-transform: 
    text-align: left;
    cursor: pointer
}
@media (max-width: 1150px) {
    .site-footer .footer-nav li {
        text-align: center
    }
}
.site-footer .footer-nav li:hover {
    color: #2e8191
}
@media (max-width: 1150px) {
    .site-footer .footer-nav li {
        font-size: 22px;
        line-height: 40px;
        font-weight: 800;
        letter-spacing: .1em
    }
}
@media (max-width: 767px) {
    .site-footer .footer-nav li {
        font-size: 28px;
        line-height: 85px
    }
}
.site-footer .footer-nav li ul {
    text-align: left;
    padding-left: 0;
    margin-left: 0
}
.site-footer .footer-nav li ul li {
    font-weight: 400;
    font-size: 1.6rem;
    text-transform: none
}
@media (max-width: 1150px) {
    .site-footer .footer-nav li ul li {
        display: none
    }
}
.site-footer .footer-nav>div {
    width: 20%;
    line-height: 2rem
}
@media (max-width: 1150px) {
    .site-footer .footer-nav>div {
        width: 100%
    }
}
.site-footer .footer-nav>div:last-of-type {
    margin-right: 50px
}
@media (max-width: 1150px) {
    .site-footer .footer-nav>div:last-of-type {
        margin: 0 auto
    }
}
.site-footer .social-links {
    text-align: center;
    min-width: 310px
}
@media (max-width: 1150px) {
    .site-footer .social-links {
        text-align: center;
        margin-top: 50px
    }
}
@media (max-width: 767px) {
    .site-footer .social-links {
        min-width: 0
    }
}
.site-footer .social-links a {
    margin: 0 2px;
    background: white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #303030
}
@media (max-width: 1150px) {
    .site-footer .social-links a {
        margin: 0 10px
    }
}
@media (max-width: 767px) {
    .site-footer .social-links a {
        width: 50px;
        height: 50px;
        margin: 0 20px 50px 20px
    }
}
.site-footer .social-links a .fa {
    font-size: 2.5rem
}
@media (max-width: 767px) {
    .site-footer .social-links a .fa {
        font-size: 3rem
    }
}
.site-footer .social-links a:hover {
    color: #2e8191
}
.site-footer .social-links a.call-us {
    border-radius: 0;
    color: #fff;
    background: transparent;
    width: auto;
    height: auto;
    text-align: center;
    display: block;
    font-weight: 600;
    font-size: 2rem;
    text-transform:
    margin-top: 20px;
    letter-spacing: 0.1rem;
    max-width: 400px;
    margin: 20px auto 0
}
@media (max-width: 1150px) {
    .site-footer .social-links a.call-us {
        text-align: center;
        margin-top: 40px
    }
}
@media (max-width: 767px) {
    .site-footer .social-links a.call-us {
        font-size: 26px;
        line-height: 60px;
        max-width: 300px;
        margin: 0 auto
    }
}
.site-footer .social-links a.email-us {
    border-radius: 0;
    color: #fff;
    background: transparent;
    width: auto;
    height: auto;
    text-align: center;
    display: block;
    text-transform: 
    font-size: 1.4rem;
    font-weight: 600;
    margin-top: 10px;
    max-width: 400px;
    margin: 20px auto 0
}
@media (max-width: 1150px) {
    .site-footer .social-links a.email-us {
        text-align: center;
        margin-top: 30px;
        font-size: 19px
    }
}
@media (max-width: 767px) {
    .site-footer .social-links a.email-us {
        font-size: 24px;
        line-height: 60px;
        max-width: 300px;
        margin: 40px auto 0 auto
    }
}
.site-footer .social-links a.email-us .fa {
    font-size: 1.7rem;
    padding-right: 7px
}
@media (max-width: 767px) {
    .site-footer .social-links a.email-us .fa {
        font-size: 50px
    }
}
.blog .after-header-block {
    display: none
}
.archive .blog-listing {
    margin-top: 11.5rem
}
.blog-listing {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1276px;
    padding-left: 2.8rem;
    padding-right: 2.8rem;
    margin: 0 auto
}
.blog-listing .blog-primary {
    max-width: 800px;
    margin-right: 60px
}
@media (max-width: 1205px) {
    .blog-listing .blog-primary {
        margin: 0 auto 0 0
    }
}
@media (max-width: 1024px) {
    .blog-listing .blog-primary {
        max-width: 100%
    }
}
.blog-listing .blog-primary h1 {
    text-align: center
}
.blog-listing .blog-primary .page-header {
    margin: 0 0 20px 0;
    border-bottom: 0
}
.blog-listing .blog-primary .top-bio {
    text-align: center
}
.blog-listing .blog-primary .top-bio img {
    max-width: 200px;
    border-radius: 50%;
    margin-bottom: 30px
}
.blog-listing .blog-primary .top-bio.ctr {
    max-width: 800px
}
.blog-listing .blog-primary .top-bio .social a {
    font-size: 20px;
    margin: 0 10px
}
.blog-listing .blog-primary .article-wrap .navigation {
    margin-top: 50px;
    text-align: center
}
.blog-listing .blog-primary .article-wrap .navigation ul {
    padding-left: 0
}
.blog-listing .blog-primary .article-wrap .navigation a,
.blog-listing .blog-primary .article-wrap .navigation a:hover,
.blog-listing .blog-primary .article-wrap .navigation .active a,
.blog-listing .blog-primary .article-wrap .navigation .disabled {
    color: #fff;
    text-decoration: none
}
.blog-listing .blog-primary .article-wrap .navigation li,
.blog-listing .blog-primary .article-wrap .navigation .nav-links div {
    display: inline
}
.blog-listing .blog-primary .article-wrap .navigation a,
.blog-listing .blog-primary .article-wrap .navigation a:hover,
.blog-listing .blog-primary .article-wrap .navigation .active a,
.blog-listing .blog-primary .article-wrap .navigation .disabled {
    background-color: #f5f4f0;
    cursor: pointer;
    padding: 12px 20px;
    min-width: 50px;
    text-align: center
}
@media (max-width: 1024px) {
    .blog-listing .blog-primary .article-wrap .navigation a,
    .blog-listing .blog-primary .article-wrap .navigation a:hover,
    .blog-listing .blog-primary .article-wrap .navigation .active a,
    .blog-listing .blog-primary .article-wrap .navigation .disabled {
        min-width: 42px;
        padding: 12px 15px
    }
}
.blog-listing .blog-primary .article-wrap .navigation a:hover,
.blog-listing .blog-primary .article-wrap .navigation .active a {
    background-color: #70c3a4
}
.blog-listing .blog-primary .posts-navigation {
    margin: 40px 0 40px 0
}
.blog-listing .blog-primary .posts-navigation .nav-links {
    text-align: center
}
.blog-listing .blog-primary .posts-navigation .nav-links div {
    margin: 0 10px
}
.blog-listing .blog-primary .posts-navigation .nav-links a,
.blog-listing .blog-primary .posts-navigation .nav-links a:hover,
.blog-listing .blog-primary .posts-navigation .nav-links .active a,
.blog-listing .blog-primary .posts-navigation .nav-links .disabled {
    color: #fff;
    text-decoration: none
}
.blog-listing .blog-primary .posts-navigation .nav-links li,
.blog-listing .blog-primary .posts-navigation .nav-links div {
    display: inline
}
.blog-listing .blog-primary .posts-navigation .nav-links a,
.blog-listing .blog-primary .posts-navigation .nav-links a:hover,
.blog-listing .blog-primary .posts-navigation .nav-links .active a,
.blog-listing .blog-primary .posts-navigation .nav-links .disabled {
    background-color: #f5f4f0;
    cursor: pointer;
    padding: 12px 20px;
    min-width: 50px;
    text-align: center
}
@media (max-width: 1024px) {
    .blog-listing .blog-primary .posts-navigation .nav-links a,
    .blog-listing .blog-primary .posts-navigation .nav-links a:hover,
    .blog-listing .blog-primary .posts-navigation .nav-links .active a,
    .blog-listing .blog-primary .posts-navigation .nav-links .disabled {
        min-width: 42px;
        padding: 12px 15px
    }
}
.blog-listing .blog-primary .posts-navigation .nav-links a:hover,
.blog-listing .blog-primary .posts-navigation .nav-links .active a {
    background-color: #70c3a4
}
.blog-listing .blog-primary article {
    background-color: #fff;
    clear: both
}
@media (max-width: 1024px) {
    .blog-listing .blog-primary article {
        padding: 20px
    }
    .blog-listing .blog-primary article .ctr {
        padding: 0
    }
    .blog-listing .blog-primary article .ctr div {
        padding: 0
    }
    .blog-listing .blog-primary article .ctr div h3 {
        margin-top: 20px
    }
}
.blog-listing .blog-primary article .entry-title {
    font-size: 50px;
    line-height: 55px
}
.blog-listing .blog-primary article .entry-title a {
    color: #303030
}
.blog-listing .blog-primary article .entry-header,
.blog-listing .blog-primary article .entry-meta {
    text-align: left
}
.blog-listing .blog-primary article .entry-header>a {
    padding-bottom: 3.0rem;
    text-transform: 
    font-size: 1.6rem;
    font-weight: bold;
    padding-right: 1.0rem
}
.blog-listing .blog-primary article .entry-header>a:nth-of-type(2) {
    color: #2e8191
}
.blog-listing .blog-primary article .entry-header>a:nth-of-type(3) {
    color: #90bc49
}
.blog-listing .blog-primary article .entry-header>a:nth-of-type(4) {
    color: #a7d7cd
}
.blog-listing .blog-primary article .entry-header h2.entry-title a {
    padding-bottom: 3.5rem
}
@media (max-width: 1024px) {
    .blog-listing .blog-primary article .entry-header h2.entry-title a {
        font-size: 6.0rem;
        line-height: 6.0rem
    }
}
.blog-listing .blog-primary article .entry-header .entry-meta h3 {
    font-size: 1.8rem;
    padding-bottom: 2.0rem
}
.blog-listing .blog-primary article .entry-meta a {
    font-weight: bold
}
.blog-listing .blog-primary article .entry-content {
    clear: both;
    margin-bottom: 6.0rem
}
.blog-listing .blog-primary article .entry-content img {
    margin-bottom: 2.0rem;
    width: 100%
}
.blog-listing .blog-primary article .entry-content a {
    display: block;
    width: 100%
}
.blog-listing .blog-primary article .entry-content a img {
    width: 800px;
    max-width: 100%
}
.blog-listing .blog-primary article .entry-content .button-small {
    font-size: 2.2rem;
    text-transform: lowercase;
    display: inline;
    font-weight: 400;
    letter-spacing: normal
}
.blog-listing .blog-primary article .entry-content .button-small:after {
    content: none
}
.blog-listing .blog-primary article .entry-content h1 strong,
.blog-listing .blog-primary article .entry-content h2 strong,
.blog-listing .blog-primary article .entry-content h3 strong,
.blog-listing .blog-primary article .entry-content h4 strong,
.blog-listing .blog-primary article .entry-content h5 strong,
.blog-listing .blog-primary article .entry-content h6 strong {
    font-weight: normal !important
}
.blog-listing .blog-primary article .entry-content h2 {
    font-size: 40px;
    line-height: 45px;
    margin-top: 40px;
    margin-bottom: 40px
}
.blog-listing .blog-primary article .entry-content h3 {
    margin-top: 30px;
    margin-bottom: 30px
}
.blog-listing .blog-primary article .entry-content h4 {
    margin-top: 28px;
    margin-bottom: 28px
}
.blog-listing .blog-primary article .entry-content blockquote {
    font-size: 30px;
    line-height: 30px;
    margin-top: 30px;
    margin-bottom: 30px
}
.blog-listing .blog-primary article .entry-content p {
    margin-bottom: 30px
}
.blog-listing .blog-primary article .entry-footer {
    display: none
}
.blog-listing .blog-primary .misha_loadmore.button {
    color: #303030;
    background-color: #fff;
    border-top: 1px solid #c2c1c3;
    border-bottom: 1px solid #ffffff;
    margin-bottom: 14.3rem;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out
}
.blog-listing .blog-primary .misha_loadmore.button:hover {
    color: #f6948f;
    border-color: #f6948f
}
.blog-listing .blog-sidebar {
    max-width: 360px
}
@media (max-width: 1205px) {
    .blog-listing .blog-sidebar {
        display: none
    }
}
.blog-listing .blog-sidebar h3 {
    font-size: 2.2rem;
    text-align: center
}
.blog-listing .blog-sidebar h3+div {
    margin-top: 0
}
.blog-listing .blog-sidebar li {
    list-style: none
}
.blog-listing .blog-sidebar .blog-sidebar-content .widget_search {
    margin-bottom: 0
}
.blog-listing .blog-sidebar .blog-sidebar-content .widget_search h3 {
    display: none
}
.blog-listing .blog-sidebar .blog-sidebar-content .widget_search form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2.3rem
}
.blog-listing .blog-sidebar .blog-sidebar-content .widget_search form label {
    margin-bottom: 0;
    border: 1px solid #c2c1c3;
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}
.blog-listing .blog-sidebar .blog-sidebar-content .widget_search form>input {
    color: #fff;
    background-color: #303030;
    border: none;
    border-radius: 2px;
    padding: 17px 30px;
    margin: 0;
    text-align: center;
    -webkit-transition: 0.1s ease-out;
    transition: 0.1s ease-out;
    text-transform: 
    font-weight: 600;
    font-size: 1.6rem;
    letter-spacing: .12em;
    text-decoration: none
}
.blog-listing .blog-sidebar .blog-sidebar-content .widget_search form>input:hover {
    cursor: pointer;
    background-color: #f6948f;
    color: #fff;
    text-decoration: none
}
@media (max-width: 767px) {
    .blog-listing .blog-sidebar .blog-sidebar-content .widget_search form>input:not(.hamburger) {
        font-size: 16px;
        width: 100%
    }
}
.blog-listing .blog-sidebar .blog-sidebar-content .widget_text {
    background-color: #f2f1f2;
    margin-bottom: 6.0rem
}
.blog-listing .blog-sidebar .blog-sidebar-content .widget_text h3 {
    display: none
}
.blog-listing .blog-sidebar .blog-sidebar-content .widget_text .custom-html-widget p {
    text-align: center;
    font-size: 3.0rem;
    padding: 3.0rem
}
.blog-listing .blog-sidebar .blog-sidebar-content .widget_text .custom-html-widget .underscore {
    display: block;
    width: 50px;
    border: 1px solid #303030;
    margin: 0 auto
}
.blog-listing .blog-sidebar .blog-sidebar-content .widget_text .custom-html-widget .hbspt-form {
    background-color: transparent;
    margin: 0;
    padding: 3.0rem 2.8rem 2.0rem
}
.blog-listing .blog-sidebar .blog-sidebar-content .widget_text .custom-html-widget .hbspt-form form {
    margin-bottom: 0
}
.blog-listing .blog-sidebar .blog-sidebar-content .widget_text .custom-html-widget .hbspt-form form .hs_email label {
    display: none
}
.blog-listing .blog-sidebar .blog-sidebar-content .widget_text .custom-html-widget .hbspt-form form .hs_email .input input {
    width: 100%;
    border: none;
    margin-bottom: 0
}
.blog-listing .blog-sidebar .blog-sidebar-content .widget_text .custom-html-widget .hbspt-form form .hs_submit .actions input {
    margin-top: 1rem;
    width: 100%
}
.blog-listing .blog-sidebar .blog-sidebar-content .widget_categories {
    margin-bottom: 6.0rem
}
.blog-listing .blog-sidebar .blog-sidebar-content .widget_categories h3 {
    border-top: 2px solid #70c3a4;
    border-bottom: 1px solid #ffffff;
    padding: 0.5rem 0
}
.blog-listing .blog-sidebar .blog-sidebar-content .widget_categories ul {
    margin-top: 3.0rem;
    padding-left: 0
}
.blog-listing .blog-sidebar .blog-sidebar-content .widget_categories ul li {
    border-bottom: 1px solid #ffffff;
    padding-bottom: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}
.blog-listing .blog-sidebar .blog-sidebar-content .widget_categories ul li:nth-of-type(n+8) {
    display: none
}
.blog-listing .blog-sidebar .blog-sidebar-content .widget_categories ul li a {
    color: #303030
}
.blog-listing .blog-sidebar .blog-sidebar-content .widget_execphp {
    margin-bottom: 6.0rem
}
.blog-listing .blog-sidebar .blog-sidebar-content .widget_execphp h3 {
    border-top: 2px solid #70c3a4;
    border-bottom: 1px solid #ffffff;
    padding: 0.5rem 0;
    margin-bottom: 2.0rem
}
.blog-listing .blog-sidebar .blog-sidebar-content .widget_execphp .execphpwidget .featured-posts-sidebar .featured-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2rem
}
.blog-listing .blog-sidebar .blog-sidebar-content .widget_execphp .execphpwidget .featured-posts-sidebar .featured-post .featured-post-thumbnail {
    float: none;
    width: 107px;
    height: 107px;
    min-width: 107px;
    min-height: 107px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 107px;
    max-height: 107px;
    margin-right: 1rem
}
.blog-listing .blog-sidebar .blog-sidebar-content .widget_execphp .execphpwidget .featured-posts-sidebar .featured-post>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}
.blog-listing .blog-sidebar .blog-sidebar-content .widget_execphp .execphpwidget .featured-posts-sidebar .featured-post>div .post-category a {
    text-transform:
    font-size: 1.6rem;
    font-weight: bold;
    color: #2e8191;
    display: block
}
.blog-listing .blog-sidebar .blog-sidebar-content .widget_execphp .execphpwidget .featured-posts-sidebar .featured-post>div a.title {
    color: #303030;
    font-size: 1.8rem
}
.blog-listing .blog-sidebar .blog-sidebar-content .widget_black_studio_tinymce {
    margin-bottom: 6.0rem
}
.blog-listing .blog-sidebar .blog-sidebar-content .widget_black_studio_tinymce h3 {
    border-top: 2px solid #70c3a4;
    border-bottom: 1px solid #ffffff;
    padding: 0.5rem 0;
    margin-bottom: 2.0rem
}
.blog-listing .blog-sidebar .blog-sidebar-content .widget_black_studio_tinymce .textwidget ul {
    padding-left: 0
}
.blog-listing .blog-sidebar .blog-sidebar-content .widget_black_studio_tinymce .textwidget ul li {
    margin-bottom: 0.5rem
}
.blog-listing .blog-sidebar .blog-sidebar-content .widget_black_studio_tinymce .textwidget ul li a {
    font-family: "Work Sans", sans-serif
}
.blog-listing .blog-sidebar .blog-sidebar-content .null-instagram-feed h3 {
    border-top: 2px solid #70c3a4;
    border-bottom: 1px solid #ffffff;
    padding: 0.5rem 0;
    margin-bottom: 2.0rem
}
.blog-listing .blog-sidebar .blog-sidebar-content .null-instagram-feed ul {
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}
.blog-listing .blog-sidebar .blog-sidebar-content .null-instagram-feed ul li {
    display: block;
    margin-bottom: 2.0rem;
    width: 30%
}
.blog-listing .blog-sidebar .blog-sidebar-content .null-instagram-feed p.clear a {
    color: #303030;
    font-family: "Work Sans", sans-serif;
    font-size: 2.8rem;
    text-align: center;
    display: block
}
.blog-listing .blog-list-cta li {
    list-style: none
}
.blog-listing .cd-top {
    display: inline-block;
    height: 60px;
    width: 60px;
    position: fixed;
    bottom: 40px;
    right: 30px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: #303030 url(//www.newbreedmarketing.com/hubfs/cd-top-arrow.svg) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.1s ease-out;
    transition: 0.1s ease-out
}
.blog-listing .cd-top:hover {
    background-color: #f6948f;
    opacity: 1
}
.blog-listing .cd-top.cd-is-visible,
.blog-listing .cd-top.cd-fade-out,
.blog-listing .no-touch .cd-top:hover {
    -webkit-transition: 0.1s ease-out;
    transition: 0.1s ease-out
}
.blog-listing .cd-top.cd-is-visible {
    visibility: visible;
    opacity: 1
}
.blog-listing .cd-top.cd-fade-out:hover {
    background-color: #f6948f;
    opacity: 1
}
.blog-listing .no-touch .cd-top:hover {
    background-color: #303030;
    opacity: 1
}
@media (max-width: 767px) {
    .blog-listing .cd-top {
        display: none
    }
}
.blog-post {
    margin-top: 16.0rem
}
.blog-post .entry-content {
    margin-top: 0;
    margin-bottom: 11.5rem
}
.blog-post .entry-content h3 {
    text-transform: none;
    font-size: 3.0rem;
    letter-spacing: -.01rem;
    line-height: 5.5rem;
    font-weight: bold
}
.blog-post .entry-content h1 strong,
.blog-post .entry-content h2 strong,
.blog-post .entry-content h3 strong,
.blog-post .entry-content h4 strong,
.blog-post .entry-content h5 strong,
.blog-post .entry-content h6 strong {
    font-weight: normal !important
}
.blog-post .entry-content h2 {
    font-size: 40px;
    line-height: 45px;
    margin-top: 40px;
    margin-bottom: 40px
}
.blog-post .entry-content h3 {
    margin-top: 30px;
    margin-bottom: 30px
}
.blog-post .entry-content h4 {
    margin-top: 28px;
    margin-bottom: 28px
}
.blog-post .entry-content blockquote {
    font-size: 30px;
    line-height: 30px;
    margin-top: 30px;
    margin-bottom: 30px
}
.blog-post .entry-content img {
    width: 100% !important
}
.blog-post .entry-content figure {
    margin: 0 auto 6.0rem;
    width: 100% !important;
    text-align: left
}
.blog-post .entry-content figure img {
    width: 100% !important;
    margin-bottom: 0
}
.blog-post .entry-content figure figcaption {
    font-size: 1.8rem;
    line-height: 2.5rem;
    font-weight: bold;
    text-align: left
}
.blog-post article {
    max-width: 1057px;
    margin: 0 auto;
    padding: 0 2.8rem
}
.blog-post article .entry-header {
    text-align: left
}
.blog-post article .entry-header>a {
    padding-bottom: 3.0rem;
    text-transform: 
    font-size: 1.6rem;
    font-weight: bold;
    padding-right: 1.0rem
}
.blog-post article .entry-header>a:nth-of-type(2) {
    color: #2e8191
}
.blog-post article .entry-header>a:nth-of-type(3) {
    color: #90bc49
}
.blog-post article .entry-header>a:nth-of-type(4) {
    color: #a7d7cd
}
.blog-post article .entry-header h2 {
    font-size: 8rem;
    line-height: 8rem;
    padding-bottom: 5rem
}
.blog-post article .entry-meta {
    text-align: left;
    margin-bottom: 6.0rem
}
.blog-post article .entry-meta h3 {
    font-size: 1.8rem
}
.blog-post .author-info-box {
    max-width: 1256px;
    border-top: 1px solid #a1a1a1;
    border-bottom: 1px solid #ffffff;
    padding: 30px 0;
    margin: 0 auto 8.0rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
@media (max-width: 1024px) {
    .blog-post .author-info-box {
        padding: 20px 2.8rem
    }
}
.blog-post .author-info-box img {
    margin-right: 2.0rem;
    width: auto;
    height: auto
}
.blog-post .author-info-box .author-copy h3.author-name {
    font-size: 1.8rem;
    padding-bottom: 2.0rem
}
.blog-post .author-info-box .author-copy span.author-bio {
    font-size: 2.2rem
}
.blog-post .related-posts {
    max-width: 1220px;
    margin: 0 auto
}
.blog-post .related-posts h3 {
    font-size: 2.2rem;
    text-align: center
}
.blog-post .comments {
    padding: 0 2.8rem;
    margin-bottom: 14.3rem
}
.blog-post .comments #disqus_thread {
    max-width: 1220px;
    margin: 0 auto
}
.blog-post .cd-top {
    display: inline-block;
    height: 60px;
    width: 60px;
    position: fixed;
    bottom: 40px;
    right: 30px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(48, 48, 48, 0.8) url(//www.newbreedmarketing.com/hubfs/cd-top-arrow.svg) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.1s ease-out;
    transition: 0.1s ease-out
}
.blog-post .cd-top:hover {
    background-color: #303030;
    opacity: 1
}
.blog-post .cd-top.cd-is-visible,
.blog-post .cd-top.cd-fade-out,
.blog-post .no-touch .cd-top:hover {
    -webkit-transition: 0.1s ease-out;
    transition: 0.1s ease-out
}
.blog-post .cd-top.cd-is-visible {
    visibility: visible;
    opacity: 1
}
.blog-post .cd-top.cd-fade-out {
    opacity: .5
}
.blog-post .cd-top.cd-fade-out:hover {
    background-color: #303030;
    opacity: 1
}
.blog-post .no-touch .cd-top:hover {
    background-color: #303030;
    opacity: 1
}
@media (max-width: 767px) {
    .blog-post .cd-top {
        display: none
    }
}
.blog-post .subscribe-section {
    margin-bottom: 0
}
.landing-page .entry-content ul {
    overflow: auto
}
.landing-page .entry-content img {
    margin: 0 40px 20px 0
}
.landing-page .entry-title {
    text-align: center;
    margin: 120px 0 35px 0
}
.landing-page .right-sidebar {
    background-color: #f2f1f2;
    padding: 20px;
    margin-top: 30px;
    margin-bottom: 100px
}
.landing-page nav.post-navigation {
    display: none
}
@media (max-width: 1024px) {
    .landing-page .gform_wrapper.gf_browser_chrome .gform_body {
        width: 100% !important
    }
}
.filterable-content .intro {
    padding: 20px
}
.filterable-content .featured {
    padding: 20px;
    text-align: center
}
.filterable-content .featured img {
    max-width: 200px
}
.filterable-content .filters {
    opacity: 0;
    text-align: center
}
.filterable-content .filters fieldset {
    display: inline-block;
    border: 0;
    padding: 0
}
.filterable-content .filters .styledselect:after {
    position: relative;
    top: -4px;
    content: "\f0dd";
    display: inline-block;
    font-family: FontAwesome;
    margin-left: 7px;
    font-size: 1.5rem
}
.filterable-content .filters div>div>.styledselect {
    display: block
}
.is-window-load .filterable-content .filters {
    opacity: 1;
    -webkit-transition: 0.1s ease-out;
    transition: 0.1s ease-out
}
.filterable-content .filters .filter-search {
    border-left: solid 1px #e5e5e5;
    padding-left: 20px;
    display: inline-block;
    vertical-align: top
}
@media (max-width: 1024px) {
    .filterable-content .filters .filter-search {
        border: none
    }
}
.filterable-content .filters .filter-search:before {
    content: "";
    background-image: url(//532045.fs1.hubspotusercontent-na1.net/hubfs/532045/Search.png);
    background-size: cover;
    height: 18px;
    width: 18px;
    display: inline-block;
    vertical-align: middle;
    margin: 12px 0;
    margin-right: 20px
}
@media (max-width: 1024px) {
    .filterable-content .filters .filter-search:before {
        display: none
    }
}
.filterable-content .list {
    text-align: center
}
.filterable-content .list #mixitup-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
@media (max-width: 1024px) {
    .filterable-content .list #mixitup-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}
.filterable-content .list #mixitup-container .mix {
    display: none
}
.filterable-content .list .mix {
    padding: 30px;
    text-align: center
}
.filterable-content .list .mix img {
    max-width: 250px
}
@media (max-width: 1024px) {
    .filterable-content .list .mix {
        width: 100%
    }
}
.filterable-content .list .mix h3 {
    font-size: 3rem;
    margin-top: 1rem
}
.filterable-content .list .mix button {
    display: none
}
.filterable-content form select.hidden {
    display: none
}
.filterable-content form .select {
    cursor: pointer;
    display: block;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 20px
}
.filterable-content form .styledselect {
    background-color: #fff;
    padding: 6px 10px;
    border: 1px solid #303030;
    margin-top: 10px
}
.filterable-content form .styledselect:hover {
    background-color: #303030;
    color: #fff
}
.filterable-content form .styledselect:active,
.filterable-content form .styledselect.active {
    background-color: #303030
}
.filterable-content form .options {
    background: #fff;
    border: 1px solid #303030;
    display: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 97%;
    z-index: 999;
    width: 100%
}
.filterable-content form .active+.options {
    z-index: 9999
}
.filterable-content form .options li {
    padding: 5px;
    list-style-type: none
}
.filterable-content form .options li:hover {
    background: #303030;
    color: #fff
}
.introduction-section {
    padding: 11.5rem 2.8rem
}
@media (max-width: 1440px) {
    .introduction-section {
        padding: 9rem 9rem
    }
}
@media (max-width: 1024px) {
    .introduction-section {
        padding: 7rem 4rem;
        padding-bottom: 30px;
        padding-bottom: 9rem
    }
}
@media (max-width: 767px) {
    .introduction-section {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 20px;
        margin-bottom: 40px
    }
    .page-template-page-academy-subpage .introduction-section,
    .page-template-page-solutions-subpage .introduction-section {
        padding-bottom: 20px
    }
}
.min-header-page .introduction-section {
    padding: 6.0rem 2.8rem 11.5rem
}
@media (max-width: 1440px) {
    .min-header-page .introduction-section {
        padding: 9rem 9rem
    }
}
@media (max-width: 1024px) {
    .min-header-page .introduction-section {
        padding: 7rem 4rem;
        padding-bottom: 90px;
        padding-top: 28px
    }
}
@media (max-width: 767px) {
    .min-header-page .introduction-section {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 20px;
        margin-bottom: 20px
    }
}
.introduction-section .max-width {
    max-width: 1220px;
    margin: 0 auto
}
.introduction-section .max-width .introduction-header {
    padding-bottom: 6.0rem
}
.introduction-section .max-width .introduction-text {
    font-size: 3.2rem;
    margin-top: -2.2rem;
    line-height: 5rem;
    letter-spacing: 0.01rem;
    margin-bottom: -1.2rem
}
.introduction-section .max-width .introduction-text em {
    margin: 0;
    display: block
}
@media (max-width: 1440px) {
    .introduction-section .max-width .introduction-text {
        font-size: 28px;
        line-height: 43px
    }
}
@media (max-width: 1024px) {
    .introduction-section .max-width .introduction-text {
        font-size: 26px;
        line-height: 41px
    }
}
@media (max-width: 767px) {
    .introduction-section .max-width .introduction-text {
        font-size: 18px;
        line-height: 30px
    }
}
.introduction-section .max-width .introduction-ctas {
    margin-top: 6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}
.page-template-page-thank-you .introduction-section .max-width .introduction-ctas {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}
@media (max-width: 767px) {
    .introduction-section .max-width .introduction-ctas {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}
.introduction-section .max-width .introduction-ctas a.introduction-cta {
    margin: 0rem 1.5rem
}
.page-template-page-thank-you .introduction-section .max-width .introduction-ctas a.introduction-cta:first-of-type {
    margin-left: 0
}
@media (max-width: 767px) {
    .introduction-section .max-width .introduction-ctas a.introduction-cta {
        margin: 0 0 3.0rem
    }
}
.introduction-section .max-width .intro-address {
    font-weight: bold;
    font-size: 3.2rem;
    line-height: 4.0rem;
    margin-bottom: 6.0rem;
    display: block
}
.introduction-section.second-introduction-section {
    padding-top: 0
}
.our-services-section {
    padding: 4.7rem 0rem 14.3rem;
    padding-left: 2.8rem
}
@media (max-width: 1440px) {
    .our-services-section {
        padding-left: 9rem
    }
}
@media (max-width: 1024px) {
    .our-services-section {
        padding-left: 0;
        padding-bottom: 9rem
    }
}
@media (max-width: 767px) {
    .our-services-section {
        margin-bottom: 30px
    }
}
.our-services-section .our-services-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}
.our-services-section .our-services-container .our-services-left {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto
}
.our-services-section .our-services-container .our-services-center {
    background-color: #f2f1f2;
    position: relative;
    padding-bottom: 10.0rem
}
@media (max-width: 1024px) {
    .our-services-section .our-services-container .our-services-center {
        padding-top: 7rem;
        padding-bottom: 1.1rem
    }
}
.our-services-section .our-services-container .our-services-center .our-services-title {
    -webkit-transform: translateX(calc(-13vw + 13.0rem)) translateY(-4.7rem);
    transform: translateX(calc(-13vw + 13.0rem)) translateY(-4.7rem);
    position: relative;
    z-index: 5;
    margin-bottom: -7.0rem
}
@media screen and (-ms-high-contrast: active),
screen and (-ms-high-contrast: none) {
    .our-services-section .our-services-container .our-services-center .our-services-title {
        margin-bottom: -2.5rem
    }
}
@media (max-width: 1024px) {
    .our-services-section .our-services-container .our-services-center .our-services-title {
        padding-left: 4rem;
        -webkit-transform: none;
        transform: none
    }
}
@media (max-width: 767px) {
    .our-services-section .our-services-container .our-services-center .our-services-title {
        padding-left: 15px
    }
}
.our-services-section .our-services-container .our-services-center .our-services-title:after {
    margin-top: 0;
    left: 0%
}
.our-services-section .our-services-container .our-services-center .our-services-circle {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    margin-top: 0
}
.our-services-section .our-services-container .our-services-center .our-services-circle .our-services-circle-svg {
    overflow: visible
}
.our-services-section .our-services-container .our-services-center .our-services-circle .our-services-circle-svg circle {
    stroke-dasharray: 1333;
    -webkit-transform: rotate(30deg) translateX(-50%) translateY(-5%);
    transform: rotate(30deg) translateX(-50%) translateY(-5%);
    -webkit-transform-origin: center center;
    transform-origin: center center
}
.our-services-section .our-services-container .our-services-center .our-services-content-wrap {
    position: relative;
    z-index: 4
}
.our-services-section .our-services-container .our-services-center .our-services-content-wrap .line-head:before {
    margin-left: 18.0rem
}
@media (max-width: 1024px) {
    .our-services-section .our-services-container .our-services-center .our-services-content-wrap .line-head:before {
        margin-left: 4rem;
        margin-top: 8rem
    }
}
@media (max-width: 767px) {
    .our-services-section .our-services-container .our-services-center .our-services-content-wrap .line-head:before {
        margin-left: 15px
    }
}
.our-services-section .our-services-container .our-services-center .our-services-content-wrap .our-services-content-header {
    padding-left: 18.0rem;
    padding-bottom: 6rem
}
@media (max-width: 1440px) {
    .our-services-section .our-services-container .our-services-center .our-services-content-wrap .our-services-content-header {
        padding-left: 9.0rem
    }
}
@media (max-width: 1024px) {
    .our-services-section .our-services-container .our-services-center .our-services-content-wrap .our-services-content-header {
        padding-left: 4rem
    }
}
@media (max-width: 767px) {
    .our-services-section .our-services-container .our-services-center .our-services-content-wrap .our-services-content-header {
        padding-left: 15px
    }
}
.our-services-section .our-services-container .our-services-center .our-services-content-wrap .our-services-content-item-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 18.0rem;
    max-width: 1220px
}
@media (max-width: 1440px) {
    .our-services-section .our-services-container .our-services-center .our-services-content-wrap .our-services-content-item-wrap {
        padding-left: 9.0rem
    }
}
@media (max-width: 1024px) {
    .our-services-section .our-services-container .our-services-center .our-services-content-wrap .our-services-content-item-wrap {
        padding-left: 2.8rem;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}
@media (max-width: 767px) {
    .our-services-section .our-services-container .our-services-center .our-services-content-wrap .our-services-content-item-wrap {
        display: block;
        padding-left: 0
    }
}
.our-services-section .our-services-container .our-services-center .our-services-content-wrap .our-services-content-item-wrap .our-services-content-item {
    margin: 0 1%;
    width: 23%
}
@media (max-width: 1205px) {
    .our-services-section .our-services-container .our-services-center .our-services-content-wrap .our-services-content-item-wrap .our-services-content-item {
        margin: 0 2%;
        width: 46%;
        margin-bottom: 5rem
    }
}
.our-services-section .our-services-container .our-services-center .our-services-content-wrap .our-services-content-item-wrap .our-services-content-item:last-of-type {
    padding-right: 0
}
@media (max-width: 1205px) {
    .our-services-section .our-services-container .our-services-center .our-services-content-wrap .our-services-content-item-wrap .our-services-content-item {
        width: 46%;
        padding-right: 0
    }
    .our-services-section .our-services-container .our-services-center .our-services-content-wrap .our-services-content-item-wrap .our-services-content-item:nth-of-type(2) {
        padding-right: 0
    }
    .our-services-section .our-services-container .our-services-center .our-services-content-wrap .our-services-content-item-wrap .our-services-content-item:last-of-type {
        padding-right: 0
    }
    .our-services-section .our-services-container .our-services-center .our-services-content-wrap .our-services-content-item-wrap .our-services-content-item:first-of-type {
        padding-left: 0
    }
}
@media (max-width: 767px) {
    .our-services-section .our-services-container .our-services-center .our-services-content-wrap .our-services-content-item-wrap .our-services-content-item {
        width: 100%;
        margin: 0 15px 0 15px;
        padding-right: 10px
    }
    .our-services-section .our-services-container .our-services-center .our-services-content-wrap .our-services-content-item-wrap .our-services-content-item:nth-of-type(2),
    .our-services-section .our-services-container .our-services-center .our-services-content-wrap .our-services-content-item-wrap .our-services-content-item:last-of-type {
        padding-right: 10px
    }
}
.our-services-section .our-services-container .our-services-center .our-services-content-wrap .our-services-content-item-wrap .our-services-content-item .our-services-content-item-image {
    height: 16.0rem;
    width: 100%;
    background-size: cover;
    background-position: center center;
    margin-bottom: 3.0rem
}
@media (max-width: 1205px) {
    .our-services-section .our-services-container .our-services-center .our-services-content-wrap .our-services-content-item-wrap .our-services-content-item .our-services-content-item-image {
        height: 30rem
    }
}
@media (max-width: 767px) {
    .our-services-section .our-services-container .our-services-center .our-services-content-wrap .our-services-content-item-wrap .our-services-content-item .our-services-content-item-image {
        margin: 0 auto 40px auto;
        height: 165px
    }
}
.our-services-section .our-services-container .our-services-center .our-services-content-wrap .our-services-content-item-wrap .our-services-content-item .our-services-content-item-title {
    padding-bottom: 3.0rem
}
@media (max-width: 767px) {
    .our-services-section .our-services-container .our-services-center .our-services-content-wrap .our-services-content-item-wrap .our-services-content-item .our-services-content-item-title {
        margin: 0 auto 25px 0;
        max-width: 80%;
        font-size: 26px;
        line-height: 28px
    }
}
.our-services-section .our-services-container .our-services-center .our-services-content-wrap .our-services-content-item-wrap .our-services-content-item .our-services-content-item-copy {
    margin-bottom: 0
}
@media (max-width: 767px) {
    .our-services-section .our-services-container .our-services-center .our-services-content-wrap .our-services-content-item-wrap .our-services-content-item .our-services-content-item-copy {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 50px;
        font-size: 20px;
        line-height: 26px
    }
}
.our-services-section .our-services-container .our-services-right {
    background-color: #f2f1f2;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    padding-right: 2.8rem
}
.your-solution-section {
    padding: 0px 2.8rem 14.3rem
}
@media (max-width: 1440px) {
    .your-solution-section {
        padding-bottom: 11rem;
        padding-left: 9rem;
        padding-right: 6rem
    }
}
@media (max-width: 1024px) {
    .your-solution-section {
        padding-left: 4rem;
        padding-right: 4rem
    }
}
@media (max-width: 767px) {
    .your-solution-section {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 40px
    }
}
.your-solution-section .max-width {
    max-width: 1220px;
    margin: 0 auto
}
@media (max-width: 767px) {
    .your-solution-section .max-width .your-solution-title {
        text-indent: 0
    }
}
.your-solution-section .max-width .your-solution-content-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}
@media (max-width: 1024px) {
    .your-solution-section .max-width .your-solution-content-wrap {
        display: block
    }
    .your-solution-section .max-width .your-solution-content-wrap .line-head:before {
        margin-left: 0
    }
}
.your-solution-section .max-width .your-solution-content-wrap .your-solution-content-left {
    max-width: 520px;
    padding-right: 2.8rem
}
@media (max-width: 1024px) {
    .your-solution-section .max-width .your-solution-content-wrap .your-solution-content-left {
        max-width: 100%
    }
}
@media (max-width: 767px) {
    .your-solution-section .max-width .your-solution-content-wrap .your-solution-content-left {
        margin: 0 auto 6.0rem;
        padding-left: 0;
        padding-right: 0
    }
}
.your-solution-section .max-width .your-solution-content-wrap .your-solution-content-left .your-solution-content-left-header {
    padding-bottom: 6.0rem
}
@media (max-width: 1024px) {
    .your-solution-section .max-width .your-solution-content-wrap .your-solution-content-left .your-solution-content-left-header {
        max-width: 450px
    }
}
@media (max-width: 767px) {
    .your-solution-section .max-width .your-solution-content-wrap .your-solution-content-left .your-solution-content-left-copy {
        font-size: 20px;
        line-height: 26px
    }
}
.your-solution-section .max-width .your-solution-content-wrap .your-solution-content-right {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    max-width: 550px;
    margin-top: 8.3rem
}
@media (max-width: 1024px) {
    .your-solution-section .max-width .your-solution-content-wrap .your-solution-content-right {
        margin: 8rem auto 0 auto
    }
}
.your-solution-section .max-width .your-solution-content-wrap .your-solution-content-right .your-solution-content-right-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-bottom: 3.0rem
}
@media (max-width: 767px) {
    .your-solution-section .max-width .your-solution-content-wrap .your-solution-content-right .your-solution-content-right-top {
        display: block
    }
    .your-solution-section .max-width .your-solution-content-wrap .your-solution-content-right .your-solution-content-right-top .your-solution-content-right-item {
        margin: 0 auto 6.0rem
    }
}
.your-solution-section .max-width .your-solution-content-wrap .your-solution-content-right .your-solution-content-right-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}
@media (max-width: 767px) {
    .your-solution-section .max-width .your-solution-content-wrap .your-solution-content-right .your-solution-content-right-bottom {
        display: block
    }
    .your-solution-section .max-width .your-solution-content-wrap .your-solution-content-right .your-solution-content-right-bottom .your-solution-content-right-item {
        margin: 0 auto 6.0rem
    }
}
.your-solution-section .max-width .your-solution-content-wrap .your-solution-content-right .your-solution-content-right-item {
    width: 23.0rem
}
@media (max-width: 767px) {
    .your-solution-section .max-width .your-solution-content-wrap .your-solution-content-right .your-solution-content-right-item {
        width: 26rem
    }
}
.your-solution-section .max-width .your-solution-content-wrap .your-solution-content-right .your-solution-content-right-item .your-solution-content-right-icon {
    margin-bottom: 3.0rem
}
.your-solution-section .max-width .your-solution-content-wrap .your-solution-content-right .your-solution-content-right-item .your-solution-content-right-title {
    padding-bottom: 3.0rem
}
@media (max-width: 767px) {
    .your-solution-section .max-width .your-solution-content-wrap .your-solution-content-right .your-solution-content-right-item .your-solution-content-right-title {
        font-size: 26px;
        line-height: 28px
    }
}
@media (max-width: 767px) {
    .your-solution-section .max-width .your-solution-content-wrap .your-solution-content-right .your-solution-content-right-item .your-solution-content-right-link {
        font-size: 20px
    }
    .your-solution-section .max-width .your-solution-content-wrap .your-solution-content-right .your-solution-content-right-item .your-solution-content-right-link:after {
        font-size: 15px;
        top: 5px;
        right: -2px
    }
}
.webinars-section {
    background-color: #303030;
    padding: 10.0rem 2.8rem;
    margin-bottom: 14.3rem;
    background-size: cover;
    background-position: right center;
    position: relative
}
@media (max-width: 1440px) {
    .webinars-section {
        padding-left: 9rem
    }
}
@media (max-width: 1024px) {
    .webinars-section {
        background-image: none !important;
        padding-left: 4rem
    }
}
@media (max-width: 767px) {
    .webinars-section {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 65px;
        margin-bottom: 100px
    }
}
.webinars-section .max-width {
    max-width: 1220px;
    margin: 0 auto
}
@media (max-width: 767px) {
    .webinars-section .max-width {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        padding-left: 15px
    }
}
.webinars-section .max-width .webinars-title {
    color: #fff
}
@media (max-width: 767px) {
    .webinars-section .max-width .webinars-title {
        margin-top: 170px
    }
}
.webinars-section .max-width .webinars-content-wrap {
    max-width: 43.5rem
}
@media (max-width: 1024px) {
    .webinars-section .max-width .webinars-content-wrap {
        margin: 0 auto 0 0
    }
}
@media (max-width: 767px) {
    .webinars-section .max-width .webinars-content-wrap {
        max-width: 100%;
        margin-top: 30px;
        padding-right: 15px
    }
}
.webinars-section .max-width .webinars-content-wrap .webinars-content-headline {
    color: #fff;
    padding-bottom: 6.0rem
}
.webinars-section .max-width .webinars-content-wrap .webinars-content-headline:before {
    border-top: 1px solid #fff
}
.webinars-section .max-width .webinars-content-wrap .webinars-content-copy {
    color: #a7d8cd;
    margin-bottom: 0
}
@media (max-width: 767px) {
    .webinars-section .max-width .webinars-content-wrap .webinars-content-copy {
        font-size: 20px;
        line-height: 26px
    }
}
.webinars-section .max-width .webinars-content-wrap .webinars-content-button {
    margin-top: 3.0rem;
    border-color: #fff;
    color: #fff;
    background: transparent;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out
}
.webinars-section .max-width .webinars-content-wrap .webinars-content-button:hover {
    color: #70c3a4;
    border-color: #70c3a4
}
.webinars-section a.play-link {
    position: absolute;
    bottom: 4.0rem;
    right: 6.0rem;
    display: block;
    width: 11.0rem;
    height: 11.0rem
}
@media (max-width: 767px) {
    .webinars-section a.play-link {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}
.webinars-section a.play-link .play-circle {
    width: 11.0rem;
    height: 11.0rem;
    background-color: transparent;
    border: 2px solid #70c3a4;
    opacity: 0.5;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out
}
@media (max-width: 767px) {
    .webinars-section a.play-link .play-circle {
        width: 100px;
        height: 100px
    }
}
.webinars-section a.play-link .play-circle .play-triangle {
    border-color: transparent transparent transparent #70c3a4;
    position: relative
}
.webinars-section a.play-link:hover .play-circle {
    opacity: 1
}
@media (max-width: 1024px) {
    .webinars-section a.play-link {
        position: static;
        margin: 6.0rem 0 0 0
    }
}
@media (max-width: 767px) {
    .webinars-section a.play-link {
        margin-top: 0;
        position: relative;
        width: 100px;
        height: 100px;
        left: calc(50% - 50px)
    }
}
.our-work-section {
    background-color: #f2f1f2;
    margin-bottom: 14rem;
    padding: 14rem 0 10rem 0
}
@media (max-width: 1440px) {
    .our-work-section {
        padding-left: 5rem;
        padding-right: 5rem;
        padding-top: 11.5rem
    }
}
@media (max-width: 1024px) {
    .our-work-section {
        padding-top: 6rem;
        margin-bottom: 8rem;
        padding-left: 0;
        padding-right: 0
    }
}
@media (max-width: 767px) {
    .our-work-section {
        margin-bottom: 9.0rem
    }
}
.our-work-section .our-work-content-dropper {
    max-width: 1920px;
    margin: 0 auto
}
@media (max-width: 1024px) {
    .our-work-section .our-work-content-dropper {
        -webkit-transform: none;
        transform: none
    }
}
@media (min-width: 1331px) {
    .our-work-section .our-work-content-dropper .our-work-title {
        -webkit-box-flex: 1;
        -moz-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        text-align: center;
        white-space: nowrap;
        margin-bottom: 0
    }
}
@media (max-width: 1205px) {
    .our-work-section .our-work-content-dropper .our-work-title {
        -webkit-box-ordinal-group: 3;
        -moz-order: 2;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 6rem;
        margin-bottom: -11rem;
        -webkit-box-flex: 1;
        -moz-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        padding-left: 4rem
    }
    .our-work-section .our-work-content-dropper .line-head:before {
        margin-left: 0
    }
}
@media (max-width: 767px) {
    .our-work-section .our-work-content-dropper .our-work-title {
        padding-left: 15px;
        margin-bottom: -5rem
    }
}
.our-work-section .our-work-content-dropper .line-head-bottom:after {
    position: relative;
    left: 50%
}
@media (max-width: 1024px) {
    .our-work-section .our-work-content-dropper .line-head-bottom:after {
        left: 0;
        margin-left: 0
    }
}
.our-work-section .our-work-content-dropper .our-work-content-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap
}
@media (max-width: 1205px) {
    .our-work-section .our-work-content-dropper .our-work-content-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}
.our-work-section .our-work-content-dropper .our-work-content-wrap .our-work-content-left {
    background-image: url("http://newbreedstaging.com/duarte/wp-content/uploads/ipad-frame.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    width: 94.0rem;
    height: 66.4rem;
    margin-left: 5rem;
    margin-top: 0rem;
    position: relative;
    z-index: 2
}
@media (max-width: 1630px) {
    .our-work-section .our-work-content-dropper .our-work-content-wrap .our-work-content-left {
        width: 80rem;
        height: 57rem
    }
}
@media (max-width: 1440px) {
    .our-work-section .our-work-content-dropper .our-work-content-wrap .our-work-content-left {
        width: 60rem;
        min-width: 60rem;
        max-width: 60rem
    }
}
@media (max-width: 1205px) {
    .our-work-section .our-work-content-dropper .our-work-content-wrap .our-work-content-left {
        width: 100%;
        height: 65rem;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin: 0;
        min-width: 0rem;
        max-width: none
    }
}
@media (max-width: 935px) {
    .our-work-section .our-work-content-dropper .our-work-content-wrap .our-work-content-left {
        width: 50rem;
        height: 36rem
    }
}
@media (max-width: 767px) {
    .our-work-section .our-work-content-dropper .our-work-content-wrap .our-work-content-left {
        padding-left: 15px;
        padding-right: 15px
    }
}
.our-work-section .our-work-content-dropper .our-work-content-wrap .our-work-content-left .swiper-container {
    width: 66.5rem;
    height: 49.3rem;
    position: relative;
    top: 8.1rem;
    margin-left: 13.7rem
}
@media (max-width: 1630px) {
    .our-work-section .our-work-content-dropper .our-work-content-wrap .our-work-content-left .swiper-container {
        width: 56.7rem;
        height: 42rem;
        top: 7.1rem;
        margin-left: auto
    }
}
@media (max-width: 1440px) {
    .our-work-section .our-work-content-dropper .our-work-content-wrap .our-work-content-left .swiper-container {
        width: 42.5rem;
        height: 31.5rem;
        top: 12.4rem
    }
}
@media (max-width: 1205px) {
    .our-work-section .our-work-content-dropper .our-work-content-wrap .our-work-content-left .swiper-container {
        width: 65.1rem;
        height: 48.1rem;
        top: 7.9rem
    }
}
@media (max-width: 1024px) {
    .our-work-section .our-work-content-dropper .our-work-content-wrap .our-work-content-left .swiper-container {
        width: 65.25rem;
        height: 48.1rem;
        margin: 4rem auto;
        top: 4.05rem
    }
}
@media (max-width: 935px) {
    .our-work-section .our-work-content-dropper .our-work-content-wrap .our-work-content-left .swiper-container {
        width: 35.6rem;
        height: 26.3rem;
        top: 0.6rem
    }
}
@media (max-width: 767px) {
    .our-work-section .our-work-content-dropper .our-work-content-wrap .our-work-content-left .swiper-container {
        margin-top: 0;
        top: 4.6rem
    }
}
.our-work-section .our-work-content-dropper .our-work-content-wrap .our-work-content-left .swiper-container .swiper-slide {
    background-size: cover;
    background-position: center center
}
.our-work-section .our-work-content-dropper .our-work-content-wrap .our-work-content-left .swiper-pagination-wrapper {
    position: absolute;
    right: -2.0rem;
    top: 23.0rem
}
@media (max-width: 1630px) {
    .our-work-section .our-work-content-dropper .our-work-content-wrap .our-work-content-left .swiper-pagination-wrapper {
        top: 17rem
    }
}
@media (max-width: 1205px) {
    .our-work-section .our-work-content-dropper .our-work-content-wrap .our-work-content-left .swiper-pagination-wrapper {
        position: relative;
        right: auto
    }
}
@media (max-width: 1024px) {
    .our-work-section .our-work-content-dropper .our-work-content-wrap .our-work-content-left .swiper-pagination-wrapper {
        top: 10rem
    }
}
@media (max-width: 935px) {
    .our-work-section .our-work-content-dropper .our-work-content-wrap .our-work-content-left .swiper-pagination-wrapper {
        top: 3.0rem
    }
}
@media (max-width: 767px) {
    .our-work-section .our-work-content-dropper .our-work-content-wrap .our-work-content-left .swiper-pagination-wrapper {
        top: 6.0rem
    }
}
.our-work-section .our-work-content-dropper .our-work-content-wrap .our-work-content-left .swiper-pagination-wrapper .swiper-pagination {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
@media (max-width: 1205px) {
    .our-work-section .our-work-content-dropper .our-work-content-wrap .our-work-content-left .swiper-pagination-wrapper .swiper-pagination {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}
.our-work-section .our-work-content-dropper .our-work-content-wrap .our-work-content-left .swiper-pagination-wrapper .swiper-pagination .swiper-pagination-bullet {
    border: 2px solid #c0c0c0;
    background: transparent;
    margin: 1.0rem 0 1.0rem -0.1rem;
    opacity: 1;
    width: 1.5rem;
    height: 1.5rem;
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out
}
@media (max-width: 1205px) {
    .our-work-section .our-work-content-dropper .our-work-content-wrap .our-work-content-left .swiper-pagination-wrapper .swiper-pagination .swiper-pagination-bullet {
        margin-right: 2.0rem
    }
}
.our-work-section .our-work-content-dropper .our-work-content-wrap .our-work-content-left .swiper-pagination-wrapper .swiper-pagination .swiper-pagination-bullet:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}
.our-work-section .our-work-content-dropper .our-work-content-wrap .our-work-content-left .swiper-pagination-wrapper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #70c3a4;
    border-color: #70c3a4
}
.our-work-section .our-work-content-dropper .our-work-content-wrap .our-work-content-left .swiper-pagination-wrapper .swiper-up {
    background-image: url("http://newbreedstaging.com/duarte/wp-content/uploads/Screen-Shot-2017-07-12-at-10.08.12-AM.png");
    background-size: cover;
    width: 3.1rem;
    height: 2.2rem;
    margin-bottom: 1.0rem;
    cursor: pointer;
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out
}
.our-work-section .our-work-content-dropper .our-work-content-wrap .our-work-content-left .swiper-pagination-wrapper .swiper-up:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}
@media (max-width: 1205px) {
    .our-work-section .our-work-content-dropper .our-work-content-wrap .our-work-content-left .swiper-pagination-wrapper .swiper-up {
        display: none
    }
}
.our-work-section .our-work-content-dropper .our-work-content-wrap .our-work-content-left .swiper-pagination-wrapper .swiper-down {
    background-image: url("http://newbreedstaging.com/duarte/wp-content/uploads/Screen-Shot-2017-07-12-at-10.09.02-AM.png");
    background-size: cover;
    width: 3.1rem;
    height: 2.2rem;
    margin-top: 1.0rem;
    cursor: pointer;
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out
}
.our-work-section .our-work-content-dropper .our-work-content-wrap .our-work-content-left .swiper-pagination-wrapper .swiper-down:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}
@media (max-width: 1205px) {
    .our-work-section .our-work-content-dropper .our-work-content-wrap .our-work-content-left .swiper-pagination-wrapper .swiper-down {
        display: none
    }
}
.our-work-section .our-work-content-dropper .our-work-content-wrap .our-work-content-left .swiper-pagination-wrapper.vertical-nav .swiper-pagination {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}
.our-work-section .our-work-content-dropper .our-work-content-wrap .our-work-content-left .swiper-pagination-wrapper.vertical-nav .swiper-pagination .swiper-pagination-bullet {
    margin-right: 2.0rem
}
.our-work-section .our-work-content-dropper .our-work-content-wrap .our-work-content-left .swiper-pagination-wrapper.vertical-nav .swiper-pagination .swiper-pagination-bullet:last-of-type {
    margin-right: 0
}
.our-work-section .our-work-content-dropper .our-work-content-wrap .our-work-content-right {
    max-width: 61.0rem;
    padding-left: 10.8rem;
    position: relative;
    z-index: 1;
    padding-right: 2.8rem
}
@media (max-width: 1205px) {
    .our-work-section .our-work-content-dropper .our-work-content-wrap .our-work-content-right {
        padding-left: 4rem;
        max-width: 100%;
        min-width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 11.5rem
    }
}
@media (max-width: 767px) {
    .our-work-section .our-work-content-dropper .our-work-content-wrap .our-work-content-right {
        margin-top: 6.0rem;
        padding-left: 15px;
        padding-right: 15px
    }
}
.our-work-section .our-work-content-dropper .our-work-content-wrap .our-work-content-right .our-work-content-headline {
    padding-bottom: 6.0rem
}
.our-work-section .our-work-content-dropper .our-work-content-wrap .our-work-content-right .our-work-content-area {
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
    opacity: 0;
    pointer-events: none;
    padding-right: 2.8rem;
    height: 0;
    margin-top: 0;
    display: none
}
.our-work-section .our-work-content-dropper .our-work-content-wrap .our-work-content-right .our-work-content-area.active {
    opacity: 1;
    pointer-events: all;
    height: auto;
    display: block
}
.our-work-section .our-work-content-dropper .our-work-content-wrap .our-work-content-right .our-work-content-area .our-work-content-copy {
    margin-bottom: 0;
    padding-bottom: 3.0rem
}
@media (max-width: 767px) {
    .our-work-section .our-work-content-dropper .our-work-content-wrap .our-work-content-right .our-work-content-area .our-work-content-copy {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 23px
    }
}
@media (max-width: 767px) {
    .our-work-section .our-work-content-dropper .our-work-content-wrap .our-work-content-right .our-work-content-area .button {
        width: 100%;
        font-size: 16px
    }
}
.webinars-section+.our-work-section {
    margin-top: -14.3rem
}
@media (max-width: 767px) {
    .webinars-section+.our-work-section {
        margin-top: -100px
    }
}
.the-blog-section {
    position: relative;
    margin-bottom: 14.3rem;
    padding-left: 2.8rem
}
@media (max-width: 1440px) {
    .the-blog-section {
        padding-left: 9rem;
        margin-bottom: 11.3rem
    }
}
@media (max-width: 1024px) {
    .the-blog-section {
        padding-left: 4rem;
        padding-right: 4rem;
        margin-bottom: 9rem
    }
    .the-blog-section .line-head:before {
        margin-left: 0
    }
    .page-template-page-solutions-landing .the-blog-section {
        margin-bottom: 9rem
    }
}
@media (max-width: 767px) {
    .the-blog-section {
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 90px
    }
    .page-template-page-solutions-landing .the-blog-section {
        margin-bottom: 60px
    }
}
.the-blog-section .max-width {
    max-width: 1220px;
    margin: 0 auto
}
@media (max-width: 1440px) {
    .the-blog-section .max-width {
        max-width: 100%
    }
}
.the-blog-section .max-width .the-blog-content-wrap {
    padding-bottom: 14.3rem;
    position: relative;
    max-width: 50%
}
@media (max-width: 1024px) {
    .the-blog-section .max-width .the-blog-content-wrap {
        padding-bottom: 0;
        max-width: 100%
    }
}
@media (max-width: 767px) {
    .the-blog-section .max-width .the-blog-content-wrap .the-blog-title {
        font-size: 6rem;
        line-height: 6rem
    }
}
.the-blog-section .max-width .the-blog-content-wrap .the-blog-circle {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}
.the-blog-section .max-width .the-blog-content-wrap .the-blog-circle .the-blog-circle-svg {
    overflow: visible
}
.the-blog-section .max-width .the-blog-content-wrap .the-blog-circle .the-blog-circle-svg circle {
    -webkit-transform: translateX(133%) translateY(-44%);
    transform: translateX(133%) translateY(-44%)
}
@media (max-width: 767px) {
    .home .the-blog-section .max-width .the-blog-content-wrap .the-blog-circle {
        display: none
    }
}
@media (max-width: 767px) {
    .the-blog-section .max-width .the-blog-content-wrap .the-blog-circle {
        display: none
    }
}
.the-blog-section .max-width .the-blog-content-wrap .the-blog-content-headline {
    padding-bottom: 6.0rem;
    margin-bottom: -2.5rem;
    margin-top: -1.5rem
}
@media (max-width: 767px) {
    .the-blog-section .max-width .the-blog-content-wrap .the-blog-content-headline {
        padding-left: 0;
        padding-right: 0
    }
}
.the-blog-section .max-width .the-blog-content-wrap .the-blog-content-copy {
    padding-right: 2.8rem
}
@media (max-width: 1024px) {
    .the-blog-section .max-width .the-blog-content-wrap .the-blog-content-copy {
        padding-right: 0
    }
}
@media (max-width: 1024px) {
    .the-blog-section .max-width .the-blog-content-wrap .the-blog-content-copy {
        max-width: 100%
    }
}
@media (max-width: 767px) {
    .the-blog-section .max-width .the-blog-content-wrap .the-blog-content-copy {
        margin: 0 auto;
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 30px
    }
}
.the-blog-section .max-width .the-blog-content-wrap .the-blog-content-link {
    margin-top: 6.0rem;
    margin-right: 10px
}
@media (max-width: 1024px) {
    .the-blog-section .max-width .the-blog-content-wrap .the-blog-content-link:first-of-type {
        margin-right: 43px
    }
}
@media (max-width: 767px) {
    .the-blog-section .max-width .the-blog-content-wrap .the-blog-content-link {
        width: 100%;
        font-size: 16px;
        margin-top: 20px
    }
    .the-blog-section .max-width .the-blog-content-wrap .the-blog-content-link:first-of-type {
        margin-right: 0
    }
}
.the-blog-section .the-blog-image {
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    width: 45%;
    height: 100%;
    top: 0;
    right: 0;
    background-position: left top
}
@media (max-width: 1024px) {
    .the-blog-section .the-blog-image {
        display: none
    }
}
.the-blog-section.right-text .max-width .the-blog-content-wrap {
    padding-bottom: 0;
    max-width: 50%;
    margin-left: auto
}
@media (max-width: 1440px) {
    .the-blog-section.right-text .max-width .the-blog-content-wrap {
        padding-right: 9rem
    }
}
@media (max-width: 1024px) {
    .the-blog-section.right-text .max-width .the-blog-content-wrap {
        max-width: 100%
    }
}
@media (max-width: 767px) {
    .the-blog-section.right-text .max-width .the-blog-content-wrap {
        margin: 0 auto;
        padding-right: 0
    }
}
.the-blog-section.right-text .max-width .the-blog-content-wrap .the-blog-content-headline {
    max-width: none
}
.the-blog-section.right-text .max-width .the-blog-content-wrap .the-blog-content-copy {
    max-width: none
}
.the-blog-section.right-text .the-blog-image {
    right: auto;
    left: 0;
    background-position: right center;
    width: 41.66%
}
@media (max-width: 767px) {
    .resources-section+.the-blog-section {
        margin-top: -19.3rem
    }
}
.subscribe-section {
    background-size: 45px;
    background-image: url("/wp-content/uploads/duarte-bg-cube.png");
    background-color: #a7d7cd;
    padding: 11.5rem 2.8rem;
    text-align: center;
    margin-bottom: 14rem;
    background-attachment: fixed
}
@media (max-width: 1440px) {
    .subscribe-section {
        margin-bottom: 11rem
    }
}
@media (max-width: 1024px) {
    .subscribe-section {
        padding-top: 7rem;
        margin-top: 8rem !important;
        padding-bottom: 7rem;
        margin-bottom: 8rem
    }
}
@media (max-width: 767px) {
    .subscribe-section {
        margin-bottom: 90px
    }
}
.page-template-page-academy-landing .subscribe-section {
    padding-left: 100px;
    padding-right: 100px
}
@media (max-width: 1024px) {
    .page-template-page-academy-landing .subscribe-section {
        padding-left: 40px;
        padding-right: 40px
    }
}
@media (max-width: 767px) {
    .page-template-page-academy-landing .subscribe-section {
        padding-left: 15px;
        padding-right: 15px
    }
}
.subscribe-section .subscribe-headline {
    font-style: italic;
    font-family: "Work Sans", sans-serif;
    font-size: 4.4rem;
    line-height: 5rem;
    text-transform: none;
    padding-bottom: 6.0rem;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    max-width: 78.0rem
}
@media (max-width: 1440px) {
    .subscribe-section .subscribe-headline {
        font-size: 40px;
        line-height: 42px
    }
}
@media (max-width: 1024px) {
    .subscribe-section .subscribe-headline {
        font-size: 35px;
        line-height: 42px
    }
}
@media (max-width: 767px) {
    .subscribe-section .subscribe-headline {
        font-size: 34px;
        line-height: 40px
    }
}
.subscribe-section .subscribe-input-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}
@media (max-width: 767px) {
    .subscribe-section .subscribe-input-wrap {
        display: block
    }
}
.subscribe-section .subscribe-input-wrap input[type="text"] {
    min-width: 38.0rem;
    padding: 17px 20px
}
.subscribe-section .subscribe-input-wrap input[type="text"]::-webkit-input-placeholder {
    color: #303030;
    font-weight: bold
}
.subscribe-section .subscribe-input-wrap input[type="text"]:-ms-input-placeholder {
    color: #303030;
    font-weight: bold
}
.subscribe-section .subscribe-input-wrap input[type="text"]::-ms-input-placeholder {
    color: #303030;
    font-weight: bold
}
.subscribe-section .subscribe-input-wrap input[type="text"]::placeholder {
    color: #303030;
    font-weight: bold
}
@media (max-width: 767px) {
    .subscribe-section .subscribe-input-wrap input[type="text"] {
        display: block;
        margin: 0 auto 6.0rem;
        font-size: 16px;
        width: 100%;
        margin-bottom: 20px
    }
}
@media (max-width: 767px) {
    .subscribe-section .subscribe-input-wrap .button {
        width: 100%;
        font-size: 16px
    }
}
.subscribe-section+.why-section {
    margin-top: 21rem
}
.resources-section {
    margin-bottom: 14rem;
}
@media (max-width: 1024px) {
    .resources-section {
        margin-bottom: 19.3rem
    }
}
@media (max-width: 767px) {
    .resources-section .page-template-page-homepage {
        margin-bottom: 243px
    }
}
.resources-section .max-width {
    max-width: 1268px;
    padding: 0 28px;
    margin: 0 auto
}
@media (max-width: 1440px) {
    .resources-section .max-width {
        max-width: 100%;
        padding-left: 9rem;
        padding-right: 9rem
    }
}
@media (max-width: 1024px) {
    .resources-section .max-width {
        padding-left: 4rem;
        padding-right: 4rem
    }
}
@media (max-width: 767px) {
    .resources-section .max-width {
        padding-left: 15px;
        padding-right: 15px
    }
}
@media (max-width: 767px) {
    .resources-section .max-width .resources-section-title {
        font-size: 6rem;
        line-height: 6rem
    }
}
.resources-section .max-width .resources-section-content-wrap {
    max-width: 1050px
}
@media (max-width: 1024px) {
    .resources-section .max-width .resources-section-content-wrap {
        margin: 0 auto
    }
}
.resources-section .max-width .resources-section-content-wrap .resources-section-content-headline {
    padding-bottom: 6.0rem
}
@media (max-width: 767px) {
    .resources-section .max-width .resources-section-content-wrap .resources-section-content-copy {
        font-size: 20px;
        line-height: 28px
    }
}
.resources-section .max-width .resources-section-content-wrap .resources-section-content-right-link {
    margin-top: 6.0rem
}
@media (max-width: 767px) {
    .resources-section .max-width .resources-section-content-wrap .resources-section-content-right-link {
        width: 100%;
        font-size: 16px;
        margin-top: 60px
    }
}
.resources-section .resources-section-repeating-bg {
    width: 100%;
    height: 468px;
    background-position: center center;
    margin-top: 2rem
}
@media (max-width: 1440px) {
    .resources-section .resources-section-repeating-bg {
        background-image: none !important
    }
}
@media (max-width: 1024px) {
    .resources-section .resources-section-repeating-bg {
        height: 300px
    }
}
@media (max-width: 767px) {
    .resources-section .resources-section-repeating-bg {
        margin-top: 0;
        height: 230px
    }
}
.resources-section .resources-section-repeating-bg .resources-section-bg {
    height: 468px;
    background-repeat: no-repeat;
    background-position: center center
}
@media (max-width: 1440px) {
    .resources-section .resources-section-repeating-bg .resources-section-bg {
        background-size: contain
    }
}
@media (max-width: 1024px) {
    .resources-section .resources-section-repeating-bg .resources-section-bg {
        background-size: cover;
        background-position: 20% center
    }
}
@media (max-width: 767px) {
    .resources-section .resources-section-repeating-bg .resources-section-bg {
        height: 230px
    }
}
.why-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 28px;
    margin-bottom: 14.3rem
}
@media (max-width: 1440px) {
    .why-section {
        padding-right: 0;
        margin-bottom: 11rem
    }
}
@media (max-width: 1024px) {
    .why-section {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        max-width: 100%;
        margin: 0 auto 80px auto;
        padding-left: 4rem;
        padding-right: 4rem
    }
}
@media (max-width: 767px) {
    .why-section {
        padding: 0;
        margin-bottom: 60px
    }
}
.why-section .why-section-testimonial-wrap {
    max-width: 740px;
    width: 100%;
    height: 970px;
    background-image: url("../images/quote-bg.jpg");
    background-size: cover;
    position: relative;
    z-index: 2;
    padding: 0 2.8rem
}
@media (max-width: 1440px) {
    .why-section .why-section-testimonial-wrap {
        max-width: 620px;
        padding-left: 90px
    }
}
@media (max-width: 1024px) {
    .why-section .why-section-testimonial-wrap {
        max-width: 100%;
        padding: 8rem 0 0 0;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        height: auto;
        background-image: none;
        padding-top: 30px
    }
}
@media (max-width: 767px) {
    .why-section .why-section-testimonial-wrap {
        padding-left: 15px;
        padding-right: 15px
    }
}
.why-section .why-section-testimonial-wrap .why-section-testimonial-wrap-max-width {
    max-width: 510px;
    margin: 100px auto 0;
    position: relative
}
@media (max-width: 1024px) {
    .why-section .why-section-testimonial-wrap .why-section-testimonial-wrap-max-width {
        margin-top: 0;
        max-width: 100%
    }
}
@media (max-width: 767px) {
    .why-section .why-section-testimonial-wrap .why-section-testimonial-wrap-max-width {
        margin: 0 auto;
        max-width: 100%
    }
}
.why-section .why-section-testimonial-wrap .why-section-testimonial-wrap-max-width .why-section-testimonial-styled-quotation-mark {
    position: absolute;
    font-family: "Work Sans", sans-serif;
    color: #fff;
    font-size: 30rem;
    left: -50px;
    top: -30px;
    z-index: 1;
    line-height: 1
}
@media (max-width: 1024px) {
    .why-section .why-section-testimonial-wrap .why-section-testimonial-wrap-max-width .why-section-testimonial-styled-quotation-mark {
        color: #f2f1f2
    }
}
.why-section .why-section-testimonial-wrap .why-section-testimonial-wrap-max-width blockquote.why-section-testimonial {
    position: relative;
    z-index: 2;
    font-style: italic
}
@media (max-width: 1024px) {
    .why-section .why-section-testimonial-wrap .why-section-testimonial-wrap-max-width blockquote.why-section-testimonial {
        font-size: 28px;
        line-height: 36px
    }
}
@media (max-width: 767px) {
    .why-section .why-section-testimonial-wrap .why-section-testimonial-wrap-max-width blockquote.why-section-testimonial {
        font-size: 24px;
        line-height: 28px
    }
}
.why-section .why-section-testimonial-wrap .why-section-testimonial-wrap-max-width .why-section-testimonial-attribution {
    margin-top: 40px;
    display: block;
    text-transform: 
    font-size: 2rem
}
.why-section .why-section-testimonial-wrap .why-section-testimonial-wrap-max-width .why-section-testimonial-attribution.line-two {
    margin-top: 0
}
.why-section .why-section-content-wrap {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    max-width: 970px;
    position: relative;
    z-index: 1
}
@media (max-width: 1024px) {
    .why-section .why-section-content-wrap {
        max-width: 100%;
        margin-top: -120px
    }
}
.why-section .why-section-content-wrap .why-section-title {
    text-align: right;
    margin-top: 6.0rem;
    margin-bottom: -4.5rem
}
@media (max-width: 1440px) {
    .why-section .why-section-content-wrap .why-section-title {
        margin-right: 5rem
    }
}
@media (max-width: 1024px) {
    .why-section .why-section-content-wrap .why-section-title {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-right: 0;
        margin-top: 0
    }
}
@media (max-width: 767px) {
    .why-section .why-section-content-wrap .why-section-title {
        margin-top: 15px;
        margin-right: 0px;
        margin-bottom: 15px;
        text-align: center
    }
}
.why-section .why-section-content-wrap .why-section-stats-wrap {
    background-color: #f2f1f2;
    max-width: 1245px;
    height: 870px;
    margin-left: -390px;
    padding-left: 445px;
    padding-top: 125px
}
@media (max-width: 1024px) {
    .why-section .why-section-content-wrap .why-section-stats-wrap {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-left: 0;
        padding-left: 0;
        background-color: #fff;
        padding-top: 80px;
        height: auto
    }
}
@media (max-width: 767px) {
    .why-section .why-section-content-wrap .why-section-stats-wrap {
        max-width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 10.0rem 15px;
        background-color: #fff
    }
}
@media (max-width: 767px) {
    .why-section .why-section-content-wrap .why-section-stats-wrap {
        padding-top: 0
    }
}
.why-section .why-section-content-wrap .why-section-stats-wrap .why-section-stat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
@media (max-width: 767px) {
    .why-section .why-section-content-wrap .why-section-stats-wrap .why-section-stat {
        display: block;
        text-align-last: center
    }
}
.why-section .why-section-content-wrap .why-section-stats-wrap .why-section-stat.offset-stat {
    padding-left: 0
}
@media (max-width: 767px) {
    .why-section .why-section-content-wrap .why-section-stats-wrap .why-section-stat.offset-stat {
        padding-left: 0
    }
}
.why-section .why-section-content-wrap .why-section-stats-wrap .why-section-stat .why-section-stat-number {
    font-size: 20rem;
    font-family: "Work Sans", sans-serif;
    font-style: italic;
    margin-right: 3.0rem;
    line-height: 26rem;
    width: 310px
}
@media (max-width: 1440px) {
    .why-section .why-section-content-wrap .why-section-stats-wrap .why-section-stat .why-section-stat-number {
        font-size: 15rem;
        width: 250px
    }
}
@media (max-width: 767px) {
    .why-section .why-section-content-wrap .why-section-stats-wrap .why-section-stat .why-section-stat-number {
        margin: 0 auto;
        display: block
    }
}
.why-section .why-section-content-wrap .why-section-stats-wrap .why-section-stat .why-section-stat-copy {
    font-size: 3.6rem;
    font-family: "Work Sans", sans-serif;
    max-width: 335px;
    font-weight: 600;
    line-height: 4rem;
    color: #70c3a4;
    font-style: italic
}
.why-section .why-section-content-wrap .why-section-stats-wrap .why-section-stat .why-section-stat-copy.purple {
    color: #932a7d
}
@media (max-width: 767px) {
    .why-section .why-section-content-wrap .why-section-stats-wrap .why-section-stat .why-section-stat-copy.purple {
        margin-top: 0
    }
}
@media (max-width: 1440px) {
    .why-section .why-section-content-wrap .why-section-stats-wrap .why-section-stat .why-section-stat-copy {
        font-size: 2.8rem;
        line-height: 3.6rem;
        padding-right: 5rem
    }
}
@media (max-width: 767px) {
    .why-section .why-section-content-wrap .why-section-stats-wrap .why-section-stat .why-section-stat-copy {
        margin: 0 auto;
        display: block;
        padding-right: 0;
        margin-top: -30px;
        text-align: left;
        max-width: 100%;
        text-align-last: left
    }
}
.alternating-section {
    position: relative;
    max-width: 1920px;
    margin: 0 auto
}
.alternating-section .max-width {
    position: relative;
    z-index: 3;
    max-width: 1220px;
    margin: 0 auto
}
@media (max-width: 1440px) {
    .alternating-section .max-width {
        max-width: 100%
    }
}
.alternating-section .max-width .alternating-text-align {
    max-width: 62.8rem;
    padding-left: 2.8rem
}
@media (max-width: 1440px) {
    .alternating-section .max-width .alternating-text-align {
        padding-left: 9rem
    }
}
@media (max-width: 1024px) {
    .alternating-section .max-width .alternating-text-align {
        padding: 0 4rem !important;
        margin: 0 auto;
        max-width: 100%
    }
}
@media (max-width: 767px) {
    .alternating-section .max-width .alternating-text-align {
        padding-left: 15px !important;
        padding-right: 15px !important
    }
}
.alternating-section .max-width .alternating-text-align .alternating-text-inner-drop {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #f2f1f2;
    z-index: 1
}
@media (max-width: 1024px) {
    .alternating-section .max-width .alternating-text-align .alternating-text-inner-drop {
        display: none
    }
}
.alternating-section .max-width .alternating-text-align.align-right {
    margin-left: auto;
    padding-left: 0;
    padding-right: 2.8rem
}
@media (max-width: 1440px) {
    .alternating-section .max-width .alternating-text-align.align-right {
        padding-right: 9rem
    }
}
@media (max-width: 1024px) {
    .alternating-section .max-width .alternating-text-align.align-right {
        padding: 0 2.8rem;
        margin: 0 auto
    }
}
.alternating-section .max-width .alternating-text-align h2.alternating-section-title {
    position: relative;
    z-index: 2
}
@media (max-width: 1024px) {
    .alternating-section .max-width .alternating-text-align h2.alternating-section-title {
        padding: 0 !important
    }
}
.alternating-section .max-width .alternating-text-align div.line-head {
    position: relative;
    z-index: 2
}
.alternating-section .max-width .alternating-text-align div.line-head .alternating-section-copy {
    padding-bottom: 6.0rem
}
@media (max-width: 1024px) {
    .alternating-section .max-width .alternating-text-align div.line-head .alternating-section-copy {
        padding-bottom: 0
    }
}
@media (max-width: 767px) {
    .alternating-section .max-width .alternating-text-align div.line-head .alternating-section-copy {
        font-size: 20px;
        line-height: 26px
    }
}
@media (max-width: 1024px) {
    .alternating-section .max-width .alternating-text-align div.line-head {
        padding: 0;
        margin: 0 auto
    }
}
@media (max-width: 1024px) {
    .alternating-section .max-width .alternating-text-align div.line-head .button {
        margin-top: 60px
    }
}
.alternating-section .alternating-section-image {
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    max-width: calc(50% - 120px);
    position: absolute;
    z-index: 4
}
@media (max-width: 1024px) {
    .alternating-section .alternating-section-image {
        display: none
    }
}
.alternating-section.alternating-section0 .alternating-text-align .alternating-text-inner-drop {
    -webkit-transform: translateX(-20rem);
    transform: translateX(-20rem);
    width: 1000px
}
.alternating-section.alternating-section0 .alternating-text-align h2.alternating-section-title {
    padding-top: 23rem
}
.alternating-section.alternating-section0 .alternating-text-align div.line-head {
    padding-bottom: 37.5rem
}
@media (max-width: 1024px) {
    .alternating-section.alternating-section0 .alternating-text-align div.line-head {
        padding-bottom: 34.6rem
    }
}
@media (max-width: 767px) {
    .alternating-section.alternating-section0 .alternating-text-align div.line-head {
        padding-bottom: 242px
    }
}
.alternating-section.alternating-section0 .alternating-section-image {
    top: 11.5rem;
    right: 0;
    height: 730px;
    background-position: right center
}
.page-id-7332 .alternating-section.alternating-section0 .alternating-section-image {
    max-width: calc(47% - 120px)
}
.alternating-section.alternating-section1 {
    margin-top: -26rem
}
.alternating-section.alternating-section1 .alternating-text-align .alternating-text-inner-drop {
    display: none
}
.alternating-section.alternating-section1 .alternating-text-align h2.alternating-section-title {
    padding-top: 11.5rem
}
@media (max-width: 1024px) {
    .alternating-section.alternating-section1 .alternating-text-align h2.alternating-section-title {
        padding-top: 8rem
    }
}
.alternating-section.alternating-section1 .alternating-text-align div.line-head {
    padding-bottom: 11.5rem
}
@media (max-width: 1024px) {
    .alternating-section.alternating-section1 .alternating-text-align div.line-head {
        padding-bottom: 8rem
    }
}
.alternating-section.alternating-section1 .alternating-section-image {
    top: 0px;
    left: 0;
    height: 700px;
    background-size: contain;
    background-position: left center
}
.alternating-section.alternating-section2 .alternating-text-align .alternating-text-inner-drop {
    display: none
}
.alternating-section.alternating-section2 .alternating-text-align h2.alternating-section-title {
    padding-top: 11.5rem
}
@media (max-width: 1024px) {
    .alternating-section.alternating-section2 .alternating-text-align h2.alternating-section-title {
        padding-top: 8rem
    }
}
.alternating-section.alternating-section2 .alternating-text-align div.line-head {
    padding-bottom: 11.5rem
}
@media (max-width: 1024px) {
    .alternating-section.alternating-section2 .alternating-text-align div.line-head {
        padding-bottom: 8rem
    }
}
.alternating-section.alternating-section2 .alternating-section-image {
    top: 0px;
    right: 0;
    height: 730px;
    background-position: right center
}
.alternating-section.alternating-section3 {
    margin-bottom: 11.5rem
}
@media (max-width: 1024px) {
    .alternating-section.alternating-section3 {
        margin-bottom: 8rem !important
    }
}
@media (max-width: 767px) {
    .page-template-page-solutions-landing .alternating-section.alternating-section3 {
        margin-bottom: 60px !important
    }
}
.alternating-section.alternating-section3 .alternating-text-align {
    padding-top: 11.5rem
}
@media (max-width: 1024px) {
    .alternating-section.alternating-section3 .alternating-text-align {
        padding-top: 8rem
    }
}
.alternating-section.alternating-section3 .alternating-text-align .alternating-text-inner-drop {
    right: -12.0rem
}
@media (max-width: 1440px) {
    .alternating-section.alternating-section3 .alternating-text-align .alternating-text-inner-drop {
        right: 0
    }
}
.alternating-section.alternating-section3 .alternating-text-align h2.alternating-section-title {
    padding-top: 11.5rem
}
@media (max-width: 1024px) {
    .alternating-section.alternating-section3 .alternating-text-align h2.alternating-section-title {
        padding-top: 8rem
    }
}
.alternating-section.alternating-section3 .alternating-section-image {
    top: 0;
    left: 0;
    height: 730px;
    background-position: left center
}
@media (max-width: 1024px) {
    .alternating-section.alternating-section4 {
        margin-bottom: 8rem !important
    }
}
.alternating-section.alternating-section4 .alternating-text-align {
    padding-top: 11.5rem
}
@media (max-width: 1024px) {
    .alternating-section.alternating-section4 .alternating-text-align {
        padding-top: 8rem
    }
}
.alternating-section.alternating-section4 .alternating-text-align .alternating-text-inner-drop {
    -webkit-transform: translateX(-120px);
    transform: translateX(-120px)
}
.alternating-section.alternating-section4 .alternating-text-align h2.alternating-section-title {
    padding-top: 11.5rem
}
@media (max-width: 1024px) {
    .alternating-section.alternating-section4 .alternating-text-align h2.alternating-section-title {
        padding-top: 8rem
    }
}
.alternating-section.alternating-section4 .alternating-section-image {
    top: 40rem;
    right: 0;
    height: 730px;
    background-position: right center
}
.alternating-section.alternating-section5 {
    padding-top: 11.5rem
}
@media (max-width: 1024px) {
    .alternating-section.alternating-section5 {
        padding-top: 0;
        margin-bottom: 80px !important
    }
}
@media (max-width: 767px) {
    .alternating-section.alternating-section5 {
        margin-bottom: 60px !important
    }
}
.alternating-section.alternating-section5 .alternating-text-align {
    padding-top: 11.5rem
}
@media (max-width: 1024px) {
    .alternating-section.alternating-section5 .alternating-text-align {
        padding-top: 8rem
    }
}
.alternating-section.alternating-section5 .alternating-text-align .alternating-text-inner-drop {
    -webkit-transform: translateX(39rem);
    transform: translateX(39rem);
    width: 950px;
    left: 0
}
@media (max-width: 1440px) {
    .alternating-section.alternating-section5 .alternating-text-align .alternating-text-inner-drop {
        width: auto
    }
}
.alternating-section.alternating-section5 .alternating-text-align h2.alternating-section-title {
    padding-top: 11.5rem
}
@media (max-width: 1024px) {
    .alternating-section.alternating-section5 .alternating-text-align h2.alternating-section-title {
        padding-top: 8rem
    }
}
.alternating-section.alternating-section5 .alternating-section-image {
    top: 34.5rem;
    left: 0;
    height: 730px;
    background-position: right center
}
.alternating-number-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10rem
}
@media (max-width: 1024px) {
    .alternating-number-section {
        padding: 0 4rem;
        margin-bottom: 30px
    }
}
@media (max-width: 767px) {
    .alternating-number-section {
        padding-left: 15px;
        padding-right: 15px
    }
}
.alternating-number-section .flex-spacer {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    padding: 0 2.8rem 0 0
}
.alternating-number-section .flex-spacer.reverse {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}
@media (max-width: 1440px) {
    .alternating-number-section .flex-spacer {
        padding-left: 9rem;
        padding-right: 0
    }
}
@media (max-width: 1024px) {
    .alternating-number-section .flex-spacer {
        display: none
    }
}
.alternating-number-section .max-width {
    max-width: 1220px;
    margin: 0 auto
}
@media (max-width: 1440px) {
    .alternating-number-section .max-width {
        max-width: 100%;
        margin: 0
    }
}
.alternating-number-section .max-width.reverse {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}
.alternating-number-section .max-width .alternating-text-align {
    max-width: 600px
}
@media (max-width: 1024px) {
    .alternating-number-section .max-width .alternating-text-align {
        max-width: 100%
    }
}
.alternating-number-section .max-width .alternating-text-align.align-right {
    margin-left: auto
}
.alternating-number-section .max-width .alternating-text-align .alternating-peeking-index span {
    font-size: 26rem;
    display: block;
    margin-bottom: -16.0rem;
    color: #f2f1f2;
    font-family: "Work Sans", sans-serif;
    display: none
}
.alternating-number-section .max-width .alternating-text-align .alernating-section-title-bg-wrap {
    background-color: #fff;
    display: inline-block
}
.alternating-number-section .max-width .alternating-text-align .alernating-section-title-bg-wrap h2.alternating-section-title {
    padding-top: 3.0rem;
    padding-top: 0
}
.alternating-number-section .max-width .alternating-text-align .alernating-section-title-bg-wrap h2.alternating-section-title.two-line {
    text-indent: 0
}
.alternating-number-section .max-width .alternating-text-align .line-head {
    margin-top: -0.8rem
}
.alternating-number-section .max-width .alternating-text-align .line-head a.alternating-section-link {
    margin-top: 60px
}
.alternating-number-section .alternating-section-image {
    width: calc(50% - 110px);
    margin-left: 120px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right top
}
.alternating-number-section .alternating-section-image.reverse {
    margin-left: 0;
    margin-right: 120px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    background-position: left top
}
@media (max-width: 1024px) {
    .alternating-number-section .alternating-section-image {
        display: none
    }
}
@media (min-width: 1441px) {
    .alternating-number-section .alternating-section-image {
        background-size: cover
    }
}
.news-section {
    padding: 14.3rem 0;
    margin-bottom: 14.3rem;
    background-size: cover;
    background-position: center center
}
@media (max-width: 1024px) {
    .news-section {
        padding: 0;
        margin-bottom: 14.3rem;
        background-image: none !important
    }
}
@media (max-width: 767px) {
    .news-section {
        margin-bottom: 22.3rem
    }
}
@media (max-width: 1024px) {
    .news-section.quote-version {
        margin-bottom: 14.3rem;
        margin-top: 0 !important
    }
    .page-template-page-book-template .news-section.quote-version {
        margin-bottom: 100px
    }
    .page-template-page-solutions-landing .news-section.quote-version,
    .page-template-page-solutions-subpage .news-section.quote-version {
        margin-bottom: 22.3rem
    }
}
.news-section .news-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}
@media (max-width: 767px) {
    .news-section .news-container {
        display: block
    }
}
.news-section .news-container+.news-container {
    margin-top: 11.5rem
}
@media (max-width: 1024px) {
    .news-section .news-container+.news-container {
        margin-top: 6.0rem
    }
}
.news-section .news-container .news-section-spacer {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    background: #fff
}
.news-section .news-container .news-section-spacer.spacer2 {
    background: transparent
}
@media (max-width: 1024px) {
    .news-section .news-container .news-section-spacer {
        display: none
    }
}
.news-section .news-container .max-width {
    max-width: 1220px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}
@media (max-width: 1440px) {
    .news-section .news-container .max-width {
        max-width: 100%;
        padding-left: 9rem
    }
}
@media (max-width: 1024px) {
    .news-section .news-container .max-width {
        padding-left: 0
    }
}
.news-section .news-container .max-width .news-section-content {
    padding: 11.5rem 2.8rem 6.0rem 0;
    position: relative
}
.news-section .news-container .max-width .news-section-content.no-img {
    max-width: 800px
}
@media (max-width: 1440px) {
    .news-section .news-container .max-width .news-section-content {
        padding-right: 9rem
    }
}
@media (max-width: 1024px) {
    .news-section .news-container .max-width .news-section-content {
        padding: 0 4rem
    }
}
@media (max-width: 767px) {
    .news-section .news-container .max-width .news-section-content {
        padding: 0 15px
    }
}
.news-section .news-container .max-width .news-section-content .news-section-headline {
    padding-bottom: 6.0rem
}
@media (max-width: 1024px) {
    .news-section .news-container .max-width .news-section-content .news-section-headline.line-head:before {
        margin-left: 0
    }
}
@media (max-width: 767px) {
    .news-section .news-container .max-width .news-section-content .news-section-copy {
        font-size: 20px;
        line-height: 26px
    }
}
.news-section .news-container .max-width .news-section-content .news-section-testimonial-styled-quotation-mark {
    position: absolute;
    font-family: "Work Sans", sans-serif;
    color: #2e8191;
    font-size: 30rem;
    left: -7.0rem;
    top: 8.0rem;
    z-index: 1;
    line-height: 1;
    opacity: 0.3
}
@media (max-width: 1024px) {
    .news-section .news-container .max-width .news-section-content .news-section-testimonial-styled-quotation-mark {
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        margin: 0 auto;
        left: auto
    }
}
.news-section .news-container .max-width .news-section-content blockquote.news-section-testimonial {
    position: relative;
    z-index: 2;
    margin-bottom: -0.9rem;
    margin-top: -1.0rem;
    padding-bottom: 6.0rem;
    font-style: italic
}
@media (max-width: 1024px) {
    .news-section .news-container .max-width .news-section-content blockquote.news-section-testimonial {
        padding: 0;
        margin-top: 50px;
        margin-bottom: 30px
    }
}
@media (max-width: 767px) {
    .news-section .news-container .max-width .news-section-content blockquote.news-section-testimonial {
        margin-top: 0;
        margin-bottom: 50px
    }
}
.news-section .news-container .max-width .news-section-content .why-section-testimonial-attribution {
    display: block
}
.news-section .news-container .max-width .news-section-content.second-quote {
    padding: 11.5rem 0 6.0rem 9.0rem
}
@media (max-width: 1440px) {
    .news-section .news-container .max-width .news-section-content.second-quote {
        padding-left: 9rem;
        padding-right: 9rem
    }
}
@media (max-width: 1024px) {
    .news-section .news-container .max-width .news-section-content.second-quote {
        padding: 0 4rem
    }
}
@media (max-width: 767px) {
    .news-section .news-container .max-width .news-section-content.second-quote {
        padding: 0 15px
    }
}
.news-section .news-container .max-width .news-section-content.second-quote .news-section-testimonial-styled-quotation-mark {
    left: 20px
}
.news-section .news-container .max-width .news-section-content.second-quote .news-section-image {
    background-position: top center;
    padding-top: 11.5rem;
}
.news-section .news-container .max-width .news-section-image {
    min-width: 40%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center
}
@media (max-width: 1024px) {
    .news-section .news-container .max-width .news-section-image {
        display: none
    }
}
.news-section .news-container.quote-version .news-section-spacer {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}
.news-section .news-container.quote-version .news-section-spacer.spacer2 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}
.news-section .news-container.quote-version .max-width {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}
.news-section .news-container.quote-version .max-width .news-section-content {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 11.5rem 0 11.5rem 12.0rem
}
.news-section .news-container.quote-version .max-width .news-section-image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}
.our-work-section+.news-section {
    margin-top: -14rem
}
.help-section {
    margin-bottom: 100px
}
@media (max-width: 1024px) {
    .help-section {
        margin-bottom: 52px
    }
}
@media (max-width: 767px) {
    .help-section {
        margin-top: 0
    }
}
.help-section .max-width h2.help-section-title {
    text-align: center;
    margin-bottom: 10rem
}
@media (max-width: 1024px) {
    .help-section .max-width h2.help-section-title {
        padding-top: 80px
    }
}
@media (max-width: 767px) {
    .help-section .max-width h2.help-section-title {
        font-size: 6rem;
        line-height: 6rem;
        padding-left: 2.8rem;
        padding-right: 2.8rem;
        padding-top: 0
    }
}
.help-section .max-width .help-section-card-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around
}
@media (max-width: 1880px) {
    .help-section .max-width .help-section-card-container {
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left
    }
}
@media (max-width: 1440px) {
    .help-section .max-width .help-section-card-container {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
}
@media (max-width: 767px) {
    .help-section .max-width .help-section-card-container {
        display: block
    }
}
.help-section .max-width .help-section-card-container a.help-section-card-link-wrap {
    display: block;
    height: 45.6rem;
    background-color: #f2f1f2;
    margin-bottom: 2.8rem;
    width: 45.6rem
}
@media (max-width: 1880px) {
    .help-section .max-width .help-section-card-container a.help-section-card-link-wrap {
        width: calc(25% - 2.8rem)
    }
    .help-section .max-width .help-section-card-container a.help-section-card-link-wrap:nth-child(2),
    .help-section .max-width .help-section-card-container a.help-section-card-link-wrap:nth-child(5),
    .help-section .max-width .help-section-card-container a.help-section-card-link-wrap:nth-child(8) {
        border-left: solid 30px white;
        border-right: solid 30px white
    }
}
@media (max-width: 1440px) {
    .help-section .max-width .help-section-card-container a.help-section-card-link-wrap {
        width: calc(50% - 2.8rem)
    }
    .help-section .max-width .help-section-card-container a.help-section-card-link-wrap:nth-child(2),
    .help-section .max-width .help-section-card-container a.help-section-card-link-wrap:nth-child(5),
    .help-section .max-width .help-section-card-container a.help-section-card-link-wrap:nth-child(8) {
        border: 0
    }
}
@media (max-width: 767px) {
    .help-section .max-width .help-section-card-container a.help-section-card-link-wrap {
        width: 100%
    }
}
.help-section .max-width .help-section-card-container a.help-section-card-link-wrap .help-section-card {
    padding: 40px
}
.help-section .max-width .help-section-card-container a.help-section-card-link-wrap .help-section-card h3.help-section-card-title {
    font-size: 4.8rem;
    font-family: "Work Sans", sans-serif;
    text-transform: none;
    color: #303030;
    line-height: 5rem;
    margin-bottom: 5rem;
    -webkit-transform: translateY(20rem);
    transform: translateY(20rem);
    -webkit-transition: -webkit-transform 0.1s ease-out;
    transition: -webkit-transform 0.1s ease-out;
    transition: transform 0.1s ease-out;
    transition: transform 0.1s ease-out, -webkit-transform 0.1s ease-out;
    transition: transform 0.1s ease-out, -webkit-transform 0.1s ease-out
}
.help-section .max-width .help-section-card-container a.help-section-card-link-wrap .help-section-card p.help-section-card-copy {
    color: #fff;
    opacity: 0;
    -webkit-transition: opacity 0.1s ease-out 0.1s;
    transition: opacity 0.1s ease-out 0.1s
}
@media (max-width: 1024px) {
    .help-section .max-width .help-section-card-container a.help-section-card-link-wrap .help-section-card p.help-section-card-copy {
        font-size: 2rem;
        line-height: 2.6rem
    }
}
.help-section .max-width .help-section-card-container a.help-section-card-link-wrap:hover {
    text-decoration: none;
    background-color: #f6948f
}
.help-section .max-width .help-section-card-container a.help-section-card-link-wrap:hover .help-section-card h3.help-section-card-title {
    color: #fff;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}
.help-section .max-width .help-section-card-container a.help-section-card-link-wrap:hover .help-section-card p.help-section-card-copy {
    opacity: 1
}
.help-section .max-width .help-section-card-container a.help-section-card-link-wrap:active,
.help-section .max-width .help-section-card-container a.help-section-card-link-wrap:focus {
    text-decoration: none
}
.help-section .max-width .help-section-card-container .help-section-card-spacer {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto
}
.image-spread-section {
    background-size: cover;
    height: 75vh;
    background-position: center center;
    margin-bottom: 11.5rem
}
.image-spread-section.tight {
    height: 50vh
}
@media (max-width: 1024px) {
    .image-spread-section {
        height: 35vh
    }
}
.news-section+.image-spread-section {
    margin-top: -14.3rem
}
@media (max-width: 1024px) {
    .news-section+.image-spread-section {
        margin-top: -6rem
    }
}
@media (max-width: 767px) {
    .news-section+.image-spread-section {
        margin-top: -10px
    }
}
.contact-form-section {
    margin-bottom: 14.3rem;
    margin-top: 2.0rem;
    padding: 0 2.8rem
}
@media (max-width: 1440px) {
    .contact-form-section {
        padding-left: 9rem;
        padding-right: 9rem
    }
}
@media (max-width: 1024px) {
    .contact-form-section {
        margin-top: 6.0rem;
        padding-left: 4rem;
        padding-right: 4rem
    }
}
@media (max-width: 767px) {
    .contact-form-section {
        padding-left: 15px;
        padding-right: 15px
    }
}
.contact-form-section .max-width {
    max-width: 1220px;
    margin: 0 auto
}
.contact-form-section .max-width h3.contact-headline {
    margin-bottom: 25px
}
.contact-form-section .max-width .contact-form-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 105px
}
@media (max-width: 1024px) {
    .contact-form-section .max-width .contact-form-wrap {
        display: block;
        margin-top: 0
    }
}
.contact-form-section .max-width .contact-form-wrap .contact-form-content-wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%
}
@media (max-width: 1024px) {
    .contact-form-section .max-width .contact-form-wrap .contact-form-content-wrap {
        padding-bottom: 0
    }
}
@media (max-width: 767px) {
    .contact-form-section .max-width .contact-form-wrap .contact-form-content-wrap {
        max-width: 450px;
        margin: 0 auto
    }
}
@media (max-width: 767px) {
    .contact-form-section .max-width .contact-form-wrap .contact-form-content-wrap .contact-copy p {
        font-size: 20px;
        line-height: 26px
    }
}
.contact-form-section .max-width .contact-form-wrap .contact-form-embed-wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    padding-left: 12.0rem
}
@media (max-width: 1024px) {
    .contact-form-section .max-width .contact-form-wrap .contact-form-embed-wrap {
        padding-left: 0;
        max-width: 400px;
        margin: 0 auto
    }
    .contact-form-section .max-width .contact-form-wrap .contact-form-embed-wrap input {
        font-size: 16px
    }
}
.contact-form-section .max-width .contact-form-wrap .contact-form-embed-wrap .hbspt-form {
    background-color: transparent;
    padding: 0;
    margin: 0
}
.contact-form-section .max-width .contact-form-wrap .contact-form-embed-wrap .hbspt-form form {
    margin-bottom: 0
}
.contact-form-section .max-width .contact-form-wrap .contact-form-embed-wrap .hbspt-form form label {
    font-size: 18px;
    color: #c2c1c3;
    font-weight: 400;
    margin-bottom: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out
}
@media (max-width: 767px) {
    .contact-form-section .max-width .contact-form-wrap .contact-form-embed-wrap .hbspt-form form label {
        font-size: 16px
    }
}
.contact-form-section .max-width .contact-form-wrap .contact-form-embed-wrap .hbspt-form form .hs-error-msgs {
    position: absolute;
    width: 100%;
    bottom: -16px
}
.contact-form-section .max-width .contact-form-wrap .contact-form-embed-wrap .hbspt-form form .hs-error-msgs label {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    position: absolute;
    font-family: Work Sans, sans-serif;
    color: #303030
}
.contact-form-section .max-width .contact-form-wrap .contact-form-embed-wrap .hbspt-form form .stuffed label {
    -webkit-transform: translateY(0px);
    transform: translateY(0px)
}
.contact-form-section .max-width .contact-form-wrap .contact-form-embed-wrap .hbspt-form form .hasFocus label {
    -webkit-transform: translateY(0px) !important;
    transform: translateY(0px) !important;
    color: #a7d7cd
}
.contact-form-section .max-width .contact-form-wrap .contact-form-embed-wrap .hbspt-form form .hasFocus .hs-error-msgs label {
    color: #303030
}
.contact-form-section .max-width .contact-form-wrap .contact-form-embed-wrap .hbspt-form form .hasFocus .input input {
    border-bottom: 1px solid #a7d7cd
}
.contact-form-section .max-width .contact-form-wrap .contact-form-embed-wrap .hbspt-form form .input input {
    -webkit-transition: all 0.4s ease-out 0.2s;
    transition: all 0.4s ease-out 0.2s;
    width: 100%;
    border: none;
    border-bottom: 1px solid #c2c1c3;
    font-size: 2rem;
    text-transform: none;
    font-weight: 400;
    padding: 0 0 10px;
    margin-top: 0;
    outline: none !important
}
.contact-form-section .max-width .contact-form-wrap .contact-form-embed-wrap .hbspt-form form .input .hs-input {
    border: 0;
    border-bottom: 1px solid #c2c1c3;
    margin-bottom: 5px
}
.contact-form-section .max-width .contact-form-wrap .contact-form-embed-wrap .hbspt-form form .input textarea.hs-input {
    border: 1px solid #c2c1c3;
    width: 100%;
    outline: none !important
}
.contact-form-section .max-width .contact-form-wrap .contact-form-embed-wrap .hbspt-form form .input select.hs-input {
    color: #fff
}
.contact-form-section .max-width .contact-form-wrap .contact-form-embed-wrap .hbspt-form form .input select.hs-input option:first-of-type {
    color: #fff
}
.contact-form-section .max-width .contact-form-wrap .contact-form-embed-wrap .hbspt-form form .input .multi-container label {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.contact-form-section .max-width .contact-form-wrap .contact-form-embed-wrap .hbspt-form form .input .multi-container label input {
    width: auto;
    top: 0
}
.contact-form-section .max-width .contact-form-wrap .contact-form-embed-wrap .hbspt-form form>div {
    position: relative;
    margin-bottom: 5px
}
.contact-form-section .max-width .contact-form-wrap .contact-form-embed-wrap .hbspt-form form>div.hs_comments label {
    -webkit-transform: translateY(40px) translateX(10px);
    transform: translateY(40px) translateX(10px)
}
.schedule-section {
    margin-bottom: 14.3rem;
    padding: 0 2.8rem
}
@media (max-width: 1440px) {
    .schedule-section {
        padding: 0
    }
}
@media (max-width: 1024px) {
    .schedule-section {
        margin-bottom: 10rem
    }
    .page-template-page-academy-landing .schedule-section {
        margin-bottom: 0
    }
}
@media (max-width: 767px) {
    .page-template-page-academy-landing .schedule-section {
        margin-bottom: 6.0rem
    }
}
.schedule-section .max-width {
    max-width: 1220px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}
@media (max-width: 1440px) {
    .schedule-section .max-width {
        max-width: 100%;
        padding-left: 9rem;
        padding-right: 9rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}
@media (max-width: 1024px) {
    .schedule-section .max-width {
        padding-left: 4rem;
        padding-right: 4rem
    }
}
@media (max-width: 767px) {
    .schedule-section .max-width {
        padding: 0 15px
    }
}
.schedule-section .max-width .schedule-content-wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    padding-right: 100px
}
@media (max-width: 1024px) {
    .schedule-section .max-width .schedule-content-wrap {
        padding-right: 0
    }
}
.schedule-section .max-width .schedule-content-wrap .schedule-headline {
    padding-bottom: 6.0rem
}
@media (max-width: 767px) {
    .schedule-section .max-width .schedule-content-wrap .schedule-copy {
        font-size: 20px;
        line-height: 26px
    }
}
.schedule-section .max-width .schedule-content-wrap .schedule-link {
    margin: 5rem 0
}
@media (max-width: 767px) {
    .schedule-section .max-width .schedule-content-wrap .schedule-link {
        width: 100%;
        font-size: 16px
    }
}
.schedule-section .max-width .schedule-calendar-wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    margin-left: 2.8rem;
    overflow: hidden;
    max-width: 630px
}
@media (max-width: 1440px) {
    .schedule-section .max-width .schedule-calendar-wrap {
        margin-left: 0
    }
}
@media (max-width: 1024px) {
    .schedule-section .max-width .schedule-calendar-wrap {
        padding-left: 0
    }
}
.schedule-section .max-width .schedule-calendar-wrap a.schedule-event {
    display: block;
    width: 100%;
    padding: 4.0rem 4.0rem 4.0rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
    margin-top: -5.5rem;
    -webkit-box-shadow: 0px -6px 25px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px -6px 25px 0px rgba(0, 0, 0, 0.75)
}
@media (max-width: 1024px) {
    .schedule-section .max-width .schedule-calendar-wrap a.schedule-event {
        margin-top: 0
    }
}
.schedule-section .max-width .schedule-calendar-wrap a.schedule-event:hover {
    background: #f6948f !important
}
.schedule-section .max-width .schedule-calendar-wrap a.schedule-event:hover+.schedule-event {
    margin-top: 0
}
.schedule-section .max-width .schedule-calendar-wrap a.schedule-event:hover .little-plus {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}
.schedule-section .max-width .schedule-calendar-wrap a.schedule-event:nth-of-type(1) {
    margin-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}
.schedule-section .max-width .schedule-calendar-wrap a.schedule-event:nth-of-type(3n+1) {
    background: #a7d7cd
}
.schedule-section .max-width .schedule-calendar-wrap a.schedule-event:nth-of-type(3n+2) {
    background: #2e8191
}
.schedule-section .max-width .schedule-calendar-wrap a.schedule-event:nth-of-type(3n+3) {
    background: #70c3a4
}
.schedule-section .max-width .schedule-calendar-wrap a.schedule-event .little-plus {
    position: absolute;
    width: 4.0rem;
    height: 4.0rem;
    top: 2.0rem;
    right: 2.0rem;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out
}
.schedule-section .max-width .schedule-calendar-wrap a.schedule-event .little-plus .vert {
    display: block;
    position: relative;
    width: 1px;
    height: 100%;
    background: #fff;
    margin: 0 auto
}
.schedule-section .max-width .schedule-calendar-wrap a.schedule-event .little-plus .horz {
    display: block;
    position: relative;
    width: 100%;
    height: 1px;
    background: #fff;
    margin-top: -50%
}
.schedule-section .max-width .schedule-calendar-wrap a.schedule-event .event-date {
    width: 50%
}
.schedule-section .max-width .schedule-calendar-wrap a.schedule-event .event-date .event-month {
    color: #fff;
    display: inline-block;
    padding-right: 1.0rem
}
.schedule-section .max-width .schedule-calendar-wrap a.schedule-event .event-date .event-year {
    color: #fff;
    display: inline-block;
    font-weight: 300
}
.schedule-section .max-width .schedule-calendar-wrap a.schedule-event .event-date .event-day {
    color: #fff;
    font-size: 8.0rem;
    padding-top: 2.0rem;
    line-height: 6rem;
    display: block;
    margin: 0
}
.schedule-section .max-width .schedule-calendar-wrap a.schedule-event .event-right {
    width: 50%
}
.schedule-section .max-width .schedule-calendar-wrap a.schedule-event .event-right .event-title {
    color: #fff;
    font-size: 2.8rem
}
.schedule-section .max-width .schedule-calendar-wrap a.schedule-event .event-right .event-location {
    color: #fff;
    font-size: 2.5rem
}
.card-repeater-section {
    margin-bottom: 14.3rem;
    padding: 0 2.8rem
}
@media (max-width: 1440px) {
    .card-repeater-section {
        padding-left: 9rem;
        padding-right: 9rem
    }
}
@media (max-width: 1024px) {
    .card-repeater-section {
        padding-left: 4rem;
        padding-right: 4rem;
        margin-top: 50px;
        margin-bottom: 40px
    }
}
@media (max-width: 767px) {
    .card-repeater-section {
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 0
    }
}
.card-repeater-section .max-width {
    max-width: 1220px;
    margin: 0 auto
}
.card-repeater-section .max-width p.card-repeater-section-content-copy {
    margin-bottom: 6rem
}
.card-repeater-section .max-width h3.card-repeater-section-headline {
    padding-bottom: 6rem
}
.card-repeater-section .max-width .card-repeater-house {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}
.page-template-page-thought-leadership .card-house-1 .card-repeater-section .max-width .card-repeater-house {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}
.page-template-page-thought-leadership .card-house-1 .card-repeater-section .max-width .card-repeater-house .card-repeater-card {
    width: 20%
}
@media (max-width: 767px) {
    .card-repeater-section .max-width .card-repeater-house {
        display: block;
        margin: 0 auto 0
    }
}
.card-repeater-section .max-width .card-repeater-house .card-repeater-card {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    margin-right: 44px;
    position: relative
}
@media (max-width: 1024px) {
    .card-repeater-section .max-width .card-repeater-house .card-repeater-card {
        margin-right: 15px
    }
}
@media (max-width: 767px) {
    .card-repeater-section .max-width .card-repeater-house .card-repeater-card {
        margin-right: 0;
        margin-bottom: 6.0rem
    }
}
.card-repeater-section .max-width .card-repeater-house .card-repeater-card:last-of-type {
    margin-right: 0
}
.card-repeater-section .max-width .card-repeater-house .card-repeater-card img.card-image {
    margin-bottom: 3.0rem
}
.card-repeater-section .max-width .card-repeater-house .card-repeater-card h4.card-title {
    margin-bottom: 3.0rem;
    text-align: left
}
.card-repeater-section .max-width .card-repeater-house .card-repeater-card p.card-copy {
    margin-bottom: 4.0rem;
    text-align: left;
    min-height: 70px
}
@media (max-width: 1024px) {
    .card-repeater-section .max-width .card-repeater-house .card-repeater-card p.card-copy {
        font-size: 13px
    }
}
@media (max-width: 767px) {
    .card-repeater-section .max-width .card-repeater-house .card-repeater-card p.card-copy {
        margin-bottom: 3.0rem;
        font-size: 20px;
        line-height: 26px
    }
}
.card-repeater-section .max-width .card-repeater-house .card-repeater-card a.card-link {
    position: absolute;
    bottom: 0;
    left: 0
}
@media (max-width: 1024px) {
    .card-repeater-section .max-width .card-repeater-house .card-repeater-card a.card-link {
        font-size: 1.2rem
    }
    .card-repeater-section .max-width .card-repeater-house .card-repeater-card a.card-link:after {
        margin-top: 1px
    }
}
@media (max-width: 767px) {
    .card-repeater-section .max-width .card-repeater-house .card-repeater-card a.card-link {
        position: relative;
        margin-bottom: 2.8rem;
        font-size: 20px;
        line-height: 26px
    }
}
.image-teaser-section {
    margin-bottom: 260px
}
@media (max-width: 1440px) {
    .image-teaser-section {
        padding-left: 9rem;
        padding-right: 9rem;
        margin-bottom: 11rem
    }
}
@media (max-width: 1024px) {
    .image-teaser-section {
        padding-left: 4rem;
        padding-right: 4rem;
        margin-top: 30px;
        margin-bottom: 8rem
    }
}
@media (max-width: 767px) {
    .image-teaser-section {
        margin-bottom: 70px;
        padding: 0
    }
}
.image-teaser-section .max-width {
    max-width: 1220px;
    margin: 0 auto
}
@media (max-width: 767px) {
    .image-teaser-section .max-width {
        margin-top: 2.8rem;
        padding: 0 15px
    }
}
.image-teaser-section .max-width .image-teaser-wrap img.image-teaser-image {
    width: 100%;
    height: auto
}
.image-teaser-section .max-width .image-teaser-wrap a.image-teaser-link {
    display: block;
    background: #c2c1c3;
    color: #fff;
    font-size: 2.6rem;
    padding: 20px 15px;
    position: relative
}
.image-teaser-section .max-width .image-teaser-wrap a.image-teaser-link:hover {
    background: #f6948f
}
@media (max-width: 767px) {
    .image-teaser-section .max-width .image-teaser-wrap a.image-teaser-link {
        font-size: 16px
    }
}
.image-teaser-section .max-width .image-teaser-wrap a.image-teaser-link span.image-teaser-link-plus {
    position: absolute;
    font-size: 8rem;
    font-weight: 200;
    line-height: 0;
    top: 37px;
    background: transparent;
    right: 15px
}
.our-clients-section {
    margin-bottom: 14.3rem;
    padding: 0 2.8rem
}
.our-clients-section .max-width {
    max-width: 1220px;
    margin: 0 auto
}
.our-clients-section .max-width h2.our-clients-title {
    text-align: center;
    margin-bottom: 6.0rem
}
@media (max-width: 767px) {
    .our-clients-section .max-width h2.our-clients-title {
        font-size: 6rem;
        line-height: 6rem
    }
}
.our-clients-section .max-width .our-clients-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.our-clients-section .max-width .our-clients-wrap .our-clients-image-wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 16.66%;
    flex: 1 1 16.66%;
    padding: 3.0rem
}
@media (max-width: 1024px) {
    .our-clients-section .max-width .our-clients-wrap .our-clients-image-wrap {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 33.33%;
        flex: 1 1 33.33%
    }
}
.our-clients-section .max-width .our-clients-wrap .our-clients-image-wrap .our-clients-image {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    height: 7.0rem;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    cursor: pointer;
    opacity: 0.5
}
.our-clients-section .max-width .our-clients-wrap .our-clients-image-wrap .our-clients-image:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1
}
.alternating-simple-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 145px
}
@media (max-width: 1024px) {
    .alternating-simple-section {
        margin-bottom: 0
    }
}
@media (max-width: 767px) {
    .alternating-simple-section {
        display: block;
        margin-bottom: 0;
        padding: 0
    }
}
.alternating-simple-section .flex-spacer {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto
}
.alternating-simple-section .flex-spacer.reverse {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}
@media (max-width: 1440px) {
    .alternating-simple-section .flex-spacer {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none
    }
}
.alternating-simple-section .max-width {
    max-width: 1220px;
    margin: 0 auto;
    padding: 90px 0
}
@media (max-width: 1440px) {
    .alternating-simple-section .max-width {
        max-width: 100%
    }
}
@media (max-width: 1024px) {
    .alternating-simple-section .max-width {
        padding: 0 0 40px 0
    }
}
.alternating-simple-section .max-width.reverse {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}
.alternating-simple-section .max-width .alternating-text-align {
    max-width: 600px
}
@media (max-width: 1440px) {
    .alternating-simple-section .max-width .alternating-text-align {
        padding-left: 9rem;
        max-width: 62.8rem
    }
}
@media (max-width: 1024px) {
    .alternating-simple-section .max-width .alternating-text-align {
        padding: 0 4rem !important;
        margin: 0 auto;
        max-width: 100%
    }
}
@media (max-width: 767px) {
    .alternating-simple-section .max-width .alternating-text-align {
        padding-left: 15px !important;
        padding-right: 15px !important
    }
}
.alternating-simple-section .max-width .alternating-text-align.align-right {
    margin-left: auto
}
@media (max-width: 1440px) {
    .alternating-simple-section .max-width .alternating-text-align.align-right {
        padding-right: 9rem;
        padding-left: 0
    }
}
.alternating-simple-section .max-width .alternating-text-align h2.alternating-section-title {
    background-color: #fff;
    display: inline-block;
    padding-top: 30px
}
.alternating-simple-section .max-width .alternating-text-align h3.alternating-section-headline {
    padding-bottom: 6.0rem
}
@media (max-width: 767px) {
    .alternating-simple-section .max-width .alternating-text-align p.alternating-section-copy {
        font-size: 20px;
        line-height: 26px
    }
}
.alternating-simple-section .max-width .alternating-text-align a.alternating-section-link {
    padding-top: 6.0rem
}
@media (max-width: 767px) {
    .alternating-simple-section .max-width .alternating-text-align a.alternating-section-link {
        font-size: 20px;
        line-height: 26px
    }
}
.alternating-simple-section .alternating-section-image {
    width: calc(50% - 110px);
    margin-left: 120px;
    background-size: cover;
    background-position: right center
}
@media (max-width: 1024px) {
    .alternating-simple-section .alternating-section-image {
        display: none
    }
}
.alternating-simple-section .alternating-section-image.reverse {
    margin-left: 0;
    margin-right: 120px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    background-position: left center
}
.gallery-section {
    width: 100%;
    margin-bottom: 14.0rem
}
@media (max-width: 1024px) {
    .gallery-section {
        height: auto
    }
}
@media (max-width: 767px) {
    .gallery-section {
        margin-bottom: 60px
    }
}
.gallery-section .gallery-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 52vw
}
.gallery-section .gallery-page .gallery-block {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 33.33%;
    flex: 1 1 33.33%;
    height: 33.33%;
    background-size: cover;
    border: 1px solid #c2c1c3;
    background-position: center center;
    position: relative;
    background-color: #303030;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer
}
@media (max-width: 767px) {
    .gallery-section .gallery-page .gallery-block {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%
    }
}
.gallery-section .gallery-page .gallery-block .gallery-thumbnail {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    opacity: 0.8
}
.gallery-section .gallery-page .gallery-block:hover .gallery-thumbnail {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 1
}
.gallery-section .gallery-page .gallery-block:hover .play-circle {
    opacity: 1
}
.gallery-section .gallery-page.wide-gallery .gallery-block {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%
}
.gallery-section .swiper-pagination-wrapper .swiper-pagination {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}
.gallery-section .swiper-pagination-wrapper .swiper-pagination .swiper-pagination-bullet {
    height: 22px;
    width: 22px;
    background: #fff;
    border: 2px solid #c2c1c3;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    margin: 60px 10px 0;
    cursor: pointer
}
.gallery-section .swiper-pagination-wrapper .swiper-pagination .swiper-pagination-bullet-active {
    background: #2e8191;
    border-color: #2e8191
}
.pricing-section {
    background-color: #f2f1f2;
    padding: 14.3rem 0;
    margin-bottom: 14.3rem
}
.pricing-section .max-width {
    max-width: 1220px;
    margin: 0 auto
}
.pricing-section .max-width h2.pricing-title {
    text-align: center;
    margin-bottom: 14.3rem
}
@media (max-width: 767px) {
    .pricing-section .max-width h2.pricing-title {
        font-size: 6rem;
        line-height: 6rem;
        margin-bottom: 6rem
    }
}
.pricing-section .max-width .pricing-containers.two-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}
@media (max-width: 767px) {
    .pricing-section .max-width .pricing-containers.two-columns {
        display: block
    }
}
.pricing-section .max-width .pricing-containers.two-columns .pricing-container {
    width: calc(50% - 14px)
}
@media (max-width: 767px) {
    .pricing-section .max-width .pricing-containers.two-columns .pricing-container {
        width: 100%
    }
}
.pricing-section .max-width .pricing-containers.two-columns .pricing-container .pricing-label-container {
    text-align: left
}
.pricing-section .max-width .pricing-containers.two-columns .pricing-container .pricing-top {
    text-align: left
}
.pricing-section .max-width .pricing-containers.two-columns .pricing-container .pricing-bottom {
    text-align: left
}
.pricing-section .max-width .pricing-containers .pricing-container {
    background: #fff;
    position: relative
}
.pricing-section .max-width .pricing-containers .pricing-container .pricing-label-container {
    padding: 25px 50px;
    text-align: center
}
.pricing-section .max-width .pricing-containers .pricing-container .pricing-label-container .pricing-label {
    font-size: 3.5rem
}
.pricing-section .max-width .pricing-containers .pricing-container .pricing-top {
    background-color: #fff;
    border-bottom: 2px solid #f2f1f2;
    width: 100%;
    text-align: center;
    padding: 30px 50px;
    display: block
}
.pricing-section .max-width .pricing-containers .pricing-container .pricing-top .pricing-cost {
    color: #90bc49;
    font-family: "Work Sans", sans-serif;
    font-size: 8.5rem;
    display: block;
    font-weight: bold
}
.pricing-section .max-width .pricing-containers .pricing-container .pricing-top .pricing-headline {
    font-family: "Work Sans", sans-serif;
    font-size: 3.2rem
}
.pricing-section .max-width .pricing-containers .pricing-container .pricing-bottom {
    background-color: #fff;
    padding: 50px;
    text-align: center;
    width: 100%
}
@media (max-width: 767px) {
    .pricing-section .max-width .pricing-containers .pricing-container .pricing-bottom {
        font-size: 20px;
        line-height: 26px
    }
}
.pricing-section .max-width .pricing-containers .pricing-container .pricing-bottom .pricing-features {
    display: block;
    margin-bottom: 17.0rem
}
.pricing-section .max-width .pricing-containers .pricing-container .pricing-bottom .pricing-features ul {
    list-style: none;
    padding: 0
}
.pricing-section .max-width .pricing-containers .pricing-container .pricing-bottom .pricing-features ul li {
    margin-bottom: 3rem
}
.pricing-section .max-width .pricing-containers .pricing-container .pricing-bottom .pricing-features p {
    padding-bottom: 3.0rem
}
.pricing-section .max-width .pricing-containers .pricing-container .pricing-bottom .pricing-links {
    position: absolute;
    bottom: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}
@media (max-width: 767px) {
    .pricing-section .max-width .pricing-containers .pricing-container .pricing-bottom .pricing-links .button {
        width: 100%;
        font-size: 16px
    }
}
.pricing-section .max-width .pricing-containers .pricing-container .pricing-bottom .pricing-links .upperlink {
    display: block;
    margin-top: 3.0rem
}
.accordion-section {
    margin-bottom: 14.3rem;
    padding: 0 2.8rem
}
@media (max-width: 1440px) {
    .accordion-section {
        padding: 0 9rem
    }
}
@media (max-width: 1024px) {
    .accordion-section {
        padding: 0 4rem;
        margin-bottom: 20px
    }
}
@media (max-width: 767px) {
    .accordion-section {
        padding: 0 15px;
        margin-bottom: 60px
    }
}
.accordion-section .max-width {
    max-width: 1220px;
    margin: 0 auto
}
@media (max-width: 1024px) {
    .accordion-section .max-width h2.accordion-title {
        font-size: 6rem;
        line-height: 6rem
    }
}
.accordion-section .max-width h3.accordion-headline {
    max-width: 7 5rem;
    padding-bottom: 6.0rem
}
.accordion-section .max-width .accordion-questions {
    cursor: pointer
}
.accordion-section .max-width .accordion-questions .accordion-qna .question-wrap {
    border-bottom: 1px solid #c2c1c3;
    padding: 20px 30px 20px 0;
    position: relative
}
.accordion-section .max-width .accordion-questions .accordion-qna .question-wrap span.question {
    font-family: "Work Sans", sans-serif;
    font-size: 3.2rem;
    color: #2e8191;
    font-style: italic
}
@media (max-width: 1440px) {
    .accordion-section .max-width .accordion-questions .accordion-qna .question-wrap span.question {
        font-size: 2.8rem
    }
}
.accordion-section .max-width .accordion-questions .accordion-qna .question-wrap span.question-arrow {
    position: absolute;
    right: 20px;
    top: 35px;
    color: #2e8191
}
@media (max-width: 1024px) {
    .accordion-section .max-width .accordion-questions .accordion-qna .question-wrap span.question-arrow {
        display: none
    }
}
.accordion-section .max-width .accordion-questions .accordion-qna .question-wrap.active span.question-arrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 30px
}
.accordion-section .max-width .accordion-questions .accordion-qna .answer-wrap {
    padding: 0px;
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out
}
.accordion-section .max-width .accordion-questions .accordion-qna .answer-wrap span.answer {
    -webkit-transition: all 0.2s ease-out 0.2s;
    transition: all 0.2s ease-out 0.2s;
    color: #303030;
    opacity: 0
}
.accordion-section .max-width .accordion-questions .accordion-qna .answer-wrap.active {
    padding: 30px 0 30px 0;
    height: auto
}
.accordion-section .max-width .accordion-questions .accordion-qna .answer-wrap.active span.answer {
    opacity: 1
}
.video-gallery-section .gallery-top .swiper-wrapper .video-gallery-slide {
    height: 100vh;
    background-size: cover;
    background-position: center center
}
.video-gallery-section .max-width {
    max-width: 1220px;
    margin: 0 auto;
    margin-top: 30px
}
.video-gallery-section .max-width .gallery-thumbs .swiper-button-prev,
.video-gallery-section .max-width .gallery-thumbs .swiper-button-next {
    top: 30%
}
.video-gallery-section .max-width .gallery-thumbs .swiper-wrapper .video-gallery-thumb {
    height: 175px;
    width: 300px;
    background-size: cover;
    background-position: center center
}
.executive-summary-section {
    margin-bottom: 14.3rem;
    padding: 0 2.8rem
}
@media (max-width: 1440px) {
    .executive-summary-section {
        padding-left: 9rem;
        padding-right: 9rem
    }
}
@media (max-width: 1024px) {
    .executive-summary-section {
        padding-left: 4rem;
        padding-right: 4rem
    }
}
@media (max-width: 767px) {
    .executive-summary-section {
        padding-left: 15px;
        padding-right: 15px
    }
}
.executive-summary-section .max-width {
    max-width: 1220px;
    margin: 0 auto
}
.executive-summary-section .max-width .executive-summary-content {
    max-width: 90.0rem
}
.executive-summary-section .max-width .executive-summary-content .executive-summary-headline {
    padding-bottom: 6.0rem
}
.executive-summary-section .max-width .executive-summary-content .executive-summary-copy {
    font-size: 20px;
    line-height: 26px
}
.executive-summary-section .max-width .executive-summary-content .executive-summary-cta {
    margin-top: 6.0rem
}
.meet-the-authors-section {
    margin-bottom: 20.0rem;
    padding: 0 2.8rem
}
@media (max-width: 1440px) {
    .meet-the-authors-section {
        padding-left: 9rem;
        padding-right: 9rem
    }
}
@media (max-width: 1024px) {
    .meet-the-authors-section {
        padding-left: 4rem;
        padding-right: 4rem;
        margin-bottom: 0
    }
}
@media (max-width: 767px) {
    .meet-the-authors-section {
        padding-left: 15px;
        padding-right: 15px
    }
}
.meet-the-authors-section .max-width {
    max-width: 1220px;
    margin: 0 auto
}
.meet-the-authors-section .max-width .mta-title {
    padding-bottom: 6.0rem
}
.meet-the-authors-section .max-width .mta-image {
    height: 390px;
    width: 100%;
    background-size: cover;
    background-position: center center;
    margin-bottom: 6.0rem
}
.meet-the-authors-section .max-width .mta-authors {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}
.meet-the-authors-section .max-width .mta-authors .mta-author-bio {
    max-width: 47%;
    position: relative
}
.meet-the-authors-section .max-width .mta-authors .mta-author-bio .mta-author-name {
    padding-bottom: 6.0rem
}
.meet-the-authors-section .max-width .mta-authors .mta-author-bio .mta-author-bio-copy {
    display: block;
    padding-bottom: 11rem
}
@media (max-width: 767px) {
    .meet-the-authors-section .max-width .mta-authors .mta-author-bio .mta-author-bio-copy {
        font-size: 20px;
        line-height: 26px
    }
}
.meet-the-authors-section .max-width .mta-authors .mta-author-bio .mta-bio-button {
    position: absolute
}
@media (max-width: 1024px) {
    .meet-the-authors-section .max-width .mta-authors {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
    .meet-the-authors-section .max-width .mta-authors .mta-author-bio {
        max-width: 100%;
        margin-bottom: 11.5rem
    }
    .meet-the-authors-section .max-width .mta-authors .mta-author-bio .mta-author-bio-copy {
        padding-bottom: 6.0rem
    }
    .meet-the-authors-section .max-width .mta-authors .mta-author-bio .mta-bio-button {
        position: relative
    }
}
.where-to-buy-section {
    margin-bottom: 14.3rem;
    padding: 0 2.8rem
}
@media (max-width: 1440px) {
    .where-to-buy-section {
        padding-left: 9rem;
        padding-right: 9rem
    }
}
@media (max-width: 1024px) {
    .where-to-buy-section {
        padding-left: 4rem;
        padding-right: 4rem;
        margin-bottom: 20px
    }
}
@media (max-width: 767px) {
    .where-to-buy-section {
        padding-left: 15px;
        padding-right: 15px
    }
}
.where-to-buy-section .max-width {
    max-width: 1220px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}
@media (max-width: 767px) {
    .where-to-buy-section .max-width {
        display: block;
        text-align: center
    }
}
.where-to-buy-section .max-width .wtb-left {
    margin-right: 6.0rem
}
.where-to-buy-section .max-width .wtb-left h2.wtb-title {
    margin-bottom: 6.0rem
}
.where-to-buy-section .max-width .wtb-left .wtb-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.where-to-buy-section .max-width .wtb-left .wtb-links a.wtb-link {
    width: calc(50% - 140px);
    height: 100px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0 70px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.5
}
.where-to-buy-section .max-width .wtb-left .wtb-links a.wtb-link:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1
}
@media (max-width: 1024px) {
    .where-to-buy-section .max-width .wtb-left .wtb-links a.wtb-link {
        margin: 0 30px;
        width: calc(50% - 60px)
    }
}
.where-to-buy-section .max-width .wtb-right {
    max-width: 40%
}
@media (max-width: 767px) {
    .where-to-buy-section .max-width .wtb-right {
        margin: 6.0rem auto 0 auto
    }
}
.resource-carousel-headline-section .max-width-title {
    padding: 0 2.8rem
}
@media (max-width: 1440px) {
    .resource-carousel-headline-section .max-width-title {
        padding: 0 9rem
    }
}
@media (max-width: 1024px) {
    .resource-carousel-headline-section .max-width-title {
        padding: 0 4rem
    }
}
@media (max-width: 767px) {
    .resource-carousel-headline-section .max-width-title {
        padding: 0 15px
    }
}
.resource-carousel-headline-section .max-width-title .resource-carousel-headline {
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto
}
.resource-carousel-headline-section .max-width-title .line-head {
    max-width: 1220px;
    margin: 0 auto;
    display: block
}
.resource-carousel-section {
    padding: 0 9.5rem;
    margin-bottom: 14.3rem
}
.resource-carousel-section .max-width {
    max-width: 1630px;
    margin: 0 auto
}
.resource-carousel-section .max-width .resource-carousel .swiper-wrapper .resource {
    text-align: center;
    width: 390px;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}
.resource-carousel-section .max-width .resource-carousel .swiper-wrapper .resource a {
    text-decoration: none;
    width: 100%;
    display: block
}
.resource-carousel-section .max-width .resource-carousel .swiper-wrapper .resource a:hover {
    text-decoration: none;
    color: inherit
}
.resource-carousel-section .max-width .resource-carousel .swiper-wrapper .resource a .resource-top {
    height: 140px;
    padding: 20px;
    border: 2px solid;
    position: relative
}
.resource-carousel-section .max-width .resource-carousel .swiper-wrapper .resource a .resource-top h3.the-title {
    margin-bottom: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: calc(100% - 40px);
    display: inline-block;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    font-family: "Work Sans", sans-serif;
    font-style: italic;
    font-size: 3.2rem;
    text-transform: none;
    margin-top: 0
}
.resource-carousel-section .max-width .resource-carousel .swiper-wrapper .resource a .resource-bottom {
    padding: 30px 20px 20px;
    border: 1px solid #c2c1c3;
    height: 145px;
    text-align: left;
    position: relative;
    border-top: none
}
.resource-carousel-section .max-width .resource-carousel .swiper-wrapper .resource a .resource-bottom span {
    color: #303030
}
.resource-carousel-section .max-width .resource-carousel .swiper-wrapper .resource a .resource-bottom span.low-category {
    color: #c2c1c3;
    font-size: 1.6rem;
    position: absolute;
    display: block;
    bottom: 10px;
    left: 20px;
    font-weight: bold;
    letter-spacing: 0.2rem
}
.resource-carousel-section .max-width .resource-carousel .swiper-wrapper .resource a .resource-bottom span.resource-button {
    opacity: 0;
    margin: 0 auto;
    color: #fff;
    border-color: #fff;
    display: block;
    text-align: center;
    bottom: 30px;
    position: absolute;
    width: calc(100% - 40px)
}
@media (max-width: 1024px) {
    .resource-carousel-section .max-width .resource-carousel .swiper-wrapper .resource a .resource-bottom span.resource-button {
        opacity: 1;
        color: #303030;
        border-color: #303030
    }
}
@media (min-width: 1225px) {
    .resource-carousel-section .max-width .resource-carousel .swiper-wrapper .resource:hover {
        background-color: #f6948f
    }
    .resource-carousel-section .max-width .resource-carousel .swiper-wrapper .resource:hover a .resource-top {
        border-color: #f6948f !important;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start
    }
    .resource-carousel-section .max-width .resource-carousel .swiper-wrapper .resource:hover a .resource-top h3.the-title {
        color: #fff !important;
        left: 50%;
        top: 20px;
        -webkit-transform: translateX(-50%) translateY(0%);
        transform: translateX(-50%) translateY(0%)
    }
    .resource-carousel-section .max-width .resource-carousel .swiper-wrapper .resource:hover a .resource-bottom {
        border-color: #f6948f
    }
    .resource-carousel-section .max-width .resource-carousel .swiper-wrapper .resource:hover a .resource-bottom span {
        color: #f6948f;
        opacity: 0
    }
    .resource-carousel-section .max-width .resource-carousel .swiper-wrapper .resource:hover a .resource-bottom span.resource-button {
        opacity: 1;
        color: #fff
    }
    .resource-carousel-section .max-width .resource-carousel .swiper-wrapper .resource:hover a .resource-bottom span.resource-button:hover {
        background-color: #fac9c6
    }
}
.rich-text-section {
    margin-bottom: 130px;
    margin-top: -75px
}
.rich-text-section .max-width {
    max-width: 1220px;
    margin: 0 auto
}
.resource-listing-section {
    padding: 0 2.8rem
}
@media (max-width: 1440px) {
    .resource-listing-section {
        padding-left: 9rem;
        padding-right: 9rem
    }
}
@media (max-width: 1024px) {
    .resource-listing-section {
        padding-left: 4rem;
        padding-right: 4rem;
        margin-bottom: 0
    }
}
@media (max-width: 767px) {
    .resource-listing-section {
        padding-left: 15px;
        padding-right: 15px
    }
}
.resource-listing-section .max-width {
    max-width: 1220px;
    margin: 0 auto
}
.resource-listing-section .max-width .resource-listing-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}
@media (max-width: 1024px) {
    .resource-listing-section .max-width .resource-listing-head {
        display: block
    }
}
.resource-listing-section .max-width .resource-listing-head .resource-listing-title {
    margin-bottom: 6rem
}
@media (max-width: 1024px) {
    .resource-listing-section .max-width .resource-listing-head .resource-listing-title {
        padding-top: 80px
    }
}
@media (max-width: 767px) {
    .resource-listing-section .max-width .resource-listing-head .resource-listing-title {
        padding-top: 0;
        margin-bottom: 0
    }
}
.resource-listing-section .max-width .resource-listing-head .filters #filters fieldset {
    position: relative;
    display: inline
}
.resource-listing-section .max-width .resource-listing-head .filters #filters fieldset i {
    color: #fff;
    position: absolute;
    right: 2.0rem;
    top: 4.9rem;
    font-size: 22px
}
@media (max-width: 767px) {
    .resource-listing-section .max-width .resource-listing-head .filters #filters fieldset i {
        top: 6.9rem
    }
}
.resource-listing-section .max-width .resource-listing-head .filters #filters fieldset select {
    background-color: #303030;
    color: #fff;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 16px 20px;
    margin: 33px 0 20px 0;
    width: 285px !important;
    font-size: 16px
}
.resource-listing-section .max-width .resource-listing-blocks .resource-listing-block {
    margin-bottom: 6.0rem;
    position: relative;
    max-height: 5rem;
    overflow: hidden
}
.resource-listing-section .max-width .resource-listing-blocks .resource-listing-block .block-expander {
    border: 1px solid #f2f1f2;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    font-weight: 300;
    display: block;
    line-height: 0;
    height: 30px;
    width: 30px
}
.resource-listing-section .max-width .resource-listing-blocks .resource-listing-block .block-expander .horz-line {
    position: absolute;
    width: 20px;
    height: 2px;
    background: #303030;
    display: block;
    top: 13px;
    left: 4px
}
.resource-listing-section .max-width .resource-listing-blocks .resource-listing-block .block-expander .vert-line {
    position: absolute;
    width: 2px;
    height: 20px;
    background: #303030;
    display: block;
    left: 13px;
    top: 4px;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}
.resource-listing-section .max-width .resource-listing-blocks .resource-listing-block .block-expander:hover {
    background-color: #f6948f;
    border-color: #f6948f;
    color: #fff
}
.resource-listing-section .max-width .resource-listing-blocks .resource-listing-block.active {
    max-height: none
}
.resource-listing-section .max-width .resource-listing-blocks .resource-listing-block.active .vert-line {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}
.resource-listing-section .max-width .resource-listing-blocks .resource-listing-block h3.the-title {
    font-family: "Work Sans", sans-serif;
    font-size: 3.2rem;
    text-transform: none;
    margin-top: 0
}
.resource-listing-section .max-width .resource-listing-blocks .resource-listing-block h3.block-title {
    padding-bottom: 6.0rem;
    margin-top: 0
}
.resource-listing-section .max-width .resource-listing-blocks .resource-listing-block .mixitup-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}
.resource-listing-section .max-width .resource-listing-blocks .resource-listing-block .mixitup-container.fail p {
    margin-bottom: 0
}
.resource-listing-section .max-width .resource-listing-blocks .resource-listing-block .mixitup-container .resource {
    text-align: center;
    width: 31.5%;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}
@media (max-width: 1024px) {
    .resource-listing-section .max-width .resource-listing-blocks .resource-listing-block .mixitup-container .resource {
        width: 48%
    }
}
@media (max-width: 767px) {
    .resource-listing-section .max-width .resource-listing-blocks .resource-listing-block .mixitup-container .resource {
        width: 100%
    }
}
.resource-listing-section .max-width .resource-listing-blocks .resource-listing-block .mixitup-container .resource a {
    text-decoration: none;
    width: 100%;
    display: block
}
.resource-listing-section .max-width .resource-listing-blocks .resource-listing-block .mixitup-container .resource a:hover {
    text-decoration: none;
    color: inherit
}
.resource-listing-section .max-width .resource-listing-blocks .resource-listing-block .mixitup-container .resource a .resource-top {
    height: 140px;
    padding: 20px;
    border: 2px solid;
    position: relative
}
.resource-listing-section .max-width .resource-listing-blocks .resource-listing-block .mixitup-container .resource a .resource-top h3.the-title {
    margin-bottom: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: calc(100% - 40px);
    display: inline-block;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out
}
.resource-listing-section .max-width .resource-listing-blocks .resource-listing-block .mixitup-container .resource a .resource-bottom {
    padding: 30px 20px 20px;
    border: 1px solid #c2c1c3;
    height: 145px;
    text-align: left;
    position: relative;
    border-top: none
}
.resource-listing-section .max-width .resource-listing-blocks .resource-listing-block .mixitup-container .resource a .resource-bottom span {
    color: #303030
}
.resource-listing-section .max-width .resource-listing-blocks .resource-listing-block .mixitup-container .resource a .resource-bottom span.low-category {
    color: #c2c1c3;
    font-size: 1.6rem;
    position: absolute;
    display: block;
    bottom: 10px;
    left: 20px;
    font-weight: bold;
    letter-spacing: 0.2rem
}
.resource-listing-section .max-width .resource-listing-blocks .resource-listing-block .mixitup-container .resource a .resource-bottom span.resource-button {
    opacity: 0;
    margin: 0 auto;
    color: #fff;
    border-color: #fff;
    display: block;
    text-align: center;
    bottom: 30px;
    position: absolute;
    width: calc(100% - 40px)
}
@media (max-width: 1024px) {
    .resource-listing-section .max-width .resource-listing-blocks .resource-listing-block .mixitup-container .resource a .resource-bottom span.resource-button {
        opacity: 1;
        border-color: #303030;
        color: #303030
    }
}
@media (min-width: 1025px) {
    .resource-listing-section .max-width .resource-listing-blocks .resource-listing-block .mixitup-container .resource:hover {
        background-color: #f6948f
    }
    .resource-listing-section .max-width .resource-listing-blocks .resource-listing-block .mixitup-container .resource:hover a .resource-top {
        border-color: #f6948f !important;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start
    }
    .resource-listing-section .max-width .resource-listing-blocks .resource-listing-block .mixitup-container .resource:hover a .resource-top h3.the-title {
        color: #fff !important;
        left: 50%;
        top: 20px;
        -webkit-transform: translateX(-50%) translateY(0%);
        transform: translateX(-50%) translateY(0%)
    }
    .resource-listing-section .max-width .resource-listing-blocks .resource-listing-block .mixitup-container .resource:hover a .resource-bottom {
        border-color: #f6948f
    }
    .resource-listing-section .max-width .resource-listing-blocks .resource-listing-block .mixitup-container .resource:hover a .resource-bottom span {
        color: #f6948f;
        opacity: 0
    }
    .resource-listing-section .max-width .resource-listing-blocks .resource-listing-block .mixitup-container .resource:hover a .resource-bottom span.resource-button {
        opacity: 1;
        color: #fff
    }
    .resource-listing-section .max-width .resource-listing-blocks .resource-listing-block .mixitup-container .resource:hover a .resource-bottom span.resource-button:hover {
        background-color: #fac9c6
    }
}
.hire-a-speaker-section {
    padding: 0 2.8rem 1rem
}
@media (max-width: 1440px) {
    .hire-a-speaker-section {
        padding-left: 9rem;
        padding-right: 9rem
    }
}
@media (max-width: 1024px) {
    .hire-a-speaker-section {
        padding-left: 4rem;
        padding-right: 4rem;
        margin-bottom: 0
    }
}
@media (max-width: 767px) {
    .hire-a-speaker-section {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 0
    }
}
.hire-a-speaker-section .max-width {
    max-width: 1220px;
    margin: 0 auto
}
.hire-a-speaker-section .max-width .has-authors {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}
.hire-a-speaker-section .max-width .has-authors .has-author {
    max-width: calc(50% - 1.5rem);
    margin-bottom: 100px
}
@media (max-width: 767px) {
    .hire-a-speaker-section .max-width .has-authors .has-author {
        max-width: 100%
    }
}
.hire-a-speaker-section .max-width .has-authors .has-author .author-image {
    height: 400px;
    width: 100%;
    background-size: cover;
    background-position: center center;
    margin-bottom: 6.0rem
}
@media (max-width: 1024px) {
    .hire-a-speaker-section .max-width .has-authors .has-author .author-image {
        height: 260px
    }
}
.hire-a-speaker-section .max-width .has-authors .has-author .author-name {
    padding-bottom: 6.0rem
}
.hire-a-speaker-section .max-width .has-authors .has-author .author-bio {
    display: block
}
@media (max-width: 767px) {
    .hire-a-speaker-section .max-width .has-authors .has-author .author-bio {
        font-size: 20px;
        line-height: 26px
    }
}
.hire-a-speaker-section .max-width .has-authors .has-author a.button {
    margin-top: 6.0rem
}
.full-scale-video-section {
    background-size: cover;
    background-position: center center;
    margin-bottom: 14.3rem
}
.full-scale-video-section .max-width {
    width: 100%;
    height: 70vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}
@media (max-width: 1024px) {
    .full-scale-video-section .max-width {
        height: 35vh
    }
}
.full-scale-video-section .max-width:hover .play-circle {
    opacity: 1
}
.full-scale-video-section .max-width .play-circle {
    cursor: pointer;
    position: relative
}
.full-scale-video-section .max-width .play-circle .play-triangle {
    position: relative
}
.showcase-listing-section .max-width {
    max-width: 1220px;
    margin: 0 auto
}
@media (max-width: 1440px) {
    .showcase-listing-section .max-width {
        padding: 0 2.8rem
    }
}
.showcase-listing-section .max-width .showcase-listing-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 14.3rem
}
@media (max-width: 1024px) {
    .showcase-listing-section .max-width .showcase-listing-head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}
@media (max-width: 767px) {
    .showcase-listing-section .max-width .showcase-listing-head {
        padding-bottom: 0
    }
}
.showcase-listing-section .max-width .showcase-listing-head h2.showcase-listing-title {
    width: 50%
}
@media (max-width: 1205px) {
    .showcase-listing-section .max-width .showcase-listing-head h2.showcase-listing-title {
        width: 100%
    }
}
.showcase-listing-section .max-width .showcase-listing-head .filters {
    margin-top: 3.0rem;
    width: 50%
}
@media (max-width: 1205px) {
    .showcase-listing-section .max-width .showcase-listing-head .filters {
        width: 100%
    }
}
.showcase-listing-section .max-width .showcase-listing-head .filters #filters fieldset {
    position: relative;
    display: inline
}
.showcase-listing-section .max-width .showcase-listing-head .filters #filters fieldset i {
    color: #fff;
    position: absolute;
    right: 2.0rem;
    top: 4.9rem;
    font-size: 22px
}
@media (max-width: 767px) {
    .showcase-listing-section .max-width .showcase-listing-head .filters #filters fieldset i {
        top: 6.9rem
    }
}
.showcase-listing-section .max-width .showcase-listing-head .filters #filters fieldset select {
    background-color: #303030;
    color: #fff;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 16px 20px;
    margin: 33px 0 20px 0;
    width: 285px !important;
    font-size: 16px;
    border: 1px solid #303030
}
.showcase-listing-section .max-width .showcase-listing-head .filters #filters fieldset:last-child select {
    background-color: #fff;
    color: #303030;
    border: 1px solid #303030
}
.showcase-listing-section .max-width .showcase-listing-head .filters #filters fieldset:last-child i {
    color: #303030
}
.showcase-listing-section .mixitup-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
    height: 2180px
}
.showcase-listing-section .mixitup-container.active {
    height: auto;
    margin-bottom: 11.5rem
}
@media (max-width: 1024px) {
    .showcase-listing-section .mixitup-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 1810px
    }
    .showcase-listing-section .mixitup-container.active {
        height: auto
    }
}
.showcase-listing-section .mixitup-container .case-study {
    width: 50%;
    height: 545px;
    background-size: cover;
    background-position: center center;
    margin: 0
}
@media (max-width: 1024px) {
    .showcase-listing-section .mixitup-container .case-study {
        width: 100%;
        margin-bottom: 0;
        height: 445px
    }
}
.showcase-listing-section .mixitup-container .case-study a {
    color: transparent;
    text-align: center;
    padding: 30px;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}
.showcase-listing-section .mixitup-container .case-study a .showcase-item {
    width: 100%
}
.showcase-listing-section .mixitup-container .case-study a .showcase-item .showcase-item-title {
    padding-bottom: 3.0rem
}
.showcase-listing-section .mixitup-container .case-study a .showcase-item .showcase-button {
    color: #fff;
    border-color: #fff;
    opacity: 0;
    margin-top: 4.0rem;
    display: inline-block
}
.showcase-listing-section .mixitup-container .case-study a .showcase-item .showcase-button:hover {
    background-color: #fac9c6
}
.showcase-listing-section .mixitup-container .case-study a:hover {
    color: #fff;
    background: #f6948f
}
.showcase-listing-section .mixitup-container .case-study a:hover .showcase-item .showcase-button {
    opacity: 1
}
.showcase-listing-section .showcase-button-holster {
    text-align: center
}
@media (max-width: 767px) {
    .showcase-listing-section .showcase-button-holster {
        padding-left: 20px;
        padding-right: 20px
    }
}
.showcase-listing-section .showcase-button-holster .showcase-show-more {
    margin-bottom: 60px;
    margin-top: 40px
}
.case-study-2-col-section {
    margin-bottom: 11.5rem;
    padding: 0 2.8rem
}
@media (max-width: 1440px) {
    .case-study-2-col-section {
        padding-left: 9rem;
        padding-right: 9rem
    }
}
@media (max-width: 1024px) {
    .case-study-2-col-section {
        padding-left: 4rem;
        padding-right: 4rem;
        margin-bottom: 0
    }
}
@media (max-width: 767px) {
    .case-study-2-col-section {
        padding-left: 15px;
        padding-right: 15px
    }
}
.case-study-2-col-section .max-width {
    max-width: 1220px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}
@media (max-width: 767px) {
    .case-study-2-col-section .max-width {
        display: block;
        padding-left: 15px;
        padding-right: 15px
    }
}
.case-study-2-col-section .max-width .case-study-2-col-left {
    padding-right: 28px;
    max-width: 70%
}
@media (max-width: 1024px) {
    .case-study-2-col-section .max-width .case-study-2-col-left {
        max-width: 66.666%
    }
}
@media (max-width: 767px) {
    .case-study-2-col-section .max-width .case-study-2-col-left {
        max-width: 100%;
        padding-right: 0
    }
}
.case-study-2-col-section .max-width .case-study-2-col-right {
    max-width: 30%
}
@media (max-width: 1024px) {
    .case-study-2-col-section .max-width .case-study-2-col-right {
        max-width: 33.333%
    }
}
@media (max-width: 767px) {
    .case-study-2-col-section .max-width .case-study-2-col-right {
        max-width: 100%;
        margin-top: 60px
    }
}
.case-study-2-col-section .max-width .case-study-2-col-right ul {
    font-weight: normal;
    margin-top: -1.0rem
}
.case-study-2-col-section .max-width .case-study-2-col-headline {
    display: inline-block;
    padding-bottom: 6.0rem
}
.case-study-content-section {
    padding: 0 2.8rem
}
@media (max-width: 1440px) {
    .case-study-content-section {
        padding-left: 9rem;
        padding-right: 9rem
    }
}
@media (max-width: 1024px) {
    .case-study-content-section {
        padding-left: 4rem;
        padding-right: 4rem;
        margin-bottom: 0
    }
}
@media (max-width: 767px) {
    .case-study-content-section {
        padding-left: 15px;
        padding-right: 15px
    }
}
.case-study-content-section .max-width {
    max-width: 1220px;
    margin: 0 auto
}
.case-study-content-section .max-width .case-study-content {
    margin-bottom: 7.5rem
}
.case-study-content-section .max-width .case-study-content img {
    width: 100%;
    height: auto;
    margin-bottom: 6rem
}
.case-study-content-section .max-width .case-study-content span {
    max-width: 83%;
    display: block
}
@media (max-width: 1024px) {
    .case-study-content-section .max-width .case-study-content span {
        max-width: 100%
    }
}
.case-study-content-section .max-width .case-study-content .case-study-video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    overflow: hidden
}
.case-study-content-section .max-width .case-study-content .case-study-video .case-study-thumbnail {
    position: relative;
    width: 100%;
    height: 686px;
    background-size: cover;
    background-position: center center;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    opacity: 0.8
}
@media (max-width: 1440px) {
    .case-study-content-section .max-width .case-study-content .case-study-video .case-study-thumbnail {
        height: 40vw
    }
}
.case-study-content-section .max-width .case-study-content .case-study-video:hover .case-study-thumbnail {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 1
}
.case-study-content-section .max-width .case-study-content .case-study-video:hover .play-circle {
    opacity: 1
}
.block-content-section {
    margin-bottom: 14.3rem;
    padding: 0 2.8rem
}
@media (max-width: 1440px) {
    .block-content-section {
        padding-left: 9rem;
        padding-right: 9rem
    }
}
@media (max-width: 1024px) {
    .block-content-section {
        padding-left: 4rem;
        padding-right: 4rem;
        margin-bottom: 6.0rem
    }
}
@media (max-width: 767px) {
    .block-content-section {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 0
    }
}
.block-content-section .max-width {
    max-width: 1220px;
    margin: 0 auto
}
.block-content-section .max-width .block-headline {
    margin-bottom: 6.0rem
}
.block-content-section .max-width .button {
    margin-top: 6.0rem
}
.photo-mosaic-section {
    margin-bottom: 14.3rem
}
@media (max-width: 767px) {
    .photo-mosaic-section {
        margin-bottom: 50px
    }
}
.photo-mosaic-section .max-width {
    max-width: 1220px;
    margin: 0 auto
}
.photo-mosaic-section .max-width .mosaic-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    height: 870px
}
@media (max-width: 1205px) {
    .photo-mosaic-section .max-width .mosaic-block {
        -ms-flex-wrap: no-wrap;
        flex-wrap: no-wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: auto;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: block
    }
    .photo-mosaic-section .max-width .mosaic-block .mosaic-img-short,
    .photo-mosaic-section .max-width .mosaic-block .mosaic-img-tall {
        margin: 0 auto 3.0rem
    }
}
.photo-mosaic-section .max-width .mosaic-block .mosaic-img-short {
    margin-bottom: 30px;
    width: 386px;
    height: 270px;
    background-size: cover;
    background-position: center center
}
@media (max-width: 767px) {
    .photo-mosaic-section .max-width .mosaic-block .mosaic-img-short {
        width: 320px;
        height: 221px
    }
}
.photo-mosaic-section .max-width .mosaic-block .mosaic-img-tall {
    position: relative;
    margin-bottom: 30px;
    width: 386px;
    height: 540px;
    background-size: cover;
    background-position: center center
}
@media (max-width: 767px) {
    .photo-mosaic-section .max-width .mosaic-block .mosaic-img-tall {
        width: 320px;
        height: 443px
    }
}
.photo-mosaic-section .max-width .mosaic-block .mosaic-img-tall .mosaic-img-tall-hover {
    background: #f6948f;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    padding: 3.0rem
}
.photo-mosaic-section .max-width .mosaic-block .mosaic-img-tall .mosaic-img-tall-hover:hover {
    opacity: 1
}
.photo-mosaic-section .max-width .mosaic-block .mosaic-img-tall .mosaic-img-tall-hover .mosaic-img-title {
    font-family: "Work Sans", sans-serif;
    font-style: italic;
    text-transform: none;
    color: #fff;
    padding-bottom: 4.0rem;
    margin-right: auto
}
.photo-mosaic-section .max-width .mosaic-block .mosaic-img-tall .mosaic-img-tall-hover .mosaic-img-copy {
    color: #fff;
    padding-bottom: 1.0rem
}
.photo-mosaic-section .max-width .mosaic-block .mosaic-img-tall .mosaic-img-tall-hover a.stroke-button {
    border-color: #fff;
    color: #fff;
    width: 100%
}
.photo-mosaic-section .max-width .mosaic-block .mosaic-img-tall .mosaic-img-tall-hover a.stroke-button:hover {
    background-color: #fac9c6
}
.error404 {
    background-color: #96e2ba;
    overflow-x: hidden;
    padding: 0 2.8
}
.error404 .after-header-block {
    display: none
}
.error404 #page {
    position: relative;
    z-index: 2
}
.error404 .whoops {
    height: 100vh;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}
.error404 .whoops .max-width {
    max-width: 1220px;
    margin: 0 auto
}
.error404 .whoops .max-width .whoops-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}
@media (max-width: 1024px) {
    .error404 .whoops .max-width .whoops-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0 2.8rem
    }
}
.error404 .whoops .max-width .whoops-flex .whoops-left {
    padding-right: 30px;
    text-align: center
}
@media (max-width: 1024px) {
    .error404 .whoops .max-width .whoops-flex .whoops-left {
        padding-right: 0
    }
}
.error404 .whoops .max-width .whoops-flex .whoops-left h1 {
    font-size: 20rem;
    margin: 0;
    height: 102px
}
.error404 .whoops .max-width .whoops-flex .whoops-right {
    width: 37%;
    padding-left: 30px;
    border-left: 1px solid #303030
}
@media (max-width: 1024px) {
    .error404 .whoops .max-width .whoops-flex .whoops-right {
        width: auto;
        padding-left: 0;
        border: none;
        text-align: center
    }
}
.error404 .whoops .max-width .whoops-flex .whoops-right h2 {
    font-size: 6rem;
    line-height: 4rem;
    margin-top: 7px;
    padding-bottom: 3.0rem;
    margin-bottom: -1.3rem
}
.error404 .whoops .max-width .whoops-flex .whoops-right h3 {
    margin-bottom: -8px
}
.error404 .whoops .max-width .whoops-search {
    text-align: center;
    margin: 10.5rem auto 0;
    overflow: visible;
    position: relative;
    max-width: 860px
}
.error404 .whoops .max-width .whoops-search form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 2
}
@media (max-width: 1024px) {
    .error404 .whoops .max-width .whoops-search form {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}
.error404 .whoops .max-width .whoops-search form label {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-bottom: 0
}
@media (max-width: 1024px) {
    .error404 .whoops .max-width .whoops-search form label {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto
    }
}
.error404 .whoops .max-width .whoops-search form label input {
    width: 100%;
    height: 56px
}
@media (max-width: 1024px) {
    .error404 .whoops .max-width .whoops-search form label input {
        width: 80%;
        margin-bottom: 3.0rem
    }
}
.error404 .whoops .max-width .whoops-search form>input {
    color: #fff;
    background-color: #303030;
    border: none;
    border-radius: 2px;
    padding: 17px 30px;
    margin: 0;
    text-align: center;
    -webkit-transition: 0.1s ease-out;
    transition: 0.1s ease-out;
    text-transform: none;
    font-weight: 600;
    font-size: 1.6rem;
    letter-spacing: .12em;
    text-decoration: none
}
.error404 .whoops .max-width .whoops-search form>input:hover {
    cursor: pointer;
    background-color: #f6948f;
    color: #fff;
    text-decoration: none
}
@media (max-width: 767px) {
    .error404 .whoops .max-width .whoops-search form>input:not(.hamburger) {
        font-size: 16px;
        width: 100%
    }
}
@media (max-width: 1024px) {
    .error404 .whoops .max-width .whoops-search form>input {
        width: 80% !important
    }
}
.error404 .whoops .max-width .whoops-search:after {
    background-image: url("http://newbreedstaging.com/duarte/wp-content/uploads/giraffe.png");
    background-repeat: no-repeat;
    content: " ";
    display: block;
    position: absolute;
    width: 465px;
    height: 500px;
    background-size: contain;
    right: -50%;
    top: -120px;
    background-position: left top
}
@media (max-width: 1024px) {
    .error404 .whoops .max-width .whoops-search:after {
        display: none
    }
}
.error404 #ballContainment {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}
.link-block-section {
    margin-bottom: 14.3rem;
    padding: 0 2.8rem
}
@media (max-width: 1440px) {
    .link-block-section {
        padding: 0 9rem
    }
}
@media (max-width: 1024px) {
    .link-block-section {
        padding: 0 4rem
    }
}
@media (max-width: 767px) {
    .link-block-section {
        padding: 0 15px
    }
}
.link-block-section .max-width {
    max-width: 1220px;
    margin: 0 auto
}
.link-block-section .max-width .link-blocks {
    -webkit-columns: 400px;
    columns: 400px
}
.link-block-section .max-width .link-blocks .link-block h3.link-block-headline {
    padding-bottom: 6.0rem
}
.link-block-section .max-width .link-blocks .link-block a.link-block-link {
    display: block;
    font-family: "Work Sans", sans-serif;
    font-size: 3.2rem;
    margin-bottom: 5px
}
.link-block-section .max-width .link-blocks .link-block a.button {
    margin: 30px 0 80px
}
.image-with-caption-section .max-width {
    max-width: 1220px;
    margin: 0 auto
}
@media (max-width: 1440px) {
    .image-with-caption-section {
        padding: 0 9rem
    }
}
@media (max-width: 1024px) {
    .image-with-caption-section {
        padding: 0 4rem
    }
}
@media (max-width: 767px) {
    .image-with-caption-section {
        padding: 0 15px
    }
}
.image-with-caption-section img {
    width: 100%;
    height: auto
}
.image-with-caption-section .image-caption {
    font-size: 1.8rem;
    line-height: 2.5rem;
    display: block;
    margin: 30px 0 60px
}
.location-section {
    margin-bottom: 14.3rem;
    padding: 0 2.8rem
}
@media (max-width: 1440px) {
    .location-section {
        padding-left: 9rem;
        padding-right: 9rem
    }
}
@media (max-width: 1024px) {
    .location-section {
        padding-left: 4rem;
        padding-right: 4rem
    }
}
@media (max-width: 767px) {
    .location-section {
        padding-left: 15px;
        padding-right: 15px
    }
}
.location-section .max-width {
    max-width: 1220px;
    margin: 0 auto
}
.location-section .max-width .location-title {
    margin-bottom: 6.0rem
}
.location-section .max-width .location-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}
@media (max-width: 1205px) {
    .location-section .max-width .location-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}
.location-section .max-width .location-content .location-content-left {
    margin-bottom: 3.0rem
}
.location-section .max-width .location-content .location-content-left .location-logo {
    max-width: 150px;
    margin-bottom: 6.0rem
}
.location-section .max-width .location-content .location-content-left span {
    font-size: 3.2rem
}
.location-section .max-width .location-content .location-content-left .location-address {
    display: block;
    margin-bottom: 3.0rem
}
.location-section .max-width .location-content .location-content-left .location-phone {
    display: block;
    margin-bottom: 0px
}
.location-section .max-width .location-content .location-content-left .location-email {
    display: block
}
.work-history-section {
    padding: 0 2.8rem
}
@media (max-width: 1440px) {
    .work-history-section {
        padding: 0 9.0rem
    }
}
@media (max-width: 1024px) {
    .work-history-section {
        padding: 0 4.0rem
    }
}
@media (max-width: 767px) {
    .work-history-section {
        padding: 0 15px
    }
}
.work-history-section .max-width {
    max-width: 1220px;
    margin: 0 auto
}
.work-history-section .max-width .work-history-block {
    margin-bottom: 14.3rem
}
@media (max-width: 1024px) {
    .work-history-section .max-width .work-history-block {
        margin-bottom: 11.5rem
    }
}
.work-history-section .max-width .work-history-block .work-history-item {
    display: block;
    height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out
}
.work-history-section .max-width .work-history-block .work-history-item .work-history-link {
    height: 0
}
.work-history-section .max-width .work-history-block .work-history-item.show-me {
    opacity: 1;
    height: auto;
    margin-bottom: 20px
}
.work-history-section .max-width .work-history-block .work-history-item.show-me .work-history-link {
    height: auto
}
.work-history-section .max-width .work-history-block .work-history-block-load-more {
    text-align: center;
    padding: 20px 0;
    border-top: 1px solid #303030;
    border-bottom: 1px solid #303030;
    margin-top: 6.0rem;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    cursor: pointer
}
.work-history-section .max-width .work-history-block .work-history-block-load-more .work-history-load-more-text {
    text-transform: uppercase;
    font-size: 1.6rem;
    color: #303030;
    font-weight: bold;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}
.work-history-section .max-width .work-history-block .work-history-block-load-more:hover {
    border-color: #f6948f
}
.work-history-section .max-width .work-history-block .work-history-block-load-more:hover .work-history-load-more-text {
    color: #f6948f
}
.full-width-form-section {
    margin-bottom: 14.3rem;
    padding: 0 2.8rem
}
@media (max-width: 1440px) {
    .full-width-form-section {
        padding-left: 9rem;
        padding-right: 9rem
    }
}
@media (max-width: 1024px) {
    .full-width-form-section {
        padding-left: 4rem;
        padding-right: 4rem
    }
}
@media (max-width: 767px) {
    .full-width-form-section {
        padding-left: 15px;
        padding-right: 15px
    }
}
.full-width-form-section .max-width {
    max-width: 1220px;
    margin: 0 auto;
    padding: 6.0rem 10.0rem;
    border: 1px solid #c2c1c3
}
@media (max-width: 767px) {
    .full-width-form-section .max-width {
        padding: 6.0rem 2.0rem
    }
}
.full-width-form-section .max-width .hbspt-form {
    background-color: transparent;
    padding: 0;
    margin: 0
}
.full-width-form-section .max-width .hbspt-form form {
    margin-bottom: 0
}
.full-width-form-section .max-width .hbspt-form form fieldset.form-columns-2>div:first-of-type {
    padding-right: 2.0rem
}
@media (max-width: 400px) {
    .full-width-form-section .max-width .hbspt-form form fieldset.form-columns-2>div:first-of-type {
        padding-right: 0
    }
}
.full-width-form-section .max-width .hbspt-form form .hs-form-field {
    position: relative
}
.full-width-form-section .max-width .hbspt-form form label {
    font-size: 1.4rem;
    color: #c2c1c3;
    font-weight: bold;
    margin-bottom: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out
}
.full-width-form-section .max-width .hbspt-form form .hs-error-msgs {
    position: absolute;
    width: 100%;
    bottom: -23px
}
.full-width-form-section .max-width .hbspt-form form .hs-error-msgs label {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    position: absolute;
    color: #303030
}
.full-width-form-section .max-width .hbspt-form form .stuffed label {
    -webkit-transform: translateY(0px);
    transform: translateY(0px)
}
.full-width-form-section .max-width .hbspt-form form .hasFocus label {
    -webkit-transform: translateY(0px) !important;
    transform: translateY(0px) !important;
    color: #a7d7cd
}
.full-width-form-section .max-width .hbspt-form form .hasFocus .hs-error-msgs label {
    color: #303030
}
.full-width-form-section .max-width .hbspt-form form .hasFocus .input input {
    border-bottom: 1px solid #a7d7cd
}
.full-width-form-section .max-width .hbspt-form form .input input {
    -webkit-transition: all 0.4s ease-out 0.2s;
    transition: all 0.4s ease-out 0.2s;
    width: 100%;
    border: none;
    border-bottom: 1px solid #c2c1c3;
    font-size: 2rem;
    text-transform: none;
    font-weight: 400;
    padding: 0 0 10px;
    margin-top: 0;
    outline: none !important
}
.full-width-form-section .max-width .hbspt-form form .input .hs-input {
    border: 0;
    border-bottom: 1px solid #c2c1c3;
    margin-bottom: 5px
}
.full-width-form-section .max-width .hbspt-form form .input textarea.hs-input {
    border: 1px solid #c2c1c3;
    width: 100%;
    outline: none !important
}
.full-width-form-section .max-width .hbspt-form form .input select.hs-input {
    color: #fff
}
.full-width-form-section .max-width .hbspt-form form .input select.hs-input option:first-of-type {
    color: #fff
}
.full-width-form-section .max-width .hbspt-form form .input .multi-container label {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.full-width-form-section .max-width .hbspt-form form .input .multi-container label input {
    width: auto;
    top: 0
}
.full-width-form-section .max-width .hbspt-form form fieldset>div {
    position: relative
}
.full-width-form-section .max-width .hbspt-form form fieldset>div.hs_comments label {
    -webkit-transform: translateY(40px) translateX(10px);
    transform: translateY(40px) translateX(10px)
}
.case-study-carousel-section {
    background-size: 45px;
    background-image: url("http://newbreedstaging.com/duarte/wp-content/uploads/duarte-cube-pattern.png");
    background-color: #aed0c9;
    padding: 125px 28px;
    text-align: center;
    background-attachment: fixed;
    padding: 10.0rem 9.5rem
}
.case-study-carousel-section .max-width {
    max-width: 1630px;
    margin: 0 auto
}
.case-study-carousel-section .max-width .resource-carousel .swiper-wrapper .resource {
    text-align: center;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    height: 235px;
    background-size: cover;
    background-position: center center
}
.case-study-carousel-section .max-width .resource-carousel .swiper-wrapper .resource a {
    color: transparent;
    text-align: center;
    padding: 30px;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.case-study-carousel-section .max-width .resource-carousel .swiper-wrapper .resource a .showcase-item {
    width: 100%
}
.case-study-carousel-section .max-width .resource-carousel .swiper-wrapper .resource a .showcase-item .showcase-item-title {
    font-size: 4.0rem;
    line-height: 4.0rem
}
@media (max-width: 767px) {
    .case-study-carousel-section .max-width .resource-carousel .swiper-wrapper .resource a .showcase-item .showcase-item-title {
        font-size: 3rem;
        line-height: 3rem
    }
}
.case-study-carousel-section .max-width .resource-carousel .swiper-wrapper .resource a .showcase-item .showcase-button {
    color: #fff;
    border-color: #fff;
    opacity: 0;
    margin-top: 4.0rem;
    display: inline-block
}
.case-study-carousel-section .max-width .resource-carousel .swiper-wrapper .resource a .showcase-item .showcase-button:hover {
    background-color: #fac9c6
}
.case-study-carousel-section .max-width .resource-carousel .swiper-wrapper .resource a:hover {
    color: #fff;
    background: #f6948f
}
.case-study-carousel-section .max-width .resource-carousel .swiper-wrapper .resource a:hover .showcase-item .showcase-button {
    opacity: 1
}
.sub-teal-section {
    padding: 0 2.8rem;
    margin-bottom: 14.3rem;
    margin-top: -5.5rem
}
.sub-teal-section .max-width {
    max-width: 1220px;
    margin: 0 auto;
    text-align: center
}
.blog-hero img {
    width: 100%
}
.blog-hero .textwidget {
    max-width: 1276px;
    padding-left: 2.8rem;
    padding-right: 2.8rem;
    margin: 11.5rem auto 14.3rem auto
}
.blog-hero .textwidget p {
    font-size: 3.2rem;
    margin-top: -2.2rem;
    line-height: 5rem;
    letter-spacing: 0.01rem;
    margin-bottom: -1.2rem;
    font-weight: 400;
    font-family: "Work Sans", sans-serif;
}
.search-results .site-content {
    margin-bottom: 11.5rem
}
.search-results .site-content * {
    max-width: none !important
}
.search-results .site-main {
    margin-top: 3.0rem;
    padding: 0 2.8rem
}
@media (max-width: 1440px) {
    .search-results .site-main {
        padding-left: 9rem;
        padding-right: 9rem
    }
}
@media (max-width: 1024px) {
    .search-results .site-main {
        padding-left: 4rem;
        padding-right: 4rem;
        margin-bottom: 0
    }
}
@media (max-width: 767px) {
    .search-results .site-main {
        padding-left: 15px;
        padding-right: 15px
    }
}
.search-results .site-main article {
    margin-bottom: 60px;
    border-bottom: 2px solid #f5f4f0
}
.search-results .site-main article header {
    max-width: 1220px;
    margin: 0 auto
}
.search-results .site-main article header:after {
    content: "";
    width: 80px;
    height: 6rem;
    border-top: 1px solid #303030;
    display: block;
    margin-top: 3rem
}
.search-results .site-main article .entry-header>a {
    display: none
}
.search-results .site-main article .entry-summary {
    max-width: 1220px;
    margin: 0 auto
}
.search-results .site-main article .entry-summary p {
    padding-bottom: 11.5rem
}
.search-results .site-main article .entry-footer {
    max-width: 1220px;
    margin: 0 auto;
    padding-bottom: 3.0rem
}
.search-results .site-main article .comments-link {
    display: none
}
.search-results .site-main article .cat-links {
    display: none;
    margin-top: 20px
}
.search-results .site-main article .entry-title a {
    color: #303030
}
.search-results .site-main article .entry-title a:hover {
    color: #f6948f
}
.search-results .site-header-title-wrap h1 {
    display: none
}
.search-results .page-header {
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 4.5rem
}
.search-results .page-header .page-title {
    display: none;
    font-size: 10rem;
    line-height: 10rem;
    font-family: "Work Sans", sans-serif;
    font-weight: 400;
    margin-bottom: -2.3rem;
    margin-top: 0;
    margin-bottom: 0;
    color: #a1a1a1
}
@media (max-width: 1440px) {
    .search-results .page-header .page-title {
        font-size: 85px;
        line-height: 85px
    }
}
@media (max-width: 1024px) {
    .search-results .page-header .page-title {
        font-size: 80px;
        line-height: 80px
    }
}
@media (max-width: 767px) {
    .search-results .page-header .page-title {
        font-size: 38px;
        line-height: 38px
    }
}
.subpage-content-section {
    margin-top: 6rem;
    padding: 0 2.8rem
}
.subpage-content-section .max-width {
    margin: 0 auto;
    max-width: 1220px
}
.post-carousel-section {
    padding: 0 9.5rem;
    margin-bottom: 14.3rem
}
.post-carousel-section .max-width {
    max-width: 1220px;
    margin: 0 auto
}
.post-carousel-section .max-width h3 {
    font-size: 2.2rem
}
.post-carousel-section .max-width .resource-carousel-headline {
    padding-bottom: 3.0rem
}
.post-carousel-section .max-width .post-carousel .swiper-wrapper .post-featured-image {
    height: 26rem;
    background-size: cover;
    width: 100%;
    background-position: center center;
    margin-bottom: 5.5rem
}
.post-carousel-section .max-width .post-carousel .swiper-wrapper .post-featured-content {
    text-align: left
}
.post-carousel-section .max-width .post-carousel .swiper-wrapper .post-featured-content img {
    display: none
}
.post-carousel-section .max-width .post-carousel .swiper-wrapper .post-featured-content h2.post-carousel-post-title {
    color: #303030;
    font-size: 5rem;
    line-height: 5rem
}
.post-carousel-section .max-width .post-carousel .swiper-wrapper .post-featured-content span {
    color: #303030
}
.post-carousel-section .max-width .post-carousel .swiper-wrapper .post-featured-content span.button-small {
    color: #70c3a4;
    font-size: 2.2rem;
    text-transform: lowercase;
    display: inline;
    font-weight: 400;
    letter-spacing: normal
}
.post-carousel-section .max-width .post-carousel .swiper-wrapper .post-featured-content span.button-small:after {
    content: none
}
.author .after-header-block {
    display: none
}
.author .widget_execphp {
    display: none
}
.author .widget_black_studio_tinymce {
    display: none
}
.author .null-instagram-feed {
    display: none
}
.author .author-page-bio-section {
    margin: 16.5rem auto 11.5rem;
    padding: 0 2.8rem;
    max-width: 1276px
}
.author .author-page-bio-section .author-bio-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 6.0rem
}
.author .author-page-bio-section .author-bio-top .author-portrait {
    width: 182px;
    height: 182px;
    overflow: hidden;
    margin-right: 3.0rem;
    background-size: cover;
    background-position: center center
}
.author .author-page-bio-section .author-bio-top .author-name h2 {
    font-size: 8.0rem;
    line-height: 8.0rem
}
.author .author-page-bio-section .author-bio-top .author-name h3 {
    font-size: 2.2rem;
    line-height: 3.4rem;
    padding-top: 3.0rem
}
.page-template-page-quiz-results .after-header-block {
    display: none
}
.page-template-page-quiz-results .subpage-content-section .subpage-content {
    margin-bottom: 14.3rem;
    padding: 0 2.8rem
}
@media (max-width: 1440px) {
    .page-template-page-quiz-results .subpage-content-section .subpage-content {
        padding-left: 9rem;
        padding-right: 9rem
    }
}
@media (max-width: 1024px) {
    .page-template-page-quiz-results .subpage-content-section .subpage-content {
        padding-left: 4rem;
        padding-right: 4rem
    }
}
@media (max-width: 767px) {
    .page-template-page-quiz-results .subpage-content-section .subpage-content {
        padding-left: 15px;
        padding-right: 15px
    }
}
.page-template-page-quiz-results .subpage-content-section .subpage-content h1 {
    font-size: 8rem;
    line-height: 8rem;
    padding-bottom: 5rem;
    margin-top: 50px
}
.page-template-page-quiz-results .subpage-content-section .subpage-content h3 {
    padding-bottom: 20px
}
.page-template-page-quiz-results .subpage-content-section .subpage-content h4 {
    font-family: "Work Sans", sans-serif !important;
    font-size: 40px;
    line-height: 45px;
    margin-top: 40px;
    text-align: center
}
@media (max-width: 767px) {
    .page-template-page-quiz-results .subpage-content-section .subpage-content h4 {
        text-align: left
    }
}
.page-template-page-quiz-results .subpage-content-section .subpage-content section {
    margin-bottom: 50px
}
.page-template-page-quiz-results .subpage-content-section .subpage-content section img {
    max-width: 375px;
    margin: 0 auto;
    display: block
}
@media (max-width: 767px) {
    .page-template-page-quiz-results .subpage-content-section .subpage-content section img {
        max-width: 100%
    }
}
.page-template-page-quiz-results .subpage-content-section .subpage-content section .row {
    margin-left: 0;
    margin-right: 0
}


/*-------Custom CSS----*/

@import url('https://fonts.googleapis.com/css?family=Work+Sans:300,400,600');

.site-header {
    position: relative;
    z-index: 1000;
    background-size: cover;
    background-position: center center;
}

.site-header-logo-mobile {display: none;}

@media (max-width: 767px) {
    .site-header {
        padding-bottom: 3rem;
    }
    .site-header.min-header {
        padding-bottom: 0;
        overflow: visible;
    }
}
.stuck-wrap .site-header {
    overflow: visible;
}
.site-header .site-header-video-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}
.site-header .site-header-video-wrap video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 1;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.stuck-wrap .site-header .site-header-video-wrap {
    display: none;
}
.site-header .site-header-content-wrap {
    position: relative;
    z-index: 2;
}
.site-header .site-header-content-wrap .site-header-search-drawer {
    position: fixed;
    width: 100%;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    background: #fff;
    z-index: 9999;
    text-align: center;
    top: 0;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    height: 100vh;
}
.site-header .site-header-content-wrap .site-header-search-drawer form {
    border-bottom: 2px solid #f5f4f0;
    padding: 3.0rem 3.0rem 8rem;
    height: 200px;
}
.site-header .site-header-content-wrap .site-header-search-drawer form>label {
    max-width: 80%;
}
.site-header .site-header-content-wrap .site-header-search-drawer form>input {
    color: #fff;
    background-color: #303030;
    border: none;
    border-radius: 2px;
    padding: 17px 30px;
    margin: 0;
    text-align: center;
    -webkit-transition: 0.1s ease-out;
    transition: 0.1s ease-out;
    text-transform: none;
    font-weight: 600;
    font-size: 2.6rem;
    letter-spacing: .12em;
    text-decoration: none;
}
.site-header .site-header-content-wrap .site-header-search-drawer form>input:hover {
    cursor: pointer;
    background-color: #f6948f;
    color: #fff;
    text-decoration: none;
}
@media (max-width: 767px) {
    .site-header .site-header-content-wrap .site-header-search-drawer form>input:not(.hamburger) {
        font-size: 26px;
        width: 100%;
    }
}
.site-header .site-header-content-wrap .site-header-search-drawer .little-plus {
    position: relative;
    display: inline-block;
    width: 4.0rem;
    height: 4.0rem;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.site-header .site-header-content-wrap .site-header-search-drawer .little-plus .vert {
    display: block;
    position: relative;
    width: 1px;
    height: 100%;
    background: #303030;
    margin: 0 auto;
}
.site-header .site-header-content-wrap .site-header-search-drawer .little-plus .horz {
    display: block;
    position: relative;
    width: 100%;
    height: 1px;
    background: #303030;
    margin-top: -50%;
}
.site-header .site-header-content-wrap .site-header-search-drawer .little-plus:hover {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.lowered .site-header .site-header-content-wrap .site-header-search-drawer {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.site-header .site-header-content-wrap .site-header-search-drawer form label input {
    font-size: 10rem;
    line-height: 10rem;
    font-family: "Work Sans", sans-serif;
    font-weight: 400;
    margin-bottom: -2.3rem;
    margin-top: 0;
    color: #303030;
    text-transform: none;
}
@media (max-width: 1440px) {
    .site-header .site-header-content-wrap .site-header-search-drawer form label input {
        font-size: 85px;
        line-height: 85px;
    }
}
@media (max-width: 1024px) {
    .site-header .site-header-content-wrap .site-header-search-drawer form label input {
        font-size: 80px;
        line-height: 80px;
    }
}
@media (max-width: 767px) {
    .site-header .site-header-content-wrap .site-header-search-drawer form label input {
        font-size: 38px;
        line-height: 38px;
    }
}
.site-header .site-header-content-wrap .site-header-search-drawer form>input {
    position: relative;
    top: -20px;
}
.site-header .site-header-content-wrap .site-header-cta-wrap {
    text-align: right;
    padding-right: 125px;
    position: absolute;
    right: 0;
    top: 6rem;
    z-index: 4;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.lowered .site-header .site-header-content-wrap .site-header-cta-wrap {
    top: 200px;
}
.site-header .site-header-content-wrap .site-header-cta-wrap .header-cta1 {
    margin-right: 20px;
    border: none;
}
.site-header .site-header-content-wrap .site-header-cta-wrap button.search-toggle {
    background: transparent;
    color: #303030;
    padding: 10px;
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    font-size: 2.0rem;
    font-family: work sans;
}
.site-header .site-header-content-wrap .site-header-cta-wrap.stuck {
    position: fixed;
    z-index: 999;
    top: 13px;
}
.lowered .site-header .site-header-content-wrap .site-header-cta-wrap.stuck {
    top: 213px;
}
.site-header .site-header-content-wrap .site-header-cta-wrap.stuck .header-cta1 {
    border: 1px solid #303030;
}
@media (max-width: 1205px) {
    .site-header .site-header-content-wrap .site-header-cta-wrap {
        display: none;
    }
}
.site-header .site-header-content-wrap .site-header-logo-wrap {
    text-align: center;
    width: 100%;
    top: 0;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    padding: 10px;
}
.lowered .site-header .site-header-content-wrap .site-header-logo-wrap {
    top: 200px;
}
.site-header .site-header-content-wrap .site-header-logo-wrap a img.site-header-logo {
    max-width: 13.8rem;
    margin-top: 8rem;
}
@media (max-width: 1440px) {
    .site-header .site-header-content-wrap .site-header-logo-wrap a img.site-header-logo {
        max-width: 113px;
    }
}
@media (max-width: 1024px) {
    .site-header .site-header-content-wrap .site-header-logo-wrap a img.site-header-logo {
        max-width: 80px;
    }
}
@media (max-width: 767px) {
    .site-header .site-header-content-wrap .site-header-logo-wrap a img.site-header-logo {
        max-width: 50px;
        margin-top: 1.9rem;
    }
}
.site-header .site-header-content-wrap .site-header-logo-wrap.stuck {
    position: fixed;
    left: 125px;
    top: 15px;
    z-index: 999;
    width: auto;
}
.lowered .site-header .site-header-content-wrap .site-header-logo-wrap.stuck {
    top: 212px;
}
.site-header .site-header-content-wrap .site-header-logo-wrap.stuck a img.site-header-logo {
    max-width: 65px;
    margin-top: -1px;
}

@media (max-width: 767px) {
    .site-header .site-header-content-wrap .site-header-logo-wrap.stuck a img.site-header-logo {
        max-width: 50px;
    }
}
@media (max-width: 1205px) {
    .site-header .site-header-content-wrap .site-header-logo-wrap.stuck {
        display: block;
        position: absolute;
        top: 33px;
        left: calc(50% - 50px);
    }
}
.site-header .site-header-content-wrap .site-header-title-wrap {
    text-align: center;
    padding: 0rem 2.8rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 400px;
}
@media (max-width: 1440px) {
    .site-header .site-header-content-wrap .site-header-title-wrap {
        height: 386px;
    }
}
@media (max-width: 1024px) {
    .site-header .site-header-content-wrap .site-header-title-wrap {
        height: 265px;
    }
}
@media (max-width: 767px) {
    .site-header .site-header-content-wrap .site-header-title-wrap {
        padding: 0;
        height: 38px;
    }
}
.site-header .site-header-content-wrap .site-header-title-wrap h1 {
    margin-left: auto;
    margin-right: auto;
    color: #000;
}
@media (max-width: 1024px) {
    .site-header .site-header-content-wrap .site-header-title-wrap h1 {
        line-height: 8rem !important;
    }
}
@media (max-width: 767px) {
    .site-header .site-header-content-wrap .site-header-title-wrap h1 {
        padding-left: 15px;
        padding-right: 15px;
        line-height: 40px !important;
    }
}
.site-header .site-header-content-wrap .site-header-nav-wrap {
    text-align: center;
    background-color: transparent;
    border-top: 1px solid #fff;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    z-index: 99;
    position: relative;
}
@media (max-width: 767px) {
    .site-header .site-header-content-wrap .site-header-nav-wrap {
        border-top: 0;
    }
}
.site-header .site-header-content-wrap .site-header-nav-wrap.stuck {
    position: fixed;
    background: #fff !important;
    width: 100%;
    top: 0;
    border-top: 0;
    border-bottom: 1px solid #f5f4f0;
}
.lowered .site-header .site-header-content-wrap .site-header-nav-wrap.stuck {
    top: 200px;
}
@media (max-width: 1440px) {
    .site-header .site-header-content-wrap .site-header-nav-wrap.stuck .main-navigation .menu-main-menu-container #primary-menu {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-left: 180px !important;
    }
}
.site-header .site-header-content-wrap .site-header-nav-wrap.stuck .main-navigation .menu-main-menu-container ul.menu li.menu-item a {
    color: #303030;
	padding: 14px 15px;
}
@media (max-width: 1500px) {
    .site-header .site-header-content-wrap .site-header-nav-wrap.stuck .main-navigation .menu-main-menu-container ul.menu li.menu-item a {
        font-size: 1.4rem;
    }
}
.site-header .site-header-content-wrap .site-header-nav-wrap .main-navigation .menu-main-menu-container #primary-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.site-header .site-header-content-wrap .site-header-nav-wrap .main-navigation .menu-main-menu-container ul.menu li.menu-item {
    display: inline-block;
    margin-bottom: 0;
    position: relative;
    -webkit-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
}
.site-header .site-header-content-wrap .site-header-nav-wrap .main-navigation .menu-main-menu-container ul.menu li.menu-item:hover,
.site-header .site-header-content-wrap .site-header-nav-wrap .main-navigation .menu-main-menu-container ul.menu li.menu-item.current-menu-ancestor,
.site-header .site-header-content-wrap .site-header-nav-wrap .main-navigation .menu-main-menu-container ul.menu li.menu-item.current-menu-item.menu-item-has-children {
    background-color: #303030;
    color: #fff;
}
.site-header .site-header-content-wrap .site-header-nav-wrap .main-navigation .menu-main-menu-container ul.menu li.menu-item:hover a,
.site-header .site-header-content-wrap .site-header-nav-wrap .main-navigation .menu-main-menu-container ul.menu li.menu-item.current-menu-ancestor a,
.site-header .site-header-content-wrap .site-header-nav-wrap .main-navigation .menu-main-menu-container ul.menu li.menu-item.current-menu-item.menu-item-has-children a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.site-header .site-header-content-wrap .site-header-nav-wrap .main-navigation .menu-main-menu-container ul.menu li.menu-item a {
    color: #fff;
    font-weight: 600;
    text-transform: none;
    font-size: 1.8rem;
    letter-spacing: 0.12rem;
    padding: 20px 15px;
    text-decoration: none;
    -webkit-transition: color .2s ease-out;
    transition: color .2s ease-out;
}
.site-header .site-header-content-wrap .site-header-nav-wrap .main-navigation .menu-main-menu-container ul.menu li.menu-item ul.sub-menu li.menu-item {
    width: 100%;
    borderâ€“top: none;
}
.site-header .site-header-content-wrap .site-header-nav-wrap .main-navigation .menu-main-menu-container ul.menu li.menu-item ul.sub-menu li.menu-item a {
    color: #303030;
    padding: 15px 15px;
    -webkit-transition: color .2s ease-out;
    transition: color .2s ease-out;
    text-transform: none;
    font-size: 1.8rem;
    letter-spacing: -0.05rem;
    font-weight: 300;
}
.site-header .site-header-content-wrap .site-header-nav-wrap .main-navigation .menu-main-menu-container ul.menu li.menu-item ul.sub-menu li.menu-item:hover {
    border-top: none;
}
.site-header .site-header-content-wrap .site-header-nav-wrap .main-navigation .menu-main-menu-container ul.menu li.menu-item ul.sub-menu li.menu-item:hover a {
    padding-top: 5px;
    color: #fff;
}
.site-header .main-navigation {
    display: block;
}
@media (max-width: 1205px) {
    .site-header .main-navigation {
        display: none;
    }
}
.site-header .main-navigation .menu-main-menu-container {
    display: inline;
}
.site-header .main-navigation ul {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.site-header .main-navigation ul ul {
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 1.5em;
    left: -999em;
    z-index: 99999;
    background-color: #f2f1f2;
    text-align: left;
}
.site-header .main-navigation ul ul li:last-child a {
    font-weight: normal;
}
.site-header .main-navigation ul ul ul {
    left: -999em;
    top: 0;
}
.site-header .main-navigation ul ul a {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 5px 40px;
}
.site-header .main-navigation ul li:hover>ul,
.site-header .main-navigation ul li.focus>ul {
    left: 0;
    top: 65px;
}
.site-header .main-navigation ul ul li:hover>ul,
.site-header .main-navigation ul ul li.focus>ul {
    left: 100%;
}
.after-header-block {
    width: 100%;
    background: #f2f1f2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 19.5rem;
}
.blog .after-header-block {
    padding-top: 0;
}
@media (max-width: 1440px) {
    .after-header-block {
        padding-top: 11.5rem;
    }
}
.after-header-block .max-width {
    max-width: 1220px;
    width: 100%;
    margin: 0 auto;
}
@media (max-width: 1440px) {
    .after-header-block .max-width {
        max-width: 100%;
    }
}
.after-header-block .max-width .min-header-page-title {
    padding-bottom: 3.0rem;
}
@media (max-width: 1440px) {
    .after-header-block .max-width .min-header-page-title {
        padding-left: 9rem;
        padding-right: 9rem;
    }
}
@media (max-width: 1024px) {
    .after-header-block .max-width .min-header-page-title {
        padding-left: 4rem;
        padding-right: 4rem;
    }
}
@media (max-width: 767px) {
    .after-header-block .max-width .min-header-page-title {
        padding-left: 15px;
        padding-right: 15px;
    }
}
.after-header-block .max-width .line-head:before {
    margin-top: 0;
    height: 10px;
}
@media (max-width: 1440px) {
    .after-header-block .max-width .line-head:before {
        margin-left: 9rem;
    }
}
@media (max-width: 1024px) {
    .after-header-block .max-width .line-head:before {
        margin-left: 4rem;
    }
}
@media (max-width: 767px) {
    .after-header-block .max-width .line-head:before {
        margin-left: 15px;
    }
}
@media (max-width: 1440px) {
    .after-header-block .max-width.centered .min-header-page-title {
        margin-left: 0;
    }
}
@media (max-width: 1024px) {
    .after-header-block .max-width.centered .min-header-page-title {
        margin-left: 0;
    }
}
@media (max-width: 767px) {
    .after-header-block .max-width.centered .min-header-page-title {
        margin-left: 0;
    }
}
.offscreen-menu-toggle {
    display: none;
}
@media (max-width: 1205px) {
    .offscreen-menu-toggle {
        display: block;
    }
}

/*-----Custom Overrides----*/

body>header nav ul li:after {
    display: none;
}

header .button {
    font-family: "Work Sans", sans-serif;	
    color: #fff;
    background-color: #303030;
    border: none;
    border-radius: 2px;
    padding: 17px 18px;
    margin: 0;
    text-align: center;
    -webkit-transition: 0.1s ease-out;
    transition: 0.1s ease-out;
    text-transform: none;
    font-weight: 600;
    font-size: 1.4rem;
    letter-spacing: .12em;
    text-decoration: none !important;
}

header .button:hover {
    cursor: pointer;
    background-color: #f6948f;
    color: #fff;
    text-decoration: none;
}

.site-header .site-header-content-wrap .site-header-logo-wrap.stuck a img.site-header-logo {
    max-width: 65px !important;
    margin-top: 15px;
}

.site-header .site-header-content-wrap .site-header-cta-wrap.stuck {
    position: fixed;
    z-index: 999;
    top: -3px;
}

.site-header .site-header-content-wrap .site-header-cta-wrap button.search-toggle {
    background: transparent;
    color: #303030;
    padding: 10px;
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    font-size: 2.0rem;
    font-family: work sans;
}

.site-header .site-header-content-wrap .site-header-nav-wrap.stuck .main-navigation .menu-main-menu-container ul.menu li.menu-item a {
    font-size: 1.8rem;
    font-weight: 500;
    font-family: "Work Sans", sans-serif; 
}

.site-header .main-navigation ul li:hover>ul, .site-header .main-navigation ul li.focus>ul {
    left: 0;
    top: 46px;
}

.site-header .site-header-content-wrap .site-header-nav-wrap .main-navigation .menu-main-menu-container ul.menu li.menu-item ul.sub-menu li.menu-item a {
    color: #303030;
    padding: 15px 15px;
    -webkit-transition: color .2s ease-out;
    transition: color .2s ease-out;
    text-transform: none;
    font-size: 1.8rem;
    letter-spacing: -0.05rem;
    font-weight: 300;
    font-family: "Work Sans", sans-serif;    
}

.site-header .site-header-content-wrap .site-header-nav-wrap.stuck .main-navigation .menu-main-menu-container #primary-menu {
	float: none;
}


/*------Footer----*/

.site-footer {
    background-color: #303030;
    padding-top: 12.0rem;
    padding-bottom: 11.5rem;
    margin-bottom: 0;
    position: relative;
    z-index: 3;
    padding-left: 20px;
    padding-right: 20px
}
@media (max-width: 1150px) {
    .site-footer {
        text-align: center;
        padding-bottom: 14rem;
    }
}
.site-footer .max-width {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1530px;
    margin: 0 auto;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: right;
}
@media (max-width: 1150px) {
    .site-footer .max-width {
        text-align: center;
        display: block;
    }
}
.site-footer a {
    font-family: "Work Sans", sans-serif;  	
    color: #fff;
}
.site-footer a:hover {
    color: #2e8191;
    text-decoration: none;
}
.site-footer .footer-logo {
    height: 63px;
    width: 63px;
    margin-right: 20px;
}
@media (max-width: 1150px) {
    .site-footer .footer-logo {
        margin: 0 auto 20px auto;
        width: 110px;
        height: 110px;
    }
}
.site-footer .footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    margin-top: 24px;
}
@media (max-width: 1150px) {
    .site-footer .footer-nav {
        display: block;
        margin-top: 3.0rem;
    }
    .site-footer .footer-nav ul {
        padding-left: 0;
    }
}
.site-footer .footer-nav li {
    list-style: none;
    font-weight: 600;
    font-size: 1.8rem;
    text-transform: none;
    text-align: left;
    cursor: pointer;
}
@media (max-width: 1150px) {
    .site-footer .footer-nav li {
        text-align: center;
    }
}
.site-footer .footer-nav li:hover {
    color: #2e8191;
}

@media (max-width: 1150px) {
    .site-footer {text-align: center !important;}
    .site-footer .footer-nav li {
        font-size: 26px !important;
        line-height: 20px !important;
        font-weight: 800;
        letter-spacing: .1em;
    }
    .footer-nav div {margin: 0 auto;text-align: center !important;width: 100% !important;}
}
@media (max-width: 767px) {
    .site-footer .footer-nav li {
        font-size: 20px !important;
        line-height: 25px !important;
    }
    .footer-nav div {margin: 0 auto;text-align: center;}
}
.site-footer .footer-nav li ul {
    text-align: left;
    padding-left: 0;
    margin-left: 0;
}
.site-footer .footer-nav li ul li {
    font-weight: 400;
    font-size: 1.6rem;
    text-transform: none;
}
@media (max-width: 1150px) {
    .site-footer .footer-nav li ul li {
        display: none;
    }
}
.site-footer .footer-nav>div {
    width: 20%;
    line-height: 2rem;
}
@media (max-width: 1150px) {
    .site-footer .footer-nav>div {
        width: 100%;
    }
}
.site-footer .footer-nav>div:last-of-type {
    margin-right: 50px;
}
@media (max-width: 1150px) {
    .site-footer .footer-nav>div:last-of-type {
        margin: 0 auto;
    }
}
.site-footer .social-links {
    text-align: center;
    min-width: 310px;
}
@media (max-width: 1150px) {
    .site-footer .social-links {
        text-align: center;
        margin-top: 50px;
    }
}
@media (max-width: 767px) {
    .site-footer .social-links {
        min-width: 0;
    }
}
.site-footer .social-links a {
    margin: 0 2px;
    background: white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #303030;
}
@media (max-width: 1150px) {
    .site-footer .social-links a {
        margin: 0 10px;
    }
}
@media (max-width: 767px) {
    .site-footer .social-links a {
        width: 50px;
        height: 50px;
        margin: 0 20px 50px 20px;
    }
}
.site-footer .social-links a .fa {
    font-size: 2.5rem;
}
@media (max-width: 767px) {
    .site-footer .social-links a .fa {
        font-size: 3rem;
    }
}
.site-footer .social-links a:hover {
    color: #2e8191;
}
.site-footer .social-links a.call-us {
    border-radius: 0;
    color: #fff;
    background: transparent;
    width: auto;
    height: auto;
    text-align: center;
    display: block;
    font-weight: 600;
    font-size: 2rem;
    text-transform: 
    margin-top: 20px;
    letter-spacing: 0.1rem;
    max-width: 400px;
    margin: 20px auto 0;
}
@media (max-width: 1150px) {
    .site-footer .social-links a.call-us {
        text-align: center;
        margin-top: 40px;
    }
}
@media (max-width: 767px) {
    .site-footer .social-links a.call-us {
        font-size: 26px;
        line-height: 60px;
        max-width: 300px;
        margin: 0 auto;
    }
}
.site-footer .social-links a.email-us {
    border-radius: 0;
    color: #fff;
    background: transparent;
    width: auto;
    height: auto;
    text-align: center;
    display: block;
    text-transform:
    font-size: 1.4rem;
    font-weight: 600;
    margin-top: 10px;
    max-width: 400px;
    margin: 20px auto 0;
}
@media (max-width: 1150px) {
    .site-footer .social-links a.email-us {
        text-align: center;
        margin-top: 30px;
        font-size: 19px;
    }
}
@media (max-width: 767px) {
    .site-footer .social-links a.email-us {
        font-size: 24px;
        line-height: 60px;
        max-width: 300px;
        margin: 40px auto 0 auto;
    }
}
.site-footer .social-links a.email-us .fa {
    font-size: 1.7rem;
    padding-right: 7px;
}
@media (max-width: 767px) {
    .site-footer .social-links a.email-us .fa {
        font-size: 50px;
    }
}

/*----custom footer---*/

.site-footer .max-width {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1530px;
    margin: 0 auto;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: right;
}

.site-footer .footer-nav>div {
    width: 16.6666%;
    line-height: 2rem;
}

.site-footer ul {
    list-style: disc;
    padding-left: 30px;
    margin-top: 0;
    margin-bottom: 2rem;
}

.site-footer ul.sub-menu {
    margin: 2rem 0 2rem 2rem;
}

.site-footer .footer-nav li ul {
    text-align: left;
    padding-left: 0;
    margin-left: 0;
}

body>footer li {
    margin-right: 0em;
}

.site-footer .social-links {
    text-align: center;
    min-width: 310px;
}

.site-footer .footer-nav li ul li {
    width: 100%;
}

.site-footer {margin-bottom: -20px;}


 @media (max-width: 1330px) {
	header, body {background: #fff !important;}	    
    .site-header {margin-bottom: 150px !important;}    
    .site-header .site-header-content-wrap .site-header-logo-wrap.stuck a img.site-header-logo {max-width: 75px;}
    .site-footer {padding-top: 6.0rem;}
    .site-header-logo {display:none;}
    .site-header-logo-mobile {
	    display: block !important;    
	    max-width: 9rem;
			margin-top: 3rem;
			margin-bottom: 1rem;
		}
    }
    @media (max-width: 767px) {
    .site-footer .social-links a.call-us {
        font-size: 15px;
        line-height: 60px;
        max-width: 300px;
        margin: 0 auto;
    }
    .site-footer .footer-nav li {
    font-size: 20px;
    line-height: 40px;
    }
    .site-footer .social-links a.email-us {
    font-size: 15px;
    line-height: 20px;
    /* max-width: 300px; */
    margin: 40px auto 0 auto;
    }
    .site-footer .social-links a.email-us .fa {
    font-size: 20px;
    position: relative;
    top: 1px;
    margin-right: 10px;
    }
    .site-footer .footer-logo {
    /* display: block; */
    text-align: center;
    /* margin: 0 auto 20px auto; */
    width: 60px;
    height: 60px;
    }
    
    
    }

/*----Hubspot Fix---*/

.site-header-logo-mobile {margin-top: -100px; }

.success {margin-top: 40px;}

	  header .button, #submitbutton {
      font-family: "Work Sans", sans-serif;	
      color: #fff;
      background-color: #303030;
      border: none;
      border-radius: 2px;
      padding: 12px 18px 13px;
      margin: 8px 0;
      text-align: center;
      -webkit-transition: 0.1s ease-out;
      transition: 0.1s ease-out;
      text-transform: 
      font-weight: 600;
      font-size: 2.4rem;
      letter-spacing: .12em;
      text-decoration: none;
  }

  header .button:hover, #submitbutton:hover {
      cursor: pointer;
      background-color: #f6948f;
      color: #fff;
      text-decoration: none;
  }