/*
 THEME NAME: Custom Wordpress Theme for Zoryan Institute
 AUTHOR: Digilite Web Solutions
 Author URI: http://digilite.ca/
 VERSION: 1.0
 */

 /*FONTS*/

/*DEFAULT CSS*/

* {
	outline: none !important;
	user-select: none;
}

a {
	text-decoration: none !important;
}

body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	position: relative;
	font-family: "Lato", sans-serif;
	font-weight: 400;
}

.transition, * {
	transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
}

.loading {
	opacity: .5;
}

.loader {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 9999999999999;
	background-color: #fff;
	display: flex;
}

.loader i {
	margin: auto;
	font-size: 36px;
	color: #1f487c;
}

.loader.is-hidden {
	opacity: 0;
	visibility: visible;
	z-index: -1;
}

.back-to-top {
	position: fixed;
	right: 0;
	top: 90%;
	z-index: 1000000;
	width: 36px;
	height: 36px;
	display: flex;
	border: 1px solid #D8DFE6;
	border-right: none;
	background: #fff;
	opacity: 0;
	visibility: hidden;
	transform: translateY(200%);
	box-shadow: 0px 0px 2px 0px rgba(150, 150, 150, 0.5);
	-moz-box-shadow: 0px 0px 2px 0px rgba(150, 150, 150, 0.5);
	-webkit-box-shadow: 0px 0px 2px 0px rgba(150, 150, 150, 0.5);
}

.back-to-top i {
	color: #1F487C;
	font-size: 24px;
	margin: auto;
}

.back-to-top.is-visible {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.absolute-bottom {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
}

.absolute {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9999;
}

.relative-parent {
	position: relative; 
}

.clear {
	clear: both;
}

.full-width {
	width: 100%;
}

.col-20 {
	width: 20%;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}

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

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

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

.border-radius,
input,
textarea,
select {
	border-radius: 2px;
}

input,
textarea,
select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

video { display: block; height: 100%; }

.overflow-hidden { overflow: hidden; }

.list-inline { margin: 0; font-size: 0; }

.list-inline * { font-size: initial; }

.alpha { padding-left: 0; }
.omega { padding-right: 0; }

.main-menu>li>a:focus,
.main-menu>li>a:hover,
.main-menu .open>a,
.main-menu .open>a:focus,
.main-menu .open>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover,
.dropdown-menu>li.active>a,
.dropdown-menu>li.active>a:focus,
.dropdown-menu>li.active>a:hover {
	background: transparent;
}

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

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

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	white-space: nowrap;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*MAIN CSS*/
header {
	padding: 15px 0 0;
	background-color: #fff;
}

header.sticky {
	padding: 5px 0;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99999999;
	transform: translateY(-100%);
	opacity: 0;
	visibility: hidden;
}

header.sticky.is-visible {
	opacity: 1;
	visibility: visible;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(116, 116, 116, 1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(116, 116, 116, 1);
	box-shadow: 0px 0px 5px 0px rgba(116, 116, 116, 1);
	transform: translateY(0);
}

header.sticky a.logo {
	/* max-width: 100px; */
	max-width: 150px;
}

header.sticky .site-nav {
	/* margin-top: 8px; */
	margin-top: 12px;
}

.mob-item {
	display: none;
}

header.sticky .site-nav a {
	padding: 10px 20px;
}

header.sticky .site-nav a:after,
header.sticky .site-nav li.dropdown > a:after {
	content: "";
	margin: 0;
}

header.sticky .desktop-menu .site-nav .dropdown-menu {
	display: none;
}

header.sticky .site-nav li:last-of-type a {
	padding-right: 0;
}

header a.logo {
	display: block;
	float: left;
	/* max-width: 160px; */
	max-width: 210px;
}

header .menu-section {
	float: right;
}

header .top-nav ul {
	font-size: 0;
	text-align: right;
}

header .top-nav ul li:last-of-type {
	padding-right: 0;
}

header .top-nav a {
	display: block;
	text-align: center;
	color: #1F487C;
	font-size: 14px;
	padding: 8px 0;
	width: 120px;
	border: 1px solid #D8DFE6;
	border-radius: 50px;
}

header .top-nav a:hover {
	color: #fff;
	border-color: #1F487C;
	background-color: #1F487C;
}

header .site-nav,
header .search-btn {
	margin-top: 32.5px;
	float: right;
}

header .site-nav {
	margin-top: 35px;
}

header .site-nav a {
	font-size: 14px;
	color: #1F487C;
	padding: 0 20px 15px;
	display: block;
}

header .site-nav #menu-main-menu > li.current-menu-parent > a,
header .site-nav #menu-main-menu > li.current-menu-item > a {
	color: #449FF9;
}

b.caret {
	display: none;
}

header .site-nav li.dropdown > a:after {
	content: "\f0d7";
	font-family: "FontAwesome";
	margin-left: 5px;
	color: transparent;
	transition: 5s;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
}

header .site-nav li.dropdown > a:hover:after,
header .site-nav li.dropdown.active > a:after,
header .site-nav li.current-menu-item > a:after,
header .site-nav li.current-menu-parent > a:after {
	color: #D8DFE6;
}

header .desktop-menu .site-nav .dropdown-menu {
	border-radius: 0;
	background: #1F487C;
	padding: 0;
	margin: 0;
	box-shadow: none;
	border: none;
	top: 100px;
	left: 50%;
/* 	transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%); */
	display: block;
	opacity: 0;
	visibility: hidden;
	z-index: 1000000000;
	min-width: 0;
	width: 200px;
	margin-left: -100px;
	pointer-events: none;
}

body.search header .desktop-menu .site-nav li.menu-item-has-children:last-of-type .dropdown-menu {
	width: 124px;
}

header .site-nav ul.main-menu li.dropdown:hover > .dropdown-menu {
	top: 100%;
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

header .desktop-menu .site-nav  .dropdown-menu a {
	color: #fff;
	font-size: 14px;
	line-height: 1.2;
	padding: 10px 20px;
	position: relative;
	overflow: hidden;
	white-space: normal;
}

header .desktop-menu .site-nav  .dropdown-menu a:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	z-index: -1;
	height: 100%;
	background: rgba(255, 255, 255, .6);
	transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
}

header .desktop-menu .site-nav  .dropdown-menu a:before {
	content: "";
	height: 1px;
	background: #fff;
	position: absolute;
	bottom: 0px;
	left: 10px;
	right: 10px;
}

header .desktop-menu .site-nav .dropdown-menu li:last-child a:before {
	display: none;
}

header .desktop-menu .site-nav .dropdown-menu a:hover,
header .desktop-menu .site-nav .dropdown-menu li.current-menu-item:not(.hash-link) > a,
header .desktop-menu .site-nav .dropdown-menu a.active {
	color: #1F487C;
}

header .desktop-menu .site-nav .dropdown-menu a:hover:after,
header .desktop-menu .site-nav .dropdown-menu li.current-menu-item:not(.hash-link) > a:after,
header .desktop-menu .site-nav .dropdown-menu a.active:after {
	top: 0;
}

header .search-btn {
	background: transparent;
	border: none;
}

header .search-btn i {
	font-size: 18px;
	color: #1F487C;
}

#search-container {
	position: absolute;
	left: 0;
	right: 0;
	top: 111px;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	margin-top: 35px;
	background: #f3f9ff;
}

#search-container.show {
	opacity: 1;
	visibility: visible;
	margin-top: 0;
}

#search-container input {
	display: block;
	width: 100%;
	font-size: 14px;
	color: #1F487C;
	border: none;
	background: transparent;
	padding: 12px;
}

#search-container input::-webkit-input-placeholder {
	color: #1F487C;
}

#search-container input:-moz-placeholder {
	color: #1F487C;
}

#search-container input::-moz-placeholder {
	color: #1F487C;
}

#search-container input:-ms-input-placeholder {
	color: #1F487C;
}

ul.social {
	position: fixed;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	box-shadow: 0px 0px 5px 0px rgba(150, 150, 150, 0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(150, 150, 150, 0.75);
	-webkit-box-shadow: 0px 0px 5px 0px rgba(150, 150, 150, 0.75);
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index: 99999999;
}

ul.social a {
	display: table;
	width: 32px;
	height: 32px;
	background: #fff;
	text-align: center;
}

ul.social li:first-child a {
	border-radius: 2px 0 0 0;
}

ul.social li:last-child a {
	border-radius: 0 0 0 2px;
}

ul.social a i {
	display: table-cell;
	vertical-align: middle;
	color: #1F487C;
	font-size: 14px;
}

ul.social a:hover {
	background: #1F487C;
}

ul.social a:hover i {
	color: #fff;
}

#slider .item {
	position: relative;
	height: 430px;
}

#slider .item .mask {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 40%;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
	z-index: 20;
}

#slider .item .black-mask {
	background: rgba(0, 0, 0, .15);
	z-index: 10;
}

#slider .item .caption {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	z-index: 30;
	transform: translateY(-75%);
	-o-transform: translateY(-75%);
	-ms-transform: translateY(-75%);
	-moz-transform: translateY(-75%);
	-webkit-transform: translateY(-75%);
}

#slider .item .caption.align-left {
	text-align: left;
}

#slider .item .caption.align-right {
	text-align: right;
}

#slider .item .caption .text {
	display: inline-block;
}

#slider .item .caption h1 {
	font-weight: 900;
	font-size: 32px;
	line-height: 36px;
	margin: 0 0 10px;
}

#slider .item .caption h3 {
	font-weight: 700;
	line-height: 28px;
	margin: 0;
}

.owl-dots {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0;
}

.owl-theme .owl-dots .owl-dot span {
	width: 16px;
	height: 16px;
	margin: 5px 4px;
	background-color: #D8DFE6;
	margin-bottom: 0;
	transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
}

.owl-theme .owl-dots .owl-dot:hover span,
.owl-theme .owl-dots .owl-dot.active span {
	background-color: #1F487C;
}

#subdivisions .bg-img {
	height: 400px;
	padding: 30px 0;
}

#subdivisions .alpha .bg-img {
	border-radius: 0 2px 2px 0;
}

#subdivisions .omega .bg-img {
	border-radius: 2px 0 0 2px;
}

#subdivisions .bg-img .caption {
	margin: 0 auto;
	max-width: 70%;
	position: relative;
	height: 55%;
}

#subdivisions .bg-img .caption h3 {
	color: #fff;
	font-weight: 700;
	line-height: 30px;
	margin: 0 0 10px;
}

#subdivisions .bg-img .caption p {
	color: #fff;
	font-size: 15px;
	line-height: 19px;
	margin: 0;
}

.apply-btn {
	background: #fff;
	color: #1F487C;
	border-radius: 2px;
	font-size: 14px;
	width: 120px;
	padding: 9px 0;
	margin-top: 12px;
	display: block;
	float: right;
	text-align: center;
}

.apply-btn:disabled {
	background-color: #D8DFE7 !important;
}

