
















































/*	=LOGO STYLES
------------------------------------------------------------*/
.logo-main {
  max-width: 300px;
}

/*	=TYPOGRAPHY STYLES
------------------------------------------------------------*/

html {
  font: 500 1em/1.25 Calibri, Calibri, Arial, sans-serif;
}

body,
legend {
  color: #282828;
  font-family: Calibri, Calibri, Arial, sans-serif;
  font-size: 16px;
  font-size: 1rem;
}

h1,
.alpha,
h2,
.beta,
h3,
.gamma,
h4,
.delta,
h5,
.epsilon {
  font-weight: 700;
  color: #282828;
  font-family: Calibri, Calibri, Arial, sans-serif;
}
h1 a,
.alpha a,
h2 a,
.beta a,
h3 a,
.gamma a,
h4 a,
.delta a,
h5 a,
.epsilon a {
  color: #282828;
}

h1,
.alpha {
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0 0 .1785em 0;
}

h2,
.beta {
  font-size: 20.568px;
  font-size: 1.2855rem;
  margin: 0 0 .41667em 0;
}

h3,
.gamma {
  font-size: 17.136px;
  font-size: 1.071rem;
  margin: 0 0 .5em 0;
}

h4,
.delta {
  font-size: 15.432px;
  font-size: 0.9645rem;
  margin: 0 0 .5em 0;
}

a,
.btn--link {
  color: #524E86;
}
a:focus,
.btn--link:focus {
  outline: 2px solid #cc9802;
}

.progress-overview .progress-step button {
  font-family: Calibri, Calibri, Arial, sans-serif;
}

select {
     font-family: Calibri, Calibri, Arial, sans-serif;
    }

input[type="text"], input[type="email"], input[type="tel"], input[type="password"], input[type="number"], input[type="date"], input[type="file"], select, textarea {
       font-family: Calibri, Calibri, Arial, sans-serif;
    }

/*	=BUTTON STYLES
------------------------------------------------------------*/
.btn {
  font-family: Calibri, Calibri, Arial, sans-serif;
  font-weight: 600;
}
.btn:focus {
  outline: 2px solid #e29014;
}

.btn--primary {
  background: #002F87;
  border-color: #382059;
  color: #ffffff;
}
.btn--primary:hover, .btn--primary:focus {
  background: #001d54;
  border-color: #382059;
}

.btn--secondary {
  background: #D0CFCD;
  border-color: #363c47;
  color: #ffffff;
}
.btn--secondary:hover, .btn--secondary:focus {
  background: #b7b6b3;
  border-color: #363c47;
}

.btn--tertiary {
  background: #002F87;
  border-color: #1f417a;
  color: #ffffff;
}
.btn--tertiary:hover, .btn--tertiary:focus {
  background: #001d54;
  border-color: #1f417a;
}

/*	=PRIMARY NAVIGATION STYLES
------------------------------------------------------------*/
@media (max-width: 650px) {
  .nav-primary__items {
    border: 1px solid #4F5664;
  }
}
.nav-primary__item a {
  background: #002F87;
  color: #ffffff;
  font-weight: 600;
  border-left-color: #ddd;
}
.nav-primary__item a:hover {
  background: #D0CFCD;
  -webkit-transition: background 0.1s;
  -moz-transition: background 0.1s;
  -o-transition: background 0.1s;
  transition: background 0.1s;
}
.nav-primary__item .current {
  background: #D0CFCD;
  color: #ffffff;
}
.nav-primary__item .current:hover {
  background: #D0CFCD;
}

/*	=SECONDARY NAVIGATION & TAB STYLES
------------------------------------------------------------*/
.nav-secondary a,
.nav-tabs a {
  color: #ffffff;
  font-weight: 600;
  background: #002F87;
}
.nav-secondary a:hover,
.nav-tabs a:hover {
  background: #D0CFCD;
  -webkit-transition: background 0.1s;
  -moz-transition: background 0.1s;
  -o-transition: background 0.1s;
  transition: background 0.1s;
}
.nav-secondary a.current,
.nav-tabs a.current {
  background: #D0CFCD;
}
.nav-secondary .current,
.nav-secondary .current:hover,
.nav-tabs .current,
.nav-tabs .current:hover {
  color: #ffffff;
  background: #D0CFCD;
}
.nav-secondary .current:after,
.nav-secondary .current:hover:after,
.nav-tabs .current:after,
.nav-tabs .current:hover:after {
  background: #D0CFCD;
}

/*  = LANDING PAGE STYLES
------------------------------------------------------------*/
.notification--information {
  color: #ffffff;
  background: #D0CFCD;
}

body {
  visibility: visible !important;
}
