body {
    font-weight: normal;
}

body.sub {
    padding-top: 130px;
}

.legalese{
    color: #837f7f;
    font-size: .6em;
    font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 600;
    font-family: "Oswald", sans-serif;
}

h1, .h1 {
    color: #000000;
    font-weight: 700;
    font-family: "Oswald", sans-serif;
}

h2, .h2 {
    color: #000000;
    font-size: 2.1em;
}

h3, .h3 {
    font-size: 1.65em;
}

h4, .h4 {
    font-size: 1.5em;
}

h5, .h5 {
    font-size: 1.4em;
}

h6, .h6 {
    font-size: 1.3em;
}

@media (min-width: 480px) {

    h2, .h2 {
        font-size: 2em;
    }

    h3, .h3 {
        font-size: 1.75em;
    }

    h4, .h4 {
        font-size: 1.6em;
    }

    h5, .h5 {
        font-size: 1.5em;
    }

    h6, .h6 {
        font-size: 1.4em;
    }
}

@media (min-width: 480px) {
    p {
        font-size: 0.95em;
    }
}

@media (min-width: 768px) {
    p {
        font-size: 1em;
    }
}

.lead {
    font-size: 1.15em;
}

@media (min-width: 480px) {
    .lead {
        font-size: 1.4em;
    }
}

ol li:before {
    color: #991928;
}

blockquote p {
    font-size: 0.9em;
}

blockquote footer {
    color: #e24f60;
}

.list-group .list-group-item.active, .list-group .list-group-item.active:focus, .list-group .list-group-item.active:hover {
    background-color: #991928;
    border-color: #991928;
}
.list-group h4.list-group-item-heading {
    font-size: 1.2em;
}
.list-group .list-group-item-heading.text-danger {
    color: #991928;
}
@media (min-width: 768px) {
    .list-group .list-group-item {
        /*font-size: 1.2em;*/
    }
}

a {
    color: #991928;
    -webkit-transition: color 400ms ease, border-bottom 400ms ease;
    -moz-transition: color 400ms ease, border-bottom 400ms ease;
    -ms-transition: color 400ms ease, border-bottom 400ms ease;
    -o-transition: color 400ms ease, border-bottom 400ms ease;
    transition: color 400ms ease, border-bottom 400ms ease;
}

a:focus, a.focus, a:hover {
    color: #76131f;
}
a:focus {
    outline: none;
}
a.pdf {
    background-image: url(/_bin/IPLAY/images/icons/pdf.png);/* re-route */
}

.form-control {
    font-size: 16px;
    height: 40px;
}

.input-group-btn > .btn {
    height: 40px;
    font-size: 20px;
}
.form-group .control-label.required::before {
    content: '\2a';
    margin-right: .5em;
    color: #A94442;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    line-height: 1;
    font-size: 0.8em;
}


.text-primary {
    color: #991928;
}

.text-default {
    color: #535353;
}
.text-italic {
    font-style: italic;
    font-variation-settings: 'ital' 1;
}
.text-bold {
    font-weight: bold;
}
.text-thin {
    font-weight: lighter;
}
.text-small {
    font-size: .75em;
}
.btn-primary {
    color: #fff;
    background-color: #991928;
    border-color: #6d121c;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #7f1521;
    border-color: #530d15;
}

.btn-primary:active, .btn-primary.active {
    color: #fff;
    background-color: #6d121c;
    border-color: #410b11;
}

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus {
    color: #fff;
    background-color: #6d121c;
    border-color: #410b11;
}

.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus {
    color: #fff;
    background-color: #991928;
    border-color: #6d121c;
}

.btn-primary .badge {
    color: #991928;
    background-color: #fff;
}
.btn-link {
    color: #991928;
    background: none;
    border: none;
}

.btn-link:hover, .btn-link:focus, .btn-link.focus {
    color: #570e17;
    background: none;
    border: none;
}

.btn-link:active, .btn-link.active {
    color: #160306;
    background: none;
    border: none;
}

.btn-link:active:hover, .btn-link:active:focus, .btn-link:active.focus, .btn-link.active:hover, .btn-link.active:focus, .btn-link.active.focus {
    color: #160306;
    background: none;
    border: none;
}

.btn-link.disabled:hover, .btn-link.disabled:focus, .btn-link.disabled.focus, .btn-link[disabled]:hover, .btn-link[disabled]:focus, .btn-link[disabled].focus {
    color: #991928;
    background: none;
    border: none;
}

.btn-link .badge {
    color: #fff;
    background-color: #991928;
}

.btn-md, .btn-group-md > .btn, .btn {
    padding: 9px 19px;
    font-size: 1em;
}
.btn-xs, .btn-group-xs > .btn {
    padding: 5px 11px;
    font-size: 0.8em;
}
.btn-sm, .btn-group-sm > .btn {
    padding: 6px 13px;
    font-size: 0.9em;
}

.open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #7f1521;
    border-color: #530d15;
}

.open > .dropdown-toggle.btn-primary:hover, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary.focus {
    color: #fff;
    background-color: #64101a;
    border-color: #0d0203;
}

.open > .dropdown-toggle.btn-link {
    color: #991928;
    background: none;
    border: none;
}

.open > .dropdown-toggle.btn-link:hover, .open > .dropdown-toggle.btn-link:focus, .open > .dropdown-toggle.btn-link.focus {
    color: #570e17;
    background: none;
    border: none;
}

fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
    color: #fff;
    background-color: #991928;
    border-color: #6d121c;
}
fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link.focus {
    color: #991928;
    background: none;
    border: none;
}

.label {
    font-family: "Open Sans", sans-serif;
}

.label.label-primary {
    background-color: #991928;
}

label select {
    padding: 4px 40px 4px 11px;
    font-size: 18px;
    /* remove focus ring from Webkit */
    line-height: 24px;
}

label.select-box:after {
    content: '';
}

label.select-box select {
    padding-right: 35px;
}