.apply-btn:disabled:hover {
	color: #fff !important;
}

.apply-btn:hover {
	background: #1F487C;
	color: #fff;
}

.contact-btn {
	font-size: 15px;
	line-height: 19px;
	font-weight: bold;
	color: #325181;
	text-decoration: underline !important;
	display: block;
	margin-top: 24px;
}

#subdivisions .apply-btn.bottom {
	position: absolute;
	top: 100%;
	right: 0;
	float: none;
	margin: 0;
}

.section-title {
	font-size: 32px;
	line-height: 1;
	font-weight: 900;
	color: #1F487C;
	margin: 40px 0 20px;
}

.single-area .bg-img {
	position: relative;
	min-height: 430px;
}

.single-area:first-child .bg-img {
	border-radius: 0 2px 2px 0;
}

.single-area:last-child .bg-img {
	border-radius: 2px 0 0 2px;
}

.single-area .bg-img .mask {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 60%;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 22.19%, #FFFFFF 100%);
	display: flex;
}

.single-area .bg-img .mask h3 {
	color: #1F487C;
	line-height: 30px;
	font-weight: bold;
	margin: 0 0 10px;
}

.single-area .bg-img .mask p {
	color: #1F487C;
	line-height: 20px;
	margin: 0;
}

.single-area .area-caption {
	width: 100%;
}

hr {
	border-color: #D8DFE6;
	margin-top: 55px;
	margin-bottom: 15px;
	max-width: 1170px;
}

#inner-page #team .container hr {
	margin-top: 40px;
	margin-bottom: 40px;
}

#inner-page hr.full-width,
hr.full-width {
	margin-top: 40px;
	margin-bottom: 0;
	max-width: 100%;
}

.single-initiative {
	position: relative;
	text-align: center;
}

.single-initiative:first-child .bg-img {
	border-radius: 0 2px 2px 0;
}

.single-initiative:last-child .bg-img {
	border-radius: 2px 0 0 2px;
}

.single-initiative p.title {
	font-weight: 700;
	line-height: 20px;
	margin: 20px 0 56px;
	color: #1F487C;
}

.single-initiative .apply-btn {
	border: 1px solid #1F487C;
	background: #1F487C;
	color: #fff;
	width: auto;
	float: none;
	padding: 9px 20px;
	display: inline-block;
	margin-top: 20px;
}

.single-initiative .apply-btn.bottom {
	position: absolute;
	left: 30px;
	right: 30px;
	bottom: 0;
	margin: 0;
}

.single-initiative:hover .apply-btn {
	border-color: #D8DFE6;
	background: transparent;
	color: #1F487C;
}

#book-carousel .item {
	position: relative;
	cursor: pointer;
}

#book-carousel img {
	border-radius: 2px;
	height: 270px;
	object-fit: cover;
	object-position: center;
}

#book-carousel .item .hover-mask {
	background-color: #FFFFFF;
	border: 1px solid #D8DFE6;
	border-radius: 2px;
	transform: translateY(100%);
	-o-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-webkit-transform: translateY(100%);
}

#book-carousel .item:hover .hover-mask {
	transform: translateY(0);
	-o-transform: translateY(0);
	-ms-transform: translateY(0);
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
}

#book-carousel .item .hover-mask p.title {
	position: absolute;
	top: 50%;
	left: 10%;
	right: 10%;
	transform: translateY(-100%);
	-o-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	color: #1F487C;
	border-bottom: 1px solid #D8DFE6;
	padding-bottom: 8.5px;
	margin: 0;
	visibility: hidden;
	opacity: 0;
}

#book-carousel .item:hover .hover-mask p.title {
	visibility: visible;
	opacity: 1;
}

#book-carousel .item .hover-mask p.author {
	position: absolute;
	top: 50%;
	left: 10%;
	right: 10%;
	font-size: 14px;
	line-height: 20px;
	color: #1F487C;
	padding-top: 7.5px;
	margin: 0;
}

#book-carousel .item .hover-mask a.apply-btn {
	position: absolute;
	bottom: 24px;
	left: 50%;
	transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	border: 1px solid #D8DFE6;
	z-index: 10000;
}

#book-carousel + a.apply-btn {
	float: none;
	margin: 32px auto 0;
	background: #1f487c;
	color: #fff;
	border: 1px solid #1f487c;
}

#book-carousel + a.apply-btn:hover {
	border-color: #D8DFE6;
	color: #1f487c;
	background: transparent;
}

#book-carousel.owl-carousel .owl-nav.disabled {
	display: block;
}

#book-carousel .owl-next,
#book-carousel .owl-prev {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	background: transparent;
	padding: 0;
	margin: 0;
}

#book-carousel .owl-next {
	right: -40px;
}

#book-carousel .owl-prev {
	left: -40px;
}

#book-carousel i {
	font-size: 40px;
	color: #D8DFE6;
}

#book-carousel i:hover {
	color: #1f487c;
}

#events {
	padding-bottom: 55px;
}

#events .single-event-item {
	position: relative;
}

#events .single-event-item img {
	border-radius: 2px;
/* 	min-height: 270px;
	object-fit: cover;
	object-position: center; */
}

#events .single-event-item p.title {
	font-weight: bold;
	line-height: 20px;
	padding: 20px 15px;
	margin: 0 0 40px;
}

#events .single-event-item p.title a {
	color: #1F487C;
}

#events .single-event-item p.date {
	position: absolute;
	bottom: 0;
	left: 30px;
	right: 30px;
	font-size: 14px;
	font-weight: 700;
	color: #1F487C;
	padding: 8px 0 0;
	border-top: 1px solid #D8DFE6;
	margin: 0;
}

#donate-section {
	height: 360px;
	position: relative;
}

#donate-section .caption {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-100%, -50%);
	-o-transform: translate(-100%, -50%);
	-ms-transform: translate(-100%, -50%);
	-moz-transform: translate(-100%, -50%);
	-webkit-transform: translate(-100%, -50%);
}

#donate-section .caption h1 {
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
	margin: 0 0 15px;
}

#donate-section .caption p {
	line-height: 20px;
	color: #FFFFFF;
	margin: 0;
}

#donate-section .caption a.apply-btn {
	float: none;
	margin: 25px auto 0;
}

#subscribe {
	padding: 56px 0;
	border-bottom: 1px solid #D8DFE6;
}

#subscribe p.title {
	line-height: 20px;
	color: #1F487C;
	margin: 0 0 25px;
	padding: 0 15px;
}

#subscribe form {
	text-align: center;
}

#subscribe .frm_form_fields {
	display: inline-block;
}

#subscribe input {
	border: 1px solid #D8DFE6;
	font-size: 13px;
	padding: 7px 10px;
	width: 240px;
}

input::-webkit-input-placeholder {
	color: #C9CEDC;
}

input:-moz-placeholder {
	color: #C9CEDC;
}

input::-moz-placeholder {
	color: #C9CEDC;
}

input:-ms-input-placeholder {
	color: #C9CEDC;
}

#subscribe .form-field,
#subscribe .frm_submit {
	/* float: left; */
}

#subscribe .frm_submit {
	/* margin-left: 8px; */
}

#subscribe .form-field {
	margin-bottom: 16px;
}

#subscribe .frm_submit .frm_button_submit,
#contact-info .frm_submit .frm_button_submit {
	width: 120px;
	background-color: #1F487C;
	border: 1px solid #1F487C;
	border-radius: 2px; 
	color: #fff;
	font-size: 14px;
	padding: 8px 0;
}

#subscribe .frm_submit .frm_button_submit:hover,
#contact-info .frm_submit .frm_button_submit:hover {
	background-color: #fff;
	color: #1F487C;
	border-color: #D8DFE6;
}

.frm_error {
	text-align: left;
	font-size: 12px;
	margin-top: 5px;
	color: #a94442;
}

.frm_message {
	text-align: center;
	color: #6e6e6e;
}

footer {
	padding-bottom: 15px;
}

footer .top {
	padding: 55px 0 0;
}

footer .top p.title {
	font-weight: bold;
	margin: 0 0 15px;
	padding: 0 0 10px;
	border-bottom: 1px solid #D8DFE6;
	display: inline-block;
}

footer .top p.title a {
	color: #1F487C;
}

footer .top ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

footer .top ul a {
	display: block;
	font-size: 14px;
	line-height: 18px;
	color: #1F487C;
	padding: 6px 0;
}

footer .top ul li:first-child a {
	padding-top: 0;
}

footer .top ul li:last-child a {
	padding-bottom: 0;
}

footer p.copy {
	font-size: 12px;
	color: #1F487C;
	margin: 0;
}

footer p.copy a {
	color: #1F487C;
}

.page-title {
	color: #1F487C;
	font-size: 60px;
	font-weight: 900;
	line-height: 1;
	margin: 55px 0 32px;
}

.page-subtitle {
	color: #1F487C;
	font-size: 16px;
	margin: 0 0 40px;
	line-height: 1;
	font-weight: 700;
}

#inner-page article.page-description {
	font-size: 15px;
	line-height: 22px;
	color: #1F487C;
	max-width: 770px;
	margin: 0 auto 48px;
}

#inner-page article.page-description p {
	margin-bottom: 16px;
}

#inner-page p.areas-title,
#inner-page .areas-list li {
	color: #6E6E6E;
	font-size: 15px;
	margin: 16px 0;
}

#inner-page .areas-list {
	padding-left: 20px;
}

#inner-page .areas-list:first-child {
	float: left;
}

#inner-page .areas-list:last-child {
	float: right;
}

#inner-page .areas-list li {
	margin: 0;
	line-height: 21px;
}

#inner-page .tab-image {
	position: relative;
	width: 20%;
	height: 340px;
}

#inner-page .tab-image[data-col="6"] {
	width: 16.66666667%;
}

#inner-page .tab-image[data-col="5"] {
	width: 20%;
}

#inner-page .tab-image[data-col="4"] {
	width: 25%;
}

#inner-page .tab-image[data-col="3"] {
	width: 33.33333333%;
}

#inner-page .tab-image a {
	z-index: 100000;
}

#inner-page .tab-image .black-mask {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 30%;
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.47) 48.55%, #000000 100%);
	z-index: 100;
	opacity: 0;
}

#inner-page .tab-image.active .black-mask,
#inner-page .tab-image:hover .black-mask {
	opacity: 1;
}

#inner-page .tab-image .hover-mask {
	background-color: rgba(0, 0, 0, .7);
}

#inner-page .tab-image.active .hover-mask,
#inner-page .tab-image:hover .hover-mask {
	opacity: 0;
}

#inner-page .tab-image h4 {
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	color: #9B9B9B;
	line-height: 1.3;
	font-weight: 900;
	z-index: 10000;
	padding: 0 15px;
	-webkit-font-smoothing: antialiased;
}

#inner-page .tab-image:hover h4 {
	color: #fff;
}

#inner-page .tab-image.active h4 {
	font-size: 24px;
	color: #fff;
}

