html, body {
    height: 100%;
    width: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 16px;
}

body.sub, .banner {
    padding-top: 72px;
}

@media (min-width: 768px) {
    body.sub, .banner {
        padding-top: 105px;
    }
}

@media (min-width: 992px) {
    body.sub, .banner {
        /*padding-top: 136px;*/
        padding-top: 113px;
    }
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 400;
}

.navbar.navbar-default, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: 'Teko', sans-serif;
}

.row-centered {
    text-align:center;

}
.mt-25{
    margin-top: 25px;
}

.col-centered {
    display:inline-block;
    vertical-align: middle;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}

.col-fixed-225 {
    /* custom width */
    width:225px;
}

.col-fixed-175 {
    /* custom width */
    width:175px;
}

.col-fixed-145 {
    /* custom width */
    width:145px;
}
.col-min {
    /* custom min width */
    min-width:320px;
}
.col-max {
    /* custom max width */
    max-width:320px;
}

h1, .h1 {
    color: #c52033;
    font-family: "Hemi Head Bold Italic";
    font-size: 2.25em;
    text-transform: uppercase;
}

h2, .h2 {
    font-size: 2.15em;
    text-transform: uppercase;
}

h3, .h3 {
    font-size: 1.95em;
}

h4, .h4 {
    font-size: 1.75em;
}

h5, .h5 {
    font-size: 1.65em;
}

h6, .h6 {
    font-size: 1.55em;
}

@media (min-width: 480px) {
    h1, .h1 {
        font-size: 2.4em;
    }

    h2, .h2 {
        font-size: 2.3em;
    }

    h3, .h3 {
        font-size: 2.1em;
    }

    h4, .h4 {
        font-size: 1.9em;
    }

    h5, .h5 {
        font-size: 1.8em;
    }

    h6, .h6 {
        font-size: 1.7em;
    }
}

.page-header {
    margin: 30px 0 15px;
    padding-bottom: 0;
    position: relative;
}

p {
    line-height: 1.25em;
    margin-bottom: 15px;
}

@media (min-width: 480px) {
    p {
        /*font-size: 1.35em;*/
    }
}

.lead {
    font-size: 1.45em;
    line-height: 1.2em;
    font-weight: 400;
}

@media (min-width: 480px) {
    .lead {
        font-size: 1.65em;
    }
}

ul {
    list-style-type: square;
}

ol {
    list-style: none;
}

ol li {
    counter-increment: step-counter;
    position: relative;
    margin: 0.6em 0;
}

ol li:before {
    content: counter(step-counter) ".";
    position: absolute;
    left: -25px;
    /*color: #2053d6;*/
    font-size: inherit;
    font-weight: 400;
}

blockquote p {
    /*font-size: 1em; */
}

blockquote footer {
    color: #0058b1;
}

code {
    font-size: 75%;
    color: #19a819;
    background-color: #edfced;
}

.list-group .list-group-item {
    /*font-size: 1.25em;*/
    -webkit-transition: background-color 400ms ease, border-color 400ms ease;
    -moz-transition: background-color 400ms ease, border-color 400ms ease;
    -ms-transition: background-color 400ms ease, border-color 400ms ease;
    -o-transition: background-color 400ms ease, border-color 400ms ease;
    transition: background-color 400ms ease, border-color 400ms ease;
}

.list-group .list-group-item.active, .list-group .list-group-item.active:focus, .list-group .list-group-item.active:hover {
    background-color: #2053d6;
    border-color: #2053d6;
}

.list-group .list-group-item:first-child, .list-group .list-group-item:last-child {
    border-radius: 0;
}

@media (min-width: 768px) {
    .list-group .list-group-item {
        /*font-size: 1.5em;*/
    }
}

.enlarge {
    font-size: 125%;
}

@media (min-width: 1200px) {
    .enlarge {
        font-size: 140%;
    }
}

a {
    color: #2053d6;
    -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: #163993;
}

a.pdf {
    background-image: url(../img/pdf.png);
    background-position: 96% 0px;
    background-repeat: no-repeat;
    background-size: 23px auto;
    padding-right: 32px;
    display: inline-block;
}

.form-control {
    /*font-size: 20px;*/
    border-radius: 0;
    height: 32px;
}

.input-group-btn > .btn {
    height: 32px;
    /*font-size: 20px;*/
}

.btn {
    padding: 4px 30px;
    /*font-size: 1em;*/
    line-height: 1.2;
    border-radius: 0;
    border-width: 2px;
    -webkit-transition: background-color 600ms ease, color 600ms ease;
    -moz-transition: background-color 600ms ease, color 600ms ease;
    -ms-transition: background-color 600ms ease, color 600ms ease;
    -o-transition: background-color 600ms ease, color 600ms ease;
    transition: background-color 600ms ease, color 600ms ease;
}

.btn-default {
    color: #fff;
    background-color: #535353;
    border-color: #3a3a3a;
}

.btn-default:hover, .btn-default:focus, .btn-default.focus {
    color: #fff;
    background-color: #444444;
    border-color: #2a2a2a;
}

.btn-default:active, .btn-default.active {
    color: #fff;
    background-color: #3a3a3a;
    border-color: #202020;
}

.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus {
    color: #fff;
    background-color: #3a3a3a;
    border-color: #202020;
}

.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus {
    color: #fff;
    background-color: #535353;
    border-color: #3a3a3a;
}

.btn-default .badge {
    color: #535353;
    background-color: #fff;
}

.btn-primary {
    color: #fff;
    background-color: #2053d6;
    border-color: #1942aa;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #1c49bb;
    border-color: #15378f;
}

.btn-primary:active, .btn-primary.active {
    color: #fff;
    background-color: #1942aa;
    border-color: #13317d;
}

.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: #1942aa;
    border-color: #13317d;
}

.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: #2053d6;
    border-color: #1942aa;
}

.btn-primary .badge {
    color: #2053d6;
    background-color: #fff;
}

.btn-success {
    color: #fff;
    background-color: #19a819;
    border-color: #127c12;
}

.btn-success:hover, .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #158d15;
    border-color: #0e610e;
}

.btn-success:active, .btn-success.active {
    color: #fff;
    background-color: #127c12;
    border-color: #0c4f0c;
}

.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus {
    color: #fff;
    background-color: #127c12;
    border-color: #0c4f0c;
}

.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus {
    color: #fff;
    background-color: #19a819;
    border-color: #127c12;
}

.btn-success .badge {
    color: #19a819;
    background-color: #fff;
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #31b0d5;
}

.btn-info:hover, .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #42b6d9;
    border-color: #279dc1;
}

.btn-info:active, .btn-info.active {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2390b0;
}

.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #2390b0;
}

.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus {
    color: #fff;
    background-color: #5bc0de;
    border-color: #31b0d5;
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff;
}

.btn-warning {
    color: #fff;
    background-color: #e0972f;
    border-color: #bf7c1d;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #d1881f;
    border-color: #a56b19;
}

.btn-warning:active, .btn-warning.active {
    color: #fff;
    background-color: #bf7c1d;
    border-color: #935f16;
}

.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus {
    color: #fff;
    background-color: #bf7c1d;
    border-color: #935f16;
}

.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus {
    color: #fff;
    background-color: #e0972f;
    border-color: #bf7c1d;
}

.btn-warning .badge {
    color: #e0972f;
    background-color: #fff;
}

.btn-danger {
    color: #fff;
    background-color: #c92f2a;
    border-color: #9f2521;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #b02925;
    border-color: #861f1c;
}

.btn-danger:active, .btn-danger.active {
    color: #fff;
    background-color: #9f2521;
    border-color: #751b18;
}

.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus {
    color: #fff;
    background-color: #9f2521;
    border-color: #751b18;
}

