/*
Theme Name: ISDC
Theme URI: https://isdc.org
Author: Nils Henrik
Description: Custom WordPress theme developed for ISDC, International Security and Development Center gGmbH
Tags: blog, one-column, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, theme-options, translation-ready
Version: 3.2.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: isdc
*/

/* -----------------------------------------
	Table of Contents
--------------------------------------------

.. 01. General
.. 02. Main Navigation
.. 03. Header
.. 04. Modules
.. 05. Footer
.. 06. Comments
.. 07. Widgets Styling
.. 08. WordPress defaults
.. 09. Mobile Menu
.. 10. External Plugins
.. 11. Global Mediaqueries

*/

/* -----------------------------------------
	01. General
----------------------------------------- */
html {
	box-sizing: border-box;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: transparent;
}

* {
	box-sizing: inherit;
}

*::before, *::after {
	box-sizing: inherit;
}

/* Basic Typography
=================================== */
/* fira-sans-regular - latin */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/fira-sans-v16-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/fira-sans-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/fira-sans-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/fira-sans-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/fira-sans-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/fira-sans-v16-latin-regular.svg#FiraSans') format('svg'); /* Legacy iOS */
}

/* fira-sans-italic - latin */
@font-face {
  font-family: 'Fira Sans';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/fira-sans-v16-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/fira-sans-v16-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/fira-sans-v16-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/fira-sans-v16-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('fonts/fira-sans-v16-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/fira-sans-v16-latin-italic.svg#FiraSans') format('svg'); /* Legacy iOS */
}

/* fira-sans-700 - latin */
@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/fira-sans-v16-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/fira-sans-v16-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/fira-sans-v16-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/fira-sans-v16-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/fira-sans-v16-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/fira-sans-v16-latin-700.svg#FiraSans') format('svg'); /* Legacy iOS */
}

/* fira-sans-700italic - latin */
@font-face {
  font-family: 'Fira Sans';
  font-style: italic;
  font-weight: 700;
  src: url('fonts/fira-sans-v16-latin-700italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/fira-sans-v16-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/fira-sans-v16-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/fira-sans-v16-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('fonts/fira-sans-v16-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/fira-sans-v16-latin-700italic.svg#FiraSans') format('svg'); /* Legacy iOS */
}

/* radio-canada-regular - latin */
@font-face {
  font-family: 'Radio Canada';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/radio-canada-v14-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/radio-canada-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/radio-canada-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/radio-canada-v14-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/radio-canada-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/radio-canada-v14-latin-regular.svg#RadioCanada') format('svg'); /* Legacy iOS */
}

/* radio-canada-italic - latin */
@font-face {
  font-family: 'Radio Canada';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/radio-canada-v14-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('fonts/radio-canada-v14-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/radio-canada-v14-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/radio-canada-v14-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('fonts/radio-canada-v14-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/radio-canada-v14-latin-italic.svg#RadioCanada') format('svg'); /* Legacy iOS */
}

body {
	line-height: 1.6;
	font-size: 16px;
	background-color: #ECEEF4;
	color: #374151;
	font-family: 'Radio Canada', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
	color: #111827;
	line-height: 1.3;
	margin: 0 0 16px;
	font-family: 'Fira Sans', sans-serif;
	font-weight: normal;
	word-wrap: break-word;
	text-rendering: optimizeLegibility;
}

h1 {
	font-size: 24px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}

p {
	margin: 0 0 15px;
}

img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}

a {
	-webkit-transition: color .18s ease, background-color .18s ease, border-color .18s ease;
	transition: color .18s ease, background-color .18s ease, border-color .18s ease;
	outline: none;
	color: #2563EB;
	text-decoration: none;
}

a:hover {
	color: #B93008;
	outline: none;
	text-decoration: underline;
}

a:active {
	outline: none;
}

.group::after {
	content: "";
	display: table;
	clear: both;
}

/* General Element Styling
=================================== */
/* Reset figure margin from normalize.css */
figure {
	margin: 0;
}

/* Lists */
ul, ol {
	padding-left: 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

dl {
	margin: 0 0 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 15px;
}

/* Blockquotes */
/*blockquote {
	margin: 20px 0;
	padding-left: 15px;
	border-left: 3px solid #e9e9e9;
	font-weight: 300;
}

blockquote cite {
	display: block;
	font-weight: bold;
	font-style: italic;
	margin: 10px 0 0;
	color: rgba(72, 72, 72, 0.8);
	font-size: 14px;
}*/

/* Tables */
table {
	border-collapse: separate;
	border-spacing: 0;
	width: 100%;
}

.entry-content table {
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
}

.entry-content th,
.entry-content td {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.entry-content th:first-child,
.entry-content td:first-child {
	padding-left: 0;
}

.entry-content caption,
.entry-content th,
.entry-content td {
	font-weight: normal;
	text-align: left;
	padding: 5px;
	vertical-align: middle;
}

.entry-content th {
	border-width: 0 1px 1px 0;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 85%;
}

.entry-content td {
	border-width: 0 1px 1px 0;
}

/* Code */
code, kbd, tt, var, samp, pre {
	font-family: monospace, serif;
	-webkit-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	font-style: normal;
}

pre {
	padding: 15px;
	border: 1px solid rgba(0, 0, 0, 0.1);
}

/* Various */
address {
	margin: 0 0 15px;
}

.sr-only,
.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

/* Embeds and iframes
=================================== */
embed,
iframe,
object,
video,
audio {
	margin-bottom: 15px;
	max-width: 100%;
}

p > embed,
p > iframe,
p > object,
p > audio,
span > embed,
span > iframe,
span > object,
span > audio {
	margin-bottom: 0;
}

#map *,
.map * {
	max-width: none !important;
}

/* General Form Styling
=================================== */
.form-field {
	margin-bottom: 20px;
}

label {
	display: block;
	margin: 0 0 2px;
	font-weight: normal;
}

input,
textarea {
	display: inline-block;
	width: 100%;
	max-width: 100%;
	height: 42px;
	padding: 6px 12px;
	box-shadow: none;
	line-height: normal;
	border: 2px solid #e9e9e9;
	border-radius: 3px;
	background-color: #fff;
	background-image: none;
	color: #484848;
	font-size: 15px;
	-webkit-transition: border-color .18s ease;
	transition: border-color .18s ease;
}

input:hover, input:focus,
textarea:hover,
textarea:focus {
	border-color: #003863;
	outline: none;
}

@media (max-width: 991px) {
	input,
	textarea {
		font-size: 16px;
	}
}

@media (max-width: 543px) {
	input,
	textarea {
		width: 100%;
	}
}

input[type="search"] {
	/* Restoring box-sizing */
	box-sizing: border-box;
}

textarea {
	height: auto;
}

select {
	max-width: 100%;
	color: #484848;
	height: 42px;
	border-color: #e9e9e9;
	border-style: solid;
	border-width: 2px;
	padding-left: 12px;
	padding-right: 12px;
	padding: 0;
	background-color: #fff;
	border-radius: 2px;
}

.ci-select {
	position: relative;
	width: 100%;
	height: 42px;
}

.ci-select select {
	width: 100%;
	height: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 3px;
	border: 2px solid #e9e9e9;
	padding: 6px 12px;
	color: #828282;
	background-color: #fff;
}

.ci-select select::-ms-expand {
	display: none;
}

.ci-select::after {
	font-family: "FontAwesome";
	content: "\f107";
	font-size: 20px;
	position: absolute;
	top: 0;
	line-height: 42px;
	right: 12px;
	height: 100%;
	color: #484848;
	pointer-events: none;
}

input[type="checkbox"],
input[type="radio"] {
	margin: 4px 0 0;
	line-height: normal;
	width: auto;
	height: auto;
}

fieldset {
	margin: 0 0 15px;
	padding: 0;
	border: 0;
	min-width: 0;
}

/* Placeholder text color */
::-webkit-input-placeholder {
	color: rgba(72, 72, 72, 0.5);
	font-weight: normal;
	opacity: 1;
}

:-moz-placeholder {
	color: rgba(72, 72, 72, 0.5);
	font-weight: normal;
	opacity: 1;
}

::-moz-placeholder {
	color: rgba(72, 72, 72, 0.5);
	font-weight: normal;
	opacity: 1;
}

:-ms-input-placeholder {
	color: rgba(72, 72, 72, 0.5);
	font-weight: normal;
	opacity: 1;
}

/* Buttons
=================================== */
.btn,
.comment-reply-link,
input[type="submit"],
input[type="reset"],
button {
	position: relative;
	display: inline-block;
	font-weight: normal;
	margin: 0;
	line-height: normal;
	border: 0;
	box-shadow: none;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	white-space: nowrap;
	-webkit-transition: .18s background-color ease, .18s color ease, .18s border-color ease, .18s opacity ease;
	transition: .18s background-color ease, .18s color ease, .18s border-color ease, .18s opacity ease;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-radius: 0;
	width: auto;
	height: auto;
	background-image: none;
	text-transform: uppercase;
	background-color: #003863;
	border: 2px solid transparent;
	color: #fff;
	font-weight: 700;
	border-radius: 3px;
	padding: 11px 38px;
	font-size: 13px;
	height: 42px;
}

.btn:active,
.comment-reply-link:active,
input[type="submit"]:active,
input[type="reset"]:active,
button:active {
	outline: none;
}

.btn:hover,
.comment-reply-link:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button:hover {
	color: #fff;
	background-color: #4f8ff5;
	text-decoration: none;
}

.btn::before,
.comment-reply-link::before,
input[type="submit"]::before,
input[type="reset"]::before,
button::before {
	border: 3px solid rgba(255, 255, 255, 0.35);
	border-top-color: rgba(255, 255, 255, 0.875);
	border-radius: 100%;
	height: 24px;
	width: 24px;
	-webkit-animation: rot .8s infinite linear;
	animation: rot .8s infinite linear;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -12px 0 0 -12px;
	opacity: 0;
	-webkit-transition: opacity .18s ease;
	transition: opacity .18s ease;
}

.btn-sm {
	padding: 8px 18px;
	font-size: 11px;
	height: auto;
}

.btn-lg {
	padding: 16px 42px;
	font-size: 16px;
	height: auto;
}

.btn-block {
	min-width: 100%;
	display: block;
	padding-left: 20px;
	padding-right: 20px;
}

.btn-round {
	border-radius: 30px;
}

.btn-transparent {
	background-color: transparent;
	border-color: #003863;
	color: #003863;
}

.btn-transparent:hover {
	color: #fff;
	background-color: #003863;
}

.btn-transparent.btn-loading:hover {
	background-color: transparent;
	color: #003863;
}

.btn-white {
	background-color: #fff;
	color: #003863;
}

.btn-white:hover {
	color: #003863;
	background-color: #fff;
}

.btn-white.btn-transparent {
	border-color: #fff;
	color: #fff;
	background-color: transparent;
}

.btn-white.btn-transparent:hover {
	background-color: #fff;
	color: #003863;
}

.btn-white.btn-transparent.btn-loading:hover {
	color: #fff;
	background-color: transparent;
}

.btn-loading {
	cursor: not-allowed;
	pointer-events: none;
	text-indent: -999em;
}

.btn-loading::before {
	opacity: 1;
}

#scroll-to-top {
	position: fixed;
	right: 50px;
	bottom: 50px;
	height: auto;
	width: auto;
	cursor: pointer;
	display: none;
	border-radius: 50%;
	z-index: 14;
	background-color: #003863;
	border: 1px solid #ECEEF4;
	transition: .18s background-color ease, .18s color ease, .18s border-color ease;
}

#scroll-to-top:hover {
    background-color: #4f8ff5;
}

#scroll-to-top a {
	padding: .75rem;
    color: #fff;
}

