/* Minification failed. Returning unminified contents.
(1925,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1926,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1927,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1928,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1929,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1930,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1931,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1932,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1933,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1934,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1935,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(1936,19): run-time error CSS1039: Token not allowed after unary operator: '-bs-tooltip-zindex'
(1951,21): run-time error CSS1039: Token not allowed after unary operator: '-bs-tooltip-font-size'
(1957,23): run-time error CSS1039: Token not allowed after unary operator: '-bs-tooltip-opacity'
(1962,21): run-time error CSS1039: Token not allowed after unary operator: '-bs-tooltip-arrow-width'
(1963,22): run-time error CSS1039: Token not allowed after unary operator: '-bs-tooltip-arrow-height'
(1974,28): run-time error CSS1039: Token not allowed after unary operator: '-bs-tooltip-arrow-height'
(1979,28): run-time error CSS1039: Token not allowed after unary operator: '-bs-tooltip-arrow-height'
(1979,64): run-time error CSS1039: Token not allowed after unary operator: '-bs-tooltip-arrow-width'
(1980,32): run-time error CSS1039: Token not allowed after unary operator: '-bs-tooltip-bg'
(1985,21): run-time error CSS1039: Token not allowed after unary operator: '-bs-tooltip-max-width'
(1986,19): run-time error CSS1039: Token not allowed after unary operator: '-bs-tooltip-padding-y'
(1986,47): run-time error CSS1039: Token not allowed after unary operator: '-bs-tooltip-padding-x'
(1987,17): run-time error CSS1039: Token not allowed after unary operator: '-bs-tooltip-color'
(1989,28): run-time error CSS1039: Token not allowed after unary operator: '-bs-tooltip-bg'
(1990,25): run-time error CSS1039: Token not allowed after unary operator: '-bs-tooltip-border-radius'
 */
#nothing {} 

#popup_container {
	font-family: Arial, sans-serif;
	font-size: 12px;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background: #FFF;
	border: solid 5px #999;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #666;
	background: #CCC url(images/title.gif) top repeat-x;
	border: solid 1px #FFF;
	border-bottom: solid 1px #999;
	cursor: default;
	padding: 0em;
	margin: 0em;
}

#popup_content {
	background: 16px 16px no-repeat url(images/info.gif);
	padding: 1em 1.75em;
	margin: 0em;
}

#popup_content.alert {
	background-image: url(images/info.gif);
}

#popup_content.confirm {
	background-image: url(images/important.gif);
}

#popup_content.prompt {
	background-image: url(images/help.gif);
}

#popup_content.warning {
	background-image: url(images/warning.png);
}

#popup_message {
	padding-left: 48px;
}

#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
}

#popup_prompt {
	margin: .5em 0em;
}
/* global */
div.ui-cluetip {
  font-size: 1em;
  z-index: 10001;
}
.ui-cluetip-header,
.ui-cluetip-content {
  padding: 12px;
}
.ui-cluetip-header {
  font-size: 1em;
  margin: 0;
  overflow: hidden;
}

.cluetip-title .cluetip-close {
  float: right;
  position: relative;
}
.cluetip-close img {
  border: 0;
}

#cluetip-waitimage {
  width: 43px;
  height: 11px;
  position: absolute;
  background-image: url(images/wait.gif);
}
.cluetip-arrows {
  display: none;
  position: absolute;
  top: 0;
  left: -11px;
  width: 11px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: 0 0;
  border-width: 0;
}
.cluetip-extra {
  display: none;
}

/***************************************
   =cluetipClass: 'default'
-------------------------------------- */

.cluetip-default {
  background-color: #d9d9c2;
}
.cluetip-default .ui-cluetip-header {
  background-color: #87876a;
}


/*
.cluetip-default #cluetip-outer {
  position: relative;
  margin: 0;
  background-color: #d9d9c2;
}
.cluetip-default h3#cluetip-title {
  margin: 0 0 5px;
  padding: 8px 10px 4px;
  font-size: 1.1em;
  font-weight: normal;
  background-color: #87876a;
  color: #fff;
}
.cluetip-default #cluetip-title a {
  color: #d9d9c2;
  font-size: 0.95em;
}
.cluetip-default #cluetip-inner {
  padding: 10px;
}
.cluetip-default div#cluetip-close {
  text-align: right;
  margin: 0 5px 5px;
  color: #900;
}
*/
/* default arrows */
div.cluetip-default .cluetip-arrows {
  border-width: 0;
  background: transparent none;
}
div.clue-right-default .cluetip-arrows {
  background-image: url(images/darrowleft.gif);
}
div.clue-left-default .cluetip-arrows {
  background-image: url(images/darrowright.gif);
  left: 100%;
  margin-right: -11px;
}
div.clue-top-default .cluetip-arrows {
  background-image: url(images/darrowdown.gif);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  width: 22px;
  height: 11px;
}
div.clue-bottom-default .cluetip-arrows {
  background-image: url(images/darrowup.gif);
  top: -11px;
  left: 50%;
  margin-left: -11px;
  width: 22px;
  height: 11px;
}

/***************************************
   =cluetipClass: 'jtip'
-------------------------------------- */
.cluetip-jtip {
  background-color: #fff;
}
.cluetip-jtip .cluetip-outer {
  border: 2px solid #ccc;
  position: relative;
}

.cluetip-jtip .cluetip-inner {
  padding: 5px;
  display: inline-block;
}
.cluetip-jtip div.cluetip-close {
  text-align: right;
  margin: 0 5px 0;
  color: #900;
}

.cluetip-jtip .ui-cluetip-header {
  background-color: #ccc;
  padding: 6px;
/*  margin-bottom: 1em;*/
}

/* jtip arrows */
div.cluetip-jtip .cluetip-arrows {
  border-width: 0;
  background: transparent none;
}
div.clue-right-jtip .cluetip-arrows {
  background-image: url(images/arrowleft.gif);
}
div.clue-left-jtip .cluetip-arrows {
  background-image: url(images/arrowright.gif);
  left: 100%;
  margin-right: -11px;
}
div.clue-top-jtip .cluetip-arrows {
  background-image: url(images/arrowdown.gif);
  top: 100%;
  left: 50%;
  width: 22px;
  height: 11px;
  margin-left: -11px;
}
div.clue-bottom-jtip .cluetip-arrows {
  background-image: url(images/arrowup.gif);
  top: -11px;
  left: 50%;
  width: 22px;
  height: 11px;
  margin-left: -11px;
}

/***************************************
   =cluetipClass: 'rounded'
-------------------------------------- */
.cluetip-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-color: #fff;
  border: 1px solid #ccc;
}
.cluetip-rounded  .cluetip-arrows {
  border-color: #ccc;
}

