.gw-header {
    height: 140px;
    position: relative;
    top: 0;
    z-index: 100;
}

.gw-header .gw-logo {
    position: absolute;
    left: 8.33%;
    right: 80.35%;
    top: 10%;
    bottom: 51.43%;
    cursor: pointer;
}

.gw-header .gw-since {
    position: absolute;
    left: 8.4%;
    right: 80.49%;
    top: 38.11%;
    bottom: 58.06%;
}

.gw-header .gw-tagline {
    position: absolute;
    left: 8.46%;
    right: 80.52%;
    top: 45.51%;
    bottom: 51.43%;
}

.gw-header .gw-search {
    position: absolute;
    width: 13.33%;
    height: 25.71%;
    left: 71.25%;
    top: 17.14%;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 2px;
    border-color: white;
    border-width: 1px;
    border: 1;
    padding: 8px 12px;
    color: rgba(255, 255, 255, 0.6);
}

.gw-header .gw-search::placeholder {
    font-family: GT America Intl, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    /* identical to box height, or 125% */
    letter-spacing: -0.04em;
    /* color: rgba(255, 255, 255, 0.6); */
    color: white;
}

.gw-header .gw-search::-ms-input-placeholder {
    font-family: GT America Intl, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    /* identical to box height, or 125% */
    letter-spacing: -0.04em;
    color: white;
}

.gw-header .gw-search:-ms-input-placeholder {
    font-family: GT America Intl, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    /* identical to box height, or 125% */
    letter-spacing: -0.04em;
    color: white;
}

.gw-header .gw-signin {
    position: absolute;
    left: 88.33%;
    right: 8.33%;
    top: 22.00%;
    bottom: 62.86%;
    height: 48px;
    white-space: nowrap;
}

.gw-header .gw-signin a {
    color: #E9E9E9;
}

.gw-header nav {
    position: absolute;
    left: 8.33%;
    top: 65.75%;
    width: 75%;
    height: 48px;
    overflow: visible;
}

.gw-subnav nav {
    height: 48px;
    overflow: visible;
}

.gw-header .nav a.nav-link {
    font-family: GT America Intl, sans-serif;
    font-style: normal;
    /* font-weight: bold; */
    font-size: 16px;
    line-height: 20px;
    /* identical to box height, or 143% */
    /*text-transform: uppercase;*/
    color: #FFFFFF;
}

.gw-subnav .nav a.nav-link {
    font-family: GT America Intl, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 28px;
    /* identical to box height, or 143% */
    color: #61727E;
}

.gw-header .nav a.nav-link {
    color: #FFF;
}

.gw-header .nav a.nav-link.active {
    border-bottom: 3px solid #FFF;
}

.gw-subnav .nav:first-child a.nav-link.active {
    color: #1F3647;
    border-bottom: 3px solid #1F5F8D;
}

.gw-header .nav a.nav-link {
    margin-right: 34px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 20px;
}

.gw-subnav .nav a.nav-link {
    margin-right: 34px;
    padding-left: 0;
    padding-right: 0;
}

.gw-header .nav a.nav-link:first-child,
.gw-subnav .nav a.nav-link:first-child {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
}

.gw-subnav .nav:first-child {
    padding: 1px;
}

.gw-subnav .nav:nth-child(2) {
    border-top: 1px solid #DDD;
    padding: 3px;
}

.gw-subnav .nav:nth-child(2) a.nav-link {
    border: 0;
    outline: none;
    box-shadow: none;
}

.gw-subnav .nav:nth-child(2) a.nav-link.active {
    padding: 10px 6px;
    margin: 5px 34px 5px 0;
    background-color: #1F5F8D;
    color: white;
    line-height: normal;
    line-height: 8px;
    padding-left: 6px;
    padding-right: 6px;
    border-radius: 2px;
}

.gw-header .gw-menu {
    position: absolute;
    width: 41px;
    height: 20px;
    right: 9.50%;
    top: 65.75%;
    margin-top: 8px;
    font-family: GT America Intl, sans-serif;
    font-style: normal;
    /* font-weight: bold; */
    font-size: 16px;
    line-height: 20px;
    /* identical to box height, or 143% */
    /*text-transform: uppercase;*/
    color: #FFFFFF;
    white-space: nowrap;
}

