html {
    background: #000;
    font-size: 62.5%;
    height: 100%;
}

body {
    background: #fff;
    color: #444444;
    font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.8rem;
    height: 100%;
    line-height: 2.5rem;
}

.h1, h1 {
    color: #222222;
    font-size: 4.5rem;
    font-weight: 700;
    line-height: 5.1rem;
    margin: 0 0 30px;
}

.h2, h2 {
    color: #222222;
    font-size: 3.0rem;
    font-weight: 700;
    line-height: 3.6rem;
    margin: 0 0 20px;
}

.h3, h3 {
    color: #222222;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 3.1rem;
    margin: 0 0 20px;
}

.h4, h4 {
    color: #222222;
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 3.1rem;
    margin: 0 0 20px;
}

.h5, h5 {
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 2.6rem;
    margin: 0 0 7px;
}

sup {
    vertical-align: -webkit-baseline-middle;
}

img {
    vertical-align: bottom;
    height: auto;
}

strong {
    font-weight: 700;
}

p {
    margin: 0 0 30px;
}

    p img {
        height: auto;
        max-width: 100%;
    }

ul {
    list-style: square;
    margin: 0 0 30px 40px;
    padding: 0;
}

    ul li {
        margin: 0 0 10px;
        padding: 0;
    }

    ul ul {
        margin: 15px 0 15px 45px;
    }

ol {
    margin: 0 0 30px 40px;
    padding: 0;
}

    ol li {
        margin: 0 0 10px;
        padding: 0;
    }

    ol ol {
        list-style-type: lower-alpha;
        margin: 15px 0 15px 45px;
    }

hr {
    background: #CCCCCC;
    border: none;
    clear: both;
    height: 1px;
    margin: 0 0 30px;
}

blockquote {
    margin: 30px 0 60px;
    padding-left: 65px;
    position: relative;
}

    blockquote p {
        color: #FFCD00;
        font-size: 2.5rem;
        font-style: italic;
        font-weight: 700;
        line-height: 3.2rem;
        margin: 0 0 30px;
    }

        blockquote p span.quote {
            font-size: 15.0rem;
            left: -25px;
            position: absolute;
            top: 30px;
        }

    blockquote cite {
        display: block;
        font-size: 1.5rem;
        font-style: normal;
        line-height: 1.9rem;
        margin: 0 0 30px;
    }

.blockquote {
    border-left: 5px solid #FFCD00;
    clear: both;
    display: block;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1.3rem;
    line-height: 24px;
    margin: 15px 0;
    padding: 0 25px 0 32px;
}

a {
    color: #C8102E;
    text-decoration: none;
}

    a:hover,
    a:focus {
        color: #ed2742;
        text-decoration: none;
    }

    a:focus {
        outline: thin dotted;
    }

form label {
    display: block;
}

    form label > span:first-child {
        display: block;
        font-weight: 700;
        margin: 0 0 10px;
    }

form span.label-text {
    display: block;
    margin: 0 0 10px;
}

form select,
form input[type=text],
form input[type=email],
form input[type=password],
form textarea {
    background: #F2F2F2;
    border: none;
    padding: 12px;
    line-height: 2.4rem;
    width: 100%;
}

    form select:focus,
    form input[type=text]:focus,
    form input[type=email]:focus,
    form input[type=password]:focus,
    form textarea:focus {
        outline: none;
    }

form select {
    height: 48px;
}

form .required {
    border: 2px dashed #C8102E !important;
    padding: 10px !important;
}

form .radio {
    overflow: hidden;
}

    form .radio input[type=radio] {
        left: 0;
        position: absolute;
        top: 5px;
    }

    form .radio label {
        display: block;
        margin: 0 0 5px;
        padding-left: 20px;
        position: relative;
    }

form .checkbox {
    overflow: hidden;
}

    form .checkbox input[type=checkbox] {
        left: 0;
        position: absolute;
        top: 5px;
    }

    form .checkbox label {
        display: block;
        margin: 0 0 5px;
        padding-left: 20px;
        position: relative;
    }

form textarea {
    min-height: 200px;
    resize: vertical;
}

form button {
    background: #C8102E;
    border: none;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 1.8rem;
    line-height: 2.0rem;
    padding: 14px 30px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
}

    form button:hover,
    form button:focus {
        background: #FFCD00 !important;
        color: #000 !important;
    }

figcaption {
    color: #444444;
    display: block;
    font-size: 1.4rem;
    line-height: 2.0rem;
    padding: 10px 0;
}

.text-jumbo {
    font-size: 10.0rem !important;
    line-height: 10.6rem !important;
}

.text-xl {
    font-size: 2.5rem !important;
    line-height: 3.1rem !important;
}

.text-lg {
    font-size: 2.0rem !important;
    line-height: 2.8rem !important;
}

.text-md {
    font-size: 1.8rem !important;
    line-height: 2.4rem !important;
}

.text-sm {
    font-size: 1.4rem !important;
    line-height: 2.0rem !important;
}

.text-xs {
    font-size: 1.2rem !important;
    line-height: 1.8rem !important;
}

@media (min-width:768px) {
    .h1, h1 {
        font-size: 4.0rem;
        line-height: 4.6rem;
    }

    .h2, h2 {
        font-size: 3.0rem;
        line-height: 3.6rem;
    }
}

@media (min-width:992px) {
    .h1, h1 {
        font-size: 4.5rem;
        line-height: 5.1rem;
    }

    .h2, h2 {
        font-size: 3.5rem;
        line-height: 4.1rem;
    }
}

/* Colors
====================================================================================================*/
/* Grays
	Black 		#000000
	Gray-1 		#222222
	Gray-2 		#444444
	Gray-3 		#666666
	Gray-4 		#888888
	Gray-5 		#AAAAAA
	Gray-6 		#CCCCCC
	Gray-7 		#D0D3D4
	Gray-8 		#EEEEEE
	Gray-9 		#F2F2F2
	Gray-10 	#F7F8F9
	White		#FFFFFF
*/
.black {
    background-color: #000 !important;
}

.black-text {
    color: #000 !important;
}

.gray-1 {
    background-color: #222222 !important;
}

.gray-1-text {
    color: #222222 !important;
}

.gray-2 {
    background-color: #444444 !important;
}

.gray-2-text {
    color: #444444 !important;
}

.gray-3 {
    background-color: #666666 !important;
}

.gray-3-text {
    color: #666666 !important;
}

.gray-4 {
    background-color: #888888 !important;
}

.gray-4-text {
    color: #888888 !important;
}

.gray-5 {
    background-color: #AAAAAA !important;
}

.gray-5-text {
    color: #AAAAAA !important;
}

.gray-6 {
    background-color: #CCCCCC !important;
}

.gray-6-text {
    color: #CCCCCC !important;
}

.gray-7 {
    background-color: #D0D3D4 !important;
}

.gray-7-text {
    color: #D0D3D4 !important;
}

.gray-8 {
    background-color: #EEEEEE !important;
}

.gray-8-text {
    color: #EEEEEE !important;
}

.gray-9 {
    background-color: #F2F2F2 !important;
}

.gray-9-text {
    color: #F2F2F2 !important;
}

.gray-10 {
    background-color: #F7F8F9 !important;
}

.gray-10-text {
    color: #F7F8F9 !important;
}

.white {
    background-color: #fff !important;
}

.white-text {
    color: #fff !important;
}

/* Colors
	Primary 		#C8102E
	Primary Light 	#ed2742
	Primary Dark 	#890b1c
	Secondary 		#FFCD00
	Accent 1 		#99C355
*/
.primary {
    background-color: #C8102E !important;
}

.primary-text {
    color: #C8102E !important;
}

.primary-light {
    background-color: #ed2742 !important;
}

.primary-light-text {
    color: #ed2742 !important;
}

.primary-dark {
    background-color: #890b1c !important;
}

.primary-dark-text {
    color: #890b1c !important;
}

.secondary {
    background-color: #FFCD00 !important;
}

.secondary-text {
    color: #FFCD00 !important;
}

.accent-1 {
    background-color: #99C355 !important;
}

.accent-1-text {
    color: #99C355 !important;
}

.black-tint {
    background-color: rgba(0, 0, 0, 0.2) !important;
}

.gray-1-tint {
    background-color: rgba(40, 40, 40, 0.8) !important;
}

.primary-tint {
    background-color: rgba(208,17,43,0.8) !important;
}

.gutter-demo {
    margin: 0 0 40px;
}

    .gutter-demo .gutter-cell {
        background: #f9f9fb;
        border: 1px solid #d2d2d4;
        padding: 20px;
    }

.row-offset-wrap {
    overflow: hidden;
}

.row-gutter-0 {
    margin-left: 0;
    margin-right: 0;
}

    .row-gutter-0 > div {
        padding-left: 0;
        padding-right: 0;
    }

.row-gutter-10 {
    margin-left: -5px;
    margin-right: -5px;
}

    .row-gutter-10 > div {
        padding-left: 5px;
        padding-right: 5px;
    }

.row-gutter-20 {
    margin-left: -10px;
    margin-right: -10px;
}

    .row-gutter-20 > div {
        padding-left: 10px;
        padding-right: 10px;
    }

.row-gutter-30 {
    margin-left: -15px;
    margin-right: -15px;
}

    .row-gutter-30 > div {
        padding-left: 15px;
        padding-right: 15px;
    }

.row-gutter-40 {
    margin-left: -20px;
    margin-right: -20px;
}

    .row-gutter-40 > div {
        padding-left: 20px;
        padding-right: 20px;
    }

.row-gutter-50 {
    margin-left: -25px;
    margin-right: -25px;
}

    .row-gutter-50 > div {
        padding-left: 25px;
        padding-right: 25px;
    }

.row-gutter-60 {
    margin-left: -30px;
    margin-right: -30px;
}

    .row-gutter-60 > div {
        padding-left: 30px;
        padding-right: 30px;
    }

.icons {
    font-size: 4.0rem;
    line-height: 40px;
    margin: 0 0 30px;
}

.swatches {
    margin: 0 -5px 20px;
    overflow: hidden;
    text-align: center;
}

    .swatches .swatch-wrap {
        border: 1px solid #CCCCCC;
        float: left;
        margin: 0 5px 10px;
        width: 125px;
    }

        .swatches .swatch-wrap h5 {
            font-size: 1.4rem;
            margin: 0 0 5px;
        }

    .swatches .swatch {
        border-top: 1px solid #CCCCCC;
        padding: 25px 15px;
    }

/* Global
====================================================================================================*/
.container {
    padding-left: 25px;
    padding-right: 25px;
}

@media (min-width:576px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width:768px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width:992px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width: 1400px) {
    .container {
        width: 1350px;
    }

    div div div.col-lg.order-lg-2 section div {
        width: 100%;
    }
}