/* need to be more specific here to override ThemeRoller defaults */
div.cluetip-rounded  .cluetip-arrows {
  font-size: 0;
  line-height: 0%;
  width: 0;
  height: 0;
  border-style: solid;
  background: transparent none;
}
div.clue-right-rounded .cluetip-arrows {
  border-width: 11px 11px 11px 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
div.clue-left-rounded .cluetip-arrows {
  left: 100%;
  margin-right: -11px;
  border-width: 11px 0 11px 11px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;

}
div.clue-top-rounded .cluetip-arrows {
  top: 100%;
  left: 50%;
  border-width: 11px 11px 0 11px;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.clue-bottom-rounded .cluetip-arrows {
  top: -11px;
  left: 50%;
  border-width: 0 11px 11px 11px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-left-color: transparent;

}
/* stupid IE6 HasLayout hack */
.cluetip-rounded .cluetip-title,
.cluetip-rounded .cluetip-inner {
  zoom: 1;
}
div.crosstab-wrapper {
    float: left;
    padding: 2px;
}

table.crosstab {
    border-collapse: collapse;
}

    table.crosstab td, table.crosstab th {
        border: 2px solid #eeeff0 !important;
        padding: 2px 5px;
        color: #ffffff;
    }

    table.crosstab .crosstab-displayname {
        font-size: 16pt;
    }

.crosstab th.vertical {
    vertical-align: bottom;
}

.crosstab .rowgroup-header, .crosstab .rowgroup-collapse-header, .crosstab .rowgroup-collapse-child {
    vertical-align: top;
    font-weight: bold !important;
}

.crosstab .colgroup-header {
    font-weight: bold !important;
}


.crosstab .group-selectable {
    cursor: pointer;
}

.crosstab .data {
    background-position: center;
    background-repeat: no-repeat !important;
}

    .crosstab .data.ui-state-enabled {
        cursor: pointer;
    }

    .crosstab-legend .legend-entry.state-yes,
    .crosstab .collapsed-data.state-yes,
    .crosstab .data.state-yes {
        background-image: url(images/tick-circle.png);
    }


    .crosstab-legend .legend-entry.state-no,
    .crosstab .collapsed-data.state-no,
    .crosstab .data.state-no {
        background-image: url(images/empty-circle.png);
    }

.crosstab .ui-widget-header {
    background: #579add;
}

table.crosstab .ui-state-hover.colgroup-header,
table.crosstab .ui-state-hover.rowgroup-header,
table.crosstab .ui-state-hover.rowgroup-collapse-header,
table.crosstab .ui-state-hover.rowgroup-collapse-child {
    background: #77ADE3;
    color: #ffffff;
}

.crosstab th.ui-widget-header {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#A7CAED', endColorstr='#579add'); /* for IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#A7CAED), to(#579add)); /* for webkit browsers */
    background: -moz-linear-gradient(top, #A7CAED, #579add); /* for firefox 3.6+ */
}

    .crosstab th.ui-widget-header.ui-state-hover {
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#A7CAED', endColorstr='#77ADE3'); /* for IE */
        background: -webkit-gradient(linear, left top, left bottom, from(#A7CAED), to(#77ADE3)); /* for webkit browsers */
        background: -moz-linear-gradient(top, #A7CAED, #77ADE3); /* for firefox 3.6+ */
    }

.crosstab .ui-icon {
    height: 16px;
    width: 20px;
    display: inline-block !important;
    border: 0px;
    background-repeat: no-repeat;
    position: relative;
    text-indent: 0px;
    zoom: 1;
}

.crosstab .collapse-row .collapse-cell {
    text-align: center;
}


/* collapsed state */
.crosstab .collapsed-data {
    background-position: center;
    background-repeat: no-repeat;
}

.rowgroup-collapse-header div.crosstab-collapse-anchor {
    cursor: pointer;
}

.crosstab .collapsed-data.ui-state-enabled {
    cursor: pointer;
}

    .crosstab-legend .legend-entry.state-mixed,
    .crosstab .collapsed-data.ui-state-enabled.state-mixed {
        background-image: url(images/minus-white.png);
    }

.crosstab-legend .legend-entry.state-notconfigured,
.crosstab .data[key-configured="false"] {
    background-image: url(images/cross.png) !important;
}


fieldset.crosstab-legend {
    display: inline-block;
}

.crosstab-legend .legend-entry {
    height: 16px;
    width: 20px;
    display: inline-block;
    border: 0px;
    background-repeat: no-repeat;
    zoom: 1;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, CDXnav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
}

html {
    height: 100%;
}

.clear {
    border: medium none;
    clear: both;
    display: block;
    height: 0;
    margin: 0;
    padding: 0;
    width: 100%;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

body {
    font: 1em/1 Arial,sans-serif;
    line-height: 1.6em;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

a, a:link {
    color: #3578bb;
    font-weight: bold;
    text-decoration: none;
}

    a:hover {
        color: #79abff;
        text-decoration: underline;
    }

    a:active {
        color: #79abff;
    }

ul {
    list-style-type: square;
}

    ul li {
        margin-left: 1.5em;
    }

fieldset {
    margin: 0.5em 0;
    padding: 0.5em;
    border: 1px solid #000000;
}

    fieldset legend {
        font-size: 1.2em;
        color: #000000;
        font-weight: bold;
        padding: 0 0.5em;
        margin: 0 -0.5em;
    }

h1, h2, h3, h4, h5, h6 {
    margin: 0.5em 0;
    font-weight: bold;
    color: black;
}

h1 {
    font-size: 3.2em;
}

h2 {
    font-size: 2.6em;
}

h3 {
    font-size: 1.8em;
}

h4 {
    font-size: 1.4em;
}

h5 {
    font-size: 1.2em;
}

h6 {
    font-size: 1.0em;
}

p {
    margin-bottom: 0.4em;
    margin-top: 0.4em;
}

blockquote {
    margin: 0.8em 2em;
}

.HeaderSection {
    width: 100%;
    height: 90px;
    background: #579ADE;
    font-size: 0.95em;
}

.logo {
    padding-right: 10px;
    padding-left: 15px;
}

.info {
    height: 61px;
    position: absolute;
    top: 5px;
    right: 0.5em;
    z-index: 10000;
}


.MenuSection {
    position: absolute;
    left: 188px;
    right: 167px;
    margin-right: 0;
    background: #579ADE; /* Superfish second-level menu background color */
    height: 70px;
    font-weight: bold;
    letter-spacing: 0.1em;
    z-index: 5000;
}

    .MenuSection li {
        z-index: 5000;
    }

.welcome {
    color: #d4e4ff;
    padding-top: 0.4em;
    text-align: right;
}

    .welcome a {
        color: #f0f6ff;
        text-decoration: none;
    }

        .welcome a:active, .welcome.showTip {
            color: #579AC8;
            text-decoration: underline;
        }

        .welcome a:hover {
            color: #FFBC57;
            text-decoration: underline;
        }

#EnvironmentString {
    display: block;
    height: 2.5em;
    padding-top: 0.25em;
    color: #3070b0;
    text-align: right; /*    width:167px;*/
}

#ToolTipTable {
    width: 100%;
}

    #ToolTipTable td {
        width: 50%;
        font-weight: bold;
        font-style: italic;
    }

.ContentsSection {
    padding: 1em;
}

.LoginPage {
    width: 100%;
    /*width: 960px;
	margin-left: auto;
	margin-right: auto;
*/
}

    .LoginPage input[type="text"], .LoginPage input[type="password"] {
        width: 149px;
    }

.loginform {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px; /* margin-bottom: 20px; */
}

    .loginform fieldset {
        margin: 0.5em 0;
        padding: 0.5em;
        border: none;
    }

input[readonly='readonly'] {
    border: none;
}

/* grid */
a.gridaction {
    color: #3578bb;
    font-weight: bold;
    text-decoration: none;
}

.Grid tr.GridNavigationRow td {
    text-align: center;
}

.Grid tr.Search .SearchCell .SearchParameter {
    margin: 0px;
    padding: 0px;
    border-width: 1px;
    border-style: groove;
    border-color: #579add;
    width: 97%;
    font-style: italic;
}

.SearchParameter {
    color:black;
}

.Grid .FitToCell {
    width: 97%;
}

.Grid tr.Labels .ColumnHeader {
    padding-top: 2px;
    padding-bottom: 2px;
    vertical-align: bottom;
}

.Grid {
    table-layout: fixed;
}

    .Grid td, .Grid th {
        overflow: hidden;
        height: 18px;
        white-space: nowrap;
        text-overflow: ellipsis;
    }


    .Grid tr.Odd td {
        background-color: #EEEFF0;
    }

.ManualTable tr.Odd td {
    background-color: #EEEFF0;
}


.Grid .sort-indicator {
    float: right;
    cursor: pointer;
    z-index: 3;
    position: relative;
    right: 0;
}


.Grid .CDXnav-actions {
    display: inline;
}

    .Grid .CDXnav-actions.left {
        float: left;
    }

    .Grid .CDXnav-actions.right {
        float: right;
    }

.Grid .action-icon {
    height: 24px;
    width: 24px;
    border: 0px;
    background-repeat: no-repeat;
    cursor: pointer;
}

    .Grid .action-icon.left {
        float: left;
    }

    .Grid .action-icon.right {
        float: right;
    }

    .Grid .action-icon.exporttocsv {
        background-image: url(images/text-csv.png);
    }

.Grid .row-selector-cell {
    text-align: center;
}

.Grid .client-group-selector {
    text-align: center;
    cursor: pointer;
}


/* User edit form prettiness */
#AddCDXDCOUser_Form label, #AddSite_Form label, #MyProfile_Form label, #EditUser_Form label, #AddUser_Form label, #CreateCarrierGroup_Form label, #EditCarrierGroup_Base label, #CreateCarrier_Form label, #CreateTPA_Form label, #CreateDocumentType_Form label, #EditDocument_Form label, #CreateDocument_Form label, #CreateAnnouncement_Form label, #EditAnnouncement_Form label, #ResetPassword_Form label, #CreateWhatsNew_Form label, #EditWhatsNew_Form label, #TransferLocation_Form label, #CreateProduct_Form label, #EditProduct_Form label, #CreateDCOCarrierRegistration_Form label, #EditDCOCarrierRegistration_Form label, #Password_Form label, #ForgotPassword_Form label, #EditSecurityQuestion_Form label, #CreateSecurityQuestion_Form label, #EditSecurityQuestion_Form label, #EditCredentials_Form label, #CreateCredentials_Form label, .SingleColumnLayout label, label.FixedWidth {
    display: inline-block;
    width: 170px;
    font-weight: bold;
    vertical-align: top;
}

.SingleColumnLayout label,
label.FixedWidth {
    width: 200px;
}

#EditTPA_Form label, #EditCarrier_Form label {
    display: inline-block;
    width: 260px;
    font-weight: bold;
    vertical-align: top;
}

#EXRSearch_Form label:not(.unaffected),
#EXRSearch_Form .column {
    display: inline-block;
    width: 375px;
    font-weight: bold;
    vertical-align: top;
    text-align: right;
    margin-right: 25px;
}

.buttons {
    margin-left: 170px;
    margin-top: 1em;
    font-weight: bold;
}


.SingleColumnLayoutWide label {
    display: inline-block;
    width: 330px;
    font-weight: bold;
    vertical-align: top;
    text-align: right;
    margin-right: 25px;
}

.SingleColumnLayoutWide .buttons {
    margin-left: 275px;
    margin-top: 1em;
}

.SearchLayoutWide label {
    display: inline-block;
    width: 250px;
    font-weight: bold;
    vertical-align: top;
    margin-right: 25px;
}

.SearchLayoutWide .buttons {
    margin-left: 250px;
    margin-top: 1em;
}

.loginform label {
    display: inline-block;
    width: 7em;
    font-weight: bold;
    line-height: 2em;
}

.loginform .buttons {
    margin-left: 2em;
    margin-right: 2em;
    text-align: center;
}

.loginform p {
    margin-left: 7em;
    margin-right: 7em;
    text-align: center;
}

.loginerror {
    padding: 0.8em;
    margin-bottom: 1.6em;
}

.cdxBootstrapForm div 
{
    clear: none;
}

form div {
    display: block;
    clear: both;
}

/* Form validation */
.validation-list {
    margin-top: 1em;
}

/* jquery places div at z-index 1, which conflicts with superfish menu */
div#ui-datepicker-div.ui-datepicker {
    z-index: 200 !important;
}

.AnnouncementsList {
    width: 940px;
    margin-right: 10px;
    margin-left: 10px;
    overflow: hidden;
}



.MainAnnouncements, .CDXAnnouncements, .BEEPAnnouncements, .PEEPAnnouncements, .EXRAnnouncements, .WhatsNew {
    width: 960px;
    margin: 20px auto 20px auto;
}

    .MainAnnouncements .AnnouncementsList {
        float: left;
        width: 300px;
        margin-right: 10px;
        margin-left: 10px;
    }

.AnnouncementsList h2 {
    font-size: 1.6em;
    font-weight: bold;
    color: #3070b0;
    display: block;
    padding-bottom: 0.1em;
    margin-bottom: 0.5em;
}

.AnnouncementsList li {
    list-style-type: none;
    margin-left: 0;
}

.AnnouncementDate {
    display: inline-block;
    width: 5em;
    font-weight: bold;
}

.AnnouncementTitle {
    text-align: center;
    width: 5em;
    font-weight: bold;
}


.ImportantAnnouncement {
    color: #ff2020;
}

.PasswordRequirementsList {
    margin-top: 1em;
    margin-left: 20px;
}

.PasswordRequirementsList {
    color: #3070b0;
}

#ApplicationForm {
    width: 962px;
    margin-left: auto;
    margin-right: auto;
}

    #ApplicationForm label {
        display: inline-block;
        width: 160px;
        font-weight: bold;
    }

    #ApplicationForm fieldset {
        margin: 10px 0;
        padding: 0;
    }

        #ApplicationForm fieldset legend {
            padding: 0 5px;
            margin: 0 5px;
        }

    #ApplicationForm blockquote {
        font-style: italic;
    }

    #ApplicationForm input[type=text] {
        width: 274px;
    }

    #ApplicationForm .column1, #ApplicationForm .column2 {
        width: 460px;
        margin: 0 10px 10px 10px;
        float: left;
        clear: none !important;
    }

    #ApplicationForm .columnSpecial {
        width: 100%;
        margin: 0 10px 10px 10px;
        float: left;
        clear: none !important;
    }

    #ApplicationForm .columnFull {
        width: 940px;
        margin: 0 10px 10px 10px;
        float: left;
        clear: none !important;
    }

