/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
    *,
    *:before,
    *:after {
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: none;
        border-bottom: 1px solid #000;
    }
    a[href]:after {
        content: " (" attr(href) ")";
        font-size: 6pt;
        text-transform: lowercase !important;
        border-bottom: 5px solid #fff !important;
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 50% !important;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    .section.billboard {
        display: none !important;
    }
    a[href^="/"]:after {
        content: " (https://www.bsu.edu" attr(href) ")" !important;
        font-size: 6pt !important;
        text-transform: lowercase !important;
        border-bottom: 5px solid #fff !important;
    }
    #template.subpage .container {
        display: block !important;
        width: auto !important;
        max-width: 100% !important;
    }
    #template.subpage {
        padding-bottom: 10px !important;
    }
    .subpage .main-content,
    .subpage .main-content p {
        font-size: 9pt !important;
        line-height: 1.2 !important;
    }
    a.modallink[href]:after {
        content: "" !important;
    }
    .breadcrumb a[href]:after {
        content: "" !important;
    }
    .breadcrumb a {
        border-bottom: none !important;
    }
    .row .dsc-btn-link-menu-row {
        display: none !important;
    }
    #footer .container {
        display: block !important;
        width: auto !important;
        max-width: 100% !important;
    }
    #footer .bluefooter {
        display: none;
    }
    .page-header.scroll-to-fixed-fixed {
        position: relative !important;
        z-index: auto !important;
        top: auto !important;
        width: 100% !important;
        background: transparent !important;
    }
    .stickyPageHeaderSpacer {
        display: none !important;
    }
    .stickyH1Spacer {
        display: none !important;
    }
    button.btn-menu {
        display: none !important;
    }
    div.main-content a.rteBtn-primary {
        display: inline-block !important;
        text-align: left !important;
        padding: 0 !important;
        margin: 0 !important;
        background: transparent !important;
        border-bottom: 1px solid #000 !important;
        color: #000 !important;
        line-height: 1 !important;
    }
    div.main-content a.rteBtn-secondary {
        display: inline-block !important;
        text-align: left !important;
        padding: 0 !important;
        margin: 0 !important;
        background: transparent !important;
        border-bottom: 1px solid #000 !important;
        color: #000 !important;
        line-height: 1 !important;
    }
    #topmenu {
        display: none !important;
    }
    #submenu {
        display: none !important;
    }
    .sidebar.scroll-to-fixed-fixed {
        position: relative !important;
        left: 0 !important;
        top: 0 !important;
        margin-left: 0 !important;
        width: 25% !important;
        clear: both !important;
        display: block !important;
    }
    stickySubMenuSpacer {
        display: none !important;
    }
    #template.landing .component.page-header .component.buttons .btn-group {
        display: none !important;
    }
    #template.landing .component.buttons .btn-group a[href]:after {
        content: "" !important;
    }
    #template.landing .component.calendar a[href]:after {
        content: "" !important;
    }
    #template.landing .component.tiles.images a[href]:after {
        content: "" !important;
    }
    #template.landing .component.iconography a[href]:after {
        content: "" !important;
    }
    select {
        background: #fff !important;
    }
    .navbar {
        display: none;
    }
    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000 !important;
    }
    .label {
        border: 1px solid #000;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table td,
    .table th {
        background-color: #fff !important;
    }
    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
    #template.landing .col-lg-3.col-md-3.col-sm-6.col-xs-12 {
        width: 25% !important;
        max-width: 25% !important;
        float: left !important;
    }
    #template.landing .col-lg-6.col-md-6.col-sm-6.col-xs-12 {
        width: 50% !important;
        max-width: 50% !important;
        float: left !important;
    }
    #template.landing .col-lg-8.col-md-8.col-sm-8.col-xs-12 {
        width: 66% !important;
        max-width: 66% !important;
        float: left !important;
    }
    #template.landing .col-lg-4.col-md-4.col-sm-4.col-xs-12 {
        width: 33% !important;
        max-width: 33% !important;
        float: left !important;
    }
    #template.landing * {
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-top: 5px !important;
        margin-bottom: 5px !important;
        max-width: 100% !important;
        transform: none !important;
        z-index: 0 !important;
        background-attachment: scroll;
    }
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 22px 0;
    border-radius: 0;
}

.pagination>li {
    display: inline;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42858;
    text-decoration: none;
    color: #ba0c2f;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}

.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:last-child>a,
.pagination>li:last-child>span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.pagination>li>a:hover,
.pagination>li>a:focus,
.pagination>li>span:hover,
.pagination>li>span:focus {
    color: #ba0c2f;
    background-color: #eee;
    border-color: #ddd;
}

.pagination>.active>a,
.pagination>.active>a:hover,
.pagination>.active>a:focus,
.pagination>.active>span,
.pagination>.active>span:hover,
.pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    background-color: #ba0c2f;
    border-color: #ba0c2f;
    cursor: default;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    color: #777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
}

.pagination-lg>li:first-child>a,
.pagination-lg>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 {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.pager {
    padding-left: 0;
    margin: 22px 0;
    list-style: none;
    text-align: center;
}

.pager:before,
.pager:after {
    content: " ";
    display: table;
}

.pager:after {
    clear: both;
}

.pager li {
    display: inline;
}

.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}

.pager li>a:hover,
.pager li>a:focus {
    text-decoration: none;
    background-color: #eee;
}

.pager .next>a,
.pager .next>span {
    float: right;
}

.pager .previous>a,
.pager .previous>span {
    float: left;
}

.pager .disabled>a,
.pager .disabled>a:hover,
.pager .disabled>a:focus,
.pager .disabled>span {
    color: #777;
    background-color: #fff;
    cursor: not-allowed;
}

.breadcrumb {
    padding: 0;
    margin-bottom: 19px;
    list-style: none;
    border-radius: 0;
}

.breadcrumb>li {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 13px;
    display: inline-block;
}

.breadcrumb>li>a {
    color: #54585a;
}

.breadcrumb>li+li:before {
    content: ">";
    padding: 0 5px;
    color: #000;
    font-weight: normal;
}

.breadcrumb>li>a:hover,
.breadcrumb>li a:focus {
    color: #ba0c2f;
}

.breadcrumb>.active {
    font-weight: bold;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #777;
    border-radius: 10px;
}

.badge:empty {
    display: none;
}

.btn .badge {
    position: relative;
    top: -1px;
}

.btn-xs .badge {
    top: 0;
    padding: 1px 5px;
}

.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
    color: #ba0c2f;
    background-color: #fff;
}

.list-group-item>.badge {
    float: right;
}

.list-group-item>.badge+.badge {
    margin-right: 5px;
}

.nav-pills>li>a>.badge {
    margin-left: 3px;
}

a.badge:hover,
a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.media {
    min-height: 90px;
    margin-top: 15px;
    margin-bottom: 40px;
}

.media:first-child {
    margin-top: 0;
}

.media+.media {
    margin-top: 0;
}

.media+* {
    margin-top: 0;
}

.media-right,
.media>.pull-right {
    padding-left: 15px;
}

.media-left,
.media>.pull-left {
    padding-right: 15px;
}

.media-right img,
.media>.pull-right img,
.media-left img,
.media>.pull-left img {
    margin-bottom: 15px;
}

.media-body h3 {
    margin-top: 0;
}

.media-body p {
    font-size: 16px;
    line-height: 24px;
    color: #54585a;
}

.media-body p>a {
    font-weight: bold;
}

.media-middle {
    vertical-align: middle;
}

.media-bottom {
    vertical-align: bottom;
}

.media-heading {
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 5px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}

.media-object {
    height: auto;
    max-width: 100%;
    display: block;
    margin: 0 auto 30px;
}

.ctas {
    text-align: center;
    min-height: 100px;
    display: table;
    background-image: url(../images/left_border_stripes.jpg);
    background-repeat: repeat-x;
    margin: 0 auto;
}

.ctas a {
    font-size: 14px;
    font-family: helvetica;
    font-weight: bold;
    color: #54585a;
}

.ctas ul {
    list-style: none;
    padding: 10px 0;
    margin: 0;
}

.ctas ul li {
    margin: 10px 0;
}

@media screen and (min-width:768px) {
    .media {
        text-align: left;
    }
    .media-left,
    .media-right,
    .media-body {
        display: table-cell;
        vertical-align: top;
        margin: 0;
    }
    .media-object {
        max-width: 82px;
    }
    .media-body h3 {
        font-size: 24px;
    }
    .media-body p {
        font-size: 16px;
        line-height: 24px;
    }
    .ctas {
        text-align: left;
        background-repeat: repeat-y;
        padding-left: 31px;
    }
    .ctas a {
        font-size: 14px;
    }
    .ctas ul {
        padding: 0;
    }
    .ctas ul li {
        margin: 0;
    }
}

@media screen and (min-width:992px) {
    .media {
        text-align: left;
    }
    .media-left,
    .media-right,
    .media-body {
        display: table-cell;
        vertical-align: top;
        margin: 0;
    }
    .media-object {
        max-width: 82px;
    }
    .media-body h3 {
        font-size: 24px;
    }
    .media-body p {
        font-size: 16px;
        line-height: 24px;
    }
    .ctas {
        text-align: left;
        background-repeat: repeat-y;
        padding-left: 31px;
    }
    .ctas a {
        font-size: 14px;
    }
    .ctas ul {
        padding: 0;
    }
    .ctas ul li {
        margin: 0;
    }
}

.media.caption {
    border: 1px solid #a1a5a7;
    position: relative;
}

.media.caption img {
    margin: 0;
    width: 100%;
}

.media.caption .media-body {
    padding: 5px 20px;
    position: absolute;
    width: 100%;
    bottom: 0;
    background: #fff;
    background: rgba(255, 255, 255, .9);
}

@media screen and (max-width:768px) {
    .media.caption .media-body {
        padding: 2px 10px;
    }
}

.media.caption .media-body p {
    margin: 0;
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
    font-style: italic;
}

.media.caption.inline {
    margin: 0;
    padding: 0;
    display: inline-block;
}

@media screen and (max-width:767px) {
    .media.caption.inline {
        display: block;
        margin: 0 0 20px 0 !important;
    }
}

.media.caption.inline.left {
    margin: 0 20px 20px 0;
}

.media.caption.inline.right {
    margin: 0 0 20px 20px;
}

.media.caption.featured .media-body {
    padding: 16px 20px 12px;
}

.media.caption.featured .media-body h3 {
    font-weight: bold;
}

.media.caption.featured .media-body h3>a {
    color: #54585a;
}

.media.caption.featured .media-body h3>a:hover {
    color: #ba0c2f;
}

.media.caption.featured .media-body h6 {
    font-family: "Open Sans", Arial, sans-serif;
}

.media.caption.featured .media-body p {
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
    font-style: normal;
}

.media.caption.featured .media-body>a {
    font-weight: bold;
    margin-top: -5px;
}

@media screen and (max-width:768px) {
    .media.caption.featured .media-body {
        padding: 10px 15px 6px;
    }
    .media.caption.featured .media-body>* {
        display: none;
    }
    .media.caption.featured .media-body>h3,
    .media.caption.featured .media-body>a {
        display: block;
    }
    .media.caption.featured .media-body>h3 {
        margin-bottom: 0;
        font-size: 18px;
    }
    .media.caption.featured .media-body>a {
        font-size: 14px;
    }
}

.media.article {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 25px;
    padding-bottom: 25px;
}

.media.article+.media.article,
.media.article+.row.row-media {
    border-top: 1px solid #54585a;
}

.media.article .media-container img {
    margin: 0 auto;
    width: 100%;
    max-width: inherit;
    border: 1px solid #a1a5a7;
}

.media.article .media-body>*:last-child {
    margin-bottom: 0;
}

.media.article .media-body h3 {
    font-weight: bold;
}

.media.article .media-body h6 {
    font-family: "Open Sans", Arial, sans-serif;
}

@media screen and (max-width:767px) {
    .media.article {
        padding-top: 15px;
        padding-bottom: 15px;
        display: flex;
        flex-direction: column;
        display: -webkit-flex;
        -webkit-flex-direction: column;
        -webkit-box-orient: vertical;
    }
    .media.article .media-body {
        order: 99;
        -webkit-order: 99;
        margin-top: 11px;
    }
    .media.article+.media.article,
    .media.article+.row.row-media {
        border: none;
    }
}

.row-media+* {
    margin-top: 20px;
}

.row-media+.media,
.row-media+.row-media {
    margin-top: 0;
}

.row-media .media.article {
    border-top: none !important;
}

.row-media .media.article .media-body {
    padding-top: 21px;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}

.embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive.embed-responsive-4by3 {
    padding-bottom: 75%;
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

.progress {
    overflow: hidden;
    height: 22px;
    margin-bottom: 22px;
    background-color: #f5f5f5;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 22px;
    color: #fff;
    text-align: center;
    background-color: #ba0c2f;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
    background-color: #003b70;
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
    background-color: #00a2df;
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
    background-color: #e36526;
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
    background-color: #9d0f27;
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}

.dsc-subcontact {
    width: 100%;
    max-width: 100%;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 15px;
    padding: 14px 7px 7px 7px;
    background: transparent;
    overflow: auto;
    border-top: 1px solid #eee;
    margin-top: 10px;
}

.dsc-contact-left {
    float: left;
    clear: left;
    margin: 0;
    font-size: 16px;
    color: #54585a;
    min-width: 1em;
}

.dsc-contact-body {
    clear: right;
    margin: 3px 0 6px 25px;
    line-height: 1.25;
    color: #54585a;
}

.dsc-contact-body a {
    background-color: transparent;
    color: #54585a;
    text-decoration: underline;
}

.dsc-contact-body a:hover,
.dsc-contact-body a:focus {
    color: #ba0c2f;
    text-decoration: underline;
    -webkit-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
    -webkit-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}

.dsc-contact-title {
    font-size: 1.3em;
    font-weight: 700;
    margin: 0 0 11px 0;
    color: #54585a;
    letter-spacing: .5px;
}

#dscModal iframe {
    width: 100%;
    max-width: 100%;
    display: block;
    margin: 10px auto;
}

#dscModal .modal-content {
    border-radius: 10px;
}

#dscModal .modal-header {
    overflow: auto;
}

#dscModal .modal-body {
    height: 70vh;
    overflow: auto;
}

#dscModal .dsc-iframe-wrap {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
}

.dsc-subcontact .dsc-contact-wrap {
    padding: 0;
    margin: 0;
}

@media all and (max-width:996px) {
    .dsc-subcontact {
        border-top: none;
    }
}

@supports (-webkit-overflow-scrolling:touch) {
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
}

.dscvideoblockwrap {
    max-width: 100%;
    margin: 7px 0;
    text-align: center;
    position: relative;
    clear: both;
}

.dscvideoblockwrap:focus {
    outline: 0;
    border: 1px solid #fff;
    padding: 2px;
}

.dsc-upcomingeventswidget,
.dsc-newslist {
    width: 100%;
    max-width: 100%;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 15px;
    padding: 7px 0 0 0;
    background: transparent;
    overflow: auto;
    letter-spacing: .1px;
    border-top: 1px solid #eee;
}

.dsc-upcomingeventswidget-wrap,
.dsc-newslist-wrap {
    clear: right;
    margin: 3px 0;
    line-height: 1.25;
    color: #54585a;
}

.dsc-upcomingeventswidget-wrap ul,
.dsc-newslist-wrap ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.dsc-upcomingeventswidget-wrap ul li,
.dsc-newslist-wrap ul li {
    line-height: 1.2;
    padding-bottom: 15px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
}

.dsc-upcomingeventswidget-wrap ul li>a,
.dsc-newslist-wrap ul li>a {
    color: #425563;
}

.dsc-upcomingeventswidget-wrap ul li>a:hover,
.dsc-upcomingeventswidget-wrap ul li>a:focus,
.dsc-newslist-wrap ul li>a:hover,
.dsc-newslist-wrap ul li>a:focus {
    text-decoration: none;
    color: #ba0c2f;
}

.dsc-upcomingeventswidget-wrap .rss-title-link,
.dsc-newslist-wrap .rss-title-link {
    width: 100%;
    font-size: 14px;
    margin-bottom: 5px;
    color: #ba0c2f;
    padding-top: 5px;
    display: block;
    font-weight: 700;
}

.dsc-upcomingeventswidget-wrap .rss-title-link span,
.dsc-newslist-wrap .rss-title-link span {
    display: block;
}

.dsc-upcomingeventswidget-wrap .rss-title-link:hover,
.dsc-upcomingeventswidget-wrap .rss-title-link:focus,
.dsc-newslist-wrap .rss-title-link:hover,
.dsc-newslist-wrap .rss-title-link:focus {
    outline: none;
    text-decoration: underline;
}

.dsc-upcomingeventswidget-wrap .rss-text-block,
.dsc-newslist-wrap .rss-text-block {
    padding-top: 10px;
}

.dsc-upcomingeventswidget-wrap .rss-pub-date,
.dsc-newslist-wrap .rss-pub-date {
    font-size: 14px;
}

.dsc-upcomingeventswidget-wrap .rss-readmore-link,
.dsc-newslist-wrap .rss-readmore-link {
    display: inline;
    padding-left: 10px;
}

.dsc-upcomingeventswidget-wrap .rss-img-div,
.dsc-newslist-wrap .rss-img-div {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 150px;
    width: auto;
    margin: 0 auto;
}

.dsc-upcomingeventswidget-wrap .rss-desc,
.dsc-newslist-wrap .rss-desc {
    width: 100%;
    display: block;
    margin-top: 5px;
    font-size: 14px;
}

.dsc-upcomingeventswidget-wrap .rss-ul li,
.dsc-newslist-wrap .rss-ul li {
    padding-bottom: 20px;
}

@media screen and (min-width:480px) and (max-width:768px) {
    .dsc-upcomingeventswidget-wrap .rss-desc,
    .dsc-newslist-wrap .rss-desc {
        color: #000;
        font-weight: normal;
        font-size: 14px;
        line-height: 22px;
        letter-spacing: normal;
    }
    .dsc-upcomingeventswidget-wrap .rss-img-div,
    .dsc-newslist-wrap .rss-img-div {
        height: 150px;
        width: 150px;
        float: left;
        clear: left;
        margin-right: 10px;
    }
    .dsc-upcomingeventswidget-wrap .rss-ul li,
    .dsc-newslist-wrap .rss-ul li {
        padding: 0 0 20px 0;
        overflow: auto;
    }
    .dsc-upcomingeventswidget-wrap .rss-title-link,
    .dsc-newslist-wrap .rss-title-link {
        font-size: 14px;
        font-weight: bold;
        line-height: 22px;
        letter-spacing: normal;
    }
}

@media screen and (max-width:480px) {
    .dsc-upcomingeventswidget-wrap .rss-desc,
    .dsc-newslist-wrap .rss-desc {
        color: #000;
        letter-spacing: normal;
        font-weight: normal;
        line-height: 22px;
    }
    .dsc-upcomingeventswidget-wrap .rss-title-link,
    .dsc-newslist-wrap .rss-title-link {
        letter-spacing: normal;
        font-size: 16px;
    }
}

.dsc-upcoming-footer,
.dsc-newslist-footer {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0;
    color: #54585a;
}

.dsc-upcoming-title,
.dsc-newslist-title {
    font-size: 24px;
    font-weight: 600;
    margin: 0;
    color: #54585a;
    letter-spacing: 1px;
}

.dsc-upcoming-footer .fa,
.dsc-newslist-footer .fa {
    margin-left: 5px;
}

#template.subpage .dsc-newslist .component.buttons .btn,
#template.subpage .dsc-upcomingeventswidget .component.buttons .btn {
    padding: 15px 12px;
    border: 2px solid #e6e6e6;
}

.dsc-upcoming-footer .btn,
.dsc-newslist-footer .btn {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 14px;
}

.dsc-upcoming-footer-wrap,
.dsc-upcoming-title-wrap,
.dsc-news-footer-wrap,
.dsc-news-title-wrap {
    margin: 0 0 10px;
    max-width: 100%;
    padding: 7px 0;
    text-align: left;
    background: transparent;
}

.dsc-upcomingeventswidget-wrap .monthspan {
    text-transform: uppercase;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 11px;
    height: 10px;
}

.dsc-upcomingeventswidget-wrap .dayspan {
    vertical-align: middle;
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 20px;
    height: 25px;
}

.dsc-upcomingeventswidget-wrap .eventtext {
    display: inline-block;
    vertical-align: middle;
    margin-top: -15px;
    margin-left: 7px;
    font-size: 15px;
}

.dsc-upcomingeventswidget-wrap .eventsquare {
    display: inline-block;
    height: 50px;
    width: 50px;
    background: #fff;
    border: solid 1px #222;
}

.dsc-upcomingeventswidget-wrap ul li a {
    text-decoration: none;
    display: inline-block;
}

.dsc-upcomingeventswidget-wrap ul li a.redlink {
    color: #ba0c2f;
}

.dsc-upcomingeventswidget-wrap ul li a.redlink:hover,
.dsc-upcomingeventswidget-wrap ul li a.redlink:focus {
    color: #54585a;
}

.dsc-upcomingeventswidget-wrap ul li a.greylink {
    max-width: 62%;
}

@media screen and (max-width:992px) {
    .dsc-upcomingeventswidget-wrap ul li a.greylink {
        max-width: none;
    }
}

@media screen and (max-width:480px) {
    .dsc-upcomingeventswidget-wrap ul li a.greylink {
        max-width: 62%;
    }
}

.dsc-rtewidget {
    width: 100%;
    max-width: 100%;
    padding: 7px 0 0 0;
    background: transparent;
    overflow: auto;
    border-top: 1px solid #eee;
}

.dsc-rtewidget ul,
.dsc-rtewidget ol {
    padding-left: 9px;
    list-style: none;
}

.dsc-rtewidget ul li,
.dsc-rtewidget ol li {
    position: relative;
    text-align: left;
    padding-left: 15px;
}

.dsc-rtewidget ul li:before,
.dsc-rtewidget ol li:before {
    font-family: "FontAwesome";
    content: "";
    font-size: 11px;
    color: #ba0c2f;
    position: absolute;
    left: 0;
    top: 3px;
}

.dsc-rtewidget ul a,
.dsc-rtewidget ol a {
    color: #ba0c2f;
    font-weight: bold;
}

.dsc-rtewidget ul a:hover,
.dsc-rtewidget ul a:focus,
.dsc-rtewidget ol a:hover,
.dsc-rtewidget ol a:focus {
    color: #54585a;
}

.dsc-rtewidget-wrap {
    padding-left: 0;
}

.dsc-buttonlinkswidget {
    width: 100%;
    max-width: 100%;
    padding: 7px 0 0 0;
    background: transparent;
    overflow: hidden;
    border-top: 1px solid #eee;
}

.dsc-buttonlinkswidget-wrap {
    padding: 0;
}

.dsc-buttonlinkswidget-wrap a {
    white-space: normal;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 11px;
    padding: 5px 3px;
    transition: none;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    min-height: 45px;
    width: 100%;
}

.dsc-buttonlinkswidget-col {
    min-height: 45px;
    height: 45px;
    margin-bottom: 7px;
}

.dsc-buttonlinkswidget-wrap a:hover {
    background: #ba0c2f;
    border-color: #ba0c2f;
    color: #fff;
}

.fs-wrapper {
    position: relative;
    height: 0;
    overflow: hidden;
    padding: 0 0 625px 0;
}

.fs-wrapper iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: none;
}

@media screen and (max-width:690px) {
    .fs-wrapper {
        padding: 0 0 725px 0;
    }
}

#template.landing .mctabcolumn {
    color: #000;
}

#template.landing .mctabcolumn ul {
    list-style-type: none;
}

#template.landing .mctabcolumn ul li {
    position: relative;
    padding-left: 20px;
}

#template.landing .mctabcolumn ul li:before {
    font-family: "FontAwesome";
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 13px;
    color: #ba0c2f;
}

#template.landing .mctabcolumn ul li li:before {
    content: "";
}

@media screen and (max-width:480px) {
    .mctabcolumn {
        padding-left: 0;
        padding-right: 0;
    }
}

.dsc-connections div.empty {
    height: 0;
}

.dsc-connections .fake-a,
.dsc-connections a img {
    margin-top: 15px;
    max-width: 65px;
    padding-right: 5px;
    padding-left: 5px;
}

@media screen and (max-width:767px) {
    .dsc-connections .fake-a,
    .dsc-connections a img {
        padding-right: 0;
        padding-left: 0;
    }
}

#topmenu {
    color: #000;
    background: #fff;
    font-family: "Open Sans", Arial, sans-serif;
    font-style: normal;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0;
    font-size: 14px;
    display: block;
}

#topmenu:before {
    content: "";
    width: 100%;
    min-height: 10px;
    background: #ba0c2f;
    display: block;
}

#topmenu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#topmenu ul.topnavleft {
    float: left;
}

#topmenu ul.topnavright {
    float: right;
}

#topmenu ul li {
    float: left;
    margin-right: 17px;
    padding: 0;
}

#topmenu ul li a {
    display: block;
    color: #000;
    text-decoration: none;
    padding: 9px 3px;
}

#topmenu ul li a.tacticalbtn {
    color: #ba0c2f;
    padding: 7px 16px;
    background: #f2f2f2;
}

#topmenu ul li a:hover {
    text-decoration: underline;
}

#topmenu ul li a:focus {
    text-decoration: underline;
    outline: 0;
}

#topmenu ul li a.tacticalbtn:hover,
#topmenu ul li a.tacticalbtn:focus {
    color: #fff;
    background: #54585a;
    text-decoration: none;
}

#topmenu ul li:last-child {
    margin-right: 0;
}

#navUtility .navbar-subpage div.utilnavwrapper {
    display: none;
    padding: 0;
}

#navUtility .navbar-toggle.collapsed {
    padding: 0 12px 10px 12px;
}

@media screen and (max-width:992px) {
    #navUtility .navbar-subpage div.utilnavwrapper {
        display: block;
    }
    #topmenu {
        display: none;
    }
}

.collapsed span.icon-bar.bottom-bar:after {
    content: "Menu";
    font-size: 14px;
    width: 100%;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: auto;
}

.page-header.scroll-to-fixed-fixed.showButton h1 .btn-menu .bottom-bar:after {
    display: none;
}

@media screen and (max-width:991px) {
    .collapsed span.icon-bar.bottom-bar:after {
        display: none;
    }
    #navUtility .navbar-toggle.collapsed {
        padding: 10px 12px;
    }
}

.bluefooter {
    background: #54585a;
    color: #fff;
    overflow: auto;
    padding: 30px 15px;
}

.bluefooter .container {
    padding-right: 0;
    padding-left: 0;
}

.bluefooter .footercolumn {
    font-size: 14px;
    text-align: left;
}

.bluefooter .footercolumn h2,
.bluefooter .footercolumn .h2,
.bluefooter .footercolumn h3,
.bluefooter .footercolumn .h3,
.bluefooter .footercolumn h4,
.bluefooter .footercolumn .h4,
.bluefooter .footercolumn h5,
.bluefooter .footercolumn .h5,
.bluefooter .footercolumn h6,
.bluefooter .footercolumn .h6 {
    margin-top: 0;
    font-weight: bold;
    font-size: 18px;
}

.bluefooter .footercolumn h1,
.bluefooter .footercolumn .h1,
.bluefooter .footercolumn h2,
.bluefooter .footercolumn .h2,
.bluefooter .footercolumn h4,
.bluefooter .footercolumn .h4,
.bluefooter .footercolumn h6,
.bluefooter .footercolumn .h6 {
    color: #fff;
}

@media screen and (max-width:768px) {
    .bluefooter .footercolumn {
        margin-bottom: 20px;
    }
}

.bluefooter .footercolumn ul {
    list-style: none;
    padding: 0;
}

#footer {
    padding: 0 !important;
}

#footer>div.container {
    width: 100% !important;
}

@media screen and (max-width:479px) {
    #footer>div.container {
        padding: 0;
    }
}

#footer a {
    color: #fff;
    font-weight: 600;
}

#footer a:hover,
#footer a:focus {
    color: #fff;
    text-decoration: underline;
}

#footer .footerbottom {
    background: #000;
    color: #fff;
    padding: 15px;
}

#footer .footerlogo {
    padding: 20px 0 10px 0;
}

#footer .footerlogo a:hover {
    border: none;
    text-decoration: none;
}

#footer .footerlogo img {
    margin-bottom: 10px;
}

#footer .bluefooter .footercolumn ul li a {
    color: #fff;
    font-weight: normal;
}

#footer .bluefooter .footercolumn ul li a:hover,
#footer .bluefooter .footercolumn ul li a:focus {
    outline: 0;
    text-decoration: underline;
}

#footer .bluefooter .footercolumn ul.social {
    text-align: left;
}

#footer .bluefooter .footercolumn ul.social li a {
    font-size: 32px;
    padding: 2px;
}

#footer .bluefooter .footercolumn ul.social li a:focus {
    outline: 0;
    text-decoration: none;
    border: 1px solid #fff;
}

#footer .bluefooter .footercolumn ul.social li a:hover {
    color: #a1a5a7;
    text-decoration: none;
}

#footer .bluefooter .footercolumn ul.social li {
    border: none;
    width: 42px;
}

@media screen and (max-width:768px) {
    #footer .footerlogo {
        padding: 20px 0 10px 0;
    }
}

.deptnavhead,
.homenavhead {
    color: #fff;
    border-bottom: #fff 1px dotted;
    padding: 0 0 7px 0;
    margin: 0 0 10px 0;
    display: block;
    width: 100%;
    text-align: right;
    font-size: 22px;
}

@media(max-width:767px) {
    .deptnavhead,
    .homenavhead {
        font-size: 16px;
    }
}

.sub-dept-wrap {
    padding-top: 22px;
    background-color: #54585a;
    color: #fff;
}

.sub-dept-wrap .dept-page-header.dwrap {
    border: none;
}

.sub-dept-wrap .sub-dept a {
    color: #fff;
    font-weight: 700;
}

.sub-dept-wrap .sub-dept a:hover,
.sub-dept-wrap .sub-dept a:focus {
    color: #fff;
    text-decoration: underline;
    outline: 0;
}

.sub-dept-wrap .container {
    border: none;
}

.sub-dept-wrap .dept-page-header.dnav {
    padding: 9px 0 2px 0;
}

