/*
 Theme Name:   Mens Roller Derby Association
 Theme URI:    https://mrda.org
 Description:  The 2018 theme built for the Men's Roller Derby Association MRDA Central website.
 Author:       the MRDA Information Technology team
 Author URI:   https://mrda.org
 Template:     understrap
 Version:      0.5.2
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  understrap-child
 Tags: one-column, custom-menu, featured-images, theme-options, translation-ready
 GitHub Theme URI: holger1411/understrap-child
*/

body.home {
    background: url(images/background.jpg) center 160px no-repeat;
    background-color: #e1e1e1;
    -webkit-background-size: cover;
    /* For WebKit*/
    -moz-background-size: cover;
    /* Mozilla*/
    -o-background-size: cover;
    /* Opera*/
    background-size: 100%;
    /* Generic*/
}

@media only screen and (max-width: 940px) {
    body.home {
        background: url(images/background.jpg) center top no-repeat;
        background-size: 500%;
    }
}

body {
    font-family: 'PT Sans', sans-serif;
    color: #363636;
    background-color: #f8f8fb;
}

h1,
h2,
h3,
h4 {
    color: #660000;
}

h1 {
    font-size: 32px;
    margin-bottom: 40px;
    padding-bottom: 10px;
    border-bottom: 2px solid #660000;
    min-width: 100%;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;

}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
    color: #5c85a9;
}

a,
a:link {
    color: #660000;
}

a:hover {
    color: #0B2D4E;
    text-decoration: none;
}

button,
.button,
a.button,
input.button,
.pods-submit-button,
.btn-secondary,
a.button,
a button {
    background-color: #8c1f00 !important;
    border-color: #660000 !important;
    color: #ffffff !important;
    padding: 10px;
    padding-left: 25px;
    padding-right: 25px;
    border: none;
}

.btn-secondary:hover,
button:hover,
.button:hover,
.pods-submit-button:hover {
    background-color: #aed1f3 !important;
    border-color: #3C90E2 !important;
    color: #0B2D4E !important;
    cursor: pointer;
}

/* Post Exceprt */
p.exceprt {
    padding: 0px;
    margin: 0px;
}

.readmore {
    text-align: right;
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
}

.bg-dark {
    background-color: #660000 !important;
}

.vc_row {
    margin-left: 0;
    margin-right: 0;
}


/* Breadcrumbs */
.breadcrumbs {
    background: none;
    border: none;
    display: block;
    margin-bottom: 15px;
    list-style: outside none none;
    margin-left: 0;
    overflow: hidden;
    padding: 0px;
}

.breadcrumbs>* a,
.breadcrumbs>* span {
    color: #660000;
    text-transform: uppercase;
}

.breadcrumbs a:hover {
    color: #0B2D4E !important;
}

.breadcrumbs i {
    color: #aed1f3;
}

.even {
    background: #E8E8E8;
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid #f6f6f6;
    border-radius: 0.25rem;
    margin-bottom: 24px;
    -webkit-box-shadow: 0 0.75rem 1.5rem rgb(18 38 63 / 3%);
    box-shadow: 0 0.75rem 1.5rem rgb(18 38 63 / 3%);
}
.loader {
    background-color: #e5eff1;
    background-image: url('/wp-content/themes/mrda/images/loader.gif');
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.9;
    position: fixed;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    z-index: 999999;
    display: none;
}
/* Header Styles Below
============================================*/
.header-container {
    background: #ffffff;
}

.header-container .logo {
    padding-top: 15px;
    padding-bottom: 15px;
}

.header-container .logo img {
    max-width: 60%;
}

.dropbtn {
    background-color: #ffffff;
    color: #660000;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    font-weight: 100;
    border: 1px solid #acacac;
    border-radius: 10px;
    cursor: pointer;
    margin: 16px 0 0 0;

}

.dropbtn:hover,
.dropbtn:focus {
    background-color: #660000;
    color: #ffffff;
}

.team-dropdown {
    margin-top: 30px;
    position: relative;
    display: inline-block;
    z-index: 9999;
    float: right;
}

.team-dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 300px;
    height: 300px;
    overflow-y: scroll;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    border: 2px solid #660000;
}

