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

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

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

[hidden] {
    display: none
}

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

body {
    margin: 0
}

a:focus {
    outline: thin dotted
}

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

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

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 600
}

dfn {
    font-style: italic
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

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

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

pre {
    white-space: pre-wrap
}

q {
    quotes: "\201C""\201D""\2018""\2019"
}

small {
    font-size: 80%
}

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

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

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

figure {
    margin: 0
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0
}

button, input {
    line-height: normal
}

button, select {
    text-transform: none
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

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

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

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

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

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

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

html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    font-family: "myriad-pro", Helvetica, Arial, sans-serif;
    font-size: 19px;
    line-height: 1.6;
    color: #555;
    background-color: #fff
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button, input, select[multiple], textarea {
    background-image: none
}

a {
    color: #e86a1f;
    text-decoration: none
}

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

a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

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

.container:before, .container:after {
    content: " ";
    display: table
}

.container:after {
    clear: both
}

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

.row:before, .row:after {
    content: " ";
    display: table
}

.row:after {
    clear: both
}

.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 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11 {
    float: left
}

.col-xs-1 {
    width: 8.3333333333%
}

.col-xs-2 {
    width: 16.6666666667%
}

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

.col-xs-4 {
    width: 33.3333333333%
}

.col-xs-5 {
    width: 41.6666666667%
}

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

.col-xs-7 {
    width: 58.3333333333%
}

.col-xs-8 {
    width: 66.6666666667%
}

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

.col-xs-10 {
    width: 83.3333333333%
}

.col-xs-11 {
    width: 91.6666666667%
}

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

@media (min-width: 768px) {
    .container {
        max-width: 750px
    }

    .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 {
        float: left
    }

    .col-sm-1 {
        width: 8.3333333333%
    }

    .col-sm-2 {
        width: 16.6666666667%
    }

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

    .col-sm-4 {
        width: 33.3333333333%
    }

    .col-sm-5 {
        width: 41.6666666667%
    }

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

    .col-sm-7 {
        width: 58.3333333333%
    }

    .col-sm-8 {
        width: 66.6666666667%
    }

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

    .col-sm-10 {
        width: 83.3333333333%
    }

    .col-sm-11 {
        width: 91.6666666667%
    }

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

    .col-sm-push-1 {
        left: 8.3333333333%
    }

    .col-sm-push-2 {
        left: 16.6666666667%
    }

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

    .col-sm-push-4 {
        left: 33.3333333333%
    }

    .col-sm-push-5 {
        left: 41.6666666667%
    }

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

    .col-sm-push-7 {
        left: 58.3333333333%
    }

    .col-sm-push-8 {
        left: 66.6666666667%
    }

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

    .col-sm-push-10 {
        left: 83.3333333333%
    }

    .col-sm-push-11 {
        left: 91.6666666667%
    }

    .col-sm-pull-1 {
        right: 8.3333333333%
    }

    .col-sm-pull-2 {
        right: 16.6666666667%
    }

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

    .col-sm-pull-4 {
        right: 33.3333333333%
    }

    .col-sm-pull-5 {
        right: 41.6666666667%
    }

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

    .col-sm-pull-7 {
        right: 58.3333333333%
    }

    .col-sm-pull-8 {
        right: 66.6666666667%
    }

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

    .col-sm-pull-10 {
        right: 83.3333333333%
    }

    .col-sm-pull-11 {
        right: 91.6666666667%
    }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
    .container {
        max-width: 970px
    }

    .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 {
        float: left
    }

    .col-md-1 {
        width: 8.3333333333%
    }

    .col-md-2 {
        width: 16.6666666667%
    }

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

    .col-md-4 {
        width: 33.3333333333%
    }

    .col-md-5 {
        width: 41.6666666667%
    }

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

    .col-md-7 {
        width: 58.3333333333%
    }

    .col-md-8 {
        width: 66.6666666667%
    }

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

    .col-md-10 {
        width: 83.3333333333%
    }

    .col-md-11 {
        width: 91.6666666667%
    }

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

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

    .col-md-push-1 {
        left: 8.3333333333%
    }

    .col-md-push-2 {
        left: 16.6666666667%
    }

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

    .col-md-push-4 {
        left: 33.3333333333%
    }

    .col-md-push-5 {
        left: 41.6666666667%
    }

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

    .col-md-push-7 {
        left: 58.3333333333%
    }

    .col-md-push-8 {
        left: 66.6666666667%
    }

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

    .col-md-push-10 {
        left: 83.3333333333%
    }

    .col-md-push-11 {
        left: 91.6666666667%
    }

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

    .col-md-pull-1 {
        right: 8.3333333333%
    }

    .col-md-pull-2 {
        right: 16.6666666667%
    }

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

    .col-md-pull-4 {
        right: 33.3333333333%
    }

    .col-md-pull-5 {
        right: 41.6666666667%
    }

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

    .col-md-pull-7 {
        right: 58.3333333333%
    }

    .col-md-pull-8 {
        right: 66.6666666667%
    }

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

    .col-md-pull-10 {
        right: 83.3333333333%
    }

    .col-md-pull-11 {
        right: 91.6666666667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
    .container {
        max-width: 1170px
    }

    .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 {
        float: left
    }

    .col-lg-1 {
        width: 8.3333333333%
    }

    .col-lg-2 {
        width: 16.6666666667%
    }

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

    .col-lg-4 {
        width: 33.3333333333%
    }

    .col-lg-5 {
        width: 41.6666666667%
    }

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

    .col-lg-7 {
        width: 58.3333333333%
    }

    .col-lg-8 {
        width: 66.6666666667%
    }

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

    .col-lg-10 {
        width: 83.3333333333%
    }

    .col-lg-11 {
        width: 91.6666666667%
    }

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

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

    .col-lg-push-1 {
        left: 8.3333333333%
    }

    .col-lg-push-2 {
        left: 16.6666666667%
    }

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

    .col-lg-push-4 {
        left: 33.3333333333%
    }

    .col-lg-push-5 {
        left: 41.6666666667%
    }

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

    .col-lg-push-7 {
        left: 58.3333333333%
    }

    .col-lg-push-8 {
        left: 66.6666666667%
    }

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

    .col-lg-push-10 {
        left: 83.3333333333%
    }

    .col-lg-push-11 {
        left: 91.6666666667%
    }

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

    .col-lg-pull-1 {
        right: 8.3333333333%
    }

    .col-lg-pull-2 {
        right: 16.6666666667%
    }

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

    .col-lg-pull-4 {
        right: 33.3333333333%
    }

    .col-lg-pull-5 {
        right: 41.6666666667%
    }

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

    .col-lg-pull-7 {
        right: 58.3333333333%
    }

    .col-lg-pull-8 {
        right: 66.6666666667%
    }

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

    .col-lg-pull-10 {
        right: 83.3333333333%
    }

    .col-lg-pull-11 {
        right: 91.6666666667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

table {
    background-color: rgba(0, 0, 0, 0)
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #999;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px
}

.table>thead>tr>th, .table>thead>tr>td, .table>tbody>tr>th, .table>tbody>tr>td, .table>tfoot>tr>th, .table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.6;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>th, .table>caption+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>td, .table>thead:first-child>tr:first-child>th, .table>thead:first-child>tr:first-child>td {
    border-top: 0
}

.table>tbody+tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed>thead>tr>th, .table-condensed>thead>tr>td, .table-condensed>tbody>tr>th, .table-condensed>tbody>tr>td, .table-condensed>tfoot>tr>th, .table-condensed>tfoot>tr>td {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>tfoot>tr>td {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>th, .table-bordered>thead>tr>td {
    border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover>tbody>tr:hover {
    background-color: #f5f5f5
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column
}

table td[class*="col-"], table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell
}

table {
    background-color: rgba(0, 0, 0, 0)
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #999;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px
}

.table>thead>tr>th, .table>thead>tr>td, .table>tbody>tr>th, .table>tbody>tr>td, .table>tfoot>tr>th, .table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.6;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>th, .table>caption+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>td, .table>thead:first-child>tr:first-child>th, .table>thead:first-child>tr:first-child>td {
    border-top: 0
}

.table>tbody+tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed>thead>tr>th, .table-condensed>thead>tr>td, .table-condensed>tbody>tr>th, .table-condensed>tbody>tr>td, .table-condensed>tfoot>tr>th, .table-condensed>tfoot>tr>td {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>tfoot>tr>td {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>th, .table-bordered>thead>tr>td {
    border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover>tbody>tr:hover {
    background-color: #f5f5f5
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column
}

table td[class*="col-"], table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell
}

/*!
 

*  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: 'FontAwesome';
    src: url("../fonts/font-awesome/fonts/fontawesome-webfont.eot?v=4.3.0");
    src: url("../fonts/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../fonts/font-awesome/fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../fonts/font-awesome/fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../fonts/font-awesome/fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../fonts/font-awesome/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
    font-weight: normal;
    font-style: normal
}

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

.fa-lg {
    font-size: 1.3333333333em;
    line-height: .75em;
    vertical-align: -15%
}

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

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.2857142857em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.1428571429em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.1428571429em;
    width: 2.1428571429em;
    top: .1428571429em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.8571428571em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eee;
    border-radius: .1em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: ""
}

.fa-music:before {
    content: ""
}

.fa-search:before {
    content: ""
}

.fa-envelope-o:before {
    content: ""
}

.fa-heart:before {
    content: ""
}

.fa-star:before {
    content: ""
}

.fa-star-o:before {
    content: ""
}

.fa-user:before {
    content: ""
}

.fa-film:before {
    content: ""
}

.fa-th-large:before {
    content: ""
}

.fa-th:before {
    content: ""
}

.fa-th-list:before {
    content: ""
}

.fa-check:before {
    content: ""
}

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

.fa-search-plus:before {
    content: ""
}

.fa-search-minus:before {
    content: ""
}

.fa-power-off:before {
    content: ""
}

.fa-signal:before {
    content: ""
}

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

.fa-trash-o:before {
    content: ""
}

.fa-home:before {
    content: ""
}

.fa-file-o:before {
    content: ""
}

.fa-clock-o:before {
    content: ""
}

.fa-road:before {
    content: ""
}

.fa-download:before {
    content: ""
}

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

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

.fa-inbox:before {
    content: ""
}

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

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

.fa-refresh:before {
    content: ""
}

.fa-list-alt:before {
    content: ""
}

.fa-lock:before {
    content: ""
}

.fa-flag:before {
    content: ""
}

.fa-headphones:before {
    content: ""
}

.fa-volume-off:before {
    content: ""
}

.fa-volume-down:before {
    content: ""
}

.fa-volume-up:before {
    content: ""
}

.fa-qrcode:before {
    content: ""
}

.fa-barcode:before {
    content: ""
}

.fa-tag:before {
    content: ""
}

.fa-tags:before {
    content: ""
}

.fa-book:before {
    content: ""
}

.fa-bookmark:before {
    content: ""
}

.fa-print:before {
    content: ""
}

.fa-camera:before {
    content: ""
}

.fa-font:before {
    content: ""
}

.fa-bold:before {
    content: ""
}

.fa-italic:before {
    content: ""
}

.fa-text-height:before {
    content: ""
}

.fa-text-width:before {
    content: ""
}

.fa-align-left:before {
    content: ""
}

.fa-align-center:before {
    content: ""
}

.fa-align-right:before {
    content: ""
}

.fa-align-justify:before {
    content: ""
}

.fa-list:before {
    content: ""
}

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

.fa-indent:before {
    content: ""
}

.fa-video-camera:before {
    content: ""
}

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

.fa-pencil:before {
    content: ""
}

.fa-map-marker:before {
    content: ""
}

.fa-adjust:before {
    content: ""
}

.fa-tint:before {
    content: ""
}

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

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

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

.fa-arrows:before {
    content: ""
}

.fa-step-backward:before {
    content: ""
}

.fa-fast-backward:before {
    content: ""
}

.fa-backward:before {
    content: ""
}

.fa-play:before {
    content: ""
}

.fa-pause:before {
    content: ""
}

.fa-stop:before {
    content: ""
}

.fa-forward:before {
    content: ""
}

.fa-fast-forward:before {
    content: ""
}

.fa-step-forward:before {
    content: ""
}

.fa-eject:before {
    content: ""
}

.fa-chevron-left:before {
    content: ""
}

.fa-chevron-right:before {
    content: ""
}

.fa-plus-circle:before {
    content: ""
}

.fa-minus-circle:before {
    content: ""
}

.fa-times-circle:before {
    content: ""
}

.fa-check-circle:before {
    content: ""
}

.fa-question-circle:before {
    content: ""
}

.fa-info-circle:before {
    content: ""
}

.fa-crosshairs:before {
    content: ""
}

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

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

.fa-ban:before {
    content: ""
}

.fa-arrow-left:before {
    content: ""
}

.fa-arrow-right:before {
    content: ""
}

.fa-arrow-up:before {
    content: ""
}

.fa-arrow-down:before {
    content: ""
}

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

.fa-expand:before {
    content: ""
}

.fa-compress:before {
    content: ""
}

.fa-plus:before {
    content: ""
}

.fa-minus:before {
    content: ""
}

.fa-asterisk:before {
    content: ""
}

.fa-exclamation-circle:before {
    content: ""
}

.fa-gift:before {
    content: ""
}

.fa-leaf:before {
    content: ""
}

.fa-fire:before {
    content: ""
}

.fa-eye:before {
    content: ""
}

.fa-eye-slash:before {
    content: ""
}

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

.fa-plane:before {
    content: ""
}

.fa-calendar:before {
    content: ""
}

.fa-random:before {
    content: ""
}

.fa-comment:before {
    content: ""
}

.fa-magnet:before {
    content: ""
}

.fa-chevron-up:before {
    content: ""
}

.fa-chevron-down:before {
    content: ""
}

.fa-retweet:before {
    content: ""
}

.fa-shopping-cart:before {
    content: ""
}

.fa-folder:before {
    content: ""
}

.fa-folder-open:before {
    content: ""
}

.fa-arrows-v:before {
    content: ""
}

.fa-arrows-h:before {
    content: ""
}

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

.fa-twitter-square:before {
    content: ""
}

.fa-facebook-square:before {
    content: ""
}

.fa-camera-retro:before {
    content: ""
}

.fa-key:before {
    content: ""
}

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

.fa-comments:before {
    content: ""
}

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

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

.fa-star-half:before {
    content: ""
}

.fa-heart-o:before {
    content: ""
}

.fa-sign-out:before {
    content: ""
}

.fa-linkedin-square:before {
    content: ""
}

.fa-thumb-tack:before {
    content: ""
}

.fa-external-link:before {
    content: ""
}

.fa-sign-in:before {
    content: ""
}

.fa-trophy:before {
    content: ""
}

.fa-github-square:before {
    content: ""
}

.fa-upload:before {
    content: ""
}

.fa-lemon-o:before {
    content: ""
}

.fa-phone:before {
    content: ""
}

.fa-square-o:before {
    content: ""
}

.fa-bookmark-o:before {
    content: ""
}

.fa-phone-square:before {
    content: ""
}

.fa-twitter:before {
    content: ""
}

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

.fa-github:before {
    content: ""
}

.fa-unlock:before {
    content: ""
}

.fa-credit-card:before {
    content: ""
}

.fa-rss:before {
    content: ""
}

.fa-hdd-o:before {
    content: ""
}

.fa-bullhorn:before {
    content: ""
}

.fa-bell:before {
    content: ""
}

.fa-certificate:before {
    content: ""
}

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

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

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

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

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

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

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

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

.fa-globe:before {
    content: ""
}

.fa-wrench:before {
    content: ""
}

.fa-tasks:before {
    content: ""
}

.fa-filter:before {
    content: ""
}

.fa-briefcase:before {
    content: ""
}

.fa-arrows-alt:before {
    content: ""
}

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

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

.fa-cloud:before {
    content: ""
}

.fa-flask:before {
    content: ""
}

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

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

.fa-paperclip:before {
    content: ""
}

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

.fa-square:before {
    content: ""
}

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

.fa-list-ul:before {
    content: ""
}

.fa-list-ol:before {
    content: ""
}

.fa-strikethrough:before {
    content: ""
}

.fa-underline:before {
    content: ""
}

.fa-table:before {
    content: ""
}

.fa-magic:before {
    content: ""
}

.fa-truck:before {
    content: ""
}

.fa-pinterest:before {
    content: ""
}

.fa-pinterest-square:before {
    content: ""
}

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

.fa-google-plus:before {
    content: ""
}

.fa-money:before {
    content: ""
}

.fa-caret-down:before {
    content: ""
}

.fa-caret-up:before {
    content: ""
}

.fa-caret-left:before {
    content: ""
}

.fa-caret-right:before {
    content: ""
}

.fa-columns:before {
    content: ""
}

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

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

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

.fa-envelope:before {
    content: ""
}

.fa-linkedin:before {
    content: ""
}

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

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

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

.fa-comment-o:before {
    content: ""
}

.fa-comments-o:before {
    content: ""
}

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

.fa-sitemap:before {
    content: ""
}

.fa-umbrella:before {
    content: ""
}

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

.fa-lightbulb-o:before {
    content: ""
}

.fa-exchange:before {
    content: ""
}

.fa-cloud-download:before {
    content: ""
}

.fa-cloud-upload:before {
    content: ""
}

.fa-user-md:before {
    content: ""
}

.fa-stethoscope:before {
    content: ""
}

.fa-suitcase:before {
    content: ""
}

.fa-bell-o:before {
    content: ""
}

.fa-coffee:before {
    content: ""
}

.fa-cutlery:before {
    content: ""
}

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

.fa-building-o:before {
    content: ""
}

.fa-hospital-o:before {
    content: ""
}

.fa-ambulance:before {
    content: ""
}

.fa-medkit:before {
    content: ""
}

.fa-fighter-jet:before {
    content: ""
}

.fa-beer:before {
    content: ""
}

.fa-h-square:before {
    content: ""
}

.fa-plus-square:before {
    content: ""
}

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

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

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

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

.fa-angle-left:before {
    content: ""
}

.fa-angle-right:before {
    content: ""
}

.fa-angle-up:before {
    content: ""
}

.fa-angle-down:before {
    content: ""
}

.fa-desktop:before {
    content: ""
}

.fa-laptop:before {
    content: ""
}

.fa-tablet:before {
    content: ""
}

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

.fa-circle-o:before {
    content: ""
}

.fa-quote-left:before {
    content: ""
}

.fa-quote-right:before {
    content: ""
}

.fa-spinner:before {
    content: ""
}

.fa-circle:before {
    content: ""
}

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

.fa-github-alt:before {
    content: ""
}

.fa-folder-o:before {
    content: ""
}

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

.fa-smile-o:before {
    content: ""
}

.fa-frown-o:before {
    content: ""
}

.fa-meh-o:before {
    content: ""
}

.fa-gamepad:before {
    content: ""
}

.fa-keyboard-o:before {
    content: ""
}

.fa-flag-o:before {
    content: ""
}

.fa-flag-checkered:before {
    content: ""
}

.fa-terminal:before {
    content: ""
}

.fa-code:before {
    content: ""
}

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

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

.fa-location-arrow:before {
    content: ""
}

.fa-crop:before {
    content: ""
}

.fa-code-fork:before {
    content: ""
}

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

.fa-question:before {
    content: ""
}

.fa-info:before {
    content: ""
}

.fa-exclamation:before {
    content: ""
}

.fa-superscript:before {
    content: ""
}

.fa-subscript:before {
    content: ""
}

.fa-eraser:before {
    content: ""
}

.fa-puzzle-piece:before {
    content: ""
}

.fa-microphone:before {
    content: ""
}

.fa-microphone-slash:before {
    content: ""
}

.fa-shield:before {
    content: ""
}

.fa-calendar-o:before {
    content: ""
}

.fa-fire-extinguisher:before {
    content: ""
}

.fa-rocket:before {
    content: ""
}

.fa-maxcdn:before {
    content: ""
}

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

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

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

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

.fa-html5:before {
    content: ""
}

.fa-css3:before {
    content: ""
}

.fa-anchor:before {
    content: ""
}

.fa-unlock-alt:before {
    content: ""
}

.fa-bullseye:before {
    content: ""
}

.fa-ellipsis-h:before {
    content: ""
}

.fa-ellipsis-v:before {
    content: ""
}

.fa-rss-square:before {
    content: ""
}

.fa-play-circle:before {
    content: ""
}

.fa-ticket:before {
    content: ""
}

.fa-minus-square:before {
    content: ""
}

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

.fa-level-up:before {
    content: ""
}

.fa-level-down:before {
    content: ""
}

.fa-check-square:before {
    content: ""
}

.fa-pencil-square:before {
    content: ""
}

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

.fa-share-square:before {
    content: ""
}

.fa-compass:before {
    content: ""
}

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

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

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

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

.fa-gbp:before {
    content: ""
}

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

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

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

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

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

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

.fa-file:before {
    content: ""
}

.fa-file-text:before {
    content: ""
}

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

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

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

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

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

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

.fa-thumbs-up:before {
    content: ""
}

.fa-thumbs-down:before {
    content: ""
}

.fa-youtube-square:before {
    content: ""
}

.fa-youtube:before {
    content: ""
}

.fa-xing:before {
    content: ""
}

.fa-xing-square:before {
    content: ""
}

.fa-youtube-play:before {
    content: ""
}

.fa-dropbox:before {
    content: ""
}

.fa-stack-overflow:before {
    content: ""
}

.fa-instagram:before {
    content: ""
}

.fa-flickr:before {
    content: ""
}

.fa-adn:before {
    content: ""
}

.fa-bitbucket:before {
    content: ""
}

.fa-bitbucket-square:before {
    content: ""
}

.fa-tumblr:before {
    content: ""
}

.fa-tumblr-square:before {
    content: ""
}

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

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

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

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

.fa-apple:before {
    content: ""
}

.fa-windows:before {
    content: ""
}

.fa-android:before {
    content: ""
}

.fa-linux:before {
    content: ""
}

.fa-dribbble:before {
    content: ""
}

.fa-skype:before {
    content: ""
}

.fa-foursquare:before {
    content: ""
}

.fa-trello:before {
    content: ""
}

.fa-female:before {
    content: ""
}

.fa-male:before {
    content: ""
}

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

.fa-sun-o:before {
    content: ""
}

.fa-moon-o:before {
    content: ""
}

.fa-archive:before {
    content: ""
}

.fa-bug:before {
    content: ""
}

.fa-vk:before {
    content: ""
}

.fa-weibo:before {
    content: ""
}

.fa-renren:before {
    content: ""
}

.fa-pagelines:before {
    content: ""
}

.fa-stack-exchange:before {
    content: ""
}

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

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

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

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

.fa-wheelchair:before {
    content: ""
}

.fa-vimeo-square:before {
    content: ""
}

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

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

.fa-space-shuttle:before {
    content: ""
}

.fa-slack:before {
    content: ""
}

.fa-envelope-square:before {
    content: ""
}

.fa-wordpress:before {
    content: ""
}

.fa-openid:before {
    content: ""
}

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

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

.fa-yahoo:before {
    content: ""
}

.fa-google:before {
    content: ""
}

.fa-reddit:before {
    content: ""
}

.fa-reddit-square:before {
    content: ""
}

.fa-stumbleupon-circle:before {
    content: ""
}

.fa-stumbleupon:before {
    content: ""
}

.fa-delicious:before {
    content: ""
}

.fa-digg:before {
    content: ""
}

.fa-pied-piper:before {
    content: ""
}

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

.fa-drupal:before {
    content: ""
}

.fa-joomla:before {
    content: ""
}

.fa-language:before {
    content: ""
}

.fa-fax:before {
    content: ""
}

.fa-building:before {
    content: ""
}

.fa-child:before {
    content: ""
}

.fa-paw:before {
    content: ""
}

.fa-spoon:before {
    content: ""
}

.fa-cube:before {
    content: ""
}

.fa-cubes:before {
    content: ""
}

.fa-behance:before {
    content: ""
}

.fa-behance-square:before {
    content: ""
}

.fa-steam:before {
    content: ""
}

.fa-steam-square:before {
    content: ""
}

.fa-recycle:before {
    content: ""
}

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

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

.fa-tree:before {
    content: ""
}

.fa-spotify:before {
    content: ""
}

.fa-deviantart:before {
    content: ""
}

.fa-soundcloud:before {
    content: ""
}

.fa-database:before {
    content: ""
}

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

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

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

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

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

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

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

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

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

.fa-vine:before {
    content: ""
}

.fa-codepen:before {
    content: ""
}

.fa-jsfiddle:before {
    content: ""
}

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

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

.fa-ra:before, .fa-rebel:before {
    content: ""
}

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

.fa-git-square:before {
    content: ""
}

.fa-git:before {
    content: ""
}

.fa-hacker-news:before {
    content: ""
}

.fa-tencent-weibo:before {
    content: ""
}

.fa-qq:before {
    content: ""
}

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

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

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

.fa-history:before {
    content: ""
}

.fa-genderless:before, .fa-circle-thin:before {
    content: ""
}

.fa-header:before {
    content: ""
}

.fa-paragraph:before {
    content: ""
}

.fa-sliders:before {
    content: ""
}

.fa-share-alt:before {
    content: ""
}

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

.fa-bomb:before {
    content: ""
}

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

.fa-tty:before {
    content: ""
}

.fa-binoculars:before {
    content: ""
}

.fa-plug:before {
    content: ""
}

.fa-slideshare:before {
    content: ""
}

.fa-twitch:before {
    content: ""
}

.fa-yelp:before {
    content: ""
}

.fa-newspaper-o:before {
    content: ""
}

.fa-wifi:before {
    content: ""
}

.fa-calculator:before {
    content: ""
}

.fa-paypal:before {
    content: ""
}

.fa-google-wallet:before {
    content: ""
}

.fa-cc-visa:before {
    content: ""
}

.fa-cc-mastercard:before {
    content: ""
}

.fa-cc-discover:before {
    content: ""
}

.fa-cc-amex:before {
    content: ""
}

.fa-cc-paypal:before {
    content: ""
}

.fa-cc-stripe:before {
    content: ""
}

.fa-bell-slash:before {
    content: ""
}

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

.fa-trash:before {
    content: ""
}

.fa-copyright:before {
    content: ""
}

.fa-at:before {
    content: ""
}

.fa-eyedropper:before {
    content: ""
}

.fa-paint-brush:before {
    content: ""
}

.fa-birthday-cake:before {
    content: ""
}

.fa-area-chart:before {
    content: ""
}

.fa-pie-chart:before {
    content: ""
}

.fa-line-chart:before {
    content: ""
}

.fa-lastfm:before {
    content: ""
}

.fa-lastfm-square:before {
    content: ""
}

.fa-toggle-off:before {
    content: ""
}

.fa-toggle-on:before {
    content: ""
}

.fa-bicycle:before {
    content: ""
}

.fa-bus:before {
    content: ""
}

.fa-ioxhost:before {
    content: ""
}

.fa-angellist:before {
    content: ""
}

.fa-cc:before {
    content: ""
}

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

.fa-meanpath:before {
    content: ""
}

.fa-buysellads:before {
    content: ""
}

.fa-connectdevelop:before {
    content: ""
}

.fa-dashcube:before {
    content: ""
}

.fa-forumbee:before {
    content: ""
}

.fa-leanpub:before {
    content: ""
}

.fa-sellsy:before {
    content: ""
}

.fa-shirtsinbulk:before {
    content: ""
}

.fa-simplybuilt:before {
    content: ""
}

.fa-skyatlas:before {
    content: ""
}

.fa-cart-plus:before {
    content: ""
}

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

.fa-diamond:before {
    content: ""
}

.fa-ship:before {
    content: ""
}

.fa-user-secret:before {
    content: ""
}

.fa-motorcycle:before {
    content: ""
}

.fa-street-view:before {
    content: ""
}

.fa-heartbeat:before {
    content: ""
}

.fa-venus:before {
    content: ""
}

.fa-mars:before {
    content: ""
}

.fa-mercury:before {
    content: ""
}

.fa-transgender:before {
    content: ""
}

.fa-transgender-alt:before {
    content: ""
}

.fa-venus-double:before {
    content: ""
}

.fa-mars-double:before {
    content: ""
}

.fa-venus-mars:before {
    content: ""
}

.fa-mars-stroke:before {
    content: ""
}

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

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

.fa-neuter:before {
    content: ""
}

.fa-facebook-official:before {
    content: ""
}

.fa-pinterest-p:before {
    content: ""
}

.fa-whatsapp:before {
    content: ""
}

.fa-server:before {
    content: ""
}

.fa-user-plus:before {
    content: ""
}

.fa-user-times:before {
    content: ""
}

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

.fa-viacoin:before {
    content: ""
}

.fa-train:before {
    content: ""
}

.fa-subway:before {
    content: ""
}

.fa-medium:before {
    content: ""
}

body {
    font-weight: 500;
    -moz-osx-font-smoothing: grayscale !important;
    -webkit-font-smoothing: antialiased
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    body {
        font-weight: 200
    }
}

@media (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
    body {
        font-weight: 200
    }
}

@media (-webkit-min-device-pixel-ratio: 1.3), (min-resolution: 124.8dpi) {
    body {
        font-weight: 200
    }
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
    body {
        font-weight: 200
    }
}

p {
    margin: 0 0 15px
}

.lead {
    margin-bottom: 30px;
    font-size: 21.85px;
    font-weight: 200;
    line-height: 1.4
}

@media (min-width: 768px) {
    .lead {
        font-size: 28.5px
    }
}

small {
    font-size: 85%
}

cite {
    font-style: normal
}

.text-muted {
    color: #999
}

.text-primary {
    color: #2a2a2a
}

.text-warning {
    color: #c09853
}

.text-danger {
    color: #b94a48
}

.text-success {
    color: #468847
}

.text-info {
    color: #3a87ad
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "myriad-pro", Helvetica, Arial, sans-serif;
    font-weight: 200;
    line-height: 1.1
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small {
    font-weight: normal;
    line-height: 1;
    color: #999
}

h1, h2, h3 {
    margin-top: 30px;
    margin-bottom: 15px
}

h4, h5, h6 {
    margin-top: 15px;
    margin-bottom: 15px
}

h1, .h1 {
    font-size: 49px
}

h2, .h2 {
    font-size: 40px
}

h3, .h3 {
    font-size: 33px
}

h4, .h4 {
    font-size: 24px
}

h5, .h5 {
    font-size: 19px
}

h6, .h6 {
    font-size: 17px
}

h1 small, .h1 small {
    font-size: 33px
}

h2 small, .h2 small {
    font-size: 24px
}

h3 small, .h3 small, h4 small, .h4 small {
    font-size: 19px
}

.page-header {
    padding-bottom: 14px;
    margin: 60px 0 30px;
    border-bottom: 1px solid #d5d5d5
}

ul, ol {
    margin-top: 0;
    margin-bottom: 15px
}

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

ul {
    list-style-type: square
}

.list-unstyled, .list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

dl {
    margin-bottom: 30px
}

dt, dd {
    line-height: 1.6
}

dt {
    font-weight: bold
}

dd {
    margin-left: 0
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }

    .dl-horizontal dd:before, .dl-horizontal dd:after {
        content: " ";
        display: table
    }

    .dl-horizontal dd:after {
        clear: both
    }
}

abbr[title], abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #999
}

abbr.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 0px 1em;
    margin: 1em 0;
    border-left: 5px solid #d5d5d5
}

blockquote p {
    font-size: 23.75px;
    font-weight: 300;
    line-height: 1.25
}

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

blockquote small {
    display: block;
    line-height: 1.6;
    color: #999
}

blockquote small:before {
    content: '\2014 \00A0'
}

blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #d5d5d5;
    border-left: 0
}

blockquote.pull-right p, blockquote.pull-right small {
    text-align: right
}

blockquote.pull-right small:before {
    content: ''
}

blockquote.pull-right small:after {
    content: '\00A0 \2014'
}

q:before, q:after, blockquote:before, blockquote:after {
    content: ""
}

address {
    display: block;
    margin-bottom: 30px;
    font-style: normal;
    line-height: 1.6
}

*, *:focus, *:active {
    outline: none !important
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type="radio"], input[type="checkbox"] {
    margin: 4px 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}

input[type="file"] {
    display: block
}

select[multiple], select[size] {
    height: auto
}

select optgroup {
    font-size: inherit;
    font-style: inherit;
    font-family: inherit
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

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

.form-control:-moz-placeholder {
    color: #999
}

.form-control::-moz-placeholder {
    color: #999
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

textarea {
    height: 200px;
    width: 100% !important
}

form.search {
    position: relative
}


form.search button {
    background: none;
    position: absolute;
    text-align: center;
    top: 0;
    right: 0;
    z-index: 999;
    color: #999;
    outline: 0;
    border: 0;
    height: 100%;
    padding: inherit !important;
    padding-left: 7px;
    width: 50px;
    border-left: 1px solid #d5d5d5;
    -webkit-transition: background .3s, color .3s;
    transition: background .3s, color .3s
}

form.search button:hover {
    background: #89dfff;
    color: #fff
}

form.search button:active {
    background: #70d8ff
}

.form-group {
    margin-bottom: 15px
}

input[type="radio"][disabled], fieldset[disabled] input[type="radio"], input[type="checkbox"][disabled], fieldset[disabled] input[type="checkbox"], .checkbox-inline[disabled], fieldset[disabled] .checkbox-inline {
    cursor: not-allowed
}

.input-sm {
    height: 37px;
    padding: 5px 10px;
    font-size: 17px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm {
    height: 37px;
    line-height: 37px
}

textarea.input-sm {
    height: auto
}

.input-lg {
    height: 53px;
    padding: 10px 16px;
    font-size: 24px;
    line-height: 1.33;
    border-radius: 6px
}

select.input-lg {
    height: 53px;
    line-height: 53px
}

textarea.input-lg {
    height: auto
}

.has-warning .help-block, .has-warning .control-label {
    color: #c09853
}

.has-warning .form-control {
    border-color: #c09853;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-warning .form-control:focus {
    border-color: #a47e3c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e
}

.has-warning .input-group-addon {
    color: #c09853;
    border-color: #c09853;
    background-color: #fcf8e3
}

.has-error .help-block, .has-error .control-label {
    color: #b94a48
}

.has-error .form-control {
    border-color: #b94a48;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-error .form-control:focus {
    border-color: #953b39;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392
}

.has-error .input-group-addon {
    color: #b94a48;
    border-color: #b94a48;
    background-color: #f2dede
}

.has-success .help-block, .has-success .control-label {
    color: #468847
}

.has-success .form-control {
    border-color: #468847;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-success .form-control:focus {
    border-color: #356635;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b
}

.has-success .input-group-addon {
    color: #468847;
    border-color: #468847;
    background-color: #dff0d8
}

.ginput_container {
    width: 100%
}

@media (min-width: 992px) {
    .ginput_container {
        width: 70%
    }

    .ginput_container .ginput_full {
        display: block
    }

    .ginput_container .ginput_left, .ginput_container .ginput_right {
        width: 47.5%;
        display: inline-block
    }

    .ginput_container .ginput_left select, .ginput_container .ginput_right select {
        max-width: 100%
    }

    .ginput_container .ginput_left:before, .ginput_container .ginput_right:before {
        content: " ";
        display: block;
        height: 1px;
        clear: both
    }

    .ginput_container .ginput_left {
        margin-right: 5%
    }
}

.ginput_container.ginput_complex label {
    font-weight: 100;
    font-size: 1em
}

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

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
    font-size: 28.5px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    margin-bottom: 5px;
    cursor: pointer;
    font-weight: 900
}

.gform_heading {
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 2em;
    margin-bottom: 2em
}

.gform_heading .gform_title {
    color: #6a6a6a
}

select {
    border: 1px solid #d5d5d5;
    font-weight: 100;
    font-size: 1.1em;
    height: 40px;
    text-indent: 2px;
    background: #fff;
    cursor: pointer;
    overflow: visible;
    min-width: 100px
}

select#campus-switcher {
    border: 0px;
    background: none;
    color: #fff;
    padding: 0 !important;
    -webkit-appearance: none;
    appearance: normal
}

.gfield_radio, .gfield_checkbox {
    font-weight: 100
}

.gform_body ul {
    padding: 0
}

.gform_body ul li {
    list-style-type: none
}

.gform_body .gfield {
    margin-bottom: 2em
}

input[type="text"], input[type="email"], input[type="url"], input[type="number"], input[type="tel"], textarea {
    border: 1px solid #d5d5d5;
    font-weight: 100;
    padding: 15px;
    -webkit-transition: 0.3s border;
    transition: 0.3s border;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0
}

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="number"]:focus, input[type="tel"]:focus, textarea:focus {
    border: 1px solid #2a2a2a
}

.ginput_container input[type="text"], .ginput_container input[type="email"], .ginput_container input[type="url"], .ginput_container input[type="number"], .ginput_container textarea {
    width: 100%
}

input[type="radio"]:before {
    content: "\f10c";
    display: inline-block;
    opacity: 1;
    color: #d5d5d5;
    margin-top: 5px
}

input[type="radio"]:checked:before {
    content: "\f192";
    color: #0094cb
}

input[type="checkbox"]:before {
    content: "\f096";
    display: inline-block;
    opacity: 1;
    color: #c8c8c8;
    margin-top: 5px;
    margin-right: 2px
}

input[type="checkbox"]:checked:before {
    content: "\f14a";
    color: #0094cb;
    margin-right: 1px
}

.gfield_checkbox label, .gfield_radio label {
    font-weight: 100
}

input[type="radio"], input[type="checkbox"] {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none
}

input[type="radio"] label, input[type="checkbox"] label {
    font-weight: 100
}

input[type="radio"]:before, input[type="checkbox"]:before {
    cursor: pointer
}

.gform_body h3 {
    margin-bottom: 0px;
    color: #2a2a2a !important
}

.gform_body .gfield_html {
    margin-bottom: 1em
}

form.search {
    position: relative
}

form.search input[type="text"] {
    border: 0px;
    border-radius: 3px;
    width: 100%;
    padding: 10px
}

form.search button {
    background: none;
    position: absolute;
    text-align: center;
    top: 0;
    right: 0;
    z-index: 999;
    color: #999;
    outline: 0;
    border: 0;
    height: 100%;
    padding: inherit !important;
    padding-left: 7px;
    width: 50px;
    border-left: 1px solid #d5d5d5;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: background .3s, color .3s;
    transition: background .3s, color .3s
}

form.search button:hover {
    background: #89dfff;
    color: #fff
}

form.search button:active {
    background: #70d8ff
}

.gfield_required {
    color: #dd4040
}

.gfield_date_dropdown_month, .gfield_date_dropdown_day, .gfield_date_dropdown_year {
    display: inline
}

.header-wrapper {
    z-index: 9998;
    background: #2a2a2a
}

.header-wrapper a {
    color: #fff
}

.top-level {
    padding-top: 12px;
    padding-bottom: 10px;
    position: relative
}

img.logo {
    width: 100%;
    max-width: 200px
}

nav.header {
    background: #6a6a6a
}

@media (max-width: 992px) and (min-width: 768px) {
    nav.header .mainnav .nav ul li:after {
        margin: 0 .5rem
    }
}

@media (max-width: 767px) {
    nav.header {
        width: 100%;
        height: 100%;
        right: 0;
        top: 0px;
        z-index: 9997;
        max-width: 0px;
        -webkit-transition: 0.3s max-width;
        transition: 0.3s max-width
    }

    nav.header.active {
        display: block;
        max-width: 100%
    }
}

@media (max-width: 767px) {
    nav.header .mainnav {
        padding-left: 0;
        padding-right: 0;
        min-width: 300px
    }
}

nav.header .mainnav .nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

nav.header .mainnav .nav:before, nav.header .mainnav .nav:after {
    content: " ";
    display: table
}

nav.header .mainnav .nav:after {
    clear: both
}

nav.header .mainnav .nav ul {
    padding: 0px;
    margin: 0px
}

nav.header .mainnav .nav ul li {
    display: inline-block
}

@media (max-width: 767px) {
    nav.header .mainnav .nav ul li {
        border-bottom: 1px solid #21446c;
        display: block
    }
}

nav.header .mainnav .nav ul li:first-child a {
    padding-left: 0px
}

@media (max-width: 767px) {
    nav.header .mainnav .nav ul li:first-child a {
        padding-left: inherit
    }
}

nav.header .mainnav .nav ul li:after {
    font-size: #fff;
    content: ' ';
    display: inline-block;
    margin: 0px 1rem;
    font-weight: 400 !important
}

@media (max-width: 767px) {
    nav.header .mainnav .nav ul li:after {
        content: none
    }
}

@media (max-width: 1200px) and (min-width: 992px) {
    nav.header .mainnav .nav ul li:after {
        margin: 0 .8rem
    }
}

nav.header .mainnav .nav ul li a, nav.header .mainnav .nav ul li:after {
    font-size: 1.1em;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    -webkit-transition: color .3s, background .3s;
    transition: color .3s, background .3s;
    color: #fff
}

@media (max-width: 992px) and (min-width: 768px) {
    nav.header .mainnav .nav ul li a, nav.header .mainnav .nav ul li:after {
        font-size: .9em;
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

@media (max-width: 767px) {
    nav.header .mainnav .nav ul li a, nav.header .mainnav .nav ul li:after {
        display: block;
        padding-left: 15px !important
    }
}

nav.header .mainnav .nav ul li a .fa, nav.header .mainnav .nav ul li:after .fa {
    display: none
}

nav.header .mainnav .nav ul li a:hover, nav.header .mainnav .nav ul li a:focus, nav.header .mainnav .nav ul li a.active, nav.header .mainnav .nav ul li:after:hover, nav.header .mainnav .nav ul li:after:focus, nav.header .mainnav .nav ul li:after.active {
    color: #89dfff;
    text-decoration: none
}

@media (max-width: 767px) {
    nav.header .mainnav .nav ul li a:hover, nav.header .mainnav .nav ul li a:focus, nav.header .mainnav .nav ul li a.active, nav.header .mainnav .nav ul li:after:hover, nav.header .mainnav .nav ul li:after:focus, nav.header .mainnav .nav ul li:after.active {
        color: #fff;
        background: #21446c
    }
}

.nav .fa {
    display: none;
    float: right;
    position: relative;
    bottom: -4px;
    margin-right: 15px
}

@media (max-width: 767px) {
    .nav .fa {
        display: inline-block !important
    }
}

.mobile-bar {
    display: none;
    background: #1b3858;
    font-weight: 700;
    color: #6a6a6a !important;
    text-transform: uppercase
}

.mobile-bar:hover, .mobile-bar:active {
    color: #6a6a6a
}

.mobile-bar .menu-close, .mobile-bar .menu-back {
    display: inline-block !important;
    background: #6a6a6a;
    padding: 15px 20px !important;
    background: #152c45;
    margin-right: 15px;
    color: #fff;
    -webkit-transition: color .3s, background .3s;
    transition: color .3s, background .3s
}

.mobile-bar .menu-close:hover, .mobile-bar .menu-close:active, .mobile-bar .menu-back:hover, .mobile-bar .menu-back:active {
    background: #0f1f31
}

.mobile-bar .menu-close .fa, .mobile-bar .menu-back .fa {
    float: none !important;
    margin-right: 0px;
    bottom: 0
}

@media (max-width: 767px) {
    .mobile-bar {
        display: block
    }
}

.header-inner {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.header-inner .header-item {
    display: table-cell;
    vertical-align: middle
}

.header-inner .header-item.logo-wrapper {
    width: 25%
}

.header-inner .header-item.logo-wrapper .mobile-menu {
    display: none;
    position: absolute;
    left: 12px;
    top: 14px;
    border: 1px solid #fff;
    padding: 3px 8px;
    -webkit-transition: background 0.3s;
    transition: background 0.3s
}

.header-inner .header-item.logo-wrapper .mobile-menu:hover, .header-inner .header-item.logo-wrapper .mobile-menu:active {
    background: #0094cb
}

@media (max-width: 767px) {
    .header-inner .header-item.logo-wrapper {
        width: 100%;
        text-align: center
    }

    .header-inner .header-item.logo-wrapper img.logo {
        display: none;
    }

    .header-inner .header-item.logo-wrapper .mobile-menu {
        display: block
    }
}

.header-inner .header-item.campus-switcher-wrapper {
    width: 50%
}

@media (max-width: 767px) {
    .header-inner .header-item.campus-switcher-wrapper {
        width: unset;
    }
}

.header-inner .header-item.search-wrapper {
    width: 25%
}

@media (max-width: 767px) {
    .header-inner .header-item.search-wrapper {
        display: none
    }
}

.page-wrapper {
    position: relative
}

.page-wrapper .subnav {
    background: #292a38;
    top: 0;
    position: relative;
    z-index: 9998;
    width: 100%;
    max-height: 0px;
    overflow: hidden;
    -webkit-transition: max-height 0.5s, max-width 0.3s;
    transition: max-height 0.5s, max-width 0.3s
}

@media (max-width: 767px) {
    .page-wrapper .subnav {
        position: fixed;
        top: 0;
        right: 0;
        height: 100%;
        max-height: 100% !important;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        max-width: 0px
    }

    .page-wrapper .subnav.opened {
        max-width: 100%
    }

    .page-wrapper .subnav .subnav-inner {
        width: 100%;
        padding-top: 0px !important
    }

    .page-wrapper .subnav .subnav-inner .mobile-bar {
        margin-bottom: 2em
    }
}

.page-wrapper .subnav.opened {
    max-height: 600px
}

.page-wrapper .subnav .subnav-inner {
    padding: 2em 0 0
}

.page-wrapper .subnav .subnav-inner .subnav-column {
    padding-bottom: 2em
}

@media (max-width: 767px) {
    .page-wrapper .subnav .subnav-inner .subnav-column {
        padding-bottom: 1em
    }
}

@media (max-width: 767px) {
    .page-wrapper .subnav .subnav-inner {
        min-width: 300px
    }
}

.page-wrapper .subnav .subnav-inner .subnav-title {
    margin-top: 0;
    color: #fff
}

@media (max-width: 767px) {
    .page-wrapper .subnav .subnav-inner .subnav-title {
        display: none
    }
}

.page-wrapper .subnav .subnav-inner h4 {
    color: #2a2a2a;
    font-weight: 600
}

.page-wrapper .subnav .subnav-inner ul {
    padding: 0px;
    list-style-type: none
}

.page-wrapper .subnav .subnav-inner ul li a {
    color: #fff;
    font-weight: 400;
    -webkit-transition: opacity .3s;
    transition: opacity .3s
}

.page-wrapper .subnav .subnav-inner ul li a:hover {
    opacity: .7
}

.mobile-campus-wrapper {
    position: relative;
    background: #6a6a6a;
    color: #fff;
    text-align: center;
    font-size: .8em;
    font-weight: 600;
    display: none;
    padding: 5px 0
}

@media (max-width: 768px) {
    .mobile-campus-wrapper {
        display: block
    }
}

.mobile-campus-wrapper .mobile-campus-switcher {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0
}

.sub-menu {
    width: 100%
}

.fadeOut {
    position: absolute;
    display: none !important
}

.campus-switcher-wrapper {
    padding-left: 20px
}

.campus-switcher-wrapper .fa-caret-right {
    color: #fff;
    position: relative;
    margin-left: 5px;
    margin-bottom: -2px
}

@media (max-width: 768px) {
    .header-anon .header-inner nav ul#menu-main-header-menu li {
        display: block
    }

    .header-anon .header-inner nav ul#menu-main-header-menu li a {
        display: block;
        background: rgba(0, 0, 0, 0.6)
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0 !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    content: " ";
    display: table;
    clear: both
}

.clearrow {
    clear: both;
    display: none;
    content: " "
}

@media (max-width: 992px) {
    .clearrow {
        display: block
    }
}

@media (max-width: 992px) {
    h1 {
        font-size: 34px;
        margin-top: 10px
    }

    h2 {
        font-size: 30px
    }

    h3 {
        font-size: 26px
    }

    h4 {
        font-size: 22px
    }

    h5 {
        font-size: 20px
    }
}

@media (max-width: 768px) {
    h1 {
        font-size: 27px;
        margin-top: 10px
    }

    h2 {
        font-size: 26px
    }

    h3 {
        font-size: 22px
    }

    h4 {
        font-size: 18px
    }

    h5 {
        font-size: 16px
    }
}

a {
    -webkit-transition: color .3s;
    transition: color .3s
}

a:hover {
    text-decoration: none
}

img {
    max-width: 100%
}

.hidden {
    position: absolute;
    line-height: 0em;
    left: -9999px
}

#campus-map img, #event-map img, #destination-map img {
    max-width: inherit
}

.campus-map-engine {
    border: none
}

#mp-embed-bar {
    display: none !important
}

.no-touch .campus-header-wrapper {
    background-attachment: fixed
}

.campus-header-wrapper {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.campus-header-wrapper table {
    width: 100%;
    background: rgba(0, 0, 0, 0.5)
}

.campus-header-wrapper table td.campus-logo {
    height: 400px;
    text-align: center;
    color: #fff;
    font-size: 3.8em;
    font-weight: 900;
    letter-spacing: -1px;
    text-transform: uppercase;
    vertical-align: middle
}

.campus-header-wrapper table td.campus-logo .campus-title {
    padding: .15em .4em;
    border: 3px solid #fff
}

@media (max-width: 768px) {
    .campus-header-wrapper table td.campus-logo {
        height: 300px;
        font-size: 3em
    }
}

@media (max-width: 480px) {
    .campus-header-wrapper table td.campus-logo {
        height: 200px;
        font-size: 2em
    }
}

.campus-header-wrapper table td.campus-logo img {
    width: 100%;
    max-width: 800px
}

.campus-header-wrapper table td.future-campus-logo {
    height: 550px;
    text-align: center;
    color: #fff;
    font-size: 3.8em;
    font-weight: 900;
    letter-spacing: -1px;
    text-transform: uppercase;
    vertical-align: middle
}

.campus-header-wrapper table td.future-campus-logo .future-campus-title {
    padding: .15em .4em;
    border: 3px solid #fff;
    width: max-content;
    font-size: 1em;
    font-weight: 900;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .campus-header-wrapper table td.future-campus-logo {
        height: 300px;
        font-size: 3em
    }
}

@media (max-width: 480px) {
    .campus-header-wrapper table td.future-campus-logo {
        height: 200px;
        font-size: 2em
    }
}

.campus-header-wrapper table td.future-campus-logo img {
    width: 100%;
    max-width: 800px
}

.featured-events {
    border-bottom: 1px solid #d5d5d5
}

.featured-events ul.featured-list {
    margin: 0;
    padding: 0;
    position: relative
}

.featured-events ul.featured-list li.slide {
    display: block;
    position: absolute;
    width: 100%;
    background: #eee;
    opacity: 0;
    z-index: 1;
    padding: 2em 0;
    min-height: 417px
}

.featured-events nav.featured-nav {
    width: 100%;
    text-align: center;
    position: relative;
    display: block;
    margin-bottom: .5em;
    z-index: 9997
}

.featured-events nav.featured-nav ul {
    margin: 0;
    padding: 0
}

.featured-events nav.featured-nav ul li {
    display: inline-block
}

.featured-events nav.featured-nav ul li a {
    display: inline-block;
    position: relative;
    width: 15px;
    height: 15px;
    -webkit-transition: 0.1s background, 0.1s border-color;
    transition: 0.1s background, 0.1s border-color
}

.featured-events nav.featured-nav ul li a.slidenav {
    border: 2px solid #999;
    border-radius: 100%
}

.featured-events nav.featured-nav ul li a.slidenav:hover, .featured-events nav.featured-nav ul li a.slidenav.active {
    background: #2a2a2a;
    border-color: #2a2a2a
}

.featured-events nav.featured-nav ul li a#nav-left, .featured-events nav.featured-nav ul li a#nav-right {
    font-size: 1.2em;
    padding: 10px;
    width: inherit;
    height: inherit
}

.events-outer {
    background: #f5f5f5
}

.events-outer h2 {
    margin-top: 0px;
    padding-bottom: 10px
}

.single-event-title {
    color: #6a6a6a
}

.section {
    padding-top: 4em;
    padding-bottom: 4em
}

@media (max-width: 768px) {
    .section {
        padding-top: 2em;
        padding-bottom: 2em
    }
}

.accent {
    color: #e86a1f
}

.map-wrapper {
    position: relative
}

.map-wrapper .map-info {
    position: absolute;
    z-index: 9997;
    bottom: 0;
    background: rgba(106, 106, 106, 0.9);
    width: 100%;
    padding: .7em;
    color: #fff
}

.map-wrapper .map-info a {
    text-decoration: underline;
    color: #fff
}

.map-wrapper .map-info h2, .map-wrapper .map-info h3 {
    margin: 0
}

.events-archive-label {
    margin: 0;
    margin-bottom: 1em
}

.event-header {
    width: 100%;
    margin-bottom: 3em
}

.event-header img {
    width: 100%
}

@media (max-width: 480px) {
    .event-header {
        margin-bottom: 1em;
        overflow: hidden;
        text-align: center
    }

    .event-header img {
        position: relative
    }

    .tribe-events-back {
        margin: 0 0 3em
    }
}

table.event-details {
    margin: 8px 0 !important
}

.event-links {
    margin-top: 2em;
    width: 100%
}

.event-links a {
    display: inline-block;
    margin-right: 15px;
    text-decoration: underline
}

@media (max-width: 480px) {
    .event-links a {
        display: block;
        margin-top: 10px
    }
}

.event-registration-form {
    margin-top: 2em
}

a:hover .calendar .month {
    background: #ee3938
}

a .calendar {
    height: 140px;
    width: 140px;
    float: left;
    margin-top: 8px;
    margin-right: 30px;
    text-align: center;
    position: relative;
    z-index: 2;
    margin-bottom: 80px
}

@media (max-width: 992px) {
    a .calendar {
        float: none;
        margin-bottom: 5px !important
    }
}

a .calendar.image {
    border: none
}

a .calendar.image .day {
    border: none
}

a .calendar table {
    width: 100%;
    height: 100%
}

a .calendar table tr td {
    text-align: center
}

a .calendar table .month {
    font-weight: 900;
    text-transform: uppercase;
    height: 30%;
    background: #F0504F;
    color: #fff;
    font-size: 1.1em;
    border: 1px solid #F0504F;
    -webkit-transition: background .3s;
    transition: background .3s
}

a .calendar table .day {
    font-weight: 200;
    font-size: 4em;
    line-height: .5em;
    vertical-align: middle;
    color: #999;
    border: 1px solid #bbb;
    padding-bottom: 10px;
    background: white
}

a .calendar table .day .date-text {
    margin-bottom: 10px
}

.event-wrapper h1 {
    margin: 0px;
    font-size: 2.2em;
    position: relative;
    z-index: 1
}

.event-wrapper h1 a {
    color: #6a6a6a;
    margin-right: 20px
}

.event-wrapper h1 a:hover {
    text-decoration: none;
    color: #21446c
}

@media (max-width: 768px) {
    .event-wrapper h1 {
        font-size: 1.5em
    }
}

@media (max-width: 992px) {
    .event-wrapper h1 {
        font-size: 1.8em
    }
}

.event-wrapper h1 .tag-wrapper {
    display: inline-block;
    position: relative;
    top: -7px
}

.event-wrapper h1 .tag-wrapper .event-tag {
    font-size: .4em;
    text-transform: uppercase;
    background: #fff;
    color: #2a2a2a;
    display: inline-block;
    margin-left: 10px;
    font-weight: 600;
    line-height: 16px
}

.event-wrapper h1 .tag-wrapper .event-tag.featured {
    border: 2px solid #2a2a2a;
    padding: 4px 7px
}

.single-event h1 {
    display: inline-block
}

table.event-details {
    margin: 10px 0px;
    color: #999
}

table.event-details tr td {
    padding-right: 50px
}

table.event-details tr td .fa-calendar-o, table.event-details tr td .fa-clock-o, table.event-details tr td .fa-map-marker, table.event-details tr td .fa-usd {
    padding-right: 10px
}

@media (max-width: 992px) {
    table.event-details tr td {
        display: block !important
    }

    table.event-details tr td .fa-calendar-o, table.event-details tr td .fa-clock-o, table.event-details tr td .fa-map-marker, table.event-details tr td .fa-usd {
        width: 30px;
        padding-right: 0px
    }

    table.event-details tr td .fa-clock-o {
        padding-left: 1px
    }

    table.event-details tr td .fa-map-marker {
        padding-left: 4px
    }

    table.event-details tr td .fa-usd {
        padding-left: 4px
    }
}

table.event-details tr td .fa {
    color: #e86a1f;
    font-size: 1.1em
}

.event-archive-header h1 {
    margin-top: 1em
}

.event-archive-header h4 {
    margin: 1.5em 0 2em
}

.single-archive {
    padding-bottom: 1em
}

.tribe-events-event-meta .column, .tribe-events-event-meta .tribe-events-meta-group {
    display: block;
    float: none;
    width: auto
}

.events-list .tribe-events-loop, .single-tribe_organizer .tribe-events-loop, .single-tribe_venue .tribe-events-loop, .tribe-events-day .tribe-events-loop {
    max-width: 100%
}

.tribe-events-list .tribe-events-loop .tribe-events-event-image {
    width: 100%
}

#tribe-events-content {
    margin: 4em 0
}

.tribe_events {
    padding: 25px 0
}

.single-tribe_events .tribe-events-single-event-title {
    font-size: 2em
}

.tribe-events-list .tribe-events-list-event-title {
    font-size: 2.2em
}

.events-list .standard-content {
    margin-top: 0
}

.event-wrapper.single-archive {
    margin-bottom: 6rem
}

.weekend-services h2 {
    margin: 0;
    margin-bottom: 1em;
    line-height: .5em
}

.weekend-services ul {
    padding: 0
}

.weekend-services ul li {
    list-style-type: none
}

.weekend-services .service-day, .weekend-services .service .est-location-day, .service .weekend-services .est-location-day {
    color: #0094cb
}

@media (max-width: 768px) {
    .videoWrapper {
        padding-bottom: 52.25% !important;
        margin-bottom: 1em
    }
}

.media {
    margin: 0
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.col-md-6 .videoWrapper.shorter {
    padding-bottom: 33.1%
}

.col-md-5 .videoWrapper.shorter {
    padding-bottom: 40%
}

#event-map {
    height: 284px;
    margin-bottom: 10px
}

@media (min-width: 1200px) {
    #event-map {
        height: 340px;
        width: 100%
    }
}

.media-tabs a, .series-media-tabs a {
    -webkit-transition: 0.3s background, 0.3s color;
    transition: 0.3s background, 0.3s color;
    border: 1px solid #2a2a2a;
    color: #2a2a2a;
    display: inline-block;
    padding: 5px 10px;
    margin-bottom: 1em
}

.media-tabs a.active, .media-tabs a:hover, .series-media-tabs a.active, .series-media-tabs a:hover {
    background: #2a2a2a;
    color: #fff
}

.media-campus-wrapper, .media-series-campus-wrapper {
    display: none
}

.media-campus-wrapper.content-active, .media-series-campus-wrapper.content-active {
    display: block
}

.media-page .media-page-header, .devotional-page .media-page-header {
    padding-bottom: 2em;
    margin-bottom: 2em;
    border-bottom: 1px solid #d5d5d5
}

.media-page .media-page-header .page-title, .devotional-page .media-page-header .page-title {
    margin-top: 1em;
    margin-bottom: .7em
}

.media-page .media-section-title, .devotional-page .media-section-title {
    color: #6a6a6a;
    margin-top: 0;
    display: inline-block
}

@media (max-width: 480px) {
    .media-page .media-section-title, .devotional-page .media-section-title {
        font-size: 27px
    }
}

.media-page .media-section-title-wrapper, .devotional-page .media-section-title-wrapper {
    margin-bottom: .5em;
    margin-top: 1.5em
}

.media-page .media-section-title-wrapper a, .devotional-page .media-section-title-wrapper a {
    float: inherit;
    text-decoration: underline;
    position: relative;
    bottom: 10px;
    display: inline-block
}

@media (min-width: 480px) {
    .media-page .media-section-title-wrapper a, .devotional-page .media-section-title-wrapper a {
        display: inline;
        float: right;
        bottom: -.5em
    }
}

.media-page .weekend-archive, .media-page .series-archive, .devotional-page .weekend-archive, .devotional-page .series-archive {
    margin-bottom: 2em;
    padding-bottom: 1em;
    border-bottom: 1px solid #d5d5d5
}

.media-page .thrive-radio, .devotional-page .thrive-radio {
    margin-bottom: 3em
}

.recent-devos {
    margin-bottom: 2em
}

.single-devo {
    margin-top: 1em
}

.single-devo .single-video {
    margin-top: 0;
    margin-bottom: 0
}

.single-devo .page-title {
    margin-top: 0
}

.series-single {
    margin-top: 1em;
    margin-bottom: 1em
}

.series-single .series-header-wrapper {
    margin-bottom: .5em
}

.series-single .series-header-wrapper .single-header-title {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.5em;
    padding: 1.5em;
    background-color: #0094cb
}

.series-single .page-title {
    display: none
}

@media (max-width: 480px) {
    .series-single .page-title {
        display: block
    }
}

.series-single .series-date {
    color: #e86a1f;
    font-size: 1.3em
}

@media (max-width: 768px) {
    .series-single .series-date {
        font-size: .9em
    }
}

.series-single-content {
    margin-bottom: 2em
}

.series-archive {
    margin-bottom: 2em
}

.series-archive .page-title {
    margin: 1.5em 0 1.5em
}

.series-archive .series {
    display: inline-block;
    color: inherit;
    position: relative;
    margin-bottom: 1em;
    width: 100%
}

.series-archive .series h4 {
    font-weight: 400;
    margin: 0;
    color: #0094cb
}

.series-archive .series .series-thumb-wrapper {
    position: relative;
    margin-bottom: .5em
}

.series-archive .series .series-thumb-wrapper .series-title-wrapper {
    height: 100%;
    position: absolute;
    width: 100%;
    background-color: #0094cb
}

.series-archive .series .series-thumb-wrapper .series-title-wrapper .series-title {
    bottom: 0;
    left: 0;
    position: absolute;
    padding: 15px;
    font-size: 1.5em;
    color: #fff;
    font-weight: 100;
    line-height: 1em
}

@media (max-width: 992px) {
    .series-archive .series .series-thumb-wrapper .series-title-wrapper .series-title {
        font-size: 1em
    }
}

.series-archive .series .series-thumb-wrapper .series-thumb {
    width: 100%
}

.series-archive .series:hover {
    color: inherit
}

.series-devo-single {
    margin: 2em auto 2em
}

.series-devo-single .page-title {
    margin: 0;
    margin-top: 1em
}

.series-devo-single .series-desc {
    margin-top: 1em
}

.series-devo-single .series-date {
    color: #e86a1f
}

.single-series-header {
    width: 100%
}

time {
    text-align: center;
    color: white;
    background-color: #2a2a2a;
    font-size: 1.3em;
    padding: 0.1em 0;
    transform: translateY(100%)
}

@media (max-width: 992px) {
    time {
        color: #999;
        background-color: transparent;
        font-size: 1em
    }
}

.date {
    color: #999
}

.video-archive-single {
    display: inline-block;
    width: 100%;
    margin-bottom: 1.5em;
    position: relative
}

@media (max-width: 768px) {
    .video-archive-single {
        font-size: .8em
    }
}

.video-archive-single:hover .play-icon {
    opacity: .5 !important
}

.video-archive-single .thumb-wrapper {
    margin-bottom: .5em;
    position: relative;
    background: #d5d5d5;
    width: 100%;
    overflow: hidden
}

@media (max-width: 992px) {
    .video-archive-single .thumb-wrapper {
        max-height: 130px
    }
}

.video-archive-single .thumb-wrapper img {
    width: 100%
}

@media (min-width: 992px) {
    .video-archive-single .thumb-wrapper {
        height: 149px;
        overflow: hidden
    }
}

@media (min-width: 1200px) {
    .video-archive-single .thumb-wrapper {
        height: 183px;
        overflow: hidden
    }
}

.video-archive-single .thumb-wrapper .video-thumb.smallerthumb {
    margin-top: -35px
}

.video-archive-single .thumb-wrapper .play-icon {
    color: #fff;
    position: absolute;
    font-size: 50px;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: -20px;
    opacity: .7;
    -webkit-transition: 0.3s opacity;
    transition: 0.3s opacity
}

.video-archive-single h4 {
    font-weight: 900;
    margin: 0;
    color: #0094cb
}

.single-video {
    margin-top: 2em;
    margin-bottom: 2em
}

@media (max-width: 992px) {
    .single-video {
        margin-top: 10px
    }
}

.single-video header {
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 1em;
    margin-bottom: 1em
}

.single-video h1.page-title {
    margin-bottom: 0
}

@media (max-width: 992px) {
    .single-video h1.page-title {
        line-height: 1.6
    }
}

.single-video h4 {
    margin-top: .3em
}

.single-video .video-section {
    margin-top: 0em;
    margin-bottom: 2em
}

@media (max-width: 992px) {
    .single-video .video-section {
        margin-top: 0;
        margin-bottom: 0
    }
}

.single-video .share-section {
    margin-bottom: 2em
}

.single-video .detail-section {
    border-top: 1px solid #d5d5d5;
    padding-top: 2em
}

.single-video h3.author {
    display: inline;
    color: #0094cb;
    margin-top: 0;
    margin-bottom: 0.3em
}

.single-video .author_bio {
    font-size: .9em
}

.single-video .author_twitter {
    font-weight: 100;
    display: inline-block;
    position: relative;
    margin-left: 5px
}

.single-video .resources-section, .single-video .series-section, .single-video .details-section {
    padding: 3em 0 1em 0;
    margin-bottom: 2em;
    border-top: 1px solid #d5d5d5
}

.single-video .resources-section:last-of-type, .single-video .series-section:last-of-type, .single-video .details-section:last-of-type {
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 3em
}

@media (max-width: 768px) {
    .single-video .resources-section, .single-video .series-section, .single-video .details-section {
        padding: 1em 0
    }
}

.single-video .resources-section ul a, .single-video .series-section ul a, .single-video .details-section ul a {
    text-decoration: none
}

.single-video .series-section h2, .single-video .series-section h3, .single-video .series-section h4 {
    color: #0094cb
}

@media (min-width: 992px) {
    .single-video .series-section h2, .single-video .series-section h3, .single-video .series-section h4 {
        margin-top: 0
    }
}

.single-video .series-section h2 a, .single-video .series-section h3 a, .single-video .series-section h4 a {
    color: inherit
}

.single-video .resources-section h3 {
    color: #0094cb;
    margin-top: 0
}

.single-video .resources-section a {
    text-decoration: underline;
    display: inline-block;
    margin-right: 20px
}

.series-title {
    font-weight: 900;
    text-transform: uppercase;
    color: #2a2a2a;
    -webkit-transition: 0.3s color;
    transition: 0.3s color
}

.series-title:hover {
    color: #0094cb
}

.author-name {
    color: #e86a1f !important;
    display: block
}

.worship-resource ul.worship-set {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.worship-resource ul.worship-set li {
    display: inline-block;
    width: 40%
}

.post-type-devotional .resources-section {
    margin-top: 2em
}

.post-type-devotional .resources-section {
    padding: 1em 0
}

.devo-detail {
    margin-bottom: .5em;
    font-size: 1.3em;
    font-weight: 500
}

.devo-detail span {
    color: #6a6a6a
}

.single-current-badge {
    font-size: 25px;
    margin-left: 20px;
    position: relative;
    top: -7px;
    background: #2a2a2a;
    color: #fff;
    display: inline-block;
    padding: .4em 1em .5em
}

@media (max-width: 768px) {
    .single-current-badge {
        margin-left: 0px;
        margin-top: 15px
    }
}

ul.devo-opt-in {
    padding: 0;
    margin: 0
}

ul.devo-opt-in li {
    list-style-type: none;
    display: inline-block;
    margin: 1em 90px 1.2em 0
}

ul.devo-opt-in li.title {
    font-size: 30px;
    color: #0094cb
}

ul.devo-opt-in li a {
    color: #555;
    margin-right: 0px !important;
    text-decoration: none !important
}

ul.devo-opt-in li .fa {
    color: #e86a1f;
    position: relative;
    margin-right: 10px
}

ul.devo-opt-in li .soicon {
    margin-right: 10px !important
}

ul.devo-opt-in li .soicon .fa {
    color: #fff;
    margin-right: 0px
}

ul.devo-opt-in li .fa-mobile {
    font-size: 35px;
    bottom: -5px
}

ul.devo-opt-in li .fa-envelope-o {
    font-size: 30px;
    bottom: -3px
}

.read-more {
    height: 6em;
    width: auto;
    padding-top: 3em;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0px, #fff 50%, #fff 100%) repeat-x scroll 0 0 transparent;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0px, #fff 50%, #fff 100%) repeat-x scroll 0 0 transparent;
    margin-top: -3em
}

.read-more button {
    float: right
}

.author-image {
    float: left;
    width: 140px;
    margin: 0 1.5em 0.5em 0;
    shape-outside: circle();
    border-radius: 100%
}

footer.footer {
    background: #2a2a2a;
    border-top: 1px solid #6a6a6a;
    color: #fff
}

footer.footer .connect-cta {
    margin-top: 2em;
    margin-bottom: 2em
}

footer.footer a.button {
    text-transform: none;
    background: #23232f
}

footer.footer a.button:hover {
    background: #20212c
}

footer.footer .footer-social {
    text-align: right
}

@media (max-width: 480px) {
    footer.footer .footer-social {
        text-align: left;
        margin-top: 2em
    }
}

footer.footer .footer-social a {
    display: inline-block;
    width: 36px;
    height: 35px;
    background: #6a6a6a;
    text-align: center;
    color: #fff;
    -webkit-transition: 0.3s background;
    transition: 0.3s background;
    padding-top: 2px;
    margin-right: 10px
}

footer.footer .footer-social a:hover {
    background: #3c3e52
}

footer.footer .footer-links {
    background: #2a2a2a;
    padding-top: 2em;
    line-height: 1em;
    font-size: .9em
}

footer.footer .footer-links .service-time {
    display: inline-block
}

footer.footer .footer-links b {
    font-weight: 600
}

footer.footer .footer-links h3 {
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: 900;
    margin-top: 0px
}

footer.footer .footer-links ul {
    margin: 0;
    padding: 0;
    display: inline-block;
    margin-right: 0px;
    margin-bottom: 2em
}

footer.footer .footer-links ul.no-margin {
    margin-right: 0px
}

footer.footer .footer-links ul li {
    list-style-type: none;
    display: block;
    margin-bottom: 10px;
    font-size: .9em
}

footer.footer .footer-links ul li a {
    word-break: break-all;
    color: #fff;
    -webkit-transition: 0.3s opacity;
    transition: 0.3s opacity
}

footer.footer .footer-links ul li a:hover {
    opacity: .7
}

footer.footer .footer-copyright {
    background: #2a2a2a;
    text-align: center;
    font-size: .7em;
    padding: 10px 0;
    color: #ffffff
}

.badge-wrapper {
    background: #2a2a2a
}

.badge-wrapper .single-badge-wrapper {
    display: block;
    color: #fff;
    margin: 1.5em 0px;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s
}

.badge-wrapper .single-badge-wrapper .badge-date {
    font-weight: 500;
    display: inline-block;
    margin-bottom: .3em
}

.badge-wrapper .single-badge-wrapper img.event-badge {
    width: 100%
}

.badge-wrapper .single-badge-wrapper .badge-title {
    font-weight: 100;
    text-transform: uppercase;
    font-size: 1.1em
}

.badge-wrapper .single-badge-wrapper:hover {
    color: #fff;
    opacity: .8
}

.header-image-wrapper {
    width: 100%;
    display: table
}

.header-image-wrapper .header-image {
    height: 250px;
    padding: 20px 20px;
    width: 100%;
    background-size: auto 14em;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: 30px;
    text-align: center;
    display: table-cell;
    vertical-align: middle
}

.header-image-wrapper .header-image img {
    width: 400px
}

.ministry-tabs-wrapper {
    font-size: 0px;
    left: 0;
    top: -35px
}

.ministry-tabs-wrapper .tab {
    background: #0081b2;
    display: inline-block;
    font-size: 18px;
    padding: .2em .6em;
    color: #fff;
    border-right: 1px solid #006f98;
    -webkit-transition: 0.3s background;
    transition: 0.3s background
}

.ministry-tabs-wrapper .tab:hover {
    background: #007aa7
}

.ministry-tabs-wrapper .tab.active {
    background: #2a2a2a;
    color: #fff
}

.ministry-tabs-wrapper .tab.active:hover {
    background: #2a2a2a
}

.ministry-tabs-wrapper .tab:last-child {
    border-right: 0px
}

.ministry-info {
    background: #2a2a2a
}

.ministry-info .container {
    position: relative
}

.ministry-info article {
    color: #fff;
    padding: 30px 0px
}

.ministry-info article h1 {
    margin: 0px;
    display: inline;
    color: #fff
}

.ministry-info article h4 {
    color: #fff
}

.ministry-info article h4.in-touch {
    font-weight: 600;
    margin-top: 19px
}

.ministry-info article h4.ages {
    font-weight: 900;
    font-size: 1em;
    margin: 0px;
    margin-top: 10px;
    margin-left: .5em
}

@media (min-width: 768px) {
    .ministry-info article h4.ages {
        margin-left: 1.5em
    }
}

.ministry-info article .social {
    background: rgba(0, 0, 0, 0.14);
    padding: 14px
}

.ministry-info article .social a {
    color: #fff
}

.ministry-info article .social a h4 {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    margin: 7px 0px 0px;
    font-size: 1em
}

.ministry-info article .social a h4:hover {
    opacity: .7
}

.soicon {
    display: inline-block;
    width: 40px;
    height: 38px;
    padding-top: 5px;
    margin-right: 14px;
    text-align: center;
    position: relative;
    color: #fff !important;
    -webkit-transition: background-color .3s;
    transition: background-color .3s
}

.soicon.facebook {
    background-color: #537bbd
}

.soicon.facebook:hover {
    background-color: #3d62a0
}

.soicon.spotify {
    background-color: #1DB954
}

.soicon.spotify:hover {
    background-color: #1DB954
}

.soicon.twitter {
    background-color: #78cdf0
}

.soicon.twitter:hover {
    background-color: #33b4e8
}

.soicon.instagram {
    background-color: #696a6a
}

.soicon.instagram:hover {
    background-color: #434444
}

.soicon.youtube {
    background-color: #b00;
    font-size: 1.1em;
    padding-top: 4px
}

.soicon.youtube .fa {
    position: relative;
    top: -2px
}

.soicon.youtube:hover {
    background-color: #a20000
}

.soicon.email {
    background-color: #ef4345
}

.soicon.email .fa {
    position: relative;
    top: -1px
}

.soicon.email:hover {
    background-color: #d41214
}

.soicon.blit {
    background-color: #e86a1f;
    bottom: -2px
}

.soicon.blit .fa {
    font-size: 27px
}

.soicon.blit:hover {
    background-color: #d75e16
}

.soicon .blit-info {
    position: absolute;
    background: #e86a1f;
    display: block;
    width: 280px;
    text-align: center;
    font-weight: 500;
    z-index: 2;
    bottom: -50px;
    padding: 5px;
    margin-left: -116px;
    display: none
}

.soicon .blit-info .arrow-up {
    width: 0;
    height: 0;
    display: block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #e86a1f;
    position: absolute;
    z-index: 9999;
    top: -7px;
    left: 50%;
    margin-left: -10px
}

.social-share {
    background: #0094cb;
    display: inline-block;
    margin-bottom: .5em;
    margin-top: 1em
}

.social-share .share-title {
    display: inline-block;
    background: #2a2a2a;
    color: #fff;
    font-weight: 900;
    padding: 10px 15px;
    margin-right: 10px
}

@media (max-width: 480px) {
    .social-share {
        margin: 0 auto;
        display: table
    }
}

.social-share .soicon {
    font-size: .9em;
    width: 33px;
    height: 30px;
    padding-top: 1px;
    margin-right: 10px
}

.post-type-event .social-share {
    margin-top: 0
}

@media (min-width: 480px) {
    .post-type-event .social-share {
        float: right
    }
}

.fourohfour h1 {
    font-size: 17em;
    margin-top: 0px;
    overflow: hidden;
    position: relative;
    z-index: 2;
    color: #d5d5d5
}

@media (max-width: 480px) {
    .fourohfour h1 {
        font-size: 10em
    }
}

.fourohfour h3 {
    color: #6a6a6a;
    font-size: 2em;
    margin-bottom: .5em
}

.fourohfour h2 {
    font-size: 5em;
    margin: .7em 0 1.5em;
    color: #2a2a2a
}

.fourohfour h2 .eyes {
    top: -6px;
    position: relative
}

.fourohfour p {
    font-size: 1.1em
}

.screen-reader-text {
    position: absolute;
    left: -9999px
}

.results-header {
    color: #6a6a6a;
    margin: 2.5em 0 2em
}

.results-header .query {
    color: #555;
    font-weight: 900
}

.search-results {
    margin-bottom: 3em
}

.results-title {
    margin-bottom: 1em
}

.results-title h2 {
    display: inline-block;
    margin: 0px;
    margin-right: 10px
}

.results-title .results-number {
    font-size: .9em;
    color: #999
}

.single-archive-wrapper {
    margin-bottom: 2em;
    min-height: 150px
}

.single-archive-wrapper h2 {
    margin-bottom: .7em
}

.single-archive-wrapper h2 a {
    color: #6a6a6a
}

button, a.button, input[type="submit"] {
    display: inline-block;
    color: #fff;
    background: #2a2a2a;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1.1em;
    padding: .4em 1.2em;
    text-decoration: none;
    border: 0;
    -webkit-transition: color 0.3s, background 0.3s, opacity 0.3s;
    transition: color 0.3s, background 0.3s, opacity 0.3s
}

button:hover, a.button:hover, input[type="submit"]:hover {
    background: #0094cb
}

button.sm, a.button.sm, input[type="submit"].sm {
    font-size: 1em;
    padding: .3em 1.2em
}

.gform_confirmation_wrapper {
    background: #e4f3e6;
    border: 1px solid #79C585;
    padding: 1em
}

.page-title {
    color: #6a6a6a
}

.page-subtitle {
    line-height: 1.5
}

.current-badge {
    background: rgba(0, 174, 239, 0.8);
    color: #fff;
    position: absolute;
    padding: .5em 1em;
    left: 0;
    z-index: 2
}

@media (max-width: 768px) {
    .current-badge {
        font-size: 0.7em
    }
}

.current-badge.badge-inline {
    position: relative;
    display: inline-block;
    top: inherit;
    left: inherit
}

.invisible {
    opacity: 0
}

.give-section {
    border-bottom: 1px solid #d5d5d5;
    padding-top: 2em;
    padding-bottom: 2em;
    margin-bottom: 4em
}

.give-section h4 {
    margin: 1em 0;
    line-height: 1.4em
}

.button-icon {
    position: relative;
    display: inline-block;
    bottom: -2px;
    margin-left: 10px
}

.gray-lighter {
    color: #d5d5d5
}

.standard-header {
    height: 300px;
    background-size: cover;
    background-position: center center
}

.standard-content {
    margin-top: -100px;
    background: #fff;
    padding-bottom: 1em
}

@media (min-width: 768px) {
    .standard-content {
        padding: 0 2.1em
    }
}

.play-icon {
    max-width: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -15px;
    margin-left: -25px;
    opacity: .8;
    -webkit-transition: 0.3s opacity;
    transition: 0.3s opacity
}

.play-icon:hover {
    opacity: .5
}

.video-archive-single .play-icon {
    max-width: 50px;
    margin-top: -25px;
    margin-left: -25px
}

.about-item {
    width: 100%;
    max-width: 500px;
    margin-bottom: 6em
}

@media (max-width: 992px) {
    .about-item {
        max-width: 100%
    }
}

@media (max-width: 768px) {
    .about-item {
        margin-bottom: 2em
    }
}

.about-item .about-item-title {
    background: rgba(0, 174, 239, 0.9);
    width: 100%;
    padding: 30px;
    margin: 0;
    color: #fff;
    position: relative;
    font-weight: 500
}

@media (min-width: 992px) {
    .about-item .about-item-title {
        left: -70px
    }
}

.about-item .about-item-content {
    padding: 30px;
    color: #fff;
    background: rgba(0, 148, 203, 0.9)
}

.plus-minus:before {
    content: "\f196"
}

.active .plus-minus:before {
    content: "\f147"
}

.breadcrumb-wrapper {
    font-size: .8em;
    width: 100%;
    top: 0;
    padding-top: 7px;
    font-weight: 500
}

@media (max-width: 992px) {
    .breadcrumb-wrapper {
        font-size: .6em
    }
}

.breadcrumb-wrapper a {
    color: #999
}

.breadcrumb-wrapper a:hover {
    text-decoration: underline
}

.breadcrumb-wrapper a.current {
    font-weight: 900
}

.standard-header .breadcrumb-wrapper {
    color: #fff
}

.standard-header .breadcrumb-wrapper a {
    color: #fff
}

.downloads {
    margin-top: 2em
}

.downloads .download-section {
    margin-bottom: 2em
}

.downloads .downloads-table {
    margin-bottom: 1em
}

.downloads .downloads-table .downloads-title {
    color: #fff;
    background: #0094cb;
    padding: .5em
}

@media (min-width: 768px) {
    .downloads .downloads-table .downloads-title {
        border-right: 1px solid #fff
    }
}

.downloads .downloads-table table {
    width: 100%
}

.downloads .downloads-table table tr {
    color: #fff
}

.downloads .downloads-table tr:nth-child(even) {
    background: #3369a7
}

.downloads .downloads-table tr:nth-child(odd) {
    background: #6a6a6a
}

.downloads .downloads-table td {
    padding: .5em;
    height: 1px;
    text-transform: uppercase;
    font-weight: 600
}

.downloads .downloads-table td:nth-child(2) {
    text-align: right;
    width: 50px
}

.downloads .downloads-table td:nth-child(2) a {
    width: 50px;
    color: #fff;
    background: rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.3s background;
    transition: 0.3s background;
    padding: .65em
}

.downloads .downloads-table td:nth-child(2) a:hover {
    background: rgba(0, 0, 0, 0.3)
}

.downloads .download-section-title {
    color: #e86a1f;
    font-size: 1.5em;
    margin-top: 0
}

.volunteer-wrapper {
    margin-bottom: 2em
}

.volunteer-wrapper .volunteer-module h5 {
    text-transform: uppercase;
    font-weight: 600;
    color: #0094cb
}

.hide {
    display: none
}

.row.no-pad [class*='col-'] {
    padding-right: 0;
    padding-left: 0
}

h2 {
    margin-top: 0px
}

.repo-inner {
    width: 100%
}

.repo-inner .repo-item {
    border-bottom: 1px solid #d5d5d5
}

.repo-inner .repo-item .repo-element {
    padding-bottom: 10px;
    color: #0094cb;
    padding-top: 20px;
    font-size: 1.4em;
    line-height: 1em;
    vertical-align: middle
}

.repo-inner .repo-item .repo-element.cta {
    text-align: right;
    float: right
}

.repo-inner .repo-item .repo-element.cta a {
    font-size: .7em;
    color: #e86a1f;
    text-decoration: underline
}

.repo-inner .repo-item .repo-element.cta a:hover {
    color: #c05414
}

.repo-inner .repo-item .repo-element.cta a .plus-minus {
    font-size: 1.5em
}

.repo-inner .repo-item .accordion-content {
    width: 100%;
    margin-bottom: 1em;
    display: none;
    padding-top: .5em;
    padding-bottom: .25em;
    padding-left: 3%
}

.repo-inner .repo-item .accordion-content a {
    text-decoration: underline;
    display: inline-block;
    margin-right: 8px
}

.repo-inner .repo-item.active .accordion-content {
    display: block
}

.repo-accordion-link {
    color: #0094cb
}

.repo-accordion-link:hover {
    color: #6a6a6a
}

.repo-accordion-link {
    display: block
}

.faith-statement a.repo-accordion-link {
    padding: .5em 0
}

.faith-statement .plus-minus {
    margin-top: 5px
}

section.hero {
    background-image: url("https://www.baysideonline.com/wp-content/themes/bones/assets/home_bg1.jpg")
}

@media (max-width: 768px) {
    section.hero {
        background-image: url("https://www.baysideonline.com/wp-content/themes/bones/assets/home_bg1-sm.jpg")
    }
}

section.hero.christmas {
    background-color: #0b0101
}

section.hero.christmas img.welcome-text {
    margin-top: 7em !important;
    margin-bottom: 2em !important
}

@media (max-width: 768px) {
    section.hero.christmas img.welcome-text {
        width: 90%;
        margin: 1em 0 2em !important;
        margin-left: 10% !important
    }
}

section.hero .img-overlay {
    background: url("https://www.baysideonline.com/wp-content/themes/bones/assets/pattern.png");
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: .3
}

section.hero .welcome-wrapper {
    position: relative;
    z-index: 2;
    text-align: center
}

section.hero .welcome-wrapper img.welcome-text {
    width: 100%;
    max-width: 700px;
    margin: 9em 0 6em
}

@media (max-width: 768px) {
    section.hero .welcome-wrapper img.welcome-text {
        width: 90%;
        margin: 2em 0 3em
    }
}

.header-anon img.primary-color {
    display: none
}

.header-anon .header-inner {
    z-index: 1000;
    position: relative
}

@media (max-width: 768px) {
    .header-anon .header-inner .logo-wrapper {
        width: inherit;
        display: inline-block
    }
}

.header-anon .header-inner nav ul.home-nav {
    text-align: right
}

@media (max-width: 768px) {
    .header-anon .header-inner nav ul.home-nav {
        margin: 0;
        padding: 0;
        text-align: center;
        margin-top: .5em;
        margin-bottom: 1em
    }
}

.header-anon .header-inner nav ul.home-nav li {
    list-style-type: none;
    display: inline-block;
    margin-top: 23px
}

@media (max-width: 768px) {
    .header-anon .header-inner nav ul.home-nav li {
        display: none
    }

    .header-anon .header-inner nav ul.home-nav li:first-child {
        display: block;
        width: 100%
    }
}

.header-anon .header-inner nav ul.home-nav li a {
    color: #fff;
    text-transform: uppercase;
    position: relative;
    overflow: visible;
    font-weight: 900;
    padding: .5em 1em;
    -webkit-transition: 0.3s opacity, 0.3s background;
    transition: 0.3s opacity, 0.3s background
}

.header-anon .header-inner nav ul.home-nav li a.select {
    border: 2px solid;
    border-color: #fff;
    opacity: 1 !important;
    -webkit-transition: 0.3s border-color;
    transition: 0.3s border-color
}

.header-anon .header-inner nav ul.home-nav li a.select:hover {
    border-color: rgba(255, 255, 255, 0.5)
}

.header-anon .header-inner nav ul.home-nav li a:hover {
    opacity: .7
}

.header-anon a.anchor {
    display: block !important;
    position: relative !important;
    top: -100px;
    visibility: hidden
}

.campus-switcher {
    position: absolute;
    width: 100%;
    opacity: 0;
    height: 100%;
    background: #fff;
    left: 0;
    top: 0
}

.select-campus-cta {
    background: #292a38;
    padding: 2em 0;
    text-align: center
}

.select-campus-cta .select-campus-button {
    border: 2px solid #fff;
    display: inline-block;
    color: #fff;
    padding: 1em 2em;
    overflow: visible;
    position: relative;
    -webkit-transition: 0.3s background;
    transition: 0.3s background
}

.select-campus-cta .select-campus-button .fa {
    color: #2a2a2a
}

.select-campus-cta .select-campus-button:hover {
    background: #1e1f29
}

#home-about {
    display: block;
    position: relative;
    background-image: url("https://www.baysideonline.com/wp-content/themes/bones/assets/home_bg2.jpg");
    background-attachment: fixed;
    background-size: 120%;
    background-repeat: no-repeat;
    background-position: center 0;
    background-color: #1f1f1f
}

#home-about-future1 {
    display: block;
    position: relative;
    background-image: url("https://www.baysideonline.com/wp-content/themes/bones/assets/elkgrove1-c1.jpg");
    background-attachment: fixed;
    background-size: 105%;
    background-repeat: no-repeat;
    background-position: center 0;
    background-color: #1f1f1f
}

#home-about-future2 {
    display: block;
    position: relative;
    background-image: url("https://www.baysideonline.com/wp-content/themes/bones/assets/elkgrove2-c3.jpg");
    background-attachment: fixed;
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center 0;
    background-color: #1f1f1f
}

#home-about-future3 {
    display: block;
    position: relative;
    background-image: url("https://www.baysideonline.com/wp-content/themes/bones/assets/elkgrove3-c2.jpg");
    background-attachment: fixed;
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center 0 !important;
    background-color: #1f1f1f
}

#home-about-future4 {
    display: block;
    position: relative;
    background-image: url("https://www.baysideonline.com/wp-content/themes/bones/assets/elkgrove4-c1.jpg");
    background-attachment: fixed;
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center 0 !important;
    background-color: #1f1f1f
}

#home-about-future5 {
    display: block;
    position: relative;
    background-image: url("https://www.baysideonline.com/wp-content/themes/bones/assets/elkgrove5.jpg");
    background-attachment: fixed;
    background-size: 105%;
    background-repeat: no-repeat;
    background-position: center 0 !important;
    background-color: #1f1f1f
}

#home-about-future6 {
    display: block;
    position: relative;
    background-image: url("https://www.baysideonline.com/wp-content/themes/bones/assets/elkgrove6.jpg");
    background-attachment: fixed;
    background-size: 120%;
    background-repeat: no-repeat;
    background-position: center 0 !important;
    background-color: #1f1f1f
}

@media (max-width: 768px) {
    #home-about {
        background-image: none;
        padding-top: 2em;
        padding-bottom: 0px
    }
}

#home-media {
    display: block;
    position: relative;
    background-image: url("https://www.baysideonline.com/wp-content/themes/bones/assets/home_bg3.jpg");
    background-attachment: fixed;
    background-size: 120%;
    background-repeat: no-repeat;
    background-position: center 0;
    background: #6a6a6a
}

@media (max-width: 768px) {
    #home-media {
        background-image: none
    }
}

#home-media .current-media-wrapper {
    text-align: right;
    position: relative;
    margin-top: 30px
}

#home-media .current-media-wrapper .media-tab {
    color: #fff;
    font-weight: 900;
    display: inline-block;
    position: absolute;
    left: 0;
    font-size: 2em;
    background: #2a2a2a;
    padding: .3em .7em;
    margin-top: -48px
}

@media (max-width: 768px) {
    #home-media .current-media-wrapper .media-tab {
        font-size: 1em;
        margin-top: -13px
    }
}

@media (max-width: 768px) {
    #home-media .current-media-wrapper {
        margin-top: 0px
    }
}

#home-media .current-media-wrapper .media-link {
    color: #fff;
    text-align: right;
    display: inline-block;
    padding-bottom: 10px;
    -webkit-transition: 0.3s opacity;
    transition: 0.3s opacity
}

#home-media .current-media-wrapper .media-link:hover {
    opacity: .7
}

#home-media .current-media-wrapper .media-thumb-wrapper {
    display: block;
    position: relative
}

#home-media .current-media-wrapper .current-details {
    padding: 1em;
    background: #fff;
    text-align: left;
    font-size: 1.2em
}

@media (max-width: 768px) {
    #home-media .current-media-wrapper .current-details {
        font-size: 1em
    }
}

#home-media .current-media-wrapper .current-details h3 {
    margin: 0;
    margin-bottom: 5px;
    color: #6a6a6a
}

#home-campuses {
    background: #292a38;
    color: #fff
}

#home-campuses h1 {
    color: #fff;
    margin: .7em 0;
    line-height: 1em
}

#home-campuses #home-campus-map {
    height: 500px;
    width: 100%
}

#home-campuses #home-campus-map img {
    max-width: inherit
}

#home-campuses .home-campus {
    margin-bottom: 3em
}

#home-campuses .home-campus h3 {
    text-transform: uppercase;
    color: #fff;
    font-weight: 900;
    margin-bottom: .5em
}

#home-campuses .home-campus a.button {
    margin-bottom: .5em
}

.page-template-page-mainhome-php a.anchor {
    display: block !important;
    position: relative !important;
    top: -100px;
    visibility: hidden
}

.page-template-page-mainhome-php .campus-switcher {
    position: absolute;
    width: 100%;
    opacity: 0;
    height: 100%;
    background: #fff;
    left: 0;
    top: 0;
    z-index: 9999 !important
}

.page-template-page-mainhome-php header.header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
    border-bottom: 1px solid transparent;
    -webkit-transition: 0.3s background, 0.3s border-bottom-color;
    transition: 0.3s background, 0.3s border-bottom-color
}

@media (max-width: 768px) {
    .page-template-page-mainhome-php header.header {
        position: relative
    }
}

.page-template-page-mainhome-php header.header.away {
    background: #fff;
    border-bottom-color: #d5d5d5
}

.page-template-page-mainhome-php header.header.away ul li a {
    color: #2a2a2a !important
}

.page-template-page-mainhome-php header.header.away ul li a.select {
    border-color: #2a2a2a !important
}

.page-template-page-mainhome-php header.header.away ul li a.select:hover {
    border-color: #6a6a6a !important
}

a.select-main {
    border: 2px solid;
    border-color: #fff;
    opacity: 1 !important;
    position: relative;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    overflow: visible;
    font-weight: 900;
    padding: .5em 1em;
    -webkit-transition: 0.3s border-color, 0.3s background, 0.3s opacity;
    transition: 0.3s border-color, 0.3s background, 0.3s opacity
}

a.select-main:hover {
    border-color: rgba(255, 255, 255, 0.5)
}

.tickets-wrapper {
    text-align: center;
    padding-bottom: 6em
}

.tickets-wrapper a.get-tickets {
    font-size: 1.4em !important
}

@media (max-width: 768px) {
    .tickets-wrapper {
        padding-bottom: 3em
    }

    .tickets-wrapper a.get-tickets {
        font-size: 1.2em !important
    }
}

.features {
    background: #2b2929;
    color: #fff;
    padding: 2em 0 3em;
    text-align: center
}

.features .feature-image {
    margin-bottom: 10px
}

.features a.button {
    background-color: #f05a22;
    text-transform: none;
    margin-top: 10px
}

.features a.button:hover {
    background-color: #d1430e
}

.features p {
    margin-bottom: 20px;
    font-size: 1.2em
}

.mar-bot--half {
    margin-bottom: 0.6em
}

.mar-vert--half {
    margin-top: 0.6em;
    margin-bottom: 0.6em
}

.mar-vert--1 {
    margin-top: 1.2em;
    margin-bottom: 1.2em
}

.mar-vert--2 {
    margin-top: 2.4em;
    margin-bottom: 2.4em
}

.mar-vert--3 {
    margin-top: 3.6em;
    margin-bottom: 3.6em
}

.mar-vert--4 {
    margin-top: 4.8em;
    margin-bottom: 4.8em
}

.mar-vert--5 {
    margin-top: 6em;
    margin-bottom: 6em
}

.mar-top--1 {
    margin-top: 1.2em
}

.mar-top--2 {
    margin-top: 2.4em
}

.mar-top--3 {
    margin-top: 3.6em
}

.mar-top--4 {
    margin-top: 4.8em
}

.mar-top--5 {
    margin-top: 6em
}

.mar-bot--1 {
    margin-bottom: 1.2em
}

.mar-bot--2 {
    margin-bottom: 2.4em
}

.mar-bot--3 {
    margin-bottom: 3.6em
}

.mar-bot--magic {
    margin-bottom: 2.7em
}

.mar-bot--4 {
    margin-bottom: 4.8em
}

.mar-bot--5 {
    margin-bottom: 6em
}

.mar-horiz--half {
    margin-left: 0.6em;
    margin-right: 0.6em
}

.mar-horiz--1 {
    margin-left: 1.2em;
    margin-right: 1.2em
}

.mar-horiz--2 {
    margin-left: 2.4em;
    margin-right: 2.4em
}

.mar-horiz--3 {
    margin-left: 3.6em;
    margin-right: 3.6em
}

.mar-horiz--4 {
    margin-left: 4.8em;
    margin-right: 4.8em
}

.mar-horiz--5 {
    margin-left: 6em;
    margin-right: 6em
}

@media (max-width: 992px) {
    .mar-bot-mob--1 {
        margin-bottom: 1.2em
    }
}

.mar-top--0 {
    margin-top: 0
}

.mar-bot--0 {
    margin-bottom: 0
}

.pad-horiz--0 {
    padding-left: 0;
    padding-right: 0
}

.pad-bot--half {
    padding-bottom: 0.6em
}

.pad-vert--half {
    padding-top: 0.72em;
    padding-bottom: 0.72em
}

.pad-vert--1 {
    padding-top: 1.2em;
    padding-bottom: 1.2em
}

.pad-vert--2 {
    padding-top: 2.4em;
    padding-bottom: 2.4em
}

.pad-vert--3 {
    padding-top: 3.6em;
    padding-bottom: 3.6em
}

.pad-vert--4 {
    padding-top: 4.8em;
    padding-bottom: 4.8em
}

.pad-vert--5 {
    padding-top: 6em;
    padding-bottom: 6em
}

.pad-top--1 {
    padding-top: 1.2em
}

.pad-top--2 {
    padding-top: 2.4em
}

.pad-top--3 {
    padding-top: 3.6em
}

.pad-top--4 {
    padding-top: 4.8em
}

.pad-top--5 {
    padding-top: 6em
}

.pad-bot--1 {
    padding-bottom: 1.2em
}

.pad-bot--2 {
    padding-bottom: 2.4em
}

.pad-bot--3 {
    padding-bottom: 3.6em
}

.pad-bot--4 {
    padding-bottom: 4.8em
}

.pad-bot--5 {
    padding-bottom: 6em
}

.pad-horiz--half {
    padding-left: 0.6em;
    padding-right: 0.6em
}

.pad-horiz--1 {
    padding-left: 1.2em;
    padding-right: 1.2em
}

.pad-horiz--2 {
    padding-left: 2.4em;
    padding-right: 2.4em
}

.pad-horiz--3 {
    padding-left: 3.6em;
    padding-right: 3.6em
}

.pad-horiz--4 {
    padding-left: 4.8em;
    padding-right: 4.8em
}

.pad-horiz--5 {
    padding-left: 6em;
    padding-right: 6em
}

.pad-right--magic {
    padding-right: 2.5em
}

@media (min-width: 768px) {
    .pad-vert-desk--1 {
        padding-top: 1.2em;
        padding-bottom: 1.2em
    }

    .pad-vert-desk--2 {
        padding-top: 2.4em;
        padding-bottom: 2.4em
    }

    .pad-vert-desk--3 {
        padding-top: 3.6em;
        padding-bottom: 3.6em
    }

    .pad-vert-desk--4 {
        padding-top: 4.8em;
        padding-bottom: 4.8em
    }

    .pad-vert-desk--5 {
        padding-top: 6em;
        padding-bottom: 6em
    }

    .pad-horiz-desk--1 {
        padding-left: 1.2em;
        padding-right: 1.2em
    }

    .pad-horiz-desk--2 {
        padding-left: 2.4em;
        padding-right: 2.4em
    }

    .pad-horiz-desk--3 {
        padding-left: 3.6em;
        padding-right: 3.6em
    }

    .pad-horiz-desk--4 {
        padding-left: 4.8em;
        padding-right: 4.8em
    }

    .pad-horiz-desk--5 {
        padding-left: 6em;
        padding-right: 6em
    }

    .pad-bot-desk--1 {
        padding-bottom: 1.2em
    }

    .pad-bot-desk--2 {
        padding-bottom: 2.4em
    }

    .pad-bot-desk--3 {
        padding-bottom: 3.6em
    }

    .pad-bot-desk--4 {
        padding-bottom: 4.8em
    }

    .pad-bot-desk--5 {
        padding-bottom: 6em
    }
}

@media (max-width: 992px) {
    .pad-horiz-mob--1 {
        padding-left: 1.2em;
        padding-right: 1.2em
    }

    .pad-vert-mob--1 {
        padding-top: 1.2em;
        padding-bottom: 1.2em
    }
}

.countdown-wrap {
    display: none;
    width: 100%;
    background-color: #0094cb;
    color: white;
    text-align: center;
    font-size: .8em;
    padding: 0.3em 0.4em
}

@media (min-width: 768px) {
    .countdown-wrap {
        font-size: 1.2em;
        padding: 0.3em 2em
    }
}

.countdown-wrap .title, .countdown-wrap a.notlive {
    display: inline-block;
    font-weight: 400
}

.countdown-wrap .title {
    float: left
}

.countdown-wrap a.notlive {
    float: right
}

.countdown-wrap a.notlive:hover {
    color: #d9d9d9
}

.countdown-wrap .description, .countdown-wrap .time li .label {
    font-size: 0.9em;
    margin-left: .1em
}

.countdown-wrap .time {
    list-style: none;
    margin: 0 auto;
    display: table;
    display: inline-block;
    padding: 0;
    vertical-align: middle
}

.countdown-wrap .time li {
    float: left;
    text-align: center;
    display: inline-block;
    margin-right: 0.3em;
    font-weight: 100
}

.countdown-wrap .time li::first-child {
    padding-left: 0
}

@media (min-width: 992px) {
    .countdown-wrap .time li {
        margin-right: 0.7em
    }
}

.countdown-wrap .live {
    display: none;
    font-weight: 600;
    text-transform: uppercase;
    vertical-align: middle
}

.core-values .value .value-header {
    position: relative
}

.core-values .value .value-header h4 {
    color: #2a2a2a;
    position: relative;
    z-index: 1;
    -webkit-transition: 0.3s color;
    transition: 0.3s color
}

.core-values .value .value-header .value-letter {
    color: #eee;
    font-weight: 500;
    font-size: 6em;
    line-height: 1em;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    -webkit-transition: 0.3s color;
    transition: 0.3s color
}

.core-values .value table {
    width: 100%;
    height: 100px
}

.core-values .value table td.expand-icon {
    text-align: right
}

.core-values .value .value-link:hover h4 {
    color: #6a6a6a
}

.core-values .value .value-link:hover .value-letter {
    color: #f9f9f9
}

.core-values .value .value-content {
    border-bottom: 1px solid #d5d5d5;
    margin-top: 1em;
    margin-bottom: 1em
}

.core-values .value .value-content p {
    display: none
}

.core-values .value.active .value-content p {
    display: block
}

.jobs-about {
    background: #eee;
    margin-top: 2em;
    padding: 2em 0
}

.jobs-about .col-md-5:first-child {
    border-right: 1px solid #999
}

@media (max-width: 480px) {
    .jobs-about .col-md-5:first-child {
        border: none;
        margin-bottom: 4em
    }
}

.jobs-about h4 {
    color: #0094cb;
    margin-top: 0
}

.jobs-about .fa {
    color: #e86a1f;
    margin-right: 3px
}

.jobs-about .need-detail {
    margin-bottom: 1em
}

.jobs-about .need-detail .number {
    border: 2px solid #e86a1f;
    color: #e86a1f;
    border-radius: 100%;
    display: inline-block;
    width: 25px;
    height: 25px;
    font-weight: 500;
    line-height: 1.1em;
    text-align: center;
    margin-right: 3px
}

.jobs-about .contact-detail {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: .5em
}

.jobs-about .contact-detail .address {
    margin-left: 1.3em
}

.jobs-page .standard-content {
    background: inherit;
    margin-top: 0
}

.next-steps .step {
    border-right: 1px solid #d5d5d5;
    margin-bottom: 3em
}

.next-steps .step:last-child {
    border: none
}

.next-steps .step .step-inner {
    padding: 0 10px
}

.next-steps .step .step-inner a {
    text-decoration: underline
}

.next-steps .step .step-inner .number {
    font-size: 4em;
    color: #d5d5d5;
    line-height: 1em;
    font-weight: 500;
    position: relative;
    left: -5px
}

.next-steps .step .step-inner h5 {
    text-transform: uppercase;
    color: #2a2a2a;
    font-size: 1.2em;
    font-weight: 600
}

.parallax {
    display: block;
    position: relative;
    background-attachment: fixed;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center 0px !important
}

@media (max-width: 768px) {
    .parallax {
        background-attachment: scroll !important;
        background-position: center center !important;
    }
}

.destination-items {
    padding: 2em 0 3em;
    text-align: center
}

.destination-items .detail-item {
    margin-bottom: 4em
}

.destination-items .detail-item .icon {
    font-size: 8em;
    line-height: 1em;
    color: #e86a1f
}

.destination-items .detail-item h4 {
    color: #0094cb;
    font-weight: 600
}

.destination-visit {
    background: #eee;
    margin-bottom: 6em
}

.destination-visit #destination-map {
    height: 300px
}

.destination-visit .visit-details h3 {
    color: #6a6a6a;
    margin-top: 1.5em
}

.destination-visit .visit-details table {
    font-weight: 100;
    font-size: 1em;
    line-height: 1.1em;
    margin-bottom: 1em
}

.destination-visit .visit-details table .fa {
    font-size: 1.2em;
    margin-right: 5px;
    color: #e86a1f
}

.leadership-page {
    margin-top: 1em
}

.leadership-page .leaders-section {
    color: #fff;
    margin-top: 2em
}

.leadership-page .leaders-section a {
    color: #fff;
    font-weight: 600
}

.leadership-page .leaders-section .leader {
    padding: 2em 0;
    background-color: #252525;
    background-position: left top;
    background-size: auto 100%;
    background-repeat: no-repeat
}

@media (min-width: 768px) {
    .leadership-page .leaders-section .leader {
        padding: 3em 0;
        background-size: cover
    }

    .leadership-page .leaders-section .leader.leader-left {
        background-position: right top
    }
}

.leadership-page .leaders-section .leader .leader-name {
    margin: 0
}

.leadership-page .leaders-section .leader .leader-title {
    text-transform: uppercase;
    font-weight: 700
}

.leadership-page .leaders-section .leader .leader-bio {
    margin: 0;
    margin-top: 2em
}

.leadership-page .leaders-section .leader .leader-twitter {
    margin-top: 1em
}

.contact-section {
    margin-top: 1em;
    padding-top: 1em;
    border-top: 1px solid #d5d5d5;
    margin-bottom: 4em
}

.contact-section .gform_heading {
    display: none
}

.contact-module-wrapper {
    margin-top: 1em
}

.contact-module-wrapper .module-title {
    background: #2a2a2a;
    text-transform: uppercase;
    color: #fff;
    padding: 1em;
    font-weight: 900
}

.contact-module-wrapper .module-info {
    background: #0094cb;
    padding: .5em 1em;
    color: #fff
}

.contact-module-wrapper .module-info table {
    border-collapse: separate;
    border-spacing: 0px 10px
}

.contact-module-wrapper .module-info a {
    color: #fff;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s
}

.contact-module-wrapper .module-info a:hover {
    opacity: .7
}

.contact-module-wrapper .module-info .fa {
    color: #00b9fe
}

.contact-module-wrapper .module-social {
    background: #009fda;
    color: #fff;
    padding: .5em 1em 1em 1em
}

.contact-module-wrapper .module-social .mod-social-title {
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: .5em
}

h1.christmas, h2.christmas, h3.christmas {
    color: #c62f2b
}

h1.easter, h2.easter, h3.easter {
    color: #2a2a2a
}

.bigrock-header {
    text-align: center;
    padding: 1em 0;
    height: auto;
    background-attachment: fixed;
    background-size: cover
}

.bigrock-header img {
    width: 70%;
    max-width: 480px
}

.bigrock-header.christmas img, .bigrock-header.easter img {
    width: 70%;
    max-width: 600px
}

.bigrock-header.easter {
    background-attachment: inherit
}

@media (min-width: 768px) {
    .bigrock-header {
        padding: 3em 0 !important
    }

    .bigrock-header.christmas img {
        margin-left: -50px
    }
}

.big-rock-tag {
    text-align: center;
    padding-top: 2em
}

.big-rock-tag p {
    font-size: 1.6em;
    font-weight: 100
}

@media (min-width: 768px) {
    .big-rock-tag {
        padding: 4em 0
    }
}

.big-rock-tag .christmas {
    color: #c62f2b
}

.reserve-available {
    text-align: center;
    padding-bottom: 4em;
    line-height: 1.4em
}

.reserve-available .available-date {
    color: #c62f2b
}

.bigrock-space {
    margin-top: 4em;
    margin-bottom: 2em;
    text-align: center;
    vertical-align: top
}

.bigrock-space.top {
    margin-top: 2em
}

.service {
    display: inline-block;
    width: 100%;
    max-width: 350px;
    border: 2px solid #24867b;
    vertical-align: top
}

.service.est {
    border-color: #f15c22;
    max-width: 535px
}

.service.trans {
    border-color: transparent;
    max-width: 535px
}

.service.trans p {
    font-weight: 100;
    font-size: 1.6em
}

@media (min-width: 768px) {
    .service.left {
        margin-left: -15px
    }
}

@media (min-width: 768px) {
    .service {
        margin: 15px
    }
}

.service ul {
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-size: 1.3em
}

.service ul li {
    padding: 0px;
    font-weight: 400;
    min-height: 60px
}

@media (max-width: 768px) {
    .service ul li {
        min-height: 40px
    }
}

.service ul li:nth-of-type(2n) {
    background: #eee
}

.service .service-day, .service .est-location-day {
    display: block;
    background: #24867b;
    color: #fff;
    font-weight: 100;
    color: #fff;
    text-align: center;
    font-size: 1.5em;
    padding: .5em 1em
}

.service .est-location-day {
    background: #f15c22 !important
}

.service .est-location-day.key {
    padding: 0.2em 1em
}

.service .service-time {
    display: block;
    width: 100%
}

.service .service-time a {
    display: block;
    padding-bottom: 10px;
    padding-top: 10px;
    -webkit-transition: background, 0.3s;
    transition: background, 0.3s
}

.service .service-time a:hover {
    background: #f15c22;
    color: white
}

.service .service-time span {
    font-size: 0.7em;
    padding: 1em 2em;
    display: block
}

.service .service-time div {
    display: inline-block;
    padding-bottom: 10px;
    padding-top: 10px
}

.service .service-time div:nth-of-type(1) {
    float: left;
    padding-left: 20px
}

@media (max-width: 768px) {
    .service .service-time div:nth-of-type(1) {
        float: none;
        padding-left: 0
    }
}

.service .service-time div:nth-of-type(2) {
    float: right;
    width: 180px;
    color: white;
    display: block;
    background-color: rgba(241, 92, 34, 0.65)
}

.service .service-time div:nth-of-type(2).hide {
    display: none
}

.service .service-time div:nth-of-type(3), .service .service-time div:nth-of-type(4) {
    float: right;
    display: block;
    padding: 10px 0;
    color: #2a2a2a;
    width: 60px
}

@media (max-width: 768px) {
    .service .service-time div:nth-of-type(3), .service .service-time div:nth-of-type(4) {
        width: 30px
    }
}

@media (max-width: 768px) {
    .service .service-time div {
        font-size: 0.7em
    }
}

.service-key {
    margin: 10px 25px;
    border: 2px solid #24867b;
    padding: 1em;
    line-height: 2em;
    text-align: left
}

@media (max-width: 768px) {
    .service-key {
        margin: 10px 0 0 0 !important
    }
}

.sa {
    background-color: #c62f2b;
    display: inline-block;
    height: 10px;
    margin-left: 10px;
    position: relative;
    top: -3px;
    width: 10px
}

.sa.k {
    border-radius: 5px
}

.sa.asl {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 10px solid #c62f2b;
    background-color: transparent
}

.get-tickets {
    max-width: 100%;
    display: inline-block;
    margin: 0 auto;
    font-size: 1.7em;
    color: #fff;
    line-height: 1.2em;
    padding: .8em 2em;
    background: #d8504c;
    font-weight: 100;
    -webkit-transition: background, 0.3s;
    transition: background, 0.3s
}

.get-tickets:hover {
    background: #c62f2b;
    color: #fff
}

.br-cta {
    max-width: 100%;
    display: inline-block;
    margin: 0 auto;
    font-size: 1.7em;
    color: #fff;
    line-height: 1.2em;
    padding: .8em 2em;
    background: #f47f52;
    font-weight: 100;
    -webkit-transition: background, 0.3s;
    transition: background, 0.3s;
    margin: 1.5em auto
}

.br-cta:hover {
    background: #f15c22;
    color: #fff
}

.livestream {
    text-align: center
}

.shuttle {
    text-align: center;
    margin-top: 2em
}

.shuttle .service ul {
    height: 55px
}

.christmas-map {
    text-align: center
}

.christmas-map img {
    width: 100%;
    max-width: 920px
}

.christmas-tickets-details {
    text-align: left;
    padding-top: 2em;
    padding-bottom: 2em
}

.christmas-tickets-details h4 {
    text-align: center;
    line-height: 1.6em
}

.christmas-tickets-plan {
    margin-top: -2em;
    padding-bottom: 2em;
    text-align: center;
    font-size: 1.3em;
    font-weight: 100
}

.christmas-tickets-plan .attend-margin {
    margin-top: 1em
}

.christmas-tickets-plan h4 {
    text-align: center;
    line-height: 1.6em
}

.christmas-tickets-plan i {
    color: #c62f2b
}

.map-wrapper.est {
    margin: 0px 20px
}

@media (max-width: 768px) {
    .map-wrapper.est {
        margin: 0
    }
}

.mapWrap {
    position: relative;
    padding-bottom: 30%;
    padding-top: 25px;
    height: 0
}

.mapWrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

@media (max-width: 768px) {
    .mapWrap {
        padding-bottom: 90%
    }
}

img.est {
    margin: 1em 0
}

.anchors {
    text-align: center;
    padding-top: 1em
}

.give-overview {
    margin-top: -2em;
    padding-bottom: 2em;
    font-size: 1.3em;
    font-weight: 100
}

.give-overview .center {
    text-align: center;
    font-size: 1.5em
}

.give-overview .attend-margin {
    margin-top: 1em
}

.give-overview h3 {
    color: #6a6a6a
}

.give-overview .button {
    float: right;
    margin-top: 1.3em
}

.paypal-form span {
    display: block
}

.paypal-wrap {
    padding: 3em 0
}

.relative {
    position: relative
}

.bg--white {
    background-color: #FFFFFF
}

.bg--gold {
    background-color: #D2A757
}

.bg--black {
    background-color: #000000
}

.christmas-black {
    color: #000000 !important
}

.christmas-black a {
    color: #D2A757 !important
}

.christmas-black a:hover {
    color: #c29034 !important
}

.christmas-black a:focus {
    color: #c29034 !important
}

.christmas-black a:active {
    color: #c29034 !important
}

.christmas-black .button--gold {
    background: #D2A757 !important;
    color: white !important
}

.christmas-black .button--gold:hover {
    background: #c29034 !important;
    color: white !important
}

.christmas-black .button--gold:focus {
    background: #c29034 !important;
    color: white !important
}

.christmas-black .button--gold:active {
    background: #c29034 !important;
    color: white !important
}

.material-shadow {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23)
}

.program-block {
    border-right: 1px solid rgba(210, 167, 87, 0.3);
    border-top: 1px solid rgba(210, 167, 87, 0.3);
    height: 300px;
    position: relative
}

@media (max-width: 992px) {
    .program-block {
        height: 220px
    }
}

.program-block .bg-pattern-shapes {
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease
}

.program-block:first-child .bg-pattern-shapes {
    opacity: .3
}

.program-block:nth-child(3) .bg-pattern-shapes {
    opacity: .3
}

.program-block:nth-child(6) .bg-pattern-shapes {
    opacity: .3
}

.program-block:nth-child(8) .bg-pattern-shapes {
    opacity: .3
}

.program-block:hover .bg-pattern-shapes {
    opacity: .3
}

#candle-slider {
    background: #fff;
    padding: 40px 40px;
    border-radius: 3px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23)
}

.number-container {
    background-color: white;
    margin: 0 auto;
    width: 120px;
    height: 120px;
    border-radius: 100%;
    position: relative;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    margin-bottom: 40px;
    text-align: center
}

.number-container img {
    max-width: 80px;
    max-height: 80px;
    margin-top: 20px
}

.bg-pattern-shapes {
    background-image: url("http://s3-us-west-1.amazonaws.com/baysideonline4.0/wp-content/themes/bones/bootstrap/christmas/background-shapes.png");
    background-size: contain;
    position: absolute;
    opacity: .2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0
}

.color--gold {
    color: #D2A757
}

.inline-block {
    display: inline-block
}

.align-middle {
    vertical-align: middle
}

.chritmas-button {
    border-radius: 100%;
    color: white
}

.bg--red {
    background-color: #B6393D !important
}

.bg--green {
    background-color: #199F76 !important
}

.bg--red-light {
    background-color: #EC4A4C !important
}

.bg--green-light, .gform_button {
    background-color: #31AEEF !important
}

.bg--gray-dark {
    background-color: #322B2C
}

.bg--gray {
    background-color: #464B50
}

.bg--gray-light {
    background-color: #9B9B9B
}

.bg--gray-lightest {
    background-color: #F6F6F6
}

.color--red {
    color: #B6393D !important
}

.color--green {
    color: #199F76 !important
}

.color--red-light {
    color: #EC4A4C !important
}

.color--green-light, .service--day.active, .service--time.active {
    color: #1FC593 !important
}

.color--gray-dark {
    color: #322B2C !important
}

.color--gray {
    color: #464B50 !important
}

.color--gray-light {
    color: #9B9B9B !important
}

.color--gray-lightest {
    color: #F6F6F6 !important
}

.color--white {
    color: white
}

.green--hover:hover {
    color: rgba(37, 239, 178, 0.75) !important;
    cursor: pointer;
    transition: color 0.2s ease-in-out
}

.green--hover:focus {
    color: #26EFB2 !important
}

.green--hover:active {
    color: #26EFB2 !important
}

.font--center, .gform_button {
    text-align: center
}

.font--ups {
    text-transform: uppercase
}

.font--caps {
    text-transform: capitalize
}

.font--bold, .service--day.active, .service--time.active {
    font-weight: 600
}

.font--normal {
    font-weight: 400
}

@media (max-width: 992px) {
    .font--small-mob {
        font-size: 12px
    }
}

@media (max-width: 992px) {
    .hidden-mob {
        display: none
    }
}

@media (max-width: 768px) {
    .hidden-sm {
        display: none
    }
}

.mar-no {
    margin: 0
}

.pad-no {
    padding: 0
}

.v-center {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.h-xs-100 {
    height: 90vh
}

@media (min-width: 768px) {
    .h-sm-100 {
        height: 90vh
    }
}

.section--video {
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -142px
}

@media (min-width: 768px) {
    .section--video {
        margin-top: -108px
    }
}

.image-over-bottom {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9
}

.christmas--video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: -2;
    width: 100%
}

.christmas--video video {
    display: none
}

@media (min-width: 992px) {
    .christmas--video video {
        display: block
    }
}

@keyframes smooth-entry-reverse {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2em);
        -moz-transform: translateY(2em);
        -ms-transform: translateY(2em);
        -o-transform: translateY(2em);
        transform: translateY(2em)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

.logo--image {
    animation: smooth-entry-reverse 0.5s
}

.arrow-down {
    width: 0;
    height: 0;
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 10px solid white;
    top: -2px;
    position: relative;
    left: 15px
}

.pill, .gform_button {
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.25);
    border-radius: 2em
}

.pill:hover, .gform_button:hover {
    box-shadow: none
}

.pill.bg--red-light:active, .bg--red-light.gform_button:active {
    box-shadow: 0px 2px 11px 0px rgba(65, 200, 115, 0.33), inset 0px 1px 0px rgba(0, 0, 0, 0.25)
}

.pill.bg--green-light:active, .gform_button:active {
    box-shadow: 0px 2px 11px 0px rgba(65, 200, 115, 0.33), inset 0px 1px 0px rgba(0, 0, 0, 0.25)
}

.pill.full, .full.gform_button {
    width: 100%
}

.round {
    border-radius: 10em
}

hr {
    border: 0px;
    border-top: 1px solid
}

hr.color--green {
    border-color: #1FC593
}

hr.color--gold {
    border-color: #D2A757
}

.bg-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.section--nav {
    z-index: 10;
    position: relative
}

.section--nav nav:hover {
    cursor: pointer;
    transition: background-color 150ms ease-in-out
}

@media (max-width: 768px) {
    .section--nav nav {
        font-size: .8em
    }
}

.section--nav.open {
    z-index: 999;
    height: 100%;
    overflow: scroll;
    -webkit-overflow-scrolling: touch
}

.section--nav h3.subnav-title {
    font-size: 30px
}

@media (max-width: 768px) {
    .section--nav h3.subnav-title {
        font-size: 22px;
        margin-bottom: 0
    }
}

.close--menu {
    display: block;
    padding-top: 20px
}

@media (max-width: 768px) {
    .service--time-detail {
        margin-top: 30px
    }
}

.fixed.overflow-hidden {
    overflow: hidden !important
}

.navbar-fixed {
    position: fixed;
    top: 0;
    overflow: scroll;
    width: 100%;
    z-index: 999
}

.navbar-fixed.open {
    bottom: 0
}

.navbar-fixed nav {
    box-shadow: 0px 0px 10px 5px rgba(3, 37, 24, 0.35)
}

.submenu.open {
    box-shadow: 0 0 20px 0 rgba(107, 107, 107, 0.7)
}

@media (max-width: 768px) {
    .submenu.open {
        height: 100%;
        overflow: scroll
    }
}

@media (min-width: 992px) {
    .form-inline {
        display: inline !important
    }
}

@media (min-width: 992px) {
    #field_73_1, #field_73_2, #field_73_3, #field_73_21 {
        margin-right: 4%
    }
}

.ch-input-border-bottom {
    width: 100%
}

@media (min-width: 992px) {
    .ch-input-border-bottom {
        width: 22%;
        float: left
    }
}

.ch-input-border-bottom label {
    display: none
}

.ch-input-border-bottom .ginput_container {
    width: 100%
}

.ch-input-border-bottom .ginput_container input {
    color: #464B50 !important;
    border-top: 1px solid transparent !important;
    border-left: 1px solid transparent !important;
    border-right: 1px solid transparent !important;
    border-bottom: 1px solid #9B9B9B !important;
    background-color: transparent !important
}

.ch-input-border-bottom .ginput_container input::-webkit-input-placeholder {
    color: #9B9B9B !important
}

#gform_wrapper_73 .ginput_product_price_label, #gform_wrapper_73 .ginput_product_price, #gform_wrapper_73 .ginput_quantity_label {
    display: none !important
}

.number-inputs {
    width: 25% !important;
    text-align: center !important;
    padding: 0 1em !important;
    float: left;
    color: #9B9B9B
}

.number-inputs label {
    display: block
}

.number-inputs input, .number-inputs .ginput_container {
    width: 100% !important
}

.transparent-select {
    margin-top: -2px
}

.transparent-select select {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #9B9B9B;
    height: auto;
    padding: 15px;
    color: #9B9B9B;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%
}

.transparent-select:after {
    content: ' ';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #9B9B9B;
    float: right;
    top: -1.9em;
    position: relative;
    left: -0.3em;
    opacity: .5
}

.christmas-repo {
    font-size: 1em !important;
    line-height: 1.6 !important
}

.inthemiddle {
    margin: 0 auto;
    display: block
}

@media (min-width: 768px) {
    .inthemiddle {
        width: 40%
    }
}

@media (max-width: 992px) {
    .mob-sm {
        width: 100px
    }
}

.gform_button {
    margin: 0 auto !important;
    display: block !important;
    position: relative;
    top: 1em
}

.gform_heading {
    border-color: transparent;
    margin: 0;
    padding: 0
}

.gform_footer {
    width: 100%;
    display: table
}

.gfield_contains_required:after {
    content: '*';
    width: 1em;
    height: 1em;
    color: #9B9B9B;
    float: right;
    position: relative;
    top: -2.5em
}

.section--faq:after {
    background-image: url("/wp-content/themes/bones/bootstrap/christmas/border.svg");
    content: ' ';
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: transparent;
    padding-bottom: 2.8%;
    top: 6em;
    margin-bottom: -1px
}

@media (max-width: 768px) {
    .section--faq:after {
        padding-bottom: 3%
    }
}

.triangle--top-white:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 2em solid transparent;
    border-right: 2em solid transparent;
    border-top: 2em solid white;
    top: -3.6em;
    position: relative;
    margin: 0 auto;
    display: block
}

@media (max-width: 768px) {
    .triangle--top-white:before {
        border-left: .7em solid transparent;
        border-right: .7em solid transparent;
        border-top: .7em solid white
    }
}

.triangle--top-gray:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 2em solid transparent;
    border-right: 2em solid transparent;
    border-top: 2em solid #464B50;
    top: -3.6em;
    position: relative;
    margin: 0 auto;
    display: block
}

@media (max-width: 768px) {
    .triangle--top-gray:before {
        border-left: .7em solid transparent;
        border-right: .7em solid transparent;
        border-top: 0.7em solid #464B50
    }
}

body.fixed {
    margin-top: 4em
}

@media (max-width: 768px) {
    body.fixed {
        margin-top: 3.1em
    }
}

@media (min-width: 992px) {
    .desk-hide {
        display: none
    }
}

.path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    animation: dash 6s linear alternate 1;
    animation-delay: 0.2s;
    fill: white
}

@keyframes dash {
    0% {
        stroke-dashoffset: 1000;
        fill: transparent
    }

    70% {
        stroke-dashoffset: 0;
        stroke: white
    }

    100% {
        stroke-dashoffset: 0;
        fill: white;
        stroke: transparent
    }
}

@media (min-width: 992px) {
    .col-sm-off-cust {
        margin-left: 6%
    }
}

@media (max-width: 768px) {
    .hide-mob {
        display: none
    }
}

@media (max-width: 992px) {
    .col-sm-6:nth-child(2n+1) {
        clear: left
    }

    .col-sm-6:nth-child(2n+1):last-child {
        float: none;
        margin: 0 auto
    }
}

.centerit {
    margin: 0 auto;
    display: table !important
}

.table-hover caption {
    color: white
}

.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.18)
}

.nav--open {
    z-index: 1;
    position: relative;
    width: 100%
}

.nav--open:after {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    background-color: rgba(0, 0, 0, 0.4)
}

.underline {
    border-bottom: 1px solid rgba(210, 167, 87, 0.4)
}

.small--block {
    display: block;
    font-size: 1.3rem
}

.service-list {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.service-list li {
    margin-bottom: .3em
}

.times-title span {
    border-bottom: 1px solid
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%
}

.carousel-inner>.item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left
}

.carousel-inner>.item>img, .carousel-inner>.item>a>img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner>.item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden
    }

    .carousel-inner>.item.next, .carousel-inner>.item.active.right {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0
    }

    .carousel-inner>.item.prev, .carousel-inner>.item.active.left {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0
    }

    .carousel-inner>.item.next.left, .carousel-inner>.item.prev.right, .carousel-inner>.item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0
    }
}

.carousel-inner>.active, .carousel-inner>.next, .carousel-inner>.prev {
    display: block
}

.carousel-inner>.active {
    left: 0
}

.carousel-inner>.next, .carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.prev {
    left: -100%
}

.carousel-inner>.next.left, .carousel-inner>.prev.right {
    left: 0
}

.carousel-inner>.active.left {
    left: -100%
}

.carousel-inner>.active.right {
    left: 100%
}

nav.header .mainnav .nav .menu {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

@media (max-width: 767px) {
    nav.header .mainnav .nav .menu {
        display: none
    }
}

nav.header .mainnav .nav .menu .menu-item {
    height: 100%
}

@media (max-width: 767px) {
    nav.header .mainnav .nav .menu .menu-item {
        display: block;
        border-top: 1px solid #21446c;
        border-bottom: none
    }
}

nav.header .mainnav .nav .menu .menu-item.menu-item-has-children {
    position: relative
}

@media (max-width: 767px) {
    nav.header .mainnav .nav .menu .menu-item.menu-item-has-children>a:first-child:after {
        content: '\25BC';
        float: right;
        padding: 0 10px;
        width: 50px;
        height: 100%;
        text-align: center;
        border-left: 1px solid #2a2a2a
    }
}

nav.header .mainnav .nav .menu .menu-item:hover .sub-menu {
    display: block
}

nav.header .mainnav .nav .menu .sub-menu {
    display: none;
    position: absolute;
    width: 250px;
    left: -50px
}

@media (max-width: 767px) {
    nav.header .mainnav .nav .menu .sub-menu {
        display: none;
        position: initial;
        width: 100%
    }
}

nav.header .mainnav .nav .menu .sub-menu .menu-item {
    display: block;
    background: #2a2a2a;
    padding: 5px 20px
}

@media (max-width: 767px) {
    nav.header .mainnav .nav .menu .sub-menu .menu-item {
        background: #6a6a6a;
        padding: 0
    }

    nav.header .mainnav .nav .menu .sub-menu .menu-item a::before {
        content: '-';
        margin-right: 5px
    }
}

@media (max-width: 767px) and (max-width: 767px) {
    nav.header .mainnav .nav .menu .sub-menu .menu-item a::before {
        display: none
    }
}

@media (max-width: 767px) and (max-width: 767px) {
    nav.header .mainnav .nav .menu .sub-menu .menu-item a {
        margin-left: 10%;
        width: 90% !important
    }
}

nav.header .mainnav .nav .menu .sub-menu .menu-item:hover .sub-menu {
    display: block
}

nav.header .mainnav .nav .menu .sub-menu .menu-item.menu-item-has-children>a:after {
    content: '\25B8';
    float: right;
    font-size: 30px;
    line-height: 1;
    margin-top: -2px
}

@media (max-width: 767px) {
    nav.header .mainnav .nav .menu .sub-menu .menu-item.menu-item-has-children>a:after {
        content: '\25BC';
        font-size: initial;
        line-height: 2;
        float: right;
        padding: 0 10px;
        width: 50px;
        height: 100%;
        text-align: center;
        border-left: 1px solid #2a2a2a
    }
}

nav.header .mainnav .nav .menu .sub-menu .menu-item a {
    color: #fff;
    width: 100%
}

nav.header .mainnav .nav .menu .sub-menu .menu-item:after {
    display: none
}

nav.header .mainnav .nav .menu .sub-menu .menu-item .sub-menu {
    left: 250px;
    top: 0;
    display: none
}

@media (max-width: 767px) {
    nav.header .mainnav .nav .menu .sub-menu .menu-item .sub-menu {
        display: none
    }
}

nav.header .mainnav .nav .menu .sub-menu .menu-item .sub-menu .menu-item {
    background: #6a6a6a
}

@media (max-width: 767px) {
    nav.header .mainnav .nav .menu .sub-menu .menu-item .sub-menu .menu-item a {
        margin-left: 20%;
        width: 80% !important
    }
}

@media (max-width: 767px) {
    nav.header.active {
        overflow: auto
    }
}

@media (max-width: 767px) {
    nav.header.active .mainnav .nav .menu {
        display: block
    }
}

@media (max-width: 767px) {
    .menu-item-open:after {
        content: '\25B2' !important
    }
}

.popup-bg {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: .75;
    z-index: 9999
}

.popup-bg.hidden {
    display: none
}

.sunday-popup-modal {
    box-sizing: border-box;
    position: fixed;
    top: calc(50% - 250px);
    left: calc(50% - 300px);
    width: 600px;
    max-width: 100%;
    background: #fff;
    border: 1px solid #000;
    border-radius: 5px;
    padding: 25px;
    z-index: 99999;
    background: rgba(0, 148, 203, 0.9);
    color: #fff;
    height: 500px
}

@media (max-width: 767px) {
    .sunday-popup-modal {
        left: 0
    }
}

.sunday-popup-modal.hidden {
    display: none
}

.sunday-popup-modal__close {
    text-align: right
}

.sunday-popup-modal__close a {
    display: inline-block;
    margin-top: -15px;
    margin-right: -15px;
    color: #fff
}

.sunday-popup-modal__text {
    text-align: center;
    padding: 0 15px;
    margin-bottom: 25px
}

.sunday-popup-modal__cta {
    text-align: center
}

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

.fadeOut {
    -webkit-animation-duration: 0s;
    animation-duration: 0s
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@media screen and (min-width: 768px) {
    .wlr-links-font-size {
        font-size: 21px;
    }
}

@media screen and (min-width: 992px) {
    .wlr-links-font-size {
        font-size: 23px;
    }
}

.image-desktop {
    display: block;
}

.image-mobile {
    display: none;
}

nav.header .mainnav .nav .menu .sub-menu .menu-item .sub-menu .menu-item .sub-menu {
    left: 250px;
    top: 0;
    display: none;
}

nav.header .mainnav .nav .menu .sub-menu .menu-item .sub-menu .menu-item:hover .sub-menu {
    display: block;
}

nav.header .mainnav .nav .menu .sub-menu .menu-item .sub-menu .menu-item .sub-menu .menu-item {
    background: #6a6a6a;
}

@media (max-width: 767px) {
    nav.header .mainnav .nav .menu .sub-menu .menu-item .sub-menu .menu-item.menu-item-has-children>a:after {
        content: '\25BC';
        font-size: initial;
        line-height: 2;
        float: right;
        padding: 0 10px;
        width: 50px;
        height: 100%;
        text-align: center;
        border-left:
            1px solid #2a2a2a;
    }

    nav.header .mainnav .nav .menu .sub-menu .menu-item .sub-menu .menu-item .sub-menu .menu-item a {
        margin-left: 30%;
    }

    nav.header .mainnav .nav .menu .sub-menu .menu-item .sub-menu {
        display: none;
        position: initial;
        width: 100%;
    }

    nav.header .mainnav .nav .menu .sub-menu .menu-item .sub-menu .menu-item a::before, nav.header .mainnav .nav .menu .sub-menu .menu-item .sub-menu .menu-item .sub-menu {
        display: none;
    }
}

.devo_series-refuel-archives .container {
    margin-left: 0em;
    margin-right: 0em;
    padding-left: 1em;
    padding-right: 0em;
}

.term-refuel-archives .wp-prev-next .h3 {
    margin-top: 1em;
    margin-bottom: 1em;
}

/* Style the close button (span) */
.close {
    color: #fff;
    cursor: pointer;
    position: absolute;
    right: 1em;
    padding: 0;
    transform: translate(0%, -50%);
}

.close:hover {
    background: #ffa500;
}

.site-20 .map-wrapper {
    display: none;
}

.above-below-margin {
    margin-top: 1em;
    margin-bottom: 1em;
}

.above-below-padding {
    padding-top: 1em;
    padding-bottom: 1em;
}

.icon-left-20px {
    margin-left: -20px;
}

@media (min-width: 768px) {
    .ministry-flex {
        display: flex;
    }

    .ministry-flex-image {
        padding-right: 1em;
    }
}

@media (min-width: 768px) {
    .ministry-flex-desktop {
        display: flex;
    }

    .ministry-flex-desktop-image {
        padding-right: 1em;
    }

    .ministry-flex-mobile, .ministry-flex-mobile-image {
        display: none;
    }
}

@media (max-width: 768px) {
    .ministry-flex-mobile {
        display: block;
    }

    .ministry-flex-mobile-image {
        padding-right: 1em;
    }

    .ministry-flex-desktop, .ministry-flex-desktop-image {
        display: none;
    }
}

.tribe-events-back, .tribe-events-nav-previous, .tribe-events-nav-next, .tribe-events-related-events-title, .tribe-related-events {
    display: none !important;
}

section.ministry-repository-intro {
    padding-top: 2em;
    padding-bottom: 2em;
}

.half-padding-section {
    padding-top: 2em;
    padding-bottom: 2em;
}

.quarter-padding-section {
    padding-top: 1em;
    padding-bottom: 1em;
}

.video-responsive {
    text-align: center;
}

.video-responsive iframe {
    height: 316px;
    width: 560px;
}

@media screen and (max-width: 2768px) {
    .video-responsive {
        overflow: hidden;
        padding-bottom: 56.25%;
        position: relative;
        height: 0;
    }

    .video-responsive iframe {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
    }
}

/* Alert */

#alert {
    position: relative;
    z-index: 9995;
}

#alert:hover:after {
    background: hsla(0, 0%, 0%, .8);
    border-radius: 3px;
    color: #fff;
    content: 'Click for updates';
    font: bold 12px/30px sans-serif;
    height: 30px;
    left: 50%;
    margin-left: -60px;
    position: absolute;
    text-align: center;
    top: 50px;
    width: 120px;
}

#alert:hover:before {
    border-bottom: 10px solid hsla(0, 0%, 0%, .8);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: '';
    height: 0;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    top: 40px;
    width: 0;
}

.alert {
    background-color: #ffa500;
    background-size: 20px 20px;
    box-shadow: 0 5px 0 hsla(0, 0%, 0%, .1);
    color: #fff;
    display: block;
    height: 50px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    top: -45px;
    width: 100%;
    -webkit-animation: alert 1s ease forwards;
    -moz-animation: alert 1s ease forwards;
    -ms-animation: alert 1s ease forwards;
    -o-animation: alert 1s ease forwards;
    animation: alert 1s ease forwards;
}

.page-id-23219 #alert, .page-id-23243, .page-id-23291 #alert {
    display: none;
}

#alert a:hover, a:focus {
    color: #ffff00;
}

@media screen and (min-width: 768px) {
    .alert, .close {
        font: bold 30px/50px sans-serif;
    }

    .page-template-page-mainhome #alert {
        top: -500px;
    }

    .close {
        top: .82em;
    }
}

@media screen and (min-width: 992px) {
    .alert, .close {
        font: bold 30px/50px sans-serif;
    }

    .close {
        top: .82em;
    }
}

@media screen and (min-width: 1200px) {
    .alert, .close {
        font: bold 30px/50px sans-serif;
    }

    .close {
        top: .82em;
    }
}

@media screen and (max-width: 768px) {
    .alert, .close {
        font: bold 30px/50px sans-serif;
    }

    .page-template-page-mainhome #alert {
        top: -270px;
    }

    .close {
        top: .82em;
    }

    .image-desktop {
        display: none;
    }

    .image-mobile {
        display: block;
    }
}

@media (min-width: 992px) {
    .footer-social {
        width: 55%;
    }
}

/* Animation */

@-webkit-keyframes alert {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        top: 0;
    }
}

@-moz-keyframes alert {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        top: 0;
    }
}