.applicationlegend {
    font-size: 1.2em;
    color: #3070b0;
    font-weight: bold;
    padding: 0 0.5em;
    margin: 0 -0.5em;
}

/* Hide the Application's spam bait field */
fieldset#comments {
    display: none;
}

.hidden {
    display: none;
}

.greyed, .grayed {
    color: gray;
}

/* captcha markup */
.CaptchaWrapper .CaptchaImage {
    display: inline;
    margin-left: 150px;
}

.CaptchaWrapper .CaptchaResponse {
    clear: both;
    display: block;
    margin-left: 150px;
}

/* locations and products */
#tblProductSetup .ui-icon {
    display: inline-block !important;
}

/* locations and products */
#tblETRResponseSetup .ui-icon {
    display: inline-block !important;
}


.LocationConfig .LocationLink {
    height: 16px;
    width: 16px;
    display: inline-block;
    border: 0px;
    cursor: pointer;
}


.LocationConfig.NoLocationSelected .LocationLink {
    visibility: hidden;
}

/* hijack editor, list */
.HijackEditor .PageTitle {
    visibility: hidden;
    display: none;
}

.ui-tabs .PageTitle {
    visibility: hidden;
    display: none;
}

.required {
    background: url("images/exclamation-small-white.png") no-repeat scroll right center transparent;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
}

.additionalInfo {
    background: url("images/info.gif") no-repeat scroll right center transparent;
    background-size: contain;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
}

.breadcrumb-arrow {
    background: url("images/Arrow.png") no-repeat scroll right center transparent;
    width: 16px;
    height: 16px;
    display: inline-block;
}

label + .required {
    margin-left: -16px;
}

.wider input {
    width: 20em;
}

.narrower input {
    width: 5em;
}

.small input {
    width: 2em;
}

/* management report pages */
.reportparameters {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}

.parametercolumn {
    float: left;
    display: block;
    width: 278px;
    padding: 10px;
    margin-right: 10px;
    margin-left: 10px;
    clear: none;
}

.bootstrapParameterColumn {
    float: left;
    display: block;
    clear: none;
}


