﻿@charset "UTF-8";
.navbar {
  background-color: #FFF;
  -webkit-box-shadow: 0 3px 4px -3px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 3px 4px -3px rgba(0, 0, 0, 0.6);
  box-shadow: 0 3px 4px -3px rgba(0, 0, 0, 0.6);
  padding-bottom: 0; }
  .navbar .navbar-brand {
    margin-top: -1.5rem; }
    @media screen and (min-width: 768px) and (max-width: 991px) {
      .navbar .navbar-brand img {
        width: 180px; } }
    @media screen and (max-width: 767px) {
      .navbar .navbar-brand {
        margin-top: 0; } }

.navbar-nav > li > a {
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: 300;
  letter-spacing: 1px;
  border-top: 4px solid transparent;
  text-align: center; }
  @media screen and (min-width: 992px) and (max-width: 1199px) {
    .navbar-nav > li > a {
      font-size: 1.25rem; } }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-nav > li > a {
      font-size: 0.9rem; } }
  .navbar-nav > li > a > span {
    display: block; }
    .navbar-nav > li > a > span[class^='icon'] {
      font-size: 60px;
      width: 38px;
      height: 38px;
      margin: 0 auto;
      line-height: 1;
      display: block;
      position: relative;
      overflow: hidden;
      border: 1px solid #000; }
      .navbar-nav > li > a > span[class^='icon']:before {
        margin: 0;
        top: -12px;
        left: -12px;
        position: absolute;
        background-color: #FFF; }

.navbar-nav > li.show > a, .navbar-nav > li:hover > a, .navbar-nav > li:focus > a {
  color: #01458b;
  background-color: #f2f1f1;
  border-color: #01458b; }
  .navbar-nav > li.show > a > span[class^='icon'], .navbar-nav > li:hover > a > span[class^='icon'], .navbar-nav > li:focus > a > span[class^='icon'] {
    color: #FFF;
    border: 1px solid #01458b; }
    .navbar-nav > li.show > a > span[class^='icon']:before, .navbar-nav > li:hover > a > span[class^='icon']:before, .navbar-nav > li:focus > a > span[class^='icon']:before {
      background-color: #01458b; }

.navbar-nav .dropdown-toggle::after {
  display: none; }

.navbar-nav .dropdown-menu {

  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0; }
  .navbar-nav .dropdown-menu > a {
    color: #FFF;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    font-weight: 300; }
    .navbar-nav .dropdown-menu > a:hover, .navbar-nav .dropdown-menu > a:focus {
      background-color: #3d3d3d; }
    .navbar-nav .dropdown-menu > a:last-child {
      border-bottom: none; }

.navbar-nav .dropdown-item {
  padding-top: 0.85rem;
  padding-bottom: 0.85rem; }

/*.navbar-expand-md .navbar-nav .nav-link {
  padding: 0.75rem 1.3rem 0.5rem 1.3rem; }*/
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .navbar-expand-md .navbar-nav .nav-link {
      padding: 0.5rem; } }

.sidebar-nav {
  -webkit-box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.1); }
  @media screen and (max-width: 767px) {
    .sidebar-nav {
      margin-bottom: 2rem; } }
  .sidebar-nav img {
    width: 37px;
    height: 37px;
    margin-right: 5px; }
  .sidebar-nav .nav-link {
    border-radius: 0px;
    background-color: #FFF;
    border-bottom: 1px #CCC solid;
    border-left: 10px solid transparent;
    padding: 0.5rem;
    font-weight: 300; }
    .sidebar-nav .nav-link a {
      color: #000;
      font-size: 1rem;
      line-height: 3rem; }
      .sidebar-nav .nav-link a span[class^='icon'] {
        font-size: 3rem;
        line-height: 1;
        float: left;
        margin-right: 0.25rem; }
        .sidebar-nav .nav-link a span[class^='icon']:before {
          margin: 0; }
    .sidebar-nav .nav-link:last-child {
      border-bottom: none; }
    .sidebar-nav .nav-link.active {
      background-color: #FFF !important;
      border-color: #01458b; }
      .sidebar-nav .nav-link.active a {
        color: #01458b; }
    .sidebar-nav .nav-link:hover, .sidebar-nav .nav-link:focus {
      border-color: #307a76; }
      .sidebar-nav .nav-link:hover a, .sidebar-nav .nav-link:focus a {
        color: #307a76; }

.navbar-toggler {
  z-index: 1100;
  position: absolute;
  top: -30px;
  left: 0; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    outline: none; }

.navbar-toggler-icon {
  background-image: none; }
  .navbar-toggler-icon:before {
    content: "\f0c9";
    color: #01458b;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit; }

@media screen and (max-width: 767px) {
  .navbar-nav > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.8); }
    .navbar-nav > li > a {
      color: #FFF;
      text-align: left;
      font-size: 1.15rem; }
      .navbar-nav > li > a > span {
        display: inline-block;
        line-height: 50px; }
        .navbar-nav > li > a > span[class^='icon'] {
          float: left;
          font-size: 50px;
          width: 50px;
          height: 50px;
          margin-right: 0.5rem; }
    .navbar-nav > li.show > a {
      background-color: transparent; }
      .navbar-nav > li.show > a > span[class^='icon'] {
        background-color: transparent;
        outline: none; }
  .navbar-brand {
    width: 100%;
    text-align: center;
    margin: 1rem 0; } }

.sidebar-offcanvas {
  flex-grow: 1; }

@media screen and (max-width: 767px) {
  .offcanvas {
    position: relative;
    min-height: 100%;
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out; }
    .offcanvas.active .navbar-toggler-icon:before {
      content: "\f00d"; }
  .offcanvas-left {
    left: 0; }
  .offcanvas-left.active {
    left: 280px; }
  .offcanvas-left .sidebar-offcanvas {
    left: -100%;
    -webkit-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out; }
  .offcanvas-left.active .sidebar-offcanvas {
    left: 0;
    border-left: 1px solid #CCC; }
  .sidebar-offcanvas {
    background: #04a9a0;
    background: -moz-linear-gradient(top, #04a9a0 0%, #01458b 61%);
    background: -webkit-linear-gradient(top, #04a9a0 0%, #01458b 61%);
    background: linear-gradient(to bottom, #04a9a0 0%, #01458b 61%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$brand-secondary', endColorstr='$brand-primary',GradientType=0 );
    position: fixed;
    top: 0;
    bottom: 0;
    width: 280px;
    overflow-y: auto;
    z-index: 1050; }
  .sidebar-offcanvas .dropdown-menu {
    border: medium none;
    background-color: #3d3d3d;
    border-radius: 0;
    box-shadow: none;
    float: none;
    margin: 0;
    padding-top: 0;
    position: static; } }

@font-face {
  font-family: 'fontello';
  src: url("/fonts/fontello/fontello.eot?3007105");
  src: url("/fonts/fontello/fontello.eot?3007105#iefix") format("embedded-opentype"), url("/fonts/fontello/fontello.woff2?3007105") format("woff2"), url("/fonts/fontello/fontello.woff?3007105") format("woff"), url("/fonts/fontello/fontello.ttf?3007105") format("truetype"), url("/fonts/fontello/fontello.svg?3007105#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('/fonts/fontello/fontello.svg?3007105#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }
 
.icon-money:before { content: '\e800'; } /* '' */
.icon-autopay:before { content: '\e801'; } /* '' */
.icon-card:before { content: '\e802'; } /* '' */
.icon-close:before { content: '\e803'; } /* '' */
.icon-help:before { content: '\e804'; } /* '' */
.icon-youtube:before { content: '\e805'; } /* '' */
.icon-history:before { content: '\e806'; } /* '' */
.icon-more:before { content: '\e807'; } /* '' */
.icon-user:before { content: '\e808'; } /* '' */
.icon-bill:before { content: '\e809'; } /* '' */
.icon-cog:before { content: '\e80a'; } /* '' */
.icon-meter:before { content: '\e80b'; } /* '' */
.icon-yelp:before { content: '\f1e9'; } /* '' */
.icon-facebook:before { content: '\f30c'; } /* '' */
.icon-gplus:before { content: '\f30f'; } /* '' */

html {
  position: relative;
  min-height: 100%; 

}
html.login {
height: 100%; 
}
html.login body {
    height: 100%;
    /*background-image: url(../images/assets/login_bg.jpg);*/
    background-color: #183756;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}


    html.login .card {
      padding: 50px 80px 10px 80px; }
      @media screen and (min-width: 768px) and (max-width: 991px) {
        html.login .card {
          padding: 20px 20px 10px 20px; } }
      @media screen and (max-width: 767px) {
        html.login .card {
          padding: 15px; } }
    html.login #main {
      padding-top: 0; }

html,
body {
  overflow-x: hidden; } /* Why do I have to disable this for RadGrids?!? */

body {
    background: #f2f1f1;
    font-family: 'Hind Madurai', sans-serif;
    font-weight: 500;
    line-height: 1.7; }

.bodyColor {
    background-color: #f2f1f1 !important;
}

.logo-small {
    width: 150px;
    height: auto;
}

.vertical-divider {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 1rem 0;
    text-align: center;
}
  @media screen and (max-width: 767px) {
    .vertical-divider {
      position: static;
      margin: 3rem 0; 
      border-bottom: 1px solid #666;
      height: 49px;
    } }
  .vertical-divider:before {
    content: "";
    position: absolute;
    width: 1px;
    background-color: #666;
    top: 0;
    bottom: 0;
    left: 50%; }
    @media screen and (max-width: 767px) {
      .vertical-divider:before {
        display: none; } }
  .vertical-divider > span {
    display: inline-block;
    width: 100px;
    height: 100px;
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); }
    @media screen and (max-width: 767px) {
      .vertical-divider > span {
        position: static;
        transform: translate(0);
        -ms-transform: translate(0); } }
.vertical-divider > span > span {
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 63px;
    background-color: #666;
    border-radius: 50%;
    font-size: 1.5rem;
    font-weight: 300;
    color: #FFF;
    text-align: center;
    overflow: hidden;
    border: 15px solid #f2f1f1;
}
    @media screen and (max-width: 991px) {
        .vertical-divider > span > span {
            width: 100px;
            height: 100px;
        } 
    }
    @media screen and (max-width: 767px) {
      .vertical-divider > span > span {
        position: static;
        transform: translate(0);
        -ms-transform: translate(0); 
      } 
    }

.header-top {
  background-color: #FFF;
  text-align: right;
  padding-top: 1rem;
  padding-bottom: 0.5rem; 

}
  @media screen and (max-width: 767px) {
    .header-top {
      font-size: 0.8rem; } }
  .header-top ul {
    margin: 0;
    list-style: none; }
    .header-top ul > li {
      display: inline-block;
      padding-right: 0.5rem;
      margin-right: 1rem;
       }
      .header-top ul > li:last-child {
        border: none;
        margin-right: 0;
        padding-right: 0; }

.header-top a {
    border-bottom: none;
}
.header-banner + .navbar .navbar-toggler {
  top: -60px; }

a {
  color: #01458b; }
  a:hover, a:focus {
    color: #04a9a0;
    text-decoration: none; }

h1 {
  font-size: 2rem; }

h2, .h2Size {
    font-size: 1.75rem;
}

h3 {
  font-size: 1.5rem; }

h4 {
  font-size: 1.25rem; }

.btn-primary {
  background-color: #01458b;
  border-color: #01458b; }
  .btn-primary:hover {
    background-color: #183756;
    border-color: #183756; 
    cursor:pointer;
  }
  .btn-primary.disabled, .btn-primary:disabled {
    background-color: #CCC;
    border-color: #CCC; }
    .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary:disabled:hover, .btn-primary:disabled:focus {
      background-color: #CCC;
      border-color: #CCC; }

.form-control {
  border-radius: 0; }

.card {
  border-radius: 0;
  border: none; }

img {
  max-width: 100%; }

.mb40 {
  margin-bottom: 40px; }

.top-space-medium {
  margin-top: 3rem; }

.bottom-space-small {
  margin-bottom: 2rem; }

.btn {
  border-radius: 0px;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 1px;
  padding: 0.5rem 2.75rem; }
  .btn + .btn {
    margin-left: 1rem; }
    @media screen and (max-width: 991px) {
      .btn + .btn {
        margin-left: 0;
        margin-top: 1rem; } }
.btn.btn-secondary, .btn.btn-success {
    background-color: #2b8465;
    border-color: #2b8465;
}
    .btn.btn-secondary:hover, .btn.btn-success:hover {
      background-color: #307a76;
      border-color: #307a76; 
      cursor:pointer;
    }
  .btn.btn-block {
    padding-left: 0.5rem;
    padding-right: 0.5rem; }

/*h1, h2, h3 {
  text-transform: uppercase; }*/

h1, h2, h3, h4 {
  font-weight: 300; }

.text-small {
  font-size: .85rem; }

.text-large {
  font-size: 2rem; }

.login-logo-top {
  float: left;
  margin-right: 30px; }
  @media screen and (max-width: 991px) {
    .login-logo-top {
      width: 180px;
      margin-bottom: 30px; } }
  @media screen and (max-width: 767px) {
    .login-logo-top {
      float: none;
      margin-right: 0; } }

@media screen and (max-width: 767px) {
  .login-top {
    text-align: center; } }

.login-top h3 {
  color: #01458b; }

.login-form {
  margin: 30px -120px 20px -120px;
  padding: 50px 120px;
  background-color: #f2f1f1;
  -webkit-box-shadow: 0 3px 4px -3px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 3px 4px -3px rgba(0, 0, 0, 0.6);
  box-shadow: 0 3px 4px -3px rgba(0, 0, 0, 0.6); }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .login-form {
      margin: 0 -40px 20px -40px;
      padding: 30px 60px; } }
  @media screen and (max-width: 767px) {
    .login-form {
      margin: 0 -20px 20px -20px;
      padding: 15px 30px; } }
  .login-form h3 {
    margin-top: -1rem;
    margin-bottom: 1.75rem; }
  .login-form .form-control {
    margin-bottom: 1rem; }
  .login-form .forgot-link {
    margin-bottom: 1rem; }
  .login-form .btn-block {
    margin-bottom: 1rem; }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .login-form .form-bottom .btn {
      display: block; } }

#main {
  /*padding-top: 5rem;*/
  position: relative; }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    #main {
      padding-top: 4rem; } }
  @media screen and (max-width: 767px) {
    #main {
      padding-top: 3rem; } }

.content {
  position: relative; }

.content-with-sidebar {
  border-right: 1px solid #999; }
  @media screen and (max-width: 991px) {
    .content-with-sidebar {
      border-right: 0; } }

.sidebar h2 {
  font-size: 2rem; }

.sidebar-wrap {
  padding-left: 1rem; }
  @media screen and (max-width: 767px) {
    .sidebar-wrap {
      padding-left: 0; } }

.sidebar-menu {
  padding-left: 0;
  list-style: none;
  font-size: 1.1rem; }
  .sidebar-menu > li {
    margin-bottom: 0.75rem; }

.section {
  margin-top: 35px; }

.select-card-input {
  display: inline-block;
  width: 70%; }
  @media screen and (max-width: 767px) {
    .select-card-input {
      width: 100%;
      margin-bottom: 1rem; } }

#select-card {
  margin-left: 1rem; }
  @media screen and (max-width: 767px) {
    #select-card {
      margin-left: 0; } }

#payment-form h2 {
  color: #01458b; }

#payment-form h5 {
  margin-bottom: 20px; }

@media screen and (min-width: 768px) and (max-width: 991px) {
  #payment-form .btn {
    padding-left: 1.5rem;
    padding-right: 1.5rem; } }

#payment-form .form-control {
  border-radius: 0px; }

#payment-form .form-group {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  margin-bottom: 10px; }
  @media screen and (max-width: 767px) {
    #payment-form .form-group {
      flex-flow: column;
      align-items: flex-start; } }
  #payment-form .form-group label {
    margin-right: 10px; }
  #payment-form .form-group .form-control {
    flex: 1; }

#payment-form .card-container {
  margin: 1rem 0; }

#payment-form .calendar-container {
  position: relative; }

#payment-form .fa-calendar {
  color: #01458b;
  position: absolute;
  top: 0.55rem;
  left: 0.55rem; }

#payment-form #datepicker {
  padding-left: 2rem; }

#payment-form fieldset {
  margin-bottom: 3rem; }

