@import url(https://fonts.googleapis.com/css?family=Material+Icons);
@import url(https://fonts.googleapis.com/css?family=Material+Icons+Outlined);

/* Basic styles */
article, aside, details, figcaption, figure, footer, header, hr, main, menu, nav, section {
    display: block
}

button, hr, input {
    overflow: visible
}

img, legend {
    max-width: 100%
}

audio, canvas, progress, video {
    display: inline-block
}

progress, sub, sup {
    vertical-align: baseline
}

*, :after, :before, legend {
    box-sizing: border-box
}

body, td {
    color: #2B2B2B
}

.btn, .slick-slider {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

#resultsAccordion .label.noshow, .hidden, .invisible, .slick-loading .slick-slide, .slick-loading .slick-track {
    visibility: hidden
}

.noUi-target, .noUi-target *, .slick-slider {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent
}

html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

hr {
    box-sizing: content-box;
    margin: 1em 0;
    padding: 0;
    height: 1px
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

.h1, .h2, .h3, h1, h2, h3 {
    margin: 0 0 1em
}

a {
    background-color: transparent;
    /*text-decoration-skip: objects*/
}

abbr[title] {
    text-decoration: underline;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

button, html, input, mark, select, textarea {
    color: #000
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none;
    width: auto;
    height: auto;
    vertical-align: middle
}

svg:not(:root) {
    overflow: hidden
}

button, input, optgroup, select, textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, select {
    text-transform: none
}

.button, .important {
    text-transform: uppercase
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button
}

    [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
        border-style: none;
        padding: 0
    }

    [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
        outline: ButtonText dotted 1px
    }

legend {
    white-space: normal
}

.badge, .btn, .input-group-btn, .label, .nowrap, .text-nowrap {
    white-space: nowrap
}

textarea {
    overflow: auto;
    resize: vertical
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

.click-user:active, .click-user:focus, .js-click-user .cm-menu a:focus, .js-click-user .section-title:focus {
    outline: 0
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

.button, body {
    font-family: Lato, sans-serif
}

.bold, .button, .important, caption {
    font-weight: 700
}

summary {
    display: list-item
}

[hidden], template {
    display: none
}

body {
    margin: 0;
    font-size: 16px;
    line-height: 1.42857;
    background-color: #fff;
    overflow-y: scroll
}

::-moz-selection {
    background: #009bc9;
    color: #fff;
    text-shadow: none
}

::selection {
    background: #0E8ACB;
    color: #fff;
    text-shadow: none
}

.image-fluid, .image-fluid img {
    max-width: none;
    width: 100%;
    height: auto
}

.image-fixed, .image-fixed img {
    max-width: none
}

fieldset {
    padding: 0
}

.site-login .login-block label, .skip-link, .visually-hidden, .visuallyHidden, .visuallyhidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    margin: -1px;
    padding: 0;
    border: 0;
    width: 1px;
    height: 1px
}

td, th {
    padding: 10px;
    border: 1px solid #ccc
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    position: static;
    overflow: visible;
    clip: auto;
    margin: 0;
    width: auto;
    height: auto
}

.clearfix-both:after, .clearfix-both:before, .clearfix:after, .clearfix:before {
    content: " ";
    display: table
}

.clearfix-both, .clearfix-both:after, .clearfix:after {
    clear: both
}

.align-center {
    text-align: center
}

.align-right {
    text-align: right
}

.align-left, th {
    text-align: left
}

.breakforprint {
    page-break-after: always
}

.float-right {
    float: right
}

.float-left {
    float: left
}

table {
    margin: 1em 0;
    border-collapse: collapse
}

caption {
    background: #00945e;
    color: #fff;
    text-align: center;
    padding: 15px
}

th {
    color: #555;
    background: #e1e1e1
}

@media (min-width:48.063em) {
    .lead, caption {
        font-size: 20px;
        font-size: 1.25rem
    }

    td, th {
        font-size: 18px;
        font-size: 1.125rem;
        padding: 15px
    }
}

body span.gc-cs-link {
    color: inherit
}

    body span.gc-cs-link:hover {
        text-decoration: none
    }

.scroll-cover {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    pointer-events: auto !important;
    z-index: 10000
}

.slick-slide.dragging img, a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: none
}


.black {
    color: #000
}

.events-tabs .list-events-tabs, .list-flex {
    padding-left: 0;
    list-style: none
}

@media (min-width:30em) {
    .events-tabs .list-events-tabs, .list-flex {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
}

@media (min-width:48.063em) {
    .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
    }
}

.smallest {
    font-size: .8em
}

.smaller {
    font-size: .9em
}

.larger {
    font-size: 1.1em
}

.largest {
    font-size: 1.2em
}

.italic {
    font-style: italic
}

.strike {
    text-decoration: line-through
}

.button, .less:focus, .less:hover, .more:focus, .more:hover, a {
    text-decoration: none
}

.important {
    color: red
}

.button {
    display: inline-block;
    padding: .47em 1.2em;
    border: 0;
    color: #fff;
    text-align: center;
    background: #009bc9;
    transition: all .2s ease-out
}

.less:after, .more:after {
    font-family: icomoon;
    content: '\00BB'
}

.less, .more {
    position: relative;
    padding-right: 20px;
    transition: .3s all
}

.button:focus, .button:hover {
    text-decoration: none;
    background: #646464
}

.back {
    text-transform: capitalize
}

.badge, .badge + .badge-label, .less, .more, .section-title, .tagline {
    font-weight: 700;
    text-transform: uppercase
}

.title-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: baseline;
    align-items: baseline
}

.badge, .less:after {
    display: inline-block
}

.more {
}

    .more:after {
        margin-left: 4px
    }

    .more:focus, .more:hover {
        color: #4d4d4d
    }

    .more.link {
        color: #009bc9;
        fill: #009bc9
    }

.less {
    color: #000
}

    .less:after {
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        margin-right: 4px
    }

    .less:focus, .less:hover {
        color: #4d4d4d
    }

.badge {
    background-color: #777;
    color: #fff;
    font-size: 14px;
    font-size: .875rem;
    letter-spacing: 1px;
    padding: .75em 1.5em;
    position: absolute;
    top: 0;
    z-index: 2
}

.badge-sm, .hero-featurette.featured-member .badge {
    font-size: 12px;
    font-size: .75rem;
    padding: .75em 1em
}

.badge-credits {
    position: static;
    background-color: #00945e;
    padding: 0;
    height: 25px;
    width: 25px;
    line-height: 25px;
    text-align: center
}

.badge-trending {
    position: static;
    background-color: #6cb33e;
    color: #000
}

.badge-featured {
    background-color: #daf0fb;
    color: #000
}

.badge + .badge-label {
    color: #000;
    font-size: 12px;
    font-size: .75rem
}

.section-title, .tagline {
    margin-top: 0;
    color: #000;
    font-size: 20px;
    font-size: 1.25rem
}

    .section-title:after, .tagline:after {
        background-color: #ffd200;
        content: "";
        display: block;
        height: 3px;
        width: 60px;
        margin-top: 20px
    }

    .section-title > img + :after, .tagline > img + :after {
        display: none
    }

@media (max-width:48.063em) {
    table.responsive-break-table {
        display: block
    }

        table.responsive-break-table td {
            display: block;
            width: 100% !important
        }
}

.responsive-table-wrap {
    max-width: 100%;
    overflow-x: auto
}

iframe {
    max-width: 100%
}

button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #0E8ACB
}

    a:focus, a:hover {
        color: #0E8ACB;
        text-decoration: underline
    }

    a:focus {
        outline: -webkit-focus-ring-color auto 5px;
        outline-offset: -2px
    }

figure {
    margin: 0
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 0
}

.img-thumbnail {
    padding: 8px;
    line-height: 1.42857;
    background-color: transparent;
    border: 1px solid #ddd;
    border-radius: 0;
    transition: all .2s ease-in-out;
    box-sizing: content-box;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.cm-menu *, .cm-menu:after, .cm-menu:before, .slick-slider {
    box-sizing: border-box
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 11px;
    margin-bottom: 11px;
    border: 0;
    border-top: 1px solid #eee;
    width: 100%
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role=button] {
    cursor: pointer
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 700;
    font-family: 'Bitter';
}

    .h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
        font-weight: 400;
        line-height: 1;
        color: #777
    }

.h1, .h2, h1, h2 {
    margin-top: 22px;
    margin-bottom: 11px;
    color: #19204A;
    line-height: 1.4
}

    .h1 .small, .h1 small, .h2 .small, .h2 small, h1 .small, h1 small, h2 .small, h2 small {
        font-size: 65%
    }

.h3, .h4, .h5, .h6, h3, h4, h5, h6 {
    margin-top: 11px;
    margin-bottom: 11px;
    color: #19204A;
    line-height: 1.5
}

    .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
        font-size: 75%
    }

.h1, h1 {
    font-size: 36px
}

.h2, h2 {
    font-size: 28px
}

.h3, h3 {
    font-size: 24px
}

.h4, h4 {
    font-size: 22px
}

.h5, h5 {
    font-size: 18px
}

.h6, h6 {
    font-size: 14px
}

p {
    margin: 0 0 11px
}

.lead {
    margin-bottom: 22px;
    line-height: 1.4
}

.header-tools a, dt {
    font-weight: 700
}

address, dd, dt {
    line-height: 1.42857
}

.small, small {
    font-size: 87%
}

.mark, mark {
    background-color: #fcf8e3;
    padding: .2em
}

.list-inline, .list-unstyled {
    padding-left: 0;
    list-style: none
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-lowercase {
    text-transform: lowercase
}

.initialism, .text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.btn, .header-tools a {
    text-transform: uppercase
}

.text-muted {
    color: #bbb
}

.text-primary {
    color: #009bc9
}

a.text-primary:focus, a.text-primary:hover {
    color: #007496
}

.text-success {
    color: #3c763d
}

a.text-success:focus, a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:focus, a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:focus, a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:focus, a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #009bc9
}

a.bg-primary:focus, a.bg-primary:hover {
    background-color: #007496
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:focus, a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:focus, a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:focus, a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:focus, a.bg-danger:hover {
    background-color: #e4b9b9
}

.page-header {
    padding: 10px 0;
    margin: 44px 0 22px;
    border-bottom: 1px solid #eee
}

dl, ol, ul {
    margin-top: 0
}

    blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child, ol ol, ol ul, ul ol, ul ul {
        margin-bottom: 0
    }

address, dl {
    margin-bottom: 22px
}

ol, ul {
    margin-bottom: 11px
}

.list-inline {
    margin-left: -5px
}

    .list-inline > li {
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px
    }

dd {
    margin-left: 0
}

.dl-horizontal dd:after {
    content: "";
    display: table;
    clear: both
}

@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
    }
}

abbr[data-original-title], abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%
}

blockquote {
    padding: 11px 22px;
    margin: 0 0 22px;
    font-size: 20px;
    border-left: 5px solid #eee
}

    blockquote .small, blockquote footer, blockquote small {
        display: block;
        font-size: 80%;
        line-height: 1.42857;
        color: #777
    }

        blockquote .small:before, blockquote footer:before, blockquote small:before {
            content: '\2014 \00A0'
        }

    .blockquote-reverse, blockquote.pull-right {
        padding-right: 15px;
        padding-left: 0;
        border-right: 5px solid #eee;
        border-left: 0;
        text-align: right
    }

        .blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before {
            content: ''
        }

        .blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after {
            content: '\00A0 \2014'
        }

address {
    font-style: normal
}

.site-header {
    color: #000;
    /*padding: 30px 0 20px*/
}

    .site-header a {
        color: inherit
    }

    .site-header .brand {
        display: block;
        margin-bottom: 20px;
        width: 200px;
        margin-left: auto;
        margin-right: auto
    }

@media (min-width:60em) {
    .site-header .brand {
    }
}

@media (min-width:72em) {
    .site-header .brand {
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
        width: auto
    }
}

@media (max-width:59.938em) {
    .header-top [class^=col-] {
        padding-left: 0;
        padding-right: 0
    }
}

.join-btn-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center
}

.header-tools {
    padding-left: 0;
    list-style: none;
    display: table;
    width: 100%;
    table-layout: fixed;
    margin-bottom: 0
}

    .header-tools li {
        display: table-cell;
        vertical-align: middle;
        height: 75px;
        border: solid #bbb;
        border-width: 1px 0 1px 1px
    }

        .header-tools li:first-child {
            border-left-width: 0
        }

        .header-tools li.cta-btn-wrapper {
            width: 160px
        }

    .header-tools a {
        display: block;
        text-align: center;
        font-size: 12px;
        font-size: .75rem
    }

        .header-tools a > span {
            display: block
        }

        .header-tools a .icomoon {
            height: 30px;
            width: 30px;
            margin-bottom: 5px
        }

        .header-tools a.join-btn {
            padding: 16px 6px;
            -ms-flex: 1 1 auto;
            flex: 1 1 auto
        }

            .header-tools a.join-btn:not(:last-child) {
                margin-right: 10px
            }

    .header-tools .toggle-control-menu .icomoon-menu-close {
        display: none
    }

    .header-tools .toggle-control-menu.active .icomoon-menu-close {
        display: inline-block
    }

    .header-tools .hidden-mobile, .header-tools .toggle-control-menu.active .icomoon-menu {
        display: none
    }

@media (min-width:72em) {
    .header-tools {
        table-layout: auto
    }

        .header-tools li {
            border-width: 0;
            height: 110px;
            vertical-align: bottom;
            padding-bottom: 30px
        }

        .header-tools a {
            font-size: 13px;
            font-size: .8125rem
        }

            .header-tools a .icomoon {
                height: 20px;
                width: 20px;
                margin-bottom: 0;
                margin-right: 8px
            }

            .header-tools a > span {
                display: inline
            }

        .header-tools .visible-mobile {
            display: none
        }

        .header-tools .hidden-mobile {
            display: table-cell
        }
}

.header-welcome {
    text-align: center;
    color: #666;
    font-size: 14px;
    font-size: .875rem;
    padding: 0 0 5px;
    font-weight: 600
}

.header-menu-dropdown-wrapper {
    position: relative;
    margin-bottom: 3px
}

.header-menu-dropdown-arrow {
    position: relative;
    top: 5px;
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    width: 10px;
    height: 10px;
    -ms-transform: scale(.6);
    transform: scale(.6)
}

    .header-menu-dropdown-arrow::after, .header-menu-dropdown-arrow::before {
        content: "";
        position: absolute;
        top: 0;
        width: 2px;
        height: 12px;
        background: #000
    }

    .header-menu-dropdown-arrow::before {
        left: 0;
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    .header-menu-dropdown-arrow::after {
        right: 0;
        -ms-transform: rotate(45deg);
        transform: rotate(45deg)
    }

.header-menu-dropdown {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    width: 100%;
    background: #009bc9;
    color: #fff;
    padding: 10px;
    z-index: 100
}

    .header-menu-dropdown a {
        display: block;
        text-align: left;
        border-bottom: 1px solid #fff;
        margin: 0 0 5px;
        padding: 5px 0;
        text-decoration: none;
        transition: all .2s ease-in-out
    }

        .header-menu-dropdown a:focus, .header-menu-dropdown a:hover {
            border-width: 3px
        }

.menu-active {
    background-color: #009bc9;
    max-width: 100%;
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: auto
}

    .menu-active .site-footer, .menu-active .site-header, .menu-active .site-main {
        position: relative;
        left: 240px
    }

@media (min-width:72em) {
    .menu-active .site-footer, .menu-active .site-header, .menu-active .site-main {
        left: 0
    }
}

.menu-active .site-footer:before, .menu-active .site-header:before, .menu-active .site-main:before {
    content: "";
    display: block;
    height: 100%;
    width: 10px;
    position: absolute;
    top: 0;
    left: -10px;
    box-shadow: -10px 0 10px -10px #333 inset;
    opacity: .9;
    z-index: 1000
}

.navigation-region {
    background-color: #009bc9;
    padding: 20px 0;
    height: 100%;
    position: absolute;
    width: 240px;
    top: 0;
    left: -240px;
    transition: left .3s;
    z-index: 3
}

    .navigation-region .join-btn {
        display: block;
        margin: 0 auto;
        max-width: 130px
    }

    .navigation-region .search-item {
        display: none
    }

    .navigation-region .nav-secondary {
        padding: 0 20px
    }

        .navigation-region .nav-secondary a:not(.btn) {
            font-size: 14px;
            font-size: .875rem;
            font-weight: 700
        }

        .navigation-region .nav-secondary li {
            display: block;
            margin: 0 0 20px
        }

        .navigation-region .nav-secondary a {
            color: #fff;
            text-transform: uppercase
        }

            .navigation-region .nav-secondary a .icomoon {
                fill: #fff;
                height: 16px;
                width: 16px;
                margin: -3px 2px 0 0
            }

    .navigation-region.active {
        left: 0
    }

        .navigation-region.active .container {
            max-height: 100%;
            overflow: auto
        }

@media (min-width:72em) {
    .navigation-region {
        border: 0px solid #A7A8A9;
        padding: 0;
        background-color: #fff;
        position: relative;
        left: 0;
        width: 100%
    }

        .navigation-region .search-item {
            display: block
        }

        .navigation-region .nav-secondary {
            display: none
        }

        .navigation-region .join-btn {
            display: none
        }
}

.page-tools {
    margin-top: 15px
}

@media (min-width:60em) {
    .page-tools {
        display: flex
    }
}

.jump-box + .container .page-tools {
    margin-top: 20px
}

.site-main {
    overflow-x: hidden
}

.page-sub-title {
    margin-top: 0
}

.page-section {
    padding: 20px 0
}

    .page-section .section-title {
        color: #000;
        margin-top: 0;
        margin-bottom: 40px
    }

        .page-section .section-title.large {
            font-size: 30px;
            font-size: 1.875rem
        }

            .page-section .section-title.large:after {
                display: none
            }

@media (min-width:72em) {
    .page-section {
        padding: 40px 0
    }
}

.btn-more:after, .form-horizontal .form-group:after, .nav:after, .panel-body:after {
    content: ""
}

.box-message, .btn {
    text-align: center
}

.brand-texture, .events.listing .item-featured, .info-listing-section:nth-child(odd), .pre-footer {
    background: url(../images/brand-texture.gif)
}

.pre-footer {
    overflow: hidden
}

.content-box {
    padding: 20px;
    background: #009bc9
}

    .content-box.alt {
        background: #00945e
    }

.btn, .btn-danger.active, .btn-danger:active, .btn-default.active, .btn-default:active, .btn-info.active, .btn-info:active, .btn-primary.active, .btn-primary:active, .btn-success.active, .btn-success:active, .btn-warning.active, .btn-warning:active, .form-control, .open > .btn-danger.dropdown-toggle, .open > .btn-default.dropdown-toggle, .open > .btn-info.dropdown-toggle, .open > .btn-primary.dropdown-toggle, .open > .btn-success.dropdown-toggle, .open > .btn-warning.dropdown-toggle {
    background-image: none
}

div.gs-popup-body div a[data-provider=baidu].gs-tracking.gs-ba, div.gs-popup-body div a[data-provider=buffer].gs-tracking.gs-bf, div.gs-popup-body div a[data-provider=draugiem].gs-tracking.gs-dr, div.gs-popup-body div a[data-provider=evernote].gs-tracking.gs-ev, div.gs-popup-body div a[data-provider=fbm].gs-tracking.gs-fbm, div.gs-popup-body div a[data-provider=flipboard].gs-tracking.gs-fp, div.gs-popup-body div a[data-provider=hackernews].gs-tracking.gs-hn, div.gs-popup-body div a[data-provider=odnoklassniki].gs-tracking.gs-ok, div.gs-popup-body div a[data-provider=pocket].gs-tracking.gs-po, div.gs-popup-body div a[data-provider=renren].gs-tracking.gs-ren, div.gs-popup-body div a[data-provider=skype].gs-tracking.gs-skp, div.gs-popup-body div a[data-provider=slack].gs-tracking.gs-sl, div.gs-popup-body div a[data-provider=vkontakte].gs-tracking.gs-vk, div.gs-popup-body div a[data-provider=weibo].gs-tracking.gs-we, div.gs-popup-body div a[data-provider=xing].gs-tracking.gs-xg, div.gs-popup-body div a[data-provider=yummly].gs-tracking.gs-ym {
    display: none !important
}

.tbl-industry a {
    color: inherit
}

@media (min-width:48.063em) {
    .content-block-wrapper {
        font-size: 20px;
        font-size: 1.25rem
    }
}

.box-message {
    display: inline-block;
    font-style: italic;
    margin: 10px 0 0;
    /*padding: 7px 20px;
    font-size: .85rem*/
}

.fade {
    opacity: 0;
    transition: opacity .15s linear
}

    .fade.in {
        opacity: 1
    }

.collapse {
    display: none
}

    .collapse.in {
        display: block
    }

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition-property: height, visibility;
    transition-duration: .35s;
    transition-timing-function: ease
}

.visible-lg, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
    display: none !important
}

@media (max-width:767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs, th.visible-xs {
        display: table-cell !important
    }

    .visible-xs-block {
        display: block !important
    }

    .visible-xs-inline {
        display: inline !important
    }

    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm, th.visible-sm {
        display: table-cell !important
    }

    .visible-sm-block {
        display: block !important
    }

    .visible-sm-inline {
        display: inline !important
    }

    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md, th.visible-md {
        display: table-cell !important
    }

    .visible-md-block {
        display: block !important
    }

    .visible-md-inline {
        display: inline !important
    }

    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg, th.visible-lg {
        display: table-cell !important
    }

    .visible-lg-block {
        display: block !important
    }

    .visible-lg-inline {
        display: inline !important
    }

    .visible-lg-inline-block {
        display: inline-block !important
    }

    .hidden-lg {
        display: none !important
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table !important
    }

    tr.visible-print {
        display: table-row !important
    }

    td.visible-print, th.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }

    .hidden-print {
        display: none !important
    }
}

/* Button section */

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 700;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    padding: 14px 24px;
    font-size: 16px;
    line-height: 1.42857;
    border-radius: 0;
    transition: .3s all
}

    .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
        outline: -webkit-focus-ring-color auto 5px;
        outline-offset: -2px
    }

    .btn.focus, .btn:focus, .btn:hover {
        color: #19204A;
        text-decoration: none
    }

    .btn.active, .btn:active {
        outline: 0;
        background-image: none;
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
    }

    .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
        cursor: not-allowed;
        opacity: .65;
        box-shadow: none
    }

.btn-default {
    color: #19204A;
    background-color: #FBC46C;
    border-color: #faba53
}

    .btn-default.focus, .btn-default:focus {
        color: #19204A;
        background-color: #FAB84D;
        border-color: #806900
    }

    .btn-default.active, .btn-default:active, .btn-default:hover, .open > .btn-default.dropdown-toggle {
        color: #19204A;
        background-color: #fbb647;
        border-color: #FAAC2E
    }

        .btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .btn-default.dropdown-toggle.focus, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle:hover {
            color: #19204A;
            background-color: #FAAC2E;
            border-color: #FAAC2E
        }

    .btn-default.disabled.focus, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled].focus, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
        background-color: #FCCD81;
        border-color: #fbcf89
    }

    .btn-default .badge {
        color: #ffd200;
        background-color: #000
    }

