/* Proxima Nova Regular */
@font-face {
  font-family: "ProximaNova";
  font-display: auto; /* Read next point */
  unicode-range: U+000-5FF; /* Download only latin glyphs */
  src: url("../fonts/proxima-nova/ProximaNovaRegular.eot"); /* IE9*/
  src: url("../fonts/proxima-nova/ProximaNovaRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/proxima-nova/ProximaNovaRegular.woff2") format("woff2"), url("../fonts/proxima-nova/ProximaNovaRegular.woff") format("woff"), url("../fonts/proxima-nova/ProximaNovaRegular.ttf") format("truetype"), url("../fonts/proxima-nova/ProximaNovaRegular.svg#ProximaNova") format("svg"); /* iOS 4.1- */
}
/* Proxima Nova Medium */
@font-face {
  font-family: "ProximaNovaMedium";
  font-display: auto; /* Read next point */
  unicode-range: U+000-5FF; /* Download only latin glyphs */
  src: url("../fonts/proxima-nova/ProximaNovaMedium.eot"); /* IE9*/
  src: url("../fonts/proxima-nova/ProximaNovaMedium.eot?#iefix") format("embedded-opentype"), url("../fonts/proxima-nova/ProximaNovaMedium.woff2") format("woff2"), url("../fonts/proxima-nova/ProximaNovaMedium.woff") format("woff"), url("../fonts/proxima-nova/ProximaNovaMedium.ttf") format("truetype"), url("../fonts/proxima-nova/ProximaNovaMedium.svg#ProximaNovaMedium") format("svg"); /* iOS 4.1- */
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}
/* Proxima Nova SemiBold */
@font-face {
  font-family: "ProximaNovaSemiBold";
  font-display: auto; /* Read next point */
  unicode-range: U+000-5FF; /* Download only latin glyphs */
  src: url("../fonts/proxima-nova/ProximaNovaSemibold.eot"); /* IE9*/
  src: url("../fonts/proxima-nova/ProximaNovaSemibold.eot?#iefix") format("embedded-opentype"), url("../fonts/proxima-nova/ProximaNovaSemibold.woff2") format("woff2"), url("../fonts/proxima-nova/ProximaNovaSemibold.woff") format("woff"), url("../fonts/proxima-nova/ProximaNovaSemibold.ttf") format("truetype"), url("../fonts/proxima-nova/ProximaNovaSemibold.svg#ProximaNovaSemiBold") format("svg"); /* iOS 4.1- */
  font-style: normal;
  font-weight: 500;
  text-rendering: optimizeLegibility;
}
/* Proxima Nova Bold */
@font-face {
  font-family: "ProximaNovaBold";
  font-display: auto; /* Read next point */
  unicode-range: U+000-5FF; /* Download only latin glyphs */
  src: url("../fonts/proxima-nova/ProximaNovaBold.eot"); /* IE9*/
  src: url("../fonts/proxima-nova/ProximaNovaBold.eot?#iefix") format("embedded-opentype"), url("../fonts/proxima-nova/ProximaNovaBold.woff2") format("woff2"), url("../fonts/proxima-nova/ProximaNovaBold.woff") format("woff"), url("../fonts/proxima-nova/ProximaNovaBold.ttf") format("truetype"), url("../fonts/proxima-nova/ProximaNovaBold.svg#ProximaNovaBold") format("svg"); /* iOS 4.1- */
  font-style: normal;
  font-weight: 900;
  text-rendering: optimizeLegibility;
}


body {
  margin: 0;
  font-family: "ProximaNova" !important;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
}
.help-main-wrapper .help-main-title h1{
  font-family: "ProximaNovaBold";
  font-size: 40px;
  font-weight: 800;
  text-align: left;
  color: #212529;
}
.help-main-wrapper .accordion-header button{
  font-size: 18px;
  font-weight: bold;
  color: #30556b;
  padding:20px 5px;
  border:none;
}
.help-main-wrapper .accordion-button:not(.collapsed){
	background-color:unset;
	color:#30556b;
}
.help-main-wrapper .accordion-button:focus {
    border-color: unset; 
    box-shadow: unset;
}
.help-main-wrapper .accordion-body{
	padding: 5px;
	border:none;
}
.help-main-wrapper .accordion-button:not(.collapsed)::after{
	background: linear-gradient(#fff 0 0), #30556b;
	background-position: center;
    background-size: 50% 2px,2px 50%;
    background-repeat: no-repeat;
    border-radius: 50%;
}
.help-main-wrapper .accordion-button::after {
    background: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0), #30556b;
    background-position: center;
    background-size: 50% 2px,2px 50%;
    background-repeat: no-repeat;
    border-radius: 50%;
}
.help-main-wrapper .help-table-title h4{
  font-family: "ProximaNovaSemiBold";
  font-size: 24px;
	font-weight: bold;
	color: #212529;
	padding:5px 0 30px 5px;
}

.help-main-wrapper .help-table-container .table thead th{
  font-weight: bold;
  color:#30556b;
  font-size: 18px;
}

.help-main-wrapper .help-table-container .table tbody td{
  font-size: 18px;
}

.help-change-disclaimer p{
  font-size: 12px;
}
.accordion-body{
  font-size: 18px;
}
.Doc-color a:link {
  color: black;
}
.underline{
  border-bottom: 2px solid;
  color: #0d6efd;
  text-decoration: none;
}
.underline1{
  border-bottom: 1.5px solid;
  color: #0d6efd;
  text-decoration: none;
}
