
:root {
    --primary: #cc0033;
    --primary-dark: #990026;
    --bs-font-sans-serif: "Nimbus Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --hex-red: #c8102e;
    --success: #063;
}

header, footer, section, aside, nav, article, hgroup, figure, figcaption {
    display: block;
}

html {
    overflow-y: scroll;
    height: 100%;
    overflow-x: hidden;
}

body {
    background: #fff;
    color: #444;
    font: 12px/1.5 arial, sans-serif;
    margin: 0 0 12px;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-weight: 400;
    overflow-x: hidden;
}

body:not(#main_body) {
    margin: 0;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    color: #333;
    background-color: #fff;
    line-height: 1.5;
}

*, *::before, *::after {
    box-sizing: border-box;
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
    margin: 16px 0;
}

/* Adventure theme hr */
div.layout__region--second hr {
    border: 1px solid rgba(0,0,0,0.1);
    margin-top: 20px;
    margin-bottom: 20px;
    box-sizing: content-box;
    height: 0;
}

.full-width {
    width: 100%;
}

textarea.full-width {
    width: 99%;
}

ul ul, ol ul, ul ol, ol ol {
    margin-top: 0px;
    margin-bottom: 0px;
}

ul.right {
    text-align: right;
}

ul.left > li, ul.right > li {
    display: inline-block;
    vertical-align: bottom;
}

ul.nav.flex-column {
    margin-left: 0;
}

ul.ul-adventure, ol.ol-adventure {
    padding: 0;
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 10px;
}

ol.ol-adventure {
    list-style: none;
}

ol.ol-adventure > li {
    counter-increment: ol-counter;
    padding: 0 0 .5em 1.5em;
    position: relative;
}

ol.ol-adventure > li::before {
    content: counter(ol-counter) ". ";
    color: #f1be48;
    font-weight: bold;
    position: absolute;
    left: 0;
}

dl > dt + dt,
dl > dd + dt {
    margin-top: 6px;
}

dl > dd {
    margin-left: 24px;
}

a {
    color: #c8102e;
    text-decoration: none;
}

div.layout__region--second a:hover:not(.btn), div.layout__region--second a:focus:not(.btn) {
    color: #900;
    text-decoration: underline;
}

ul.navigation a {
    text-decoration: none;
}

a img {
    border: 0;
}

h2 a, h3 a, h4 a, h5 a, h6 a {
    text-decoration: none;
}

small,
.small {
    font-size: 10px;
}

.small sup {
    line-height: 14px;
}

blockquote {
    margin: 0 0 3px;
}

cite {
    display: block;
    font-size: 11px;
}

.clear {
    clear: both;
}

.clear-left {
    clear: left;
}

.clear-right {
    clear: right;
}

.nowrap,
.nobr {
    white-space: nowrap;
}

.photo-left {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-top: 2px;
}

.photo-right {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
    margin-top: 2px;
}

.homepage-visit-links {
    text-decoration: none;
    color: #000000;
}

.homepage-visit-links:hover, .homepage-visit-links:focus {
    text-decoration: underline;
    color: #C8102E;
}

.cardinal-back {
    background-color: #C8102E;
}

.gray-text {
    color: var(--text-dark-dim);
}

.required::after {
    display: inline;
    content: "*";
    font-weight: bold;
    color: #cc0033;
    vertical-align: text-top;
    padding-left: 0.25em;
    font-size: 1.5em;
    line-height: 16px;
    top: -.5em;
}

small, .small {
    font-size: 0.8em;
}

/** Tables **/
.clickable {
    cursor: pointer;
}

table.gray, table.cream {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}

table.gray th,
table.gray td, table.cream th,
table.cream td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

table.gray thead th, table.cream thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

table.gray tbody + tbody, table.cream tbody + tbody {
    border-top: 2px solid #dee2e6;
}

table.gray table.gray, table.gray table.cream, table.gray .table, table.cream table.gray, table.cream table.cream, table.cream .table {
    background-color: #fff;
}

table.gray tbody tr:nth-of-type(odd), table.cream tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.table table.gray, .table table.cream {
    background-color: #fff;
}

table.gray > thead > tr > th.row {
    display: table-cell;
    margin: initial;
}


    .options-table tbody tr td {
        padding: 0.5rem;
    }

    .options-table thead {
        padding: 0.5rem;
    }

    .slim-table tbody tr td {
        padding: 0.5rem;
    }

    .slim-table thead {
        padding: 0.5rem;
    }

.highlight-hide {
    background-color: green !important;
    color: white !important;
}

.highlight-hide a {
    color: white !important;
}

.table-clickable > tbody > tr:hover {
    cursor: pointer;
}

.table-clickable > tbody > tr.selected {
    background-color: rgba(0, 0, 0, 0.075);
}

/** for action col more link hover and display */
.actions-col {
    display: inline;
    padding-bottom: 3px;
}

.actions-col .actions {
    display: none;
}

.actions-col:hover .actions {
    display: block;
    position: absolute;
    background: #e3e3e3;
    padding: 3px;
    border: 3px solid gray;
}

.actions-col:hover .actions a {
    display: block;
    margin: 4px;
    transition-duration: 1s;
}

table.remove-table-spacing tr > td {
    border-spacing: 0;
    padding: 0;
    border-collapse: collapse;
}

table.table-adventure {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    background-color: transparent;
    border-spacing: 0;
    caption-side: top;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

table.table-adventure > caption {
    background: #c8102e;
    color: #f1be48;
    font-weight: 700;
    text-align: center;
    padding: 15px;
}

table.table-adventure > tbody > tr > td,
table.table-adventure > tbody > tr > th,
table.table-adventure > thead > tr > th {
    border-top: 0 none;
    border-right: 3px solid #ffffff;
    padding: 15px 8px;
    border-bottom-width: 0;
}

table.table-adventure > tbody > tr > td:last-of-type,
table.table-adventure > tbody > tr > th:last-of-type,
table.table-adventure > thead > tr > th:last-of-type {
    border-right: 0 none;
}

table.table-adventure > :not(caption) > * > * {
    background-image: none;
}

/* Grid Layout */
@media screen {
    #grids-24-content {
        overflow: visible;
    }

    .hwrapper {
        min-width: 960px;
    }

    body.grid-layout-720 .hwrapper {
        min-width: 720px;
    }

    .grids-12 {
        margin-left: auto;
        margin-right: auto;
        overflow: hidden;
        width: 720px;
    }

    .grids-12 .grid-1 {
        float: left;
        width: 60px;
    }

    .grids-12 .grid-2 {
        float: left;
        width: 120px;
    }

    .grids-12 .grid-3 {
        float: left;
        width: 180px;
    }

    .grids-12 .grid-4 {
        float: left;
        width: 240px;
    }

    .grids-12 .grid-5 {
        float: left;
        width: 300px;
    }

    .grids-12 .grid-6 {
        float: left;
        width: 360px;
    }

    .grids-12 .grid-7 {
        float: left;
        width: 420px;
    }

    .grids-12 .grid-8 {
        float: left;
        width: 480px;
    }

    .grids-12 .grid-9 {
        float: left;
        width: 540px;
    }

    .grids-12 .grid-10 {
        float: left;
        width: 600px;
    }

    .grids-12 .grid-11 {
        float: left;
        width: 660px;
    }

    .grids-12 .grid-12 {
        float: left;
        width: 720px;
    }

    .grids-24 {
        margin-left: auto;
        margin-right: auto;
        overflow: hidden;
        width: 960px;
    }

    .grids-24 .grid-1 {
        float: left;
        width: 40px;
    }

    .grids-24 .grid-2 {
        float: left;
        width: 80px;
    }

    .grids-24 .grid-3 {
        float: left;
        width: 120px;
    }

    .grids-24 .grid-4 {
        float: left;
        width: 160px;
    }

    .grids-24 .grid-5 {
        float: left;
        width: 200px;
    }

    .grids-24 .grid-6 {
        float: left;
        width: 240px;
    }

    .grids-24 .grid-7 {
        float: left;
        width: 280px;
    }

    .grids-24 .grid-8 {
        float: left;
        width: 320px;
    }

    .grids-24 .grid-9 {
        float: left;
        width: 360px;
    }

    .grids-24 .grid-10 {
        float: left;
        width: 400px;
    }

    .grids-24 .grid-11 {
        float: left;
        width: 440px;
    }

    .grids-24 .grid-12 {
        float: left;
        width: 480px;
    }

    .grids-24 .grid-13 {
        float: left;
        width: 520px;
    }

    .grids-24 .grid-14 {
        float: left;
        width: 560px;
    }

    .grids-24 .grid-15 {
        float: left;
        width: 600px;
    }

    .grids-24 .grid-16 {
        float: left;
        width: 640px;
    }

    .grids-24 .grid-17 {
        float: left;
        width: 680px;
    }

    .grids-24 .grid-18 {
        float: left;
        width: 720px;
    }

    .grids-24 .grid-19 {
        float: left;
        width: 760px;
    }

    .grids-24 .grid-20 {
        float: left;
        width: 800px;
    }

    .grids-24 .grid-21 {
        float: left;
        width: 840px;
    }

    .grids-24 .grid-22 {
        float: left;
        width: 880px;
    }

    .grids-24 .grid-23 {
        float: left;
        width: 920px;
    }

    .grids-24 .grid-24 {
        float: left;
        width: 960px;
    }
}

/** Lists **/
ul.ul-adventure > li {
    list-style: none;
    padding: 0 0 .5em 1.5em;
    position: relative;
}

ul.ul-adventure > li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.4em;
    height: 0.8em;
    width: 0.8em;
    border: 1px solid #f1be48;
    border-width: 3px 3px 0 0;
    transform: rotate(45deg);
}

.first {
    margin-left: 0 !important;
}

.last {
    margin-right: 0 !important;
}

.gutter {
    margin-left: 20px;
    margin-right: 20px;
}

.gutter-left {
    margin-left: 20px;
}

.gutter-right {
    margin-right: 20px;
}

.gutter-top {
    margin-top: 20px;
}

.gutter-bottom {
    margin-bottom: 20px;
}

.hwrapper {
    margin-bottom: -16px;
    padding-bottom: 16px;
}

#top-strip {
    background: #4b4840;
}

#top-strip ul {
    font-size: 0;
    list-style: none;
    margin: 0;
    padding: 4px 0;
}

