/* --------------------------------------------------------------
    Import CCS Dependencies
-------------------------------------------------------------- */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body { margin: 0; }
article, aside, footer, header, nav, section { display: block; }
h1 {
    font-size: 2em;
    margin: .67em 0;
}
figcaption, figure, main { display: block; }
figure { margin: 1em 40px; }
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
a:active, a:hover { outline-width: 0; }
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
b, strong {
    font-weight: inherit;
    font-weight: bolder;
}
code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
dfn { font-style: italic; }
mark {
    background-color: #ff0;
    color: #000;
}
small { font-size: 80%; }
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub { bottom: -.25em; }
sup { top: -.5em; }
audio, video { display: inline-block; }
audio:not([controls]) {
    display: none;
    height: 0;
}
img { border-style: none; }
svg:not(:root) { overflow: hidden; }
button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
    color: inherit;
}
button, input { overflow: visible; }
button, select { text-transform: none; }
button, html [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; }
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; }
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    display: inline-block;
    vertical-align: baseline;
}
textarea { overflow: auto; }
[type="checkbox"], [type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; }
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details, menu { display: block; }
summary { display: list-item; }
canvas { display: inline-block; }
template { display: none; }
[hidden] { display: none; }
optgroup { font-weight: 700; }
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td, th, ul, ol { padding: 0; }
blockquote {
    color: #777;
    margin: 10px 0 20px 15px;
    padding: 5px 0 5px 15px;
    border-left: 3px solid #cccccc;
}
blockquote p { color: #777; margin-bottom: 10px; }
blockquote cite {
    display: block;
    color: #555555;
}
blockquote cite:before { content: "\2014 \0020"; }
blockquote cite a { color: #555555; }
blockquote cite a:visited { color: #555555; }
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
iframe { border: 0; }
*, :before, :after { box-sizing: border-box; }
html {
    font-size: 1em;
    height: 100%;
    overflow-y: scroll;
}
body {
    font-family: 'Open Sans', Verdana, Tahoma, Arial, sans-serif;
    line-height: 1.65;
    text-align: left;
    color: #555555;
    background-color: #deecf9;
    height: 100%;
    text-rendering: optimizeLegibility !important;
    /*-webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;*/
}
nav ul, nav ol, #nav ul, #navbar ul, #nav ol {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}
.cfix:after {
    content: "";
    display: table;
    clear: both;
}
.img_resp {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
}
.img_fluid {
    display: inline-block;
    width: auto;
    max-width: 100%;
    height: auto;
}
[role="button"] { cursor: pointer; }
/* ----------------------------------------------------------------------------
    Containers & Grid
----------------------------------------------------------------------------- */
.wrap { width: 100%; }
.container, .row {
    display: block;
    margin: 0 auto;
    /*padding-left: 15px;
    padding-right: 15px;*/
    /*width: 94%;*/
    width: 100%;
    max-width: 1200px;
    /* 1170px content area */
    /*max-width: 540px;*/
    /*transition: all 0.3s ease 0s;*/
}
.container.boxed {
    width: 100%;
    max-width: 1230px;
    /* 1170px content area */
    background: #ffffff;
    /* just here for demo */
}
.row {
    clear: both;
    width: auto;
    max-width: 1200px;
    /*margin-left: -15px;
    margin-right: -15px;*/
}
.container.boxed>.row {
    max-width: none;
    /*margin-left: -15px;
    margin-right: -15px;*/
}
.container.fluid {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 1200px;
    /* 1170px content area */
    /*padding-left: 15px;
    padding-right: 15px;*/
    /*transition: all 0.3s ease 0s;*/
}
.col-xs-1 .row, .col-xs-2 .row, .col-xs-3 .row, .col-xs-4 .row, .col-xs-5 .row, .col-xs-6 .row, .col-xs-7 .row, .col-xs-8 .row, .col-xs-9 .row, .col-xs-10 .row, .col-xs-11 .row, .col-xs-12 .row, .col-sm-1 .row, .col-sm-2 .row, .col-sm-3 .row, .col-sm-4 .row, .col-sm-5 .row, .col-sm-6 .row, .col-sm-7 .row, .col-sm-8 .row, .col-sm-9 .row, .col-sm-10 .row, .col-sm-11 .row, .col-sm-12 .row, .col-md-1 .row, .col-md-2 .row, .col-md-3 .row, .col-md-4 .row, .col-md-5 .row, .col-md-6 .row, .col-md-7 .row, .col-md-8 .row, .col-md-9 .row, .col-md-10 .row, .col-md-11 .row, .col-md-12 .row, .col-lg-1 .row, .col-lg-2 .row, .col-lg-3 .row, .col-lg-4 .row, .col-lg-5 .row, .col-lg-6 .row, .col-lg-7 .row, .col-lg-8 .row, .col-lg-9 .row, .col-lg-10 .row, .col-lg-11 .row, .col-lg-12 .row, .col-xl-1 .row, .col-xl-2 .row, .col-xl-3 .row, .col-xl-4 .row, .col-xl-5 .row, .col-xl-6 .row, .col-xl-7 .row, .col-xl-8 .row, .col-xl-9 .row, .col-xl-10 .row, .col-xl-11 .row, .col-xl-12 .row {
    width: auto !important;
    margin-top: 0;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 0;
}
.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-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-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-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-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    /*transition: all 0.3s ease 0s;*/
}
.centered, .center_block {
    clear: both;
    float: none;
    margin-left: auto;
    margin-right: auto;
}
.container:after, .row:after, .col-xs-1:after, .col-xs-2:after, .col-xs-3:after, .col-xs-4:after, .col-xs-5:after, .col-xs-6:after, .col-xs-7:after, .col-xs-8:after, .col-xs-9:after, .col-xs-10:after, .col-xs-11:after, .col-xs-12:after, .col-sm-1:after, .col-sm-2:after, .col-sm-3:after, .col-sm-4:after, .col-sm-5:after, .col-sm-6:after, .col-sm-7:after, .col-sm-8:after, .col-sm-9:after, .col-sm-10:after, .col-sm-11:after, .col-sm-12:after, .col-md-1:after, .col-md-2:after, .col-md-3:after, .col-md-4:after, .col-md-5:after, .col-md-6:after, .col-md-7:after, .col-md-8:after, .col-md-9:after, .col-md-10:after, .col-md-11:after, .col-md-12:after, .col-lg-1:after, .col-lg-2:after, .col-lg-3:after, .col-lg-4:after, .col-lg-5:after, .col-lg-6:after, .col-lg-7:after, .col-lg-8:after, .col-lg-9:after, .col-lg-10:after, .col-lg-11:after, .col-lg-12:after, .col-xl-1:after, .col-xl-2:after, .col-xl-3:after, .col-xl-4:after, .col-xl-5:after, .col-xl-6:after, .col-xl-7:after, .col-xl-8:after, .col-xl-9:after, .col-xl-10:after, .col-xl-11:after, .col-xl-12:after {
    content: "";
    display: table;
    clear: both;
}
.hide, .hidden { 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;
}
.affix { position: fixed; }
.float_left { float: left; }
.float_right { float: right; }
.center { text-align: center; }
.clear { clear: both; }
.clear_left { clear: left; }
.clear_right { clear: right; }
.col-xs-1 { width: 8.33333333%; }
.col-xs-2 { width: 16.66666667%; }
.col-xs-3 { width: 25%; }
.col-xs-4 { width: 33.33333333%; }
.col-xs-5 { width: 41.66666667%; }
.col-xs-6 { width: 50%; }
.col-xs-7 { width: 58.33333333%; }
.col-xs-8 { width: 66.66666667%; }
.col-xs-9 { width: 75%; }
.col-xs-10 { width: 83.33333333%; }
.col-xs-11 { width: 91.66666667%; }
.col-xs-12 { width: 100%; }
.offset-xs-0 { margin-left: 0%; }
.offset-xs-1 { margin-left: 8.33333333%; }
.offset-xs-2 { margin-left: 16.66666667%; }
.offset-xs-3 { margin-left: 25%; }
.offset-xs-4 { margin-left: 33.33333333%; }
.offset-xs-5 { margin-left: 41.66666667%; }
.offset-xs-6 { margin-left: 50%; }
.offset-xs-7 { margin-left: 58.33333333%; }
.offset-xs-8 { margin-left: 66.66666667%; }
.offset-xs-9 { margin-left: 75%; }
.offset-xs-10 { margin-left: 83.33333333%; }
.offset-xs-11 { margin-left: 91.66666667%; }
.offset-xs-12 { margin-left: 100%; }
.pull-xs-0 { right: auto; }
.pull-xs-1 { right: 8.33333333%; }
.pull-xs-2 { right: 16.66666667%; }
.pull-xs-3 { right: 25%; }
.pull-xs-4 { right: 33.33333333%; }
.pull-xs-5 { right: 41.66666667%; }
.pull-xs-6 { right: 50%; }
.pull-xs-7 { right: 58.33333333%; }
.pull-xs-8 { right: 66.66666667%; }
.pull-xs-9 { right: 75%;}
.pull-xs-10 { right: 83.33333333%;}
.pull-xs-11 { right: 91.66666667%;}
.pull-xs-12 { right: 100%;}
.push-xs-0 { left: auto; }
.push-xs-1 { left: 8.33333333%; }
.push-xs-2 { left: 16.66666667%; }
.push-xs-3 { left: 25%; }
.push-xs-4 { left: 33.33333333%; }
.push-xs-5 { left: 41.66666667%; }
.push-xs-6 { left: 50%; }
.push-xs-7 { left: 58.33333333%; }
.push-xs-8 { left: 66.66666667%; }
.push-xs-9 { left: 75%; }
.push-xs-10 { left: 83.33333333%; }
.push-xs-11 { left: 91.66666667%; }
.push-xs-12 { left: 100%; }
.centered-xs {
    float: none;
    clear: both;
    margin-right: auto;
    margin-left: auto;
}
.uncentered-xs {
    float: left;
    clear: none;
    margin-right: 0;
    margin-left: 0;
}
@media (min-width: 34.375em) {
    /* Small devices (landscape phones, 549px and up) */
    .container {
        width: 94%;
        max-width: 570px;
        max-width: 600px;
    }
    .container.fluid {
        max-width: 94%;
    }
    .container.boxed {
        padding-left: 15px;
        padding-right: 15px;
    }
    .container.boxed>.row {
        margin-left: -15px;
        margin-right: -15px;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-12 {
        width: 100%;
    }
    .offset-sm-0 {
        margin-left: 0%;
    }
    .offset-sm-1 {
        margin-left: 8.33333333%;
    }
    .offset-sm-2 {
        margin-left: 16.66666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.33333333%;
    }
    .offset-sm-5 {
        margin-left: 41.66666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.33333333%;
    }
    .offset-sm-8 {
        margin-left: 66.66666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.33333333%;
    }
    .offset-sm-11 {
        margin-left: 91.66666667%;
    }
    .offset-sm-12 {
        margin-left: 100%;
    }
    .pull-sm-0 {
        right: auto;
    }
    .pull-sm-1 {
        right: 8.33333333%;
    }
    .pull-sm-2 {
        right: 16.66666667%;
    }
    .pull-sm-3 {
        right: 25%;
    }
    .pull-sm-4 {
        right: 33.33333333%;
    }
    .pull-sm-5 {
        right: 41.66666667%;
    }
    .pull-sm-6 {
        right: 50%;
    }
    .pull-sm-7 {
        right: 58.33333333%;
    }
    .pull-sm-8 {
        right: 66.66666667%;
    }
    .pull-sm-9 {
        right: 75%;
    }
    .pull-sm-10 {
        right: 83.33333333%;
    }
    .pull-sm-11 {
        right: 91.66666667%;
    }
    .pull-sm-12 {
        right: 100%;
    }
    .push-sm-0 {
        left: auto;
    }
    .push-sm-1 {
        left: 8.33333333%;
    }
    .push-sm-2 {
        left: 16.66666667%;
    }
    .push-sm-3 {
        left: 25%;
    }
    .push-sm-4 {
        left: 33.33333333%;
    }
    .push-sm-5 {
        left: 41.66666667%;
    }
    .push-sm-6 {
        left: 50%;
    }
    .push-sm-7 {
        left: 58.33333333%;
    }
    .push-sm-8 {
        left: 66.66666667%;
    }
    .push-sm-9 {
        left: 75%;
    }
    .push-sm-10 {
        left: 83.33333333%;
    }
    .push-sm-11 {
        left: 91.66666667%;
    }
    .push-sm-12 {
        left: 100%;
    }
    .centered-sm {
        float: none;
        clear: both;
        margin-right: auto;
        margin-left: auto;
    }
    .uncentered-sm {
        float: left;
        clear: none;
        margin-right: 0;
        margin-left: 0;
    }
}
@media (min-width: 48em) {
    /* Medium devices (tablets, 768px and up) */
    .container {
        width: 94%;
        max-width: 750px;
        max-width: 800px;
    }
    .container.fluid {
        max-width: 94%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-12 {
        width: 100%;
    }
    .offset-md-0 {
        margin-left: 0%;
    }
    .offset-md-1 {
        margin-left: 8.33333333%;
    }
    .offset-md-2 {
        margin-left: 16.66666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.33333333%;
    }
    .offset-md-5 {
        margin-left: 41.66666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.33333333%;
    }
    .offset-md-8 {
        margin-left: 66.66666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.33333333%;
    }
    .offset-md-11 {
        margin-left: 91.66666667%;
    }
    .offset-md-12 {
        margin-left: 100%;
    }
    .pull-md-0 {
        right: auto;
    }
    .pull-md-1 {
        right: 8.33333333%;
    }
    .pull-md-2 {
        right: 16.66666667%;
    }
    .pull-md-3 {
        right: 25%;
    }
    .pull-md-4 {
        right: 33.33333333%;
    }
    .pull-md-5 {
        right: 41.66666667%;
    }
    .pull-md-6 {
        right: 50%;
    }
    .pull-md-7 {
        right: 58.33333333%;
    }
    .pull-md-8 {
        right: 66.66666667%;
    }
    .pull-md-9 {
        right: 75%;
    }
    .pull-md-10 {
        right: 83.33333333%;
    }
    .pull-md-11 {
        right: 91.66666667%;
    }
    .pull-md-12 {
        right: 100%;
    }
    .push-md-0 {
        left: auto;
    }
    .push-md-1 {
        left: 8.33333333%;
    }
    .push-md-2 {
        left: 16.66666667%;
    }
    .push-md-3 {
        left: 25%;
    }
    .push-md-4 {
        left: 33.33333333%;
    }
    .push-md-5 {
        left: 41.66666667%;
    }
    .push-md-6 {
        left: 50%;
    }
    .push-md-7 {
        left: 58.33333333%;
    }
    .push-md-8 {
        left: 66.66666667%;
    }
    .push-md-9 {
        left: 75%;
    }
    .push-md-10 {
        left: 83.33333333%;
    }
    .push-md-11 {
        left: 91.66666667%;
    }
    .push-md-12 {
        left: 100%;
    }
    .centered-md {
        float: none;
        clear: both;
        margin-right: auto;
        margin-left: auto;
    }
    .uncentered-md {
        float: left;
        clear: none;
        margin-right: 0;
        margin-left: 0;
    }
}
@media (min-width: 62em) {
    /* Large devices (desktops, 992px and up) */
    .container {
        width: 96%;
        max-width: 1200px;
    }
    .container.fluid {
        max-width: 96%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-12 {
        width: 100%;
    }
    .offset-lg-0 {
        margin-left: 0%;
    }
    .offset-lg-1 {
        margin-left: 8.33333333%;
    }
    .offset-lg-2 {
        margin-left: 16.66666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.33333333%;
    }
    .offset-lg-5 {
        margin-left: 41.66666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.33333333%;
    }
    .offset-lg-8 {
        margin-left: 66.66666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.33333333%;
    }
    .offset-lg-11 {
        margin-left: 91.66666667%;
    }
    .offset-lg-12 {
        margin-left: 100%;
    }
    .pull-lg-0 {
        right: auto;
    }
    .pull-lg-1 {
        right: 8.33333333%;
    }
    .pull-lg-2 {
        right: 16.66666667%;
    }
    .pull-lg-3 {
        right: 25%;
    }
    .pull-lg-4 {
        right: 33.33333333%;
    }
    .pull-lg-5 {
        right: 41.66666667%;
    }
    .pull-lg-6 {
        right: 50%;
    }
    .pull-lg-7 {
        right: 58.33333333%;
    }
    .pull-lg-8 {
        right: 66.66666667%;
    }
    .pull-lg-9 {
        right: 75%;
    }
    .pull-lg-10 {
        right: 83.33333333%;
    }
    .pull-lg-11 {
        right: 91.66666667%;
    }
    .pull-lg-12 {
        right: 100%;
    }
    .push-lg-0 {
        left: auto;
    }
    .push-lg-1 {
        left: 8.33333333%;
    }
    .push-lg-2 {
        left: 16.66666667%;
    }
    .push-lg-3 {
        left: 25%;
    }
    .push-lg-4 {
        left: 33.33333333%;
    }
    .push-lg-5 {
        left: 41.66666667%;
    }
    .push-lg-6 {
        left: 50%;
    }
    .push-lg-7 {
        left: 58.33333333%;
    }
    .push-lg-8 {
        left: 66.66666667%;
    }
    .push-lg-9 {
        left: 75%;
    }
    .push-lg-10 {
        left: 83.33333333%;
    }
    .push-lg-11 {
        left: 91.66666667%;
    }
    .push-lg-12 {
        left: 100%;
    }
    .centered-lg {
        float: none;
        clear: both;
        margin-right: auto;
        margin-left: auto;
    }
    .uncentered-lg {
        float: left;
        clear: none;
        margin-right: 0;
        margin-left: 0;
    }
}
@media (min-width: 75em) {
    /* Extra large devices (large desktops, 1200px and up) */
    .container.fluid {
        width: 96%;
        max-width: 1200px;
    }
    .col-xl-1 {
        width: 8.33333333%;
    }
    .col-xl-2 {
        width: 16.66666667%;
    }
    .col-xl-3 {
        width: 25%;
    }
    .col-xl-4 {
        width: 33.33333333%;
    }
    .col-xl-5 {
        width: 41.66666667%;
    }
    .col-xl-6 {
        width: 50%;
    }
    .col-xl-7 {
        width: 58.33333333%;
    }
    .col-xl-8 {
        width: 66.66666667%;
    }
    .col-xl-9 {
        width: 75%;
    }
    .col-xl-10 {
        width: 83.33333333%;
    }
    .col-xl-11 {
        width: 91.66666667%;
    }
    .col-xl-12 {
        width: 100%;
    }
    .offset-xl-0 {
        margin-left: 0%;
    }
    .offset-xl-1 {
        margin-left: 8.33333333%;
    }
    .offset-xl-2 {
        margin-left: 16.66666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.33333333%;
    }
    .offset-xl-5 {
        margin-left: 41.66666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.33333333%;
    }
    .offset-xl-8 {
        margin-left: 66.66666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.33333333%;
    }
    .offset-xl-11 {
        margin-left: 91.66666667%;
    }
    .offset-xl-12 {
        margin-left: 100%;
    }
    .pull-xl-0 {
        right: auto;
    }
    .pull-xl-1 {
        right: 8.33333333%;
    }
    .pull-xl-2 {
        right: 16.66666667%;
    }
    .pull-xl-3 {
        right: 25%;
    }
    .pull-xl-4 {
        right: 33.33333333%;
    }
    .pull-xl-5 {
        right: 41.66666667%;
    }
    .pull-xl-6 {
        right: 50%;
    }
    .pull-xl-7 {
        right: 58.33333333%;
    }
    .pull-xl-8 {
        right: 66.66666667%;
    }
    .pull-xl-9 {
        right: 75%;
    }
    .pull-xl-10 {
        right: 83.33333333%;
    }
    .pull-xl-11 {
        right: 91.66666667%;
    }
    .pull-xl-12 {
        right: 100%;
    }
    .push-xl-0 {
        left: auto;
    }
    .push-xl-1 {
        left: 8.33333333%;
    }
    .push-xl-2 {
        left: 16.66666667%;
    }
    .push-xl-3 {
        left: 25%;
    }
    .push-xl-4 {
        left: 33.33333333%;
    }
    .push-xl-5 {
        left: 41.66666667%;
    }
    .push-xl-6 {
        left: 50%;
    }
    .push-xl-7 {
        left: 58.33333333%;
    }
    .push-xl-8 {
        left: 66.66666667%;
    }
    .push-xl-9 {
        left: 75%;
    }
    .push-xl-10 {
        left: 83.33333333%;
    }
    .push-xl-11 {
        left: 91.66666667%;
    }
    .push-xl-12 {
        left: 100%;
    }
    .centered-xl {
        float: none;
        clear: both;
        margin-right: auto;
        margin-left: auto;
    }
    .uncentered-xl {
        float: left;
        clear: none;
        margin-right: 0;
        margin-left: 0;
    }
}
/* --- Responsive Video --- */

.video_wrap {
    margin-bottom: 15px;
    padding-bottom: 56.25%;
    width: 100%;
    position: relative;
    height: 0;
}
.video_wrap>video, .video_wrap>iframe, .video_wrap>object, .video_wrap>embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* ----------------------------------------------------------------------------
    Font Icons
----------------------------------------------------------------------------- */
@font-face {
    font-family: 'Open Sans';
    font-display: auto;
    src: local('Open Sans'), url(https://fonts.gstatic.com/s/opensans/v15/K88pR3goAWT7BTt32Z01m4X0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
}
@font-face {
    font-family: 'icons';
    src: url("../font/icons.eot?24804043");
    src: url("../font/icons.eot?24804043#iefix") format("embedded-opentype"), url("../font/icons.woff?24804043") format("woff"), url("../font/icons.ttf?24804043") format("truetype"), url("../font/icons.svg?24804043#icon") format("svg");
    font-weight: normal;
    font-style: normal;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "icons";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Font smoothing. That was taken from TWBS */
    /*-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;*/
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-dribbble:before {
    content: '\e801';
}
.icon-instagram:before {
    content: '\e802';
}
.icon-behance:before {
    content: '\e803';
}
.icon-linkedin:before {
    content: '\e804';
}
.icon-facebook:before {
    content: '\e805';
}
.icon-twitter:before {
    content: '\e806';
}
.icon-gplus:before {
    content: '\e807';
}
.icon-pinterest:before {
    content: '\e808';
}
.icon-tumblr:before {
    content: '\e809';
}
.icon-down:before {
    content: '\e810';
}
.icon-left:before {
    content: '\e811';
}
.icon-right:before {
    content: '\e812';
}
.icon-up:before {
    content: '\e813';
}
.icon-left-small:before {
    content: '\e814';
}
.icon-right-small:before {
    content: '\e815';
}
.icon-up-small:before {
    content: '\e816';
}
.icon-down-small:before {
    content: '\e817';
}
.icon-down-thin:before {
    content: '\e818';
}
.icon-left-thin:before {
    content: '\e819';
}
.icon-right-thin:before {
    content: '\e820';
}
.icon-up-thin:before {
    content: '\e821';
}
.icon-down-arrow:before {
    content: '\e822';
}
.icon-left-arrow:before {
    content: '\e823';
}
.icon-right-arrow:before {
    content: '\e824';
}
.icon-up-arrow:before {
    content: '\e825';
}
.icon-menu:before {
    content: '\e826';
}
.icon-home:before {
    content: '\e827';
}
.icon-lock:before {
    content: '\e828';
}
.icon-phone:before {
    content: '\e829';
}
.icon-chat:before {
    content: '\e830';
}
.icon-mail:before {
    content: '\e831';
}
.icon-comment:before {
    content: '\e832';
}
.icon-at:before {
    content: '\e833';
}
.icon-star:before {
    content: '\e834';
}
.icon-search:before {
    content: '\e835';
}
.icon-zoom:before {
    content: '\e836';
}
.icon-cog:before {
    content: '\e837';
}
.icon-link:before {
    content: '\e838';
}
.icon-share:before {
    content: '\e839';
}
.icon-check:before {
    content: '\e840';
}
.icon-cancel:before {
    content: '\e841';
}
.icon-plus:before {
    content: '\e842';
}
.icon-minus:before {
    content: '\e843';
}
.icon-close:before {
    content: '\e844';
}
.icon-user:before {
    content: '\e845';
}
.icon-spinner:before {
    content: '\e846';
}
a.social {
    display: inline-block;
    height: 45px;
    width: 45px;
    margin: 5px 2px;
    color: #fff !important;
    background-color: #ccc;
    background-color: rgba(0, 0, 0, 0.2);
    font-size: 22px;
    text-align: center;
    overflow: hidden;
    vertical-align: middle;
    border: 0 !important;
    border-radius: 30px;
    transition: all 0.15s linear 0s;
}
a.social [class^="icon-"]:before {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 45px;
}
a.social:hover, a.social:active {
    font-size: 24px;
    border-radius: 4px;
    /*transform: rotate(360deg);*/
    -webkit-tap-highlight-color: transparent;
}
a.social.dribbble:hover, a.social.dribbble:active {
    background-color: #EA4C89;
}
a.social.instagram:hover, a.social.instagram:active {
    background-color: #49789D;
}
a.social.behance:hover, a.social.behance:active {
    background-color: #1769FF;
}
a.social.facebook:hover, a.social.facebook:active {
    background-color: #3f5495;
}
a.social.twitter:hover, a.social.twitter:active {
    background-color: #5d87c4;
}
a.social.linkedin:hover, a.social.linkedin:active {
    background-color: #2575b2;
}
a.social.gplus:hover, a.social.gplus:active {
    background-color: #cc4436;
}
a.social.pinterest:hover, a.social.pinterest:active {
    background-color: #c2142f;
}
a.social.tumblr:hover, a.social.tumblr:active {
    background-color: #529ECC;
}
/* ----------------------------------------------------------------------------
    Typography
----------------------------------------------------------------------------- */

h1, h2, h3, h4, h5 {
    /*margin: 25px 0 15px 0;*/
    margin: 1.2em 0 0.5em 0;
    padding: 0;
    color: #db2223;
    font-family: 'Open Sans', 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
    font-weight: 600;
    text-rendering: optimizeLegibility;
    line-height: 1.25;
}
h1, .h1 { font-size: 1.602em; margin-top: 0; }
h2, .h2 { font-size: 1.424em; }
h3, .h3 { font-size: 1.266em; }
h4, .h4 { font-size: 1.125em; }
h5, .h5 { font-size: 1em; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #284793; }
p { margin: 0 0 1.3em 0; }
a {
    color: #284793;
    text-decoration: none;
    outline: none !important;
}
a:hover, a:active {
    /*text-decoration: underline;*/
    border-width: 0 0 1px 0;
    border-style: dotted;
    -webkit-tap-highlight-color: transparent;
}
a[href^="tel:"] {
    color: inherit;
    border: 0;
}
a.img:hover, a.img:active {
    text-decoration: none;
    border: 0;
}
ul, ol {
    margin-left: 35px;
    margin-top: 1em;
    margin-bottom: 1em;
}
ul.nav, ol.nav {
    margin-left: 0;
    margin-top: 1em;
    margin-bottom: 1em;
}
h1+ul, h2+ul, h3+ul, h4+ul, h1+ol, h2+ol, h3+ol, h4+ol { margin-top: 0; }
ul { list-style: disc outside; }
ol { list-style: decimal; }
ul.check, ul.star, ul.carrot { margin-left: 15px; list-style: none outside; }
ul.disc { list-style: disc outside; }
ul.circle { list-style: circle outside; }
ul.square { list-style: square outside; }
ul.check li, ul.star li, ul.carrot li { padding: 0 0 0 22px; }
ul.carrot li { padding: 0 0 0 16px; }
ul.check>li:before, ul.star>li:before, ul.carrot>li:before {
    display: inline-block;
    margin-top: 2px;
    margin-left: -22px;
    width: 22px;
    content: "\e840";
    height: inherit;
    color: #0099FF;
    font-family: 'icons';
    font-size: 14px;
    vertical-align: top;
    font-weight: normal !important;
}
ul.star>li:before { content: "\e834"; }
ul.carrot>li:before {
    margin-top: -1px;
    margin-left: -16px;
    width: 16px;
    content: "\00BB";
    color: inherit;
    font-size: inherit;
}
ul.check li li, ul.star li li, ul.carrot li li { padding: 0; }
ul ul, ul ol, ol ol, ol ul { margin: 5px 0 5px 25px; }
ol ol { list-style: lower-alpha; }
ol ul, ul ul { list-style: circle; }
ul ol { list-style: decimal; }
ul li, ol li { margin: 5px 0 5px 0; }
dl dt { font-weight: bold; }
#content, #main_content, .break_word {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
}
@media (min-width: 48em) {
    /* Medium devices (tablets, 768px and up) */
    h1, .h1 {
        font-size: 1.8em;
    }
    h2, .h2 {
        font-size: 1.55em;
    }
    h3, .h3 {
        font-size: 1.32em;
    }
    h4, .h4 {
        font-size: 1.125em;
    }
    h5, .h5 {
        font-size: 1em;
    }
}
@media (min-width: 62em) {
    /* Large devices (desktops, 992px and up) */
    h1, .h1 {
        font-size: 2.074em;
    }
    h2, .h2 {
        font-size: 1.728em;
    }
    h3, .h3 {
        font-size: 1.44em;
    }
    h4, .h4 {
        font-size: 1.2em;
    }
    h5, .h5 {
        font-size: 1.1em;
    }
}
@media (min-width: 75em) {
    /* Extra large devices (large desktops, 1200px and up) */
    h1, .h1 {
        font-size: 2.441em;
    }
    h2, .h2 {
        font-size: 1.953em;
    }
    h3, .h3 {
        font-size: 1.563em;
    }
    h4, .h4 {
        font-size: 1.25em;
    }
    h5, .h5 {
        font-size: 1.1em;
    }
}
/* ----------------------------------------------------------------------------
    Forms Elements
----------------------------------------------------------------------------- */
form {
    margin: 0 0 20px 0;
    width: 100%;
}
label {
    display: inline-block;
    line-height: 1.625em;
    cursor: pointer;
    margin-bottom: 2px;
    padding-left: 3px;
    width: auto;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
}
label.text-label {
    margin-top: 25px;
    margin-bottom: 10px;
}
textarea {
    height: 150px;
}
fieldset {
    border-style: solid;
    border-width: 0.0625em;
    padding: 1.5625em;
    border-color: #d8d8d8;
    margin: 18px 0;
}
fieldset legend {
    padding: 5px 10px;
}
.form_row {
    clear: both;
    position: relative;
    max-width: 100%;
    margin-bottom: 10px;
    vertical-align: middle;
    overflow: visible;
}
input, input[type="*"], textarea, select, .select {
    display: inline-block;
    max-width: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    box-shadow: none;
    overflow: visible;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
}
input[type="text"], input[type="email"], input[type="password"], input[type="tel"], input[type="number"], input[type="search"], textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    padding: 6px 10px;
    background: #fff;
    border: 1px solid #cccccc;
    min-height: 40px;
    line-height: inherit;
    border-radius: 4px;
    transition: box-shadow 0.3s ease 0s, border 0.3s ease 0s, background-color 0.3s ease 0s;
}
/*input[type="search"] { height: 40px; line-height: 36px; border-radius: 1000px; }*/
textarea {
    height: 120px;
    min-height: 120px;
    padding: 5px 0 0 10px;
    line-height: 1.4em;
    resize: vertical;
}
input:focus, textarea:focus, select:focus {
    background-color: #ffffff;
    outline: 0;
    border: 1px solid #a1c4e5;
    box-shadow: 0 0 3px #2b99ff;
    box-shadow: 0 0 3px rgba(43, 153, 255, 0.5);
    transition: box-shadow 0.3s ease 0s, border 0.3s ease 0s, background-color 0.3s ease 0s;
}
/* this next line is here becasue of IE9 not supporting :invalid - duplicate rules with added selectors */
input:focus, textarea:focus, select:focus, input:invalid:focus, textarea:invalid:focus, input.invalid:focus, textarea.invalid:focus, input[type=checkbox].invalid~span::before, input[type=radio].invalid~span::before {
    background-color: #ffffff;
    outline: 0;
    border: 1px solid #a1c4e5;
    box-shadow: 0 0 3px #2b99ff;
    box-shadow: 0 0 3px rgba(43, 153, 255, 0.5);
    transition: box-shadow 0.3s ease 0s, border 0.3s ease 0s, background-color 0.3s ease 0s;
}
input.invalid, textarea.invalid, input[type=checkbox].invalid~span:before, input[type=radio].invalid~span:before, select.invalid {
    background: #fffef4;
    border-color: #f0ad4e;
    border-style: dotted;
}
input[type=checkbox].invalid~span:before, input[type=radio].invalid~span:before {
    border-width: 2px;
}
input.invalid:focus, textarea.invalid:focus {
    background-color: #ffffff;
    outline: 0;
    border: 1px solid #a1c4e5;
    box-shadow: 0 0 3px #2b99ff;
    box-shadow: 0 0 3px rgba(43, 153, 255, 0.5);
    transition: box-shadow 0.3s ease 0s, border 0.3s ease 0s, background-color 0.3s ease 0s;
}
/* this next line is here becasue of IE9 not supporting :invalid - duplicate rules with added selectors */
input.invalid, input:invalid, input[type=checkbox].invalid~span:before, input[type=radio].invalid~span:before, select.invalid, textarea.invalid, textarea:invalid {
    background: #fffef4;
    border-color: #f0ad4e;
    border-style: dotted;
}
button:focus {
    outline: 0;
}
.select select {
    width: 100% !important;
}
select {
    padding: 6px 30px 6px 6px;
    width: 100%;
    border: none;
    min-height: 40px;
    line-height: inherit;
    background: #ffffff url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIxLjAuMiwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjQgMjQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojNDQ0NDQ0O30KCS5zdDF7ZmlsbDpub25lO30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTcuNCw5LjNsNC42LDQuNmw0LjYtNC42bDEuNCwxLjRsLTYsNmwtNi02TDcuNCw5LjN6Ii8+CjxwYXRoIGNsYXNzPSJzdDEiIGQ9Ik0wLTAuOGgyNHYyNEgwVi0wLjh6Ii8+Cjwvc3ZnPg==) no-repeat;
    background-position: right 0.35em center;
    background-size: 20px 20px;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    text-indent: 0;
    text-overflow: '';
    z-index: 99;
    cursor: pointer;
    border: 1px solid #d8d8d8;
    border-radius: 3px;
}
.ie9 select {
    padding-right: 5px;
    background-image: none;
}
select[multiple] {
    padding: 4px 0;
    height: auto;
    text-indent: 1px;
    background-image: none;
    overflow-y: scroll;
}
/*.touch select[multiple] { min-height: 38px; height: 38px; padding: 6px 0 6px 7px; }*/
select::-ms-expand {
    display: none;
}
select[multiple] option {
    padding: 2px 10px;
    width: 100%;
}
select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #555555;
}
label.spacer {
    display: none;
}
label.radio, label.checkbox {
    display: inline-block;
    margin: 4px 15px 4px 0;
    margin-left: 5px !important;
    padding-left: 26px !important;
    width: auto !important;
    text-align: left !important;
    vertical-align: middle;
    position: relative;
}
label.radio.block, label.checkbox.block {
    margin: 4px;
    width: 100% !important;
}
label.radio input[type="radio"], label.checkbox input[type="checkbox"] {
    display: inline-block;
    width: 1px;
    height: 1px;
    position: absolute;
    opacity: 0;
    z-index: -1;
    top: 3px;
    left: 3px;
}
input[type="radio"]+label, input[type="checkbox"]+label {
    display: inline-block;
    margin-left: 3px;
    padding-left: 0;
    text-align: left;
    width: auto;
}
input[type="radio"], input[type="checkbox"] {
    display: inline-block;
    width: auto;
}
input[type="radio"]:focus, input[type="checkbox"]:focus {
    box-shadow: none;
    outline: 0;
    border: 0;
}
label input[type="radio"]+span:before, label input[type="checkbox"]+span:before {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 2px;
    border: 2px solid #ccc;
    content: '';
    border-radius: 3px;
    background: #fff;
    background-size: 5px 5px;
    background-position: center center;
    transition: all 0.2s ease 0s;
}
label input[type="radio"]+span:before {
    border-radius: 50px;
    box-shadow: inset 0 0 0 6px #ffffff;
}
label input[type="radio"]:checked+span:before {
    border: 2px solid #2B99FF;
    background: #2B99FF;
    box-shadow: inset 0 0 0 3px #fff;
    transition: all 0.2s ease 0s;
}
label input[type="checkbox"]:checked+span:before {
    border: 2px solid #2B99FF;
    background-color: #ffffff;
    background-position: center center;
    background-size: 14px 14px;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIxLjAuMiwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAyNCAyNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjQgMjQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojMkI5OUZGO30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTE5LjEsMy4zbC05LjcsMTBMNC45LDkuMmwtMy43LDMuN2w4LjEsNy44TDIyLjgsN0wxOS4xLDMuM3oiLz4KPC9zdmc+);
    transition: all 0.2s ease 0s;
}
input[type="submit"], input[type="button"], button {
    display: inline-block;
    padding: 9px 15px;
    background: #f7f7f7;
    /*height: 40px;*/
    line-height: 1.3;
    border-radius: 4px;
    width: auto;
    /*max-width: 220px;*/
    min-width: 200px;
    font-size: 100%;
    cursor: pointer;
    font-weight: 400;
    background-image: linear-gradient(#f7f7f7, #ebebeb);
    position: relative;
    vertical-align: middle;
}
input[type="submit"]:hover, input[type="button"]:hover, button:hover {
    background-image: linear-gradient(#ebebeb, #f7f7f7);
}
input[type="submit"]:active, input[type="button"]:active, button:active {
    background: #f7f7f7;
    border: 1px solid #cccccc;
    overflow: hidden;
}
.form_row.block {
    margin-bottom: 10px;
}
.form_row.block label {
    display: block;
    padding-left: 3px;
    width: 100%;
    text-align: left;
}
.form_row.block input, .form_row.block input[type="*"], .form_row.block textarea, .form_row.block select {
    display: block;
    width: 100%;
}
.form_row.block input[type="submit"], .form_row.block input[type="button"], .form_row.block button {
    width: auto;
    margin-left: auto;
    margin-right: auto;
}
.form_row.block.textarea label, .form_row.block.multiple_select label {
    margin-top: 0;
}
.form_row .field_group {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}
.form_row .field_group input {
    display: inline-block !important;
    vertical-align: middle;
    margin-left: 3px;
}
.form_row .field_group input:first-child {
    margin-left: 0;
}
.form_row .field_group label.radio, .form_row .field_group label.checkbox {
    width: auto !important;
    margin-left: 5px;
    margin-right: 10px;
}
.field_group {
    display: inline-block;
}
.field_group input[maxlength="2"] {
    max-width: 65px;
}
.field_group input[maxlength="3"] {
    max-width: 75px;
}
.field_group input[maxlength="4"] {
    max-width: 85px;
}
.field_group select.sm {
    width: 32%;
    max-width: 100px;
}
.field_group select.md {
    width: 45%;
    max-width: 120px;
}
.field_group select.lg {
    width: 55%;
    max-width: 140px;
}
.field_group select.xl {
    width: 65%;
    max-width: 160px;
}
.helper {
    color: #999999;
}
@media (min-width: 48em) {
    /* Medium devices (tablets, 768px and up) */
    label.radio, label.checkbox {
        padding-right: 0 !important;
    }
    input, input[type="*"], textarea, select, .form_row .field_group, .select {
        /*width: 65%;*/
        width: calc(100% - (30% + 5px));
    }
    label.spacer {
        display: inline-block !important;
        height: 10px;
        line-height: 10px;
    }
    .form_row {
        margin-bottom: 15px;
    }
    .form_row label {
        display: inline-block;
        padding-left: 0;
        padding-right: 5px;
        width: 30%;
        text-align: right;
    }
    .form_row.textarea label, .form_row.multiple_select label {
        margin-top: 4px !important;
        vertical-align: top;
    }
    .form_row.block .select {
        width: 100%;
    }
}
/* ----------------------------------------------------------------------------
    Buttons
----------------------------------------------------------------------------- */
.btn {
    display: inline-block;
    margin: 10px;
    padding: 10px 0 7px 0;
    color: #fff;
    background: #555555;
    text-align: center;
    position: relative;
    width: 100%;
    max-width: 220px;
    /*height: 45px;*/
    line-height: 1.37;
    font-size: 20px;
    font-weight: normal;
    font-family: 'Open Sans condensed', 'Fjalla One', Impact, Verdana;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    border-radius: 4px;
    cursor: pointer;
    /*text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);*/
    vertical-align: middle;
    outline: 0;
    overflow: hidden;
    /*box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);*/
    transition: all 0.2s ease 0s;
}
.btn.fancy {
    /*line-height: 46px; box-shadow: inset 0 0 3px rgba(255, 255, 255, 0.8); border: 1px solid #cccccc;*/
    background: #f7f7f7;
    background-image: linear-gradient(#f7f7f7, #ebebeb);
    transition: none;
}
.btn:hover, .btn:active {
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    background: #464D54;
    border: 0;
}
.btn.fancy:hover, .btn.fancy:active { /*border-width: 1px; border-style: solid;*/ }
.btn.big { padding: 13px 0 10px 0; }
.btn.big.fancy { /*line-height: 56px;*/ }
.btn.big.outline { padding: 12px 0 9px 0; }
.btn.small {
    padding: 9px 2px 9px 2px;
    font-size: 14px;
}
.btn.small.fancy { line-height: 41px; }
.btn.small.outline { padding: 9px 0 5px 0; }
.btn.dark {
    color: #fff;
    background: #555555;
}
.btn.orange {
    color: #fff;
    background: #FF6633;
}
.btn.yellow {
    color: #333;
    background: #ffc107;
}
.btn.green {
    color: #fff;
    background: #5CB865;
}
.btn.red {
    color: #fff;
    background: #dc2223;
}
.btn.blue {
    color: #fff;
    background: #0099ff;
}
.btn[class~=outline] { border: 1px solid #555555; }
.btn.outline {
    color: #555555;
    background: transparent;
    border-color: #555555;
}
.btn.dark.outline {
    color: #555555;
    background: transparent;
    border-color: #555555;
}
.btn.orange.outline {
    color: #FF6633;
    background: transparent;
    border-color: #FF6633;
}
.btn.green.outline {
    color: #5CB865;
    background: transparent;
    border-color: #5CB865;
}
.btn.red.outline {
    color: #f44336;
    background: transparent;
    border-color: #f44336;
}
.btn.yellow.outline {
    color: #ffc107;
    background: transparent;
    border-color: #ffc107;
}
.btn.blue.outline {
    color: #0099ff;
    background: transparent;
    border-color: #0099ff;
}
.btn.pill { border-radius: 100px; }
.btn.dark.fancy {
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    background: #555555;
    background-image: linear-gradient(#7B8085, #464D54);
}
.btn.dark:hover, .btn.dark:active { background: #464D54; }
.btn.outline:hover, .btn.outline:active, .btn.dark.outline:hover, .btn.dark.outline:active { background: rgba(85, 85, 85, 0.1); }
.btn.orange.fancy {
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    background: #FF6633;
    background-image: linear-gradient(#ff9933, #ff6633);
}
.btn.orange:hover, .btn.orange:active {
    background: #fb8c00;
}
.btn.orange.outline:hover, .btn.orange.outline:active {
    background: rgba(255, 102, 51, 0.1);
}
.btn.green.fancy {
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    background: #5CB865;
    background-image: linear-gradient(#62C462, #51A351);
    color: #fff;
}
.btn.green:hover, .btn.green:active {
    background: #55ab5d;
}
.btn.green.outline:hover, .btn.green.outline:active {
    background: rgba(92, 184, 101, 0.1);
}
.btn.red.fancy {
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    background: #f44336;
    background-image: linear-gradient(#ff6633, #ff0000);
}
.btn.red:hover, .btn.red:active { background: #ce3029; }
.btn.red.outline:hover, .btn.red.outline:active { background: rgba(244, 67, 54, 0.1); }
.btn.blue.fancy {
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    background: #00aeef;
    background-image: linear-gradient(#7abcff, #0099ff);
}
.btn.blue:hover, .btn.blue:active { background: #0089ff; }
.btn.blue.outline:hover, .btn.blue.outline:active { background: rgba(0, 153, 255, 0.1); }
.btn.yellow.fancy {
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background: #ffcc00;
    background-image: linear-gradient(#ffe300, #ff9900);
}
.btn.yellow:hover, .btn.yellow:active {
    background: #ffd54f;
}
.btn.yellow.outline:hover, .btn.yellow.outline:active {
    background: rgba(255, 193, 7, 0.1);
}
/* ----------------------------------------------------------------------------
    Tables
----------------------------------------------------------------------------- */
.table_wrap {
    margin: 20px 0;
    width: 100%;
    overflow-x: auto;
}
table {
    margin: 0 0 10px 0;
    width: 100%;
    background: #fff;
    border-collapse: collapse;
    border-spacing: 0;
    text-align: left;
}
table th {
    font-size: inherit;
    font-weight: bold;
    padding: 8px 15px;
    text-align: inherit;
    border-bottom: 1px solid #999;
    vertical-align: middle;
}
table td {
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
    padding: 6px 15px;
    text-align: inherit;
    vertical-align: middle;
}
table th+tr:first-child td {
    border-top: 0;
}
table tr:hover td, table tr:hover th {
    color: #333;
}
table.rounded {
    border-collapse: separate;
    border: 1px solid #ccc;
    border-radius: 4px;
}
table.rounded tr:first-child td {
    border-top: 0;
}
table.rounded tr td {
    border-bottom: 0;
}
table.backed {
    background: #EDEDED;
    border: 0;
}
table.backed th {
    background: #e4e4e4;
    border-bottom: 2px solid #fff;
}
table.backed th:first-child {
    border-radius: 4px 0 0 0;
}
table.backed th:last-child {
    border-radius: 0 4px 0 0;
}
table.backed td {
    border-top: 1px solid #fff;
}
table.backed th:first-child td {
    border-top: 0;
}
table.backed td {
    border-bottom: 0;
}
table.bordered {
    border-collapse: collapse;
}
table.bordered th, table.bordered td {
    border: 1px dotted #ccc;
}
table.bordered th {
    border-bottom: 2px solid #ccc;
}
/* ----------------------------------------------------------------------------
    Dropdown List
----------------------------------------------------------------------------- */
.dropdown_list {
    margin: 15px auto;
    width: auto;
    position: relative;
    box-sizing: border-box;
}
.dropdown_list li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.dropdown_list span.dropdown {
    display: block;
    margin: 0;
    padding: 0 10px;
    width: auto;
    height: 40px;
    line-height: 38px;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #a1c4e5;
    cursor: pointer;
    overflow: hidden;
}
.dropdown_list span.dropdown.active {
    border-radius: 3px 3px 0 0;
}
.dropdown_list span.dropdown:hover, .dropdown_list span.dropdown:active {
    background: #f1f1f1;
    -webkit-tap-highlight-color: transparent;
}
.dropdown_list span.dropdown:after {
    float: right;
    margin-top: 1px;
    margin-left: 10px;
    width: 15px;
    height: inherit;
    content: "\e817";
    color: ineherit;
    font-family: 'icons';
    text-align: center;
    font-size: inherit;
    vertical-align: top;
}
.dropdown_list span.dropdown.active:after {
    content: "\e816";
}
.dropdown_list a:hover {
    text-decoration: none;
    border-bottom: 0;
    -webkit-tap-highlight-color: transparent;
}
.dropdown_list .drop {
    display: none;
    float: left;
    margin: 0 0 0 0;
    width: 100%;
    max-height: 300px;
    position: absolute;
    left: -999em;
    /* Hides the drop down */
    background: #fff;
    top: 39px;
    border-radius: 0 0 3px 3px;
    z-index: 101;
    border: 1px solid #a1c4e5;
    overflow-y: auto;
}
.dropdown_list .drop li {
    float: none;
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    height: auto;
    border-top: 1px dotted #ccc;
}
.dropdown_list .drop li:first-child {
    border-top: 0;
}
.dropdown_list .drop li a {
    float: none;
    display: block;
    margin: 0;
    padding: 6px 10px 6px 25px;
    height: auto;
    width: auto;
    text-transform: none;
    color: inherit;
    background: #fff;
    text-align: left;
    border-radius: 0;
    border: 0;
}
.dropdown_list .drop li a:hover, .dropdown_list .drop li a:active {
    background: #f1f1f1;
    -webkit-tap-highlight-color: transparent;
}
.dropdown_list .drop li a:before {
    display: inline-block;
    margin-left: -15px;
    margin-right: 5px;
    width: 10px;
    height: inherit;
    content: "\00BB";
    color: inherit;
    font-family: 'icons';
    text-align: center;
    font-size: inherit;
    vertical-align: top;
}
/* ----------------------------------------------------------------------------
    Navigation Menu - Mobile first
----------------------------------------------------------------------------- */
#menutoggle {
    display: block;
    margin: 0;
    padding: 0 22px;
    width: auto;
    color: #aaa;
    height: 60px;
    font: 18px/46px 'Open Sans', 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
    text-align: left;
    text-transform: uppercase;
    cursor: pointer;
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 4px 4px 0 0;
    transition: background 0.2s linear 0s;
    -webkit-tap-highlight-color: transparent;
}
#menutoggle span { display: none; }
#menutoggle:before {
    display: inline-block;
    margin-left: 0;
    width: 30px;
    height: 45px;
    line-height: 48px;
    content: "\e826";
    color: inherit;
    font-family: 'icons';
    text-align: center;
    font-size: 30px;
    vertical-align: top;
}
#menutoggle.active:before { content: "\e844"; }
#menutoggle:hover, #menutoggle:active, #menutoggle.active {
    color: #888;
}
#menutoggle { display: block; }
#nav {
    clear: both;
    margin: 0;
    width: 100%;
    height: 0;
    overflow: visible;
    position: relative;
    z-index: 100;
    border-top: 0 solid #484f5a;
}
#nav ul {
    float: none;
    display: none;
    margin: 0;
    width: auto;
    /*max-height: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;*/
    background: #162951;
    overflow: hidden;
    /*transition: all 0.1s ease-in 0s;*/
    border-radius: 0 0 4px 4px;
    top: 1px;
    border: 0;
    position: relative;
}
#nav #menutoggle.active+ul {
    max-height: 1000px;
    /*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;*/
}
#nav ul li, #nav ul ul.submenu li {
    display: block;
    margin: 0;
    padding: 0;
    height: auto;
    overflow: hidden;
    border: 0;
    border-top: 1px dotted #233e86;
}
#nav ul li:first-child { border-top: 0; }
#nav ul li.onmobile { display: block; }
#nav ul li a, #nav ul li span.submenu, #nav ul li ul.submenu li a {
    float: none;
    display: block;
    margin: 0;
    padding: 9px 20px;
    height: auto;
    color: #fff;
    line-height: 1.6em;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
    text-align: left;
    font-size: 16px;
    font-weight: normal;
    font-family: 'Open Sans', 'Helvetica Neue', Tahoma, Arial, sans-serif;
    border: 0;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}
#nav ul li span.submenu:after {
    float: right;
    margin-left: 10px;
    width: 15px;
    height: inherit;
    content: "\e817";
    color: inherit;
    font-family: 'icons';
    text-align: center;
    font-size: 105%;
    vertical-align: top;
}
#nav ul li span.submenu.active:after { content: "\e816"; }
#nav ul ul.submenu {
    display: none;
    margin: 0;
    padding: 0;
    width: 100%;
    max-height: 360px;
    background: none;
    opacity: 1;
    position: relative;
    top: 0;
    overflow-y: auto;
}
#nav ul li ul.submenu li a {
    padding-left: 40px;
    background: none;
    border: 0;
}
#nav ul li ul.submenu li a:before {
    display: inline-block;
    margin-right: 5px;
    margin-left: -15px;
    width: 10px;
    height: inherit;
    content: "\00BB";
    color: inherit;
    font-family: 'icons';
    text-align: center;
    font-size: inherit;
    vertical-align: top;
}
#nav li a:hover, #nav li a.active, #nav li:hover span.submenu, #nav ul.submenu li a:hover, #nav ul.submenu li a.active { background: #dc3529; }
@media (min-width: 36em) {
    /* Small devices (landscape phones, 576px and up) */
    /*@media (min-width: 48em) { /* Medium devices (tablets, 768px and up) */
    #menutoggle { padding: 0 15px 0 15px; }
    #menutoggle span { display: inline-block; }
    #menutoggle:before { margin-right: 10px; }
}
@media (min-width: 62em) {
    /* Large devices (desktops, 992px and up) */
    #menutoggle { display: none; }
    #nav_wrap {
        background: #484f5a;
        /*border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;*/
    }
    #nav {
        float: left;
        clear: none;
        width: 53%;
        height: 45px;
        background: transparent;
        position: relative;
        z-index: 99;
        border: 0;
        border-radius: 4px;
        margin: 30px 0;
    }
    #nav ul {
        display: block !important;
        float: left;
        width: auto;
        height: auto;
        background: transparent;
        /*max-height: 1000px;
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        opacity: 1;*/
        margin: 4px 0;
        position: relative;
        z-index: 10;
        top: 0;
        overflow: visible;
    }
    #nav ul li {
        float: left;
        margin: 0 5px;
        padding: 0;
        height: 37px;
        width: auto;
        min-width: auto;
        position: relative;
        border: 0;
        overflow: visible;
    }
    #nav ul li:first-child {
        margin-left: 0;
        border-left: 0;
    }
    #nav ul li:last-child {
        margin-right: 0;
        border-right: 0;
    }
    #nav ul li.last { border-right: 0; }
    #nav ul li.right {
        float: right;
        margin-right: 4px;
        border-right: 0;
    }
    #nav ul li.onmobile { display: none; }
    #nav ul li a, #nav ul li span.submenu {
        float: left;
        margin: 5px 0 0 0;
        padding: 0 8px;
        height: 25px;
        border: 0;
        color: #888;
        text-shadow: none;
        font-size: 14px;
        font-weight: normal;
        line-height: 24px;
        text-align: center;
        text-transform: uppercase;
        border-radius: 0;
        transition: all 0.2s linear 0s;
        cursor: pointer;
    }
    #nav ul li span.submenu:after { display: none; }
    #nav li a:hover, #nav li a.active, #nav li:hover span.submenu, #nav ul.submenu li a:hover, #nav ul li span.submenu.active {
        color: #dc3529;
        background: none;
    }
    #nav ul li:hover a.submenu, #nav ul li:hover span.submenu, #nav ul li span.submenu.active.hover {
        border-radius: 3px 3px 0 0;
        -webkit-tap-highlight-color: transparent;
    }
    #nav ul li:hover { z-index: 11; }
    #nav ul li ul.submenu {
        float: left;
        margin: 0;
        padding: 0;
        width: 270px;
        max-height: 0;
        /*max-height: 360px;
        overflow-y: auto;*/
        position: absolute;
        /*left: -999em;  Hides the drop down*/
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        opacity: 0;
        background: #C64C41;
        left: 0;
        top: 95%;
        z-index: 10;
        border-radius: 0 3px 3px 3px;
        box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
        transition: max-height 0.2s linear 0s, padding 0.2s linear 0s, opacity 0.2s linear 0s;
        overflow: hidden;
        overflow-y: auto;
    }
    #nav ul li.right ul.submenu {
        width: 220px;
        right: 0;
        left: auto;
        border-radius: 3px 0 3px 3px;
    }
    #nav ul li:hover ul.submenu, #nav ul li ul.submenu.active {
        padding: 3px 0;
        max-height: 360px;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        opacity: 1;
    }
    #nav ul li ul.submenu li {
        float: none;
        display: block;
        margin: 0;
        padding: 0;
        border: 0;
        height: auto;
    }
    #nav ul li ul.submenu li a {
        float: none;
        display: block;
        margin: 0;
        padding: 7px 15px 7px 28px;
        height: auto;
        text-transform: none;
        text-align: left;
        line-height: 1.5em;
        border-radius: 0;
        border: 0;
        border-top: 1px dotted rgba(255, 255, 255, 0.5);
    }
    #nav ul li ul.submenu li:first-child a { border: 0; }
    #nav ul li ul.submenu li a:hover, #nav ul li ul.submenu li a.active { background: #DC5548; }
    #nav ul li.top {
        border-left: 1px solid #888;
        margin-right: 15px;
    }
    #nav ul li.top span {
        background: #dc3529;
        color: #fff;
        font-weight: 700;
        font-size: 16px !important;
        position: relative;
    }
    #nav ul li.top span:after {
        content: "";
        position: absolute;
        display: block;
        bottom: 0em;
        border: .73em solid #dc3529;
        z-index: -1;
        right: -1em;
        border-left-width: 1.5em;
        border-right-color: transparent;
    }
    #nav ul li.top a:hover, #nav ul li.top a:after:hover {
        background: #cb2115;
    }
    #nav li.top:hover span.submenu, #nav ul.submenu li a:hover, #nav ul li span.submenu.active {
        color: #fff;
        background: #dc3529 !important;
    }
    #nav ul li.top ul.submenu {
        top: 83%;
        background: #dc3529 !important;
    }
    #nav ul li.top ul.submenu {
        top: 83%;
        background: #bf2217 !important;
    }
}
@media (min-width: 75em) {
    /* Extra large devices (large desktops, 1200px and up) - col-xl-* */
    #nav { width: 48%; }
    #nav ul li { margin: 0 7px; }
    #nav ul li a, #nav ul li span.submenu { padding: 0 11px; }
}
/* --------------------------------------------------------------
    Start Project CSS
-------------------------------------------------------------- */

