
@font-face {
  font-family: NeuzeitGro-Reg;
  src: url("../web-fonts/poppulo-fonts/NeuzeitGro-Reg.ttf");
  src: url("../web-fonts/poppulo-fonts/NeuzeitGro-Reg.otf");
  src: url("../web-fonts/poppulo-fonts/NeuzeitGro-Reg.woff") format('woff');
}

/* Fira Sans */

@font-face {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 400;
  src:   url("../web-fonts/poppulo-fonts/woff2/FiraSans-Regular.woff2") format("woff2"),
  url("../web-fonts/poppulo-fonts/woff/FiraSans-Regular.woff") format("woff"),
  url("../web-fonts/poppulo-fonts/ttf/FiraSans-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Fira Sans";
  font-style: italic;
  font-weight: 400;
  src:   url("../web-fonts/poppulo-fonts/woff2/FiraSans-RegularItalic.woff2") format("woff2"),
  url("../web-fonts/poppulo-fonts/woff/FiraSans-RegularItalic.woff") format("woff"),
  url("../web-fonts/poppulo-fonts/ttf/FiraSans-RegularItalic.ttf") format("truetype");
}

@font-face {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 500;
  src:   url("../web-fonts/poppulo-fonts/woff2/FiraSans-Medium.woff2") format("woff2"),
  url("../web-fonts/poppulo-fonts/woff/FiraSans-Medium.woff") format("woff"),
  url("../web-fonts/poppulo-fonts/ttf/FiraSans-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "Fira Sans";
  font-style: italic;
  font-weight: 500;
  src:   url("../web-fonts/poppulo-fonts/woff2/FiraSans-MediumItalic.woff2") format("woff2"),
  url("../web-fonts/poppulo-fonts/woff/FiraSans-MediumItalic.woff") format("woff"),
  url("../web-fonts/poppulo-fonts/ttf/FiraSans-MediumItalic.ttf") format("truetype");
}

@font-face {
  font-family: "Fira Sans";
  font-style: normal;
  font-weight: 600;
  src:   url("../web-fonts/poppulo-fonts/woff2/FiraSans-SemiBold.woff2") format("woff2"),
  url("../web-fonts/poppulo-fonts/woff/FiraSans-SemiBold.woff") format("woff"),
  url("../web-fonts/poppulo-fonts/ttf/FiraSans-SemiBold.ttf") format("truetype");
}

@font-face {
  font-family: "Fira Sans";
  font-style: italic;
  font-weight: 600;
  src:   url("../web-fonts/poppulo-fonts/woff2/FiraSans-SemiBoldItalic.woff2") format("woff2"),
  url("../web-fonts/poppulo-fonts/woff/FiraSans-SemiBoldItalic.woff") format("woff"),
  url("../web-fonts/poppulo-fonts/ttf/FiraSans-SemiBoldItalic.ttf") format("truetype");
}

@font-face {
  font-family: "Fira Sans";
  font-weight: 700;
  font-style: normal;
  src:   url("../web-fonts/poppulo-fonts/woff2/FiraSans-Bold.woff2") format("woff2"),
  url("../web-fonts/poppulo-fonts/woff/FiraSans-Bold.woff") format("woff"),
  url("../web-fonts/poppulo-fonts/ttf/FiraSans-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Fira Sans";
  font-weight: 700;
  font-style: italic;
  src:   url("../web-fonts/poppulo-fonts/woff2/FiraSans-BoldItalic.woff2") format("woff2"),
  url("../web-fonts/poppulo-fonts/woff/FiraSans-BoldItalic.woff") format("woff"),
  url("../web-fonts/poppulo-fonts/ttf/FiraSans-BoldItalic.ttf") format("truetype");
}

#login-bg {
    background:url('../../../../images/login/login-bg.jpg') no-repeat left bottom fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.btn-success {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.35);
  background-color: #3455DB;
  border: none;
  background-image: none;
  font-family: "Fira Sans", "NeuzeitGro-Reg", Tahoma, Verdana, sans-serif;
}
.btn-success:hover, .btn-success:focus, .btn-success:active,
.btn-success.active, .btn-success.disabled,
.btn-success[disabled], .btn-success.disabled:hover,
.btn-success[disabled]:hover, .btn-success:hover, .btn-success.disabled:focus,
.btn-success[disabled]:focus, .btn-success:focus, .btn-success.disabled:active,
.btn-success[disabled]:active, .btn-success:active, .btn-success.disabled.active,
.btn-success[disabled].active, .btn-success.active {
  background-color: #5D77E2;
}
.btn-cancel {
  background-color: white;
  border-color: #CCCCCC;
  border-width: thin;
  border-style: solid;
  color: #003349 !important;
  background-image: none;
}
#errorMessageDiv a {
  color: #3455DB;
}

.btn-cancel:hover {
  background-color: #DADADA;
}
.account-wall {
  margin-top: 100px;
  overflow: hidden;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.35);
  border: none;
}
.login-button-padding {
  padding: 0 10px 0 0;
}
.forgot-password-padding{
  padding: 10px 0px 0 10px;
}
.form-control, .btn, input, textarea,
input[type="password"], input[type="text"] {
  border-radius: 0px;
}
a {
  color: #3455DB;
}

