@charset "UTF-8";
/*Comic Sans MS   Open Sans*/
/*CHECKWITHTEAM - rename to something more generic*/
/*#e36f1e - brand orange #0063B8 - ocean blue*/
/*CHECKWITHTEAM - delete the file of keep it blank*/
a {
  /*SASSADAPT1-removed color color: #0063B8;*/
  text-decoration: none;
  font-family: "Open Sans";
  /*SASSADAPT1*/
  font-weight: bold;
}

a.inline-link {
  font-weight: normal;
  font-family: "Open Sans";
  text-decoration: underline;
}

a.inline-link:hover {
  text-decoration: none;
}

blockquote {
  border-left: none;
}

body {
  font-family: "Open Sans";
  /*SASSADAPT1*/
  font-size: 16px;
  /*SASSADAPT1 removed color: #222425; */
  line-height: 1.5;
}

.txmButton {
  display: inline-block;
  padding: 15px 25px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.8;
  cursor: pointer;
  box-shadow: none;
  border-radius: 2px;
  /*SASSADAPT1*/
  text-transform: uppercase;
  letter-spacing: 1px;
}

.txmButton-small {
  display: inline-block;
  padding: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  cursor: pointer;
  box-shadow: none;
  border-radius: 2px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 3px;
}

.txmButton-icon-right:after {
  content: "" !important;
  font-family: "Font Awesome 5 Pro";
  border: none !important;
  font-weight: bold;
  font-size: 17px;
  padding-left: 13px;
}

.txmButton-icon-left:before {
  content: "" !important;
  font-family: "Font Awesome 5 Pro";
  border: none !important;
  font-weight: bold;
  font-size: 17px;
  padding-right: 13px;
}

@media screen and (max-width: 39.9375em) {
  /*SASSADAPT1*/
  .txmButton {
    width: 100%;
    padding: 20px 0px;
  }
}
.txmButton:disabled, .txmButton-small:disabled {
  cursor: no-drop;
}

/*
.CssButton:hover, .button:hover, .CssButton:focus, .button:focus, .buttons:hover, .buttons:focus{

    background-color: #015D7B  ;
 	color:white;
 	text-decoration:none;

}

.CssButton:focus, .button:focus, .buttons:focus{
  outline: none;
	border:none  ;
}

.button[disabled], .button[disabled]:focus, .CssButton[disabled], .CssButton[disabled]:focus,  .button[disabled]:hover, .CssButton[disabled]:hover {
    background: #DFDFDF  ;
    color: #AAAAAA  ;
}
*/
form {
  outline: none;
  background: rgba(255, 255, 255, 0.9);
}

H1 {
  font-size: 40px;
  /*color: #222425; SASSADAPT1:moved to ccolor*/
  font-family: "Open Sans";
  /*SASSADAPT1*/
  font-weight: bold;
}

H2 {
  font-size: 30px;
  font-weight: bold;
  /* color: #222425; SASSADAPT1 moved color */
  font-family: "Open Sans";
  /*SASSADAPT1*/
}

H3 {
  font-size: 26px;
  /* color: #222425; SASSADAPT1 moved color */
  font-family: "Open Sans";
  /*SASSADAPT1*/
  font-weight: bold;
  position: relative;
}

H4 {
  font-size: 22px;
  /* color: #222425; SASSADAPT1 moved color */
  font-family: "Open Sans";
  /*SASSADAPT1*/
  font-weight: bold;
}

H5 {
  font-weight: bold;
  font-size: 14px;
  font-family: "Open Sans";
  /*SASSADAPT1*/
  text-transform: uppercase;
  letter-spacing: 1px;
}

H6 {
  font-weight: bold;
  font-size: 12px;
  font-family: "Open Sans";
  /*SASSADAPT1*/
}

hr {
  display: block;
  border-width: 1px;
  max-width: 100% !important;
}

img {
  border: none;
  vertical-align: middle;
}

input[type=file] {
  border: 1px solid #9E9E9E;
  box-shadow: none;
  font-weight: bold;
  border-radius: 5px;
}

input[type=file]:hover {
  border: 1px solid #8dc9e5;
  box-shadow: none;
}

input[type=number] {
  border: 1px solid #9E9E9E;
  /*SASSADAPT1*/
  box-shadow: none;
  font-weight: bold;
  border-radius: 5px;
}

input[type=number]:hover {
  border: 1px solid #8dc9e5;
  /*SASSADAPT1*/
  box-shadow: none;
}

input[type=password] {
  box-shadow: none;
  font-weight: bold;
  border-radius: 5px;
  font-size: 1em;
  position: relative;
  background: #fff;
  outline: none;
  border: solid 2px #ccc;
  text-align: left;
  color: #000;
}

input[type=password]:hover {
  border: 1px solid #8dc9e5;
  /*SASSADAPT1*/
  box-shadow: none;
}

input[type=radio] {
  border: medium none;
  background: none transparent scroll repeat 0 0;
  height: 30px;
  line-height: 0;
  vertical-align: middle;
  color: #000;
}

input[type=submit] {
  display: inline-block;
  color: #fff;
  background-color: rgba(9, 140, 183, 0.84) !important;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

input[type=submit]:hover {
  background-color: #007095 !important;
}

input:focus {
  border: 1px solid #8dc9e5;
  /*SASSADAPT1*/
  box-shadow: none;
}

input::-webkit-input-placeholder {
  color: #9E9E9E;
  font-weight: bold;
}

input::-ms-clear {
  display: none;
}

.inputTextbox-table {
  border: 1px solid #9E9E9E;
  /*SASSADAPT1*/
  width: auto;
  box-shadow: none;
  font-weight: bold;
  border-radius: 5px;
  font-size: 1em;
  position: relative;
  background: #fff;
  outline: none;
  display: inline;
}

.inputTextbox-table:hover {
  border: 1px solid #8dc9e5;
  /*SASSADAPT1*/
  box-shadow: none;
}

label {
  font-size: 16px;
  width: auto;
}

p {
  font-size: 16px;
}

select {
  background-position: right -1.6rem center;
  background-size: 18px 9px;
}

select.dropdown-lg {
  padding: 15px 35px 15px 16px;
  height: 55px;
  width: 100%;
}

select.dropdown-sm {
  padding: 8px 35px 8px 16px;
  height: 45px;
  width: 50%;
}

.small-text {
  color: #222425;
  font-size: 14px;
  font-family: "Open Sans";
  line-height: 1.4;
}

.tiny-text {
  color: #222425;
  font-size: 12px;
  font-family: "Open Sans";
  line-height: 1.3;
}

.bold-font {
  font-weight: bold;
}

.normal-font {
  font-weight: normal;
}

.txmGrayContainerNoBorders {
  background: #F7F7F7;
  border-radius: 4px;
}

.inline {
  display: inline !important;
}

.inline-block {
  display: inline-block;
}

.wrap {
  white-space: normal !important;
}

.noBoxShadow {
  box-shadow: none !important;
  border: 1px solid #ccc !important;
}

.txmVertAlignCenter {
  display: flex;
  align-items: center;
}

.has-tip {
  border-bottom: none;
  font-weight: normal;
  cursor: pointer;
}

.txmBtnColor-Pri {
  background-color: #e36f1e;
  color: #fff;
}

.txmBtnColor-Pri:hover, .txmBtnColor-Pri:active {
  background-color: #c95f14;
  color: #fff;
}

.txmBtnColor-Pri:disabled {
  background-color: #DCDEE0;
  color: #ccc;
}

.txmBtnColor-PriAlt {
  background-color: #003767;
  color: #fff;
}

.txmBtnColor-PriAlt:hover, .txmBtnColor-PriAlt:active {
  background-color: #335F85;
  color: #fff;
}

.txmBtnColor-Sec {
  background-color: #fff;
  color: #e36f1e;
  box-shadow: 0px 0px 0px 2px #e36f1e inset !important;
}

.txmBtnColor-Sec:hover, .txmBtnColor-Sec:active {
  background-color: #fff3eb;
  color: #e36f1e;
}

.txmBtnColor-Sec:disabled {
  box-shadow: 0px 0px 0px 2px #DCDEE0 inset !important;
  color: #ccc;
  background-color: #fff;
}

.txmBtnColor-SecAlt {
  box-shadow: 0px 0px 0px 2px #003767 inset !important;
  color: #003767;
  background-color: #e5eff7;
}

.txmFtrColor {
  /* background-color: #f4f7fa;  
  color: #222425; is it supposed to be these colors? is this for footer?*/
  background-color: #575a5d;
  color: #fff;
}

.txmBorderTopColor {
  border-bottom: solid 1px #cccccc;
  /* margin-bottom: 30px; */
}

.txmSearchBarColor {
  background-color: #e5eff7;
}

h1, h2, h2, h4, h6, p {
  color: #222425;
}

h5 {
  color: #575A5D;
}

hr {
  border-color: #979797;
}

/* Begin --> Overriding classes for JQuery Select box */
.txmMol-selectbox .ui-widget.ui-widget-content {
  border: 1px solid #cccccc;
  outline-color: #fff;
  color: #222425;
}

.txmMol-selectbox .ui-menu .ui-menu-item {
  color: #222425;
}

.txmMol-selectbox .ui-widget.ui-widget-content:focus {
  border: 1px solid #0063B8;
  border-right: none;
}

.txmMol-selectbox .ui-widget.ui-widget-content:focus + a {
  border: 1px solid #0063B8;
  border-left: none;
}

.txmMol-selectbox .ui-state-default a,
.txmMol-selectbox a.ui-button,
.txmMol-selectbox a:link.ui-button {
  color: #cccccc;
  text-decoration: none;
  background: #fff;
  border: 1px solid #cccccc;
  border-left: none;
}

.txmMol-selectbox a:visited.ui-button,
.txmMol-selectbox .ui-button.ui-state-active,
.txmMol-selectbox .ui-widget-content.ui-state-active,
.txmMol-selectbox .ui-widget-header.ui-state-active,
.txmMol-selectbox a.ui-button:active,
.txmMol-selectbox .ui-button:active,
.txmMol-selectbox .ui-button.ui-state-active:hover {
  color: #cccccc;
  text-decoration: none;
  background: #fff;
  border: 1px solid #0063B8;
  border-left: none;
}

.txmMol-selectbox .ui-state-hover a,
.txmMol-selectbox .ui-state-hover a:hover,
.txmMol-selectbox .ui-state-hover a:link,
.txmMol-selectbox .ui-state-hover a:visited,
.txmMol-selectbox .ui-state-focus a,
.txmMol-selectbox .ui-state-focus a:hover,
.txmMol-selectbox .ui-state-focus a:link,
.txmMol-selectbox .ui-state-focus a:visited,
.txmMol-selectbox a.ui-button:hover,
.txmMol-selectbox a.ui-button:focus {
  color: #cccccc;
}

.txmMol-selectbox .ui-state-default .ui-icon,
.txmMol-selectbox .ui-state-hover .ui-icon,
.txmMol-selectbox .ui-state-focus .ui-icon,
.txmMol-selectbox .ui-button:hover .ui-icon,
.txmMol-selectbox .ui-button:focus .ui-icon {
  top: 55%;
  width: 0px;
  height: 0px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 7px solid #575a5d;
}

.txmMol-4.ui-state-hover a,
.txmMol-selectbox .ui-state-hover a:hover,
.txmMol-selectbox .ui-state-hover a:link,
.txmMol-selectbox .ui-state-hover a:visited,
.txmMol-selectbox .ui-state-focus a,
.txmMol-selectbox .ui-state-focus a:hover,
.txmMol-selectbox .ui-state-focus a:link,
.txmMol-selectbox .ui-state-focus a:visited,
.txmMol-selectbox a.ui-button:hover,
.txmMol-selectbox a.ui-button:focus {
  color: #575a5d;
  text-decoration: none;
  outline-color: #fff;
}

.txmMol-selectbox .ui-state-hover,
.txmMol-selectbox .ui-widget-content .txmMol-selectbox .ui-state-hover,
.txmMol-selectbox .ui-widget-header .ui-state-hover,
.txmMol-selectbox .ui-state-focus,
.txmMol-selectbox .ui-widget-content .ui-state-focus,
.txmMol-selectbox .ui-widget-header .ui-state-focus {
  border: none;
  background: #0063B8;
  font-weight: 700;
}

/* End --> Overriding classes for JQuery Select box */
a, a.inline-link:hover {
  color: #0063b8;
}

a:hover {
  color: #0074C2;
}

/* colors for banners*/
.txm-success-bnr .banner-icon {
  background: #009B7F;
}

.txm-warning-bnr .banner-icon {
  background: #f5a623;
}

.txm-alert-bnr .banner-icon {
  background: #d9534f;
}

.txm-generic-bnr .banner-icon {
  background: #575a5d;
}

.txm-success-bnr.txm-banner {
  border-color: #009B7F;
}

.txm-warning-bnr.txm-banner {
  border-color: #f5a623;
}

.txm-alert-bnr.txm-banner {
  border-color: #d9534f;
}

.txm-generic-bnr.txm-banner {
  border-color: #575a5d;
}

/* Icon styles*/
.txm-popup-close-icon::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "";
}