/* ----------------------------------------------------------------------------
    ASC Default stuff
----------------------------------------------------------------------------- */
.price {
    display: inline-block;
    margin: 10px;
    padding: 0;
    width: auto;
    height: auto;
    color: #555;
    text-align: center;
    font: bold 0 'Trebuchet MS', 'Droid Serif', Arial, sans-serif;
    overflow: hidden;
    /*text-shadow: 0 2px 1px rgba(0, 0, 0, 0.5);*/
    vertical-align: middle;
}
.price.center {
    text-align: center;
    margin: 10px auto;
    display: block;
}
.price.ribbon {
    margin-top: -6px;
    margin-bottom: 0;
    padding: 28px 0 0 0;
    width: 140px;
    height: 93px;
    color: #fff;
    background: url(../images/price_bg.png) no-repeat 0 0;
    text-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
}
.price.burst {
    padding: 60px 0 0 0;
    width: 155px;
    height: 155px;
    color: #fff;
    background: url(../images/price_bg_burst.png) no-repeat 50% 50%;
}
.price span.dollar_sign, .price span.cents {
    display: inline-block;
    margin: 5px 0 0 0;
    font-size: 30px;
    line-height: 30px;
    vertical-align: top;
}
.price span.dollars {
    display: inline-block;
    margin-left: -1px;
    font-size: 50px;
    line-height: 50px;
    letter-spacing: -1px;
    vertical-align: top;
}
.price span.cents {
    margin: 4px 0 0 3px;
    letter-spacing: -1px;
}
.action {
    float: none;
    margin: 40px auto;
    padding: 0 0 5px 0;
    max-width: 450px;
    height: auto;
    background: #fff url(../images/section_bg.jpg) no-repeat top right;
    border: 1px solid #37474f;
    border-radius: 4px;
    text-align: center;
}
.action .price.ribbon {
    vertical-align: top;
}
.action .btn {
    margin-top: 14px;
    max-width: 200px;
    vertical-align: middle;
}
/* --------- asc styles --------- */
#header a.logo {
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    width: 30%;
    max-width: 250px;
    /* change this to the width of the actual logo */
}
#header a.logo img {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
    width: auto;
    max-width: 225px;
}
#header #support {
    margin: 7px 0 0 0;
    font-size: 14px;
    display: none;
    float: right;
}
#header #support p {
    float: left;
    margin: 3px 7px 0 7px;
}
#header #support a {
    color: #555;
    margin-right: 5px;
}
#header #support p strong { font-size: 14px; }
#header #support a.login {
    float: right;
    margin: 0 0 0 0;
    padding: 2px 10px;
    font-weight: normal;
    color: #fff;
    background: #283b8a;
    text-decoration: none;
    border-radius: 4px;
    border: 0;
}
#header #support a.login:hover {
    background: #1e2f76;
}
#header #support a.livechat:hover:before { color: #1e2f76; }
#header #support span.phone {
    display: none;
}
#header #support a.livechat {
    color: #555;
    border: 0;
}
#header a.login:before {
    display: inline-block;
    margin-top: 1px;
    margin-right: 6px;
    width: inherit;
    height: inherit;
    content: "\e828";
    color: inherit;
    font-family: 'icons';
    font-weight: normal;
    text-align: center;
    font-size: 105%;
    vertical-align: top;
}
#header a.livechat:before {
    display: inline-block;
    margin-right: 5px;
    width: inherit;
    height: inherit;
    content: "\e830";
    color: inherit;
    font-family: 'icons';
    font-weight: normal;
    text-align: center;
    font-size: 105%;
    vertical-align: top;
}
#footer {
    padding: 15px 0 10px 0;
    color: #888;
    border-top: 1px dashed #ccc;
    overflow: hidden;
}
#footer p { margin: 0 0 5px 0; }
#footer p.trustmark {
    display: none;
    margin: 0;
}
#footer a { color: #999; }
#footer .social a { border: 0; }
#footer img { display: inline-block; }
#footer .trustwaveSealImage {
    float: left;
    margin: 0 10px 30px 10px;
}
#footer img.bbb {
    float: right;
    margin: 0 10px 30px 10px;
}
#back_top {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #ccc;
    cursor: pointer;
    color: #fff;
    filter: alpha(opacity=50);
    opacity: 0.5;
    z-index: 10;
}
#back_top:hover {
    filter: alpha(opacity=80);
    opacity: 0.8;
    border: 0;
}
#back_top:before {
    display: inline-block;
    width: 100%;
    height: 100%;
    line-height: 45px;
    font-family: 'icons';
    font-style: normal;
    font-weight: normal;
    speak: none;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    content: '\e825';
    font-size: 120%;
}
/* ----------------------------------------------------------------------------
    Start Page Styles
----------------------------------------------------------------------------- */
html, body { background: #e2e4e3; }
#header_wrap {
    position: relative;
    background: #fff;
    border-bottom: 1px solid #ccc;
}
#header #search_box {
    float: right;
    max-width: 140px;
    display: none;
    color: #888;
    margin-top: 5px;
    margin-left: 10px;
}
#header form { margin-bottom: 0; }
#header #search_box #input-search {
    width: 100%;
    position: relative;
    min-height: 30px;
}
#header #search_box #input-search::-webkit-input-placeholder { color: #999; }
#header #search_box #input-search::-moz-placeholder { color: #999; }
#header #search_box #input-search:-ms-input-placeholder { color: #999; }
#header #search_box #input-search:-moz-placeholder { color: #999; }
#header #search_box .icon-search {
    position: absolute;
    top: 7px;
    right: 7px;
    font-size: 15px;
    color: #999;
}

