html {
  font-size: 62.25%; /* =10px */
  overflow-x: hidden;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: 'Open Sans', sans-serif;
  color: black;
  font-size:14px !important;
}

ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

ol,
ol li {
  list-style-type: decimal;
}


a {
  color: rgba(0,96,128,1);
  font-family: "Open Sans", sans-serif !important;
  color: rgba(12,35,64,1) !important;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  color: rgba(12,35,64,1);
}

a:focus {
  outline: auto 5px -webkit-focus-ring-color;
}

button,
.btn {
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  color: inherit;
  font: inherit;
  cursor: pointer;
}

button.disable-btn,
a.disable-btn,
.btn.disable-btn {
  opacity: 0.4;
  cursor: not-allowed;
}

.footer-catogery{
font-size: 14px !important;
font-family: "Open Sans", sans-serif !important;
color: rgba(12,35,64,1) !important;
}

/* Font Styles */
h1,
h2,
h3,
h4,
h5,
h6,
p {
  color: black;
}

h1,
.h1 {
  font-size: 2.9rem;
  line-height: 1.24;
  margin-top: 0;
  font-weight: 300;
  letter-spacing: normal;
}

h2,
.h2 {
  font-size: 4rem; /* =40px */
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: normal;
}

h3,
.h3 {
  font-size: 3.2rem; /* =32px */
  font-weight: normal;
  line-height: 1.25;
  letter-spacing: normal;
}

h4,
.h4 {
  font-size: 2.4rem; /* =24px */
  font-weight: 600;
  line-height: 1.33;
  letter-spacing: normal;
}

h5,
.h5 {
  font-size: 2rem; /* =20px */
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: normal;
}

hr {
  border-top: 1px solid rgba(212,212,208,1);
  margin-top: 20px;
  margin-bottom: 40px;
}

.body {
  font-size: 1.6rem; /* =16px */
  line-height: 1.5;
  font-weight: normal;
  letter-spacing: normal;
}


/* Utility classes */
.d-none {
  display: none;
}

.text-right {
  text-align: right;
}

.legal {
  font-size: 1.2rem; /* =12px */
  font-weight: normal;
  line-height: 1.8;
  letter-spacing: normal;
}

.main {
  margin-top: 140px;
}

.container {
  margin: 0 16px;
}

.main-section-heading {
  color: rgba(0,0,0,1);
  display: inline-block;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.25;
  margin: 0 0 60px;
  position: relative;
}

.main-section-heading:before {
  content: '';
    position: absolute;
    background: rgba(0,0,0,1);
    left: 0;
    bottom: -19.5px;
    width: 125%;
    height: 2px;
}

@media screen and (min-width: 768px) {
  .main {
    margin-top: 180px;
  }

  
  h1, .h1 {
    font-size: 6.4rem; /* =64px */
    line-height: 1.25;  
  }

  h2, .h2 {
    font-size: 4.8rem;
    font-weight: normal;
    line-height: 1.33;
  }

  .pr {
    padding-right: 20px;
  }
}

@media screen and (min-width: 992px) {
  .main {
    min-height: 600px;
  }

  h1, .h1 {
    font-size: 5.6rem;
    line-height: .6;
    margin-bottom: 10px;
  }
}

/* General Form Styles */
label {
  color: rgba(102,102,102,1);
}

input[type="text"],
input[type="email"],
input[type="tel"], 
input[type="url"], 
input[type="search"], 
input[type="password"],
select,
.ant-form select[size] {
  background-color: rgba(255,255,255,1);
  border-radius: 4px;
  border: solid 1px rgba(102,102,102,1);
  height: 42px;
  object-fit: contain;
  padding: 2px 11px 0;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="password"]:focus,
select:focus {
  border-color: #40a9ff;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgb(24 144 255 / 20%);
  box-shadow: 0 0 0 2px rgb(24 144 255 / 20%);
}

button,
.btn,
input[type="submit"] {
  margin: 0;
  cursor: pointer;
  padding: 18px 30px;
  border: 2px solid rgba(98,68,187,1);
  border-radius: 4px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: normal;
  min-width: 266px;
  width: 100%;
  height: 55px;
  text-align: center;
  transition: background-color 0.15s ease-out,box-shadow 0.15s ease-out;
  color: rgba(255,255,255,1) !important; 
  background-color: rgba(98,68,187,1) !important; 
}