.ui-datepicker {
  font-family: 'Hind Madurai', sans-serif;
  padding: 0;
  border-radius: 0;
  -webkit-box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 10px 2px rgba(0, 0, 0, 0.1); }
  .ui-datepicker .ui-datepicker-header {
    border-radius: 0;
    border: none;
    background-color: #999;
    color: #FFF; }
  .ui-datepicker .ui-datepicker-title {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px; }
  .ui-datepicker th {
    background-color: #999;
    color: #FFF;
    padding: 0.3em;
    font-size: 0.6rem; }
  .ui-datepicker .ui-datepicker-prev,
  .ui-datepicker .ui-datepicker-next {
    text-align: center; }
    .ui-datepicker .ui-datepicker-prev:before,
    .ui-datepicker .ui-datepicker-next:before {
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal; }
    .ui-datepicker .ui-datepicker-prev span,
    .ui-datepicker .ui-datepicker-next span {
      background-image: none; }
  .ui-datepicker .ui-datepicker-prev:before {
    content: "\f104"; }
  .ui-datepicker .ui-datepicker-next:before {
    content: "\f105"; }

.ui-widget.ui-widget-content {
  border: none; }
  .ui-widget.ui-widget-content .ui-state-hover {
    background-color: transparent;
    border: none; }

.ui-state-default, .ui-widget-content .ui-state-default {
  border: none;
  background-color: transparent;
  text-align: center;
  font-weight: 300; }

.progress-bar-container {
  border-left: 1px #CCC solid;
  position: relative;
  padding-left: 3rem;
  margin-left: 2rem; }
  @media screen and (max-width: 767px) {
    .progress-bar-container {
      padding-left: 2rem;
      margin-left: 1rem; } }

#progress-bar {
  position: absolute;
  list-style: none;
  margin: 0px;
  padding: 0px;
  left: -18px;
  height: 100%; }
  #progress-bar li {
    z-index: 10;
    position: absolute;
    left: 0px;
    padding: 0px;
    color: #f2f1f1;
    background-color: #CCC;
    height: 36px;
    width: 36px;
    line-height: 36px;
    font-weight: 300;
    vertical-align: middle;
    text-align: center;
    display: block;
    border-radius: 50%; }
    #progress-bar li.active {
      background-color: #01458b;
      color: #FFF; }
    #progress-bar li:first-child {
      top: 0px; }
    #progress-bar li + li {
      top: 50%;
      margin-top: -30px; }
    #progress-bar li:last-child {
      bottom: 0px;
      top: auto; }

