/*** Site theme colors ***/
.governing-highlight {
    background-color: #ed202f;
}

.governing-color, .governing-hover:hover, .governing-hover:active, .active.governing-hover {
    color: #ed202f;
}

.governing-header-hat {
    background-color: #ed202f;
}

.nav-link.governing-hover, .nav-link.governing-hover:active, .nav-link.governing-hover:hover {
    color: white;
}

.nav-link.governing-hover:active, .nav-link.governing-hover:hover, .nav-link.govtech-hover:active, .nav-link.govtech-hover:hover {
    text-decoration: underline;
}

.governing-header, .governing-footer {
    background-color: #000;
}

.govtech-highlight {
    background-color: #f47421;
}

.govtech-color, .govtech-hover:hover, .govtech-hover:active, .active.govtech-hover {
    color: #f47421;
}

.govtech-header-hat {
    background-color: #e6e6e6;
}

.govtech-header, .govtech-footer {
    background-color: #0f2933;
}
/*** end site theme ***/

/*** header navigation styling ***/
.hat-nav {
    display: -ms-flexbox;
    display: flex;
    color: #132934;
}
.hat-nav .hat-nav-items {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    letter-spacing: 0.5px;
    height: 35px;
}

.header-hat {
    height: 45px;
    padding: 5px;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 50;
    font-size: 1.4rem;
}

.header {
    padding: 0px 54px;
    height: 120px;
    position: fixed;
    top: 45px;
    z-index: 50;
    width: 100%;
}

.hat-nav-items {
    margin: 0 auto;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    flex-wrap: wrap;
    font-size: 1.4rem;
    justify-content: flex-end;
    overflow-wrap: anywhere;
    padding-inline-start: 0;
}

.hat-nav-items-item {
    list-style-type: none;
    font-weight: 600;
}

.hat-nav-items-item .nav-link {
    padding: 1rem 1.2rem;
    text-transform: capitalize;
}

section {
    margin-top: 165px;
    min-height: calc(100vh - 240px);
}
/*** end header navigation styling ***/

body {
    font-family: proximanovaregular;
    font-size: 16px;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
    color: white;
    cursor: pointer;
}

p {
    margin: 0 0 10px;
}

img {
    vertical-align: middle;
}

hr {
    margin-top: .5rem;
}

.container {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
}

.governingNav, .govtechNav {
    color: #fff;
    display: none;
}

.govtechNav > .links > .dropdown > .dropdown-menu {
    background-color: #292a2c;
    padding: 15px 10px 5px;
}

.pull-right {
    padding: 3rem 0;
}

.logo > a {
    height: auto;
    width: auto;
}

.logo > a > img, .logo > a > svg {
    max-width: 300px;
    height: 120px;
}

.right-align {
    text-align: right;
}

.copyright {
    text-transform: uppercase;
    text-align: right;
    color: #fff;
    font-size: 1.2rem;
    padding-top: 3.2rem;
    padding-bottom: 1.6rem;
    display: grid;
    grid-gap: 1rem;
    grid-template-areas: "footer-left footer-right";
}

.copyright > a:hover {
    opacity: .8;
}

.footer-left {
    grid-area: footer-left;
    text-align: start;
}

.footer-right {
    grid-area: footer-right;
    text-align: end;
}

.dropdown {
    padding-bottom: 10px;
}

.dropdown-menu {
    display: none;
    background-color: inherit;
    z-index: 2;
    padding: 15px 10px 10px;
    top: 20px;
    left: -5px;
}

.btn-label {
    color: #fff;
    text-transform: uppercase;
    font-family: proximanovaregular;
    border-radius: 0;
    letter-spacing: 1px;
    padding: .5rem 1rem;
    margin-bottom: 1rem;
}

.btn-label > a {
    color: white !important;
}

.newsletter-grid {
    display: grid;
    grid-template-columns: 1fr 3fr 1fr;
    grid-gap: 1rem;
    padding: 0 0 1rem;
}

.fancy-checkbox span {
	display: inline-block;
	vertical-align: top;
	line-height: 30px;
	font-size: 16px;
	color: #333;
}

.fancy-checkbox.disabled span {
	display: inline-block;
	vertical-align: top;
	line-height: 30px;
	font-size: 16px;
	color: #888;
}

.fancy-checkbox.disabled svg path:first-of-type {
	fill: #888;
}

.fancy-checkbox .product-selector {
	display: none;
}

.fancy-checkbox .selected {
	display: none;
}

.fancy-checkbox.selected .selected {
	display: inline-block;
}

.fancy-checkbox.selected .not-selected {
	display: none;
}

.nl-header {
    text-align: center;
}

.newsletter-thumb > img {
    width: 16rem;
    border-radius: 1rem;
}

.btn-label {
    border-radius: .5rem;
    float: right;
}

.governing-section {
    margin: auto;
}

.governing-header-hat {
    height: 36px;
    padding: 0px;
    position: relative;
}

.governing-header-hat > .hat-nav {
    height: 36px;
}

.governing-header-hat > .hat-nav > .hat-nav-items {
    height: 36px;
    width: auto;
}

.governing-header-hat > .hat-nav > .hat-nav-items > .hat-nav-items-item {
    height: 36px;
    display: flex;
    justify-content: space-between;
}

.governing-header-hat > .hat-nav > .hat-nav-items > .hat-nav-items-item > .nav-link {
    padding: 10px;
}

.governing-header {
    height: 130px;
    top: 0 !important;
    position: relative;
}

.governing-header > .container > .logo {
    display: flex;
    align-items: center;
}

.governing-header > .container > .logo > svg {
    max-width: 400px;
    margin: 27px auto;
    display: block;
}

.governing-body .email {
    color: #ed202f;
}

.governing-body .btn {
    background-color: #ed202f;
    border-color: #ed202f;
}

.governing-body {
    margin-top: 0px;
}

/*** page size adjustments ***/
@media only screen and (max-width: 1200px) {
    .container {
        max-width: 970px;
    }
}

@media only screen and (max-width: 992px) {
    .container {
        max-width: 750px;
    }

    .newsletter-grid {
        grid-template-columns: 1fr 2fr 1fr;
    }
}

@media only screen and (max-width: 768px) {
    .container {
        max-width: 100%;
    }
    
    .newsletter-grid {
        display: initial;
    }
}

@media only screen and (max-width: 480px) {
    .copyright {
        display: block;
    }

    .hat-nav-items-item .nav-link {
        padding: 10px 6px;
        text-transform: capitalize;
    }
    
    .footer-right {
        text-align: start;
    }
}