.inside {
  position:absolute;
  text-indent: 2px;
  margin-top: 9px;
  margin-left: 5px;
  z-index: 1;
  color: #D5D5D5;
  font-size: 14px !important;
}

/* overwrites text color for autofill  */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:active,
input:-webkit-autofill:focus {
  -webkit-text-fill-color: #999;
}

#j_username {
  text-indent: 15px;
}
#j_password {
  text-indent: 15px;
}
.form-control{
  background: white;
}

.button-group-padding {
  padding-top: 15px;
  padding-bottom: 15px;
}

/* Sets styling for context help main icon */
.context-help-icon {
    color: #333333;
    font-size: 14px !important;
}

@media screen and (max-width: 767px) {
  .xs-offset-margin {
    margin-left: 8%;
  }
  .xs-security-offset-margin {
    margin-left: 5%;
  }
  .xs-title-padding {
    padding-left: 35px;
  }
  .xs-padding {
    padding: 0 50px;
  }
}

.need-help {
  color: #3455DB;
}
.form-control {
  background-color: white;
}
.info-boxes {
  margin-top: 5px;
  margin-bottom: 15px;
  background-color: rgba(0, 51, 73, 0.6);
  width: 100%;
  border-radius: 0px;
}
.info-boxes .box {
  min-height: 190px;
  color: white;
}
.info-boxes .box:hover {
  background-color: rgba(0, 51, 73, 1);
}
.info-boxes .box a {
  color: #3de3c9;
}
.box {
  padding-left: 40px;
  padding-right: 40px;
}
.info-boxes > .row{
  padding-left: 0px;
  padding-right: 0px;
}
.marketing-header {
  font-size: large;
  float:left;
  width: 70%;
}

.container {
  font-family: "Fira Sans", "NeuzeitGro-Reg", Tahoma, Verdana, sans-serif;
}

.sec-icon, .sec-question-icon {
  position:absolute;
  text-indent: 5px;
  margin-top: 7px;
  margin-left: 5px;
  z-index: 1;
  color: #C0C0C0;
  font-size: 16px !important;
}

.sec-icon {
  margin-top: 33px;
}

h2 {
  font-family: "Fira Sans", "NeuzeitGro-Reg", Tahoma, Verdana, sans-serif !important;
  color: white !important;
}
.info-boxes .box h2 a {
  color: white !important;
}
.message-color > h2 {
  color: #333333 !important;
}

#errorMessageContainerDiv {
  text-align: center;
}
#errorMessageDiv {
  display: inline-block;
  line-height: 1.8;
}
.alert {
  padding: 5px;
}
#errorMessageContainerDiv .alert p {
  margin: 0px;
}
.alert-error, .alert-danger {
  border: none;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.35);
  background-color: #FADADC;
  color: #DC0A17;
}
.alert-error > h2 {
  font-family: 'open_sansregular', Tahoma, Verdana, sans-serif !important;
  color: #DC0A17 !important;
}

.expired .alert-error {
  padding: 10px;
}
.expired .alert-error a {
  margin-top: 15px;
}
.expired .alert-error p {
  margin-top: 5px;
  color: #333333;
}
a.link{
  color: #3455DB ;
}
a.link:hover {
  color: #5D77E2;
}

.alert-info {
  background-color: #E1E6FA;
  border: none;
  color: #3455DB;
  padding: 10px;
  font-size: 12px;
}

.alert-danger {
  border: none;
}

.profile-img {
  padding-left: 10px;
}

.support-numbers-fixed {
  background-color: rgba(0, 51, 73, 1);
  border-radius: 0px;
  color: white;
}

.no-left-padding {
  padding-left: 0;
}
.no-right-padding {
  padding-right: 0;
}

.navbar-grad {
  position: relative;
  top:0;
  z-index: 1032;
  height: 2px;
  background-color: #5a16ff; /* For browsers that do not support gradients */
  background-image: linear-gradient(89.53deg, #5A16FF 0%, #6218FF 4.87%, #761FFF 12.24%,
  #992AFF 21.19%, #C839FF 31.3%, #F046FF 38.95%, #F66DA6 54.41%, #FD9151 70.12%,
  #FFA02F 77.29%, #FFE606 100%);
}

.poppulo-body {
  background-color: #f5f5f5;
}

.ntsa-global #poppulo-global-header {
  min-width: 960px;
  height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 400;
  border-bottom: 1px solid #D7D9DC;
  background-color: #FFFFFF;
}

