/*
Theme Name: IHE
Theme URI: https://humaneeducation.org/
Author: Trueline
Author URI: https://wearetrueline.com/
Description:  The best WordPress starter theme based on the most powerful frameworks in the world: "_s" (by Automattic, the main people behind WordPress development), Twitter Bootstrap (the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web) and Font Awesome (or Fontawesome, a full suite of 675+ pictographic icons for easy scalable vector graphics on websites). This theme, like WordPress, is licensed under the GPL. You can use this theme as base for your next WordPress theme project and you are allowed to remove the link at the footer or do whatever you want. Your feedback on how we can continuously improve this WordPress Starter Theme Bootstrap will be highly appreciated. Page templates includes Right-sidebar (default page template), Left-Sidebar, Full-Width, Blank with container, Blank without container Page. Other features - Currently using Bootstrap v4.0.0 , Widgetized footer area, WooCommerce ready, Compatible with Contact Form 7, Compatible with Visual Composer, Compatible with Elementor Page Builder. This theme will be an active project which we will update from time to time. Check this page regularly for the updates.
Version: 3.3.3
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-bootstrap-starter
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body {
  margin: 0;
  -webkit-font-smoothing: auto;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-block-image figcaption {
    margin-top: .5em;
    margin-bottom: 1em;
    text-align: center;
    font-style: italic;
    color: #999;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
  color: #3286bd;
}

a:active,
a:hover {
  outline: 0;
  color: #8ccead;	
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

.wp-block-image .alignleft img  {
	margin-right: 20px;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.wp-block-button a {
	background-color: #0d4d89;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 15px;
	color: #ffffff !important;
}
.wp-block-button a:hover {
	background-color: #8ccead;
	text-decoration: none;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #1e2953;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 15px;
}
h1 {
  font-size: 32px;
  padding-bottom: 10px;
}
h2 {
  font-size: 24px;
  padding-bottom: 0.3em;
  line-height: 1.25;
}
h3 {
  font-size: 20px;
  line-height: 25px;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}

p {
  margin-bottom: 1.5em;
}
h1.entry-title, h1.page-title {
  font-size: 32px;
  border-bottom: 1px solid #eaecef;
  padding-top: 30px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  color: #0d4d89;
  font-weight: 300;
  letter-spacing: 1px;	
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
h3.widget-title {
  font-size: 1.2rem;
}
blockquote {
    border-left: solid #0d4d89 5px;
    padding-left: 20px;
	margin-bottom: 50px;
}
cite {
	color: #0d4d89;
	font-size: 14px;
}
#secondary {
	float: left;
    margin-top: 35px;
}
#secondary ul {
	padding-left: 0px;
}
#secondary ul li a, .archive #secondary ul li a {
	background-color: #0d4d89;
	border-bottom: 1px solid #fff;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	padding-bottom: 5px;
	width: 100%;
}
#secondary ul li a:hover {
	background-color: #8ccead;
	color: #000;
}
#secondary ul li.current-menu-item a {
	background-color: #8ccead;
	color: #000;	
}

#secondary ul li a::before {
	content: none;
}
.single-post #secondary .widget-title {
	display:none;
}
.current-cat a {
	background-color:#8ccead !important;
	color: #000 !important;	
}


/*********************************
 SUB MENU STYLES
*********************************/

#secondary ul li ul.sub-menu li a {
	background-color: #3286bd;
	color: #fff;
	border-bottom: 1px solid #fff;
	padding: 5px 15px 5px 20px;
}
#secondary ul li ul.sub-menu li a:hover {
	background-color: #8ccead;
	color: #000;
}

#secondary ul li ul.sub-menu li a::before {
	content: "- " !important;
	color: #fff;
}
#secondary ul li ul.sub-menu li.current-menu-item a::before {
	    color: #000 !important;
}

#secondary ul li ul.sub-menu li.current-menu-item a {
	background-color: #8ccead !important;
	color: #000;
}

#secondary .sub-menu li a:hover::before {
	color: #000;
}





/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.page label {
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 25px;
}
/*.archive input {
    border: 1px solid #cccccc;
    padding: 4px;
    border-radius: 5px;
	font-family: 'Lora', serif
}*/
.page select, .archive select {
    padding: 4px;
    border: 1px solid #ccc;
    border-radius: 5px;
	font-family: 'Lora', serif
}
.blck95-form button {
	font-family: 'Montserrat', sans-serif;
    padding: 4px 10px 3px;
}

.gform_body ul {
	padding: 0px !important;
	list-style-type: none;
}
.gform_body label {
	margin-bottom: 0px;
	margin-top: 25px;
}

.gfield input {
	padding: 8px 12px;
	font-family: 'Montserrat', sans-serif;
	margin: 0px 10px 10px 0px;
}
.gform_body input[type="checkbox"], .gform_body input[type="radio"] {
    margin-right: 7px;
}
.gform_body select {
    padding: 8px 12px;
    font-family: 'Montserrat', sans-serif;
	color: #666;
}
.gform_button.button {
    background-color: #0D4D89;
    margin-left: auto;
    margin-right: auto;
    min-width: 50%;
    padding: 15px 20px;
	color: #fff;
	border: none;
    font-family: 'Montserrat', sans-serif;
}
.gform_button.button:hover {
    background-color: #8ccead;
}
.page-id-22212 .gform_heading .gform_title {
	display: none;
}
.page-id-30756 .gform_heading .gform_title {
	display: none;
}
.page-id-30758 .gform_heading .gform_title {
	display: none;
}
.page-id-30759 .gform_heading .gform_title {
	display: none;
}
.page-id-290954 h1.entry-title, .page-id-293863 h1.entry-title {
    text-transform: none !important;
}
.postid-294596 .resource_download {
	display: none !important;
}
.postid-294596 .btn-primary {
	display: none;
}
.postid-294596 .resource-login-req {
	font-size:12px;
	font-family:'Montserrat', sans-serif;
	margin-top:10px;
}
.postid-294596 .resource-login-req {
	display: none;
}
.btn-primary2 {
	color: #fff;
    background-color: #0d4d89;
    font-family: 'Montserrat', sans-serif;
    border: none;
}
.btn-primary2:hover {
	background-color: #8ccead !important;
	color: #fff;
}

