html, body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    background: #ef7621;
}

html, body,
body .elementor-widget-text-editor,
.elementor-widget-image .widget-image-caption {
    font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif !important;
    color: #000;
}

html#html {
    margin-top: 0 !important;
}

#wpadminbar {
    opacity: 0.85;
}

body {
    overflow-x: hidden;
}

.row {
    margin: 0;
}

.row > * {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.row.with-padding {
    margin: 0 -15px;
}

.row.with-padding > * {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.row.with-small-padding {
    margin: 0 -5px;
}

.row.with-small-padding > * {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.row > br {
    display: none !important;
}

.row.vertical-aligned > .column {
    align-self: center;
}

.block-content .elementor-section-wrap {
    margin: -6px -20px !important;
}

.elementor-row .elementor-row {
    margin: -5px -20px !important;
    width: auto !important;
}

.block-content .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
    padding: 5px 20px;
}

.block-content .elementor-container {
    max-width: 100% !important;
}

.block-content .elementor-row.ui-sortable {
    width: 100%;
}

.block-content {
    font-size: 16px;
}

.block-content p {
    line-height: 1.6;
}

.block-content > ul:first-child,
.block-content > p:first-child,
.block-content > h1:first-child,
.block-content > h2:first-child,
.block-content > h3:first-child,
.column > ul:first-child,
.column > p:first-child,
.column > h1:first-child,
.column > h2:first-child,
.column > h3:first-child,
.elementor-text-editor > ul:first-child,
.elementor-text-editor > p:first-child,
.elementor-text-editor > h1:first-child,
.elementor-text-editor > h2:first-child,
.elementor-text-editor > h3:first-child {
    margin-top: 0;
}

.block-content > h2:first-child,
.block-content > h4:first-child,
.elementor-text-editor > h2:first-child,
.elementor-text-editor > h3:first-child,
.elementor-text-editor > h4:first-child {
    margin-bottom: 0;
}

.elementor-text-editor > p:last-child {
    margin-bottom: 0;
}

.block-content > .pipeline-link:first-child,
.column > .pipeline-link:first-child {
    margin-top: 5px;
}

.block-content h1,
.block-content h2 {
    color: #1d4f90;
    font-size: 2em;
}

.block-content h3 {
    color: #ef7622;
    font-size: 1.7em;
}

.block-content h4, .nf-form-cont h3 {
    color: #1d4f90;
    font-size: 1.34em;
}

.nf-form-cont h3 {
    margin-bottom: -7px;
    margin-top: 1em;
}

.block-margin {
    margin-top: 0.7em !important;
    margin-bottom: 0.7em !important;
}

/**
 * Typography and misc. styles
 */

a {
    text-decoration: none;
    color: #ef7621;
}

a:hover {
    color: #1d4f90;
}

img {
    display: block;
    width: 100%;
}

img.inline {
    display: inline-block;
    width: auto;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    margin-bottom: 0.4em;
    margin-top: 0.4em;
    line-height: 1.3;
}

h1.normal, h2.normal, h3.normal, h4.normal {
    text-transform: none;
}

p+h1, .block-content .row + h1, ul+h1,
p+h2, .block-content .row + h2, ul+h2,
p+h3, .block-content .row + h3, ul+h3 {
    margin-top: 0.6em;
    margin-bottom: 0;
}

p+h4, h1+h4, ul+h4 {
    margin-top: 1em;
    margin-bottom: 0;
}

p {
    margin: 0.35em 0 0.55em;
    line-height: 1.6;
}

ul {
    margin: 0.35em 0;
    padding-left: 18px;
}

ul li {
    line-height: 1.6;
}

address {
    font-style: normal;
    line-height: 1.4;
}

.red {
    color: #ef7622;
}

.small {
    font-size: 90%;
}

.tiny {
    font-size: 80%;
}

.extra-tiny {
    font-size: 70%;
}

.big {
    font-size: 110%;
}

.large {
    font-size: 120%;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.align-right, .alignright {
    float: right;
}

img.align-right, img.alignright {
    margin-left: 25px;
    margin-bottom: 25px;
    width: auto;
    height: auto;
    max-width: 50%;
}

.align-left, .alignleft {
    float: left;
}

img.align-left, img.alignleft {
    margin-right: 25px;
    margin-bottom: 25px;
    width: auto;
    height: auto;
    max-width: 50%;
}

.align-center, .aligncenter {
    margin: 0 auto 30px;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav ul a {
    display: block;
    padding: 0.4em 0;
}

.mb {
    margin-bottom: 1em;
}

.mb2 {
    margin-bottom: 2em;
}

.block {
    padding: 30px 0;
}

.block:after {
    display: block;
    height: 0;
    content: '';
    clear: both;
}

.block.block-content {
    padding: 40px;
}

.block > *:first-child {
    margin-top: 0;
}

.block > *:last-child {
    margin-bottom: 0;
}

.block h2,
.custom-html-widget {
	padding: 0 40px;
}

.bg-brandblue {
	background-color: #1d4f90;
	color: #fff;
}

.bg-gray {
    background-color: #e1e1e1;
}

form + h1 {
	text-transform: lowercase;
}

.bg-gray h1, .bg-gray h2, .bg-gray h3, .bg-gray h4 {
    color: #1d4f90;
}

.bg-darkgray {
    background-color: #646467;
    color: #fff;
}

#footer {
	color: #646467;
}

.bg-orange {
    background: #ef7622;
    color: #fff;
}

.bg-brandblue a,
.bg-orange a {
    color: #fff;
}

.bg-orange a:hover {
    color: #1d4f90;
}

.btn.btn-blue-outline, .btn.btn-success {
    background: transparent;
    color: #1d4f90;
    border: 1px solid #1d4f90;
    padding: 0.5em 2em;
    text-transform: uppercase;
    display: inline-block;
}

.file_upload-container .btn.btn-success {
    position: relative;
    top: -7px;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
}

.btn.btn-blue-outline:hover, .btn.btn-success:hover {
    color: #fff;
    border: 1px solid #ef7622;
    background: #ef7622;
}

.clear {
    display: block;
    clear: both;
    height: 1px;
    margin-top: -1px;
}

.text-orange {
    color: #ef7622;
}

.normalcase {
    text-transform: none !important;
}

/**
 * Menu
 */

#main-menu-container {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 46px;
    height: 100%;
    font-family: Catamaran,'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
}

#toggle-main-menu {
    display: block;
    position: absolute;
    left: 0;
    top: 27px;
    color: #fff;
    width: 46px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    font-size: 2em;
}

#main-menu {
    transform: scaleX(0);
    transform-origin: 0 0;
    transition: transform 0.2s, left 0.2s;
    position: absolute;
    left: 46px;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0 0 0 46px;
    box-sizing: border-box;
}