.sub-dept-wrap .dept-page-header .btn,
.sub-dept-wrap .dept-page-header .form-submit {
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 11px;
    padding: 11px 12px;
    display: block;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.sub-dept-wrap .dept-navigation {
    margin: 0 2% 0 10px;
}

.sub-dept-wrap div.sub-dept {
    font-size: 34px;
    margin-top: 5px;
    margin-bottom: 25px;
    font-weight: bold;
    position: relative;
    text-transform: none;
    font-family: "Open Sans", Arial, sans-serif;
    line-height: 1.1;
    letter-spacing: 1px;
}

.sub-dept-wrap h1.sub-dept {
    font-size: 38px;
}

.sub-dept-wrap.bg-primary {
    background-color: #ba0c2f;
}

.sub-dept-wrap.bg-primary .sub-dept a {
    color: #fff;
}

.sub-dept-wrap.bg-primary .sub-dept a:hover,
.sub-dept-wrap.bg-primary .sub-dept a:focus {
    color: #fff;
    text-decoration: underline;
    outline: 0;
}

.sub-dept-wrap.bg-blue_gray {
    background-color: #212527;
}

.sub-dept-wrap.bg-blue_gray .sub-dept a {
    color: #fff;
}

.sub-dept-wrap.bg-blue_gray .sub-dept a:hover,
.sub-dept-wrap.bg-blue_gray .sub-dept a:focus {
    color: #fff;
    text-decoration: underline;
    outline: 0;
}

.sub-dept-wrap.bg-white {
    background-color: #fff;
    color: #ba0c2f;
}

.sub-dept-wrap.bg-white .sub-dept a {
    color: #ba0c2f;
}

.sub-dept-wrap.bg-white .sub-dept a:hover,
.sub-dept-wrap.bg-white .sub-dept a:focus {
    color: #ba0c2f;
    text-decoration: underline;
    outline: 0;
}

.sub-dept-wrap.bg-light_gray {
    background-color: #f2f2f2;
    color: #ba0c2f;
}

.sub-dept-wrap.bg-light_gray .sub-dept a {
    color: #ba0c2f;
}

.sub-dept-wrap.bg-light_gray .sub-dept a:hover,
.sub-dept-wrap.bg-light_gray .sub-dept a:focus {
    color: #ba0c2f;
    text-decoration: underline;
    outline: 0;
}

@media screen and (max-width:992px) {
    .sub-dept-wrap {
        display: none;
    }
}

@media screen and (max-width:992px) {
    .sub-dept-wrap div.sub-dept {
        margin-bottom: 20px;
    }
    .dept-page-header.dnav {
        border: none;
    }
    .dept-page-header.dwrap .cwu-sub-dept {
        display: none;
    }
    .dept-page-header.dwrap .div-view-one {
        display: none;
    }
}

.umc-cwu-widget {
    background: none;
    overflow: auto;
    max-width: 100%;
    line-height: 1.5;
}

.umc-cwu-widget ul {
    list-style: none;
    padding: 0;
}

.umc-cwu-widget ul li {
    display: inline-block;
}

.umc-cwu-widget ul li>a {
    font-size: 25px;
    font-family: "FontAwesome";
    font-weight: 400;
    font-style: normal;
    padding: 1px;
    color: #54585a;
}

.umc-cwu-widget ul li>a:hover {
    color: #ba0c2f;
    background: none;
    text-decoration: none;
}

.umc-cwu-widget ul li>a:focus {
    outline: 0;
    border: solid 1px #54585a;
    text-decoration: none;
}

.umc-cwu-widget ul li>div {
    font-size: 25px;
    font-family: "FontAwesome";
    font-weight: 400;
    font-style: normal;
    padding: 0;
    color: #54585a;
}

.umc-cwu-widget.cwu-sidebar {
    border-top: 1px solid #eee;
    margin-top: 10px;
}

@media screen and (max-width:991px) {
    .umc-cwu-widget.cwu-sidebar {
        padding-top: 20px;
        padding-bottom: 15px;
        margin-top: 0;
    }
}

.umc-cwu-widget.cwu-sidebar ul {
    margin: 10px 0 0 0;
    text-align: center;
}

.umc-cwu-widget.cwu-sidebar ul li {
    margin-left: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
}

@media screen and (max-width:1199px) {
    .umc-cwu-widget.cwu-sidebar ul li {
        margin-left: 15px;
    }
}

@media screen and (max-width:991px) {
    .umc-cwu-widget.cwu-sidebar ul li {
        margin-left: 40px;
    }
}

.umc-cwu-widget.cwu-sidebar ul li:first-child {
    margin-left: 0;
}

.umc-cwu-widget.cwu-sidebar ul li>a {
    font-size: 30px;
}

@media screen and (max-width:991px) {
    .umc-cwu-widget.cwu-sidebar ul li>a {
        font-size: 40px;
    }
}

.umc-cwu-widget.cwu-sidebar ul li>div {
    font-size: 30px;
}

@media screen and (max-width:991px) {
    .umc-cwu-widget.cwu-sidebar ul li>div {
        font-size: 40px;
    }
}

@media screen and (max-width:991px) {
    .umc-cwu-widget.cwu-sidebar ul {
        text-align: center;
    }
    .umc-cwu-widget.cwu-sidebar ul li:first-child {
        margin-left: 0;
    }
}

.umc-cwu-widget.cwu-subhead,
.umc-cwu-widget.cwu-sub-dept,
.umc-cwu-widget.cwu-landhead {
    border-top: none;
    margin: 0 0 20px 0;
    padding: 0;
}

.umc-cwu-widget.cwu-subhead ul,
.umc-cwu-widget.cwu-sub-dept ul,
.umc-cwu-widget.cwu-landhead ul {
    margin: 10px 10px 0 0;
    text-align: right;
}

.umc-cwu-widget.cwu-subhead ul li,
.umc-cwu-widget.cwu-sub-dept ul li,
.umc-cwu-widget.cwu-landhead ul li {
    margin-left: 40px;
}

.umc-cwu-widget.cwu-subhead ul li:first-child,
.umc-cwu-widget.cwu-sub-dept ul li:first-child,
.umc-cwu-widget.cwu-landhead ul li:first-child {
    margin-left: 0;
}

.umc-cwu-widget.cwu-subhead ul li>a,
.umc-cwu-widget.cwu-sub-dept ul li>a,
.umc-cwu-widget.cwu-landhead ul li>a {
    font-size: 32px;
}

@media screen and (max-width:991px) {
    .umc-cwu-widget.cwu-subhead ul li>a,
    .umc-cwu-widget.cwu-sub-dept ul li>a,
    .umc-cwu-widget.cwu-landhead ul li>a {
        font-size: 37px;
    }
}

.umc-cwu-widget.cwu-subhead ul li>div,
.umc-cwu-widget.cwu-sub-dept ul li>div,
.umc-cwu-widget.cwu-landhead ul li>div {
    font-size: 32px;
}

@media screen and (max-width:991px) {
    .umc-cwu-widget.cwu-subhead ul li>div,
    .umc-cwu-widget.cwu-sub-dept ul li>div,
    .umc-cwu-widget.cwu-landhead ul li>div {
        font-size: 37px;
    }
}

@media screen and (max-width:991px) {
    .umc-cwu-widget.cwu-subhead ul,
    .umc-cwu-widget.cwu-sub-dept ul,
    .umc-cwu-widget.cwu-landhead ul {
        text-align: left;
    }
}

@media screen and (max-width:767px) {
    .umc-cwu-widget.cwu-subhead ul,
    .umc-cwu-widget.cwu-sub-dept ul,
    .umc-cwu-widget.cwu-landhead ul {
        text-align: center;
    }
}

.bg-primary .umc-cwu-widget.cwu-sub-dept ul li>a,
.bg-primary-dark .umc-cwu-widget.cwu-sub-dept ul li>a,
.bg-primary .umc-cwu-widget.cwu-landhead ul li>a,
.bg-primary-dark .umc-cwu-widget.cwu-landhead ul li>a {
    color: #fff;
}

.bg-primary .umc-cwu-widget.cwu-sub-dept ul li>a:hover,
.bg-primary-dark .umc-cwu-widget.cwu-sub-dept ul li>a:hover,
.bg-primary .umc-cwu-widget.cwu-landhead ul li>a:hover,
.bg-primary-dark .umc-cwu-widget.cwu-landhead ul li>a:hover {
    color: #f2f2f2;
}

.bg-primary .umc-cwu-widget.cwu-sub-dept ul li>a:focus,
.bg-primary-dark .umc-cwu-widget.cwu-sub-dept ul li>a:focus,
.bg-primary .umc-cwu-widget.cwu-landhead ul li>a:focus,
.bg-primary-dark .umc-cwu-widget.cwu-landhead ul li>a:focus {
    outline: 0;
    border: solid 1px #fff;
}

.bg-primary .umc-cwu-widget.cwu-sub-dept ul li>div,
.bg-primary-dark .umc-cwu-widget.cwu-sub-dept ul li>div,
.bg-primary .umc-cwu-widget.cwu-landhead ul li>div,
.bg-primary-dark .umc-cwu-widget.cwu-landhead ul li>div {
    color: #fff;
}

.bg-blue_gray .umc-cwu-widget.cwu-sub-dept ul li>a,
.bg-blue_gray .umc-cwu-widget.cwu-landhead ul li>a {
    color: #fff;
}

.bg-blue_gray .umc-cwu-widget.cwu-sub-dept ul li>a:hover,
.bg-blue_gray .umc-cwu-widget.cwu-landhead ul li>a:hover {
    color: #ba0c2f;
}

.bg-blue_gray .umc-cwu-widget.cwu-sub-dept ul li>a:focus,
.bg-blue_gray .umc-cwu-widget.cwu-landhead ul li>a:focus {
    outline: 0;
    border: solid 1px #fff;
}

.bg-blue_gray .umc-cwu-widget.cwu-sub-dept ul li>div,
.bg-blue_gray .umc-cwu-widget.cwu-landhead ul li>div {
    color: #fff;
}

@media screen and (max-width:991px) {
    .umc-cwu-widget.cwu-sub-dept ul li>a {
        color: #54585a;
    }
    .umc-cwu-widget.cwu-sub-dept ul li>a:hover {
        color: #ba0c2f;
    }
    .umc-cwu-widget.cwu-sub-dept ul li>a:focus {
        outline: 0;
        border: solid 1px #54585a;
    }
    .umc-cwu-widget.cwu-sub-dept ul li>div {
        color: #54585a;
    }
}

.bg-white .umc-cwu-widget.cwu-landhead ul li {
    color: #54585a;
}

.page-header.scroll-to-fixed-fixed .umc-cwu-widget.cwu-subhead ul li>a {
    color: #fff;
}

.page-header.scroll-to-fixed-fixed .umc-cwu-widget.cwu-subhead ul li>a:hover,
.page-header.scroll-to-fixed-fixed .umc-cwu-widget.cwu-subhead ul li>a:focus {
    color: #f2f2f2;
}

.page-header.scroll-to-fixed-fixed .umc-cwu-widget.cwu-subhead ul li>div {
    color: #fff;
}

.div-view-one {
    margin-bottom: 15px;
}

.dsc-btn-link-menu-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

@media screen and (max-width:768px) {
    .dsc-btn-link-menu-row {
        display: block;
    }
}

.dsc-btn-link-menu-col {
    padding-right: 7px;
    padding-left: 7px;
    min-height: 45px;
}

.dsc-btn-link-menu-col>a {
    height: 100%;
    min-height: 45px;
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    white-space: normal;
    padding: 5px 3px !important;
}

.editor-breakout {
    padding: 15px 20px;
    z-index: 99;
    background-color: #f2f2f2;
    position: relative;
}

.tab-content .tab-pane .tab-collapsable .editor-breakout {
    padding: 15px 20px !important;
}

#template.landing div.editor-breakout {
    color: #000;
}

#template.landing div.editor-breakout a {
    color: #ba0c2f !important;
}

.editor-breakout.right {
    margin-left: 10px;
    margin-right: 20px;
    float: right;
    clear: right;
}

.editor-breakout.left {
    margin-right: 10px;
    float: left;
    clear: left;
}

.editor-breakout.center {
    margin: 0 auto 26px auto;
}

@media screen and (max-width:768px) {
    .editor-breakout {
        width: 100% !important;
        float: none !important;
        clear: both !important;
        margin: 15px 0 !important;
    }
}

.umc-share-block {
    background: none;
    overflow: auto;
    max-width: 100%;
    line-height: 1.5;
}

.umc-share-block .fa-google-plus:before,
.umc-share-block .fa-facebook:before,
.umc-share-block .fa-twitter:before,
.umc-share-block .fa-linkedin:before {
    border-radius: 100%;
    display: table-cell;
    height: 55px;
    width: 55px;
    vertical-align: middle;
}

.umc-share-block .umc-share-title {
    text-transform: uppercase;
    text-align: left;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}

.umc-share-block ul {
    list-style: none;
    padding: 0 !important;
    text-align: left;
    margin-top: 15px;
}

.umc-share-block ul li {
    display: inline-block;
    text-align: center;
}

.umc-share-block ul li>a {
    font-size: 32px;
    font-family: "FontAwesome";
    font-weight: 400;
    font-style: normal;
    margin: 0 5px;
    color: #fff;
    background: #ba0c2f;
    border-radius: 100%;
}

.umc-share-block ul li>a:focus {
    outline: 0;
}

.umc-share-block ul li>a.fa-google-plus:hover,
.umc-share-block ul li>a.fa-google-plus:focus {
    color: #fff !important;
    background: #d34836 !important;
    text-decoration: none;
}

.umc-share-block ul li>a.fa-facebook:hover,
.umc-share-block ul li>a.fa-facebook:focus {
    color: #fff !important;
    background: #3b5998 !important;
    text-decoration: none;
}

.umc-share-block ul li>a.fa-linkedin:hover,
.umc-share-block ul li>a.fa-linkedin:focus {
    color: #fff !important;
    background: #0077b5 !important;
    text-decoration: none;
}

.umc-share-block ul li>a.fa-twitter:hover,
.umc-share-block ul li>a.fa-twitter:focus {
    color: #fff !important;
    background: #00aced !important;
    text-decoration: none;
}

.umc-share-block ul li:first-child>a {
    margin-left: 0;
}

.umc-share-block.centershare .umc-share-title {
    text-align: center;
}

.umc-share-block.centershare ul {
    text-align: center;
}

.umc-share-block.centershare li:first-child>a {
    margin-left: 5px;
}

.umc-share-block.share-subpagecolumn {
    margin-bottom: 10px;
}

.umc-share-block.share-subpagecolumn .fa-google-plus:before,
.umc-share-block.share-subpagecolumn .fa-facebook:before,
.umc-share-block.share-subpagecolumn .fa-twitter:before,
.umc-share-block.share-subpagecolumn .fa-linkedin:before {
    height: 45px;
    width: 45px;
}

.umc-share-block.share-subpagecolumn .umc-share-title {
    color: #000;
}

.umc-share-block.share-subpagecolumn ul {
    margin-bottom: 0 !important;
}

.umc-share-block.share-subpagecolumn ul li {
    padding-left: 0 !important;
}

.umc-share-block.share-subpagecolumn ul li:before {
    display: none;
}

.umc-share-block.share-subpagecolumn ul li>a {
    font-size: 26px;
}

.umc-share-block.share-sidebar {
    border-top: 1px solid #eee;
    margin-top: 10px;
}

@media screen and (max-width:991px) {
    .umc-share-block.share-sidebar {
        padding-top: 20px;
        padding-bottom: 15px;
        margin-top: 0;
    }
}

.umc-share-block.share-sidebar .fa-google-plus:before,
.umc-share-block.share-sidebar .fa-facebook:before,
.umc-share-block.share-sidebar .fa-twitter:before,
.umc-share-block.share-sidebar .fa-linkedin:before {
    height: 45px;
    width: 45px;
}

.umc-share-block.share-sidebar .umc-share-title {
    color: #000;
}

.umc-share-block.share-sidebar ul li>a {
    font-size: 26px;
}

#template.landing .component .umc-share-block.share-landhead,
.umc-share-block.share-subhead {
    margin-top: 0;
}

#template.landing .component .umc-share-block.share-landhead .fa-google-plus:before,
#template.landing .component .umc-share-block.share-landhead .fa-facebook:before,
#template.landing .component .umc-share-block.share-landhead .fa-twitter:before,
#template.landing .component .umc-share-block.share-landhead .fa-linkedin:before,
.umc-share-block.share-subhead .fa-google-plus:before,
.umc-share-block.share-subhead .fa-facebook:before,
.umc-share-block.share-subhead .fa-twitter:before,
.umc-share-block.share-subhead .fa-linkedin:before {
    height: 45px;
    width: 45px;
}

#template.landing .component .umc-share-block.share-landhead .umc-share-title,
.umc-share-block.share-subhead .umc-share-title {
    display: none;
}

#template.landing .component .umc-share-block.share-landhead ul li>a,
.umc-share-block.share-subhead ul li>a {
    font-size: 26px;
}

#template.landing .component .umc-share-block.share-landhead ul li:last-child>a,
.umc-share-block.share-subhead ul li:last-child>a {
    margin-right: 0;
}

#template.landing .section.bg-primary .umc-share-block.component ul li>a,
#template.landing .section.bg-primary-dark .umc-share-block.component ul li>a,
#template.landing .section.bg-black .umc-share-block.component ul li>a,
#template.landing .section.bg-blue_gray .umc-share-block.component ul li>a,
#template.landing .section .row>div.bg-primary .umc-share-block.component ul li>a,
#template.landing .section .row>div.bg-primary-dark .umc-share-block.component ul li>a,
#template.landing .section .row>div.bg-black .umc-share-block.component ul li>a,
#template.landing .section .row>div.bg-blue_gray .umc-share-block.component ul li>a,
.bg-primary .umc-share-block.share-landhead ul li>a,
.bg-primary-dark .umc-share-block.share-landhead ul li>a,
.bg-blue_gray .umc-share-block.share-landhead ul li>a,
.bg-black .umc-share-block.share-landhead ul li>a,
.bg-primary .umc-share-block.share-subpagecolumn ul li>a,
.bg-black .umc-share-block.share-subpagecolumn ul li>a,
.bg-blue_gray .umc-share-block.share-subpagecolumn ul li>a {
    color: #ba0c2f;
    background: #fff;
}

#template.landing .section.bg-primary .umc-share-block.component ul li>div,
#template.landing .section.bg-primary-dark .umc-share-block.component ul li>div,
#template.landing .section.bg-black .umc-share-block.component ul li>div,
#template.landing .section.bg-blue_gray .umc-share-block.component ul li>div,
#template.landing .section .row>div.bg-primary .umc-share-block.component ul li>div,
#template.landing .section .row>div.bg-primary-dark .umc-share-block.component ul li>div,
#template.landing .section .row>div.bg-black .umc-share-block.component ul li>div,
#template.landing .section .row>div.bg-blue_gray .umc-share-block.component ul li>div,
.bg-primary .umc-share-block.share-landhead ul li>div,
.bg-primary-dark .umc-share-block.share-landhead ul li>div,
.bg-blue_gray .umc-share-block.share-landhead ul li>div,
.bg-black .umc-share-block.share-landhead ul li>div,
.bg-primary .umc-share-block.share-subpagecolumn ul li>div,
.bg-black .umc-share-block.share-subpagecolumn ul li>div,
.bg-blue_gray .umc-share-block.share-subpagecolumn ul li>div {
    color: #fff;
}

.bg-primary .umc-share-block.share-subpagecolumn .umc-share-title,
.bg-black .umc-share-block.share-subpagecolumn .umc-share-title,
.bg-blue_gray .umc-share-block.share-subpagecolumn .umc-share-title {
    color: #fff;
}

.subpage {
    margin-top: 0;
    padding-bottom: 80px;
}

.subpage>*:first-child {
    margin-top: 0;
}

.subpage div.stickySubMenuSpacer {
    width: 100% !important;
    float: left !important;
}

.subpage .main-content h3 {
    color: #ba0c2f;
    font-weight: bold;
}

.subpage .main-content h4 {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.subpage .main-content p {
    margin-bottom: 26px;
    line-height: 26px;
}

.subpage .main-content>a.gray-blue {
    color: #54585a;
}

.subpage .main-content>a.gray-blue:hover {
    color: #ba0c2f;
}

.subpage .main-content a {
    font-weight: 700;
}

.subpage .main-content>a:hover {
    color: #ba0c2f;
    border-bottom: 1px solid #ba0c2f;
}

.subpage .main-content ul,
.subpage .main-content ol {
    padding-left: 25px;
    margin-bottom: 26px;
}

.subpage .main-content ul>li,
.subpage .main-content ol>li {
    font-size: 16px;
    line-height: 26px;
    position: relative;
}

.subpage .main-content ul>li+li,
.subpage .main-content ol>li+li {
    margin-top: 1px;
}

.subpage .main-content ul>li ul,
.subpage .main-content ol>li ul {
    margin: 6px 0 6px 10px;
}

.subpage .main-content ul>li a,
.subpage .main-content ol>li a {
    font-weight: bold;
}

.subpage .main-content ul a,
.subpage .main-content ol a {
    font-weight: bold;
}

.subpage .main-content ul {
    list-style: none !important;
}

.subpage .main-content ul li {
    position: relative;
    padding-left: 20px;
}

.subpage .main-content ul li:before {
    font-family: "FontAwesome";
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    color: #ba0c2f;
    font-size: 13px;
}

.subpage .main-content ul li li:before {
    content: "";
}

.subpage .main-content ul li ul {
    padding-left: 2px;
    list-style: none;
}

.subpage .main-content ol {
    padding-left: 40px;
}

.subpage .main-content ol li {
    padding-left: 0;
}

.subpage .main-content ol li ol {
    margin: 0;
    padding-left: 26px;
    list-style-type: lower-alpha;
}

@media screen and (max-width:768px) {
    .subpage .main-content h3 {
        font-size: 20px;
    }
    .subpage .main-content h4,
    .subpage .main-content p,
    .subpage .main-content ul>li,
    .subpage .main-content ol>li {
        font-size: 14px;
        line-height: 22px;
    }
    .subpage .main-content ul {
        padding-left: 12px;
    }
    .subpage .main-content ol {
        padding-left: 25px;
    }
}

@media screen and (max-width:480px) {
    .subpage .main-content img {
        margin: 0 auto 15px auto !important;
        display: block;
        float: none !important;
    }
    .subpage .main-content h1 {
        font-size: 35px;
    }
    .subpage .main-content h2 {
        font-size: 25px;
        font-size: 7vw;
        line-height: 1.33;
    }
    .subpage .main-content h3 {
        font-size: 22px;
    }
}

.subpage .navmenu .panel-group .panel {
    background: none;
    border: none;
    border-top: 1px solid #eee;
    border-left: 4px solid #54585a;
    box-shadow: none;
}

.subpage .navmenu .panel-group .panel+.panel {
    margin-top: 3px;
}

.subpage .navmenu .panel-group .panel.active {
    border-left: 4px solid #ba0c2f;
}

.subpage .navmenu .panel-group .panel .panel-title {
    position: relative;
    text-transform: uppercase;
}

.subpage .navmenu .panel-group .panel .panel-title>a {
    font-family: "Open Sans", Arial, sans-serif;
    color: #54585a;
    font-size: 14px;
    font-weight: bold;
}

.subpage .navmenu .panel-group .panel .panel-title>a:hover,
.subpage .navmenu .panel-group .panel .panel-title>a:focus {
    color: #ba0c2f;
    border: none;
    outline: 0;
}

.subpage .navmenu .panel-group .panel .panel-title>button {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
    background: none;
    border: none;
}

.subpage .navmenu .panel-group .panel .panel-title>button:hover {
    color: #ba0c2f;
}

.subpage .navmenu .panel-group .panel .panel-title>button>.fa:before {
    content: "";
}

.subpage .navmenu .panel-group .panel .panel-title>button.collapsed>.fa:before {
    content: "";
}

.subpage .navmenu .panel-group .panel .panel-body {
    border: none;
    padding: 0 15px;
}

.subpage .navmenu .panel-group .panel .panel-body li a {
    color: #54585a;
    font-weight: normal;
    font-size: 14px;
    padding: 7px 15px;
}

.subpage .navmenu .panel-group .panel .panel-body li a:hover {
    color: #ba0c2f;
    background: none;
    border: none;
}

@media screen and (min-width:992px) {
    .subpage .offcanvas {
        display: block;
    }
    .subpage .navmenu {
        width: auto;
        border-bottom: 1px solid #fff;
    }
    .subpage .navmenu-fixed-left {
        position: relative;
        z-index: 0;
        border-right: 0;
        background: none;
    }
    .subpage .navmenu-fixed-left .navmenu-brand {
        margin-top: 0;
    }
    .subpage .navmenu-fixed-left .navmenu-brand:hover {
        border: none;
    }
}

@media screen and (max-width:992px) {
    .subpage .navmenu .navmenu-brand {
        font-size: 17px;
        background: #212527;
        color: #fff;
        margin: 0;
        padding: 11px 15px;
    }
    .subpage .navmenu {
        background: #212527;
    }
    .subpage .navmenu .panel-group .panel+.panel {
        margin-top: 0;
    }
    .subpage .navmenu .panel-group .panel:last-child {
        border-bottom: 1px solid #a1a5a7;
    }
    .subpage .navmenu .panel-group .panel .panel-heading {
        padding: 0;
    }
    .subpage .navmenu .panel-group .panel .panel-title {
        padding: 0;
    }
    .subpage .navmenu .panel-group .panel .panel-title>a {
        color: #fff;
        padding: 10px 15px;
        display: block;
        line-height: 20px;
    }
    .subpage .navmenu .panel-group .panel .panel-title>a:hover {
        color: #54585a;
        background: #fff;
    }
    .subpage .navmenu .panel-group .panel .panel-title>a:hover+button>.fa {
        color: #54585a;
    }
    .subpage .navmenu .panel-group .panel .panel-title>button {
        right: 10px;
    }
    .subpage .navmenu .panel-group .panel .panel-title>button>.fa {
        color: #fff;
    }
    .subpage .navmenu .panel-group .panel.active .panel-title>a,
    .subpage .navmenu .panel-group .panel.active .panel-title>a:hover {
        color: #54585a;
        background: #eee;
    }
    .subpage .navmenu .panel-group .panel.active .panel-title>button>.fa,
    .subpage .navmenu .panel-group .panel.active .panel-title>button>.fa:hover {
        color: #54585a;
    }
    .subpage .navmenu .panel-group .panel .panel-body {
        background: #edf1f3;
        padding: 0;
    }
    .subpage .navmenu .panel-group .panel .panel-body li {
        font-family: "Open Sans", Arial, sans-serif;
    }
    .subpage .navmenu .panel-group .panel .panel-body li>a {
        font-weight: bold;
        padding: 10px 15px 10px 25px;
    }
    .subpage .navmenu .panel-group .panel .panel-body li>a:hover {
        background: #eee;
    }
    .subpage .navmenu .panel-group .panel .panel-body li+li {
        border-top: 1px solid #a1a5a7;
    }
    .subpage .navmenu .panel-group .panel.active .panel-body {
        border-top: 1px solid #54585a;
    }
}

.subpage .subhead {
    text-align: center;
    margin-bottom: 58px;
}

.subpage .subhead>*:first-child {
    margin-top: 0;
}

.subpage .subhead h2 {
    font-weight: bold;
}

.subpage .subhead h3 {
    font-size: 32px;
    margin-top: 0;
}

.subpage .subhead p {
    font-size: 18px;
    color: #000;
}

@media screen and (min-width:768px) {
    .subpage .subhead {
        margin-bottom: 58px;
    }
    .subpage .subhead h3 {
        font-size: 32px;
        margin-top: 0;
    }
    .subpage .subhead p {
        font-size: 16px;
    }
}

@media screen and (min-width:992px) {
    .subpage .subhead {
        text-align: left;
    }
}

.subpage .subhead.alt {
    margin-bottom: 35px;
    text-align: left;
}

.subpage .subhead.alt>*:last-child {
    margin-bottom: 0;
}

@media screen and (max-width:768px) {
    .subpage .subhead h2 {
        font-size: 22px;
    }
    .subpage .subhead p {
        font-size: 14px;
    }
}

.subpage .page-header .btn:hover {
    background: #ba0c2f;
    border-color: #ba0c2f;
    color: #fff;
}

.subpage .page-header .btn.btn-primary:hover {
    background: #fff;
    border: 1px solid #ba0c2f !important;
    color: #ba0c2f;
}

.subpage .nav-tabs-justified {
    padding-left: 0 !important;
    margin-bottom: -1px !important;
    overflow: hidden;
}

.subpage .nav-tabs-justified>li {
    padding-left: 1px !important;
}

.subpage .nav-tabs-justified>li:before {
    display: none;
}

.subpage .component.employee-details h2 {
    margin-top: 0;
}

.subpage .component.employee-details img {
    margin-bottom: 20px;
}

.subpage .component.employee-details p span {
    display: inline-block;
    width: 30%;
    font-weight: bold;
}

.subpage .component.employee-details .row+hr {
    margin-top: 0;
}

.subpage .component.employee-details .row a+.section {
    margin-top: 25px;
    border-top: 1px solid #ba0c2f;
}

.subpage .component.employee-details .row .section {
    padding: 18px 0 15px;
}

.subpage .component.employee-details .row a:hover,
.subpage .component.employee-details .row a:focus {
    text-decoration: underline;
}

.subpage .component.employee-details .section p {
    margin-bottom: 0;
}

.subpage .component.employee-details .section+.section {
    border-top: 1px solid #ba0c2f;
}

@media(max-width:767px) {
    .subpage .component.employee-details p span {
        display: block;
        width: 100%;
    }
}

.subpage .component.employee-listing {
    padding: 20px;
    position: relative;
}

.subpage .component.employee-listing.bg-alt {
    background: #eceeef;
}

.subpage .component.employee-listing img {
    width: 100%;
    display: block;
    border: 1px solid #54585a;
}

.subpage .component.employee-listing h3 {
    margin: 0 0 15px;
}

.subpage .component.employee-listing h3 a:link,
.subpage .component.employee-listing h3 a:visited {
    color: #ba0c2f;
    border: none;
}

.subpage .component.employee-listing h3 a:hover {
    color: #54585a;
}

.subpage .component.employee-listing p {
    margin: 0 0 15px;
}

.subpage .component.employee-listing a+p {
    margin: 15px 0 0;
}

.subpage .component.employee-listing a:hover {
    text-decoration: underline;
}

@media(max-width:767px) {
    .subpage .component.employee-listing {
        padding: 20px 0;
    }
    .subpage .component.employee-listing.bg-alt:before {
        content: '';
        position: absolute;
        left: -15px;
        right: -15px;
        top: 0;
        bottom: 0;
        background: #eceeef;
    }
    .subpage .component.employee-listing img {
        width: auto;
        max-width: 100%;
        margin: 0 auto;
    }
    .subpage .component.employee-listing h3 {
        margin: 0 0 10px;
    }
    .subpage .component.employee-listing a {
        font-size: 14px;
    }
    .subpage .component.employee-listing p {
        margin: 0 0 7px;
    }
    .subpage .component.employee-listing a+p {
        margin: 7px 0 0;
    }
    .subpage .component.employee-listing .col-xs-12+.col-xs-12 {
        margin-top: 7px;
    }
}

.subpage .component.columns+* {
    margin-top: 30px;
}

.subpage .component.columns>div {
    padding-top: 10px;
    padding-bottom: 10px;
}

.subpage .component.columns .bg-light_gray {
    background: #f2f2f2;
}

.subpage .component.columns .bg-blue_gray {
    background: #54585a;
}

@media screen and (min-width:992px) {
    body.subnavOverride #submenu.offcanvas.in {
        background: #212527;
        width: auto;
        border-bottom: 1px solid #fff;
        position: fixed;
    }
    body.subnavOverride #submenu.offcanvas.in .navmenu-brand {
        font-size: 17px;
        background: #212527;
        color: #fff;
        margin: 0;
        padding: 11px 15px;
    }
    body.subnavOverride #submenu.offcanvas.in .panel-group .panel+.panel {
        margin-top: 0;
    }
    body.subnavOverride #submenu.offcanvas.in .panel-group .panel:last-child {
        border-bottom: 1px solid #a1a5a7;
    }
    body.subnavOverride #submenu.offcanvas.in .panel-group .panel .panel-heading {
        padding: 0;
    }
    body.subnavOverride #submenu.offcanvas.in .panel-group .panel .panel-title {
        padding: 0;
    }
    body.subnavOverride #submenu.offcanvas.in .panel-group .panel .panel-title>a {
        color: #fff;
        padding: 10px 15px;
        display: block;
        line-height: 20px;
    }
    body.subnavOverride #submenu.offcanvas.in .panel-group .panel .panel-title>a:hover {
        color: #54585a;
        background: #fff;
    }
    body.subnavOverride #submenu.offcanvas.in .panel-group .panel .panel-title>a:hover+button>.fa {
        color: #54585a;
    }
    body.subnavOverride #submenu.offcanvas.in .panel-group .panel .panel-title>button {
        right: 10px;
    }
    body.subnavOverride #submenu.offcanvas.in .panel-group .panel .panel-title>button>.fa {
        color: #fff;
    }
    body.subnavOverride #submenu.offcanvas.in .panel-group .panel.active .panel-title>a,
    body.subnavOverride #submenu.offcanvas.in .panel-group .panel.active .panel-title>a:hover {
        color: #54585a;
        background: #eee;
    }
    body.subnavOverride #submenu.offcanvas.in .panel-group .panel.active .panel-title>button>.fa,
    body.subnavOverride #submenu.offcanvas.in .panel-group .panel.active .panel-title>button>.fa:hover {
        color: #54585a;
    }
    body.subnavOverride #submenu.offcanvas.in .panel-group .panel .panel-body {
        background: #edf1f3;
        padding: 0;
    }
    body.subnavOverride #submenu.offcanvas.in .panel-group .panel .panel-body li {
        font-family: "Open Sans", Arial, sans-serif;
    }
    body.subnavOverride #submenu.offcanvas.in .panel-group .panel .panel-body li>a {
        font-weight: bold;
        padding: 10px 15px 10px 25px;
    }
    body.subnavOverride #submenu.offcanvas.in .panel-group .panel .panel-body li>a:hover {
        background: #eee;
    }
    body.subnavOverride #submenu.offcanvas.in .panel-group .panel .panel-body li+li {
        border-top: 1px solid #a1a5a7;
    }
    body.subnavOverride #submenu.offcanvas.in .panel-group .panel.active .panel-body {
        border-top: 1px solid #54585a;
    }
}

#template.landing {
    overflow: hidden;
    background: #54585a;
}

@media screen and (max-width:767px) {
    #template.landing .container {
        margin: 0 50px;
    }
}

#template.landing.hasPageHeader>.section:first-child>.reorient {
    padding-top: 0;
}