.single-resource #secondary {
	margin-top: 135px;
}

/*----------------------
 * ZOE BOOK LANDING PAGE 
 -----------------------*/
.page-id-296198 .entry-content {
    margin: 6.5em 0 0;
}

.page-id-296198 h1.entry-title {
    display: none !important;
	color: #fff !important;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
header#masthead {
  margin-bottom: 0;
  background-color: #ffffff ;
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,.05), inset 0 -1px 0 rgba(0,0,0,.1);
  padding: .74rem 1rem;
}

.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}
.header {
	position: fixed; 
	width: 100%;
	background-color: #fff;
	z-index: 100;
	border-bottom: 1px solid #ededed;
	padding-bottom: 10px;
}
.header-buttons {
	float: right;
}
.header-buttons ul {
	list-style-type: none;
}
.header-buttons li {
	display: inline-block;
	background-color: #0d4d89;
	padding: 4px 10px;
}
.header-buttons li a {
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	color: #fff;
	margin-left: 1px;
	text-decoration: none;	
}

.header-buttons li:hover {
	background-color: #8ccead;
	text-decoration: none;
}
.med-blue {
	background-color: #4684b7 !important;
}
.light-blue {
	background-color: #a4ceeb !important;
}
.med-blue:hover {
	background-color: #8ccead !important;
}
.light-blue:hover {
	background-color: #8ccead !important;
}

.logo-container {
	width: 53%;
	float: left;
}
.logo {
  margin: 10px 0 2px 0; 
  padding-left: 5px;
  width: 65%;	
}


@media screen and (max-width: 768px) {
	.logo {
  		width: 90%;	
	}
}



/*#mega-menu-wrap-primary {
    width: 100%;
}
#mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
	text-align: center;
	max-height: 75vh;
	overflow-y: scroll !important;
	width: 100%;
}
#mega-menu-wrap-primary .mega-menu-toggle {
	margin-bottom: 15px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
	    padding: 5px 0px 0px 5px;
	font-size: 13px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link::before {
  content: "— ";
  font-size: 10px;
  color: #a4ceeb;
}

#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
	display: none;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
		display: table;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {
		width:100%;
		margin-left: -15px;
}

@media only screen and (max-width: 350px) {
	#mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 a.mega-menu-logo	img.mega-menu-logo {
		max-width: 250px;
	}
}
@media only screen and (max-width: 559px) {
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
		display: list-item;
	}
}
@media only screen and (min-width: 560px) {
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
		display: inline-block;
		width: 50%;
		vertical-align: top;
		line-height: 16px;
	}
}
@media only screen and (min-width: 960px) {
	#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item > ul.mega-sub-menu {
		display: block;
	}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item ul.mega-sub-menu {
    clear: both;
}

	
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
		display: inline-block;
		width: 25%;
		vertical-align: top;
		line-height: 16px;
		max-width: 275px;
	}

}
*/
.mobile-logo {
	display: inline-block;
	position: absolute;
	left: 0px;
    top: 0px;
    min-width: 335px;
}
.mobile-logo img {
	max-height: 58px;
}
@media only screen and (max-width: 500px) {
.mobile-logo {
    min-width: 312px;
	left: -15px;
}
.mobile-logo img {
	max-height: 48px;
}
.nav-container {
	width: 100%;
}
}
#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
/**** SEARCH HEADER ****/
.search-form-wrapper {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    padding: 20px 15px 40px 15px;
    margin-top: 50px;
    background: rgba(255, 255, 255, 0.7);
	z-index: 1000;
	font-family: 'Montserrat', sans-serif;
}
.search-form-wrapper.open {
    display: block;
}
.search-form-wrapper .fa, .search-form-wrapper .fas {
    font-weight: 900;
    color: #999;
    font-size: 24px;
    padding-left: 14px;
    padding-top: 8px;
}

.search-btn {
	display: inline;
    position: relative;
}
.search-btn a {
	color: #0d4d89;
	font-family: "Montserrat", sans-serif;
	font-size: 13px;
	border: 2px solid #0d4d89;
	padding: 4px 10px;
}

.search-btn a:hover {
	color: #fff;
	background-color: #8ccead !important;
	border: 2px solid #8ccead;
	font-family: "Montserrat", sans-serif;
	font-size: 13px;
}

.btn-head {
    color: #0d4d89;
    background-color: #fff;
    border-color: #0d4d89;
    border-radius: 0px;
}
.mob-menu-header-holder {
	height: 1px !important;	
}


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color: #cdbfe3;
  padding: 0.5rem;
  font-weight: 500;
  font-size: 0.875rem;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
  color: #fff;
  font-weight: 600;
  /*background: #f9f9f9;*/
}

.navbar-brand {
  height: auto;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
    display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
    border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.antioch-tag:after {
    display: block;
	clear: both;
    content: "with Antioch University";
	color: #0d4d89;
	font-size: 12px;
	text-align: left;
	margin-top: -19px;
	padding-left: 16px;
	font-weight: 600;
}

@media screen and (max-width: 1024px) {
	.antioch-tag:after {
    	content: " ";
		margin-top: 0px;
		padding-left: 0px;
	}
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.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: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

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

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

.sp-easy-accordion .sp-ea-single .ea-header {
    margin-bottom: 0;
    font-family: Montserrat;
    font-weight: 300;
    text-transform: uppercase;
}

.main-menu-first-item a {
    color: #fc3 !important;
	font-family: 'lora', serif !important;
    font-size: 18px !important;
	line-height: 24px !important;
	margin-bottom: -6px !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    display: none;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
 padding-bottom: 3.75rem;
  padding-top: 4.125rem;
}

.page #content.site-content {
	  padding-top: 0px !important;
}
.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}


.page-template-page-blank .header-search {
	display: none;
}
.post.hentry {
  margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}
/*********************
INTERIOR HEADER IMAGE STYLES
*********************/
.header-image {
    width: 100%;
    max-height: 600px;;
    overflow: hidden;
    margin-bottom: 0px;
    margin-top: -1px;
}
.page-template-page-graduate-programs .header-image {
    margin-top: 0px !important;
}
	
.header-image img {
  max-width:100%;
  width: 100%; 
  margin-top: 175px; 
}