#main-menu #menu-item-1952 {
    display: none;
}

#sidebar-menu .menu-item-1952 > a {
    display: none;
}

#main-menu > ul {
    padding-top: 25px;
    width: 300px;
    min-height: 100%;
    box-sizing: border-box;
    background: rgba(0,0,0,0.8);
}

.menu-open {
    overflow: hidden;
}

.menu-open #main-menu-container {
    width: 100%;
}

.menu-open #main-menu {
    overflow-y: auto;
    transform: scaleX(1);
    left: 0;
}

.img-hover-link:hover figcaption {
	color: #fff !important;
}

#main-menu > ul > li {
    padding: 0;
    margin: 0;
    text-transform: lowercase;
}

#main-menu > ul > li a {
    display: block;
    padding: 20px 30px;
    line-height: 1;
    color: #fff;
}

#main-menu > ul > li > a {
    font-size: 1.2em;
    position: relative;
}

#main-menu > ul ul ul a {
    padding-left: 50px;
}

#main-menu > ul > li > ul > li {
    position: relative;
}

#main-menu > ul > li.menu-item-has-children > a:after,
#main-menu > ul > li > ul > li.menu-item-has-children > a:after {
    display: block;
    position: absolute;
    right: 0.2em;
    top: 0;
    bottom: 0;
    margin: auto 0;
    font-size: 1.4em;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-align: center;
    font-family: "Ionicons";
    content: "\f3d3";
}

#main-menu > ul > li > ul > li.menu-item-has-children > a:after {
    margin: 0;
    top: 17px;
}