/* BANNER */
#banner_wrap {
    -moz-box-shadow: 0 1px 12px rgba(0,0,0,.35);
    -webkit-box-shadow: 0 1px 12px rgba(0,0,0,.35);
    box-shadow: 0 1px 12px rgba(0,0,0,.35);
    z-index: 85;
    position: relative;
}
#banner_wrap.home {
    background: #db2223 url(../images/banner-bg-home-small.jpg) no-repeat 50% bottom;
    background-size: cover;
}
#banner_wrap.youth {
    background: #db2223 url(../images/banner-bg-youth-small.jpg) no-repeat 50% bottom;
    background-size: cover;
}
#banner_wrap.reentry {
    background: #db2223 url(../images/banner-bg-reentry-small.jpg) no-repeat 50% bottom;
    background-size: cover;
}
#banner_wrap.inner {
    background: #243f86 url(../images/text-bg.jpg) no-repeat 50% bottom;
    background-size: cover;
    border-top: 2px solid #4873e3;
    border-bottom: 2px solid #4873e3;
}
#banner { padding: 30px 40px; }
#banner h1 {
    margin-bottom: 0;
    color: #fff;
    font-weight: 800 !important;
    text-align: center;
    font-size: 25px;
    line-height: 1.25em;
}
#banner.inner h1 { font-size: 24px; }
#banner h2 {
    margin-top: 0;
    color: #fff;
    text-shadow: 1px 1px black;
}

