li {
    list-style: none;
}

.nav-item{
    float: left;
}

li.nav-item {
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}

.dark-blue{
    /* background-color: #0b6b98; */
    background-color: #6b6969;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius:5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    margin: 25px 10px 10px 16px;
    width: 65%;
    color: #fff;
    padding: 10px 10px 0 10px;
    /* height: 21%; */
    float: left;
    overflow: auto;
    min-width: 300px;
}

.light-blue{
    /* background-color: #4cb2e2; */
    background-color:#989898;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius:5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    margin: 10px 10px 10px 26px;
    width: 100%;
    color: #fff;
    padding: 10px;
    float: left;
    padding-bottom: 20px;
    min-width: 250px;
}

.light-grey{
    background-color: #dbe2e6;
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius:6px 6px 6px 6px;
    border-radius: 6px 6px 6px 6px;
    border:3px solid #0b6b98;
    margin: 10px 10px 10px 26px;
    /* width: 50%; */
    color: #fff;
    padding: 10px;
    float: left;
    margin-top: -5px;
    min-width: 250px;
}

.light-blue-grey{
    background-color: #8696b1;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius:5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    margin: 10px 10px 10px 26px;
    width: 50%;
    color: #fff;
    padding: 10px;
    float: left;
    padding-bottom: 20px;
    min-width: 250px;
}

.dark-blue-grey{
    background-color: #17202a;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius:5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    margin: 10px 10px 10px 26px;
    width: 50%;
    color: #fff;
    padding: 10px;
    float: left;
    padding-bottom: 20px;
    min-width: 250px;
}

.r2r-describe{
    padding-left: 20px;
}

.reg-overview-icon{
    height: 18.5%;
    margin-top: 25px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius:5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0px 0px 0px 1px #9a9494;
    -webkit-box-shadow: 0px 0px 0px 1px #9a9494;
    -moz-box-shadow: 0px 0px 0px 1px #9a9494;

     /*url('assets/img/zooming_plus.png'),*/
    background-repeat: no-repeat;
    /*background-size: 80px;*/
    /*background-position: center;*/
	background-size: contain, cover;
}

.reg-overview-icon:hover{
    border: 1px solid #b3aeae;
    box-shadow: 3px 2px #9a9494;
    -webkit-box-shadow: 3px 2px #9a9494;
    -moz-box-shadow: 3px 2px #9a9494;
    -moz-border-radius: 13px 13px 13px 13px;
    -webkit-border-radius:13px 13px 13px 13px;
    border-radius: 13px 13px 13px 13px;
  }

.reg-describe{
    font-size: 13px;
    padding-left: 45px;
    margin-top: -6px;
    font-weight: 600;
}

.reg-note{
    border:3px solid #fff;
    padding: 5px;
    /* margin-left: 45px; */
}


a:hover {
    color: #0056b3;
    text-decoration: none;
}

.cd-faq a {
    font-weight: 500;
}

.cd-faq__item {
    box-shadow: 0 1px 2px rgb(0 0 0 / 55%);
}

.cd-faq__trigger::before, .cd-faq__trigger::after {
    color:#000;
    background:#000;
}

.page-content{
    margin-left: 20px;
    margin-right: 20px;
}

.text-component p{
    color: #000;
}

.cd-faq__content .text-component {
    font-size: 13px;
}

.modal{
    width: 100%;
    padding: 10px 10% 10px 10%;
    background: rgba(0, 0, 0,0.42);
}

.close{
    border-radius: 48%;
    border: 3px solid #fff;
    padding: 10px;
    color: #fff;
    margin-right: -64px;
}

ul.nav-tabs .nav-item {
    font-weight: 500;
    font-size: 12px;
}

.cd-faq__items{
    position: unset;
}

.collapsible {
    background-color: #777;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    margin-bottom: 5px;
    font-weight: 600;
  }

  .collapsible:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: white;
    float: right;
    margin-left: 5px;
  }
  
  .collapsible.active:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
  }
  
  .collapsible.active, .collapsible:hover {
    background-color: #cec9c9;
    color: #000;
    box-shadow: 3px 2px #9a9494;
    -webkit-box-shadow: 3px 2px #9a9494;
    -moz-box-shadow: 3px 2px #9a9494;
}
  
  .content {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    background-color: #f1f1f1;
    transition:transform .2s;
  }

  .pdf-icon:hover{
    border: 1px solid #b3aeae;
    box-shadow: 0px 2px #9a9494;
    -webkit-box-shadow: 0px 2px #9a9494;
    -moz-box-shadow: 0px 2px #9a9494;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius:5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
  }

.logo-container{
    /* margin-left: 30px; */
    padding: 10px 0 10px 0;
    /* margin-left: 29%;
    margin-right: 26%; */
    text-align: center;
}

.brand-logo{
    margin-right: 40px;
}

@media screen and (max-width: 903px){
    .reg-overview-icon{
        margin-left: 16px;
    }
    .brand-logo {
        margin-right: 40px;
    }
}

@media screen and (max-width: 1169px){
    .reg-overview-icon{
        margin-left: 16px;
    }
    .brand-logo {
        margin-right: 40px;
    }
}

.s4-pr {
    width: 100%;
}

.s4-toplinks {
    padding-top: unset;
}

.s4-titlelogo {
    padding: 12px 10px 12px 0px;
    text-align: center;
    vertical-align: middle;
}

a.nav-link.active {
    color: #000 !important;
}

/* section.cd-faq{ 
    float: left;
    clear: both;
}
.cd-faq__item {
    width: 60%;
} */