.footer {
  margin-top: 3rem;
  border-top: 1px solid #999;
  text-align: center; }
  @media screen and (min-width: 768px) and (max-width: 991px) {
    .footer {
      margin-top: 2rem; } }
  .footer .footer-logo {
    margin: 2rem 0; }
  .footer .footer-menu {
    padding-left: 0; }
    @media screen and (max-width: 767px) {
      .footer .footer-menu {
        width: 150px;
        margin-left: auto;
        margin-right: auto; } }
    .footer .footer-menu > li {
      display: inline-block;
      border-right: 1px solid #01458b;
      padding-right: 0.75rem;
      margin-right: 0.75rem;
      text-transform: uppercase;
      font-weight: 300;
      letter-spacing: 1px; }
      @media screen and (max-width: 767px) {
        .footer .footer-menu > li {
          display: block;
          border-right: none;
          border-bottom: 1px solid #01458b;
          padding-right: 0;
          margin-right: 0;
          padding-bottom: 0.5rem;
          margin-bottom: 0.5rem; }
          .footer .footer-menu > li:last-child {
            border: none;
            padding: 0;
            margin: 0; } }
      .footer .footer-menu > li:last-child {
        border-right: none;
        padding-right: 0;
        margin-right: 0; }
  .footer .copyright {
    font-size: 0.9rem; }
    @media screen and (max-width: 767px) {
      .footer .copyright {
        font-size: 0.75rem; } }


    /********************/
    /*design starts here*/