#template.landing.hasPageHeader>.section:first-child>.reorient .subsection:first-child>.reorient {
    padding-bottom: 30px;
}

#template.landing.hasPageHeader>.section:first-child .subsection:first-child>.reorient {
    padding-top: 12px;
}

#template.landing.hasPageHeader>.section:first-child.slant-up .subsection:first-child>.reorient,
#template.landing.hasPageHeader>.section:first-child.slant-down .subsection:first-child>.reorient {
    padding-top: 32px;
}

#template.landing.hasPageHeader>.section:first-child .row+.row:last-child {
    margin-bottom: 30px;
}

@media screen and (max-width:768px) {
    #template.landing .section>.reorient {
        margin: 0 50px;
    }
}

@media screen and (max-width:991px) {
    #template.landing .component.page-header .component.buttons {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
    }
}

#template.landing .section,
#template.landing .subsection {
    margin: 0 -50px;
    transform-origin: center center;
    position: relative;
    overflow: hidden;
    background: none no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

@media screen and (min-width:767px) {
    #template.landing .section.bg-shift-tleft-dktp,
    #template.landing .subsection.bg-shift-tleft-dktp {
        background-position: left top;
    }
    #template.landing .section.bg-shift-tcenter-dktp,
    #template.landing .subsection.bg-shift-tcenter-dktp {
        background-position: center top;
    }
    #template.landing .section.bg-shift-tright-dktp,
    #template.landing .subsection.bg-shift-tright-dktp {
        background-position: right top;
    }
    #template.landing .section.bg-shift-left-dktp,
    #template.landing .subsection.bg-shift-left-dktp {
        background-position: left center;
    }
    #template.landing .section.bg-no-shift-dktp,
    #template.landing .subsection.bg-no-shift-dktp {
        background-position: center center;
    }
    #template.landing .section.bg-shift-right-dktp,
    #template.landing .subsection.bg-shift-right-dktp {
        background-position: right center;
    }
    #template.landing .section.bg-shift-bleft-dktp,
    #template.landing .subsection.bg-shift-bleft-dktp {
        background-position: left bottom;
    }
    #template.landing .section.bg-shift-bcenter-dktp,
    #template.landing .subsection.bg-shift-bcenter-dktp {
        background-position: center bottom;
    }
    #template.landing .section.bg-shift-bright-dktp,
    #template.landing .subsection.bg-shift-bright-dktp {
        background-position: right bottom;
    }
}

@media screen and (max-width:767px) {
    #template.landing .section.bg-shift-tleft,
    #template.landing .subsection.bg-shift-tleft {
        background-position: left top;
    }
    #template.landing .section.bg-shift-tcenter,
    #template.landing .subsection.bg-shift-tcenter {
        background-position: center top;
    }
    #template.landing .section.bg-shift-tright,
    #template.landing .subsection.bg-shift-tright {
        background-position: right top;
    }
    #template.landing .section.bg-shift-left,
    #template.landing .subsection.bg-shift-left {
        background-position: left center;
    }
    #template.landing .section.bg-no-shift,
    #template.landing .subsection.bg-no-shift {
        background-position: center center;
    }
    #template.landing .section.bg-shift-right,
    #template.landing .subsection.bg-shift-right {
        background-position: right center;
    }
    #template.landing .section.bg-shift-bleft,
    #template.landing .subsection.bg-shift-bleft {
        background-position: left bottom;
    }
    #template.landing .section.bg-shift-bcenter,
    #template.landing .subsection.bg-shift-bcenter {
        background-position: center bottom;
    }
    #template.landing .section.bg-shift-bright,
    #template.landing .subsection.bg-shift-bright {
        background-position: right bottom;
    }
}

#template.landing .section:last-child,
#template.landing .subsection:last-child {
    transform: none !important;
    border-bottom: none;
}

#template.landing .section:last-child>.reorient,
#template.landing .subsection:last-child>.reorient {
    transform: none !important;
}

#template.landing .section.no-border,
#template.landing .subsection.no-border {
    border-bottom: none;
}

#template.landing .section.border-gray,
#template.landing .subsection.border-gray {
    border: solid 1px #54585a !important;
}

#template.landing .section.border-white,
#template.landing .subsection.border-white {
    border: soild 1px #fff !important;
}

#template.landing .section .component.dsc-landing-newslist .rnlimglink img,
#template.landing .subsection .component.dsc-landing-newslist .rnlimglink img {
    border-color: #fff;
}

#template.landing .section .component.dsc-landing-newslist .dsc-newslist-title,
#template.landing .section .component.dsc-landing-newslist ul li a,
#template.landing .subsection .component.dsc-landing-newslist .dsc-newslist-title,
#template.landing .subsection .component.dsc-landing-newslist ul li a {
    color: #fff;
}

#template.landing .section .component.dsc-landing-newslist .rss-img-link,
#template.landing .subsection .component.dsc-landing-newslist .rss-img-link {
    float: left;
    clear: left;
    width: auto;
    width: initial;
}

#template.landing .section .component.dsc-landing-newslist .rss-img-div,
#template.landing .subsection .component.dsc-landing-newslist .rss-img-div {
    width: 150px;
    height: 150px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 10px;
}

#template.landing .section .component.dsc-landing-newslist .rss-img-div.rss-full-div,
#template.landing .subsection .component.dsc-landing-newslist .rss-img-div.rss-full-div {
    width: 100%;
    min-height: 350px;
    height: 350px;
    height: 50vh;
}

#template.landing .section .component.dsc-landing-newslist .rss-title-link,
#template.landing .subsection .component.dsc-landing-newslist .rss-title-link {
    margin-bottom: 5px;
    line-height: 22px;
    overflow: visible;
}

#template.landing .section .component.dsc-landing-newslist .rss-title-link.noimage,
#template.landing .subsection .component.dsc-landing-newslist .rss-title-link.noimage {
    width: 100%;
}

#template.landing .section .component.dsc-landing-newslist .rss-readmore-link,
#template.landing .subsection .component.dsc-landing-newslist .rss-readmore-link {
    display: inline;
    padding-left: 10px;
}

#template.landing .section .component.dsc-landing-newslist .rss-desc,
#template.landing .subsection .component.dsc-landing-newslist .rss-desc {
    display: block;
    line-height: 22px;
}

#template.landing .section .component.dsc-landing-newslist .dsc-newslist-title,
#template.landing .subsection .component.dsc-landing-newslist .dsc-newslist-title {
    text-decoration: none;
    text-align: left;
}

#template.landing .section .component.dsc-landing-newslist .rss-text-block h4,
#template.landing .subsection .component.dsc-landing-newslist .rss-text-block h4 {
    margin-top: 0;
}

#template.landing .section .component.dsc-landing-newslist .rss-pub-date,
#template.landing .subsection .component.dsc-landing-newslist .rss-pub-date {
    font-size: .9em;
    margin-bottom: 5px;
}

#template.landing .section .component.dsc-landing-newslist.rss-full-width-format .rss-text-block,
#template.landing .subsection .component.dsc-landing-newslist.rss-full-width-format .rss-text-block {
    background: #ba0c2f;
    color: #fff;
    padding: 20px;
}

#template.landing .section .component.dsc-landing-newslist.rss-full-width-format .rss-text-block h4,
#template.landing .subsection .component.dsc-landing-newslist.rss-full-width-format .rss-text-block h4 {
    margin-top: 0;
}

#template.landing .section .component.dsc-landing-newslist.rss-full-width-format .rss-title-link,
#template.landing .subsection .component.dsc-landing-newslist.rss-full-width-format .rss-title-link {
    color: #fff;
    width: 100%;
}

#template.landing .section .component.dsc-landing-newslist.rss-full-width-format .rss-desc,
#template.landing .subsection .component.dsc-landing-newslist.rss-full-width-format .rss-desc {
    width: 100%;
}

#template.landing .section .component.dsc-landing-newslist.rss-full-width-format .rss-img-link,
#template.landing .subsection .component.dsc-landing-newslist.rss-full-width-format .rss-img-link {
    float: none;
    width: 100%;
    overflow: auto;
}

#template.landing .section .component.dsc-landing-newslist.rss-full-width-format .rss-img-link .rss-full-img,
#template.landing .subsection .component.dsc-landing-newslist.rss-full-width-format .rss-img-link .rss-full-img {
    margin: 0 auto !important;
    width: 100%;
    max-height: 400px;
    object-fit: cover;
}

#template.landing .section .component.dsc-landing-newslist.rss-full-width-format .rss-readmore-link,
#template.landing .subsection .component.dsc-landing-newslist.rss-full-width-format .rss-readmore-link {
    color: #fff;
}

@media screen and (max-width:767px) {
    #template.landing .section .component.dsc-landing-newslist .dsc-newslist-title,
    #template.landing .subsection .component.dsc-landing-newslist .dsc-newslist-title {
        font-size: 28px;
        text-align: center;
    }
    #template.landing .section .component.dsc-landing-newslist .rss-img-link,
    #template.landing .subsection .component.dsc-landing-newslist .rss-img-link {
        width: 100%;
        margin-top: 5px;
    }
    #template.landing .section .component.dsc-landing-newslist .rss-img-link .rss-full-img,
    #template.landing .subsection .component.dsc-landing-newslist .rss-img-link .rss-full-img {
        max-height: 200px;
    }
    #template.landing .section .component.dsc-landing-newslist .rss-img-div,
    #template.landing .subsection .component.dsc-landing-newslist .rss-img-div {
        height: 200px;
        width: auto;
        margin: 0 auto;
    }
    #template.landing .section .component.dsc-landing-newslist .rss-title-link,
    #template.landing .subsection .component.dsc-landing-newslist .rss-title-link {
        width: 100%;
        font-size: 16px;
    }
    #template.landing .section .component.dsc-landing-newslist .rss-desc,
    #template.landing .subsection .component.dsc-landing-newslist .rss-desc {
        width: 100%;
    }
    #template.landing .section .component.dsc-landing-newslist .missingimage,
    #template.landing .subsection .component.dsc-landing-newslist .missingimage {
        height: 200px;
        width: 100%;
    }
}

#template.landing .section .component.spotlight.horizontal img,
#template.landing .subsection .component.spotlight.horizontal img {
    border-color: #fff;
}

#template.landing .section .component.spotlight.horizontal .content h4,
#template.landing .subsection .component.spotlight.horizontal .content h4 {
    color: #fff;
}

#template.landing .section .component.spotlight.horizontal .content h4 a,
#template.landing .subsection .component.spotlight.horizontal .content h4 a {
    color: #fff;
}

#template.landing .section .component.spotlight.horizontal .content p,
#template.landing .subsection .component.spotlight.horizontal .content p {
    color: #fff;
}

#template.landing .section.bg-primary-dark,
#template.landing .subsection.bg-primary-dark {
    background-color: #9d0f27;
}

#template.landing .section.bg-primary,
#template.landing .subsection.bg-primary {
    background-color: #ba0c2f;
}

#template.landing .section.bg-primary .component.rte a,
#template.landing .section.bg-primary .component.rte a:visited,
#template.landing .section.bg-primary .component.rte li:before,
#template.landing .subsection.bg-primary .component.rte a,
#template.landing .subsection.bg-primary .component.rte a:visited,
#template.landing .subsection.bg-primary .component.rte li:before {
    color: #fff;
}

#template.landing .section.bg-primary .component.rte a:hover,
#template.landing .section.bg-primary .component.rte a:focus,
#template.landing .subsection.bg-primary .component.rte a:hover,
#template.landing .subsection.bg-primary .component.rte a:focus {
    color: #fff;
    text-decoration: underline;
    outline: none;
}

#template.landing .section.bg-primary .component.imgwtext a,
#template.landing .section.bg-primary .component.imgwtext a:visited,
#template.landing .subsection.bg-primary .component.imgwtext a,
#template.landing .subsection.bg-primary .component.imgwtext a:visited {
    color: #fff;
}

#template.landing .section.bg-primary .component.imgwtext a:hover,
#template.landing .section.bg-primary .component.imgwtext a:focus,
#template.landing .subsection.bg-primary .component.imgwtext a:hover,
#template.landing .subsection.bg-primary .component.imgwtext a:focus {
    color: #fff;
}

#template.landing .section.bg-primary .component.imgwtext .media-body p,
#template.landing .subsection.bg-primary .component.imgwtext .media-body p {
    color: #fff;
}

#template.landing .section.bg-primary .component.accordion .panel-group>h4,
#template.landing .subsection.bg-primary .component.accordion .panel-group>h4 {
    color: #fff;
}

#template.landing .section.bg-primary .component.accordion .panel .panel-title a:link,
#template.landing .section.bg-primary .component.accordion .panel .panel-title a:visited,
#template.landing .section.bg-primary .component.accordion .panel .panel-title a:hover,
#template.landing .subsection.bg-primary .component.accordion .panel .panel-title a:link,
#template.landing .subsection.bg-primary .component.accordion .panel .panel-title a:visited,
#template.landing .subsection.bg-primary .component.accordion .panel .panel-title a:hover {
    color: #fff;
}

#template.landing .section.bg-primary .component.accordion .panel .panel-title a>.sub-title,
#template.landing .subsection.bg-primary .component.accordion .panel .panel-title a>.sub-title {
    color: #ffe2e2;
}

#template.landing .section.bg-primary .component.slider a.dsc-slide-button,
#template.landing .subsection.bg-primary .component.slider a.dsc-slide-button {
    color: #ba0c2f;
    background: #fff;
}

#template.landing .section.bg-primary .component.slider a.dsc-slide-button:hover,
#template.landing .section.bg-primary .component.slider a.dsc-slide-button:focus,
#template.landing .subsection.bg-primary .component.slider a.dsc-slide-button:hover,
#template.landing .subsection.bg-primary .component.slider a.dsc-slide-button:focus {
    background: #f2f2f2;
    text-decoration: none;
}

#template.landing .section.bg-primary .component.calendar .list-group .list-group-item .media .media-left,
#template.landing .subsection.bg-primary .component.calendar .list-group .list-group-item .media .media-left {
    border: none;
}

#template.landing .section.bg-primary .component.iconography .media-left a:focus,
#template.landing .subsection.bg-primary .component.iconography .media-left a:focus {
    outline: 0;
    border: solid #fff 1px;
    padding: 1px;
}

#template.landing .section.bg-primary .component.iconography .media-body .component.rte a,
#template.landing .subsection.bg-primary .component.iconography .media-body .component.rte a {
    color: #54585a;
}

#template.landing .section.bg-primary .component.iconography .media-body .component.rte a:focus,
#template.landing .section.bg-primary .component.iconography .media-body .component.rte a:hover,
#template.landing .subsection.bg-primary .component.iconography .media-body .component.rte a:focus,
#template.landing .subsection.bg-primary .component.iconography .media-body .component.rte a:hover {
    outline: 0;
    text-decoration: underline;
}

#template.landing .section.bg-primary .component.iconography .media-body .component.rte h6 a,
#template.landing .subsection.bg-primary .component.iconography .media-body .component.rte h6 a {
    color: #fff;
}

#template.landing .section.bg-primary .component.iconography .media-body .component.rte h6 a:hover,
#template.landing .subsection.bg-primary .component.iconography .media-body .component.rte h6 a:hover {
    color: #fff;
}

#template.landing .section.bg-primary .component.iconography .media-body .component.rte p,
#template.landing .subsection.bg-primary .component.iconography .media-body .component.rte p {
    color: #fff;
}

#template.landing .section.bg-primary .component.gallery.instagram .externalLink,
#template.landing .subsection.bg-primary .component.gallery.instagram .externalLink {
    color: #fff;
}

#template.landing .section.bg-primary .component.gallery.instagram .externalLink:focus,
#template.landing .section.bg-primary .component.gallery.instagram .externalLink:hover,
#template.landing .subsection.bg-primary .component.gallery.instagram .externalLink:focus,
#template.landing .subsection.bg-primary .component.gallery.instagram .externalLink:hover {
    color: #d9d9d9;
}

#template.landing .section.bg-primary>.table caption,
#template.landing .subsection.bg-primary>.table caption {
    background: #54585a;
}

#template.landing .section.bg-primary .component.dsc-landing-newslist.rss-full-width-format .dsc-news-title-wrap .dsc-newslist-title,
#template.landing .subsection.bg-primary .component.dsc-landing-newslist.rss-full-width-format .dsc-news-title-wrap .dsc-newslist-title {
    color: #fff;
}

#template.landing .section.bg-primary .component.dsc-landing-newslist.rss-full-width-format .rss-text-block,
#template.landing .subsection.bg-primary .component.dsc-landing-newslist.rss-full-width-format .rss-text-block {
    padding: 20px;
    background: #f2f2f2;
    color: #000;
}

#template.landing .section.bg-primary .component.dsc-landing-newslist.rss-full-width-format .rss-text-block h4,
#template.landing .subsection.bg-primary .component.dsc-landing-newslist.rss-full-width-format .rss-text-block h4 {
    margin-top: 0;
}

#template.landing .section.bg-primary .component.dsc-landing-newslist.rss-full-width-format .rss-text-block .rss-title-link,
#template.landing .subsection.bg-primary .component.dsc-landing-newslist.rss-full-width-format .rss-text-block .rss-title-link {
    color: #ba0c2f;
}

#template.landing .section.bg-primary .component.dsc-landing-newslist.rss-full-width-format .rss-text-block .rss-readmore-link,
#template.landing .subsection.bg-primary .component.dsc-landing-newslist.rss-full-width-format .rss-text-block .rss-readmore-link {
    color: #ba0c2f;
}

#template.landing .section.bg-primary .component.dsc-landing-newslist.rss-full-width-format ul.just-title li:before,
#template.landing .subsection.bg-primary .component.dsc-landing-newslist.rss-full-width-format ul.just-title li:before {
    color: #fff;
}

#template.landing .section.bg-primary .component.dsc-landing-newslist.rss-full-width-format ul.just-title .rss-text-block,
#template.landing .subsection.bg-primary .component.dsc-landing-newslist.rss-full-width-format ul.just-title .rss-text-block {
    padding: 0;
    background: none;
}

#template.landing .section.bg-primary .component.dsc-landing-newslist.rss-full-width-format ul.just-title .rss-text-block h4,
#template.landing .subsection.bg-primary .component.dsc-landing-newslist.rss-full-width-format ul.just-title .rss-text-block h4 {
    margin-top: 0;
}

#template.landing .section.bg-primary .component.dsc-landing-newslist.rss-full-width-format ul.just-title .rss-title-link,
#template.landing .subsection.bg-primary .component.dsc-landing-newslist.rss-full-width-format ul.just-title .rss-title-link {
    color: #fff;
}

#template.landing .section.bg-blue_gray,
#template.landing .subsection.bg-blue_gray {
    background-color: #54585a;
}

#template.landing .section.bg-blue_gray .component.rte a,
#template.landing .section.bg-blue_gray .component.rte a:visited,
#template.landing .section.bg-blue_gray .component.rte li:before,
#template.landing .subsection.bg-blue_gray .component.rte a,
#template.landing .subsection.bg-blue_gray .component.rte a:visited,
#template.landing .subsection.bg-blue_gray .component.rte li:before {
    color: #fff;
}

#template.landing .section.bg-blue_gray .component.rte a:hover,
#template.landing .section.bg-blue_gray .component.rte a:focus,
#template.landing .subsection.bg-blue_gray .component.rte a:hover,
#template.landing .subsection.bg-blue_gray .component.rte a:focus {
    color: #fff;
    text-decoration: underline;
    outline: none;
}

#template.landing .section.bg-blue_gray .component.imgwtext a,
#template.landing .section.bg-blue_gray .component.imgwtext a:visited,
#template.landing .subsection.bg-blue_gray .component.imgwtext a,
#template.landing .subsection.bg-blue_gray .component.imgwtext a:visited {
    color: #fff;
}

#template.landing .section.bg-blue_gray .component.imgwtext a:hover,
#template.landing .section.bg-blue_gray .component.imgwtext a:focus,
#template.landing .subsection.bg-blue_gray .component.imgwtext a:hover,
#template.landing .subsection.bg-blue_gray .component.imgwtext a:focus {
    color: #fff;
}

#template.landing .section.bg-blue_gray .component.imgwtext .media-body p,
#template.landing .subsection.bg-blue_gray .component.imgwtext .media-body p {
    color: #fff;
}

#template.landing .section.bg-blue_gray .component.accordion .panel-group>h4,
#template.landing .subsection.bg-blue_gray .component.accordion .panel-group>h4 {
    color: #fff;
}

#template.landing .section.bg-blue_gray .component.accordion .panel,
#template.landing .subsection.bg-blue_gray .component.accordion .panel {
    border-bottom: 1px solid #edf1f3;
}

#template.landing .section.bg-blue_gray .component.accordion .panel .panel-title a:link,
#template.landing .section.bg-blue_gray .component.accordion .panel .panel-title a:visited,
#template.landing .section.bg-blue_gray .component.accordion .panel .panel-title a:hover,
#template.landing .subsection.bg-blue_gray .component.accordion .panel .panel-title a:link,
#template.landing .subsection.bg-blue_gray .component.accordion .panel .panel-title a:visited,
#template.landing .subsection.bg-blue_gray .component.accordion .panel .panel-title a:hover {
    color: #fff;
}

#template.landing .section.bg-blue_gray .component.accordion .panel .panel-title a>.sub-title,
#template.landing .subsection.bg-blue_gray .component.accordion .panel .panel-title a>.sub-title {
    color: #ffe2e2;
}

#template.landing .section.bg-blue_gray .component.slider a.dsc-slide-button,
#template.landing .subsection.bg-blue_gray .component.slider a.dsc-slide-button {
    color: #ba0c2f;
    background: #fff;
}

#template.landing .section.bg-blue_gray .component.slider a.dsc-slide-button:hover,
#template.landing .section.bg-blue_gray .component.slider a.dsc-slide-button:focus,
#template.landing .subsection.bg-blue_gray .component.slider a.dsc-slide-button:hover,
#template.landing .subsection.bg-blue_gray .component.slider a.dsc-slide-button:focus {
    background: #edf1f3;
}

#template.landing .section.bg-blue_gray .component.calendar .list-group .list-group-item .media .media-left,
#template.landing .subsection.bg-blue_gray .component.calendar .list-group .list-group-item .media .media-left {
    border: none;
}

#template.landing .section.bg-blue_gray .component.iconography i.textovericon,
#template.landing .subsection.bg-blue_gray .component.iconography i.textovericon {
    color: #f2f2f2;
}

#template.landing .section.bg-blue_gray .component.iconography .media-left a:focus,
#template.landing .subsection.bg-blue_gray .component.iconography .media-left a:focus {
    outline: 0;
    border: solid #fff 1px;
    padding: 1px;
}

#template.landing .section.bg-blue_gray .component.iconography .media-body .component.rte a,
#template.landing .subsection.bg-blue_gray .component.iconography .media-body .component.rte a {
    color: #ba0c2f;
}

#template.landing .section.bg-blue_gray .component.iconography .media-body .component.rte a:focus,
#template.landing .section.bg-blue_gray .component.iconography .media-body .component.rte a:hover,
#template.landing .subsection.bg-blue_gray .component.iconography .media-body .component.rte a:focus,
#template.landing .subsection.bg-blue_gray .component.iconography .media-body .component.rte a:hover {
    outline: 0;
    text-decoration: underline;
}

#template.landing .section.bg-blue_gray .component.iconography .media-body .component.rte h6 a,
#template.landing .subsection.bg-blue_gray .component.iconography .media-body .component.rte h6 a {
    color: #fff;
}

#template.landing .section.bg-blue_gray .component.iconography .media-body .component.rte h6 a:hover,
#template.landing .subsection.bg-blue_gray .component.iconography .media-body .component.rte h6 a:hover {
    color: #fff;
}

#template.landing .section.bg-blue_gray .component.iconography .media-body .component.rte p,
#template.landing .subsection.bg-blue_gray .component.iconography .media-body .component.rte p {
    color: #fff;
}

#template.landing .section.bg-blue_gray .component.gallery.instagram .externalLink,
#template.landing .subsection.bg-blue_gray .component.gallery.instagram .externalLink {
    color: #fff;
}

#template.landing .section.bg-blue_gray .component.gallery.instagram .externalLink:focus,
#template.landing .section.bg-blue_gray .component.gallery.instagram .externalLink:hover,
#template.landing .subsection.bg-blue_gray .component.gallery.instagram .externalLink:focus,
#template.landing .subsection.bg-blue_gray .component.gallery.instagram .externalLink:hover {
    color: #d9d9d9;
}

#template.landing .section.bg-blue_gray .component.step .list-group .list-group-item a:hover,
#template.landing .subsection.bg-blue_gray .component.step .list-group .list-group-item a:hover {
    color: #edf1f3;
}

#template.landing .section.bg-blue_gray .component.dsc-landing-newslist .dsc-newslist-title,
#template.landing .section.bg-blue_gray .component.dsc-landing-newslist ul li a,
#template.landing .subsection.bg-blue_gray .component.dsc-landing-newslist .dsc-newslist-title,
#template.landing .subsection.bg-blue_gray .component.dsc-landing-newslist ul li a {
    color: #fff;
}

#template.landing .section.bg-blue_gray .component.spotlight.horizontal .content h4,
#template.landing .subsection.bg-blue_gray .component.spotlight.horizontal .content h4 {
    color: #fff;
}

#template.landing .section.bg-blue_gray .component.spotlight.horizontal .content h4 a,
#template.landing .subsection.bg-blue_gray .component.spotlight.horizontal .content h4 a {
    color: #fff;
}

#template.landing .section.bg-blue_gray .component.spotlight.horizontal .content p,
#template.landing .subsection.bg-blue_gray .component.spotlight.horizontal .content p {
    color: #fff;
}

#template.landing .section.bg-white,
#template.landing .subsection.bg-white {
    background-color: #fff;
}

#template.landing .section.bg-white .component.iconography i.textovericon,
#template.landing .section.bg-white .component.iconography i.iconandtext,
#template.landing .subsection.bg-white .component.iconography i.textovericon,
#template.landing .subsection.bg-white .component.iconography i.iconandtext {
    color: #f2f2f2;
}

#template.landing .section.bg-light_gray,
#template.landing .subsection.bg-light_gray {
    background-color: #f2f2f2;
}

#template.landing .section.bg-light_gray .component.iconography i.textovericon,
#template.landing .section.bg-light_gray .component.iconography i.iconandtext,
#template.landing .subsection.bg-light_gray .component.iconography i.textovericon,
#template.landing .subsection.bg-light_gray .component.iconography i.iconandtext {
    color: #fff;
}

#template.landing .section.bg-white .component>*,
#template.landing .section.bg-light_gray .component>*,
#template.landing .subsection.bg-white .component>*,
#template.landing .subsection.bg-light_gray .component>* {
    color: #000;
}

#template.landing .section.bg-white .component.rte a,
#template.landing .section.bg-white .component.rte a:visited,
#template.landing .section.bg-light_gray .component.rte a,
#template.landing .section.bg-light_gray .component.rte a:visited,
#template.landing .subsection.bg-white .component.rte a,
#template.landing .subsection.bg-white .component.rte a:visited,
#template.landing .subsection.bg-light_gray .component.rte a,
#template.landing .subsection.bg-light_gray .component.rte a:visited {
    color: #ba0c2f;
}

#template.landing .section.bg-white .component.rte a:hover,
#template.landing .section.bg-white .component.rte a:focus,
#template.landing .section.bg-light_gray .component.rte a:hover,
#template.landing .section.bg-light_gray .component.rte a:focus,
#template.landing .subsection.bg-white .component.rte a:hover,
#template.landing .subsection.bg-white .component.rte a:focus,
#template.landing .subsection.bg-light_gray .component.rte a:hover,
#template.landing .subsection.bg-light_gray .component.rte a:focus {
    color: #ba0c2f;
    text-decoration: underline;
    outline: none;
}

#template.landing .section.bg-white .component.blockquote p,
#template.landing .section.bg-white .component.blockquote cite,
#template.landing .section.bg-light_gray .component.blockquote p,
#template.landing .section.bg-light_gray .component.blockquote cite,
#template.landing .subsection.bg-white .component.blockquote p,
#template.landing .subsection.bg-white .component.blockquote cite,
#template.landing .subsection.bg-light_gray .component.blockquote p,
#template.landing .subsection.bg-light_gray .component.blockquote cite {
    color: #54585a;
}

#template.landing .section.bg-white .component.iconography *,
#template.landing .section.bg-light_gray .component.iconography *,
#template.landing .subsection.bg-white .component.iconography *,
#template.landing .subsection.bg-light_gray .component.iconography * {
    color: #54585a;
}

#template.landing .section.bg-white .component.iconography .media-left a:focus,
#template.landing .section.bg-light_gray .component.iconography .media-left a:focus,
#template.landing .subsection.bg-white .component.iconography .media-left a:focus,
#template.landing .subsection.bg-light_gray .component.iconography .media-left a:focus {
    outline: 0;
    border: solid #ba0c2f 1px;
    padding: 1px;
}

#template.landing .section.bg-white .component.iconography .media-body .component.rte a,
#template.landing .section.bg-light_gray .component.iconography .media-body .component.rte a,
#template.landing .subsection.bg-white .component.iconography .media-body .component.rte a,
#template.landing .subsection.bg-light_gray .component.iconography .media-body .component.rte a {
    color: #ba0c2f;
}

#template.landing .section.bg-white .component.iconography .media-body .component.rte a:focus,
#template.landing .section.bg-white .component.iconography .media-body .component.rte a:hover,
#template.landing .section.bg-light_gray .component.iconography .media-body .component.rte a:focus,
#template.landing .section.bg-light_gray .component.iconography .media-body .component.rte a:hover,
#template.landing .subsection.bg-white .component.iconography .media-body .component.rte a:focus,
#template.landing .subsection.bg-white .component.iconography .media-body .component.rte a:hover,
#template.landing .subsection.bg-light_gray .component.iconography .media-body .component.rte a:focus,
#template.landing .subsection.bg-light_gray .component.iconography .media-body .component.rte a:hover {
    outline: 0;
    text-decoration: underline;
}

#template.landing .section.bg-white .component.iconography .media-body .component.rte h6 a,
#template.landing .section.bg-light_gray .component.iconography .media-body .component.rte h6 a,
#template.landing .subsection.bg-white .component.iconography .media-body .component.rte h6 a,
#template.landing .subsection.bg-light_gray .component.iconography .media-body .component.rte h6 a {
    color: #ba0c2f;
}

#template.landing .section.bg-white .component.iconography .media-body .component.rte h6 a span,
#template.landing .section.bg-light_gray .component.iconography .media-body .component.rte h6 a span,
#template.landing .subsection.bg-white .component.iconography .media-body .component.rte h6 a span,
#template.landing .subsection.bg-light_gray .component.iconography .media-body .component.rte h6 a span {
    color: #ba0c2f;
}

#template.landing .section.bg-white .component.iconography .media-body .component.rte h6 a:hover,
#template.landing .section.bg-light_gray .component.iconography .media-body .component.rte h6 a:hover,
#template.landing .subsection.bg-white .component.iconography .media-body .component.rte h6 a:hover,
#template.landing .subsection.bg-light_gray .component.iconography .media-body .component.rte h6 a:hover {
    color: #ba0c2f;
}

#template.landing .section.bg-white .component.iconography .media-body .component.rte p,
#template.landing .section.bg-light_gray .component.iconography .media-body .component.rte p,
#template.landing .subsection.bg-white .component.iconography .media-body .component.rte p,
#template.landing .subsection.bg-light_gray .component.iconography .media-body .component.rte p {
    color: #000;
}

#template.landing .section.bg-white .component.page-header h1,
#template.landing .section.bg-white .component.page-header .breadcrumb>li,
#template.landing .section.bg-white .component.page-header .breadcrumb>li>a,
#template.landing .section.bg-white .component.page-header .breadcrumb>li+li:before,
#template.landing .section.bg-light_gray .component.page-header h1,
#template.landing .section.bg-light_gray .component.page-header .breadcrumb>li,
#template.landing .section.bg-light_gray .component.page-header .breadcrumb>li>a,
#template.landing .section.bg-light_gray .component.page-header .breadcrumb>li+li:before,
#template.landing .subsection.bg-white .component.page-header h1,
#template.landing .subsection.bg-white .component.page-header .breadcrumb>li,
#template.landing .subsection.bg-white .component.page-header .breadcrumb>li>a,
#template.landing .subsection.bg-white .component.page-header .breadcrumb>li+li:before,
#template.landing .subsection.bg-light_gray .component.page-header h1,
#template.landing .subsection.bg-light_gray .component.page-header .breadcrumb>li,
#template.landing .subsection.bg-light_gray .component.page-header .breadcrumb>li>a,
#template.landing .subsection.bg-light_gray .component.page-header .breadcrumb>li+li:before {
    color: #54585a;
}