@media (min-width: 768px) {
    label select {
        font-size: 20px;
        line-height: 30px;
    }

    label.select-box:after {
        line-height: 28px;
        font-size: 60%;
    }
    .btn-xx-lg {
        font-size: xx-large;
        display: block;
    }

}

.radio-inline label {
    font-size: 14px;
}

@media (min-width: 768px) {
    .radio-inline label {
        font-size: 18px;
    }
}

.alert {
    padding: 10px 15px 6px;
    font-size: 1.05em;
}

.panel .panel-title {
    font-size: 1.05em;
}

.panel .panel-body {
    font-size: 0.9em;
}

.panel.panel-primary {
    border-color: #991928;
}

.panel.panel-primary > .panel-heading {
    background-color: #991928;
    border-color: #991928;
}
strong {
    font-weight: 600;
}


.table > thead > tr > th {
    border-color: #c52033;
}

.table-bordered {
    border-top: solid 1px #c52033;
}

.table-bordered > thead > tr > th {
    border: solid 1px #c52033;
    border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f5f5f5;
}
.no-wrap {
    white-space: nowrap;
}
.modal-content {
    background: #333333;
    color: #ffffff;
}

.modal-header {
    border-color: #831522;
}
.modal-header p {
    font-size: 0.8em;
}

@media (min-width: 768px) {
    .modal-header p {
        font-size: 0.9em;
    }
}

.modal-title {
    margin-bottom: 0.4em;
}

.modal-footer {
    border-color: #831522;
}

.sub-banner {
    margin-bottom: 30px;
}

/** Section Styles: Used for generic content styling and main sections on home page / landing pages **/
section li, section blockquote {
    font-size: 1em;
    line-height: 1.1em;
}

section.basic .container {
    padding: 30px;
}

section.basic.dark {
    background-color: #000000;
}

section.basic.dark ul {
    color: #ffffff;
}

section.basic.dark .slick-prev:before,
section.basic.dark .slick-next:before {
    color: #ffffff;
}

section.big-blue, section.big-red, section.big-grey {

}

section.big-blue .btn, section.big-red .btn, section.big-grey .btn {
    border: solid 3px #ffffff;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 1.4em;
}

section.gradient-bg-dark blockquote footer {
    color: white;
}

@media (min-width: 480px) {
    section li, section blockquote {
        font-size: 1.1em;
    }
}
.navbar, .navbar.navbar-default {
    font-weight: 600;
    font-family: "Oswald", sans-serif;
}

.navbar .navbar-nav > li.dropdown,
.navbar .navbar-nav > li > a {
    font-size: 1.1em;
}

.navbar .navbar-nav-top .navbar-nav > li > a {
    color: #ffffff;
}

.navbar .navbar-nav-top .navbar-nav > li.social-link > a {
    color: #efefef;
    font-size: 1.2em;
}

.navbar .navbar-nav-top .navbar-nav > li.social-link > a:hover,
.navbar .navbar-nav-top .navbar-nav > li.social-link > a:focus,
.navbar .navbar-nav-top .navbar-nav > li.social-link > a.focus {
    color: #ffffff;
}
.navbar .navbar-brand {
    z-index: 2;
}

.navbar .navbar-header {
    background-color: #000000;
}

.navbar .navbar-toggle .icon-bar {
    background-color: #2b2b2b;
}

.navbar .secondary-nav {
    background: rgba(0, 0, 0, 0.4);
    font-family: "Open Sans", sans-serif;
    display: none;
}

.navbar .secondary-nav ul li a {
    color: #ffffff;
    padding: 5px 15px;
}

.navbar .secondary-nav ul li a:hover {
    background: none;
}
.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:focus,
.navbar .navbar-nav > li > a.focus {
    background-color: #2b2b2b;
}

.navbar .secondary-nav ul.navbar-left {
    font-size: 0.9em;
}

.navbar .secondary-nav ul.navbar-left li a {
    color: rgba(255, 255, 255, 0.5);
    padding: 5px 10px;
    -webkit-transition: color 400ms ease-out;
    -moz-transition: color 400ms ease-out;
    -ms-transition: color 400ms ease-out;
    -o-transition: color 400ms ease-out;
    transition: color 400ms ease-out;
}

.navbar .secondary-nav ul.navbar-left li a:hover {
    color: rgba(255, 255, 255, 0.9);
}

.navbar .secondary-nav ul.navbar-right {
    text-transform: uppercase;
    font-size: 0.6em;
    font-weight: 400;
}

.navbar .secondary-nav ul.navbar-right li a {
    border-left: solid 1px rgba(255, 255, 255, 0.2);
}

.navbar .secondary-nav ul.navbar-right li:first-child a {
    border-left: none;
}

.navbar.navbar-default .navbar-brand img {
    height: 39px;
    width: auto;
}

.navbar.navbar-default .navbar-collapse {
    position: relative;
    z-index: 1;
}

.navbar.navbar-league {
    background-color: #000000;
}

.navbar.navbar-league .navbar-brand {
    font-size: 15px;
    padding: 0 0 0 15px;
    color: #ffffff;
    top: 14px;
}

.navbar.navbar-league .navbar-brand img {
    width: 140px;
    z-index: 0;
    left: -10px;
    top: -4px;
}

.navbar.navbar-league .navbar-brand strong {
    position: relative;
    left: -6px;
}
/*.navbar .navbar-nav-main .navbar-nav > li.dropdown,*/
.navbar .navbar-nav-main .navbar-nav > li > a {
    line-height: 1em;
    font-size: 1em;
    text-transform: uppercase;
    position: relative;
    display: block;
    padding: 19px 15px;
}