@media only screen and (max-width: 1024px) {
	.header-image img { 
  		margin-top: 140px; 
	}
}

@media only screen and (max-width: 663px) {
	.header-image img { 
  		margin-top: 174px; 
	}
}


.banner-image {
    width: 100%;
    max-height: 550px;
    overflow: hidden;
	position: relative;
		margin-left:auto;
	margin-right: auto;
	top: 110px;
}
.banner-image img {
  max-width:100%;
  width: 100%;
}

.banner-image2 {
    width: 100%;
    overflow: hidden;
	position: relative;
	margin-left:auto;
	margin-right: auto;
	top: 110px; 
}
.banner-image2 img {
  max-width:100%;
  width: 100%;
}

.banner-overlay {
	background: rgba(13, 77, 137, 0.7);
	position: absolute;
	bottom: 0px;
	display: block;
	padding: 20px 0px;
	margin-left:auto;
	margin-right: auto;
	min-height: 120px;
	width:100%;
}
.banner-container {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.banner-headline {
	text-transform: uppercase;
	color: #ffCC33;
	font-size: 685%;
	line-height: 24px;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	margin-right: 15px;
	font-weight: 200;
}

.banner-text {
	text-transform: uppercase;
	color: #fff;
	font-size: 166%;
	line-height: 30px;
	font-family: 'Montserrat', sans-serif;
	display: inline-block;
	text-align: left;
}
@media only screen and (max-width: 620px) {
	.banner-text {
		line-height: 23px;
		font-size: 120%;
	}
	.banner-headline {
		font-size: 550%;
	}
}
@media only screen and (max-width: 415px) {
	.banner-text {
		line-height: 14px;
		font-size: 100%;
	}
	.banner-headline {
		font-size: 400%;
	}
	.banner-overlay {
		min-height: 80px;
	}
}

@media only screen and (max-width: 320px) {
	.banner-text {
		line-height: 14px;
		font-size: 80%;
	}
	.banner-headline {
		font-size: 260%;
		margin-right: 5px;
	}
	.banner-overlay {
		padding: 15px 0px;
		min-height: 40px;
	}
}
@media only screen and (max-width: 280px) {
	.banner-overlay {
		display: none;
	}
	.mobile-logo {
    	min-width: 250px;
		left: 0px;
	}
}
.mission-statement {
	font-family: 'Lora', serif;
	font-style: italic;
	text-align: center;
	font-size: 28px;
	color: #0d4d89;
	background: url('/wp-content/uploads/2020/08/mission-bg.jpg');
	background-position: right;
	min-height: 225px;
	background-repeat: no-repeat;
	margin-top: 110px;
}
.mission-container {    
	width: 51%;
	vertical-align: middle;
	margin-left: auto;
	margin-right: auto;
	padding-top: 3%;
	 -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	max-width: 660px;
}


/*-------------------------------
## POP UP SLIDE IN STYLES
---------------------------------*/
.pum-theme-291050 .pum-content + .pum-close, .pum-theme-default-theme .pum-content + .pum-close {
    margin-top: -25px;
    max-height: 42px;
	font-family: 'Montserrat', sans-serif !important;
    padding-top: 5px !important;
    background-color: #0d4d89 !important;
}
.pum-theme-291050 .pum-content + .pum-close:hover, .pum-theme-default-theme .pum-content + .pum-close:hover {
    max-height: 42px;
    background-color: #8ccead !important;
}


/*--------------------------------------------------------------
## HOMEPAGE SOLUTIONARY SECTION
--------------------------------------------------------------*/

.solutionary-container {
	background: url('/wp-content/uploads/2020/08/solutionary-bg.png');
	background-color: #e4f0f9;
	min-height: 895px;
	border-bottom: 2px solid #0d4d89;
	background-repeat: no-repeat;
}

.solutionary-container .content-area {
	max-width: 1040px;
}
.solutionary-headline {
	text-align: center;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	color: #0d4d89;
	font-size: 36px;
	line-height: 36px;
    padding-top: 35px;
    padding-bottom: 20px;
}
.solutionary-container p {
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	font-weight: 300;
	width: 81%;
	margin-left: auto;
	margin-right: auto;
}
.solutionary-block {
	display: inline-block;
	width: 49%;
	float:left;
	margin-right:2%;
}
@media only screen and (max-width: 550px) {
	.solutionary-container p {
		font-size: 13px;
	}
}

.last {
	margin-right: 0px !important;
}
.solutionary-header {
	text-align: center;
	font-family: 'Lora', serif;
	color: #0d4d89;
	font-size: 29px;
	line-height: 32px;
	margin-top: 15px;
	margin-bottom: 10px;
}
.solutionary-header a {
	color: #0d4d89;
	text-decoration: none;
}
.solutionary-header a:hover {
	text-decoration: underline;
}
.site-button {
	text-align:center;
	text-transform: uppercase;
}
.site-button a {
	font-family: 'Montserrat', sans-serif;
    color: #fff !important;
    background-color: #0d4d89;
    padding: 9px 16px;
    border-radius: 24px;
    font-size: 13px;
    font-weight: 700;
	outline: 0;
}
.site-button a:hover {
    background-color: #8ccead;
	text-decoration: none;
}


.footer [type=submit]:not(:disabled) {
    cursor: pointer;
    background: #8ccead;
    padding: 9px 10px 6px 10px;
    margin-top: -3px;
    color: #fff;
	border: none !important;
}

.page input {
    border: 1px #ededed solid!important;
    border-radius: .25rem !important;
}
/*--------------------------------------------------------------
## HOME CTA STYLES
--------------------------------------------------------------*/
.home-cta {
	width:100%;
	background: url('/wp-content/uploads/2020/08/home-cta-bg.jpg');
	border-bottom: 2px solid #0d4d89;
	min-height: 290px;
	background-repeat:no-repeat;
	background-position: bottom;
	background-color: #e7e7e7;
}
@media only screen and (max-width: 1005px) {
	.home-cta {
		min-height: 310px;
	}
}
.home-cta-title {
	font-family: 'Lora', serif;
	font-size: 42px;
	text-align: center;
	color: #0d4d89;
	line-height: 45px;
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 2%;
    margin-bottom: 20px;
	max-width: 575px;
}
.home-cta-text {
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-style: italic;
	color: #000;
	width: 66%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
}
/*--------------------------------------------------------------
## HOMEPAGE BUCKETS
--------------------------------------------------------------*/
.home-bucket {
  margin-top: 55px;
  margin-bottom: 55px;	
  min-height: 290px;
}
@media only screen and (min-width: 1200px) {
	.home-bucket {
  		min-height: 310px;
	}
}
.bucket-text-container {
	width:50%;	
}
.home-bucket img {
  float: right;	
  max-width: 50%;
  margin-left: 20px;
}
.home-bucket .site-button {
	text-align: left;
}

@media only screen and (max-width: 550px) {
	.home-bucket img {
  		max-width: 100%;
  		margin-bottom: 10px;
	}
}

.left img {
	float: left !important;
	margin-right: 20px;
	margin-left: 0px;
}
.bucket-title {
	font-family: 'Montserrat', sans-serif;
	color: #0d4d89;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 26px;
	line-height: 32px;
}
.bucket-text {
	text-align: left;
	font-family: 'Montserrat', sans-serif;
	margin-top: 15px;
	margin-bottom: 25px;
	font-size: 14px;
}

/*--------------------------------------------------------------
## HOME INSPIRE STYLES
--------------------------------------------------------------*/
.home-inspire {
	width:100%;
	border-top: 2px solid #0d4d89;
	min-height: 475px;
	background-repeat:no-repeat;
	background-position: bottom right;
	background-color: #fcfcfc;
	margin-bottom: -25px;
}
.home-inspire-title{
	font-family: 'Montserrat', sans-serif;
	font-size: 45px;
	font-weight: 700;
	text-align: left;
	text-transform: uppercase;
	color: #0d4d89;
	line-height: 45px;
	width: 55%;
	padding-top: 2%;
    margin-bottom: 20px;
    margin-top: 45px;
}
.home-inspire-text {
	text-align: left;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	color: #000;
	width: 55%;
	margin-bottom: 25px;
}

.home-inspire-text img {
	margin-bottom: 65px;
}

@media only screen and (max-width: 768px) {
	.home-inspire-title {
		width: 100%;
	}
	.home-inspire-text {
		width: 100%;
	}	
	.home-inspire {
		background-position: bottom left;
	}
}



/*--------------------------------------------------------------
## About IHE
--------------------------------------------------------------*/
.page-id-22260 .wp-block-image .alignright img {
    border-radius: 75px;
}

.wpex-timeline > li .wpex-timeline-time .info-img {
    height: 120px;
    width: 120px;
}
/*--------------------------------------------------------------
## TED TALKS
--------------------------------------------------------------*/
.video-container {
	position: relative;
    padding-bottom: 33%;
    height: 0;
	margin-bottom: 30px;
	float: left;
	margin-right: 20px;
	width: 48%;
}
@media only screen and (max-width: 530px) {
	.video-container {
		width: 100%;
    	padding-bottom: 45%;
		padding-top: 30px;
	}
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*--------------------------------------------------------------
## Landing Page
--------------------------------------------------------------*/
html {
	scroll-behavior: smooth;
}

#mc_embed_signup form {
	background: transparent !important; 
}
.scroll-link a {
	text-align:center;
	font-size:42px; 
	margin-top:35px;
}
.scroll-link a {
	font-size:42px; 
	margin-top:35px;
}
.page-template-page-landing .site-main {
  margin-top: 55px;
  position: relative;
  top: 110px;
}
.landing-bucket {
	display: inline-block;
	float: left;
	width: 33.333333%;
}
.landing-bucket img {
  float: left;	
  margin-right: 20px;
  padding-top: 7px;
}
.landing-container {
	display: inline-block;
	float: left;
	margin-bottom: 100px;
}

	.landing-mobile {
		display: inline-block;
    	float: left;
    	padding-right: 30px;
    	padding-bottom: 15px;
	}
	.landing-mobile img {
		max-width: 400px;
	}

@media only screen and (max-width:320px) {
	.landing-mobile {
		display: none;
	}
}
.page-template-page-landing #main {
	max-width: 1200px;
}
.page-template-page-landing #content.site-content {
    padding-bottom: 0px !important;
}
.landing-page-title {
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	color: #212529;
	font-size: 20px;
}
.landing-header {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	color: #0d4d89;
	font-size: 32px;
}
.landing-subhead {
	font-family: 'Montserrat', sans-serif;
	font-weight: 200;
	color: #212529;
	font-size: 28px;
}
@media only screen and (max-width:415px) {
	.landing-subhead {
		margin-top: 20px;
	}
}
.signup-subhead {
	font-family: 'Montserrat', sans-serif;
	font-weight: 200;
	color: #212529;
	font-size: 37px;
	text-align: center;
	line-height: 38px;
	margin-bottom: 20px;
}
.landing-text {
	font-family: 'Lora', serif;
	font-weight: 300;
	color: #212529;
	font-size: 17px;
	margin-bottom: 35px;
}
.landing-text ul {
	margin-bottom: 20px;
	margin-top: 10px;
	position: relative;
	left: 20px;
}
.landing-text li {
	line-height: 40px;
}
@media only screen and (max-width:600px) {
	.landing-text ul {
		left: 0px;
	}
}

