@font-face {
    font-family: 'Bitter';
    src: url("../media/fonts/Bitter/Bitter-VariableFont_wght.ttf") format("truetype");
    font-style: normal;
}

@font-face {
    font-family: 'Bitter';
    src: url("../media/fonts/Bitter/Bitter-Italic-VariableFont_wght.ttf") format("truetype");
    font-style: italic;
}

@font-face {
    font-family: 'Bitter Medium';
    src: url("../media/fonts/Bitter/static/Bitter-Medium.ttf") format("truetype");
    font-style: normal;
}

@font-face {
    font-family: 'Bitter Medium';
    src: url("../media/fonts/Bitter/static/Bitter-MediumItalic.ttf") format("truetype");
    font-style: italic;
}

@font-face {
    font-family: 'Bitter Light';
    src: url("../media/fonts/Bitter/static/Bitter-Light.ttf") format("truetype");
    font-style: normal;
}

@font-face {
    font-family: 'Bitter Light';
    src: url("../media/fonts/Bitter/static/Bitter-LightItalic.ttf") format("truetype");
    font-style: italic;
}

@font-face {
    font-family: 'Nunito';
    src: url("../media/fonts/Nunito/Nunito-VariableFont_wght.ttf") format("truetype");
    font-style: normal;
}

@font-face {
    font-family: 'Nunito';
    src: url("../media/fonts/Nunito/Nunito-Italic-VariableFont_wght.ttf") format("truetype");
    font-style: italic;
}

@font-face {
    font-family: 'Nunito Medium';
    src: url("../media/fonts/Nunito/static/Nunito-Medium.ttf") format("truetype");
    font-style: normal;
}

@font-face {
    font-family: 'Nunito Medium';
    src: url("../media/fonts/Nunito/static/Nunito-MediumItalic.ttf") format("truetype");
    font-style: italic;
}

@font-face {
    font-family: 'Nunito Light';
    src: url("../media/fonts/Nunito/static/Nunito-Light.ttf") format("truetype");
    font-style: normal;
}

@font-face {
    font-family: 'Nunito Light';
    src: url("../media/fonts/Nunito/static/Nunito-LightItalic.ttf") format("truetype");
    font-style: italic;
}

html, body {
    height: 100%;
}