@media (min-width: 768px) {
    .navbar {
        background: none;
    }


    .navbar .dropdown-menu {
        font-size: 15px;
        background-color: #000000;
        border: none;
    }

    .navbar .dropdown-menu > li > a {
        text-transform: none;
    }

    .navbar .secondary-nav {
        display: block;
    }

    .navbar.navbar-default > .container {
        background-color: #000000;
    }

    .navbar.navbar-default .navbar-brand img {
        top: 5px;
        height: 43px;
    }

    .navbar.navbar-default .navbar-nav-main {
        background: #4d4d4d;
        /* Old browsers */
        background: -moz-linear-gradient(top, #4d4d4d 0%, black 100%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4d4d4d), color-stop(100%, black));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #4d4d4d 0%, black 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #4d4d4d 0%, black 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #4d4d4d 0%, black 100%);
        /* IE10+ */
        background: linear-gradient(to bottom, #4d4d4d 0%, black 100%);
        /* IE6-9 */
        border: none;
    }

    .navbar.navbar-default .navbar-nav-main .navbar-nav {
        border: none;
    }

    .navbar.navbar-default .navbar-nav-main .navbar-nav > li.dropdown,
    .navbar.navbar-default .navbar-nav-main .navbar-nav > li > a {
        border: none;
        padding: 19px 15px;
    }

    .navbar.navbar-default .navbar-nav-main .navbar-nav > li.special {
        border: none;
        margin: 0;
    }

    .navbar.navbar-default .navbar-nav-main .navbar-nav > li.special > a {
        border: none;
        -webkit-transition: background-color 400ms ease;
        -moz-transition: background-color 400ms ease;
        -ms-transition: background-color 400ms ease;
        -o-transition: background-color 400ms ease;
        transition: background-color 400ms ease;
    }

    .navbar.navbar-default .navbar-nav-main .navbar-nav > li.special:hover > a, .navbar.navbar-default .navbar-nav-main .navbar-nav > li.special:focus > a, .navbar.navbar-default .navbar-nav-main .navbar-nav > li.special.focus > a {
        border: none;
    }

    .navbar.navbar-league .navbar-brand {
        font-size: 16px;
        top: 17px;
    }

    .navbar.navbar-league .navbar-brand img {
        width: 166px;
        left: -15px;
        top: -7px;
    }

    .navbar.navbar-league .navbar-brand strong {
        left: -13px;
    }

    .navbar .overlay {
        background-color: #2b2b2b;
        opacity: 0;
        height: 100%;
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 0;
    }
}

@media (min-width: 992px) {
    .navbar .navbar-nav-main .navbar-nav > li {
        width: 142px;
    }

    .navbar .navbar-nav-main .navbar-nav > li.dropdown,
    .navbar .navbar-nav-main .navbar-nav > li > a {
        font-size: 1em;
    }
    .navbar .dropdown-menu {
        font-size: 15px;
    }
    .navbar.navbar-default > .container {
        height: 0;
    }

    .navbar.navbar-default .navbar-brand img {
        top: 5px;
        height: 48px;
    }

}

.banner {
    position: relative;
    width: 100%;
    font-weight: 600;
    font-family: "Oswald", sans-serif;
    color: #ffffff;
}

.banner .parallax {
    background: #ffffff url(/_bin/IPLAY/images/banners/banner.jpg) no-repeat top center fixed; /* relocate img source */
    background-size: cover;
}

.top-banner .list-group {
    /*position: absolute;*/
}

.banner .parallax .list-group a,
.top-banner .list-group a{
    background: rgba(255, 255, 255, 0.5);
    color: #000000;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
}

.banner .parallax .list-group a:hover,
.top-banner .list-group a:hover {
    background: rgba(197, 32, 51, 0.3);
}

.banner h1, .banner .h1 {
    font-size: 3.5em;
    font-weight: 600;
    line-height: 0.95;
}

.banner h1 .lowercase, .banner .h1 .lowercase {
    text-transform: lowercase;
}

.banner h2, .banner .h2 {
    font-size: 1.5em;
    line-height: 0.85;
}

.banner p {
    font-size: 1.2em;
    line-height: 1.2;
    font-family: "Open Sans", sans-serif;
}

.banner p.small {
    font-size: 1em;
}

.banner .btn {
    /*font-family: "Teko", sans-serif;*/
}

.banner .skip,
.top-banner .skip{
    left: 50%;
    display: block;
    transform: translateX(-50%);
}


.banner.dark .parallax .list-group a {
    background: rgba(0, 0, 0, 0.3);
    color: #ffffff;
}

.banner.dark .parallax .list-group a:hover {
    background: rgba(197, 32, 51, 0.5);
}

.banner.three-tiers {
    min-height: 0;
    height: auto;
}

.banner.three-tiers .parallax {
    background: none;
}

.banner.three-tiers .parallax .container-fluid {
    padding: 0;
}

.banner.three-tiers .row {
    margin-right: 0;
}

.banner.three-tiers .row > div {
    height: 200px;
    overflow: hidden;
    padding-right: 0;
}

.banner.three-tiers .row > div > * {
    opacity: 1;
    position: static;
    top: auto;
}

.banner.three-tiers .row > div a {
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 0;
    background: rgba(0, 0, 0, 0.1);
    outline: none;
    border-top: solid 8px #000000;
}
.banner.three-tiers .row > div a.split-button {
    height: 50%;
}
.banner.three-tiers .row > div a.split-button:nth-child(2) {
    border-top: 1px solid #000;
}
.banner.three-tiers .row > div a span {
    display: block;
}

.banner.three-tiers .row > div a .inner-container {
    height: 100%;
    width: 100%;
}

.banner.three-tiers .row > div a.split-button:first-child .inner-container {
    height: 105%;
    width: 100%;
}

.banner.three-tiers .row > div a.split-button:last-child .inner-container {
    height: 35%;
    width: 100%;
}

.banner.three-tiers .row > div a .wrap {
    color: #ffffff;
    position: absolute;
    bottom: 10px;
    left: 10px;
    text-align: left;
}

.banner.three-tiers .row > div a .wrap .label {
    font-weight: 600;
    font-family: "Oswald", sans-serif;
    font-size: 1.8em;
    position: relative;
    line-height: 1;
    color: #1e1a1b;
    text-align: left;
    padding-left: 0;
    text-transform: uppercase;
}

.banner.three-tiers .row > div a .wrap .label::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 120%;
    top: -4px;
    left: -10%;
    background: rgba(249, 249, 249, 0.4);
    z-index: -1;
}

.banner.three-tiers .row > div a .wrap .description {
    font-size: 1.1em;
    font-weight: 400;
    color: #ffffff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9);
}

.banner.three-tiers .row > div a:hover {
    text-decoration: none;
}

.banner.three-tiers .row > div:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url(/_bin/IPLAY/images/banners/banner-split-2.jpg) top center no-repeat;
    background-size: cover;
}