/* LANDING GRAVITY FORM STYLES */
.page-template-page-landing .gfield_description {
	font-family: 'Montserrat', sans-serif;
	font-size: 10px;
	color: #333;
	max-width: 45%;
	margin-right: auto;
	margin-left: auto;
}
.page-template-page-landing .gform_title {
	display: none;
}
.page-template-page-landing .gform_body label {
	display: none;
}
.page-template-page-landing .gform_footer, .page-template-page-landing .ginput_container {
	text-align: center;
}
.page-template-page-landing .gform_button.button, .page-template-page-landing .gfield input {
	min-width: 45%;
}
@media only screen and (max-width:600px) {
	.page-template-page-landing .gform_button.button, .page-template-page-landing .gfield input {
		min-width: 95%;
	}
	.page-template-page-landing .gfield_description {
		min-width: 95%;
	}
}
/* END GRAVITY FORM STYLES */


.signup-area {
	display: block;
	margin: 45px 0px;
	background-color: #ededed;
    padding: 20px;
    margin-bottom: 0px;
}

.quote-container {
	border:none;
	quotes: "\201C""\201D""\2018""\2019";
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 0px;
	text-align: center;
}

.quote-container h3 {
    font-size: 20px;
	font-weight:300;
	font-family: 'Lora', serif;
	line-height: 30px;
	text-align: justify;
}