.grey-bg {
	background: #F9F9F9
}

.display-flex {
	display: flex;
}

.inline-flex {
	display: inline-flex;
}

.flex-wrap {
	flex-wrap: wrap;
}

#inner-page .info-container {
	background-color: #F9F9F9;
	position: relative;
	margin: auto;
/* 	opacity: 0;
	visibility: hidden; */
}

#inner-page .info-container.visible {
	opacity: 1;
	visibility: visible;
}

#inner-page .info-container .info {
/* 	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%); */
	padding: 45px 10vh;
}

/* #inner-page #archiving .info-container .info,
#inner-page #ghrup .info-container .info,
#inner-page #divisions .info-container .info {
	min-width: 270px;
} */

#inner-page #dialogue .info-container .info {
/* 	position: static;
	margin: 0 auto;
	max-width: 225px;
	padding: 45px 0;
	transform: translate(0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-webkit-transform: translate(0, 0); */
}

#inner-page .info-container .info p.title {
	line-height: 1.2;
	color: #1F487C;
	margin: 0 0 32px;
	font-weight: 700;
}

#inner-page #ghrup .info-container .info p.title {
	font-weight: 400;
}

#inner-page .info-container .info article.description {
	color: #6E6E6E;
	font-size: 15px;
	line-height: 1.2;
}

#inner-page hr {
	border-color: #D8DFE6;
	margin: 16px 0;
}

#inner-page .apply-btn-container.center {
	text-align: center;
}

#inner-page .apply-btn-container.left {
	text-align: left;
}

#inner-page .apply-btn-container.right {
	text-align: right;
}

#inner-page .apply-btn-container .apply-btn {
	width: auto;
	display: inline-block;
	padding: 9px 12px;
	min-width: 120px;
}

#inner-page .apply-btn {
	background-color: #1F487C;
	color: #fff;
	border: 1px solid transparent;
	float: none;
	margin: 32px auto 0;
}

#inner-page .apply-btn:hover,
#inner-page .apply-btn.share {
	background-color: transparent;
	border-color: #D8DFE6;
	color: #1F487C;
}

#inner-page .apply-btn.share {
	margin-top: 16px;
}

#inner-page .apply-btn.share i {
	margin-right: 5px;
}

#inner-page .project-image {
	position: relative;
}

#inner-page .project-image .hover-mask {
	transform: translateY(100%);
	-o-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-webkit-transform: translateY(100%);
	background-color: rgba(0, 0, 0, .7);
	z-index: 100;
}

#inner-page .project-image:hover .hover-mask {
	transform: translateY(0);
	-o-transform: translateY(0);
	-ms-transform: translateY(0);
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
}

#inner-page .project-image .black-mask {
	height: 30%;
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.47) 48.55%, #000000 100%);
	z-index: 100;
}

#inner-page .project-image:hover .black-mask {
	opacity: 0;
}

#inner-page .project-image .content {
	bottom: 0;
	transform: translateY(100%);
	-o-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-webkit-transform: translateY(100%);
	padding: 0 20px;
	z-index: 99999;
}

#inner-page .project-image h4 {
	font-weight: 900;
	line-height: 1.4;
	margin: 0 0 8px;
	color: #fff;
}

#inner-page .project-image h4.absolute-bottom {
	padding: 0 20px;
	z-index: 999;
	bottom: 16px;
}

#inner-page .project-image .content p {
	color: #fff;
	font-size: 14px;
	line-height: 1.2;
}

#inner-page .project-image .content a {
	margin-top: 16px;
	border-color: transparent;
	background: #fff;
	color: #1F487C;
}

#inner-page .project-image .content a:hover {
	color: #fff;
	border-color: #fff;
	background: transparent;
}

#inner-page .project-image:hover .content {
	bottom: 50%;
	transform: translateY(50%);
	-o-transform: translateY(50%);
	-ms-transform: translateY(50%);
	-moz-transform: translateY(50%);
	-webkit-transform: translateY(50%);
}

#inner-page .project-image:hover h4.absolute-bottom {
	margin: 0;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-100%);
	-o-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
}

.section-description {
	padding: 32px 0;
}

.section-description p {
	font-size: 15px;
	color: #6E6E6E;
	max-width: 770px;
	margin: 24px auto 0;
	line-height: 1.2;
	padding: 0 15px;
}

.section-description h2 {
	font-size: 32px;
	font-weight: 900;
	color: #1F487C;
	line-height: 1;
	margin: 0;
}

#conferences p.venue {
	color: #6E6E6E;
	font-size: 14px;
	line-height: 1.2;
	margin: 0;
	padding: 14px 0;
}

#conferences h5 {
	color: #1F487C;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 60px;
}

#conferences a.more {
	border-top: 1px solid #D8DFE6;
	padding: 8px 0 0;
	display: block;
	text-align: center;
	color: #6E6E6E;
	font-size: 12px;
	line-height: 1.2;
}

#conferences a.more.bottom {
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 0;
}

#conferences a i {
	display: block;
	text-align: center;
}

#conferences .conference {
	margin-bottom: 32px;
}

.share-btns {
	position: relative;
	background: #fff;
	border: 1px solid #D8DFE6;
	width: 120px;
	padding: 10px 0;
	margin: 12px auto 0;
	opacity: 0;
	visibility: hidden;
	transform: translateY(100%);
	-o-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-webkit-transform: translateY(100%);
}

.share-btns:before {
	position: absolute;
	content: " ";
	bottom: 100%;
	left: 50%;
	z-index: -1;
	height: 12px;
	width: 12px;
	pointer-events: none;
	background: #fff;
	border: 1px solid #d8dfe6;
	border-radius: 0;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-top-left-radius: 4px;
	transform: translate(-50%, 50%) rotate(45deg);
	-o-transform: translate(-50%, 50%) rotate(45deg);
	-ms-transform: translate(-50%, 50%) rotate(45deg);
	-moz-transform: translate(-50%, 50%) rotate(45deg);
	-webkit-transform: translate(-50%, 50%) rotate(45deg);
}

.share-btns.visible {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	-o-transform: translateY(0);
	-ms-transform: translateY(0);
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
}

.share-btns li {
	padding-left: 10px;
	padding-right: 10px;
}

.share-btns a {
	font-size: 13px;
	line-height: 1;
	color: #1F487C;
}

.points-slider {
	padding: 24px 0;
	background-color: #F9F9F9;
	margin-bottom: 36px;
}

.points-slider .item {
	position: relative;
}

.descr-container {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}

.descr-container article {
	position: absolute;
	left: 15px;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.points-slider img.point-img {
	width: 100px;
	height: 100px;
}

.points-slider .point-description {
	color: #6e6e6e;
	font-size: 15px;
	line-height: 19px;
}

.points-slider .point-number {
	color: #1F487C;
	font-size: 32px;
	font-weight: bold;
	margin: 14px 0 5px;
}

.points-slider .point-text {
	color: #1F487C;
	margin: 0;
	line-height: 18px;
}

.points-slider .single-point:nth-child(even) {
	padding-top: 72px;
}

.points-slider .owl-dots {
	bottom: -36px;
}

.margin-bottom-20 {
	margin-bottom: 20px;
}

section#story .description {
	color: #6E6E6E;
	font-size: 15px;
	line-height: 18px;
}

section#story .story-points article {
	position: relative;
	padding-left: 30px;
}

section#story .story-points article:before {
	content: "\2022";
	position: absolute;
	left: 0;
	top: 0;
}

section#team h3 {
	color: #1F487C;
	margin: 0 0 40px;
	font-weight: 700;
}

section#team img {
	width: 100px;
	height: 100px;
	object-fit: cover;
}

section#team p.name {
	font-size: 16px;
	font-weight: bold;
	color: #4A4A4A;
	margin: 16px 0 10px;
}

section#team p.position {
	font-size: 14px;
	line-height: 17px;
	color: #6E6E6E;
}

section#team .col-20 {
	margin-bottom: 10px;
}

section#partners {
	background-color: #F9F9F9;
}

section#partners .single-partner {
	margin-top: 32px;
	margin-bottom: 32px;
}

section#partners .single-partner a,
section#partners .single-partner img {
	display: block;
	margin: auto;
}

p.question {
	margin: 32px 0 0;
	color: #6E6E6E;
	font-size: 14px;
	line-height: 1;
}

#inner-page #partners .apply-btn {
	margin: 16px auto 32px;
}

#inner-page .online-books .online-book {
	margin-bottom: 40px;
}

.online-books .hover-mask,
#journals .hover-mask {
	background: rgba(255, 255, 255, .9);
	left: 15px;
	right: 15px;
	transform: translateY(100%);
	-o-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-webkit-transform: translateY(100%);
	border: 1px solid #D8DFE6;
}

.book-cover img {
	width: 100%;
	height: 440px;
	object-fit: cover;
	object-position: center;
}

.online-books .book-cover,
#journals .journal-cover {
	cursor: pointer;
}

.online-books.for-sale .book-cover,
.online-books.not-for-sale .book-cover {
	cursor: inherit;
}

.online-books .book-cover:hover .hover-mask,
#journals .journal-cover:hover .hover-mask {
	transform: translateY(0);
	-o-transform: translateY(0);
	-ms-transform: translateY(0);
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
}

.online-books .hover-mask button,
#journals .hover-mask a {
	margin: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

#inner-page .online-books h4.title {
	margin: 0 0 32px;
	color: #1F487C;
	font-weight: 700;
	line-height: 1;
}

#inner-page .online-books .apply-btn.more-info {
	float: right;
	margin: 32px 0 0;
}

#inner-page .online-books p.title {
	color: #1F487C;
	font-weight: bold;
	line-height: 19px;
	margin: 0;
}

#inner-page .online-books .content p.title {
	height: auto !important;
}

#inner-page .online-books .row.display-flex {
	background: transparent;
}

#inner-page .online-books .button-box {
	position: absolute;
	bottom: 0;
	left: 15px;
	right: 15px;
}

#inner-page .online-books p.title + hr {
	margin-top: 40px;
	margin-bottom: 10px;
}

#inner-page .online-books.for-sale p.title + hr,
#inner-page .online-books.not-for-sale p.title + hr {
	margin-top: 10px;
	margin-bottom: 10px;
}

#inner-page .online-books p.info {
	color: #1F487C;
	font-size: 14px;
	margin: 0 0 10px;
}

#inner-page .online-books.for-sale article {
	margin-top: 0;
}

#inner-page .online-books p.info span {
	font-weight: bold;
}

#inner-page .online-books article {
	font-size: 15px;
	line-height: 20px;
	color: #6E6E6E;
	margin-top: 14px;
}

#inner-page .online-books article p {
	/* margin: 0; */
}

.online-books .popup-container,
.online-books .popup-form-container,
#inner-page .page-popup .popup-container,
.join-us-form-container .popup-container {
	position: fixed;
	z-index: 99999999;
	background: rgba(255, 255, 255, .75);
	transform: translateY(100%);
	-o-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-webkit-transform: translateY(100%);
	opacity: 0;
	visibility: hidden;
}