.txm-info-icon::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "";
}

.txm-info-icon:hover::before {
  font-weight: 900;
}

.txm-info-rgt-icon::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "";
}

.txm-info-rgt-icon:hover::after {
  font-weight: 900;
}

.txm-triangle-icon::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "";
}

.txm-exclamation-icon::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "";
}

.txm-dollar-icon::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "";
}

.txm-bell-icon::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "";
}

.txm-clock-icon::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "";
}

.txm-repeat-icon::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "";
}

.txm-dblchevron-rgt-icon, .callout.sidebar ul.vertical.menu li a::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "";
}

.txm-caret-rgt-icon::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "";
}

.txm-delete-icon::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "";
}

.txm-edit-icon::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "";
}

.txm-add-icon::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  content: "";
}

.txm-check-circle-icon::before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "";
}

.loader {
  border: 3px solid #e36f1e;
  border-radius: 50%;
  border-top: 3px solid transparent;
  width: 70px;
  height: 70px;
  -webkit-animation: spin 2s linear infinite;
  /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
table {
  border-collapse: separate !important;
}

tbody tr:nth-child(even) {
  border-bottom: 0 !important;
  background-color: #ffffff !important;
}

tbody tr td {
  border: none !important;
}

table.dataTable tfoot th, table.dataTable tfoot td {
  background-color: white !important;
  border-top: none !important;
}

.gnavFooter.txmFtrColor {
  /* background-color: #f4f7fa;  
  color: #222425; is it supposed to be these colors? is this for footer?*/
  background-color: #575a5d;
  color: #fff;
}

/* #gnavFooterTablet, #commonUIFooterTablet {
  display: block;
} */

#gnavFooterLinks, #commonUIFooterLinks {
  margin: auto;
  max-width: 1600px;
}

.gnavFooter .verticalLine {
  height: 20px;
  border-left: 1px solid #cccccc;
  margin: 0 25px;
}

.gnavFooter a {
  letter-spacing: 1.82px;
  font-weight: bold;
  font-size: 13px;
  color: #fff;
}

#gnavFooterLinks a:hover, #gnavFooterTablet a:hover, #commonUIFooterLinks a:hover, #commonUIFooterTablet a:hover {
  text-decoration: underline;
  color: #fff;
}

#gnavFooterLinks a i, #commonUIFooterLinks a i {
  font-size: 13px;
}

.combineDiv {
  order: 2;
}


.shareScreen {
  border-style: thin;
  background-color: #222425;
  padding: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.8;
}

.reveal-modal .close-reveal-modal {
  padding-top: 15px;
}

.button.close-reveal-modal {
  position: relative;
  top: 0px;
  right: 0px;
  padding: 3px 14px;
  font-size: 17px;
  line-height: 1.8;
  font-weight: normal;
}

@-ms-viewport {
  width: auto !important;
}
.main-section {
  margin-bottom: 100px;
  position: relative !important;
  flex: 1 0 auto;
}

#tmiWrapperDiv {
  min-height: 100vh !important;
  position: relative;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

#wrapper {
  display: flex;
  flex-direction: column;
}

body {
  display: flex;
  flex-direction: column;
}

.copyright, .rights {
  font-size: 15px;
}

#commonUIshare h3 {
  padding: 25px 50px;
}

@media (max-width: 1390px) and (min-width: 1024px) {
  .combineDiv, .copyrightDiv {
    text-align: center;
    width: 100% !important;
  }
  .combineDiv {
      order: 0;
  }

  #gnavFooterTablet, #commonUIFooterTablet {
    display: block;
  }

  /* #gnavFooterLinks, #commonUIFooterLinks {
    display: none;
  } */

  .combineDiv, .combineRight, .copyright, .copyrightDiv {
    text-align: center;
  }

  .copyrightDiv {
    margin-top: 30px;
  }
}
@media (max-width: 1024px) {
  #gnavFooterLinks, #commonUIFooterLinks {
    display: block;
    padding: 15px 0 30px 0;
  }

  div.combineDiv, .copyrightDiv {
    text-align: center;
  }

  div .copyrightDiv, span.copyright {
    padding-top: 25px;
    font-size: 12px;
    line-height: 1.7;
  }

  .main-section {
    margin-bottom: 50px;
  }

  .gnavFooter a {
    display: inline-block;
    width: 100%;
    padding: 18px;
  }

  .gnavFooter #gnavFooterLinks a:hover, .gnavFooter #commonUIFooterLinks a:hover {
    background-color: #dcdee0;
    color: #1468a0;
  }

  .verticalLine {
    display: none !important;
  }

  .rights {
    display: block;
    font-size: 12px !important;
    line-height: 1.7;
  }

  #coBrowseButtons button {
    margin-bottom: 10px;
  }
}
#innerWrapper {
  /* border: solid 1px #cccccc; */
  display: block;
  margin: 0px auto;
  /* padding: 10px 10px 0; */
  text-align: left;
  /* width: 1280px !important; */
  max-width: 1280px !important;
  min-width: auto !important;
  margin-bottom: 100px;
  width: 100%;
}

/* bumped max-width up (old was 74.9375em) needed padding on edge for bigger screens */
@media screen and (max-width: 1355px) {
  #innerWrapper {
    margin: 1.9375rem;
  }
}
.main-section {
  /* border: solid 1px #cccccc; */
  display: block;
  margin: 0px auto;
  /* padding: 10px 10px 0; */
  text-align: left;
  /* width: 1280px !important; */
  max-width: 1280px !important;
  min-width: auto !important;
  width: 100%;
}