.align-center {
    text-align: center;
}

.align-justify {
    text-align: justify;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.border {
    border: 1px solid #CCCCCC;
}

.border-primary {
    border: 1px solid #C8102E;
}

.border-bottom {
    border-bottom: 1px solid #CCCCCC;
}

.clear {
    clear: both;
}

.compact {
    list-style: none;
    margin: 0 0 15px;
}

    .compact li {
        margin: 0 0 5px;
    }

.fade {
    opacity: 0.5;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.inline-block {
    display: inline-block;
}

.margin-lg {
    margin-bottom: 60px !important;
}

.margin-md {
    margin-bottom: 30px !important;
}

.margin-sm {
    margin-bottom: 15px !important;
}

.margin-xs {
    margin-bottom: 10px !important;
}

.margin-0 {
    margin-bottom: 0 !important;
}

.margin-5 {
    margin-bottom: 5px !important;
}

.margin-10 {
    margin-bottom: 10px !important;
}

.margin-20 {
    margin-bottom: 20px !important;
}

.margin-30 {
    margin-bottom: 30px !important;
}

.margin-40 {
    margin-bottom: 40px !important;
}

.margin-50 {
    margin-bottom: 50px !important;
}

.margin-60 {
    margin-bottom: 60px !important;
}

.margin-none {
    margin: 0 !important;
}

.margin-pull-40 {
    margin-bottom: -40px !important;
}

.margin-pull-60 {
    margin-bottom: -60px !important;
}

.max-width-900 {
    margin: 0 auto;
    max-width: 900px;
}

.max-width-1200 {
    margin: 0 auto;
    max-width: 1200px;
}

.no-bull {
    list-style: none;
    margin: 0 0 30px;
    padding: 0;
}

.nowrap {
    white-space: nowrap;
}

.padding-lg {
    padding: 60px !important;
}

.padding-md {
    padding: 30px !important;
}

.padding-sm {
    padding: 15px !important;
}

.padding-xs {
    padding: 10px !important;
}

.padding-none {
    padding: 0 !important;
}

.pipe {
    margin: 0 5px;
}

.row-wrap {
    padding: 0 15px;
}

.spacer-xl {
    clear: both;
    height: 75px;
}

.spacer-lg {
    clear: both;
    height: 60px;
}

.spacer-md {
    clear: both;
    height: 30px;
}

.spacer-sm {
    clear: both;
    height: 15px;
}

.spacer-xs {
    clear: both;
    height: 10px;
}

.thick {
    height: 5px;
}

.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
}

.uppercase {
    text-transform: uppercase;
}

.uppercase-off {
    text-transform: none;
}

.vertical-middle-wrap {
    display: table;
}

.vertical-middle {
    display: table-cell;
    vertical-align: middle;
}

.visually-hidden {
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    white-space: nowrap;
    width: 1px;
}

.wrap-text {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}

/* BG Image Alignment */
.center-center {
    background-position: center center !important;
}

.center-top {
    background-position: center top !important;
}

.center-bottom {
    background-position: center bottom !important;
}

.left-center {
    background-position: left center !important;
}

.left-top {
    background-position: left top !important;
}

.left-bottom {
    background-position: left bottom !important;
}

.right-center {
    background-position: right center !important;
}

.right-top {
    background-position: right top !important;
}

.right-bottom {
    background-position: right bottom !important;
}

.body-copy a.button {
    background: #C8102E;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 1.8rem;
    line-height: 2.0rem;
    padding: 14px 30px;
    text-align: center;
    transition: all 0.2s ease-in-out;
    white-space: nowrap;
    border-bottom: none;
}

    .body-copy a.button:hover,
    .body-copy a.button:focus {
        background: #FFCD00;
        color: #000;
    }

    .body-copy a.button.button-light {
        background: #D0D3D4;
        color: #444444;
    }

        .body-copy a.button.button-light:hover,
        .body-copy a.button.button-light:focus {
            background: #FFCD00;
            color: #000;
        }

    .body-copy a.button.button-dark {
        background: #222222;
        color: #fff;
    }

        .body-copy a.button.button-dark:hover,
        .body-copy a.button.button-dark:focus {
            background: #F2F2F2;
            color: #000;
        }

    .body-copy a.button.button-sm {
        padding: 10px 20px;
        text-transform: none;
    }

    .body-copy a.button.button-xs {
        font-size: 1.5rem;
        padding: 5px 10px;
        text-transform: none
    }

    .body-copy a.button.type-1 {
        background: #D0D3D4;
        color: #444444;
    }

        .body-copy a.button.type-1:hover,
        .body-copy a.button.type-1:focus {
            background: #FFCD00;
            color: #000;
        }

    .body-copy a.button.type-2 {
    }

    .body-copy a.button.type-3 {
        background: #FFCD00;
        color: #000;
    }

        .body-copy a.button.type-3:hover,
        .body-copy a.button.type-3:focus {
            background: #000;
            color: #fff;
        }

    .body-copy a.button.type-4 {
        background: #000;
        color: #fff;
    }

        .body-copy a.button.type-4:focus,
        .body-copy a.button.type-4:hover {
            background: #FFCD00;
            color: #000;
        }

    .body-copy a.button.type-5 {
        background: #aaa594;
        color: #fff;
    }

        .body-copy a.button.type-5:focus,
        .body-copy a.button.type-5:hover {
            background: #FFCD00;
            color: #000;
        }

    .body-copy a.button.type-6 {
        background: #fff;
        color: #000;
    }

        .body-copy a.button.type-6:focus,
        .body-copy a.button.type-6:hover {
            background: #FFCD00;
            color: #000;
        }

    .body-copy a.button.icon {
        border-radius: 100%;
        min-width: 48px;
        padding-left: 0;
        padding-right: 0;
    }

    .body-copy a.button.small {
        font-size: 1.5rem;
        padding: 5px 10px;
        text-transform: none
    }

    .body-copy a
    .button.square {
        border-radius: 0 !important;
    }

.button {
    background: #C8102E;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 1.8rem;
    line-height: 2.0rem;
    padding: 14px 30px;
    text-align: center;
    transition: all 0.2s ease-in-out;
    white-space: nowrap;
}

    .button:hover,
    .button:focus {
        background: #FFCD00;
        color: #000;
    }

    .button.button-light {
        background: #D0D3D4;
        color: #444444;
    }

        .button.button-light:hover,
        .button.button-light:focus {
            background: #FFCD00;
            color: #000;
        }

    .button.button-dark {
        background: #222222;
        color: #fff;
    }

        .button.button-dark:hover,
        .button.button-dark:focus {
            background: #F2F2F2;
            color: #000;
        }

    .button.button-sm {
        padding: 10px 20px;
        text-transform: none;
    }

    .button.button-xs {
        font-size: 1.5rem;
        padding: 5px 10px;
        text-transform: none
    }

    .button.type-1 {
        background: #D0D3D4;
        color: #444444;
    }

        .button.type-1:hover,
        .button.type-1:focus {
            background: #FFCD00;
            color: #000;
        }

    .button.type-2 {
    }

    .button.type-3 {
        background: #FFCD00;
        color: #000;
    }

        .button.type-3:hover,
        .button.type-3:focus {
            background: #000;
            color: #fff;
        }

    .button.type-4 {
        background: #000;
        color: #fff;
    }

        .button.type-4:focus,
        .button.type-4:hover {
            background: #FFCD00;
            color: #000;
        }

    .button.type-5 {
        background: #aaa594;
        color: #fff;
    }

        .button.type-5:focus,
        .button.type-5:hover {
            background: #FFCD00;
            color: #000;
        }

    .button.type-6 {
        background: #fff;
        color: #000;
    }

        .button.type-6:focus,
        .button.type-6:hover {
            background: #FFCD00;
            color: #000;
        }

    .button.icon {
        border-radius: 100%;
        min-width: 48px;
        padding-left: 0;
        padding-right: 0;
    }

    .button.small {
        font-size: 1.5rem;
        padding: 5px 10px;
        text-transform: none
    }

    .button.square {
        border-radius: 0 !important;
    }

.style-links a {
    border-bottom: 1px solid #C8102E;
    color: #222222;
}

    .style-links a:hover,
    .style-links a:focus {
        color: #C8102E;
    }

.style-link {
    border-bottom: 1px solid #C8102E;
    color: #222222;
}

    .style-link:hover,
    .style-link:focus {
        color: #C8102E;
    }

/* Table styles */
.table-wrap {
    margin: 0 0 30px;
    overflow: auto;
}

    .table-wrap.stripe-column table tbody tr td:nth-child(even) {
        background: #F2F2F2;
    }

    .table-wrap.stripe-row table tbody tr:nth-child(odd) td {
        background: #F2F2F2;
    }

    .table-wrap table {
        font-size: 1.6rem;
        line-height: 2.0rem;
        max-width: 100%;
        width: 100%;
    }

        .table-wrap table i:before {
            color: #C8102E;
            font-size: 2.0rem;
            vertical-align: middle;
        }

        .table-wrap table th {
            background: #444444;
            font-weight: 700;
            line-height: 20px;
            padding: 12px;
            text-align: left;
        }

        .table-wrap table thead tr {
            background: #444444;
            color: #fff;
        }

        .table-wrap table td {
            border-bottom: 1px solid #CCCCCC;
            padding: 12px;
            text-align: left;
        }

        .table-wrap table.align-top td {
            vertical-align: top;
        }

        .table-wrap table tbody tr.table-heading td {
            background: #D0D3D4 !important;
            font-size: 2.0rem;
            font-weight: 700;
        }

        .table-wrap table th.align-center {
            text-align: center;
        }

        .table-wrap table th.align-justify {
            text-align: justify;
        }

        .table-wrap table th.align-left {
            text-align: left;
        }

        .table-wrap table th.align-right {
            text-align: right;
        }

        .table-wrap table td.align-center {
            text-align: center;
        }

        .table-wrap table td.align-justify {
            text-align: justify;
        }

        .table-wrap table td.align-left {
            text-align: left;
        }

        .table-wrap table td.align-right {
            text-align: right;
        }

/* Tabbed Content*/
.tab-wrap .tabs {
    background: #f0f0f0;
    padding: 15px;
}

.body-copy .table-wrapper table {
    background: #f0f0f0;
    max-width: 100%;
    width: 100%;
}

    .body-copy .table-wrapper table tbody tr:nth-child(2n) {
        background: #fff;
    }

    .body-copy .table-wrapper table td {
        padding: 12px;
        text-align: left;
    }

@media screen and (max-width: 700px) {
    .table-wrap table.responsive thead {
        display: none;
    }

    .table-wrap table.responsive tbody tr:nth-child(odd) {
        background: #F2F2F2;
    }

    .table-wrap table.responsive tbody tr {
        display: block;
        padding: 10px 0;
    }

    .table-wrap table.responsive td {
        border-bottom: none;
        display: block;
        padding: 6px 12px;
        padding-left: 70%;
        position: relative;
        text-align: right;
        width: 100%;
    }

        .table-wrap table.responsive td i {
            margin-right: 15px;
        }

        .table-wrap table.responsive td:empty {
            display: none;
        }

        .table-wrap table.responsive td:before {
            content: attr(data-th) "";
            display: block;
            height: 100%;
            left: 0;
            padding: 6px 12px;
            position: absolute;
            text-align: left;
            top: 0;
            width: 80%;
        }

        .table-wrap table.responsive td.row-heading {
            padding: 6px 12px;
            text-align: left;
        }

            .table-wrap table.responsive td.row-heading:before {
                display: none;
            }

            .table-wrap table.responsive td.row-heading:after {
                content: attr(data-th) ": ";
                display: block;
                margin: 10px 0 0;
            }

            .table-wrap table.responsive td.row-heading a {
                font-size: 1.8rem;
                line-height: 2.4rem;
            }
}

@media screen and (max-width: 376px) {
    .table-wrap table.responsive td {
        border-bottom: none;
        display: block;
        padding: 6px 12px;
        padding-left: 50%;
        position: relative;
        text-align: right;
        width: 100%;
    }
}

/* Components
====================================================================================================*/
.accordions {
    margin: 0 0 30px;
}

    .accordions > .accordion > a {
        background: #F2F2F2;
        border-bottom: 1px solid #CCCCCC;
        display: block;
        margin: 10px 0 0;
        outline: none;
        padding: 20px 25px;
        padding-right: 65px;
        position: relative;
    }

        .accordions > .accordion > a .h3 {
            color: #222222;
            display: block;
            font-weight: 400;
            margin: 0 0 5px;
        }

        .accordions > .accordion > a .info {
            color: #444444;
            display: block;
            font-size: 2.0rem;
        }

        .accordions > .accordion > a .plus-minus {
            color: #C8102E;
            margin-top: -13px;
            position: absolute;
            right: 25px;
            top: 50%;
        }

            .accordions > .accordion > a .plus-minus span:last-child {
                display: none;
            }

        .accordions > .accordion > a.opened .plus-minus span:first-child {
            display: none;
        }

        .accordions > .accordion > a.opened .plus-minus span:last-child {
            display: inline;
        }

    .accordions > .accordion > .content {
        background: #fff;
        border-top: 1px solid #C8102E;
        font-size: 2.0rem;
        line-height: 2.6rem;
        padding: 15px 25px;
    }

        .accordions > .accordion > .content hr {
            margin: 0 0 20px;
        }

        .accordions > .accordion > .content ul {
            margin: 0 0 20px 40px;
        }

            .accordions > .accordion > .content ul li {
                margin: 0 0 5px;
            }

        .accordions > .accordion > .content p {
            margin: 0 0 20px;
        }

        .accordions > .accordion > .content ul.no-bull {
            margin: 0 0 20px;
        }

        .accordions > .accordion > .content .flush-img {
            margin: -15px -25px 20px;
        }

            .accordions > .accordion > .content .flush-img img {
                max-width: 100%;
            }

@media (min-width:768px) {
    .accordions > .accordion > .content .flush-img-row > div {
        position: relative;
    }

    .accordions > .accordion > .content .flush-img img {
        left: 50%;
        height: 100%;
        max-width: none;
        position: absolute;
        top: 0;
        transform: translate(-50%,0);
    }

    .accordions > .accordion > .content .flush-img {
        bottom: -25px;
        left: -10px;
        margin: auto;
        overflow: hidden;
        position: absolute;
        right: 30px;
        top: -15px;
    }
}

.body-copy a {
    border-bottom: 1px solid #C8102E;
    color: #444444;
}

    .body-copy a:hover,
    .body-copy a:focus {
        color: #C8102E;
    }

.callout {
    background: #D0D3D4;
    position: relative;
}

    .callout .content {
        padding: 35px;
    }

        .callout .content p:last-child {
            margin: 0;
        }

@media (min-width:768px) {
    .callout {
        display: block;
        padding-right: 290px;
    }

        .callout .img-wrap {
            height: 100%;
            margin: 0;
            overflow: hidden;
            position: absolute;
            right: -5px;
            top: 0;
            width: 290px;
        }

            .callout .img-wrap img {
                left: 50%;
                height: 100%;
                max-width: none;
                position: absolute;
                top: 0;
                transform: translate(-50%,0);
            }
}

h3.facultyHeader {
    margin-top: 10px
}

.crumbs {
    font-size: 1.4rem;
    line-height: 2.0rem;
    text-transform: uppercase;
    width: 95%;
}

.directory-listing {
    margin: 0 0 30px;
}

    .directory-listing .item {
        /*        border-bottom: 1px solid #CCCCCC;*/
        padding: 25px 0 5px;
    }

        .directory-listing .item h3 {
            font-weight: 400;
        }

        .directory-listing .item a {
            color: #222222;
        }

            .directory-listing .item a:hover,
            .directory-listing .item a:focus {
                color: #C8102E;
            }

.event-listing {
    margin: 0 0 30px;
}

    .event-listing .item {
        border-bottom: 1px solid #CCCCCC;
        font-size: 1.4rem;
        margin: 0 0 15px;
        min-height: 85px;
        padding: 0 15px 15px 70px;
        position: relative;
    }

        .event-listing .item .date {
            background: #C8102E;
            color: #fff;
            left: 0;
            padding: 5px;
            position: absolute;
            text-align: center;
            top: 0;
            width: 60px;
        }

            .event-listing .item .date .day {
                font-size: 3.5rem;
                line-height: 3.5rem;
            }

        .event-listing .item .event .details {
            font-size: 1.4rem;
            line-height: 2.0rem;
            margin: 0 0 5px;
        }

        .event-listing .item .event h5 {
            margin: 0;
        }

            .event-listing .item .event h5 a {
                color: #222222;
            }

                .event-listing .item .event h5 a:hover,
                .event-listing .item .event h5 a:focus {
                    color: #C8102E;
                }

.img-box {
    background: #000;
    color: #fff;
    overflow: hidden;
    position: relative;
}

    .img-box:hover img {
        opacity: 0.4;
    }

    .img-box img {
        height: auto;
        left: 0;
        opacity: 0.6;
        position: absolute;
        top: 50%;
        transform: translate(0,-50%);
        width: 100%;
        z-index: 1;
    }

    .img-box a {
        color: #fff;
        display: block;
        white-space: nowrap;
        text-align: center;
    }

        .img-box a span {
            color: #fff;
            display: block;
            margin: 0;
            padding: 30px 5px;
            position: relative;
            z-index: 1;
        }

.img-grid-compact {
    margin: 0 -10px 30px;
    overflow: hidden;
}

    .img-grid-compact .img {
        padding: 10px;
    }

        .img-grid-compact .img:nth-child(1) {
            float: left;
            width: 100%;
        }

        .img-grid-compact .img:nth-child(2) {
            float: left;
            width: 50%;
        }

        .img-grid-compact .img:nth-child(3) {
            float: left;
            width: 50%;
        }

        .img-grid-compact .img img {
            width: 100%;
        }

@media (min-width:768px) {
    .img-grid-compact .img:nth-child(1) {
        width: 66%;
    }

    .img-grid-compact .img:nth-child(2) {
        width: 33%;
    }

    .img-grid-compact .img:nth-child(3) {
        width: 33%;
    }
}

span.caption {
    color: #444444;
    display: block;
    font-size: 1.4rem;
    line-height: 2.0rem;
    padding: 10px 0;
}

.img-wrap {
    position: relative;
}

    .img-wrap img {
        max-width: 100%;
    }

    .img-wrap a {
    }

        .img-wrap a:hover .play,
        .img-wrap a:focus .play {
            opacity: 1;
        }

    .img-wrap .title {
        color: #444444;
        display: block;
        padding: 5px 0;
    }

    .img-wrap .caption {
        color: #444444;
        display: block;
        font-size: 1.4rem;
        line-height: 2.0rem;
        padding: 10px 0;
    }

    .img-wrap .play {
        color: #fff;
        font-size: 4.0rem;
        left: 50%;
        line-height: 40px;
        margin: -20px 0 0 -30px;
        opacity: 0.7;
        position: absolute;
        text-align: center;
        top: 50%;
        width: 60px;
    }

    .img-wrap .play-button {
        display: block;
        color: #fff;
        font-size: 2.0rem;
        line-height: 5.0rem;
        margin-top: -25px;
        position: absolute;
        text-align: center;
        top: 50%;
        width: 100%;
        z-index: 1;
    }

        .img-wrap .play-button img {
            height: 50px;
            margin: 0 15px 0 0;
            width: 50px;
        }

    .img-wrap.pull-left .caption {
        color: #222222;
    }

    .img-wrap.pull-right .caption {
        color: #222222;
    }

@media (min-width:992px) {
    .img-wrap.pull-left {
        float: left;
        max-width: 65%;
        margin: 0 30px 30px 0;
    }

    .img-wrap.pull-right {
        float: right;
        max-width: 65%;
        margin: 0 0 30px 30px;
    }
}

.index-listing {
    margin: 0 0 30px;
}

    .index-listing .item:first-child {
        padding-top: 0;
    }

    .index-listing .item.no-border {
        border-bottom: none;
    }

    .index-listing .item {
        border-bottom: 1px solid #CCCCCC;
        padding: 30px 0 15px;
    }

        .index-listing .item h2 {
            margin: 0 0 10px;
        }

            .index-listing .item h2 a {
                color: #222222;
            }

                .index-listing .item h2 a:hover,
                .index-listing .item h2 a:focus {
                    color: #C8102E;
                }

        .index-listing .item h3 {
            margin: 0 0 10px;
        }

            .index-listing .item h3 a {
                color: #222222;
            }

                .index-listing .item h3 a:hover,
                .index-listing .item h3 a:focus {
                    color: #C8102E;
                }

        .index-listing .item p {
            margin: 0 0 15px;
        }

        .index-listing .item .img-wrap {
            margin: 0 0 20px;
        }

        .index-listing .item .url a {
            text-decoration: underline;
        }

    .index-listing .content-box {
        background: #F2F2F2;
        margin: 0 0 20px;
        padding: 25px;
    }

@media (min-width:768px) {
    .index-listing .content-box {
        width: 325px;
    }
}

.news-listing {
    margin: 0 0 30px;
}

    .news-listing .item {
        border-bottom: 1px solid #CCCCCC;
        font-size: 1.4rem;
        margin: 0 0 15px;
        padding: 0 0 15px;
        position: relative;
    }

        .news-listing .item .details {
            font-size: 1.4rem;
            line-height: 2.0rem;
            margin: 0 0 5px;
        }

        .news-listing .item h5 {
            margin: 0;
        }

            .news-listing .item h5 a {
                color: #222222;
            }

                .news-listing .item h5 a:hover,
                .news-listing .item h5 a:focus {
                    color: #C8102E;
                }

.map-wrap {
    padding-bottom: 80%;
    position: relative;
}

    .map-wrap iframe {
        border: none;
        bottom: 0;
        left: 0;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
    }

.pager {
    margin: 0 auto 30px;
    max-width: 500px;
    padding: 0 40px;
    position: relative;
    text-align: center;
}

    .pager a {
        border-radius: 100%;
        color: #222222;
        display: inline-block;
        line-height: 40px;
        margin: 3px 0;
        text-align: center;
        vertical-align: middle;
        width: 40px;
    }

        .pager a.on {
            background: #FFCD00 !important;
        }

        .pager a:hover,
        .pager a:focus {
            background: #F2F2F2;
        }

        .pager a:first-child,
        .pager a:last-child {
            color: #666666;
            display: inline-block !important;
            margin-top: -20px;
            position: absolute;
            top: 50%;
        }

        .pager a:first-child {
            left: 0;
        }

        .pager a:last-child {
            right: 0;
        }

    .pager span {
        display: none;
    }

    .pager a:nth-child(n+5) {
        display: none;
    }

.pager-alpha {
    font-size: 1.6rem;
    line-height: 2.0rem;
    list-style: none;
    margin: 0 0 30px;
}

    .pager-alpha li {
        display: inline-block;
    }

        .pager-alpha li a {
            background: #F2F2F2;
            border-radius: 100%;
            color: #222222;
            display: inline-block;
            line-height: 30px;
            margin: 0 5px 5px 0;
            min-width: 30px;
            padding: 0 10px;
            text-align: center;
            vertical-align: middle;
        }

        .pager-alpha li.on a {
            background: #FFCD00 !important;
        }

        .pager-alpha li a:hover,
        .pager-alpha li a:focus {
            color: #C8102E;
        }

.page-search {
    margin: 0 0 30px;
}

    .page-search form {
        position: relative;
    }

        .page-search form input {
            padding-right: 48px;
        }

        .page-search form button {
            background: transparent;
            border-radius: 0;
            color: #C8102E;
            height: 100%;
            line-height: 48px;
            padding: 0;
            position: absolute;
            right: 0;
            top: 0;
            width: 48px;
        }

            .page-search form button:hover,
            .page-search form button:focus {
                background: transparent !important;
            }

@media (min-width:576px) {
    .pager span {
        display: inline-block;
    }

    .pager a:nth-child(n+5) {
        display: inline-block;
    }
}

.sharethis {
    background: #F2F2F2;
    margin: 0 0 30px;
    padding: 15px;
}

/* Side Components */
.side-box {
    background: #F2F2F2;
    margin: 0 0 40px;
    padding: 25px;
}

    .side-box p {
        margin: 0 0 20px;
    }

    .side-box h5 a {
        color: #222222;
    }

        .side-box h5 a:hover,
        .side-box h5 a:focus {
            color: #C8102E;
        }

.side-box__cta {
    display: grid;
    place-items: center;
}

    .side-box__cta .button {
        max-width: 100%;
        white-space: normal;
    }

.side-content {
    margin: 0 0 40px;
}

    .side-content p {
        margin: 0 0 20px;
    }

.side-hr {
    background: #FFCD00;
    height: 5px;
    margin: 0 0 20px;
    width: 50px;
}

.side-nav {
    margin: 0 0 40px;
}

    .side-nav ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .side-nav ul li {
            border-bottom: 1px solid #CCCCCC;
            margin: 0;
        }

            .side-nav ul li a {
                color: #444444;
                display: block;
                padding: 8px 0;
            }

                .side-nav ul li a.on,
                .side-nav ul li a:hover,
                .side-nav ul li a:focus {
                    color: #C8102E;
                }

            .side-nav ul li ul {
                background: #F2F2F2;
                font-size: 1.5rem;
                line-height: 2.0rem;
            }

                .side-nav ul li ul li {
                    border: none;
                }

                    .side-nav ul li ul li a {
                        padding: 7px 20px;
                    }

@media (min-width:992px) {
    .side-wrap {
        min-height: 100%;
        width: 265px;
    }
}

@media (min-width:1200px) {
    .side-wrap {
        margin-right: 40px;
    }
}

.spotlight {
    background: #000;
    border-top: 4px solid #C8102E;
    margin: 0 0 30px;
    position: relative;
}

    .spotlight > img {
        width: 100%;
    }

    .spotlight:hover .gif {
        opacity: 1;
    }

    .spotlight .gif {
        bottom: 0;
        left: 0;
        opacity: 0;
        overflow: hidden;
        position: absolute;
        right: 0;
        top: 0;
        transition: all 0.2s ease-in-out;
    }

        .spotlight .gif > img {
            width: 100%;
        }

    .spotlight .video {
        bottom: 0;
        left: 0;
        opacity: 0;
        overflow: hidden;
        position: absolute;
        right: 0;
        top: 0;
        transition: all 0.2s ease-in-out;
    }

        .spotlight .video video {
            width: 100%;
        }

    .spotlight .details {
        bottom: 0;
        display: block;
        left: 0;
        padding: 15px;
        position: absolute;
        text-align: center;
        width: 100%;
    }

        .spotlight .details img {
            display: block;
            height: 75px;
            margin: 0 auto 15px;
            width: 75px;
        }

        .spotlight .details .title {
            color: #FFCD00;
            display: block;
            font-size: 1.6rem;
            line-height: 2.2rem;
            margin: 0;
            text-transform: uppercase;
        }

        .spotlight .details .name {
            color: #fff;
            display: block;
            font-size: 2.5rem;
            line-height: 3.1rem;
            margin: 0 0 10px;
        }

        .spotlight .details .play-toggle .pause {
            opacity: 0;
        }

        .spotlight .details .play-toggle.playing .play {
            display: none;
        }

        .spotlight .details .play-toggle.playing .pause {
            display: block;
            opacity: 1;
        }

@media (min-width:992px) {
    .spotlight {
        max-width: 325px;
    }
}

.directory-listing img {
    height: auto;
    width: 100%;
}

.tags {
    font-size: 1.6rem;
    line-height: 2.0rem;
    margin: 0 0 30px;
    padding: 5px 0;
}

    .tags a {
        background: #F2F2F2;
        border-radius: 50px;
        color: #444444;
        display: inline-block;
        margin: 5px 5px 5px 0;
        padding: 5px 15px;
        white-space: nowrap;
    }

        .tags a:last-child {
            margin-right: 0;
        }

        .tags a.on {
            background: #FFCD00;
            color: #222222;
        }

.tags-related {
    font-size: 1.4rem;
    line-height: 2.0rem;
    margin: -2px 0 20px;
}

    .tags-related a {
        background: #FFCD00;
        color: #222222;
        display: inline-block;
        font-weight: 700;
        margin: 5px 5px 5px 0;
        padding: 3px 10px;
        white-space: nowrap;
    }

        .tags-related a:hover,
        .tags-related a:focus {
            background: #d0d3d4;
        }

        .tags-related a:last-child {
            margin-right: 0;
        }

.tile {
    margin: 0 0 30px;
}

    .tile .img-wrap {
        margin: 0 0 20px;
    }

    .tile .content h4 {
        margin: 0 0 10px;
    }

        .tile .content h4 a {
            color: #222222;
        }

            .tile .content h4 a:hover,
            .tile .content h4 a:focus {
                color: #C8102E;
            }

    .tile .content p {
        margin: 0 0 20px;
    }

        .tile .content p:last-child {
            margin: 0;
        }

    .tile .content .tags-related {
        margin: -5px 0 5px;
    }

.vid-wrap {
    padding-bottom: 56.25%;
    position: relative;
}

    .vid-wrap iframe {
        border: none;
        bottom: 0;
        left: 0;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
    }

/* Trays
====================================================================================================*/
.tray {
    position: relative;
}

    .tray .page-title {
        color: #fff;
        font-size: 2.5rem;
        font-weight: 400;
        line-height: 3.1rem;
        margin: 0;
    }

    .tray .spire {
        bottom: 0;
        position: absolute;
        right: 0;
    }

.tray-alert {
    background: #F2F2F2;
    padding: 20px 0;
    position: sticky;
    height: auto;
    top: 0;
    z-index: 4;
}

    .tray-alert .container {
        position: relative;
    }

    .tray-alert .content {
        padding-right: 30px;
    }

        .tray-alert .content h4 {
            margin: 0 0 7px;
        }

        .tray-alert .content p {
            margin: 0;
        }

        .tray-alert .content a {
            text-decoration: underline;
        }

    .tray-alert .close-alert {
        color: #444;
        font-size: 2.0rem;
        line-height: 3.0rem;
        margin-top: -15px;
        position: absolute;
        right: 25px;
        top: 50%;
    }

.tray-facts {
    background: #000;
    color: #fff;
    padding: 0;
    position: relative;
}

    .tray-facts .img-wrap .play-button a {
        color: #fff;
    }

    .tray-facts .img-bg {
        height: 100%;
        position: absolute;
        overflow: hidden;
        width: 100%;
    }

        .tray-facts .img-bg > img {
            height: auto;
            left: 50%;
            max-width: none;
            min-height: 100%;
            min-width: 100%;
            position: absolute;
            top: 50%;
            transform: translate(-50%,-50%);
            width: auto;
            z-index: 1;
        }

    .tray-facts .facts {
        background: rgba(0,0,0,0.6);
        font-size: 1.5rem;
        line-height: 2.1rem;
        padding: 30px 25px 40px;
        position: relative;
        z-index: 1;
    }

        .tray-facts .facts .fact {
            align-items: baseline;
            border-bottom: 1px solid #F2F2F2;
            display: flex;
            justify-content: space-between;
            padding: 10px 0;
        }

            .tray-facts .facts .fact .num-wrap {
                margin-top: auto;
            }

                .tray-facts .facts .fact .num-wrap .num {
                    color: #FFCD00;
                    display: block;
                    font-size: 4.0rem;
                    line-height: 4.0rem;
                }

                .tray-facts .facts .fact .num-wrap .unit {
                    color: #fff;
                    display: block;
                }

            .tray-facts .facts .fact .button-wrap {
                margin-top: auto;
            }

@media (min-width:768px) {
    .tray-facts .img-wrap {
        height: 100%;
        position: absolute;
        overflow: hidden;
        width: 100%;
    }

        .tray-facts .img-wrap > img {
            height: auto;
            left: 50%;
            max-width: none;
            min-height: 100%;
            min-width: 100%;
            position: absolute;
            top: 50%;
            transform: translate(-50%,-50%);
            width: auto;
            z-index: 1;
        }

        .tray-facts .img-wrap .play-button-frame {
            height: 100%;
            left: 50%;
            position: absolute;
            top: 0;
            width: 50%;
        }

        .tray-facts .img-wrap .play-button {
            font-size: 2.5rem;
            line-height: 7.5rem;
        }

            .tray-facts .img-wrap .play-button a {
                color: #fff;
            }

            .tray-facts .img-wrap .play-button img {
                height: 75px;
                width: 75px;
            }

    .tray-facts .facts {
        font-size: 1.8rem;
        line-height: 2.4rem;
        padding: 25px;
        width: 50%;
    }

        .tray-facts .facts .fact {
            margin: 0 0 20px;
        }

            .tray-facts .facts .fact .num-wrap .num {
                font-size: 5.0rem;
                line-height: 5.0rem;
            }

        .tray-facts .facts.facts-full {
            display: block;
            padding: 10px 0 60px;
            width: 100%;
        }

            .tray-facts .facts.facts-full .inner {
                margin: 0 auto;
                max-width: 900px;
                overflow: hidden;
            }

            .tray-facts .facts.facts-full .fact {
                display: block;
                float: left;
                height: 130px;
                margin: 10px 4%;
                overflow: hidden;
                padding: 50px 0 0;
                transition: all 0.2s ease-in-out;
                width: 42%;
            }

                .tray-facts .facts.facts-full .fact .num-wrap {
                    margin: 0 0 10px;
                }

                .tray-facts .facts.facts-full .fact:hover,
                .tray-facts .facts.facts-full .fact:focus {
                    padding: 0;
                }
}

@media (min-width:1200px) {
    .tray-facts .facts {
        display: flex;
        flex-wrap: wrap;
        padding: 10px 0 60px;
    }

        .tray-facts .facts .fact {
            display: block;
            height: 130px;
            margin: 10px 4%;
            overflow: hidden;
            padding: 50px 0 0;
            transition: all 0.2s ease-in-out;
            width: 42%;
        }

            .tray-facts .facts .fact .num-wrap {
                margin: 0 0 10px;
            }

            .tray-facts .facts .fact:hover,
            .tray-facts .facts .fact:focus {
                padding: 0;
            }
}

.tray-img-grid .img-grid {
    margin: 0 -10px;
    overflow: hidden;
}

    .tray-img-grid .img-grid .img {
        padding: 10px;
    }

        .tray-img-grid .img-grid .img:nth-child(1) {
            float: left;
            width: 100%;
        }

        .tray-img-grid .img-grid .img:nth-child(2) {
            float: left;
            width: 50%;
        }

        .tray-img-grid .img-grid .img:nth-child(3) {
            float: left;
            width: 50%;
        }

        .tray-img-grid .img-grid .img:nth-child(4) {
            float: left;
            width: 50%;
        }

        .tray-img-grid .img-grid .img:nth-child(5) {
            float: left;
            width: 50%;
        }

        .tray-img-grid .img-grid .img img {
            width: 100%;
        }

.tray-img-hero-grid .img-grid .img:nth-child(2) .img-frame img,
.tray-img-hero-grid .img-grid .img:nth-child(3) .img-frame img {
    height: 100%;
    left: 50%;
    max-width: none;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: auto;
}

@media (min-width:768px) {
    .tray-img-grid .img-grid .img:nth-child(1) {
        width: 50%;
    }

    .tray-img-grid .img-grid .img:nth-child(2) {
        width: 50%;
    }

    .tray-img-grid .img-grid .img:nth-child(3) {
        width: 33.333333%;
    }

    .tray-img-grid .img-grid .img:nth-child(4) {
        width: 33.333333%;
    }

    .tray-img-grid .img-grid .img:nth-child(5) {
        width: 33.333333%;
    }
}

@media (min-width:992px) {
    .tray-img-grid .img-grid-reverse .img:nth-child(1) {
        float: right
    }

    .tray-img-grid .img-grid .img:nth-child(1) {
        padding-right: 8px;
        width: 50%;
    }

    .tray-img-grid .img-grid .img:nth-child(2) {
        width: 25%;
    }

    .tray-img-grid .img-grid .img:nth-child(3) {
        width: 25%;
    }

    .tray-img-grid .img-grid .img:nth-child(4) {
        width: 25%;
    }

    .tray-img-grid .img-grid .img:nth-child(5) {
        width: 25%;
    }
}

.tray-img-hero {
    background: #000;
    border-top: 4px solid #FFCD00;
    padding: 0;
    position: relative;
}

    .tray-img-hero .bg-img-wrap {
        height: 440px;
        position: relative;
        width: 100%;
    }

        .tray-img-hero .bg-img-wrap .img-frame {
            height: 100%;
            position: absolute;
            overflow: hidden;
            width: 100%;
        }

            .tray-img-hero .bg-img-wrap .img-frame img {
                left: 50%;
                height: 100%;
                opacity: 0.5;
                position: absolute;
                transform: translate(-50%,0);
            }

        .tray-img-hero .bg-img-wrap .bg-img-content {
            color: #fff;
            left: 0;
            position: absolute;
            top: 30px;
            width: 100%;
            z-index: 1;
        }

            .tray-img-hero .bg-img-wrap .bg-img-content .content h1,
            .tray-img-hero .bg-img-wrap .bg-img-content .content .h1 {
                color: #fff;
                font-size: 3.5rem;
                line-height: 4.1rem;
                margin: 0 0 5px;
            }

            .tray-img-hero .bg-img-wrap .bg-img-content .content p {
                margin: 0 0 20px;
            }

    .tray-img-hero .tab-wrap {
        background: #fff url(../img/backgrounds/border-tile.png) repeat-x center bottom;
        color: #222;
        padding: 10px 0 40px;
    }

        .tray-img-hero .tab-wrap .tab-nav {
            border-bottom: 1px solid #CCCCCC;
            display: flex;
            margin: 0 0 15px;
        }

            .tray-img-hero .tab-wrap .tab-nav a {
                border-bottom: 1px solid #CCCCCC;
                color: #666666;
                font-size: 2.5rem;
                line-height: 3.5rem;
                margin: 0 0 -1px;
                padding: 20px 30px;
            }

            .tray-img-hero .tab-wrap .tab-nav .on {
                border-color: #C8102E;
                color: #222222;
            }

        .tray-img-hero .tab-wrap .tabs .tab {
            display: none;
        }

            .tray-img-hero .tab-wrap .tabs .tab:first-child {
                display: block;
            }

@media (min-width:768px) {
    .tray-img-hero .bg-img-wrap {
        height: 610px;
    }

        .tray-img-hero .bg-img-wrap .bg-img-content {
            top: 60px;
        }

            .tray-img-hero .bg-img-wrap .bg-img-content .content {
                font-size: 2.0rem;
                line-height: 3.0rem;
                max-width: 48%;
            }

                .tray-img-hero .bg-img-wrap .bg-img-content .content h1,
                .tray-img-hero .bg-img-wrap .bg-img-content .content .h1 {
                    font-size: 4.5rem;
                    line-height: 4.1rem;
                    margin: 0 0 10px;
                }

    .tray-img-hero .tab-wrap {
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        width: 50%;
        z-index: 1;
    }

        .tray-img-hero .tab-wrap .inner {
            bottom: 42px;
            left: 0;
            position: absolute;
            overflow: auto;
            top: 0;
            width: 100%;
        }
}

@media (min-width:992px) {
    .tray-img-hero .bg-img-wrap .bg-img-content {
        top: 80px;
    }

        .tray-img-hero .bg-img-wrap .bg-img-content .content h1,
        .tray-img-hero .bg-img-wrap .bg-img-content .content .h1 {
            font-size: 4.5rem;
            line-height: 5.1rem;
        }

    .tray-img-hero .tab-wrap {
        width: 500px;
    }
}

@media (min-width:1600px) {
    .tray-img-hero .bg-img-wrap .img-frame img {
        height: auto;
        left: 50%;
        min-height: 100%;
        min-width: 100%;
        position: absolute;
        top: 50%;
        transform: translate(-50%,-50%);
        width: auto;
    }

    .tray-img-hero .tab-wrap {
        left: 66%;
        right: auto;
    }
}

.tray-img-hero-grid {
    margin-top: -10px;
    overflow: hidden;
    padding: 0;
}

    .tray-img-hero-grid .img-grid {
        margin: 0 -10px;
        overflow: hidden;
        position: relative;
    }

        .tray-img-hero-grid .img-grid .img {
            padding: 10px;
            position: relative;
        }

            .tray-img-hero-grid .img-grid .img:nth-child(1) {
                height: 450px;
            }

            .tray-img-hero-grid .img-grid .img:nth-child(2) {
                height: 200px;
            }

            .tray-img-hero-grid .img-grid .img:nth-child(3) {
                height: 200px;
            }

            .tray-img-hero-grid .img-grid .img .img-frame {
                background: #000;
                bottom: 10px;
                left: 10px;
                position: absolute;
                overflow: hidden;
                right: 10px;
                top: 10px;
            }

                .tray-img-hero-grid .img-grid .img .img-frame .video {
                    background: #000;
                    bottom: 0;
                    left: 0;
                    opacity: 1 !important;
                    overflow: hidden;
                    position: absolute;
                    right: 0;
                    top: 0;
                }

                    .tray-img-hero-grid .img-grid .img .img-frame .video video {
                        left: 50%;
                        height: auto;
                        min-height: 100%;
                        min-width: 100%;
                        position: absolute;
                        top: 50%;
                        transform: translate(-50%, -50%);
                        z-index: 0;
                        width: auto;
                    }

                    .tray-img-hero-grid .img-grid .img .img-frame .video .video-gradient {
                        /*background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 25%, rgba(0,0,0,0.9) 100%);
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 25%,rgba(0,0,0,0.9) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 25%,rgba(0,0,0,0.9) 100%);*/
                        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e6000000',GradientType=0 );
                        left: 0;
                        height: 100%;
                        position: absolute;
                        top: 0;
                        width: 100%;
                    }

                    .tray-img-hero-grid .img-grid .img .img-frame .video .play-toggle {
                        bottom: 15px;
                        font-size: 4.0rem;
                        opacity: 0.7;
                        position: absolute;
                        right: 15px;
                        z-index: 1;
                    }

                        .tray-img-hero-grid .img-grid .img .img-frame .video .play-toggle.playing a:first-child {
                            display: none;
                        }

                        .tray-img-hero-grid .img-grid .img .img-frame .video .play-toggle.playing a:last-child {
                            display: inline-block;
                        }

                        .tray-img-hero-grid .img-grid .img .img-frame .video .play-toggle a:first-child {
                            display: inline-block;
                        }

                        .tray-img-hero-grid .img-grid .img .img-frame .video .play-toggle a:last-child {
                            display: none;
                        }

                        .tray-img-hero-grid .img-grid .img .img-frame .video .play-toggle a {
                            color: #fff;
                        }

                .tray-img-hero-grid .img-grid .img .img-frame .content {
                    color: #fff;
                    bottom: 0;
                    left: 0;
                    padding: 25px 25px 15px;
                    position: absolute;
                }

                    .tray-img-hero-grid .img-grid .img .img-frame .content h1,
                    .tray-img-hero-grid .img-grid .img .img-frame .content .h1 {
                        color: #fff;
                        margin: 0 0 15px;
                    }

                    .tray-img-hero-grid .img-grid .img .img-frame .content h4 {
                        color: #fff;
                    }

                        .tray-img-hero-grid .img-grid .img .img-frame .content h4 a {
                            color: #fff;
                            text-shadow: 1px 1px #000;
                        }

                    .tray-img-hero-grid .img-grid .img .img-frame .content p {
                        margin: 0 0 20px;
                        text-shadow: 1px 1px #000;
                    }

                    .tray-img-hero-grid .img-grid .img .img-frame .content .tags-related {
                        margin: 0 0 10px;
                    }

            .tray-img-hero-grid .img-grid .img:nth-child(1) .img-frame img {
                left: 50%;
                height: 100%;
                opacity: 0.5;
                position: absolute;
                transform: translate(-50%,0);
            }

            .tray-img-hero-grid .img-grid .img:nth-child(2) .img-frame img,
            .tray-img-hero-grid .img-grid .img:nth-child(3) .img-frame img {
                height: 150%;
                left: 50%;
                max-width: none;
                min-height: 100%;
                min-width: 100%;
                position: absolute;
                top: 50%;
                transform: translate(-50%,-50%);
                width: auto;
            }

@media (min-width:320px) {
    .tray-img-hero-grid .img-grid .img:nth-child(2) .img-frame img,
    .tray-img-hero-grid .img-grid .img:nth-child(3) .img-frame img {
        height: auto;
        left: auto;
        position: absolute;
        top: 50%;
        transform: translate(0,-50%);
        width: 100%;
        object-fit: cover;
    }
}

@media (min-width:768px) {
    .tray-img-hero-grid .img-grid .img:nth-child(1) {
        height: 450px;
    }

        .tray-img-hero-grid .img-grid .img:nth-child(1) .img-frame img {
            height: auto;
            left: 50%;
            min-height: 100%;
            min-width: 100%;
            position: absolute;
            top: 50%;
            transform: translate(-50%,-50%);
            width: auto;
        }

        .tray-img-hero-grid .img-grid .img:nth-child(1) .img-frame .open-video img {
            height: 75px;
            width: 75px;
            min-height: 75px;
            min-width: 75px;
            left: inherit;
            top: inherit;
            position: relative;
            transform: none;
            vertical-align: middle;
        }

    .tray.tray-page-bar > div > div.bg-img-content > div > div > span > a > img {
        vertical-align: middle;
    }

    .tray-img-hero-grid .img-grid .img:nth-child(2) {
        height: 300px;
    }

    .tray-img-hero-grid .img-grid .img:nth-child(3) {
        height: 300px;
    }
}

@media (min-width:992px) {
    .tray-img-hero-grid .img-grid .img:nth-child(1) {
        height: 600px;
        width: 66%;
    }

    .tray-img-hero-grid .img-grid .img:nth-child(2) {
        position: absolute;
        right: 0;
        top: 0;
        width: 34%;
    }

    .tray-img-hero-grid .img-grid .img:nth-child(3) {
        bottom: 0;
        position: absolute;
        right: 0;
        width: 34%;
    }

        .tray-img-hero-grid .img-grid .img:nth-child(2) .img-frame img,
        .tray-img-hero-grid .img-grid .img:nth-child(3) .img-frame img {
            height: 100%;
            left: 50%;
            max-width: none;
            min-height: 100%;
            min-width: 100%;
            position: absolute;
            top: 50%;
            transform: translate(-50%,-50%);
            width: auto;
        }
}

@media (min-width:1500px) {
    .tray-img-hero-grid .img-grid .img:nth-child(2) .img-frame img,
    .tray-img-hero-grid .img-grid .img:nth-child(3) .img-frame img {
        height: 150%;
        left: 50%;
        max-width: none;
        min-height: 100%;
        min-width: 100%;
        position: absolute;
        top: 50%;
        transform: translate(-50%,-50%);
        width: auto;
    }
}

@media (min-width:1800px) {
    .tray-img-hero-grid .img-grid .img:nth-child(2) .img-frame img,
    .tray-img-hero-grid .img-grid .img:nth-child(3) .img-frame img {
        height: 200%;
        left: 50%;
        max-width: none;
        min-height: 100%;
        min-width: 100%;
        position: absolute;
        top: 50%;
        transform: translate(-50%,-50%);
        width: auto;
    }
}

.tray-quote {
    background: url(../img/backgrounds/border-tile.png) repeat-x center bottom;
    font-size: 2.0rem;
    line-height: 2.6rem;
    padding: 40px 0 80px;
    position: relative;
    z-index: 1;
}

    .tray-quote .quote p {
        margin: 0 0 20px;
    }

    .tray-quote .quote .thumb {
        margin: -80px 0 40px;
    }

        .tray-quote .quote .thumb img {
            border-radius: 100%;
            width: 200px;
        }

    .tray-quote .quote .quote-mark {
        color: #fff;
        font-family: times, serif;
        font-size: 15.0rem;
        line-height: 1rem;
        margin: 30px 0 0;
    }

    .tray-quote .quote .cite {
        font-size: 1.8rem;
        line-height: 2.4rem;
    }

@media (min-width:576px) {
    .tray-quote .quote .thumb {
        margin: 0;
    }

    .tray-quote .quote .quote-mark {
        margin: 20px 0 0;
    }
}

@media (min-width:768px) {
    .tray-quote .quote .inner {
        margin-right: 60px;
    }

    .tray-quote .quote .thumb {
        margin: 20px 0 0;
    }

    .tray-quote .quote .quote-mark {
        margin: 50px 0 0;
    }
}

@media (min-width:992px) {
    .tray-quote {
        font-size: 2.5rem;
        line-height: 3.0rem;
    }

        .tray-quote .quote .thumb {
            margin: -80px 0;
        }

            .tray-quote .quote .thumb img {
                width: 325px;
            }

        .tray-quote .quote .quote-mark {
            margin: 50px 0 0;
        }
}

.tray-page-bar .bg-img-wrap {
    height: 440px;
    margin: -20px 0;
    position: relative;
    width: 100%;
}

    .tray-page-bar .bg-img-wrap .img-frame {
        height: 100%;
        position: absolute;
        overflow: hidden;
        width: 100%;
    }

        .tray-page-bar .bg-img-wrap .img-frame img {
            left: 50%;
            height: 100%;
            opacity: 0.5;
            position: absolute;
            transform: translate(-50%,0);
        }

    .tray-page-bar .bg-img-wrap .inner {
        background: rgba(0,0,0,0.65);
        padding: 20px 0;
        position: relative;
        z-index: 2;
    }

    .tray-page-bar .bg-img-wrap .bg-img-content {
        bottom: 30px;
        position: absolute;
        width: 100%;
        z-index: 1;
    }

        .tray-page-bar .bg-img-wrap .bg-img-content .content {
            max-width: 500px;
        }

            .tray-page-bar .bg-img-wrap .bg-img-content .content h1,
            .tray-page-bar .bg-img-wrap .bg-img-content .content .h1 {
                color: #fff;
                font-size: 3.5rem;
                line-height: 4.1rem;
                margin: 0 0 5px;
            }

            .tray-page-bar .bg-img-wrap .bg-img-content .content p {
                margin: 0 0 20px;
            }

            .tray-page-bar .bg-img-wrap .bg-img-content .content .cta {
                color: #fff;
                font-size: 2.0rem;
                line-height: 5.0rem;
            }

                .tray-page-bar .bg-img-wrap .bg-img-content .content .cta img {
                    height: 50px;
                    margin: 0 15px 0 0;
                    width: 50px;
                }

            .tray-page-bar .bg-img-wrap .bg-img-content .content .button {
                font-weight: 700;
            }

.tray-page-bar {
    background: #222222;
    color: #F2F2F2;
    padding: 20px 0;
    position: relative;
}

    .tray-page-bar a {
        color: #F2F2F2;
    }

    .tray-page-bar .row {
        align-items: center;
    }

    .tray-page-bar .crumbs {
        margin: 0 0 5px;
    }

    .tray-page-bar .side-nav-toggle {
        display: block;
        height: 50px;
        margin-top: -25px;
        position: absolute;
        right: 25px;
        text-align: right;
        top: 50%;
        width: 40px;
    }

        .tray-page-bar .side-nav-toggle .text {
            display: none;
        }

        .tray-page-bar .side-nav-toggle i {
            left: -15px;
            position: relative;
            top: 12px;
            transition: all 0.2s ease-in-out;
        }

        .tray-page-bar .side-nav-toggle.opened i {
            transform: rotate(180deg);
        }

        .tray-page-bar .side-nav-toggle.opened svg {
            transform: rotate(180deg);
        }

    .tray-page-bar .side-nav {
        background: #fff;
        display: none;
        left: 0;
        position: absolute;
        top: 100%;
        width: 100%;
        z-index: 1;
    }

        .tray-page-bar .side-nav ul li a {
            padding: 8px 25px;
        }

        .tray-page-bar .side-nav ul li ul li a {
            padding: 7px 45px;
        }

@media (min-width:576px) {
    .tray-page-bar .side-nav-toggle {
        width: 100px;
    }

        .tray-page-bar .side-nav-toggle .text {
            display: inline;
        }

        .tray-page-bar .side-nav-toggle i {
            left: -15px;
            top: 12px;
        }
}

@media (min-width:768px) {
    .tray-page-bar .bg-img-wrap .bg-img-content {
        bottom: 40px;
    }

        .tray-page-bar .bg-img-wrap .bg-img-content .content {
            font-size: 2.0rem;
            line-height: 3.0rem;
        }

            .tray-page-bar .bg-img-wrap .bg-img-content .content h1,
            .tray-page-bar .bg-img-wrap .bg-img-content .content .h1 {
                font-size: 4.5rem;
                line-height: 4.1rem;
                margin: 0 0 10px;
            }
}

@media (min-width:992px) {
    .tray-page-bar .bg-img-wrap {
        height: 480px;
    }

        .tray-page-bar .bg-img-wrap .bg-img-content {
            bottom: 50px;
        }

            .tray-page-bar .bg-img-wrap .bg-img-content .content {
                max-width: 700px;
            }

                .tray-page-bar .bg-img-wrap .bg-img-content .content h1,
                .tray-page-bar .bg-img-wrap .bg-img-content .content .h1 {
                    font-size: 4.5rem;
                    line-height: 5.1rem;
                }

                .tray-page-bar .bg-img-wrap .bg-img-content .content .cta {
                    font-size: 2.5rem;
                    line-height: 7.5rem;
                }

                    .tray-page-bar .bg-img-wrap .bg-img-content .content .cta img {
                        height: 75px;
                        width: 75px;
                    }

    .tray-page-bar .side-nav-toggle {
        display: none;
    }

    .tray-page-bar .side-nav {
        display: none !important;
    }

    .tray-page-bar .crumbs {
        margin: 0;
        text-align: right;
    }
}

@media (min-width:1600px) {
    .tray-page-bar .bg-img-wrap .img-frame img {
        height: auto;
        left: 50%;
        min-height: 100%;
        min-width: 100%;
        position: absolute;
        top: 50%;
        transform: translate(-50%,-50%);
        width: auto;
    }
}

.tray-video {
    background: #000;
    padding: 0;
}

/* Slick Slider */
.slick-prev,
.slick-next {
    background: #fff;
    border: none;
    border-radius: 100%;
    color: transparent;
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 20px;
    line-height: 0;
    margin-top: -10px;
    opacity: 0.8;
    outline: none;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 20px;
}

    .slick-prev:hover,
    .slick-next:hover {
        opacity: 1;
    }

.slick-prev {
    left: -25px;
}

.slick-next {
    right: -25px;
}

.slick-prev:after {
    color: #888888;
    content: '\00a0\f053';
    font-family: 'icomoon';
    left: -5px;
    line-height: 20px;
    font-size: 1.4rem;
    position: relative;
}

.slick-next:after {
    color: #888888;
    content: '\00a0\f054';
    font-family: 'icomoon';
    line-height: 20px;
    left: -2px;
    font-size: 1.4rem;
    position: relative;
}

.slick-dots {
    list-style: none;
    margin: -25px 0 0;
    padding: 0 15px;
    position: relative;
    text-align: center;
    z-index: 1;
}

    .slick-dots li {
        display: inline-block;
        margin: 5px;
    }

        .slick-dots li button {
            background: #CCCCCC;
            border: none;
            border-radius: 100%;
            color: #CCCCCC;
            height: 16px;
            line-height: 16px;
            min-width: 0;
            overflow: hidden;
            padding: 0;
            width: 16px;
        }

        .slick-dots li.slick-active button {
            background: #C8102E;
            color: #C8102E;
        }

/* Jquery UI datepicker */
.date-picker-wrap {
    display: block;
    position: relative;
}

    .date-picker-wrap i {
        position: absolute;
        right: 10px;
        top: 15px;
    }

.ui-datepicker {
    background: #fff !important;
    border: 1px solid #CCCCCC;
    font-size: 14px;
    padding: 8px;
    width: 260px;
    z-index: 2;
}

.ui-datepicker-header {
    border-bottom: 1px solid #c8d4da;
    padding: 0 0 10px;
    text-align: center;
}

.ui-datepicker-calendar {
    width: 100%;
}

    .ui-datepicker-calendar thead th {
        padding: 5px;
        text-align: center;
    }

    .ui-datepicker-calendar tbody tr:nth-child(odd) {
        background: #F2F2F2;
    }

    .ui-datepicker-calendar tbody td {
        padding: 5px;
        text-align: center;
    }

        .ui-datepicker-calendar tbody td a {
            font-weight: 700;
        }

.ui-datepicker-prev {
    float: left;
}

.ui-datepicker-next {
    float: right;
}

/* SumoSelect */
.sumo-wrap {
    margin: 0 0 20px;
}

.SumoSelect {
    display: block;
    width: 100%;
}

    .SumoSelect label {
        margin: 0;
    }

    .SumoSelect:focus > .CaptionCont,
    .SumoSelect:hover > .CaptionCont,
    .SumoSelect.open > .CaptionCont {
        box-shadow: none;
        border: none;
    }

    .SumoSelect > .CaptionCont {
        background: #F2F2F2;
        border: none;
        border-radius: 0;
        line-height: 2.4rem;
        padding: 12px;
    }

        .SumoSelect > .CaptionCont label i {
            opacity: 0;
        }

        .SumoSelect > .CaptionCont:after {
            content: "\f107";
            font-family: "Font Awesome 5 Free";
            font-size: 2.4rem;
            font-weight: 600;
            color: #C8102E;
            position: absolute;
            right: 12px;
            top: 12px;
        }

    .SumoSelect > .optWrapper {
        background: #F2F2F2;
        border: none;
        border-radius: 0;
        box-shadow: none;
        top: 100% !important;
    }

        .SumoSelect > .optWrapper ul {
            border-radius: 0;
        }

        .SumoSelect > .optWrapper .options li.opt {
            border-radius: 0;
            margin: 0;
            padding: 6px 12px;
        }

/* Magnific Popup */
.mfp-custom-caption {
    display: none;
}

.mfp-container {
    padding-left: 25px;
    padding-right: 25px;
}

.mfp-arrow-left {
    left: -20px;
}

.mfp-arrow-right {
    right: -20px;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    background: #fff;
    border-radius: 100%;
    color: #000;
    height: 34px;
    line-height: 34px;
    opacity: 1;
    padding: 0;
    position: absolute;
    right: -17px;
    text-align: center;
    top: 23px;
    width: 34px;
}

.mfp-iframe-holder .mfp-close {
    top: -17px;
}

.mfp-bottom-bar {
    background: #fff;
    margin-top: -40px;
    padding: 20px 25px 15px;
}

    .mfp-bottom-bar .mfp-title {
        color: #444444;
        padding-right: 0;
    }

        .mfp-bottom-bar .mfp-title p {
            margin: 0 0 10px;
        }

    .mfp-bottom-bar .mfp-counter {
        opacity: 0;
    }

/* Page
====================================================================================================*/
#page {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

main {
    background: #fff;
    flex: 1;
    padding: 0 0 40px;
    position: relative;
}

section {
    background: #fff;
    padding: 40px 0;
    position: relative;
}

/* Header
====================================================================================================*/
header {
    background: #fff;
    font-size: 1.6rem;
    height: 56px;
    line-height: 2.4rem;
    padding: 10px 0;
    position: sticky;
    top: 0;
    z-index: 3;
}

    header .skip-to-content:focus {
        opacity: 1;
        top: 0;
    }

    header .skip-to-content {
        background: #000;
        color: #fff;
        left: 0;
        font-size: 1.6rem;
        opacity: 0;
        padding: 2px 25px;
        position: absolute;
        text-decoration: underline;
        top: -999px;
        z-index: 1;
    }

    header .container {
        position: relative;
    }

    header .logo img {
        height: 36px;
    }

    header .top {
        margin-top: -12px;
        position: absolute;
        right: 25px;
        top: 50%;
    }

        header .top nav ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }

            header .top nav ul li:first-child {
                margin-left: 0;
            }

            header .top nav ul li {
                display: inline-block;
                margin: 0;
                margin-left: 25px;
            }

                header .top nav ul li span,
                header .top nav ul li a {
                    color: #444444;
                    text-transform: uppercase;
                }

                    header .top nav ul li a:hover,
                    header .top nav ul li a:focus {
                        color: #C8102E;
                    }

                header .top nav ul li img {
                    vertical-align: middle;
                }

        header .top .search {
            position: relative;
        }

            header .top .search a img:last-child {
                display: none;
            }

            header .top .search .top-search {
                display: none;
                opacity: 0;
                position: absolute;
                right: -3px;
                top: -7px;
                width: 285px;
                z-index: -1;
            }

                header .top .search .top-search input {
                    border: none;
                    padding-right: 40px;
                }

                header .top .search .top-search button {
                    background: transparent;
                    color: #C8102E;
                    font-size: 1.6rem;
                    height: 100%;
                    padding: 0;
                    position: absolute;
                    right: 0;
                    top: 0;
                    width: 40px;
                }

                header .top .search .top-search form button:hover,
                header .top .search .top-search form button:focus {
                    background: transparent !important;
                    color: #C8102E !important;
                }

        header .top .weather {
            padding-left: 35px;
            position: relative;
        }

            header .top .weather img {
                left: 0;
                margin-top: -15px;
                position: absolute;
                top: 50%;
                width: 30px;
            }