#template.landing .section.bg-white .component.page-header .breadcrumb>li>a:hover,
#template.landing .section.bg-light_gray .component.page-header .breadcrumb>li>a:hover,
#template.landing .subsection.bg-white .component.page-header .breadcrumb>li>a:hover,
#template.landing .subsection.bg-light_gray .component.page-header .breadcrumb>li>a:hover {
    border-color: #54585a;
}

#template.landing .section.bg-white .component.page-header .breadcrumb>li>a:focus,
#template.landing .section.bg-light_gray .component.page-header .breadcrumb>li>a:focus,
#template.landing .subsection.bg-white .component.page-header .breadcrumb>li>a:focus,
#template.landing .subsection.bg-light_gray .component.page-header .breadcrumb>li>a:focus {
    border-color: #54585a;
    outline: 0;
}

#template.landing .section.bg-white .component.slider .component.rte>*,
#template.landing .section.bg-light_gray .component.slider .component.rte>*,
#template.landing .subsection.bg-white .component.slider .component.rte>*,
#template.landing .subsection.bg-light_gray .component.slider .component.rte>* {
    color: #000;
}

#template.landing .section.bg-white .component.step h2,
#template.landing .section.bg-white .component.step a,
#template.landing .section.bg-white .component.step .step,
#template.landing .section.bg-light_gray .component.step h2,
#template.landing .section.bg-light_gray .component.step a,
#template.landing .section.bg-light_gray .component.step .step,
#template.landing .subsection.bg-white .component.step h2,
#template.landing .subsection.bg-white .component.step a,
#template.landing .subsection.bg-white .component.step .step,
#template.landing .subsection.bg-light_gray .component.step h2,
#template.landing .subsection.bg-light_gray .component.step a,
#template.landing .subsection.bg-light_gray .component.step .step {
    color: #54585a;
}

#template.landing .section.bg-white .component.step .list-group .list-group-item a:hover,
#template.landing .section.bg-light_gray .component.step .list-group .list-group-item a:hover,
#template.landing .subsection.bg-white .component.step .list-group .list-group-item a:hover,
#template.landing .subsection.bg-light_gray .component.step .list-group .list-group-item a:hover {
    color: #212527;
}

#template.landing .section.bg-white .component.step .list-group .list-group-item:first-child h2:after,
#template.landing .section.bg-white .component.step .list-group .list-group-item:last-child a:before,
#template.landing .section.bg-light_gray .component.step .list-group .list-group-item:first-child h2:after,
#template.landing .section.bg-light_gray .component.step .list-group .list-group-item:last-child a:before,
#template.landing .subsection.bg-white .component.step .list-group .list-group-item:first-child h2:after,
#template.landing .subsection.bg-white .component.step .list-group .list-group-item:last-child a:before,
#template.landing .subsection.bg-light_gray .component.step .list-group .list-group-item:first-child h2:after,
#template.landing .subsection.bg-light_gray .component.step .list-group .list-group-item:last-child a:before {
    background: #54585a;
}

#template.landing .section.bg-white .component.stat .media p,
#template.landing .section.bg-light_gray .component.stat .media p,
#template.landing .subsection.bg-white .component.stat .media p,
#template.landing .subsection.bg-light_gray .component.stat .media p {
    color: #000;
}

#template.landing .section.bg-white .component.slider a.dsc-slide-button,
#template.landing .section.bg-light_gray .component.slider a.dsc-slide-button,
#template.landing .subsection.bg-white .component.slider a.dsc-slide-button,
#template.landing .subsection.bg-light_gray .component.slider a.dsc-slide-button {
    color: #fff;
    background: #ba0c2f;
}

#template.landing .section.bg-white .component.slider a.dsc-slide-button:hover,
#template.landing .section.bg-white .component.slider a.dsc-slide-button:focus,
#template.landing .section.bg-light_gray .component.slider a.dsc-slide-button:hover,
#template.landing .section.bg-light_gray .component.slider a.dsc-slide-button:focus,
#template.landing .subsection.bg-white .component.slider a.dsc-slide-button:hover,
#template.landing .subsection.bg-white .component.slider a.dsc-slide-button:focus,
#template.landing .subsection.bg-light_gray .component.slider a.dsc-slide-button:hover,
#template.landing .subsection.bg-light_gray .component.slider a.dsc-slide-button:focus {
    background: #9d0f27;
    text-decoration: none;
}

#template.landing .section.bg-white .carousel-indicators li,
#template.landing .section.bg-light_gray .carousel-indicators li,
#template.landing .subsection.bg-white .carousel-indicators li,
#template.landing .subsection.bg-light_gray .carousel-indicators li {
    border: 1px solid #54585a;
}

#template.landing .section.bg-white .carousel-indicators li.active,
#template.landing .section.bg-light_gray .carousel-indicators li.active,
#template.landing .subsection.bg-white .carousel-indicators li.active,
#template.landing .subsection.bg-light_gray .carousel-indicators li.active {
    background-color: #54585a;
}

#template.landing .section.bg-white .carousel-control,
#template.landing .section.bg-light_gray .carousel-control,
#template.landing .subsection.bg-white .carousel-control,
#template.landing .subsection.bg-light_gray .carousel-control {
    color: #000;
}

#template.landing .section.bg-white .component.dsc-landing-newslist .rnlimglink img,
#template.landing .section.bg-light_gray .component.dsc-landing-newslist .rnlimglink img,
#template.landing .subsection.bg-white .component.dsc-landing-newslist .rnlimglink img,
#template.landing .subsection.bg-light_gray .component.dsc-landing-newslist .rnlimglink img {
    border-color: #ba0c2f;
}

#template.landing .section.bg-white .component.dsc-landing-newslist .dsc-newslist-title,
#template.landing .section.bg-light_gray .component.dsc-landing-newslist .dsc-newslist-title,
#template.landing .subsection.bg-white .component.dsc-landing-newslist .dsc-newslist-title,
#template.landing .subsection.bg-light_gray .component.dsc-landing-newslist .dsc-newslist-title {
    color: #54585a;
}

#template.landing .section.bg-white .component.dsc-landing-newslist ul li a,
#template.landing .section.bg-light_gray .component.dsc-landing-newslist ul li a,
#template.landing .subsection.bg-white .component.dsc-landing-newslist ul li a,
#template.landing .subsection.bg-light_gray .component.dsc-landing-newslist ul li a {
    color: #ba0c2f;
}

#template.landing .section.bg-white .component.spotlight.horizontal img,
#template.landing .section.bg-light_gray .component.spotlight.horizontal img,
#template.landing .subsection.bg-white .component.spotlight.horizontal img,
#template.landing .subsection.bg-light_gray .component.spotlight.horizontal img {
    border-color: transparent;
}

#template.landing .section.bg-white .component.spotlight.horizontal .content h4,
#template.landing .section.bg-light_gray .component.spotlight.horizontal .content h4,
#template.landing .subsection.bg-white .component.spotlight.horizontal .content h4,
#template.landing .subsection.bg-light_gray .component.spotlight.horizontal .content h4 {
    color: #54585a;
}

#template.landing .section.bg-white .component.spotlight.horizontal .content h4 a,
#template.landing .section.bg-light_gray .component.spotlight.horizontal .content h4 a,
#template.landing .subsection.bg-white .component.spotlight.horizontal .content h4 a,
#template.landing .subsection.bg-light_gray .component.spotlight.horizontal .content h4 a {
    color: #ba0c2f;
}

#template.landing .section.bg-white .component.spotlight.horizontal .content p,
#template.landing .section.bg-light_gray .component.spotlight.horizontal .content p,
#template.landing .subsection.bg-white .component.spotlight.horizontal .content p,
#template.landing .subsection.bg-light_gray .component.spotlight.horizontal .content p {
    color: #000;
}

#template.landing .section.slant-down,
#template.landing .subsection.slant-down {
    transform: rotate(1deg);
}

#template.landing .section.slant-down>.reorient,
#template.landing .subsection.slant-down>.reorient {
    transform: rotate(-1deg);
}

#template.landing .section.slant-up,
#template.landing .subsection.slant-up {
    transform: rotate(-1deg);
}

#template.landing .section.slant-up>.reorient,
#template.landing .subsection.slant-up>.reorient {
    transform: rotate(1deg);
}

#template.landing .section.parallax,
#template.landing .subsection.parallax {
    background-attachment: fixed;
}

#template.landing .section .reorient,
#template.landing .subsection .reorient {
    padding: 50px 0;
}

#template.landing .section>.reorient {
    padding-top: 0;
}

#template.landing .section.slant-up:first-child,
#template.landing .section.slant-down:first-child {
    margin-top: -70px;
}

#template.landing .section>.reorient:last-child {
    padding-bottom: 0;
}

#template.landing .section.videoparent.scEnabledChrome {
    padding-top: 50px;
}

#template.landing .section video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

#template.landing .section.windowsWKFontFix {
    z-index: unset !important;
    padding-bottom: 40px;
}

#template.landing .section.windowsWKFontFix+.section {
    margin-top: -20px;
}

#template.landing .section.windowsWKFontFix+.section>.reorient {
    padding-top: 0;
}

#template.landing .section.windowsWKFontFix-billboard {
    z-index: 31 !important;
    margin-top: -20px;
}

#template.landing .section.sectionxtratall {
    padding-top: 50px;
    padding-bottom: 50px;
}

#template.landing .section.sectionxxtratall {
    padding-top: 75px;
    padding-bottom: 75px;
}

#template.landing .section.sectionxxxtratall {
    padding-top: 100px;
    padding-bottom: 100px;
}

#template.landing .section.sectionnopadding .subsection {
    padding-top: 0;
    padding-bottom: 0;
}

#template.landing .section.sectionfullwidth {
    margin: 0;
}

#template.landing .section.sectionfullwidth .container {
    width: 100%;
}

#template.landing .section.sectionfullwidth .subsection {
    margin: 0;
}

@media screen and (max-width:768px) {
    #template.landing .section.sectionfullwidth .container {
        margin: 0;
    }
}

#template.landing .subsection {
    padding-top: 50px;
    padding-bottom: 50px;
}

#template.landing .subsection+* {
    margin-top: 30px;
}

@media screen and (max-width:768px) {
    #template.landing .subsection {
        margin: 0;
    }
}

#template.landing .section .row+.row {
    margin-top: 30px;
}

#template.landing .section .row.padding-xs {
    padding: 10px 0;
}

#template.landing .section .row.padding-sm {
    padding: 25px 0;
}

#template.landing .section .row.padding-md {
    padding: 50px 0;
}

#template.landing .section .row.padding-lg {
    padding: 100px 0;
}

#template.landing .section .row.padding-xl {
    padding: 200px 0;
}

#template.landing .section .row>div.bg-primary {
    background: #ba0c2f;
    padding: 25px;
}

#template.landing .section .row>div.bg-primary.transparent {
    background: #ba0c2f;
    background: rgba(186, 12, 47, .75);
}

#template.landing .section .row>div.bg-primary>.component.rte>* {
    color: #fff;
}

#template.landing .section .row>div.bg-primary>.component.rte p {
    color: #fff;
}

#template.landing .section .row>div.bg-primary>.component.rte a {
    color: #fff;
    font-weight: bold;
}

#template.landing .section .row>div.bg-primary>.component.rte a:hover,
#template.landing .section .row>div.bg-primary>.component.rte a:focus {
    border: none;
    text-decoration: underline;
}

#template.landing .section .row>div.bg-primary>.component.rte li:before {
    color: #fff;
}

#template.landing .section .row>div.bg-primary .component.imgwtext h3 {
    color: #fff;
}

#template.landing .section .row>div.bg-primary .component.imgwtext a,
#template.landing .section .row>div.bg-primary .component.imgwtext a:visited {
    color: #fff;
}

#template.landing .section .row>div.bg-primary .component.imgwtext a:hover,
#template.landing .section .row>div.bg-primary .component.imgwtext a:focus {
    color: #fff;
}

#template.landing .section .row>div.bg-primary .component.imgwtext .media-body p {
    color: #fff;
}

#template.landing .section .row>div.bg-primary>.component.accordion .panel-group>h4 {
    color: #fff;
}

#template.landing .section .row>div.bg-primary>.component.accordion .panel {
    border-bottom: 1px solid #da8696;
}

#template.landing .section .row>div.bg-primary>.component.accordion .panel .panel-title a:link,
#template.landing .section .row>div.bg-primary>.component.accordion .panel .panel-title a:visited,
#template.landing .section .row>div.bg-primary>.component.accordion .panel .panel-title a:hover {
    color: #fff;
}

#template.landing .section .row>div.bg-primary>.component.accordion .panel .panel-title a>.sub-title {
    color: #ffe2e2;
}

#template.landing .section .row>div.bg-primary>.component.accordion .component.rte>* {
    color: #fff;
}

#template.landing .section .row>div.bg-primary>.component.accordion .component.rte p {
    color: #fff;
}

#template.landing .section .row>div.bg-primary>.component.accordion .component.rte a {
    color: #fff;
    font-weight: bold;
}

#template.landing .section .row>div.bg-primary>.component.accordion .component.rte a:hover,
#template.landing .section .row>div.bg-primary>.component.accordion .component.rte a:focus {
    border: none;
    text-decoration: underline;
}

#template.landing .section .row>div.bg-primary>.component.accordion .component.rte li:before {
    color: #fff;
}

#template.landing .section .row>div.bg-primary .component.blockquote p,
#template.landing .section .row>div.bg-primary .component.blockquote cite {
    color: #fff;
}

#template.landing .section .row>div.bg-primary .component.step h2,
#template.landing .section .row>div.bg-primary .component.step a,
#template.landing .section .row>div.bg-primary .component.step .step {
    color: #fff;
}

#template.landing .section .row>div.bg-primary .component.step .list-group .list-group-item a:hover {
    color: #eab6c0;
}

#template.landing .section .row>div.bg-primary .component.step .list-group .list-group-item:first-child h2:after,
#template.landing .section .row>div.bg-primary .component.step .list-group .list-group-item:last-child a:before {
    background: #fff;
}

#template.landing .section .row>div.bg-primary .component.stat .media p {
    color: #fff;
}

#template.landing .section .row>div.bg-blue_gray {
    background: #54585a;
    padding: 25px;
}

#template.landing .section .row>div.bg-blue_gray.transparent {
    background: #54585a;
    background: rgba(84, 88, 90, .75);
}

#template.landing .section .row>div.bg-blue_gray>.component.rte>* {
    color: #fff;
}

#template.landing .section .row>div.bg-blue_gray>.component.rte p {
    color: #fff;
}

#template.landing .section .row>div.bg-blue_gray>.component.rte a {
    color: #fff;
    font-weight: bold;
}

#template.landing .section .row>div.bg-blue_gray>.component.rte a:hover,
#template.landing .section .row>div.bg-blue_gray>.component.rte a:focus {
    border: none;
    text-decoration: underline;
}

#template.landing .section .row>div.bg-blue_gray>.component.rte li:before {
    color: #fff;
}

#template.landing .section .row>div.bg-blue_gray .component.imgwtext h3 {
    color: #fff;
}

#template.landing .section .row>div.bg-blue_gray .component.imgwtext a,
#template.landing .section .row>div.bg-blue_gray .component.imgwtext a:visited {
    color: #fff;
}

#template.landing .section .row>div.bg-blue_gray .component.imgwtext a:hover,
#template.landing .section .row>div.bg-blue_gray .component.imgwtext a:focus {
    color: #fff;
}

#template.landing .section .row>div.bg-blue_gray .component.imgwtext .media-body p {
    color: #fff;
}

#template.landing .section .row>div.bg-blue_gray>.component.accordion .panel-group>h4 {
    color: #fff;
}

#template.landing .section .row>div.bg-blue_gray>.component.accordion .panel {
    border-bottom: 1px solid #edf1f3;
}

#template.landing .section .row>div.bg-blue_gray>.component.accordion .panel .panel-title a:link,
#template.landing .section .row>div.bg-blue_gray>.component.accordion .panel .panel-title a:visited,
#template.landing .section .row>div.bg-blue_gray>.component.accordion .panel .panel-title a:hover {
    color: #fff;
}

#template.landing .section .row>div.bg-blue_gray>.component.accordion .panel .panel-title a>.sub-title {
    color: #ffe2e2;
}

#template.landing .section .row>div.bg-blue_gray>.component.accordion .component.rte>* {
    color: #fff;
}

#template.landing .section .row>div.bg-blue_gray>.component.accordion .component.rte p {
    color: #fff;
}

#template.landing .section .row>div.bg-blue_gray>.component.accordion .component.rte a {
    color: #fff;
    font-weight: bold;
}

#template.landing .section .row>div.bg-blue_gray>.component.accordion .component.rte a:hover,
#template.landing .section .row>div.bg-blue_gray>.component.accordion .component.rte a:focus {
    border: none;
    text-decoration: underline;
}

#template.landing .section .row>div.bg-blue_gray>.component.accordion .component.rte li:before {
    color: #fff;
}

#template.landing .section .row>div.bg-blue_gray .component.blockquote p,
#template.landing .section .row>div.bg-blue_gray .component.blockquote cite {
    color: #fff;
}

#template.landing .section .row>div.bg-blue_gray .component.step h2,
#template.landing .section .row>div.bg-blue_gray .component.step a,
#template.landing .section .row>div.bg-blue_gray .component.step .step {
    color: #fff;
}

#template.landing .section .row>div.bg-blue_gray .component.step .list-group .list-group-item a:hover {
    color: #edf1f3;
}

#template.landing .section .row>div.bg-blue_gray .component.step .list-group .list-group-item:first-child h2:after,
#template.landing .section .row>div.bg-blue_gray .component.step .list-group .list-group-item:last-child a:before {
    background: #fff;
}

#template.landing .section .row>div.bg-blue_gray .component.stat .media p {
    color: #fff;
}

#template.landing .section .row>div.bg-light_gray {
    background-color: #f2f2f2;
}

#template.landing .section .row>div.bg-white {
    background-color: #fff;
}

#template.landing .section .row>div.bg-white,
#template.landing .section .row>div.bg-light_gray {
    padding: 25px;
}

#template.landing .section .row>div.bg-white.transparent,
#template.landing .section .row>div.bg-light_gray.transparent {
    background: #fff;
    background: rgba(255, 255, 255, .75);
}

#template.landing .section .row>div.bg-white>.component.rte>*,
#template.landing .section .row>div.bg-light_gray>.component.rte>* {
    color: #000;
}

#template.landing .section .row>div.bg-white>.component.rte p,
#template.landing .section .row>div.bg-light_gray>.component.rte p {
    color: #000;
}

#template.landing .section .row>div.bg-white>.component.rte a,
#template.landing .section .row>div.bg-light_gray>.component.rte a {
    color: #ba0c2f;
    font-weight: bold;
}

#template.landing .section .row>div.bg-white>.component.rte a:hover,
#template.landing .section .row>div.bg-white>.component.rte a:focus,
#template.landing .section .row>div.bg-light_gray>.component.rte a:hover,
#template.landing .section .row>div.bg-light_gray>.component.rte a:focus {
    border: none;
    text-decoration: underline;
}

#template.landing .section .row>div.bg-white>.component.rte li:before,
#template.landing .section .row>div.bg-light_gray>.component.rte li:before {
    color: #ba0c2f;
}

#template.landing .section .row>div.bg-white .component.imgwtext a,
#template.landing .section .row>div.bg-white .component.imgwtext a:visited,
#template.landing .section .row>div.bg-light_gray .component.imgwtext a,
#template.landing .section .row>div.bg-light_gray .component.imgwtext a:visited {
    color: #ba0c2f;
}

#template.landing .section .row>div.bg-white .component.imgwtext a:hover,
#template.landing .section .row>div.bg-white .component.imgwtext a:focus,
#template.landing .section .row>div.bg-light_gray .component.imgwtext a:hover,
#template.landing .section .row>div.bg-light_gray .component.imgwtext a:focus {
    color: #ba0c2f;
}

#template.landing .section .row>div.bg-white .component.imgwtext .media-body p,
#template.landing .section .row>div.bg-light_gray .component.imgwtext .media-body p {
    color: #000;
}

#template.landing .section .row>div.bg-white>.component.accordion .panel-group>h4,
#template.landing .section .row>div.bg-light_gray>.component.accordion .panel-group>h4 {
    color: #54585a;
}

#template.landing .section .row>div.bg-white>.component.accordion .panel .panel-title a:link,
#template.landing .section .row>div.bg-white>.component.accordion .panel .panel-title a:visited,
#template.landing .section .row>div.bg-white>.component.accordion .panel .panel-title a:hover,
#template.landing .section .row>div.bg-light_gray>.component.accordion .panel .panel-title a:link,
#template.landing .section .row>div.bg-light_gray>.component.accordion .panel .panel-title a:visited,
#template.landing .section .row>div.bg-light_gray>.component.accordion .panel .panel-title a:hover {
    color: #ba0c2f;
}

#template.landing .section .row>div.bg-white>.component.accordion .panel .panel-title a>.sub-title,
#template.landing .section .row>div.bg-light_gray>.component.accordion .panel .panel-title a>.sub-title {
    color: #da8696;
}

#template.landing .section .row>div.bg-white>.component.accordion .component.rte>*,
#template.landing .section .row>div.bg-light_gray>.component.accordion .component.rte>* {
    color: #000;
}

#template.landing .section .row>div.bg-white>.component.accordion .component.rte p,
#template.landing .section .row>div.bg-light_gray>.component.accordion .component.rte p {
    color: #000;
}

#template.landing .section .row>div.bg-white>.component.accordion .component.rte a,
#template.landing .section .row>div.bg-light_gray>.component.accordion .component.rte a {
    color: #ba0c2f;
    font-weight: bold;
}

#template.landing .section .row>div.bg-white>.component.accordion .component.rte a:hover,
#template.landing .section .row>div.bg-white>.component.accordion .component.rte a:focus,
#template.landing .section .row>div.bg-light_gray>.component.accordion .component.rte a:hover,
#template.landing .section .row>div.bg-light_gray>.component.accordion .component.rte a:focus {
    border: none;
    text-decoration: underline;
}

#template.landing .section .row>div.bg-white>.component.accordion .component.rte li:before,
#template.landing .section .row>div.bg-light_gray>.component.accordion .component.rte li:before {
    color: #ba0c2f;
}

#template.landing .section .row>div.bg-white .component.blockquote p,
#template.landing .section .row>div.bg-white .component.blockquote cite,
#template.landing .section .row>div.bg-light_gray .component.blockquote p,
#template.landing .section .row>div.bg-light_gray .component.blockquote cite {
    color: #54585a;
}

#template.landing .section .row>div.bg-white .component.step h2,
#template.landing .section .row>div.bg-white .component.step a,
#template.landing .section .row>div.bg-white .component.step .step,
#template.landing .section .row>div.bg-light_gray .component.step h2,
#template.landing .section .row>div.bg-light_gray .component.step a,
#template.landing .section .row>div.bg-light_gray .component.step .step {
    color: #54585a;
}

#template.landing .section .row>div.bg-white .component.step .list-group .list-group-item a:hover,
#template.landing .section .row>div.bg-light_gray .component.step .list-group .list-group-item a:hover {
    color: #212527;
}

#template.landing .section .row>div.bg-white .component.step .list-group .list-group-item:first-child h2:after,
#template.landing .section .row>div.bg-white .component.step .list-group .list-group-item:last-child a:before,
#template.landing .section .row>div.bg-light_gray .component.step .list-group .list-group-item:first-child h2:after,
#template.landing .section .row>div.bg-light_gray .component.step .list-group .list-group-item:last-child a:before {
    background: #54585a;
}

#template.landing .section .row>div.bg-white .component.stat .media p,
#template.landing .section .row>div.bg-light_gray .component.stat .media p {
    color: #54585a;
}

@media(max-width:767px) {
    #template.landing .section .row>div+div {
        margin-top: 30px;
    }
    #template.landing .section .row>div.hidden-xs:first-child+div,
    #template.landing .section .row>div.hidden-xs+div.hidden-xs+div {
        margin-top: 0;
    }
    #template.landing .section .row>div[class*="bg"]+div[class*="bg"] {
        margin-top: 0;
    }
}

#template.landing .component>* {
    color: #fff;
}

#template.landing .component>*:first-child {
    margin-top: 10px;
}

#template.landing .component+* {
    margin-top: 24px;
}

#template.landing .component .table {
    color: #54585a;
}

@media(min-width:1200px) {
    #template.landing .row.reorder-lg,
    #template.subpage .row.reorder-lg {
        display: flex;
        display: -webkit-flex;
        flex-direction: row;
        -webkit-flex-direction: row;
    }
    #template.landing .row .col-lg-order-1,
    #template.subpage .row .col-lg-order-1 {
        order: 1;
        -webkit-order: 1;
    }
    #template.landing .row .col-lg-order-2,
    #template.subpage .row .col-lg-order-2 {
        order: 2;
        -webkit-order: 2;
    }
    #template.landing .row .col-lg-order-3,
    #template.subpage .row .col-lg-order-3 {
        order: 3;
        -webkit-order: 3;
    }
    #template.landing .row .col-lg-order-4,
    #template.subpage .row .col-lg-order-4 {
        order: 4;
        -webkit-order: 4;
    }
    #template.landing .row .col-lg-order-5,
    #template.subpage .row .col-lg-order-5 {
        order: 5;
        -webkit-order: 5;
    }
}

@media(min-width:992px) and (max-width:1199px) {
    #template.landing .row.reorder-md,
    #template.subpage .row.reorder-md {
        display: flex;
        display: -webkit-flex;
        flex-direction: row;
        -webkit-flex-direction: row;
    }
    #template.landing .row .col-md-order-1,
    #template.subpage .row .col-md-order-1 {
        order: 1;
        -webkit-order: 1;
    }
    #template.landing .row .col-md-order-2,
    #template.subpage .row .col-md-order-2 {
        order: 2;
        -webkit-order: 2;
    }
    #template.landing .row .col-md-order-3,
    #template.subpage .row .col-md-order-3 {
        order: 3;
        -webkit-order: 3;
    }
    #template.landing .row .col-md-order-4,
    #template.subpage .row .col-md-order-4 {
        order: 4;
        -webkit-order: 4;
    }
    #template.landing .row .col-md-order-5,
    #template.subpage .row .col-md-order-5 {
        order: 5;
        -webkit-order: 5;
    }
    #template.landing .row>.col-md-12+.col-md-12,
    #template.subpage .row>.col-md-12+.col-md-12 {
        margin-top: 30px;
    }
}

@media(min-width:768px) and (max-width:991px) {
    #template.landing .row.reorder-sm,
    #template.subpage .row.reorder-sm {
        display: flex;
        display: -webkit-flex;
        flex-direction: row;
        -webkit-flex-direction: row;
    }
    #template.landing .row .col-sm-order-1,
    #template.subpage .row .col-sm-order-1 {
        order: 1;
        -webkit-order: 1;
    }
    #template.landing .row .col-sm-order-2,
    #template.subpage .row .col-sm-order-2 {
        order: 2;
        -webkit-order: 2;
    }
    #template.landing .row .col-sm-order-3,
    #template.subpage .row .col-sm-order-3 {
        order: 3;
        -webkit-order: 3;
    }
    #template.landing .row .col-sm-order-4,
    #template.subpage .row .col-sm-order-4 {
        order: 4;
        -webkit-order: 4;
    }
    #template.landing .row .col-sm-order-5,
    #template.subpage .row .col-sm-order-5 {
        order: 5;
        -webkit-order: 5;
    }
    #template.landing .row div+.col-sm-12,
    #template.subpage .row div+.col-sm-12 {
        margin-top: 30px;
    }
}

@media(max-width:767px) {
    #template.landing .row.reorder-xs,
    #template.subpage .row.reorder-xs {
        display: flex;
        display: -webkit-flex;
        flex-direction: column;
        -webkit-flex-direction: column;
    }
    #template.landing .row .col-xs-order-1,
    #template.subpage .row .col-xs-order-1 {
        order: 1;
        -webkit-order: 1;
        margin-top: 0 !important;
        margin: 10px 0 \9;
    }
    #template.landing .row .col-xs-order-2,
    #template.subpage .row .col-xs-order-2 {
        order: 2;
        -webkit-order: 2;
        margin-top: 30px !important;
        margin: 10px 0 \9;
    }
    #template.landing .row .col-xs-order-3,
    #template.subpage .row .col-xs-order-3 {
        order: 3;
        -webkit-order: 3;
        margin-top: 30px !important;
        margin: 10px 0 \9;
    }
    #template.landing .row .col-xs-order-4,
    #template.subpage .row .col-xs-order-4 {
        order: 4;
        -webkit-order: 4;
        margin-top: 30px !important;
        margin: 10px 0 \9;
    }
    #template.landing .row .col-xs-order-5,
    #template.subpage .row .col-xs-order-5 {
        order: 5;
        -webkit-order: 5;
        margin-top: 30px !important;
        margin: 10px 0 \9;
    }
}

#template.landing .component.accordion .panel,
#template.subpage .component.accordion .panel {
    background: none;
}

#template.landing .component.accordion .panel .panel-title a:link,
#template.landing .component.accordion .panel .panel-title a:hover,
#template.subpage .component.accordion .panel .panel-title a:link,
#template.subpage .component.accordion .panel .panel-title a:hover {
    color: #ba0c2f;
}

#template.landing .section.billboard,
#template.subpage .section.billboard {
    margin-left: 0;
    margin-right: 0;
    height: 650px;
}

#template.landing .section.billboard .container,
#template.subpage .section.billboard .container {
    margin: 0 auto !important;
}

#template.landing .section.billboard>.billboard-page_header,
#template.subpage .section.billboard>.billboard-page_header {
    position: absolute;
    top: 12px;
    left: 0;
    right: 0;
    z-index: 100;
}

#template.landing .section.billboard>.billboard-page_header h1,
#template.subpage .section.billboard>.billboard-page_header h1 {
    text-shadow: 2px 4px 3px rgba(0, 0, 0, .3);
}

#template.landing .section.billboard .carousel-control,
#template.subpage .section.billboard .carousel-control {
    width: 50px;
    height: 100px;
    top: 50%;
    margin-top: -50px;
    z-index: 15;
}

#template.landing .section.billboard .carousel-control>.fa,
#template.subpage .section.billboard .carousel-control>.fa {
    position: absolute;
    top: 50%;
    font-size: 50px;
    margin-top: -18px;
    right: 0;
}

#template.landing .section.billboard .carousel-control+.carousel-control>.fa,
#template.subpage .section.billboard .carousel-control+.carousel-control>.fa {
    right: auto;
    left: 0;
}

#template.landing .section.billboard .item,
#template.subpage .section.billboard .item {
    background: none no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center top;
    height: 650px;
}

#template.landing .section.billboard .item>.full-link,
#template.subpage .section.billboard .item>.full-link {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: block;
    z-index: 1;
}

#template.landing .section.billboard .item .content,
#template.subpage .section.billboard .item .content {
    position: absolute;
    width: 100%;
    bottom: 80px;
    background: none;
}

#template.landing .section.billboard .item .content .component+.component,
#template.subpage .section.billboard .item .content .component+.component {
    margin-top: 0;
}

#template.landing .section.billboard .item .content .component.rte,
#template.subpage .section.billboard .item .content .component.rte {
    padding: 20px 20px 50px;
}

#template.landing .section.billboard .item .content .component.rte.no-btns,
#template.subpage .section.billboard .item .content .component.rte.no-btns {
    padding: 20px;
}

@media(max-width:767px) {
    #template.landing .section.billboard .item .content .component.rte p.pSlideDesc,
    #template.subpage .section.billboard .item .content .component.rte p.pSlideDesc {
        display: none;
    }
}

#template.landing .section.billboard .item .content .component.buttons .btn-group,
#template.subpage .section.billboard .item .content .component.buttons .btn-group {
    margin-top: -26px;
    padding: 0 30px;
}

#template.landing .section.billboard .item .content .component.buttons .btn-group .btn,
#template.subpage .section.billboard .item .content .component.buttons .btn-group .btn {
    padding: 12px 40px;
}

#template.landing .section.billboard .item .content .billboardlink,
#template.subpage .section.billboard .item .content .billboardlink {
    margin-top: 10px;
}

#template.landing .section.billboard .item .content .billboardlink span.fa,
#template.subpage .section.billboard .item .content .billboardlink span.fa {
    margin-right: 10px;
}