.reportparameters td {
    width: 33%;
    vertical-align: top;
}

.ui-icon-centered {
    margin-left: auto;
    margin-right: auto;
}

.on-top {
    z-index: 10000;
}

.buttons input, .buttons a {
    vertical-align: middle;
}

.ButtonLink {
    padding-bottom: 1px;
}

.btn-icon {
    background: transparent;
    border: none;
    padding: 0;
    margin: auto;
}

    .btn-icon.ui-button.ui-corner-all.ui-widget {
        background: transparent;
        border: none;
        padding: 0;
        margin: auto;
    }

.GridNew {
    border-collapse: collapse;
    font-family: Arial,sans-serif;
    color: #474747;
    width: 100%;
    table-layout: fixed;
}

    .GridNew td {
        padding: 2px;
        /*border: solid 1px #c1c1c1;*/
        text-align: center;
        font-size: 9pt;
        font-family: Arial,sans-serif;
        color: Black;
    }

    .GridNew th a {
        color: white;
    }

    .GridNew th {
        padding: 4px 2px;
        color: #f0f6ff;
        background: #579add url(images/grid-header.png) repeat-x top;
        border: 2px solid white;
        font-weight: bold;
        font-size: 9pt;
        font-family: Arial,sans-serif;
        text-align: center;
    }

    .GridNew .alt {
        background-color: #EEEFF0;
    }

    .GridNew .pgr {
        background: #EEEFF0;
        text-align: center;
    }

        .GridNew .pgr table {
            margin: 3px 0;
        }

        .GridNew .pgr td {
            border-width: 0;
            padding: 0 6px;
            border-left: solid 1px #666;
            font-weight: bold;
            color: #fff;
            line-height: 12px;
        }

        .GridNew .pgr a {
            color: Gray;
            text-decoration: none;
        }

            .GridNew .pgr a:hover {
                color: #000;
                text-decoration: none;
            }

    .GridNew tr:hover {
        font-weight: bold;
        background: #ffeedd url(images/ui-bg_highlight-hard_100_ffeedd_1x100.png) 50% 50% repeat-x;
        color: #000000;
    }

.errorDiv {
    display: block;
}

.displayBlock {
    display: block;
    color: Red;
    font-weight: bolder;
}


.wrapper {
    position: relative;
    overflow: auto;
    max-height: 100%;
}

.bottom {
    position: absolute;
    bottom: 0;
    left: 0
}

.CriteriaTable {
    border: 1px solid #3070b0;
    background: #ffffff 50% 50% repeat-x;
    color: #000000;
    border-radius: 5px;
    width: 100%;
    table-layout: fixed;
}

.pager {
    text-align: center;
    padding-top: 10px;
}

.errorMessage {
    /*list-style-image: url(images/ui-icons_cc2020_256x240.png);*/
    padding: 20px;
    border: 1px solid #cc2020;
    background: #ffeeee url(images/ui-bg_flat_0_ffeeee_40x100.png) 50% 50% repeat-x;
    color: #cc2020;
    border-radius: 5px;
}

    .errorMessage ul {
        list-style: none;
    }

.boldRedLink {
    color: Red !important;
    font-weight: bold !important;
}

.Subheaders {
    padding: 4px 2px;
    color: #f0f6ff;
    background: #cce0f4 url(images/grid-header.png) repeat-x top;
    border: 2px solid white;
    font-weight: bold;
    font-size: 12pt !important;
    font-family: Arial,sans-serif;
    text-align: center;
}

.leftAlign {
    text-align: left !important;
    word-wrap: break-word !important;
}

.SubheadersContinuedText {
    padding: 4px 2px;
    color: red !important;
    background: #cce0f4 url(images/grid-header.png) repeat-x top;
    border: 2px solid white;
    font-weight: bold;
    font-family: Arial,sans-serif;
    text-align: left !important;
    font-style: italic;
}

.newHeader {
    color: #f0f6ff;
    background: #579add url(images/grid-header.png) repeat-x top;
    border: 2px solid white;
    font-weight: bold;
    font-size: 9pt;
    font-family: Arial,sans-serif;
    text-align: center;
}

.GridNewPrint {
    border-collapse: collapse;
    font-family: Arial,sans-serif;
    color: #474747;
    width: 100%;
    table-layout: fixed;
}

    .GridNewPrint td {
        padding: 2px;
        /*border: solid 1px #c1c1c1;*/
        text-align: center;
        font-size: 9pt;
        font-family: Arial,sans-serif;
        color: Black;
    }

    .GridNewPrint th {
        padding: 4px 2px;
        color: #579add;
        background: #579add url(images/grid-header.png) repeat-x top;
        border: 2px solid white;
        font-weight: bold;
        font-size: 9pt;
        font-family: Arial,sans-serif;
        text-align: center;
    }

    .GridNewPrint .alt {
        background-color: #EEEFF0;
    }

    .GridNewPrint .pgr {
        background: #EEEFF0;
        text-align: center;
    }

        .GridNewPrint .pgr table {
            margin: 3px 0;
        }

        .GridNewPrint .pgr td {
            border-width: 0;
            padding: 0 6px;
            border-left: solid 1px #666;
            font-weight: bold;
            color: #fff;
            line-height: 12px;
        }

        .GridNewPrint .pgr a {
            color: Gray;
            text-decoration: none;
        }

            .GridNewPrint .pgr a:hover {
                color: #000;
                text-decoration: none;
            }

    .GridNewPrint tr:hover {
        font-weight: bold;
        background: #ffeedd url(images/ui-bg_highlight-hard_100_ffeedd_1x100.png) 50% 50% repeat-x;
        color: #000000;
    }

#policyNav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
    display: table;
    table-layout: fixed;
    padding: 2px;
}



    #policyNav ul li {
        display: table-cell;
        text-align: center;
        padding: 15px;
        background-color: #C8E1FA;
    }

        #policyNav ul li.selected {
            display: table-cell;
            text-align: center;
            border-bottom: 5px solid #579add;
            padding: 15px;
        }

        #policyNav ul li a {
            display: block;
            width: 100%;
            height: 100% !important;
        }


div.row {
    width: 100%;
    display: box;
}

  /* 
      Bootstrap 5 columns now have width instead of max-width, causing this css to override those columns
      div.row div {
        width: 100%;
    }*/

        div.row div.header {
            float: left;
            width: 20%;
            background-color: #C8E1FA;
            padding: 10px;
            margin-bottom: 2px;
            margin-right: 3px;
        }

        div.row div.headerSpecial1 {
            float: left;
            width: 15%;
            background-color: #C8E1FA;
            padding: 1px;
            margin-bottom: 2px;
            margin-right: 3px;
            vertical-align: middle;
        }

        div.row div.headerSpecial2 {
            float: left;
            width: 25%;
            background-color: #C8E1FA;
            padding: 1px;
            margin-bottom: 2px;
            margin-right: 3px;
            vertical-align: middle;
        }

        div.row div.headerSpecial3 {
            float: left;
            width: 13%;
            background-color: #C8E1FA;
            padding: 1px;
            margin-bottom: 2px;
            margin-right: 3px;
            vertical-align: middle;
        }

        div.row div.headerSpecial4 {
            float: left;
            width: 30%;
            background-color: #C8E1FA;
            padding: 1px;
            margin-bottom: 2px;
            margin-right: 3px;
            vertical-align: middle;
        }

        div.row div.headerSpecial5 {
            float: left;
            width: 17%;
            background-color: #C8E1FA;
            padding: 1px;
            margin-bottom: 2px;
            margin-right: 3px;
            vertical-align: middle;
        }

        div.row div.fieldSpecial1 {
            float: left;
            width: 15%;
            padding: 1px;
            margin-bottom: 2px;
            margin-right: 3px;
        }

        div.row div.fieldSpecial2 {
            float: left;
            width: 25%;
            padding: 1px;
            margin-bottom: 2px;
            margin-right: 3px;
        }

        div.row div.fieldSpecial3 {
            float: left;
            width: 13%;
            padding: 1px;
            margin-bottom: 2px;
            margin-right: 3px;
        }

        div.row div.fieldSpecial4 {
            float: left;
            width: 30%;
            padding: 1px;
            margin-bottom: 2px;
            margin-right: 3px;
        }

        div.row div.fieldSpecial5 {
            float: left;
            width: 17%;
            padding: 1px;
            margin-bottom: 2px;
            margin-right: 3px;
        }

        div.row div.header2 {
            float: left;
            width: 100%;
            background-color: #C8E1FA;
            padding: 10px;
            margin-bottom: 2px;
            margin-right: 3px;
        }

        div.row div.number {
            width: 50px;
            display: table-cell;
        }