.quote-container h3:before { 
    content: open-quote;
    font-weight: bold;
    font-size: 100px;
    color: #0d4d89;
	font-family: Georgia, Times New Roman, serif;
	position: absolute;
    margin-top: -20px;
} 
.quote-container h3:after { 
    content: close-quote;
    font-weight: bold;
    font-size: 100px;
    color: #0d4d89;
	font-family: Georgia, Times New Roman, serif;
	float: right;
    margin-top: 35px;
}
.quote-attribution{
	text-align: center;
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
}
.quote-bg {
	width:100%;
	background-color: #a4ceeb;
}
#quote-anchor {
    margin-top: -60px;
}
.benefit-boxes {
	float: left;
	padding: 15px;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	min-height: 150px;
}

@media only screen and (max-width:575px) {
	 .benefit-boxes {
		min-height: 90px;
	}
}

.benefit-inner {
	padding: 20px;
	border-radius:8px;
	border-left: 3px solid #eef3f6;
}
.landing-button a {
	padding: 6px 12px;
	background-color: #0d4d89;
	color: #fff;
	text-decoration: none;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 500;
}
.landing-button a:hover {
	background-color: #a4ceeb;
}
.page-template-page-landing #mc_embed_signup .button {
	background-color: #0d4d89 !important;	
}
.page-template-page-landing #mc_embed_signup .button:hover {
	background-color: #a4ceeb !important;
}
@media only screen and (max-width:450px) {

	.landing-mobile img {
		max-width: 100px;
	}
	.landing-text li {
		line-height: auto;
	}
	.quote-container h3 {
    	font-size: 14px;
		line-height: 23px;
	}
	.quote-attribution {
    	font-size: 16px;
    	margin-top: 20px;
	}
}



/*--------------------------------------------------------------
## MEDIA QUERIES
--------------------------------------------------------------*/
@media only screen and (min-width:975px) {
	.solutionary-container {
		min-height: 970px;
	}
}
@media only screen and (max-width: 1200px) {
	.mission-container {    
		width: 80%;
	}
}
@media only screen and (max-width: 768px) {
	.banner-container {
		margin-left: 5%;
	}

	.mission-statement {
		font-size: 24px;
	}
	.home-cta-title{
		font-size: 34px;
		width: 90%;
		line-height: 36px;
	}
	.home-cta-text{
		width: 90%;
	}	
}

@media only screen and (max-width: 400px) {
	.solutionary-header {
		font-size: 20px;
		line-height: 24px;
	}
	.banner-headline {
		font-size: 380%;
	}
}

.announcement-header {
	padding: 15px 0px;
	border-bottom: 1px solid #0d4d89;
	font-size: 14px;
	color: #333;
	text-align: center;
	width: 100%;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 35px;
	margin-top: -20px;
}

/*********************
BLOG STYLES
*********************/
.blog .entry-content a, .archive .entry-content a {
	background-color: #3286bd;
	padding: 6px 12px;
	display: inline-block;
	margin-bottom: 25px;
	color: #fff;
	border-radius: 4px;
}
.blog .entry-content a:hover, .archive .entry-content a:hover  {
	background-color: #8ccead;
	text-decoration: none;
}

.blog .header-image {
    margin-top: 0px;
}

.nav-container {
    border-bottom: #ededed 1px solid;
}

.blog #content.site-content, .archive #content.site-content, .single-post #content.site-content, .resource-template-default #content.site-content  {
    padding-bottom: 0px;
}

/*.blog #primary, .archive #primary {
	margin-top: 100px;
}*/
.blog #main {
    margin-top: 35px;
}

.blog .container {
	margin-top: 35px;
}

.archive #primary {
	margin-top: 100px;
}

.single-post #primary {
    margin-top: 100px;
}
.single-resource #primary {
	margin-top: 100px;
}

.blog #secondary, .archive #secondary, .single-post #secondary {
    float: left;
    margin-top: 135px;
}

.blog label, .single-post label, .search label, .error404 label {
    margin-bottom: 25px;
}

.page-content .is-form-style button.is-search-submit {
    margin-top: -26px;
}

.archive-description {
	margin-bottom: 35px;	
}
.post-navigation .nav-previous a, .post-navigation .nav-next a {
	font-size: 13px;
}
.post-navigation .nav-previous, .post-navigation .nav-next {
    width: 40%;
}
.single-post .entry-footer {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
}
.single-post #breadcrumbs {
    width: 60%;
}
.single-post .row {
    margin-right: 0px;
    margin-left: 0px; 
    width: 100%;
}
.single-resource .row {
    margin-right: 0px;
    margin-left: 0px; 
    width: 100%;
}
#breadcrumbs {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
}
.wp-paginate.font-inherit {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    margin-bottom: 35px;
}
.wp-paginate .title {
    font-family: 'Montserrat', Sans-serif;
}
.pagination {
  flex-wrap: wrap;
}
.pagination li {
  margin-bottom: 0.2rem;
  margin-right: 0.5rem;
  margin-top: 0.2rem;
  text-align: center;
  width: 50px;
}
.container {
	margin-top: 35px;
}

/*
.single-post #secondary ul li a, .error404 #secondary ul li a, .resource-template-default #secondary ul li a, .page-template-default #secondary ul li a, .page-id-30830 #secondary ul li a {
    background-color: transparent;
    color: #0d4d89;
    font-size: 15px;
    text-transform: none;
    border-bottom: 1px solid #ededed;
    width: 100%;
}
.single-post #secondary ul li a:hover, .error404 #secondary ul a:hover, .resource-template-default #secondary ul li a:hover, .page-template-default #secondary ul li a:hover, .page-id-30830 #secondary ul li a:hover {
    background-color: #8ccead;
    color: #fff;
}*/
.single-post .container {
    padding-right: 0px;
    padding-left: 0px;
}
/*********************
RESOURCE STYLES
*********************/
.fav-info {
	text-align: center;
	float: right;
	position: relative;
	top: -35px;
	right: 10px;
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
}
.single-post .fav-info {
	margin-top: 70px;
}
.single-resource .fav-info {
	margin-top: 70px;
}

