@charset "UTF-8";
/*!
* Bootstrap v4.0.0 (https://getbootstrap.com)
* Copyright 2011-2018 The Bootstrap Authors
* Copyright 2011-2018 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
/* DEFAULT BREAKPOINTS
$grid-breakpoints: ( xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px
) !default;
*/
/*
$container-max-widths: ( sm: 540px, md: 720px, lg: 960px, xl: 1140px
) !default;
*/
:root { /* @each $color, $value in $colors {
}
@each $color, $value in $theme-colors {
} */ --breakpoint-xs: 0; --breakpoint-sm: 576px; --breakpoint-md: 768px; --breakpoint-lg: 1024px; --breakpoint-llg: 1140px; --breakpoint-xl: 1280px; --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }
*, *::before, *::after { box-sizing: border-box; }
html { font-family: sans-serif; line-height: 1.15; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; -ms-overflow-style: scrollbar; -webkit-tap-highlight-color: transparent; }
@-ms-viewport { width: device-width; }
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section { display: block; }
body { margin: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #212529; text-align: left; background-color: #fff; }
[tabindex="-1"]:focus { outline: 0 !important; }
hr { box-sizing: content-box; height: 0; overflow: visible; }
h1, h2, h3, h4, h5, h6 { margin-top: 0; margin-bottom: 0.5rem; }
p { margin-top: 0; margin-bottom: 1rem; }
abbr[title], abbr[data-original-title] { text-decoration: underline; text-decoration: underline dotted; cursor: help; border-bottom: 0; }
address { margin-bottom: 1rem; font-style: normal; line-height: inherit; }
ol, ul, dl { margin-top: 0; margin-bottom: 1rem; }
ol ol, ul ul, ol ul, ul ol { margin-bottom: 0; }
dt { font-weight: 700; }
dd { margin-bottom: .5rem; margin-left: 0; }
blockquote { margin: 0 0 1rem; }
dfn { font-style: italic; }
b, strong { font-weight: bolder; }
small { font-size: 80%; }
sub, sup { position: relative; font-size: 75%; line-height: 0; vertical-align: baseline; }
sub { bottom: -.25em; }
sup { top: -.5em; }
a { color: #418FDE; text-decoration: none; background-color: transparent; -webkit-text-decoration-skip: objects; }
a:hover { color: #1f69b3; text-decoration: underline; }
a:not([href]):not([tabindex]) { color: inherit; text-decoration: none; }
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus { color: inherit; text-decoration: none; }
a:not([href]):not([tabindex]):focus { outline: 0; }
pre, code, kbd, samp { font-family: monospace, monospace; font-size: 1em; }
pre { margin-top: 0; margin-bottom: 1rem; overflow: auto; -ms-overflow-style: scrollbar; }
figure { margin: 0 0 1rem; }
img { vertical-align: middle; border-style: none; }
svg:not(:root) { overflow: hidden; }
table { border-collapse: collapse; }
caption { padding-top: 0.75rem; padding-bottom: 0.75rem; color: #6c757d; text-align: left; caption-side: bottom; }
th { text-align: inherit; }
label { display: inline-block; margin-bottom: .5rem; }
button { border-radius: 0; }
button:focus { outline: 1px dotted; outline: 5px auto -webkit-focus-ring-color; }
input, button, select, optgroup, textarea { margin: 0; font-family: inherit; font-size: inherit; line-height: inherit; }
button, input { overflow: visible; }
button, select { text-transform: none; }
button, html [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; }
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { padding: 0; border-style: none; }
input[type="radio"], input[type="checkbox"] { box-sizing: border-box; padding: 0; }
input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] { -webkit-appearance: listbox; }
textarea { overflow: auto; resize: vertical; }
fieldset { min-width: 0; padding: 0; margin: 0; border: 0; }
legend { display: block; width: 100%; max-width: 100%; padding: 0; margin-bottom: .5rem; font-size: 1.5rem; line-height: inherit; color: inherit; white-space: normal; }
progress { vertical-align: baseline; }
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; }
[type="search"] { outline-offset: -2px; -webkit-appearance: none; }
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
::-webkit-file-upload-button { font: inherit; -webkit-appearance: button; }
output { display: inline-block; }
summary { display: list-item; cursor: pointer; }
template { display: none; }
[hidden] { display: none !important; }
.img-fluid { max-width: 100%; height: auto; }
.img-thumbnail { padding: 0.25rem; background-color: #fff; border: 1px solid #dee2e6; border-radius: 0rem; max-width: 100%; height: auto; }
.figure { display: inline-block; }
.figure-img { margin-bottom: 0.5rem; line-height: 1; }
.figure-caption { font-size: 90%; color: #6c757d; }
code, kbd, pre, samp { font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }
code { font-size: 87.5%; color: #e83e8c; word-break: break-word; }
a > code { color: inherit; }
kbd { padding: 0.2rem 0.4rem; font-size: 87.5%; color: #fff; background-color: #212529; border-radius: 0.2rem; }
kbd kbd { padding: 0; font-size: 100%; font-weight: 700; }
pre { display: block; font-size: 87.5%; color: #212529; }
pre code { font-size: inherit; color: inherit; word-break: normal; }
.pre-scrollable { max-height: 340px; overflow-y: scroll; }
.container { width: 100%; padding-right: 16px; padding-left: 16px; margin-right: auto; margin-left: auto; }
@media (min-width: 576px) { .container { max-width: 540px; } }
@media (min-width: 768px) { .container { max-width: 720px; } }
@media (min-width: 1024px) { .container { max-width: 960px; } }
@media (min-width: 1140px) { .container { max-width: 1024px; } }
@media (min-width: 1280px) { .container { max-width: 1280px; } }
.container-fluid { width: 100%; padding-right: 16px; padding-left: 16px; margin-right: auto; margin-left: auto; }
.row { display: flex; flex-wrap: wrap; margin-right: -16px; margin-left: -16px; }
.no-gutters { margin-right: 0; margin-left: 0; }
.no-gutters > .col, .no-gutters > [class*="col-"] { padding-right: 0; padding-left: 0; }
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-llg-1, .col-llg-2, .col-llg-3, .col-llg-4, .col-llg-5, .col-llg-6, .col-llg-7, .col-llg-8, .col-llg-9, .col-llg-10, .col-llg-11, .col-llg-12, .col-llg, .col-llg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto { position: relative; width: 100%; min-height: 1px; padding-right: 16px; padding-left: 16px; }
.col { flex-basis: 0; flex-grow: 1; max-width: 100%; }
.col-auto { flex: 0 0 auto; width: auto; max-width: none; }
.col-1 { flex: 0 0 8.33333%; max-width: 8.33333%; }
.col-2 { flex: 0 0 16.66667%; max-width: 16.66667%; }
.col-3 { flex: 0 0 25%; max-width: 25%; }
.col-4 { flex: 0 0 33.33333%; max-width: 33.33333%; }
.col-5 { flex: 0 0 41.66667%; max-width: 41.66667%; }
.col-6 { flex: 0 0 50%; max-width: 50%; }
.col-7 { flex: 0 0 58.33333%; max-width: 58.33333%; }
.col-8 { flex: 0 0 66.66667%; max-width: 66.66667%; }
.col-9 { flex: 0 0 75%; max-width: 75%; }
.col-10 { flex: 0 0 83.33333%; max-width: 83.33333%; }
.col-11 { flex: 0 0 91.66667%; max-width: 91.66667%; }
.col-12 { flex: 0 0 100%; max-width: 100%; }
.order-first { order: -1; }
.order-last { order: 13; }
.order-0 { order: 0; }
.order-1 { order: 1; }
.order-2 { order: 2; }
.order-3 { order: 3; }
.order-4 { order: 4; }
.order-5 { order: 5; }
.order-6 { order: 6; }
.order-7 { order: 7; }
.order-8 { order: 8; }
.order-9 { order: 9; }
.order-10 { order: 10; }
.order-11 { order: 11; }
.order-12 { order: 12; }
.offset-1 { margin-left: 8.33333%; }
.offset-2 { margin-left: 16.66667%; }
.offset-3 { margin-left: 25%; }
.offset-4 { margin-left: 33.33333%; }
.offset-5 { margin-left: 41.66667%; }
.offset-6 { margin-left: 50%; }
.offset-7 { margin-left: 58.33333%; }
.offset-8 { margin-left: 66.66667%; }
.offset-9 { margin-left: 75%; }
.offset-10 { margin-left: 83.33333%; }
.offset-11 { margin-left: 91.66667%; }
@media (min-width: 576px) { .col-sm { flex-basis: 0; flex-grow: 1; max-width: 100%; }
.col-sm-auto { flex: 0 0 auto; width: auto; max-width: none; }
.col-sm-1 { flex: 0 0 8.33333%; max-width: 8.33333%; }
.col-sm-2 { flex: 0 0 16.66667%; max-width: 16.66667%; }
.col-sm-3 { flex: 0 0 25%; max-width: 25%; }
.col-sm-4 { flex: 0 0 33.33333%; max-width: 33.33333%; }
.col-sm-5 { flex: 0 0 41.66667%; max-width: 41.66667%; }
.col-sm-6 { flex: 0 0 50%; max-width: 50%; }
.col-sm-7 { flex: 0 0 58.33333%; max-width: 58.33333%; }
.col-sm-8 { flex: 0 0 66.66667%; max-width: 66.66667%; }
.col-sm-9 { flex: 0 0 75%; max-width: 75%; }
.col-sm-10 { flex: 0 0 83.33333%; max-width: 83.33333%; }
.col-sm-11 { flex: 0 0 91.66667%; max-width: 91.66667%; }
.col-sm-12 { flex: 0 0 100%; max-width: 100%; }
.order-sm-first { order: -1; }
.order-sm-last { order: 13; }
.order-sm-0 { order: 0; }
.order-sm-1 { order: 1; }
.order-sm-2 { order: 2; }
.order-sm-3 { order: 3; }
.order-sm-4 { order: 4; }
.order-sm-5 { order: 5; }
.order-sm-6 { order: 6; }
.order-sm-7 { order: 7; }
.order-sm-8 { order: 8; }
.order-sm-9 { order: 9; }
.order-sm-10 { order: 10; }
.order-sm-11 { order: 11; }
.order-sm-12 { order: 12; }
.offset-sm-0 { margin-left: 0; }
.offset-sm-1 { margin-left: 8.33333%; }
.offset-sm-2 { margin-left: 16.66667%; }
.offset-sm-3 { margin-left: 25%; }
.offset-sm-4 { margin-left: 33.33333%; }
.offset-sm-5 { margin-left: 41.66667%; }
.offset-sm-6 { margin-left: 50%; }
.offset-sm-7 { margin-left: 58.33333%; }
.offset-sm-8 { margin-left: 66.66667%; }
.offset-sm-9 { margin-left: 75%; }
.offset-sm-10 { margin-left: 83.33333%; }
.offset-sm-11 { margin-left: 91.66667%; } }
@media (min-width: 768px) { .col-md { flex-basis: 0; flex-grow: 1; max-width: 100%; }
.col-md-auto { flex: 0 0 auto; width: auto; max-width: none; }
.col-md-1 { flex: 0 0 8.33333%; max-width: 8.33333%; }
.col-md-2 { flex: 0 0 16.66667%; max-width: 16.66667%; }
.col-md-3 { flex: 0 0 25%; max-width: 25%; }
.col-md-4 { flex: 0 0 33.33333%; max-width: 33.33333%; }
.col-md-5 { flex: 0 0 41.66667%; max-width: 41.66667%; }
.col-md-6 { flex: 0 0 50%; max-width: 50%; }
.col-md-7 { flex: 0 0 58.33333%; max-width: 58.33333%; }
.col-md-8 { flex: 0 0 66.66667%; max-width: 66.66667%; }
.col-md-9 { flex: 0 0 75%; max-width: 75%; }
.col-md-10 { flex: 0 0 83.33333%; max-width: 83.33333%; }
.col-md-11 { flex: 0 0 91.66667%; max-width: 91.66667%; }
.col-md-12 { flex: 0 0 100%; max-width: 100%; }
.order-md-first { order: -1; }
.order-md-last { order: 13; }
.order-md-0 { order: 0; }
.order-md-1 { order: 1; }
.order-md-2 { order: 2; }
.order-md-3 { order: 3; }
.order-md-4 { order: 4; }
.order-md-5 { order: 5; }
.order-md-6 { order: 6; }
.order-md-7 { order: 7; }
.order-md-8 { order: 8; }
.order-md-9 { order: 9; }
.order-md-10 { order: 10; }
.order-md-11 { order: 11; }
.order-md-12 { order: 12; }
.offset-md-0 { margin-left: 0; }
.offset-md-1 { margin-left: 8.33333%; }
.offset-md-2 { margin-left: 16.66667%; }
.offset-md-3 { margin-left: 25%; }
.offset-md-4 { margin-left: 33.33333%; }
.offset-md-5 { margin-left: 41.66667%; }
.offset-md-6 { margin-left: 50%; }
.offset-md-7 { margin-left: 58.33333%; }
.offset-md-8 { margin-left: 66.66667%; }
.offset-md-9 { margin-left: 75%; }
.offset-md-10 { margin-left: 83.33333%; }
.offset-md-11 { margin-left: 91.66667%; } }
@media (min-width: 1024px) { .col-lg { flex-basis: 0; flex-grow: 1; max-width: 100%; }
.col-lg-auto { flex: 0 0 auto; width: auto; max-width: none; }
.col-lg-1 { flex: 0 0 8.33333%; max-width: 8.33333%; }
.col-lg-2 { flex: 0 0 16.66667%; max-width: 16.66667%; }
.col-lg-3 { flex: 0 0 25%; max-width: 25%; }
.col-lg-4 { flex: 0 0 33.33333%; max-width: 33.33333%; }
.col-lg-5 { flex: 0 0 41.66667%; max-width: 41.66667%; }
.col-lg-6 { flex: 0 0 50%; max-width: 50%; }
.col-lg-7 { flex: 0 0 58.33333%; max-width: 58.33333%; }
.col-lg-8 { flex: 0 0 66.66667%; max-width: 66.66667%; }
.col-lg-9 { flex: 0 0 75%; max-width: 75%; }
.col-lg-10 { flex: 0 0 83.33333%; max-width: 83.33333%; }
.col-lg-11 { flex: 0 0 91.66667%; max-width: 91.66667%; }
.col-lg-12 { flex: 0 0 100%; max-width: 100%; }
.order-lg-first { order: -1; }
.order-lg-last { order: 13; }
.order-lg-0 { order: 0; }
.order-lg-1 { order: 1; }
.order-lg-2 { order: 2; }
.order-lg-3 { order: 3; }
.order-lg-4 { order: 4; }
.order-lg-5 { order: 5; }
.order-lg-6 { order: 6; }
.order-lg-7 { order: 7; }
.order-lg-8 { order: 8; }
.order-lg-9 { order: 9; }
.order-lg-10 { order: 10; }
.order-lg-11 { order: 11; }
.order-lg-12 { order: 12; }
.offset-lg-0 { margin-left: 0; }
.offset-lg-1 { margin-left: 8.33333%; }
.offset-lg-2 { margin-left: 16.66667%; }
.offset-lg-3 { margin-left: 25%; }
.offset-lg-4 { margin-left: 33.33333%; }
.offset-lg-5 { margin-left: 41.66667%; }
.offset-lg-6 { margin-left: 50%; }
.offset-lg-7 { margin-left: 58.33333%; }
.offset-lg-8 { margin-left: 66.66667%; }
.offset-lg-9 { margin-left: 75%; }
.offset-lg-10 { margin-left: 83.33333%; }
.offset-lg-11 { margin-left: 91.66667%; } }
@media (min-width: 1140px) { .col-llg { flex-basis: 0; flex-grow: 1; max-width: 100%; }
.col-llg-auto { flex: 0 0 auto; width: auto; max-width: none; }
.col-llg-1 { flex: 0 0 8.33333%; max-width: 8.33333%; }
.col-llg-2 { flex: 0 0 16.66667%; max-width: 16.66667%; }
.col-llg-3 { flex: 0 0 25%; max-width: 25%; }
.col-llg-4 { flex: 0 0 33.33333%; max-width: 33.33333%; }
.col-llg-5 { flex: 0 0 41.66667%; max-width: 41.66667%; }
.col-llg-6 { flex: 0 0 50%; max-width: 50%; }
.col-llg-7 { flex: 0 0 58.33333%; max-width: 58.33333%; }
.col-llg-8 { flex: 0 0 66.66667%; max-width: 66.66667%; }
.col-llg-9 { flex: 0 0 75%; max-width: 75%; }
.col-llg-10 { flex: 0 0 83.33333%; max-width: 83.33333%; }
.col-llg-11 { flex: 0 0 91.66667%; max-width: 91.66667%; }
.col-llg-12 { flex: 0 0 100%; max-width: 100%; }
.order-llg-first { order: -1; }
.order-llg-last { order: 13; }
.order-llg-0 { order: 0; }
.order-llg-1 { order: 1; }
.order-llg-2 { order: 2; }
.order-llg-3 { order: 3; }
.order-llg-4 { order: 4; }
.order-llg-5 { order: 5; }
.order-llg-6 { order: 6; }
.order-llg-7 { order: 7; }
.order-llg-8 { order: 8; }
.order-llg-9 { order: 9; }
.order-llg-10 { order: 10; }
.order-llg-11 { order: 11; }
.order-llg-12 { order: 12; }
.offset-llg-0 { margin-left: 0; }
.offset-llg-1 { margin-left: 8.33333%; }
.offset-llg-2 { margin-left: 16.66667%; }
.offset-llg-3 { margin-left: 25%; }
.offset-llg-4 { margin-left: 33.33333%; }
.offset-llg-5 { margin-left: 41.66667%; }
.offset-llg-6 { margin-left: 50%; }
.offset-llg-7 { margin-left: 58.33333%; }
.offset-llg-8 { margin-left: 66.66667%; }
.offset-llg-9 { margin-left: 75%; }
.offset-llg-10 { margin-left: 83.33333%; }
.offset-llg-11 { margin-left: 91.66667%; } }
@media (min-width: 1280px) { .col-xl { flex-basis: 0; flex-grow: 1; max-width: 100%; }
.col-xl-auto { flex: 0 0 auto; width: auto; max-width: none; }
.col-xl-1 { flex: 0 0 8.33333%; max-width: 8.33333%; }
.col-xl-2 { flex: 0 0 16.66667%; max-width: 16.66667%; }
.col-xl-3 { flex: 0 0 25%; max-width: 25%; }
.col-xl-4 { flex: 0 0 33.33333%; max-width: 33.33333%; }
.col-xl-5 { flex: 0 0 41.66667%; max-width: 41.66667%; }
.col-xl-6 { flex: 0 0 50%; max-width: 50%; }
.col-xl-7 { flex: 0 0 58.33333%; max-width: 58.33333%; }
.col-xl-8 { flex: 0 0 66.66667%; max-width: 66.66667%; }
.col-xl-9 { flex: 0 0 75%; max-width: 75%; }
.col-xl-10 { flex: 0 0 83.33333%; max-width: 83.33333%; }
.col-xl-11 { flex: 0 0 91.66667%; max-width: 91.66667%; }
.col-xl-12 { flex: 0 0 100%; max-width: 100%; }
.order-xl-first { order: -1; }
.order-xl-last { order: 13; }
.order-xl-0 { order: 0; }
.order-xl-1 { order: 1; }
.order-xl-2 { order: 2; }
.order-xl-3 { order: 3; }
.order-xl-4 { order: 4; }
.order-xl-5 { order: 5; }
.order-xl-6 { order: 6; }
.order-xl-7 { order: 7; }
.order-xl-8 { order: 8; }
.order-xl-9 { order: 9; }
.order-xl-10 { order: 10; }
.order-xl-11 { order: 11; }
.order-xl-12 { order: 12; }
.offset-xl-0 { margin-left: 0; }
.offset-xl-1 { margin-left: 8.33333%; }
.offset-xl-2 { margin-left: 16.66667%; }
.offset-xl-3 { margin-left: 25%; }
.offset-xl-4 { margin-left: 33.33333%; }
.offset-xl-5 { margin-left: 41.66667%; }
.offset-xl-6 { margin-left: 50%; }
.offset-xl-7 { margin-left: 58.33333%; }
.offset-xl-8 { margin-left: 66.66667%; }
.offset-xl-9 { margin-left: 75%; }
.offset-xl-10 { margin-left: 83.33333%; }
.offset-xl-11 { margin-left: 91.66667%; } }
.table { width: 100%; max-width: 100%; margin-bottom: 1rem; background-color: transparent; }
.table th, .table td { padding: 0.75rem; vertical-align: top; border-top: 1px solid #dee2e6; }
.table thead th { vertical-align: bottom; border-bottom: 2px solid #dee2e6; }
.table tbody + tbody { border-top: 2px solid #dee2e6; }
.table .table { background-color: #fff; }
.table-sm th, .table-sm td { padding: 0.3rem; }
.table-bordered { border: 1px solid #dee2e6; }
.table-bordered th, .table-bordered td { border: 1px solid #dee2e6; }
.table-bordered thead th, .table-bordered thead td { border-bottom-width: 2px; }
.table-striped tbody tr:nth-of-type(odd) { background-color: rgba(0, 0, 0, 0.05); }
.table-hover tbody tr:hover { background-color: rgba(0, 0, 0, 0.075); }
.table-primary, .table-primary > th, .table-primary > td { background-color: #cae0f6; }
.table-hover .table-primary:hover { background-color: #b4d3f2; }
.table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th { background-color: #b4d3f2; }
.table-secondary, .table-secondary > th, .table-secondary > td { background-color: #d6d8db; }
.table-hover .table-secondary:hover { background-color: #c8cbcf; }
.table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th { background-color: #c8cbcf; }
.table-success, .table-success > th, .table-success > td { background-color: #c3e6cb; }
.table-hover .table-success:hover { background-color: #b1dfbb; }
.table-hover .table-success:hover > td, .table-hover .table-success:hover > th { background-color: #b1dfbb; }
.table-info, .table-info > th, .table-info > td { background-color: #bee5eb; }
.table-hover .table-info:hover { background-color: #abdde5; }
.table-hover .table-info:hover > td, .table-hover .table-info:hover > th { background-color: #abdde5; }
.table-warning, .table-warning > th, .table-warning > td { background-color: #ffeeba; }
.table-hover .table-warning:hover { background-color: #ffe8a1; }
.table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th { background-color: #ffe8a1; }
.table-danger, .table-danger > th, .table-danger > td { background-color: #f5c6cb; }
.table-hover .table-danger:hover { background-color: #f1b0b7; }
.table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th { background-color: #f1b0b7; }
.table-light, .table-light > th, .table-light > td { background-color: #fdfdfe; }
.table-hover .table-light:hover { background-color: #ececf6; }
.table-hover .table-light:hover > td, .table-hover .table-light:hover > th { background-color: #ececf6; }
.table-dark, .table-dark > th, .table-dark > td { background-color: #c6c8ca; }
.table-hover .table-dark:hover { background-color: #b9bbbe; }
.table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th { background-color: #b9bbbe; }
.table-active, .table-active > th, .table-active > td { background-color: rgba(0, 0, 0, 0.075); }
.table-hover .table-active:hover { background-color: rgba(0, 0, 0, 0.075); }
.table-hover .table-active:hover > td, .table-hover .table-active:hover > th { background-color: rgba(0, 0, 0, 0.075); }
.table .thead-dark th { color: #fff; background-color: #212529; border-color: #32383e; }
.table .thead-light th { color: #495057; background-color: #e9ecef; border-color: #dee2e6; }
.table-dark { color: #fff; background-color: #212529; }
.table-dark th, .table-dark td, .table-dark thead th { border-color: #32383e; }
.table-dark.table-bordered { border: 0; }
.table-dark.table-striped tbody tr:nth-of-type(odd) { background-color: rgba(255, 255, 255, 0.05); }
.table-dark.table-hover tbody tr:hover { background-color: rgba(255, 255, 255, 0.075); }
@media (max-width: 575.98px) { .table-responsive-sm { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; }
.table-responsive-sm > .table-bordered { border: 0; } }
@media (max-width: 767.98px) { .table-responsive-md { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; }
.table-responsive-md > .table-bordered { border: 0; } }
@media (max-width: 1023.98px) { .table-responsive-lg { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; }
.table-responsive-lg > .table-bordered { border: 0; } }
@media (max-width: 1139.98px) { .table-responsive-llg { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; }
.table-responsive-llg > .table-bordered { border: 0; } }
@media (max-width: 1279.98px) { .table-responsive-xl { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; }
.table-responsive-xl > .table-bordered { border: 0; } }
.table-responsive { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; }
.table-responsive > .table-bordered { border: 0; }
.form-control { display: block; width: 100%; padding: 0.375rem 0.75rem; font-size: 1rem; line-height: 1.5; color: #495057; background-color: #fff; background-clip: padding-box; border: 1px solid #ced4da; border-radius: 0rem; transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
.form-control::-ms-expand { background-color: transparent; border: 0; }
.form-control:focus { color: #495057; background-color: #fff; border-color: #aecff1; outline: 0; box-shadow: 0 0 0 0.2rem rgba(65, 143, 222, 0.25); }
.form-control::placeholder { color: #6c757d; opacity: 1; }
.form-control:disabled, .form-control[readonly] { background-color: #e9ecef; opacity: 1; }
select.form-control:not([size]):not([multiple]) { height: calc(2.25rem + 2px); }
select.form-control:focus::-ms-value { color: #495057; background-color: #fff; }
.form-control-file, .form-control-range { display: block; width: 100%; }
.col-form-label { padding-top: calc(0.375rem + 1px); padding-bottom: calc(0.375rem + 1px); margin-bottom: 0; font-size: inherit; line-height: 1.5; }
.col-form-label-lg { padding-top: calc(0.5rem + 1px); padding-bottom: calc(0.5rem + 1px); font-size: 1.25rem; line-height: 1.5; }
.col-form-label-sm { padding-top: calc(0.25rem + 1px); padding-bottom: calc(0.25rem + 1px); font-size: 0.875rem; line-height: 1.5; }
.form-control-plaintext { display: block; width: 100%; padding-top: 0.375rem; padding-bottom: 0.375rem; margin-bottom: 0; line-height: 1.5; background-color: transparent; border: solid transparent; border-width: 1px 0; }
.form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control, .input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text, .input-group-sm > .input-group-append > .form-control-plaintext.input-group-text, .input-group-sm > .input-group-prepend > .form-control-plaintext.btn, .input-group-sm > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control, .input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text, .input-group-lg > .input-group-append > .form-control-plaintext.input-group-text, .input-group-lg > .input-group-prepend > .form-control-plaintext.btn, .input-group-lg > .input-group-append > .form-control-plaintext.btn { padding-right: 0; padding-left: 0; }
.form-control-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-prepend > .input-group-text, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-append > .btn { padding: 0.25rem 0.5rem; font-size: 0.875rem; line-height: 1.5; border-radius: 0.2rem; }
select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]), .input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]), .input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]), .input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]), .input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) { height: calc(1.8125rem + 2px); }
.form-control-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-prepend > .input-group-text, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-append > .btn { padding: 0.5rem 1rem; font-size: 1.25rem; line-height: 1.5; border-radius: 0.3rem; }
select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]), .input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]), .input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]), .input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]), .input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) { height: calc(2.875rem + 2px); }
.form-group { margin-bottom: 1rem; }
.form-text { display: block; margin-top: 0.25rem; }
.form-row { display: flex; flex-wrap: wrap; margin-right: -5px; margin-left: -5px; }
.form-row > .col, .form-row > [class*="col-"] { padding-right: 5px; padding-left: 5px; }
.form-check { position: relative; display: block; padding-left: 1.25rem; }
.form-check-input { position: absolute; margin-top: 0.3rem; margin-left: -1.25rem; }
.form-check-input:disabled ~ .form-check-label { color: #6c757d; }
.form-check-label { margin-bottom: 0; }
.form-check-inline { display: inline-flex; align-items: center; padding-left: 0; margin-right: 0.75rem; }
.form-check-inline .form-check-input { position: static; margin-top: 0; margin-right: 0.3125rem; margin-left: 0; }
.valid-feedback { display: none; width: 100%; margin-top: 0.25rem; font-size: 80%; color: #28a745; }
.valid-tooltip { position: absolute; top: 100%; z-index: 5; display: none; max-width: 100%; padding: .5rem; margin-top: .1rem; font-size: .875rem; line-height: 1; color: #fff; background-color: rgba(40, 167, 69, 0.8); border-radius: .2rem; }
.was-validated .form-control:valid, .form-control.is-valid, .was-validated .custom-select:valid, .custom-select.is-valid { border-color: #28a745; }
.was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus { border-color: #28a745; box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
.was-validated .form-control:valid ~ .valid-feedback, .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, .form-control.is-valid ~ .valid-tooltip, .was-validated .custom-select:valid ~ .valid-feedback, .was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback, .custom-select.is-valid ~ .valid-tooltip { display: block; }
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label { color: #28a745; }
.was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip { display: block; }
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label { color: #28a745; }
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before { background-color: #71dd8a; }
.was-validated .custom-control-input:valid ~ .valid-feedback, .was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback, .custom-control-input.is-valid ~ .valid-tooltip { display: block; }
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before { background-color: #34ce57; }
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before { box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label { border-color: #28a745; }
.was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before { border-color: inherit; }
.was-validated .custom-file-input:valid ~ .valid-feedback, .was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback, .custom-file-input.is-valid ~ .valid-tooltip { display: block; }
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label { box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
.invalid-feedback { display: none; width: 100%; margin-top: 0.25rem; font-size: 80%; color: #dc3545; }
.invalid-tooltip { position: absolute; top: 100%; z-index: 5; display: none; max-width: 100%; padding: .5rem; margin-top: .1rem; font-size: .875rem; line-height: 1; color: #fff; background-color: rgba(220, 53, 69, 0.8); border-radius: .2rem; }
.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .custom-select.is-invalid { border-color: #dc3545; }
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus { border-color: #dc3545; box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
.was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-tooltip, .was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-tooltip { display: block; }
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label { color: #dc3545; }
.was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip { display: block; }
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label { color: #dc3545; }
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before { background-color: #efa2a9; }
.was-validated .custom-control-input:invalid ~ .invalid-feedback, .was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback, .custom-control-input.is-invalid ~ .invalid-tooltip { display: block; }
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before { background-color: #e4606d; }
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before { box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label { border-color: #dc3545; }
.was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before { border-color: inherit; }
.was-validated .custom-file-input:invalid ~ .invalid-feedback, .was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback, .custom-file-input.is-invalid ~ .invalid-tooltip { display: block; }
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label { box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
.form-inline { display: flex; flex-flow: row wrap; align-items: center; }
.form-inline .form-check { width: 100%; }
@media (min-width: 576px) { .form-inline label { display: flex; align-items: center; justify-content: center; margin-bottom: 0; }
.form-inline .form-group { display: flex; flex: 0 0 auto; flex-flow: row wrap; align-items: center; margin-bottom: 0; }
.form-inline .form-control { display: inline-block; width: auto; vertical-align: middle; }
.form-inline .form-control-plaintext { display: inline-block; }
.form-inline .input-group { width: auto; }
.form-inline .form-check { display: flex; align-items: center; justify-content: center; width: auto; padding-left: 0; }
.form-inline .form-check-input { position: relative; margin-top: 0; margin-right: 0.25rem; margin-left: 0; }
.form-inline .custom-control { align-items: center; justify-content: center; }
.form-inline .custom-control-label { margin-bottom: 0; } }
.btn { display: inline-block; font-weight: 400; text-align: center; white-space: nowrap; vertical-align: middle; user-select: none; border: 1px solid transparent; padding: 0.375rem 0.75rem; font-size: 1rem; line-height: 1.5; border-radius: 0rem; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
.btn:hover, .btn:focus { text-decoration: none; }
.btn:focus, .btn.focus { outline: 0; box-shadow: 0 0 0 0.2rem rgba(65, 143, 222, 0.25); }
.btn.disabled, .btn:disabled { opacity: 0.65; }
.btn:not(:disabled):not(.disabled) { cursor: pointer; }
.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active { background-image: none; }
a.btn.disabled, fieldset:disabled a.btn { pointer-events: none; }
.btn-primary { color: #fff; background-color: #418FDE; border-color: #418FDE; }
.btn-primary:hover { color: #fff; background-color: #257cd4; border-color: #2375c9; }
.btn-primary:focus, .btn-primary.focus { box-shadow: 0 0 0 0.2rem rgba(65, 143, 222, 0.5); }
.btn-primary.disabled, .btn-primary:disabled { color: #fff; background-color: #418FDE; border-color: #418FDE; }
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle { color: #fff; background-color: #2375c9; border-color: #216fbe; }
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(65, 143, 222, 0.5); }
.btn-secondary { color: #fff; background-color: #6c757d; border-color: #6c757d; }
.btn-secondary:hover { color: #fff; background-color: #5a6268; border-color: #545b62; }
.btn-secondary:focus, .btn-secondary.focus { box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
.btn-secondary.disabled, .btn-secondary:disabled { color: #fff; background-color: #6c757d; border-color: #6c757d; }
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle { color: #fff; background-color: #545b62; border-color: #4e555b; }
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
.btn-success { color: #fff; background-color: #28a745; border-color: #28a745; }
.btn-success:hover { color: #fff; background-color: #218838; border-color: #1e7e34; }
.btn-success:focus, .btn-success.focus { box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
.btn-success.disabled, .btn-success:disabled { color: #fff; background-color: #28a745; border-color: #28a745; }
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle { color: #fff; background-color: #1e7e34; border-color: #1c7430; }
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
.btn-info { color: #fff; background-color: #17a2b8; border-color: #17a2b8; }
.btn-info:hover { color: #fff; background-color: #138496; border-color: #117a8b; }
.btn-info:focus, .btn-info.focus { box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
.btn-info.disabled, .btn-info:disabled { color: #fff; background-color: #17a2b8; border-color: #17a2b8; }
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle { color: #fff; background-color: #117a8b; border-color: #10707f; }
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
.btn-warning { color: #212529; background-color: #ffc107; border-color: #ffc107; }
.btn-warning:hover { color: #212529; background-color: #e0a800; border-color: #d39e00; }
.btn-warning:focus, .btn-warning.focus { box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
.btn-warning.disabled, .btn-warning:disabled { color: #212529; background-color: #ffc107; border-color: #ffc107; }
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle { color: #212529; background-color: #d39e00; border-color: #c69500; }
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
.btn-danger { color: #fff; background-color: #dc3545; border-color: #dc3545; }
.btn-danger:hover { color: #fff; background-color: #c82333; border-color: #bd2130; }
.btn-danger:focus, .btn-danger.focus { box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
.btn-danger.disabled, .btn-danger:disabled { color: #fff; background-color: #dc3545; border-color: #dc3545; }
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle { color: #fff; background-color: #bd2130; border-color: #b21f2d; }
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
.btn-light { color: #212529; background-color: #f8f9fa; border-color: #f8f9fa; }
.btn-light:hover { color: #212529; background-color: #e2e6ea; border-color: #dae0e5; }
.btn-light:focus, .btn-light.focus { box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
.btn-light.disabled, .btn-light:disabled { color: #212529; background-color: #f8f9fa; border-color: #f8f9fa; }
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle { color: #212529; background-color: #dae0e5; border-color: #d3d9df; }
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
.btn-dark { color: #fff; background-color: #343a40; border-color: #343a40; }
.btn-dark:hover { color: #fff; background-color: #23272b; border-color: #1d2124; }
.btn-dark:focus, .btn-dark.focus { box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
.btn-dark.disabled, .btn-dark:disabled { color: #fff; background-color: #343a40; border-color: #343a40; }
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle { color: #fff; background-color: #1d2124; border-color: #171a1d; }
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
.btn-outline-primary { color: #418FDE; background-color: transparent; background-image: none; border-color: #418FDE; }
.btn-outline-primary:hover { color: #fff; background-color: #418FDE; border-color: #418FDE; }
.btn-outline-primary:focus, .btn-outline-primary.focus { box-shadow: 0 0 0 0.2rem rgba(65, 143, 222, 0.5); }
.btn-outline-primary.disabled, .btn-outline-primary:disabled { color: #418FDE; background-color: transparent; }
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle { color: #fff; background-color: #418FDE; border-color: #418FDE; }
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(65, 143, 222, 0.5); }
.btn-outline-secondary { color: #6c757d; background-color: transparent; background-image: none; border-color: #6c757d; }
.btn-outline-secondary:hover { color: #fff; background-color: #6c757d; border-color: #6c757d; }
.btn-outline-secondary:focus, .btn-outline-secondary.focus { box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled { color: #6c757d; background-color: transparent; }
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle { color: #fff; background-color: #6c757d; border-color: #6c757d; }
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
.btn-outline-success { color: #28a745; background-color: transparent; background-image: none; border-color: #28a745; }
.btn-outline-success:hover { color: #fff; background-color: #28a745; border-color: #28a745; }
.btn-outline-success:focus, .btn-outline-success.focus { box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
.btn-outline-success.disabled, .btn-outline-success:disabled { color: #28a745; background-color: transparent; }
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle { color: #fff; background-color: #28a745; border-color: #28a745; }
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
.btn-outline-info { color: #17a2b8; background-color: transparent; background-image: none; border-color: #17a2b8; }
.btn-outline-info:hover { color: #fff; background-color: #17a2b8; border-color: #17a2b8; }
.btn-outline-info:focus, .btn-outline-info.focus { box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
.btn-outline-info.disabled, .btn-outline-info:disabled { color: #17a2b8; background-color: transparent; }
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle { color: #fff; background-color: #17a2b8; border-color: #17a2b8; }
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
.btn-outline-warning { color: #ffc107; background-color: transparent; background-image: none; border-color: #ffc107; }
.btn-outline-warning:hover { color: #212529; background-color: #ffc107; border-color: #ffc107; }
.btn-outline-warning:focus, .btn-outline-warning.focus { box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
.btn-outline-warning.disabled, .btn-outline-warning:disabled { color: #ffc107; background-color: transparent; }
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle { color: #212529; background-color: #ffc107; border-color: #ffc107; }
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
.btn-outline-danger { color: #dc3545; background-color: transparent; background-image: none; border-color: #dc3545; }
.btn-outline-danger:hover { color: #fff; background-color: #dc3545; border-color: #dc3545; }
.btn-outline-danger:focus, .btn-outline-danger.focus { box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
.btn-outline-danger.disabled, .btn-outline-danger:disabled { color: #dc3545; background-color: transparent; }
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle { color: #fff; background-color: #dc3545; border-color: #dc3545; }
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
.btn-outline-light { color: #f8f9fa; background-color: transparent; background-image: none; border-color: #f8f9fa; }
.btn-outline-light:hover { color: #212529; background-color: #f8f9fa; border-color: #f8f9fa; }
.btn-outline-light:focus, .btn-outline-light.focus { box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
.btn-outline-light.disabled, .btn-outline-light:disabled { color: #f8f9fa; background-color: transparent; }
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle { color: #212529; background-color: #f8f9fa; border-color: #f8f9fa; }
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
.btn-outline-dark { color: #343a40; background-color: transparent; background-image: none; border-color: #343a40; }
.btn-outline-dark:hover { color: #fff; background-color: #343a40; border-color: #343a40; }
.btn-outline-dark:focus, .btn-outline-dark.focus { box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
.btn-outline-dark.disabled, .btn-outline-dark:disabled { color: #343a40; background-color: transparent; }
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle { color: #fff; background-color: #343a40; border-color: #343a40; }
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
.btn-link { font-weight: 400; color: #418FDE; background-color: transparent; }
.btn-link:hover { color: #1f69b3; text-decoration: underline; background-color: transparent; border-color: transparent; }
.btn-link:focus, .btn-link.focus { text-decoration: underline; border-color: transparent; box-shadow: none; }
.btn-link:disabled, .btn-link.disabled { color: #6c757d; }
.btn-lg, .btn-group-lg > .btn { padding: 0.5rem 1rem; font-size: 1.25rem; line-height: 1.5; border-radius: 0.3rem; }
.btn-sm, .btn-group-sm > .btn { padding: 0.25rem 0.5rem; font-size: 0.875rem; line-height: 1.5; border-radius: 0.2rem; }
.btn-block { display: block; width: 100%; }
.btn-block + .btn-block { margin-top: 0.5rem; }
input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block { width: 100%; }
.fade { opacity: 0; transition: opacity 0.15s linear; }
.fade.show { opacity: 1; }
.collapse { display: none; }
.collapse.show { display: block; }
tr.collapse.show { display: table-row; }
tbody.collapse.show { display: table-row-group; }
.collapsing { position: relative; height: 0; overflow: hidden; transition: height 0.35s ease; }
.btn-group, .btn-group-vertical { position: relative; display: inline-flex; vertical-align: middle; }
.btn-group > .btn, .btn-group-vertical > .btn { position: relative; flex: 0 1 auto; }
.btn-group > .btn:hover, .btn-group-vertical > .btn:hover { z-index: 1; }
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn.active { z-index: 1; }
.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group, .btn-group-vertical .btn + .btn, .btn-group-vertical .btn + .btn-group, .btn-group-vertical .btn-group + .btn, .btn-group-vertical .btn-group + .btn-group { margin-left: -1px; }
.btn-toolbar { display: flex; flex-wrap: wrap; justify-content: flex-start; }
.btn-toolbar .input-group { width: auto; }
.btn-group > .btn:first-child { margin-left: 0; }
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-group:not(:last-child) > .btn { border-top-right-radius: 0; border-bottom-right-radius: 0; }
.btn-group > .btn:not(:first-child), .btn-group > .btn-group:not(:first-child) > .btn { border-top-left-radius: 0; border-bottom-left-radius: 0; }
.dropdown-toggle-split { padding-right: 0.5625rem; padding-left: 0.5625rem; }
.dropdown-toggle-split::after { margin-left: 0; }
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split { padding-right: 0.375rem; padding-left: 0.375rem; }
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split { padding-right: 0.75rem; padding-left: 0.75rem; }
.btn-group-vertical { flex-direction: column; align-items: flex-start; justify-content: center; }
.btn-group-vertical .btn, .btn-group-vertical .btn-group { width: 100%; }
.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group { margin-top: -1px; margin-left: 0; }
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-group:not(:last-child) > .btn { border-bottom-right-radius: 0; border-bottom-left-radius: 0; }
.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .btn-group:not(:first-child) > .btn { border-top-left-radius: 0; border-top-right-radius: 0; }
.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn { margin-bottom: 0; }
.btn-group-toggle > .btn input[type="radio"], .btn-group-toggle > .btn input[type="checkbox"], .btn-group-toggle > .btn-group > .btn input[type="radio"], .btn-group-toggle > .btn-group > .btn input[type="checkbox"] { position: absolute; clip: rect(0, 0, 0, 0); pointer-events: none; }
.input-group { position: relative; display: flex; flex-wrap: wrap; align-items: stretch; width: 100%; }
.input-group > .form-control, .input-group > .custom-select, .input-group > .custom-file { position: relative; flex: 1 1 auto; width: 1%; margin-bottom: 0; }
.input-group > .form-control:focus, .input-group > .custom-select:focus, .input-group > .custom-file:focus { z-index: 3; }
.input-group > .form-control + .form-control, .input-group > .form-control + .custom-select, .input-group > .form-control + .custom-file, .input-group > .custom-select + .form-control, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .custom-file, .input-group > .custom-file + .form-control, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .custom-file { margin-left: -1px; }
.input-group > .form-control:not(:last-child), .input-group > .custom-select:not(:last-child) { border-top-right-radius: 0; border-bottom-right-radius: 0; }
.input-group > .form-control:not(:first-child), .input-group > .custom-select:not(:first-child) { border-top-left-radius: 0; border-bottom-left-radius: 0; }
.input-group > .custom-file { display: flex; align-items: center; }
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::before { border-top-right-radius: 0; border-bottom-right-radius: 0; }
.input-group > .custom-file:not(:first-child) .custom-file-label, .input-group > .custom-file:not(:first-child) .custom-file-label::before { border-top-left-radius: 0; border-bottom-left-radius: 0; }
.input-group-prepend, .input-group-append { display: flex; }
.input-group-prepend .btn, .input-group-append .btn { position: relative; z-index: 2; }
.input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .input-group-text, .input-group-append .input-group-text + .btn { margin-left: -1px; }
.input-group-prepend { margin-right: -1px; }
.input-group-append { margin-left: -1px; }
.input-group-text { display: flex; align-items: center; padding: 0.375rem 0.75rem; margin-bottom: 0; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #495057; text-align: center; white-space: nowrap; background-color: #e9ecef; border: 1px solid #ced4da; border-radius: 0rem; }
.input-group-text input[type="radio"], .input-group-text input[type="checkbox"] { margin-top: 0; }
.input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text, .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) { border-top-right-radius: 0; border-bottom-right-radius: 0; }
.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) { border-top-left-radius: 0; border-bottom-left-radius: 0; }
.nav { display: flex; flex-wrap: wrap; padding-left: 0; margin-bottom: 0; list-style: none; }
.nav-link { display: block; padding: 0.5rem 1rem; }
.nav-link:hover, .nav-link:focus { text-decoration: none; }
.nav-link.disabled { color: #6c757d; }
.nav-tabs { border-bottom: 1px solid #dee2e6; }
.nav-tabs .nav-item { margin-bottom: -1px; }
.nav-tabs .nav-link { border: 1px solid transparent; border-top-left-radius: 0rem; border-top-right-radius: 0rem; }
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus { border-color: #e9ecef #e9ecef #dee2e6; }
.nav-tabs .nav-link.disabled { color: #6c757d; background-color: transparent; border-color: transparent; }
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link { color: #495057; background-color: #fff; border-color: #dee2e6 #dee2e6 #fff; }
.nav-tabs .dropdown-menu { margin-top: -1px; border-top-left-radius: 0; border-top-right-radius: 0; }
.nav-pills .nav-link { border-radius: 0rem; }
.nav-pills .nav-link.active, .nav-pills .show > .nav-link { color: #fff; background-color: #418FDE; }
.nav-fill .nav-item { flex: 1 1 auto; text-align: center; }
.nav-justified .nav-item { flex-basis: 0; flex-grow: 1; text-align: center; }
.tab-content > .tab-pane { display: none; }
.tab-content > .active { display: block; }
.navbar { position: relative; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; padding: 0.5rem 1rem; }
.navbar > .container, .navbar > .container-fluid { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; }
.navbar-brand { display: inline-block; padding-top: 0.3125rem; padding-bottom: 0.3125rem; margin-right: 1rem; font-size: 1.25rem; line-height: inherit; white-space: nowrap; }
.navbar-brand:hover, .navbar-brand:focus { text-decoration: none; }
.navbar-nav { display: flex; flex-direction: column; padding-left: 0; margin-bottom: 0; list-style: none; }
.navbar-nav .nav-link { padding-right: 0; padding-left: 0; }
.navbar-nav .dropdown-menu { position: static; float: none; }
.navbar-text { display: inline-block; padding-top: 0.5rem; padding-bottom: 0.5rem; }
.navbar-collapse { flex-basis: 100%; flex-grow: 1; align-items: center; }
.navbar-toggler { padding: 0.25rem 0.75rem; font-size: 1.25rem; line-height: 1; background-color: transparent; border: 1px solid transparent; border-radius: 0rem; }
.navbar-toggler:hover, .navbar-toggler:focus { text-decoration: none; }
.navbar-toggler:not(:disabled):not(.disabled) { cursor: pointer; }
.navbar-toggler-icon { display: inline-block; width: 1.5em; height: 1.5em; vertical-align: middle; content: ""; background: no-repeat center center; background-size: 100% 100%; }
@media (max-width: 575.98px) { .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid { padding-right: 0; padding-left: 0; } }
@media (min-width: 576px) { .navbar-expand-sm { flex-flow: row nowrap; justify-content: flex-start; }
.navbar-expand-sm .navbar-nav { flex-direction: row; }
.navbar-expand-sm .navbar-nav .dropdown-menu { position: absolute; }
.navbar-expand-sm .navbar-nav .dropdown-menu-right { right: 0; left: auto; }
.navbar-expand-sm .navbar-nav .nav-link { padding-right: 0.5rem; padding-left: 0.5rem; }
.navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid { flex-wrap: nowrap; }
.navbar-expand-sm .navbar-collapse { display: flex !important; flex-basis: auto; }
.navbar-expand-sm .navbar-toggler { display: none; }
.navbar-expand-sm .dropup .dropdown-menu { top: auto; bottom: 100%; } }
@media (max-width: 767.98px) { .navbar-expand-md > .container, .navbar-expand-md > .container-fluid { padding-right: 0; padding-left: 0; } }
@media (min-width: 768px) { .navbar-expand-md { flex-flow: row nowrap; justify-content: flex-start; }
.navbar-expand-md .navbar-nav { flex-direction: row; }
.navbar-expand-md .navbar-nav .dropdown-menu { position: absolute; }
.navbar-expand-md .navbar-nav .dropdown-menu-right { right: 0; left: auto; }
.navbar-expand-md .navbar-nav .nav-link { padding-right: 0.5rem; padding-left: 0.5rem; }
.navbar-expand-md > .container, .navbar-expand-md > .container-fluid { flex-wrap: nowrap; }
.navbar-expand-md .navbar-collapse { display: flex !important; flex-basis: auto; }
.navbar-expand-md .navbar-toggler { display: none; }
.navbar-expand-md .dropup .dropdown-menu { top: auto; bottom: 100%; } }
@media (max-width: 1023.98px) { .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid { padding-right: 0; padding-left: 0; } }
@media (min-width: 1024px) { .navbar-expand-lg { flex-flow: row nowrap; justify-content: flex-start; }
.navbar-expand-lg .navbar-nav { flex-direction: row; }
.navbar-expand-lg .navbar-nav .dropdown-menu { position: absolute; }
.navbar-expand-lg .navbar-nav .dropdown-menu-right { right: 0; left: auto; }
.navbar-expand-lg .navbar-nav .nav-link { padding-right: 0.5rem; padding-left: 0.5rem; }
.navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid { flex-wrap: nowrap; }
.navbar-expand-lg .navbar-collapse { display: flex !important; flex-basis: auto; }
.navbar-expand-lg .navbar-toggler { display: none; }
.navbar-expand-lg .dropup .dropdown-menu { top: auto; bottom: 100%; } }
@media (max-width: 1139.98px) { .navbar-expand-llg > .container, .navbar-expand-llg > .container-fluid { padding-right: 0; padding-left: 0; } }
@media (min-width: 1140px) { .navbar-expand-llg { flex-flow: row nowrap; justify-content: flex-start; }
.navbar-expand-llg .navbar-nav { flex-direction: row; }
.navbar-expand-llg .navbar-nav .dropdown-menu { position: absolute; }
.navbar-expand-llg .navbar-nav .dropdown-menu-right { right: 0; left: auto; }
.navbar-expand-llg .navbar-nav .nav-link { padding-right: 0.5rem; padding-left: 0.5rem; }
.navbar-expand-llg > .container, .navbar-expand-llg > .container-fluid { flex-wrap: nowrap; }
.navbar-expand-llg .navbar-collapse { display: flex !important; flex-basis: auto; }
.navbar-expand-llg .navbar-toggler { display: none; }
.navbar-expand-llg .dropup .dropdown-menu { top: auto; bottom: 100%; } }
@media (max-width: 1279.98px) { .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid { padding-right: 0; padding-left: 0; } }
@media (min-width: 1280px) { .navbar-expand-xl { flex-flow: row nowrap; justify-content: flex-start; }
.navbar-expand-xl .navbar-nav { flex-direction: row; }
.navbar-expand-xl .navbar-nav .dropdown-menu { position: absolute; }
.navbar-expand-xl .navbar-nav .dropdown-menu-right { right: 0; left: auto; }
.navbar-expand-xl .navbar-nav .nav-link { padding-right: 0.5rem; padding-left: 0.5rem; }
.navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid { flex-wrap: nowrap; }
.navbar-expand-xl .navbar-collapse { display: flex !important; flex-basis: auto; }
.navbar-expand-xl .navbar-toggler { display: none; }
.navbar-expand-xl .dropup .dropdown-menu { top: auto; bottom: 100%; } }
.navbar-expand { flex-flow: row nowrap; justify-content: flex-start; }
.navbar-expand > .container, .navbar-expand > .container-fluid { padding-right: 0; padding-left: 0; }
.navbar-expand .navbar-nav { flex-direction: row; }
.navbar-expand .navbar-nav .dropdown-menu { position: absolute; }
.navbar-expand .navbar-nav .dropdown-menu-right { right: 0; left: auto; }
.navbar-expand .navbar-nav .nav-link { padding-right: 0.5rem; padding-left: 0.5rem; }
.navbar-expand > .container, .navbar-expand > .container-fluid { flex-wrap: nowrap; }
.navbar-expand .navbar-collapse { display: flex !important; flex-basis: auto; }
.navbar-expand .navbar-toggler { display: none; }
.navbar-expand .dropup .dropdown-menu { top: auto; bottom: 100%; }
.navbar-light .navbar-brand { color: rgba(0, 0, 0, 0.9); }
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus { color: rgba(0, 0, 0, 0.9); }
.navbar-light .navbar-nav .nav-link { color: rgba(0, 0, 0, 0.5); }
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus { color: rgba(0, 0, 0, 0.7); }
.navbar-light .navbar-nav .nav-link.disabled { color: rgba(0, 0, 0, 0.3); }
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active { color: rgba(0, 0, 0, 0.9); }
.navbar-light .navbar-toggler { color: rgba(0, 0, 0, 0.5); border-color: rgba(0, 0, 0, 0.1); }
.navbar-light .navbar-toggler-icon { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }
.navbar-light .navbar-text { color: rgba(0, 0, 0, 0.5); }
.navbar-light .navbar-text a { color: rgba(0, 0, 0, 0.9); }
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus { color: rgba(0, 0, 0, 0.9); }
.navbar-dark .navbar-brand { color: #fff; }
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus { color: #fff; }
.navbar-dark .navbar-nav .nav-link { color: rgba(255, 255, 255, 0.5); }
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus { color: rgba(255, 255, 255, 0.75); }
.navbar-dark .navbar-nav .nav-link.disabled { color: rgba(255, 255, 255, 0.25); }
.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active { color: #fff; }
.navbar-dark .navbar-toggler { color: rgba(255, 255, 255, 0.5); border-color: rgba(255, 255, 255, 0.1); }
.navbar-dark .navbar-toggler-icon { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }
.navbar-dark .navbar-text { color: rgba(255, 255, 255, 0.5); }
.navbar-dark .navbar-text a { color: #fff; }
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus { color: #fff; }
.card { position: relative; display: flex; flex-direction: column; min-width: 0; word-wrap: break-word; background-color: #fff; background-clip: border-box; border: 1px solid rgba(0, 0, 0, 0.125); border-radius: 0rem; }
.card > hr { margin-right: 0; margin-left: 0; }
.card > .list-group:first-child .list-group-item:first-child { border-top-left-radius: 0rem; border-top-right-radius: 0rem; }
.card > .list-group:last-child .list-group-item:last-child { border-bottom-right-radius: 0rem; border-bottom-left-radius: 0rem; }
.card-body { flex: 1 1 auto; padding: 1.25rem; }
.card-title { margin-bottom: 0.75rem; }
.card-subtitle { margin-top: -0.375rem; margin-bottom: 0; }
.card-text:last-child { margin-bottom: 0; }
.card-link:hover { text-decoration: none; }
.card-link + .card-link { margin-left: 1.25rem; }
.card-header { padding: 0.75rem 1.25rem; margin-bottom: 0; background-color: rgba(0, 0, 0, 0.03); border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
.card-header:first-child { border-radius: calc(0rem - 1px) calc(0rem - 1px) 0 0; }
.card-header + .list-group .list-group-item:first-child { border-top: 0; }
.card-footer { padding: 0.75rem 1.25rem; background-color: rgba(0, 0, 0, 0.03); border-top: 1px solid rgba(0, 0, 0, 0.125); }
.card-footer:last-child { border-radius: 0 0 calc(0rem - 1px) calc(0rem - 1px); }
.card-header-tabs { margin-right: -0.625rem; margin-bottom: -0.75rem; margin-left: -0.625rem; border-bottom: 0; }
.card-header-pills { margin-right: -0.625rem; margin-left: -0.625rem; }
.card-img-overlay { position: absolute; top: 0; right: 0; bottom: 0; left: 0; padding: 1.25rem; }
.card-img { width: 100%; border-radius: calc(0rem - 1px); }
.card-img-top { width: 100%; border-top-left-radius: calc(0rem - 1px); border-top-right-radius: calc(0rem - 1px); }
.card-img-bottom { width: 100%; border-bottom-right-radius: calc(0rem - 1px); border-bottom-left-radius: calc(0rem - 1px); }
.card-deck { display: flex; flex-direction: column; }
.card-deck .card { margin-bottom: 16px; }
@media (min-width: 576px) { .card-deck { flex-flow: row wrap; margin-right: -16px; margin-left: -16px; }
.card-deck .card { display: flex; flex: 1 0 0%; flex-direction: column; margin-right: 16px; margin-bottom: 0; margin-left: 16px; } }
.card-group { display: flex; flex-direction: column; }
.card-group > .card { margin-bottom: 16px; }
@media (min-width: 576px) { .card-group { flex-flow: row wrap; }
.card-group > .card { flex: 1 0 0%; margin-bottom: 0; }
.card-group > .card + .card { margin-left: 0; border-left: 0; }
.card-group > .card:first-child { border-top-right-radius: 0; border-bottom-right-radius: 0; }
.card-group > .card:first-child .card-img-top, .card-group > .card:first-child .card-header { border-top-right-radius: 0; }
.card-group > .card:first-child .card-img-bottom, .card-group > .card:first-child .card-footer { border-bottom-right-radius: 0; }
.card-group > .card:last-child { border-top-left-radius: 0; border-bottom-left-radius: 0; }
.card-group > .card:last-child .card-img-top, .card-group > .card:last-child .card-header { border-top-left-radius: 0; }
.card-group > .card:last-child .card-img-bottom, .card-group > .card:last-child .card-footer { border-bottom-left-radius: 0; }
.card-group > .card:only-child { border-radius: 0rem; }
.card-group > .card:only-child .card-img-top, .card-group > .card:only-child .card-header { border-top-left-radius: 0rem; border-top-right-radius: 0rem; }
.card-group > .card:only-child .card-img-bottom, .card-group > .card:only-child .card-footer { border-bottom-right-radius: 0rem; border-bottom-left-radius: 0rem; }
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) { border-radius: 0; }
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer { border-radius: 0; } }
.card-columns .card { margin-bottom: 0.75rem; }
@media (min-width: 576px) { .card-columns { column-count: 3; column-gap: 1.25rem; }
.card-columns .card { display: inline-block; width: 100%; } }
.breadcrumb { display: flex; flex-wrap: wrap; padding: 0.75rem 1rem; margin-bottom: 1rem; list-style: none; background-color: #e9ecef; border-radius: 0rem; }
.breadcrumb-item + .breadcrumb-item::before { display: inline-block; padding-right: 0.5rem; padding-left: 0.5rem; color: #6c757d; content: "/"; }
.breadcrumb-item + .breadcrumb-item:hover::before { text-decoration: underline; }
.breadcrumb-item + .breadcrumb-item:hover::before { text-decoration: none; }
.breadcrumb-item.active { color: #6c757d; }
.jumbotron { padding: 2rem 1rem; margin-bottom: 2rem; background-color: #e9ecef; border-radius: 0.3rem; }
@media (min-width: 576px) { .jumbotron { padding: 4rem 2rem; } }
.jumbotron-fluid { padding-right: 0; padding-left: 0; border-radius: 0; }
.media { display: flex; align-items: flex-start; }
.media-body { flex: 1; }
.list-group { display: flex; flex-direction: column; padding-left: 0; margin-bottom: 0; }
.list-group-item-action { width: 100%; color: #495057; text-align: inherit; }
.list-group-item-action:hover, .list-group-item-action:focus { color: #495057; text-decoration: none; background-color: #f8f9fa; }
.list-group-item-action:active { color: #212529; background-color: #e9ecef; }
.list-group-item { position: relative; display: block; padding: 0.75rem 1.25rem; margin-bottom: -1px; background-color: #fff; border: 1px solid rgba(0, 0, 0, 0.125); }
.list-group-item:first-child { border-top-left-radius: 0rem; border-top-right-radius: 0rem; }
.list-group-item:last-child { margin-bottom: 0; border-bottom-right-radius: 0rem; border-bottom-left-radius: 0rem; }
.list-group-item:hover, .list-group-item:focus { z-index: 1; text-decoration: none; }
.list-group-item.disabled, .list-group-item:disabled { color: #6c757d; background-color: #fff; }
.list-group-item.active { z-index: 2; color: #fff; background-color: #418FDE; border-color: #418FDE; }
.list-group-flush .list-group-item { border-right: 0; border-left: 0; border-radius: 0; }
.list-group-flush:first-child .list-group-item:first-child { border-top: 0; }
.list-group-flush:last-child .list-group-item:last-child { border-bottom: 0; }
.list-group-item-primary { color: #224a73; background-color: #cae0f6; }
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus { color: #224a73; background-color: #b4d3f2; }
.list-group-item-primary.list-group-item-action.active { color: #fff; background-color: #224a73; border-color: #224a73; }
.list-group-item-secondary { color: #383d41; background-color: #d6d8db; }
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus { color: #383d41; background-color: #c8cbcf; }
.list-group-item-secondary.list-group-item-action.active { color: #fff; background-color: #383d41; border-color: #383d41; }
.list-group-item-success { color: #155724; background-color: #c3e6cb; }
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus { color: #155724; background-color: #b1dfbb; }
.list-group-item-success.list-group-item-action.active { color: #fff; background-color: #155724; border-color: #155724; }
.list-group-item-info { color: #0c5460; background-color: #bee5eb; }
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus { color: #0c5460; background-color: #abdde5; }
.list-group-item-info.list-group-item-action.active { color: #fff; background-color: #0c5460; border-color: #0c5460; }
.list-group-item-warning { color: #856404; background-color: #ffeeba; }
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus { color: #856404; background-color: #ffe8a1; }
.list-group-item-warning.list-group-item-action.active { color: #fff; background-color: #856404; border-color: #856404; }
.list-group-item-danger { color: #721c24; background-color: #f5c6cb; }
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus { color: #721c24; background-color: #f1b0b7; }
.list-group-item-danger.list-group-item-action.active { color: #fff; background-color: #721c24; border-color: #721c24; }
.list-group-item-light { color: #818182; background-color: #fdfdfe; }
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus { color: #818182; background-color: #ececf6; }
.list-group-item-light.list-group-item-action.active { color: #fff; background-color: #818182; border-color: #818182; }
.list-group-item-dark { color: #1b1e21; background-color: #c6c8ca; }
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus { color: #1b1e21; background-color: #b9bbbe; }
.list-group-item-dark.list-group-item-action.active { color: #fff; background-color: #1b1e21; border-color: #1b1e21; }
.close { float: right; font-size: 1.5rem; font-weight: 700; line-height: 1; color: #000; text-shadow: 0 1px 0 #fff; opacity: .5; }
.close:hover, .close:focus { color: #000; text-decoration: none; opacity: .75; }
.close:not(:disabled):not(.disabled) { cursor: pointer; }
button.close { padding: 0; background-color: transparent; border: 0; -webkit-appearance: none; }
.modal-open { overflow: hidden; }
.modal { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1050; display: none; overflow: hidden; outline: 0; }
.modal-open .modal { overflow-x: hidden; overflow-y: auto; }
.modal-dialog { position: relative; width: auto; margin: 0.5rem; pointer-events: none; }
.modal.fade .modal-dialog { transition: transform 0.3s ease-out; transform: translate(0, -25%); }
.modal.show .modal-dialog { transform: translate(0, 0); }
.modal-dialog-centered { display: flex; align-items: center; min-height: calc(100% - (0.5rem * 2)); }
.modal-content { position: relative; display: flex; flex-direction: column; width: 100%; pointer-events: auto; background-color: #fff; background-clip: padding-box; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 0.3rem; outline: 0; }
.modal-backdrop { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1040; background-color: #000; }
.modal-backdrop.fade { opacity: 0; }
.modal-backdrop.show { opacity: 0.5; }
.modal-header { display: flex; align-items: flex-start; justify-content: space-between; padding: 1rem; border-bottom: 1px solid #e9ecef; border-top-left-radius: 0.3rem; border-top-right-radius: 0.3rem; }
.modal-header .close { padding: 1rem; margin: -1rem -1rem -1rem auto; }
.modal-title { margin-bottom: 0; line-height: 1.5; }
.modal-body { position: relative; flex: 1 1 auto; padding: 1rem; }
.modal-footer { display: flex; align-items: center; justify-content: flex-end; padding: 1rem; border-top: 1px solid #e9ecef; }
.modal-footer > :not(:first-child) { margin-left: .25rem; }
.modal-footer > :not(:last-child) { margin-right: .25rem; }
.modal-scrollbar-measure { position: absolute; top: -9999px; width: 50px; height: 50px; overflow: scroll; }
@media (min-width: 576px) { .modal-dialog { max-width: 500px; margin: 1.75rem auto; }
.modal-dialog-centered { min-height: calc(100% - (1.75rem * 2)); }
.modal-sm { max-width: 300px; } }
@media (min-width: 1024px) { .modal-lg { max-width: 800px; } }
.align-baseline { vertical-align: baseline !important; }
.align-top { vertical-align: top !important; }
.align-middle { vertical-align: middle !important; }
.align-bottom { vertical-align: bottom !important; }
.align-text-bottom { vertical-align: text-bottom !important; }
.align-text-top { vertical-align: text-top !important; }
.bg-primary { background-color: #418FDE !important; }
a.bg-primary:hover, a.bg-primary:focus, button.bg-primary:hover, button.bg-primary:focus { background-color: #2375c9 !important; }
.bg-secondary { background-color: #6c757d !important; }
a.bg-secondary:hover, a.bg-secondary:focus, button.bg-secondary:hover, button.bg-secondary:focus { background-color: #545b62 !important; }
.bg-success { background-color: #28a745 !important; }
a.bg-success:hover, a.bg-success:focus, button.bg-success:hover, button.bg-success:focus { background-color: #1e7e34 !important; }
.bg-info { background-color: #17a2b8 !important; }
a.bg-info:hover, a.bg-info:focus, button.bg-info:hover, button.bg-info:focus { background-color: #117a8b !important; }
.bg-warning { background-color: #ffc107 !important; }
a.bg-warning:hover, a.bg-warning:focus, button.bg-warning:hover, button.bg-warning:focus { background-color: #d39e00 !important; }
.bg-danger { background-color: #dc3545 !important; }
a.bg-danger:hover, a.bg-danger:focus, button.bg-danger:hover, button.bg-danger:focus { background-color: #bd2130 !important; }
.bg-light { background-color: #f8f9fa !important; }
a.bg-light:hover, a.bg-light:focus, button.bg-light:hover, button.bg-light:focus { background-color: #dae0e5 !important; }
.bg-dark { background-color: #343a40 !important; }
a.bg-dark:hover, a.bg-dark:focus, button.bg-dark:hover, button.bg-dark:focus { background-color: #1d2124 !important; }
.bg-white { background-color: #fff !important; }
.bg-transparent { background-color: transparent !important; }
.border { border: 1px solid #dee2e6 !important; }
.border-top { border-top: 1px solid #dee2e6 !important; }
.border-right { border-right: 1px solid #dee2e6 !important; }
.border-bottom { border-bottom: 1px solid #dee2e6 !important; }
.border-left { border-left: 1px solid #dee2e6 !important; }
.border-0 { border: 0 !important; }
.border-top-0 { border-top: 0 !important; }
.border-right-0 { border-right: 0 !important; }
.border-bottom-0 { border-bottom: 0 !important; }
.border-left-0 { border-left: 0 !important; }
.border-primary { border-color: #418FDE !important; }
.border-secondary { border-color: #6c757d !important; }
.border-success { border-color: #28a745 !important; }
.border-info { border-color: #17a2b8 !important; }
.border-warning { border-color: #ffc107 !important; }
.border-danger { border-color: #dc3545 !important; }
.border-light { border-color: #f8f9fa !important; }
.border-dark { border-color: #343a40 !important; }
.border-white { border-color: #fff !important; }
.rounded { border-radius: 0rem !important; }
.rounded-top { border-top-left-radius: 0rem !important; border-top-right-radius: 0rem !important; }
.rounded-right { border-top-right-radius: 0rem !important; border-bottom-right-radius: 0rem !important; }
.rounded-bottom { border-bottom-right-radius: 0rem !important; border-bottom-left-radius: 0rem !important; }
.rounded-left { border-top-left-radius: 0rem !important; border-bottom-left-radius: 0rem !important; }
.rounded-circle { border-radius: 50% !important; }
.rounded-0 { border-radius: 0 !important; }
.clearfix::after { display: block; clear: both; content: ""; }
.d-none { display: none !important; }
.d-inline { display: inline !important; }
.d-inline-block { display: inline-block !important; }
.d-block { display: block !important; }
.d-table { display: table !important; }
.d-table-row { display: table-row !important; }
.d-table-cell { display: table-cell !important; }
.d-flex { display: flex !important; }
.d-inline-flex { display: inline-flex !important; }
@media (min-width: 576px) { .d-sm-none { display: none !important; }
.d-sm-inline { display: inline !important; }
.d-sm-inline-block { display: inline-block !important; }
.d-sm-block { display: block !important; }
.d-sm-table { display: table !important; }
.d-sm-table-row { display: table-row !important; }
.d-sm-table-cell { display: table-cell !important; }
.d-sm-flex { display: flex !important; }
.d-sm-inline-flex { display: inline-flex !important; } }
@media (min-width: 768px) { .d-md-none { display: none !important; }
.d-md-inline { display: inline !important; }
.d-md-inline-block { display: inline-block !important; }
.d-md-block { display: block !important; }
.d-md-table { display: table !important; }
.d-md-table-row { display: table-row !important; }
.d-md-table-cell { display: table-cell !important; }
.d-md-flex { display: flex !important; }
.d-md-inline-flex { display: inline-flex !important; } }
@media (min-width: 1024px) { .d-lg-none { display: none !important; }
.d-lg-inline { display: inline !important; }
.d-lg-inline-block { display: inline-block !important; }
.d-lg-block { display: block !important; }
.d-lg-table { display: table !important; }
.d-lg-table-row { display: table-row !important; }
.d-lg-table-cell { display: table-cell !important; }
.d-lg-flex { display: flex !important; }
.d-lg-inline-flex { display: inline-flex !important; } }
@media (min-width: 1140px) { .d-llg-none { display: none !important; }
.d-llg-inline { display: inline !important; }
.d-llg-inline-block { display: inline-block !important; }
.d-llg-block { display: block !important; }
.d-llg-table { display: table !important; }
.d-llg-table-row { display: table-row !important; }
.d-llg-table-cell { display: table-cell !important; }
.d-llg-flex { display: flex !important; }
.d-llg-inline-flex { display: inline-flex !important; } }
@media (min-width: 1280px) { .d-xl-none { display: none !important; }
.d-xl-inline { display: inline !important; }
.d-xl-inline-block { display: inline-block !important; }
.d-xl-block { display: block !important; }
.d-xl-table { display: table !important; }
.d-xl-table-row { display: table-row !important; }
.d-xl-table-cell { display: table-cell !important; }
.d-xl-flex { display: flex !important; }
.d-xl-inline-flex { display: inline-flex !important; } }
@media print { .d-print-none { display: none !important; }
.d-print-inline { display: inline !important; }
.d-print-inline-block { display: inline-block !important; }
.d-print-block { display: block !important; }
.d-print-table { display: table !important; }
.d-print-table-row { display: table-row !important; }
.d-print-table-cell { display: table-cell !important; }
.d-print-flex { display: flex !important; }
.d-print-inline-flex { display: inline-flex !important; } }
.embed-responsive { position: relative; display: block; width: 100%; padding: 0; overflow: hidden; }
.embed-responsive::before { display: block; content: ""; }
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video { position: absolute; top: 0; bottom: 0; left: 0; width: 100%; height: 100%; border: 0; }
.embed-responsive-21by9::before { padding-top: 42.85714%; }
.embed-responsive-16by9::before { padding-top: 56.25%; }
.embed-responsive-4by3::before { padding-top: 75%; }
.embed-responsive-1by1::before { padding-top: 100%; }
.flex-row { flex-direction: row !important; }
.flex-column { flex-direction: column !important; }
.flex-row-reverse { flex-direction: row-reverse !important; }
.flex-column-reverse { flex-direction: column-reverse !important; }
.flex-wrap { flex-wrap: wrap !important; }
.flex-nowrap { flex-wrap: nowrap !important; }
.flex-wrap-reverse { flex-wrap: wrap-reverse !important; }
.justify-content-start { justify-content: flex-start !important; }
.justify-content-end { justify-content: flex-end !important; }
.justify-content-center { justify-content: center !important; }
.justify-content-between { justify-content: space-between !important; }
.justify-content-around { justify-content: space-around !important; }
.align-items-start { align-items: flex-start !important; }
.align-items-end { align-items: flex-end !important; }
.align-items-center { align-items: center !important; }
.align-items-baseline { align-items: baseline !important; }
.align-items-stretch { align-items: stretch !important; }
.align-content-start { align-content: flex-start !important; }
.align-content-end { align-content: flex-end !important; }
.align-content-center { align-content: center !important; }
.align-content-between { align-content: space-between !important; }
.align-content-around { align-content: space-around !important; }
.align-content-stretch { align-content: stretch !important; }
.align-self-auto { align-self: auto !important; }
.align-self-start { align-self: flex-start !important; }
.align-self-end { align-self: flex-end !important; }
.align-self-center { align-self: center !important; }
.align-self-baseline { align-self: baseline !important; }
.align-self-stretch { align-self: stretch !important; }
@media (min-width: 576px) { .flex-sm-row { flex-direction: row !important; }
.flex-sm-column { flex-direction: column !important; }
.flex-sm-row-reverse { flex-direction: row-reverse !important; }
.flex-sm-column-reverse { flex-direction: column-reverse !important; }
.flex-sm-wrap { flex-wrap: wrap !important; }
.flex-sm-nowrap { flex-wrap: nowrap !important; }
.flex-sm-wrap-reverse { flex-wrap: wrap-reverse !important; }
.justify-content-sm-start { justify-content: flex-start !important; }
.justify-content-sm-end { justify-content: flex-end !important; }
.justify-content-sm-center { justify-content: center !important; }
.justify-content-sm-between { justify-content: space-between !important; }
.justify-content-sm-around { justify-content: space-around !important; }
.align-items-sm-start { align-items: flex-start !important; }
.align-items-sm-end { align-items: flex-end !important; }
.align-items-sm-center { align-items: center !important; }
.align-items-sm-baseline { align-items: baseline !important; }
.align-items-sm-stretch { align-items: stretch !important; }
.align-content-sm-start { align-content: flex-start !important; }
.align-content-sm-end { align-content: flex-end !important; }
.align-content-sm-center { align-content: center !important; }
.align-content-sm-between { align-content: space-between !important; }
.align-content-sm-around { align-content: space-around !important; }
.align-content-sm-stretch { align-content: stretch !important; }
.align-self-sm-auto { align-self: auto !important; }
.align-self-sm-start { align-self: flex-start !important; }
.align-self-sm-end { align-self: flex-end !important; }
.align-self-sm-center { align-self: center !important; }
.align-self-sm-baseline { align-self: baseline !important; }
.align-self-sm-stretch { align-self: stretch !important; } }
@media (min-width: 768px) { .flex-md-row { flex-direction: row !important; }
.flex-md-column { flex-direction: column !important; }
.flex-md-row-reverse { flex-direction: row-reverse !important; }
.flex-md-column-reverse { flex-direction: column-reverse !important; }
.flex-md-wrap { flex-wrap: wrap !important; }
.flex-md-nowrap { flex-wrap: nowrap !important; }
.flex-md-wrap-reverse { flex-wrap: wrap-reverse !important; }
.justify-content-md-start { justify-content: flex-start !important; }
.justify-content-md-end { justify-content: flex-end !important; }
.justify-content-md-center { justify-content: center !important; }
.justify-content-md-between { justify-content: space-between !important; }
.justify-content-md-around { justify-content: space-around !important; }
.align-items-md-start { align-items: flex-start !important; }
.align-items-md-end { align-items: flex-end !important; }
.align-items-md-center { align-items: center !important; }
.align-items-md-baseline { align-items: baseline !important; }
.align-items-md-stretch { align-items: stretch !important; }
.align-content-md-start { align-content: flex-start !important; }
.align-content-md-end { align-content: flex-end !important; }
.align-content-md-center { align-content: center !important; }
.align-content-md-between { align-content: space-between !important; }
.align-content-md-around { align-content: space-around !important; }
.align-content-md-stretch { align-content: stretch !important; }
.align-self-md-auto { align-self: auto !important; }
.align-self-md-start { align-self: flex-start !important; }
.align-self-md-end { align-self: flex-end !important; }
.align-self-md-center { align-self: center !important; }
.align-self-md-baseline { align-self: baseline !important; }
.align-self-md-stretch { align-self: stretch !important; } }
@media (min-width: 1024px) { .flex-lg-row { flex-direction: row !important; }
.flex-lg-column { flex-direction: column !important; }
.flex-lg-row-reverse { flex-direction: row-reverse !important; }
.flex-lg-column-reverse { flex-direction: column-reverse !important; }
.flex-lg-wrap { flex-wrap: wrap !important; }
.flex-lg-nowrap { flex-wrap: nowrap !important; }
.flex-lg-wrap-reverse { flex-wrap: wrap-reverse !important; }
.justify-content-lg-start { justify-content: flex-start !important; }
.justify-content-lg-end { justify-content: flex-end !important; }
.justify-content-lg-center { justify-content: center !important; }
.justify-content-lg-between { justify-content: space-between !important; }
.justify-content-lg-around { justify-content: space-around !important; }
.align-items-lg-start { align-items: flex-start !important; }
.align-items-lg-end { align-items: flex-end !important; }
.align-items-lg-center { align-items: center !important; }
.align-items-lg-baseline { align-items: baseline !important; }
.align-items-lg-stretch { align-items: stretch !important; }
.align-content-lg-start { align-content: flex-start !important; }
.align-content-lg-end { align-content: flex-end !important; }
.align-content-lg-center { align-content: center !important; }
.align-content-lg-between { align-content: space-between !important; }
.align-content-lg-around { align-content: space-around !important; }
.align-content-lg-stretch { align-content: stretch !important; }
.align-self-lg-auto { align-self: auto !important; }
.align-self-lg-start { align-self: flex-start !important; }
.align-self-lg-end { align-self: flex-end !important; }
.align-self-lg-center { align-self: center !important; }
.align-self-lg-baseline { align-self: baseline !important; }
.align-self-lg-stretch { align-self: stretch !important; } }
@media (min-width: 1140px) { .flex-llg-row { flex-direction: row !important; }
.flex-llg-column { flex-direction: column !important; }
.flex-llg-row-reverse { flex-direction: row-reverse !important; }
.flex-llg-column-reverse { flex-direction: column-reverse !important; }
.flex-llg-wrap { flex-wrap: wrap !important; }
.flex-llg-nowrap { flex-wrap: nowrap !important; }
.flex-llg-wrap-reverse { flex-wrap: wrap-reverse !important; }
.justify-content-llg-start { justify-content: flex-start !important; }
.justify-content-llg-end { justify-content: flex-end !important; }
.justify-content-llg-center { justify-content: center !important; }
.justify-content-llg-between { justify-content: space-between !important; }
.justify-content-llg-around { justify-content: space-around !important; }
.align-items-llg-start { align-items: flex-start !important; }
.align-items-llg-end { align-items: flex-end !important; }
.align-items-llg-center { align-items: center !important; }
.align-items-llg-baseline { align-items: baseline !important; }
.align-items-llg-stretch { align-items: stretch !important; }
.align-content-llg-start { align-content: flex-start !important; }
.align-content-llg-end { align-content: flex-end !important; }
.align-content-llg-center { align-content: center !important; }
.align-content-llg-between { align-content: space-between !important; }
.align-content-llg-around { align-content: space-around !important; }
.align-content-llg-stretch { align-content: stretch !important; }
.align-self-llg-auto { align-self: auto !important; }
.align-self-llg-start { align-self: flex-start !important; }
.align-self-llg-end { align-self: flex-end !important; }
.align-self-llg-center { align-self: center !important; }
.align-self-llg-baseline { align-self: baseline !important; }
.align-self-llg-stretch { align-self: stretch !important; } }
@media (min-width: 1280px) { .flex-xl-row { flex-direction: row !important; }
.flex-xl-column { flex-direction: column !important; }
.flex-xl-row-reverse { flex-direction: row-reverse !important; }
.flex-xl-column-reverse { flex-direction: column-reverse !important; }
.flex-xl-wrap { flex-wrap: wrap !important; }
.flex-xl-nowrap { flex-wrap: nowrap !important; }
.flex-xl-wrap-reverse { flex-wrap: wrap-reverse !important; }
.justify-content-xl-start { justify-content: flex-start !important; }
.justify-content-xl-end { justify-content: flex-end !important; }
.justify-content-xl-center { justify-content: center !important; }
.justify-content-xl-between { justify-content: space-between !important; }
.justify-content-xl-around { justify-content: space-around !important; }
.align-items-xl-start { align-items: flex-start !important; }
.align-items-xl-end { align-items: flex-end !important; }
.align-items-xl-center { align-items: center !important; }
.align-items-xl-baseline { align-items: baseline !important; }
.align-items-xl-stretch { align-items: stretch !important; }
.align-content-xl-start { align-content: flex-start !important; }
.align-content-xl-end { align-content: flex-end !important; }
.align-content-xl-center { align-content: center !important; }
.align-content-xl-between { align-content: space-between !important; }
.align-content-xl-around { align-content: space-around !important; }
.align-content-xl-stretch { align-content: stretch !important; }
.align-self-xl-auto { align-self: auto !important; }
.align-self-xl-start { align-self: flex-start !important; }
.align-self-xl-end { align-self: flex-end !important; }
.align-self-xl-center { align-self: center !important; }
.align-self-xl-baseline { align-self: baseline !important; }
.align-self-xl-stretch { align-self: stretch !important; } }
.float-left { float: left !important; }
.float-right { float: right !important; }
.float-none { float: none !important; }
@media (min-width: 576px) { .float-sm-left { float: left !important; }
.float-sm-right { float: right !important; }
.float-sm-none { float: none !important; } }
@media (min-width: 768px) { .float-md-left { float: left !important; }
.float-md-right { float: right !important; }
.float-md-none { float: none !important; } }
@media (min-width: 1024px) { .float-lg-left { float: left !important; }
.float-lg-right { float: right !important; }
.float-lg-none { float: none !important; } }
@media (min-width: 1140px) { .float-llg-left { float: left !important; }
.float-llg-right { float: right !important; }
.float-llg-none { float: none !important; } }
@media (min-width: 1280px) { .float-xl-left { float: left !important; }
.float-xl-right { float: right !important; }
.float-xl-none { float: none !important; } }
.position-static { position: static !important; }
.position-relative { position: relative !important; }
.position-absolute { position: absolute !important; }
.position-fixed { position: fixed !important; }
.position-sticky { position: sticky !important; }
.fixed-top { position: fixed; top: 0; right: 0; left: 0; z-index: 1030; }
.fixed-bottom { position: fixed; right: 0; bottom: 0; left: 0; z-index: 1030; }
@supports (position: sticky) { .sticky-top { position: sticky; top: 0; z-index: 1020; } }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; clip-path: inset(50%); border: 0; }
.sr-only-focusable:active, .sr-only-focusable:focus { position: static; width: auto; height: auto; overflow: visible; clip: auto; white-space: normal; clip-path: none; }
.w-25 { width: 25% !important; }
.w-50 { width: 50% !important; }
.w-75 { width: 75% !important; }
.w-100 { width: 100% !important; }
.h-25 { height: 25% !important; }
.h-50 { height: 50% !important; }
.h-75 { height: 75% !important; }
.h-100 { height: 100% !important; }
.mw-100 { max-width: 100% !important; }
.mh-100 { max-height: 100% !important; }
.m-0 { margin: 0 !important; }
.mt-0, .my-0 { margin-top: 0 !important; }
.mr-0, .mx-0 { margin-right: 0 !important; }
.mb-0, .my-0 { margin-bottom: 0 !important; }
.ml-0, .mx-0 { margin-left: 0 !important; }
.m-1 { margin: 0.25rem !important; }
.mt-1, .my-1 { margin-top: 0.25rem !important; }
.mr-1, .mx-1 { margin-right: 0.25rem !important; }
.mb-1, .my-1 { margin-bottom: 0.25rem !important; }
.ml-1, .mx-1 { margin-left: 0.25rem !important; }
.m-2 { margin: 0.5rem !important; }
.mt-2, .my-2 { margin-top: 0.5rem !important; }
.mr-2, .mx-2 { margin-right: 0.5rem !important; }
.mb-2, .my-2 { margin-bottom: 0.5rem !important; }
.ml-2, .mx-2 { margin-left: 0.5rem !important; }
.m-3 { margin: 1rem !important; }
.mt-3, .my-3 { margin-top: 1rem !important; }
.mr-3, .mx-3 { margin-right: 1rem !important; }
.mb-3, .my-3 { margin-bottom: 1rem !important; }
.ml-3, .mx-3 { margin-left: 1rem !important; }
.m-4 { margin: 1.5rem !important; }
.mt-4, .my-4 { margin-top: 1.5rem !important; }
.mr-4, .mx-4 { margin-right: 1.5rem !important; }
.mb-4, .my-4 { margin-bottom: 1.5rem !important; }
.ml-4, .mx-4 { margin-left: 1.5rem !important; }
.m-5 { margin: 3rem !important; }
.mt-5, .my-5 { margin-top: 3rem !important; }
.mr-5, .mx-5 { margin-right: 3rem !important; }
.mb-5, .my-5 { margin-bottom: 3rem !important; }
.ml-5, .mx-5 { margin-left: 3rem !important; }
.p-0 { padding: 0 !important; }
.pt-0, .py-0 { padding-top: 0 !important; }
.pr-0, .px-0 { padding-right: 0 !important; }
.pb-0, .py-0 { padding-bottom: 0 !important; }
.pl-0, .px-0 { padding-left: 0 !important; }
.p-1 { padding: 0.25rem !important; }
.pt-1, .py-1 { padding-top: 0.25rem !important; }
.pr-1, .px-1 { padding-right: 0.25rem !important; }
.pb-1, .py-1 { padding-bottom: 0.25rem !important; }
.pl-1, .px-1 { padding-left: 0.25rem !important; }
.p-2 { padding: 0.5rem !important; }
.pt-2, .py-2 { padding-top: 0.5rem !important; }
.pr-2, .px-2 { padding-right: 0.5rem !important; }
.pb-2, .py-2 { padding-bottom: 0.5rem !important; }
.pl-2, .px-2 { padding-left: 0.5rem !important; }
.p-3 { padding: 1rem !important; }
.pt-3, .py-3 { padding-top: 1rem !important; }
.pr-3, .px-3 { padding-right: 1rem !important; }
.pb-3, .py-3 { padding-bottom: 1rem !important; }
.pl-3, .px-3 { padding-left: 1rem !important; }
.p-4 { padding: 1.5rem !important; }
.pt-4, .py-4 { padding-top: 1.5rem !important; }
.pr-4, .px-4 { padding-right: 1.5rem !important; }
.pb-4, .py-4 { padding-bottom: 1.5rem !important; }
.pl-4, .px-4 { padding-left: 1.5rem !important; }
.p-5 { padding: 3rem !important; }
.pt-5, .py-5 { padding-top: 3rem !important; }
.pr-5, .px-5 { padding-right: 3rem !important; }
.pb-5, .py-5 { padding-bottom: 3rem !important; }
.pl-5, .px-5 { padding-left: 3rem !important; }
.m-auto { margin: auto !important; }
.mt-auto, .my-auto { margin-top: auto !important; }
.mr-auto, .mx-auto { margin-right: auto !important; }
.mb-auto, .my-auto { margin-bottom: auto !important; }
.ml-auto, .mx-auto { margin-left: auto !important; }
@media (min-width: 576px) { .m-sm-0 { margin: 0 !important; }
.mt-sm-0, .my-sm-0 { margin-top: 0 !important; }
.mr-sm-0, .mx-sm-0 { margin-right: 0 !important; }
.mb-sm-0, .my-sm-0 { margin-bottom: 0 !important; }
.ml-sm-0, .mx-sm-0 { margin-left: 0 !important; }
.m-sm-1 { margin: 0.25rem !important; }
.mt-sm-1, .my-sm-1 { margin-top: 0.25rem !important; }
.mr-sm-1, .mx-sm-1 { margin-right: 0.25rem !important; }
.mb-sm-1, .my-sm-1 { margin-bottom: 0.25rem !important; }
.ml-sm-1, .mx-sm-1 { margin-left: 0.25rem !important; }
.m-sm-2 { margin: 0.5rem !important; }
.mt-sm-2, .my-sm-2 { margin-top: 0.5rem !important; }
.mr-sm-2, .mx-sm-2 { margin-right: 0.5rem !important; }
.mb-sm-2, .my-sm-2 { margin-bottom: 0.5rem !important; }
.ml-sm-2, .mx-sm-2 { margin-left: 0.5rem !important; }
.m-sm-3 { margin: 1rem !important; }
.mt-sm-3, .my-sm-3 { margin-top: 1rem !important; }
.mr-sm-3, .mx-sm-3 { margin-right: 1rem !important; }
.mb-sm-3, .my-sm-3 { margin-bottom: 1rem !important; }
.ml-sm-3, .mx-sm-3 { margin-left: 1rem !important; }
.m-sm-4 { margin: 1.5rem !important; }
.mt-sm-4, .my-sm-4 { margin-top: 1.5rem !important; }
.mr-sm-4, .mx-sm-4 { margin-right: 1.5rem !important; }
.mb-sm-4, .my-sm-4 { margin-bottom: 1.5rem !important; }
.ml-sm-4, .mx-sm-4 { margin-left: 1.5rem !important; }
.m-sm-5 { margin: 3rem !important; }
.mt-sm-5, .my-sm-5 { margin-top: 3rem !important; }
.mr-sm-5, .mx-sm-5 { margin-right: 3rem !important; }
.mb-sm-5, .my-sm-5 { margin-bottom: 3rem !important; }
.ml-sm-5, .mx-sm-5 { margin-left: 3rem !important; }
.p-sm-0 { padding: 0 !important; }
.pt-sm-0, .py-sm-0 { padding-top: 0 !important; }
.pr-sm-0, .px-sm-0 { padding-right: 0 !important; }
.pb-sm-0, .py-sm-0 { padding-bottom: 0 !important; }
.pl-sm-0, .px-sm-0 { padding-left: 0 !important; }
.p-sm-1 { padding: 0.25rem !important; }
.pt-sm-1, .py-sm-1 { padding-top: 0.25rem !important; }
.pr-sm-1, .px-sm-1 { padding-right: 0.25rem !important; }
.pb-sm-1, .py-sm-1 { padding-bottom: 0.25rem !important; }
.pl-sm-1, .px-sm-1 { padding-left: 0.25rem !important; }
.p-sm-2 { padding: 0.5rem !important; }
.pt-sm-2, .py-sm-2 { padding-top: 0.5rem !important; }
.pr-sm-2, .px-sm-2 { padding-right: 0.5rem !important; }
.pb-sm-2, .py-sm-2 { padding-bottom: 0.5rem !important; }
.pl-sm-2, .px-sm-2 { padding-left: 0.5rem !important; }
.p-sm-3 { padding: 1rem !important; }
.pt-sm-3, .py-sm-3 { padding-top: 1rem !important; }
.pr-sm-3, .px-sm-3 { padding-right: 1rem !important; }
.pb-sm-3, .py-sm-3 { padding-bottom: 1rem !important; }
.pl-sm-3, .px-sm-3 { padding-left: 1rem !important; }
.p-sm-4 { padding: 1.5rem !important; }
.pt-sm-4, .py-sm-4 { padding-top: 1.5rem !important; }
.pr-sm-4, .px-sm-4 { padding-right: 1.5rem !important; }
.pb-sm-4, .py-sm-4 { padding-bottom: 1.5rem !important; }
.pl-sm-4, .px-sm-4 { padding-left: 1.5rem !important; }
.p-sm-5 { padding: 3rem !important; }
.pt-sm-5, .py-sm-5 { padding-top: 3rem !important; }
.pr-sm-5, .px-sm-5 { padding-right: 3rem !important; }
.pb-sm-5, .py-sm-5 { padding-bottom: 3rem !important; }
.pl-sm-5, .px-sm-5 { padding-left: 3rem !important; }
.m-sm-auto { margin: auto !important; }
.mt-sm-auto, .my-sm-auto { margin-top: auto !important; }
.mr-sm-auto, .mx-sm-auto { margin-right: auto !important; }
.mb-sm-auto, .my-sm-auto { margin-bottom: auto !important; }
.ml-sm-auto, .mx-sm-auto { margin-left: auto !important; } }
@media (min-width: 768px) { .m-md-0 { margin: 0 !important; }
.mt-md-0, .my-md-0 { margin-top: 0 !important; }
.mr-md-0, .mx-md-0 { margin-right: 0 !important; }
.mb-md-0, .my-md-0 { margin-bottom: 0 !important; }
.ml-md-0, .mx-md-0 { margin-left: 0 !important; }
.m-md-1 { margin: 0.25rem !important; }
.mt-md-1, .my-md-1 { margin-top: 0.25rem !important; }
.mr-md-1, .mx-md-1 { margin-right: 0.25rem !important; }
.mb-md-1, .my-md-1 { margin-bottom: 0.25rem !important; }
.ml-md-1, .mx-md-1 { margin-left: 0.25rem !important; }
.m-md-2 { margin: 0.5rem !important; }
.mt-md-2, .my-md-2 { margin-top: 0.5rem !important; }
.mr-md-2, .mx-md-2 { margin-right: 0.5rem !important; }
.mb-md-2, .my-md-2 { margin-bottom: 0.5rem !important; }
.ml-md-2, .mx-md-2 { margin-left: 0.5rem !important; }
.m-md-3 { margin: 1rem !important; }
.mt-md-3, .my-md-3 { margin-top: 1rem !important; }
.mr-md-3, .mx-md-3 { margin-right: 1rem !important; }
.mb-md-3, .my-md-3 { margin-bottom: 1rem !important; }
.ml-md-3, .mx-md-3 { margin-left: 1rem !important; }
.m-md-4 { margin: 1.5rem !important; }
.mt-md-4, .my-md-4 { margin-top: 1.5rem !important; }
.mr-md-4, .mx-md-4 { margin-right: 1.5rem !important; }
.mb-md-4, .my-md-4 { margin-bottom: 1.5rem !important; }
.ml-md-4, .mx-md-4 { margin-left: 1.5rem !important; }
.m-md-5 { margin: 3rem !important; }
.mt-md-5, .my-md-5 { margin-top: 3rem !important; }
.mr-md-5, .mx-md-5 { margin-right: 3rem !important; }
.mb-md-5, .my-md-5 { margin-bottom: 3rem !important; }
.ml-md-5, .mx-md-5 { margin-left: 3rem !important; }
.p-md-0 { padding: 0 !important; }
.pt-md-0, .py-md-0 { padding-top: 0 !important; }
.pr-md-0, .px-md-0 { padding-right: 0 !important; }
.pb-md-0, .py-md-0 { padding-bottom: 0 !important; }
.pl-md-0, .px-md-0 { padding-left: 0 !important; }
.p-md-1 { padding: 0.25rem !important; }
.pt-md-1, .py-md-1 { padding-top: 0.25rem !important; }
.pr-md-1, .px-md-1 { padding-right: 0.25rem !important; }
.pb-md-1, .py-md-1 { padding-bottom: 0.25rem !important; }
.pl-md-1, .px-md-1 { padding-left: 0.25rem !important; }
.p-md-2 { padding: 0.5rem !important; }
.pt-md-2, .py-md-2 { padding-top: 0.5rem !important; }
.pr-md-2, .px-md-2 { padding-right: 0.5rem !important; }
.pb-md-2, .py-md-2 { padding-bottom: 0.5rem !important; }
.pl-md-2, .px-md-2 { padding-left: 0.5rem !important; }
.p-md-3 { padding: 1rem !important; }
.pt-md-3, .py-md-3 { padding-top: 1rem !important; }
.pr-md-3, .px-md-3 { padding-right: 1rem !important; }
.pb-md-3, .py-md-3 { padding-bottom: 1rem !important; }
.pl-md-3, .px-md-3 { padding-left: 1rem !important; }
.p-md-4 { padding: 1.5rem !important; }
.pt-md-4, .py-md-4 { padding-top: 1.5rem !important; }
.pr-md-4, .px-md-4 { padding-right: 1.5rem !important; }
.pb-md-4, .py-md-4 { padding-bottom: 1.5rem !important; }
.pl-md-4, .px-md-4 { padding-left: 1.5rem !important; }
.p-md-5 { padding: 3rem !important; }
.pt-md-5, .py-md-5 { padding-top: 3rem !important; }
.pr-md-5, .px-md-5 { padding-right: 3rem !important; }
.pb-md-5, .py-md-5 { padding-bottom: 3rem !important; }
.pl-md-5, .px-md-5 { padding-left: 3rem !important; }
.m-md-auto { margin: auto !important; }
.mt-md-auto, .my-md-auto { margin-top: auto !important; }
.mr-md-auto, .mx-md-auto { margin-right: auto !important; }
.mb-md-auto, .my-md-auto { margin-bottom: auto !important; }
.ml-md-auto, .mx-md-auto { margin-left: auto !important; } }
@media (min-width: 1024px) { .m-lg-0 { margin: 0 !important; }
.mt-lg-0, .my-lg-0 { margin-top: 0 !important; }
.mr-lg-0, .mx-lg-0 { margin-right: 0 !important; }
.mb-lg-0, .my-lg-0 { margin-bottom: 0 !important; }
.ml-lg-0, .mx-lg-0 { margin-left: 0 !important; }
.m-lg-1 { margin: 0.25rem !important; }
.mt-lg-1, .my-lg-1 { margin-top: 0.25rem !important; }
.mr-lg-1, .mx-lg-1 { margin-right: 0.25rem !important; }
.mb-lg-1, .my-lg-1 { margin-bottom: 0.25rem !important; }
.ml-lg-1, .mx-lg-1 { margin-left: 0.25rem !important; }
.m-lg-2 { margin: 0.5rem !important; }
.mt-lg-2, .my-lg-2 { margin-top: 0.5rem !important; }
.mr-lg-2, .mx-lg-2 { margin-right: 0.5rem !important; }
.mb-lg-2, .my-lg-2 { margin-bottom: 0.5rem !important; }
.ml-lg-2, .mx-lg-2 { margin-left: 0.5rem !important; }
.m-lg-3 { margin: 1rem !important; }
.mt-lg-3, .my-lg-3 { margin-top: 1rem !important; }
.mr-lg-3, .mx-lg-3 { margin-right: 1rem !important; }
.mb-lg-3, .my-lg-3 { margin-bottom: 1rem !important; }
.ml-lg-3, .mx-lg-3 { margin-left: 1rem !important; }
.m-lg-4 { margin: 1.5rem !important; }
.mt-lg-4, .my-lg-4 { margin-top: 1.5rem !important; }
.mr-lg-4, .mx-lg-4 { margin-right: 1.5rem !important; }
.mb-lg-4, .my-lg-4 { margin-bottom: 1.5rem !important; }
.ml-lg-4, .mx-lg-4 { margin-left: 1.5rem !important; }
.m-lg-5 { margin: 3rem !important; }
.mt-lg-5, .my-lg-5 { margin-top: 3rem !important; }
.mr-lg-5, .mx-lg-5 { margin-right: 3rem !important; }
.mb-lg-5, .my-lg-5 { margin-bottom: 3rem !important; }
.ml-lg-5, .mx-lg-5 { margin-left: 3rem !important; }
.p-lg-0 { padding: 0 !important; }
.pt-lg-0, .py-lg-0 { padding-top: 0 !important; }
.pr-lg-0, .px-lg-0 { padding-right: 0 !important; }
.pb-lg-0, .py-lg-0 { padding-bottom: 0 !important; }
.pl-lg-0, .px-lg-0 { padding-left: 0 !important; }
.p-lg-1 { padding: 0.25rem !important; }
.pt-lg-1, .py-lg-1 { padding-top: 0.25rem !important; }
.pr-lg-1, .px-lg-1 { padding-right: 0.25rem !important; }
.pb-lg-1, .py-lg-1 { padding-bottom: 0.25rem !important; }
.pl-lg-1, .px-lg-1 { padding-left: 0.25rem !important; }
.p-lg-2 { padding: 0.5rem !important; }
.pt-lg-2, .py-lg-2 { padding-top: 0.5rem !important; }
.pr-lg-2, .px-lg-2 { padding-right: 0.5rem !important; }
.pb-lg-2, .py-lg-2 { padding-bottom: 0.5rem !important; }
.pl-lg-2, .px-lg-2 { padding-left: 0.5rem !important; }
.p-lg-3 { padding: 1rem !important; }
.pt-lg-3, .py-lg-3 { padding-top: 1rem !important; }
.pr-lg-3, .px-lg-3 { padding-right: 1rem !important; }
.pb-lg-3, .py-lg-3 { padding-bottom: 1rem !important; }
.pl-lg-3, .px-lg-3 { padding-left: 1rem !important; }
.p-lg-4 { padding: 1.5rem !important; }
.pt-lg-4, .py-lg-4 { padding-top: 1.5rem !important; }
.pr-lg-4, .px-lg-4 { padding-right: 1.5rem !important; }
.pb-lg-4, .py-lg-4 { padding-bottom: 1.5rem !important; }
.pl-lg-4, .px-lg-4 { padding-left: 1.5rem !important; }
.p-lg-5 { padding: 3rem !important; }
.pt-lg-5, .py-lg-5 { padding-top: 3rem !important; }
.pr-lg-5, .px-lg-5 { padding-right: 3rem !important; }
.pb-lg-5, .py-lg-5 { padding-bottom: 3rem !important; }
.pl-lg-5, .px-lg-5 { padding-left: 3rem !important; }
.m-lg-auto { margin: auto !important; }
.mt-lg-auto, .my-lg-auto { margin-top: auto !important; }
.mr-lg-auto, .mx-lg-auto { margin-right: auto !important; }
.mb-lg-auto, .my-lg-auto { margin-bottom: auto !important; }
.ml-lg-auto, .mx-lg-auto { margin-left: auto !important; } }
@media (min-width: 1140px) { .m-llg-0 { margin: 0 !important; }
.mt-llg-0, .my-llg-0 { margin-top: 0 !important; }
.mr-llg-0, .mx-llg-0 { margin-right: 0 !important; }
.mb-llg-0, .my-llg-0 { margin-bottom: 0 !important; }
.ml-llg-0, .mx-llg-0 { margin-left: 0 !important; }
.m-llg-1 { margin: 0.25rem !important; }
.mt-llg-1, .my-llg-1 { margin-top: 0.25rem !important; }
.mr-llg-1, .mx-llg-1 { margin-right: 0.25rem !important; }
.mb-llg-1, .my-llg-1 { margin-bottom: 0.25rem !important; }
.ml-llg-1, .mx-llg-1 { margin-left: 0.25rem !important; }
.m-llg-2 { margin: 0.5rem !important; }
.mt-llg-2, .my-llg-2 { margin-top: 0.5rem !important; }
.mr-llg-2, .mx-llg-2 { margin-right: 0.5rem !important; }
.mb-llg-2, .my-llg-2 { margin-bottom: 0.5rem !important; }
.ml-llg-2, .mx-llg-2 { margin-left: 0.5rem !important; }
.m-llg-3 { margin: 1rem !important; }
.mt-llg-3, .my-llg-3 { margin-top: 1rem !important; }
.mr-llg-3, .mx-llg-3 { margin-right: 1rem !important; }
.mb-llg-3, .my-llg-3 { margin-bottom: 1rem !important; }
.ml-llg-3, .mx-llg-3 { margin-left: 1rem !important; }
.m-llg-4 { margin: 1.5rem !important; }
.mt-llg-4, .my-llg-4 { margin-top: 1.5rem !important; }
.mr-llg-4, .mx-llg-4 { margin-right: 1.5rem !important; }
.mb-llg-4, .my-llg-4 { margin-bottom: 1.5rem !important; }
.ml-llg-4, .mx-llg-4 { margin-left: 1.5rem !important; }
.m-llg-5 { margin: 3rem !important; }
.mt-llg-5, .my-llg-5 { margin-top: 3rem !important; }
.mr-llg-5, .mx-llg-5 { margin-right: 3rem !important; }
.mb-llg-5, .my-llg-5 { margin-bottom: 3rem !important; }
.ml-llg-5, .mx-llg-5 { margin-left: 3rem !important; }
.p-llg-0 { padding: 0 !important; }
.pt-llg-0, .py-llg-0 { padding-top: 0 !important; }
.pr-llg-0, .px-llg-0 { padding-right: 0 !important; }
.pb-llg-0, .py-llg-0 { padding-bottom: 0 !important; }
.pl-llg-0, .px-llg-0 { padding-left: 0 !important; }
.p-llg-1 { padding: 0.25rem !important; }
.pt-llg-1, .py-llg-1 { padding-top: 0.25rem !important; }
.pr-llg-1, .px-llg-1 { padding-right: 0.25rem !important; }
.pb-llg-1, .py-llg-1 { padding-bottom: 0.25rem !important; }
.pl-llg-1, .px-llg-1 { padding-left: 0.25rem !important; }
.p-llg-2 { padding: 0.5rem !important; }
.pt-llg-2, .py-llg-2 { padding-top: 0.5rem !important; }
.pr-llg-2, .px-llg-2 { padding-right: 0.5rem !important; }
.pb-llg-2, .py-llg-2 { padding-bottom: 0.5rem !important; }
.pl-llg-2, .px-llg-2 { padding-left: 0.5rem !important; }
.p-llg-3 { padding: 1rem !important; }
.pt-llg-3, .py-llg-3 { padding-top: 1rem !important; }
.pr-llg-3, .px-llg-3 { padding-right: 1rem !important; }
.pb-llg-3, .py-llg-3 { padding-bottom: 1rem !important; }
.pl-llg-3, .px-llg-3 { padding-left: 1rem !important; }
.p-llg-4 { padding: 1.5rem !important; }
.pt-llg-4, .py-llg-4 { padding-top: 1.5rem !important; }
.pr-llg-4, .px-llg-4 { padding-right: 1.5rem !important; }
.pb-llg-4, .py-llg-4 { padding-bottom: 1.5rem !important; }
.pl-llg-4, .px-llg-4 { padding-left: 1.5rem !important; }
.p-llg-5 { padding: 3rem !important; }
.pt-llg-5, .py-llg-5 { padding-top: 3rem !important; }
.pr-llg-5, .px-llg-5 { padding-right: 3rem !important; }
.pb-llg-5, .py-llg-5 { padding-bottom: 3rem !important; }
.pl-llg-5, .px-llg-5 { padding-left: 3rem !important; }
.m-llg-auto { margin: auto !important; }
.mt-llg-auto, .my-llg-auto { margin-top: auto !important; }
.mr-llg-auto, .mx-llg-auto { margin-right: auto !important; }
.mb-llg-auto, .my-llg-auto { margin-bottom: auto !important; }
.ml-llg-auto, .mx-llg-auto { margin-left: auto !important; } }
@media (min-width: 1280px) { .m-xl-0 { margin: 0 !important; }
.mt-xl-0, .my-xl-0 { margin-top: 0 !important; }
.mr-xl-0, .mx-xl-0 { margin-right: 0 !important; }
.mb-xl-0, .my-xl-0 { margin-bottom: 0 !important; }
.ml-xl-0, .mx-xl-0 { margin-left: 0 !important; }
.m-xl-1 { margin: 0.25rem !important; }
.mt-xl-1, .my-xl-1 { margin-top: 0.25rem !important; }
.mr-xl-1, .mx-xl-1 { margin-right: 0.25rem !important; }
.mb-xl-1, .my-xl-1 { margin-bottom: 0.25rem !important; }
.ml-xl-1, .mx-xl-1 { margin-left: 0.25rem !important; }
.m-xl-2 { margin: 0.5rem !important; }
.mt-xl-2, .my-xl-2 { margin-top: 0.5rem !important; }
.mr-xl-2, .mx-xl-2 { margin-right: 0.5rem !important; }
.mb-xl-2, .my-xl-2 { margin-bottom: 0.5rem !important; }
.ml-xl-2, .mx-xl-2 { margin-left: 0.5rem !important; }
.m-xl-3 { margin: 1rem !important; }
.mt-xl-3, .my-xl-3 { margin-top: 1rem !important; }
.mr-xl-3, .mx-xl-3 { margin-right: 1rem !important; }
.mb-xl-3, .my-xl-3 { margin-bottom: 1rem !important; }
.ml-xl-3, .mx-xl-3 { margin-left: 1rem !important; }
.m-xl-4 { margin: 1.5rem !important; }
.mt-xl-4, .my-xl-4 { margin-top: 1.5rem !important; }
.mr-xl-4, .mx-xl-4 { margin-right: 1.5rem !important; }
.mb-xl-4, .my-xl-4 { margin-bottom: 1.5rem !important; }
.ml-xl-4, .mx-xl-4 { margin-left: 1.5rem !important; }
.m-xl-5 { margin: 3rem !important; }
.mt-xl-5, .my-xl-5 { margin-top: 3rem !important; }
.mr-xl-5, .mx-xl-5 { margin-right: 3rem !important; }
.mb-xl-5, .my-xl-5 { margin-bottom: 3rem !important; }
.ml-xl-5, .mx-xl-5 { margin-left: 3rem !important; }
.p-xl-0 { padding: 0 !important; }
.pt-xl-0, .py-xl-0 { padding-top: 0 !important; }
.pr-xl-0, .px-xl-0 { padding-right: 0 !important; }
.pb-xl-0, .py-xl-0 { padding-bottom: 0 !important; }
.pl-xl-0, .px-xl-0 { padding-left: 0 !important; }
.p-xl-1 { padding: 0.25rem !important; }
.pt-xl-1, .py-xl-1 { padding-top: 0.25rem !important; }
.pr-xl-1, .px-xl-1 { padding-right: 0.25rem !important; }
.pb-xl-1, .py-xl-1 { padding-bottom: 0.25rem !important; }
.pl-xl-1, .px-xl-1 { padding-left: 0.25rem !important; }
.p-xl-2 { padding: 0.5rem !important; }
.pt-xl-2, .py-xl-2 { padding-top: 0.5rem !important; }
.pr-xl-2, .px-xl-2 { padding-right: 0.5rem !important; }
.pb-xl-2, .py-xl-2 { padding-bottom: 0.5rem !important; }
.pl-xl-2, .px-xl-2 { padding-left: 0.5rem !important; }
.p-xl-3 { padding: 1rem !important; }
.pt-xl-3, .py-xl-3 { padding-top: 1rem !important; }
.pr-xl-3, .px-xl-3 { padding-right: 1rem !important; }
.pb-xl-3, .py-xl-3 { padding-bottom: 1rem !important; }
.pl-xl-3, .px-xl-3 { padding-left: 1rem !important; }
.p-xl-4 { padding: 1.5rem !important; }
.pt-xl-4, .py-xl-4 { padding-top: 1.5rem !important; }
.pr-xl-4, .px-xl-4 { padding-right: 1.5rem !important; }
.pb-xl-4, .py-xl-4 { padding-bottom: 1.5rem !important; }
.pl-xl-4, .px-xl-4 { padding-left: 1.5rem !important; }
.p-xl-5 { padding: 3rem !important; }
.pt-xl-5, .py-xl-5 { padding-top: 3rem !important; }
.pr-xl-5, .px-xl-5 { padding-right: 3rem !important; }
.pb-xl-5, .py-xl-5 { padding-bottom: 3rem !important; }
.pl-xl-5, .px-xl-5 { padding-left: 3rem !important; }
.m-xl-auto { margin: auto !important; }
.mt-xl-auto, .my-xl-auto { margin-top: auto !important; }
.mr-xl-auto, .mx-xl-auto { margin-right: auto !important; }
.mb-xl-auto, .my-xl-auto { margin-bottom: auto !important; }
.ml-xl-auto, .mx-xl-auto { margin-left: auto !important; } }
.text-justify { text-align: justify !important; }
.text-nowrap { white-space: nowrap !important; }
.text-truncate { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.text-left { text-align: left !important; }
.text-right { text-align: right !important; }
.text-center { text-align: center !important; }
@media (min-width: 576px) { .text-sm-left { text-align: left !important; }
.text-sm-right { text-align: right !important; }
.text-sm-center { text-align: center !important; } }
@media (min-width: 768px) { .text-md-left { text-align: left !important; }
.text-md-right { text-align: right !important; }
.text-md-center { text-align: center !important; } }
@media (min-width: 1024px) { .text-lg-left { text-align: left !important; }
.text-lg-right { text-align: right !important; }
.text-lg-center { text-align: center !important; } }
@media (min-width: 1140px) { .text-llg-left { text-align: left !important; }
.text-llg-right { text-align: right !important; }
.text-llg-center { text-align: center !important; } }
@media (min-width: 1280px) { .text-xl-left { text-align: left !important; }
.text-xl-right { text-align: right !important; }
.text-xl-center { text-align: center !important; } }
.text-lowercase { text-transform: lowercase !important; }
.text-uppercase { text-transform: uppercase !important; }
.text-capitalize { text-transform: capitalize !important; }
.font-weight-light { font-weight: 300 !important; }
.font-weight-normal { font-weight: 400 !important; }
.font-weight-bold { font-weight: 700 !important; }
.font-italic { font-style: italic !important; }
.text-white { color: #fff !important; }
.text-primary { color: #418FDE !important; }
a.text-primary:hover, a.text-primary:focus { color: #2375c9 !important; }
.text-secondary { color: #6c757d !important; }
a.text-secondary:hover, a.text-secondary:focus { color: #545b62 !important; }
.text-success { color: #28a745 !important; }
a.text-success:hover, a.text-success:focus { color: #1e7e34 !important; }
.text-info { color: #17a2b8 !important; }
a.text-info:hover, a.text-info:focus { color: #117a8b !important; }
.text-warning { color: #ffc107 !important; }
a.text-warning:hover, a.text-warning:focus { color: #d39e00 !important; }
.text-danger { color: #dc3545 !important; }
a.text-danger:hover, a.text-danger:focus { color: #bd2130 !important; }
.text-light { color: #f8f9fa !important; }
a.text-light:hover, a.text-light:focus { color: #dae0e5 !important; }
.text-dark { color: #343a40 !important; }
a.text-dark:hover, a.text-dark:focus { color: #1d2124 !important; }
.text-muted { color: #6c757d !important; }
.text-hide { font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0; }
.visible { visibility: visible !important; }
.invisible { visibility: hidden !important; }
@media print { *, *::before, *::after { text-shadow: none !important; box-shadow: none !important; }
a:not(.btn) { text-decoration: underline; }
abbr[title]::after { content: " (" attr(title) ")"; }
pre { white-space: pre-wrap !important; }
pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
thead { display: table-header-group; }
tr, img { page-break-inside: avoid; }
p, h2, h3 { orphans: 3; widows: 3; }
h2, h3 { page-break-after: avoid; }
@page { size: a3; }
body { min-width: 1024px !important; }
.container { min-width: 1024px !important; }
.navbar { display: none; }
.badge { 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; } }
/* GRID DESIGN SPEC SNAPSHOT |<xxxxxxxxxxxxxxxxxxxxxxxxx SCREEN WIDTH xxxxxxxxxxxxxxxxxxxxxxxxx>| |<xx>|------------------ LEFT/RIGHT OFFSET -------------------|<xx>| |----|<x>|--------|<x>|--------|<x>|--------|<x>|-- GUTTERS --|----| |----|---|<xxxxxx>|---|<xxxxxx>|---|<xxxxxx>|---|-- COLUMNS --|----|
SCREEN WIDTH 1280px, OFFSET 68px, GUTTERS 32px, COLUMNS 72px (12 COLS)	
SCREEN WIDTH 1024px, OFFSET 12px, GUTTERS 32px, COLUMNS 48px (12 COLS)
SCREEN WIDTH 768px, OFFSET 0px, GUTTERS 32px, COLUMNS 56px (08 COLS)
SCREEN WIDTH 320px, OFFSET 16px, GUTTERS 32px, COLUMNS 48px (04 COLS)
*/
#uso-header { position: relative; top: 0; width: 100%; left: 0; right: 0; margin: 0 auto; z-index: 999999; }
#uso-header .container { max-width: 100%; }
#uso-header .row { height: 56px; }
#uso-footer { width: 100%; margin: 0 auto; }
#uso-footer .container { max-width: 1280px; }
@media (max-width: 767.98px) { #uso-header .middle-col img { margin: 0 auto; }
#uso-footer #footer-container { height: 180px; }
#uso-footer #footer-container .top-row { height: 33%; }
#uso-footer #footer-container .middle-row { height: 0%; }
#uso-footer #footer-container .bottom-row { height: 66%; } }
@media (min-width: 576px) and (max-width: 1139.98px) { #uso-footer #footer-container { height: 122px; }
#uso-footer #footer-container .top-row { height: 50%; }
#uso-footer #footer-container .middle-row { height: 0%; }
#uso-footer #footer-container .bottom-row { height: 50%; } }
@media (min-width: 1024px) { #uso-footer #footer-container { height: 190px; }
#uso-footer #footer-container .top-row { height: 35%; }
#uso-footer #footer-container .middle-row { height: 35%; }
#uso-footer #footer-container .bottom-row { height: 30%; } }
@media (min-width: 1280px) { #uso-footer #footer-container { height: 190px; }
#uso-footer #footer-container .top-row { height: 35%; }
#uso-footer #footer-container .middle-row { height: 35%; }
#uso-footer #footer-container .bottom-row { height: 30%; } }
.btn.uso-btn { font-size: 10px; line-height: 32px; width: 112px; height: 32px; padding: 0; text-transform: uppercase; }
@media (min-width: 1024px) { .btn.uso-btn { font-size: 14px; width: 128px; height: 40px; line-height: 40px; } }
@font-face { font-family: 'Icons'; src: url("/uso/fonts/uso-icons.eot?61xi25"); src: url("/uso/fonts/uso-icons.eot?61xi25#iefix") format("embedded-opentype"), url("/uso/fonts/uso-icons.ttf?61xi25") format("truetype"), url("/uso/fonts/uso-icons.woff?61xi25") format("woff"), url("/uso/fonts/uso-icons.svg?61xi25#uso-icons") format("svg"); font-weight: normal; font-style: normal; }
.icon, i[class^=icon-] { font-family: "Icons" !important; font-smoothing: antialiased; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; speak: none; line-height: 1; }
.icon-check:before { content: ""; }
.icon-instagram:before { content: ""; }
.icon-snapchat:before { content: ""; }
.icon-twitter:before { content: ""; }
.icon-youtube:before { content: ""; }
.icon-menu:before { content: ""; }
.icon-pagenation-dot-selected:before { content: ""; }
.icon-pagenation-dot:before { content: ""; }
.icon-search:before { content: ""; }
.icon-share:before { content: ""; }
.icon-twistie-down:before { content: ""; }
.icon-twistie-up:before { content: ""; }
.icon-arrow-down:before { content: ""; }
.icon-arrow-up:before { content: ""; }
.icon-close:before { content: ""; }
.icon-collapse:before { content: ""; }
.icon-expand:before { content: ""; }
.icon-greater-than:before { content: ""; }
.icon-greater-than { vertical-align: text-bottom; }
/*!
* Bootstrap v4.0.0 (https://getbootstrap.com)
* Copyright 2011-2018 The Bootstrap Authors
* Copyright 2011-2018 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
/* DEFAULT BREAKPOINTS
$grid-breakpoints: ( xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px
) !default;
*/
/*
$container-max-widths: ( sm: 540px, md: 720px, lg: 960px, xl: 1140px
) !default;
*/
:root { /* @each $color, $value in $colors {
}
@each $color, $value in $theme-colors {
} */ --breakpoint-xs: 0; --breakpoint-sm: 576px; --breakpoint-md: 768px; --breakpoint-lg: 1024px; --breakpoint-llg: 1140px; --breakpoint-xl: 1280px; --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }
*, *::before, *::after { box-sizing: border-box; }
html { font-family: sans-serif; line-height: 1.15; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; -ms-overflow-style: scrollbar; -webkit-tap-highlight-color: transparent; }
@-ms-viewport { width: device-width; }
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section { display: block; }
body { margin: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #212529; text-align: left; background-color: #fff; }
[tabindex="-1"]:focus { outline: 0 !important; }
hr { box-sizing: content-box; height: 0; overflow: visible; }
h1, h2, h3, h4, h5, h6 { margin-top: 0; margin-bottom: 0.5rem; }
p { margin-top: 0; margin-bottom: 1rem; }
abbr[title], abbr[data-original-title] { text-decoration: underline; text-decoration: underline dotted; cursor: help; border-bottom: 0; }
address { margin-bottom: 1rem; font-style: normal; line-height: inherit; }
ol, ul, dl { margin-top: 0; margin-bottom: 1rem; }
ol ol, ul ul, ol ul, ul ol { margin-bottom: 0; }
dt { font-weight: 700; }
dd { margin-bottom: .5rem; margin-left: 0; }
blockquote { margin: 0 0 1rem; }
dfn { font-style: italic; }
b, strong { font-weight: bolder; }
small { font-size: 80%; }
sub, sup { position: relative; font-size: 75%; line-height: 0; vertical-align: baseline; }
sub { bottom: -.25em; }
sup { top: -.5em; }
a { color: #418FDE; text-decoration: none; background-color: transparent; -webkit-text-decoration-skip: objects; }
a:hover { color: #1f69b3; text-decoration: underline; }
a:not([href]):not([tabindex]) { color: inherit; text-decoration: none; }
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus { color: inherit; text-decoration: none; }
a:not([href]):not([tabindex]):focus { outline: 0; }
pre, code, kbd, samp { font-family: monospace, monospace; font-size: 1em; }
pre { margin-top: 0; margin-bottom: 1rem; overflow: auto; -ms-overflow-style: scrollbar; }
figure { margin: 0 0 1rem; }
img { vertical-align: middle; border-style: none; }
svg:not(:root) { overflow: hidden; }
table { border-collapse: collapse; }
caption { padding-top: 0.75rem; padding-bottom: 0.75rem; color: #6c757d; text-align: left; caption-side: bottom; }
th { text-align: inherit; }
label { display: inline-block; margin-bottom: .5rem; }
button { border-radius: 0; }
button:focus { outline: 1px dotted; outline: 5px auto -webkit-focus-ring-color; }
input, button, select, optgroup, textarea { margin: 0; font-family: inherit; font-size: inherit; line-height: inherit; }
button, input { overflow: visible; }
button, select { text-transform: none; }
button, html [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; }
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { padding: 0; border-style: none; }
input[type="radio"], input[type="checkbox"] { box-sizing: border-box; padding: 0; }
input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] { -webkit-appearance: listbox; }
textarea { overflow: auto; resize: vertical; }
fieldset { min-width: 0; padding: 0; margin: 0; border: 0; }
legend { display: block; width: 100%; max-width: 100%; padding: 0; margin-bottom: .5rem; font-size: 1.5rem; line-height: inherit; color: inherit; white-space: normal; }
progress { vertical-align: baseline; }
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; }
[type="search"] { outline-offset: -2px; -webkit-appearance: none; }
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
::-webkit-file-upload-button { font: inherit; -webkit-appearance: button; }
output { display: inline-block; }
summary { display: list-item; cursor: pointer; }
template { display: none; }
[hidden] { display: none !important; }
.img-fluid { max-width: 100%; height: auto; }
.img-thumbnail { padding: 0.25rem; background-color: #fff; border: 1px solid #dee2e6; border-radius: 0rem; max-width: 100%; height: auto; }
.figure { display: inline-block; }
.figure-img { margin-bottom: 0.5rem; line-height: 1; }
.figure-caption { font-size: 90%; color: #6c757d; }
code, kbd, pre, samp { font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }
code { font-size: 87.5%; color: #e83e8c; word-break: break-word; }
a > code { color: inherit; }
kbd { padding: 0.2rem 0.4rem; font-size: 87.5%; color: #fff; background-color: #212529; border-radius: 0.2rem; }
kbd kbd { padding: 0; font-size: 100%; font-weight: 700; }
pre { display: block; font-size: 87.5%; color: #212529; }
pre code { font-size: inherit; color: inherit; word-break: normal; }
.pre-scrollable { max-height: 340px; overflow-y: scroll; }
.container { width: 100%; padding-right: 16px; padding-left: 16px; margin-right: auto; margin-left: auto; }
@media (min-width: 576px) { .container { max-width: 540px; } }
@media (min-width: 768px) { .container { max-width: 720px; } }
@media (min-width: 1024px) { .container { max-width: 960px; } }
@media (min-width: 1140px) { .container { max-width: 1024px; } }
@media (min-width: 1280px) { .container { max-width: 1280px; } }
.container-fluid { width: 100%; padding-right: 16px; padding-left: 16px; margin-right: auto; margin-left: auto; }
.row { display: flex; flex-wrap: wrap; margin-right: -16px; margin-left: -16px; }
.no-gutters { margin-right: 0; margin-left: 0; }
.no-gutters > .col, .no-gutters > [class*="col-"] { padding-right: 0; padding-left: 0; }
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-llg-1, .col-llg-2, .col-llg-3, .col-llg-4, .col-llg-5, .col-llg-6, .col-llg-7, .col-llg-8, .col-llg-9, .col-llg-10, .col-llg-11, .col-llg-12, .col-llg, .col-llg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto { position: relative; width: 100%; min-height: 1px; padding-right: 16px; padding-left: 16px; }
.col { flex-basis: 0; flex-grow: 1; max-width: 100%; }
.col-auto { flex: 0 0 auto; width: auto; max-width: none; }
.col-1 { flex: 0 0 8.33333%; max-width: 8.33333%; }
.col-2 { flex: 0 0 16.66667%; max-width: 16.66667%; }
.col-3 { flex: 0 0 25%; max-width: 25%; }
.col-4 { flex: 0 0 33.33333%; max-width: 33.33333%; }
.col-5 { flex: 0 0 41.66667%; max-width: 41.66667%; }
.col-6 { flex: 0 0 50%; max-width: 50%; }
.col-7 { flex: 0 0 58.33333%; max-width: 58.33333%; }
.col-8 { flex: 0 0 66.66667%; max-width: 66.66667%; }
.col-9 { flex: 0 0 75%; max-width: 75%; }
.col-10 { flex: 0 0 83.33333%; max-width: 83.33333%; }
.col-11 { flex: 0 0 91.66667%; max-width: 91.66667%; }
.col-12 { flex: 0 0 100%; max-width: 100%; }
.order-first { order: -1; }
.order-last { order: 13; }
.order-0 { order: 0; }
.order-1 { order: 1; }
.order-2 { order: 2; }
.order-3 { order: 3; }
.order-4 { order: 4; }
.order-5 { order: 5; }
.order-6 { order: 6; }
.order-7 { order: 7; }
.order-8 { order: 8; }
.order-9 { order: 9; }
.order-10 { order: 10; }
.order-11 { order: 11; }
.order-12 { order: 12; }
.offset-1 { margin-left: 8.33333%; }
.offset-2 { margin-left: 16.66667%; }
.offset-3 { margin-left: 25%; }
.offset-4 { margin-left: 33.33333%; }
.offset-5 { margin-left: 41.66667%; }
.offset-6 { margin-left: 50%; }
.offset-7 { margin-left: 58.33333%; }
.offset-8 { margin-left: 66.66667%; }
.offset-9 { margin-left: 75%; }
.offset-10 { margin-left: 83.33333%; }
.offset-11 { margin-left: 91.66667%; }
@media (min-width: 576px) { .col-sm { flex-basis: 0; flex-grow: 1; max-width: 100%; }
.col-sm-auto { flex: 0 0 auto; width: auto; max-width: none; }
.col-sm-1 { flex: 0 0 8.33333%; max-width: 8.33333%; }
.col-sm-2 { flex: 0 0 16.66667%; max-width: 16.66667%; }
.col-sm-3 { flex: 0 0 25%; max-width: 25%; }
.col-sm-4 { flex: 0 0 33.33333%; max-width: 33.33333%; }
.col-sm-5 { flex: 0 0 41.66667%; max-width: 41.66667%; }
.col-sm-6 { flex: 0 0 50%; max-width: 50%; }
.col-sm-7 { flex: 0 0 58.33333%; max-width: 58.33333%; }
.col-sm-8 { flex: 0 0 66.66667%; max-width: 66.66667%; }
.col-sm-9 { flex: 0 0 75%; max-width: 75%; }
.col-sm-10 { flex: 0 0 83.33333%; max-width: 83.33333%; }
.col-sm-11 { flex: 0 0 91.66667%; max-width: 91.66667%; }
.col-sm-12 { flex: 0 0 100%; max-width: 100%; }
.order-sm-first { order: -1; }
.order-sm-last { order: 13; }
.order-sm-0 { order: 0; }
.order-sm-1 { order: 1; }
.order-sm-2 { order: 2; }
.order-sm-3 { order: 3; }
.order-sm-4 { order: 4; }
.order-sm-5 { order: 5; }
.order-sm-6 { order: 6; }
.order-sm-7 { order: 7; }
.order-sm-8 { order: 8; }
.order-sm-9 { order: 9; }
.order-sm-10 { order: 10; }
.order-sm-11 { order: 11; }
.order-sm-12 { order: 12; }
.offset-sm-0 { margin-left: 0; }
.offset-sm-1 { margin-left: 8.33333%; }
.offset-sm-2 { margin-left: 16.66667%; }
.offset-sm-3 { margin-left: 25%; }
.offset-sm-4 { margin-left: 33.33333%; }
.offset-sm-5 { margin-left: 41.66667%; }
.offset-sm-6 { margin-left: 50%; }
.offset-sm-7 { margin-left: 58.33333%; }
.offset-sm-8 { margin-left: 66.66667%; }
.offset-sm-9 { margin-left: 75%; }
.offset-sm-10 { margin-left: 83.33333%; }
.offset-sm-11 { margin-left: 91.66667%; } }
@media (min-width: 768px) { .col-md { flex-basis: 0; flex-grow: 1; max-width: 100%; }
.col-md-auto { flex: 0 0 auto; width: auto; max-width: none; }
.col-md-1 { flex: 0 0 8.33333%; max-width: 8.33333%; }
.col-md-2 { flex: 0 0 16.66667%; max-width: 16.66667%; }
.col-md-3 { flex: 0 0 25%; max-width: 25%; }
.col-md-4 { flex: 0 0 33.33333%; max-width: 33.33333%; }
.col-md-5 { flex: 0 0 41.66667%; max-width: 41.66667%; }
.col-md-6 { flex: 0 0 50%; max-width: 50%; }
.col-md-7 { flex: 0 0 58.33333%; max-width: 58.33333%; }
.col-md-8 { flex: 0 0 66.66667%; max-width: 66.66667%; }
.col-md-9 { flex: 0 0 75%; max-width: 75%; }
.col-md-10 { flex: 0 0 83.33333%; max-width: 83.33333%; }
.col-md-11 { flex: 0 0 91.66667%; max-width: 91.66667%; }
.col-md-12 { flex: 0 0 100%; max-width: 100%; }
.order-md-first { order: -1; }
.order-md-last { order: 13; }
.order-md-0 { order: 0; }
.order-md-1 { order: 1; }
.order-md-2 { order: 2; }
.order-md-3 { order: 3; }
.order-md-4 { order: 4; }
.order-md-5 { order: 5; }
.order-md-6 { order: 6; }
.order-md-7 { order: 7; }
.order-md-8 { order: 8; }
.order-md-9 { order: 9; }
.order-md-10 { order: 10; }
.order-md-11 { order: 11; }
.order-md-12 { order: 12; }
.offset-md-0 { margin-left: 0; }
.offset-md-1 { margin-left: 8.33333%; }
.offset-md-2 { margin-left: 16.66667%; }
.offset-md-3 { margin-left: 25%; }
.offset-md-4 { margin-left: 33.33333%; }
.offset-md-5 { margin-left: 41.66667%; }
.offset-md-6 { margin-left: 50%; }
.offset-md-7 { margin-left: 58.33333%; }
.offset-md-8 { margin-left: 66.66667%; }
.offset-md-9 { margin-left: 75%; }
.offset-md-10 { margin-left: 83.33333%; }
.offset-md-11 { margin-left: 91.66667%; } }
@media (min-width: 1024px) { .col-lg { flex-basis: 0; flex-grow: 1; max-width: 100%; }
.col-lg-auto { flex: 0 0 auto; width: auto; max-width: none; }
.col-lg-1 { flex: 0 0 8.33333%; max-width: 8.33333%; }
.col-lg-2 { flex: 0 0 16.66667%; max-width: 16.66667%; }
.col-lg-3 { flex: 0 0 25%; max-width: 25%; }
.col-lg-4 { flex: 0 0 33.33333%; max-width: 33.33333%; }
.col-lg-5 { flex: 0 0 41.66667%; max-width: 41.66667%; }
.col-lg-6 { flex: 0 0 50%; max-width: 50%; }
.col-lg-7 { flex: 0 0 58.33333%; max-width: 58.33333%; }
.col-lg-8 { flex: 0 0 66.66667%; max-width: 66.66667%; }
.col-lg-9 { flex: 0 0 75%; max-width: 75%; }
.col-lg-10 { flex: 0 0 83.33333%; max-width: 83.33333%; }
.col-lg-11 { flex: 0 0 91.66667%; max-width: 91.66667%; }
.col-lg-12 { flex: 0 0 100%; max-width: 100%; }
.order-lg-first { order: -1; }
.order-lg-last { order: 13; }
.order-lg-0 { order: 0; }
.order-lg-1 { order: 1; }
.order-lg-2 { order: 2; }
.order-lg-3 { order: 3; }
.order-lg-4 { order: 4; }
.order-lg-5 { order: 5; }
.order-lg-6 { order: 6; }
.order-lg-7 { order: 7; }
.order-lg-8 { order: 8; }
.order-lg-9 { order: 9; }
.order-lg-10 { order: 10; }
.order-lg-11 { order: 11; }
.order-lg-12 { order: 12; }
.offset-lg-0 { margin-left: 0; }
.offset-lg-1 { margin-left: 8.33333%; }
.offset-lg-2 { margin-left: 16.66667%; }
.offset-lg-3 { margin-left: 25%; }
.offset-lg-4 { margin-left: 33.33333%; }
.offset-lg-5 { margin-left: 41.66667%; }
.offset-lg-6 { margin-left: 50%; }
.offset-lg-7 { margin-left: 58.33333%; }
.offset-lg-8 { margin-left: 66.66667%; }
.offset-lg-9 { margin-left: 75%; }
.offset-lg-10 { margin-left: 83.33333%; }
.offset-lg-11 { margin-left: 91.66667%; } }
@media (min-width: 1140px) { .col-llg { flex-basis: 0; flex-grow: 1; max-width: 100%; }
.col-llg-auto { flex: 0 0 auto; width: auto; max-width: none; }
.col-llg-1 { flex: 0 0 8.33333%; max-width: 8.33333%; }
.col-llg-2 { flex: 0 0 16.66667%; max-width: 16.66667%; }
.col-llg-3 { flex: 0 0 25%; max-width: 25%; }
.col-llg-4 { flex: 0 0 33.33333%; max-width: 33.33333%; }
.col-llg-5 { flex: 0 0 41.66667%; max-width: 41.66667%; }
.col-llg-6 { flex: 0 0 50%; max-width: 50%; }
.col-llg-7 { flex: 0 0 58.33333%; max-width: 58.33333%; }
.col-llg-8 { flex: 0 0 66.66667%; max-width: 66.66667%; }
.col-llg-9 { flex: 0 0 75%; max-width: 75%; }
.col-llg-10 { flex: 0 0 83.33333%; max-width: 83.33333%; }
.col-llg-11 { flex: 0 0 91.66667%; max-width: 91.66667%; }
.col-llg-12 { flex: 0 0 100%; max-width: 100%; }
.order-llg-first { order: -1; }
.order-llg-last { order: 13; }
.order-llg-0 { order: 0; }
.order-llg-1 { order: 1; }
.order-llg-2 { order: 2; }
.order-llg-3 { order: 3; }
.order-llg-4 { order: 4; }
.order-llg-5 { order: 5; }
.order-llg-6 { order: 6; }
.order-llg-7 { order: 7; }
.order-llg-8 { order: 8; }
.order-llg-9 { order: 9; }
.order-llg-10 { order: 10; }
.order-llg-11 { order: 11; }
.order-llg-12 { order: 12; }
.offset-llg-0 { margin-left: 0; }
.offset-llg-1 { margin-left: 8.33333%; }
.offset-llg-2 { margin-left: 16.66667%; }
.offset-llg-3 { margin-left: 25%; }
.offset-llg-4 { margin-left: 33.33333%; }
.offset-llg-5 { margin-left: 41.66667%; }
.offset-llg-6 { margin-left: 50%; }
.offset-llg-7 { margin-left: 58.33333%; }
.offset-llg-8 { margin-left: 66.66667%; }
.offset-llg-9 { margin-left: 75%; }
.offset-llg-10 { margin-left: 83.33333%; }
.offset-llg-11 { margin-left: 91.66667%; } }
@media (min-width: 1280px) { .col-xl { flex-basis: 0; flex-grow: 1; max-width: 100%; }
.col-xl-auto { flex: 0 0 auto; width: auto; max-width: none; }
.col-xl-1 { flex: 0 0 8.33333%; max-width: 8.33333%; }
.col-xl-2 { flex: 0 0 16.66667%; max-width: 16.66667%; }
.col-xl-3 { flex: 0 0 25%; max-width: 25%; }
.col-xl-4 { flex: 0 0 33.33333%; max-width: 33.33333%; }
.col-xl-5 { flex: 0 0 41.66667%; max-width: 41.66667%; }
.col-xl-6 { flex: 0 0 50%; max-width: 50%; }
.col-xl-7 { flex: 0 0 58.33333%; max-width: 58.33333%; }
.col-xl-8 { flex: 0 0 66.66667%; max-width: 66.66667%; }
.col-xl-9 { flex: 0 0 75%; max-width: 75%; }
.col-xl-10 { flex: 0 0 83.33333%; max-width: 83.33333%; }
.col-xl-11 { flex: 0 0 91.66667%; max-width: 91.66667%; }
.col-xl-12 { flex: 0 0 100%; max-width: 100%; }
.order-xl-first { order: -1; }
.order-xl-last { order: 13; }
.order-xl-0 { order: 0; }
.order-xl-1 { order: 1; }
.order-xl-2 { order: 2; }
.order-xl-3 { order: 3; }
.order-xl-4 { order: 4; }
.order-xl-5 { order: 5; }
.order-xl-6 { order: 6; }
.order-xl-7 { order: 7; }
.order-xl-8 { order: 8; }
.order-xl-9 { order: 9; }
.order-xl-10 { order: 10; }
.order-xl-11 { order: 11; }
.order-xl-12 { order: 12; }
.offset-xl-0 { margin-left: 0; }
.offset-xl-1 { margin-left: 8.33333%; }
.offset-xl-2 { margin-left: 16.66667%; }
.offset-xl-3 { margin-left: 25%; }
.offset-xl-4 { margin-left: 33.33333%; }
.offset-xl-5 { margin-left: 41.66667%; }
.offset-xl-6 { margin-left: 50%; }
.offset-xl-7 { margin-left: 58.33333%; }
.offset-xl-8 { margin-left: 66.66667%; }
.offset-xl-9 { margin-left: 75%; }
.offset-xl-10 { margin-left: 83.33333%; }
.offset-xl-11 { margin-left: 91.66667%; } }
.table { width: 100%; max-width: 100%; margin-bottom: 1rem; background-color: transparent; }
.table th, .table td { padding: 0.75rem; vertical-align: top; border-top: 1px solid #dee2e6; }
.table thead th { vertical-align: bottom; border-bottom: 2px solid #dee2e6; }
.table tbody + tbody { border-top: 2px solid #dee2e6; }
.table .table { background-color: #fff; }
.table-sm th, .table-sm td { padding: 0.3rem; }
.table-bordered { border: 1px solid #dee2e6; }
.table-bordered th, .table-bordered td { border: 1px solid #dee2e6; }
.table-bordered thead th, .table-bordered thead td { border-bottom-width: 2px; }
.table-striped tbody tr:nth-of-type(odd) { background-color: rgba(0, 0, 0, 0.05); }
.table-hover tbody tr:hover { background-color: rgba(0, 0, 0, 0.075); }
.table-primary, .table-primary > th, .table-primary > td { background-color: #cae0f6; }
.table-hover .table-primary:hover { background-color: #b4d3f2; }
.table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th { background-color: #b4d3f2; }
.table-secondary, .table-secondary > th, .table-secondary > td { background-color: #d6d8db; }
.table-hover .table-secondary:hover { background-color: #c8cbcf; }
.table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th { background-color: #c8cbcf; }
.table-success, .table-success > th, .table-success > td { background-color: #c3e6cb; }
.table-hover .table-success:hover { background-color: #b1dfbb; }
.table-hover .table-success:hover > td, .table-hover .table-success:hover > th { background-color: #b1dfbb; }
.table-info, .table-info > th, .table-info > td { background-color: #bee5eb; }
.table-hover .table-info:hover { background-color: #abdde5; }
.table-hover .table-info:hover > td, .table-hover .table-info:hover > th { background-color: #abdde5; }
.table-warning, .table-warning > th, .table-warning > td { background-color: #ffeeba; }
.table-hover .table-warning:hover { background-color: #ffe8a1; }
.table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th { background-color: #ffe8a1; }
.table-danger, .table-danger > th, .table-danger > td { background-color: #f5c6cb; }
.table-hover .table-danger:hover { background-color: #f1b0b7; }
.table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th { background-color: #f1b0b7; }
.table-light, .table-light > th, .table-light > td { background-color: #fdfdfe; }
.table-hover .table-light:hover { background-color: #ececf6; }
.table-hover .table-light:hover > td, .table-hover .table-light:hover > th { background-color: #ececf6; }
.table-dark, .table-dark > th, .table-dark > td { background-color: #c6c8ca; }
.table-hover .table-dark:hover { background-color: #b9bbbe; }
.table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th { background-color: #b9bbbe; }
.table-active, .table-active > th, .table-active > td { background-color: rgba(0, 0, 0, 0.075); }
.table-hover .table-active:hover { background-color: rgba(0, 0, 0, 0.075); }
.table-hover .table-active:hover > td, .table-hover .table-active:hover > th { background-color: rgba(0, 0, 0, 0.075); }
.table .thead-dark th { color: #fff; background-color: #212529; border-color: #32383e; }
.table .thead-light th { color: #495057; background-color: #e9ecef; border-color: #dee2e6; }
.table-dark { color: #fff; background-color: #212529; }
.table-dark th, .table-dark td, .table-dark thead th { border-color: #32383e; }
.table-dark.table-bordered { border: 0; }
.table-dark.table-striped tbody tr:nth-of-type(odd) { background-color: rgba(255, 255, 255, 0.05); }
.table-dark.table-hover tbody tr:hover { background-color: rgba(255, 255, 255, 0.075); }
@media (max-width: 575.98px) { .table-responsive-sm { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; }
.table-responsive-sm > .table-bordered { border: 0; } }
@media (max-width: 767.98px) { .table-responsive-md { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; }
.table-responsive-md > .table-bordered { border: 0; } }
@media (max-width: 1023.98px) { .table-responsive-lg { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; }
.table-responsive-lg > .table-bordered { border: 0; } }
@media (max-width: 1139.98px) { .table-responsive-llg { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; }
.table-responsive-llg > .table-bordered { border: 0; } }
@media (max-width: 1279.98px) { .table-responsive-xl { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; }
.table-responsive-xl > .table-bordered { border: 0; } }
.table-responsive { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; }
.table-responsive > .table-bordered { border: 0; }
.form-control { display: block; width: 100%; padding: 0.375rem 0.75rem; font-size: 1rem; line-height: 1.5; color: #495057; background-color: #fff; background-clip: padding-box; border: 1px solid #ced4da; border-radius: 0rem; transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
.form-control::-ms-expand { background-color: transparent; border: 0; }
.form-control:focus { color: #495057; background-color: #fff; border-color: #aecff1; outline: 0; box-shadow: 0 0 0 0.2rem rgba(65, 143, 222, 0.25); }
.form-control::placeholder { color: #6c757d; opacity: 1; }
.form-control:disabled, .form-control[readonly] { background-color: #e9ecef; opacity: 1; }
select.form-control:not([size]):not([multiple]) { height: calc(2.25rem + 2px); }
select.form-control:focus::-ms-value { color: #495057; background-color: #fff; }
.form-control-file, .form-control-range { display: block; width: 100%; }
.col-form-label { padding-top: calc(0.375rem + 1px); padding-bottom: calc(0.375rem + 1px); margin-bottom: 0; font-size: inherit; line-height: 1.5; }
.col-form-label-lg { padding-top: calc(0.5rem + 1px); padding-bottom: calc(0.5rem + 1px); font-size: 1.25rem; line-height: 1.5; }
.col-form-label-sm { padding-top: calc(0.25rem + 1px); padding-bottom: calc(0.25rem + 1px); font-size: 0.875rem; line-height: 1.5; }
.form-control-plaintext { display: block; width: 100%; padding-top: 0.375rem; padding-bottom: 0.375rem; margin-bottom: 0; line-height: 1.5; background-color: transparent; border: solid transparent; border-width: 1px 0; }
.form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control, .input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text, .input-group-sm > .input-group-append > .form-control-plaintext.input-group-text, .input-group-sm > .input-group-prepend > .form-control-plaintext.btn, .input-group-sm > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control, .input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text, .input-group-lg > .input-group-append > .form-control-plaintext.input-group-text, .input-group-lg > .input-group-prepend > .form-control-plaintext.btn, .input-group-lg > .input-group-append > .form-control-plaintext.btn { padding-right: 0; padding-left: 0; }
.form-control-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-prepend > .input-group-text, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-append > .btn { padding: 0.25rem 0.5rem; font-size: 0.875rem; line-height: 1.5; border-radius: 0.2rem; }
select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]), .input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]), .input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]), .input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]), .input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) { height: calc(1.8125rem + 2px); }
.form-control-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-prepend > .input-group-text, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-append > .btn { padding: 0.5rem 1rem; font-size: 1.25rem; line-height: 1.5; border-radius: 0.3rem; }
select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]), .input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]), .input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]), .input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]), .input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) { height: calc(2.875rem + 2px); }
.form-group { margin-bottom: 1rem; }
.form-text { display: block; margin-top: 0.25rem; }
.form-row { display: flex; flex-wrap: wrap; margin-right: -5px; margin-left: -5px; }
.form-row > .col, .form-row > [class*="col-"] { padding-right: 5px; padding-left: 5px; }
.form-check { position: relative; display: block; padding-left: 1.25rem; }
.form-check-input { position: absolute; margin-top: 0.3rem; margin-left: -1.25rem; }
.form-check-input:disabled ~ .form-check-label { color: #6c757d; }
.form-check-label { margin-bottom: 0; }
.form-check-inline { display: inline-flex; align-items: center; padding-left: 0; margin-right: 0.75rem; }
.form-check-inline .form-check-input { position: static; margin-top: 0; margin-right: 0.3125rem; margin-left: 0; }
.valid-feedback { display: none; width: 100%; margin-top: 0.25rem; font-size: 80%; color: #28a745; }
.valid-tooltip { position: absolute; top: 100%; z-index: 5; display: none; max-width: 100%; padding: .5rem; margin-top: .1rem; font-size: .875rem; line-height: 1; color: #fff; background-color: rgba(40, 167, 69, 0.8); border-radius: .2rem; }
.was-validated .form-control:valid, .form-control.is-valid, .was-validated .custom-select:valid, .custom-select.is-valid { border-color: #28a745; }
.was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus { border-color: #28a745; box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
.was-validated .form-control:valid ~ .valid-feedback, .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, .form-control.is-valid ~ .valid-tooltip, .was-validated .custom-select:valid ~ .valid-feedback, .was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback, .custom-select.is-valid ~ .valid-tooltip { display: block; }
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label { color: #28a745; }
.was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip { display: block; }
.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label { color: #28a745; }
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before { background-color: #71dd8a; }
.was-validated .custom-control-input:valid ~ .valid-feedback, .was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback, .custom-control-input.is-valid ~ .valid-tooltip { display: block; }
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before { background-color: #34ce57; }
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before { box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label { border-color: #28a745; }
.was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before { border-color: inherit; }
.was-validated .custom-file-input:valid ~ .valid-feedback, .was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback, .custom-file-input.is-valid ~ .valid-tooltip { display: block; }
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label { box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
.invalid-feedback { display: none; width: 100%; margin-top: 0.25rem; font-size: 80%; color: #dc3545; }
.invalid-tooltip { position: absolute; top: 100%; z-index: 5; display: none; max-width: 100%; padding: .5rem; margin-top: .1rem; font-size: .875rem; line-height: 1; color: #fff; background-color: rgba(220, 53, 69, 0.8); border-radius: .2rem; }
.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .custom-select.is-invalid { border-color: #dc3545; }
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus { border-color: #dc3545; box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
.was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-tooltip, .was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-tooltip { display: block; }
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label { color: #dc3545; }
.was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip { display: block; }
.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label { color: #dc3545; }
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before { background-color: #efa2a9; }
.was-validated .custom-control-input:invalid ~ .invalid-feedback, .was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback, .custom-control-input.is-invalid ~ .invalid-tooltip { display: block; }
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before { background-color: #e4606d; }
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before { box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label { border-color: #dc3545; }
.was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before { border-color: inherit; }
.was-validated .custom-file-input:invalid ~ .invalid-feedback, .was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback, .custom-file-input.is-invalid ~ .invalid-tooltip { display: block; }
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label { box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
.form-inline { display: flex; flex-flow: row wrap; align-items: center; }
.form-inline .form-check { width: 100%; }
@media (min-width: 576px) { .form-inline label { display: flex; align-items: center; justify-content: center; margin-bottom: 0; }
.form-inline .form-group { display: flex; flex: 0 0 auto; flex-flow: row wrap; align-items: center; margin-bottom: 0; }
.form-inline .form-control { display: inline-block; width: auto; vertical-align: middle; }
.form-inline .form-control-plaintext { display: inline-block; }
.form-inline .input-group { width: auto; }
.form-inline .form-check { display: flex; align-items: center; justify-content: center; width: auto; padding-left: 0; }
.form-inline .form-check-input { position: relative; margin-top: 0; margin-right: 0.25rem; margin-left: 0; }
.form-inline .custom-control { align-items: center; justify-content: center; }
.form-inline .custom-control-label { margin-bottom: 0; } }
.btn { display: inline-block; font-weight: 400; text-align: center; white-space: nowrap; vertical-align: middle; user-select: none; border: 1px solid transparent; padding: 0.375rem 0.75rem; font-size: 1rem; line-height: 1.5; border-radius: 0rem; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
.btn:hover, .btn:focus { text-decoration: none; }
.btn:focus, .btn.focus { outline: 0; box-shadow: 0 0 0 0.2rem rgba(65, 143, 222, 0.25); }
.btn.disabled, .btn:disabled { opacity: 0.65; }
.btn:not(:disabled):not(.disabled) { cursor: pointer; }
.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active { background-image: none; }
a.btn.disabled, fieldset:disabled a.btn { pointer-events: none; }
.btn-primary { color: #fff; background-color: #418FDE; border-color: #418FDE; }
.btn-primary:hover { color: #fff; background-color: #257cd4; border-color: #2375c9; }
.btn-primary:focus, .btn-primary.focus { box-shadow: 0 0 0 0.2rem rgba(65, 143, 222, 0.5); }
.btn-primary.disabled, .btn-primary:disabled { color: #fff; background-color: #418FDE; border-color: #418FDE; }
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle { color: #fff; background-color: #2375c9; border-color: #216fbe; }
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(65, 143, 222, 0.5); }
.btn-secondary { color: #fff; background-color: #6c757d; border-color: #6c757d; }
.btn-secondary:hover { color: #fff; background-color: #5a6268; border-color: #545b62; }
.btn-secondary:focus, .btn-secondary.focus { box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
.btn-secondary.disabled, .btn-secondary:disabled { color: #fff; background-color: #6c757d; border-color: #6c757d; }
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle { color: #fff; background-color: #545b62; border-color: #4e555b; }
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
.btn-success { color: #fff; background-color: #28a745; border-color: #28a745; }
.btn-success:hover { color: #fff; background-color: #218838; border-color: #1e7e34; }
.btn-success:focus, .btn-success.focus { box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
.btn-success.disabled, .btn-success:disabled { color: #fff; background-color: #28a745; border-color: #28a745; }
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle { color: #fff; background-color: #1e7e34; border-color: #1c7430; }
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
.btn-info { color: #fff; background-color: #17a2b8; border-color: #17a2b8; }
.btn-info:hover { color: #fff; background-color: #138496; border-color: #117a8b; }
.btn-info:focus, .btn-info.focus { box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
.btn-info.disabled, .btn-info:disabled { color: #fff; background-color: #17a2b8; border-color: #17a2b8; }
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle { color: #fff; background-color: #117a8b; border-color: #10707f; }
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
.btn-warning { color: #212529; background-color: #ffc107; border-color: #ffc107; }
.btn-warning:hover { color: #212529; background-color: #e0a800; border-color: #d39e00; }
.btn-warning:focus, .btn-warning.focus { box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
.btn-warning.disabled, .btn-warning:disabled { color: #212529; background-color: #ffc107; border-color: #ffc107; }
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle { color: #212529; background-color: #d39e00; border-color: #c69500; }
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
.btn-danger { color: #fff; background-color: #dc3545; border-color: #dc3545; }
.btn-danger:hover { color: #fff; background-color: #c82333; border-color: #bd2130; }
.btn-danger:focus, .btn-danger.focus { box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
.btn-danger.disabled, .btn-danger:disabled { color: #fff; background-color: #dc3545; border-color: #dc3545; }
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle { color: #fff; background-color: #bd2130; border-color: #b21f2d; }
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
.btn-light { color: #212529; background-color: #f8f9fa; border-color: #f8f9fa; }
.btn-light:hover { color: #212529; background-color: #e2e6ea; border-color: #dae0e5; }
.btn-light:focus, .btn-light.focus { box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
.btn-light.disabled, .btn-light:disabled { color: #212529; background-color: #f8f9fa; border-color: #f8f9fa; }
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle { color: #212529; background-color: #dae0e5; border-color: #d3d9df; }
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
.btn-dark { color: #fff; background-color: #343a40; border-color: #343a40; }
.btn-dark:hover { color: #fff; background-color: #23272b; border-color: #1d2124; }
.btn-dark:focus, .btn-dark.focus { box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
.btn-dark.disabled, .btn-dark:disabled { color: #fff; background-color: #343a40; border-color: #343a40; }
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle { color: #fff; background-color: #1d2124; border-color: #171a1d; }
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
.btn-outline-primary { color: #418FDE; background-color: transparent; background-image: none; border-color: #418FDE; }
.btn-outline-primary:hover { color: #fff; background-color: #418FDE; border-color: #418FDE; }
.btn-outline-primary:focus, .btn-outline-primary.focus { box-shadow: 0 0 0 0.2rem rgba(65, 143, 222, 0.5); }
.btn-outline-primary.disabled, .btn-outline-primary:disabled { color: #418FDE; background-color: transparent; }
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle { color: #fff; background-color: #418FDE; border-color: #418FDE; }
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(65, 143, 222, 0.5); }
.btn-outline-secondary { color: #6c757d; background-color: transparent; background-image: none; border-color: #6c757d; }
.btn-outline-secondary:hover { color: #fff; background-color: #6c757d; border-color: #6c757d; }
.btn-outline-secondary:focus, .btn-outline-secondary.focus { box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled { color: #6c757d; background-color: transparent; }
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle { color: #fff; background-color: #6c757d; border-color: #6c757d; }
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
.btn-outline-success { color: #28a745; background-color: transparent; background-image: none; border-color: #28a745; }
.btn-outline-success:hover { color: #fff; background-color: #28a745; border-color: #28a745; }
.btn-outline-success:focus, .btn-outline-success.focus { box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
.btn-outline-success.disabled, .btn-outline-success:disabled { color: #28a745; background-color: transparent; }
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle { color: #fff; background-color: #28a745; border-color: #28a745; }
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
.btn-outline-info { color: #17a2b8; background-color: transparent; background-image: none; border-color: #17a2b8; }
.btn-outline-info:hover { color: #fff; background-color: #17a2b8; border-color: #17a2b8; }
.btn-outline-info:focus, .btn-outline-info.focus { box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
.btn-outline-info.disabled, .btn-outline-info:disabled { color: #17a2b8; background-color: transparent; }
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle { color: #fff; background-color: #17a2b8; border-color: #17a2b8; }
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
.btn-outline-warning { color: #ffc107; background-color: transparent; background-image: none; border-color: #ffc107; }
.btn-outline-warning:hover { color: #212529; background-color: #ffc107; border-color: #ffc107; }
.btn-outline-warning:focus, .btn-outline-warning.focus { box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
.btn-outline-warning.disabled, .btn-outline-warning:disabled { color: #ffc107; background-color: transparent; }
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle { color: #212529; background-color: #ffc107; border-color: #ffc107; }
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
.btn-outline-danger { color: #dc3545; background-color: transparent; background-image: none; border-color: #dc3545; }
.btn-outline-danger:hover { color: #fff; background-color: #dc3545; border-color: #dc3545; }
.btn-outline-danger:focus, .btn-outline-danger.focus { box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
.btn-outline-danger.disabled, .btn-outline-danger:disabled { color: #dc3545; background-color: transparent; }
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle { color: #fff; background-color: #dc3545; border-color: #dc3545; }
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
.btn-outline-light { color: #f8f9fa; background-color: transparent; background-image: none; border-color: #f8f9fa; }
.btn-outline-light:hover { color: #212529; background-color: #f8f9fa; border-color: #f8f9fa; }
.btn-outline-light:focus, .btn-outline-light.focus { box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
.btn-outline-light.disabled, .btn-outline-light:disabled { color: #f8f9fa; background-color: transparent; }
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle { color: #212529; background-color: #f8f9fa; border-color: #f8f9fa; }
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
.btn-outline-dark { color: #343a40; background-color: transparent; background-image: none; border-color: #343a40; }
.btn-outline-dark:hover { color: #fff; background-color: #343a40; border-color: #343a40; }
.btn-outline-dark:focus, .btn-outline-dark.focus { box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
.btn-outline-dark.disabled, .btn-outline-dark:disabled { color: #343a40; background-color: transparent; }
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle { color: #fff; background-color: #343a40; border-color: #343a40; }
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
.btn-link { font-weight: 400; color: #418FDE; background-color: transparent; }
.btn-link:hover { color: #1f69b3; text-decoration: underline; background-color: transparent; border-color: transparent; }
.btn-link:focus, .btn-link.focus { text-decoration: underline; border-color: transparent; box-shadow: none; }
.btn-link:disabled, .btn-link.disabled { color: #6c757d; }
.btn-lg, .btn-group-lg > .btn { padding: 0.5rem 1rem; font-size: 1.25rem; line-height: 1.5; border-radius: 0.3rem; }
.btn-sm, .btn-group-sm > .btn { padding: 0.25rem 0.5rem; font-size: 0.875rem; line-height: 1.5; border-radius: 0.2rem; }
.btn-block { display: block; width: 100%; }
.btn-block + .btn-block { margin-top: 0.5rem; }
input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block { width: 100%; }
.fade { opacity: 0; transition: opacity 0.15s linear; }
.fade.show { opacity: 1; }
.collapse { display: none; }
.collapse.show { display: block; }
tr.collapse.show { display: table-row; }
tbody.collapse.show { display: table-row-group; }
.collapsing { position: relative; height: 0; overflow: hidden; transition: height 0.35s ease; }
.btn-group, .btn-group-vertical { position: relative; display: inline-flex; vertical-align: middle; }
.btn-group > .btn, .btn-group-vertical > .btn { position: relative; flex: 0 1 auto; }
.btn-group > .btn:hover, .btn-group-vertical > .btn:hover { z-index: 1; }
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn.active { z-index: 1; }
.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group, .btn-group-vertical .btn + .btn, .btn-group-vertical .btn + .btn-group, .btn-group-vertical .btn-group + .btn, .btn-group-vertical .btn-group + .btn-group { margin-left: -1px; }
.btn-toolbar { display: flex; flex-wrap: wrap; justify-content: flex-start; }
.btn-toolbar .input-group { width: auto; }
.btn-group > .btn:first-child { margin-left: 0; }
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-group:not(:last-child) > .btn { border-top-right-radius: 0; border-bottom-right-radius: 0; }
.btn-group > .btn:not(:first-child), .btn-group > .btn-group:not(:first-child) > .btn { border-top-left-radius: 0; border-bottom-left-radius: 0; }
.dropdown-toggle-split { padding-right: 0.5625rem; padding-left: 0.5625rem; }
.dropdown-toggle-split::after { margin-left: 0; }
.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split { padding-right: 0.375rem; padding-left: 0.375rem; }
.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split { padding-right: 0.75rem; padding-left: 0.75rem; }
.btn-group-vertical { flex-direction: column; align-items: flex-start; justify-content: center; }
.btn-group-vertical .btn, .btn-group-vertical .btn-group { width: 100%; }
.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group { margin-top: -1px; margin-left: 0; }
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-group:not(:last-child) > .btn { border-bottom-right-radius: 0; border-bottom-left-radius: 0; }
.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .btn-group:not(:first-child) > .btn { border-top-left-radius: 0; border-top-right-radius: 0; }
.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn { margin-bottom: 0; }
.btn-group-toggle > .btn input[type="radio"], .btn-group-toggle > .btn input[type="checkbox"], .btn-group-toggle > .btn-group > .btn input[type="radio"], .btn-group-toggle > .btn-group > .btn input[type="checkbox"] { position: absolute; clip: rect(0, 0, 0, 0); pointer-events: none; }
.input-group { position: relative; display: flex; flex-wrap: wrap; align-items: stretch; width: 100%; }
.input-group > .form-control, .input-group > .custom-select, .input-group > .custom-file { position: relative; flex: 1 1 auto; width: 1%; margin-bottom: 0; }
.input-group > .form-control:focus, .input-group > .custom-select:focus, .input-group > .custom-file:focus { z-index: 3; }
.input-group > .form-control + .form-control, .input-group > .form-control + .custom-select, .input-group > .form-control + .custom-file, .input-group > .custom-select + .form-control, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .custom-file, .input-group > .custom-file + .form-control, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .custom-file { margin-left: -1px; }
.input-group > .form-control:not(:last-child), .input-group > .custom-select:not(:last-child) { border-top-right-radius: 0; border-bottom-right-radius: 0; }
.input-group > .form-control:not(:first-child), .input-group > .custom-select:not(:first-child) { border-top-left-radius: 0; border-bottom-left-radius: 0; }
.input-group > .custom-file { display: flex; align-items: center; }
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::before { border-top-right-radius: 0; border-bottom-right-radius: 0; }
.input-group > .custom-file:not(:first-child) .custom-file-label, .input-group > .custom-file:not(:first-child) .custom-file-label::before { border-top-left-radius: 0; border-bottom-left-radius: 0; }
.input-group-prepend, .input-group-append { display: flex; }
.input-group-prepend .btn, .input-group-append .btn { position: relative; z-index: 2; }
.input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .input-group-text, .input-group-append .input-group-text + .btn { margin-left: -1px; }
.input-group-prepend { margin-right: -1px; }
.input-group-append { margin-left: -1px; }
.input-group-text { display: flex; align-items: center; padding: 0.375rem 0.75rem; margin-bottom: 0; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #495057; text-align: center; white-space: nowrap; background-color: #e9ecef; border: 1px solid #ced4da; border-radius: 0rem; }
.input-group-text input[type="radio"], .input-group-text input[type="checkbox"] { margin-top: 0; }
.input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text, .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) { border-top-right-radius: 0; border-bottom-right-radius: 0; }
.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) { border-top-left-radius: 0; border-bottom-left-radius: 0; }
.nav { display: flex; flex-wrap: wrap; padding-left: 0; margin-bottom: 0; list-style: none; }
.nav-link { display: block; padding: 0.5rem 1rem; }
.nav-link:hover, .nav-link:focus { text-decoration: none; }
.nav-link.disabled { color: #6c757d; }
.nav-tabs { border-bottom: 1px solid #dee2e6; }
.nav-tabs .nav-item { margin-bottom: -1px; }
.nav-tabs .nav-link { border: 1px solid transparent; border-top-left-radius: 0rem; border-top-right-radius: 0rem; }
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus { border-color: #e9ecef #e9ecef #dee2e6; }
.nav-tabs .nav-link.disabled { color: #6c757d; background-color: transparent; border-color: transparent; }
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link { color: #495057; background-color: #fff; border-color: #dee2e6 #dee2e6 #fff; }
.nav-tabs .dropdown-menu { margin-top: -1px; border-top-left-radius: 0; border-top-right-radius: 0; }
.nav-pills .nav-link { border-radius: 0rem; }
.nav-pills .nav-link.active, .nav-pills .show > .nav-link { color: #fff; background-color: #418FDE; }
.nav-fill .nav-item { flex: 1 1 auto; text-align: center; }
.nav-justified .nav-item { flex-basis: 0; flex-grow: 1; text-align: center; }
.tab-content > .tab-pane { display: none; }
.tab-content > .active { display: block; }
.navbar { position: relative; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; padding: 0.5rem 1rem; }
.navbar > .container, .navbar > .container-fluid { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; }
.navbar-brand { display: inline-block; padding-top: 0.3125rem; padding-bottom: 0.3125rem; margin-right: 1rem; font-size: 1.25rem; line-height: inherit; white-space: nowrap; }
.navbar-brand:hover, .navbar-brand:focus { text-decoration: none; }
.navbar-nav { display: flex; flex-direction: column; padding-left: 0; margin-bottom: 0; list-style: none; }
.navbar-nav .nav-link { padding-right: 0; padding-left: 0; }
.navbar-nav .dropdown-menu { position: static; float: none; }
.navbar-text { display: inline-block; padding-top: 0.5rem; padding-bottom: 0.5rem; }
.navbar-collapse { flex-basis: 100%; flex-grow: 1; align-items: center; }
.navbar-toggler { padding: 0.25rem 0.75rem; font-size: 1.25rem; line-height: 1; background-color: transparent; border: 1px solid transparent; border-radius: 0rem; }
.navbar-toggler:hover, .navbar-toggler:focus { text-decoration: none; }
.navbar-toggler:not(:disabled):not(.disabled) { cursor: pointer; }
.navbar-toggler-icon { display: inline-block; width: 1.5em; height: 1.5em; vertical-align: middle; content: ""; background: no-repeat center center; background-size: 100% 100%; }
@media (max-width: 575.98px) { .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid { padding-right: 0; padding-left: 0; } }
@media (min-width: 576px) { .navbar-expand-sm { flex-flow: row nowrap; justify-content: flex-start; }
.navbar-expand-sm .navbar-nav { flex-direction: row; }
.navbar-expand-sm .navbar-nav .dropdown-menu { position: absolute; }
.navbar-expand-sm .navbar-nav .dropdown-menu-right { right: 0; left: auto; }
.navbar-expand-sm .navbar-nav .nav-link { padding-right: 0.5rem; padding-left: 0.5rem; }
.navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid { flex-wrap: nowrap; }
.navbar-expand-sm .navbar-collapse { display: flex !important; flex-basis: auto; }
.navbar-expand-sm .navbar-toggler { display: none; }
.navbar-expand-sm .dropup .dropdown-menu { top: auto; bottom: 100%; } }
@media (max-width: 767.98px) { .navbar-expand-md > .container, .navbar-expand-md > .container-fluid { padding-right: 0; padding-left: 0; } }
@media (min-width: 768px) { .navbar-expand-md { flex-flow: row nowrap; justify-content: flex-start; }
.navbar-expand-md .navbar-nav { flex-direction: row; }
.navbar-expand-md .navbar-nav .dropdown-menu { position: absolute; }
.navbar-expand-md .navbar-nav .dropdown-menu-right { right: 0; left: auto; }
.navbar-expand-md .navbar-nav .nav-link { padding-right: 0.5rem; padding-left: 0.5rem; }
.navbar-expand-md > .container, .navbar-expand-md > .container-fluid { flex-wrap: nowrap; }
.navbar-expand-md .navbar-collapse { display: flex !important; flex-basis: auto; }
.navbar-expand-md .navbar-toggler { display: none; }
.navbar-expand-md .dropup .dropdown-menu { top: auto; bottom: 100%; } }
@media (max-width: 1023.98px) { .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid { padding-right: 0; padding-left: 0; } }
@media (min-width: 1024px) { .navbar-expand-lg { flex-flow: row nowrap; justify-content: flex-start; }
.navbar-expand-lg .navbar-nav { flex-direction: row; }
.navbar-expand-lg .navbar-nav .dropdown-menu { position: absolute; }
.navbar-expand-lg .navbar-nav .dropdown-menu-right { right: 0; left: auto; }
.navbar-expand-lg .navbar-nav .nav-link { padding-right: 0.5rem; padding-left: 0.5rem; }
.navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid { flex-wrap: nowrap; }
.navbar-expand-lg .navbar-collapse { display: flex !important; flex-basis: auto; }
.navbar-expand-lg .navbar-toggler { display: none; }
.navbar-expand-lg .dropup .dropdown-menu { top: auto; bottom: 100%; } }
@media (max-width: 1139.98px) { .navbar-expand-llg > .container, .navbar-expand-llg > .container-fluid { padding-right: 0; padding-left: 0; } }
@media (min-width: 1140px) { .navbar-expand-llg { flex-flow: row nowrap; justify-content: flex-start; }
.navbar-expand-llg .navbar-nav { flex-direction: row; }
.navbar-expand-llg .navbar-nav .dropdown-menu { position: absolute; }
.navbar-expand-llg .navbar-nav .dropdown-menu-right { right: 0; left: auto; }
.navbar-expand-llg .navbar-nav .nav-link { padding-right: 0.5rem; padding-left: 0.5rem; }
.navbar-expand-llg > .container, .navbar-expand-llg > .container-fluid { flex-wrap: nowrap; }
.navbar-expand-llg .navbar-collapse { display: flex !important; flex-basis: auto; }
.navbar-expand-llg .navbar-toggler { display: none; }
.navbar-expand-llg .dropup .dropdown-menu { top: auto; bottom: 100%; } }
@media (max-width: 1279.98px) { .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid { padding-right: 0; padding-left: 0; } }
@media (min-width: 1280px) { .navbar-expand-xl { flex-flow: row nowrap; justify-content: flex-start; }
.navbar-expand-xl .navbar-nav { flex-direction: row; }
.navbar-expand-xl .navbar-nav .dropdown-menu { position: absolute; }
.navbar-expand-xl .navbar-nav .dropdown-menu-right { right: 0; left: auto; }
.navbar-expand-xl .navbar-nav .nav-link { padding-right: 0.5rem; padding-left: 0.5rem; }
.navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid { flex-wrap: nowrap; }
.navbar-expand-xl .navbar-collapse { display: flex !important; flex-basis: auto; }
.navbar-expand-xl .navbar-toggler { display: none; }
.navbar-expand-xl .dropup .dropdown-menu { top: auto; bottom: 100%; } }
.navbar-expand { flex-flow: row nowrap; justify-content: flex-start; }
.navbar-expand > .container, .navbar-expand > .container-fluid { padding-right: 0; padding-left: 0; }
.navbar-expand .navbar-nav { flex-direction: row; }
.navbar-expand .navbar-nav .dropdown-menu { position: absolute; }
.navbar-expand .navbar-nav .dropdown-menu-right { right: 0; left: auto; }
.navbar-expand .navbar-nav .nav-link { padding-right: 0.5rem; padding-left: 0.5rem; }
.navbar-expand > .container, .navbar-expand > .container-fluid { flex-wrap: nowrap; }
.navbar-expand .navbar-collapse { display: flex !important; flex-basis: auto; }
.navbar-expand .navbar-toggler { display: none; }
.navbar-expand .dropup .dropdown-menu { top: auto; bottom: 100%; }
.navbar-light .navbar-brand { color: rgba(0, 0, 0, 0.9); }
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus { color: rgba(0, 0, 0, 0.9); }
.navbar-light .navbar-nav .nav-link { color: rgba(0, 0, 0, 0.5); }
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus { color: rgba(0, 0, 0, 0.7); }
.navbar-light .navbar-nav .nav-link.disabled { color: rgba(0, 0, 0, 0.3); }
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active { color: rgba(0, 0, 0, 0.9); }
.navbar-light .navbar-toggler { color: rgba(0, 0, 0, 0.5); border-color: rgba(0, 0, 0, 0.1); }
.navbar-light .navbar-toggler-icon { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }
.navbar-light .navbar-text { color: rgba(0, 0, 0, 0.5); }
.navbar-light .navbar-text a { color: rgba(0, 0, 0, 0.9); }
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus { color: rgba(0, 0, 0, 0.9); }
.navbar-dark .navbar-brand { color: #fff; }
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus { color: #fff; }
.navbar-dark .navbar-nav .nav-link { color: rgba(255, 255, 255, 0.5); }
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus { color: rgba(255, 255, 255, 0.75); }
.navbar-dark .navbar-nav .nav-link.disabled { color: rgba(255, 255, 255, 0.25); }
.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active { color: #fff; }
.navbar-dark .navbar-toggler { color: rgba(255, 255, 255, 0.5); border-color: rgba(255, 255, 255, 0.1); }
.navbar-dark .navbar-toggler-icon { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }
.navbar-dark .navbar-text { color: rgba(255, 255, 255, 0.5); }
.navbar-dark .navbar-text a { color: #fff; }
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus { color: #fff; }
.card { position: relative; display: flex; flex-direction: column; min-width: 0; word-wrap: break-word; background-color: #fff; background-clip: border-box; border: 1px solid rgba(0, 0, 0, 0.125); border-radius: 0rem; }
.card > hr { margin-right: 0; margin-left: 0; }
.card > .list-group:first-child .list-group-item:first-child { border-top-left-radius: 0rem; border-top-right-radius: 0rem; }
.card > .list-group:last-child .list-group-item:last-child { border-bottom-right-radius: 0rem; border-bottom-left-radius: 0rem; }
.card-body { flex: 1 1 auto; padding: 1.25rem; }
.card-title { margin-bottom: 0.75rem; }
.card-subtitle { margin-top: -0.375rem; margin-bottom: 0; }
.card-text:last-child { margin-bottom: 0; }
.card-link:hover { text-decoration: none; }
.card-link + .card-link { margin-left: 1.25rem; }
.card-header { padding: 0.75rem 1.25rem; margin-bottom: 0; background-color: rgba(0, 0, 0, 0.03); border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
.card-header:first-child { border-radius: calc(0rem - 1px) calc(0rem - 1px) 0 0; }
.card-header + .list-group .list-group-item:first-child { border-top: 0; }
.card-footer { padding: 0.75rem 1.25rem; background-color: rgba(0, 0, 0, 0.03); border-top: 1px solid rgba(0, 0, 0, 0.125); }
.card-footer:last-child { border-radius: 0 0 calc(0rem - 1px) calc(0rem - 1px); }
.card-header-tabs { margin-right: -0.625rem; margin-bottom: -0.75rem; margin-left: -0.625rem; border-bottom: 0; }
.card-header-pills { margin-right: -0.625rem; margin-left: -0.625rem; }
.card-img-overlay { position: absolute; top: 0; right: 0; bottom: 0; left: 0; padding: 1.25rem; }
.card-img { width: 100%; border-radius: calc(0rem - 1px); }
.card-img-top { width: 100%; border-top-left-radius: calc(0rem - 1px); border-top-right-radius: calc(0rem - 1px); }
.card-img-bottom { width: 100%; border-bottom-right-radius: calc(0rem - 1px); border-bottom-left-radius: calc(0rem - 1px); }
.card-deck { display: flex; flex-direction: column; }
.card-deck .card { margin-bottom: 16px; }
@media (min-width: 576px) { .card-deck { flex-flow: row wrap; margin-right: -16px; margin-left: -16px; }
.card-deck .card { display: flex; flex: 1 0 0%; flex-direction: column; margin-right: 16px; margin-bottom: 0; margin-left: 16px; } }
.card-group { display: flex; flex-direction: column; }
.card-group > .card { margin-bottom: 16px; }
@media (min-width: 576px) { .card-group { flex-flow: row wrap; }
.card-group > .card { flex: 1 0 0%; margin-bottom: 0; }
.card-group > .card + .card { margin-left: 0; border-left: 0; }
.card-group > .card:first-child { border-top-right-radius: 0; border-bottom-right-radius: 0; }
.card-group > .card:first-child .card-img-top, .card-group > .card:first-child .card-header { border-top-right-radius: 0; }
.card-group > .card:first-child .card-img-bottom, .card-group > .card:first-child .card-footer { border-bottom-right-radius: 0; }
.card-group > .card:last-child { border-top-left-radius: 0; border-bottom-left-radius: 0; }
.card-group > .card:last-child .card-img-top, .card-group > .card:last-child .card-header { border-top-left-radius: 0; }
.card-group > .card:last-child .card-img-bottom, .card-group > .card:last-child .card-footer { border-bottom-left-radius: 0; }
.card-group > .card:only-child { border-radius: 0rem; }
.card-group > .card:only-child .card-img-top, .card-group > .card:only-child .card-header { border-top-left-radius: 0rem; border-top-right-radius: 0rem; }
.card-group > .card:only-child .card-img-bottom, .card-group > .card:only-child .card-footer { border-bottom-right-radius: 0rem; border-bottom-left-radius: 0rem; }
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) { border-radius: 0; }
.card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer { border-radius: 0; } }
.card-columns .card { margin-bottom: 0.75rem; }
@media (min-width: 576px) { .card-columns { column-count: 3; column-gap: 1.25rem; }
.card-columns .card { display: inline-block; width: 100%; } }
.breadcrumb { display: flex; flex-wrap: wrap; padding: 0.75rem 1rem; margin-bottom: 1rem; list-style: none; background-color: #e9ecef; border-radius: 0rem; }
.breadcrumb-item + .breadcrumb-item::before { display: inline-block; padding-right: 0.5rem; padding-left: 0.5rem; color: #6c757d; content: "/"; }
.breadcrumb-item + .breadcrumb-item:hover::before { text-decoration: underline; }
.breadcrumb-item + .breadcrumb-item:hover::before { text-decoration: none; }
.breadcrumb-item.active { color: #6c757d; }
.jumbotron { padding: 2rem 1rem; margin-bottom: 2rem; background-color: #e9ecef; border-radius: 0.3rem; }
@media (min-width: 576px) { .jumbotron { padding: 4rem 2rem; } }
.jumbotron-fluid { padding-right: 0; padding-left: 0; border-radius: 0; }
.media { display: flex; align-items: flex-start; }
.media-body { flex: 1; }
.list-group { display: flex; flex-direction: column; padding-left: 0; margin-bottom: 0; }
.list-group-item-action { width: 100%; color: #495057; text-align: inherit; }
.list-group-item-action:hover, .list-group-item-action:focus { color: #495057; text-decoration: none; background-color: #f8f9fa; }
.list-group-item-action:active { color: #212529; background-color: #e9ecef; }
.list-group-item { position: relative; display: block; padding: 0.75rem 1.25rem; margin-bottom: -1px; background-color: #fff; border: 1px solid rgba(0, 0, 0, 0.125); }
.list-group-item:first-child { border-top-left-radius: 0rem; border-top-right-radius: 0rem; }
.list-group-item:last-child { margin-bottom: 0; border-bottom-right-radius: 0rem; border-bottom-left-radius: 0rem; }
.list-group-item:hover, .list-group-item:focus { z-index: 1; text-decoration: none; }
.list-group-item.disabled, .list-group-item:disabled { color: #6c757d; background-color: #fff; }
.list-group-item.active { z-index: 2; color: #fff; background-color: #418FDE; border-color: #418FDE; }
.list-group-flush .list-group-item { border-right: 0; border-left: 0; border-radius: 0; }
.list-group-flush:first-child .list-group-item:first-child { border-top: 0; }
.list-group-flush:last-child .list-group-item:last-child { border-bottom: 0; }
.list-group-item-primary { color: #224a73; background-color: #cae0f6; }
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus { color: #224a73; background-color: #b4d3f2; }
.list-group-item-primary.list-group-item-action.active { color: #fff; background-color: #224a73; border-color: #224a73; }
.list-group-item-secondary { color: #383d41; background-color: #d6d8db; }
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus { color: #383d41; background-color: #c8cbcf; }
.list-group-item-secondary.list-group-item-action.active { color: #fff; background-color: #383d41; border-color: #383d41; }
.list-group-item-success { color: #155724; background-color: #c3e6cb; }
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus { color: #155724; background-color: #b1dfbb; }
.list-group-item-success.list-group-item-action.active { color: #fff; background-color: #155724; border-color: #155724; }
.list-group-item-info { color: #0c5460; background-color: #bee5eb; }
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus { color: #0c5460; background-color: #abdde5; }
.list-group-item-info.list-group-item-action.active { color: #fff; background-color: #0c5460; border-color: #0c5460; }
.list-group-item-warning { color: #856404; background-color: #ffeeba; }
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus { color: #856404; background-color: #ffe8a1; }
.list-group-item-warning.list-group-item-action.active { color: #fff; background-color: #856404; border-color: #856404; }
.list-group-item-danger { color: #721c24; background-color: #f5c6cb; }
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus { color: #721c24; background-color: #f1b0b7; }
.list-group-item-danger.list-group-item-action.active { color: #fff; background-color: #721c24; border-color: #721c24; }
.list-group-item-light { color: #818182; background-color: #fdfdfe; }
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus { color: #818182; background-color: #ececf6; }
.list-group-item-light.list-group-item-action.active { color: #fff; background-color: #818182; border-color: #818182; }
.list-group-item-dark { color: #1b1e21; background-color: #c6c8ca; }
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus { color: #1b1e21; background-color: #b9bbbe; }
.list-group-item-dark.list-group-item-action.active { color: #fff; background-color: #1b1e21; border-color: #1b1e21; }
.close { float: right; font-size: 1.5rem; font-weight: 700; line-height: 1; color: #000; text-shadow: 0 1px 0 #fff; opacity: .5; }
.close:hover, .close:focus { color: #000; text-decoration: none; opacity: .75; }
.close:not(:disabled):not(.disabled) { cursor: pointer; }
button.close { padding: 0; background-color: transparent; border: 0; -webkit-appearance: none; }
.modal-open { overflow: hidden; }
.modal { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1050; display: none; overflow: hidden; outline: 0; }
.modal-open .modal { overflow-x: hidden; overflow-y: auto; }
.modal-dialog { position: relative; width: auto; margin: 0.5rem; pointer-events: none; }
.modal.fade .modal-dialog { transition: transform 0.3s ease-out; transform: translate(0, -25%); }
.modal.show .modal-dialog { transform: translate(0, 0); }
.modal-dialog-centered { display: flex; align-items: center; min-height: calc(100% - (0.5rem * 2)); }
.modal-content { position: relative; display: flex; flex-direction: column; width: 100%; pointer-events: auto; background-color: #fff; background-clip: padding-box; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 0.3rem; outline: 0; }
.modal-backdrop { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1040; background-color: #000; }
.modal-backdrop.fade { opacity: 0; }
.modal-backdrop.show { opacity: 0.5; }
.modal-header { display: flex; align-items: flex-start; justify-content: space-between; padding: 1rem; border-bottom: 1px solid #e9ecef; border-top-left-radius: 0.3rem; border-top-right-radius: 0.3rem; }
.modal-header .close { padding: 1rem; margin: -1rem -1rem -1rem auto; }
.modal-title { margin-bottom: 0; line-height: 1.5; }
.modal-body { position: relative; flex: 1 1 auto; padding: 1rem; }
.modal-footer { display: flex; align-items: center; justify-content: flex-end; padding: 1rem; border-top: 1px solid #e9ecef; }
.modal-footer > :not(:first-child) { margin-left: .25rem; }
.modal-footer > :not(:last-child) { margin-right: .25rem; }
.modal-scrollbar-measure { position: absolute; top: -9999px; width: 50px; height: 50px; overflow: scroll; }
@media (min-width: 576px) { .modal-dialog { max-width: 500px; margin: 1.75rem auto; }
.modal-dialog-centered { min-height: calc(100% - (1.75rem * 2)); }
.modal-sm { max-width: 300px; } }
@media (min-width: 1024px) { .modal-lg { max-width: 800px; } }
.align-baseline { vertical-align: baseline !important; }
.align-top { vertical-align: top !important; }
.align-middle { vertical-align: middle !important; }
.align-bottom { vertical-align: bottom !important; }
.align-text-bottom { vertical-align: text-bottom !important; }
.align-text-top { vertical-align: text-top !important; }
.bg-primary { background-color: #418FDE !important; }
a.bg-primary:hover, a.bg-primary:focus, button.bg-primary:hover, button.bg-primary:focus { background-color: #2375c9 !important; }
.bg-secondary { background-color: #6c757d !important; }
a.bg-secondary:hover, a.bg-secondary:focus, button.bg-secondary:hover, button.bg-secondary:focus { background-color: #545b62 !important; }
.bg-success { background-color: #28a745 !important; }
a.bg-success:hover, a.bg-success:focus, button.bg-success:hover, button.bg-success:focus { background-color: #1e7e34 !important; }
.bg-info { background-color: #17a2b8 !important; }
a.bg-info:hover, a.bg-info:focus, button.bg-info:hover, button.bg-info:focus { background-color: #117a8b !important; }
.bg-warning { background-color: #ffc107 !important; }
a.bg-warning:hover, a.bg-warning:focus, button.bg-warning:hover, button.bg-warning:focus { background-color: #d39e00 !important; }
.bg-danger { background-color: #dc3545 !important; }
a.bg-danger:hover, a.bg-danger:focus, button.bg-danger:hover, button.bg-danger:focus { background-color: #bd2130 !important; }
.bg-light { background-color: #f8f9fa !important; }
a.bg-light:hover, a.bg-light:focus, button.bg-light:hover, button.bg-light:focus { background-color: #dae0e5 !important; }
.bg-dark { background-color: #343a40 !important; }
a.bg-dark:hover, a.bg-dark:focus, button.bg-dark:hover, button.bg-dark:focus { background-color: #1d2124 !important; }
.bg-white { background-color: #FFFFFF !important; }
.bg-transparent { background-color: transparent !important; }
.border { border: 1px solid #6a89b9 !important; }
.border-top { border-top: 1px solid #6a89b9 !important; }
.border-right { border-right: 1px solid #6a89b9 !important; }
.border-bottom { border-bottom: 1px solid #6a89b9 !important; }
.border-left { border-left: 1px solid #6a89b9 !important; }
.border-0 { border: 0 !important; }
.border-top-0 { border-top: 0 !important; }
.border-right-0 { border-right: 0 !important; }
.border-bottom-0 { border-bottom: 0 !important; }
.border-left-0 { border-left: 0 !important; }
.border-primary { border-color: #418FDE !important; }
.border-secondary { border-color: #6c757d !important; }
.border-success { border-color: #28a745 !important; }
.border-info { border-color: #17a2b8 !important; }
.border-warning { border-color: #ffc107 !important; }
.border-danger { border-color: #dc3545 !important; }
.border-light { border-color: #f8f9fa !important; }
.border-dark { border-color: #343a40 !important; }
.border-white { border-color: #FFFFFF !important; }
.rounded { border-radius: 0rem !important; }
.rounded-top { border-top-left-radius: 0rem !important; border-top-right-radius: 0rem !important; }
.rounded-right { border-top-right-radius: 0rem !important; border-bottom-right-radius: 0rem !important; }
.rounded-bottom { border-bottom-right-radius: 0rem !important; border-bottom-left-radius: 0rem !important; }
.rounded-left { border-top-left-radius: 0rem !important; border-bottom-left-radius: 0rem !important; }
.rounded-circle { border-radius: 50% !important; }
.rounded-0 { border-radius: 0 !important; }
.clearfix::after { display: block; clear: both; content: ""; }
.d-none { display: none !important; }
.d-inline { display: inline !important; }
.d-inline-block { display: inline-block !important; }
.d-block { display: block !important; }
.d-table { display: table !important; }
.d-table-row { display: table-row !important; }
.d-table-cell { display: table-cell !important; }
.d-flex { display: flex !important; }
.d-inline-flex { display: inline-flex !important; }
@media (min-width: 576px) { .d-sm-none { display: none !important; }
.d-sm-inline { display: inline !important; }
.d-sm-inline-block { display: inline-block !important; }
.d-sm-block { display: block !important; }
.d-sm-table { display: table !important; }
.d-sm-table-row { display: table-row !important; }
.d-sm-table-cell { display: table-cell !important; }
.d-sm-flex { display: flex !important; }
.d-sm-inline-flex { display: inline-flex !important; } }
@media (min-width: 768px) { .d-md-none { display: none !important; }
.d-md-inline { display: inline !important; }
.d-md-inline-block { display: inline-block !important; }
.d-md-block { display: block !important; }
.d-md-table { display: table !important; }
.d-md-table-row { display: table-row !important; }
.d-md-table-cell { display: table-cell !important; }
.d-md-flex { display: flex !important; }
.d-md-inline-flex { display: inline-flex !important; } }
@media (min-width: 1024px) { .d-lg-none { display: none !important; }
.d-lg-inline { display: inline !important; }
.d-lg-inline-block { display: inline-block !important; }
.d-lg-block { display: block !important; }
.d-lg-table { display: table !important; }
.d-lg-table-row { display: table-row !important; }
.d-lg-table-cell { display: table-cell !important; }
.d-lg-flex { display: flex !important; }
.d-lg-inline-flex { display: inline-flex !important; } }
@media (min-width: 1140px) { .d-llg-none { display: none !important; }
.d-llg-inline { display: inline !important; }
.d-llg-inline-block { display: inline-block !important; }
.d-llg-block { display: block !important; }
.d-llg-table { display: table !important; }
.d-llg-table-row { display: table-row !important; }
.d-llg-table-cell { display: table-cell !important; }
.d-llg-flex { display: flex !important; }
.d-llg-inline-flex { display: inline-flex !important; } }
@media (min-width: 1280px) { .d-xl-none { display: none !important; }
.d-xl-inline { display: inline !important; }
.d-xl-inline-block { display: inline-block !important; }
.d-xl-block { display: block !important; }
.d-xl-table { display: table !important; }
.d-xl-table-row { display: table-row !important; }
.d-xl-table-cell { display: table-cell !important; }
.d-xl-flex { display: flex !important; }
.d-xl-inline-flex { display: inline-flex !important; } }
@media print { .d-print-none { display: none !important; }
.d-print-inline { display: inline !important; }
.d-print-inline-block { display: inline-block !important; }
.d-print-block { display: block !important; }
.d-print-table { display: table !important; }
.d-print-table-row { display: table-row !important; }
.d-print-table-cell { display: table-cell !important; }
.d-print-flex { display: flex !important; }
.d-print-inline-flex { display: inline-flex !important; } }
.embed-responsive { position: relative; display: block; width: 100%; padding: 0; overflow: hidden; }
.embed-responsive::before { display: block; content: ""; }
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video { position: absolute; top: 0; bottom: 0; left: 0; width: 100%; height: 100%; border: 0; }
.embed-responsive-21by9::before { padding-top: 42.85714%; }
.embed-responsive-16by9::before { padding-top: 56.25%; }
.embed-responsive-4by3::before { padding-top: 75%; }
.embed-responsive-1by1::before { padding-top: 100%; }
.flex-row { flex-direction: row !important; }
.flex-column { flex-direction: column !important; }
.flex-row-reverse { flex-direction: row-reverse !important; }
.flex-column-reverse { flex-direction: column-reverse !important; }
.flex-wrap { flex-wrap: wrap !important; }
.flex-nowrap { flex-wrap: nowrap !important; }
.flex-wrap-reverse { flex-wrap: wrap-reverse !important; }
.justify-content-start { justify-content: flex-start !important; }
.justify-content-end { justify-content: flex-end !important; }
.justify-content-center { justify-content: center !important; }
.justify-content-between { justify-content: space-between !important; }
.justify-content-around { justify-content: space-around !important; }
.align-items-start { align-items: flex-start !important; }
.align-items-end { align-items: flex-end !important; }
.align-items-center { align-items: center !important; }
.align-items-baseline { align-items: baseline !important; }
.align-items-stretch { align-items: stretch !important; }
.align-content-start { align-content: flex-start !important; }
.align-content-end { align-content: flex-end !important; }
.align-content-center { align-content: center !important; }
.align-content-between { align-content: space-between !important; }
.align-content-around { align-content: space-around !important; }
.align-content-stretch { align-content: stretch !important; }
.align-self-auto { align-self: auto !important; }
.align-self-start { align-self: flex-start !important; }
.align-self-end { align-self: flex-end !important; }
.align-self-center { align-self: center !important; }
.align-self-baseline { align-self: baseline !important; }
.align-self-stretch { align-self: stretch !important; }
@media (min-width: 576px) { .flex-sm-row { flex-direction: row !important; }
.flex-sm-column { flex-direction: column !important; }
.flex-sm-row-reverse { flex-direction: row-reverse !important; }
.flex-sm-column-reverse { flex-direction: column-reverse !important; }
.flex-sm-wrap { flex-wrap: wrap !important; }
.flex-sm-nowrap { flex-wrap: nowrap !important; }
.flex-sm-wrap-reverse { flex-wrap: wrap-reverse !important; }
.justify-content-sm-start { justify-content: flex-start !important; }
.justify-content-sm-end { justify-content: flex-end !important; }
.justify-content-sm-center { justify-content: center !important; }
.justify-content-sm-between { justify-content: space-between !important; }
.justify-content-sm-around { justify-content: space-around !important; }
.align-items-sm-start { align-items: flex-start !important; }
.align-items-sm-end { align-items: flex-end !important; }
.align-items-sm-center { align-items: center !important; }
.align-items-sm-baseline { align-items: baseline !important; }
.align-items-sm-stretch { align-items: stretch !important; }
.align-content-sm-start { align-content: flex-start !important; }
.align-content-sm-end { align-content: flex-end !important; }
.align-content-sm-center { align-content: center !important; }
.align-content-sm-between { align-content: space-between !important; }
.align-content-sm-around { align-content: space-around !important; }
.align-content-sm-stretch { align-content: stretch !important; }
.align-self-sm-auto { align-self: auto !important; }
.align-self-sm-start { align-self: flex-start !important; }
.align-self-sm-end { align-self: flex-end !important; }
.align-self-sm-center { align-self: center !important; }
.align-self-sm-baseline { align-self: baseline !important; }
.align-self-sm-stretch { align-self: stretch !important; } }
@media (min-width: 768px) { .flex-md-row { flex-direction: row !important; }
.flex-md-column { flex-direction: column !important; }
.flex-md-row-reverse { flex-direction: row-reverse !important; }
.flex-md-column-reverse { flex-direction: column-reverse !important; }
.flex-md-wrap { flex-wrap: wrap !important; }
.flex-md-nowrap { flex-wrap: nowrap !important; }
.flex-md-wrap-reverse { flex-wrap: wrap-reverse !important; }
.justify-content-md-start { justify-content: flex-start !important; }
.justify-content-md-end { justify-content: flex-end !important; }
.justify-content-md-center { justify-content: center !important; }
.justify-content-md-between { justify-content: space-between !important; }
.justify-content-md-around { justify-content: space-around !important; }
.align-items-md-start { align-items: flex-start !important; }
.align-items-md-end { align-items: flex-end !important; }
.align-items-md-center { align-items: center !important; }
.align-items-md-baseline { align-items: baseline !important; }
.align-items-md-stretch { align-items: stretch !important; }
.align-content-md-start { align-content: flex-start !important; }
.align-content-md-end { align-content: flex-end !important; }
.align-content-md-center { align-content: center !important; }
.align-content-md-between { align-content: space-between !important; }
.align-content-md-around { align-content: space-around !important; }
.align-content-md-stretch { align-content: stretch !important; }
.align-self-md-auto { align-self: auto !important; }
.align-self-md-start { align-self: flex-start !important; }
.align-self-md-end { align-self: flex-end !important; }
.align-self-md-center { align-self: center !important; }
.align-self-md-baseline { align-self: baseline !important; }
.align-self-md-stretch { align-self: stretch !important; } }
@media (min-width: 1024px) { .flex-lg-row { flex-direction: row !important; }
.flex-lg-column { flex-direction: column !important; }
.flex-lg-row-reverse { flex-direction: row-reverse !important; }
.flex-lg-column-reverse { flex-direction: column-reverse !important; }
.flex-lg-wrap { flex-wrap: wrap !important; }
.flex-lg-nowrap { flex-wrap: nowrap !important; }
.flex-lg-wrap-reverse { flex-wrap: wrap-reverse !important; }
.justify-content-lg-start { justify-content: flex-start !important; }
.justify-content-lg-end { justify-content: flex-end !important; }
.justify-content-lg-center { justify-content: center !important; }
.justify-content-lg-between { justify-content: space-between !important; }
.justify-content-lg-around { justify-content: space-around !important; }
.align-items-lg-start { align-items: flex-start !important; }
.align-items-lg-end { align-items: flex-end !important; }
.align-items-lg-center { align-items: center !important; }
.align-items-lg-baseline { align-items: baseline !important; }
.align-items-lg-stretch { align-items: stretch !important; }
.align-content-lg-start { align-content: flex-start !important; }
.align-content-lg-end { align-content: flex-end !important; }
.align-content-lg-center { align-content: center !important; }
.align-content-lg-between { align-content: space-between !important; }
.align-content-lg-around { align-content: space-around !important; }
.align-content-lg-stretch { align-content: stretch !important; }
.align-self-lg-auto { align-self: auto !important; }
.align-self-lg-start { align-self: flex-start !important; }
.align-self-lg-end { align-self: flex-end !important; }
.align-self-lg-center { align-self: center !important; }
.align-self-lg-baseline { align-self: baseline !important; }
.align-self-lg-stretch { align-self: stretch !important; } }
@media (min-width: 1140px) { .flex-llg-row { flex-direction: row !important; }
.flex-llg-column { flex-direction: column !important; }
.flex-llg-row-reverse { flex-direction: row-reverse !important; }
.flex-llg-column-reverse { flex-direction: column-reverse !important; }
.flex-llg-wrap { flex-wrap: wrap !important; }
.flex-llg-nowrap { flex-wrap: nowrap !important; }
.flex-llg-wrap-reverse { flex-wrap: wrap-reverse !important; }
.justify-content-llg-start { justify-content: flex-start !important; }
.justify-content-llg-end { justify-content: flex-end !important; }
.justify-content-llg-center { justify-content: center !important; }
.justify-content-llg-between { justify-content: space-between !important; }
.justify-content-llg-around { justify-content: space-around !important; }
.align-items-llg-start { align-items: flex-start !important; }
.align-items-llg-end { align-items: flex-end !important; }
.align-items-llg-center { align-items: center !important; }
.align-items-llg-baseline { align-items: baseline !important; }
.align-items-llg-stretch { align-items: stretch !important; }
.align-content-llg-start { align-content: flex-start !important; }
.align-content-llg-end { align-content: flex-end !important; }
.align-content-llg-center { align-content: center !important; }
.align-content-llg-between { align-content: space-between !important; }
.align-content-llg-around { align-content: space-around !important; }
.align-content-llg-stretch { align-content: stretch !important; }
.align-self-llg-auto { align-self: auto !important; }
.align-self-llg-start { align-self: flex-start !important; }
.align-self-llg-end { align-self: flex-end !important; }
.align-self-llg-center { align-self: center !important; }
.align-self-llg-baseline { align-self: baseline !important; }
.align-self-llg-stretch { align-self: stretch !important; } }
@media (min-width: 1280px) { .flex-xl-row { flex-direction: row !important; }
.flex-xl-column { flex-direction: column !important; }
.flex-xl-row-reverse { flex-direction: row-reverse !important; }
.flex-xl-column-reverse { flex-direction: column-reverse !important; }
.flex-xl-wrap { flex-wrap: wrap !important; }
.flex-xl-nowrap { flex-wrap: nowrap !important; }
.flex-xl-wrap-reverse { flex-wrap: wrap-reverse !important; }
.justify-content-xl-start { justify-content: flex-start !important; }
.justify-content-xl-end { justify-content: flex-end !important; }
.justify-content-xl-center { justify-content: center !important; }
.justify-content-xl-between { justify-content: space-between !important; }
.justify-content-xl-around { justify-content: space-around !important; }
.align-items-xl-start { align-items: flex-start !important; }
.align-items-xl-end { align-items: flex-end !important; }
.align-items-xl-center { align-items: center !important; }
.align-items-xl-baseline { align-items: baseline !important; }
.align-items-xl-stretch { align-items: stretch !important; }
.align-content-xl-start { align-content: flex-start !important; }
.align-content-xl-end { align-content: flex-end !important; }
.align-content-xl-center { align-content: center !important; }
.align-content-xl-between { align-content: space-between !important; }
.align-content-xl-around { align-content: space-around !important; }
.align-content-xl-stretch { align-content: stretch !important; }
.align-self-xl-auto { align-self: auto !important; }
.align-self-xl-start { align-self: flex-start !important; }
.align-self-xl-end { align-self: flex-end !important; }
.align-self-xl-center { align-self: center !important; }
.align-self-xl-baseline { align-self: baseline !important; }
.align-self-xl-stretch { align-self: stretch !important; } }
.float-left { float: left !important; }
.float-right { float: right !important; }
.float-none { float: none !important; }
@media (min-width: 576px) { .float-sm-left { float: left !important; }
.float-sm-right { float: right !important; }
.float-sm-none { float: none !important; } }
@media (min-width: 768px) { .float-md-left { float: left !important; }
.float-md-right { float: right !important; }
.float-md-none { float: none !important; } }
@media (min-width: 1024px) { .float-lg-left { float: left !important; }
.float-lg-right { float: right !important; }
.float-lg-none { float: none !important; } }
@media (min-width: 1140px) { .float-llg-left { float: left !important; }
.float-llg-right { float: right !important; }
.float-llg-none { float: none !important; } }
@media (min-width: 1280px) { .float-xl-left { float: left !important; }
.float-xl-right { float: right !important; }
.float-xl-none { float: none !important; } }
.position-static { position: static !important; }
.position-relative { position: relative !important; }
.position-absolute { position: absolute !important; }
.position-fixed { position: fixed !important; }
.position-sticky { position: sticky !important; }
.fixed-top { position: fixed; top: 0; right: 0; left: 0; z-index: 1030; }
.fixed-bottom { position: fixed; right: 0; bottom: 0; left: 0; z-index: 1030; }
@supports (position: sticky) { .sticky-top { position: sticky; top: 0; z-index: 1020; } }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; clip-path: inset(50%); border: 0; }
.sr-only-focusable:active, .sr-only-focusable:focus { position: static; width: auto; height: auto; overflow: visible; clip: auto; white-space: normal; clip-path: none; }
.w-25 { width: 25% !important; }
.w-50 { width: 50% !important; }
.w-75 { width: 75% !important; }
.w-100 { width: 100% !important; }
.h-25 { height: 25% !important; }
.h-50 { height: 50% !important; }
.h-75 { height: 75% !important; }
.h-100 { height: 100% !important; }
.mw-100 { max-width: 100% !important; }
.mh-100 { max-height: 100% !important; }
.m-0 { margin: 0 !important; }
.mt-0, .my-0 { margin-top: 0 !important; }
.mr-0, .mx-0 { margin-right: 0 !important; }
.mb-0, .my-0 { margin-bottom: 0 !important; }
.ml-0, .mx-0 { margin-left: 0 !important; }
.m-1 { margin: 0.25rem !important; }
.mt-1, .my-1 { margin-top: 0.25rem !important; }
.mr-1, .mx-1 { margin-right: 0.25rem !important; }
.mb-1, .my-1 { margin-bottom: 0.25rem !important; }
.ml-1, .mx-1 { margin-left: 0.25rem !important; }
.m-2 { margin: 0.5rem !important; }
.mt-2, .my-2 { margin-top: 0.5rem !important; }
.mr-2, .mx-2 { margin-right: 0.5rem !important; }
.mb-2, .my-2 { margin-bottom: 0.5rem !important; }
.ml-2, .mx-2 { margin-left: 0.5rem !important; }
.m-3 { margin: 1rem !important; }
.mt-3, .my-3 { margin-top: 1rem !important; }
.mr-3, .mx-3 { margin-right: 1rem !important; }
.mb-3, .my-3 { margin-bottom: 1rem !important; }
.ml-3, .mx-3 { margin-left: 1rem !important; }
.m-4 { margin: 1.5rem !important; }
.mt-4, .my-4 { margin-top: 1.5rem !important; }
.mr-4, .mx-4 { margin-right: 1.5rem !important; }
.mb-4, .my-4 { margin-bottom: 1.5rem !important; }
.ml-4, .mx-4 { margin-left: 1.5rem !important; }
.m-5 { margin: 3rem !important; }
.mt-5, .my-5 { margin-top: 3rem !important; }
.mr-5, .mx-5 { margin-right: 3rem !important; }
.mb-5, .my-5 { margin-bottom: 3rem !important; }
.ml-5, .mx-5 { margin-left: 3rem !important; }
.p-0 { padding: 0 !important; }
.pt-0, .py-0 { padding-top: 0 !important; }
.pr-0, .px-0 { padding-right: 0 !important; }
.pb-0, .py-0 { padding-bottom: 0 !important; }
.pl-0, .px-0 { padding-left: 0 !important; }
.p-1 { padding: 0.25rem !important; }
.pt-1, .py-1 { padding-top: 0.25rem !important; }
.pr-1, .px-1 { padding-right: 0.25rem !important; }
.pb-1, .py-1 { padding-bottom: 0.25rem !important; }
.pl-1, .px-1 { padding-left: 0.25rem !important; }
.p-2 { padding: 0.5rem !important; }
.pt-2, .py-2 { padding-top: 0.5rem !important; }
.pr-2, .px-2 { padding-right: 0.5rem !important; }
.pb-2, .py-2 { padding-bottom: 0.5rem !important; }
.pl-2, .px-2 { padding-left: 0.5rem !important; }
.p-3 { padding: 1rem !important; }
.pt-3, .py-3 { padding-top: 1rem !important; }
.pr-3, .px-3 { padding-right: 1rem !important; }
.pb-3, .py-3 { padding-bottom: 1rem !important; }
.pl-3, .px-3 { padding-left: 1rem !important; }
.p-4 { padding: 1.5rem !important; }
.pt-4, .py-4 { padding-top: 1.5rem !important; }
.pr-4, .px-4 { padding-right: 1.5rem !important; }
.pb-4, .py-4 { padding-bottom: 1.5rem !important; }
.pl-4, .px-4 { padding-left: 1.5rem !important; }
.p-5 { padding: 3rem !important; }
.pt-5, .py-5 { padding-top: 3rem !important; }
.pr-5, .px-5 { padding-right: 3rem !important; }
.pb-5, .py-5 { padding-bottom: 3rem !important; }
.pl-5, .px-5 { padding-left: 3rem !important; }
.m-auto { margin: auto !important; }
.mt-auto, .my-auto { margin-top: auto !important; }
.mr-auto, .mx-auto { margin-right: auto !important; }
.mb-auto, .my-auto { margin-bottom: auto !important; }
.ml-auto, .mx-auto { margin-left: auto !important; }
@media (min-width: 576px) { .m-sm-0 { margin: 0 !important; }
.mt-sm-0, .my-sm-0 { margin-top: 0 !important; }
.mr-sm-0, .mx-sm-0 { margin-right: 0 !important; }
.mb-sm-0, .my-sm-0 { margin-bottom: 0 !important; }
.ml-sm-0, .mx-sm-0 { margin-left: 0 !important; }
.m-sm-1 { margin: 0.25rem !important; }
.mt-sm-1, .my-sm-1 { margin-top: 0.25rem !important; }
.mr-sm-1, .mx-sm-1 { margin-right: 0.25rem !important; }
.mb-sm-1, .my-sm-1 { margin-bottom: 0.25rem !important; }
.ml-sm-1, .mx-sm-1 { margin-left: 0.25rem !important; }
.m-sm-2 { margin: 0.5rem !important; }
.mt-sm-2, .my-sm-2 { margin-top: 0.5rem !important; }
.mr-sm-2, .mx-sm-2 { margin-right: 0.5rem !important; }
.mb-sm-2, .my-sm-2 { margin-bottom: 0.5rem !important; }
.ml-sm-2, .mx-sm-2 { margin-left: 0.5rem !important; }
.m-sm-3 { margin: 1rem !important; }
.mt-sm-3, .my-sm-3 { margin-top: 1rem !important; }
.mr-sm-3, .mx-sm-3 { margin-right: 1rem !important; }
.mb-sm-3, .my-sm-3 { margin-bottom: 1rem !important; }
.ml-sm-3, .mx-sm-3 { margin-left: 1rem !important; }
.m-sm-4 { margin: 1.5rem !important; }
.mt-sm-4, .my-sm-4 { margin-top: 1.5rem !important; }
.mr-sm-4, .mx-sm-4 { margin-right: 1.5rem !important; }
.mb-sm-4, .my-sm-4 { margin-bottom: 1.5rem !important; }
.ml-sm-4, .mx-sm-4 { margin-left: 1.5rem !important; }
.m-sm-5 { margin: 3rem !important; }
.mt-sm-5, .my-sm-5 { margin-top: 3rem !important; }
.mr-sm-5, .mx-sm-5 { margin-right: 3rem !important; }
.mb-sm-5, .my-sm-5 { margin-bottom: 3rem !important; }
.ml-sm-5, .mx-sm-5 { margin-left: 3rem !important; }
.p-sm-0 { padding: 0 !important; }
.pt-sm-0, .py-sm-0 { padding-top: 0 !important; }
.pr-sm-0, .px-sm-0 { padding-right: 0 !important; }
.pb-sm-0, .py-sm-0 { padding-bottom: 0 !important; }
.pl-sm-0, .px-sm-0 { padding-left: 0 !important; }
.p-sm-1 { padding: 0.25rem !important; }
.pt-sm-1, .py-sm-1 { padding-top: 0.25rem !important; }
.pr-sm-1, .px-sm-1 { padding-right: 0.25rem !important; }
.pb-sm-1, .py-sm-1 { padding-bottom: 0.25rem !important; }
.pl-sm-1, .px-sm-1 { padding-left: 0.25rem !important; }
.p-sm-2 { padding: 0.5rem !important; }
.pt-sm-2, .py-sm-2 { padding-top: 0.5rem !important; }
.pr-sm-2, .px-sm-2 { padding-right: 0.5rem !important; }
.pb-sm-2, .py-sm-2 { padding-bottom: 0.5rem !important; }
.pl-sm-2, .px-sm-2 { padding-left: 0.5rem !important; }
.p-sm-3 { padding: 1rem !important; }
.pt-sm-3, .py-sm-3 { padding-top: 1rem !important; }
.pr-sm-3, .px-sm-3 { padding-right: 1rem !important; }
.pb-sm-3, .py-sm-3 { padding-bottom: 1rem !important; }
.pl-sm-3, .px-sm-3 { padding-left: 1rem !important; }
.p-sm-4 { padding: 1.5rem !important; }
.pt-sm-4, .py-sm-4 { padding-top: 1.5rem !important; }
.pr-sm-4, .px-sm-4 { padding-right: 1.5rem !important; }
.pb-sm-4, .py-sm-4 { padding-bottom: 1.5rem !important; }
.pl-sm-4, .px-sm-4 { padding-left: 1.5rem !important; }
.p-sm-5 { padding: 3rem !important; }
.pt-sm-5, .py-sm-5 { padding-top: 3rem !important; }
.pr-sm-5, .px-sm-5 { padding-right: 3rem !important; }
.pb-sm-5, .py-sm-5 { padding-bottom: 3rem !important; }
.pl-sm-5, .px-sm-5 { padding-left: 3rem !important; }
.m-sm-auto { margin: auto !important; }
.mt-sm-auto, .my-sm-auto { margin-top: auto !important; }
.mr-sm-auto, .mx-sm-auto { margin-right: auto !important; }
.mb-sm-auto, .my-sm-auto { margin-bottom: auto !important; }
.ml-sm-auto, .mx-sm-auto { margin-left: auto !important; } }
@media (min-width: 768px) { .m-md-0 { margin: 0 !important; }
.mt-md-0, .my-md-0 { margin-top: 0 !important; }
.mr-md-0, .mx-md-0 { margin-right: 0 !important; }
.mb-md-0, .my-md-0 { margin-bottom: 0 !important; }
.ml-md-0, .mx-md-0 { margin-left: 0 !important; }
.m-md-1 { margin: 0.25rem !important; }
.mt-md-1, .my-md-1 { margin-top: 0.25rem !important; }
.mr-md-1, .mx-md-1 { margin-right: 0.25rem !important; }
.mb-md-1, .my-md-1 { margin-bottom: 0.25rem !important; }
.ml-md-1, .mx-md-1 { margin-left: 0.25rem !important; }
.m-md-2 { margin: 0.5rem !important; }
.mt-md-2, .my-md-2 { margin-top: 0.5rem !important; }
.mr-md-2, .mx-md-2 { margin-right: 0.5rem !important; }
.mb-md-2, .my-md-2 { margin-bottom: 0.5rem !important; }
.ml-md-2, .mx-md-2 { margin-left: 0.5rem !important; }
.m-md-3 { margin: 1rem !important; }
.mt-md-3, .my-md-3 { margin-top: 1rem !important; }
.mr-md-3, .mx-md-3 { margin-right: 1rem !important; }
.mb-md-3, .my-md-3 { margin-bottom: 1rem !important; }
.ml-md-3, .mx-md-3 { margin-left: 1rem !important; }
.m-md-4 { margin: 1.5rem !important; }
.mt-md-4, .my-md-4 { margin-top: 1.5rem !important; }
.mr-md-4, .mx-md-4 { margin-right: 1.5rem !important; }
.mb-md-4, .my-md-4 { margin-bottom: 1.5rem !important; }
.ml-md-4, .mx-md-4 { margin-left: 1.5rem !important; }
.m-md-5 { margin: 3rem !important; }
.mt-md-5, .my-md-5 { margin-top: 3rem !important; }
.mr-md-5, .mx-md-5 { margin-right: 3rem !important; }
.mb-md-5, .my-md-5 { margin-bottom: 3rem !important; }
.ml-md-5, .mx-md-5 { margin-left: 3rem !important; }
.p-md-0 { padding: 0 !important; }
.pt-md-0, .py-md-0 { padding-top: 0 !important; }
.pr-md-0, .px-md-0 { padding-right: 0 !important; }
.pb-md-0, .py-md-0 { padding-bottom: 0 !important; }
.pl-md-0, .px-md-0 { padding-left: 0 !important; }
.p-md-1 { padding: 0.25rem !important; }
.pt-md-1, .py-md-1 { padding-top: 0.25rem !important; }
.pr-md-1, .px-md-1 { padding-right: 0.25rem !important; }
.pb-md-1, .py-md-1 { padding-bottom: 0.25rem !important; }
.pl-md-1, .px-md-1 { padding-left: 0.25rem !important; }
.p-md-2 { padding: 0.5rem !important; }
.pt-md-2, .py-md-2 { padding-top: 0.5rem !important; }
.pr-md-2, .px-md-2 { padding-right: 0.5rem !important; }
.pb-md-2, .py-md-2 { padding-bottom: 0.5rem !important; }
.pl-md-2, .px-md-2 { padding-left: 0.5rem !important; }
.p-md-3 { padding: 1rem !important; }
.pt-md-3, .py-md-3 { padding-top: 1rem !important; }
.pr-md-3, .px-md-3 { padding-right: 1rem !important; }
.pb-md-3, .py-md-3 { padding-bottom: 1rem !important; }
.pl-md-3, .px-md-3 { padding-left: 1rem !important; }
.p-md-4 { padding: 1.5rem !important; }
.pt-md-4, .py-md-4 { padding-top: 1.5rem !important; }
.pr-md-4, .px-md-4 { padding-right: 1.5rem !important; }
.pb-md-4, .py-md-4 { padding-bottom: 1.5rem !important; }
.pl-md-4, .px-md-4 { padding-left: 1.5rem !important; }
.p-md-5 { padding: 3rem !important; }
.pt-md-5, .py-md-5 { padding-top: 3rem !important; }
.pr-md-5, .px-md-5 { padding-right: 3rem !important; }
.pb-md-5, .py-md-5 { padding-bottom: 3rem !important; }
.pl-md-5, .px-md-5 { padding-left: 3rem !important; }
.m-md-auto { margin: auto !important; }
.mt-md-auto, .my-md-auto { margin-top: auto !important; }
.mr-md-auto, .mx-md-auto { margin-right: auto !important; }
.mb-md-auto, .my-md-auto { margin-bottom: auto !important; }
.ml-md-auto, .mx-md-auto { margin-left: auto !important; } }
@media (min-width: 1024px) { .m-lg-0 { margin: 0 !important; }
.mt-lg-0, .my-lg-0 { margin-top: 0 !important; }
.mr-lg-0, .mx-lg-0 { margin-right: 0 !important; }
.mb-lg-0, .my-lg-0 { margin-bottom: 0 !important; }
.ml-lg-0, .mx-lg-0 { margin-left: 0 !important; }
.m-lg-1 { margin: 0.25rem !important; }
.mt-lg-1, .my-lg-1 { margin-top: 0.25rem !important; }
.mr-lg-1, .mx-lg-1 { margin-right: 0.25rem !important; }
.mb-lg-1, .my-lg-1 { margin-bottom: 0.25rem !important; }
.ml-lg-1, .mx-lg-1 { margin-left: 0.25rem !important; }
.m-lg-2 { margin: 0.5rem !important; }
.mt-lg-2, .my-lg-2 { margin-top: 0.5rem !important; }
.mr-lg-2, .mx-lg-2 { margin-right: 0.5rem !important; }
.mb-lg-2, .my-lg-2 { margin-bottom: 0.5rem !important; }
.ml-lg-2, .mx-lg-2 { margin-left: 0.5rem !important; }
.m-lg-3 { margin: 1rem !important; }
.mt-lg-3, .my-lg-3 { margin-top: 1rem !important; }
.mr-lg-3, .mx-lg-3 { margin-right: 1rem !important; }
.mb-lg-3, .my-lg-3 { margin-bottom: 1rem !important; }
.ml-lg-3, .mx-lg-3 { margin-left: 1rem !important; }
.m-lg-4 { margin: 1.5rem !important; }
.mt-lg-4, .my-lg-4 { margin-top: 1.5rem !important; }
.mr-lg-4, .mx-lg-4 { margin-right: 1.5rem !important; }
.mb-lg-4, .my-lg-4 { margin-bottom: 1.5rem !important; }
.ml-lg-4, .mx-lg-4 { margin-left: 1.5rem !important; }
.m-lg-5 { margin: 3rem !important; }
.mt-lg-5, .my-lg-5 { margin-top: 3rem !important; }
.mr-lg-5, .mx-lg-5 { margin-right: 3rem !important; }
.mb-lg-5, .my-lg-5 { margin-bottom: 3rem !important; }
.ml-lg-5, .mx-lg-5 { margin-left: 3rem !important; }
.p-lg-0 { padding: 0 !important; }
.pt-lg-0, .py-lg-0 { padding-top: 0 !important; }
.pr-lg-0, .px-lg-0 { padding-right: 0 !important; }
.pb-lg-0, .py-lg-0 { padding-bottom: 0 !important; }
.pl-lg-0, .px-lg-0 { padding-left: 0 !important; }
.p-lg-1 { padding: 0.25rem !important; }
.pt-lg-1, .py-lg-1 { padding-top: 0.25rem !important; }
.pr-lg-1, .px-lg-1 { padding-right: 0.25rem !important; }
.pb-lg-1, .py-lg-1 { padding-bottom: 0.25rem !important; }
.pl-lg-1, .px-lg-1 { padding-left: 0.25rem !important; }
.p-lg-2 { padding: 0.5rem !important; }
.pt-lg-2, .py-lg-2 { padding-top: 0.5rem !important; }
.pr-lg-2, .px-lg-2 { padding-right: 0.5rem !important; }
.pb-lg-2, .py-lg-2 { padding-bottom: 0.5rem !important; }
.pl-lg-2, .px-lg-2 { padding-left: 0.5rem !important; }
.p-lg-3 { padding: 1rem !important; }
.pt-lg-3, .py-lg-3 { padding-top: 1rem !important; }
.pr-lg-3, .px-lg-3 { padding-right: 1rem !important; }
.pb-lg-3, .py-lg-3 { padding-bottom: 1rem !important; }
.pl-lg-3, .px-lg-3 { padding-left: 1rem !important; }
.p-lg-4 { padding: 1.5rem !important; }
.pt-lg-4, .py-lg-4 { padding-top: 1.5rem !important; }
.pr-lg-4, .px-lg-4 { padding-right: 1.5rem !important; }
.pb-lg-4, .py-lg-4 { padding-bottom: 1.5rem !important; }
.pl-lg-4, .px-lg-4 { padding-left: 1.5rem !important; }
.p-lg-5 { padding: 3rem !important; }
.pt-lg-5, .py-lg-5 { padding-top: 3rem !important; }
.pr-lg-5, .px-lg-5 { padding-right: 3rem !important; }
.pb-lg-5, .py-lg-5 { padding-bottom: 3rem !important; }
.pl-lg-5, .px-lg-5 { padding-left: 3rem !important; }
.m-lg-auto { margin: auto !important; }
.mt-lg-auto, .my-lg-auto { margin-top: auto !important; }
.mr-lg-auto, .mx-lg-auto { margin-right: auto !important; }
.mb-lg-auto, .my-lg-auto { margin-bottom: auto !important; }
.ml-lg-auto, .mx-lg-auto { margin-left: auto !important; } }
@media (min-width: 1140px) { .m-llg-0 { margin: 0 !important; }
.mt-llg-0, .my-llg-0 { margin-top: 0 !important; }
.mr-llg-0, .mx-llg-0 { margin-right: 0 !important; }
.mb-llg-0, .my-llg-0 { margin-bottom: 0 !important; }
.ml-llg-0, .mx-llg-0 { margin-left: 0 !important; }
.m-llg-1 { margin: 0.25rem !important; }
.mt-llg-1, .my-llg-1 { margin-top: 0.25rem !important; }
.mr-llg-1, .mx-llg-1 { margin-right: 0.25rem !important; }
.mb-llg-1, .my-llg-1 { margin-bottom: 0.25rem !important; }
.ml-llg-1, .mx-llg-1 { margin-left: 0.25rem !important; }
.m-llg-2 { margin: 0.5rem !important; }
.mt-llg-2, .my-llg-2 { margin-top: 0.5rem !important; }
.mr-llg-2, .mx-llg-2 { margin-right: 0.5rem !important; }
.mb-llg-2, .my-llg-2 { margin-bottom: 0.5rem !important; }
.ml-llg-2, .mx-llg-2 { margin-left: 0.5rem !important; }
.m-llg-3 { margin: 1rem !important; }
.mt-llg-3, .my-llg-3 { margin-top: 1rem !important; }
.mr-llg-3, .mx-llg-3 { margin-right: 1rem !important; }
.mb-llg-3, .my-llg-3 { margin-bottom: 1rem !important; }
.ml-llg-3, .mx-llg-3 { margin-left: 1rem !important; }
.m-llg-4 { margin: 1.5rem !important; }
.mt-llg-4, .my-llg-4 { margin-top: 1.5rem !important; }
.mr-llg-4, .mx-llg-4 { margin-right: 1.5rem !important; }
.mb-llg-4, .my-llg-4 { margin-bottom: 1.5rem !important; }
.ml-llg-4, .mx-llg-4 { margin-left: 1.5rem !important; }
.m-llg-5 { margin: 3rem !important; }
.mt-llg-5, .my-llg-5 { margin-top: 3rem !important; }
.mr-llg-5, .mx-llg-5 { margin-right: 3rem !important; }
.mb-llg-5, .my-llg-5 { margin-bottom: 3rem !important; }
.ml-llg-5, .mx-llg-5 { margin-left: 3rem !important; }
.p-llg-0 { padding: 0 !important; }
.pt-llg-0, .py-llg-0 { padding-top: 0 !important; }
.pr-llg-0, .px-llg-0 { padding-right: 0 !important; }
.pb-llg-0, .py-llg-0 { padding-bottom: 0 !important; }
.pl-llg-0, .px-llg-0 { padding-left: 0 !important; }
.p-llg-1 { padding: 0.25rem !important; }
.pt-llg-1, .py-llg-1 { padding-top: 0.25rem !important; }
.pr-llg-1, .px-llg-1 { padding-right: 0.25rem !important; }
.pb-llg-1, .py-llg-1 { padding-bottom: 0.25rem !important; }
.pl-llg-1, .px-llg-1 { padding-left: 0.25rem !important; }
.p-llg-2 { padding: 0.5rem !important; }
.pt-llg-2, .py-llg-2 { padding-top: 0.5rem !important; }
.pr-llg-2, .px-llg-2 { padding-right: 0.5rem !important; }
.pb-llg-2, .py-llg-2 { padding-bottom: 0.5rem !important; }
.pl-llg-2, .px-llg-2 { padding-left: 0.5rem !important; }
.p-llg-3 { padding: 1rem !important; }
.pt-llg-3, .py-llg-3 { padding-top: 1rem !important; }
.pr-llg-3, .px-llg-3 { padding-right: 1rem !important; }
.pb-llg-3, .py-llg-3 { padding-bottom: 1rem !important; }
.pl-llg-3, .px-llg-3 { padding-left: 1rem !important; }
.p-llg-4 { padding: 1.5rem !important; }
.pt-llg-4, .py-llg-4 { padding-top: 1.5rem !important; }
.pr-llg-4, .px-llg-4 { padding-right: 1.5rem !important; }
.pb-llg-4, .py-llg-4 { padding-bottom: 1.5rem !important; }
.pl-llg-4, .px-llg-4 { padding-left: 1.5rem !important; }
.p-llg-5 { padding: 3rem !important; }
.pt-llg-5, .py-llg-5 { padding-top: 3rem !important; }
.pr-llg-5, .px-llg-5 { padding-right: 3rem !important; }
.pb-llg-5, .py-llg-5 { padding-bottom: 3rem !important; }
.pl-llg-5, .px-llg-5 { padding-left: 3rem !important; }
.m-llg-auto { margin: auto !important; }
.mt-llg-auto, .my-llg-auto { margin-top: auto !important; }
.mr-llg-auto, .mx-llg-auto { margin-right: auto !important; }
.mb-llg-auto, .my-llg-auto { margin-bottom: auto !important; }
.ml-llg-auto, .mx-llg-auto { margin-left: auto !important; } }
@media (min-width: 1280px) { .m-xl-0 { margin: 0 !important; }
.mt-xl-0, .my-xl-0 { margin-top: 0 !important; }
.mr-xl-0, .mx-xl-0 { margin-right: 0 !important; }
.mb-xl-0, .my-xl-0 { margin-bottom: 0 !important; }
.ml-xl-0, .mx-xl-0 { margin-left: 0 !important; }
.m-xl-1 { margin: 0.25rem !important; }
.mt-xl-1, .my-xl-1 { margin-top: 0.25rem !important; }
.mr-xl-1, .mx-xl-1 { margin-right: 0.25rem !important; }
.mb-xl-1, .my-xl-1 { margin-bottom: 0.25rem !important; }
.ml-xl-1, .mx-xl-1 { margin-left: 0.25rem !important; }
.m-xl-2 { margin: 0.5rem !important; }
.mt-xl-2, .my-xl-2 { margin-top: 0.5rem !important; }
.mr-xl-2, .mx-xl-2 { margin-right: 0.5rem !important; }
.mb-xl-2, .my-xl-2 { margin-bottom: 0.5rem !important; }
.ml-xl-2, .mx-xl-2 { margin-left: 0.5rem !important; }
.m-xl-3 { margin: 1rem !important; }
.mt-xl-3, .my-xl-3 { margin-top: 1rem !important; }
.mr-xl-3, .mx-xl-3 { margin-right: 1rem !important; }
.mb-xl-3, .my-xl-3 { margin-bottom: 1rem !important; }
.ml-xl-3, .mx-xl-3 { margin-left: 1rem !important; }
.m-xl-4 { margin: 1.5rem !important; }
.mt-xl-4, .my-xl-4 { margin-top: 1.5rem !important; }
.mr-xl-4, .mx-xl-4 { margin-right: 1.5rem !important; }
.mb-xl-4, .my-xl-4 { margin-bottom: 1.5rem !important; }
.ml-xl-4, .mx-xl-4 { margin-left: 1.5rem !important; }
.m-xl-5 { margin: 3rem !important; }
.mt-xl-5, .my-xl-5 { margin-top: 3rem !important; }
.mr-xl-5, .mx-xl-5 { margin-right: 3rem !important; }
.mb-xl-5, .my-xl-5 { margin-bottom: 3rem !important; }
.ml-xl-5, .mx-xl-5 { margin-left: 3rem !important; }
.p-xl-0 { padding: 0 !important; }
.pt-xl-0, .py-xl-0 { padding-top: 0 !important; }
.pr-xl-0, .px-xl-0 { padding-right: 0 !important; }
.pb-xl-0, .py-xl-0 { padding-bottom: 0 !important; }
.pl-xl-0, .px-xl-0 { padding-left: 0 !important; }
.p-xl-1 { padding: 0.25rem !important; }
.pt-xl-1, .py-xl-1 { padding-top: 0.25rem !important; }
.pr-xl-1, .px-xl-1 { padding-right: 0.25rem !important; }
.pb-xl-1, .py-xl-1 { padding-bottom: 0.25rem !important; }
.pl-xl-1, .px-xl-1 { padding-left: 0.25rem !important; }
.p-xl-2 { padding: 0.5rem !important; }
.pt-xl-2, .py-xl-2 { padding-top: 0.5rem !important; }
.pr-xl-2, .px-xl-2 { padding-right: 0.5rem !important; }
.pb-xl-2, .py-xl-2 { padding-bottom: 0.5rem !important; }
.pl-xl-2, .px-xl-2 { padding-left: 0.5rem !important; }
.p-xl-3 { padding: 1rem !important; }
.pt-xl-3, .py-xl-3 { padding-top: 1rem !important; }
.pr-xl-3, .px-xl-3 { padding-right: 1rem !important; }
.pb-xl-3, .py-xl-3 { padding-bottom: 1rem !important; }
.pl-xl-3, .px-xl-3 { padding-left: 1rem !important; }
.p-xl-4 { padding: 1.5rem !important; }
.pt-xl-4, .py-xl-4 { padding-top: 1.5rem !important; }
.pr-xl-4, .px-xl-4 { padding-right: 1.5rem !important; }
.pb-xl-4, .py-xl-4 { padding-bottom: 1.5rem !important; }
.pl-xl-4, .px-xl-4 { padding-left: 1.5rem !important; }
.p-xl-5 { padding: 3rem !important; }
.pt-xl-5, .py-xl-5 { padding-top: 3rem !important; }
.pr-xl-5, .px-xl-5 { padding-right: 3rem !important; }
.pb-xl-5, .py-xl-5 { padding-bottom: 3rem !important; }
.pl-xl-5, .px-xl-5 { padding-left: 3rem !important; }
.m-xl-auto { margin: auto !important; }
.mt-xl-auto, .my-xl-auto { margin-top: auto !important; }
.mr-xl-auto, .mx-xl-auto { margin-right: auto !important; }
.mb-xl-auto, .my-xl-auto { margin-bottom: auto !important; }
.ml-xl-auto, .mx-xl-auto { margin-left: auto !important; } }
.text-justify { text-align: justify !important; }
.text-nowrap { white-space: nowrap !important; }
.text-truncate { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.text-left { text-align: left !important; }
.text-right { text-align: right !important; }
.text-center { text-align: center !important; }
@media (min-width: 576px) { .text-sm-left { text-align: left !important; }
.text-sm-right { text-align: right !important; }
.text-sm-center { text-align: center !important; } }
@media (min-width: 768px) { .text-md-left { text-align: left !important; }
.text-md-right { text-align: right !important; }
.text-md-center { text-align: center !important; } }
@media (min-width: 1024px) { .text-lg-left { text-align: left !important; }
.text-lg-right { text-align: right !important; }
.text-lg-center { text-align: center !important; } }
@media (min-width: 1140px) { .text-llg-left { text-align: left !important; }
.text-llg-right { text-align: right !important; }
.text-llg-center { text-align: center !important; } }
@media (min-width: 1280px) { .text-xl-left { text-align: left !important; }
.text-xl-right { text-align: right !important; }
.text-xl-center { text-align: center !important; } }
.text-lowercase { text-transform: lowercase !important; }
.text-uppercase { text-transform: uppercase !important; }
.text-capitalize { text-transform: capitalize !important; }
.font-weight-light { font-weight: 300 !important; }
.font-weight-normal { font-weight: 400 !important; }
.font-weight-bold { font-weight: 700 !important; }
.font-italic { font-style: italic !important; }
.text-white { color: #fff !important; }
.text-primary { color: #418FDE !important; }
a.text-primary:hover, a.text-primary:focus { color: #2375c9 !important; }
.text-secondary { color: #6c757d !important; }
a.text-secondary:hover, a.text-secondary:focus { color: #545b62 !important; }
.text-success { color: #28a745 !important; }
a.text-success:hover, a.text-success:focus { color: #1e7e34 !important; }
.text-info { color: #17a2b8 !important; }
a.text-info:hover, a.text-info:focus { color: #117a8b !important; }
.text-warning { color: #ffc107 !important; }
a.text-warning:hover, a.text-warning:focus { color: #d39e00 !important; }
.text-danger { color: #dc3545 !important; }
a.text-danger:hover, a.text-danger:focus { color: #bd2130 !important; }
.text-light { color: #f8f9fa !important; }
a.text-light:hover, a.text-light:focus { color: #dae0e5 !important; }
.text-dark { color: #343a40 !important; }
a.text-dark:hover, a.text-dark:focus { color: #1d2124 !important; }
.text-muted { color: #6c757d !important; }
.text-hide { font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0; }
.visible { visibility: visible !important; }
.invisible { visibility: hidden !important; }
@media print { *, *::before, *::after { text-shadow: none !important; box-shadow: none !important; }
a:not(.btn) { text-decoration: underline; }
abbr[title]::after { content: " (" attr(title) ")"; }
pre { white-space: pre-wrap !important; }
pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
thead { display: table-header-group; }
tr, img { page-break-inside: avoid; }
p, h2, h3 { orphans: 3; widows: 3; }
h2, h3 { page-break-after: avoid; }
@page { size: a3; }
body { min-width: 1024px !important; }
.container { min-width: 1024px !important; }
.navbar { display: none; }
.badge { 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; } }
/* GRID DESIGN SPEC SNAPSHOT |<xxxxxxxxxxxxxxxxxxxxxxxxx SCREEN WIDTH xxxxxxxxxxxxxxxxxxxxxxxxx>| |<xx>|------------------ LEFT/RIGHT OFFSET -------------------|<xx>| |----|<x>|--------|<x>|--------|<x>|--------|<x>|-- GUTTERS --|----| |----|---|<xxxxxx>|---|<xxxxxx>|---|<xxxxxx>|---|-- COLUMNS --|----|
SCREEN WIDTH 1280px, OFFSET 68px, GUTTERS 32px, COLUMNS 72px (12 COLS)	
SCREEN WIDTH 1024px, OFFSET 12px, GUTTERS 32px, COLUMNS 48px (12 COLS)
SCREEN WIDTH 768px, OFFSET 0px, GUTTERS 32px, COLUMNS 56px (08 COLS)
SCREEN WIDTH 320px, OFFSET 16px, GUTTERS 32px, COLUMNS 48px (04 COLS)
*/
#uso-header { position: relative; top: 0; width: 100%; left: 0; right: 0; margin: 0 auto; z-index: 999999; }
#uso-header .container { max-width: 100%; }
#uso-header .row { height: 56px; }
#uso-footer { width: 100%; margin: 0 auto; }
#uso-footer .container { max-width: 1280px; }
@media (max-width: 767.98px) { #uso-header .middle-col img { margin: 0 auto; }
#uso-footer #footer-container { height: 180px; }
#uso-footer #footer-container .top-row { height: 33%; }
#uso-footer #footer-container .middle-row { height: 0%; }
#uso-footer #footer-container .bottom-row { height: 66%; } }
@media (min-width: 576px) and (max-width: 1139.98px) { #uso-footer #footer-container { height: 122px; }
#uso-footer #footer-container .top-row { height: 50%; }
#uso-footer #footer-container .middle-row { height: 0%; }
#uso-footer #footer-container .bottom-row { height: 50%; } }
@media (min-width: 1024px) { #uso-footer #footer-container { height: 190px; }
#uso-footer #footer-container .top-row { height: 35%; }
#uso-footer #footer-container .middle-row { height: 35%; }
#uso-footer #footer-container .bottom-row { height: 30%; } }
@media (min-width: 1280px) { #uso-footer #footer-container { height: 190px; }
#uso-footer #footer-container .top-row { height: 35%; }
#uso-footer #footer-container .middle-row { height: 35%; }
#uso-footer #footer-container .bottom-row { height: 30%; } }
#uso-topStories { background: #FFFFFF; clear: both; overflow: hidden; }
#uso-topStories h3 a, #uso-topStories h3:hover { color: #212529; }
#uso-topStories #uso-topStories-content { max-width: 1280px; margin: auto; padding-left: 15px; padding-right: 15px; }
@media (min-width: 768px) and (max-width: 1139.98px) { #uso-topStories #uso-topStories-content { padding-left: 46px; padding-right: 46px; } }
@media (min-width: 1024px) { #uso-topStories #uso-topStories-content { padding-left: 48px; padding-right: 48px; } }
#uso-topStories header { color: #4a4a4a; display: flex; flex-direction: column; justify-content: space-between; padding-top: 16px; }
#uso-topStories header h2 { font-size: 36px; font-weight: normal; }
#uso-topStories header time { font-size: 16px; }
#uso-topStories header #sponsor { color: #888b8d; font-size: 10px; min-width: 20%; padding-top: 15px; }
@media (min-width: 768px) { #uso-topStories header #sponsor { text-align: right; } }
#uso-topStories header #sponsor .presented_by a { margin-left: 10px; }
#uso-topStories header #sponsor .presented_by img { height: 34px; }
@media (min-width: 768px) and (max-width: 1139.98px) { #uso-topStories header { align-items: center; flex-direction: row; padding-top: 36px; }
#uso-topStories header h2 { font-size: 40px; }
#uso-topStories header time { font-size: 20px; padding-left: 10px; padding-right: 10px; }
#uso-topStories header #sponsor { padding-top: 0; } }
@media (min-width: 1024px) { #uso-topStories header { align-items: center; flex-direction: row; }
#uso-topStories header h2 { font-size: 48px; }
#uso-topStories header time { font-size: 24px; }
#uso-topStories header #sponsor { font-size: 12px; }
#uso-topStories header #sponsor .presented_by img { height: 34px; } }
#uso-topStories .uso-stories { border-bottom: solid 1px #d8d8d8; border-top: solid 1px #d8d8d8; display: flex; margin-top: 16px; flex-direction: column; }
#uso-topStories .uso-stories ul.uso-mainStory { display: flex; list-style: none; flex-direction: column; margin-bottom: 0rem; }
#uso-topStories .uso-stories ul.uso-mainStory li { display: flex; flex-direction: row; padding: 16px; }
#uso-topStories .uso-stories ul.uso-mainStory li img { display: block; width: 128px; height: 72px; flex-shrink: 0; }
#uso-topStories .uso-stories ul.uso-mainStory li h3 { font-size: 14px; margin: 0 16px; }
#uso-topStories .uso-stories ul.uso-mainStory li p { display: none; }
#uso-topStories .uso-stories ul.uso-mainStory li .uso-btn a, #uso-topStories .uso-stories ul.uso-mainStory li .uso-btn a:hover { color: #FFFFFF; text-decoration: none; }
#uso-topStories .uso-stories ul.uso-storyList { display: flex; flex-direction: column; list-style: none; }
#uso-topStories .uso-stories ul.uso-storyList li { border-top: solid 1px #d8d8d8; display: flex; flex-direction: row; padding: 16px; }
#uso-topStories .uso-stories ul.uso-storyList li img { width: 128px; height: 72px; flex-shrink: 0; }
#uso-topStories .uso-stories ul.uso-storyList li h3 { font-size: 14px; margin: 0 16px; }
@media (min-width: 768px) and (max-width: 1139.98px) { #uso-topStories .uso-stories { margin-top: 30px; flex-direction: row-reverse; }
#uso-topStories .uso-stories ul.uso-mainStory { flex-basis: calc((4/8)*100%); margin-bottom: 1rem; }
#uso-topStories .uso-stories ul.uso-mainStory li { flex-direction: column; padding-top: 0px; padding-right: 0px; }
#uso-topStories .uso-stories ul.uso-mainStory li img { display: block; width: 100%; height: auto; flex-shrink: 0; }
#uso-topStories .uso-stories ul.uso-mainStory li h3 { display: none; }
#uso-topStories .uso-stories ul.uso-mainStory li p { display: block; }
#uso-topStories .uso-stories ul.uso-mainStory li .desc { color: #888b8d; font-size: 16px; padding: 32px; margin-bottom: 0px; }
#uso-topStories .uso-stories ul.uso-mainStory li .desc p { padding: 0; margin: 0; }
#uso-topStories .uso-stories ul.uso-mainStory li .uso-btn { margin: 0 auto; }
#uso-topStories .uso-stories ul.uso-storyList { flex-basis: calc((4/8)*100%); }
#uso-topStories .uso-stories ul.uso-storyList li:first-child { border-top: none; } }
@media (min-width: 1024px) { #uso-topStories .uso-stories ul.uso-mainStory { flex-basis: calc((8/12)*100%); }
#uso-topStories .uso-stories ul.uso-mainStory li { padding-top: 0px; padding-right: 0px; }
#uso-topStories .uso-stories ul.uso-mainStory li .mainStoryContent { position: relative; }
#uso-topStories .uso-stories ul.uso-storyList { flex-basis: calc((4/12)*100%); }
#uso-topStories .uso-stories ul.uso-storyList li:first-child { border-top: none; } }
@media (min-width: 1280px) { #uso-topStories .uso-stories { margin-top: 30px; flex-direction: row-reverse; }
#uso-topStories .uso-stories ul.uso-mainStory { flex-basis: calc((8/12)*100%); margin-bottom: 1rem; }
#uso-topStories .uso-stories ul.uso-mainStory li { flex-direction: column; padding-top: 0px; padding-right: 0px; }
#uso-topStories .uso-stories ul.uso-mainStory li img { display: block; width: 100%; height: auto; flex-shrink: 0; }
#uso-topStories .uso-stories ul.uso-mainStory li h3 { color: #FFFFFF; display: block; font-size: 40px; line-height: 1.0em; margin: 0 32px 25px 32px; position: absolute; bottom: 100%; text-shadow: 2px 2px 2px #000000; }
#uso-topStories .uso-stories ul.uso-mainStory li h3 a, #uso-topStories .uso-stories ul.uso-mainStory li h3 a:hover { color: #FFFFFF; text-decoration: none; }
#uso-topStories .uso-stories ul.uso-mainStory li p { display: block; }
#uso-topStories .uso-stories ul.uso-mainStory li .desc { color: #888b8d; font-size: 16px; width: 80%; padding: 32px; }
#uso-topStories .uso-stories ul.uso-mainStory li .mainStoryContent { position: relative; display: flex; }
#uso-topStories .uso-stories ul.uso-mainStory li .uso-btn { margin: auto; padding: 0 15px; }
#uso-topStories .uso-stories ul.uso-storyList { flex-basis: calc((4/12)*100%); }
#uso-topStories .uso-stories ul.uso-storyList li:first-child { border-top: none; } }
#uso-topStories .uso-storyFooter { font-size: 14px; padding: 14px 0; text-align: right; }
#uso-topStories .uso-storyFooter a { text-decoration: none; }
@media (min-width: 1024px) { #uso-topStories .uso-storyFooter { font-size: 24px; padding: 24px 0; } }
@media (min-width: 1280px) { #uso-topStories .uso-storyFooter { font-size: 24px; padding: 24px 0; } }
/** next up video display **/
.overlayNextUp { position: relative; width: 100%; max-width: 1280px; margin: auto; }
.nextup { height: 58px; width: calc(100% - 4px); bottom: 1px; margin-left: 2px; position: absolute; background-color: #ffffff; z-index: 20; display: none; cursor: pointer; border-top: 2px solid #ffffff; z-index: 100000; }
@media only screen and (min-width: 40em) { .nextup { height: 102px; } }
.nextup .next_banner .photo { flex: 0 0 175px; margin: 4px 7px 2px 2px; float: left; display: block; }
@media only screen and (min-width: 40em) { .nextup .next_banner .photo { margin: 2px 20px 2px 2px; } }
.nextup .next_banner img { width: 70px; height: auto; display: block; flex-shrink: 0; }
@media only screen and (min-width: 40em) { .nextup .next_banner img { width: 157px; } }
.nextup .next_banner .next-content { width: auto; padding-left: 5px; padding-right: 90px; display: block; float: none; color: #000000; }
@media only screen and (min-width: 40em) { .nextup .next_banner .next-content { padding-left: 177px; } }
.nextup .next_banner .next-content .prompt { font-size: 12px; font-weight: 900; text-transform: uppercase; padding-top: 7px; }
@media only screen and (min-width: 40em) { .nextup .next_banner .next-content .prompt { font-size: 18px; padding-top: 15px; } }
.nextup .next_banner .next-content .title { font-size: 13px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; font-weight: bold; }
@media only screen and (min-width: 40em) { .nextup .next_banner .next-content .title { font-size: 26px; } }
.nextup .next_banner .next { width: 45px; margin: 6px 0 10px; height: 34px; float: right; border-left: 1px solid #999999; text-align: center; position: relative; }
@media only screen and (min-width: 40em) { .nextup .next_banner .next { margin: 14px 0 10px; height: 64px; width: 85px; } }
.nextup .next_banner .next img { width: 18px; height: 21px; position: absolute; left: 0; right: 0; bottom: 0; top: 0; margin: auto; }
@media only screen and (min-width: 40em) { .nextup .next_banner .next img { width: 25px; height: 28px; } }
.nextup .next_banner .countdown { float: right; width: 50px; text-align: center; height: 58px; }
@media only screen and (min-width: 40em) { .nextup .next_banner .countdown { width: 120px; height: 75px; } }
@media only screen and (min-width: 80em) { .nextup .next_banner .countdown { width: 150px; } }
.nextup .next_banner .countdown .label { padding-top: 2px; font-size: 10px; }
@media only screen and (min-width: 40em) { .nextup .next_banner .countdown .label { padding-top: 5px; font-size: 14px; } }
.nextup .next_banner .countdown .count { height: 23px; font-size: 18px; }
@media only screen and (min-width: 40em) { .nextup .next_banner .countdown .count { font-size: 45px; height: 55px; margin-top: -8px; } }
.nextup .next_banner .countdown .allow { font-size: 9px; text-transform: uppercase; position: absolute; width: 50px; bottom: 2px; white-space: nowrap; margin-left: -10px; }
@media only screen and (min-width: 40em) { .nextup .next_banner .countdown .allow { font-size: 12px; width: 100px; margin-left: 0; bottom: 5px; } }
@media only screen and (min-width: 80em) { .nextup .next_banner .countdown .allow { right: 120px; } }
.nextup .next_banner .countdown .allow a { color: #000000; }
/** home page **/
#homepage { /*homepage bxslider overwrite*/ }
#homepage #subPageContent { width: 100%; height: 100%; }
#homepage #main_menu_container { /*background-color: rgba(74, 102, 144, 0.4); */ background-image: transparent; /* For browsers that do not support gradients */ background-image: -webkit-linear-gradient(#0c223f, transparent); /* For Safari 5.1 to 6.0 */ background-image: -o-linear-gradient(#0c223f, transparent); /* For Opera 11.1 to 12.0 */ background-image: -moz-linear-gradient(#0c223f, transparent); /* For Firefox 3.6 to 15 */ background: linear-gradient(#0c223f, rgba(0, 0, 0, 0)); }
#homepage #live_links_container { /*background-color: rgba(54, 85, 131, 0.4);*/ background: transparent; /* For browsers that do not support gradients */ }
#homepage .bx-wrapper { margin: 0 auto !important; }
#homepage .bx-wrapper img { max-width: none !important; }
#homepage .bx-wrapper .single-image img { width: 100%; height: 100%; }
@media (min-width: 1280px) { #homepage .bx-wrapper .single-image img { height: 100%; object-fit: cover; object-position: top; }
#homepage .bx-wrapper .single-image img.center-obj { object-position: center; }
#homepage .bx-wrapper .single-image img.bottom-obj { object-position: bottom; } }
#homepage .bx-wrapper .bx-viewport { left: 0px !important; border: 0px none !important; /* height: 415px !important;*/ box-shadow: none !important; }
@media (min-width: 1280px) { #homepage .bx-wrapper .bx-viewport { height: 720px; } }
#homepage .bx-wrapper .caption-bottom-left .bx-caption { bottom: 0px; }
#homepage .bx-wrapper .caption-bottom-left .bx-caption span { bottom: 0px; }
@media only screen and (min-width: 40em) { #homepage .bx-wrapper .caption-bottom-left .bx-caption span { bottom: 32px; } }
#homepage .bx-wrapper .caption-top-left .bx-caption { bottom: auto; top: 32px; }
#homepage .bx-wrapper .caption-top-left .bx-caption span { top: 32px; }
#homepage .bx-wrapper .caption-bottom-right .bx-caption { right: 0px; left: auto; bottom: -25px; }
@media only screen and (min-width: 40em) { #homepage .bx-wrapper .caption-bottom-right .bx-caption { right: 32px; } }
#homepage .bx-wrapper .caption-bottom-right .bx-caption span { right: 32px; left: 0; text-align: right; bottom: 32px; }
#homepage .bx-wrapper .caption-top-right .bx-caption { bottom: auto; top: 32px; right: 0px; left: auto; }
@media only screen and (min-width: 40em) { #homepage .bx-wrapper .caption-top-right .bx-caption { right: 32px; } }
#homepage .bx-wrapper .caption-top-right .bx-caption span { top: 32px; right: 32px; left: 0; text-align: right; }
#homepage .bx-wrapper .caption-top-center .bx-caption { bottom: auto; top: 32px; left: auto; right: auto; margin: 0 auto; }
#homepage .bx-wrapper .caption-top-center .bx-caption span { top: 32px; text-align: center; }
#homepage .bx-wrapper .caption-bottom-center .bx-caption { top: auto; left: auto; right: auto; margin: 0 auto; bottom: -25px; }
@media only screen and (min-width: 40em) { #homepage .bx-wrapper .caption-bottom-center .bx-caption { bottom: 32px; } }
#homepage .bx-wrapper .caption-bottom-center .bx-caption span { text-align: center; }
#homepage .bx-wrapper .caption-middle-left .bx-caption { top: 0; left: auto; right: 32px; }
#homepage .bx-wrapper .caption-middle-left .bx-caption span { top: 50%; transform: translateY(-50%); }
#homepage .bx-wrapper .caption-middle-center .bx-caption { top: 0; left: auto; right: auto; margin: auto; }
#homepage .bx-wrapper .caption-middle-center .bx-caption span { top: 50%; transform: translateY(-50%); text-align: center; left: 0; right: 0; }
#homepage .bx-wrapper .caption-middle-right .bx-caption { top: 0; right: 32px; left: auto; margin: auto 0; }
#homepage .bx-wrapper .caption-middle-right .bx-caption span { top: 50%; transform: translateY(-50%); right: 32px; left: auto; text-align: right; }
#homepage .bx-wrapper .bx-caption { background: none !important; margin-left: 0px; }
#homepage .bx-wrapper .bx-caption span { font-size: 1.9rem !important; font-family: "Interstate-Regular", Helvetica, Arial, sans-serif; font-weight: normal; }
@media only screen and (min-width: 40em) { #homepage .bx-wrapper .bx-caption span { font-size: 3rem !important; } }
@media only screen and (min-width: 60em) { #homepage .bx-wrapper .bx-caption span { font-size: 4.5rem !important; } }
#homepage .bx-wrapper .bx-controls .bx-pager { text-align: center !important; bottom: 15px !important; width: 100% !important; display: none; }
@media only screen and (min-width: 40em) { #homepage .bx-wrapper .bx-controls .bx-pager { display: block; } }
@media only screen and (min-width: 80em) { #homepage .bx-wrapper .bx-controls .bx-pager { /*margin-left: 320px!important; width: 960px !important;*/ } }
#homepage .bx-wrapper .bx-controls .bx-pager a { position: relative; background: none !important; width: 10px !important; height: 10px !important; border-radius: 7px !important; border: solid 2px #fff; }
#homepage .bx-wrapper .bx-controls .bx-pager a:before { content: '&nbsp;'; width: 20px; height: 20px; display: block; position: absolute; top: -7px; left: -8px; }
#homepage .bx-wrapper .bx-controls .bx-pager a.active { background: #f3f3f3 !important; }
#homepage .bx-wrapper .bx-controls .bx-pager .pager-background { display: inline-block; background-color: rgba(0, 0, 0, 0.56); padding: 6px 5px 0px 5px; -webkit-border-radius: 15px; border-radius: 15px; background-clip: padding-box; /* stops bg color from leaking outside the border: */ }
#homepage .bx-wrapper .bx-controls .bx-controls-direction { display: none !important; }
.breakingNews { display: none; margin: 0 -15px; padding: 9px 26px; background-color: #ca122a; color: white; font-size: 12px; height: 45px; white-space: nowrap; }
@media only screen and (min-width: 40em) { .breakingNews { font-size: 1.5em; } }
.breakingNews a, .breakingNews a:hover { color: white; text-decoration: none; }
.breakingNews .bn_close_x { position: absolute; padding-right: 10px; right: 0; background-color: inherit; cursor: pointer; }
#hpNews { position: relative; }
#hpNews .playBtn { /* top: 160px; left: 38%; */ width: 75px; height: 75px; background-size: 75px; /* margin-top: 0px; margin-left: 0px; */ cursor: pointer; z-index: 50000; }
@media only screen and (min-width: 40em) { #hpNews .playBtn { /*left: 43%;*/ } }
@media only screen and (min-width: 80em) { #hpNews .playBtn { /*left: 59%;*/ } }
#hpNews .closeOverlay { background-color: #000; width: 60px; float: right; height: 25px; text-align: right; padding: 5px; }
#hpNews .closeOverlay a { color: white; text-decoration: none; }
#hpNews .closeOverlay img { width: 16px; height: 12px; padding-right: 5px; }
#hpNews .relatedThumbs { display: block; /*width: 960px; height: 460px;*/ width: 100%; height: 100%; vertical-align: bottom; /*overflow: hidden; position: absolute;*/ z-index: 60000; top: 0px; left: 0px; margin: 0 auto; }
@media only screen and (min-width: 60em) { #hpNews .relatedThumbs .relatedThumbsContainer { height: auto; } }
#hpNews .relatedThumbs .relatedThumbsContainer .thumbnail { position: relative; width: 100%; display: block; }
#hpNews .relatedThumbs .relatedThumbsContainer .thumbnail img { width: 100% !important; }
#hpNews .relatedThumbs .relatedThumbsContainer .thumbnail .caption { position: absolute; top: 12px; left: 12px; color: white; font-size: 1.9em; text-align: left; }
#hpNews .relatedThumbs .darkBG { width: 100%; height: 100%; position: absolute; background-color: rgba(0, 0, 0, 0.6); z-index: -5; }
#hpNews .relatedThumbs .col-md-8 .videos .playBtn { top: -200px; left: 100px; }
#hpNews .relatedThumbs .videos { display: inline-block; width: 100%; position: relative; }
#hpNews .relatedThumbs .videos img { width: 100%; height: 100%; }
#hpNews .relatedThumbs .videos .caption { position: absolute; top: 12px; left: 12px; color: white; font-size: 1.4em; text-align: left; }
#hpNews .relatedThumbs .videos .playBtn { visibility: visible; top: -80px; left: 25px; margin-top: -80px; margin-left: 33%; position: relative; }
#hpNews .relatedThumbs .videos:hover { cursor: pointer; }
#hpNews .relatedThumbs.hide { display: none; }
#hpNews #inlineOverlay { display: none; background: #000000; width: 100%; height: 100%; color: #FFFFFF; vertical-align: bottom; overflow: hidden; position: absolute; z-index: 60000; top: 0px; padding: 0px; margin: 0 auto; left: auto; /*@include breakpoint(landscape) { top: 70px; left:20%; width: 480px; height: 290px; }
@include breakpoint(tablet) { left:26%; }
@include breakpoint(desktop) { top: 35px; left:15%; width: 600px; height: 360px; }*/ }
#hpNews #inlineOverlay.show { display: block; }
#hpNews #inlineOverlay #inlineVideo { position: static; top: 22px; }
#hpNews #inlineOverlay #inlineVideo .ecp.playerwrapper { height: 95% !important; top: initial; bottom: 0px; }
/** media wall styles **/
@media only screen and (min-width: 80em) { .trans_slider { /* width: 1280px; */ position: relative; } }
.slider_container { height: auto; }
@media (min-width: 1280px) { .slider_container .panel { height: 720px; overflow: hidden; } }
.slider_container .panel a { height: inherit; width: inherit; display: block; }
.slider_container .imgDate { color: #FFFFFF; margin-left: 0px; font-size: 16px; position: absolute; z-index: 10; top: 50px; left: 10px; display: none; }
@media only screen and (min-width: 80em) { .slider_container .imgDate { margin-left: 340px; display: none; } }
.slider_container .imgCrop_container { width: 100%; text-align: center; overflow: hidden; }
.slider_container .imgCrop_container:after { content: ''; position: absolute; top: 0; right: 0; bottom: 0; left: 0; height: 415px; background-image: transparent; /* For browsers that do not support gradients */ }
@media only screen and (min-width: 60em) { .slider_container .imgCrop_container:after { height: 460px; } }
.slider_container .imgSize { position: relative; left: 100%; margin-left: -200%; display: inline-block !important; width: initial; }
.slider_container .imgSize.hide { display: none; }
.slider_container .bx-caption span { position: absolute; bottom: 0px; left: 10px; text-shadow: 2px 2px 2px #000000; }
@media only screen and (min-width: 40em) { .slider_container .bx-caption span { left: 32px; bottom: 32px; } }
.slider_container .videoNum { left: 24px; font-size: 24px; color: #FFFFFF; position: absolute; text-shadow: 2px 2px 2px #000000; bottom: 50px; }
@media only screen and (min-width: 40em) { .slider_container .videoNum { left: 44px; bottom: 100px; } }
@media only screen and (min-width: 60em) { .slider_container .videoNum { left: 54px; font-size: 44px; bottom: 110px; } }
.slider_container .videoNum::before { content: ''; background: url("/images/misc/playlist_button_mediawall.png") no-repeat 0 0; background-size: 100%; display: inline-block; width: 38px; height: 35px; margin-right: 5px; position: relative; top: 10px; }
@media only screen and (min-width: 60em) { .slider_container .videoNum::before { background-size: 100%; width: 58px; height: 53px; } }
/*** Newsletter ***/
#newsLetter { margin-bottom: 32px; }
/**** scoreboard ***/
#scoreboard { background-color: #4a6690; width: 100%; height: 175px; color: #0c223f; font-size: 24px; display: block; float: left; position: relative; border-top: solid 1px #76859A; display: none; }
#scoreboard.active { display: block; }
#scoreboard .ssb-control { background: #1B3457; height: 100%; width: 19px; position: absolute; }
#scoreboard .ssb-control a { display: block; width: 100%; height: 100%; }
#scoreboard .ssb-control.next { right: 0px; top: 0px; background: url("/images/scores/ssb_next.png") #1B3457 no-repeat center; }
#scoreboard .ssb-control.prev { left: 0px; top: 0px; background: url("/images/scores/ssb_prev.png") #1B3457 no-repeat center; }
#scoreboard .ssb-carousel-wrapper { width: calc(100% - 38px); margin: 0px auto; height: 100%; overflow: hidden; position: relative; }
#scoreboard .ssb-carousel-wrapper .letsbepretty { position: absolute; top: 0; right: 0; background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyYjQ4NzIiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA='); background-size: 100%; background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, #2b4872)); background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), #2b4872); background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), #2b4872); background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #2b4872); width: 33px; height: 100%; }
#scoreboard p { text-align: center; }
/*** chip wall ***/
#hpChips, #newsChips, #generalChips { width: 100%; position: relative; background-color: #f3f3f3; padding-top: 30px; padding-bottom: 15px; }
@media only screen and (min-width: 40em) { #hpChips, #newsChips, #generalChips { padding-top: 50px; padding-bottom: 20px; } }
/*** Mass Relevance Social Chips ***/
#hpSocial { float: left; width: 100%; position: relative; background-color: #f3f3f3; }
#hpSocial .social { max-width: 1280px; margin: auto; }
/*** Ad hoc chip container ***/
.chip-container { width: 100%; position: relative; background-color: #f3f3f3; padding-top: 30px; padding-bottom: 15px; }
@media only screen and (min-width: 40em) { .chip-container { padding-top: 40px; padding-bottom: 20px; } }
.chip-container .chip_content { max-width: 1280px; margin: auto; }
.chip-container h2, .chip-container h3 { margin: 0 auto 8px; padding: 0; text-align: left; font-family: "Interstate-Light", Helvetica, Arial, sans-serif; color: #4A4A4A; width: 100%; max-width: 300px; font-size: 2.54545em; }
@media only screen and (min-width: 40em) { .chip-container h2, .chip-container h3 { max-width: 634px; } }
@media only screen and (min-width: 60em) { .chip-container h2, .chip-container h3 { font-size: 2.90909em; max-width: 802px; } }
@media only screen and (min-width: 80em) { .chip-container h2, .chip-container h3 { max-width: 1220px; } }
/*** Ad hoc chip container ***/
.chip-container { width: 100%; position: relative; background-color: #f3f3f3; padding-top: 30px; padding-bottom: 15px; }
@media only screen and (min-width: 40em) { .chip-container { padding-top: 40px; padding-bottom: 20px; } }
.chip-container .chip_content { max-width: 1280px; margin: auto; }
.chip-container h2, .chip-container h3 { margin: 0 auto 8px; padding: 0; text-align: left; font-family: "Interstate-Light", Helvetica, Arial, sans-serif; color: #4A4A4A; width: 100%; max-width: 300px; font-size: 2.54545em; }
@media only screen and (min-width: 40em) { .chip-container h2, .chip-container h3 { max-width: 634px; } }
@media only screen and (min-width: 60em) { .chip-container h2, .chip-container h3 { font-size: 2.90909em; max-width: 802px; } }
@media only screen and (min-width: 80em) { .chip-container h2, .chip-container h3 { max-width: 1220px; } }
/*** Hide type on news page b/c they're all the same type ***/
#newsChips .photoContainer .type { display: none; }
.chip_content { max-width: 1280px; text-align: center; margin: auto; }
.chip_content a, .chip_content a:hover { text-decoration: none; }
.chip_content .msg { margin: 0 auto; text-align: center; }
.chip_content .chip { background-color: #FFFFFF; width: 300px; margin: 10px auto; height: 300px; display: inline-block; position: relative; overflow: hidden; vertical-align: bottom; border: 1px solid #D5D8DA; }
@media only screen and (min-width: 40em) { .chip_content .chip { margin: 17px; } }
@media only screen and (min-width: 60em) { .chip_content .chip { width: 384px; height: 384px; } }
.chip_content .chip .photoContainer { width: 100%; height: 56.25%; /* 16:9 ratio */ position: relative; }
.chip_content .chip .photoContainer img { height: 100%; width: 100%; }
.chip_content .chip .photoContainer .type { position: absolute; top: 12px; left: 12px; color: white; font-family: "Interstate-Bold", Helvetica, Arial, sans-serif; font-size: 1.2rem; line-height: 1.2rem; text-transform: capitalize; }
.chip_content .chip .caption { text-align: left; color: #AFAFAF; font-family: "Interstate-Regular", Helvetica, Arial, sans-serif; font-weight: normal; overflow: hidden; max-height: 5.4rem; line-height: 2.2rem; font-size: 1.7rem; padding: 16px 16px 0px 16px; margin-bottom: 12px; }
@media only screen and (min-width: 60em) { .chip_content .chip .caption { max-height: 6.4rem; line-height: 2.6rem; font-size: 2.2rem; } }
.chip_content .chip .date, .chip_content .chip .credit, .chip_content .chip .description { text-align: left; color: #AFAFAF; font-family: "Interstate-Light", Helvetica, Arial, sans-serif; padding-left: 16px; font-size: 1.3rem; }
.chip_content .chip .description { margin-top: -12px; font-size: .9rem; overflow: hidden; text-overflow: ellipsis; }
@media only screen and (min-width: 60em) { .chip_content .chip .description { font-size: 1.1rem; } }
.chip_content .chip.ad { background-color: #FFFFFF; height: 84px; width: 326px; margin: 17px auto; }
@media only screen and (min-width: 40em) { .chip_content .chip.ad { height: 300px; width: 300px; margin: 17px; } }
@media only screen and (min-width: 60em) { .chip_content .chip.ad { height: 384px; width: 384px; } }
.chip_content .chip.ad > div { top: 50%; transform: perspective(1px) translateY(-50%); position: relative; }
.chip_content .chip.expanded { /*background-color: green;*/ width: 300px; }
@media only screen and (min-width: 40em) { .chip_content .chip.expanded { width: 620px; } }
.chip_content .chip.news .photoContainer { width: 100%; height: 56.25%; /* 16:9 ratio */ text-align: center; overflow: hidden; }
.chip_content .chip.news .photoContainer .title { color: #FFFFFF; font-size: 24px; font-family: "Interstate-Regular", Helvetica, Arial, sans-serif; font-weight: normal; display: block; position: relative; bottom: 40px; text-align: left; padding: 5px 10px; z-index: 2; }
.chip_content .chip.news .photoContainer img { position: relative; left: 100%; margin-left: -200%; display: inline-block !important; width: initial; }
.chip_content .chip.news .caption { color: #FFFFFF; font-size: 17px; font-family: "Interstate-Regular", Helvetica, Arial, sans-serif; font-weight: normal; display: block; position: relative; bottom: 65px; text-align: left; padding: 5px 10px; z-index: 2; }
.chip_content .chip.news .date { font-family: "Interstate-Regular", Helvetica, Arial, sans-serif; font-weight: normal; color: #FFFFFF; font-size: 14px; position: relative; bottom: 85px; text-align: left; padding: 5px 10px; z-index: 2; }
.chip_content .sm_chip { width: 125px; margin: 10px 8px; height: 104px; display: inline-block; position: relative; overflow: hidden; }
@media only screen and (min-width: 40em) { .chip_content .sm_chip { width: 140px; height: 117px; } }
.chip_content .sm_chip img { width: 100%; height: 100%; }
.chip_content.guide_chips .chip .title { line-height: .9em; }
.chip_content.guide_chips .chip .date { bottom: 77px; }
#hpLoad, #newsLoad, #vloadMore { clear: both; margin-bottom: 30px; overflow: hidden; background-color: #f3f3f3; padding-bottom: 30px; }
#hpLoad a, #newsLoad a, #vloadMore a { display: block; width: 240px; margin: 0 auto; text-decoration: none; }
#hpLoad .label, #newsLoad .label, #vloadMore .label { margin: 0px auto; width: 128px; height: 40px; font-size: 1.2em; line-height: 40px; background: #418FDE; color: #FFFFFF; font-family: Helvetica,Arial,sans-serif; text-transform: uppercase; text-align: center; }
#hpLoad a:hover .label, #newsLoad a:hover .label, #vloadMore a:hover .label { color: #FFFFFF; }
#hpLoad.photos, #newsLoad.photos, #vloadMore.photos { padding-top: 30px; background-color: #FFFFFF; }
.playBtn { position: absolute; background: url("/images/misc/video_play_icon.png") no-repeat 0 0; top: 50%; left: 50%; margin-top: -50px; margin-left: -50px; width: 75px; height: 75px; background-size: 75px; z-index: 1; }
/** Dropdown filters **/
.filterContainer, .searchCountryContainer, .searchNameContainer, .mobileSponsorContainer, .navigatorContainer { width: 100%; height: 100%; background-color: #f3f3f3; color: #4A4A4A; min-height: 40px; overflow: hidden; /** adding a class allow us to hide the sponsor **/ /** &.newsSponsor { display: none!important; } **/ }
@media only screen and (min-width: 40em) { .filterContainer, .searchCountryContainer, .searchNameContainer, .mobileSponsorContainer, .navigatorContainer { height: 45px; } }
.filterContainer.hideMobile, .searchCountryContainer.hideMobile, .searchNameContainer.hideMobile, .mobileSponsorContainer.hideMobile, .navigatorContainer.hideMobile { display: none; }
@media only screen and (min-width: 40em) { .filterContainer.hideMobile, .searchCountryContainer.hideMobile, .searchNameContainer.hideMobile, .mobileSponsorContainer.hideMobile, .navigatorContainer.hideMobile { display: block; } }
.filterContainer .presented_by, .searchCountryContainer .presented_by, .searchNameContainer .presented_by, .mobileSponsorContainer .presented_by, .navigatorContainer .presented_by { display: inline-block; font-size: 12px; position: relative; margin-right: 15px; margin-top: 10px; float: left; text-align: center; width: 100%; padding-bottom: 15px; }
@media only screen and (min-width: 40em) { .filterContainer .presented_by, .searchCountryContainer .presented_by, .searchNameContainer .presented_by, .mobileSponsorContainer .presented_by, .navigatorContainer .presented_by { float: right; text-align: right; padding-bottom: 0px; } }
.filterContainer .presented_by img, .searchCountryContainer .presented_by img, .searchNameContainer .presented_by img, .mobileSponsorContainer .presented_by img, .navigatorContainer .presented_by img { padding-left: 10px; vertical-align: middle; }
.filterContainer .presented_by.hideMobile, .searchCountryContainer .presented_by.hideMobile, .searchNameContainer .presented_by.hideMobile, .mobileSponsorContainer .presented_by.hideMobile, .navigatorContainer .presented_by.hideMobile { display: none; }
@media only screen and (min-width: 40em) { .filterContainer .presented_by.hideMobile, .searchCountryContainer .presented_by.hideMobile, .searchNameContainer .presented_by.hideMobile, .mobileSponsorContainer .presented_by.hideMobile, .navigatorContainer .presented_by.hideMobile { display: block; } }
.filterContainer .presented_by.hideTablet, .searchCountryContainer .presented_by.hideTablet, .searchNameContainer .presented_by.hideTablet, .mobileSponsorContainer .presented_by.hideTablet, .navigatorContainer .presented_by.hideTablet { display: none; }
@media only screen and (min-width: 20em) { .filterContainer .presented_by.hideTablet, .searchCountryContainer .presented_by.hideTablet, .searchNameContainer .presented_by.hideTablet, .mobileSponsorContainer .presented_by.hideTablet, .navigatorContainer .presented_by.hideTablet { display: block; } }
.filterContainer .allviews, .searchCountryContainer .allviews, .searchNameContainer .allviews, .mobileSponsorContainer .allviews, .navigatorContainer .allviews { height: 100%; }
.filterContainer .allviews .presented_by, .searchCountryContainer .allviews .presented_by, .searchNameContainer .allviews .presented_by, .mobileSponsorContainer .allviews .presented_by, .navigatorContainer .allviews .presented_by { width: auto; }
.filterContainer .otherviews, .searchCountryContainer .otherviews, .searchNameContainer .otherviews, .mobileSponsorContainer .otherviews, .navigatorContainer .otherviews { display: none; }
@media only screen and (min-width: 40em) { .filterContainer .otherviews, .searchCountryContainer .otherviews, .searchNameContainer .otherviews, .mobileSponsorContainer .otherviews, .navigatorContainer .otherviews { display: inline; } }
.filterContainer .otherviews .filter, .searchCountryContainer .otherviews .filter, .searchNameContainer .otherviews .filter, .mobileSponsorContainer .otherviews .filter, .navigatorContainer .otherviews .filter { float: left; }
.filterContainer .otherviews .presented_by, .searchCountryContainer .otherviews .presented_by, .searchNameContainer .otherviews .presented_by, .mobileSponsorContainer .otherviews .presented_by, .navigatorContainer .otherviews .presented_by { float: right; width: auto; }
.filterContainer .otherviews .presented_by.logo_only img, .searchCountryContainer .otherviews .presented_by.logo_only img, .searchNameContainer .otherviews .presented_by.logo_only img, .mobileSponsorContainer .otherviews .presented_by.logo_only img, .navigatorContainer .otherviews .presented_by.logo_only img { width: 85px; height: auto; }
@media only screen and (min-width: 40em) { .filterContainer .otherviews .presented_by.logo_only img, .searchCountryContainer .otherviews .presented_by.logo_only img, .searchNameContainer .otherviews .presented_by.logo_only img, .mobileSponsorContainer .otherviews .presented_by.logo_only img, .navigatorContainer .otherviews .presented_by.logo_only img { width: 65px; } }
.filterContainer .xsmobile, .searchCountryContainer .xsmobile, .searchNameContainer .xsmobile, .mobileSponsorContainer .xsmobile, .navigatorContainer .xsmobile { display: block; position: relative; margin: 0px auto; }
@media only screen and (min-width: 40em) { .filterContainer .xsmobile, .searchCountryContainer .xsmobile, .searchNameContainer .xsmobile, .mobileSponsorContainer .xsmobile, .navigatorContainer .xsmobile { display: none; } }
.filterContainer .xsmobile .filter, .searchCountryContainer .xsmobile .filter, .searchNameContainer .xsmobile .filter, .mobileSponsorContainer .xsmobile .filter, .navigatorContainer .xsmobile .filter { float: none; }
.filterContainer .xsmobile .filter-dropdown, .searchCountryContainer .xsmobile .filter-dropdown, .searchNameContainer .xsmobile .filter-dropdown, .mobileSponsorContainer .xsmobile .filter-dropdown, .navigatorContainer .xsmobile .filter-dropdown { width: auto; }
.filterContainer .xsmobile .presented_by, .searchCountryContainer .xsmobile .presented_by, .searchNameContainer .xsmobile .presented_by, .mobileSponsorContainer .xsmobile .presented_by, .navigatorContainer .xsmobile .presented_by { display: block; float: left; width: 100%; border-bottom: 1px solid #4a6690; padding-bottom: 15px; }
.filterContainer .xsmobile .presented_by.logo_only img, .searchCountryContainer .xsmobile .presented_by.logo_only img, .searchNameContainer .xsmobile .presented_by.logo_only img, .mobileSponsorContainer .xsmobile .presented_by.logo_only img, .navigatorContainer .xsmobile .presented_by.logo_only img { width: 85px; height: auto; }
@media only screen and (min-width: 40em) { .filterContainer .xsmobile .presented_by.logo_only img, .searchCountryContainer .xsmobile .presented_by.logo_only img, .searchNameContainer .xsmobile .presented_by.logo_only img, .mobileSponsorContainer .xsmobile .presented_by.logo_only img, .navigatorContainer .xsmobile .presented_by.logo_only img { width: 65px; } }
.filterContainer .xsmobile .photos, .searchCountryContainer .xsmobile .photos, .searchNameContainer .xsmobile .photos, .mobileSponsorContainer .xsmobile .photos, .navigatorContainer .xsmobile .photos { margin-left: 33%; }
.filterContainer .xsmobile .news, .searchCountryContainer .xsmobile .news, .searchNameContainer .xsmobile .news, .mobileSponsorContainer .xsmobile .news, .navigatorContainer .xsmobile .news { width: 40%; margin-left: 10%; }
.filterContainer .arrow_down, .searchCountryContainer .arrow_down, .searchNameContainer .arrow_down, .mobileSponsorContainer .arrow_down, .navigatorContainer .arrow_down { vertical-align: top; margin-right: 10px; margin-top: 3px; width: 17px; height: 9px; background: url("/images/nav/chevron-down.png") 0 0; display: inline-block; float: left; cursor: pointer; background-size: 17px 9px; }
.filterContainer .arrow_down.open, .searchCountryContainer .arrow_down.open, .searchNameContainer .arrow_down.open, .mobileSponsorContainer .arrow_down.open, .navigatorContainer .arrow_down.open { background: url("/images/nav/chevron-up.png") 0 0; background-size: 17px 9px; }
.filterContainer .filter, .searchCountryContainer .filter, .searchNameContainer .filter, .mobileSponsorContainer .filter, .navigatorContainer .filter { display: inline-block; font-size: 14px; padding: 15px 10px; cursor: pointer; width: auto; height: 100%; }
.filterContainer .filter.open, .searchCountryContainer .filter.open, .searchNameContainer .filter.open, .mobileSponsorContainer .filter.open, .navigatorContainer .filter.open { background-color: #4a6690; }
@media only screen and (min-width: 40em) { .filterContainer .filter, .searchCountryContainer .filter, .searchNameContainer .filter, .mobileSponsorContainer .filter, .navigatorContainer .filter { padding: 15px 20px 0px 10px; } }
.filterContainer .filter h1, .searchCountryContainer .filter h1, .searchNameContainer .filter h1, .mobileSponsorContainer .filter h1, .navigatorContainer .filter h1 { display: inline; font-weight: normal; font-family: inherit; }
.filterContainer .filter-overlay, .searchCountryContainer .filter-overlay, .searchNameContainer .filter-overlay, .mobileSponsorContainer .filter-overlay, .navigatorContainer .filter-overlay { background: #4a6690; width: 100%; color: #FFFFFF; vertical-align: top; float: left; min-height: 500px; overflow: hidden; position: absolute; z-index: 5; top: 79px; left: 0px; padding: 10px; }
.filterContainer .filter-overlay.category, .filterContainer .filter-overlay.stats, .searchCountryContainer .filter-overlay.category, .searchCountryContainer .filter-overlay.stats, .searchNameContainer .filter-overlay.category, .searchNameContainer .filter-overlay.stats, .mobileSponsorContainer .filter-overlay.category, .mobileSponsorContainer .filter-overlay.stats, .navigatorContainer .filter-overlay.category, .navigatorContainer .filter-overlay.stats { display: none; text-align: center; }
.filterContainer .filter-overlay.event, .searchCountryContainer .filter-overlay.event, .searchNameContainer .filter-overlay.event, .mobileSponsorContainer .filter-overlay.event, .navigatorContainer .filter-overlay.event { display: none; text-align: center; }
.filterContainer .filter-overlay.days, .searchCountryContainer .filter-overlay.days, .searchNameContainer .filter-overlay.days, .mobileSponsorContainer .filter-overlay.days, .navigatorContainer .filter-overlay.days { display: none; }
.filterContainer .filter-overlay.selectDates, .searchCountryContainer .filter-overlay.selectDates, .searchNameContainer .filter-overlay.selectDates, .mobileSponsorContainer .filter-overlay.selectDates, .navigatorContainer .filter-overlay.selectDates { display: none; text-align: center; height: 450px; }
.filterContainer .filter-overlay.open, .searchCountryContainer .filter-overlay.open, .searchNameContainer .filter-overlay.open, .mobileSponsorContainer .filter-overlay.open, .navigatorContainer .filter-overlay.open { display: inline-block; }
.filterContainer .filter-overlay ul, .searchCountryContainer .filter-overlay ul, .searchNameContainer .filter-overlay ul, .mobileSponsorContainer .filter-overlay ul, .navigatorContainer .filter-overlay ul { padding-left: 0px; }
.filterContainer .filter-overlay li, .searchCountryContainer .filter-overlay li, .searchNameContainer .filter-overlay li, .mobileSponsorContainer .filter-overlay li, .navigatorContainer .filter-overlay li { list-style: none; font-size: 16px; line-height: 30px; padding-bottom: 20px; }
.filterContainer .filter-overlay li a, .searchCountryContainer .filter-overlay li a, .searchNameContainer .filter-overlay li a, .mobileSponsorContainer .filter-overlay li a, .navigatorContainer .filter-overlay li a { text-decoration: none; color: #FFFFFF; }
.filterContainer .filter-overlay .leftAlign, .filterContainer .filter-overlay .rightAlign, .searchCountryContainer .filter-overlay .leftAlign, .searchCountryContainer .filter-overlay .rightAlign, .searchNameContainer .filter-overlay .leftAlign, .searchNameContainer .filter-overlay .rightAlign, .mobileSponsorContainer .filter-overlay .leftAlign, .mobileSponsorContainer .filter-overlay .rightAlign, .navigatorContainer .filter-overlay .leftAlign, .navigatorContainer .filter-overlay .rightAlign { float: left; }
.filterContainer .filter-overlay .leftAlign h4, .filterContainer .filter-overlay .rightAlign h4, .searchCountryContainer .filter-overlay .leftAlign h4, .searchCountryContainer .filter-overlay .rightAlign h4, .searchNameContainer .filter-overlay .leftAlign h4, .searchNameContainer .filter-overlay .rightAlign h4, .mobileSponsorContainer .filter-overlay .leftAlign h4, .mobileSponsorContainer .filter-overlay .rightAlign h4, .navigatorContainer .filter-overlay .leftAlign h4, .navigatorContainer .filter-overlay .rightAlign h4 { font-size: 1.5em; text-align: center; padding-top: 1.16667em; }
.filterContainer .filter-overlay .leftAlign, .searchCountryContainer .filter-overlay .leftAlign, .searchNameContainer .filter-overlay .leftAlign, .mobileSponsorContainer .filter-overlay .leftAlign, .navigatorContainer .filter-overlay .leftAlign { width: 13%; }
.filterContainer .filter-overlay .leftAlign h4, .searchCountryContainer .filter-overlay .leftAlign h4, .searchNameContainer .filter-overlay .leftAlign h4, .mobileSponsorContainer .filter-overlay .leftAlign h4, .navigatorContainer .filter-overlay .leftAlign h4 { padding-right: 15px; }
@media only screen and (min-width: 60em) { .filterContainer .filter-overlay .leftAlign, .searchCountryContainer .filter-overlay .leftAlign, .searchNameContainer .filter-overlay .leftAlign, .mobileSponsorContainer .filter-overlay .leftAlign, .navigatorContainer .filter-overlay .leftAlign { width: 16%; padding-left: 20px; padding-right: 25px; }
.filterContainer .filter-overlay .leftAlign h4, .searchCountryContainer .filter-overlay .leftAlign h4, .searchNameContainer .filter-overlay .leftAlign h4, .mobileSponsorContainer .filter-overlay .leftAlign h4, .navigatorContainer .filter-overlay .leftAlign h4 { padding-right: 0; } }
.filterContainer .filter-overlay .leftAlign .header, .filterContainer .filter-overlay .leftAlign .row, .searchCountryContainer .filter-overlay .leftAlign .header, .searchCountryContainer .filter-overlay .leftAlign .row, .searchNameContainer .filter-overlay .leftAlign .header, .searchNameContainer .filter-overlay .leftAlign .row, .mobileSponsorContainer .filter-overlay .leftAlign .header, .mobileSponsorContainer .filter-overlay .leftAlign .row, .navigatorContainer .filter-overlay .leftAlign .header, .navigatorContainer .filter-overlay .leftAlign .row { clear: both; overflow: hidden; }
.filterContainer .filter-overlay .leftAlign .header .date, .filterContainer .filter-overlay .leftAlign .row .date, .searchCountryContainer .filter-overlay .leftAlign .header .date, .searchCountryContainer .filter-overlay .leftAlign .row .date, .searchNameContainer .filter-overlay .leftAlign .header .date, .searchNameContainer .filter-overlay .leftAlign .row .date, .mobileSponsorContainer .filter-overlay .leftAlign .header .date, .mobileSponsorContainer .filter-overlay .leftAlign .row .date, .navigatorContainer .filter-overlay .leftAlign .header .date, .navigatorContainer .filter-overlay .leftAlign .row .date { float: left; color: #7b8caa; padding: 8px 10px 8px 5px; text-align: center; width: 100%; }
@media only screen and (min-width: 60em) { .filterContainer .filter-overlay .leftAlign .header .date, .filterContainer .filter-overlay .leftAlign .row .date, .searchCountryContainer .filter-overlay .leftAlign .header .date, .searchCountryContainer .filter-overlay .leftAlign .row .date, .searchNameContainer .filter-overlay .leftAlign .header .date, .searchNameContainer .filter-overlay .leftAlign .row .date, .mobileSponsorContainer .filter-overlay .leftAlign .header .date, .mobileSponsorContainer .filter-overlay .leftAlign .row .date, .navigatorContainer .filter-overlay .leftAlign .header .date, .navigatorContainer .filter-overlay .leftAlign .row .date { padding: 10px; } }
.filterContainer .filter-overlay .leftAlign .header .date, .searchCountryContainer .filter-overlay .leftAlign .header .date, .searchNameContainer .filter-overlay .leftAlign .header .date, .mobileSponsorContainer .filter-overlay .leftAlign .header .date, .navigatorContainer .filter-overlay .leftAlign .header .date { white-space: nowrap; visibility: hidden; }
.filterContainer .filter-overlay .rightAlign, .searchCountryContainer .filter-overlay .rightAlign, .searchNameContainer .filter-overlay .rightAlign, .mobileSponsorContainer .filter-overlay .rightAlign, .navigatorContainer .filter-overlay .rightAlign { width: 87%; border-left: solid 1px #7b8caa; padding-left: 10px; }
@media only screen and (min-width: 60em) { .filterContainer .filter-overlay .rightAlign, .searchCountryContainer .filter-overlay .rightAlign, .searchNameContainer .filter-overlay .rightAlign, .mobileSponsorContainer .filter-overlay .rightAlign, .navigatorContainer .filter-overlay .rightAlign { width: 83%; padding-left: 30px; } }
.filterContainer .filter-overlay .rightAlign .header, .filterContainer .filter-overlay .rightAlign .row, .searchCountryContainer .filter-overlay .rightAlign .header, .searchCountryContainer .filter-overlay .rightAlign .row, .searchNameContainer .filter-overlay .rightAlign .header, .searchNameContainer .filter-overlay .rightAlign .row, .mobileSponsorContainer .filter-overlay .rightAlign .header, .mobileSponsorContainer .filter-overlay .rightAlign .row, .navigatorContainer .filter-overlay .rightAlign .header, .navigatorContainer .filter-overlay .rightAlign .row { clear: both; }
.filterContainer .filter-overlay .rightAlign .header .date, .filterContainer .filter-overlay .rightAlign .row .date, .searchCountryContainer .filter-overlay .rightAlign .header .date, .searchCountryContainer .filter-overlay .rightAlign .row .date, .searchNameContainer .filter-overlay .rightAlign .header .date, .searchNameContainer .filter-overlay .rightAlign .row .date, .mobileSponsorContainer .filter-overlay .rightAlign .header .date, .mobileSponsorContainer .filter-overlay .rightAlign .row .date, .navigatorContainer .filter-overlay .rightAlign .header .date, .navigatorContainer .filter-overlay .rightAlign .row .date { float: left; color: #7b8caa; padding: 8px 6px; text-align: center; width: 14%; }
@media only screen and (min-width: 60em) { .filterContainer .filter-overlay .rightAlign .header .date, .filterContainer .filter-overlay .rightAlign .row .date, .searchCountryContainer .filter-overlay .rightAlign .header .date, .searchCountryContainer .filter-overlay .rightAlign .row .date, .searchNameContainer .filter-overlay .rightAlign .header .date, .searchNameContainer .filter-overlay .rightAlign .row .date, .mobileSponsorContainer .filter-overlay .rightAlign .header .date, .mobileSponsorContainer .filter-overlay .rightAlign .row .date, .navigatorContainer .filter-overlay .rightAlign .header .date, .navigatorContainer .filter-overlay .rightAlign .row .date { padding: 10px; } }
.filterContainer .filter-overlay .fullCol, .searchCountryContainer .filter-overlay .fullCol, .searchNameContainer .filter-overlay .fullCol, .mobileSponsorContainer .filter-overlay .fullCol, .navigatorContainer .filter-overlay .fullCol { clear: both; padding-top: 20px; }
.filterContainer .filter-overlay .circle, .searchCountryContainer .filter-overlay .circle, .searchNameContainer .filter-overlay .circle, .mobileSponsorContainer .filter-overlay .circle, .navigatorContainer .filter-overlay .circle { position: relative; display: inline-block; width: 100%; height: 0; padding: 50% 0; border-radius: 50%; border: solid 1px #FFFFFF; color: #FFFFFF; cursor: pointer; }
.filterContainer .filter-overlay .circle label, .searchCountryContainer .filter-overlay .circle label, .searchNameContainer .filter-overlay .circle label, .mobileSponsorContainer .filter-overlay .circle label, .navigatorContainer .filter-overlay .circle label { position: relative; display: inline-block; color: #FFFFFF; cursor: pointer; }
.filterContainer .filter-overlay .circle label.multilines, .searchCountryContainer .filter-overlay .circle label.multilines, .searchNameContainer .filter-overlay .circle label.multilines, .mobileSponsorContainer .filter-overlay .circle label.multilines, .navigatorContainer .filter-overlay .circle label.multilines { margin-top: -35%; display: block; }
@media only screen and (min-width: 60em) { .filterContainer .filter-overlay .circle label.multilines, .searchCountryContainer .filter-overlay .circle label.multilines, .searchNameContainer .filter-overlay .circle label.multilines, .mobileSponsorContainer .filter-overlay .circle label.multilines, .navigatorContainer .filter-overlay .circle label.multilines { margin-top: -34%; } }
.filterContainer .filter-overlay .circle label.all, .searchCountryContainer .filter-overlay .circle label.all, .searchNameContainer .filter-overlay .circle label.all, .mobileSponsorContainer .filter-overlay .circle label.all, .navigatorContainer .filter-overlay .circle label.all { font-family: "Interstate-Light", Helvetica, Arial, sans-serif; display: block; font-size: 1.18182em; line-height: 1.2em; padding: 5px; text-transform: uppercase; margin-top: -35%; }
@media only screen and (min-width: 60em) { .filterContainer .filter-overlay .circle label.all, .searchCountryContainer .filter-overlay .circle label.all, .searchNameContainer .filter-overlay .circle label.all, .mobileSponsorContainer .filter-overlay .circle label.all, .navigatorContainer .filter-overlay .circle label.all { font-size: 1.63636em; padding: 15px; margin-top: -53%; } }
.filterContainer .filter-overlay .circle label .weekday, .searchCountryContainer .filter-overlay .circle label .weekday, .searchNameContainer .filter-overlay .circle label .weekday, .mobileSponsorContainer .filter-overlay .circle label .weekday, .navigatorContainer .filter-overlay .circle label .weekday { display: none; }
.filterContainer .filter-overlay .circle label .tourDay, .searchCountryContainer .filter-overlay .circle label .tourDay, .searchNameContainer .filter-overlay .circle label .tourDay, .mobileSponsorContainer .filter-overlay .circle label .tourDay, .navigatorContainer .filter-overlay .circle label .tourDay { font-family: "Interstate-Bold", Helvetica, Arial, sans-serif; display: block; font-size: 0.63636em; text-transform: uppercase; }
@media only screen and (min-width: 60em) { .filterContainer .filter-overlay .circle label .tourDay, .searchCountryContainer .filter-overlay .circle label .tourDay, .searchNameContainer .filter-overlay .circle label .tourDay, .mobileSponsorContainer .filter-overlay .circle label .tourDay, .navigatorContainer .filter-overlay .circle label .tourDay { font-size: 0.81818em; } }
.filterContainer .filter-overlay .circle label .month, .searchCountryContainer .filter-overlay .circle label .month, .searchNameContainer .filter-overlay .circle label .month, .mobileSponsorContainer .filter-overlay .circle label .month, .navigatorContainer .filter-overlay .circle label .month { font-family: "Interstate-Light", Helvetica, Arial, sans-serif; display: block; font-size: 1.09091em; line-height: 1.35em; text-transform: uppercase; }
@media only screen and (min-width: 60em) { .filterContainer .filter-overlay .circle label .month, .searchCountryContainer .filter-overlay .circle label .month, .searchNameContainer .filter-overlay .circle label .month, .mobileSponsorContainer .filter-overlay .circle label .month, .navigatorContainer .filter-overlay .circle label .month { font-size: 1.16667em; line-height: 1.7em; } }
.filterContainer .filter-overlay .circle label .day, .searchCountryContainer .filter-overlay .circle label .day, .searchNameContainer .filter-overlay .circle label .day, .mobileSponsorContainer .filter-overlay .circle label .day, .navigatorContainer .filter-overlay .circle label .day { font-family: "Interstate-Light", Helvetica, Arial, sans-serif; display: block; font-size: 1.72727em; line-height: 0.75em; text-transform: uppercase; }
@media only screen and (min-width: 60em) { .filterContainer .filter-overlay .circle label .day, .searchCountryContainer .filter-overlay .circle label .day, .searchNameContainer .filter-overlay .circle label .day, .mobileSponsorContainer .filter-overlay .circle label .day, .navigatorContainer .filter-overlay .circle label .day { font-size: 2.5em; } }
.filterContainer .filter-overlay .circle.checked, .searchCountryContainer .filter-overlay .circle.checked, .searchNameContainer .filter-overlay .circle.checked, .mobileSponsorContainer .filter-overlay .circle.checked, .navigatorContainer .filter-overlay .circle.checked { background: #3b5273; }
.filterContainer .filter-overlay .circle.disabled, .searchCountryContainer .filter-overlay .circle.disabled, .searchNameContainer .filter-overlay .circle.disabled, .mobileSponsorContainer .filter-overlay .circle.disabled, .navigatorContainer .filter-overlay .circle.disabled { border-color: #7b8caa; }
.filterContainer .filter-overlay .circle.disabled label, .searchCountryContainer .filter-overlay .circle.disabled label, .searchNameContainer .filter-overlay .circle.disabled label, .mobileSponsorContainer .filter-overlay .circle.disabled label, .navigatorContainer .filter-overlay .circle.disabled label { color: #7b8caa; cursor: default; }
.filterContainer .filter-overlay form.tickets input[type=checkbox], .searchCountryContainer .filter-overlay form.tickets input[type=checkbox], .searchNameContainer .filter-overlay form.tickets input[type=checkbox], .mobileSponsorContainer .filter-overlay form.tickets input[type=checkbox], .navigatorContainer .filter-overlay form.tickets input[type=checkbox] { position: absolute; top: -9999px; left: -9999px; }
.filterContainer .filter-overlay form.tickets legend, .searchCountryContainer .filter-overlay form.tickets legend, .searchNameContainer .filter-overlay form.tickets legend, .mobileSponsorContainer .filter-overlay form.tickets legend, .navigatorContainer .filter-overlay form.tickets legend { font-family: "Interstate-Light", Helvetica, Arial, sans-serif; font-size: 1.09091em; padding-bottom: 10px; text-align: left; }
.filterContainer .filter-overlay .ticket_submit_button, .searchCountryContainer .filter-overlay .ticket_submit_button, .searchNameContainer .filter-overlay .ticket_submit_button, .mobileSponsorContainer .filter-overlay .ticket_submit_button, .navigatorContainer .filter-overlay .ticket_submit_button { background: #223a5b; border: none; color: #FFFFFF; cursor: pointer; padding: 5px 10px; text-transform: uppercase; }
.filterContainer .filter-overlay .ticket_submit_button.disabled, .searchCountryContainer .filter-overlay .ticket_submit_button.disabled, .searchNameContainer .filter-overlay .ticket_submit_button.disabled, .mobileSponsorContainer .filter-overlay .ticket_submit_button.disabled, .navigatorContainer .filter-overlay .ticket_submit_button.disabled { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50); opacity: 0.5; cursor: default; }
.filterContainer .filter-overlay-news, .searchCountryContainer .filter-overlay-news, .searchNameContainer .filter-overlay-news, .mobileSponsorContainer .filter-overlay-news, .navigatorContainer .filter-overlay-news { background: #4a6690; width: 100%; color: #FFFFFF; vertical-align: top; float: left; height: 500px; overflow: hidden; position: absolute; z-index: 5; top: 80px; left: 0px; padding: 10px; }
.filterContainer .filter-overlay-news.category, .searchCountryContainer .filter-overlay-news.category, .searchNameContainer .filter-overlay-news.category, .mobileSponsorContainer .filter-overlay-news.category, .navigatorContainer .filter-overlay-news.category { display: none; text-align: center; }
.filterContainer .filter-overlay-news.event, .searchCountryContainer .filter-overlay-news.event, .searchNameContainer .filter-overlay-news.event, .mobileSponsorContainer .filter-overlay-news.event, .navigatorContainer .filter-overlay-news.event { display: none; text-align: center; }
.filterContainer .filter-overlay-news.days, .searchCountryContainer .filter-overlay-news.days, .searchNameContainer .filter-overlay-news.days, .mobileSponsorContainer .filter-overlay-news.days, .navigatorContainer .filter-overlay-news.days { display: none; }
.filterContainer .filter-overlay-news.open, .searchCountryContainer .filter-overlay-news.open, .searchNameContainer .filter-overlay-news.open, .mobileSponsorContainer .filter-overlay-news.open, .navigatorContainer .filter-overlay-news.open { display: inline-block; }
.filterContainer .filter-overlay-news ul, .searchCountryContainer .filter-overlay-news ul, .searchNameContainer .filter-overlay-news ul, .mobileSponsorContainer .filter-overlay-news ul, .navigatorContainer .filter-overlay-news ul { padding-left: 0px; }
.filterContainer .filter-overlay-news li, .searchCountryContainer .filter-overlay-news li, .searchNameContainer .filter-overlay-news li, .mobileSponsorContainer .filter-overlay-news li, .navigatorContainer .filter-overlay-news li { list-style: none; font-size: 16px; line-height: 30px; padding-bottom: 20px; cursor: pointer; }
.filterContainer .filter-overlay-news li a, .searchCountryContainer .filter-overlay-news li a, .searchNameContainer .filter-overlay-news li a, .mobileSponsorContainer .filter-overlay-news li a, .navigatorContainer .filter-overlay-news li a { text-decoration: none; color: #FFFFFF; }
.filterContainer .selection, .searchCountryContainer .selection, .searchNameContainer .selection, .mobileSponsorContainer .selection, .navigatorContainer .selection { top: 10px; font-size: 14px; position: relative; display: inline-block; cursor: pointer; width: 50%; float: left; padding-left: 10px; }
.filterContainer .selection .news, .filterContainer .selection .interviews, .filterContainer .selection .photos, .filterContainer .selection .videos, .searchCountryContainer .selection .news, .searchCountryContainer .selection .interviews, .searchCountryContainer .selection .photos, .searchCountryContainer .selection .videos, .searchNameContainer .selection .news, .searchNameContainer .selection .interviews, .searchNameContainer .selection .photos, .searchNameContainer .selection .videos, .mobileSponsorContainer .selection .news, .mobileSponsorContainer .selection .interviews, .mobileSponsorContainer .selection .photos, .mobileSponsorContainer .selection .videos, .navigatorContainer .selection .news, .navigatorContainer .selection .interviews, .navigatorContainer .selection .photos, .navigatorContainer .selection .videos { display: inline-block; font-size: 14px; padding-right: 20px; }
.filterContainer .selection .news .radio, .filterContainer .selection .interviews .radio, .filterContainer .selection .photos .radio, .filterContainer .selection .videos .radio, .searchCountryContainer .selection .news .radio, .searchCountryContainer .selection .interviews .radio, .searchCountryContainer .selection .photos .radio, .searchCountryContainer .selection .videos .radio, .searchNameContainer .selection .news .radio, .searchNameContainer .selection .interviews .radio, .searchNameContainer .selection .photos .radio, .searchNameContainer .selection .videos .radio, .mobileSponsorContainer .selection .news .radio, .mobileSponsorContainer .selection .interviews .radio, .mobileSponsorContainer .selection .photos .radio, .mobileSponsorContainer .selection .videos .radio, .navigatorContainer .selection .news .radio, .navigatorContainer .selection .interviews .radio, .navigatorContainer .selection .photos .radio, .navigatorContainer .selection .videos .radio { width: 20px; height: 20px; display: inline-block; margin-right: 5px; vertical-align: bottom; background: url("/images/misc/radio_select_off.png") left center no-repeat; }
.filterContainer .selection .news .radio.select, .filterContainer .selection .interviews .radio.select, .filterContainer .selection .photos .radio.select, .filterContainer .selection .videos .radio.select, .searchCountryContainer .selection .news .radio.select, .searchCountryContainer .selection .interviews .radio.select, .searchCountryContainer .selection .photos .radio.select, .searchCountryContainer .selection .videos .radio.select, .searchNameContainer .selection .news .radio.select, .searchNameContainer .selection .interviews .radio.select, .searchNameContainer .selection .photos .radio.select, .searchNameContainer .selection .videos .radio.select, .mobileSponsorContainer .selection .news .radio.select, .mobileSponsorContainer .selection .interviews .radio.select, .mobileSponsorContainer .selection .photos .radio.select, .mobileSponsorContainer .selection .videos .radio.select, .navigatorContainer .selection .news .radio.select, .navigatorContainer .selection .interviews .radio.select, .navigatorContainer .selection .photos .radio.select, .navigatorContainer .selection .videos .radio.select { background: url("/images/misc/radio_select_on.png") left center no-repeat; }
.filters { color: #888B8D; text-align: center; padding: 12px 0; }
.filters .selection { font-family: "Interstate-Regular", Helvetica, Arial, sans-serif; font-weight: normal; font-size: 1.3rem; display: inline-block; line-height: 2.2rem; cursor: pointer; }
@media only screen and (min-width: 40em) { .filters .selection { margin-left: 20px; } }
.filters .selection div { display: inline-block; }
.filters .selection .photos.all { border-right: 1px solid #F0F2F3; padding-right: 10px; margin-right: 5px; }
.filters .selection .active { text-decoration: underline; }
.filters .filter-dropdown { background-image: url(/images/misc/gray_arrow_dn.png); background-repeat: no-repeat; background-position: right 0px center; background-size: 8px; padding-right: 10px; }
.filters .filterDD, .filters .filter-dropdown { font-family: "Interstate-Regular", Helvetica, Arial, sans-serif; font-weight: normal; font-size: 1.3rem; line-height: 2.2rem; display: inline-block; vertical-align: top; height: inherit; float: none; width: auto; }
.filters .filterDD #filterMonths, .filters .filter-dropdown #filterMonths { margin-right: -15px; }
.filters .filterDD select, .filters .filter-dropdown select { color: #888B8D !important; padding-top: 0; padding-bottom: 0; font-size: 1.3rem; line-height: 2.2rem; height: inherit; cursor: pointer; }
.filters .filter-dropdown.photos { display: none; }
.filterSelector { height: 40px; width: auto; padding: 0px 5px; text-align: center; }
@media only screen and (min-width: 40em) { .filterSelector { padding: 10px 5px; } }
.filterSelector .otherviews { display: none; }
@media only screen and (min-width: 40em) { .filterSelector .otherviews { display: inline; } }
.filterSelector .xsmobile { display: inline-block; width: 100%; }
@media only screen and (min-width: 40em) { .filterSelector .xsmobile { display: none; } }
.filterSelector .arrow_down { vertical-align: top; margin-right: 10px; margin-top: 3px; width: 17px; height: 9px; background: url("/images/nav/chevron-down-blk.png") 0 0; display: inline-block; float: left; cursor: pointer; background-size: 17px 9px; }
.filterSelector .arrow_down.open { background: url("/images/nav/chevron-up-blk.png") 0 0; background-size: 17px 9px; }
.filterSelector .filterDD { display: none; }
.filterSelector .filterDD.select { display: inline-block !important; margin: 0px auto; }
.filterSelector .filterDD .filter { display: inline-block; font-size: 14px; padding: 15px 10px; cursor: pointer; width: 45%; height: 100%; }
.filterSelector .filterDD .filter-dropdown { margin-right: 20px; background: url("/images/nav/chevron-down-blk.png") no-repeat left; background-size: 17px 9px; width: auto; }
.filterSelector .filterTab { display: none; width: 100%; }
.filterSelector .filterTab.select { display: inline-block !important; }
.filterSelector .filterTab ul { padding-left: 0px; display: inline-block; }
.filterSelector .filterTab li { list-style: none; display: inline; padding-left: 4px; cursor: pointer; font-size: 16px; color: #858a83; }
@media only screen and (min-width: 60em) { .filterSelector .filterTab li { padding-left: 10px; } }
.filterSelector .filterTab li a { color: #858a83; text-decoration: none; cursor: pointer; }
.filterSelector .filterTab li.select { color: #418FDE; font-weight: bold; font-size: 18px; margin-top: -2px; }
.filterSelector .filterTab li.select a { color: #418FDE; }
.filterSelector .filterTab li.na { color: #ebebeb; cursor: none; }
.filterSelector .filterTab .divider { height: 30px; display: inline-block; vertical-align: middle; border-right: 1px solid #858a83; }
.filterSelector .filterTab .title { text-transform: uppercase; font-size: 12px; cursor: none; }
.filterSelector .filterTab .year { display: inline-block; color: #858a83; font-size: 16px; width: auto; }
.filterSelector .filterTab .year li { padding-left: 0px; }
.filterSelector .filterTab .year li.select { cursor: none; }
.filterSelector .filterTab .year .hide { display: none; }
.filterSelector .filterTab .year .prev { width: 8px; height: 8px; display: inline-block; vertical-align: top; margin-top: 6px; cursor: pointer; background: url("/images/misc/small_arrows.png") 0 0 no-repeat; background-position: 0 0px; }
.filterSelector .filterTab .year .prev.last { cursor: none; background: url("/images/misc/small_arrows.png") 0 0 no-repeat; background-position: -8px 0px; }
.filterSelector .filterTab .year .next { width: 8px; height: 8px; display: inline-block; vertical-align: top; margin-top: 6px; cursor: pointer; background: url("/images/misc/small_arrows.png") 0 0 no-repeat; background-position: -23px 0px; }
.filterSelector .filterTab .year .next.last { cursor: none; background: url("/images/misc/small_arrows.png") 0 0 no-repeat; background-position: -16px 0px; }
.mobileSponsorContainer { text-align: center; border-bottom: solid 1px #4a6690; }
@media only screen and (min-width: 40em) { .mobileSponsorContainer { display: none; } }
.mobileSponsorContainer .presented_by { float: none; margin-right: 0px; }
#tickets #generalChips .title, #event_guide #generalChips .title, #draws #generalChips .title { bottom: 70px; font-size: 24px; }
#tickets #generalChips .section_title, #event_guide #generalChips .section_title, #draws #generalChips .section_title { background-color: #0c223f; color: #FFFFFF; font-size: 16px; width: 98%; height: 30px; margin: 10px auto; padding: 5px; font-family: "Interstate-Black", Helvetica, Arial, sans-serif; position: relative; display: table; text-align: left; }
@media only screen and (min-width: 80em) { #tickets #generalChips .section_title, #event_guide #generalChips .section_title, #draws #generalChips .section_title { width: 97%; } }
#tickets .filterContainer .filter, #event_guide .filterContainer .filter, #draws .filterContainer .filter { padding: 15px 20px 15px 10px; width: auto; }
#tickets .filterContainer .filter.selectDates, #event_guide .filterContainer .filter.selectDates, #draws .filterContainer .filter.selectDates { display: none; }
@media only screen and (min-width: 40em) { #tickets .filterContainer .filter.selectDates, #event_guide .filterContainer .filter.selectDates, #draws .filterContainer .filter.selectDates { display: inline-block; } }
#tickets .filterContainer .filter.open, #event_guide .filterContainer .filter.open, #draws .filterContainer .filter.open { padding-top: 10px; border-top: solid 5px #65CFE9; }
#tickets .filterContainer .filter-overlay, #event_guide .filterContainer .filter-overlay, #draws .filterContainer .filter-overlay { top: 123px; min-height: 540px; }
#tickets .filterContainer .filter-overlay a:hover, #event_guide .filterContainer .filter-overlay a:hover, #draws .filterContainer .filter-overlay a:hover { cursor: pointer; }
@media only screen and (min-width: 40em) { #tickets .filterContainer .filter-overlay, #event_guide .filterContainer .filter-overlay, #draws .filterContainer .filter-overlay { top: 79px; } }
#tickets .filter-dropdown.ticketSelectDate, #event_guide .filter-dropdown.ticketSelectDate, #draws .filter-dropdown.ticketSelectDate { float: none; height: auto; line-height: 16px; overflow: visible; width: auto; }
@media only screen and (min-width: 40em) { #tickets .filter-dropdown.ticketSelectDate, #event_guide .filter-dropdown.ticketSelectDate, #draws .filter-dropdown.ticketSelectDate { display: none; } }
#tickets .general_content strong, #event_guide .general_content strong, #draws .general_content strong { font-weight: bold; }
#tickets .general_content center, #event_guide .general_content center, #draws .general_content center { text-align: center; }
#tickets .general_content h5, #event_guide .general_content h5, #draws .general_content h5 { font-size: 18px; text-align: center; font-weight: bold; }
h1 + .helpContainer { margin-top: -1rem; }
.tickets-header { position: relative; }
.helpContainer { background-color: #f3f3f3; color: #888B8D; overflow: hidden; text-align: center; width: 100%; padding-top: 12px; padding-bottom: 12px; font-size: 1.3rem; }
@media only screen and (min-width: 40em) { .helpContainer { padding-top: 15px; padding-bottom: 15px; } }
@media only screen and (min-width: 60em) { .helpContainer { padding-top: 20px; padding-bottom: 20px; } }
.helpContainer a { color: #888B8D; display: inline-block; line-height: 35px; padding-right: 5%; text-decoration: none; }
.helpContainer span { background: transparent no-repeat 0 0; background-size: 30px; float: left; height: 40px; margin-top: 10px; text-indent: -9999px; overflow: hidden; width: 32px; }
.helpContainer .chat { background-image: url("/images/misc/tickets_chat.png"); }
.helpContainer .email { background-image: url("/images/misc/tickets_email.png"); }
.helpContainer .phone { background-image: url("/images/misc/tickets_call.png"); margin-top: 3px; }
@media only screen and (min-width: 60em) { .helpContainer { font-size: 1.4rem; }
.helpContainer span { width: 40px; margin-top: 8px; } }
.helpContainer.top { margin-top: 0; background-color: transparent; position: absolute; display: none; }
@media only screen and (min-width: 40em) { .helpContainer.top { width: 45%; top: 50px; right: 0; font-size: 1em; display: block; }
.helpContainer.top a { line-height: 30px; }
.helpContainer.top span { background-size: 16px; height: 16px; width: 18px; }
.helpContainer.top span.phone { margin-top: 6px; } }
@media only screen and (min-width: 60em) { .helpContainer.top { width: 50%; top: 50px; right: 0; font-size: 1.28571em; }
.helpContainer.top a { line-height: 36px; }
.helpContainer.top span { background-size: 30px; height: 36px; width: 40px; }
.helpContainer.top span.phone { margin-top: 3px; } }
@media only screen and (min-width: 80em) { .helpContainer.top { width: 45%; } }
.searchNameContainer select, .searchCountryContainer select { -webkit-appearance: none; -moz-appearance: none; appearance: none; background: none; border: none; color: #FFFFFF; font-size: 1em; display: inline-block; overflow: hidden; position: relative; width: 60%; cursor: pointer; }
@media only screen and (min-width: 20em) { .searchNameContainer .filter-label, .searchCountryContainer .filter-label { display: none; }
.searchNameContainer select, .searchCountryContainer select { display: inline-block; } }
@media only screen and (min-width: 60em) { .searchNameContainer .filter-label, .searchCountryContainer .filter-label { display: inline-block; } }
.filterDD select { color: #418FDE !important; width: auto; }
.filter select { width: auto !important; }
.searchNameContainer select { -webkit-appearance: none; -moz-appearance: none; appearance: none; background: none; border: none; color: #FFFFFF; font-size: 1em; display: inline-block; overflow: hidden; position: relative; width: 60%; }
/**** Social Share Styles *****/
.socialWrapper { width: 100%; border-bottom: solid 1px #d8d8d8; padding-bottom: 10px; }
.socialContainer { text-align: center; vertical-align: middle; width: 220px; margin: 0 auto; overflow: hidden; }
@media only screen and (min-width: 768px) { .socialContainer { width: 470px; } }
.socialContainer .title { color: #888B8D; padding-right: 10px; font-size: 14px; float: left; padding-top: 13px; }
.socialContainer .facebook, .socialContainer .twitter, .socialContainer .gplus { width: 30px; height: 30px; cursor: pointer; }
.socialContainer .facebook a, .socialContainer .twitter a, .socialContainer .gplus a { display: block; width: 100%; height: 100%; }
.socialContainer .facebook { float: left; overflow: hidden; background: url("/images/footer/facebook-icon.svg") no-repeat left top; background-size: 27px 22px; margin-top: 6px; }
@media only screen and (min-width: 768px) { .socialContainer .facebook { margin-top: 10px; } }
.socialContainer .twitter { float: left; margin-left: 10px; background: url("/images/footer/twitter-icon.svg") no-repeat left top; background-size: 24px 24px; margin-top: 6px; }
@media only screen and (min-width: 768px) { .socialContainer .twitter { margin-top: 10px; } }
.socialContainer .gplus { float: left; margin-left: 10px; background: url("/images/nav/social_icons/circle_google.png") no-repeat left top; background-size: 30px 30px; }
.socialContainer .link { width: 100%; margin-top: 5px; }
@media only screen and (min-width: 768px) { .socialContainer .link { width: auto; float: left; } }
.socialContainer .link .link_url { float: left; background-color: #ebebeb; border: none; height: 40px; font-size: 14px; padding: 0px 10px; border-radius: 0; color: #418FDE; width: 94%; }
@media only screen and (min-width: 768px) { .socialContainer .link .link_url { width: 270px; } }
/**** Ends Social Share Styles *****/
/** news page **/
.news_content, .site_content { width: 100%; min-height: 500px; overflow: hidden; }
.news_content.blue, .site_content.blue { background-color: #65CFE9; color: #FFFFFF; }
.news_content.blue h1, .news_content.blue h2, .news_content.blue h3, .news_content.blue h4, .news_content.blue h5, .site_content.blue h1, .site_content.blue h2, .site_content.blue h3, .site_content.blue h4, .site_content.blue h5 { color: #3b8ede; }
.news_content .articleDetailContainer, .news_content .siteDetailContainer, .news_content .prematchSection, .news_content .matchdaySection, .site_content .articleDetailContainer, .site_content .siteDetailContainer, .site_content .prematchSection, .site_content .matchdaySection { font-family: "Interstate-Light", Helvetica, Arial, sans-serif; display: inline-block; float: left; padding: 0px 5px; width: 100%; }
@media only screen and (min-width: 60em) { .news_content .articleDetailContainer, .news_content .siteDetailContainer, .news_content .prematchSection, .news_content .matchdaySection, .site_content .articleDetailContainer, .site_content .siteDetailContainer, .site_content .prematchSection, .site_content .matchdaySection { width: calc(100% - 320px); padding-left: 15px; padding-right: 10px; } }
.news_content .articleDetailContainer a, .news_content .siteDetailContainer a, .news_content .prematchSection a, .news_content .matchdaySection a, .site_content .articleDetailContainer a, .site_content .siteDetailContainer a, .site_content .prematchSection a, .site_content .matchdaySection a { color: #418FDE; text-decoration: none; }
.news_content .articleDetailContainer p, .news_content .siteDetailContainer p, .news_content .prematchSection p, .news_content .matchdaySection p, .site_content .articleDetailContainer p, .site_content .siteDetailContainer p, .site_content .prematchSection p, .site_content .matchdaySection p { line-height: 22px; font-size: 16px; padding-bottom: 15px; }
.news_content .articleDetailContainer b, .news_content .articleDetailContainer strong, .news_content .siteDetailContainer b, .news_content .siteDetailContainer strong, .news_content .prematchSection b, .news_content .prematchSection strong, .news_content .matchdaySection b, .news_content .matchdaySection strong, .site_content .articleDetailContainer b, .site_content .articleDetailContainer strong, .site_content .siteDetailContainer b, .site_content .siteDetailContainer strong, .site_content .prematchSection b, .site_content .prematchSection strong, .site_content .matchdaySection b, .site_content .matchdaySection strong { font-family: "Interstate-Bold", Helvetica, Arial, sans-serif; }
.news_content .articleDetailContainer i, .news_content .articleDetailContainer em, .news_content .siteDetailContainer i, .news_content .siteDetailContainer em, .news_content .prematchSection i, .news_content .prematchSection em, .news_content .matchdaySection i, .news_content .matchdaySection em, .site_content .articleDetailContainer i, .site_content .articleDetailContainer em, .site_content .siteDetailContainer i, .site_content .siteDetailContainer em, .site_content .prematchSection i, .site_content .prematchSection em, .site_content .matchdaySection i, .site_content .matchdaySection em { font-family: "Interstate-Light_Italic", Helvetica, Arial, sans-serif; }
.news_content .articleDetailContainer h1, .news_content .siteDetailContainer h1, .news_content .prematchSection h1, .news_content .matchdaySection h1, .site_content .articleDetailContainer h1, .site_content .siteDetailContainer h1, .site_content .prematchSection h1, .site_content .matchdaySection h1 { margin-top: 10px; margin-bottom: 5px; font-size: 22px; }
.news_content .articleDetailContainer h2, .news_content .siteDetailContainer h2, .news_content .prematchSection h2, .news_content .matchdaySection h2, .site_content .articleDetailContainer h2, .site_content .siteDetailContainer h2, .site_content .prematchSection h2, .site_content .matchdaySection h2 { font-size: 20px; padding-top: 15px; padding-bottom: 10px; }
.news_content .articleDetailContainer h3, .news_content .siteDetailContainer h3, .news_content .prematchSection h3, .news_content .matchdaySection h3, .site_content .articleDetailContainer h3, .site_content .siteDetailContainer h3, .site_content .prematchSection h3, .site_content .matchdaySection h3 { font-size: 18px; padding-top: 15px; padding-bottom: 10px; }
.news_content .articleDetailContainer h3.clear, .news_content .siteDetailContainer h3.clear, .news_content .prematchSection h3.clear, .news_content .matchdaySection h3.clear, .site_content .articleDetailContainer h3.clear, .site_content .siteDetailContainer h3.clear, .site_content .prematchSection h3.clear, .site_content .matchdaySection h3.clear { clear: both; }
.news_content .articleDetailContainer h4, .news_content .siteDetailContainer h4, .news_content .prematchSection h4, .news_content .matchdaySection h4, .site_content .articleDetailContainer h4, .site_content .siteDetailContainer h4, .site_content .prematchSection h4, .site_content .matchdaySection h4 { font-size: 16px; padding-top: 15px; padding-bottom: 10px; }
.news_content .articleDetailContainer h5, .news_content .siteDetailContainer h5, .news_content .prematchSection h5, .news_content .matchdaySection h5, .site_content .articleDetailContainer h5, .site_content .siteDetailContainer h5, .site_content .prematchSection h5, .site_content .matchdaySection h5 { font-size: 16px; padding-top: 15px; padding-bottom: 10px; }
.news_content .articleDetailContainer ul, .news_content .articleDetailContainer ol, .news_content .siteDetailContainer ul, .news_content .siteDetailContainer ol, .news_content .prematchSection ul, .news_content .prematchSection ol, .news_content .matchdaySection ul, .news_content .matchdaySection ol, .site_content .articleDetailContainer ul, .site_content .articleDetailContainer ol, .site_content .siteDetailContainer ul, .site_content .siteDetailContainer ol, .site_content .prematchSection ul, .site_content .prematchSection ol, .site_content .matchdaySection ul, .site_content .matchdaySection ol { margin-left: 30px; font-size: 16px; line-height: 20px; }
.news_content .articleDetailContainer .article_info, .news_content .siteDetailContainer .article_info, .news_content .prematchSection .article_info, .news_content .matchdaySection .article_info, .site_content .articleDetailContainer .article_info, .site_content .siteDetailContainer .article_info, .site_content .prematchSection .article_info, .site_content .matchdaySection .article_info { font-size: 14px; line-height: 26px; margin-bottom: 10px; width: 60%; display: inline-block; }
@media only screen and (min-width: 40em) { .news_content .articleDetailContainer .article_info, .news_content .siteDetailContainer .article_info, .news_content .prematchSection .article_info, .news_content .matchdaySection .article_info, .site_content .articleDetailContainer .article_info, .site_content .siteDetailContainer .article_info, .site_content .prematchSection .article_info, .site_content .matchdaySection .article_info { font-size: 18px; width: 73%; } }
.news_content .articleDetailContainer .detail, .news_content .siteDetailContainer .detail, .news_content .prematchSection .detail, .news_content .matchdaySection .detail, .site_content .articleDetailContainer .detail, .site_content .siteDetailContainer .detail, .site_content .prematchSection .detail, .site_content .matchdaySection .detail { padding: 0px 5px; }
.news_content .articleDetailContainer .detail .twitter-tweet, .news_content .siteDetailContainer .detail .twitter-tweet, .news_content .prematchSection .detail .twitter-tweet, .news_content .matchdaySection .detail .twitter-tweet, .site_content .articleDetailContainer .detail .twitter-tweet, .site_content .siteDetailContainer .detail .twitter-tweet, .site_content .prematchSection .detail .twitter-tweet, .site_content .matchdaySection .detail .twitter-tweet { margin: auto; }
.news_content .articleDetailContainer .siteDetail, .news_content .siteDetailContainer .siteDetail, .news_content .prematchSection .siteDetail, .news_content .matchdaySection .siteDetail, .site_content .articleDetailContainer .siteDetail, .site_content .siteDetailContainer .siteDetail, .site_content .prematchSection .siteDetail, .site_content .matchdaySection .siteDetail { padding: 10px 0; }
.news_content .articleDetailContainer .siteDetail h3, .news_content .siteDetailContainer .siteDetail h3, .news_content .prematchSection .siteDetail h3, .news_content .matchdaySection .siteDetail h3, .site_content .articleDetailContainer .siteDetail h3, .site_content .siteDetailContainer .siteDetail h3, .site_content .prematchSection .siteDetail h3, .site_content .matchdaySection .siteDetail h3 { font-size: 1.71429em; padding-top: 15px; color: #3b8ede; }
.news_content .articleDetailContainer .siteDetail h3:first-child, .news_content .siteDetailContainer .siteDetail h3:first-child, .news_content .prematchSection .siteDetail h3:first-child, .news_content .matchdaySection .siteDetail h3:first-child, .site_content .articleDetailContainer .siteDetail h3:first-child, .site_content .siteDetailContainer .siteDetail h3:first-child, .site_content .prematchSection .siteDetail h3:first-child, .site_content .matchdaySection .siteDetail h3:first-child { padding-top: 0px; }
.news_content .articleDetailContainer .siteDetail h3 a, .news_content .siteDetailContainer .siteDetail h3 a, .news_content .prematchSection .siteDetail h3 a, .news_content .matchdaySection .siteDetail h3 a, .site_content .articleDetailContainer .siteDetail h3 a, .site_content .siteDetailContainer .siteDetail h3 a, .site_content .prematchSection .siteDetail h3 a, .site_content .matchdaySection .siteDetail h3 a { text-decoration: none; }
.news_content .articleDetailContainer .inlinePhoto, .news_content .siteDetailContainer .inlinePhoto, .news_content .prematchSection .inlinePhoto, .news_content .matchdaySection .inlinePhoto, .site_content .articleDetailContainer .inlinePhoto, .site_content .siteDetailContainer .inlinePhoto, .site_content .prematchSection .inlinePhoto, .site_content .matchdaySection .inlinePhoto { width: 100%; float: left; text-align: center; }
.news_content .articleDetailContainer .inlinePhoto img, .news_content .siteDetailContainer .inlinePhoto img, .news_content .prematchSection .inlinePhoto img, .news_content .matchdaySection .inlinePhoto img, .site_content .articleDetailContainer .inlinePhoto img, .site_content .siteDetailContainer .inlinePhoto img, .site_content .prematchSection .inlinePhoto img, .site_content .matchdaySection .inlinePhoto img { width: 300px; height: auto; margin: 0 0 20px 0; }
@media only screen and (min-width: 40em) { .news_content .articleDetailContainer .inlinePhoto img, .news_content .siteDetailContainer .inlinePhoto img, .news_content .prematchSection .inlinePhoto img, .news_content .matchdaySection .inlinePhoto img, .site_content .articleDetailContainer .inlinePhoto img, .site_content .siteDetailContainer .inlinePhoto img, .site_content .prematchSection .inlinePhoto img, .site_content .matchdaySection .inlinePhoto img { width: 610px; height: auto; } }
.news_content .articleDetailContainer .inlinePhoto .credit, .news_content .siteDetailContainer .inlinePhoto .credit, .news_content .prematchSection .inlinePhoto .credit, .news_content .matchdaySection .inlinePhoto .credit, .site_content .articleDetailContainer .inlinePhoto .credit, .site_content .siteDetailContainer .inlinePhoto .credit, .site_content .prematchSection .inlinePhoto .credit, .site_content .matchdaySection .inlinePhoto .credit { font-size: 14px; display: block; text-align: left; margin-bottom: 20px; }
.news_content .articleDetailContainer .inlinePhoto img + .credit, .news_content .siteDetailContainer .inlinePhoto img + .credit, .news_content .prematchSection .inlinePhoto img + .credit, .news_content .matchdaySection .inlinePhoto img + .credit, .site_content .articleDetailContainer .inlinePhoto img + .credit, .site_content .siteDetailContainer .inlinePhoto img + .credit, .site_content .prematchSection .inlinePhoto img + .credit, .site_content .matchdaySection .inlinePhoto img + .credit { margin-top: -15px; }
.news_content .articleDetailContainer .inlineVideo, .news_content .siteDetailContainer .inlineVideo, .news_content .prematchSection .inlineVideo, .news_content .matchdaySection .inlineVideo, .site_content .articleDetailContainer .inlineVideo, .site_content .siteDetailContainer .inlineVideo, .site_content .prematchSection .inlineVideo, .site_content .matchdaySection .inlineVideo { width: 100%; float: left; text-align: center; position: relative; margin: 10px 0px 20px 0px; padding-bottom: 56.25%; height: 0; }
.news_content .articleDetailContainer .inlineVideo .inlinePlayer, .news_content .siteDetailContainer .inlineVideo .inlinePlayer, .news_content .prematchSection .inlineVideo .inlinePlayer, .news_content .matchdaySection .inlineVideo .inlinePlayer, .site_content .articleDetailContainer .inlineVideo .inlinePlayer, .site_content .siteDetailContainer .inlineVideo .inlinePlayer, .site_content .prematchSection .inlineVideo .inlinePlayer, .site_content .matchdaySection .inlineVideo .inlinePlayer { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.news_content .articleDetailContainer .inlineVideo img, .news_content .siteDetailContainer .inlineVideo img, .news_content .prematchSection .inlineVideo img, .news_content .matchdaySection .inlineVideo img, .site_content .articleDetailContainer .inlineVideo img, .site_content .siteDetailContainer .inlineVideo img, .site_content .prematchSection .inlineVideo img, .site_content .matchdaySection .inlineVideo img { width: 100%; }
.news_content .articleDetailContainer .inlineVideo .ovpPlayer, .news_content .articleDetailContainer .inlineVideo .stageOverlay, .news_content .siteDetailContainer .inlineVideo .ovpPlayer, .news_content .siteDetailContainer .inlineVideo .stageOverlay, .news_content .prematchSection .inlineVideo .ovpPlayer, .news_content .prematchSection .inlineVideo .stageOverlay, .news_content .matchdaySection .inlineVideo .ovpPlayer, .news_content .matchdaySection .inlineVideo .stageOverlay, .site_content .articleDetailContainer .inlineVideo .ovpPlayer, .site_content .articleDetailContainer .inlineVideo .stageOverlay, .site_content .siteDetailContainer .inlineVideo .ovpPlayer, .site_content .siteDetailContainer .inlineVideo .stageOverlay, .site_content .prematchSection .inlineVideo .ovpPlayer, .site_content .prematchSection .inlineVideo .stageOverlay, .site_content .matchdaySection .inlineVideo .ovpPlayer, .site_content .matchdaySection .inlineVideo .stageOverlay { position: absolute; top: 0; left: 0; }
.news_content .articleDetailContainer .inlineVideo .stageOverlay, .news_content .siteDetailContainer .inlineVideo .stageOverlay, .news_content .prematchSection .inlineVideo .stageOverlay, .news_content .matchdaySection .inlineVideo .stageOverlay, .site_content .articleDetailContainer .inlineVideo .stageOverlay, .site_content .siteDetailContainer .inlineVideo .stageOverlay, .site_content .prematchSection .inlineVideo .stageOverlay, .site_content .matchdaySection .inlineVideo .stageOverlay { display: none; }
.news_content .articleDetailContainer .socialShare, .news_content .siteDetailContainer .socialShare, .news_content .prematchSection .socialShare, .news_content .matchdaySection .socialShare, .site_content .articleDetailContainer .socialShare, .site_content .siteDetailContainer .socialShare, .site_content .prematchSection .socialShare, .site_content .matchdaySection .socialShare { display: inline-block; width: 38%; text-align: left; }
@media only screen and (min-width: 40em) { .news_content .articleDetailContainer .socialShare, .news_content .siteDetailContainer .socialShare, .news_content .prematchSection .socialShare, .news_content .matchdaySection .socialShare, .site_content .articleDetailContainer .socialShare, .site_content .siteDetailContainer .socialShare, .site_content .prematchSection .socialShare, .site_content .matchdaySection .socialShare { width: 150px; text-align: right; } }
.news_content .articleDetailContainer .socialShare ul, .news_content .siteDetailContainer .socialShare ul, .news_content .prematchSection .socialShare ul, .news_content .matchdaySection .socialShare ul, .site_content .articleDetailContainer .socialShare ul, .site_content .siteDetailContainer .socialShare ul, .site_content .prematchSection .socialShare ul, .site_content .matchdaySection .socialShare ul { padding-left: 0px; }
.news_content .articleDetailContainer .socialShare li, .news_content .siteDetailContainer .socialShare li, .news_content .prematchSection .socialShare li, .news_content .matchdaySection .socialShare li, .site_content .articleDetailContainer .socialShare li, .site_content .siteDetailContainer .socialShare li, .site_content .prematchSection .socialShare li, .site_content .matchdaySection .socialShare li { list-style: none; display: inline; padding-left: 10px; }
.news_content .articleDetailContainer .socialShare img, .news_content .siteDetailContainer .socialShare img, .news_content .prematchSection .socialShare img, .news_content .matchdaySection .socialShare img, .site_content .articleDetailContainer .socialShare img, .site_content .siteDetailContainer .socialShare img, .site_content .prematchSection .socialShare img, .site_content .matchdaySection .socialShare img { width: 25px; height: 25px; }
.news_content .articleDetailContainer .interviewPhotos, .news_content .siteDetailContainer .interviewPhotos, .news_content .prematchSection .interviewPhotos, .news_content .matchdaySection .interviewPhotos, .site_content .articleDetailContainer .interviewPhotos, .site_content .siteDetailContainer .interviewPhotos, .site_content .prematchSection .interviewPhotos, .site_content .matchdaySection .interviewPhotos { float: left; width: 158px; margin-right: 10px; }
.news_content .articleDetailContainer .interviewPhotos .photoDiv, .news_content .siteDetailContainer .interviewPhotos .photoDiv, .news_content .prematchSection .interviewPhotos .photoDiv, .news_content .matchdaySection .interviewPhotos .photoDiv, .site_content .articleDetailContainer .interviewPhotos .photoDiv, .site_content .siteDetailContainer .interviewPhotos .photoDiv, .site_content .prematchSection .interviewPhotos .photoDiv, .site_content .matchdaySection .interviewPhotos .photoDiv { float: left; text-align: center; margin-bottom: 10px; }
.news_content .articleDetailContainer .interviewPhotos img, .news_content .siteDetailContainer .interviewPhotos img, .news_content .prematchSection .interviewPhotos img, .news_content .matchdaySection .interviewPhotos img, .site_content .articleDetailContainer .interviewPhotos img, .site_content .siteDetailContainer .interviewPhotos img, .site_content .prematchSection .interviewPhotos img, .site_content .matchdaySection .interviewPhotos img { border: solid 1px #0090FF; margin-bottom: 5px; }
.news_content .articleDetailContainer .interviewPhotos .caption, .news_content .siteDetailContainer .interviewPhotos .caption, .news_content .prematchSection .interviewPhotos .caption, .news_content .matchdaySection .interviewPhotos .caption, .site_content .articleDetailContainer .interviewPhotos .caption, .site_content .siteDetailContainer .interviewPhotos .caption, .site_content .prematchSection .interviewPhotos .caption, .site_content .matchdaySection .interviewPhotos .caption { width: 158px; }
.news_content .articleDetailContainer .interviewPhotos .caption a, .news_content .siteDetailContainer .interviewPhotos .caption a, .news_content .prematchSection .interviewPhotos .caption a, .news_content .matchdaySection .interviewPhotos .caption a, .site_content .articleDetailContainer .interviewPhotos .caption a, .site_content .siteDetailContainer .interviewPhotos .caption a, .site_content .prematchSection .interviewPhotos .caption a, .site_content .matchdaySection .interviewPhotos .caption a { color: #000000; text-decoration: none; }
.news_content .siteDetailContainer, .site_content .siteDetailContainer { margin: 20px 0px; }
.news_content .siteDetailContainer ul, .site_content .siteDetailContainer ul { list-style: none; }
.news_content .siteDetailContainer .main_menu_item, .site_content .siteDetailContainer .main_menu_item { font-family: "Interstate-Bold", Helvetica, Arial, sans-serif; color: #000000; }
.news_content .siteDetailContainer .main_menu_item a, .site_content .siteDetailContainer .main_menu_item a { color: #000000; text-decoration: none; }
.news_content .siteDetailContainer .submenu_item, .site_content .siteDetailContainer .submenu_item { font-family: "Interstate-Regular", Helvetica, Arial, sans-serif; font-weight: normal; }
.news_content .siteDetailContainer .submenu_item a, .site_content .siteDetailContainer .submenu_item a { color: #000000; text-decoration: underline; }
.news_content .siteDetailContainer iframe, .site_content .siteDetailContainer iframe { position: relative; }
.news_content .siteDetailContainer a.slamtracker-promo, .site_content .siteDetailContainer a.slamtracker-promo { border: 1px solid #6585b6; text-decoration: none; text-transform: uppercase; color: #a7cbff; font-size: 14px; padding: 5px; background: #1f3b5f; text-align: center; margin: 0 auto; width: 250px; display: block; }
.news_content .moreNews, .site_content .moreNews { display: inline-block; float: right; }
@media only screen and (min-width: 60em) { .news_content .moreNews, .site_content .moreNews { width: 320px; } }
.news_content .let-container, .site_content .let-container { position: relative; background-color: #65CFE9; width: 100%; max-width: 300px; height: 250px; margin: 10px auto; background: url("/images/pics/misc/let.jpg") #243e61 no-repeat; background-position: left bottom; }
@media only screen and (min-width: 40em) { .news_content .let-container, .site_content .let-container { max-width: 610px; } }
.news_content .let-container div, .site_content .let-container div { position: absolute; bottom: 0; left: 0; padding: 10px 20px; color: #FFFFFF; z-index: 2; }
.news_content .let-container div h1, .site_content .let-container div h1 { font-family: "Interstate-Bold_Italic", Helvetica, Arial, sans-serif; line-height: 35px; font-size: 2.5em; margin: 10px 0; color: #FFFFFF; text-transform: uppercase; }
.news_content .let-container div h2, .site_content .let-container div h2 { font-family: "Interstate-Light", Helvetica, Arial, sans-serif; line-height: 20px; font-size: 1.5em; margin: 5px 0; }
.news_content .let-container div p, .site_content .let-container div p { font-family: "Interstate-Black", Helvetica, Arial, sans-serif; font-size: 1.5em; }
.news_content .let-container div a, .site_content .let-container div a { color: #FFFFFF; text-decoration: none; }
.news_content .stub-container, .site_content .stub-container { position: relative; background-color: #65CFE9; width: 100%; height: 250px; margin: 10px auto; background: url("/images/pics/misc/stub.jpg") #243e61 no-repeat; background-position: right bottom; }
@media only screen and (min-width: 40em) { .news_content .stub-container, .site_content .stub-container { max-width: 610px; } }
.news_content .stub-container div, .site_content .stub-container div { position: absolute; bottom: 0; left: 0; padding: 0 15px; color: #FFFFFF; z-index: 2; }
.news_content .stub-container div h1, .site_content .stub-container div h1 { display: none; }
.news_content .stub-container div h2, .site_content .stub-container div h2 { font-family: "Interstate-Light", Helvetica, Arial, sans-serif; color: #cedf00; line-height: 30px; font-size: 1.5em; margin: 10px 0; width: 100%; max-width: 450px; }
@media only screen and (min-width: 80em) { .news_content .stub-container div h2, .site_content .stub-container div h2 { font-size: 2em; } }
.news_content .stub-container div p, .site_content .stub-container div p { font-family: "Interstate-Light", Helvetica, Arial, sans-serif; font-size: 1.2em; display: none; }
@media only screen and (min-width: 40em) { .news_content .stub-container div p, .site_content .stub-container div p { display: block; } }
.news_content .stub-container div a, .site_content .stub-container div a { color: #FFFFFF; text-decoration: none; }
.news_content .prematchSection, .site_content .prematchSection { font-family: "Interstate-Light", Helvetica, Arial, sans-serif; }
.news_content .prematchSection h1, .site_content .prematchSection h1 { color: #3b8ede; line-height: 35px; font-size: 2em; margin: 10px 0; text-transform: capitalize; }
.news_content .prematchSection p, .site_content .prematchSection p { font-size: 1.5em; line-height: 26px; padding-bottom: 10px; }
.news_content .prematchSection .prematchHeader, .site_content .prematchSection .prematchHeader { background-color: #f5f5f5; width: 100%; display: inline-block; }
@media only screen and (min-width: 40em) { .news_content .prematchSection .prematchHeader, .site_content .prematchSection .prematchHeader { display: table; } }
.news_content .prematchSection .prematchHeader h1, .site_content .prematchSection .prematchHeader h1 { font-size: 2em; width: 100%; display: block; padding-left: 5px; vertical-align: middle; }
@media only screen and (min-width: 40em) { .news_content .prematchSection .prematchHeader h1, .site_content .prematchSection .prematchHeader h1 { display: table-cell; width: 60%; } }
.news_content .prematchSection .prematchHeader .presented_by, .site_content .prematchSection .prematchHeader .presented_by { width: 100%; display: block; text-align: center; background-color: #e9e9e9; color: #3b8ede; font-size: 14px; vertical-align: middle; padding: 10px; }
@media only screen and (min-width: 40em) { .news_content .prematchSection .prematchHeader .presented_by, .site_content .prematchSection .prematchHeader .presented_by { display: table-cell; width: 40%; text-align: right; } }
.news_content .prematchSection .prematchHeader .presented_by img, .site_content .prematchSection .prematchHeader .presented_by img { margin-left: 10px; margin-top: 5px; vertical-align: middle; }
.news_content .prematchSection .playerPics, .site_content .prematchSection .playerPics { width: 100%; height: 100%; display: inline-block; background-color: #0c223f; margin: 10px 0px; padding: 10px; }
@media only screen and (min-width: 40em) { .news_content .prematchSection .playerPics, .site_content .prematchSection .playerPics { display: table; width: 100%; height: 150px; } }
.news_content .prematchSection .playerPics .player, .site_content .prematchSection .playerPics .player { display: block; width: 100%; vertical-align: middle; padding: 10px; }
@media only screen and (min-width: 40em) { .news_content .prematchSection .playerPics .player, .site_content .prematchSection .playerPics .player { display: table-cell; width: 50%; } }
.news_content .prematchSection .playerPics .player.left, .site_content .prematchSection .playerPics .player.left { background: url("/images/misc/analysis_p1_bkg.jpg") center center; }
.news_content .prematchSection .playerPics .player.right, .site_content .prematchSection .playerPics .player.right { background: url("/images/misc/analysis_p2_bkg.jpg") center center; }
.news_content .prematchSection .playerPics .player .country, .site_content .prematchSection .playerPics .player .country { display: inline-block; vertical-align: middle; color: white; padding-left: 5px; font-size: 16px; }
.news_content .prematchSection .playerPics .player .flag, .site_content .prematchSection .playerPics .player .flag { /*width:83px;*/ display: inline-block; vertical-align: middle; text-align: left; padding-top: 10px; }
.news_content .prematchSection .playerPics .player .flag img, .site_content .prematchSection .playerPics .player .flag img { display: inline-block; }
.news_content .prematchSection .playerPics .player .photo, .site_content .prematchSection .playerPics .player .photo { display: table-cell; padding-right: 10px; }
.news_content .prematchSection .playerPics .player .photo img, .site_content .prematchSection .playerPics .player .photo img { width: 88px; height: 120px; }
.news_content .prematchSection .playerPics .player .playerInfo, .site_content .prematchSection .playerPics .player .playerInfo { display: table-cell; vertical-align: middle; }
.news_content .prematchSection .playerPics .player .playerName a, .site_content .prematchSection .playerPics .player .playerName a { font-family: "Interstate-Regular", Helvetica, Arial, sans-serif; font-weight: normal; color: #FFFFFF; text-decoration: none; font-size: 24px; }
.news_content .prematchSection .playerPics .vs, .site_content .prematchSection .playerPics .vs { display: table-cell; vertical-align: middle; text-align: center; }
.news_content .prematchSection .playerPics .vs img, .site_content .prematchSection .playerPics .vs img { display: inline-block; }
.news_content .prematchSection .prematchNumbers, .site_content .prematchSection .prematchNumbers { background: url("/images/misc/analysis_court_bkg.jpg") center center; }
.news_content .prematchSection .prematchNumbers .prematchSectionHead, .site_content .prematchSection .prematchNumbers .prematchSectionHead { font-family: "Interstate-Thin", Helvetica, Arial, sans-serif; color: #FFFFFF; background: #0c223f; text-align: center; font-size: 16px; text-transform: uppercase; padding: 5px; }
.news_content .prematchSection .prematchNumbers .prematch_numbers, .news_content .prematchSection .prematchNumbers .prematch_advantage, .site_content .prematchSection .prematchNumbers .prematch_numbers, .site_content .prematchSection .prematchNumbers .prematch_advantage { color: #FFFFFF; }
.news_content .prematchSection .prematchNumbers .prematch_numbers .row, .news_content .prematchSection .prematchNumbers .prematch_advantage .row, .site_content .prematchSection .prematchNumbers .prematch_numbers .row, .site_content .prematchSection .prematchNumbers .prematch_advantage .row { display: table; width: 100%; border-top: solid 1px #CCCCCC; text-align: center; }
.news_content .prematchSection .prematchNumbers .prematch_numbers .row:first-child, .news_content .prematchSection .prematchNumbers .prematch_advantage .row:first-child, .site_content .prematchSection .prematchNumbers .prematch_numbers .row:first-child, .site_content .prematchSection .prematchNumbers .prematch_advantage .row:first-child { border-top: none; }
.news_content .prematchSection .prematchNumbers .prematch_numbers .row .col, .news_content .prematchSection .prematchNumbers .prematch_advantage .row .col, .site_content .prematchSection .prematchNumbers .prematch_numbers .row .col, .site_content .prematchSection .prematchNumbers .prematch_advantage .row .col { display: table-cell; width: 33%; vertical-align: middle; padding: 15px 0px; }
.news_content .prematchSection .prematchNumbers .prematch_numbers .row .col.label, .news_content .prematchSection .prematchNumbers .prematch_advantage .row .col.label, .site_content .prematchSection .prematchNumbers .prematch_numbers .row .col.label, .site_content .prematchSection .prematchNumbers .prematch_advantage .row .col.label { color: #cedf00; font-family: "Interstate-Light", Helvetica, Arial, sans-serif; font-size: 18px; background: rgba(64, 94, 137, 0.8); }
.news_content .prematchSection .prematchNumbers .prematch_numbers .row .col.large, .news_content .prematchSection .prematchNumbers .prematch_advantage .row .col.large, .site_content .prematchSection .prematchNumbers .prematch_numbers .row .col.large, .site_content .prematchSection .prematchNumbers .prematch_advantage .row .col.large { font-size: 32px; }
.news_content .prematchSection .prematchNumbers .prematch_numbers .row .col.standard, .news_content .prematchSection .prematchNumbers .prematch_advantage .row .col.standard, .site_content .prematchSection .prematchNumbers .prematch_numbers .row .col.standard, .site_content .prematchSection .prematchNumbers .prematch_advantage .row .col.standard { font-size: 16px; }
.news_content .prematchSection .prematchNumbers .prematch_numbers .row .check, .news_content .prematchSection .prematchNumbers .prematch_advantage .row .check, .site_content .prematchSection .prematchNumbers .prematch_numbers .row .check, .site_content .prematchSection .prematchNumbers .prematch_advantage .row .check { background: url("/images/misc/white_check.png") no-repeat center center; width: 32px; height: 32px; display: inline-block; }
.news_content .matchdaySection, .site_content .matchdaySection { font-family: "Interstate-Light", Helvetica, Arial, sans-serif; padding: 0px 0px 10px 0px; width: 100%; }
.news_content .matchdaySection p, .site_content .matchdaySection p { font-size: 1.5em; line-height: 26px; padding-bottom: 10px; }
.news_content .matchdaySection .info, .site_content .matchdaySection .info { padding-bottom: 15px; font-size: 16px; line-height: 18px; }
.news_content .matchdaySection .byline, .news_content .matchdaySection .date, .site_content .matchdaySection .byline, .site_content .matchdaySection .date { display: block; font-size: 1em; }
.news_content .matchdaySection .videoContainerInfo, .site_content .matchdaySection .videoContainerInfo { margin-bottom: 10px; margin-top: -15px; padding-bottom: 0px; padding-top: 0px; }
#prematch .filterContainer .filter-overlay { top: 120px; }
@media only screen and (min-width: 40em) { #prematch .filterContainer .filter-overlay { top: 79px; } }
@media only screen and (min-width: 20em) { #players-wrap .stub-container { position: relative; display: block; float: left; background-color: #65CFE9; width: 100%; max-width: 300px; height: 250px; margin: 10px auto; background: url("/images/pics/misc/stub_mobile.png") #243e61 no-repeat; background-position: left bottom; background-size: contain; } }
@media only screen and (min-width: 60em) { #players-wrap .stub-container { position: relative; display: block; float: left; background-color: #65CFE9; width: 100%; max-width: 300px; height: 250px; margin: 10px auto; background: url("/images/pics/misc/stub.jpg") #243e61 no-repeat; background-position: left bottom; } }
@media only screen and (min-width: 40em) { #players-wrap .stub-container { max-width: 610px; background: url("/images/pics/misc/stub.jpg") #243e61 no-repeat; } }
#players-wrap .stub-container div { position: absolute; bottom: 0; left: 0; padding: 20px; color: #FFFFFF; z-index: 2; }
#players-wrap .stub-container div h1 { display: none; }
#players-wrap .stub-container div h2 { font-family: "Interstate-Light", Helvetica, Arial, sans-serif; color: #cedf00; line-height: 30px; font-size: 2em; margin: 10px 0; width: 100%; max-width: 300px; }
#players-wrap .stub-container div p { font-family: "Interstate-Light", Helvetica, Arial, sans-serif; font-size: 1.2em; display: none; }
@media only screen and (min-width: 40em) { #players-wrap .stub-container div p { display: block; } }
#players-wrap .stub-container div a { color: #FFFFFF; text-decoration: none; }
/** video page **/
#videoContent, .matchdaySection { padding: 10px; width: 100%; display: inline-block; height: 100%; }
@media only screen and (min-width: 80em) { #videoContent, .matchdaySection { height: 615px; } }
#videoContent #videoContainer, .matchdaySection #videoContainer { width: auto; height: auto; cursor: pointer; position: relative; }
@media only screen and (min-width: 80em) { #videoContent #videoContainer, .matchdaySection #videoContainer { width: 940px; height: 525px; } }
#videoContent #videoContainer .playBtn, .matchdaySection #videoContainer .playBtn { top: 50%; left: 50%; position: absolute; cursor: pointer; }
#videoContent #videoContainer #videoImage, #videoContent #videoContainer .placeholder, .matchdaySection #videoContainer #videoImage, .matchdaySection #videoContainer .placeholder { width: 100%; height: 100%; background-color: #000000; }
#videoContent .videoContainerInfo, .matchdaySection .videoContainerInfo { border-right: 1px solid #858a83; border-left: 1px solid #858a83; border-bottom: 1px solid #858a83; display: inline-block; padding-top: 2px; width: 100%; padding-bottom: 10px; }
#videoContent #videoTextContainer, .matchdaySection #videoTextContainer { float: left; width: 100%; height: 100%; margin-top: 10px; margin-left: 10px; display: inline-block; }
@media only screen and (min-width: 60em) { #videoContent #videoTextContainer, .matchdaySection #videoTextContainer { width: 70%; } }
#videoContent #videoTextContainer .videoText, .matchdaySection #videoTextContainer .videoText { line-height: 25px; margin-bottom: 10px; color: #000000; text-transform: uppercase; font-size: 20px; line-height: 25px; font-weight: bold; width: 97%; }
#videoContent #videoTextContainer #videoTitle, .matchdaySection #videoTextContainer #videoTitle { color: #000000; margin: 0; padding: 0; font-size: 20px; line-height: 25px; font-weight: bold; display: inline; }
#videoContent #videoTextContainer #videoDesc, .matchdaySection #videoTextContainer #videoDesc { line-height: 18px; float: left; font-size: 14px; overflow: hidden; width: 95%; }
#videoContent #videoSocial, .matchdaySection #videoSocial { float: left; height: 100%; width: 100%; text-align: left; font-size: 14px; color: #418FDE; margin: 0px; padding: 10px; }
@media only screen and (min-width: 60em) { #videoContent #videoSocial, .matchdaySection #videoSocial { width: 27%; float: right; margin: 10px 10px 0px 0px; padding: 0px; } }
#inlinePlayer { padding-bottom: 56.25%; height: 0; position: relative; }
#inlinePlayer .playVideo { position: absolute; top: 0px; width: 100%; height: 100%; }
.videoFilterContainer { background-color: #f5f5f5; margin: 0px; color: #858a83; width: auto; text-align: center; }
@media only screen and (min-width: 60em) { .videoFilterContainer { margin: 10px 10px 0px; } }
.videoFilterContainer .arrow_down { background: url("/images/nav/chevron-down-blk.png") 0 0; background-size: 17px 9px; }
.videoFilterContainer .arrow_down.open { background: url("/images/nav/chevron-up-blk.png") 0 0; background-size: 17px 9px; }
.videoFilterContainer .otherviews { display: none; }
@media only screen and (min-width: 40em) { .videoFilterContainer .otherviews { display: inline-block; margin: 0px auto; } }
.videoFilterContainer .xsmobile { color: #858a83; }
@media only screen and (min-width: 40em) { .videoFilterContainer .xsmobile { display: none; } }
.videoFilterContainer .xsmobile select { color: #858a83; }
.videoFilterContainer .filter { padding: 10px 0px 10px 5px; font-size: 12px; }
@media only screen and (min-width: 40em) { .videoFilterContainer .filter { padding: 15px 10px; font-size: 14px; } }
.videoFilterContainer .filter.open { background-color: #e9e9e9; }
.videoFilterContainer .filter-dropdown { margin-right: 20px; background: url("/images/nav/chevron-down-blk.png") no-repeat left; background-size: 17px 9px; /*width: 40%!important;*/ margin-left: 10px; text-align: left; }
@media only screen and (min-width: 60em) { .videoFilterContainer .filter-dropdown { width: auto; } }
.videoFilterContainer .filter-dropdown .select2-container--default .select2-selection--single { background-color: transparent; border: none; padding-left: 10px; }
.videoFilterContainer .filter-dropdown .select2-container--default .select2-selection--single .select2-selection__rendered { line-height: 18px; }
.videoFilterContainer .filter-dropdown .select2-container--default .select2-selection--single .select2-selection__arrow b { display: none; }
.videoFilterContainer .filter-overlay { background-color: #e9e9e9; color: #858a83; top: inherit; height: auto; margin: 45px 10px 0px; width: 98%; }
.videoFilterContainer .filter-overlay li a { color: #858a83; }
.videoFilterContainer .searchBar { background-color: #e9e9e9; width: 205px; display: inline-block; height: 35px; margin-top: 5px; margin-left: 20px; float: left; /* Overlays */ }
.videoFilterContainer .searchBar .searchInput { background: none; color: #858a83; padding: 20px; font-size: 14px; border: none; width: 80%; height: 100%; float: left; padding: 0px 5px; }
.videoFilterContainer .searchBar .searchIcon { position: relative; top: 5px; right: 10px; float: right; background: url("/images/nav/search_icon_grey.png") no-repeat 0px; width: 24px; height: 24px; cursor: pointer; }
.videoFilterContainer .searchBar .ui-autocomplete { position: absolute; top: 0; left: 0; cursor: default; list-style: none; padding: 2px; margin: 0; display: block; outline: none; /* Component containers
----------------------------------*/ font-family: "Interstate-Bold", Helvetica, Arial, sans-serif; font-size: em(16px); text-align: left; border: 1px solid #cccccc; padding: 10px 0; border-top: 0; -moz-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.35); -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.35); box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.35); background: #ffffff; color: #0096FF; /* Interaction states
----------------------------------*/ }
.videoFilterContainer .searchBar .ui-autocomplete .ui-menu-item { margin: 0; padding: 0; width: 100%; }
.videoFilterContainer .searchBar .ui-autocomplete .ui-menu-item a { text-decoration: none; display: block; padding: 0px 15px; line-height: 2.125; min-height: 0; font-weight: normal; }
.videoFilterContainer .searchBar .ui-autocomplete .ui-menu-item a.ui-state-focus, .videoFilterContainer .searchBar .ui-autocomplete .ui-menu-item a.ui-state-active { font-weight: normal; }
.videoFilterContainer .searchBar .ui-autocomplete .ui-state-disabled { font-weight: normal; margin: .4em 0 .2em; line-height: 1.5; }
.videoFilterContainer .searchBar .ui-autocomplete .ui-state-disabled a { cursor: default; }
.videoFilterContainer .searchBar .ui-autocomplete a { color: #0096FF; }
.videoFilterContainer .searchBar .ui-autocomplete .ui-state-hover, .videoFilterContainer .searchBar .ui-autocomplete .ui-state-focus { background: #DDE7EE; }
.videoFilterContainer .selection { text-align: right; width: auto; }
.videoFilterContainer .selection .videos .radio { background: url("/images/misc/radio_select_off_grey.png") left center no-repeat; }
.videoFilterContainer .selection .videos .radio.select { background: url("/images/misc/radio_select_on_grey.png") left center no-repeat; }
.videoFilterContainer.filterSelector { background-color: #FFFFFF; }
.playersFilterContainer { /* Overlays */ }
.playersFilterContainer .ui-autocomplete { position: absolute; top: 0; left: 0; cursor: default; list-style: none; padding: 2px; margin: 0; display: block; outline: none; }
.playersFilterContainer .ui-autocomplete .ui-menu-item { margin: 0; padding: 0; width: 100%; }
.playersFilterContainer .ui-autocomplete .ui-menu-item { background: #FFFFFF; }
.playersFilterContainer .ui-autocomplete .ui-menu-item a { text-decoration: none; display: block; padding: 0px 15px; line-height: 2.125; min-height: 0; font-weight: normal; color: #2b4872; }
.playersFilterContainer .ui-autocomplete .ui-menu-item a.ui-state-focus, .playersFilterContainer .ui-autocomplete .ui-menu-item a.ui-state-active { font-weight: normal; }
.playersFilterContainer .ui-autocomplete .ui-state-disabled { font-weight: normal; margin: .4em 0 .2em; line-height: 1.5; }
.playersFilterContainer .ui-autocomplete .ui-state-disabled a { cursor: default; }
.playersFilterContainer .searchBar { display: inline-block; height: 40px; margin-left: 20px; float: left; line-height: 0px; }
@media only screen and (min-width: 20em) { .playersFilterContainer .searchBar { width: 200px; } }
@media only screen and (min-width: 60em) { .playersFilterContainer .searchBar { width: 400px; } }
.playersFilterContainer .searchBar span.ui-helper-hidden-accessible { visibility: hidden; }
.playersFilterContainer .searchBar .searchInput { background: none; color: #FFFFFF; padding: 20px; font-size: 14px; border: none; width: 80%; height: 100%; float: left; padding: 0px 5px; text-transform: none; }
.playersFilterContainer .searchBar .searchInput::placeholder { color: #DDDDDD; }
.playersFilterContainer .searchBar .searchIcon { position: relative; top: 10px; right: 10px; float: right; background: url("/images/nav/search_icon_grey.png") no-repeat 0px; width: 24px; height: 24px; cursor: pointer; }
/** hospitality guide page **/
.hospButton { background-color: #FFFFFF; width: 130px; height: 40px; color: #888B8D; text-transform: uppercase; font-size: 14px; cursor: pointer; display: inline-block; border: 1px solid #888B8D; font-family: "Interstate-Regular", Helvetica, Arial, sans-serif; font-weight: normal; text-decoration: none; line-height: 40px; text-align: center; }
@media only screen and (min-width: 60em) { .hospButton.white { background-color: #888B8D; color: #FFFFFF !important; } }
.hospButton.white a { color: #FFFFFF !important; }
.hospButton.transFill { color: #FFFFFF !important; background-color: rgba(0, 0, 0, 0.6); border-color: #FFFFFF; }
.hospButton.blue { background-color: #418FDE; color: #FFFFFF !important; border: none; }
a.hospButton { color: #888B8D !important; }
a.hospButton.white a { color: #FFFFFF !important; }
a.hospButton.transFill a { color: #FFFFFF !important; }
a.hospButton.blue a { color: #FFFFFF !important; }
.hero_container { position: relative; margin-bottom: 10px; }
@media (max-width: 767.98px) { .hero_container { min-height: 100vh; }
.hero_container.m16x9 { min-height: auto; padding-bottom: 56.25%; } }
@media (min-width: 576px) { .hero_container { padding-bottom: 56.25%; } }
@media (min-width: 1280px) { .hero_container { padding-bottom: 0; height: 720px; } }
.hero_container .hero_content { display: flex; flex-wrap: wrap; margin-right: -16px; margin-left: -16px; position: absolute; top: 0; bottom: 0; left: 0; right: 0; }
.hero_container .hero_content .hero_buttons { position: absolute; bottom: 0; left: 32px; right: 32px; display: flex; flex-wrap: wrap; margin-right: -16px; margin-left: -16px; }
@media (min-width: 576px) { .hero_container .hero_content .hero_buttons { position: absolute; bottom: 48px; left: 48px; right: 48px; } }
@media (min-width: 768px) { .hero_container .hero_content .hero_buttons { position: absolute; bottom: 56px; left: 48px; right: 48px; } }
@media (min-width: 1024px) { .hero_container .hero_content .hero_buttons { position: absolute; bottom: 56px; left: 60px; right: 60px; } }
.hero_container .hero_content .hero_buttons .landing_title { position: relative; width: 100%; min-height: 1px; padding-right: 16px; padding-left: 16px; flex: 0 0 100%; max-width: 100%; }
.hero_container .hero_content .hero_buttons .landing_title h1 { font-size: 2rem; color: #FFFFFF; font-family: "Interstate-Bold", Helvetica, Arial, sans-serif; text-transform: uppercase; text-shadow: 2px 2px 2px #000; }
.hero_container .hero_content .hero_buttons .hero_button { position: relative; width: 100%; min-height: 1px; padding-right: 16px; padding-left: 16px; flex: 0 0 100%; max-width: 100%; text-transform: uppercase; margin-top: 8px; margin-bottom: 8px; }
@media (min-width: 576px) { .hero_container .hero_content .hero_buttons .hero_button { flex: 0 0 50%; max-width: 50%; } }
@media (min-width: 768px) { .hero_container .hero_content .hero_buttons .hero_button { flex: 0 0 33.33333%; max-width: 33.33333%; } }
@media (min-width: 576px) { .hero_container .hero_content .hero_buttons .hero_button { margin-top: 16px; margin-bottom: 16px; } }
.hero_container .hero_content .hero_buttons .hero_button a { display: block; width: 100%; color: #FFFFFF; border: 1px solid #FFFFFF; padding: 5px; background-color: rgba(0, 0, 0, 0.6); text-align: center; font-family: "Interstate-Regular", Helvetica, Arial, sans-serif; font-weight: normal; text-decoration: none; font-size: 1.5rem; }
@media (min-width: 768px) { .hero_container .hero_content .hero_buttons .hero_button.hero_button_count_4 { flex: 0 0 50%; max-width: 50%; } }
.hero_container .hero_content .title { display: none; position: relative; text-align: center; width: 100%; height: 44px; z-index: 1; }
@media only screen and (min-width: 40em) { .hero_container .hero_content .title { display: none; position: absolute; top: 0; height: auto; } }
.hero_container .hero_content .title h1 { color: #0c223f; font-size: 18px; font-family: "Interstate-Black", Helvetica, Arial, sans-serif; margin-top: 10px; }
@media only screen and (min-width: 40em) { .hero_container .hero_content .title h1 { color: #FFFFFF; font-size: 36px; margin: 20px auto; } }
.hero_container .hero_content .hero_item { position: relative; width: 100%; min-height: 1px; padding-right: 16px; padding-left: 16px; min-height: 135px; }
@media (min-width: 576px) { .hero_container .hero_content .hero_item { flex: 0 0 33.33333%; max-width: 33.33333%; } }
.hero_container .hero_content .hero_item .hero_image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; }
.hero_container .hero_content .hero_item .hero_image img { width: 100%; height: 100%; display: block; object-fit: cover; }
@media only screen and (min-width: 40em) { .hero_container .hero_content .hero_item .hero_image img { display: inline-block; } }
.hero_container .hero_content .hero_item .hero_link { position: absolute; top: 0; bottom: 0; padding: 30px 0; width: 100%; text-align: center; left: 0; right: 0; z-index: 1; }
@media (min-width: 576px) { .hero_container .hero_content .hero_item .hero_link { width: 100%; top: auto; bottom: 40px; left: -16px; padding: 10px 0; } }
@media (min-width: 768px) { .hero_container .hero_content .hero_item .hero_link { bottom: 50px; } }
.hero_container .hero_content .hero_item .hero_link .text { color: #FFFFFF; display: block; font-family: "Interstate-Regular", Helvetica, Arial, sans-serif; font-weight: normal; text-shadow: 1px 1px 1px #000000; font-size: 2rem; line-height: 2.3rem; margin-bottom: 20px; }
@media (min-width: 576px) { .hero_container .hero_content .hero_item .hero_link .text { font-size: 2.1rem; line-height: 2.4rem; margin-bottom: 20px; } }
@media (min-width: 768px) { .hero_container .hero_content .hero_item .hero_link .text { font-size: 3.2rem; line-height: 3.5rem; margin-bottom: 20px; } }
.hero_container .hero_image { position: absolute; top: 0; bottom: 0; left: 0; right: 0; background-position: top; }
@media (min-width: 768px) { .hero_container .hero_image { display: flex; flex-wrap: wrap; margin-right: -16px; margin-left: -16px; } }
.hero_container .hero_image img { width: 100%; object-fit: cover; }
@media (min-width: 1280px) { .hero_container .hero_image img { display: none; } }
.hero_container .hero_image .title { display: block; position: absolute; bottom: 40px; text-align: center; width: 100%; z-index: 1; }
@media only screen and (min-width: 40em) { .hero_container .hero_image .title { display: inline-block; left: 60px; bottom: 50px; width: auto; height: auto; text-align: left; } }
.hero_container .hero_image .title h1 { color: #FFFFFF; font-family: "Interstate-Regular", Helvetica, Arial, sans-serif; font-weight: normal; font-size: 3.2rem; text-shadow: 2px 2px 2px #000; }
.hospitality_headerImg { margin-bottom: -3px; position: relative; height: 100%; width: 100%; min-height: 224px; display: inline; }
@media only screen and (min-width: 40em) { .hospitality_headerImg { display: table; min-height: 414px; }
.hospitality_headerImg:after { content: ''; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background-image: transparent; /* For browsers that do not support gradients */ background-image: -webkit-linear-gradient(#0c223f, transparent 45%); /* For Safari 5.1 to 6.0 */ background-image: -o-linear-gradient(#0c223f, transparent 45%); /* For Opera 11.1 to 12.0 */ background-image: -moz-linear-gradient(#0c223f, transparent 45%); /* For Firefox 3.6 to 15 */ background-image: linear-gradient(#0c223f, rgba(0, 0, 0, 0) 45%); /* Standard syntax */ } }
.hospitality_headerImg .title { display: block; position: relative; text-align: center; width: 100%; height: 44px; z-index: 1; }
@media only screen and (min-width: 40em) { .hospitality_headerImg .title { display: inline-block; position: absolute; top: 0; height: auto; } }
.hospitality_headerImg .title h1 { color: #0c223f; font-size: 18px; font-family: "Interstate-Black", Helvetica, Arial, sans-serif; margin-top: 10px; }
@media only screen and (min-width: 40em) { .hospitality_headerImg .title h1 { color: #FFFFFF; font-size: 36px; margin: 20px auto; } }
.hospitality_headerImg .headerImgNavItem { display: inline-block; position: relative; width: 100%; height: 33.3%; margin-bottom: -2px; }
@media only screen and (min-width: 40em) { .hospitality_headerImg .headerImgNavItem { display: table-cell; width: 33.3%; height: 100%; } }
.hospitality_headerImg .headerImgNavItem .navImage img { width: 100%; /* height: 75px; */ display: block; }
@media only screen and (min-width: 40em) { .hospitality_headerImg .headerImgNavItem .navImage img { width: 100%; height: 100%; display: inline-block; } }
.hospitality_headerImg .headerImgNavItem .navLinks { background-color: transparent; background-color: rgba(36, 62, 97, 0.7); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B3243E61,endColorstr=#B3243E61); zoom: 1; position: absolute; bottom: 0px; padding: 10px; width: 40%; height: 100%; text-align: left; right: 0px; z-index: 1; }
@media only screen and (min-width: 40em) { .hospitality_headerImg .headerImgNavItem .navLinks { width: 100%; height: 122px; text-align: center; } }
.hospitality_headerImg .headerImgNavItem .navLinks .text { color: #FFFFFF; display: block; font-size: 18px; font-family: "Interstate-Bold", Helvetica, Arial, sans-serif; }
.hospitality_headerImg .headerImgNavItem .navLinks .hospButton { color: #FFFFFF; font-size: 12px; font-family: "Interstate-Black", Helvetica, Arial, sans-serif; background-color: transparent; width: auto; height: auto; text-transform: capitalize; padding: 5px 0px 0px; text-decoration: underline; }
@media only screen and (min-width: 40em) { .hospitality_headerImg .headerImgNavItem .navLinks .hospButton { display: inline-block; margin-top: 10px; background-color: #397abd; width: 130px; height: 40px; color: #FFFFFF; text-transform: uppercase; font-size: 14px; cursor: pointer; border: 0px; font-family: "Interstate-Black", Helvetica, Arial, sans-serif; padding: 0px; text-decoration: none; } }
.hospitality_sub_headerImg { margin-bottom: -3px; position: relative; }
.hospitality_sub_headerImg .header_gallery_container { width: auto; height: auto; }
.hospitality_sub_headerImg .header_gallery_container .bx-wrapper { margin: 0 auto !important; }
.hospitality_sub_headerImg .header_gallery_container .bx-wrapper img { max-width: auto !important; width: 100%; }
.hospitality_sub_headerImg .header_gallery_container .bx-wrapper .bx-viewport { left: 0 !important; border: 0 none !important; box-shadow: none !important; }
.hospitality_sub_headerImg .header_gallery_container .bx-wrapper .bx-pager { bottom: 15px !important; z-index: 1; }
.hospitality_sub_headerImg .header_gallery_container .bx-wrapper .bx-pager.bx-default-pager a { background: transparent; border: 1px solid #FFFFFF; }
.hospitality_sub_headerImg .header_gallery_container .bx-wrapper .bx-pager.bx-default-pager a.active { background: #FFFFFF; }
.hospitality_sub_headerImg > img { width: 100%; }
.hospitality_sub_headerImg .title { display: block; position: relative; text-align: center; width: 100%; height: 44px; }
@media only screen and (min-width: 40em) { .hospitality_sub_headerImg .title { position: absolute; bottom: 0; background-color: transparent; background-color: rgba(36, 62, 97, 0.7); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B3243E61,endColorstr=#B3243E61); zoom: 1; width: 100%; height: 94px; text-align: left; } }
.hospitality_sub_headerImg .title h1 { color: #0c223f; font-size: 18px; font-family: "Interstate-Black", Helvetica, Arial, sans-serif; margin-top: 10px; }
@media only screen and (min-width: 40em) { .hospitality_sub_headerImg .title h1 { color: #FFFFFF; font-size: 36px; margin-left: 30px; } }
.hospitality_content { max-width: 1280px; margin: auto; }
.hosp_intro { background-color: #FFFFFF; width: 100%; text-align: center; position: relative; padding-bottom: 20px; /* @include breakpoint(tablet) { height: 145px; } */ }
.hosp_intro h2 { font-size: 14px; font-family: "Interstate-Light", Helvetica, Arial, sans-serif; color: #D5D8DA; text-align: center; padding-top: 30px; }
@media only screen and (min-width: 40em) { .hosp_intro h2 { font-size: 24px; } }
.hosp_intro h3 { padding-top: 5px; color: #4A4A4A; font-family: "Interstate-Light", Helvetica, Arial, sans-serif; }
.hosp_intro p { font-family: "Interstate-Light", Helvetica, Arial, sans-serif; font-size: 18px; color: #666; padding: 10px 20px 0 !important; line-height: 1.4em !important; }
.hosp_intro p a:link { color: #397abd; text-decoration: none; }
.hosp_intro.center p { text-align: center; }
.hosp_intro iframe { width: 100%; }
.hosp_intro .email { width: auto; display: inline-block; margin: 10px auto; }
.hosp_intro .email .text { border: 1px solid #cbdcee; color: #afbac7; font-family: "Interstate-Light", Helvetica, Arial, sans-serif; font-size: 18px; height: 32px; margin-right: -3px; }
@media only screen and (min-width: 40em) { .hosp_intro .email .text { height: 40px; } }
.hosp_intro .email .hospButton { width: 75px; height: 32px; font-size: 14px; display: inline-block; }
@media only screen and (min-width: 40em) { .hosp_intro .email .hospButton { width: 80px; height: 45px; } }
.hosp_intro .fsBody.fsEmbed { width: 95%; margin: 10px auto; overflow: auto; }
@media only screen and (min-width: 60em) { .hosp_intro .fsBody.fsEmbed { width: 50%; } }
.hosp_intro .fsBody.fsEmbed form { margin: 0; padding: 0; height: auto; }
.hosp_intro .fsBody.fsEmbed form .fsPage { width: 70%; float: left; }
@media only screen and (min-width: 60em) { .hosp_intro .fsBody.fsEmbed form .fsPage { width: 80%; } }
.hosp_intro .fsBody.fsEmbed form .fsSubmit { width: 30%; float: left; clear: none; margin-top: 3px; padding: 0; }
@media only screen and (min-width: 60em) { .hosp_intro .fsBody.fsEmbed form .fsSubmit { width: 20%; } }
.fsRowBody input[type=checkbox], .fsRowBody input[type=radio] { top: 1px !important; width: auto !important; height: auto !important; }
.premium_content_full { background-color: #f3f3f3; font-family: "Interstate-Light", Helvetica, Arial, sans-serif; position: relative; width: 100%; color: #666; margin-bottom: 10px; /* @include breakpoint(tablet) { height: 145px; } */ }
.premium_content_full.white { background-color: #FFFFFF; }
.premium_content_full h2 { font-size: 14px; font-family: "Interstate-Regular", Helvetica, Arial, sans-serif; font-weight: normal; color: #0c2340; text-align: center; padding-top: 30px; }
@media only screen and (min-width: 40em) { .premium_content_full h2 { font-size: 2.5rem; } }
.premium_content_full p { font-family: "Interstate-Light", Helvetica, Arial, sans-serif; font-size: 1.8rem; text-align: left; color: #666; padding: 10px 20px 10px; line-height: 2em !important; }
.premium_content_full p a:link { color: #397abd; text-decoration: none; }
.premium_content_full ul, .premium_content_full ol { margin-left: 30px; }
.premium_content_full .image { width: 100%; display: inline-block; position: relative; }
.premium_content_full .image img { width: 100%; /* height: 215px; */ /* @include breakpoint(landscape){ height: 420px;} */ }
@media only screen and (min-width: 60em) { .premium_content_full .image img { display: none; } }
.premium_content_full .image .caption { width: 100%; height: auto; position: relative; color: #FFFFFF; padding: 30px; margin-top: -3px; }
@media only screen and (min-width: 40em) { .premium_content_full .image .caption { height: 230px; } }
@media only screen and (min-width: 60em) { .premium_content_full .image .caption { width: 95%; background-color: transparent; background-color: rgba(0, 0, 0, 0.7); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B3000000,endColorstr=#B3000000); zoom: 1; position: absolute; left: 3%; right: 3%; top: 30%; display: inline-block; color: #FFFFFF; padding: 10px 20px; } }
.premium_content_full .image .caption h2 { font-size: 22px; font-family: "Interstate-Regular", Helvetica, Arial, sans-serif; font-weight: normal; color: #FFFFFF; text-align: left; padding-top: 0; }
@media only screen and (min-width: 40em) { .premium_content_full .image .caption h2 { font-size: 30px; } }
.premium_content_full .image .caption .text { font-family: "Interstate-Regular", Helvetica, Arial, sans-serif; font-weight: normal; font-size: 16px; width: 100%; padding-top: 10px; display: inline-block; color: #FFFFFF; }
@media only screen and (min-width: 40em) { .premium_content_full .image .caption .text { font-size: 18px; padding-right: 10px; } }
@media only screen and (min-width: 60em) { .premium_content_full .image .caption .text { width: 80%; } }
.premium_content_full .image .caption .text p { padding-top: 0; line-height: 1.3em; color: #FFFFFF; }
.premium_content_full .image .caption .hospButton { display: block; position: relative; margin: 15px 0px; }
@media only screen and (min-width: 60em) { .premium_content_full .image .caption .hospButton { display: inline-block; position: absolute; margin: 10px 0px; } }
@media only screen and (min-width: 60em) { .premium_content_full.overlay { height: 720px; } }
.premium_content_full.overlay .image { height: 100%; background-size: cover; }
@media (max-width: 1023.98px) { .premium_content_full.overlay .image { background-image: none !important; } }
.premium_content_full.overlay .image .caption { position: relative; }
.premium_content_full iframe { width: 100%; }
.premium_content_full .form { font-size: 18px; margin: 10px auto; width: 90%; height: 100%; margin: 0px auto; padding: 20px 0px; position: relative; }
@media only screen and (min-width: 40em) { .premium_content_full .form { width: 60%; } }
@media only screen and (min-width: 60em) { .premium_content_full .form { width: 50%; } }
.premium_content_full .form hr { border-color: #cbdcee; border-width: 0.25px; }
.premium_content_full .form input[type=text] { border: 1px solid #cbdcee; color: #afbac7; font-family: "Interstate-Light", Helvetica, Arial, sans-serif; font-size: 18px; height: 40px; width: 90%; margin: 5px 5px 20px; }
@media only screen and (min-width: 40em) { .premium_content_full .form input[type=text] { width: 80%; margin: 10px 10px 30px; } }
.premium_content_full .form form { margin-top: 40px; }
.premium_content_full .form form .hospButton, .premium_content_full .form form .title { display: inline-block; left: 5%; position: relative; }
@media only screen and (min-width: 40em) { .premium_content_full .form form .hospButton, .premium_content_full .form form .title { left: 10%; } }
.premium_content_full .form .required { color: #C85A19; font-size: 14px; padding-bottom: 10px; }
.premium_content_full .form .formList { list-style: none; text-align: center; }
.premium_content_full .fsBody.fsEmbed { width: 95%; margin: 10px auto; overflow: auto; }
.premium_content_full .fsBody, .premium_content_full .fsForm { margin-top: 0 !important; padding-top: 0 !important; }
.premium_content_full .fsBody p, .premium_content_full .fsForm p { line-height: normal !important; }
.premium_content_full .fsRowBody input[type=checkbox], .premium_content_full .fsRowBody input[type=radio] { top: 1px; height: auto; }
.overlay .image { height: 100%; background-size: cover; }
.hosp_full_content.overlay { position: relative; width: 100%; height: 100%; }
.text_section { padding-top: 20px; padding-bottom: 20px; font-size: 1.4rem; color: #4A4A4A; margin: -10px auto 0 auto; max-width: 1280px; }
.text_section .rich-text { position: relative; width: 100%; min-height: 1px; padding-right: 16px; padding-left: 16px; margin: auto; }
.text_section.gray { max-width: 100%; }
.text_section.gray > div { max-width: 1280px; margin: auto; }
.text_section.white { background-color: #FFFFFF; }
@media (min-width: 576px) { .topic-section { display: flex; flex-wrap: wrap; margin-right: -16px; margin-left: -16px; } }
@media (min-width: 576px) { .topic-section .topic-container { position: relative; width: 100%; min-height: 1px; padding-right: 16px; padding-left: 16px; } }
.topic-section .topic-container .topic-media { width: 100%; margin-bottom: 20px; }
@media (min-width: 768px) { .topic-section .topic-container .topic-media { float: left; margin: 0 20px 20px -32px; position: relative; width: 50%; }
.topic-section .topic-container .topic-media.right { float: right; margin: 0 -32px 20px 20px; } }
.topic-section .topic-container .topic-media .topic-media-image { position: relative; padding-top: 56.25%; }
.topic-section .topic-container .topic-media .topic-media-image > div { position: absolute; top: 0; bottom: 0; left: 0; right: 0; }
.topic-section .topic-container .topic-media .topic-media-image > div img { width: 100%; }
.topic-section .topic-container .topic-detail { position: relative; width: 100%; min-height: 1px; padding-right: 16px; padding-left: 16px; }
@media (min-width: 768px) { .topic-section .topic-container .topic-detail { flex: 0 0 66.66667%; max-width: 66.66667%; margin-left: 16.66667%; } }
.topic-section .topic-container .topic-detail > div { display: block; padding: 15px 0; }
@media only screen and (min-width: 40em) { .topic-section .topic-container .topic-detail > div { float: right; margin-top: 32px; margin-right: 15px; padding: 0; } }
@media only screen and (min-width: 80em) { .topic-section .topic-container .topic-detail > div { margin-top: 32px; } }
.topic-section .topic-container .topic-detail > div a { display: block; color: #4A4A4A; text-align: center; text-decoration: none; text-transform: uppercase; padding: 10px 10px 10px 10px; width: 150px; margin: auto; border: 1px solid #AFAFAF; background-color: #FFFFFF; }
@media only screen and (min-width: 80em) { .topic-section .topic-container .topic-detail > div a { border: none; padding: 0 15px 0 0; width: auto; background-color: transparent; } }
.topic-section .topic-container .topic-detail > div a .icon { background: url("/images/nav/back_to_top_gray.png") no-repeat center; padding: 0 5px; }
@media only screen and (min-width: 80em) { .topic-section .topic-container .topic-detail > div a .icon { background-image: url("/images/nav/back_to_top_gray.png"); } }
.topic-section .topic-container .topic-detail h1, .topic-section .topic-container .topic-detail h2, .topic-section .topic-container .topic-detail h3 { font-size: 2em; font-family: "Interstate-Regular", Helvetica, Arial, sans-serif; font-weight: normal; }
@media (min-width: 576px) { .topic-section .topic-container .topic-detail h1, .topic-section .topic-container .topic-detail h2, .topic-section .topic-container .topic-detail h3 { font-size: 2.28571em; } }
@media (min-width: 768px) { .topic-section .topic-container .topic-detail h1, .topic-section .topic-container .topic-detail h2, .topic-section .topic-container .topic-detail h3 { margin-top: 32px; } }
@media (max-width: 575.98px) { .premium_section { width: 100%; padding-right: 16px; padding-left: 16px; margin-right: auto; margin-left: auto; } }
.premium_section .premium_content { display: flex; flex-wrap: wrap; margin-right: -16px; margin-left: -16px; margin-bottom: 10px; }
.premium_section .premium_content ul { color: #666; padding: 10px 30px; margin-left: 0 !important; text-align: left; }
.premium_section .premium_content ul li { line-height: 1.4rem !important; }
@media (min-width: 576px) { .premium_section .premium_content .image { position: relative; width: 100%; min-height: 1px; padding-right: 16px; padding-left: 16px; flex: 0 0 58.33333%; max-width: 58.33333%; } }
.premium_section .premium_content .image img { width: 100%; /* height: 212px; */ /* @include breakpoint(landscape){ height: 425px; } */ }
@media only screen and (min-width: 60em) { .premium_section .premium_content .image img { height: auto; } }
.premium_section .premium_content .hosp_gallery { height: auto; position: relative; width: 100%; min-height: 1px; padding-right: 16px; padding-left: 16px; }
@media (max-width: 767.98px) { .premium_section .premium_content .hosp_gallery { padding: 0; } }
@media (min-width: 576px) { .premium_section .premium_content .hosp_gallery { flex: 0 0 58.33333%; max-width: 58.33333%; } }
@media only screen and (min-width: 60em) { .premium_section .premium_content .hosp_gallery { width: 50%; } }
.premium_section .premium_content .hosp_gallery #relatedPhotoContainer { margin: 0px; }
.premium_section .premium_content .hosp_gallery #relatedPhotoNavContainer { position: absolute !important; z-index: 1 !important; width: 100% !important; height: 50px; top: 17% !important; }
@media only screen and (min-width: 40em) { .premium_section .premium_content .hosp_gallery #relatedPhotoNavContainer { width: 100% !important; top: 30% !important; } }
@media only screen and (min-width: 60em) { .premium_section .premium_content .hosp_gallery #relatedPhotoNavContainer { width: 50% !important; top: 45% !important; } }
.premium_section .premium_content .hosp_gallery #relatedPhotoNavContainer .prev { background: transparent url("/images/misc/hosp_arrow_left_inline_gallery.png") no-repeat 0 0 !important; background-size: 30px; width: 30px !important; height: 30px !important; }
.premium_section .premium_content .hosp_gallery #relatedPhotoNavContainer .next { background: transparent url("/images/misc/hosp_arrow_right_inline_gallery.png") no-repeat 0px 0px !important; background-size: 30px; width: 30px; height: 30px; }
.premium_section .premium_content .hosp_gallery .bx-container { width: 100%; height: auto; }
.premium_section .premium_content .hosp_gallery .bx-container .bx-wrapper { margin: 0 auto !important; }
.premium_section .premium_content .hosp_gallery .bx-container .bx-wrapper img { max-width: auto !important; width: 100%; }
.premium_section .premium_content .hosp_gallery .bx-container .bx-wrapper .bx-viewport { left: 0 !important; border: 0 none !important; box-shadow: none !important; }
.premium_section .premium_content .text { font-family: "Interstate-Light", Helvetica, Arial, sans-serif; font-size: 1.2rem; color: #888B8D; padding: 10px; position: relative; width: 100%; min-height: 1px; padding-right: 16px; padding-left: 16px; }
@media (min-width: 576px) { .premium_section .premium_content .text { flex: 0 0 41.66667%; max-width: 41.66667%; } }
@media only screen and (min-width: 40em) { .premium_section .premium_content .text { padding: 15px 30px; font-size: 1.4rem; } }
@media only screen and (min-width: 60em) { .premium_section .premium_content .text { padding: 30px; } }
.premium_section .premium_content .text h1 { font-size: 2rem; color: #4A4A4A; font-family: "Interstate-Regular", Helvetica, Arial, sans-serif; font-weight: normal; padding: 5px 0px; border: none; }
@media only screen and (min-width: 40em) { .premium_section .premium_content .text h1 { font-size: 3rem; padding: 10px 0px; } }
.premium_section .premium_content .text p { padding-top: 0; line-height: 1.4em; }
.premium_section .premium_content .text .hospButton { width: 130px; height: 40px; margin: 15px 0px; }
.premium_section .premium_content.subpage { background-color: #a6a496; color: #FFFFFF; padding: 30px 10px; }
@media only screen and (min-width: 40em) { .premium_section .premium_content.subpage { padding: 30px; } }
.premium_section .premium_content.subpage h1 { color: #FFFFFF; }
.premium_section .premium_content.subpage ul { color: #FFFFFF; }
.premium_section .premium_content.subpage .hosp_gallery #relatedPhotoNavContainer { width: 95% !important; }
@media only screen and (min-width: 40em) { .premium_section .premium_content.subpage .hosp_gallery #relatedPhotoNavContainer { width: 90% !important; } }
@media only screen and (min-width: 60em) { .premium_section .premium_content.subpage .hosp_gallery #relatedPhotoNavContainer { width: 47% !important; } }
.premium_section .premium_content.subpage .text { color: #FFFFFF; }
@media only screen and (min-width: 40em) { .premium_section .premium_content.subpage .text { padding: 15px; } }
@media (min-width: 576px) { .premium_section .premium_content.left .text { order: -1; padding-right: 5px; padding-left: 40px; } }
@media (min-width: 576px) and (min-width: 1280px) { .premium_section .premium_content.left .text { padding-left: 8%; } }
@media (min-width: 1280px) { .premium_section .premium_content.right .text { padding-right: 8%; } }
.premium_section.overlay { /*** 16x9 section w/ text overlay ***/ width: 100%; position: relative; }
@media (min-width: 576px) { .premium_section.overlay { padding-bottom: 56.25%; } }
@media (min-width: 1280px) { .premium_section.overlay { padding-bottom: 0; height: 720px; max-width: 100%; } }
@media (min-width: 576px) { .premium_section.overlay .premium_content { position: absolute; top: 0; bottom: 0; left: 0; right: 0; } }
.premium_section.overlay .premium_content .image_bg { width: 100%; background-size: cover; background-position: center; }
@media (min-width: 576px) { .premium_section.overlay .premium_content .image_bg { display: flex; flex-wrap: wrap; margin-right: -16px; margin-left: -16px; background-image: none; } }
@media (min-width: 576px) { .premium_section.overlay .premium_content .image_bg { justify-content: center !important; align-items: center !important; }
.premium_section.overlay .premium_content .image_bg img { display: none; } }
.premium_section.overlay .premium_content .image_bg .caption { position: relative; width: 100%; min-height: 1px; padding-right: 16px; padding-left: 16px; padding: 20px; background: #FFFFFF; }
@media (min-width: 576px) { .premium_section.overlay .premium_content .image_bg .caption { background: rgba(0, 0, 0, 0.6); color: #FFFFFF; } }
.premium_section.overlay .premium_content .image_bg .caption .transFill { color: #888B8D !important; background-color: #FFFFFF; border-color: #888B8D !important; }
@media (min-width: 576px) { .premium_section.overlay .premium_content .image_bg .caption .transFill { color: #FFFFFF !important; background-color: rgba(0, 0, 0, 0.6); border-color: #FFFFFF; } }
@media (min-width: 576px) { .premium_section.overlay .premium_content .image_bg .caption { flex: 0 0 83.33333%; max-width: 83.33333%; } }
.premium_section.overlay .premium_content .image_bg .caption h2 { font-size: 1.8rem; font-family: "Interstate-Regular", Helvetica, Arial, sans-serif; font-weight: normal; color: #4A4A4A; padding-top: 0; }
@media (min-width: 576px) { .premium_section.overlay .premium_content .image_bg .caption h2 { color: #FFFFFF; padding-left: 30px; font-size: 2rem; } }
.premium_section.overlay .premium_content .image_bg .caption .text { font-family: "Interstate-Light", Helvetica, Arial, sans-serif; font-size: 1.2rem; width: 100%; padding-top: 10px; display: inline-block; color: #4A4A4A; position: relative; width: 100%; min-height: 1px; padding-right: 16px; padding-left: 16px; }
@media (min-width: 576px) { .premium_section.overlay .premium_content .image_bg .caption .text { flex: 0 0 66.66667%; max-width: 66.66667%; color: #FFFFFF; } }
@media only screen and (min-width: 40em) { .premium_section.overlay .premium_content .image_bg .caption .text { font-size: 1.4rem; } }
@media only screen and (min-width: 60em) { .premium_section.overlay .premium_content .image_bg .caption .text { width: 80%; } }
.premium_section.overlay .premium_content .image_bg .caption .text p { padding-top: 0; line-height: 1.3em; color: #4A4A4A; }
@media (min-width: 576px) { .premium_section.overlay .premium_content .image_bg .caption .text p { color: #FFFFFF; } }
.premium_section.overlay .premium_content .image_bg .caption .text ul { color: #4A4A4A; padding: 0 15px; }
@media (min-width: 576px) { .premium_section.overlay .premium_content .image_bg .caption .text ul { color: #FFFFFF; padding: 0 30px; } }
.premium_section.overlay .premium_content .image_bg .caption .hospButton { display: block; position: relative; margin: 15px 0px; }
@media only screen and (min-width: 40em) { .premium_section.overlay .premium_content .image_bg .caption .hospButton { display: inline-block; float: right; margin: 10px 30px 10px 20px; } }
@media only screen and (min-width: 60em) { .premium_section.overlay .premium_content .image_bg .caption .hospButton { margin-right: 50px; } }
.faq_section { width: 100%; padding-right: 16px; padding-left: 16px; margin-right: auto; margin-left: auto; background-color: #f3f3f3; margin: 0 auto 16px auto; padding-bottom: 30px; }
.faq_section .faq_wrapper { position: relative; width: 100%; min-height: 1px; padding-right: 16px; padding-left: 16px; max-width: 1280px; margin: auto; }
.faq_section .faq_wrapper h4 { font-size: 2rem; }
.faq_container .a { background-color: rgba(193, 198, 200, 0.5); }
.faq_container .a p { padding: 10px 20px; margin: 0; }
@media (min-width: 576px) { .faq_container .a p { padding: 10px 40px; } }
.faq_container .a p:before { content: ''; }
.faq_container { font-family: "Interstate-Light", Helvetica, Arial, sans-serif; color: #4A4A4A; max-width: 1280px; margin: auto; }
.faq_container p.q { display: block; margin-bottom: 0; background-color: rgba(193, 198, 200, 0.5); margin-top: 15px; padding: 5px; font-size: 1em; }
.faq_container .ui-icon { background-size: contain; background-repeat: no-repeat; width: 17px; height: 17px; margin: 3px 5px; display: block; float: left; }
.faq_container .ui-icon.ui-icon-triangle-1-s { background-image: url(/images/misc/faq_expand_close.png); }
.faq_container .ui-icon.ui-icon-triangle-1-e { background-image: url(/images/misc/faq_expand_open.png); }
#yearSelector { margin: 20px auto; padding: 20px 40px; float: left; }
#yearSelector > div { border-top: 1px solid #858a83; border-bottom: 1px solid #858a83; float: left; }
#yearSelector ul { list-style: none; padding: 0; margin: 10px; }
#yearSelector ul li { float: left; margin: 10px; }
h3.year { font-size: 1.14286em; color: #cf102d; font-family: "Interstate-Black", Helvetica, Arial, sans-serif; }
.years a { display: block; float: right; }
.linkBtn { background: #243e61 url(/images/misc/arrow_right_ltblue.png) no-repeat 95% 50%; border: solid 1px #6a89b9; font-size: 0.84615em; margin: 20px auto; padding: 0.5em 6%; text-align: center; text-transform: uppercase; width: 50%; }
.linkBtn a { font-family: "Interstate-Bold", Helvetica, Arial, sans-serif; color: #a7cbff; display: block; text-decoration: none; }
/** event guide page **/
#event_guide .caption, #event_guide .description { color: #000000; }
#event_guide, #event_stats { /** court of champions **/ }
#event_guide main .event_guide_container, #event_stats main .event_guide_container { width: 100%; padding: 0px 15px; /** prize money table **/ }
@media only screen and (min-width: 60em) { #event_guide main .event_guide_container, #event_stats main .event_guide_container { margin: 0px auto; padding: 0px; } }
#event_guide main .event_guide_container h3, #event_stats main .event_guide_container h3 { font-size: 32px; padding-top: 15px; }
#event_guide main .event_guide_container .prize-money, #event_stats main .event_guide_container .prize-money { width: 100%; margin-top: 15px; border: 1px solid #C1C6C8; }
#event_guide main .event_guide_container .prize-money tr th, #event_stats main .event_guide_container .prize-money tr th { background-color: #C1C6C8; font-family: "Interstate-Black", Helvetica, Arial, sans-serif; text-transform: uppercase; padding: 5px 10px; text-align: right; color: #4A4A4A; line-height: 22px; font-size: 1.07692em; }
#event_guide main .event_guide_container .prize-money tr th:first-child, #event_stats main .event_guide_container .prize-money tr th:first-child { text-align: left; }
#event_guide main .event_guide_container .prize-money tr td, #event_stats main .event_guide_container .prize-money tr td { font-family: "Interstate-Light", Helvetica, Arial, sans-serif; padding: 2px 10px; }
#event_guide main .event_guide_container .prize-money tr td p, #event_stats main .event_guide_container .prize-money tr td p { text-align: right; padding: 0; }
#event_guide main .event_guide_container .prize-money tr td p:first-child, #event_stats main .event_guide_container .prize-money tr td p:first-child { padding: 0; }
#event_guide main .event_guide_container .prize-money tr td:first-child p, #event_stats main .event_guide_container .prize-money tr td:first-child p { text-align: left; }
#event_guide main .event_guide_container .prize-money tr:last-child, #event_stats main .event_guide_container .prize-money tr:last-child { font-family: "Interstate-Black", Helvetica, Arial, sans-serif; color: #418FDE; }
#event_guide main .event_guide_container .prize-money tr:last-child td:first-child p, #event_guide main .event_guide_container .prize-money tr:last-child td p, #event_stats main .event_guide_container .prize-money tr:last-child td:first-child p, #event_stats main .event_guide_container .prize-money tr:last-child td p { font-family: "Interstate-Black", Helvetica, Arial, sans-serif; }
#event_guide main .event_guide_container .prize-money tr:nth-child(even), #event_stats main .event_guide_container .prize-money tr:nth-child(even) { background-color: #fafafa; }
#event_guide main .event_guide_container .prize-money.summary, #event_stats main .event_guide_container .prize-money.summary { margin-top: -17px; }
#event_guide main .event_guide_container .prize-money.summary tr th, #event_stats main .event_guide_container .prize-money.summary tr th { display: none; }
#event_guide main .event_guide_container .prize-money.summary tr:last-child, #event_stats main .event_guide_container .prize-money.summary tr:last-child { color: #418FDE; background-color: #C1C6C8; font-family: "Interstate-Black", Helvetica, Arial, sans-serif; }
#event_guide main .event_guide_container.center, #event_stats main .event_guide_container.center { margin: 0 auto; float: none; text-align: center; padding-bottom: 30px; max-width: 1280px; }
#event_guide main .event_guide_container.apps, #event_stats main .event_guide_container.apps { float: none; display: block; margin: 0 auto; max-width: 1280px; padding-bottom: 30px; }
#event_guide .event_guide_content, #event_stats .event_guide_content { width: 100%; overflow: hidden; /* mobile pages */ }
#event_guide .event_guide_content h1, #event_guide .event_guide_content h2, #event_guide .event_guide_content h3, #event_guide .event_guide_content h4, #event_guide .event_guide_content h5, #event_stats .event_guide_content h1, #event_stats .event_guide_content h2, #event_stats .event_guide_content h3, #event_stats .event_guide_content h4, #event_stats .event_guide_content h5 { color: #3b8ede; }
#event_guide .event_guide_content h1, #event_stats .event_guide_content h1 { font-size: 1.84615em; padding-top: 15px; }
#event_guide .event_guide_content h2, #event_stats .event_guide_content h2 { font-size: 1.53846em; padding-top: 15px; }
#event_guide .event_guide_content h3, #event_stats .event_guide_content h3 { font-size: 1.23077em; padding-top: 15px; }
#event_guide .event_guide_content h3.clear, #event_stats .event_guide_content h3.clear { clear: both; }
#event_guide .event_guide_content div, #event_stats .event_guide_content div { font-size: 1.07692em; }
#event_guide .event_guide_content p, #event_stats .event_guide_content p { font-size: 1.07692em; padding-top: 10px; padding-bottom: 10px; }
#event_guide .event_guide_content a, #event_stats .event_guide_content a { color: #3b8ede; text-decoration: none; }
#event_guide .event_guide_content #eventChips, #event_stats .event_guide_content #eventChips { float: left; width: 100%; position: relative; }
#event_guide .event_guide_content #eventChips .chip, #event_stats .event_guide_content #eventChips .chip { margin: 10px 5px; }
#event_guide .event_guide_content .playoff_table div, #event_stats .event_guide_content .playoff_table div { font-size: 1em; }
#event_guide .event_guide_content .intro, #event_stats .event_guide_content .intro { background: #2b4872; color: #FFFFFF; padding: 10px; }
@media only screen and (min-width: 60em) { #event_guide .event_guide_content .intro, #event_stats .event_guide_content .intro { padding: 20px; } }
#event_guide .event_guide_content .intro h1, #event_guide .event_guide_content .intro h2, #event_guide .event_guide_content .intro h3, #event_guide .event_guide_content .intro p, #event_stats .event_guide_content .intro h1, #event_stats .event_guide_content .intro h2, #event_stats .event_guide_content .intro h3, #event_stats .event_guide_content .intro p { color: #FFFFFF; }
#event_guide .event_guide_content .intro h1:first-child, #event_guide .event_guide_content .intro h2:first-child, #event_guide .event_guide_content .intro h3:first-child, #event_guide .event_guide_content .intro p:first-child, #event_stats .event_guide_content .intro h1:first-child, #event_stats .event_guide_content .intro h2:first-child, #event_stats .event_guide_content .intro h3:first-child, #event_stats .event_guide_content .intro p:first-child { padding-top: 0; }
#event_guide .event_guide_content .section_title, #event_stats .event_guide_content .section_title { background-color: #0c223f; color: #FFFFFF; font-size: 16px; width: 98%; height: 30px; margin: 10px auto; padding: 5px; font-family: "Interstate-Black", Helvetica, Arial, sans-serif; position: relative; display: table; }
@media only screen and (min-width: 80em) { #event_guide .event_guide_content .section_title, #event_stats .event_guide_content .section_title { width: 97%; } }
#event_guide .event_guide_content .event_guide_container, #event_stats .event_guide_content .event_guide_container { font-family: "Interstate-Light", Helvetica, Arial, sans-serif; display: inline-block; float: left; padding: 0px 10px; width: 100%; }
@media only screen and (min-width: 60em) { #event_guide .event_guide_content .event_guide_container, #event_stats .event_guide_content .event_guide_container { width: calc(100% - 320px); padding-left: 15px; padding-right: 10px; }
#event_guide .event_guide_content .event_guide_container.chip, #event_stats .event_guide_content .event_guide_container.chip { padding-left: 10px; }
#event_guide .event_guide_content .event_guide_container.chip #generalChips, #event_stats .event_guide_content .event_guide_container.chip #generalChips { margin: 0 -10px; width: calc(100% + 20px); } }
#event_guide .event_guide_content .event_guide_container ul, #event_guide .event_guide_content .event_guide_container ol, #event_stats .event_guide_content .event_guide_container ul, #event_stats .event_guide_content .event_guide_container ol { margin-left: 30px; font-size: 14px; line-height: 20px; }
#event_guide .event_guide_content .event_guide_container b, #event_guide .event_guide_content .event_guide_container strong, #event_stats .event_guide_content .event_guide_container b, #event_stats .event_guide_content .event_guide_container strong { font-family: "Interstate-Bold", Helvetica, Arial, sans-serif; }
#event_guide .event_guide_content .event_guide_container hr, #event_stats .event_guide_content .event_guide_container hr { float: left; background-color: #c3c5c8; border: none; clear: both; color: #c3c5c8; height: 1px; margin: 20px 0; width: 100%; }
#event_guide .event_guide_content .event_guide_container .rightAlign, #event_stats .event_guide_content .event_guide_container .rightAlign { float: right; width: 50%; }
#event_guide .event_guide_content .event_guide_container .rightAlign img, #event_stats .event_guide_content .event_guide_container .rightAlign img { max-width: 100%; }
@media only screen and (min-width: 60em) { #event_guide .event_guide_content .event_guide_container .rightAlign.gutter, #event_stats .event_guide_content .event_guide_container .rightAlign.gutter { margin-left: 20px; } }
#event_guide .event_guide_content .event_guide_container .leftAlign, #event_stats .event_guide_content .event_guide_container .leftAlign { float: left; width: 50%; margin: 0 20px 20px 0; }
#event_guide .event_guide_content .event_guide_container .leftAlign img, #event_stats .event_guide_content .event_guide_container .leftAlign img { max-width: 100%; }
#event_guide .event_guide_content .event_guide_container .inline, #event_stats .event_guide_content .event_guide_container .inline { display: block; }
#event_guide .event_guide_content .event_guide_container .inline h3, #event_stats .event_guide_content .event_guide_container .inline h3 { display: block; }
#event_guide .event_guide_content .event_guide_container .inlineImg, #event_stats .event_guide_content .event_guide_container .inlineImg { width: 100%; display: block; margin-top: 15px; }
#event_guide .event_guide_content .event_guide_container .inlineImg img, #event_stats .event_guide_content .event_guide_container .inlineImg img { float: none; max-width: 100%; }
@media only screen and (min-width: 40em) { #event_guide .event_guide_content .event_guide_container .inline, #event_stats .event_guide_content .event_guide_container .inline { display: inline-block; }
#event_guide .event_guide_content .event_guide_container .inline h3, #event_stats .event_guide_content .event_guide_container .inline h3 { display: inline-block; }
#event_guide .event_guide_content .event_guide_container .inlineImg, #event_stats .event_guide_content .event_guide_container .inlineImg { width: auto; display: inline; float: left; margin-right: 20px; }
#event_guide .event_guide_content .event_guide_container .inlineImg img, #event_stats .event_guide_content .event_guide_container .inlineImg img { float: left; max-width: 100%; } }
#event_guide .event_guide_content .event_guide_container .inlinePhoto, #event_stats .event_guide_content .event_guide_container .inlinePhoto { width: 100%; float: left; text-align: center; }
#event_guide .event_guide_content .event_guide_container .inlinePhoto img, #event_stats .event_guide_content .event_guide_container .inlinePhoto img { width: 300px; height: auto; margin: 0 0 20px 0; }
@media only screen and (min-width: 40em) { #event_guide .event_guide_content .event_guide_container .inlinePhoto img, #event_stats .event_guide_content .event_guide_container .inlinePhoto img { width: 610px; height: auto; } }
#event_guide .event_guide_content .event_guide_container .link, #event_stats .event_guide_content .event_guide_container .link { margin-top: -5px; font-size: 1.07692em; padding-bottom: 10px; }
#event_guide .event_guide_content .event_guide_container .link a, #event_stats .event_guide_content .event_guide_container .link a { font-family: "Interstate-Black", Helvetica, Arial, sans-serif; }
#event_guide .event_guide_content .event_guide_container .link a:after, #event_stats .event_guide_content .event_guide_container .link a:after { content: '\00bb'; padding-left: 5px; }
#event_guide .event_guide_content .event_guide_container .two-column-desktop, #event_stats .event_guide_content .event_guide_container .two-column-desktop { width: 100%; margin: 20px 0; padding: 0; }
@media only screen and (min-width: 60em) { #event_guide .event_guide_content .event_guide_container .two-column-desktop, #event_stats .event_guide_content .event_guide_container .two-column-desktop { -moz-column-count: 2; -webkit-column-count: 2; column-count: 2; column-gap: 23px; } }
#event_guide .event_guide_content .event_guide_right_rail, #event_stats .event_guide_content .event_guide_right_rail { display: inline-block; float: right; }
@media only screen and (min-width: 60em) { #event_guide .event_guide_content .event_guide_right_rail, #event_stats .event_guide_content .event_guide_right_rail { width: 320px; } }
#event_guide .event_guide_content .event_guide_accordion, #event_stats .event_guide_content .event_guide_accordion { width: 98%; margin: 10px auto; height: 100%; }
@media only screen and (min-width: 80em) { #event_guide .event_guide_content .event_guide_accordion, #event_stats .event_guide_content .event_guide_accordion { width: 97%; } }
#event_guide .event_guide_content .event_guide_accordion h3, #event_stats .event_guide_content .event_guide_accordion h3 { background-color: #ebebeb; color: #000000; font-size: 14px; font-family: "Interstate-Black", Helvetica, Arial, sans-serif; padding: 10px; margin: 15px 0px; }
#event_guide .event_guide_content .event_guide_accordion h3 .ui-accordion-header-icon, #event_stats .event_guide_content .event_guide_accordion h3 .ui-accordion-header-icon { background: url("/images/misc/event_acc_collapse.png") center no-repeat; display: inline-block; width: 20px; height: 20px; margin-right: 10px; background-size: 100%; vertical-align: middle; float: left; }
#event_guide .event_guide_content .event_guide_accordion h3.ui-state-active .ui-accordion-header-icon, #event_stats .event_guide_content .event_guide_accordion h3.ui-state-active .ui-accordion-header-icon { background: url("/images/misc/event_acc_expand.png") 100% center no-repeat; display: inline-block; width: 20px; height: 20px; margin-right: 10px; background-size: 100%; vertical-align: middle; float: left; }
#event_guide .event_guide_content .event_guide_accordion .panel, #event_stats .event_guide_content .event_guide_accordion .panel { font-family: "Interstate-Regular", Helvetica, Arial, sans-serif; font-weight: normal; margin-left: 10px; height: auto !important; }
#event_guide .event_guide_content .playoff_table, #event_stats .event_guide_content .playoff_table { font-size: 0.92308em; }
#event_guide .event_guide_content .playoff_table .header.mobile div, #event_stats .event_guide_content .playoff_table .header.mobile div { font-size: 10px; }
#event_guide .event_guide_content .side_by_side, #event_guide .event_guide_content .orphen, #event_stats .event_guide_content .side_by_side, #event_stats .event_guide_content .orphen { width: 100%; }
@media only screen and (min-width: 60em) { #event_guide .event_guide_content .side_by_side, #event_guide .event_guide_content .orphen, #event_stats .event_guide_content .side_by_side, #event_stats .event_guide_content .orphen { float: left; width: 50%; } }
#event_guide .event_guide_content .side_by_side .divice, #event_guide .event_guide_content .orphen .divice, #event_stats .event_guide_content .side_by_side .divice, #event_stats .event_guide_content .orphen .divice { width: 100%; text-align: center; }
#event_guide .event_guide_content .side_by_side .divice img, #event_guide .event_guide_content .orphen .divice img, #event_stats .event_guide_content .side_by_side .divice img, #event_stats .event_guide_content .orphen .divice img { max-width: 100%; margin: 0 auto; }
#event_guide .event_guide_content .side_by_side .ftr, #event_guide .event_guide_content .orphen .ftr, #event_stats .event_guide_content .side_by_side .ftr, #event_stats .event_guide_content .orphen .ftr { margin: 0 20px; text-align: center; }
#event_guide .event_guide_content .side_by_side .ftr img, #event_guide .event_guide_content .orphen .ftr img, #event_stats .event_guide_content .side_by_side .ftr img, #event_stats .event_guide_content .orphen .ftr img { width: 150px; max-width: 100%; }
#event_guide .event_guide_content .side_by_side img, #event_guide .event_guide_content .orphen img, #event_stats .event_guide_content .side_by_side img, #event_stats .event_guide_content .orphen img { text-align: center; max-width: 100%; }
#event_guide .event_guide_content .orphen, #event_stats .event_guide_content .orphen { width: 100%; }
@media only screen and (min-width: 60em) { #event_guide .event_guide_content .orphen, #event_stats .event_guide_content .orphen { width: 50%; margin: 0 auto; float: none; padding-top: 30px; overflow: hidden; display: block; } }
#event_guide .event_guide_content .appDetails .divice, #event_stats .event_guide_content .appDetails .divice { width: 100%; text-align: center; padding-top: 20px; }
@media only screen and (min-width: 60em) { #event_guide .event_guide_content .appDetails .divice, #event_stats .event_guide_content .appDetails .divice { width: 28%; float: left; } }
#event_guide .event_guide_content .appDetails .divice img, #event_stats .event_guide_content .appDetails .divice img { max-width: 80%; margin: 0 auto; }
#event_guide .event_guide_content .appDetails .divice-full, #event_stats .event_guide_content .appDetails .divice-full { width: 100%; text-align: center; }
@media only screen and (min-width: 60em) { #event_guide .event_guide_content .appDetails .divice-full, #event_stats .event_guide_content .appDetails .divice-full { width: 28%; float: left; } }
#event_guide .event_guide_content .appDetails .divice-full img, #event_stats .event_guide_content .appDetails .divice-full img { max-width: 100%; margin: 0; }
#event_guide .event_guide_content .appDetails .desc, #event_stats .event_guide_content .appDetails .desc { width: 100%; float: left; padding-top: 20px; }
@media only screen and (min-width: 60em) { #event_guide .event_guide_content .appDetails .desc, #event_stats .event_guide_content .appDetails .desc { width: 72%; } }
#event_guide .event_guide_content .appDetails .ftr, #event_stats .event_guide_content .appDetails .ftr { margin: 0 20px; text-align: center; }
#event_guide .event_guide_content .appDetails .ftr img, #event_stats .event_guide_content .appDetails .ftr img { width: 150px; max-width: 100%; }
#event_guide .event_guide_content .denote, #event_stats .event_guide_content .denote { font-size: 12px; }
#event_guide .event_guide_content .q, #event_stats .event_guide_content .q { font-size: 1.28571em; padding-top: 20px; }
#event_guide .event_guide_content .a p, #event_stats .event_guide_content .a p { padding-top: 0; margin-left: 17px; text-indent: -15px; }
#event_guide .event_guide_content .a p:before, #event_stats .event_guide_content .a p:before { content: ' \25CF'; font-size: 10px; padding-right: 20px; }
#event_guide .visit-container, #event_stats .visit-container { position: relative; }
#event_guide #age-gate-container, #event_stats #age-gate-container { position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 1000; background-color: #f5f5f5; display: flex; flex-wrap: wrap; margin-right: -16px; margin-left: -16px; }
#event_guide #age-gate-container .age-gate, #event_stats #age-gate-container .age-gate { position: relative; width: 100%; min-height: 1px; padding-right: 16px; padding-left: 16px; text-align: center; font-size: 1.4rem; }
#event_guide #age-gate-container .age-gate img, #event_stats #age-gate-container .age-gate img { margin-bottom: 25px; }
#event_guide #age-gate-container .age-gate h2, #event_stats #age-gate-container .age-gate h2 { font-size: 1.8rem; }
@media (min-width: 768px) { #event_guide #age-gate-container .age-gate, #event_stats #age-gate-container .age-gate { margin-left: 8.33333%; flex: 0 0 83.33333%; max-width: 83.33333%; font-size: 1.6rem; }
#event_guide #age-gate-container .age-gate img, #event_stats #age-gate-container .age-gate img { width: 50%; margin-bottom: 25px; }
#event_guide #age-gate-container .age-gate h2, #event_stats #age-gate-container .age-gate h2 { font-size: 2rem; } }
@media (min-width: 1024px) { #event_guide #age-gate-container .age-gate, #event_stats #age-gate-container .age-gate { margin-left: 16.66667%; flex: 0 0 66.66667%; max-width: 66.66667%; } }
#event_guide #age-gate-container .age-gate #grey_goose_agegate, #event_stats #age-gate-container .age-gate #grey_goose_agegate { width: 100%; }
@media only screen and (min-width: 40em) { #event_guide #age-gate-container .age-gate #grey_goose_agegate, #event_stats #age-gate-container .age-gate #grey_goose_agegate { width: 75%; margin: auto; } }
#event_guide #age-gate-container .age-gate #grey_goose_agegate #age-gate, #event_stats #age-gate-container .age-gate #grey_goose_agegate #age-gate { background-color: #f5f5f5; padding: 5px 5px; }
#event_guide #age-gate-container .age-gate #grey_goose_agegate #age-gate select, #event_stats #age-gate-container .age-gate #grey_goose_agegate #age-gate select { margin-right: 10px; border: 1px solid #C1C6C8; }
@media only screen and (min-width: 40em) { #event_guide #age-gate-container .age-gate #grey_goose_agegate #age-gate select, #event_stats #age-gate-container .age-gate #grey_goose_agegate #age-gate select { width: 28%; height: 35px; background: url("/images/nav/chevron-down-blk.png") 0 0 no-repeat #e9e9e9; border: none; -webkit-appearance: none; -moz-appearance: none; text-indent: 28px; font-size: 1.1em; background-size: 17px 9px; background-position: 5px 12px; } }
#event_guide #age-gate-container .age-gate #grey_goose_agegate #age-gate input[type="submit"], #event_stats #age-gate-container .age-gate #grey_goose_agegate #age-gate input[type="submit"] { width: 25%; margin: 5px auto; text-transform: uppercase; border: 1px solid #C1C6C8; }
@media only screen and (min-width: 40em) { #event_guide #age-gate-container .age-gate #grey_goose_agegate #age-gate input[type="submit"], #event_stats #age-gate-container .age-gate #grey_goose_agegate #age-gate input[type="submit"] { margin: auto; float: right; width: 10%; height: 35px; font-size: 16px; cursor: pointer; padding: 5px 15px; background: #f5f5f5; color: #8b8a8d; border: 1px solid #ccc; -webkit-border-radius: 3px; border-radius: 3px; } }
#event_guide table.grey td a, #event_stats table.grey td a { font-family: "Interstate-Light", Helvetica, Arial, sans-serif; }
#event_guide table.grey td, #event_guide table.grey th, #event_stats table.grey td, #event_stats table.grey th { font-size: 1.07692em; }
#event_guide .coc_year, #event_stats .coc_year { font-size: 1.71429em; border-top: 1px solid #ebebeb; }
#event_guide .coc, #event_stats .coc { margin: 10px 0; }
#event_guide .coc .coc_photo, #event_stats .coc .coc_photo { float: left; margin-right: 15px; display: table-cell; }
#event_guide .coc .coc_description, #event_stats .coc .coc_description { display: table-cell; }
#event_guide .coc .coc_description .coc_title, #event_stats .coc .coc_description .coc_title { font-size: 1.23077em; color: #cf102d; font-family: "Interstate-Black", Helvetica, Arial, sans-serif; }
#event_guide .coc .coc_description ul, #event_stats .coc .coc_description ul { font-size: 1.23077em; color: #858a83; margin-left: 0 !important; list-style: none; }
/*********** responsive data tables - playoff registration schedule & results includes nested table
**********/
/* actual content area in 960px design */
.playoff_table { position: relative; width: 100%; min-height: 1px; padding-right: 16px; padding-left: 16px; display: table; margin: 10px 0; position: relative; width: 100%; /* Registration\Schedule cols */ /* Results cols */ }
@media (min-width: 576px) { .playoff_table { margin-left: 8.33333%; flex: 0 0 83.33333%; max-width: 83.33333%; } }
.playoff_table .playoff_mobileCol { width: 70%; float: left; padding: 0; border-right: solid 1px #e5e5e5; }
.playoff_table .playoff_reg_date { width: 100%; }
.playoff_table .playoff_reg_city { width: 100%; overflow: hidden; }
.playoff_table .playoff_reg_venue { width: 100%; }
.playoff_table .playoff_reg_close { width: 100%; }
.playoff_table .playoff_reg_register { width: 30%; float: left; text-align: center; padding: 0.5em 0; display: inline-block; }
@media only screen and (min-width: 40em) { .playoff_table .playoff_mobileCol { width: 80.81967%; }
.playoff_table .playoff_reg_date { width: 20.99391%; text-align: center; float: left; }
.playoff_table .playoff_reg_city { width: 22.92089%; text-align: center; float: left; }
.playoff_table .playoff_reg_venue { width: 39.45233%; text-align: center; float: left; }
.playoff_table .playoff_reg_close { width: 16.63286%; text-align: center; float: left; }
.playoff_table .playoff_reg_register { width: 19.18033%; text-align: center; float: left; } }
.playoff_table .playoff_res_mobileCol { width: 25%; float: left; }
.playoff_table .playoff_res_date { width: 100%; text-align: center; float: left; }
.playoff_table .playoff_res_section { width: 100%; text-align: center; float: left; }
.playoff_table .playoff_res_winner { width: 75%; float: left; border-left: solid 1px #e5e5e5; }
@media only screen and (min-width: 40em) { .playoff_table .playoff_res_mobileCol { width: 29.91803%; }
.playoff_table .playoff_res_mobileCol:after { content: ""; position: absolute; left: 13.5%; border-right: 1px solid #e5e5e5; height: 100%; }
.playoff_table .playoff_res_date { width: 45%; }
.playoff_table .playoff_res_section { width: 55%; }
.playoff_table .playoff_res_winner { width: 70.08197%; } }
.playoff_table .label { font-family: "Interstate-Black", Helvetica, Arial, sans-serif; float: left; padding: 0.3em 0 0.3em 10px; width: 35%; }
@media only screen and (min-width: 40em) { .playoff_table .label { display: none; } }
.playoff_table dl.winners dd { float: left; margin: 0; padding: 0.5em 0; width: 70%; }
.playoff_table dl.winners dt { font-family: "Interstate-Black", Helvetica, Arial, sans-serif; float: left; clear: left; padding: 0.5em 0 0.5em 10px; width: 30%; }
.playoff_table dl.winners dt:after { content: ":"; }
.playoff_table .table_title { background: #d8d8d8; font-family: "Interstate-Black", Helvetica, Arial, sans-serif; overflow: hidden; position: relative; width: 100%; float: left; border-bottom: solid 1px #FFFFFF; line-height: 2.8em; padding-left: 10px; }
.playoff_table .header, .playoff_table .pl-row, .playoff_table .row { overflow: hidden; position: relative; width: 100%; float: left; }
@media only screen and (min-width: 40em) { .playoff_table .header, .playoff_table .pl-row, .playoff_table .row { display: table-row; } }
.playoff_table .header div, .playoff_table .pl-row div, .playoff_table .row div { font-family: "Interstate-Black", Helvetica, Arial, sans-serif; padding: 0; vertical-align: middle; }
.playoff_table .header .playoff_reg_date, .playoff_table .header .playoff_reg_city, .playoff_table .header .playoff_reg_venue, .playoff_table .header .playoff_reg_close, .playoff_table .header .playoff_res_date, .playoff_table .header .playoff_res_section, .playoff_table .pl-row .playoff_reg_date, .playoff_table .pl-row .playoff_reg_city, .playoff_table .pl-row .playoff_reg_venue, .playoff_table .pl-row .playoff_reg_close, .playoff_table .pl-row .playoff_res_date, .playoff_table .pl-row .playoff_res_section, .playoff_table .row .playoff_reg_date, .playoff_table .row .playoff_reg_city, .playoff_table .row .playoff_reg_venue, .playoff_table .row .playoff_reg_close, .playoff_table .row .playoff_res_date, .playoff_table .row .playoff_res_section { padding: 0.5em; }
@media only screen and (min-width: 40em) { .playoff_table .header .playoff_mobileCol, .playoff_table .pl-row .playoff_mobileCol, .playoff_table .row .playoff_mobileCol { display: table; border-right: solid 1px #e5e5e5; }
.playoff_table .header .playoff_mobileCol div, .playoff_table .pl-row .playoff_mobileCol div, .playoff_table .row .playoff_mobileCol div { display: table-cell; float: none; border-left: solid 1px #e5e5e5; }
.playoff_table .header .playoff_mobileCol div:first-child, .playoff_table .pl-row .playoff_mobileCol div:first-child, .playoff_table .row .playoff_mobileCol div:first-child { border-left: none; } }
.playoff_table .header { display: none; background: #d8d8d8; border-bottom: solid 1px #FFFFFF; }
.playoff_table .header.mobile { display: table-row; }
.playoff_table .header.mobile .playoff_mobileCol { border-right: solid 1px #FFFFFF; }
.playoff_table .header.mobile .playoff_mobileCol:first-child { padding-left: 10px; }
@media only screen and (min-width: 40em) { .playoff_table .header { display: table-row; }
.playoff_table .header.mobile { display: none; }
.playoff_table .header .playoff_mobileCol { border-right: solid 1px #FFFFFF; }
.playoff_table .header .playoff_mobileCol div { border-left: solid 1px #FFFFFF; } }
.playoff_table .header .playoff_reg_register, .playoff_table .header .playoff_res_section, .playoff_table .header .playoff_res_winner { padding: 0.5em 0; }
.playoff_table .header .playoff_reg_register { padding: 0.4em; }
.playoff_table .header .playoff_res_winner { padding-left: 10px; border-left: solid 1px #FFFFFF; }
.playoff_table .table_title + .header { background: #e5e5e5; }
.playoff_table .pl-row, .playoff_table .row { border: solid 1px #e5e5e5; border-bottom: none; /* display:block will create misalignments */ }
.playoff_table .pl-row.hide, .playoff_table .row.hide { display: none; }
.playoff_table .pl-row.show, .playoff_table .row.show { display: table-row; }
@media only screen and (min-width: 40em) { .playoff_table .pl-row, .playoff_table .row { padding-bottom: 0; } }
.playoff_table .pl-row:nth-child(odd), .playoff_table .pl-row.odd, .playoff_table .row:nth-child(odd), .playoff_table .row.odd { background-color: #fafafa; }
.playoff_table .pl-row:nth-child(even), .playoff_table .pl-row.even, .playoff_table .row:nth-child(even), .playoff_table .row.even { background: #f4f3f3; }
.playoff_table .pl-row div, .playoff_table .row div { font-family: "Interstate-Light", Helvetica, Arial, sans-serif; }
.playoff_table .pl-row a, .playoff_table .row a { display: block; padding-top: 0.5em; padding-bottom: 0.5em; }
.playoff_table .pl-row:last-child, .playoff_table .row:last-child { border-bottom: solid 1px #e5e5e5; }
.playoff_table .pl-row .playoff_res_section a, .playoff_table .row .playoff_res_section a { padding-top: 0; }
/** Players page **/
.filter-dropdown { width: auto; height: 34px; overflow: hidden; background: url(/images/nav/chevron-down.png) no-repeat left; background-size: 17px 10px; display: inline-block; float: left; width: 220px; line-height: 34px; height: 40px; font-size: 14px; background-position: 0px 18px; }
@media only screen and (min-width: 20em) { .filter-dropdown.players-menu { width: 46%; }
.filter-dropdown.alpha-sort { width: 20%; }
.filter-dropdown.search { width: 26%; text-align: center; display: block; }
.filter-dropdown.search.tablet { display: none; }
.filter-dropdown.search.mobile { display: block; float: right; margin-right: 10px; text-align: right; padding-right: 25px; display: block; } }
@media only screen and (min-width: 60em) { .filter-dropdown.search.tablet { display: block; }
.filter-dropdown.search.mobile { display: none; }
.filter-dropdown.country { width: 43%; } }
.filter-dropdown.search { background: url(/images/nav/search_icon_md.png) no-repeat right; background-position-y: 13px; background-size: 16px 16px; height: 40px; line-height: 46px; position: relative; }
.filter-dropdown select, .filter-dropdown div { background: transparent; width: auto; padding: 5px; font-size: 14px; line-height: 16px; border: 0; border-radius: 0; height: 45px; -webkit-appearance: none; -moz-appearance: none; padding-left: 50px; color: #FFFFFF; outline: none; }
.filter-dropdown select::-moz-focusring, .filter-dropdown div::-moz-focusring { color: transparent; text-shadow: 0 0 0 #fff; }
.filter-dropdown select::-ms-expand, .filter-dropdown div::-ms-expand { display: none; }
@media only screen and (min-width: 20em) { .filter-dropdown select, .filter-dropdown div { padding-left: 23px; } }
#players .ads_content .presented_by { display: block; float: right; font-size: 10px; height: 90px; line-height: 54px; width: 100%; padding-right: 15px; background-color: #65CFE9; }
#players .ads_content .presented_by::after { content: ""; width: 104%; position: relative; overflow: hidden; top: -10px; border-bottom: 1px solid #4a6690; display: block; }
#players .ads_content .presented_by a { display: inline-block; float: right; }
#players .ads_content .presented_by a::before { content: "Presented by"; position: relative; color: #FFFFFF; top: -2px; left: -10px; display: inline-block; font-size: 12px; }
#players .ads_content .presented_by a img { width: 146px; height: 16px; }
@media only screen and (min-width: 20em) { #players .ads_content .presented_by { display: none; } }
@media only screen and (min-width: 60em) { #players .ads_content .presented_by { display: block; } }
#players .ads_content.seed .presented_by { height: 45px; }
#players .ads_content.country .presented_by { height: 45px; }
.search-by-name-overlay, .search-by-country-overlay { position: absolute; overflow: hidden; top: 0px; left: 0px; width: 100%; height: 100%; background: #65CFE9; font-size: 2em; z-index: 11; display: none; }
.search-by-name-overlay.active, .search-by-country-overlay.active { display: block; }
.search-by-name-overlay .close-button, .search-by-country-overlay .close-button { background-size: 20px 30px; background-repeat: no-repeat; top: 10px; left: 10px; width: 20px; height: 30px; position: absolute; }
.search-by-name-overlay .close-button:after, .search-by-country-overlay .close-button:after { content: "X"; color: #FFFFFF; font-size: 1.2em; position: relative; }
.search-by-name-overlay .player-label, .search-by-country-overlay .player-label { position: absolute; left: 50px; border: 1px solid #FFFFFF; }
@media only screen and (min-width: 20em) { .search-by-name-overlay .player-label, .search-by-country-overlay .player-label { top: 50px; } }
.search-by-name-overlay .player-label input, .search-by-country-overlay .player-label input { color: #FFFFFF; font-size: 1em; background: none; border: none; }
@media only screen and (min-width: 20em) { .search-by-country-overlay { display: none; } }
.search-by-country-overlay .flag { width: 100%; display: block; position: relative; text-align: center; float: left; padding: 15px 0px; }
.search-by-country-overlay .flag img { width: 50px; height: 50px; border-radius: 50px; }
.search-by-country-overlay .flag .name { display: block; clear: both; font-size: .6em; color: #FFFFFF; }
@media only screen and (min-width: 60em) { .search-by-country-overlay .flag { width: 25%; display: inline-block; } }
@media only screen and (min-width: 80em) { .search-by-country-overlay .flag { width: 20%; display: inline-block; } }
.search-by-country-overlay .close-button { background-size: 20px 30px; background-repeat: no-repeat; top: 10px; left: 10px; width: 20px; height: 30px; position: relative; }
.search-by-country-overlay .close-button:after { content: "X"; color: #FFFFFF; font-size: 1.2em; position: relative; }
/* Begin main players page */
#players .presented_by { display: none; }
#players .presented_by.showMobile { display: none; }
@media only screen and (min-width: 20em) { #players .presented_by.showMobile { display: block; text-align: center; } }
@media only screen and (min-width: 60em) { #players .presented_by.showMobile { display: none; } }
#players .searchNameContainer, #players .searchCountryContainer, #players .searchSeedContainer { background: #65CFE9; width: 100%; float: left; display: inline-block; border-bottom: 1px solid #4a6690; padding-left: 20px; height: 45px; }
#players .searchNameContainer .search_by_name, #players .searchCountryContainer .search_by_name, #players .searchSeedContainer .search_by_name { right: 0px; position: relative; float: right; }
#players .searchNameContainer .filter select, #players .searchCountryContainer .filter select, #players .searchSeedContainer .filter select { width: 60% !important; }
@media only screen and (min-width: 20em) { #players .searchNameContainer .filter-dropdown.players-menu, #players .searchCountryContainer .filter-dropdown.players-menu { width: 46%; } }
@media only screen and (min-width: 60em) { #players .searchNameContainer .filter-dropdown.players-menu, #players .searchCountryContainer .filter-dropdown.players-menu { width: 50%; } }
@media only screen and (min-width: 60em) { #players .searchSeedContainer .filter-dropdown.players-menu { width: 160px; } }
#players .searchSeedContainer .filter-dropdown.search { color: #FFFFFF; }
@media only screen and (min-width: 20em) { #players .searchSeedContainer .filter-dropdown.search.mobile { float: right; display: inline-block; width: 100px; } }
@media only screen and (min-width: 60em) { #players .searchSeedContainer .filter-dropdown.search.mobile { display: none; } }
@media only screen and (min-width: 20em) { #players .searchSeedContainer .filter-dropdown.search.tablet { display: none; } }
@media only screen and (min-width: 60em) { #players .searchSeedContainer .filter-dropdown.search.tablet { display: inline-block; float: right; width: 160px; } }
@media only screen and (min-width: 20em) { #players .searchCountryContainer .filter-dropdown.players-menu { width: 52%; } }
@media only screen and (min-width: 60em) { #players .searchCountryContainer .filter-dropdown.players-menu { width: 50%; } }
@media only screen and (min-width: 20em) { #players .searchCountryContainer { height: 90px; }
#players .searchCountryContainer::after { content: ""; width: 110%; position: relative; overflow: hidden; top: -38px; border-bottom: 1px solid #4a6690; display: block; left: -22px; } }
@media only screen and (min-width: 60em) { #players .searchCountryContainer { height: 45px; } }
#players .searchCountryContainer .filter select { width: 60% !important; }
@media only screen and (min-width: 60em) { #players .searchCountryContainer .filter-dropdown.players-menu { width: 30%; } }
#players .pageheader { background: #418FDE; text-transform: none; }
#players .sponsor-row { background: #65CFE9; color: #FFFFFF; font-size: 1.5em; width: 100%; float: left; display: inline-block; border-bottom: 1px solid #4a6690; height: 40px; line-height: 43px; text-align: center; }
@media only screen and (min-width: 60em) { #players .sponsor-row { /*display:none;*/ } }
#players .sponsor-row .presented_by { display: block; text-align: center; font-size: 12px; margin-right: 15px; }
@media only screen and (min-width: 60em) { #players .sponsor-row .presented_by { text-align: right; } }
#players .sponsor-row .presented_by img { margin-left: 5px; }
#players .sponsor-row .sort { display: inline-block; width: 67%; height: 45px; line-height: 45px; }
@media only screen and (min-width: 20em) { #players .sponsor-row .sort { width: 100%; } }
@media only screen and (min-width: 60em) { #players .sponsor-row .sort { width: 67%; } }
#players .sponsor-row .sort > div { display: inline-block; width: 32%; text-align: center; height: 2em; line-height: 2em; cursor: pointer; }
#players .sponsor-row .sort > div.active { font-weight: bold; }
#players .sponsor-row .sponsor { line-height: 2em; background: #65CFE9; }
@media only screen and (min-width: 20em) { #players .sponsor-row .sponsor { display: block; float: left; width: 100%; text-align: center; } }
@media only screen and (min-width: 60em) { #players .sponsor-row .sponsor { display: inline-block; float: right; width: 15%; } }
#players .content-wrap, #players .page-wrap { background: #4a6690; }
#players.outer-wrap { background: #4a6690; }
#players #ad { background: #4a6690; position: relative; width: 100%; height: 100%; left: 0px; top: 0px; overflow: hidden; }
.players-content { background: #65CFE9; }
.players-content .sectionHeading { color: #FFFFFF; background: #2b4872; font-size: 18px; width: 100%; text-align: center; text-transform: uppercase; display: inline-block; height: 25px; line-height: 27px; font-weight: bold; }
.players-content .sectionHeading img { display: inline-block; line-height: 1em; height: 16px; padding-right: .5em; }
.players-content .section .men { float: left; width: 50%; }
.players-content .section .men .player:nth-child(even) { background: #65CFE9; }
.players-content .section .men .player:nth-child(odd) { background: #4a6690; }
.players-content .section .women { float: right; width: 50%; }
.players-content .section .women .player:nth-child(even) { background: #4a6690; }
.players-content .section .women .player:nth-child(odd) { background: #65CFE9; }
.players-content .section .player { width: 100%; display: block; position: relative; }
.players-content .section .player .player-name { display: inline-block; color: #FFFFFF; font-size: 1.4em; width: 80px; position: absolute; bottom: 10px; }
.players-content .section .player .player-name a { color: #FFFFFF; text-decoration: none; }
.players-content .section .player .player-name .last-name { font-weight: bold; }
.players-content .section .player .player-image { display: inline-block; position: relative; }
.players-content .section .player .player-image img { width: 56px; height: 75px; border: 1px solid #FFFFFF; margin: 10px; }
.players-content .section .player .player-image img.flag { width: 15px; height: 9px; position: absolute; bottom: 0px; left: 21px; display: block; }
/* End main players page */
/* Begin Seeded Player table */
#players-wrap { background: #4a6690; }
#players-wrap .tablePlayersWrapper { display: table; width: 100%; }
#players-wrap .tablePlayersWrapper .row a { padding-top: 0px; padding-bottom: 0px; color: #FFFFFF; text-decoration: none; }
@media only screen and (min-width: 20em) { #players-wrap .tablePlayersWrapper .row .long-name { display: none; } }
@media only screen and (min-width: 60em) { #players-wrap .tablePlayersWrapper .row .long-name { display: block; } }
#players-wrap .tablePlayersWrapper .row .short-name a { padding: 0px; color: #FFFFFF; text-decoration: none; }
@media only screen and (min-width: 20em) { #players-wrap .tablePlayersWrapper .row .short-name { display: block; } }
@media only screen and (min-width: 60em) { #players-wrap .tablePlayersWrapper .row .short-name { display: none; } }
#players-wrap .tablePlayersWrapper.seededPlayersWrapper .row:nth-child(odd) { background-color: #2b4872; }
#players-wrap .tablePlayersWrapper.seededPlayersWrapper .row:nth-child(even) { background: #405e89; }
@media only screen and (min-width: 20em) { #players-wrap .tablePlayersWrapper.seededPlayersWrapper { margin-left: 0px; padding-right: 0px; } }
@media only screen and (min-width: 60em) { #players-wrap .tablePlayersWrapper.seededPlayersWrapper { margin-left: 10px; padding-right: 9px; } }
@media only screen and (min-width: 20em) { #players-wrap .tablePlayersWrapper { padding-left: 0px; } }
@media only screen and (min-width: 60em) { #players-wrap .tablePlayersWrapper { padding-left: 20px; } }
#players-wrap .tablePlayersWrapper .header { display: table-row; text-align: left; text-transform: none; font-size: 14px; padding: 10px; height: 32px; background: #2b4872; color: #FFFFFF; }
#players-wrap .tablePlayersWrapper .divTableRow { display: table-row; }
#players-wrap .tablePlayersWrapper .divTableHeading { background-color: #EEE; display: table-header-group; }
#players-wrap .tablePlayersWrapper .divTableCell, #players-wrap .tablePlayersWrapper .divTableHead { border: 1px solid #999999; display: table-cell; padding: 3px 10px; }
#players-wrap .tablePlayersWrapper .divTableHeading { background-color: #EEE; display: table-header-group; font-weight: bold; }
#players-wrap .tablePlayersWrapper .divTableFoot { background-color: #EEE; display: table-footer-group; font-weight: bold; }
#players-wrap .tablePlayersWrapper .divTableBody { display: table-row-group; }
#players-wrap .tablePlayersWrapper .col_seed { width: 50%; }
#players-wrap .tablePlayersWrapper .col_pname, #players-wrap .tablePlayersWrapper .startingPrice, #players-wrap .tablePlayersWrapper .status, #players-wrap .tablePlayersWrapper .purchaseBtn { width: 100%; overflow: hidden; }
#players-wrap .tablePlayersWrapper .dates { min-width: 140px; text-align: center; position: absolute; top: 10px; left: 50%; }
#players-wrap .tablePlayersWrapper .purchaseBtn { width: 100%; text-align: center; }
#players-wrap .tablePlayersWrapper .purchaseBtn a { text-decoration: none; }
#players-wrap .tablePlayersWrapper .purchaseBtn span { border: solid 1px #FFFFFF; border-radius: 3px; font-size: 0.71429em; padding: 3px 20px; white-space: nowrap; }
#players-wrap .tablePlayersWrapper .purchaseBtn span.buyNow { background-color: #C85A19; }
#players-wrap .tablePlayersWrapper .purchaseBtn span.deposit { background-color: #3b8ede; }
#players-wrap .tablePlayersWrapper .row_flag { background: #4a6690; padding-left: 10px; padding-top: 10px; }
#players-wrap .tablePlayersWrapper .country_name { position: absolute; left: 100px; line-height: 20px; font-size: 24px; padding-top: 13px; font-weight: normal; }
#players-wrap .tablePlayersWrapper .col_separator { padding-left: 10px; font-size: 16px; border-bottom: 1px solid #65CFE9; }
#players-wrap .tablePlayersWrapper .col_participants { right: 8px; position: absolute; }
#players-wrap .tablePlayersWrapper .col_seed { width: 11%; float: left; text-align: center; }
#players-wrap .tablePlayersWrapper .col_pname { width: 31%; float: left; text-align: left; padding-left: 20px; }
#players-wrap .tablePlayersWrapper .col_result { width: 14%; float: left; text-align: center; }
#players-wrap .tablePlayersWrapper .col_opponent { width: 31%; float: left; text-align: left; padding-left: 20px; }
#players-wrap .tablePlayersWrapper .col_round { width: 12%; float: left; text-align: center; }
#players-wrap .tablePlayersWrapper .col_playername { width: 45%; float: left; padding-left: 10px; }
#players-wrap .tablePlayersWrapper .col_category { width: 55%; float: left; padding-left: 10px; }
#players-wrap .tablePlayersWrapper .header, #players-wrap .tablePlayersWrapper .row { overflow: hidden; position: relative; width: 100%; display: table-row; line-height: 30px; }
#players-wrap .tablePlayersWrapper .header div, #players-wrap .tablePlayersWrapper .row div { font-family: "Interstate-Black", Helvetica, Arial, sans-serif; display: block; font-size: 0.85714em; text-transform: none; vertical-align: middle; font-weight: bold; display: table-cell; }
#players-wrap .tablePlayersWrapper .header .col_category, #players-wrap .tablePlayersWrapper .row .col_category { border-left: 1px solid #65CFE9; border-bottom: 1px solid #65CFE9; border-right: 1px solid #65CFE9; }
#players-wrap .tablePlayersWrapper .header .col_playername, #players-wrap .tablePlayersWrapper .row .col_playername { border-bottom: 1px solid #65CFE9; }
#players-wrap .tablePlayersWrapper .header { display: table-row; }
#players-wrap .tablePlayersWrapper .row { padding-bottom: 10px; padding-bottom: 0; border-right: 1px solid #65CFE9; float: left; }
#players-wrap .tablePlayersWrapper .row:nth-child(odd) { background-color: #4a6690; }
#players-wrap .tablePlayersWrapper .row:nth-child(even) { background: #2b4872; }
#players-wrap .tablePlayersWrapper .row div { font-family: "Interstate-Regular", Helvetica, Arial, sans-serif; font-weight: normal; font-size: 1em; text-transform: none; color: #FFFFFF; height: 30px; border-left: 1px solid #65CFE9; overflow: hidden; /* overwrite display:table that's applied in .ticketPlanWrapper .row div */ }
#players-wrap .tablePlayersWrapper .row div .dateRange { display: inline-block; padding: 0; }
#players-wrap .tablePlayersWrapper .row .status { color: #cedf00; }
/* Begin Player detail page */
#playerProfile { /* Begin Player detail tab styles */ /* End Player detail tab styles */ /* End Player detail page */ /* Begin Player general styles */ /* End Player general styles */ /* Begin Draws custom styles */ /* End Draws custom styles */ /** scoring tables **/ }
#playerProfile.outer-wrap { background-color: #65CFE9; }
@media only screen and (min-width: 20em) { #playerProfile .content-wrap .player-wrap { float: left; margin-left: 15px; margin-top: 13px; }
#playerProfile .content-wrap .player-wrap .world-rank { display: block; float: right; position: absolute; right: 15px; color: #FFFFFF; }
#playerProfile .content-wrap .player-wrap .world-rank .seed { display: block; font-size: 14px; font-weight: bold; clear: both; width: 100%; text-align: right; }
#playerProfile .content-wrap .player-wrap .world-rank::after { content: "World Rank"; font-size: 12px; color: #FFFFFF; }
#playerProfile .content-wrap .player-wrap .player-image { display: inline-block; position: relative; float: left; }
#playerProfile .content-wrap .player-wrap .player-image img { width: 56px; height: 75px; border: 1px solid #FFFFFF; }
#playerProfile .content-wrap .player-wrap .player-image img.flag { width: 15px; height: 9px; position: absolute; bottom: 0px; left: 21px; display: block; }
#playerProfile .content-wrap .player-wrap .player-name { margin-top: 22px; margin-left: 15px; }
#playerProfile .content-wrap .player-wrap .player-name .name { display: block; font-weight: normal; float: left; }
#playerProfile .content-wrap .player-wrap .player-name .name .last-name { display: block; font-weight: bold; }
#playerProfile .content-wrap .player-wrap .flag { display: none; }
#playerProfile .content-wrap .player-wrap .player-info { margin-top: 15px; margin-bottom: 20px; } }
@media only screen and (min-width: 60em) { #playerProfile .content-wrap .player-wrap { float: left; margin-left: 15px; margin-top: 15px; }
#playerProfile .content-wrap .player-wrap .world-rank { display: none; }
#playerProfile .content-wrap .player-wrap .player-image { display: inline-block; position: relative; margin-bottom: 10px; float: left; }
#playerProfile .content-wrap .player-wrap .player-image img { width: 160px; height: 214px; border: 1px solid #FFFFFF; }
#playerProfile .content-wrap .player-wrap .player-image img.flag { display: none; }
#playerProfile .content-wrap .player-wrap .player-name { font-weight: bold; float: left; }
#playerProfile .content-wrap .player-wrap .player-name .name { display: block; font-weight: normal; float: left; }
#playerProfile .content-wrap .player-wrap .player-name .name .last-name { display: inline; font-weight: bold; }
#playerProfile .content-wrap .player-wrap .player-name .flag { display: block; float: right; margin-left: 9px; border: 1px solid #FFFFFF; width: 32px; height: 20px; margin-top: 3px; }
#playerProfile .content-wrap .section .men { float: left; width: 50%; }
#playerProfile .content-wrap .section .men .player:nth-child(even) { background: #65CFE9; }
#playerProfile .content-wrap .section .men .player:nth-child(odd) { background: #4a6690; }
#playerProfile .content-wrap .section .women { float: right; width: 50%; }
#playerProfile .content-wrap .section .women .player:nth-child(even) { background: #4a6690; }
#playerProfile .content-wrap .section .women .player:nth-child(odd) { background: #65CFE9; }
#playerProfile .content-wrap .section .player { width: 100%; display: block; }
#playerProfile .content-wrap .section .player .player-name { display: inline-block; color: #FFFFFF; font-size: 1.4em; width: 80px; font-weight: bold; }
#playerProfile .content-wrap .section .player .player-name a { color: #FFFFFF; text-decoration: none; }
#playerProfile .content-wrap .section .player .player-name::first-line { font-weight: normal; } }
@media screen and (max-width: 1295px) and (min-width: 1280px) { #playerProfile .content-wrap { width: 943px; } }
#playerProfile .tabSection { float: left; width: 100%; }
#playerProfile .tabSection .profileTabs { float: left; width: 100%; }
#playerProfile .tabSection .profileTabs ul.tabs { float: left; width: 100%; height: 40px; margin: 0px; padding: 0px; list-style: none; }
#playerProfile .tabSection .profileTabs ul.tabs li { width: 33.3%; float: left; list-style: none; padding: 0; margin: 0; text-align: center; height: 40px; background: #4a6590; color: #FFFFFF; line-height: 40px; text-transform: uppercase; border-right: 1px solid #65CFE9; }
#playerProfile .tabSection .profileTabs ul.tabs li:last-of-type { border-right: none; }
#playerProfile .tabSection .profileTabs ul.tabs li a { text-decoration: none; color: #FFFFFF; width: 100%; height: 100%; position: relative; display: block; }
#playerProfile .tabSection .profileTabs ul.tabs li.ui-tabs-active { height: 40px; background: #FFFFFF; color: #4a6690; margin-top: 0px; line-height: 40px; font-weight: bold; }
#playerProfile .tabSection .profileTabs ul.tabs li.ui-tabs-active a { color: #4a6690; }
#playerProfile .tabSection h2 { margin: 15px 0px; text-transform: uppercase; font-size: 1.0em; color: #0b233f; font-weight: bold; }
#playerProfile .tabSection .panel { float: left; width: 100%; padding-bottom: 20px; }
#playerProfile .panel .module { background: #ededef; float: left; width: 98%; margin: 8px; color: #0b233f; padding-left: 10px; padding-bottom: 10px; }
#playerProfile .panel .module .link { text-align: right; }
#playerProfile .panel .module.photos img { margin-left: 0px; margin-bottom: 20px; float: left; }
#playerProfile .panel .module.photos h2 + img { margin-left: 0; }
#playerProfile .panel .module.photos ul { float: left; width: 100%; height: 140px; list-style: none; margin: 0px; padding: 0px; }
#playerProfile .panel .module.photos ul li { list-style: none; float: left; width: 100%; margin: 0px 7px 0px 0px; padding: 0px; }
#playerProfile .panel .module.tournInfo div { border-top: solid 1px #EEE8F2; float: left; width: 100%; line-height: 25px; }
#playerProfile .panel .module.tournInfo h2 { margin-bottom: 10px; }
#playerProfile .panel .module.tournInfo div span { font-weight: bold; }
#playerProfile .panel .module.tournInfo h2 + div { border-top: none; }
#playerProfile .panel .module.tournInfo a { text-decoration: none; color: #0b233f; }
#playerProfile .panel .module.overview { border-bottom: none; }
#playerProfile .panel .module.overview table { width: 100%; }
#playerProfile .panel .module.overview tr td { padding: 0px 10px 10px 0px; }
#playerProfile .panel .module.grandslam { background: #ffffff; color: #000000; }
#playerProfile .panel .module.grandslam .resultsContainer { width: 100%; float: left; }
#playerProfile .panel .module.grandslam .bioResultsTbl { width: 100%; margin-bottom: 15px; }
#playerProfile .panel .module.grandslam .legend { display: none; float: right; width: 137px; margin-bottom: 10px; }
#playerProfile .panel .module.grandslam .legend .title { height: 26px; line-height: 26px; text-transform: uppercase; font-size: 1.0em !important; }
#playerProfile .panel .module.grandslam .legend div { padding: 0px 3px; font-size: 0.9em; }
#playerProfile .panel .module.grandslam .creditContainer { display: none; clear: right; float: right; width: 137px; font-size: 0.9em; }
#playerProfile .panel .module.grandslam .creditContainer .credit { float: left; width: 80px; }
#playerProfile .panel .module.grandslam .creditContainer img { float: right; }
#playerProfile .panel .module.news:first-child { padding-bottom: 0px; }
#playerProfile .panel .module.news ul { padding-left: 15px; margin: 0px; margin-bottom: 15px; }
#playerProfile #ms .module { background: #ffffff; color: #000000; }
#playerProfile .panel .module.stats .bioStatsTbl { width: 100%; margin-bottom: 15px; }
#playerProfile #ni .blueHeaderBar610 { background: #20344f; color: #FFFFFF; margin: 10px; height: 30px; line-height: 30px; padding-left: 10px; }
#playerProfile #ni .lightBlueBox610 { background: #ededef; margin: 0 10px 10px 10px; }
#playerProfile #ni .lightBlueBox610 .listColumn2 { padding: 10px; }
#playerProfile #ni .lightBlueBox610 .listColumn2 a { text-decoration: none; color: #0b233f; line-height: 20px; }
#playerProfile .tblGrid { background: #ffffff; }
#playerProfile .tblGrid td { background: #ededef; text-align: center; padding: 3px; }
#playerProfile .tblGrid td:first-child { text-align: left; }
#playerProfile .tblGrid tr:first-child td { height: 25px; background: #ededef; text-transform: uppercase; color: #0b233f; border-top: none; padding: 3px; font-weight: bold; }
#playerProfile .tblGrid tr:first-child + tr td { color: #FFFFFF; height: 24px; background: #20344f; font-size: 0.9em; border-top: none; padding: 3px; }
#playerProfile #pageHeaderContainer { background-color: #418FDE; text-transform: none; }
#playerProfile .presented_by { display: block; float: right; font-size: 10px; height: 45px; line-height: 54px; width: 100%; border-bottom: 1px solid #4a6690; }
#playerProfile .presented_by a { display: inline-block; float: right; padding-right: 15px; }
#playerProfile .presented_by a::before { content: "Presented by"; position: relative; color: #FFFFFF; top: -2px; left: -10px; display: inline-block; font-size: 12px; }
@media only screen and (min-width: 20em) { #playerProfile .presented_by a { float: none; } }
@media only screen and (min-width: 60em) { #playerProfile .presented_by a { float: right; } }
@media only screen and (min-width: 80em) { #playerProfile .presented_by a { float: right; } }
#playerProfile .presented_by a img { width: 146px; height: 16px; }
@media only screen and (min-width: 20em) { #playerProfile .presented_by { width: 100%; text-align: center; border-bottom: 1px solid #4a6690; } }
@media only screen and (min-width: 60em) { #playerProfile .presented_by { width: 100%; } }
#playerProfile .sponsor { display: block; float: right; }
#playerProfile .page-wrap { display: block; background: #4a6690; }
#playerProfile .content-wrap { background: #65CFE9; }
@media only screen and (min-width: 20em) { #playerProfile .content-wrap .player-wrap .image { display: inline-block; float: left; border: 1px solid #FFFFFF; }
#playerProfile .content-wrap .player-wrap .image img { width: 79px; height: 108px; display: inline-block; float: left; }
#playerProfile .content-wrap .player-wrap .player-info { width: 100%; }
#playerProfile .content-wrap .player-wrap .player-name { margin-top: 20px; } }
@media only screen and (min-width: 60em) { #playerProfile .content-wrap .player-wrap .image { display: inline-block; float: left; border: 1px solid #FFFFFF; }
#playerProfile .content-wrap .player-wrap .image img { width: 158px; height: 216px; display: inline-block; float: left; }
#playerProfile .content-wrap .player-wrap .player-info { margin-left: 18px; position: relative; float: right; width: 50%; }
#playerProfile .content-wrap .player-wrap .player-name { margin-top: 0px; } }
#playerProfile .content-wrap .player-wrap .player-name { padding-right: 20px; padding-bottom: 5px; float: left; font-size: 1.9em; display: inline-block; color: #FFFFFF; }
#playerProfile .content-wrap .player-wrap .player-info { color: #FFFFFF; display: block; float: left; font-size: 14px; position: relative; }
#playerProfile .content-wrap .player-wrap .player-info .field { display: block; float: left; font-size: 14px; clear: left; font-weight: bold; padding-right: 10px; padding-bottom: 5px; width: 100px; }
#playerProfile .content-wrap .player-wrap .player-info .field::after { content: ':'; color: #FFFFFF; position: relative; }
#playerProfile .content-wrap .player-wrap .player-info .data { font-size: 14px; float: left; display: inline-block; }
#playerProfile #scores .header-row, #playerProfile #draws .header-row { display: block; float: left; width: 100%; height: 45px; }
@media only screen and (min-width: 20em) { #playerProfile #scores .header-row .filter-dropdown.players-menu, #playerProfile #draws .header-row .filter-dropdown.players-menu { width: 52%; } }
@media only screen and (min-width: 60em) { #playerProfile #scores .header-row .filter-dropdown.players-menu, #playerProfile #draws .header-row .filter-dropdown.players-menu { width: 50%; } }
@media only screen and (min-width: 20em) { #playerProfile #scores .header-row, #playerProfile #draws .header-row { height: 90px; }
#playerProfile #scores .header-row::after, #playerProfile #draws .header-row::after { content: ""; width: 110%; position: relative; overflow: hidden; top: -38px; border-bottom: 1px solid #4a6690; display: block; left: -22px; } }
@media only screen and (min-width: 60em) { #playerProfile #scores .header-row, #playerProfile #draws .header-row { height: 45px; } }
#playerProfile #scores .header-row .filter select, #playerProfile #draws .header-row .filter select { width: 60% !important; }
@media only screen and (min-width: 60em) { #playerProfile #scores .header-row .filter-dropdown.players-menu, #playerProfile #draws .header-row .filter-dropdown.players-menu { width: 30%; } }
@media only screen and (min-width: 20em) { #playerProfile .courts2 { width: 100%; display: block; } }
@media only screen and (min-width: 60em) { #playerProfile .courts2 { width: 33%; display: inline-block; } }
/** photo gallery details **/
#gallery { position: absolute; top: 0px; left: 0px; /*bottom:95px;*/ bottom: 0; width: 100%; height: 100%; background: #000; text-align: left; }
#gallery_container { position: absolute; top: 0px; /*bottom:95px;*/ bottom: 0; width: 100%; height: 100%; }
#gallery_container img { display: block; }
.gallery_content { float: left; }
.gallery_content img { display: block; }
.photo_title { position: absolute; top: 0; left: 0; width: 100%; z-index: 2000; color: #FFFFFF; background: #000; text-align: center; }
.photo_title h1 { font-size: 16px; margin: 10px; color: #4FA2E5; }
.photo_title h2 { font-size: 14px; margin: 10px; }
.photo_title h3 { font-size: 12px; margin: 10px; }
@media only screen and (min-width: 40em) { .photo_title h1 { font-size: 24px; }
.photo_title h2 { font-size: 12px; }
.photo_title h3 { font-size: 11px; } }
.gnext, .gprev { display: block; width: 45%; height: 100%; position: absolute; top: 0px; bottom: 95px; z-index: 10; color: #FFFFFF; cursor: pointer; }
.gnext { background: url(/images/misc/uso_gallery_next.png) no-repeat right center; right: 0px; margin-right: 20px; }
.gprev { background: url(/images/misc/uso_gallery_prev.png) no-repeat left center; left: 0px; margin-left: 20px; }
#ad { position: absolute; width: 100%; /*height:110px;*/ left: 0px; bottom: -15px; background: #000000; z-index: 1999; overflow: hidden; }
#ad #ad_container { width: 320px; height: 50px; margin: 0px auto; }
@media only screen and (min-width: 60em) { #ad #ad_container { width: 728px; height: 90px; } }
@media only screen and (min-width: 80em) { #ad #ad_container { width: 960px; height: 90px; } }
#ad #ad_container #ad_frame { float: left; width: 100%; height: 100%; margin: 0; padding: 0; }
#social_gallery { position: absolute; bottom: 90px; right: 10px; width: auto; z-index: 2000; display: block; }
@media only screen and (min-width: 40em) { #social_gallery { bottom: 170px; } }
@media screen and (orientation: landscape) { #social_gallery { bottom: 140px; } }
#social_gallery .share { float: left; margin-left: 10px; }
#social_gallery .btn_pn { width: 65px; text-align: left; }
.trans { filter: alpha(opacity=75); -moz-opacity: 0.75; -khtml-opacity: 0.75; opacity: 0.75; }
#gallery_message_prev, #gallery_message_next { position: absolute; top: 0; bottom: 95px; display: none; color: #FFFFFF; width: 25%; font-weight: bold; z-index: 9; font-size: 1em; font-family: "Interstate-Light", Helvetica, Arial, sans-serif; }
#gallery_message_prev .message_content, #gallery_message_next .message_content { display: none; text-shadow: #000000 1px 1px 1px; }
@media only screen and (min-width: 40em) { #gallery_message_prev, #gallery_message_next { font-size: 2em; }
#gallery_message_prev .message_content, #gallery_message_next .message_content { display: block; } }
#gallery_message_prev { left: 0; text-align: left; margin-left: 70px; }
#gallery_message_next { right: 0; margin-right: 70px; text-align: right; }
#message_content { position: absolute; bottom: 0; width: 100%; }
#gallery_close { position: absolute; top: 10px; right: 10px; color: #FFFFFF; font-weight: bold; font-size: 14px; z-index: 2000; }
#gallery_close a { text-decoration: none; color: #FFFFFF; display: block; width: 33px; height: 33px; background-image: url("/images/misc/gallery_close.png"); }
#gallery_close a:hover { background-image: url("/images/misc/gallery_close_hover.png"); }
#galleryNavContainer { display: none !important; }
@media only screen and (min-width: 40em) { #galleryNavContainer { display: inline !important; position: absolute; width: 100%; height: 80px; /*bottom: 0;*/ bottom: 35px; left: 0; z-index: 20; background: #000000; } }
@media only screen and (min-width: 60em) { #galleryNavContainer { bottom: 75px; } }
#galleryNavContainer .disabled { background: transparent; cursor: default; }
.thumb_prev { position: absolute; left: 0; display: block; width: 20px; height: 80px; background: url("/images/misc/uso_gallery_thumbs_prev.png") no-repeat top left; cursor: pointer; }
.thumb_next { position: absolute; right: 0; display: block; width: 20px; height: 80px; background: url("/images/misc/uso_gallery_thumbs_next.png") no-repeat top left; cursor: pointer; }
#galleryThumbControl { position: absolute; width: 80px; height: 20px; bottom: 80px; left: 50%; margin-left: -40px; background: #000; cursor: pointer; }
#galleryThumbControl.downarrow { background: url("/images/misc/uso_gallery_thumbs_down.png") no-repeat top left; }
#galleryThumbControl.uparrow { background: url("/images/misc/uso_gallery_thumbs_up.png") no-repeat top left; }
#galleryThumbsContainer { margin-left: 25px; }
#galleryThumbsContainer .caroufredsel_wrapper { width: 75% !important; margin: 0px auto !important; }
@media only screen and (min-width: 40em) { #galleryThumbsContainer .caroufredsel_wrapper { width: 90% !important; } }
#galleryThumbsContainer .gallery_thumbs .gallery_thumb { float: left; list-style: none; margin: 5px; width: 105px; height: 70px; text-align: center; }
#galleryThumbsContainer .gallery_thumbs .gallery_thumb.selected img { border: 2px solid #FFFFFF; margin: -2px; }
#galleryThumbsContainer .gallery_thumbs .gallery_thumb img { display: inline; cursor: pointer; }
/* shared wrapper */
#sharedWrapper .wrapper_content { padding: 10px 8px; clear: both; min-height: 500px; }
/*** submenu bar ***/
#subMenuBar { background-color: #FFFFFF; position: fixed; bottom: 83px; width: 100%; height: 31px; line-height: 30px; padding-top: 20px; text-align: center; border: 0; }
#subMenuBar a { color: #000000; margin: 0 1%; }
#subMenuBar a.active { border-bottom: 2px solid #333333; }
#subMenuBar .innerVert { white-space: nowrap; width: auto; }
/*** filter type dropdown ***/
.dropdownWrap { text-align: center; height: 32px; width: 100%; margin: 5px auto 7px auto; }
.dropdownWrap a { display: block; line-height: 24px; font-size: 14px; text-transform: uppercase; text-decoration: none; cursor: pointer; }
.dropdownWrap a.selected { width: auto; height: 22px; line-height: 18px; border: none; font-size: 15px; background: none; float: left; text-transform: none; }
.dropdownWrap .tabs { width: auto; margin: 0 auto; position: relative; height: auto !important; min-width: 300px; }
.dropdownWrap .tabs a { display: none; position: relative; }
.dropdownWrap .tabs a.selected { display: block; }
.dropdownWrap .tabs a.selected:after, .dropdownWrap .tabs a:first-child:after { content: " "; position: absolute; right: 2px; top: 2px; width: 26px; height: 28px; }
.dropdownWrap .tabs a.selected.bold_txt, .dropdownWrap .tabs a:first-child.bold_txt { color: #000; font-size: 2.3em; }
.dropdownWrap .tabs.open { z-index: 200; position: absolute; background: #0c223f; color: #FFFFFF; }
.dropdownWrap .tabs.open a { display: block; color: #FFFFFF; width: 310px; text-transform: none; float: left; clear: left; text-align: left; font-size: 15px; }
.dropdownWrap .tabs.open a.selected { width: auto; filter: none; }
.dropdownWrap .tabs.open a.selected:after { display: none; content: " "; }
.dropdownWrap .tabs.open a.disabled { color: #CCCCCC; cursor: default; }
.dropdownWrap .tabs.open a:first-child:after { display: block; }
.dropdownWrapper { text-align: center; height: 32px; width: 100%; margin: 5px auto 7px auto; }
.dropdownWrapper a { display: block; line-height: 24px; font-size: 14px; text-transform: uppercase; text-decoration: none; cursor: pointer; }
.dropdownWrapper a.selected { width: calc(100% - 4px); height: 32px; line-height: 32px; border: 2px solid #FFFFFF; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; background-color: rgba(255, 255, 255, 0.3); font-size: 14px; }
.ie8 .dropdownWrapper a.selected { -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#4DFFFFFF', endColorstr='#4DFFFFFF')"; }
.dropdownWrapper .tabs { width: 100%; margin: 0 auto; position: relative; height: auto !important; }
.dropdownWrapper .tabs a { display: none; position: relative; }
.dropdownWrapper .tabs a.selected { display: block; }
.dropdownWrapper .tabs a.selected:after, .dropdownWrapper .tabs a:first-child:after { content: " "; position: absolute; right: 2px; top: 2px; width: 26px; height: 28px; background: url("/images/misc/filter_arrow_sprite.png") no-repeat 0 0; }
.dropdownWrapper .tabs a.selected.bold_txt, .dropdownWrapper .tabs a:first-child.bold_txt { color: #000; font-size: 2.3em; }
.dropdownWrapper .tabs.open { z-index: 200; }
.dropdownWrapper .tabs.open a { display: block; color: #333333; width: 100%; background-color: #FFFFFF; }
.dropdownWrapper .tabs.open a.selected { width: calc(100% - 4px); background-color: #333333; filter: none; }
.dropdownWrapper .tabs.open a.selected:after { display: none; content: " "; }
.dropdownWrapper .tabs.open a.disabled { color: #CCCCCC; cursor: default; }
.dropdownWrapper .tabs.open a:hover { background: #333333; color: #FFFFFF; }
.dropdownWrapper .tabs.open a:first-child:after { display: block; }
/*** tabs --> dropdowns ***/
.tabWrapper { text-align: center; }
.tabWrapper a { display: block; line-height: 24px; text-transform: uppercase; text-decoration: none; }
.tabWrapper .tabs { width: 100%; margin: 0 auto; position: relative; }
.tabWrapper .tabs a { display: none; position: relative; }
.tabWrapper .tabs a .label { display: none; }
.tabWrapper .tabs a.selected { line-height: 32px; width: calc(100% - 4px); display: block; color: #FFFFFF; }
.tabWrapper .tabs a.selected:after, .tabWrapper .tabs a:first-child:after { content: " "; position: absolute; right: 2px; top: 2px; width: 26px; height: 28px; background: url("/images/misc/filter_arrow_sprite.png") no-repeat 0 0; }
.tabWrapper .tabs a.selected.bold_txt, .tabWrapper .tabs a:first-child.bold_txt { color: #000; font-size: 2.3em; }
.tabWrapper .tabs.open { z-index: 501; }
.tabWrapper .tabs.open a { display: block; color: #333333; width: 100%; background-color: #FFFFFF; }
.tabWrapper .tabs.open a.selected { width: calc(100% - 4px); color: #FFFFFF; background-color: #333333; filter: none; }
.tabWrapper .tabs.open a.selected:after { display: none; content: " "; }
.tabWrapper .tabs.open a.disabled { color: #CCCCCC; cursor: default; }
.tabWrapper .tabs.open a:hover { background: #333333; color: #FFFFFF; }
.tabWrapper .tabs.open a:first-child:after { display: block; }
.tabWrapper.title { display: none; }
.tabWrapper.borders { margin-top: 2.08em; }
/*********** General Content Styles - mainly used for Tickets
**********/
.general_content { width: 100%; position: relative; overflow: hidden; font-size: 14px; /* mobile entry accordian settings */ }
.general_content.blue { background-color: #65CFE9; color: #FFFFFF; }
.general_content.light_blue { background-color: #405e89; color: #FFFFFF; }
.general_content h3 { font-size: 1.71429em; padding-top: 20px; }
.general_content h3 a { text-decoration: none; }
.general_content h3.hospitality a { text-decoration: underline; }
.general_content h4 { font-size: 1.28571em; padding-top: 20px; }
.general_content p { padding-top: 20px; line-height: 1.4em; }
@media only screen and (min-width: 60em) { .general_content p { line-height: 1.8em; } }
.general_content p:first-child { padding-top: 20px; }
.general_content ul, .general_content ol { padding-top: 10px; margin-left: 40px; }
.general_content li { line-height: 1.4em; }
@media only screen and (min-width: 60em) { .general_content li { line-height: 1.8em; } }
.general_content hr { float: left; background-color: #4a6690; border: none; clear: both; color: #4a6690; height: 1px; margin: 20px 0; width: 100%; }
.general_content hr + h3, .general_content hr + h4 { padding-top: 0; }
.general_content div.leftAlign + hr, .general_content div.rightAlign + hr { height: 2px; background-color: #0c223f; }
.general_content .promoWrapper { padding: 20px 10px; background-color: #405e89; }
@media only screen and (min-width: 40em) { .general_content .promoWrapper { padding: 20px; } }
.general_content .promoWrapper .left h2 { font-size: 1.71429em; }
.general_content .promoWrapper .left h4 a { text-decoration: none; }
@media only screen and (min-width: 40em) { .general_content .promoWrapper .left { float: left; width: 100%; padding-right: 10px; } }
@media only screen and (min-width: 60em) { .general_content .promoWrapper .left { float: left; width: 33%; padding-right: 10px; } }
.general_content .promoWrapper .promo { width: 32%; height: 175px; display: inline-table; position: relative; }
.general_content .promoWrapper .promo span { display: table-cell; vertical-align: middle; text-align: center; font-size: 1.71429em; }
.general_content .promoWrapper .promo.center { display: none; }
@media only screen and (min-width: 60em) { .general_content .promoWrapper .promo.center { display: inline-table; width: 32%; margin-left: 0px; margin-right: 15px; } }
.general_content .promoWrapper .promo.right { display: none; }
@media only screen and (min-width: 60em) { .general_content .promoWrapper .promo.right { display: inline-table; } }
.general_content .stadiumWrapper { background-color: #405e89; overflow: hidden; padding: 20px 5px; }
@media only screen and (min-width: 40em) { .general_content .stadiumWrapper { padding: 20px; } }
.general_content .stadiumWrapper h3:first-child { padding-top: 0px; }
.general_content .stadiumWrapper .left h4 { padding-top: 10px; }
.general_content .stadiumWrapper .left h4 + p { padding-top: 0; }
@media only screen and (min-width: 40em) { .general_content .stadiumWrapper .left { float: left; width: 33%; padding-right: 10px; display: inline; } }
.general_content .stadiumWrapper .stadiumContainer { padding-top: 20px; }
@media only screen and (min-width: 40em) { .general_content .stadiumWrapper .stadiumContainer { /*@include float(left);*/ float: none; padding-top: 0; width: 90%; margin: 0px auto; } }
.general_content .stadiumWrapper .stadiumContainer .stadium { float: left; font-family: "Interstate-Thin", Helvetica, Arial, sans-serif; text-align: center; padding: 0px; width: 33%; }
@media only screen and (min-width: 40em) { .general_content .stadiumWrapper .stadiumContainer .stadium { padding: 0 15px; } }
.general_content .stadiumWrapper .stadiumContainer .stadium img { max-width: 70px; }
@media only screen and (min-width: 40em) { .general_content .stadiumWrapper .stadiumContainer .stadium img { max-width: 85px; } }
.general_content .stadiumWrapper .stadiumContainer .stadium h5 { font-weight: none; padding-top: 5px; font-size: 0.85714em; }
@media only screen and (min-width: 40em) { .general_content .stadiumWrapper .stadiumContainer .stadium h5 { font-weight: bold; font-size: 1em; } }
.general_content .stadiumWrapper .stadiumContainer .stadium p { font-size: 0.85714em; line-height: 1.3em; padding-top: 0; text-align: center; }
@media only screen and (min-width: 40em) { .general_content .stadiumWrapper .stadiumContainer .stadium p { font-size: 1em; } }
@media only screen and (min-width: 60em) { .general_content .stadiumWrapper .stadiumContainer .stadium p { white-space: nowrap; } }
.general_content .stadiumWrapper .stadiumContainer .stadium .seatView { display: none; }
@media only screen and (min-width: 40em) { .general_content .stadiumWrapper .stadiumContainer .stadium .seatView { display: block; } }
@media only screen and (min-width: 40em) { .general_content .stadiumWrapper.ticketPlans .stadiumContainer { float: left; width: 66%; } }
.general_content .general_full { overflow: hidden; padding: 20px; width: 100%; }
.general_content .general_full h3 { clear: both; }
@media only screen and (min-width: 60em) { .general_content .general_full.background { background: transparent url(/images/misc/bg_twocolumns.png) repeat-y 0 0; background-size: contain; background-position: center; } }
.general_content .general_full.calendar { padding: 0px; }
@media only screen and (min-width: 40em) { .general_content .general_full.calendar { padding: 20px 0px; } }
.general_content .general_full .intro { padding-bottom: 20px; }
@media only screen and (min-width: 40em) { .general_content .general_full .intro { border-bottom: solid 1px #4a6690; } }
@media only screen and (min-width: 60em) { .general_content .general_full .intro { float: left; width: 68%; padding-right: 20px; } }
.general_content .general_full .intro h3:first-child { padding-top: 0px; }
@media only screen and (min-width: 60em) { .general_content .general_full .leftAlign { float: left; width: 68%; padding-right: 20px; } }
.general_content .general_full .rightAlign { padding-top: 20px; padding-left: 10px; /* responsiveImg in the right column that adjust the size of the image relative to the container width used to adjust the sponsors logos on travel packages */ }
@media only screen and (min-width: 60em) { .general_content .general_full .rightAlign { float: right; padding-top: 0; width: 32%; } }
.general_content .general_full .rightAlign.lightBlue { background-color: #405e89; }
.general_content .general_full .rightAlign.embed { margin: -20px; padding: 20px; }
@media only screen and (min-width: 40em) { .general_content .general_full .rightAlign.embed { margin: -20px; } }
@media only screen and (min-width: 60em) { .general_content .general_full .rightAlign.embed { padding: 20px 20px; } }
.general_content .general_full .rightAlign .responsiveImg { text-align: center; }
.general_content .general_full .rightAlign .responsiveImg img { max-width: 100%; }
.general_content .general_full .rightAlign h3:first-child { padding-top: 0px; }
.general_content .general_full .rightAlign hr { background-color: #6a89b9; color: #6a89b9; }
.general_content .general_full .selectDatesCalendar { display: none; }
@media (min-width: 576px) { .general_content .general_full .selectDatesCalendar { display: block; } }
.general_content .general_full .selectDatesCalendar .date { display: inline-block; cursor: pointer; }
.general_content .general_full .selectDatesCalendar .date .date-as-calendar { border: 1px solid #418FDE; background-color: #FFFFFF; width: 56px; height: 56px; margin: 8px; }
@media (min-width: 576px) { .general_content .general_full .selectDatesCalendar .date .date-as-calendar { width: 72px; height: 72px; display: inline-block; margin: 5px; } }
@media (min-width: 768px) { .general_content .general_full .selectDatesCalendar .date .date-as-calendar { width: 100px; height: 100px; display: inline-block; margin: 4px; } }
@media (min-width: 1024px) { .general_content .general_full .selectDatesCalendar .date .date-as-calendar { width: 120px; height: 120px; display: inline-block; margin: 10px; } }
@media (min-width: 1280px) { .general_content .general_full .selectDatesCalendar .date .date-as-calendar { width: 134px; height: 134px; display: inline-block; margin: 19px; } }
.general_content .general_full .selectDatesCalendar .date .date-as-calendar .day { font-size: 1.71429em; top: 1em; height: 30px; line-height: 30px; }
@media (min-width: 768px) { .general_content .general_full .selectDatesCalendar .date .date-as-calendar .day { top: 1.5em; } }
@media (min-width: 1024px) { .general_content .general_full .selectDatesCalendar .date .date-as-calendar .day { font-size: 3em; top: .8em; height: 65px; line-height: 65px; } }
.general_content .general_full .selectDatesCalendar .date .date-as-calendar .month { line-height: normal; }
@media only screen and (min-width: 40em) { .general_content .general_full .selectDatesCalendar .date .date-as-calendar .month { top: 5px; } }
@media only screen and (min-width: 60em) { .general_content .general_full .selectDatesCalendar .date .date-as-calendar .month { top: 10px; font-size: 1.28571em; } }
.general_content .general_full .selectDatesCalendar .date .date-as-calendar .weekday { line-height: normal; line-height: normal; }
@media only screen and (min-width: 40em) { .general_content .general_full .selectDatesCalendar .date .date-as-calendar .weekday { bottom: 10px; } }
@media only screen and (min-width: 60em) { .general_content .general_full .selectDatesCalendar .date .date-as-calendar .weekday { bottom: 15px; font-size: 1.28571em; } }
.general_content .general_full .selectDatesCalendar .date.select { background-color: #C1C6C8; cursor: pointer; }
.general_content .general_full .selectDatesCalendar .date.select .date-as-calendar { border: 1px solid #418FDE; }
.general_content .general_full .selectDatesCalendar .date.disabled { border-color: #7b8caa; cursor: default; }
.general_content .general_full .selectDatesCalendar .date.disabled .day, .general_content .general_full .selectDatesCalendar .date.disabled .month, .general_content .general_full .selectDatesCalendar .date.disabled .weekday { color: #7b8caa; }
.general_content .general_full .selectDatesCalendar .ticket_row { text-align: center; }
.general_content .general_full .selectDatesInfo { background-color: #C1C6C8; width: 100%; padding: 0 5%; float: left; position: relative; display: inline-block; }
@media (min-width: 576px) { .general_content .general_full .selectDatesInfo { width: 100%; margin: 0 auto; display: none; padding: 10px; } }
.general_content .general_full .selectDatesInfo.show { display: inline-block; }
.general_content .general_full .selectDatesInfo .ticketWrapper { text-align: center; width: 100%; }
.general_content .general_full .selectDatesInfo .ticketWrapper .date { height: 75px; position: relative; background: #FFFFFF; border: 1px solid #418FDE; padding: 5px; margin: 10px 0px; cursor: pointer; }
.general_content .general_full .selectDatesInfo .ticketWrapper .date .arrow_down { margin-right: 10px; margin-top: 25px; width: 17px; height: 9px; background: url("/images/nav/chevron-down.png") 0 0; display: inline-block; float: right; cursor: pointer; background-size: 17px 9px; }
.general_content .general_full .selectDatesInfo .ticketWrapper .date .arrow_down.open { background: url("/images/nav/chevron-up.png") 0 0; background-size: 17px 9px; }
.general_content .general_full .selectDatesInfo .ticketWrapper .date.mobile { display: block; }
@media (min-width: 576px) { .general_content .general_full .selectDatesInfo .ticketWrapper .date.mobile { display: none; } }
.general_content .general_full .selectDatesInfo .ticketWrapper .ticket_row { display: block; vertical-align: top; }
.general_content .general_full .selectDatesInfo .ticketWrapper .ticket_row.disabled { border-color: #7b8caa; cursor: default; }
.general_content .general_full .selectDatesInfo .ticketWrapper .ticket_row.disabled .date { cursor: default; }
.general_content .general_full .selectDatesInfo .ticketWrapper .ticket_row.disabled .day, .general_content .general_full .selectDatesInfo .ticketWrapper .ticket_row.disabled .month, .general_content .general_full .selectDatesInfo .ticketWrapper .ticket_row.disabled .weekday, .general_content .general_full .selectDatesInfo .ticketWrapper .ticket_row.disabled .arrow_down { color: #7b8caa; }
.general_content .general_full .selectDatesInfo .ticketWrapper .stadium_ticket { display: none; width: 100%; height: auto; background-color: #FFFFFF; position: relative; margin: 5px 0px; border: 1px solid #888B8D; text-align: left; overflow: hidden; vertical-align: top; /* @include breakpoint(landscape) { width: 48%; margin: 10px 5px;height: 315px; } */ /* @include breakpoint(tablet) { width: 48%; height: 245px; } */ }
.general_content .general_full .selectDatesInfo .ticketWrapper .stadium_ticket.show { display: inline-block; }
.general_content .general_full .selectDatesInfo .ticketWrapper .stadium_ticket .titleHeader { width: 100%; background-color: #f3f3f3; padding: 5px; border-bottom: 1px solid #888B8D; }
.general_content .general_full .selectDatesInfo .ticketWrapper .stadium_ticket .titleHeader h2 { display: inline-block; width: 60%; margin: 0 0 0 20px; font-family: "Interstate-Light", Helvetica, Arial, sans-serif; font-size: 1.14286em; color: #4A4A4A; }
@media (min-width: 576px) { .general_content .general_full .selectDatesInfo .ticketWrapper .stadium_ticket .titleHeader h2 { font-size: 1.71429em; width: 80%; } }
@media (min-width: 768px) { .general_content .general_full .selectDatesInfo .ticketWrapper .stadium_ticket .titleHeader h2 { font-size: 2em; width: 80%; } }
.general_content .general_full .selectDatesInfo .ticketWrapper .stadium_ticket .titleHeader h3 { display: inline-block; width: 60%; margin: 0 0 0 20px; padding: 0; font-family: "Interstate-Light", Helvetica, Arial, sans-serif; font-size: 1em; color: #4A4A4A; }
@media (min-width: 576px) { .general_content .general_full .selectDatesInfo .ticketWrapper .stadium_ticket .titleHeader h3 { font-size: 1.28571em; width: 80%; } }
@media (min-width: 768px) { .general_content .general_full .selectDatesInfo .ticketWrapper .stadium_ticket .titleHeader h3 { font-size: 1.71429em; width: 80%; } }
.general_content .general_full .selectDatesInfo .ticketWrapper .stadium_ticket .titleHeader h3 a { color: #4A4A4A; }
.general_content .general_full .selectDatesInfo .ticketWrapper .stadium_ticket .titleHeader .amt { float: right; text-align: right; width: 30%; display: inline-block; font-size: 1.14286em; font-family: "Interstate-Light", Helvetica, Arial, sans-serif; color: #FFFFFF; }
@media only screen and (min-width: 60em) { .general_content .general_full .selectDatesInfo .ticketWrapper .stadium_ticket .titleHeader .amt { font-size: 1.28571em; width: 20%; } }
.general_content .general_full .selectDatesInfo .ticketWrapper .stadium_ticket .info { display: inline-block; padding: 5px; font-family: "Interstate-Light", Helvetica, Arial, sans-serif; font-size: 1em; width: 94%; margin: 0 3%; border-top: 1px solid gray; }
@media only screen and (min-width: 40em) { .general_content .general_full .selectDatesInfo .ticketWrapper .stadium_ticket .info { font-size: 1.14286em; } }
@media only screen and (min-width: 60em) { .general_content .general_full .selectDatesInfo .ticketWrapper .stadium_ticket .info { padding: 10px; width: 45%; margin: 0 2%; border: none; } }
.general_content .general_full .selectDatesInfo .ticketWrapper .stadium_ticket .info .ticket_row { display: block; padding-top: 10px; }
.general_content .general_full .selectDatesInfo .ticketWrapper .stadium_ticket .info .ticket_name { display: block; padding-right: 5px; }
.general_content .general_full .selectDatesInfo .ticketWrapper .stadium_ticket .info .ticket_desc { padding-left: 10px; font-size: 1em; }
@media only screen and (min-width: 60em) { .general_content .general_full .selectDatesInfo .ticketWrapper .stadium_ticket .info .ticket_desc { padding-left: 20px; } }
.general_content .general_full .selectDatesInfo .ticketWrapper .stadium_ticket .info .ticket_desc ul { padding-top: 0; margin-left: 20px; }
.general_content .general_full .selectDatesInfo .ticketWrapper .stadium_ticket .info .ticket_desc ul li { line-height: 1.6em; }
.general_content .general_full .selectDatesInfo .ticketWrapper .stadium_ticket .info.compact-info { width: 100% !important; padding: 10px 2% !important; margin: 0 !important; }
.general_content .general_full .selectDatesInfo .ticketWrapper .stadium_ticket .tickets { display: block; width: 100%; padding: 5px; vertical-align: top; font-family: "Interstate-Regular", Helvetica, Arial, sans-serif; font-weight: normal; }
@media only screen and (min-width: 60em) { .general_content .general_full .selectDatesInfo .ticketWrapper .stadium_ticket .tickets { display: inline-block; width: 50%; } }
.general_content .general_full .selectDatesInfo .ticketWrapper .stadium_ticket .tickets .single_ticket { padding: 12px 0px; font-size: 1.14286em; }
.general_content .general_full .selectDatesInfo .ticketWrapper .stadium_ticket .tickets .session { display: inline-block; width: 10%; text-align: center; vertical-align: top; }
.general_content .general_full .selectDatesInfo .ticketWrapper .stadium_ticket .tickets .time { display: inline-block; width: 30%; text-align: center; vertical-align: top; }
@media only screen and (min-width: 40em) { .general_content .general_full .selectDatesInfo .ticketWrapper .stadium_ticket .tickets .time { width: 22%; } }
@media only screen and (min-width: 60em) { .general_content .general_full .selectDatesInfo .ticketWrapper .stadium_ticket .tickets .time { width: 22%; } }
.general_content .general_full .selectDatesInfo .ticketWrapper .stadium_ticket .tickets .event { display: inline-block; vertical-align: top; width: 60%; }
@media only screen and (min-width: 40em) { .general_content .general_full .selectDatesInfo .ticketWrapper .stadium_ticket .tickets .event { width: 45%; } }
@media only screen and (min-width: 60em) { .general_content .general_full .selectDatesInfo .ticketWrapper .stadium_ticket .tickets .event { width: 45%; } }
.general_content .general_full .selectDatesInfo .ticketWrapper .stadium_ticket .tickets .link { display: block; text-align: center; margin: 20px 0 0 0; }
@media (min-width: 576px) { .general_content .general_full .selectDatesInfo .ticketWrapper .stadium_ticket .tickets .link { display: inline-block; vertical-align: top; width: 20%; margin: 0; } }
.general_content .general_full .selectDatesInfo .ticketWrapper .stadium_ticket .tickets .link a { text-decoration: none; cursor: pointer; text-transform: uppercase; white-space: nowrap; color: #FFFFFF; background-color: #418FDE; padding: 5px 10px; font-family: "Interstate-Regular", Helvetica, Arial, sans-serif; font-weight: normal; }
@media (min-width: 768px) { .general_content .general_full .selectDatesInfo .ticketWrapper .stadium_ticket .tickets .link a { padding: 5px 10px; } }
.general_content .general_full .selectDatesInfo .ticketWrapper .stadium_ticket .highlight { font-size: 0.57143em; /*color: #7b8caa*/ color: #4A4A4A; text-transform: uppercase; font-family: "Interstate-Light", Helvetica, Arial, sans-serif; }
@media only screen and (min-width: 40em) { .general_content .general_full .selectDatesInfo .ticketWrapper .stadium_ticket .highlight { font-size: 0.71429em; } }
@media only screen and (min-width: 60em) { .general_content .general_full .selectDatesInfo .ticketWrapper .stadium_ticket .highlight { font-size: 0.85714em; } }
.general_content .general_full .selectDatesInfo .ticketWrapper .stadium_ticket .highlight.link { display: none; }
.general_content .general_right { background-color: #405e89; color: #FFFFFF; padding: 20px; }
@media only screen and (min-width: 60em) { .general_content .general_right { float: right; width: 32%; } }
.general_content .general_left { background-color: #65CFE9; color: #FFFFFF; padding: 20px; }
@media only screen and (min-width: 60em) { .general_content .general_left { float: left; width: 68%; } }
.general_content .linkBtn { background: #243e61 url(/images/misc/arrow_right_ltblue.png) no-repeat 90% 50%; border: solid 1px #6a89b9; font-size: 0.84615em; margin-top: 20px; padding: 0.5em; text-align: center; text-transform: uppercase; width: 100%; }
.general_content .linkBtn a { font-family: "Interstate-Bold", Helvetica, Arial, sans-serif; color: #a7cbff; display: block; text-decoration: none; }
.general_content .teaser { background: #243e61; clear: both; color: #a7cbff; border: solid 1px #6a89b9; margin-top: 20px; padding: 0.5em; width: 100%; }
.general_content .teaser h4 { font-family: "Interstate-Regular", Helvetica, Arial, sans-serif; font-weight: normal; padding-top: 0.5em; }
.general_content .teaser p { padding-top: 0.5em; }
.general_content .q { font-size: 1.28571em; padding-top: 20px; }
.general_content .a p { padding-top: 0; margin-left: 17px; text-indent: -15px; }
.general_content .a p:before { content: ' \25CF'; font-size: 10px; padding-right: 10px; }
.general_content .accordion { background-color: #f3f3f3; }
.general_content #accordian_container > h3 { background: #FFFFFF url(/images/misc/accordion_open.png) no-repeat 95% 50%; color: #4A4A4A; font-family: "Interstate-Light", Helvetica, Arial, sans-serif; border: solid 1px #C1C6C8; margin-top: 20px; padding: 0.5em; width: 100%; padding-top: 10px; }
.general_content #accordian_container .accordian-cnt { padding: 5px; }
.general_content #accordian_container .accordian-cnt .wrapped img { display: inline; vertical-align: top; }
@media only screen and (min-width: 40em) { .general_content #accordian_container .accordian-cnt .wrapped img { width: 50%; } }
@media only screen and (min-width: 60em) { .general_content #accordian_container .accordian-cnt .wrapped img { width: 33%; } }
.general_content #accordian_container .accordian-cnt img { width: 100%; height: auto; }
.general_content .siteDetailContainer { width: 100%; padding-right: 16px; padding-left: 16px; margin-right: auto; margin-left: auto; }
.general_content .siteDetailContainer .intro { position: relative; width: 100%; min-height: 1px; padding-right: 16px; padding-left: 16px; }
@media (min-width: 576px) { .general_content .siteDetailContainer .intro { margin-left: 8.33333%; flex: 0 0 83.33333%; max-width: 83.33333%; } }
.general_content .siteDetailContainer .siteDetail { position: relative; width: 100%; min-height: 1px; padding-right: 16px; padding-left: 16px; font-size: 1.3rem; }
@media (min-width: 576px) { .general_content .siteDetailContainer .siteDetail { margin-left: 8.33333%; flex: 0 0 83.33333%; max-width: 83.33333%; } }
.headerImg { margin-bottom: -3px; position: relative; /*display: inline;*/ display: block; }
.headerImg img { width: 100%; color: transparent; }
.headerImg .headerImgNav { width: 100%; display: inline-block; position: absolute; height: auto; left: 0px; bottom: 3px; background-color: transparent; background-color: rgba(36, 62, 97, 0.7); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B3243E61,endColorstr=#B3243E61); zoom: 1; text-align: center; padding-top: 5px; }
.headerImg .headerImgNav .navItem { background-color: #418FDE; color: #FFFFFF; display: inline-block; padding: 10px 5px 5px; height: 40px; text-align: center; margin: 2px; width: 145px; font-size: 12px; cursor: pointer; vertical-align: middle; }
.headerImg .headerImgNav .navItem.active { background-color: #C85A19; }
@media only screen and (min-width: 40em) { .headerImg .headerImgNav .navItem { width: 300px; font-size: 16px; margin: 5px; height: 25px; padding: 5px; } }
table caption { height: 0; visibility: hidden; }
table.blue { border: 0; margin-top: 20px; width: 100%; }
table.blue tbody tr:nth-child(odd) { background-color: #2b4872; }
table.blue tbody tr:nth-child(odd) td { padding: 0.5em 0; }
table.blue tbody tr:nth-child(even) { background: #4a6690; }
table.blue th, table.blue td { font-size: 1em; vertical-align: middle; }
table.blue th p, table.blue td p { padding-top: 0; }
table.blue th p:first-child, table.blue td p:first-child { padding-top: 0px; }
table.blue th { font-family: "Interstate-Black", Helvetica, Arial, sans-serif; font-size: 0.85714em; text-transform: uppercase; padding: 0.5em 0; }
table.grey { border: solid 1px #e5e5e5; margin-top: 20px; margin-bottom: 10px; width: 100%; }
table.grey tbody tr:nth-child(odd) { background-color: #fafafa; }
table.grey tbody tr:nth-child(even) { background: #f4f3f3; }
table.grey thead tr { background: #d8d8d8; }
table.grey th, table.grey td { font-size: 1.16667em; vertical-align: middle; padding: 10px 25px; border-left: solid 1px #e5e5e5; }
table.grey th.center, table.grey td.center { text-align: center; }
table.grey th:first-child, table.grey td:first-child { border-left: none; }
table.grey th p, table.grey td p { padding-top: 0; padding-bottom: 0; }
table.grey th { font-family: "Interstate-Black", Helvetica, Arial, sans-serif; font-size: 1.16667em; text-align: left; }
/****** Abailable Tickets Table using Divs >460 - same loook as table.blue style (create table using divs) 320 - shift layout
*******/
/* actual content area in 960px design */
.ticket_plan_wrapper { display: block; position: relative; width: 100%; /* individual tickets cols */ /* package types cols */ /* override label width for indivisual ticket page */ }
.ticket_plan_wrapper h3 { padding-left: 10px; }
.ticket_plan_wrapper h3:first-child { padding-bottom: 10px; padding-top: 10px; }
@media only screen and (min-width: 40em) { .ticket_plan_wrapper { padding: 20px; margin-top: 0; padding-bottom: 0; }
.ticket_plan_wrapper h3 { padding-left: 0; }
.ticket_plan_wrapper h3:first-child { padding-bottom: 0; padding-top: 0; } }
.ticket_plan_wrapper .ticket_ticket_type, .ticket_plan_wrapper .ticket_event, .ticket_plan_wrapper .ticket_events, .ticket_plan_wrapper .ticket_view_button { width: 100%; overflow: hidden; vertical-align: middle; }
.ticket_plan_wrapper .ticket_single_date { width: 35%; display: inline-block; }
.ticket_plan_wrapper .ticket_session { width: 40%; display: inline-block; font-family: "Interstate-Light", Helvetica, Arial, sans-serif; font-size: 1.28571em; }
.ticket_plan_wrapper .ticket_time { width: 25%; display: inline; }
.ticket_plan_wrapper .ticket_view_button { text-align: center; }
.ticket_plan_wrapper .ticket_view_button a { text-decoration: none; }
.ticket_plan_wrapper .ticket_view_button span { border-radius: 3px; font-size: 0.92857em; padding: 5px 10px; text-transform: uppercase; white-space: nowrap; }
.ticket_plan_wrapper .ticket_view_button span.ticket_see { background-color: #223a5b; }
@media only screen and (min-width: 40em) { .ticket_plan_wrapper .ticket_single_date { width: 6.45161%; }
.ticket_plan_wrapper .ticket_session { width: 8.46774%; text-align: center; }
.ticket_plan_wrapper .ticket_time { width: 13.87097%; text-align: center; }
.ticket_plan_wrapper .ticket_ticket_type { width: 24.35484%; }
.ticket_plan_wrapper .ticket_event { width: 34.67742%; }
.ticket_plan_wrapper .ticket_events { width: 34.67742%; }
.ticket_plan_wrapper .ticket_view_button { width: 11.6129%; }
.ticket_plan_wrapper .ticket_view_button span { font-size: 0.71429em; padding: 3px 10px; } }
.ticket_plan_wrapper .ticket_package_type { width: 50%; }
.ticket_plan_wrapper .ticket_total_sessions, .ticket_plan_wrapper .ticket_starting_price, .ticket_plan_wrapper .ticket_status, .ticket_plan_wrapper .ticket_purchase_button { width: 100%; overflow: hidden; }
.ticket_plan_wrapper .ticket_dates { min-width: 140px; text-align: center; position: absolute; top: 10px; left: 50%; }
.ticket_plan_wrapper .ticket_purchase_button { width: 100%; text-align: center; }
.ticket_plan_wrapper .ticket_purchase_button a { text-decoration: none; }
.ticket_plan_wrapper .ticket_purchase_button span { border: solid 1px #FFFFFF; border-radius: 3px; font-size: 0.92857em; padding: 5px 20px; white-space: nowrap; }
.ticket_plan_wrapper .ticket_purchase_button span.ticket_buy_now { background-color: #C85A19; }
.ticket_plan_wrapper .ticket_purchase_button span.ticket_deposit { background-color: #3b8ede; }
@media only screen and (min-width: 40em) { .ticket_plan_wrapper .ticket_package_type { width: 28.3871%; }
.ticket_plan_wrapper .ticket_total_sessions { width: 11.04839%; text-align: center; }
.ticket_plan_wrapper .ticket_dates { width: 17.17742%; position: relative; top: 0; left: 0; }
.ticket_plan_wrapper .ticket_starting_price { width: 15.80645%; text-align: center; }
.ticket_plan_wrapper .ticket_status { width: 12.82258%; text-align: center; }
.ticket_plan_wrapper .ticket_purchase_button { width: 14.1129%; }
.ticket_plan_wrapper .ticket_purchase_button span { font-size: 0.71429em; padding: 3px 10px; } }
.ticket_plan_wrapper .ticket_session_num { font-family: "Interstate-Light", Helvetica, Arial, sans-serif; color: #FFFFFF; font-size: 1em; padding: 0; text-align: left; text-transform: uppercase; vertical-align: middle; }
@media only screen and (min-width: 40em) { .ticket_plan_wrapper .ticket_session_num { display: none; } }
.ticket_plan_wrapper .label { font-family: "Interstate-Black", Helvetica, Arial, sans-serif; float: left; color: #FFFFFF; font-size: 0.71429em; padding: 0.3em 0 0.3em 10px; text-transform: uppercase; vertical-align: middle; width: 50%; }
@media only screen and (min-width: 40em) { .ticket_plan_wrapper .label { display: none; } }
.ticket_plan_wrapper .ticket_ticket_type .label, .ticket_plan_wrapper .ticket_event .label, .ticket_plan_wrapper .ticket_events .label { width: 35%; }
.ticket_plan_wrapper .ticket_table { display: table; margin: 10px 0; position: relative; width: 100%; }
.ticket_plan_wrapper .header, .ticket_plan_wrapper .ticket_row { overflow: hidden; position: relative; width: 100%; }
@media only screen and (min-width: 40em) { .ticket_plan_wrapper .header, .ticket_plan_wrapper .ticket_row { display: table-row; } }
.ticket_plan_wrapper .header div, .ticket_plan_wrapper .ticket_row div { font-family: "Interstate-Black", Helvetica, Arial, sans-serif; font-size: 0.85714em; padding: 0.7em 0; text-transform: uppercase; vertical-align: middle; }
@media only screen and (min-width: 40em) { .ticket_plan_wrapper .header div, .ticket_plan_wrapper .ticket_row div { display: table-cell; } }
.ticket_plan_wrapper .header .ticket_package_type, .ticket_plan_wrapper .ticket_row .ticket_package_type { padding-left: 20px; }
.ticket_plan_wrapper .header { display: none; }
@media only screen and (min-width: 40em) { .ticket_plan_wrapper .header { display: table-row; } }
.ticket_plan_wrapper .header .ticket_single_date { text-align: center; }
.ticket_plan_wrapper .ticket_row { padding-bottom: 10px; /* display:block will create misalignments */ }
.ticket_plan_wrapper .ticket_row.hide { display: none; }
.ticket_plan_wrapper .ticket_row.disabled { display: none; }
.ticket_plan_wrapper .ticket_row.show { display: table-row; }
@media only screen and (min-width: 40em) { .ticket_plan_wrapper .ticket_row { padding-bottom: 0; } }
.ticket_plan_wrapper .ticket_row:nth-child(odd), .ticket_plan_wrapper .ticket_row.odd { background-color: #2b4872; }
.ticket_plan_wrapper .ticket_row:nth-child(even), .ticket_plan_wrapper .ticket_row.even { background: #4a6690; }
.ticket_plan_wrapper .ticket_row div { font-family: "Interstate-Regular", Helvetica, Arial, sans-serif; font-weight: normal; font-size: 1em; padding: 0.3em 0; text-transform: none; /* overwrite display:table that's applied in .ticket_plan_wrapper .ticket_row div */ }
.ticket_plan_wrapper .ticket_row div .ticket_date_range { display: inline-block; padding: 0; }
.ticket_plan_wrapper .ticket_row a { display: block; padding-top: 0.5em; padding-bottom: 0.5em; }
.ticket_plan_wrapper .ticket_row .ticket_single_date { padding-left: 10px; padding-top: 10px; }
@media only screen and (min-width: 40em) { .ticket_plan_wrapper .ticket_row .ticket_single_date { padding-left: 5px; padding-top: 0; } }
.ticket_plan_wrapper .ticket_row .ticket_ticket_type { font-family: "Interstate-Black", Helvetica, Arial, sans-serif; }
.ticket_plan_wrapper .ticket_row .ticket_session, .ticket_plan_wrapper .ticket_row .ticket_time { font-size: 1.28571em; padding-top: 10px; }
@media only screen and (min-width: 40em) { .ticket_plan_wrapper .ticket_row .ticket_session, .ticket_plan_wrapper .ticket_row .ticket_time { font-size: 1em; padding-top: 0; } }
.ticket_plan_wrapper .ticket_row .ticket_package_type { font-size: 1.28571em; padding-right: 20px; padding-left: 10px; }
@media only screen and (min-width: 40em) { .ticket_plan_wrapper .ticket_row .ticket_package_type { padding-right: 0; padding-left: 20px; } }
.ticket_plan_wrapper .ticket_row .ticket_status { color: #cedf00; }
.ticket_plan_wrapper .noTickets { width: 100%; overflow: hidden; font-size: 1.3em; text-align: center; padding: 30px; }
/****************************************/
/* calendar looks like dates - square */
/* .date-as-calendar === no layout change throughout the screensize .date-as-calendar-range === from date through date, prints out dates in <landscape .date-as-calendar-responsive == prints out dates in <landscape
*/
.date-as-calendar { font-family: "Interstate-Regular", Helvetica, Arial, sans-serif; font-weight: normal; background: #FFFFFF; border: 2px solid #418FDE; color: #418FDE; display: inline-block; height: 4.3em; overflow: hidden; position: relative; width: 4.3em; }
.date-as-calendar .weekday, .date-as-calendar .day, .date-as-calendar .month { display: block; line-height: 1.0; height: 1em; left: 0; right: 0; position: absolute; text-transform: uppercase; width: 100%; text-align: center; }
.date-as-calendar .month { font-family: "Interstate-Light", Helvetica, Arial, sans-serif; font-size: 0.85714em; top: 5px; padding: 0.1em 0; }
.date-as-calendar .day { font-family: "Interstate-Regular", Helvetica, Arial, sans-serif; font-weight: normal; font-size: 1.71429em; top: 0.75em; color: #00288C; }
.date-as-calendar .weekday { font-family: "Interstate-Light", Helvetica, Arial, sans-serif; bottom: 4px; font-size: 0.85714em; }
.date-as-calendar-range, .date-as-calendar-responsive { font-family: "Interstate-Regular", Helvetica, Arial, sans-serif; font-weight: normal; color: #FFFFFF; display: inline-block; overflow: hidden; position: relative; }
.date-as-calendar-range .weekday, .date-as-calendar-range .day, .date-as-calendar-range .month, .date-as-calendar-responsive .weekday, .date-as-calendar-responsive .day, .date-as-calendar-responsive .month { display: inline-block; text-transform: uppercase; }
.date-as-calendar-range .month, .date-as-calendar-responsive .month { font-family: "Interstate-Light", Helvetica, Arial, sans-serif; font-size: 1em; padding: 0.1em 0; }
.date-as-calendar-range .day, .date-as-calendar-responsive .day { font-family: "Interstate-Regular", Helvetica, Arial, sans-serif; font-weight: normal; font-size: 1.71429em; }
.date-as-calendar-range .weekday, .date-as-calendar-responsive .weekday { display: none; }
.date-as-calendar-mobile { display: inline-block; color: #418FDE; }
@media only screen and (min-width: 40em) { .date-as-calendar-mobile { /*display: none;*/ } }
.date-as-calendar-mobile .weekday, .date-as-calendar-mobile .day, .date-as-calendar-mobile .month { display: block; line-height: 1.0; height: 1em; left: 0; right: 0; position: absolute; text-transform: uppercase; width: 100%; text-align: center; }
.date-as-calendar-mobile .month { font-family: "Interstate-Light", Helvetica, Arial, sans-serif; font-size: 0.85714em; top: 5px; padding: 0.1em 0; }
.date-as-calendar-mobile .day { font-family: "Interstate-Regular", Helvetica, Arial, sans-serif; font-weight: normal; font-size: 1.85714em; top: 0.75em; color: #00288C; }
.date-as-calendar-mobile .weekday { font-family: "Interstate-Light", Helvetica, Arial, sans-serif; bottom: 10px; font-size: 0.85714em; }
@media only screen and (min-width: 40em) { .date-as-calendar-range { font-family: "Interstate-Regular", Helvetica, Arial, sans-serif; font-weight: normal; background: #65CFE9; color: #FFFFFF; display: inline-block; height: 4.3em; overflow: hidden; position: relative; width: 3.6em; }
.date-as-calendar-range .weekday, .date-as-calendar-range .day, .date-as-calendar-range .month { display: block; line-height: 1.0; height: 1em; left: 0; right: 0; position: absolute; text-transform: uppercase; width: 100%; text-align: center; }
.date-as-calendar-range .month { font-family: "Interstate-Light", Helvetica, Arial, sans-serif; font-size: 0.85714em; top: 5px; }
.date-as-calendar-range .day { font-family: "Interstate-Regular", Helvetica, Arial, sans-serif; font-weight: normal; top: 0.75em; }
.date-as-calendar-range .weekday { font-family: "Interstate-Light", Helvetica, Arial, sans-serif; bottom: 0; font-size: 0.85714em; } }
.ticket_date_range { padding: 0; margin: 0; }
@media only screen and (min-width: 40em) { .ticket_date_range { background: #65CFE9; border: 2px solid #FFFFFF; } }
.ticket_date_range .dash { display: inline-block; margin-top: -16%; vertical-align: middle; }
@media only screen and (min-width: 40em) { .ticket_date_range .dash { margin-top: -45%; } }
@media only screen and (min-width: 40em) { .date-as-calendar-responsive { font-family: "Interstate-Regular", Helvetica, Arial, sans-serif; font-weight: normal; background: #65CFE9; border: 2px solid #FFFFFF; color: #FFFFFF; display: inline-block; height: 4.3em; overflow: hidden; position: relative; width: 3.6em; }
.date-as-calendar-responsive .weekday, .date-as-calendar-responsive .day, .date-as-calendar-responsive .month { display: block; line-height: 1.0; height: 1em; left: 0; right: 0; position: absolute; text-transform: uppercase; width: 100%; text-align: center; }
.date-as-calendar-responsive .month { font-family: "Interstate-Light", Helvetica, Arial, sans-serif; font-size: 0.85714em; top: 5px; padding: 0.1em 0; }
.date-as-calendar-responsive .day { font-family: "Interstate-Regular", Helvetica, Arial, sans-serif; font-weight: normal; font-size: 1.71429em; top: 0.75em; }
.date-as-calendar-responsive .weekday { font-family: "Interstate-Light", Helvetica, Arial, sans-serif; bottom: 0; font-size: 0.85714em; } }
/****************************************/
/* calendar looks like button - rectangle */
/* .date-as-button === no layout change throughout the screensize .date-as-button-responsive == prints out dates in <landscape
*/
.date-as-button { display: block; position: relative; width: 100%; height: 40px; font-family: "Interstate-Regular", Helvetica, Arial, sans-serif; font-weight: normal; color: #FFFFFF; background-color: #418FDE; margin: 22% 0 11% 0; overflow: visible; }
.date-as-button .month { position: absolute; top: -25px; left: 0; right: 0; color: #888B8D; height: auto; }
.date-as-button .weekday, .date-as-button .day { position: relative; display: inline; bottom: auto; line-height: 40px; font-size: 1rem; left: auto; right: auto; text-align: unset; top: auto; margin: .2rem; }
@media only screen and (min-width: 60em) { .date-as-button .weekday, .date-as-button .day { font-size: 1.14286em; } }
/***** contents overlay ****/
#fade { display: none; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90); opacity: 0.9; width: 100%; height: 100%; background: #000; top: 0; left: 0; position: fixed; z-index: 105; }
#general-overlay { display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0; width: 100%; overflow-y: scroll; text-align: left; z-index: 110; }
#general-overlay h3 { font-family: "Interstate-Thin", Helvetica, Arial, sans-serif; color: #3b8ede; font-size: 2.14286em; }
#general-overlay h4 { color: #3b8ede; font-size: 1.14286em; padding-top: 20px; }
#general-overlay h4:first-child { padding-top: 0; }
#general-overlay a { color: #FFFFFF; }
#general-overlay ul { padding-top: 10px; margin-left: 20px; }
#general-overlay li { line-height: 1.3em; }
#general-overlay .two-column-desktop { color: #FFFFFF; width: 100%; margin: 20px 0; padding: 0; }
@media only screen and (min-width: 60em) { #general-overlay .two-column-desktop { -moz-column-count: 2; -webkit-column-count: 2; column-count: 2; } }
#general-overlay #side-by-side-content-template { display: none; }
#general-overlay .side-by-side-desktop { color: #FFFFFF; width: 100%; margin: 20px 0; padding: 0; }
#general-overlay .side-by-side-desktop .side-by-side-content { border-top: solid 1px #333333; clear: both; overflow: hidden; padding-bottom: 10px; padding-top: 10px; }
@media only screen and (min-width: 40em) { #general-overlay .side-by-side-desktop .side-by-side-content .leftAlign { float: left; width: 35%; } }
#general-overlay .side-by-side-desktop .side-by-side-content .leftAlign h4 { font-size: 1.71429em; }
#general-overlay .side-by-side-desktop .side-by-side-content .leftAlign h4 span { color: #8a8a8d; display: block; font-size: 0.75em; padding-top: 10px; }
@media only screen and (min-width: 40em) { #general-overlay .side-by-side-desktop .side-by-side-content .rightAlign { float: left; width: 65%; } }
#general-overlay .side-by-side-desktop .side-by-side-content .rightAlign li { font-size: 1.16667em; line-height: 1.6em; }
#packageTypeOverlay, #ticketsTypeOverlay { display: none; margin: 20px auto; max-width: 960px; position: relative; width: 75%; }
.overlayClose { display: block; background: transparent url(/images/misc/icon_close.png) no-repeat center right; background-size: 33%; position: absolute; max-height: 36px; top: 0px; right: 15px; z-index: 12; }
.overlayClose a { color: #FFFFFF; display: block; padding: 10px 30px 10px 0px; text-decoration: none; text-transform: uppercase; }
.overlayClose + h3 { width: 70%; }
@media only screen and (min-width: 60em) { .overlayClose + h3 { width: 100%; } }
/** sponsors page **/
.sponsorsContainer { width: 100%; padding-right: 16px; padding-left: 16px; margin-right: auto; margin-left: auto; font-family: "Interstate-Light", Helvetica, Arial, sans-serif; }
.sponsorsContainer .sponsorsCol { position: relative; width: 100%; min-height: 1px; padding-right: 16px; padding-left: 16px; }
@media (min-width: 576px) { .sponsorsContainer .sponsorsCol { margin-left: 8.33333%; flex: 0 0 83.33333%; max-width: 83.33333%; } }
.sponsorsContainer h3 { color: #4A4A4A; font-size: 2rem; padding-top: 15px; padding-bottom: 10px; text-align: center; }
@media (min-width: 576px) { .sponsorsContainer h3 { width: 80%; text-align: left; margin: auto; } }
.sponsorsContainer h3.clear { clear: both; }
.sponsorsContainer .blue_divide { width: 80%; border-bottom: 1px solid #4A4A4A; margin: 0px auto; }
.sponsorsContainer .sponsorImage { position: relative; width: 100%; min-height: 1px; padding-right: 16px; padding-left: 16px; }
.sponsorsContainer .sponsorText, .sponsorsContainer .sponsorContent { position: relative; width: 100%; min-height: 1px; padding-right: 16px; padding-left: 16px; padding: 10px; font-size: 1.16667em; display: inline-block; line-height: 22px; }
.sponsorsContainer .sponsorText p, .sponsorsContainer .sponsorContent p { padding-bottom: 5px; font-size: 1.16667em; }
.sponsorsContainer .sponsorText strong, .sponsorsContainer .sponsorContent strong { font-weight: bold; }
.sponsorsContainer .sponsorText a, .sponsorsContainer .sponsorContent a { font-family: "Interstate-Bold", Helvetica, Arial, sans-serif; color: #3b8ede; text-decoration: none; }
.sponsorsContainer .sponsorsTable { width: 100%; border: none; display: table; margin: 15px 0px; }
.sponsorsContainer .sponsorsTable .group { display: table-row-group; }
.sponsorsContainer .sponsorsTable .sponsor-row { display: table-row; }
.sponsorsContainer .sponsorsTable .colLeft, .sponsorsContainer .sponsorsTable .colRight { width: 50%; text-align: center; /*display: table-cell;*/ /*float: left;*/ padding: 10px 0px; vertical-align: middle; }
.sponsorsContainer .sponsorsTable .colLeft img, .sponsorsContainer .sponsorsTable .colRight img { width: 50%; height: auto; }
@media only screen and (min-width: 40em) { .sponsorsContainer .sponsorsTable .colLeft img, .sponsorsContainer .sponsorsTable .colRight img { width: auto; height: auto; } }
.sponsorsContainer .sponsorsTable .colCenter { width: 100%; text-align: center; height: 100%; padding: 10px; display: table-caption; caption-side: bottom; }
.sponsorsContainer .sponsorsTable .colCenter img { width: 20%; height: auto; }
@media only screen and (min-width: 40em) { .sponsorsContainer .sponsorsTable .colCenter img { width: auto; height: auto; } }
.sponsorsContainer.tvSponsors { text-align: center; }
.sponsorsContainer.tvSponsors img { width: 320px; height: auto; }
@media only screen and (min-width: 40em) { .sponsorsContainer.tvSponsors img { width: 400px; } }
/* Helper class: "Printable version" button */
.print-button { display: block; float: left; width: 128px; height: 18px; line-height: 17px; vertical-align: middle; border: 1px solid #8091aa; border-radius: 2px; color: white; font-size: 10px; margin-top: 17px; text-transform: uppercase; text-decoration: none; padding-left: 9px; }
@media only screen and (min-width: 20em) { .print-button { display: none; } }
@media only screen and (min-width: 60em) { .print-button { display: block; } }
.print-button .button::before { position: relative; float: left; content: ''; background: url(/images/misc/print_icon.png) no-repeat left; width: 10px; height: 9px; left: -6px; top: 3px; background-size: 10px; }
#draws .print { position: absolute; top: 35px; left: 40%; }
/** Schedule **/
#schedule { /** event schedule **/ }
#schedule.event .table { margin-top: -1rem; font-family: "Interstate-Regular", Helvetica, Arial, sans-serif; font-weight: normal; font-size: 1.1rem; width: 100% !important; }
@media (min-width: 768px) { #schedule.event .table { font-size: 1.2rem; } }
#schedule.event .table th, #schedule.event .table td { padding: .75rem; border: none; }
@media (min-width: 768px) { #schedule.event .table th, #schedule.event .table td { padding: 1rem; } }
#schedule.event .table tfoot td:first-child, #schedule.event .table tfoot td:last-child { border: none; }
#schedule.event thead tr, #schedule.event tr:nth-child(4n + 3), #schedule.event tr:nth-child(4n + 4) { background-color: #f3f3f3; }
#schedule.event .row-spacer { width: 5%; }
@media (min-width: 768px) { #schedule.event .row-spacer { width: 10%; } }
@media (min-width: 768px) { #schedule.event .row-spacer { width: 15%; } }
#schedule .tv_live_ind:before { width: 25px; content: ''; height: 20px; background: url(/images/misc/live_tv_indicator.png); background-repeat: no-repeat; background-size: 17px; background-position: 0 7px; display: inline-block; position: absolute; }
#schedule .tv_legend { width: 25px; content: ''; height: 20px; background: url(/images/misc/live_tv_indicator.png); background-repeat: no-repeat; background-size: 17px; background-position: 0px 10px; display: inline-block; position: relative; }
#schedule .tv_sched_live { font-weight: bold; }
#schedule .content-wrap .blue { background-color: #65CFE9; }
#schedule .filterContainer { border-bottom: 1px solid #4a6690; }
#schedule .filterContainer .filter { height: 45px; float: left; }
#schedule .filterContainer .print-button { display: none; }
@media only screen and (min-width: 60em) { #schedule .filterContainer .print-button { float: left; display: inline-block; margin-left: 120px; } }
#schedule .filterContainer .filter-overlay { top: 127px; }
@media only screen and (min-width: 40em) { #schedule .filterContainer .filter-overlay { top: 79px; } }
#schedule .general_content { display: inline-block; width: 100%; }
@media only screen and (min-width: 60em) { #schedule .general_content { width: calc(100% - 320px); } }
#schedule .moreNews { /* display: none; */ }
@media only screen and (min-width: 60em) { #schedule .moreNews { display: inline-block; float: right; width: 320px; } }
#schedule .moreNews.blue .chip_content { background-color: #65CFE9; }
#schedule .sch_btn { width: 100%; margin: auto auto 2rem auto; text-align: center; }
#schedule .sch_btn.wide + table .row-spacer { background-color: #fff; }
#schedule .ticket_table { text-align: center; }
#schedule .ticket_table .header.mobile { display: table-row; width: 100%; height: 30px; }
@media only screen and (min-width: 40em) { #schedule .ticket_table .header.mobile { display: none; } }
#schedule .ticket_table .header.mobile .sch_session { width: 55% !important; position: absolute; }
#schedule .ticket_table .header.mobile .sch_match { position: absolute; right: 0; width: 45% !important; }
#schedule .ticket_table .hide { display: none; }
@media only screen and (min-width: 40em) { #schedule .ticket_table .hide { display: inline-block; } }
#schedule .ticket_table .sch_session { width: 10%; }
#schedule .ticket_table .sch_day, #schedule .ticket_table .sch_date { width: 5%; }
#schedule .ticket_table .sch_day, #schedule .ticket_table .sch_date, #schedule .ticket_table .sch_session { display: table-cell; }
@media only screen and (min-width: 40em) { #schedule .ticket_table .sch_day, #schedule .ticket_table .sch_date, #schedule .ticket_table .sch_session { width: 15%; } }
#schedule .ticket_table .sch_day .mobile, #schedule .ticket_table .sch_date .mobile, #schedule .ticket_table .sch_session .mobile { visibility: hidden; /*some weirdness happening via mobile - amb082817*/ /*@include breakpoint(landscape) { visibility: hidden;}*/ }
#schedule .ticket_table .sch_time { display: table-cell; width: 20%; }
#schedule .ticket_table .sch_match { display: table-cell; width: 35%; }
#schedule .ticket_table .ticket_row { height: 100%; display: table-row; }
@media only screen and (min-width: 40em) { #schedule .ticket_table .ticket_row { height: 40px; } }
#schedule .ticket_table .ticket_row.light { background: #405e89; }
#schedule .ticket_table .ticket_row.dark { background-color: #2b4872; }
/** TV Schedule **/
#tv-schedule .content-wrap .blue { background-color: #65CFE9; }
#tv-schedule .general_content { display: inline-block; width: 100%; }
@media only screen and (min-width: 60em) { #tv-schedule .general_content { width: calc(100% - 320px); } }
#tv-schedule .moreNews { /* display: none; */ }
@media only screen and (min-width: 60em) { #tv-schedule .moreNews { display: inline-block; float: right; width: 320px; } }
#tv-schedule .moreNews.blue .chip_content { background-color: #65CFE9; }
#tv-schedule .header { font-weight: bold; }
#tv-schedule .legend { font-size: 12px; margin-bottom: 25px; padding-left: 25px; margin-left: 17px; display: none; }
@media only screen and (min-width: 40em) { #tv-schedule .legend { display: block; } }
#tv-schedule .legend:before { width: 25px; content: ''; height: 20px; background: url("/images/misc/live_tv_indicator.png"); background-repeat: no-repeat; background-size: 17px; background-position: 0 2px; display: inline-block; position: absolute; left: 40px; }
#tv-schedule .legend .live { font-weight: bold; text-transform: uppercase; }
#tv-schedule .listings_table { text-align: center; }
#tv-schedule .listings_table .live div { font-weight: bold; }
#tv-schedule .listings_table .live .live_ind { width: 17px; height: 40px; display: inline-block; background: url("/images/misc/live_tv_indicator.png"); background-repeat: no-repeat; background-size: 17px; background-position: 0 17px; }
#tv-schedule .listings_table .hide { display: none; }
@media only screen and (min-width: 40em) { #tv-schedule .listings_table .hide { display: inline-block; } }
#tv-schedule .listings_table .air_date { width: 10%; text-align: left; padding-left: 5px; }
@media only screen and (min-width: 60em) { #tv-schedule .listings_table .air_date { padding-left: 0; } }
#tv-schedule .listings_table .air_time { width: 5%; text-align: left; }
#tv-schedule .listings_table .avail_matches { width: 30%; text-align: left; }
#tv-schedule .listings_table .avail_matches { display: table-cell; }
@media only screen and (min-width: 40em) { #tv-schedule .listings_table .avail_matches { width: 25%; } }
@media only screen and (min-width: 40em) { #tv-schedule .listings_table .avail_matches .mobile { visibility: hidden; } }
#tv-schedule .listings_table .air_date { display: table-cell; }
@media only screen and (min-width: 40em) { #tv-schedule .listings_table .air_date { width: 10%; padding-left: 10px; } }
@media only screen and (min-width: 40em) { #tv-schedule .listings_table .air_date .mobile { visibility: hidden; } }
#tv-schedule .listings_table .air_time { display: table-cell; }
@media only screen and (min-width: 40em) { #tv-schedule .listings_table .air_time { width: 10%; } }
@media only screen and (min-width: 40em) { #tv-schedule .listings_table .air_time .mobile { visibility: hidden; } }
#tv-schedule .listings_table .network { display: table-cell; width: 5%; text-align: left; }
#tv-schedule .listings_table .live_ind { display: table-cell; width: 5%; }
#tv-schedule .listings_table .row { height: 100%; display: table-row; }
@media only screen and (min-width: 40em) { #tv-schedule .listings_table .row { height: 40px; } }
#tv-schedule .listings_table .row.light { background: #405e89; }
#tv-schedule .listings_table .row.dark { background-color: #2b4872; }
/* related photos section in article detail */
#relatedPhotoContainer { background: #f5f5f5; width: 100%; height: auto !important; /*min-height: 360px;*/ padding: 0px; margin: 10px 0 20px 0; overflow: hidden; float: left; }
#relatedPhotoContainer a:hover { text-decoration: none; }
#relatedPhotoContainer .slide { position: relative; width: 100%; }
#relatedPhotoContainer .slide img { width: 100%; }
#relatedPhotoContainer .thumbnails { height: 75px; width: 100%; left: 0 !important; /* force aligning left when resized */ }
#relatedPhotoContainer .thumbnails span { margin-right: 3px; display: inline-block; height: 75px; border: solid 1px #999999; }
#relatedPhotoContainer .thumbnails img { cursor: pointer; background-color: white; padding: 0; margin: 0; display: inline-block; height: 75px; border: none; }
#relatedPhotoContainer .thumbnails span.selected { border-color: #3b8ede; }
#relatedPhotoContainer .thumbnails span.selected img { opacity: 0.5 !important; filter: alpha(opacity=50) !important; display: inline-block; }
#relatedPhotoContainer li.gallery_content { list-style: none; max-width: 100%; height: auto; }
#relatedPhotoContainer .gallery_thumbs .gallery_thumb { float: left; margin: 5px; width: 105px; height: 75px; text-align: center; }
#relatedPhotoContainer .gallery_thumbs .gallery_thumb img { display: inline; cursor: pointer; }
#relatedPhotoContainer #relatedPhotoNavContainer { overflow: hidden; padding: 10px; position: relative; }
#relatedPhotoContainer #relatedPhotoNavContainer .prev { position: absolute; top: 5px; left: 10px; float: left; background: transparent url("/images/misc/arrows_inline_gallery_sprite.png") no-repeat 0 0; background-size: 104px 51px; margin: 0; width: 25px; height: 25px; }
#relatedPhotoContainer #relatedPhotoNavContainer .prev:hover { background-position: -27px 0; cursor: pointer; }
#relatedPhotoContainer #relatedPhotoNavContainer .next { position: absolute; top: 5px; right: 10px; float: right; background: transparent url("/images/misc/arrows_inline_gallery_sprite.png") no-repeat -52px -26px; background-size: 104px 51px; margin: 0; width: 25px; height: 25px; }
#relatedPhotoContainer #relatedPhotoNavContainer .next:hover { background-position: -79px -26px; cursor: pointer; }
#relatedPhotoContainer #relatedPhotoNavContainer .nums { font-size: 14px; text-align: center; float: left; width: 100%; }
#relatedPhotoContainer #relatedPhotoDesc { font-size: 12px; padding: 20px; min-height: 100px; overflow: hidden; }
#relatedPhotoContainer #relatedPhotoDesc .credit { margin-top: -10px; margin-bottom: 10px; }
#relatedPhotoContainer #relatedPhotoDesc .credit.hide { visibility: hidden; }
#relatedPhotoContainer #relatedPhotoDesc .credit:before { content: "Credit By: "; }
#relatedPhotoContainer #relatedPhotoDesc h2, #relatedPhotoContainer #relatedPhotoDesc p { color: #000000; font-size: 12px; line-height: normal; padding: 0; margin: 0; width: 100%; min-height: 70px; }
@media only screen and (min-width: 40em) { #relatedPhotoContainer #relatedPhotoDesc h2, #relatedPhotoContainer #relatedPhotoDesc p { width: calc(100% - 130px); float: left; } }
#relatedPhotoContainer #relatedPhotoDesc #inlineGalleryShare { width: 110px; display: block; margin: 10px auto 0 auto; }
@media only screen and (min-width: 40em) { #relatedPhotoContainer #relatedPhotoDesc #inlineGalleryShare { width: 110px; float: right; } }
#relatedPhotoContainer #thumbContainer { display: none; }
@media only screen and (min-width: 40em) { #relatedPhotoContainer #thumbContainer { display: block; background: #e5e5e5; position: relative; padding: 10px 0 30px 20px; }
#relatedPhotoContainer #thumbContainer .caroufredsel_wrapper { margin: 5px 0 0 0 !important; } }
#relatedPhotoContainer #thumbPager { margin: 10px 0; text-align: center; width: 100%; }
#relatedPhotoContainer #thumbPager a { display: inline-block; width: 10px; height: 10px; text-indent: -9999px; border-radius: 5px; margin: 3px; border: solid 1px #3b8ede; }
#relatedPhotoContainer #thumbPager a.selected { background: #3b8ede; }
#relatedPhotoContainer .prev_item { position: absolute; top: 15px; left: 0; float: left; background: #e5e5e5 url("/images/misc/arrows_inline_galery_thumnails_sprite.png") no-repeat left 27px; background-size: 80px 60px; width: 17px; height: 75px; }
#relatedPhotoContainer .prev_item:hover { background-color: #e5e5e5; background-position: -20px 27px; }
#relatedPhotoContainer .next_item { position: absolute; top: 15px; right: 0; float: right; background: #e5e5e5 url("/images/misc/arrows_inline_galery_thumnails_sprite.png") no-repeat -40px -5px; background-size: 80px 60px; width: 17px; height: 75px; }
#relatedPhotoContainer .next_item:hover { background-color: #e5e5e5; background-position: -60px -5px; }
#relatedPhotoContainer .selectedImg { z-index: 5; position: absolute; width: 148px; height: 75px; top: 0; left: 0; }
#relatedPhotoContainer .prev_item.disabled, #relatedPhotoContainer .next_item.disabled { display: none !important; }
#relatedPhotoContainer .expand { position: absolute; top: 6px; right: 6px; }
/* ends related photos section in article detail */
/* article details additional sections */
#bios { margin: 0px auto; float: left; width: 100%; }
#bios ul { list-style-type: none; padding: 0 0 0 0; margin: 5px 0 5px 10px; text-align: center; }
#bios ul li { padding: 0; }
#commentsPluginContainer { clear: left; float: left; width: 100%; margin-top: 20px; display: none; }
#commentsPluginContainer .header { width: 100%; padding: 0px 10px; height: 22px; line-height: 24px; background: #0c223f; color: #FFFFFF; text-transform: uppercase; }
/* ends article details additional sections */
/* This is used on the video page when there are no contents to show maybe use this on the News page too to be consistent
*/
.empty { font-size: 14px; padding: 20px; text-align: center; }
.empty .bold { font-weight: bold; }
.noscroll { overflow: hidden; }
/*** Event Stats ***/
#event_stats { /** grey table for challenge stats **/ /** tablesaw overwrites **/ }
#event_stats .daySummary li { font-family: "Interstate-Black", Helvetica, Arial, sans-serif; list-style-type: none; }
#event_stats .daySummary ul > li { list-style-type: disc; }
#event_stats .detail { margin: 20px 0px; }
#event_stats .detail a { font-family: "Interstate-Bold", Helvetica, Arial, sans-serif; }
#event_stats .event_guide_container { margin: 0px; }
#event_stats .filter { float: left; }
@media only screen and (min-width: 20em) { #event_stats .filter { margin-left: 10px; } }
#event_stats .filter-dropdown.stats { margin-left: 20px; }
#event_stats .filter-dropdown.stats_summary { width: 270px; }
@media only screen and (min-width: 20em) { #event_stats .filter-dropdown.stats_summary { margin-left: 15px; } }
#event_stats .filter-dropdown.showMobile { display: block; width: 100%; margin-left: 20px; }
@media only screen and (min-width: 40em) { #event_stats .filter-dropdown.showMobile { display: none; } }
#event_stats .filter-overlay { top: 127px; }
@media only screen and (min-width: 40em) { #event_stats .filter-overlay { top: 79px; } }
#event_stats .playoff_table.left { margin-right: 24px; }
#event_stats .playoff_table.leaderInfoSection { width: 100%; display: inline-block; float: left; }
@media only screen and (min-width: 40em) { #event_stats .playoff_table.leaderInfoSection { width: 48%; } }
#event_stats .playoff_table.leaderInfoSection.hidden { display: none; }
#event_stats .playoff_table.leaderInfoSection .flag { position: relative; left: 25px; bottom: 10px; background-size: 26px 16px; width: 30px; height: 20px; border: 2px solid #FFFFFF; background-repeat: no-repeat; }
#event_stats .playoff_table.leaderInfoSection .genderSectionTitle { font-family: "Interstate-Black", Helvetica, Arial, sans-serif; text-align: left; color: #000000; background-color: #d8d8d8; font-size: 1.16667em; opacity: 1.0; padding: 15px 10px; text-transform: capitalize; }
#event_stats .playoff_table.leaderInfoSection .leaderImage { width: 88px; height: 120px; display: table-cell; padding: 0px 10px 15px 0px; background-size: 88px 120px; }
#event_stats .playoff_table.leaderInfoSection .leaderInfo, #event_stats .playoff_table.leaderInfoSection .leaderPic { display: table-cell; vertical-align: middle; float: left; padding: 10px 0px 5px 15px; }
#event_stats .playoff_table.leaderInfoSection .tournamentLeaderLabel { color: #858a83; }
#event_stats .playoff_table.leaderInfoSection .tournamentLeaderName { color: #3b8ede; font-family: "Interstate-Black", Helvetica, Arial, sans-serif; color: #3b8ede; text-decoration: none; width: 100%; font-size: 1.84615em; }
#event_stats .playoff_table.leaderInfoSection .tournamentLeaderScore { font-size: 3.23077em; }
#event_stats .playoff_table.leaderInfoSection .number { font-size: 1.33333em; }
#event_stats .playoff_table.leaderInfoSection .symbol { font-size: 0.58333em; }
#event_stats .playoff_table.leaderInfoSection .row { background-color: #FFFFFF; }
#event_stats .presented_by img { width: 60px; height: 20px; }
#event_stats .womensSectionContainer, #event_stats .mensSectionContainer { display: block; }
#event_stats .womensSectionContainer.hidden, #event_stats .mensSectionContainer.hidden { display: none; }
@media only screen and (min-width: 40em) { #event_stats .womensSectionContainer.hidden, #event_stats .mensSectionContainer.hidden { display: block; } }
#event_stats #maleStatsTable table.grey caption, #event_stats #femaleStatsTable table.grey caption { height: 100%; visibility: visible; background-color: #d8d8d8; margin-bottom: 0px; text-transform: capitalize; padding: 15px 10px; font-family: "Interstate-Black", Helvetica, Arial, sans-serif; color: #000000; font-size: 1.16667em; opacity: 1.0; }
#event_stats #maleStatsTable table.grey th, #event_stats #femaleStatsTable table.grey th { padding: 10px 18px; font-family: "Interstate-Black", Helvetica, Arial, sans-serif; text-align: center; color: #000000; background-color: #d8d8d8; }
#event_stats #maleStatsTable table.grey td, #event_stats #femaleStatsTable table.grey td { padding: 10px 18px; font-family: "Interstate-Light", Helvetica, Arial, sans-serif; text-align: center; }
#event_stats .grey b { font-weight: bold !important; }
#event_stats .grey td { padding: 10px 5px; }
#event_stats .summaryTables { display: none; }
#event_stats #mipTables { padding-bottom: 20px; margin: 0px auto; }
@media only screen and (min-width: 60em) { #event_stats #mipTables { padding-bottom: 0px; margin: 0px auto; } }
#event_stats .tablesaw-bar .tablesaw-advance a.tablesaw-nav-btn { width: 40px !important; height: 40px !important; }
/** radio **/
#radioPage { position: relative; width: 100%; /*max-width:1024px;*/ /*height:708px;*/ height: 100%; margin: 0px auto; background-repeat: no-repeat; background-color: #004b85; overflow: hidden; }
#radioPage .top { float: left; position: relative; width: 100%; height: 56px; background: #f3f3f3; padding: 5px 10px; }
#radioPage .top #eventLogo { margin: 10px 0 0 10px; position: relative; float: left; }
#radioPage .top #amexLogo { position: relative; float: right; margin-right: 10px; width: 40px; height: 40px; background: url("/images/logos/amex_logo_sm.png") no-repeat 0px 0; background-size: 40px 40px; text-indent: -9999px; }
#radioPage #radioStub { position: absolute; top: 215px; left: 0px; width: 100%; height: 245px; background-color: transparent; background-color: rgba(0, 0, 0, 0.4); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000); zoom: 1; text-align: center; color: #FFFFFF; font-size: 25px; line-height: 35px; display: none; }
#radioPage #radioStub img { display: block; margin: 32px auto; }
#radioPage #radioContent { background: transparent url(/images/radioPlayer/radio_bg.jpg) no-repeat center center; background-size: cover; float: left; position: relative; width: 100%; height: 100%; height: 100%; }
@media only screen and (min-width: 60em) { #radioPage #radioContent { height: 100%; } }
#radioContent h3 { font-family: "Interstate-Bold", Helvetica, Arial, sans-serif; color: #4a4a4a; font-size: 32px; margin-top: 124px; text-transform: uppercase; text-align: center; width: 273px; border-bottom: solid 1px #4a4a4a; margin-left: auto; margin-right: auto; }
@media only screen and (min-width: 60em) { #radioContent h3 { font-size: 56px; width: 460px; } }
#radioContent h4 { color: #4a4a4a; font-size: 14px; text-align: center; white-space: nowrap; }
@media only screen and (min-width: 60em) { #radioContent h4 { font-size: 24px; } }
#radioContent #radioModule { background-color: transparent; background-color: rgba(255, 255, 255, 0.8); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF,endColorstr=#CCFFFFFF); zoom: 1; position: relative; width: 320px; height: 110px; margin: 45px auto 0 auto; text-align: center; }
@media only screen and (min-width: 60em) { #radioContent #radioModule { width: 500px; } }
#radioContent #radioModule #controls { position: absolute; top: 33px; left: 20px; display: none; width: 63px; height: 60px; }
@media only screen and (min-width: 60em) { #radioContent #radioModule #controls { left: 26px; } }
#radioContent #radioModule #controls .playbutton { width: 63px; height: 60px; margin: 0px; background: url("/images/radioPlayer/radio_play_new.svg") no-repeat; display: none; }
#radioContent #radioModule #controls .stopbutton { width: 63px; height: 60px; margin: 0px; background: url("/images/radioPlayer/radio_stop_new.svg") no-repeat; display: none; }
#radioContent #radioModule #volume { position: absolute; top: 38px; left: 100px; display: none; width: 144px; height: 46px; }
@media only screen and (min-width: 60em) { #radioContent #radioModule #volume { left: 110px; width: 284px; } }
#radioContent #radioModule #volume .volumedown { float: left; width: 28px; height: 29px; margin: 9px 0px 0px 0px; background: url("/images/radioPlayer/radio_volume_down.png") no-repeat; }
#radioContent #radioModule #volume .volumemute { float: left; width: 45px; height: 45px; margin: 0px; background: url("/images/radioPlayer/radio_volume_mute_off.png") no-repeat; }
#radioContent #radioModule #volume .volumeup { float: left; width: 28px; height: 29px; margin: 9px 0px 0px 0px; background: url("/images/radioPlayer/radio_volume_up.png") no-repeat; }
#radioContent #radioModule #volume .divider { float: left; width: 21px; height: 2px; margin: 22px 0px; background: #009AFE; }
@media only screen and (min-width: 60em) { #radioContent #radioModule #volume .divider { width: 90px; } }
#radioContent #radioModule #status { position: absolute; top: 43px; right: 20px; display: none; width: 31px; height: 31px; }
@media only screen and (min-width: 80em) { #radioContent #radioModule #status { width: 52px; height: 48px; top: 33px; } }
#radioContent #radioModule #status .live { float: left; right: 10px; width: 31px; height: 31px; margin: 0px; background: #C8102E url("/images/radioPlayer/radio_live_new.svg") no-repeat center center; display: none; }
@media only screen and (min-width: 80em) { #radioContent #radioModule #status .live { width: 52px; height: 48px; } }
#radioContent #radioModule #status .offair { position: absolute; bottom: 5px; right: 10px; width: 31px; height: 31px; background: #C1C6C8 url("/images/radioPlayer/radio_off_new.svg") no-repeat center center; display: none; }
@media only screen and (min-width: 80em) { #radioContent #radioModule #status .offair { width: 52px; height: 48px; } }
#radioContent #radioModule #loading { position: absolute; top: 33px; left: 110px; display: none; width: 144px; height: 46px; text-transform: uppercase; line-height: 46px; text-align: center; font-size: 1.1; color: #4a4a4a; }
#radioContent #radioModule #offair_text { font-family: "Interstate-Regular", Helvetica, Arial, sans-serif; font-weight: normal; position: absolute; top: 38px; left: 0px; display: none; width: 60%; height: 20px; color: #4a4a4a; font-weight: bold; text-align: center; font-size: 15px; margin: 0 50px; }
@media only screen and (min-width: 80em) { #radioContent #radioModule #offair_text { top: 48px; width: 52px; height: 48px; } }
#radioContent #radioModule a { text-indent: -9999px; cursor: pointer; }
#radioContent #radioModule.offair #status { display: none; }
#radioContent #radioModule.offair #controls { display: none; }
#radioContent #radioModule.offair #volume { display: none; }
#radioContent #radioModule.offair #loading { display: none; }
#radioContent #radioModule.offair #offair_text { display: block; }
#radioContent #radioModule.ipad #controls { left: 116px; }
#radioContent #radioModule.ipad #status { left: 199px; }
#radioContent #radioModule.livenotplaying #title .live { display: block; }
#radioContent #radioModule.livenotplaying #title .offair { display: none; }
#radioContent #radioModule.livenotplaying #status { display: block; }
#radioContent #radioModule.livenotplaying #status .live { display: block; }
#radioContent #radioModule.livenotplaying #status .offair { display: none; }
#radioContent #radioModule.livenotplaying #controls { display: block; }
#radioContent #radioModule.livenotplaying #controls .playbutton { display: block; }
#radioContent #radioModule.livenotplaying #controls .stopbutton { display: none; }
#radioContent #radioModule.livenotplaying #volume { display: none; }
#radioContent #radioModule.livenotplaying #loading { display: none; }
#radioContent #radioModule.liveplaying #title .live { display: block; }
#radioContent #radioModule.liveplaying #title .offair { display: none; }
#radioContent #radioModule.liveplaying #status { display: block; }
#radioContent #radioModule.liveplaying #status .live { display: block; }
#radioContent #radioModule.liveplaying #status .offair { display: none; }
#radioContent #radioModule.liveplaying #controls { display: block; }
#radioContent #radioModule.liveplaying #controls .playbutton { display: none; }
#radioContent #radioModule.liveplaying #controls .stopbutton { display: block; }
#radioContent #radioModule.liveplaying #volume { display: block; }
#radioContent #radioModule.liveplaying #loading { display: none; }
#radioContent #radioModule.liveplayingipad #title .live { display: block; }
#radioContent #radioModule.liveplayingipad #title .offair { display: none; }
#radioContent #radioModule.liveplayingipad #status { display: block; }
#radioContent #radioModule.liveplayingipad #status .live { display: block; }
#radioContent #radioModule.liveplayingipad #status .offair { display: none; }
#radioContent #radioModule.liveplayingipad #controls { display: block; }
#radioContent #radioModule.liveplayingipad #controls .playbutton { display: none; }
#radioContent #radioModule.liveplayingipad #controls .stopbutton { display: block; }
#radioContent #radioModule.liveplayingipad #volume { display: none; }
#radioContent #radioModule.liveplayingipad #loading { display: none; }
#radioContent #radioModule.muted #volume .volumemute { background: url("/images/radioPlayer/radio_volume_mute_on.png") no-repeat; }
#radioContent #radioModule.loading #loading { display: block; }
#radio .heroInfo { width: 100%; }
@media only screen and (min-width: 20em) { #radio .heroInfo { top: 0; position: absolute; background: transparent; } }
@media only screen and (min-width: 40em) { #radio .heroInfo { top: 0; position: relative; } }
#radio .heroInfo h3 { font-family: "Interstate-Bold", Helvetica, Arial, sans-serif; color: #4a4a4a; font-size: 32px; text-transform: uppercase; text-align: center; margin-top: 0; width: 273px; border-bottom: solid 1px #4a4a4a; margin-left: auto; margin-right: auto; text-shadow: none; }
@media only screen and (min-width: 60em) { #radio .heroInfo h3 { font-size: 56px; margin-top: 124px; width: 460px; } }
#radio .heroInfo h4 { color: #4a4a4a; font-size: 14px; text-align: center; white-space: nowrap; text-shadow: none; }
@media only screen and (min-width: 60em) { #radio .heroInfo h4 { font-size: 24px; } }
#radio .page-wrap.blue, #radio .content-wrap.blue { background-color: #65CFE9; color: #FFFFFF; }
#radio .siteDetailContainer { margin: 10px 0; }
#radio .siteDetailContainer h3 { font-size: 18px; clear: both; padding: 20px 10px; }
#radio .siteDetailContainer #boom { background-color: transparent; min-width: 320px; max-width: calc(100% - 320px); width: 100%; height: 550px; margin: 0 auto; display: block; }
@media only screen and (min-width: 40em) { #radio .siteDetailContainer #boom { min-width: 380px; width: calc(100% - 320px); } }
.radioLanding { width: 100%; min-height: 300px; font-size: 15px; }
@media only screen and (min-width: 40em) { .radioLanding { min-height: 480px; } }
.radioLanding .logo { background: transparent url(/images/radioPlayer/radio_logo.png) no-repeat center 20px; background-size: 295px 60px; width: 100%; text-indent: -9999px; height: 90px; }
.radioLanding .msg { padding: 5px; text-align: center; color: #4a4a4a; text-shadow: none; }
.radioLanding .msg.off { font-family: "Interstate-Bold", Helvetica, Arial, sans-serif; }
@media only screen and (min-width: 60em) { .radioLanding .msg { padding: 30px; } }
.radioLanding .btn { display: block; background: #3b8ede; border: solid 1px #FFFFFF; border-radius: 5px; text-transform: uppercase; text-align: center; width: 130px; margin: 5px auto; }
.radioLanding .btn a { font-family: "Interstate-Regular", Helvetica, Arial, sans-serif; font-weight: normal; color: white; display: block; padding: 10px; width: 100%; }
@media only screen and (min-width: 60em) { .radioLanding .btn { margin: 30px auto; } }
/***** app Override Styles -- for some webviews *****/
.app #event_guide .event_guide_content .event_guide_container { width: 100%; }
.app #event_guide .event_guide_content .event_guide_container .inlineImg { width: auto; }
.app #event_guide .event_guide_content .event_guide_container .inlineImg img { max-width: 100%; }
/*** Search Results ***/
#searchContainer, .siteDetailContainer { margin-top: 20px; }
#searchContainer .helperText, .siteDetailContainer .helperText { margin: 15px auto; }
#searchContainer .searchFormContainer, .siteDetailContainer .searchFormContainer { margin: auto; font-family: "Interstate-Light", Helvetica, Arial, sans-serif; }
#searchContainer .searchFormContainer .pageSearchButton, .siteDetailContainer .searchFormContainer .pageSearchButton { margin-left: 20px; display: inline-block; }
#searchContainer .searchFormContainer #query, .siteDetailContainer .searchFormContainer #query { width: 40%; }
#searchContainer .searchResultsContainer, .siteDetailContainer .searchResultsContainer { margin: auto; font-family: "Interstate-Regular", Helvetica, Arial, sans-serif; font-weight: normal; }
#searchContainer .searchResultsContainer li, .siteDetailContainer .searchResultsContainer li { list-style: none; padding-bottom: 15px; }
#searchContainer .searchResultsContainer .title, .siteDetailContainer .searchResultsContainer .title { font-family: "Interstate-Bold", Helvetica, Arial, sans-serif; }
#searchContainer .searchResultsContainer .paginationContainer, .siteDetailContainer .searchResultsContainer .paginationContainer { text-align: center; margin: auto; font-size: 1.6rem; }
#searchContainer .searchResultsContainer .paginationContainer .plink, #searchContainer .searchResultsContainer .paginationContainer .prev, .siteDetailContainer .searchResultsContainer .paginationContainer .plink, .siteDetailContainer .searchResultsContainer .paginationContainer .prev { margin: 5px; padding: 5px 10px; }
#searchContainer .searchResultsContainer .paginationContainer .next, #searchContainer .searchResultsContainer .paginationContainer .prev, .siteDetailContainer .searchResultsContainer .paginationContainer .next, .siteDetailContainer .searchResultsContainer .paginationContainer .prev { font-weight: bold; }
#searchContainer .searchResultsContainer #resultsMessage, .siteDetailContainer .searchResultsContainer #resultsMessage { padding-bottom: 10px; }
/*** SlamTracker Stub ***/
#slamtracker .siteDetailContainer h1 { color: #cedf00; padding-bottom: 15px; font-size: 28px; }
#slamtracker .siteDetailContainer p { color: #FFFFFF; }
#slamtracker .moreNews { float: left; text-align: center; width: 100%; }
@media only screen and (min-width: 60em) { #slamtracker .moreNews { float: right; width: 320px; } }
#slamtracker .moreNews .screenshot { padding: 20px 0px; }
@media only screen and (min-width: 60em) { #slamtracker .moreNews .screenshot img { width: 95%; } }
/*** account for fixed header height in # links ***/
.offset-anchor:before { content: ""; display: block; height: 60px; /* fixed header height*/ margin: -60px 0 0; /* negative fixed header height */ }
/*** Select Menu ***/
.select-menu { background-color: #F0F2F3; border-bottom: solid 1px #C1C6C8; padding: 12px 0; }
.select-menu .select-menu button.title { text-align: center; }
@media only screen and (min-width: 20em) { .select-menu .select-menu { margin-top: 30px; } }
@media only screen and (min-width: 60em) { .select-menu .select-menu { margin-top: 0px; } }
.select-menu .select-menu-dropdown { background: url("/images/misc/gray_arrow_dn.png") no-repeat 95% 50%; color: #4A4A4A; border: 1px solid #4A4A4A; padding: 5px 20px 5px 10px; font-family: "Interstate-Regular", Helvetica, Arial, sans-serif; font-weight: normal; font-weight: 400; font-size: 1.4rem; max-height: 400px; overflow: scroll; margin-left: 50%; transform: translateX(-50%); text-align: center; text-align-last: center; -moz-appearance: none; /* Firefox */ -webkit-appearance: none; /* Safari and Chrome */ appearance: none; }
/** Interactive map **/
.interactive_map { padding-top: 0px; width: 100%; height: 1000px; }
.interactive_map .infoBoxTitle { display: block; text-align: center; font-weight: bold; }
.interactive_map .infoBoxDescription { display: block; margin-bottom: 5px; }
.interactive_map .catBtns { width: 70px; position: absolute; z-index: 1; text-align: center; margin-top: 80px; margin-left: 10px; }
.interactive_map .catBtns .catBtn { height: 80px; display: block; color: white !important; }
.interactive_map .catBtns .catBtn img { width: 50px; height: 50px; }
.interactive_map #map { width: 100%; height: 100%; }
/** visit tabs **/
.visitTabs { text-align: center; border-bottom: 1px solid #AFAFAF; padding: 10px 0; }
.visitTabs ul { margin-bottom: 0px; }
.visitTabs ul li { display: inline-block; line-height: 2em; border-right: 1px solid #888b8d; padding-right: 7px; padding-left: 7px; }
.visitTabs ul li a { text-decoration: none; color: #888b8d; font-size: 1.5em; }
.visitTabs ul li a.active { border-bottom: 2px solid #888b8d; font-weight: bold; }
.visitTabs ul li a:hover { border-bottom: 2px solid #888b8d; }
.visitTabs ul li:last-child { border: none; }
/*** Select Menu ***/
.select-menu { background-color: #F0F2F3; border-bottom: solid 1px #C1C6C8; padding: 12px 0; margin-top: -1em; }
.select-menu .select-menu button.title { text-align: center; }
@media only screen and (min-width: 20em) { .select-menu .select-menu { margin-top: 30px; } }
@media only screen and (min-width: 60em) { .select-menu .select-menu { margin-top: 0px; } }
.select-menu .select-menu-dropdown { background: url("/images/misc/gray_arrow_dn.png") no-repeat 95% 50%; color: #4A4A4A; border: 1px solid #4A4A4A; padding: 5px 20px 5px 10px; font-family: "Interstate-Regular", Helvetica, Arial, sans-serif; font-weight: normal; font-weight: 400; font-size: 1.4rem; max-height: 400px; overflow: scroll; margin-left: 50%; transform: translateX(-50%); text-align: center; text-align-last: center; -moz-appearance: none; /* Firefox */ -webkit-appearance: none; /* Safari and Chrome */ appearance: none; }
/*** Alpha Dropdown ***/
.alphaBar, .alphaBarMobile { height: 60px; text-align: center; border-bottom: 1px solid #AFAFAF; line-height: 60px; background-color: #FFFFFF; }
.alphaBar select, .alphaBarMobile select { background: none; border: none; color: #AFAFAF; font-size: 1em; display: inline-block; overflow: hidden; position: relative; cursor: pointer; }
.alphaBar ul, .alphaBarMobile ul { padding: 0; margin: 0; display: inline-block; }
.alphaBar ul li, .alphaBarMobile ul li { list-style: none; font-size: 1.5rem; color: #AFAFAF; float: left; margin: 5px; }
.alphaBar ul li a, .alphaBarMobile ul li a { text-decoration: none; color: #4A4A4A; }
@media only screen and (min-width: 40em) { .alphaBarMobile { display: none; } }
@media only screen and (max-width: 39.9375em) { .alphaBar { display: none; } }
/*** Event Guide A-Z ***/
#content { padding-bottom: 16px; margin-bottom: 16px; font-size: 1.2rem; }
@media only screen and (min-width: 40em) { #content { width: 100%; padding-right: 16px; padding-left: 16px; margin-right: auto; margin-left: auto; } }
#content p:first-child { margin-top: 1rem; }
.gray { background-color: #f3f3f3; }
@media only screen and (min-width: 40em) { .azContainer { width: 100%; padding-right: 16px; padding-left: 16px; margin-right: auto; margin-left: auto; } }
@media only screen and (min-width: 40em) and (min-width: 576px) { .azContainer { max-width: 540px; } }
@media only screen and (min-width: 40em) and (min-width: 768px) { .azContainer { max-width: 720px; } }
@media only screen and (min-width: 40em) and (min-width: 1024px) { .azContainer { max-width: 960px; } }
@media only screen and (min-width: 40em) and (min-width: 1140px) { .azContainer { max-width: 1024px; } }
@media only screen and (min-width: 40em) and (min-width: 1280px) { .azContainer { max-width: 1280px; } }
.azContainer .azHeader h2 { font-size: 2rem; padding: 15px 10px; }
@media only screen and (min-width: 40em) { .azContainer .azHeader h2 { font-size: 2.5rem; padding: 20px 10px; } }
.azContainer .azHeader > div { display: block; padding: 15px 0; }
@media only screen and (min-width: 40em) { .azContainer .azHeader > div { float: right; margin-top: 15px; margin-right: 15px; padding: 0; } }
@media only screen and (min-width: 80em) { .azContainer .azHeader > div { margin-top: 30px; } }
.azContainer .azHeader > div a { display: block; color: #4A4A4A; text-align: center; text-decoration: none; text-transform: uppercase; padding: 10px 10px 10px 10px; width: 150px; margin: auto; border: 1px solid #AFAFAF; background-color: #FFFFFF; }
@media only screen and (min-width: 80em) { .azContainer .azHeader > div a { border: none; padding: 0 15px 0 0; width: auto; background-color: transparent; } }
.azContainer .azHeader > div a .icon { background: url("/images/nav/back_to_top_gray.png") no-repeat center; padding: 0 5px; }
@media only screen and (min-width: 80em) { .azContainer .azHeader > div a .icon { background-image: url("/images/nav/back_to_top_gray.png"); } }
.azItem { background-color: #FFFFFF; margin: 16px 0; *zoom: 1; }
@media only screen and (min-width: 40em) { .azItem { padding: 20px; } }
@media only screen and (min-width: 60em) { .azItem { padding: 20px; } }
@media only screen and (min-width: 80em) { .azItem { padding: 20px; } }
.azItem:before, .azItem:after { content: ""; display: table; }
.azItem:after { clear: both; }
.azItem .azPhoto { width: 100%; }
.azItem .azPhoto img { width: 100%; }
@media only screen and (min-width: 40em) { .azItem .azPhoto { margin: 0 32px 0 0; max-width: 280px; float: left; } }
@media only screen and (min-width: 60em) { .azItem .azPhoto { margin: 0 32px 0 0; max-width: 280px; float: left; } }
@media only screen and (min-width: 80em) { .azItem .azPhoto { margin: 0 32px 0 0; max-width: 320px; float: left; } }
.azItem .azTitle { padding: 10px 20px 0 20px; }
@media only screen and (min-width: 40em) { .azItem .azTitle { padding: 0; } }
.azItem .azTitle h3 { font-family: "Interstate-Regular", Helvetica, Arial, sans-serif; font-weight: normal; color: #888B8D; font-size: 1.4rem; }
@media only screen and (min-width: 40em) { .azItem .azTitle h3 { font-size: 1.6rem; padding-bottom: 10px; } }
.azItem .azContent { padding: 0 20px 10px 20px; font-family: "Interstate-Regular", Helvetica, Arial, sans-serif; font-weight: normal; color: #4A4A4A; }
@media only screen and (min-width: 40em) { .azItem .azContent { padding: 0; } }
@media only screen and (min-width: 60em) { .azItem .azContent { padding: 0; } }
.azItem .azContent p { padding-top: 10px; }
.azItem .azContent p:first-child { padding-top: 10px; }
@media only screen and (min-width: 40em) { .azItem .azContent p:first-child { padding-top: 0; } }
.azItem .azContent ol, .azItem .azContent ul, .azItem .azContent dl { margin-left: 25px; }
/*** Compact content - refactored from az style ***/
@media only screen and (min-width: 40em) { .compact-container { width: 100%; padding-right: 16px; padding-left: 16px; margin-right: auto; margin-left: auto; } }
@media only screen and (min-width: 40em) and (min-width: 576px) { .compact-container { max-width: 540px; } }
@media only screen and (min-width: 40em) and (min-width: 768px) { .compact-container { max-width: 720px; } }
@media only screen and (min-width: 40em) and (min-width: 1024px) { .compact-container { max-width: 960px; } }
@media only screen and (min-width: 40em) and (min-width: 1140px) { .compact-container { max-width: 1024px; } }
@media only screen and (min-width: 40em) and (min-width: 1280px) { .compact-container { max-width: 1280px; } }
.compact-container .compact-header h2, .compact-container .compact-header h3 { font-size: 1.8rem; padding: 5px 10px; }
@media only screen and (min-width: 40em) { .compact-container .compact-header h2, .compact-container .compact-header h3 { font-size: 2rem; padding: 5px 20px; } }
.compact-container .compact-header > div { display: block; padding: 15px 0; }
@media only screen and (min-width: 40em) { .compact-container .compact-header > div { float: right; margin-top: 10px; margin-right: 15px; padding: 0; } }
@media only screen and (min-width: 80em) { .compact-container .compact-header > div { margin-top: 20px; } }
.compact-container .compact-header > div a { display: block; color: #4A4A4A; text-align: center; text-decoration: none; text-transform: uppercase; padding: 10px 10px 10px 10px; width: 150px; margin: auto; border: 1px solid #AFAFAF; background-color: #FFFFFF; }
@media only screen and (min-width: 80em) { .compact-container .compact-header > div a { border: none; padding: 0 15px 0 0; width: auto; background-color: transparent; } }
.compact-container .compact-header > div a .icon { background: url("/images/nav/back_to_top_gray.png") no-repeat center; padding: 0 5px; }
@media only screen and (min-width: 80em) { .compact-container .compact-header > div a .icon { background-image: url("/images/nav/back_to_top_gray.png"); } }
.compact-item { background-color: #FFFFFF; margin: 16px 0; *zoom: 1; }
@media only screen and (min-width: 40em) { .compact-item { padding: 10px 20px; } }
@media only screen and (min-width: 60em) { .compact-item { padding: 10px 20px; } }
@media only screen and (min-width: 80em) { .compact-item { padding: 10px 20px; } }
.compact-item:before, .compact-item:after { content: ""; display: table; }
.compact-item:after { clear: both; }
.compact-item .compact-photo { width: 100%; }
.compact-item .compact-photo img { width: 100%; }
@media only screen and (min-width: 40em) { .compact-item .compact-photo { margin: 0 32px 0 0; max-width: 280px; float: left; } }
@media only screen and (min-width: 60em) { .compact-item .compact-photo { margin: 0 32px 0 0; max-width: 280px; float: left; } }
@media only screen and (min-width: 80em) { .compact-item .compact-photo { margin: 0 32px 0 0; max-width: 320px; float: left; } }
.compact-item .compact-title { padding: 10px 20px 0 20px; }
@media only screen and (min-width: 40em) { .compact-item .compact-title { padding: 0; } }
.compact-item .compact-title h3 { font-family: "Interstate-Regular", Helvetica, Arial, sans-serif; font-weight: normal; color: #888B8D; font-size: 1.4rem; }
@media only screen and (min-width: 40em) { .compact-item .compact-title h3 { font-size: 1.6rem; padding-bottom: 10px; } }
.compact-item .compact-content { padding: 0 20px 10px 20px; font-family: "Interstate-Regular", Helvetica, Arial, sans-serif; font-weight: normal; color: #4A4A4A; }
@media only screen and (min-width: 40em) { .compact-item .compact-content { padding: 0; } }
@media only screen and (min-width: 60em) { .compact-item .compact-content { padding: 0; } }
.compact-item .compact-content p { padding-top: 10px; }
.compact-item .compact-content p:first-child { padding-top: 10px; }
@media only screen and (min-width: 40em) { .compact-item .compact-content p:first-child { padding-top: 0; } }
.compact-item .compact-content ol, .compact-item .compact-content ul, .compact-item .compact-content dl { margin-left: 25px; }
/*** Hero Image - full width image w/ text - news index, detail, stub page ***/
.heroSection { width: 100%; max-width: 1280px; margin: auto; /*** .landing flips the behavior of the h1 and h2 tags ***/ }
@media (min-width: 1280px) { .heroSection { max-width: 100%; } }
.heroSection .heroImage { width: 100%; overflow: hidden; position: relative; height: 100%; }
@media only screen and (min-width: 40em) { .heroSection .heroImage { height: 0; padding-top: 56.25%; } }
@media (min-width: 1280px) { .heroSection .heroImage { height: 720px; padding-top: 0; } }
.heroSection .heroImage .heroContainer { position: relative; top: 0; left: 0; bottom: 0; right: 0; }
@media only screen and (min-width: 40em) { .heroSection .heroImage .heroContainer { position: absolute; background-size: cover; background-position: top; background-repeat: no-repeat; } }
.heroSection .heroImage .heroContainer img { width: 100%; height: 100%; position: relative; top: 0; left: 0; object-fit: cover; }
@media only screen and (min-width: 40em) { .heroSection .heroImage .heroContainer img { height: 100%; position: absolute; z-index: -1; } }
@media (min-width: 1280px) { .heroSection .heroImage .heroContainer img { height: 720px; object-position: top; } }
.heroSection .heroImage .heroContainer img.center { z-index: auto !important; width: 75px !important; height: 75px !important; }
.heroSection .heroImage .heroContainer .heroInfo { position: relative; bottom: 0; padding: 20px 15px; background-color: #f3f3f3; color: #4a4a4a; display: block; width: 100%; }
@media only screen and (min-width: 40em) { .heroSection .heroImage .heroContainer .heroInfo { position: absolute; bottom: 0; padding: 30px 50px; color: #FFFFFF; text-shadow: #000000 2px 2px 2px; background-color: transparent; } }
@media only screen and (min-width: 80em) { .heroSection .heroImage .heroContainer .heroInfo { position: absolute; bottom: 0; padding: 30px 60px; } }
.heroSection .heroImage .heroContainer .heroInfo a { color: #FFFFFF; }
.heroSection .heroImage .heroContainer .heroInfo h1 { padding: 0; margin-bottom: 10px; border: none; color: #4a4a4a; font-family: "Interstate-Regular", Helvetica, Arial, sans-serif; font-weight: normal; font-size: 2.4rem; line-height: 2.6rem; }
@media only screen and (min-width: 40em) { .heroSection .heroImage .heroContainer .heroInfo h1 { color: #FFFFFF; } }
@media only screen and (min-width: 60em) { .heroSection .heroImage .heroContainer .heroInfo h1 { margin-bottom: 15px; font-size: 4rem; line-height: 4.2rem; } }
@media only screen and (min-width: 80em) { .heroSection .heroImage .heroContainer .heroInfo h1 { margin-bottom: 25px; font-size: 5rem; line-height: 5.2rem; } }
.heroSection .heroImage .heroContainer .heroInfo h2 { padding: 0; margin-bottom: 10px; font-family: "Interstate-Bold", Helvetica, Arial, sans-serif; text-transform: uppercase; font-size: 1.5rem; color: #4a4a4a; }
@media only screen and (min-width: 40em) { .heroSection .heroImage .heroContainer .heroInfo h2 { color: #FFFFFF; } }
@media only screen and (min-width: 60em) { .heroSection .heroImage .heroContainer .heroInfo h2 { font-size: 1.8rem; } }
@media only screen and (min-width: 80em) { .heroSection .heroImage .heroContainer .heroInfo h2 { font-size: 2rem; } }
.heroSection .heroImage .heroContainer .heroInfo p { display: none; padding: 0; font-family: "Interstate-Regular", Helvetica, Arial, sans-serif; font-weight: normal; font-size: 1.2rem; }
@media only screen and (min-width: 40em) { .heroSection .heroImage .heroContainer .heroInfo p { display: block; font-size: 1.3rem; } }
@media only screen and (min-width: 80em) { .heroSection .heroImage .heroContainer .heroInfo p { display: block; font-size: 1.4rem; } }
.heroSection .heroVideo { width: 100%; overflow: hidden; position: relative; }
@media (min-width: 1280px) { .heroSection .heroVideo { height: 720px; padding-top: 0; } }
.heroSection .heroVideo #videoImage { position: absolute; top: 0; left: 0; bottom: 0; right: 0; width: 100%; object-fit: cover; object-position: top; }
@media (min-width: 1280px) { .heroSection .heroVideo #videoContainer { max-width: 1280px; margin: auto; } }
.heroSection .heroVideo .nowPlaying { display: none; position: absolute; top: 0; left: 0; right: 0; padding: 10px 20px; color: white; font-family: "Interstate-Regular", Helvetica, Arial, sans-serif; font-weight: normal; font-size: 1.2rem; background-color: rgba(0, 0, 0, 0.6); }
.heroSection .heroVideo .videoText { color: #FFFFFF; text-shadow: #000000 2px 2px 2px; position: absolute; bottom: 0; padding: 20px 15px; }
@media only screen and (min-width: 40em) { .heroSection .heroVideo .videoText { position: absolute; bottom: 0; padding: 30px 50px; } }
@media only screen and (min-width: 80em) { .heroSection .heroVideo .videoText { position: absolute; bottom: 0; padding: 30px 60px; } }
.heroSection .heroVideo .videoText h2 { padding: 0; margin-bottom: 10px; border: none; color: #FFFFFF; font-family: "Interstate-Regular", Helvetica, Arial, sans-serif; font-weight: normal; font-size: 3rem; line-height: 3.2rem; text-transform: none; }
@media only screen and (min-width: 60em) { .heroSection .heroVideo .videoText h2 { margin-bottom: 15px; font-size: 4rem; line-height: 4.2rem; } }
@media only screen and (min-width: 80em) { .heroSection .heroVideo .videoText h2 { margin-bottom: 25px; font-size: 5rem; line-height: 5.2rem; } }
.heroSection .heroVideo .videoText h1 { padding: 0; margin-bottom: 10px; font-family: "Interstate-Bold", Helvetica, Arial, sans-serif; text-transform: uppercase; font-size: 1.5rem; line-height: 1.7rem; }
@media only screen and (min-width: 60em) { .heroSection .heroVideo .videoText h1 { font-size: 1.8rem; line-height: 2rem; } }
@media only screen and (min-width: 80em) { .heroSection .heroVideo .videoText h1 { font-size: 2rem; line-height: 2.2rem; } }
.heroSection.landing .heroImage .heroContainer .heroInfo h2 { padding: 0; margin-bottom: 10px; border: none; color: #4a4a4a; font-family: "Interstate-Regular", Helvetica, Arial, sans-serif; font-weight: normal; font-size: 3rem; line-height: 3.2rem; text-transform: none; }
@media only screen and (min-width: 40em) { .heroSection.landing .heroImage .heroContainer .heroInfo h2 { color: #FFFFFF; } }
@media only screen and (min-width: 60em) { .heroSection.landing .heroImage .heroContainer .heroInfo h2 { margin-bottom: 15px; font-size: 4rem; line-height: 4.2rem; } }
@media only screen and (min-width: 80em) { .heroSection.landing .heroImage .heroContainer .heroInfo h2 { margin-bottom: 25px; font-size: 5rem; line-height: 5.2rem; } }
.heroSection.landing .heroImage .heroContainer .heroInfo h1 { padding: 0; margin-bottom: 10px; font-family: "Interstate-Bold", Helvetica, Arial, sans-serif; text-transform: uppercase; font-size: 1.5rem; line-height: 1.7rem; }
@media only screen and (min-width: 60em) { .heroSection.landing .heroImage .heroContainer .heroInfo h1 { font-size: 1.8rem; line-height: 2rem; } }
@media only screen and (min-width: 80em) { .heroSection.landing .heroImage .heroContainer .heroInfo h1 { font-size: 2rem; line-height: 2.2rem; } }
/*** Container for news content by-line, date and sharing tools ***/
.articleInfo { margin: auto auto 30px auto; width: 100%; padding-right: 16px; padding-left: 16px; margin-right: auto; margin-left: auto; background-color: #f3f3f3; }
.articleInfo .info-row { display: flex; flex-wrap: wrap; margin-right: -16px; margin-left: -16px; max-width: 1280px; margin: auto; }
.articleInfo .info-row .info { font-family: "Interstate-Light", Helvetica, Arial, sans-serif; color: #888B8D; font-size: 1.2rem; display: table; height: 80px; position: relative; width: 100%; min-height: 1px; padding-right: 16px; padding-left: 16px; flex: 0 0 66.66667%; max-width: 66.66667%; }
@media (min-width: 576px) { .articleInfo .info-row .info { margin-left: 8.33333%; flex: 0 0 66.66667%; max-width: 66.66667%; height: 70px; } }
@media (min-width: 768px) { .articleInfo .info-row .info { margin-left: 16.66667%; flex: 0 0 66.66667%; max-width: 66.66667%; height: 85px; } }
.articleInfo .info-row .info .info-cell { display: table-cell; vertical-align: middle; }
.articleInfo .info-row .socialShare { position: relative; width: 100%; min-height: 1px; padding-right: 16px; padding-left: 16px; flex: 0 0 33.33333%; max-width: 33.33333%; display: inline-block; text-align: right; line-height: 80px; }
@media (min-width: 576px) { .articleInfo .info-row .socialShare { flex: 0 0 16.66667%; max-width: 16.66667%; line-height: 70px; } }
@media (min-width: 768px) { .articleInfo .info-row .socialShare { line-height: 85px; } }
.articleInfo .info-row .socialShare ul { padding-left: 0px; margin-bottom: 0; }
.articleInfo .info-row .socialShare li { list-style: none; display: inline; padding-left: 10px; }
.articleInfo .info-row .socialShare img { width: 20px; height: 20px; }
/*** Container for page sponsor appearing below the by-line / social section ***/
.pageSponsor { margin: -20px 16px 30px 16px; text-align: center; font-size: 1rem; font-family: "Interstate-Light", Helvetica, Arial, sans-serif; color: #888B8D; }
.pageSponsor.noInfo { margin-top: 20px; }
.pageSponsor .sponsorInfo { position: relative; }
.pageSponsor .sponsorInfo a { padding: 0 60px; background-color: #FFFFFF; z-index: 1; position: relative; }
.pageSponsor .sponsorInfo a img { max-width: 150px; margin-top: 5px; }
.pageSponsor .sponsorInfo .sponsorLine { position: absolute; display: block; bottom: 45%; overflow: hidden; width: 100%; height: 1px; content: '\a0'; background-color: #4A4A4A; }
/*** Containing .row class for general rich text ***/
.uso-intro { width: 100%; font-size: 1.6rem; font-family: "Interstate-Regular", Helvetica, Arial, sans-serif; font-weight: normal; color: #4A4A4A; padding: 20px 0; }
.uso-intro > div { width: 100%; max-width: 1280px; margin: auto; }
.uso-intro > div > div { position: relative; width: 100%; min-height: 1px; padding-right: 16px; padding-left: 16px; flex: 0 0 100%; max-width: 100%; text-align: center; }
@media (min-width: 576px) { .uso-intro > div > div { flex: 0 0 83.33333%; max-width: 83.33333%; margin-left: 8.33333%; } }
.uso-intro > div > div h1 { font-size: 2.8em; padding: 10px 5px; }
.uso-intro > div > div h2 { font-size: 2.4rem; padding: 10px 5px; }
.uso-intro > div > div h3 { font-size: 2rem; }
.uso-intro > div > div h4 { font-size: 1.6rem; }
.uso-intro > div > div h5 { font-size: 1.2rem; }
.uso-intro > div > div h6 { font-size: 1rem; }
.uso-intro > div > div ol, .uso-intro > div > div ul, .uso-intro > div > div dl { margin-left: 30px; }
.uso-intro.gray-bg { background-color: #f3f3f3; margin-top: -10px; }
.uso-content { width: 100%; max-width: 1280px; margin: auto; }
.uso-content > div { font-size: 1.3rem; position: relative; width: 100%; min-height: 1px; padding-right: 16px; padding-left: 16px; flex: 0 0 100%; max-width: 100%; }
@media (min-width: 576px) { .uso-content > div { flex: 0 0 83.33333%; max-width: 83.33333%; margin-left: 8.33333%; } }
.uso-content > div .rich-text { color: #888B8D; }
.uso-content > div h1, .uso-content > div h2, .uso-content > div h3, .uso-content > div h4, .uso-content > div h5, .uso-content > div h6 { font-family: "Interstate-Regular", Helvetica, Arial, sans-serif; font-weight: normal; color: #4A4A4A; }
.uso-content > div h1 { font-size: 2.8em; padding: 10px 5px; }
.uso-content > div h2 { font-size: 2.4rem; padding: 10px 5px; }
.uso-content > div h3 { font-size: 2rem; }
.uso-content > div h4 { font-size: 1.6rem; }
.uso-content > div h5 { font-size: 1.2rem; }
.uso-content > div h6 { font-size: 1rem; }
.uso-content > div ol, .uso-content > div ul, .uso-content > div dl { margin-left: 30px; }
.uso-content .rich-text { color: #888B8D; }
.uso-content h1, .uso-content h2, .uso-content h3, .uso-content h4, .uso-content h5, .uso-content h6 { font-family: "Interstate-Regular", Helvetica, Arial, sans-serif; font-weight: normal; color: #4A4A4A; }
.uso-content h1 { font-size: 2.8em; padding: 10px 5px; }
.uso-content h2 { font-size: 2.4rem; padding: 10px 5px; }
.uso-content h3 { font-size: 2rem; }
.uso-content h4 { font-size: 1.6rem; }
.uso-content h5 { font-size: 1.2rem; }
.uso-content h6 { font-size: 1rem; }
.uso-content ol, .uso-content ul, .uso-content dl { margin-left: 30px; }
/*** Containing .row class for news rich text ***/
@media (min-width: 576px) { .uso-news { display: flex; flex-wrap: wrap; margin-right: -16px; margin-left: -16px; justify-content: center !important; } }
@media (min-width: 768px) { .uso-news { max-width: 1280px; margin: auto; } }
.uso-news .rich-text { position: relative; width: 100%; min-height: 1px; padding-right: 16px; padding-left: 16px; font-size: 1.3rem !important; }
@media (min-width: 576px) { .uso-news .rich-text { flex: 0 0 83.33333%; max-width: 83.33333%; } }
@media (min-width: 768px) { .uso-news .rich-text { flex: 0 0 66.66667%; max-width: 66.66667%; } }
.uso-news .rich-text .ad-unit { width: 100%; margin-left: -16px; margin-right: -16px; margin-bottom: 20px; }
@media (min-width: 576px) { .uso-news .rich-text .ad-unit { width: 300px; height: 250px; float: right; margin: 0 0 40px 40px; } }
.uso-news .rich-text ol, .uso-news .rich-text ul, .uso-news .rich-text dl { margin-left: 30px; }
.uso-news .rich-text h1, .uso-news .rich-text h2, .uso-news .rich-text h3, .uso-news .rich-text h4, .uso-news .rich-text h5, .uso-news .rich-text h6 { font-family: "Interstate-Regular", Helvetica, Arial, sans-serif; font-weight: normal; }
.uso-news .rich-text h1 { font-size: 2.8em; padding: 10px 5px; }
.uso-news .rich-text h2 { font-size: 2.4rem; padding: 10px 5px; }
.uso-news .rich-text h3 { font-size: 2rem; }
.uso-news .rich-text h4 { font-size: 1.6rem; }
.uso-news .rich-text h5 { font-size: 1.2rem; }
.uso-news .rich-text h6 { font-size: 1rem; }
.uso-news .rich-text .block-quote { margin: 10px 0; }
@media (min-width: 768px) { .uso-news .rich-text .block-quote { position: relative; width: 100%; min-height: 1px; padding-right: 16px; padding-left: 16px; flex: 0 0 100%; max-width: 100%; font-size: 2.57143rem; } }
@media (min-width: 1024px) { .uso-news .rich-text .block-quote { flex: 0 0 50%; max-width: 50%; font-size: 2.85714rem; } }
@media (min-width: 1280px) { .uso-news .rich-text .block-quote { flex: 0 0 41.66667%; max-width: 41.66667%; } }
.uso-news .rich-text .block-quote.full { flex: 0 0 100%; max-width: 100%; }
@media (min-width: 1024px) { .uso-news .rich-text .block-quote.left { float: left; margin-left: 0; padding-left: 0; }
.uso-news .rich-text .block-quote.right { float: right; margin-right: 0; padding-right: 0; } }
.uso-news .rich-text.social { text-align: center; }
.uso-news .rich-text.social iframe { margin-left: auto !important; margin-right: auto !important; }
.uso-news .rich-text.related a { color: #418FDE; }
.uso-news .rich-text.related a b, .uso-news .rich-text.related a strong { color: #4A4A4A; text-transform: uppercase; }
.uso-news .block-quote { font-family: "Interstate-Extra_Light", Helvetica, Arial, sans-serif; color: #000000; margin: 10px; font-size: 2.28571rem; }
@media (min-width: 576px) { .uso-news .block-quote { position: relative; width: 100%; min-height: 1px; padding-right: 16px; padding-left: 16px; flex: 0 0 83.33333%; max-width: 83.33333%; } }
@media (min-width: 768px) { .uso-news .block-quote { flex: 0 0 66.66667%; max-width: 66.66667%; font-size: 2.57143rem; } }
@media (min-width: 1024px) { .uso-news .block-quote { font-size: 2.85714rem; } }
.uso-news .block-quote.full { display: block; }
/*** Containing .row class for non-header photos and videos ***/
.uso-media { display: flex; flex-wrap: wrap; margin-right: -16px; margin-left: -16px; justify-content: center !important; margin-bottom: 15px; }
@media (min-width: 1024px) { .uso-media { margin-bottom: 30px; } }
.uso-media .media-col { position: relative; width: 100%; min-height: 1px; padding-right: 16px; padding-left: 16px; flex: 0 0 100%; max-width: 100%; }
@media (min-width: 576px) { .uso-media .media-col { flex: 0 0 83.33333%; max-width: 83.33333%; } }
@media (min-width: 768px) { .uso-media .media-col { flex: 0 0 66.66667%; max-width: 66.66667%; } }
.uso-media .media-col .media-16x9 { padding-bottom: 56.25%; position: relative; margin: auto; width: 100%; }
.uso-media .media-col .media-16x9 .media-wrapper { position: absolute; top: 0; bottom: 0; left: 0; right: 0; }
.uso-media .media-col .media-16x9 .media-wrapper .inlineVideo { width: 100%; float: left; text-align: center; position: relative; padding-bottom: 56.25%; height: 0; }
.uso-media .media-col .media-16x9 .media-wrapper .inlineVideo .inlinePlayer { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.uso-media .media-col .media-16x9 .media-wrapper .inlineVideo img { width: 100%; }
.uso-media .media-col .media-16x9 .media-wrapper .inlineVideo .ovpPlayer, .uso-media .media-col .media-16x9 .media-wrapper .inlineVideo .stageOverlay { position: absolute; top: 0; left: 0; }
.uso-media .media-col .media-16x9 .media-wrapper .inlineVideo .stageOverlay { display: none; }
.uso-media .media-col .media-16x9 .media-wrapper .inlineVideo .playerPoster img.center { width: 3.75em !important; }
.uso-media .media-col .media-16x9 .media-wrapper .inlinePhoto { width: 100%; height: 100%; }
.uso-media .media-col .media-16x9 .media-wrapper .inlinePhoto img { width: auto; height: 100%; }
.uso-media .media-col .media-16x9 .media-wrapper.social { /* artifact of using rte for social media embeds */ }
.uso-media .media-col .media-16x9 .media-wrapper.social p { width: 100%; height: 100%; }
.uso-media .media-col .media-16x9 .media-wrapper.social iframe { width: 100%; height: 100%; }
.uso-media .photo-16x9 { padding-bottom: 56.25%; position: relative; margin: 0 auto 30px auto; width: 100%; }
.uso-media .photo-16x9 .inlinePhoto { position: absolute; top: 0; bottom: 0; left: 0; right: 0; }
.uso-media .photo-16x9 .inlinePhoto img { width: 100%; height: 100%; }
.uso-media.photo-16x9 { padding-bottom: 56.25%; position: relative; margin: 0 auto 30px auto; width: 100%; }
.uso-media.photo-16x9 .inlinePhoto { position: absolute; top: 0; bottom: 0; left: 0; right: 0; }
.uso-media.photo-16x9 .inlinePhoto img { width: 100%; height: 100%; }
/*** when a premium section follows a photo, give it some headroom ***/
.photo-16x9 + .premium_section { margin-top: 10px; }
/*** Hide container for inline-gallery ***/
/*** Container class for buttons, etc ***/
.uso-interactive { width: 100%; text-align: center; padding-bottom: 16px; display: inline-block; margin: auto; }
.uso-interactive.half { width: 50%; }
.uso-interactive .hospButton { min-width: 130px; width: auto; padding: 0 12px; }
.faq_section + .uso-interactive { display: block; background-color: #f3f3f3; margin-top: -16px; }
.uso-related-news { padding: 1rem 0; }
.uso-related-news.gray { background-color: #f3f3f3; }
.uso-next-article { display: flex; flex-wrap: wrap; margin-right: -16px; margin-left: -16px; justify-content: center !important; height: 90px; text-align: right; }
@media (min-width: 576px) { .uso-next-article { height: 55px; } }
@media (min-width: 768px) { .uso-next-article { height: 90px; } }
.uso-next-article .next-article { display: table; height: 100%; position: relative; width: 100%; min-height: 1px; padding-right: 16px; padding-left: 16px; font-size: 1.4rem; flex: 0 0 83.33333%; max-width: 83.33333%; }
@media (min-width: 576px) { .uso-next-article .next-article { font-size: 1.8rem; } }
@media (min-width: 768px) { .uso-next-article .next-article { flex: 0 0 66.66667%; max-width: 66.66667%; font-size: 2.2rem; } }
.uso-next-article .next-article a { display: table-cell; vertical-align: middle; padding-right: 30px; background: url("/images/misc/article_next_arrow.png") no-repeat right; }
.uso-calendar { height: 85px; overflow: hidden; margin-bottom: 20px; position: relative; background-color: #f3f3f3; }
@media (min-width: 576px) { .uso-calendar { background: transparent; height: auto; } }
@media (min-width: 1280px) { .uso-calendar { max-width: 1280px; margin-left: auto !important; margin-right: auto !important; } }
.uso-calendar > h2, .uso-calendar > h3 { font-size: 1.28571em; color: #4A4A4A; margin-left: 16px; margin-right: 16px; border-bottom: 1px solid #4A4A4A; padding-bottom: 14px; width: 75%; height: 86px; }
@media (min-width: 576px) { .uso-calendar > h2, .uso-calendar > h3 { border: none; margin-left: 0; margin-right: 0; padding-bottom: 0; padding-left: 30px; width: auto; height: auto; } }
.uso-calendar.section-expanded { height: auto; overflow: visible; }
.uso-calendar .close_mobile { width: 16px; height: 16px; display: inline-block; position: absolute; top: 35px; right: 32px; cursor: pointer; background: url("/images/misc/tickets_expand.png") no-repeat center; }
.uso-calendar .close_mobile.expanded { background-image: url("/images/misc/tickets_collapse.png"); }
@media (min-width: 576px) { .uso-calendar .close_mobile { display: none; } }
.uso-calendar .stadium_ticket .info { background-color: #FFFFFF; margin: 16px 0; *zoom: 1; }
@media only screen and (min-width: 40em) { .uso-calendar .stadium_ticket .info { padding: 20px; } }
@media only screen and (min-width: 60em) { .uso-calendar .stadium_ticket .info { padding: 20px; } }
@media only screen and (min-width: 80em) { .uso-calendar .stadium_ticket .info { padding: 20px; } }
.uso-calendar .stadium_ticket .info:before, .uso-calendar .stadium_ticket .info:after { content: ""; display: table; }
.uso-calendar .stadium_ticket .info:after { clear: both; }
.uso-calendar .stadium_ticket .info .azPhoto { width: 100%; }
.uso-calendar .stadium_ticket .info .azPhoto img { width: 100%; }
@media only screen and (min-width: 40em) { .uso-calendar .stadium_ticket .info .azPhoto { margin: 0 32px 0 0; max-width: 280px; float: left; } }
@media only screen and (min-width: 60em) { .uso-calendar .stadium_ticket .info .azPhoto { margin: 0 32px 0 0; max-width: 280px; float: left; } }
@media only screen and (min-width: 80em) { .uso-calendar .stadium_ticket .info .azPhoto { margin: 0 32px 0 0; max-width: 320px; float: left; } }
.uso-calendar .stadium_ticket .info .azTitle { padding: 10px 20px 0 20px; }
@media only screen and (min-width: 40em) { .uso-calendar .stadium_ticket .info .azTitle { padding: 0; } }
.uso-calendar .stadium_ticket .info .azTitle h3 { font-family: "Interstate-Regular", Helvetica, Arial, sans-serif; font-weight: normal; color: #888B8D; font-size: 1.4rem; }
@media only screen and (min-width: 40em) { .uso-calendar .stadium_ticket .info .azTitle h3 { font-size: 1.6rem; padding-bottom: 10px; } }
.uso-calendar .stadium_ticket .info .azContent { padding: 0 20px 10px 20px; font-family: "Interstate-Regular", Helvetica, Arial, sans-serif; font-weight: normal; color: #4A4A4A; }
@media only screen and (min-width: 40em) { .uso-calendar .stadium_ticket .info .azContent { padding: 0; } }
@media only screen and (min-width: 60em) { .uso-calendar .stadium_ticket .info .azContent { padding: 0; } }
.uso-calendar .stadium_ticket .info .azContent p { padding: .5rem 0; margin-bottom: 0; line-height: 1.5rem; }
.uso-calendar .stadium_ticket .info .azContent p:first-child { padding-top: 10px; }
@media only screen and (min-width: 40em) { .uso-calendar .stadium_ticket .info .azContent p:first-child { padding-top: 0; } }
.uso-calendar .stadium_ticket .info .azContent ol, .uso-calendar .stadium_ticket .info .azContent ul, .uso-calendar .stadium_ticket .info .azContent dl { margin-left: 25px; padding-top: 0; margin-top: 0; }
.uso-tickets-calendar { background-color: #f3f3f3; position: relative; display: inline-block; margin-bottom: 20px; width: 100%; /* fix for the disappearing section below this one */ height: 60px; overflow: hidden; }
.uso-tickets-calendar > div { display: block; max-width: 1280px; margin-left: auto; margin-right: auto; }
.uso-tickets-calendar > div > h2, .uso-tickets-calendar > div > h3 { font-size: 1.28571em; color: #4A4A4A; margin-left: 16px; margin-right: 16px; border-bottom: 1px solid #4A4A4A; padding-bottom: 14px; }
@media (min-width: 576px) { .uso-tickets-calendar > div > h2, .uso-tickets-calendar > div > h3 { font-size: 2.57143em; padding-left: 20px; border: none; margin-left: 0; margin-right: 0; padding-bottom: 0; } }
.uso-tickets-calendar.section-expanded { height: auto; overflow: visible; }
.uso-tickets-calendar .close_mobile { width: 16px; height: 16px; display: inline-block; position: absolute; top: 25px; right: 16px; cursor: pointer; background: url("/images/misc/tickets_expand.png") no-repeat center; }
.uso-tickets-calendar .close_mobile.expanded { background-image: url("/images/misc/tickets_collapse.png"); }
@media (min-width: 576px) { .uso-tickets-calendar .close_mobile { display: none; } }
/* native content module */
.uso-ad-unit + .uso-native { margin-bottom: -1rem; }
.uso-native + .uso-ad-unit { margin-top: -1rem; }
.uso-native { margin: 1rem 0; }
.uso-native .uso-native-container .uso-native-content { position: relative; background-color: #000000; }
@media (min-width: 768px) { .uso-native .uso-native-container .uso-native-content { padding-top: 56.25%; } }
@media (min-width: 1280px) { .uso-native .uso-native-container .uso-native-content { height: 720px; padding-top: 0; } }
.uso-native .uso-native-container .uso-native-content .uso-native-image { background-size: 0 0; }
@media (min-width: 768px) { .uso-native .uso-native-container .uso-native-content .uso-native-image { position: absolute; top: 0; left: 0; bottom: 0; right: 0; background-position: center; background-size: cover; background-repeat: no-repeat; } }
.uso-native .uso-native-container .uso-native-content .uso-native-image img { width: 100%; height: auto; }
@media (min-width: 768px) { .uso-native .uso-native-container .uso-native-content .uso-native-image img { display: none; } }
.uso-native .uso-native-container .uso-native-content .uso-native-image .quote-overlay { margin-top: -20%; padding: 0 16px; background-color: #000000; }
@media (min-width: 768px) { .uso-native .uso-native-container .uso-native-content .uso-native-image .quote-overlay { position: absolute; z-index: 999; left: 0; color: #FFFFFF; height: 50%; height: 40%; width: 70%; bottom: 30px; margin-top: 0; background-color: rgba(75, 75, 75, 0.6); } }
@media (min-width: 1024px) { .uso-native .uso-native-container .uso-native-content .uso-native-image .quote-overlay { max-height: 300px; width: 66%; bottom: 40px; } }
.uso-native .uso-native-container .uso-native-content .uso-native-image .quote-overlay .pull-quote { display: none; }
@media (min-width: 768px) { .uso-native .uso-native-container .uso-native-content .uso-native-image .quote-overlay .pull-quote { display: block; position: absolute; top: 0; left: 0; padding: 20px 0 20px 22px; font-family: "Interstate-Regular", Helvetica, Arial, sans-serif; font-weight: normal; font-size: 1.8rem; text-transform: uppercase; color: #418FDE; } }
.uso-native .uso-native-container .uso-native-content .uso-native-image .quote-overlay .abstract-title { font-family: "Interstate-Light", Helvetica, Arial, sans-serif; font-size: 2.4rem; line-height: 2.6rem; margin-bottom: 20px; color: #FFFFFF; }
@media (min-width: 768px) { .uso-native .uso-native-container .uso-native-content .uso-native-image .quote-overlay .abstract-title { position: absolute; top: 0; left: 0; display: inline-block; padding: 55px 0 0 22px; font-size: 3.6rem; line-height: 3.8rem; width: 50%; font-weight: normal; height: 100%; } }
@media (min-width: 1024px) { .uso-native .uso-native-container .uso-native-content .uso-native-image .quote-overlay .abstract-title { padding: 68px 0 0 22px; font-size: 4rem; line-height: 4.2rem; } }
.uso-native .uso-native-container .uso-native-content .uso-native-image .quote-overlay .abstract { font-family: "Interstate-Light", Helvetica, Arial, sans-serif; color: #FFFFFF; font-size: 1.4rem; line-height: 1.6rem; }
@media (min-width: 768px) { .uso-native .uso-native-container .uso-native-content .uso-native-image .quote-overlay .abstract { position: absolute; top: 0; right: 0; display: inline-block; width: 50%; padding: 55px 22px 0 15px; font-size: 1.4rem; font-weight: normal; height: 100%; line-height: 1.6rem; overflow: hidden; } }
@media (min-width: 1024px) { .uso-native .uso-native-container .uso-native-content .uso-native-image .quote-overlay .abstract { padding: 68px 0 0 22px; font-size: 1.6rem; line-height: 1.8rem; } }
.uso-native .uso-native-container .uso-native-content .uso-native-image .quote-overlay .abstract span { text-transform: uppercase; text-decoration: none; font-weight: bold; color: #418FDE; }
.uso-native .uso-native-container .uso-native-content .uso-native-image .quote-overlay .abstract span:hover { text-decoration: none; cursor: pointer; color: #AFAFAF; }
.uso-native .uso-native-container .uso-native-content .uso-native-image .sponsor-overlay { width: 100%; height: 15%; background-color: #000000; color: #fff; }
@media (min-width: 768px) { .uso-native .uso-native-container .uso-native-content .uso-native-image .sponsor-overlay { position: absolute; bottom: 0; left: 0; width: 100%; height: 15%; background-color: rgba(0, 0, 0, 0.75); } }
.uso-native .uso-native-container .uso-native-content .uso-native-image .sponsor-overlay .sponsor { padding: 2vh; text-align: right; }
@media (min-width: 768px) { .uso-native .uso-native-container .uso-native-content .uso-native-image .sponsor-overlay .sponsor { position: absolute; right: 0; display: inline-block; width: 30%; height: 100%; } }
.uso-native .uso-native-container .uso-native-content .uso-native-image .sponsor-overlay .sponsor img { width: 60%; height: auto; display: inline-block; }
.uso-native .uso-native-container .uso-native-content .uso-native-image .sponsor-overlay .sponsor .presented-by { vertical-align: bottom; margin-right: 15px; }
.uso-native .uso-native-container .uso-native-content .uso-native-image.lower-right .quote-overlay { left: unset; right: 0; }
@media (min-width: 768px) { .uso-native .uso-native-container .uso-native-content .uso-native-image.lower-right .sponsor-overlay .sponsor { left: 0; right: unset; text-align: left; } }
@media (min-width: 768px) { .uso-native .uso-native-container .uso-native-content .uso-native-image.upper-left .quote-overlay { top: 0; bottom: unset; } }
@media (min-width: 768px) and (min-width: 768px) { .uso-native .uso-native-container .uso-native-content .uso-native-image.upper-left .sponsor-overlay { top: 0; bottom: unset; } }
.uso-native .uso-native-container .uso-native-content .uso-native-image.upper-right .quote-overlay { left: unset; right: 0; top: 0; bottom: unset; }
@media (min-width: 768px) { .uso-native .uso-native-container .uso-native-content .uso-native-image.upper-right .sponsor-overlay { top: 0; bottom: unset; }
.uso-native .uso-native-container .uso-native-content .uso-native-image.upper-right .sponsor-overlay .sponsor { left: 0; right: unset; text-align: left; } }
/*
@include media-breakpoint-between(xs, sm) {
.quote-overlay {
bottom: 0;
width: 100%;
height: 40%;
}
.abstract-title {
display: block;
width: 100%;
padding: 12px;
font-size: 3vh;
}
.abstract {
display: block;
top: 80px;
width: 100%;
padding: 12px;
font-size: 2vh;
line-height: 15px;
}
.optional-overlay {
background-color: #000;
padding-top: 150px;
bottom: -150px;
height: 40%;
}
.sponsor {
position: absolute;
right: 0;
bottom: 40px;
display: inline-block;
padding: 2vh;
height: 10%;
}
.sponsor img { height: 6vh; }
.clear-bottom { margin-bottom: 10em; display: block; }
}
@include media-breakpoint-between(sm, lg) {
.sponsor { padding: 1.5vh; }
}
*/
/* native content module */
/** Media grid styles **/
.mediaGrid { margin: 0px -4px; }
.mediaGrid a { display: block; }
.mediaGrid img { width: 100%; }
.mediaGrid .cell { padding: 1px 3px 3px 3px !important; }
.mediaGrid .cell .chip .caption { position: absolute; font-family: "Interstate-Regular", Helvetica, Arial, sans-serif; font-weight: normal; color: white; text-decoration: none; bottom: 12px; left: 18px; font-size: 1.3rem; }
.conciergeContainer { display: block; position: fixed; right: 70px; z-index: 100; }
@media screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) { .conciergeContainer { display: none; } }
.conciergeButton { display: none; position: fixed; background: url("/images/concierge/guest_info_button.png") no-repeat 0 0; background-size: 50px; width: 50px; height: 50px; display: inline; bottom: 40px; }
.conciergeButton a { text-indent: -9999px; display: inline-block; overflow: hidden; }
.conciergeButton:hover { cursor: pointer; }
#concierge_modal { position: fixed; bottom: 20px; right: 20px; width: 288px; height: 600px; z-index: 999999; background-color: #FFFFFF; -webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5); box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.5); display: inline; -webkit-transition: opacity 0.3s ease-out, bottom 0.3s ease-out; -moz-transition: opacity 0.3s ease-out, bottom 0.3s ease-out; -o-transition: opacity 0.3s ease-out, bottom 0.3s ease-out; transition: opacity 0.3s ease-out, bottom 0.3s ease-out; }
@media screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) { #concierge_modal { display: none; } }
#concierge_wrapper { float: left; width: 100%; height: 100%; position: relative; font-family: "Interstate-Regular", Helvetica, Arial, sans-serif; font-weight: normal; overflow: hidden; }
#concierge_wrapper .navigation_area { display: block; position: relative; width: 100%; height: 30px; background-color: #f3f3f3; }
#concierge_wrapper .navigation_area .close { position: absolute; top: 3px; right: 10px; width: 24px; height: 24px; background: url("/images/concierge/web-close-icon.png"); background-repeat: no-repeat; background-size: cover; opacity: inherit; }
#concierge_wrapper .navigation_area .close_chat { display: none; }
#concierge_wrapper .header_area { width: 288px; height: 116px; margin: auto; min-height: inherit; background-image: url("/images/concierge/concierge_hdr_bg.png"); background-repeat: no-repeat; background-position: center center; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.38); -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.38); box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.38); }
#concierge_wrapper .input_area { width: 100%; overflow: hidden; box-sizing: border-box; background-color: #f3f3f3; border-bottom: solid 1px #C1C6C8; }
#concierge_wrapper .input_area .text { text-align: center; padding: 5px 0; padding: 10px 0; font-family: "Interstate-Light", Helvetica, Arial, sans-serif; font-size: 18px; color: #4A4A4A; border-bottom: solid 1px #C1C6C8; }
#concierge_wrapper .input_area .input_form { display: table; width: 100%; text-align: center; padding: 5px 10px; }
#concierge_wrapper .input_area .input_form .input_box { position: relative; display: table-cell; width: 100%; height: 30px; vertical-align: middle; }
#concierge_wrapper .input_area .input_form .input_box input { position: relative; float: left; width: 100%; height: 33px; border-radius: 8px 0 0 8px; background-color: #FFFFFF; color: #888B8D; padding: 0px 5px; font-family: "Interstate-Light", Helvetica, Arial, sans-serif; font-size: 14px; border-right: none; border-color: unset; -webkit-box-shadow: inherit; -moz-box-shadow: inherit; box-shadow: inherit; outline: none; }
#concierge_wrapper .input_area .input_form .submit_button { display: table-cell; width: 34px; height: 32px; padding-right: 10px; vertical-align: middle; text-align: left; }
#concierge_wrapper .input_area .input_form .submit_button input { display: block; margin: 0px; width: 34px; height: 32px; text-indent: -9999px; border: none; background-color: transparent; background-image: url("/images/concierge/submit-arrow.png"); background-repeat: no-repeat; background-position: 50% 50%; border-radius: 0; outline: none; }
#concierge_wrapper .input_area .input_form .watson_logo { width: 52px; height: 31px; background-size: 52px 31px; background-image: url("/images/concierge/watson_logo.png"); }
#concierge_wrapper .question_area { width: 100%; height: 60%; overflow: auto; padding: 0px; box-sizing: border-box; background-color: #FFFFFF; }
#concierge_wrapper .question_area .category { width: 100%; min-height: 44px; border-bottom: solid 1px #C1C6C8; }
#concierge_wrapper .question_area .category .text { width: 80%; }
#concierge_wrapper .question_area .category .title, #concierge_wrapper .question_area .category .question { display: table; color: #4A4A4A; font-family: "Interstate-Regular", Helvetica, Arial, sans-serif; font-weight: normal; }
#concierge_wrapper .question_area .category .title { width: 100%; min-height: 40px; padding: 0 10px; font-size: 17px; display: flex; align-items: center; }
#concierge_wrapper .question_area .category .title .arrow { display: table-cell; vertical-align: middle; width: 20%; text-align: right; background-repeat: no-repeat; background-position: right 50%; background-image: url("/images/concierge/right-chevron-gray.png"); background-size: 10px 15px; }
#concierge_wrapper .question_area .category .question { display: none; width: 100%; margin: 0px; padding: 5px 10px 5px 25px; min-height: 44px; font-size: 15px; border-bottom: 1px solid #C1C6C8; }
#concierge_wrapper .question_area .category .question .text { padding-top: 0; }
#concierge_wrapper .question_area .category .question .arrow { display: table-cell; vertical-align: middle; width: 20%; text-align: right; background-repeat: no-repeat; background-position: right 50%; background-image: url("/images/concierge/right-chevron-gray.png"); background-size: 10px 15px; }
#concierge_wrapper .question_area .category .question:last-child { border-bottom: none; }
#concierge_wrapper .question_area .category.selected .title { background-color: #f3f3f3; border-bottom: solid 1px #C1C6C8; }
#concierge_wrapper .question_area .category.selected .title .arrow { display: none; }
#concierge_wrapper .question_area .category.selected .question { display: flex; align-items: center; }
.conversation #concierge_wrapper .navigation_area .close_chat { display: block; position: absolute; top: 3px; left: 10px; width: 12px; height: 24px; background: url("/images/concierge/web-return-icon.png"); background-repeat: no-repeat; background-size: cover; cursor: pointer; }
.conversation #concierge_wrapper .header_area { position: relative; height: 73px; min-height: inherit; background-image: url("/images/concierge/conversation_hdr_bg.png"); }
.conversation #concierge_wrapper .input_area { position: absolute; top: auto; bottom: 0px; left: 0px; background: #f3f3f3; border-top: solid 1px #C1C6C8; z-index: 1; }
.conversation #concierge_wrapper .input_area .text { display: none; }
.conversation #concierge_wrapper .question_area { display: none; }
.conversation #concierge_wrapper .chat_area { display: block; position: absolute; top: 105px; bottom: 45px; width: 100%; padding-bottom: 20px; overflow: auto; box-sizing: border-box; }
.conversation #concierge_wrapper .chat_area * { box-sizing: border-box; }
.conversation #concierge_wrapper .chat_area .text_container { float: left; width: 100%; margin-top: 20px; }
.conversation #concierge_wrapper .chat_area .concierge_text { float: left; position: relative; padding: 10px 12px; margin-left: 20px; border-radius: 10px; border: solid 1px #ADADAD; background-color: #FFFFFF; color: #555555; font-family: "Interstate-Regular", Helvetica, Arial, sans-serif; font-weight: normal; font-size: 17px; min-width: 110px; max-width: 70%; word-wrap: break-word; }
.conversation #concierge_wrapper .chat_area .concierge_text:after { content: ''; background-image: url("/images/concierge/concierge-speech-thing.png"); background-size: 8px 14px; width: 8px; height: 14px; position: absolute; bottom: 10px; left: -8px; }
.conversation #concierge_wrapper .chat_area .concierge_text ul { margin-left: 10px; }
.conversation #concierge_wrapper .chat_area .user_text { float: right; position: relative; padding: 10px 12px; margin-right: 20px; border-radius: 10px; background-color: #418FDE; color: #FFFFFF; font-family: "Interstate-Regular", Helvetica, Arial, sans-serif; font-weight: normal; font-size: 17px; max-width: 70%; word-wrap: break-word; }
.conversation #concierge_wrapper .chat_area .user_text:after { content: ''; background-image: url("/images/concierge/user-speech-thing.png"); background-size: 8px 12px; width: 8px; height: 12px; position: absolute; top: 10px; right: -7px; }
.conversation #concierge_wrapper .chat_area .waiting img { width: 38px; height: 10px; }
.conversation #concierge_wrapper .chat_area a { color: #418FDE; }
body.conciergeBody { background-color: transparent; }
.rolexblock { text-align: center; padding: 10px 0px; border-top: solid 1px #C1C6C8; border-bottom: solid 1px #C1C6C8; }
@media only screen and (min-width: 40em) { .rolexblock { display: none; } }
.rolexblock .rolex-clock { width: 200px; height: 70px; border: 0; }
/*# sourceMappingURL=usopen.css.map */
