/*
    TABLE OF CONTENTS:
        General
        Page Content
        CGS Logo
        Corporate
        Header Phone Numbers
        Searchbar
        Nav
        AMA
        Footer
        Animated Hamburger
        Chevron
        Responsive Left Menu
        Responsive Menu
        Responsive Table
*/

/* General */
html {
    height: 100%;
}

body {
    min-height: 100%;
    margin: 0;
    position: relative;
    width: 100% !important;
    height: auto !important;
    overflow-x: hidden;
}

@media print {
    /* Add elements that will always be hidden on print */
    #breadcrumbs,
    #pageActionsBar,
    #responsiveLeftMenu,
    #footerContainer,
    #headerContainer {
        display: none !important;
    }

    .no-print,
    .no-print * {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .show-on-smaller-screens {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .hide-on-smaller-screens {
        display: none !important;
    }

    .wrap-on-smaller-screens {
        display: inline-block;
        width: 100% !important;
    }
}

/* End General */

/* Page Content */
#pageContent>table {
    width: 100%;
}

/* #pageContent {
    padding-bottom: 650px;
} */

/* End Page Content */

/* CGS Logo */
@media (max-width: 991px) {
    #header #cgslogo {
        max-width: 286px;
        width: 70%;
        height: auto;
        padding-bottom: 0px !important;
    }
}

/* End CGS Logo */

/* Corporate */
@media (max-width: 991px) {
    #corpmenu {
        display: none;
    }
}

/* End Corporate */

/* Header Phone Numbers */
@media (max-width: 991px) {
    #headerPhoneNumbers {
        margin: 0 !important;
        padding-top: 0.5rem !important;
        text-align: center;
        float: none !important;
        color: #464646;
        clear: both;
    }
}

/* End Header Phone Numbers */

/* Searchbar */
@media (min-width: 992px) {
    #responsiveSearchBarContainer>a {
        display: none;
    }

    #responsiveSearchBarContainer #searchbar {
        display: none;
    }
}

@media (max-width: 991px) {
    #header #searchbar {
        display: none;
    }

    #responsiveSearchBarContainer {
        position: relative;
        top: -10px;
    }

    #responsiveSearchBarContainer #searchbox {
        white-space: nowrap;
        width: 100%;
        border-bottom: #464646 solid 1px;
        height: 30px;
    }

    #responsiveSearchBarContainer form {
        padding: 0 !important;
    }

    #responsiveSearchBarContainer #searchbox-field {
        padding-left: 8px;
        margin: 0 !important;
        float: left;
    }

    #responsiveSearchBarContainer #responsiveSearchButton {
        display: inline-block;
        vertical-align: top;
        background-color: #00698C;
        padding: 6px 24px;
        height: 18px;
        cursor: pointer;
    }

    #responsiveSearchBarContainer #responsiveSearchButton::before {
        content: "";
        display: block;
        background-image: url(/img/searchglass.gif);
        width: 13px;
        height: 13px;
        position: relative;
        top: 3px;
    }

    #responsiveSearchBarContainer #searchbar input {
        width: 78vw;
        height: 28px;
        border: 0;
        outline: none;
        background-color: #ffffff;
    }

    #responsiveSearchBarContainer #searchbar input:-webkit-autofill,
    #responsiveSearchBarContainer #searchbar input:-webkit-autofill:hover,
    #responsiveSearchBarContainer #searchbar input:-webkit-autofill:focus,
    #responsiveSearchBarContainer #searchbar input:-webkit-autofill:active {
        box-shadow: 0 0 0 30px white inset !important;
        -webkit-box-shadow: 0 0 0 30px white inset !important;
    }
}

/* End Searchbar */

/* Nav */
#nav {
    padding: 0px;
    background: #fff;
    clear: both;
}

@media (min-width: 992px) {
   #tabmenu {
        text-align: center;
        margin: 0px;
        margin-bottom: 10px;
        padding: 2px;
        background: #004D66;
    }

    #tabmenu a {
        font: bold .96em Arial, Helvetica, sans-serif;
        color: #fff;
        text-align: center;
        text-decoration: none;
        padding: 5px 8px;
        line-height: 1.5;
        margin-bottom: 8px;
		border-left: solid 1px #fff;
		border-right: solid 1px #fff;
		min-height: 44px;
	min-width: 44px;
	box-sizing: border-box;
    }

    #tabmenu a:hover {
        background: #62564b;
    }

    #tabmenu .contract-active {
        background-color: #62564b;
        color: #ffffff;
    }
}

@media (max-width: 991px) {
    #tabmenu {
        margin: 0px;
        margin-bottom: 10px;
        display: block;
        border-top: #464646 solid 1px;
        border-bottom: #464646 solid 1px;
        text-align: center;
        background: none;
    }

    #tabmenu a {
        color: #464646;
        font: bold .96em Arial, Helvetica, sans-serif;
        text-align: center;
        text-decoration: underline;
        padding: 9px 1vw;
        
    }

    #tabmenu a:hover {
        background-color: #004157;
        color: #ffffff;
    }

    #tabmenu .contract-active {
        background-color: #00698c;
        color: #ffffff;
    }
}

@media (max-width: 455px) {
    #tabmenu {
        padding: 0px;
    }

    #tabmenu a {
        font-size: 3.3vw !important;
    }
}