.card-img-top {
	margin-bottom: 20px;
}
#resource-results .card {
	margin: 25px 0px;
}
#learn-teach-issues-results .card, #learn-issues-results .card {
	margin: 25px 0px;
}
#post-22259 .col-form-label-sm, .archive .col-form-label-sm {
    font-size: 12px;
	font-family: 'Montserrat', sans-serif;
}
#post-22259 .btn-primary, .resource-template-default .btn-primary, .archive .btn-primary {
	color: #fff;
	background-color: #0d4d89;
	font-family: 'Montserrat', sans-serif;
	border: none;
}
#post-22259 .btn-primary:hover, .resource-template-default .btn-primary:hover, .archive .btn-primary:hover {
	background-color: #8ccead !important;
}

.back-to-tag a {
	font-family: 'Montserrat', sans-serif;
	background-color: #8ccead;
	border: 2px solid #8ccead;
	color: #fff;
}
.back-to-tag a:hover {
	font-family: 'Montserrat', sans-serif;
	background-color: #fff;
	border: 2px solid #8ccead;
	color: #8ccead;
}

#post-22259 .page-link, .tag-learn-the-issues .page-link {
    padding: 3px 6px;
    color: #000;
    background-color: #f8f8f8;
    border: 1px solid #efecee;
    border-radius: 4px;
}
#post-22259 .page-link:hover, .tag-learn-the-issues .page-link:hover {
    background-color: #ededed !important;
}

#post-22259 .current { 
	opacity: 0.4 !important;
}
.page-item.active .page-link {
	background-color: #ededed !important;
    border: 1px solid #efecee;
	color: #000;
}
#post-22259 .pagination, .tag-learn-the-issues .pagination {
    display: block;
    text-align: center;
}
#post-22259 .pagination li, .tag-learn-the-issues .pagination li {
    width: 28px;
	display: inline-block !important;
}
.resource-template-default .nav-links {
	display: none;
}
.error404 .container {
	margin-top: 90px; 
} 
.search .container, .error404 .container {
	margin-top: 170px; 
} 
.search .entry-header {
	margin-top: 45px;
}
.is-menu .search-icon-path {
    fill: #ffffff !important;
}
.is-menu {
  /*  left: 20px !important;
    text-align: left !important;*/
	left: 35%;
    margin-bottom: 20px !important;
	max-width: 50% !important;
}
.mega-menu-primary .is-form-style input.is-search-input {
	border-radius: 0 !important;
}
.is-menu.is-dropdown form {
    left: 30px !important;
    top: 0px !important;
	max-width: 90%;
}
.is-form-style input.is-search-submit, .is-search-icon {
    background: #8ccead;
    border: none !important;
}

@media only screen and (max-width: 559px) {
	.is-menu.is-dropdown form {
    	position: relative;
    	margin-top: -35px;
		max-width: 80%;
	} 
}
@media only screen and (max-width: 411px) {
	.is-menu.is-dropdown form {
		max-width: 50%;
	} 
}
@media screen and (max-width: 910px) {
.nav-container .is-menu.default form {
  /*  max-width: 80% !important;*/
}
	.is-menu form {
		max-width: 80% !important;
		left: 10%;
		margin-right;10px;
	}
}

/*********************
SIGN UP STYLES
*********************/
.page-id-30620 #secondary, .page-id-30624 #secondary, .page-id-30622 #secondary, .page-id-30631 #secondary, .page-id-30634 #secondary  {
	display: none;
}

.profile-options {
	margin-bottom: 35px;
	font-family: 'Montserrat', sans-serif;
}
.profile-options a {
	color: #0d4d89;
	text-decoration: none;
}
.profile-options a:hover {
	text-decoration: underline;
	color: #8ccead;
}
.page-id-30622 .page label, .page-id-30620 .page label {
    margin-bottom: 10px;
    margin-top: 25px;
}
.page-id-30631 .page label {
    margin-bottom: 10px;
    margin-top: 25px;
	margin-right: 15px;
}
.page-id-30622 .page label, .page-id-30620 .page .toggle-password {
    margin-bottom: 10px;
    margin-top: 22px;
}

.page-id-30622 .btn-primary {
    color: #fff;
	background-color: #0d4d89;
    border: none;
}
.page-id-30620 .btn-primary{
    color: #fff;
	background-color: #0d4d89;
    border: none;
	margin-top: 30px;
	margin-bottom: 20px;
}
.page-id-30620 h2 {
	margin-top: 25px !important;
	margin-bottom: -10px;
	font-weight: 300;
}
.page-id-30620 input[type="checkbox"], input[type="radio"] {
    margin-top: 29px;
    left: 14px;
}

.page-id-30622 .btn-primary:hover, .page-id-30620 .btn-primary:hover, .page-id-30631 [type=submit]:not(:disabled):hover{
	background-color: #8ccead !important;
}
.page-id-30631 [type=submit]:not(:disabled) {
    color: #fff;
	background-color: #0d4d89;
	font-family: 'Montserrat', sans-serif;
    border: none;
	padding: 8px 12px;
}

.page-id-30634 [type=submit]:not(:disabled):hover{
	background-color: #8ccead !important;
}
.page-id-30634 [type=submit]:not(:disabled) {
    color: #fff;
	background-color: #0d4d89;
	font-family: 'Montserrat', sans-serif;
    border: none;
	padding: 8px 12px;
}

/*********************
ZOE BOOKS STYLES
*********************/
.book-display {
	margin-top: 35px;
	padding-bottom: 35px;
	border-bottom: 1px solid #ededed;
}
.book-img {
	float: left;
	padding-right: 30px;
	width: 30%;
}

.book-img img {
	max-width: 100%;
}
.book-copy {
	width: 69%;
	display: inline-block;
}
.book-text {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
}
.book-title {
	color: #0d4d89;
	font-weight: bold;
	font-size: 18px;
}
.book-btn {
	display: inline-block;
	margin-right: 15px;
	font-family: 'Montserrat', sans-serif;
	margin-top: 25px;
	font-size: 12px;
}