#main-menu > ul > li > ul > li.menu-item-has-children > ul {
    display: none;
}

#main-menu > ul > li.current-menu-item > a,
#main-menu > ul > li.current-menu-ancestor > a,
#main-menu > ul > li > a:hover {
    background: #1d4f90;
}

#main-menu > ul > li.menu-item-has-children.current-menu-item > a:after,
#main-menu > ul > li.menu-item-has-children.current-menu-ancestor > a:after,
#main-menu > ul > li > ul > li.menu-item-has-children.current-menu-item > a:after,
#main-menu > ul > li > ul > li.menu-item-has-children.current-menu-ancestor > a:after {
    transform: rotate(90deg);
}

#main-menu > ul > li > ul > li.menu-item-has-children.current-menu-item ul,
#main-menu > ul > li > ul > li.menu-item-has-children.current-menu-ancestor ul {
    display: block;
}

#main-menu > ul > li > ul > li.menu-item-has-children.current-menu-item  > a,
#main-menu > ul > li > ul > li.menu-item-has-children.current-menu-ancestor > a {
    color: #ef7621;
}

#main-menu > ul > li > ul {
    display: none;
}

#main-menu > ul > li.current-menu-item > ul,
#main-menu > ul > li.current-menu-ancestor > ul {
    display: block;
    background: #093b7c;
    font-size: 1.1em;
}

#main-menu > ul > li > ul li.current-menu-item > a,
#main-menu > ul > li > ul li.current-menu-ancestor > a,
#main-menu > ul > li > ul a:hover,
#main-menu > ul > li > ul a:hover {
    color: #ef7621;
}

#footer nav ul li a {
    text-transform: lowercase;
	padding: 0.4em 40px;
}

#footer nav ul li a:hover {
    background-color: #ef7621;
}


/**
 * Components
 */

.logo {
    text-indent: -5000px;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
    display: block;
}

.collapse-container .collapse-content {
    opacity: 0;
    height: 0;
    transition: max-height 0.4s, opacity 0.2s;
}

.collapse-container.on .collapse-content {
    height: auto;
    opacity: 1;
}

.collapse-container .collapse-toggle {
    cursor: pointer;
}

.input-group {
    box-sizing: border-box;
    border: 1px solid #444;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 32px;
    padding-right: 30px;
}

.input-group .form-control {
    width: 100%;
    height: 30px !important;
    border: 0 none;
    outline: 0 none;
    margin: 0;
    padding-left: 3px;
    padding-right: 3px;
    font-size: 0.9em;
}

#footer form {
	padding: 0 20px;
}

.input-group .input-group-btn {
    display: block;
    box-sizing: border-box;
    border-left: 1px solid #444;
    width: 30px;
    position: absolute;
    right: 0;
    top: 0;
}

.input-group .input-group-btn .btn {
    border: 0 none;
    background: #fff;
    color: #444;
    height: 30px;
    width: 29px;
    font-size: 25px;
    padding: 0;
}

.pipeline-link {
    position: relative;
    clear: both;
    display: block;
    font-size: 1.5em;
    color: #ef7621;
    margin-top: 1em;
    padding-top: 0.5em;
    padding-right: 45px;
    margin-bottom: 1em;
    line-height: 1.3;
    border-top: 1px solid #ef7621;
}

.superscript {
	font-size: 10px;
    vertical-align: top;
}

.pipeline-btn {
    float: right;
    font-size: 0.7em;
    text-transform: uppercase;
    color: #ef7621 !important;
    height: 30px;
    border: 1px solid #ef7621;
    text-align: center;
    line-height: 30px;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 20px;
}

.pipeline-btn:hover {
    border-color: #1d4f90 !important;
    background: #1d4f90 !important;
    color: #fff !important;
}

.pipeline-link a, .pipeline-link em {
    color: #1d4f90;
    font-style: normal;
}

.pipeline-link a:hover {
    color: #ef7621;
}

.pipeline-link:after {
    position: absolute;
    right: 0;
    top: 12px;
    width: 30px;
    height: 30px;
    border: 1px solid #ef7621;
    font-family: "Ionicons";
    content: "\f3d3";
    text-align: center;
    line-height: 30px;
}