.weather span i {
    display: block;
    font-size: 3.8rem;
    height: 50px;
    left: 50%;
    line-height: 40px;
    margin: -30px 10px 10px -30px;
    position: absolute;
    top: 50%;
    width: 58px;
}

header .top .tools .top-tools {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    width: 240px;
    z-index: 2;
}

    header .top .tools .top-tools ul {
        background: #f2f2f2;
        font-size: 1.5rem;
        line-height: 2.1rem;
        list-style: none;
        margin: 0;
        padding: 10px 0;
    }

        header .top .tools .top-tools ul > li {
            display: block;
            margin: 0;
        }

            header .top .tools .top-tools ul > li > a {
                color: #444444;
                display: block;
                padding: 7px 23px;
                position: relative;
            }

                header .top .tools .top-tools ul > li > a:after {
                    background: #C8102E;
                    content: " ";
                    display: none;
                    height: 24px;
                    left: 0;
                    margin-top: -12px;
                    position: absolute;
                    top: 50%;
                    width: 3px;
                }

                header .top .tools .top-tools ul > li > a:hover {
                    color: #C8102E;
                }

                    header .top .tools .top-tools ul > li > a:hover:after,
                    header .top .tools .top-tools ul > li > a:focus:after {
                        display: block;
                    }

header .main {
    bottom: -44px;
    font-size: 2.0rem;
    display: none;
    line-height: 2.4rem;
    position: absolute;
    right: 25px;
}

    header .main nav > ul {
        display: flex;
        justify-content: flex-end;
        list-style: none;
        margin: 0;
        padding: 0;
    }

        header .main nav > ul > li {
            margin: 0;
            padding-bottom: 35px;
            position: relative;
        }

            header .main nav > ul > li > a {
                color: #222222;
                display: block;
                padding: 13px 23px;
                position: relative;
                text-align: center;
            }

                header .main nav > ul > li > a:after {
                    background: #C8102E;
                    bottom: 0px;
                    content: " ";
                    display: none;
                    height: 3px;
                    left: 23px;
                    position: absolute;
                    width: 23px;
                }

                header .main nav > ul > li > a.on {
                    color: #C8102E;
                }

            header .main nav > ul > li > ul > li > a.on {
                color: #C8102E;
            }

            header .main nav > ul > li > ul > li > a:hover {
                color: #C8102E;
            }

            header .main nav > ul > li > ul > li > a.on:after {
                color: #C8102E;
                display: block;
            }

            header .main nav > ul > li > a.on:after {
                display: block;
            }

            header .main nav > ul > li > .button {
                color: #fff;
                padding: 15px 30px
            }

                header .main nav > ul > li > .button:after {
                    display: none !important;
                }

                header .main nav > ul > li > .button:hover,
                header .main nav > ul > li > .button:focus {
                    color: #000;
                }

            header .main nav > ul > li > a:hover,
            header .main nav > ul > li > a:focus {
                color: #C8102E;
            }

            header .main nav > ul > li.focused > ul,
            header .main nav > ul > li:hover > ul,
            header .main nav > ul > li:focus > ul {
                height: auto;
            }

            header .main nav > ul > li:hover > a:after,
            header .main nav > ul > li:focus > a:after {
                display: block;
            }

            header .main nav > ul > li > ul {
                background: #f2f2f2;
                font-size: 2.0rem;
                height: 0;
                left: 0;
                line-height: 2.1rem;
                list-style: none;
                margin: 0;
                overflow: hidden;
                position: absolute;
                top: 100%;
                width: 260px;
                z-index: 2;
            }

                header .main nav > ul > li > ul > li {
                    margin: 0;
                }

                    header .main nav > ul > li > ul > li:first-child {
                        margin-top: 10px;
                    }

                    header .main nav > ul > li > ul > li:last-child {
                        margin-bottom: 10px;
                    }

                    header .main nav > ul > li > ul > li > a {
                        color: #444444;
                        display: block;
                        padding: 12px 23px;
                        position: relative;
                    }

                        header .main nav > ul > li > ul > li > a:after {
                            background: #C8102E;
                            content: " ";
                            display: none;
                            height: 44px;
                            left: 0;
                            margin-top: -22px;
                            position: absolute;
                            top: 50%;
                            width: 3px;
                        }

                        header .main nav > ul > li > ul > li > a:hover:after,
                        header .main nav > ul > li > ul > li > a:focus:after {
                            display: block;
                        }