.ntsa-global .poppulo-global-title {
  position: relative;
  top: 7px;
  left: 12px;
}

.ntsa-wizard .ntsa-global-banner {
  height: 50px !important;
  background-color: #00325A !important;
}

.ntsa-wizard .poppulo-global-banner {
  background-color: #FFFFFF !important;
}

.global-title {
  padding-top: 10px;
}

.nwicon-nw {
  margin-top: -2px !important;
  height: 25px;
  width: 25px;
}

/* modified nw-icon for pages loading Bootstrap 3 only */
.global-title-b3 .nwicon-nw {
  background-image: url("../../../../images/icon-nw-logo.svg");
  background-position: 0;
  position: absolute;
  top: 15px;
  left: 20px;
}


.header-icon {
  height: 25px !important;
}
.security-input {
  height: 32px !important;
  text-indent: 25px;
  margin-top: 25px;
  font-size: 16px !important;
  padding-top: 5px;
}

.security-input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #C0C0C0;
}
.security-input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #C0C0C0;
}
.security-input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #C0C0C0;
}
.security-type-text {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: bold;
  font-family: "Fira Sans", "NeuzeitGro-Reg", Tahoma, Verdana, sans-serif;
}
.bottom-border {
  border-bottom: 1px solid #335C60;
}
.security-wall {
  padding-top: 0;
  padding-bottom:20px;
}
.sec-question-input {
  margin-top: 0;
}
.text-block {
  margin-top: 25px;
}

.poppulo-body-background {
  background-color: #f0f0f0;
}

.forgotten-password-container{
  margin-top: 20px;
}

.forgotten-password-text {
  font-size: 13px;
  color: #C0C0C0;
}

.fa-envelope{
  margin-top: 7px;
  color: #9badb7;
}

input#forgotten-password-username{
  height: 32px;
  text-indent: 30px;
  font-size: 14px;
  padding-top: 5px;
}

input#forgotten-password-username:invalid{
  border-color: #DC0A17!important;
}

.forgot-email-input{
  font-size: 16px!important;
}

.container-margin-fp{
  margin-top: 20px;
}

.fp-big-alert{
  height: 90px;
  font-family: "Fira Sans", "NeuzeitGro-Reg", Tahoma, Verdana, sans-serif;
  font-size: 16px;
  background-color: #d1e0ce;
}

.fp-big-alert p{
  font-size: 16px;
}

.fp-big-alert h2{
  color: #2c8700!important;
  font-size: 16px;
}

.fp-header-text{
  margin-top: 60px;
  font-family: "Fira Sans", "NeuzeitGro-Reg", Tahoma, Verdana, sans-serif;
  font-size: 16px;
  font-weight: bold;
}

.fp-hr {
  margin-top: 5px;
}
.ntsa-wizard legend + .control-group, .ntsa-wizard legend + div, .ntsa-wizard legend + label {
  height: 90px;
}
.visibility-toggle {
  margin: 0 !important;
  vertical-align: baseline;
}
.visibility-toggle-label {
  font-size: 12px;
}
.big-alert {
  height: inherit !important;
}
.h3 {
  font-size: 14px;
}
.modal-footer {
  padding: 5px;
}
.close:hover, .close:focus {
  color: white;
}

.ntsa-global .row.no-bottom-margin {
  margin-bottom: 0px;
}

.ntsa-global.ntsa-wizard .ntsa-main-body.expired {
  padding-top: 60px;
}

@media screen and (min-width: 992px) and (max-height: 709px) {
  .poppulo-banner{
    margin-bottom: 45px;
  }
  .info-boxes{
    margin: 0!important;
  }
}

@media screen and (min-width: 992px) and (min-height: 710px) {
  .poppulo-banner{
    position: fixed;
    bottom: 45px;
  }
  .info-boxes{
    margin: 0!important;
  }
}

@media screen and (max-width: 991px){
  .poppulo-banner{
    margin-bottom: 45px;
  }
  .info-boxes .box {
    min-height: 150px;
  }
}
@media screen and (max-width: 689px)  {
  .poppulo-banner {
    margin-bottom: 65px;
  }

}
@media screen and (min-width: 690px) and (max-width: 991px) {
  .poppulo-banner {
    margin-bottom: 45px;
  }
}

@media screen and (max-height: 700px){
  .poppulo-banner {
    max-height: 200px;
  }
}
.rebranded {
  margin-top: 15px !important;
}