@media screen and (max-width: 74.9375em) {
  .main-section {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.inline {
  display: inline-block;
}

.txmBtnColor-Pri {
  background-color: #e36f1e;
  color: #fff;
}

.txmBtnColor-Pri:hover, .txmBtnColor-Pri:active {
  background-color: #c95f14;
  color: #fff;
}

.txmBtnColor-Pri:disabled {
  background-color: #DCDEE0;
  color: #ccc;
}

.txmBtnColor-PriAlt {
  background-color: #003767;
  color: #fff;
}

.txmBtnColor-PriAlt:hover, .txmBtnColor-PriAlt:active {
  background-color: #335F85;
  color: #fff;
}

.txmBtnColor-Sec {
  background-color: #fff;
  color: #e36f1e;
  box-shadow: 0px 0px 0px 2px #e36f1e inset !important;
}

.txmBtnColor-Sec:hover, .txmBtnColor-Sec:active {
  background-color: #fff3eb;
}

.txmBtnColor-Sec:disabled {
  box-shadow: 0px 0px 0px 2px #DCDEE0 inset;
  color: #ccc;
}

.txmBtnColor-SecAlt {
  box-shadow: 0px 0px 0px 2px #003767 inset !important;
  color: #003767;
  background-color: #e5eff7;
}

.txmFtrColor {
  background-color: #f4f7fa;
  color: #222425;
}

.txmBorderTopColor {
  border-bottom: solid 1px #cccccc;
  margin-bottom: 30px;
}

.txmSearchBarColor {
  background-color: #e5eff7;
}

/* Begin --> Overriding classes for JQuery Select box */
.txmMol-selectbox .ui-widget.ui-widget-content {
  border: 1px solid #cccccc;
  outline-color: #fff;
  color: #222425;
}

.txmMol-selectbox .ui-menu .ui-menu-item {
  color: #222425;
}

.txmMol-selectbox .ui-widget.ui-widget-content:focus {
  border: 1px solid #0063B8;
  border-right: none;
}

.txmMol-selectbox .ui-widget.ui-widget-content:focus + a {
  border: 1px solid #0063B8;
  border-left: none;
}

.txmMol-selectbox .ui-state-default a,
.txmMol-selectbox a.ui-button,
.txmMol-selectbox a:link.ui-button {
  color: #cccccc;
  text-decoration: none;
  background: #fff;
  border: 1px solid #cccccc;
  border-left: none;
}

.txmMol-selectbox a:visited.ui-button,
.txmMol-selectbox .ui-button.ui-state-active,
.txmMol-selectbox .ui-widget-content.ui-state-active,
.txmMol-selectbox .ui-widget-header.ui-state-active,
.txmMol-selectbox a.ui-button:active,
.txmMol-selectbox .ui-button:active,
.txmMol-selectbox .ui-button.ui-state-active:hover {
  color: #cccccc;
  text-decoration: none;
  background: #fff;
  border: 1px solid #0063B8;
  border-left: none;
}

.txmMol-selectbox .ui-state-hover a,
.txmMol-selectbox .ui-state-hover a:hover,
.txmMol-selectbox .ui-state-hover a:link,
.txmMol-selectbox .ui-state-hover a:visited,
.txmMol-selectbox .ui-state-focus a,
.txmMol-selectbox .ui-state-focus a:hover,
.txmMol-selectbox .ui-state-focus a:link,
.txmMol-selectbox .ui-state-focus a:visited,
.txmMol-selectbox a.ui-button:hover,
.txmMol-selectbox a.ui-button:focus {
  color: #cccccc;
}

.txmMol-selectbox .ui-state-default .ui-icon,
.txmMol-selectbox .ui-state-hover .ui-icon,
.txmMol-selectbox .ui-state-focus .ui-icon,
.txmMol-selectbox .ui-button:hover .ui-icon,
.txmMol-selectbox .ui-button:focus .ui-icon {
  top: 55%;
  width: 0px;
  height: 0px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 7px solid #575a5d;
}

.txmMol-4.ui-state-hover a,
.txmMol-selectbox .ui-state-hover a:hover,
.txmMol-selectbox .ui-state-hover a:link,
.txmMol-selectbox .ui-state-hover a:visited,
.txmMol-selectbox .ui-state-focus a,
.txmMol-selectbox .ui-state-focus a:hover,
.txmMol-selectbox .ui-state-focus a:link,
.txmMol-selectbox .ui-state-focus a:visited,
.txmMol-selectbox a.ui-button:hover,
.txmMol-selectbox a.ui-button:focus {
  color: #575a5d;
  text-decoration: none;
  outline-color: #fff;
}

.txmMol-selectbox .ui-state-hover,
.txmMol-selectbox .ui-widget-content .txmMol-selectbox .ui-state-hover,
.txmMol-selectbox .ui-widget-header .ui-state-hover,
.txmMol-selectbox .ui-state-focus,
.txmMol-selectbox .ui-widget-content .ui-state-focus,
.txmMol-selectbox .ui-widget-header .ui-state-focus {
  border: none;
  background: #0063B8;
  font-weight: 700;
}

/* End --> Overriding classes for JQuery Select box */
.loader {
  border: 3px solid #e36f1e;
  border-radius: 50%;
  border-top: 3px solid transparent;
  width: 70px;
  height: 70px;
  -webkit-animation: spin 2s linear infinite;
  /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
table {
  border-collapse: separate !important;
}

tbody tr:nth-child(even) {
  border-bottom: 0 !important;
  background-color: #ffffff !important;
}

tbody tr td {
  border: none !important;
}

table.dataTable tfoot th, table.dataTable tfoot td {
  background-color: white !important;
  border-top: none !important;
}

.wrap {
  white-space: normal !important;
}

/*Comic Sans MS   Open Sans*/
/*CHECKWITHTEAM - rename to something more generic*/
/*#e36f1e - brand orange #0063B8 - ocean blue*/
.padding-bottom-5 {
  padding-bottom: 5px;
}

.padding-bottom-10 {
  padding-bottom: 10px;
}

.padding-bottom-15 {
  padding-bottom: 15px;
}

.padding-bottom-17 {
  padding-bottom: 17px;
}

.padding-bottom-20 {
  padding-bottom: 20px;
}

.padding-bottom-25 {
  padding-bottom: 25px;
}

.padding-bottom-30 {
  padding-bottom: 30px;
}

.padding-bottom-35 {
  padding-bottom: 35px;
}

.padding-bottom-50 {
  padding-bottom: 50px;
}

.padding-bottom-100 {
  padding-bottom: 100px;
}

.padding-top-25 {
  padding-top: 25px;
}

.padding-right-10 {
  padding-right: 10px;
}

.padding-top-15 {
  padding-top: 15px;
}

.padding-right-25 {
  padding-right: 25px;
}

.padding-x-25 {
  padding-left: 25px;
  padding-right: 25px;
}

.padding-x-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.padding-y-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.margin-x-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.padding-x-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.margin-x-50 {
  margin-left: 50px;
  margin-right: 50px;
}

.margin-top-10 {
  margin-top: 10px;
}

.margin-top-25 {
  margin-top: 25px;
}

.margin-top-50 {
  margin-top: 50px;
}

.margin-bottom-0 {
  margin-bottom: 0px;
}

.margin-bottom-15 {
  margin-bottom: 15px;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.margin-bottom-25 {
  margin-bottom: 25px;
}

.margin-bottom-50 {
  margin-bottom: 50px;
}

.margin-bottom-100 {
  margin-bottom: 100px;
}

.margin-top-minus-5 {
  margin-top: -5px;
}

.margin-top-5 {
  margin-top: 5px;
}

.margin-top-10 {
  margin-top: 10px;
}

.margin-top-20 {
  margin-top: 20px;
}

.margin-top-25 {
  margin-top: 25px;
}

.margin-top-50 {
  margin-top: 50px;
}

.margin-top-60 {
  margin-top: 60px;
}

.margin-top-70 {
  margin-top: 70px;
}

.margin-right-10 {
  margin-right: 10px;
}

.margin-right-15 {
  margin-right: 15px;
}

.margin-right-25 {
  margin-right: 25px;
}

.margin-right-30 {
  margin-right: 30px;
}

.margin-left-25 {
  margin-left: 25px;
}

.margin-left-50 {
  margin-left: 50px;
}

.padding-0 {
  padding: 0;
}

.padding-15 {
  padding: 15px;
}

.padding-20 {
  padding: 20px;
}

.padding-30 {
  padding: 30px;
}

.padding-30-15-30-15 {
  padding: 30px 15px 30px 15px;
}

.padding-30-0-30-0 {
  padding: 30px 0px 30px 0px;
}

.padding-25-15-50-0 {
  padding: 25px 15px 50px 0px;
}

.padding-25-0-50-0 {
  padding: 25px 0px 50px 0px;
}

.padding-0-0-25-0 {
  padding: 0px 0px 25px 0px;
}

.padding-50-50-25-50 {
  padding: 50px 50px 25px 50px;
}

.padding-50-0-50-0 {
  padding: 50px 0px 50px 0px;
}

.padding-25-0-100-0 {
  padding: 25px 0px 100px 0px;
}

.padding-10-25-10-25 {
  padding: 10px 25px 10px 25px;
}

.padding-50-0-10-0 {
  padding: 50px 0px 10px 0px;
}

.padding-25-0-0-0 {
  padding: 25px 0px 0px 0px;
}

.padding-25-0-25-0 {
  padding: 25px 0px 25px 0px;
}

/* a {
  height: inherit;
  width: inherit;
} */
.txmMol-WarningBadge, .txmMol-SuccessBadge, .txmMol-FailureBadge, .txmMol-DefaultBadge {
  color: #fff;
  font-size: 11px;
  border-radius: 7px;
  padding: 3px 10px;
  position: relative;
  bottom: 5px;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
}

/*input[type="checkbox"] {
	border: medium none;
  background: none transparent scroll repeat 0 0;
  position: relative;
  margin: 0 7px 0 7px;
  padding: 0;
  height: 30px;
  line-height: 0;
  vertical-align: middle;
  color: #000;
}

*/
.txmMol-checkbox {
  font-size: 16px;
  position: relative;
  display: block;
  /*margin-bottom: 15px;*/
  padding-left: 30px;
  cursor: pointer;
}

.txmMol-checkbox input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.txmMol-checkbox-back {
  position: absolute;
  top: 4px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #cccccc;
  border-radius: 1.2px;
}

/* Hover and focus states */
.txmMol-checkbox:hover input ~ .txmMol-checkbox-back,
.txmMol-checkbox input:focus ~ .txmMol-checkbox-back {
  border: 2px solid #575A5D;
  /*CHECKWITHTEAM  - and search for color*/
}

/* Checked state */
.txmMol-checkbox input:checked ~ .txmMol-checkbox-back {
  background: #e36f1e;
  border: none;
}

/* Hover state whilst checked */
.txmMol-checkbox:hover input:not([disabled]):checked ~ .txmMol-checkbox-back,
.txmMol-checkbox input:checked:focus ~ .txmMol-checkbox-back {
  background: #e36f1e;
}

/* Disabled state */
.txmMol-checkbox input:disabled ~ .txmMol-checkbox-back {
  pointer-events: none;
  opacity: 0.6;
  background: #e6e6e6;
}

/* Check mark */
.txmMol-checkbox-back:after {
  position: absolute;
  display: none;
  content: "";
}

/* Show check mark */
.txmMol-checkbox input:checked ~ .txmMol-checkbox-back:after {
  display: block;
}

/* Checkbox tick */
.txmMol-checkbox-check .txmMol-checkbox-back:after {
  top: 2px;
  left: 7px;
  width: 6px;
  height: 12px;
  transform: rotate(45deg);
  border: solid #fff;
  border-width: 0 2px 2px 0;
}

/* Disabled tick colour */
.txmMol-checkbox-check input:disabled ~ .txmMol-checkbox-back:after {
  border-color: #7b7b7b;
}

.txmMol-DefaultBadge {
  background-color: #222425;
}

.txmMol-FailureBadge {
  background-color: #F54329;
}

/**************NEW INPUT STYLES**********************/
.txmMol-inputbox {
  position: relative;
  padding: 0px;
}

.txmMol-inputbox svg,
.txmMol-inputbox i,
.txmMol-inputbox a {
  position: absolute;
  bottom: 20px;
  right: 21px;
  color: #cccccc;
}

.txmMol-inputbox input:focus ~ svg,
.txmMol-inputbox input:focus ~ i,
.txmMol-inputbox input:focus ~ a {
  color: #0063b8;
}

.txmMol-inputbox span:first-of-type {
  position: absolute;
  left: 16px;
  top: 4px;
  cursor: text;
  font-size: 10px;
  opacity: 1;
  -webkit-transition: all 0.2s, background-color 0s;
  -moz-transition: all 0.2s, background-color 0s;
  -ms-transition: all 0.2s, background-color 0s;
  -o-transition: all 0.2s, background-color 0s;
  transition: all 0.2s, background-color 0s;
  color: #222425;
  font-family: "Open Sans";
}

.txmMol-inputbox input {
  padding: 20px 16px 10px 16px;
  border-radius: 2px;
  height: 55px;
  color: #222222;
  font-size: 16px;
  border: 1px solid #cccccc;
  font-family: "Open Sans";
  box-shadow: none;
}

.txmMol-inputbox textarea {
  padding: 20px 16px;
  border-radius: 2px;
  color: #222222;
  font-size: 16px;
  border: 1px solid #cccccc;
  font-family: "Open Sans";
  box-shadow: none;
  min-height: 100px;
  min-width: 100%;
}

.txmMol-inputbox.textarea-label span:first-of-type {
  display: block;
  height: 25px;
  background-color: #FFF;
  position: absolute;
  left: 2px;
  right: 20px;
  top: 1px;
  content: "";
  bottom: 1px;
  padding: 2px 0 0 14px;
}

.txmMol-inputbox input:focus,
.txmMol-inputbox textarea:focus {
  border: 1px solid #0063b8;
}

.txmMol-inputbox input:placeholder-shown::-webkit-input-placeholder,
.txmMol-inputbox textarea:placeholder-shown::-webkit-input-placeholder {
  opacity: 0;
}

.txmMol-inputbox input:placeholder-shown::-moz-placeholder,
.txmMol-inputbox textarea:placeholder-shown::-moz-placeholder {
  opacity: 0;
}

.txmMol-inputbox input:placeholder-shown:not(:focus) + span,
.txmMol-inputbox textarea:placeholder-shown:not(:focus) + span {
  font-size: 16px;
  top: 15px;
  left: 22px;
  padding: 0;
}

.txmMol-inputbox input:-ms-input-placeholder,
.txmMol-inputbox textarea:-ms-input-placeholder {
  color: transparent !important;
}

.txmMol-inputbox input:-ms-input-placeholder:not(:focus) + span,
.txmMol-inputbox textarea:-ms-input-placeholder:not(:focus) + span:first-of-type {
  font-size: 16px;
  top: 15px;
  left: 22px;
  padding: 0;
}

.txmMol-inputbox input.is-invalid-input:not(:focus),
.txmMol-inputbox textarea.is-invalid-input:not(:focus),
.txmMol-inputbox textarea.is-invalid-input:not(:focus) ~ span:first-of-type {
  background-color: #fcd8d3;
}

/*
#navContain {
    margin-top: -16px;
    background: none;
    display: block;
    font-size: 14px;
    height: auto;
    line-height: normal;
    width: 100%;
    text-align: left;
}

#navContain ul {
    list-style: none;
    padding: 0;
    margin: 0;
    height: auto;
    float: none;
    display: inline;
}

#navContain > ul > li {
    top: -3px;
}

#navContain ul li {
    position: relative;
    display: inline-block;
    background: none;
    height: auto;
    color: #000;
    float: left;
    list-style: none;
    text-align: left;
    text-transform: capitalize;
    margin: 0;
    padding-bottom: 5px;
}

#navContain ul li a {
    padding-top: 5px;
    font-weight: bold;
    font-size: 14px;
    position: relative;
    display: block;
    height: 36px;
    padding: 0 0.9375rem;
    line-height: 36px;
    float: none;
    color: #171717;
    text-decoration: none;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.dropdown-content {
    display: none;
    position: absolute;
    /* background-color: #333;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 999999;
    top: 46px;
}

.dropdown > a:after {
    content: "";
    border: inset 5px;
    border-color: #e36f1e transparent transparent transparent !important;
    border-top-style: solid;
    position: absolute;
    top: 22px;
    right: 0;
    margin-right: 0.9375rem;
    margin-top: -1.7px;
}

div.dropdown-content a {
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
    color: #171717 !important;
    height: 45px !important;
    width: 190px !important;
    border-top: solid 1px #fff;
    background-color: #fff !important;
}

div.dropdown-content a: hover {
	color: #171717 !important;
	background-color: #efefef !important;
}

div#navContain li:hover, div#navContain li a:hover {
    background-color: #efefef !important;
    color: #171717 !important;
}

*/
#navContain ul li {
  position: relative;
  display: inline-block;
  background: none;
  height: auto;
  color: #000;
  float: left;
  list-style: none;
  text-align: left;
  text-transform: capitalize;
  margin: 0;
  padding-bottom: 5px;
}

#navContain ul {
  list-style: none;
  padding: 0;
  margin: 0;
  height: auto;
  float: none;
  display: inline;
}

/* div.hed {
height: auto;
background: $txm-background-color;
margin-bottom: 30px;
min-height: 3.215rem;
} */
#header {
  min-width: 1411px;
}

#navContain ul li ul li a {
  padding: 10px;
  color: #fff !important;
  background: none !important;
  height: auto;
  line-height: 22px;
  white-space: nowrap;
  width: auto;
}

