@font-face {
  font-family: MuseoSans;
  font-weight: 100;
  font-style: normal;
  src: url('../css/fonts/MuseoSans-100.otf') format('opentype');
}
@font-face {
  font-family: MuseoSans;
  font-weight: 100;
  font-style: italic;
  src: url('../css/fonts/MuseoSans-100Italic.otf') format('opentype');
}
@font-face {
  font-family: MuseoSans;
  font-weight: 300;
  font-style: normal;
  src: url('../css/fonts/MuseoSans-300.otf') format('opentype');
}
@font-face {
  font-family: MuseoSans;
  font-weight: 300;
  font-style: italic;
  src: url('../css/fonts/MuseoSans-300Italic.otf') format('opentype');
}
@font-face {
  font-family: MuseoSans;
  font-weight: 500;
  font-style: normal;
  src: url('../css/fonts/MuseoSans-500.otf') format('opentype');
}
@font-face {
  font-family: MuseoSans;
  font-weight: 500;
  font-style: italic;
  src: url('../css/fonts/MuseoSans-500_Italic.otf') format('opentype');
}
@font-face {
  font-family: MuseoSans;
  font-weight: 700;
  font-style: normal;
  src: url('../css/fonts/MuseoSans-700.otf') format('opentype');
}
@font-face {
  font-family: MuseoSans;
  font-weight: 700;
  font-style: italic;
  src: url('../css/fonts/MuseoSans-700Italic.otf') format('opentype');
}
@font-face {
  font-family: MuseoSans;
  font-weight: 900;
  font-style: normal;
  src: url('../css/fonts/MuseoSans-900.otf') format('opentype');
}
@font-face {
  font-family: MuseoSans;
  font-weight: 900;
  font-style: italic;
  src: url('../css/fonts/MuseoSans-900Italic.otf') format('opentype');
}
.ACA_SmLabel {
  font-family: MuseoSans, Sans-Serif;
  font-size: 1.2em !important;
  font-weight: 400 !important;
}
#ASI_Table_Section > .ACA_SmLabel,
#ASI_Section > .ACA_SmLabel {
  font-size: 1em !important;
}
.ACA_Form label {
  color: #464646;
  font-family: MuseoSans, Sans-Serif;
  font-size: 1.1em !important;
  font-weight: 400 !important;
}
.ACA_Form .aca_checkbox,
.ACA_Form .aca_checkboxlist {
  padding-bottom: 10px;
}
.ACA_Form .aca_checkbox label,
.ACA_Form .aca_checkboxlist label {
  color: #464646 !important;
  font-family: MuseoSans, Sans-Serif;
  font-size: 1.1em !important;
  font-weight: 400 !important;
}
.ACA_Form textarea,
.ACA_Form input[type=text],
.ACA_Form input[type=tel],
.ACA_Form input[type=password],
.ACA_Form select {
  border: 1px solid #E6E6E6;
  padding-left: 6px;
  color: #464646;
  margin-bottom: 8px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.ACA_Form textarea:focus,
.ACA_Form input[type=text]:focus,
.ACA_Form input[type=tel]:focus,
.ACA_Form input[type=password]:focus,
.ACA_Form select:focus {
  border-color: #24BFFB;
  color: #464646;
  -webkit-box-shadow: 1px 1px 2px 2px #e5e5e5;
  -moz-box-shadow: 1px 1px 2px 2px #e5e5e5;
  box-shadow: 1px 1px 2px 2px #e5e5e5;
}
.ACA_Form select {
  -webkit-appearance: none;
  -moz-appearance: window;
  background-image: url(../css/images/dropdown-arrow.png);
  background-repeat: no-repeat;
  background-position: right 6px center;
  background-size: 0.8em;
  padding-right: 12px !important;
}
.ACA_Form select::-ms-expand {
  display: none;
}
.ACA_Form select:active,
.ACA_Form select:hover {
  outline-color: #139EDF;
}
.ACA_Form .ACA_ReadOnly {
  cursor: not-allowed;
}
.ACA_Form input[readonly]:focus {
  box-shadow: none !important;
  border: 1px solid #E6E6E6 !important;
}
.ACA_Form textarea[readonly]:focus {
  box-shadow: none !important;
  border: 1px solid #E6E6E6 !important;
  outline-color: #E6E6E6 !important;
}
.ACA_Form input[disabled]:focus {
  box-shadow: none !important;
  border: 1px solid #E6E6E6 !important;
  color: none;
}
.ACA_Form .ACA_LgButtonDisable a:hover {
  background: #666666 !important;
}
.ACA_Form .ReadOnlyPosition {
  background: none;
  cursor: not-allowed;
}
.ACA_Form .ReadOnlyPosition > input,
.ACA_Form .ReadOnlyPosition > select {
  background-color: #eee;
}
.ACA_Form .RangeNumberText_SubControl1_Layout,
.ACA_Form .RangeNumberText_SubControl2_Layout {
  width: 44%;
}
.ACA_Form .ACA_PhoneNumberLTR {
  line-height: 2.5em;
  vertical-align: middle;
}
.ACA_Form input[type=text],
.ACA_Form input[type=tel],
.ACA_Form input[type=password],
.ACA_Form select {
  height: 28px;
}
.ACA_Title_Bar .ACA_FRight select,
.ACA_InfoTitle .ACA_FRight select {
  margin-top: -10px;
  margin-right: -18px;
}
.calendar_button > img {
  margin-top: 4px;
}
.RangeNumberText_Split_Layout {
  margin-top: 7px;
}
.ACA_Line_Content {
  background: #e5e5e5;
  margin: 10px 0 15px;
}
.ACA_Help_Icon {
  background: url(../css/images/help.png);
  background-size: 24px;
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.ACA_Help_Icon.ACA_Hide,
.ACA_Help_Icon_Container.ACA_Hide {
  display: none !important;
}
.ACA_Help_Icon_Container > .ACA_Hide + .ACA_Help_Icon:not(.ACA_Show),
.ACA_Help_Icon_Container > .ACA_Sub_Label.ACA_Hide + .ACA_Help_Icon:not(.ACA_Show) {
  display: none !important;
}
.ACA_Help_Icon > img {
  display: none;
}
#ctl00_PlaceHolderMain_lblGSLoadASI {
  font-size: 1.2em !important;
}
.permit_typelist {
  display: inline-block;
  padding: 2px 0;
}
.ACA_Resume {
    border: 3px solid !important;    
}
.ACA_Continue {
    margin-top: 10px;   
}
.ACA_Continue a {    
    padding: 15px 16px !important;
}
.ACA_Continue a span{    
    font-size: 1.4em;
    font-weight:700 !important;
}
.actionbar_bottom .ACA_LiLeft {
    float: right;
}

.actionbar_bottom .ACA_FRight {
    float: left;
}

.actionbar_top .ACA_LiLeft {
    float: right;
}

.actionbar_top .ACA_FRight {
    float: left;
}
.ACA_SmButtonForRight a,
.ACA_SmButtonDisable a,
.ACA_LgButton a,
.ACA_LgButtonForRight a,
.ACA_SmButtonForRight a > span,
.ACA_SmButtonDisable a > span,
.ACA_LgButton a > span,
.ACA_LgButtonForRight a > span {
  float: none;
}
.ACA_SmButton a,
.ACA_SmButtonForRight a,
.ACA_SmButtonDisable a,
.ACA_LgButton a,
.ACA_LgButtonForRight a {
  background: #0D97FF \9;
  background-color: #39B9FF;
  background: -webkit-gradient(linear, left top, left bottom, from(#39B9FF), to(#0D97FF));
  background: -webkit-linear-gradient(top, #39B9FF, #0D97FF);
  background: -moz-linear-gradient(top, #39B9FF, #0D97FF);
  background: -ms-linear-gradient(top, #39B9FF, #0D97FF);
  background: -o-linear-gradient(top, #39B9FF, #0D97FF);
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.ACA_SmButton a span,
.ACA_SmButtonForRight a span,
.ACA_SmButtonDisable a span,
.ACA_LgButton a span,
.ACA_LgButtonForRight a span {
  background-image: none !important;
  margin: 0 !important;
  padding: 0 !important;
  white-space: nowrap !important;
  color: #fff !important;
  font-size: 1.4em !important;
  font-weight: 700 !important;
}
.ACA_SmButton a:hover,
.ACA_SmButtonForRight a:hover,
.ACA_SmButtonDisable a:hover,
.ACA_LgButton a:hover,
.ACA_LgButtonForRight a:hover {
  background: #048Bff;
}
.ACA_SmButton a:hover:hover,
.ACA_SmButtonForRight a:hover:hover,
.ACA_SmButtonDisable a:hover:hover,
.ACA_LgButton a:hover:hover,
.ACA_LgButtonForRight a:hover:hover {
  background: #048Bff;
}
.ACA_SmButton a:active,
.ACA_SmButtonForRight a:active,
.ACA_SmButtonDisable a:active,
.ACA_LgButton a:active,
.ACA_LgButtonForRight a:active {
  background: #0167FF \9;
  background-color: #048BFF;
  background-color: #0167FF !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#0167FF), to(#048BFF)) !important;
  background: -webkit-linear-gradient(top, #0167FF, #048BFF) !important;
  background: -moz-linear-gradient(top, #0167FF, #048BFF) !important;
  background: -ms-linear-gradient(top, #0167FF, #048BFF) !important;
  background: -o-linear-gradient(top, #0167FF, #048BFF) !important;
}
.ACA_LgButtonDisable a,
.ACA_LgButtonDisable a > span {
  float: none;
}
.ACA_LgButtonDisable a {
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.ACA_LgButtonDisable a span {
  background-image: none !important;
  margin: 0 !important;
  padding: 0 !important;
  white-space: nowrap !important;
  color: #fff !important;
  font-size: 1.4em !important;
  font-weight: 700 !important;
}
.ACA_SmButton a,
.ACA_SmButtonForRight a,
.ACA_SmButtonDisable a {
  padding: 2px 12px !important;
}
.ACA_SmButton a span,
.ACA_SmButtonForRight a span,
.ACA_SmButtonDisable a span {
  font-size: 1.2em !important;
}
.ACA_LgButton a,
.ACA_LgButtonForRight a,
.ACA_LgButtonDisable a {
  padding: 5px 16px !important;
}
.ACA_LgButton a span,
.ACA_LgButtonForRight a span,
.ACA_LgButtonDisable a span {
  font-size: 1.4em !important;
}
.ACA_SmButtonDisable a,
.ACA_LgButtonDisable a,
.ACA_SmButtonDisable a:hover,
.ACA_LgButtonDisable a:hover {
  background: #666666 !important;
  cursor: not-allowed;
}
.ACA_SmButtonDisable a[aria-disabled="true"],
.ACA_LgButtonDisable a[aria-disabled="true"],
.ACA_SmButtonDisable a[aria-disabled="true"]:hover,
.ACA_LgButtonDisable a[aria-disabled="true"]:hover {
  background-color: #666666;
}
.ACA_SmButtonDisable a[aria-disabled="true"] span,
.ACA_LgButtonDisable a[aria-disabled="true"] span {
  color: #fff;
}
a {
  text-decoration: none;
}
a font,
a span {
  color: #005fa3;
}
a:hover {
  text-decoration: none;
}
a:hover font,
a:hover span {
  color: #07568e;
}
a:active font,
a:active span {
  color: #464646;
}
.add2collectionlink,
.ACA_LinkButton {
  text-decoration: none;
}
.add2collectionlink a,
.ACA_LinkButton a {
  text-decoration: none;
}
.add2collectionlink:hover,
.ACA_LinkButton:hover {
  text-decoration: none;
}
.add2collectionlink:hover span,
.ACA_LinkButton:hover span {
  color: #07568e;
}
.add2collectionlink:active span,
.ACA_LinkButton:active span {
  color: #464646;
}
.add2collectionlink span,
.ACA_LinkButton span {
  font-size: 1.2em !important;
  font-weight: 700 !important;
  color: #005fa3;
  cursor: pointer;
}
a {
    text-decoration: none;
    color: #115f80;
}
a:hover {
  text-decoration: none;
}
a:hover > span {
  color: #07568e;
}
a:active > span {
  color: #464646;
}
a > span {
  color: #005fa3;
}
.splitbutton {
  padding: 2px 12px 2px 0 !important;
  background: #0D97FF \9;
  background-color: #39B9FF;
  background: -webkit-gradient(linear, left top, left bottom, from(#39B9FF), to(#0D97FF));
  background: -webkit-linear-gradient(top, #39B9FF, #0D97FF);
  background: -moz-linear-gradient(top, #39B9FF, #0D97FF);
  background: -ms-linear-gradient(top, #39B9FF, #0D97FF);
  background: -o-linear-gradient(top, #39B9FF, #0D97FF);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.splitbutton:hover {
  background: #048Bff;
}
.splitbutton:hover:hover {
  background: #048Bff;
}
.splitbutton:active {
  background: #0167FF \9;
  background-color: #048BFF;
  background-color: #0167FF !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#0167FF), to(#048BFF)) !important;
  background: -webkit-linear-gradient(top, #0167FF, #048BFF) !important;
  background: -moz-linear-gradient(top, #0167FF, #048BFF) !important;
  background: -ms-linear-gradient(top, #0167FF, #048BFF) !important;
  background: -o-linear-gradient(top, #0167FF, #048BFF) !important;
}
.splitbutton .mainbtn > a,
.splitbutton .dropbtn > a {
  background: none !important;
}
.splitbutton .mainbtn > a span,
.splitbutton .dropbtn > a span {
  color: #fff !important;
  font-size: 1.4em !important;
  font-weight: 700 !important;
  font-size: 1.2em !important;
}
.splitbutton .dropbtn > a {
  position: relative;
}
.splitbutton .dropbtn > a:after {
  content: "";
  position: absolute;
  top: 5px;
  right: 0;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
}
.splitbutton_menu {
  background-color: #fff;
  border: 1px solid #eee;
  width: 160px;
  padding: 6px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 2px 3px 3px 0px #ccc;
  -moz-box-shadow: 2px 3px 3px 0px #ccc;
  box-shadow: 2px 3px 3px 0px #ccc;
}
.splitbutton_menu .splitbutton_menuitem:first-child {
  border-top: none;
}
.splitbutton_menu .splitbutton_menuitem {
  border-top: 1px solid #eee;
  line-height: 2em;
}
.splitbutton_menu .splitbutton_menuitem a {
  text-decoration: none;
  font-size: 1.1em !important;
  font-weight: 500 !important;
  color: #005fa3;
}
.splitbutton_menu .splitbutton_menuitem:hover {
  background-color: #e8f7fe !important;
}
.ACA_Title_Bar .ACA_FRight .ACA_SmButton {
  margin-top: -2px;
  margin-right: -7px;
}
[id$="_divShowSaveandResume"] {
  padding: 10px 16px !important;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #0D97FF \9;
  background-color: #39B9FF;
  background: -webkit-gradient(linear, left top, left bottom, from(#39B9FF), to(#0D97FF));
  background: -webkit-linear-gradient(top, #39B9FF, #0D97FF);
  background: -moz-linear-gradient(top, #39B9FF, #0D97FF);
  background: -ms-linear-gradient(top, #39B9FF, #0D97FF);
  background: -o-linear-gradient(top, #39B9FF, #0D97FF);
}
[id$="_divShowSaveandResume"] > table {
  position: relative;
}
[id$="_divShowSaveandResume"] span {
  
  
  font-weight: 700 !important;
}
[id$="_divShowSaveandResume"] .ACA_SaveAndResumeLater_Icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 177px;
  display: inline-block;
  height: 37px;
}
[id$="_divShowSaveandResume"] .ACA_SaveAndResumeLater_Icon > a > img {
  opacity: 0;
  width: 100%;
  height: 37px;
}
[id$="_divShowSaveandResume"]:hover {
  background: #048Bff;
}
[id$="_divShowSaveandResume"]:hover:hover {
  background: #F2F5F9 !important;
}
[id$="_divShowSaveandResume"]:active {
  background: #0167FF \9;
  background-color: #048BFF;
  background-color: #0167FF !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#0167FF), to(#048BFF)) !important;
  background: -webkit-linear-gradient(top, #0167FF, #048BFF) !important;
  background: -moz-linear-gradient(top, #0167FF, #048BFF) !important;
  background: -ms-linear-gradient(top, #0167FF, #048BFF) !important;
  background: -o-linear-gradient(top, #0167FF, #048BFF) !important;
}
.Map_Bottom .aca_imagebutton_label {
  padding: 2px 12px !important;
  margin-right: 0;
  background: #0D97FF \9;
  background-color: #39B9FF;
  background: -webkit-gradient(linear, left top, left bottom, from(#39B9FF), to(#0D97FF));
  background: -webkit-linear-gradient(top, #39B9FF, #0D97FF);
  background: -moz-linear-gradient(top, #39B9FF, #0D97FF);
  background: -ms-linear-gradient(top, #39B9FF, #0D97FF);
  background: -o-linear-gradient(top, #39B9FF, #0D97FF);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.Map_Bottom .aca_imagebutton_label label {
  cursor: pointer;
  color: #fff !important;
  font-size: 1.4em !important;
  font-weight: 700 !important;
  font-size: 1.2em !important;
}
.Map_Bottom .aca_imagebutton_label:hover {
  background: #048Bff;
}
.Map_Bottom .aca_imagebutton_label:hover:hover {
  background: #048Bff;
}
.ACA_SaveAndResumeLater_Icon {
  display: none;
}
.collection_dropmenu,
.ActionMenus > div {
  padding: 6px 10px;
  -webkit-box-shadow: 2px 2px 5px 1px #eee;
  -moz-box-shadow: 2px 2px 5px 1px #eee;
  box-shadow: 2px 2px 5px 1px #eee;
}
.ActionMenus > div table {
  margin: 0;
  width: 100%;
}
.ActionMenus > div table .ActionMenu_Line {
  margin-top: 5px;
  margin-bottom: 3px;
}
.ACA_Message_Success,
.ACA_Message_Notice,
.ACA_Message_Error,
.message_error_contact {
  padding: 10px 20px;
  margin: 1em 0 2em 0;
  border: none;
}
.ACA_Message_Success a,
.ACA_Message_Notice a,
.ACA_Message_Error a,
.message_error_contact a {
  text-decoration: none;
}
.ACA_Message_Success .ACA_Message_Content > div,
.ACA_Message_Notice .ACA_Message_Content > div,
.ACA_Message_Error .ACA_Message_Content > div,
.message_error_contact .ACA_Message_Content > div,
.ACA_Message_Success .ACA_Message_Content > span,
.ACA_Message_Notice .ACA_Message_Content > span,
.ACA_Message_Error .ACA_Message_Content > span,
.message_error_contact .ACA_Message_Content > span,
.ACA_Message_Success td a,
.ACA_Message_Notice td a,
.ACA_Message_Error td a,
.message_error_contact td a {
  display: block;
  color: #1F2F45;
  font-size: 1.4em;
  font-weight: 400;
  line-height: 1.25em;
}
.ACA_Message_Success .ACA_Message_Content > div::first-line,
.ACA_Message_Notice .ACA_Message_Content > div::first-line,
.ACA_Message_Error .ACA_Message_Content > div::first-line,
.message_error_contact .ACA_Message_Content > div::first-line,
.ACA_Message_Success .ACA_Message_Content > span::first-line,
.ACA_Message_Notice .ACA_Message_Content > span::first-line,
.ACA_Message_Error .ACA_Message_Content > span::first-line,
.message_error_contact .ACA_Message_Content > span::first-line,
.ACA_Message_Success td a::first-line,
.ACA_Message_Notice td a::first-line,
.ACA_Message_Error td a::first-line,
.message_error_contact td a::first-line {
  font-weight: 800;
}
.ACA_Message_Success td:nth-child(1),
.ACA_Message_Notice td:nth-child(1),
.ACA_Message_Error td:nth-child(1),
.message_error_contact td:nth-child(1) {
  display: none;
}
.ACA_Message_Success td:nth-child(2),
.ACA_Message_Notice td:nth-child(2),
.ACA_Message_Error td:nth-child(2),
.message_error_contact td:nth-child(2) {
  width: 40px;
  height: 40px;
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: center top;
}
.ACA_Message_Success td,
.ACA_Message_Notice td,
.ACA_Message_Error td,
.message_error_contact td {
  vertical-align: top;
}
.ACA_Message_Success td:nth-child(3),
.ACA_Message_Notice td:nth-child(3),
.ACA_Message_Error td:nth-child(3),
.message_error_contact td:nth-child(3) {
  padding-left: 20px;
}
.ACA_Message_Success td:nth-child(3) a,
.ACA_Message_Notice td:nth-child(3) a,
.ACA_Message_Error td:nth-child(3) a,
.message_error_contact td:nth-child(3) a {
  color: #1F2F45;
}
.ACA_Custom_Alert_Message {
  background: #fbf5d9\9;
  background-color: #fbf5d9;
  background: -webkit-gradient(linear, left top, left bottom, from(#fbf5d9), to(#fbf5d9));
  background: -webkit-linear-gradient(top, #fbf5d9, #fbf5d9);
  background: -moz-linear-gradient(top, #fbf5d9, #fbf5d9);
  background: -ms-linear-gradient(top, #fbf5d9, #fbf5d9);
  background: -o-linear-gradient(top, #fbf5d9, #fbf5d9);
  border-bottom: 2px solid #ED4639;
}
.ACA_Message_Success {
  background: #E6F3D0\9;
  background-color: #F3FAE8;
  background: -webkit-gradient(linear, left top, left bottom, from(#F3FAE8), to(#E6F3D0));
  background: -webkit-linear-gradient(top, #F3FAE8, #E6F3D0);
  background: -moz-linear-gradient(top, #F3FAE8, #E6F3D0);
  background: -ms-linear-gradient(top, #F3FAE8, #E6F3D0);
  background: -o-linear-gradient(top, #F3FAE8, #E6F3D0);
  border-bottom: 4px solid #83C716;
}
.ACA_Message_Success td:nth-child(2) {
  background-image: url('../css/images/success.png');
}
.ACA_Message_Notice {
  background: #CFEBF8\9;
  background-color: #E7F5FD;
  background: -webkit-gradient(linear, left top, left bottom, from(#E7F5FD), to(#CFEBF8));
  background: -webkit-linear-gradient(top, #E7F5FD, #CFEBF8);
  background: -moz-linear-gradient(top, #E7F5FD, #CFEBF8);
  background: -ms-linear-gradient(top, #E7F5FD, #CFEBF8);
  background: -o-linear-gradient(top, #E7F5FD, #CFEBF8);
  border-bottom: 4px solid #139EDF;
}
.ACA_Message_Notice td:nth-child(2) {
  background-image: url('../css/images/info.png');
}
.ACA_Message_Error,
.message_error_contact {
  background: #F7D8D1\9;
  background-color: #FBEBE7;
  background: -webkit-gradient(linear, left top, left bottom, from(#FBEBE7), to(#F7D8D1));
  background: -webkit-linear-gradient(top, #FBEBE7, #F7D8D1);
  background: -moz-linear-gradient(top, #FBEBE7, #F7D8D1);
  background: -ms-linear-gradient(top, #FBEBE7, #F7D8D1);
  background: -o-linear-gradient(top, #FBEBE7, #F7D8D1);
  border-bottom: 4px solid #D63911;
}
.ACA_Message_Error td:nth-child(2),
.message_error_contact td:nth-child(2) {
  background-image: url('../css/images/error.png');
}
.ACA_Message_Note {
  padding: 10px 20px;
  margin: 1em 0;
  color: #1f2f45;
  font-weight: 400;
  font-size: 1.2em;
  background: #CFEBF8\9;
  background-color: #E7F5FD;
  background: -webkit-gradient(linear, left top, left bottom, from(#E7F5FD), to(#CFEBF8));
  background: -webkit-linear-gradient(top, #E7F5FD, #CFEBF8);
  background: -moz-linear-gradient(top, #E7F5FD, #CFEBF8);
  background: -ms-linear-gradient(top, #E7F5FD, #CFEBF8);
  background: -o-linear-gradient(top, #E7F5FD, #CFEBF8);
  border: none;
  border-bottom: 4px solid #139EDF;
}
.ACA_Message_Note .ACA_Note_Icon {
  width: 40px;
  height: 40px;
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url('../css/images/info.png');
}
.ACA_Message_Note .ACA_Note_Icon img {
  display: none;
}
.tab_bar_table td {
  background: none;
}
.ACA_NaviMenu {
  background: none;
  height: auto;
  padding: 0;
  margin-bottom: 9px;
}
.ACA_NaviMenu #tab_item_place_holder .ACA_ItemCenter {
  padding: 4px 9px;
}
.ACA_NaviMenu #tab_item_place_holder .ACA_ItemCenter > div > a font {
  color: #1F2F45;
}
.ACA_NaviMenu #tab_item_place_holder .ACA_ItemCenter > div > a font:hover {
  text-decoration: none !important;
}
.ACA_NaviMenu #tab_item_place_holder .ACA_ItemCenter > div a {
  font-size: 1.4em !important;
  font-weight: 700 !important;
  color: #1F2F45;
}
.ACA_NaviMenu #tab_item_place_holder .ACA_ItemCenter > div a:hover {
  text-decoration: none;
}
.ACA_NaviMenu #tab_item_place_holder .ACA_ItemCenter:hover {
  background-color: #1F2F45;
}
.ACA_NaviMenu #tab_item_place_holder .ACA_ItemCenter:hover > div a {
  color: #fff;
}
.ACA_NaviMenu #tab_item_place_holder .ACA_ItemCenter:hover > div > a font {
  color: #fff;
}
.ACA_NaviMenu #tab_item_place_holder .ACA_ItemLeft,
.ACA_NaviMenu #tab_item_place_holder .ACA_ItemRight {
  display: none;
}
.ACA_NaviMenu #tab_item_place_holder .ACA_CenterOn {
  background-color: #1F2F45;
  position: relative;
}
.ACA_NaviMenu #tab_item_place_holder .ACA_CenterOn > div a,
.ACA_NaviMenu #tab_item_place_holder .ACA_CenterOn > div a font {
  color: #fff;
}
.ACA_NaviMenu #tab_item_place_holder .ACA_CenterOn::after {
  position: absolute;
  bottom: -5px;
  left: 45%;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #1F2F45;
}
.ACA_NaviMenu #more_tab_place_holder:hover {
  background-color: #1F2F45;
}
.ACA_NaviMenu #more_tab_place_holder:hover a span {
  color: #fff;
}
.ACA_NaviMenu #more_tab_place_holder .ACA_MoreItemLeft,
.ACA_NaviMenu #more_tab_place_holder .ACA_MoreItemRight {
  display: none;
}
.ACA_NaviMenu #more_tab_place_holder .ACA_MoreItemCenter,
.ACA_NaviMenu #more_tab_place_holder .ACA_CenterOff {
  background: none;
}
.ACA_NaviMenu #more_tab_place_holder .ACA_MoreItemCenter {
  padding: 4px 9px;
}
.ACA_NaviMenu #more_tab_place_holder .ACA_MoreItemCenter span {
  font-size: 1.4em !important;
  font-weight: 700 !important;
  color: #1F2F45;
}
.ACA_NaviMenu #divNavMenu {
  z-index: 10;
}
.ACA_NaviMenu #divNavMenu .submenu ul {
  background-color: #fff;
}
.ACA_NaviMenu #divNavMenu font {
  color: #1F2F45;
}
.ACA_SubMenuList {
  border: none;
  /*text-align: left;*/
  height: auto;
  border-top: 1px solid #CAD7DC;
  border-bottom: 2px solid #23A8E5;
  background-color: #E7F5FD;
  padding: 0;
}
.ACA_SubMenuList #nav_span_links {
  padding-left: 10px;
}
.ACA_SubMenuList #nav_span_links:empty {
  display: none;
}
.ACA_SubMenuList #nav_span_links > span {
  padding: 10px 0;
  margin-right: 30px;
  display: inline-block;
}
.ACA_SubMenuList #nav_span_links > span a {
  font-size: 1.2em !important;
  font-weight: 500 !important;
  color: #1F2F45;
  text-decoration: none;
}
.ACA_SubMenuList #nav_span_links > span.active a {
  font-weight: 900 !important;
}
.ACA_SubMenuList #nav_span_links .tab_tar_separator {
  display: none;
}
.ACA_SubMenuList #nav_span_more_link a {
  line-height: 3.1em;
  font-size: 1.1em !important;
}
.ACA_SubMenuList #nav_span_more_link a > span {
  /*font-size: 1.2em !important;*/
  font-weight: 500 !important;
  color: #1F2F45;
}
.ACA_SubMenuList #divLinkMenu {
  padding: 5px 10px;
}
.ACA_SubMenuList #divLinkMenu ul {
  line-height: 2em;
  font-size: 1.2em;
}
.ACA_SubMenuList #divLinkMenu ul a {
  font-weight: 500 !important;
  color: #1F2F45;
}
.ACA_SubMenuList #divLinkMenu ul a:hover {
  text-decoration: underline;
}
/*Advanced search options*/
.search-sub-menu {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.1em;
}
.search-sub-menu img {
  border: none;
}
.search-sub-menu a {
  display: block;
  text-decoration: none;
  color: #000;
  font-size: 1.1em;
  font-weight: lighter;
  padding: 10px;
  white-space: pre-line;
}
.search-sub-menu ul {
  z-index: 1099;
}
.search-sub-menu ul > li {
  position: relative;
  margin: 0;
}
.search-sub-menu ul > li > a {
  padding: 5px 10px 10px 10px;
}
.search-sub-menu ul > li:hover {
  background-color: #d4edfb;
}
.search-sub-menu ul > li:hover > ul {
  display: block;
}
.search-sub-menu ul > li > ul {
  z-index: 1099;
  display: none;
  position: absolute;
  top: 100%;
  /*left: 0;*/
  padding: 0;
  border-bottom: 2px solid #23A8E5;
  background-color: #d4edfb;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}
.search-sub-menu ul > li > ul > li {
  /*float: none;*/
  width: 250px;
  position: relative;
}
.search-sub-menu ul > li > ul > li:hover {
  background-color: #E7F5FD;
}
.search-sub-menu ul > li > ul > li:hover > ul {
  display: block;
}
.search-sub-menu ul > li > ul > li > a {
  padding: 10px;
}
.search-sub-menu ul > li > ul > li > ul {
  top: 0;
  left: 100%;
  display: none;
  z-index: 1099;
  position: absolute;
}
.search-sub-menu ul > li > ul > li > ul > li {
  width: 250px;
  position: relative;
}
.search-sub-menu ul > li > ul > li > ul > li > a {
  padding: 10px;
}
.ACA_Button_Text {
  text-align: left !important;
}
/*Action-based menu*/
.actions-menu-container {
  margin: 10px auto;
}
.actions-menu-container ul {
  position: relative;
  float: left;
}
.actions-menu-container ul a {
  display: block;
  font-weight: 700;
  line-height: 36px;
  font-size: 12px;
  padding: 0 15px;
  text-decoration: none;
}
.actions-menu-container ul li {
  position: relative;
  float: left;
  height: 36px;
}
.actions-menu-container ul li:hover {
  background: #d4edfb;
}
.actions-menu-container ul li:hover > ul {
  display: block;
  background-color: #E7F5FD;
  z-index: 10;
}
.actions-menu-container ul ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #E7F5FD;
  border: solid 1px #CFEBF8;
  border-bottom: 2px solid #23A8E5;
}
.actions-menu-container ul ul li {
  float: none;
  min-width: 150px;
}
.actions-menu-container ul ul a {
  line-height: 120%;
  padding: 10px 15px;
  white-space: nowrap;
  text-decoration: none;
}
.actions-menu-container ul ul a > span {
  color: #000;
  font-weight: lighter;
}
.actions-menu-container ul ul ul {
  top: 0;
  left: 100%;
}
.actions-menu-container > ul > li:hover {
  background-color: #062f46;
}
.actions-menu-container > ul > li:hover > a > span {
  color: #FFF;
}
.actions-menu-container > ul > li > a > span {
  font-size: 1.4em;
  color: #1F2F45;
}
.actions-menu-container > ul > li > a.ACA_Control_HighLight > span {
  color: #1F2F45;
}
/*End of action-based menu*/
/*Drop-down menu*/
.drop-down-selector ul {
  position: relative;
  float: left;
  padding-left: 0;
}
.drop-down-selector ul a {
  display: block;
}
.drop-down-selector ul li {
  position: relative;
  float: left;
  padding: 3px 10px;
}
.drop-down-selector ul li:hover {
  background-color: #E8E8E8;
}
.drop-down-selector ul li:hover > ul {
  display: block;
  background-color: #FFF;
  border: solid 1px #CAD7DC;
  z-index: 10;
}
.drop-down-selector ul ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
}
.drop-down-selector ul ul li {
  float: none;
}
.drop-down-selector ul ul a {
  white-space: nowrap;
}
.drop-down-selector ul ul ul {
  top: 0;
  left: 100%;
}
.drop-down-selector > ul > li:hover {
  background-color: transparent;
}
/*End of drop-down menu*/
.ACA_NaviTitle .ACA_Body_Text,
.ACA_NaviTitle #ctl00_HeaderNavigation_com_headNav_label_loggedinas,
.ACA_NaviTitle #ctl00_HeaderNavigation_lblUserName,
.ACA_NaviTitle #ctl00_HeaderNavigation_lblAccessibilityAfter,
.ACA_NaviTitle #ctl00_HeaderNavigation_lblAccessibilityBefore,
.ACA_NaviTitle a {
  color: #005fa3;
  font-size: 1.1em !important;
  font-weight: 500 !important;
  line-height: 16px;
}
.ACA_NaviTitle a {
  color: #005fa3;
  text-decoration: none;
}
.ACA_NaviTitle a:active span {
  color: #464646;
}
.ACA_NaviTitle a:hover span {
  color: #07568e;
}
.ACA_NaviTitle table div table *[id*="Split"],
.ACA_NaviTitle table div table td:nth-child(3) {
  visibility: hidden;
}
.ACA_NaviTitle .NAVIGATION_INPUT_CHKBOX {
  margin-bottom: 2px;
}
.ACA_NaviTitle #ctl00_HeaderNavigation_lblAccessibilityBefore {
  font-size: 1.2em !important;
  line-height: 1.8em;
}
.ACA_NaviTitle #ctl00_HeaderNavigation_lblAccessibilityBefore:hover {
  color: #07568e;
}
.ACA_NaviTitle #imgShoppingCart {
  width: 16px;
  margin-right: 3px;
}
a,
span,
font,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
td,
tr,
table,
tbody,
thead,
tfoot {
  font-family: MuseoSans, Sans-Serif, CalciteWebCoreIcons;
}
.ACA_Title_Bar,
.ACA_InfoTitle {
  background: none;
  border: none;
  border-bottom: 2px solid #1F2F45;
  padding-bottom: 15px;
  margin-bottom: 15px;
  padding-left: 0;
}
.ACA_Title_Bar h1 > span,
.ACA_InfoTitle h1 > span {
  font-size: 1.3em;
  font-weight: 700;
  color: #1E2F46;
}
.ACA_Title_Bar h1 > span > font,
.ACA_InfoTitle h1 > span > font {
  font-size: 1.4em;
}
.ACA_SectionBody h1 span {
  color: #1E2F46;
  font-size: 1.6em;
  font-weight: 700;
}
.ACA_Body_Text,
.ACA_Body_Text p {
  color: #464646;
  font-size: 1.1em;
  font-weight: 400;
}
.ACA_Content h1 > span,
.Welcome_Label > span,
.RegisterLicense_Title > span {
  font-size: 1.3em;
  font-weight: 700;
  color: #1E2F46;
}
.ACA_Content h1 > span > font,
.Welcome_Label > span > font,
.RegisterLicense_Title > span > font {
  font-size: 1.4em;
}
.ACA_NaviTitle {
  position: relative;
  height: 60px;
}
.gs_nowidth {
  width: 0 !important;
}
.gs_container {
  /*clear: both;*/
  float: left;
  /*bottom: 0;
    right: 0;*/
  width: 35%;
  /*position: absolute;*/
  padding: 0;
}
.gs_container td {
  border: none;
}
.gs_container .gs_top_table #tdSpace {
  display: none;
}
.gs_container .gs_top_table .gs_border {
  /*position: absolute;
            right: 0;
            bottom: 0;*/
  width: auto;
}
.gs_container .gs_top_table .section_search_border {
  border-radius: 3px !important;
}
.gs_container .gs_top_table .gs_search_box {
  margin: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #676767;
  height: 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #676767;
  padding: 4px;
  font-size: 1.3em;
  font-weight: 500 !important;
}
.gs_container .gs_top_table .gs_go_img {
    position: absolute;
    right: 38px !important;
    margin-top: -12px !important;
    width:30px !important;
    height: 24px !important;
}
.gs_container .gs_top_table td:nth-child(2) {
  width: 260px !important;
}
.gs_container .gs_top_table #tdSearchHistory a {
  position: absolute;
  /*right: 8px;*/
  margin-top: -10px;
  /*bottom: 5px;
            right: 6px;*/
  border: none;
}
.gs_container .gs_top_table .gs_history {
    display: inline-flex;
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
    align-items: center;
    justify-content: center;
}

.gs_container .gs_top_table .gs_history_img {
    pointer-events: none;
}

#btnSearchHistory {
    right: 14px !important;
    margin-top: -12px !important;
}

#btnSearchHistory .gs_history_img {
    width: 24px !important;
    height: 24px !important;
    content: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'><rect width='24' height='24' fill='%235faf13'/><path d='M8 10l4 4 4-4' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'/></svg>") !important;
}

#btnSearchHistory .gs_go_img {
    right: 38px !important;
    height: 24px !important;
    content: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'><rect width='24' height='24' fill='%239cd345'/><circle cx='11' cy='11' r='5' stroke='white' stroke-width='2' fill='none'/><line x1='14.5' y1='14.5' x2='18' y2='18' stroke='white' stroke-width='2' stroke-linecap='round'/></svg>") !important;
}

.gs_no_results p a {
  display: inline-block;
  min-height: 24px;
  line-height: 24px;
}
#divHistoryList {
    /*left: auto !important;
right: 0 !important;*/
    width: 250px;
    border: 1px solid #eee;
    padding: 4px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 2px 3px 3px 0px #ccc;
    -moz-box-shadow: 2px 3px 3px 0px #ccc;
    box-shadow: 2px 3px 3px 0px #ccc;
}

#divHistoryList p {
    font-size: 1.2em;
    font-weight: 400;
    margin: 0 5px 5px;
}

    .ACA_Grid_OverFlow {
        margin-bottom: 10px;
        padding-bottom: 0 !important;
    }

    .ACA_GridView {
        /*width: 100%;*/
        width: 99.8%;
    }

        .ACA_GridView .ACA_TabRow_SmallEven,
        .ACA_GridView .ACA_TabRow_SmallEven2,
        .ACA_GridView .ACA_TabRow_SmallOdd {
            border-spacing: 0 !important;
            padding: 0 !important;
        }

        .ACA_GridView .ACA_TabRow_SmallEven,
        .ACA_GridView .ACA_TabRow_SmallOdd {
            background: none !important;
        }

        .ACA_GridView .ACA_Line_Content {
            display: none !important;
        }

        .ACA_GridView .ACA_TabRow {
            padding-top: 10px;
        }

        .ACA_GridView .ACA_TabRow_Header > td,
        .ACA_GridView .ACA_TabTitle > td,
        .ACA_GridView .ACA_TabRow_Odd > td,
        .ACA_GridView .ACA_TabRow_Even > td,
        .ACA_GridView .ACA_TabRow_Header > th,
        .ACA_GridView .ACA_TabTitle > th,
        .ACA_GridView .ACA_TabRow_Odd > th,
        .ACA_GridView .ACA_TabRow_Even > th {
            border: none;
            padding: 5px 6px !important;
            vertical-align: middle !important;
        }

        .ACA_GridView .ACA_TabRow_SmallEven > td,
        .ACA_GridView .ACA_TabRow_SmallEven2 > td,
        .ACA_GridView .ACA_TabRow_SmallOdd > td,
        .ACA_GridView .ACA_TabRow_SmallEven > th,
        .ACA_GridView .ACA_TabRow_SmallEven2 > th,
        .ACA_GridView .ACA_TabRow_SmallOdd > th {
            border: none;
            padding: 5px 15px !important;
            vertical-align: middle !important;
        }

        .ACA_GridView .ACA_TabRow_Header > td,
        .ACA_GridView .ACA_TabTitle > td,
        .ACA_GridView .ACA_TabRow_Even > td,
        .ACA_GridView .ACA_TabRow_SmallEven > td,
        .ACA_GridView .ACA_TabRow_Header > th,
        .ACA_GridView .ACA_TabTitle > th,
        .ACA_GridView .ACA_TabRow_Even > th,
        .ACA_GridView .ACA_TabRow_SmallEven > th {
            background: #fff !important;
        }

        .ACA_GridView .ACA_TabRow_Odd td,
        .ACA_GridView .ACA_TabRow_SmallOdd td,
        .ACA_GridView .ACA_TabRow_Odd th,
        .ACA_GridView .ACA_TabRow_SmallOdd th {
            background: #f5f5f5;
        }

        .ACA_GridView .ACA_TabRow_Header > th,
        .ACA_GridView .ACA_TabTitle > th {
            border: 1px solid #c6c6c6 !important;
            background-color: #ccc !important;
        }

            .ACA_GridView .ACA_TabRow_Header > th a > span,
            .ACA_GridView .ACA_TabTitle > th a > span {
                color: #3a3a3a !important;
            }

            .ACA_GridView .ACA_TabRow_Header > th a:hover > span,
            .ACA_GridView .ACA_TabTitle > th a:hover > span {
                color: #222 !important;
            }

        .ACA_GridView .ACA_TabRow_Odd > td > div > span,
        .ACA_GridView .ACA_TabRow_Even > td > div > span,
        .ACA_GridView .ACA_TabRow_SmallEven > td > div > span,
        .ACA_GridView .ACA_TabRow_SmallEven2 > td > div > span,
        .ACA_GridView .ACA_TabRow_SmallOdd > td > div > span {
            color: #000000 !important;
        }

        .ACA_GridView .ACA_TabRow_Odd:hover > td,
        .ACA_GridView .ACA_TabRow_Even:hover > td,
        .ACA_GridView .ACA_TabRow_SmallEven:hover > td,
        .ACA_GridView .ACA_TabRow_SmallEven2:hover > td,
        .ACA_GridView .ACA_TabRow_SmallOdd:hover > td {
            background: #eee !important;
        }

        .ACA_GridView > tbody .ACA_TabRow_Header,
        .ACA_GridView > tbody .ACA_TabTitle > th span {
            color: #000000;
            font-weight: 500 !important;
            text-decoration: none;
        }

        .ACA_GridView > tbody > tr > td a,
        .ACA_GridView > tbody > tr > td span {
            font-size: 1em;
        }

        .ACA_GridView > tbody > tr:last-child {
            border: none;
        }

        .ACA_GridView tr.ACA_SmLabel td {
            padding: 5px 10px;
            border: 2px solid #eee;
        }

    tr.ACA_Table_Pages {
        border-bottom: none !important;
    }

    .ACA_Table_Pages td {
        padding-top: 4px;
        background-color: #fdfdfd;
    }

    .ACA_Table_Pages span,
    .ACA_Table_Pages a {
        font-size: 1.3em;
    }

    .ACA_BkTit {
        background: none !important;
    }

    .ACA_TabTitle {
        border-bottom: 2px solid #eee;
    }

        .ACA_TabTitle th {
            background: #fff !important;
            border: none !important;
            padding: 5px 3px;
        }

            .ACA_TabTitle th span {
                color: #000000 !important;
                font-weight: 500 !important;
                text-decoration: none;
            }

    .aca_gridview_caption > table > tbody > tr > td a {
        color: #005fa3 !important;
        font-size: 1em !important;
        font-weight: 500 !important;
    }

    #divProcessInfo > #divProcessingTable .ACA_TabRow_Even,
    #divProcessInfo > #divProcessingTable .ACA_TabRow_Odd {
        background: none !important;
    }

        #divProcessInfo > #divProcessingTable .ACA_TabRow_Even td,
        #divProcessInfo > #divProcessingTable .ACA_TabRow_Odd td {
            color: #000000;
            font-weight: 500 !important;
            text-decoration: none;
        }

        #divProcessInfo > #divProcessingTable .ACA_TabRow_Even td {
            background: #f5f5f5 !important;
        }

    .aca_pagination {
        border-spacing: 0;
        margin-bottom: 6px;
    }

        .aca_pagination td {
            background-color: #fff;
            border-collapse: separate;
            border: 1px solid #E8E8E8;
            margin: 0;
            padding: 0;
        }

            .aca_pagination td:hover {
                background-color: #f5f5f5;
            }

            .aca_pagination td span,
            .aca_pagination td a {
                color: #000;
                display: inline-block;
                padding: 9px 11px;
                padding-bottom: 5px;
                margin: 0 !important;
                border-bottom: 3px solid transparent;
                font-weight: 800;
            }

        .aca_pagination .SelectedPageButton {
            border-bottom: 3px solid #3FC1FB;
        }

        .aca_pagination .aca_pagination_PrevNext > span {
            color: #3a3a3a;
        }

        .aca_pagination .aca_pagination_PrevNext > a {
            color: #07568e;
        }

    .ajax__calendar_container {
        padding: 0;
        background-color: #fff;
        border-left: 1px solid #E0E0E0;
        border-bottom: 1px solid #E0E0E0;
        border-right: 1px solid #E0E0E0;
    }

        .ajax__calendar_container .ajax__calendar_header {
            background-color: #43B1E5;
            color: #fff;
            padding: 5px 0 0;
        }

            .ajax__calendar_container .ajax__calendar_header .ajax__calendar_title {
                font-size: 1.2em;
            }

            .ajax__calendar_container .ajax__calendar_header .ajax__calendar_prev,
            .ajax__calendar_container .ajax__calendar_header .ajax__calendar_next {
                background: none;
                width: auto;
                height: auto;
                border-top: 5px solid transparent;
                border-bottom: 5px solid transparent;
            }

            .ajax__calendar_container .ajax__calendar_header .ajax__calendar_prev {
                float: left;
                border-right: 5px solid #fff;
                margin-left: 6px;
            }

            .ajax__calendar_container .ajax__calendar_header .ajax__calendar_next {
                float: right;
                border-left: 5px solid #fff;
                margin-right: 6px;
            }

        .ajax__calendar_container .ajax__calendar_body .ajax__calendar_days .ajax__calendar_dayname {
            font-weight: 600;
        }

        .ajax__calendar_container .ajax__calendar_body .ajax__calendar_days .ajax__calendar_other > div {
            color: #E6E6E6 !important;
        }

        .ajax__calendar_container .ajax__calendar_body .ajax__calendar_days .ajax__calendar_day {
            font-weight: 300;
        }

        .ajax__calendar_container .ajax__calendar_body .ajax__calendar_hover > div,
        .ajax__calendar_container .ajax__calendar_body .ajax__calendar_active > div {
            color: #fff;
            background-color: #139EE0 !important;
        }

    .breadcrump-table {
        width: 100%;
        -webkit-box-shadow: 2px 2px 4px 0px #e5e5e5;
        -moz-box-shadow: 2px 2px 4px 0px #e5e5e5;
        box-shadow: 2px 2px 4px 0px #e5e5e5;
    }

        .breadcrump-table .breadcrumb_number_padding span,
        .breadcrump-table .numbercolumn span,
        .breadcrump-table .namecolumn a,
        .breadcrump-table .namecolumn {
            font-size: 1.2em;
            font-weight: 500;
            color: #000 !important;
        }

        .breadcrump-table .breadcrump-collapsed .breadcrumb_number_padding span,
        .breadcrump-table .breadcrump .breadcrumb_number_padding span,
        .breadcrump-table .breadcrump-collapsed .numbercolumn span,
        .breadcrump-table .breadcrump .numbercolumn span,
        .breadcrump-table .breadcrump-collapsed .namecolumn a,
        .breadcrump-table .breadcrump .namecolumn a {
            font-size: 1em;
        }

        .breadcrump-table .breadcrump,
        .breadcrump-table .breadcrump-collapsed,
        .breadcrump-table .breadcrump-collapsed-disable-end,
        .breadcrump-table .breadcrump-collapsed-disable,
        .breadcrump-table .breadcrump-disable-end,
        .breadcrump-table .breadcrump-disable,
        .breadcrump-table .breadcrump-selected,
        .breadcrump-table .breadcrump-selected-end {
            background-image: none;
            border: 1px solid #e5e5e5;
            border-bottom: 3px solid #e5e5e5;
        }

        .breadcrump-table .breadcrump-selected,
        .breadcrump-table .breadcrump-selected-end {
            border-bottom: 3px solid #3FC1FB;
        }

        .breadcrump-table .breadcrump-collapsed-disable-end,
        .breadcrump-table .breadcrump-collapsed-disable,
        .breadcrump-table .breadcrump-disable,
        .breadcrump-table .breadcrump-disable-end {
            background: #fff;
            /*background: #f3f3f3;*/
        }

    .breadcrump-pagetitle td {
        font-size: 1.3em;
        font-weight: 700;
        color: #000;
    }

    #ACA_Dialog_Header .ACA_Dialog_Title {
        margin: 10px 0;
    }

        #ACA_Dialog_Header .ACA_Dialog_Title span {
            font-size: 1.4em !important;
            font-weight: 700;
        }

    .divSessionTimeoutDialog .boxTitle {
        background-color: #009CE1;
        padding: 6px 0;
    }

        .divSessionTimeoutDialog .boxTitle span {
            font-size: 1.4em;
            color: #fff !important;
        }

    .divSessionTimeoutDialog .boxEntry .entryContent {
        line-height: 1.5em;
        padding: 20px 15px;
        font-size: 1.3em;
    }

    .divSessionTimeoutDialog .entryBtun {
        margin-right: 0 !important;
        border-top: 2px solid #eee;
        padding: 10px 0;
        text-align: center !important;
    }

        .divSessionTimeoutDialog .entryBtun .tabbables {
            margin-bottom: 5px !important;
            background: none;
            border: none;
            font-size: 1.4em;
            font-weight: 700;
            color: #005fa3;
            cursor: pointer;
        }

    .ACA_MaskDiv {
        background-color: #000;
        -webkit-opacity: 0.8;
        -moz-opacity: 0.8;
        opacity: 0.8;
    }

    .ACA_Global_Loading {
        padding: 20px 30px;
    }

        .ACA_Global_Loading .ACA_Global_Loading_Title {
            margin-top: 8px;
        }

            .ACA_Global_Loading .ACA_Global_Loading_Title .ACA_SmLabel {
                font-size: 1.4em !important;
            }

    body {
        background-color: #fff;
        font-family: "Open Sans", sans-serif;
    }
    /* Font size base 14pt*/
    p.font_14 {
        font-size: 0.85rem;
        font-weight: 300;
    }

    h1.font_14 {
        margin-top: 0;
        font-size: 4rem;
    }

    h2.font_14 {
        font-size: 2.827rem;
    }

    h3.font_14 {
        font-size: 2rem;
    }

    h4.font_14 {
        font-size: 1.414rem;
    }

    h1.font_14,
    h2.font_14,
    h3.font_14,
    h4.font_14 {
        margin: 1.414em 0 0.5em;
        font-weight: inherit;
        line-height: 1.2;
        font-size: 14px;
    }
    /* font-size: 16px*/
    p.font_16 {
        font-size: 0.85rem;
        font-weight: 300;
    }

    h1.font_16 {
        margin-top: 0;
        font-size: 4rem;
    }

    h2.font_16 {
        font-size: 2.827rem;
    }

    h3.font_16 {
        font-size: 2rem;
    }

    h4.font_16 {
        font-size: 1.414rem;
    }

    h1.font_16,
    h2.font_16,
    h3.font_16,
    h4.font_16 {
        margin: 1.414em 0 0.5em;
        font-weight: inherit;
        line-height: 1.2;
        font-size: 16px;
        /*color: orange;*/
    }
    /* Font class for 18pt font */
    p.font_18 {
        font-size: 0.85rem;
        font-weight: 300;
    }

    h1.font_18 {
        margin-top: 0;
        font-size: 4rem;
    }

    h2.font_18 {
        font-size: 2.827rem;
    }

    h3.font_18 {
        font-size: 2rem;
    }

    h4.font_18 {
        font-size: 1.414rem;
    }

    h1.font_18,
    h2.font_18,
    h3.font_18,
    h4.font_18 {
        margin: 1.414em 0 0.5em;
        font-weight: inherit;
        line-height: 1.2;
        font-size: 18px;
        /*color: green;*/
    }
    /* Base font 20 */
    p.font_20 {
        margin-bottom: 1.3em;
    }

    h1.font_20 {
        margin-top: 0;
        font-size: 4rem;
    }

    h2.font_20 {
        font-size: 2.827rem;
    }

    h3.font_20 {
        font-size: 2rem;
    }

    h4.font_20 {
        font-size: 1.414rem;
    }

    h1.font_20,
    h2.font_20,
    h3.font_20,
    h4.font_20 {
        margin: 1.414em 0 0.5em;
        font-weight: inherit;
        line-height: 1.2;
        font-size: 20px;
    }

    .header {
        background-color: #1fafed;
        height: 200px;
        position: relative;
        display: table;
        text-align: center;
        width: 100%;
        background-repeat: no-repeat;
        background-position: top center;
    }

        .header .container {
            display: inline-block;
            position: relative;
            height: 100%;
            width: 100%;
            max-width: 90vw;
        }

            .header .container .logo {
                position: absolute;
                margin: 0 auto;
                width: 50%;
                top: 0;
                z-index: 100;
                height: 180px;
                background-image: url('../css/images/logo.jpeg');
                background-position: left bottom;
                background-repeat: no-repeat;
            }

            .header .container .contact {
                color: #fff;
                width: 100%;
                height: 100px;
                text-align: right;
                padding-top: 5px;
                font-family: MuseoSans;
                font-weight: 300;
            }

            .header .container .return {
                position: absolute;
                -webkit-border-radius: 5px 5px 0 0;
                -moz-border-radius: 5px 5px 0 0;
                border-radius: 5px 5px 0 0;
                -moz-background-clip: padding;
                -webkit-background-clip: padding-box;
                background-clip: padding-box;
                padding: 5px 0 0 0;
                bottom: 0;
                right: 0;
                margin: 0 auto;
                width: 250px;
                height: 25px;
                background-color: #e7f6fd;
            }

                .header .container .return a {
                    color: #1F2F45;
                    font-family: MuseoSans;
                    font-weight: 700;
                    text-decoration: none !important;
                }

    .footer {
        margin: 0 auto;
        border-top: solid 2px #ebebeb;
        display: block;
        background-color: #f6f6f7;
        color: #464646;
        font-family: MuseoSans;
        font-size: 1.1em;
        font-weight: 400;
        height: 5%;
        padding-top: 10px;
    }
    /*New Design*/
    .banner-header {
        background-color: #1fafed;
        position: relative;
        text-align: center;
        width: 100%;
        background-repeat: no-repeat;
        background-position: top center;
        height: 110px;
        font-size: initial;
        display: table;
    }

    .banner-container {
        display: table;
        margin: 0 auto;
    }

    .agency-logo {
        text-align: left;
        width: 25%;
    }

        .agency-logo img {
            width: auto;
            margin-top: 22px;
        }

    .agency-banner-text {
        color: #1a3c5b;
        text-align: right;
        width: 75%;
    }

        .agency-banner-text h2 {
            margin-top: 1em;
            margin-bottom: 0.35em;
            font-weight: bold;
        }

    .agency-logo,
    .agency-banner-text {
        display: table-cell;
        vertical-align: top;
    }

    .rta {
        width: 100%;
        position: absolute;
        bottom: 0;
    }

    .rta-container {
        margin: auto 0;
        display: inline-block;
        width: 90vw;
        text-align: right;
    }

    .rta-tittle {
        -webkit-border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0;
        -moz-background-clip: padding;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        padding: 5px 10px 0px 10px;
        margin: 0 auto;
        min-width: 50px;
        height: 1.75em;
        background-color: #e7f6fd;
        text-align: center;
        display: inline-block;
    }

        .rta-tittle a {
            color: #1F2F45;
            font-family: MuseoSans;
            font-weight: 700;
            text-decoration: none !important;
        }
    /* Font size base 14pt*/
    p.font_14 {
        font-size: 0.85rem;
        font-weight: 300;
    }

    span.font_14 {
        font-size: 0.85rem;
        font-weight: 300;
    }

    h1.font_14 {
        margin-top: 0;
        font-size: 4rem;
    }

    h2.font_14 {
        font-size: 2.827rem;
    }

    h3.font_14 {
        font-size: 2rem;
    }

    h4.font_14 {
        font-size: 1.414rem;
    }

    h1.font_14,
    h2.font_14,
    h3.font_14,
    h4.font_14 {
        margin: 1.414em 0 0.5em;
        font-weight: inherit;
        line-height: 1.2;
        font-size: 14px;
    }
    /* font-size: 16px*/
    p.font_16 {
        font-size: 1rem;
        font-weight: 300;
    }

    span.font_16 {
        font-size: 1rem;
        font-weight: 300;
    }

    h1.font_16 {
        margin-top: 0;
        font-size: 4rem;
    }

    h2.font_16 {
        font-size: 2.827rem;
    }

    h3.font_16 {
        font-size: 2rem;
    }

    h4.font_16 {
        font-size: 1.414rem;
    }

    h1.font_16,
    h2.font_16,
    h3.font_16,
    h4.font_16 {
        margin: 1.414em 0 0.5em;
        font-weight: inherit;
        line-height: 1.2;
        font-size: 16px;
    }
    /* Font class for 18pt font */
    p.font_18 {
        font-size: 1.1rem;
        font-weight: 300;
    }

    span.font_18 {
        font-size: 1.1rem;
        font-weight: 300;
    }

    h1.font_18 {
        margin-top: 0;
        font-size: 4rem;
    }

    h2.font_18 {
        font-size: 2.827rem;
    }

    h3.font_18 {
        font-size: 2rem;
    }

    h4.font_18 {
        font-size: 1.414rem;
    }

    h1.font_18,
    h2.font_18,
    h3.font_18,
    h4.font_18 {
        margin: 1.414em 0 0.5em;
        font-weight: inherit;
        line-height: 1.2;
        font-size: 18px;
    }
    /* Base font 20 */
    p.font_20 {
        font-size: 1.2rem;
        margin-bottom: 1.3em;
    }

    span.font_20 {
        font-size: 1.2rem;
        margin-bottom: 1.3em;
    }

    h1.font_20 {
        margin-top: 0;
        font-size: 4rem;
    }

    h2.font_20 {
        font-size: 2.827rem;
    }

    h3.font_20 {
        font-size: 2rem;
    }

    h4.font_20 {
        font-size: 1.414rem;
    }

    h1.font_20,
    h2.font_20,
    h3.font_20,
    h4.font_20 {
        margin: 1.414em 0 0.5em;
        font-weight: inherit;
        line-height: 1.2;
        font-size: 20px;
    }

    .map-container {
        display: none;
        position: relative;
        width: 100%;
        height: 400px;
    }

        .map-container .loading-message {
            position: absolute;
            top: 50%;
            width: 100%;
            text-align: center;
        }

    .ACA_RightContent .ACA_SmallError_Icon {
        margin-right: 6px;
        /* on the registration page the error icon bumped into the checkbox */
    }

    form[action^="RegisterLicense.aspx"] .ACA_RightContent {
        width: auto;
        padding: 0 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .ACA_CapDetail_Add2CollectionLink > a {
        margin-left: 20px;
    }

    #divProcessInfo td {
        padding: 3px 0;
        font-size: 1em;
    }

    #divProcessInfo .ACA_TabRow_Even td {
        background: #e8f7fe !important;
    }

    .record-tab-content {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0;
    }

    .ACA_Add2CollectionForm {
        z-index: 10;
    }

    .ACA_Welcome_Block {
        border: none !important;
        border-spacing: 2px;
    }

        .ACA_Welcome_Block td {
            background-color: white;
        }

        .ACA_Welcome_Block a > span {
            color: #227ea4 !important;
        }

    .aca_wrapper {
        padding: 0 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .aca_wrapper .welcome-page.ACA_Content {
            border: 1px solid #eee;
            -webkit-box-shadow: 0 0 3px 1px #eee;
            -moz-box-shadow: 0 0 3px 1px #eee;
            box-shadow: 0 0 3px 1px #eee;
        }

            .aca_wrapper .welcome-page.ACA_Content > table {
                border-collapse: collapse;
                width: 100%;
            }

                .aca_wrapper .welcome-page.ACA_Content > table > tbody > tr > td:first-child {
                    background-color: white;
                    padding: 15px !important;
                    -webkit-box-sizing: border-box;
                    -moz-box-sizing: border-box;
                    box-sizing: border-box;
                }

                .aca_wrapper .welcome-page.ACA_Content > table > tbody > tr > td:last-child {
                    background-color: #e7f6fd;
                    padding: 7px;
                    border-left: 2px solid #eee;
                }

                    .aca_wrapper .welcome-page.ACA_Content > table > tbody > tr > td:last-child .ACA_Form input[type=text],
                    .aca_wrapper .welcome-page.ACA_Content > table > tbody > tr > td:last-child .ACA_Form input[type=password],
                    .aca_wrapper .welcome-page.ACA_Content > table > tbody > tr > td:last-child .ACA_Form input[type=tel] {
                        border: 1px solid #959a9f;
                    }

                    .aca_wrapper .welcome-page.ACA_Content > table > tbody > tr > td:last-child .welcome_instruction {
                        width: auto !important;
                    }

        .aca_wrapper .ACA-CustomComponent {
            border: 1px solid #eee;
            -webkit-box-shadow: 0 0 3px 1px #eee;
            -moz-box-shadow: 0 0 3px 1px #eee;
            box-shadow: 0 0 3px 1px #eee;
            margin: 15px;
            padding: 15px;
        }

            .aca_wrapper .ACA-CustomComponent > table {
                border-collapse: collapse;
                width: 100%;
            }

        .aca_wrapper #ctl00_PlaceHolderMain_divContentLink {
            margin-left: -10px;
        }

            .aca_wrapper #ctl00_PlaceHolderMain_divContentLink .Header_h2 {
                font-family: MuseoSans, Sans-Serif;
                font-weight: 700;
                font-size: 1.6em;
                font-style: normal;
                line-height: 18px;
                text-align: left;
                border-bottom: 2px solid #227ea4;
                padding-bottom: 3px;
                margin-bottom: 5px !important;
            }

    .ACA_LoginBox {
        border: none !important;
        background-color: #e7f6fd;
        float: none !important;
        padding: 0.438em;
    }

        .ACA_LoginBox .ACA_LgButton {
            float: right;
        }

        .ACA_LoginBox .ACA_FRight {
            float: left;
        }

        .ACA_LoginBox #ctl00_PlaceHolderMain_LoginBox_txtUserId_element_group,
        .ACA_LoginBox #ctl00_PlaceHolderMain_LoginBox_txtPassword_element_group,
        .ACA_LoginBox #ctl00_PlaceHolderMain_LoginBox_txtUserId,
        .ACA_LoginBox #ctl00_PlaceHolderMain_LoginBox_txtPassword {
            width: 100%;
        }

        .ACA_LoginBox #ctl00_PlaceHolderMain_LoginBox_acc_sign_label_rememberMe {
            font-family: MuseoSans, Sans-Serif;
            font-size: 1.1em !important;
            font-weight: 400 !important;
        }

    #ctl00_PlaceHolderMain_divTopShoppingCartItems {
        margin-top: 0.625em;
    }

    .welcome_cartlist {
        margin: 0 !important;
        border: none;
    }

    #ctl00_HeaderNavigation_ucAnnBeforeLogin_A3 {
        margin-left: 12px;
        margin-right: 12px;
    }

    .ACA_Header_Row a[id$="Header"],
    .ACA_Header_Row a[id$="Header"] span {
        color: #333333 !important;
    }/*@import "portlet.less";*/
.ACA_dash_Container {
  float: left;
  width: 100%;
}
.dsh-welcome-msg {
  margin: 10px;
  padding: 5px;
  font-size: 2em;
  font-weight: 700;
  line-height: 24px;
}
.dsh-section-top {
  padding-bottom: 25px;
  -webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}
.dsh-action-required {
  margin: 10px;
}
.dsh-scroller,
.dsh-section-bottom {
  width: 100%;
  float: left;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dsh-shopping-cart,
.dsh-mycollection {
  width: 48.5%;
  float: left;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dsh-mycollection {
  margin-left: 22px;
}
.dsh-mycollection.extent {
  width: 100% !important;
  margin-left: 0;
}
.dsh-mycollection.extent .myCollectiontable .myCollectionCol.recDescCol .recCollectionName {
  width: 614px;
}
.grid-shopping-cart,
.grid-mycollection {
  width: 100%;
}
.grid-shopping-cart .portlet,
.grid-mycollection .portlet {
  margin-bottom: 0;
}
.grid-shopping-cart .portlet .portlet-body,
.grid-mycollection .portlet .portlet-body {
  height: 280px;
  padding: 5px 5px 5px 10px;
}
.grid-shopping-cart .noRecordFound,
.grid-mycollection .noRecordFound {
  font-size: 1.7em;
  text-align: center;
  margin: 95px 40px 0 40px;
}
.myRecentRecords #myRecentRecordsTable {
  border-width: 0;
  width: 96%;
}
.myRecentRecords .action-section {
  padding: 10px;
  border: 1px solid #c6c6c6;
  border-top-width: 0;
  margin-top: -10px;
  width: 97.2%;
}
.myRecentRecords .action-section a {
  margin-right: 15px;
}
.GridMyRecord {
  margin-bottom: -15px;
}
#dvActionRequiredSection {
  font-size: 1.6em;
  font-weight: 700;
  line-height: 18px;
  line-height: 21px;
  min-width: 300px;
  overflow: hidden;
  max-height: 999px;
  -moz-transition: max-height 400ms ease-in;
  -o-transition: max-height 400ms ease-in;
  -webkit-transition: max-height 400ms ease-in;
  transition: max-height 400ms ease-in;
  /* for expansion */
}
#dvActionRequiredSection.hidden {
  max-height: 0;
  -moz-transition: max-height 300ms cubic-bezier(0, 0.6, 0.6, 1);
  -o-transition: max-height 300ms cubic-bezier(0, 0.6, 0.6, 1);
  -webkit-transition: max-height 300ms cubic-bezier(0, 0.6, 0.6, 1);
  transition: max-height 300ms cubic-bezier(0, 0.6, 0.6, 1);
  /* for collapsing */
}
#dvActionRequiredSection table > tbody > tr > td {
  padding: 1px;
}
#dvActionRequiredSection table > tbody > tr > td.hide-row {
  display: none;
}
#dvActionRequiredSection table > tbody > tr > td.hide-row.expand {
  display: block;
}
#dvActionRequiredSection .dsh-grid-desc {
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
#dvActionRequiredSection .dsh-grid-action {
  width: 100%;
}
#dvActionRequiredSection .dsh-grid-action .btnActionView,
#dvActionRequiredSection .dsh-grid-action .btnActionPaynow,
#dvActionRequiredSection .dsh-grid-action .btnActionRenew {
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
}
#dvActionRequiredSection .dsh-grid-action span {
  /*padding-left: 24px;*/
  display: inline-block;
  width: 90px;
}
#dvActionRequiredSection .dsh-grid-action .btnActionView {
  background-image: url(../css/images/view-icon.png);
}
#dvActionRequiredSection .dsh-grid-action .btnActionPaynow {
  background-image: url(../css/images/cart-icon.png);
}
#dvActionRequiredSection .dsh-grid-action .btnActionRenew {
  background-image: url(../css/images/renew-icon.png);
}
#dvActionRequiredSection .dsh-grid-date {
  color: #f16f41;
}
#dvActionRequiredSection .dsh-grid-date .icon-alert {
  background-image: url(../css/images/alert-icon.png);
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
}
#dvActionRequiredSection .dsh-grid-date span {
  /*margin-left: 25px;*/
  display: inline-block;
}
.myShoppingCart {
  display: table;
  width: 100%;
}
.myShoppingCart.cartTotalRow {
  bottom: 0;
  background-color: #fff;
  border-top: Solid 1px #22bdff;
  border-bottom: none;
  font-size: 1.4em;
  font-weight: 300;
  line-height: 16px;
}
.myShoppingCart.cartTotalRow .myShoppingCartRow .myShoppingCartCol {
  border-bottom: none;
}
.myShoppingCart .myShoppingCartRow {
  display: table-row;
}
.myShoppingCart .myShoppingCartRow .myShoppingCartCol {
  display: table-cell;
  padding: 10px 5px;
  border-bottom: solid 1px #f6f6f6;
}
.myShoppingCart .myShoppingCartCol.recDescCol {
  width: 65%;
}
.myShoppingCart .myShoppingCartCol.recDescCol .cartItemdesc {
  font-size: 1.2em;
  font-weight: 500;
  line-height: 16px;
  display: block;
  white-space: nowrap;
  width: 185px;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.myShoppingCart .myShoppingCartCol.recDescCol .cartItemDate {
  display: block;
  font-size: 1em;
  font-style: italic;
  font-weight: 300;
}
.myShoppingCart .myShoppingCartCol.recPriceCol {
  width: 35%;
  vertical-align: middle;
  text-align: right;
  padding: 10px 15px 10px 5px;
}
.myShoppingCart .myShoppingCartCol.recPriceCol .cartItemPrice {
  font-size: 1.4em;
  font-weight: 300;
  line-height: 16px;
}
.myCollectiontable {
  display: table;
  margin-bottom: 10px;
}
.myCollectiontable .myCollectionRow {
  display: table-row;
}
.myCollectiontable .myCollectionRow .myCollectionCol {
  display: table-cell;
  padding: 10px;
}
.myCollectiontable .myCollectionCol.recCountCol {
  background-color: #e7f5fc;
  padding: 15px 18px 18px 18px;
}
.myCollectiontable .myCollectionCol.recCountCol .recCount,
.myCollectiontable .myCollectionCol.recCountCol .recCountLabel {
  display: block;
  text-align: center;
}
.myCollectiontable .myCollectionCol.recCountCol .recCount {
  font-size: 2.6em;
  font-weight: 500;
  line-height: 1;
}
.myCollectiontable .myCollectionCol.recCountCol .recCountLabel {
  font-size: 1.1em;
  line-height: 0.9;
}
.myCollectiontable .myCollectionCol.recDescCol {
  padding: 15px 10px 10px 10px;
  vertical-align: top;
}
.myCollectiontable .myCollectionCol.recDescCol .recCollectionName {
  font-size: 1.6em;
  font-weight: 700;
  line-height: 18px;
  display: block;
  white-space: nowrap;
  width: 252px;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.myCollectiontable .myCollectionCol.recDescCol .recCollectionUpdate {
  font-size: 1.2em;
  font-weight: 500;
  line-height: 16px;
}
.portlet.box > .portlet-title > .actions .btn span {
  color: #2a2a2a !important;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.portlet.box.action-req {
  box-shadow: none;
  border: none;
}
.portlet.box.action-req > .portlet-title {
  background-color: #fff;
  border: solid 0 #fff;
  border-color: #d53811;
  border-bottom-width: 2px;
}
.portlet.box.action-req > .portlet-title > .caption {
  color: #000;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 16px;
  line-height: 15px;
}
.portlet.box.action-req > .portlet-title > .actions .btn {
  background-color: #d53811;
  color: #2a2a2a;
}
.portlet.box.action-req > .portlet-title > .actions .btn span {
  color: #2a2a2a !important;
}
.portlet.box.action-req > .portlet-title > .actions .btn:hover,
.portlet.box.action-req > .portlet-title > .actions .btn:focus {
  background-color: #bd320f;
  text-decoration: none;
}
.portlet.box.action-req > .portlet-title > .tools .btn {
  background-color: transparent;
  color: #22bdff;
}
.portlet.box.action-req > .portlet-title > .tools .btn:hover,
.portlet.box.action-req > .portlet-title > .tools .btn:focus {
  color: #08b5ff;
}
/*.portlet-req-help-link {
    float: left;
    margin-left: 5px;
}


.action-req-help, .myrec-req-help {
    width: 18px;
    height: 18px;

    &.tooltip.right {
        .tooltip-inner {
            max-width: 300px;
            width: 300px;
            text-align: left;
        }
    }
}



.myrec-req-help {
    &.tooltip.right {
        margin-left: 120px;
        margin-top: 0;
    }
}*/
/*--Record Details--*/
.record-detail .record-summary,
.record-detail .record-nav,
.record-detail .record-main-section {
  width: 770px;
}
.record-detail .record-summary {
  padding: 10px;
  float: left;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  background-color: #fff;
  border-top: solid 1px #f0f0f0;
  min-height: 92px;
  /*.rec-left, .rec-right {
            float: left;
        }*/
}
.record-detail .record-summary h1 {
  font-size: 1.6em;
  line-height: 22px;
  font-weight: 700;
}
.record-detail .record-summary h1 span {
  word-wrap: break-word;
}
.record-detail .record-summary .rec-left {
  width: 70%;
}
.record-detail .record-summary .rec-right {
  width: 30%;
}
.record-detail .record-summary .rec-right a {
  font-size: 1.2em;
  line-height: 16px;
  font-weight: 700;
}
.record-detail .record-summary .rec-right .action-link {
  /*text-align: right;*/
  width: 100%;
  padding-bottom: 2px;
}
.record-detail .record-summary .advance-search {
  padding-top: 12px;
}
.record-detail .social-media-sec {
  margin-top: 3px;
}
.record-detail .social-media-sec .twitter-sec {
  float: right;
  width: 76px;
}
.record-detail .social-media-sec .facebook-sec {
  float: right;
  padding-right: 10px;
}
.record-detail .record-nav {
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
  float: left;
  position: relative;
  margin-top: -3px;
  background-color: #fafafa;
  /*&.add-mt {
            margin-top: 112px !important;
        }*/
}
.record-detail .record-nav .nav-bar {
  /*float: left;*/
  margin: 0;
  padding-left: 0;
  width: 100%;
  list-style: none;
  /*> li + li {
                border-left: solid 1px @record-detail-navigation-menu-border-color;
            }

            > li + li.last {
                border-right: solid 1px @record-detail-navigation-menu-border-color;
            }*/
}
.record-detail .record-nav .nav-bar > li {
  position: relative;
  /*float: left;*/
  background-color: #fafafa;
  width: 153px;
  text-align: center;
}
.record-detail .record-nav .nav-bar > li .rec-downarrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #149EDF transparent transparent transparent;
  margin-top: 5px;
  /*margin-left: 5px;*/
  position: absolute;
}
.record-detail .record-nav .nav-bar > li .rec-downarrow.hide-me {
  display: none;
}
.record-detail .record-nav .nav-bar > li.more-menu-item {
  width: 154px !important;
}
.record-detail .record-nav .nav-bar > li.more-menu-item .dropdown-menu {
  width: 154px !important;
}
.record-detail .record-nav .nav-bar > li > .dropdown-menu {
  display: none;
}
.record-detail .record-nav .nav-bar > li.show {
  -webkit-box-shadow: 0 -3px 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 -3px 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 -3px 5px 0 rgba(0, 0, 0, 0.1);
}
.record-detail .record-nav .nav-bar > li.show > a {
  background-color: #fff;
}
.record-detail .record-nav .nav-bar > li.show > .dropdown-menu {
  display: block;
}
.record-detail .record-nav .nav-bar > li > a {
  display: block;
  color: #000;
  font-size: 1.2em;
  line-height: 16px;
  font-weight: 700;
  font-weight: normal;
  padding: 19px 0 15px 0;
  cursor: pointer;
  text-decoration: none;
}
.record-detail .record-nav .nav-bar > li > a > font {
  color: #000;
}
.record-detail .record-nav .nav-bar > li > a .con-count {
  background-color: #A52652;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: inline-block;
  color: #fff;
  /*margin-left: 6px;*/
  margin-top: 0;
  position: absolute;
  top: 17px;
  line-height: 20px;
  letter-spacing: 0;
}
.record-detail .record-nav .nav-bar > li > a:hover,
.record-detail .record-nav .nav-bar > li > a:focus {
  background-color: #fff;
}
.record-detail .record-nav .nav-bar > li.selected {
  border-bottom: solid 2px #30befc;
  background-color: #fff;
}
.record-detail .record-nav .nav-bar > li + li.third-last {
  width: 259px;
}
.record-detail .dropdown-menu {
  float: left;
  position: absolute;
  top: 100%;
  left: -1px;
  z-index: 1000;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 16px;
  text-align: left;
  border-left: solid 1px #e1e1e1;
  border-right: solid 1px #e1e1e1;
  border-bottom: solid 2px #30befc;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
}
.record-detail .dropdown-menu > li {
  background-color: #fff;
}
.record-detail .dropdown-menu > li > a {
  display: block;
  padding: 10px 12px;
  white-space: normal;
  color: #000;
  text-decoration: none;
}
.record-detail .dropdown-menu > li > a font {
  color: #000;
}
.record-detail .dropdown-menu > li > a:hover,
.record-detail .dropdown-menu > li > a:focus {
  background-color: #d4f2fe;
}
.record-detail .record-main-section {
  border: solid 1px #fcfcfc;
  position: relative;
  margin-top: 10px;
  float: left;
  min-height: 300px;
  /*&.add-mt-main {
            margin-top: 181px !important;
        }*/
}
.record-detail .record-main-section .record-tab-content {
  display: none;
}
.record-detail .record-main-section .record-tab-content.show {
  display: block;
}
.record-detail .record-condition-msg {
  display: none;
}
.record-detail .btn-view-condition {
  position: absolute;
  /*margin-left: 615px;*/
  margin-top: -32px;
}
.ACA_Help_Icon_White {
  background: url(../css/images/help-white.png);
  background-size: 24px;
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.ACA_Report_Arrow > div {
  display: inline-block;
}
.ACA_BannerAndSearch {
  clear: both;
  float: left;
  width: 100%;
  margin-top: 10px;
}
.gs_panel,
.caphome {
  min-height: 300px;
}
.search-sub-menu .caret-down-arrow {
  width: 10px;
  height: 6px;
  background-image: url("../css/images/caret_arrow.gif");
  background-repeat: no-repeat;
  display: inline-block;
}
.search-sub-menu .right-arrow {
  position: absolute;
  /* margin-right: 0; */
  /*right: 10px;*/
  top: 14px;
  width: 6px;
  height: 10px;
  /*background-image: url("../css/images/caret_arrow_right.png");*/
  background-repeat: no-repeat;
  display: inline-block;
}
.ACA_Dialog_Title {
  width: 85%;
  padding-top: 5px;
}
.ACA_Help_Icon.inr-span {
  display: inline-block;
  background-repeat: no-repeat;
}
.dd-tooltip {
  display: inline;
  position: relative;
}
.dd-tooltip:hover:after {
  background: #333;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 5px;
  bottom: 26px;
  color: #fff;
  content: attr(title);
  left: 20%;
  padding: 5px 15px;
  position: absolute;
  z-index: 98;
  width: 220px;
}
.dd-tooltip:hover:before {
  border: solid;
  border-color: #333 transparent;
  border-width: 6px 6px 0 6px;
  bottom: 20px;
  content: "";
  left: 50%;
  position: absolute;
  z-index: 99;
}
.ACA_Desc {
  width: 100% !important;
  display: block;
  font-weight: normal;
  white-space: normal !important;
  text-align: justify;
  margin-left: 14px;
  font-size: 1.2em;
}
.ACA_ServiceNoMsg {
  top: 10px;
  position: relative;
}.agency-title{value: !important;}.agency-title{font-family:Chivo, Verdana, Geneva, sans-serif; !important;}.agency-title{font-size:font_14;}.agency-contact{value:;}.agency-contact{font-family:Chivo, Verdana, Geneva, sans-serif; !important;}.agency-contact{font-size:font_14;}#img-agency-logo{src:data:image/png;base64,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;}.rta{display:true;}.rta-tittle a {value:Return to;}.rta-tittle a{font-family:Chivo, Verdana, Geneva, sans-serif; !important;}.rta-tittle a{href:https://aca-nonprod.accela.com/FCPH-NONPROD1/Welcome.aspx;}.banner-header{background-color:#ffffff;}.banner-header-top{background-color:#FFFFFF;}.agency-title{color:#acacac;}.agency-contact{color:#000000;}.banner-header{height:75px;}#img-agency-logo{height:94px;}#img-agency-logo{margin-top:0px;}#img-agency-logo{margin-left:0px;}.rta-tittle{background-color:#575555;}.rta-tittle a{color:#bfbbbb;}div p {font-family:Chivo, Verdana, Geneva, sans-serif;;}p, span:not(.agency-contact){color:font_16;}body a,body span,body font,body div,body h1,body h2,body h3,body h4,body h5,body h6,body p,body td,body tr,body table,body tbody,body thead,body tfoot,body label, body div{font-family:Chivo, Verdana, Geneva, sans-serif;px;}.body{font-size:font_16px;}.body div p{font-family:Chivo, Verdana, Geneva, sans-serif;px;}body{color:black;}.ACA_Form label, .textinput label, .ACA_Form .ACA_Label{font-family:Chivo, Verdana, Geneva, sans-serif;;}.ACA_Form textarea, .ACA_Form input[type=text], .ACA_Form input[type=password], .ACA_Form input, .ACA_Form select, .textinput input{color:#000000;}.ACA_Form label, .textinput label{color:#2f3c63;}.ACA_Form textarea, .ACA_Form input[type=text], .ACA_Form input[type=password], .ACA_Form input, .ACA_Form select, .textinput input{background-color:#F9FAFB;}.ACA_Form textarea, .ACA_Form input[type=text], .ACA_Form input[type=password], .ACA_Form input, .ACA_Form select, .textinput input{border-color:#000000;}.ACA_Form textarea, .ACA_Form input[type=text], .ACA_Form input[type=password], .ACA_Form input, .ACA_Form select, .textinput input{color:#000000;}.footer-text{value:.;}.footer{background-color:#EEEEEE;}.footer-text{color:#000000;}.footer{height:50px;}body:not(.backgroundColor){background-color:#FFFFFF;}.ACA_Body_Text, .ACA_Body_Text p, .ACA_Body_Text span{color:#2B323A;}a > span, .ACA_Welcome_Block a > span, .ACA_NaviTitle * > .ACA_Body_Text, #ctl00_HeaderNavigation_lblAccessibilityBefore, .ACA_RegisterLogin, .forgotPassLink{color:#a43030 !important;}.ACA_LoginBox, .loginPanel, #ctl00_PlaceHolderMain_divLogin{background-color:#FFFFFF !important;}.ACA_Welcome_Block td, .welcome-page > *{background-color:#49a1ac;}.ACA_NaviMenu, body .ACA_NaviMenu .ui-toolbar, .ACA_NaviMenu > *{background-color:#FFFFFF;}.ACA_NaviMenu #tab_item_place_holder .ACA_ItemCenter.ACA_ItemCenter_FontSize.ACA_CenterOff > div > a > font,.ACA_NaviMenu #tab_item_place_holder .ACA_ItemCenter.ACA_ItemCenter_FontSize.ACA_CenterOff > div > a, .actions-menu-container > ul > li > a > span{color:#2b323a;}.ACA_NaviMenu #tab_item_place_holder .ACA_ItemCenter:hover{background-color:#2b323a !important;}.ACA_NaviMenu #tab_item_place_holder .ACA_ItemCenter:hover > div > a, .ACA_NaviMenu #tab_item_place_holder .ACA_ItemCenter:hover > div > a font{color:#FFFFFF !important;}.ACA_ItemCenter.ACA_ItemCenter_FontSize.ACA_CenterOn > div > a,.ACA_ItemCenter.ACA_ItemCenter_FontSize.ACA_CenterOn > div > a > font{color:#FFFFFF !important;}.ACA_NaviMenu #tab_item_place_holder .ACA_CenterOn{background-color:#2B323A !important;}.ACA_NaviMenu #nav_span_links div,.ACA_NaviMenu #nav_span_links ul > li,.ACA_NaviMenu #nav_span_links ul > li > ul, .search-sub-menu ul > li, .search-sub-menu ul > li > ul{background-color:#FFFFFF;}.ACA_SubMenuList #nav_span_links > span a,.search-sub-menu a, .search-sub-menu a font{color:#2B323A !important;}.ACA_SubMenuList{border-top-color:#EEEEEE;}.ACA_SubMenuList{border-bottom-color:#EEEEEE;}.ACA_NaviMenu #nav_span_links ul > li:hover,.search-sub-menu ul > li:hover, .search-sub-menu ul > li > ul > li:hover{background-color:#DAF6FF;}.ACA_SmButton a, .ACA_SmButtonForRight a, .ACA_SmButtonDisable a, .ACA_LgButton a, .ACA_LgButtonForRight a, .ACA_ShowAndResume{background:none !important;}.ACA_SmButton a, .ACA_SmButtonForRight a, .ACA_SmButtonDisable a, .ACA_LgButton a, .ACA_LgButtonForRight a, .ACA_ShowAndResume{background-color:#0074D9 !important;}.ACA_SmButton a:hover, .ACA_SmButtonForRight a:hover, .ACA_SmButtonDisable a:hover, .ACA_LgButton a:hover, .ACA_LgButtonForRight a:hover, .ACA_ShowAndResume:hover{background-color:#005AA9 !important;}.ACA_SmButton a span, .ACA_SmButtonForRight a span, .ACA_SmButtonDisable a span, .ACA_LgButton a span, .ACA_LgButtonForRight a span{color:#FFFFFF !important;}.ACA_Button.button-primary button{background-color:#0074D9 !important;}.ACA_Button.button-primary button:enabled:hover{background-color:#005AA9 !important;}.ACA_Button.button-primary button{color:#FFFFFF !important;}.ACA_Button.button-primary button{border-color:#005AA9 !important;}.ACA_Button.button-secondary button, .ds-beta button.p-button.p-button-outlined.button-secondary{background-color:transparent !important;}.ACA_Button.button-secondary button, .ds-beta button.p-button.p-button-outlined.button-secondary{color:#0074D9 !important;}.ACA_Button.button-secondary button, .ds-beta button.p-button.p-button-outlined.button-secondary{border-color:#0074D9 !important;}.ACA_Continue, .ACA_Continue a{background-color:#0074D9 !important;}.ACA_Continue a span{color:#fff !important;}.ACA_Continue, .ACA_Continue a{background:#0074D9 !important;}.ACA_Continue a:hover{background-color:#005AA9 !important;}.ACA_Resume{background:#fff !important;}.ACA_Resume{color:#0074D9 !important;}.ACA_Resume{border-color:#0074D9 !important;}.portlet > .portlet-title{background-color:#daf6ff !important;}.portlet > .portlet-title > .caption{color:#2b323a !important;}.portlet > .portlet-title > .actions .btn{background-color:#0755a7 !important;}.portlet.box > .portlet-title > .actions .btn span, .portlet > .portlet-title > .actions .btn{color:#adadad !important;}.myCollectionCol.recCountCol{background-color:#eeeeee !important;}.myCollectionCol.recCountCol{color:#2b323a !important;}.ACA_GridView .ACA_TabRow_Odd td, .ACA_GridView .ACA_TabRow_SmallOdd td, .ACA_GridView .ACA_TabRow_Odd th, .ACA_GridView .ACA_TabRow_SmallOdd th{background-color:#F6F6F6 !important;}.ACA_GridView .ACA_TabRow_Even > td, .ACA_GridView .ACA_TabRow_SmallEven > td, .ACA_GridView .ACA_TabRow_Even > th, .ACA_GridView .ACA_TabRow_SmallEven > th{background-color:#FFFFFF !important;}.ACA_GridView .ACA_TabRow_Header > th, .ACA_GridView .ACA_TabTitle > th{background-color:#DAF6FF !important;}.ACA_GridView .ACA_TabRow_Header > th, .ACA_GridView .ACA_TabTitle > th{border:none !important;}.ACA_GridView .ACA_TabRow_Header > th a > span, .ACA_GridView .ACA_TabTitle > th a > span{color:#2B323A !important;}.ACA_GridView .ACA_TabRow_Odd > td > div > span, .ACA_GridView .ACA_TabRow_Even > td > div > span, .ACA_GridView .ACA_TabRow_SmallEven > td > div > span, .ACA_GridView .ACA_TabRow_SmallEven2 > td > div > span, .ACA_GridView .ACA_TabRow_SmallOdd > td > div > span{color:#2B323A !important;}.aca_pagination td{background-color:#FFFFFF !important;}.aca_pagination td{border-color:#EEEEEE !important;}.aca_pagination .aca_pagination_PrevNext > span{color:#666666 !important;}.aca_pagination .aca_pagination_PrevNext > a{color:#2B323A !important;}.aca_pagination .SelectedPageButton{border-bottom-color:#0755a7 !important;}.breadcrump{orientation:Horizontal;}.breadcrump:not(.breadcrump-disable){background-color:#FFFFFF !important;}.breadcrump-selected,.breadcrump-selected-end{background-color:#FFFFFF !important;}.breadcrump-disable,.breadcrump-disable-end,.breadcrump-collapsed-disable,.breadcrump-collapsed-disable-end{background-color:#F6F6F6 !important;}.breadcrump-table .breadcrumb_number_padding span, .breadcrump-table .numbercolumn span, .breadcrump-table .namecolumn a, .breadcrump-table .namecolumn{color:#000000 !important;}.breadcrump:not(.breadcrump-disable){border-bottom-color:#EEEEEE !important;}.breadcrump-selected,.breadcrump-selected-end{border-bottom-color:#3FC1FB !important;}.breadcrump-disable,.breadcrump-disable-end,.breadcrump-collapsed-disable,.breadcrump-collapsed-disable-end{border-bottom-color:#0755a7 !important;} .agency-title { font-family: Chivo, Verdana, Geneva, sans-serif; } .agency-contact { font-family: Chivo, Verdana, Geneva, sans-serif; } .rta-tittle a { font-family: Chivo, Verdana, Geneva, sans-serif; }a{color:#a43030 !important;}a font{color:inherit !important;}.ACA_NaviMenu #tab_item_place_holder .ACA_ItemCenter.ACA_ItemCenter_FontSize.ACA_CenterOff > div > a > font,.ACA_NaviMenu #tab_item_place_holder .ACA_ItemCenter.ACA_ItemCenter_FontSize.ACA_CenterOff > div > a,.actions-menu-container > ul > li > a > span{color:#a43030 !important;}.ACA_NaviMenu #tab_item_place_holder .ACA_ItemCenter.ACA_ItemCenter_FontSize:hover > div > a > font,.ACA_NaviMenu #tab_item_place_holder .ACA_ItemCenter.ACA_ItemCenter_FontSize:hover > div > a{color:#FFFFFF !important;}.ACA_NaviMenu #more_tab_place_holder .ACA_MoreItemCenter span{color:#a43030 !important;}.ACA_NaviMenu #more_tab_place_holder:hover .ACA_MoreItemCenter span{color:#FFFFFF !important;}.ACA_SubMenuList #nav_span_links > span a,.ACA_SubMenuList #nav_span_more_link a > span,.ACA_SubMenuList #divLinkMenu ul a,.search-sub-menu a,.search-sub-menu a font{color:#a43030 !important;}.breadcrump-table .namecolumn a{color:#a43030 !important;}