/**********************/
/*     Header         */
/**********************/
#ctl00_SCIHeader {
    /*text-align: center;*/
    /*display: none;*/
}

.blackBar, .blackBar:hover {
    border-right: 1px groove #4A3C31;
}

.centerGrid {
    justify-self: center;
}

#mainMenu {
    display: grid;
    grid-template-columns: auto auto 14em 15em 17em 10em 2em;
    padding: 1em;
}

#topMenu {
    /*text-align: center;*/
    font: normal normal normal 13px/33px Lato;
    display: grid;
    grid-template-columns: 80% 20%;
    grid-column-start: 2;
    padding: 2em;
}

@media(max-width:991px) {
    #topMenu {
        grid-template-columns: 70% 30%;
    }
}

@media(max-width:666px) {
    #topMenu {
        grid-template-columns: 60% 40%;
    }
}
@media(max-width:511px) {
    #topMenu {
        grid-template-columns: 40% 60%;
    }
}

.squeeze {
    width: 90%;
    text-align: center;
    padding: 0 1em;
}

.startThree {
    grid-column-start: 3;
}

.startTwo {
    grid-column-start: 2;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    border: 1px solid #4a3c31;
    border-top: none;
    min-width: 160px;
    z-index: 1;
}

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        background-color: #EEEBE7;
        text-decoration: none;
        display: block;
    }

        .dropdown-content a:hover {
            background-color: #FFFFFF;
        }