#inner-page .page-popup .popup-container,
.join-us-form-container .popup-container {
	display: flex;
}

.online-books .popup-container.visible,
.online-books .popup-form-container.visible,
#inner-page .page-popup .popup-container.visible,
.join-us-form-container .popup-container.visible {
	transform: translateY(0);
	-o-transform: translateY(0);
	-ms-transform: translateY(0);
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	opacity: 1;
	visibility: visible;
}

.online-books .popup-container .popup,
.online-books .popup-form-container .popup,
#inner-page .page-popup .popup-container .popup {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	background: #fff;
	padding: 40px;
	box-shadow: 0 1px 2px 0 rgba(110, 110, 110, .5);
	border: 1px solid #D8DFE6;
	z-index: 10000;
	width: 700px;
}

#inner-page .page-popup .popup-container .popup,
.join-us-form-container .popup-container .popup {
	position: relative;
	top: auto;
	left: auto;
	-o-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	margin: auto;
	max-height: 95vh;
	overflow-y: auto;
	padding: 30px;
}

.join-us-form-container .popup-container .popup {
	background: #fff;
	border: 1px solid #D8DFE6;
	box-shadow: 0 1px 2px 0 rgba(110, 110, 110, .5);
	padding-top: 48px;
	padding-bottom: 48px;
}

.join-us-form-container .popup-container .popup p {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	color: #1F487C;
}

.online-books .popup-container .popup .content {
	max-width: 50%;
}

.online-books .popup-container .popup .close-btn,
.online-books .popup-form-container .popup .close-btn,
#inner-page .page-popup .popup-container .popup .close-btn,
.join-us-form-container .popup-container .popup .close-btn {
	position: absolute;
	top: 18px;
	right: 18px;
	margin: 0;
	padding: 0;
	border: none;
	background: transparent;
}

#inner-page .online-books .popup-container article {
	line-height: 18px;
	max-height: 325px;
	overflow-y: auto;
}

#inner-page .online-books .form-title {
	color: #1F487C;
	line-height: 19px;
	font-weight: bold;
	margin: 0 0 24px;
}

#inner-page .online-books input {
	border: 1px solid #D8DFE6;
	width: 240px;
	padding: 8px 10px;
	font-size: 13px;
	display: block;
	margin: 0 auto;
}

.price-box {
	margin: 24px 0;
}

.price-box span {
	color: #1F487C;
	font-size: 24px;
	padding: 20px 24px 20px 0;
	font-weight: 700;
}

.price-box .price {
	border: 1px solid #D8DFE6;
	padding: 20px; 
}

#inner-page .online-books .popup-form-container button.apply-btn {
	margin-top: 24px;
}

#inner-page .online-books + hr {
	margin: 0 auto 32px;
}

#inner-page #journals h3 {
	color: #1F487C;
	font-weight: bold;
	margin: 0 0 16px;
	line-height: 28px;
}

#inner-page #journals .journal-content .apply-btn {
	width: auto;
	float: right;
	padding: 9px 10px;
}

#inner-page #journals article {
	font-size: 15px;
	line-height: 21px;
	color: #6E6E6E;
	margin: 0;
}

#inner-page #journals article p {
	margin-bottom: 16px;
}

#inner-page #journals p.more-info {
	color: #1F487C;
	font-size: 14px;
	line-height: 17px;
	margin: 24px 0 0;
}

#inner-page #journals p.more-info a {
	color: #1F487C;
	text-decoration: underline !important;
}

#inner-page #journals .container hr:last-child {
	display: none;
}

#inner-page #journals hr {
	margin-top: 40px;
	margin-bottom: 40px;
}

#inner-page #journals hr.full-width {
	margin-top: 80px;
}

#resources p.title {
	color: #1F487C;
	font-size: 15px;
	line-height: 21px;
	margin: 0 0 24px;
}

#resources p.resource-title {
	color: #1F487C;
	font-size: 15px;
	margin: 0 0 16px 30px;
	font-weight: bold;
}

#resources ul.resources-list {
	margin: 0 0 16px;
	padding: 0;
	list-style-type: none;
}

#resources ul.resources-list:last-child {
	border: none;
	margin: 0;
	padding: 0;
}

#resources ul.resources-list li {
	font-size: 15px;
	line-height: 18px;
	margin-bottom: 16px;
	padding-left: 30px;
	position: relative;
}

#resources ul.resources-list li span.text {
	color: #a7a7a7;
}

#resources ul.resources-list li:hover span.text,
#resources ul.resources-list li.active span.text {
	color: #6e6e6e;
}

#resources ul.resources-list li:last-child {
	margin: 0;
}

/* .join-us-form input[type="checkbox"] + label:after {
	content: "\f00c";
	color: #325181;
	width: 0;
	overflow: hidden;
	left: 3px;
	top: -3px;
}

.join-us-form input[type="checkbox"]:checked + label:after {
	width: 18px;
} */

#resources ul.resources-list li .radio {
	position: absolute;
	top: 1.5px;
	left: 0;
	width: 14px;
	height: 14px;
	background: #fff;
	border: 1px solid #D8DFE7;
	border-radius: 2px;
	margin: 0;
}

#resources ul.resources-list li .dot {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0);
	-o-transform: translate(-50%, -50%) scale(0);
	-ms-transform: translate(-50%, -50%) scale(0);
	-moz-transform: translate(-50%, -50%) scale(0);
	-webkit-transform: translate(-50%, -50%) scale(0);
	transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	width: 8px;
	height: 8px;
	background: transparent;
	border-radius: 50%;
}

#resources ul.resources-list li .dot:before {
	content: "\f00c";
	font-family: "FontAwesome";
	font-size: 14px;
	color: #325181;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

#resources ul.resources-list li.active .dot {
	transform: translate(-50%, -50%) scale(1);
	-o-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	-moz-transform: translate(-50%, -50%) scale(1);
	-webkit-transform: translate(-50%, -50%) scale(1);
}

#resources-form label {
	font-size: 15px;
	color: #6E6E6E;
	margin: 0 0 8px;
	font-weight: normal;
	cursor: pointer;
}

#resources-form label[for*="res-input"] {
	margin: 0 0 16px;
}

#resources-form input {
	background-color: #F1F1F1;
	display: block;
	width: 100%;
	/* margin: 0 0 16px; */
	margin: 0;
	border: 1px solid #D8DFE7;
	padding: 0 10px;
	font-size: 14px;
	height: 40px;
	color: #6e6e6e;
}

#resources-form input.focus,
#resources-form input:focus {
	background-color: #fff;
}

#resources-form p.input-description {
	font-size: 12px;
	color: #6e6e6e;
	margin: 4px 0 24px;
}

.res-images {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.single-res-image {
	margin-bottom: 30px;
}

#inner-page #resources #resources-form button[type="submit"] {
	margin-top: 24px;
	float: right;
}

#resources-form .resources-box {
	border: 1px solid #D8DFE6;
	top: 100%;
	padding: 12px 16px;
	z-index: 9999;
	background: #f1f1f1;
}

#resources-form .resources-box.visible {
	top: 85%;
	opacity: 1;
	visibility: visible;
}

#resources .resources-box ul.resources-list li {
	cursor: pointer;
}

#contact-info .contact-wrapper {
	margin: 0 auto;
}

#contact-info .address-container {
	margin-bottom: 32px;
}

#contact-info p,
#contact-info p a {
	margin: 0;
	font-size: 15px;
	line-height: 21px;
	color: #6E6E6E;
}

#contact-info p.country {
	font-weight: 700;
	color: #325181;
}

#contact-info p a:hover {
	color: #325181;
}

#contact-info label {
	display: block;
	margin-bottom: 8px;
	color: #6E6E6E;
	font-size: 15px;
	font-weight: 400;
}

#contact-info input,
#contact-info textarea {
	border: 1px solid #D8DFE7;
	background: #fff;
	display: block;
	font-size: 14px;
	padding: 10px;
	width: 100%;
}

#contact-info .form-field {
	margin-bottom: 16px;
}

#contact-info textarea {
	max-width: 100%;
	max-height: 150px;
}

#contact-info .frm_submit .frm_button_submit {
	margin: 32px auto 0;
	display: block;
}

#contact-info .form-container {
	border: 1px solid #D8DFE7;
	background-color: #F8F8F8;
	padding: 32px 84px;
}

#contact-info .form-title {
	margin: 0 0 32px;
	color: #325181;
	font-weight: 700;
}

.join-us-form {
	margin-top: 24px;
}

.res-allow {
	margin-bottom: 24px;
}

.join-us-form input[type="checkbox"] + label {
	display: block;
	font-size: 15px;
	line-height: 17px;
	font-weight: 400;
	color: #325181;
	cursor: pointer;
	margin: 0 0 16px;
	position: relative;
	padding: 0 0 0 24px;
	overflow: hidden;
}

#resources-form .res-allow input[type="checkbox"] + label {
	font-size: 13px;
	line-height: 15px;
}

.join-us-form input[type="checkbox"] + label:before,
.join-us-form input[type="checkbox"] + label:after {
	font-family: "FontAwesome";
	font-size: 17px;
	line-height: 1;
	position: absolute;
	top: 0;
	left: 0;
	transition: .125s;
	-o-transition: .125s;
	-ms-transition: .125s;
	-moz-transition: .125s;
	-webkit-transition: .125s;
}

.join-us-form input[type="checkbox"] + label:before {
	content: "";
	border: 1px solid #D8DFE7;
	border-radius: 2px;
	background: #fff;
	width: 14px;
	height: 14px;
}

.join-us-form input[type="checkbox"] + label:after {
	content: "\f00c";
	color: #325181;
	width: 0;
	overflow: hidden;
	left: 3px;
	top: -3px;
}

.join-us-form input[type="checkbox"]:checked + label:after {
	width: 18px;
}

.join-us-form .btn-container {
	text-align: center;
	font-size: 0;
}

#inner-page .join-us-form button {
	margin: 16px 12px 0;
	display: inline-block;
	width: 140px;
	font-size: 14px;
	font-weight: 400;
	cursor: pointer;
}

#inner-page .join-us-form button:first-of-type {
	margin-left: 0;
}

#inner-page .join-us-form button:last-of-type {
	margin-right: 0;
}

#inner-page .join-us-form .btn-container button.file-name {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	color: #325181;
	border: none;
	background: transparent;
	position: relative;
}

#inner-page .join-us-form button.file-name:after {
	content: "Change file";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	border-radius: 2px;
	padding: 9px 0;
	background: rgba(0, 0, 0, .9);
	color: #fff;
	text-align: center;
	transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
}

#inner-page .join-us-form button.file-name:hover:after {
	opacity: 1;
	visibility: visible;
	z-index: 100;
}

#inner-page .join-us-form button.disabled {
	cursor: default;
	background-color: #D8DFE7;
}