.scroll-to-top {
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Magnific Popup Overrides
=================================== */
.mfp-bg {
	background-color: #000;
}

.mfp-preloader {
	color: #fff;
}

.mfp-preloader a {
	color: #fff;
}

.mfp-preloader a:hover {
	color: #fff;
}

.mfp-container:not(.mfp-s-error) .mfp-preloader {
	border: 6px solid rgba(255, 255, 255, 0.35);
	border-top-color: rgba(255, 255, 255, 0.875);
	border-radius: 100%;
	height: 40px;
	width: 40px;
	-webkit-animation: rot .8s infinite linear;
	animation: rot .8s infinite linear;
	background-color: transparent;
	text-indent: -999em;
	margin: 0 auto;
}

button.mfp-close, button.mfp-arrow {
	border: 0;
	opacity: 1;
}

button.mfp-close:hover, button.mfp-arrow:hover {
	background: none;
	border: 0;
}

.mfp-close-btn-in .mfp-close {
	color: #fff;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color: #fff;
}

.mfp-arrow {
	line-height: .3;
}

.mfp-arrow::before, .mfp-arrow::after {
	border: 0;
}

.mfp-arrow::after {
	font-family: FontAwesome;
	font-size: 70px;
	color: #fff;
}

.mfp-arrow-right::after,
.mfp-arrow-right .mpf-a {
	content: "\f105";
}

.mfp-arrow-left::after,
.mfp-arrow-left .mpf-a {
	content: "\f104";
}

/* Slick JS */
.entry-testimonial {
    margin: 0 0 32px;
    padding: 0;
    border: 0;
    text-decoration: none;
}

.entry-testimonial-content {
    background-color: transparent;
    padding: 16px 16px 4px 48px;
    position: relative;
}

.entry-testimonial-content::before {
    content: "\201C";
    color: #003863;
    position: absolute;
    font-size: 86px;
    line-height: 1;
    left: 0;
    top: 0;
}

.entry-testimonial-content p:last-child {
    margin-bottom: 0;
}

.entry-testimonial-cite {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 10px 0 0 85px;
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
}

.entry-testimonial-cite-name {
    display: block;
    font-size: 16px;
    margin-bottom: 3px;
    color: #003863;
}

/* Slider */
.slick-loading .slick-list {
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('fonts/slick.eot');
    src: url('fonts/slick.eot?#iefix') format('embedded-opentype'), url('fonts/slick.woff') format('woff'), url('fonts/slick.ttf') format('truetype'), url('fonts/slick.svg#slick') format('svg');
}

/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: '←';
}

[dir='rtl'] .slick-prev:before {
    content: '→';
}

.slick-next {
    right: -25px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: '→';
}

[dir='rtl'] .slick-next:before {
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}