.banner.three-tiers .row > div:first-child a {
    border-top: none;
}

.banner.three-tiers .row > div:first-child:before {
    background: url(/_bin/IPLAY/images/banners/banner-split-1.jpg) top center no-repeat;
    background-size: cover;
}

.banner.three-tiers .row > div:nth-child(3):before {
    background: url(/_bin/IPLAY/images/banners/banner-split-3.jpg) -10% center no-repeat;
    background-size: cover;
}

.banner.three-tiers h2 {
    margin: 0;
}

.banner.three-tiers .skip {
    display: none;
}

@media (min-width: 480px) {

    .banner h1, .banner .h1 {
        font-size: 4em;
    }

    .banner h2, .banner .h2 {
        font-size: 2.3em;
    }

    .banner p {
        font-size: 1em;
    }

    .banner p.small {
        font-size: 0.85em;
    }


    .banner.three-tiers .row {
        margin-right: -15px;
    }

    .banner.three-tiers .row > div {
        padding-right: 15px;
    }

    .banner.three-tiers .parallax {
        display: block;
    }

    .banner.three-tiers .row > div {
        height: 300px;
    }
}

@media (min-width: 768px) {
    .banner h1, .banner .h1 {
        margin-top: 1.2em;
        font-size: 4.4em;
    }

    .banner h2, .banner .h2 {
        font-size: 2.7em;
    }

    .banner p {
        font-size: 1.05em;
    }

    .banner p.small {
        font-size: 0.95em;
    }

    .banner.three-tiers {
        min-height: 700px;
        height: 100%;
    }

    .banner.three-tiers .parallax .container-fluid {
        height: 100%;
        padding: 0 15px;
    }

    .banner.three-tiers .row {
        height: 100%;
        position: relative;
        width: 120%;
        left: -10%;
    }

    .banner.three-tiers .row > div {
        padding: 0;
        background: none;
        -webkit-transform: rotate(6deg);
        -moz-transform: rotate(6deg);
        -ms-transform: rotate(6deg);
        -o-transform: rotate(6deg);
        transform: rotate(6deg);
        height: 120%;
        top: -10%;
        overflow: hidden;
    }

    .banner.three-tiers .row > div a {
        border-left: solid 10px #000000;
        border-top: none;
        background: rgba(0, 0, 0, 0.6);
        -webkit-transition: background 400ms ease;
        -moz-transition: background 400ms ease;
        -ms-transition: background 400ms ease;
        -o-transition: background 400ms ease;
        transition: background 400ms ease;
    }

    .banner.three-tiers .row > div a .inner-container {
        -webkit-transform: rotate(-6deg);
        -moz-transform: rotate(-6deg);
        -ms-transform: rotate(-6deg);
        -o-transform: rotate(-6deg);
        transform: rotate(-6deg);
        height: 100%;
        width: 100%;
    }

    .banner.three-tiers .row > div a .wrap {
        position: absolute;
        top: 60%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 66%;
        text-align: center;
    }

    .banner.three-tiers .row > div a .wrap .label {
        font-size: 3em;
        padding: 0 10px 10px;
        display: inline-block;
        white-space: normal;
        color: #9e9ba4;
        text-align: center;
        max-width: 72%;
        -webkit-transition: color 0.5s;
        -moz-transition: color 0.5s;
        -ms-transition: color 0.5s;
        -o-transition: color 0.5s;
        transition: color 0.5s;
    }

    .banner.three-tiers .row > div a .wrap .label::before {
        -webkit-transform: scale3d(0, 1, 1);
        transform: scale3d(0, 1, 1);
        -webkit-transition: -webkit-transform 0.5s;
        transition: transform 0.5s;
    }

    .banner.three-tiers .row > div a .wrap .description {
        font-size: 1.2em;
        opacity: 1;
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
        -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
        transition: transform 0.5s, opacity 0.5s;
    }

    .banner.three-tiers .row > div a:hover {
        background: transparent;
    }

    .banner.three-tiers .row > div a:hover .wrap .label {
        color: #1e1a1b;
    }

    .banner.three-tiers .row > div a:hover .wrap .label::before {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    .banner.three-tiers .row > div a:hover .wrap .description {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .banner.three-tiers .row > div:before {
        content: '';
        display: block;
        position: static;
        margin-left: -15%;
        top: 0;
        width: 130%;
        height: 100%;
        z-index: -1;
        float: left;
        background-position: center center;
        -webkit-transform: rotate(-6deg);
        -moz-transform: rotate(-6deg);
        -ms-transform: rotate(-6deg);
        -o-transform: rotate(-6deg);
        transform: rotate(-6deg);
    }

    .banner.three-tiers .row > div:first-child a {
        border-left: none;
    }

    .banner.three-tiers .row > div:first-child a .wrap {
        left: 58%;
    }

    .banner.three-tiers .row > div:first-child:before {
        background-position: center center;
    }

    .banner.three-tiers .row > div:nth-child(3) a .wrap {
        left: 42%;
    }

    .banner.three-tiers .row > div:nth-child(3):before {
        background-position: center center;
    }

    .banner.three-tiers .skip {
        display: block;
    }
}

@media (min-width: 992px) {
    .banner h1, .banner .h1 {
        margin-top: 1.3em;
        font-size: 4.9em;
    }

    .banner h2, .banner .h2 {
        font-size: 2.8em;
    }

    .banner p {
        font-size: 1.1em;
    }

    .banner p.small {
        font-size: 1em;
    }

    .banner .btn {
        font-size: 1em;
    }

}

@media (min-width: 1200px) {
    .banner h1, .banner .h1 {
        font-size: 5.15em;
    }

    .banner h2, .banner .h2 {
        font-size: 3.15em;
    }

    .banner p {
        font-size: 1.15em;
    }

    .banner p.small {
        font-size: 1.05em;
    }

    .banner .btn {
        font-size: 1.05em;
    }

    .banner.three-tiers .row > div a .wrap {
        width: 80%;
    }
}

.search {
    background-color: #991928;
    font-weight: 600;
    font-family: "Oswald", sans-serif;
    text-align: center;
}


.search .radio-inline label input {
    top: 0;
}

.search label.select-box:after {
    color: #ffffff;
}
.search .header {
    /*font-family: "Hemi Head Bold Italic";*/
    font-size: 1.3em;
}

.search button {
    display: block;
    max-width: 75%;
    margin: 0.4em auto;
}


.search.search-tabs .nav-tabs {
    font-weight: 700;
    font-family: "Oswald", sans-serif;
}

.search.search-tabs .nav-tabs > li {
    font-size: 0.75em;
    background: #000000;
    width: 50%;
}

.search.search-tabs .nav-tabs > li.active {
    background: #991928;
}

.search .form-control {
    background-color: #991928;
    color: #fff;
}
.search .select-box select option {
    color: #333;
}
.search select {
    border: 2px solid #ffffff;
}

@media (min-width: 768px) {

    .search button {
        display: inline-block;
        max-width: none;
    }
}

.social {
    background-color: #c52033;
}

.social .social-label {
    font-family: "Oswald", sans-serif;
}


.cat figure h2 {
    /*font-family: "Hemi Head Bold Italic";*/
}

.cat figure.effect-bubba {
    background: #262626;
}

.cat.cat-1 figure h2 {
    font-size: 1em;
}

.cat.cat-1 figure h2 span {
    font-size: 1.2em;
    line-height: 0.85;
}

.cat.cat-2 figure h2 {
    font-size: 1em;
}

.cat.cat-2 figure h2 span {
    font-size: 1.3em;
    line-height: 0.85;
}

.cat.cat-1 figure h2 {
    font-size: 1.05em;
}

.cat.cat-2 figure h2 {
    font-size: 1.05em;
}

@media (min-width: 992px) {
    .cat figure h2 {
        font-size: 1.1em;
    }

    .cat.cat-1 figure h2 {
        font-size: 1.15em;
    }

    .cat.cat-1 figure h2 span {
        font-size: 1.35em;
    }

    .cat.cat-2 figure h2 {
        font-size: 1.15em;
    }

    .cat.cat-2 figure h2 span {
        font-size: 1.45em;
    }
}

@media (min-width: 1200px) {

    .cat.cat-1 figure h2 {
        font-size: 1.25em;
    }

    .cat.cat-2 figure h2 {
        font-size: 1.25em;
    }
}

.news h4, .news .h4 {
    font-size: 1.15em;
}

.news .more {
    font-size: 15px;
}

.news .blog-blurb {
    background: #c52033;
}


.news .news-item {
    position: relative;
    cursor: pointer;
    margin: 0 5px 30px;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.news .news-item .blog-image:before {
    content: ' ';
    /*background: url(../img/women/play-button.png);*/
    background: url(/_common/images/play-button.png);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120px;
    height: 120px;
    background-size: 100%;
    z-index: 1;
    transform: translate(-50%, -50%);
}

.news .news-item .blog-blurb {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    z-index: 2;
}

.news .news-item:hover {
    opacity: 0.8;
}

.news .white.news-item .blog-image h3 {
    background-color: rgba(255, 255, 255, 0.8);
    color: #000000;
    padding-right: 2em;
}

.news .blue.news-item .blog-image h3 {
    background-color: rgba(153, 25, 40, 0.8);
    color: #ffffff;
    padding-right: 2em;
}

.news .red.news-item .blog-image h3 {
    background-color: rgba(197, 32, 51, 0.8);
    color: #ffffff;
    padding-right: 2em;
}

.news .news-item {
    padding: 0;
}

.news .news-item .blog-image h3 {
    left: 50%;
    transform: translateX(-50%);
    background: none;
    font-size: 2.4em;
    padding: 0;
    margin: 24px 0 0 0;
}

.news .news-item .blog-image:before {
    content: none;
}

.news .news-item .blog-blurb {
    background: rgba(197, 32, 51, 0.2);
    min-height: auto;
}

@media (min-width: 768px) {
    .news h4, .news .h4 {
        font-size: 1.25em;
    }
}

@media (min-width: 992px) {
    .news h4, .news .h4 {
        font-size: 1.4em;
    }
}


.team .row img {
    /*max-width: 202px;*/
}

.sponsors {
    background: #444444;
    /* Old browsers */
    background: -moz-linear-gradient(top, #444444 0%, #1d1d1d 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #444444), color-stop(100%, #1d1d1d));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #444444 0%, #1d1d1d 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #444444 0%, #1d1d1d 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #444444 0%, #1d1d1d 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #444444 0%, #1d1d1d 100%);
    /* W3C */
}


@media (min-width: 480px) {
    .home-ads {
        display: block;
    }
}

.connect h2 {
    margin-bottom: 30px;
}

.connect .last-twitter > a {
    color: #ffffff;
    font-size: 2em;
    -webkit-transition: color 400ms ease;
    -moz-transition: color 400ms ease;
    -ms-transition: color 400ms ease;
    -o-transition: color 400ms ease;
    transition: color 400ms ease;
}

.connect .last-twitter > a:hover, .connect .last-twitter > a:focus, .connect .last-twitter > a.focus {
    text-decoration: none;
    color: #e6e6e6;
}

.connect .last-twitter .home-tweet-tweet a {
    color: #e6e6e6;
}

.connect .last-twitter .home-tweet-tweet .home-tweet-date {
    display: block;
    margin-top: 15px;
}

body > footer {
    font-weight: 400;
    font-family: "Oswald", sans-serif;
}

body > footer .address img {
    max-width: 100%;
    width: 230px;
    position: relative;
    left: -31px;
}

body > footer .address address {
    font-family: "Oswald", sans-serif;
    font-weight: 400;
}

body > footer .address address strong {
    font-weight: 600;
}


body > footer .link-list ul li ul li {
    font-family: "Oswald", sans-serif;
    font-size: 0.85em;
}

body > footer .link-list ul li ul li a {
    color: #76131f;
}

body > footer .link-list ul li ul li a:hover {
    color: #570e17;
}

body > footer .newsletter {
    font-family: "Oswald", sans-serif;
    font-weight: 400;
}

body > footer .newsletter form p {
    font-size: 1em;
}

body > footer .newsletter form label {
    font-weight: 600;
    font-family: "Oswald", sans-serif;
}

body > footer .copyright p {
    font-size: 0.85em;
}

body > footer .partners {
    text-align: center;
}
body > footer abbr[title] {
     border-bottom: none;
}

.league .news p {
    font-family: "Oswald", sans-serif;
}

.league .banner .logo {
    margin-top: 3.5em;
}

@media (min-width: 768px) {
    .league .banner .logo {
        margin-top: 5em;
    }
}

.league .sub-banner {
    background-color: #6d121c;
}


.sub > footer {
    margin-top: 60px;
}

.sub .quick-finder .page-header {
    margin-top: 0;
}

.sub .quick-finder .page-header h2 {
    margin-top: 0;
}

.sub .quick-finder select {
    font-size: 1em;
}

.sub .quick-finder .radio-inline label {
    font-size: 1em;
}

.sub .quick-finder .radio-inline label input {
    top: 0;
}

.sub .search {
    padding: 0;
    margin-bottom: 30px;
    margin-top: 30px;
}

.sub .search legend {
    margin-bottom: 20px;
}

.sub .search form {
    padding: 20px 15px;
}

.sub .search form label {
    width: 100%;
    margin-bottom: 20px;
}

.sub .search form label select {
    width: 100%;
}

@media (min-width: 768px) {
    .sub .navbar {
        background-color: #2b2b2b;
    }

    .sub .search {
        margin-top: 0;
    }
}

/* Sample Subpage styles */
.subpage .banner .parallax {
    background: url(/_bin/IPLAY/images/banners/banner-subpage.jpg);
}

/* Blog styles */
.blog > footer {
    margin-top: 0;
}

/* Skills Videos styles */
.skills .banner .parallax {
    background: #fff url(/_bin/IPLAY/images/banners/banner-skills.jpg) no-repeat fixed top / 100%;
}

/* Drill Vault styles */
.drills .banner .parallax {
    background: #fff url(/_bin/IPLAY/images/banners/banner-drills.jpg) no-repeat fixed top / 100%;
}

.drills .drill {
    margin: 60px 0 30px;
}

.drills .drill h3 {
    margin-top: 0;
}

.drills .drill ul {
    font-size: 0.9em;
}

.drills .drill > div {
    position: relative;
    margin-bottom: 30px;
}

.drills .drill > div .drill-img {
    max-width: 100%;
}

.drills .drill-group .drill-item {
    position: relative;
    margin-bottom: 30px;
    cursor: pointer;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.drills .drill-group .drill-item h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(65, 65, 65, 0.8);
    color: #ffffff;
    font-size: 1.35em;
    margin: 0;
    padding: 5px 8px;
    line-height: 1;
    -webkit-transition: background-color 400ms ease;
    -moz-transition: background-color 400ms ease;
    -ms-transition: background-color 400ms ease;
    -o-transition: background-color 400ms ease;
    transition: background-color 400ms ease;
}

.drills .drill-group .drill-item h3 span {
    color: #c7c7c7;
}

.drills .drill-group .drill-item h3 span.small {
    font-size: 85%;
}

.drills .drill-group .drill-item img {
    position: relative;
    max-width: 100%;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}

.drills .drill-group .drill-item:hover h3 {
    background-color: rgba(65, 65, 65, 0.95);
}

.drills .drill-group .drill-item:hover img {
    opacity: 0.6;
}

.drills .drill-group.slick-drills .slick-slide {
    background: none;
}

.drills .drill-group.slick-drills .slick-slide:nth-child(even) {
    background: none;
}

/* Contact Us styles */
.contact-us .banner .parallax {
    background: url(/_bin/IPLAY/images/banners/banner-contact-us.jpg);
    background-size: cover;
}

.contact-us .banner p {
    font-size: 1.2em;
}

.contact-us .banner address {
    font-size: 24px;
}

.contact-us .contact {
    color: #ffffff;
    padding: 30px 0;
    background: #444444;
    /* Old browsers */
    background: -moz-linear-gradient(top, #444444 0%, #1d1d1d 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #444444), color-stop(100%, #1d1d1d));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #444444 0%, #1d1d1d 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #444444 0%, #1d1d1d 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #444444 0%, #1d1d1d 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #444444 0%, #1d1d1d 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0);
    /* IE6-9 */
}

.contact-us .contact-logo img {
    position: relative;
    width: 228px;
    left: -30px;
}

.contact-us .personal-contacts {
    margin-top: 20px;
}

.contact-us .personal-contacts h3 {
    margin: 0;
}

.contact-us .personal-contacts h3 span {
    display: block;
}

.contact-us .personal-contacts p {
    margin: 0;
}

.contact-us .personal-contacts .email {
    display: inline-block;
    color: #df394c;
}

.contact-us .contact-form label {
    margin-top: 18px;
}

.subpage .banner .parallax {
    background-size: cover;
}
body.sub, .banner {
    padding-top: 50px;
}

@media (min-width: 480px) {
    .banner {
        overflow: hidden;
        min-height: 500px;
        height: 100%;
        padding-top: 50px;
    }

    .contact-us .banner p {
        font-size: 1.3em;
    }

    .contact-us .contact-logo img {
        width: 310px;
        left: -40px;
    }
}

@media (min-width: 768px) {
    .contact-us .banner p {
        font-size: 1.4em;
    }

    .contact-us .contact-logo {
        margin-top: 45px;
    }

    .contact-us .contact-logo img {
        width: 260px;
        left: -33px;
    }

    body.sub, .banner {
        padding-top: 106px;
    }

    .subpage .banner .parallax {
        background-position: center;
    }

}

@media (min-width: 992px) {
    .contact-us .banner p {
        font-size: 1.7em;
    }

    .contact-us .contact-logo {
        margin-top: 60px;
    }

    .contact-us .contact-logo img {
        width: 328px;
        left: -43px;
    }
    .banner {
        padding-top: 54px;
    }
    body.sub {
        padding-top: 86px;
    }
}
section.sample-1 {
    background-image: url(/_bin/IPLAY/images/backgrounds/sample-1.jpg);
}
section.sample-2 {
    background-image: url(/_bin/IPLAY/images/backgrounds/sample-2.jpg);
}
/*# source~~~ 2017-08-25 RoK: String-Break this ~~~MappingURL=custom.css.map */
/**********************************************************************************
    BEGIN CAPTCHA styles
**********************************************************************************/
.block-center > div > div {
    margin-left: auto;
    margin-right: auto;
}
/**********************************************************************************
    END CAPTCHA styles
**********************************************************************************/

/**********************************************************************************
        BEGIN - IMAGE UPLOAD WIDGET
**********************************************************************************/
.ace-file-input {
    display: block;
    font-size: inherit;
    position: relative;
    height: 30px;
}
.ace-file-input input[type=file] {
    position: fixed;
    z-index: -2;
    opacity: 0;
    filter: alpha(opacity=0);
}
.ace-file-input input[type=file]:focus {
    outline: none;
}
.ace-file-input .ace-file-container {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 30px;
    background-color: #ffffff;
    border: 1px solid #d5d5d5;
    cursor: pointer;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.15s;
    transition: all 0.15s;
}
.ace-file-input .ace-file-container:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #f59942;
}
.ace-file-input .ace-file-container:before {
    display: inline-block;
    content: attr(data-title);
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    line-height: 24px;
    text-align: center;
    padding: 0 8px;
    background-color: #6fb3e0;
    color: #FFF;
    font-size: 11px;
    font-weight: bold;
    border: 2px solid #FFF;
    border-left-width: 4px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.ace-file-input .ace-file-container .ace-file-name {
    display: inline-block;
    height: 28px;
    max-width: 80%;
    white-space: nowrap;
    overflow: hidden;
    line-height: 28px;
    color: #888888;
    font-size: 13px;
    vertical-align: top;
    position: static;
    padding-left: 30px;
}
.ace-file-input .ace-file-container .ace-file-name:after {
    display: inline-block;
    content: attr(data-title);
}
.ace-file-input .ace-file-container.selected {
    right: 16px;
}
.ace-file-input .ace-file-container.selected .ace-file-name {
    color: #666666;
}
.ace-file-input .ace-file-container .ace-icon {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    line-height: 24px;
    width: 26px;
    text-align: center;
    font-family: FontAwesome;
    font-size: 13px;
    border: 2px solid #FFF;
    color: #FFF;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    background-color: #d1d1d1;
}
.ace-file-input .ace-file-container.selected .ace-file-name .ace-icon {
    background-color: #efad62;
}
.ace-file-input .ace-file-container.selected .ace-file-name .file-image {
    background-color: #bd7a9d;
}
.ace-file-input .ace-file-container.selected .ace-file-name .file-video {
    background-color: #87b87f;
}
.ace-file-input .ace-file-container.selected .ace-file-name .file-audio {
    background-color: #8b7ac9;
}
.ace-file-input .ace-file-container.selected .ace-file-name .file-archive {
    background-color: #efad62;
}
.ace-file-input .ace-file-container.hide-placeholder:before {
    display: none;
}
.ace-file-input a:hover {
    text-decoration: none;
}
.ace-file-input .remove {
    position: absolute;
    right: -8px;
    top: 6px;
    display: none;
    width: 17px;
    text-align: center;
    height: 17px;
    line-height: 15px;
    font-size: 11px;
    font-weight: normal;
    background-color: #fb7142;
    border-radius: 100%;
    color: #FFF;
    text-decoration: none;
}
.ace-file-input .ace-file-container.selected + .remove {
    display: inline-block;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .ace-file-input input[type=file] {
        position: absolute;
        width: 0;
        height: 0;
    }
}
.ace-file-input input[type=file].disabled + .ace-file-container,
.ace-file-input input[type=file][disabled] + .ace-file-container,
.ace-file-input input[type=file][readonly] + .ace-file-container {
    cursor: not-allowed;
    background-color: #EEE;
}
.ace-file-input input[type=file].disabled + .ace-file-container:hover,
.ace-file-input input[type=file][disabled] + .ace-file-container:hover,
.ace-file-input input[type=file][readonly] + .ace-file-container:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #E3E3E3;
}
.ace-file-input input[type=file].disabled + .ace-file-container:before,
.ace-file-input input[type=file][disabled] + .ace-file-container:before,
.ace-file-input input[type=file][readonly] + .ace-file-container:before {
    border-color: #EEE;
    background-color: #A1AAAF;
}
.ace-file-input input[type=file][readonly] + .ace-file-container {
    cursor: default;
}
.ace-file-input .ace-file-overlay {
    position: absolute;
    top: -2px;
    bottom: -2px;
    left: -2px;
    right: -10px;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.5);
}
.ace-file-input .ace-file-overlay > .overlay-content {
    display: inline-block;
    position: relative;
    top: 10%;
    left: 0;
    right: 0;
    text-align: center;
}
.ace-file-multiple {
    height: auto;
}
.ace-file-multiple .ace-file-container {
    position: relative;
    height: auto;
    border: 1px dashed #aaaaaa;
    border-radius: 4px;
    text-align: center;
}
.ace-file-multiple .ace-file-container:before {
    display: inline-block;
    content: attr(data-title);
    position: relative;
    right: 0;
    left: 0;
    margin: 12px;
    line-height: 22px;
    background-color: #FFF;
    color: #CCC;
    font-size: 18px;
    font-weight: bold;
    border-width: 0;
}
.ace-file-multiple .ace-file-container.selected .ace-file-name .ace-icon {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    line-height: 24px;
    width: 26px;
    text-align: center;
    font-family: FontAwesome;
    font-size: 13px;
    border: 2px solid #FFF;
    color: #FFF;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}
.ace-file-multiple .ace-file-container .ace-file-name {
    position: relative;
    display: block;
    padding: 0;
    height: auto;
    width: auto;
    max-width: 100%;
    margin: 0 4px;
    border-bottom: 1px solid #DDD;
    text-align: left;
}
.ace-file-multiple .ace-file-container .ace-file-name:first-child {
    margin-top: 1px;
}
.ace-file-multiple .ace-file-container .ace-file-name:last-child {
    border-bottom-width: 0;
    margin-bottom: 1px;
}
.ace-file-multiple .ace-file-container .ace-file-name img {
    padding: 2px;
    border: 1px solid #D7D7D7;
    background-color: #FFF;
    background-repeat: no-repeat;
    background-position: center;
    margin: 4px 8px 4px 1px;
}
.ace-file-multiple .ace-file-container .ace-file-name:after {
    display: none;
}
.ace-file-multiple .ace-file-container.selected .ace-file-name:after {
    display: inline-block;
    white-space: pre;
}
.ace-file-multiple .ace-file-container .ace-file-name img + .ace-icon,
.ace-file-multiple .ace-file-container.selected .ace-file-name img + .ace-icon {
    display: none;
}
.ace-file-multiple .remove {
    right: -11px;
    top: -11px;
    border: 3px solid #BBB;
    border-radius: 32px;
    background-color: #FFF;
    color: red;
    width: 23px;
    height: 23px;
    line-height: 15px;
}
.ace-file-multiple .ace-file-container.selected + .remove:hover {
    border-color: #f4c0b1;
}
.ace-file-multiple .ace-file-overlay {
    position: absolute;
    top: -12px;
    bottom: -6px;
    left: -12px;
    right: -12px;
}
.ace-file-multiple .ace-file-overlay > .overlay-content {
    top: 20%;
}
.ace-file-multiple .ace-file-container .ace-file-name .ace-icon {
    position: relative;
    display: block;
    text-align: center;
    height: auto;
    line-height: 64px;
    width: auto;
    font-size: 64px;
    color: #D5D5D5;
    margin: 4px 0;
    background-color: transparent;
}
.ace-file-multiple .ace-file-container.selected:after {
    display: none;
}
.ace-file-multiple .ace-file-container.selected .ace-file-name .ace-icon {
    position: relative;
    margin-right: 4px;
    margin-left: 2px;
    line-height: 24px;
}
.ace-file-multiple .ace-file-container .ace-file-name.large {
    text-align: center;
    border-bottom: 1px solid #222;
    margin: 0 1px 3px;
}
.ace-file-multiple .ace-file-container .ace-file-name.large:last-child {
    margin: 0 1px;
}
.ace-file-multiple .ace-file-container .ace-file-name.large:after {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 4px;
    background-color: #555;
    color: #FFF;
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.ace-file-multiple .ace-file-container .ace-file-name.large img {
    border-width: 0;
    margin: 0 !important;
    padding: 0;
}
.ace-file-multiple input[type=file].disabled + .ace-file-container:hover,
.ace-file-multiple input[type=file][disabled] + .ace-file-container:hover,
.ace-file-multiple input[type=file][readonly] + .ace-file-container:hover {
    border-color: #AAA;
}
.ace-file-multiple input[type=file].disabled + .ace-file-container:before,
.ace-file-multiple input[type=file][disabled] + .ace-file-container:before,
.ace-file-multiple input[type=file][readonly] + .ace-file-container:before {
    background-color: transparent;
}
.ace-file-multiple input[type=file].disabled + .ace-file-container .ace-icon,
.ace-file-multiple input[type=file][disabled] + .ace-file-container .ace-icon,
.ace-file-multiple input[type=file][readonly] + .ace-file-container .ace-icon {
    border-color: #EEE;
}
/**********************************************************************************
        END - IMAGE UPLOAD WIDGET
**********************************************************************************/
/**********************************************************************************
        BEGIN - SPACING UTILITIES
**********************************************************************************/
.padding-top-20 {
    padding-top: 20px;
}
.padding-top-10 {
    padding-top: 10px;
}
.padding-top-50 {
    padding-top: 7rem;
}
.padding-bottom-20 {
    padding-bottom: 20px;
}

.padding-5 {
    padding: 3.5rem;
}
.max-width-360 {
    max-width: 360px;
}
.max-width-400 {
    max-width: 400px;
}
.max-width-450 {
    max-width: 450px;
}
.margin-top-10 {
    margin-top: 10px;
}
.margin-top-15 {
    margin-top: 15px;
}
.margin-top-20 {
    margin-top: 20px;
}
.margin-bottom-5 {
    margin-bottom: 5px;
}
.margin-bottom-10 {
    margin-bottom: 10px;
}
.margin-bottom-20 {
    margin-bottom: 20px;
}
.margin-bottom-30 {
    margin-bottom: 30px;
}
.margin-none {
    margin: 0;
}
/**********************************************************************************
        END - SPACING UTILITIES
**********************************************************************************/
/*********************************************************************************
* BEGIN utility elements
**********************************************************************************/
.block-sidebar {
    padding: 10px;
    border: 1px solid #FFF; /* AC9E6F */
    margin: 3px;
    font-size: 14px;
}
.cursor-pointer {
    cursor: pointer;
}
@media (min-width: 1181px) {
    .block-sidebar {
        padding: 10px 25px;
    }
}
.block-sidebar p {
    margin: 0;
    line-height: 18px;
}
