@charset "utf-8";
html {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    height: 100%;
    width: 100%;
    min-height: 100%;
    min-width: 100%;
    max-height: 100%;
    max-width: 100%;
}

body {
    padding-top: 65px;
    height: 100%;
    width: 100%;
    margin: 0;
    position: relative !important;
    overflow-y: scroll;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.84);
}

.black-text {
    color: black;
}

.brochure-cutoff-line {
    border: 0;
    border-top: 1px dashed #FF0000;
    margin: 10px 0px -10px 0px;
}

.clickable {
    cursor: pointer;
}

.editable-wrap {
    white-space: normal;
}

.editable-wrap .editable-input {
    overflow-y: auto;
}

.brochure-limited div:nth-child(n+6) {
    background-color: lightpink;
    color: black;
}

.brochure-limited {
    max-width: 790px;
    min-width: 305px;
    min-height: 140px;
    max-height: 240px;
    border: 1px dashed cyan;
    color: black;
    background: #EEEEEE;
    border-radius: 5px;
}

.default-page-background {
    background-image: url("/images/bg-evo.jpg");
    height: 100%;
    width: 100%;
    position: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    margin-top: -10px;
}

.login-page {
    /*
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    position: fixed !important;
    */
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    min-height: 100%;
    min-width: 100%;
    max-height: 100%;
    max-width: 100%;
    /*
    background-image: url("/images/bg-evo.jpg");
    background-attachment: fixed !important;
    background-repeat: no-repeat;
    */
    padding-top: 75px;
    background-position: left top;
}

.login-image {
    margin: 50px 0 50px;
    height: 150px;
    /* background-image: url('/images/NSR-login.jpg'); */
    background-image: url('/images/login-evo.png');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
}

.prospect-list-item {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 7px;
    border-bottom: 1px solid #eeeeee;
}

.prospect-list-positions,
.prospect-list-gradyear,
.prospect-list-location,
.prospect-list-name,
.prospect-list-label {
    font-weight: bold;
}

.prospect-list-name {
    font-size: large;
}

.prospect-list-label {
    font-size: small;
}

.axis-button {
    text-transform: uppercase;
    font-weight: bold;
}

.prospect-list-button {
    margin-bottom: 3px;
    margin-top: 3px;
    width: 12em;
}

.prospect-list-new-flag,
.prospect-list-updated-flag,
.prospect-list-committed-flag {
    font-weight: bold;
    padding-left: 1em;
    max-width: 15em;
    border-radius: 2px;
    margin-bottom: 3px;
}

.prospect-list-new-flag {
    background-color: #668ebb;
    box-shadow: -1px -1px 1px #a6b9d4;
}

.prospect-list-updated-flag {
    background-color: #5dbd5c;
    box-shadow: -1px -1px 1px #d4e8cf;
}

.prospect-list-committed-flag {
    background-color: #e0cbcd;
    box-shadow: -1px -1px 1px #ffebed;
}

.prospect-list-image-container {
    float: left;
    min-width: 100px;
    min-height: 100px;
    height: 100%;
    cursor: pointer;
    margin-right: 5px;
}

.prospect-list-image {
    max-width: 100px;
    max-height: 100px;
}

.prospect-search-form {
    margin: auto;
}

.end-of-results {
    font-style: italic;
    color: white;
    text-align: center;
}

.prospect-sort {
    color: white;
    font-size: large;
}

a.prospect-sort-link,
a:link.prospect-sort-link,
a:visited.prospect-sort-link {
    color: white;
    text-decoration: none;
}

a:hover.prospect-sort-link {
    color: #337ab7;
}

a.prospect-sort-link.active {
    color: #337ab7;
    text-decoration: underline;
}

.loading-image {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.clickable {
    cursor: pointer;
}

.video-link,
.prospect-detail-video-link {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-weight: bold;
    font-style: italic;
    overflow: visible;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 20px;
    padding-bottom: 20px;
    cursor: pointer;
    min-height: 100px;
    border: 1px solid white;
    background-color: #231f20;
    width: 50%;
    max-width: 250px;
    margin-top: 20px;
}

.video-image-default {
    margin-top: 7px;
    background-image: url("/images/control_play.png") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
}

.video-image-fill {
    background-size: cover;
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    max-width: 256px;
}

.modal-body-video {
    bottom: 2px;
    top: 65px;
    left: 0px;
    right: 0px;
    position: absolute;
    height: 485px;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0);
}

.video-loading-indicator {
    margin-left: auto;
    margin-right: auto;
    top: 65px;
    position: relative;
    display: block;
}

.image-select .modal-dialog,
.image-select .modal-content {
    width: 500px;
}

.image-upload .modal-dialog,
.image-upload .modal-content {
    width: 700px;
    height: 860px;
}

.video-edit .modal-dialog,
.video-edit .modal-content {
    width: 1050px;
}

.video-player .modal-dialog,
.video-player .modal-content {
    width: 100%;
    height: 100%;
    max-width: 640px;
    max-height: 355px;
    background-color: rgba(56, 117, 182, 0.25);
}