.slick-dots li {
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 10px;

    position: absolute;
    top: 0;
    left: 0;

    width: 8px;
    height: 8px;

    text-align: center;

    opacity: .25;
    background: #003863;
    animation: none;
    border: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

.entry-testimonial-cite:focus {
    border: none;
    outline: none;
}

.slick-initialized .slick-slide:focus {
    display: block;
    outline: none;
}

button.slick-arrow::before {
    border: 0 !important;
}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* SECTION: Theme - Newsletter
========================================= */

.widget-newsletter-form {
	background: #003863;
	color: #fff;
	padding: 30px 0;
}

.newsletter-form {
  display: flex;
  align-items: center;
}

.newsletter-form-100 {
	width: 100%;
}

.newsletter-form input {
  margin-right: 15px;
  border: 0;
}

.newsletter-title,
.newsletter-subtitle {
	color: #fff;
	margin-bottom: 0;
	line-height: 1.4;
}

.btn-light {
	background-color: #ECEEF4;
	color: #484848;
}

.g-recaptcha,
.newsletter-form {
	margin-top: 12px;
}


/* Text Alignment Helpers
=================================== */
.text-left {
	text-align: left;
}

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

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

.text-justified {
	text-align: justify;
}

/* Text Color Helpers
=================================== */
.has-text-color.has-brand-color {
	color: #003863;
}

.has-text-color.has-highlight-color {
	color: #4f8ff5;
}

.has-text-color.has-soft-gray-color {
	color: #eceef4;
}

.has-text-color.has-dark-gray-color {
	color: #484848;
}

.has-background.has-brand-background-color {
	background: #003863;
}

.has-background.has-highlight-background-color {
	background: #4f8ff5;
}

.has-background.has-soft-gray-background-color {
	background: #eceef4;
}

.has-background.has-dark-gray-background-color {
	background: #484848;
}

.text-secondary {
	text-transform: uppercase;
	font-size: 11px;
	line-height: normal;
	font-weight: 700;
	color: #828282;
}

/* -----------------------------------------
	02. Main Navigation
----------------------------------------- */
.nav {
	display: block;
	margin-left: auto;
}

.navigation-main {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
	/* Functional Styles
	=================================== */
	/* Visual Styles
	=================================== */
}

.navigation-main::after {
	content: "";
	display: table;
	clear: both;
}

.navigation-main li {
	position: relative;
}

.navigation-main > li {
	display: inline-block;
}

.navigation-main a {
	display: block;
	white-space: nowrap;
}

.navigation-main ul {
	position: absolute;
	z-index: 10;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .25s ease .2s, visibility 0s ease .35s, -webkit-transform .25s ease .2s;
	transition: opacity .25s ease .2s, visibility 0s ease .35s, -webkit-transform .25s ease .2s;
	transition: transform .25s ease .2s, opacity .25s ease .2s, visibility 0s ease .35s;
	transition: transform .25s ease .2s, opacity .25s ease .2s, visibility 0s ease .35s, -webkit-transform .25s ease .2s;
	-webkit-transform: translate(0, 15px);
	-ms-transform: translate(0, 15px);
	transform: translate(0, 15px);
}

.navigation-main > li:last-child > ul {
	right: 0;
}

.navigation-main > li:last-child > ul::before {
	left: auto;
	right: 10px;
}

.navigation-main ul ul {
	top: 0;
	right: 100%;
	-webkit-transform: translate(-5px, 0);
	-ms-transform: translate(-5px, 0);
	transform: translate(-5px, 0);
}

.navigation-main li:hover a {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.navigation-main li:hover > ul {
	-webkit-transition-delay: 0s, 0s, 0s;
	transition-delay: 0s, 0s, 0s;
	visibility: visible;
	opacity: 1;
}

.navigation-main li:hover ul {
	z-index: 15;
}

.navigation-main > li:hover > ul {
	-webkit-transform: translate(0, 10px);
	-ms-transform: translate(0, 10px);
	transform: translate(0, 10px);
}

.navigation-main li li:hover > ul {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.navigation-main ul {
	padding: 0;
	margin: 0 0 0 30px;
	list-style: none;
	background-color: #fff;
	min-width: 200px;
	border-radius: 3px;
	border-bottom: 2px solid #e9e9e9;
}

.navigation-main a {
	position: relative;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: .1em;
}

.navigation-main > li > a {
	color: #00346E;
	padding: 8px 0;
	margin-left: 30px;
	border-bottom: 2px solid transparent;
	-webkit-transition-delay: .25s;
	transition-delay: .25s;
}

.navigation-main > li.menu-item-btn > a {
	padding: 6px 12px;
	border: 2px solid #003863;
	font-weight: 700;
	border-radius: 2px;
}

.navigation-main > li.menu-item-btn > a:hover {
	background-color: #003863;
}

.navigation-main > li > ul::before {
	content: "";
	position: absolute;
	border: 5px solid transparent;
	border-bottom-color: #fff;
	top: -10px;
	left: 10px;
}

.navigation-main > li:hover > a,
.navigation-main > li > a:focus,
.navigation-main > .current-menu-item > a,
.navigation-main > .current-menu-parent > a,
.navigation-main > .current-menu-ancestor > a {
	color: #00346E;
	border-bottom: 2px solid #003863;
	text-decoration: none;
}

.navigation-main li li a {
	font-size: 11px;
	padding: 9px 12px;
	border-bottom: 1px solid #e9e9e9;
	color: #484848;
}

.navigation-main li li:last-child > a {
	border-bottom: 0;
}

.navigation-main li li:hover > a,
.navigation-main li li > a:focus,
.navigation-main li .current-menu-item > a,
.navigation-main li .current-menu-parent > a,
.navigation-main li .current-menu-ancestor > a {
	color: #003863;
}

.navigation-main .menu-item-has-children > a::after {
	content: "\f078";
	font-family: FontAwesome;
	font-size: 8px;
	position: relative;
	top: -4px;
	right: -3px;
	line-height: normal;
}

.navigation-main li .menu-item-has-children > a::after {
	content: "\f054";
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.menu-social-networks {
	display: flex;
}

ul.menu-social-networks {
	list-style: none;
}

.menu-social-networks li a {
	margin-left: 15px;
}

/* -----------------------------------------
	03. Header
----------------------------------------- */
.header {
	z-index: 50;
	position: relative;
	top: 0;
	width: 100%;
	padding: 15px 0;
	background: #ffffff;
}

.mast-head {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.site-logo {
	line-height: normal;
	font-size: 24px;
	margin: 0;
	max-width: 162px;
}

.site-logo a {
	color: #fff;
}

.site-tagline {
	text-transform: uppercase;
	color: #fff;
	font-size: 10px;
	margin: 0;
}

/* Header Search
=================================== */
.head-search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.head-search:not(:only-child)::before {
    content: "\007c";
    margin: 0 15px;
    opacity: .5;
}

.head-search-form {
    position: fixed;
    top: 0;
    left: 0;
    max-width: 100%;
    width: 100%;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform .25s ease;
    transition: -webkit-transform .25s ease;
    transition: transform .25s ease;
    transition: transform .25s ease, -webkit-transform .25s ease;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.5);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02);
    z-index: 25;
}

.head-search-form.head-search-expanded {
    max-width: 100%;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.head-search-input {
    height: 56px;
}

.search-terms {
    text-transform: capitalize;
}

/* -----------------------------------------
	04. Modules
----------------------------------------- */
/* Page Hero
=================================== */
.page-hero {
	background-color: #003863;
	background-repeat: no-repeat;
	background-position: center top;
	color: #fff;
	min-height: 270px;
	display: flex;
	flex-direction: column;
	position: relative;
}

.page-hero .page-title {
	color: #fff;
}

.page-template-template-builder-php .page-hero {
	min-height: 82px;
}

.page-hero .container {
	width: 100%;
	margin-top: auto;
	margin-bottom: auto;
}

.page-hero::before {
	content: "";
	background-color: rgba(47, 48, 67, 0.82);
	background-color: rgba(0, 52, 112, 0.82);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.page-hero-lg {
	min-height: 500px;
}

.page-template-template-builder-php .page-hero-lg {
	min-height: 82px;
}

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

.page-hero-content {
	margin: 50px 0;
}

.page-hero-content a {
	color: #ffffff;
}

.page-hero-lg .page-hero-content {
	margin: 60px 0;
}

.page-title {
	font-size: 40px;
	line-height: 1.2;
	font-weight: 300;
	margin: 0;
}

.page-hero-lg .page-title {
	max-width: 820px;
}

.page-subtitle {
	margin: 15px 0 0;
}

.homepage-heading-eyebrow {
	display: inline-block;
	margin-bottom: 15px;
}

.page-hero-details span {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin-right: 20px;
}

.page-hero-details span::after {
	content: "\2022";
	position: absolute;
	right: -16px;
	font-size: 16px;
	text-transform: none;
	font-weight: 400;
	opacity: .3;
}

.page-hero-details span.item-badge::after {
	top: -1px;
}

.page-hero-details span:last-child::after {
	display: none;
}

/* Homepage Notice
=================================== */
.homepage-notice::before {
	content: "";
	background-color: rgba(47, 48, 67, 0.41);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.homepage-notice {
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-bottom: 60px;
}

.notice-content-wrapper {
	color: #fff;
	position: relative;
	padding: 45px;
}

/* Filter Form
=================================== */
.form-filter {
	position: relative;
	background-color: rgba(0, 0, 0, 0.25);
	padding: 30px 0;
}

/* Content Wrappers
=================================== */
.main {
	padding: 60px 0;
	position: relative;
}

.main-elevated {
	padding-top: 0;
	margin-top: -72px;
}

.content-wrap, .card-wrap {
	background-color: #fff;
	border-radius: 3px;
	padding: 60px 100px;
	border-bottom: 2px solid rgba(233, 233, 233, 0.8);
}

.card-wrap {
	display: flex;
	flex-direction: column;
	padding: 32px;
}

.card-wrap .entry-content {
	margin-bottom: 32px;
}

.content-wrap-footer,
.entry-team-social-profiles ul li {
	text-transform: uppercase;
	font-size: 11px;
	line-height: normal;
	color: #828282;
	padding: 15px 0;
}

.section-homepage {
	margin-bottom: 60px;
}

.section-title-wrap::after {
	content: "";
	display: table;
	clear: both;
}

.section-title {
	display: block;
	margin-bottom: 20px;
}

.section-title-alt {
    border-left: 2px solid #003470;
    padding-left: .5rem;
    text-transform: uppercase;
    font-size: 1rem;
    margin: 20px 0;
}

.section-title-alt:first-of-type {
    margin-top: 0 !important;
}

.entry-related .section-title {
	font-weight: 700;
}

.section-title-wrap .section-title {
	float: left;
}

.section-title-wrap .section-title.second-section {
	margin-top: 60px;
}

.section-title-compliment {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
	display: block;
	margin-bottom: 20px;
	float: right;
}

.section-title-compliment a {
	color: #484848;
}

.section-title-compliment .fa {
	margin-right: 5px;
}

.title-w-archive {
	padding: 0 .5rem;
	display: flex;
	align-items: end;
	justify-content: space-between;
	margin-bottom: 24px;
}

.title-w-archive > * {
	margin: 0;
}

.title-w-archive a {
	font-size: 14px;
	text-transform: uppercase;
}

.open-positions {
	margin-top: 30px;
}

/* Sidebar
=================================== */
.main-elevated .sidebar {
	margin-top: 100px;
}

/* Badges
=================================== */
.item-badge {
	display: inline-block;
	margin: 0;
	line-height: normal;
	padding: 2px 6px 3px;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	background-color: #003863;
	vertical-align: middle;
	border-radius: 2px;
}

.item-badge:hover {
	color: #fff;
}

/* List Items
=================================== */
.grid-template {
	display: grid;
	gap: 30px;
	grid-template-columns: repeat(3, 1fr);
}

.grid-template-2 {
	grid-template-columns: repeat(2, 1fr);
}

.grid-template-4 {
	grid-template-columns: repeat(4, 1fr);
}

.grid-template-smaller-gap {
	gap: 16px;
}

@media (max-width: 991px) {
	.grid-template {
		grid-template-columns: repeat(2, 1fr);
	}
	.grid-template-2 {
		display: block;
	}
	.publication-item {
		margin-bottom: 1rem;
	}
}

@media (max-width: 543px) {
	.grid-template {
		grid-template-columns: 1fr;
	}
}

.research-themes-grid {
	display: grid;
	grid-gap: 16px;
	grid-auto-rows: 1fr;
    grid-template-columns: repeat(auto-fill, minmax(315px, 2fr));
}

.research-themes-grid-item {
    padding: 1rem;
    background: #fff;
    display: block;
    transition: box-shadow .3s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.research-themes-grid-item p {
	margin: 0;
}

.research-themes-thumbnail {
	width: 72px;
	height: 72px;
}

.research-themes-grid-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}

.item-listing,
ul.job_listings {
	position: relative;
	margin-bottom: 0;
	border-top: 0;
}

.item-listing::after,
ul.job_listings::after {
	border: 6px solid rgba(0, 198, 255, 0.35);
	border-top-color: rgba(0, 198, 255, 0.875);
	border-radius: 100%;
	height: 40px;
	width: 40px;
	-webkit-animation: rot .8s infinite linear;
	animation: rot .8s infinite linear;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -20px 0 0 -20px;
	z-index: 11;
	display: none;
}

.item-listing::before,
ul.job_listings::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #fff;
	z-index: 10;
	opacity: .6;
	display: none;
}

.item-listing.is-loading::after, .item-listing.is-loading::before,
ul.job_listings.is-loading::after,
ul.job_listings.is-loading::before {
	display: block;
}

ul.job_listings li.list-item.job_listing {
	padding: 30px;
	border-bottom: 1px solid #e9e9e9;
}

ul.job_listings li.list-item.job_listing a {
	background: none;
	padding: 0;
	opacity: 1;
	display: inline-block;
	line-height: normal;
}

ul.job_listings li.list-item.job_listing a:hover, ul.job_listings li.list-item.job_listing a:focus {
	background: none;
}

.list-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 30px;
	background-color: #fff;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: normal;
	border-bottom: 1px solid #e9e9e9;
}

.list-item:first-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.list-item-sm {
	padding: 10px;
}

.list-item-featured,
.job_position_featured {
	background-color: #fffded;
}

.list-item-callout {
	background-color: #003863;
	border-top: 2px solid rgba(0, 0, 0, 0.03);
	border-bottom: 2px solid rgba(0, 0, 0, 0.03);
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.list-item-error {
	background-color: #ff6452;
	text-align: center;
	display: none;
}

.list-item-error .fa-warning {
	text-align: center;
	display: block;
	font-size: 30px;
	margin-bottom: 15px;
}

.list-item-secondary-info {
	text-align: right;
	margin-left: auto;
}

.widget .list-item-secondary-info {
	display: none;
}

.list-item-title-eyebrow {
	display: block;
	text-transform: uppercase;
	font-size: 10px;
	opacity: .4;
	margin: -13px 0 3px;
	padding: 0;
	line-height: 1;
	font-weight: 400;
}

.widget .list-item-title-eyebrow {
	display: none;
}

.list-item-title {
	font-size: 20px;
	margin: 0 0 4px;
	letter-spacing: -.025em;
	line-height: 1;
}

.entry-content .list-item-title {
	margin: 0 0 4px;
}

.list-item-callout .list-item-title {
	font-weight: 700;
	color: #fff;
}

.widget .list-item-title {
	font-size: 15px;
	margin-bottom: 5px;
}

.list-item-error .list-item-title {
	color: #fff;
	width: 100%;
}

.list-item-location {
	margin: 0 0 3px;
	line-height: normal;
	color: #343434;
}

.entry-content .list-item-location {
	margin: 0 0 3px;
}

.list-item-time,
.list-item-company {
	font-size: 13px;
	color: #828282;
	margin: 0;
	display: inline-block;
	vertical-align: middle;
}

.list-item-callout .list-item-time, .list-item-callout
.list-item-company {
	color: #fff;
}

.list-item-sm .list-item-time, .list-item-sm
.list-item-company {
	font-size: 12px;
}

.list-item-sm .list-item-company {
	max-width: 140px;
}

.list-item-tag {
	margin-right: 5px;
}

.list-item-secondary-wrap {
	background-color: #003863;
	padding: 30px;
	text-align: center;
}

.list-item-secondary-wrap:last-child {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom: 2px solid #e9e9e9;
}

.no_job_listings_found {
	list-style: none;
	text-align: center;
	padding: 30px;
	background-color: #fff;
}

.publication-item {
	display: flex;
	flex-direction: row;
}

.publication-item figure {
	min-width: 162px;
	margin-right: 14px;
}

.horizontal-publication-content {
	flex-grow: 2;
}

.team-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.team-item-thumb {
	max-width: 148px;
}

.team-item-thumb img {
	border-radius: 50%;
}

.team-item-content-wrap {
	margin-top: 32px;
}

.team-item-title {
	margin-bottom: 0;
}

.post-item {
	padding: 12px 0;
	border-bottom: 1px solid #ECEEF4;
}

.post-item h2 {
	margin: 0;
}

.post-item:first-of-type {
	padding-top: 0;
}

.post-item:last-of-type {
	padding-bottom: 0;
	border-bottom: 0;
}

ul.project-attachments {
	padding-left: 0;
	list-style: none;
}

.publishing-item {
	background-color: #fff;
	display: flex;
	align-items: center;
	height: auto;
}

.publishing-item .publishing-item-image-wrap {
	flex: none;
	flex-basis: 170px;
	height: 100%;
	border-right: 5px solid #ECEEF4;
}

.publishing-item-image-wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

@media (max-width: 543px) {
	.publishing-item .publishing-item-image-wrap {
		display: none;
	}
}

.publishing-item .publishing-item-content {
	height: 100%;
	padding: 28px;
}

.publishing-item-content .publishing-item-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.publishing-item-content .publishing-item-excerpt {
	line-height: 1.2;
}

.publishing-item-terms {
	padding-top: 28px;
	margin-bottom: 0 !important;
}

@media (max-width: 991px) {
	.publishing-item {
		margin-bottom: 24px;
	}
}

.our-initiatives {
	background-color: #fff;
}

.logo-link-wrap {
	justify-self: center;
	align-self: center;
}

.logo-link-wrap img {
	padding: 12px;
	width: 156px;
}

.rp-cards {
	grid-template-rows: minmax(300px, 1fr);
	margin-top: 60px;
}

@media (max-width: 991px) {
	.rp-cards {
		display: block;
	}
	.rp-card {
		margin-bottom: 2rem;
	}
}

.rp-card {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    min-height: 400px;
}

.rp-title {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #003863;
	padding: 1rem 0;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.rp-card img {
    width: 100%; 
    height: 200px; 
    object-fit: cover; 
}

.rp-title h2 {
	color: #ffffff;
	margin: 0;
	line-height: 1;
	text-decoration: none;
}

.rp-card-content-wrap {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	border: 2px solid rgba(247,246,249,1);
}

.rp-content {
	font-size: .9rem;
	line-height: 1.25;
	margin-bottom: 0;
	padding: 1rem 2rem 2rem 2rem;
	flex-grow: 1;
}

.rp-page-link {
	padding-top: 1rem;
	display: flex;
	align-items: center;
	justify-items: center;
	line-height: 1;
	margin: 0;
}

.rp-item-sm {
	display: flex;
	align-items: flex-start;
	gap: 0.5rem;
	background-color: #ffffff;
	padding: .5rem;
	font-size: 1rem;
	margin-bottom: 0.125rem;
}

.rp-item-sm:hover,
.rp-item-sm:focus {
	background-color: #f6f7fa;
}

.rp-item-sm svg {
	flex-basis: 10px;
	flex-shrink: 0;
}

.rp-item-sm a {
	line-height: 0.9375rem;
	text-decoration: none;
}

.rp-heading:not(:first-child) {
	margin-top: 1rem;
}

.rp-container {
	margin-bottom: 2rem;
}

.article-author-bio {
    background-color: #ffffff;
    padding: 1rem;
    margin-bottom: 0.125rem;
}

.article-author-bio:hover,
.article-author-bio:focus {
	background-color: #f6f7fa;
}

.related-author-photo {
    width: 50px;
    float: left;
    display: inline-block;
}

.rounded {
    border-radius: 100%;
    overflow: hidden;
}

.author-byline {
    overflow: hidden;
    padding-left: 20px;

}

.related-author-name {
  display: block;
  font-weight: 600;
}

.related-author-name a {
    color: #5f97e2;
    text-decoration: none;
    transition: opacity 0.25s ease, color 0.25s ease;
}

.related-user-position, .related-inet-position {
    color: #616264;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 15px;
    line-height: 0.9375rem;
    margin-bottom: 0.4em;
    word-wrap: break-word;
    -webkit-font-smoothing: antialiased;
}

.related-user-position a {
    color: #616264 !important;
    text-decoration: underline;
}

/* Tabs
=================================== */
.tabs {
	display: flex;
	flex-wrap: wrap;
	margin-top: 60px;
}

.tabs label {
	order: 1;
	display: block;
	padding: .9rem 1.8rem;
	margin-right: 0.2rem;
	cursor: pointer;
	background: aliceblue;
	font-weight: bold;
	transition: background ease 0.2s;
	text-transform: capitalize;
}

.tabs .tab {
	order: 99;
	flex-grow: 1;
	width: 100%;
	display: none;
	padding: 1rem;
	background: #fff;
}

.tabs input[type="radio"] {
	display: none;
}

.tabs input[type="radio"]:checked + label {
	background: #fff;
	border-top: 1px dotted #003863;
	border-left: 1px dotted #003863;
	border-right: 1px dotted #003863;
}

.tabs input[type="radio"]:checked + label + .tab {
	display: block;
}

@media (max-width: 767px) {
  .tabs .tab,
  .tabs label {
	  order: initial;
  }
  .tabs label {
	  width: 100%;
	  margin-right: 0;
	  margin-top: 0.2rem;
  }
}

/* In-page navigation
=================================== */

.inner-nav {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    font-size: 12px;
    margin-bottom: 2rem;
}

ul.inner-nav {
    list-style-type: none;
	padding-left: 0;
}

.inner-nav .menu-item {
    margin: 0 1rem 1rem 0;
}

.inner-nav .menu-item:last-of-type {
    margin-right: 0;
}

.inner-nav a {
    background-color: #ECEEF4;
	color: #484848;
    padding: .5rem 1rem;
    border-radius: 2px;
}

.inner-nav a:hover {
    background-color: #003863;
    color: #fff;
}

/* Custom Filters
=================================== */
.item-filters-array {
	margin: 0;
	padding: 0;
}

.item-filter {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #e9e9e9;
	line-height: normal;
	background-color: #fff;
}

.item-filter:first-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.item-filter:last-child {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-width: 2px;
}

.item-filter input:not([type="checkbox"]), .item-filter input:not([type="radio"]) {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.checkbox-filter-label {
	margin: 0;
	padding: 12px;
	display: block;
	cursor: pointer;
	position: relative;
	top: 2px;
	color: #828282;
}

.checkbox-filter-label::before {
	content: "";
	width: 18px;
	height: 18px;
	background-color: #e9e9e9;
	position: absolute;
	right: 12px;
	border-radius: 2px;
	-webkit-transition: background-color .18s ease;
	transition: background-color .18s ease;
}

.checkbox-filter-label::after {
	font-family: "FontAwesome";
	content: "\f00c";
	position: absolute;
	right: 15px;
	top: 15px;
	font-size: 12px;
	color: #fff;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	opacity: 0;
	-webkit-transition: opacity .18s ease, -webkit-transform .18s ease;
	transition: opacity .18s ease, -webkit-transform .18s ease;
	transition: opacity .18s ease, transform .18s ease;
	transition: opacity .18s ease, transform .18s ease, -webkit-transform .18s ease;
}

.item-filter-tag {
	margin-left: -12px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 700;
	display: inline-block;
	height: 18px;
	padding: 2px 20px 2px 15px;
	min-width: 96px;
	position: relative;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 1;
	-webkit-transition: color .18s ease .075s;
	transition: color .18s ease .075s;
}

.item-filter-tag-bg {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
	background-color: #003863;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	-webkit-transform: translateX(calc(-100% + 5px));
	-ms-transform: translateX(calc(-100% + 5px));
	transform: translateX(calc(-100% + 5px));
	-webkit-transition: -webkit-transform .25s ease;
	transition: -webkit-transform .25s ease;
	transition: transform .25s ease;
	transition: transform .25s ease, -webkit-transform .25s ease;
}

.checkbox-filter {
	position: absolute;
	left: -9999px;
}

.checkbox-filter:checked + label::before {
	background-color: #003863;
}

.checkbox-filter:checked + label::after {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.checkbox-filter:checked + label .item-filter-tag-badge {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	color: #fff;
}

.checkbox-filter:checked + label .item-filter-tag-bg {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

/* FacetWP */
.filter-accordion {
    position: relative;
	margin-bottom: 32px;
}

.filter-facets {
	margin-bottom: 60px;
}

.facet-label {
	border-bottom: 1px solid #003863;
	margin-bottom: .75rem;
	padding-bottom: 4px;
}

.filter-content {
    /* display: none; */
}

/* Tag & Filter Colors
=================================== */
.item-filter-tag-bg.job-type-contract,
.item-badge.job-type-contract {
	background-color: #1cbbb4;
}

.item-filter-tag-bg.job-type-freelance,
.item-badge.job-type-freelance {
	background-color: #ed145b;
}

.item-filter-tag-bg.job-type-full-time,
.item-badge.job-type-full-time {
	background-color: #0072bc;
}

.item-filter-tag-bg.job-type-part-time,
.item-badge.job-type-part-time {
	background-color: #f26c4f;
}

.item-filter-tag-bg.job-type-internship,
.item-badge.job-type-internship {
	background-color: #630460;
}

.item-filter-tag-bg.job-type-temporary,
.item-badge.job-type-temporary {
	background-color: #edc214;
}

.item-filter-tag-bg.job-type-remote,
.item-badge.job-type-remote {
	background-color: #ed848f;
}

/* Entry Styles
=================================== */
.entry {
	margin: 0 0 60px;
}

.entry:only-of-type, .entry:last-child {
	margin: 0;
}

.entry:first-child img {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.search-results .entry {
	margin-bottom: 60px;
}

.search-results .entry:last-child {
	margin-bottom: 0;
}

.entry-thumb {
	display: block;
	margin: -100px -100px 30px;
}

.publication-thumbnail {
	margin-bottom: 32px;
}

.publication-meta-labels {
	display:flex;
	justify-content:space-between;
}

.entry-meta,
.entry-time {
	text-transform: uppercase;
	font-size: 11px;
	line-height: normal;
	font-weight: 700;
	color: #828282;
	margin-bottom: 10px;
}

.archive-breadcrumbs,
.entry-meta.location {
	display: flex;
	line-height: 1;
	margin-bottom: 0;
	align-items: center;
}

.entry-time + .entry-categories::before {
	content: "\2022";
	display: inline-block;
	margin: 0 5px;
	opacity: .4;
}

.entry-title {
	margin-bottom: 30px;
}

.entry-title a {
	color: #00346E;
}

.entry-content::after {
	content: "";
	display: table;
	clear: both;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
	margin-top: 40px;
}

.entry-related h3 {
	margin-top: 40px;
}

.entry-content p {
	margin-bottom: 20px;
}

.entry-content iframe,
.entry-content blockquote,
.entry-content .fluid-width-video-wrapper {
	margin: 25px 0;
}

.entry-content .fluid-width-video-wrapper iframe {
	margin: 0;
}

.entry-content .mce-tinymce iframe {
	margin: 0;
}

.btn-read-more {
	margin-top: 20px;
}

.btn-apply-content {
	margin-top: 35px;
}

.btn-mt-0,
.entry-labeled {
	margin-top: auto;
}

.search-notice {
	border-bottom: 1px solid #e9e9e9;
	padding-bottom: 30px;
	margin-bottom: 40px;
}

.search-notice p:only-child {
	margin-bottom: 0;
}

.search-notice:last-child {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

/* Entry Item Styles
=================================== */
.entry-related {
	margin: 50px 0 40px;
}

.entry-related:last-child {
	margin-bottom: 0;
}

.entry-item {
	background-color: #fff;
	font-size: 15px;
	border-bottom: 2px solid #e9e9e9;
	margin-bottom: 30px;
}

.entry-item p {
	margin-bottom: 0;
}

.entry-item-thumb img {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.entry-team-thumb img {
	border-radius: 3px;
}

@media (max-width: 991px) {
	.entry-team-details {
		display: flex;
	}
	.entry-team-social-profiles {
		margin-left: 32px;
	}
}

.entry-team-details ul {
	list-style: none;
	display: flex;
	padding-left: 0;
}

.entry-team-details ul li {
	margin-right: 12px;
}

.job_listing .entry-item-thumb {
	text-align: center;
	padding: 25px 10px 0;
}

.job_listing .entry-item-thumb img {
	border-radius: 0;
	position: relative;
	display: inline-block;
	width: auto;
	max-height: 90px;
}

.entry-item-content-wrap {
	padding: 25px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

.entry-item-title {
	font-size: 20px;
	font-weight: 400;
	letter-spacing: -.025em;
	margin: -5px 0 10px;
}

.position {
	display: inline-block;
	margin-bottom: 6px;
}

.aliceblue {
	overflow: hidden;
	margin-top: 30px;
	padding: 16px;
	background-color: aliceblue;
}

.aliceblue h3 {
	margin-top: 0 !important;
}

.page-template-template-research-program .aliceblue .publishing-item,
.page-template-template-research-program .aliceblue .card-wrap {
	margin-bottom: 1rem;
}

.page-template-template-research-program .aliceblue .publishing-item:last-of-type,
.page-template-template-research-program .aliceblue .card-wrap:last-of-type {
	margin-bottom: 0;
}

.citation-wrap {
	padding: .5rem;
	border: 1px dotted #484848;
}

.citation {
	font-style: normal;
	font-size: 13px;
	font-family: monospace;
}

/* Entry Sharing
=================================== */
.entry-share {
	display: inline-block;
	margin-left: 5px;
	color: #484848;
}

.entry-share:hover {
	color: inherit;
}

.entry-share-facebook,
.facebook {
	color: #3b5998;
}

.entry-share-twitter,
.twitter {
	color: #00acee;
}

.entry-share-google-plus,
.gscholar {
	color: #0077b5;
}

.entry-share-linkedin,
.linkedin {
	color: #dd4b39;
}

#menu-social-networks-1 {
	display: flex;
}

#menu-social-networks-1 ul li span {
	margin-left: 15px;
}

#menu-social-networks-1 ul li span:first-of-type {
	margin-left: 0;
}

/* Pagination
=================================== */
.navigation {
	text-align: center;
	margin: 40px 0 0;
}

.navigation a,
.navigation span {
	text-transform: uppercase;
	font-size: 11px;
	line-height: normal;
	font-weight: 700;
	color: #828282;
	display: inline-block;
	margin: 0 3px;
	padding: 9px 16px;
	font-size: 12px;
	color: #484848;
	background-color: #fff;
	border-radius: 3px;
	border-bottom: 2px solid #e9e9e9;
}

.navigation a:hover,
.navigation .current {
	background-color: #003863;
	color: #fff;
}

.navigation .nav-links::after {
	content: "";
	display: table;
	clear: both;
}

.navigation .nav-previous {
	float: left;
}

.navigation .nav-next {
	float: right;
}

/* Social Icons
=================================== */
.list-social-icons {
	margin: 0;
	padding: 0;
	list-style: none;
}

.list-social-icons::after {
	content: "";
	display: table;
	clear: both;
}

.list-social-icons li {
	float: left;
	margin: 0 5px 3px 0;
}

.social-icon {
	display: inline-block;
	width: 32px;
	height: 32px;
	line-height: 28px;
	font-size: 16px;
	text-align: center;
	color: #828282;
	background-color: transparent;
	border: 2px solid #828282;
	border-radius: 50%;
	opacity: .7;
}

.social-icon:hover {
	color: #003863;
	border-color: #003863;
}

/* -----------------------------------------
	05. Footer
----------------------------------------- */
.footer,
.our-network {
	padding: 60px 0 55px;
	background-color: #fff;
}

.footer-widgets {
	padding-bottom: 20px;
}

.footer-copy {
	font-size: 11px;
	line-height: normal;
	font-weight: 700;
	color: #828282;
	font-weight: 400;
	border-top: 1px solid #e9e9e9;
	padding-top: 17px;
}

.footer-copy p {
	margin-bottom: 0;
}

/* -----------------------------------------
   06. Comments
----------------------------------------- */
#comments {
	margin: 0;
}

#comment-list {
	margin: 0;
	list-style: none;
	padding: 0;
}

#comment-list ol {
	list-style: none;
}

@media (max-width: 767px) {
	#comment-list ol {
		margin: 0;
		padding: 0;
	}
}

#comment-list .comment-body {
	margin-bottom: 20px;
	padding-top: 20px;
}

#comment-list > .comment:first-child > .comment-body {
	border-top: 0;
	padding-top: 0;
}

.post-comments {
	margin: 0 0 80px;
}

.post-comments > h3 {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
	display: block;
	margin-bottom: 20px;
	font-weight: 700;
	margin-bottom: 35px;
}

.comment-author {
	text-transform: uppercase;
	font-size: 11px;
	line-height: normal;
	font-weight: 700;
	color: #828282;
	font-size: 12px;
	margin-bottom: 5px;
}

.comment-author .avatar {
	width: 64px;
	height: 64px;
	float: left;
	margin: 0 15px 15px 0;
	overflow: visible;
	border-radius: 3px;
}

@media (max-width: 543px) {
	.comment-author .avatar {
		display: none;
	}
}

.comment-content {
	overflow: hidden;
	zoom: 1;
	font-size: 14px;
}

.comment-metadata {
	font-size: 12px;
	margin: 0 0 5px;
}

.comment-reply-link {
	font-size: 10px;
	text-transform: uppercase;
	padding: 4px 10px;
	margin-left: 80px;
	height: auto;
	width: auto;
}

@media (max-width: 767px) {
	.comment-reply-link {
		margin: 0;
	}
}

.bypostauthor > article .fn::before {
	font-family: FontAwesome;
	content: "\f005";
	margin: 0 2px 0 -2px;
	position: relative;
	top: -1px;
	font-size: 11px;
}

#cancel-comment-reply-link {
	font-size: 13px;
	font-weight: normal;
	margin-left: 5px;
}

.comment-respond > h3 {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
	display: block;
	margin-bottom: 20px;
	font-weight: 700;
	margin-bottom: 10px;
}

.form-allowed-tags,
.comment-notes {
	font-size: 14px;
	line-height: 1.5;
	opacity: .7;
}

.form-submit {
	margin-bottom: 0;
}

/* -----------------------------------------
	07. Widgets Styling
----------------------------------------- */
.widget {
	margin: 0 0 55px;
	font-size: 14px;
	/* Nullify bottom margin for last elements in widgets and sidebars */
}

.footer .widget {
	margin-bottom: 35px;
}

.sidebar .widget:last-child {
	margin-bottom: 0;
}

.widget p:last-child {
	margin-bottom: 0;
}

.widget select {
	width: 100%;
	padding: 5px 10px;
	border-radius: 0;
	border: 1px solid #e9e9e9;
}

.widget-title {
	font-size: 14px;
	font-weight: 700;
	color: #343434;
	text-transform: uppercase;
	margin-bottom: 20px;
	padding: 0;
}

.widget-title label {
	text-transform: none;
	display: block;
	font-size: inherit;
	margin: 0;
	line-height: inherit;
	font-weight: inherit;
}

/* WIDGET: #Apply Button Widget
========================================= */
.widget_ci-apply-button-widget:first-child {
	margin-top: -100px;
	margin-bottom: 90px;
}

/* WIDGET: #Company Info Widget
========================================= */
.card-info-media::after {
	content: "";
	display: table;
	clear: both;
}

.card-info-thumb {
	float: left;
	width: 66px;
	height: 66px;
	margin-right: 15px;
	background-color: #fff;
}

.card-info-thumb img {
	border-radius: 50%;
	position: relative;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	display: inline-block;
}

.card-info-title {
	font-size: 16px;
	line-height: normal;
	margin-bottom: 3px;
}

.card-info-link {
	font-size: 12px;
	margin-bottom: 5px;
}

.card-info-socials {
	font-size: 14px;
	margin: 0;
}

.card-info-socials a {
	display: inline-block;
	margin-right: 5px;
}

/* WIDGET: #Company Info Widget
========================================= */
.callout-wrapper {
	padding: 35px 30px;
	background-color: #fff;
	border-radius: 3px;
	border-bottom: 2px solid #e9e9e9;
	text-align: center;
}

.callout-wrapper p {
	font-size: 15px;
	margin-bottom: 8px;
	line-height: 1.35;
}

.callout-wrapper .text-secondary {
	font-weight: 400;
	margin-bottom: 20px;
	font-size: 11px;
}

.callout-thumb {
	margin-bottom: 17px;
}

/* WIDGET: #List Widgets
========================================= */
.widget_meta ul,
.widget_pages ul,
.widget_categories ul,
.widget_archive ul,
.widget_nav_menu ul,
.widget_recent_entries ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget_meta ul ul,
.widget_pages ul ul,
.widget_categories ul ul,
.widget_archive ul ul,
.widget_nav_menu ul ul,
.widget_recent_entries ul ul {
	margin-left: 15px;
}

.widget_meta li,
.widget_pages li,
.widget_categories li,
.widget_archive li,
.widget_nav_menu li,
.widget_recent_entries li {
	line-height: normal;
	color: inherit;
	line-height: normal;
	display: block;
	position: relative;
	padding-bottom: 1.25rem;
}

.widget_meta li a,
.widget_pages li a,
.widget_categories li a,
.widget_archive li a,
.widget_nav_menu li a,
.widget_recent_entries li a {
	font-size: 13px;
	display: inline-block;
	margin: 0 3px 6px 0;
}

.widget_meta li a:hover,
.widget_pages li a:hover,
.widget_categories li a:hover,
.widget_archive li a:hover,
.widget_nav_menu li a:hover,
.widget_recent_entries li a:hover {
	color: #003863;
}

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

.widget_recent_comments li {
	display: block;
	padding: 11px 0;
	border-bottom: 1px solid #e9e9e9;
}

.widget_pages select,
.widget_categories select,
.widget_archive select {
	display: block;
	width: 100%;
	padding: 6px 15px;
	border-radius: 0;
	font-size: 14px;
	height: 40px;
	font-weight: normal;
	border: 1px solid #e9e9e9;
	background: #fff;
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
	padding-bottom: .5rem;
}

/* WIDGET: #Search
========================================= */
.searchform > div {
	position: relative;
}

.searchform .searchsubmit {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	padding-left: 20px;
	padding-right: 20px;
}

/* WIDGET: #Text Widget
========================================= */
.widget_text p:last-child {
	margin-bottom: 0;
}

/* WIDGET: #Calendar
================================================== */
#wp-calendar {
	width: 100%;
}

#wp-calendar a {
	font-weight: bold;
	font-style: italic;
}

#wp-calendar caption {
	text-align: left;
	margin-top: 10px;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.03);
	padding: 9px;
}