#top-strip ul > li > a {
    border-left: 1px solid #aaa;
    color: #fff;
    display: block;
    font-size: 11px;
    font-weight: bold;
    padding: 0 6px;
    text-decoration: none;
}

#top-strip ul > li > a:hover, #top-strip ul > li > a:focus {
    text-decoration: underline;
}

#top-strip ul > li.idx > a {
    border-left: 0;
    border-radius: 2px;
    padding: 0 3px;
    min-width: 7px;
    text-align: center;
}

#top-strip ul > li.idx > a:hover, #top-strip ul > li.idx > a:focus {
    background: #777;
    text-decoration: none;
}

#top-strip ul > li.border.first > a {
    margin-left: 3px;
}

#top-strip ul.left > li:first-child > a {
    border-left: 0;
    padding-left: 0;
}

#top-strip ul.right > li.last > a {
    padding-right: 0;
}

#top-strip ul.right > li:first-child > a {
    border-left: 0;
    padding-left: 0;
}

#ribbon {
    background-color: #C8102E;
    background-position: bottom center;
    background-repeat: repeat-x;
    border-top: 1px solid #888;
    border-bottom: 12px solid #F1BE48;
}

#ribbon h1 {
    margin-top: 14px;
    margin-bottom: 0;
}

#ribbon h1 > a {
    display: block;
    height: 32px;
    overflow: hidden;
    width: 390px;
}

#ribbon h2 {
    color: #fff;
    font-family: lucida grande, lucida sans unicode, arial, sans-serif;
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 12px;
    text-shadow: 0 1px 3px #333;
}

#ribbon h2 > a {
    color: #fff;
    text-decoration: none;
}

#ribbon h2 > a:hover, #ribbon h2 > a:focus {
    text-shadow: 0 0 6px rgba(255, 255, 255, 0.4), 0 1px 3px #333;
}

#ribbon h2.site-tagline {
    text-align: right;
}

#ribbon form .ribbon-search {
    color: #fff;
    font-size: 11px;
}

#ribbon form .ribbon-search input[name="q"] {
    background-color: #C8102E;
    border: 2px solid #F1BE48;
    color: #fff;
    height: 16px;
    line-height: 16px;
    margin: 0;
    padding: 1px;
    width: 187px;
    font-size: 13px;
}

#ribbon form .ribbon-search input[name="q"]::-webkit-input-placeholder {
    color: #fff;
}

#ribbon form .ribbon-search input[type="submit"] {
    background: #F1BE48 url(../../images/template/sprite_adjusted.png) no-repeat 0 -65px;
    border: 0;
    cursor: pointer;
    height: 22px;
    margin: 0 0 0 -1px;
    padding: 0;
    vertical-align: bottom;
    width: 22px;
}

#ribbon form .ribbon-search a {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    display: inline-block;
    font-size: 11px;
    margin-left: 6px;
    margin-top: 2px;
    padding-right: 6px;
}

#ribbon form .ribbon-search a:last-child {
    border-right: 0;
    padding-right: 0;
}

#ribbon form .ribbon-search-top {
    font-size: 0;
    margin-top: 19px;
    margin-bottom: 0;
    text-align: right;
}

#ribbon form .ribbon-search-bottom {
    margin-bottom: 0;
    text-align: right;
    margin-top: -3px;
}

img#template_search_button {
    border: 0px;
    margin-bottom: 5px;
    margin-left: -6px;
    height: 22px;
}

#skinny-action-links {
    background-color: #C8102E;
    height: 33px;
}

.skinny-bar-gutter {
    margin-bottom: 15px;
}

#site-title {
    padding-top: 3px;
    padding-bottom: 3px;
}

#titlebar2 h1 {
    border-bottom: 1px solid #c8c2a7;
    font-size: 20px;
    font-weight: normal;
    margin: 0;
    padding: 3px 10px 3px;
    background-image: url(../../images/template/gradient_fix.gif);
    background-repeat: no-repeat;
    background-position: right top;
}

#titlebar2 h1 > a {
    color: #444;
    text-decoration: none;
}

#titlebar2 h1 > a:hover, #titlebar2 h1 > a:focus {
    color: #666;
    text-decoration: none;
}

#header_information_bar {
    padding: 4px;
    background: #C00;
    color: #FFF;
    text-align: center;
    border-bottom: 1px solid white;
    display: none;
    font-weight: bold;
    font-size: 11px;
}

#header_information_bar p {
    margin: 0px;
}

#header_information_bar a {
    color: yellow;
}

#header_information_bar a:hover, #header_information_bar a:focus {
    color: #FFF;
}

#container {
    background: #fff;
    background: 0;
    border: 0;
    margin: auto;
    width: 960px;
    min-height: 340px;
    margin-bottom: 7px;
}

#titlebar h1 {
    border-bottom: 1px solid #c8c2a7;
    font-size: 22px;
    font-weight: normal;
    margin: 0;
    padding: 6px 10px;
}

#titlebar h1 > a {
    color: #444;
}

#titlebar h1 > a:hover, #titlebar h1 > a:focus {
    color: #666;
    text-decoration: none;
}

#content {
    min-height: 480px;
    padding: 0;
    margin: 0;
}

#content h1 {
    color: #222;
}

#content h1 > a {
    color: #666;
    text-decoration: none;
}

#content h1 > a:hover, #content h1 > a:focus {
    border-bottom: 1px solid #666;
    color: #333;
}

#content .figure {
    border: 1px solid #c8c2a7;
    box-shadow: 0 0 4px #ddd;
    -moz-box-shadow: 0 0 4px #ddd;
    -webkit-box-shadow: 0 0 4px #ddd;
    margin: 0 0 6px;
    overflow: hidden;
}

#content .figure.no-border {
    border: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

#content .figure.anchor {
    margin-bottom: 12px;
    border-right: 0;
    border-top: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    float: right;
    margin-left: 12px;
    margin-right: -20px;
    margin-top: -12px;
}

#content .figure.anchor > .caption {
    text-align: center;
}

#content .figure.left {
    margin-bottom: 12px;
    float: left;
    margin-right: 12px;
}

#content .figure.right {
    margin-bottom: 12px;
    float: right;
    margin-left: 12px;
}

#content .figure img {
    float: left;
    padding: 3px;
}

#content .figure > img + img,
#content .figure > a + a > img {
    padding-left: 0;
}

#content .figure > .caption {
    background: #f2f2f2;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    clear: left;
    font-size: 11px;
    margin: 3px;
    padding: 2px;
}

#content #action-links {
    background-color: #C8102E;
    height: 50px;
    /* height:64px;*/
}

#content #action-links .first {
    padding-left: 8px;
}

#content #action-links .last {
    padding-left: 7px;
}

#content #action-links #apply-action-links {
    background-color: #C8102E;
    color: white;
    margin-top: 30px;
}

#content #action-links #apply-action-links table {
    width: 100%;
}

.big-title-font {
    font-size: 2.3em;
}

.left-gold-border {
    width: 478px !important;
    border-left: 2px solid #F1BE48;
}

.no-underline {
    text-decoration: none;
}

.align-top {
    vertical-align: top;
}

/*=======================================================*/
/*== Interior Content ===================================*/
/*=======================================================*/
.valign-top,
.valign-top td,
.valign-top th,
td.valign-top,
th.valign-top {
    vertical-align: top;
}

.valign-middle,
.valign-middle td,
.valign-middle th,
td.valign-middle,
th.valign-middle {
    vertical-align: middle;
}

.valign-bottom,
.valign-bottom td,
.valign-bottom th,
td.valign-bottom,
th.valign-bottom {
    vertical-align: bottom;
}

.align-left,
.align-left td,
.align-left th,
td.align-left,
th.align-left {
    text-align: left;
}

.align-center,
.align-center td,
.align-center th,
td.align-center,
th.align-center {
    text-align: center;
}

.align-right,
.align-right td,
.align-right th,
td.align-right,
th.align-right {
    text-align: right;
}

.align-center {
    text-align: center;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.indent-margin {
    margin-left: 20px;
    margin-right: 20px;
}

.indent-padding {
    padding-left: 20px;
    padding-right: 20px;
}

.indent-left-40 {
    padding-left: 40px;
}

.indent-right-40 {
    padding-right: 40px;
}

.no-padding {
    padding: 0px;
    margin: 0px;
}

.no-padding-top {
    padding-top: 0px;
    margin-top: 0px;
}

.no-padding-bottom {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.highlight {
    background-color: #EFEFEF;
    margin: 12px 20px;
    padding: 10px;
}

.highlight-no-indent {
    background-color: #EFEFEF;
    margin: 12px 20px;
    padding: 10px;
    margin-left: 0;
    margin-right: 0;
}

.hidden {
    display: none;
}

.no-bold {
    font-weight: normal;
}

.for-mobile-only {
    display: none;
}

.for-print-only {
    display: none;
}

.red-text {
    color: #C8102E;
}

.gray-text {
    color: #a5acb2;
}

.red-text a, .red-text a:link, .red-text a:visited, .red-text a:active {
    color: #C8102E;
    font-weight: bold;
}

.red-text a:hover, .red-text a:focus {
    color: #036;
}

.strong,
.bold {
    font-weight: bold;
}

.padding {
    padding: 5px;
}

.margin {
    margin-top: 12px;
    margin-bottom: 12px;
}

.posted {
    font-style: italic;
}

.overflow-visible {
    overflow: visible;
}

ul.three-column-list {
    column-count: 3;
    column-gap: 54px;
    -moz-column-count: 3;
    -moz-column-gap: 54px;
    -webkit-column-count: 3;
    -webkit-column-gap: 54px;
}

.table-simple-filter label {
    display: inline;
    padding-left: 10px;
}

.table-simple-filter input, .table-simple-filter select {
    margin-top: 10px;
}

select.form-select:not([multiple]) {
    background-position: right;
    appearance: revert;
    -webkit-appearance: revert;
    -moz-appearance: revert;
    background-position-y: -100px;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 1em !important;
}

#new-sidebar-menu {
    float: right;
}

#new-sidebar-menu ul.navigation span, #new-sidebar-menu ul.navigation div, #new-sidebar-menu ul.navigation a {
    margin-bottom: 5px;
    color: #fff;
    display: block;
    padding: 2px 10px;
    background-color: #858585;
    font-weight: 700;
}

#new-sidebar-menu ul.navigation, #new-sidebar-menu ul.navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#new-sidebar-menu ul.navigation a {
    text-decoration: none;
    -moz-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
}