.btn-default {
    white-space: normal;
}

.btn-primary {
    color: #fff;
    background-color: #55ADDA;
    border-color: #40a3d5
}

    .btn-primary.focus, .btn-primary:focus {
        color: #fff;
        background-color: #319BD2;
        border-color: #19204A
    }

    .btn-primary.active, .btn-primary:active, .btn-primary:hover, .open > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #109ae3;
        border-color: #0E8ACB
    }

        .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .btn-primary.dropdown-toggle.focus, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle:hover {
            color: #fff;
            background-color: #0E8ACB;
            border-color: #19204A
        }

    .btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
        background-color: #6EB9E0;
        border-color: #40a3d5
    }

    .btn-primary .badge {
        color: #009bc9;
        background-color: #fff
    }

.btn-success {
    color: #fff;
    background-color: #80BE74;
    border-color: #70b663
}

    .btn-success.focus, .btn-success:focus {
        color: #fff;
        background-color: #65B057;
        border-color: #19204A
    }

    .btn-success.active, .btn-success:active, .btn-success:hover, .open > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #54b641;
        border-color: #4BA33A
    }

        .btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open > .btn-success.dropdown-toggle.focus, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle:hover {
            color: #fff;
            background-color: #4BA33A;
            border-color: #19204A
        }

    .btn-success.disabled.focus, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled].focus, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
        background-color: #93C888;
        border-color: #70b663
    }

    .btn-success .badge {
        color: #5cb85c;
        background-color: #fff
    }

.btn-info {
    color: #fff;
    background-color: #AED7FA;
    border-color: #96cbf9
}

    .btn-info.focus, .btn-info:focus {
        color: #fff;
        background-color: #9DCFFA;
        border-color: #19204A
    }

    .btn-info.active, .btn-info:active, .btn-info:hover, .open > .btn-info.dropdown-toggle {
        color: #fff;
        background-color: #a4d3fa;
        border-color: #8CC7F9
    }

        .btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open > .btn-info.dropdown-toggle.focus, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle:hover {
            color: #fff;
            background-color: #8CC7F9;
            border-color: #19204A
        }

    .btn-info.disabled.focus, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled].focus, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
        background-color: #BADDFB;
        border-color: #8ac5f8
    }

    .btn-info .badge {
        color: #5bc0de;
        background-color: #fff
    }

.btn-warning {
    color: #fff;
    background-color: #E6D78E;
    border-color: #e1d079
}

    .btn-warning.focus, .btn-warning:focus {
        color: #fff;
        background-color: #e1d079;
        border-color: #19204A
    }

    .btn-warning.active, .btn-warning:active, .btn-warning:hover, .open > .btn-warning.dropdown-toggle {
        color: #fff;
        background-color: #e1cd73;
        border-color: #DCC65E
    }

        .btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open > .btn-warning.dropdown-toggle.focus, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle:hover {
            color: #fff;
            background-color: #DCC65E;
            border-color: #19204A
        }

    .btn-warning.disabled.focus, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled].focus, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
        background-color: #EADD9E;
        border-color: #e1d079
    }

    .btn-warning .badge {
        color: #f0ad4e;
        background-color: #fff
    }

.btn-danger {
    color: #fff;
    background-color: #B46683;
    border-color: #ac5575
}

    .btn-danger.focus, .btn-danger:focus {
        color: #fff;
        background-color: #A44669;
        border-color: #19204A
    }

    .btn-danger.active, .btn-danger:active, .btn-danger:hover, .open > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #a82b5a;
        border-color: #ac2925
    }

        .btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open > .btn-danger.dropdown-toggle.focus, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle:hover {
            color: #fff;
            background-color: #94264F;
            border-color: #19204A
        }

    .btn-danger.disabled.focus, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled].focus, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
        background-color: #BF7C95;
        border-color: #ac5575
    }

    .btn-danger .badge {
        color: #d9534f;
        background-color: #fff
    }

.btn-link {
    color: #009bc9;
    font-weight: 400;
    border-radius: 0
}

    .btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
        background-color: transparent;
        box-shadow: none
    }

        .btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
            border-color: transparent
        }

            .btn-link:focus, .btn-link:hover {
                color: #00607d;
                text-decoration: underline;
                background-color: transparent
            }

            .btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
                color: #777;
                text-decoration: none
            }

.btn-lg {
    padding: 16px 26px;
    font-size: 20px;
    line-height: 1.33333;
    border-radius: 0
}

.btn-sm, .btn-xs {
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0
}

.btn-sm {
    padding: 8px 16px
}

.btn-xs {
    padding: 5px 10px
}

.btn-block {
    display: block
}

    .btn-block + .btn-block {
        margin-top: 5px
    }

.btn-more {
    border: none;
    padding: 0;
    position: relative;
    color: #000
}

    .btn-more > .icomoon {
        position: absolute;
        bottom: 10px;
        right: 10px;
        height: 30px;
        width: 30px
    }

    .btn-more:after {
        display: block;
        height: 0;
        width: 0;
        border: 40px solid transparent;
        border-right-color: #FCCD81;
        border-bottom-color: #FCCD81;
        transition: .3s all
    }

    .btn-more:focus > .icon, .btn-more:hover > .icon {
        right: 7px
    }

    .btn-more:focus:after, .btn-more:hover:after {
        border-right-color: #FAAC2E;
        border-bottom-color: #FAAC2E
    }

    .btn-more:active {
        box-shadow: none
    }

/* End Button section */

fieldset {
    margin: 0;
    border: 0;
    min-width: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 22px;
    font-size: 24px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700
}

#cboxWrapper, .cboxPhoto, .nav > li > a > img {
    max-width: none
}

.checkbox label, .checkbox-inline, .radio label, .radio-inline {
    font-weight: 400;
    padding-left: 20px;
    cursor: pointer;
    margin-bottom: 0
}

input[type=search] {
    box-sizing: border-box;
    -webkit-appearance: none
}

input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    line-height: normal
}

.form-control, output {
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    display: block
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple], select[size] {
    height: auto
}

input[type=checkbox]:focus, input[type=file]:focus, input[type=radio]:focus {
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

output {
    padding-top: 15px
}

.form-control {
    width: 100%;
    height: auto;
    padding: 14px 24px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
    }

    .form-control::-moz-placeholder {
        color: #999;
        opacity: 1
    }

    .form-control:-ms-input-placeholder {
        color: #999
    }

    .form-control::-webkit-input-placeholder {
        color: #999
    }

.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .form-control-feedback, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
    color: #3c763d
}

.form-control::-ms-expand {
    border: 0;
    background-color: transparent
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1
}

.form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type=date].form-control, input[type=datetime-local].form-control, input[type=month].form-control, input[type=time].form-control {
        line-height: 52px
    }

    .input-group-sm input[type=date], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], .input-group-sm input[type=time], .input-group-sm > .input-group-btn > input.btn[type=date], .input-group-sm > .input-group-btn > input.btn[type=datetime-local], .input-group-sm > .input-group-btn > input.btn[type=month], .input-group-sm > .input-group-btn > input.btn[type=time], .input-group-sm > input.form-control[type=date], .input-group-sm > input.form-control[type=datetime-local], .input-group-sm > input.form-control[type=month], .input-group-sm > input.form-control[type=time], .input-group-sm > input.input-group-addon[type=date], .input-group-sm > input.input-group-addon[type=datetime-local], .input-group-sm > input.input-group-addon[type=month], .input-group-sm > input.input-group-addon[type=time], input[type=date].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm, input[type=time].input-sm {
        line-height: 39px
    }

    .input-group-lg input[type=date], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], .input-group-lg input[type=time], .input-group-lg > .input-group-btn > input.btn[type=date], .input-group-lg > .input-group-btn > input.btn[type=datetime-local], .input-group-lg > .input-group-btn > input.btn[type=month], .input-group-lg > .input-group-btn > input.btn[type=time], .input-group-lg > input.form-control[type=date], .input-group-lg > input.form-control[type=datetime-local], .input-group-lg > input.form-control[type=month], .input-group-lg > input.form-control[type=time], .input-group-lg > input.input-group-addon[type=date], .input-group-lg > input.input-group-addon[type=datetime-local], .input-group-lg > input.input-group-addon[type=month], .input-group-lg > input.input-group-addon[type=time], input[type=date].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg, input[type=time].input-lg {
        line-height: 61px
    }
}

.form-group {
    margin-bottom: 15px
}

.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

    .checkbox label, .radio label {
        min-height: 22px
    }

    .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
        position: absolute;
        margin-left: -20px
    }

    .checkbox + .checkbox, .radio + .radio {
        margin-top: -5px
    }

.checkbox-inline, .radio-inline {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

    .checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
        margin-top: 0;
        margin-left: 10px
    }

    .checkbox-inline.disabled, .checkbox.disabled label, .radio-inline.disabled, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio label, fieldset[disabled] .radio-inline, fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] {
        cursor: not-allowed
    }

.form-control-static {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 0;
    min-height: 38px
}

    .form-control-static.input-lg, .form-control-static.input-sm, .input-group-lg > .form-control-static.form-control, .input-group-lg > .form-control-static.input-group-addon, .input-group-lg > .input-group-btn > .form-control-static.btn, .input-group-sm > .form-control-static.form-control, .input-group-sm > .form-control-static.input-group-addon, .input-group-sm > .input-group-btn > .form-control-static.btn {
        padding-left: 0;
        padding-right: 0
    }

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn, .input-sm {
    height: 39px;
    padding: 8px 16px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0
}

.input-group-sm > .input-group-btn > select.btn, .input-group-sm > select.form-control, .input-group-sm > select.input-group-addon, select.input-sm {
    height: 39px;
    line-height: 39px
}

    .input-group-sm > .input-group-btn > select.btn[multiple], .input-group-sm > .input-group-btn > textarea.btn, .input-group-sm > select.form-control[multiple], .input-group-sm > select.input-group-addon[multiple], .input-group-sm > textarea.form-control, .input-group-sm > textarea.input-group-addon, select[multiple].input-sm, textarea.input-sm {
        height: auto
    }

.form-group-sm .form-control {
    height: 39px;
    padding: 8px 16px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0
}

.form-group-sm select.form-control {
    height: 39px;
    line-height: 39px
}

.form-group-sm select[multiple].form-control, .form-group-sm textarea.form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 39px;
    min-height: 36px;
    padding: 9px 16px;
    font-size: 14px;
    line-height: 1.5
}

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn, .input-lg {
    height: 61px;
    padding: 16px 26px;
    font-size: 20px;
    line-height: 1.33333;
    border-radius: 0
}

.input-group-lg > .input-group-btn > select.btn, .input-group-lg > select.form-control, .input-group-lg > select.input-group-addon, select.input-lg {
    height: 61px;
    line-height: 61px
}

    .input-group-lg > .input-group-btn > select.btn[multiple], .input-group-lg > .input-group-btn > textarea.btn, .input-group-lg > select.form-control[multiple], .input-group-lg > select.input-group-addon[multiple], .input-group-lg > textarea.form-control, .input-group-lg > textarea.input-group-addon, select[multiple].input-lg, textarea.input-lg {
        height: auto
    }

.form-group-lg .form-control {
    height: 61px;
    padding: 16px 26px;
    font-size: 20px;
    line-height: 1.33333;
    border-radius: 0
}

.form-group-lg select.form-control {
    height: 61px;
    line-height: 61px
}

.form-group-lg select[multiple].form-control, .form-group-lg textarea.form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 61px;
    min-height: 42px;
    padding: 17px 26px;
    font-size: 20px;
    line-height: 1.33333
}

.has-feedback {
    position: relative
}

    .has-feedback .form-control {
        padding-right: 65px
    }

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 52px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    pointer-events: none
}

.input-group, .input-group-btn, .input-group-btn > .btn {
    position: relative
}

.form-group-lg .form-control + .form-control-feedback, .input-group-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback, .input-lg + .form-control-feedback {
    width: 61px;
    height: 61px;
    line-height: 61px
}

.form-group-sm .form-control + .form-control-feedback, .input-group-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback, .input-sm + .form-control-feedback {
    width: 39px;
    height: 39px;
    line-height: 39px
}

.has-success .form-control {
    border-color: #3c763d;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

    .has-success .form-control:focus {
        border-color: #2b542c;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
    }

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}

.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .form-control-feedback, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.checkbox label, .has-warning.checkbox-inline label, .has-warning.radio label, .has-warning.radio-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

    .has-warning .form-control:focus {
        border-color: #66512c;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
    }

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .form-control-feedback, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

    .has-error .form-control:focus {
        border-color: #843534;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
    }

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}

.has-feedback label ~ .form-control-feedback {
    top: 27px
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #b7b7b7
}

@media (min-width:768px) {
    .form-inline .form-control-static, .form-inline .form-group {
        display: inline-block
    }

    .form-inline .control-label, .form-inline .form-group {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

        .form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
            width: auto
        }

        .form-inline .input-group > .form-control {
            width: 100%
        }

    .form-inline .checkbox, .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

        .form-inline .checkbox label, .form-inline .radio label {
            padding-left: 0
        }

        .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
            position: relative;
            margin-left: 0
        }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }

    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 15px
    }
}

.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 15px
}

.form-horizontal .checkbox, .form-horizontal .radio {
    min-height: 37px
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}

    .form-horizontal .form-group:after {
        display: table;
        clear: both
    }

.input-group-addon, .item.ad, .label {
    text-align: center
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media (min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 17px;
        font-size: 20px
    }

    .form-horizontal .form-group-sm .control-label {
        padding-top: 9px;
        font-size: 14px
    }
}

html .datetime-ui-datepicker .datetime-ui-datepicker-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    margin: 0
}

html .datetime-ui-datepicker select.datetime-ui-datepicker-month, html .datetime-ui-datepicker select.datetime-ui-datepicker-year {
    width: 50%;
    margin: 0 5px
}

html .datetime-ui-datepicker .datetime-ui-datepicker-next, html .datetime-ui-datepicker .datetime-ui-datepicker-prev {
    display: none
}

.input-group {
    display: table;
    border-collapse: separate
}

    .input-group[class*=col-] {
        float: none;
        padding-left: 0;
        padding-right: 0
    }

    .input-group .form-control {
        position: relative;
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 0
    }

        .input-group .form-control:focus {
            z-index: 3
        }

    .input-group .form-control, .input-group-addon, .input-group-btn {
        display: table-cell
    }

        .input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
            border-radius: 0
        }

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 14px 24px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 0
}

    .input-group-addon.input-sm, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .input-group-addon.btn {
        padding: 8px 16px;
        font-size: 14px;
        border-radius: 0
    }

    .input-group-addon.input-lg, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .input-group-addon.btn {
        padding: 16px 26px;
        font-size: 20px;
        border-radius: 0
    }

    .input-group-addon input[type=checkbox], .input-group-addon input[type=radio] {
        margin-top: 0
    }

    .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }

    .input-group-addon:first-child {
        border-right: 0
    }

    .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0
    }

    .input-group-addon:last-child {
        border-left: 0
    }

.input-group-btn {
    font-size: 0
}

    .input-group-btn > .btn + .btn {
        margin-left: -1px
    }

    .input-group-btn > .btn:active, .input-group-btn > .btn:focus, .input-group-btn > .btn:hover {
        z-index: 2
    }

    .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
        margin-right: -1px
    }

    .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
        z-index: 2;
        margin-left: -1px
    }

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

    .nav:after {
        display: table;
        clear: both
    }

    .nav > li, .nav > li > a {
        position: relative;
        display: block
    }

        .nav > li > a {
            padding: 10px 15px
        }

            .nav > li > a:focus, .nav > li > a:hover {
                text-decoration: none;
                background-color: #eee
            }

        .nav > li.disabled > a {
            color: #777
        }

            .nav > li.disabled > a:focus, .nav > li.disabled > a:hover {
                color: #777;
                text-decoration: none;
                background-color: transparent;
                cursor: not-allowed
            }

    .nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
        background-color: #eee;
        border-color: #009bc9
    }

    .nav .nav-divider {
        height: 1px;
        margin: 10px 0;
        overflow: hidden;
        background-color: #e5e5e5
    }

.nav-tabs {
    border-bottom: 1px solid #ddd
}

    .nav-tabs > li {
        float: left;
        margin-bottom: -1px
    }

        .nav-tabs > li > a {
            margin-right: 2px;
            line-height: 1.42857;
            border: 1px solid transparent;
            border-radius: 0
        }

            .nav-tabs > li > a:hover {
                border-color: #eee #eee #ddd
            }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
            color: #495057;
            background-color: #fff;
            border-color: #dee2e6 #dee2e6 #fff;
            cursor: default
        }

    .nav-tabs .nav-link {
        margin-bottom: -1px;
        border: 1px solid transparent;
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem;
    }

.nav-pills > li {
    float: left
}

.nav-justified > li, .nav-stacked > li, .nav-tabs.nav-justified > li {
    float: none
}

.nav-pills > li > a {
    border-radius: 0
}

.nav-pills > li + li {
    margin-left: 2px
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #009bc9
}

.panel-heading > .dropdown .dropdown-toggle, .panel-title, .panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {
    color: inherit
}

.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified, .nav-tabs.nav-justified {
    width: 100%
}

    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        text-align: center;
        margin-bottom: 5px
    }

    .nav-justified > .dropdown .dropdown-menu {
        top: auto;
        left: auto
    }

.nav-tabs-justified, .nav-tabs.nav-justified {
    border-bottom: 0
}

    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-right: 0;
        border-radius: 0
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
        border: 1px solid #ddd
    }

@media (min-width:768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%
    }

        .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
            margin-bottom: 0
        }

        .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
            border-bottom: 1px solid #ddd;
            border-radius: 0
        }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:focus, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover {
        border-bottom-color: #fff
    }
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.panel {
    margin-bottom: 22px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

    .panel-title, .panel > .list-group, .panel > .panel-collapse > .list-group, .panel > .panel-collapse > .table, .panel > .table, .panel > .table-responsive > .table {
        margin-bottom: 0
    }

.panel-body {
    padding: 15px
}

    .panel-body:after {
        display: table;
        clear: both
    }

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    /*border-top-right-radius: -1;
    border-top-left-radius: -1*/
}

.panel-title {
    margin-top: 0;
    font-size: 18px
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
}

.panel > .list-group .list-group-item, .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel-group .panel-heading, .panel > .table-bordered > tbody > tr:first-child > td, .panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-bordered > tbody > tr:last-child > td, .panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tfoot > tr:last-child > td, .panel > .table-bordered > tfoot > tr:last-child > th, .panel > .table-bordered > thead > tr:first-child > td, .panel > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td, .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td, .panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
    border-bottom: 0
}

/*
.panel > .table-responsive:last-child > .table:last-child, .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child, .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child, .panel > .table:last-child, .panel > .table:last-child > tbody:last-child > tr:last-child, .panel > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: -1;
    border-bottom-right-radius: -1
}*/

.panel > .list-group:first-child .list-group-item:first-child, .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
}

.panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

/*
.panel > .table-responsive:first-child > .table:first-child, .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child, .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child, .panel > .table:first-child, .panel > .table:first-child > tbody:first-child > tr:first-child, .panel > .table:first-child > thead:first-child > tr:first-child {
    border-top-right-radius: -1;
    border-top-left-radius: -1
}*/

.list-group + .panel-footer, .panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0
}

.panel > .panel-collapse > .table caption, .panel > .table caption, .panel > .table-responsive > .table caption {
    padding-left: 15px;
    padding-right: 15px
}

.panel > .panel-body + .table, .panel > .panel-body + .table-responsive, .panel > .table + .panel-body, .panel > .table-responsive + .panel-body {
    border-top: 1px solid #ddd
}

.panel > .table > tbody:first-child > tr:first-child td, .panel > .table > tbody:first-child > tr:first-child th {
    border-top: 0
}

.panel > .table-bordered, .panel > .table-responsive > .table-bordered {
    border: 0
}

    .panel > .table-bordered > tbody > tr > td:first-child, .panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child, .panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child, .panel > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child, .panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
        border-left: 0
    }

    .panel > .table-bordered > tbody > tr > td:last-child, .panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child, .panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child, .panel > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child, .panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
        border-right: 0
    }

.panel > .table-responsive {
    border: 0;
    margin-bottom: 0
}

.alert, .panel-group {
    margin-bottom: 22px
}

    .panel-group .panel {
        margin-bottom: 0;
        border-radius: 0
    }

        .panel-group .panel + .panel {
            margin-top: 5px
        }

    .panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
        border-top: 1px solid #ddd
    }

    .panel-group .panel-footer {
        border-top: 0
    }

        .panel-group .panel-footer + .panel-collapse .panel-body {
            border-bottom: 1px solid #ddd
        }

.panel-default {
    border-color: #ddd
}

    .panel-default > .panel-heading {
        color: #333;
        background-color: #f5f5f5;
        border-color: #ddd
    }

        .panel-default > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ddd
        }

        .panel-default > .panel-heading .badge {
            color: #f5f5f5;
            background-color: #333
        }

    .panel-default > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ddd
    }

.panel-primary {
    border-color: #009bc9
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #009bc9;
        border-color: #009bc9
    }

        .panel-primary > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #009bc9
        }

        .panel-primary > .panel-heading .badge {
            color: #009bc9;
            background-color: #fff
        }

    .panel-primary > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #009bc9
    }

.panel-success {
    border-color: #d6e9c6
}

    .panel-success > .panel-heading {
        color: #3c763d;
        background-color: #dff0d8;
        border-color: #d6e9c6
    }

        .panel-success > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #d6e9c6
        }

        .panel-success > .panel-heading .badge {
            color: #dff0d8;
            background-color: #3c763d
        }

    .panel-success > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #d6e9c6
    }

.panel-info {
    border-color: #bce8f1
}

    .panel-info > .panel-heading {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #bce8f1
    }

        .panel-info > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #bce8f1
        }

        .panel-info > .panel-heading .badge {
            color: #d9edf7;
            background-color: #31708f
        }

    .panel-info > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #bce8f1
    }

.panel-warning {
    border-color: #faebcc
}

    .panel-warning > .panel-heading {
        color: #8a6d3b;
        background-color: #fcf8e3;
        border-color: #faebcc
    }

        .panel-warning > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #faebcc
        }

        .panel-warning > .panel-heading .badge {
            color: #fcf8e3;
            background-color: #8a6d3b
        }

    .panel-warning > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #faebcc
    }