a.pipeline-link:hover {
    border-top-color: #1d4f90;
}

a.pipeline-link:hover:after {
    border-color: #1d4f90;
}

.pipeline-link.blue {
    color: #1d4f90;
    border-top-color: #1d4f90;
}

a.pipeline-link.blue:hover {
    color: #ef7621;
    border-top-color: #ef7621;
}

a.pipeline-link.blue:hover:after {
    color: #ef7621;
    border-color: #ef7621;
}

.pipeline-link.blue:after {
    color: #1d4f90;
    border-color: #1d4f90;
}

.pipeline-link.blue a, .pipeline-link.blue em {
    color: #ef7621;
    font-style: normal;
}

span.pipeline-link {
    padding-right: 0;
}

span.pipeline-link:after {
    display: none;
}

.page-id-63 .pipeline {
    margin-top: 0.5em;
    margin-bottom: 1em;
}

.pipeline-label {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    background: #1d4f90;
    color: #fff;
    border-left: 1px solid #fff;
}

.pipeline-label.pipeline-label-blank {
    border-left: 0 none !important;
}

.pipeline-row {
    border-top: 2px solid #fff;
}

.pipeline-item {
    position: relative;
    background: #e1e1e1;
    color: #1d4f90;
    padding: 25px 25px 25px 70px !important;
}

.pipeline-item:after {
    position: absolute;
    margin: auto 0;
    left: 20px;
    top: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #1d4f90;
    font-family: "Ionicons";
    font-size: 1.5em;
    content: "\f3d3";
    text-align: center;
    transition: transform 0.2s;
}

.collapse-container.on .pipeline-item:after {
    transform: rotate(90deg);
}

.pipeline-item h2 {
    color: #1d4f90;
    margin: 0;
    font-size: 1.3em;
    text-transform: none;
}

.pipeline-item p {
    margin: 0;
    font-size: 0.75em;
    line-height: 1;
    font-style: italic;
}

.pipeline-progress {
    position: relative;
    background: #e1e1e1;
    overflow: hidden;
    min-height: 70px;
}

.pipeline-progress .progress {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    display: block;
    height: 50px;
    background: #ef7622; /* Old browsers */
    background: -moz-linear-gradient(left, #ef7622 0%, #bb430c 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #ef7622 0%,#bb430c 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #ef7622 0%,#bb430c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef7622', endColorstr='#bb430c',GradientType=1 ); /* IE6-9 */
    transform-origin: 0 0;
    transform: skewX(-20deg);
}

.pipeline-content {
    background: #e1e1e1;
    border-top: 1px solid #fff;
    padding: 10px 15px;
    color: #1d4f90;
}

.pipeline-content > p:first-child {
    margin-top: 0;
}

.pipeline-content > p:last-child {
    margin-bottom: 0;
}

.profile {
    margin-bottom: 2em;
}

.profile .collapse-content {
    padding-bottom: 1px;
    display: none;
}

.profile.on .collapse-content {
    display: block;
}

.profile-header {
    position: relative;
    min-height: 150px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-right: 100px;
}

.profile-header .img {
    width: 150px;
    height: 150px;
    overflow: hidden;
    background: #f3f3f3;
    flex-shrink: 0;
    margin-right: 20px;
}

.profile-header .img img {
    display: block;
    width: 100%;
}

.profile-header .text {
    line-height: 1;
}

.profile-header .text h2 {
    margin: 0;
    color: #1d4f90;
    text-transform: none !important;
    font-size: 1.7em;
	padding: 0;
}

.profile-header .text p {
    margin: 0;
    color: #ef7622;
    font-size: 1.2em;
}

.profile-header:after {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 30px;
    height: 30px;
    color: #1d4f90;
    border: 1px solid #1d4f90;
    font-family: "Ionicons";
    font-size: 1.5em;
    content: "\f3d3";
    text-align: center;
    line-height: 30px;
    transition: transform 0.2s;
}

.profile.on .profile-header:after {
    transform: rotate(90deg);
}

.profile-bio {
    margin: 1em 0 1.5em;
}

.annoted-image-container {
    position: relative;
}

.annoted-image {
    position: relative;
    width: 52%;
    margin: 0 auto;
}

.annoted-image .dot {
    position: absolute;
    display: block;
    content: '';
    width: 9px;
    height: 9px;
    background: #ef7622;
    border-radius: 50%;
    box-shadow: 0 1px 0 rgba(0,0,0,0.3);
}

.annoted-image-container .annotation-label {
    position: absolute;
    display: block;
    max-width: 21%;
    color: #ef7622;
}

.annoted-image-container .annotation-label span {
    display: inline-block;
    transform: scale(0);
    animation: bounce-in 0.2s linear forwards;
    transform-origin: 100% 50%;
}

.annoted-image ul {
    display: none;
}

.annoted-image-connection {
    position: absolute;
    left: 0;
    top: 0;
    stroke-dashoffset:600;
    stroke-dasharray:600;
    animation: dash 1s linear forwards;
    overflow: hidden;
}

.nf-form-fields-required {
    font-size: 0.7em;
}

nf-section {
    display: block;
    margin-bottom: 1em;
}

.nf-field-label label {
    font-weight: normal !important;
}

.label-left .nf-field-label {
    text-align: left !important;
    max-width: 150px;
}

#ninja_forms_required_items, .nf-field-container {
    margin-bottom: 0.5em !important;
}

