﻿@font-face {
    font-family: 'robotocondensed-regular-webfont';
    src: url('/fonts/robotocondensed-regular-webfont.woff2');
    src: url('/fonts/robotocondensed-regular-webfont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotocondensed-light-webfont';
    src: url('/fonts/robotocondensed-light-webfont.woff2');
    src: url('/fonts/robotocondensed-light-webfont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'oswald_regular';
    src: url('/fonts/oswald-regular-webfont.woff2');
    src: url('/fonts/oswald-regular-webfont.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

.h1, h1
{
    font-family: 'Oswald', sans-serif !important;
    font-size: 1.5em !important;
}
/* Medium devices (tablets, 768px and up) */

.h2, h2, .card-header
{
    font-family: 'Oswald', sans-serif !important;
    font-size: 1.313em !important;
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px)
{
    .h2, h2, .card-header
    {
        font-size: 1.5em !important;
    }
}
.h3, h3, .card-title, .btn
{
    font-family: 'Roboto Condensed', sans-serif !important;
    font-weight: 700 !important;
    font-size: 1.125em !important;
}
.content-container
{
    padding-bottom: 110px;
    background-color: #EFEFEF;
}
.row.wbqs 
{
    background-color: #FFF;
    margin-top: 20px;
}
body, input, button
{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1em;
}
.opssHeader, .card-header {
    /*background-color: #003875;*/
    background-color: #06284C;
    color: #FFFFFF;
}
.opssFooter {
    background-color: #003875;
}
.nav
{
    background-color: #06284C;
}
.stateLogoFrame {
    float: left;
    width: 89px;
    height: 89px;
    margin-right: 10px;
    margin-left: 2%;
}

.headerLinkWrapper:hover {
    text-decoration: underline;
    background-color: #003875;
    color: #ffffff;
}
.headerLinkWrapper {
    list-style-type: none;
    font-family: 'robotocondensed-regular-webfont';
    text-align: center;
    line-height: 1.1em;
    color: #DDDDDD;
    text-decoration: none;
    font-size: .9em;
    margin: 0px;
    font-weight: 700;
    width: 150px;
    height: 61px;
    padding: 10px 5px 0px 5px;
    font-size: 1em;
}
.srchBar > .TSG-Search-Btn 
{
    display:inline-block;
}
.topNavList {
    display:flex;
    float: right;
    width: 70%;
    padding: 0px;
    margin: 15px 0px 15px 30px;
    min-width: 750px;
    font-family: 'robotocondensed-light-webfont';
    color: #FFF;
    line-height: .9em;
    font-size: .9em;
    text-align: right;
    min-width: 950px;
    justify-content:right;
}
.navListFrame {
    margin: 0px auto;
    min-width: 1040px;
    max-width: 1440px;
}
.buttonFlag {
    float: left;
    background-image: url(/Images/Flag_of_the_United_States.svg);
    background-size: contain;
    background-repeat: no-repeat;
    height: 28px;
    width: 37px;
    margin: 2px 7px 0px 2px;
    display:inline;
}
#searchTSG {
    display: block;
    width: 182px;
    border-radius: 0px;
    font-family: 'robotocondensed-regular-webfont';
    height: 29px;
    background-color: #FFF;
    padding: 4px;
    box-shadow: inset 0px 0px 0px #333;
    margin-top: 0px;
    float: left;
    border: none;
    box-sizing: border-box;
    font-size: 16px;
    font-style: normal;
}
.SearchPageTSGSearchBar > .TSG-Search-Btn {
    display: block;
    border-radius: 0px 0px 0px 0px;
    background-color: #cc3333;
    color: #fff !important;
    padding: 4px 8px 4px 8px;
    font-size: .9em !important;
    height: 29px;
    float: left;
    border: none;
    width: 42px;
}
.srchBar 
{
    margin-top:0px;
}
.TSGSearchBar 
{
    padding-top: 30px;
    height:auto;
    margin-left:20%;
}
.blankTopNav
{
    width:38%;
}
.top-nav-bar {
    font-family: 'robotocondensed-light-webfont';
    float: left;
    color: #FFF;
    width: 100%;
    position: relative;
    z-index: 900;
    background-color: #06284C;
    line-height: .9em;
    font-size: .9em;
    padding: 5px 0px 0px 0px;
    margin: 0px !important;
    height: 64px;
}
.dividers {
    display: inline-block;
    align-content: center;
    font-family: 'robotocondensed-light-webfont';
    color: #fff;
    margin: 0px 5px 0px 5px;
    font-weight: 900;
}
.topNavLink {
    display: inline-block;
    align-content: center;
}
    .topNavLink a {
        color: #DDDDDD;
        font-family: 'robotocondensed-light-webfont';
        text-decoration: none;
        font-size: .9em;
        padding: 0px;
        margin: 0;
        font-weight: 700;
        display: inline;
        width: 11.4%;
        height: 61px;
    }
        .topNavLink a:hover {
            color: #0066FF;
            text-decoration: underline;
        }
.flagTop 
{
    margin-top:-6px;
}
.hamburgerSearch:hover 
{
    cursor:pointer;
}
.hamburgerSearch
{
    position:absolute;
    right:5px;
    border:none;
    box-shadow:none;
    padding:7px 10px;
    background-color:#cc3333;
}
.quest-white
{
    background-color:white !important;
}
div.carousel-dateandtime ul.slides li
{
    background-color:white !important;
}
.carousel-dateandtime {
    position: relative !important;
    /*overflow: visible !important;*/
}
.carousel-dateandtime .flexslider .flex-viewport{
    overflow:hidden;
}
.burgerButton 
{
    cursor:pointer;
}
.full-search 
{
}
.nav-search
{
    visibility:hidden;
    width:auto;
}
.header-menu {
    width: 75%;
    height: 70px;
}
.header-links {
    margin: 0px auto;
    padding-left: 12px;
    width: 100%;
    line-height: .5em;
}
.top-nav-links{
    height:280px;
}
.top-nav-links li 
{
    visibility:visible;
    list-style-type:none;
}
.headerLink 
{
color: #DDDDDD;
  text-decoration: none;
  font-size: .9em;
  padding: 0px;
  margin: 0px;
  font-weight: 700;
}
@media screen and (max-width: 1024px) and (min-width: 575px) {
    .topNavList {
        float: left;
        width: 100%;
        min-width: 800px;
        text-align:left;
        justify-content:left;
    }
    .findUSframe{
        display:inline-block;
        float:none !important;
        align-content:center;
    }
    .flagCopy {
        width: 75px !important;
        align-content: center;
        display: inline-block;
    }
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px)
{
    .stateLogoFrame
    {
        width: 86px;
    }
}
@media (max-width:372px)
{
    .opssHeader
    {
        height:180px;
    }
}
@media (max-width: 992px)
{
    .blankTopNav
    {
        width:0;
        height:0;
        visibility:hidden;
    }
    .SearchPageTSGSearchBar
    {
        width:0;
        height:0;
        visibility:hidden;
    }
    .nav-search
    {
        cursor:pointer;
        margin-left:10px;
        padding:1px 8px;
        visibility:visible;
        background-color:#cc3333;
    }
}
@media (max-width: 575px) 
{
    .top-nav-bar 
    {
        width:0;
        height:0;
        visibility:hidden;
    }
    .nav-search
    {
        visibility:hidden;
    }
    .SearchPageTSGSearchBar
    {
        visibility:hidden;
        height:0;
        width:0;
    }
    .top-nav-links 
    {
        height: 0px;
        visibility: hidden;
    }
}
/* Extra small devices (portrait phones, 576px and down) */
@media (max-width: 576px)
{
    .titleFrame
    {
        width: 235px;
    }
}
.nameFrame {
    float: left;
    font-family: 'oswald_regular' !important;
    font-size: 1em;
    padding: 5px 0px 5px 5px;
    width: 57%;
    line-height: .9em;
    margin: 10px 0px 0px 0px;
    color: #fff;
    line-height: 1.5em;
}
.titleFrameLineOne {
    float: left;
    font-size: 1.8em;
    width: 100%;
    margin: 10px 0px 3px 0px;
}
.titleFrameLineTwo {
    float: left;
    border-top: 1px solid #fff;
    width: 370px;
    padding-top: 3px;
}
.searchFrame {
    float: right;
    width: 230px;
    padding-right: 0px;
    margin: 30px 50px 0px 0px;
}
.oppsHeader {
    width: 100%;
    margin: -5px auto;
    padding: 0px;
    background-color: #06284C !important;
    width: 100%;
    border-bottom: 5px #CC3333 solid;
    display:block;
}
.opssHeaderBackground {
    background-image: url('../Images/Asset4.png');
    float: left;
    width: 98%;
    height: 145px;
    background-repeat: no-repeat;
    background-position: 80% 10%;
    background-size: 100% 300px;
    padding-top: 25px;
    background-color: #003875;
}
.opssHamburgerMenu {
    background-color: #06284C;
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px)
{
    .opssHeaderBackground
    {
        background-image: url('../Images/Asset4.png');
        width: 100%;
        height: 145px;
        background-repeat: no-repeat;
        background-position: 80% 10%;
        background-size: 100% 300px;
    }
}
.titleFrameLink:hover
{
    text-decoration: none;
}
.footerTitle, .legalResourceTitle
{
    border-bottom: 1px #FFFFFF solid;
    font-family: 'Oswald', sans-serif;
    color: #FFFFFF;
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
}
.footerLink
{
    font-family: 'Roboto Condensed', sans-serif;
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
}
.legalResourceTitle
{
    margin-top: 1.25rem !important;
}
.tsgDisclaimer a:link, .tsgDisclaimer a:visited, .opssFooter a:link, .opssFooter a:visited, .opssHamburgerMenu a:link, .opssHamburgerMenu a:visited
{
    color: #FFFFFF;
}
.tsgDisclaimer
{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: .75rem;
    background-color: #06284C;
}
.buttonFlagFrame
{
    width: 37px;
}
.flagCopy {
    float: left;
    text-align: left;
    padding: 0px;
    margin: 0px 0px 0px 3px;
    font-size: .8em;
    line-height: 1.1em;
    width: 95px;
    display:inline;
}
.findUSframe {
    float: right;
    width: 150px;
    min-width: 150px;
    margin: 0px 0px 0px 0px;
}
.tsgDisclaimerLinkFrame
{
    width: 85%;
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px)
{
    .tsgDisclaimerLinkFrame
    {
        width: 92%;
    }
}
.fa
{
    font-size: 1.5em;
    color: #FFFFFF;
}
.socialMeadiaLink
{
    margin-right: 1em;
}
.card, .btn
{
    border: 1px #003875 solid;
    border-radius: 0 !important;
}
.card, .btn-secondary
{
    border: 1px #DDDDDD solid;
    border-radius: 0 !important;
}
.card-header
{
    padding: .5em .75em;
    border-bottom: none;
    border-radius: 0 !important;
}
.card-block
{
    padding: .75em;
}
.card-title
{
    margin-bottom: 0;
}
.card-text
{
    color: #444444;
    margin-bottom: .5em;
    margin-top: 0;
    font-size: .875em;
}
.card-text a:link, .card-text a:visited, .fraudAndAbuseLinkLine a:link, .fraudAndAbuseLinkLine a:visited
{
    color:#003875;
}
.btn
{
    background-color: #003875;
    color: #FFF;
    border-color: #003875;
    cursor: pointer;
}
.btn-secondary
{
    background-color: #DDDDDD;
    color: black;
    border-color: #DDDDDD;
    cursor: pointer;
}
.hint-text 
{
    font-size:12px;
    color: #003875; 
}
/*.li-p {
    font-size:1.4em;
}*/
.form-control
{
    border-radius: 0 !important;
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) 
{
    .hideMedAndUp
    {
        visibility:hidden;
    }
}
/* styles for validation helpers */
.field-validation-error 
{
    color: #b94a48;
}
.field-validation-valid 
{
    display: none;
}
input.input-validation-error 
{
    border: 1px solid #b94a48;
}
input[type="checkbox"].input-validation-error 
{
    border: 0 none;
}
.header-bg 
{
    background-color:transparent;
    height:50px !important;
}
.home-btn 
{
    color:#003875;
}
.home-btn:hover 
{
    color:#48a4e7;
}
.validation-summary-errors 
{
    color: #b94a48;
}
.validation-summary-valid 
{
    display: none;
}
#theContainersContainer
{
    border-top: #cc3333 6px solid;
}