.dropdown:hover .dropdown-content {
    display: block;
}
/**************************/
/*     Footer             */
/**************************/

footer {
    text-align: center;
    margin-top: 1rem;
}

footer a {
    border-bottom: none
}



#bottomMenu {
    font: normal normal bold 13px/50px Lato;
    letter-spacing: 1.69px;
    color: #4A3C31;
}


#copyrightBar {
    padding: 1em;
    font: normal normal normal 13px/20px Lato;
    letter-spacing: 2.34px;
    opacity: 1;
}

.bgLightBeige {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    opacity: 1;
}

.bgDarkBeige {
    background-color: #FFFFFF;
}

.bgDarkGrey {
    background-color: #183756;
    color: #FFFFFF;
}

/***************/
/**login page**/
#ctl00_cphBody_btlLoginFinalOptions {
    margin-top: 1em;
}

#ctl00_cphBody_btlLoginFinalOptions li {
    margin-top: 1em;
}

.itallics {
    font-style: italic;
}

.redLeftNormal {
    color: red;
    text-align:left;
    font-weight:normal;
    letter-spacing: 0;
}


/******************/
/*logged in header*/

#navbar-main {
    justify-content: flex-end;
    padding-bottom: 1.6em;
}

.navbar-nav .dropdown-menu > a {
background-color: #04a9a0;
    }