#inner-page .join-us-form button.disabled:hover {
	background-color: #D8DFE7;
	color: #fff;
}

#inner-page .join-us-form .frm_error {
	text-align: center;
	margin-top: 8px;
	opacity: 0;
	visibility: hidden;
}

#inner-page .join-us-form .frm_error.is-visible {
	opacity: 1;
	visibility: visible;
}

#inner-page .page-popup .popup-col[data-col="1"] {
	width: 100%;
}

#inner-page .page-popup .popup-col[data-col="2"] {
	max-width: 50%;
	min-width: 40%;
}

#inner-page .page-popup .popup-row .popup-col[data-col="2"] {
	float: left; 
}

#inner-page .page-popup .popup-row .popup-col[data-col="2"]:last-child {
	margin-left: 30px;
}

#inner-page .page-popup .popup-row .popup-col img:not(:first-of-type) {
	margin-top: 30px;
}

#inner-page .page-popup .popup-row .popup-col div[class^="text-align"] + img {
	margin-top: 24px;
}

#inner-page .page-popup h3 {
	color: #1F487C;
	font-weight: bold;
	margin: 0 0 40px;
}

#inner-page .page-popup .popup-row article {
	color: #6e6e6e;
	font-size: 15px;
	line-height: 18px;
}

#inner-page .page-popup .popup-row {
	margin-top: 24px;
}

#inner-page .page-popup .popup-row:first-of-type {
	margin-top: 0;
}

#inner-page .page-popup .contact-btn {
	margin: 0;
	color: #1F487C;
	font-size: 14px;
	line-height: 18px;
}

#inner-page .page-popup .popup-container .popup-col[data-col="1"] .embed-responsive {
	width: 100%;
}

#inner-page .page-popup .popup-container .popup-col[data-col="2"] .embed-responsive {
	width: 280px;
}

#inner-page .page-popup .popup-container img {
	max-width: 280px;
}

#inner-page .page-popup .popup-container .link-container p.title {
	font-size: 14px;
	font-weight: bold;
	color: #1F487C;
	margin: 0 0 24px;
}

#inner-page .page-popup .popup-container .link-container ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#inner-page .page-popup .popup-container .link-container ul li {
	margin-bottom: 16px;
}

#inner-page .page-popup .popup-container .link-container ul a {
	font-size: 15px;
	line-height: 18px;
	color: #6E6E6E;
}

#media-posts .featured-post {
	position: relative;
	height: 400px;
	color: #fff;
	margin-bottom: 40px;
}

#media-posts .featured-post .content {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 24px;
	margin: 0 auto;
	max-width: 810px;
	z-index: 10000;
}

#media-posts .featured-post .post-type {
	font-weight: bold;
	margin: 0 0 30px;
	text-transform: uppercase;
}

#media-posts .featured-post h3,
#media-posts .featured-post h2 {
	margin: 0 0 16px;
	font-weight: 700;
}

#media-posts .featured-post h2 {
	line-height: 40px;
	font-size: 32px;
}

#media-posts .featured-post h3 a {
	color: #fff;
}

#media-posts .featured-post .date {
	margin: 0 0 24px;
}

#media-posts .featured-post .location {
	margin: 0;
}

#media-posts .featured-post .tags {
	font-size: 0;
}

#media-posts .tags a {
	display: inline-block;
	font-size: 14px;
	color: #6E6E6E;
	background-color: #FFFFFF;
	border: 1px solid #D8DFE7;
	border-radius: 2px;
	padding: 5px;
	margin: 0 8px 16px;
	position: relative;
	z-index: 10000;
}

#media-posts .featured-post .tags a:first-of-type {
	margin-left: 0;
}

#media-posts .featured-post .tags a:last-of-type {
	margin-right: 0;
}

.equal-children {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}

#media-posts .single-news-thumb {
	margin-bottom: 30px;
	display: flex;
	flex-direction: column;
}

#media-posts .single-news-thumb img {
	border-radius: 2px 2px 0 0;
	height: 200px;
	width: 100%;
	object-fit: cover;
	object-position: center;
}

#media-posts .single-news-thumb .content {
	background-color: #F8F8F8;
	border: 1px solid #D8DFE7;
	border-radius: 0 0 2px 2px;
	padding: 16px;
	display: flex;
	flex-direction: column;
	flex: 1;
	position: relative;
}

#media-posts .single-news-thumb .content p.date {
	color: #6E6E6E;
	font-size: 14px;
	margin: 0 0 8px;
}

#media-posts .single-news-thumb .content p.title {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #1F487C;
	margin: 0 0 42px;
}

#media-posts .single-news-thumb.single-video .content p.title {
	margin: 0;
}

#media-posts .single-news-thumb .content a.read-more {
	color: #6E6E6E;
	font-size: 14px;
	position: absolute;
	bottom: 16px;
	right: 16px;
}

#media-posts a.apply-btn {
	margin-top: 10px;
}

#media-posts .aside,
#page-archives .aside {
	background-color: #F8F8F8;
	border: 1px solid #D8DFE7;
	padding: 24px 16px;
	margin-bottom: 30px;
}

#media-posts .aside.categories {
	padding: 24px 16px 8px;
}

#media-posts .aside .title,
#page-archives .aside .title {
	color: #1F487C;
	margin: 0 0 20px;
	font-weight: 700;
}

#media-posts .aside .tags {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

#media-posts .aside .tags a {
	margin: 0 16px 16px 0;
}

#media-posts #subscribe {
	padding: 0 0 24px;
	margin: 0 0 24px;
}

#media-posts .aside p.title {
	color: #1F487C;
	font-size: 14px;
	line-height: 1;
	font-weight: 400;
	margin: 0 0 16px;
}

#media-posts #subscribe .form-field,
#media-posts #subscribe .frm_submit {
	float: none;
}

#media-posts #subscribe .frm_submit {
	margin: 16px auto 0;
}

#media-posts #subscribe input {
	width: 200px;
}

#media-posts .connect-social {
	display: flex;
	list-style-type: none;
	justify-content: space-around;
	padding: 0;
	margin: 0;
}

#media-posts .connect-social a {
	font-size: 16px;
	color: #325181;
}

#media-posts .frm_message {
	font-size: 14px;
}

#media-posts .aside .content {
	padding-bottom: 16px;
	margin-bottom: 16px;
	border-bottom: 1px solid #D8DFE7;
}

#media-posts .aside .content:last-of-type {
	padding: 0;
	margin: 0;
	border: none;
}

#media-posts .aside .content p.date {
	color: #6E6E6E;
	font-size: 14px;
	margin: 0 0 8px;
}

#media-posts .aside .content p.title {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	margin: 0;
}

#media-posts .aside .content p.title a {
	color: #1F487C;
}

#media-posts .single-events-thumb {
	margin-bottom: 32px;
	display: flex;
	flex-direction: column;
}

#media-posts .single-events-thumb p.title {
	color: #1F487C;
	font-size: 16px;
	font-weight: bold;
	margin: 16px 0 48px;
	line-height: 20px;
}

#media-posts .single-events-thumb .content {
	display: flex;
	flex-direction: column;
	flex: 1;
	position: relative;
}

#media-posts .single-events-thumb p.date {
	font-size: 14px;
	font-weight: bold;
	color: #1F487C;
	border-top: 1px solid #D8DFE6;
	padding: 4px 0 0;
	margin: 0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}

#media-posts .featured-video.embed-responsive {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: auto;
	z-index: 999;
}

#media-posts .featured-post .featured-image {
	z-index: 10000;
}

#media-posts .featured-post .featured-image.not-visible {
	transform: translateY(100%);
	-o-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-webkit-transform: translateY(100%);
}

#media-posts .play-btn,
.thumb-video {
	width: 96px;
	height: 96px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.2);
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	cursor: pointer;
	z-index: 10000;
}

#media-posts .play-btn:after,
.thumb-video:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-25%, -50%);
	-o-transform: translate(-25%, -50%);
	-ms-transform: translate(-25%, -50%);
	-moz-transform: translate(-25%, -50%);
	-webkit-transform: translate(-25%, -50%);
	border: 18px solid transparent;
	border-left-color: #fff;
}

#media-posts .single-news-thumb.single-video img {
	position: relative;
	z-index: 1000;
}

#media-posts .single-news-thumb.single-video img.not-visible {
	transform: translateY(100%);
	-o-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-webkit-transform: translateY(100%);
}

#media-posts .single-news-thumb.single-video .thumb-video.not-visible {
	transform: translate(-50%, 150%);
	-o-transform: translate(-50%, 150%);
	-ms-transform: translate(-50%, 150%);
	-moz-transform: translate(-50%, 150%);
	-webkit-transform: translate(-50%, 150%);
}

#media-posts.post-single-page {
	margin-top: 70px;
}

#media-posts.post-single-page .img-caption {
	margin: 0;
	color: #6E6E6E;
	font-size: 14px;
	line-height: 18px;
	text-align: left;
}

#media-posts.post-single-page .featured-post,
#media-posts.post-single-page .single-image img {
	margin-bottom: 8px;
}

#media-posts.post-single-page .featured-post .post-type {
	margin: 0 0 16px;
}

#media-posts.post-single-page .featured-post .date {
	font-size: 14px;
}

#media-posts.post-single-page .main-content {
	margin-top: 32px;
	margin-bottom: 32px;
}

#media-posts.post-single-page .main-content .post-type {
	font-weight: bold;
	margin: 0 0 16px;
	text-transform: uppercase;
	color: #1F487C;
}

#media-posts.post-single-page .container > h3.title {
	font-weight: 700;
	margin: 0 0 32px;
	color: #1F487C;
}

#media-posts.post-single-page .main-content h2.title {
	font-size: 32px;
	line-height: 40px;
	font-weight: 700;
	margin: 0 0 16px;
	color: #1F487C;
}

#media-posts.post-single-page .main-content .date {
	font-size: 14px;
	margin: 0 0 32px;
	color: #6E6E6E;
}

#media-posts.post-single-page .main-content .single-paragraph {
	margin: 0 0 24px;
	color: #4A4A4A;
	line-height: 24px; 
}

#media-posts.post-single-page .single-image {
	margin-bottom: 24px;
	display: inline-block;
}

#media-posts.post-single-page .buttons {
	text-align: center;
	margin-top: 24px;
}

#media-posts.post-single-page .buttons a.apply-btn {
	margin-top: 0;
	float: none;
	border: 1px solid #D8DFE6;
}

#media-posts.post-single-page .buttons a.apply-btn:first-of-type {
	margin-right: 15px;
}

#media-posts.post-single-page .buttons a.apply-btn:last-of-type {
	margin-left: 15px;
}

#media-posts.post-single-page .buttons a.apply-btn:hover {
	background: transparent;
	border: 1px solid #D8DFE6;
	color: #1F487C;
}

#media-posts.post-single-page .buttons .share-section,
#media-posts.post-single-page .buttons .back-to {
	display: inline-block; 
	vertical-align: top; 
}