button:hover,
.btn:hover,
input[type="submit"]:hover,
button:focus,
.btn:focus,
input[type="submit"]:focus {
  color: rgba(255,255,255,1);
  background-color: rgba(65,45,125,1);
  box-shadow: 1px 1px 4px 0 rgb(0 0 0 / 50%);
}

form input[type="checkbox"], form input[type="radio"] {
  width: 16px;
  height: 16px;
}

input[type="checkbox"] {
  vertical-align: top;
}

input[type="checkbox"] + label {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  line-height: 16px;
}
.btn-width{min-width:100px;}
.txalignRt{text-align: right;}
/* Header Styles */
header.header {
  background-color: rgba(255,255,255,1);
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 4;
}

.topNav {
  background-color: rgba(12,35,64,1);
  padding: 5px 15px;
}

.menu-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom:0px;
}

.menu-list li {
  margin-left: 40px;
  margin-bottom: 5px;
}

.menu-list li > a {
  color: rgba(255,255,255,1) !important;
  font-size: 12px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  text-transform: uppercase;
}
.menu-list li > a:hover{
    text-decoration:none;
}
.menu-list li > a:visited{
    text-decoration:none;
}
.menu-list li > a:active{ text-decoration:none;}

.bottomNav {
  border-bottom: 1px solid rgba(212,212,208,1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 76px;
  position: relative;
}

.mainLogo {
  position: absolute;
  left: 16px;
  top: 23px;
  width: 110px;
  height: auto;
  line-height: 0;
}

.mainLogo img {
  width: 100%;
  height: auto;
}

.main-nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 auto;
  padding: 0 24px;
}

/* Header Medium screen overrides */
@media screen and (min-width: 768px) {
  .topNav {
    padding: 10px 76px;
  }
  .mainLogo {
    left: 64px;
    width: 135px;
  }

  .menu-list li {
    margin-bottom: 0;
  }

  button,
  .btn,
  input[type="submit"] {
    width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
  }
 
}


/* Header Large screen overrides */
@media screen and (min-width: 992px) {
  .navigation {
    display: block;
  }

  button,
  .btn,
  input[type="submit"] {
    max-width: 266px;
  }
}

/* Footer Styles */
.footer-container {
  margin-top: 50px;
  border-top: 1px solid rgba(212,212,208,1);
}

.footer-container .container {
  margin: 0 auto;
  border:none;  
  padding:35px 0px;
}

.collapse {    
  border-radius: 0;
}

.collapse .ant-collapse-content-box {
  padding: 0 16px;
}

.collapse.ant-collapse-borderless { 
  background-color: white;
}

.collapse .ant-collapse-item {
  padding: 4px 0;
  vertical-align: top;
}

.collapse .ant-collapse-item .ant-collapse-extra {
  display: none;
}

.collapse .ant-collapse-item .ant-collapse-block {
  display: block;
}

.panel {
  background: white;
}

.panel:last-of-type {
  margin-bottom: 20px;
}

.panel .ant-collapse-header {
  color: rgba(12,35,64,1) !important;
  padding: 16px 0 16px;
  font-size: 1.6rem;
  font-weight: 600;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  background: transparent;
}

.panel li {
  margin: 5px 0;
}

.panel .ant-collapse-content {
  display: block;
}

.panel li a {
  font-size: 1.2rem
}

.IconContainer {
  margin-left: 5px;
  line-height: 0;
}

.CopySection {
  background-color: rgba(242,242,242,1);
}

.Copyright {
  font-size: 12px;
  color: black;
  margin: 0;
}

.SectionBottom {
  padding: 40px 16px;
}

.SectionBottom ul {
  display: flex;
  justify-content: flex-end;
  grid-column: 3;
  -ms-grid-column: 3;
  padding-right:5px;
}

.SectionBottom p {
  text-align: left;
  padding-left:15px;  
}

.ant-collapse > .ant-collapse-item.ant-collapse-no-arrow > .ant-collapse-header {
  padding-left: 16px;
}

/* Footer Medium screen overrides */
@media screen and (min-width: 768px) {
  .container {
    max-width: 680px;
    margin: auto;
  }

  .ant-select-dropdown-menu {
    max-height: 550px;
  }

  .panel li {
    margin: 13px 0px 2px;
  }
  .content-main-confirm{  
    top: 10px !important;
}
  .SectionBottom {
    display: grid;
    display: -ms-grid;
    align-items: center;
    padding: 40px 0;
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-columns: 1fr 1fr 1fr;
  }

  .SectionBottom p {
    grid-column: span 2;
    -ms-grid-column-span: 2;
    text-align: left;
    padding-left:15px;    
  }

  .ant-collapse > .ant-collapse-item.ant-collapse-no-arrow > .ant-collapse-header {
    padding-left: 0;
  }
}