/* VERTICAL BANNER */
#banner_wrap.vertical { background: #17274f; }
#banner_wrap.vertical:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -20px;
    width: 50px;
    height: 50px;
    background: url(../images/arrow-bg-sm.png) no-repeat;
}
#banner_wrap.vertical.light:after {
    background: url(../images/arrow-bg-sm-light.png) no-repeat;
}
#banner_wrap.vertical #banner {
    min-height: 0;
}
#banner_wrap.vertical #banner h1 {
    text-align: center;
}
#banner_wrap.vertical #banner h2 {
    text-align: center;
    font-weight: 400 !important;
    margin: 10px 0 10px 0;
}
#banner_wrap.about {
    background: #17274f url(../images/banner-bg-about-small.jpg) no-repeat 50% 50%;
    background-size: cover;
}
#banner_wrap.business {
    background: #17274f url(../images/banner-bg-business-small.jpg) no-repeat 50% bottom;
    background-size: cover;
}
#banner_wrap.catalog {
    background: #17274f url(../images/banner-bg-catalog-small.jpg) no-repeat 50% bottom;
    background-size: cover;
}
#banner_wrap.conted {
    background: #17274f url(../images/banner-bg-conted-small.jpg) no-repeat 50% bottom;
    background-size: cover;
}
#banner_wrap.corp {
    background: #17274f url(../images/banner-bg-corp-small.jpg) no-repeat 50% bottom;
    background-size: cover;
}
#banner_wrap.driversafety {
    background: #17274f url(../images/banner-bg-driver-small.jpg) no-repeat 50% bottom;
    background-size: cover;
}
#banner_wrap.professional {
    background: #17274f url(../images/banner-bg-professional-small.jpg) no-repeat 50% bottom;
    background-size: cover;
}
#banner_wrap.reviews {
    background: #17274f url(../images/banner-bg-reviews-small.jpg) no-repeat 50% bottom;
    background-size: cover;
}
#banner_wrap.workplace {
    background: #17274f url(../images/banner-bg-workplace-small.jpg) no-repeat 50% bottom;
    background-size: cover;
}
#banner_wrap.food {
    background: #17274f url(../images/banner-bg-food-small.jpg) no-repeat 50% bottom;
    background-size: cover;
}
#banner_wrap.article-content #banner {
    text-align: center;
    padding: 40px 20px;
	min-height: auto;
}
#banner_wrap.article-content #banner h1 {
    text-align: center;
}
#banner_wrap.article-content #banner ul {
    text-align: left;
    color: #fff; 
    display: inline-block;
    margin-top: 20px;
    font-size: 1.2em;
    text-shadow: 0 1px 2px rgba(0,0,0,.75);
}
#banner_wrap.article-content #banner a.spanish {
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,.75);
}
#banner_wrap.article-content #banner .price {
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,.75);
}

