/*==============================================================================
=                                Globals                                       =
==============================================================================*/
/*============================== Colors ======================================*/
/*============================== Typography ==================================*/
body {
  font-family: museo-sans, sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  font-weight: 300;
}
sup {
  font-size: 65%;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
/*============================== Helper Classes ==============================*/
.mt0 {
  margin-top: 0 !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mt70 {
  margin-top: 70px !important;
}
.mt80 {
  margin-top: 80px !important;
}
.mt90 {
  margin-top: 90px !important;
}
.mt100 {
  margin-top: 100px !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.mb90 {
  margin-bottom: 90px !important;
}
.mb100 {
  margin-bottom: 100px !important;
}
.body-link,
.body-link:active,
.body-link:focus,
.body-link:hover,
.body-link:visited {
  font-weight: 700;
  color: #000;
}
/*==============================================================================
=                                Header                                        =
==============================================================================*/
header {
  position: fixed;
  z-index: 3;
  width: 100%;
  height: 90px;
}
#banner .row {
  margin: 150px 0;
  color: #fff;
}
#banner h1 {
  font-weight: 700;
}
.login-form {
  position: relative;
  left: 50%;
  display: inline-block;
  margin: 30px 0 60px;
  transform: translateX(-50%);
}
.login-form label > input {
  width: 200px;
}
.login-form .submit,
#ProcessForgotPassword #submit_forgot,
#submit_reset {
  width: 100%;
  padding: .5em 1em;
  font-size: 20px;
  font-weight: 700;
  transition: background .3s, color .3s;
  text-transform: uppercase;
  border: 2px solid #000;
  background: none;
}
.login-form .submit:hover,
#ProcessForgotPassword #submit_forgot:hover,
.submit_reset:hover {
  color: #fff;
  background: #000;
}
#ProcessForgotPassword #username {
  display: block;
  width: 200px;
  padding: .25em .35em;
  margin: 0 auto;
  margin-top: 40px;
  font-size: 16px;
  line-height: 1.5em;
}
#ProcessForgotPassword #submit_forgot,
#submit_reset {
  display: block;
  max-width: 200px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}