/* Footer Large screen overrides */
@media screen and (min-width: 992px) {
  .container {
    max-width: 930px;
  }

  .collapse {
    border-top: none;
    display: flex;
    flex-wrap: wrap;
    padding: 40px 0;
  }

  .collapse .ant-collapse-content-box {
    padding: 5px;
  }
 
  .collapse .ant-collapse-item {
    width: 25%;
    display: inline-block;
    padding: 0;
    border: none !important;
    margin: -5px;
  }

  .collapse .ant-collapse-item:first-of-type {
    padding-top: 0;
  }
  
  .collapse .ant-collapse-item:last-of-type {
    padding-bottom: 21px;
  }

  .panel .ant-collapse-header {
    padding: 12px 5px 20px 0px !important;
    pointer-events: none;
    font-size: 1.4rem;
    line-height: 1.14 !important;
    letter-spacing: 0.5px;
  }

  .panel li:not(:last-child) {
    margin-top: 0;
    margin-bottom: 5px;
  }

  .panel li:last-child {
    margin: 0;
  }
  .content-main-confirm{  
    top: 10px !important;
}
}

/* Footer XL Screen Overrides */
@media screen and (min-width: 1200px) {
  .container {
    max-width: 1136px;
  }
  .content-main{width: 70%;
    position: relative;
    vertical-align: middle;
    top: -250px;
    left: 15%;
  }
  .content-main-confirm{  
    top: 10px !important;
}
}


/* Shared Form Styles */
.error {
  color: rgba(213,0,50,1);
}

.ant-form-item {
  margin-bottom: 12px;
}

.form-group label:not(.inline) {
  display: block;
}

fieldset .legend {
  position: relative;
  padding-right: 20px;
}

fieldset .legend h2 {
  font-size: 2.2rem;
  display: inline;
}

.form.signup .errors {
  padding: 15px;
}

input[type="text"],
input[type="email"],
input[type="tel"], 
input[type="url"], 
input[type="search"], 
input[type="password"],
select {
  width: 100%;
}

.form-after {
  font-size: 1.1rem;
}

.ant-upload > strong {
  font-size: 1.5rem;
}

.info-tooltip {
  display: inline;
  position: relative;
}

.info-icon:hover + .info-wrapper,
.info-icon:focus + .info-wrapper {
  display: block;
} 

button.info-icon {
  display: inline;
  background-color: transparent;
  margin: 0;
  padding: 0;
  width: 18px;
  font-weight: normal;
  min-width: auto;
  height: 18px;
  font-size: 1.2rem;
  border: 1px solid rgba(102,102,102,1);
  border-radius: 50%;
  color: rgba(102,102,102,1);
}

.info-tooltip .info-wrapper {
  display: none;
  position: absolute;
  left: -133px;
  width: 200px;
  z-index: 3;
  bottom: 35px;
  font-weight: normal;
}

.info-tooltip .info-wrapper p:last-of-type {
  margin-bottom: 0;
}

.bubble {
  position: relative;
  background: #fff;
  padding: 20px;
  width: 300px;
  -webkit-box-shadow: 6px 6px 11px 0px rgb(0 0 0 / 34%);
  -moz-box-shadow: 6px 6px 11px 0px rgba(0,0,0,0.34);
  box-shadow: 6px 6px 11px 0px rgb(0 0 0 / 34%);
  border: 1px solid rgba(0,0,0,.25);
}

.bottom:before,
.bottom:after {
  content: '';
  position: absolute;
  border: 14px solid transparent;
  border-bottom: 0;
  left: 50%;
  margin-left: -20px;
}

.bottom:before {
  border-top-color: rgba(0,0,0,.25);
  bottom: -14px;
}

.bottom:after {
  border-top-color: #fff;
  bottom: -13px;
}