#navContain ul li a {
  position: relative;
  font-size: 16px;
  display: block;
  height: 36px;
  padding: 0 0.9375rem;
  line-height: 36px;
  float: none;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

#navContain ul li ul {
  position: absolute;
  z-index: 2000;
  background: #333;
  visibility: hidden;
  opacity: 0;
  top: 150%;
  width: auto;
  margin-left: 0;
  right: 0;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

#navContain ul li ul li {
  display: block;
  border-top: solid 1px #7e8083;
}

#navContain ul li:hover ul {
  visibility: visible;
  opacity: 1;
  top: 100%;
}

/*input[type="checkbox"] {
	border: medium none;
  background: none transparent scroll repeat 0 0;
  position: relative;
  margin: 0 7px 0 7px;
  padding: 0;
  height: 30px;
  line-height: 0;
  vertical-align: middle;
  color: #000;
}

*/
.txmMol-radioContainer {
  font-size: 16px;
  position: relative;
  display: block;
  /*margin-bottom: 15px;*/
  padding-left: 30px;
  cursor: pointer;
}

.txmMol-radioContainer input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.txmMol-radioContainer-back {
  position: absolute;
  top: 4px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #cccccc;
}

.txmMol-radio .txmMol-radioContainer-back {
  border-radius: 50%;
}

/* Hover and focus states */
.txmMol-radioContainer:hover input ~ .txmMol-radioContainer-back,
.txmMol-radioContainer input:focus ~ .txmMol-radioContainer-back {
  border: 2px solid #575A5D;
}

/* Checked state */
.txmMol-radioContainer input:checked ~ .txmMol-radioContainer-back {
  background: #fff;
  /*CHECKWITHTEAM - this is usually primary color, bkgd color is #e36fle*/
  border: 2px solid #e36f1e;
}