.panel-danger {
    border-color: #ebccd1
}

    .panel-danger > .panel-heading {
        color: #a94442;
        background-color: #f2dede;
        border-color: #ebccd1
    }

        .panel-danger > .panel-heading + .panel-collapse > .panel-body {
            border-top-color: #ebccd1
        }

        .panel-danger > .panel-heading .badge {
            color: #f2dede;
            background-color: #a94442
        }

    .panel-danger > .panel-footer + .panel-collapse > .panel-body {
        border-bottom-color: #ebccd1
    }

.breadcrumb, .social-share {
    line-height: 45px;
    list-style: none;
    background-color: transparent;
    border-radius: 0
}

    .breadcrumb > li, .social-share > li {
        display: inline-block
    }

        .breadcrumb > li + li:before, .social-share > li + li:before {
            content: "??";
            padding: 0 5px;
            color: #555
        }

    .breadcrumb > .active, .social-share > .active {
        color: #555
    }

.clearfix-both:after, .clearfix:after {
    content: "";
    display: table;
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide, .hidden {
    display: none !important
}

.show {
    display: block !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.affix {
    position: fixed
}

.alert .alert-link, .label {
    font-weight: 700
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    line-height: 1;
    color: #fff;
    vertical-align: baseline;
    border-radius: .25em
}

    .label:empty {
        display: none
    }

.btn .label {
    position: relative;
    top: -1px
}

a.label:focus, a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label-default {
    background-color: #777
}

    .label-default[href]:focus, .label-default[href]:hover {
        background-color: #5e5e5e
    }

.label-primary {
    background-color: #009bc9
}

    .label-primary[href]:focus, .label-primary[href]:hover {
        background-color: #007496
    }

.label-success {
    background-color: #5cb85c
}

    .label-success[href]:focus, .label-success[href]:hover {
        background-color: #449d44
    }

.label-info {
    background-color: #5bc0de
}

    .label-info[href]:focus, .label-info[href]:hover {
        background-color: #31b0d5
    }

.label-warning {
    background-color: #f0ad4e
}

    .label-warning[href]:focus, .label-warning[href]:hover {
        background-color: #ec971f
    }

.label-danger {
    background-color: #d9534f
}

    .label-danger[href]:focus, .label-danger[href]:hover {
        background-color: #c9302c
    }

.alert {
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 0
}

    .alert h4 {
        margin-top: 0;
        color: inherit
    }

    .alert > p, .alert > ul {
        margin-bottom: 0
    }

        .alert > p + p {
            margin-top: 5px
        }

.alert-dismissable, .alert-dismissible {
    padding-right: 35px
}

    .alert-dismissable .close, .alert-dismissible .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit
    }

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d
}

    .alert-success hr {
        border-top-color: #c9e2b3
    }

    .alert-success .alert-link {
        color: #2b542c
    }

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f
}

    .alert-info hr {
        border-top-color: #a6e1ec
    }

    .alert-info .alert-link {
        color: #245269
    }

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b
}

    .alert-warning hr {
        border-top-color: #f7e1b5
    }

    .alert-warning .alert-link {
        color: #66512c
    }

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442
}

    .alert-danger hr {
        border-top-color: #e4b9c0
    }

    .alert-danger .alert-link {
        color: #843534
    }