.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus {
    color: #fff;
    background-color: #c92f2a;
    border-color: #9f2521;
}

.btn-danger .badge {
    color: #c92f2a;
    background-color: #fff;
}

.btn-link {
    color: #2053d6;
    background: none;
    border: none;
}

.btn-link:hover, .btn-link:focus, .btn-link.focus {
    color: #163993;
    background: none;
    border: none;
}

.btn-link:active, .btn-link.active {
    color: #0c1f51;
    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: #0c1f51;
    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: #2053d6;
    background: none;
    border: none;
}

.btn-link .badge {
    color: #fff;
    background-color: #2053d6;
}

.open > .dropdown-toggle.btn-default {
    color: #fff;
    background-color: #444444;
    border-color: #2a2a2a;
}

.open > .dropdown-toggle.btn-default:hover, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default.focus {
    color: #fff;
    background-color: #343434;
    border-color: #010101;
}

.open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #1c49bb;
    border-color: #15378f;
}

.open > .dropdown-toggle.btn-primary:hover, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary.focus {
    color: #fff;
    background-color: #183ea1;
    border-color: #0b1c48;
}

.open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #158d15;
    border-color: #0e610e;
}

.open > .dropdown-toggle.btn-success:hover, .open > .dropdown-toggle.btn-success:focus, .open > .dropdown-toggle.btn-success.focus {
    color: #fff;
    background-color: #117311;
    border-color: #041a04;
}

.open > .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #42b6d9;
    border-color: #279dc1;
}

.open > .dropdown-toggle.btn-info:hover, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info.focus {
    color: #fff;
    background-color: #2aabd2;
    border-color: #19667d;
}

.open > .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #d1881f;
    border-color: #a56b19;
}

.open > .dropdown-toggle.btn-warning:hover, .open > .dropdown-toggle.btn-warning:focus, .open > .dropdown-toggle.btn-warning.focus {
    color: #fff;
    background-color: #b7771b;
    border-color: #5e3d0e;
}

.open > .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #b02925;
    border-color: #861f1c;
}

.open > .dropdown-toggle.btn-danger:hover, .open > .dropdown-toggle.btn-danger:focus, .open > .dropdown-toggle.btn-danger.focus {
    color: #fff;
    background-color: #96231f;
    border-color: #420f0e;
}

.open > .dropdown-toggle.btn-link {
    color: #2053d6;
    background: none;
    border: none;
}

.open > .dropdown-toggle.btn-link:hover, .open > .dropdown-toggle.btn-link:focus, .open > .dropdown-toggle.btn-link.focus {
    color: #163993;
    background: none;
    border: none;
}

fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
    color: #fff;
    background-color: #535353;
    border-color: #3a3a3a;
}

fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
    color: #fff;
    background-color: #2053d6;
    border-color: #1942aa;
}

fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
    color: #fff;
    background-color: #19a819;
    border-color: #127c12;
}

fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
    color: #fff;
    background-color: #5bc0de;
    border-color: #31b0d5;
}

fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
    color: #fff;
    background-color: #e0972f;
    border-color: #bf7c1d;
}

fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
    color: #fff;
    background-color: #c92f2a;
    border-color: #9f2521;
}

fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link.focus {
    color: #2053d6;
    background: none;
    border: none;
}

.btn-lg,
.btn-group-lg > .btn {
    padding: 5px 40px;
    border-width: 3px;
    font-size: 1.2em;
}

.btn-sm,
.btn-group-sm > .btn {
    padding: 3px 24px;
    font-size: 0.7em;
}

.btn-xs,
.btn-group-xs > .btn {
    padding: 2px 19px;
    font-size: 0.6em;
}

.label {
    display: inline;
    padding: .2em .6em;
    font-family: "Teko", sans-serif;
    font-weight: 300;
    text-transform: none;
}

.label.label-default {
    background-color: #535353;
}

.label.label-primary {
    background-color: #2053d6;
}

.label.label-success {
    background-color: #19a819;
}

.label.label-info {
    background-color: #5bc0de;
}

.label.label-warning {
    background-color: #e0972f;
}

.label.label-danger {
    background-color: #c92f2a;
}

label {
    position: relative;
    display: inline-block;
    font-weight: 400;
}

label select {
    display: inline-block;
    border: 2px solid #ffffff;
    padding: 6px 40px 3px 11px;
    margin: 0;
    font-family: inherit;
    /*font-size: 20px;*/
    outline: none;
    /* remove focus ring from Webkit */
    line-height: 20px;
    background: none;
    -webkit-appearance: none;
    /* remove the strong OSX influence from Webkit */
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    /* Since we removed the default focus styles, we have to add our own */
}

label select:focus {
    -webkit-box-shadow: 0 0 3px 1px #ffffff;
    -moz-box-shadow: 0 0 3px 1px #ffffff;
    box-shadow: 0 0 3px 1px #ffffff;
}

label.select-box:after {
    content: "\25BC";
    position: absolute;
    top: 50%;
    right: 5px;
    bottom: 0;
    font-size: 60%;
    line-height: 24px;
    padding: 0 7px;
    background: none;
    color: #ffffff;
    pointer-events: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    transform: translate(0, -60%);
}

@media (min-width: 768px) {
    label select {
        padding: 6px 40px 3px 11px;
        /*font-size: 24px;*/
        line-height: 22px;
    }

    label.select-box:after {
        line-height: 30px;
        font-size: 80%;
    }
}

.radio-inline label {
    /*font-size: 20px; */
}

.radio-inline label input {
    top: 0;
}

@media (min-width: 768px) {
    .radio-inline label {
        /*font-size: 24px;*/
    }

    .radio-inline label input {
        top: 11%;
    }
}

.alert {
    padding: 10px 5px 6px;
    /*font-size: 1.2em; */
}

.alert.alert-success {
    color: #127712;
    background-color: #e8fce8;
    border-color: #d6f9d6;
}

.alert.alert-info {
    color: #20829f;
    background-color: #f0f9fc;
    border-color: #dff3f8;
}

.alert.alert-warning {
    color: #9c6517;
    background-color: #fcf6ee;
    border-color: #faeedc;
}

.alert.alert-danger {
    color: #9b2420;
    background-color: #fcf1f1;
    border-color: #f9e1e0;
}

.panel .panel-title {
    font-size: 1.45em;
}

.panel .panel-body {
    /*font-size: 1.35em; */
}

.panel.panel-primary {
    border-color: #2053d6;
}

.panel.panel-primary > .panel-heading {
    background-color: #2053d6;
    border-color: #2053d6;
}

.panel.panel-success {
    border-color: #d6f9d6;
}

.panel.panel-success > .panel-heading {
    color: #127712;
    background-color: #e8fce8;
    border-color: #d6f9d6;
}

.panel.panel-info {
    border-color: #dff3f8;
}

.panel.panel-info > .panel-heading {
    color: #20829f;
    background-color: #f0f9fc;
    border-color: #dff3f8;
}

.panel.panel-warning {
    border-color: #faeedc;
}

.panel.panel-warning > .panel-heading {
    color: #9c6517;
    background-color: #fcf6ee;
    border-color: #faeedc;
}

.panel.panel-danger {
    border-color: #f9e1e0;
}

.panel.panel-danger > .panel-heading {
    color: #9b2420;
    background-color: #fcf1f1;
    border-color: #f9e1e0;
}

.well {
    background-color: #f5f5f5;
}

.well p:last-child {
    margin-bottom: 0;
}

strong {
    /*font-weight: 500; */
}

.table {
    font-family: Helvetica, Arial, sans-serif;
    border: solid 1px #cccccc;
    /*font-size: 0.9em; */
}