.gw-header .gw-menu i {
    margin-left: 5px;
}

.icon-menu {
    background-image: url(../images/menu.png);
    background-size: cover;
    display: inline-block;
    height: 15px;
    width: 15px;
    background-position-y: 2px;
    background-repeat: no-repeat;
}

.gw-header-extension {
    height: 454px;
    position: relative;
}

.gw-header-extension h1 {
    font-size: 48px;
    text-transform: uppercase;
    font-weight: bold;
    position: absolute;
    left: 8.33%;
    top: 74px;
}

.gw-header-extension .subheading {
    position: absolute;
    left: 8.33%;
    top: 230px;
    width: 83.34%;
}

.gw-header-extension .btn {
    background: #CA5A5A;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 40px;
    font-weight: bold;
    color: #FFF;
    border: 2px solid #CA5A5A;
    box-sizing: border-box;
    border-radius: 2px;
    height: 43px;
}

.gw-header-extension .gw-dots {
    position: absolute;
    width: 10px;
    height: 70px;
    right: 9.50%;
    top: 24.00%;
    background-image: url(../images/dots.png);
    background-size: cover;
}

.header-wrapper {
    background-color: #20374A;
}

.header-wrapper-MI {
    background: url(../images/mi-background.jpg) repeat 0 0;
    background-position: center;
    background-size: cover;
}

.header-wrapper-OH {
    background: url(../images/oh-background.png) repeat 0 0;
    background-position: bottom;
    background-size: cover;
}


/* Change color to account for opacity change */

.header-wrapper .gw-header,
.header-wrapper .gw-header-extension {
    opacity: 0.85;
}

.gw-card-main .card-header {
    color: rgba(255, 255, 255);
    background-color: #CA5A5A;
    margin: 0;
}

.gw-card-main .card-header p {
    font-weight: normal;
    margin-bottom: 7px;
    color: rgba(255, 255, 255, 0.7);
}

.gw-card-main .card-header h1 {
    font-weight: bold;
    font-size: 32px;
}

.gw-card-main .card-header {
    padding: 20px 50px;
}

.gw-card-main .card-body {
    padding: 20px;
    /* font-weight: bold; */
}

.gw-card-main .card-title {
    padding-bottom: 28px;
    font-weight: bold;
    font-size: 20px;
}

.gw-card-main .button-bar {
    padding-top: 0px;
    padding-right: 30px;
    vertical-align:middle;
}

.gw-ad {
    border-color: #89AAC2;
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
}

.gw-ad-sm {
    width: 300px;
}

.gw-ad-banner {
    width: 650px;
}

.gw-ad-tag {
    font-weight: 100;
    font-size: 12px;
    text-align: left;
}

.btn {
    padding: 6px 30px;
    border-radius: 1px;
}

.btn.btn-narrow {
    padding: 0px 10px;
    border-radius: 1px;
}

.btn.btn-tiny {
    padding: 0px 5px;
    border-radius: 1px;
}

.nav-link .badge {
    border-radius: 1px;
    background-color: #F4F7F9;
    letter-spacing: -0.03em;
    color: rgba(31, 95, 142, 0.8);
    margin: 0px 10px;
    font-size: 12px;
    line-height: 10px;
}

.btn .badge {
    border-radius: 1px;
    background-color: #F4F7F9;
    letter-spacing: -0.03em;
    color: rgba(31, 95, 142, 0.8);
    font-size: 12px;
    line-height: 10px;
    display: inline;
    margin: 2px 2px 2px 5px;
    padding: 0 7px;
}

.btn.active .badge {
    background-color: #4C7FA4;
    color: #FFF;
}

.gw-iconcontrol input,
.gw-iconcontrol span,
.gw-iconcontrol select,
.gw-iconcontrol option {
    background-color: #E9ECEF !important;
}

.gw-iconcontrol input,
.gw-iconcontrol select {
    border-left-color: #E9ECEF !important;
}

.gw-iconcontrol input::placeholder {
    color: #1F3647;
    font-weight: bold;
}

.gw-iconcontrol i {
    color: #84919A;
}