#new-sidebar-menu ul.navigation > li > a:hover, #new-sidebar-menu ul.navigation > li > a:focus {
    background-color: #F1BE48;
}

#new-sidebar-menu ul.navigation > li > ul > li > div, #new-sidebar-menu ul.navigation > li > ul > li > a {
    background-color: #737373;
    padding-left: 20px;
    font-weight: 700;
}

#new-sidebar-menu ul.navigation > li > ul > li > a:hover, #new-sidebar-menu ul.navigation > li > ul > li > a:focus {
    background-color: #F1BE48;
}

#new-sidebar-menu ul.navigation > li > ul > li > ul > li > div, #new-sidebar-menu ul.navigation > li > ul > li > ul > li > a {
    background-color: #666666;
    padding-left: 30px;
    font-weight: 700;
}

#new-sidebar-menu ul.navigation > li > ul > li > ul > li > a:hover, #new-sidebar-menu ul.navigation > li > ul > li > ul > li > a:focus {
    background-color: #F1BE48;
}

#new-sidebar-menu ul.navigation > li > ul > li > ul > li > ul > li > div, #new-sidebar-menu ul.navigation > li > ul > li > ul > li > ul > li > a {
    background-color: #595959;
    padding-left: 40px;
    font-weight: 700;
}

#new-sidebar-menu ul.navigation > li > ul > li > ul > li > ul > li > a:hover, #new-sidebar-menu ul.navigation > li > ul > li > ul > li > ul > li > a:focus {
    background-color: #F1BE48;
}

#left-sidebar {
    padding-bottom: 150px;
    background-image: url(../../images/template/gradient_fix.gif);
    background-repeat: no-repeat;
    background-position: right bottom;
}

#left-sidebar ul.navigation {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAABCAYAAADq6085AAAAHklEQVQY02NkAILb144zAyluIOaCYm4kPojmhIkBAHLiAuZ155StAAAAAElFTkSuQmCC") repeat-y right center;
    /** First Level */
}

#left-sidebar ul.navigation, #left-sidebar ul.navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#left-sidebar ul.navigation ul {
    margin-bottom: 0;
}

#left-sidebar ul.navigation span, #left-sidebar ul.navigation div, #left-sidebar ul.navigation a {
    border-bottom: 1px solid #c8c2a7;
    color: #222;
    display: block;
    padding: 2px 10px;
}

#left-sidebar ul.navigation a {
    text-decoration: none;
    -moz-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
}

#left-sidebar ul.navigation li.selected > div, #left-sidebar ul.navigation li.selected > a {
    color: #fff;
    font-weight: bold;
}

#left-sidebar ul.navigation > li {
    /** second level */
    /** Remaining level */
}

#left-sidebar ul.navigation > li.selected > div,
#left-sidebar ul.navigation > li > span,
#left-sidebar ul.navigation > li.selected > a {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAZCAYAAADwkER/AAAAIElEQVQY02NgYGBgZIIRTKgEM5yFTRZNHSMqC5ssumIAF1EAYnirD50AAAAASUVORK5CYII%3D");
    background-image: -moz-linear-gradient(transparent, rgba(0, 0, 0, 0.2));
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.2)));
    background-position: bottom center;
}

#left-sidebar ul.navigation > li > span {
    background-color: #666;
    border-color: #555;
    color: #fff;
    cursor: default;
    font-weight: bold;
}

#left-sidebar ul.navigation > li > a:hover, #left-sidebar ul.navigation > li > a:focus {
    background-color: #d8d5cb;
}

#left-sidebar ul.navigation > li.selected > div, #left-sidebar ul.navigation > li.selected > a {
    background-color: #cb1a2a;
    border-color: #930e1c;
}

#left-sidebar ul.navigation > li > ul > li {
    /** third level */
}

#left-sidebar ul.navigation > li > ul > li > div, #left-sidebar ul.navigation > li > ul > li > a {
    background-color: #e7e7e7;
    background-color: rgba(0, 0, 0, 0.1);
    border-color: #c3c3c3;
    padding-left: 20px;
}

#left-sidebar ul.navigation > li > ul > li > a:hover, #left-sidebar ul.navigation > li > ul > li > a:focus {
    background-color: #c3c3c3;
}

#left-sidebar ul.navigation > li > ul > li.selected > div, #left-sidebar ul.navigation > li > ul > li.selected > a {
    background-color: #999;
    border-color: #888;
}

#left-sidebar ul.navigation > li > ul > li > ul > li > div, #left-sidebar ul.navigation > li > ul > li > ul > li > a {
    background-color: #e5e0ce;
    background-color: rgba(204, 193, 161, 0.5);
    padding-left: 30px;
}

#left-sidebar ul.navigation > li > ul > li > ul > li > a:hover, #left-sidebar ul.navigation > li > ul > li > ul > li > a:focus {
    background-color: #d6cfb8;
}

#left-sidebar ul.navigation > li > ul > li > ul > li.selected > div, #left-sidebar ul.navigation > li > ul > li > ul > li.selected > a {
    background-color: #b2aa94;
    border-color: #a59e8b;
}

#left-sidebar ul.navigation > li ul > li > div, #left-sidebar ul.navigation > li ul > li > a {
    background-color: #e5e0ce;
    background-color: rgba(204, 193, 161, 0.5);
    padding-left: 40px;
}

#left-sidebar ul.navigation > li ul > li > a:hover, #left-sidebar ul.navigation > li ul > li > a:focus {
    background-color: #d6cfb8;
}

#left-sidebar ul.navigation > li ul > li.selected > div, #left-sidebar ul.navigation > li ul > li.selected > a {
    background-color: #b2aa94;
    border-color: #a59e8b;
}

#left-sidebar .sidebar-item {
    margin: 12px 6px;
}

#right-sidebar {
    padding: 20px 20px 20px 0px;
}

#right-sidebar .sidebar-item {
    margin: 12px;
    margin-left: 0;
}

#right-sidebar .sidebar-item .interior-right-sidebar .sidebar-item {
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 0;
}

#right-sidebar ul {
    margin-bottom: 3px;
}

.sidebar-item h3, .sidebar-item h3.title {
    border-bottom: 2px solid #dfbd00;
    margin-top: 0px;
}

.sidebar-item .figure > .caption {
    font-size: 11px;
}

.right-sidebar-menu-title {
    list-style: none;
    margin: 0;
    padding: 0;
}

.right-sidebar-menu-title a {
    margin-bottom: 5px;
    border-bottom: 1px solid #c8c2a7;
    color: #ffffff;
    display: block;
    padding: 2px 10px;
    background-color: #C8102E;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
}

.left-sidebar-content {
    padding: 0px 5px;
}

.interior-right-sidebar {
    float: right;
    width: 180px;
    padding: 10px;
    margin: 0px 0px 20px 20px;
    clear: both;
    border-left: 1px solid #ccc;
    background-color: #f4f3e8;
}

div.adventure-list.adventure-links > ul.navigation li.selected > a {
    box-shadow: inset 0 -0.5em 0 0 #f1be48;
}

.fwrapper {
    margin-top: 6px;
}

#footer {
    background-color: #C8102E;
    padding-bottom: 12px;
    padding-top: 12px;
}

#footer div {
    box-sizing: content-box;
}

#footer a.nameplate {
    border-right: 1px dashed #939086;
    display: block;
    height: 33px;
    margin: 0 -9px 0 0;
    padding-left: 9px;
    padding-right: 9px;
    overflow: hidden;
    position: relative;
    width: 120px;
}

#footer a.nameplate > img {
    left: -9px;
    position: relative;
    top: -32px;
}

#footer p {
    font-size: 11px;
    font-weight: bold;
    line-height: 16px;
    margin: 0 9px;
    color: #ffffff;
    letter-spacing: -.03em;
}

#footer p:first-child {
    margin-bottom: 1px;
}

#footer .first {
    padding-left: 20px;
}

#footer .last {
    text-align: left;
}

.gold-button {
    -webkit-border-radius: 5;
    -moz-border-radius: 5;
    border-radius: 5px;
    font-family: Arial;
    font-weight: bold;
    color: #C8102E;
    font-size: 12px;
    background: #F1BE48;
    padding: 4px 8px 4px 8px;
    text-decoration: none;
}

.real-students {
    letter-spacing: .03em;
    font-weight: 900;
    font-size: 3em;
    color: #C8102E;
    padding: 0;
    margin: 0;
}

.find-out {
    letter-spacing: .03em;
    font-size: 1.8em;
    padding: 0;
    margin: 0;
}

.learn-more-text {
    font-size: 2.3em;
    color: white;
}

#footer-icons {
    padding-top: 7px;
    margin-top: 0px;
}

#footer-icons li {
    padding-left: 7px;
}

.label sup,
form label sup,
.required-fields-note sup,
.red-star {
    font-weight: bold;
    color: #C8102E;
    vertical-align: text-top;
    padding-left: 2px;
    font-size: 18px;
    line-height: 16px;
}

.label, label {
    font-weight: bold;
}

.required-fields-note {
    font-size: 11px;
    float: right;
    margin-left: 20px;
    margin-bottom: 10px;
}

label.reset,
.label-reset {
    font-weight: normal;
    display: inline;
    padding-top: 0px;
    padding-bottom: 0px;
}

div.message {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 1rem;
    border: none;
    border-radius: 2px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
    font-weight: 100;
    color: #ffffff;
    padding: 0.5rem;
}

div.message.error {
    background-color: #C8102E;
    margin-bottom: 15px;
}

div.message.success {
    background-color: #063;
    margin-bottom: 15px;
}

div.message.warning {
    background-color: #817138;
    margin-bottom: 15px;
}

div.message a {
    color: #dfbd00;
}

label.invalid {
    color: #C8102E;
}

input.invalid,
select.invalid {
    border: 2px solid #C8102E;
}

div.html_editor.invalid {
    border: 2px solid #C8102E;
}

.field_error_message {
    color: #C8102E;
    margin-top: 3px;
    margin-bottom: 0px;
}

.form-group-title {
    font-size: 1.75rem;
    text-transform: uppercase;
    color: #454545;
    margin: 1rem;
    margin-top: calc(2rem + 12px);
    font-weight: 500;
    line-height: 1.286;
}

.form-group:not(:last-of-type) {
    padding-bottom: 2rem;
    border-bottom: 1px solid #BBB;
}