/* End Nav */

/* Footer */
@media (max-width: 550px) {
    #footer #footerContent div>div {
        min-width: 90% !important;
        max-width: 100% !important;
    }
}

@media (max-width: 991px) {
    #footerContainer #darkbar td {
        display: inline-block;
        text-align: left !important;
    }
}

/* End Footer */

/* Animated Hamburger */
@media (min-width: 992px) {
    #animatedHamburgerIcon {
        display: none !important;
    }
}

/* End Animated Hamburger */

/* Chevron */
.chevron {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 4px;
    transition: transform .25s;
}

.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.down {S
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

/* End Chevron */

/* Responsive Left Menu */
#responsiveLeftMenu div.accordion-header {
    font-size: .85em;
    line-height: 1.5;
   padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
    text-align: left;
    background: #004D66;
    text-decoration: none;
    outline: none;
    border-bottom: white solid 1px;
    list-style: none;
    cursor: pointer;
    margin: 0;
	
}

#responsiveLeftMenu div.accordion-header .chevron {
    border-color: white;
    float: right;
	
    
}

#responsiveLeftMenu div.accordion-header.active .chevron {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    position: relative;
    top: 5px;
}

#responsiveLeftMenu div.accordion-header>a {
    color: #fff;
    text-decoration: none;
	
    display: inline-block;
    max-width: 94%;
	min-height: 44px;
	min-width: 44px;
	box-sizing: border-box;
}

#responsiveLeftMenu div.accordion-header.current,
#responsiveLeftMenu div.accordion-header:hover {
    background-color: #004357;
}

#responsiveLeftMenu div.accordion-panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

#responsiveLeftMenu div.accordion-panel>ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#responsiveLeftMenu div.accordion-panel li>a {
    font: normal .85em Arial;
    color: #333;
    padding: 15px;
    padding-left: 20px;
    text-decoration: none;
    background: none;
    display: block;
	min-height: 44px;
	min-width: 44px;
	box-sizing: border-box;
}

#responsiveLeftMenu div.accordion-panel li>a.current {
    color: #006080;
    text-decoration: underline;
    background: none;
}

#responsiveLeftMenu div.accordion-panel li>a:hover {
    color: #006080;
    text-decoration: underline;
    background: none;
}

/* End Responsive Left Menu */

/* Responsive Menu */
@media (min-width: 992px) {
    #menuOverlay {
        display: none !important;
    }
}

#menuOverlay {
    position: absolute;
    display: none;
    width: 100%;
    height: calc(100% - 85px);
    top: 85px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999999999;
}

@media (min-width: 992px) {
    #responsiveMenu {
        display: none !important;
    }
}

#responsiveMenu {
    display: none;
    width: 100%;
    position: absolute;
    left: 0px;
    background: white;
    z-index: 99999999999;
    text-align: left;
    top: 85px;
    border-bottom: solid 1px #333;
}

#responsiveMenu #menuPanel>div,
#responsiveMenu #childrenPanel>div {
    padding: 10px 20px;
    font-size: 18px;
    cursor: pointer;
}

#responsiveMenu #menuPanel>div>a {
    color: #333;
    text-decoration: none;
}

#responsiveMenu #menuPanel>div:nth-child(even) {
    background-color: #d7d7d7;
}

#responsiveMenu #menuPanel i {
    float: right;
    position: relative;
    top: 4px;
}

#responsiveMenu #childrenPanel,
#responsiveMenu #menuPanel {
    display: inline-block;
    width: 100%;
    background-color: white;
    transition: transform 350ms ease, -webkit-transform 350ms ease;
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
}

#responsiveMenu #menuPanel {
    position: relative;
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
}

#responsiveMenu #childrenPanel {
    position: absolute;
    left: 0px;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    border-bottom: solid 1px #333;
}

#responsiveMenu #childrenPanel img {
    margin-left: 5px;
}

#responsiveMenu #childrenPanel #childrenPanelTitle {
    text-align: center;
    color: #333;
    cursor: pointer;
}

#responsiveMenu #childrenPanel>div>a {
    color: #333;
    text-decoration: none;
}

#responsiveMenu #menuPanel>div>a:hover,
#responsiveMenu #childrenPanel>div>a:hover {
    color: #09F;
    text-decoration: underline;
    background: none;
}

#responsiveMenu #childrenPanel>div:nth-child(even) {
    background-color: #d7d7d7;
}

#responsiveMenu #childrenPanel i {
    float: left;
}

/* End Responsive Menu */

/* Responsive Table */
@media (max-width: 991px) {

    .responsive-table,
    .responsive-table thead,
    .responsive-table tbody,
    .responsive-table th,
    .responsive-table td,
    .responsive-table tr {
        display: block;
    }

    .responsive-table tbody tr:nth-child(1) {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .responsive-table tr {
        border: 1px solid #464646 !important;
    }

    .responsive-table tr:nth-child(odd) {
        background-color: #d7d7d7 !important;
    }

    .responsive-table tr:nth-child(odd) td {
        background-color: #d7d7d7 !important;
    }

    .responsive-table td {
        border: none;
        border-bottom: 1px solid #464646 !important;
        position: relative;
        padding-left: 50% !important;
        text-align: left;
    }

    .responsive-table td:before {
        position: absolute;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        font-weight: bold;
    }
}

/* End Responsive Table */