/* =============================================================================
   PORTAL PAGE
   ========================================================================== */
.portal_page{
  padding-bottom: 70px;
}

/* =============================================================================
   Notice Hero
   ========================================================================== */
.portal_hero{
  padding: 60px 20px 25px 20px;
  background: -webkit-radial-gradient(top, ellipse, rgba(3,127,189,.07) 0%, rgba(3,127,189,0) 65%);
  background: radial-gradient(ellipse at top, rgba(3,127,189,.07) 0%, rgba(3,127,189,0) 65%);
}
.portal_notice_badge{
  display: inline-block;
  padding: 9px 22px 7px 22px;
  background: rgba(117,177,55,.1);
  border: 1px solid rgba(117,177,55,.35);
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  color: #557f28;
  font-family: 'Hind', sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.portal_hero_title{
  margin-top: 18px;
  margin-bottom: 0;
  padding-bottom: 0;
  line-height: 1.15em;
}
.portal_intro{
  max-width: 720px;
  margin: 8px auto 0 auto;
  font-size: 17px;
  line-height: 1.75em;
  color: #555;
}

/* =============================================================================
   Register Now
   ========================================================================== */
.portal_register_row{
  margin-top: 35px;
  margin-bottom: 20px;
}
.portal_register_row .section_title.txt_left:after{
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  margin-top: 10px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  background: #75b137;
}
.portal_list_intro{
  margin-top: 18px;
  font-weight: 600;
}
.portal_checklist{
  list-style: none;
  margin: 12px 0 0 0;
  padding: 0;
}
.portal_checklist li{
  position: relative;
  padding: 7px 0 7px 36px;
  font-size: 15px;
  line-height: 1.6em;
}
.portal_checklist li:before{
  content: "\2713";
  position: absolute;
  left: 0;
  top: 8px;
  width: 23px;
  height: 23px;
  line-height: 23px;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background: #75b137;
  background: -webkit-linear-gradient(315deg, #8fc954 0%, #6aa32e 100%);
  background: linear-gradient(135deg, #8fc954 0%, #6aa32e 100%);
  -webkit-box-shadow: 0 2px 5px 0 rgba(117,177,55,.35);
  box-shadow: 0 2px 5px 0 rgba(117,177,55,.35);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}
.portal_img_frame{
  border: 1px solid #e8eaed;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  overflow: hidden;
  background: #fff;
  -webkit-box-shadow: 0 20px 40px -18px rgba(3,127,189,.35), 0 3px 15px -5px rgba(0,0,0,.2);
  box-shadow: 0 20px 40px -18px rgba(3,127,189,.35), 0 3px 15px -5px rgba(0,0,0,.2);
}
.portal_img_frame:before{
  content: "";
  display: block;
  height: 30px;
  background-color: #f3f5f7;
  background-image: -webkit-radial-gradient(15px 15px, circle, #dfe3e8 5px, rgba(223,227,232,0) 6px),
                    -webkit-radial-gradient(33px 15px, circle, #dfe3e8 5px, rgba(223,227,232,0) 6px),
                    -webkit-radial-gradient(51px 15px, circle, #dfe3e8 5px, rgba(223,227,232,0) 6px);
  background-image: radial-gradient(circle at 15px 15px, #dfe3e8 5px, rgba(223,227,232,0) 6px),
                    radial-gradient(circle at 33px 15px, #dfe3e8 5px, rgba(223,227,232,0) 6px),
                    radial-gradient(circle at 51px 15px, #dfe3e8 5px, rgba(223,227,232,0) 6px);
  border-bottom: 1px solid #e8eaed;
}
.portal_img_frame img{
  width: 100%;
  display: block;
}

/* =============================================================================
   Payment Setup
   ========================================================================== */
.portal_payment_box{
  margin: 45px 0 25px 0;
  border: 1px solid rgba(117,177,55,.25);
  border-left: 4px solid #75b137;
  background: #fcfcfc;
  background: -webkit-linear-gradient(315deg, #fafdf6 0%, #fcfcfc 60%);
  background: linear-gradient(135deg, #fafdf6 0%, #fcfcfc 60%);
}
.portal_payment_title{
  margin-top: 0;
  margin-bottom: 5px;
  padding-top: 0;
  padding-bottom: 0;
}
.portal_payment_box p{
  line-height: 1.7em;
}

/* =============================================================================
   Registration Steps
   ========================================================================== */
.portal_steps_wrap{
  margin-top: 30px;
  padding: 30px 25px 40px 25px;
  background: #f5f9fc;
  border: 1px solid #eef3f7;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
}
.portal_steps_wrap > .section_title:after{
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  margin: 10px auto 0 auto;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  background: #75b137;
}
.portal_steps{
  list-style: none;
  counter-reset: portal_step;
  margin: 15px -10px 0 -10px;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.portal_steps li{
  counter-increment: portal_step;
  -webkit-flex: 1 1 0;
  flex: 1 1 0;
  min-width: 170px;
  margin: 10px;
  padding: 28px 16px 22px 16px;
  background: #fff;
  border: 1px solid #e9eef2;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  text-align: center;
  font-size: 14px;
  line-height: 1.6em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 2px 8px -4px rgba(0,0,0,.12);
  box-shadow: 0 2px 8px -4px rgba(0,0,0,.12);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.portal_steps li:hover{
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
  border-color: rgba(3,127,189,.35);
  -webkit-box-shadow: 0 12px 22px -10px rgba(3,127,189,.3);
  box-shadow: 0 12px 22px -10px rgba(3,127,189,.3);
}
.portal_steps li:before{
  content: counter(portal_step);
  display: block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  margin: 0 auto 14px auto;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background: #037fbd;
  background: -webkit-linear-gradient(315deg, #00a8d9 0%, #037fbd 100%);
  background: linear-gradient(135deg, #00a8d9 0%, #037fbd 100%);
  -webkit-box-shadow: 0 3px 8px 0 rgba(3,127,189,.35);
  box-shadow: 0 3px 8px 0 rgba(3,127,189,.35);
  color: #fff;
  font-family: 'Hind', sans-serif;
  font-weight: 700;
  font-size: 16px;
}
.portal_steps_wrap .button_3{
  margin-top: 30px;
}
.portal_approval{
  max-width: 660px;
  margin: 12px auto 0 auto;
  color: #555;
  line-height: 1.7em;
}

/* =============================================================================
   Email Notice
   ========================================================================== */
.portal_email_notice{
  max-width: 680px;
  margin: 45px auto 30px auto;
  padding: 35px 25px 40px 25px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-box-shadow: 0 15px 35px -15px rgba(48,88,151,.55);
  box-shadow: 0 15px 35px -15px rgba(48,88,151,.55);
}
.portal_email_title{
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.portal_email_notice p{
  opacity: .9;
}
.portal_email{
  display: inline-block;
  margin-top: 14px;
  padding: 11px 24px;
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
}

/* =============================================================================
   Old Login
   ========================================================================== */
.portal_old_login{
  margin-top: 15px;
}
.portal_old_login a{
  color: #999;
  font-size: 13px;
  text-decoration: underline;
  -webkit-transition: color .3s ease;
  -moz-transition: color .3s ease;
  -ms-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
}
.portal_old_login a:hover{
  color: #037fbd;
}

/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1600px) {}
@media screen and (max-width: 1400px) {}
@media screen and (max-width: 1200px) {
  .portal_steps li{
    min-width: 28%;
  }
}
@media screen and (max-width: 979px) {
  .portal_img_frame{
    margin-top: 30px;
  }
}
@media screen and (max-width: 859px) {}
@media screen and (max-width: 767px) {
  .portal_hero{
    padding-top: 35px;
  }
  .portal_hero_title{
    font-size: 32px;
  }
  .portal_intro{
    font-size: 15px;
  }
  .portal_steps li{
    min-width: 45%;
  }
  .portal_steps_wrap{
    padding: 25px 15px 30px 15px;
  }
}
@media screen and (max-width: 640px) {}
@media screen and (max-width: 479px) {
  .portal_hero_title{
    font-size: 26px;
  }
  .portal_steps li{
    min-width: 100%;
    margin: 5px 10px;
  }
  .portal_payment_box{
    padding: 20px 15px;
  }
  .portal_img_frame:before{
    height: 24px;
    background-image: -webkit-radial-gradient(12px 12px, circle, #dfe3e8 4px, rgba(223,227,232,0) 5px),
                      -webkit-radial-gradient(27px 12px, circle, #dfe3e8 4px, rgba(223,227,232,0) 5px),
                      -webkit-radial-gradient(42px 12px, circle, #dfe3e8 4px, rgba(223,227,232,0) 5px);
    background-image: radial-gradient(circle at 12px 12px, #dfe3e8 4px, rgba(223,227,232,0) 5px),
                      radial-gradient(circle at 27px 12px, #dfe3e8 4px, rgba(223,227,232,0) 5px),
                      radial-gradient(circle at 42px 12px, #dfe3e8 4px, rgba(223,227,232,0) 5px);
  }
}
@media screen and (max-width: 413px) {}
@media screen and (max-width: 330px) {}