.detail.pass-scores,
.pass-confirm.detail {
  display: none;
}
.InputfieldPasswordConfirm.FieldtypePassword.required,
.FieldtypePassword.required.InputfieldPasswordComplexify {
  display: block;
}
.Inputfield.InputfieldEmail.Inputfield_email.ui-widget.collapsed9 .InputfieldHeader.ui-widget-header {
  margin-top: 10px;
}
#InputfieldForm1 {
  max-width: 300px;
  margin: 0 auto;
}
#Inputfield_email,
#pass,
#_pass {
  max-width: 300px;
}
/*============================== Common ======================================*/
/*============================== Home ========================================*/
/*============================== Interior ====================================*/
/*==============================================================================
=                                Navigation                                    =
==============================================================================*/
/*============================== Off Canvas ==================================*/
@media screen and (max-width: 767px) {
  .top-bar.oc-js.active {
    position: static;
  }
  .oc-container {
    position: absolute;
    top: 0;
    min-height: 100%;
  }
  .oc-overlay {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .oc-overlay.active {
    z-index: 20;
    background-color: rgba(0, 0, 0, 0.8);
  }
  #oc-icon {
    position: absolute;
    top: 8px;
    right: 7px;
    z-index: 21;
    display: block;
    width: 50px;
    height: 41px;
    cursor: pointer;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: top 0s;
    -moz-transition: top 0s;
    -o-transition: top 0s;
    transition: top 0s;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  #oc-icon span {
    position: absolute;
    left: 8px;
    display: block;
    width: 34px;
    height: 6px;
    background: #000;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  #oc-icon span.bar1 {
    top: 8px;
  }
  #oc-icon span.bar2,
  #oc-icon span.bar3 {
    top: 18px;
  }
  #oc-icon span.bar4 {
    top: 28px;
  }
  #oc-icon.active span.bar1 {
    top: 18px;
    left: 50%;
    width: 0;
  }
  #oc-icon.active span {
    background: #fff;
  }
  #oc-icon.active:hover span {
    background: #fff;
  }
  #oc-icon.active span.bar2,
  #oc-icon.active span.bar3 {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #oc-icon.active span.bar3 {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #oc-icon.active span.bar4 {
    top: 18px;
    left: 50%;
    width: 0;
  }
  .oc-left {
    left: 0;
    width: 100%;
    overflow-x: hidden;
    -webkit-transition: left 0.2s linear;
    -moz-transition: left 0.2s linear;
    -o-transition: left 0.2s linear;
    transition: left 0.2s linear;
  }
  .oc-left.active {
    left: -75%;
    z-index: 1;
    overflow-x: visible;
  }
  nav.oc-right {
    right: -75%;
    width: 75%;
    background-color: #fff;
  }
  nav.oc-right.active {
    z-index: 9999;
  }
  /*----------  Nav Globals  ----------*/
  nav.oc-right > ul {
    height: 100%;
  }
  nav.oc-right ul li {
    position: relative;
  }
  nav.oc-right ul ul {
    display: none;
  }
  nav.oc-right > ul li.active > ul {
    display: block;
  }
  nav.oc-right ul li a {
    display: block;
    padding: 10px 41px 10px 15px;
    color: #333;
    border-bottom: 1px solid #ddd;
  }
  nav.oc-right li > span.oc-toggle.glyphicon {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 22;
    display: block;
    width: 41px;
    height: 41px;
    padding: 14px;
    cursor: pointer;
    border-bottom: 1px solid #ddd;
  }
  nav.oc-right li > span.oc-toggle.glyphicon-plus {
    color: #000;
    background-color: #eee;
  }
  nav.oc-right li > span.oc-toggle.glyphicon-minus {
    color: #fff;
    background-color: #000;
  }
  /*----------  First Level  ----------*/
  nav.oc-right > ul > li {
    display: block;
  }
  nav.oc-right > ul > li > a {
    font-weight: bold;
  }
  nav.oc-right > ul > li.active > a {
    color: #999;
  }
  /*----------  Second Level  ----------*/
  nav.oc-right > ul > li > ul li span.oc-toggle.glyphicon-minus,
  nav.oc-right > ul > li.active > ul li span.oc-toggle.glyphicon-minus {
    color: #000;
    background: #eee;
  }
  nav.oc-right > ul ul li > a {
    padding-left: 25px;
    background: #fafafa;
  }
  /*----------  Third Level   ----------*/
  nav.oc-right > ul ul ul li a {
    padding: 5px 26px 5px 39px;
    font-size: 13px;
    background: #f4f4f4;
    background-image: url("/site/templates/_assets/img/nav/right-arrow-aaa.png");
    background-repeat: no-repeat;
    background-position: 21px 6.5px;
  }
  nav.oc-right > ul ul ul li.active > a,
  nav.oc-right > ul ul ul li:hover > a {
    color: #000;
    background-image: url("/site/templates/_assets/img/nav/right-arrow-aaa.png");
  }
  nav.oc-right > ul ul ul li > span.oc-toggle.glyphicon {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 22;
    display: block;
    width: 41px;
    height: 28.5px;
    padding: 7.5px 14.5px;
    cursor: pointer;
    border-bottom: 1px solid #ddd;
    background-color: #d1d1d1;
  }
  /*----------  Fourth Level  ----------*/
  nav.oc-right > ul ul ul ul li > a {
    padding: 5px 26px 5px 53px;
    font-size: 13px;
    background: #eee;
    background-image: url("/site/templates/_assets/img/nav/dash-aaa.png");
    background-repeat: no-repeat;
    background-position: 35px 6.5px;
  }
  nav.oc-right > ul ul ul ul li.active > a,
  nav.oc-right > ul ul ul ul li:hover > a {
    color: #000;
    background-image: url("/site/templates/_assets/img/nav/dash-aaa.png");
  }
}
@media screen and (min-width: 768px) {
  #oc-icon {
    display: none;
  }
  .container-nav {
    width: 750px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 992px) {
  .container-nav {
    width: 970px;
  }
}
@media screen and (min-width: 1200px) {
  .container-nav {
    width: 1170px;
  }
}
/*============================== Common ======================================*/
/*============================== Top Navigation ==============================*/
/*============================== Side Navigation =============================*/
/*============================== Bottom Navigation ===========================*/
/*==============================================================================
=                                Footer                                        =
==============================================================================*/
/*============================== Common ======================================*/
/*============================== Home ========================================*/
/*============================== Interior ====================================*/
/*==============================================================================
=                                Home Page                                     =
==============================================================================*/
/*==============================================================================
=                                Interior                                      =
==============================================================================*/
/*==============================================================================
=                                Media Queries                                 =
==============================================================================*/
@media screen and (min-width: 400px) {
  /*============================= Globals ====================================*/
  /*============================= Header =====================================*/
  /*============================= Navigation =================================*/
  /*============================= Footer =====================================*/
  /*============================= Home Page ==================================*/
  /*============================= Interior ===================================*/
}
@media screen and (min-width: 480px) {
  /*============================= Globals ====================================*/
  /*============================= Header =====================================*/
  /*============================= Navigation =================================*/
  /*============================= Footer =====================================*/
  /*============================= Home Page ==================================*/
  /*============================= Interior ===================================*/
}
@media screen and (min-width: 620px) {
  /*============================= Globals ====================================*/
  /*============================= Header =====================================*/
  /*============================= Navigation =================================*/
  /*============================= Footer =====================================*/
  /*============================= Home Page ==================================*/
  /*============================= Interior ===================================*/
}
@media screen and (min-width: 768px) {
  /*============================= Globals ====================================*/
  /*============================= Header =====================================*/
  /*============================= Navigation =================================*/
  nav.oc-right > ul > li {
    position: relative;
    display: block;
    float: left;
  }
  nav.oc-right > ul > li > a {
    display: block;
    padding: 8px;
  }
  nav.oc-right > ul > li:hover > ul {
    position: absolute;
    display: block;
  }
  nav.oc-right ul ul {
    display: none;
  }
  /*============================= Footer =====================================*/
  /*============================= Home Page ==================================*/
  .form-section {
    background-image: url(../img/common/form-background.png);
    background-repeat: no-repeat;
    background-position: 100% 30%;
    background-size: 60%;
  }
  /*============================= Interior ===================================*/
}
@media screen and (min-width: 992px) {
  /*============================= Globals ====================================*/
  /*============================= Header =====================================*/
  /*============================= Navigation =================================*/
  /*============================= Footer =====================================*/
  /*============================= Home Page ==================================*/
  /*============================= Interior ===================================*/
}
@media screen and (min-width: 1200px) {
  /*============================= Globals ====================================*/
  /*============================= Header =====================================*/
  /*============================= Navigation =================================*/
  /*============================= Footer =====================================*/
  /*============================= Home Page ==================================*/
  /*============================= Interior ===================================*/
}
