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

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600;700&display=swap');

html{
    font-family:'Source Sans Pro', 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:bold
}
dfn{
    font-style:italic
}
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 #c0c0c0;
    border-radius:6px;
}
legend{
    padding:0;
    border:0
}
textarea{
    overflow:auto
}
optgroup{
    font-weight:bold
}
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{
    *,*:before,*:after{
        color:#000 !important;
        text-shadow:none !important;
        background:transparent !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^="#"]:after,a[href^="javascript:"]:after{
        content:""
    }
    pre,blockquote{
        border:1px solid #999;
        page-break-inside:avoid
    }
    thead{
        display:table-header-group
    }
    tr,img{
        page-break-inside:avoid
    }
    img{
        max-width:100% !important
    }
    p,h2,h3{
        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 th,.table-bordered td{
        border:1px solid #ddd !important
    }
}
*{
    -webkit-box-sizing:border-box;
    box-sizing:border-box
}
*:before,*:after{
    -webkit-box-sizing:border-box;
    box-sizing:border-box
}
html{
    font-size:10px;
    -webkit-tap-highlight-color:transparent
}
 body{
    font-family:'Source Sans Pro', sans-serif;
    font-size:16px;
    line-height:1.43em;
    color:#333;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale
}
input,button,select,textarea{
    font-family:inherit;
    font-size:inherit;
    line-height:inherit
}
a{
    color:#fb3b59;
    text-decoration:none
}
a:hover,a:focus{
    color:#d0021b;
    text-decoration:underline;
}
a:focus{
    outline:0
}
figure{
    margin:0
}
img{
    vertical-align:middle
}
.img-responsive,.thumbnail>img,.thumbnail a>img,.carousel-inner>.item>img,.carousel-inner>.item>a>img{
    display:block;
    max-width:100%;
    height:auto
}
.img-thumbnail{
    display:inline-block;
    max-width:100%;
    height:auto;
    padding:4px;
    line-height:1.43;
    background-color:#fff;
    border:1px solid #ddd;
    -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:'Montserrat', sans-serif;
    font-weight:800;
    line-height:1.1;
    letter-spacing: -0.5px;
    color:inherit;
}
h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small{
    font-weight:800;
    line-height:1;
    color:#777
}
h1,.h1,h2,.h2,h3,.h3{
    margin-top:0;
    margin-bottom:10px;
    letter-spacing:-0.03em;
    word-spacing:0.1em
}
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,.h4,h5,.h5,h6,.h6{
    margin-top:0;
    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:50px;
    font-weight:900;
    line-height:0.98em;
    text-transform:none;
    margin-bottom:14px;
    margin:.67em 0;
}
h2,.h2{
    font-size:40px;
    font-weight:900;
    line-height:1em;
    text-transform:none;
    margin-bottom:18px
}
h3,.h3{
    font-size:26px;
    font-weight:900;
    line-height:1.1em;
    text-transform:none;
    margin-bottom:20px;
}
h4,.h4{
    font-size:20px;
    font-weight:600;
    text-transform:none;
}
h5,.h5{
    font-size:18px;
    font-weight:900;
    text-transform:none;
}
h6,.h6{
    font-size:14px;
    font-weight:900;
    text-transform:none;
}
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
}
ul,ol{
    margin-top:0;
    margin-bottom:10px
}
ul ul,ol ul,ul ol,ol ol{
    margin-bottom:0
}
dl{
    margin-top:0;
    margin-bottom:20px
}
dt,dd{
    line-height:1.43
}
dt{
    font-weight:bold
}
dd{
    margin-left:0
}
abbr[title],abbr[data-original-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 p:last-child,blockquote ul:last-child,blockquote ol:last-child{
    margin-bottom:0
}
blockquote footer,blockquote small,blockquote .small{
    display:block;
    font-size:80%;
    line-height:1.43;
    color:#777
}
blockquote footer:before,blockquote small: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 footer:before,blockquote.pull-right footer:before,.blockquote-reverse small:before,blockquote.pull-right small:before,.blockquote-reverse .small:before,blockquote.pull-right .small:before{
    content:''
}
.blockquote-reverse footer:after,blockquote.pull-right footer:after,.blockquote-reverse small:after,blockquote.pull-right small:after,.blockquote-reverse .small:after,blockquote.pull-right .small:after{
    content:'\00A0 \2014'
}
address{
    margin-bottom:20px;
    font-style:normal;
    line-height:1.43
}
code,kbd,pre,samp{
    font-family:Menlo, Monaco, Consolas, "Courier New", monospace
}
code{
    padding:2px 4px;
    font-size:90%;
    color:#c7254e;
    background-color:#f9f2f4
}
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:bold;
    -webkit-box-shadow:none;
    box-shadow:none
}
pre{
    display:block;
    padding:9.5px;
    margin:0 0 10px;
    font-size:13px;
    line-height:1.43;
    color:#333;
    word-break:break-all;
    word-wrap:break-word;
    background-color:#f5f5f5;
    border:1px solid #ccc
}
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;
    max-width:1250px;
    width:100%
}
.container-fluid{
    padding-right:15px;
    padding-left:15px;
    margin-right:auto;
    margin-left:auto
}
.row{
    margin-right:-15px;
    margin-left:-15px
}
.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12,.col-ms-1,.col-ms-2,.col-ms-3,.col-ms-4,.col-ms-5,.col-ms-6,.col-ms-7,.col-ms-8,.col-ms-9,.col-ms-10,.col-ms-11,.col-ms-12,.col-xs-15,.col-xs-15,.col-ms-15,.col-sm-15,.col-md-15,.col-lg-15{
    position:relative;
    min-height:1px;
    padding-right:15px;
    padding-left:15px
}
.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-15{
    float:left
}
.col-xs-15{
    width:20%
}
.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: 480px){
    .col-ms-1,.col-ms-2,.col-ms-3,.col-ms-4,.col-ms-5,.col-ms-6,.col-ms-7,.col-ms-8,.col-ms-9,.col-ms-10,.col-ms-11,.col-ms-15{
        float:left
    }
    .col-ms-15{
        width:20%
    }
    .col-ms-1{
        width:8.33333%
    }
    .col-ms-2{
        width:16.66667%
    }
    .col-ms-3{
        width:25%
    }
    .col-ms-4{
        width:33.33333%
    }
    .col-ms-5{
        width:41.66667%
    }
    .col-ms-6{
        width:50%
    }
    .col-ms-7{
        width:58.33333%
    }
    .col-ms-8{
        width:66.66667%
    }
    .col-ms-9{
        width:75%
    }
    .col-ms-10{
        width:83.33333%
    }
    .col-ms-11{
        width:91.66667%
    }
    .col-ms-12{
        width:100%
    }
    .col-ms-push-1{
        left:8.33333%
    }
    .col-ms-push-2{
        left:16.66667%
    }
    .col-ms-push-3{
        left:25%
    }
    .col-ms-push-4{
        left:33.33333%
    }
    .col-ms-push-5{
        left:41.66667%
    }
    .col-ms-push-6{
        left:50%
    }
    .col-ms-push-7{
        left:58.33333%
    }
    .col-ms-push-8{
        left:66.66667%
    }
    .col-ms-push-9{
        left:75%
    }
    .col-ms-push-10{
        left:83.33333%
    }
    .col-ms-push-11{
        left:91.66667%
    }
    .col-ms-pull-1{
        right:8.33333%
    }
    .col-ms-pull-2{
        right:16.66667%
    }
    .col-ms-pull-3{
        right:25%
    }
    .col-ms-pull-4{
        right:33.33333%
    }
    .col-ms-pull-5{
        right:41.66667%
    }
    .col-ms-pull-6{
        right:50%
    }
    .col-ms-pull-7{
        right:58.33333%
    }
    .col-ms-pull-8{
        right:66.66667%
    }
    .col-ms-pull-9{
        right:75%
    }
    .col-ms-pull-10{
        right:83.33333%
    }
    .col-ms-pull-11{
        right:91.66667%
    }
    .col-ms-offset-1{
        margin-left:8.33333%
    }
    .col-ms-offset-2{
        margin-left:16.66667%
    }
    .col-ms-offset-3{
        margin-left:25%
    }
    .col-ms-offset-4{
        margin-left:33.33333%
    }
    .col-ms-offset-5{
        margin-left:41.66667%
    }
    .col-ms-offset-6{
        margin-left:50%
    }
    .col-ms-offset-7{
        margin-left:58.33333%
    }
    .col-ms-offset-8{
        margin-left:66.66667%
    }
    .col-ms-offset-9{
        margin-left:75%
    }
    .col-ms-offset-10{
        margin-left:83.33333%
    }
    .col-ms-offset-11{
        margin-left:91.66667%
    }
}
@media (min-width: 768px){
    .col-sm-1,.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-sm-10,.col-sm-11,.col-sm-12,.col-sm-15{
        float:left
    }
    .col-sm-15{
        width:20%
    }
    .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-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md-15{
        float:left
    }
    .col-md-15{
        width:20%
    }
    .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-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-15{
        float:left
    }
    .col-lg-15{
        width:20%
    }
    .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>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td{
    padding:8px;
    line-height:1.43;
    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>th,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>th,.table>caption+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>td,.table>thead:first-child>tr:first-child>td{
    border-top:0
}
.table>tbody+tbody{
    border-top:2px solid #ddd
}
.table .table{
    background-color:#fff
}
.table-condensed>thead>tr>th,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>tbody>tr>td,.table-condensed>tfoot>tr>td{
    padding:5px
}
.table-bordered{
    border:1px solid #ddd
}
.table-bordered>thead>tr>th,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>td{
    border:1px solid #ddd
}
.table-bordered>thead>tr>th,.table-bordered>thead>tr>td{
    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>thead>tr>td.active,.table>tbody>tr>td.active,.table>tfoot>tr>td.active,.table>thead>tr>th.active,.table>tbody>tr>th.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>tbody>tr.active>td,.table>tfoot>tr.active>td,.table>thead>tr.active>th,.table>tbody>tr.active>th,.table>tfoot>tr.active>th{
    background-color:#f5f5f5
}
.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover,.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr.active:hover>th{
    background-color:#e8e8e8
}
.table>thead>tr>td.success,.table>tbody>tr>td.success,.table>tfoot>tr>td.success,.table>thead>tr>th.success,.table>tbody>tr>th.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>tbody>tr.success>td,.table>tfoot>tr.success>td,.table>thead>tr.success>th,.table>tbody>tr.success>th,.table>tfoot>tr.success>th{
    background-color:#dff0d8
}
.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr.success:hover>th{
    background-color:#d0e9c6
}
.table>thead>tr>td.info,.table>tbody>tr>td.info,.table>tfoot>tr>td.info,.table>thead>tr>th.info,.table>tbody>tr>th.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>tbody>tr.info>td,.table>tfoot>tr.info>td,.table>thead>tr.info>th,.table>tbody>tr.info>th,.table>tfoot>tr.info>th{
    background-color:#d9edf7
}
.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover,.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr.info:hover>th{
    background-color:#c4e3f3
}
.table>thead>tr>td.warning,.table>tbody>tr>td.warning,.table>tfoot>tr>td.warning,.table>thead>tr>th.warning,.table>tbody>tr>th.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>tbody>tr.warning>td,.table>tfoot>tr.warning>td,.table>thead>tr.warning>th,.table>tbody>tr.warning>th,.table>tfoot>tr.warning>th{
    background-color:#fcf8e3
}
.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr.warning:hover>th{
    background-color:#faf2cc
}
.table>thead>tr>td.danger,.table>tbody>tr>td.danger,.table>tfoot>tr>td.danger,.table>thead>tr>th.danger,.table>tbody>tr>th.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>tbody>tr.danger>td,.table>tfoot>tr.danger>td,.table>thead>tr.danger>th,.table>tbody>tr.danger>th,.table>tfoot>tr.danger>th{
    background-color:#f2dede
}
.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr.danger:hover>th{
    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>thead>tr>th,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>td{
        white-space:nowrap
    }
    .table-responsive>.table-bordered{
        border:0
    }
    .table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child{
        border-left:0
    }
    .table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child{
        border-right:0
    }
    .table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>td{
        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:600;
}
input[type="search"]{
    -webkit-box-sizing:border-box;
    box-sizing:border-box
}
input[type="radio"],input[type="checkbox"]{
    margin:0 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="radio"]:focus,input[type="checkbox"]:focus{
    outline:0
}
output{
    display:block;
    padding-top:7px;
    font-size:14px;
    line-height:1.43;
    color:#555
}
.form-control{
    display:block;
    width:100%;
    height:50px;
    padding:14px 22px;
    font-size:14px;
    line-height:1.43;
    color:#666;
    background-color:#fff;
    background-image:none;
    border:1px solid transparent
}
.form-control:focus{
    border-color:#ff3b59;
    outline:0
}
.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:50px
    }
    input[type="date"].input-sm,input[type="time"].input-sm,input[type="datetime-local"].input-sm,input[type="month"].input-sm,.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"]{
        line-height:30px
    }
    input[type="date"].input-lg,input[type="time"].input-lg,input[type="datetime-local"].input-lg,input[type="month"].input-lg,.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"]{
        line-height:46px
    }
}
.form-group{
    margin-bottom:15px
}
.radio,.checkbox{
    position:relative;
    display:block;
    margin-top:10px;
    margin-bottom:10px
}
.radio label,.checkbox label{
    min-height:20px;
    padding-left:20px;
    margin-bottom:0;
    font-weight:normal;
    cursor:pointer
}
.radio input[type="radio"],.radio-inline input[type="radio"],.checkbox input[type="checkbox"],.checkbox-inline input[type="checkbox"]{
    position:absolute;
    margin-top:4px \9;
    margin-left:-20px
}
.radio+.radio,.checkbox+.checkbox{
    margin-top:-5px
}
.radio-inline,.checkbox-inline{
    position:relative;
    display:inline-block;
    padding-left:20px;
    margin-bottom:0;
    font-weight:normal;
    vertical-align:middle;
    cursor:pointer
}
.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline{
    margin-top:0;
    margin-left:10px
}
input[type="radio"][disabled],input[type="checkbox"][disabled],input[type="radio"].disabled,input[type="checkbox"].disabled,fieldset[disabled] input[type="radio"],fieldset[disabled] input[type="checkbox"]{
    cursor:not-allowed
}
.radio-inline.disabled,.checkbox-inline.disabled,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox-inline{
    cursor:not-allowed
}
.radio.disabled label,.checkbox.disabled label,fieldset[disabled] .radio label,fieldset[disabled] .checkbox label{
    cursor:not-allowed
}
.form-control-static{
    min-height:50px;
    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
}
textarea.input-sm,select[multiple].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 textarea.form-control,.form-group-sm select[multiple].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
}
select.input-lg{
    height:46px;
    line-height:46px
}
textarea.input-lg,select[multiple].input-lg{
    height:auto
}
.form-group-lg .form-control{
    height:46px;
    padding:10px 16px;
    font-size:18px;
    line-height:1.3333333
}
.form-group-lg select.form-control{
    height:46px;
    line-height:46px
}
.form-group-lg textarea.form-control,.form-group-lg select[multiple].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:50px;
    height:50px;
    line-height:50px;
    text-align:center;
    pointer-events:none
}
.input-lg+.form-control-feedback,.input-group-lg+.form-control-feedback,.form-group-lg .form-control+.form-control-feedback{
    width:46px;
    height:46px;
    line-height:46px
}
.input-sm+.form-control-feedback,.input-group-sm+.form-control-feedback,.form-group-sm .form-control+.form-control-feedback{
    width:30px;
    height:30px;
    line-height:30px
}
.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline,.has-success.radio label,.has-success.checkbox label,.has-success.radio-inline label,.has-success.checkbox-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 .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline,.has-warning.radio label,.has-warning.checkbox label,.has-warning.radio-inline label,.has-warning.checkbox-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 .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline,.has-error.radio label,.has-error.checkbox label,.has-error.radio-inline label,.has-error.checkbox-inline label{
    color:#a94442;
}
.hs-error-msg {
  color:#a94442;
  font-weight: normal !important;
}
.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 .input-group-addon,.form-inline .input-group .input-group-btn,.form-inline .input-group .form-control{
        width:auto
    }
    .form-inline .input-group>.form-control{
        width:100%
    }
    .form-inline .control-label{
        margin-bottom:0;
        vertical-align:middle
    }
    .form-inline .radio,.form-inline .checkbox{
        display:inline-block;
        margin-top:0;
        margin-bottom:0;
        vertical-align:middle
    }
    .form-inline .radio label,.form-inline .checkbox label{
        padding-left:0
    }
    .form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"]{
        position:relative;
        margin-left:0
    }
    .form-inline .has-feedback .form-control-feedback{
        top:0
    }
}
.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline{
    padding-top:7px;
    margin-top:0;
    margin-bottom:0
}
.form-horizontal .radio,.form-horizontal .checkbox{
    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:16px 28px 14px;
    margin-bottom:0;
    font-size:18px;
    font-weight:500;
    text-transform:uppercase;
    line-height:1.43;
    text-align:center;
    white-space:nowrap;
    vertical-align:middle;
    min-height:50px;
    -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;
    -webkit-transition:all 0.2s ease-in-out;
    transition:all 0.2s ease-in-out
}
.btn.btn-pad{
    padding-left:45px;
    padding-right:45px
}
.btn:focus,.btn:active:focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn.active.focus{
    outline:0
}
.btn:hover,.btn:focus,.btn.focus{
    color:#333;
    text-decoration:none
}
.btn:active,.btn.active{
    background-image:none;
    outline:0
}
.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:#222222;
    background-color:#eaeae4;
    border-color:#eaeae4;
    font-weight:500
}
.btn-default:focus,.btn-default.focus{
    color:#222222;
    background-color:#d4d4c7;
    border-color:#d4d4c7
}
.btn-default:hover{
    color:#222222;
    background-color:#d4d4c7;
    border-color:#d4d4c7
}
.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{
    color:#222222;
    background-color:#d4d4c7;
    border-color:#d4d4c7
}
.btn-default:active:hover,.btn-default.active:hover,.open>.dropdown-toggle.btn-default:hover,.btn-default:active:focus,.btn-default.active:focus,.open>.dropdown-toggle.btn-default:focus,.btn-default:active.focus,.btn-default.active.focus,.open>.dropdown-toggle.btn-default.focus{
    color:#222222;
    background-color:#d4d4c7;
    border-color:#d4d4c7
}
.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{
    background-image:none
}
.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled.focus,.btn-default[disabled].focus,fieldset[disabled] .btn-default.focus{
    background-color:#f4f4f4;
    border-color:#f4f4f4
}
.btn-default .badge{
    color:#d4d4d4;
    background-color:#222222
}
.btn-primary{
    color:#fff;
    background-color:#333;
    border-color:#333
}
.btn-primary:focus,.btn-primary.focus{
    color:#fff;
    background-color:#222;
    border-color:#222
}
.btn-primary:hover{
    color:#fff;
    background-color:#222;
    border-color:#204d74
}
.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{
    color:#fff;
    background-color:#222;
    border-color:#222
}
.btn-primary:active:hover,.btn-primary.active:hover,.open>.dropdown-toggle.btn-primary:hover,.btn-primary:active:focus,.btn-primary.active:focus,.open>.dropdown-toggle.btn-primary:focus,.btn-primary:active.focus,.btn-primary.active.focus,.open>.dropdown-toggle.btn-primary.focus{
    color:#fff;
    background-color:#222;
    border-color:#222
}
.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{
    background-image:none
}
.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled.focus,.btn-primary[disabled].focus,fieldset[disabled] .btn-primary.focus{
    background-color:#999;
    border-color:#999
}
.btn-primary .badge{
    color:#333;
    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:hover,.btn-success.active:hover,.open>.dropdown-toggle.btn-success:hover,.btn-success:active:focus,.btn-success.active:focus,.open>.dropdown-toggle.btn-success:focus,.btn-success:active.focus,.btn-success.active.focus,.open>.dropdown-toggle.btn-success.focus{
    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:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled.focus,.btn-success[disabled].focus,fieldset[disabled] .btn-success.focus{
    background-color:#5cb85c;
    border-color:#4cae4c
}
.btn-success .badge{
    color:#5cb85c;
    background-color:#fff
}
.btn-info{
    color:#ffffff;
    background-color:#333;
    border-color:#333
}
.btn-info:focus,.btn-info.focus{
    color:#ffffff;
    background-color:#000;
    border-color:#000
}
.btn-info:hover{
    color:#ffffff;
    background-color:#000;
    border-color:#000
}
.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info{
    color:#ffffff;
    background-color:#000;
    border-color:#000
}
.btn-info:active:hover,.btn-info.active:hover,.open>.dropdown-toggle.btn-info:hover,.btn-info:active:focus,.btn-info.active:focus,.open>.dropdown-toggle.btn-info:focus,.btn-info:active.focus,.btn-info.active.focus,.open>.dropdown-toggle.btn-info.focus{
    color:#ffffff;
    background-color:#000;
    border-color:#000
}
.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info{
    background-image:none
}
.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled.focus,.btn-info[disabled].focus,fieldset[disabled] .btn-info.focus{
    background-color:#999;
    border-color:#999
}
.btn-info .badge{
    color:#333;
    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:hover,.btn-warning.active:hover,.open>.dropdown-toggle.btn-warning:hover,.btn-warning:active:focus,.btn-warning.active:focus,.open>.dropdown-toggle.btn-warning:focus,.btn-warning:active.focus,.btn-warning.active.focus,.open>.dropdown-toggle.btn-warning.focus{
    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:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled.focus,.btn-warning[disabled].focus,fieldset[disabled] .btn-warning.focus{
    background-color:#f0ad4e;
    border-color:#eea236
}
.btn-warning .badge{
    color:#f0ad4e;
    background-color:#fff
}
.btn-danger{
    color:#ffffff;
    background-color:#ff3b59;
    border-color:#ff3b59;
    font-weight:700
}
.btn-danger:focus,.btn-danger.focus{
    color:#ffffff;
    background-color:#cc2f47;
    border-color:#cc2f47
}
.btn-danger:hover{
    color:#ffffff;
    background-color:#cc2f47;
    border-color:#cc2f47
}
.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger{
    color:#ffffff;
    background-color:#cc2f47;
    border-color:#cc2f47
}
.btn-danger:active:hover,.btn-danger.active:hover,.open>.dropdown-toggle.btn-danger:hover,.btn-danger:active:focus,.btn-danger.active:focus,.open>.dropdown-toggle.btn-danger:focus,.btn-danger:active.focus,.btn-danger.active.focus,.open>.dropdown-toggle.btn-danger.focus{
    color:#ffffff;
    background-color:#cc2f47;
    border-color:#cc2f47
}
.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger{
    background-image:none
}
.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled.focus,.btn-danger[disabled].focus,fieldset[disabled] .btn-danger.focus{
    background-color:#ff3b59;
    border-color:#ff3b59
}
.btn-danger .badge{
    color:#ff3b59;
    background-color:#ffffff
}
.btn-link{
    font-weight:normal;
    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:hover,.btn-link:focus,.btn-link:active{
    border-color:transparent
}
.btn-link:hover,.btn-link:focus{
    color:#23527c;
    text-decoration:underline;
    background-color:transparent
}
.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus{
    color:#777;
    text-decoration:none
}
.btn-lg,.btn-group-lg>.btn{
    padding:20px 30px 17px;
    font-size:12px;
    min-height:60px;
    font-weight:600
}
.btn-sm,.btn-group-sm>.btn{
    padding-top:10px;
    padding-bottom:8px;
    min-height:40px
}
.btn-sm.btn-pad,.btn-group-sm>.btn.btn-pad{
    padding-left:30px;
    padding-right:30px
}
.btn-xs,.btn-group-xs>.btn{
    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="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].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
}
.navbar{
    position:relative;
    min-height:40px;
    margin-bottom:0;
    border:1px solid transparent
}
@media (min-width: 768px){
    .navbar-header{
        float:left
    }
}
.navbar-collapse{
    padding-right:15px;
    padding-left:15px;
    overflow-x:visible;
    -webkit-overflow-scrolling:touch
}
.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-top .navbar-collapse,.navbar-static-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{
        padding-right:0;
        padding-left:0
    }
}
.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{
    max-height:340px
}
@media (max-device-width: 480px) and (orientation: landscape){
    .navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{
        max-height:200px
    }
}
.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{
    margin-right:-15px;
    margin-left:-15px
}
@media (min-width: 768px){
    .container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{
        margin-right:0;
        margin-left:0
    }
}
.navbar-static-top{
    z-index:1000;
    border-width:0 0 1px
}
.navbar-fixed-top,.navbar-fixed-bottom{
    position:fixed;
    right:0;
    left:0;
    z-index:1030
}
.navbar-fixed-top{
    top:0;
    border-width:0 0 1px
}
.navbar-fixed-bottom{
    bottom:0;
    margin-bottom:0;
    border-width:1px 0 0
}
.head-logo{
    float:left;
    height:25px;
    padding:0;
    font-size:18px;
    line-height:25px
}
.head-logo:hover,.head-logo:focus{
    text-decoration:none
}
.head-logo>img{
    display:block;
    height:25px
}
@media (min-width: 768px){
    .navbar>.container .head-logo,.navbar>.container-fluid .head-logo{
        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
}
.navbar-toggle:focus{
    outline:0
}
@media (min-width: 768px){
    .navbar-toggle{
        display:none
    }
}
.navbar-nav>li>a{
    padding-top:9px;
    padding-bottom:9px;
    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>li>a,.navbar-nav .open .dropdown-menu .dropdown-header{
        padding:5px 15px 5px 25px
    }
    .navbar-nav .open .dropdown-menu>li>a{
        line-height:20px
    }
    .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-nav .open .dropdown-menu>li>a:focus{
        background-image:none
    }
}
@media (min-width: 768px){
    .navbar-nav{
        float:left;
        margin:0
    }
    .navbar-nav>li{
        float:left
    }
}
.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
    }
}
.navbar-left{
    float:left !important
}
.navbar-right{
    float:right !important
}
.embed-responsive{
    position:relative;
    display:block;
    height:0;
    padding:0;
    overflow:hidden
}
.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.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%
}
.clearfix:before,.clearfix:after,.dl-horizontal dd:before,.dl-horizontal dd:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after,.form-horizontal .form-group:before,.form-horizontal .form-group:after,.btn-toolbar:before,.btn-toolbar:after,.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after,.nav:before,.nav:after,.navbar:before,.navbar:after,.navbar-header:before,.navbar-header:after,.navbar-collapse:before,.navbar-collapse:after,.pager:before,.pager:after,.panel-body:before,.panel-body:after,.modal-header:before,.modal-header:after,.modal-footer:before,.modal-footer:after{
    display:table;
    content:" "
}
.clearfix:after,.dl-horizontal dd:after,.container:after,.container-fluid:after,.row:after,.form-horizontal .form-group:after,.btn-toolbar:after,.btn-group-vertical>.btn-group:after,.nav:after,.navbar:after,.navbar-header:after,.navbar-collapse:after,.pager:after,.panel-body:after,.modal-header:after,.modal-footer: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-xs,.visible-sm,.visible-md,.visible-lg{
    display:none !important
}
.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-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
    }
    th.visible-xs,td.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
    }
    th.visible-sm,td.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
    }
    th.visible-md,td.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
    }
    th.visible-lg,td.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
    }
    th.visible-print,td.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
    }
}
.mfp-bg{
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:1042;
    overflow:hidden;
    position:fixed;
    background:#0b0b0b;
    opacity:0.8
}
.mfp-wrap{
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:1043;
    position:fixed;
    outline:none !important;
    -webkit-backface-visibility:hidden
}
.mfp-container{
    text-align:center;
    position:absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
    padding:0 8px;
    -webkit-box-sizing:border-box;
    box-sizing:border-box
}
.mfp-container:before{
    content:'';
    display:inline-block;
    height:100%;
    vertical-align:middle
}
.mfp-align-top .mfp-container:before{
    display:none
}
.mfp-content{
    position:relative;
    display:inline-block;
    vertical-align:middle;
    margin:0 auto;
    text-align:left;
    z-index:1045
}
.mfp-inline-holder .mfp-content,.mfp-ajax-holder .mfp-content{
    width:100%;
    cursor:auto
}
.mfp-ajax-cur{
    cursor:progress
}
.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{
    cursor:-webkit-zoom-out;
    cursor:zoom-out
}
.mfp-zoom{
    cursor:pointer;
    cursor:-webkit-zoom-in;
    cursor:zoom-in
}
.mfp-auto-cursor .mfp-content{
    cursor:auto
}
.mfp-close,.mfp-arrow,.mfp-preloader,.mfp-counter{
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none
}
.mfp-loading.mfp-figure{
    display:none
}
.mfp-hide{
    display:none !important
}
.mfp-preloader{
    color:#CCC;
    position:absolute;
    top:50%;
    width:auto;
    text-align:center;
    margin-top:-0.8em;
    left:8px;
    right:8px;
    z-index:1044
}
.mfp-preloader a{
    color:#CCC
}
.mfp-preloader a:hover{
    color:#FFF
}
.mfp-s-ready .mfp-preloader{
    display:none
}
.mfp-s-error .mfp-content{
    display:none
}
button.mfp-close,button.mfp-arrow{
    overflow:visible;
    cursor:pointer;
    background:transparent;
    border:0;
    -webkit-appearance:none;
    display:block;
    outline:none;
    padding:0;
    z-index:1046;
    -webkit-box-shadow:none;
    box-shadow:none;
    -ms-touch-action:manipulation;
    touch-action:manipulation
}
button::-moz-focus-inner{
    padding:0;
    border:0
}
.mfp-close{
    width:44px;
    height:44px;
    line-height:44px;
    position:absolute;
    right:0;
    top:0;
    text-decoration:none;
    text-align:center;
    opacity:0.65;
    padding:0 0 18px 10px;
    color:#FFF;
    font-style:normal;
    font-size:28px;
    font-family:'Source Sans Pro', sans-serif;
}
.mfp-close:hover,.mfp-close:focus{
    opacity:1
}
.mfp-close:active{
    top:1px
}
.mfp-close-btn-in .mfp-close{
    color:#333
}
.mfp-image-holder .mfp-close,.mfp-iframe-holder .mfp-close{
    color:#FFF;
    right:-6px;
    text-align:right;
    padding-right:6px;
    width:100%
}
.mfp-counter{
    position:absolute;
    top:0;
    right:0;
    color:#CCC;
    font-size:12px;
    line-height:18px;
    white-space:nowrap
}
.mfp-arrow{
    position:absolute;
    opacity:0.65;
    margin:0;
    top:50%;
    margin-top:-55px;
    padding:0;
    width:90px;
    height:110px;
    -webkit-tap-highlight-color:transparent
}
.mfp-arrow:active{
    margin-top:-54px
}
.mfp-arrow:hover,.mfp-arrow:focus{
    opacity:1
}
.mfp-arrow:before,.mfp-arrow:after{
    content:'';
    display:block;
    width:0;
    height:0;
    position:absolute;
    left:0;
    top:0;
    margin-top:35px;
    margin-left:35px;
    border:medium inset transparent
}
.mfp-arrow:after{
    border-top-width:13px;
    border-bottom-width:13px;
    top:8px
}
.mfp-arrow:before{
    border-top-width:21px;
    border-bottom-width:21px;
    opacity:0.7
}
.mfp-arrow-left{
    left:0
}
.mfp-arrow-left:after{
    border-right:17px solid #FFF;
    margin-left:31px
}
.mfp-arrow-left:before{
    margin-left:25px;
    border-right:27px solid #3F3F3F
}
.mfp-arrow-right{
    right:0
}
.mfp-arrow-right:after{
    border-left:17px solid #FFF;
    margin-left:39px
}
.mfp-arrow-right:before{
    border-left:27px solid #3F3F3F
}
.mfp-iframe-holder{
    padding-top:40px;
    padding-bottom:40px
}
.mfp-iframe-holder .mfp-content{
    line-height:0;
    width:100%;
    max-width:900px
}
.mfp-iframe-holder .mfp-close{
    top:-40px
}
.mfp-iframe-scaler{
    width:100%;
    height:0;
    overflow:hidden;
    padding-top:56.25%
}
.mfp-iframe-scaler iframe{
    position:absolute;
    display:block;
    top:0;
    left:0;
    width:100%;
    height:100%;
    -webkit-box-shadow:0 0 8px rgba(0,0,0,0.6);
    box-shadow:0 0 8px rgba(0,0,0,0.6);
    background:#000
}
img.mfp-img{
    width:auto;
    max-width:100%;
    height:auto;
    display:block;
    line-height:0;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    padding:40px 0 40px;
    margin:0 auto
}
.mfp-figure{
    line-height:0
}
.mfp-figure:after{
    content:'';
    position:absolute;
    left:0;
    top:40px;
    bottom:40px;
    display:block;
    right:0;
    width:auto;
    height:auto;
    z-index:-1;
    -webkit-box-shadow:0 0 8px rgba(0,0,0,0.6);
    box-shadow:0 0 8px rgba(0,0,0,0.6);
    background:#444
}
.mfp-figure small{
    color:#BDBDBD;
    display:block;
    font-size:12px;
    line-height:14px
}
.mfp-figure figure{
    margin:0
}
.mfp-bottom-bar{
    margin-top:-36px;
    position:absolute;
    top:100%;
    left:0;
    width:100%;
    cursor:auto
}
.mfp-title{
    text-align:left;
    line-height:18px;
    color:#F3F3F3;
    word-wrap:break-word;
    padding-right:36px
}
.mfp-image-holder .mfp-content{
    max-width:100%
}
.mfp-gallery .mfp-image-holder .mfp-figure{
    cursor:pointer
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px){
    .mfp-img-mobile .mfp-image-holder{
        padding-left:0;
        padding-right:0
    }
    .mfp-img-mobile img.mfp-img{
        padding:0
    }
    .mfp-img-mobile .mfp-figure:after{
        top:0;
        bottom:0
    }
    .mfp-img-mobile .mfp-figure small{
        display:inline;
        margin-left:5px
    }
    .mfp-img-mobile .mfp-bottom-bar{
        background:rgba(0,0,0,0.6);
        bottom:0;
        margin:0;
        top:auto;
        padding:3px 5px;
        position:fixed;
        -webkit-box-sizing:border-box;
        box-sizing:border-box
    }
    .mfp-img-mobile .mfp-bottom-bar:empty{
        padding:0
    }
    .mfp-img-mobile .mfp-counter{
        right:5px;
        top:3px
    }
    .mfp-img-mobile .mfp-close{
        top:0;
        right:0;
        width:35px;
        height:35px;
        line-height:35px;
        background:rgba(0,0,0,0.6);
        position:fixed;
        text-align:center;
        padding:0
    }
}
@media all and (max-width: 900px){
    .mfp-arrow{
        -webkit-transform:scale(0.75);
        transform:scale(0.75)
    }
    .mfp-arrow-left{
        -webkit-transform-origin:0;
        transform-origin:0
    }
    .mfp-arrow-right{
        -webkit-transform-origin:100%;
        transform-origin:100%
    }
    .mfp-container{
        padding-left:6px;
        padding-right:6px
    }
}
.owl-carousel{
    display:none;
    width:100%;
    -webkit-tap-highlight-color:transparent;
    position:relative;
    z-index:1
}
.owl-carousel .owl-stage{
    position:relative;
    -ms-touch-action:pan-Y;
    -moz-backface-visibility:hidden
}
.owl-carousel .owl-stage:after{
    content:".";
    display:block;
    clear:both;
    visibility:hidden;
    line-height:0;
    height:0
}
.owl-carousel .owl-stage-outer{
    position:relative;
    overflow:hidden;
    -webkit-transform:translate3d(0px, 0px, 0px)
}
.owl-carousel .owl-wrapper,.owl-carousel .owl-item{
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    -ms-backface-visibility:hidden;
    -webkit-transform:translate3d(0, 0, 0);
    -moz-transform:translate3d(0, 0, 0);
    -ms-transform:translate3d(0, 0, 0)
}
.owl-carousel .owl-item{
    position:relative;
    min-height:1px;
    float:left;
    -webkit-backface-visibility:hidden;
    -webkit-tap-highlight-color:transparent;
    -webkit-touch-callout:none
}
.owl-nav.disabled,.owl-carousel .owl-dots.disabled{
    display:none
}
.owl-nav .owl-prev,.owl-nav .owl-next,.owl-carousel .owl-dot{
    cursor:pointer;
    cursor:hand;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none
}
.owl-carousel.owl-loaded{
    display:block
}
.owl-carousel.owl-loading{
    opacity:0;
    display:block
}
.owl-carousel.owl-hidden{
    opacity:0
}
.owl-carousel.owl-refresh .owl-item{
    visibility:hidden
}
.owl-carousel.owl-drag .owl-item{
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none
}
.owl-carousel.owl-grab{
    cursor:move;
    cursor:-webkit-grab;
    cursor:grab
}
.owl-carousel.owl-rtl{
    direction:rtl
}
.owl-carousel.owl-rtl .owl-item{
    float:right
}
.no-js .owl-carousel{
    display:block
}
.owl-carousel .animated{
    -webkit-animation-duration:1000ms;
    animation-duration:1000ms;
    -webkit-animation-fill-mode:both;
    animation-fill-mode:both
}
.owl-carousel .owl-animated-in{
    z-index:0
}
.owl-carousel .owl-animated-out{
    z-index:1
}
.owl-carousel .fadeOut{
    -webkit-animation-name:fadeOut;
    animation-name:fadeOut
}
@-webkit-keyframes fadeOut{
    0%{
        opacity:1
    }
    100%{
        opacity:0
    }
}
@keyframes fadeOut{
    0%{
        opacity:1
    }
    100%{
        opacity:0
    }
}
.owl-height{
    -webkit-transition:height 500ms ease-in-out;
    transition:height 500ms ease-in-out
}
.owl-carousel .owl-item .owl-lazy{
    opacity:0;
    -webkit-transition:opacity 400ms ease;
    transition:opacity 400ms ease
}
.owl-carousel .owl-item img.owl-lazy{
    -webkit-transform-style:preserve-3d;
    transform-style:preserve-3d
}
.owl-carousel .owl-video-wrapper{
    position:relative;
    height:100%;
    background:#000
}
.owl-carousel .owl-video-play-icon{
    position:absolute;
    height:80px;
    width:80px;
    left:50%;
    top:50%;
    margin-left:-40px;
    margin-top:-40px;
    background:url("owl.video.play.png") no-repeat;
    cursor:pointer;
    z-index:1;
    -webkit-backface-visibility:hidden;
    -webkit-transition:-webkit-transform 100ms ease;
    transition:-webkit-transform 100ms ease;
    transition:transform 100ms ease;
    transition:transform 100ms ease, -webkit-transform 100ms ease
}
.owl-carousel .owl-video-play-icon:hover{
    -webkit-transform:scale(1.3, 1.3);
    transform:scale(1.3, 1.3)
}
.owl-carousel .owl-video-playing .owl-video-tn,.owl-carousel .owl-video-playing .owl-video-play-icon{
    display:none
}
.owl-carousel .owl-video-tn{
    opacity:0;
    height:100%;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:contain;
    -webkit-transition:opacity 400ms ease;
    transition:opacity 400ms ease
}
.owl-carousel .owl-video-frame{
    position:relative;
    z-index:1;
    height:100%;
    width:100%
}
.owl-nav{
    margin:25px 0 0;
    -webkit-tap-highlight-color:transparent
}
.owl-nav [class*='owl-']{
    cursor:pointer;
    cursor:hand;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    width:43px;
    height:42px;
    display:inline-block;
    background:#fff;
    color:transparent;
    border:0;
    overflow:hidden;
    font-size:0;
    text-align:center;
    background:url(https://cdn2.hubspot.net/hubfs/589108/TY_Template_2017-10/images/bg-arrows-dark.png) no-repeat;
    background-size:82px;
    border:1px solid #444;
    background-position:left center;
    -webkit-transition:all 0.2s ease-in-out;
    transition:all 0.2s ease-in-out
}
.owl-nav [class*='owl-']:hover{
    background-color:#444;
    background-image:url(https://cdn2.hubspot.net/hubfs/589108/TY_Template_2017-10/images/bg-arrows-white.png);
    color:transparent;
    text-decoration:none
}
.owl-nav.owl-nav-white [class*='owl-']{
    border-color:#ffffff;
    background-image:url(https://cdn2.hubspot.net/hubfs/589108/TY_Template_2017-10/images/bg-arrows-white.png)
}
.owl-nav.owl-nav-white [class*='owl-']:hover{
    background-color:#ffffff;
    background-image:url(https://cdn2.hubspot.net/hubfs/589108/TY_Template_2017-10/images/bg-arrows-dark.png)
}
.owl-nav>div.owl-next{
    background-position:right center;
    margin-left:-1px
}
.owl-nav .disabled{
    opacity:0.5;
    cursor:default
}
.owl-carousel .owl-dots{
    margin-top:15px
}
.owl-carousel .owl-dots{
    text-align:center;
    -webkit-tap-highlight-color:transparent
}
.owl-carousel .owl-dots .owl-dot{
    display:inline-block;
    zoom:1;
    *display:inline
}
.owl-carousel .owl-dots .owl-dot span{
    width:14px;
    height:14px;
    margin:3px 4px;
    background:#aaa;
    display:block;
    -webkit-backface-visibility:visible;
    -webkit-transition:opacity 200ms ease;
    transition:opacity 200ms ease;
    border-radius:50%
}
.owl-carousel .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{
    background:#ff3b59
}
@media (max-width: 768px){
    .owl-carousel+.owl-dots{
        margin-top:22px
    }
    .owl-carousel .owl-dots .owl-dot span{
        width:10px;
        height:10px;
        margin:3px 3px;
        background:#636262
    }
}
.flex-box{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -ms-flex-flow:row wrap;
    flex-flow:row wrap;
    -webkit-box-pack:start;
    -ms-flex-pack:start;
    justify-content:flex-start;
    -ms-flex-direction:row;
    flex-direction:row;
    -webkit-box-align:stretch;
    -ms-flex-align:stretch;
    align-items:stretch
}
.flex-box.flex-revers{
    -webkit-box-orient:horizontal;
    -webkit-box-direction:reverse;
    -ms-flex-direction:row-reverse;
    flex-direction:row-reverse
}
.flex-box.justify-beetwen{
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between
}
.flex-box.valign-end{
    -webkit-box-align:end;
    -ms-flex-align:end;
    align-items:flex-end
}
.flex-box.valign-between{
    -ms-flex-line-pack:justify;
    align-content:space-between
}
.flex-center{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -ms-flex-flow:row wrap;
    flex-flow:row wrap;
    -webkit-box-pack:start;
    -ms-flex-pack:start;
    justify-content:flex-start;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
}
.flex-center.flex-revers{
    -webkit-box-orient:horizontal;
    -webkit-box-direction:reverse;
    -ms-flex-direction:row-reverse;
    flex-direction:row-reverse
}
svg path{
    -webkit-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out
}
.container{
    padding-right:25px;
    padding-left:25px
}
.row{
    margin-right:-25px;
    margin-left:-25px
}
.row [class*="col-"]{
    padding-right:25px;
    padding-left:25px
}
::-webkit-input-placeholder{
    color:#666;
    opacity:0.5;
    font-style:italic
}
:-moz-placeholder{
    color:#666;
    opacity:0.5;
    font-style:italic
}
::-moz-placeholder{
    color:#666;
    opacity:0.5;
    font-style:italic
}
:-ms-input-placeholder{
    color:#666;
    opacity:0.5;
    font-style:italic
}
:focus::-webkit-input-placeholder{
    color:transparent
}
:focus::-moz-placeholder{
    color:transparent
}
:focus:-moz-placeholder{
    color:transparent
}
:focus:-ms-input-placeholder{
    color:transparent
}
textarea{
    resize:vertical
}
input:focus,textarea:focus{
    outline:none
}
img{
    height:auto;
    max-width:100%;
    width:auto\9
}
.img-bg{
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center
}
img.img-shadow,.img-shadow img{
    -webkit-filter:drop-shadow(0 2px 15px rgba(0,0,0,0.17));
    filter:drop-shadow(0 2px 15px rgba(0,0,0,0.17))
}
.video{
    position:relative;
    padding-bottom:56.25%;
    height:0;
    overflow:hidden
}
.video iframe,.video object,.video embed{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%
}
.break-word{
    word-wrap:break-word
}
ul{
    list-style:none;
    margin:0;
    padding:0
}
.bg-grey{
    background-color:#B6AFA2
}
.bg-grey-light{
    background-color:#ffffff
}
.bg-grey-dark{
    background-color:#59544B
}
.bg-dark{
    background-color:#333
}
.bg-white{
    background-color:#fff
}
.bg-mark-color{
    background-color:#ff3b59
}
@media (min-width: 768px){
    .bg-before-mark-color{
        position:relative
    }
    .bg-before-mark-color:before{
        content:"";
        display:block;
        position:fixed;
        top:0;
        bottom:0;
        width:50%;
        left:50%;
        background-color:#ff3b59
    }
    .flex-revers .bg-before-mark-color:before{
        left:0
    }
}
.color-grey{
    color:#666
}
.color-grey a:not(.btn){
    color:inherit
}
.color-light{
    color:#ffffff
}
.color-light a:not(.btn){
    color:inherit
}
.color-light .txt-cd{
    color:#d2d2c9
}
.color-light .bgb-dots.bgb-outline:before{
    border-color:#ffffff
}
.color-light .testimonial-box{
    background-image:url(https://cdn2.hubspot.net/hubfs/589108/TY_Template_2017-10/images/testimonial-light.png)
}
.color-dark{
    color:#333
}
.color-dark a:not(.btn){
    color:inherit
}
.color-mark-color{
    color:#ff3b59
}
.color-mark-color a:not(.btn){
    color:inherit
}
.txt-white{
    color:#fff
}
.relative{
    position:relative
}
.btn.btn-wds{
    min-width:190px
}
.btn.btn-wdx{
    min-width:110px
}
.btn.btn-default.btn-outline{
    border-color:#333;
    font-weight:700
}
.btn.btn-primary.btn-outline{
    background:transparent;
    border-color:#333;
    color:#333;
    font-weight:700
}
.btn.btn-primary.btn-outline:hover{
    background:rgba(0,0,0,0.1);
    border-color:#111;
    color:#111
}
.btn.btn-mark-color{
    color:#ffffff;
    background-color:#ff3b59;
    border-color:#ff3b59;
    font-weight:700
}
.btn.btn-mark-color:hover,.btn.btn-mark-color:focus,.btn.btn-mark-color:active{
    color:#ffffff;
    background-color:#cc2f47;
    border-color:#cc2f47
}
.btn:hover{
    text-decoration:none
}
.btn:hover a{
    text-decoration:none
}
.hg-100{
    height:100%
}
.hgf-100{
    min-height:100vh
}
header.header{
    padding-top:12px;
    position:relative;
    color:#333
}
header.header .container{
    max-width:1220px;
    width:100%
}
header.header .container .navbar{
    padding-left:15px;
    padding-right:15px
}
header.header a{
    color:inherit
}
header.header .head-top-wrap .head-top-bar{
    -webkit-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
    position:relative;
    z-index:500
}
header.header .head-top-wrap .head-top-bar .container{
    padding:15px 0
}
header.header .head-logo svg{
    width:122px;
    height:25px
}
header.header .head-logo svg .logo-text path{
    fill:#333
}
header.header .head-logo.head-logo-white svg path{
    fill:#fff
}
header.header .navbar-nav{
    font-size:14px
}
header.header .navbar-nav li{
    margin-left:5px
}
header.header .navbar-nav li a{
    -webkit-transition:border 0.25s ease-in-out, background 0.25s ease-in-out, color 0.25s ease-in-out;
    transition:border 0.25s ease-in-out, background 0.25s ease-in-out, color 0.25s ease-in-out;
    border:1px solid transparent;
    position:relative
}
header.header .navbar-nav li a:hover{
    border-color:#555
}
header.header .navbar-nav li.btn{
    padding:0;
    border:0;
    font-size:14px;
    border-radius:6px;
    text-decoration:none;
    font-family:'Montserrat',sans-serif;
    font-weight:800;
    background:transparent;
    text-transform:none;
    font-weight:400;
    margin-left:10px;
    min-height:0;
    -webkit-transition:all 0s ease-in-out;
    transition:all 0s ease-in-out
}
header.header .navbar-nav li.btn>a{
    font-size:inherit;
    padding-left:24px;
    padding-right:24px
}
header.header .navbar-nav li.btn.btn-outline>a{
    border-color:#555;
    background-color:transparent
}
header.header .navbar-nav li.btn.btn-outline>a:hover{
    color:#111;
    background-color:rgba(0,0,0,0.07);
    border-color:#555
}
header.header .navbar-nav li.btn.btn-mark-color>a{
    border-color:#f0f0ec;
    background:#ff3b59;
    color:#f0f0ec;
    font-weight:700;
    border-radius:6px;
    font-family:'Montserrat',sans-serif;
    font-weight:900;
    font-size:15px;
    letter-spacion:0,02em;
}
header.header .navbar-nav li.btn.btn-mark-color>a:hover{
    color:#f0f0ec;
    background-color:#cc2f47;
    border-color:#cc2f47;
    text-decoration:none
}
header.header.head-light{
    color:#f0f0ec
}
header.header.head-light .head-top-wrap .head-top-bar .head-logo svg .logo-text path{
    fill:#f0f0ec
}
header.header.head-light .head-top-wrap .head-top-bar ul.navbar-nav li a:hover{
    border-color:#f0f0ec
}
header.header.head-light .head-top-wrap .head-top-bar ul.navbar-nav li.btn.btn-outline>a{
    border-color:#f0f0ec
}
header.header.head-light .head-top-wrap .head-top-bar ul.navbar-nav li.btn.btn-outline>a:hover{
    color:#f0f0ec;
    background-color:rgba(255,255,255,0.07)
}
header.header.head-light .head-top-wrap .head-top-bar ul.navbar-nav li.btn.btn-danger>a:hover{
    border-color:transparent
}
header.header.head-light .head-top-wrap .head-top-bar .btn-mobile-bar span{
    background:rgba(240,240,236,0.8)
}
footer.footer{
    color:#333;
    font-size:12px;
    padding:15px 0
}
footer.footer a{
    color:inherit
}
footer.footer a:hover svg path{
    fill:#ff3b59
}
footer.footer p{
    margin:0 0 8px
}
footer.footer ul li{
    display:block;
    margin:0 0 8px
}
footer.footer ul li a{
    display:inline-block;
    position:relative
}
footer.footer ul li a:before{
    content:"";
    position:absolute;
    width:0;
    height:1px;
    bottom:-2px;
    left:0;
    background-color:rgba(119,119,119,0.9);
    visibility:hidden;
    -webkit-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out
}
footer.footer ul li a:hover{
    text-decoration:none;
    color:#777
}
footer.footer ul li a:hover:before{
    visibility:visible;
    width:100%
}
footer.footer .copyright{
    margin-top:8px
}
footer.footer .copyright .widget{
    margin-bottom:4px
}
footer.footer .copyright ul li{
    display:inline-block;
    position:relative;
    margin-bottom:0
}
footer.footer .copyright ul li:after{
    display:inline-block;
    content:"|";
    padding:0 1px 0 4px
}
footer.footer .copyright ul li:last-child:after{
    display:none
}
footer.footer .foot-logo{
    display:none
}
.txt-sm{
    font-size:12px
}
.txt-md{
    font-size:18px
}
.content-wrapper{
    width:100%;
    overflow:hidden;
    padding-bottom:80px;
    position:relative;
    min-height:100vh
}
.section{
    position:relative;
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
    padding-top:25px;
    padding-bottom:25px
}
.section+.section{
    padding-top:0
}
.section+.section>.container:first-child{
    padding-top:25px;
    position:relative
}
.section+.section>.container:first-child:before{
    content:"";
    display:block;
    height:1px;
    background-color:#ddd;
    position:absolute;
    top:0;
    max-width:1200px;
    width:100%
}
.cont-wrap{
    display:inline-block;
    position:relative;
    padding:20px 10%;
    max-width:600px;
    width:100%;
    font-size:16px;
    font-weight:500
}
.cont-wrap p{
    margin:0 0 30px
}
.img-wrap-box{
    position:relative;
    z-index:1
}
.img-wrap-box.left-side{
    float:right
}
.img-wrap-box.left-side+*{
    clear:left
}
.img-wrap-box img{
    display:inline-block;
    width:auto;
    height:auto;
    max-width:100%
}
.img-wrap-box.img-width-auto img{
    max-width:100%;
    width:auto
}
.soc-links{
    font-size:24px
}
.soc-links a{
    display:inline-block;
    color:inherit;
    -webkit-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out
}
.soc-links a+a{
    margin-left:15px
}
.soc-links a:hover{
    color:#ff3b59;
    text-decoration:none
}
.soc-links a:hover svg path{
    fill:#ff3b59
}
.box-toshow{
    display:none
}
.img-pdf-wrap{
    display:inline-block;
    width:100%;
    height:auto;
    background:url(https://cdn2.hubspot.net/hubfs/589108/TY_Template_2017-10/images/bg-cover-book-light.png) no-repeat;
    background-size:100% auto;
    position:relative;
    max-width:508px
}
.img-pdf-wrap:before{
    content:"";
    display:block;
    width:100%;
    height:0;
    padding:0 0 128%
}
.img-pdf-wrap .img{
    position:absolute;
    width:60%;
    left:50%;
    top:49%;
    -webkit-transform:translate(-48.2%, -50.5%);
    transform:translate(-48.2%, -50.5%);
    height:67%;
    overflow:hidden
}
.img-pdf-wrap .img img{
    width:100%
}
body .hs-form-cs *{
    font-family:'Source Sans Pro', sans-serif;
}
body .hs-form-cs .hs-button{
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    display:inline-block;
    padding:13px 30px 13px;
    margin-bottom:0;
    font-size:18px;
    font-weight:500;
    text-transform:none;
    line-height:1.43;
    text-align:center;
    white-space:nowrap;
    vertical-align:middle;
    min-height:50px;
    -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:0;
    text-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none;
    -webkit-transition:all 0.2s ease-in-out;
    transition:all 0.2s ease-in-out;
    color:#ffffff;
    background-color:#ff3b59;
    border-color:#ff3b59;
    font-weight:700;
    border-radius:5px;
}
body .hs-form-cs .hs-button:focus,body .hs-form-cs .hs-button:hover,body .hs-form-cs .hs-button:active{
    color:#ffffff;
    background-color:#cc2f47;
    border-color:#cc2f47;
    text-decoration:none
}
body .hs-form-cs input[type="text"].hs-input,body .hs-form-cs input[type="email"].hs-input,body .hs-form-cs input[type="tel"].hs-input,body .hs-form-cs input[type="number"].hs-input,body .hs-form-cs input[type="password"].hs-input,body .hs-form-cs textarea.hs-input,body .hs-form-cs select.hs-input, body .hs-form-cs input[type="date"].hs-input{
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    display:block;
    width:100%;
    height:50px;
    padding:14px 22px;
    font-size:14px;
    line-height:1.43;
    color:#666;
    background-color:#fff;
    background-image:none;
    border:1px solid transparent;
    border-radius:0;
    -webkit-box-shadow:none;
    box-shadow:none;
    border-radius:5px;
}
body .hs-form-cs textarea.hs-input{
    min-height:50px;
    height:auto
}
body .hs-form-cs div.actions{
    margin:0;
    padding:0
}
@media (min-width: 768px){
    .content-wrapper:not(.mark-color-green) footer.footer .copyright .text-right-sm{
        color:#ffffff
    }
    .content-wrapper:not(.mark-color-green).revers header.header .head-logo svg path{
        fill:#fff
    }
    .content-wrapper:not(.mark-color-green).revers footer.footer .copyright .text-right-sm{
        color:#333
    }
    .content-wrapper:not(.mark-color-green).revers footer.footer .widget_nav_menu{
        color:#ffffff
    }
    .content-wrapper.mark-color-green.revers header.header .head-logo svg path{
        fill:#333
    }
}
.content-wrapper.mark-color-green .bg-mark-color{
    background-color:#2cd5c4
}
.content-wrapper.mark-color-green .color-mark-color{
    color:#2cd5c4
}
.content-wrapper.mark-color-green .btn.btn-mark-color{
    color:#ffffff;
    background-color:#2cd5c4;
    border-color:#2cd5c4
}
.content-wrapper.mark-color-green .btn.btn-mark-color:hover,.content-wrapper.mark-color-green .btn.btn-mark-color:focus,.content-wrapper.mark-color-green .btn.btn-mark-color:active{
    color:#ffffff;
    background-color:#25b9aa;
    border-color:#25b9aa
}
.content-wrapper.mark-color-green .img-pdf-wrap{
    background-image:url(https://cdn2.hubspot.net/hubfs/589108/TY_Template_2017-10/images/bg-cover-book-dark.png)
}
.content-wrapper.mark-color-green header.header .navbar-nav li.btn.btn-mark-color>a{
    border-color:#ffffff;
    background:#2cd5c4;
    color:#ffffff
}
.content-wrapper.mark-color-green header.header .navbar-nav li.btn.btn-mark-color>a:hover{
    color:#ffffff;
    background-color:#25b9aa;
    border-color:#25b9aa
}
.content-wrapper.mark-color-green .container .row .cont-wrap .hs-form-cs .hs-button{
    color:#ffffff;
    background-color:#2cd5c4;
    border-color:#2cd5c4
}
.content-wrapper.mark-color-green .container .row .cont-wrap .hs-form-cs .hs-button:focus,.content-wrapper.mark-color-green .container .row .cont-wrap .hs-form-cs .hs-button:hover,.content-wrapper.mark-color-green .container .row .cont-wrap .hs-form-cs .hs-button:active{
    color:#ffffff;
    background-color:#25b9aa;
    border-color:#25b9aa
}
@media (min-width: 768px){
    .content-wrapper.mark-color-green .bg-before-mark-color:before{
        background-color:#2cd5c4
    }
}
.content-wrapper.mark-color-green.dark .btn.btn-mark-color{
    color:#ffffff;
    background-color:#333;
    border-color:#333
}
.content-wrapper.mark-color-green.dark .btn.btn-mark-color:hover,.content-wrapper.mark-color-green.dark .btn.btn-mark-color:focus,.content-wrapper.mark-color-green.dark .btn.btn-mark-color:active{
    color:#ffffff;
    background-color:#ff3b59;
    border-color:#ff3b59
}
.content-wrapper.mark-color-green.dark header.header .navbar-nav li.btn.btn-mark-color>a{
    border-color:#ffffff;
    background:#333;
    color:#ffffff
}
.content-wrapper.mark-color-green.dark header.header .navbar-nav li.btn.btn-mark-color>a:hover{
    color:#f0f0ec;
    background-color:#ff3b59;
    border-color:#ff3b59
}
.content-wrapper.mark-color-green.dark .container .row .cont-wrap .hs-form-cs .hs-button{
    color:#ffffff;
    background-color:#333;
    border-color:#333
}
.content-wrapper.mark-color-green.dark .container .row .cont-wrap .hs-form-cs .hs-button:focus,.content-wrapper.mark-color-green.dark .container .row .cont-wrap .hs-form-cs .hs-button:hover,.content-wrapper.mark-color-green.dark .container .row .cont-wrap .hs-form-cs .hs-button:active{
    color:#ffffff;
    background-color:#ff3b59;
    border-color:#ff3b59
}
.list-mark{
    display:inline-block
}
.list-mark li{
    display:block;
    border-bottom:0px solid #CCCCCC;
    min-height:40px;
    position:relative;
    padding:10px 25px 10px 36px;
    line-height:1.43em;
}
.list-mark li:before{
    content:"";
    display:inline-block;
    width:13px;
    height:10px;
    position:absolute;
    left:8px;
    top:50%;
    margin-top:-5px;
    background:url(https://cdn2.hubspot.net/hubfs/589108/TY_Template_2017-10/images/check.svg) no-repeat;
    background-size:cover
}
body .hs-form-panel{
    overflow:hidden;
    border-radius:5px;
    -webkit-box-shadow:0 22px 44px -18px rgba(0,0,0,0.27);
    box-shadow:0 22px 44px -18px rgba(0,0,0,0.27);
    max-width:350px;
    margin-left:auto;
    margin-right:auto;
    background:#fff
}
body .hs-form-panel .hs-form-head,body .hs-form-panel .hs-form-body{
    padding:35px
}
body .hs-form-panel .hs-form-head{
    background:#ff3b59;
    color:#fff;
    text-align:center;
    padding:25px 35px
}
body .hs-form-panel .hs-form-head p:last-child{
    margin-bottom:0
}
body .hs-form-panel .hs-form-head hr{
    opacity:0.2;
    margin:8px auto;
    max-width:80%
}
body .hs-form-panel .hs-form-body input[type="text"].hs-input,body .hs-form-panel .hs-form-body input[type="email"].hs-input,body .hs-form-panel .hs-form-body input[type="tel"].hs-input,body .hs-form-panel .hs-form-body input[type="number"].hs-input,body .hs-form-panel .hs-form-body input[type="password"].hs-input,body .hs-form-panel .hs-form-body input[type="date"].hs-input,body .hs-form-panel .hs-form-body textarea.hs-input,body .hs-form-panel .hs-form-body select.hs-input{
    width:100%;
    border:1px solid #bbb
}
body .hs-form-panel .hs-form-body .field.hs-form-field{
    margin-bottom:20px;
}
body .hs-form-panel .hs-button{
    min-height:40px;
    margin-top:30px
}
.offset-top-0{
    margin-top:0rem
}
.offset-bottom-0{
    margin-bottom:0rem
}
.offset-top-1{
    margin-top:1rem
}
.offset-bottom-1{
    margin-bottom:1rem
}
.offset-top-2{
    margin-top:2rem
}
.offset-bottom-2{
    margin-bottom:2rem
}
.offset-top-3{
    margin-top:3rem
}
.offset-bottom-3{
    margin-bottom:3rem
}
.offset-top-4{
    margin-top:4rem
}
.offset-bottom-4{
    margin-bottom:4rem
}
.offset-top-5{
    margin-top:5rem
}
.offset-bottom-5{
    margin-bottom:5rem
}
.offset-top-6{
    margin-top:6rem
}
.offset-bottom-6{
    margin-bottom:6rem
}
.offset-top-7{
    margin-top:7rem
}
.offset-bottom-7{
    margin-bottom:7rem
}
.offset-top-8{
    margin-top:8rem
}
.offset-bottom-8{
    margin-bottom:8rem
}
.offset-top-9{
    margin-top:9rem
}
.offset-bottom-9{
    margin-bottom:9rem
}
.offset-top-10{
    margin-top:10rem
}
.offset-bottom-10{
    margin-bottom:10rem
}
.offset-top-11{
    margin-top:11rem
}
.offset-bottom-11{
    margin-bottom:11rem
}
.offset-top-12{
    margin-top:12rem
}
.offset-bottom-12{
    margin-bottom:12rem
}
.offset-left-0{
    margin-left:0rem
}
.offset-right-0{
    margin-right:0rem
}
.offset-left-1{
    margin-left:1rem
}
.offset-right-1{
    margin-right:1rem
}
.offset-left-2{
    margin-left:2rem
}
.offset-right-2{
    margin-right:2rem
}
.offset-left-3{
    margin-left:3rem
}
.offset-right-3{
    margin-right:3rem
}
.offset-left-4{
    margin-left:4rem
}
.offset-right-4{
    margin-right:4rem
}
.offset-left-5{
    margin-left:5rem
}
.offset-right-5{
    margin-right:5rem
}
.pad-top-0{
    padding-top:0rem
}
.pad-bottom-0{
    padding-bottom:0rem
}
.pad-top-1{
    padding-top:1rem
}
.pad-bottom-1{
    padding-bottom:1rem
}
.pad-top-2{
    padding-top:2rem
}
.pad-bottom-2{
    padding-bottom:2rem
}
.pad-top-3{
    padding-top:3rem
}
.pad-bottom-3{
    padding-bottom:3rem
}
.pad-top-4{
    padding-top:4rem
}
.pad-bottom-4{
    padding-bottom:4rem
}
.pad-top-5{
    padding-top:5rem
}
.pad-bottom-5{
    padding-bottom:5rem
}
.pad-top-6{
    padding-top:6rem
}
.pad-bottom-6{
    padding-bottom:6rem
}
.pad-top-7{
    padding-top:7rem
}
.pad-bottom-7{
    padding-bottom:7rem
}
.pad-top-8{
    padding-top:8rem
}
.pad-bottom-8{
    padding-bottom:8rem
}
.pad-top-9{
    padding-top:9rem
}
.pad-bottom-9{
    padding-bottom:9rem
}
.pad-top-10{
    padding-top:10rem
}
.pad-bottom-10{
    padding-bottom:10rem
}
.pad-top-11{
    padding-top:11rem
}
.pad-bottom-11{
    padding-bottom:11rem
}
.pad-top-12{
    padding-top:12rem
}
.pad-bottom-12{
    padding-bottom:12rem
}
.ws-0{
    width:0vw
}
.ws-5{
    width:5vw
}
.ws-10{
    width:10vw
}
.ws-15{
    width:15vw
}
.ws-20{
    width:20vw
}
.ws-25{
    width:25vw
}
.ws-30{
    width:30vw
}
.ws-35{
    width:35vw
}
.ws-40{
    width:40vw
}
.ws-45{
    width:45vw
}
.ws-50{
    width:50vw
}
.ws-55{
    width:55vw
}
.ws-60{
    width:60vw
}
.ws-65{
    width:65vw
}
.ws-70{
    width:70vw
}
.ws-75{
    width:75vw
}
.ws-80{
    width:80vw
}
.ws-85{
    width:85vw
}
.ws-90{
    width:90vw
}
.ws-95{
    width:95vw
}
.ws-100{
    width:100vw
}
.hs-0{
    height:0vh
}
.hs-5{
    height:5vh
}
.hs-10{
    height:10vh
}
.hs-15{
    height:15vh
}
.hs-20{
    height:20vh
}
.hs-25{
    height:25vh
}
.hs-30{
    height:30vh
}
.hs-35{
    height:35vh
}
.hs-40{
    height:40vh
}
.hs-45{
    height:45vh
}
.hs-50{
    height:50vh
}
.hs-55{
    height:55vh
}
.hs-60{
    height:60vh
}
.hs-65{
    height:65vh
}
.hs-70{
    height:70vh
}
.hs-75{
    height:75vh
}
.hs-80{
    height:80vh
}
.hs-85{
    height:85vh
}
.hs-90{
    height:90vh
}
.hs-95{
    height:95vh
}
.hs-100{
    height:100vh
}
.wd-0{
    width:0%;
    max-width:0%
}
.wd-5{
    width:5%;
    max-width:5%
}
.wd-10{
    width:10%;
    max-width:10%
}
.wd-15{
    width:15%;
    max-width:15%
}
.wd-20{
    width:20%;
    max-width:20%
}
.wd-25{
    width:25%;
    max-width:25%
}
.wd-30{
    width:30%;
    max-width:30%
}
.wd-35{
    width:35%;
    max-width:35%
}
.wd-40{
    width:40%;
    max-width:40%
}
.wd-45{
    width:45%;
    max-width:45%
}
.wd-50{
    width:50%;
    max-width:50%
}
.wd-55{
    width:55%;
    max-width:55%
}
.wd-60{
    width:60%;
    max-width:60%
}
.wd-65{
    width:65%;
    max-width:65%
}
.wd-70{
    width:70%;
    max-width:70%
}
.wd-75{
    width:75%;
    max-width:75%
}
.wd-80{
    width:80%;
    max-width:80%
}
.wd-85{
    width:85%;
    max-width:85%
}
.wd-90{
    width:90%;
    max-width:90%
}
.wd-95{
    width:95%;
    max-width:95%
}
.wd-100{
    width:100%;
    max-width:100%
}
.wd-105{
    width:105%;
    max-width:105%
}
.wd-110{
    width:110%;
    max-width:110%
}
.wd-115{
    width:115%;
    max-width:115%
}
.wd-120{
    width:120%;
    max-width:120%
}
.wd-125{
    width:125%;
    max-width:125%
}
.wd-130{
    width:130%;
    max-width:130%
}
.wd-135{
    width:135%;
    max-width:135%
}
.wd-140{
    width:140%;
    max-width:140%
}
.wd-145{
    width:145%;
    max-width:145%
}
.wd-150{
    width:150%;
    max-width:150%
}
.wd-155{
    width:155%;
    max-width:155%
}
.wd-160{
    width:160%;
    max-width:160%
}
.wd-165{
    width:165%;
    max-width:165%
}
.wd-170{
    width:170%;
    max-width:170%
}
.wd-175{
    width:175%;
    max-width:175%
}
.wd-180{
    width:180%;
    max-width:180%
}
.wd-185{
    width:185%;
    max-width:185%
}
.wd-190{
    width:190%;
    max-width:190%
}
.wd-195{
    width:195%;
    max-width:195%
}
.wd-200{
    width:200%;
    max-width:200%
}
.fw-100{
    font-weight:100
}
.fw-200{
    font-weight:200
}
.fw-300{
    font-weight:300
}
.fw-400{
    font-weight:400
}
.fw-500{
    font-weight:500
}
.fw-600{
    font-weight:600
}
.fw-700{
    font-weight:700
}
.fw-800{
    font-weight:800
}
.fw-900{
    font-weight:900
}
.fw-1000{
    font-weight:1000
}
.fs-1{
    font-size:1em
}
.fs-2{
    font-size:2em
}
.fs-3{
    font-size:3em
}
.fs-4{
    font-size:4em
}
.fs-5{
    font-size:5em
}
.fs-6{
    font-size:6em
}
.fs-7{
    font-size:7em
}
.pull-center{
    margin-left:auto;
    margin-right:auto
}
@media (max-width: 991px){
    footer.footer .cert-logo{
        display:inline-block;
        margin:0 0 10px;
        padding:0 15px;
        margin-left:-3px;
        max-width:33%
    }
    .btn{
        font-size:14px
    }
}
@media (max-width: 767px){
    .offset-top-xs-0{
        margin-top:0rem
    }
    .offset-bottom-xs-0{
        margin-bottom:0rem
    }
    .offset-top-xs-1{
        margin-top:1rem
    }
    .offset-bottom-xs-1{
        margin-bottom:1rem
    }
    .offset-top-xs-2{
        margin-top:2rem
    }
    .offset-bottom-xs-2{
        margin-bottom:2rem
    }
    .offset-top-xs-3{
        margin-top:3rem
    }
    .offset-bottom-xs-3{
        margin-bottom:3rem
    }
    .offset-top-xs-4{
        margin-top:4rem
    }
    .offset-bottom-xs-4{
        margin-bottom:4rem
    }
    .offset-top-xs-5{
        margin-top:5rem
    }
    .offset-bottom-xs-5{
        margin-bottom:5rem
    }
    .offset-top-xs-6{
        margin-top:6rem
    }
    .offset-bottom-xs-6{
        margin-bottom:6rem
    }
    .offset-top-xs-7{
        margin-top:7rem
    }
    .offset-bottom-xs-7{
        margin-bottom:7rem
    }
    .offset-top-xs-8{
        margin-top:8rem
    }
    .offset-bottom-xs-8{
        margin-bottom:8rem
    }
    .offset-top-xs-9{
        margin-top:9rem
    }
    .offset-bottom-xs-9{
        margin-bottom:9rem
    }
    .offset-top-xs-10{
        margin-top:10rem
    }
    .offset-bottom-xs-10{
        margin-bottom:10rem
    }
    .offset-top-xs-11{
        margin-top:11rem
    }
    .offset-bottom-xs-11{
        margin-bottom:11rem
    }
    .offset-top-xs-12{
        margin-top:12rem
    }
    .offset-bottom-xs-12{
        margin-bottom:12rem
    }
    .pad-top-xs-0{
        padding-top:0rem
    }
    .pad-bottom-xs-0{
        padding-bottom:0rem
    }
    .pad-top-xs-1{
        padding-top:1rem
    }
    .pad-bottom-xs-1{
        padding-bottom:1rem
    }
    .pad-top-xs-2{
        padding-top:2rem
    }
    .pad-bottom-xs-2{
        padding-bottom:2rem
    }
    .pad-top-xs-3{
        padding-top:3rem
    }
    .pad-bottom-xs-3{
        padding-bottom:3rem
    }
    .pad-top-xs-4{
        padding-top:4rem
    }
    .pad-bottom-xs-4{
        padding-bottom:4rem
    }
    .pad-top-xs-5{
        padding-top:5rem
    }
    .pad-bottom-xs-5{
        padding-bottom:5rem
    }
    .pad-top-xs-6{
        padding-top:6rem
    }
    .pad-bottom-xs-6{
        padding-bottom:6rem
    }
    .pad-top-xs-7{
        padding-top:7rem
    }
    .pad-bottom-xs-7{
        padding-bottom:7rem
    }
    .pad-top-xs-8{
        padding-top:8rem
    }
    .pad-bottom-xs-8{
        padding-bottom:8rem
    }
    .pad-top-xs-9{
        padding-top:9rem
    }
    .pad-bottom-xs-9{
        padding-bottom:9rem
    }
    .pad-top-xs-10{
        padding-top:10rem
    }
    .pad-bottom-xs-10{
        padding-bottom:10rem
    }
    .pad-top-xs-11{
        padding-top:11rem
    }
    .pad-bottom-xs-11{
        padding-bottom:11rem
    }
    .pad-top-xs-12{
        padding-top:12rem
    }
    .pad-bottom-xs-12{
        padding-bottom:12rem
    }
    .text-left-xs{
        text-align:left
    }
    .text-center-xs{
        text-align:center
    }
    .text-right-xs{
        text-align:right
    }
    img.img-shadow,.img-shadow img{
        -webkit-filter:drop-shadow(0 7px 10px rgba(0,0,0,0.2));
        filter:drop-shadow(0 7px 10px rgba(0,0,0,0.2))
    }
    header.header ul.navbar-nav>li:not(.btn)>a{
        font-weight:900;
        text-transform:uppercase;
        font-size:30px
    }
    footer.footer .color-dark-xs{
        color:#333
    }
    footer.footer .foot-area .widget{
        font-size:16px
    }
    footer.footer .foot-area .widget h5{
        font-size:19px;
        cursor:pointer;
        padding-right:30px;
        position:relative
    }
    footer.footer .foot-area .widget h5:after{
        content:"";
        position:absolute;
        width:21px;
        top:0;
        right:0;
        bottom:0;
        background:url(https://cdn2.hubspot.net/hubfs/589108/TY_Template_2017-10/fonts/arrow-bot.png) no-repeat center;
        -webkit-transition:all 0.3s ease-in-out;
        transition:all 0.3s ease-in-out
    }
    footer.footer .foot-area .widget h5+ul,footer.footer .foot-area .widget h5+div{
        display:block;
        max-height:0;
        overflow:hidden;
        -webkit-transition:all 0.3s ease-in-out;
        transition:all 0.3s ease-in-out
    }
    footer.footer .foot-area .widget.active h5:after{
        -webkit-transform:rotate(180deg);
        transform:rotate(180deg)
    }
    footer.footer .foot-area .widget.active h5+ul,footer.footer .foot-area .widget.active h5+div{
        max-height:1000px
    }
    footer.footer .soc-links{
        text-align:center;
        margin:40px 0
    }
    footer.footer .soc-links a+a{
        margin-left:40px
    }
    footer.footer .cert-logo+.cert-logo{
        margin-top:0
    }
    footer.footer .copyright{
        padding-top:10px
    }
    footer.footer .foot-logo{
        display:block;
        clear:both;
        margin:50px auto 30px;
        text-align:center
    }
    .main-jumbotron{
        padding-top:40px;
        padding-bottom:30px
    }
    .cta-line p{
        margin-top:25px
    }
}
@media (max-width: 400px){
    .hidden-xxs{
        display:none !important
    }
}
@media (min-width: 480px){
    .text-left-ms{
        text-align:left
    }
    .text-center-ms{
        text-align:center
    }
    .text-right-ms{
        text-align:right
    }
}
@media (min-width: 768px){
    .offset-top-sm-0{
        margin-top:0rem
    }
    .offset-bottom-sm-0{
        margin-bottom:0rem
    }
    .offset-top-sm-1{
        margin-top:1rem
    }
    .offset-bottom-sm-1{
        margin-bottom:1rem
    }
    .offset-top-sm-2{
        margin-top:2rem
    }
    .offset-bottom-sm-2{
        margin-bottom:2rem
    }
    .offset-top-sm-3{
        margin-top:3rem
    }
    .offset-bottom-sm-3{
        margin-bottom:3rem
    }
    .offset-top-sm-4{
        margin-top:4rem
    }
    .offset-bottom-sm-4{
        margin-bottom:4rem
    }
    .offset-top-sm-5{
        margin-top:5rem
    }
    .offset-bottom-sm-5{
        margin-bottom:5rem
    }
    .offset-top-sm-6{
        margin-top:6rem
    }
    .offset-bottom-sm-6{
        margin-bottom:6rem
    }
    .offset-top-sm-7{
        margin-top:7rem
    }
    .offset-bottom-sm-7{
        margin-bottom:7rem
    }
    .offset-top-sm-8{
        margin-top:8rem
    }
    .offset-bottom-sm-8{
        margin-bottom:8rem
    }
    .offset-top-sm-9{
        margin-top:9rem
    }
    .offset-bottom-sm-9{
        margin-bottom:9rem
    }
    .offset-top-sm-10{
        margin-top:10rem
    }
    .offset-bottom-sm-10{
        margin-bottom:10rem
    }
    .offset-top-sm-11{
        margin-top:11rem
    }
    .offset-bottom-sm-11{
        margin-bottom:11rem
    }
    .offset-top-sm-12{
        margin-top:12rem
    }
    .offset-bottom-sm-12{
        margin-bottom:12rem
    }
    .pad-top-sm-0{
        padding-top:0rem
    }
    .pad-bottom-sm-0{
        padding-bottom:0rem
    }
    .pad-top-sm-1{
        padding-top:1rem
    }
    .pad-bottom-sm-1{
        padding-bottom:1rem
    }
    .pad-top-sm-2{
        padding-top:2rem
    }
    .pad-bottom-sm-2{
        padding-bottom:2rem
    }
    .pad-top-sm-3{
        padding-top:3rem
    }
    .pad-bottom-sm-3{
        padding-bottom:3rem
    }
    .pad-top-sm-4{
        padding-top:4rem
    }
    .pad-bottom-sm-4{
        padding-bottom:4rem
    }
    .pad-top-sm-5{
        padding-top:5rem
    }
    .pad-bottom-sm-5{
        padding-bottom:5rem
    }
    .pad-top-sm-6{
        padding-top:6rem
    }
    .pad-bottom-sm-6{
        padding-bottom:6rem
    }
    .pad-top-sm-7{
        padding-top:7rem
    }
    .pad-bottom-sm-7{
        padding-bottom:7rem
    }
    .pad-top-sm-8{
        padding-top:8rem
    }
    .pad-bottom-sm-8{
        padding-bottom:8rem
    }
    .pad-top-sm-9{
        padding-top:9rem
    }
    .pad-bottom-sm-9{
        padding-bottom:9rem
    }
    .pad-top-sm-10{
        padding-top:10rem
    }
    .pad-bottom-sm-10{
        padding-bottom:10rem
    }
    .pad-top-sm-11{
        padding-top:11rem
    }
    .pad-bottom-sm-11{
        padding-bottom:11rem
    }
    .pad-top-sm-12{
        padding-top:12rem
    }
    .pad-bottom-sm-12{
        padding-bottom:12rem
    }
    .ws-sm-0{
        width:0vw
    }
    .ws-sm-5{
        width:5vw
    }
    .ws-sm-10{
        width:10vw
    }
    .ws-sm-15{
        width:15vw
    }
    .ws-sm-20{
        width:20vw
    }
    .ws-sm-25{
        width:25vw
    }
    .ws-sm-30{
        width:30vw
    }
    .ws-sm-35{
        width:35vw
    }
    .ws-sm-40{
        width:40vw
    }
    .ws-sm-45{
        width:45vw
    }
    .ws-sm-50{
        width:50vw
    }
    .ws-sm-55{
        width:55vw
    }
    .ws-sm-60{
        width:60vw
    }
    .ws-sm-65{
        width:65vw
    }
    .ws-sm-70{
        width:70vw
    }
    .ws-sm-75{
        width:75vw
    }
    .ws-sm-80{
        width:80vw
    }
    .ws-sm-85{
        width:85vw
    }
    .ws-sm-90{
        width:90vw
    }
    .ws-sm-95{
        width:95vw
    }
    .ws-sm-100{
        width:100vw
    }
    .hs-sm-0{
        height:0vh
    }
    .hs-sm-5{
        height:5vh
    }
    .hs-sm-10{
        height:10vh
    }
    .hs-sm-15{
        height:15vh
    }
    .hs-sm-20{
        height:20vh
    }
    .hs-sm-25{
        height:25vh
    }
    .hs-sm-30{
        height:30vh
    }
    .hs-sm-35{
        height:35vh
    }
    .hs-sm-40{
        height:40vh
    }
    .hs-sm-45{
        height:45vh
    }
    .hs-sm-50{
        height:50vh
    }
    .hs-sm-55{
        height:55vh
    }
    .hs-sm-60{
        height:60vh
    }
    .hs-sm-65{
        height:65vh
    }
    .hs-sm-70{
        height:70vh
    }
    .hs-sm-75{
        height:75vh
    }
    .hs-sm-80{
        height:80vh
    }
    .hs-sm-85{
        height:85vh
    }
    .hs-sm-90{
        height:90vh
    }
    .hs-sm-95{
        height:95vh
    }
    .hs-sm-100{
        height:100vh
    }
    .wd-sm-0{
        width:0%
    }
    .wd-sm-5{
        width:5%
    }
    .wd-sm-10{
        width:10%
    }
    .wd-sm-15{
        width:15%
    }
    .wd-sm-20{
        width:20%
    }
    .wd-sm-25{
        width:25%
    }
    .wd-sm-30{
        width:30%
    }
    .wd-sm-35{
        width:35%
    }
    .wd-sm-40{
        width:40%
    }
    .wd-sm-45{
        width:45%
    }
    .wd-sm-50{
        width:50%
    }
    .wd-sm-55{
        width:55%
    }
    .wd-sm-60{
        width:60%
    }
    .wd-sm-65{
        width:65%
    }
    .wd-sm-70{
        width:70%
    }
    .wd-sm-75{
        width:75%
    }
    .wd-sm-80{
        width:80%
    }
    .wd-sm-85{
        width:85%
    }
    .wd-sm-90{
        width:90%
    }
    .wd-sm-95{
        width:95%
    }
    .wd-sm-100{
        width:100%
    }
    .wd-sm-105{
        width:105%
    }
    .wd-sm-110{
        width:110%
    }
    .wd-sm-115{
        width:115%
    }
    .wd-sm-120{
        width:120%
    }
    .wd-sm-125{
        width:125%
    }
    .wd-sm-130{
        width:130%
    }
    .wd-sm-135{
        width:135%
    }
    .wd-sm-140{
        width:140%
    }
    .wd-sm-145{
        width:145%
    }
    .wd-sm-150{
        width:150%
    }
    .wd-sm-155{
        width:155%
    }
    .wd-sm-160{
        width:160%
    }
    .wd-sm-165{
        width:165%
    }
    .wd-sm-170{
        width:170%
    }
    .wd-sm-175{
        width:175%
    }
    .wd-sm-180{
        width:180%
    }
    .wd-sm-185{
        width:185%
    }
    .wd-sm-190{
        width:190%
    }
    .wd-sm-195{
        width:195%
    }
    .wd-sm-200{
        width:200%
    }
    .pull-left-sm{
        float:left
    }
    .pull-center-sm{
        float:center
    }
    .pull-right-sm{
        float:right
    }
    .text-left-sm{
        text-align:left
    }
    .text-center-sm{
        text-align:center
    }
    .text-right-sm{
        text-align:right
    }
    .to-left-sm-25{
        margin-left:-25px
    }
    .to-left-sm-50{
        margin-left:-50px
    }
    .to-right-sm-25{
        margin-right:-25px
    }
    .to-right-sm-50{
        margin-right:-50px
    }
    .main-jumbotron{
        padding-top:110px;
        padding-bottom:110px
    }
    body.sticky-main-nav-active header.header .head-top-wrap .head-top-bar{
        position:fixed;
        top:0;
        left:0;
        right:0;
        background:#fff;
        color:#333;
        -webkit-box-shadow:0 0 20px rgba(0,0,0,0.35);
        box-shadow:0 0 20px rgba(0,0,0,0.35);
        max-height:100vh
    }
    body.sticky-main-nav-active header.header .head-top-wrap .head-top-bar .head-logo svg .logo-text path{
        fill:#333
    }
    body.sticky-main-nav-active header.header .head-top-wrap .head-top-bar ul.navbar-nav{
        max-height:calc(100vh - 75px)
    }
    body.sticky-main-nav-active header.header .head-top-wrap .head-top-bar ul.navbar-nav li a:hover{
        border-color:#555
    }
    body.sticky-main-nav-active header.header .head-top-wrap .head-top-bar ul.navbar-nav li.btn.btn-outline>a{
        border-color:#555
    }
    body.sticky-main-nav-active header.header .head-top-wrap .head-top-bar ul.navbar-nav li.btn.btn-outline>a:hover{
        color:#111;
        background-color:rgba(0,0,0,0.03)
    }
    body.sticky-main-nav-active header.header .head-top-wrap .head-top-bar ul.navbar-nav li.btn.btn-danger>a:hover{
        border-color:transparent
    }
}
@media (min-width: 992px){
    .text-left-md{
        text-align:left
    }
    .text-center-md{
        text-align:center
    }
    .text-right-md{
        text-align:right
    }
}
@media (min-width: 1200px){
    .text-left-lg{
        text-align:left
    }
    .text-center-lg{
        text-align:center
    }
    .text-right-lg{
        text-align:right
    }
    .to-left-lg-25{
        margin-left:-25px
    }
    .to-left-lg-50{
        margin-left:-50px
    }
    .to-right-lg-25{
        margin-right:-25px
    }
    .to-right-lg-50{
        margin-right:-50px
    }
}
@media (min-width: 768px) and (max-width: 991px){
    header.header .navbar-nav{
        font-size:13px
    }
    header.header .navbar-nav li a{
        padding-left:8px;
        padding-right:8px
    }
    header.header .navbar-nav li.btn a{
        padding-left:14px;
        padding-right:14px
    }
}