header .search-wrap {
    background: #F2F2F2;
    display: none;
    left: 0;
    padding: 4px 0;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: -1;
}

    header .search-wrap form {
        position: relative;
    }

        header .search-wrap form input {
            border: none;
            padding-right: 60px;
        }

        header .search-wrap form button {
            background: transparent !important;
            color: #C8102E;
            font-size: 1.6rem;
            height: 48px;
            line-height: 48px;
            padding: 0;
            position: absolute;
            right: 0;
            top: 0;
            width: 40px;
        }

header .mobile-wrap {
    background: #fff;
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    top: 56px;
    width: 100%;
}

    header .mobile-wrap .mobile-inner {
        bottom: 0;
        left: 0;
        overflow: auto;
        padding: 15px 25px;
        position: absolute;
        right: 0;
        top: 0;
    }

    header .mobile-wrap nav {
        margin: 0 auto;
        max-width: 600px;
    }

    header .mobile-wrap .button {
        display: block;
    }

    header .mobile-wrap ul {
        list-style: none;
        margin: 0 0 30px;
        padding: 0;
    }

        header .mobile-wrap ul li {
            margin: 0;
        }

            header .mobile-wrap ul li a {
                color: #444;
                display: block;
                padding: 7px 0;
                position: relative;
            }

            header .mobile-wrap ul li ul {
                background: #F2F2F2;
                font-size: 1.9rem;
                margin: 0 -55px 0 -30px;
                padding: 10px 50px;
            }

                header .mobile-wrap ul li ul li a:before {
                    background: #C8102E;
                    bottom: 7px;
                    content: " ";
                    display: none;
                    left: -15px;
                    position: absolute;
                    top: 7px;
                    width: 4px;
                }

                header .mobile-wrap ul li ul li a:hover:before,
                header .mobile-wrap ul li ul li a:focus:before {
                    display: block;
                }

    header .mobile-wrap .accordion-list > li {
        font-size: 2.0rem;
        margin: 5px 0;
        padding-right: 30px;
        position: relative;
    }

        header .mobile-wrap .accordion-list > li a.toggle {
            color: #C8102E;
            outline: none;
            position: absolute;
            right: 0;
            text-align: center;
            top: 0;
            width: 30px;
        }

        header .mobile-wrap .accordion-list > li a.toggle {
            transition: all 0.2s ease-in-out;
        }

            header .mobile-wrap .accordion-list > li a.toggle.opened {
                transform: rotate(180deg);
            }

    header .mobile-wrap .links {
        margin: 0 0 10px;
    }

    header .mobile-wrap .tools > a:first-child {
        background: #F2F2F2;
        color: #444;
        display: inline-block;
        padding: 5px 20px;
    }

        header .mobile-wrap .tools > a:first-child i {
            color: #C8102E;
        }

    header .mobile-wrap .tools ul {
        background: #F2F2F2;
        margin: 0 -15px;
        padding: 0 15px;
    }

    header .mobile-wrap .tools ul {
        font-size: 1.9rem;
        padding: 10px 45px;
    }

        header .mobile-wrap .tools ul li a:before {
            background: #C8102E;
            bottom: 7px;
            content: " ";
            display: none;
            left: -15px;
            position: absolute;
            top: 7px;
            width: 4px;
        }

        header .mobile-wrap .tools ul li a:hover:before,
        header .mobile-wrap .tools ul li a:focus:before {
            display: block;
        }