.book-btn a {
	padding: 8px 12px;
	color: #fff;
	background-color: #0d4d89;
	text-decoration: none;
}
.book-btn a:hover {
	color: #fff;
	background-color: #8ccead;
}

.int-nav {
	font-family: 'Montserrat', sans-serif;
	margin-top: 15px;
	margin-bottom: 25px;
	font-size: 12px;
	text-align: center;
}

.int-nav a {
	display: inline-block;
	padding: 8px 12px;
	color: #333;
	background-color: #ededed;
	text-decoration: none;
	margin-right: 2px;
	margin-top: 2px;
}
.int-nav a:hover {
	color: #fff;
	background-color: #8ccead;
}
.int-active {
	background-color: #8ccead !important;
	color: #fff !important;
}
/*--------------------------------------------------------------
## Graduate Programs Bio Styles
--------------------------------------------------------------*/
.page-template-page-graduate-programs .page-id-102 .wp-block-image .alignleft img {
    border-radius: 75px;
}
.page-template-page-graduate-programs .page-id-30885 .wp-block-image .alignright img {
    border-radius: 75px;
}
.page-template-page-graduate-programs .wp-block-image .alignright img {
    border-radius: 75px !important;
}
.bio-list {
	margin-bottom:25px;
	padding-top:15px;
	border-bottom: 1px solid #ededed;
}
.bio-image {
	max-width: 30%;
	margin-right: 3%;
	float: left;
	margin-bottom: 25px;
}
.bio-image img {
	border-radius: 75px;
}
.bio-title {
	width: 65%;
	display: inline-block;
	font-weight: 700;
	font-size: 22px;
}
.bio-text {
	width: 65%;
	display: inline-block;
	margin-bottom: 25px;
}
.bio-text p:nth-child(1) {
	margin: 0px !important;
}
.bio-quote {
	text-align: left;
	font-size: 16px;
	font-style: italic;
	display: block;
	margin-bottom: 25px;
	color: #000;
	clear: both;
}

@media (max-width: 500px){
	.bio-quote {
		font-size: 14px;
	}
}

/* =============================================================================
   TEAM STYLES
   ========================================================================== */
.team-item {
  background-color: #fff;
  float:left;
  height:auto;
  width: 29%;	
  min-height: 320px;
  padding-right: 0px;
  margin-right: 30px;
}
@media only screen and (max-width: 768px) {
.team-item {
	  width: 41%;	
}
}
@media only screen and (max-width: 1325px) {
.team-item {
	min-height: 290px;
}
}

.team-name {
    color: #125289;
    font-weight: 700;
    text-align: center;
    line-height: 19px;
    padding: 5px 3px;
	font-size: 18px;
}

.team-name a{
    color: #125289;
	text-decoration: none;
}
.team-name a:hover {
    color: #8ccead;
	text-decoration: underline;
}

.team-title {
  font-weight: 300;
  font-size: 13px;
  color: #000;
  margin-top: 0px;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}
.team-title a:hover, .team-title a:focus, .team-title a:visited:hover, .team-title a:visited:focus {
    color: #8ccead;
}
.team-title a:link, .team-text a:visited:link {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

.team-img {
  text-align: center;
}
.team-img img {
  max-width:100% !important;
  height:auto !important;
  border-radius: 75px;
  filter: grayscale(100%);
  transition: 150ms ease;	
}
.team-img img:hover {
	filter: none;
}

.first {
    margin-left: 0;
}
.lity {
	background-color: #fff !important;
	background: #fff !important;
	background: rgba(255, 255, 255, 0.9) !important;
}
.lity-close {
	color: #000 !important;
}

.page-template-page-blank .nav-container {
	display: none !important;
}
.page-template-page-blank .container{
	margin-top: 85px;
}
.page-template-page-blank .header-buttons {
	display: none !important;
}

.page-template-page-blank .wp-block-image .alignleft img {
    border-radius: 75px;
}

.bio-page-title {
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	color: #0d4d89;
	margin-bottom:15px;
}
.page-template-page-staff-team .page-template-page-blank .wp-block-image .alignright  {
	display: none;
}

.board-item {
  background-color: #fff;
  float:left;
  height:auto;
  width: 29%;	
  min-height: 225px;
  padding-right: 0px;
  margin-right: 30px;
}
@media only screen and (max-width: 768px) {
.board-item {
	  width: 41%;	
}
}

/* =============================================================================
   PARTNER STYLES
   ========================================================================== */
.partner-item {
  background-color: #fff;
  float:left;
  height:auto;
  width: 21%;	
  padding-right: 0px;
  margin-right: 25px;
}
@media only screen and (max-width: 768px) {
.partner-item {
	  width: 41%;	
}
}

.partner-img {
  text-align: center;
}
.partner-img img {
  max-width:100% !important;
  height:auto !important;
}
.partner-img img:hover {
	filter: none;
  	opacity: .5;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
	width: 100%;
	background-color: #4684b7;
}
.footer #content.site-content {
	padding: 2em 2em 0 2em!important;
	max-width: 75%;
    margin-right: auto;
    margin-left: auto;
}
.footer-column {
	/*width: 20%;
	margin-right: 5%;*/
	width: 18%;
	margin-right: 2%;
	float: left;
	margin-bottom: 20px;
}
@media screen and (max-width: 1400px) {
	.footer #content.site-content {
		max-width: 100%;
	}
}

@media screen and (max-width: 768px) {
	.footer-column {
		width: 33%;
	}
}	
@media screen and (max-width: 500px) {
	.footer-column {
		width: 100%;
	}
}	
.footer-column li {
	list-style-type: none;
}
.footer-column li a {
	list-style-type: none;
	margin-left:-40px;
	display: block;
	margin-bottom: 8px;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
}
.footer-column li a:hover {
	color: #ffCC33;
}
.footer-column ul.sub-menu {
	margin-left: -37px;
	line-height: 15px;
	font-size: 13px !important;
}

.sub-menu li a {
	font-size: 15px !important;
}

.sub-menu li a::before {
	content: "- ";
	color: #a4ceeb;
}

.footer-title a {
	color: #ffffff;
	font-family: 'Lora', serif !important;
	font-weight: 700;
	font-size: 18px !important;
	margin-bottom: 15px;
	text-decoration: none;
}
.footer-title a:hover {
	text-decoration: underline;
}