/* Hover state whilst checked */
.txmMol-radioContainer:hover input:not([disabled]):checked ~ .txmMol-radioContainer-back,
.txmMol-radioContainer input:checked:focus ~ .txmMol-radioContainer-back {
  background: #fff;
}

/* Disabled state */
.txmMol-radioContainer input:disabled ~ .txmMol-radioContainer-back {
  pointer-events: none;
  opacity: 0.6;
  background: #e6e6e6;
}

/* Check mark */
.txmMol-radioContainer-back:after {
  position: absolute;
  display: none;
  content: "";
}

/* Show check mark */
.txmMol-radioContainer input:checked ~ .txmMol-radioContainer-back:after {
  display: block;
}

/* Checkbox tick */
.txmMol-radioContainer-check .txmMol-radioContainer-back:after {
  top: 2px;
  left: 7px;
  width: 6px;
  height: 12px;
  transform: rotate(45deg);
  border: solid #fff;
  border-width: 0 2px 2px 0;
}

/* Disabled tick colour */
.txmMol-radioContainer-check input:disabled ~ .txmMol-radioContainer-back:after {
  border-color: #7b7b7b;
}

/* Radio button inner circle */
.txmMol-radio .txmMol-radioContainer-back:after {
  top: 2px;
  left: 2px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #e36f1e;
}

/* Disabled circle colour */
.txmMol-radio input:disabled ~ .txmMol-radioContainer-back:after {
  background: #7b7b7b;
}

/*
select{
	position:relative;
	background-image: none !important;
}

select::after {
    background-color: transparent !important;
    box-shadow: none !important;
    border: none !important;
    font-size: 20px !important;

    margin-left: 15px !important;
    text-align: inherit !important;
    font-family: 'Font Awesome 5 Free' !important;
    content: "\f107" !important;
    color: #0063b8 !important;


    position: absolute;
    top: 15px;

    right: 5px;
    display: block;

    color: #0063b8;
    font-weight: 900;
    font-size: 20px;
    //margin-right: 10px;
    padding:0px !important;
        color: #0063b8;
    //font-size: 0.8em;
    //padding-top: 0.12em;
       content: "X";
}*/
.select-container {
  border: 1px solid #cccccc;
  overflow: hidden;
  height: 40px;
  width: 240px;
  position: relative;
  display: block;
  background-image: none !important;
}

.select-container select {
  height: 40px;
  padding: 5px;
  border: 0;
  font-size: 16px;
  width: 240px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: bold;
}

.select-container:after {
  content: "";
  font-family: "Font Awesome 5 Pro" !important;
  color: #000;
  padding: 12px 8px;
  position: absolute;
  right: 0;
  top: 0;
  background: red;
  z-index: 1;
  text-align: center;
  width: 10%;
  height: 100%;
  pointer-events: none;
  box-sizing: border-box;
  font-weight: bold;
}

.txmMol-SuccessBadge {
  background-color: #009B7F;
}

.txmMol-WarningBadge {
  background-color: #F4C135;
}

.molecule-boldLabel-label {
  width: 100%;
}

.molecule-boldLabel-label label.right {
  display: inline-flex;
  text-align: left;
  width: 70%;
}

.molecule-boldLabel-label label.left {
  display: block;
  float: left;
  text-align: left;
  font-weight: bold;
  width: 20%;
}

.has-tip {
  border-bottom: none;
  font-weight: normal;
  cursor: pointer;
  display: inline;
}

.tooltip {
  background-color: #fff;
  color: #222425;
  font-size: 0.875rem;
  font-family: "Open Sans";
  box-shadow: 0px 2px 6px #DCDEE0;
  border: 1px;
  border-radius: 4px;
  max-width: 22rem;
  line-height: 19px;
}

.tooltip.right::before {
  content: "";
  width: 7px;
  left: 0;
  height: 7px;
  background: #fff;
  transform: translateX(-50%) translateY(-50%) rotate(135deg) !important;
  box-shadow: 0px 1px 0px #DCDEE0;
  border: none;
}

.tooltip.left::before {
  content: "";
  width: 7px;
  left: 100%;
  height: 7px;
  background: white;
  transform: translateX(-50%) translateY(-50%) rotate(225deg) !important;
  box-shadow: 0px 1px 0px #DCDEE0;
  border: none;
}

.tooltip.top::before {
  content: "";
  width: 7px;
  top: 100%;
  height: 7px;
  background: white;
  transform: translateX(-50%) translateY(-50%) rotate(45deg) !important;
  box-shadow: 0px 1px 0px #DCDEE0;
  border: none;
}

.tooltip.bottom::before {
  content: "";
  width: 7px;
  height: 7px;
  top: 0;
  background: white;
  transform: translateX(-50%) translateY(-50%) rotate(135deg) !important;
  box-shadow: 0px 1px 0px #DCDEE0;
  border: none;
}

/* responsive tag adjustment */
.child.child {
  background-color: inherit !important;
  padding-left: 15px !important;
}

table.dataTable > tbody > tr.child ul.dtr-details {
  background-color: #f7f7f7;
  padding: 15px !important;
  border-radius: 2px;
  width: 100%;
}

.dataTable {
  width: 100% !important;
  margin-bottom: 20px !important;
}

.dataTable thead {
  background: #f4f7fa;
}

table.dataTable {
  position: relative !important;
}

table.dataTable tr {
  position: relative !important;
}

table.dataTable thead th,
table.dataTable tbody td {
  padding: 15px 20px !important;
  position: relative !important;
  white-space: nowrap;
}

.customData table.dataTable thead th,
table.dataTable tbody td {
  white-space: normal !important;
}

.dataTable thead th.sortable a {
  color: black;
  font-size: 15px;
}

.dataTable thead th,
.dataTable.no-footer {
  border-bottom: none !important;
}

/* Pagination begins */
div.dataTables_paginate.paging_simple_numbers a.paginate_button {
  border: 1px solid #ccc !important;
  margin: 0px !important;
  font-size: 16px;
  border-radius: 0px !important;
  color: #222425 !important;
  padding: 10px 20px !important;
  display: inline;
}

a.previous {
  border-radius: 2px 0 0 2px !important;
}

a.next {
  border-radius: 0 2px 2px 0 !important;
}

.dataTables_paginate svg {
  font-size: 15px;
  height: 24px;
  vertical-align: -6px;
  color: #222425 !important;
}

a.paginate_button.current {
  background: white !important;
  border: 1px solid #3d89cb !important;
  margin: 0px;
}

div.dataTables_wrapper div.dataTables_paginate a.paginate_button:hover,
div.dataTables_wrapper div.dataTables_paginate a.paginate_button:active {
  background: white;
  color: black !important;
}

/* Pagination ends */
.dataTables_info {
  float: right !important;
  padding-top: 10px !important;
  color: #222425 !important;
}

.dataTable thead .sorting {
  background: none !important;
}

.child.child {
  background-color: #f7f7f7;
}

.child.child a {
  color: black;
  margin: 5px;
}

.dataTable > tbody > tr.child ul.dtr-details > li {
  border: none !important;
  padding: 0px !important;
}

.dataTable tbody td {
  border-bottom: 1px solid #ddd !important;
}

.dataTable tr.parent > td {
  border-bottom: none !important;
}

/* Overriding the control button to an arrow */
.dataTable.dtr-column > tbody > tr > td.control:before,
.dataTable.dtr-column > tbody > tr > th.control:before {
  background-color: transparent !important;
  box-shadow: none !important;
  border: none !important;
  font-size: 20px !important;
  font-weight: 600;
  text-align: inherit !important;
  font-family: "Font Awesome 5 Pro" !important;
  content: "" !important;
  color: #0063b8 !important;
}

.dataTable.dtr-column > tbody > tr.parent td.control:before,
table.dataTable.dtr-column > tbody > tr.parent th.control:before {
  content: "" !important;
  margin-left: -4px;
}

.dataTable span.txmMol-FailureBadge,
.dataTable span.txmMol-SuccessBadge,
.dataTable span.txmMol-WarningBadge,
.dataTable span.txmMol-DefaultBadge {
  bottom: 0px !important;
}

/*overriding sorting markers to match design arrows */
table.dataTable thead th {
  position: relative;
  background-image: none !important;
}

table.dataTable thead th.sorting:after,
table.dataTable thead th.sorting_asc:after,
table.dataTable thead th.sorting_desc:after {
  color: #0063b8;
  font-weight: 550;
  padding: 0px !important;
  font-family: "Font Awesome 5 Pro";
  font-style: normal;
  margin: 0px 0px 0px 10px;
  text-decoration: none;
}

table.dataTable thead th.sorting:after {
  color: #0063b8;
}

table.dataTable thead th.sorting_asc:after {
  content: "";
}

table.dataTable thead th.sorting_desc:after {
  content: "";
}

table.dataTable tfoot td {
  padding: 15px 20px 15px 20px !important;
}

.dataTables_length {
  padding-top: 0.25em;
}

.dataTables_length select {
  height: 46px;
  border-radius: 2px;
  width: 62px;
  margin: 0 5px;
  background-position: right -1.3rem center;
}

div.ui-widget.ui-widget-content {
  border: 1px solid #dcdee0;
  width: auto;
  padding: 10px;
  margin: 0px;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
  background: white !important;
  border-radius: 2px;
}

.ui-datepicker {
  z-index: 9999 !important;
}

div.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 1em 0;
  border: none;
  background: #fff;
  width: auto;
  font-size: 14px !important;
  font-family: "Open Sans";
}

div.ui-datepicker .ui-datepicker-prev {
  left: 10px;
  top: 10px;
  text-align: center;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  color: #575A5D;
}

.ui-widget-header {
  color: #000;
}