/* SEARCH */
#search_wrap {
    padding: 20px 0;
    background: #243f86 url(../images/blue-bg-small.jpg) no-repeat 50% 50%;
    background-size: cover;
    border-top: 1px solid #243f86;
    border-bottom: 1px solid #243f86;
    text-align: center;
    -moz-box-shadow: 0 1px 12px rgba(0,0,0,.35);
    -webkit-box-shadow: 0 1px 12px rgba(0,0,0,.35);
    box-shadow: 0 1px 12px rgba(0,0,0,.35);
    z-index: 20;
    position: relative;
}
#search_wrap h3 {
    color: #fff;
    text-transform: uppercase;
    display: block;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 800 !important;
}
#search_wrap form {
    margin: 0;
    display: inline-block;
}
#search_wrap .select {
    display: block;
    margin: 0 auto 10px auto;
    max-width: 300px;
}
#search_wrap .select select {
    text-align: center;
    text-transform: uppercase;
}
#search_wrap input.go {
    background: #db2223;
    border: 0;
    width: auto;
    min-width: auto;
    color: #fff;
    font-weight: 800;
    text-shadow: 0 0 0;
    box-shadow: 0 0 0;
    border-radius: 50px;
    text-transform: uppercase;
    font-family: 'Open Sans', 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
    font-size: 20px;
    padding: 5px 10px;
}
#search_wrap input.go:hover { background: #cb2115; }

/* WRAPS */
.big_wrap {
    padding: 30px 0;
    background: #fff;
}
/* COURSES */
#course_wrap {
    background: #fff;
    -moz-box-shadow: 0 7px 10px rgba(0,0,0,.15);
    -webkit-box-shadow: 0 7px 10px rgba(0,0,0,.15);
    box-shadow: 0 7px 10px rgba(0,0,0,.15);
    position: relative;
}
#course_wrap .col-sm-12 {
    padding-left: 0;
    padding-right: 0;
}
#course_wrap .container {
    width: 100%;
    max-width: 100%;
}
#course_wrap .section, #course_wrap .section.three {
    float: none;
    width: 100%;
    margin: 0;
    text-align: center;
    color: #fff;
}
#course_wrap .course { padding: 30px 20px; }
#course_wrap .course.worksafe {
    background: #456fb4 url(../images/section-work-sm.jpg) no-repeat 50% top;
    background-size: cover;
}
#course_wrap .course.driversafe {
    background: #c12026 url(../images/section-drive-sm.jpg) no-repeat 50% 50%;
    background-size: cover;
}
#course_wrap .course.prof {
    background: #243f86 url(../images/section-prof-sm.jpg) no-repeat 50% 50%;
    background-size: cover;
}
#course_wrap .course.conted {
    background: #6facdd url(../images/section-conted-sm.jpg) no-repeat 50% 50%;
    background-size: cover;
}
#course_wrap .course.drivered {
    background: #536067 url(../images/section-drivered-sm.jpg) no-repeat 50% 50%;
    background-size: cover;
}
#course_wrap .course.traffic {
    background: #0f4c91 url(../images/section-traffic-sm.jpg) no-repeat 50% 50%;
    background-size: cover;
}
#course_wrap .course.mature {
    background: #1f4159 url(../images/section-mature-sm.jpg) no-repeat 50% 50%;
    background-size: cover;
}
#course_wrap .course.records {
    background: #202d6f url(../images/section-records-sm.jpg) no-repeat 50% 50%;
    background-size: cover;
}
#course_wrap .course.notary {
    background: #536067 url(../images/section-notary-sm.jpg) no-repeat 50% 50%;
    background-size: cover;
}
#course_wrap .course.care {
    background: #0f4c91 url(../images/section-care-sm.jpg) no-repeat 50% 50%;
    background-size: cover;
}
#course_wrap .course.licensing {
    background: #1f4159 url(../images/section-licensing-sm.jpg) no-repeat 50% 50%;
    background-size: cover;
}
#course_wrap .course.realestate {
    background: #202d6f url(../images/section-realestate-sm.jpg) no-repeat 50% 50%;
    background-size: cover;
}
#course_wrap .course.workplace {
    background: #536067 url(../images/section-workplace-sm.jpg) no-repeat 50% 50%;
    background-size: cover;
}
#course_wrap .course.care2 {
    background: #0f4c91 url(../images/section-care2-sm.jpg) no-repeat 50% 50%;
    background-size: cover;
}
#course_wrap .course.notary2 {
    background: #1f4159 url(../images/section-notary2-sm.jpg) no-repeat 50% 50%;
    background-size: cover;
}
#course_wrap .course.medical {
    background: #202d6f url(../images/section-medical-sm.jpg) no-repeat 50% 50%;
    background-size: cover;
}
#course_wrap .course.outreach {
    background: #536067 url(../images/section-outreach-sm.jpg) no-repeat 50% 50%;
    background-size: cover;
}
#course_wrap .course.hazwoper {
    background: #0f4c91 url(../images/section-hazwoper-sm.jpg) no-repeat 50% 50%;
    background-size: cover;
}
#course_wrap .course.cert {
    background: #1f4159 url(../images/section-cert-sm.jpg) no-repeat 50% 50%;
    background-size: cover;
}
#course_wrap .course.sellerserver {
    background: #202d6f url(../images/section-sellerserver-sm.jpg) no-repeat 50% 50%;
    background-size: cover;
}
#course_wrap .course h3 {
    margin-top: 0;
    font-family: 'Open Sans Condensed', 'Open Sans', 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #fff;
    line-height: 1em;
    margin-bottom: 15px;
    text-shadow: 0 1px 1px rgba(0,0,0,.75);
}
#course_wrap .course h3 br { display: none; }
#course_wrap .course p {
    margin-bottom: 10px;
    line-height: 1.5em;
    font-family: 'Roboto Slab', 'Open Sans', Verdana, Tahoma, Arial, sans-serif;
    text-shadow: 0 1px 1px rgba(0,0,0,.75);
}
#course_wrap .course br { display: none; }
#course_wrap .course .btn {
    color: #fff;
    border-color: #fff;
    font-family: 'Open Sans', Verdana, Tahoma, Arial, sans-serif;
    font-size: 14px;
    font-weight: 800;
    height: 40px;
    margin-top: 5px;
    margin-bottom: 0;
    border-radius: 0;
}
#course_wrap .course .btn.smaller {
    max-width: 100px;
}
#course_wrap .course .btn:hover { background: rgba(255,255,255,.25) }
#course_wrap .course .dropdown_list {
    max-width: 250px;
    margin: 15px auto 0 auto;
}
#course_wrap .course .dropdown_list span.dropdown {
    background: none;
    text-transform: uppercase;
    border: 1px solid #fff;
    border-radius: 0;
    text-shadow: 0 0 0;
    font-family: 'Open Sans', Verdana, Tahoma, Arial, sans-serif;
    font-size: 14px;
    font-weight: 800
}
#course_wrap .course .dropdown_list span.dropdown:hover { background: rgba(255,255,255,.25) }
#course_wrap .course .dropdown_list .drop li a {
    color: #333;
}
#course_wrap .course .dropdown_list .drop li a:hover, .dropdown_list .drop li a:active {
    background: #f1f1f1;
    -webkit-tap-highlight-color: transparent;
}
/* REVIEWS */
#reviews_wrap { text-align: center; }
#reviews_wrap .shopper_approved .buttons .btn { box-shadow: 0 4px 10px rgba(0, 0, 0, 0.35); }
#reviews_wrap img {
    width: auto;
    max-width: 130px;
    display: inline-block;
    vertical-align: middle;
    margin: 10px;
}
#reviews_wrap #review_header {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
}
#reviews_wrap #review_header .stars, #review_header .percentage, #review_header .overall {
    display: none !important;
}
#reviews_wrap #review_header img { max-width: 100%; }
#review_header .block { margin: 0 !important; }
#reviews_wrap .shopper_approved {
    display: inline-block;
    vertical-align: middle;
}
#reviews_wrap .shopper_approved .buttons { display: block; }
#reviews_wrap .shopper_approved .buttons img { margin: 0 10px; }
#reviews_wrap .shopper_approved .buttons .btn { max-width: 200px; }

/* TEXT */
#text_wrap {
    padding: 30px 0;
    background: #243f86 url(../images/text-bg-small.jpg) no-repeat 50% 50%;
    background-size: cover;
    color: #fff;
    font-family: 'Open Sans Condensed', 'Open Sans', 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
    font-size: 30px;
    text-transform: uppercase;
}
#text_wrap .text {
    margin: 0 auto;
    line-height: 30px;
    text-align: left;
}
#text_wrap .left { color: #8abae3; }
#text_wrap span.four, #text_wrap span.five { display: block; }

/* PARTNERS */
#partners_wrap {
    text-align: center;
}
#partners_wrap img {
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
}
#partners_wrap img.partners {
    max-width: 400px;
    width: 100%;
    margin: 0 auto 20px auto;
    padding: 0 20px;
}
#partners_wrap .title { margin-bottom: 20px; }
#partners_wrap .title img.divider {
    display: none;
    margin-left: 20px;
}
#partners_wrap .btn {
    display: block;
    margin: 20px auto 10px auto;
    max-width: 300px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.35);
}
#partners_wrap .partners img.worker { display: none; }

/* BRANDS */
#brands_wrap {
    text-align: center;
}
#brands_wrap img {
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
}
#brands_wrap .title { margin-bottom: 40px; }
#brands_wrap .title img.divider {
    display: none;
    margin-left: 20px;
}
#brands_wrap .brand {
    padding: 20px;
    margin-bottom: 20px;
}
#brands_wrap .brand {
    border-bottom: 1px dashed #ccc;
}
#brands_wrap .brand.noborder, #brands_wrap .brand.last {
    border-bottom: 0;
}
#brands_wrap .brand img {
    margin-bottom: 20px;
}

/* ABOUT */
#about_wrap .about {
    background: #efefef;
    padding: 15px;
    margin-top: 40px;
    position: relative;
}
#about_wrap .about h2 {
    background: #243f86;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin-top: 0;
}
#about_wrap .about p, #about_wrap .about ul {
    font-family: 'Roboto Slab', 'Open Sans', Verdana, Tahoma, Arial, sans-serif;
    margin-top: 50px;
}

/* ARTICLES */
.mt-0 { margin-top: 0; }
.asc_article {
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #ccc;
}
.asc_article .btn {
    margin: 10px 0 0 0;
}
.asc_article p.title {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 1.3em;
}
.card.course-display {
    padding: 20px;
    border-radius: 4px;
    border: 1px solid #ddd;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #f9f9f9;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.05);
    box-shadow: 0 0 10px rgba(0,0,0,.05);
}
.card.course-display:hover {
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.15);
    box-shadow: 0 5px 10px rgba(0,0,0,.15);
}
.card.icons {
    padding-bottom: 10px;
}
.card.course-display.header h3 {
    margin: -21px -20px 10px -20px;
    padding: 12px 10px 10px 10px;
    width: auto;
    text-align: center;
    color: #fff;
    font-size: 1.2em;
    background: #283b8a;
    border-radius: 3px 3px 0 0;
}
.about-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    border-bottom: 1px dotted #aaa;
    padding: 15px 2px;
}
.about-card img {
    margin-right: 15px;
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
    max-width: 65px;
}
.about-card div {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
}
.about-card h4 {
    margin-top: 0;
    margin-bottom: 3px;
    color: #003c78;
    font-size: 1em;
}
.about-card p {
    margin-bottom: 0;
}
.about-card.last2 {
    border-bottom: 0;
}
.article-faqs {
    padding: 20px;
    border-radius: 4px;
    border: 1px solid #ddd;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #f9f9f9;
}
.article-faqs h2 {
    margin-top: 0;
    margin-bottom: 20px;
}
.article-faqs .accord {
    background: #f9f9f9;
}
ul.article-list.first {
    margin-bottom: 0;
}
ul.article-list.second {
    margin-top: 0; 
}
p.asterisk {
    font-size: .9em;
}
#footer_cta {
    padding: 30px 0;
    background: #f9f9f9;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
#footer_cta h3 {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 10px;
    vertical-align: middle;
}
#footer_cta .btn-con {
    vertical-align: middle;
    display: block;
    text-align: center;
}
#footer_cta .btn-con.single .btn {
    display: block;
    margin: 0 auto 2px; 
}
#footer_cta .btn-con.single a.spanish {
    font-size: .9em;
}
#footer_cta .btn-con .price {
    display: inline-block;
}
/* ribbon-1 */
.ribbon{
  position: absolute;
}
.ribbon-1 {
  width: 200px;
  height: 60px;
  background: #243f86;
  top: -11px;
  left: 50%;
  margin-left: -100px;
  color: #fff;
  text-align: center;
  padding: 12px 0;
}
.ribbon-1:before {
    content: "";
    position: absolute;
    top: 0;
    left: -12px;
    border-left: 6px solid transparent;
    border-right: 6px solid #4777e2;
    border-top: 6px solid transparent;
    border-bottom: 6px solid #4777e2;
    z-index: 20;
}
.ribbon-1::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0px;
    border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    border-top: 100px solid transparent;
    border-bottom: 10px solid #efefef;
}

/* COMPANY */
#company_wrap {
    background: #dc3529 url(../images/red-bg2-small.jpg) no-repeat 50% 50%;
    background-size: cover;
    color: #fff;
    z-index: 85;
    position: relative;
}
#company_wrap:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -20px;
    width: 0;
    height: 0;
    border-top: solid 20px #dc3529;
    border-left: solid 20px transparent;
    border-right: solid 20px transparent;
}
#company_wrap h2 { color: #fff; }

