.mas-footer-nav-wrap::after, .mas-footer-nav::after {
  content: '';
  display: table;
  clear: both; }

.l-mas-login-wrap::after {
  content: '';
  display: table;
  clear: both; }

* {
  margin: 0;
  padding: 0;
  outline: none;
  vertical-align: baseline; }

*:focus {
  outline: none; }

label {
  cursor: pointer; }

fieldset {
  border: solid 0 transparent; }

img {
  border: none; }

.offscreen {
  position: absolute;
  top: -9000px;
  left: -9000px;
  z-index: 99; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

[class*='mas-icon'] {
  width: 16px;
  height: 16px; }

.mas-icon-tooltip {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  font-style: normal;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath fill='%234982AE' d='M512 0C229.23 0 0 229.23 0 512s229.23 512 512 512 512-229.23 512-512S794.77 0 512 0zm-64 240c0-26.4 21.6-48 48-48h32c26.4 0 48 21.6 48 48v32c0 26.4-21.6 48-48 48h-32c-26.4 0-48-21.6-48-48v-32zm192 592H384v-64h64V512h-64v-64h192v320h64v64z'/%3E%3C/svg%3E");
  vertical-align: -3px; }

@font-face {
  font-family: 'proxima_nova_regular';
  src: url("assets/fonts/ProximaNova-Reg-webfont.eot");
  src: url("assets/fonts/ProximaNova-Reg-webfont.eot?#iefix") format("embedded-opentype"), url("assets/fonts/ProximaNova-Reg-webfont.woff") format("woff"), url("assets/fonts/ProximaNova-Reg-webfont.ttf") format("truetype"), url("assets/fonts/ProximaNova-Reg-webfont.svg#proxima_nova_regular") format("svg");
  font-weight: normal;
  font-style: normal; }

.page-wrap {
  position: relative;
  display: table;
  width: 100%;
  height: 100%; }

  .mas-footer-nav-wrap {
    padding: 10px 20px; }

  .mas-footer-nav {
    float: right;
    list-style: none; }
    .mas-footer-nav li {
      float: left;
      margin: 0 10px;
      font-size: 14px; }
      .mas-footer-nav li a {
        color: #002C77; }
        .mas-footer-nav li a:hover {
          text-decoration: none; }

		  .footer {
  display: table-row;
  height: 1%; }
  .footer .copyright {
    padding: 20px;
    font-size: 12px;
    color: #666666; }

  .l-mas-page {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    background-color: #fafafa;
    line-height: 1.4;
    font-family: "proxima_nova_regular", Arial, Helvetica, sans-serif;
    font-size: 14px; }
    .l-mas-page h3 {
      margin: 30px 0 10px;
      font-size: 18px;
      font-weight: 100;
      color: #404040; }
      .l-mas-page h3:first-child {
        margin-top: 0; }
    .l-mas-page h4 {
      margin: 30px 0 10px;
      font-size: 14px;
      font-weight: 600;
      color: #404040; }
    .l-mas-page p {
      margin: 0 0 20px; }
    .l-mas-page strong {
      color: #404040;
      font-weight: bold; }
    .l-mas-page ul,
    .l-mas-page ol {
      margin: 0 0 20px 20px; }
      .l-mas-page ul li,
      .l-mas-page ol li {
        margin: 0 0 6.6666666667px;
		margin-bottom: 10px;}

  .l-mas-page-wrapper {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 3px;
    background: #FFF;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3); }

  @media only screen and (min-width: 768px) {
    .l-mas-page {
      margin: 40px auto;
      padding: 20px;
      width: 768px;
      background-color: #fafafa; }
    .l-mas-page-wrapper {
      padding: 40px; } }

.l-mas-login-section {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  background-color: transparent;
  font-family: "proxima_nova_regular", Arial, Helvetica, sans-serif; }

.l-mas-login-wrap {
  padding: 20px;
  border-radius: 3px;
  background: #FFF;
  box-shadow: none; }

.l-mas-login-form-wrap {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 20px;
  border-bottom: 1px solid #cccccc; }

.l-mas-registration-wrap {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.l-mas-registration-form {
  margin: 20px 0; }

.l-mas-login-form {
  margin: 20px 0;
  max-width: 340px; }

.l-mas-form-forgot {
  margin: 20px 0;
  max-width: 340px; }

@media only screen and (min-width: 768px) {
  .l-mas-login-section {
    margin: 40px auto;
    width: 760px; }
  .l-mas-login-wrap {
    padding: 40px 20px; }
  .l-mas-login-form-wrap {
    float: left;
    padding: 0 20px;
    width: 340px;
    border: none;
    border-right: 1px solid #cccccc; }
  .l-mas-registration-wrap {
    position: relative;
    left: -1px;
    float: left;
    padding: 0 20px;
    width: 340px;
    border-left: 1px solid #cccccc; } }

.l-mas-section {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  background-color: transparent;
  font-family: "proxima_nova_regular", Arial, Helvetica, sans-serif; }

.l-mas-subsection {
  margin-bottom: 40px; }

.l-mas-registration-wrapper {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  border-radius: 3px;
  background: #FFF;
  box-shadow: none; }

@media only screen and (min-width: 768px) {
  .l-mas-section {
    margin: 40px auto;
    padding: 20px;
    width: 540px;
    background-color: transparent; }
  .l-mas-registration-wrapper {
    padding: 40px; } }

.mas-btn {
  border: none;
  background-color: #FFF;
  color: #4982AE;
  display: inline-block;
  padding: 6px 12px;
  border-radius: 3px;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1;
  font-family: "proxima_nova_regular", Arial, Helvetica, sans-serif;
  font-size: 14px;
  cursor: pointer;
  margin-right:2px;
  border-radius: 100px;
  border: 1.5px solid #F4F6F8;

}
  .mas-btn:visited, .mas-btn:focus, .mas-btn:active, .mas-btn.active {
    border: 1px solid #4982AE;
    background-color: #FFF;
    color: #4982AE; }
  .mas-btn:hover, .mas-btn.active {
    color: #fff;
    border-radius: 100px;
    background-color: #00d17c;
    border: 2px solid #00d17c;
    color: #123646;
  }
  .mas-btn[disabled], .mas-btn[disabled]:visited, .mas-btn[disabled]:hover, .mas-btn[disabled]:focus, .mas-btn[disabled]:active {
    border-color: rgba(128, 128, 128, 0.55);
    background: rgba(128, 128, 128, 0.55);
    color: #e6e5e5;
    cursor: default;
    opacity: 1; }
    .mas-btn[disabled]:hover, .mas-btn[disabled]:visited:hover, .mas-btn[disabled]:hover:hover, .mas-btn[disabled]:focus:hover, .mas-btn[disabled]:active:hover {
      border-color: rgba(128, 128, 128, 0.55);
      background: rgba(128, 128, 128, 0.55);
      color: #e6e5e5; }

.mas-btn-primary {
  border-radius: 100px;
  border: 2px solid #00d17c;
  color: #123646;
  background-color: #fff;
}
  .mas-btn-primary:visited, .mas-btn-primary:focus, .mas-btn-primary:active, .mas-btn-primary.active {
    /* border: 1px solid #4982AE;
    background-color: #4982AE;
    color: #FFF;  */
    background-color: #00d17c;
    border: 2px solid #00d17c;
    color: #123646;

  }
  .mas-btn-primary:hover, .mas-btn-primary.active {

    text-decoration: uppercase;
    color: #FFF;
    border-radius: 100px;
    background-color: #00d17c;
    border:2px solid #00d17c;
    color: #123646;
  }

.mas-btns-group {
  margin-top: 20px; }
  .mas-btns-group.mas-btns-group-reverse {
    text-align: right; }

.mas-radio-wrap {
  margin: 0 0 10px; }
  .mas-radio-wrap input[type="radio"] {
    display: none; }
    .mas-radio-wrap input[type="radio"] + label {
      position: relative;
      display: inline-block;
      margin: 0;
      padding: 3px 0 0 30px;
      width: auto;
      min-height: 25px;
      vertical-align: middle;
      text-transform: none;
      font-family: "proxima_nova_regular", Arial, Helvetica, sans-serif;
      font-size: 14px;
      color: #808080; }
    .mas-radio-wrap input[type="radio"] + label::before {
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 20px;
      height: 20px;
      border: 1px solid #cccccc;
      border-radius: 50%;
      background: #FFF;
      box-shadow: inset 0 2px 6px -2px #cccccc; }
    .mas-radio-wrap input[type="radio"]:checked + label {
      color: #404040; }
    .mas-radio-wrap input[type="radio"]:checked + label::before {
      /* border: 1px solid #4982AE;
      background: #4982AE; */
      border: 1px solid #72BE44;
      background: #72BE44;
      box-shadow: inset 0 2px 6px -4px #666666; }
    .mas-radio-wrap input[type="radio"]:checked + label::after {
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      content: '';
      position: absolute;
      top: 5px;
      left: 5px;
      display: block;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: #FFF;
      box-shadow: 0 2px 6px -4px #666666; }
    .mas-radio-wrap input[type="radio"]:disabled + label {
      color: #999999;
      cursor: default; }
    .mas-radio-wrap input[type="radio"]:disabled + label::before {
      content: '';
      background: #e6e5e5;
      box-shadow: inset 0 2px 6px -2px #cccccc; }
    .mas-radio-wrap input[type="radio"]:disabled:checked + label::before {
      border: 1px solid #cccccc; }

.mas-radio-group-inline {
  display: flex; }
  .mas-radio-group-inline .mas-radio-wrap {
    margin-right: 20px; }

.mas-h2 {
  margin: 0 0 10px;
  font-family: "proxima_nova_regular", Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 100;
  color: #404040; }

.mas-h3 {
  margin: 30px 0 10px;
  font-size: 18px;
  font-weight: 100;
  color: #404040; }

.mas-p {
  margin: 0 0 20px;
  line-height: 1.4;
  font-family: "proxima_nova_regular", Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #808080; }

.mas-link {
  color: #00722b; }
  .mas-link:hover {
    text-decoration: underline;
    color: #00722b; }

.mas-note {
  font-family: "proxima_nova_regular", Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #999999; }

.mas-help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  font-family: "proxima_nova_regular", Arial, Helvetica, sans-serif;
  font-size: 12px; }

.mas-send-me-code {
  font-family: "proxima_nova_regular", Arial, Helvetica, sans-serif;
  font-size: 14px; }

.mas-data-value {
  margin: 0 0 20px;
  font-family: "proxima_nova_regular", Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #404040; }

.mas-form-group {
  margin: 0 0 20px; }
  .mas-form-group label {
    display: inline-block;
    margin-bottom: 5px;
    font-family: "proxima_nova_regular", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #808080; }
  .mas-form-group .mas-form-control {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    padding: 6px 12px;
    width: 100%;
    border: 1px solid #cccccc;
    border-radius: 4px;
    background-color: #FFF;
    background-image: none;
    line-height: 1.4;
    font-family: "proxima_nova_regular", Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #404040;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    box-shadow: inset 2px 2px 3px 0 rgba(0, 0, 0, 0.1); }
    .mas-form-group .mas-form-control[readonly], .mas-form-group .mas-form-control[readonly]:hover, .mas-form-group .mas-form-control[readonly]:focus {
      border-color: #cccccc;
      background: #f0f0f0;
      color: #999999;
      box-shadow: inset 2px 2px 3px 0 rgba(0, 0, 0, 0.1); }
  .mas-form-group .mas-form-control:focus {
    border-color: #00d17c;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(67, 255, 100, 0.85);
  }
  .mas-form-group.mas-has-error .mas-form-control {
    border-color: #C00;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .mas-form-group.mas-has-error .mas-form-control:focus {
    border-color: #C00;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #F33; }
  .mas-form-group.mas-has-error .mas-help-block {
    color: #C00; }



sup {
    vertical-align: super;
    font-size: smaller;
}

.mas-link:hover, .mas-link:active {
    text-decoration: underline;
    cursor: pointer;
}

.links {
	cursor: pointer;
}

a:hover, a:focus {
  color: #00722b;
}