.table > thead > tr > th {
    border-color: #003264;
}

.table > tbody > tr > td {
    border-top: none;
}

@media (min-width: 992px) {
    .table {
        /*font-size: 1em; */
    }
}

.table-bordered {
    border-top: solid 1px #003264;
}

.table-bordered > thead > tr > th {
    border: solid 1px #003264;
    border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f7f9fe;
}

.modal-content {
    background: #003264;
    color: #ffffff;
}

.modal-header {
    border-color: #004c97;
}

.modal-header .close {
    opacity: 0.7;
    color: #ffffff;
}

.modal-header .close:hover {
    opacity: 0.9;
    color: #ffffff;
}

.modal-title {
    line-height: 1em;
}

.modal-body {
    background: #1f1f1f;
}

.modal-footer {
    border-color: #004c97;
}

@media (min-width: 768px) {
    .container {
        width: 100%;
    }

    .alert {
        padding: 10px 15px 6px;
        /*font-size: 1.2em; */
    }

}

@media (min-width: 992px) {
    .container {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}

.sub-banner {
    background-color: #f5f5f5;
    padding: 15px 0;
    text-align: center;
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .sub-banner {
        text-align: left;
    }
}

/** Section Styles: Used for generic content styling and main sections on home page / landing pages **/
section li, section blockquote {
    /*font-size: 1.35em;*/
    line-height: 1.15em;
    margin-bottom: 15px;
}

section.basic {
    background-color: #ffffff;
}

section.basic .container {
    padding: 0 30px;
}

section.basic.dark {
    background-color: #1d1d1d;
}

section.basic.dark h1, section.basic.dark h2, section.basic.dark h3, section.basic.dark h4, section.basic.dark h5, section.basic.dark h6, section.basic.dark p {
    color: #ffffff;
    margin-top: 10px;
}

section.gradient-bg .row > div {
    padding: 15px;
    background: #ffffff;
    color: #000000;
}

section.gradient-bg h1, section.gradient-bg .h1, section.gradient-bg h2, section.gradient-bg .h2 {
    color: #000000;
}

section.gradient-bg.gradient-bg-dark .row > div {
    background: #000000;
    color: #ffffff;
}

section.gradient-bg.gradient-bg-dark h1, section.gradient-bg.gradient-bg-dark .h1, section.gradient-bg.gradient-bg-dark h2, section.gradient-bg.gradient-bg-dark .h2 {
    color: #ffffff;
}

section.big-blue, section.big-red, section.big-grey {
    padding: 1px 10px 5px;
    color: #ffffff;
    background-color: #1d4ac0;
}

section.big-blue .container, section.big-red .container, section.big-grey .container {
    padding: 30px;
}

section.big-blue .row > div, section.big-red .row > div, section.big-grey .row > div {
    margin-bottom: 15px;
}

section.big-blue h1, section.big-blue .h1, section.big-blue h2, section.big-blue .h2, section.big-red h1, section.big-red .h1, section.big-red h2, section.big-red .h2, section.big-grey h1, section.big-grey .h1, section.big-grey h2, section.big-grey .h2 {
    color: #ffffff;
    margin-bottom: 45px;
}

section.big-blue .btn, section.big-red .btn, section.big-grey .btn {
    /*border: solid 3px #ffffff;*/
    /*color: #ffffff;*/
    /*text-transform: uppercase;*/
    /*font-size: 1.6em;*/
    font-size: 1.0em;
    margin-bottom: 15px;
}

section.big-blue .btn:focus, section.big-blue .btn.focus, section.big-blue .btn:hover, section.big-red .btn:focus, section.big-red .btn.focus, section.big-red .btn:hover, section.big-grey .btn:focus, section.big-grey .btn.focus, section.big-grey .btn:hover {
    background: rgba(0, 0, 0, 0.4);
}

section.big-blue .list-group .list-group-item, section.big-red .list-group .list-group-item, section.big-grey .list-group .list-group-item {
    margin-bottom: -2px;
    border: solid 2px #ffffff;
    background: none;
    color: #ffffff;
}

section.big-blue .list-group .list-group-item:focus, section.big-blue .list-group .list-group-item:hover, section.big-red .list-group .list-group-item:focus, section.big-red .list-group .list-group-item:hover, section.big-grey .list-group .list-group-item:focus, section.big-grey .list-group .list-group-item:hover {
    background: rgba(0, 0, 0, 0.4);
}

section.big-red {
    background-color: #c52033;
}

section.gradient-bg-dark blockquote footer {
    color: #b1d8ff;
}

section.gradient-bg-dark .list-group .list-group-item {
    margin-bottom: -2px;
    border: solid 2px #ffffff;
    background: none;
    color: #ffffff;
}

section.gradient-bg-dark .list-group .list-group-item:focus, section.gradient-bg-dark .list-group .list-group-item:hover {
    background: rgba(255, 255, 255, 0.2);
}

section.mission h1, section.mission .h1, section.mission h2, section.mission .h2 {
    color: #c52033;
}

@media (min-width: 480px) {
    /*section li,*/
    section blockquote {
        font-size: 1.5em;
    }
}

@media (min-width: 768px) {
    section.gradient-bg {
        background-repeat: no-repeat;
        background-position: left center;
        background-size: auto 100%;
        background-color: #ffffff;
    }

    section.gradient-bg .row > div {
        padding: 30px 30px 30px 100px;
        background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 9%, white 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 9%, white 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 9%, white 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
        /* IE6-9 */
    }

    section.gradient-bg.gradient-bg-right {
        background-position: right center;
    }

    section.gradient-bg.gradient-bg-right .row > div {
        padding: 30px 100px 30px 30px;
        background: -moz-linear-gradient(left, white 0%, white 91%, rgba(255, 255, 255, 0) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(left, white 0%, white 91%, rgba(255, 255, 255, 0) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, white 0%, white 91%, rgba(255, 255, 255, 0) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
        /* IE6-9 */
    }

    section.gradient-bg.gradient-bg-dark {
        background-color: #000000;
    }

    section.gradient-bg.gradient-bg-dark .row > div {
        background: -moz-linear-gradient(left, transparent 0%, black 9%, black 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(left, transparent 0%, black 9%, black 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, transparent 0%, black 9%, black 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=1);
        /* IE6-9 */
    }

    section.gradient-bg.gradient-bg-dark.gradient-bg-right .row > div {
        background: -moz-linear-gradient(left, black 0%, black 91%, transparent 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(left, black 0%, black 91%, transparent 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, black 0%, black 91%, transparent 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=1);
        /* IE6-9 */
    }

    section.mission {
        background-image: url(../img/mission.jpg);
    }

    section.sample-1 {
        background-image: url(../img/sample-1.jpg);
    }

    section.sample-2 {
        background-image: url(../img/sample-2.jpg);
    }

    section.tournaments-1 {
        background-image: url(../img/tournament-1.png);
    }

    section.tournaments-2 {
        background-image: url(../img/tournament-2.png);
    }
}

.navbar-inline {
    float: none;
}

.navbar-inline li {
    display: inline;
    float: none;
}

.navbar-inline li a {
    display: inline;
    padding: 0;
    margin: 0 15px;
}

.navbar {
    background-color: #ffffff;
    border: none;
    margin: 0;
}

.navbar .navbar-nav > li.dropdown,
.navbar .navbar-nav > li > a {
    color: #000000;
    font-size: 1.2em;
    padding: 10px 15px;
    line-height: 20px;
    cursor: pointer;
}

.navbar .navbar-nav > li.dropdown:hover, .navbar .navbar-nav > li.dropdown:focus, .navbar .navbar-nav > li.dropdown.focus,
.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:focus,
.navbar .navbar-nav > li > a.focus {
    color: #c52033;
}

.navbar .navbar-nav > li.dropdown:hover .dropdown-menu {
    margin-left: -15px;
    margin-right: -15px;
}

.navbar .navbar-nav > li > a:hover, .navbar .navbar-nav > li > a:focus, .navbar .navbar-nav > li > a.focus {
    background-color: #f2f2f2;
}

.navbar .navbar-nav-top .navbar-nav > li > a {
    color: #000000;
    text-transform: uppercase;
}

.navbar .navbar-nav-top .navbar-nav > li.social-link > a {
    color: #929292;
    font-size: 1.1em;
    margin: 0 0.3em;
}

.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: #000000;
}

.navbar .navbar-nav-top .navbar-nav > li:last-child a {
    margin-right: 0;
}

.navbar .navbar-brand {
    position: relative;
}

.navbar .navbar-toggle {
    background-color: #ffffff;
    -webkit-transition: background-color 600ms ease;
    -moz-transition: background-color 600ms ease;
    -ms-transition: background-color 600ms ease;
    -o-transition: background-color 600ms ease;
    transition: background-color 600ms ease;
}

.navbar .navbar-collapse {
    padding: 0;
    max-height: none;
}

.navbar .navbar-right .dropdown-menu {
    left: 0;
    right: auto;
    float: none;
    z-index: 0;
    position: relative;
    top: auto;
    border-radius: 0;
    box-shadow: none;
}

.navbar .dropdown:hover .dropdown-menu {
    display: block;
}

.navbar .dropdown-menu {
    font-size: 16px;
    background-color: #f3f3f3;
    display: none;
}

.navbar .dropdown-menu > li > a:hover {
    background-color: #e0e0e0;
}

.navbar.navbar-default .navbar-brand img {
    display: block;
    position: absolute;
    top: 7px;
    width: 48px;
}

.navbar.navbar-default .navbar-header {
    background-color: #003264;
}

.navbar.navbar-default .navbar-toggle .icon-bar {
    background-color: #003264;
}

.navbar.navbar-league .navbar-brand {
    font-size: 20px;
    padding: 13px 15px;
}

.navbar.navbar-league .navbar-brand img {
    display: inline;
    position: relative;
    top: -2px;
    padding: 0 4px;
    width: 44px;
}

.navbar.navbar-league .navbar-header {
    background-color: #c52033;
    color: #ffffff;
}

.navbar.navbar-league .navbar-toggle .icon-bar {
    background-color: #c52033;
}

@media (min-width: 768px) {
    .navbar .navbar-nav-top .navbar-nav > li > a {
        font-size: 0.7em;
        -webkit-transition: color 400ms ease;
        -moz-transition: color 400ms ease;
        -ms-transition: color 400ms ease;
        -o-transition: color 400ms ease;
        transition: color 400ms ease;
    }

    .navbar .navbar-nav-top .navbar-nav > li > a:hover, .navbar .navbar-nav-top .navbar-nav > li > a:focus, .navbar .navbar-nav-top .navbar-nav > li > a.focus {
        background: none;
        color: #c52033;
    }

    .navbar .navbar-nav-main {
        font-weight: 400;
    }

    .navbar .navbar-nav-main .navbar-nav > li {
        /*width: 128px; TBS : 2016-12-12 : width overrunning available space */
        text-align: center;
        -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-nav-main .navbar-nav > li.dropdown,
    .navbar .navbar-nav-main .navbar-nav > li > a {
        color: #ffffff;
        font-size: 1.1em;
        line-height: 1em;
        text-transform: uppercase;
        position: relative;
        display: block;
        padding: 15px;
        -webkit-transition: background-color 400ms ease, border-left-color 400ms ease;
        -moz-transition: background-color 400ms ease, border-left-color 400ms ease;
        -ms-transition: background-color 400ms ease, border-left-color 400ms ease;
        -o-transition: background-color 400ms ease, border-left-color 400ms ease;
        transition: background-color 400ms ease, border-left-color 400ms ease;
    }

    .navbar .navbar-nav-main .navbar-nav > li.dropdown:hover .dropdown-menu {
        margin-left: 0;
        margin-right: 0;
    }

    .navbar .navbar-nav-main .navbar-nav > li > a:hover, .navbar .navbar-nav-main .navbar-nav > li > a:focus, .navbar .navbar-nav-main .navbar-nav > li > a.focus {
        background: none;
        color: #ffffff;
    }

    .navbar .navbar-nav-main .navbar-nav > li:hover, .navbar .navbar-nav-main .navbar-nav > li:focus, .navbar .navbar-nav-main .navbar-nav > li.focus {
        background-color: rgba(0, 0, 0, 0.15);
        color: #ffffff;
    }

    .navbar .navbar-right .dropdown-menu {
        left: -99999px;
        float: left;
        z-index: 1000;
        position: absolute;
        top: 100%;
        border-radius: 4px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    }

    .navbar .dropdown:hover .dropdown-menu {
        opacity: 1;
        left: 0;
    }

    .navbar .dropdown-menu {
        font-size: 18px;
        background-color: #27221b;
        display: block;
        position: absolute;
        opacity: 0;
        -webkit-transition: opacity 400ms ease;
        -moz-transition: opacity 400ms ease;
        -ms-transition: opacity 400ms ease;
        -o-transition: opacity 400ms ease;
        transition: opacity 400ms ease;
    }

    .navbar .dropdown-menu > li > a {
        color: #ffffff;
        -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 .dropdown-menu > li > a:hover {
        background-color: #4c4c4c;
        color: #ffffff;
    }

    .navbar .dropdown-menu .divider {
        background-color: #4e4e4e;
    }

    .navbar.navbar-default .navbar-nav-top {
        font-family: Helvetica, Arial, sans-serif;
        margin-top: 25px;
        margin-bottom: 2px;
    }

    .navbar.navbar-default .navbar-nav-top .navbar-nav > li > a {
        font-weight: bold;
        padding: 0;
    }

    .navbar.navbar-default .navbar-brand img {
        top: 8px;
        width: 108px;
    }

    .navbar.navbar-default .navbar-header {
        background: none;
    }

    .navbar.navbar-default .navbar-nav-main {
        background: #225ef6;
        /* Old browsers */
        background: -moz-linear-gradient(top, #225ef6 0%, #002584 100%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #225ef6), color-stop(100%, #002584));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #225ef6 0%, #002584 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #225ef6 0%, #002584 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #225ef6 0%, #002584 100%);
        /* IE10+ */
        background: linear-gradient(to bottom, #225ef6 0%, #002584 100%);
        /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0);
        /* IE6-9 */
        border-top: solid 1px #2d2821;
        border-bottom: solid 1px #27221b;
    }

    .navbar.navbar-default .navbar-nav-main .navbar-nav {
        border-right: solid 1px rgba(187, 0, 0, 0.5);
        border-left: solid 1px rgba(0, 0, 243, 0.5);
    }

    .navbar.navbar-default .navbar-nav-main .navbar-nav > li.dropdown,
    .navbar.navbar-default .navbar-nav-main .navbar-nav > li > a {
        border-right: solid 1px rgba(0, 0, 243, 0.5);
        border-left: solid 1px rgba(0, 85, 232, 0.5);
    }

    .navbar.navbar-default .navbar-nav-main .navbar-nav > li:hover.dropdown,
    .navbar.navbar-default .navbar-nav-main .navbar-nav > li:hover > a, .navbar.navbar-default .navbar-nav-main .navbar-nav > li:focus.dropdown,
    .navbar.navbar-default .navbar-nav-main .navbar-nav > li:focus > a, .navbar.navbar-default .navbar-nav-main .navbar-nav > li.focus.dropdown,
    .navbar.navbar-default .navbar-nav-main .navbar-nav > li.focus > a {
        border-left-color: rgba(0, 76, 206, 0.35);
    }

    .navbar.navbar-default .navbar-nav-main .navbar-nav > li.special {
        background: #d12121;
        /* Old browsers */
        background: -moz-linear-gradient(top, #d12121 0%, #670000 100%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d12121), color-stop(100%, #670000));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #d12121 0%, #670000 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #d12121 0%, #670000 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #d12121 0%, #670000 100%);
        /* IE10+ */
        background: linear-gradient(to bottom, #d12121 0%, #670000 100%);
        /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0);
        /* IE6-9 */
        border-top: solid 1px #960a0a;
        border-bottom: solid 1px #420303;
        margin: -1px 0;
    }

    .navbar.navbar-default .navbar-nav-main .navbar-nav > li.special > a {
        border-right: solid 1px rgba(115, 0, 0, 0.5);
        border-left: solid 1px rgba(187, 0, 0, 0.5);
        -webkit-transition: background-color 400ms ease, border-left-color 400ms ease;
        -moz-transition: background-color 400ms ease, border-left-color 400ms ease;
        -ms-transition: background-color 400ms ease, border-left-color 400ms ease;
        -o-transition: background-color 400ms ease, border-left-color 400ms ease;
        transition: background-color 400ms ease, border-left-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-left-color: rgba(166, 0, 0, 0.35);
        background-color: rgba(0, 0, 0, 0.15);
    }

    .navbar.navbar-league .navbar-nav-top {
        margin-top: 19px;
    }

    .navbar.navbar-league .navbar-nav-top .navbar-nav > li > a {
        font-weight: 600;
        font-size: 1.1em;
        padding: 0;
    }

    .navbar.navbar-league .navbar-nav-main .navbar-nav > li {
        width: 125px;
    }

    .navbar.navbar-league .navbar-brand {
        font-size: 24px;
        padding: 12px 15px;
        margin-bottom: 2px;
    }

    .navbar.navbar-league .navbar-brand img {
        width: 48px;
        padding: 0 2px;
    }

    .navbar.navbar-league .navbar-header {
        background: none;
        color: #333333;
    }

    .navbar.navbar-league .navbar-nav-main {
        background: #d12121;
        /* Old browsers */
        background: -moz-linear-gradient(top, #d12121 0%, #670000 100%);
        /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d12121), color-stop(100%, #670000));
        /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #d12121 0%, #670000 100%);
        /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #d12121 0%, #670000 100%);
        /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #d12121 0%, #670000 100%);
        /* IE10+ */
        background: linear-gradient(to bottom, #d12121 0%, #670000 100%);
        /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0);
        /* IE6-9 */
        border-top: solid 1px #2d2121;
        border-bottom: solid 1px #271b1b;
    }

    .navbar.navbar-league .navbar-nav-main .navbar-nav {
        border-right: solid 1px rgba(187, 0, 0, 0.5);
        border-left: solid 1px rgba(115, 0, 0, 0.5);
    }

    .navbar.navbar-league .navbar-nav-main .navbar-nav > li.dropdown,
    .navbar.navbar-league .navbar-nav-main .navbar-nav > li > a {
        border-right: solid 1px rgba(115, 0, 0, 0.5);
        border-left: solid 1px rgba(187, 0, 0, 0.5);
    }

    .navbar.navbar-league .navbar-nav-main .navbar-nav > li:hover.dropdown,
    .navbar.navbar-league .navbar-nav-main .navbar-nav > li:hover > a, .navbar.navbar-league .navbar-nav-main .navbar-nav > li:focus.dropdown,
    .navbar.navbar-league .navbar-nav-main .navbar-nav > li:focus > a, .navbar.navbar-league .navbar-nav-main .navbar-nav > li.focus.dropdown,
    .navbar.navbar-league .navbar-nav-main .navbar-nav > li.focus > a {
        border-left-color: rgba(166, 0, 0, 0.35);
    }
}

@media (min-width: 992px) {
    .navbar .navbar-nav-top .navbar-nav > li > a {
        font-size: 0.8em;
    }

    .navbar .navbar-nav-main .navbar-nav > li {
        /*width: 142px; TBS 2017-02-02 */
        /*width: 144px;*/
    }

    .navbar .navbar-nav-main .navbar-nav > li.dropdown,
    .navbar .navbar-nav-main .navbar-nav > li > a {
        font-size: 1.4em;
        padding: 15px;
    }

    .navbar.navbar-league .navbar-nav-main .navbar-nav > li {
        width: 148px;
    }
}

.banner {
    position: relative;
    width: 100%;
    font-family: "Hemi Head Bold Italic";
    color: #ffffff;
    height: 600px;
}

.banner .parallax {
    background: #ffffff url(../img/banner.jpg) no-repeat top center fixed;
    display: block;
    height: 100%;
    position: relative;
    width: 100%;
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
    background-size: auto 100%;
}

.banner .parallax .container {
    position: relative;
    z-index: 3;
}

.banner .parallax .overlay {
    background-color: #000000;
    opacity: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.banner h1, .banner .h1 {
    text-transform: uppercase;
    font-size: 4em;
    font-weight: normal;
    line-height: 0.8em;
    margin: 1em 0 25px;
    padding: 0;
    text-shadow: 3px 3px 0 rgba(255, 255, 255, 0.5), -3px -3px 0 rgba(255, 255, 255, 0.5), 3px -3px 0 rgba(255, 255, 255, 0.5), -3px 3px 0 rgba(255, 255, 255, 0.5);
    color: #000000;
}

.banner h2, .banner .h2 {
    text-transform: uppercase;
    font-size: 2em;
    font-weight: normal;
    font-family: "Hemi Head Bold Italic";
    line-height: 0.8em;
    margin: 1em 0 25px;
    padding: 0;
    text-shadow: 3px 3px 0 rgba(255, 255, 255, 0.5), -3px -3px 0 rgba(255, 255, 255, 0.5), 3px -3px 0 rgba(255, 255, 255, 0.5), -3px 3px 0 rgba(255, 255, 255, 0.5);
    color: #000000;
}

.banner p {
    font-size: 1.6em;
    line-height: 1em;
    text-shadow: 2px 2px 0 rgba(255, 255, 255, 0.5), -2px -2px 0 rgba(255, 255, 255, 0.5), 2px -2px 0 rgba(255, 255, 255, 0.5), -2px 2px 0 rgba(255, 255, 255, 0.5);
    color: #000000;
    font-family: "Teko", sans-serif;
}

.banner p.small {
    font-size: 1.4em;
}

.banner p.push-down {
    margin-bottom: 45px;
}

.banner .btn {
    font-family: "Teko", sans-serif;
    background: none;
    color: #ffffff;
    border: solid 2px #ffffff;
    font-size: 1em;
}

.banner.light .btn {
    background: none;
    color: #000000;
    border: solid 2px #000000;
}

.banner .btn:hover {
    background-color: rgba(197, 32, 51, 0.5);
}

.banner .row > div > * {
    opacity: 0;
    position: relative;
    top: -10px;
}

.banner .logo {
    border: solid 5px #c52033;
    padding: 15px;
    background: #ffffff;
    display: inline-block;
    margin-top: 2em;
}

.banner .logo img {
    max-width: 165px;
}

.banner .logo + h1, .banner .logo .h1, .banner .logo h2, .banner .logo .h2 {
    margin-top: 30px;
}

.banner .skip {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
    padding: 0;
}

.banner .skip a {
    position: relative;
    display: inline-block;
    color: #000000;
    margin-bottom: 0;
    text-shadow: 0px 0px 0px rgba(0, 70, 249, 0.8);
    opacity: 0.6;
    z-index: 3;
    -webkit-transition: color 600ms ease, text-shadow 600ms ease, opacity 600ms ease;
    -moz-transition: color 600ms ease, text-shadow 600ms ease, opacity 600ms ease;
    -ms-transition: color 600ms ease, text-shadow 600ms ease, opacity 600ms ease;
    -o-transition: color 600ms ease, text-shadow 600ms ease, opacity 600ms ease;
    transition: color 600ms ease, text-shadow 600ms ease, opacity 600ms ease;
}

.banner .skip a:focus, .banner .skip a.focus, .banner .skip a:hover {
    color: #444444;
    text-shadow: 0px 0px 15px rgba(0, 70, 249, 0.8);
    opacity: 1;
    text-decoration: none;
}

.banner .skip a .text {
    display: block;
    text-align: center;
    margin-bottom: -9px;
    font-size: 18px;
}

.banner .skip a .glyphicon {
    font-size: 50px;
}

.banner .skip.skip-red a {
    text-shadow: 0px 0px 0px rgba(197, 32, 51, 0.8);
}

.banner .skip.skip-red a:focus, .banner .skip.skip-red a.focus, .banner .skip.skip-red a:hover {
    text-shadow: 0px 0px 15px rgba(197, 32, 51, 0.8);
}

.banner.dark .parallax {
    background-color: #000000;
}

.banner.dark h1, .banner.dark .h1 {
    color: #ffffff;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.75);
}

.banner.dark h2, .banner.dark .h2 {
    color: #ffffff;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.75);
}

.banner.dark p {
    color: #ffffff;
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.75);
}

.banner.dark .skip a {
    color: #ffffff;
}

.banner.dark .skip a:focus, .banner.dark .skip a.focus {
    color: #f3f3f3;
}

.banner.dark .skip a:hover {
    color: #f3f3f3;
}

@media (min-width: 480px) {
    .banner {
        overflow: hidden;
        min-height: 500px;
        height: 100%;
    }

    .banner .parallax {
        display: table;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .banner .parallax .container .row {
        padding-bottom: 120px;
    }

    .banner h1, .banner .h1 {
        font-size: 4.5em;
    }

    .banner h2, .banner .h2 {
        font-size: 2.8em;
    }

    .banner p {
        font-size: 1.7em;
    }

    .banner p.small {
        font-size: 1.5em;
    }

    .banner .logo img {
        max-width: 180px;
    }

    .banner .skip a .glyphicon {
        font-size: 60px;
    }
}

@media (min-width: 768px) {
    .banner {
        min-height: 700px;
    }

    .banner .parallax .container .row {
        padding-bottom: 130px;
    }

    .banner h1, .banner .h1 {
        font-size: 5em;
    }

    .banner h2, .banner .h2 {
        font-size: 3.2em;
    }

    .banner p {
        font-size: 1.85em;
    }

    .banner p.small {
        font-size: 1.65em;
    }

    .banner .logo img {
        max-width: 200px;
    }

    .banner .skip a .glyphicon {
        font-size: 65px;
    }
}

@media (min-width: 992px) {
    .banner h1, .banner .h1 {
        margin-top: 0.9em;
        font-size: 5.5em;
    }

    .banner h2, .banner .h2 {
        font-size: 3.5em;
    }

    .banner p {
        font-size: 2em;
    }

    .banner p.small {
        font-size: 1.85em;
    }

    .banner .btn {
        font-size: 1.1em;
    }

    .banner .skip a .text {
        font-size: 22px;
    }

    .banner .skip a .glyphicon {
        font-size: 70px;
    }
}

@media (min-width: 1200px) {
    .banner h1, .banner .h1 {
        font-size: 5.75em;
    }

    .banner h2, .banner .h2 {
        font-size: 3.75em;
    }

    .banner p {
        font-size: 2.1em;
    }

    .banner p.small {
        font-size: 1.9em;
    }

    .banner .btn {
        font-size: 1.2em;
    }

    .banner .skip a .glyphicon {
        font-size: 80px;
    }
}

.search {
    background-color: #c60f24;
    color: #ffffff;
    padding: 15px 0;
}

.search .form-group {
    margin-bottom: 0;
}

.search .input-group {
    max-width: 500px;
}

.search .header {
    font-family: "Hemi Head Bold Italic";
    text-transform: uppercase;
    margin: 0;
    font-size: 1.2em;
    line-height: 40px;
    color: #ffffff;
    border: none;
}

.search.search-tabs {
    padding: 0 0 30px 0;
}

.search.search-tabs .tab-container {
    margin: 0 -15px 30px -15px;
}

.search.search-tabs .nav-tabs {
    margin: 0;
    border-bottom: none;
    display: table;
    width: 100%;
}

.search.search-tabs .nav-tabs > li {
    display: table-cell;
    float: none;
    font-size: 0.9em;
    background: #373737;
    font-family: "Hemi Head Bold Italic";
    -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;
}

.search.search-tabs .nav-tabs > li > a {
    margin-right: 0;
    border: none;
    border-radius: 0;
    color: #ffffff;
    text-transform: uppercase;
    background: none;
}

.search.search-tabs .nav-tabs > li > a:hover, .search.search-tabs .nav-tabs > li > a:focus {
    background: none;
}

.search.search-tabs .nav-tabs > li.active {
    background: #c52033;
}

.search.search-tabs .nav-tabs > li.active a,
.search.search-tabs .nav-tabs > li.active a:focus,
.search.search-tabs .nav-tabs > li.active a:hover {
    border: none;
    background: none;
}

.search.search-tabs .nav-tabs > li.active:hover {
    background: none;
}

.search.search-tabs .nav-tabs > li:hover {
    background: #282828;
}

.search.search-md-up-center .form-group {
    margin: 10px 0;
}

.search.search-md-up-center .form-group label {
    margin-bottom: 5px;
}

.search.league-search .select-box {
    margin-bottom: 0;
    width: 100%;
}

.search.league-search .select-box select {
    /*font-size: 19px;*/
    width: 100%;
}

@media (min-width: 480px) {
    .search.search-tabs .nav-tabs > li {
        font-size: 1em;
    }
}

@media (min-width: 768px) {
    .search .header {
        font-size: 1.35em;
    }

    .search .header-right {
        text-align: right;
    }

    .search .header-left {
        text-align: left;
    }

    .search .header-center {
        text-align: center;
    }

    .search.search-tabs .nav-tabs > li {
        font-size: 1.2em;
    }

    .search.search-md-up-center {
        text-align: center;
    }

    .search.search-md-up-center .form-group label {
        margin-bottom: 0;
    }
}

@media (min-width: 992px) {
    .search .header {
        font-size: 1.5em;
    }

    .search.search-tabs .nav-tabs > li {
        font-size: 1.5em;
    }
}

.social {
    background-color: #003264;
    color: #ffffff;
    padding: 15px 0;
}

.social .social-label {
    font-family: "Hemi Head Bold Italic";
    text-transform: uppercase;
    margin: 0;
    font-size: 1.1em;
}

@media (min-width: 768px) {
    .social .social-label {
        text-align: right;
        font-size: 1.2em;
    }
}

@media (min-width: 992px) {
    .social .social-label {
        text-align: right;
        font-size: 1.45em;
    }
}

.social-icons {
    font-size: 1.4em;
}

.social-icons a {
    color: #ffffff;
    padding-right: 8px;
}

.social-icons a .linecon {
    vertical-align: middle;
}

.social-icons a:focus, .social-icons a.focus, .social-icons a:hover {
    color: #c52033;
    text-decoration: none;
}

.cat figure {
    position: relative;
    overflow: hidden;
    margin: 0 -15px;
    max-height: 300px;
    text-align: center;
    cursor: pointer;
}

.cat figure h2 {
    font-family: "Hemi Head Bold Italic";
    font-size: 1em;
    line-height: 0.9em;
    color: #ffffff;
    margin: 0;
}

.cat figure h2 span {
    display: block;
}

.cat figure h2 span.small {
    color: #c4c4c4;
    -webkit-transition: color 0.35s ease;
    -moz-transition: color 0.35s ease;
    -ms-transition: color 0.35s ease;
    -o-transition: color 0.35s ease;
    transition: color 0.35s ease;
}

.cat figure p {
    margin: 0;
    letter-spacing: 1px;
    font-size: 68.5%;
    line-height: 1em;
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.75);
}

.cat figure img {
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
    opacity: 0.9;
}

.cat figure figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 2em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.cat figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.cat figure figcaption::before, .cat figure figcaption::after {
    pointer-events: none;
}

.cat figure.effect-bubba {
    background: #0046f9;
}

.cat figure.effect-bubba h2 {
    padding-top: 25%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
}

.cat figure.effect-bubba p {
    position: absolute;
    bottom: 20px;
    left: 0;
    padding: 20px;
    width: 100%;
    text-align: center;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
}

.cat figure.effect-bubba img {
    opacity: 0.9;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

.cat figure.effect-bubba figcaption::before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    content: '';
    opacity: 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

.cat figure.effect-bubba figcaption::after {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    content: '';
    opacity: 0;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

.cat figure.effect-bubba:hover img {
    opacity: 0.6;
}

.cat figure.effect-honey {
    background: #4a3753;
    height: 200px;
}

.cat figure.effect-honey h2 {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 1em 0.4em;
    width: 100%;
    text-align: left;
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

.cat figure.effect-honey img {
    opacity: 0.9;
    height: auto;
    width: 100%;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

.cat figure.effect-honey figcaption::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: #c60f24;
    content: '';
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

.cat figure.effect-honey:hover img {
    opacity: 0.5;
}

.cat.cat-1 figure h2 {
    font-size: 1.35em;
}

.cat.cat-2 figure h2 {
    font-size: 1.35em;
}

.cat.cat-2 figure h2 span {
    font-size: 0.8em;
}

@media (min-width: 480px) {
    .cat figure {
        max-height: 400px;
    }

    .cat figure h2 {
        font-size: 0.6em;
    }

    .cat figure.effect-bubba h2 {
        padding-top: 30%;
    }

    .cat figure.effect-honey {
        height: auto;
    }

    .cat figure.effect-honey.short {
        height: 100%;
    }
}

@media (min-width: 768px) {
    .cat figure {
        max-height: 600px;
    }

    .cat figure h2 {
        font-size: 0.8em;
    }

    .cat figure figcaption {
        padding: 2em;
    }

    .cat figure.effect-bubba p {
        opacity: 0;
        padding: 20px 1em;
        position: relative;
        bottom: auto;
        left: auto;
        text-shadow: none;
    }

    .cat figure.effect-bubba img {
        opacity: 1;
    }

    .cat figure.effect-bubba:hover h2,
    .cat figure.effect-bubba:hover p {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .cat figure.effect-bubba:hover figcaption::before,
    .cat figure.effect-bubba:hover figcaption::after {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .cat figure.effect-honey:hover h2 {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .cat figure.effect-honey:hover figcaption::before {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .cat figure.effect-honey:hover span.small {
        color: #c52033;
    }

    .cat.cat-1 figure h2 {
        font-size: 1.6em;
    }

    .cat.cat-2 figure h2 {
        font-size: 1.6em;
    }
}

@media (min-width: 992px) {
    .cat figure h2 {
        font-size: 1.1em;
    }

    .cat.cat-1 figure h2 {
        font-size: 2em;
    }

    .cat.cat-2 figure h2 {
        font-size: 2em;
    }
}

@media (min-width: 1200px) {
    .cat figure.effect-bubba h2 {
        padding-top: 22%;
    }

    .cat.cat-1 figure h2 {
        font-size: 2.2em;
    }

    .cat.cat-2 figure h2 {
        font-size: 2.2em;
    }
}

.news h3, .news .h3 {
    font-size: 2.2em;
    font-weight: normal;
    margin-bottom: 0;
}

.news h4, .news .h4 {
    font-size: 1.4em;
    font-weight: normal;
    line-height: 1em;
    margin-top: 0;
}

.news h4 a:focus, .news h4 a.focus, .news .h4 a:focus, .news .h4 a.focus {
    outline: none;
}

.news p {
    /*font-size: 1.15em; */
}

.news .more {
    color: #c52033;
    text-transform: uppercase;
    font-size: 24px;
}

.news .slick {
    width: 90%;
    margin: 0 auto;
}

.news .blog-image {
    position: relative;
}

.news .blog-image img {
    position: relative;
    width: 100%;
    -webkit-filter: grayscale(65%);
    -moz-filter: grayscale(65%);
    -ms-filter: grayscale(65%);
    -o-filter: grayscale(65%);
    filter: grayscale(65%);
}

.news .blog-image h3 {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(65, 65, 65, 0.8);
    color: #ffffff;
    font-size: 1.3em;
    margin: 8px;
    padding: 5px 8px 2px;
}

.news .blog-image h3 span {
    color: #c7c7c7;
}

.news .blog-image h3 span.small {
    font-size: 85%;
}

.news .blog-blurb {
    background-color: #1d4ac0;
    color: #ffffff;
    padding: 15px;
    min-height: 200px;
    position: relative;

}

/*.news .blog-blurb .more {*/
/*color: #ffffff; }*/
.news .blog-blurb .more {
    font-size: 18px;
    color: #ffffff;
    position: absolute;
    bottom: 10px;
    width: 100%;
    left: 0;
}

.news .blog-blurb .more:focus {
    outline: none;
}

.news .video-blog-item {
    position: relative;
    cursor: pointer;
    margin-bottom: 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 .video-blog-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 .video-blog-item .blog-blurb {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    z-index: 2;
}

.news .video-blog-item:hover {
    opacity: 0.8;
}

.news .video-blog-item.white .blog-image h3 {
    background-color: rgba(255, 255, 255, 0.8);
    color: #000000;
    padding-right: 2em;
}

.news .video-blog-item.blue .blog-image h3 {
    background-color: rgba(32, 83, 214, 0.8);
    color: #ffffff;
    padding-right: 2em;
}

.news .video-blog-item.red .blog-image h3 {
    background-color: rgba(197, 32, 51, 0.8);
    color: #ffffff;
    padding-right: 2em;
}

@media (min-width: 768px) {
    .news h3, .news .h3 {
        font-size: 2.6em;
    }

    .news h4, .news .h4 {
        font-size: 1.6em;
    }

    .news p {
        /*font-size: 1.25em; */
    }
}

@media (min-width: 992px) {
    .news h3, .news .h3 {
        font-size: 3em;
    }

    .news h4, .news .h4 {
        font-size: 1.8em;
    }

    .news p {
        /*font-size: 1.35em; */
    }
}

.team h3, .team .h3 {
    margin-bottom: 0;
}

.team h3 span, .team .h3 span {
    display: block;
}

.team p {
    /*font-size: 1.15em; */
}

.team .email {
    font-size: 24px;
}

.team .row {
    margin-top: 45px;
}

.team .row > div {
    margin-bottom: 30px;
}

.team .row img {
    display: inline;
    position: relative;
    width: 100%;
    /*max-width: 202px; */
    max-width: 160px;
}

.team .row p {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .team p {
        /*font-size: 1.25em; */
    }
}

@media (min-width: 992px) {
    .team p {
        /*font-size: 1.35em; */
    }
}

.sponsors {
    background: #225ef6;
    /* Old browsers */
    background: -moz-linear-gradient(top, #225ef6 0%, #002584 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #225ef6), color-stop(100%, #002584));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #225ef6 0%, #002584 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #225ef6 0%, #002584 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #225ef6 0%, #002584 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #225ef6 0%, #002584 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0);
    /* IE6-9 */
}

.sponsors .container {
    padding: 30px 30px 0 30px;
}

.sponsors .mason-item {
    margin-bottom: 30px;
}

.sponsors .mason-item img {
    width: 100%;
}

.ads .mason-item {
    margin-bottom: 30px;
}

.ads .mason-item img {
    max-width: 200px;
}

.home-mks {
    display: none;
    background-color: #1d1d1d;
    padding: 15px 15px;
}

.home-mks .row > div {
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
}

.home-mks .row > div img {
    width: 100%;
}

@media (min-width: 480px) {
    .home-mks {
        display: block;
    }
}

body > footer {
    padding: 0;
    border-top: solid 3px #c60f24;
    /*font-size: 1.2em;*/
    background: #ffffff;
}

body > footer .footer-top {
    padding: 30px 0;
    background-color: #f5f5f5;
}

body > footer .footer-main {
    padding: 45px 0 15px;
}

body > footer .footer-bottom {
    padding: 15px 0;
}

body > footer .address img {
    max-width: 67px;
}

body > footer .address address {
    margin-top: 15px;
}

body > footer .address .social-link > a {
    color: #929292;
    font-size: 1.35em;
    margin: 0;
}

body > footer .address .social-link > a:hover, body > footer .address .social-link > a:focus, body > footer .address .social-link > a.focus {
    color: #000000;
    text-decoration: none;
}

body > footer .link-list ul li {
    font-weight: 400;
    margin-top: 10px;
    text-transform: uppercase;
}

body > footer .link-list ul li:first-child {
    margin-top: 0;
}

body > footer .link-list ul li ul li {
    font-family: "Teko", sans-serif;
    /*font-size: 1.10em;*/
    margin-top: 0;
    text-transform: none;
}

body > footer .link-list ul li ul li a {
    color: #163993;
}

body > footer .link-list ul li ul li a:hover {
    color: #0f2867;
}

body > footer .newsletter, .newsletter {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #f5f5f5;
}

.newsletter.sidebar {
    padding: 15px;
}

body > footer .newsletter form p {
    /*font-size: 0.9em;*/
    line-height: 1.25em;
}

body > footer .copyright p {
    /*font-size: 1em;*/
    line-height: 1.25em;
}

body > footer .partners {
    margin-bottom: 15px;
}

body > footer .partners .row span {
    display: block;
    position: relative;
}

body > footer .partners .row span img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}

body > footer .partners .row span.logo {
    min-height: 75px;
    margin-bottom: 30px;
}

body > footer .partners .row span.logo-1 img {
    max-width: 50px;
}

body > footer .partners .row span.logo-2 img {
    max-width: 110px;
}

body > footer .partners .row span.logo-3 img {
    max-width: 58px;
}

body > footer .partners .row span.logo-4 img {
    max-width: 108px;
}

body > footer .partners .row span.logo-5 img {
    max-width: 55px;
}

@media (min-width: 480px) {
    body > footer .partners .row span img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
}

@media (min-width: 768px) {
    body > footer .partners .row span.logo {
        min-height: 132px;
    }

    body > footer .partners .row span.logo-1 img {
        max-width: 90px;
    }

    body > footer .partners .row span.logo-2 img {
        max-width: 192px;
    }

    body > footer .partners .row span.logo-3 img {
        max-width: 102px;
    }

    body > footer .partners .row span.logo-4 img {
        max-width: 197px;
    }

    body > footer .partners .row span.logo-5 img {
        max-width: 88px;
    }
}

/* LEAGUE style */
.league {
    /** Use this area for any custom styles needed for league pages **/
}

.league main {
    background: #ffffff;
}

.league .banner .parallax {
    background-image: url(../img/banner-league.jpg);
}

.league .sub-banner {
    background-color: #003264;
    color: #ffffff;
}

.league .sub-banner .logo {
    border: solid 3px #c52033;
    padding: 10px;
    background: #ffffff;
    display: inline-block;
}

.league .sub-banner .logo img {
    max-width: 80px;
}

.league .sub-banner .title h1, .league .sub-banner .title .h1, .league .sub-banner .title h2, .league .sub-banner .title .h2 {
    color: #ffffff;
    line-height: 1em;
}

@media (min-width: 768px) {
    .league .sub-banner .logo {
        float: left;
        margin-right: 15px;
    }

    .league .sub-banner .title {
        float: left;
    }

    .league .sub-banner .title h1, .league .sub-banner .title .h1, .league .sub-banner .title h2, .league .sub-banner .title .h2 {
        margin: 0;
    }

    .league .sub-banner .social-icons {
        float: right;
    }
}

.league.league-sub .content {
    margin-bottom: 60px;
}

.league.league-division .page-header .btn {
    margin-bottom: 15px;
}

.league.league-division h4 {
    margin-top: 30px;
}

@media (min-width: 768px) {
    .league.league-division .page-header .btn {
        position: absolute;
        right: 0;
        top: 0;
        margin-bottom: 0;
    }

    .league.league-division .row > div h4 {
        margin-top: 45px;
    }

    .league.league-division .row > div h4:first-child {
        margin-top: 10px;
    }
}

/** Use this area for any custom styles needed for main **/
/* SUB style */
.sub main {
    background: #ffffff;
}

.sub > footer {
    /*margin-top: 60px; */
}

/* Tournament styles */
.tournaments .banner .parallax {
    background-image: url(../img/banner-tournaments.png);
}

.tournaments .banner h1, .tournaments .banner .h1 {
    font-size: 2.4em;
}

@media (min-width: 480px) {
    .tournaments .banner h1, .tournaments .banner .h1 {
        font-size: 3.1em;
    }
}

@media (min-width: 768px) {
    .tournaments .banner h1, .tournaments .banner .h1 {
        font-size: 5em;
    }
}

@media (min-width: 992px) {
    .tournaments .banner h1, .tournaments .banner .h1 {
        font-size: 5.5em;
    }
}

@media (min-width: 1200px) {
    .tournaments .banner h1, .tournaments .banner .h1 {
        font-size: 6em;
    }
}

/* Puckfit styles */
.puckfit .banner .parallax {
    background-image: url(../img/banner-puckfit.jpg);
}

/* Contact Us styles */
.contact-us.big-blue {
    padding: 30px 0;
}

.contact-us .contact-logo {
    position: relative;
    margin-bottom: 30px;
}

.contact-us .contact-logo img {
    max-width: 120px;
}

.contact-us address {
    /*font-size: 24px; */
}

.contact-us .contact-form label {
    /*font-size: 24px; */
}

.contact-us .contact-form label select {
    display: block;
}

.contact-us .contact-form button {
    margin-top: 30px;
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .contact-us .contact-logo img {
        max-width: 180px;
    }
}

@media (min-width: 992px) {
    .contact-us .contact-logo img {
        max-width: 225px;
    }
}

.blog .news .news-item {
    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;
}

.blog .news .news-item:hover {
    opacity: 0.8;
}

.blog > footer {
    margin-top: 0;
}

.videos > footer {
    margin-top: 0;
}

/*# source~~~ 2017-08-25 RoK: String-Break this ~~~MappingURL=custom.css.map */

/*Responsive Video
------------------------------------*/
.responsive-video {
    height: 0;
    padding-top: 1px;
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
}
.responsive-video iframe {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}