.dropdown {
    display: flex;
    flex-direction: row;
}

.navbar-nav > li > a {
    font-size: 15px ;
}

.triangle-up {
    width: 0;
    height: 26px;
    border-left: 15px solid #FFFFFF;
    border-right: 15px solid #FFFFFF;
    border-bottom: 20px solid #04a9a0;
    background-color: #FFFFFF;
    margin: 0 auto;
}

#profileMediaMenu > li {
    background-color: #04a9a0;
    color: #FFFFFF;
}

#profileMediaMenu > #subMediaMenu {
    background-color: #183756;
}
.nav-list-top {
    margin-top: 1em;
}

.dropdown-item {
    box-shadow: 0 0.1px 0px 0.1px #000029;
}

/**************/
/*new logged in hamburger*/
#profile-mobile-menu {
    display: none
}
@media(max-width:991px) {
    #menuContainer, .header-top {
        display: none !important;
    }
    #profile-mobile-menu {
        display: grid;
        grid-template-columns: auto 32px 32px;
        padding: 1em;
        width: 100%;
    }

    #profileMediaMenu {
        transform: translate3d(-240px, 14px, 0px) !important;
        padding: 0px
    }
    #profileMediaMenu li {
        padding: 1em;
        border-bottom: 1px solid #605F5E;
    }
    #profileMediaMenu li a {
        border-bottom: none;
        color: #FFFFFF;
    }

}

/*smaller screen*/
@media(max-width: 991px) {
    #phoneLink {
        display: none;
    }

    #mobile-menu {
        display: none;
    }
    #mobile-menu {
        display: grid;
        grid-template-columns: auto 32px 32px;
        padding: 2em;
    }

    #topMenu {
        /*display: none;*/
    }

    #mainMenu {
        display: none;
    }

    #mediaMenu {
        transform: translate3d(-233px, 83px, 0px) !important;
    }

    #mediaMenu li {
        padding: 1em;
        border-bottom: 1px solid #605F5E;
    }

    #subMediaMenu {
        background-color: #605F5E;
        border-radius: 0 4px;
        padding: 0px !important;
    }

    #subMediaMenu a {
        color: #FFFFFF;
    }

    #subMediaMenu ul {
        list-style: none;
        padding-left: 0;
    }



    .dropdown-menu {
        min-width: 20em;
        border: none;
    }

    .vertical-center {
        align-self: center;
    }

    #hamburger {
        font-size: 4em;
        color: #01458b;
        border: none;
        text-align: center;
    }
    /*this is the name portion at the top*/
    #profileMediaMenu > #ctl00_li2 {
        background-color: #1F3731;
        color: #FFFFFF;
    }
}