@keyframes fadeIn {
    100% {
        opacity: 0
    }

    0% {
        opacity: 1
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.module {
    margin-bottom: 1em
}

    .module .header .title {
        margin-bottom: 0
    }

    .module .content, .module .summary, .widget {
        margin-bottom: 1em
    }

        .widget .header {
            padding: 10px;
            background: #009bc9
        }

            .widget .header .title {
                margin: 0
            }

        .widget .content {
            padding: 10px
        }

.item {
    position: relative;
    display: block;
    padding: 0
}

    .item .aside, .item .thumbnail {
        margin: 0 auto 1em;
        display: block;
        position: relative
    }

    .item .title {
        margin-top: 0
    }

        .item .title a {
            text-decoration: none;
            transition: all .3s
        }

            .item .title a.link-title {
                color: #fff
            }

@media (min-width:48.063em) {
    .item {
        display: table;
        width: 100%
    }

        .item .aside, .item .thumbnail {
            text-align: left;
            vertical-align: top
        }

        .item .item-content {
            display: table-cell;
            vertical-align: top;
            padding: 0
        }

        .item .aside + .item-content, .item .thumbnail + .item-content {
            padding-left: 15px
        }
}

.meta {
    display: block;
    margin: 0 0 1em;
    padding: 0
}

.meta-item {
    display: inline-block
}

    .meta-item.author, .meta-item.date, .meta-item.time, .meta-item.timezone {
        font-weight: 700
    }

    .meta-item + .meta-item:before {
        content: "|";
        margin: 0 4px
    }

    .meta-item:empty:before {
        content: '' !important
    }

.item-list {
    display: block;
    list-style: none;
    margin: 0 0 20px;
    padding: 0
}

    .item-list .item:first-child {
        padding-top: 30px
    }

    .item-list .item + .item {
        margin-top: 30px;
        padding-top: 30px;
        border-top: 1px solid #ddd
    }

    .item-list.featured-item-list {
        border-bottom: 1px solid #ddd;
        margin-bottom: 30px;
        padding-bottom: 30px
    }

        .item-list.featured-item-list .featured-image {
            display: block;
            width: auto;
            height: auto;
            min-width: 0;
            min-height: 0;
            max-width: 100%
        }

            .item-list.featured-item-list .featured-image::before {
                content: "";
                display: block;
                padding-top: 50%
            }

        .item-list.featured-item-list + .item-list .item:first-child {
            padding-top: 0
        }

.sort-status {
    border: 1px solid #A7A8A9;
    border-width: 1px 0;
    margin-bottom: 40px
}

    .sort-status > div {
        padding: 20px 0
    }

    .sort-status .form-inline .form-label {
        margin-right: 5px;
        text-align: right;
        color: #000;
        text-transform: uppercase;
        font-size: 14px
    }

    .sort-status .form-inline .form-control {
        display: inline-block;
        width: auto;
        width: calc(100% - 80px)
    }

@media(min-width: 1200px) {
    .sort-status .form-inline #pageSize {
        width: calc(100% - 58px)
    }
}

.sort-status .sort-count, .sort-status .sort-results {
    display: none
}

    .sort-status .sort-results label {
        font-size: 20px;
        font-size: 1.25rem;
        font-weight: 400
    }

.sort-status .sort-paging {
    text-align: right
}

@media (min-width:60em) {
    .sort-status {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .sort-status .sort-by, .sort-status .sort-count, .sort-status .sort-paging, .sort-status .sort-results {
            width: 50%;
            display: block
        }

        .sort-status .sort-results {
            -ms-flex-order: -2;
            order: -2
        }

        .sort-status .sort-paging {
            -ms-flex-order: -1;
            order: -1
        }
}

@media (min-width:72em) {
    .sort-status {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

        .sort-status .pagination {
            float: right
        }

        .sort-status .sort-paging, .sort-status .sort-results {
            -ms-flex-order: 0;
            order: 0
        }
}

.sort-status-bottom {
    border-top: 1px solid #ddd;
    text-align: right
}

.category-type {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

    .category-type .category-img {
        margin-right: 5px;
        width: 16px;
    }

    .category-type span:not(:first-child) {
        margin-left: 4px
    }

#edcontent .category-type span + span:not(:first-child) {
    margin-left: 12px;
}

#edcontent .category-type .category-img {
    margin-right: 0px;
}

.category-type .category-text {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    color: #000;
    text-transform: uppercase;
    font-weight: 700
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden
}

    .video-container embed, .video-container iframe, .video-container object {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        max-height: 405px
    }


.page-header.banner {
    margin: 0;
    background: 50% 50% no-repeat;
    background-size: cover;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 130px;
    transition: all .3s
}

    .page-header.banner .page-title {
        color: #fff;
        width: 100%;
        max-width: 90em;
        margin: 0 auto;
        font-size: 2em;
        transition: all .3s;
        position: relative;
        z-index: 1
    }

@media (min-width:60em) {
    .page-header.banner {
        height: 300px
    }

        .page-header.banner .page-title {
            font-size: 41px;
            font-size: 2.5625rem
        }

        .page-header.banner.banner-short {
            height: 155px
        }

        .page-header.banner.banner-overlay {
            position: relative
        }

            .page-header.banner.banner-overlay:after {
                content: "";
                background-color: #009bc9;
                opacity: .7;
                position: absolute;
                top: 0;
                left: 0;
                height: 100%;
                width: 100%
            }
}

.events.listing .item-content:last-child, .lity, .noUi-tooltip, .noUi-value {
    white-space: nowrap
}

.btn-responsive {
    display: block;
    width: 100%;
    max-width: 300px;
    white-space: normal;
    margin: 0 auto 20px
}

@media (min-width:48.063em) {
    .btn-responsive {
        display: inline-block;
        max-width: none;
        white-space: nowrap;
        width: auto
    }

        .btn-responsive + .btn {
            margin-left: 20px
        }
}

@media (min-width:80em) {
    .btn-responsive + .btn {
        margin-left: 30px
    }

    .events .rac-credits .btn-responsive + .btn {
        margin-left: 0px;
    }
}

@media(min-width: 768px) {
    .events .item-content .btn-responsive + .btn {
        margin-left: 0px;
    }
}

.featurette {
    box-shadow: 0 10px 20px -5px rgba(55, 66, 74, .3);
    background: #fff;
    display: block;
    overflow: hidden;
    min-width: 300px;
    max-width: 440px;
    margin: auto auto 40px
}

    .featurette:focus, .featurette:hover {
        text-decoration: none
    }

@media (min-width:30em) {
    .featurette {
        width: 430px
    }
}

.mb-dropdown-table {
    margin: 1em 0
}

    .mb-dropdown-table table {
        display: none;
        width: 100%;
        margin: 0;
        border: 0;
        border-collapse: collapse
    }

        .mb-dropdown-table table tr td {
            background: #f0f0f0
        }

        .mb-dropdown-table table tr:nth-child(even) td {
            background: #fff
        }

    .mb-dropdown-table .mb-dropdown-table-btn {
        position: relative;
        display: block;
        width: 100%;
        cursor: pointer;
        padding: 10px 30px;
        margin: 0;
        border: 0;
        background: #00945e;
        color: #fff;
        font-weight: 700;
        font-size: 18px;
        font-size: 1.125rem;
        transition: all .2s ease-in-out
    }

        .mb-dropdown-table .mb-dropdown-table-btn::after {
            content: " +";
            position: absolute;
            right: 10px;
            top: 50%;
            -ms-transform: translateY(-50%);
            transform: translateY(-50%)
        }

.cm-menu, .cm-menu li, .cm-menu li a {
    position: relative
}

.mb-dropdown-table.active table {
    display: table
}

.mb-dropdown-table.active .mb-dropdown-table-btn::after {
    content: " -"
}

@media (min-width:48.063em) {
    .mb-dropdown-table {
        font-size: 18px;
        font-size: 1.125rem;
        font-weight: 700
    }

        .mb-dropdown-table .mb-dropdown-table-btn {
            font-size: 20px;
            font-size: 1.25rem;
            cursor: default;
            text-align: center;
            padding: 18px
        }

            .mb-dropdown-table .mb-dropdown-table-btn::after {
                content: none
            }

        .mb-dropdown-table table {
            display: table
        }

            .mb-dropdown-table table td {
                padding: 15px 20px
            }
}

.cm-menu, .cm-menu ul {
    padding: 0;
    list-style: none
}

div[data-bizform] .checkbox input[type=checkbox], div[data-bizform] .radio input[type=radio] {
    margin-left: 0
}

div[data-bizform] td, div[data-bizform] th {
    border: 0
}

.cm-menu {
    margin: 0 0 20px;
    background: 0 0
}

    .cm-menu a {
        color: #fff;
        text-decoration: none;
        font-weight: 700
    }

    .cm-menu > li > a {
        color: #fff
    }

    .cm-menu > li + li {
        border-top: 1px solid #30d0ff
    }

    .cm-menu > li:last-child {
        border-bottom: 1px solid #30d0ff
    }

    .cm-menu:focus {
        outline: #00f solid 3px
    }

    .cm-menu ul {
        margin: 0;
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        transition: max-height .3s ease-in-out, opacity .3s ease-in-out
    }

        .cm-menu ul li {
            border-top: 1px solid #e2e2e2
        }

    .cm-menu li a {
        display: block;
        font-size: 20px;
        font-size: 1.25rem;
        padding: 10px 20px;
        transition: all .3s
    }

    .cm-menu .expander-wrap .has-sub > span:after, .cm-menu .has-sub:after {
        content: "+";
        display: inline-block;
        position: absolute;
        top: 50%;
        right: 10px;
        vertical-align: middle;
        transition: all .3s ease-in-out;
        -ms-transform: scale(.98) translateY(-50%);
        transform: scale(.98) translateY(-50%)
    }

    .cm-menu .opened > .expander-wrap .has-sub > span:after, .cm-menu .opened > .has-sub:after {
        content: "\2013"
    }

    .cm-menu > .opened > a {
        background-color: #33a6c8;
        color: #fff
    }

        .cm-menu > .opened > a span {
            position: relative
        }

    .cm-menu > li > a:hover, .cm-menu > li > div > a:hover {
        color: #fff;
        background-color: #009bc9
    }

    .cm-menu .expander-wrap .has-sub:focus > span, .cm-menu .expander-wrap .has-sub:hover > span {
        color: #333;
        background: #d4d4d4
    }

    .cm-menu ul .opened > .expander-wrap .has-sub > span:after, .cm-menu ul .opened > .has-sub:after {
        border-top-color: #fff
    }

    .cm-menu .opened > ul {
        max-height: 120em;
        opacity: 1
    }

.toggle-menu + .cm-menu {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height .3s ease-in-out, opacity .3s ease-in-out
}

.cm-js-active .cm-menu {
    max-height: 80em;
    opacity: 1
}

.js-keyboard-user .nav-bar > .cm-menu > li > a:focus, .js-keyboard-user .nav-bar > .cm-menu > li > div > a:focus {
    color: #fff;
    background-color: #009bc9
}

.cm-menu .expander-wrap {
    display: table;
    width: 100%
}

    .cm-menu .expander-wrap a {
        display: table-cell
    }

    .cm-menu .expander-wrap .has-sub {
        position: relative;
        width: 30px
    }

        .cm-menu .expander-wrap .has-sub:after {
            display: none
        }

        .cm-menu .expander-wrap .has-sub > span {
            display: block;
            position: absolute;
            top: 0;
            right: 0;
            width: 100%;
            height: 100%;
            background: 0 0
        }

            .cm-menu .expander-wrap .has-sub > span:after {
                content: " ";
                display: inline-block;
                position: absolute;
                top: 50%;
                right: 50%;
                margin: 2px 0 0 5px;
                vertical-align: middle;
                border: 5px solid transparent;
                border-top-color: #009bc9;
                transition: all .3s ease-in-out;
                -ms-transform: scale(.98) translate(50%, -50%);
                transform: scale(.98) translate(50%, -50%)
            }

        .cm-menu .expander-wrap .has-sub:hover, .cm-menu .expander-wrap .has-sub:hover > span {
            background: #daf0fb
        }

.cm-menu .opened > .expander-wrap .has-sub > span:after {
    content: "";
    border-top-color: #009bc9;
    -ms-transform: scale(.98) translate(50%, -75%) rotate(-180deg);
    transform: scale(.98) translate(50%, -75%) rotate(-180deg)
}

@media (min-width:72em) {
    .cm-menu .opened > ul, .toggle-menu + .cm-menu {
        max-height: 120em;
        opacity: 1
    }

    .toggle-menu + .cm-menu {
        overflow: visible
    }

    .cm-menu ul {
        top: 100%;
        overflow: hidden
    }

    .cm-menu .animated > ul {
        overflow: visible;
        z-index: 10
    }

    .cm-menu .animating > ul {
        z-index: -1
    }

    .nav-bar {
        max-width: 90em;
        margin: 0 auto
    }

        .nav-bar li {
            border-top: 0
        }

        .nav-bar > .cm-menu ul li, .nav-bar > .cm-menu > li + li {
            border-top: none
        }

        .nav-bar > .cm-menu {
            display: table;
            margin: 0;
            width: 100%
        }

            .nav-bar > .cm-menu > li {
                display: table-cell;
                vertical-align: middle
            }

                .nav-bar > .cm-menu > li > a {
                    color: #000;
                    display: table;
                    width: 100%;
                    padding: 0
                }

                    .nav-bar > .cm-menu > li > a > span {
                        display: table-cell;
                        padding: 0 20px;
                        height: 75px;
                        vertical-align: middle;
                        text-align: center
                    }

                    .nav-bar > .cm-menu > li > a:hover {
                        color: #fff
                    }

                .nav-bar > .cm-menu > li:last-child {
                    border-bottom: none
                }

                .nav-bar > .cm-menu > li > ul {
                    position: absolute
                }

            .nav-bar > .cm-menu .expander-wrap .has-sub > span:after, .nav-bar > .cm-menu .has-sub:after {
                display: none
            }

            .nav-bar > .cm-menu > .opened > a {
                color: #fff;
                background-color: #009bc9
            }

                .nav-bar > .cm-menu > .opened > a span {
                    position: relative
                }

                    .nav-bar > .cm-menu > .opened > a span:after {
                        background-color: #ffd200;
                        content: "";
                        display: block;
                        height: 3px;
                        width: 100%;
                        margin-top: 0;
                        position: absolute;
                        bottom: -3px
                    }

            .nav-bar > .cm-menu > .opened > .has-sub span:after {
                margin-top: 0;
                position: static;
                bottom: auto
            }

        .nav-bar .has-sub > span span:after {
            position: static;
            margin-top: 10px
        }

        .nav-bar ul ul .has-sub:after {
            right: 5px
        }

        .nav-bar ul li li {
            margin: 5px
        }

            .nav-bar ul li li li {
                margin-left: 0;
                margin-right: 0
            }

        .nav-bar ul ul a {
            padding: 3px 15px
        }

            .nav-bar ul .nav-bar ul ul a:focus, .nav-bar ul ul .opened > a, .nav-bar ul ul a:hover {
                text-decoration: underline
            }
}

.nav-rail .cm-menu {
    border-bottom: 1px solid #ddd
}

    .nav-rail .cm-menu a {
        color: #009bc9
    }

        .nav-rail .cm-menu a:focus, .nav-rail .cm-menu a:hover {
            color: #fff
        }

    .nav-rail .cm-menu li.active a {
        background-color: #009bc9;
        color: #fff
    }

    .nav-rail .cm-menu > li ul li a:focus, .nav-rail .cm-menu > li ul li a:hover, .nav-rail .cm-menu > li > a, [data-type=mega] .custom-sub a {
        color: #009bc9
    }

    .nav-rail .cm-menu li.active a.has-sub > span:after {
        border-top-color: #fff
    }

    .nav-rail .cm-menu li.active a:focus, .nav-rail .cm-menu li.active a:hover {
        background: #eee;
        color: #009bc9
    }

    .nav-rail .cm-menu > li {
        border: 0 solid #ddd;
        border-width: 1px 1px 0
    }

        .nav-rail .cm-menu > li ul li {
            border-top: none;
            line-height: 2
        }

            .nav-rail .cm-menu > li ul li a {
                padding: 0 0 0 40px;
                font-size: 18px;
                font-size: 1.125rem;
                font-weight: 400
            }

@media (min-width:48.063em) {
    [data-type=dropdown] ul {
        display: block;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: -1;
        width: 100%;
        min-width: 180px;
        background: #009bc9;
        transition: max-height .3s ease-in-out, opacity .3s ease-in-out, left .3s ease-in-out, right .3s ease-in-out
    }

        [data-type=dropdown] ul ul {
            top: -5px
        }

    [data-type=dropdown] .opened > ul {
        left: 100%;
        max-height: 80em;
        opacity: 1
    }

    li[data-type=dropdown]:nth-last-child(-n+2) ul {
        left: auto;
        right: 0
    }

    li[data-type=dropdown]:nth-last-child(-n+2) .opened > ul {
        left: auto;
        right: 100%
    }

    .nav-bar ul li[data-type=dropdown] li li {
        margin-left: 5px;
        margin-right: 5px
    }

    [data-type=dropdown] a + .has-sub {
        width: 0;
        min-height: 0;
        height: 100%
    }

        [data-type=dropdown] a + .has-sub > span {
            min-height: 0;
            height: 100%
        }
}

.toggle-menu {
    display: block;
    position: relative;
    width: 50px;
    height: 46px;
    background: #009bc9
}

    .toggle-menu:after, .toggle-menu:before, .toggle-menu > span:before {
        content: " ";
        position: absolute;
        left: 15%;
        width: 70%;
        height: 3px;
        border-radius: 2px;
        background: #fff
    }

    .toggle-menu:before {
        top: 11px
    }

    .toggle-menu:after {
        top: 21px
    }

    .toggle-menu > span:before {
        top: 31px
    }

@media (min-width:72em) {
    .toggle-menu, [data-type=mega] ul .has-sub:after, [data-type=mega] ul a + .has-sub {
        display: none
    }

    .cm-menu [data-type=mega] {
        position: static
    }

    [data-type=mega] > ul {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        max-height: 0;
        background: #009bc9;
        overflow: hidden;
        transition: all .3s ease-in-out
    }

        [data-type=mega] > ul ul {
            position: static;
            max-height: 80em;
            width: 100%;
            overflow: hidden;
            background: 0 0;
            opacity: 1
        }

        [data-type=mega] > ul .opened ul {
            margin-left: 0
        }

        [data-type=mega] > ul > li {
            float: left;
            width: 25%
        }

            [data-type=mega] > ul > li:nth-child(4n+1) {
                clear: left
            }

        [data-type=mega] > ul > .link-landing {
            margin: 0;
            width: 100%
        }

            [data-type=mega] > ul > .link-landing ~ li:nth-child(4n+1) {
                clear: none
            }

            [data-type=mega] > ul > .link-landing ~ li:nth-child(4n+2) {
                clear: left
            }

    [data-type=mega] a + .has-sub {
        width: 0;
        min-height: 0;
        height: 100%
    }

        [data-type=mega] a + .has-sub > span {
            min-height: 0;
            height: 100%
        }

    [data-type=mega].opened > ul {
        padding: 20px
    }
}

[data-type=mega] .custom-sub .banner-wrap, [data-type=sliding] .sub-menu .item-banner {
    width: 100%
}

.main-nav {
    position: relative;
    z-index: 1000
}

[data-type=sliding] .sub-menu .item-banner a {
    text-align: center;
    background: 0 0
}

[data-type=mega] .custom-sub {
    background-color: #fff;
    max-height: 0;
    opacity: 0;
    overflow: hidden
}

.cm-menu .opened > .custom-sub, .section-nav .opened > ul {
    max-height: 80em;
    opacity: 1
}

[data-type=mega] .custom-sub ul {
    position: static;
    opacity: 1;
    max-height: 80em
}

[data-type=mega].opened .custom-sub {
    padding: 20px
}

[data-type=mega] .custom-sub .banner-wrap a {
    text-align: center;
    background: 0 0
}

.cm-menu .animated > .custom-sub {
    overflow: visible;
    z-index: 10
}

.cm-menu .animating > .custom-sub {
    z-index: -1
}

.custom-sub .nav-callouts {
    display: none
}

@media (min-width:72em) {
    [data-type=mega] .custom-sub {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #009bc9;
        color: #fff
    }

        [data-type=mega] .custom-sub .nav-sub-menu {
            width: 33.33%
        }

        [data-type=mega] .custom-sub .nav-callouts {
            display: block;
            width: 66.66%
        }

        [data-type=mega] .custom-sub .item-list .item .title {
            color: inherit;
            font-size: 20px;
            font-size: 1.25rem;
            margin-top: 0
        }

        [data-type=mega] .custom-sub .item-list .item .aside {
            width: 150px
        }

        [data-type=mega] .custom-sub .item-list .item .more {
            color: #fff;
            display: inline-block;
            padding-left: 0;
            padding-top: 0;
            padding-bottom: 0;
            font-size: 16px;
            font-size: 1rem
        }

        [data-type=mega] .custom-sub ul > li > a {
            color: #fff
        }

    [data-type=mega].opened .custom-sub {
        display: -ms-flexbox;
        display: flex;
        padding: 20px;
        transition: all .3s ease-in-out
    }

    .table-row {
        display: table;
        width: 100%
    }

    .table-col {
        display: table-cell;
        vertical-align: top
    }
}

.section-nav .opened > ul {
    border-bottom: 1px solid #d4d4d4
}

.section-nav .opened > .expander-wrap a, .section-nav .opened > a {
    border-bottom: 1px solid #aaa;
    color: #333;
    background: #d4d4d4
}

.img-corners, .img-corners > span {
    border-color: #555
}

.section-nav .opened .opened > .expander-wrap > a {
    background: #c4c4c4
}

.featured-image {
    min-height: 150px;
    min-width: 150px;
    height: 100%;
    width: 100%;
    background: 50% 50% no-repeat;
    background-size: cover;
    display: block;
    margin: 0 auto
}

@media (min-width:48.063em) {
    .featured-image {
        margin: 0
    }
}

.tmb-sq-small {
    height: 150px;
    width: 150px
}

.tmb-sq-medium {
    height: 250px;
    width: 250px
}

.tmb-rec-large, .tmb-sq-large {
    height: 350px;
    max-width: 100%
}

@media (min-width:30em) {
    .tmb-sq-large {
        width: 350px
    }

    .tmb-rec-large {
        max-width: 100%
    }
}

.img-corners {
    display: inline-block;
    position: relative
}

    .img-corners img {
        border: none
    }

    .img-corners:after, .img-corners:before, .img-corners > span:after, .img-corners > span:before {
        border: 0 solid;
        border-color: inherit;
        content: "";
        display: block;
        height: 20px;
        width: 20px;
        position: absolute
    }

    .img-corners:before {
        border-width: 2px 0 0 2px;
        top: 0;
        left: 0
    }

    .img-corners:after {
        border-width: 2px 2px 0 0;
        top: 0;
        right: 0
    }

    .img-corners span:before {
        border-width: 0 0 2px 2px;
        bottom: 0;
        left: 0
    }

    .img-corners span:after {
        border-width: 0 2px 2px 0;
        bottom: 0;
        right: 0
    }

.tabs {
    margin: 0 0 20px
}

    .tabs .nav-tabs {
        border-bottom-color: transparent;
        display: -ms-flexbox;
        display: flex
    }

        .tabs .nav-tabs > li {
            float: none;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-line-pack: center;
            align-content: center
        }

            .tabs .nav-tabs > li > a {
                background-color: #daf0fb;
                color: #009bc9;
                position: relative;
                margin-right: 4px;
                font-size: 17px;
                font-size: 1.0625rem;
                font-weight: 700;
                text-transform: uppercase;
                display: table;
                height: 100%
            }

@media (min-width:990px) and (max-width:1320px) {
    .tabs .nav-tabs > li > a {
        font-size: 12px;
        font-size: .75rem
    }
}

.tabs .nav-tabs > li > a span {
    letter-spacing: 1px;
    display: table-cell;
    vertical-align: middle
}

    .tabs .nav-tabs > li > a span:after {
        content: "";
        display: block;
        height: 3px;
        margin-top: 15px
    }

@media (min-width:72em) {
    .tabs .nav-tabs > li > a {
        padding: 12px 24px
    }

    .tabs .tab-pane .tab-pane-inner {
        margin: 10px 20px
    }
}

.tabs .nav-tabs > li.active > a {
    background-color: #009bc9;
    border-color: #009bc9;
    color: #fff
}

    .tabs .nav-tabs > li.active > a span:after {
        background-color: #ffd200
    }

.tabs .tab-footer, .tabs .tab-pane {
    background-color: #009bc9;
    padding: 20px
}

.tabs .tab-pane {
    color: #fff
}

    .tabs .tab-pane .title {
        color: inherit
    }

    .tabs .tab-pane .tab-pane-inner {
        color: #fff;
        font-size: 1.2em
    }

        .tabs .tab-pane .tab-pane-inner h2, .tabs .tab-pane .tab-pane-inner h3 {
            color: #fff
        }

        .tabs .tab-pane .tab-pane-inner ul li {
            line-height: 2
        }

        .tabs .tab-pane .tab-pane-inner a {
            color: #fff;
            text-decoration: underline
        }

            .tabs .tab-pane .tab-pane-inner a:focus, .tabs .tab-pane .tab-pane-inner a:hover {
                color: #e6e6e6
            }

            .tabs .tab-pane .tab-pane-inner a:after {
                font-weight: 400
            }

.tabs .tab-footer .more {
    color: #fff;
    font-size: 20px;
    font-size: 1.25rem
}

.tabs .responsive-tabs-container .accordion-link {
    background-color: #daf0fb;
    color: #009bc9;
    display: none;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 700;
    position: relative;
    padding: 16px 26px;
    margin-bottom: 5px;
    text-decoration: none;
    text-transform: uppercase
}

    .tabs .responsive-tabs-container .accordion-link:after {
        content: "+";
        position: absolute;
        right: 15px;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 21px
    }

    .tabs .responsive-tabs-container .accordion-link span {
        display: inline-block
    }

        .tabs .responsive-tabs-container .accordion-link span:after {
            content: "";
            display: block;
            height: 3px
        }

    .tabs .responsive-tabs-container .accordion-link.active {
        margin-bottom: 0;
        background-color: #009bc9;
        color: #fff
    }

        .tabs .responsive-tabs-container .accordion-link.active:after {
            content: "\2013"
        }

        .tabs .responsive-tabs-container .accordion-link.active span:after {
            background-color: #ffd200
        }

@media (max-width:767px) {
    .tabs .responsive-tabs-container.accordion-xs .nav-tabs {
        display: none
    }

    .tabs .responsive-tabs-container.accordion-xs .accordion-link {
        display: block
    }
}

@media (min-width:768px) and (max-width:991px) {
    .tabs .responsive-tabs-container.accordion-sm .nav-tabs {
        display: none
    }

    .tabs .responsive-tabs-container.accordion-sm .accordion-link {
        display: block
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .tabs .responsive-tabs-container.accordion-md .nav-tabs {
        display: none
    }

    .tabs .responsive-tabs-container.accordion-md .accordion-link {
        display: block
    }
}

@media (min-width:1200px) {
    .tabs .responsive-tabs-container.accordion-lg .nav-tabs {
        display: none
    }

    .tabs .responsive-tabs-container.accordion-lg .accordion-link {
        display: block
    }
}

.tabs .panel-group.responsive .panel {
    border: 0
}

.tabs .panel-group.responsive .panel-title {
    text-transform: uppercase
}

.tabs .panel-group.responsive .panel-body {
    background-color: #009bc9;
    color: #fff
}


.input-group-site-login, .input-group-site-search {
    background-color: #0E8ACB;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px 0;
    width: 100%;
    z-index: 10;
}

    .input-group-site-login .intro-msg, .input-group-site-search .intro-msg {
        font-size: 18px;
        text-align: center;
        margin: 0 auto 20px;
        line-height: 1.4;
        font-weight: 700;
        max-width: 1000px
    }

        .input-group-site-login .intro-msg a, .input-group-site-search .intro-msg a {
            color: #ffd200
        }

    .input-group-site-login .row, .input-group-site-search .row {
        margin-left: -.625em;
        margin-right: -.625em
    }

    .input-group-site-login [class^=col-], .input-group-site-search [class^=col-] {
        padding-left: .625em;
        padding-right: .625em
    }

    .input-group-site-login .form-group, .input-group-site-search .form-group {
        margin-bottom: 0
    }

    .input-group-site-login .control-label, .input-group-site-search .control-label {
        display: block;
        text-align: center;
        color: #fff;
        font-size: 30px;
        font-size: 1.875rem
    }

        .input-group-site-login .control-label .icomoon, .input-group-site-search .control-label .icomoon {
            fill: #fff;
            height: 30px;
            width: 30px
        }

    .input-group-site-login .form-control, .input-group-site-search .form-control {
        margin: 0 0 20px
    }

    .input-group-site-login .btn, .input-group-site-search .btn {
        display: block;
        width: 100%
    }

    .input-group-site-login .login-help, .input-group-site-search .login-help {
        margin: 10px 0 0;
        text-align: right
    }

        .input-group-site-login .login-help a, .input-group-site-search .login-help a {
            color: #ffd200;
            text-transform: uppercase;
            font-weight: 700;
            font-size: 12px;
            font-size: .75rem
        }

@media (min-width:48.063em) {
    .input-group-site-login, .input-group-site-search {
        padding: 20px 0 60px
    }

        .input-group-site-login .control-label, .input-group-site-search .control-label {
            text-align: right
        }

        .input-group-site-login .form-control, .input-group-site-search .form-control {
            margin: 0
        }

        .input-group-site-login .form-group, .input-group-site-search .form-group {
            margin-top: 20px
        }

        .input-group-site-login .login-search-close .icomoon, .input-group-site-login .search-close .icomoon, .input-group-site-search .login-search-close .icomoon, .input-group-site-search .search-close .icomoon {
            fill: #fff
        }
}

@media (min-width:60em) {
    .input-group-site-login .login-help, .input-group-site-search .login-help {
        text-align: left;
        margin: 0;
        line-height: 1.6
    }

        .input-group-site-login .login-help a, .input-group-site-search .login-help a {
            font-size: 16px;
            font-size: 1rem
        }
}

@media (min-width:80em) {
    .input-group-site-login .control-label, .input-group-site-search .control-label {
        font-size: 36px;
        font-size: 2.25rem
    }

        .input-group-site-login .control-label .icomoon, .input-group-site-search .control-label .icomoon {
            height: 50px;
            width: 50px;
            margin-right: 20px
        }
}

.search-box {
    position: relative;
    margin: 30px auto;
    max-width: 620px
}

    .search-box input[type=text] {
        width: 100%;
        height: 50px;
        border: 1px solid #888;
        background: #fff;
        padding-left: 15px;
        padding-right: 15px
    }

        .search-box input[type=text]::-ms-clear {
            display: none
        }

    .search-box button {
        position: absolute;
        top: 50%;
        right: 20px;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        display: inline-block;
        background: 0 0;
        border: none;
        padding: 0;
        width: 20px;
        height: 20px;
        cursor: pointer
    }

        .search-box button svg {
            width: 100%;
            height: 100%;
            fill: #777;
            display: inline-block
        }

.filter {
    background-color: #19204A;
    padding: 10px 0;
    margin-top: 0 !important
}

    .filter .filter-title, .filter legend {
        color: #fff;
        border-bottom: none;
        margin-bottom: 0;
        font-size: 24px;
        font-size: 1.5rem
    }

        .filter .filter-title > .icomoon, .filter legend > .icomoon {
            fill: #fff;
            width: 40px;
            margin-right: 10px
        }

    .filter .filter-title {
        margin-bottom: 20px
    }

    .filter label {
        color: #fff;
        font-size: 16px;
        margin-bottom: 4px
    }

    .filter .form-container {
        padding-top: 20px
    }

    .filter .filter-toggle {
        background: 0 0;
        border: 0;
        float: right;
        font-size: 20px;
        font-weight: 700;
        color: #fff;
        margin-top: 5px
    }

    .filter .control-group-inline, .filter [class^=input-group] {
        position: relative
    }

    .filter .form-control + .icomoon-calendar, .filter .form-control + [title=Calendar] {
        fill: #777;
        position: absolute;
        right: 10px;
        bottom: 0;
        height: 40px
    }

    .filter .form-control ~ [title=Calendar] {
        position: absolute;
        right: 10px;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        height: 40px;
        margin: 0;
        padding: 5px;
        color: #777;
        font-size: 26px;
        line-height: normal;
        background: 0 0;
        border: none;
        font-family: icomoon
    }

    .filter .current-facets {
        color: #000;
        background-color: #daf0fb;
        padding: 20px;
        border: 1px solid #ddd;
        border-bottom-width: 0
    }

        .filter .current-facets .btn {
            margin-top: 7px
        }

        .filter .current-facets .facet-heading {
            font-weight: 700;
            margin-bottom: 5px
        }

        .filter .current-facets .facet-clear {
            background-color: transparent;
            border: none;
            padding: 0
        }

            .filter .current-facets .facet-clear > .icomoon {
                fill: #009bc9;
                height: 12px;
                width: 12px
            }

        .filter .current-facets .facet-clear-all {
            text-transform: uppercase;
            font-weight: 700
        }

    .filter .FormPanel > .container > .row > .col-md-12, .filter-rail .FormPanel > .container > .row > .col-md-12 {
        border: 1px solid #ddd;
        margin-bottom: 0;
        padding: 10px 20px 15px
    }

        .filter .FormPanel > .container > .row > .col-md-12 + .col-md-12, .filter-rail .FormPanel > .container > .row > .col-md-12 + .col-md-12 {
            border-top: 0
        }

        .filter .FormPanel > .container > .row > .col-md-12:last-child, .filter-rail .FormPanel > .container > .row > .col-md-12:last-child {
            color: #fff
        }

            .filter .FormPanel > .container > .row > .col-md-12:last-child .btn, .filter-rail .FormPanel > .container > .row > .col-md-12:last-child .btn {
                display: block;
                width: 100%;
                margin: 0
            }

                .filter .FormPanel > .container > .row > .col-md-12:last-child .btn:last-child, .filter-rail .FormPanel > .container > .row > .col-md-12:last-child .btn:last-child {
                    background: #f0f0f0;
                    border-color: #f0f0f0;
                    color: #000
                }

    .filter .FormPanel .EditingFormLabel, .filter-rail .FormPanel .EditingFormLabel {
        margin-bottom: 2px;
        font-size: 16px;
    }

    .filter .FormPanel #EventFilterPanel .EditingFormLabel, .filter-rail .FormPanel #EventFilterPanel .EditingFormLabel {
        margin-bottom: 15px;
        font-size: 1.25rem;
    }

    .filter .FormPanel .control-group-inline a:last-child, .filter-rail .FormPanel .control-group-inline a:last-child {
        display: none
    }

    .filter .FormPanel input[type=range], .filter-rail .FormPanel input[type=range] {
        -webkit-appearance: none;
        border: 0 solid transparent;
        width: 100%;
        padding: 0;
        background: 0 0;
        box-shadow: none
    }

        .filter .FormPanel input[type=range]::-webkit-slider-runnable-track, .filter-rail .FormPanel input[type=range]::-webkit-slider-runnable-track {
            width: 100%;
            height: 2px;
            background: #ddd;
            border: none;
            border-radius: 3px
        }

        .filter .FormPanel input[type=range]::-webkit-slider-thumb, .filter-rail .FormPanel input[type=range]::-webkit-slider-thumb {
            -webkit-appearance: none;
            border: none;
            height: 20px;
            width: 20px;
            border-radius: 50%;
            background: #ffd200;
            margin-top: -9px
        }

        .filter .FormPanel input[type=range]:focus, .filter-rail .FormPanel input[type=range]:focus {
            outline: 0
        }

            .filter .FormPanel input[type=range]:focus::-webkit-slider-runnable-track, .filter-rail .FormPanel input[type=range]:focus::-webkit-slider-runnable-track {
                background: #ccc
            }

        .filter .FormPanel input[type=range]::-moz-range-track, .filter-rail .FormPanel input[type=range]::-moz-range-track {
            width: 100%;
            height: 2px;
            background: #ddd;
            border: none;
            border-radius: 3px
        }

        .filter .FormPanel input[type=range]::-moz-range-thumb, .filter-rail .FormPanel input[type=range]::-moz-range-thumb {
            border: none;
            height: 20px;
            width: 20px;
            border-radius: 50%;
            background: #ffd200
        }

        .filter .FormPanel input[type=range]:-moz-focusring, .filter-rail .FormPanel input[type=range]:-moz-focusring {
            outline: #fff solid 1px;
            outline-offset: -1px
        }

        .filter .FormPanel input[type=range]::-ms-track, .filter-rail .FormPanel input[type=range]::-ms-track {
            width: 100%;
            height: 2px;
            background: 0 0;
            border-color: transparent;
            border-width: 2px 0;
            color: transparent
        }

        .filter .FormPanel input[type=range]::-ms-fill-lower, .filter-rail .FormPanel input[type=range]::-ms-fill-lower {
            background: #777;
            border-radius: 10px
        }

        .filter .FormPanel input[type=range]::-ms-fill-upper, .filter-rail .FormPanel input[type=range]::-ms-fill-upper {
            background: #ddd;
            border-radius: 10px
        }

        .filter .FormPanel input[type=range]::-ms-thumb, .filter-rail .FormPanel input[type=range]::-ms-thumb {
            border: none;
            height: 20px;
            width: 20px;
            border-radius: 50%;
            background: #ffd200
        }

        .filter .FormPanel input[type=range]:focus::-ms-fill-lower, .filter-rail .FormPanel input[type=range]:focus::-ms-fill-lower {
            background: #888
        }

        .filter .FormPanel input[type=range]:focus::-ms-fill-upper, .filter-rail .FormPanel input[type=range]:focus::-ms-fill-upper {
            background: #ccc
        }

    .filter .sliderValue, .filter-rail .sliderValue {
        color: #fff
    }

.filter-rail {
    background-color: #fff;
    padding-top: 0
}

    .filter-rail .filter-header {
        background-color: #0E8ACB;
        overflow: hidden;
        padding: 0 20px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

        .filter-rail .filter-header h3 {
            color: #fff;
            margin: 1em 0;
            font-size: 20px;
            font-size: 1.25rem;
            font-weight: 700
        }

    .filter-rail .form-group {
        border: 1px solid #ddd;
        margin-bottom: 0;
        padding: 16px 20px 20px
    }

        .filter-rail .form-group label {
            color: #000;
            margin-bottom: 15px
        }

        .filter-rail .form-group + .form-group {
            border-top: 0
        }

    .filter-rail .noUi-handle:before {
        color: #009bc9
    }

    .filter-rail .noUi-connect {
        background: #daf0fb
    }

    .filter-rail .form-container {
        padding-top: 0
    }

    .filter-rail .EditingFormLabel {
        color: #000
    }

    .filter-rail #toggledContent_EventFilterRail {
        display: none
    }

@media (min-width:48.063em) {
    .filter-rail .filter-toggle {
        display: block
    }
}

@media (min-width:72em) {
    .filter-rail #toggledContent_EventFilterRail {
        display: block !important
    }

    .filter-rail .filter-toggle {
        display: none
    }
}

.filter-rail .sliderValue {
    color: #777
}

.featured-heroes {
    margin: 20px 0
}

@media (max-width:60em) {
    .featured-heroes {
        margin: -20px -20px 0
    }

        .featured-heroes.single .hero-featurette {
            width: 100%
        }

        .featured-heroes .hero-primary .btn {
            display: block;
            max-width: 320px;
            margin-left: auto;
            margin-right: auto
        }
}

@media (min-width:60em) {
    .featured-heroes {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 468px;
        width: 100%
    }
}

.hero-featurette {
    border: 0 solid #fff;
    background: #eee;
    color: #000;
    display: table;
    width: 100%;
    height: auto;
    transition: all .3s
}

    .hero-featurette .featured-image {
        display: table;
        height: 275px
    }

@media (max-width:60em) {
    .hero-featurette .featured-image.fixed {
        height: auto;
        padding: 30px 0;
        table-layout: fixed
    }
}

.hero-featurette .title {
    display: block;
    color: inherit;
    font-size: 24px;
    font-size: 1.5rem;
    margin: 0 0 10px
}

.hero-featurette .more, .hero-featurette .summary {
    color: inherit
}

.hero-featurette .more {
    margin-bottom: 0
}

.hero-featurette .hero-content {
    padding: 5% 5%;
    display: table-cell;
    vertical-align: middle
}

.hero-featurette .aside {
    display: table-cell;
    vertical-align: middle;
    padding-left: 7%;
    width: 150px
}

    .hero-featurette .aside .img-thumbnail {
        max-height: 100px;
        max-width: 100px
    }

    .hero-featurette .aside + .hero-content {
        padding-left: 4%
    }

.hero-featurette.color-invert {
    color: #fff
}

.hero-featurette.featured-member {
    background-image: url(../images/texture-2.png);
    background-color: #00945e;
    color: #fff
}

    .hero-featurette.featured-member .badge {
        position: static;
        background-color: #6cb33e;
        white-space: normal;
    }

    .hero-featurette.featured-member .img-corners, .hero-featurette.featured-member .img-corners > span {
        border-color: #6cb33e
    }

.hero-featurette.featured-event {
    background-color: #17366a;
    color: #fff;
    line-height: 1.35;
}

.hero-primary {
    position: relative
}

    .hero-primary .featured-image:after {
        content: "";
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

    .hero-primary .hero-content {
        position: relative;
        z-index: 1
    }

    .hero-primary .title {
        color: #009bc9;
        line-height: 1.1
    }

    .hero-primary .summary {
        color: #777
    }

@media (min-width:60em) {
    .hero-featurette {
        border-left-width: 2px;
        border-top-width: 0;
        height: 50%;
        width: 40%;
        min-height: unset;
    }

        .featured-heroes.alt .hero-featurette:nth-child(even), .hero-featurette:last-child {
            border-top-width: 2px
        }

        .hero-featurette .featured-image {
            height: 100%
        }

    .hero-primary {
        border-left-width: 0;
        height: 100%;
        width: 60%
    }

        .hero-primary .featured-image {
            display: table-cell;
            vertical-align: middle
        }

            .hero-primary .featured-image:after {
                display: none
            }

        .hero-primary .title {
            font-size: 50px;
            font-size: 3.125rem;
            font-weight: 400
        }

        .hero-primary .summary {
            color: #777;
            font-size: 24px;
            font-size: 1.5rem
        }

    .featured-heroes.alt {
        height: 750px
    }

        .featured-heroes.alt .hero-primary {
            height: 50%
        }

        .featured-heroes.alt .featured-event, .featured-heroes.alt .featured-member {
            height: 33.33333333%
        }
}

@media (min-width:72em) {
    .hero-featurette.featured-event .hero-content {
        padding-right: 14%
    }

    .hero-featurette {
        width: 33.3333%
    }

    .hero-primary {
        width: 66.6666%
    }

        .hero-primary .hero-content {
            padding: 1em
        }

    .featured-heroes.alt {
        height: 710px
    }

        .featured-heroes.alt .hero-primary .title {
            font-size: 40px;
            font-size: 2.5rem
        }

        .featured-heroes.alt .hero-primary .summary {
            font-size: 24px;
            font-size: 1.5rem
        }

        .featured-heroes.alt .hero-primary .hero-content {
            padding-right: 10px
        }

            .featured-heroes.alt .hero-primary .hero-content .title {
                display: block;
                white-space: nowrap
            }

            .featured-heroes.alt .hero-primary .hero-content .summary {
                max-width: 480px
            }
}

@media (min-width:80em) {
    .hero-featurette .aside {
        width: 200px
    }

        .hero-featurette .aside .img-thumbnail {
            max-height: none;
            max-width: none
        }
}

.card {
    margin: 20px 0
}

    .card .caption h3 {
        font-weight: 700
    }

    .card.card-icon {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 250px;
        margin: 0 auto;
        text-align: center
    }

        .card.card-icon img {
            margin: 0 auto
        }

        .card.card-icon .caption p {
            margin: 0 0 20px
        }

.cta-newsletter {
    padding: 10px 20px;
    background-color: #00945e;
    text-align: center
}

    .cta-newsletter .h3 {
        font-size: 17px;
        font-size: 1.0625rem;
        font-weight: 700
    }

    .cta-newsletter p {
        color: #fff;
        font-size: 13px;
        font-size: .8125rem
    }

    .cta-newsletter .btn {
        display: block
    }

@media (min-width:30em) {
    .cta-newsletter {
        text-align: left
    }

        .cta-newsletter .h3 {
            font-size: 28px;
            font-size: 1.75rem
        }

        .cta-newsletter p {
            font-size: 18px;
            font-size: 1.125rem
        }

        .cta-newsletter .wrap {
            width: 100%;
            display: table
        }

        .cta-newsletter .left, .cta-newsletter .right {
            display: table-cell;
            vertical-align: middle
        }

        .cta-newsletter .right {
            text-align: right
        }

        .cta-newsletter .btn {
            display: inline-block
        }
}

.cta-newsletter.small-block {
    margin: 15px 0;
    text-align: center
}

.card-callouts .slick-slider .btn {
    display: block
}

.card-callouts .slick-slider .slick-dots {
    position: static
}

@media (min-width:48.063em) {
    .card-callouts .slick-slider .btn {
        display: inline-block
    }
}

.faq-legend {
    display: inline-block;
    padding: 10px 20px;
    margin-bottom: 2em;
    border: 1px solid #ccc;
    background: #f2f2f2
}

    .faq-legend ol {
        margin: 0;
        padding: 0 .5em 0 15px
    }

    .faq-legend li {
        list-style-type: square
    }

        .faq-legend li + li {
            margin-top: .2em
        }

        .faq-legend li a {
            text-decoration: none
        }

            .faq-legend li a:focus, .faq-legend li a:hover {
                text-decoration: underline
            }

.faq-details .module-list .item + .item {
    margin-top: 20px
}

.faq-details .item .title {
    padding-right: 40px
}

.faq-details .item .top {
    position: absolute;
    top: 5px;
    right: 0;
    font-size: 10px;
    font-size: .625rem;
    text-transform: uppercase;
    text-decoration: none;
    color: #ccc
}

    .faq-details .item .top:focus, .faq-details .item .top:hover {
        text-decoration: underline
    }

    .faq-details .item .top:before {
        content: '';
        position: absolute;
        right: 100%;
        top: 4px;
        margin-right: 4px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 5px 5px;
        border-color: transparent transparent #ccc
    }

/* Events Page */

.events-tabs .list-events-tabs, .list-flex {
    padding-left: 0;
    list-style: none
}

@media (min-width:30em) {
    .events-tabs .list-events-tabs, .list-flex {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
}

.events-tabs .tabs .tab-pane {
    padding-bottom: 5px
}

@media (min-width:72em) {
    .events-tabs .tabs .tab-pane {
        padding: 40px 0 5px
    }
}

.events-tabs .meta .meta-item {
    display: block
}

    .events-tabs .meta .meta-item + .meta-item:before {
        display: none
    }

.events-tabs .slick-slider .btn {
    display: block
}

.events-tabs .slick-slider .slick-dots {
    position: static
}

    .events-tabs .slick-slider .slick-dots li button:before {
        color: #ccc
    }

    .events-tabs .slick-slider .slick-dots li.slick-active button:before {
        color: #ffd200
    }

.events-tabs .item {
    overflow: hidden
}

@media (min-width:48.063em) {
    .events-tabs .slick-slider .btn {
        display: inline-block
    }

    .events-tabs .item {
        display: block;
        padding: 0 20px
    }

        .events-tabs .item .item-content {
            display: block
        }

    .events-tabs .list-events-tabs > li {
        width: 50%
    }
}

@media (min-width:60em) {
    .events-tabs .item {
        margin-bottom: 40px
    }
}

@media (min-width:72em) {
    .events-tabs .item {
        padding: 0 20px;
        position: static;
        margin-bottom: 0
    }

        .events-tabs .item .item-content {
            margin-bottom: 75px
        }

        .events-tabs .item .item-footer {
            position: absolute;
            bottom: 0
        }
}

@media (min-width:80em) {
    .events-tabs .item {
        padding: 0 40px
    }
}

.events-tabs .list-events-tabs {
    -ms-flex-pack: start;
    justify-content: flex-start
}

    .events-tabs .list-events-tabs > li {
        position: relative
    }

@media (min-width:72em) {
    .events-tabs .list-events-tabs h3 {
        min-height: 150px
    }

    .events-tabs .list-events-tabs > li {
        width: 25%
    }

        .events-tabs .list-events-tabs > li + li:after {
            background-color: #daf0fb;
            content: "";
            display: block;
            width: 1px;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0
        }
}

.event-detail-old .buy a:after, .lity-content:after, .lity-wrap:before {
    content: ''
}

.events-tabs .list-footer {
    margin: 20px 0
}

    .events-tabs .list-footer .more {
        color: #fff
    }

.events .rac-credits {
    padding: 0 0 0 10px;
    margin: 7px 0
}

    .events .rac-credits .badge, .products .rac-credits .badge {
        margin-right: 5px;
        width: auto !important;
        padding: 0 5px
    }

.ed-table table, .event-banner img, .events.listing .item-content {
    width: 100%
}

.events.listing .item-featured {
    padding: 60px 30px 30px;
    border: 1px solid #ddd
}

    .events.listing .item-featured .badge-featured {
        background-color: #daf0fb;
        color: #000;
        position: absolute;
        top: 0;
        left: 0
    }

    .events.listing .item-featured + .item {
        margin-top: 0;
        border-top: none
    }

.events.listing .btn {
    display: block
}

@media (min-width:48.063em) {
    .events-tabs .list-footer {
        text-align: right
    }

    .events.listing .btn {
        display: block
    }
}

.event-social.contentBox {
    padding: 0
}

    .event-social.contentBox .media {
        display: none
    }

    .event-social.contentBox .content {
        position: static;
        padding-bottom: 36px
    }

.slick-dots li button:before, .slick-next:before, .slick-prev:before {
    font-family: slick;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.ed-date-wrapper, .ed-rac-wrapper {
    -ms-flex-pack: start;
    margin: 15px 0
}

.event-detail {
    padding-bottom: 10px
}

.ed-rac-wrapper {
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center
}

.ed-rac-num {
    padding-right: 10px
}

.ed-rac-num-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background: #00945e;
    color: #fff;
    font-weight: 700;
    padding: 0 6px;
    height: 28px
}

.ed-rac-name {
    color: #000;
    font-weight: 700;
    text-transform: uppercase
}

.ed-date-wrapper {
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.ed-date-icon {
    width: 40px;
    margin-right: 15px
}

.ed-location-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.ed-location-icon {
    width: 40px
}

.ed-register-note {
    margin: 10px 0 20px;
    padding: 0 0 20px;
    border-bottom: 1px solid #c5c6c6;
    width: 100%;
}

    .ed-register-note .btn {
        width: 100%
    }

.ed-register-note-text {
    margin: 20px 0 0;
    font-size: 14px;
    font-size: .875rem
}

.ed-header-img {
    float: right;
}

@media (min-width:1200px) {
    .ed-location-icon {
        margin-right: 9px
    }
}

@media (min-width:48.063em) {
    .ed-header-wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .ed-header {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        margin: 0 0 10px
    }

    .ed-header-img {
        -ms-flex: 1 0 auto;
        flex: 1 0 auto
    }

    .ed-top-wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .ed-date-wrapper {
        font-size: 20px;
        font-size: 1.25rem;
        margin: 0 30px 0 0
    }

    .ed-location-wrapper {
        font-size: 20px;
        font-size: 1.25rem
    }

    .ed-table {
        margin-top: 20px
    }

    .ed-register-note {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-top: 10px;
        margin-bottom: 25px;
        padding-bottom: 10px
    }

        .ed-register-note .btn {
            width: auto;
        }

    .ed-register-note-text {
        margin: 0;
        font-size: 16px;
        font-size: 1rem
    }

    .ed-content, .ed-download {
        margin-bottom: 25px
    }

    .ed-content {
        font-size: 20px;
        font-size: 1.25rem
    }
}

@media (min-width:768px) {
    .events.listing .item {
        display: table;
        width: 100%
    }

        .events.listing .item .aside, .events.listing .item .thumbnail {
            text-align: left;
            vertical-align: top
        }

        .events.listing .item .item-content {
            display: table-cell;
            vertical-align: top;
            padding: 0
        }

        .events.listing .item .aside + .item-content, .events.listing .item .thumbnail + .item-content {
            padding-left: 15px
        }
}

.top-banner {
    position: relative;
    padding-top: 1em;
    padding-bottom: 1em;
    max-width: 971px;
    margin: 0 auto
}

.close-ad {
    position: absolute;
    right: 5px;
    top: 20px;
    width: 20px;
    height: 20px;
    background: #000;
    color: #fff;
    font-size: .8em;
    border: 0;
    border-radius: 40px
}

.ConsentButtons, .ConsentText {
    display: block
}

.view-more-news {
    clear: both;
    padding: 20px 0
}

    .view-more-news .more {
        color: #009bc9;
        padding: 0;
        font-size: 20px;
        font-size: 1.25rem
    }

        .view-more-news .more:focus, .view-more-news .more:hover {
            color: #004c63
        }

.CookieConsent {
    background: #0E8ACB;
    color: #fff;
    padding: 10px 0;
    text-align: center
}

/*.CookieConsent .container::after, .CookieConsent .container::before {
        contain: none
    }*/

.ConsentText {
    padding: 0 0 20px
}

@media (min-width:48.063em) {
    .CookieConsent {
        text-align: left
    }

        .CookieConsent .container {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -ms-flex-align: center;
            align-items: center
        }

    .ConsentText {
        padding: 0
    }
}

.reg-exchange-section .reg-title {
    color: #000;
    font-size: 19px;
    font-size: 1.1875rem
}

@media (min-width:72em) {
    .reg-exchange-section .reg-title {
        font-size: 34px;
        font-size: 2.125rem
    }
}

.reg-exchange-section .more {
    color: #009bc9;
    margin-right: 10px;
    text-transform: uppercase;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700;
    text-align: right;
    display: block;
    padding: 40px 0
}

#cboxTitle, .noUi-tooltip, .noUi-value, .pika-table th, .pika-title, .slick-dots {
    text-align: center
}

@media (min-width:72em) {
    .reg-exchange-section .more {
        font-size: 23px;
        font-size: 1.4375rem
    }
}

.latest-blog, .latest-discussion {
    margin: 50px -20px 40px
}

    .latest-blog ul, .latest-discussion ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: block;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .latest-blog ul li, .latest-discussion ul li {
            position: relative;
            padding: 10px 20px;
            margin: 30px 0;
            box-shadow: 0 10px 20px #bbb;
            border: 1px solid #ccc
        }

    .latest-blog .item-image-container, .latest-discussion .item-image-container {
        position: absolute;
        top: -25px
    }

    .latest-blog .item-title-container, .latest-discussion .item-title-container {
        font-size: 1.3em;
        line-height: 1.1em;
        margin-bottom: 5px
    }

    .latest-blog .author-container, .latest-discussion .author-container {
        font-size: .835em
    }

    .latest-blog .item-by-line-container, .latest-discussion .item-by-line-container {
        font-size: .9em;
        margin-bottom: 15px;
        max-width: calc(100% - 20px)
    }

    .latest-blog .footer-item-more, .latest-discussion .footer-item-more {
        float: right;
        font-size: 1.3em;
        margin: 30px 15px 0
    }

    .latest-blog ul.slick-dots, .latest-discussion ul.slick-dots {
        bottom: -20px
    }

        .latest-blog ul.slick-dots li, .latest-discussion ul.slick-dots li {
            position: relative;
            display: inline-block;
            height: 20px;
            width: 20px;
            border: none;
            box-shadow: none;
            margin: 0 5px;
            padding: 0;
            cursor: pointer
        }

    .latest-blog .btn-more, .latest-discussion .btn-more {
        position: absolute;
        right: 0;
        bottom: 0
    }

@media (min-width:72em) {
    .latest-blog ul, .latest-discussion ul {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        display: -ms-flexbox;
        display: flex
    }

        .latest-blog ul li, .latest-discussion ul li {
            width: 33%;
            margin: 0 20px;
            padding: 10px 30px
        }
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 22px
}

    .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
        padding: 8px;
        line-height: 1.42857;
        vertical-align: top;
        border-top: 1px solid #ddd
    }

    .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #ddd
    }

    .table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
        border-top: 0
    }

    .table > tbody + tbody {
        border-top: 2px solid #ddd
    }

    .table .table {
        background-color: #fff
    }