@media screen and (min-width: 768px) {
  fieldset {
    display: flex;
    flex-direction: row;
  }

  .legend {
    width: 25%; 
  }

  fieldset .form-content {
    width: 75%;
  }
  
  .form-group-wrapper {
    flex: 1 1 auto;
  }

  .form-group-wrapper > .form-group {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 992px) {
  .legend {
    width: 20%; 
  }

  fieldset .form-content {
    width: 100%;
    border:1px solid #ccc;
    background:#f5f5f5;
    padding:20px;
  }
}

/* Claims Form Specific styles */
.claim-type-container {
  margin-bottom: 20px;
}

.claim-heading {
  padding: 10px 0 10px 10px;
}

.claim-row {
  background-color: rgba(212,212,208,1);
  border-bottom: 1px solid white;
  padding: 10px 0 10px 10px;
}

.documents .ant-form-item > .ant-upload {
  width: 100%;
  border-bottom: 1px solid rgba(212,212,208,1);
  margin-bottom: 10px;
  padding-bottom: 10px;
  text-align: center;
}

.reset-icon {
  position: absolute;
  top: -18px;
  display: none;
  right: 20px;
  width: 20px;
  height: 20px;
  font-size: 30px;
  transform: rotate(45deg);
  padding-left: 17px;
  color: red;
}

.link-style {
  background-color: white;
  color: rgba(0,96,128,1);
  text-decoration: none;
  cursor: pointer;
  display: block;
  transition: color 0.4s;
  border: 2px solid rgba(212,212,208,1);
  margin: 15px auto 0;
  padding: 5px 2px;
  border-radius: 4px;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: normal;
  width: 266px;
  text-align: center;
  transition: box-shadow 0.15s ease-out;
}

.link-style:before {
  content: '';
  display: inline-block;
  vertical-align: top;
  background: url('/icon-file.png') 0 0 no-repeat;
  background-size: 100% auto;
  width: 16px;
  height: 20px;
  margin-right: 5px;
}

.link-style:hover {
  color: rgba(12,35,64,1);
  border-color: #40a9ff;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgb(24 144 255 / 20%);
  box-shadow: 0 0 0 2px rgb(24 144 255 / 20%);
}

#showNOI {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .claim-type-container {
    padding: 0 40px;
  }
}

@media screen and (min-width: 992px) {
  .documents .ant-form-item > .ant-upload {
    height: 160px;
  }
  .content-main{width: 70%;
    position: relative;
    vertical-align: middle;
    top: -250px;
    left: 15%;}
    .content-main-confirm{  
      top: 90px !important;
  }
  .ant-upload > .link-style {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
  }

  .documents .ant-row.no-border .ant-form-item > .ant-upload {
    border-bottom: none;
  }
    .smallh1{margin-top:50px;}
}

