﻿:root {
    /*colors*/
    --dark-blue: #003764;
    --light-blue: #054981;
    --gray: #95A1AB;
    --light-gray: #e6e9eb;
    --link-gray: #85898c;
    --black: #19222F;
    --offwhite: #F8F8F8;
    --focus-blue: #356dff;
    --danger: #dc3545;
    --admin-green: #386e3b;
    --admin-green-focus: #4caf50;
    --surface-brand-highlight: #024175;
    /*font families*/
    --font-bentonsans: 'bentonsans';
    --font-nimbus: nimbus-sans, sans-serif;
}

/* Bootstrap 3 compatible spinner */
.spinner {
    width: 70px;
    height: 70px;
    border: 8px solid #f3f3f3; 
    border-top: 8px solid #337ab7; 
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Background Colors */
.bg-admin-green {
    background-color: var(--admin-green) !important;
}


/* Admin Button */

.btn-admin {
    background-color: #386e3b !important;
    text-transform: uppercase;
    border-radius: 0;
    letter-spacing: .02em;
    display: inline-block;
    color: white !important;
    padding: .5em;
}

.btn-admin:hover {
    background-color: #386e3b !important;
    color: white !important;
}

@font-face {
    font-family: ProfileRegular;
    src: url('https://www.perfectgame.org/css/fonts/bebasneueregular.ttf') format('truetype');
}

@font-face {
    font-family: ProfileBolder;
    src: url('https://www.perfectgame.org/css/fonts/bebasneuebold.ttf') format('truetype');
}

@font-face {
    font-family: 'bentonsans';
    src: url('https://www.perfectgame.org/css/fonts/BentonSansStdCompressedBlack/font.woff2') format('woff2'), url('https://www.perfectgame.org/css/fonts/BentonSansStdCompressedBlack/font.woff') format('woff');
}

.font-nimbus {
    font-family: nimbus-sans, sans-serif !important;
}

.unselectable {
    user-select: none; /* Standard syntax */
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
}

.nimbus-no-lineHeight {
    font-family: nimbus-sans, sans-serif !important;
}

.font-bentonsans {
    font-family: 'bentonsans' !important;
}

.uppercase {
    text-transform: uppercase;
}

.wrap-long-text {
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-all;
    white-space: normal;
}

/* Rounded Buttons */
.btn-pill-primary {
    display: inline-flex;
    box-sizing: border-box !important;
    min-width: 80px !important;
    padding: 4px 12px !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 8px !important;
    border-radius: var(--radius-full, 360px) !important;
    border: 1px solid var(--dark-blue) !important;
    background-color: var(--dark-blue) !important;
    color: white !important;
    font-family: var(--font-nimbus) !important;
    white-space: nowrap !important;
}

.btn-pill-primary-sm {
    display: inline-flex;
    box-sizing: border-box !important;
    min-width: 80px !important;
    padding: 4px 12px !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 8px !important;
    border-radius: var(--radius-full, 360px) !important;
    border: 1px solid var(--dark-blue) !important;
    background-color: var(--dark-blue) !important;
    color: white !important;
    font-size: 12px !important;
    font-family: var(--font-nimbus) !important;
    white-space: nowrap !important;
}

.btn-pill-secondary {
    display: inline-flex;
    box-sizing: border-box !important;
    min-width: 80px !important;
    padding: 4px 12px !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 8px !important;
    border-radius: var(--radius-full, 360px) !important;
    border: 1px solid var(--black) !important;
    background-color: white !important;
    color: var(--black) !important;
    font-family: var(--font-nimbus) !important;
    white-space: nowrap !important;
}

.btn-pill-secondary-sm {
    display: inline-flex;
    box-sizing: border-box !important;
    min-width: 80px !important;
    padding: 4px 12px !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 8px !important;
    border-radius: var(--radius-full, 360px) !important;
    border: 1px solid var(--black) !important;
    background-color: white !important;
    color: var(--black) !important;
    font-size: 12px !important;
    font-family: var(--font-nimbus) !important;
    white-space: nowrap !important;
}

.btn-pill-primary-highlight {
    display: inline-flex;
    box-sizing: border-box !important;
    min-width: 80px !important;
    padding: 3px 8px !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 8px !important;
    border-radius: var(--radius-full, 360px) !important;
    border: 1px solid var(--surface-brand-highlight) !important;
    background-color: var(--surface-brand-highlight) !important;
    color: white !important;
    font-size: 14px !important;
    font-family: var(--font-nimbus) !important;
    white-space: nowrap !important;
}

.btn-pill-primary-lighlight-sm {
    display: inline-flex;
    box-sizing: border-box !important;
    min-width: 80px !important;
    padding: 3px 8px !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 8px !important;
    border-radius: var(--radius-full, 360px) !important;
    border: 1px solid var(--surface-brand-highlight) !important;
    background-color: var(--surface-brand-highlight) !important;
    color: white !important;
    font-size: 12px !important;
    font-family: var(--font-nimbus) !important;
    white-space: nowrap !important;
}

.btn-outline-primary-rounded {
    background-color: #003764;
    font-family: "bentonsans" !important;
    text-transform: uppercase !important;
    letter-spacing: .02em;
    display: inline-block !important;
    color: white;
    display: flex;
    gap: 10px;
    border-radius: 30px;
    padding: 3px 24px !important;
    transition: background-color 0.1s ease-in, color 0.1s ease-in;
    font-size:16px !important;
}

    .btn-outline-primary-rounded:hover {
        background-color: #356dff !important;
        color: white !important;
    }

.btn-outline-rounded {
    font-family: "bentonsans" !important;
    text-transform: uppercase !important;
    letter-spacing: .02em;
    display: inline-block !important;
    color: #003764;
    display: flex;
    gap: 10px;
    border-radius: 30px;
    padding: 3px 24px !important;
    transition: background-color 0.1s ease-in, color 0.1s ease-in;
    font-size: 18px !important;
}


.button-rounded {
    border-radius: 30px;
    padding: 3px 24px !important;
}


.urlStyle {
    color: #0f2355 !important;
}

    .urlStyle a {
        color: #0f2355 !important;
    }

.pgButton {
    background-color: #005CB9;
    border: solid 1px #005CB9;
    padding: 10px;
    border-radius: 0px;
    color: white;
    font-size: 17px;
    font-family: countach, sans-serif;
    font-weight: 100;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
}

    .pgButton:hover {
        background-color: #508fcf;
        color: white;
    }

.WhiteButton {
    border-radius: 0px !important;
    margin-right: 3px !important;
    min-width: 155px !important;
    margin-top: 5px !important;
    padding-top: 13px !important;
    padding-top: 13px !important;
    color: #0f2355 !important;
    background-color: white !important;
    border-color: #0f2355 !important;
    border: solid 2px #0f2355 !important;
    -moz-transition: all .7s ease !important;
    -ms-transition: all .7s ease !important;
    -o-transition: all .7s ease !important;
    -webkit-transition: all .7s ease !important;
    transition: all .7s ease !important;
}

    .WhiteButton:hover {
        background: #0f2355 !important;
        color: white !important;
    }

.NavyButton {
    border-radius: 0px !important;
    margin-right: 3px !important;
    min-width: 155px !important;
    margin-top: 5px !important;
    padding-top: 13px !important;
    padding-top: 13px !important;
    color: White !important;
    background-color: #0f2355 !important;
    border-color: White !important;
    border: solid 2px White !important;
    -moz-transition: all .7s ease !important;
    -ms-transition: all .7s ease !important;
    -o-transition: all .7s ease !important;
    -webkit-transition: all .7s ease !important;
    transition: all .7s ease !important;
}

    .NavyButton:hover {
        background: White !important;
        color: #0f2355 !important;
    }

.ProgressPanel {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 120%;
    top: 0;
    margin-left: -15px;
    background-color: White;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
}

.articleimagezoom {
    transition: transform .4s;
}

    .articleimagezoom:hover {
        transform: scale(1.5);
    }

.HomePanels {
    background-color: #f5f5f5;
    display: block;
    overflow: hidden;
    padding: 20px;
    filter: drop-shadow(0px 10px 4px #aaaaaa);
}

.quicknumberbox {
    width: 200px;
    height: 170px;
    float: left;
}

@media only screen and (min-width : 1501px) and (max-width : 3000px) {
    .caroWrap {
        text-align: center;
        color: white;
        font-family: ProfileBolder;
    }

    .caroheadertextwrap {
        line-height: 70px;
    }

    .caroHeader {
        font-size: 95px;
        text-shadow: 10px 10px 16px #1a1a1a;
    }

    .caroLiner {
        font-size: 30px;
        text-shadow: 2px 4px 4px #1a1a1a;
    }

    .btnBetween {
        margin-left: 80px;
    }

    .HomeTitleHeader {
        font-size: 80px;
        color: #0f2355;
    }

    .ArticleBlock {
        width: 33%;
        float: left;
        padding: 20px;
        text-align: center;
    }

    .VideoBlock {
        width: 33%;
        float: left;
        padding: 20px;
        text-align: center;
    }

    .ArticleFont {
        color: #7c7c7c;
        font-size: 24px;
    }

    .GrayHeader {
        color: #7c7c7c;
        font-size: 20px;
    }

    .VideoFont {
        color: #7c7c7c;
        font-size: 30px;
    }

    .HomePanelHeader {
        font-size: 50px;
        color: #0f2355;
    }
    .HomePanelHeaderContainer {
        line-height: 36px;
    }

    .HomePanelLiner {
        font-size: 31px;
        color: #0f2355;
    }

    .PageHeaderNavy {
        font-size: 31px;
        color: #0f2355;
    }

    .HomePanelButtons {
        text-align: left;
        padding-left: 0px !important;
    }

    .AdBlock {
        width: 25%;
        float: left;
        padding: 1px;
        text-align: center;
    }

    .MenuSubtitleNew {
        font-size: 11px;
    }

    .largepglogo {
        max-height: 180px;
    }
}

@media only screen and (min-width : 1001px) and (max-width : 1500px) {
    .caroWrap {
        text-align: center;
        color: white;
        font-family: ProfileBolder;
    }

    .caroheadertextwrap {
        line-height: 30px;
    }

    .caroHeader {
        font-size: 55px;
        text-shadow: 10px 10px 16px #1a1a1a;
    }

    .caroLiner {
        font-size: 20px;
        text-shadow: 2px 4px 4px #1a1a1a;
    }

    .btnBetween {
        margin-left: 80px;
    }

    .HomeTitleHeader {
        font-size: 80px;
        color: #0f2355;
    }

    .ArticleBlock {
        width: 33%;
        float: left;
        padding: 20px;
        text-align: center;
    }

    .VideoBlock {
        width: 33%;
        float: left;
        padding: 20px;
        text-align: center;
    }

    .ArticleFont {
        color: #7c7c7c;
        font-size: 24px;
    }

    .GrayHeader {
        color: #7c7c7c;
        font-size: 20px;
    }

    .VideoFont {
        color: #7c7c7c;
        font-size: 30px;
    }

    .HomePanelHeader {
        font-size: 50px;
        color: #0f2355;
    }
    .HomePanelHeaderContainer {
        line-height: 36px;
    }

    .HomePanelLiner {
        font-size: 31px;
        color: #0f2355;
    }

    .PageHeaderNavy {
        font-size: 31px;
        color: #0f2355;
    }

    .HomePanelButtons {
        text-align: left;
        padding-left: 0px !important;
    }

    .AdBlock {
        width: 25%;
        float: left;
        padding: 1px;
        text-align: center;
    }

    .MenuSubtitleNew {
        font-size: 11px;
    }

    .largepglogo {
        max-height: 100px;
    }
}

@media only screen and (min-width : 501px) and (max-width : 1000px) {
    .caroWrap {
        text-align: center;
        color: white;
        font-family: ProfileBolder;
    }

    .caroheadertextwrap {
        line-height: 30px;
    }

    .caroHeader {
        font-size: 50px;
        text-shadow: 2px 4px 4px #1a1a1a;
    }

    .caroLiner {
        font-size: 20px;
        text-shadow: 2px 4px 4px #1a1a1a;
    }

    .btnBetween {
        margin-left: 70px;
    }

    .HomeTitleHeader {
        font-size: 50px;
        color: #0f2355;
    }

    .ArticleBlock {
        width: 50%;
        float: left;
        padding: 10px;
        text-align: center;
    }

    .VideoBlock {
        width: 33%;
        float: left;
        padding: 20px;
        text-align: center;
    }

    .ArticleFont {
        color: #7c7c7c;
        font-size: 20px;
    }

    .GrayHeader {
        color: #7c7c7c;
        font-size: 16px;
    }

    .VideoFont {
        color: #7c7c7c;
        font-size: 18px;
    }

    .HomePanelHeader {
        font-size: 30px;
        color: #0f2355;
    }
    .HomePanelHeaderContainer {
        line-height: 26px;
    }

    .HomePanelLiner {
        font-size: 20px;
        color: #0f2355;
    }

    .PageHeaderNavy {
        font-size: 24px;
        color: #0f2355;
    }

    .HomePanelButtons {
        text-align: center;
        padding-left: 0px;
    }

    .AdBlock {
        width: 50%;
        float: left;
        padding: 10px;
        text-align: center;
    }

    .MenuSubtitleNew {
        font-size: 9px;
    }

    .largepglogo {
        max-height: 100px;
    }
}

@media only screen and (min-width : 377px) and (max-width : 500px) {
    .caroWrap {
        text-align: center;
        color: white;
        font-family: ProfileBolder;
    }

    .caroHeader {
        font-size: 55px;
        text-shadow: 2px 4px 4px #1a1a1a;
    }

    .caroLiner {
        font-size: 25px;
        text-shadow: 2px 4px 4px #1a1a1a;
    }

    .btnBetween {
        margin-left: 40px;
    }

    .HomeTitleHeader {
        font-size: 30px;
        color: #0f2355;
    }

    .ArticleBlock {
        width: 100%;
        float: left;
        padding: 10px;
        text-align: center;
    }

    .VideoBlock {
        width: 100%;
        float: left;
        padding: 20px;
        text-align: center;
    }

    .ArticleFont {
        color: #7c7c7c;
        font-size: 20px;
    }

    .GrayHeader {
        color: #7c7c7c;
        font-size: 14px;
    }

    .VideoFont {
        color: #7c7c7c;
        font-size: 14px;
    }

    .HomePanelHeader {
        font-size: 30px;
        color: #0f2355;
    }
    .HomePanelHeaderContainer {
        line-height: 26px;
    }
    .HomePanelLiner {
        font-size: 15px;
        color: #0f2355;
    }

    .PageHeaderNavy {
        font-size: 20px;
        color: #0f2355;
    }

    .HomePanelButtons {
        text-align: center;
        padding-left: 0px;
    }

    .AdBlock {
        width: 100%;
        float: left;
        padding: 10px;
        text-align: center;
    }

    .quicknumberbox {
        width: 170px;
        height: 170px;
        float: left;
    }

    .MenuSubtitleNew {
        font-size: 9px;
    }

    .largepglogo {
        max-height: 150px;
    }
}

@media only screen and (max-width : 376px) {
    .caroWrap {
        text-align: center;
        color: white;
        font-family: ProfileBolder;
        margin-top: -20px;
    }

    .caroHeader {
        font-size: 45px;
        text-shadow: 2px 4px 4px #1a1a1a;
    }

    .caroLiner {
        font-size: 25px;
        text-shadow: 2px 4px 4px #1a1a1a;
    }

    .btnBetween {
        margin-left: 30px;
    }

    .HomeTitleHeader {
        font-size: 28px;
        color: #0f2355;
    }

    .ArticleBlock {
        width: 100%;
        float: left;
        padding: 10px;
        text-align: center;
    }

    .VideoBlock {
        width: 100%;
        float: left;
        padding: 20px;
        text-align: center;
    }

    .ArticleFont {
        color: #7c7c7c;
        font-size: 20px;
    }

    .GrayHeader {
        color: #7c7c7c;
        font-size: 14px;
    }

    .VideoFont {
        color: #7c7c7c;
        font-size: 15px;
    }

    .HomePanelHeader {
        font-size: 24px;
        color: #0f2355;
    }
    .HomePanelHeaderContainer {
        line-height: 24px;
    }
    .HomePanelLiner {
        font-size: 15px;
        color: #0f2355;
    }

    .PageHeaderNavy {
        font-size: 18px;
        color: #0f2355;
    }

    .HomePanelButtons {
        text-align: center;
        padding-left: 0px;
    }

    .AdBlock {
        width: 100%;
        float: left;
        padding: 10px;
        text-align: center;
    }

    .quicknumberbox {
        width: 150px;
        height: 170px;
        float: left;
    }

    .MenuSubtitleNew {
        font-size: 9px;
    }

    .largepglogo {
        max-height: 120px;
    }
}

.navygrid {
    width: 100%;
}

    .navygrid td {
        padding: 4px;
        border: 1px solid silver;
    }

    .navygrid th {
        background-color: #0f2355;
        padding: 10px;
        color: white;
        text-align: left;
        border: 1px solid silver;
    }

.navygrid_alt {
    background-color: #eeeeee;
}

.navygridnoborder {
    width: 100%;
}

    .navygridnoborder td {
        padding: 4px;
    }

    .navygridnoborder th {
        background-color: #0f2355;
        padding: 10px;
        color: white;
        text-align: left;
    }

.navygridnoborder_alt {
    background-color: #eeeeee;
}


.pagingnavy {
    font-size: 20px;
    margin-bottom: 20px;
    padding: 15px;
}

    .pagingnavy span {
        padding: 1px 5px;
        border: silver 1px solid;
        background-color: #0f2355;
        color: white;
    }

    .pagingnavy a,
    .pagingnavy a:visited {
        padding: 1px 5px;
        border: silver 1px solid;
        background-color: #e7e7e7;
        color: #7c7c7c;
    }

        .pagingnavy a:hover,
        .pagingnavy a:active {
            padding: 1px 5px;
            border: silver 1px solid;
            background-color: #ffffff;
            color: #7c7c7c;
        }


.PortalHeader {
    font-family: Countach;
    font-size: 45px;
    color: #0F2355;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .PortalHeader {
        font-size: 55px;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .PortalHeader {
        font-size: 65px;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .PortalHeader {
        font-size: 70px;
    }
}
