/* --landing page css start */
.home-page{
    min-height: 710px;
  /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background: linear-gradient(
        rgba(37, 55, 70, 0.77),
        rgba(37, 55, 70, 0.77)
      ) ,url("../../../img/college_board/landing_page/Eleonora.jpg")no-repeat center center;    /* --updated path for landing page image */
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
.resources-page{
    min-height: 470px;
    background: #253746 0% 0% no-repeat;
    color: #FFFFFF;
}
.institution-page{
    min-height: 710px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background: linear-gradient(
        rgba(37, 55, 70, 0.77),
        rgba(37, 55, 70, 0.77)
      ) ,url("../../../img/college_board/landing_page/instituion.svg")no-repeat center center;    /* --updated path for landing page image */
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
.about-us{
    min-height: 766px;
    /* overflow: hidden; */
}
.info{
    color: #FFFFFF;
}
.info-img{
    margin-top: 200px;
}
/* .info p{
    font-size: 24px;
    font-weight: bold;
} */
.info a,
.info a:hover{
    color: #FFFFFF;
    text-decoration: underline;
}
/* menulist style start */
.menu-list{
    position: fixed;
    top: 109px;
    color: #fff;
    left: 71px;
}
.menu-list ul{
    display: inline;
}
.menu-list ul li{
    list-style: none;
    margin-bottom: 2px;
}
.menu-list ul li a:hover {
    background-color: transparent;
}
.menu-list ul li a span.menu-text,.active span.menu-text{
    display: inline-block ;
    color: white;
    margin: 0 5px;
    line-height: normal;
    background: rgba(0, 0, 0, 0.4);
    padding: 3px 5px;
    border-radius: 3px;
    transform: translateY(-2px);
}
.menu-list ul li a:first-child{
    text-decoration: none;
    color:white;
}
.menu-list ul li:not(:first-child) a{
    color: rgb(0, 0, 0);
}
.menu-list li a span.menu-text{
    /* display: none; */
}
.menu-list li.active a span.menu-text{
    display: inline;
}
.menu-list .menu-icon{
    width: 16px;
    display: inline-block;
    border: 1px solid black;
    height: 16px;
    border-radius: 30px;
    background-color: white;
}
.menu-list li.active a .menu-icon{
    display: inline-block;
    background-color: #2476FD;
}
.menu-list .nav-link{
    padding: 0;
    margin:0;
}
.menu-icon:hover{
    background-color: #2476FD;
    display: inline-block;
    border: 1px solid white;
}
/* menulist style end */

/* blue line design for top section */
.pageline{
    width:89px;
    height: 5px;
    content: "";
    background-color:#4089E4;
    margin:43px auto;
}
/* IMAGE INFORMATION  */
.img-info-text{
    margin-top: 20px;
}
/* scrolling footer */
footer .scrolling-text{
    position: fixed;
    bottom: 10px;
    color: #FFFFFF;
    text-transform: lowercase;
    opacity: 0.9;
    font-size: 14px;
    left: 0;
}
.w-100{
    width: 100%;
}
.about-us p{
    font-size: 16px;
}
/* ---landing page css end */
/* common container style  start */
/* common container style end */
.right-side-conatiner .success-text{
    padding: 50% 17%;
}
.btn-margin-top{
    margin-top: 30px;
}
.btn-mt-sm{
    margin-top: 20px;
}
.btn-margin-top h6{
    margin-top:15px;
}
/* form container  */
.form_container{
    margin:  30px auto;
}
.form_container label{
    color: #8C98A9;
    font-size: 12px;
    margin-bottom: 3px;
}
.form_container h3{
    color: #2E384D;
    /* font-size: 28px; */
    margin-top: 10px;
}

.form_container input:not([type="radio"]) {
    background: #E0E7FF33 0% 0% no-repeat padding-box;
    border: 1px solid #E0E7FF;
    border-radius: 5px;
    opacity: 1;
    font-size: 13px;
    /* width: 272px; */
    height: 40px;
    color: #2E384D;
    font-weight: bold;
}
.form_container select{
    background: #E0E7FF33 0% 0% no-repeat padding-box;
    border: 1px solid #E0E7FF;
    border-radius: 5px;
    opacity: 1;
    font-size: 13px;
    height: 40px;
    width: 272px;
    color: #2E384D;
    margin: 5px 0;
}
.form_container .radio-block {
    background: #f9faff;
    border: 1px solid #E0E7FF;
    border-radius: 5px;
    padding: 6px 12px;
}
.form_container .radio-block input[type="radio"] {
    margin-top: 2px;
}
.error_messages {
    font-size: smaller;
    padding-top: 5px;
    color: red;
}
.regestration-container{
    margin: 20px auto;
}
.main-container{
    min-height: 600px;
    box-shadow: 0 3px 20px #00000008;
}
.left-side-conatiner
{
    background-color: #1b4067;
    background: #1F3140 0% 0% no-repeat padding-box;
    
    border-radius: 5px 0 0 5px;
    opacity: 1;
    /* min-height: 648px; */
}
.left-side-conatiner-text{
    color:#FFFFFF;
}
.left-side-conatiner .image-verify{
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 120px;
}
.left-side-conatiner .image-register{
    position: absolute;
    bottom: 0;
    left: 27px;
}
.right-side-conatiner{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    /* box-shadow: 0px 3px 20px #00000008; */
    border-radius: 0 5px 5px 0;
    opacity: 1;
    /* min-height: 648px; */
}
.heading-text{
    color:#1F3140;
    font-size: 28px;
    font-weight: 400;
    margin: 20px;
    margin-top:40px;
}
.sub-heading-article{
    margin-top: 15px;
}

.image-footer-text{
    width: 396px;
    margin: 40px auto;
    margin-bottom: 0;
}

/* common button class for accuplacer */
.btn.custom-button{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #2476FD;
    color:#2476FD;
    border-radius: 20px;
    opacity: 1;
    width: 194px;
    height: 42px;
    margin-bottom: 17px;
}
.btn.custom-button:hover{
    color: #FFFFFF;
    background-color: #2476FD;}

.btn-width{
    width: 272px;
}
/* blue line design for top section */

/* verify page css */
.sub-heading-info{
    font-size: 16px;
}
.sub-para{
    font-size: 13px;
}
.footer-text{
    font-size: 12px;
    color: #8C98A9;
}
.verify-container{
    margin: auto;
    width: 353px;
}
.form-couple{
    display: flex;
}
.m-left{
    margin-left: 20px;
}
.generic-error{
    margin-bottom: 10px;
    font-size: 17px;
}
.fixed-height{
    height: 600px;
}
/*page loader css*/
.loader-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000;
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear;
  opacity: .5;
  filter: alpha(opacity=50);
}
.page-loader {
  font-size: 35px;
  color: #fff;
  z-index: 1040;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/*.spin-loader {
  display: none;
}
/* .login-container{
    margin-top:190px;
} */


/* center sample */
/*
display: grid;
    align-items: center;
    justify-content: center;
    margin: 20px; */
/* new responsive  */
    .table-container {
        display: table;
        /*set left/right padding according to needs*/
        box-sizing: border-box;
        margin: 0 auto !important;
      }
  
      .table-row {
        height: 100%;
        display: table-row;
      }
  
      .table-row .no-float {
        display: table-cell;
        float: none;
        vertical-align: middle;
      }
      .table-row .no-float-verification {
        display: table-cell;
        float: none;
      }


.fixed-width-container{
    width:790px;
    margin:0 auto;
}

/* background common class start */
.bg-light-accuplacer{
 background-color: #FFFFFF;
}
.bg-dark-accuplacer{
 background-color: #253746;
}
.bg-mid-dark-accuplacer{
    background-color: #1B65C1;
}
/* background common class end */

.text-color-light{
color: #FFFFFF;
}
.img-margin-top{
    margin-top: 60px;
}
.m-b15{
    margin-bottom: 15px;
}
.mb-mid{
    margin-bottom: 25px;
}
.m-tb45 {
    margin-top: 45px;
    margin-bottom: 45px;
}
.m-t15{
    margin-top: 15px;
}
.ima-mt{
    margin-top: 6px;
}
.ml{
    margin-left: 30px;
}
.m-auto{
    margin:auto
}
.active .menu-icon{
    background-color: #2476FD;
    display: inline-block;
    border: 1px solid white;
}
.resources-h1{
    margin-top: 160px;
    font-size: 30px;
}
.resources-sub{
    font-size: 24px;
}
.contact-container{
    background-color: #131D26;
    height: 399px;
}
/* .active .menu-text{
    display: inline-block !important;
    color: black;
} */
.mid-grey{
    color: #8C98A9;
}
.dark-head{
    color:#000;
}
.sub-head-p{
    color: #565656;
    font-size: 16px;
    padding-top: 10px;
}
.p-null{
    padding: 0;
}
.clear{
    clear: both;
}
.reso-mt{
    margin-top: 80px;
}
.blue-button{
    background: #2476FD 0% 0% no-repeat padding-box;
    border: 1px solid #2476FD;
    border-radius: 20px;
    opacity: 1;
}
.blue-button:hover{
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 1px solid #2476FD;
    border-radius: 20px;
    color: #2476FD ;
    opacity: 1;
}
.btn-text-light{
    color: #FFFFFF;
}
.institution-form{
background: #FFFFFF 0% 0% no-repeat padding-box;
box-shadow: 0 0 8px #0000002B;
border-radius: 10px;
opacity: 1;
width: 625px;
height: 685px;
margin: auto;
}
.form-width{
    width: 554px;
    margin: auto;
}
.institution-form input{
    width: 267px;
}
.institution-form .email{
    width: 554px;
}
.institution-form .checkbox{
    width: 0;
    height: 18px;
}
.institution-form label,.text-grey{
    color: #8C98A9;
    font-size: 12px;
}
.student-pop{
    background: #FFFFFF 0% 0% no-repeat padding-box;
          width: 682px;
          box-shadow: 0 0 6px #00000038;
          border-radius: 6px;
          opacity: 1;
          height: 75px;
          margin: auto;
          padding-top: 17px;
          margin-top: 100px;
}
.institution-heading{
    font-size: 30px;
    margin-top: 280px;
}
.institution-p{
    font-size: 18px;
}
.institution-mb{
    margin-bottom: 70px;
}
.institution-form .form-group{
    margin-top: 20px;
}
.checkbox{
    width: 18px;
    height: 18px;
    margin-top: 0;
    margin-right: 10px;
}
.titantron {
    /* subtract height of header from total height of viewport */
    height: calc(100vh - 64px);
    padding-bottom: 0;
    background: linear-gradient(rgb(37,55,70,0.6),rgb(37,55,70,0.6)), url(../../../img/college_board/institution_registration.jpg) no-repeat center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding-top: 20vh;
}
.content-container {
    max-width: 855px;
    margin: 0 auto;
    color: #fff;
}
.box-shadow{
    box-shadow: 0 0 8px rgb(0 0 0 / 17%);
}
.contact-section-wrapper {
    background-color: #131D26;
    color: #fff;
    padding-bottom: 50px;
}
.contact-section-wrapper .material-icons {
    color: #1F74DE;
    font-size: 30px;
}
.section-spacer {
    margin: 45px 0;
}
.page-title-banner {
    background: linear-gradient(rgb(37,55,70,0.6),rgb(37,55,70,0.6)), url(../../../img/college_board/institution_registration.jpg) no-repeat center;
    color: #ffffff;
    text-align: center;
}
.page-title-banner>h1{
    margin: 0;
    padding: 75px 0;
}
.confirmation-checkbox{
    width: 100%;
    height: auto;
}
.confirmation-checkbox input[type="checkbox"]{
    height: auto;
}
.titantron h4{
    line-height: 1.4;
}

.resources-page .guide-wrapper{
    background: #FFFFFF 0% 0% no-repeat;
    box-shadow: 0 2px 6px #0000001F;
    border-radius: 6px;
    opacity: 1;
    padding: 7px;
}
.resources-page .guide-image{
    background: #f2f2f2;
}
.resources-page .guide-button{
    margin: 10px 0;
}
.resources-page h3, .videos-section h3, .resource-tech-requirement h3{
    margin: -20px 0 20px;
}

.requirements-banner-section{
    min-height: 470px;
    background-position: center;
    background-repeat: no-repeat;
    background: linear-gradient(
        rgba(37, 55, 70, 0.77),
        rgba(37, 55, 70, 0.77)
      ) ,url("../../../img/college_board/landing_page/resourcebackground.png")no-repeat center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
.requirements-banner-section .resources-h1{
    margin-top: 200px;
}
.identification-section{
    margin-bottom: 100px;
}
.identification-fields p{
    margin: 0 0 2px;
}
#maintenance {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#maintenance td, #maintenance th {
  border: 1px solid #ddd;
  padding: 8px;
}

#maintenance tr:nth-child(even){background-color: #f2f2f2;}

#maintenance tr:hover {background-color: #ddd;}

#maintenance th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  background-color: #1F74DE;
  color: white;
}

.grecaptcha-badge{
    bottom: 100px !important;
}