div.clear {
    clear: both;
}

div.block1 {
    width: 100%;
    display: table;
    table-layout: fixed;
}

    div.block1 div {
        display: table-cell;
    }

        div.block1 div.number {
            width: 50px;
            display: table-cell;
        }

        div.block1 div.header {
            background-color: #C8E1FA;
            padding: 2px;
            text-align: left;
            display: table-cell;
        }

            div.block1 div.header span.required {
                margin-left: 0px !important;
            }

        div.block1 div.headerFull {
            display: table-cell;
            width: 100%;
            background-color: #C8E1FA;
            padding: 2px;
            text-align: left;
            box-shadow: 1px 1px 1px #888888;
        }

            div.block1 div.headerFull span.required {
                margin-left: 0px !important;
            }

        div.block1 div.field {
            width: 60%;
            padding: 2px;
            vertical-align: middle;
            display: table-cell;
        }

        div.block1 div.fieldFull {
            display: table-cell;
            padding: 2px;
            vertical-align: middle;
        }

        div.block1 div.holder {
            display: table;
            margin: 1px;
            margin-bottom: 5px;
        }

        div.block1 div.holderSpecial {
            display: block;
            height: 100%;
            margin-bottom: 5px;
        }

        div.block1 div.headerFullSpecial {
            display: table-cell;
            background-color: #C8E1FA;
            text-align: center;
            box-shadow: 1px 1px 1px #888888;
        }

        div.block1 div.headerFullLeft {
            display: table-cell;
            width: 98%;
            background-color: #C8E1FA;
            text-align: left;
            box-shadow: 1px 1px 1px #888888;
        }

            div.block1 div.headerFullLeft span.required {
                margin-left: 0px !important;
            }

div.holder {
    width: 100%;
    display: table;
    table-layout: fixed;
    margin: 1px;
    margin-bottom: 5px;
}

div.number {
    width: 50px;
    display: table-cell;
}

div.header {
    display: table-cell;
    background-color: #C8E1FA;
    padding: 2px;
    text-align: left;
    vertical-align: middle;
    box-shadow: 1px 1px 1px #888888;
}

    div.header span.required {
        margin-left: 0px !important;
    }

div.group {
    width: 100%;
    display: table-cell;
}

div.field {
    display: table-cell;
    padding: 2px;
    vertical-align: middle;
}

    div.field select {
        max-width: 250px;
    }

div.fieldSpecial {
    padding: 2px;
    margin: 1px;
    vertical-align: middle;
    text-align: center;
}

.ErrorControl {
    background-color: #FBE3E4;
    border: solid 1px Red;
}

.maxWidthGrid {
    word-wrap: break-word;
}

.centerNew {
    padding-top: 20px;
    width: 100%;
}

    .centerNew a {
        color: White !important;
        text-decoration: none;
        font-size: 12pt;
    }

        .centerNew a:hover {
            text-decoration: underline;
        }

.loginHr {
    height: 1px;
    background-color: #3070b0;
    border: none;
}


.page-wrap {
    min-height: 100%;
    /* equal to footer height */
    margin-bottom: -164px;
    background-image: -ms-linear-gradient(bottom, #9EBEE6 0%, #FFFFFF 75%); /* Mozilla Firefox */
    background-image: -moz-linear-gradient(bottom, #9EBEE6 0%, #FFFFFF 75%); /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #9EBEE6), color-stop(.75, #FFFFFF)); /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(bottom, #9EBEE6 0%, #FFFFFF 75%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#FFFFFF, endColorstr=#9EBEE6);
}

    .page-wrap:after {
        content: "";
        display: block;
    }

    .page-wrap:after {
        height: 150px;
    }


.headerBrand {
    color: Orange;
    font-size: 20pt;
    font-weight: bold;
    font-style: italic;
    font-family: Calibri;
    padding-bottom: 10px;
    padding-top: 5px;
    letter-spacing: 0;
}

/*Fixes to jQuery-ui css to restore previous appearance - BEGIN*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid #3070b0;
    background: #d4e4ff url(images/ui-bg_highlight-hard_100_d4e4ff_1x100.png) 50% 50% repeat-x;
    font-weight: bold;
    color: #000000;
}

    .ui-state-default a,
    .ui-state-default a:link,
    .ui-state-default a:visited,
    a.ui-button,
    a:link.ui-button,
    a:visited.ui-button,
    .ui-button {
        color: #000000;
        text-decoration: none;
    }

        .ui-state-hover,
        .ui-widget-content .ui-state-hover,
        .ui-widget-header .ui-state-hover,
        .ui-state-focus,
        .ui-widget-content .ui-state-focus,
        .ui-widget-header .ui-state-focus,
        .ui-button:hover,
        .ui-button:focus {
            border: 1px solid #3070b0;
            font-weight: bold;
            background: #ffeedd url(images/ui-bg_highlight-hard_100_ffeedd_1x100.png) 50% 50% repeat-x;
            color: #000000;
        }

            .ui-state-hover a,
            .ui-state-hover a:link,
            .ui-state-hover a:visited,
            .ui-state-focus a,
            .ui-state-focus a:link,
            .ui-state-focus a:visited,
            .ui-state-active a:link,
            a.ui-button:hover,
            a.ui-button:focus {
                color: #3070b0;
                text-decoration: none;
            }

                .ui-state-hover a:hover,
                .ui-state-focus a:hover {
                    color: #3070b0;
                    text-decoration: underline;
                }

        .ui-state-active,
        .ui-widget-content .ui-state-active,
        .ui-widget-header .ui-state-active,
        a.ui-button:active,
        .ui-button:active,
        .ui-button.ui-state-active:hover {
            border: 1px solid #3070b0;
            background: #ffffff 50% 50% repeat-x;
            font-weight: bold;
            color: #3070b0;
        }

.ui-widget {
    font-family: Arial,sans-serif;
    font-size: 1em;
}

    .ui-widget .ui-widget {
        font-size: 1em;
    }

    .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
        font-family: Arial,sans-serif;
        font-size: 1em;
    }

    .ui-widget-content, .ui-widget.ui-widget-content {
        border: 1px solid #3070b0;
        background: #ffffff 50% 50% repeat-x;
        color: #000000;
    }

.ui-widget-header {
    border: 1px solid #3070b0;
    background: #579add url(images/ui-bg_highlight-soft_80_579add_1x100.png) 50% 50% repeat-x;
    color: #f0f6ff;
    font-weight: bold;
}

    .ui-widget-header a {
        color: #f0f6ff;
    }

.ui-button-icon-only {
    background: transparent;
    border: none;
}

.ui-icon {
    width: 16px;
    height: 16px;
    background-image: url(images/ui-icons_000000_256x240.png);
    margin-top: inherit;
}

.ui-widget-content .ui-icon {
    background-image: url(images/ui-icons_000000_256x240.png);
}

.ui-widget-header .ui-icon {
    background-image: url(images/ui-icons_f0f6ff_256x240.png);
}

.ui-state-default .ui-icon {
    background-image: url(images/ui-icons_3070b0_256x240.png);
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
    background-image: url(images/ui-icons_3070b0_256x240.png);
}

.ui-state-active .ui-icon {
    background-image: url(images/ui-icons_3070b0_256x240.png);
}

.ui-state-highlight .ui-icon {
    background-image: url(images/ui-icons_3070b0_256x240.png);
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
    background-image: url(images/ui-icons_cc2020_256x240.png);
}

.ButtonLink {
    padding-bottom: 0.4em;
}
/*Fixes to jQuery-ui css to restore previous appearance - END*/

/*Crosstab style adjustment to restore prior behavior*/
div.crosstab-wrapper {
    float: none;
}

.search-container {
    margin-top: 15px !important;
    padding: 15px;
    display: none;
}

.row-bootstrap:before,
.row-bootstrap:after {
    display: table;
    content: " ";
}

.row-bootstrap:after {
    clear: both;
}

.row-bootstrap {
    margin-left: -15px;
    margin-right: -15px;
}

.Grid.Grid-AutoLayout {
    table-layout: auto;
}

td.details-control {
    background: url('/Content/DataTables/images/details_open.png') no-repeat center center;
    cursor: pointer;
}

tr.shown td.details-control {
    background: url('/Content/DataTables/images/details_close.png') no-repeat center center;
}

.ui-tooltip {
    z-index: 50;
}

/* Bootstrap 5 Tooltip Styling to prevent other Bootstrap styling from modifying current UI */

.tooltip {
    --bs-tooltip-zindex: 1080;
    --bs-tooltip-max-width: 200px;
    --bs-tooltip-padding-x: 0.5rem;
    --bs-tooltip-padding-y: 0.25rem;
    --bs-tooltip-font-size: 0.875rem;
    --bs-tooltip-color: #ffffff;
    --bs-tooltip-bg: #000000;
    --bs-tooltip-border-radius: 0.375rem;
    --bs-tooltip-opacity: 0.9;
    --bs-tooltip-arrow-width: 0.8rem;
    --bs-tooltip-arrow-height: 0.4rem;
    z-index: var(--bs-tooltip-zindex);
    display: block;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: var(--bs-tooltip-font-size);
    word-wrap: break-word;
    opacity: 0;
}

    .tooltip.show {
        opacity: var(--bs-tooltip-opacity);
    }

    .tooltip .tooltip-arrow {
        display: block;
        width: var(--bs-tooltip-arrow-width);
        height: var(--bs-tooltip-arrow-height);
    }

        .tooltip .tooltip-arrow::before {
            position: absolute;
            content: "";
            border-color: transparent;
            border-style: solid;
        }

.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
    bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}

    .bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
        top: -1px;
        border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
        border-top-color: var(--bs-tooltip-bg);
    }

