﻿@font-face {
    font-family: ProfileRegular;
    src: url('../ttf/bebasneueregular-2.ttf') format('truetype');
}
@font-face {
    font-family: ProfileBolder;
    src: url('../ttf/bebasneuebold-2.ttf') format('truetype');
}
@font-face {
    font-family: 'United Sans Cond Bold';
    src: url('../otf/united%20sans%20cond%20bold.otf') format('opentype');
}
@font-face {
    font-family: 'United Sans Cond Heavy';
    src: url('../otf/united%20sans%20cond%20heavy.otf') format('opentype');
}
@font-face {
    font-family: 'United Sans Cond Light';
    src: url('../otf/united%20sans%20cond%20light.otf') format('opentype');
}
@font-face {
    font-family: 'United Sans Cond Medium';
    src: url('../otf/united%20sans%20cond%20medium.otf') format('opentype');
}
@font-face {
    font-family: 'United Sans Cond Stencil';
    src: url('../otf/united%20sans%20cond%20stencil.otf') format('opentype');
}
@font-face {
    font-family: 'United Sans Cond Thin';
    src: url('../otf/united%20sans%20cond%20thin.otf') format('opentype');
}
@font-face {
    font-family: 'United Sans SemiCond Black';
    src: url('../otf/united%20sans%20semicond%20black.otf') format('opentype');
}
@font-face {
    font-family: 'United Sans SemiCond Bold';
    src: url('../otf/united%20sans%20semicond%20bold.otf') format('opentype');
}
@font-face {
    font-family: 'United Sans SemiCond Heavy';
    src: url('../otf/united%20sans%20semicond%20heavy.otf') format('opentype');
}
@font-face {
    font-family: 'United Sans SemiCond Light';
    src: url('../otf/united%20sans%20semicond%20light.otf') format('opentype');
}
@font-face {
    font-family: 'United Sans SemiCond Medium';
    src: url('../otf/united%20sans%20semicond%20medium.otf') format('opentype');
}
@font-face {
    font-family: 'United Sans SemiCond Thin';
    src: url('../otf/united%20sans%20semicond%20thin.otf') format('opentype');
}
@font-face {
    font-family: 'United Sans SemiExt Bold';
    src: url('../otf/united%20sans%20semiext%20bold.otf') format('opentype');
}
@font-face {
    font-family: 'United Sans SemiExt Heavy';
    src: url('../otf/united%20sans%20semiext%20heavy.otf') format('opentype');
}
@font-face {
    font-family: 'United Sans SemiExt Light';
    src: url('../otf/united%20sans%20semiext%20light.otf') format('opentype');
}
@font-face {
    font-family: 'United Sans SemiExt Medium';
    src: url('../otf/united%20sans%20semiext%20medium.otf') format('opentype');
}
@font-face {
    font-family: 'United Sans SemiExt Stencil';
    src: url('../otf/united%20sans%20semiext%20stencil.otf') format('opentype');
}
@font-face {
    font-family: 'United Sans SemiExt Thin';
    src: url('../otf/united%20sans%20semiext%20thin.otf') format('opentype');
}
@font-face {
    font-family: 'bentonsans';
    src: url('../ttf/bentonsans-comp-black-regular.ttf') format('truetype');
}

.nimbus-no-lineHeight {
    font-family: nimbus-sans, sans-serif !important;
}

.wrap-long-text {
    word-wrap: break-word; 
    overflow-wrap: break-word;
    word-break: break-all;
    white-space: normal;
}


.progressmodal {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: White;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
}

.progresscenter {
    z-index: 1000;
    margin: 300px auto;
    padding: 10px;
    width: 36px;
    background-color: White;
    border-radius: 6px;
    filter: alpha(opacity=60);
    opacity: 1;
    -moz-opacity: 1;
}

.progressloader {
    width: 60px;
}

.progressloader-wheel {
    animation: spin 1s infinite linear;
    border: 2px solid rgba(30, 30, 30, 0.5);
    border-left: 4px solid #0ad444; /*#0a7dd4;*/
    border-radius: 50%;
    height: 50px;
    margin-bottom: 10px;
    width: 50px;
    margin-left: -12px;
}

.progressloader-text {
    color: #0ad444; /*#0a7dd4;*/
    font-family: arial, sans-serif;
}


@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.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: 'United Sans Cond Medium';
    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;
    }

    .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;
    }

    .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;
    }

    .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;
}

/* 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;
    }
}