.table-nonfluid {
    width: auto !important
}

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
    padding: 5px
}

.table-bordered, .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: 1px solid #ddd
}

    .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
        border-bottom-width: 2px
    }

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover > tbody > tr:hover, .table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active {
    background-color: #f5f5f5
}

table col[class*=col-] {
    position: static;
    float: none;
    display: table-column
}

table td[class*=col-], table th[class*=col-] {
    position: static;
    float: none;
    display: table-cell
}

.table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover {
    background-color: #e8e8e8
}

.table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > thead > tr > td.success, .table > thead > tr > th.success {
    background-color: #dff0d8
}

.table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover {
    background-color: #d0e9c6
}

.table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > thead > tr > td.info, .table > thead > tr > th.info {
    background-color: #d9edf7
}

.table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover {
    background-color: #c4e3f3
}

.table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > thead > tr > td.warning, .table > thead > tr > th.warning {
    background-color: #fcf8e3
}

.table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover {
    background-color: #faf2cc
}

.table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > thead > tr > td.danger, .table > thead > tr > th.danger {
    background-color: #f2dede
}

.table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover {
    background-color: #ebcccc
}

.table-responsive {
    overflow-x: auto;
    min-height: .01%
}

@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 16.5px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

        .table-responsive > .table {
            margin-bottom: 0
        }

            .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
                white-space: nowrap
            }

        .table-responsive > .table-bordered {
            border: 0
        }

            .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > thead > tr > th:first-child {
                border-left: 0
            }

            .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > thead > tr > th:last-child {
                border-right: 0
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th {
                border-bottom: 0
            }
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 22px 0;
    border-radius: 0
}

    .pagination > li {
        display: inline
    }

.cboxIframe, .cboxPhoto {
    display: block;
    border: 0
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 14px 24px;
    line-height: 1.42857;
    text-decoration: none;
    color: #009bc9;
    background-color: #fff;
    border: 1px solid transparent;
    margin-left: -1px;
    font-weight: 700
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span, .pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span, .pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    z-index: 2;
    color: #00607d;
    background-color: #eee;
    border-color: transparent
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    color: #009bc9;
    background-color: #daf0fb;
    border-color: #daf0fb;
    cursor: default
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
    color: #777;
    background-color: #fff;
    border-color: transparent;
    cursor: not-allowed
}

#cboxClose, #cboxNext, #cboxPrevious, #cboxSlideshow {
    position: absolute;
    color: #444;
    bottom: 0
}

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 16px 17.33px;
    font-size: 20px;
    line-height: 1.33333
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 4px 8.53px;
    font-size: 18px;
    line-height: 1.5
}

#cboxOverlay, #cboxWrapper, #colorbox {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: .9
}

#cboxBottomLeft, #cboxMiddleLeft {
    clear: left
}

.clear, .pika-single:after, .slick-track:after {
    clear: both
}

#cboxContent {
    position: relative;
    background: #fff;
    overflow: hidden
}

#cboxTitle {
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #999
}

#cboxLoadingGraphic, #cboxLoadingOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.cboxPhoto {
    float: left;
    margin: auto;
    -ms-interpolation-mode: bicubic
}

.cboxIframe {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0
}

#cboxContent, #cboxLoadedContent, #colorbox {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box
}

#colorbox {
    outline: 0
}

#cboxTopLeft {
    width: 25px;
    height: 25px;
    background: url(../images/plugins/colorbox/border1.png) no-repeat
}

#cboxTopCenter {
    height: 25px;
    background: url(../images/plugins/colorbox/border1.png) 0 -50px repeat-x
}

#cboxTopRight {
    width: 25px;
    height: 25px;
    background: url(../images/plugins/colorbox/border1.png) -25px 0 no-repeat
}

#cboxBottomLeft {
    width: 25px;
    height: 25px;
    background: url(../images/plugins/colorbox/border1.png) 0 -25px no-repeat
}

#cboxBottomCenter {
    height: 25px;
    background: url(../images/plugins/colorbox/border1.png) 0 -75px repeat-x
}

#cboxBottomRight {
    width: 25px;
    height: 25px;
    background: url(../images/plugins/colorbox/border1.png) -25px -25px no-repeat
}

#cboxMiddleLeft {
    width: 25px;
    background: url(../images/plugins/colorbox/border2.png) repeat-y
}

#cboxMiddleRight {
    width: 25px;
    background: url(../images/plugins/colorbox/border2.png) -25px 0 repeat-y
}

.cboxIframe {
    background: #fff
}

#cboxError {
    padding: 50px;
    border: 1px solid #ccc
}

#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 20px
}

#cboxCurrent {
    position: absolute;
    bottom: 0;
    left: 100px;
    color: #999
}

#cboxLoadingOverlay {
    background: url(../images/plugins/colorbox/loading.gif) 5px 5px no-repeat #fff
}

#cboxClose, #cboxNext, #cboxPrevious, #cboxSlideshow {
    cursor: pointer;
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    width: auto;
    background: 0 0
}

    #cboxClose:active, #cboxNext:active, #cboxPrevious:active, #cboxSlideshow:active {
        outline: 0
    }

#cboxSlideshow {
    right: 42px
}

#cboxPrevious {
    left: 0
}

#cboxNext {
    left: 63px
}

#cboxClose {
    right: 0;
    display: block
}

.slick-list, .slick-slider, .slick-track {
    position: relative;
    display: block
}

.slick-slider {
    -moz-box-sizing: border-box;
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.lity *, .noUi-pips, .noUi-pips *, .pika-button {
    box-sizing: border-box
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

    .slick-list:focus {
        outline: 0
    }

    .slick-list.dragging {
        cursor: pointer;
    }

.slick-slider .slick-list, .slick-slider .slick-track {
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    left: 0;
    top: 0
}

    .slick-track:after, .slick-track:before {
        content: "";
        display: table
    }

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-dots, .slick-next, .slick-prev {
    position: absolute;
    display: block;
    padding: 0
}

.slick-loading .slick-list {
    background: url(../images/ajax-loader.gif) center center no-repeat #fff
}

@font-face {
    font-family: slick;
    /*src: url(../fonts/slick/slick.eot);
    src: url(../fonts/slick/slick.eot?#iefix) format("embedded-opentype"), url(../fonts/slick/slick.woff) format("woff"), url(../fonts/slick/slick.ttf) format("truetype"), url(../fonts/slick/slick.svg#slick) format("svg");*/
    font-weight: 400;
    font-style: normal
}

.slick-next, .slick-prev {
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: 0 0;
    color: transparent;
    top: 50%;
    margin-top: -10px;
    border: none;
    outline: 0
}

    .slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
        outline: 0;
        background: 0 0;
        color: transparent
    }

        .slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
            opacity: 1
        }

    .slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
        opacity: .5
    }

    .slick-next:before, .slick-prev:before {
        font-size: 20px;
        line-height: 1;
        color: #fff;
        opacity: .75
    }

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: "?"
}

.slick-next:before, [dir=rtl] .slick-prev:before {
    content: "?"
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    left: -25px;
    right: auto
}

    [dir=rtl] .slick-next:before {
        content: "?"
    }

.slick-dots {
    bottom: 0;
    list-style: none;
    width: 100%;
    margin: 20px 0
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        height: 20px;
        width: 20px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer
    }

        .slick-dots li button {
            border: 0;
            background: 0 0;
            display: block;
            height: 8px;
            width: 30px;
            outline: 0;
            line-height: 0;
            font-size: 0;
            color: transparent;
            padding: 5px;
            cursor: pointer
        }

            .slick-dots li button:focus, .slick-dots li button:hover {
                outline: 0
            }

                .slick-dots li button:focus:before, .slick-dots li button:hover:before {
                    opacity: 1
                }

            .slick-dots li button:before {
                position: absolute;
                top: 0;
                left: 0;
                content: "\2022";
                width: 20px;
                height: 20px;
                font-size: 13px;
                line-height: 20px;
                text-align: center;
                color: #777;
                opacity: .5
            }

        .slick-dots li.slick-active button:before {
            color: #009bc9;
            opacity: 1
        }

.noUi-target, .noUi-target * {
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    box-sizing: border-box
}

.noUi-target {
    position: relative;
    direction: ltr;
    margin: 30px 12px 0;
    background: rgba(124, 124, 124, .5)
}

.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1
}

.noUi-connect {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0
}

.noUi-origin {
    position: absolute;
    height: 0;
    width: 0
}

.noUi-handle {
    position: relative;
    z-index: 1
}

.noUi-marker, .noUi-pips, .noUi-tooltip, .noUi-value {
    position: absolute
}