.ui-datepicker .ui-widget-header .ui-icon {
  background-image: none;
}

.ui-datepicker a.ui-datepicker-prev.ui-corner-all:after {
  content: "";
  display: inline-block;
  margin-top: 0.6em;
  margin: 0.65em;
  width: 0.5em;
  height: 0.5em;
  border-top: 0.1em solid #575A5D;
  border-right: 0.1em solid #575A5D;
  -moz-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.ui-datepicker .ui-state-hover,
.ui-datepicker .ui-widget-content .ui-state-hover,
.ui-datepicker .ui-widget-header .ui-state-hover,
.ui-datepicker .ui-state-focus,
.ui-datepicker .ui-widget-content .ui-state-focus,
.ui-datepicker .ui-widget-header .ui-state-focus {
  border: none;
  background: #E36F1E !important;
  font-weight: normal;
  color: #fff !important;
  border-radius: 100px;
}

.ui-state-default.ui-state-hover {
  transition: 0.3s;
}

.ui-datepicker a.ui-state-hover.ui-datepicker-prev.ui-corner-all:after {
  border-top: 0.1em solid #fff;
  border-right: 0.1em solid #fff;
  margin-right: 7px;
}

div.ui-datepicker .ui-datepicker-next {
  top: 10px;
  right: 10px;
  text-align: center !important;
}

div.ui-datepicker .ui-datepicker-prev,
div.ui-datepicker .ui-datepicker-next {
  width: 1.8em !important;
  height: 1.8em !important;
  font-size: 17px;
}

.ui-datepicker a.ui-datepicker-next.ui-corner-all:after {
  content: "";
  display: inline-block;
  margin-top: 0.6em;
  margin: 0.65em;
  width: 0.5em;
  height: 0.5em;
  border-top: 0.1em solid #575A5D;
  border-right: 0.1em solid #575A5D;
  -moz-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(45deg);
}

.ui-datepicker a.ui-state-hover.ui-datepicker-next.ui-corner-all:after {
  border-top: 0.1em solid #fff;
  border-right: 0.1em solid #fff;
  margin-right: 12px;
}

div.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker table {
  border-collapse: collapse !important;
  margin-bottom: 0px;
}

.ui-datepicker table tbody,
.ui-datepicker table tfoot,
.ui-datepicker table thead {
  border: none;
}

.ui-datepicker table thead {
  background: #f8f8f8;
  color: #000;
}

.ui-datepicker table tr {
  background: #fff;
}

div.ui-datepicker th {
  text-align: center;
  border: 0;
  font-size: 14px !important;
  font-family: "Open Sans";
}

.ui-datepicker table tr {
  background: #fff;
}

.ui-datepicker table tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: #fff;
}

div.ui-datepicker td {
  border: 0;
  padding: 5px;
}

div.ui-datepicker .ui-state-default,
div.ui-datepicker .ui-widget-content .ui-state-default,
div.ui-datepicker .ui-widget-header .ui-state-default {
  border: none;
  background: #fff;
  text-align: center;
  color: #000000;
  height: 30px;
  width: 30px;
  padding-top: 5px;
  padding-left: 4px;
}

div.ui-datepicker .ui-state-active,
div.ui-datepicker .ui-widget-content .ui-state-active,
div.ui-datepicker .ui-widget-header .ui-state-active {
  color: #fff;
  background: #e36f1e !important;
  border-radius: 100px;
}

div.ui-datepicker td span,
div.ui-datepicker td a {
  font-weight: normal !important;
  font-size: 14px !important;
  font-family: "Open Sans";
}

.ui-datepicker-today a {
  border-radius: 100px;
  box-shadow: 0px 0px 0px 2px #ccc inset;
}

.hasDatepicker.date-sm {
  padding: 14px 35px 4px 16px;
  height: 45px;
}

input.hasDatepicker.date-sm:placeholder-shown:not(:focus) + span:first-of-type {
  font-size: 16px;
  top: 9px;
  left: 22px;
}

.hasDatepicker.date-sm ~ svg,
.hasDatepicker.date-sm ~ i,
.hasDatepicker.date-sm ~ a {
  bottom: 14px;
  right: 21px;
}

/*******************MediaQueries-SmallScreen*******************/
@media screen and (max-width: 39.9375em) {
  /* div.ui-widget.ui-widget-content {
    left: 0px !important;
    padding: 10px;
  }

  div.ui-datepicker .ui-datepicker-header {
    padding: 0.5em 0;
  } */
}
@font-face {
  font-family: "click-with-me-now-font";
  src: url("https://tmo-commonui.azureedge.net/atomicCSS/fonts/Rcrsv/recursivelabs.eot");
  src: url("https://tmo-commonui.azureedge.net/atomicCSS/fonts/Rcrsv/recursivelabs.eot?#iefix") format("embedded-opentype"), url("https://tmo-commonui.azureedge.net/atomicCSS/fonts/Rcrsv/recursivelabs.woff") format("woff"), url("https://tmo-commonui.azureedge.net/atomicCSS/fonts/Rcrsv/recursivelabs.ttf") format("truetype"), url("https://tmo-commonui.azureedge.net/atomicCSS/fonts/Rcrsv/recursivelabs.svg") format("svg");
  font-weight: normal;
  font-weight: 400;
  font-style: normal;
}
/*FONT need to include the files below*/
/* Open Sans - Regular */
@font-face {
  font-family: "Open Sans";
  src: url("https://tmo-commonui.azureedge.net/atomicCSS/fonts/open-sans/OpenSans-Regular-webfont.eot");
  src: url("https://tmo-commonui.azureedge.net/atomicCSS/fonts/open-sans/OpenSans-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("https://tmo-commonui.azureedge.net/atomicCSS/fonts/open-sans/OpenSans-Regular-webfont.woff") format("woff"), url("https://tmo-commonui.azureedge.net/atomicCSS/fonts/open-sans/OpenSans-Regular-webfont.ttf") format("truetype"), url("https://tmo-commonui.azureedge.net/atomicCSS/fonts/open-sans/OpenSans-Regular-webfont.svg") format("svg");
  font-weight: normal;
  font-weight: 400;
  font-style: normal;
}
.no-js {
  display: none;
}

/* #header {
    min-width: 960px;
}

.cuiTopBarUserInfo {
    background: #fff !important;
    color: #171717 !important;
    text-align: right;
    font-size: 12px;
    padding-right: 20px;
    padding-top: 2px;
    height: 20px;
    border-bottom: 1px solid #6157570f;
}

div.hed {
    background-color: #fff !important;
    border-bottom: 1px solid #61575752;
    max-height: 2.9rem;
    min-height: 2.9rem;
    margin-bottom: 30px;
}

div.hed span.hedlink {
    margin: 0px 0 -10px 0 !important;
    width: 196px !important;
    height: auto !important;
    display: block;
    background: url(../images/primary-logo-wst.png) left center no-repeat;
    z-index: -1;
    float: left;
}

.hedlink img {
	  margin-left: 20px;
    max-width: 8rem;
    padding: 4px;
} */
#printedHeader {
  display: none;
  /* CHECKWITHTEAMd - move to global - Does this belong somewhere else, delete rest of file? */
}

#acct-info-dialog {
  color: #fff;
  /* min-width: 200px; */
  max-width: 250px !important;
  height: auto !important;
  text-align: left !important;
  background-color: #0063B8 !important;
  padding: 0;
  border: none !important;
  border-radius: 2px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.4);
  margin-top: -1px;
  position: fixed;
  right: 0;
}

a.cuiIcon[aria-expanded=true] {
  background-color: #0063B8;
}

a.cuiIcon[aria-expanded=true]:after {
  height: 7px;
  width: 100%;
  background: #0063B8;
  content: "";
  position: absolute;
  right: 0;
  z-index: 2001;
  top: 30px;
}

li.has-dropdown.not-click:hover:before {
  height: 10px;
  width: 100%;
  background: #0063B8;
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: 100;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a:after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  border: none !important;
  font-weight: 100;
  font-size: 22px;
  padding: 0px 10px 0px 5px;
  margin-top: -4px;
  top: 1.40625rem;
  right: 0px;
  margin-right: 0.9375rem;
}

.company70 {
  display: none;
}

.company80 {
  font-size: 14px;
  display: block;
  width: max-content;
}

.usInfo {
  font-family: "Open Sans";
  font-size: 15px;
  padding: 12px;
  line-height: 14px;
  min-width: 200px;
  max-width: 350px;
  width: min-content;
  color: white;
  background-color: #0074C2;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: right;
  text-transform: uppercase;
  position: relative;
}

.usInfo:before {
  content: " ";
  position: absolute;
  display: block;
  width: 20%;
  height: 100%;
  left: -32px;
  top: 0px;
  z-index: -1;
  background: #0074C2;
  transform-origin: bottom left;
  -ms-transform: skew(-28deg, 0deg);
  -webkit-transform: skew(-28deg, 0deg);
  transform: skew(-28deg, 0deg);
}

ul#cuiMenuLinks li:hover > a {
  background-color: #0063B8;
  box-shadow: 0px -4px 0px #0063B8, 0px -1px 17px rgba(0, 0, 0, 0.4);
  border-radius: 0px;
}

.helpLink {
  color: #0063B8;
  font-size: 14px;
  font-family: "Open Sans";
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
}

a.helpLink:hover {
  text-decoration: underline;
}

ul#cuiMenuLinks li a {
  text-decoration: none;
}

.dialAcctNum {
  color: #B3DBFF;
  font-size: 14px;
  font-family: "Open Sans";
  line-height: 1.1;
}