#wp-calendar thead {
	font-size: 10px;
}

#wp-calendar thead th {
	background: rgba(0, 0, 0, 0.1);
	font-weight: bold;
	padding: 8px;
}

#wp-calendar tbody td {
	background: none;
	border: 1px solid rgba(0, 0, 0, 0.1);
	text-align: center;
	padding: 3px;
}

#wp-calendar tbody td:hover {
	background: rgba(0, 0, 0, 0.1);
}

#wp-calendar tbody .pad {
	background: none;
}

#wp-calendar tfoot #next {
	font-size: 10px;
	text-transform: uppercase;
	text-align: right;
}

#wp-calendar tfoot #prev {
	font-size: 10px;
	text-transform: uppercase;
	padding-top: 10px;
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
	padding-top: .75rem;
	padding-bottom: 1.25rem;
	border-bottom: 1px solid #484848;
}

.footer-widgets .wp-block-latest-posts.wp-block-latest-posts__list li {
	border-bottom: 0;
}

.footer-widgets .wp-block-latest-posts.wp-block-latest-posts__list li:first-of-type {
	padding-top: 0;
}

/* -----------------------------------------
	08. WordPress Defaults
----------------------------------------- */
/* WordPress Galleries
=================================== */
.gallery {
	margin-left: -5px;
	margin-right: -5px;
	margin-bottom: 25px;
}