.form-item {
    margin: 1rem;
    display: block;
}

input:not(.form-control):not([type=submit]):not([type=button]):not([type=checkbox]):not([type=radio]):not([name=q]),
select:not(.form-control),
textarea:not(.form-control) {
    background-color: #e6e6e6;
    border: none;
    border-bottom: 3px solid #e6e6e6;
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    background-clip: padding-box;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

textarea.form-control:not(:focus) {
    border-bottom: 3px solid #e6e6e6;
}

input:not(.form-control):not([type=submit]):not([type=button]):not([type=checkbox]):not([type=radio]):not([name=q]):focus,
select:not(.form-control):focus,
textarea:not(.form-control):focus {
    outline: none;
}

input:not(.form-control):not([type=submit]):not([type=button]):not([type=checkbox]):not([type=radio]):not([name=q]):focus:not([readonly]),
select:not(.form-control):focus:not([readonly]),
textarea:not(.form-control):focus:not([readonly]) {
    border-color: #cc0033;
    outline: none;
}

input:not(.form-control):not([type=submit]):not([type=button]):not([type=checkbox]):not([type=radio]):not([name=q]):disabled:not(.no-stripe), input:not(.form-control):not([type=submit]):not([type=button]):not([type=checkbox]):not([type=radio]):not([name=q]).disabled:not(.no-stripe), input:not(.form-control):not([type=submit]):not([type=button]):not([type=checkbox]):not([type=radio]):not([name=q])[readonly]:not(.no-stripe), input:not(.form-control):not([type=submit]):not([type=button]):not([type=checkbox]):not([type=radio]):not([name=q]).readonly:not(.no-stripe),
select:not(.form-control):disabled:not(.no-stripe),
select:not(.form-control).disabled:not(.no-stripe),
select:not(.form-control)[readonly]:not(.no-stripe),
select:not(.form-control).readonly:not(.no-stripe),
textarea:not(.form-control):disabled:not(.no-stripe),
textarea:not(.form-control).disabled:not(.no-stripe),
textarea:not(.form-control)[readonly]:not(.no-stripe),
textarea:not(.form-control).readonly:not(.no-stripe) {
    background: var(--control-background) url(/global/images/stripe.svg) repeat scroll 0 0;
}

.form-control {
    color: #454545;
    background-color: #e6e6e6;
    border: none;
    border-bottom: 3px solid transparent;
    border-radius: 0.25rem;
}

.form-control:focus {
    outline: none;
    box-shadow: unset;
    border-bottom: 3px solid #cc0033;
    background-color: #e6e6e6;
}

.form-control:disabled, .form-control[readonly], .form-select:disabled, .form-select[readonly] {
    color: #666;
    background-color: #e9ecef;
    border: none;
    border-bottom: 3px solid transparent;
    opacity: unset;
}

.form-control:disabled:not(.no-stripe), .form-control[readonly]:not(.no-stripe) {
    background: var(--control-background) url(/global/images/stripe.svg) repeat scroll 0 0;
}

.input-group > input:not(.form-control):not([type=submit]):not([type=button]):not([type=checkbox]):not([type=radio]):not([name=q]),
.input-group > select:not(.form-control),
.input-group > textarea:not(.form-control),
.input-group > .form-control {
    position: relative;
    flex: 1 1 0%;
    min-width: 0;
    margin-bottom: 0;
    border-color: #cdcdcd;
}

.input-group > input:not(.form-control):not([type=submit]):not([type=button]):not([type=checkbox]):not([type=radio]):not([name=q]):focus,
.input-group > select:not(.form-control):focus,
.input-group > textarea:not(.form-control):focus,
.input-group > .form-control:focus,
.input-group > input:not(.form-control):not([type=submit]):not([type=button]):not([type=checkbox]):not([type=radio]):not([name=q]):active,
.input-group > select:not(.form-control):active,
.input-group > textarea:not(.form-control):active,
.input-group > .form-control:active {
    position: relative;
    flex: 1 1 0%;
    min-width: 0;
    margin-bottom: 0;
    border-color: #cc0033;
}

.input-group > input:not(.form-control):not([type=submit]):not([type=button]):not([type=checkbox]):not([type=radio]):not([name=q]) + input:not(.form-control):not([type=submit]):not([type=button]):not([type=checkbox]):not([type=radio]):not([name=q]),
.input-group > input:not(.form-control):not([type=submit]):not([type=button]):not([type=checkbox]):not([type=radio]):not([name=q]) + select:not(.form-control),
.input-group > input:not(.form-control):not([type=submit]):not([type=button]):not([type=checkbox]):not([type=radio]):not([name=q]) + textarea:not(.form-control),
.input-group > input:not(.form-control):not([type=submit]):not([type=button]):not([type=checkbox]):not([type=radio]):not([name=q]) + .custom-select,
.input-group > input:not(.form-control):not([type=submit]):not([type=button]):not([type=checkbox]):not([type=radio]):not([name=q]) + .custom-file,
.input-group > select:not(.form-control) + input:not(.form-control):not([type=submit]):not([type=button]):not([type=checkbox]):not([type=radio]):not([name=q]),
.input-group > select:not(.form-control) + select:not(.form-control),
.input-group > select:not(.form-control) + textarea:not(.form-control),
.input-group > select:not(.form-control) + .custom-select,
.input-group > select:not(.form-control) + .custom-file,
.input-group > textarea:not(.form-control) + input:not(.form-control):not([type=submit]):not([type=button]):not([type=checkbox]):not([type=radio]):not([name=q]),
.input-group > textarea:not(.form-control) + select:not(.form-control),
.input-group > textarea:not(.form-control) + textarea:not(.form-control),
.input-group > textarea:not(.form-control) + .custom-select,
.input-group > textarea:not(.form-control) + .custom-file,
.input-group > .form-control + input:not(.form-control):not([type=submit]):not([type=button]):not([type=checkbox]):not([type=radio]):not([name=q]),
.input-group > .form-control + select:not(.form-control),
.input-group > .form-control + textarea:not(.form-control),
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file {
    margin-left: -1px;
}

.input-group > input:not(.form-control):not([type=submit]):not([type=button]):not([type=checkbox]):not([type=radio]):not([name=q]):focus,
.input-group > select:not(.form-control):focus,
.input-group > textarea:not(.form-control):focus {
    z-index: 3;
}

.input-group > input:not(.form-control):not([type=submit]):not([type=button]):not([type=checkbox]):not([type=radio]):not([name=q]):not(:last-child),
.input-group > select:not(.form-control):not(:last-child),
.input-group > textarea:not(.form-control):not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > input:not(.form-control):not([type=submit]):not([type=button]):not([type=checkbox]):not([type=radio]):not([name=q]):not(:first-child),
.input-group > select:not(.form-control):not(:first-child),
.input-group > textarea:not(.form-control):not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group-prepend input[type=button]:not(.btn), .input-group-prepend button:not(.btn), .input-group-prepend input[type=submit]:not(.btn),
.input-group-append input[type=button]:not(.btn),
.input-group-append button:not(.btn),
.input-group-append input[type=submit]:not(.btn) {
    position: relative;
    z-index: 2;
}

.input-group-prepend input[type=button]:not(.btn):focus, .input-group-prepend button:not(.btn):focus, .input-group-prepend input[type=submit]:not(.btn):focus,
.input-group-append input[type=button]:not(.btn):focus,
.input-group-append button:not(.btn):focus,
.input-group-append input[type=submit]:not(.btn):focus {
    z-index: 3;
}

.input-group-prepend input[type=button]:not(.btn) + .input-group-prepend input[type=button]:not(.btn),
.input-group-prepend input[type=button]:not(.btn) + .input-group-text,
.input-group-text + .input-group-prepend input[type=button]:not(.btn), .input-group-prepend button:not(.btn) + .input-group-prepend input[type=button]:not(.btn),
.input-group-prepend button:not(.btn) + .input-group-text,
.input-group-text + .input-group-prepend button:not(.btn), .input-group-prepend input[type=submit]:not(.btn) + .input-group-prepend input[type=button]:not(.btn),
.input-group-prepend input[type=submit]:not(.btn) + .input-group-text,
.input-group-text + .input-group-prepend input[type=submit]:not(.btn),
.input-group-append input[type=button]:not(.btn) + .input-group-prepend input[type=button]:not(.btn),
.input-group-append input[type=button]:not(.btn) + .input-group-text,
.input-group-text +
.input-group-append input[type=button]:not(.btn),
.input-group-append button:not(.btn) + .input-group-prepend input[type=button]:not(.btn),
.input-group-append button:not(.btn) + .input-group-text,
.input-group-text +
.input-group-append button:not(.btn),
.input-group-append input[type=submit]:not(.btn) + .input-group-prepend input[type=button]:not(.btn),
.input-group-append input[type=submit]:not(.btn) + .input-group-text,
.input-group-text +
.input-group-append input[type=submit]:not(.btn), .input-group-prepend input[type=button]:not(.btn) + .input-group-prepend button:not(.btn), .input-group-prepend button:not(.btn) + .input-group-prepend button:not(.btn), .input-group-prepend input[type=submit]:not(.btn) + .input-group-prepend button:not(.btn),
.input-group-append input[type=button]:not(.btn) + .input-group-prepend button:not(.btn),
.input-group-append button:not(.btn) + .input-group-prepend button:not(.btn),
.input-group-append input[type=submit]:not(.btn) + .input-group-prepend button:not(.btn), .input-group-prepend input[type=button]:not(.btn) + .input-group-prepend input[type=submit]:not(.btn), .input-group-prepend button:not(.btn) + .input-group-prepend input[type=submit]:not(.btn), .input-group-prepend input[type=submit]:not(.btn) + .input-group-prepend input[type=submit]:not(.btn),
.input-group-append input[type=button]:not(.btn) + .input-group-prepend input[type=submit]:not(.btn),
.input-group-append button:not(.btn) + .input-group-prepend input[type=submit]:not(.btn),
.input-group-append input[type=submit]:not(.btn) + .input-group-prepend input[type=submit]:not(.btn), .input-group-prepend input[type=button]:not(.btn) +
.input-group-append input[type=button]:not(.btn), .input-group-prepend button:not(.btn) +
.input-group-append input[type=button]:not(.btn), .input-group-prepend input[type=submit]:not(.btn) +
.input-group-append input[type=button]:not(.btn),
.input-group-append input[type=button]:not(.btn) +
.input-group-append input[type=button]:not(.btn),
.input-group-append button:not(.btn) +
.input-group-append input[type=button]:not(.btn),
.input-group-append input[type=submit]:not(.btn) +
.input-group-append input[type=button]:not(.btn), .input-group-prepend input[type=button]:not(.btn) +
.input-group-append button:not(.btn), .input-group-prepend button:not(.btn) +
.input-group-append button:not(.btn), .input-group-prepend input[type=submit]:not(.btn) +
.input-group-append button:not(.btn),
.input-group-append input[type=button]:not(.btn) +
.input-group-append button:not(.btn),
.input-group-append button:not(.btn) +
.input-group-append button:not(.btn),
.input-group-append input[type=submit]:not(.btn) +
.input-group-append button:not(.btn), .input-group-prepend input[type=button]:not(.btn) +
.input-group-append input[type=submit]:not(.btn), .input-group-prepend button:not(.btn) +
.input-group-append input[type=submit]:not(.btn), .input-group-prepend input[type=submit]:not(.btn) +
.input-group-append input[type=submit]:not(.btn),
.input-group-append input[type=button]:not(.btn) +
.input-group-append input[type=submit]:not(.btn),
.input-group-append button:not(.btn) +
.input-group-append input[type=submit]:not(.btn),
.input-group-append input[type=submit]:not(.btn) +
.input-group-append input[type=submit]:not(.btn) {
    margin-left: -1px;
}

.input-group > .input-group-prepend > input[type=button]:not(.btn),
.input-group > .input-group-prepend > button:not(.btn),
.input-group > .input-group-prepend > input[type=submit]:not(.btn),
.input-group > .input-group-append:not(:last-child) > input[type=button]:not(.btn),
.input-group > .input-group-append:not(:last-child) > button:not(.btn),
.input-group > .input-group-append:not(:last-child) > input[type=submit]:not(.btn),
.input-group > .input-group-append:last-child > input[type=button]:not(.btn):not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > button:not(.btn):not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > input[type=submit]:not(.btn):not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > .input-group-append > input[type=button]:not(.btn),
.input-group > .input-group-append > button:not(.btn),
.input-group > .input-group-append > input[type=submit]:not(.btn),
.input-group > .input-group-prepend:not(:first-child) > input[type=button]:not(.btn),
.input-group > .input-group-prepend:not(:first-child) > button:not(.btn),
.input-group > .input-group-prepend:not(:first-child) > input[type=submit]:not(.btn),
.input-group > .input-group-prepend:first-child > input[type=button]:not(.btn):not(:first-child),
.input-group > .input-group-prepend:first-child > button:not(.btn):not(:first-child),
.input-group > .input-group-prepend:first-child > input[type=submit]:not(.btn):not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group > .input-group-append > .btn, .input-group > .input-group-append > button:not(.btn):not(.close):not(.options-button):not([class*="trumbowyg"]), .input-group > .input-group-append > input[type=button]:not(.btn):not(.close):not(.options-button):not([class*="trumbowyg"]), .input-group > .input-group-append > input[type=submit]:not(.btn):not(.close):not(.options-button):not([class*="trumbowyg"]), .input-group > .input-group-append > .cardinal-button:not(.btn):not(.close):not(.options-button):not([class*="trumbowyg"]),
.input-group > .input-group-append > input[type=button],
.input-group > .input-group-append > button,
.input-group > .input-group-append > input[type=submit],
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > button:not(.btn):not(.close):not(.options-button):not([class*="trumbowyg"]),
.input-group > .input-group-append > input[type=button]:not(.btn):not(.close):not(.options-button):not([class*="trumbowyg"]),
.input-group > .input-group-append > input[type=submit]:not(.btn):not(.close):not(.options-button):not([class*="trumbowyg"]),
.input-group > .input-group-append > .cardinal-button:not(.btn):not(.close):not(.options-button):not([class*="trumbowyg"]),
.input-group > .input-group-append > input[type=button],
.input-group > .input-group-append > button,
.input-group > .input-group-append > input[type=submit] {
    background-color: #e6e6e6;
    border-bottom: 3px solid #cdcdcd;
    color: #5e5e5e;
}

.input-group > .input-group-append > .btn:not(:disabled):hover, .input-group > .input-group-append > button:not(:disabled):hover:not(.btn):not(.close):not(.options-button):not([class*="trumbowyg"]), .input-group > .input-group-append > input[type=button]:not(:disabled):hover:not(.btn):not(.close):not(.options-button):not([class*="trumbowyg"]), .input-group > .input-group-append > input[type=submit]:not(:disabled):hover:not(.btn):not(.close):not(.options-button):not([class*="trumbowyg"]), .input-group > .input-group-append > .cardinal-button:not(:disabled):hover:not(.btn):not(.close):not(.options-button):not([class*="trumbowyg"]), .input-group > .input-group-append > .btn:not(.disabled):hover, .input-group > .input-group-append > button:not(.disabled):hover:not(.btn):not(.close):not(.options-button):not([class*="trumbowyg"]), .input-group > .input-group-append > input[type=button]:not(.disabled):hover:not(.btn):not(.close):not(.options-button):not([class*="trumbowyg"]), .input-group > .input-group-append > input[type=submit]:not(.disabled):hover:not(.btn):not(.close):not(.options-button):not([class*="trumbowyg"]), .input-group > .input-group-append > .cardinal-button:not(.disabled):hover:not(.btn):not(.close):not(.options-button):not([class*="trumbowyg"]),
.input-group > .input-group-append > input[type=button]:not(:disabled):hover,
.input-group > .input-group-append > input[type=button]:not(.disabled):hover,
.input-group > .input-group-append > button:not(:disabled):hover,
.input-group > .input-group-append > button:not(.disabled):hover,
.input-group > .input-group-append > input[type=submit]:not(:disabled):hover,
.input-group > .input-group-append > input[type=submit]:not(.disabled):hover,
.input-group > .input-group-append > .btn:not(:disabled):hover,
.input-group > .input-group-append > button:not(:disabled):hover:not(.btn):not(.close):not(.options-button):not([class*="trumbowyg"]),
.input-group > .input-group-append > input[type=button]:not(:disabled):hover:not(.btn):not(.close):not(.options-button):not([class*="trumbowyg"]),
.input-group > .input-group-append > input[type=submit]:not(:disabled):hover:not(.btn):not(.close):not(.options-button):not([class*="trumbowyg"]),
.input-group > .input-group-append > .cardinal-button:not(:disabled):hover:not(.btn):not(.close):not(.options-button):not([class*="trumbowyg"]),
.input-group > .input-group-append > .btn:not(.disabled):hover,
.input-group > .input-group-append > button:not(.disabled):hover:not(.btn):not(.close):not(.options-button):not([class*="trumbowyg"]),
.input-group > .input-group-append > input[type=button]:not(.disabled):hover:not(.btn):not(.close):not(.options-button):not([class*="trumbowyg"]),
.input-group > .input-group-append > input[type=submit]:not(.disabled):hover:not(.btn):not(.close):not(.options-button):not([class*="trumbowyg"]),
.input-group > .input-group-append > .cardinal-button:not(.disabled):hover:not(.btn):not(.close):not(.options-button):not([class*="trumbowyg"]),
.input-group > .input-group-append > input[type=button]:not(:disabled):hover,
.input-group > .input-group-append > input[type=button]:not(.disabled):hover,
.input-group > .input-group-append > button:not(:disabled):hover,
.input-group > .input-group-append > button:not(.disabled):hover,
.input-group > .input-group-append > input[type=submit]:not(:disabled):hover,
.input-group > .input-group-append > input[type=submit]:not(.disabled):hover {
    color: #454545;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
}

.input-group > .input-group-append > .btn:not(:disabled):active, .input-group > .input-group-append > button:not(:disabled):active:not(.btn):not(.close):not(.options-button):not([class*="trumbowyg"]), .input-group > .input-group-append > input[type=button]:not(:disabled):active:not(.btn):not(.close):not(.options-button):not([class*="trumbowyg"]), .input-group > .input-group-append > input[type=submit]:not(:disabled):active:not(.btn):not(.close):not(.options-button):not([class*="trumbowyg"]), .input-group > .input-group-append > .cardinal-button:not(:disabled):active:not(.btn):not(.close):not(.options-button):not([class*="trumbowyg"]), .input-group > .input-group-append > .btn:not(:disabled):focus, .input-group > .input-group-append > button:not(:disabled):focus:not(.btn):not(.close):not(.options-button):not([class*="trumbowyg"]), .input-group > .input-group-append > input[type=button]:not(:disabled):focus:not(.btn):not(.close):not(.options-button):not([class*="trumbowyg"]), .input-group > .input-group-append > input[type=submit]:not(:disabled):focus:not(.btn):not(.close):not(.options-button):not([class*="trumbowyg"]), .input-group > .input-group-append > .cardinal-button:not(:disabled):focus:not(.btn):not(.close):not(.options-button):not([class*="trumbowyg"]), .input-group > .input-group-append > .btn:not(.disabled):active, .input-group > .input-group-append > button:not(.disabled):active:not(.btn):not(.close):not(.options-button):not([class*="trumbowyg"]), .input-group > .input-group-append > input[type=button]:not(.disabled):active:not(.btn):not(.close):not(.options-button):not([class*="trumbowyg"]), .input-group > .input-group-append > input[type=submit]:not(.disabled):active:not(.btn):not(.close):not(.options-button):not([class*="trumbowyg"]), .input-group > .input-group-append > .cardinal-button:not(.disabled):active:not(.btn):not(.close):not(.options-button):not([class*="trumbowyg"]), .input-group > .input-group-append > .btn:not(.disabled):focus, .input-group > .input-group-append > button:not(.disabled):focus:not(.btn):not(.close):not(.options-button):not([class*="trumbowyg"]), .input-group > .input-group-append > input[type=button]:not(.disabled):focus:not(.btn):not(.close):not(.options-button):not([class*="trumbowyg"]), .input-group > .input-group-append > input[type=submit]:not(.disabled):focus:not(.btn):not(.close):not(.options-button):not([class*="trumbowyg"]), .input-group > .input-group-append > .cardinal-button:not(.disabled):focus:not(.btn):not(.close):not(.options-button):not([class*="trumbowyg"]),
.input-group > .input-group-append > input[type=button]:not(:disabled):active,
.input-group > .input-group-append > input[type=button]:not(:disabled):focus,
.input-group > .input-group-append > input[type=button]:not(.disabled):active,
.input-group > .input-group-append > input[type=button]:not(.disabled):focus,
.input-group > .input-group-append > button:not(:disabled):active,
.input-group > .input-group-append > button:not(:disabled):focus,
.input-group > .input-group-append > button:not(.disabled):active,
.input-group > .input-group-append > button:not(.disabled):focus,
.input-group > .input-group-append > input[type=submit]:not(:disabled):active,
.input-group > .input-group-append > input[type=submit]:not(:disabled):focus,
.input-group > .input-group-append > input[type=submit]:not(.disabled):active,
.input-group > .input-group-append > input[type=submit]:not(.disabled):focus,
.input-group > .input-group-append > .btn:not(:disabled):active,
.input-group > .input-group-append > button:not(:disabled):active:not(.btn):not(.close):not(.options-button):not([class*="trumbowyg"]),
.input-group > .input-group-append > input[type=button]:not(:disabled):active:not(.btn):not(.close):not(.options-button):not([class*="trumbowyg"]),
.input-group > .input-group-append > input[type=submit]:not(:disabled):active:not(.btn):not(.close):not(.options-button):not([class*="trumbowyg"]),
.input-group > .input-group-append > .cardinal-button:not(:disabled):active:not(.btn):not(.close):not(.options-button):not([class*="trumbowyg"]),
.input-group > .input-group-append > .btn:not(:disabled):focus,
.input-group > .input-group-append > button:not(:disabled):focus:not(.btn):not(.close):not(.options-button):not([class*="trumbowyg"]),
.input-group > .input-group-append > input[type=button]:not(:disabled):focus:not(.btn):not(.close):not(.options-button):not([class*="trumbowyg"]),
.input-group > .input-group-append > input[type=submit]:not(:disabled):focus:not(.btn):not(.close):not(.options-button):not([class*="trumbowyg"]),
.input-group > .input-group-append > .cardinal-button:not(:disabled):focus:not(.btn):not(.close):not(.options-button):not([class*="trumbowyg"]),
.input-group > .input-group-append > .btn:not(.disabled):active,
.input-group > .input-group-append > button:not(.disabled):active:not(.btn):not(.close):not(.options-button):not([class*="trumbowyg"]),
.input-group > .input-group-append > input[type=button]:not(.disabled):active:not(.btn):not(.close):not(.options-button):not([class*="trumbowyg"]),
.input-group > .input-group-append > input[type=submit]:not(.disabled):active:not(.btn):not(.close):not(.options-button):not([class*="trumbowyg"]),
.input-group > .input-group-append > .cardinal-button:not(.disabled):active:not(.btn):not(.close):not(.options-button):not([class*="trumbowyg"]),
.input-group > .input-group-append > .btn:not(.disabled):focus,
.input-group > .input-group-append > button:not(.disabled):focus:not(.btn):not(.close):not(.options-button):not([class*="trumbowyg"]),
.input-group > .input-group-append > input[type=button]:not(.disabled):focus:not(.btn):not(.close):not(.options-button):not([class*="trumbowyg"]),
.input-group > .input-group-append > input[type=submit]:not(.disabled):focus:not(.btn):not(.close):not(.options-button):not([class*="trumbowyg"]),
.input-group > .input-group-append > .cardinal-button:not(.disabled):focus:not(.btn):not(.close):not(.options-button):not([class*="trumbowyg"]),
.input-group > .input-group-append > input[type=button]:not(:disabled):active,
.input-group > .input-group-append > input[type=button]:not(:disabled):focus,
.input-group > .input-group-append > input[type=button]:not(.disabled):active,
.input-group > .input-group-append > input[type=button]:not(.disabled):focus,
.input-group > .input-group-append > button:not(:disabled):active,
.input-group > .input-group-append > button:not(:disabled):focus,
.input-group > .input-group-append > button:not(.disabled):active,
.input-group > .input-group-append > button:not(.disabled):focus,
.input-group > .input-group-append > input[type=submit]:not(:disabled):active,
.input-group > .input-group-append > input[type=submit]:not(:disabled):focus,
.input-group > .input-group-append > input[type=submit]:not(.disabled):active,
.input-group > .input-group-append > input[type=submit]:not(.disabled):focus {
    background-color: #e6e6e6;
    border-bottom-color: #cdcdcd;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    box-shadow: none;
}

.input-group-text {
    background-color: #f8f9fa;
}

/**
 * This is to force the background of the input to match other inputs, this is needed in some cases for example,
 * text areas with inputs
 */
.form-control-important {
    background-color: var(--control-background);
}

.sliders {
    border-radius: 4px;
    background: #C8102E;
}

.slider > .slider_labels {
    font-size: 14px;
    font-weight: bold;
}

.slider > .slider-input .input-group-text:not(.slider-d-border) {
    border: none;
    margin-top: -12px;
    width: 10px;
    font-size: 18px;
}

.slider > .slider-input:not(.thick-slider-input) {
    height: 15px;
}

.slider > .slider-input > .form-range {
    border-color: #C8102E;
    height: 10px !important;
}

.slider > .slider-input > .form-range:focus {
    box-shadow: none !important;
    outline: none !important;
}

.slider > .slider-input > .form-range::-webkit-slider-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-top: -5px;
    margin-left: -1px;
    border: 0;
    cursor: ew-resize;
    background: #f1a020;
    outline: none !important;
    background-image: none;
    box-shadow: none !important;
}