@-ms-keyframes alert {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        top: 0;
    }
}

@-o-keyframes alert {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        top: 0;
    }
}

@keyframes alert {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        top: 0;
    }
}




/*Moved from base.twig*/
.pp-multiple-authors-wrapper {
    display: none !important;
}

nav.header .mainnav .nav ul li a {
    font-size: .9em;
}

.campus-header-wrapper table td.campus-logo h1.campus-title {
    padding: 0.34em 0.4em;
    border: 3px solid #fff;
    width: max-content;
    font-size: 1em;
    font-weight: 900;
    margin: 0 auto;
}

p.higlighted-events {
    font-size: 2.6em;
}

div.events-h2-p {
    margin: 0px;
    font-size: 2.2em;
    position: relative;
    z-index: 1;
}

div.events-h2-p a {
    color: #6a6a6a;
    margin-right: 20px;
    display: inline-flex;
}

.event-wrapper div.events-h2-p .tag-wrapper .event-tag {
    font-size: .4em;
    text-transform: uppercase;
    background: #fff;
    color: #2a2a2a;
    display: inline-block;
    margin-left: 10px;
    font-weight: 600;
    line-height: 16px;
}

.event-wrapper div.events-h2-p .tag-wrapper .event-tag.featured {
    border: 2px solid #2a2a2a;
    padding: 4px 7px;
}

.event-wrapper div.events-h2-p .tag-wrapper {
    display: inline-flex;
}

@media screen and (max-width: 768px) {
    p.higlighted-events {
        font-size: 1.6em;
        margin: 0 0 10px 0;
    }

    div.events-h2-p {
        font-size: 1.6em !important;
    }
}


/*# sourceMappingURL=bootstrap.min.css.map */