body {
    font-family: Nunito, sans-serif;
    color: #333333;
    font-size: 18px;
    line-height: 1.1667;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

button {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

input {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    text-decoration: none;
    color: #1F5BA8;
}

a:hover, a:focus {
    color: #1F5BA8;
    text-decoration: underline;
}

a.bootstrapFocus:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

em, i {
    font-style: italic;
}

strong, b {
    font-weight: bold;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #1F5BA8;
    font-weight: normal;
}

h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
    font-family: Bitter, serif;
}

h5, h6, .h5, .h6 {
    font-family: Bitter, serif;
}

.h1, .h2, .h3, .h4, .h5, .h6 {
    margin: 0;
    padding: 0;
}

h1, .h1 {
    font-size: 30px;
    line-height: 1.2;
}

h2, .h2 {
    font-size: 24px;
    line-height: 1.25;
    font-weight: 500;
}

h3, .h3 {
    font-size: 18px;
    line-height: 1.1667;
}

h4, .h4 {
    font-size: 16px;
    line-height: 1.2857;
}

h5, .h5 {
    font-size: 14px;
    line-height: 1.2857;
}

h6, .h6 {
    font-size: 12px;
    line-height: 1.1667;
}

h1, .h1, h2, .h2, h3, .h3, .h-spacing {
    margin-top: 10px;
    margin-bottom: 10px;
}

.page-header {
    padding-bottom: 12px;
    margin: 0 0 30px;
    border-bottom: 1px solid #dddddd;
}

.page-header-short {
    padding-bottom: 12px;
    margin: 0 0 20px;
    border-bottom: 1px solid #dddddd;
}

@media (min-width: 992px) {
    .page-header-lg {
        margin-top: 30px;
    }
}

.form-custom {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #dddddd;
}

label, .fieldLabel {
    margin-bottom: 5px;
    font-size: 14px;
    color: #1F5BA8;
    font-weight: normal;
}

.fieldLabel {
    display: block;
}

.fieldLabel-sm {
    margin-bottom: 3px;
}

.fieldLabel-med {
    margin-bottom: 10px;
}

.fieldLabel-lg {
    margin-bottom: 7px;
}

.fieldLabel-fLg {
    font-size: 18px;
}

.dropdown-custom .dropdown-toggle .icn {
    margin-left: 10px;
}

.dropdown-custom .dropdown-menu {
    min-width: 170px;
    padding: 0;
    border-radius: 0;
}

.dropdown-custom .dropdown-menu > li > a:hover {
    color: #000000;
    background: #e3f0ff;
}

.dropdown-custom .divider {
    margin: 0;
    border-color: #cfcfcf;
}

.well {
    padding: 20px;
    margin-bottom: 15px;
    background-color: #eeeeee;
    border: 1px solid #dddddd;
    border-radius: 0;
    color: #000000;
    box-shadow: none;
}

.well-lg {
    padding: 24px;
    border-radius: 0;
}

.well-sm {
    padding: 9px;
    border-radius: 0;
}

.well-flush {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .well-sm-complementary {
        margin-top: 30px;
    }
}

@media (max-width: 1199px) {
    .well-md-complementary {
        margin-top: 30px;
    }
}

.form-control[readonly] {
    background: #FFFFFF;
    font-style: italic;
}

.has-error .form-control, .has-success .form-control {
    padding-right: 30px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group-flush {
    margin-bottom: 0;
}

.form-group-sm {
    margin-bottom: 15px;
}

.form-group-lg {
    margin-bottom: 30px;
}

.form-alert {
    margin-top: 20px;
}

.form-alert > .alert {
    margin-bottom: 0;
}

.form-alert > .alert + .alert {
    margin-top: 20px;
}

.form-field {
    position: relative;
}

.has-error .form-field:after, .has-success .form-field:after, .has-loading .form-field:after {
    content: " ";
    position: absolute;
    top: 50%;
    right: 10px;
    z-index: 2;
}

.has-error .radio .form-field:after, .has-success .radio .form-field:after, .has-loading .radio .form-field:after, .has-error .checkbox .form-field:after, .has-success .checkbox .form-field:after, .has-loading .checkbox .form-field:after {
    display: none;
}

.has-success .form-field:after {
    margin-top: -9px;
    background-image: url(../media/images/sprites/icn/sprite-core.png);
    background-position: 0px -166px;
    width: 18px;
    height: 18px;
}

.has-error .form-field:after {
    margin-top: -9px;
    background-image: url(../media/images/sprites/icn/sprite-core.png);
    background-position: 0px -280px;
    width: 18px;
    height: 18px;
}

.has-loading .form-field:after {
    margin-top: -9px;
    width: 18px;
    height: 18px;
    background: url("../media/images/global/icn-loading-sm.gif") 0 0 no-repeat;
}

.radio label, .radio .fieldLabel, .checkbox label, .checkbox .fieldLabel {
    font-weight: normal;
    color: #333333;
}

.radio-lg, .radio-lg label, .checkbox-lg, .checkbox-lg label {
    font-size: 16px;
}

.radio-lg, input[type="radio"], .checkbox-lg input[type="checkbox"] {
    margin-top: 2px;
    margin-top: 2px \9;
}

textarea.form-control-lg {
    height: 115px;
}

.help-block, .ajaxHelp-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 0;
    color: inherit;
    font-size: 14px;
}

.help-block:empty, .ajaxHelp-block:empty {
    margin: 0;
    padding: 0;
}

.help-block a, .ajaxHelp-block a {
    color: inherit;
    text-decoration: underline;
}

.has-success .help-block, .has-success .ajaxHelp-block {
    color: #3f9e45;
}

.has-error .help-block, .has-error .ajaxHelp-block {
    color: #c44e4e;
}

@media(min-width: 768px) {
    .user-has-ep-account {
        float: right !important;
        margin-bottom: .8rem;
    }
}

.navbar-custom .navbar-brand, .navbar-custom .navbar-brand-link {
    display: block;
    width: 203px;
    height: 75px;

}

.navbar-custom .navbar-nav {
    padding-top: 1.4rem;
    margin: 0;
    border-bottom: 1px solid #dddddd;
}

.navbar-custom .navbar-nav > li > a {
    color: #1F5BA8;
}

.navbar-custom .navbar-nav > li > a:hover, .navbar-custom .navbar-nav > li > a:focus {
    background: none;
    color: #1F5BA8;
    text-decoration: underline;
}

.navbar-custom .navbar-nav > li > a:focus {
    outline: 0;
}

.navbar-custom .navbar-nav > .active > a, .navbar-custom .navbar-nav > .active > a:hover, .navbar-custom .navbar-nav > .active > a:focus {
    background: none;
    color: #333333;
    text-decoration: none;
}

.navbar-custom .navbar-nav > .active > a:focus {
    outline: 0;
    text-decoration: underline;
}

.navbar-custom .navbar-nav > .open > a, .navbar-custom .navbar-nav > .open > a:hover, .navbar-custom .navbar-nav > .open > a:focus {
    outline: 0;
    color: #333333;
    text-decoration: none;
    background: none;
}

.navbar-custom .navbar-nav .open .dropdown-menu > li > a {
    font-size: 14px;
    color: #333333;
    padding: 8px 10px;
}

.navbar-custom .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-custom .navbar-nav .open .dropdown-menu > li > a:focus {
    outline: 0;
    color: #000000;
    background: #e3f0ff;
}

.navbar-custom .navbar-nav .open .dropdown-menu > .active > a, .navbar-custom .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-custom .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #000000;
    background: #e3f0ff;
}