.g-acctInfo {
  font-size: 18px;
  line-height: 1;
  padding: 25px 15px;
  text-transform: uppercase;
}

.cuiTopBarUserInfo {
  /*  background: #ed8138; */
  /* color:white; */
  /* text-align:right; */
  /* font-size:12px; */
  padding: 1px 0;
  /* min-width:100%; */
  /* min-height:20px; */
  max-width: 1600px;
  margin: auto;
  /* padding: 25px 0.9375rem 15px 0.9375rem; */
}

.cuiIcon i {
  font-size: 21px;
  vertical-align: middle;
}

.cuiIconPar1 {
  margin-left: 1.1rem;
  margin-bottom: 1.25rem;
}

.cuiIconPar1,
.helpDiv {
  display: inline-block;
}

.helpDiv {
  vertical-align: top;
  margin: 10px;
}

.topbardiv1 {
  padding: 25px 0px 15px 0.9375rem;
}

.topbardiv2 {
  padding-top: 40px;
  font-size: 0;
}

ul.logOutMan {
  list-style: none;
  margin: 0;
}

.cuiTopBarBig {
  background-color: #003767;
  z-index: 100;
  /* padding-right:10px; */
  position: relative;
  height: auto;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.4);
  margin-bottom: 25px;
  padding: 0;
}

.cuiTmiLogo {
  /* margin-left: 20px; */
  /* max-width: 8rem;
  padding: 5px 5px 5px 5px; */
  height: 52px;
  width: 149px;
}

.cuiIconLarge.fi-torso {
  font-size: 30px;
  margin-top: 8px;
}

.has-dropdown > a {
  padding-right: 2.1875rem !important;
}

#cuiMenuLinks {
  position: relative;
  /* left: 20px */
  margin-right: 25px;
  letter-spacing: 1.82px;
  background-color: #003767;
  padding-left: 0.9375rem;
}

.top-bar.cuiTopBarBig .medium-9 {
  max-width: max-content;
  width: auto;
}

/* top-bar link background-colors */
#cuiMenuLinks a {
  background: #003767;
  font-weight: bold;
  font-family: "Open Sans";
  font-size: 15px;
  padding: 23px 15px 18px 15px;
  text-transform: uppercase;
  line-height: 1.3;
  color: #fff;
}

/* top-bar icon when hovered */
#cuiMenuLinks a:hover,
#cuiMenuLinks a:active {
  background: #0063B8;
  /* transition: all .3s; */
  border-radius: 2px 2px 0 0;
  box-shadow: 0px -4px 0px #0063B8, 0px -1px 17px rgba(0, 0, 0, 0.4);
}

#cuiMenuLinks .is-dropdown-submenu {
  box-shadow: 0px 1px 17px rgba(0, 0, 0, 0.4);
  min-width: 250px;
  letter-spacing: 0.5px;
  border-radius: 0 0 2px 2px;
  padding-bottom: 10px;
  background-color: #0063B8;
  border: none;
}

#acct-info-dialog ul {
  list-style: none;
  margin: 0;
}

#acct-info-dialog hr {
  margin: 0 15px;
  border-color: #4A90E2;
}

.acctDialogLinks li:nth-of-type(1) {
  margin: 10px 0;
}

.acctDialogLinks li:nth-of-type(2) {
  margin-top: 10px;
}

.acctDialogLinks li:nth-of-type(3) {
  margin-bottom: 10px;
}

#cuiMenuLinks .is-dropdown-submenu a {
  color: #FFFFFF;
  /* border-top: 1px solid #fff; */
  line-height: 1.7;
  background-color: #0063B8;
  font-size: 14px;
  font-weight: bold;
  font-family: "Open Sans";
  padding: 12px 15px 10px 15px;
  text-transform: capitalize;
}

#cuiMenuLinks .is-dropdown-submenu a:hover {
  background: #fff;
  transition: 0.5s all;
  color: #222425;
  font-size: 14px;
  font-family: "Open Sans";
  font-weight: bold;
  box-shadow: none !important;
}

.cuiIconPar {
  position: absolute;
  right: 5px;
  margin: 0px;
  top: 40px;
}

.cuiIcon {
  padding: 7px 15px 7px 15px;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  font-family: "Open Sans";
  background-color: #0063B8;
  border-radius: 2px;
  display: inline-block;
  text-decoration: none;
  position: relative;
  margin-right: 10px;
  /* margin-left: 1.1rem; */
  line-height: 1.6;
}

.cuiIcon:hover {
  background: #0074C2;
}

.cuiIcon,
.cuiIcon:hover,
.cuiIconSmall:hover {
  color: white;
}

.cuiIconButton {
  color: #fff !important;
  font-size: 14px;
  font-family: "Open Sans";
  font-weight: bold;
  line-height: 1.7;
  padding: 6px 15px !important;
  display: block;
}

.cuiIconButton:hover {
  color: #222425 !important;
  background: #fff;
}

.cuiIcondropdown.f-dropdown {
  padding: 15px 0px;
  border-radius: 10px;
  text-align: center;
  outline: none;
  border: solid 1px #cccccc !important;
  z-index: 2000;
  margin: 0;
}

.f-dropdown:after,
.f-dropdown:before {
  border-color: transparent !important;
}

.cuiHelpContact {
  display: flex;
  padding: 0 15px;
}

.cuiContact {
  margin-left: auto;
}

.cuiTopBarSmall {
  background: #003767;
  /* text-align: center; */
  /*  padding: 10px 5px 10px 0px; */
  margin-bottom: 40px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.4);
  /* position: relative; */
}

/*** Menu Style ***/
.cuiToggleMenuSmall {
  position: absolute;
  z-index: 1000;
  /* top: -4px; */
  cursor: pointer;
  width: 69px;
  height: 62px;
  /* border-radius: 50%; */
  /* transition: all 0.4s ease-in-out; */
  right: 0;
  color: #fff;
  font-size: 9px;
  text-align: center;
  letter-spacing: 1.5px;
  font-weight: normal;
}

.cuiToggleMenuSmall:hover {
  color: white;
}

.smallMenuOpen {
  background-color: #0063B8;
}

.cuiHamburgerSmall {
  top: 17px;
  position: absolute;
  left: 23px;
}

.cuiHamburgerSmall span {
  position: absolute;
  height: 2.5px;
  width: 25px;
  background-color: #fff;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: transform 400ms linear;
  -moz-transition: transform 400ms linear;
  -o-transition: transform 400ms linear;
  -ms-transition: transform 400ms linear;
  transition: transform 400ms linear;
  border-radius: 10px;
}

.cuiHamburgerSmall span:nth-child(1) {
  top: 0px;
}

.cuiHamburgerSmall span:nth-child(2) {
  top: 8px;
}

.cuiHamburgerSmall span:nth-child(3) {
  top: 16px;
}

.cuiHamburgerSmall span:nth-child(4) {
  top: 21px;
  background: transparent;
  color: white;
  font-size: 11px;
  right: -21px;
}

.cuiHamburgerSmall span:nth-child(5) {
  opacity: 0;
}