.authLabels {
   padding: 0 3.5em;
   margin-top: 1em;
}

div > .authTextBox {
    width: 95%;
    font-size: 1em;
    margin: 0 0 0.5em 0;
    padding: 0.1em;
}

.authErrors {
    margin-left: 0em; 
    width: 105%;
}


.flexCenter {
    display: flex;
    justify-content:center;
}

#ctl00_cphBody_anfCustAuth_xmfCustomValidation_divTitle {
    font-size: 36px;
    line-height: 40px;
}

#authTitle {
    margin-left: 36px;
}


@media(max-width:576px) {
    div > .authTextBox {
        width:100%
    }
}

/****************/
/*profileSetup*/

div > .textBoxes {
    font-size: 1.5em;
    margin-top: 0.5em;
}


.arrow {
    height: 11px;
    width: 18px;
    padding: 0px;
    background-image: url("../Skins/30000/images/navigation-dropdown.png");
    background-repeat: no-repeat;
}


.subMenuSpacing > * {
    margin-bottom: 1em;
    font-size: 16px;
    letter-spacing: 0px;
}

.questionMark {
    height: 16px;
    max-width: 16px;
    padding: 0px;
    background-image: url("../Images/helpblue.gif");
    background-repeat: no-repeat;
}

.settingsSideMenu > * {
    padding: 1.5em;
    border: none;
}

.selectedSideMenu {
    border-left: .5em solid #01458b;
    font-weight: bold;
    background-color: rgba(139, 179, 215, 0.30);
    color: #464c53;
}

.rwzStep {
    background-color: #EEEEEE;
    border: 1px solid #DDDDDD;
}

div .longTextBox {
    width: 14.4em;
    margin: 1px 5px 3px 0px;
}

.shortTextBox {
    width: 6em;
}
.noLetterSpacing {
    letter-spacing: 0px;
}

.stdLetterSpacing {
    letter-spacing: 1.5px;
}

.linkButton {
    background-color: inherit;
    border-radius: 0px !important;
    border-bottom: 2px solid #04a9a0 !important;
    color: inherit;
    padding: 0px !important;
}

.RadGrid .rgRow td:before, .RadGrid .rgAltRow td:before {
    font-weight: bold;
    letter-spacing: 0px;
    width: 50%;
}

.RadGrid .rgRow, .RadGrid .rgAltRow {
    width: 100% !important;
    height: 100% !important;
}

.linkButton:focus {
    outline: 0px !important;
}

.rgBadStatus {
    color: #D60000;
}

.rgCancel {
    color: #336699;
}

.input-field {
    font-size: 1.00rem !important;
    font-weight: normal;
    height: 35px;
    border-radius: 3px;
    margin-top: 3px;
}

.xmlReqFieldMsg:before {
    content: "";
}

.xmlReqFieldMsg:after {
    content: "*";
}
}

.dropDownHeaders {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0px;
}

.dropDownImage {
    background-position: center;
}

.sideBar {
    line-height: 24px;
}

.NotifMessage {
    color: #df0000 !important;
}

.date-picker-icon {
    background: url(../Images/calendar_icon.png) no-repeat;
    background-position: center center;
    width: 33px;
    height: 33px;
}

.rcCalPopup::before {
    content: url(../Images/calendar_icon.png) !important;
}

.footer-logo {
    max-height: 41px;
}

.betterWrapLI {
    width: 100%;
}

.betterWrapLI .rbRadioButton {
    width: 100%;
}

.betterWrapLI .rbIcon {
    float: left;
    margin-top: 3px !important;
}

.betterWrapLI .rbText {
    display: block !important;
    text-align: left;
}

.betterASPChk {
    width: 100%;
}

.betterASPChk input {
    float: left;
    margin-top: 7px !important;
    margin-right: 5px;
}

.betterASPChk label {
    display: block !important;
    text-align: left;
}

@media (max-width: 768px) {
    .gutters {
        padding-left:20px;
        padding-right:20px;
    }
    
    .marginGutters {
        margin-left:20px;
        margin-right:20px;
    }
}

.RadGrid_Bootstrap .rgHeader, th .rgHeader, .RadGrid_Bootstrap .rgFooter {
    background-color: #A5BCD4;
    font-weight: bold !important;
}

.rgArrPart1 a {
    border-bottom: none !important;
}

.T-AND-C-TextDecorUnderline {
    text-decoration: underline !important;
}