.slider > .slider-input > .form-range::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-top: -5px;
    margin-left: -1px;
    border: 0;
    cursor: ew-resize;
    background: #f1a020;
    outline: none !important;
    background-image: none;
    box-shadow: none !important;
}

.slider > .slider-input > .form-range::-webkit-slider-runnable-track {
    background-color: rgb(204, 0, 51);
}

/** Form sections */
.form-section {
    padding: 2rem 0;
}

.form-section:not(:last-child) {
    border-bottom: 1px solid #BBB;
}

.section-header {
    margin: 1rem;
}

.section-body {
    margin: 1rem;
}

/**
 * This is a short hand for
 * <div class="row">
 *   <item1 class="col-md-3">
 *   <item2 class="col-md-6 offset-md-3">
 * </div>
 */
.app-row {
    margin: 1rem;
}

.app-row:not(.no-grid) {
    display: flex;
    align-items: start;
    flex-wrap: wrap;
}

.app-row:not(.no-grid) > * {
    position: relative;
    width: 100%;
    min-height: 1px;
}

@media (min-width: 768px) {
    .app-row:not(.no-grid) > *:first-child {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .app-row:not(.no-grid) > *:nth-child(2) {
        -webkit-box-flex: 0;
        margin-left: 15%;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
    }
}



.form-row {
    margin: 1rem;
}

.form-row:not(.no-grid) {
    display: flex;
    align-items: start;
    flex-wrap: wrap;
}

.form-row:not(.no-grid) > * {
    position: relative;
    width: 100%;
    min-height: 1px;
}

@media (min-width: 768px) {
    .form-row:not(.no-grid) > *:first-child {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .form-row:not(.no-grid) > *:nth-child(2) {
        -webkit-box-flex: 0;
        margin-left: 25%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 767.98px) {
    /** Input group special properties for mobile */
    .input-group {
        display: block;
    }

    .input-group > .form-control {
        width: 100%;
        border-radius: 0.25rem;
    }

    .input-group > .input-group-append, .input-group > .input-group-prepend {
        justify-content: center;
        margin: 0.25rem;
    }

    .input-group .input-group-text {
        border: none;
    }
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before,
.custom-control-input:checked ~ .custom-control-label::before,
.custom-radio .custom-control-input:checked ~ .custom-control-label::before,
.form-check .form-check-input:checked {
    background-color: #cc0033;
    border: none;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after,
.custom-control-input:checked ~ .custom-control-label::after,
.custom-radio .custom-control-input:checked ~ .custom-control-label::after,
.form-check .form-check-input:checked {
    background-image: unset;
}

.custom-checkbox .custom-control-input:active ~ .custom-control-label::before,
.custom-control-input:active ~ .custom-control-label::before,
.custom-radio .custom-control-input:active ~ .custom-control-label::before,
.form-check .form-check-input:active {
    background: #ff0040;
}

.custom-checkbox .custom-control-input:disabled ~ .custom-control-label::before,
.custom-control-input:disabled ~ .custom-control-label::before,
.custom-radio .custom-control-input:disabled ~ .custom-control-label::before,
.form-check .form-check-input:not(:checked):disabled {
    background-color: #e9ecef;
}

.custom-checkbox .custom-control-input:focus ~ .custom-control-label::before,
.custom-control-input:focus ~ .custom-control-label::before,
.custom-radio .custom-control-input:focus ~ .custom-control-label::before,
.form-check .form-check-input:focus {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(204, 0, 51, 0.4);
}

.form-check .form-check-input:not(:checked) {
    background-color: #e6e6e6;
    border-color: #e6e6e6;
}

.feature > .header > h2 {
    padding: 0px;
    margin: 0px;
}

.feature > .content > ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.feature > .content > ul > li {
    border-bottom: 1px solid #fff;
    margin: 0;
    padding: 6px 0 . feature > . content > ul > li;
}

.feature > .content > ul > li :first-child {
    border-top: 0;
    padding-top: 0;
}

.feature > .content > ul > li.last {
    border-bottom: 0;
    padding-bottom: 0;
}

.feature > .content > ul > li > h3 {
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    margin: 0;
}

.feature > .content > ul > li > a {
    display: block;
}

.feature > .footer {
    float: right;
    margin-top: -28px;
}

.feature > .footer > a {
    transition: background-color .2s, color .2s;
    -moz-transition: background-color .2s, color .2s;
    -webkit-transition: background-color .2s, color .2s;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    color: #fff;
    display: inline-block;
    font-size: 11px;
    font-weight: bold;
    line-height: 14px;
    margin: 3px 0;
    padding: 1px 3px;
    text-decoration: none;
}

.feature > .footer > a:hover, .feature > .footer > a:focus {
    background: #fff;
    color: #33577b;
    color: #484b40;
    text-decoration: none;
}

.feature.last {
    margin-right: 0px;
}

.feature h3 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.feature h3 a {
    text-decoration: none;
}

.feature .content {
    padding: 7px 9px;
    min-height: 100px;
    background-color: transparent;
}

.feature hr {
    margin-bottom: 8px;
    margin-top: 11px;
    clear: both;
    border-color: #fff;
    border-width: 0px;
}

.feature .posted {
    margin-bottom: 7px;
}

.feature.gold .header {
    background-color: #817138;
    padding: 11px 9px 7px 9px;
}

.feature.gold, .feature.gold .content {
    background-image: url(../../images/template/gold_bg.gif);
    background-repeat: repeat-x;
    color: #fff;
    background-color: #817138;
}

.feature.gold a, .feature.gold a:hover, .feature.gold a:focus {
    color: #fff;
}

.feature.blue .header {
    background-color: #607884;
    color: #ffffff;
    padding: 11px 9px 7px 9px;
}

.feature.blue h3 {
    font-size: 16px !important;
    font-weight: bold;
    color: #34474f;
    margin-bottom: 1em;
}

.feature.blue, .feature.blue .content {
    background-color: #bcbec0;
    color: #222;
}

.feature.blue a, .feature.blue a:hover, .feature.blue a:focus {
    color: #34474f;
}

.feature.line .header h1 {
    padding: 0px;
    margin: 0px;
}

.feature.line .content {
    border-top: 1px solid #cccccc;
    padding: 0px;
}

.feature h2,
.generic h2 {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1px;
    text-shadow: 0 0 0 #fff, 0 1px 2px #222;
    margin: 9px 0px;
    padding: 0px;
}

/* ****************************************************************************
*******************************************************************************
*******************************************************************************
*** Homepage slideshow (From the original iastate template)
*******************************************************************************
*******************************************************************************
**************************************************************************** */
.scroller {
    overflow: hidden;
    position: relative;
}

.scroller > .slide-container {
    position: relative;
    z-index: 10;
}

.scroller > .slide-container > ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.scroller > .slide-container > ul > li {
    display: none;
    position: absolute;
}

.scroller > .slide-container > ul > li.active {
    display: block;
}

.scroller > .nav-container {
    position: absolute;
    z-index: 20;
}

.scroller > .nav-container > ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

#scroller {
    background-color: #56534a;
    background-color: #4b4840;
    background-image: -moz-radial-gradient(transparent, rgba(0, 0, 0, 0.4));
    background-image: -webkit-radial-gradient(transparent, rgba(0, 0, 0, 0.4));
}

#scroller > .nav-container {
    bottom: 12px;
    right: 12px;
}

#scroller > .nav-container > ul > li {
    float: left;
}

#scroller > .nav-container > ul > li > a {
    transition: background-color .2s, color .2s;
    -moz-transition: background-color .2s, color .2s;
    -webkit-transition: background-color .2s, color .2s;
    background-color: #ccc;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    color: #333;
    display: block;
    font-size: 10px;
    font-weight: bold;
    height: 13px;
    line-height: 13px;
    margin-left: 6px;
    padding: 4px;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 12px;
}

#scroller > .nav-container > ul > li > a:hover, #scroller > .nav-container > ul > li > a:focus {
    background: #fff;
}