/* rtl:end:ignore */
.tooltip-inner {
    max-width: var(--bs-tooltip-max-width);
    padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
    color: var(--bs-tooltip-color);
    text-align: center;
    background-color: var(--bs-tooltip-bg);
    border-radius: var(--bs-tooltip-border-radius);
}

table td.fit,
table th.fit {
    white-space: nowrap;
    width: 1% !important;
}

@media (min-width: 992px) {
    .modal-xl {
        width: 950px;
    }
}

@media (min-width: 1350px) {
    .modal-xl {
        width: 1275px;
    }
}

/*  Adapted/overriding from bootstrap classes  */
.label {
    font-size: 100%;
}

.row-bootstrap input {
    line-height: normal;
}

.label .badge {
    position: relative;
    top: -1px;
}

.label-default .badge {
    color: #fff;
    background-color: #333;
}

.label-primary .badge {
    color: #579ade;
    background-color: #ffffff;
}

.label-success .badge {
    color: #5cb85c;
    background-color: #fff;
}

.label-info .badge {
    color: #5bc0de;
    background-color: #fff;
}

.label-warning .badge {
    color: #f0ad4e;
    background-color: #fff;
}

.label-danger .badge {
    color: #d9534f;
    background-color: #fff;
}

/*  ---------------- Badges within labels ---------------------- */
.label-pill {
    padding: 5px 10px 5px 10px;
}

.search-result-statuses .label {
    margin-right: 10px;
    display: inline-block;
}

#AppSteps {
    margin-bottom: 20px;
    display: flex;
    min-width: 1300px;
}

    #AppSteps > ul {
        list-style-type: none;
        display: inline-block;
        margin: auto;
    }

        #AppSteps > ul > li {
            display: inline-block;
            margin-left: 0;
            text-align: center;
        }

            #AppSteps > ul > li > p {
                display: inline-block;
                position: relative;
                text-align: center;
                width: 200px;
            }

                #AppSteps > ul > li > p::before {
                    content: '';
                    position: absolute;
                    z-index: 1;
                    left: 50%;
                    right: auto;
                    height: 12px;
                    width: 12px;
                    border-radius: 50%;
                    background-color: #cccccc;
                    margin-top: 25px;
                }

            #AppSteps > ul > li.step-visited > p::before {
                background-color: #579ade;
            }

            #AppSteps > ul > li.step-current > p {
                font-weight: bold;
                font-size: 14px;
                color: #579ade;
            }

                #AppSteps > ul > li.step-current > p::before {
                    height: 16px;
                    width: 16px;
                    margin-top: 23px;
                    background-color: #579ade;
                }

            #AppSteps > ul > li > p::after {
                position: absolute;
                content: '';
                height: 3px;
                background: #cccccc;
                margin: 0;
                left: 50%;
                width: 105%;
                margin-top: 29px
            }

            #AppSteps > ul > li.step-visited > p::after {
                background-color: #579ade;
            }

            #AppSteps > ul > li:last-child > p::after {
                content: none;
            }

/* Helper Classes */
.p-5 {
    padding: 5px;
}

.p-10 {
    padding: 10px;
}

.p-15 {
    padding: 15px;
}

.p-20 {
    padding: 20px;
}

.p-25 {
    padding: 25px;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.cdx-container {
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    flex-grow: 1;
}

.page-content {
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 768px) {
    .page-content {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .page-content {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .page-content {
        width: 1170px;
    }
}

.orange-button {
    padding: 2px 30px 5px 30px !important;
    background-color: #EAA624;
    color: #FFF !important;
    font-size: 20px;
    border: 0;
    display: inline-block;
    margin-left: 10px;
    line-height: 40px;
}

.hero-image {
    max-width: 100%;
}

.hero-image-container {
    display: inline-block;
    overflow: hidden;
    max-height: 452px;
    margin-top: -20px;
    margin-right: -15px;
    margin-left:-15px;
}

/* Tables */
.table {
    background-color: transparent;
}

    .table col[class*="col-"] {
        position: static;
        display: table-column;
        float: none;
    }

    .table td[class*="col-"],
    .table th[class*="col-"] {
        position: static;
        display: table-cell;
        float: none;
    }

    .table th {
        text-align: left;
    }

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse;
    border-spacing: 0;
}

    .table > thead > tr > th,
    .table > tbody > tr > th,
    .table > tfoot > tr > th,
    .table > thead > tr > td,
    .table > tbody > tr > td,
    .table > tfoot > tr > td {
        padding: 8px;
        line-height: 1.42857143;
        vertical-align: top;
        border-top: 1px solid #dddddd;
    }

    .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #dddddd;
    }

    .table > caption + thead > tr:first-child > th,
    .table > colgroup + thead > tr:first-child > th,
    .table > thead:first-child > tr:first-child > th,
    .table > caption + thead > tr:first-child > td,
    .table > colgroup + thead > tr:first-child > td,
    .table > thead:first-child > tr:first-child > td {
        border-top: 0;
    }

    .table > tbody + tbody {
        border-top: 2px solid #dddddd;
    }

    .table .table {
        background-color: #ffffff;
    }

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}

