@charset "UTF-8";
body {
  padding: 0;
  margin: 0;
  font-size: 20px;
  line-height: 1.5em;
  font-family: "Segoe UI Light", "☺Segoe", "Segoe UI", Segoe, Arial, Verdana, sans-serif;
  font-size: 18px;
  color: #001e62;
}

.text-strikedthrough {
  text-decoration: line-through;
}

.doc-link {
  color: blue !important;
  margin: 5px 10px 5px 5px;
}

.paste-here {
  width: 200px;
  height: 40px;
  border-radius: 3px;
  overflow: hidden;
  resize: none;
  background-color: #e4e7eb;
  padding: 7px;
  border: none;
}

.invoice-paid-link {
  border: red solid;
  border-radius: 3px;
  font-family: Georgia serif;
  font-weight: bolder;
  padding: 0 3px 0 3px;
  font-size: 20pt;
}

.cursor-pointer {
  cursor: pointer !important;
}

.dropdown-menu {
  margin: 0 !important;
  border-radius: 0 0 0.25rem 0.25rem !important;
  z-index: 999999;
}

.body-container {
  margin-top: 160px;
  min-height: 500px;
}

.uppercase {
  text-transform: uppercase;
}

a {
  color: blue;
}
a:hover, a:active, a:focus {
  color: blue;
  outline: none;
  text-decoration: none;
}

.container-with-footer {
  padding: 15px 0 315px 0;
}

.iconColor {
  color: #175f9e;
}

.iconColor:hover {
  color: #175f9e;
}

.padding10 {
  padding: 10px;
}

.padding20 {
  padding: 20px;
}

.hidden {
  display: none;
}

.site-header {
  min-height: 100px;
  background-color: #001E62;
}
.site-header a, .site-header a:hover {
  color: #fff;
}

.site-header-logo {
  display: flex;
  padding: 7px 0 0 0;
}
.site-header-logo .mainBrandTop {
  font-size: 18px;
}
.site-header-logo .subBrand {
  font-size: 26px;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.navbar {
  display: flex;
  justify-content: space-between;
  padding: 0px;
}

#navContent {
  margin-top: -15px;
}

.navbar-color {
  color: #fff;
}
.navbar-color .navbar-toggler {
  color: #fff;
  border-color: #fff;
}
.navbar-color .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

nav ul {
  text-align: left;
}
nav ul li a {
  position: relative;
  font-size: 15px;
  text-align: center;
  /*width: 52px;
  height: 52px;*/
  margin-right: 15px;
}
nav ul li .imgNav1 {
  background: url("../images/nav1.png") no-repeat 0 0;
}
nav ul li .imgNav1:after {
  position: absolute;
  bottom: -25px;
  right: 7px;
  content: "Home";
}
nav ul li .imgNav1:hover {
  background: url("../images/nav1_hover.png") no-repeat 0 0;
}
nav ul li .imgNav2 {
  background: url("../images/nav2.png") no-repeat 0 0;
}
nav ul li .imgNav2:after {
  position: absolute;
  bottom: -25px;
  right: 7px;
  content: "Email";
}
nav ul li .imgNav2:hover {
  background: url("../images/nav2_hover.png") no-repeat 0 0;
}
nav ul li .imgNav3 {
  background: url("../images/nav3.png") no-repeat 0 0;
}
nav ul li .imgNav3:after {
  position: absolute;
  bottom: -25px;
  right: 7px;
  content: "FAQs";
}
nav ul li .imgNav3:hover {
  background: url("../images/nav3_hover.png") no-repeat 0 0;
}
nav ul li .imgNav4 {
  background: url("../images/nav4.png") no-repeat 0 0;
}
nav ul li .imgNav4:after {
  position: absolute;
  bottom: -25px;
  right: 1px;
  content: "Contact";
}
nav ul li .imgNav4:hover {
  background: url("../images/nav4_hover.png") no-repeat 0 0;
}
nav ul li .imgNav5 {
  background: url("../images/nav5.png") no-repeat 0 0;
}
nav ul li .imgNav5:after {
  position: absolute;
  bottom: -25px;
  right: 7px;
  content: "Search";
}
nav ul li .imgNav5:hover {
  background: url("../images/nav5_hover.png") no-repeat 0 0;
}

#subHeader {
  /*position: fixed;*/
  top: 0;
  right: 0;
  left: 0;
  z-index: 1010;
}

footer {
  background-color: #121E2A;
  color: #fff;
  text-align: center;
  padding: 15px 50px;
  /*min-height: 100px;*/
  font-size: 16px;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #fff;
}
footer .row h4 {
  font-size: 20px;
}
footer .row address {
  line-height: 1.2em;
  margin-bottom: 0;
}
footer .row .icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-size: cover;
}
footer .row .icon-fb {
  background-image: url("../images/facebook.svg");
  margin-right: 10px;
}
footer .row .icon-fb:hover, footer .row .icon-fb:focus {
  filter: invert(41%) sepia(68%) saturate(418%) hue-rotate(177deg) brightness(96%) contrast(94%);
}
footer .row .icon-twitter {
  background-image: url("../images/twitter.svg");
  margin-right: 10px;
}
footer .row .icon-twitter:hover, footer .row .icon-twitter:focus {
  filter: invert(46%) sepia(90%) saturate(1712%) hue-rotate(177deg) brightness(102%) contrast(90%);
}
footer .row .icon-instagram {
  background-image: url("../images/instagram.svg");
}
footer .row .icon-instagram:hover, footer .row .icon-instagram:focus {
  filter: invert(38%) sepia(6%) saturate(2733%) hue-rotate(337deg) brightness(92%) contrast(93%);
}
footer .container p {
  font-size: 17px;
}
footer .container .contact-card {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 15px;
}
footer .container .contact-card p {
  font-size: 0.75em;
}

