﻿@font-face {
    font-family: ProfileRegular;
    src: url('/Players/BebasNeueRegular.ttf') format('truetype');
}

@font-face {
    font-family: ProfileBolder;
    src: url('/Players/BebasNeueBold.ttf') format('truetype');
}
@font-face {
    font-family: 'United Sans Cond Bold';
    src: url('css/Fonts/United Sans Cond Bold.otf') format('opentype');
}
@font-face {
    font-family: 'United Sans Cond Heavy';
    src: url('css/Fonts/United Sans Cond Heavy.otf') format('opentype');
}
@font-face {
    font-family: 'United Sans Cond Light';
    src: url('css/Fonts/United Sans Cond Light.otf') format('opentype');
}
@font-face {
    font-family: 'United Sans Cond Medium';
    src: url('css/Fonts/United Sans Cond Medium.otf') format('opentype');
}
@font-face {
    font-family: 'United Sans Cond Stencil';
    src: url('css/Fonts/United Sans Cond Stencil.otf') format('opentype');
}
@font-face {
    font-family: 'United Sans Cond Thin';
    src: url('css/Fonts/United Sans Cond Thin.otf') format('opentype');
}
@font-face {
    font-family: 'United Sans SemiCond Black';
    src: url('css/Fonts/United Sans SemiCond Black.otf') format('opentype');
}
@font-face {
    font-family: 'United Sans SemiCond Bold';
    src: url('css/Fonts/United Sans SemiCond Bold.otf') format('opentype');
}
@font-face {
    font-family: 'United Sans SemiCond Heavy';
    src: url('css/Fonts/United Sans SemiCond Heavy.otf') format('opentype');
}
@font-face {
    font-family: 'United Sans SemiCond Light';
    src: url('css/Fonts/United Sans SemiCond Light.otf') format('opentype');
}
@font-face {
    font-family: 'United Sans SemiCond Medium';
    src: url('css/Fonts/United Sans SemiCond Medium.otf') format('opentype');
}
@font-face {
    font-family: 'United Sans SemiCond Thin';
    src: url('css/Fonts/United Sans SemiCond Thin.otf') format('opentype');
}
@font-face {
    font-family: 'United Sans SemiExt Bold';
    src: url('css/Fonts/United Sans SemiExt Bold.otf') format('opentype');
}
@font-face {
    font-family: 'United Sans SemiExt Heavy';
    src: url('css/Fonts/United Sans SemiExt Heavy.otf') format('opentype');
}
@font-face {
    font-family: 'United Sans SemiExt Light';
    src: url('css/Fonts/United Sans SemiExt Light.otf') format('opentype');
}
@font-face {
    font-family: 'United Sans SemiExt Medium';
    src: url('css/Fonts/United Sans SemiExt Medium.otf') format('opentype');
}
@font-face {
    font-family: 'United Sans SemiExt Stencil';
    src: url('css/Fonts/United Sans SemiExt Stencil.otf') format('opentype');
}
@font-face {
    font-family: 'United Sans SemiExt Thin';
    src: url('css/Fonts/United Sans SemiExt Thin.otf') format('opentype');
}
.urlStyle {
    color: #0f2355 !important;
}

    .urlStyle a {
        color: #0f2355 !important;
    }

.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;
    }

    .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;
    }

    .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;
    }

    .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;
    }

    /*.caroButtons {
        padding: 5px 10px;
        font-size: 18px;
    }*/

    .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;
    }

    .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;
    }

    /*.caroButtons {
        padding: 5px 10px;
        font-size:18px;
    }*/

    .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;
    }

    .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;
}
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* 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;
    }
}