#media-posts.post-single-page .buttons .back-to {
	width: 160px;
	color: #fff;
	background-color: #1F487C;
	border: 1px solid #D8DFE6;
}

#media-posts.post-single-page .buttons .back-to:hover {
	color: #1F487C;
	background-color: #fff;
}

#media-posts.post-single-page .media-thumb {
	margin-bottom: 16px;
}

#media-posts.post-single-page .media-thumb.pull-right {
	width: 50%;
	padding-left: 30px;
	padding-bottom: 10px;
}

#media-posts.post-single-page .media-thumb .img-caption {
	text-align: left;
}

#media-posts.post-single-page.project h2.title {
	font-size: 32px;
	line-height: 60px;
	font-weight: 900;
	color: #1F487C;
	margin: 70px 0 32px;
}

#media-posts.post-single-page.project .featured-post h2.title {
	color: #fff;
}

#media-posts.post-single-page.project article {
	color: #6E6E6E;
	font-size: 15px;
	line-height: 22px;
	margin: 0 0 24px;
}

#media-posts.post-single-page.project article p {
	margin: 0 0 16px;
}

#media-posts.post-single-page.project .thumb-image {
	display: inline-block;
}

#media-posts.post-single-page.project .thumb-image img {
	margin-bottom: 8px;
}

#media-posts .media-text {
	margin-bottom: 24px;
}

#media-posts .media-text .media {
	max-width: 50%;
	float: left;
	margin: 0 15px 15px 0;
}

#media-posts .media-text .media .single-image {
	margin-bottom: 0;
}

#media-posts .media-text article {
	font-size: 16px;
	color: #4a4a4a;
	line-height: 24px;
}

#media-posts .coming-up .title {
	margin: 30px 0;
	color: #1F487C;
	font-weight: 700;
}

#media-posts .coming-up .related-conference {
	margin-bottom: 30px;
}

#media-posts .coming-up .related-conference p.date {
	margin: 16px 0;
	color: #6E6E6E;
	font-size: 14px;
	line-height: 18px;
}

#media-posts .coming-up .related-conference p.title {
	color: #1F487C;
	line-height: 20px;
	margin: 0;
}

#page-donate .page-title {
	margin: 80px 0 40px;
}

#page-donate h3.caption {
	color: #fff;
	font-weight: 700;
	margin: 0 0 40px;
}

#page-donate .featured img {
	border-radius: 2px 0 0 2px;
	width: 100%;
}

#page-donate article {
	font-size: 15px;
	line-height: 21px;
	color: #6E6E6E;
	padding: 24px;
	height: 585px;
}

#page-donate article.expanded {
	height: auto;
}

#page-donate article > * {
	margin: 0 0 16px;
}

#page-donate article h1,
#page-donate article h2,
#page-donate article h3,
#page-donate article h4,
#page-donate article h5,
#page-donate article h6 {
	font-weight: bold;
	color: #1F487C;
}

#page-donate article h4 {
	font-size: 16px;
}

#page-donate button.expand-text {
	float: right;
	margin-right: 24px;
}

#page-donate p.donation-note {
	color: #6e6e6e;
	margin: 16px 0 0;
}

#page-donate p.donation-note span {
	font-weight: 700;
	color: #000;
}

.paypal-form {
	background-color: #F8F8F8;
	padding: 40px;
	border: 1px solid #D8DFE7;
	border-radius: 0 2px 2px 0;
}

.paypal-form .form-container {
	width: 300px;
	margin: 0 auto;
}

.paypal-form .frm_section_heading h3 {
	font-size: 24px;
	font-weight: bold;
	color: #325181;
	margin: 32px 0 24px;
	text-align: center;
}

.paypal-form .frm_section_heading:first-of-type h3 {
	margin: 0 0 24px;
}

.paypal-form label {
	font-size: 15px;
	color: #6E6E6E;
	display: block;
	margin: 0 0 8px;
	font-weight: 400;
}

.paypal-form input[type="text"],
.paypal-form input[type="email"] {
	display: block;
	background-color: #fff;
	border-radius: 2px;
	border: 1px solid #D8DFE7;
	font-size: 15px;
	line-height: 15px;
	width: 100%;
	padding: 10px;
}

.paypal-form .form-field {
	margin: 0 0 16px;
}

.paypal-form .labels {
	margin-bottom: 24px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.paypal-form .labels label {
	width: 90px;
	border: 1px solid #D8DFE7;
	border-radius: 2px;
	background-color: #fff;
	color: #325181;
	text-align: center;
	padding: 12px 0;
	cursor: pointer;
}

.paypal-form .labels label:hover,
.paypal-form .labels label.active {
	background-color: #325181;
	color: #fff;
}

.paypal-form .radio-other-container {
	width: 100%;
	height: 0;
	overflow: hidden;
}

.paypal-form .radio-other-container.is-visible {
	height: 40px;
}

.paypal-form .frm_button_submit {
	display: block;
	background: #fff url("img/paypal.png") no-repeat center center;
	border-radius: 2px;
	border: 1px solid #D8DFE7;
	padding: 16px;
	text-indent: -999999px;
	width: 164px;
	height: 64px;
	margin: 0 auto;
}

.paypal-form label.monthly {
	font-size: 15px;
	color: #6E6E6E;
	padding-left: 22px;
	position: relative;
	cursor: pointer;
}

.paypal-form label.monthly:before {
	content: "";
	height: 14px;
	width: 14px;
	border: 1px solid #D8DFE7;
	border-radius: 2px;
	background-color: #FFFFFF;
	position: absolute;
	left: 0;
	top: 0;
}

.paypal-form label.monthly:after {
	content: "\f00c";
	font-family: "FontAwesome";
	color: #325181;
	overflow: hidden;
	position: absolute;
	left: 3px;
	top: -3px;
	transition: .125s;
	width: 0;
	font-size: 17px;
}

.paypal-form label.monthly.active:after {
	width: 17px;
}

.paypal-form p.description {
	color: #B3B3B3;
	font-size: 14px;
	line-height: 16px;
	margin: 0 0 32px;
	padding-left: 22px;
}

.tag-page h1.page-title {
	font-size: 36px;
}

#for-sale-single .page-title {
	margin: 80px 0 40px;
}

#for-sale-single img {
	width: 100%;
}

#for-sale-single p {
	color: #1F487C;
	margin: 0 0 8px;
}

#for-sale-single p span {
	font-weight: 700;
}

#for-sale-single p.title {
	font-size: 18px;
	font-weight: 700;
	line-height: 22px;
	margin: 0 0 16px;
}

#for-sale-single p.article {
	color: #6e6e6e;
	font-size: 15px;
	line-height: 20px;
	height: 160px;
	transition: 0s;
	-o-transition: 0s;
	-ms-transition: 0s;
	-moz-transition: 0s;
	-webkit-transition: 0s;
}

#for-sale-single p.article.expanded {
	height: 100%;
}

#for-sale-single hr {
	margin-top: 20px;
	margin-bottom: 20px;
}

.expand-text {
	background: transparent;
	color: #1f487c;
	border: none;
	padding: 0;
}

.expand-text:after {
	content: "Show More";
}

.expand-text.expanded:after {
	content: "Show Less";
}

#page-archives .page-title {
	margin: 40px 0;
}

#page-archives .aside .year-title a {
	color: #1f487c;
	font-size: 18px;
}

#page-archives .aside h4,
#page-archives .aside p.file {
	font-size: 15px;
	font-weight: 700;
	margin: 0;
	padding: 0 0 10px;
}

#page-archives .aside .title {
	margin: 0 0 36px;
}

#page-archives .aside p.file {
	font-weight: 400;
	line-height: 17px;
	padding: 0 0 15px;
}

#page-archives .aside p.file a {
	color: #6e6e6e;
}

#page-archives .aside a {
	color: #1f487c;
}

#page-archives .aside .months,
#page-archives .aside .files {
	padding: 0 0 0 15px;
}

#page-archives .single-file {
	margin-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
}

#page-archives .content {
	padding: 64px 10px 24px;
	border: 1px solid #D8DFE7;
	display: flex;
	flex-direction: column;
	flex: 1;
	position: relative;
}

#page-archives .fa-file-text-o {
	color: #D8DFE7;
	font-size: 36px;
}

#page-archives .single-file:hover .fa-file-text-o {
	color: #6e6e6e;
}

#page-archives .title {
	line-height: 18px;
	font-weight: bold;
	color: #1F487C;
	margin: 16px 0 24px;
}

#page-archives .date {
	font-size: 14px;
	color: #6e6e6e;
	margin: 0;
	position: absolute;
	bottom: 24px;
	left: 0;
	right: 0;
}

#page-archives .archive-year {
	margin: 0 0 10px;
}

h4.nothing-found {
	margin: 40px auto 0;
	color: #1F487C;
}

input#search-archives,
input#global-search {
	display: block;
	width: 100%;
	padding: 13px 16px;
	border: 1px solid #D8DFE7;
	background-color: #FFFFFF;
	margin-bottom: 30px;
	color: #6e6e6e; 
}

input#global-search {
	color: #1F487C;
	padding: 10px 16px;
	margin-top: 48px;
	margin-bottom: 16px;
}

.post-count {
	font-size: 14px;
	color: #6E6E6E;
	padding-left: 16px;
	margin: 0; 
}

.post-type-title {
	font-size: 10px;
	color: #1F487C;
	text-transform: uppercase;
	margin: 0 0 4px;
}

#search-results-page p.title {
	margin: 0;
}

#search-results-page p.title a {
	color: #4A4A4A;
	font-weight: bold;
	line-height: 20px;
}

.single-search-result {
	margin-top: 32px;
}

.post-excerpt {
	margin: 4px 0 0;
	color: #4A4A4A;
	font-size: 14px;
}

body.search .search-btn,
body.search #search-container {
	display: none;
}

body.search #menu-main-menu > li:last-of-type > a {
	padding-right: 0;
}

.pagination {
	display: block;
	margin: 40px 0 0;
	padding: 0;
	border-radius: 0;
}

.pagination ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: flex;
	justify-content: center;
}

.pagination ul li {
	display: table;
	width: 24px;
	height: 24px;
	border: 1px solid #D8DFE7;
	border-radius: 2px;
	margin: 0 4px;
}

.pagination ul li * {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	font-size: 10px;
	color: #6E6E6E;
	line-height: 1;
	border-radius: 2px;
}

.pagination ul li:hover *,
.pagination ul li span {
	background-color: #325181;
	color: #fff;
}

.search-filter {
	margin: 40px 0 8px;
	padding: 0;
	list-style-type: none;
	display: flex;
}

.search-filter li {
	flex: 1;
	margin: 0 5px;
}

.search-filter li:first-of-type {
	margin-left: 0;
}

.search-filter li:last-of-type {
	margin-right: 0;
}