#scroller > .nav-container > ul > li > a.active {
    background: #b01825;
    color: #fff;
}

#scroller > .nav-container > ul > li.control > a {
    background-image: url(/global/images/template/sprite_adjusted.png);
    background-repeat: no-repeat;
    text-indent: -999em;
}

#scroller > .nav-container > ul > li.control > a.paused {
    background-position: -22px -65px;
}

#scroller > .nav-container > ul > li.control > a.playing {
    background-position: -42px -65px;
}

#scroller > .slide-container {
    height: 340px;
    width: 960px;
}

#scroller > .transition-container {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 15;
}

#scroller > .transition-container > div {
    height: 340px;
    left: 0;
    position: absolute;
    top: 0;
}

/* ****************************************************************************
*******************************************************************************
*******************************************************************************
*** Application inactivity timeout modal
*******************************************************************************
*******************************************************************************
**************************************************************************** */
.ui-widget-overlay {
    background: #44413a;
}

.ui-dialog {
    background-color: #fff;
    border: 2px solid #dfbd00;
    padding: 0px 20px 20px 20px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

.ui-button {
    width: 150px;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.ui-dialog-titlebar {
    display: none;
}

.ui-dialog-titlebar-close {
    display: none;
}

#dialog-confirm {
    height: 30px;
    min-height: 0;
    padding-bottom: 20px;
}

/* ****************************************************************************
*******************************************************************************
*******************************************************************************
*** Google Sign In Button
*******************************************************************************
*******************************************************************************
**************************************************************************** */
#gSignInWrapper {
    display: inline;
}