@media(max-width:1199px) {
    #template.landing .section.billboard,
    #template.subpage .section.billboard {
        height: 550px;
    }
    #template.landing .section.billboard .item,
    #template.subpage .section.billboard .item {
        height: 548px;
    }
}

@media(max-width:991px) {
    #template.landing .section.billboard,
    #template.subpage .section.billboard {
        height: 450px;
    }
    #template.landing .section.billboard .item,
    #template.subpage .section.billboard .item {
        height: 448px;
    }
    #template.landing .section.billboard .item .content,
    #template.subpage .section.billboard .item .content {
        bottom: 51px;
    }
}

@media(max-width:767px) {
    #template.landing .section.billboard,
    #template.subpage .section.billboard {
        height: 622px;
    }
    #template.landing .section.billboard .carousel-control,
    #template.subpage .section.billboard .carousel-control {
        width: 8.3333333%;
    }
    #template.landing .section.billboard .carousel-control>.fa,
    #template.subpage .section.billboard .carousel-control>.fa {
        font-size: 36px;
        right: auto !important;
        left: 50% !important;
        margin-left: -12px;
    }
    #template.landing .section.billboard .item,
    #template.subpage .section.billboard .item {
        height: 620px;
    }
    #template.landing .section.billboard .item .content,
    #template.subpage .section.billboard .item .content {
        bottom: 148px;
    }
    #template.landing .section.billboard .item .content .component.rte,
    #template.subpage .section.billboard .item .content .component.rte {
        text-align: left;
        padding-bottom: 80px;
    }
    #template.landing .section.billboard .item .content .component.rte h5,
    #template.subpage .section.billboard .item .content .component.rte h5 {
        font-size: 22px;
    }
    #template.landing .section.billboard .item .content .component.buttons .btn-group .btn,
    #template.subpage .section.billboard .item .content .component.buttons .btn-group .btn {
        padding: 0 10px;
    }
}

@media(max-width:479px) {
    #template.landing .section.billboard .item .content,
    #template.subpage .section.billboard .item .content {
        bottom: 108px;
    }
}

@media(max-width:379px) {
    #template.landing .section.billboard .item .content,
    #template.subpage .section.billboard .item .content {
        bottom: 38px;
    }
}

#template.landing .component.blockquote blockquote,
#template.subpage .component.blockquote blockquote {
    margin: 0;
}

#template.landing .component.buttons .btn-group,
#template.subpage .component.buttons .btn-group {
    margin-bottom: 10px;
}

#template.landing .component.buttons .btn,
#template.subpage .component.buttons .btn {
    font-size: 14px;
    padding: 12px 50px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}

#template.landing .component.buttons .btn.bold,
#template.subpage .component.buttons .btn.bold {
    font-weight: bold !important;
}

#template.landing .component.buttons .btn .fa,
#template.subpage .component.buttons .btn .fa {
    font-size: 20px;
    margin-right: 8px;
    vertical-align: middle;
}

#template.landing .component.buttons .btn.icon-right .fa,
#template.subpage .component.buttons .btn.icon-right .fa {
    margin: 0 0 0 8px;
    position: relative;
}

#template.landing .component.buttons .btn.icon-right .fa.fa-angle-right,
#template.subpage .component.buttons .btn.icon-right .fa.fa-angle-right {
    top: -2px;
}

@media(max-width:991px) {
    #template.landing .component.buttons .btn,
    #template.subpage .component.buttons .btn {
        font-size: 12px;
    }
    #template.landing .component.buttons .btn .fa,
    #template.subpage .component.buttons .btn .fa {
        font-size: 16px;
    }
    #template.landing .component.buttons .btn .btn-group,
    #template.subpage .component.buttons .btn .btn-group {
        margin-bottom: 0;
    }
}

#template.landing .component.buttons.btn-blocks .btn-group,
#template.subpage .component.buttons.btn-blocks .btn-group {
    display: block;
    margin-top: -20px;
}

#template.landing .component.buttons.btn-blocks .btn-group .btn-wrapper,
#template.subpage .component.buttons.btn-blocks .btn-group .btn-wrapper {
    display: block;
    width: 32%;
    float: left;
    margin: 20px 0 0 2%;
}

#template.landing .component.buttons.btn-blocks .btn-group .btn-wrapper+.btn-wrapper,
#template.subpage .component.buttons.btn-blocks .btn-group .btn-wrapper+.btn-wrapper {
    padding: 0;
}

#template.landing .component.buttons.btn-blocks .btn-group .btn-wrapper:first-child,
#template.subpage .component.buttons.btn-blocks .btn-group .btn-wrapper:first-child {
    margin-left: 0;
}

#template.landing .component.buttons.btn-blocks .btn-group .btn-wrapper:nth-child(3n+1),
#template.subpage .component.buttons.btn-blocks .btn-group .btn-wrapper:nth-child(3n+1) {
    margin-left: 0;
}

#template.landing .component.buttons.btn-blocks .btn-group .btn-wrapper .btn,
#template.subpage .component.buttons.btn-blocks .btn-group .btn-wrapper .btn {
    height: 140px;
    font-size: 24px;
    line-height: 26px;
    vertical-align: top;
    padding: 10px 15px;
    border-width: 1px;
    display: block;
    white-space: normal;
    text-align: left;
    text-transform: none;
    font-weight: 600;
    font-family: "Open Sans", Arial, sans-serif;
    letter-spacing: 1px;
}

#template.landing .component.buttons.btn-blocks .btn-group .btn-wrapper .btn>small,
#template.subpage .component.buttons.btn-blocks .btn-group .btn-wrapper .btn>small {
    font-family: "Open Sans", Arial, sans-serif;
    display: block;
    margin-top: 5px;
    font-size: 12px;
    line-height: 20px;
}

@media screen and (max-width:1199px) {
    #template.landing .component.buttons.btn-blocks .btn-group .btn-wrapper .btn,
    #template.subpage .component.buttons.btn-blocks .btn-group .btn-wrapper .btn {
        font-size: 20px;
        line-height: 24px;
        height: 175px;
    }
}

@media screen and (max-width:991px) {
    #template.landing .component.buttons.btn-blocks .btn-group .btn-wrapper .btn,
    #template.subpage .component.buttons.btn-blocks .btn-group .btn-wrapper .btn {
        font-size: 18px;
        line-height: 20px;
        height: 255px;
        padding: 15px;
    }
}

@media screen and (max-width:767px) {
    #template.landing .component.buttons.btn-blocks .btn-group .btn-wrapper,
    #template.subpage .component.buttons.btn-blocks .btn-group .btn-wrapper {
        width: 100%;
        margin-left: 0;
    }
    #template.landing .component.buttons.btn-blocks .btn-group .btn-wrapper .btn,
    #template.subpage .component.buttons.btn-blocks .btn-group .btn-wrapper .btn {
        font-size: 20px;
        line-height: 24px;
        height: auto;
    }
}

#template.landing .component.buttons.vertical .btn-group,
#template.subpage .component.buttons.vertical .btn-group {
    display: block;
}

#template.landing .component.buttons.vertical .btn-group .btn-wrapper,
#template.subpage .component.buttons.vertical .btn-group .btn-wrapper {
    float: none;
    width: 100%;
    display: block !important;
    padding: 0 !important;
}

#template.landing .component.buttons.vertical .btn-group .btn-wrapper+.btn-wrapper,
#template.subpage .component.buttons.vertical .btn-group .btn-wrapper+.btn-wrapper {
    margin: 20px 0 0;
    padding: 0 !important;
}

#template.landing .component.buttons.vertical .btn-group .btn-wrapper .btn-container,
#template.subpage .component.buttons.vertical .btn-group .btn-wrapper .btn-container {
    display: table;
    width: 100%;
}

#template.landing .component.buttons.vertical .btn-group .btn-wrapper .btn-container .btn,
#template.subpage .component.buttons.vertical .btn-group .btn-wrapper .btn-container .btn {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    white-space: normal;
    padding: 0 10px;
    height: 52px;
}

@media screen and (max-width:991px) {
    #template.landing .component.buttons.isMobileStacked,
    #template.subpage .component.buttons.isMobileStacked {
        text-align: left;
    }
    #template.landing .component.buttons.isMobileStacked .btn-group,
    #template.subpage .component.buttons.isMobileStacked .btn-group {
        display: block;
    }
    #template.landing .component.buttons.isMobileStacked .btn-group .btn-wrapper,
    #template.subpage .component.buttons.isMobileStacked .btn-group .btn-wrapper {
        float: none;
        width: 100%;
        display: block !important;
    }
    #template.landing .component.buttons.isMobileStacked .btn-group .btn-wrapper+.btn-wrapper,
    #template.subpage .component.buttons.isMobileStacked .btn-group .btn-wrapper+.btn-wrapper {
        margin: 20px 0 0;
        padding: 0 !important;
    }
    #template.landing .component.buttons.isMobileStacked .btn-group .btn-wrapper .btn-container,
    #template.subpage .component.buttons.isMobileStacked .btn-group .btn-wrapper .btn-container {
        display: table;
        width: 100%;
    }
    #template.landing .component.buttons.isMobileStacked .btn-group .btn-wrapper .btn-container .btn,
    #template.subpage .component.buttons.isMobileStacked .btn-group .btn-wrapper .btn-container .btn {
        display: table-cell;
        width: 100%;
        vertical-align: middle;
        white-space: normal;
        padding: 0 10px;
        height: 52px;
    }
}

#template.landing .component.calendar,
#template.subpage .component.calendar {
    text-align: center;
}

#template.landing .component.calendar>*,
#template.subpage .component.calendar>* {
    color: #666;
}

#template.landing .component.calendar+.component,
#template.subpage .component.calendar+.component {
    margin-bottom: 0;
}

#template.landing .component.calendar .list-group,
#template.subpage .component.calendar .list-group {
    margin-bottom: 0;
}

#template.landing .component.calendar .list-group .list-group-item,
#template.subpage .component.calendar .list-group .list-group-item {
    border: none;
    padding: 0;
    background: none;
}

#template.landing .component.calendar .list-group .list-group-item+.list-group-item,
#template.subpage .component.calendar .list-group .list-group-item+.list-group-item {
    margin-top: 20px;
}

#template.landing .component.calendar .list-group .list-group-item .media,
#template.subpage .component.calendar .list-group .list-group-item .media {
    height: 50px;
    display: table;
    margin: 0;
    min-height: inherit;
}

#template.landing .component.calendar .list-group .list-group-item .media .media-left,
#template.subpage .component.calendar .list-group .list-group-item .media .media-left {
    text-transform: uppercase;
    border: 1px solid #ba0c2f;
    background: #fff;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    padding: 0;
    width: 50px;
    font-size: 11px;
}

#template.landing .component.calendar .list-group .list-group-item .media .media-left .day,
#template.subpage .component.calendar .list-group .list-group-item .media .media-left .day {
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin-top: -5px;
}

#template.landing .component.calendar .list-group .list-group-item .media .media-left>a:hover,
#template.subpage .component.calendar .list-group .list-group-item .media .media-left>a:hover {
    color: #000;
    text-decoration: none;
}

#template.landing .component.calendar .list-group .list-group-item .media .media-body,
#template.subpage .component.calendar .list-group .list-group-item .media .media-body {
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 0 15px;
}

#template.landing .component.calendar .list-group .list-group-item .media .media-body h4,
#template.subpage .component.calendar .list-group .list-group-item .media .media-body h4 {
    font-size: 15px;
    margin: 0;
    font-weight: normal;
}

#template.landing .component.calendar .list-group .list-group-item .media .media-body h4 a,
#template.subpage .component.calendar .list-group .list-group-item .media .media-body h4 a {
    font-weight: 600;
}

#template.landing .component.calendar.horizontal .list-group .list-group-item,
#template.subpage .component.calendar.horizontal .list-group .list-group-item {
    width: 21%;
    margin: 0 2% 20px 2%;
    float: left;
}

@media screen and (max-width:1199px) {
    #template.landing .component.calendar.horizontal .list-group,
    #template.subpage .component.calendar.horizontal .list-group {
        margin-top: -20px;
    }
    #template.landing .component.calendar.horizontal .list-group .list-group-item,
    #template.subpage .component.calendar.horizontal .list-group .list-group-item {
        width: 46%;
        margin-top: 20px;
    }
}

@media screen and (max-width:767px) {
    #template.landing .component.calendar.horizontal .list-group .list-group-item,
    #template.subpage .component.calendar.horizontal .list-group .list-group-item {
        width: 100%;
        margin: 20px 0 0;
        float: none;
    }
}

#template.landing .component.calendar.color-white>*,
#template.subpage .component.calendar.color-white>* {
    color: #fff;
}

#template.landing .component.calendar.color-white .media .media-body *,
#template.subpage .component.calendar.color-white .media .media-body * {
    color: #fff;
}

#template.landing .component.carousel+.row,
#template.subpage .component.carousel+.row {
    margin-top: 30px;
}

#template.landing .component.carousel .carousel-control,
#template.subpage .component.carousel .carousel-control {
    width: 50px;
    height: 100px;
    top: 50%;
    margin-top: -50px;
    left: 9%;
}

#template.landing .component.carousel .carousel-control>.fa,
#template.subpage .component.carousel .carousel-control>.fa {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 40px;
    margin: -20px 0 0 -14px;
}

#template.landing .component.carousel .carousel-control+.carousel-control,
#template.subpage .component.carousel .carousel-control+.carousel-control {
    left: auto;
    right: 9%;
}

#template.landing .component.carousel .item .component.rte,
#template.subpage .component.carousel .item .component.rte {
    position: absolute;
    bottom: 60px;
    left: -5%;
    max-width: 65%;
    z-index: 10;
}

#template.landing .component.carousel .item .component.rte.bg-primary.transparent,
#template.subpage .component.carousel .item .component.rte.bg-primary.transparent {
    background: #ba0c2f;
    background: rgba(186, 12, 47, .75);
}

#template.landing .component.carousel .item .component.rte.bg-default.transparent,
#template.subpage .component.carousel .item .component.rte.bg-default.transparent {
    background: #54585a;
    background: rgba(84, 88, 90, .75);
}

@media screen and (max-width:1199px) {
    #template.landing .component.carousel .item .component.rte,
    #template.subpage .component.carousel .item .component.rte {
        bottom: 40px;
        max-width: 80%;
    }
}

@media screen and (max-width:991px) {
    #template.landing .component.carousel .item .component.rte,
    #template.subpage .component.carousel .item .component.rte {
        max-width: 100%;
    }
    #template.landing .component.carousel .item .component.rte h5,
    #template.subpage .component.carousel .item .component.rte h5 {
        font-size: 24px;
    }
}

@media screen and (max-width:767px) {
    #template.landing .component.carousel,
    #template.subpage .component.carousel {
        margin: 0 -15px;
    }
    #template.landing .component.carousel .carousel-indicators,
    #template.subpage .component.carousel .carousel-indicators {
        top: auto;
        bottom: -20px;
    }
    #template.landing .component.carousel .carousel-control,
    #template.subpage .component.carousel .carousel-control {
        left: 25px;
        margin-top: -27px;
    }
    #template.landing .component.carousel .carousel-control+.carousel-control,
    #template.subpage .component.carousel .carousel-control+.carousel-control {
        left: auto;
        right: 25px;
    }
    #template.landing .component.carousel .item .component.rte,
    #template.subpage .component.carousel .item .component.rte {
        position: static;
        width: 100%;
        display: block;
        padding: 0;
        height: 50px;
        overflow: hidden;
    }
    #template.landing .component.carousel .item .component.rte h5,
    #template.subpage .component.carousel .item .component.rte h5 {
        font-size: 16px;
        display: table-cell;
        vertical-align: middle;
        height: 50px;
        padding: 0 20px;
        width: 1%;
    }
    #template.landing .component.carousel .item .component.image,
    #template.subpage .component.carousel .item .component.image {
        margin: 15px;
    }
    #template.landing .component.carousel .item .component.image img,
    #template.subpage .component.carousel .item .component.image img {
        max-width: 100%;
    }
}

#template.landing .main-content .component.carousel .carousel-indicators,
#template.subpage .main-content .component.carousel .carousel-indicators {
    margin-bottom: 5px;
}

@media screen and (max-width:767px) {
    #template.landing .main-content .component.carousel .carousel-indicators,
    #template.subpage .main-content .component.carousel .carousel-indicators {
        margin-bottom: 26px;
        bottom: -10px;
    }
}

#template.landing .component.facts,
#template.subpage .component.facts {
    color: #fff;
    background: #54585a;
    padding: 25px 8.333333%;
    text-align: center;
}

#template.landing .component.facts>h2,
#template.subpage .component.facts>h2 {
    font-size: 44px;
    font-weight: bold;
    margin-top: 0;
}

#template.landing .component.facts>.facts,
#template.subpage .component.facts>.facts {
    padding: 20px;
    border: 1px solid #ba0c2f;
    background: #fff;
    margin-top: 35px;
}

#template.landing .component.facts>.facts>.fact,
#template.subpage .component.facts>.facts>.fact {
    display: table-cell;
    width: 1%;
    vertical-align: middle;
    padding: 0 10px;
}

#template.landing .component.facts>.facts>.fact>h4,
#template.subpage .component.facts>.facts>.fact>h4 {
    font-weight: bold;
    font-size: 32px;
    margin-top: 0;
}

#template.landing .component.facts>.facts>.fact>p,
#template.subpage .component.facts>.facts>.fact>p {
    font-size: 13px;
    margin: 0;
    color: #000;
}

@media screen and (max-width:991px) {
    #template.landing .component.facts>h2,
    #template.subpage .component.facts>h2 {
        font-size: 36px;
    }
    #template.landing .component.facts>.facts>.fact,
    #template.subpage .component.facts>.facts>.fact {
        display: block;
        width: 100%;
    }
    #template.landing .component.facts>.facts>.fact>h4,
    #template.subpage .component.facts>.facts>.fact>h4 {
        font-size: 28px;
    }
}

@media screen and (max-width:767px) {
    #template.landing .component.facts,
    #template.subpage .component.facts {
        padding: 25px;
    }
    #template.landing .component.facts>h2,
    #template.subpage .component.facts>h2 {
        font-size: 32px;
    }
    #template.landing .component.facts>.facts>.fact,
    #template.subpage .component.facts>.facts>.fact {
        display: block;
        width: 100%;
    }
    #template.landing .component.facts>.facts>.fact+.fact,
    #template.subpage .component.facts>.facts>.fact+.fact {
        margin-top: 30px;
    }
    #template.landing .component.facts>.facts>.fact>h4,
    #template.subpage .component.facts>.facts>.fact>h4 {
        font-size: 28px;
    }
    #template.landing .component.facts>.facts>.fact>p,
    #template.subpage .component.facts>.facts>.fact>p {
        font-size: 14px;
    }
}

#template.landing .component.iconography,
#template.subpage .component.iconography {
    margin-left: 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

#template.landing .component.iconography *,
#template.subpage .component.iconography * {
    color: #fff;
}

#template.landing .component.iconography i.textovericon,
#template.subpage .component.iconography i.textovericon {
    color: #54585a;
}

#template.landing .component.iconography .faspan.textovericon,
#template.subpage .component.iconography .faspan.textovericon {
    font-size: 12em;
    position: absolute;
    z-index: -1;
    line-height: 1;
    top: 50%;
    right: 5%;
    transform: translate(0, -50%);
}

#template.landing .component.iconography .faspan i.rteText-primary,
#template.subpage .component.iconography .faspan i.rteText-primary {
    color: #ba0c2f;
}

#template.landing .component.iconography .faspan i.rteText-secondary,
#template.subpage .component.iconography .faspan i.rteText-secondary {
    color: #54585a;
}

#template.landing .component.iconography .faspan i.rteText-white,
#template.subpage .component.iconography .faspan i.rteText-white {
    color: #fff;
}

#template.landing .component.iconography .faspan i.rteText-gray,
#template.subpage .component.iconography .faspan i.rteText-gray {
    color: #f2f2f2;
}

#template.landing .component.iconography .media,
#template.subpage .component.iconography .media {
    margin: 0;
}

#template.landing .component.iconography .media-body .component.rte h6 a:hover,
#template.subpage .component.iconography .media-body .component.rte h6 a:hover {
    text-decoration: underline;
}

#template.landing .component.iconography .media-body .component.rte h6 a:focus,
#template.subpage .component.iconography .media-body .component.rte h6 a:focus {
    text-decoration: underline;
    outline: 0;
}

#template.landing .component.iconography .media-left a,
#template.subpage .component.iconography .media-left a {
    display: inline-block;
    border: 0 solid #fff;
    padding: 2px;
    transition: transform .2s;
}

#template.landing .component.iconography .media-left a.rteText-primary,
#template.subpage .component.iconography .media-left a.rteText-primary {
    border-color: #ba0c2f;
}

#template.landing .component.iconography .media-left a.rteText-secondary,
#template.subpage .component.iconography .media-left a.rteText-secondary {
    border-color: #54585a;
}

#template.landing .component.iconography .media-left a.rteText-gray,
#template.subpage .component.iconography .media-left a.rteText-gray {
    border-color: #f2f2f2;
}

#template.landing .component.iconography .media-left a:hover,
#template.subpage .component.iconography .media-left a:hover {
    transform: scale(.9);
}

#template.landing .component.iconography .media-left a:focus,
#template.subpage .component.iconography .media-left a:focus {
    outline: 0;
    border-width: 1px;
    padding: 1px;
}

#template.landing .component.iconography .media-left .fa,
#template.subpage .component.iconography .media-left .fa {
    font-size: 50px;
}

#template.landing .component.iconography .media-body p,
#template.subpage .component.iconography .media-body p {
    font-family: "Open Sans", Arial, sans-serif;
    letter-spacing: 1px;
    line-height: 22px;
}

#template.landing .component.iconography .media-body a,
#template.subpage .component.iconography .media-body a {
    font-weight: bold;
}

#template.landing .component.iconography .media-left,
#template.landing .component.iconography .media-right,
#template.landing .component.iconography .media-body,
#template.subpage .component.iconography .media-left,
#template.subpage .component.iconography .media-right,
#template.subpage .component.iconography .media-body {
    display: table-cell;
    vertical-align: top;
    margin: 0;
}

#template.landing .component.iconography .media-left,
#template.subpage .component.iconography .media-left {
    width: 25%;
}

#template.landing .component.iconography .media-body,
#template.subpage .component.iconography .media-body {
    width: 75%;
}

@media screen and (max-width:767px) {
    #template.landing .component.iconography .faspan.textovericon,
    #template.subpage .component.iconography .faspan.textovericon {
        right: auto;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    #template.landing .component.iconography .media-left,
    #template.subpage .component.iconography .media-left {
        width: 100%;
        display: block;
        text-align: center;
    }
    #template.landing .component.iconography .media-left .fa,
    #template.subpage .component.iconography .media-left .fa {
        font-size: 160px !important;
    }
    #template.landing .component.iconography .media-body,
    #template.subpage .component.iconography .media-body {
        width: 100%;
        display: block;
    }
    #template.landing .component.iconography .media-body .component.rte,
    #template.subpage .component.iconography .media-body .component.rte {
        text-align: left;
    }
}

#template.landing .component.iconography.alt .media-left,
#template.landing .component.iconography.alt .media-right,
#template.landing .component.iconography.alt .media-body,
#template.subpage .component.iconography.alt .media-left,
#template.subpage .component.iconography.alt .media-right,
#template.subpage .component.iconography.alt .media-body {
    display: block;
    float: left;
}

#template.landing .component.iconography.alt .media-left,
#template.subpage .component.iconography.alt .media-left {
    padding-top: 50px;
}

#template.landing .component.iconography.alt .media-left img,
#template.subpage .component.iconography.alt .media-left img {
    margin: 0;
    width: 100%;
    max-width: 130px;
}

#template.landing .component.iconography.alt .media-body,
#template.subpage .component.iconography.alt .media-body {
    padding-left: 15px;
}

#template.landing .component.iconography.alt h6,
#template.subpage .component.iconography.alt h6 {
    font-size: 72px;
    margin: 0;
}

#template.landing .component.iconography.alt h6.color-primary,
#template.subpage .component.iconography.alt h6.color-primary {
    color: #ba0c2f;
}

#template.landing .component.iconography.alt h6.color-secondary,
#template.subpage .component.iconography.alt h6.color-secondary {
    color: #53a5b1;
}

#template.landing .component.iconography.alt h6.color-default,
#template.subpage .component.iconography.alt h6.color-default {
    color: #54585a;
}

#template.landing .component.iconography.alt h6.color-white,
#template.subpage .component.iconography.alt h6.color-white {
    color: #fff;
}

#template.landing .component.iconography.alt p,
#template.subpage .component.iconography.alt p {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 26px;
    margin: 0;
    line-height: 28px;
    font-family: "Open Sans", Arial, sans-serif;
}

#template.landing .component.iconography.alt p.small,
#template.subpage .component.iconography.alt p.small {
    font-size: 19px;
    line-height: 24px;
}

@media screen and (min-width:992px) and (max-width:1199px) {
    #template.landing .component.iconography.alt h6,
    #template.subpage .component.iconography.alt h6 {
        font-size: 60px;
    }
    #template.landing .component.iconography.alt p,
    #template.subpage .component.iconography.alt p {
        font-size: 24px;
        line-height: 26px;
    }
    #template.landing .component.iconography.alt p.small,
    #template.subpage .component.iconography.alt p.small {
        font-size: 18px;
        line-height: 22px;
    }
}

@media screen and (max-width:991px) {
    #template.landing .component.iconography.alt .media-left,
    #template.subpage .component.iconography.alt .media-left {
        padding-top: 10px;
    }
}

@media screen and (max-width:767px) {
    #template.landing .component.iconography.alt h6,
    #template.subpage .component.iconography.alt h6 {
        font-size: 48px;
    }
    #template.landing .component.iconography.alt p,
    #template.subpage .component.iconography.alt p {
        font-size: 20px;
        line-height: 24px;
    }
    #template.landing .component.iconography.alt p.small,
    #template.subpage .component.iconography.alt p.small {
        font-size: 16px;
        line-height: 20px;
    }
}

#template.landing .component.iconography.color-primary *,
#template.subpage .component.iconography.color-primary * {
    color: #ba0c2f;
}

#template.landing .component.iconography.color-default *,
#template.subpage .component.iconography.color-default * {
    color: #54585a;
}

#template.landing .component.iconography.info,
#template.subpage .component.iconography.info {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

#template.landing .component.iconography.info .media,
#template.subpage .component.iconography.info .media {
    display: table;
    width: 100%;
}

#template.landing .component.iconography.info .media .media-body,
#template.subpage .component.iconography.info .media .media-body {
    display: table-cell;
    background-position: center center;
    background-repeat: no-repeat;
    vertical-align: middle;
    height: 190px;
}

#template.landing .component.iconography.info .media .media-body p,
#template.subpage .component.iconography.info .media .media-body p {
    text-transform: uppercase;
    font-weight: bold;
}

#template.landing .component.iconography.info.icon-left,
#template.subpage .component.iconography.info.icon-left {
    margin-right: 0;
}

#template.landing .component.iconography.info.icon-left .media-body,
#template.subpage .component.iconography.info.icon-left .media-body {
    background-position: left center;
}

@media screen and (max-width:767px) {
    #template.landing .component.iconography.info.icon-left .media-body,
    #template.subpage .component.iconography.info.icon-left .media-body {
        background-position: center center;
    }
}

#template.landing .component.iconography.info.icon-right,
#template.subpage .component.iconography.info.icon-right {
    margin-left: 0;
}

#template.landing .component.iconography.info.icon-right .media-body,
#template.subpage .component.iconography.info.icon-right .media-body {
    background-position: right center;
}

@media screen and (max-width:767px) {
    #template.landing .component.iconography.info.icon-right .media-body,
    #template.subpage .component.iconography.info.icon-right .media-body {
        background-position: center center;
    }
}

#template.landing .component.iconography.info .component.rte,
#template.subpage .component.iconography.info .component.rte {
    text-align: center;
}

#template.landing .component.iconography.info .component.rte span,
#template.subpage .component.iconography.info .component.rte span {
    display: block;
    line-height: .95;
    font-family: "Open Sans", Arial, sans-serif;
}

#template.landing .component.iconography.info .component.rte span+span,
#template.subpage .component.iconography.info .component.rte span+span {
    margin-top: 5px;
}

#template.landing .component.iconography.info .component.rte span.alt,
#template.subpage .component.iconography.info .component.rte span.alt {
    font-family: "Open Sans", Arial, sans-serif;
}

@media screen and (max-width:1199px) {
    #template.landing .component.iconography.info,
    #template.subpage .component.iconography.info {
        width: 100%;
        margin: 0 auto !important;
    }
}

@media screen and (max-width:991px) {
    #template.landing .component.iconography.info,
    #template.subpage .component.iconography.info {
        width: 75%;
    }
}

@media screen and (max-width:767px) {
    #template.landing .component.iconography.info,
    #template.subpage .component.iconography.info {
        width: 100%;
    }
}

#template.landing .component.image>*:first-child,
#template.subpage .component.image>*:first-child {
    margin-top: 0;
}

#template.landing .component.image img,
#template.subpage .component.image img {
    width: 100%;
}

#template.landing .component.image>a,
#template.subpage .component.image>a {
    display: block;
    border: none;
}

#template.landing .component.image>a:focus,
#template.subpage .component.image>a:focus {
    border: solid 2px #212527;
}

@media screen and (max-width:767px) {
    #template.landing .component.image img,
    #template.subpage .component.image img {
        margin: 0 auto;
        max-width: 80%;
        display: block;
    }
}

#template.landing .component.info.contact,
#template.subpage .component.info.contact {
    padding: 20px 25px !important;
}

#template.landing .component.info.contact h6,
#template.subpage .component.info.contact h6 {
    font-size: 18px;
    text-transform: uppercase;
    line-height: 21px;
}

#template.landing .component.info.contact .row,
#template.subpage .component.info.contact .row {
    padding: 5px 0 0;
}

@media screen and (max-width:767px) {
    #template.landing .component.info.contact .row>div,
    #template.subpage .component.info.contact .row>div {
        margin-left: 8.333333%;
    }
    #template.landing .component.info.contact .row>div+div,
    #template.subpage .component.info.contact .row>div+div {
        margin-top: 15px;
    }
}

#template.landing .component.info.contact .media,
#template.subpage .component.info.contact .media {
    margin: 0;
    min-height: inherit;
    width: 100%;
    table-layout: fixed;
    display: table;
}

#template.landing .component.info.contact .media+.media,
#template.subpage .component.info.contact .media+.media {
    margin-top: 12px;
}

#template.landing .component.info.contact .media .media-left,
#template.subpage .component.info.contact .media .media-left {
    width: 30px;
}

#template.landing .component.info.contact .media .media-left,
#template.landing .component.info.contact .media .media-right,
#template.landing .component.info.contact .media .media-body,
#template.subpage .component.info.contact .media .media-left,
#template.subpage .component.info.contact .media .media-right,
#template.subpage .component.info.contact .media .media-body {
    display: table-cell;
    vertical-align: top;
    margin: 0;
}

#template.landing .component.info.contact .media .media-body,
#template.subpage .component.info.contact .media .media-body {
    text-align: left;
}

#template.landing .component.info.contact .media .media-body p,
#template.subpage .component.info.contact .media .media-body p {
    font-size: 14px;
    line-height: 18px;
    margin: 0;
}

#template.landing .component.info.contact .media .media-body a,
#template.subpage .component.info.contact .media .media-body a {
    font-weight: normal;
}

#template.landing .component.info.contact .media .media-body a:hover,
#template.subpage .component.info.contact .media .media-body a:hover {
    border: none;
}

#template.landing .component.info.contact.bg-primary .media-body>*,
#template.subpage .component.info.contact.bg-primary .media-body>* {
    color: #ffe2e2;
}

#template.landing .component.info.contact.bg-default .media-body>*,
#template.subpage .component.info.contact.bg-default .media-body>* {
    color: #fff;
}

#template.landing .component.info.contact.bg-default .media-body a,
#template.subpage .component.info.contact.bg-default .media-body a {
    color: #fff;
}

#template.landing .component.info.contact.bg-default .media-body a:hover,
#template.landing .component.info.contact.bg-default .media-body a:focus,
#template.subpage .component.info.contact.bg-default .media-body a:hover,
#template.subpage .component.info.contact.bg-default .media-body a:focus {
    color: #d9d9d9;
}

#template.landing .component.info.contact.bg-white .media-body>*,
#template.subpage .component.info.contact.bg-white .media-body>* {
    color: #54585a;
}