@media (min-width:576px) {
}

@media (min-width:768px) {
}

@media (min-width:992px) {
    header {
        height: auto;
        padding: 44px 0;
        position: relative;
        top: auto !important;
    }

        header .logo img {
            height: 68px;
        }

        header .top {
            margin-top: -24px;
            top: 0;
        }

            header .top .search a img:first-child {
                display: none;
            }

            header .top .search a img:last-child {
                display: inline;
            }

            header .top .search .top-search {
                opacity: 1;
                z-index: 1;
            }

        header .main {
            display: block;
        }

        header .search-wrap {
            display: none !important;
            z-index: 1;
        }

        header .mobile-wrap {
            display: none !important;
        }
}

@media (min-width:1200px) {
    header .top nav ul li {
        display: inline-block;
        margin: 0;
        margin-left: 38px;
    }
}

@media (min-width:1300px) {
    .tray-img-hero .bg-img-wrap .img-frame img {
        height: auto;
        left: 50%;
        min-height: 100%;
        min-width: 100%;
        position: absolute;
        top: 50%;
        transform: translate(-50%,-50%);
        width: auto;
    }
}

/* Footer
====================================================================================================*/
footer {
    background: #222222 url(../img/layout/palms.png) repeat-x center bottom;
    color: #ccc;
    font-size: 1.7rem;
    line-height: 2.3rem;
    padding: 30px 0 0;
}

    footer a {
        color: #ccc;
    }

        footer a:hover,
        footer a:focus {
            color: #fff;
        }

    footer h4 {
        border-bottom: 1px solid #666;
        color: #fff;
        font-size: 2.5rem;
        line-height: 3.1rem;
        margin: 0 0 15px;
        padding: 0 0 8px;
    }

    footer p {
        margin: 0 0 20px;
    }

    footer ul {
        list-style: none;
        margin: 0 0 40px;
    }

        footer ul li {
            margin: 0 0 15px;
        }

    footer .container {
        position: relative;
    }

    footer .logo {
        margin: 0 0 30px;
        text-align: center;
    }

        footer .logo a {
            display: block;
            margin: 0 auto;
            max-width: 240px;
        }

        footer .logo img {
            max-width: 100%;
        }

    footer .phone {
        font-size: 2.5rem;
        line-height: 3.1rem;
        margin: 0 0 40px;
    }

    footer .social li {
        margin: 0 0 20px;
        padding-left: 50px;
        position: relative;
    }

        footer .social li a {
            display: block;
        }

            footer .social li a:hover span:before,
            footer .social li a:focus span:before {
                color: #C8102E;
            }

            footer .social li a span:before {
                transition: all 0.2s ease-in-out;
            }

            footer .social li a span {
                font-size: 3.0rem;
                left: 0;
                margin: -15px 0 0 0;
                position: absolute;
                top: 50%;
            }

    footer .copyright {
        background: #000;
        font-size: 1.4rem;
        line-height: 2.0rem;
        padding: 10px 20px;
        text-align: center;
    }