.cuiHamburgerSmall.open span:nth-child(1) {
  top: 8px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.cuiHamburgerSmall.open span:nth-child(2) {
  opacity: 0;
}

.cuiHamburgerSmall.open span:nth-child(3) {
  top: 8px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cuiHamburgerSmall.open span:nth-child(4) {
  opacity: 0;
}

.cuiHamburgerSmall.open span:nth-child(5) {
  top: 21px;
  opacity: 1 !important;
  background: transparent;
  color: white;
  font-size: 11px;
  right: -21px;
}

.cuiLogoSmall {
  max-width: 7rem;
}

.cuiIconSmall {
  font-size: 9px;
  color: #fff;
  position: absolute;
  right: 69px;
  text-align: center;
  top: 0px;
  width: 69px;
  height: 62px;
  letter-spacing: 1.5px;
  font-weight: normal;
}

a.cuiIconSmall[aria-expanded=true] {
  background-color: #0063B8;
}

/******** In Overlay ***************/
/*    .cuiLogoParSmall{
text-align:center;
margin-bottom:30px;
}

 */
.cuiOverlayMenu {
  position: absolute;
  z-index: 1000;
  bottom: 0;
  right: 0;
  width: 305px;
  background-color: #0063B8;
  transition: 0.5s;
  overflow-y: auto;
  padding-top: 5px;
  top: 62px;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.4);
  display: flex;
  flex-direction: column;
}

ul.cuiOverlayMenu > :last-child {
  margin-top: auto;
  margin-bottom: 20px !important;
}

.hide {
  display: none !important;
}

@-webkit-keyframes slide {
  from {
    top: -100%;
    height: 0%;
  }
  to {
    top: 0px;
    height: 100%;
  }
}
@-moz-keyframes slide {
  from {
    top: -100%;
    height: 0%;
  }
  to {
    top: 0px;
    height: 100%;
  }
}
@-o-keyframes slide {
  from {
    top: -100%;
    height: 0%;
  }
  to {
    top: 0px;
    height: 100%;
  }
}
@keyframes slide {
  from {
    top: -100%;
    height: 0%;
  }
  to {
    top: 0px;
    height: 100%;
  }
}
.accordion .cuiSubMenuParSmall > a {
  padding: 1rem;
}

.cuiOverlayMenu .cuiMenuListParSmall a {
  text-align: left;
  background: none;
  color: white;
  /* border-bottom:3px solid transparent; */
  font-weight: bold;
  font-family: "Open Sans";
  display: block;
  font-size: 14px;
  letter-spacing: 1.82px;
  text-transform: uppercase;
  border: none;
  line-height: inherit;
}

.cuiMenuListParSmall .cuiMenuListSmall {
  padding: 15px;
}

li.cuiMenuListParSmall.cuiSubMenuParSmall.accordion-item.is-active {
  background-color: #003767;
}

.accordion-navigation.cuiMenuListParSmall:hover .cuiMenuListSmall {
  /*  transition: 0.3s ease-in-out;
  outline:none;
  border-bottom:3px solid #e36f1e; */
  background: none;
}

.cuiSubMenuSmall {
  text-align: left;
  /* padding: 5px 20px; */
  cursor: pointer;
  margin: 5px 0;
}

/* .cuiOverlayMenu .cuiSubMenuSmall:hover{
background: #e36f1e;
transition: 0.3s ease-in-out;
} */
li.cuiSubMenuSmall a {
  /* border-top: 1px solid #4A90E2; */
  padding: 6px 20px;
  text-transform: capitalize !important;
}

li.cuiSubMenuSmall a:hover {
  color: #222425 !important;
  background: #fff;
}

li.cuiSubMenuSmall:nth-child(1) a {
  border-top: none;
  padding-top: 0px !important;
}

.cuiSubMenuParSmall {
  position: relative;
}

.cuiSubMenuParSmall .accordion-content {
  border: none;
  background-color: transparent;
  padding: unset;
}

.cuiSubMenuParSmall:after {
  /* content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top: 40%;
  right: 20px;
  border-width: .5rem .5rem 0 .5rem;
  border-width: transparent transparent transparent 15px;
  border-color: white transparent;
  border-style: solid;
  transition: 0.5s transform; */
  content: "";
  font-family: "Font Awesome 5 Pro";
  border: none !important;
  font-weight: 100;
  font-size: 22px;
  position: absolute;
  top: 45%;
  right: 20px;
  line-height: 1px;
  color: white;
}

.cuiSubMenuParSmall.is-active:after {
  content: "" !important;
  top: 9%;
}

/* .cuiSubMenuParSmall.accordion-navigation.active > a {
  border-bottom: 3px solid #e36f1e;
  background: none;
  color: #7e8083;
} */
.cuiSubMenuParSmall.is-active .accordion-content {
  background: none !important;
  animation: slidesubMenu 0.8s forwards;
  -webkit-animation: slidesubMenu 0.8s forwards;
  -moz-animation: slidesubMenu 0.8s forwards;
  -o-animation: slidesubMenu 0.8s forwards;
  position: relative;
  padding: 0 0 10px 0;
  border: none;
}

.accordion-item .accordion-title::before {
  display: none;
}

.accordion .accordion-navigation.active > a,
.accordion dd.active > a {
  background: none !important;
}

@keyframes slidesubMenu {
  from {
    top: -50px;
  }
  to {
    top: 0px;
  }
}
@-webkit-keyframes slidesubMenu {
  from {
    top: -50px;
  }
  to {
    top: 0px;
  }
}
@-moz-keyframes slidesubMenu {
  from {
    top: -50px;
  }
  to {
    top: 0px;
  }
}
@-o-keyframes slidesubMenu {
  from {
    top: -50px;
  }
  to {
    top: 0px;
  }
}
/** overlay end **/
@media (max-width: 1390px) and (min-width: 1024px) {
  #cuiMenuLinks a {
    font-size: 13px;
    padding: 23px 8px 21px 8px;
  }

  .usInfo {
    max-width: 275px !important;
    padding: 12px 10px !important;
  }

  .cuiTopBarBig {
    padding-right: 0px !important;
  }

  .dropdown.menu > li.is-dropdown-submenu-parent > a:after {
    font-size: 16px;
    padding: 1px 0 0 5px !important;
  }

  #cuiMenuLinks {
    margin-right: 10px;
    letter-spacing: 0px;
  }

  .top-bar .left .has-dropdown > a {
    padding-right: 20px !important;
  }

  /* .cuiIconPar1 {
    margin-right: 10px;
  } */
  .company80 {
    display: none;
  }

  .company70 {
    font-size: 12px;
    display: block;
    width: max-content;
  }
}
@media (min-width: 1025px) {
  .cuiTopBarSmall {
    display: none;
  }
}
@media (max-width: 1024px) {
  .cuiTopBarBig,
.cuiTopBarUserInfo {
    display: none;
  }

  #acct-info-dialog {
    left: auto !important;
    right: 69px;
    top: 63px !important;
    border-radius: 0 0 2px 2px;
  }

  .cuiOverlayMenu {
    height: calc(100vh - 62px);
  }

  .gnavMobileHead {
    height: 62px;
  }

  .gnavLogo {
    padding: 12px 0.9375rem;
  }

  .cuiIconSmall i, .cuiToggleMenuSmall i {
    font-size: 20px;
    margin-bottom: 2px;
    margin-top: 14px;
  }
}
/* 	@media (max-width: 1630px) and (min-width: 1024px) {
  .cuiIconPar1 {
      margin-right: 1.1rem;
  }
} */
a.cuiIconSmall[aria-expanded=true]:after {
  height: 7px;
  width: 68px;
  background: #0063B8;
  content: "";
  position: absolute;
  right: 0px;
  z-index: 2001;
  top: 57px;
}

.cuiSubMenuParSmall .no-bullet hr:first-child {
  display: none;
}

.cuiTopBarBig .grid-x {
  margin: 0 auto;
  max-width: 1600px;
  width: 100%;
}

.usInfoPolNum, .usInfoAgCode {
  font-size: 11px;
}

.cuiSubMenuSmall ~ hr {
  margin: 0 20px;
  border-color: #4A90E2;
}

.cuiLogoutHR {
  margin: 10px 15px;
  border-color: #4A90E2;
}

.callout {
  box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.2);
  border: 1px solid #fff;
  /* margin-bottom: 2rem; */
  padding: 1.5rem;
  border-radius: 2px;
}

.calloutwithBg {
  box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.2);
  border: 1px solid #fff;
  background-color: #FAFAFA;
  padding: 1.5rem;
  border-radius: 2px;
}

.callout button.close-button {
  right: -9px;
  top: -8px;
  font-size: 13px;
  color: #fff;
  background-color: #1779ba;
  border: 1px solid #1779ba;
  border-radius: 10px;
  width: 17px;
  height: 17px;
}

.callout.sidebar {
  padding: 0;
  border: none;
}

.callout.sidebar > h1:first-child, .callout.sidebar > h2:first-child, .callout.sidebar > h3:first-child {
  background-color: #004b8b;
  /*222425#003767;*/
  color: white;
  font-size: 18px;
  padding: 1.5rem 1.5rem 1rem 1.5rem;
  margin-bottom: 0.5rem;
}

.callout.sidebar > .sidebar_content {
  padding: 0.5rem 1.5rem 1.5rem 1.5rem;
}

.callout.sidebar > .sidebar_content > * {
  margin-bottom: 1.5rem;
}

.callout.sidebar > .sidebar_content > :last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

.callout.sidebar > .sidebar_content > .vertical.menu > li {
  border-bottom: 2px solid #dcdee0;
}

.callout.sidebar > .sidebar_content > .vertical.menu > li:last-of-type {
  border-bottom: none;
}

.callout.sidebar > .sidebar_content > .vertical.menu > li > a {
  padding-left: 3px;
  padding-right: 3px;
  width: 100%;
  float: left;
}

.callout.sidebar > .sidebar_content > .vertical.menu .link_chevron {
  font-size: 0.6rem;
  float: right;
  margin-top: 3px;
}

.labl {
  display: block;
  width: 100%;
}

.afterSelection {
  display: none;
}

.labl > input {
  /* HIDE RADIO */
  visibility: hidden;
  /* Makes input not-clickable */
  position: absolute;
  /* Remove input from document flow */
}

.labl > input + .callout:hover {
  /* DIV STYLES */
  cursor: pointer;
  border: 3px solid #fff !important;
  box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.2) !important;
  transition: box-shadow 0.3s ease-in-out;
}

.labl > input:checked + .callout {
  /* (RADIO CHECKED) DIV STYLES */
  background-color: #f4f7fa;
  border: 3px solid #b3dbff !important;
  box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.2) !important;
}

.labl > input:checked + .callout > .afterSelection {
  display: block;
}

.labl > input:checked + .callout > .beforeSelection {
  display: none;
}

.labl > input:checked + .callout > .afterSelection::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "";
  color: green;
  padding-left: 15px;
}

.callout.sidebar ul.vertical.menu li a::after {
  float: right;
  font-size: 0.7em;
  margin-top: 0.3em;
}

/* common banner styles*/
.banner-content {
  flex: 90% !important;
  text-align: left;
  padding: 10px;
}

.banner-icon {
  padding: 10px;
  color: #fff;
}

.txm-banner {
  text-align: center;
  border: 2px solid;
  border-radius: 2px;
  box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.12);
  /* margin-bottom: 30px; */
  position: relative;
}

.txm-banner .close-button {
  right: -9px;
  top: -8px;
  font-size: 1em;
  color: #0063B8;
  background: #fff;
}

/*Media queries*/
@media (min-width: 39.9375em) {
  .banner-icon {
    width: 2.5rem !important;
  }
}
@media (max-width: 39.9375em) {
  .banner-icon {
    text-align: left;
  }
}
.txm-modal-header {
  opacity: 100%;
  background-color: #e4eef7;
  padding: 25px 50px 25px 50px;
}

.txm-modal {
  padding: 0px;
}

.txm-modal-content {
  padding: 25px 50px;
}

.popupclose {
  font-size: 25px;
  color: #0063b7;
  margin: 25px 25px 0px 0px;
}

/*# sourceMappingURL=atomic.css.map */