.team-dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.team-dropdown-content a:hover {
    background-color: #f1f1f1
}

.show {
    display: block;
}

.navbar-brand {
    display: none;
}

.navbar-dark .navbar-nav .nav-link {
    color: #ffffff;
}

.navbar-dark .navbar-nav .dropdown-menu .nav-link:focus,
.navbar-dark .navbar-nav .dropdown-menu .nav-link:hover {

    color: #ffffff !important;
    text-decoration: none;
    background-color: #660000 !important;

}

@media only screen and (max-width: 991px) {
    .team-select {
        display: none;
    }

    .logo {
        text-align: center;
    }

    .header-container .logo img {
        max-width: 40%;
    }
}

@media only screen and (max-width: 767px) {
    .header-container .logo img {
        max-width: 60%;
    }
}


/* User Activity Page Styles Below
============================================*/
.page-template-user-activity-page .mrda_central_left h5 {
    font-size: 26px;
    font-weight: bold;
}

.page-template-user-activity-page .mrda_central_left li {
    list-style: none;
    margin-bottom: 20px;
}

.page-template-user-activity-page .mrda_central_left li {
    list-style: none;
    margin-bottom: 20px;
    padding: 20px;
}

.page-template-user-activity-page .mrda_central_left li {
    background: rgba(0, 0, 0, 0.2);
}

.page-template-user-activity-page .mrda_central_left li li {
    list-style: none;
    margin-bottom: 20px;
    padding: unset;
    background: unset;
}

.page-template-user-activity-page .mrda_central_left li.good {
    background: rgba(0, 255, 0, 0.2);
}

.page-template-user-activity-page .mrda_central_left li.bad {
    background: rgba(255, 0, 0, 0.2);
}

.page-template-user-activity-page .mrda_central_left i {
    font-size: 40px;
    margin-left: 20px;
    float: right;
}

.page-template-user-activity-page .mrda_central_left li.good i {
    color: green;
}

.page-template-user-activity-page .mrda_central_left li.bad i {
    color: red;
}

/* Home Page Styles Below
============================================*/
.home .entry-header {
    display: none;
}

.featured-posts ul {
    margin: 0px;
    margin-top: 50px;
    padding: 0px;
}

.featured-posts li {
    list-style: none;
    float: left;
    width: 30.5%;
    background: #ffffff;
    border-bottom: 10px solid #660000
}

.featured-post-1,
.featured-post-2 {
    margin-right: 4%;
}

.featured-posts .post-image {
    float: left;
    width: 100%;
}

.featured-posts .post-info {
    float: left;
    width: 100%;
}

.featured-posts .post-content {
    padding: 15px;
    float: left;
    width: 100%;
}

.featured-posts h2 {
    font-size: 20px;
    color: #660000;
    font-weight: bold;
    line-height: 22px;
    padding: 0px;
    margin: 0px;
    height: 50px;
    overflow: hidden;
}

.featured-posts .exceprt {
    color: #363636;
    text-decoration: none;
    font-size: 18px;
    line-height: 20px;
    min-height: 230px;
}

.date-category {
    font-size: 16px;
    color: #898989;
}

.home-content {
    margin-top: 50px !important;
}

.mrda-tv {
    margin-top: 30px;
}

.mrda-tv img {
    width: 100%;
    height: auto;
    padding: 20px;
}

@media only screen and (max-width: 940px) {
    .featured-posts ul {
        margin: 0px;
        padding: 0px;
    }

    .featured-posts li {
        width: 96%;
        border-bottom: 10px solid #660000;
        text-align: center;
        margin: 20px auto 0;
        float: none;
        overflow: hidden;
        background: #FAFAFA;
    }

    .featured-posts .exceprt {
        min-height: inherit;
        margin-bottom: 20px;
    }

    .featured-posts h2 {
        height: auto;
        overflow: inherit;
    }

}

/* MRDA Central Page
============================================*/
.welcome {
    background: #eeeeee;
    padding: 20px;
    border: 1px solid #dcdcdc;
}

.welcome h5,
.mrda-links h5 {
    padding-bottom: 8px;
    border-bottom: 1px solid #dcdcdc;
    margin: 0;
}