.rolling-nav {
  font: normal 14px "Segoe UI";
  color: #001E62;
  text-decoration: none !important;
  background-color: #b1b1b1;
  margin: 0px auto 0px auto;
}
.rolling-nav ul li {
  display: block;
}
.rolling-nav ul li:hover {
  cursor: pointer;
  background-color: #fff;
}
.rolling-nav ul li:active {
  cursor: pointer;
  background-color: #b1b1b1;
}
.rolling-nav ul li span {
  display: block;
  margin: 15px 15px;
  font-size: 14px;
  font-weight: bold;
  color: #001E62;
}
.rolling-nav ul li a {
  display: block;
  margin: 15px 15px;
  font-size: 14px;
  font-weight: bold;
  color: #001E62;
}
.rolling-nav ul li.active {
  cursor: pointer;
  background-color: #fff;
}

ul.main-nav li {
  padding: 7px;
}
ul.main-nav li a {
  color: #001e62 !important;
  cursor: pointer !important;
  font-size: 14px !important;
  font-weight: 800 !important;
}
ul.main-nav li.active {
  background-color: #fff;
}

.logoutLink {
  display: block !important;
  margin: 7px 0px !important;
  font-size: 14px !important;
  font-weight: bold !important;
  color: #001E62;
  text-decoration: none !important;
}

.coslDisclaimerModalButton:hover {
  cursor: pointer;
}

.btn-cosl-primary, btn-cosl-primary:visited {
  color: #001E62;
  border: solid 2px #001E62;
  background-color: #fff;
}
.btn-cosl-primary:hover, btn-cosl-primary:visited:hover {
  color: #fff;
  background-color: #001E62;
}

.btn-cosl-lg {
  padding: 10px 25px;
  font-size: 25px;
  font-weight: bold;
  border-radius: 20px;
}
@media only screen and (min-width: 380px) {
  .btn-cosl-lg {
    width: 350px;
  }
}
@media only screen and (max-width: 380px) {
  .btn-cosl-lg {
    width: 250px;
  }
}

.padding-zero {
  padding: 0;
}

.img-round {
  border-radius: 15px;
}

.height-40 {
  height: 40px;
}

.policyEmbed, .termsConditionsClosed, #embeddedSourceObject {
  height: 60vh;
}

@media (min-width: 750px) {
  .modalPolicy {
    width: 60%;
    max-width: 60%;
  }
}
#navbarToggleMobile {
  background-color: #b1b1b1;
}

#togglerDivMobile {
  background-color: #b1b1b1;
}

#targetMobileDropdown {
  text-transform: uppercase;
  background-color: #b1b1b1;
  font: normal 12px "Segoe UI";
}
#targetMobileDropdown span {
  font-size: 12px;
  font-weight: bold;
  color: #001E62;
}
#targetMobileDropdown ul {
  width: 100%;
  margin: 3px 3px 3px 3px;
  padding: 3px 3px 3px 3px;
}

.adjustDropdownHeightMobile {
  height: 28px;
}

#userNameHeaderMobile {
  font: normal 17px "Segoe UI";
}

.table-responsive {
  content: "Swipe left to view more...";
}

.wrapper {
  position: relative;
  min-height: 100vh;
}

.sticky-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}

.container-with-footer {
  padding: 15px 0 315px 0;
}

.icon-btn {
  line-height: 0;
  font-size: 16pt;
  padding: 0;
}

.action-link {
  font-size: 14pt;
}

.why-is-this-not-working {
  color: red;
}

.grid-btn {
  border-color: rgba(0, 0, 0, 0.125);
}

.grid-count-badge {
  min-width: 29px;
  font-size: 15px;
  padding: 8px;
}

.count-badge {
  font-size: 24pt;
  padding: 20px;
  min-width: 65px;
}

.grid-font {
  font-size: 0.85rem;
}

.card-header-btn {
  font-size: 18px;
  font-weight: bold;
  border-color: rgba(0, 0, 0, 0.125);
}

.multiselect-btn {
  border-color: rgba(0, 0, 0, 0.125);
}

@media only screen and (max-width: 790px) {
  .container-with-footer {
    padding: 15px 0 710px 0;
  }
}
.site-header-logo-img {
  margin-left: 25px;
}

.invoice-header {
  line-height: 45px;
}

.point-at-me {
  cursor: pointer;
}

@media only screen and (max-width: 750px) {
  .site-header-logo-img {
    margin-left: 5px;
  }
}

/*# sourceMappingURL=common-site.css.map */
