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
}


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-size: 19px;
    line-height: 1.6;
    color: #555;
}

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

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




.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
}

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

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

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

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 {
    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
}



/*!
 

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



p {
    margin: 0 0 15px
}


small {
    font-size: 85%
}


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


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

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

ul {
    list-style-type: square
}



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
    }
}

address {
    display: block;
    margin-bottom: 30px;
    font-style: normal;
    line-height: 1.6
}

*, *:focus, *:active {
    outline: none !important
}

.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%;
        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: 0.25rem;
        padding-left: 0.25rem;
    }
}

@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: inherit;
}

@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
}


.sub-menu {
    width: 100%
}

.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
}

.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;
}

@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;
    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 .event-tag, .event-wrapper h2 .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, .event-wrapper h2 .tag-wrapper .event-tag.featured {
    border: 2px solid #2a2a2a;
    padding: 4px 7px
}

.single-event h1 {
    display: inline-block
}

table.event-details {
    margin: 10px 0px;
}

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;
    color: #424242;
}

.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
}

#event-map {
    height: 284px;
    margin-bottom: 10px
}

@media (min-width: 1200px) {
    #event-map {
        height: 340px;
        width: 100%
    }
}

.date {
    color: #999
}




.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
}


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
}


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
}



.volunteer-wrapper {
    margin-bottom: 2em
}

.volunteer-wrapper .volunteer-module h5 {
    text-transform: uppercase;
    font-weight: 600;
    color: #0094cb
}

.hide {
    display: none
}

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 .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
}


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
}

@media (max-width: 768px) {
    #home-about {
        background-image: none;
        padding-top: 2em;
        padding-bottom: 0px
    }
}


@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 a.button {
    margin-bottom: .5em
}



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)
}




.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
    }
}





.jobs-about {
    background: #eee;
    margin-top: 2em;
    padding: 2em 0
}




.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
}



.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;
    }
}






.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
}


.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 .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
}

.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 (max-width: 768px) {
    .hide-mob {
        display: none
    }
}


.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;
        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;
        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, #alert 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;
    }
}

.header-inner .header-item.campus-switcher-wrapper {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
}

/* Mobile Responsive Navbar */


@media (max-width: 767px) {
    .header-inner {
        padding: 0;
    }

    .header-inner .header-item.campus-switcher-wrapper {
        display: none;
    }

    .header-inner .header-item.logo-wrapper {
        width: 100%;
        text-align: center;
    }

    .header-inner .header-item.logo-wrapper img.logo {
        width: 100%;
        max-width: 125px;
        display: inline-block;
    }

    .header-inner .header-item.logo-wrapper .mobile-menu {
        margin-top: 5px;
    }
}