input.form-check-input[type=checkbox] {
    border-radius: 1px;
    border-color: #8F9AA2;
}

input.form-check-input[type=radio] {
    border-color: #8F9AA2;
}

.form-check-input:checked {
    background-color: #1F5F8D;
    border-color: #1F5F8D;
}

.gw-grid tr td {
    font-size: 15px;
}


/* Hidden header defines column widths and cannot have display:none */

.gw-grid thead.invisible {
    font-size: 1px;
    border: 0;
    padding: 0;
    margin: 0;
}

.gw-grid .btn {
    font-size: 15px;
    padding-left: 8px;
    padding-right: 8px;
}

.gw-grid tr.checked td {
    background-color: #F4F7F9;
}

.gw-grid thead tr td,
.gw-grid thead tr th {
    border-bottom: 1px solid #E9E9E9 !important;
}

.gw-more {
    width: 77%;
    vertical-align: top;
    /* align-items: center; */
}

.gw-features-row {
    width: 100%;
    vertical-align: top;
    margin: 5%;
    /* align-items: center; */
}

.gw-features-col {
    width: 45%;
}

.gw-features-image {
    width: 400px;
}

.gw-features-text {
    font-size: 20px;
    margin-bottom: 20px;
    text-align: justify;
    width:550px;
    max-width: 100%;
}

.sa-logo {
    background-image:url('/programming/images/StateAffairsLogo.png');
    /* filter: invert(100%); */
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
    margin-bottom:5px;
    max-width:100%;
    max-height:100%;
    width:550px;
    height:175px;
}

.gw-footer-cell {
    width: fit-content;
}

.gw-advertise-box {
    height: 160px;
}

.gw-presented-line {
    font-weight: bold;
    font-size: 18px;
}

.gw-rept-select {
    width: 540px;
}

.gw-calendar-base {
    width: 520px;
}

.tp-faq {
    width: 420px;
    height: 245px;
}

.tp-assistance {
    width: 420px;
    height: 245px;
}

.headlinebig {
    font-size: 32px;
}

.headlinesmall {
    font-size: 24px;
}

.gw-float-nav {
    height: 60px;
}

.gw-float-nav .gw-logo {
    position: relative;
    cursor: pointer;
}

.gw-float-nav nav {
    position: absolute;
    left: 8.33%;
    top: 25%;
    width: 75%;
    height: 48px;
    overflow: visible;
}

.gw-float-nav .gw-menu {
    position: absolute;
    width: 41px;
    height: 20px;
    right: 9.50%;
    top: 25%;
    margin-top: 8px;
    font-family: GT America Intl, sans-serif;
    font-style: normal;
    /* font-weight: bold; */
    font-size: 14px;
    line-height: 20px;
    /* identical to box height, or 143% */
    /*text-transform: uppercase;*/
    color: #FFFFFF;
    white-space: nowrap;
}

.gw-float-nav .gw-menu i {
    margin-left: 5px;
}

.gw-float-nav .nav a.nav-link {
    font-family: GT America Intl, sans-serif;
    font-style: normal;
    /* font-weight: bold; */
    font-size: 16px;
    line-height: 20px;
    /* identical to box height, or 143% */
    /*text-transform: uppercase;*/
    color: #FFFFFF;
}

.gw-floating-buttons {
    position: fixed;
    bottom: 50px;
}

@media screen and (max-width: 1775px) {
    .gw-rept-select {
        width: 400px;
    }

    .gw-features-row {
        width: 90%;
    }

    .gw-features-col-r {
        padding-left: 3%;
    }

    .gw-features-col-l {
        padding-right: 3%;
    }

    /* .gw-features-col {
        width: 420px;
        padding-left: 10px;
        padding-right: 10px;
    } */

    .sa-logo {
        width:475px;
        height:130px;
    }
        
    .gw-footer {
        width:70%;
        margin-left: 15%;
    }
}