.noUi-handle:before {
    content: attr(aria-valuetext);
    position: absolute;
    top: -1.7em;
    color: #fff
}

.noUi-state-tap .noUi-connect, .noUi-state-tap .noUi-origin {
    transition: top .3s, right .3s, bottom .3s, left .3s
}

.noUi-state-drag * {
    cursor: inherit !important
}

.noUi-base, .noUi-handle {
    transform: translate3d(0, 0, 0)
}

.noUi-horizontal {
    height: 2px
}

    .noUi-horizontal .noUi-handle {
        width: 20px;
        height: 20px;
        left: -10px;
        top: -9px;
        border-radius: 50%
    }

.noUi-vertical {
    width: 18px
}

    .noUi-vertical .noUi-handle {
        width: 28px;
        height: 34px;
        left: -6px;
        top: -17px
    }

.noUi-connect {
    background: #fff;
    transition: background 450ms;
}

.lity, .lity-loader {
    transition: opacity .3s ease
}

.noUi-draggable {
    cursor: ew-resize
}

.noUi-vertical .noUi-draggable {
    cursor: ns-resize
}

.noUi-handle {
    background: #ffd200;
    cursor: default
}

.noUi-active {
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb
}

[disabled] .noUi-connect {
    background: #b8b8b8
}

[disabled] .noUi-handle, [disabled].noUi-handle, [disabled].noUi-target {
    cursor: not-allowed
}

.noUi-pips {
    color: #999
}

.noUi-value-sub {
    color: #ccc;
    font-size: 10px
}

.noUi-marker {
    background: #ccc
}

.noUi-marker-large, .noUi-marker-sub {
    background: #aaa
}

.noUi-tooltip, .pika-single {
    display: block;
    background: #fff
}

.noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%
}

.noUi-value-horizontal {
    transform: translate3d(-50%, 50%, 0)
}

.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px
}

.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 15px
}

.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%
}

.noUi-value-vertical {
    transform: translate3d(0, 50%, 0);
    padding-left: 25px
}

.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px
}

.noUi-marker-vertical.noUi-marker-sub {
    width: 10px
}

.noUi-marker-vertical.noUi-marker-large {
    width: 15px
}

.noUi-tooltip {
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    color: #000;
    padding: 5px
}

.noUi-horizontal .noUi-tooltip {
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 120%
}

.noUi-vertical .noUi-tooltip {
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    right: 120%
}

/*
.pika-single {
    z-index: 9999;
    position: relative;
    color: #333;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

    .pika-single.is-hidden {
        display: none
    }

    .pika-single.is-bound {
        position: absolute;
        box-shadow: 0 5px 15px -5px rgba(0, 0, 0, .5)
    }

    .pika-single:after, .pika-single:before {
        content: " ";
        display: table
    }

.pika-lendar {
    float: left;
    width: 240px;
    margin: 8px
}

.pika-title {
    position: relative
}

    .pika-title select {
        cursor: pointer;
        position: absolute;
        z-index: 9998;
        margin: 0;
        left: 0;
        top: 5px;
        opacity: 0
    }

.pika-label, .pika-next, .pika-prev {
    position: relative;
    overflow: hidden
}

.pika-label {
    display: inline-block;
    z-index: 9999;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #333;
    background-color: #fff
}

.pika-next, .pika-prev {
    display: block;
    cursor: pointer;
    outline: 0;
    border: 0;
    padding: 0;
    width: 20px;
    height: 30px;
    text-indent: 20px;
    white-space: nowrap;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 75% 75%;
    opacity: .5
}

.lity, .lity-wrap {
    position: fixed;
    top: 0;
    right: 0
}

.pika-next:hover, .pika-prev:hover {
    opacity: 1
}

.pika-next.is-disabled, .pika-prev.is-disabled {
    cursor: default;
    opacity: .2
}

.is-rtl .pika-next, .pika-prev {
    float: left;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==)
}

.is-rtl .pika-prev, .pika-next {
    float: right;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=)
}

.pika-select {
    display: inline-block
}

.pika-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0
}

    .pika-table td, .pika-table th {
        width: 14.285714285714286%;
        padding: 0
    }

    .pika-table th {
        color: #999;
        font-size: 12px;
        line-height: 25px;
        font-weight: 700
    }

    .pika-table abbr {
        border-bottom: none;
        cursor: help
    }

.pika-button {
    cursor: pointer;
    display: block;
    outline: 0;
    border: 0;
    margin: 0;
    width: 100%;
    padding: 5px;
    color: #666;
    font-size: 12px;
    line-height: 15px;
    text-align: right;
    background: #f5f5f5
}

    .is-disabled .pika-button, .pika-button .is-selection-disabled {
        pointer-events: none;
        cursor: default
    }

.lity-container, .lity-wrap:before {
    vertical-align: middle;
    display: inline-block
}

.lity, .lity-container, .lity-wrap {
    outline: 0 !important
}

.is-today .pika-button {
    color: #3af;
    font-weight: 700
}

.is-selected .pika-button {
    color: #fff;
    font-weight: 700;
    background: #3af;
    box-shadow: inset 0 1px 3px #178fe5;
    border-radius: 3px
}

.is-disabled .pika-button, .is-outside-current-month .pika-button {
    color: #999;
    opacity: .3
}

.pika-button:hover {
    color: #fff;
    background: #ff8000;
    box-shadow: none;
    border-radius: 3px
}

.pika-week {
    font-size: 11px;
    color: #999
}

.is-inrange .pika-button {
    background: #d5e9f7
}

.is-startrange .pika-button {
    color: #fff;
    background: #6cb31d;
    box-shadow: none;
    border-radius: 3px
}

.is-endrange .pika-button {
    color: #fff;
    background: #3af;
    box-shadow: none;
    border-radius: 3px
}

.lity {
    z-index: 9990;
    bottom: 0;
    left: 0;
    background: #0b0b0b;
    background: rgba(0, 0, 0, .9);
    opacity: 0
}

    .lity.lity-opened {
        opacity: 1
    }

    .lity.lity-closed {
        opacity: 0
    }

.lity-wrap {
    z-index: 9990;
    bottom: 0;
    left: 0;
    text-align: center
}

    .lity-wrap:before {
        height: 100%;
        margin-right: -.25em
    }

.lity-loader {
    z-index: 9991;
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -.8em;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    opacity: 0
}

.lity-loading .lity-loader {
    opacity: 1
}

.lity-container {
    z-index: 9992;
    position: relative;
    text-align: left;
    white-space: normal;
    max-width: 100%;
    max-height: 100%
}

.lity-content {
    z-index: 9993;
    width: 100%;
    -ms-transform: scale(1);
    transform: scale(1);
    transition: transform .3s ease
}

.lity-closed .lity-content, .lity-loading .lity-content {
    -ms-transform: scale(.8);
    transform: scale(.8)
}

.lity-content:after {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6)
}

.lity-close, .lity-close:active, .lity-close:focus, .lity-close:hover, .lity-close:visited {
    text-decoration: none;
    padding: 0;
    color: #fff;
    font-style: normal;
    font-size: 35px;
    font-family: Arial, Baskerville, monospace;
    line-height: 35px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    background: 0 0;
    outline: 0;
    box-shadow: none;
    border: 0;
    text-align: center
}

.lity-close {
    z-index: 9994;
    width: 35px;
    height: 35px;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-appearance: none;
    cursor: pointer
}

    .lity-close::-moz-focus-inner {
        border: 0;
        padding: 0
    }

    .lity-close:active {
        top: 1px
    }

.lity-image img {
    max-width: 100%;
    display: block;
    line-height: 0;
    border: 0
}

.lity-facebookvideo .lity-container, .lity-googlemaps .lity-container, .lity-iframe .lity-container, .lity-vimeo .lity-container, .lity-youtube .lity-container {
    width: 100%;
    max-width: 964px
}

.lity-iframe-container {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    overflow: auto;
    pointer-events: auto;
    transform: translateZ(0);
    -webkit-overflow-scrolling: touch
}

    .lity-iframe-container iframe {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        box-shadow: 0 0 8px rgba(0, 0, 0, .6);
        background: #000
    }

.lity-hide {
    display: none
}*/

.color-block {
    display: inline-block;
    margin: 5px;
    text-align: center;
    width: 120px;
    height: 120px;
    border-radius: 240px
}

    .color-block.color-primary {
        background: #009bc9
    }

    .color-block.color-secondary {
        background: #00945e
    }

    .color-block.color-accent {
        background: #ffd200
    }

.section-landing-page {
    overflow: hidden
}

    .section-landing-page .drop-shadow {
        box-shadow: 5px 5px 20px 0 rgba(125, 125, 125, .5)
    }

    .section-landing-page .thumbnail-xs-m {
        max-width: 100px;
        margin: 0 !important
    }

@media (min-width:60em) {
    .section-landing-page .thumbnail-xs-m {
        max-width: 100%;
        margin: 0 auto
    }
}

.section-landing-page.expand {
    margin-left: -2000px;
    padding: 0 2000px;
    width: 100%;
    position: relative;
    box-sizing: content-box
}

.site-main .site-login {
    margin-top: -20px
}

.site-login {
    padding: 20px 0
}

@media (min-width:60em) {
    .site-login {
        padding: 60px 0
    }
}

.site-login .flex-group {
    display: block
}

    .site-login .flex-group .flex-block {
        background: #fff;
        border: 1px solid #ddd;
        display: block;
        padding: 5%;
        max-width: 500px;
        margin: 0 auto 20px
    }

        .site-login .flex-group .flex-block h2 {
            font-size: 20px;
            font-size: 1.25rem;
            margin-top: 0;
            margin-bottom: .5em
        }

        .site-login .flex-group .flex-block p {
            margin-bottom: 1em
        }

@media (min-width:60em) {
    .site-login .flex-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

        .site-login .flex-group .flex-block {
            width: 31.5%;
            margin: 0;
            padding: 40px 3%
        }

            .site-login .flex-group .flex-block h2 {
                font-size: 34px;
                font-size: 2.125rem
            }
}

.site-login .form-login .form-group {
    position: relative
}

    .site-login .form-login .form-group .icomoon {
        height: 20px;
        width: 20px;
        fill: #777;
        position: absolute;
        top: 50%;
        left: 20px;
        margin-top: -10px
    }

    .site-login .form-login .form-group .form-control {
        padding-left: 60px
    }

.site-login .form-login hr {
    border-color: #ccc;
    margin-bottom: 30px;
    display: none
}

.site-login .form-login .more {
    color: #009bc9;
    text-transform: capitalize;
    padding-right: 0
}

.il-dropdown-link, .il-side-title {
    text-transform: uppercase;
    font-weight: 700
}

.site-login .form-login .forgot-password {
    display: block;
    margin: 10px 0
}

@media (min-width:60em) {
    .site-login .form-login .remember-me {
        float: left
    }

    .site-login .form-login .forgot-password {
        float: right
    }

    .site-login .form-login hr {
        display: block
    }
}

.info-listing-section {
    padding: 25px 10px
}

    .info-listing-section .h1 {
        margin-top: 0;
        margin-bottom: 20px
    }

    .info-listing-section h3 {
        font-size: 30px;
        font-size: 1.875rem;
        margin-bottom: 35px
    }

    .info-listing-section h4 {
        font-weight: 700;
        font-size: 24px;
        font-size: 1.5rem
    }

    .info-listing-section ul {
        margin-bottom: 30px
    }

.il-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (min-width:48.063em) {
    .info-listing-section {
        padding: 50px 10px
    }

        .info-listing-section ol, .info-listing-section p, .info-listing-section ul {
            font-size: 20px;
            font-size: 1.25rem
        }

    .il-container {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

@media (min-width:48.063em) {
}

.il-content-wrapper {
    width: calc(100% - 50px);
    padding-left: 20px
}

.il-dropdown-link {
    display: inline-block;
    margin: 0 0 10px
}

    .il-dropdown-link::before {
        content: "Show "
    }

    .il-dropdown-link.active::before {
        content: "Hide "
    }

    .il-dropdown-link::after {
        content: " +"
    }

    .il-dropdown-link.active::after {
        content: " -"
    }

@media (min-width:48.063em) {
    .il-content-wrapper {
        width: calc(75% - 8.33333%);
        padding-right: 20px
    }

    .il-dropdown-link {
        font-size: 20px;
        font-size: 1.25rem;
        letter-spacing: 1px
    }
}

.il-side-wrapper {
    width: 100%;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.il-side {
    padding-left: 70px;
    margin-bottom: 20px;
    font-size: 14px;
    font-size: .875rem
}

    .il-side:empty {
        display: none
    }

@media (min-width:48.063em) {
    .il-side-wrapper {
        width: calc(25% - 8.33333%)
    }

    .il-side {
        font-size: 16px;
        font-size: 1rem;
        padding-left: 0
    }

        .il-side .il-side-content {
            font-size: 20px;
            font-size: 1.25rem
        }
}

.il-side-title {
    color: #000;
    letter-spacing: 1px
}

@media (max-width:48em) {
    .il-btn-wrapper .btn {
        display: block
    }
}

#alphabetNavs .pagination > li > a {
    padding: 5px 4px
}

#navResultsPages {
    padding-top: 2em
}

    #navResultsPages .pagination {
        padding-right: 2em
    }

#resultsAccordion .label {
    float: right
}

    #resultsAccordion .label.first {
        margin-right: 10%
    }

.panel-heading .accordion-toggle:before {
    color: grey;
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right
}

.panel-heading .accordion-toggle.collapsed:before {
    content: "\e080"
}

.panel-heading .accordion-toggle:after {
    content: "More";
    font-size: .9rem;
    padding-right: .25rem;
    float: right
}

.panel-heading .accordion-toggle > span {
    display: inline-block;
    max-width: 42%
}

@media (min-width:1152px) {
    .panel-heading .accordion-toggle > span {
        max-width: 51%
    }
}

@media (min-width:1280px) {
    .panel-heading .accordion-toggle > span {
        max-width: 56%
    }
}


/* Preferences Page */

.react-modal {
    width: 100%;
    min-width: 60%
}

    .react-modal input[type=checkbox] {
        width: 20px;
        height: 20px;
        margin-left: -30px
    }

@keyframes load4 {
    0%, 100% {
        box-shadow: 0 -3em 0 .2em, 2em -2em 0 0, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0
    }

    12.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 .2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em
    }

    25% {
        box-shadow: 0 -3em 0 -.5em, 2em -2em 0 0, 3em 0 0 .2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em
    }

    37.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 0, 2em 2em 0 .2em, 0 3em 0 0, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em
    }

    50% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0, 0 3em 0 .2em, -2em 2em 0 0, -3em 0 0 -1em, -2em -2em 0 -1em
    }

    62.5% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 .2em, -3em 0 0 0, -2em -2em 0 -1em
    }

    75% {
        box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0 0 .2em, -2em -2em 0 0
    }

    87.5% {
        box-shadow: 0 -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0 0 0, -2em -2em 0 .2em
    }
}

.site-header-paddingCustom {
    padding: 0
}

.allmarginleft {
    margin-left: -5px
}

.btn-All {
    width: 100px;
    float: right;
    margin-left: 30px
}

.btn-Alldefault {
    background-color: #daf0fb;
    border-color: #daf0fb;
    color: #000;
    text-align: left
}

.menu-li, .site-div2, .site-div3 {
    text-align: center
}

@media print {
    body * {
        visibility: visible
    }

    #article * {
        visibility: visible
    }

    #article, article * {
        position: inherit;
        left: 0;
        top: 0
    }

    #articlecontiner, #site-footer, articlecontiner *, site-footer * {
        display: none
    }
}

.news-height {
    max-height: 200px !important
}

.join-li, .menu-li, .subscribe-li {
    font-weight: 600
}

.newdate {
    margin-top: 5px;
    margin-bottom: 5px
}

.menu-li {
    display: inline-block;
    font-size: 13px;
    position: relative;
    padding-left: 5px;
    padding-bottom: 2px;
}
.menu-li:not(:last-child) {
    padding-right: 5px;
}

    @media(min-width:420px) {
        .menu-li {
            font-size: 17px;
        }
    }

    .menu-li:hover:not(.join-li, .homepage) {
    border-bottom: 2px solid #0E8ACB;
    padding-bottom: 0;
}

.menu-li a, .menu-li a:focus, .menu-li a:hover, .menu-li a:visited {
    color: #000 !important;
    text-decoration: none !important;
    display: inline-block;
    position: relative;
    cursor: pointer
}

.sign-in-li a, .sign-in-li a:focus, .sign-in-li a:hover, .sign-in-li a:visited {
}

.menu-ul {
    justify-content: flex-end;
    /*padding: 15px 0 4px;
    margin: 0 -9px 0 0;*/
}

.header-top div .log-img-1 {
    padding-top: 15px;
    margin-bottom: 6px;
}

.add-img {
    margin: 0 auto;
    display: block;
    padding: 13px 0
}

.site-main2 {
    overflow-x: hidden;
    padding: 0 20px
}

.site-top-img {
    width: 270px;
    max-width: 100%;
    margin: 5px auto;
    display: block;
}

.container2 {
    background-color: #009bc9;
    padding: 14px 0;
    margin: 0 20px
}

.site-top-li {
    display: inline-block;
    color: #fff;
    padding: 34px 30px;
    font-size: 18px;
    position: relative;
    cursor: pointer
}

.site-top-ul {
    padding-left: 0;
    margin-bottom: 0;
    display: inline-block
}

.subscribe-li {
    background-color: #ffd200;
    padding: 9px 10px;
    font-size: 16px;
    color: #000;
    border: none;
    margin-top: 5px;
    max-width: 100%;
    width: 150px
}

.site-top-li:after {
    content: "";
    position: absolute;
    top: 40px;
    right: 5px;
    background: url(../icons/down-arrow.svg) center no-repeat;
    background-size: 16px;
    width: 16px;
    height: 19px;
    color: #fff
}

.site-div2 {
    position: relative
}

    .menu-li-img a:before, .site-div2:before, .topic-li-img a:after {
        content: "";
        position: absolute
    }

    .site-div2:before {
        left: 0;
        top: 20%;
        bottom: 20%;
        width: 1px;
        background: #fff
    }

.site-div3 button {
    margin-top: 18px;
    cursor: pointer;
    border: 0
}

.block-two {
    background-color: #0E8ACB;
    padding: 0 22px;
    margin-bottom: 2px
}

.sign-in-li a, .sign-in-li a:focus, .sign-in-li a:hover, .sign-in-li a:visited {
    color: #0E8ACB !important
}

.topic-li-img a, .topic-li-img a:focus, .topic-li-img a:hover, .topic-li-img a:visited {
    padding: 0 25px 0 0
}

    .topic-li-img a:after {
        top: 6px;
        right: 0;
        background: url(../icons/down-arrow-blue-new.svg);
        background-size: 16px 16px;
        width: 16px;
        height: 16px;
        color: #fff
    }

.calender-li-img a:before, .market-li-img a:before, .search-li-img a:before, .sign-in-li a:before {
    top: 5px;
    width: 17px;
    height: 17px;
    position: absolute;
    content: "";
    left: 0
}

.cancel-class, .new-ul {
    background-color: #009bc9
}

    .cancel-class img {
        width: 41px;
        float: right;
        padding: 16px 8px;
        margin-right: 34px;
        margin-top: 33px
    }

.menu-icons {
    font-size: 14px;
    padding-right: 10px
}

.new-ul {
    position: absolute;
    top: 94px;
    left: 0;
    width: 310px;
    padding: 22px 40px;
    text-align: left;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: .25s ease-out 0s
}

    .new-ul li {
        list-style: none;
        color: #fff;
        padding: 8px 2px;
        font-size: 16px;
        cursor: pointer
    }

        .new-ul li a, .new-ul li a:focus, .new-ul li a:hover, .new-ul li a:visited {
            color: #fff !important;
            text-decoration: none
        }

.site-top-li:hover .new-ul {
    z-index: 99;
    opacity: 1;
    visibility: visible;
    transition: .25s ease-out 0s
}

.new-ul li span {
    position: relative;
    top: -2px;
    padding-right: 10px
}

    .new-ul li span img {
        width: 20px;
        height: 16px
    }

.site-top-li:hover:after {
    content: "";
    position: absolute;
    top: 40px;
    right: 5px;
    background: url(../icons/arrow-up.svg) center no-repeat;
    background-size: 16px;
    width: 16px;
    height: 16px;
    color: #fff
}

.position-relative {
    position: relative
}

.menu-popup {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    background-color: #0E8ACB;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: left;
    justify-content: left
}

    .menu-popup.active {
        display: flex;
    }

.menu-close-button {
    width: 25px;
    display: block;
    cursor: pointer;
    float: right;
    margin-bottom: 20px;
    margin-right: 20px;
    margin-top: 10px;
    background-color: transparent;
    border: none;
    padding: 0;
}

.menu-h4, .menu-h4:focus, .menu-h4:hover, .menu-h4:visited {
    position: relative;
    padding-right: 30px;
    display: inline-block;
    background: url(../images/right-arrow-white.svg) right center no-repeat;
    background-size: 16px;
    color: #fff !important;
    text-decoration: none;
    margin-top: 10px
}

.pop-up-menu {
    color: #ffff;
    padding: 0
}

    .pop-up-menu li {
        list-style: none;
        font-size: 20px;
        padding: 0 0 15px;
        text-align: left
    }

.first-li {
    color: #fff !important;
    font-weight: 700;
    font-size: 31px !important
}

.row-second-ul li.active-menu-item a {
    color: #fff !important;
    font-weight: 700;
    font-size: 20px !important;
    text-decoration: none
}

.row-second-ul li a:focus, .row-second-ul li a:hover, .row-second-ul li a:visited {
    text-decoration: none;
    color: #fff !important
}

.menu-pop-up-h3 {
    font-size: 24px;
    padding: 13px 0;
    font-weight: 600;
    color: #fff
}

.menu-p {
    text-align: justify;
    font-size: 16px
}

.first-row-ul li {
    font-size: 23px
}

@media screen and (max-width:1450px) {
    .header-top div .log-img-1 {
        margin-left: 0
    }

    .menu-ul {
        margin: 0
    }
}

@media screen and (max-width:1250px) and (min-width:992px) {
    .site-top-li {
        padding: 34px 30px 34px 10px;
        font-size: 15px
    }

    .subscribe-li {
        font-size: 13px
    }
}

@media screen and (max-width:1324px) and (min-width:768px) {
    .header-top {
        text-align: center
    }

    .menu-ul {
        float: none
    }

    .menu-li {
        padding: 0 6px
    }

    .header-top div .log-img-1 {
        margin-top: 15px;
        margin-bottom: 6px;
    }
}

@media screen and (max-width:992px) and (min-width:960px) {
    .site-top-li {
        padding: 28px 20px;
        font-size: 15px
    }

        .site-top-li:after, .site-top-li:hover:after {
            top: 30px;
            right: 0;
            background-size: 12px
        }

    .site-div3 button {
        margin: 10px auto !important
    }

    .new-ul {
        top: 78px
    }
}

