/*!
Theme Name: Leadership Victoria
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: leadership-victoria
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

leadership-victoria is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

/*@font-face {
    font-family: 'Chronicle Display Light';
    src: url('assets/fonts/Chronicle-Display-Light.otf');
}
@font-face {
    font-family: 'Chronicle Display SemiBold';
    src: url('assets/fonts/Chronicle-Display-Semibold.otf');
}*/
@font-face {
    font-family: 'Chronicle Display Bold';
    src: url('assets/fonts/ChronicleDisp-Bold.otf');
}
@font-face {
    font-family: 'Chronicle Display Italic';
    src: url('assets/fonts/ChronicleDisp-BoldItal.otf');
}

@font-face {
    font-family: 'Proxima Nova Regular';
    src: url('assets/fonts/ProximaNova-Reg.otf');
}
@font-face {
    font-family: 'Proxima Nova';
    src: url('assets/fonts/ProximaNova-Reg.otf');
}
@font-face {
    font-family: 'Proxima Nova Rg';
    src: url('assets/fonts/ProximaNova-Reg.otf');
}
@font-face {
    font-family: 'Proxima Nova Regular Italic';
    src: url('assets/fonts/ProximaNova-RegIt.otf');
}
@font-face {
    font-family: 'Proxima Nova Bold';
    src: url('assets/fonts/ProximaNova-Bold.otf');
}
@font-face {
    font-family: 'Proxima Nova Bold Italic';
    src: url('assets/fonts/ProximaNova-BoldIt.otf');
}


@font-face {
    font-family: 'Chronicle Text G1 Italic';
    src: url('assets/fonts/ChronicleTextG1-Italic-Pro.otf');
}
@font-face {
    font-family: 'Chronicle Text G1 SemiBold';
    src: url('assets/fonts/ChronicleTextG1-Semibd-Pro.otf');
}
@font-face {
    font-family: 'Chronicle Text G1 SemiBold Italic';
    src: url('assets/fonts/ChronicleTextG1-SemiIta-Pro.otf');
}
@font-face {
    font-family: 'Chronicle Text G1 Roman';
    src: url('assets/fonts/ChronicleTextG1-Roman-Pro.otf');
}

.font-cdb {
	font-family: 'Proxima Nova Bold';
}
.font-cdi {
	font-family: 'Proxima Nova Regular Italic';
}

.font-pnr {
	font-family: 'Proxima Nova Regular';
}
.font-pnri {
	font-family: 'Proxima Nova Regular Italic';
}
.font-pnb {
	font-family: 'Proxima Nova Bold';
}
.font-pnbi {
	font-family: 'Proxima Nova Bold Italic';
}

.font-ctgr {
	font-family: 'Proxima Nova Regular';
}
.font-ctgi {
	font-family: 'Proxima Nova Regular Italic';
}
.font3-ctgs {
	font-family: 'Proxima Nova Bold';
}
.font2-ctgsi {
	font-family: 'Proxima Nova Bold Italic';
}


html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}


/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	-webkit-box-sizing: content-box;
	        box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