.mrda-links {
    margin-top: 30px;
    background: #eeeeee;
    padding: 20px;
    border: 1px solid #dcdcdc;
}

.forum-button {
    margin-top: 20px;
    padding: 15px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

.forum-button:hover {
    text-decoration: none !important;
}


.announcements.cnc-error {
    width: 100% !important;
    max-width: 1100px !important;
    margin: 0 auto 0;

}

.announcements {
    background: #FF373B;
    padding: 20px;
    color: #ffffff;
    border: 3px solid red;
    margin-bottom: 20px;
}

.announcements a {
    color: #ffffff;
    text-decoration: underline;
}

.announcements ul {
    padding: 0px;
    margin: 0px;
}

.announcements li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.announcements .row {
    padding: 0px;
    margin: 0px;
}

.announcements .title {
    font-weight: bold;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.announcements.cnc-error .title {
    font-size: 24px !important;
}

.announcements.cnc-error {
    width: 1100px;
    margin: 0 auto 0;
}

@media only screen and (max-width: 1100px) {

    .mrda_central .large-4,
    .mrda_central .large-8 {
        width: 100%;
    }

    .breadcrumbs {
        margin: 0px;
    }

    .page-template-mrda-central-page #content {
        padding: 20px;
    }
}

.alt_hover a:hover {
    text-decoration: none !important;
    color: #404040 !important;
}

@media only screen and (max-width: 991px) {

    .mrda_central .col-8,
    .mrda_central .col-4 {
        max-width: 100% !important;
        width: 100% !important;
        min-width: 100%;
    }
}



/* Charter Roster Display 
============================================*/

.charter-roster {}

.charter-roster .charter h3 .eyebrow {
    font-size: 16px;
    font-style: italic;
    color: #363636;
}
.charter-roster .golive .btn {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.charter-roster .golive label {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0;
}
.charter-roster .golive i {
    position: relative;
    margin-left: -27px;
    margin-top: 10px;
}
.charter-roster .charter ul {
    margin: 0;
    margin-bottom: 25px;
    padding: 0;
}

.charter-roster .charter li {
    padding: 10px 5px;
    list-style: none;
    transition: all ease 500ms;
    cursor: pointer;
}
.charter-roster .charter .skater-label {
    font-weight: bold;
}

.charter-roster .charter li.hidden_row {
    display:none;
}
.charter-roster .charter li.even {
    background-color: #EBEBEB;
}

.charter-roster .charter li.has-skater:hover {
    background: rgba(255, 0, 0, 0.2)!important;
}

.charter-roster .charter .user,
.charter-roster .charter ul i {
    display:inline-block;
}
.charter-roster .charter .user {
    width: 95%;
}
.charter-roster .charter ul i {
    width: 5%;
    font-size: 30px;
    color: red;
    margin-top: -25px;
    vertical-align: middle;
}
.charter-roster .charter ul br {
    display: none;
}
.charter-roster .charter .button {
    text-align: right;
}


.charter-roster .pool ul {
    margin: 0;
    padding: 0;
    max-height: 400px;
    overflow: scroll;
    margin-bottom: 30px;
    border-bottom: 5px solid #f8f8fb;
}

.charter-roster .pool li {
    padding: 10px 5px;
    list-style: none;
    transition: all ease 500ms;
    cursor: pointer!important;
    border-bottom: 2px dashed #EBEBEB;
}
.charter-roster .pool li:hover {
    background: rgba(0, 255, 0, 0.2)!important;
}
.charter-roster .pool .user,
.charter-roster .pool i {
    display:inline-block;
}
.charter-roster .pool .user {
    width: 90%;
}
.charter-roster .pool i {
    width: 10%;
    font-size: 25px;
    color: green;
    margin-top: -25px;
    vertical-align: middle;
}



/* CNC Page Page
============================================*/
.cnc-signature label {
    float: left;
    min-width: 100%;
}

.cnc-signature .signature-box {
    min-width: 100%;
}

.cnc-signature p {
    font-weight: bold;
    color: #660000;
    margin-top: 35px;
}

.cnc-signature .button {
    float: left;
    color: #ffffff;
    padding: 10px;
    width: 100px;
    border: none;
    margin-top: 20px;
    margin-right: 15px;
    cursor: pointer;
}

@media only screen and (max-width: 1000px) {
    .cnc-signature .col {
        min-width: 100%;
    }
}

/* Game Schedule Page
============================================*/

.game_schedule .row {
    margin: 0px;
}

.game_schedule .event_header {
    background-color: #e7e7e7;
    border: 1px solid #d2d2d2;
    padding: 0px;
    padding-left: 10px;
    font-size: 20px;
    line-height: 46px;
    color: #454545;
    white-space: nowrap;
    font-weight: 700;
}

.game_schedule .vertical_space {
    margin-top: 20px;
}

.game_schedule .event_info {
    border: 1px solid #d2d2d2;
    border-top: none;
    padding: 10px;

}

/* Sanctioning Submission Page
============================================*/

.select-row {
    float: left;
    width: 88%;
    padding-top: 12px;
}

.button-row {
    float: left;
    margin-left: 2%;
    width: 10%;
}


/* Team Status Page 
============================================*/
.search_options .search_inner,
.search_options .submit {
    margin: 0px !important;
}

.skater_status_wrap {
    width: 100%;
}

.skater_stauts_skater {
    padding: 20px;
    margin-bottom: 20px !important;
}

.skater_status_wrap .row {
    margin: 0px;
    min-width: 100%;
}

.skater_stauts_skater.invalid {
    border-right: 20px solid red;
}

.skater_stauts_skater.valid {
    border-right: 20px solid green;
}

.skater_stauts_skater .name {
    border-bottom: 2px solid #660000;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

/* Leagues Master Page 
============================================*/
.list_top_nav {
    padding: 0px;
    margin: 0;
    float: left;
    min-width: 100%;
}

.leagues_table .row,
.leagues_table .columns {
    padding: 0px;
    margin: 0px;
}

.list_top_nav .showing {}

.list_top_nav .prev_next {
    text-align: right;
}

.list_top_nav h2,
.list_lower_nav h2 {
    display: none;
}

.list_lower_nav {
    margin-top: -15px;
    float: left;
}

.leagues_table ul {
    padding: 0px;
    padding-top: 10px;
    margin: 0px;
    float: left;
}

.leagues_table .row {
    padding: 0px;
    margin: 0px;
}

.leagues_table li {
    display: inline-block;
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin-bottom: 30px;
    width: 49%;
    background: #EBEBEB;
    min-height: 250px;
    max-height: 500px;
    float: left;
}

.leagues_table .even {
    margin-right: 2%;
}

.leagues_table .logo {
    width: 25%;
    float: left;
    text-align: center;
    padding: 10px;
    max-height: 148px;
}

.leagues_table .logo img {
    height: auto;
    max-height: 148px;
    width: auto;
}

.leagues_table .info {
    width: 75%;
    float: left;
    position: relative;
    padding: 15px;

}

.leagues_table h2 {
    font-size: 18px;
    padding: 0px;
    margin: 0px;
    padding-bottom: 10px;
    border-bottom: 2px solid #660000;
}

@media only screen and (max-width: 940px) {
    .leagues_table li {
        margin-bottom: 20px;
        width: 100%;
        min-height: auto;
        max-height: auto;
    }

    .leagues_table .even {
        margin-right: 0px;
    }

    .list_top_nav .prev_next {
        display: none;
    }
}


/* Team Page 
============================================*/
.team_page {
    padding: 20px;
    padding-top: 0px;
}

.team_header {
    margin-top: 30px;
}

.team_header h1 {
    margin-bottom: 10px;
}

.team_header .logo {
    float: left;
    width: 15%;
    margin-right: 2%;
}

.team_header .title {
    float: left;
    width: 83%;
}

.team_header .icons {
    margin: 0px;
    padding: 0px;
    height: 35px;
}

.team_header .icons .columns {
    line-height: 35px;
    min-height: 40px;
    margin-bottom: 10px;
}

.team_header .location {
    background: url(images/icon_location.png) top left no-repeat;
    padding-left: 40px;
}

.team_header .joined {
    background: url(images/icon_date.png) top left no-repeat;
    padding-left: 40px;
}

.team_header .acronym {
    background: url(images/icon_acronym.png) top left no-repeat;
    padding-left: 40px;
}

.team_header .president {
    background: url(images/icon_president.png) top left no-repeat;
    padding-left: 40px;
}

@media only screen and (max-width: 767px) {

    .team_header .row,
    .team_header .col {
        min-width: 100%;
        max-width: 100%;
        height: auto !important;
    }

    .team_information .row,
    .team_information .col {
        min-width: 100%;
        max-width: 100%;
        padding: 0px !important;
        margin: 0px !important;
    }
}

/* Compliance Dashboard Page
============================================*/
.compliance-row {
    margin-bottom: 100px;
    border: 3px solid #000000;
}

.compliance-row .table {
    margin: 0;
}

.compliance-row .league-name {
    background: #eeeeee;
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
    color: #0000000;
    min-width: 100%;
}

/* Recognized Officials Page
============================================*/

.recognized_officials_table .row {
    margin: 0px;
    padding: 0px;
}

.recognized_officials_table ul {
    padding: 0px;
    margin: 0px;
}

.recognized_officials_table li {
    margin: 0px;
    padding: 20px;
    list-style: none;
    width: 100%;
}


.recognized_officials_table .small-3 {
    position: relative;
    width: 10%;
}

.recognized_officials_table .small-9 {
    position: relative;
    width: 90%;
}

.recognized_officials_table .derby_name {
    border-bottom: 2px solid #660000;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.recognized_officials_table .key {
    border: 1px solid #cccccc;
    padding: 10px;
}

.recognized_officials_table .key .title {
    font-size: 18px;
    font-weight: bold;
    margin: 0px;
    margin-bottom: 10px;
    padding: 0px;
}

.recognized_officials_table .key li {
    border-top: 1px solid #E1E1E1;
    border-bottom: 1px solid #E1E1E1;
    border-left: 1px solid #E1E1E1;
    margin: 0 20px 10px 0;
    display: inline-block;
    float: left;
    width: auto;
    padding: 10px;
}

.australia {
    border-right: 10px solid #DC0037;
}

.canada {
    border-right: 10px solid #D900CC;
}

.europe {
    border-right: 10px solid #0BAE00;
}

.us-north-central {
    border-right: 10px solid #5800E8;
}

.us-south-central {
    border-right: 10px solid #9600C6;
}

.us-northeast {
    border-right: 10px solid #00988B;
}

.us-northwest {
    border-right: 10px solid #FFE900;
}

.us-southeast {
    border-right: 10px solid #C37700;
}

.us-southwest {
    border-right: 10px solid #EF7100;
}

/* Team Page 
============================================*/
.team_page {
    padding: 20px;
    padding-top: 0px;
}

.team_header h1 {
    margin-bottom: 10px;
}

.team_header .logo {
    float: left;
    width: 15%;
    margin-right: 2%;
}

.team_header .title {
    float: left;
    width: 83%;
}

.team_header .icons {
    margin: 0px;
    padding: 0px;
}

.team_header .icons .columns {
    line-height: 35px;
    min-height: 40px;
    margin-bottom: 10px;
}

.team_header .location {
    background: url(images/icon_location.png) top left no-repeat;
    padding-left: 40px;
}

.team_header .joined {
    background: url(images/icon_date.png) top left no-repeat;
    padding-left: 40px;
}

.team_header .acronym {
    background: url(images/icon_acronym.png) top left no-repeat;
    padding-left: 40px;
}

.team_header .president {
    background: url(images/icon_president.png) top left no-repeat;
    padding-left: 40px;
}

/* Left Side / Tabs */
.team_page .section-container.tabs>section>.content,
.team_page .section-container.tabs>.section>.content {
    background-color: #fff;
    margin: 0;
    padding: 20px;
    overflow: hidden;
}

.team_page .team_information {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 2px solid #660000;
}

.team_page .left_column {
    margin: 0px;
    padding: 0px;
    padding-right: 20px;
}

.left_column h2 {
    padding: 0px;
    border-bottom: 2px solid #660000;
    min-width: 100%;
}

.team_information .public_information,
.team_information .address,
.team_information .marketing,
.team_information .team_contact_information {
    width: 100%;
    margin: 0px;
    padding: 0px;
    padding-top: 20px;
    text-align: left;
}

.team_colors li {
    float: left;
    border: 2px solid #660000;
    padding-top: 100px;
}

.team_information .color_box {
    width: 100px;
    height: 100px;
    margin-top: -100px;
}

.team_information .marketing .row {
    margin: 0 0 20px 0;
}

ul.team_colors {
    float: left;
    margin: 0;
    padding: 0;
}

.team_colors li {
    width: inherit;
    list-style: none;
    float: left;
    margin-right: 1%;
}

.team_colors p {
    text-align: center;
    padding-bottom: 0px;
    margin: 0px;
}

.jersey_list li {
    list-style: none;
    display: inline-block;
    width: 24%;
    margin-right: 1%;
}

.jersey_list img {
    height: auto;
    width: 100%;
}

.team_contact_information ul {
    padding: 15px;
    margin: 0px;
}

.team_contact_information li {
    list-style: none;
    padding: 0px;
    margin: 0px;
    margin-bottom: 20px;
}

.team_contact_information .header {
    background: #ECECEC;
}

.team_contact_information h4 {
    padding: 10px;
    margin: 0px;
    font-size: 18px;
    line-height: 18px;
    color: #660000;
}

.team_contact_information .photo {}

.team_contact_information .details {}

@media only screen and (max-width: 55em) {}


/* Refinment Styles
============================================*/
.refinement-box {
    background: #eeeeee;
    padding: 20px;
    border: 1px solid #dcdcdc;
}

.refinement-box label {
    min-width: 100%;
}

.refinement-buttons {
    margin-top: 20px;
    text-align: right;
}

.status-grid {
    margin-top: 40px;
}


/* Footer Styles Below
============================================*/
#wrapper-footer {
    background: #660000;
    padding: 20px;
}

#wrapper-footer .footer-logo {
    text-align: center;
    background: url(images/background_footer_header.png)
}

#wrapper-footer .footer-logo img {
    margin: 0 auto 0;
}