#customBtn {
    display: inline-block;
    background: white;
    color: #444;
    width: 150px;
    border-radius: 5px;
    border: thin solid #888;
    box-shadow: 1px 1px 1px grey;
    white-space: nowrap;
}

#customBtn:hover {
    cursor: pointer;
}

span.icon {
    background: url("https://google-developers.appspot.com/identity/sign-in/g-normal.png") transparent 5px 50% no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 42px;
    height: 42px;
}

span.buttonText {
    display: inline-block;
    vertical-align: middle;
    padding-left: 12px;
    padding-right: 32px;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}

/* ****************************************************************************
*******************************************************************************
*******************************************************************************
*** Facebook Sign In Button
*******************************************************************************
*******************************************************************************
**************************************************************************** */
#fbSignInWrapper {
    display: inline;
}

#facebookBtn {
    display: inline-block;
    background: white;
    color: #444;
    width: 150px;
    border-radius: 5px;
    border: thin solid #888;
    box-shadow: 1px 1px 1px grey;
    white-space: nowrap;
}

#facebookBtn:hover {
    cursor: pointer;
}

span.fbicon {
    background: url(../../images/social/FB-f-Logo__blue_50.png) transparent 5px 50% no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 42px;
    height: 42px;
}

span.fbbuttonText {
    display: inline-block;
    vertical-align: middle;
    padding-left: 12px;
    padding-right: 32px;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}

/* ****************************************************************************
*******************************************************************************
*******************************************************************************
*** Twitter Sign In Button
*******************************************************************************
*******************************************************************************
**************************************************************************** */
#twitterSignInWrapper {
    display: inline;
}

#twitterBtn {
    display: inline-block;
    background: white;
    color: #444;
    width: 150px;
    border-radius: 5px;
    border: thin solid #888;
    box-shadow: 1px 1px 1px grey;
    white-space: nowrap;
}

#twitterBtn:hover {
    cursor: pointer;
}

span.twitterIcon {
    background: url(../../images/social/Twitter_Logo_Blue.png) transparent 5px 50% no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 42px;
    height: 42px;
}

span.twitterButtonText {
    display: inline-block;
    vertical-align: middle;
    padding-left: 12px;
    padding-right: 32px;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}

/* ****************************************************************************
*******************************************************************************
*******************************************************************************
*** Be Social Styles
*******************************************************************************
*******************************************************************************
**************************************************************************** */
/* #################### COMMON ################## */
#bs-instagram, #bs-facebook, #bs-twitter, #bs-youtube {
    /* <IE8 Hack: keeps the images from inheriting padding */
}

#bs-instagram h2, #bs-facebook h2, #bs-twitter h2, #bs-youtube h2 {
    border-bottom: 2px solid #F1BE48;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: 14px;
    padding-top: 10px;
}

#bs-instagram img, #bs-facebook img, #bs-twitter img, #bs-youtube img {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

#bs-instagram, #bs-facebook {
    /* move the top two social icons down a bit */
}

#bs-instagram h2, #bs-facebook h2 {
    padding-top: 5px;
}

#bs-instagram .social-icon, #bs-facebook .social-icon {
    padding-top: 10px;
}

.social-icon {
    padding-left: 10px;
    padding-right: 10px;
    float: left;
}

#bs-left {
    background-color: #C8102E;
    color: #FFF;
}

/* #################### CYCLONE LIFE ################## */
#bs-cl-content {
    padding: 10px;
}

#bs-cl-content h3 {
    font-size: 12px;
    margin: 0px;
}

#bs-cl-content h3 a, #bs-cl-content h3 a:visited {
    color: #FFF;
}

#bs-cl-content h3 a:hover, #bs-cl-content h3 a:focus {
    text-decoration: underline;
}

#bs-cl-content h3 p a, #bs-cl-content h3 p a:visited {
    background-color: #F1BE48;
    color: #C8102E;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 7px;
    padding: 1px 3px 1px 3px;
    font-size: 10px;
    white-space: nowrap;
    text-decoration: none;
}

#bs-cl-content .cl-read-more {
    display: none;
}

/* #################### INSTAGRAM ################## */
#bs-instagram {
    height: 320px;
    padding: 5px;
}

#bs-instagram .instagram_photo img {
    float: left;
    padding: 5px;
}

/* #################### TWITTER ################## */
#bs-twitter {
    padding-left: 5px;
}

#bs-twitter h3 {
    font-size: 12px;
    color: #C8102E;
    margin: 0px;
}

#bs-twitter p {
    font-size: 10px;
    margin: 0px;
    padding-bottom: 10px;
}

/* #################### FACEBOOK ################## */
#bs-facebook {
    height: 320px;
    padding-top: 5px;
    padding-bottom: 5px;
}

#bs-facebook h2 {
    margin-bottom: 5px;
}

/* #################### YOUTUBE ################## */
#bs-youtube {
    margin: 0px;
    padding-bottom: 5px;
}

#bs-youtube h3 {
    font-size: 12px;
    color: #C8102E;
    margin: 0px;
}

#bs-youtube h4 {
    font-size: 10px;
    color: #C8102E;
    margin: 0px;
    padding-bottom: 5px;
}

#bs-youtube p {
    font-size: 9px;
    margin: 0px;
}

#bs-video-1 {
    padding-top: 0px;
}

.bs-video {
    padding-top: 10px;
    padding-left: 10px;
}

.bs-video img {
    float: left;
    padding-right: 10px;
}

/* --- Skip Nav --- */
.skip-nav a {
    background: #ccc;
    color: #333;
    display: block;
    font-size: 24px;
    height: 1px;
    left: -10000px;
    overflow: hidden;
    position: absolute;
    text-align: center;
    text-decoration: none;
    top: auto;
    width: 1px;
    transition: all 0.5s ease;
}

.skip-nav a:focus {
    position: static;
    height: auto;
    width: auto;
}

.skip-nav a:hover {
    color: #fff;
    background-color: #333;
}