#template.landing .component.info.contact.bg-white .media-body a,
#template.subpage .component.info.contact.bg-white .media-body a {
    color: #54585a;
}

#template.landing .component.info.contact.bg-white .media-body a:hover,
#template.landing .component.info.contact.bg-white .media-body a:focus,
#template.subpage .component.info.contact.bg-white .media-body a:hover,
#template.subpage .component.info.contact.bg-white .media-body a:focus {
    color: #2f3132;
}

#template.landing .component.page-header,
#template.subpage .component.page-header {
    margin-bottom: 0;
    border: none;
    padding: 0;
}

#template.landing .component.page-header h1,
#template.landing .component.page-header h2,
#template.landing .component.page-header .breadcrumb>li,
#template.landing .component.page-header .breadcrumb>li+li:before,
#template.landing .component.page-header .breadcrumb>li>a,
#template.subpage .component.page-header h1,
#template.subpage .component.page-header h2,
#template.subpage .component.page-header .breadcrumb>li,
#template.subpage .component.page-header .breadcrumb>li+li:before,
#template.subpage .component.page-header .breadcrumb>li>a {
    color: #fff;
}

#template.landing .component.page-header h1,
#template.subpage .component.page-header h1 {
    padding-left: 0;
}

#template.landing .component.page-header .breadcrumb,
#template.subpage .component.page-header .breadcrumb {
    margin-bottom: 10px;
}

#template.landing .component.page-header .breadcrumb>li>a:focus,
#template.subpage .component.page-header .breadcrumb>li>a:focus {
    outline: 0;
}

@media screen and (max-width:991px) {
    #template.landing .component.page-header .breadcrumb,
    #template.subpage .component.page-header .breadcrumb {
        margin-bottom: 10px;
    }
}

#template.landing .component.page-header .component.buttons .btn,
#template.subpage .component.page-header .component.buttons .btn {
    height: 41px !important;
    font-size: 11px;
}

@media screen and (max-width:991px) {
    #template.landing .component.page-header .row>div+div,
    #template.subpage .component.page-header .row>div+div {
        margin-top: 0;
    }
    #template.landing .component.page-header .component.buttons .btn-group,
    #template.subpage .component.page-header .component.buttons .btn-group {
        display: block;
        margin-top: -10px;
    }
    #template.landing .component.page-header .component.buttons .btn-group .btn-wrapper,
    #template.subpage .component.page-header .component.buttons .btn-group .btn-wrapper {
        display: block;
        width: 32%;
        float: left;
        margin: 10px 0 0 2%;
    }
    #template.landing .component.page-header .component.buttons .btn-group .btn-wrapper+.btn-wrapper,
    #template.subpage .component.page-header .component.buttons .btn-group .btn-wrapper+.btn-wrapper {
        padding: 0;
    }
    #template.landing .component.page-header .component.buttons .btn-group .btn-wrapper:first-child,
    #template.subpage .component.page-header .component.buttons .btn-group .btn-wrapper:first-child {
        margin-left: 0;
    }
    #template.landing .component.page-header .component.buttons .btn-group .btn-wrapper:nth-child(3n+1),
    #template.subpage .component.page-header .component.buttons .btn-group .btn-wrapper:nth-child(3n+1) {
        margin-left: 0;
    }
    #template.landing .component.page-header .component.buttons .btn-group .btn-wrapper .btn,
    #template.subpage .component.page-header .component.buttons .btn-group .btn-wrapper .btn {
        padding: 0 1px;
    }
    #template.landing .component.page-header .component.buttons .btn-group .btn-wrapper .btn .fa,
    #template.subpage .component.page-header .component.buttons .btn-group .btn-wrapper .btn .fa {
        display: none;
    }
    #template.landing .component.page-header .component.buttons.isMobileStacked .btn-wrapper,
    #template.subpage .component.page-header .component.buttons.isMobileStacked .btn-wrapper {
        width: 100% !important;
        margin-left: 0 !important;
        float: none !important;
    }
    #template.landing .component.page-header .component.buttons.isMobileStacked .btn-wrapper .btn .fa,
    #template.subpage .component.page-header .component.buttons.isMobileStacked .btn-wrapper .btn .fa {
        display: inline-block;
    }
}

#template.landing .component.page-header.alt,
#template.subpage .component.page-header.alt {
    margin: 170px 0 210px;
    padding: 45px 0;
    text-align: center;
    position: relative;
    overflow: visible;
}

#template.landing .component.page-header.alt h1,
#template.subpage .component.page-header.alt h1 {
    font-size: 80px;
    margin: 0;
    word-wrap: break-word;
}

#template.landing .component.page-header.alt h2,
#template.subpage .component.page-header.alt h2 {
    font-size: 36px;
    margin: 5px 0 0;
    font-weight: bold;
}

#template.landing .component.page-header.alt .row>div+div,
#template.subpage .component.page-header.alt .row>div+div {
    margin-top: 30px;
}

#template.landing .component.page-header.alt .component.buttons .btn,
#template.subpage .component.page-header.alt .component.buttons .btn {
    height: 85px !important;
    line-height: normal;
    font-size: 18px;
    font-weight: bold;
    padding: 25px 50px;
}

@media only screen and (min-width:768px) {
    #template.landing .component.page-header.alt.banner-shift-bottom,
    #template.subpage .component.page-header.alt.banner-shift-bottom {
        margin: 280px 0 0 0;
        padding: 35px 0;
    }
    #template.landing .component.page-header.alt.banner-shift-top,
    #template.subpage .component.page-header.alt.banner-shift-top {
        margin: 0 0 280px 0;
        padding: 35px 0;
    }
}

#template.landing .component.page-header.alt.bg-transparent h1,
#template.landing .component.page-header.alt.bg-transparent h2,
#template.subpage .component.page-header.alt.bg-transparent h1,
#template.subpage .component.page-header.alt.bg-transparent h2 {
    text-shadow: 2px 4px 3px rgba(0, 0, 0, .3);
}

#template.landing .component.page-header.alt.bg-primary,
#template.subpage .component.page-header.alt.bg-primary {
    background: #ba0c2f;
    background: rgba(186, 12, 47, .8);
}

#template.landing .component.page-header.alt.bg-primary:before,
#template.landing .component.page-header.alt.bg-primary:after,
#template.subpage .component.page-header.alt.bg-primary:before,
#template.subpage .component.page-header.alt.bg-primary:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -600px;
    width: 600px;
    background: #ba0c2f;
    background: rgba(186, 12, 47, .8);
}

#template.landing .component.page-header.alt.bg-primary:after,
#template.subpage .component.page-header.alt.bg-primary:after {
    left: auto;
    right: -600px;
}

#template.landing .component.page-header.alt.bg-default,
#template.subpage .component.page-header.alt.bg-default {
    background: #54585a;
    background: rgba(84, 88, 90, .8);
}

#template.landing .component.page-header.alt.bg-default:before,
#template.landing .component.page-header.alt.bg-default:after,
#template.subpage .component.page-header.alt.bg-default:before,
#template.subpage .component.page-header.alt.bg-default:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -400px;
    width: 400px;
    background: #54585a;
    background: rgba(84, 88, 90, .8);
}

#template.landing .component.page-header.alt.bg-default:after,
#template.subpage .component.page-header.alt.bg-default:after {
    left: auto;
    right: -400px;
}

@media screen and (max-width:1199px) {
    #template.landing .component.page-header.alt,
    #template.subpage .component.page-header.alt {
        padding: 20px 0 10px 0;
        margin: 20px 0 60px;
    }
    #template.landing .component.page-header.alt h1,
    #template.subpage .component.page-header.alt h1 {
        font-size: 70px;
    }
    #template.landing .component.page-header.alt h2,
    #template.subpage .component.page-header.alt h2 {
        font-size: 32px;
    }
}

@media screen and (max-width:991px) {
    #template.landing .component.page-header.alt,
    #template.subpage .component.page-header.alt {
        padding: 20px 0 10px 0;
        margin: 20px 0 60px;
    }
    #template.landing .component.page-header.alt h1,
    #template.subpage .component.page-header.alt h1 {
        font-size: 55px !important;
    }
    #template.landing .component.page-header.alt h2,
    #template.subpage .component.page-header.alt h2 {
        font-size: 28px;
    }
    #template.landing .component.page-header.alt .component.buttons .btn-group .btn-wrapper,
    #template.subpage .component.page-header.alt .component.buttons .btn-group .btn-wrapper {
        width: 100%;
        margin-top: 20px;
    }
    #template.landing .component.page-header.alt .component.buttons .btn-group .btn-wrapper:first-child,
    #template.subpage .component.page-header.alt .component.buttons .btn-group .btn-wrapper:first-child {
        margin-top: 0;
    }
    #template.landing .component.page-header.alt .component.buttons .btn-group .btn-wrapper+.btn-wrapper,
    #template.subpage .component.page-header.alt .component.buttons .btn-group .btn-wrapper+.btn-wrapper {
        margin-left: 0;
    }
}

@media screen and (max-width:767px) {
    #template.landing .component.page-header.alt,
    #template.subpage .component.page-header.alt {
        padding: 20px 0 10px 0;
        margin: 20px 0 60px;
    }
    #template.landing .component.page-header.alt h1,
    #template.subpage .component.page-header.alt h1 {
        font-size: 40px !important;
        font-size: 6.3vw !important;
    }
    #template.landing .component.page-header.alt h2,
    #template.subpage .component.page-header.alt h2 {
        font-size: 24px;
    }
}

#template.landing .component.rte h1,
#template.subpage .component.rte h1 {
    font-size: 48px;
}

#template.landing .component.rte h2,
#template.subpage .component.rte h2 {
    font-size: 42px;
}

#template.landing .component.rte h3,
#template.subpage .component.rte h3 {
    font-size: 36px;
}

#template.landing .component.rte h4,
#template.subpage .component.rte h4 {
    font-size: 30px;
}

#template.landing .component.rte h5,
#template.subpage .component.rte h5 {
    font-size: 24px;
    font-weight: 600;
}

#template.landing .component.rte h6,
#template.subpage .component.rte h6 {
    font-size: 18px;
}

#template.landing .component.rte h1>a,
#template.landing .component.rte h1>a:visited,
#template.landing .component.rte h2>a,
#template.landing .component.rte h2>a:visited,
#template.landing .component.rte h3>a,
#template.landing .component.rte h3>a:visited,
#template.landing .component.rte h4>a,
#template.landing .component.rte h4>a:visited,
#template.landing .component.rte h5>a,
#template.landing .component.rte h5>a:visited,
#template.landing .component.rte h6>a,
#template.landing .component.rte h6>a:visited,
#template.subpage .component.rte h1>a,
#template.subpage .component.rte h1>a:visited,
#template.subpage .component.rte h2>a,
#template.subpage .component.rte h2>a:visited,
#template.subpage .component.rte h3>a,
#template.subpage .component.rte h3>a:visited,
#template.subpage .component.rte h4>a,
#template.subpage .component.rte h4>a:visited,
#template.subpage .component.rte h5>a,
#template.subpage .component.rte h5>a:visited,
#template.subpage .component.rte h6>a,
#template.subpage .component.rte h6>a:visited {
    color: #fff;
    border: none;
    text-decoration: none;
}

#template.landing .component.rte h1>a:hover,
#template.landing .component.rte h1>a:visited:hover,
#template.landing .component.rte h2>a:hover,
#template.landing .component.rte h2>a:visited:hover,
#template.landing .component.rte h3>a:hover,
#template.landing .component.rte h3>a:visited:hover,
#template.landing .component.rte h4>a:hover,
#template.landing .component.rte h4>a:visited:hover,
#template.landing .component.rte h5>a:hover,
#template.landing .component.rte h5>a:visited:hover,
#template.landing .component.rte h6>a:hover,
#template.landing .component.rte h6>a:visited:hover,
#template.subpage .component.rte h1>a:hover,
#template.subpage .component.rte h1>a:visited:hover,
#template.subpage .component.rte h2>a:hover,
#template.subpage .component.rte h2>a:visited:hover,
#template.subpage .component.rte h3>a:hover,
#template.subpage .component.rte h3>a:visited:hover,
#template.subpage .component.rte h4>a:hover,
#template.subpage .component.rte h4>a:visited:hover,
#template.subpage .component.rte h5>a:hover,
#template.subpage .component.rte h5>a:visited:hover,
#template.subpage .component.rte h6>a:hover,
#template.subpage .component.rte h6>a:visited:hover {
    color: #d9d9d9;
}

#template.landing .component.rte h1>a:focus,
#template.landing .component.rte h1>a:visited:focus,
#template.landing .component.rte h2>a:focus,
#template.landing .component.rte h2>a:visited:focus,
#template.landing .component.rte h3>a:focus,
#template.landing .component.rte h3>a:visited:focus,
#template.landing .component.rte h4>a:focus,
#template.landing .component.rte h4>a:visited:focus,
#template.landing .component.rte h5>a:focus,
#template.landing .component.rte h5>a:visited:focus,
#template.landing .component.rte h6>a:focus,
#template.landing .component.rte h6>a:visited:focus,
#template.subpage .component.rte h1>a:focus,
#template.subpage .component.rte h1>a:visited:focus,
#template.subpage .component.rte h2>a:focus,
#template.subpage .component.rte h2>a:visited:focus,
#template.subpage .component.rte h3>a:focus,
#template.subpage .component.rte h3>a:visited:focus,
#template.subpage .component.rte h4>a:focus,
#template.subpage .component.rte h4>a:visited:focus,
#template.subpage .component.rte h5>a:focus,
#template.subpage .component.rte h5>a:visited:focus,
#template.subpage .component.rte h6>a:focus,
#template.subpage .component.rte h6>a:visited:focus {
    text-decoration: underline;
    outline: 0;
}

#template.landing .component.rte>*:first-child,
#template.subpage .component.rte>*:first-child {
    margin-top: 0;
}

#template.landing .component.rte>*:last-child,
#template.subpage .component.rte>*:last-child {
    margin-bottom: 0;
}

#template.landing .component.rte a,
#template.subpage .component.rte a {
    font-weight: 600;
}

#template.landing .component.rte img+*,
#template.subpage .component.rte img+* {
    margin-top: 20px;
}

#template.landing .component.rte li,
#template.subpage .component.rte li {
    position: relative;
}

#template.landing .component.rte ol li,
#template.subpage .component.rte ol li {
    padding-left: 0;
}

#template.landing .component.rte ul,
#template.subpage .component.rte ul {
    list-style-type: none;
}

#template.landing .component.rte ul li,
#template.subpage .component.rte ul li {
    padding-left: 20px;
}

#template.landing .component.rte ul li:before,
#template.subpage .component.rte ul li:before {
    font-family: "FontAwesome";
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 13px;
    color: #ba0c2f;
}

#template.landing .component.rte ul li li:before,
#template.subpage .component.rte ul li li:before {
    content: "";
}

@media screen and (max-width:767px) {
    #template.landing .component.rte ul,
    #template.subpage .component.rte ul {
        padding-left: 0 !important;
    }
    #template.landing .component.rte ul li,
    #template.subpage .component.rte ul li {
        text-align: left;
    }
}

#template.landing .component.rte[class*="bg"],
#template.subpage .component.rte[class*="bg"] {
    padding: 15px 20px;
}

#template.landing .component.rte[class*="bg"]>*:first-child,
#template.subpage .component.rte[class*="bg"]>*:first-child {
    margin-top: 0;
}

#template.landing .component.rte[class*="bg"]>*:last-child,
#template.subpage .component.rte[class*="bg"]>*:last-child {
    margin-bottom: 0;
}

#template.landing .component.rte.bg-primary,
#template.subpage .component.rte.bg-primary {
    background: #ba0c2f;
}

#template.landing .component.rte.bg-primary.transparent,
#template.subpage .component.rte.bg-primary.transparent {
    background: #ba0c2f;
    background: rgba(186, 12, 47, .85);
}

#template.landing .component.rte.bg-primary>*,
#template.subpage .component.rte.bg-primary>* {
    color: #fff !important;
}

#template.landing .component.rte.bg-primary a,
#template.landing .component.rte.bg-primary a:visited,
#template.landing .component.rte.bg-primary li:before,
#template.subpage .component.rte.bg-primary a,
#template.subpage .component.rte.bg-primary a:visited,
#template.subpage .component.rte.bg-primary li:before {
    color: #fff !important;
}

#template.landing .component.rte.bg-primary a:hover,
#template.landing .component.rte.bg-primary a:focus,
#template.subpage .component.rte.bg-primary a:hover,
#template.subpage .component.rte.bg-primary a:focus {
    text-decoration: underline;
    outline: 0;
}

#template.landing .component.rte.bg-default,
#template.subpage .component.rte.bg-default {
    background: #54585a;
}

#template.landing .component.rte.bg-default.transparent,
#template.subpage .component.rte.bg-default.transparent {
    background: #54585a;
    background: rgba(84, 88, 90, .85);
}

#template.landing .component.rte.bg-default>*,
#template.subpage .component.rte.bg-default>* {
    color: #fff !important;
}

#template.landing .component.rte.bg-default a,
#template.landing .component.rte.bg-default a:visited,
#template.landing .component.rte.bg-default li:before,
#template.subpage .component.rte.bg-default a,
#template.subpage .component.rte.bg-default a:visited,
#template.subpage .component.rte.bg-default li:before {
    color: #fff !important;
}

#template.landing .component.rte.bg-default a:hover,
#template.landing .component.rte.bg-default a:focus,
#template.subpage .component.rte.bg-default a:hover,
#template.subpage .component.rte.bg-default a:focus {
    text-decoration: underline;
    outline: 0;
}

#template.landing .component.rte.bg-white,
#template.subpage .component.rte.bg-white {
    background: #fff;
}

#template.landing .component.rte.bg-white.transparent,
#template.subpage .component.rte.bg-white.transparent {
    background: #fff;
    background: rgba(255, 255, 255, .85);
}

#template.landing .component.rte.bg-white>*,
#template.subpage .component.rte.bg-white>* {
    color: #000 !important;
}

#template.landing .component.rte.bg-white a,
#template.landing .component.rte.bg-white a:visited,
#template.landing .component.rte.bg-white li:before,
#template.subpage .component.rte.bg-white a,
#template.subpage .component.rte.bg-white a:visited,
#template.subpage .component.rte.bg-white li:before {
    color: #ba0c2f !important;
}

#template.landing .component.rte.bg-white a:hover,
#template.landing .component.rte.bg-white a:focus,
#template.subpage .component.rte.bg-white a:hover,
#template.subpage .component.rte.bg-white a:focus {
    color: #425563 !important;
}

#template.landing .component.rte.bg-black,
#template.subpage .component.rte.bg-black {
    background: #000;
}

#template.landing .component.rte.bg-black.transparent,
#template.subpage .component.rte.bg-black.transparent {
    background: #000;
    background: rgba(0, 0, 0, .85);
}

#template.landing .component.rte.bg-black>*,
#template.subpage .component.rte.bg-black>* {
    color: #fff !important;
}

#template.landing .component.rte.bg-black a,
#template.landing .component.rte.bg-black a:visited,
#template.landing .component.rte.bg-black li:before,
#template.subpage .component.rte.bg-black a,
#template.subpage .component.rte.bg-black a:visited,
#template.subpage .component.rte.bg-black li:before {
    color: #fff !important;
}

#template.landing .component.rte.bg-black a:hover,
#template.landing .component.rte.bg-black a:focus,
#template.subpage .component.rte.bg-black a:hover,
#template.subpage .component.rte.bg-black a:focus {
    text-decoration: underline;
    outline: 0;
}

#template.landing .component.rte.color-primary>*,
#template.subpage .component.rte.color-primary>* {
    color: #ba0c2f;
}

#template.landing .component.rte.color-primary>* h1>a,
#template.landing .component.rte.color-primary>* h2>a,
#template.landing .component.rte.color-primary>* h3>a,
#template.landing .component.rte.color-primary>* h4>a,
#template.landing .component.rte.color-primary>* h5>a,
#template.landing .component.rte.color-primary>* h6>a,
#template.subpage .component.rte.color-primary>* h1>a,
#template.subpage .component.rte.color-primary>* h2>a,
#template.subpage .component.rte.color-primary>* h3>a,
#template.subpage .component.rte.color-primary>* h4>a,
#template.subpage .component.rte.color-primary>* h5>a,
#template.subpage .component.rte.color-primary>* h6>a {
    color: #ba0c2f;
}

#template.landing .component.rte.color-primary>* h1>a:hover,
#template.landing .component.rte.color-primary>* h2>a:hover,
#template.landing .component.rte.color-primary>* h3>a:hover,
#template.landing .component.rte.color-primary>* h4>a:hover,
#template.landing .component.rte.color-primary>* h5>a:hover,
#template.landing .component.rte.color-primary>* h6>a:hover,
#template.subpage .component.rte.color-primary>* h1>a:hover,
#template.subpage .component.rte.color-primary>* h2>a:hover,
#template.subpage .component.rte.color-primary>* h3>a:hover,
#template.subpage .component.rte.color-primary>* h4>a:hover,
#template.subpage .component.rte.color-primary>* h5>a:hover,
#template.subpage .component.rte.color-primary>* h6>a:hover {
    color: #72071d;
}

#template.landing .component.rte.color-default>*,
#template.subpage .component.rte.color-default>* {
    color: #000;
}

#template.landing .component.rte.color-default>* h1>a,
#template.landing .component.rte.color-default>* h2>a,
#template.landing .component.rte.color-default>* h3>a,
#template.landing .component.rte.color-default>* h4>a,
#template.landing .component.rte.color-default>* h5>a,
#template.landing .component.rte.color-default>* h6>a,
#template.subpage .component.rte.color-default>* h1>a,
#template.subpage .component.rte.color-default>* h2>a,
#template.subpage .component.rte.color-default>* h3>a,
#template.subpage .component.rte.color-default>* h4>a,
#template.subpage .component.rte.color-default>* h5>a,
#template.subpage .component.rte.color-default>* h6>a {
    color: #54585a;
}

#template.landing .component.rte.color-default>* h1>a:hover,
#template.landing .component.rte.color-default>* h2>a:hover,
#template.landing .component.rte.color-default>* h3>a:hover,
#template.landing .component.rte.color-default>* h4>a:hover,
#template.landing .component.rte.color-default>* h5>a:hover,
#template.landing .component.rte.color-default>* h6>a:hover,
#template.subpage .component.rte.color-default>* h1>a:hover,
#template.subpage .component.rte.color-default>* h2>a:hover,
#template.subpage .component.rte.color-default>* h3>a:hover,
#template.subpage .component.rte.color-default>* h4>a:hover,
#template.subpage .component.rte.color-default>* h5>a:hover,
#template.subpage .component.rte.color-default>* h6>a:hover {
    color: #ccc;
}

#template.landing .component.rte.color-white>*,
#template.subpage .component.rte.color-white>* {
    color: #fff;
}

#template.landing .component.rte.color-white>* h1>a,
#template.landing .component.rte.color-white>* h2>a,
#template.landing .component.rte.color-white>* h3>a,
#template.landing .component.rte.color-white>* h4>a,
#template.landing .component.rte.color-white>* h5>a,
#template.landing .component.rte.color-white>* h6>a,
#template.subpage .component.rte.color-white>* h1>a,
#template.subpage .component.rte.color-white>* h2>a,
#template.subpage .component.rte.color-white>* h3>a,
#template.subpage .component.rte.color-white>* h4>a,
#template.subpage .component.rte.color-white>* h5>a,
#template.subpage .component.rte.color-white>* h6>a {
    color: #fff;
}

#template.landing .component.rte.color-white>* h1>a:hover,
#template.landing .component.rte.color-white>* h2>a:hover,
#template.landing .component.rte.color-white>* h3>a:hover,
#template.landing .component.rte.color-white>* h4>a:hover,
#template.landing .component.rte.color-white>* h5>a:hover,
#template.landing .component.rte.color-white>* h6>a:hover,
#template.subpage .component.rte.color-white>* h1>a:hover,
#template.subpage .component.rte.color-white>* h2>a:hover,
#template.subpage .component.rte.color-white>* h3>a:hover,
#template.subpage .component.rte.color-white>* h4>a:hover,
#template.subpage .component.rte.color-white>* h5>a:hover,
#template.subpage .component.rte.color-white>* h6>a:hover {
    color: #d9d9d9;
}

#template.landing .component.rte.color-black>*,
#template.subpage .component.rte.color-black>* {
    color: #000;
}

@media screen and (max-width:767px) {
    #template.landing .component.rte h1,
    #template.subpage .component.rte h1 {
        font-size: 40px;
    }
    #template.landing .component.rte h2,
    #template.subpage .component.rte h2 {
        font-size: 30px;
        font-size: 8vw;
    }
    #template.landing .component.rte h3,
    #template.subpage .component.rte h3 {
        font-size: 28px;
        font-size: 7vw;
    }
    #template.landing .component.rte h4,
    #template.subpage .component.rte h4 {
        font-size: 26px;
        font-size: 6vw;
    }
    #template.landing .component.rte h5,
    #template.subpage .component.rte h5 {
        font-size: 22px;
    }
    #template.landing .component.rte h6,
    #template.subpage .component.rte h6 {
        font-size: 20px;
    }
    #template.landing .component.rte p,
    #template.subpage .component.rte p {
        font-size: 16px;
        line-height: 22px;
    }
}

#template.landing .component.slider,
#template.subpage .component.slider {
    margin: 10px 0 30px;
}

#template.landing .component.slider>*:first-child,
#template.subpage .component.slider>*:first-child {
    margin-top: 0;
}

#template.landing .component.slider .carousel,
#template.subpage .component.slider .carousel {
    padding: 0 40px;
}

#template.landing .component.slider .carousel-indicators,
#template.subpage .component.slider .carousel-indicators {
    bottom: -20px;
}

#template.landing .component.slider .carousel-control,
#template.subpage .component.slider .carousel-control {
    width: 30px;
    height: 100px;
    top: 50%;
    margin-top: -62px;
    left: 0;
}

#template.landing .component.slider .carousel-control>.fa,
#template.subpage .component.slider .carousel-control>.fa {
    position: absolute;
    top: 50%;
    font-size: 32px;
    margin-top: -18px;
    left: -2px;
}

#template.landing .component.slider .carousel-control+.carousel-control,
#template.subpage .component.slider .carousel-control+.carousel-control {
    right: 0;
    left: auto;
}

#template.landing .component.slider .carousel-control+.carousel-control>.fa,
#template.subpage .component.slider .carousel-control+.carousel-control>.fa {
    left: auto;
    right: -2px;
}

#template.landing .component.slider .content,
#template.subpage .component.slider .content {
    background: none;
}

#template.landing .component.slider .content .component.rte,
#template.subpage .component.slider .content .component.rte {
    height: 365px;
    display: table-cell;
    vertical-align: middle;
}

#template.landing .component.slider a.dsc-slide-button,
#template.subpage .component.slider a.dsc-slide-button {
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    padding: 10px;
    border: none;
    font-size: 14px;
    margin-top: 20px;
}

#template.landing .component.slider .media,
#template.subpage .component.slider .media {
    margin: 0;
}

#template.landing .component.slider .media .component.image img,
#template.subpage .component.slider .media .component.image img {
    border: 1px solid #fff;
}

@media screen and (max-width:1199px) {
    #template.landing .component.slider .content .component.rte,
    #template.subpage .component.slider .content .component.rte {
        height: 300px;
    }
}

@media screen and (max-width:991px) {
    #template.landing .component.slider,
    #template.subpage .component.slider {
        margin: 30px 0;
    }
    #template.landing .component.slider .carousel-indicators,
    #template.subpage .component.slider .carousel-indicators {
        bottom: -30px;
    }
    #template.landing .component.slider .content .component.rte,
    #template.subpage .component.slider .content .component.rte {
        height: auto;
        vertical-align: top;
    }
}

@media screen and (max-width:767px) {
    #template.landing .component.slider,
    #template.subpage .component.slider {
        margin: 30px 0;
    }
    #template.landing .component.slider .carousel-indicators,
    #template.subpage .component.slider .carousel-indicators {
        bottom: -30px;
    }
    #template.landing .component.slider .content .component.rte h5,
    #template.subpage .component.slider .content .component.rte h5 {
        font-size: 22px;
    }
    #template.landing .component.slider .media .component.image img,
    #template.subpage .component.slider .media .component.image img {
        width: 100%;
        max-width: inherit;
    }
}

#template.landing .main-content .component.slider,
#template.subpage .main-content .component.slider {
    margin-top: 45px;
    margin-bottom: 45px;
}

#template.landing .main-content .component.slider .content .component.rte,
#template.subpage .main-content .component.slider .content .component.rte {
    height: auto;
    display: block;
    vertical-align: baseline;
}

#template.landing .main-content .component.slider .carousel-indicators,
#template.subpage .main-content .component.slider .carousel-indicators {
    bottom: 0;
    margin-bottom: -25px;
}

@media screen and (max-width:991px) {
    #template.landing .main-content .component.slider .carousel-indicators,
    #template.subpage .main-content .component.slider .carousel-indicators {
        bottom: -50px;
        margin-bottom: 26px;
    }
}

#template.landing .component.spotlight,
#template.subpage .component.spotlight {
    border: 2px solid #fff;
    padding: 0;
}

#template.landing .component.spotlight .spotlightimagewrapper,
#template.subpage .component.spotlight .spotlightimagewrapper {
    margin: 0;
    width: 100%;
}

#template.landing .component.spotlight a .rss-spot-div,
#template.subpage .component.spotlight a .rss-spot-div {
    width: 100%;
    min-height: 222px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center, center;
}

#template.landing .component.spotlight img,
#template.subpage .component.spotlight img {
    margin: 0;
    display: block;
    width: 100%;
}

#template.landing .component.spotlight .content,
#template.subpage .component.spotlight .content {
    border-top: 2px solid #fff;
    padding: 15px;
    background: #eee;
}

#template.landing .component.spotlight .content h4,
#template.subpage .component.spotlight .content h4 {
    margin-top: 0;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    color: #54585a;
    text-transform: uppercase;
}

#template.landing .component.spotlight .content h4 a,
#template.subpage .component.spotlight .content h4 a {
    color: #54585a;
}

#template.landing .component.spotlight .content h4 a:hover,
#template.landing .component.spotlight .content h4 a:focus,
#template.subpage .component.spotlight .content h4 a:hover,
#template.subpage .component.spotlight .content h4 a:focus {
    text-decoration: underline;
    outline: 0;
}

#template.landing .component.spotlight .content p,
#template.subpage .component.spotlight .content p {
    font-size: 16px;
    color: #54585a;
}

#template.landing .component.spotlight .content a,
#template.subpage .component.spotlight .content a {
    margin-top: 5px;
    font-weight: bold;
    text-transform: uppercase;
}

#template.landing .component.spotlight .content a>.fa,
#template.subpage .component.spotlight .content a>.fa {
    margin-left: 3px;
}

#template.landing .component.spotlight.horizontal,
#template.subpage .component.spotlight.horizontal {
    border: none;
    padding: 0;
    margin: 0 0 15px 0;
}

#template.landing .component.spotlight.horizontal .spotlink,
#template.subpage .component.spotlight.horizontal .spotlink {
    display: none;
}

#template.landing .component.spotlight.horizontal .spotlightimagewrapper,
#template.subpage .component.spotlight.horizontal .spotlightimagewrapper {
    width: 125px;
    height: 125px;
    float: left;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    margin: 7px 0 0 0;
    max-width: 32%;
}

#template.landing .component.spotlight.horizontal .content,
#template.subpage .component.spotlight.horizontal .content {
    border: none;
    padding: 0;
    background: none;
    float: left;
    width: 62%;
    margin-left: 3%;
}

#template.landing .component.spotlight.horizontal .content h4,
#template.subpage .component.spotlight.horizontal .content h4 {
    margin-top: 0;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    text-transform: none;
}

#template.landing .component.spotlight.horizontal .content h4 a:hover,
#template.landing .component.spotlight.horizontal .content h4 a:focus,
#template.subpage .component.spotlight.horizontal .content h4 a:hover,
#template.subpage .component.spotlight.horizontal .content h4 a:focus {
    text-decoration: underline;
    outline: 0;
}

#template.landing .component.spotlight.horizontal .content p,
#template.subpage .component.spotlight.horizontal .content p {
    font-size: 16px;
}

#template.landing .component.spotlight.horizontal .content a,
#template.subpage .component.spotlight.horizontal .content a {
    margin-top: 5px;
    font-weight: bold;
    text-transform: none;
}

#template.landing .component.spotlight.horizontal .content a>.fa,
#template.subpage .component.spotlight.horizontal .content a>.fa {
    margin-left: 3px;
}