@media screen and (max-width: 1400px) {
    .gw-header {
        height: 220px;
    }

    .gw-float-nav {
        height: 120px;
    }
    .gw-header .gw-search {
        position: absolute;
        width: 13.33%;
        height: 25.71%;
        left: 68%;
        top: 17.14%;
        background: rgba(255, 255, 255, 0.1);
        border-radius: 2px;
        border: 0;
        padding: 8px 12px;
        color: rgba(255, 255, 255, 0.6);
    }
    .gw-header .gw-signin {
        position: absolute;
        left: 85%;
        right: 8.33%;
        top: 22.00%;
        bottom: 62.86%;
        height: 48px;
        white-space: nowrap;
    }
    .gw-rept-select {
        width: 360px;
    }

    .gw-floating-buttons {
        bottom: 5%;
    }

    .sa-logo {
        width:450px;
        height:100px;
    }

    .gw-footer {
        margin-left: 15%;
    }
}

@media screen and (max-width: 1350px) {

    .gw-header nav {
        position: absolute;
        left: 8.33%;
        top: 62%;
        width: 75%;
        height: 48px;
        overflow: visible;
    }

    .gw-header .gw-menu {
        position: absolute;
        width: 41px;
        height: 20px;
        right: 9.50%;
        top: 62%;
        margin-top: 8px;
        font-family: GT America Intl, sans-serif;
        font-style: normal;
        /* font-weight: bold; */
        font-size: 16px;
        line-height: 20px;
        /* identical to box height, or 143% */
        /*text-transform: uppercase;*/
        color: #FFFFFF;
        white-space: nowrap;
    }

}

@media screen and (max-width: 1200px) {
    .gw-header-extension h1 {
        font-size: 40px;
        /*text-transform: uppercase;*/
        font-weight: bold;
        position: absolute;
        left: 8.33%;
        top: 74px;
    }
    .gw-header .gw-search {
        position: absolute;
        width: 13.33%;
        height: 25.71%;
        left: 60%;
        top: 17.14%;
        background: rgba(255, 255, 255, 0.1);
        border-radius: 2px;
        border: 0;
        padding: 8px 12px;
        color: rgba(255, 255, 255, 0.6);
    }
    .gw-header .gw-signin {
        position: absolute;
        left: 80%;
        right: 8.33%;
        top: 22.00%;
        bottom: 62.86%;
        height: 48px;
        white-space: nowrap;
    }
    /* .gw-features-row {
        width: 100%;
    } */

    .gw-features-col-l {
        padding-left: 5%;
    }

    .gw-features-col-r {
        padding-right: 5%;
    }
    /* .gw-features-col {
        width: 420px;
        padding-left: 10px;
        padding-right: 10px;
    } */
    .gw-advertise-box {
        height: 220px;
    }
    .gw-rept-select {
        width: 540px;
    }

}

@media screen and (max-width: 1150px) {
    .gw-advertise-box {
        height: 260px;
    }
    .gw-rept-select {
        width: 540px;
    }

}

@media screen and (max-width: 992px) {
    .gw-header-extension h1 {
        font-size: 32px;
        /*text-transform: uppercase;*/
        font-weight: bold;
        position: absolute;
        left: 8.33%;
        top: 74px;
    }
    .gw-header .gw-signin {
        position: absolute;
        left: 70%;
        right: 8.33%;
        top: 22.00%;
        bottom: 62.86%;
        height: 48px;
        white-space: nowrap;
    }
    .gw-features-row {
        width: 90%;
    }
    .gw-features-image {
        width: 350px;
    }
    .gw-advertise-box {
        height: 280px;
    }
    
    .row-right {
        display: flex;
        flex-flow: column-reverse;
    }

    .gw-features-col {
        width:100%;
    }

    .gw-features-col-l {
        padding-right: 8%;
        padding-left: 8%;
        padding-bottom: 5%
    }

    .gw-features-col-r {
        padding-left: 8%;
        padding-right: 8%;
        padding-bottom: 5%
    }
    .gw-footer {
        margin-left: 15%;
        margin-right: 15%;
    }
}

@media screen and (max-width: 800px) {
    .gw-header-extension .subheading {
        position: absolute;
        left: 8.33%;
        top: 180px;
        width: 83.34%;
        margin-bottom: 40px;
    }

    /* .gw-features-col {
        width:500px;
        padding-left: 10px;
        padding-right: 10px;
    }     */
    .gw-features-row {
        width: 500px;
    }
    .gw-features-image {
        width: 350px;
    }
    .gw-advertise-box {
        height: 300px;
    }

    .gw-features-text {
        text-align: left;
    }
}