.nf-field-container select {
    max-width: 50%;
    min-width: 30%;
    width: auto !important;
}

.profile-header.no-bio::after {
	display: none;
}

.list-checkbox-wrap .nf-field-element ul > li, .list-radio-wrap .nf-field-element ul > li {
    display: inline-block;
    margin-right: 1em !important;
    min-width: 80px;
    white-space: nowrap;
}

.nf-field-element select, select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    background: url('../img/ico-select.png') no-repeat right center;
}

.submit-container .nf-field-label,
.recaptcha-wrap .nf-field-label {
    display: none !important;
}

.submit-container .ninja-forms-field.nf-element, .btn-submit {
    background: transparent;
    color: #ef7621;
    border: 1px solid #ef7621;
    padding: 0.5em 2em;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 0 !important;
}

.submit-container .ninja-forms-field.nf-element:hover, .btn-submit:hover,
.btn-submit.opaque:hover, .btn-submit.opaque:active {
    color: #fff;
    background: #1d4f90;
    border: 1px solid #1d4f90;
}

.btn-submit {
    font-size: 0.7em;
    height: 38px;
    width: 100%;
}

.btn-submit.opaque {
    background: #ef7621;
    color: #fff;
}

input[type="text"],
input[type="email"],
input[type="phone"],
input[type="tel"],
input[type="number"],
textarea,
select {
    background-color: #fff;
    box-sizing: border-box;
    border: 1px solid #444;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 38px !important;
    padding-left: 2px;
    padding-right: 2px;
    font-size: 0.7em;
    border-radius: 0 !important;
}

textarea {
    height: auto !important;
    min-height: 12em;
}

.file_upload-wrap {
    display: flex;
    flex-direction: row;
}

.file_upload-wrap .nf-field-label {
    width: 160px;
}

.file_upload-wrap .nf-field-element {
    flex: 1 1;
}

.label-left .field-wrap {
    flex-wrap: nowrap !important;
}

.label-left .field-wrap .nf-field-element {
    width: 100%;
}

article.category-publications .date {
    display: none;
}

article.category-publications h3 {
    margin-top: 0;
}

article.category-event h3, article.category-event h4 {
    margin-top: 0;
}

article.category-event p {
    margin: 0.5em 0 0 0;
}

article {
    margin-bottom: 1em;
}

.img-hover-link {
    display: block;
    position: relative;
    overflow: hidden;
    background-size: cover;
}

.img-hover-link .widget-image-caption {
    position: absolute;
    width: 70%;
    height: 3em;
    line-height: 1.5em;
    font-size: 2.7vw;
    text-align: center;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #fff;
    transition: text-shadow 0.2s;
    pointer-events: none;
}

.img-hover-link:hover .widget-image-caption {
    text-shadow: 1px 1px 3px rgba(0,0,0,0.8);
}

.img-hover-link figure:after {
    display: block;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background: #fff;
    z-index: 3;

}