.navbar-custom .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-custom .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-custom .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #333333;
    background-color: none;
}

.navbar-custom .navbar-link {
    color: #1F5BA8;
}

.navbar-custom .navbar-link:hover {
    color: #1F5BA8;
    text-decoration: underline;
}

.navbar-custom .navbar-link:focus {
    outline: 0;
}

.navbar-custom .btn-link {
    color: #2A5488;
}

    .navbar-custom .btn-link:hover, .navbar-custom .btn-link:focus {
        color: #2A5488;
        text-decoration: underline;
    }

.panel {
    margin-bottom: 0;
    box-shadow: none;
}

.panel-heading {
    padding: 13px 20px;
    position: relative;
    overflow: hidden;
}

.panel-heading-media {
    position: absolute;
    top: -20px;
    left: 20px;
    z-index: 1;
}

.panel-heading-meta {
    position: relative;
    z-index: 2;
}

.panel-default .panel-heading-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    margin: 0; }

.popover {
    min-width: 250px;
}

.popover-content {
    font-size: 13px;
    line-height: 1.1667;
}

.popover-content ul {
    margin: 3px 0 0;
    padding-left: 17px;
}

.popover-content ul > li {
    margin-top: 2px;
}

.popover-tip {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    border: 0 !important;
    margin: 0 !important;
    clip: rect(1px 1px 1px 1px) !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    overflow: hidden !important;
}

.btn-primary {
    color: #FFFFFF;
    background: #2A5488;
    border: 0;
    border-bottom: 2px solid #003e7d;
}

.btn-primary:hover, .btn-primary:focus {
    color: #FFFFFF;
    background: #4e84c4;
    border-color: #4e84c4;
    text-decoration: none;
    outline: 0;
}

.btn-primary-search {
    border-top: 2px solid #2A5488;
    border-bottom: 2px solid #2A5488;
}

.btn-default {
    color: #000000;
    background: #eeeeee;
    border: 0;
    border-bottom: 2px solid #d4d4d4;
}

.btn-default:hover, .btn-default:focus {
    background: #d4d4d4;
    border-color: #d4d4d4;
    text-decoration: none;
    outline: 0;
}

.breadcrumb {
    background: none;
    margin: -15px 0 25px 0;
    padding: 0;
    font-size: 14px;
    border-radius: 0;
}
  
@media (min-width: 768px) {
    .breadcrumb {
        margin-bottom: 30px;
    }
}
  
.breadcrumb > * {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin-right: 38px;
    margin-top: 15px;
}
  
.breadcrumb > * + li:before {
    display: none;
}
  
.breadcrumb > *:after {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: -1px;
    right: -25px;
    margin-left: 17px;
    background-image: url(../media/images/sprites/icn/sprite-core.png);
    background-position: 0px -341px;
    width: 10px;
    height: 20px;
}
  
.breadcrumb > * a, .breadcrumb > * a:hover {
    color: #004b96;
}
  
.breadcrumb > * a:focus {
    outline: 0;
}
  
.breadcrumb > .active {
    color: #333333;
    background: none;
}
  
.breadcrumb > .active a, .breadcrumb > .active a:hover, .breadcrumb > .active a:focus {
    color: inherit;
    text-decoration: none;
}
  
.breadcrumb > *:first-child {
    margin-right: 0;
}
  
.breadcrumb > *:first-child a {
    display: inline-block;
    position: relative;
    background: #969696;
    margin-right: 30px;
    padding: 4px 2px 4px 8px;
    -webkit-transition: background 0.25s ease-in-out, border 0.25s ease-in-out;
    transition: background 0.25s ease-in-out, border 0.25s ease-in-out;
}
  
.breadcrumb > *:first-child a:focus {
    background: #7e8083;
}
  
.breadcrumb > *:first-child a:focus:after {
    border-left-color: #7e8083;
}
  
.breadcrumb > *:first-child:after {
    display: none;
}
  
.breadcrumb > *:first-child a:after {
    content: " ";
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    position: absolute;
    top: 0;
    right: auto;
    left: 100%;
    margin-left: 0;
    background: none;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 16px solid #969696;
    -webkit-transition: background 0.25s ease-in-out, border 0.25s ease-in-out;
    transition: background 0.25s ease-in-out, border 0.25s ease-in-out;
}
  
.breadcrumb > *:last-child {
    margin-right: 0;
}
  
.breadcrumb > *:last-child:after {
    display: none;
}

.tab-content > .wait-for-load {
    /* 
       Acts as a display: none
       Flash doesn't work with display: none, so jPlayer breaks
       Instead, we banish it to an alternate dimension of css hacks
       until jPlayer is loaded then we can use display: none;
   */
    display: block;
    position: absolute;
    left: -99999px;
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        width: 220px;
    }
    .dl-horizontal dd {
        margin-left: 240px;
    }
}

.d-flex {
    display: flex;
}