.table-bordered {
    border: 1px solid #dddddd;
}

    .table-bordered > thead > tr > th,
    .table-bordered > tbody > tr > th,
    .table-bordered > tfoot > tr > th,
    .table-bordered > thead > tr > td,
    .table-bordered > tbody > tr > td,
    .table-bordered > tfoot > tr > td {
        border: 1px solid #dddddd;
    }

    .table-bordered > thead > tr > th,
    .table-bordered > thead > tr > td {
        border-bottom-width: 2px;
    }

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
    background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
    background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
    background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}

/* Top Bars */

.top-bar {
    height: 35px;
    font-size: 30px;
    line-height: 35px;
    text-align: center;
    font-weight: bold;
}

.top-bar-account-icon {
    height: 15px;
    margin-right: 3px;
    margin-top: 2px;
    vertical-align: baseline;
}

.main-top-bar {
    background-color: #343741;
}

.beep-top-bar {
    background-color: #FDB515;
}

.peep-top-bar {
    background-color: #004987;
    color: #fff;
}

.etr-top-bar {
    background-color: #646569;
    color: #fff;
}

.exr-top-bar {
    background-color: #3E8EDE;
    color: #fff;
}
/* Header/Navbar */

.CDXnav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

    .CDXnav > li {
        position: relative;
        display: block;
    }

        .CDXnav > li > a {
            position: relative;
            display: block;
            padding: 10px 15px;
            color: #424242;
            text-decoration: none;
        }

            .CDXnav > li > a:hover,
            .CDXnav > li > a:focus {
                text-decoration: none;
                background-color: #eeeeee;
            }

        .CDXnav > li.disabled > a {
            color: #777777;
        }

            .CDXnav > li.disabled > a:hover,
            .CDXnav > li.disabled > a:focus {
                color: #777777;
                text-decoration: none;
                cursor: not-allowed;
                background-color: transparent;
            }

    .CDXnav .open > a,
    .CDXnav .open > a:hover,
    .CDXnav .open > a:focus {
        background-color: #eeeeee;
        border-color: #337ab7;
    }

    .CDXnav .CDXnav-divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .CDXnav > li > a > img {
        max-width: none;
    }

.CDXnavbar {
    position: relative;
    min-height: 90px;
    border: 1px solid transparent;
    border-bottom: 1px solid black;
    margin-top: 10px;
}

@media (min-width: 768px) {
    .CDXnavbar {
        border-radius: 4px;
    }
}

@media (min-width: 768px) {
    .CDXnavbar-header {
        float: left;
    }
}

.CDXnavbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}

    .CDXnavbar-collapse.in {
        overflow-y: auto;
    }

@media (min-width: 768px) {
    .CDXnavbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

        .CDXnavbar-collapse.collapse {
            display: block !important;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible !important;
        }

        .CDXnavbar-collapse.in {
            overflow-y: visible;
        }

    .CDXnavbar-fixed-top .CDXnavbar-collapse,
    .CDXnavbar-static-top .CDXnavbar-collapse,
    .CDXnavbar-fixed-bottom .CDXnavbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }
}

.CDXnavbar-fixed-top,
.CDXnavbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

    .CDXnavbar-fixed-top .CDXnavbar-collapse,
    .CDXnavbar-fixed-bottom .CDXnavbar-collapse {
        max-height: 340px;
    }

@media (max-device-width: 480px) and (orientation: landscape) {
    .CDXnavbar-fixed-top .CDXnavbar-collapse,
    .CDXnavbar-fixed-bottom .CDXnavbar-collapse {
        max-height: 200px;
    }
}

@media (min-width: 768px) {
    .CDXnavbar-fixed-top,
    .CDXnavbar-fixed-bottom {
        border-radius: 0;
    }
}

.CDXnavbar-fixed-top {
    top: 35px;
    border-width: 0 0 1px;
}

.CDXnavbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.container > .CDXnavbar-header,
.container-fluid > .CDXnavbar-header,
.container > .CDXnavbar-collapse,
.container-fluid > .CDXnavbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width: 768px) {
    .container > .CDXnavbar-header,
    .container-fluid > .CDXnavbar-header,
    .container > .CDXnavbar-collapse,
    .container-fluid > .CDXnavbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

.CDXnavbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media (min-width: 768px) {
    .CDXnavbar-static-top {
        border-radius: 0;
    }
}

.CDXnavbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}

    .CDXnavbar-brand:hover,
    .CDXnavbar-brand:focus {
        text-decoration: none;
    }

    .CDXnavbar-brand > img {
        display: block;
    }

@media (min-width: 768px) {
    .CDXnavbar > .container .CDXnavbar-brand,
    .CDXnavbar > .container-fluid .CDXnavbar-brand {
        margin-left: -15px;
    }
}

.CDXnavbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-right: 15px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .CDXnavbar-toggle:focus {
        outline: 0;
    }

    .CDXnavbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
    }

        .CDXnavbar-toggle .icon-bar + .icon-bar {
            margin-top: 4px;
        }

@media (min-width: 768px) {
    .CDXnavbar-toggle {
        display: none;
    }
}

.CDXnavbar-nav {
    margin-top: 10px;
    margin-bottom: 7.5px;
    margin-left: -15px;
    margin-right: -15px;
    padding-bottom: 20px;
}

    .CDXnavbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px;
    }

@media (max-width: 767px) {
    .CDXnavbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

        .CDXnavbar-nav .open .dropdown-menu > li > a,
        .CDXnavbar-nav .open .dropdown-menu .dropdown-header {
            padding: 5px 15px 5px 25px;
        }

        .CDXnavbar-nav .open .dropdown-menu > li > a {
            line-height: 20px;
        }

            .CDXnavbar-nav .open .dropdown-menu > li > a:hover,
            .CDXnavbar-nav .open .dropdown-menu > li > a:focus {
                background-image: none;
            }
}

@media (min-width: 768px) {
    .CDXnavbar-nav {
        float: left;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
    }

        .CDXnavbar-nav > li {
            float: left;
        }

            .CDXnavbar-nav > li > a {
                padding-top: 15px;
                padding-bottom: 15px;
            }
}

.CDXnavbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.CDXnavbar-btn {
    padding: 15px 50px 15px 50px !important;
    background-color: #EAA624;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #FFF !important;
    font-size: 1.5em;
}

.CDXnavbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .CDXnavbar-text {
        float: left;
        margin-right: 15px;
        margin-left: 15px;
    }
}

@media (min-width: 768px) {
    .CDXnavbar-left {
        float: left !important;
    }

    .CDXnavbar-right {
        float: right !important;
        margin-right: 10px;
    }

        .CDXnavbar-right ~ .CDXnavbar-right {
            margin-right: 0;
        }
}

.dropup,
.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    padding-bottom: 10px;
}

.account-dropdown-menu {
    top: auto !important;
    margin: 0px 0 0 !important;
    transform: none !important;
}

.dropdown-menu-gray {
    background-color: #505050;
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: 400;
        line-height: 1.42857143;
        color: #fff;
        white-space: nowrap;
        text-decoration: none;
    }

.dropdown-menu li a:hover,
.dropdown-menu li a:focus {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #337ab7;
    outline: 0;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    color: #777777;
}

    .dropdown-menu > .disabled > a:hover,
    .dropdown-menu > .disabled > a:focus {
        text-decoration: none;
        cursor: not-allowed;
        background-color: transparent;
        background-image: none;
        filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    }

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.dropdown-menu-left {
    right: auto;
    left: 0;
}

.dropdown-menu-two-col {
    min-width: 500px;
    padding-left: 20px;
}

    .dropdown-menu-two-col > div {
        width: 50%;
        float: left;
    }

.dropdown-menu-three-col {
    min-width: 700px;
    padding-left: 20px;
}

    .dropdown-menu-three-col > div {
        width: 33.3333%;
        float: left;
    }