.search-filter li a {
	display: flex;
	justify-content: center;
	font-size: 12px;
	color: #1F487C;
	text-transform: uppercase;
	padding: 10px 0;
}

.search-filter li:hover a,
.search-filter li a.active {
	color: #fff;
	background-color: #1F487C;
}

.toggle-tabs {
	display: block;
	width: 100%;
	color: #fff;
	background: #1F487C;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	border: 1px solid transparent;
	padding: 24px 10px;
	position: relative;
}

.toggle-tabs.active {
	background: #fff;
	color: #1F487C;
	border-color: #D8DFE6;
}

.toggle-tabs:after {
	content: "\f0d7";
	font-family: "FontAwesome";
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	transition: .3s;
	font-size: 24px;
	color: #fff;
	line-height: 1;
}

.toggle-tabs.active:after {
	transform: translateY(-50%) rotate(180deg);
	color: #1F487C;
}

.tabs-dropdown {
	border: 1px solid #D8DFE6;
	background-color: #F8F8F8;
	border-top: none;
}

.tabs-dropdown ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.tabs-dropdown ul a {
	display: block;
	color: #1F487C;
	line-height: 18px;
	font-weight: bold;
	background-color: transparent;
	padding: 24px 0;
	border-bottom: 1px solid #D8DFE6;
}

.tabs-dropdown ul li {
	padding: 0 25px;
}

.tabs-dropdown ul li.active {
	display: none;
}

.tabs-dropdown ul li:last-of-type a {
	border: none;
}

.info-with-video img.full-width {
	height: 100%;
	object-fit: cover;
}

.info-with-video .embed-responsive {
	height: 100%;
}

#default-page .article {
	line-height: 20px;
}

/* Large desktops and laptops */
@media (min-width: 1230px) {
	.container { width: 1200px; }
}

@media (min-width: 1200px) {
	
}

@media (max-width: 1199px) {
	.res-images {
		justify-content: space-around;
	}

	.single-res-image {
		margin-left: 15px;
		margin-right: 15px;
	}

	.single-area .bg-img .mask h3 {
		font-size: 20px;
		line-height: 24px;
	}

	.single-area .bg-img .mask p {
		font-size: 14px;
		line-height: 18px;
	}

	.info-with-video {
		width: 100%;
	}

	#inner-page .all-btns {
		display: flex;
		justify-content: center;
		margin-top: 24px;
	}

	#inner-page .all-btns .apply-btn-container .apply-btn,
	#inner-page .all-btns .apply-btn.share {
		margin: 0 15px;
	}

	#inner-page .areas-list:last-child {
		float: left;
		margin-left: 24px;
	}

	.contact-btn,
	.all-areas,
	.join-us-form-container {
		text-align: center;
	}

	.areas-list-container,
	.join-us-form-container form {
		display: inline-block;
		text-align: left;
	}

	.join-us-form-container form .pull-right {
		margin-left: 16px;
	}

	.for-sale .book-cover img,
	.not-for-sale .book-cover img {
		height: auto;
	}

	#inner-page .online-books .button-box {
		position: static;
	}

	#inner-page .online-books .button-box .apply-btn {
		float: none !important;
		display: inline-block;
	}

	#inner-page .online-books .button-box .apply-btn.buy {
		margin-left: 16px;
	}

	#inner-page .online-books p.title {
		height: auto !important;
	}
}

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
	#slider .item .caption h1 {
		font-size: 28px;
		line-height: 32px;
	}

	#slider .item .caption h3 {
		font-size: 20px;
		line-height: 24px;
	}

	#subdivisions .bg-img .caption h3 {
		font-size: 20px;
		line-height: 24px;
	}

	#subdivisions .bg-img .caption p {
		font-size: 14px;
		line-height: 18px;
	}

	.single-initiative p.title {
		font-size: 14px;
		line-height: 18px;
	}

	.single-initiative .apply-btn.bottom {
		font-size: 12px;
		left: 15px;
		right: 15px; 
	}

	.points-slider .point-text {
		font-size: 14px;
		line-height: 16px;
	}

	.book-cover img {
		height: 370px;
	}

	#inner-page #journals .journal-content .apply-btn {
		float: left;
	}

	#media-posts .single-events-thumb p.title {
		font-size: 14px;
		line-height: 18px;
	}
}

@media (min-width: 992px) {

}

@media (max-width: 991px) {
	#team .col-20 {
		width: 25%;
	}

	header.static a.logo {
		/* max-width: 120px; */
		max-width: 150px;
		margin-top: 10px;
	}

	header.static .site-nav {
		margin-top: 20px;
	}

	header.static .search-btn {
		margin-top: 17.5px;
	}

	header.static .site-nav #menu-main-menu > li > a {
		padding: 0 10px 15px;
	}

	#search-container {
		top: 96px;
	}

	header.static .site-nav .dropdown-menu {
		width: 160px;
		margin-left: -80px;
	}

	#slider .item .caption {
		top: 25%;
		transform: translateY(0);
		-o-transform: translateY(0);
		-ms-transform: translateY(0);
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
	}

	#slider .item .caption h1 {
		font-size: 24px;
		line-height: 28px;
	}

	#slider .item .caption h3 {
		font-size: 18px;
		line-height: 22px;
	}

	#slider .item .caption.align-left,
	#slider .item .caption.align-right {
		text-align: center;
	}

	#subdivisions .alpha,
	#subdivisions .omega {
		padding-left: 0;
		padding-right: 0;
	}

	#subdivisions .bg-img,
	#subdivisions .bg-img .caption {
		height: auto;
		min-height: 100px;
	}

	#subdivisions .apply-btn.bottom {
		position: static;
		float: right;
		margin: 16px 0 0;
	}

	.single-area {
		margin-bottom: 32px;
	}

	.single-area .bg-img {
		height: 320px;
	}

	.single-area .bg-img .mask {
		display: block;
	}

	.single-area .bg-img .mask .area-caption {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 8px;
	}

	#initiatives .equal-children {
		justify-content: center;
	}

	.single-initiative {
		margin-bottom: 32px;
	}

	.single-initiative.col-20 {
		width: 33.33333333%;
		float: none;
	}

	#events .single-event-item {
		margin-bottom: 32px;
	}

	#events .single-event-item p.title {
		font-size: 14px;
		line-height: 16px;
	}

	#donate-section .caption h1 {
		font-size: 28px;
	}

	#donate-section .caption p {
		font-size: 15px;
		line-height: 19px;
	}

	#book-carousel .item .hover-mask p.title {
		line-height: 16px;
	}

	.page-title {
		font-size: 36px;
	}

	#inner-page .tab-image h4 {
		font-weight: 700;
		line-height: 20px;
	}

	#inner-page .tab-image.active h4 {
		font-size: 18px;
	}

	.section-description h2 {
		font-size: 24px;
		line-height: 28px;
	}

	.descr-container {
		position: static;
		left: auto;
		top: auto;
		height: auto;
	}

	.descr-container article {
		position: static;
		left: auto;
		right: auto;
		top: auto;
		transform: translateY(0);
		-o-transform: translateY(0);
		-ms-transform: translateY(0);
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
		margin-bottom: 32px;
	}

	.points-slider .single-point {
		margin-bottom: 24px;
	}

	.points-slider .single-point:nth-child(even) {
		padding-top: 0;
	}

	section#story .descr-image img {
		margin-bottom: 16px;
	}

	section#story .story-points article {
		margin-bottom: 8px;
	}

	#contact-info .form-container {
		padding: 32px;
	}

	#inner-page #journals h3 {
		margin-top: 16px;
	}

	#media-posts .aside.connect {
		width: 100%;
		margin: 0 15px 30px;
	}

	body.home #subscribe .frm_form_fields {
		display: inline-block;
	}

	#subscribe .frm_form_fields {
		display: block;
	}

	#media-posts #subscribe input {
		width: 75%;
	}

	.paypal-form {
		margin-top: 32px;
	}

	#page-donate .alpha {
		padding-left: 15px;
	}

	#page-donate .omega {
		padding-right: 15px;
	}

	.search-filter {
		flex-wrap: wrap;
	}

	.search-filter li {
		margin: 0 0 10px;
		flex-basis: 20%;
	}

	#for-sale-single p.title {
		margin-top: 24px;
	}

	#for-sale-single .alpha {
		padding-left: 15px;
	}

	#media-posts.post-single-page.project h2.title {
		font-size: 28px;
		line-height: 32px;
		margin-top: 0;
	}

	#media-posts .featured-post h2,
	#media-posts.post-single-page .main-content h2.title {
		font-size: 28px;
		line-height: 32px;
	}
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) { 

}