#wrapper-footer .footer-logo .border {
    border: thin solid #660000;
    border-bottom: 2px solid #ffffff;
}

#wrapper-footer-columns {
    margin-top: 20px;
}

#wrapper-footer a {
    color: #ffffff;
    font-weight: 18px;
}

#wrapper-footer a:hover {
    text-decoration: none;
    color: #cccccc;
}

#wrapper-footer h4 {
    padding-top: 15px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    color: #ffffff;
}

#wrapper-footer .nav-columns {
    width: 23%;
    float: left;
    margin-right: 2%;
    min-height: 300px;
}

#wrapper-footer .nav-columns ul {
    padding: 0px;
    margin: 0px;
}

#wrapper-footer .nav-columns li {
    list-style: none;
    padding: 0px;
    margin: 0px;
    line-height: 30px;
}

#wrapper-footer .column-5 {
    margin-right: 0px;
}

#wrapper-footer .column-1 li {
    line-height: 60px;
    color: #ffffff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
}

#wrapper-footer .column-1 img {
    width: 40px;
    margin-right: 20px;
}

.legal {
    margin-top: 40px;
    color: #ffffff;
}

.legal p {
    font-size: 14px;
}

.contact {
    text-align: right;
}

@media only screen and (max-width: 940px) {
    #wrapper-footer .nav-columns {
        width: 96%;
        float: left;
        min-height: inherit;
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 2px solid #ffffff;
    }

    #wrapper-footer h4 {
        text-align: center;
        padding: 0px;
        margin: 0px;
    }

    #wrapper-footer .nav-columns li {
        width: 100%;
        text-align: center;
        padding: 0px;
        margin: 0px;

    }

    #wrapper-footer .nav-columns ul {
        padding: 0px;
        margin: 0px;
    }

    .copyright,
    .contact {
        min-width: 100%;
        text-align: center;
    }
}