@media (min-width:992px) {
    footer {
        padding: 85px 0 0;
    }

        footer .logo {
            margin: -20px 0 30px;
        }
}

/* Media Queries
====================================================================================================*/
/* SM Classes */
@media (min-width:576px) {
}

/* MD Classes */
@media (min-width:768px) {
}

/* LG Classes */
@media (min-width:992px) {
}

/* XL Classes */
@media (min-width: 1200px) {
}

/* Print Styles
====================================================================================================*/
@media print {
    @page {
        margin: .75cm;
    }

    @page :first {
        margin: .75cm;
    }

    .page-break {
        page-break-after: always;
    }

    header,
    footer {
        display: none;
    }

    .table-wrap {
        font-size: 1.4rem;
        line-height: 2.0rem;
        margin: 0 0 30px;
        overflow: visible;
    }

        .table-wrap table {
            background: #fff;
            min-width: 0;
        }

            .table-wrap table th {
                padding: 3px 6px;
            }

            .table-wrap table tr th:first-child,
            .table-wrap table tr td:first-child {
                padding-left: 0;
            }

            .table-wrap table tr th:last-child,
            .table-wrap table tr td:last-child {
                padding-right: 0;
            }

            .table-wrap table td {
                font-family: Georgia, "Times New Roman", Times, serif;
                padding: 3px 6px;
            }

            .table-wrap table tbody .table-heading {
                background: #fff;
            }

                .table-wrap table tbody .table-heading td {
                    font-family: "Gotham SSm A", "Gotham SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
                    padding: 40px 6px 10px 0;
                }

            .table-wrap table tr.thumb-row {
                page-break-inside: avoid;
            }

                .table-wrap table tr.thumb-row td {
                    padding: 12px;
                }

                    .table-wrap table tr.thumb-row td:first-child {
                        padding-left: 0;
                    }

                    .table-wrap table tr.thumb-row td:last-child {
                        padding-right: 0;
                    }
}