.modal-header {
    height: auto;
    background-image: linear-gradient(#336193, #21476d 60%, #1b3958);
}

.modal-content .image-uploader {
    overflow-y: auto;
    overflow-x: hidden;
    height: 785px;
    width: 100%;
}

.success-block {
    background-color: #005294;
    padding: 4px;
    margin-bottom: 4rem;
    border-radius: .25rem;
    display: flex;
    align-items: center;
    justify-content: start;
}

@media (min-width: 768px)
    .modal-dialog {
        width: 600px;
        margin: 90px auto;
        margin-top: 90px;
        margin-right: auto;
        margin-bottom: 90px;
        margin-left: auto;
        position: fixed !important;
    }

    .image-viewer-modal-header {
        height: 30px;
        width: 99.5vw;
        /*background-color : rgba(227, 227, 234, 0.75);*/
        background-image: linear-gradient(#336193, #21476d 60%, #1b3958);
    }

    .image-viewer-carousel,
    .image-viewer-image {
        height: 98vh;
    }

    .image-viewer .modal-dialog {
        width: 100vw;
        height: 100vh;
        margin: 0;
        padding: 0;
        /*background-color : rgba(56, 117, 182, 0.10);*/
        background-color: rgba(0, 0, 0, 0.85);
    }

    .image-viewer .modal-content {
        min-height: 100vh;
        height: auto;
        background-color: transparent;
    }

    .image-viewer-image {
        height: 95vh;
        margin-top: 10px;
    }

    .promotion-map-image-container {
        display: flex;
    }

    .promotion-map-image {
        margin-left: auto;
        margin-right: auto;
        height: 100%;
        width: 100%;
        max-width: 600px;
    }

    .step-image-container {
        display: flex;
        margin-bottom: 25px;
        margin-top: 25px;
    }

    .five-step-image,
    .thumbnail > img,
    .thumbnail a > img {
        width: 100%;
        height: 100%;
        max-width: 671px;
        max-height: 184px;
    }

    .four-step-image,
    .thumbnail > img,
    .thumbnail a > img {
        width: 100%;
        height: 100%;
        max-width: 506px;
        max-height: 184px;
    }

    .three-step-image,
    .thumbnail > img,
    .thumbnail a > img {
        width: 100%;
        height: 100%;
        max-width: 381px;
        max-height: 184px;
    }

    .selected-image {
        border: 5px solid white;
    }

    .select-image-container img {
        border: 5px solid black;
        display: inline-flex;
    }

    .anniversaryDateDisplay {
        margin-left: 20px;
    }

    .num-matching-prospects {
        color: white;
        float: right;
    }

    @font-face {
        font-family: VitesseBold;
        src: url("../fonts/Vitesse-Bold.ttf");
    }

    .prospect-detail-firstname,
    .prospect-detail-lastname,
    .prospect-detail-gradyear-positions,
    .prospect-detail-location-gpa,
    .prospect-detail-school {
        font-family: VitesseBold, sans-serif;
        text-shadow: 0.0125em 0.0125em 0.1em #333;
        vertical-align: baseline;
    }

    .prospect-detail-gradyear-positions {
        margin-top: 10px;
    }

    .prospect-detail-firstname,
    .prospect-detail-lastname {
        font-size: 4em;
        margin-bottom: 0;
        line-height: 1.0em;
    }

    .prospect-detail-stat-line {
        width: 100%;
        border-top: 1px solid white;
        clear: both;
    }

    .prospect-detail-stat-line-value,
    .prospect-detail-pre {
        white-space: pre-line;
    }

    .prospect-detail-pre {
        padding: 0 10px 10px 10px;
        max-height: 400px;
        overflow-y: auto;
    }

    .prospect-detail-stat-line-label {
        font-weight: bold;
        margin-bottom: 0px;
        width: 13em;
        float: left;
    }

    .prospect-detail-stat-line-value {
        /*margin-bottom: 0px;*/
    }

    .prospect-detail-stat-separator {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        color: white;
    }

    h2,
    h3 {
        font-family: VitesseBold, sans-serif;
        text-shadow: 0.0125em 0.0125em 0.1em #333;
        vertical-align: baseline;
    }

    a {
        color: white;
        cursor: pointer;
    }

    .prospect-detail-tabs {
        border: 3px solid #336193;
        margin-bottom: 25px;
    }

    .prospect-detail-tabs ul li a {
        font-weight: bold;
        text-transform: uppercase;
        padding: 10px 4px;
    }

    .prospect-detail-tabs ul .nav .nav-tabs {
        background-color: #336193;
    }

    .prospect-detail-tabs .nav-tabs li a {
        border-radius: 0;
    }

    .prospect-detail-tabs .tab-pane {
        background-color: rgba(0, 0, 0, 0.55) !important;
        min-height: 5em;
        padding: 1px 1px 1px 1px;
    }

    .prospect-detail-tabs .prospect-detail-stat-line-label,
    .prospect-detail-tabs .prospect-detail-stat-line-value {
        /*padding: 0px 3px 3px 3px;*/
    }

    .prospect-detail-tabs .nav-tabs a,
    .prospect-detail-tabs .nav-tabs a:hover {
        background-color: #336193;
        color: white;
        border: none;
        font-family: VitesseBold;
    }

    .prospect-detail-tabs .nav-tabs.nav-justified a,
    .prospect-detail-tabs .nav-tabs.nav-justified a:hover,
    .prospect-detail-tabs .nav-tabs.nav-justified a:focus {
        border: none;
    }

    .btn-primary {
        color: #ffffff;
        background-color: #092c62;
        border-color: #092c62;
        background-image: linear-gradient(#336193 60%, #092c62)
    }

    .btn-text {
        color: #ffffff;
    }

    .modal-content {
        background-color: #a0a1a5;
    }

    .modal-content .modal-body .ng-binding > span {
        font-weight: bold;
        font-size: 16pt;
    }

    .modal-content .modal-body .ng-binding > b {
        font-size: 16pt;
    }

    .prospect-detail-photo-video-tabs .tab-pane {
        overflow-y: auto;
        overflow-x: hidden;
        padding-left: 3px;
        padding-right: 3px;
    }

    .prospect-detail-thumbnail {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        cursor: pointer;
        margin-top: 20px;
        margin-bottom: 20px;
        min-height: 4em;
    }

    .prospect-detail-thumbnail img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .prospect-detail-download-pdf {
        cursor: pointer;
    }

    select.prospect-detail-sport-select,
    select.prospect-detail-position-select,
    select.prospect-detail-grad-yr-select {
        width: 150px !important;
        margin: 3px;
    }

    td.additional-positions-cell > span {
        vertical-align: top;
    }

    .prospect-detail-name-edit {
        width: 250px !important;
    }

    .edit-font-color,
    form.editable-form {
        color: #6bb9f9;
    }

    table > tbody > tr.licensee-table-row:nth-child(odd),
    table > tbody > tr.licensee-table-row:nth-child(odd) > td > span,
    table > tbody > tr.licensee-table-row:nth-child(odd) > td > a,
    table > tbody > tr.default-table-row:nth-child(odd),
    table > tbody > tr.default-table-row:nth-child(odd) > td > span,
    table > tbody > tr.default-table-row:nth-child(odd) > td > a {
        color: #20466B;
    }

    table > tbody > tr:nth-child(odd),
    table > tbody > tr:nth-child(odd) > td > span,
    table > tbody > tr:nth-child(odd) > td > a {
        color: #ffffff;
    }

    .table-striped > tbody > tr:nth-child(odd) > td,
    tr.found {
        /*background-color:#ADADAD;*/
        background-color: rgba(173, 173, 173, 0.5);
        filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#4cadadad', endColorstr='#4cadadad');
        /* IE */
    }

    .table-striped > tbody > tr:nth-child(odd) > td.loading,
    .table-striped > tbody > tr:nth-of-type(odd).loading {
        background-color: transparent;
    }

    .st-sort-ascent:before {
        content: '\25B2';
    }

    .st-sort-descent:before {
        content: '\25BC';
    }

    tr.status-update > a > span {
        color: #000000 !important;
    }

    .status-unsubmitted {
        background-color: #ffffff;
    }

    .status-unsubmitted > td > a {
        color: #000000 !important;
    }

    .status-proof {
        color: #ffffff;
        background-color: rgba(56, 117, 182, 0.45);
    }

    .status-update {
        color: #000000 !important;
        background-color: rgba(255, 255, 102, 0.45);
    }

    .status-new {
        color: #ffffff;
        background-color: rgba(0, 0, 0, 0.5);
    }

    .status-final {
        color: #000000;
        background-color: rgba(255, 255, 255, 0.5);
    }

    .status-unpaid {
        color: #ffffff;
        background-color: rgba(255, 0, 0, 0.5);
    }

    .status-included {
        background-color: rgba(0, 255, 51, 0.25);
    }

    .status-excluded {
        background-color: rgba(255, 0, 0, 0.25);
    }

    .status-committed {
        background-color: #00b17f;
    }

    .status-on-hold {
        background-color: #9370db;
    }

    .status-inactive {
        background-color: #ff8229;
    }

    .status-free-account {
        color: #ffffff;
        background-color: #6E260E;
    }

    .grid-text {
        color: #ffffff;
    }

    .payment-status-pending {
        color: #ffff00;
    }

    .payment-status-notpaid {
        color: #ffffff;
        background-color: rgba(255, 0, 0, 0.5);
    }

    .grid-text {
        color: #ffffff;
    }

    .select-page {
        width: 50px;
        text-align: center;
    }

    .pagination li a input {
        padding: 0;
        margin: -5px 0;
    }

    .badge {
        background-color: red;
    }

    .bg-black {
        /* background-color: black !important;*/
        background-color: rgba(0, 0, 0, 0.55) !important;
    }

    div.prospect-detail-personal-message.prospect-detail-pre.bg-black.well {
        padding-top: 0;
    }

    div.prospect-detail-personal-message.prospect-detail-pre.bg-black.well > span {
        border: none !important;
    }

    body > div > div > div > div > form > div.prospect-detail-gradyear-positions > span > div > select,
    body > div > div > div > div > form > div.prospect-detail-location-gpa.ng-binding > span.editable-wrap.editable-select.ng-scope > div > select,
    span.editable-wrap.editable-text.ng-scope > div > input {
        width: 275px;
    }

    .prospect-edit-personal-message-edit {
        width: 100% !important;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #prospect-form-edit-table > tbody > tr > td {
        vertical-align: top;
        padding: 5px;
    }

    .prospect-detail-thumbnail .badge,
    .prospect-detail-thumbnail .delete-image,
    .prospect-detail-thumbnail .set-headshot {
        position: absolute;
        left: 80%;
        color: white;
        border-bottom: none;
    }

    .prospect-detail-thumbnail .badge {
        top: 0;
    }

    .prospect-detail-thumbnail .delete-image {
        top: 1.7em;
    }

    .prospect-detail-thumbnail .set-headshot {
        top: 3em;
    }

    .prospect-detail-thumbnail .deleted-image-icon {
        font-size: 4em;
        color: red;
        position: absolute;
        width: 100%;
        top: 10%;
        text-align: center;
        border-bottom: none;
    }

    .image-upload-error {
        color: red;
        font-weight: bold;
    }

    .image-upload-ok {
        color: green;
    }

    .edit-form-top-margin {
        margin: -10px auto;
    }

    .navbar {
        background-image: -webkit-linear-gradient(#336193, #21476d 60%, #1b3958);
        background-image: linear-gradient(#336193, #21476d 60%, #1b3958);
        background-repeat: no-repeat;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff336193', endColorstr='#ff1b3958', GradientType=0);
        border-bottom: 1px solid #178acc;
        filter: none;
        -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
        box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    }

    .navbar .navbar-nav > li > a,
    .navbar-brand {
        text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    }

    .navbar-inverse {
        background-image: -webkit-linear-gradient(#04519b, #044687 60%, #033769);
        background-image: linear-gradient(#04519b, #044687 60%, #033769);
        background-repeat: no-repeat;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff04519b', endColorstr='#ff033769', GradientType=0);
        filter: none;
        border-bottom: 1px solid #022241;
    }

    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > .active > a:focus {
        color: #ffffff;
        background-color: #1b3958;
    }

    .inserted-text {
        color: #ffffff;
        background: #0B960B;
        text-decoration: underline;
        padding: 2px;
    }

    .deleted-text {
        color: #ffffff;
        background: #991D1D;
        text-decoration: line-through;
        padding: 2px;
    }

    h4 > button.btn > span {
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    }

    input[uploader='uploader'] {
        color: #000000;
    }

    .panel.photo-select-thumbnail {
        margin-bottom: 0 !important;
    }

    .panel.photo-select-thumbnail-title {
        height: 70px;
        width: 70px;
        padding: 0;
    }

    div.panel.panel-default.photo-select-thumbnail {
        margin-bottom: 2px;
    }

    .image-upload-section {
        margin-top: 10px;
    }

    div.container.image-uploader > div > div.col-md-10 > div > div.panel-body {
        padding: 5px 21px;
    }

    div.panel.panel-default.photo-select-thumbnail > div.panel-body {
        height: 75px;
        width: 65px;
        margin: auto auto;
        padding: 0;
    }

    .image-upload-thumbnail {
        height: 98%;
        width: 88%;
        max-height: 100%;
        max-width: 100%;
    }

    div.panel.panel-default.photo-select-thumbnail > div.panel-heading {
        margin: 0;
        padding: 2px;
        text-align: center;
    }

    .user-list .info {
        text-align: center;
    }

    .user-list-delete .header {
        text-align: center;
    }

    .user-list-delete .header h2 {
        margin-top: 0px;
    }

    .user-list-delete .delete-button {
        text-align: right;
    }

    .user-list-delete th label span {
        margin-left: 5px;
    }

    .user-edit-container {
        margin-bottom: 20px;
    }

    .user-edit-container h2,
    .user-edit-container h4,
    .user-edit-container .save-container {
        text-align: center;
    }

    .password-section-label {
        text-align: center;
        font-weight: bold;
    }

    .password-section-label .warning {
        color: yellow;
    }

    .password-section {
        border-top: 1px solid black;
        border-bottom: 1px solid black;
        padding: 10px;
        margin: 10px;
    }

    .masthead {
        width: 100%;
        margin: 0 0 25px 0;
        border: 1px solid #333333;
        background-image: url("/images/nsr-masthead.jpg");
    }

    .prospect-cutout-background {
        display: flex;
        flex-direction: row-reverse;
        margin-top: -25px;
    }

    .prospect-cutout-background img {
        display: block;
        margin-right: 0;
        margin-left: auto;
        max-width: 100%;
        height: auto;
        width: auto;
    }

    @media (min-width: 767px) {
        .prospect-cutout-background img {
            height: 600px;
        }
    }

    @media (max-width: 767px) {
        .prospect-cutout-background {
            display: block;
        }
    }

    .popover {
        color: #000000;
        font-family: VitesseBold, sans-serif;
    }

    .coach-header,
    .coach-subheader {
        /*color: #092c62;*/
        color: #ffffff;
        text-shadow: 0.0125em 0.0125em 0.1em #333;
        text-align: center;
        font-family: VitesseBold, sans-serif;
    }

    .coach-header {
        margin-top: 0 !important;
        margin-bottom: 5px !important;
    }

    .coach-subheader {
        margin-top: 0 !important;
        margin-bottom: 8px !important;
    }

    .coach-active-search {
        background-color: #336196;
        padding: 7px;
        border: 1px solid #178acc;
    }
    .close-video-player {
        float: right;
        font-size: 17px;
        font-weight: bold;
        line-height: 1;
        margin-top: 5px;
        color: #000;
        text-shadow: 0 1px 0 #fff;
        filter: alpha(opacity=20);
        opacity: .5;
    }

    @media (max-width: 650px){
        .mobile-video-spacing {
            margin-left: -10px;
            padding-bottom: 27px;
        }
    }

    @media (max-width: 650px) {
        .mobile-video-text-header {
            font-size: 15px;
        }
    }

    @media (min-width: 991px) {
        .hide-div-from-large-screen {
            display: none !important;
        }
    }

    @media (max-width: 990px) {
        .hide-div-from-small-screen {
            display: none !important;
        }
    }

    .evo-label,
    .coach-label {
        font-family: VitesseBold, sans-serif;
    }

    .new-prospect-search,
    .saved-prospect-search {
        margin-bottom: 20px;
        font-family: VitesseBold, sans-serif;
    }

    .new-prospect-search select,
    .saved-prospect-search select {
        text-align: center;
    }

    .stretch {
        width: 100% !important;
    }

    .prospect-box {
        border: 1px solid white;
        height: 215px;
        width: 400px;
        margin: 0 8px;
        background-color: black;
        font-family: VitesseBold, sans-serif;
    }

    .prospect-box img {
        display: inline-block;
        height: 100%;
        width: 50%;
        float: left;
    }

    .prospect-box .prospect-box-info {
        padding-top: 10%;
        display: inline-block;
        width: 50%;
        height: 100%;
        float: right;
        text-align: center;
    }

    .prospect-box .prospect-box-info .btn {
        color: #092c62;
    }

    .prospect-box p {
        color: #eee;
        margin: 0 0 6px;
    }

    .prospect-detail-admin-button {
        white-space: normal !important;
        word-wrap: break-word;
        width: 130px;
        margin-right: 3px;
    }

    .text-diff-unchanged,
    .text-diff-deleted {
        color: white;
    }

    .text-diff-changed {
        color: yellow;
    }

    .text-diff-new {
        color: green;
    }

    .alert-sm {
        padding: 5px;
        margin: 7px 2px 10px 2px;
        font-size: smaller;
        font-weight: bold;
    }

    .athletes-loading-wrapper {
        width: 130px;
        height: 250px;
        margin: 0 auto;
    }

    .carousel-wrapper {
        width: 93%;
    }

    @media (max-width: 992px) {
        body {
            max-width: 99%;
        }

        .navbar-header {
            float: none;
        }

        .navbar-left,
        .navbar-right {
            float: none !important;
        }

        .navbar-toggle {
            display: block;
        }

        .navbar-collapse {
            border-top: 1px solid transparent;
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
        }

        .navbar-fixed-top {
            top: 0;
            border-width: 0 0 1px;
        }

        .navbar-collapse.collapse {
            display: none !important;
        }

        .navbar-nav {
            float: none !important;
            margin-top: 7.5px;
        }

        .navbar-nav > li {
            float: none;
        }

        .navbar-nav > li > a {
            padding-top: 10px;
            padding-bottom: 10px;
        }

        .collapse.in {
            display: block !important;
        }
    }

    @media (max-width: 500px) {
        .container {
            padding-left: 8px;
            padding-right: 8px;
        }

        .masthead {
            height: 150px;
        }
    }

    @media (min-width: 1400px) {
        .container {
            width: 1300px;
        }
    }

    @font-face {
        font-family: 'slick';
        font-weight: normal;
        font-style: normal;
        src: url('../fonts/slick.ttf') format('truetype');
    }

    .slick-loading .slick-list {
        background: #fff url('../fonts/ajax-loader.gif') center center no-repeat;
    }

    .slick-initialized {
        visibility: visible;
    }

    .row {
        max-width: 100vw;
        padding-right: 25px;
    }

    .alert-info a {
        color: #3a87ad !important;
    }

    .datepicker,
    body > div > div > div > div.row > div.col-xs-12.col-sm-12.col-md-9.col-lg-9 > form > div > div > div > div > div > div > p > ul > li > div > table > thead > tr > th {
        color: #000000;
    }

    .athlete-image {
        margin: 2px 3px;
        height: 98%;
        width: 45%;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .athlete-carousel {
        /*background-color:rgba(0, 0, 0, 0.25) !important;*/
        /*background-image: #000000 url("/images/bg-blue.jpg") cover no-repeat;*/
        /*background-image: linear-gradient(#1b3958, #21476d 60%, #336193);*/
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0.65+1,0.16+7,0+51,0.26+93,0.65+99;BlackEndsOpaqueMiddle */
        /*background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 1%, rgba(0, 0, 0, 0.16) 7%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0.26) 93%, rgba(0, 0, 0, 0.65) 99%, rgba(0, 0, 0, 0.65) 100%);*/
        /* FF3.6+ */
        /*background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0.65)), color-stop(1%, rgba(0, 0, 0, 0.65)), color-stop(7%, rgba(0, 0, 0, 0.16)), color-stop(51%, rgba(0, 0, 0, 0)), color-stop(93%, rgba(0, 0, 0, 0.26)), color-stop(99%, rgba(0, 0, 0, 0.65)), color-stop(100%, rgba(0, 0, 0, 0.65)));*/
        /* Chrome,Safari4+ */
        /*background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 1%, rgba(0, 0, 0, 0.16) 7%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0.26) 93%, rgba(0, 0, 0, 0.65) 99%, rgba(0, 0, 0, 0.65) 100%);*/
        /* Chrome10+,Safari5.1+ */
        /*background: -o-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 1%, rgba(0, 0, 0, 0.16) 7%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0.26) 93%, rgba(0, 0, 0, 0.65) 99%, rgba(0, 0, 0, 0.65) 100%);*/
        /* Opera 11.10+ */
        /*background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 1%, rgba(0, 0, 0, 0.16) 7%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0.26) 93%, rgba(0, 0, 0, 0.65) 99%, rgba(0, 0, 0, 0.65) 100%);*/
        /* IE10+ */
        /*background: linear-gradient(to right, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 1%, rgba(0, 0, 0, 0.16) 7%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0.26) 93%, rgba(0, 0, 0, 0.65) 99%, rgba(0, 0, 0, 0.65) 100%);*/
        /* W3C */
        /*filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#a6000000', GradientType=1);*/
        /* IE6-9 */
    }

    .slick-dots {
        transform: translate3d(0, 0, 0);
    }

    .slick-prev,
    .slick-next {
        transform: translate3d(0, 0, 0) !important; /* fix for chrome not rendering */
        z-index: 999 !important;
        top: 30%;
        height: 100px;
        width: 30px;
        /* This override is necessary for firefox to work properly with pointer */
    }

    .slick-prev {
        left: -26px;
    }

    .slick-next {
        right: -26px;
    }

    .slick-prev:before,
    .slick-next:before {
        font-family: FontAwesome;
        font-size: 80px;
        line-height: 1;
        color: #FAFAFA;
        opacity: 0.55;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .slick-prev:before {
        content: "\f104";
    }

    [dir="rtl"] .slick-prev:before {
        content: "\f105";
    }

    [dir="rtl"] .slick-next {
        top: 70px;
        right: auto;
    }

    .slick-next:before {
        content: "\f105";
    }

    [dir="rtl"] .slick-next:before {
        content: "\f104";
    }

    .slick-dots li {
        position: relative;
        display: inline-block;
        height: 2px;
        width: 4px;
        margin: 0 5px 0 5px;
        padding: 0;
        cursor: pointer;
    }

    .slick-dots {
        position: absolute;
        bottom: -35px;
        list-style: none;
        display: block;
        text-align: center;
        padding: 0;
        width: 100%;
    }

    #coach-home {
        /*
        width:103%;
        overflow-x:hidden;
        padding: 3px;
        */
    }

    .warning-text {
        color: red;
        font-size: 150%;
    }

    .promo-container {
        position: relative;
        background-color: rgba(0, 0, 0, 0.2);
        margin-top: -20px;
        border-bottom: ridge #ccc;
        z-index: 99;
    }

    .password-container {
        position: relative;
        margin-top: 10px;
    }

    .promo-complete {
        background: url('/images/fa-check-circle-o.png') no-repeat;
        background-size: contain;
        background-position: 90%;
    }

    .promo-incomplete {
        background: url('/images/fa-times-circle-o.png') no-repeat;
        background-size: contain;
        background-position: 90%;
    }

    .promo-steps-image {
        margin: 0 auto;
    }

    .promo-school-container {
        height: 400px;
        max-height: 400px;
        width: 100%;
        margin: 10px 5px;
        overflow: hidden;
        display: inline-block;
        border-style: groove;
        border-width: 2px;
    }

    .promo-school-container.selected-schools {
        background-color: #efefef;
        color: #1D3C5D;
        border-color: rgba(0, 0, 0, 0.75);
    }

    .promo-school-container.available-schools {
        /*background-color: #272B2E;*/
        background-color: rgba(0, 0, 0, 0.25);
        color: #ffffff;
        border-color: rgba(0, 0, 0, 0.15);
    }

    .promo-school-container.selected-schools > div > h4 {
        font-family: VitesseBold, sans-serif;
        color: #1D3C5D;
    }

    h4.promo-school-container {
        font-family: VitesseBold, sans-serif;
    }

    div.promo-school-container > table > tbody > tr {
        color: #000000;
    }

    .vitesse-font, .promo-school-container {
        font-family: VitesseBold, sans-serif;
    }

    .nsr-promo-button {
        position: absolute;
        bottom: 5px;
    }

    .promo-display {
        min-height: 205px;
        width: 100%;
        display: block;
    }

    textarea.form-control {
        height: 300px;
    }

    @media screen and (min-width: 0px) and (max-width: 767px) {
        .mobile-hide {
            display: none;
        }

    }

    @media (min-width: 767px) and (max-width: 992px) {
        .row.vdivide [class*='col-'] {
            border: 1px solid #ccc;
        }

        .promo-container .container {
            margin-left: 20px;
        }
    }

    @media (min-width: 992px) {
        .row.vdivide {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
        }

        .row.vdivide [class*='col-']:not(:last-child):after {
            background: #ccc;
            width: 1px;
            content: "";
            display: block;
            position: absolute;
            top: 0;
            bottom: 0;
            right: 0;
            height: 235px;
        }

        .row.vdivide [class*='col-']:not(:last-child) {
            border-bottom: 1px solid #ccc;
        }
    }



    /* ----------- iPhone 4 and 4S ----------- */
    /* Portrait and Landscape */
    @media only screen
    and (min-device-width: 320px)
    and (max-device-width: 480px)
    and (-webkit-min-device-pixel-ratio: 2) {
    }

    /* Portrait */
    @media only screen
    and (min-device-width: 320px)
    and (max-device-width: 480px)
    and (-webkit-min-device-pixel-ratio: 2)
    and (orientation: portrait) {
        .athlete-carousel {
            margin-left: 10px;
        }

        .carousel-wrapper {
            width: 85%;
            margin-left: -15px;
        }

        .slick-prev {
            left: -21px;
        }

        .slick-prev:before,
        .slick-next:before {
            font-size: 65px;
        }

        .image-viewer-carousel,
        .image-viewer-image {
            height: 100vw;
        }

        .login-image {
            margin: 25px 0 10px;
        }
    }

    /* Landscape */
    @media only screen
    and (min-device-width: 320px)
    and (max-device-width: 480px)
    and (-webkit-min-device-pixel-ratio: 2)
    and (orientation: landscape) {
        .image-viewer-carousel,
        .image-viewer-image {
            height: 50vw;
        }

    }

    /* ----------- iPhone 5 and 5S ----------- */
    /* Portrait and Landscape */
    @media only screen
    and (min-device-width: 320px)
    and (max-device-width: 568px)
    and (-webkit-min-device-pixel-ratio: 2) {
    }

    /* Portrait */
    @media only screen
    and (min-device-width: 320px)
    and (max-device-width: 568px)
    and (-webkit-min-device-pixel-ratio: 2)
    and (orientation: portrait) {
        .image-viewer-carousel,
        .image-viewer-image {
            height: 100vw;
        }

        .login-image {
            margin: 25px 0 10px;
        }
    }

    /* Landscape */
    @media only screen
    and (min-device-width: 320px)
    and (max-device-width: 568px)
    and (-webkit-min-device-pixel-ratio: 2)
    and (orientation: landscape) {
        .image-viewer-carousel,
        .image-viewer-image {
            height: 50vw;
        }
    }

    /* ----------- iPhone 6 ----------- */
    /* Portrait and Landscape */
    @media only screen
    and (min-device-width: 375px)
    and (max-device-width: 667px)
    and (-webkit-min-device-pixel-ratio: 2) {
    }

    /* Portrait */
    @media only screen
    and (min-device-width: 375px)
    and (max-device-width: 667px)
    and (-webkit-min-device-pixel-ratio: 2)
    and (orientation: portrait) {
        .image-viewer-carousel,
        .image-viewer-image {
            height: 100vw;
        }

        .login-image {
            margin: 25px 0 25px;
        }
    }

    /* Landscape */
    @media only screen
    and (min-device-width: 375px)
    and (max-device-width: 667px)
    and (-webkit-min-device-pixel-ratio: 2)
    and (orientation: landscape) {
        .image-viewer-carousel,
        .image-viewer-image {
            height: 50vw;
        }
    }

    /* ----------- iPhone 6+ ----------- */
    /* Portrait and Landscape */
    @media only screen
    and (min-device-width: 414px)
    and (max-device-width: 736px)
    and (-webkit-min-device-pixel-ratio: 3) {
    }

    /* Portrait */
    @media only screen
    and (min-device-width: 414px)
    and (max-device-width: 736px)
    and (-webkit-min-device-pixel-ratio: 3)
    and (orientation: portrait) {
        .image-viewer-carousel,
        .image-viewer-image {
            height: 100vw;
        }

        .login-image {
            margin: 25px 0 25px;
        }

        .row {
            padding-left: 10px;
            padding-right: 15px;
        }
    }

    /* Landscape */
    @media only screen
    and (min-device-width: 414px)
    and (max-device-width: 736px)
    and (-webkit-min-device-pixel-ratio: 3)
    and (orientation: landscape) {
        .image-viewer-carousel,
        .image-viewer-image {
            height: 50vw;
        }
    }

    /* ----------- iPad mini ----------- */
    /* Portrait and Landscape */
    @media only screen
    and (min-device-width: 768px)
    and (max-device-width: 1024px)
    and (-webkit-min-device-pixel-ratio: 1) {
    }

    /* Portrait */
    @media only screen
    and (min-device-width: 768px)
    and (max-device-width: 1024px)
    and (orientation: portrait)
    and (-webkit-min-device-pixel-ratio: 1) {
        .image-viewer-carousel,
        .image-viewer-image {
            height: 100vw;
        }
    }

    /* Landscape */
    @media only screen
    and (min-device-width: 768px)
    and (max-device-width: 1024px)
    and (orientation: landscape)
    and (-webkit-min-device-pixel-ratio: 1) {
        .image-viewer-carousel,
        .image-viewer-image {
            height: 65vw;
        }
    }

    /* ----------- iPad 1 and 2 ----------- */
    /* Portrait and Landscape */
    @media only screen
    and (min-device-width: 768px)
    and (max-device-width: 1024px)
    and (-webkit-min-device-pixel-ratio: 1) {
    }

    /* Portrait */
    @media only screen
    and (min-device-width: 768px)
    and (max-device-width: 1024px)
    and (orientation: portrait)
    and (-webkit-min-device-pixel-ratio: 1) {
        .col-md-1,
        .col-md-2,
        .col-md-3,
        .col-md-4,
        .col-md-5,
        .col-md-6,
        .col-md-7,
        .col-md-8,
        .col-md-9,
        .col-md-10,
        .col-md-11,
        .col-md-12 {
            padding-left: 5px;
            padding-right: 5px;
        }

        .image-viewer-carousel,
        .image-viewer-image {
            height: 100vw;
        }
    }

    /* Landscape */
    @media only screen
    and (min-device-width: 768px)
    and (max-device-width: 1024px)
    and (orientation: landscape)
    and (-webkit-min-device-pixel-ratio: 1) {
        .col-md-1,
        .col-md-2,
        .col-md-3,
        .col-md-4,
        .col-md-5,
        .col-md-6,
        .col-md-7,
        .col-md-8,
        .col-md-9,
        .col-md-10,
        .col-md-11,
        .col-md-12 {
            padding-left: 5px;
            padding-right: 5px;
        }

        .athlete-image {
            margin-left: 7px;
        }

        .image-viewer-carousel,
        .image-viewer-image {
            height: 65vw;
        }
    }

    /* ----------- iPad 3 and 4 ----------- */
    /* Portrait and Landscape */
    @media only screen
    and (min-device-width: 768px)
    and (max-device-width: 1024px)
    and (-webkit-min-device-pixel-ratio: 2) {
    }

    /* Portrait */
    @media only screen
    and (min-device-width: 768px)
    and (max-device-width: 1024px)
    and (orientation: portrait)
    and (-webkit-min-device-pixel-ratio: 2) {
        .image-viewer-carousel,
        .image-viewer-image {
            height: 100vw;
        }
    }

    /* Landscape */
    @media only screen
    and (min-device-width: 768px)
    and (max-device-width: 1024px)
    and (orientation: landscape)
    and (-webkit-min-device-pixel-ratio: 2) {
        .image-viewer-carousel,
        .image-viewer-image {
            height: 65vw;
        }
    }

    .pre {
        white-space: pre-wrap;
        white-space: -moz-pre-wrap;
        /*white-space: -pre-wrap;*/
        white-space: -o-pre-wrap;
        word-wrap: break-word;
        line-height: 1.5;
        word-break: break-all;
        white-space: pre;
        white-space: pre \9; /* IE7+ */
        display: block;
    }
}
/* Formatting for sing_up */
.flex-container {
    display: flex;
}
.flex-child {
    flex: 1;
}
.flex-child:first-child {
    margin-right: 20px;
}

.passwords-mismatch-warning {
    color: red;
    float: right;
    font-weight: bold;
    margin-right: 2%;
}

.resend-email-invite-container {
    margin-top: 5%;
}

.required-field-label {
    float: right;
}

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

.margin-right-0 {
    margin-right: 0 !important;
}

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

.zero-margin-zero-padding {
    margin: 0;
    padding: 0;
}
.flex {
    display: flex;
}

.flex-row {
    flex-direction: row;
    margin-right: 20px;
    margin-bottom: 15px;
    flex-grow: 1;
}

.flex-col {
    flex-direction: column;
}

.items-centered {
    align-items: center;
}

.space-between {
    justify-content: space-between;
}

.w-full {
    width: 100%;
}

.text-bold {
    font-weight: bold;
}