/* QUOTE */
#quote_wrap {
    background: #efefef;
    z-index: 85;
    position: relative;
}
#quote_wrap:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -20px;
    width: 0;
    height: 0;
    border-top: solid 20px #efefef;
    border-left: solid 20px transparent;
    border-right: solid 20px transparent;
}
#quote_wrap h2 {
    margin-bottom: 30px;
    color: #283b8a;
}
#quote_wrap blockquote {
    padding: 10px 0 10px 15px;
    margin-left: 0;
    padding-left: 0;
    border-left: none;
}
#quote_wrap blockquote p {
    margin-left: 20px;
    text-align: left;
}
#quote_wrap blockquote p:first-of-type:before {
    display: inline-block;
    content: '\201C';
    color: #ccc;
    font-family: serif;
    font-size: 36px;
    font-weight: 700;
    vertical-align: middle;
    font-style: normal;
    position: absolute;
    margin-left: -27px;
    margin-top: -12px;
}
#quote_wrap blockquote p:first-of-type:after {
    display: inline-block;
    content: '\201D';
    color: #ccc;
    font-family: serif;
    font-size: 36px;
    font-weight: 700;
    vertical-align: middle;
    font-style: normal;
    position: absolute;
    margin-left: 10px;
    margin-top: -12px;
}
#quote_wrap blockquote p:last-of-type {
    margin-bottom: 0;
}

/* TIMELINE */
#timeline_wrap {
    background: #2a3136 url(../images/grey-bg-sm.jpg) repeat 50% 50%;

}
#timeline_wrap .timeline {
  width: 100%;
  padding: 35px 0 25px 0px;
  position: relative;
}
#timeline_wrap .timeline:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 88px;
    width: 1px;
    background: #fff;
    height: 100%;
}
#timeline_wrap .timeline:after {
    content: "";
    display: table;
    clear: both;
}
#timeline_wrap img.history { display: none; }
#timeline_wrap .entries .entry {
    clear: both;
}
#timeline_wrap .entries .entry .title {
    font-size: 24px;
    margin-bottom: 12px;
    position: relative;
    color: #d64b46;
    font-weight: 800;
    float: left;
    text-shadow: 0 1px 1px rgba(0,0,0,.5);
}
#timeline_wrap .timeline p {
    color: #fff;
    text-shadow: 0 1px 1px rgba(0,0,0,.75);
}
#timeline_wrap .entries .entry .title:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 2px;
    border: 5px solid #fff;
    background-color: #1d1d1d;
    border-radius: 100%;
    top: 20px;
    transform: translateY(-50%);
    right: -37px;
    z-index: 1000;
}
#timeline_wrap .entries .entry .body {
    padding-left: 125px;
    padding-top: 5px;
}

/* FORM */
#form_wrap { border-top: 1px solid #ccc; }
#form_wrap h2.first { margin-top: 0; }

/* CARES */
#banner_wrap.cares {
    background: #db2223 url(../images/banner-bg-cares-small.jpg) no-repeat 50% bottom;
    background-size: cover;
}
#banner_wrap.community {
    padding: 50px 0;
    background: #db2223 url(../images/asc-cares-bg-sm.jpg) no-repeat 50% 70%;
    background-size: cover;
}
#banner_wrap.community br {
    display: none;
}
h1.community {
    text-align: center;
    color: #fff;
    font-weight: bold;
}
#banner.cares { min-height: 100%; }
#banner.cares h1 {
    text-align: center;
    margin-top: 0;
    color: #fff;
    text-shadow: 1px 1px black;
}
#cares_wrap {
    background: #fff;
}
#cares_wrap p {
    text-align: left;
}
img.caresgroup {
    border-radius: 2px;
    box-shadow: 1px 1px 8px rgba(0,0,0,.25);
    max-width: 100%;
    padding: 5px;
}
img.ceo {
    display: block;
    margin: 10px auto;
    max-width: 200px;
}
#content2 {
    padding-top: 30px;
}
#content2 .section {
    padding: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
#content2 .section h2 {
    margin-top: 0;
    font-weight: 800 !important;
}
#content2 .section p {
    margin-bottom: 0;
}
#content2 .section p.btns {
    margin-top: 10px;
}
p.quote {
    font-size: 1.2em;
    text-align: center;
    padding: 10px 20px;
    font-weight: 800;
    color: #283b8a;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
}
h3.art {
    margin-top: 40px;
    margin-bottom: 40px;
}
.article {
    background: #eef3ff;
    margin: 20px auto;
}
.article .img {
    background: #db2223 url(/cares/images/articles/team.jpg) no-repeat 50% 50%;
    background-size: cover;
    height: 150px;
}
.article .article_text {
    display: inline-block;
    vertical-align: middle;
    padding: 20px;
    text-align: center;
}
.article p.title {
    margin-bottom: 15px;
    font-weight: 800;
    font-size: 1.25em;
}
.article p:last-child { margin-bottom: 0; }

h1.title {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px;

}
#carereviews_wrap {
    padding-top: 40px;
    padding-bottom: 40px;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    background: #fff;
}
#carereviews_wrap h2 {
    margin-top: 0;
    font-weight: 800;
    color: #283b8a;
}
#carereviews_wrap .reviews blockquote {
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
    font-size: 1.25em;
    line-height: 1.4em;
    font-weight: 300;
    font-family: "Roboto Slab","Open Sans","Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
    border: 0;
}
#carereviews_wrap .reviews blockquote p {
    margin: 0;
    padding: 0;
    font-size: inherit !important;
}
#carereviews_wrap .reviews blockquote p::before, #carereviews_wrap .reviews blockquote p::after {
    margin-right: 8px;
    display: inline-block;
    content: '\201C';
    color: #ccc;
    font-family: serif;
    font-size: 36px;
    font-weight: bold;
    vertical-align: middle;
}
#carereviews_wrap .reviews blockquote p::after {
    margin-left: 8px;
    content: '\201D';
}
#carereviews_wrap p.reviewer {
    margin-bottom: 10px;
    color: #777;
}
.bluebg {
    background: #2b3d8d;
    margin-left: -15px;
    margin-right: -15px;
    color: #fff;
    padding: 20px 25px;
    margin-bottom: 20px;
}
#carereviews_wrap hr {
    border-top: 2px solid #db2223;
    max-width: 500px;
    margin: 20px auto;
}


/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before, .slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-dots {
    margin: 0;
    padding: 0;
    list-style: none;
}
.slick-dots li {
    display: inline-block;
    font-size: 0;
    margin: 0 5px;
}
.slick-dots button {
    margin: 0;
    padding: 0;
    width: 15px;
    height: 15px;
    max-width: auto;
    min-width: auto;
    border-radius: 10px;
    box-shadow: none;
    background: transparent;
    border: 1px solid #ccc;
}
.slick-active button {
    background: #ccc;
}

/* CONTENT */
#content_wrap {
    padding: 30px 0 20px 0;
    background: #fff;
}
#content_wrap.home {
    padding: 40px 0 20px;
    background: #fff;
}
.home h2 {
    font-weight: 800 !important;
    color: #db2223;
    text-align: center;
    margin-top: 0;
    margin-bottom: 5px;
}
.home h3 {
    font-weight: 400 !important;
    color: #db2223;
    text-align: center;
    margin-top: 0;
    margin-bottom: 5px;
}
.home p {
    text-align: center;
}
.home span {
    color: #243f86;
    font-weight: 600;
}
#content_wrap img.right {
    float: none;
    display: block;
    margin: 20px auto;
}
#content_wrap img.right.ondesktop {
    display: none;
}
#content_wrap img.sa-seal {
    display: none;
}
#course_catalog h2 {
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 10px 5px;
    color: #fff;
    background: #dc3529;
    font-weight: 600 !important;
    text-align: center;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    border-radius: 1px;
}
#course_catalog .item {
    overflow: hidden;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 20px;
}
#course_catalog img.icon {
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
}
#course_catalog h3 {
	margin-top: 0;
    margin-bottom: 0;
    font-size: 1em;
}
#course_catalog p {
	overflow: hidden;
    margin-bottom: 10px;
}
.banner_img {
    max-width: 100%;
    border-radius: 3px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
}
.grey_box {
    background: #f3f3f3;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 20px 20px 10px 20px;
}
.grey_box h3 { margin-top: 0; }
img.appear {
    -webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 1s; /* Firefox < 16 */
        -ms-animation: fadein 1s; /* Internet Explorer */
         -o-animation: fadein 1s; /* Opera < 12.1 */
            animation: fadein 1s;
}
.benefits_courses .section {
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 20px;
    margin-bottom: 20px;
}
.benefits_courses .section h3 {
    margin-top: 0;
}
.benefits_courses .section .btn {
    display: block;
    margin: 10px auto 5px;
}
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
.btn.small.wide {
    font-weight: 600;
    font-family: 'Open Sans', 'Open Sans Condensed', 'Fjalla One', Impact, Verdana;
    font-size: 14px;
}
.row.bullets {
    margin-bottom: 30px;
}
.row.bullets ul.first {
    margin-bottom: 0;
}
.row.bullets ul.second { margin-top: 0; }
a.blog {
	display: block;
	margin: 15px 0;
	padding: 10px 20px;
	max-width: 450px;
	color: #333;
	font-size: 14px;
	background: #fff url(/images/blogs/course_bg2.jpg) no-repeat 0 -20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #a1c4e5;
}
a.blog span.wrap {
	display: block;
	padding-left: 25px;
	background: url(/images/blogs/arrow2.png) no-repeat scroll left center;
}
a.blog:hover {
	text-decoration: none;
	border: 1px solid #0099FF;
}
a.blog span.head {
	display: block;
	margin: 0 0 5px 0;
	font: bold 18px 'Trebuchet MS',Verdana,Tahoma,Helvetica,Arial,sans-serif;
	color: #283b8a;
}
.reqd {
    color: #f00;
    font-size: .8em;
}
img.right, img.left {
    display: block;
    margin: 10px auto 20px auto;
    max-width: 100%;
}
.mt-30 { margin-top: 30px !important; }
.video-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
    margin: 20px auto 20px auto;
    max-width: 800px;
}
.video-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

/* ACCORDION */
.accord + h2 {
    margin-top: 20px !important;
}
h2+.accord { margin-top: 15px; }
.accord {
    margin: 0;
    padding: 5px;
    border-top: 1px dotted #ccc;
    background: #fff;
}
.accord:last-child {
    border-bottom: 1px dotted #ccc;
}
.accord h2 {
    margin: 10px 0 !important;
    padding-right: 30px;
    position: relative;
    cursor: pointer;
}
.accord h2:hover, .accord h2:active, .accord h2:focus {
    color: #e94c48;
}
.accord h3  {
    margin: 5px 0 !important;
    padding-right: 30px;
    color: #555;
    position: relative;
    cursor: pointer;
}
.accord h3:hover, .accord h3:active, .accord h3:focus {
    color: #e94c48;
}
.accord h2:after, .accord h3:after {
    color: #e94c48;
    content: "\e817";
    display: block;
    font-family: "icons";
    font-size: 16px;
    font-weight: normal !important;
    height: inherit;
    vertical-align: top;
    width: 12px;
    position: absolute;
    top: 3px;
    right: 0;
}
.accord h2.active:after, .accord h3.active:after {
    content: "\e816";
}
.accord .accord_content {
    margin-top: 10px;
    display: none;
}
.accord .accord_nest {
    margin-left: 20px;
    border-top: 1px dotted #ccc;
    padding: 5px 10px;
    margin-bottom: 5px;
}
.accord .accord_nest h3 {
    margin-bottom: 5px;
    color: #555;
    font-size: 1.1em;
}
.accord .accord_nest.first {
    border-top: 0;
    margin-top: 15px;
}
.accord .accord_nest.last {
    border-bottom: 1px dotted #ccc;
    margin-bottom: 20px;
}
.accord .accord_nest h3:after, .accord .accord_nest h3.active:after { content: ""; }
.accord .accord_nest h3:before {
    color: #555;
    content: "\e842";
    display: inline-block;
    font-family: icons;
    font-size: 12px;
    font-weight: 400 !important;
    height: inherit;
    margin-left: -18px;
    vertical-align: middle;
    width: 18px;
    position: relative;
    top: -2px;
}
.accord .accord_nest h3.active:before {
    content: "\e843";
}
.accord .accord_nest h3:hover { color: #000; }
.accord .accord_nest .accord_nest_content {
    display: none;
    margin-left: 20px;
    padding: 5px 0 0 0;
}
.accord .accord_nest .accord_nest_content ul {
	margin-top: 0;
}
.accord .no_accord h3:after, .accord h3.no_accord:after  { content: ''; }
.accord .no_accord h3, .accord h3.no_accord {
    margin: 5px 0 !important;
    padding-right: 30px;
    color: #555;
    position: relative;
    cursor: text;
}
.accord .no_accord h3:hover, .accord h3.no_accord:hover {
    color: #555;
}
.accord .no_accord h3.first {
    margin-top: 15px !important;
}
/* input.invalid, textarea.invalid { background: #fffef4; border-color: #f0ad4e; border-style: dashed; }
input.invalid:focus, textarea.invalid:focus { background-color: #ffffff; outline: 0; border: 1px solid #a1c4e5; box-shadow: 0 0 3px rgba(43, 153, 255); box-shadow: 0 0 3px rgba(43, 153, 255, 0.5); transition: box-shadow 0.3s ease 0s, border 0.3s ease 0s, background-color 0.3s ease 0s; }
/* this next line is here becasue of IE9 not supporting :invalid - duplicate rules with added selectors */
/* input:invalid, input.invalid, textarea:invalid, textarea.invalid { background: #fffef4; border-color: #f0ad4e; border-style: dashed; } */ */

/* ASIDE */
#aside { padding-top: 20px; }
#aside .section {
    float: none;
    margin: 0 auto 20px;
    padding: 0 25px 5px 25px;
    padding-bottom: 10px;
    max-width: 520px;
    height: auto;
    background: #fff url(../images/section_bg.jpg) no-repeat top right;
    border: 1px solid #ccc;
    border-top: 3px solid #0098da;
    border-radius: 4px;
}
#aside .section h3 {
    color: #333;
    margin-top: 20px;
    margin-bottom: 10px;
}
#aside .section ul {
    font-size: .9em;
}
#aside img {
    max-width: 100%;
    display: block;
    margin: 10px auto 20px;
}
#aside .select {
    width: 100%;
    margin-bottom: 10px;
}
#aside #find_course {
    text-align: center;
}
#aside #find_course input[type=submit] {
    display: inline-block;
    margin: 5px 7px;
    padding: 0;
    width: 120px;
    height: 34px;
    color: #fff;
    font: 600 18px/34px 'Titillium Web', 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
    text-align: center;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 0;
    background: #e4161c;
    background: -webkit-gradient(linear, left top, left bottom, from(#e9302a), to(#e4161c));
    background: -moz-linear-gradient(top, #e9302a, #e4161c);
    background: linear-gradient(top, #e9302a, #e4161c);
    cursor: pointer;
    text-transform: uppercase;
    vertical-align: middle;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
#aside #find_course input[type=submit]:hover { background: #be070c; }
#aside img.img_aside { margin-top: 30px; }
/* FOOTER */
#footer_wrap {
    padding-top: 20px;
    border-top: 1px solid #ebebeb;
    font-size: 14px;
    background: #e2e4e3;
}
#footer_wrap h4 {
    color: #888;
    font-weight: 800 !important;
    text-transform: uppercase;
}
#footer_wrap p, #footer_wrap a {
    color: #888;
}
#footer_info {
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
}
#footer {
    border-top: 1px solid #ccc;
    padding-top: 30px;
    padding-bottom: 30px;
    border: 0;
}


/* ----------------------------------------------------------------------------
    Page Media Queries
----------------------------------------------------------------------------- */