@media screen and (max-width:479px) {
    #template.landing .component.spotlight.horizontal,
    #template.subpage .component.spotlight.horizontal {
        margin: 0;
    }
    #template.landing .component.spotlight.horizontal .spotlightimagewrapper,
    #template.subpage .component.spotlight.horizontal .spotlightimagewrapper {
        width: 100%;
        height: 150px;
        margin: 0 0 10px 0;
        max-width: none;
    }
    #template.landing .component.spotlight.horizontal .content,
    #template.subpage .component.spotlight.horizontal .content {
        width: 100%;
    }
    #template.landing .component.spotlight.horizontal .content p:last-of-type,
    #template.subpage .component.spotlight.horizontal .content p:last-of-type {
        margin-bottom: 0;
    }
}

#template.landing .component.rte.spotlighthorizontal,
#template.subpage .component.rte.spotlighthorizontal {
    text-align: center;
}

#template.landing .component.rte.spotlighthorizontal h2,
#template.subpage .component.rte.spotlighthorizontal h2 {
    font-size: 24px;
    font-weight: 600;
    padding: 0;
    text-decoration: none;
}

@media screen and (max-width:479px) {
    #template.landing .component.rte.spotlighthorizontal h2,
    #template.subpage .component.rte.spotlighthorizontal h2 {
        font-size: 28px;
    }
    #template.landing .component.rte.spotlighthorizontal,
    #template.subpage .component.rte.spotlighthorizontal {
        text-align: center;
    }
}

#template.landing .component.stat .media,
#template.subpage .component.stat .media {
    min-height: inherit;
    width: 100%;
    margin: 0;
}

@media screen and (max-width:767px) {
    #template.landing .component.stat .media,
    #template.subpage .component.stat .media {
        display: table;
        table-layout: fixed;
    }
}

#template.landing .component.stat .media p,
#template.subpage .component.stat .media p {
    margin: 0;
    font-weight: bold;
    color: #fff;
}

#template.landing .component.stat .media .media-left,
#template.landing .component.stat .media .media-right,
#template.landing .component.stat .media .media-body,
#template.subpage .component.stat .media .media-left,
#template.subpage .component.stat .media .media-right,
#template.subpage .component.stat .media .media-body {
    display: table-cell;
    vertical-align: top;
    margin: 0;
}

@media(min-width:768px) and (max-width:1199px) {
    #template.landing .component.stat .media .media-left,
    #template.landing .component.stat .media .media-right,
    #template.landing .component.stat .media .media-body,
    #template.subpage .component.stat .media .media-left,
    #template.subpage .component.stat .media .media-right,
    #template.subpage .component.stat .media .media-body {
        display: block;
        text-align: center;
        padding: 0;
    }
}

#template.landing .component.stat .media .media-left>p,
#template.subpage .component.stat .media .media-left>p {
    font-size: 50px;
    line-height: 50px;
}

@media screen and (max-width:767px) {
    #template.landing .component.stat .media .media-left,
    #template.subpage .component.stat .media .media-left {
        width: 40%;
        text-align: center;
    }
    #template.landing .component.stat .media .media-left p,
    #template.subpage .component.stat .media .media-left p {
        font-size: 40px;
        line-height: 40px;
    }
}

#template.landing .component.stat .media .media-body,
#template.subpage .component.stat .media .media-body {
    vertical-align: middle;
}

#template.landing .component.stat .media .media-body p,
#template.subpage .component.stat .media .media-body p {
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
}

#template.landing .component.step .list-group,
#template.subpage .component.step .list-group {
    margin: 0;
}

#template.landing .component.step .list-group .list-group-item,
#template.subpage .component.step .list-group .list-group-item {
    background: none;
    border: none;
    position: relative;
    padding: 0 20px;
    vertical-align: middle;
    text-align: center;
}

#template.landing .component.step .list-group .list-group-item>*,
#template.subpage .component.step .list-group .list-group-item>* {
    color: #fff;
}

#template.landing .component.step .list-group .list-group-item .step,
#template.subpage .component.step .list-group .list-group-item .step {
    font-size: 18px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
}

#template.landing .component.step .list-group .list-group-item .step .fa,
#template.subpage .component.step .list-group .list-group-item .step .fa {
    font-size: 24px;
    margin: 0 5px 0 0;
}

#template.landing .component.step .list-group .list-group-item .step>small,
#template.subpage .component.step .list-group .list-group-item .step>small {
    font-size: 16px;
    font-weight: normal;
    display: block;
    margin-top: 5px;
    text-transform: none;
}

#template.landing .component.step .list-group .list-group-item a:hover,
#template.subpage .component.step .list-group .list-group-item a:hover {
    color: #eab6c0;
}

#template.landing .component.step .list-group .list-group-item:first-child,
#template.subpage .component.step .list-group .list-group-item:first-child {
    padding: 0 47px 0 0;
    width: 10%;
    text-align: left;
}

#template.landing .component.step .list-group .list-group-item:first-child h2,
#template.subpage .component.step .list-group .list-group-item:first-child h2 {
    margin: 0;
    font-size: 26px;
    line-height: 30px;
    position: relative;
}

#template.landing .component.step .list-group .list-group-item:first-child h2:after,
#template.subpage .component.step .list-group .list-group-item:first-child h2:after {
    content: '';
    width: 2px;
    height: 48px;
    background: #fff;
    position: absolute;
    right: -36px;
    top: 50%;
    margin: -24px 0 0;
    transform-origin: center center;
    transform: rotate(-45deg);
    display: none \9;
}

#template.landing .component.step .list-group .list-group-item:last-child,
#template.subpage .component.step .list-group .list-group-item:last-child {
    padding: 0 15px 0 47px;
    width: 15%;
    text-align: left;
}

#template.landing .component.step .list-group .list-group-item:last-child a,
#template.subpage .component.step .list-group .list-group-item:last-child a {
    font-size: 14px;
    position: relative;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
}

#template.landing .component.step .list-group .list-group-item:last-child a:before,
#template.subpage .component.step .list-group .list-group-item:last-child a:before {
    content: '';
    width: 2px;
    height: 48px;
    background: #fff;
    position: absolute;
    left: -36px;
    top: 50%;
    margin: -24px 0 0;
    transform-origin: center center;
    transform: rotate(-45deg);
    display: none \9;
}

#template.landing .component.step .list-group .list-group-item:last-child a:after,
#template.subpage .component.step .list-group .list-group-item:last-child a:after {
    content: '';
    font-family: "FontAwesome";
    position: absolute;
    font-size: 36px;
    top: 50%;
    right: -5px;
    margin-top: -26px;
}

@media(min-width:100px) and (max-width:1199px) {
    #template.landing .component.step .list-group .list-group-item,
    #template.subpage .component.step .list-group .list-group-item {
        vertical-align: top;
        width: 1%;
    }
    #template.landing .component.step .list-group .list-group-item:first-child,
    #template.landing .component.step .list-group .list-group-item:last-child,
    #template.subpage .component.step .list-group .list-group-item:first-child,
    #template.subpage .component.step .list-group .list-group-item:last-child {
        display: block;
        width: 100%;
        padding: 0;
        text-align: center;
    }
    #template.landing .component.step .list-group .list-group-item:first-child a:before,
    #template.landing .component.step .list-group .list-group-item:first-child h2:after,
    #template.landing .component.step .list-group .list-group-item:last-child a:before,
    #template.landing .component.step .list-group .list-group-item:last-child h2:after,
    #template.subpage .component.step .list-group .list-group-item:first-child a:before,
    #template.subpage .component.step .list-group .list-group-item:first-child h2:after,
    #template.subpage .component.step .list-group .list-group-item:last-child a:before,
    #template.subpage .component.step .list-group .list-group-item:last-child h2:after {
        display: none;
    }
    #template.landing .component.step .list-group .list-group-item:first-child,
    #template.subpage .component.step .list-group .list-group-item:first-child {
        padding-bottom: 25px;
    }
    #template.landing .component.step .list-group .list-group-item:last-child,
    #template.subpage .component.step .list-group .list-group-item:last-child {
        padding-top: 25px;
    }
    #template.landing .component.step .list-group .list-group-item:last-child a,
    #template.subpage .component.step .list-group .list-group-item:last-child a {
        display: inline-block;
    }
    #template.landing .component.step .list-group .list-group-item:last-child a:after,
    #template.subpage .component.step .list-group .list-group-item:last-child a:after {
        position: relative;
        margin-left: 8px;
        display: inline-block;
        right: auto;
        top: 6px;
    }
}

@media screen and (max-width:991px) {
    #template.landing .component.step .list-group .list-group-item,
    #template.subpage .component.step .list-group .list-group-item {
        padding: 0 15px;
    }
}

@media screen and (max-width:767px) {
    #template.landing .component.step .list-group .list-group-item,
    #template.subpage .component.step .list-group .list-group-item {
        display: block;
        width: 100%;
        padding: 0;
    }
    #template.landing .component.step .list-group .list-group-item+.list-group-item,
    #template.subpage .component.step .list-group .list-group-item+.list-group-item {
        margin-top: 20px;
    }
    #template.landing .component.step .list-group .list-group-item:nth-child(2),
    #template.landing .component.step .list-group .list-group-item:last-child,
    #template.subpage .component.step .list-group .list-group-item:nth-child(2),
    #template.subpage .component.step .list-group .list-group-item:last-child {
        margin: 0;
    }
    #template.landing .component.step .list-group .list-group-item>.step,
    #template.subpage .component.step .list-group .list-group-item>.step {
        display: block;
        width: 80%;
        margin: 0 auto;
    }
    #template.landing .component.step .list-group .list-group-item>.step .title,
    #template.landing .component.step .list-group .list-group-item>.step small,
    #template.subpage .component.step .list-group .list-group-item>.step .title,
    #template.subpage .component.step .list-group .list-group-item>.step small {
        display: table-cell;
        vertical-align: middle;
        width: 1%;
        text-align: left;
        margin: 0;
    }
}

#template.landing .component.tabs,
#template.subpage .component.tabs {
    position: relative;
}

#template.landing .component.tabs>h2,
#template.subpage .component.tabs>h2 {
    margin-top: 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
}

@media screen and (max-width:768px) {
    #template.landing .component.tabs>h2,
    #template.subpage .component.tabs>h2 {
        padding: 0;
        border: none;
    }
}

#template.landing .component.tabs .tab-pane .media,
#template.landing .component.tabs .tab-pane .component.rte,
#template.landing .component.tabs .tab-pane .panel-body,
#template.subpage .component.tabs .tab-pane .media,
#template.subpage .component.tabs .tab-pane .component.rte,
#template.subpage .component.tabs .tab-pane .panel-body {
    color: #000;
}

#template.landing .component.tabs .tab-pane .media *,
#template.landing .component.tabs .tab-pane .component.rte *,
#template.landing .component.tabs .tab-pane .panel-body *,
#template.subpage .component.tabs .tab-pane .media *,
#template.subpage .component.tabs .tab-pane .component.rte *,
#template.subpage .component.tabs .tab-pane .panel-body * {
    color: #000;
}

#template.landing .component.tabs .tab-pane .media a,
#template.landing .component.tabs .tab-pane .component.rte a,
#template.landing .component.tabs .tab-pane .panel-body a,
#template.subpage .component.tabs .tab-pane .media a,
#template.subpage .component.tabs .tab-pane .component.rte a,
#template.subpage .component.tabs .tab-pane .panel-body a {
    color: #ba0c2f;
    font-weight: bold;
}

#template.landing .component.tabs .tab-pane .media a:hover,
#template.landing .component.tabs .tab-pane .component.rte a:hover,
#template.landing .component.tabs .tab-pane .panel-body a:hover,
#template.subpage .component.tabs .tab-pane .media a:hover,
#template.subpage .component.tabs .tab-pane .component.rte a:hover,
#template.subpage .component.tabs .tab-pane .panel-body a:hover {
    text-decoration: underline;
}

#template.landing .component.tabs .tab-pane .component.rte ul li:before,
#template.subpage .component.tabs .tab-pane .component.rte ul li:before {
    color: #ba0c2f;
}

#template.landing .component.tabs .tab-pane .component.accordion .panel-group>h4,
#template.subpage .component.tabs .tab-pane .component.accordion .panel-group>h4 {
    color: #000;
}

#template.landing .component.tabs .tab-pane .component.accordion .panel-accordion .panel-heading .panel-title a,
#template.subpage .component.tabs .tab-pane .component.accordion .panel-accordion .panel-heading .panel-title a {
    color: #ba0c2f;
}

#template.landing .component.tabs .tab-pane .component.accordion .panel-accordion .panel-heading .panel-title a .sub-title,
#template.subpage .component.tabs .tab-pane .component.accordion .panel-accordion .panel-heading .panel-title a .sub-title {
    color: #000;
}

#template.landing .component.tabs .tab-container,
#template.subpage .component.tabs .tab-container {
    margin-top: 25px !important;
}

#template.landing .component.tabs .tab-container .nav-tabs-justified>li.active,
#template.subpage .component.tabs .tab-container .nav-tabs-justified>li.active {
    border-color: #fff;
}

#template.landing .component.tabs .tab-container .nav-tabs-justified>li>div,
#template.subpage .component.tabs .tab-container .nav-tabs-justified>li>div {
    border: none;
}

#template.landing .component.tabs .tab-container .nav-tabs-justified>li>div>a,
#template.subpage .component.tabs .tab-container .nav-tabs-justified>li>div>a {
    border: none;
}

#template.landing .component.tabs .tab-container .tab-content,
#template.subpage .component.tabs .tab-container .tab-content {
    padding: 0;
    border: none;
}

#template.landing .component.tabs .tab-container .tab-content>.tab-pane,
#template.subpage .component.tabs .tab-container .tab-content>.tab-pane {
    padding: 40px 30px;
}

@media screen and (max-width:991px) {
    #template.landing .component.tabs .nav-tabs-justified>li>div>a,
    #template.subpage .component.tabs .nav-tabs-justified>li>div>a {
        font-size: 12px;
    }
    #template.landing .component.tabs .tab-content>.tab-pane,
    #template.subpage .component.tabs .tab-content>.tab-pane {
        background-image: none !important;
    }
}

@media screen and (max-width:767px) {
    #template.landing .component.tabs .tab-container .tab-content,
    #template.subpage .component.tabs .tab-container .tab-content {
        background: none;
    }
    #template.landing .component.tabs .tab-container .tab-content>.tab-pane,
    #template.subpage .component.tabs .tab-container .tab-content>.tab-pane {
        padding: 0;
    }
    #template.landing .component.tabs .tab-container .tab-content>.tab-pane>.btn,
    #template.subpage .component.tabs .tab-container .tab-content>.tab-pane>.btn {
        border: 1px solid #fff;
        border-bottom: none;
    }
    #template.landing .component.tabs .tab-container .tab-content .tab-collapsable,
    #template.subpage .component.tabs .tab-container .tab-content .tab-collapsable {
        background: #fff;
    }
}

#template.landing .component.tiles .row,
#template.subpage .component.tiles .row {
    margin-top: 0;
}

#template.landing .component.tiles .row>div,
#template.subpage .component.tiles .row>div {
    margin-top: 24px;
}

#template.landing .component.tiles.images .row,
#template.subpage .component.tiles.images .row {
    text-align: center;
}

#template.landing .component.tiles.images a,
#template.subpage .component.tiles.images a {
    display: block;
    position: relative;
    border: none;
    background: #000;
}

#template.landing .component.tiles.images a>img,
#template.subpage .component.tiles.images a>img {
    width: 100%;
    opacity: .5;
}

#template.landing .component.tiles.images a>span,
#template.subpage .component.tiles.images a>span {
    display: block;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    padding: 10px;
    border: none;
    background: transparent;
    position: absolute;
    top: 50%;
    left: 10px;
    right: 10px;
    transform: translateY(-50%);
}

@media screen and (max-width:339px) {
    #template.landing .component.tiles.images a>span,
    #template.subpage .component.tiles.images a>span {
        font-size: 15px;
    }
}

#template.landing .component.tiles.images a:hover,
#template.landing .component.tiles.images a:focus,
#template.subpage .component.tiles.images a:hover,
#template.subpage .component.tiles.images a:focus {
    background: #ba0c2f;
}

#template.landing .component.tiles.images a:hover>img,
#template.landing .component.tiles.images a:focus>img,
#template.subpage .component.tiles.images a:hover>img,
#template.subpage .component.tiles.images a:focus>img {
    opacity: .3;
}

@media screen and (max-width:767px) {
    #template.landing .component.tiles.images a,
    #template.subpage .component.tiles.images a {
        width: 80%;
        margin: 0 auto;
    }
}

#template.landing .component.video,
#template.subpage .component.video {
    border: 1px solid #fff;
    overflow: hidden;
    max-height: 340px;
}

#template.landing .component.video .video_container,
#template.subpage .component.video .video_container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
    margin-top: 0;
}

#template.landing .component.video iframe,
#template.landing .component.video object,
#template.landing .component.video embed,
#template.subpage .component.video iframe,
#template.subpage .component.video object,
#template.subpage .component.video embed {
    margin-top: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    max-height: 340px;
}

@media screen and (max-width:1199px) {
    #template.landing .component.video,
    #template.subpage .component.video {
        max-height: 275px;
    }
    #template.landing .component.video iframe,
    #template.landing .component.video object,
    #template.landing .component.video embed,
    #template.subpage .component.video iframe,
    #template.subpage .component.video object,
    #template.subpage .component.video embed {
        max-height: 275px;
    }
}

@media screen and (max-width:991px) {
    #template.landing .component.video,
    #template.subpage .component.video {
        max-height: 172px;
    }
    #template.landing .component.video iframe,
    #template.landing .component.video object,
    #template.landing .component.video embed,
    #template.subpage .component.video iframe,
    #template.subpage .component.video object,
    #template.subpage .component.video embed {
        max-height: 172px;
    }
}

@media screen and (max-width:767px) {
    #template.landing .component.video,
    #template.subpage .component.video {
        max-height: inherit;
    }
    #template.landing .component.video iframe,
    #template.landing .component.video object,
    #template.landing .component.video embed,
    #template.subpage .component.video iframe,
    #template.subpage .component.video object,
    #template.subpage .component.video embed {
        max-height: inherit;
    }
}

#template.landing .section.hero,
#template.subpage .section.hero {
    margin-left: 0;
    margin-right: 0;
}

#template.landing .section.hero>img,
#template.subpage .section.hero>img {
    width: 100%;
}

#template.landing .section.hero:first-child>img,
#template.subpage .section.hero:first-child>img {
    margin-top: 0;
}

#template.landing .section.hero .component.buttons,
#template.subpage .section.hero .component.buttons {
    margin-top: -120px;
}

#template.landing .section.hero .component.buttons .btn-group,
#template.subpage .section.hero .component.buttons .btn-group {
    margin: 0;
}

#template.landing .section.hero .component.buttons .btn-wrapper,
#template.subpage .section.hero .component.buttons .btn-wrapper {
    padding: 0;
}

#template.landing .section.hero .component.buttons .btn-wrapper .btn-container .btn,
#template.subpage .section.hero .component.buttons .btn-wrapper .btn-container .btn {
    height: 120px;
    border-width: 0;
    font-size: 18px;
    border-top: none;
    border-bottom: none;
    border-left: none;
    border-right: none;
}

#template.landing .section.hero .component.buttons .btn-wrapper+.btn-wrapper .btn-container .btn,
#template.subpage .section.hero .component.buttons .btn-wrapper+.btn-wrapper .btn-container .btn {
    border-left: 2px solid #000 !important;
}

@media screen and (max-width:991px) {
    #template.landing .section.hero .component.buttons .btn-wrapper+.btn-wrapper .btn-container .btn,
    #template.subpage .section.hero .component.buttons .btn-wrapper+.btn-wrapper .btn-container .btn {
        border-left: none !important;
    }
}

@media screen and (min-width:991px) {
    #template.landing .section.hero,
    #template.subpage .section.hero {
        background-image: none !important;
    }
}

@media screen and (min-width:767px) and (max-width:991px) {
    #template.landing .section.hero .component.buttons,
    #template.subpage .section.hero .component.buttons {
        margin-top: -90px;
        margin-left: 15px;
        margin-right: 15px;
    }
    #template.landing .section.hero .component.buttons .btn-wrapper .btn-container .btn,
    #template.subpage .section.hero .component.buttons .btn-wrapper .btn-container .btn {
        height: 90px;
        font-size: 14px;
    }
}

@media screen and (max-width:991px) {
    #template.landing .section.hero,
    #template.subpage .section.hero {
        min-height: 400px;
    }
    #template.landing .section.hero:not(:first-child),
    #template.subpage .section.hero:not(:first-child) {
        margin-top: 0;
    }
    #template.landing .section.hero>img,
    #template.subpage .section.hero>img {
        display: none;
    }
    #template.landing .section.hero .component.buttons,
    #template.subpage .section.hero .component.buttons {
        margin: 80px 15px 60px;
    }
    #template.landing .section.hero .component.buttons .btn-wrapper .btn-container .btn,
    #template.subpage .section.hero .component.buttons .btn-wrapper .btn-container .btn {
        height: 50px;
        font-size: 14px;
        border-width: 2px;
    }
}

#template.landing .component.gallery .row:first-child,
#template.subpage .component.gallery .row:first-child {
    margin-top: 0;
}

#template.landing .component.gallery .row>div,
#template.subpage .component.gallery .row>div {
    margin-top: 0;
}

#template.landing .component.gallery .row>div>a,
#template.landing .component.gallery .row>div>span,
#template.subpage .component.gallery .row>div>a,
#template.subpage .component.gallery .row>div>span {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

#template.landing .component.gallery .row>div>a .img_container,
#template.landing .component.gallery .row>div>span .img_container,
#template.subpage .component.gallery .row>div>a .img_container,
#template.subpage .component.gallery .row>div>span .img_container {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    width: 100%;
}

#template.landing .component.gallery .row>div>a .img_container:after,
#template.landing .component.gallery .row>div>span .img_container:after,
#template.subpage .component.gallery .row>div>a .img_container:after,
#template.subpage .component.gallery .row>div>span .img_container:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

#template.landing .component.gallery .row>div>a img,
#template.landing .component.gallery .row>div>span img,
#template.subpage .component.gallery .row>div>a img,
#template.subpage .component.gallery .row>div>span img {
    width: 100%;
    display: none;
}

#template.landing .component.gallery .row>div>a>.details,
#template.landing .component.gallery .row>div>span>.details,
#template.subpage .component.gallery .row>div>a>.details,
#template.subpage .component.gallery .row>div>span>.details {
    display: none;
}

#template.landing .component.gallery .row>div>a>.details h5,
#template.landing .component.gallery .row>div>a>.details h6,
#template.landing .component.gallery .row>div>span>.details h5,
#template.landing .component.gallery .row>div>span>.details h6,
#template.subpage .component.gallery .row>div>a>.details h5,
#template.subpage .component.gallery .row>div>a>.details h6,
#template.subpage .component.gallery .row>div>span>.details h5,
#template.subpage .component.gallery .row>div>span>.details h6 {
    color: #fff;
}

#template.landing .component.gallery .row>div>a>.details hr,
#template.landing .component.gallery .row>div>span>.details hr,
#template.subpage .component.gallery .row>div>a>.details hr,
#template.subpage .component.gallery .row>div>span>.details hr {
    border-color: #fff;
    margin: 10px 0;
}

#template.landing .component.gallery .row>div>a:focus>.details,
#template.landing .component.gallery .row>div>a:hover>.details,
#template.landing .component.gallery .row>div>span:focus>.details,
#template.landing .component.gallery .row>div>span:hover>.details,
#template.subpage .component.gallery .row>div>a:focus>.details,
#template.subpage .component.gallery .row>div>a:hover>.details,
#template.subpage .component.gallery .row>div>span:focus>.details,
#template.subpage .component.gallery .row>div>span:hover>.details {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: -1px;
}

#template.landing .component.gallery .row>div>a:focus>.details>.wrapper,
#template.landing .component.gallery .row>div>a:hover>.details>.wrapper,
#template.landing .component.gallery .row>div>span:focus>.details>.wrapper,
#template.landing .component.gallery .row>div>span:hover>.details>.wrapper,
#template.subpage .component.gallery .row>div>a:focus>.details>.wrapper,
#template.subpage .component.gallery .row>div>a:hover>.details>.wrapper,
#template.subpage .component.gallery .row>div>span:focus>.details>.wrapper,
#template.subpage .component.gallery .row>div>span:hover>.details>.wrapper {
    display: table;
    width: 100%;
    height: 100%;
}

#template.landing .component.gallery .row>div>a:focus>.details>.wrapper>.inner,
#template.landing .component.gallery .row>div>a:hover>.details>.wrapper>.inner,
#template.landing .component.gallery .row>div>span:focus>.details>.wrapper>.inner,
#template.landing .component.gallery .row>div>span:hover>.details>.wrapper>.inner,
#template.subpage .component.gallery .row>div>a:focus>.details>.wrapper>.inner,
#template.subpage .component.gallery .row>div>a:hover>.details>.wrapper>.inner,
#template.subpage .component.gallery .row>div>span:focus>.details>.wrapper>.inner,
#template.subpage .component.gallery .row>div>span:hover>.details>.wrapper>.inner {
    display: table-cell;
    width: 100%;
    height: 100%;
    padding: 10px;
    vertical-align: middle;
    text-align: center;
    background: rgba(0, 0, 0, .75);
    color: #fff;
}

#template.landing .component.gallery .row>div>a:focus>.details>.wrapper>.inner>*:first-child,
#template.landing .component.gallery .row>div>a:hover>.details>.wrapper>.inner>*:first-child,
#template.landing .component.gallery .row>div>span:focus>.details>.wrapper>.inner>*:first-child,
#template.landing .component.gallery .row>div>span:hover>.details>.wrapper>.inner>*:first-child,
#template.subpage .component.gallery .row>div>a:focus>.details>.wrapper>.inner>*:first-child,
#template.subpage .component.gallery .row>div>a:hover>.details>.wrapper>.inner>*:first-child,
#template.subpage .component.gallery .row>div>span:focus>.details>.wrapper>.inner>*:first-child,
#template.subpage .component.gallery .row>div>span:hover>.details>.wrapper>.inner>*:first-child {
    margin-top: 0;
}

#template.landing .component.gallery .row>div>a:focus>.details>.wrapper>.inner>*:last-child,
#template.landing .component.gallery .row>div>a:hover>.details>.wrapper>.inner>*:last-child,
#template.landing .component.gallery .row>div>span:focus>.details>.wrapper>.inner>*:last-child,
#template.landing .component.gallery .row>div>span:hover>.details>.wrapper>.inner>*:last-child,
#template.subpage .component.gallery .row>div>a:focus>.details>.wrapper>.inner>*:last-child,
#template.subpage .component.gallery .row>div>a:hover>.details>.wrapper>.inner>*:last-child,
#template.subpage .component.gallery .row>div>span:focus>.details>.wrapper>.inner>*:last-child,
#template.subpage .component.gallery .row>div>span:hover>.details>.wrapper>.inner>*:last-child {
    margin-bottom: 0;
}

#template.landing .component.gallery .row>div>span,
#template.subpage .component.gallery .row>div>span {
    cursor: pointer;
}

#template.landing .component.gallery.border-white .row>div>a,
#template.subpage .component.gallery.border-white .row>div>a {
    border: 7px solid #fff;
}

#template.landing .component.gallery.border-gray .row>div>a,
#template.subpage .component.gallery.border-gray .row>div>a {
    border: 7px solid #54585a;
}

#template.landing .component.gallery.border-white .row>div>span,
#template.subpage .component.gallery.border-white .row>div>span {
    border: 7px solid #fff;
}

#template.landing .component.gallery.border-gray .row>div>span,
#template.subpage .component.gallery.border-gray .row>div>span {
    border: 7px solid #54585a;
}

#template.landing .component.gallery .row+.row,
#template.subpage .component.gallery .row+.row {
    margin-top: 0;
    margin-bottom: 0 !important;
}

#template.landing .component.gallery.instagram .row>div>a:focus>.details>.wrapper>.inner,
#template.landing .component.gallery.instagram .row>div>a:hover>.details>.wrapper>.inner,
#template.subpage .component.gallery.instagram .row>div>a:focus>.details>.wrapper>.inner,
#template.subpage .component.gallery.instagram .row>div>a:hover>.details>.wrapper>.inner {
    background: rgba(0, 0, 0, .5);
}

#template.landing .component.gallery.instagram .externalLink,
#template.subpage .component.gallery.instagram .externalLink {
    color: #54585a;
}

#template.landing .component.gallery.instagram .externalLink:focus,
#template.landing .component.gallery.instagram .externalLink:hover,
#template.subpage .component.gallery.instagram .externalLink:focus,
#template.subpage .component.gallery.instagram .externalLink:hover {
    color: #2f3132;
}

#template.landing .component.events,
#template.subpage .component.events {
    padding: 30px;
    background: #ba0c2f;
}

#template.landing .component.events.transparent,
#template.subpage .component.events.transparent {
    background: #ba0c2f;
    background: rgba(186, 12, 47, .75);
}

#template.landing .component.events>*:first-child,
#template.landing .component.events div>*:first-child,
#template.subpage .component.events>*:first-child,
#template.subpage .component.events div>*:first-child {
    margin-top: 0;
}

#template.landing .component.events img,
#template.subpage .component.events img {
    max-width: inherit;
    width: 100%;
}

#template.landing .component.events .btn-group,
#template.subpage .component.events .btn-group {
    margin: 0;
}

#template.landing .component.events.bg-white,
#template.subpage .component.events.bg-white {
    background: #fff;
}

#template.landing .component.events.bg-white.transparent,
#template.subpage .component.events.bg-white.transparent {
    background: #fff;
    background: rgba(255, 255, 255, .75);
}

#template.landing .component.events.bg-white>*,
#template.subpage .component.events.bg-white>* {
    color: #54585a;
}

#template.landing .component.events.bg-default,
#template.subpage .component.events.bg-default {
    background: #54585a;
}

#template.landing .component.events.bg-default.transparent,
#template.subpage .component.events.bg-default.transparent {
    background: #54585a;
    background: rgba(84, 88, 90, .75);
}

#template.landing .component.events.bg-default>*,
#template.subpage .component.events.bg-default>* {
    color: #fff;
}

#template.landing .component.dsc-landing-newslist .dsc-news-title-wrap,
#template.subpage .component.dsc-landing-newslist .dsc-news-title-wrap {
    padding: 0;
    margin: 0;
    text-align: center;
}

#template.landing .component.dsc-landing-newslist .dsc-newslist-title,
#template.subpage .component.dsc-landing-newslist .dsc-newslist-title {
    font-weight: 600;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 24px;
    text-decoration: none;
}

#template.landing .component.dsc-landing-newslist .rnlimglink img,
#template.subpage .component.dsc-landing-newslist .rnlimglink img {
    border: 2px solid #ba0c2f;
}

#template.landing .component.dsc-landing-newslist ul,
#template.subpage .component.dsc-landing-newslist ul {
    list-style: none;
    padding: 0;
    margin-top: 24px;
}

#template.landing .component.dsc-landing-newslist ul li,
#template.subpage .component.dsc-landing-newslist ul li {
    padding: 0 0 20px 0;
    overflow: auto;
}

#template.landing .component.dsc-landing-newslist ul li a,
#template.subpage .component.dsc-landing-newslist ul li a {
    text-decoration: none;
    display: block;
    width: 100%;
    overflow: auto;
}

#template.landing .component.dsc-landing-newslist ul li a:focus,
#template.landing .component.dsc-landing-newslist ul li a:hover,
#template.subpage .component.dsc-landing-newslist ul li a:focus,
#template.subpage .component.dsc-landing-newslist ul li a:hover {
    text-decoration: underline;
    outline: 0;
}

#template.landing .component.dsc-landing-newslist .rnlimglink,
#template.subpage .component.dsc-landing-newslist .rnlimglink {
    float: left;
    width: 32%;
    padding: 5px 0 0 0;
}

#template.landing .component.dsc-landing-newslist .missingimage,
#template.subpage .component.dsc-landing-newslist .missingimage {
    width: 100%;
    min-height: 125px;
    border: 1px dotted #000;
    background: transparent;
}

#template.landing .component.dsc-landing-newslist .rnltitlelink,
#template.subpage .component.dsc-landing-newslist .rnltitlelink {
    float: right;
    width: 65%;
    clear: right;
    padding-right: 10px;
    margin-bottom: 7px;
    font-weight: 600;
    font-family: "Open Sans", Arial, sans-serif;
}