@media (min-width: 768px) {
	.search-submit,
	header .desktop-menu .site-nav .dropdown-menu .main-menu-item-donate {
		display: none;
	}
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
	.top-nav #menu-top-menu-1 .top-menu-item-donate {
		display: none;
	}

	#team .col-20 {
		width: 50%;
	}

	header.static .mobile-menu a.logo {
		/* max-width: 110px; */
		max-width: 150px;
		margin: 0;
	}

	header.static {
		padding: 8px 0 15px;
	}

	.mobile-menu .top {
		padding: 0 15px 8px;
	}

	.mobile-menu .top-nav {
		padding: 0 15px;
	}

	.main-menu-mobile-container {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		z-index: 99999;
		background-color: #D8DFE6;
	}

	header.sticky .main-menu-mobile-container {
		max-height: calc(100vh - 70px);
		overflow: auto;
	}

	.main-menu-mobile-container > ul.main-menu-mobile,
	ul.mobile-social {
		list-style-type: none;
		margin: 0;
		padding: 0;
		text-align: center;
	}

	.main-menu-mobile-container > ul.main-menu-mobile > li {
		padding: 0 15px;
	}

	.main-menu-mobile-container > ul.main-menu-mobile > li > a {
		display: block;
		position: relative;
		color: #1F487C;
		padding: 16px 0;
		border-bottom: 1px solid #fff;
	}

	.main-menu-mobile-container > ul.main-menu-mobile > li:last-of-type > a {
		border-bottom: none;
	}

	.main-menu-mobile-container > ul.main-menu-mobile > li > a.dropdown-toggle:after {
		content: "\f0d7";
		font-family: "FontAwesome";
		font-size: 20px;
		color: #fff;
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		transition: .5s;
	}

	.main-menu-mobile-container > ul.main-menu-mobile > li.open > a:after {
		transform: translateY(-50%) rotate(180deg);
	}

	.sticky .navbar-toggle {
		margin: 24px 0 0 0;
	}

	.navbar-toggle {
		padding: 0;
		margin: 16px 0 0 0;
		border: none;
		border-radius: 0;
	}

	.navbar-toggle .icon-bar {
		width: 24px;
		height: 3px;
		background-color: #1F487C;
		transition: .3s;
		-o-transition: .3s;
		-ms-transition: .3s;
		-moz-transition: .3s;
		-webkit-transition: .3s;
	}

	.navbar-toggle.active .icon-bar:nth-child(1) {
		transform: rotate(45deg);
		margin-top: 10px;
	}

	.navbar-toggle.active .icon-bar:nth-child(2) {
		opacity: 0;
		visibility: hidden;
	}

	.navbar-toggle.active .icon-bar:nth-child(3) {
		transform: rotate(-45deg);
		margin-top: -10px;
	}

	.search-submit {
		border: none;
		background-color: #1F487C;
		padding: 0;
		width: 40px;
		height: 40px;
	}

	.search-submit i {
		font-size: 18px;
		color: #D8DFE6;
	}

	#search {
		font-size: 0;
	}

	#search input[type="search"] {
		font-size: 16px;
		color: #1F487C;
		width: calc(100% - 40px);
		height: 40px;
		padding: 0 30px;
		border: none;
		border-radius: 0;
		background-color: #F3F9FF;
	}

	body.search #search input[type="search"] {
		background-color: #fff;
		border-radius: 2px;
		border: 1px solid #D8DFE7;
		width: 100%;
	}

	body.search nav #search {
		display: none;
	}

	ul.social {
		display: none;
	}

	ul.mobile-social {
		display: flex;
		justify-content: space-between;
		padding: 24px 15px;
	}

	ul.mobile-social li {
		width: 40px;
		height: 40px;
		border: 1px solid #FFFFFF;
		border-radius: 1px;
	}

	ul.mobile-social li a {
		font-size: 14px;
		color: #1F487C;
		display: table;
		width: 100%;
		height: 100%;
	}

	ul.mobile-social li a i {
		display: table-cell;
		vertical-align: middle;
	}

	.main-menu-mobile-container > ul.main-menu-mobile .dropdown-menu {
		border: none;
		border-radius: 0;
		box-shadow: none;
		position: relative;
		float: none;
		margin: 0;
		padding: 0;
		background-color: #1F487C;
		text-align: center;
		transition: 0s;
		-o-transition: 0s;
		-ms-transition: 0s;
		-moz-transition: 0s;
		-webkit-transition: 0s;
	}

	.main-menu-mobile-container > ul.main-menu-mobile .dropdown-menu li {
		padding: 0 15px;
	}

	.main-menu-mobile-container > ul.main-menu-mobile .dropdown-menu a {
		color: #fff;
		padding: 10px 0;
		border-bottom: 1px solid #D8DFE6;
	}

	.main-menu-mobile-container > ul.main-menu-mobile .dropdown-menu li:last-of-type a {
		border: none;
	}

	#subdivisions .bg-img .caption h3 {
		font-size: 20px;
		line-height: 24px;
	}

	#subdivisions .bg-img .caption p {
		font-size: 14px;
		line-height: 18px;
	}

	.single-initiative.col-20 {
		width: 50%;
	}

	.donate-caption {
		margin-top: 32px;
		padding: 0 15px;
	}

	.donate-caption h3 {
		font-weight: bold;
		color: #1F487C;
		line-height: 1;
		margin: 0 0 16px;
	}

	.donate-caption p {
		font-size: 14px;
		line-height: 18px;
		color: #1F487C;
	}

	.donate-caption a {
		float: none;
		margin: 12px auto 0;
		background-color: #1F487C;
		color: #fff;
		border: 1px solid transparent;
	}

	.donate-caption a:hover {
		border-color: #1F487C;
		color: #1F487C;
		background-color: #fff;
	}

	#page-donate + hr {
		display: none;
	}

	#subscribe {
		border: none;
	}

	#book-carousel .item .hover-mask p.title,
	#book-carousel .item .hover-mask p.author {
		font-size: 12px;
		line-height: 14px;
	}

	.page-title {
		font-size: 32px;
	}

	#inner-page article.page-description {
		padding: 0 15px;
		text-align: left;
	}

	.section-description p {
		text-align: left;
	}

	#inner-page .project-image .hover-mask,
	#inner-page .project-image .content {
		display: none;
	}

	#inner-page .project-image:hover h4.absolute-bottom {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
		-o-transform: translateY(0);
		-ms-transform: translateY(0);
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
	}

	#contact-info .form-container {
		margin-top: 32px; 
	}

	#contact-info .wrapper-container {
		text-align: center;
	}

	#contact-info .contact-wrapper {
		display: inline-block;
		text-align: left;
	}

	.book-cover img {
		height: auto;
	}

	.online-books .popup-container .popup,
	.online-books .popup-form-container .popup,
	#inner-page .page-popup .popup-container .popup {
		width: 95%;
		padding: 24px;
	}

	.online-books .popup-container .popup .pull-left,
	.online-books .popup-form-container .popup .pull-left,
	#inner-page .page-popup .popup-container .popup .pull-left {
		display: none;
	}

	.online-books .popup-container .popup .pull-right,
	.online-books .popup-form-container .popup .pull-right,
	#inner-page .page-popup .popup-container .popup .pull-right {
		float: none;
		max-width: 100%;
	}

	#inner-page .online-books.for-sale .apply-btn.more-info,
	#inner-page .online-books.for-sale .button-box .apply-btn.buy {
		width: 100px;
		margin-top: 16px;
	}

	#media-posts .featured-post {
		margin: 0 -15px 40px;
	}

	#media-posts .featured-post h3,
	#media-posts .featured-post h2 {
		padding: 0 15px;
	}

	#inner-page .page-popup .popup-col[data-col="2"],
	#inner-page .page-popup .popup-container .embed-responsive {
		width: 100%;
		max-width: 100%;
	}

	#inner-page .page-popup .popup-row .popup-col[data-col="2"]:last-child {
		margin-left: 0;
		margin-top: 32px;
	}

	#media-posts.post-single-page .media-thumb.pull-right {
		width: 100%;
		padding-left: 0;
	}

	#media-posts .featured-post h2,
	#media-posts.post-single-page .main-content h2.title {
		font-size: 24px;
		line-height: 28px;
	}

	#media-posts.post-single-page .embed-responsive {
		margin-bottom: 24px; 	
	}

	#page-archives .single-file {
		width: 100%;
	}

	#inner-page hr.full-width {
		display: none;
	}

	header .top-nav ul {
		text-align: center;
	}
}

@media (min-width: 545px) and (max-width: 767px) {
	#media-posts .single-news-thumb .content p.title {
		font-size: 14px;
		line-height: 18px;
	}
}

@media (min-width: 545px) {
	#events-carousel,
	.visible-544 {
		display: none;
	}
}

/* Landscape phones and smaller */
@media (max-width: 544px) {
	#team .col-20,
	.single-initiative.col-20,
	#subscribe .form-field input,
	#conferences .conference,
	.single-project,
	section#partners .single-partner,
	.book-cover,
	.book-info,
	#media-posts .single-news-thumb,
	#media-posts .single-events-thumb,
	#media-posts .single-events-thumb img,
	#page-archives .single-file,
	.search-results-cont,
	.aside-cont,
	.paypal-form .form-container {
		width: 100%;
	}

	#team .col-20 p.name,
	#team .col-20 p.position {
		height: auto !important; 
	}

	.main-menu-mobile-container > ul.main-menu-mobile .dropdown-menu {
		text-align: left;
	}

	#slider .item .caption h1 {
		font-size: 18px;
		line-height: 18px;
	}

	#slider .item .caption h3 {
		font-size: 14px;
		line-height: 16px;
	}

	.owl-dots {
		display: none;
	}

	.section-title {
		font-size: 24px;
		margin: 24px 0 16px;
	}

	#subdivisions .bg-img .caption {
		max-width: 90%;
	}

	.single-area .bg-img .mask h3 {
		font-size: 16px;
		line-height: 18px;
	}

	#events .row {
		display: none;
	}

	#events .single-event-item p.title {
		padding: 20px 15px 8px;
		margin: 0 0 16px;
	}

	#events .single-event-item p.date {
		position: static;
		margin: 0 15px;
	}

	#subscribe .frm_form_fields,
	body.home #subscribe .frm_form_fields {
		display: block;
	}

	#subscribe .form-field {
		margin-bottom: 16px;
	}

	#subscribe .form-field input {
		padding: 16px 10px;
		text-align: center;
	}

	#subscribe .frm_submit .frm_button_submit {
		width: 100%;
		padding: 16px 0;
	}

	#subscribe .form-field input::-webkit-input-placeholder {
		text-align: center;
	}

	#subscribe .form-field input:-moz-placeholder {
		text-align: center;
	}

	#subscribe .form-field input::-moz-placeholder {
		text-align: center;
	}

	#subscribe .form-field input:-ms-input-placeholder {
		text-align: center;
	}

	#subscribe .form-field,
	#subscribe .frm_submit {
		float: none;
		padding: 0 15px;
	}

	#inner-page .info-container .info {
		padding: 24px 15px;
	}

	#inner-page .info-container .info p.title {
		margin: 0 0 24px;
	}

	#inner-page .info-container .info article.description {
		text-align: left;
		line-height: 21px;
	}

	.points-slider .point-description {
		text-align: left;
	}

	section#partners .single-partner img {
		max-width: 280px;
	}

	.contact-form-wrapper {
		padding-left: 0;
		padding-right: 0;
	}

	#contact-info .form-container {
		border-left: none;
		border-right: none;
	}

	.book-info {
		margin-top: 24px;
	}

	#inner-page .btn-container {
		text-align: center;
	}

	#inner-page .online-books .btn-container .apply-btn.more-info,
	#inner-page .btn-container .apply-btn.read-book {
		float: none;
		display: inline-block;
	}

	#inner-page .apply-btn.read-book {
		margin-left: 16px;
	}

	.online-books .book-cover {
		pointer-events: none;
	}

	#inner-page .online-books.for-sale .apply-btn.more-info,
	#inner-page .online-books.for-sale .button-box .apply-btn.buy {
		width: 120px;
		margin-top: 32px;
	}

	#inner-page .online-books .button-box {
		text-align: center;
	}

	#inner-page #journals h3 {
		font-size: 16px;
		line-height: 18px;
	}

	#inner-page .online-books .not-for-sale .apply-btn.more-info {
		float: none;
		display: inline-block;
	}

	#media-posts .single-news-thumb img {
		height: auto;
		max-height: 250px;
	}

	.paypal-form .frm_section_heading h3 {
		font-size: 18px;
	}

	.search-filter li {
		flex-basis: 33.33333333%;
	}

	#subscribe input {
		font-size: 16px;
	}

	#subscribe input:focus {
		font-size: 13px;
	}
}

@media (max-width: 480px) {
	header .top-nav a {
		margin: 0 0 8px;
	}

	header .top-nav li:last-of-type a {
		margin: 0;
	}

	#subdivisions .bg-img .caption h3 {
		font-size: 16px;
		line-height: 20px;
		margin: 0;
	}

	#subdivisions .bg-img .caption p {
		display: none;
	}

	#book-carousel img {
		height: 210px;
	}

	.search-filter li {
		flex-basis: 50%;
	}
	
	.mob-item {
		display: block;
	}
}