.dropdown-menu-with-sub-levels ul {
    list-style: none;
}

.dropdown-menu-with-sub-levels a {
    text-decoration: none;
    color: #fff;
}

.dropdown-menu-with-sub-levels li a,
.dropdown-menu-with-sub-levels li span {
    display: block;
    padding: 2px 5px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #fff;
    white-space: nowrap;
    text-decoration: none;
    margin-right: 25px;
}

.dropdown-menu-with-sub-levels h5 a {
    display: block;
    margin-right: 25px;
    padding-left: 5px;
    margin-left: -5px;
}

.dropdown-menu-two-col h5 {
    color: white;
}

.dropdown-menu h5 {
    color: white;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777777;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 990;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret,
.CDXnavbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
}

.dropup .dropdown-menu,
.CDXnavbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

@media (min-width: 768px) {
    .CDXnavbar-right .dropdown-menu {
        right: 0 !important;
        left: auto !important;
    }

    .CDXnavbar-right .dropdown-menu-left {
        right: auto !important;
        left: 0 !important;
    }
}

#MenuBarProfileLink {
    display: inline !important;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    margin-bottom: 5px;
    vertical-align: middle;
    border-top: 5px dashed;
    border-top: 5px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

/* Footer */

.footer {
    position: relative;
    overflow: hidden;
    background-color: #343741;
    height: 6em;
    margin-top: 10px;
}

    .footer ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-left: -1px;
        margin-top: 2em;
        list-style: none;
    }

    .footer li {
        flex-grow: 1;
        flex-basis: auto;
        margin: .25em 0 .25em 0;
        padding: 0 2em;
        text-align: center;
        border-left: 1px solid #ccc;
    }

        .footer li a {
            color: white;
            text-decoration: none;
        }

.footer-left {
    float: left;
}

.footer-right {
    float: right;
}

    .footer-right p {
        margin-top: 2.5em;
        margin-right: 50px;
        color: #FFF;
    }
/* CBT Page */
.cbt-category {
    cursor: pointer;
    display: block;
}

    .cbt-category::before {
        content: '+ ';
    }

    .cbt-category.open::before {
        content: '- ';
    }

.cbt-category-links {
    position: relative;
    background: #e5ecf3;
    padding: 10px;
    margin-top: 10px;
    margin-left: 30px;
    font-size: 14px;
}

    .cbt-category-links:after {
        bottom: 100%;
        left: 2%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(229, 236, 243, 0);
        border-bottom-color: #e5ecf3;
        border-width: 10px;
    }

.cbt-video-link {
}

.cbt-hr {
    margin: 1px 0px 1px 0px;
    border-color: cornflowerblue;
}
/* Home Page */
.home-content {
    width: 90%;
    max-width: 80em;
    margin: 0 auto;
    margin-top: 15px;
}

.news-container {
    margin-top: -20px;
    padding-bottom: 20px;
}

.home-options-container {
    display: -moz-flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -moz-align-items: stretch;
    -webkit-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.home-option {
    margin: 0 1em 2em 1em;
    width: 30%;
    vertical-align: baseline;
    text-align: center;
    text-decoration: none;
}

    .home-option > img {
        height: 120px;
    }

    .home-option:not(:first-child) {
        border-left: 1px solid #ccc;
    }

    .home-option p {
        color: #002f65;
        font-weight: bold;
        font-size: 1em;
    }

.login-page {
    margin: 0 auto !important;
    margin-top: 100px !important;
    margin-bottom: 100px !important;
    padding: 30px;
    background-color: #e5ecf3;
    width: 560px;
}

.login-menu {
    width: 500px;
    margin: 15px;
}

    .login-menu h4 {
        color: #343741;
        font-weight: bold;
    }

    .login-menu input[type="text"],
    .login-menu input[type="password"] {
        display: inline-block;
        width: 64%;
        height: 34px;
        padding: 6px 12px;
        margin-bottom: 15px;
        font-size: 16px;
        line-height: 1.42857143;
        border: 1px solid #cccccc;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    }

    .login-menu input::-webkit-input-placeholder {
        font-style: italic;
    }

    .login-menu input:-moz-placeholder {
        font-style: italic;
    }

    .login-menu input::-moz-placeholder {
        font-style: italic;
    }

    .login-menu input:-ms-input-placeholder {
        font-style: italic;
    }

    .login-menu ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 1em;
        list-style: none;
    }

    .login-menu li {
        flex-grow: 1;
        flex-basis: auto;
        margin: .25em 0;
    }

        .login-menu li:not(:first-child) {
            border-left: 1px solid #ccc;
            text-align: center;
        }

        .login-menu li > a {
            font-weight: normal;
        }

    .login-menu i {
        font-size: 12px;
        color: #6f6f6f
    }

/* News */
.news > .announcements-list > ul,
.news > .announcements-list > .news-expanded > ul {
    list-style: none;
}

.news ul,
.news ol {
    padding-left: 20px;
    margin-left: 30px;
}

.news > .announcements-list > ul > li:not(:last-child),
.news > .announcements-list > .news-expanded > ul > li:not(:last-child) {
    padding-bottom: 20px;
}

.news li {
    padding-left: 0px;
    margin-left: 0px;
}

.news-more {
    cursor: pointer;
    font-size: 16px;
    display: block;
    margin-top: 15px;
}

    .news-more::before {
        content: '+ ';
    }

    .news-more.open::before {
        content: '- ';
    }

.news-expandable {
    cursor: pointer;
    font-size: 16px;
    display: block;
    margin-top: 15px;
}

    .news-expandable::before {
        content: '+ ';
    }

    .news-expandable.open::before {
        content: '- ';
    }

.news-expanded {
    position: relative;
    padding: 10px;
    margin-top: 10px;
    font-size: 14px;
}

/* FAQ */

.faq-question {
    cursor: pointer;
    font-size: 16px;
    display: block;
    margin-top: 15px;
    margin-left: 30px;
}

    .faq-question::before {
        content: '+ ';
    }

    .faq-question.open::before {
        content: '- ';
    }

.faq-answer {
    position: relative;
    background: #e5ecf3;
    padding: 10px;
    margin-top: 10px;
    margin-left: 30px;
    font-size: 14px;
}

    .faq-answer:after {
        bottom: 100%;
        left: 2%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(229, 236, 243, 0);
        border-bottom-color: #e5ecf3;
        border-width: 10px;
    }

.faq-answer ul {
    margin-left: 10px;
}

/* Product home pages (BEEP, PEEP, EXR...) */
.product-home {
    margin-left: 10px;
}

    .product-home ul {
        list-style: none;
    }

    .product-home a {
        text-decoration: none;
        font-weight: normal;
    }

        .product-home a:hover {
            text-decoration: underline;
        }

.announcement-title {
    margin: 0;
}

.new-announcement-text {
    color: red;
}

.announcement-date {
    font-style: italic;
}

.important-announcement-text {
    background-color: #feeeb3;
    color: red;
    border: 1px solid black;
    margin: 5px 5px 5px 5px;
    padding: 5px 5px 5px 5px;
}

/* Contact Us page */
.contact-page-content {
    margin-left:auto; 
    margin-right:auto;
}

#contactInfo {
    padding-left: 80px;
}

@media (min-width: 992px) {
    .contact-page-content {
        width: 90%;
    }
}

.contact-table a {
    color: #004080;
}

.table-header-dark {
    background-color:#343741; 
    color:white;
}

.table-footer-dark {
    background-color: #343741;
    color: white;
}

.table tfoot.table-footer-dark > tr > td{
    vertical-align:bottom;
}

/* About Us page */
.about-us a {
    color: #004080;
}

/* ETR Search page */
a.ETRSearchCategory::before {
    content: '- ';
}

a.ETRSearchCategoryClosed::before {
    content: '+ ';
}

table.ETRSearchResults .odd > td {
    background-color: #EEEFF0;
}