input,
select,
optgroup,
textarea {
	color: #1e1e1e;
	font-family: 'Proxima Nova Regular';
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.5;
}
button {
	font-family: 'Proxima Nova Bold';
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

h1, h2 {
	font-family: 'Proxima Nova Bold';
}

h3, h4, h5, h6 {
	font-family: 'Proxima Nova Bold';
}

h1 {
	margin-bottom: 1.5rem;
	font-size: 55px;
}

h2 {
	font-size: 40px;
	margin-bottom: 1.75rem;
}
h3 {
	font-size: 24px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 14px;
}

/* h6 {
    font-size: 1.12rem;
} */

p {
	margin-bottom: 1.25rem;
}

.meta-text {
	font-size: 14px;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: inherit;
	        box-sizing: inherit;
}

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

body.logged-in.admin-bar .site-header.sticky-top {
	top: 32px;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 1.5em;
	padding-left: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
{
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #9f9084;
	border: 1px solid #9f9084;
	border-radius: 3px;
	height: auto;
    padding: 1.25rem .75rem;
    font-family: 'Proxima Nova Bold';
    font-size: 85%;
    width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
	outline: none;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

.search-form {
	width: 65%;
	position: relative;

}
.search-btn-icon {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	padding:0.75rem;
}
.search-submit {
	background: #00AEEF;
	color: #fff;
	width: 40px;
    height: 40px;
    line-height: 1px;
    text-align: center;
    border-radius: 50%;
    padding: 12px;
    border: none;
    cursor: pointer;
    font-size: inherit;
    outline: none;
}
.search-submit:focus {
	outline: none;
}
/*.search-form .search-submit:after {
    content: "\f054";
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    position: absolute;
    right: 0.75rem;
    top: 0.75rem;
    bottom: 0.75rem;
    background-color: #00AEEF;
    line-height: 40px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
}*/

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #00AEEF;
	text-decoration: none;
	-webkit-transition: color .15s ease-in-out,
				background-color .15s ease-in-out,
				border-color .15s ease-in-out,
				-webkit-box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out,
				background-color .15s ease-in-out,
				border-color .15s ease-in-out,
				-webkit-box-shadow .15s ease-in-out;
	-o-transition: color .15s ease-in-out,
				background-color .15s ease-in-out,
				border-color .15s ease-in-out,
				box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out,
				background-color .15s ease-in-out,
				border-color .15s ease-in-out,
				box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out,
				background-color .15s ease-in-out,
				border-color .15s ease-in-out,
				box-shadow .15s ease-in-out,
				-webkit-box-shadow .15s ease-in-out;
}

/*a:visited {
	color: purple;
}*/

a:hover, a:focus, a:active {
	color: midnightblue;
	text-decoration: none;
}

a:focus {
	outline: none;
}

a:hover, a:active {
	outline: 0;
}


::-moz-selection {
  background: #99dff9;
}
::selection {
  background: #99dff9;
} 


/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header {
	background: #fff;
	border-bottom: 1px solid #e3e2e1;
}
.single-news .site-header {
	border-bottom: 1px solid #e3e2e1;
}
.navbar-light .navbar-brand {
	font-family: 'Proxima Nova Bold';
    text-transform: uppercase;
	color: #00AEEF;
	font-size: 1.5rem;
}
.navbar-brand img {
	max-height: 42px;
	margin: 10px 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	font-family: 'Proxima Nova Bold';
}
.main-navigation .navbar-nav .nav-link {
	color: #000;
}
.main-navigation .navbar-nav .nav-link {
	margin-right: 1rem;
	margin-left: 1rem;
	padding: 5px 0;
}
.main-navigation .navbar-nav .search-icon {

}
.main-navigation .navbar-nav .search-icon .nav-link {
	background: #00AEEF;
	color: #fff;
	width: 40px;
    height: 40px;
    line-height: 1px;
    text-align: center;
    border-radius: 50%;
    padding: 12px;
    margin-right: 0;
    margin-left: 0.5rem;
}
.main-navigation .navbar-nav .search-icon .nav-link i {
	font-size: 15px;
}
.main-navigation .navbar-nav .search-icon .nav-link:hover {
	opacity: 0.75;
}
@media (min-width: 768px) {
	.main-navigation .navbar-nav .nav-link.active, .current_page_parent {
		border-bottom: 3px solid #00AEEF;
	}
}
@media (max-width: 992px) {
	.main-navigation .navbar-nav .nav-link {
	    font-size: 13px;
	    margin-right: .5rem;
	    margin-left: .5rem;
	}
}


.navbar-toggler {
	border-radius: 50%;
	padding: 0.5rem;
}
.navbar-toggler:focus {
	outline: none;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.site-content {
	background: #fff;
	overflow: hidden;
}

.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%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	        clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	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;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	-webkit-clip-path: none;
	        clip-path: none;
	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. */
}

/* 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;
}

/*--------------------------------------------------------------
# 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;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.page-bottom-space {
	padding-bottom: 120px;
}
#content .content-area.float-left {
    width: 68%;
    width: calc(100% - 368px);
}
#content .content-area.float-left {
    padding-right: 50px;
}

#sidebar {
    width: 32%;
    width: 368px;
}
@media(max-width: 1024px) {
	#content .content-area.float-left {
	    width: 70%;
	    width: calc(100% - 255px);
	}
	#sidebar {
	    width: 30%;
	    width: 255px;
	}
}
@media (max-width: 991.98px) { 
	#content .content-area.float-left {
	    width: 70%;
	    width: calc(100% - 207px);
	}
	#sidebar {
	    width: 30%;
	    width: 207px;
	}
}


@media(max-width: 567px) {
	#content .content-area.float-left {
	    width: 100%;
	}
	#sidebar {
	    width: 100%;
	}
}


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

.widget-recent-news {
	padding-top: 5em;
}
.widget-recent-news .widget-title {
	border-bottom: 1px solid #333;
	padding-bottom: .5rem;
	margin: 0;
}

.widget-recent-news ul {
	list-style: none;
	padding: 0;
	margin-left: 0;
	font-family: 'Proxima Nova Regular'; 
	font-size: 1rem;
}
.widget-recent-news ul li {
	padding: 1rem 2rem;
	border-bottom: 1px solid #ddd;
}
.widget-recent-news ul li a {
	color: #000;
}

.widget-recent-news ul li.active a {
	font-family: 'Proxima Nova Bold';
    font-size: 18px;
}



/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

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

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

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# 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%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.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-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/*=============================================
== Footer 		             
=============================================*/

.site-footer {
	background: #ededed;
	padding: 2.5rem 0;
	font-family: 'Proxima Nova Regular';
}
#menu-footer-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: right;
}
#menu-footer-menu li {
	display: inline-block;
}
#menu-footer-menu li:first-child {
	padding-right: 1.5rem;
}
#menu-footer-menu li a {
	color: #333;
	font-size: 90%;
}
.social-list {
	padding: 0;
	margin: 0;
	text-align: left;
}
.social-list li {
	display: inline-block;
	margin: 0 2px;
}
.social-list li a {
	background: #00AEEF;
	color: #fff;
	width: 36px;
	height: 36px;
	display: block;
	line-height: 36px;
	text-align: center;
	border-radius: 50%;
}
.site-footer .btn-login {
	float: right;
	padding: 1.15rem 2.75rem;
}
.site-footer .btn-login i {
	font-size: 1.35rem;
}
.footer-widget-1 img {
	height: 42px !important;
	width: auto !important;
}

@media (min-width: 992px) {
	.site-footer .widget {
		margin: 0;
	}
	.social-list {
		text-align: left;
	}
}
@media (max-width: 991.98px) {
	#menu-footer-menu {
		text-align: center;
		font-size: 16px;
	}
	.widget {
		margin-bottom: 0;
	}
}
@media (max-width: 767.98px) {
	#menu-footer-menu {
		text-align: left;
	}
	.site-footer .btn-login {
		float: none;
	}
	.widget {
		margin-bottom: 1.5rem;
	}
	#menu-footer-menu {
		text-align: left;
	}
}


/*=============================================
== Home Featured Program
=============================================*/

.program-home {
	position: relative;
	background: #00AEEF;
	min-height: 630px;
}
.program-home .program-body-area {
	background: #00AEEF;
	position: relative;
	color: #fff;
	padding: 10% 8%;
}
.program-body-area:after {
	content: '';
	background: url('assets/images/feature-right-curve-new.png');
	position: absolute;
	top: 0;
	right: -85px;
    bottom: 0;
    height: 100%;
    min-height: 630px;
    z-index: 1;
    width: 100px;
    background-repeat: no-repeat;
    background-size: cover;
}

.program-body-area.green:after{
	content: '';
	background: url('assets/images/feature-right-curve-green.png');
	position: absolute;
	top: 0;
	right: -85px;
    bottom: 0;
    height: 100%;
    min-height: 630px;
    z-index: 1;
    width: 100px;
    background-repeat: no-repeat;
    background-size: cover;
}
.program-body-area.pink:after{
	content: '';
	background: url('assets/images/feature-right-curve-pink.png');
	position: absolute;
	top: 0;
	right: -85px;
    bottom: 0;
    height: 100%;
    min-height: 630px;
    z-index: 1;
    width: 100px;
    background-repeat: no-repeat;
    background-size: cover;
}
.program-body-area.orange:after{
	content: '';
	background: url('assets/images/feature-right-curve-orange.png');
	position: absolute;
	top: 0;
	right: -85px;
    bottom: 0;
    height: 100%;
    min-height: 630px;
    z-index: 1;
    width: 100px;
    background-repeat: no-repeat;
    background-size: cover;
}