.gallery::after {
	content: "";
	display: table;
	clear: both;
}

.gallery-item {
	margin-bottom: 10px;
}

.gallery-item img {
	width: 100%;
	max-width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-1 .gallery-item {
	position: relative;
	min-height: 1px;
	padding-right: 5px;
	padding-left: 5px;
	float: left;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	position: relative;
	min-height: 1px;
	padding-right: 5px;
	padding-left: 5px;
	float: left;
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	position: relative;
	min-height: 1px;
	padding-right: 5px;
	padding-left: 5px;
	float: left;
	width: 33.33333%;
}

.gallery-columns-4 .gallery-item {
	position: relative;
	min-height: 1px;
	padding-right: 5px;
	padding-left: 5px;
	float: left;
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	position: relative;
	min-height: 1px;
	padding-right: 5px;
	padding-left: 5px;
	float: left;
	width: 20%;
}

@media (max-width: 767px) {
	.gallery-columns-5 .gallery-item {
		position: relative;
		min-height: 1px;
		padding-right: 5px;
		padding-left: 5px;
		float: left;
		width: 25%;
	}
}

.gallery-columns-6 .gallery-item {
	position: relative;
	min-height: 1px;
	padding-right: 5px;
	padding-left: 5px;
	float: left;
	width: 16.66667%;
}

@media (max-width: 767px) {
	.gallery-columns-6 .gallery-item {
		position: relative;
		min-height: 1px;
		padding-right: 5px;
		padding-left: 5px;
		float: left;
		width: 25%;
	}
}

.gallery-columns-7 .gallery-item {
	position: relative;
	min-height: 1px;
	padding-right: 5px;
	padding-left: 5px;
	float: left;
	width: 14.28571%;
}

@media (max-width: 991px) {
	.gallery-columns-7 .gallery-item {
		position: relative;
		min-height: 1px;
		padding-right: 5px;
		padding-left: 5px;
		float: left;
		width: 20%;
	}
}

@media (max-width: 767px) {
	.gallery-columns-7 .gallery-item {
		position: relative;
		min-height: 1px;
		padding-right: 5px;
		padding-left: 5px;
		float: left;
		width: 25%;
	}
}

.gallery-columns-8 .gallery-item {
	position: relative;
	min-height: 1px;
	padding-right: 5px;
	padding-left: 5px;
	float: left;
	width: 12.5%;
}

@media (max-width: 991px) {
	.gallery-columns-8 .gallery-item {
		position: relative;
		min-height: 1px;
		padding-right: 5px;
		padding-left: 5px;
		float: left;
		width: 20%;
	}
}

@media (max-width: 767px) {
	.gallery-columns-8 .gallery-item {
		position: relative;
		min-height: 1px;
		padding-right: 5px;
		padding-left: 5px;
		float: left;
		width: 25%;
	}
}

.gallery-columns-9 .gallery-item {
	position: relative;
	min-height: 1px;
	padding-right: 5px;
	padding-left: 5px;
	float: left;
	width: 11.11111%;
}

@media (max-width: 991px) {
	.gallery-columns-9 .gallery-item {
		position: relative;
		min-height: 1px;
		padding-right: 5px;
		padding-left: 5px;
		float: left;
		width: 20%;
	}
}

@media (max-width: 767px) {
	.gallery-columns-9 .gallery-item {
		position: relative;
		min-height: 1px;
		padding-right: 5px;
		padding-left: 5px;
		float: left;
		width: 25%;
	}
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	margin: 0 0 0 5px;
	max-height: 50%;
	opacity: 0;
	padding: 6px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	width: calc(100% - 10px);
	-webkit-transition: opacity .18s ease;
	transition: opacity .18s ease;
}

.gallery-caption::before {
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

/* WordPress Classes
=================================== */
/* Alignment */
.alignnone {
	margin: 5px 0 20px;
}

p .alignnone {
	margin-bottom: 0;
}

.aligncenter {
	display: block;
	margin: 7px auto;
}

.alignright {
	float: right;
	margin: 7px 0 7px 24px;
}

.alignleft {
	float: left;
	margin: 7px 24px 7px 0;
}

/* Captions */
.wp-caption {
	max-width: 100%;
	margin-bottom: 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	padding: 0;
	width: auto;
}

.wp-caption .wp-caption-text {
	font-size: 12px;
	line-height: 17px;
	margin: 3px 0 0;
	padding: 5px 0 0;
	text-align: left;
}

.sticky {
	position: sticky;
  	top: 0;
}

/* -----------------------------------------
  09.  MOBILE MENU
----------------------------------------- */
.mm-page {
	position: static;
}

.mm-opened .mm-page {
	position: relative;
}

#mobilemenu {
	display: none;
}

@media (max-width: 991px) {
	#mobilemenu {
		display: block;
	}
}

.mobile-nav-trigger {
	display: none;
	text-transform: uppercase;
	font-size: 16px;
	padding: 5px 0;
}

.mobile-nav-trigger:hover, .mobile-nav-trigger:focus {
	color: #4f8ff5;
}

.mobile-nav-trigger .fa {
	margin-right: 5px;
}

/* Mobile Triggers
=================================== */
.mobile-triggers {
	position: fixed;
	bottom: 0;
	width: 100%;
	text-align: center;
	background-color: #fff;
	border-top: 1px solid #e9e9e9;
	display: none;
	z-index: 99;
}

.mobile-triggers::after {
	content: "";
	display: table;
	clear: both;
}

.mobile-trigger {
	text-transform: uppercase;
	font-size: 11px;
	line-height: normal;
	font-weight: 700;
	color: #828282;
	font-size: 13px;
	width: 50%;
	float: left;
	padding: 12px 10px;
}

.mobile-trigger:hover {
	color: #003863;
}

.mobile-trigger:hover, .mobile-trigger:focus {
	color: #828282;
}

.mobile-trigger:first-child {
	border-right: 1px solid #e9e9e9;
}

.mobile-trigger .fa {
	margin-right: 7px;
}

/* -----------------------------------------
	10. External Plugins
----------------------------------------- */
/* Jetpack Sharing */
.sharedaddy {
	margin-top: 30px;
}

/* WP Instagram */
.null-instagram-feed p {
	padding-top: 10px;
}

.widget .instagram-pics {
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget .instagram-pics::after {
	content: "";
	display: table;
	clear: both;
}

.widget .instagram-pics li {
	border-bottom: 0;
	padding: 0;
	float: left;
	width: 33.33333333333%;
}

.widget .instagram-pics li a {
	display: block;
	color: #484848;
}

/* jQuery Chosen
===================================== */
.chosen-container {
	font-size: 15px;
	max-width: 100%;
	color: #484848;
}

.chosen-container .chosen-single {
	color: #484848;
	-webkit-transition: border-color .18s ease;
	transition: border-color .18s ease;
	line-height: 24px;
	border: 2px solid #e9e9e9;
	border-radius: 3px;
	padding: 6px 12px;
	height: 42px;
	box-shadow: none;
	background-color: #fff;
	background-image: none;
}

.chosen-container .chosen-single div b {
	background: none;
	position: relative;
}

.chosen-container .chosen-single div b::before {
	font-family: FontAwesome;
	content: '\f107';
	position: relative;
	top: 6px;
}

.ci-select .chosen-container .chosen-single div b::before {
	display: none;
}

.chosen-container .chosen-drop {
	border: 2px solid #e9e9e9;
	border-top: none;
	margin-top: -2px;
	box-shadow: 0 4px 5px rgba(0, 0, 0, 0.05);
}

.chosen-container .chosen-results li {
	font-size: 15px;
}

.chosen-container .chosen-results li.highlighted {
	background: #003863;
	border-radius: 2px;
}

.chosen-container-single .chosen-search {
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	line-height: normal;
}

.chosen-container-single .chosen-search::after {
	font-family: FontAwesome;
	content: '\f002';
	position: absolute;
	right: 20px;
	top: 13px;
	opacity: 0.6;
}

.chosen-container-single .chosen-search input[type="text"] {
	height: 36px;
	border-color: #e9e9e9;
	border-width: 2px;
	border-radius: 3px;
	background: none;
}

.chosen-container-multi .chosen-choices {
	color: #484848;
	-webkit-transition: border-color .18s ease;
	transition: border-color .18s ease;
	line-height: 30px;
	border: 2px solid #e9e9e9;
	border-radius: 3px;
	padding: 3px 6px;
	min-height: 42px;
	box-shadow: none;
	background-color: #fff;
	background-image: none;
}

.chosen-container-multi .chosen-choices li.search-choice {
	font-size: 10px;
	text-transform: uppercase;
	padding: 6px 20px 6px 10px;
	background: #e9e9e9;
	border: 0;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
	top: 7px;
}

.chosen-container-active.chosen-with-drop .chosen-single {
	background: #fff;
	border: 2px solid #e9e9e9;
}

/* WP Job Manager Plugin
====================================== */
div.job_listings {
	margin-bottom: 0;
}

.entry-content .job_listing_preview_title .button,
.job_listing_preview_title .button {
	padding: 5px 16px;
	font-size: 11px;
	height: auto;
}

.single_job_listing .application .application_button {
	position: relative;
	display: inline-block;
	font-weight: normal;
	margin: 0;
	line-height: normal;
	border: 0;
	box-shadow: none;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	white-space: nowrap;
	-webkit-transition: .18s background-color ease, .18s color ease, .18s border-color ease, .18s opacity ease;
	transition: .18s background-color ease, .18s color ease, .18s border-color ease, .18s opacity ease;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-radius: 0;
	width: auto;
	height: auto;
	background-image: none;
	text-transform: uppercase;
	background-color: #003863;
	border: 2px solid transparent;
	color: #fff;
	font-weight: 700;
	border-radius: 3px;
	padding: 11px 38px;
	font-size: 13px;
	height: 42px;
}

.single_job_listing .application .application_button:active {
	outline: none;
}

.single_job_listing .application .application_button:hover {
	color: #fff;
	background-color: #4f8ff5;
	text-decoration: none;
}

.job-listing-meta {
	margin: 0;
	padding: 0;
}

.job-listing-meta li {
	text-transform: uppercase;
	font-size: 11px;
	list-style: none;
}

.company_video {
	margin-top: 20px;
	background-color: #fff;
	padding: 5px;
	border-bottom: 2px solid #e9e9e9;
	border-radius: 3px;
}

.google_map_link::before {
	font-family: FontAwesome;
	content: '\f041';
	margin-right: 5px;
	font-size: .9em;
	opacity: .7;
}

.widget ul.job_listings {
	border-top: 0;
}

.widget ul.job_listings li.job_listing {
	border-bottom-color: #e9e9e9;
	background-color: #fff;
	padding: 10px;
}

.footer .widget ul.job_listings li.job_listing {
	padding-left: 0;
	padding-right: 0;
}

.widget ul.job_listings li.job_listing:first-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.widget ul.job_listings li.job_listing:last-child {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

.widget ul.job_listings li.job_listing a {
	padding: 0;
	background: none;
}

.widget ul.job_listings li.job_listing a:hover, .widget ul.job_listings li.job_listing a:focus {
	background: none;
}

.widget:not(.widget_featured_jobs) ul.job_listings li.job_listing.job_position_featured {
	background-color: #fffded;
	padding-left: 10px;
	padding-right: 10px;
}

/* -----------------------------------------
	11. Global Mediaqueries
----------------------------------------- */
.sidebar-wrap {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	margin: 0;
	width: 80%;
	max-width: 330px;
	padding: 65px 0 0;
	background-color: #f6f6f6;
	border-left: 1px solid #e9e9e9;
	z-index: 100;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: -webkit-transform .25s ease;
	transition: -webkit-transform .25s ease;
	transition: transform .25s ease;
	transition: transform .25s ease, -webkit-transform .25s ease;
}

.sidebar-wrap .sidebar {
	max-height: 100%;
	overflow-y: scroll;
	padding: 0 25px 25px;
	margin: 0;
}

.sidebar-wrap-visible {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.sidebar-wrap-header,
.form-filter-header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	text-align: right;
	background-color: #fff;
	height: 40px;
}

.sidebar-wrap-dismiss,
.form-filter-dismiss {
	display: inline-block;
	font-size: 30px;
	color: #343434;
	line-height: normal;
	position: relative;
	right: 15px;
}

.sidebar-wrap-dismiss:hover,
.form-filter-dismiss:hover {
	color: #343434;
}

@media (min-width: 992px) {
	.sidebar-wrap:not(.sidebar-fixed-default) {
		position: static;
		padding: 0;
		border: 0;
		width: auto;
		max-width: none;
		background-color: transparent;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
	.sidebar-wrap:not(.sidebar-fixed-default) .sidebar-wrap-header {
		display: none;
	}
	.sidebar-wrap:not(.sidebar-fixed-default) .sidebar {
		padding: 0;
		max-height: none;
		overflow-y: visible;
	}
	.form-filter-header {
		display: none;
	}
}

@media (max-width: 1199px) {
	.content-wrap {
		padding: 25px 50px;
	}
	.entry {
		margin-bottom: 60px;
	}
	.entry-thumb {
		margin-top: -50px;
		margin-right: -50px;
		margin-left: -50px;
	}
	.entry-item {
		background-color: transparent;
		border: 0;
		margin-bottom: 40px;
	}
	.entry-item::after {
		content: "";
		display: table;
		clear: both;
	}
	.entry-item-thumb {
		float: left;
		width: 200px;
		margin-right: 20px;
	}
	.entry-item-thumb img {
		border-radius: 3px;
	}
	.job_listing .entry-item-thumb {
		padding: 0;
	}
	.entry-item-content-wrap {
		padding: 0;
		overflow: hidden;
		font-size: 13px;
	}
	#job-manager-alerts {
		overflow-x: scroll;
	}
	#job-manager-alerts .job-manager-alerts {
		font-size: 14px;
	}
	#job-manager-alerts .job-manager-alerts .job-alert-actions {
		margin-top: 10px;
		padding: 2px 10px;
		background-color: rgba(233, 233, 233, 0.35);
		visibility: visible;
		font-size: 12px;
	}
}

@media (max-width: 991px) {
	.navigation-main {
		display: none;
	}
	.mobile-nav-trigger {
		display: inline-block;
	}
	.mobile-triggers {
		display: block;
	}
	.form-filter {
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		width: 80%;
		padding-top: 60px;
		max-width: 300px;
		background-color: #f6f6f6;
		color: #484848;
		z-index: 200;
		border-right: 1px solid #e9e9e9;
		-webkit-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		transform: translateX(-100%);
		-webkit-transition: -webkit-transform .25s ease;
		transition: -webkit-transform .25s ease;
		transition: transform .25s ease;
		transition: transform .25s ease, -webkit-transform .25s ease;
	}
	.form-filter input,
	.form-filter .ci-select {
		margin-bottom: 25px;
	}
	.form-filter select {
		background-color: #fff;
	}
	.form-filter-visible {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
	.page-hero-lg {
		min-height: 380px;
	}
	.page-hero-lg .page-hero-content {
		margin: 35px 0;
	}
	.page-title {
		font-size: 34px;
	}
	.section-title-compliment .sidebar-wrap-trigger {
		display: none;
	}
	.sidebar {
		margin-top: 50px;
	}
	.sidebar .widget_ci-apply-button-widget {
		display: none;
	}
	.main-elevated .sidebar {
		margin-top: 50px;
	}
	.position {
		margin-top: 30px;
	}
}

@media (max-width: 767px) {
	/* .site-logo {
		max-width: 162px;
	} */
	.content-wrap-footer .text-right {
		text-align: left;
		margin-top: 10px;
	}
	.entry-title {
		margin-bottom: 20px;
	}
	.entry-related {
		margin: 30px 0 10px;
	}
	.comment-author .avatar {
		display: none;
	}
	.footer {
		padding-bottom: 30px;
	}
	#job-manager-job-dashboard {
		overflow-x: scroll;
	}
	#job-manager-job-dashboard .job-manager-jobs {
		font-size: 14px;
	}
	#job-manager-job-dashboard .job-manager-jobs .job_title {
		min-width: 250px;
	}
	#job-manager-job-dashboard .job-manager-jobs .filled {
		width: 40px;
	}
	#job-manager-job-dashboard .job-manager-jobs .date,
	#job-manager-job-dashboard .job-manager-jobs .expires {
		min-width: 120px;
	}
	#job-manager-job-dashboard .job-manager-jobs .job-dashboard-actions {
		margin-top: 10px;
		padding: 2px 10px;
		background-color: rgba(233, 233, 233, 0.35);
		visibility: visible;
		font-size: 12px;
	}
	.job-manager-form fieldset {
		margin-bottom: 5px;
	}
	.job-manager-form fieldset label {
		float: none;
		width: 100%;
		display: block;
	}
	.job-manager-form fieldset div.field {
		float: none;
		width: 100%;
		display: block;
	}
}

@media (max-width: 543px) {
	.header {
		padding: 15px 0;
	}
	.page-hero .page-hero-content {
		margin: 25px 0;
	}
	.page-hero .page-title {
		font-size: 26px;
	}
	.page-hero-lg {
		min-height: 300px;
	}
	.page-hero-lg .page-hero-content {
		margin: 45px 0;
	}
	.page-hero-lg .page-title {
		font-size: 28px;
	}
	.page-hero-lg .page-title br {
		display: none;
	}
	.main {
		padding: 40px 0;
	}
	.content-wrap {
		padding: 15px;
	}
	.entry {
		margin-bottom: 60px;
	}
	.entry-thumb {
		margin-top: -15px;
		margin-left: -15px;
		margin-right: -15px;
	}
	.entry-related {
		margin: 25px 0;
	}
	.entry-item-thumb {
		float: none;
		margin-bottom: 20px;
	}
	.job_listing .entry-item-thumb {
		text-align: left;
	}
	.post-comments {
		margin-bottom: 40px;
	}
	.navigation a,
	.navigation span {
		padding: 5px 9px;
	}
	/* List Items */
	.list-item {
		padding: 23px 15px 27px;
	}
	.list-item-main-info {
		margin-right: 10px;
	}
	.list-item-title {
		font-size: 18px;
	}
	.list-item-secondary-info {
		max-width: 30%;
	}
	.list-item-location {
		font-size: 13px;
	}
	.list-item-callout {
		display: block;
		text-align: center;
	}
	.list-item-callout .list-item-secondary-info {
		max-width: none;
		text-align: center;
		margin-top: 15px;
	}
	/* Footer */
	.footer {
		padding: 40px 0 50px;
	}
	.footer-copy {
		text-align: center;
	}
	.footer-copy .text-right {
		text-align: center;
		margin-top: 5px;
	}

	.custom-logo {
	  	padding-right: 20px;
	}

}


.grid-logos {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(156px, 1fr));
    grid-gap: 0;
}

.grid-logos > div {
    padding: 1rem;
    position: relative;
}

.grid-logos > div::before {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.grid-logos > div img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.notice-content {
	max-width: 65ch;
}

.news-post-card {
		margin: 0 8px;
}

.news-post-card-body {
	min-height: 210px;
	background-color: #fff;
	padding: 24px;
}

.news-post-card-body .post-title a{
	color: #111827;
}

.page-template-template-research-program .entry-thumb {
	margin: 0;
	padding-bottom: 2rem;
}