/*
$breakpoints:
xs: 0,
s: 34.375em,
m: 45em,
l: 60em,
xl: 72em
*/
@media (min-width: 22.5em) { /* X-Small devices (landscape phones, 350px and up) - col-sm-* */
    #text_wrap .text { max-width: 300px; text-align: justify; -moz-text-align-last: center; text-align-last: center; }
    #text_wrap span { display: block; padding: 10px 0; }
    #text_wrap span.one { font-weight: 600; font-size: 71px; line-height: 60px; }
    #text_wrap span.two { font-weight: 600; font-size: 40px; line-height: 20px; }
    #text_wrap span.three { font-weight: 800; font-size: 80px; line-height: 60px; font-family: 'Open Sans', 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif; border-bottom: 1px dashed #8abae3; }
    #text_wrap span.four { font-weight: 800; font-size: 34px; line-height: 34px; border-bottom: 1px dashed #8abae3; }
    #text_wrap span.five { font-weight: 600; font-size: 31px; line-height: 28px; border-bottom: 1px dashed #8abae3; }
    #text_wrap span.six { font-weight: 800; font-size: 16px; line-height: 16px; font-family: 'Open Sans', 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif; }
    #text_wrap span.seven { display: inline-block; padding: 0; }
}
@media (min-width: 34.375em) { /* Small devices (landscape phones, 549px and up) - col-sm-* */
    #header a.logo.cares { max-width: 250px; }
    #header a.logo.cares img { max-width: 250px; }
    .action { height: 75px; }
    #banner { padding: 40px;  }
    #partners_wrap .title { margin-bottom: 30px; }
    #partners_wrap .btn { max-width: 390px; }
    ul.article-list.first, ul.article-list.second {
        margin-bottom: 1em;
        margin-top: .5em;
    }
}
@media (min-width: 48em) { /* Medium devices (tablets, 768px and up) - col-md-* */
    #header a.logo { margin-bottom: 10px; }
    #banner_wrap.home { background: #db2223 url(../images/banner-bg-home.jpg) no-repeat 50% bottom; background-size: cover; }
    #banner_wrap.cares { background: #db2223 url(../images/banner-bg-cares.jpg) no-repeat 50% bottom; background-size: cover; }
    #banner_wrap.community { padding: 80px 0; background: #db2223 url(../images/asc-cares-bg.jpg) no-repeat 50% 65%; background-size: cover; }
    #banner_wrap.youth { background: #db2223 url(../images/banner-bg-youth.jpg) no-repeat 50% bottom; background-size: cover; }
    #banner_wrap.reentry { background: #db2223 url(../images/banner-bg-reentry.jpg) no-repeat 50% bottom; background-size: cover; }
    #banner_wrap.home { background: #db2223 url(../images/banner-bg-home.jpg) no-repeat 50% bottom; background-size: cover; }
    #banner_wrap.about { background: #17274f url(../images/banner-bg-about.jpg) no-repeat 50% 50%; background-size: cover; }
    #banner_wrap.business { background: #17274f url(../images/banner-bg-business.jpg) no-repeat 50% bottom; background-size: cover; }
    #banner_wrap.catalog { background: #17274f url(../images/banner-bg-catalog.jpg) no-repeat 50% bottom; background-size: cover; }
    #banner_wrap.conted { background: #17274f url(../images/banner-bg-conted.jpg) no-repeat 50% bottom; background-size: cover; }
    #banner_wrap.corp { background: #17274f url(../images/banner-bg-corp.jpg) no-repeat 50% bottom; background-size: cover; }
    #banner_wrap.driversafety { background: #17274f url(../images/banner-bg-driver.jpg) no-repeat 50% bottom; background-size: cover; }
    #banner_wrap.professional { background: #17274f url(../images/banner-bg-professional.jpg) no-repeat 50% bottom; background-size: cover; }
    #banner_wrap.reviews { background: #17274f url(../images/banner-bg-reviews.jpg) no-repeat 50% bottom; background-size: cover; }
    #banner_wrap.workplace { background: #17274f url(../images/banner-bg-workplace.jpg) no-repeat 50% bottom; background-size: cover; }
    #banner_wrap.food { background: #17274f url(../images/banner-bg-food.jpg) no-repeat 50% bottom; background-size: cover; }
    #banner_wrap.vertical:after, #banner_wrap.vertical.light:after { background: url(../images/arrow-bg.png) no-repeat; }
    #banner { min-height: 250px; }
    #banner h1 { font-size: 40px; text-align: right; }
    #banner.inner { min-height: 150px; }
    #banner.inner h1 { font-size: 40px; text-align: center; }
    #content_wrap { padding: 40px 0 30px 0; }
    #search_wrap { background: #243f86 url(../images/blue-bg.jpg) no-repeat 50% 50%; background-size: cover; }
    #search_wrap h3 { display: inline-block; margin-right: 10px; margin-bottom: 0; }
    #search_wrap .select { display: inline-block; max-width: 210px; margin-bottom: 0; }
    #search_wrap input.go { display: inline-block; background: none; border-radius: 0; padding: 5px 10px; }
    #search_wrap input.go:hover { background: none; color: #db2223; }
    #course_wrap .section { float: left; width: 50%; border: 2px solid #fff; border-top: 4px solid #fff; border-bottom: 0; }
    #course_wrap .section.third { clear: both; }
    #course_wrap .course { padding: 40px 40px; }
    #course_wrap .course br { display: block; }
    #course_wrap .course h3 br { display: block; }
    #reviews_wrap { padding: 50px 0; }
    #reviews_wrap img { margin: 10px 15px; }
    #reviews_wrap .shopper_approved { width: 35%; }
    #text_wrap { background: #243f86 url(../images/text-bg.jpg) no-repeat 50% 50%; background-size: cover; padding: 30px 0 40px 0; }
    #text_wrap .text { max-width: 800px; }
    #text_wrap .left, #text_wrap .right { display: inline-block; vertical-align: middle; }
    #text_wrap .left { padding-right: 20px; margin-right: 20px; border-right: 1px dashed #8abae3}
    #text_wrap span.three { border-bottom: 0; line-height: 52px; }
    #text_wrap span.six { -moz-text-align-last: left; text-align-last: left; font-size: 30px; line-height: 34px; }
    #text_wrap span.seven { display: block; font-size: 18px; font-weight: 600; }
    #partners_wrap { padding: 30px 0; text-align: left; }
    #partners_wrap .btn { margin: 30px 0 10px 0; }
    #partners_wrap img { max-width: 400px; }
    #partners_wrap .partners { position: relative; }
    #partners_wrap .partners img.worker { position: absolute; bottom: -30px; right: -15px; max-width: 315px; display: inline-block; }
    .btn.small { font-size: 16px; }
    #content_wrap img.sa-seal { display: inline-block; }
    #brands_wrap .brand_left { border-right: 1px dashed #ccc; }
    #brands_wrap .brand.brand_bottom { border-bottom: 0; }
    .row.bullets ul.second { margin-top: 1em; }
    .ribbon-1 { width: 250px; height: 70px; margin-left: -125px; padding: 15px 0; }
    .ribbon-1::after { border-left: 125px solid transparent; border-right: 125px solid transparent; border-top: 125px solid transparent; border-bottom: 15px solid #efefef; }
    #about_wrap .about { padding: 20px; min-height: 270px; }
    #about_wrap .about p, #about_wrap .about ul { margin-top: 60px; }
    #timeline_wrap { background: #2a3136 url(../images/grey-bg.jpg) repeat 50% 50%; }
    #timeline_wrap .timeline { padding: 70px 10px 30px 10px; max-width: 675px; margin: 0 auto; }
    #timeline_wrap .timeline:before { left: 50%; }
    #timeline_wrap img.history { display: block; position: absolute; top: 30px; }
	#timeline_wrap .entries { margin-top: -20px; }
    #timeline_wrap .entries .entry {
        width: 330px;
        float: left;
        padding: 20px;
        clear: both;
        text-align: right;
    }
    #timeline_wrap .entries .entry:not(:first-child) { margin-top: -85px; }
    #timeline_wrap .entries .entry .title { float: none; }
    #timeline_wrap .entries .entry .title:before {
        content: "";
        width: 130px;
        height: 1px;
        background: #fff;
        position: absolute;
        top: 44px;
        right: -18px;
        z-index: 1000;
    }
    #timeline_wrap .entries .entry .title:after {
        content: '';
        position: absolute;
        width: 0px;
        height: 0px;
        border: 3px solid #fff;
        background-color: #1d1d1d;
        border-radius: 100%;
        top: 45px;
        transform: translateY(-50%);
        right: 112px;
        z-index: 1000;
    }
    #timeline_wrap .entries .entry:nth-child(2n) {
        text-align: left;
        float: right;
    }
    #timeline_wrap .entries .entry:nth-child(2n) .title:before { left: -17px; }
    #timeline_wrap .entries .entry:nth-child(2n) .title:after { left: 112px; }
    #timeline_wrap .entries .entry .body { padding-left: 0; }
    #timeline_wrap .entries .entry .body p { line-height: 1.4em; }
    #company_wrap { background: #dc3529 url(../images/red-bg2.jpg) no-repeat 50% 50%; background-size: cover; }
    img.ceo {
        float: right;
        margin-left: 30px;
    }
    #content2 .section {
        border: 0;
    }
    #cares_wrap .section {
        float: left;
    }
    #cares_wrap .section.left {
        width: 30%;
    }
    #cares_wrap .section.right {
        width: 70%;
    }
    .bluebg {
        background: transparent;
        margin: 0;
        color: #555;
        padding: 0;
        margin-bottom: 0;
    }
    .article .img {
        height: 320px;
        background-position: 0 0;
    }
    .article .article_text {
        text-align: left;
        padding: 20px 20px 20px 0;
    }
    #content_wrap img.right {
        float: right;
        margin: 10px 0 10px 20px;
    }
    #content_wrap img.right.ondesktop {
        display: block;
    }
    img.right {
        float: right;
        margin: 10px 0 10px 20px;
    }
    img.left {
        float: left;
        margin: 10px 20px 10px 0;
    }
}
@media only screen and (min-width: 56.25em) { /* roughtly 900px/16px */
    #footer p.trustmark { display: block; }
    #footer_info { display: block; }
    #banner { min-height: 375px; padding: 60px 30px; }
    #content .home { text-align: center; }
    #partners_wrap .partners img.worker { max-width: 380px; }
    #footer_cta h3 { display: inline-block; margin-right: 10px; margin-bottom: 0; }
    #footer_cta .btn-con { display: inline-block; min-width: 495px; }
    #footer_cta .btn-con.single { min-width: 320px; }
}
@media (min-width: 62em) { /* Large devices (desktops, 992px and up) - col-lg-* */
    #header a.logo { margin-top: 20px; }
    #header #support { display: block; }
    #header #search_box { display: block; clear: both; position: relative; }
    #banner h1 { font-size: 35px; }
    #search_wrap .select { max-width: 300px; }
    #course_wrap .section.three { float: left; width: 33.333%; }
    #course_wrap .section.three.third { clear: none; }
    #course_wrap .course.worksafe { background: #456fb4 url(../images/section-work.jpg) no-repeat 50% top; background-size: cover; }
    #course_wrap .course.driversafe { background: #c12026 url(../images/section-drive.jpg) no-repeat 50% 50%; background-size: cover; }
    #course_wrap .course.prof { background: #243f86 url(../images/section-prof.jpg) no-repeat 50% 50%; background-size: cover; }
    #course_wrap .course.conted { background: #6facdd url(../images/section-conted.jpg) no-repeat 50% 50%; background-size: cover; }
    #course_wrap .course.drivered { background: #536067 url(../images/section-drivered.jpg) no-repeat 50% 50%; background-size: cover; }
    #course_wrap .course.traffic { background: #0f4c91 url(../images/section-traffic.jpg) no-repeat 50% 50%; background-size: cover; }
    #course_wrap .course.mature { background: #1f4159 url(../images/section-mature.jpg) no-repeat 50% 50%; background-size: cover; }
    #course_wrap .course.records { background: #202d6f url(../images/section-records.jpg) no-repeat 50% 50%; background-size: cover; }
    #course_wrap .course.notary { background: #536067 url(../images/section-notary.jpg) no-repeat 50% 50%; background-size: cover; }
    #course_wrap .course.care { background: #0f4c91 url(../images/section-care.jpg) no-repeat 50% 50%; background-size: cover; }
    #course_wrap .course.licensing { background: #1f4159 url(../images/section-licensing.jpg) no-repeat 50% 50%; background-size: cover; }
    #course_wrap .course.realestate { background: #202d6f url(../images/section-realestate.jpg) no-repeat 50% 50%; background-size: cover; }
    #course_wrap .course.workplace { background: #536067 url(../images/section-workplace.jpg) no-repeat 50% 50%; background-size: cover; }
    #course_wrap .course.care2 { background: #0f4c91 url(../images/section-care2.jpg) no-repeat 50% 50%; background-size: cover; }
    #course_wrap .course.notary2 { background: #1f4159 url(../images/section-notary2.jpg) no-repeat 50% 50%; background-size: cover; }
    #course_wrap .course.medical { background: #202d6f url(../images/section-medical.jpg) no-repeat 50% 50%; background-size: cover; }
    #course_wrap .course.outreach { background: #536067 url(../images/section-outreach.jpg) no-repeat 50% 50%; background-size: cover; }
    #course_wrap .course.hazwoper { background: #0f4c91 url(../images/section-hazwoper.jpg) no-repeat 50% 50%; background-size: cover; }
    #course_wrap .course.cert { background: #1f4159 url(../images/section-cert.jpg) no-repeat 50% 50%; background-size: cover; }
    #course_wrap .course.sellerserver { background: #202d6f url(../images/section-sellerserver.jpg) no-repeat 50% 50%; background-size: cover; }
    #partners_wrap .title img.divider, #brands_wrap .title img.divider { display: inline-block; }
    #partners_wrap img.partners { max-width: 530px; padding: 0; }
    #aside { padding-top: 0; }
    #brands_wrap .brand { padding: 10px 20px; }
    #brands_wrap .brand p { width: 80%; margin-left: auto; margin-right: auto; }
    #content2 .section {
        border: 1px solid #ccc;
        min-height: 280px;
    }
    .article p.title { font-size: 1.5em; }
    .article .img {
        height: 250px;
    }
    .about-card {
        min-height: 135px;
        padding: 20px 5px;
    }
    .about-card img {
        max-width: 75px;
        margin-right: 20px;
    }
    .about-card.last {
        border-bottom: 0;
    }
}
@media (min-width: 65.625em) { /* Extra large devices (large desktops, 1050px and up) */
    #banner.cares { padding: 80px 0; }
    #partners_wrap .partners img.worker { max-width: 430px; }
    #timeline_wrap .timeline { max-width: 798px; padding: 55px 20px 30px 20px; }
    #timeline_wrap .entries .entry { width: 420px; padding: 20px 60px 20px 20px; }
    #timeline_wrap .entries .entry .title:before { right: -19px; }
    #timeline_wrap .entries .entry .title:after { right: 108px; }
    #timeline_wrap .entries .entry:nth-child(2n) { padding: 20px 20px 20px 60px; }
    #timeline_wrap .entries .entry:nth-child(2n) .title:before { left: -19px; }
    #timeline_wrap .entries .entry:nth-child(2n) .title:after { left: 108px; }
    #banner_wrap.community br { display: block; }
}
@media (min-width: 75em) { /* Extra large devices (large desktops, 1200px and up) - col-xl-* */
    #header #support span.phone, #header #support a.livechat { display: inline-block; }
    #header #support a { margin-right: 8px; }
    #header a.logo { margin-right: 25px; }
    #header #search_box { max-width: 300px; margin-left: 20px; }
    #course_wrap .section { width: 25%; }
    #course_wrap .section.third { clear: none; }
    #course_wrap .course { padding: 70px 15px; }
    #course_wrap .section { border-top: 0; border-bottom: 0; }
    #course_wrap .section:first-child { border-left: 0; }
    #course_wrap .section:last-child { border-right: 0; }
    #text_wrap .text { margin-right: 300px; }
    #partners_wrap .partners img.worker { max-width: 490px; }
    .big_wrap { padding: 40px 0; }
    #header a.logo.cares { max-width: 280px; }
    #header a.logo.cares img { max-width: 280px; }
    #nav.cares { width: 40%; }
    .article p.title { font-size: 1.75em; }
    .video-responsive {
        padding-bottom: 47.1%;
    }
}
@media (min-width: 100em) { /* Extra extra large devices (large desktops, 1600px and up) - col-xl-* */
    h1, .h1 { font-size: 2.7em; }
    h2, .h2 { font-size: 2.441em; }
    h3, .h3 { font-size: 1.953em; }
    h4, .h4 { font-size: 1.563em; }
    h5, .h5 { font-size: 1.25em; }
    #banner_wrap.home { background: #db2223 url(../images/banner-bg-home-large.jpg) no-repeat 50% bottom; background-size: cover; }
    #banner_wrap.cares { background: #db2223 url(../images/banner-bg-cares-large.jpg) no-repeat 50% bottom; background-size: cover; }
    #banner_wrap.community { padding: 130px 0; background: #db2223 url(../images/asc-cares-bg-lg.jpg) no-repeat 50% 60%; background-size: cover; }
    #banner_wrap.youth { background: #db2223 url(../images/banner-bg-youth-large.jpg) no-repeat 50% bottom; background-size: cover; }
    #banner_wrap.reentry { background: #db2223 url(../images/banner-bg-reentry-large.jpg) no-repeat 50% bottom; background-size: cover; }
    #banner_wrap.about { background: #17274f url(../images/banner-bg-about-large.jpg) no-repeat 50% 50%; background-size: cover; }
    #banner_wrap.business { background: #17274f url(../images/banner-bg-business-large.jpg) no-repeat 50% bottom; background-size: cover; }
    #banner_wrap.catalog { background: #17274f url(../images/banner-bg-catalog-large.jpg) no-repeat 50% bottom; background-size: cover; padding: 20px 0 25px 0; }
    #banner_wrap.conted { background: #17274f url(../images/banner-bg-conted-large.jpg) no-repeat 50% bottom; background-size: cover; }
    #banner_wrap.corp { background: #17274f url(../images/banner-bg-corp-large.jpg) no-repeat 50% bottom; background-size: cover; padding: 20px 0 25px 0; }
    #banner_wrap.driversafety { background: #17274f url(../images/banner-bg-driver-large.jpg) no-repeat 50% bottom; background-size: cover; }
    #banner_wrap.professional { background: #17274f url(../images/banner-bg-professional-large.jpg) no-repeat 50% bottom; background-size: cover; }
    #banner_wrap.reviews { background: #17274f url(../images/banner-bg-reviews-large.jpg) no-repeat 50% bottom; background-size: cover; padding: 20px 0 25px 0; }
    #banner_wrap.workplace { background: #17274f url(../images/banner-bg-workplace-large.jpg) no-repeat 50% bottom; background-size: cover; }
    #banner_wrap.food { background: #17274f url(../images/banner-bg-food-large.jpg) no-repeat 50% bottom; background-size: cover; }
    .large p, .large ul, .large blockquote p { font-size: 1.15em; }
    #search_wrap { padding: 30px 0;}
    #text_wrap .text { max-width: 1100px; }
    #text_wrap span.one { font-size: 80px; line-height: 60px; }
    #text_wrap span.two { font-size: 45px; line-height: 30px; }
    #text_wrap span.three { font-size: 90px; line-height: 64px; }
    #text_wrap span.four { font-size: 48px; line-height: 60px; }
    #text_wrap span.five { font-size: 43px; line-height: 40px; }
    #text_wrap span.six { font-size: 38px; line-height: 36px; }
    #text_wrap span.seven { font-size: 23px; }
    #partners_wrap .partners img.worker { bottom: -31px; right: -70px; max-width: 515px; }
    #about_wrap .about { min-height: 310px; }
    #brands_wrap .brand p { width: 75%; }
}