@media screen and (max-width:992px) and (min-width:767px) {
    .menu-li {
        font-size: 13px
    }

    .menu-li-img a:before {
        background-size: 14px auto
    }

    .topic-li-img a:after {
        background-size: 13px auto;
        background-repeat: no-repeat
    }

    .search-li-img a:before {
        top: 3px;
        background-size: 14px auto
    }

    .calender-li-img a:before, .market-li-img a:before, .sign-in-li a:before {
        top: 3px;
        background-size: 13px auto
    }

    .site-div2:before {
        display: none
    }

    .site-div3 button {
        margin: 0 auto 15px
    }

    .header-top div .log-img-1 {
        margin-top: 15px
    }
}

@media screen and (max-width:767px) {
    .block-two, .menu-ul, .site-div2 {
        width: 100%
    }

        .add-img, .menu-li.community-li-img, .menu-li.lms-li-img, .menu-li.join-li, .menu-li.calender-li-img, .menu-li.library-li-img, .menu-li.merch-li-img, .menu-li.topic-li-img, .resp-tabs-container .resp-tab-content:first-child, .site-div2, .site-div2:before {
            display: none
        }

    .first-row-ul li, .row-second-ul li.active-menu-item a {
        font-size: 18px !important
    }

    #header_new {
        margin-bottom: 15px
    }

    .header-top {
        text-align: center
    }

    .new-ul, .site-top-li {
        text-align: left;
        width: 100%
    }

    .header-top div .log-img-1 {
        margin: 15px auto
    }

    .menu-ul {
        float: none;
        border-bottom: 1px solid grey;
        border-top: 1px solid grey;
        padding: 0;
        overflow: hidden
    }

    .site-div3 {
        border-top: 1px solid #fff;
        margin-bottom: 15px
    }

    .site-top-ul {
        display: block
    }

    .site-top-li {
        padding: 15px 0
    }

        .site-top-li:after, .site-top-li:hover:after {
            top: 20px
        }

    .site-top-img {
        margin: 15px auto 15px 0
    }

    .new-ul {
        position: relative;
        top: 0;
        left: 0;
        padding: 0 0 0 20px;
        background-color: #009bc9;
        z-index: 1;
        opacity: 1;
        visibility: visible;
        height: 0;
        overflow: hidden;
        transition: .25s ease-out 0s
    }

    .site-top-li:hover .new-ul {
        height: auto;
        padding: 20px 0 20px 20px
    }

    .block-two {
        margin: 0
    }

    .menu-button-arrow {
        position: absolute;
        top: 15px;
        right: 1px;
        background: url(../icons/down-arrow.svg) center no-repeat;
        background-size: 16px;
        width: 30px;
        height: 30px;
        z-index: 99
    }

        .menu-button-arrow.active-menu-button {
            background: url(../icons/arrow-up.svg) center no-repeat;
            background-size: 16px
        }

    .menu-li {
        padding: 35px 0 15px;
        border-right: 1px solid grey;
        width: 25%;
        margin: 0;
        float: left;
        text-align: center
    }

        .first-row-ul, .menu-li a, .menu-li a:focus, .menu-li a:hover, .menu-li a:visited, .row-second {
            padding: 0
        }

    .calender-li-img a:before, .menu-li-img a:before, .search-li-img a:before, .sign-in-li a:before {
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        margin: -20px auto auto
    }

    .menu-popup a img {
        width: 30px
    }

    .row-second-ul {
        padding: 0;
        margin: 15px 0
    }

    .menu-popup {
        overflow-y: auto;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .pop-up-menu li {
        list-style: none;
        font-size: 18px;
        text-align: center
    }

    .menu-h4:after {
        top: 10px;
        right: 77px;
        color: #fff
    }

    .menu-h4 {
        margin-left: 22px;
        font-size: 15px;
        text-align: left
    }

    .menu-p {
        padding: 0 20px 20px;
        text-align: center !important
    }

    .menu-close-button {
        margin-top: 30px
    }

    .row-third {
        display: none
    }
}

.menuCol3 {
    float: right;
    top: 0;
    position: absolute;
    margin-left: 50%
}

.submenu {
    list-style: none;
    font-size: 20px;
    padding: 0 0 15px;
    color: #fff;
    text-align: left;
}

.resp-tab-content {
    display: none;
}

.menu-scroll {
    max-height: 580px;
    overflow-y: auto
}

.resp-tab-content > div:first-child {
    display: none
}

.resp-tab-content .submenu a {
    text-decoration: none
}

.resp-tab-content > div:nth-child(2) .nav-sub-menu:first-child .submenu:first-child a {
    color: #fff
}

@media print {
    blockquote, img, pre, tr {
        page-break-inside: avoid
    }

    * {
        background: 0 0 !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a, a:visited {
        text-decoration: underline
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    .ir a:after, a[href^="#"]:after, a[href^="javascript:"]:after {
        content: ""
    }

    blockquote, pre {
        border: 1px solid #999
    }

    thead {
        display: table-header-group
    }

    img {
        max-width: 100% !important
    }

    @page {
        margin: .5cm
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }

    .CookieConsent, .CMSBanner, .adbanner, .TagCloud, .subscribe-btn, #bnrMostReadArticle, .col-md-3 .callout-banner, .col-md-3 .cta-newsletter, .col-md-3 .item-list, .footer-nav, .mobile-jump-links, .navigation-region, .top-banner, .sitealert, .page-title, .site-header, .skip-link {
        display: none
    }

    .RFlogo {
        display: block !important
    }
}

.sitealert {
    font-weight: bold;
}

.filter-news-search {
    background-color: #999999;
    padding: 4px 0px;
}

    .filter-news-search .form-control {
        height: 36px;
        padding: 4px 14px;
    }

    .filter-news-search label {
        margin-bottom: 5px;
        font-size: 15px;
    }

    .filter-news-search .btn {
        margin-top: 0px;
    }

    .filter-news-search legend {
        font-size: 20px;
    }

.well {
    min-height: 20px;
    padding: 10px;
    margin-bottom: 5px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 6px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    display: flow-root;
}

.homepage .btn-more:after {
    font-family: 'Lato';
    content: '\00BB';
    font-size: x-large;
}


#dbanner, #mbanner {
    background-color: #481277;
}

#reveal, #mreveal {
    background-color: #481277;
}

.sticky {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
}

#dbanner .chevron {
    position: absolute;
    right: 15px;
    cursor: pointer;
    color: white;
}

.banner-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .banner-content .title {
        color: white;
    }

.reveal-content {
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
    justify-content: space-between;
}

.max-width {
    max-width: 1000px !important;
    margin: 0 auto;
    padding: 15px;
}

.category .row {
    border-width: 1px 0;
    margin: 0;
}

.product-img, .event-img, .news-img {
    margin: 7px 0;
    min-height: 160px;
}

    .product-img img, .event-img img, .news-img img {
        max-height: 160px;
    }

.category .category-type {
    min-height: 20px;
    margin-bottom: 5px;
}

.bgevents {
    background: #BADDFB;
}

.rightrail .teaserimg {
    padding-right: 1px;
}

.rightrail .teaserimg, .rightrail .itemlink {
    margin-bottom: 15px;
}

.discover img {
    max-height: 150px;
}

.discover .teaserimg {
    border: 1px #A7A8A9 solid;
}

.discover .itemlink {
    font-size: x-large;
    font-weight: 700;
}

.discover .sectors .btn {
    margin-bottom: 10px;
    padding: 15px 30px;
}

.rightrail .teaserimg {
    max-width: 300px;
}

@media screen and (max-width: 576px) {
    .discover .teaserimg {
        border: none;
    }
}

@media screen and (max-width: 1024px) {
    .discover img {
        margin: 10px auto;
    }
}

.sectors .btn, .professional .btn, .regional .btn {
    text-transform: unset;
    margin-right: 15px;
    margin-bottom: 10px;
    padding: 7px 15px;
    font-size: 14px;
}

.rightrail .sectors .btn {
    margin-bottom: 4px;
    margin-right: 6px;
    padding: 3px 4px;
}

.tagtitle {
    font-size: 20px;
    font-weight: bold;
}

.btn-plain {
    border-radius: 9px;
    border-color: #A7A8A9;
}

.waterfall {
    max-width: 1440px;
}

.img-gradient {
    position: relative;
    display: inline-block;
}

    .img-gradient img {
        display: block;
        width: 100%;
    }

.placeholder {
    width: 100%;
    height: auto;
    position: relative;
    margin: auto;
}

.hero-slider .slick-list:after {
    content: '';
    position: absolute;
    left: 0;
    top: 55%;
    width: 100%;
    height: 45%;
    display: inline-block;
    background: linear-gradient(180deg, rgba(14,18,29,0) 0%, rgba(255,255,255,1) 75%);
}

.box {
    width: 100%;
    position: absolute;
    left: 0;
}

.stack-top {
    z-index: 9;
}

.waterfall .gallery-cell {
    width: 100%;
    max-height: 450px;
    overflow: hidden;
}

.searchheader {
    text-shadow: 1px 1px 8px white;
}

input#search {
    background-image: url('/RAPS/media/Homepage/search-icon-hi.png');
    background-size: 15px;
    background-position: 10px;
    background-repeat: no-repeat;
    text-indent: 15px;
    height: 53px;
    width: 77%;
    border: 1px solid #ccc;
}

    input#search:focus {
        background-image: none;
        text-indent: 0px
    }

.searchheader {
    text-shadow: 1px 1px 8px white;
}

.search .btn, input#search {
    display: inline-block;
    margin-left: -15px;
    margin-top: -3px;
}

@media only screen and (max-width: 425px) {
    .searchheader {
        font-size: 7vw;
    }
}

.placeholder {
    width: 100%;
    height: auto;
    position: relative;
    margin: auto;
}

.box {
    width: 100%;
    position: absolute;
    left: 0;
}

.stack-top {
    z-index: 9;
}

.waterfall .gallery-cell {
    width: 100%;
    max-height: 450px;
    overflow: hidden;
}

.searchheader {
    text-shadow: 1px 1px 8px white;
}

input#search {
    background-image: url('../images/search-icon-hi.png');
    background-size: 15px;
    background-position: 10px;
    background-repeat: no-repeat;
    text-indent: 15px;
    height: 53px;
    width: 77%;
    border: 1px solid #ccc;
}

    input#search:focus {
        background-image: none;
        text-indent: 0px
    }

.searchheader {
    text-shadow: 1px 1px 8px white;
}

.search .btn, input#search {
    display: inline-block;
    margin-left: -15px;
    margin-top: -3px;
}

@media only screen and (max-width: 425px) {
    .searchheader {
        font-size: 7vw;
    }
}

#siteLogin p {
    padding: 10px 0;
}

.navbar-nav {
    justify-content: space-evenly;
}

.menu-item h3 {
    cursor: pointer;
}

.dropdown-content {
    display: none;
    width: 100%;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 200;
    /*top: 100%; position: absolute;left: 0em;*/
    margin-top: 0;
    max-width: 1416px;
    left: 50%;
    transform: translateX(-50%);
}

    .dropdown-content a.nav-link,
    .dropdown-content span {
        color: white !important;
        padding: 14px 0;
        text-decoration: none;
        display: block;
        font-family: 'Bitter';
        font-size: 17px;
        text-decoration: none;
    }

        .dropdown-content a:hover {
            text-decoration: underline;
        }

.mega-menu-callout {
    width: 40%
}

/*.menu-item:hover .dropdown-content {
    display: block;
}

.menu-item:not(:hover) .dropdown-content {
    display: none;
}*/

@media(min-width: 1024px) {
    /*.topic:hover .dropdown-content {
        display: block;
    }*/

    .topic.one:hover, .topic.one .dropdown-content a:hover {
        background-color: #39cb8b !important;
    }

    .topic.two:hover, .topic.two .dropdown-content a:hover {
        background-color: #7d35a1 !important;
    }

    .topic.three:hover, .topic.three .dropdown-content a:hover {
        background-color: #ffab3d !important;
    }

    .topic.four:hover, .topic.four .dropdown-content a:hover {
        background-color: #3e84cd !important;
    }
}

@media(max-width: 1023px) {
    .topic.active .dropdown-content {
        display: block;
    }
}

.nav > .nav-item > .nav-link {
    padding: 10px 15px;
    display: inline-block;
    text-decoration: none;
}

.nav-tabs > .nav-item > .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
    cursor: default;
}

.nav-tabs > .nav-item > .nav-link:focus {
    outline: none;
}

@media only screen and (max-width: 804px) {
    .navbarContent {
        display: none !important;
    }
}

.navbar-nav .menu-title .title {
    margin: 9px 0;
}

.menu-item.news {
    background-color: rgb(148, 38, 79);
    color: white;
}

    .menu-item.news:hover {
        background-color: rgb(198, 88, 129);
    }

    .menu-item.news .menu-title .title {
        color: inherit;
    }

    .news .dropdown-content {
        background-color: rgb(148, 38, 79);
    }

        .news .dropdown-content a.nav-link,
        .news .dropdown-content span {
            border: 1px solid rgb(198, 88, 129);
        }

            .news .dropdown-content a.nav-link:hover {
                background-color: rgb(168, 58, 99);
            }

.menu-item.membership {
    background-color: rgb(42, 112, 185);
    color: white;
}

    .menu-item.membership:hover {
        background-color: #3e84cd;
    }

    .menu-item.membership .menu-title .title {
        color: inherit;
    }

    .menu-item.membership .dropdown-content {
        background-color: #2a70b9;
    }

        .menu-item.membership .dropdown-content a.nav-link,
        .menu-item.membership .dropdown-content span {
            border: 1px solid rgb(92, 162, 235);
        }

            .menu-item.membership .dropdown-content a.nav-link:hover {
                background-color: #3e84cd;
            }

.menu-item.education {
    background-color: rgb(75, 163, 58);
    color: white;
}

    .menu-item.education:hover {
        background-color: rgb(95, 183, 78);
    }

    .menu-item.education .menu-title .title {
        color: inherit;
    }

    .menu-item.education .dropdown-content {
        background-color: rgb(75, 163, 58);
    }
    .menu-item.education .dropdown-content {
        background-color: rgb(75, 163, 58);
    }
        .menu-item.education .dropdown-content a.nav-link,
        .menu-item.education .dropdown-content span {
            border: 1px solid rgb(125, 213, 108);
        }

            .menu-item.education .dropdown-content a.nav-link:hover {
                background-color: rgb(95, 183, 78);
            }

.credentials {
    background-color: rgb(25, 32, 74);
    color: white;
}

    .credentials:hover {
        background-color: rgb(75, 82, 124);
    }

    .credentials .menu-title .title {
        color: inherit;
    }

    .credentials .dropdown-content {
        background-color: rgb(25, 32, 74);
    }

        .credentials .dropdown-content a.nav-link,
        .credentials .dropdown-content span {
            border: 1px solid rgb(75, 82, 124);
        }

            .credentials .dropdown-content a.nav-link:hover {
                background-color: rgb(75, 82, 124);
            }

.resources {
    background-color: rgb(221, 146, 25);
    color: white;
}

    .resources:hover {
        background-color: rgb(241, 166, 45);
    }

    .resources .menu-title .title {
        color: inherit;
    }
    .resources .dropdown-content {
        background-color: rgb(221, 146, 25);
    }
        .resources .dropdown-content a.nav-link,
        .resources .dropdown-content span {
            border: 1px solid rgb(255, 196, 75);
        }

            .resources .dropdown-content a.nav-link:hover {
                background-color: rgb(241, 166, 45);
            }

.resp-vtabs li.resp-tab-active {
    border-right: none;
    position: relative;
    z-index: 1;
    color: #fff;
}

h2.resp-accordion {
    display: block;
}

@media(min-width: 1150px) {
    h2.resp-accordion {
        display: none;
    }
}

.slider-arrow {
    position: absolute;
}

    .slider-arrow.previous {
        left: 5px;
    }

    .slider-arrow.next {
        right: 5px;
    }

.text-white, .text-white h4, .text-white h6, .text-white h2 {
    color: #ffffff;
}

.sec-pad {
    padding-top: 30px;
    padding-bottom: 30px;
}

.sec-pad-bottom {
    padding-bottom: 30px;
}

.react-multi-carousel-track {
    max-height: 450px;
}

.react-multiple-carousel__arrow {
    z-index: 0 !important;
}

.homepage .landing-section-2 .carousel-inner {
    margin-top: 50px;
}

.btn-sm {
    padding: 9px 24px;
}

.landing-section-2 .carousel-inner {
    overflow: initial;
}

.re-thumb-regfocus {
    width: 90px;
}

.homesearch {
    position: relative;
    top: 0;
}

@media (min-width: 768px) {
    .homesearch {
        margin-top: -139px;
    }
}

@media (min-width: 1024px) {
    .homesearch {
        margin-top: -184px;
    }
}

@media (min-width: 1200px) {
    .homesearch {
        margin-top: -216px;
    }
}

@media (min-width: 1366px) {
    .homesearch {
        margin-top: -230px;
    }
}

.discover {
    margin-bottom: 20px;
}

.hero .slick-slider .slick-arrow {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    top: 35%;
    z-index: 1;
    display: block;
    background-color: rgba(255, 255, 255, 0.7);
    transition: all 0.5s;
    transform: translateY(-50%);
}

    .hero .slick-slider .slick-arrow:hover {
        background-color: rgba(255, 255, 255, 1);
    }

    .hero .slick-slider .slick-arrow.slick-prev {
        left: 15px;
    }

        .hero .slick-slider .slick-arrow.slick-prev:before, .hero .slick-slider .slick-arrow.slick-next:before {
            display: block;
            margin: 0 auto;
            width: 100%;
            height: 100%;
            background-size: cover;
        }

        .hero .slick-slider .slick-arrow.slick-prev:before {
            content: '';
            background: url('../images/right-arrow.svg') no-repeat;
        }

    .hero .slick-slider .slick-arrow.slick-next {
        right: 15px;
    }

        .hero .slick-slider .slick-arrow.slick-next:before {
            content: '';
            background: url('../images/left-arrow.svg') no-repeat;
        }

.hero .slick-slider .slick-arrow {
    width: 8vw;
    height: 8vw;
    padding: 1vw;
    max-width: 85px;
    max-height: 85px;
}

.react-multi-carousel-list {
    flex-direction: column;
}

.slick-dots {
    position: relative !important;
    margin-top: 20px !important;
}

    .slick-dots li {
        width: 30px;
        height: 8px;
        border-radius: 0;
        border: none;
        background-color: #fff;
        margin-left: 5px;
        margin-right: 5px;
    }

        .slick-dots li.slick-active, .slick-dots li:hover {
            background-color: #FCCD81;
        }

        .slick-dots li.slick-active, .slick-dots li:hover {
            background-color: #FAB84D;
        }

        .slick-dots li button::before {
            display: none;
        }

.features-section .slick-dots li, .category-sections .slick-dots li {
    width: 40px;
}

    .features-section .slick-dots li button, .category-sections .slick-dots li button {
        color: inherit;
        border: none;
        padding: 0 !important;
        font: inherit;
        margin-right: 5px;
        width: 100%;
        height: 8px;
        background: #E2E7E6;
        color: rgba(255, 255, 255, 0);
        font-size: 0;
        display: block;
    }

    .features-section .slick-dots li.slick-active button, .category-sections .slick-dots li.slick-active button {
        background: #FAB84D;
        border-color: #FAB84D;
    }

.resp-tab-content-active {
    display: block;
}

.img-icon {
    width: 34px;
    height: 34px;
    display: block;
}

    .img-icon img {
        max-width: 100%;
    }

#marketing_slider .slick-list .slick-slide {
    padding: 0 15px;
}

#marketing_slider .center a {
    display: flex;
    justify-content: center;
}

.container {
    max-width: 1440px;
}

@media(max-width: 1440px) {
    .container-fluid.hero {
        padding-right: 0;
        padding-left: 0;
        overflow: hidden;
    }
}

.carousel-indicators {
    bottom: -10px;
    align-items: flex-end;
    justify-content: flex-start;
    margin: 0;
}

    .carousel-indicators [data-bs-target] {
        background-color: #E6E6E6 !important;
        border: none !important;
        height: 5px !important;
        box-sizing: border-box;
        margin: 0 5px;
        opacity: 1;
        display: block;
        transition: all 0.5s;
    }

        .carousel-indicators [data-bs-target].active, .carousel-indicators [data-bs-target]:hover {
            background-color: #FCCD81 !important;
            height: 8px !important;
            width: 40px !important;
        }

        .carousel-indicators [data-bs-target]:hover {
            background-color: #FAB84D !important;
        }

.Calendar .react-calendar, .Calendar .calendar-control-section {
    background-color: transparent;
    border: none;
    max-width: 480px;
    width: 100%;
}

.Calendar .calendar-control-section {
    margin-bottom: 16px;
}

.Calendar .react-calendar__navigation button, .Calendar .react-calendar__navigation button:enabled:hover, .Calendar .react-calendar__navigation button:enabled:focus {
    background-color: transparent;
    font-size: larger;
    color: #19204A;
    text-align: center;
    font-weight: bold;
}

.Calendar .react-calendar__navigation__arrow {
    font-size: 30px !important;
}

.Calendar .react-calendar__navigation {
    border-bottom: solid 0.5px #19204A;
    margin-bottom: 25px;
    margin-top: 10px;
}

.Calendar .react-calendar__month-view__weekdays {
    text-transform: none;
    font-family: inherit;
}

.Calendar {
    max-width: 480px;
    width: 100%;
    margin-left: auto;
}

    .Calendar .react-calendar__tile--now {
        background-color: transparent;
    }

.react-calendar__month-view__weekdays__weekday, .react-calendar__month-view__days__day--weekend {
    font-size: 18px;
    padding: 12px;
    color: #19204A !important;
}

.react-calendar__tile {
    background-color: transparent !important;
    padding: 16px 6.6667px !important;
    width: 100% !important;
    max-width: 70px !important;
    height: auto !important;
}

.react-calendar__month-view__weekdays__weekday abbr[title] {
    text-decoration: none;
    border-bottom: none;
}

.react-calendar__tile--active {
    background-color: #19204A !important;
    color: #ffffff !important;
    width: 50px !important;
    height: 44px;
    border-radius: 250px;
    text-align: center;
    float: left;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 5px;
    font-weight: bold;
    font-size: x-large;
    padding-top: 8px;
}

.Calendar .react-calendar__tile:enabled:hover, .Calendar .react-calendar__tile:enabled:focus {
    text-decoration: underline;
    background-color: transparent;
}

.react-datepicker__today-button {
    color: #19204A;
    background-color: #FBC46C !important;
    border-color: #faba53;
    padding: 14px !important;
    margin-bottom: 3px;
    font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 700 !important;
    text-transform: uppercase;
}

#date_label {
    display: none;
}