@media screen and (max-width: 780px) {
    .gw-header-extension .subheading {
        position: absolute;
        left: 8.33%;
        top: 140px;
        width: 83.34%;
        margin-bottom: 40px;
    }
    .gw-advertise-box {
        height: 340px;
    }

}

@media screen and (max-width: 768px) {
    .gw-subnav nav {
        height: 96px;
        overflow: visible;
    }

    .gw-float-nav {
        height: 60px;
    }
    
    .gw-header-extension h1 {
        font-size: 28px;
        /*text-transform: uppercase;*/
        font-weight: bold;
        position: absolute;
        left: 8.33%;
        top: 20px;
        width: 83.34%;
    }
    .gw-header-extension .subbutton {
        margin-top: 20px;
    }
    .gw-header .gw-logo {
        position: absolute;
        left: 8.33%;
        right: 75%;
        top: 20%;
        /*bottom: 51.43%; */
    }
    .gw-header .gw-signin {
        position: absolute;
        left: 8.33%;
        right: 40%;
        top: 77%;
        /*bottom: 62.86%;*/
        /*height: 48px;*/
        white-space: nowrap;
    }
    .gw-header nav {
        position: absolute;
        left: 8.33%;
        top: 52%;
        width: 75%;
        height: 48px;
        overflow: visible;
    }
    .gw-header .gw-menu {
        position: absolute;
        width: 58px;
        height: 20px;
        right: 9.50%;
        top: 70%;
        margin-top: 8px;
        font-family: GT America Intl, sans-serif;
        font-style: normal;
        font-weight: bold;
        font-size: 14px;
        line-height: 20px;
        /* identical to box height, or 143% */
        /*text-transform: uppercase;*/
        color: #FFFFFF;
        white-space: nowrap;
    }
    .gw-header {
        height: 120px;
        position: relative;
        z-index: 100;
    }
    .gw-card-main .card-header h1 {
        font-weight: bold;
        font-size: 18px;
    }
    
    .gw-card-main .button-bar {
        padding-top: 28px;
        padding-right: auto;
    }

    .gw-more {
        width: 80%;
        text-align: left;
    }

    .gw-features-row {
        width: 90%;
    }

    .gw-features-image {
        width: 250px;
    }

    .gw-ad {
        background-color: #89AAC2;
        color: #FFF;
        font-weight: bold;
        margin-top: 40px;
    }
/* 
    .gw-footer {
        margin-left: 5%;
    } */

    /* .gw-features-col {
        width: 90%;
    } */

    .gw-ad-banner {
        width: 550px;
    }

    .gw-advertise-box {
        height: auto;
        width: 400px;
    }

    .sa-logo {
        width:475px;
        height:100px;
    }

}

@media screen and (max-width: 620px) {
    
    .sa-logo {
        width:400px;
        height:70px;
    }
}

@media screen and (max-width: 560px) {
    .gw-header-extension {
        height: 500px;
    }
    .gw-header-extension .subbutton {
        margin-top: 10px;
    }
    .gw-header-extension .subheading {
        position: absolute;
        left: 8.33%;
        top: 180px;
        width: 83.34%;
    }

    .gw-advertise-box {
        height: auto;
        width: 300px;
    }
    .gw-ad-sm {
        width: 175px;
    }
    .gw-ad-banner {
        width: 300px;
    }
    .btn {
        padding: 0px 10px;
        border-radius: 1px;
        font-size: 12px;
    }
    .gw-more {
        width: 90%;
        text-align: left;
    }

    .headlinebig {
        font-size: 24px;
    }
    
    .headlinesmall {
        font-size: 20px;
    }

    .gw-calendar-base {
        width: 100%;
    }

    .sa-logo {
        width:450px;
        height:80px;
    }

    .gw-footer {
        margin-left: 10%;
    }
    
    .gw-footer-cell {
        width: 100%;
    }
}

@media screen and (max-width: 450px) {
    .sa-logo {
        width:190px;
        height:35px;
    }
}
/* 
@media screen and (max-width: 350px) {
    .sa-logo {
        width:200px;
        height:35px;
    }
} */