.img-hover-link.last figure:after {
    display: none;
}

/**
 * Pages
 */

#page {
    margin-left: 46px;
    background: #fff;
}

.page-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.page-content > * {
    -webkit-box-flex: 0;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.page-content .page-header {
    flex: 0 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.page-header {
    position: relative;
}

.page-header .logo {
    position: absolute;
    left: 40px;
    top: 24px;
    width: 290px;
    height: 50px;
    z-index: 3;
}

.page-header h1 {
	text-transform: lowercase;
	max-width: 500px;
}

.elementor-text-editor h2 {
	padding: 0 !important;
}

.page-header h1:before {
    text-indent: -5000px;
    content: '-';
    display: inline-block;
    float: right;
    width: 50px;
}

.page-header img {
    position: relative;
    z-index: 1;
}

.copyright {
    padding: 13px 40px;
}

.copyright .widget_text {
    margin: 0.5em 0 0 0;
}

.copyright .logo {
    position: relative;
    width: 216px;
    height: 36px;
}

/* .copyright a {
    color: #fff;
    text-decoration: underline;
} */

.sidebar {
    background-color: #e1e1e1;
    color: #fff;
    padding-top: 30px;
    padding-bottom: 40px;
    text-transform: lowercase;
}

.sidebar nav > ul > li {
    display: none;
}

.sidebar nav > ul > li.current-menu-item,
.sidebar nav > ul > li.current-menu-ancestor {
    display: block;
}

.sidebar nav > ul > li.current-menu-item > a,
.sidebar nav > ul > li.current-menu-ancestor > a {
    color: #ef7621;
    padding-left: 40px;
    font-size: 1.3em;
}

.sidebar a {
    color: #1d4f90;
    line-height: 1.2;
}

.sidebar nav > ul > li > ul > li > a {
    padding: 8px 8px 8px 40px;
}

.sidebar nav > ul > li > ul li.current-menu-item > a,
.sidebar nav > ul > li > ul li.current-menu-ancestor > a,
.sidebar nav > ul > li > ul li > a:hover {
    background: #ef7621;
	color: #fff;
}

.sidebar nav > ul > li > ul > li > ul {
    display: none;
    background: #1d4f90;
}

.sidebar nav > ul > li > ul > li > ul > li > a {
    padding: 10px 10px 10px 70px;
	color: #fff;
}

.sidebar nav > ul li.current-menu-item > ul,
.sidebar nav > ul li.current-menu-ancestor > ul {
    display: block;
}

.sidebar nav > ul > li > ul > li > ul > li.current-menu-item > a,
.sidebar nav > ul > li > ul > li > ul > li.current-menu-ancestor > a,
.sidebar nav > ul > li > ul > li > ul > li > a:hover {
    color: #ef7621;
    background: transparent !important;
}

/*
 * Misc
 */

.page-header .header-wrapper {
    display: block;
    position: absolute;
    z-index: 2;
    left: 40px;
    top: 0;
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.page-header .header-wrapper h1 {
    display: block;
    font-size: 2.4em;
    color: #1d4f90;
    line-height: 1.4;
    margin: 44px 0 0 0;
}

.delay-1 { animation-delay: 0.2s !important; }
.delay-2 { animation-delay: 0.4s !important; }
.delay-3 { animation-delay: 0.6s !important; }
.delay-4 { animation-delay: 0.8s !important; }
.delay-5 { animation-delay: 1s !important; }
.delay-6 { animation-delay: 1.2s !important; }
.delay-7 { animation-delay: 1.4s !important; }
.delay-8 { animation-delay: 1.6s !important; }
.delay-9 { animation-delay: 1.8s !important; }
.delay-10 { animation-delay: 2s !important; }

/*
 * Home
 */

.home .page-header .header-wrapper {
    display: block;
    position: absolute;
    width: 62%;
    height: auto;
    left: 0;
    right: 0;
    top: 13%;
    margin: 0 auto;
}

.home .page-header h1 {
    color: #1d4f90;
    text-align: right;
    margin: 0;
    font-size: 2.7vw;
    text-transform: none;
}

.home .page-header h1:before {
    display: none;
}

/*
 * Media resources
 */

.media-resources-sidebar .elementor-widget-wrap {
    background: #e1e1e1;
    color: #1d4f90;
    padding: 20px;
}

.media-resources-sidebar h1 {
    margin-bottom: 0.1em;
}

.media-resources-sidebar h3 {
    margin: 0;
}

.media-resources-sidebar p {
    margin: 0;
}

.media-resources-sidebar ul {
    list-style: none;
    margin: 0 0 0.5em 0;
    padding: 0;
}

.media-resource-items {
    padding-left: 20px !important;
}

.media-resource-items p {
    margin: 20px 0 0 0;
}

.media-resource-items label {
    margin-right: 1em;
    font-size: 0.9em;
    display: inline-block;
    white-space: nowrap;
}

.media-resource-items .row {
    margin: 0 -10px !important;
}

.media-resource-items .row > div {
    padding: 0 10px !important;
}

.media-resource-item {
    margin-top: 20px;
    position: relative;
}

.media-resource-item a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    text-indent: -10000px;
}

.media-resource-item:after {
	content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 2;
}

.media-resource-item:hover:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    z-index: 2;
}

.media-resource-item .text {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    padding: 20px;
}

.media-resource-item .text h3 {
    margin: 0;
    font-size: 1em;
    text-transform: none;
}

.media-resource-item .text p {
    margin: 0;
    color: #fff;
    font-size: 0.8em;
    text-transform: lowercase;
}

.team-member-header {
    padding: 20px 30px;
    background: #e1e1e1;
}

.team-member-header h1 {
    margin-top: 0;
    color: #1d4f90;
}

.team-member-header p:last-child {
    margin-bottom: 0;
}

.team-member-image {
    position: relative;
    background-size: cover;
    background-position: center center;
}

.team-member-image-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    background: rgba(0,0,0,0.6);
}