.editable {
  padding: 20px 10px 5px 0px;
  padding-top: 0;
  border-bottom: 1px solid #d1d3d4;

}
.txt {
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
}
.edit-input {
  display:none;
}
.btn-space{
  margin-right:10px;
}
.btn-cancel{background:#fff; color:#6244bb;}
.btn-cancel:hover{background:#fff; border:2px solid #000;  color:#000;}

@media screen and (max-width: 992px) {
    .link-style {width:auto !important;}
    .content-main{ width: 98%;
        position: relative;
        vertical-align: middle;
        top: -50px;
        left: 0%;
        right: 0%;
        padding:15px 20px;
        margin:0px auto;
    }
     .content-main-confirm{  
      top: 70px !important;
  } 
    }    
@media screen and (max-width: 420px) {
    .link-style {width:auto !important;}
    .content-container .col-3.smallcol{min-width:340px !important}
    .content-container .col-9.largecol{min-width:340px !important}
    .content-main{
        position: relative;
        vertical-align: middle;
        top: 50px;
        left: 0%;
        right:0%;
        padding:15px 10px;
        width:98%;
        margin:0px auto;
        
    }
   .Copyright {width:240px;}
   .overlap-img {display:none}
   .smallh1{font-size:25px;}
  .footer-container .container {
      margin: 0 auto;
      border:none;  
      padding:20px 0px 20px 0px;
    }
    .SectionBottom ul {
      padding-right:16px;
    }
}
  @media only screen and (max-width: 420px) and (min-width: 410px) {
    .content-main{top: 50px;}
 
    } 
/*@media only screen and (max-width: 320px){
    .footer-container{
       width:110% !important; 
    }
}*/
.widget-list li a:hover {
  text-decoration: underline;
}
.widget .card-header {
  padding:16px 0px;
  font-size:16px;
  color:#0c2340 !important;
  font-size: 1.6rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  background:#fff;
  margin:10px;
}
.widget .card-header a {
  width: 100%;
  display: block;
  color:#0c2340 !important;
}
.widget .card-header a:after {
  content: "";
  position: absolute;  
  transition: transform 0.25s ease-in-out;  
  display: inline-block;
  vertical-align: top;
  background: url('footerarrow') 0 0 no-repeat;
 
  background-size: 100% auto;
  width: 16px;
  height: 16px;
  right:16px;
  text-align:right;
}
.widget .card-header a:hover, .widget .card-header a:focus {
  text-decoration: none;
}
.widget .card-header a[aria-expanded="true"]:after {
  transform: rotate(180deg);
}
.widget .card-block {
  padding: 1.5rem 0rem;
  border-bottom:1px solid rgb(217, 217, 217);
  margin-bottom:5px;
  margin-left:-15px;
  margin-right:-15px;
}
.widget .card-block .widget-list{margin-left:15px; margin-right:15px;}
.widget .card-block .widget-list li {
  margin-bottom:20px;
  margin-left:0px;
}
.widget .card-block .widget-list li a {color:#0c2340 !important;}
.collapse:not(.show) {
    display: none !important;
}
.css-eig1s8{padding: 40px 0;
  display: grid;
  -webkit-box-align: center;}

/*** reponsive header *///
 .clmheader{
   text-decoration: none !important;
   }
  
   #myTopnav{display: none;}
    .topnav {
      overflow: hidden;
      line-height: 20px;
      z-index:4
     
    }
    
    .topnav a {
      float: left;
      display: block;
      color: #0c2340;
      text-align: center;
      padding: 15px 16px 0px;
      text-decoration: none;
      font-size: 14px;
      text-transform: uppercase;
    }
    
    .topnav a:hover {
      color: black;
      text-decoration: none;
    }
    
    .topnav a.active {
      background-color: #fff;
      color: #0c2340;
     
    }
    
    .topnav .icon {
      display: none;
    }
    .ham {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-top:7px;
  padding-left:15px;   
}
.hamRotate.active {
  transform: rotate(45deg);
}
.hamRotate180.active {
  transform: rotate(180deg);
}
.line {
  fill:none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke:#000;
  stroke-width:5.5;
  stroke-linecap:round;
}

.ham6 .top {
  stroke-dasharray: 40 172;
}
.ham6 .middle {
  stroke-dasharray: 40 111;
}
.ham6 .bottom {
  stroke-dasharray: 40 172;
}
.ham6.active .top {
  stroke-dashoffset: -132px;
}
.ham6.active .middle {
  stroke-dashoffset: -71px;
}
.ham6.active .bottom {
  stroke-dashoffset: -132px;
}


    
    @media screen and (max-width: 600px) {
      .topnav a:not(:first-child) {display: none;}
      .topnav a:last-child {margin-bottom:10px;}
      .topnav a.icon {
        float: right;
        display: block;
        padding:0px;
      }
     .clmheadersmall{
      padding-bottom:10px !important;
      }
    .navigation{display:none;}
    #myTopnav{display: block; border-bottom:1px solid #d4d4d0; padding-bottom:2px;}
    .SectionBottom ul {
      padding-right:16px;
    }
    .Copyright {width:240px;}
    .footer-container .container {
      margin: 0 auto;
      border:none;  
      padding:15px 0px 15px 0px;
    }
    .CopySection{padding:20px 0px;}
    }
    .responeLogo{top:0px; width:142px; height:auto; line-height:0px;}
    .responeLogo img{width:100%; height:100%;}
    @media screen and (max-width: 600px) {
      .topnav.responsive {position: relative;}
      .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
        padding:0px;
      }
      .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
      }
      .navigation{display:none;}
     .clmheadersmall{
      padding-bottom:10px !important;
      }
      #myTopnav{display: block;}
      

    }
.icon-info{background: url('iconinfo') 0 0 no-repeat !important; }
input[type="radio"] + label::before{    
    background: url('iconcheckbox_radios') -54px top no-repeat !important;    
}
input[type="radio"]:checked + label::before{background: url('iconcheckbox_radios') -72px top no-repeat !important;    }
[type="checkbox"] + input + label::before, [type="checkbox"] + label::before{
   background: url('iconcheckbox_radios')  0px 0px no-repeat !important;   
    
}
[type="checkbox"]:checked + input + label::after, [type="checkbox"]:checked + label::after{
  background: url('iconcheckbox_radios') -18px top no-repeat !important;      
}