.program-body-area.black:after{
	content: '';
	background: url('assets/images/feature-right-curve-black.png');
	position: absolute;
	top: 0;
	right: -85px;
    bottom: 0;
    height: 100%;
    min-height: 630px;
    z-index: 1;
    width: 100px;
    background-repeat: no-repeat;
    background-size: cover;
}

.green-column,.program-body-area.green{
	background:#82CF25;
}
.pink-column,.program-body-area.pink{
	background:#EC008C;
}
.orange-column,.program-body-area.orange{
	background:#FF7200;
}
.black-column,.program-body-area.black{
	background:black;
}
.program-home .program-body-area .feature-tag {
	margin-bottom: 1rem;
}
.program-home .program-body-area h1 {
	font-size: 3.5rem;
	margin-bottom: 1.8rem;
}
.program-home .program-body-area p { 
	font-size: 1.5rem;
}
.program-home .program-body-area .author-name {
	font-size: 1.2rem;
	padding-left: 0.75rem;
}

.program-home .image-area {
	width: 100%;
	background-image: url('assets/images/feature-default.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	min-height: 630px;
	height:100%;
}

.program-home .program-body-area .progress-text {
	margin-bottom: 2rem;
}

.bottom-curve {
	display: none;
}

@media (min-width: 768px) {
	.program-home .col-md-7 {
	    -ms-flex: 0 0 57%;
	    -webkit-box-flex: 0;
	            flex: 0 0 57%;
	    max-width: 57%;
	}
	.program-home .col-md-5 {
	    -ms-flex: 0 0 43%;
	    -webkit-box-flex: 0;
	            flex: 0 0 43%;
	    max-width: 43%;
	}
}

@media (max-width: 991.98px) {
	.program-home .program-body-area {
		padding: 8% 5% 3%;
	}
	.bottom-curve {
		display: block;
		position: absolute;
		z-index: 1;
		left: -55px;
	    right: -50px;
		bottom: -90px;
	}
	.bottom-curve.cyan path {
		fill: #00AEEF;
	}
	.bottom-curve.black path {
		fill: #000;
	}
	.bottom-curve.orange path {
		fill: #FF7200;
	}
	.bottom-curve.green path {
		fill: #82CF25;
	}
	.bottom-curve.magenta path {
		fill: #EC008C;
	}
}

@media (max-width: 768px) {
	.program-body-area:after {
		display: none;
	}
	.program-home .image-area {
		min-height: 350px;
	}
}


/*=============================================
== Home Circle Style
=============================================*/

.circle-style-1 {
	margin-top: 80px;
}
.circle-style-2,
.circle-style-1 {
	margin-bottom: 80px;
}
.circle-style-1 h1,
.circle-style-2 h1 {
	line-height: 3.25rem;
}
.circle-style-2 .text-content p {
	font-size: 1.12rem;
}
.circle-style-1 .text-content p {
	font-size: 1.5rem;
}
.image-block {
	position: relative;
	text-align: center;
	margin-top: 20px;
}
.image-block img {
	max-width: 370px;
	z-index: 1;
    position: relative;
    border-radius: 50%;
}
.circle-style-1 .image-block img { 
	margin-left: 6rem;
	margin-top: 8rem;
}

.image-block .bg-circle {
	position: absolute;
    width: 290px;
    background: #000;
    height: 290px;
    top: -20px;
    border-radius: 50%;
}
.circle-style-2.right-side .image-block .bg-circle {
	right: -70px;
}
.circle-style-2.left-side .image-block .bg-circle {
	left: -70px;  
}

.circle-list {
	position: absolute;
    margin: 0;
    padding: 0;
    list-style: none;
    top: 0;
    right: -220px;
    width: 460px;
}
.circle-list li {
	width: 144px;
    border-radius: 50%;
    background: #ff7200;
    height: 144px;
    float: left;
    margin: 4px;
}

@media(max-width: 991.98px) {
	.circle-style-1 .image-block img {
	    margin-left: 0;
	}
	.circle-list {
		right: -340px;
	}
	.left-side .image-block {
		margin-left: -40px;
	}
	.circle-style-2.right-side .image-block .bg-circle {
		left: 250px;
	}
	.circle-style-2.left-side .image-block .bg-circle {
		left: -150px;
	}
}
@media(max-width: 767.98px) {
	.circle-style-2.left-side .image-block .bg-circle {
		left: -70px;
	}
	.right-side .image-block {
		text-align: left;
	}
	.left-side .image-block {
		text-align: right;
	}
}
@media(max-width: 576px) {
	.image-block {
		text-align: left;
	}
	.image-block img {
		max-width: none;
		width: 90%;
	}
	.image-block .bg-circle {
		width: 290px;
		height: 290px;
	}
	.right-side .image-block {
		margin-left: 0;
	}
	.left-side .image-block {
		margin-left: 0px;
	}
}


/*=============================================
== Buttons
=============================================*/

.btn,
.btn-sm,
.btn-lg {
	border-radius: 0px;
}
.btn:focus,
.btn:hover {
    text-decoration: none;
    outline: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.btn-lg {
    padding: 1rem 2.25rem;
    font-size: 1.1rem;
}

.btn-white,
.btn-blue,
.btn-green,
.btn-pink,
.btn-orange,
.btn-black {
	font-family: 'Proxima Nova Bold';
	border-radius: 0;
	min-width: 170px;
}
.btn-white,
.btn-white:hover,
.btn-white:focus  {
	background: #fff;
	color: #00AEEF;
	
}
.btn-black,
.btn-black:hover,
.btn-black:focus  {
	background: #fff;
	color: #000;
	
}
.btn-green,
.btn-green:hover,
.btn-green:focus  {
	background: #fff;
	color: #82CF25;
	
}
.btn-pink,
.btn-pink:hover,
.btn-pink:focus  {
	background: #fff;
	color: #EC008C;
	
}
.btn-orange,
.btn-orange:hover,
.btn-orange:focus  {
	background: #fff;
	color: #FF7200;
	
}
.btn-white .icon-left {
	margin-right: 8px;
}
.btn-blue,
.btn-blue:hover,
.btn-blue:focus {
	background: #00AEEF;
	color: #fff;
}

.btn-white:hover,.btn-green:hover,.btn-pink:hover,.btn-orange:hover,.btn-black:hover {
	background-color: #e3e1e0;
}

.btn-blue:hover {
	background-color: #0065a4;
}

.btn-text {
	font-family: 'Proxima Nova Bold';
	position: relative;
	padding: 0 1.15rem 0 0;
}
.btn-lg.btn-text:after {
	line-height: 1.25rem;
}
.btn-text:after {
	content: "\f054";
	font-family: Font Awesome\ 5 Free;
	font-weight: 900;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0
}
.btn-lg.btn-text.float-right:after,
.btn-lg.btn-text.float-left:after {
	margin-top: 3px;
}
.btn-sm.btn-text.float-right:after {
	margin-top: 2px;
}
.btn-sm.btn-text:after {
	line-height: 1rem;
}

.btn-text:hover {
	color: #0065a4;
}

.btn-cta {
	min-width: 250px;
}


/*=============================================
== Bootstrap Override Classes
=============================================*/

.card-deck {
	z-index: 1;
    position: relative;
    margin-right: -13px;
    margin-left: -13px;
    margin-bottom: 4px;
}

.card-deck .card {
	margin-right: 13px;
    margin-left: 13px;
    margin-bottom: 26px;
    border: none;
	border-radius: 0;
    -webkit-box-shadow: 0 2px 12px 3px rgba(0, 0, 0, 0.13);
            box-shadow: 0 2px 12px 3px rgba(0, 0, 0, 0.13);
}

@media (min-width: 768px) {
	.card-deck {
	    -ms-flex-flow: row wrap;
	    -webkit-box-orient: horizontal;
	    -webkit-box-direction: normal;
	            flex-flow: row wrap;
	    
	}
	.card-deck .card {
	    -ms-flex: 1 0 30%;
	    -webkit-box-flex: 1;
	            flex: 1 0 30%;
	}
}
@media (min-width: 992px) {
	.card-deck .card {
		max-width: 30.33%;
	}
}
@media (min-width: 1200px) {
	.card-deck .card {
		max-width: 31.1%;
	}
}


/*=============================================
== Full Width Section with color
=============================================*/

.bg-full-width {
	background-color: #f8f7f6;
	padding: 80px 0;
	position: relative;
}
.bg-full-width:before,
.bg-full-width:after {
	content: '';
	background-color: #f8f7f6;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
}
.bg-full-width:before {
	left: -100%;
}
.bg-full-width:after {
	right: -100%;
}


/*=============================================
== Programs & Events
=============================================*/

.home .programs-events h2,
.single-program .programs-events h2 {
	text-align: center;
	padding-bottom: 1rem;
}
.home .programs-events {
	padding: 0;
	margin-bottom: 120px;
}
.programs-events {
	padding: 80px 0;
}
.programs-event-deck .programs-block,
.programs-event-deck .event-block {
    padding: 1rem 1.5rem;
}

.programs-event-deck .programs-block {
	border-top: 3px solid;
}
.programs-event-deck .programs-block.open {
	border-top-color: #c0e792;
}
.programs-event-deck .programs-block.closed {
	border-top-color: #9f9084;
}
.programs-event-deck .programs-block.pending {
	border-top-color: #eb6a00;
}

.programs-event-deck .event-block {
	background-color: #f8f7f6;
}
.programs-block .programs-header,
.event-block .event-header {
	overflow: hidden;
	font-size: 14px;
}
.programs-block .programs-body,
.event-block .event-body {
	font-family: 'Proxima Nova Regular';
	-webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-bottom: 2.5rem;
}
.programs-block .programs-body p:last-child,
.event-block .event-body p:last-child {
	margin: 0;
}
.programs-block .programs-body,
.event-block .event-body {
	font-size: 1.12rem;
}
.programs-block .programs-footer,
.event-block .event-footer  {
	overflow: hidden;
}
.programs-block .programs-footer .btn-text {
	margin-top: .5rem;
}
.event-block .event-footer .btn-text {
	margin-bottom: .35rem;
}

.programs-block:hover,
.event-block:hover,
.news-block:hover {
	-webkit-box-shadow: 0 4px 15px 3px rgba(0, 0, 0, 0.25);
	        box-shadow: 0 4px 15px 3px rgba(0, 0, 0, 0.25);
}

.programs-block:hover .programs-footer .btn-text,
.event-block:hover .programs-footer .btn-text,
.news-block:hover .news-footer .btn-text {
	color: #0065a4;
}
.btn-status {
	color: #fff;
	font-family: 'Proxima Nova Bold';
	min-width: 140px;
}
.btn-status:hover {
	color: #fff;
}
.programs-block .btn-status {
	padding: .5rem 2.25rem;
} 
.open .btn-status {
	background: #65a01c;
}
.closed .btn-status {
	background: #9f9084;
}
.pending .btn-status {
	background: #eb6a00;
}


.programs-event-deck .programs-block,
.programs-event-deck .event-block,
.news-deck .news-block {
	-webkit-transition: color .15s ease-in-out, 
	background-color .15s ease-in-out, 
	border-color .15s ease-in-out, 
	-webkit-box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, 
	background-color .15s ease-in-out, 
	border-color .15s ease-in-out, 
	-webkit-box-shadow .15s ease-in-out;
	-o-transition: color .15s ease-in-out, 
	background-color .15s ease-in-out, 
	border-color .15s ease-in-out, 
	box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, 
	background-color .15s ease-in-out, 
	border-color .15s ease-in-out, 
	box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out, 
	background-color .15s ease-in-out, 
	border-color .15s ease-in-out, 
	box-shadow .15s ease-in-out, 
	-webkit-box-shadow .15s ease-in-out;
}


/*=====  Inner Page  ======*/
.section_overview {

}
.other-page-links {
	display: inline-block;
}
.other-page-links a {
	padding: 1.2rem 7rem 1.2rem 1rem;
	background-color: #f8f7f6;
	margin-bottom: 0.75rem;
	position: relative;
	display: block;
	color: inherit;
}
.other-page-links a:after {
	content: "\f054";
	font-family: Font Awesome\ 5 Free;
	font-weight: 900;
	position: absolute;
	right: 0.75rem;
	top: 0.75rem;
	bottom: 0.75rem;
	background-color: #00AEEF;
	line-height: 40px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	color: #fff;
	text-align: center;
}
.content-info {
	border: none !important;
	background-color: transparent !important;
	-webkit-box-shadow: none !important;
	        box-shadow: none !important;
}
@media(max-width: 991.99px) {
	.content-info:after {
		content: '';
		width: 100%;
	}
	.programs-event-deck .card.content-info {
		-webkit-box-flex: 1;
		    -ms-flex: 1 0 100%;
		        flex: 1 0 100%;
		        max-width: 100%;
		padding-right: 47%;
	}
	.programs-event-deck .card.content-info:last-child {
		-webkit-box-ordinal-group: 0;
		    -ms-flex-order: -1;
		        order: -1;
	}
	.programs-event-deck .card {
		max-width: 46.5%;
	}
}
@media(max-width: 576px) {
	.programs-event-deck .card.content-info {
		padding: 0;
	}
	.programs-event-deck .card {
		max-width: 100%;
	}
}



/*=============================================
== News
=============================================*/

.home .latest-news {
	padding-bottom: 0;
}
.news-page .latest-news {
	padding-top: 0;
}
.latest-news {
	padding: 120px 0;
}
.news-block .news-image img {
	width: 100%;
}
.news-block .news-body {
	padding: .75rem 1.5rem;
	font-family: 'Proxima Nova Regular';
	-webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.news-block .news-body .date {
	font-size: 90%;
	margin-bottom: .5rem;
}
.news-block .news-body h5 {
	font-size: 1.13rem;
}
.news-block .news-body .news-text p {
	font-size: .88rem;
}
.news-block .news-body .news-text p:last-child {
	margin-bottom: 0;
}
.news-block .news-footer {
	padding: 0 1.25rem 1.25rem;
}

.loadmore-block {
	padding-top: 1.8rem;
}


/*=============================================
== News Single Page
=============================================*/

.single-news .entry-content,
.single-news .entry-footer {
	/*margin-left: 6rem;*/
    margin-right: 2rem;
    margin-top: 2rem;
}
.user-entry-meta {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 1rem;
    margin: 3rem 0;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
}
.user-entry-meta img {
	margin-right: 1.25rem;
	border-radius: 50%;
	width: 80px;
}
.user-entry-meta-body {
	-webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 1.12rem;
}
.user-entry-meta-body .date {
	margin-bottom: .25rem;
	font-size: 85%;
}


/* Single Page */

.single-news .entry-content,
.single-news .entry-footer {
	/*margin-left: 6rem;*/
    margin-right: 2rem;
    margin-top: 2rem;
}

.social-share {
	float: right;
}
.social-share .social-list {
	text-align: left;
}
.social-share .social-list li {
	margin: 0;
}
.single .entry-footer {
	border-top: 1px solid #333;
	padding: 1.75rem 0;
}
.single .entry-footer .reference-text {
	font-size: 80%;
}



/* Single Program */
.single-program .entry-content,
.single-program .entry-footer,
.single-event .entry-content,
.single-event .entry-footer {
	/*margin-left: 6rem;*/
}
.snapshot-block {
	background-color: #f8f7f6;
	padding: 30px 25px;
}
.snapshot-block h3 {
	margin-bottom: 24px;
}
/* @media(min-width: 1200px) {
	.single-program #content .content-area.float-left {
		width: 68%;
		width: calc(100% - 368px);
	}
	.single-program #sidebar {
	    width: 32%;
	    width: 368px;
	    -webkit-box-sizing: border-box;
	    box-sizing: border-box;
	}
	.single-program #sidebar .sidebar-inner.sticky-sidebar {
	    width: 368px;
	}
}
@media(min-width: 1024px) {
	.single-program #content .content-area.float-left {
		width: 68%;
		width: calc(100% - 300px);
	}
	.single-program #sidebar {
	    width: 32%;
	    width: 300px;
	    -webkit-box-sizing: border-box;
	    box-sizing: border-box;
	}
	.single-program #sidebar .sidebar-inner.sticky-sidebar {
	    width: 300px;
	}
}
@media (min-width: 567px) and (max-width: 991.98px) { 
	.single-program #sidebar .sidebar-inner.sticky-sidebar {
	    width: 27%;
	}
}
@media(min-width: 567px) {
	.single-program #sidebar .sidebar-inner.sticky-sidebar {
		position: fixed;
		top: 150px;   
		overflow: hidden;
		z-index: 3;
	}
} */
/* @media(min-width: 567px) {
	.single-program #sidebar .sidebar-inner.sticky-sidebar {
		position: fixed;
	    top: 150px;   
	    overflow: hidden;
	    z-index: 3;
	    width: 368px;
	}
} */



/*=============================================
== Newsletter
=============================================*/

.home .newsletter {
	padding-top: 80px;
}
.newsletter {
	padding: 120px 0;
}
.newsletter-email {
    position: relative;
    width: 55%;
    margin: auto;
}
.input-btn-icon {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	padding:0.75rem;
}
.btn-submit {
	background: #00AEEF;
	color: #fff;
	width: 40px;
    height: 40px;
    line-height: 1px;
    text-align: center;
    border-radius: 50%;
    padding: 12px;
    border: none;
    cursor: pointer;
    font-size: inherit;
    outline: none;
}
.btn-submit:focus {
	outline: none;
}


/*=============================================
== Program Best
=============================================*/

.program-best {
	padding: 120px 0;
}
.program-best p {
	font-size: 1.5rem;
    margin-bottom: 2rem;
}


/*=============================================
== Page Title
=============================================*/

.page-title-block {
	background-color: #00AEEF;
	margin-bottom: 50px;
}
.page-title-block .entry-title {
	color: #fff;
	margin: 0;
	padding: 5rem 0;
	text-align: center;
}
.search-page-title {
	padding-top: 120px;
	padding-bottom: 80px;
	margin: 0;
}

/* Color Title Maodule */

.page-title-block.style-2 {
	position: relative;
	min-height: 350px;
	margin-bottom: 60px;
}
.page-title-block.style-2 .program-title-area {
    position: relative;
    color: #fff;
    padding: 0% 8%;
}
.page-title-block.style-2 .program-title-area:after {
    content: '';  
    position: absolute;
    top: 0;
    right: -45px;
    bottom: 0;
    height: 100%;
    min-height: 350px;
    z-index: 1;
    width: 50px;
    background-repeat: no-repeat;
    background-size: cover;
}
.page-title-block.style-2 .breadcrumbs {
	padding: 1.5rem 0;
	color: #fff;
}
.page-title-block.style-2 .breadcrumbs a {
	color: #fff;
}

.page-title-block.style-2 .entry-title {
	text-align: left;
	padding: 3rem 0;
}
.page-title-block.style-2.cyan {
	background-color: #00AEEF;
}
.page-title-block.style-2.cyan .program-title-area:after {
	background: url('assets/images/cyan.png');
}
.page-title-block.style-2.orange {
	background-color: #FF7200;
}
.page-title-block.style-2.orange .program-title-area:after {
	background: url('assets/images/orange.png');
}
.page-title-block.style-2.green {
	background-color: #82CF25;
}
.page-title-block.style-2.green .program-title-area:after {
	background: url('assets/images/green.png');
}
.page-title-block.style-2.magenta {
	background-color: #EC008C;
}
.page-title-block.style-2.magenta .program-title-area:after {
	background: url('assets/images/magenta.png');
}


.program-title-image-area {
	width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	min-height: 350px;
}
@media (min-width: 1400px) {
	.page-title-block.style-2 .program-title-area {
	    padding-left: 17%;
	}
}

@media(max-width: 991.98px) {
	.page-title-block.style-2 .program-title-area:after {
		display: none !important;
	}
}

/*=============================================
== Breadcrumbs
=============================================*/
.breadcrumbs {
	color: #9f9084;
	font-family: 'Proxima Nova Bold';
	font-size: 85%;
	padding: 2.75rem 0;
}
.breadcrumbs a {
	color: #9f9084;
}
.breadcrumbs a:hover {
	color: #1e1e1e;
}
.breadcrumbs .seperator {
	display: inline-block;
	margin: 0 .35rem;
	
}

.search-info-header {
	padding: 40px 0 20px;
	color: #9f9084;
	border-bottom: 1px solid #9f9084;
}
.search-results article a,
.page-template-searchpage article a {
	color: #000;
}
.search-results article a:hover,
.page-template-searchpage article a:hover {
	color: #00AEEF;
}
.search-results article .entry-header h4,
.search-results article .entry-summary,
.page-template-searchpage article .entry-header h4,
.page-template-searchpage article .entry-summary {
	margin-bottom: 0.75rem;
}
.search-results article,
.page-template-searchpage article {
	border-bottom: 1px solid #9f9084;
	padding: 20px 0;
}
.search-results .site-main,
.page-template-searchpage .site-main,
.search-no-results .site-main,
.error404 .site-main {
	padding-bottom: 120px;
	width: 100%;
}

.no-results .search-info-header {
	margin-bottom: 30px;
}

@media(min-width: 992px) {
	.search-results .site-main,
	.page-template-searchpage .site-main,
	.search-no-results .site-main {
		padding-left: 80px;
		width: 65%;
	}
}

.error404 .search-form {
	width: 40%;
	margin: auto;
}


/* Rich Text */
.lv-richtext-small {
	font-size: 14px;
}
.lv-richtext-large {
	font-size: 24px;
}
.lv-richtext-large a,
.lv-richtext-normal a,
.lv-richtext-small a {
	border-bottom: 1px solid;
}
.lv-richtext-large p:last-child,
.lv-richtext-normal p:last-child,
.lv-richtext-small p:last-child {
	margin-bottom: 0;
}


/* File Download */
.file-download {
    background-color: #f8f7f6;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    min-width: 55%;
}
.file-download a {
	color: inherit;
	display: block;
	padding: .75rem;
	-webkit-box-shadow: 0 3px 10px 2px rgba(0, 0, 0, 0.13);
	        box-shadow: 0 3px 10px 2px rgba(0, 0, 0, 0.13);
}
.file-download a:hover {
	-webkit-box-shadow: 0 4px 13px 2px rgba(0, 0, 0, 0.25);
	        box-shadow: 0 4px 13px 2px rgba(0, 0, 0, 0.25);
}
.file-download a:hover i { 
	background-color: #0065a4; 
}
.file-download .icon {
	display: inline-block;
	float: left;
	margin-right: 10px;
}
.file-download i {
	background-color: #00AEEF;
    line-height: 40px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 14px;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}
.file-download .file-size {
	position: absolute;
	right: 1rem;
	bottom: .75rem;
}
.file-download-body,
.go-to-page-body {
	display: inline-block;
}

.go-to-page {
    background-color: #f8f7f6;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    min-width: 55%;
}
.go-to-page a {
	display: block;
	color: inherit;
}
.go-to-page .icon {
	display: inline-block;
	position: absolute;
    bottom: 0.8rem;
    right: 0.8rem;
}
.go-to-page i {
	background-color: #00AEEF;
    line-height: 40px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 14px;
}
.go-to-page-body {
	padding: 1.2rem 1rem;
}

.go-to-page.large-block .go-to-page-body {
	padding: 1.2rem 5rem 1.5rem 1.5rem;
}
.go-to-page.large-block 
.go-to-page.large-block .icon {
	bottom: 1.5rem;
    right: 1.5rem;
}
.go-to-page.large-block .sub-text {
	margin-top: .25rem;
}



/* Empty Space */
.space-120 {
	height: 120px;
}
.space-80 {
	height: 80px;
}
.space-56 {
	height: 56px;
}
.space-40 {
	height: 40px;
}
.space-32 {
	height: 32px;
}
.space-24 {
	height: 24px;
}


/* Quote & Big CTA */
.quote-block,
.big-cta-block {
	position: relative;
}
.quote-block .circle,
.big-cta-block .circle {
	border-radius: 50%;
	position: absolute;
	top: 0;
	bottom: 0;
}
.quote-body,
.big-cta-body {
	position: relative;
	z-index: 1;
}
.quote-block .quote-content,
.big-cta-block .big-cta-content {
	font-size: 24px;
	margin-bottom: 36px;
}
.quote-block .quote-content p:last-child,
.big-cta-block .big-cta-content p:last-child {
	margin-bottom: 0;
}

.quote-block .circle.cyan,
.big-cta-block .circle.cyan {
	background-color: #99dff9;
}
.quote-block .circle.green,
.big-cta-block .circle.green {
	background-color: #c0e792;
}
.quote-block .circle.orange,
.big-cta-block .circle.orange {
	background-color: #ffb87f;
}
.quote-block .circle.magenta,
.big-cta-block .circle.magenta {
	background-color: #ffb2e0;
} 


/* Quote */
.quote-block-inner {
	min-height: 300px;
}
.quote-block .circle {
	width: 300px;
	height: 300px;
}
.quote-block.right-side .circle {
	right: -150px;
}
.quote-block.left-side .circle {
	left: -150px;
}
.quote-block.right-side .quote-body {
	padding-right: 20px;
}
.quote-block.left-side .quote-body {
	padding-left: 20px;
}
.quote-block .quote-content {
	margin-bottom: 16px;
}

.citation-content img {
	width: 80px;
	height: 80px;
}

/* Big CTA */
.big-cta-block-inner {
	min-height: 485px;
}
.big-cta-block .circle {
	width: 484px;
	height: 484px;
	right: -242px;
}
.big-cta-block.right-side .circle {
	right: -200px;
}
.big-cta-block.left-side .circle {
	left: -200px;
}
.big-cta-body {
	padding-right: 20px;
}



/* Facilitator Bio */
.facilitator-bio-block + .facilitator-bio-block {
	margin-top: 24px;
}
.facilitator-bio-block img {
	width: 200px;
}


/* Divider */
.divider-block {
	border-top: 1px solid;
}
.divider-block.brown {
	border-color: #9f9084;
}
.divider-block.black {
	border-color: #1e1e1e;
}


/* Video */

.wpb_video_widget iframe {
	width: 100%;
}

/* Logo List */
.logo-list {
	
}
.logo-list ul {
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: 0;
}
.logo-list ul li {
	float: left;
	width: 25%;
	padding-left: 15px;
	padding-right: 15px;
}
.logo-block img {
	width: 100%;
	padding: 6px;
}


.image-caption {
}

.full-image .image-caption {
	margin-top: 24px;
}


/* Table Block */
.table-block .table {
	margin-bottom: 10px;
}
.table-block .table td, .table-block .table th {
	padding: 1.25rem 0;
	border-color: #9f9084;
}
.table-block .table thead th {
	border-top: 0;
	min-width: 130px;
}
.table-block .table thead th a {
	border-bottom: 1px dashed #00AEEF;
}
.table-block .table tbody td {
	font-size: 16px;
}
.table-block .table tr.row-hidden {
	display: none;
}
.table-row-loadmore {
	font-family: 'Proxima Nova Bold';
    font-size: 1.1rem;
    text-align: center;
    display: block;
    cursor: pointer;
}
.table-row-loadmore i {
	margin-left: .75rem;
	color: #00AEEF;
}


/* Pagination */
.navigation {
	margin-top: 40px;
	font-family: 'Proxima Nova Bold';
}
.navigation .page-numbers {
	display: inline-block;
    min-width: 30px;
    min-height: 30px;
    text-align: center;
    line-height: 30px;
}
.navigation .prev.page-numbers,
.navigation .next.page-numbers {
	font-size: 16px;
}
.navigation .prev.page-numbers i {
	margin-right: 8px;
}
.navigation .next.page-numbers i {
	margin-left: 8px;
}


/* Combine */
.single-program h2.lv-heading,
.single-program h3.lv-heading,
.lv-richtext-large,
.lv-richtext-normal,
.lv-richtext-small,
.file-download,
.go-to-page {
	margin-bottom: 40px;
}

.cta-button,
.quote-block,
.wpb_video_widget,
.full-image,
.logo-list,
.facilitators-list,
.divider-block,
.big-cta-block,
.table-block {
	margin-bottom: 56px;
}
.single-program h4.lv-heading {
	margin-bottom: 16px;
}

/*
 *
 * Min Width Media Query
 *
 */

/*=============================================
== Small devices landscape phones, 576px and up
=============================================*/

@media (min-width: 576px){
	/* body {
	    max-width: 480px;
	    margin: auto;
		background: #5f5f5f;
	}
	.container {
	    max-width: 480px;
	} */
}

/*=============================================
== Medium devices tablets, 768px and up
=============================================*/

@media (min-width: 768px){
	/* body {
	    max-width: 560px;
	    margin: auto;
		background: #5f5f5f;
	}
	.container {
	    max-width: 560px;
	} */
}

/*=============================================
== Large devices desktops, 992px and up
=============================================*/

@media (min-width: 992px){
	/* body {
	    max-width: 800px;
	    margin: auto;
		background: #5f5f5f;
	}
	.container {
	    max-width: 770px;
	} */
}

/*=============================================
== Small devices desktops, 992px and up
=============================================*/

@media (min-width: 1024px){
	/* body {
	    max-width: 800px;
	    margin: auto;
		background: #5f5f5f;
	}
	.container {
	    max-width: 770px;
	} */
	.single .full-image.stretch,
	.single .wpb_video_widget {
		margin-left: 0rem;
	}
	
}

/*=============================================
== Extra Large devices large desktops, 1200px and up
=============================================*/

@media (min-width: 1200px) { 
	body {
		max-width: 1440px;
		margin: auto;
		background: #5f5f5f;
	}
	.container {
	    max-width: 1180px;
	}
	/* .program-home .program-body-area {
		padding-left: 18%;
	} */
	.single .full-image.stretch,
	.single .wpb_video_widget {
		margin-left: -6rem;
	}

}

/*=============================================
== Extra Large devices large desktops, 1200px and up
=============================================*/

@media (min-width: 1400px) { 
	.program-home .program-body-area {
		padding-left: 15%;
	}
}


/*
 *
 * Max Width Media Query
 *
 */

/*=============================================
== Large devices desktops, less than 1200px
=============================================*/

@media (max-width: 1199.98px) { 
	/* body {
		max-width: 980px;
		margin: auto;
		background: #5f5f5f;
	}
	.container {
	    max-width: 950px;
	} */
}


/*=============================================
== Large devices desktops, less than 1200px
=============================================*/

@media (max-width: 1024px) { 
	/* body {
		max-width: 980px;
		margin: auto;
		background: #5f5f5f;
	}
	.container {
	    max-width: 950px;
	} */
	.single-program .entry-content, 
	.single-program .entry-footer,
	.single-news .entry-content, 
	.single-news .entry-footer {
		margin-left: 0;
	}
}


/*=============================================
== Medium devices tablets, less than 992px
=============================================*/

@media (max-width: 991.98px){
	/* body {
	    max-width: 800px;
	    margin: auto;
		background: #5f5f5f;
	}
	.container {
	    max-width: 770px;
	} */
	
	.go-to-page {
		min-width: 100%;
	}

	.space-120 {
		height: 80px;
	}
	.space-80 {
		height: 56px;
	}
	.space-56 {
		height: 40px;
	}
	.space-40,
	.space-32 {
		height: 24px;
	}
	.space-24 {
		height: 16px;
	}

	h1 {
		font-size: 40px;
	}

	h2 {
		font-size: 28px;
	}

	h3,
	.lv-richtext-large {
		font-size: 18px;
	}

	h4 {
		font-size: 14px;
	}

	h5 {
		font-size: 12px;
	}
	.meta-text {
		font-size: 12px;
	}
	body {
		font-size: 14px;
	}

	.page-title-block {
		margin-bottom: 80px;
	}


	.page-title-block.style-2 .program-title-area {
		padding-left: 5%;
	}

	.single-program .entry-content, 
	.single-program .entry-footer {
		margin-left: 0;
	}

	.file-download,
	.go-to-page {
		width: 100%;
	}
}


/*=============================================
== Small devices landscape phones, less than 768px
=============================================*/

@media (max-width: 767.98px){
	/* body {
	    max-width: 590px;
	    margin: auto;
		background: #5f5f5f;
	}
	.container {
	    max-width: 590px;
	} */	
	.bottom-curve {
		width: 150%;
	}
	
}


/*=============================================
== Extra small devices portrait phones, less than 576px
=============================================*/

@media (max-width: 575.98px){
	/* body {
	    max-width: 480px;
	    margin: auto;
		background: #5f5f5f;
	}
	.container {
	    max-width: 480px;
	} */
	h1 {
		font-size: 30px;
	}
	h2 {
		font-size: 21px;
	}
	.home .card-deck .card {
		max-width: 100%;
	}
	.container {
		padding-left: 25px;
		padding-right: 25px;
	}
	.circle-list {
	    right: -215px;
	}
	.circle-list li {
		width: 130px;
		height: 130px;
	}

	.space-120 {
		height: 40px;
	}
	.space-80,
	.space-56,
	.space-40 {
		height: 24px;
	}
	.space-32,
	.space-24 {
		height: 16px;
	}

	.page-title-block {
		margin-bottom: 40px;
	}

	.page-title-block.style-2 .breadcrumbs {
		padding-bottom: 1rem;
	}
	.page-title-block.style-2 .entry-title {
		padding: .75rem 0;
	}

	.bottom-curve {
		width: 170%;
	}


	.single-program #content .content-area.float-left,
	#content .content-area.float-left {
		width: 100%;
		padding: 0;
	}
	.single-program #sidebar,
	#sidebar {
		width: 100%;
		margin-bottom: 40px;
	}
	.single-program .entry-content, 
	.single-program .entry-footer {
		margin-left: 0;
	}


}



/* Ladsacpe Mobile */
@media (min-width: 768px) and (max-width: 991.98px) { 
	.page-title-block.style-2 .program-title-area {
		padding-left: 8%;
	}
}
@media (min-width: 567px) and (max-width: 991.98px) { 
	.programs-events-page .card-deck,
	.news-page .card-deck {
		overflow: visible;
		-ms-flex-flow: row wrap;
	    -webkit-box-orient: horizontal;
	    -webkit-box-direction: normal;
	    -ms-flex-flow: row wrap;
	        flex-flow: row wrap;
	}
	.programs-events-page .card-deck .card.programs-block,
	.programs-events-page .card-deck .card.event-block,
	.news-page .card-deck .card.news-block  {
		max-width: 46.5%;
		min-width: 44.5%;
	}
	.card-deck {
		overflow-x: scroll;
 		overflow-y: hidden;
 		-webkit-overflow-scrolling: touch;
 		-ms-flex-wrap: nowrap;
    	flex-wrap: nowrap;
    	padding-top: 13px;
	}	
	.card-deck::-webkit-scrollbar {
	    display: none
	}	
	.card-deck .card {
	    min-width: 270px;
	    max-width: 270px;
	}

	.program-body-area:after {
		display: none !important;
	}
	.home .card-deck {
		overflow-x: scroll;
 		overflow-y: hidden;
 		-webkit-overflow-scrolling: touch;
 		-ms-flex-wrap: nowrap;
    	flex-wrap: nowrap;
	}	
	.home .card-deck::-webkit-scrollbar {
	    display: none
	}	
	.home .card-deck .card {
	    min-width: 270px;
	    max-width: 270px;
	}
	.facilitator-bio-block img {
	    width: 131px;
	    margin-bottom: 24px
	}
	.facilitator-bio-block .media{
		-ms-flex-flow: row wrap;
	    -webkit-box-orient: horizontal;
	    -webkit-box-direction: normal;
	            flex-flow: row wrap;
	}
	.facilitator-bio-block .media {
			-ms-flex-direction: column;
	    -webkit-box-orient: vertical;
	    -webkit-box-direction: normal;
	    -ms-flex-direction: column;
	            flex-direction: column
	}
}

.flickity-page-dots .dot{
	background:white!important;
}
.flickity-page-dots{
	bottom:15px!important;
}
#donate-button-container{
	text-align:center;
}
.about-block > .vc_column-inner{
	padding: 120px 60px 120px 60px;
	position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    box-shadow: 0 2px 12px 3px rgba(0, 0, 0, 0.13);
}
.about-block h3{
	margin-bottom:0;
}



.about-block a{
	color:unset!important;
}
h3 >a:hover{
	color:inherit;
}

.dropdown-item.active, .dropdown-item:active{
	background-color:#00AEEF;
}
.program-page-cta .cta-button{
	text-align: center;
}
div.wpcf7{
	width:100%;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing, div.wpcf7-mail-sent-ok{
    border: 2px solid #00AEEF;
}
.testimonial_rotator .testimonial_rotator_slide_title{
	margin : 0 0 41px 0;
}
.text.testimonial_rotator_description{
	position: relative;
}
@media (min-width: 1000px){
	.testimonial-content-body{
		padding :10px 132px;
	}
}

span.quote-left{
	position: absolute; top: -60px; font-size: 120px;  left: 5%;  color: #808080;
}

span.quote-right{
	position: absolute; right: 5%; font-size: 120px; top: -60px; color: #808080;
}
@media (max-width : 800px){
	span.quote-right{
		bottom:-3px;
		right:-1%;
		font-size:92px;
		top:unset;
	}
	span.quote-left{
		left:-1%;
		font-size:92px;
	}
}