/* ****************************************************************************
 * *******************************************************************************
 * *******************************************************************************
 * *** Embedded video styles
 * *******************************************************************************
 * *******************************************************************************
 * **************************************************************************** */
.tutorial_video {
    display: none;
}

.rotated {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    /* IE 9 */
    -moz-transform: rotate(90deg);
    /* Firefox */
    -webkit-transform: rotate(90deg);
    /* Safari and Chrome */
    -o-transform: rotate(90deg);
    /* Opera */
    padding-bottom: 5px;
}

/* settings for image size in different headings */
h1 img {
    height: 25px;
    padding-left: 20px;
    padding-right: 10px;
    margin-bottom: -4px;
}

h1.nameplate img {
    /* fix the nameplate image in an H1 */
    height: auto;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 0px;
}

h1 .rotated {
    margin-top: -10px;
}

h2 img {
    height: 18px;
    padding-left: 20px;
}

h2 .rotated {
    margin-top: -13px;
    margin-bottom: 5px;
}

h3 img {
    height: 14px;
    padding-left: 15px;
    margin-bottom: -2px;
}

h3.large_icon img {
    margin-bottom: -3px;
}

h3.large_icon.video .rotated {
    /* reset the bottom-margin when we're using the large icons for videos on h3 */
    margin-top: -15px;
    margin-bottom: 6px;
}

h3.large_icon.video img {
    /* when using the large video icons with h3, the spacing doesn't look right, adjust */
    margin-bottom: -4px;
}

h3 .rotated {
    margin-top: -10px;
    margin-bottom: 4px;
}

/*=======================================================*/
/*== SLIDERS / CHARTS ===================================*/
/*=======================================================*/
.sliders {
    height: 20px;
    margin-top: 40px;
    border: 0px;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.ui-slider-handle {
    width: 5px !important;
    height: 20px !important;
    margin-top: 4px !important;
    margin-left: -1px !important;
    border: 0 !important;
    cursor: ew-resize !important;
    background: #F1BE48 !important;
    outline: none;
    background-image: none !important;
    border-radius: 0;
}

.ui-slider-handle:after {
    content: attr(data-value);
    position: absolute;
    bottom: 29px;
    left: -29px;
    min-width: 60px;
    height: 23px;
    background-color: #F1BE48;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 0px;
    color: #fff;
    padding: 2px;
    text-align: center;
}

.ui-slider-handle:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 8px solid #F1BE48;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    top: -8px;
    left: 50%;
    margin-left: -8px;
    margin-top: -1px;
}

.markers {
    margin-top: 20px;
    position: relative;
    width: 100%;
}

.one,
.two {
    position: absolute;
    top: 14px;
    margin-left: -12px;
}

.slider-wrapper {
    width: 300px;
    margin-left: 30px;
}

/* ****************************************************************************
*******************************************************************************
*******************************************************************************
*** Bootstrap overrides
*******************************************************************************
*******************************************************************************
**************************************************************************** */
#skinny-action-links a img,
.navigation li a,
#action-links a img,
#ribbon form .ribbon-search input,
#ribbon div {
    box-sizing: content-box;
}

div .border.last {
    border: none !important;
}

.label sup,
label sup,
.red-star {
    position: static;
}

h2 a, h3 a, h4 a, h5 a, h6 a {
    text-decoration: none;
}

a:not([href]):not([tabindex]):not(.nav-link) {
    color: #900;
    text-decoration: underline;
}

a:hover:not([href]):not([tabindex]):not(.nav-link), a:focus:not([href]):not([tabindex]):not(.nav-link) {
    color: #b00;
    text-decoration: underline;
}

.popover.popover-fluid {
    max-width: initial;
}

/* for TinyMCE styling override */
button.tox-mbtn.tox-mbtn--select, button.tox-tbtn {
    color: #000000 !important;
    background: #ffffff !important;
    border-color: #ffffff !important;
    display: flex !important;
    justify-content: center !important;
}



.btn.btn-primary {
	color: #ffffff;
	background: #cc0033;
	border-color: #cc0033;
}

.btn.btn-primary:hover{
	color: #ffffff;
	background: #a60029;
	border-color: #990026;
}

/** options button required on the activity page */
.options-button {
    color: inherit;
    background-color: transparent !important;
    font-size: 1.25rem;
    border: none;
    cursor: pointer;
}

.options-button:hover, .options-button:focus {
    color: inherit !important;
    outline: none;
    background-color: transparent !important;
}

/** Edit link required on some pages of the application */
.edit-link {
    font-size: 1.25rem;
    color: inherit;
    text-decoration: none;
    padding: 0.5rem;
}

.edit-link:hover, .edit-link:focus {
    color: inherit;
    text-decoration: none;
}

.dropdown-item {
    text-decoration: none;
}

.option-list-wrapper {
    height: 0;
    position: relative;
}

.option-list {
    position: absolute;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background: #e6e6e6;
    overflow-y: auto;
    z-index: 999;
    width: 100%;
    margin: 0;
    padding: 1rem;
    list-style: none;
}

.option-list a {
    color: inherit;
    text-decoration: none;
    padding: 0.5rem;
    display: block;
}

.option-list a:hover em {
    color: white;
}

.option-list a > div > * {
    margin: 0;
}

.option-list a .option-name, .option-list a .option-label {
    font-size: 1.25em;
}

.option-list a:not(:first-child) {
    border-top: 1px solid #bbb;
}

.option-list a:hover, .option-list a:focus {
    background-color: #CC0033;
    color: #fff;
    outline: 0;
}

.option-list em {
    color: var(--primary);
    font-style: normal;
    font-size: 1rem;
}

/** Cards */
.card {
    box-shadow: 0 1px 1px 0 rgba(60, 64, 67, 0.08), 0 1px 3px 1px rgba(60, 64, 67, 0.16);
    border-radius: 3px;
    margin: 1rem;
    background-color: #FDFDFD;
}

.card-title {
    display: inline;
}

.card-header {
    background-color: inherit;
}

.card-footer {
    background-color: inherit;
}

.expand-link {
    font-size: 1.25rem;
    color: inherit;
    text-decoration: none;
    display: flex;
    margin-left: auto;
}

.expand-link:hover, .expand-link:focus {
    color: inherit;
    text-decoration: none;
}

.rotate {
    --transition: all 350ms linear;
    -moz-transition: var(--transition);
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.rotate.down {
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.tabbed-form-container {
    align-items: start;
}
@media (min-width: 768px) {
    .tabbed-form-container {
        display: flex;
    }
}

.tabbed-form-nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.tabbed-form-nav-list > li {
    color: #777;
    font-size: 1rem;
}
.tabbed-form-nav-list > li a {
    text-decoration: none;
    color: inherit;
    display: block;
    width: 100%;
    padding: 0.7rem;
}
.tabbed-form-nav-list > li.active, .tabbed-form-nav-list > li:hover, .tabbed-form-nav-list > li:focus, .tabbed-form-nav-list > li:active {
    color: black;
}

.tabbed-form-nav-container {
    flex: 1;
    box-shadow: 0 1px 1px 0 rgba(60, 64, 67, 0.08), 0 1px 3px 1px rgba(60, 64, 67, 0.16);
    padding: 1rem;
    margin: 1rem;
}

.page-container {
    flex: 3;
    margin: 1rem;
}
.page-container > .page-content {
    height: 50vh;
    overflow: auto;
    margin: 1rem 0;
}

/** Mobile fix */
.panel > li > a.tab-nav-title, .panel > li:nth-child(even) > a.tab-nav-title {
    background: white;
    border: none;
    color: inherit;
}
.intl-tel-input {
    display: block;
}
/** contact us button fix */
.embeddedServiceHelpButton .helpButton .uiButton {
    height: unset !important;
}

.test-card .app-row {
    margin-left: 0;
    margin-right: 0;
}


.test-card .score-grid > * {
    display: flex;
    flex-direction: column-reverse;
}


@media (min-width: 768px) {
    .test-card .score-grid {
        display: flex;
    }

    .test-card .score-grid > * {
        flex: 1;
        margin: 0.5rem;
        flex-direction: column;
    }

    .test-card .score-grid > * > label {
        text-align: center;
    }

    .test-card .score-grid > *:first-child {
        margin-left: 0;
    }

    .test-card .score-grid > *:last-child {
        margin-right: 0;
    }
}

.embeddedServiceSidebarFormField .required::after {
    content: unset;
}

/* Emergency messaging */
.card.card-blue {
    background-color: #d9edf7;
    border-color: #bce8f1;
    margin-left: 0 !important;
}

.card.card-blue > .card-body-wrapper > .card-body {
    color: #31708f;
}

.card.card-blue > .card-header > h2 {
    color: #333 !important;
}

.card.card-blue a.btn {
    border: 0;
    border-radius: 0;
    touch-action: manipulation;
    cursor: pointer;
    display: inline-block;
    font-family: 'Nimbus Sans Condensed Bold';
    font-size: 1.25em;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.5em;
    padding: 0.25em 0.75em;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    user-select: none;
}

.card.card-blue a.btn:hover {
    box-shadow: none;
    filter: brightness(0.8);
}

/* Panels */
.panel-group {
    margin-bottom: 20px;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}

.adventure-block-expand .panel {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.panel-body {
    padding: 15px;
}

.panel-group > .panel {
    margin-bottom: 0;
    border-radius: 4px;
}

.panel-group .panel + .panel {
    margin-top: 5px;
}

.panel-group .panel-heading {
    border-bottom: 0;
}

.itswd-panel-expandable .panel-heading {
    padding: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 1px solid #ddd;
}

.panel-warning {
    border-color: #faebcc;
}

.panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #faebcc;
}

.gradient-fill-gold-white {
    fill: url("https://drupal8.admissions.iastate.edu/themes/custom/iastate_theme_v2/css/theme/gradients.css?qmzx2x#gradient-fill-gold-white") var(--iastate-gold);
}

/* Admissions Template Fixes */
.bg-cloud-1 {
    background-image: url("https://cdn.theme.iastate.edu/img/adventure/cloud-1.jpg");
}

.bg-cloud-1:not(.adventure-btn) {
    background-position: 640px -1200px;
}

.adventure-border-left.border-gold {
    border-style: solid;
    border-width: 0 0 0 2px;
    padding-left: 15px;
}

.withdraw_div a:hover {
	color: #fff;
}