.Calendar {
    max-width: 480px;
    width: 100%;
    margin-left: auto;
}

.recommended-content {
    background-color: #FAFAFA;
    padding: 20px;
    margin-bottom: 20px;
}

    .recommended-content .col-md-6 .row {
        padding-top: 5px;
        margin: 0;
        min-height: 120px;
    }

    .recommended-content .col-md-6 div {
        background-color: white;
    }

    .recommended-content .col-md-6 {
        margin-bottom: 12px;
    }

        .recommended-content .col-md-6 .col-md-12 h3 {
            margin: 2px 0;
        }

    .recommended-content img {
        padding-bottom: 6px;
    }

.featured-post.feature-sec {
    border-bottom: 0;
}

.post-list-data [class*=col-] {
    padding-left: 0;
    padding-right: 0;
}

@media(max-width:1200px) {
    .tabs .responsive-tabs-container .accordion-link {
        display: block !important;
    }
}

@media(min-width: 768px) {
    .tabs .responsive-tabs-container .accordion-link {
        display: none !important;
    }

    .tabs-md.tabs .responsive-tabs-container .accordion-link {
        display: block !important;
    }
}

@media(min-width: 991px) {
    .tabs-md.tabs .responsive-tabs-container .accordion-link {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .tabs-responsive .nav-tabs {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .tabs-responsive.tabs-md .nav-tabs {
        display: none !important;
    }
}

.featured-heroes li.slick-active, .featured-heroes li.slick-active:hover {
    background-color: transparent;
}

.featured-heroes li button {
    background-color: #777;
    border-radius: 50%;
    width: 10px;
    height: 10px;
}

.featured-heroes li.slick-active button {
    background-color: #009bc9;
    border-radius: 50%;
    width: 10px;
    height: 10px;
}

@media(max-width: 960px) {
    .slick-on-mobile .slick-list {
        transition: height 0.5s;
    }

    .slick-on-mobile .slick-dots {
        margin: 0 !important;
        position: absolute !important;
        bottom: 20px;
    }

        .slick-on-mobile .slick-dots li {
            width: 12px;
            height: 12px;
            background-color: transparent;
        }

            .slick-on-mobile .slick-dots li button {
                width: 100%;
                height: 100%;
                opacity: 0.5;
            }

            .slick-on-mobile .slick-dots li:hover button {
                opacity: 1;
            }
}

.single-slideshow {
    margin: 15px auto;
    position: relative;
    max-width: 500px;
    height: 400px;
    padding: 5px;
    box-shadow: 0 0 20px rgb(0 0 0 / 40%);
}

.pagination {
    --bs-pagination-padding-x: 0.75rem;
    --bs-pagination-padding-y: 0.375rem;
    --bs-pagination-font-size: 1rem;
    --bs-pagination-color: var(--bs-link-color);
    --bs-pagination-bg: #fff;
    --bs-pagination-border-width: 1px;
    --bs-pagination-border-color: #dee2e6;
    --bs-pagination-border-radius: 0.375rem;
    --bs-pagination-hover-color: var(--bs-link-hover-color);
    --bs-pagination-hover-bg: #e9ecef;
    --bs-pagination-hover-border-color: #dee2e6;
    --bs-pagination-focus-color: var(--bs-link-hover-color);
    --bs-pagination-focus-bg: #e9ecef;
    --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-pagination-active-color: #fff;
    --bs-pagination-active-bg: #0d6efd;
    --bs-pagination-active-border-color: #0d6efd;
    --bs-pagination-disabled-color: #6c757d;
    --bs-pagination-disabled-bg: #fff;
    --bs-pagination-disabled-border-color: #dee2e6;
    display: flex;
    padding-left: 0;
    list-style: none;
    margin-top: 0;
    margin-bottom: 0;
}

.page-link {
    position: relative;
    display: block;
    padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
    font-size: var(--bs-pagination-font-size);
    color: var(--bs-pagination-color);
    text-decoration: none;
    background-color: var(--bs-pagination-bg);
    border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .page-link {
        transition: none;
    }
}

.page-link:hover {
    z-index: 2;
    color: var(--bs-pagination-hover-color);
    background-color: var(--bs-pagination-hover-bg);
    border-color: var(--bs-pagination-hover-border-color);
}

.page-link:focus {
    z-index: 3;
    color: var(--bs-pagination-focus-color);
    background-color: var(--bs-pagination-focus-bg);
    outline: 0;
    box-shadow: var(--bs-pagination-focus-box-shadow);
}

.page-link.active, .active > .page-link {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: var(--bs-pagination-active-bg);
    border-color: var(--bs-pagination-active-border-color);
}

.page-link.disabled, .disabled > .page-link {
    color: var(--bs-pagination-disabled-color);
    pointer-events: none;
    background-color: var(--bs-pagination-disabled-bg);
    border-color: var(--bs-pagination-disabled-border-color);
}

.page-item:not(:first-child) .page-link {
    margin-left: -1px;
}

.page-item:first-child .page-link {
    border-top-left-radius: var(--bs-pagination-border-radius);
    border-bottom-left-radius: var(--bs-pagination-border-radius);
}

.page-item:last-child .page-link {
    border-top-right-radius: var(--bs-pagination-border-radius);
    border-bottom-right-radius: var(--bs-pagination-border-radius);
}

.pagination-lg {
    --bs-pagination-padding-x: 1.5rem;
    --bs-pagination-padding-y: 0.75rem;
    --bs-pagination-font-size: 1.25rem;
    --bs-pagination-border-radius: 0.5rem;
}

.pagination-sm {
    --bs-pagination-padding-x: 0.5rem;
    --bs-pagination-padding-y: 0.25rem;
    --bs-pagination-font-size: 0.875rem;
    --bs-pagination-border-radius: 0.25rem;
}

.sort-status .sort-paging, .sort-status-bottom .sort-paging {
    width: 100%;
    max-width: 360px;
    margin-left: auto;
    display: flex;
    justify-content: end;
}

.auther-list > * {
    width: auto;
}

.rightrail {
    padding-left: 15px;
    padding-right: 15px;
}

.basic-multi-select .searchWrapper {
    border-radius: 0;
    background-color: #ffffff;
}

.cus-form-group label {
    margin-bottom: 2px;
}

.basic-multi-select .chip {
    background: #0e8acb;
    white-space: break-spaces;
}

.basic-multi-select.multiSelectContainer li:hover, .basic-multi-select .highlightOption {
    background: #0e8acb;
}

.googls-adds {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.events-inner-wrapper {
    padding-left: 15px;
    padding-right: 15px;
}

.row-third {
    padding-right: 30px;
}

/*
.WatermarkText::placeholder {
    color: #555;
    opacity: 1;
}

.WatermarkText:-ms-input-placeholder {
    color: #555;
}

.WatermarkText::-ms-input-placeholder {
    color: #555;
}*/


.events.listing .btn {
    white-space: nowrap;
}

.calander-btns .btn-block, .calander-btns input[type=submit].btn-block {
    display: inline-block;
    width: 50%;
    margin-top: 0;
}

.react-datepicker__input-container input {
    background-image: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTSZQ87-ZWKOMNTZRs8iIKb2TvFRF4PptPERD2iPXTqMA&s);
    height: 49px;
    padding: 8px 16px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right 18px center;
    background-size: 24px 24px;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 1px rgb(0, 0, 0, 0.08);
}

.react-datepicker-ignore-onclickoutside:focus-visible {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
}

.react-datepicker__current-month, .react-datepicker__navigation {
    display: none !important;
}

.react-datepicker__day, .react-datepicker__month-text, .react-datepicker__quarter-text, .react-datepicker__year-text {
    background: #eeeeee url(https://www.raps.org/CMSAdminControls/ModalCalendar/Themes/LiveSite/images/ui-bg_glass_60_eeeeee_1x400.png) 50% 50% repeat-x;
    text-align: center;
    font-weight: bold;
    color: #3383bb !important;
    border: 1px solid #cccccc !important;
    padding: 2px 20px;
    font-size: 16px;
}

.react-datepicker__day--selected, .react-datepicker__day--in-selecting-range, .react-datepicker__day--in-range, .react-datepicker__month-text--selected, .react-datepicker__month-text--in-selecting-range, .react-datepicker__month-text--in-range, .react-datepicker__quarter-text--selected, .react-datepicker__quarter-text--in-selecting-range, .react-datepicker__quarter-text--in-range, .react-datepicker__year-text--selected, .react-datepicker__year-text--in-selecting-range, .react-datepicker__year-text--in-range {
    background: #999999 url(https://www.raps.org/CMSAdminControls/ModalCalendar/Themes/LiveSite/images/ui-bg_inset-hard_75_999999_1x100.png) 50% 50% repeat-x;
    font-weight: bold;
    color: #ffffff !important;
    border: 1px solid #999999 !important;
    border-radius: 0 !important;
}

.react-datepicker__year-dropdown-container--select, .react-datepicker__month-dropdown-container--select, .react-datepicker__month-year-dropdown-container--select, .react-datepicker__year-dropdown-container--scroll, .react-datepicker__month-dropdown-container--scroll, .react-datepicker__month-year-dropdown-container--scroll {
    margin: 0 8px !important;
    width: 45%;
}

.react-datepicker__month-select, .react-datepicker__year-select {
    width: 100%;
    padding: 14px 24px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
    font-size: 18px;
    color: #555;
}

.react-datepicker__month-container {
    font-size: 1.1em;
    color: #333333;
}

.react-datepicker {
    font-family: Trebuchet MS, Helvetica, Arial, sans-serif !important;
    background: #c9c9c9 url(images/ui-bg_inset-soft_50_c9c9c9_1x100.png) 50% bottom repeat-x !important;
    border: 1px solid #aaaaaa !important;
    padding: 0.2em 0.2em 0;
    color: #333333 !important;
}

.react-datepicker__day-names {
    background-color: #f0f0f0;
}

.react-datepicker__day-name {
    font-weight: bold;
    border: 0;
    color: #333333 !important;
    font-size: 18px;
    padding: 12px 19px;
}

.react-datepicker__header__dropdown.react-datepicker__header__dropdown--select {
    background-color: #f0f0f0;
    border-bottom: 1px solid #aeaeae;
    padding: 4px 0;
    position: relative;
}

.react-datepicker__header {
    background-color: transparent !important;
    border-bottom: 0 !important;
    padding-top: 4px !important;
    padding-bottom: 2px !important;
}

.react-datepicker__day--disabled, .react-datepicker__month-text--disabled, .react-datepicker__quarter-text--disabled, .react-datepicker__year-text--disabled {
    opacity: .35 !important;
    background-image: none;
    background-color: #eeeeee !important;
}

.react-datepicker__day:hover, .react-datepicker__month-text:hover, .react-datepicker__quarter-text:hover, .react-datepicker__year-text:hover {
    border-radius: 0 !important;
}

.react-datepicker__day--outside-month {
    opacity: .7;
}

.news-articles-list, .news-articles-list:hover {
    background-color: transparent;
    color: #2B2B2B;
}

.fitler-event-search .form-control, .fitler-event-search .search-wrapper {
    min-height: 40px;
}

.fitler-event-search .row {
    margin-left: -5px;
    margin-right: -5px;
}

.fitler-event-search [class*="col"] {
    padding-left: 5px;
    padding-right: 5px;
}

.sort-status-bottom .sort-paging {
    margin-top: 22px;
    margin-bottom: 22px;
}

.no-result {
    font-size: 16px;
}

.facet-clear {
    padding-right: 5px !important;
    cursor: pointer;
}

@media(max-width: 1200px) {
    .cus-form-group {
        margin-bottom: 10px;
    }
}

.icon_down_dir {
    width: 10px !important;
    opacity: .75;
}

@media(min-width: 580px) and (max-width: 1023px) {
    .sort-status .sort-by {
        max-width: 200px;
        width: 100%;
        float: left;
    }
}

#toggledContent_EventFilterRail fieldset {
    width: 100%;
}

@media(min-width: 992px) {
    .filter-rail #toggledContent_EventFilterRail {
        display: block;
    }
}

.rs-calendar-table-cell-disabled .rs-calendar-table-cell-content, .rs-calendar-table-cell-disabled .rs-calendar-table-cell-content:hover, .rs-calendar-table-cell-disabled .rs-calendar-table-header-cell-content, .rs-calendar-table-cell-disabled .rs-calendar-table-header-cell-content:hover, .rs-calendar-table-header-cell-disabled .rs-calendar-table-cell-content, .rs-calendar-table-header-cell-disabled .rs-calendar-table-cell-content:hover, .rs-calendar-table-header-cell-disabled .rs-calendar-table-header-cell-content, .rs-calendar-table-header-cell-disabled .rs-calendar-table-header-cell-content:hover {
    text-decoration: none !important;
}

.rs-calendar-table-cell-selected .rs-calendar-table-cell-content {
    background: #0e8acb !important;
}

.rs-calendar-table-cell-in-range:before {
    background: rgba(14, 138, 203, 0.2) !important;
}

.rs-btn-primary {
    background-color: #FBC46C !important;
    color: #000 !important;
    font-weight: 700 !important;
}

.rs-btn-link {
    color: #0e8acb !important;
}

.rs-calendar-table-cell-is-today .rs-calendar-table-cell-content {
    box-shadow: inset 0 0 0 1px #0e8acb !important;
}

.rs-picker-toggle-wrapper {
    width: 100%;
}

.rs-picker-toggle {
    border-radius: 0 !important;
}

.rs-picker-default .rs-picker-toggle.rs-btn {
    padding-bottom: 9px !important;
    padding-top: 9px !important;
    border: 1px solid #ccc !important;
}

    .rs-picker-default .rs-picker-toggle.rs-btn:focus {
        border-color: #66afe9 !important;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.8), 0 0 8px rgb(102, 175, 233, 0.6) !important;
    }

.rs-btn-xs {
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 600 !important;
}

.rs-picker-has-value .rs-btn .rs-picker-toggle-value, .rs-picker-has-value .rs-picker-toggle .rs-picker-toggle-value {
    color: #555 !important;
}

.rs-picker-toggle-caret {
    font-size: 16px !important;
}

.react-calendar__navigation .react-calendar__navigation__label {
    pointer-events: none;
}

.book-item-border:not(:last-child) {
    border-top: 1px solid #4ba33a;
    margin-top: 11px;
    margin-bottom: 11px;
}

.tab-content > .active {
    opacity: 1;
}

.intro {
    padding: 12px 15px;
}

.first-row-gray-color > .row > .col-md-3:nth-child(1), .first-row-gray-color > .row > .col-md-3:nth-child(2), .first-row-gray-color > .row > .col-md-3:nth-child(3), .first-row-gray-color > .row > .col-md-3:nth-child(4) {
    background: #EDF0F0;
    margin: 0 !important;
    padding-top: 15px;
    padding-bottom: 15px;
}

.balck-friday .sort-top {
    display: none;
}

.teaserimg img {
    border: 1px solid #f1f1f1;
}

.clearboth {
    clear: both;
}

.two-column {
    margin-top: 10px;
}

@media(max-width: 767px) {
    .bpanel .fullpanel, .bpanel .center-text {
        display: block !important;
    }
}

@media(min-width: 768px) {
    .bpanel:hover .fullpanel, .bpanel:hover .center-text {
        display: block !important;
    }
}

.more.link {
    cursor: pointer;
}

.outside .single-box {
    padding: 10px;
    background-color: #fff;
    position: relative;
    box-shadow: 0 5px 10px #ddd;
    margin-bottom: 15px;
    border-top: 1px solid #E6E6E6;
    margin-right: 12px;
}

.slick-slide {
    padding-left: 8px;
    padding-right: 8px;
}

.facet-clear-all {
    cursor: pointer;
}

.no-icon h2 {
    margin: 0;
    font-size: 18px;
}

.no-icon .accordion-item {
    margin: 20px 0;
}

.no-icon .accordion-button {
    width: 100%;
    background-color: transparent;
    border: none;
    color: #009bc9;
    font-weight: 400;
    padding: 14px 24px;
    cursor: pointer;
    white-space: break-spaces;
}

    .no-icon .accordion-button:hover {
        text-decoration: underline;
    }

.messaging {
    display: none;
}

body.chart .messaging {
    display: block;
}

.info-listing-section .il-img-wrapper {
    padding-left: 15px;
    padding-right: 15px;
}

.info-listing-section .il-btn-wrapper .btn {
    padding: 14px 21px;
}

.chip {
    margin-right: 17px !important;
}

.ash-accordion .accordion-header {
    padding: 0;
}

    .ash-accordion .accordion-header .accordion-button {
        border: none;
        width: 100%;
        font-weight: 700;
        text-align: left;
        cursor: pointer;
        font-size: 16px;
        line-height: 1.42857;
        background-color: #f0f0f0;
        padding: 17px 24px;
    }

        .ash-accordion .accordion-header .accordion-button i {
            transition: all 0.5s;
            transform: rotate(-90deg) translate(2px, 0px);
        }

        .ash-accordion .accordion-header .accordion-button.collapsed i {
            transform: rotate(0deg);
        }

.ash-accordion .accordion-button i {
    margin-left: 5px;
}

.filter .btn {
    margin-top: 20px;
}

.single-box.right {
    margin-right: 0;
}

.waterfall .slick-slide {
    padding-left: 0;
    padding-right: 0;
}

.rightrail .sectors .btn {
    white-space: break-spaces;
}

@media(max-width: 768px) {
    .teaserimg {
        text-align: left;
        width: 100%;
    }
}

.chip {
    margin-right: 17px !important;
}

.react-datepicker__input-container .calander-height {
    height: auto;
}

#clear-sort {
    color: #0e8acb;
}

    #clear-sort:hover {
        text-decoration: underline;
    }

.event-sec .EditingFormLabel {
    font-size: 1.25rem;
}

.event-badge-icon img {
    padding-right: 4px;
}

.hero.convergence .slick-slider .slick-arrow {
    width: 44px;
    height: 44px;
    padding: 7px;
    top: calc(50% + 13px);
    transform: translateY(-50%);
}

.blue-bg {
    background-color: #5586af;
}

@media(max-width: 570px) {
    .container-full-width {
        margin-left: -15px;
        width: calc(100% + 30px);
    }
}

@media(min-width: 768px) and (max-width: 1200px) {
    .container-full-width {
        margin-left: 0px;
        width: 100%;
    }
}

iframe {
    border: none;
}

.testimonial-slider.hero.convergence .slick-slider .slick-arrow {
    top: -50px;
    transform: translateY(0);
    background-color: #BADDFB;
}

@media(min-width: 767px) {
    .testimonial-slider.hero.convergence .slick-slider .slick-arrow {
        top: -70px;
    }
}

.filter-rail .filter-header {
    background-color: #0E8ACB;
    overflow: hidden;
    padding: 0 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#toggledContent_EventFilterRail {
    padding-left: 0;
    padding-right: 0;
}

.callouts-slick li {
    list-style: none;
}

.callouts-slick {
    padding-left: 0;
}

    .callouts-slick .slick-slide {
        padding-left: 20px;
        padding-right: 20px;
    }

.blue-circle-dots .slick-dots li button, .blue-circle-dots .slick-dots li {
    height: 13px;
    width: 13px;
    border-radius: 50px;
    background: #b9b9b9;
}

    .blue-circle-dots .slick-dots li.slick-active, .blue-circle-dots .slick-dots li.slick-active button {
        background: #009bc9;
    }

    .blue-circle-dots .slick-dots li:not(:last-child) {
        margin-right: 12px;
    }

.blue-circle-dots .slick-dots {
    margin-top: 30px !important;
}

.prohibited {
    padding: 0 15px;
}

.arrow-md .slick-slider .slick-arrow {
    width: 44px;
    height: 44px;
    padding: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.closing2022 {
    border: none
}

.herobkgd.arrow-md {
    width: calc(100% + 30px);
    margin-left: -15px;
}

    .herobkgd.arrow-md .carousel-cell {
        padding: 0;
    }

.table-ml .table {
    margin-left: 25px;
}

.section-landing-page:not(.brand-texture) > .container {
    padding: 0;
}

.category-text img {
    margin-right: 3px;
}

#slideshow img {
    max-height: 100%;
}

.cursor-grab {
    cursor: grab !important;
}

.appreciates {
    padding: 0 0;
}

    .appreciates .content {
        padding: 0 30px;
    }

@media(min-width: 768px) {
    .appreciates .content {
        padding: 0 30px 0 15px;
    }

        .appreciates .content h2 {
            margin-top: 0;
        }

    .appreciates .img {
        padding: 0 15px 0 30px;
    }

    .appreciates .btn-responsive, .appreciates #renewdiv p {
        margin-bottom: 0;
    }

    .appreciates {
        padding: 30px 0;
    }
}

@media only screen and (max-width: 450px) {
    .hero {
        background: #0E8ACB !important;
    }
}

.fifty-fifty.flex-rtl .featured-content {
    padding-left: 15px;
}

@media(max-width: 767px) {
    .benefitslider .slick-slide img {
        margin: 0 auto;
    }
}

.rac-accordion .card .card-body {
    padding: 5px;
}

.rac-accordion .card i {
    transform: rotate(-90deg) translate(5px, 0px);
    transition: all 0.5s;
}

.rac-accordion .card .collapsed i {
    transform: rotate(0deg) translate(5px, 0px);
}

.menu-li:hover:not(.join-li, .homepage) a {
    color: rgb(14, 138, 203) !important;
}

.material-icons-outlined.my-raps-icon {
    vertical-align: bottom;
}

.discover {
    margin-top: 30px
}

.CookieConsent .ConsentButtons .btn-default {
    white-space: nowrap;
}

.CookieConsent .ConsentText {
    padding-right: 15px;
}

@media (min-width: 48.063em) {
    .product-details-cta span + span {
        margin-left: 20px;
    }
}

@media (min-width: 80em) {
    .product-details-cta span + span {
        margin-left: 30px;
    }
}

@media (max-width: 767px) {
    .two-column-alt {
        margin-top: 10px;
    }
}

#slideshow > div {
    display: flex;
    justify-content: center;
}

.lg-hide {
    display: block;
}

.lg-show {
    display: none;
}

@media(min-width: 992px) {
    .lg-hide {
        display: none;
    }

    .lg-show {
        display: flex;
    }
}

.news .item-category .category-img {
    margin-right: 5px
}

@media (max-width: 820px) {
    .sharethis-inline-share-buttons {
        display: none !important;
    }
}

#features .slick-slider {
    margin: 0 -5px;
}

#features .slick-slide {
    padding-left: 5px;
    padding-right: 5px;
}

#features .slick-slide {
    display: flex;
    justify-content: center;
}

@media(max-width: 767px) {
    #features .slick-slide {
        padding-left: 6px;
    }

    #features .slick-dots {
        margin-top: 10px !important;
    }
}

@media(max-width: 961px) {
    .featured-heroes .hero-featurette .hero-content {
        width: 60%;
    }
}