/**
 * Featherlight - ultra slim jQuery lightbox
 * Version 0.2.2 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2014, Noel Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
.lightbox {
    display: none;
}
.featherlight {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    height: 100%;
    text-align: center;
    cursor: pointer;
    background: #333;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAKQWlDQ1BJQ0MgUHJvZmlsZQAASA2dlndUU9kWh8+9N73QEiIgJfQaegkg0jtIFQRRiUmAUAKGhCZ2RAVGFBEpVmRUwAFHhyJjRRQLg4Ji1wnyEFDGwVFEReXdjGsJ7601896a/cdZ39nnt9fZZ+9917oAUPyCBMJ0WAGANKFYFO7rwVwSE8vE9wIYEAEOWAHA4WZmBEf4RALU/L09mZmoSMaz9u4ugGS72yy/UCZz1v9/kSI3QyQGAApF1TY8fiYX5QKUU7PFGTL/BMr0lSkyhjEyFqEJoqwi48SvbPan5iu7yZiXJuShGlnOGbw0noy7UN6aJeGjjAShXJgl4GejfAdlvVRJmgDl9yjT0/icTAAwFJlfzOcmoWyJMkUUGe6J8gIACJTEObxyDov5OWieAHimZ+SKBIlJYqYR15hp5ejIZvrxs1P5YjErlMNN4Yh4TM/0tAyOMBeAr2+WRQElWW2ZaJHtrRzt7VnW5mj5v9nfHn5T/T3IevtV8Sbsz55BjJ5Z32zsrC+9FgD2JFqbHbO+lVUAtG0GQOXhrE/vIADyBQC03pzzHoZsXpLE4gwnC4vs7GxzAZ9rLivoN/ufgm/Kv4Y595nL7vtWO6YXP4EjSRUzZUXlpqemS0TMzAwOl89k/fcQ/+PAOWnNycMsnJ/AF/GF6FVR6JQJhIlou4U8gViQLmQKhH/V4X8YNicHGX6daxRodV8AfYU5ULhJB8hvPQBDIwMkbj96An3rWxAxCsi+vGitka9zjzJ6/uf6Hwtcim7hTEEiU+b2DI9kciWiLBmj34RswQISkAd0oAo0gS4wAixgDRyAM3AD3iAAhIBIEAOWAy5IAmlABLJBPtgACkEx2AF2g2pwANSBetAEToI2cAZcBFfADXALDIBHQAqGwUswAd6BaQiC8BAVokGqkBakD5lC1hAbWgh5Q0FQOBQDxUOJkBCSQPnQJqgYKoOqoUNQPfQjdBq6CF2D+qAH0CA0Bv0BfYQRmALTYQ3YALaA2bA7HAhHwsvgRHgVnAcXwNvhSrgWPg63whfhG/AALIVfwpMIQMgIA9FGWAgb8URCkFgkAREha5EipAKpRZqQDqQbuY1IkXHkAwaHoWGYGBbGGeOHWYzhYlZh1mJKMNWYY5hWTBfmNmYQM4H5gqVi1bGmWCesP3YJNhGbjS3EVmCPYFuwl7ED2GHsOxwOx8AZ4hxwfrgYXDJuNa4Etw/XjLuA68MN4SbxeLwq3hTvgg/Bc/BifCG+Cn8cfx7fjx/GvyeQCVoEa4IPIZYgJGwkVBAaCOcI/YQRwjRRgahPdCKGEHnEXGIpsY7YQbxJHCZOkxRJhiQXUiQpmbSBVElqIl0mPSa9IZPJOmRHchhZQF5PriSfIF8lD5I/UJQoJhRPShxFQtlOOUq5QHlAeUOlUg2obtRYqpi6nVpPvUR9Sn0vR5Mzl/OX48mtk6uRa5Xrl3slT5TXl3eXXy6fJ18hf0r+pvy4AlHBQMFTgaOwVqFG4bTCPYVJRZqilWKIYppiiWKD4jXFUSW8koGStxJPqUDpsNIlpSEaQtOledK4tE20Otpl2jAdRzek+9OT6cX0H+i99AllJWVb5SjlHOUa5bPKUgbCMGD4M1IZpYyTjLuMj/M05rnP48/bNq9pXv+8KZX5Km4qfJUilWaVAZWPqkxVb9UU1Z2qbapP1DBqJmphatlq+9Uuq43Pp893ns+dXzT/5PyH6rC6iXq4+mr1w+o96pMamhq+GhkaVRqXNMY1GZpumsma5ZrnNMe0aFoLtQRa5VrntV4wlZnuzFRmJbOLOaGtru2nLdE+pN2rPa1jqLNYZ6NOs84TXZIuWzdBt1y3U3dCT0svWC9fr1HvoT5Rn62fpL9Hv1t/ysDQINpgi0GbwaihiqG/YZ5ho+FjI6qRq9Eqo1qjO8Y4Y7ZxivE+41smsImdSZJJjclNU9jU3lRgus+0zwxr5mgmNKs1u8eisNxZWaxG1qA5wzzIfKN5m/krCz2LWIudFt0WXyztLFMt6ywfWSlZBVhttOqw+sPaxJprXWN9x4Zq42Ozzqbd5rWtqS3fdr/tfTuaXbDdFrtOu8/2DvYi+yb7MQc9h3iHvQ732HR2KLuEfdUR6+jhuM7xjOMHJ3snsdNJp9+dWc4pzg3OowsMF/AX1C0YctFx4bgccpEuZC6MX3hwodRV25XjWuv6zE3Xjed2xG3E3dg92f24+ysPSw+RR4vHlKeT5xrPC16Il69XkVevt5L3Yu9q76c+Oj6JPo0+E752vqt9L/hh/QL9dvrd89fw5/rX+08EOASsCegKpARGBFYHPgsyCRIFdQTDwQHBu4IfL9JfJFzUFgJC/EN2hTwJNQxdFfpzGC4sNKwm7Hm4VXh+eHcELWJFREPEu0iPyNLIR4uNFksWd0bJR8VF1UdNRXtFl0VLl1gsWbPkRoxajCCmPRYfGxV7JHZyqffS3UuH4+ziCuPuLjNclrPs2nK15anLz66QX8FZcSoeGx8d3xD/iRPCqeVMrvRfuXflBNeTu4f7kufGK+eN8V34ZfyRBJeEsoTRRJfEXYljSa5JFUnjAk9BteB1sl/ygeSplJCUoykzqdGpzWmEtPi000IlYYqwK10zPSe9L8M0ozBDuspp1e5VE6JA0ZFMKHNZZruYjv5M9UiMJJslg1kLs2qy3mdHZZ/KUcwR5vTkmuRuyx3J88n7fjVmNXd1Z752/ob8wTXuaw6thdauXNu5Tnddwbrh9b7rj20gbUjZ8MtGy41lG99uit7UUaBRsL5gaLPv5sZCuUJR4b0tzlsObMVsFWzt3WazrWrblyJe0fViy+KK4k8l3JLr31l9V/ndzPaE7b2l9qX7d+B2CHfc3em681iZYlle2dCu4F2t5czyovK3u1fsvlZhW3FgD2mPZI+0MqiyvUqvakfVp+qk6oEaj5rmvep7t+2d2sfb17/fbX/TAY0DxQc+HhQcvH/I91BrrUFtxWHc4azDz+ui6rq/Z39ff0TtSPGRz0eFR6XHwo911TvU1zeoN5Q2wo2SxrHjccdv/eD1Q3sTq+lQM6O5+AQ4ITnx4sf4H++eDDzZeYp9qukn/Z/2ttBailqh1tzWibakNml7THvf6YDTnR3OHS0/m/989Iz2mZqzymdLz5HOFZybOZ93fvJCxoXxi4kXhzpXdD66tOTSna6wrt7LgZevXvG5cqnbvfv8VZerZ645XTt9nX297Yb9jdYeu56WX+x+aem172296XCz/ZbjrY6+BX3n+l37L972un3ljv+dGwOLBvruLr57/17cPel93v3RB6kPXj/Mejj9aP1j7OOiJwpPKp6qP6391fjXZqm99Oyg12DPs4hnj4a4Qy//lfmvT8MFz6nPK0a0RupHrUfPjPmM3Xqx9MXwy4yX0+OFvyn+tveV0auffnf7vWdiycTwa9HrmT9K3qi+OfrW9m3nZOjk03dp76anit6rvj/2gf2h+2P0x5Hp7E/4T5WfjT93fAn88ngmbWbm3/eE8/syOll+AAAACXBIWXMAAAsTAAALEwEAmpwYAAADpmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iWE1QIENvcmUgNS40LjAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOnRpZmY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vdGlmZi8xLjAvIgogICAgICAgICAgICB4bWxuczpleGlmPSJodHRwOi8vbnMuYWRvYmUuY29tL2V4aWYvMS4wLyI+CiAgICAgICAgIDx4bXA6TW9kaWZ5RGF0ZT4yMDEzLTExLTA2VDIyOjExOjgxPC94bXA6TW9kaWZ5RGF0ZT4KICAgICAgICAgPHhtcDpDcmVhdG9yVG9vbD5QaXhlbG1hdG9yIDMuMDwveG1wOkNyZWF0b3JUb29sPgogICAgICAgICA8dGlmZjpPcmllbnRhdGlvbj4xPC90aWZmOk9yaWVudGF0aW9uPgogICAgICAgICA8dGlmZjpDb21wcmVzc2lvbj41PC90aWZmOkNvbXByZXNzaW9uPgogICAgICAgICA8dGlmZjpSZXNvbHV0aW9uVW5pdD4xPC90aWZmOlJlc29sdXRpb25Vbml0PgogICAgICAgICA8dGlmZjpZUmVzb2x1dGlvbj43MjwvdGlmZjpZUmVzb2x1dGlvbj4KICAgICAgICAgPHRpZmY6WFJlc29sdXRpb24+NzI8L3RpZmY6WFJlc29sdXRpb24+CiAgICAgICAgIDxleGlmOlBpeGVsWERpbWVuc2lvbj4xMDwvZXhpZjpQaXhlbFhEaW1lbnNpb24+CiAgICAgICAgIDxleGlmOkNvbG9yU3BhY2U+MTwvZXhpZjpDb2xvclNwYWNlPgogICAgICAgICA8ZXhpZjpQaXhlbFlEaW1lbnNpb24+MTA8L2V4aWY6UGl4ZWxZRGltZW5zaW9uPgogICAgICA8L3JkZjpEZXNjcmlwdGlvbj4KICAgPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KbQS91AAAAB1JREFUGBljZGBgOA7EBAETQRVQBaMK8YYU0cEDAE1HANt9zybzAAAAAElFTkSuQmCC);
    background: rgba(0, 0, 0, 0.75);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000, endColorstr=#7F000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000, endColorstr=#7F000000)";
}
.featherlight .featherlight-close-icon {
    position: absolute;
    z-index: 9999;
    right: 0;
    top: 0;
    line-height: 25px;
    width: 25px;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    background: #fff;
    color: #000;
    border-radius: 0 0 0 3px;
}
.featherlight.video .featherlight-close-icon {
    right: -4px;
    top: -4px;
}
.featherlight:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}
.featherlight .featherlight-content {
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 25px;
    width: 95%;
    max-width: 650px;
    max-height: 95%;
    overflow-y: auto;
    overflow-x: hidden;
    background: #fff;
    cursor: auto;
    border-radius: 3px;
}
.featherlight.video .featherlight-content {
    padding: 0;
    max-width: 853px;
    max-height: auto;
    border: 4px solid #ffffff;
}
.featherlight.video .vid_modal {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0;
    width: 100%;
}
.featherlight.video .vid_modal object, .featherlight.video .vid_modal embed, .featherlight.video .vid_modal iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.featherlight .featherlight-inner {
    display: block;
}
/*.featherlight-iframe .featherlight-content {
    min-height: 60%;
}*/
.featherlight iframe {
    border: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
}
.featherlight .featherlight-image {
    width: 100%;
    max-height: 85%;
}
/* ------ for ie_alert ------ */
.featherlight.ie_alert {
    cursor: default;
}
.featherlight.ie_alert .featherlight-content {
    /*margin-top: 10%;*/
    padding: 20px 30px;
    max-width: 720px;
}
.featherlight.ie_alert h3 {
    font-size: 24px;
    margin: 10px 0 15px 0;
}
.featherlight.ie_alert a.ie_upgrade_btn {
    display: block;
    margin: 30px auto 20px auto;
    width: 250px;
    height: 45px;
    text-align: center;
    font-size: 18px;
    line-height: 43px;
    background: #99cc33;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #bfe068), color-stop(100%, #76b51c));
    background-image: -webkit-linear-gradient(#bfe068, #76b51c);
    background-image: -moz-linear-gradient(#bfe068, #76b51c);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfe068', endColorstr='#76b51c', GradientType=0);
    color: #ffffff;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.35);
    border-bottom: 0;
    border-radius: 4px;
    zoom: 1;
}
.ie_alert a.ie_upgrade_btn:hover {
    background: #bfe068;
}
/*# sourceMappingURL=style.css.map */