.footer-bottom {
	background-color: #125289;
}
.footer-bottom #content.site-content {
	padding: 10px 0!important;
}
.footer-bottom-col1{
	float:left;
	background-color: #125289;
	width: 70%;
}
.footer-bottom-col1 img {
	padding: 10px;
	margin-right: 30px;
	max-width: 25%;
	min-width: 270px;
}
.footer-bottom-col2 {
	float: right;
	width: 30%;
	font-size: 11px;
	color: #fff;
	vertical-align: middle;
	font-family: 'Montserrat', sans-serif;
	padding: 15px;
	background-color: #125289;
}
.footer-bottom-col2 a {
	color: #fff;
	text-decoration: underline;
}
.footer-bottom-col2 a:hover {
	color: #ff9933;
	text-decoration: none;
}

@media screen and (max-width: 900px) {
	.footer-bottom-col1 {
		width: 95%;
		margin-right: 0px;
		text-align:center;
	}
	.footer-bottom-col2 {
		width: 100%;
	}
}


.fb-icon {
	position: relative;
    top: 5px;
}
.fb-icon a {
    color: #125289;
    padding-right: 2px;
    background-color: #fff;
    border-radius: 20px;
    padding: 4px 10px;
	font-size: 19px;
	margin-right: 5px;
}
.fb-icon a:hover {
  	background-color: #ffcc33;
}

.ig-icon {
	position: relative;
    top: 5px;
}
.ig-icon a {
    color: #125289;
    padding-right: 2px;
    background-color: #fff;
    border-radius: 20px;
    padding: 4px 7px;
	font-size: 19px;
	margin-right: 5px;
}
.ig-icon a:hover {
  	background-color: #ffcc33;
}

.tw-icon {
	position: relative;
    top: 5px;
}
.tw-icon a {
    color: #125289;
    padding-right: 2px;
    background-color: #fff;
    border-radius: 20px;
    padding: 4px 7px;
	font-size: 19px;
	margin-right: 5px;
}
.tw-icon a:hover {
  	background-color: #ffcc33;
}

.pin-icon {
	position: relative;
    top: 5px;
}
.pin-icon a {
    color: #125289;
    padding-right: 2px;
    background-color: #fff;
    border-radius: 20px;
    padding: 4px 9px;
	font-size: 19px;
	margin-right: 5px;
}
.pin-icon a:hover {
  	background-color: #ffcc33;
}

.yt-icon {
	position: relative;
    top: 5px;
}
.yt-icon a {
    color: #125289;
    padding-right: 2px;
    background-color: #fff;
    border-radius: 20px;
    padding: 5px 6px;
	font-size: 18px;
	margin-right: 5px;
}
.yt-icon a:hover {
  	background-color: #ffcc33;
}

.li-icon {
	position: relative;
    top: 5px;
}
.li-icon a {
    color: #125289;
    background-color: #fff;
    border-radius: 20px;
    padding: 5px 8px;
	font-size: 18px;
}
.li-icon a:hover {
  	background-color: #ffcc33;
}

@media screen and (max-width: 500px) {
	.fb-icon {
    	margin-left: 5%;
	}
	.footer-bottom-col2 {
		text-align: center;
	}
	.footer-bottom-col1 img {
		max-width: 100%;
	}
}


.navbar-dark .site-info {
  color: #fff;
}
.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}

.copyright a, footer#colophon a {
  color: inherit;
}

@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}

nav ul,
nav ol, nav li {
  list-style: none;
  list-style-image: none; 
    text-align: center;
	display: block;
}

#main-nav {
	display: block;
    margin-top: 20px;
    position: relative;
	margin-bottom: -15px;
}


#main-nav li a:hover, #main-nav li a:active, #main-nav li.current-menu-item a, #main-nav .active a {
	background-color: transparent;
}

.header .nav {
	display: block;
	margin-bottom: -8px;
}

nav li {
 	display: inline-block;
 	transition-duration: 0.1s;
 	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 14px;
	vertical-align: top;
}

.header .nav-link {
    padding: 0rem 1rem 1em 1rem !important;
    min-height: 37px !important;
}

#main-nav li a {
	color: #0d4d89;
}

nav .dropdown-menu {
	background: #0d4d89;
}
nav .dropdown-menu a {
	color: #fff !important;
	text-align: left;
	line-height: 1;
}
nav .dropdown-menu a:hover {
	color: #ffCC33 !important;
}

nav .dropdown-menu li{
	clear: both;
	width: 100%;
	padding: 5px 0px;
}


.dropdown ul {
    margin-block-start: 0px;
	width: 265px;
	border-radius: 0px;
}


.is-menu path.search-icon-path {
    fill: #0d4d89 !important;
}

.is-menu {
    left: 1%;
}

.is-menu.is-dropdown form {
    left: -275px !important;
    top: 29px !important;
    max-width: 90%;
}
.is-form-style.is-form-style-3 input.is-search-input {
    border-right: 0!important;
    border-radius: 0px !important;
}



.header-search {
    width: 55%;
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
    padding-top: 7px;
}

.header-search .is-search-submit {
    margin-top: -26px !important;
}


@media screen and (min-width: 1025px){
    .header-search {
        display: none;
    }
    .is-search-submit {
        margin-top: 0;
    }
}


@media screen and (min-width: 1024px) {
	.logo-container {
		width: 100%;
	}
	.logo {
		width: 30%;
	}
}

/*
.animatedfsmenu-navbar-toggler.right_top {
    z-index: 100000 !important;
	display: flex;
    top: 66px !important;
	position: absolute;
}

@media only screen and (min-width: 1651px) {
	.animatedfsmenu-navbar-toggler.right_top {
      display: none !important;
  }
}
@media screen and (max-width: 1500px) {
	#main-nav {
		display: none;
	}
}
*/
.badges {
	display: inline-block;
	margin-right: -10px !important;
}
.badges img {
	min-width: 90px !important;
    min-height: 67px !important;
    margin-right: 0px !important;
    padding-right: 0px !important;
}
@media screen and (max-width: 767px) {
	.badges {
		clear:both;
	}
	.badges img {
		width: 70px !important;
		min-width: 70px !important;
		min-height: 52px !important;
	}
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}

@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }
}