.team-member-image-text h2 {
    color: #fff;
    margin: 0;
    text-transform: none;
}

.team-member-image-text p {
    color: #ef7621;
    margin: 0;
    font-size: 1.3em;
}

.team-member-content {
    padding: 20px 30px !important;
    background: #ef7621;
    color: #fff;
}

.team-member-content blockquote {
    margin: 0.5em 0;
    font-size: 1.6em;
}

.team-member-content p:first-child {
    margin-top: 0;
}

.team-member-content p:last-child {
    margin-bottom: 0;
}

article.category-press-releases {
    margin-bottom: 1em;
}

.date {
    text-transform: lowercase;
}

article.category-press-releases .date {
    color: #ef7621;
    margin: 0;
    font-size: 1.3em;
}

article.category-press-releases h3, article.category-press-releases h4 {
    margin-top: 0;
    text-transform: uppercase !important;
    font-size: 1.1em;
}

article.category-press-releases h3 .normalcase, article.category-press-releases h4 .normalcase {
    text-transform: uppercase !important;
}

article.category-press-releases h3 a, article.category-press-releases h4 a {
    color: black;
}

#nf-field-41 {
    width: 100% !important;
    max-width: 100%;
}

.category-4 article h3, .category-4 article h3 .normalcase {
    text-transform: uppercase !important;
}

.search article.post h3 {
    margin-top: 0;
}

.search article.post p.date {
    margin: 0;
}

.page-id-61 .alignright {
    width: 300px;
    max-width: 40%;
    margin-bottom: 0;
}

.home .block.block-content {
    padding: 6px 20px;
}

.home .block.block-content h1 {
    display: none;
}

.home .block.block-content img.size-full {
    margin-bottom: 0;
}

h2.widgettitle {
    margin-top: 0;
}

.job h4 a {
    text-transform: lowercase;
    color: #000;
    font-size: 16px;
}

/**
 * Animations
 */

@keyframes dash {
    to { stroke-dashoffset:0; }
}

@keyframes bounce-in {
    0% { transform: scale(0); }
    80% { transform: scale(1.1); }
    90% { transform: scale(0.9); }
    95% { transform: scale(1.05); }
    100% { transform: scale(1); }
}


@media (min-width: 1600px){

    .block-content {
        width: 1000px;
    }
    
    .home .block-content {
        width: auto;
    }

}