#template.landing .component.dsc-landing-newslist .rnldesc,
#template.subpage .component.dsc-landing-newslist .rnldesc {
    width: 65%;
    display: block;
    float: right;
    padding-right: 10px;
}

@media screen and (max-width:479px) {
    #template.landing .component.dsc-landing-newslist .dsc-news-title-wrap,
    #template.subpage .component.dsc-landing-newslist .dsc-news-title-wrap {
        text-align: center;
    }
    #template.landing .component.dsc-landing-newslist .dsc-newslist-title,
    #template.subpage .component.dsc-landing-newslist .dsc-newslist-title {
        font-size: 28px;
    }
    #template.landing .component.dsc-landing-newslist .rnlimglink,
    #template.subpage .component.dsc-landing-newslist .rnlimglink {
        width: 100%;
        padding: 0 0 7px 0;
    }
    #template.landing .component.dsc-landing-newslist .rnltitlelink,
    #template.subpage .component.dsc-landing-newslist .rnltitlelink {
        width: 100%;
        padding-right: 0;
    }
    #template.landing .component.dsc-landing-newslist .rnldesc,
    #template.subpage .component.dsc-landing-newslist .rnldesc {
        padding-right: 0;
        width: 100%;
    }
    #template.landing .component.dsc-landing-newslist .missingimage,
    #template.subpage .component.dsc-landing-newslist .missingimage {
        min-height: 200px;
    }
}

#template.landing .btn-group .btn-wrapper,
#template.subpage .btn-group .btn-wrapper {
    float: left;
}

#template.landing .btn-group .btn-wrapper+.btn-wrapper,
#template.subpage .btn-group .btn-wrapper+.btn-wrapper {
    margin-left: 20px;
}

#template.landing .btn-group.btn-group-justified .btn-wrapper,
#template.subpage .btn-group.btn-group-justified .btn-wrapper {
    display: table-cell;
    vertical-align: top;
    width: 1%;
    float: none;
}

#template.landing .btn-group.btn-group-justified .btn-wrapper+.btn-wrapper,
#template.subpage .btn-group.btn-group-justified .btn-wrapper+.btn-wrapper {
    padding-left: 20px;
    margin: 0;
}

#template.landing .btn-group.btn-group-justified .btn-wrapper .btn-container,
#template.subpage .btn-group.btn-group-justified .btn-wrapper .btn-container {
    display: table;
    width: 100%;
}

#template.landing .btn-group.btn-group-justified .btn-wrapper .btn-container .btn,
#template.subpage .btn-group.btn-group-justified .btn-wrapper .btn-container .btn {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    white-space: normal;
    padding: 0 10px !important;
    height: 52px;
}

#template.landing .btn-group.btn-group-justified .btn-wrapper .btn-container .btn {
    height: 85px;
}

#template.landing.home .section.videoparent video {
    top: 65%;
}

@media screen and (max-width:559px) {
    #template.landing.home .section.videoparent video {
        top: 65%;
    }
}

@media screen and (max-width:380px) {
    #template.landing.home .section.videoparent video {
        top: 50%;
    }
}

#template.subpage .sidebar.scroll-to-fixed-fixed div.mini-calendar,
#template.subpage .sidebar.scroll-to-fixed-fixed div.mini-calendar-view {
    display: none;
}

#template.subpage .page-header #ibeenclicked {
    display: none;
}

#template.subpage .page-header #dropsubmenu {
    display: none;
    margin: 0 auto;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
    max-height: 175px;
    max-height: 60vh;
    background: #fff;
}

#template.subpage .page-header #dropsubmenu.active {
    display: block;
    border-top: 3px solid #fff;
}

#template.subpage .page-header #dropsubnavAccordion {
    margin-bottom: 0;
}

#template.subpage .page-header #secondaryNav {
    display: none;
    margin: 0 auto;
    width: 100%;
}

#template.subpage .page-header #secondaryNav.active {
    display: block;
    border-color: #8ca2b2;
    border-width: 0 1px 0 0;
    background: #edf1f3;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

#template.subpage .page-header #secondaryNav.active li a {
    text-transform: none;
}

#template.subpage .page-header #secondaryNav.active li+li {
    border-top: solid 1px #a1a5a7;
}

#template.subpage .page-header #secondaryNav.active li.contextParent {
    background: #eee;
}

#template.subpage .page-header #secondaryNav.active li.contextParent a {
    font-weight: 700;
    text-transform: uppercase;
}

#template.subpage .page-header #phtitlecontrolh1 {
    padding: 0 0 14px 0;
    margin-top: 0;
}

#template.subpage .page-header #phtitlecontrolh1.scroll-to-fixed-fixed {
    background: #54585a;
}

#template.subpage .page-header #ibcIcon {
    display: inline-block;
    margin-right: 25px;
    vertical-align: text-bottom;
}

@media screen and (max-width:991px) {
    #template.subpage .page-header #ibeenclicked {
        width: 100%;
        display: block;
        position: relative;
        top: 0 !important;
        left: 0;
        margin: 0;
        padding: 10px;
        border: none;
        background-color: #54585a;
        font-size: 14px;
    }
    #template.subpage .page-header #phtitlecontrolh1.scroll-to-fixed-fixed #ibeenclicked {
        top: 9px !important;
    }
    #template.subpage .page-header #ibeenclicked:focus {
        outline: 0;
    }
    #template.subpage .page-header .subpagetitlediv {
        width: 760px;
        margin: 0 auto;
        display: block;
        position: relative;
        padding: 15px;
        text-align: left;
    }
    #template.subpage .page-header #phtitlecontrolh1 {
        padding: 0 !important;
        margin: 0 !important;
    }
    #template.subpage .page-header #phtitlecontrolh1.scroll-to-fixed-fixed .subpagetitlediv {
        display: none;
    }
    #template.subpage .page-header .phtitlecontrol {
        padding: 0;
    }
    #template.subpage .page-header>.container {
        padding: 0;
    }
    #template.subpage .page-header .breadcrumb {
        display: none;
    }
    #template.subpage .page-header .pageheadercontainer {
        width: auto;
        width: initial;
        padding-left: 15px;
        padding-right: 15px;
    }
    #template.subpage .page-header .navmenu .panel-group .panel .panel-body {
        background: transparent;
    }
    #template.subpage .page-header .navmenu .panel-group .panel .panel-body li>a {
        color: #000;
        background: #fff;
        text-transform: none;
    }
    #template.subpage .page-header .navmenu .panel-group .panel .panel-body li>a:hover {
        color: #ba0c2f;
        background: #fff;
    }
    #template.subpage .page-header .navmenu .panel-group .panel .panel-title a {
        text-transform: uppercase;
        color: #ba0c2f;
        background: #fff;
    }
    #template.subpage .page-header .navmenu .panel-group .panel .panel-title a:hover {
        color: #54585a;
        background: #fff;
    }
    #template.subpage .page-header .navmenu .panel-group .panel.active .panel-title>a {
        background: #f2f2f2;
        color: #54585a;
        text-transform: uppercase;
    }
    #template.subpage .page-header .navmenu .panel-group .panel.active .panel-title>a:hover {
        background: #f2f2f2;
        color: #ba0c2f;
    }
}

@media screen and (max-width:768px) {
    #template.subpage .page-header #ibeenclicked {
        top: 0 !important;
    }
    #template.subpage .page-header #phtitlecontrolh1.scroll-to-fixed-fixed #ibeenclicked {
        top: 0 !important;
    }
    #template.subpage .page-header .subpagetitlediv {
        width: 100%;
        margin: 0 auto;
    }
}

@media screen and (max-width:479px) {
    #template.subpage .page-header .pageheadercontainer {
        padding-left: 0;
        padding-right: 0;
    }
}

#template.subpage .component.iconography i.textovericon,
#template.subpage .component.iconography i.iconandtext {
    color: #f2f2f2;
}

#template.subpage .component.iconography .media-body .component.rte p span {
    color: #54585a;
}

#template.subpage .component.iconography.compiconandtext .media-body .component.rte h6 a {
    color: #ba0c2f;
}

#template.subpage .component.iconography.compiconandtext .media-body .component.rte h6 a:focus,
#template.subpage .component.iconography.compiconandtext .media-body .component.rte h6 a:hover {
    text-decoration: underline;
    outline: 0;
}

#template.subpage .component.iconography.compiconandtext .media-body .component.rte h6 a * {
    color: #ba0c2f;
}

#template.subpage .component.iconography.compiconandtext .media-body .component.rte p {
    color: #000;
}

#template.subpage .component.iconography.compiconandtext .media-body .component.rte p span {
    color: #000;
}

#template.subpage .component.columns .bg-primary .component.iconography.compiconandtext .media-body .component.rte h6 a {
    color: #fff;
}

#template.subpage .component.columns .bg-primary .component.iconography.compiconandtext .media-body .component.rte h6 a:focus,
#template.subpage .component.columns .bg-primary .component.iconography.compiconandtext .media-body .component.rte h6 a:hover {
    text-decoration: underline;
    outline: 0;
}

#template.subpage .component.columns .bg-primary .component.iconography.compiconandtext .media-body .component.rte h6 a * {
    color: #fff;
}

#template.subpage .component.columns .bg-primary .component.iconography.compiconandtext .media-body .component.rte p {
    color: #fff;
}

#template.subpage .component.columns .bg-primary .component.iconography.compiconandtext .media-body .component.rte p span {
    color: #fff;
}

#template.subpage .component.facts .facts>.fact h4 {
    font-size: 26px;
    line-height: 30px;
}

#template.subpage .component.facts .facts>.fact p {
    line-height: 18px;
}

#template.subpage .component.slider {
    margin-top: 0;
}

#template.subpage .component.slider+* {
    margin-top: 50px;
}

#template.subpage .component.slider .carousel-control {
    color: #54585a;
}

#template.subpage .component.slider .carousel-indicators {
    padding: 0;
}

#template.subpage .component.slider .carousel-indicators li {
    border-color: #54585a;
}

#template.subpage .component.slider .carousel-indicators li.active {
    background: #54585a;
}

#template.subpage .component.slider a.dsc-slide-button {
    color: #fff;
    background: #ba0c2f;
}

#template.subpage .component.slider a.dsc-slide-button:hover,
#template.subpage .component.slider a.dsc-slide-button:focus {
    background-color: #8a0923;
    text-decoration: none;
    outline: none;
}

#template.subpage .component.slider .component.video {
    max-height: 340px;
}

#template.subpage .component.slider .component.video iframe,
#template.subpage .component.slider .component.video object,
#template.subpage .component.slider .component.video embed {
    max-height: 340px;
}

@media(max-width:1199px) {
    #template.subpage .component.slider .component.video {
        max-height: 275px;
    }
    #template.subpage .component.slider .component.video iframe,
    #template.subpage .component.slider .component.video object,
    #template.subpage .component.slider .component.video embed {
        max-height: 275px;
    }
}

@media(max-width:991px) {
    #template.subpage .component.slider {
        margin-bottom: 50px;
    }
    #template.subpage .component.slider .component.video {
        max-height: 171px;
    }
    #template.subpage .component.slider .component.video iframe,
    #template.subpage .component.slider .component.video object,
    #template.subpage .component.slider .component.video embed {
        max-height: 171px;
    }
}

@media(max-width:767px) {
    #template.subpage .component.slider {
        margin-bottom: 50px;
    }
    #template.subpage .component.slider .component.video {
        max-height: inherit;
    }
    #template.subpage .component.slider .component.video iframe,
    #template.subpage .component.slider .component.video object,
    #template.subpage .component.slider .component.video embed {
        max-height: inherit;
    }
}

#template.subpage .component.stat .media p {
    color: #54585a;
}

#template.subpage .component.step .list-group .list-group-item:before {
    display: none;
}

#template.subpage .component.step .list-group .list-group-item>* {
    color: #54585a;
}

#template.subpage .component.step .list-group .list-group-item a:hover {
    color: #2f3132;
}

#template.subpage .component.step .list-group .list-group-item:first-child h2:after,
#template.subpage .component.step .list-group .list-group-item:last-child a:before {
    background: #54585a;
}

#template.subpage .component.video {
    max-height: inherit;
}

#template.subpage .component.video iframe,
#template.subpage .component.video object,
#template.subpage .component.video embed {
    max-height: inherit;
}

#template.subpage .component.events.bg-white {
    padding: 0;
}

@media screen and (max-width:767px) {
    #template.subpage .component.events .row>div:first-child {
        margin-bottom: 20px;
    }
}

#template.subpage .component.columns .dsc-sub-newslist .rss-text-block {
    padding-top: 10px;
    display: inline-block;
}

#template.subpage .component.columns .dsc-sub-newslist .rss-text-block h4 {
    margin-top: 0;
}

#template.subpage .component.columns .dsc-sub-newslist ul.just-title .rss-text-block {
    padding-top: 0;
}

#template.subpage .component.columns .bg-primary .dsc-sub-newslist .dsc-news-title-wrap .dsc-newslist-title {
    color: #fff;
}

#template.subpage .component.columns .bg-primary .dsc-sub-newslist .rss-text-block {
    padding: 20px;
    background: #f2f2f2;
    color: #000;
}

#template.subpage .component.columns .bg-primary .dsc-sub-newslist .rss-text-block h4 {
    margin-top: 0;
}

#template.subpage .component.columns .bg-primary .dsc-sub-newslist .rss-text-block .rss-title-link {
    color: #ba0c2f;
}

#template.subpage .component.columns .bg-primary .dsc-sub-newslist ul.just-title li:before {
    color: #fff;
}

#template.subpage .component.columns .bg-primary .dsc-sub-newslist ul.just-title .rss-text-block {
    padding: 0;
    background: none;
}

#template.subpage .component.columns .bg-primary .dsc-sub-newslist ul.just-title .rss-title-link {
    color: #fff;
}

#template.subpage .dsc-sub-newslist .dsc-news-title-wrap {
    padding: 0;
    margin: 0;
}

#template.subpage .dsc-sub-newslist .rss-pub-date {
    font-size: .9em;
    margin-bottom: 5px;
}

#template.subpage .dsc-sub-newslist .dsc-newslist-title {
    text-decoration: none;
    text-align: left;
}

#template.subpage .dsc-sub-newslist .rss-img-link {
    float: left;
    clear: left;
    width: auto;
    width: initial;
}

#template.subpage .dsc-sub-newslist .rss-img-div {
    width: 150px;
    height: 150px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 10px;
}

#template.subpage .dsc-sub-newslist .rss-img-div.rss-full-div {
    width: 100%;
    min-height: 350px;
    height: 350px;
    height: 50vh;
}

#template.subpage .dsc-sub-newslist ul {
    padding: 0;
    margin-top: 24px;
}

#template.subpage .dsc-sub-newslist ul li:before {
    display: none;
}

#template.subpage .dsc-sub-newslist ul li {
    padding: 0 0 20px 0;
    overflow: auto;
}

#template.subpage .dsc-sub-newslist ul li a {
    text-decoration: none;
    display: block;
    width: 100%;
    overflow: auto;
}

#template.subpage .dsc-sub-newslist ul li a:focus,
#template.subpage .dsc-sub-newslist ul li a:hover {
    text-decoration: underline;
    outline: 0;
}

#template.subpage .dsc-sub-newslist ul li a.rss-readmore-link {
    display: inline;
    padding-left: 10px;
}

#template.subpage .dsc-sub-newslist ul li a.rss-full-width-format .rss-readmore-link {
    color: #fff;
}

#template.subpage .dsc-sub-newslist ul.just-title li {
    padding: 0;
}

#template.subpage .dsc-sub-newslist ul.just-title li:before {
    display: block;
}

#template.subpage .dsc-sub-newslist ul.just-title .rss-text-block {
    padding-top: 0;
}

#template.subpage .dsc-sub-newslist ul.just-title .rss-title-link {
    padding-left: 20px;
}

#template.subpage .dsc-sub-newslist .missingimage {
    width: 150px;
    height: 150px;
    float: left;
    clear: left;
    border: 1px dotted #000;
    background: transparent;
    margin-right: 10px;
}

#template.subpage .dsc-sub-newslist .rss-text-block {
    padding-top: 10px;
}

#template.subpage .dsc-sub-newslist .rss-title-link {
    margin-bottom: 5px;
    line-height: 22px;
    display: inline;
}

#template.subpage .dsc-sub-newslist .rss-title-link.noimage {
    width: 100%;
}

#template.subpage .dsc-sub-newslist .rss-desc {
    display: block;
    line-height: 22px;
    width: calc(100% - 160px);
}

#template.subpage .dsc-sub-newslist .rss-desc.noimage {
    width: 100%;
}

#template.subpage .dsc-sub-newslist.rss-list-format .rss-text-block {
    padding-top: 0;
}

#template.subpage .dsc-sub-newslist.rss-list-format .rss-text-block h4 {
    margin-top: 0;
}

#template.subpage .dsc-sub-newslist.rss-list-format .rss-img-link {
    margin-top: 5px;
}

#template.subpage .dsc-sub-newslist.rss-full-width-format .rss-text-block {
    background: #ba0c2f;
    color: #fff;
    padding: 20px;
}

#template.subpage .dsc-sub-newslist.rss-full-width-format .rss-text-block h4 {
    margin-top: 0;
}

#template.subpage .dsc-sub-newslist.rss-full-width-format .rss-title-link {
    color: #fff;
    width: 100%;
}

#template.subpage .dsc-sub-newslist.rss-full-width-format .rss-desc {
    width: 100%;
}

#template.subpage .dsc-sub-newslist.rss-full-width-format .rss-img-link {
    float: none;
    width: 100%;
    overflow: auto;
}

#template.subpage .dsc-sub-newslist.rss-full-width-format .rss-img-link .rss-full-img {
    margin: 0 auto !important;
    width: 100%;
}

#template.subpage .dsc-sub-newslist.rss-full-width-format .rss-readmore-link {
    color: #fff;
}

@media screen and (max-width:767px) {
    #template.subpage .dsc-sub-newslist .dsc-newslist-title {
        font-size: 28px;
        text-align: center;
    }
    #template.subpage .dsc-sub-newslist .rss-img-link {
        width: 100%;
        margin-top: 5px;
    }
    #template.subpage .dsc-sub-newslist .rss-img-div {
        height: 200px;
        width: auto;
        margin: 0 auto;
    }
    #template.subpage .dsc-sub-newslist .rss-title-link {
        width: 100%;
        font-size: 16px;
    }
    #template.subpage .dsc-sub-newslist .rss-desc {
        width: 100%;
    }
    #template.subpage .dsc-sub-newslist .missingimage {
        height: 200px;
        width: 100%;
    }
}

#template.subpage .dsc-sub-newslist.sub-col .dsc-newslist-title {
    font-size: 28px;
    text-align: center;
}

#template.subpage .dsc-sub-newslist.sub-col .rss-img-link {
    width: 100%;
}

#template.subpage .dsc-sub-newslist.sub-col .rss-img-div {
    height: 200px;
    width: auto;
    margin: 0 auto;
}

#template.subpage .dsc-sub-newslist.sub-col .rss-title-link {
    width: 100%;
    font-size: 16px;
}

#template.subpage .dsc-sub-newslist.sub-col .rss-desc {
    width: 100%;
}

#template.subpage .dsc-sub-newslist.sub-col .missingimage {
    height: 200px;
    width: 100%;
}

#template.subpage .section {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#template.subpage .section+* {
    margin-top: 30px;
}

#template.subpage .section.hero>img {
    margin: 0;
}

@media screen and (max-width:767px) {
    #template.subpage .section.hero .component.buttons {
        margin: 60px 15px;
    }
}

#template.subpage .component.employee-details .section+* {
    margin-top: 0;
}

#template.subpage .stickyPageHeaderSpacer+.section {
    margin-top: -23px;
}

#template.subpage .main-content>.component+*,
#template.subpage .main-content>.row+* {
    margin-top: 30px !important;
}

#template.subpage .main-content>.component.gallery+* {
    margin-top: 10px !important;
}

@media screen and (max-width:767px) {
    #template.subpage .main-content>.row>div {
        margin-top: 20px;
    }
}

.juicer-button {
    border: 2px solid #ba0c2f !important;
    color: #ba0c2f !important;
    background-color: transparent !important;
    font-size: 14px;
    text-transform: uppercase;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}

.juicer-button:hover,
.juicer-button:focus {
    outline: 0;
    color: #fff !important;
    text-decoration: none !important;
    background: #ba0c2f !important;
}

.juicer-button.j-paginate {
    color: #fff !important;
    background-color: #ba0c2f !important;
    font-size: 14px;
    text-transform: uppercase;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
    padding: 30px 0 !important;
    min-width: 225px;
    border: none !important;
}

@media screen and (max-width:767px) {
    .juicer-button.j-paginate {
        padding: 18px 0 !important;
    }
}

.juicer-button.j-paginate:hover,
.juicer-button.j-paginate:focus {
    outline: 0;
    color: #fff !important;
    background: #9d0f27 !important;
    text-decoration: none !important;
}

.juicer-feed li.feed-item {
    border: 2px solid #fff;
}

.juicer-feed li.feed-item:focus,
.juicer-feed li.feed-item a:focus {
    outline: none;
    border-color: #ba0c2f;
}

.juicer-feed.image-grid .j-text .j-message a,
.juicer-feed.image-grid .j-text .j-edit a,
.juicer-feed.slider .j-text .j-message a,
.juicer-feed.slider .j-text .j-edit a,
.juicer-feed.hip .j-text .j-message a,
.juicer-feed.hip .j-text .j-edit a {
    color: #fff !important;
    font-weight: bold;
}

.juicer-feed.image-grid .j-text .j-message a:hover,
.juicer-feed.image-grid .j-text .j-edit a:hover,
.juicer-feed.slider .j-text .j-message a:hover,
.juicer-feed.slider .j-text .j-edit a:hover,
.juicer-feed.hip .j-text .j-message a:hover,
.juicer-feed.hip .j-text .j-edit a:hover {
    color: #fff !important;
    text-decoration: underline !important;
}

.juicer-feed.image-grid .j-text .j-message a:focus,
.juicer-feed.image-grid .j-text .j-edit a:focus,
.juicer-feed.slider .j-text .j-message a:focus,
.juicer-feed.slider .j-text .j-edit a:focus,
.juicer-feed.hip .j-text .j-message a:focus,
.juicer-feed.hip .j-text .j-edit a:focus {
    color: #fff !important;
    outline: 0;
    text-decoration: underline !important;
}

.j-post-overlay.juicer-feed .j-overlay-text .j-message a:hover,
.j-post-overlay.juicer-feed .j-overlay-text .j-edit a:hover {
    color: #ba0c2f !important;
}

.j-post-overlay.juicer-feed .j-overlay-text .j-message a:focus,
.j-post-overlay.juicer-feed .j-overlay-text .j-edit a:focus {
    color: #ba0c2f !important;
    outline: 0;
}

h2.juicer {
    font-size: 46px;
    color: #fff;
    text-align: left;
    border-bottom: 3px solid #fff;
    padding-bottom: 7px;
    margin-bottom: 20px;
}

.juicer-feed .j-meta a {
    color: #fff !important;
}

.juicer-feed .j-meta a:hover,
.juicer-feed .j-meta a:focus {
    color: #ba0c2f !important;
}

.j-stack.galcolumn {
    padding-left: 13.5px !important;
    padding-right: 13.5px !important;
}

.juicer-feed.image-grid .j-text .j-message {
    margin-bottom: 20px !important;
}

.j-poster h3:hover,
.j-poster h3:focus {
    color: #ba0c2f !important;
    outline: 0;
}

.j-overlay .j-next:hover,
.j-overlay .j-previous:hover,
.j-overlay .j-next:focus,
.j-overlay .j-previous:focus {
    color: #ba0c2f !important;
    outline: 0;
}

.juicer-feed.image-grid .j-text .j-message p,
.juicer-feed.image-grid .j-text .j-edit p,
.juicer-feed.slider .j-text .j-message p,
.juicer-feed.slider .j-text .j-edit p,
.juicer-feed.hip .j-text .j-message p,
.juicer-feed.hip .j-text .j-edit p {
    color: #fff !important;
}

.juicer-feed.image-grid .j-poster h3,
.juicer-feed.image-grid .j-poster .j-date,
.juicer-feed.slider .j-poster h3,
.juicer-feed.slider .j-poster .j-date,
.juicer-feed.hip .j-poster h3,
.juicer-feed.hip .j-poster .j-date {
    color: #000 !important;
    background: #fff !important;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.affix {
    position: fixed;
}

h2.subhead,
h3.subhead,
h4.subhead,
h5.subhead,
.h2.subhead,
.h3.subhead,
.h4.subhead,
.h5.subhead {
    padding-bottom: 10px;
    margin: 11px 0 16px;
    border-bottom: 1px solid #54585a;
}

.no-margin {
    margin: 0;
}

.no-margin-top {
    margin-top: 0;
}

.margin-top {
    margin-top: 15px;
}

.margin-bottom {
    margin-bottom: 20px;
}

.no-padding-right {
    padding-right: 0;
}

.padding-bottom,
.col-sm-3.padding-bottom,
.col-sm-4.padding-bottom,
.col-xs-6.padding-bottom {
    padding-bottom: 10px;
}

.row.padding-top {
    padding-top: 15px;
}

.padding-top-bottom {
    padding-top: 15px;
    padding-bottom: 15px;
}

.inline {
    display: inline;
}

.inline-block {
    display: inline-block;
}

.text-white {
    color: #fff;
}

.valign {
    display: table-cell;
    vertical-align: middle;
}

@-moz-document url-prefix() {
    fieldset {
        display: table-cell;
    }
}

@-ms-viewport {
    width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media(max-width:767px) {
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

@media(max-width:767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media(max-width:767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media(max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table;
    }
    tr.visible-md {
        display: table-row !important;
    }
    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media(min-width:1200px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

@media(min-width:1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media(min-width:1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media(min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media(max-width:767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media(min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media(min-width:1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }
    table.visible-print {
        display: table;
    }
    tr.visible-print {
        display: table-row !important;
    }
    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

.rteText-primary {
    color: #ba0c2f !important;
}

.rteText-secondary {
    color: #54585a !important;
}

.rteText-white {
    color: #fff !important;
}

.rteText-gray {
    color: #f2f2f2 !important;
}

.rteBorderBottom-white {
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
}

.rteBorderBottom-primary {
    border-bottom: 1px solid #ba0c2f;
    padding-bottom: 10px;
}

.rteBorderBottom-secondary {
    border-bottom: 1px solid #54585a;
    padding-bottom: 10px;
}

.rteAllCaps {
    text-transform: uppercase !important;
}

*+a[class*="rteBtn"] {
    margin-top: 10px;
}

a[class*="rteBtn"]+* {
    margin-top: 40px !important;
}

a[class*="rteBtn"]+a[class*="rteBtn"] {
    margin-top: 0 !important;
}

@media screen and (max-width:768px) {
    a[class*="rteBtn"]+a[class*="rteBtn"] {
        margin-top: 40px !important;
    }
}

a[class*="rteBtn"] {
    color: #fff !important;
    display: inline-block;
    padding: 10px 40px;
    font-family: "Open Sans", Arial, sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 24px;
    border: none !important;
    text-decoration: none !important;
}

@media screen and (max-width:768px) {
    a[class*="rteBtn"] {
        padding: 10px 20px;
        text-align: center;
        display: block;
    }
}

.rteBtn-primary {
    background: #ba0c2f;
}

.rteBtn-primary:hover,
.rteBtn-primary:focus {
    background: #8a0923;
    border: none !important;
    text-decoration: none;
}

.rteBtn-secondary {
    background: #54585a;
}

.rteBtn-secondary:hover,
.rteBtn-secondary:focus {
    background: #3b3e40;
    border: none !important;
    text-decoration: none;
}

.rteBtn-blue {
    background: #53a5b1;
}

.rteBtn-blue:hover,
.rteBtn-blue:focus {
    background: #418690;
    border: none !important;
    text-decoration: none;
}

#template.landing .component.rte.bg-white a[class*="rteBtn"] {
    color: #fff !important;
}

.scInsertionHandleCenter {
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
    height: 23px !important;
}

.scEmptyPlaceholder {
    border: solid #63b1bc 1px;
    height: 50px !important;
    position: relative;
    overflow: hidden;
    z-index: 100;
}

.scEmptyPlaceholder:before {
    content: attr(sc-placeholder-id);
    background: #dc8633;
    padding: 5px;
}

.eelinkmenu {
    border: dotted #000 1px;
    min-height: 30px;
}

.subpage .navmenu-brand {
    font-weight: 700;
    padding: 10px 0;
}

.subpage .navmenu .panel-group .panel {
    border: none;
    border-top: 1px solid #54585a;
    border-left: none;
}

.subpage .navmenu .panel-group .panel>.panel-heading {
    padding: 10px;
}

.subpage .navmenu .panel-group .panel+.panel {
    margin-top: 3px;
}

.subpage .navmenu .panel-group .panel.active {
    border-left: none;
}

.subpage .navmenu .panel-group .panel.active .panel-title>a {
    font-family: "Open Sans", Arial, sans-serif;
    color: #54585a;
    font-size: 14px;
    font-weight: 700;
}

.subpage .navmenu .panel-group .panel.active .panel-title>a:hover,
.subpage .navmenu .panel-group .panel.active .panel-title>a:focus {
    color: #ba0c2f;
    border: none;
    outline: 0;
}

.subpage .navmenu .panel-group .panel .panel-title>a {
    font-family: "Open Sans", Arial, sans-serif;
    color: #ba0c2f;
    font-size: 14px;
    font-weight: bold;
}

.subpage .navmenu .panel-group .panel .panel-title>a:hover,
.subpage .navmenu .panel-group .panel .panel-title>a:focus {
    color: #54585a;
    border: none;
    outline: 0;
}

.subpage .navmenu .panel-group .panel .panel-body {
    border: none;
    padding: 0 15px;
}

.subpage .navmenu .panel-group .panel .panel-body li a {
    color: #000;
    font-weight: 500;
    font-size: 14px;
    padding: 7px 15px;
}

.subpage .navmenu .panel-group .panel .panel-body li a:hover {
    color: #ba0c2f;
    background: none;
    border: none;
}

@media screen and (max-width:992px) {
    .subpage .navmenu .navmenu-brand {
        font-size: 17px;
        background: #fff;
        color: #54585a;
        margin: 0;
        padding: 11px 15px;
    }
    .subpage .navmenu .navmenu-brand:hover {
        background: #fff;
        color: #ba0c2f;
    }
    .subpage .navmenu {
        background: #212527;
    }
    .subpage .navmenu .panel-group .panel+.panel {
        margin-top: 0;
    }
    .subpage .navmenu .panel-group .panel:last-child {
        border-bottom: 1px solid #a1a5a7;
    }
    .subpage .navmenu .panel-group .panel .panel-heading {
        padding: 0;
    }
    .subpage .navmenu .panel-group .panel .panel-title {
        padding: 0;
    }
    .subpage .navmenu .panel-group .panel .panel-title>a {
        color: #fff;
        padding: 10px 15px;
        display: block;
        line-height: 20px;
    }
    .subpage .navmenu .panel-group .panel .panel-title>a:hover {
        color: #54585a;
        background: #fff;
    }
    .subpage .navmenu .panel-group .panel .panel-title>a:hover+button>.fa {
        color: #54585a;
    }
    .subpage .navmenu .panel-group .panel .panel-title>button {
        right: 10px;
    }
    .subpage .navmenu .panel-group .panel .panel-title>button>.fa {
        color: #fff;
    }
    .subpage .navmenu .panel-group .panel.active .panel-title>a,
    .subpage .navmenu .panel-group .panel.active .panel-title>a:hover {
        color: #54585a;
        background: #eee;
    }
    .subpage .navmenu .panel-group .panel.active .panel-title>button>.fa,
    .subpage .navmenu .panel-group .panel.active .panel-title>button>.fa:hover {
        color: #54585a;
    }
    .subpage .navmenu .panel-group .panel .panel-body {
        background: #edf1f3;
        padding: 0;
    }
    .subpage .navmenu .panel-group .panel .panel-body li {
        font-family: "Open Sans", Arial, sans-serif;
    }
    .subpage .navmenu .panel-group .panel .panel-body li>a {
        font-weight: 500;
        padding: 10px 15px 10px 25px;
    }
    .subpage .navmenu .panel-group .panel .panel-body li>a:hover {
        background: #eee;
    }
    .subpage .navmenu .panel-group .panel .panel-body li+li {
        border-top: none;
    }
    .subpage .navmenu .panel-group .panel.active .panel-body {
        border-top: 1px solid #54585a;
    }
}