/*
 * Additions by Wolf (MRD)
 * Date: Jan 14 2019
 * Purpose: Fluid/responsive table for the sanctioning page
 */

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.margin-top-5 {
    margin-top: 5px !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-top-15 {
    margin-top: 15px !important;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-top-25 {
    margin-top: 25px !important;
}

.width-25 {
    width: 25px !important;
}

.width-50 {
    width: 50px !important;
}

.width-75 {
    width: 75px !important;
}

.width-100 {
    width: 100px !important;
}

.width-125 {
    width: 125px !important;
}

.width-150 {
    width: 150px !important;
}

.width-175 {
    width: 175px !important;
}

.width-200 {
    width: 200px !important;
}

.width-1-p {
    width: 1%
}

.width-5-p {
    width: 5%;
}

.width-10-p {
    width: 10%;
}

.width-14-p {
    width: 14%;
}

.width-15-p {
    width: 15%;
}

.width-20-p {
    width: 20%;
}

.width-25-p {
    width: 25%;
}

.width-30-p {
    width: 30%;
}

.width-35-p {
    width: 35%;
}

.width-40-p {
    width: 40%;
}

.width-45-p {
    width: 45%;
}

.width-50-p {
    width: 50%;
}

.width-100-p {
    width: 100%;
}

.stpend {
    background-color: #ff0000;
    width: 1%;
}

.stappr {
    background-color: #00ff00;
    width: 1%;
}

.padding-right-5 {
    padding-right: 5px !important;
}

.padding-right-10 {
    padding-right: 10px !important;
}

.padding-right-15 {
    padding-right: 15px !important;
}

.padding-right-20 {
    padding-right: 20px !important;
}

.padding-right-25 {
    padding-right: 25px !important;
}

.width-25 {
    padding-right: 5px !important;
}

.width-50 {
    padding-right: 10px !important;
}

.width-75 {
    padding-right: 15px !important;
}

.width-100 {
    padding-right: 20px !important;
}

table.sanctioning-table {
    width: 100%;
    border-collapse: collapse;
    word-wrap: break-word;
}

.sanctioning-table tr:nth-of-type(odd) {
    background-color: #eee;
}

.sanctioning-table thead tr td {
    background-color: #aed1f3 !important;
    color: white;
    font-weight: bold;
}

.sanctioning-table td,
.sanctioning-table th {
    padding: 6px;
    border: 1px solid #ccc;
    text-align: left;
}

.sanctioning-table tr th {
    background-color: #660000 !important;
    color: #fff !important;
}

.sanctioning-table tr td {
    vertical-align: top;
}

.sanctioning-table tr:hover {
    background-color: #660000 !important;
    color: #fff !important;
}

.sanctioning-table tr:hover a,
.santcioning-table tr:hover a:link {
    color: #fff !important;
}

@media only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px) {

    .sanctioning-table table,
    .sanctioning-table thead,
    .sanctioning-table th,
    .sanctioning-table tr,
    .sanctioning-table td {
        display: block;
    }

    .sanctioning-table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .sanctioning-table tr {
        border: 1px solid #ccc;
    }

    .sanctioning-table td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
    }

    .sanctioning-table td {
        padding-left: 50%;
    }

    .sanctioning-table td:before {
        position: absolute;
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        font-weight: bold;
    }

    .sanctioning-table td:nth-of-type(1):before {
        content: "Home Team";
    }

    .sanctioning-table td:nth-of-type(2):before {
        content: "Away Team";
    }

    .sanctioning-table td:nth-of-type(3):before {
        content: "Date";
    }

    .sanctioning-table td:nth-of-type(4):before {
        content: "Reps";
    }

    .sanctioning-table td:nth-of-type(5):before {
        content: "Venue";
    }

    .sanctioning-table td:nth-of-type(6):before {
        content: "Manage";
    }
}

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
    table.sanctioning-table tbody td {
        border: 0 !important;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
    table.sanctioning-table {
        table-layout: fixed;
    }

    table.sanctioning-table tbody td {
        border: 0 !important;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
    table.sanctioning-table {
        table-layout: auto;
    }

    table.sanctioning-table tbody td {
        border: 1px solid #ccc !important;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
    table.sanctioning-table {
        table-layout: auto;
    }

    table.sanctioning-table tbody td {
        border: 1px solid #ccc !important;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {}