﻿/**
Theme Name: SSRC
Author: SSRC
Author URI: https://www.ssrc.org
Description: A child theme for https://www.ssrc.org
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ssrc
Template: astra
*/

/*** FONTS ***/

@font-face {
    font-family: 'ProspectusS';
    src: url('../font/ProspectusS-Bold.eot');
    src: url('../font/ProspectusS-Bold.eot') format('embedded-opentype'),
        url('../font/ProspectusS-Bold.woff2') format('woff2'),
        url('../font/ProspectusS-Bold.woff') format('woff'),
        url('../font/ProspectusS-Bold.svg') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'ProspectusS';
    src: url('../font/ProspectusS-Italic.eot');
    src: url('../font/ProspectusS-Italic.eot') format('embedded-opentype'),
        url('../font/ProspectusS-Italic.woff2') format('woff2'),
        url('../font/ProspectusS-Italic.woff') format('woff'),
        url('../font/ProspectusS-Italic.svg') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'ProspectusS Blk';
    src: url('../font/ProspectusS-Blk.eot');
    src: url('../font/ProspectusS-Blk.eot') format('embedded-opentype'),
        url('../font/ProspectusS-Blk.woff2') format('woff2'),
        url('../font/ProspectusS-Blk.woff') format('woff'),
        url('../font/ProspectusS-Blk.svg') format('svg');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'ProspectusS Reg';
    src: url('../font/ProspectusS-Reg.eot');
    src: url('../font/ProspectusS-Reg.eot') format('embedded-opentype'),
        url('../font/ProspectusS-Reg.woff2') format('woff2'),
        url('../font/ProspectusS-Reg.woff') format('woff'),
        url('../font/ProspectusS-Reg.svg') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'DINOT';
    src: url('../font/DINOT-BoldItalic.eot');
    src: url('../font/DINOT-BoldItalic.eot') format('embedded-opentype'),
        url('../font/DINOT-BoldItalic.woff2') format('woff2'),
        url('../font/DINOT-BoldItalic.woff') format('woff'),
        url('../font/DINOT-BoldItalic.svg') format('svg');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'DINOT';
    src: url('../font/DINOT-Regular.eot');
    src: url('../font/DINOT-Regular.eot') format('embedded-opentype'),
        url('../font/DINOT-Regular.woff2') format('woff2'),
        url('../font/DINOT-Regular.woff') format('woff'),
        url('../font/DINOT-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DINOT';
    src: url('../font/DINOT-Medium.eot');
    src: url('../font/DINOT-Medium.eot') format('embedded-opentype'),
        url('../font/DINOT-Medium.woff2') format('woff2'),
        url('../font/DINOT-Medium.woff') format('woff'),
        url('../font/DINOT-Medium.svg') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'DINOT-RegularItalic';
    src: url('../font/DINOT-RegularItalic.eot');
    src: url('../font/DINOT-RegularItalic.eot') format('embedded-opentype'),
        url('../font/DINOT-RegularItalic.woff2') format('woff2'),
        url('../font/DINOT-RegularItalic.woff') format('woff'),
        url('../font/DINOT-RegularItalic.svg') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'DINOT';
    src: url('../font/DINOT-Black.eot');
    src: url('../font/DINOT-Black.eot') format('embedded-opentype'),
        url('../font/DINOT-Black.woff2') format('woff2'),
        url('../font/DINOT-Black.woff') format('woff'),
        url('../font/DINOT-Black.svg') format('svg');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'DINOT';
    src: url('../font/DINOT-MediumItalic.eot');
    src: url('../font/DINOT-MediumItalic.eot') format('embedded-opentype'),
        url('../font/DINOT-MediumItalic.woff2') format('woff2'),
        url('../font/DINOT-MediumItalic.woff') format('woff'),
        url('../font/DINOT-MediumItalic.svg') format('svg');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'DINOT';
    src: url('../font/DINOT-Bold.eot');
    src: url('../font/DINOT-Bold.eot') format('embedded-opentype'),
        url('../font/DINOT-Bold.woff2') format('woff2'),
        url('../font/DINOT-Bold.woff') format('woff'),
        url('../font/DINOT-Bold.svg') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
	font-family: 'ClashGrotesk-Variable';
	src: url('../font/ClashGrotesk-Variable.woff2') format('woff2'),
		 url('../font/ClashGrotesk-Variable.woff') format('woff'),
		 url('../font/ClashGrotesk-Variable.ttf') format('truetype');
		 font-weight: 200 700;
		 font-display: swap;
		 font-style: normal;
  }  
  
  @font-face {
	font-family: 'ClashGrotesk-Extralight';
	src: url('../font/ClashGrotesk-Extralight.woff2') format('woff2'),
		 url('../font/ClashGrotesk-Extralight.woff') format('woff'),
		 url('../font/ClashGrotesk-Extralight.ttf') format('truetype');
		 font-weight: 200;
		 font-display: swap;
		 font-style: normal;
  }  
  
  @font-face {
	font-family: 'ClashGrotesk-Light';
	src: url('../font/ClashGrotesk-Light.woff2') format('woff2'),
		 url('../font/ClashGrotesk-Light.woff') format('woff'),
		 url('../font/ClashGrotesk-Light.ttf') format('truetype');
		 font-weight: 300;
		 font-display: swap;
		 font-style: normal;
  }  
  
  @font-face {
	font-family: 'ClashGrotesk-Regular';
	src: url('../font/ClashGrotesk-Regular.woff2') format('woff2'),
		 url('../font/ClashGrotesk-Regular.woff') format('woff'),
		 url('../font/ClashGrotesk-Regular.ttf') format('truetype');
		 font-weight: 400;
		 font-display: swap;
		 font-style: normal;
  }  
  
  @font-face {
	font-family: 'ClashGrotesk-Medium';
	src: url('../font/ClashGrotesk-Medium.woff2') format('woff2'),
		 url('../font/ClashGrotesk-Medium.woff') format('woff'),
		 url('../font/ClashGrotesk-Medium.ttf') format('truetype');
		 font-weight: 500;
		 font-display: swap;
		 font-style: normal;
  }  
  
  @font-face {
	font-family: 'ClashGrotesk-Semibold';
	src: url('../font/ClashGrotesk-Semibold.woff2') format('woff2'),
		 url('../font/ClashGrotesk-Semibold.woff') format('woff'),
		 url('../font/ClashGrotesk-Semibold.ttf') format('truetype');
		 font-weight: 600;
		 font-display: swap;
		 font-style: normal;
  }  
  
  @font-face {
	font-family: 'ClashGrotesk-Bold';
	src: url('../font/ClashGrotesk-Bold.woff2') format('woff2'),
		 url('../font/ClashGrotesk-Bold.woff') format('woff'),
		 url('../font/ClashGrotesk-Bold.ttf') format('truetype');
		 font-weight: 700;
		 font-display: swap;
		 font-style: normal;
  }

  @font-face {
	font-family: 'GeneralSans-Variable';
	src: url('../font/GeneralSans-Variable.woff2') format('woff2'),
		 url('../font/GeneralSans-Variable.woff') format('woff'),
		 url('../font/GeneralSans-Variable.ttf') format('truetype');
		 font-weight: 200 700;
		 font-display: swap;
		 font-style: normal;
  }
  
  @font-face {
	font-family: 'GeneralSans-VariableItalic';
	src: url('../font/GeneralSans-VariableItalic.woff2') format('woff2'),
		 url('../font/GeneralSans-VariableItalic.woff') format('woff'),
		 url('../font/GeneralSans-VariableItalic.ttf') format('truetype');
		 font-weight: 200 700;
		 font-display: swap;
		 font-style: italic;
  }  
  
  @font-face {
	font-family: 'GeneralSans-Extralight';
	src: url('../font/GeneralSans-Extralight.woff2') format('woff2'),
		 url('../font/GeneralSans-Extralight.woff') format('woff'),
		 url('../font/GeneralSans-Extralight.ttf') format('truetype');
		 font-weight: 200;
		 font-display: swap;
		 font-style: normal;
  }  
  
  @font-face {
	font-family: 'GeneralSans-ExtralightItalic';
	src: url('../font/GeneralSans-ExtralightItalic.woff2') format('woff2'),
		 url('../font/GeneralSans-ExtralightItalic.woff') format('woff'),
		 url('../font/GeneralSans-ExtralightItalic.ttf') format('truetype');
		 font-weight: 200;
		 font-display: swap;
		 font-style: italic;
  }  
  
  @font-face {
	font-family: 'GeneralSans-Light';
	src: url('../font/GeneralSans-Light.woff2') format('woff2'),
		 url('../font/GeneralSans-Light.woff') format('woff'),
		 url('../font/GeneralSans-Light.ttf') format('truetype');
		 font-weight: 300;
		 font-display: swap;
		 font-style: normal;
  }  
  
  @font-face {
	font-family: 'GeneralSans-LightItalic';
	src: url('../font/GeneralSans-LightItalic.woff2') format('woff2'),
		 url('../font/GeneralSans-LightItalic.woff') format('woff'),
		 url('../font/GeneralSans-LightItalic.ttf') format('truetype');
		 font-weight: 300;
		 font-display: swap;
		 font-style: italic;
  }  
  
  @font-face {
	font-family: 'GeneralSans-Regular';
	src: url('../font/GeneralSans-Regular.woff2') format('woff2'),
		 url('../font/GeneralSans-Regular.woff') format('woff'),
		 url('../font/GeneralSans-Regular.ttf') format('truetype');
		 font-weight: 400;
		 font-display: swap;
		 font-style: normal;
  }  
  
  @font-face {
	font-family: 'GeneralSans-Italic';
	src: url('../font/GeneralSans-Italic.woff2') format('woff2'),
		 url('../font/GeneralSans-Italic.woff') format('woff'),
		 url('../font/GeneralSans-Italic.ttf') format('truetype');
		 font-weight: 400;
		 font-display: swap;
		 font-style: italic;
  }  
  
  @font-face {
	font-family: 'GeneralSans-Medium';
	src: url('../font/GeneralSans-Medium.woff2') format('woff2'),
		 url('../font/GeneralSans-Medium.woff') format('woff'),
		 url('../font/GeneralSans-Medium.ttf') format('truetype');
		 font-weight: 500;
		 font-display: swap;
		 font-style: normal;
  }  
  
  @font-face {
	font-family: 'GeneralSans-MediumItalic';
	src: url('../font/GeneralSans-MediumItalic.woff2') format('woff2'),
		 url('../font/GeneralSans-MediumItalic.woff') format('woff'),
		 url('../font/GeneralSans-MediumItalic.ttf') format('truetype');
		 font-weight: 500;
		 font-display: swap;
		 font-style: italic;
  }  
  
  @font-face {
	font-family: 'GeneralSans-Semibold';
	src: url('../font/GeneralSans-Semibold.woff2') format('woff2'),
		 url('../font/GeneralSans-Semibold.woff') format('woff'),
		 url('../font/GeneralSans-Semibold.ttf') format('truetype');
		 font-weight: 600;
		 font-display: swap;
		 font-style: normal;
  }  
  
  @font-face {
	font-family: 'GeneralSans-SemiboldItalic';
	src: url('../font/GeneralSans-SemiboldItalic.woff2') format('woff2'),
		 url('../font/GeneralSans-SemiboldItalic.woff') format('woff'),
		 url('../font/GeneralSans-SemiboldItalic.ttf') format('truetype');
		 font-weight: 600;
		 font-display: swap;
		 font-style: italic;
  }  
  
  @font-face {
	font-family: 'GeneralSans-Bold';
	src: url('../font/GeneralSans-Bold.woff2') format('woff2'),
		 url('../font/GeneralSans-Bold.woff') format('woff'),
		 url('../font/GeneralSans-Bold.ttf') format('truetype');
		 font-weight: 700;
		 font-display: swap;
		 font-style: normal;
  }  
  
  @font-face {
	font-family: 'GeneralSans-BoldItalic';
	src: url('../font/GeneralSans-BoldItalic.woff2') format('woff2'),
		 url('../font/GeneralSans-BoldItalic.woff') format('woff'),
		 url('../font/GeneralSans-BoldItalic.ttf') format('truetype');
		 font-weight: 700;
		 font-display: swap;
		 font-style: italic;
  }

/* END FONTS */

/* GENERAL */

a {
	color: inherit;
}

a:focus {
    outline: none;
}

a.button-blue,
.button-blue a {
	display: inline-block;
	border: 1px solid #379BC9;
	border-radius: 5px;
	margin-bottom: 5px;
	background: #379BC9;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 1;
	padding: 10px 25px;
}

a.button-blue:hover,
.button-blue:hover a {
	background: #12b4ff;
	border-color: #12b4ff;
}

a.button-grey {
	display: inline-block;
	border: 1px solid #F6F6F6;
	border-radius: 5px;
	margin-bottom: 5px;
	background: #F6F6F6;
	color: #1E4863;
	font-size: 16px;
	line-height: 1;
	padding: 10px 25px;
}

a.button-grey:hover {
	background: #FFF;
}

a.button-white {
	display: inline-block;
	border: 1px solid #C8C8C8;
	border-radius: 5px;
	margin-bottom: 5px;
	background: #FFF;
	color: #1E4863;
	font-size: 16px;
	line-height: 1;
	padding: 10px 25px;
}

a.button-white:hover {
	background: #FFF;
}

a.button-black {
	display: inline-block;
	border: 1px solid #fff;
	margin-top: 5px;
	background: #000;
	color: #fff;
	font-size: 16px;
	line-height: 1;
	padding: 6px 15px;
}

a.button-black:hover {
	background: #fff;
	color: #000;
}

a.button-black i {
	margin-left: 5px;
	-webkit-transform: rotate(90deg);
	transform: rotate(45deg);
}

a.button-white2 {
	display: inline-block;
	border: 1px solid #000;
	margin-top: 15px;
	background: #FFF;
	color: #000;
	font-size: 16px;
	line-height: 1;
	padding: 6px 15px;
}

a.button-white2:hover {
	background: #000;
	color: #fff;
}

a.button-white2 i {
	margin-left: 5px;
	-webkit-transform: rotate(90deg);
	transform: rotate(45deg);
}

a.button-clear {
	display: inline-block;
	border: 1px solid;
	color: inherit;
	font-size: 16px;
	line-height: 1;
	padding: 15px;
}

a.button-clear:hover {
	opacity: 0.5;
}

a.button-large {
	display: block;
	text-transform: none;
	font-size: 16px;
	font-weight: 600;
	padding: 15px 30px;
}

.error404 a {
	color: #379bc9;
}

section {
	padding: 30px 0;
}

h2.wrapped {
	display: flex;
	font-family: "proxima-nova", Arial;
	font-weight: 800;
	margin-bottom: 28px;
	width: 100%;
	justify-content: center;
	align-items: center;
	text-align: center;
}

h2.wrapped:before,
h2.wrapped:after {
	content: "";
	border-top: 2px solid #379BC9;
	max-width: 65px;
	width: 15%;
	flex: 1 1 auto;
}

h2.wrapped:before {
	margin-right: 25px;
}

h2.wrapped:after {
	margin-left: 25px;
}

h2.overline {
    font-family: "proxima-nova", Arial;
	font-size: 2rem;
    font-weight: 800;
    margin-bottom: 20px;
}

h2.overline.large {
	font-size: 3.2rem;
}

h2.overline:before {
    display: block;
    content: "";
    width: 60px;
	margin-bottom: 10px;
	border-bottom: 2px solid #379bc9;
}

h2.overline.large:before {
    width: 120px;
	border-bottom-width: 3px;
}

h3.overline {
    font-family: "proxima-nova", Arial;
	font-size: 1.8rem;
	line-height: 1.1;
    font-weight: 800;
    margin-bottom: 20px;
}

h3.overline.large {
	font-size: 2.6rem;
}

h3.overline:before {
    display: block;
    content: "";
    width: 60px;
	margin-bottom: 10px;
	border-bottom: 2px solid #379bc9;
}

h3.overline.large:before {
    width: 120px;
	border-bottom-width: 3px;
}

h3.fw-title {
	position: relative;
	font-size: 18px;
	line-height: 1;
	text-transform: uppercase;
    border-bottom: 1px solid #333;
	margin-bottom: 20px;
}

h3.fw-title span {
	display: inline-block;
	padding-bottom: 15px;
	border-bottom: 1px solid #379BC9;
	font-weight: 700;
}

h3.fw-title span .more-collections {
	position: absolute;
	right: 0;
	bottom: 15px;
	font-size: 14px;
}

.sidebar-main .widget.widget-nopadding {
	padding: 20px 0;
}

#primary,
#secondary {
  margin-top: 2em;
}

.section-excerpt {
	text-align: center;
}

.section-excerpt p {
	font-size: 18px;
	line-height: 28px;
}

.bullet-arrow {
	margin-left: 1.5em;	
}

.bullet-arrow li {
	list-style-image: url('../image/bullet-arrow.png');
	padding-left: 15px;
	line-height: 1.4em;
	margin-bottom: 20px;
}

.bullet-checkmark {
	margin-left: 1.5em;	
}

.bullet-checkmark li {
	list-style-image: url('../image/bullet-checkmark.png');
	padding-left: 15px;
	line-height: 1.4em;
	margin-bottom: 20px;
}

.hidden {
	display: none !important;
}

.align-center {
	text-align: center;
}

.show-overflow {
	overflow: visible !important;
}

.link-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.uppercase {
	text-transform: uppercase;
}

.italic {
	font-style: italic;
}

.icon-file-pdf a:before {
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	content: "\f1c1";
	padding-right: 8px;
}

.icon-users a:before {
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	content: "\f0c0";
	padding-right: 8px;
}

.icon-atlas a:before {
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	content: "\f558";
	padding-right: 8px;
}

.icon-cite a:before {
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	content: "\f5db";
	padding-right: 8px;
}

.icon-home a:before {
	font-family: "Font Awesome 5 Pro";
	font-weight: 600;
	content: "\f015";
	padding-right: 8px;
}

.entry-content p a {
	color: #4887af;
}

.ast-flex.centered {
	justify-content: center;
}

.ast-flex.column {
	flex-direction: column;
}

.ast-row:before,
.ast-row:after {
	width: 0;
}

.wp-block-separator {
	border: 0;
}

.animate {
	opacity: .01;
	transition: opacity 1.2s cubic-bezier(.4,0,.2,1),transform 1.2s cubic-bezier(.4,0,.2,1);
	transition-delay: .1s;
	transform: translateY(120px);
}

.was-on-viewport {
	opacity: 1;
	transform: translateY(0);
}

.sr-only {
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
 }
 
.searchandfilter-date-picker .ui-datepicker select.ui-datepicker-year {
	padding-top: 0;
	padding-bottom: 0;
}

.mobile-show {
	display: none;
}

@media (max-width: 768px) {
	h3.fw-title {
		margin-bottom: 40px;
	}
	
	h3.fw-title span .more-collections {
		bottom: -25px;
		right: auto;
		left: 0;
	}
	
	.mobile-hide {
		display: none;
	}
	.mobile-show {
		display: block;
	}
}

@media (min-width: 769px) {
	.ast-left-sidebar #primary {
		border-left: 0;
	}
	
	.ast-left-sidebar #secondary {
		border-right: 0;
		margin-right: 0;
	}
	.ast-right-sidebar #primary {
		border-right: 0;
	}
	
	.ast-right-sidebar #secondary {
		border-left: 0;
		margin-left: 0;
	}
}

@media (min-width: 992px) {
	.five-columns {
		width: 20%;
	}
	.eight-columns {
		width: 12.5%;
	}
}

/* PRELOADER */

.ssrc-spinner-wrapper {
	background: #fff;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 110;
    position: fixed;
    -webkit-transition: background 0.3s ease, z-index 0s ease;
    -o-transition: background 0.3s ease, z-index 0s ease;
    transition: background 0.3s ease, z-index 0s ease;
    -webkit-transition-delay: 0.1s, 0.4s;
    -o-transition-delay: 0.1s, 0.4s;
    transition-delay: 0.1s, 0.4s;
}

.ssrc-spinner {
	position: absolute;
	top: 48%;
	left: 48%;
    width: 80px;
    height: 80px;
    margin: 0;
    background: transparent;
    border-top: 4px solid #379bc9;
    border-right: 4px solid transparent;
    border-radius: 50%;
    -webkit-animation: 1s ssrcspin linear infinite;
    animation: 1s ssrcspin linear infinite;
}

@-webkit-keyframes ssrcspin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
          
@keyframes ssrcspin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* END PRELOADER */

/* PAGENAVI */

.wp-pagenavi a,
.wp-pagenavi span {
	border: 0;
}

.wp-pagenavi a {
	color: #1a3463;
}

.wp-pagenavi span.current {
	font-weight: normal;
}

/* END PAGENAVI */

/* CUSTOM BODY CLASSES */

@media (min-width: 769px) {
	.ssrc-primary-bg .site-content {
		background: linear-gradient(90deg, #FFF 50%, #F9F9F9 0);
	}
	.ssrc-primary-bg.ast-left-sidebar #content > .ast-container {
		display: flex;
	}
	.ssrc-primary-bg #primary {
		background: #f9f9f9;
		margin: 0;
		padding-top: 2em;
		padding-bottom: 4em;
	}
}

@media (max-width: 768px) {
	.ssrc-primary-bg.ast-left-sidebar #content > .ast-container {
		flex-direction: column;
	}
}

/* END CUSTOM BODY CLASSES */

/* BREADCRUMBS */

.trail-items li::after {
    content: ">";
}

.trail-items .trail-end {
	font-weight: 800;
}

/* END BREADCRUMBS */

/* ANCHOR NAVIGATION */

html {
	scroll-behavior: smooth;
}

.anchor-navigation {
	font-weight: 800;
	background: #f7f7f7;
	color: #454545;
	text-transform: uppercase;
}

.anchor-navigation .nav-container {
	position: relative;
}

.anchor-navigation ul {
	list-style: none;
	margin: 0;
}

.anchor-navigation ul.anchor-nav {
	margin-right: 150px;
}

.anchor-navigation ul li {
	display: inline-block;
}

.anchor-navigation ul li a {
	display: inline-block;
	padding: 10px 10px 8px;
	border-bottom: 2px solid transparent;
}

.anchor-navigation ul.anchor-nav li:hover a {
	border-color: #1E4863;
}

.anchor-navigation ul.social-nav {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 20px;
	color: #094966;
}

.anchor-navigation ul.social-nav li a {
	padding: 4px 10px 3px;
}

.anchor-mobile {
	display: none;
	line-height: 1.9;
	color: #454545;
	text-transform: uppercase;
	padding: 10px 10px 8px;
	border: none;
	border-bottom: 2px solid transparent;
	margin: auto;
	background: none;
	width: 100%;
}

.anchor-mobile:active,
.anchor-mobile:hover,
.anchor-mobile:focus {
	color: #454545;
	background: none;
	border-color: transparent;
}

.anchor-mobile:after {
	content: "\f054";
	font-family: "Font Awesome 5 Pro";
	font-style: normal;
	padding-left: 10px;
	font-size: 12px;
}

.anchor-navigation.open .anchor-mobile:after {
	content: "\f078";
}

@media (max-width: 767px) {
	.anchor-navigation {
		text-align: center;
	}
	.anchor-navigation ul.anchor-nav {
		margin-right: 0;
	}
	.anchor-mobile {
		display: block;
	}
	.anchor-navigation ul {
		display: none;
	}
	.anchor-navigation.open ul {
		display: block;
	}
	.anchor-navigation ul li {
		display: block;
	}
	.anchor-navigation ul li a {
		padding: 5px 10px 3px;
	}
}

/* END ANCHOR NAVIGATION */

/* PAGE NAVIGATION */

.page-navigation {
	background: #f7f7f7;
	color: #1E4863;
}

.page-navigation ul {
	list-style: none;
	margin: 0;
}

.page-navigation ul li {
	display: inline-block;
}

.page-navigation ul li a {
	display: inline-block;
	padding: 4px 0 3px;
}

.page-navigation ul li:before {
	content: "|";
	padding-left: 10px;
	padding-right: 12px;
}

.page-navigation ul li:first-of-type:before {
	display: none;
}

.page-navigation ul li:first-of-type a:before {
	content: "\f177";
	font-family: "Font Awesome 5 Pro";
	font-style: normal;
	padding-right: 10px;
	font-size: 18px;
	font-weight: 400;
	vertical-align: middle;
}

#breadcrumbs {
	display: inline-block;
	padding: 7px 0;
	font-size:87.5%;
}

#breadcrumbs a:hover {
	text-decoration: underline;
}

#breadcrumbs i {
	padding: 0 5px;
}

/* END PAGE NAVIGATION */

/* COMMENTS */

.comments-area {
	border-top: 0;
}

.ast-comment-list li.depth-1 .ast-comment,
.ast-comment-list li.depth-2 .ast-comment {
    border-bottom: 0;
}

/* END COMMENTS */

/* HEADER */

#ssrc-nav-overlay {
	background: rgba(0,0,0,0);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -20;
	position: fixed;
	-webkit-transition: background .3s ease,z-index 0s ease;
	-o-transition: background .3s ease,z-index 0s ease;
	transition: background .3s ease,z-index 0s ease;
	-webkit-transition-delay: .1s,.4s;
	-o-transition-delay: .1s,.4s;
	transition-delay: .1s,.4s;
}

#ssrc-nav-overlay.overlay {
    background: rgba(0,0,0,.6);
    -webkit-transition: background .3s ease,z-index 0s ease;
    -o-transition: background .3s ease,z-index 0s ease;
    transition: background .3s ease,z-index 0s ease;
    -webkit-transition-delay: 0s,0s;
    -o-transition-delay: 0s,0s;
    transition-delay: 0s,0s;
    z-index: 98;
}

.main-header-bar {
	border-bottom-width: 0;
}

header .site-logo-img .custom-logo-link img {
	width: 199px;
}

.main-header-menu > .menu-item > a {
	font-size: 20px;
}

@media (min-width: 960px) and (max-width: 1137px) {
	.main-header-menu > .menu-item > a {
		font-size: 16px;
	}
}

/* menu search */

.ubermenu-loc-primary {
	margin-right: 30px;
}

.ssrc-search-icon {
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	vertical-align: bottom;
	z-index: 11;
    font-size: 26px;
    line-height: 1;
    padding-top: 35px;
    padding-bottom: 31px;
}

.ssrc-transparent-menu .ssrc-search-icon {
	color: #fff;
}

.ssrc-transparent-menu .ssrc-search-icon.ssrc-search-icon-active {
	color: #3a3a3a;
}

.ssrc-search-icon:before {
    content: "\e8b6";
    font-family: Astra;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.header-main-layout-1 .ast-main-header-bar-alignment .search-form {
    position: absolute;
    right: 0;
    bottom: 0;
    vertical-align: bottom;
	z-index: 10;
	width: 0;
    padding: 18px 0;
	transition: width .2s;
	background: #fff;
}

.header-main-layout-1 .ast-main-header-bar-alignment .search-form pre {
    display: none;
}

.header-main-layout-1 .ast-main-header-bar-alignment .search-form.ssrc-search-active  {
	width: calc(100% - 200px);
}

.header-main-layout-1 .ast-main-header-bar-alignment .search-form .search-field {
    width: 100%;
	background: #fff;
	border: none;
}

.header-main-layout-1 .ast-main-header-bar-alignment .search-form .search-field:focus {
    outline: 0;
}

@media (max-width: 959px) {
	.ssrc-search-icon {
		right: 40px;
		padding-top: 19px;
		padding-bottom: 25px;
	}
	.header-main-layout-1 .ast-main-header-bar-alignment .search-form {
		padding-bottom: 20px;
		display: none;
	}
	.header-main-layout-1 .ast-main-header-bar-alignment .search-form.ssrc-search-active  {
		width: 100%;
		display: block;
	}
}

/* END HEADER */

/* UBER MENU */

.ubermenu .ubermenu-item-level-0 > .ubermenu-submenu.ubermenu-submenu-type-mega {
	background: transparent;
	border: 0;
}

.ubermenu .ubermenu-item.ubermenu-active>.ubermenu-submenu-drop,
.ubermenu .ubermenu-item.ubermenu-in-transition>.ubermenu-submenu-drop,
.ubermenu-nojs .ubermenu-item:hover>.ubermenu-submenu-drop {
	display: flex;
	border-radius: 10px;
}

.ubermenu-nav > li > .ubermenu-target:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 15px solid rgba(0,0,0,0);
    border-right: 15px solid rgba(0,0,0,0);
    position: absolute;
    left: calc(50% - 15px);
    bottom: -19px;
    border-bottom: 10px solid #fff;
    opacity: 0;
	visibility: hidden;
    z-index: 50;
	-webkit-transition-duration: .3s;
	-ms-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-timing-function: ease-in;
	-ms-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
	-webkit-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
}

.ubermenu-nav > li.ubermenu-active > .ubermenu-target:after {
    opacity: 1;
	visibility: visible;
}

.ubermenu .ubermenu-submenu-type-mega > .ubermenu-item {
	background: #fff;
	margin-top: 13px;
}

.ubermenu .ubermenu-submenu-type-mega > .ubermenu-item:first-of-type {
	border-top-left-radius: 10px;
	overflow: hidden;
}

.ubermenu .ubermenu-submenu-type-mega > .ubermenu-item:last-of-type {
	border-top-right-radius: 10px;
	overflow: hidden;
}

.ubermenu .ubermenu-nav .ubermenu-column-1-3 {
	padding-bottom: 25px;
}

.ubermenu-sub-indicators .ubermenu-has-submenu-drop  .ubermenu-target > .ubermenu-sub-indicator {
	display: none;
}

.ubermenu-main .ubermenu-item-level-0 > .ubermenu-target {
	padding-top: 36px;
	padding-bottom: 25px;
	border-bottom: 6px solid transparent;
}

.ubermenu-main .ubermenu-item-level-0:hover > .ubermenu-target {
    border-color: #204863;
}

.ubermenu-skin-minimal .ubermenu-submenu .ubermenu-item-header.ubermenu-has-submenu-stack > .ubermenu-target {
	border-bottom: 0;
}

.ubermenu-main .ubermenu-nav .ubermenu-submenu .ubermenu-item-header > .ubermenu-target .ubermenu-target-text {
	font-size: 24px;
	font-weight: 300;
}

.ubermenu-main .ubermenu-item-normal.menu-heading > .ubermenu-target {
	font-size: 24px;
	padding-bottom: 15px;
	font-weight: 300;
}

.ubermenu-main .ubermenu-submenu-type-stack .ubermenu-item-normal > .ubermenu-target > .ubermenu-target-title {
	line-height: 26px;
}

.ubermenu-main .ubermenu-submenu-type-stack .ubermenu-item-normal > .ubermenu-target:hover > .ubermenu-target-title {
	color: #379BC9;
}

.ubermenu-main .ubermenu-nav .ubermenu-submenu .ubermenu-item-header > a > span.ubermenu-target-title.ubermenu-target-text:after,
.menu-heading > a > span:after {
    display: inline-block;
    content: "»";
    padding-left: 10px;
}

.ubermenu-main .ubermenu-nav .ubermenu-submenu .fellowships-grants.ubermenu-item-header > a > span.ubermenu-target-title.ubermenu-target-text:after {
    display: none;
}

.ubermenu-main .ubermenu-nav .ubermenu-submenu .ubermenu-item-header > .ubermenu-target:after,
.menu-heading > .ubermenu-target:after {
    display: block;
    content: "";
    width: 35px;
    padding-top: 15px;
    border-bottom: 2px solid #379BC9;
}

.ubermenu-main .ubermenu-submenu-type-mega > .ubermenu-item:first-of-type > * {
	margin-left: 10px;
}

.ubermenu-main .ourwork-research > * {
	margin-left: -45px;
    margin-right: 45px;
}

.ubermenu-main .about-initiatives > * {
	margin-left: -30px;
    margin-right: 30px;
}

.ubermenu-main .fellowships-grants > .ubermenu-submenu {
	margin-top: -20px;
}

.ubermenu-main .fellowships-other > .ubermenu-submenu {
	margin-top: -12px;
}

.ubermenu-main .ourwork-themes .ubermenu-item-layout-image_left {
	display: flex;
	align-items: center;
	max-width: 315px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.ubermenu-main .ourwork-themes .ubermenu-item-layout-image_left .ubermenu-target-text {
	color: #204863;
	font-size: 18px;
	font-weight: 600;
	padding-left: 20px !important;
	line-height: 24px !important;
}

.ubermenu-main .ourwork-themes .see-more {
	margin-top: 10px;
}

.ubermenu-main .our-work .ubermenu-item-layout-image_left .ubermenu-target-text,
.ubermenu-main .publications-blogs .ubermenu-item-layout-image_left .ubermenu-target-text {
	padding-left: 70px !important;
}

.ubermenu-main .our-work .ubermenu-item-layout-image_left .ubermenu-target-title,
.ubermenu-main .publications-blogs .ubermenu-item-layout-image_left .ubermenu-target-title {
	font-size: 18px;
}

.ubermenu-main .publications-blogs .ubermenu-item-layout-image_left .ubermenu-target-description {
	font-size: 14px;
	padding-top: 5px;
}

.ubermenu .ourwork-program.ubermenu-custom-content-padded {
	padding-top: 0;	
}

.ubermenu .ourwork-program.ubermenu-custom-content-padded span {
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
}

.ubermenu .ourwork-program.ubermenu-custom-content-padded div {
	font-size: 18px;
	line-height: 38px;
}

.ubermenu .our-work .left {
	display: flex;
	padding-bottom: 0;
}

.ubermenu .our-work .left .ubermenu-custom-content {
	display: flex;
}

.ubermenu .our-work .ubermenu-tabs {
	background: #fff url("../image/ssrc_globe_bg.png") no-repeat;
	background-position: right bottom -60px;
}

.ubermenu .our-work .ubermenu-tabs > .ubermenu-tabs-group {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}

.ubermenu .our-work .ubermenu-tab > .ubermenu-target {
	padding: 5px 20px;
	margin: 5px 0 5px 10px;
	border-radius: 8px 0 0 8px;
}

.ubermenu .our-work .ubermenu-tab.ubermenu-active > .ubermenu-target {
	color: #fff;
	background: #000;
}

.ubermenu .our-work .ubermenu-tab  > .ubermenu-target > .ubermenu-target-text {
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.ubermenu .our-work .ubermenu-tab > .ubermenu-target > .ubermenu-target-text:before {
	content: "\f178";
	display: inline-block;
	padding-right: 10px;
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	vertical-align: middle;
}

.ubermenu .our-work .ubermenu-submenu .ubermenu-tab-content-panel .ubermenu-target {
	padding: 8px 20px;
}

.ubermenu-main .ubermenu-nav .our-work .ubermenu-submenu .ubermenu-tab-content-panel {
	background: transparent;
}

.ubermenu-main .ubermenu-nav .our-work .ubermenu-submenu .ubermenu-tab-content-panel .ubermenu-target-title {
	font-size: 17px;
	font-weight: 400;
}

.ubermenu-main .ubermenu-nav .our-work .ubermenu-submenu .ubermenu-tab-content-panel .ubermenu-target:hover .ubermenu-target-title {
	text-shadow: 0px 0px 0px #000;
}

.ubermenu-main .ubermenu-nav .our-work .ubermenu-submenu .ubermenu-tab-content-panel .ubermenu-target-description {
	font-size: 14px;
	line-height: 1.2;
}

.ubermenu .our-work .ubermenu-tab-content-panel .ubermenu-target-text:after,
.ubermenu .our-work .ubermenu-tab-content-panel .ubermenu-item-header > .ubermenu-target:after {
	display: none !important;
}

.ubermenu .publications-latest .content-card .card-excerpt {
	display: none;
}

.ubermenu .publications-latest .content-card a:hover .card-title {
	color: #379BC9;
}

.ubermenu .publications-latest .ubermenu-widget {
	padding-top: 0;
}

.ubermenu .publications-latest .ssrc-publication-item {
	padding-bottom: 0;
}

.ubermenu .publications-latest .ssrc-publication-item:last-of-type {
	display: none;
}

.ubermenu .publications-latest .ssrc-publication-item:hover .pub-title {
	color: #379BC9;
}

.ubermenu .publications-latest .pub-image {
	display: none;
}

.ubermenu .menu-initiatives .ubermenu-widget-area {
    margin-left: 0;
    margin-right: 10px;
}

.ubermenu .menu-initiatives .ubermenu-column-1-3.ubermenu-widget {
    padding: 25px 20px 5px;
}

.ubermenu-main .see-more .ubermenu-target-title {
	font-size: 14px;
	text-decoration: underline;
}

.ubermenu-main .see-more .ubermenu-target-title:after {
	content: "\f178";
	display: inline-block;
	padding-left: 10px;
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	vertical-align: middle;
}

.apply-label span.ubermenu-target-title.ubermenu-target-text:after {
    content: "Apply";
    display: inline;
    font-size: 12px;
    line-height: 1;
    padding: 5px 8px;
	margin-left: 8px;
    background: #379BC9;
    color: #fff;
    border-radius: 3px;
}

.ubermenu .fellowships-grants > ul > li:first-of-type {
	width: 400px;
}

.ubermenu .fellowships-grants > ul > li:last-of-type {
	width: 310px;
}

.ubermenu .menu-about .menu-about-col1 {
	width: 325px;
}

.ubermenu .menu-about .menu-about-col2 {
	width: 225px;
}

.ubermenu .donate-button .ubermenu-target {
	padding-top: 33px;
	padding-bottom: 25px;
}

.ubermenu .donate-button:hover .ubermenu-target {
	border-color: transparent !important;
}

.ubermenu .donate-button .ubermenu-target .ubermenu-target-text {
	background: #d37e46;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	padding: 5px 10px;
	line-height: 18px;
}

@media (min-width: 960px) and (max-width: 1180px) {
	.ubermenu-main .ubermenu-item-level-0 > .ubermenu-target {
		font-size: 16px !important;
		padding-left: 13px;
		padding-right: 13px;
	}
}

/* END UBER MENU */

/* SHIFTNAV */

#shiftnav-toggle-main {
	top: 25px;
	background: transparent;
}

#shiftnav-toggle-main-button {
	background: #fff;
	color: #47535A;
}

.shiftnav .shiftnav-header {
	display: block;
	padding: 15px 25px;
	line-height: 1.6em;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	border-bottom: 1px solid #efefef;
}

.shiftnav.shiftnav-shiftnav-main ul.shiftnav-menu li.shiftnav-sub-shift.current-menu-ancestor > .shiftnav-target {
	color: #379bc9;
	text-decoration: underline;
}

.shiftnav.shiftnav-shiftnav-main ul.shiftnav-menu li.menu-item > .shiftnav-target {
	border-bottom: 1px solid #efefef;
}

.shiftnav.shiftnav-shiftnav-main ul.shiftnav-menu ul.sub-menu li.menu-item > .shiftnav-target {
	padding-left: 40px;
}

li.shiftnav-retract {
	font-weight: 800;
	text-transform: uppercase;
}

.shiftnav,
.shiftnav-wrap,
#shiftnav-toggle-main {
    transition-duration: 0.3s;
}

.shiftnav:after {
	display: none;
}

/* END SHIFTNAV */

/* TRANSPARENT MENU */

.ssrc-transparent-menu #masthead {
	position: absolute;
	left: 0;
	right: 0;
}

.ssrc-transparent-menu .main-header-bar {
	background-color: transparent;
}

.ssrc-transparent-menu .site-logo-img {
	position: relative;
	display: inline-block;
}

.ssrc-transparent-menu .site-logo-img a {
	display: block;
}

.ssrc-transparent-menu .site-logo-img a img {
	width: 199px;
	height: 65px;
}

.ssrc-transparent-menu .site-logo-img a.custom-logo-top {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
}

/*.ssrc-transparent-menu .site-logo-img:hover a.custom-logo-link {
	opacity: 0;
}

.ssrc-transparent-menu .site-logo-img:hover a.custom-logo-top {
	display: block;
}*/

.ssrc-transparent-menu .ubermenu-main .ubermenu-item-level-0 > .ubermenu-target {
	color: #FFF !important;
}

.ssrc-transparent-menu .ubermenu-main .ubermenu-item-level-0:hover > .ubermenu-target {
	border-color: #FFF;
}

.ssrc-transparent-menu .header-main-layout-1 .ast-main-header-bar-alignment .search-form {
	background: transparent;
}

.ssrc-transparent-menu .header-main-layout-1 .ast-main-header-bar-alignment .search-form .search-field {
	visibility: hidden;
}

.ssrc-transparent-menu .header-main-layout-1 .ast-main-header-bar-alignment .search-form.ssrc-search-active .search-field {
	visibility: visible;
}

/* END TRANSPARENT MENU */

/* SEARCH AND FILTER */

.searchandfilter label {
	display: block;
}

.searchandfilter .sf-input-text {
	width: 100%;
	border-radius: 5px;
	padding: 6px 10px;
	background: #fff;
	border: 1px solid #aaa;
}

.searchandfilter .sf-input-select {
	width: 100%;
	border-radius: 5px;
	padding: 5px;
	background: #fff;
	border: 1px solid #aaa;
}

.chosen-container-multi .chosen-choices {
	border-radius: 5px;
}

/* END SEARCH AND FILTER */

/* FOOTER */

.footer-title {
	font-size: 28px;
	line-height: 1.4;
	color: #fff;
	margin-bottom: 12px;
	max-width: 420px;
}

.footer-subtitle {
	color: #fff;
	font-weight: 600;
	line-height: 1.3;
	font-size: 18px;
	margin-bottom: 15px;
}

.bubble.footer-bubble {
	font-size: 14px;
	color: #fff;
	text-transform: none;
	padding: 10px 23px;
	border-radius: 10px;
	background: #2b5c9b;
}

.bubble.footer-bubble:hover {
	text-decoration: none;
	background: #3a75c2;
}

.footer-ssrc-overlay {
	background-color: #000;
	padding: 30px 0;
}

.footer-columns {
	column-gap: 30px;
	flex-wrap: nowrap;
}

.footer-ssrc .ast-row > .column {
	padding-top: 15px;
	padding-bottom: 15px;
}

.footer-ssrc p {
	font-size: 16px;
	line-height: 1.5;
}

.footer-ssrc a:hover {
	text-decoration: underline;
}

.footer-ssrc .ast-row > .column:first-child {
	border-right: 1px solid #e6e6e6;
}

.footer-ssrc .ast-site-identity {
	padding: 0 0 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e6e6e6;
}

.footer-ssrc .ast-site-identity .custom-logo {
	width: 280px;
	height: auto;
	max-width: none;
}

.footer-ssrc .widget {
	margin-bottom: 20px;
}

.footer-ssrc #astra-widget-social-profiles-2 .astra-widget-social-profiles-inner li .ast-widget-icon svg {
    fill: #ffffff;
}

.footer-ssrc .widget-address-field .address-meta {
	margin-left: 0;
	line-height: 1.2;
}

.footer-ssrc .widget_nav_menu li a {
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 1px;
}

.footer-ssrc .widget_nav_menu li:hover a {
	text-decoration: underline;
}

.subscribe-footer {
	padding-bottom: 20px;
}

.mc4wp-form .ast-row .column {
	padding: 4px 5px 0;
	border-right: 0 !important;
}

.mc4wp-form .ast-row .column:first-child {
	padding-left: 20px;
}

.mc4wp-form .ast-row .column:last-child {
	padding-right: 20px;
}

.subscribe-footer input {
	width: 100%;
	border-radius: 0;
}

.subscribe-footer input[type="submit"] {
	padding: 8px 0;
	color: #fff;
	background-color: #566169;
	border-radius: 0;
}

@media (min-width: 992px) {
	.footer-ssrc .site-branding {
		margin-right: 30px;
	}
}

@media (max-width: 767px) {
	.footer-columns {
		display: block;
	}
	.footer-ssrc .ast-row > .column:first-child {
		border-right: 0;
	}
}

@media (max-width: 543px) {
	.mc4wp-form .ast-row .column {
		padding-left: 20px;
		padding-right: 20px;
	}
}

/* END FOOTER */

/* SIDEBAR */

.sidebar-main .widget {
	border: 1px solid #c8c8c8;
	border-top: 3px solid #1E4863;
	border-radius: 0 0 5px 5px;
	padding: 15px 20px;
	background: #fdfdfd;
	margin-bottom: 20px;
}

.sidebar-main .widget.widget_search_filter_register_widget {
	border: 0;
	background: none;
}

.sidebar-main .widget-title {
	margin-bottom: 10px;
}

.sidebar-main p {
	font-size: 13px;
	line-height: 1.6;
}

/* END SIDEBAR */

/* WIDGETS */

.ssrc-post-tags a {
	display: block;
	line-height: 1.1em;
	margin-bottom: 5px;
	font-size:87.5%;
}

/* END WIDGETS */

/* ACCORDION BLOCK */

.entry-content h4.c-accordion__title {
	font-weight: 600;
	margin-bottom: 10px;
}

.c-accordion__title:after {
	position: static;
	color: inherit;
	font-family: "Font Awesome 5 Pro";
    content: "\f0d7";
    margin: 0 10px;
	font-weight: 600;
}

.is-open .c-accordion__title:after {
    content: "\f0d7";
}

.entry-content .c-accordion__content p {
	font-size: 17px;
	line-height: 1.6;
	margin-bottom: 15px;
}

/* END ACCORDION BLOCK */

/* EVENTS CALENDAR */

.tribe-common--breakpoint-medium.tribe-common .tribe-common-h4--min-medium {
	line-height: 1.2;
}

.tribe-common--breakpoint-medium.tribe-common .tribe-events-calendar-list .tribe-common-h6--min-medium {
	font-size: 18px;
}

.tribe-common .tribe-event-date-start,
.tribe-common .tribe-event-date-end,
.tribe-common .tribe-event-time {
	font-size: 16px;
}

.tribe-common .read-more {
	font-weight: bold;
}

/* END EVENTS CALENDAR */

/* RESOURCES */

.resources-list {
	margin: 0;
	list-style-type: none;
}

#secondary .resources-list li {
	position: relative;
	margin-bottom: 10px;
}

.resources-list li:hover {
	opacity: 0.8;
}

.resources-list li a {
	display: block;
	font-size: 13px;
	line-height: 1.6;
	padding-right: 25px;
}

.resources-widget .resources-list li a {
	color: #1E4863;
}

.resources-widget li a:after {
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	width: 20px;
	text-align: right;
	position: absolute;
	right: 0;
	top: 2px;
}

.resources-widget .resource-link:after {
	content: "\f0c1";
}

.resources-widget .resource-file:after {
	content: "\f15b";
}

.resources-widget .resource-file-pdf:after {
	content: "\f1c1";
}

.resources-widget .resource-file-img:after {
	content: "\f15b";
}

/* END RESOURCES */

/* CONTENT CARD */

.content-card {
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}

.content-card.boxed {
	background-color: #fff;
	border: 1px solid #c8c8c8;
	box-shadow: 0px 2px 10px #C8C8C8;
	border-radius: 8px;
	overflow: hidden;
}

.content-card.has-footer {
	padding-bottom: 30px;
}

.content-card.has-footer.color {
	padding-bottom: 60px;
	box-shadow: none;
}

.content-card.boxed:hover {
	box-shadow: 0px 2px 15px #bbb;
}

.content-card.boxed.color:hover {
	box-shadow: none;
}

.content-card a {
	display: block;
}

.content-card .card-img {
	position: relative;
	overflow: hidden;
	min-height: 30px;
}

.content-card .card-img img {
	width: 100%;
	height: 175px;
	object-fit: cover;
}

.content-card.simple .card-img img {
	height: auto;
	object-fit: unset;
}

.content-card.boxed:not(.has-footer) .card-img img {
	height: 300px;
}

.content-card .card-img span {
	position: absolute;
	top: 0;
	right: 0;
	padding: 2px 10px;
	font-size: 11px;
	font-weight: 600;
	background: #d1f2ff;
	color: #2c536c;
	text-transform: uppercase;
	margin: 10px;
	padding: 2px 15px;
	border-radius: 5px;
}

.content-card .card-name {
	text-align: center;
	line-height: 1.4;
}

.content-card .card-title {
	font-size: 21px;
	line-height: 1.2em;
	font-weight: 600;
	color: #3C4858;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 5px;
}

.content-card.simple .card-title {
	text-align: center;
}

.content-card.boxed .card-title {
	font-family: "proxima-nova", Arial;
	font-weight: 800;
	padding-left: 14px;
	padding-right: 14px;
}

.content-card.color .card-title {
	padding-left: 20px;
	padding-right: 20px;
}

.content-card.has-icon .card-title {
	width: 81%;
	margin-left: auto;
}

.content-card.title-hover .card-title {
	display: inline-block;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 2px solid transparent;
}

.content-card.title-hover a:hover .card-title {
	border-bottom-color: #379BC9;
}

.content-card .card-author,
.content-card .card-excerpt {
	font-size: 14px;
	line-height: 1.4;
	padding-bottom: 6px;
}

.content-card.boxed .card-excerpt {
	padding: 0 14px 15px;
}

.content-card.color .card-excerpt {
	padding: 0 20px 15px;
}

.content-card.has-icon .card-excerpt {
	width: 81%;
	margin-left: auto;
}

.content-card .card-excerpt p {
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
	margin-bottom: 10px;
}

.content-card.boxed:not(.has-footer) .card-excerpt p {
	display: block;
}

.content-card .card-excerpt .read-more {
	display: none;
}

.content-card .card-icon {
	position: absolute;
	top: calc(50% - 65px);
	width: 13%;
	max-width: 80px;
	margin: 0 4.5%;
}

.content-card .card-footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	border-top: 1px solid #c8c8c8;
}

.content-card .card-footer span {
	font-size: 11px;
	font-weight: 600;
	background: #eaebff;
	color: #2c536c;
	text-transform: uppercase;
	margin: 10px 14px;
	padding: 2px 15px;
	border-radius: 5px;
	float: left;
}

.content-card .card-footer .card-deadline {
    font-size: 14px;
    font-weight: 400;
    margin: 10px 14px;
	float: left;
	max-width: 60%;
}

.content-card .card-footer a {
	font-family: "proxima-nova", Arial;
    font-size: 13px;
    font-weight: 400;
	color: #2c536c;
    margin: 10px 14px;
	float: right;
}

.content-card .card-footer a:after {
	content: "\f054";
	font-family: "Font Awesome 5 Pro";
    font-size: 12px;
	padding-left: 5px;
}

@media (max-width: 991px) {
	.content-card.boxed:not(.has-footer) .card-img img {
		height: 220px;
	}
}

/* END CONTENT CARD */

/* TILE CARD */

.tile-card {
	display: block;
	position: relative;
	width: 100%;
	margin-bottom: 20px;
	transition: all 0.2s ease-out;
}

.tile-card:hover {
	opacity: 0.9;
}

.tile-card .tile-img {
	background-size: cover;
	background-position: center;
	height: 250px;
}

.tile-card.large .tile-img {
	height: 100%;
	min-height: 300px;
}

.tile-card .tile-content {
	width: 100%;
	padding: 10px 5px;
}

.tile-card.large .tile-content {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	color: #fff;
	padding: 30px;
	background: linear-gradient(180deg, rgba(52,52,52,0) 0%, rgba(52,52,52,0.5) 100%);
}

.tile-card .tile-content .card-title {
	font-family: "proxima-nova", Arial;
	font-size: 26px;
	font-weight: 800;
	line-height: 1.2;
}

.tile-card.large .tile-content .card-title {
	font-size: 32px;
}

.tile-card .tile-content .card-excerpt {
	line-height: 1.5;
	font-size: 20px;
	font-weight: 300;
	padding-top: 10px;
}

.tile-card .tile-content .card-excerpt p {
	margin: 0;
}

.tile-card.small .tile-content .card-excerpt {
	display: none;
}

.tile-card .tile-content .read-more {
	display: none;
}

.tile-card a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (max-width: 543px) {
	.tile-card.large .tile-img {
		min-height: 500px;
	}
}

/* END TILE CARD */

/* BLOG CARD */

.blog-card {
	width: 100%;
}

.blog-card .card-img {
	height: 400px;
	background-size: cover;
	text-align: center;
}

.blog-card .card-title {
	font-family: "proxima-nova", Arial;
	font-size: 1.8rem;
	line-height: 1.1;
	font-weight: 800;
	margin: 20px 10px 5px;
}

.blog-card .card-excerpt {
	margin: 0 10px;
}

/* END BLOG CARD */

/* OPPORTUNITY CARD */

.opp-card {
	display: flex;
	border: 1px solid #c8c8c8;
	border-radius: 8px;
	margin-bottom: 40px;
	overflow: hidden;
	width: 100%;
}

.opp-card .opp-img {
	display: flex;
	min-width: 31%;
	width: 31%;
	background: #f7f7f7;
	position: relative;
	z-index: 1;
	overflow: hidden;
	background-size: cover;
	background-position: center;
}

.opp-card .opp-img a {
	display: block;
	width: 100%;
	height: 100%;
}

.opp-card .opp-img img {
	align-self: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 100%;
	height: auto;
	vertical-align: middle;
	display: inline-block;
}

.opp-card .opp-content {
	width: 100%;
	padding: 0 45px;
	background: #fff;
}

.opp-card .opp-title {
	font-family: "proxima-nova", Arial;
	font-size: 26px;
	line-height: 1.1em;
	font-weight: 800;
	color: #3C4858;
	padding: 25px 0 10px;
}

.opp-card .opp-deadline {
	padding-bottom: 10px;
}

.opp-card .opp-excerpt .read-more {
	display: none;
}

.opp-card .opp-deadline span {
	font-weight: 800;
}

.opp-card .opp-buttons {
	font-size: 13px;
	line-height: 1;
	padding-bottom: 25px;
}

.opp-card .opp-buttons a {
	display: inline-block;
	border-radius: 5px;
	margin-bottom: 5px;
}

.opp-card .opp-buttons .opp-details {
	padding: 8px 15px;
	margin-right: 5px;
	border: 1px solid;
}

.opp-card .opp-buttons .opp-details:hover {
	background: #1e4863;
	color: #fff;
}

.opp-card .opp-buttons .opp-details:before {
	content: "\f15c";
	font-family: "Font Awesome 5 Pro";
	font-size: 18px;
	vertical-align: text-top;
	font-weight: 300;
	padding-right: 6px;
}

.opp-card .opp-excerpt {
	line-height: 1.6;
}

@media (max-width: 767px) {
	.opp-card .opp-img {
		display: none;
	}
	.opp-card .opp-content {
		padding: 5px 25px 0;
	}
}

/* END OPPORTUNITY CARD */

/* PERSON CARD */

.person-card {
	width: 100%;
	font-size: 13px;
	line-height: 1.4;
	margin-bottom: 30px;
	text-align: center;
}

.person-card.horizontal {
	display: flex;
	text-align: left;
}

.person-card.horizontal a {
	display: flex;
}

.person-card .person-image {
	max-width: 135px;
	margin: auto;
	height: 135px;
	background-size: cover;
	border-radius: 100%;
}

.person-card.horizontal .person-image {
	display: flex;
	min-width: 100px;
	width: 100px;
	height: 100px;
	margin: 0;
}

.person-card.large .person-image {
	min-width: 140px;
	width: 140px;
	height: 140px;
}

.person-card.horizontal .person-content {
	padding-left: 25px;
}

.person-card .person-name {
	font-size: 18px;
	font-weight: 600;
	padding: 10px 0 5px;
}

.person-card.large .person-name {
	font-size: 24px;
}

.person-card .person-meta {
	font-style: italic;
}

.person-card.large .person-meta {
	font-size: 16px;
}

.person-card .person-meta span,
.person-card .person-meta .institution {
	font-style: normal;
}

.person-card .person-position {
    font-style: italic;
}

.person-card .person-role {
    display: inline-block;
    font-family: "proxima-nova";
    font-size: 10px;
    line-height: 1;
    text-transform: uppercase;
    padding: 6px 8px;
    margin-top: 10px;
    border-radius: 5px;
    background: #b7e1f4;
}

.person-card-expanded {
	display: flex;
	width: 100%;
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 30px;
}

.person-card-expanded .person-image {
	display: flex;
	width: 150px;
	height: 150px;
	min-width: 150px;
	max-width: 150px;
	background-size: cover;
	border-radius: 100%;
}

.person-card-expanded .person-content {
	padding-left: 40px;
}

.person-card-expanded .person-header {
	position: relative;
	border-bottom: 1px solid #BCBCBC;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.person-card-expanded .person-header .person-name {
	font-size: 21px;
	font-weight: 600;
}

.person-card-expanded .person-header .person-roles {
	position: absolute;
	top: 0;
	right: 0;
}

.person-card-expanded .person-header .person-role {
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	background: #eaebff;
	color: #2c536c;
	text-transform: uppercase;
	padding: 5px 15px;
	margin: 0 10px 5px 0;
	border-radius: 5px;
	white-space: nowrap;
}

.person-card-expanded .person-header .person-meta {
	font-size: 16px;
	font-style: italic;
}

.person-card-expanded .person-header .person-meta .institution {
	font-style: normal;
}

.person-card-expanded .person-bio {
	font-size: 15px;
}

@media (max-width: 980px) {
	.person-card-expanded .person-header .person-roles {
		position: static;
	}
}

@media (max-width: 543px) {
	.person-card-expanded {
		display: block;
	}
	.person-card-expanded .person-image {
		text-align: center;
		margin: auto;
	}
	.person-card-expanded .person-content {
		padding-left: 0;
	}
	.person-card-expanded .person-header {
		text-align: center;
	}
}

/* END PERSON CARD */

/* HORIZONTAL CARD */

.horizontal-card {
	display: flex;
	background-color: #fff;
	border: 1px solid #c8c8c8;
	box-shadow: 1px 1px 2px #bfbfbf;
	border-radius: 8px;
	margin-bottom: 20px;
	width: 100%;
	max-width: 500px;
	overflow: hidden;
}

.horizontal-card.half-image {
	box-shadow: 1px 1px 3px #d6d6d6;
	max-width: 580px;
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
}

.horizontal-card:hover {
	box-shadow: 1px 1px 2px #949494;
}

.horizontal-card.half-image:hover {
	box-shadow: 1px 1px 3px #949494;
}

.horizontal-card.reversed {
	margin-left: 20px;
	margin-right: 20px;
}

.horizontal-card a {
	display: flex;
	width: 100%;
}

.horizontal-card.reversed a {
	flex-direction: row-reverse;
}

.horizontal-card .horizontal-img {
	display: flex;
	min-width: 20%;
	width: 20%;
	background: #f7f7f7;
}

.horizontal-card.half-image .horizontal-img {
	min-width: 50%;
	width: 50%;
}

.horizontal-card.reversed .horizontal-img {
	display: block;
	background: none;
}

.horizontal-card .horizontal-img img {
	object-fit: cover;
}

.horizontal-card .horizontal-content {
	min-width: 50%;
	padding-left: 25px;
	padding-right: 15px;
}

.horizontal-card.reversed .horizontal-content {
	border-left: 3px solid #379BC9;
	width: 100%;
}

.horizontal-card .horizontal-title {
	font-family: "proxima-nova", Arial;
	font-size: 18px;
	line-height: 1.1em;
	font-weight: 800;
	color: #3C4858;
	padding: 15px 0 5px;
}

.horizontal-card.half-image .horizontal-title {
	font-size: 23px;
	padding: 15px 0 10px;
}

.horizontal-card.reversed .horizontal-title {
	font-size: 22px;
}

.horizontal-card .horizontal-excerpt {
	line-height: 1.4;
	padding-bottom: 15px;
}

.horizontal-card.half-image .horizontal-excerpt {
	line-height: 1.6;
	padding-bottom: 0;
}

.horizontal-card.reversed .horizontal-excerpt {
	font-size: 16px;
	padding-bottom: 0;
}

.horizontal-card.small-image .horizontal-excerpt p {
	margin-bottom: 0;
	display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 3;
   overflow: hidden;
}

@media (min-width: 768px) and (max-width: 980px) {
	.horizontal-card.half-image .horizontal-excerpt {
		display: none;
	}
}

@media (max-width: 543px) {
	.horizontal-card.half-image .horizontal-excerpt {
		display: none;
	}
}

/* END HORIZONTAL CARD */

/* SPEAKER CARD */

.speaker-card {
	position: relative;
	width: 100%;
	border-radius: 10px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transition: background-color .1s ease-in;
	transition: background-color .1s ease-in;
	font-family: 'playfair-display',serif;
	line-height: 1;
	margin-bottom: 10px;
}

.speaker-card:hover {
	background-color: rgb(0, 0, 0, .5);
	background-blend-mode: overlay;
}

.speaker-card:after {
	content: "";
	display: block;
	padding-bottom: 100%;
}

.speaker-card .speaker-content {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	color: #fff;
	padding: 0 20px 30px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: visibility 0s, opacity .1s ease-in;
    transition: visibility 0s, opacity .1s ease-in;
}

.speaker-card:hover .speaker-content {
	visibility: visible;
	opacity: 1;
}

.speaker-card .speaker-name {
	font-size: 30px;
	padding-bottom: 10px;
	border-bottom: 2px solid;
	margin-bottom: 10px;
}

.speaker-card a {
	position: absolute;
	width: 100%;
	height: 100%;
}

/* END SPEAKER CARD */


/* LATEST PUBLICATION ITEM */

.ssrc-publication-item {
	padding-bottom: 10px;
	margin-bottom: 15px;
}

.ssrc-publication-item:last-of-type {
	padding-bottom: 0;
	margin-bottom: 20px;
}

.ssrc-publication-item a {
	display: flex;
}

.ssrc-publication-item .pub-title {
	font-size: 17px;
	line-height: 22px;
	color: #47535a;
	padding-bottom: 10px;
}

.ssrc-publication-item .pub-meta {
	font-size: 14px;
}

.ssrc-publication-item .pub-meta span {
	font-weight: 800;
	text-transform: uppercase;
}

.ssrc-publication-item .pub-image {
	min-width: 80px;
	max-width: 80px;
	overflow: hidden;
}

.ssrc-publication-item .pub-image img {
	width: 80px;
	height: 70px;
	object-fit: cover;
}

/* END LATEST PUBLICATION ITEM */

/* LIST MICRO CARD */

.list-micro {
	margin: 0;
	list-style: none;
	border: 1px solid rgba(0,0,0,0.05);
    border-radius: 4px;
    overflow: hidden;
}

.list-micro li {
	position: relative;
	padding: 20px;
}

.list-micro li:not(:first-child) {
	background: #fafafa;
	border-top: 1px solid rgba(0,0,0,0.05);
}

.list-micro .img-container {
	position: relative;
	padding-bottom: 50%;
	height: 0;
	overflow: hidden;
	display: block;
	z-index: 1;
	margin: -20px -20px 15px;
}

.list-micro .img-container img {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 100%;
	height: auto;
	display: inline-block;
	max-width: 100%;
}

.list-micro .img-container a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-decoration: none !important;
	background-color: rgba(0,0,0,0);
}

.list-micro .content-container {
	height: 187px;
}

.list-micro .post-title {
	margin: 0 0 14px 0;
	font-weight: 700;
	font-style: normal;
	line-height: 1.3;
	font-size: 20px;
	word-break: break-word;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

.list-micro .post-authors {
	font-style: italic;
	line-height: 1.4em;
	margin-bottom: 5px;
}

@media (max-width: 543px) {
	.list-micro .content-container {
		height: auto;
	}
}

/* END LIST MICRO CARD */

/* FRONT PAGE HERO SLIDER */

.hero-wrapper {
    height: 450px;
    max-width: 100%;
    display: flex;
    flex-flow: row wrap;
}

.hero-item-wrapper {
    display: flex;
    flex: 1 1 0;
    transition: all .5s ease-in-out;
    height: 100%;
    position: relative;
    background-size: cover;
    background-color: #5d6972;
    overflow: hidden;
}

.hero-item {
    width: 100%;
}

.hero-item .content {
    position: absolute;
    bottom: 40px;
    left: 40px;
    width: 530px;
}

.hero-item .content * {
    text-shadow: 1px 2px 1px rgba(0, 0, 0, .9);
}

.hero-item .content h1 p {
    font-size: 30px;
    color: #fff;
    line-height: 1.333;
    margin-bottom: 0;
}

.hero-item .excerpt * {
    font-size: 15px;
    line-height: 1.5;
    color: #fff;
}

.hero-item .excerpt p {
    margin: 8px 0;
}

.hero-item .excerpt a:after {
    content: " →";
}

.hero-item .excerpt a:hover {
    border-bottom: 1px solid;
}

.hero-item .tag {
    padding: 4px 5px;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
	line-height: 1.5;
    letter-spacing: 1px;
    border-bottom: 2px solid #fff;
    margin-bottom: 10px;
    background-color: transparent;
}

@media screen and (max-width: 991px) {
	.hero-mobile-hide {
		display: none;
	}
}

@media screen and (max-width: 639px) {
    .hero-wrapper {
        flex-direction: column;
        height: 800px;
    }
	
    .hero-item .tag {
        font-size: 16px;
        margin-bottom: 0;
    }
	
	.hero-item .content {
        width: calc(100% - 40px);
        bottom: 10px;
        left: 20px;
    }
	
    .hero-item .content h1 {
        margin-top: 8px;
    }
	
    .hero-item .content h1 p {
        font-size: 22px;
    }
}

@media screen and (min-width: 640px) {
	.hero-item-wrapper .attribution {
        opacity: 0;
    }
	
    .hero-item-wrapper.selected,
    .hero-item-wrapper:focus {
        flex-basis: 40%;
    }
	
    .hero-item-wrapper.selected .attribution,
    .hero-item-wrapper:focus .attribution {
        opacity: 1;
    }
	
    .hero-item-wrapper.selected .hero-fade,
    .hero-item-wrapper:focus .hero-fade,
    .hero-item-wrapper:hover .hero-fade {
        opacity: 0;
    }
	
    .hero-item-wrapper:not(.selected):hover {
        cursor: pointer;
    }
	
    .hero-item-wrapper:not(.selected):hover .content {
        pointer-events: none;
    }
	
    .hero-fade {
        transition: all .25s ease-in-out;
        display: block;
        position: absolute;
        height: 101%;
        width: 101%;
        left: -1px;
        right: -1px;
        top: 0;
        bottom: 0;
        background-color: #777;
        box-shadow: inset 0 0 100px rgba(0, 0, 0, .7);
        opacity: .5;
        pointer-events: none;
    }
}

#ssrc-homehero {
	padding: 0 0 20px;
	overflow: hidden;
}

.ssrc-hero-slider {
	position: relative;
	overflow: hidden;
	width: 100%;
	max-height: 650px;
}

.ssrc-hero-slider .owl-carousel,
.ssrc-hero-slider .owl-carousel .owl-stage-outer,
.ssrc-hero-slider .owl-carousel .owl-stage,
.ssrc-hero-slider .owl-carousel .owl-item {
	height: 100%;
}

.ssrc-hero-slider .item-slide {
	height: 100%;
}

.ssrc-hero-slider .item-slide .image-container,
.ssrc-hero-slider .item-slide .content-container,
.ssrc-hero-slider .item-slide .ast-row {
	position: relative;
	height: 100%;
	background-color: #000;
	margin: 0;
	align-content: center;
}

.ssrc-hero-slider .image-container {
	padding: 0;
}

.ssrc-hero-slider .image-container .video-overlay {
	position: absolute;
	top: 50%;
	right: 0;
	text-align: center;
	padding: 0 30px 30px;
	color: #fff;
	width: 100%;
	/*max-width: 770px;*/
	transform: translate(0,-50%);
}

.ssrc-hero-slider .image-container .video-overlay img {
	display: inline-block;
	width: auto;
}

.ssrc-hero-slider .slide-overlay {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.ssrc-hero-slider .content-container a {
	height: calc(100% - 60px);
}

.ssrc-hero-slider .item-slide .ast-row {
	position: relative;
}

.ssrc-hero-slider .item-image {
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
}

.ssrc-hero-slider .item-content {
	padding: 0 30px 30px;
	margin-right: auto;
	color: #fff;
	max-width: 450px;
}

.ssrc-hero-slider .item-content h2 {
	font-size: 34px;
	line-height: 1.2;
	color: inherit;
	margin-bottom: 30px;
}

.ssrc-hero-slider .overlay-active .item-content h2 {
	display: none;
}

.ssrc-hero-slider .item-content p {
	font-size: 16px;
	line-height: 1.4;
	color: inherit;
}

.ssrc-hero-slider .overlay-active .item-content p {
	font-size: 28px;
	line-height: 1.3;
}

.ssrc-hero-slider .item-content .item-tag {
	padding: 4px 0;
	display: inline-block;
	text-transform: uppercase;
	color: inherit;
	font-size: 18px;
	line-height: 1.5;
	letter-spacing: 1px;
	border-bottom: 2px solid;
	margin-bottom: 10px;
}

.ssrc-hero-slider .owl-dots {
	position: absolute;
	bottom: 10px;
	left: calc(58.34% + 50px);
	width: auto;
	text-align: right;
	padding: 0;
}

.home-featured {
	align-content: center;
}

.home-featured-content {
	max-width: 415px;
	padding: 30px 50px;
	margin-left: auto;
}

.home-featured h2 {
	font-size: 34px;
	line-height: 1.2;
	margin-bottom: 30px;
}

.home-featured p {
	font-size: 16px;
	line-height: 1.4;
}

@media (max-width: 991px) {
	.ssrc-hero-slider {
		max-height: 450px;
	}
	.home-featured-content {
		max-width: none;
		text-align: center;
	}
	.ssrc-hero-slider .item-slide .content-container {
		position: absolute;
		background-color: transparent !important;
	}
	.ssrc-hero-slider .item-content {
		max-width: none;
		padding: 0 20px;
		margin-right: 0;
		color: #fff !important;
	}
	.ssrc-hero-slider .item-content * {
		text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.9);
	}
	.ssrc-hero-slider .item-content p {
		display: none;
	}
	.ssrc-hero-slider .owl-dots {
		width: 100%;
		left: unset;
		text-align: center;
	}
}

/* END FRONT PAGE HERO SLIDER */

/* HOME CONTENT */

h2.home-title {
	font-size: 32px;
	font-weight: 300;
	max-width: 800px;
	padding: 60px 20px 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

p.home-description {
	font-size: 19px;
	line-height: 1.55;
	color: #47535A;
	max-width: 860px;
	margin: 0 auto 30px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
}

.home-columns {
	max-width: 1240px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0 auto 60px;
}

.home-columns .wp-block-column {
	padding: 0 30px;
	border-right: 3px solid #E9EBED;
	margin: 0;
}

.home-columns .wp-block-column:last-of-type {
	border-right: 0;
}

.home-columns .col-accent {
	font-size: 70px;
	line-height: 1.2;
	color: #DF9158;
	margin-bottom: 0;
}

.home-columns .col-subtitle {
	font-size: 20px;
	line-height: 1.2;
	margin-bottom: 15px;
}

.home-columns .col-small {
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 30px;
}

@media (min-width: 782px) and (max-width: 900px) {
	.home-columns .wp-block-column {
		padding: 0 25px;
	}
	.home-columns .col-accent {
		font-size: 58px;
	}
	.home-columns .col-subtitle {
		font-size: 18px;
	}
}

@media (max-width: 782px) {
	.home-columns .wp-block-column {
		border-right: 0;
		padding-bottom: 30px;
		border-bottom: 3px solid #E9EBED;
		margin-bottom: 30px;
	}
	
	.home-columns .wp-block-column:last-of-type {
		border-bottom: 0;
	}
}

.media-row {
	position: relative;
}

.media-row.narrow {
	padding: 15px 0;
	margin: 70px 0;
}

.media-row .ast-row {
	align-items: center;
}

.media-row.narrow .ast-row {
	align-items: flex-start;
}

.media-row > video {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
	display: inline-block;
}

.media-row .media-content-col {
	padding: 20px 30px;
	border-radius: 10px;
}

.media-row.narrow .media-content-col {
	padding: 0 30px;
}

.media-row .media-content-col .bubble {
	margin-top: 10px;
	margin-bottom: 20px;
}

.media-row .media-content-col .meta {
	font-size: 16px;
	font-weight: bold;
}

.media-row .media-content-col .speaker {
	display: flex;
	align-items: center;
	font-size: 18px;
	margin: 15px 0 40px 0;
}

.media-row .media-content-col .speaker .speaker-avatar {
	max-width: 140px;
	width: 34%;
}

.media-row .media-content-col .speaker .speaker-avatar img {
	border: 2px solid white;
	border-radius: 100%;
}

.media-row .media-content-col .speaker .speaker-content {
	line-height: 1.6;
	padding-left: 20px;
}

.media-row .media-content-col .speaker .speaker-name {
	font-family: 'Adamina', serif;
	font-size: 22px;
}

.media-row .media-content-col .speaker .speaker-org {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	padding-bottom: 5px;
}

.media-row .media-content-col .speaker .speaker-link {
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	padding-top: 5px;
}

.media-row h2 {
	font-family: 'Adamina', serif;
	font-size: 36px;
	margin-bottom: 20px;
	color: inherit;
}

.media-row p {
	font-size: 18px;
	line-height: 1.5;
	margin-bottom: 20px;
}

.media-row .bubble {
	font-size: 18px;
	color: #fff;
	background: #4C8EB4;
	margin: 0;
}

.media-row .video-col {
	width: 100%;
	border: 2px solid;
	margin: 20px 0;
}

#media-row-2 a.button-clear:hover {
	opacity: 1;
	color: #fff;
	background: #80D741;
}

#media-row-3 {
	padding: 60px 0;
	min-height: 550px;
}

#media-row-3 a.button-clear:hover {
	opacity: 1;
	color: #252F3C;
	background: #fff;
}

.content-row h2 {
	font-weight: 600;
	border-color: #379bc9;
}

.content-row h2:after {
	content: "";
	display: block;
	padding: 5px;
	border-bottom: 3px solid;
	border-color: inherit;
	margin-bottom: 15px;
	width: 200px;
}

.content-row p {
	font-size: 18px;
	line-height: 1.6;
}

.content-row p a {
	font-size: 16px;
	font-weight: 800;
}

.content-row p a:after {
	display: inline-block;
	content: "»";
	padding-left: 10px;
}

.home #ssrc-themes {
	background-color: #f8f8f8;
}

#ssrc-frontiers {
	background-color: #f2f2f2;
}

#ssrc-frontiers img {
	max-width: 95%;
}

#ssrc-frontiers .frontiers-desc {
	font-size: 17px;
	line-height: 1.4;
	padding: 30px 0px 20px;
}

#ssrc-frontiers .button-frontiers {
	font-weight: 600;
	text-transform: none;
	background: #1e4863;
	border-color: #1e4863;
}

#ssrc-frontiers .button-frontiers:after {
	content: "\f178";
	font-family: "Font Awesome 5 Pro";
	padding-left: 10px;
}

#ssrc-frontiers .content-card .card-img {
	padding: 0 15px;
	margin: auto;
}

#ssrc-frontiers .content-card .card-title {
	font-size: 14px;
}

@media (max-width: 1024px) {
	.content-row h2 br {
		display: none;
	}
}

@media (min-width: 992px) {
	.media-row.narrow .media-media-col {
		position: absolute;
		top: -50px;
	}
}

@media (min-width: 768px) {
	.media-row .img-first,
	.content-row .img-first {
		order: -1;
	}
}
/* Elementor home styles */
.home-button .elementor-button-content-wrapper {
	font-weight: 400;
	letter-spacing: 1px;
	align-items: center;
}

.home-button .elementor-button-icon svg {
	width: 60px;
}

/* END HOME CONTENT */

/* SIGNUP ROW */

.mc4wp-form {
	padding: 32px 0;
}

.home .mc4wp-form {
	padding: 0;
}

.mc4wp-form-111,
.mc4wp-form-1273 {
	background-color: #204863;
	color: #fff;
}

.mc4wp-form-fields {
	max-width: 1240px;
	padding: 0 20px;
	margin: auto;
}

.mc4wp-response {
	max-width: 1240px;
	margin: auto;
}

.mc4wp-alert,
.mc4wp-notice {
	padding: 0 20px;
}

.mc4wp-alert p,
.mc4wp-notice p {
	font-size: 14px;
	margin-top: 10px;
}

.subscribe-home {
	color: #fff;
	text-align: center;
}

.signup-form h3 {
	color: #fff;
	font-size: 24px;
}

.signup-form .ast-row .column {
	padding: 0 5px;
}

.signup-form .ast-row .column:first-child {
	padding-left: 20px;
}

.signup-form input {
	width: 100%;
	border-radius: 0;
}

.ssrc-home-signup .ast-row .column {
	padding: 0 5px !important;
}

.ssrc-home-signup input {
	font-size: 16px;
	text-align: center;
	width: 100%;
	border-radius: 8px;
	padding: 15px;
	margin-bottom: 2px;
}

.ssrc-home-signup input::placeholder {
	text-align: center;
}

.signup-form input[type="submit"] {
	padding: 8px 0;
	background-color: #DF9158;
	transition: all .2s linear;
}

.ssrc-home-signup button {
	font-size: 20px;
	letter-spacing: 1px;
	background: none;
	border: none;
	padding: 0;
	margin-top: 30px;
}

.ssrc-home-signup button img {
	width: 60px;
	height: auto;
	margin-right: 20px;
}

.signup-form input[type="submit"]:active,
.signup-form input[type="submit"]:focus,
.signup-form input[type="submit"]:hover {
	background-color: #f99850;
}

.signup-form p {
	font-size: 14px;
	line-height: 1.6;
	padding-left: 10px;
}

@media (max-width: 991px) {
	.signup-form .ast-row .column:nth-child(3) {
		padding-right: 20px;
	}
	
	.signup-form .ssrc-notice p {
		padding: 10px 15px 0;
	}
}

@media (max-width: 767px) {
	.mc4wp-form-111 {
		display: none;
	}
}

/* END SIGNUP ROW */

/* NEWS & EVENTS CAROUSEL */

.ssrc-news-events-carousel.equal-height .owl-carousel .owl-stage {
	display: flex;
}

.ssrc-news-events-carousel.equal-height .owl-carousel .owl-item {
	display: flex;
}

.owl-dots,
.owl-nav {
    clear: both;
    float: left;
    padding: 0 5%;
    position: absolute;
    width: 100%;
}

.ssrc-news-events-carousel {
	background-color: #f7f7f7;
	overflow: hidden;
}

.home .ssrc-news-events-carousel {
	background-color: #fff;
}

.ssrc-carousel-header {
	position: relative;
}

#ssrc-carousel-nav {
	padding: 0;
	position: absolute;
	top: 50px;
}

.single-ssrc_theme #ssrc-carousel-nav,
.program-component-template #ssrc-carousel-nav {
	width: auto;
	bottom: 0;
	right: 0;
}

#ssrc-carousel-nav .owl-prev {
	float: left;
}

#ssrc-carousel-nav .owl-next {
	float: right;
}

#ssrc-carousel-nav button {
	background: none;
	border: none;
	padding: 0;
	line-height: 1;
}

.single-ssrc_theme #ssrc-carousel-nav button,
.program-component-template #ssrc-carousel-nav button {
	padding-left: 30px;
}

#ssrc-carousel-nav button span {
	display: inline-block;
	text-indent: -999em;
	transition: all .3s linear;
	color: #566168;
	font-family: "Font Awesome 5 Pro";
	font-size: 32px;
	font-weight: 300;
}

#ssrc-carousel-nav button.disabled span {
	color: #5661684D;
	cursor: auto;
}

#ssrc-carousel-nav .owl-prev span:after {
	content: "\f177";
	display: block;
	text-indent: 0;
}

#ssrc-carousel-nav .owl-next span:after {
	content: "\f178";
	display: block;
	text-indent: 0;
}

.ssrc-carousel-header h2 {
	font-size: 2.1428571428571rem;
	font-weight: 800;
	padding: 60px 20px 20px;
	margin: 0 auto;
	text-align: center;
}

.home .ssrc-carousel-header h2 {
	font-family: "DM Serif Display", Sans-serif;
	font-size: 68px;
	font-weight: 400;
	text-align: left;
	color: #1d262c;
	padding: 50px 0 0;
}

.program-component-template .ssrc-carousel-header h2 {
	text-align: left;
	padding: 40px 0 0;
}

.ssrc-carousel-header p {
	font-size: 19px;
	line-height: 1.55;
	color: #47535A;
	margin: 0 auto;
	padding: 0 20px;
	text-align: center;
}

.ssrc-news-events-carousel .owl-carousel {
	max-width: 1200px;
	margin: 30px auto 60px;
}

.ssrc-news-events-carousel .owl-carousel .owl-stage-outer {
	position: relative;
	overflow: visible;
}

.ssrc-news-events-carousel .carousel-item {
	display: flex;
	border-radius: 15px;
	overflow: hidden;
}

.ssrc-news-events-carousel .carousel-item.even {
	color: #fff;
	background: #2e89bd;
}

.ssrc-news-events-carousel .carousel-item a {
	display: flex;
	flex-direction: column;
}

.ssrc-news-events-carousel .item-image {
    display: block;
    position: relative;
    z-index: 1;
    height: 0;
    padding-bottom: 60%;
    overflow: hidden;
}

.ssrc-news-events-carousel .item-more .item-image {
	background: #566168;
}

.ssrc-news-events-carousel .item-image img {
	position: absolute;
	width: 100%;
	height: 100%;
	display: inline-block;
	object-fit: cover;
}

.ssrc-news-events-carousel .carousel-item .item-content {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	padding: 15px 25px 20px;
}

.ssrc-news-events-carousel .item-meta {
	padding: 15px 0 10px;
}

.ssrc-news-events-carousel .carousel-item .item-meta {
	padding: 0 0 10px;
}

.ssrc-news-events-carousel .carousel-item .item-meta > * {
	display: block;
}

.ssrc-news-events-carousel .carousel-item.even .item-meta,
.ssrc-news-events-carousel .carousel-item.even .item-footer {
	color: #fff;
}

.ssrc-news-events-carousel .item-category {
	font-weight: 700;
	text-transform: uppercase;
}

.ssrc-news-events-carousel .item-more .item-content {
	position: absolute;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
	line-height: 1;
	color: #fff;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 18px;
	z-index: 2;
}

.ssrc-news-events-carousel .item-content h2 {
	font-size: 20px;
}

.ssrc-news-events-carousel .carousel-item.even .item-content h2 {
	font-size: 20px;
	color: #fff;
}

.ssrc-news-events-carousel .item-external .item-content h2:after {
	content: "\f35d";
	display: inline-block;
	font-family: "Font Awesome 5 Pro";
	padding-left: 10px;
	font-size: 16px;
	font-weight: 400;
}

.ssrc-news-events-carousel .carousel-item .item-content .item-footer {
	margin-top: auto;
}

.ssrc-news-events-carousel .item-more {
	position: relative;
	display: block;
}

.ssrc-news-events-carousel .item-more .item-content:after {
	content: "\f178";
	display: inline-block;
	font-family: "Font Awesome 5 Pro";
	padding-left: 10px;
}

@media (max-width: 1199px) {
	.ssrc-news-events-carousel {
		padding: 0 20px;
	}
}

.ssrc-news-events-carousel .ssrc-carousel-footer {
	padding-bottom: 50px;
}

.ssrc-news-events-carousel .carousel-button {
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 1px;
	padding: 25px;
}

.ssrc-news-events-carousel .carousel-button img {
	width: 60px;
	height: auto;
	margin-right: 20px;
}

/* END NEWS & EVENTS CAROUSEL */

/* FEATURED CONTENT SLIDER */

.ssrc-featured-content-slider {
    padding: 75px 0;
}

.ssrc-featured-content-slider .ast-container {
    position: relative;
}

#ssrc-feat-slider-nav {
	padding: 0 20px;
	position: absolute;
	bottom: -35px;
	right: 0;
	text-align: right;
	z-index: 99;
}

#ssrc-feat-slider-nav .owl-prev,
#ssrc-feat-slider-nav .owl-next {
	padding-left: 30px;
}

#ssrc-feat-slider-nav button {
	background: none;
	border: none;
	padding: 0;
	line-height: 1;
}

#ssrc-feat-slider-nav button span {
	display: inline-block;
	text-indent: -999em;
	transition: all .3s linear;
	color: #566168;
	font-family: "Font Awesome 5 Pro";
	font-size: 32px;
	font-weight: 300;
}

#ssrc-feat-slider-nav button.disabled span {
	color: #5661684D;
	cursor: auto;
}

#ssrc-feat-slider-nav .owl-prev span:after {
	content: "\f177";
	display: block;
	text-indent: 0;
}

#ssrc-feat-slider-nav .owl-next span:after {
	content: "\f178";
	display: block;
	text-indent: 0;
}

.ssrc-featured-content-slider .item-slide {
	position: relative;
	display: flex;
	flex-wrap: wrap;
}

.ssrc-featured-content-slider .featured-program .item-image {
	width: 65%;
}

.ssrc-featured-content-slider .fellows-spotlight .item-image {
	width: 30%;
}

.ssrc-featured-content-slider .quote .item-image {
	width: 65%;
}

.ssrc-featured-content-slider .item-content {
	position: absolute;
	background: #fff;
	border: 1px solid #a4aeb3;
	padding: 40px 50px;
	margin-left: 5%;
}

.ssrc-featured-content-slider .featured-program .item-content {
	bottom: 70px;
	right: 0;
	width: 585px;
}

.ssrc-featured-content-slider .fellows-spotlight .item-content {
	position: static;
	top: 0;
	right: 0;
	width: 65%;
}

.ssrc-featured-content-slider .quote .item-content {
	bottom: 70px;
	right: 0;
	width: 660px;
	text-align: center;
}

.ssrc-featured-content-slider .item-content .item-category {
	font-weight: 700;
	text-transform: uppercase;
}

.ssrc-featured-content-slider .item-content .item-category:after {
	content: "";
	display: block;
	padding: 5px;
	border-bottom: 2px solid #204863;
	margin-bottom: 15px;
	width: 68px;
}

.ssrc-featured-content-slider .item-content h2 {
	font-size: 32px;
	font-weight: 300;
	line-height: 1.25;
	padding-bottom: 10px;
}

.ssrc-featured-content-slider .quote .item-content .item-category,
.ssrc-featured-content-slider .quote .item-content h2 {
	display: none;
}

.ssrc-featured-content-slider .item-content p {
	font-size: 19px;
	line-height: 1.55;
	margin-bottom: 20px;
}

.ssrc-featured-content-slider .quote .item-content p {
	font-size: 16px;
}

.ssrc-featured-content-slider .item-content p:last-child {
	margin-bottom: 0;
}

.ssrc-featured-content-slider .item-content p a {
	text-decoration: underline;
}

.ssrc-featured-content-slider .wp-block-button__link {
    background-color: #DF9158;
    text-transform: none;
    padding: 10px 20px;
	min-width: auto;
	font-size: 14px;
	line-height: 1.4;
}

@media (max-width: 1199px) {
	.ssrc-featured-content-slider .item-content {
		padding: 35px 45px;
	}
	.ssrc-featured-content-slider .featured-program .item-content,
	.ssrc-featured-content-slider .quote .item-content {
		bottom: 50px;
	}
	.ssrc-featured-content-slider .featured-program .item-content {
		bottom: 50px;
	}
	.ssrc-featured-content-slider .item-content .item-category:after {
		padding: 2px;
		margin-bottom: 10px;
	}
	.ssrc-featured-content-slider .item-content h2 {
		font-size: 24px;
	}
	.ssrc-featured-content-slider .item-content p {
		font-size: 16px;
	}
}

@media (max-width: 1023px) {
	.ssrc-featured-content-slider .item-image {
		position: absolute;
	}
	.ssrc-featured-content-slider .featured-program .item-content,
	.ssrc-featured-content-slider .quote .item-content {
		position: relative;
		width: 400px;
		top: 0;
		bottom: auto;
		margin: 0 0 0 auto;
	}
	.ssrc-featured-content-slider .fellows-spotlight .item-content {
		position: relative;
		width: 70%;
		top: 0;
		bottom: auto;
		margin: 0 0 0 auto;
	}
	#ssrc-feat-slider-nav {
		left: 0;
		right: auto;
		text-align: left;
		bottom: -50px;
	}
}

@media (max-width: 666px) {
	.ssrc-featured-content-slider .featured-program .item-image,
	.ssrc-featured-content-slider .quote .item-image {
		position: static;
		width: 100%;
	}
	.ssrc-featured-content-slider .fellows-spotlight .item-image {
		position: static;
		width: 100%;
		max-width: 300px;
		max-height: 300px;
		overflow: hidden;
		margin: auto;
	}
	.ssrc-featured-content-slider .featured-program .item-content,
	.ssrc-featured-content-slider .fellows-spotlight .item-content,
	.ssrc-featured-content-slider .quote .item-content {
		position: static;
		width: 100%;
	}
	#ssrc-feat-slider-nav {
		position: static;
		text-align: center;
	}
	#ssrc-feat-slider-nav .owl-prev {
		padding-left: 0;
	}
}

/* END FEATURED CONTENT SLIDER */

/* TITLE BANNER */

.title-banner {
	background: #1d4863;
	color: #fff;
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	min-height: 500px;
}

.home .title-banner {
	min-height: 750px;
	margin-bottom: 20px;
}

.single-post .title-banner,
.single-publication .title-banner {
	min-height: auto;
}

.page-template-template-staff .title-banner,
.single-fellow .title-banner {
	min-height: auto;
	background: #1e4863;
	border-top: 1px solid #1d4863;
	border-bottom: 1px solid #ececec;
}

.program-component-template .title-banner {
	min-height: 350px;
}

.single-grantees .title-banner,
.template-banner-page .title-banner {
	min-height: 300px;
}

.title-banner video {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
}

.title-banner .attribution {
	position: absolute;
	bottom: 10px;
	right: 10px;
	padding: 10px 12px;
	background: rgba(0,0,0,0.6);
	border-radius: 2px;
	color: #afafce;
	opacity: 0.2;
	transition: opacity 0.5s linear;
	font-size: 11px;
}

.title-banner:hover .attribution {
	opacity: 1;
}

.single-post .title-banner .ast-container,
.single-publication .title-banner .ast-container {
	position: relative;
	background: url('../image/post_title_banner.png') no-repeat;
	background-size: cover;
	background-position: center bottom;
	min-height: 320px;
}

.page-template-template-staff .title-banner .ast-container,
.single-fellow .title-banner .ast-container {
	position: relative;
	min-height: 200px;
}

.title-banner .title-banner-content {
	min-height: 600px;
	vertical-align: middle;
	align-content: center;
	text-align: center;
}

.title-banner .title-banner-content .banner-logo img {
	max-width: 550px;
	width: 100%;
	padding-top: 80px;
}

.title-banner .title-banner-content .banner-excerpt {
	font-size: 34px;
	line-height: 1.4;
	max-width: 900px;
	margin: 20px auto 0;
}

.title-banner .title-banner-content .banner-excerpt p {
	margin-bottom: 0.8em;
}

.title-banner .title-banner-info {
	position: absolute;
	bottom: 0;
	font-family: "proxima-nova", Arial;
	margin-bottom: 10px;
}

.home .title-banner-info {
    top: calc(50% - 150px);
}

.home .title-banner .banner-logo {
	min-width: 300px;
	margin-right: 40px;
}

.home .title-banner .banner-title {
    font-family: 'Adamina', serif;
	font-size: 58px;
	font-weight: 400;
    line-height: 1.2;
    margin-bottom: 50px;
}

.home .title-banner .title-banner-info .banner-description {
	font-family: 'roboto',sans-serif;
    font-size: 18px;
	font-weight: 600;
    line-height: 1.4;
	letter-spacing: 1px;
	padding-left: 20px;
}

.home .title-banner .title-banner-info .banner-description h2 {
	font-size: 32px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.bubble,
.title-banner .title-banner-info .banner-cat a,
.title-banner .title-banner-info .banner-cat span {
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	line-height: 1.45;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
	background: #1a3463;
	padding: 5px 15px;
	border-radius: 5px;
	white-space: nowrap;
}

.bubble {
	margin-bottom: 10px;
}

.title-banner .title-banner-info .banner-meta a,
.title-banner .title-banner-info .banner-meta span {
	display: inline-block;
	font-size: 18px;
	letter-spacing: 2px;
	color: #fff;
	text-transform: uppercase;
	border-bottom: 1px solid;
}

.title-banner .title-banner-info .banner-meta span.separator {
	font-size: 18px;
	margin: 0 5px;
	border-bottom: 0;
}

.title-banner .banner-title {
	font-size: 62px;
	line-height: 1;
	font-weight: 800;
	margin-top: 10px;
	margin-bottom: 10px;
}

.single-post .title-banner .banner-title,
.single-tribe_events .title-banner .banner-title,
.single-grantees .title-banner .banner-title,
.single-publication .title-banner .banner-title {
	font-size: 40px;
}

.title-banner .title-banner-info .banner-authors {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	margin-bottom: 10px;
}

.title-banner .title-banner-info .banner-description {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
	padding-right: 20px;
}

.title-banner .title-banner-info .banner-description p {
	margin-bottom: 25px;
}

.title-banner .title-banner-info .banner-position {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 10px;
}

@media (min-width: 769px) {
	.title-banner .title-banner-content .banner-logo img {
		padding-top: 40px;
	}
	.title-banner .title-banner-info {
		max-width: 880px;
	}
	.home .title-banner .title-banner-info {
		max-width: 1040px;
	}
	.page-template-template-staff .title-banner-info,
	.postid-335 .title-banner-info,
	.single-fellow .title-banner-info {
		max-width: none;
	}
}

@media (max-width: 768px) {
	.title-banner .banner-title {
		font-size: 28px !important;
	}
}

@media (max-width: 543px) {
	.single-grantees .title-banner .banner-title {
		font-size: 28px;
	}
	.title-banner .title-banner-info .banner-position {
		display: none;
	}
}

/* END TITLE BANNER */

/* SINGLE POST PAGE */

.breadcrumb-container {
	background: #f7f7f7;
	font-family: "proxima-nova", Arial;
	color: #454545;
	text-transform: uppercase;
	padding: 2px 0;
}

#breadcrumbs {
	margin: 0;
}

.single .post-navigation {
	border-top: 0;
}

.entry-content p {
	font-size: 16px;
}

.entry-content .has-medium-font-size {
	font-size: 20px;
}

.entry-content .has-large-font-size {
	font-size: 36px;
}

/* END SINGLE POST PAGE */

/* DONATE PAGE */

.page-id-252 .entry-content h2 {
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 15px;
}

.page-id-252 .entry-content p {
	font-size: 19px;
	line-height: 1.6;
	margin-bottom: 0;
}

.page-id-252 .entry-content a {
	text-decoration: underline;
}

.entry-content .donation-row h2 {
	font-size: 32px;
}

.donate-container {
	background-color: #fff;
	padding: 12px;
	border-radius: 8px;
	border: 3px solid #379bc9;
	margin-top: 10px;
	max-width: 475px;
	margin-left: auto;
	margin-right: auto;
}

.scholars-row img {
	border: 1px solid #444;
}

.knowledge-row {
	background: linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.7)),url('../image/helix-bg.jpg') 0 -45px;
    background-size: cover;
}

.faq-row a {
	color: #379bc9;
}

.contact-us {
	border: 1px solid #dedede;
    padding: 22px;
    border-radius: 4px;
	max-width: 380px;
}

.contact-us h3 {
	font-weight: 600;
	margin-bottom: 5px;
}

.contact-us hr {
	margin-bottom: 15px;
}

.entry-content .contact-us p {
	font-size: 16px;
	line-height: 21px;
	margin-bottom: 0;
}

.contact-us a {
	font-weight: 600;
}

/* END DONATE PAGE */

/* OUR WORK PAGE TEMPLATE */

.ourwork-section {
	margin-top: 10px;
	scroll-margin-top: 25px;
}

.ourwork-header {
	display: flex;
}

.section-title {
	display: flex;
	align-items: center;
	font-family: "proxima-nova", Arial;
	font-size: 32px;
	line-height: 1;
	font-weight: 800;
	color: #fff;
	background: #1E4863;
	min-width: 270px;
	padding: 0 40px;
	border-radius: 4px;
}

.section-title span {
	display: block;
	width: 100%;
	margin: auto;
}

.section-description {
	font-family: Georgia, serif;
	font-size: 19px;
	line-height: 25px;
	font-style: italic;
	padding: 5px 0 10px;
	margin-left: 20px;
	border-bottom: 1px solid #DF9158;
}

.section-content {
	padding-top: 30px;
}

@media (max-width: 543px) {
	.ourwork-header {
		display: block;
	}
	.section-title {
		padding: 20px;
		margin-bottom: 15px;
	}
	.section-description {
		margin-left: 0;
		text-align: center;
	}
}

/* END OUR WORK PAGE TEMPLATE */

/* SINGLE THEME TEMPLATE */

.alert-banner {
	position: absolute;
	width: 100%;
	background: #1E4863;
	opacity: 0.92;
	color: #fff;
	padding: 5px 0;
	text-align: center;
	z-index: 10;
}

.alert-button {
	background: #fff;
	color: #1E4863;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 2px 10px;
	border-radius: 4px;
	margin: 0 10px;
}

.overview-content p {
	font-size: 18px;
	line-height: 28px;
	margin: 0 auto 1.5em;
}

.overview-content a {
	color: #379bc9;
}

.overview-content .c-accordion__title {
	font-family: "proxima-nova", Arial;
	font-weight: 400;
	color: #2c536c;
	text-decoration: underline;
	text-align: center;
	display: inline;
	width: auto;
}

.overview-content .c-accordion__title:after {
	content: "\f175";
	position: absolute;
	text-decoration: none;
	font-weight: 400;
}

.overview-content .c-accordion__content {
	margin-top: 1.5em;
}

.overview-featured {
	background-color: #f9f9f9;
	padding: 20px 25px 25px;
	border-radius: 10px;
}

.overview-featured span {
	display: block;
	font-size: 18px;
	margin-bottom: 10px;
}

.overview-featured .horizontal-card {
	margin-bottom: 0;
}

.connect {
	display: flex;
	justify-content: space-around;
	padding: 0 10px;
	margin: 10px 0;
	text-align: center;
}

.connect-item {
	margin-bottom: 15px;
}

.connect-item a {
	color: #379BC9;
	font-size: 12px;
}

.connect-icon {
	width: 32px;
	height: 32px;
	background-size: contain;
	margin: auto;
}

.connect-email .connect-icon {
	background-image: url('../image/connect_email_icon.png');
}

.connect-twitter .connect-icon {
	background-image: url('../image/connect_twitter_icon.png');
}

.connect-newsletter .connect-icon {
	background-image: url('../image/connect_newsletter_icon.png');
}

.connect-content {
	line-height: 16px;
}

.connect-content .connect-label {
	display: block;
}

.connect-content a {
	font-size: 13px;
	color: #389bc9;
}

.overview-highlight {
	text-align: center;
	max-width: 200px;
	line-height: 1.6;
}

.overview-highlight * {
	display: block;
	margin: auto;
}

.work-item {
	text-align: center;
}

.work-item .work-icon {
	margin-bottom: 20px;
}

.work-item .work-title {
	font-weight: 800;
	line-height: 1.4em;
	font-size: 15px;
	margin-bottom: 10px;
}

#ssrc-opportunities {
	background-color: #f7f7f7;
}

#ssrc-news {
	padding: 0;
}

.people-tabs {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style: none;
	text-align: center;
	margin: 0 auto 40px;
	max-width: 760px;
}

.people-tabs li {
	display: inline-flex;
	margin: 0 -1px;
	width: 33%;
	border: 1px solid;
	overflow: hidden;
	-webkit-box-shadow: 0px 2px 3px 0px #C8C8C8;
	-moz-box-shadow: 0px 2px 3px 0px #C8C8C8;
	box-shadow: 0px 2px 3px 0px #C8C8C8;
}

.people-tabs li a {
	display: block;
	padding: 5px;
	background: #f3f3f3;
	font-weight: 600;
	font-size: 15px;
	color: #1E4863;
	width: 100%;
	border-bottom: 1px solid transparent;
}

.people-tabs li:first-of-type {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.people-tabs li:last-of-type {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.people-tabs li.ui-tabs-active a {
	background: #fff;
}

.people-tabs li.ui-tabs-active a,
.people-tabs li.ui-state-hover a {
	border-bottom: 1px solid #1E4863;
}

.people-tabs-wide {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	list-style: none;
	text-align: center;
	margin: 0 auto 40px;
	background: #FBFBFB;
}

.people-tabs-wide li {
	display: inline-flex;
	flex-grow: 1;
    flex-basis: 0;
	overflow: hidden;
}

.people-tabs-wide li a {
	display: block;
	font-size: 18px;
	line-height: 1.4;
	font-weight: 600;
	color: #939393;
	padding: 15px 5px;
	width: 100%;
	border-bottom: 2px solid #BCBCBC;
}

.people-tabs-wide li.ui-tabs-active a,
.people-tabs-wide li.ui-state-hover a {
	color: #204863;
	border-bottom: 2px solid #379BC9;
}

@media (min-width: 992px) {
	.three-columns .person-card .person-image {
		max-width: 200px;
		height: 200px;
	}
	.three-columns .person-card .person-name {
		font-size: 21px;
	}
	.three-columns .person-card .person-meta {
		font-size: 16px;
	}
}

@media (min-width: 768px) {
	.connect {
		display: inline-block;
	}
}

@media (max-width: 767px) {
	.overview-highlight {
		margin: 40px auto 0;
	}
	.people-tabs-wide {
		display: block;
	}
	.people-tabs-wide li {
		display: block;
	}
}

/* END SINGLE THEME TEMPLATE */

/* SINGLE PROGRAM TEMPLATE */

#methodology {
	background-color: #f7f7f7;
}

.show-more {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	border: 1px solid #c8c8c8;
	box-shadow: 0px 2px 10px #C8C8C8;
	border-radius: 8px;
	margin-bottom: 20px;
	cursor: pointer;
}

.show-more:hover {
	box-shadow: 0px 2px 15px #bbb;
}

.show-more .more-content {
	display: flex;
	font-size: 22px;
	line-height: 1.4;
	text-align: center;
	align-items: center;
	justify-content: space-around;
	margin: 30px 0;
}

.show-more .more-content span {
	width: min-content;
}

.show-more .more-content i {
	font-size: 46px;
	padding: 5px 0 0 10px;
}

.resources-content li a {
	font-size: 16px;
	font-weight: 600;
	padding-left: 30px;
	padding-bottom: 5px;
}

.resources-content li a:before {
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	width: 20px;
	text-align: left;
	position: absolute;
	left: 0;
}

.resources-content .resource-link:before {
	content: "\f0c1";
}

.resources-content .resource-file:before {
	content: "\f15b";
}

.resources-content .resource-file-pdf:before {
	content: "\f1c1";
}

.resources-content .resource-file-img:before {
	content: "\f15b";
}

/* END SINGLE PROGRAM TEMPLATE */

/* SINGLE PROGRAM COMPONENT TEMPLATE */

.program-component-template .primary h2 {
    font-family: "proxima-nova", Arial;
	font-size: 2rem;
    font-weight: 800;
    margin-bottom: 20px;
}

.program-component-template .primary h2:before {
    display: block;
    content: "";
    width: 60px;
	margin-bottom: 10px;
	border-bottom: 2px solid #379bc9;
}

.stat-item {
	padding: 20px 0;
	border-top: 3px solid #204863;
	margin: 20px 0;
}

.stat-item .stat-value {
	font-size: 80px;
	line-height: 1.2;
	color: #204863;
	padding-bottom: 10px;
}

.stat-item .stat-label {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2;
	color: #204863;
	margin-bottom: 15px;
}

.program-component-template-dark.ssrc-transparent-menu .main-header-bar {
	border-bottom: 1px solid #fff;
}

.program-component-template-dark .title-banner {
	background-color: #000;
}

.program-component-template-dark .title-banner .banner-title {
	font-size: 50px;
}

.program-component-template-dark .site-content {
	background-color: #000;
}

.program-component-template-dark #primary {
	margin-top: 10px;
}

.program-component-template-dark .entry-content {
	font-family: 'General Sans',arial;
	color: #fff;
}

.program-component-template-dark .entry-content p {
	font-size: 18px;
	line-height: 29.4px;
	margin-bottom: 1.1em;
}

.program-component-template-dark .entry-content p a {
	color: #00C2FF;
} 

.program-component-template-dark .entry-content li {
	font-size: 18px;
	padding-left: 10px
}

.program-component-template-dark .sidebar-main .widget {
	color: #fff;
	background-color: #000;
	border-radius: 5px;
	border: 2px solid #fff;
}

.program-component-template-dark .sidebar-main .widget-title {
	color: #fff;
}

.program-component-template-dark .sidebar-main a:hover {
	color: #00C2FF;
}

.program-component-template-dark .resources-widget .resources-list li a {
	color: #fff;
}

.program-component-template-dark .resources-widget .resources-list li a:hover {
	color: #00C2FF;
} 

.program-component-template-dark .site-footer {
	border-top: 1px solid #fff;
}

/* END SINGLE PROGRAM COMPONENT TEMPLATE */

/* PUBLICATIONS */

/* CRM publication */
.publication-primary,
.publication-secondary {
	display: block;
	position: relative;
	float: left;
	width: 100%;
}

.publication-primary {
	margin: 2em 0;
}

.publication-abstract a {
	color: #4887af;
}

.pub-section {
	margin-bottom: 20px;
}

.publication-meta {
	font-size: 13px;
	border: 1px solid #c8c8c8;
	border-radius: 5px;
	padding: 15px 30px;
	background: #fdfdfd;
	margin: 20px 0 40px;
}

.publication-meta-row {
	display: flex;
	padding: 10px 0;
	border-bottom: 1px solid #f3f3f3;
}

.publication-meta-row:last-of-type {
	border-bottom: 0;
}

.publication-label {
	width: 20%;
	min-width: 25%;
	font-weight: bold;
}

.publication-tag {
	display: inline-block;
	line-height: 1;
	text-transform: uppercase;
	color: #fff;
	background: #566168;
	padding: 5px 15px;
}

.publication-secondary {
	margin: 2em 0 2.5em;
	word-break: break-word;
	line-height: 2;
	font-size: 14px;
    font-size: 1rem;
}

.publication-secondary img {
	width: 100%;
	max-width: 300px;
}

.button-blue.download {
	margin: 10px 0;
}

.button-blue.download:before {
	display: inline-block;
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	line-height: 25px;
	content: "\f1c1";
	width: 25px;
	height: 25px;
	text-align: center;
	background: #fff;
	color: #379BC9;
	border-radius: 100%;
	margin-right: 15px;
}

@media (min-width: 769px) {
	.publication-primary {
		width: 70%;
		padding-right: 20px;
	}
	.publication-secondary {
		width: 30%;
		padding-left: 20px;
	}
}

@media (min-width: 993px) {
	.publication-primary {
		padding-right: 60px;
	}
	.publication-secondary {
		padding-left: 60px;
	}
}

/* publication landing page */
.page-template-publications #ssrc-feat-publications {
	background-color: #fafafa;
	background: url('../image/publications.jpeg') no-repeat;
	background-size: cover;
	border-top: 1px solid #c8c8c8;
	border-bottom: 1px solid #c8c8c8;
}

#ssrc-feat-publications .content-card a {
	position: relative;
}

#ssrc-feat-publications .content-card .card-img img {
	height: 480px;
	max-height: 480px;
}

#ssrc-feat-publications .content-card .card-img span {
	display: block;
	position: static;
	font-size: 18px;
	font-weight: 400;
	background: none;
	padding: 10px 0 0;
	margin: 0;
}

#ssrc-feat-publications .content-card .card-title {
	font-size: 32px;
	margin: 0 0 10px;
}

#ssrc-feat-publications .content-card .card-excerpt {
	font-size: 16px;
}

#ssrc-feat-publications .content-card .card-excerpt p {
	-webkit-line-clamp: 4;
}

#ssrc-feat-publications li {
	list-style: none;
}

#ssrc-feat-publications .pub-sidetitle {
	position: relative;
	font-family: "proxima-nova", Arial;
	font-size: 19px;
	border-bottom: 2px solid #454545;
	margin-bottom: 20px;
}

#ssrc-feat-publications .pub-sidetitle a {
	position: absolute;
	right: 0;
	bottom: 6px;
	font-size: 12px;
	text-transform: uppercase;
}

#ssrc-feat-publications .pub-sidetitle a:after {
	display: inline-block;
	content: "»";
	padding-left: 5px;
}

#ssrc-feat-publications .latest-pubs {
	background: #dde3e7;
	padding: 20px;
	border-radius: 5px;
}

#ssrc-feat-publications .ssrc-publication-item .pub-content {
	font-family: "proxima-nova", Arial;
	padding-left: 25px;
}

#ssrc-feat-publications .ssrc-publication-item .pub-title {
	font-size: 14px;
	font-weight: 800;
	line-height: 1.4;
	padding-bottom: 5px;
}

#ssrc-feat-publications .ssrc-publication-item .pub-meta {
	font-size: 13px;
}

#ssrc-feat-publications .ssrc-publication-item .pub-meta span {
	font-weight: 400;
}

.pub-signup-form {
	background: #f8f8f8;
	padding: 30px;
	border-radius: 5px;
}

.pub-signup-form h3 {
    font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}

.pub-signup-form p {
    line-height: 1.4em;
}

.pub-signup-form input {
	width: 100%;
	border-radius: 0;
	background: #fff;
	border-color: #fff;
}

.pub-signup-form input[type="submit"] {
	padding: 8px 0;
	background-color: #379BC9;
	transition: all .2s linear;
}

.pub-signup-form input[type="submit"]:active,
.pub-signup-form input[type="submit"]:focus,
.pub-signup-form input[type="submit"]:hover {
	background-color: #379BC9;
}

.blog-container {
	margin-bottom: 20px;
}

.blog-container .blog-logo {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100px;
	margin-bottom: 20px;
}

.pub-row .description {
	font-size: 16px;
	margin-bottom: 20px;
}

.pub-row.row-bg {
	background: #f8f8f8;
}

@media (max-width: 1199px) {
	#ssrc-feat-publications .content-card .card-img img {
		height: 420px;
		max-height: 420px;
	}
}

@media (max-width: 768px) {
	#ssrc-feat-publications .content-card .card-img img {
		height: auto;
	}
}

/* END PUBLICATIONS */

/* STAFF */

.staff-left,
.staff-right {
	display: block;
	position: relative;
	float: left;
	width: 100%;
	margin: 2em 0;
}

.staff-left {
	text-align: center;
}

.staff-left a,
.staff-right .staff-bio a {
	color: #4887af;
}

.staff-left h4 {
	font-family: "proxima-nova", Arial;
	font-size: 24px;
	line-height: 1.2;
	font-weight: 600;
	margin-bottom: 10px;
}

.staff-left .profile-image {
	width: 250px;
	height: 250px;
	border: 1px solid #333;
	border-radius: 100%;
	padding: 5px;
	margin-bottom: 20px;
}

.staff-left .profile-image-inner {
	width: 240px;
	height: 240px;
	background-size: cover;
	border-radius: 100%;
}

.staff-left .staff-affiliation-title {
	font-family: "proxima-nova", Arial;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 600;
	margin-bottom: 4px;
}

.staff-left .staff-info {
	max-width: 240px;
	text-align: left;
	margin-left: 15px;
}

.staff-email,
.staff-twitter {
	display: block;
}

.staff-email:before {
	content: "\f0e0";
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	padding-right: 10px;
	color: #47535a;
}

.staff-twitter:before {
	content: "\f099";
	font-family: "Font Awesome 5 Brands";
	padding-right: 10px;
}

.staff-affiliation {
	line-height: 1.4;
	margin-bottom: 10px;
}

.department {
	font-style: italic;
}

.staff-tags {
	margin: 20px -2px;
}

.staff-tag {
	display: inline-block;
	font-size: 13px;
	font-weight: 600;
	line-height: 1;
	text-transform: uppercase;
	color: #1d4863;
	background: #ececec;
	padding: 5px 15px;
	margin: 5px 2px;
}

.staff-right .staff-bio {
	font-size: 16px;
	line-height: 1.7;
	margin-bottom: 30px;
}

.staff-right .heading {
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
}

.competition {
	font-size: 18px;
	font-weight: 600;
}

.staff-right .staff-affiliation span {
	display: inline-block;
}

.staff-right .staff-affiliation .institution {
	display: block;
}

.affiliation-label {
	font-weight: 600;
	color: #666;
}

@media (min-width: 769px) {
	.staff-left {
		width: 250px;
		padding-right: 20px;
	}
	.staff-right {
		width: calc(100% - 250px);
		padding-left: 20px;
	}
}

@media (min-width: 993px) {
	.staff-left {
		width: 300px;
		padding-right: 20px;
	}
	.staff-right {
		width: calc(100% - 300px);
		padding-left: 20px;
	}
}

@media (max-width: 992px) {
	.staff-left .profile-image {
		width: 220px;
		height: 220px;
	}
	.staff-left .profile-image-inner {
		width: 210px;
		height: 210px;
	}
}

@media (max-width: 768px) {
	.staff-left {
		display: flex;
	}
	.staff-left .staff-info {
		max-width: none;
		padding-left: 50px;
	}
}

@media (max-width: 544px) {
	.staff-left {
		display: block;
	}
	.staff-left .staff-info {
		padding-left: 0;
		text-align: center;
	}
}

/* END STAFF */

/* SINGLE EVENT */

#tribe-events-content {
	padding: 0;
	margin-bottom: 0;
}

#tribe-events-content .hentry {
	margin-bottom: 0;
}

#tribe-events-pg-template .tribe-events-content h2 {
    font-family: "proxima-nova", Arial;
	font-size: 2rem;
	line-height: 1.3;
    font-weight: 800;
    margin: 0 0 20px;
}

#tribe-events-pg-template .tribe-events-content h2:before {
    display: block;
    content: "";
    width: 60px;
	margin-bottom: 10px;
	border-bottom: 2px solid #379bc9;
}

#tribe-events-pg-template .tribe-events-content p {
	line-height: 1.7;
	margin: 0 0 10px;
}

#tribe-events-pg-template .tribe-events-content p + h2 {
	margin-top: 30px;
}

.tribe_events .ssrc-participants {
	margin-top: 30px;
}

.event-details-widget .tribe-events-single-section-title {
	display: none;
}

.tribe-events-meta-group {
	font-size: 13px;
	line-height: 1.6;
	margin-right: 0;
}

.event-details-widget dl:after {
	content: "";
	clear: both;
	display: block;
}

.event-details-widget dt {
	float: left;
	padding-right: 5px;
	clear: left;
}
.event-details-widget dd {
	float: left;
	padding-bottom: 10px;
	margin: 0;
}

.event-details-widget abbr[title] {
	border-bottom: 0;
	text-decoration: none;
	cursor: default;
}

.tribe-events-virtual-link-button {
	float: left;
	clear: left;
	border-radius: 5px;
	text-transform: uppercase;
	padding: 10px 25px;
	border: 1px solid #379bc9;
}

.tribe-events-virtual-link-button:hover,
.tribe-events-virtual-link-button:focus {
	background: #12b4ff !important;
	border-color: #12b4ff;
}

.tribe-events-virtual-link-button__label {
	font-weight: 400;
	line-height: 1;
}

.ssrc-rel-programs {
	font-size: 13px;
	line-height: 1.6;
}

.ssrc-rel-programs li:hover {
	opacity: 0.8;
}

.ssrc-rel-programs a {
	color: #1e4863;
}

@media (min-width: 768px) {
	.tribe-events-meta-group {
		padding-top: 10px;
		width: auto;
	}
}

/* END SINGLE EVENT */

/* EVENTS CALENDAR PAGE */

.tribe-common .tribe-common-c-btn,
.tribe-common a.tribe-common-c-btn {
	background-color: #379BC9;	
}

.tribe-common .tribe-common-svgicon--featured {
	background: none;
	vertical-align: baseline;
}

.tribe-common .tribe-common-svgicon--featured:before {
	content: "\f02e";
	font-family: "Font Awesome 5 Pro";
	font-style: normal;
	font-weight: 800;
	color: #379BC9;
}

.tribe-events .tribe-events-c-ical__link:before {
	content: "\f067";
	font-family: "Font Awesome 5 Pro";
	font-style: normal;
	font-weight: 400;
	color: #379BC9;
	background: none;
	height: 15px;
}

.tribe-events .tribe-events-c-ical__link:active:before,
.tribe-events .tribe-events-c-ical__link:focus:before,
.tribe-events .tribe-events-c-ical__link:hover:before {
	background: none;
	color: #fff;
}

/* END EVENTS CALENDAR PAGE */

/* SINGLE EVENT */

#tribe-events-pg-template {
	max-width: none;
	padding: 0;
}

/* SINGLE EVENT */

/* GRANTEES */

.small-order-1 {
	order: 1;
	margin-top: 10px;
}

.small-order-2 {
	order: 2;
	margin-top: 15px;
}

.align-self-middle {
	align-self: center;
}

.media-object {
	display: flex;
	margin-bottom: 15px;
	flex-wrap: nowrap;
}

.media-object-section {
	flex: 0 1 auto;
}

.media-object-section.main-section {
	flex: 1 1 0px;
}

.grantee-box.search-result .media-object-section.main-section {
	padding-left: 15px;
}

.media-object-section > :last-child {
	margin-bottom: 0;
}

.grantee-box {
	background: #fff;
	border: 2px solid #E6E6E6;
	border-radius: 10px;
	padding: 20px;
	transition: 0.2s;
	max-width: 650px;
	margin-bottom: 27px;
	word-break: break-word;
	font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
}

.grantee-box.search-result {
	position: relative;
	font-family: 'Open Sans',sans-serif;
	max-width: 750px;
}

.grantee-box.search-result .box-link {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.grantee-box.single {
	max-width: 460px;
}

.grantee-box.tsk {
	max-width: none;
}

.grantee-box:hover {
	border-color: #CCC;
	box-shadow: 2px 2px 2px #e6e6e6;
}

.grantee-box h3,
.grantee-box h4 {
	font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
	font-weight: 400;
	line-height: 1.4;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

.grantee-box h3 {
	color: #1E4863;
	font-size: 21px;
	line-height: 1.1;
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: 2px solid #E6E6E6;
}

.grantee-box h4 {
	color: #47535a;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: -1px;
	text-transform: uppercase;
	margin-bottom: 8px;
}

.grantee-box .institution-box {
	background: #fbfbfb;
	border: 1px solid #E6E6E6;
	padding: 6px;
	width: 100%;
	font-size: 14px;
	line-height: 1.333;
	color: #47535a;
}

.grantee-box .participant .media-object-section:first-child {
	padding-right: 15px;
}

.grantee-box .participant .avatar {
	width: 45px;
	height: 45px;
	object-fit: cover;
    border-radius: 100%;
}

.grantee-box.single .participant .avatar {
	width: 100px;
	height: 100px;
}

.grantee-box.search-result .participant .avatar {
	width: 130px;
	height: 130px;
	padding: 2px;
	border: 1px solid;
}

.grantee-box .participant.investigator .avatar {
	width: 65px;
	height: 65px;
}

.grantee-box.search-result .image {
	max-width: 160px;
	padding: 10px;
}

.grantee-box .participant .name {
	font-weight: 600;
	letter-spacing: -1px;
	margin: 0;
	color: #47535a;
	font-size: 14px;
	line-height: 1.333;
}

.grantee-box.single .participant .name {
	font-size: 16px;
}

.grantee-box.search-result .participant .name {
	font-size: 22px;
	font-weight: 400;
}

.grantee-box.tsk .participant .name {
	font-family: 'DINOT','Open Sans',Arial;
	font-size: 17px;
	font-weight: 600;
	letter-spacing: 0px;
	color: #ab8f42;
	padding-bottom: 10px;
}

.grantee-box .participant .title {
	font-size: 13px;
	line-height: 1.333;
	color: #47535a;
}

.grantee-box.single .participant .title {
	font-size: 14px;
}

.grantee-box.tsk .participant .title {
	font-family: 'DINOT','Open Sans',Arial;
	font-size: 15px;
	color: #68877F;
}

.grantee-box .participant .meta {
	line-height: 1.333;
	margin: 20px 0 0;
}

.grantee-box .participant .meta .label {
	display: block;
	font-weight: 800;
}

.grantee-box .participant .meta .data {
	display: block;
}

.grantee-box .participant .meta .data.proposal-title {
	font-style: italic;
}

.grantee-box .more-participant .media-object-section:first-child {
	padding-right: 15px;
}

.grantee-box .more-participant .more {
	background: #A4AEB4;
	width: 45px;
	height: 45px;
	border-radius: 45px;
	display: flex;
	align-items: center;
	text-align: center;
}

.grantee-box .more-participant .more .fa {
	font-size: 22px;
	width: 45px;
}

.grantee-box .more-participant .main-section {
	font-size: 15px;
	color: #47535a;
}

.grantee-box .participant .bio-button {
	cursor: pointer;
}

.grantee-box .participant .bio-button:after {
	content: "\f0d7";
	font-family: "Font Awesome 5 Pro";
    font-size: 12px;
	font-weight: 600;
	padding-left: 5px;
}

.grantee-box .participant .bio {
	font-size: 13px;
	line-height: 1.5em;
}

.grantee-box.tsk .participant .bio {
	font-family: "Open Sans", arial;
}

@media (min-width: 768px) {
	.medium-order-1 {
		order: 1;
		margin-top: 0;
	}

	.medium-order-2 {
		order: 2;
		margin-top: 0;
	}
}

@media (max-width: 543px) {
	.grantee-box.single .media-object {
		display: block;
	}
	.grantee-box.single .media-object-section {
		text-align: center;
	}
	.grantee-box.single .participant .media-object-section:first-child {
		padding: 0 0 10px;
	}
}

/* END GRANTEES */

/* FELLOWSHIPS AND OPPORTUNITIES PAGE */

#ssrc-fellowships-featured {
	padding: 0;
	border-top: 1px solid #c8c8c8;
}

.fellowships-featured .uagb-column__inner-wrap {
	padding: 0 !important;
}

.fellowships-featured-left .uagb-column__inner-wrap figure {
	margin: 0;
}

.fellowships-featured-left .uagb-column__inner-wrap p {
	display: none;
}

.fellowships-featured-right {
	align-items: center;
	max-width: 620px;
}

#ssrc-spotlight {
	background-color: #f7f7f7;
}

#ssrc-spotlight .ssrc-featured-content-slider {
	padding: 10px 0;
}

/* END FELLOWSHIPS AND OPPORTUNITIES PAGE */

/* CPPF PROGRAM */

#ssrc-testimonials .ssrc-featured-content-slider {
    padding: 10px 0 75px;
}

.featured-content {
	background: #f5fcff;
	line-height: 1.6;
	padding: 60px 0;
}

.featured-content .featured-details {
	max-width: 550px;
	margin-bottom: 20px;
}

.featured-content .featured-title {
	font-family: "proxima-nova", Arial;
	font-size: 2rem;
	font-weight: 800;
}
.featured-content .featured-description {
	font-family: Georgia, serif;
	font-size: 17px;
	font-style: italic;
	padding-bottom: 15px;
}

.featured-content .featured-learnmore a {
	font-style: italic;
	font-weight: 600;
	font-size: 15px;
	color: #1E4863;
}

.featured-content .featured-learnmore a:after {
	content: "\f178";
	font-family: "Font Awesome 5 Pro";
	font-style: normal;
	padding-left: 10px;
	font-size: 18px;
	font-weight: 400;
	vertical-align: middle;
}

.featured-content .right-column {
	max-width: 620px;
	margin: auto;
}

.featured-content .featured-media {
	text-align: center;
}

.featured-content .featured-media figcaption {
	font-size: 12px;
	line-height: 1.5;
	color: #b5b5b5;
	margin-top: 10px;
}

.featured-content .featured-video {
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
	text-align: center;
}

.featured-content .featured-video embed,
.featured-content .featured-video iframe,
.featured-content .featured-video object {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.metric {
	border-right: 3px solid #E9EBED;
}

.metric:last-of-type {
	border-right: 0;
}

.work-description {
	line-height: 1.4;
	margin-bottom: 30px;
}

@media (max-width: 991px) {
	.featured-content .featured-details {
		max-width: none;
	}
	.metric {
		border-right: 0;
		padding-bottom: 30px;
		border-bottom: 3px solid #E9EBED;
		margin-bottom: 30px;
	}
	
	.metric:last-of-type {
		border-bottom: 0;
	}
}

.ssrc-cppf-program .work-description {
    text-align: justify;
}

.ssrc-cppf-program .overview-content {
    text-align: justify;
}

.ssrc-cppf-program .connect-newsletter {
	display: none;
}

/* END CPPF PROGRAM */

/* THE MERCURY PROJECT PROGRAM */

.program-mercury-font .banner-excerpt {
	font-family: "brandon-grotesque", Arial;
}

.program-mercury-announcement .title-banner .title-banner-content .banner-logo img {
	padding: 90px 20px 30px;
}

.mercury .anchor-navigation {
	font-family: "brandon-grotesque", Arial;
	max-width: 900px;
	background: none;
	margin: 0 auto 40px;
}

.program-mercury .anchor-navigation {
	max-width: 900px;
}

.program-mercury-announcement .anchor-navigation {
	max-width: 1060px;
}

.mercury .anchor-navigation ul li a {
	letter-spacing: 1px;
	border-bottom: 3px solid transparent;
}

.program-mercury .anchor-navigation ul li a {
	color: #fff;
}

.mercury .anchor-navigation ul li a:hover {
	border-bottom: 3px solid;
}

.program-mercury-announcement .anchor-navigation ul li a:hover {
	border-color: #55aaa8;
}

.program-mercury-announcement .anchor-navigation ul li a i {
	color: #a2451b;
}

.program-mercury .anchor-mobile,
.program-mercury .anchor-mobile:active,
.program-mercury .anchor-mobile:hover,
.program-mercury .anchor-mobile:focus {
    color: #fff;
}

.program-mercury-font .site-content,
.program-mercury-font section {
	font-family: "brandon-grotesque", Arial;
}

.program-mercury-font .site-content {
	overflow: hidden;
}

.program-mercury .entry-content h2,
.program-mercury section h2 {
	font-size: 32px;
	font-weight: 700;
	color: #173750;
	text-transform: uppercase;
}

.program-mercury section h2 {
	margin-bottom: 28px;
    width: 100%;
    justify-content: center;
	text-align: center;
}

.program-mercury .sidebar-main .widget {
	border-top: 10px solid #B13D00;
	border-radius: 0;
}

.program-mercury-font .sidebar-main .widget-title {
	font-family: "brandon-grotesque", Arial;
	font-weight: 700;
	text-transform: uppercase;
	color: #173750;
}

.program-mercury-font .sidebar-main p {
	font-size: 16px;
}

.program-mercury-font a.button-white {
	font-size: 12px;
	font-weight: 600;
	border: 1px solid #173750;
	border-radius: 0;
	padding: 8px 20px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.program-mercury-font a.button-blue {
	font-size: 12px;
	font-weight: 600;
	background: #173750;
	border: 1px solid #173750;
	border-radius: 0;
	padding: 8px 20px;
}

.program-mercury .opp-card .opp-deadline span {
	display: none;
}

.program-mercury #mercury-opportunity {
	padding: 0 0 80px;
}

.program-mercury #methodology {
	background: #e1f2f2;
	padding: 120px 0 100px;
}

.program-mercury #ssrc-people {
	background: #e1f2f2;
	padding: 100px 0 80px;
}

.program-mercury .work-item {
	max-width: 360px;
	margin: auto;
}

.program-mercury .work-item .work-title {
	font-size: 24px;
	font-weight: 600;
	text-transform: uppercase;
	color: #173750;
	margin-bottom: 20px;
}

.program-mercury .work-description {
	font-size: 21px;
	line-height: 1.6;
	color: #173750;
}

.program-mercury .horizontal-card {
	border-radius: 25px;
}

.program-mercury .horizontal-card .horizontal-content {
    padding-left: 30px;
    padding-right: 20px;
}

.program-mercury .horizontal-card .horizontal-title {
	font-family: "brandon-grotesque", Arial;
	text-transform: uppercase;
	color: #173750;
	padding-top: 25px;
}

.program-mercury .horizontal-card .horizontal-excerpt {
	font-size: 16px;
}

.program-mercury #mercury-grantees {
	padding: 50px 0 80px;
}

.program-mercury #mercury-event {
	padding: 120px 0;
}

#mercury-news .ssrc-news-events-carousel {
	background: none;
}

#mercury-news h2 {
	font-size: 13px;
	letter-spacing: 3px;
	margin-bottom: 0;
}

.program-mercury .content-card.boxed .card-title {
	font-family: "brandon-grotesque", Arial;
	font-size: 28px;
	font-weight: 600;
	line-height: 1.2;
}

#mercury-news .content-card.boxed .card-title {
	position:  relative;
	padding-right: 50px;
}

#mercury-news .content-card.boxed .card-title:after {
	display: block;
	position: absolute;
	top: 0;
	right: 10px;
	font-family: "Font Awesome 5 Pro";
	content: "\f0c1";
	font-weight: 400;
	color: #55aaa8;
}

.program-mercury .content-card.boxed .card-excerpt {
	font-size: 18px;
}

.program-mercury .mercury-more {
	font-family: "brandon-grotesque", Arial;
    line-height: 1;
    background: #a2451b;
    padding: 8px 25px;
    margin-top: 30px;
    cursor: pointer;
}

.program-mercury #people {
	padding-top: 15px;
}

.program-mercury .person-card .person-image {
	max-width: 180px;
	height: 180px;
}

.program-mercury .person-card .person-meta {
    font-size: 16px;
}

.program-mercury #ssrc-funders {
	padding: 80px 0;
}

.program-mercury .footer-ssrc-overlay,
.program-mercury-announcement .footer-ssrc-overlay,
.program-mercury-research-framework .footer-ssrc-overlay {
	background-color: #173750;
}

@media ( min-width: 768px ) {
	.mercury .title-banner-content {
		text-align: left;
	}
	.program-mercury .title-banner-content .excerpt-container {
		border-left: 5px solid #fff;
	}
	.program-mercury-announcement .title-banner-content .excerpt-container {
		border-left: 5px solid #20374e;
	}
	.mercury .title-banner-content .banner-excerpt {
		padding-left: 20px;
	}
	.mercury .anchor-navigation ul {
		display: flex;
		justify-content: space-around;
	}
}

@media (min-width: 769px) {
	.program-mercury-font .sidebar-main .widget:after,
	.program-mercury-font #primary:after {
		display: block;
		content: '';
		position: absolute;
	}

	.nsf-mercury .sidebar-main .widget:after {
		background: url('../image/constellation_right.png');
		width: 400px;
		height: 400px;
		top: 90%;
		left: 0;
		margin-top: 50px;
	}

	.nsf-mercury #primary:after {
		background: url('../image/constellation_left.png');
		width: 432px;
		height: 750px;
		top: calc(50% - 175px);
		left: -432px;
	}
	
	.program-mercury-font .mercury-logo img {
		padding-top: 40px;
	}	

	.nsf-mercury .sidebar-main:after {
		background: url('../image/constellation_left.png');
		background-position: 45%;
		width: 100%;
		height: 750px;
		top: 0;
		left: 0;
	}
}

.program-mercury-announcement #primary {
	margin: 0;
}

.program-mercury-announcement section h2 {
	text-align: center;
}

.program-mercury-announcement .mercury-intro h2 {
	font-size: 48px;
	line-height: 1.2;
	text-align: left;
}

.program-mercury-announcement .mercury-intro p {
	font-size: 26px;
	line-height: 1.2;
}

.mercury-buttons .wp-block-button__link {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.2;
	padding: 10px 24px;
	margin-right: 10px;
	margin-bottom: 5px;
}

.program-mercury-announcement .mercury-buttons .wp-block-button__link:hover {
	opacity: 0.8;
}

.program-mercury-announcement .mercury-buttons .icon-file-pdf a:before {
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	content: "\f1c1";
	padding-right: 8px;
}

.program-mercury-announcement #methodology {
	background: #e1f2f2;
	padding: 80px 0;
}

.program-mercury-announcement .work-item {
	margin-bottom: 25px;
}

.program-mercury-announcement .work-item .work-title {
	font-size: 64px;
	color: #173750;
}

.program-mercury-announcement .work-description {
	font-size: 16px;
	font-weight: 800;
	max-width: 270px;
	color: #173750;
	margin: auto;
}

.program-mercury-announcement #mercury-team {
	padding: 100px 0;
}

.program-mercury-announcement #mercury-map {
	padding: 80px 0;
	background: linear-gradient( #e1f2f2 0, rgba(255, 255, 255, 0.4) 300px);
}

.program-mercury-announcement #mercury-grantees {
	padding: 80px 0;
	background: linear-gradient( #e1f2f2 0, rgba(255, 255, 255, 0.4) 900px);
}

.program-mercury-announcement section .description {
	font-family: "brandon-grotesque", Arial;
	font-weight: 600;
	letter-spacing: 2px;
	text-align: center;
	text-transform: uppercase;
	margin: 20px 0 40px;
}

.program-mercury-announcement .mercury-map {
	max-width: 900px;
	margin: 50px auto 0;
}

.color-tabs {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-end;
	font-family: "brandon-grotesque", Arial;
	font-weight: 600;
	letter-spacing: 1px;
	color: #fff;
	list-style: none;
	text-align: center;
	border-bottom: 2px solid #55aaa8;
	margin: 0 auto;
	max-width: 600px;
	height: 45px;
}

.color-tabs li {
	width: 30%;
	min-width: 100px;
	max-width: 130px;
	background: #55aaa8;
	border-radius: 8px 8px 0 0;
	margin: 0 5px;
}

.color-tabs li a {
	display: block;
	padding: 10px 0 5px;
}

.color-tabs li.ui-state-active a {
	font-weight: 800;
	padding-bottom: 7px;
}

.color-tabs li a {
    color: #fff;
}

.program-mercury-announcement .mercury-grantees {
	position: relative;
	margin: 40px auto 0;
	width: 100%;
	max-width: 920px;
}

.program-mercury-announcement .grantee-box {
	position: relative;
	padding: 0;
	width: 100%;
	max-width: none;
}

.program-mercury-announcement .grantee-box .mercury-grantee-title {
	display: flex;
	justify-content: space-between;
	background: #183750;
	border-radius: 10px 10px 0 0;
	overflow: hidden;
}

.program-mercury-announcement .grantee-box .mercury-grantee-title img {
	width: 65px;
	margin: 0 15px;
	object-fit: contain;
}

.program-mercury-announcement .grantee-box .mercury-grantee-title h3 {
	font-size: 24px;
	line-height: 1.2;
	color: #fff;
	background: #183750;
	max-width: 800px;
	padding: 20px 5px 25px 20px;
	border: none;
	margin: 0;
}

.program-mercury-announcement .grantee-box h4 {
	font-size: 18px;
	font-weight: 400;
	color: #379BC9;
	text-transform: none;
	letter-spacing: normal;
}

.program-mercury-announcement .grantee-box .mercury-grantee-content {
	font-size: 15px;
	line-height: 1.3;
	margin: 20px 20px 15px;
	overflow: hidden;
}

.mercury-meta {
	font-size: 13px;
	line-height: 1.2;
	background: #f6fcfc;
	padding: 10px;
	margin: 20px 20px 20px 0;
	border-radius: 5px;
}

.mercury-meta .meta-heading {
	font-size: 13.5px;
	color: #000;
	padding-bottom: 5px;
	border-bottom: 1px solid;
	margin-top: 15px;
	margin-bottom: 5px;
}

.mercury-meta .meta-heading:first-of-type {
	margin-top: 0 !important;
}

.mercury-meta .bubble {
	font-size: 11px;
	padding: 2px 10px;
	margin: 2px 0;
}

.mercury-meta .bubble.project-year {
	background: #28354a;
}

.mercury-meta .bubble.project-region {
	background: #14ada9;
}

.mercury-meta .bubble.channel {
	background: #B64A1A;
}

.mercury-meta .outcomes {
	margin-bottom: 10px;
}

.mercury-meta .outcomes span {
	display: block;
	font-weight: 800;
	color: #000;
	padding: 5px 0;
}

.mercury-meta .outcomes ul {
	line-height: 1.6em;
	margin-top: 5px;
	margin-left: 1.6em;
}
/*
@media ( min-width: 1450px ) {
	.program-mercury-announcement .mercury-grantees:before,
	.program-mercury-announcement .mercury-grantees:after {
		content: '';
		position: absolute;
		background: linear-gradient( rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4) ), url(../image/constellation_left.png);
		width: 432px;
		height: 750px;
		z-index: -1;
	}
	.program-mercury-announcement .mercury-grantees:before {
		top: 300px;
		left: -250px;
		transform: rotate(180deg);
	}
	.program-mercury-announcement .mercury-grantees:after {
		top: -130px;
		right: -250px;
	}
}
*/
@media ( max-width: 920px ) {
	.program-mercury-announcement .mercury-intro h2 {
		font-size: 36px;
	}
	.program-mercury-announcement .mercury-intro p {
		font-size: 22px;
	}
}

@media ( max-width: 767px ) {
	.program-mercury-announcement .grantee-box .mercury-meta {
		margin-left: 20px;
	}
}

.program-mercury-research-framework article {
	background-image: linear-gradient(180deg,rgb(221,249,252) 0%,rgb(255,255,255) 700px);
}

.program-mercury-research-framework .site-content,
.program-mercury-research-framework section {
	font-family: "EB Garamond", serif;
}

.program-mercury-research-framework h2 {
	font-family: 'Barlow Condensed', sans-serif;
}

.mercury-research-framework-header .wp-block-separator {
	height: 2px;
}

.mercury-research-framework-img {
	float: none;
}

.mercury-research-framework-img img {
	border: 1px solid;
	box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

.mercury-research-framework-content h2 {
	font-size: 40px;
	font-weight: 600;
	line-height: 1;
	color: #28354a;
	padding-left: 15px;
	border-left: 5px solid #b64a1a;
}

.mercury-research-framework-content .c-accordion__item {
	border-bottom: 1px solid black;
}

.mercury-research-framework-content .c-accordion__title {
	position: relative;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px !important;
	font-weight: 400 !important;
	text-transform: uppercase;
	padding: 30px 40px 30px 0;
	margin: 0 !important;
	color: #000;
}

.mercury-research-framework-content .c-accordion__title:after {
	font-family: "Font Awesome 5 Pro";
	content: "\f067";
	position: absolute;
	font-size: 30px;
	font-weight: 300;
	color: #b64a1a;
}

.mercury-research-framework-content .is-open .c-accordion__title:after {
	content: "\f068";
}

.mercury-research-framework-content .c-accordion__content p {
	font-size: 18px !important;
	margin-bottom: 30px;
}

.mercury-research-framework-content ul {
	font-size: 16px;
	color: #000;
	margin-left: 2em;
}

@media ( min-width: 768px ) {
	.program-mercury-research-framework .entry-content {
		background: linear-gradient( rgba(255, 255, 255, 0.6) 0, rgba(255, 255, 255, 0.2) 35%),
					url(../image/constellation-large2.png) calc(50% + 300px) 0 no-repeat,
					url(../image/constellation_left.png) calc(50% - 550px) 8% no-repeat,
					url(assets/images/constellation-large3.png) calc(50% + 350px) 13% no-repeat,
					url(../image/constellation_left.png) calc(50% - 550px) 25% no-repeat;
		background-size: 850px;
	}
}

@media ( max-width: 767px ) {
	.mercury-research-framework-header .wp-block-group {
		padding-left: 20px !important;
	}
	.mercury-research-framework-header h2 {
		font-size: 4em !important;
	}
}

.program-mercury-uptake-checklist .entry-content {
    font-family: "EB Garamond", serif;
	font-size: 16px;
	color: #000;
}

.program-mercury-uptake-checklist .entry-content p {
    font-family: "EB Garamond", serif;
	font-size: 18px;
}

.program-mercury-uptake-checklist .entry-content a {
    color: #215e9e;
}

.program-mercury-uptake-checklist .entry-content h2 {
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 36px;
	font-weight: 600;
	line-height: 1;
	color: #28354a;
	padding-left: 15px;
	border-left: 5px solid #b64a1a;
}

.program-mercury-uptake-checklist .entry-content h2:before {
	display: none;
}

.program-mercury-uptake-checklist .entry-content h3 {
	font-family: 'Barlow Condensed', sans-serif;
	color: #14ada9;
}

.program-mercury-uptake-checklist .entry-content ul li {
	list-style-image: url('../image/bullet-square.png');
	line-height: 1.4em;
	padding-left: 6px;
	margin-bottom: 10px;
}

.mercury-row {
	font-family: "brandon-grotesque", Arial;
}

.mercury-row .mercury-content {
	font-size: 21px;
	line-height: 1.6;
}

.mercury-row .mercury-content-container {
	padding: 20px 0;
}

.mercury-row .mercury-content .meta {
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 3px;
	text-transform: uppercase;
}

.mercury-row .mercury-content .title {
	display: block;
	font-size: 44px;
	font-weight: 400;
	line-height: 1.1;
	text-transform: unset;
	padding: 10px 0 20px;
}

.mercury-row .mercury-content .description {
	margin-bottom: 20px;
}

.mercury-row .mercury-content .bubble {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 1px;
}

.mercury-row .mercury-content .bubble:after {
    font-family: "Font Awesome 5 Pro";
	content: "\f178";
    display: inline-block;
    font-weight: 400;
	line-height: 15px;
    padding-left: 10px;
	vertical-align: middle;
}

.mercury-row .mercury-content .bubble.arrow-link {
    font-size: 15px;
}

.mercury-row .mercury-content .bubble.arrow-link:after {
    content: url('../image/link_arrow.svg');
	transform: scale(0.6) rotate(-45deg);
}

.mercury-row .mercury-media {
	position: relative;
}

.mercury-row .mercury-media img {
	width: 100%;
	border-radius: 10px;
}

.mercury-row .mercury-media a {
	position: absolute;
	display: block;
	width: calc(100% - 40px);
	height: 100%;
	top: 0;
	left: 20px;
}

@media (min-width: 768px) {
	.mercury-row .ast-row {
		align-items: center;
	}
	.mercury-row .mercury-content {
		text-align: right;
	}
	.mercury-row.media-first .mercury-content {
		text-align: left;
	}
	.mercury-row .mercury-content-container {
		max-width: 630px;
		padding-left: 15px;
		padding-right: 15px;
		margin-left: auto;
	}
	.mercury-row.media-first .mercury-content-container {
		margin-left: 0;
		margin-right: auto;
	}
	.mercury-row .mercury-content .title {
		font-size: 56px;
	}
	.mercury-row.media-first .mercury-media {
		order: -1;
	}
	.mercury-row .mercury-media-container {
		padding: 0 20px;
	}
}

#mercury-team.mercury-row .mercury-content-container {
	max-width: none;
}

/* END THE MERCURY PROJECT PROGRAM */

/* SINGLE GRANTEE PAGE */

.single-grantees .entry-content h3 {
	margin-bottom: 10px;
}

.single-grantees .grantee-organization {
	text-transform: uppercase;
	margin-bottom: 5px;
}

.single-grantees .entry-content h3 {
	margin-bottom: 10px;
}

/*.single-grantees.ssrc-mercury-grantees .title-banner {
	min-height: 400px;
	background: url(assets/images/mercury-grantee.png) calc(50% + 380px) 40px no-repeat,
				linear-gradient(180deg, #f1fdfe 0%, rgb(255,255,255) 100%);
	background-size: 350px;
	border-top: 1px solid #6b757c;
}

.single-grantees.ssrc-mercury-grantees .title-banner .title-banner-info {
	top: calc( 50% - 120px);
}*/

.single-grantees.ssrc-mercury-grantees .title-banner {
	min-height: 400px;
	background: linear-gradient(180deg, #f1fdfe 0%, rgb(255,255,255) 100%);
	border-top: 1px solid #6b757c;
}

.single-grantees.ssrc-mercury-grantees .title-banner .title-banner-info {
	position: static;
	flex-direction: column;
	max-width: none !important;
	margin: 80px 0;
}

.single-grantees.ssrc-mercury-grantees .title-banner .banner-title {
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 42px;
	font-weight: 400;
	line-height: 1.1;
	color: #173750;
	margin-bottom: 0;
}

.single-grantees .separator {
	background-color: #b64a1a;
	height: 2px;
	max-width: 625px;
	margin: 30px 0;
}

.ssrc-mercury-grantees h2 {
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 36px;
	font-weight: 600;
	line-height: 1;
	color: #173750;
	padding-left: 15px;
	border-left: 5px solid #b64a1a;
}

.ssrc-mercury-grantees .project-regions {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px;
}

.ssrc-mercury-grantees .project-region {
	text-align: center;
	padding: 0 5px;
	margin-bottom: 10px;
	width: 33%;
	min-width: 90px;
	max-width: 100px;
}

.ssrc-mercury-grantees .project-region img {
	width: 60px;
}

.ssrc-mercury-grantees .project-region span {
	display: block;
	font-size: 10px;
	font-weight: 800;
	padding-top: 5px;
}

.ssrc-mercury-grantees .mercury-meta {
	border-radius: 0;
	padding: 20px;
	margin: 0;
}

.ssrc-mercury-grantees .mercury-meta .meta-heading {
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
	color: #173750;
	border-bottom: 0;
	margin-top: 15px;
}

.ssrc-mercury-grantees .mercury-meta .outcomes ul {
	font-size: 15px;
	list-style-image: url('../image/arrow_right.png');
}

.ssrc-mercury-grantees .mercury-resource {
	max-width: 200px;
	text-align: center;
	margin: 20px auto;
}

.ssrc-mercury-grantees .mercury-resource a {
	display: block;
	font-size: 16px;
	font-weight: 800;
	color: black;
	padding-bottom: 10px;
}

.ssrc-mercury-grantees .mercury-resource img {
	width: 100%;
	border: 1px solid;
	margin-bottom: 15px;
}

.ssrc-mercury-grantees .footer-ssrc-overlay {
    background-color: #173750;
}

/*@media (max-width: 1199px) {
	.single-grantees.ssrc-mercury-grantees .title-banner {
		background: url(assets/images/mercury-grantee.png) right 40px no-repeat,
			linear-gradient(180deg, #f1fdfe 0%, rgb(255,255,255) 100%);
			background-size: 350px;
	}
}*/

@media (min-width: 769px) {
	.single-grantees.ssrc-mercury-grantees .title-banner .title-banner-info {
		max-width: 660px;
	}
	.ssrc-mercury-grantees .site-content {
		background: linear-gradient( rgba(255, 255, 255, 0.4) 0, rgba(255, 255, 255, 0.4) 35%),
					url(../image/constellation_left.png) calc(50% - 650px) 60% no-repeat,
					url(assets/images/constellation-large3.png) calc(50% + 450px) 160% no-repeat;
	}
}

@media (max-width: 768px) {
	.single-grantees.ssrc-mercury-grantees .title-banner {
		background: linear-gradient(180deg, #f1fdfe 0%, rgb(255,255,255) 100%);
		min-height: 200px;
	}
	.single-grantees.ssrc-mercury-grantees .title-banner .title-banner-info {
		position: static;
		margin: 60px auto;
	}
}

/* END SINGLE GRANTEE PAGE */

/* RESEARCH AMP PROGRAM */

.program-ramp .entry-content p {
	line-height: 1.4;
}

.program-ramp #ssrc-funders {
	padding-top: 60px;
}

.program-ramp h2.wrapped {
	color: #093b5a;
	font-size: 36px;
}

.program-ramp h2.wrapped:before,
.program-ramp h2.wrapped:after {
	display: none;
}

.ramp-box {
	position: absolute;
	padding: 30px;
	border: 1px solid #c8c8c8;
	border-radius: 8px;
	margin-left: 30px;
}

.ramp-box .opp-details,
.ramp-box .button-blue {
	display: block;
	width: 100%;
}

.ramp-box .opp-details a {
	padding: 8px 15px;
	margin-right: 5px;
	border: 1px solid;
	border-radius: 5px;
	width: 100%;
	text-transform: none;
}

.ramp-box .opp-details:hover a {
	background: #1e4863;
	color: #fff;
}

.ramp-box .opp-details a:before {
	content: "\f15c";
	font-family: "Font Awesome 5 Pro";
	font-size: 18px;
	font-weight: 300;
	padding-right: 6px;
}

.ramp-box .button-blue a {
	width: 100%;
	font-size: initial;
	line-height: inherit;
	background: #008f99;
	border-color: #008f99;
}

.ramp-box .button-blue a:hover {
	background: #28bec9;
	border-color: #28bec9;
}

.ramp-customize .wp-block-media-text {
	grid-template-columns: 50px auto ! important;
}

.ramp-customize .wp-block-media-text .wp-block-media-text__media {
	align-self: auto;
}

.ramp-customize .wp-block-media-text .wp-block-media-text__content {
	padding: 0 4%;
}

@media (max-width: 840px) {
	.ramp-box {
		top: -20px;
	}
}

@media (max-width: 767px) {
	.ramp-box {
		position: static;
		margin-left: 0;
	}
}

/* END RESEARCH AMP PROGRAM */

/* COLLEGE AND UNIVERSITY FUND PROGRAM */

.program-cuf header .site-logo-img .custom-logo-link img {
	width: 160px;
}

.program-cuf .site-content {
	font-family: 'roboto',sans-serif;
	font-weight: 300;
	color: #000;
}

.program-cuf #masthead {
	position: absolute;
	left: 0;
	right: 0;
}

.program-cuf .main-header-bar {
	background-color: transparent;
	border-bottom: 0;
}

.program-cuf .header-main-layout-1 .ast-main-header-bar-alignment {
	margin-left: 0;
	margin-right: auto;	
}

.program-cuf .main-header-menu .menu-link,
.program-cuf .ast-header-custom-item a {
    color: #fff;
}

.program-cuf .main-header-menu .menu-link,
.program-cuf .ast-header-custom-item a {
	display: block;
	height: auto;
	line-height: 1;
	color: #fff;
	text-shadow: 2px 2px 3px #000;
	border-bottom: 1px solid transparent;
	margin: 0 1em;
	padding: 10px 0 5px;
}

.program-cuf .main-header-menu .menu-item:hover .menu-link,
.program-cuf .main-header-menu .menu-item.focus .menu-link {
	color: #fff !important;
}

.program-cuf .main-header-menu .menu-link:hover,
.program-cuf .ast-header-custom-item a:hover {
	color: #fff;
	border-bottom: 1px solid #fff;
}

.program-cuf .footer-ssrc-overlay {
    background-color: #000;
}

.program-cuf .title-banner {
	min-height: 600px;
}

.program-cuf .title-banner-info {
	font-family: 'roboto',sans-serif;
	font-weight: 300;
	margin-bottom: 80px;
}

.program-cuf .title-banner .banner-title {
	font-family: 'playfair-display',serif;
	font-weight: 300;
	margin-bottom: 50px;
}

.program-cuf .title-banner .banner-description {
	max-width: 600px;
	font-size: 26px;
	font-family: 'roboto',sans-serif;
	font-weight: 300;
	line-height: 1.25;
}

.program-cuf .title-banner-info .banner-additional {
	font-family: inherit;
	font-size: 26px;
}

.program-cuf .title-banner-info a:hover {
	color: inherit;
}

.program-cuf .title-banner-info i {
	font-size: 20px;
	padding-right: 10px;
}

.program-cuf .overview-content {
	text-align: center;
}

.program-cuf .overview-content > * {
	line-height: 24px;
	max-width: 950px;
	margin-left: auto;
	margin-right: auto;
}

.program-cuf .overview-content h2 {
	line-height: 1;
	color: #000;
	margin-bottom: 40px;
}

.program-cuf p a {
	color: #4998c5;
}

.program-cuf .overview-content .c-accordion__title {
	display: inline-block;
	font-family: 'playfair-display';
	font-size: 20px;
	text-decoration: none;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	margin: 40px auto 10px;
	width: 100%;
	max-width: 400px;
	color: #000;
}

.program-cuf .overview-content .c-accordion__title:after {
	content: "\f107";
	position: absolute;
	font-size: 34px;
	font-weight: 400;
	text-decoration: none;
	color: #d37e46;
	bottom: 15px;
}

.program-cuf .overview-content .is-open .c-accordion__title {
	height: 1px;
	padding: 0;
	border-top: 0;
}

.program-cuf .overview-content .is-open .c-accordion__title:after {
	content: "\f106";
}

.cuf-join {
	font-size: 18px;
	line-height: 1.3;
}

.cuf-accordion {
	border-bottom: 1px solid black;
	margin-bottom: 40px;
}

.cuf-accordion .accordion-title {
	position: relative;
	font-family: 'playfair-display';
	font-size: 20px;
	text-decoration: none;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid black;
	color: #000;
	cursor: pointer;
}

.cuf-accordion .accordion-title:after {
	font-family: "Font Awesome 5 Pro";
	margin: 0 10px;
	content: "\f107";
	position: absolute;
	font-size: 34px;
	font-weight: 400;
	text-decoration: none;
	color: #d37e46;
	top: 10px;
	right: 0;
}

.cuf-accordion .accordion-title.ui-state-active:after {
	content: "\f106";
}

.cuf-accordion .accordion-content {
	font-size: 16px;
	margin-bottom: 20px;
}

.program-cuf section h2 {
	font-family: 'playfair-display',serif;
	font-size: 40px;
	line-height: 1;
	font-weight: 300;
	text-align: center;
	margin: 0 auto 40px;
	color: #000;
}

#cuf-conferences {
	background-color: #000;
}

#cuf-conferences h2 {
	color: #fff;
	margin-top: 20px;
}

#cuf-conferences img {
	border: 1px solid #fff;
}

#cuf-conferences .conf-content {
	font-size: 18px;
	line-height: 1.3;
	text-align: left;
	color: #fff;
}

#cuf-conferences .conf-title {
	font-family: 'playfair-display',serif;
	font-size: 38px;
	line-height: 1.2;
	font-weight: 300;
	margin-bottom: 20px;
}

#cuf-conferences .conf-title a:hover {
	color: #fff;
}

#cuf-conferences .conf-date {
	font-weight: 600;
	padding-bottom: 10px;
}

#cuf-conferences .conf-date i {
	padding-right: 8px;
}

#cuf-conferences .conf-excerpt {
	padding-bottom: 10px;
}

#cuf-conferences .conf-more {
	font-weight: 600;
	color: #fff;
}

#cuf-carousel {
	padding-top: 0;
}

.cuf-carousel {
	background-color: #000;
	overflow: hidden;
}

.program-cuf .cuf-carousel h2 {
	color: #fff;
	padding-top: 30px;
	margin-bottom: 20px;
}

.cuf-carousel .owl-carousel {
	max-width: 1200px;
	margin: 30px auto 60px;
}

.cuf-carousel .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: visible;
}

.cuf-carousel .carousel-item {
	font-family: 'playfair-display',serif;
	font-size: 32px;
	line-height: 1.2;
	color: #fff;
	padding: 20px;
	border: 1px solid #fff;
	border-radius: 5px;
	height: 200px;
	background-size: cover;
}

.program-cuf .owl-carousel .content-card .card-title,
.program-cuf .owl-carousel .content-card .card-excerpt {
	color: #fff;
}

.program-cuf .content-card.simple .card-title {
	font-size: 12px;
}

.program-cuf .content-card.title-hover a:hover .card-title {
    border-bottom-color: #fff;
}

.program-cuf .ssrc-news-events-carousel {
	background-color: #000;
}

.program-cuf #ssrc-carousel-nav {
	top: 10px;
}

.program-cuf #ssrc-carousel-nav button span {
	color: #fff;
}

.program-cuf #ssrc-carousel-nav button.disabled span {
	color: #566168;
}

.program-cuf .ssrc-carousel-header h2 {
	color: #fff;
	padding: 30px 0 0 ;
	margin-bottom: 20px;
}

@media (max-width: 1199px) {
	.cuf-carousel {
		padding: 0 20px;
	}
}

@media (max-width: 768px) {
	.program-cuf .title-banner .banner-description {
		font-size: 20px;
	}
	.program-cuf .title-banner-info .banner-additional {
		font-size: 20px;
	}
}

.program-cuf-subpage .title-banner .title-banner-info .banner-meta a {
	border-color: #d37e46;
	letter-spacing: 0;
}

.program-cuf.program-cuf-subpage .title-banner .banner-title {
	font-family: 'Adamina', serif;
	font-size: 50px;
	line-height: 1.2em;
	margin-bottom: 10px;
}

.sidebar-main .widget.cuf-subpage-sidebar {
	border: 0;
	padding: 0;
	background: transparent;
}

.tile-card.rounded {
	border-radius: 8px;
	overflow: hidden;
}

.tile-card.rounded .tile-img {
	min-height: 150px;
}

.tile-card.rounded .tile-content {
	padding: 10px;
	background: linear-gradient(180deg, rgba(17,17,17,0) 0%, rgba(17,17,17,0.5) 100%);
}

.tile-card.rounded .tile-content .card-title {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 600;
}

@media (min-width: 769px) {
	.program-cuf-subpage .title-banner .title-banner-info {
		max-width: 750px;
	}
}

/* event */

.program-cuf.single-tribe_events .title-banner .banner-title {
    font-size: 62px;
}

.program-cuf #ssrc-contact {
	font-size: 18px;
	line-height: 24px;
}

#cuf-conference-program {
	color: #fff;
	line-height: 1.3;
	background: linear-gradient(180deg, rgba(0,0,0,0.7), rgba(0,0,0,0.85)),url('../image/cuf-agenda.jpeg');
	background-size: cover;
}

#cuf-conference-program h2 {
	color: #fff;
}

#cuf-conference-program > .ast-container > .ast-row {
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
	margin-bottom: 40px;
}

#cuf-conference-program > .ast-container > .ast-row:last-of-type {
	border-bottom: 0;
	margin-bottom: 0;
}

.program-content {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.program-time {
	font-size: 26px;
	font-weight: 400;
}

.program-title {
	font-size: 26px;
	font-weight: 400;
	padding-bottom: 20px;
}

.program-description {
	font-size: 22px;
	padding-bottom: 40px;
}

.program-wrapup {
	font-size: 16px;
}

.program-wrapup p {
	margin-bottom: 1.4em;
}

.program-wrapup a {
	text-decoration: underline;
}

.program-content .person-card .person-name {
	font-weight: 400;
	color: #fff;
}

.program-content .person-card .person-image {
	position: relative;
	max-width: 120px;
	height: auto;
}

.program-content .person-card .person-image:after {
	content: "";
	display: block;
	padding-bottom: 100%;
}

/* END COLLEGE AND UNIVERSITY FUND PROGRAM */

/* CSWEP PROGRAM */

.program-cswep .main-header-bar-wrap,
.program-cswep-subpage .main-header-bar-wrap {
	border-bottom: 1px solid #229D2F;
}

.program-cswep .title-banner {
	min-height: 560px;
	color: #225527;
	background: #fff !important;
	font-size: 45px;
}

.program-cswep .title-banner video {
	top: 0px;
}

.program-cswep .title-banner .banner-title {
	font-size: 42px;
	margin-left: 0px;
	margin-bottom: 15px;
}

.program-cswep .title-banner .title-banner-info {
	max-width: 1200px;
} 

.program-cswep .anchor-navigation {
	background: #229D2F;
	color: #fff;
}

.program-cswep .anchor-mobile {
	color: #fff;
}

.program-cswep .anchor-navigation a:hover {
	color: #fff;
}

.program-cswep .anchor-navigation ul.anchor-nav li:hover a {
	border-color: #fff;
}

.program-cswep a.button-white {
	border: 1px solid #229D2F;
}

.program-cswep a.button-white:hover {
	color: #fff;
    background: #229d2f;
}

.program-cswep .overview-content p {
	font-size: 16px;
}

.program-cswep .overview-featured  {
	border-top: 3px solid #229D2F;
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
    border-bottom: 1px solid #ececec; border-radius: 0 0 10px 10px;
	margin-left: 25px;
	margin-bottom: 25px;
}

.program-cswep .overview-featured span,
.program-cswep .overview-featured .widget-title {
	font-size: 21px;
	line-height: 39px;
}

.program-cswep .overview-featured p {
	line-height: 1.4em;
}

.program-cswep h2.wrapped:before,
.program-cswep h2.wrapped:after,
.program-cswep-subpage h2.wrapped:before,
.program-cswep-subpage h2.wrapped:after {
	border-top: 2px solid #229D2F;
}

.program-cswep h2.overline:before,
.program-cswep-subpage h2.overline:before {
	border-bottom: 2px solid #229D2F;
}

.program-cswep .footer-ssrc-overlay,
.program-cswep-subpage .footer-ssrc-overlay {
	background-color: #407f47;
}

.program-cswep-subpage .title-banner .title-banner-info {
	max-width: 850px;
	color: #225527;
}

.program-cswep-subpage .title-banner .banner-title {
	font-size: 42px;
}

.program-cswep-subpage .page-navigation {
    background: #e8f5ea;
    color: #1E4863;
}

.program-cswep-subpage a.button-blue,
.program-cswep-subpage .button-blue a {
	background: #229D2F;
}

.program-cswep-subpage a.button-blue:hover,
.program-cswep-subpage .button-blue:hover a {
	background: #36bc44;
}

.program-cswep-subpage .sidebar-main .widget {
    border-top: 3px solid #229D2F;
}

.program-cswep-subpage .program-component-template .primary h2:before {
    border-bottom: 2px solid #229D2F;
}

/* END CSWEP PROGRAM */

/* EVENT CLIMATE CHANGE */

.event-climate-change .main-header-bar-wrap {
	background-color: #fff;
}

.event-climate-change .ast-main-header-bar-alignment {
	margin-left: auto !important;
}

.event-climate-change .footer-ssrc-overlay {
	background-color: #0a1947;
}

.climate-change-logos {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 50px;
}

.climate-change-logos img {
	width: 100%;
	max-width: 280px;
	padding: 15px 0;
}

.climate-change-speakers .person-card .person-name {
	padding-bottom: 3px;
	padding-top: 20px;
	color: #467593;
}

.climate-change-speakers .person-card .person-institution {
	font-style: italic;
	font-size: 14px;
}

.climate-change-speakers .person-card.horizontal .person-image {
	min-width: 125px;
	height: 125px;
	width: 125px;
}

/* END EVENT CLIMATE CHANGE */

/* ARCHIVE */

.archive .ast-no-thumb .ast-blog-featured-section {
	margin-bottom: 1.5em;
}

.archive .entry-meta {
	position: relative;
	margin-bottom: 10px;
}

.archive .entry-meta .posted-on {
	position: static;
	display: block;
	left: auto;
	right: 0;
}

.archive .entry-meta .posted-on span {
	color: #999;
}

.archive .cat-links a {
	display: inline-block;
	font-size: 12px;
	font-weight: 600;
	background: #1a3463;
	color: #ffffff;
	text-transform: uppercase;
	padding: 5px 15px;
	margin: 0 10px 5px 0;
	border-radius: 5px;
	white-space: nowrap;
}

@media (min-width: 768px) {
	.archive .entry-content {
		padding-left: 40px;
	}
	.archive .entry-meta .posted-on {
		position: absolute;
		display: inline-block;
	}
}

/* END ARCHIVE */

/* TOC */

div.ez-toc-widget-sticky-container,
div.ez-toc-widget-sticky-container li {
	position: static !important;
	background: transparent !important;
	width: auto !important;
}

div.ez-toc-widget-sticky-container ul.ez-toc-widget-sticky-list {
	padding: 0 !important;
}

#ez_toc_widget_sticky-2 .ez-toc-widget-sticky-container ul.ez-toc-widget-sticky-list li.active {
	background-color: transparent !important;
}

.ez-toc-widget-sticky-container li.active > a {
	-moz-transition: background 0.2s ease-in-out;
	-o-transition: background 0.2s ease-in-out;
	-webkit-transition: background 0.2s ease-in-out;
	-ms-transition: background 0.2s ease-in-out;
	transition: background 0.2s ease-in-out;
	color: #fff;
    background: rgba( 93 ,111, 127, 0.8);
}

.ez-toc-widget-sticky-container ul li a {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	display: block !important;
	color: inherit;
	padding: 5px 10px;
	text-decoration: none;
}

.ez-toc-widget-sticky-container ul li a:hover {
	background: #e7e9e9;
}

.ez-toc-widget-sticky-container ul li ul {
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	margin: 5px 0 0 10px;
	font-size: 14px;
	opacity: 0;
	max-height: 0;
	visibility: hidden;
	overflow: hidden;
}

.ez-toc-widget-sticky-container ul li.active ul {
	opacity: 1;
	max-height: 9999px;
	visibility: visible;
}

.ez-toc-widget-container ul.ez-toc-list li::before {
	display: none;
}

/* END TOC */

/* EASY PULL QUOTES */

.epq-pull-quote-default {
    border-top: 3px solid #bdbdbd;
    margin-top: 5%;
    margin-bottom: 2%;
    padding: .8em 0 0;
    font-size: 1.115em;
    color: #D83A4E;
    font-family: 'ProspectusS Reg','Libre Baskerville',Times;
    font-style: italic;
    line-height: 1.55;
    font-weight: bold;
}

/* END EASY PULL QUOTES */

/* MODERN FOOTNOTES */

sup.modern-footnotes-footnote a {
	color: #566169;
}

.modern-footnotes-footnote__note--tooltip {
	font-size: 14px;
	max-width: 450px;
	background: none repeat scroll 0 0 #fafafa;
	border-radius: 0.5em;
	padding: 1.1em 1.3em 1.2em;
	box-shadow: 0 0 8px rgb(0 0 0 / 30%);
	border: 1px solid #c3c3c3;
}

.modern-footnotes-list {
	padding-top: 44px;
	border-top: 1px solid #ab8f42;
	margin-top: 44px;
}

.modern-footnotes-list li {
	font-size: 12px;
	margin-bottom: 22px;
    overflow-wrap: anywhere;
}

/* END MODERN FOOTNOTES */

/* TO SECURE KNOWLEDGE */

.tsk-header {
	background: #5d6f7f;
    padding: 20px 0;
}

.tsk-header .ast-container {
	position: relative;
}

.tsk-header .ast-container:before {
	content: "";
	position: absolute;
	background-image: url('../image/SSRC_TSK_circles_top_left.png');
	background-size: 500px 500px;
	display: inline-block;
	width: 500px;
	height: 500px;
    top: -75px;
    left: -42px;
    z-index: 0;
}

.tsk-header .ast-container:after {
	content: "";
	position: absolute;
	background-image: url('../image/SSRC_TSK_brain_icon.png');
	background-size: 170px 220px;
	display: inline-block;
	width: 170px;
	height: 195px;
    top: -5px;
    right: 0;
    z-index: 0;
}

.tsk-header .main-title {
	font-family: 'DINOT','Open Sans', Arial;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 40px;
	max-width: 330px;
	margin: 0 auto 10px;
	padding: 10px 0;
	line-height: 42px;
	border-top: 6px solid #ab8f42;
	border-bottom: 6px solid #ab8f42;
	position: relative;
	z-index: 10;
}

.tsk-header .subtitle {
	font-family: 'ProspectusS Blk','Libre Baskerville',Times;
	font-size: 26px;
	text-align: center;
	color: #fff;
	position: relative;
	z-index: 10;
}

.template-tsk.page-parent .site-content {
	position: relative;
    overflow: hidden;
    background: linear-gradient( rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6) ), url('../image/SSRC_TSK_circles_top_left.png') right 6% top -130px no-repeat, url('../image/SSRC_TSK_photo_cirlcles_bottom-right.png') bottom -260px right -120px no-repeat;
    background-size: 550px;
}

.template-tsk .entry-content h2 {
	font-size: 36px;
	font-family: 'ProspectusS Blk','Libre Baskerville',Times;
	font-weight: 900;
	color: #ab8f42;
}

.template-tsk .entry-content h3 {
	font-family: 'DINOT','Open Sans',Arial;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 16px;
	color: #ab8f42;
}

.template-tsk .entry-content h4 {
	font-family: 'DINOT','Open Sans',Arial;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #68877F;
	padding-top: 22px;
	margin-bottom: 14px;
}

.template-tsk .entry-content ul {
	font-size: 16px;
	list-style-type: circle;
}

.template-tsk .entry-content a {
	color: #5d6f7f;
}

.tsk-banner {
	position: relative;
}

.tsk-banner img {
	width: 100%;
}

.template-tsk .tsk-banner h2 {
	position: absolute;
	bottom: 15px;
	left: 20px;
	color: #fff;
	font-size: 35px;
}

.tsk-banner h2.long-title {
	bottom: 2px;
}

.tsk-sep {
	margin: 44px 0;
}

.fancy-list-1 {
	font-weight: bold;
	padding-left: 8px;
	margin: 0 0 22px;
}

.fancy-list-1 li {
	font-family: 'DINOT','Open Sans',Arial;
	font-size: 16px;
	text-transform: uppercase;
	color: #68877F;
	list-style-type: none;
	margin-bottom: 10px;
}

.fancy-list-2 li {
	font-size: 16px;
    list-style-image: url('../image/arrow_right.png');
    font-family: 'ProspectusS Reg','Libre Baskerville',Times;
}

.report-box {
	border: 3px solid #ab8f42;
	padding: 30px;
	font-weight: normal;
}

.entry-content .report-box-title {
	font-weight: 900;
	font-family: 'ProspectusS Reg','Libre Baskerville',Times;
	color: #ab8f42;
	font-size: 20px;
}

.report-box ul {
	font-family: 'ProspectusS Reg','Libre Baskerville',Times;
}

.report-box p {
	font-family: 'ProspectusS Reg','Libre Baskerville',Times;
}

.entry-content .section-head {
	font-size: 36px;
	font-family: 'ProspectusS Blk','Libre Baskerville',Times;
	font-weight: 900;
	color: #ab8f42;
	margin-bottom: 0;
}

.tsk-participants {
	margin-top: 20px;
}

@media screen and (max-width: 980px) {
	.template-tsk .tsk-banner h2 {
		font-size: 28px;
		bottom: 2px;
	}
	.template-tsk .tsk-banner h2.long-title {
		bottom: -10px;
	}
}

@media screen and (max-width: 767px) {
	.tsk-header .ast-container:before,
	.tsk-header .ast-container:after {
		display: none;
	}
	.tsk-header .main-title,
	.tsk-header .subtitle {
		position: static;
	}
	.template-tsk .tsk-banner h2 {
		font-size: 35px;
		bottom: 15px;
	}
}

@media screen and (max-width: 629px) {
	.template-tsk .tsk-banner h2 {
		font-size: 28px;
		bottom: 2px;
	}
	.template-tsk .tsk-banner h2.long-title {
		font-size: 22px;
	}
}

@media screen and (max-width: 459px) {
	.template-tsk .tsk-banner h2 {
		font-size: 22px;
		bottom: -10px;
	}
	.template-tsk .tsk-banner h2.long-title {
		font-size: 18px;
		bottom: -15px;
	}
}

/* END TO SECURE KNOWLEDGE */

/* FRONTIERS */

.ssrc-frontiers .sidebar-main .widget {
	border: none;
	background: none;
}

.ssrc-frontiers .sidebar-main .widget_text,
.ssrc-frontiers .sidebar-main .associations-widget {
	text-align: center;
}

.ssrc-frontiers .sidebar-main .widget:first-of-type {
	margin-bottom: 0;
}

.ssrc-frontiers .sidebar-main .widget-title {
	display: flex;
	font-family: "proxima-nova", Arial;
	font-weight: 800;
	line-height: 1.2;
	margin-bottom: 28px;
	width: 100%;
	justify-content: space-evenly;
	gap: 17px;
	align-items: center;
	text-align: center;
}

.ssrc-frontiers .sidebar-main .widget-title:before,
.ssrc-frontiers .sidebar-main .widget-title:after {
	content: "";
	border-top: 4px solid #1e4863;
	flex: 0 2 45px;
}

.ssrc-frontiers .sidebar-main p {
	font-size: 14px;
}

.ssrc-frontiers .sidebar-main .content-card.simple .card-img img {
	max-width: 105px;
}
.ssrc-frontiers .sidebar-main .content-card.simple .card-title {
	font-size: 12px;
}

.ssrc-frontiers .widget_mc4wp_form_widget,
.ssrc-frontiers .mc4wp-form,
.ssrc-frontiers .mc4wp-form-fields {
	padding: 0;
}

.ssrc-frontiers .frontiers-form {
	position: relative;
	text-align: left;
	line-height: 1.6;
	padding: 20px;
	background: #fff;
	border: 1px solid rgba(0,0,0,0.05);
	border-radius: 4px;
	box-shadow: 0 1px 6px rgb(0 0 0 / 3%);
	overflow: hidden;
}

.ssrc-frontiers .frontiers-form:before {
    content: '\f0e0';
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: -30px;
    bottom: -40px;
    font-size: 120px;
    color: #333;
    opacity: 0.2;
    -webkit-transform: rotateZ(14deg);
    -ms-transform: rotate(14deg);
    transform: rotateZ(14deg);
}

.ssrc-frontiers .frontiers-form input[type="email"] {
    padding-left: 0;
    padding-right: 0;
    background: transparent;
    border: none;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
	width: 100%;
	outline: none;
}

.ssrc-frontiers .frontiers-form input[type="submit"] {
	line-height: 1.4;
	background: #1e4863;
	padding: 6px 12px;
	border-radius: 999em;
}

.ssrc-frontiers .site-content {
	border-top: 1px solid #1e4863;
}

.frontiers-logo {
	text-align: center;
	margin-bottom: 20px;
}

.frontiers-logo img {
	width: 100%;
	max-width: 400px;
}

.frontiers-post {
	border-bottom: 1px solid #a3a3a3;
	padding: 30px 0 20px;
}

.frontiers-post:first-of-type {
	padding-top: 10px;
}

.frontiers-post:last-of-type {
	border-bottom: 0;
}

.frontiers-post .entry-title {
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 10px;
}

.frontiers-post .entry-content {
	font-size: 18px;
	line-height: 21px;
	margin-bottom: 20px;
}

.frontiers-post.citation .entry-content {
	font-style: italic;
}

.frontiers-author {
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

.frontiers-author .img-col {
	flex: 0 0 80px;
}

.frontiers-author .img-col img {
	max-width: 100%;
	border-radius: 100%;
}

.frontiers-author .author-col {
	flex: 1 1 auto;
	padding: 0 30px;
}

.rounded-box-container {
	background: #fff;
	transition: 0.2s;
	margin-bottom: 20px;
	word-break: break-word;
	border-radius: 5px 5px 10px 10px;
	box-shadow: 2px 2px 2px #E6E6E6;
}

.rounded-box-container:hover {
	border-color: #CCC;
	box-shadow: 2px 2px 2px #E6E6E6;
}

.rounded-box-container img {
	display: block;
	margin: 0 auto 10px;
	max-width: 95px;
}

.rounded-box-container .main-section {
	margin-right: 30px;
}

.rounded-box-top {
	padding: 20px;
	border-radius: 5px 5px 0 0;
	border: 1px solid #1e4863;
	background: #f6fbff;
}

.rounded-box-bottom {
	padding: 20px 25px;
	border-radius: 0 0 10px 10px;
	border: 1px solid #C8C8C8;
	border-top: 0;
}

.meta-row {
	display: flex;
	line-height: 21px;
	margin-bottom: 10px;
}

.meta-label {
	font-weight: bold;
	word-break: normal;
	color: #2f89bd;
	padding-right: 10px;
	flex: 0 0 80px;
}

.abstract .meta-label {
	font-size: 21px;
	font-weight: 400;
}

.abstract p {
	line-height: 21px;
}

.quote-box {
	border-left: 2px solid #2f89bd;
	padding-left: 25px;
	margin-bottom: 20px;
}

.frontiers-title {
	font-size: 20px;
	line-height: 24px;
	font-weight: 600;
	margin-bottom: 15px;
}

.frontiers-topics {
	margin-bottom: 10px;
}

.frontiers-topics span {
	margin-right: 10px;
}

.ssrc-frontiers .bubble {
	text-transform: none;
	padding: 2px 10px;
	border-radius: 10px;
	background: #2f89bd;
}

.rounded-box-container .bubble:after {
	display: inline-block;
	content: "\f08e";
	font-family: "Font Awesome 5 Pro";
	padding-left: 5px;
}

.ssrc-frontiers .bubble:hover {
	color: #fff;
}

.quick-copy {
	color: #1a3463;
}

.quick-copy:before {
	display: inline;
	content: "\f0c5";
	font-family: "Font Awesome 5 Pro";
	padding: 0 5px;
}

@media (min-width: 993px) {
	.ssrc-frontiers.ast-left-sidebar #secondary {
		padding-right: 20px;
	}
}

@media (min-width: 769px) and (max-width: 1024px) {
	.ssrc-frontiers #primary {
		width: 60% !important;
	}
	.ssrc-frontiers #secondary {
		width: 40% !important;
	}
}

@media (min-width: 769px) {
	.ssrc-frontiers .site-content {
		background: linear-gradient(90deg, #FBFBFB 50%, #FFF 0);
	}
	.ssrc-frontiers.ast-left-sidebar #content > .ast-container {
		display: flex;
	}
	.ssrc-frontiers #primary {
		background: #FFF;
		margin: 0;
		padding-top: 2em;
		padding-bottom: 4em;
	}
}

@media (max-width: 768px) {
	.ssrc-primary-bg.ast-left-sidebar #content > .ast-container {
		flex-direction: column;
	}
	.ssrc-frontiers .sidebar-main .widget:first-of-type {
		display: none;
	}
}

@media (max-width: 499px) {
	.meta-row {
		flex-direction: column;
	}
	.meta-label {
		flex-basis: auto;
	}
}

/* END FRONTIERS */

/* ALGOLIA SEARCH */

.display-flex {
	display: flex;
  }
  
  .display-contents {
	display: contents;
  }
  
  .flex-wrap {
	flex-wrap: wrap;
  }
  
  .flex-direction-row {
	flex-direction: row;
  }
  
  .flex-direction-column {
	flex-direction: column;
  }
  
  .list-style-none {
	list-style: none;
  }
  
  .position-relative {
	position: relative;
  }
  
  .position-absolute {
	position: absolute;
  }
  
  .margin-1 {
	margin: 1rem;
  }
  
  .margin-top-0-5 {
	margin-top: 0.5rem;
  }
  
  .margin-top-2 {
	margin-top: 2rem;
  }
  
  .margin-bottom-2 {
	margin-bottom: 2rem;
  }
  
  .margin-bottom-3 {
	margin-bottom: 3rem;
  }
  
  .margin-right-4 {
	margin-right: 4rem;
  }
  
  .padding-bottom-3 {
	padding-bottom: 3rem;
  }
  
  .padding-right-1 {
	padding-right: 1rem;
  }
  
  .padding-right-2 {
	padding-right: 2rem;
  }
  
  .padding-2 {
	padding: 2rem;
  }
  
  .border-bottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
  }
  
  .border-bottom .active {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1d4863;
  }
  
  .active {
	color: #1d4863;
  }
  
  .white {
	color: #fbfbfb;
  }
  
  .padding-1 {
	padding: 1rem;
  }
  
  .bottom-0 {
	bottom: 0;
  }
  
  .title-banner-half-height {
	background: #1d4863;
	color: #fff;
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	min-height: 250px;
  }
  
  .width-20 {
	width: 20%;
  }
  
  .width-60 {
	width: 60%;
  }
  
  .width-100 {
	width: 100%;
  }
  
  .text-underline {
	text-decoration: underline;
  }
  
  .hover-cursor-pointer:hover {
	cursor: pointer;
  }
  
  .ais-Hits .tag {
	background-color: #dee4e8;
	padding: 0.3rem 0.5rem;
	font-style: initial;
	font-size: 0.75rem;
	font-weight: bold;
	border-radius: 5px;
  }
  
  .background-color-grey {
	background-color: #f7f7f7;
  }
  
  .search-icon {
	left: auto;
	right: 0px;
	padding-right: 2rem;
	top: 40%;
	font-size: 20px;
	bottom: auto;
	position: absolute;
  }
  
  .search-fellow-image {
	max-width: 135px;
	margin: auto;
	height: 135px;
	background-size: cover;
	border-radius: 100%;
  }
  
  .ais-stats-custom {
	position: unset;
	top: unset;
	font-size: unset;
  }
  
  .ais-SearchBox-input {
	outline: none !important;
	background-color: unset !important;
	border-color: unset !important;
	border: none !important;
	border-radius: unset !important;
	border-bottom-width: 1px !important;
	border-bottom-style: solid !important;
	border-bottom-color: #556169 !important;
	color: #47535a !important;
	font-size: 2rem !important;
	padding: 0.5rem !important;
  }
  
  .ais-SearchBox-input:focus {
	outline: none !important;
	background-color: unset !important;
	border-color: unset !important;
	border: none !important;
	border-radius: unset !important;
	border-bottom-width: 1px !important;
	border-bottom-style: solid !important;
	border-bottom-color: #556169 !important;
	color: #47535a !important;
	font-size: 2rem !important;
	padding: 0.5rem !important;
  }
  
  #filter-bar [class^="ais-"] {
	box-sizing: border-box;
  }
  
  #filter-bar [class^="ais-"] {
	font-size: 1rem;
	box-sizing: border-box;
  }
  
  #filter-bar #nav-options {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	flex-direction: row;
  }
  
  #filter-bar .category-option {
	font-weight: bold;
	white-space: nowrap;
	margin: 0 4rem 0 0;
  }
  
  #filter-bar .category-option.active {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #1d4863;
  }
  
  #filter-options-menu .dropdown, #filter-bar .dropdown {
	position: relative;
	cursor: pointer;
  }
  
  #filter-options-menu .toggle, #filter-bar .toggle {
	display: inline-block;
	text-indent: -999em;
	transition: all 0.3s linear;
	color: #566168;
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
  }
  
  #filter-options-menu .toggle:after, #filter-bar .toggle:after {
	content: "\f078";
	display: block;
	margin-left: 1rem;
	text-indent: 0;
  }
  
  #filter-options-menu .expanded a > .toggle:after, 
  #filter-bar .expanded a > .toggle:after
  {
	content: "\f077";
  }
  
  #filter-options-menu .dropdown-menu, #filter-bar .dropdown-menu {
	position: absolute;
	z-index: 1000;
	display: none;
	min-width: 10rem;
	padding: 0.5rem;
	margin: 0;
	font-size: 1rem;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.15);
	box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  }
  
  #filter-options-menu .dropdown-toggle .toggle {
	position: absolute;
	right: 12px;
  }
  
  #filter-options-menu .custom-refinement-list, #filter-options-menu .custom-hierarchical-menu {
	flex-grow: 1;
	margin-right: 1em;
	background-color: white;
  }
  
  #filter-options-menu .refinement-dropdown {
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #ccc;
	width: 100%;
  }
  
  #filter-options-menu .refinement-list {
	padding: 1em;
  }
  
  #filter-options-menu .refinement-list ul {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
  }
  
  /* Algolia Widget Styles */
  
  #filter-options-menu .ais-Breadcrumb-list,
  #filter-options-menu .ais-CurrentRefinements-list,
  #filter-options-menu .ais-HierarchicalMenu-list,
  #filter-options-menu .ais-Hits-list,
  #filter-options-menu .ais-Results-list,
  #filter-options-menu .ais-InfiniteHits-list,
  #filter-options-menu .ais-InfiniteResults-list,
  #filter-options-menu .ais-Menu-list,
  #filter-options-menu .ais-NumericMenu-list,
  #filter-options-menu .ais-Pagination-list,
  #filter-options-menu .ais-RatingMenu-list,
  #filter-options-menu .ais-RefinementList-list,
  #filter-options-menu .ais-ToggleRefinement-list {
	margin: 0;
	padding: 0;
	list-style: none;
  }
  #filter-options-menu .ais-ClearRefinements-button,
  #filter-options-menu .ais-CurrentRefinements-delete,
  #filter-options-menu .ais-CurrentRefinements-reset,
  #filter-options-menu .ais-GeoSearch-redo,
  #filter-options-menu .ais-GeoSearch-reset,
  #filter-options-menu .ais-HierarchicalMenu-showMore,
  #filter-options-menu .ais-InfiniteHits-loadPrevious,
  #filter-options-menu .ais-InfiniteHits-loadMore,
  #filter-options-menu .ais-InfiniteResults-loadMore,
  #filter-options-menu .ais-Menu-showMore,
  #filter-options-menu .ais-RangeInput-submit,
  #filter-options-menu .ais-RefinementList-showMore,
  #filter-options-menu .ais-SearchBox-submit,
  #filter-options-menu .ais-SearchBox-reset,
  #filter-options-menu .ais-VoiceSearch-button {
	padding: 0;
	overflow: visible;
	font: inherit;
	line-height: normal;
	color: inherit;
	background: none;
	border: 0;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
  }
  #filter-options-menu .ais-ClearRefinements-button::-moz-focus-inner,
  #filter-options-menu .ais-CurrentRefinements-delete::-moz-focus-inner,
  #filter-options-menu .ais-CurrentRefinements-reset::-moz-focus-inner,
  #filter-options-menu .ais-GeoSearch-redo::-moz-focus-inner,
  #filter-options-menu .ais-GeoSearch-reset::-moz-focus-inner,
  #filter-options-menu .ais-HierarchicalMenu-showMore::-moz-focus-inner,
  #filter-options-menu .ais-InfiniteHits-loadPrevious::-moz-focus-inner,
  #filter-options-menu .ais-InfiniteHits-loadMore::-moz-focus-inner,
  #filter-options-menu .ais-InfiniteResults-loadMore::-moz-focus-inner,
  #filter-options-menu .ais-Menu-showMore::-moz-focus-inner,
  #filter-options-menu .ais-RangeInput-submit::-moz-focus-inner,
  #filter-options-menu .ais-RefinementList-showMore::-moz-focus-inner,
  #filter-options-menu .ais-SearchBox-submit::-moz-focus-inner,
  #filter-options-menu .ais-SearchBox-reset::-moz-focus-inner,
  #filter-options-menu .ais-VoiceSearch-button::-moz-focus-inner {
	padding: 0;
	border: 0;
  }
  #filter-options-menu .ais-ClearRefinements-button[disabled],
  #filter-options-menu .ais-CurrentRefinements-delete[disabled],
  #filter-options-menu .ais-CurrentRefinements-reset[disabled],
  #filter-options-menu .ais-GeoSearch-redo[disabled],
  #filter-options-menu .ais-GeoSearch-reset[disabled],
  #filter-options-menu .ais-HierarchicalMenu-showMore[disabled],
  #filter-options-menu .ais-InfiniteHits-loadPrevious[disabled],
  #filter-options-menu .ais-InfiniteHits-loadMore[disabled],
  #filter-options-menu .ais-InfiniteResults-loadMore[disabled],
  #filter-options-menu .ais-Menu-showMore[disabled],
  #filter-options-menu .ais-RangeInput-submit[disabled],
  #filter-options-menu .ais-RefinementList-showMore[disabled],
  #filter-options-menu .ais-SearchBox-submit[disabled],
  #filter-options-menu .ais-SearchBox-reset[disabled],
  #filter-options-menu .ais-VoiceSearch-button[disabled] {
	cursor: default;
  }
  #filter-options-menu .ais-InfiniteHits-loadPrevious,
  #filter-options-menu .ais-InfiniteHits-loadMore,
  #filter-options-menu .ais-HierarchicalMenu-showMore,
  #filter-options-menu .ais-Menu-showMore,
  #filter-options-menu .ais-RefinementList-showMore {
	overflow-anchor: none;
  }
  #filter-options-menu .ais-Breadcrumb-list,
  #filter-options-menu .ais-Breadcrumb-item,
  #filter-options-menu .ais-Pagination-list,
  #filter-options-menu .ais-RangeInput-form,
  #filter-options-menu .ais-RatingMenu-link,
  #filter-options-menu .ais-PoweredBy {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  }
  #filter-options-menu .ais-GeoSearch,
  #filter-options-menu .ais-GeoSearch-map {
	height: 100%;
  }
  #filter-options-menu .ais-HierarchicalMenu-list .ais-HierarchicalMenu-list {
	margin-left: 1em;
  }
  #filter-options-menu .ais-PoweredBy-logo {
	display: block;
	height: 1.2em;
	width: auto;
  }
  #filter-options-menu .ais-RatingMenu-starIcon {
	display: block;
	width: 20px;
	height: 20px;
  }
  #filter-options-menu .ais-SearchBox-input::-ms-clear,
  #filter-options-menu .ais-SearchBox-input::-ms-reveal {
	display: none;
	width: 0;
	height: 0;
  }
  #filter-options-menu .ais-SearchBox-input::-webkit-search-decoration,
  #filter-options-menu .ais-SearchBox-input::-webkit-search-cancel-button,
  #filter-options-menu .ais-SearchBox-input::-webkit-search-results-button,
  #filter-options-menu .ais-SearchBox-input::-webkit-search-results-decoration {
	display: none;
  }
  #filter-options-menu .ais-RangeSlider .rheostat {
	overflow: visible;
	margin-top: 40px;
	margin-bottom: 40px;
  }
  #filter-options-menu .ais-RangeSlider .rheostat-background {
	height: 6px;
	top: 0px;
	width: 100%;
  }
  #filter-options-menu .ais-RangeSlider .rheostat-handle {
	margin-left: -12px;
	top: -7px;
  }
  #filter-options-menu .ais-RangeSlider .rheostat-background {
	position: relative;
	background-color: #ffffff;
	border: 1px solid #aaa;
  }
  #filter-options-menu .ais-RangeSlider .rheostat-progress {
	position: absolute;
	top: 1px;
	height: 4px;
	background-color: #333;
  }
  #filter-options-menu .rheostat-handle {
	position: relative;
	z-index: 1;
	width: 20px;
	height: 20px;
	background-color: #fff;
	border: 1px solid #333;
	border-radius: 50%;
	cursor: -webkit-grab;
	cursor: grab;
  }
  #filter-options-menu .rheostat-marker {
	margin-left: -1px;
	position: absolute;
	width: 1px;
	height: 5px;
	background-color: #aaa;
  }
  #filter-options-menu .rheostat-marker--large {
	height: 9px;
  }
  #filter-options-menu .rheostat-value {
	margin-left: 50%;
	padding-top: 15px;
	position: absolute;
	text-align: center;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
  }
  #filter-options-menu .rheostat-tooltip {
	margin-left: 50%;
	position: absolute;
	top: -22px;
	text-align: center;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
  }
  
  /**
   * Reset
   */
  #filter-options-menu [class^="ais-"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
  }
  
  /**
   * Disabled
   */
  #filter-options-menu [class^="ais-"][class$="--disabled"],
  #filter-options-menu [class^="ais-"][class$="--disabled"] *,
  #filter-options-menu .ais-VoiceSearch-button:disabled {
	cursor: not-allowed;
  }
  
  /**
   * Buttons
   */
  #filter-options-menu .ais-HierarchicalMenu-showMore,
  #filter-options-menu .ais-Menu-showMore,
  #filter-options-menu .ais-RefinementList-showMore,
  #filter-options-menu .ais-ClearRefinements-button,
  #filter-options-menu .ais-InfiniteHits-loadMore,
  #filter-options-menu .ais-RangeInput-submit,
  #filter-options-menu .ais-InfiniteHits-loadPrevious,
  #filter-options-menu .ais-Pagination-link,
  #filter-options-menu .ais-GeoSearch-redo,
  #filter-options-menu .ais-GeoSearch-reset,
  #filter-options-menu .ais-VoiceSearch-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: -webkit-gradient(
	  linear,
	  left top,
	  left bottom,
	  from(#fff),
	  to(#fcfcfd)
	);
	background-image: linear-gradient(-180deg, #fff, #fcfcfd);
	border: 1px solid #d6d6e7;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 0 0 rgba(35, 38, 59, 0.05);
	box-shadow: 0 1px 0 0 rgba(35, 38, 59, 0.05);
	color: #23263b;
	cursor: pointer;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 0.875rem;
	font-weight: 400;
	height: 2rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1.25rem;
	padding: 0 1rem;
	place-items: center;
	text-decoration: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
  }
  #filter-options-menu .ais-HierarchicalMenu-showMore,
  #filter-options-menu .ais-Menu-showMore,
  #filter-options-menu .ais-RefinementList-showMore,
  #filter-options-menu .ais-GeoSearch-redo,
  #filter-options-menu .ais-GeoSearch-reset {
	height: 1.5rem;
  }
  #filter-options-menu .ais-HierarchicalMenu-showMore,
  #filter-options-menu .ais-Menu-showMore,
  #filter-options-menu .ais-RefinementList-showMore {
	margin-top: 1rem;
  }
  #filter-options-menu .ais-HierarchicalMenu-showMore:hover,
  #filter-options-menu .ais-Menu-showMore:hover,
  #filter-options-menu .ais-RefinementList-showMore:hover,
  #filter-options-menu .ais-ClearRefinements-button:hover,
  #filter-options-menu .ais-InfiniteHits-loadMore:hover,
  #filter-options-menu .ais-RangeInput-submit:hover,
  #filter-options-menu .ais-InfiniteHits-loadPrevious:hover,
  #filter-options-menu
	.ais-Pagination-item:not(.ais-Pagination-item--selected):not(.ais-Pagination-item--disabled)
	.ais-Pagination-link:hover,
  #filter-options-menu .ais-GeoSearch-redo:hover,
  #filter-options-menu .ais-GeoSearch-reset:hover,
  #filter-options-menu .ais-VoiceSearch-button:hover {
	background-image: -webkit-gradient(
	  linear,
	  left top,
	  left bottom,
	  from(#fff),
	  to(#f5f5fa)
	);
	background-image: linear-gradient(-180deg, #fff, #f5f5fa);
	border-color: #d6d6e7;
  }
  #filter-options-menu .ais-HierarchicalMenu-showMore:focus,
  #filter-options-menu .ais-Menu-showMore:focus,
  #filter-options-menu .ais-RefinementList-showMore:focus,
  #filter-options-menu .ais-ClearRefinements-button:focus,
  #filter-options-menu .ais-InfiniteHits-loadMore:focus,
  #filter-options-menu .ais-RangeInput-submit:focus,
  #filter-options-menu .ais-InfiniteHits-loadPrevious:focus,
  #filter-options-menu .ais-GeoSearch-redo:focus,
  #filter-options-menu .ais-GeoSearch-reset:focus,
  #filter-options-menu .ais-VoiceSearch-button:focus {
	background-image: -webkit-gradient(
	  linear,
	  left top,
	  left bottom,
	  from(#fff),
	  to(#f5f5fa)
	);
	background-image: linear-gradient(-180deg, #fff, #f5f5fa);
	border-color: #3c4fe0;
	-webkit-box-shadow: #3c4fe0 0 0 0 1px, rgba(35, 38, 59, 0.05) 0 2px 0 1px;
	box-shadow: #3c4fe0 0 0 0 1px, rgba(35, 38, 59, 0.05) 0 2px 0 1px;
	outline: currentcolor none medium;
  }
  #filter-options-menu .ais-HierarchicalMenu-showMore:active,
  #filter-options-menu .ais-Menu-showMore:active,
  #filter-options-menu .ais-RefinementList-showMore:active,
  #filter-options-menu .ais-ClearRefinements-button:active,
  #filter-options-menu .ais-InfiniteHits-loadMore:active,
  #filter-options-menu .ais-InfiniteHits-loadPrevious:active,
  #filter-options-menu .ais-Pagination-item--selected .ais-Pagination-link,
  #filter-options-menu .ais-Pagination-link:active,
  #filter-options-menu .ais-GeoSearch-redo:active,
  #filter-options-menu .ais-GeoSearch-reset:active,
  #filter-options-menu .ais-VoiceSearch-button:active {
	border-color: #d6d6e7;
	-webkit-box-shadow: rgba(119, 122, 175, 0.4) 0 1px 4px 0 inset,
	  rgba(119, 122, 175, 0.4) 0 1px 1px 0 inset, rgba(35, 38, 59, 0.05) 0 1px 0 0;
	box-shadow: rgba(119, 122, 175, 0.4) 0 1px 4px 0 inset,
	  rgba(119, 122, 175, 0.4) 0 1px 1px 0 inset, rgba(35, 38, 59, 0.05) 0 1px 0 0;
  }
  #filter-options-menu .ais-ClearRefinements-button:disabled[disabled],
  #filter-options-menu .ais-InfiniteHits-loadMore:disabled[disabled],
  #filter-options-menu .ais-InfiniteHits-loadPrevious:disabled[disabled],
  #filter-options-menu .ais-Pagination-item--disabled .ais-Pagination-link,
  #filter-options-menu .ais-GeoSearch-redo--disabled,
  #filter-options-menu .ais-GeoSearch-reset--disabled,
  #filter-options-menu .ais-VoiceSearch-button:disabled {
	background-image: -webkit-gradient(
	  linear,
	  left top,
	  left bottom,
	  from(#fff),
	  to(#f5f5fa)
	);
	background-image: linear-gradient(-180deg, #fff, #f5f5fa);
	border-color: #efeff5;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #b6b7d5;
  }
  #filter-options-menu .ais-HierarchicalMenu-showMore--disabled[disabled],
  #filter-options-menu .ais-Menu-showMore--disabled[disabled],
  #filter-options-menu .ais-RefinementList-showMore--disabled[disabled] {
	display: none;
  }
  
  /**
   * Labels
   */
  #filter-options-menu .ais-NumericMenu-label,
  #filter-options-menu .ais-ToggleRefinement-label,
  #filter-options-menu .ais-HierarchicalMenu-item,
  #filter-options-menu .ais-Menu-item,
  #filter-options-menu .ais-RatingMenu-item,
  #filter-options-menu .ais-RefinementList-item {
	display: block;
	font-size: 0.875rem;
	line-height: 1.75rem;
  }
  #filter-options-menu .ais-HierarchicalMenu-link,
  #filter-options-menu .ais-Menu-link,
  #filter-options-menu .ais-RatingMenu-link,
  #filter-options-menu .ais-RefinementList-label {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
  }
  #filter-options-menu .ais-Breadcrumb-link,
  #filter-options-menu .ais-HierarchicalMenu-link,
  #filter-options-menu .ais-Menu-link,
  #filter-options-menu .ais-RatingMenu-link {
	color: inherit;
	text-decoration: none;
  }
  #filter-options-menu .ais-Breadcrumb-link:hover {
	text-decoration: underline;
  }
  #filter-options-menu .ais-HierarchicalMenu-label,
  #filter-options-menu .ais-Menu-label,
  #filter-options-menu .ais-RefinementList-labelText {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
  }
  #filter-options-menu
	.ais-HierarchicalMenu-item--selected
	> .ais-HierarchicalMenu-link
	> .ais-HierarchicalMenu-label,
  #filter-options-menu .ais-Menu-item--selected .ais-Menu-label,
  #filter-options-menu .ais-RefinementList-item--selected,
  #filter-options-menu .ais-RatingMenu-item--selected {
	font-weight: 600;
  }
  
  /**
   * Count
   */
  #filter-options-menu .ais-ToggleRefinement-count,
  #filter-options-menu .ais-HierarchicalMenu-count,
  #filter-options-menu .ais-Menu-count,
  #filter-options-menu .ais-RatingMenu-count,
  #filter-options-menu .ais-RefinementList-count {
	background: #f5f5fa none repeat scroll 0% 0%;
	border: 1px solid #b6b7d5;
	border-radius: 5px;
	color: #23263b;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1rem;
	margin-left: 0.5rem;
	overflow: hidden;
	padding: 0.1rem 0.4rem;
	font-weight: 400;
  }
  
  /**
   * No Results
   */
  #filter-options-menu .ais-Menu-noResults,
  #filter-options-menu .ais-HierarchicalMenu-noResults,
  #filter-options-menu .ais-RefinementList-noResults {
	color: #5a5e9a;
	font-size: 0.875rem;
	line-height: 1.25rem;
	margin-top: 1rem;
  }
  
  /**
   * Selectors
   */
  #filter-options-menu .ais-MenuSelect-select,
  #filter-options-menu .ais-HitsPerPage-select,
  #filter-options-menu .ais-SortBy-select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url('data:image/svg+xml;utf8,<svg width="14" height="24" xmlns="http://www.w3.org/2000/svg"><g stroke="%23777aaf" stroke-width="2" fill="none" fill-rule="evenodd"><path d="M13 7L7 1 1 7M1 17l6 6 6-6"/></g></svg>'),
	  -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fcfcfd));
	background-image: url('data:image/svg+xml;utf8,<svg width="14" height="24" xmlns="http://www.w3.org/2000/svg"><g stroke="%23777aaf" stroke-width="2" fill="none" fill-rule="evenodd"><path d="M13 7L7 1 1 7M1 17l6 6 6-6"/></g></svg>'),
	  linear-gradient(-180deg, #fff, #fcfcfd);
	background-position: right 1rem center, 0 0;
	background-repeat: no-repeat;
	background-size: 10px, auto;
	border: 1px solid #d6d6e7;
	border-radius: 3px;
	-webkit-box-shadow: rgba(35, 38, 59, 0.05) 0 1px 0 0;
	box-shadow: rgba(35, 38, 59, 0.05) 0 1px 0 0;
	color: #23263b;
	cursor: pointer;
	font: inherit;
	height: 2.5rem;
	outline: currentcolor none medium;
	padding: 0 2.5rem 0 1rem;
	position: relative;
	width: 100%;
  }
  #filter-options-menu .ais-HitsPerPage-select:-moz-focusring,
  #filter-options-menu .ais-HitsPerPage-select::-moz-focus-inner,
  #filter-options-menu .ais-SortBy-select:-moz-focusring,
  #filter-options-menu .ais-SortBy-select::-moz-focus-inner {
	color: transparent;
	outline: currentcolor none medium;
  }
  #filter-options-menu .ais-HitsPerPage-select > option:not(:checked),
  #filter-options-menu .ais-SortBy-select > option:not(:checked) {
	color: #23263b;
  }
  #filter-options-menu .ais-HitsPerPage-select > option:disabled,
  #filter-options-menu .ais-SortBy-select > option:disabled {
	color: #b6b7d5;
  }
  #filter-options-menu .ais-HitsPerPage-select:hover,
  #filter-options-menu .ais-SortBy-select:hover {
	background-image: url('data:image/svg+xml;utf8,<svg width="14" height="24" xmlns="http://www.w3.org/2000/svg"><g stroke="%23777aaf" stroke-width="2" fill="none" fill-rule="evenodd"><path d="M13 7L7 1 1 7M1 17l6 6 6-6"/></g></svg>'),
	  -webkit-gradient(linear, left top, left bottom, from(#fcfcfd), to(#f5f5fa));
	background-image: url('data:image/svg+xml;utf8,<svg width="14" height="24" xmlns="http://www.w3.org/2000/svg"><g stroke="%23777aaf" stroke-width="2" fill="none" fill-rule="evenodd"><path d="M13 7L7 1 1 7M1 17l6 6 6-6"/></g></svg>'),
	  linear-gradient(-180deg, #fcfcfd, #f5f5fa);
	border-color: #d6d6e7;
  }
  #filter-options-menu .ais-HitsPerPage-select:focus,
  #filter-options-menu .ais-SortBy-select:focus {
	background-image: url('data:image/svg+xml;utf8,<svg width="14" height="24" xmlns="http://www.w3.org/2000/svg"><g stroke="%23777aaf" stroke-width="2" fill="none" fill-rule="evenodd"><path d="M13 7L7 1 1 7M1 17l6 6 6-6"/></g></svg>'),
	  -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f5f5fa));
	background-image: url('data:image/svg+xml;utf8,<svg width="14" height="24" xmlns="http://www.w3.org/2000/svg"><g stroke="%23777aaf" stroke-width="2" fill="none" fill-rule="evenodd"><path d="M13 7L7 1 1 7M1 17l6 6 6-6"/></g></svg>'),
	  linear-gradient(-180deg, #fff, #f5f5fa);
	border-color: #3c4fe0;
	-webkit-box-shadow: #3c4fe0 0 0 0 1px, rgba(35, 38, 59, 0.05) 0 2px 0 0;
	box-shadow: #3c4fe0 0 0 0 1px, rgba(35, 38, 59, 0.05) 0 2px 0 0;
  }
  #filter-options-menu .ais-HitsPerPage-select:disabled,
  #filter-options-menu .ais-SortBy-select:disabled {
	background-image: url('data:image/svg+xml;utf8,<svg width="14" height="24" xmlns="http://www.w3.org/2000/svg"><g stroke="%23b6b7d5" stroke-width="2" fill="none" fill-rule="evenodd"><path d="M13 7L7 1 1 7M1 17l6 6 6-6"/></g></svg>'),
	  -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f5f5fa));
	background-image: url('data:image/svg+xml;utf8,<svg width="14" height="24" xmlns="http://www.w3.org/2000/svg"><g stroke="%23b6b7d5" stroke-width="2" fill="none" fill-rule="evenodd"><path d="M13 7L7 1 1 7M1 17l6 6 6-6"/></g></svg>'),
	  linear-gradient(-180deg, #fff, #f5f5fa);
	border-color: #efeff5;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #b6b7d5;
	cursor: not-allowed;
  }
  
  /**
   * Panel
   */
  #filter-options-menu .ais-Panel {
	margin-bottom: 2rem;
  }
  #filter-options-menu .ais-Panel-header {
	color: #5a5e9a;
	font-size: 0.75rem;
	font-weight: 600;
	line-height: 1rem;
	margin-bottom: 1rem;
	text-transform: uppercase;
  }
  #filter-options-menu .ais-Panel-footer {
	color: #5a5e9a;
	font-size: 0.75rem;
	font-weight: 600;
	line-height: 1rem;
	margin-top: 1rem;
  }
  #filter-options-menu .ais-Panel--collapsible {
	position: relative;
  }
  #filter-options-menu .ais-Panel--collapsible .ais-Panel-collapseButton {
	background: none;
	border: none;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
  }
  #filter-options-menu .ais-Panel--collapsed .ais-Panel-body,
  #filter-options-menu .ais-Panel--collapsed .ais-Panel-footer {
	display: none;
  }
  
  /**
   * SearchBox
   */
  #filter-options-menu .ais-SearchBox-form {
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0.875rem;
	height: 2.5rem;
	line-height: 1.25rem;
	position: relative;
	width: 100%;
  }
  #filter-options-menu .ais-SearchBox-form::before {
	background: transparent
	  url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%235a5e9a%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Ccircle%20cx%3D%2211%22%20cy%3D%2211%22%20r%3D%228%22%3E%3C%2Fcircle%3E%3Cline%20x1%3D%2221%22%20y1%3D%2221%22%20x2%3D%2216.65%22%20y2%3D%2216.65%22%3E%3C%2Fline%3E%3C%2Fsvg%3E")
	  repeat scroll 0% 0%;
	content: "";
	height: 1rem;
	left: 1rem;
	margin-top: -0.5rem;
	position: absolute;
	top: 50%;
	width: 1rem;
  }
  #filter-options-menu .ais-SearchBox-input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	border: 1px solid #d6d6e7;
	border-radius: 3px;
	-webkit-box-shadow: rgba(119, 122, 175, 0.3) 0 1px 4px 0 inset;
	box-shadow: rgba(119, 122, 175, 0.3) 0 1px 4px 0 inset;
	caret-color: #5a5e9a;
	color: #23263b;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0%;
	flex: 1 1 0%;
	font: inherit;
	max-width: 100%;
	padding-left: 2.5rem;
  }
  #filter-options-menu .ais-SearchBox-input::-webkit-input-placeholder {
	color: #5a5e9a;
  }
  #filter-options-menu .ais-SearchBox-input:-ms-input-placeholder {
	color: #5a5e9a;
  }
  #filter-options-menu .ais-SearchBox-input::placeholder {
	color: #5a5e9a;
  }
  #filter-options-menu .ais-SearchBox-input:focus {
	border-color: #3c4fe0;
	-webkit-box-shadow: rgba(35, 38, 59, 0.05) 0 1px 0 0;
	box-shadow: rgba(35, 38, 59, 0.05) 0 1px 0 0;
	outline: currentcolor none medium;
  }
  #filter-options-menu .ais-SearchBox-input:disabled {
	background: transparent -webkit-gradient(
		linear,
		left top,
		left bottom,
		from(#fff),
		to(#f5f5fa)
	  ) repeat scroll 0% 0%;
	background: transparent linear-gradient(-180deg, #fff, #f5f5fa) repeat scroll
	  0% 0%;
	border-color: #efeff5;
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: not-allowed;
  }
  #filter-options-menu .ais-SearchBox-input:disabled::-webkit-input-placeholder {
	color: #b6b7d5;
	pointer-events: none;
  }
  #filter-options-menu .ais-SearchBox-input:disabled:-ms-input-placeholder {
	color: #b6b7d5;
	pointer-events: none;
  }
  #filter-options-menu .ais-SearchBox-input:disabled::placeholder {
	color: #b6b7d5;
	pointer-events: none;
  }
  #filter-options-menu .ais-SearchBox-input::-webkit-search-cancel-button,
  #filter-options-menu .ais-SearchBox-input::-webkit-search-decoration,
  #filter-options-menu .ais-SearchBox-input::-webkit-search-results-button,
  #filter-options-menu .ais-SearchBox-input::-webkit-search-results-decoration {
	-webkit-appearance: none;
	appearance: none;
  }
  #filter-options-menu .ais-SearchBox-loadingIndicator,
  #filter-options-menu .ais-SearchBox-reset {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	fill: #484c7a;
	height: 20px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	right: 1rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 20px;
  }
  #filter-options-menu .ais-SearchBox-reset:focus {
	background: #b6b7d5;
	fill: #fff;
	outline: 0;
  }
  #filter-options-menu
	.ais-RefinementList-searchBox
	.ais-SearchBox-loadingIndicator,
  #filter-options-menu .ais-RefinementList-searchBox .ais-SearchBox-reset {
	right: 0.5rem;
  }
  #filter-options-menu .ais-SearchBox-loadingIndicator[hidden],
  #filter-options-menu .ais-SearchBox-reset[hidden] {
	display: none;
  }
  #filter-options-menu .ais-SearchBox-submit {
	display: none;
  }
  #filter-options-menu .ais-Menu-searchBox,
  #filter-options-menu .ais-RefinementList-searchBox {
	margin-bottom: 0.5rem;
  }
  #filter-options-menu .ais-Menu-searchBox .ais-SearchBox-form,
  #filter-options-menu .ais-RefinementList-searchBox .ais-SearchBox-form {
	height: 2rem;
  }
  #filter-options-menu .ais-Menu-searchBox .ais-SearchBox-form::before,
  #filter-options-menu .ais-RefinementList-searchBox .ais-SearchBox-form::before {
	left: 0.5rem;
  }
  #filter-options-menu .ais-Menu-searchBox .ais-SearchBox-input,
  #filter-options-menu .ais-RefinementList-searchBox .ais-SearchBox-input {
	padding-left: 2rem;
  }
  
  /**
   * VoiceSearch
   */
  #filter-options-menu .ais-VoiceSearch-button {
	color: #5a5e9a;
	height: 48px;
	width: 48px;
  }
  #filter-options-menu .ais-VoiceSearch-button svg {
	color: currentcolor;
  }
  
  /**
   * Highlighting and Snippeting
   */
  #filter-options-menu .ais-Highlight-highlighted,
  #filter-options-menu .ais-Snippet-highlighted {
	background-color: rgba(84, 104, 255, 0.1);
	color: #5468ff;
	font-style: normal;
  }
  
  /**
   * Hits
   */
  #filter-options-menu .ais-Hits-item,
  #filter-options-menu .ais-InfiniteHits-item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	-webkit-box-shadow: 0 0 0 1px rgba(35, 38, 59, 0.05),
	  0 1px 3px 0 rgba(35, 38, 59, 0.15);
	box-shadow: 0 0 0 1px rgba(35, 38, 59, 0.05),
	  0 1px 3px 0 rgba(35, 38, 59, 0.15);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.25rem;
	padding: 1.5rem;
  }
  #filter-options-menu .ais-Hits-item:first-of-type,
  #filter-options-menu .ais-InfiniteHits-item:first-of-type {
	border-radius: 3px 3px 0 0;
  }
  #filter-options-menu .ais-Hits-item:last-of-type,
  #filter-options-menu .ais-InfiniteHits-item:last-of-type {
	border-radius: 0 0 3px 3px;
  }
  #filter-options-menu .ais-Hits-item:only-of-type,
  #filter-options-menu .ais-InfiniteHits-item:only-of-type {
	border-radius: 3px;
  }
  #filter-options-menu .ais-InfiniteHits-loadMore,
  #filter-options-menu .ais-InfiniteHits-loadPrevious {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 1rem auto;
  }
  
  /**
   * GeoSearch
   */
  #filter-options-menu .ais-GeoSearch {
	position: relative;
  }
  #filter-options-menu .ais-GeoSearch-control {
	left: 3.75rem;
	position: absolute;
	top: 1rem;
  }
  #filter-options-menu .ais-GeoSearch-label {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #f5f5fa;
	border: 1px solid #b6b7d5;
	border-radius: 3px;
	cursor: pointer;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 0.875rem;
	line-height: 1.5;
	min-height: 1.5rem;
	padding: 0.25rem 0.5rem;
  }
  #filter-options-menu .ais-GeoSearch-label,
  #filter-options-menu .ais-GeoSearch-redo,
  #filter-options-menu .ais-GeoSearch-reset {
	white-space: nowrap;
  }
  #filter-options-menu .ais-GeoSearch-reset {
	bottom: 1.25rem;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
  }
  
  /**
   * RefinementList
   */
  #filter-options-menu .ais-RefinementList-checkbox,
  #filter-options-menu .ais-GeoSearch-input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	background-position: 50%;
	background-size: 180%;
	border: 1px solid currentcolor;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 4px 0 rgba(119, 122, 175, 0.4);
	box-shadow: inset 0 1px 4px 0 rgba(119, 122, 175, 0.4);
	color: #d6d6e7;
	cursor: inherit;
	height: 1rem;
	margin: 0 0.5rem 0 0;
	min-width: 1rem;
  }
  #filter-options-menu
	.ais-RefinementList-item--selected
	.ais-RefinementList-checkbox,
  #filter-options-menu .ais-GeoSearch-input:checked {
	background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%235468ff%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpolyline%20points%3D%2220%206%209%2017%204%2012%22%3E%3C%2Fpolyline%3E%3C%2Fsvg%3E");
	background-size: 14px;
	border-color: currentcolor;
	-webkit-box-shadow: rgba(35, 38, 59, 0.05) 0 1px 0 0 inset;
	box-shadow: rgba(35, 38, 59, 0.05) 0 1px 0 0 inset;
	color: #3c4fe0;
  }
  #filter-options-menu .ais-RefinementList-checkbox:focus,
  #filter-options-menu .ais-GeoSearch-input:focus {
	outline: currentcolor none medium;
  }
  #filter-options-menu
	.ais-RefinementList-item--selected
	.ais-RefinementList-checkbox:focus,
  #filter-options-menu .ais-GeoSearch-input:checked:focus {
	-webkit-box-shadow: rgba(35, 38, 59, 0.05) 0 1px 0 0 inset,
	  currentcolor 0 0 0 1px;
	box-shadow: rgba(35, 38, 59, 0.05) 0 1px 0 0 inset, currentcolor 0 0 0 1px;
  }
  
  /**
   * NumericMenu
   */
  #filter-options-menu .ais-NumericMenu-label {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  }
  #filter-options-menu .ais-NumericMenu-radio {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #fff;
	border: 1px solid #d6d6e7;
	border-radius: 50%;
	-webkit-box-shadow: inset 0 1px 4px 0 rgba(119, 122, 175, 0.3);
	box-shadow: inset 0 1px 4px 0 rgba(119, 122, 175, 0.3);
	height: 16px;
	margin: 0 0.5rem 0 0;
	outline: 0;
	position: relative;
	width: 16px;
  }
  #filter-options-menu .ais-NumericMenu-radio:checked,
  #filter-options-menu .ais-NumericMenu-radio:focus {
	border-color: #3c4fe0;
	-webkit-box-shadow: 0 1px 0 0 rgba(35, 38, 59, 0.05);
	box-shadow: 0 1px 0 0 rgba(35, 38, 59, 0.05);
  }
  #filter-options-menu .ais-NumericMenu-radio:focus {
	-webkit-box-shadow: 0 0 0 1px #3c4fe0, 0 1px 0 0 rgba(35, 38, 59, 0.05);
	box-shadow: 0 0 0 1px #3c4fe0, 0 1px 0 0 rgba(35, 38, 59, 0.05);
  }
  #filter-options-menu .ais-NumericMenu-radio:checked:after {
	background: #3c4fe0;
	border-radius: 50%;
	bottom: 4px;
	content: "";
	left: 4px;
	position: absolute;
	right: 4px;
	top: 4px;
  }
  
  /**
   * HierarchicalMenu
   */
  #filter-options-menu .ais-HierarchicalMenu-list .ais-HierarchicalMenu-list {
	margin-left: 1.5rem;
  }
  /* #filter-options-menu .ais-HierarchicalMenu-link::before {
	background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23b6b7d5%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpolyline%20points%3D%2218%2015%2012%209%206%2015%22%3E%3C%2Fpolyline%3E%3C%2Fsvg%3E");
	background-repeat: no-repeat;
	content: "";
	display: inline-block;
	height: 1rem;
	margin-right: 0.5rem;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 1rem;
  }
  #filter-options-menu
	.ais-HierarchicalMenu-item--selected
	> .ais-HierarchicalMenu-link::before {
	background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%235468ff%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpolyline%20points%3D%226%209%2012%2015%2018%209%22%3E%3C%2Fpolyline%3E%3C%2Fsvg%3E");
  } */
  
  /**
   * RatingMenu
   */
  #filter-options-menu .ais-RatingMenu-starIcon {
	margin-right: 0.25rem;
  }
  #filter-options-menu .ais-RatingMenu-starIcon {
	fill: #5a5e9a;
	position: relative;
	width: 16px;
  }
  #filter-options-menu .ais-RatingMenu-item--disabled .ais-RatingMenu-starIcon {
	fill: #b6b7d5;
  }
  #filter-options-menu .ais-RatingMenu-item--disabled .ais-RatingMenu-count,
  #filter-options-menu .ais-RatingMenu-item--disabled .ais-RatingMenu-label {
	color: #b6b7d5;
  }
  
  /**
   * ClearRefinements
   */
  #filter-options-menu .ais-ClearRefinements-button {
	width: 100%;
  }
  
  /**
   * CurrentRefinements
   */
  #filter-options-menu .ais-CurrentRefinements-list {
	display: inline-grid;
	gap: 1rem;
	grid-auto-flow: column;
  }
  #filter-options-menu .ais-CurrentRefinements-item {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #f5f5fa;
	border: 1px solid #b6b7d5;
	border-radius: 3px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 0.875rem;
	line-height: 1.5;
	min-height: 1.5rem;
	padding: 0.05rem 0.5rem;
  }
  #filter-options-menu .ais-CurrentRefinements-category {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: 0.5rem;
  }
  #filter-options-menu .ais-CurrentRefinements-delete {
	color: #9698c3;
	height: 100%;
	margin-left: 0.25rem;
	outline-width: 0;
  }
  
  /**
   * ToggleRefinement
   */
  #filter-options-menu .ais-ToggleRefinement-label {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
  }
  #filter-options-menu .ais-ToggleRefinement-checkbox {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: rgba(65, 66, 71, 0.08);
	background: #f5f5fa;
	border-radius: 9999px;
	-webkit-box-shadow: inset 0 1px 4px 0 rgba(119, 122, 175, 0.4);
	box-shadow: inset 0 1px 4px 0 rgba(119, 122, 175, 0.4);
	height: 18px;
	pointer-events: none;
	position: relative;
	width: 32px;
  }
  #filter-options-menu .ais-ToggleRefinement-checkbox:checked {
	background: #379bc9;
	-webkit-box-shadow: inset 0 1px 4px 0 rgba(35, 38, 59, 0.1);
	box-shadow: inset 0 1px 4px 0 rgba(35, 38, 59, 0.1);
  }
  #filter-options-menu .ais-ToggleRefinement-checkbox:focus {
	outline: 0;
  }
  #filter-options-menu .ais-ToggleRefinement-checkbox::after {
	background: -webkit-gradient(
	  linear,
	  left top,
	  left bottom,
	  from(#fff),
	  to(#f5f5fa)
	);
	background: linear-gradient(-180deg, #fff, #f5f5fa);
	border-radius: 9999px;
	-webkit-box-shadow: 1px 1px 1px 0 rgba(35, 38, 59, 0.05);
	box-shadow: 1px 1px 1px 0 rgba(35, 38, 59, 0.05);
	content: "";
	height: 16px;
	left: 1px;
	position: absolute;
	top: 1px;
	-webkit-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;
	width: 16px;
  }
  #filter-options-menu .ais-ToggleRefinement-checkbox:checked::after {
	-webkit-transform: translateX(14px);
	transform: translateX(14px);
  }
  
  /**
   * RangeInput
   */
  #filter-options-menu .ais-RangeInput-input {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	border: 1px solid #d6d6e7;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 4px 0 rgba(119, 122, 175, 0.3);
	box-shadow: inset 0 1px 4px 0 rgba(119, 122, 175, 0.3);
	caret-color: #5a5e9a;
	color: #23263b;
	cursor: text;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 0.875rem;
	height: 2rem;
	line-height: 1.25rem;
	min-width: 0;
	overflow: hidden;
	padding: 0 1rem;
	position: relative;
  }
  #filter-options-menu .ais-RangeInput-input:focus {
	border-color: #3c4fe0;
	-webkit-box-shadow: 0 1px 0 0 rgba(35, 38, 59, 0.05);
	box-shadow: 0 1px 0 0 rgba(35, 38, 59, 0.05);
	outline: 0;
  }
  #filter-options-menu .ais-RangeInput-separator {
	margin: 0 0.5rem;
  }
  #filter-options-menu .ais-RangeInput-submit {
	margin-left: 0.5rem;
  }
  
  /**
   * RangeSlider
   */
  #filter-options-menu .ais-RangeSlider .rheostat {
	margin: 40px 6px;
  }
  #filter-options-menu .ais-RangeSlider .rheostat-horizontal {
	cursor: pointer;
	width: calc(100% - 15px);
  }
  #filter-options-menu .ais-RangeSlider .rheostat-background {
	background-color: transparent;
	border: none;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.1),
	  0 0.5px 0 0 rgba(255, 255, 255, 0.05);
	box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.1),
	  0 0.5px 0 0 rgba(255, 255, 255, 0.05);
	height: 4px;
  }
  #filter-options-menu .ais-RangeSlider .rheostat-progress {
	background-color: #3c4fe0;
	border-radius: 3px;
	height: 4px;
	max-width: 100%;
	top: 0;
  }
  #filter-options-menu .ais-RangeSlider .rheostat-tooltip {
	font-weight: bold;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
  }
  #filter-options-menu .ais-RangeSlider .rheostat-handle {
	background-color: #fff;
	background-image: -webkit-gradient(
	  linear,
	  left top,
	  left bottom,
	  from(#fff),
	  to(#fcfcfd)
	);
	background-image: linear-gradient(-180deg, #fff, #fcfcfd);
	border: 1px solid #d6d6e7;
	border-radius: 2px;
	-webkit-box-shadow: 0 1px 0 0 rgba(35, 38, 59, 0.05);
	box-shadow: 0 1px 0 0 rgba(35, 38, 59, 0.05);
	height: 24px;
	margin-left: -6px;
	top: -11px;
	width: 12px;
  }
  #filter-options-menu .ais-RangeSlider .rheostat-handle::before,
  #filter-options-menu .ais-RangeSlider .rheostat-handle::after {
	background-color: #d6d6e7;
	content: "";
	height: 12px;
	position: absolute;
	top: 6px;
	width: 1px;
  }
  #filter-options-menu .ais-RangeSlider .rheostat-handle::before {
	left: 4px;
  }
  #filter-options-menu .ais-RangeSlider .rheostat-handle::after {
	right: 4px;
  }
  #filter-options-menu .ais-RangeSlider .rheostat-marker {
	background-color: #d6d6e7;
  }
  
  /**
   * Pagination
   */
  #filter-options-menu .ais-Pagination-item:first-child > .ais-Pagination-link {
	border-radius: 3px 0 0 3px;
  }
  #filter-options-menu
	.ais-Pagination-item
	+ .ais-Pagination-item
	> .ais-Pagination-link {
	border-radius: 0;
	margin-left: -1px;
  }
  #filter-options-menu .ais-Pagination-item:last-child > .ais-Pagination-link {
	border-radius: 0 3px 3px 0;
  }
  #filter-options-menu .ais-Pagination-item {
	display: inline-block;
  }
  #filter-options-menu .ais-Pagination-item--selected .ais-Pagination-link {
	font-weight: bold;
  }
  
  /**
   * Breadrumb
   */
  #filter-options-menu .ais-Breadcrumb-link,
  #filter-options-menu .ais-Breadcrumb-separator {
	color: #5a5e9a;
  }
  
  #filter-options-menu .ais-Breadcrumb-separator {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0.5rem;
  }
  
  #filter-options-menu .ais-Breadcrumb-item--selected {
	font-weight: 600;
  }
  
  #filter-options-menu .ais-Breadcrumb-item--selected .ais-Breadcrumb-separator {
	font-weight: normal;
  }
  @media (max-width: 767px) {
	#filter-options-menu .ais-SearchBox-input,
	#filter-options-menu .ais-RangeInput-input {
	  font-size: 1rem;
	}
  }
  
  /* End Algolia Widget Styles */
  
  #filter-options-menu {
	padding: 2em;
  }
  
  #filter-options-menu .filter-widgets {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
  }
  
  #filter-options-menu .filter-label {
	font-weight: bold;
	margin-right: 1rem;
  }
  
  @media (max-width: 767px) {
	#filter-options-menu {
	  padding: 1em;
	  margin-left: -1em;
	  margin-right: -1em;
	}
  
	#filter-options-menu .filter-widgets {
	  flex-direction: column;
	  align-items: flex-start;
	}
  
	#filter-options-menu .filter-widget {
	  margin-top: 0.5rem;
		width: 100%;
	  display: flex;
	  flex-direction: row;
	  flex-wrap: wrap;
	}
  
	#filter-options-menu .filter-label {
	  display: block;
	  width: 100%;
	}
  
	#filter-options-menu select {
		display: inline-block;
	  width: 100%;
	  -moz-box-sizing: border-box;
	  -webkit-box-sizing: border-box;
	  box-sizing: border-box;
	}
	
	#filter-options-menu .custom-refinement-list, #filter-options-menu .custom-hierarchical-menu {
	  margin-right: unset;
	}
  }
  
  #filter-options-menu .filter-widget {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-grow: 1;
  }
  
  #filter-options-menu label input,
  #filter-options-menu label select {
	margin-left: 1rem;
  }
  
  #filter-options-menu label > select {
	margin-right: 1rem;
  }
  
  #filter-options-menu .ais-RangeSlider {
	width: 200px;
  }
  
  #filter-options-menu .ais-HierarchicalMenu-item--selected .ais-HierarchicalMenu-link--custom {
	font-weight: bold;
  }
  
  #filter-options-menu .ais-HierarchicalMenu-link--custom .ais-HierarchicalMenu-label {
	flex-shrink: 1;
  }
  
  
  #filter-options-menu .level-toggle {
	display: inline-block;
	text-indent: -999em;
	transition: all 0.3s linear;
	color: #566168;
	font-family: "Font Awesome 5 Pro";
	font-weight: bold;
  }
  
  #filter-options-menu .level-toggle.level-spacer {
	cursor: default !important;
	color: #fff;
	background-color: #fff;
  }
  
  #filter-options-menu .level-toggle.level-spacer::after  {
	color: #fff;
  }
  
  #filter-options-menu .level-toggle::after {
	content: "\f0da";
	display: block;
	margin-right: 0.5rem;
	text-indent: 0;
  }
  
  #filter-options-menu .expanded > .level-toggle:after
  {
	content: "\f0d7";
  }
  
  #filter-options-menu .ais-HierarchicalMenu-item--parent {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
  }
  
  /* Override Checkbox Styles */
  #filter-options-menu .ais-RefinementList-checkbox {
	display: none !important;
  }
  
  #filter-options-menu .ais-RefinementList-checkbox + .ais-RefinementList-labelText::before {
	text-indent: -999em;
	transition: all 0.3s linear;
	color: #566168;
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	content: "\f0c8";
	margin-right: 0.5rem;
	font-size: 1.2rem;
	top: 2px;
	position: relative;
  }
  
  #filter-options-menu .ais-RefinementList-item--selected .ais-RefinementList-checkbox + .ais-RefinementList-labelText::before {
	content: "\f14a";
	color: #379bc9;
  }
  
  /* Article Search Result Mobile Styles - BEGIN */
  
  @media (max-width: 767px) {
	.search-hit-article .article-type {
	  margin-bottom: 1rem;
	}
  
	.search-hit-article .article-type h6 b { 
	  font-size: smaller;
	  color: #666;
	}
  
	.search-hit-article .article-image {
	  margin: 1rem 1.5rem 0;
	  text-align: center;
	}
  }
  
  /* Article Search Result Mobile Styles - END */
  