/*
Theme Name:   CMAT Theme
Theme URI:    
Description:  CMAT Theme 
Author:       CMAT - Jim Barnes
Author URI:   http://www.cmatrust.net
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Version:      1.0.0
*/


/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/

html {
	font-family: sans-serif;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}
article,
aside,
footer,
header,
nav,
section {
	display: block;
}
figcaption,
figure,
main {
	display: block;
}
figure {
	margin: 1em 0;
}
hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}
a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
	outline-width: 0;
}

abbr[title] {
	border-bottom: 1px #767676 dotted;
	text-decoration: none;
}

b,
strong {
	font-weight: inherit;
}

b,
strong {
	font-weight: 700;
}

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

dfn {
	font-style: italic;
}

mark {
	background-color: #eee;
	color: #222;
}

small {
	font-size: 80%;
}

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

audio,
video {
	display: inline-block;
}

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

img {
	border-style: none;
}

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

button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

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

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

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

legend {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	display: inline-block;
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

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

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

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

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

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details,
menu {
	display: block;
}

summary {
	display: list-item;
}

canvas {
	display: inline-block;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
2.0 Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	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;
	-webkit-border-radius: 3px;
	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;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
4.0 Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer: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,
.nav-links:before,
.nav-links:after,
.pagination:before,
.pagination:after,
.comment-author:before,
.comment-author:after,
.widget-area:before,
.widget-area:after,
.widget:before,
.widget:after,
.comment-meta:before,
.comment-meta:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
	clear: both;
}

/*--------------------------------------------------------------
6.0 Forms
--------------------------------------------------------------*/

label {
	color: #333;
	display: block;
	font-weight: 800;
	margin-bottom: 0.5em;
}

fieldset {
	margin-bottom: 1em;
}

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: #666;
	background: #fff;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: block;
	padding: 0.7em;
	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: #222;
	border-color: #333;
}

select {
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height: 3em;
	max-width: 100%;
}

input[type="radio"],
input[type="checkbox"] {
	margin-right: 0.5em;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
	font-weight: 400;
}

button,
input[type="button"],
input[type="submit"] {
	background-color: #222;
	border: 0;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	line-height: 1;
	padding: 1em 2em;
	text-shadow: none;
	-webkit-transition: background 0.2s;
	transition: background 0.2s;
}

input + button,
input + input[type="button"],
input + input[type="submit"] {
	padding: 0.75em 2em;
}

button.secondary,
input[type="reset"],
input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary {
	background-color: #ddd;
	color: #222;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #767676;
}

button.secondary:hover,
button.secondary:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="button"].secondary:hover,
input[type="button"].secondary:focus,
input[type="reset"].secondary:hover,
input[type="reset"].secondary:focus,
input[type="submit"].secondary:hover,
input[type="submit"].secondary:focus {
	background: #bbb;
}


/*--------------------------------------------------------------
7.0 Formatting
--------------------------------------------------------------*/

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

/*--------------------------------------------------------------
8.0 Lists
--------------------------------------------------------------*/

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}



/*--------------------------------------------------------------
10.0 Links
--------------------------------------------------------------*/

a {
	color: #0c60d4;
}

a:focus {
	outline: thin dotted;
}

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


/*--------------------------------------------------------------
11.0 Featured Image Hover
--------------------------------------------------------------*/

.post-thumbnail {
	margin-bottom: 1em;
}

.post-thumbnail a img {
	-webkit-backface-visibility: hidden;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.post-thumbnail a:hover img,
.post-thumbnail a:focus img {
	opacity: 0.7;
}

/*--------------------------------------------------------------
12.0 Navigation
--------------------------------------------------------------*/

.navigation-top {
	background: #fff;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	font-size: 16px;
	font-size: 1rem;
	position: relative;
}

.navigation-top .wrap {
	max-width: 1000px;
	padding: 0;
}

.navigation-top a {
	color: #222;
	font-weight: 600;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}

.navigation-top .current-menu-item > a,
.navigation-top .current_page_item > a {
	color: #767676;
}

.main-navigation {
	clear: both;
	display: block;
}

.main-navigation ul {
	background: #fff;
	list-style: none;
	margin: 0;
	padding: 0 1.5em;
	text-align: left;
}

/* Hide the menu on small screens when JavaScript is available.
 * It only works with JavaScript.
 */

.js .main-navigation ul,
.main-navigation .menu-item-has-children > a > .icon,
.main-navigation .page_item_has_children > a > .icon,
.main-navigation ul a > .icon {
	display: none;
}

.main-navigation > div > ul {
	border-top: 1px solid #eee;
	padding: 0.75em 1.695em;
}

.js .main-navigation.toggled-on > div > ul {
	display: block;
}

.main-navigation ul ul {
	padding: 0 0 0 1.5em;
}

.main-navigation ul ul.toggled-on {
	display: block;
}

.main-navigation ul ul a {
	letter-spacing: 0;
	padding: 0.4em 0;
	position: relative;
	text-transform: none;
}

.main-navigation li {
	border-bottom: 1px solid #eee;
	position: relative;
}

.main-navigation li li,
.main-navigation li:last-child {
	border: 0;
}

.main-navigation a {
	display: block;
	padding: 0.5em 0;
	text-decoration: none;
}

/* Menu toggle */

.menu-toggle {
	background-color: transparent;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #222;
	display: none;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	line-height: 1.5;
	margin: 1px auto 2px;
	padding: 1em;
	text-shadow: none;
}
.menu-toggle span {
	margin-left: 10px;
}
/* Display the menu toggle when JavaScript is available. */

.js .menu-toggle {
	display: block;
}
.main-navigation.toggled-on ul.nav-menu {
	display: block;
}
.menu-toggle:hover,
.menu-toggle:focus {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}

/* Dropdown Toggle */

.dropdown-toggle {
	background-color: transparent;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #222;
	display: block;
	font-size: 16px;
	right: -0.5em;
	line-height: 1.5;
	margin: 0 auto;
	padding: 0.5em;
	position: absolute;
	text-shadow: none;
	top: 0;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
	background: transparent;
}

.dropdown-toggle:focus {
	outline: thin dotted;
}

/* Scroll down arrow */

.site-header .menu-scroll-down {
	display: none;
}

/*--------------------------------------------------------------
13.0 Layout
--------------------------------------------------------------*/

html {
	-webkit-box-sizing: border-box;
	-moz-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 http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

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

#page {
	position: relative;
	word-wrap: break-word;
}

.wrap {
	margin-left: auto;
	margin-right: auto;
	max-width: 700px;
	padding-left: 2em;
	padding-right: 2em;
}

.wrap:after {
	clear: both;
	content: "";
	display: block;
}

/*--------------------------------------------------------------
13.1 Header
--------------------------------------------------------------*/

#masthead .wrap {
	position: relative;
}

.site-header {
	background-color: #fafafa;
	position: relative;
}

/* Site branding */

.site-branding {
	padding: 1em 0;
	position: relative;
	-webkit-transition: margin-bottom 0.2s;
	transition: margin-bottom 0.2s;
	z-index: 3;
}

.site-branding a {
	text-decoration: none;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.site-branding a:hover,
.site-branding a:focus {
	opacity: 0.7;
}

.site-title {
	clear: none;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 800;
	line-height: 1.25;
	letter-spacing: 0.08em;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

.site-title,
.site-title a {
	color: #222;
	opacity: 1; /* Prevent opacity from changing during selective refreshes in the customize preview */
}

body.has-header-image .site-title,
body.has-header-video .site-title,
body.has-header-image .site-title a,
body.has-header-video .site-title a {
	color: #fff;
}

.site-description {
	color: #666;
	font-size: 13px;
	font-size: 0.8125rem;
	margin-bottom: 0;
}

body.has-header-image .site-description,
body.has-header-video .site-description {
	color: #fff;
	opacity: 0.8;
}

.custom-logo-link {
	display: inline-block;
	padding-right: 1em;
	vertical-align: middle;
	width: auto;
}

.custom-logo-link img {
	display: inline-block;
	max-height: 80px;
	width: auto;
}

body.home.title-tagline-hidden.has-header-image .custom-logo-link img,
body.home.title-tagline-hidden.has-header-video .custom-logo-link img {
	max-height: 200px;
	max-width: 100%;
}

.custom-logo-link a:hover,
.custom-logo-link a:focus {
	opacity: 0.9;
}

body:not(.title-tagline-hidden) .site-branding-text {
	display: inline-block;
	vertical-align: middle;
}

.custom-header {
	position: relative;
}

.has-header-image.home.blog .custom-header,
.has-header-video.home.blog .custom-header {
	display: table;
	height: 300px;
	height: 75vh;
	width: 100%;
}

.custom-header-media {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.custom-header-media:before {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.3+75 */
	background: -moz-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.3) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.3) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.3) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#4d000000", GradientType=0); /* IE6-9 */
	bottom: 0;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	z-index: 2;
}

.has-header-image .custom-header-media img,
.has-header-video .custom-header-media video,
.has-header-video .custom-header-media iframe {
	position: fixed;
	height: auto;
	left: 50%;
	max-width: 1000%;
	min-height: 100%;
	min-width: 100%;
	min-width: 100vw; /* vw prevents 1px gap on left that 100% has */
	width: auto;
	top: 50%;
	padding-bottom: 1px; /* Prevent header from extending beyond the footer */
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.wp-custom-header .wp-custom-header-video-button { /* Specificity prevents .color-dark button overrides */
	background-color: rgba(34, 34, 34, 0.5);
	border: 1px solid rgba(255, 255, 255, 0.6);
	color: rgba(255, 255, 255, 0.6);
	height: 45px;
	overflow: hidden;
	padding: 0;
	position: fixed;
	right: 30px;
	top: 30px;
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	width: 45px;
}

.wp-custom-header .wp-custom-header-video-button:hover,
.wp-custom-header .wp-custom-header-video-button:focus { /* Specificity prevents .color-dark button overrides */
	border-color: rgba(255, 255, 255, 0.8);
	background-color: rgba(34, 34, 34, 0.8);
	color: #fff;
}

.admin-bar .wp-custom-header-video-button {
	top: 62px;
}


/* For browsers that support 'object-fit' */
@supports ( object-fit: cover ) {
	.has-header-image .custom-header-media img,
	.has-header-video .custom-header-media video,
	.has-header-video .custom-header-media iframe {
		height: 100%;
		left: 0;
		-o-object-fit: cover;
		object-fit: cover;
		top: 0;
		-ms-transform: none;
		-moz-transform: none;
		-webkit-transform: none;
		transform: none;
		width: 100%;
	}
}

/* Hides div in Customizer preview when header images or videos change. */

body:not(.has-header-image):not(.has-header-video) .custom-header-media {
	display: none;
}

.has-header-image.home.blog .site-branding,
.has-header-video.home.blog .site-branding {
	display: table-cell;
	height: 100%;
	vertical-align: bottom;
}

/*--------------------------------------------------------------
13.4 Posts
--------------------------------------------------------------*/

/* Post Landing Page */

.sticky {
	position: relative;
}

.post:not(.sticky) .icon-thumb-tack {
	display: none;
}

.sticky .icon-thumb-tack {
	display: block;
	height: 18px;
	left: -1.5em;
	position: absolute;
	top: 1.65em;
	width: 20px;
}

.page .panel-content .entry-title,
.page-title {
	color: #222;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.entry-header .entry-title {
	margin-bottom: 0.25em;
}

.entry-title a {
	color: #333;
	text-decoration: none;
	margin-left: -2px;
}

.entry-title:not(:first-child) {
	padding-top: 0;
}

.entry-meta {
	color: #767676;
	font-size: 11px;
	font-size: 0.6875rem;
	font-weight: 800;
	letter-spacing: 0.1818em;
	padding-bottom: 0.25em;
	text-transform: uppercase;
}

.entry-meta a {
	color: #767676;
}

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

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

.pagination,
.comments-pagination {
	border-top: 1px solid #eee;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	padding: 2em 0 3em;
	text-align: center;
}

.pagination .icon,
.comments-pagination .icon {
	width: 0.666666666em;
	height: 0.666666666em;
}

.comments-pagination {
	border: 0;
}

.page-numbers {
	display: none;
	padding: 0.5em 0.75em;
}

.page-numbers.current {
	color: #767676;
	display: inline-block;
}

.page-numbers.current .screen-reader-text {
	clip: auto;
	height: auto;
	overflow: auto;
	position: relative !important;
	width: auto;
}

.prev.page-numbers,
.next.page-numbers {
	background-color: #ddd;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1;
	padding: 0.25em 0.5em 0.4em;
}

.prev.page-numbers,
.next.page-numbers {
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.prev.page-numbers:focus,
.prev.page-numbers:hover,
.next.page-numbers:focus,
.next.page-numbers:hover {
	background-color: #767676;
	color: #fff;
}

.prev.page-numbers {
	float: left;
}

.next.page-numbers {
	float: right;
}

/* Aligned blockquotes */

.entry-content blockquote.alignleft,
.entry-content blockquote.alignright {
	color: #666;
	font-size: 13px;
	font-size: 0.8125rem;
	width: 48%;
}

/* Blog landing, search, archives */

.blog .site-main > article,
.archive .site-main > article,
.search .site-main > article {
	padding-bottom: 2em;
}

.blog .entry-meta a.post-edit-link,
.archive .entry-meta a.post-edit-link,
.search .entry-meta a.post-edit-link {
	color: #222;
	display: inline-block;
	margin-left: 1em;
	white-space: nowrap;
}

.search .page .entry-meta a.post-edit-link {
	margin-left: 0;
	white-space: nowrap;
}

.taxonomy-description {
	color: #666;
	font-size: 13px;
	font-size: 0.8125rem;
}

/* More tag */

.entry-content .more-link:before {
	content: "";
	display: block;
	margin-top: 1.5em;
}

.single-featured-image-header {
	background-color: #fafafa;
	border-bottom: 1px solid #eee;
}

.single-featured-image-header img {
	display: block;
	margin: auto;
}

.page-links {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	padding: 2em 0 3em;
}

.page-links .page-number {
	color: #767676;
	display: inline-block;
	padding: 0.5em 1em;
}

.page-links a {
	display: inline-block;
}

.page-links a .page-number {
	color: #222;
}

/* Entry footer */

.entry-footer {
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	margin-top: 2em;
	padding: 2em 0;
}

.entry-footer .cat-links,
.entry-footer .tags-links {
	display: block;
	font-size: 11px;
	font-size: 0.6875rem;
	font-weight: 800;
	letter-spacing: 0.1818em;
	padding-left: 2.5em;
	position: relative;
	text-transform: uppercase;
}

.entry-footer .cat-links + .tags-links {
	margin-top: 1em;
}

.entry-footer .cat-links a,
.entry-footer .tags-links a {
	color: #333;
}

.entry-footer .cat-links .icon,
.entry-footer .tags-links .icon {
	color: #767676;
	left: 0;
	margin-right: 0.5em;
	position: absolute;
	top: 2px;
}

.entry-footer .edit-link {
	display: inline-block;
}

.entry-footer .edit-link a.post-edit-link {
	background-color: #222;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	margin-top: 2em;
	padding: 0.7em 2em;
	-webkit-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
	white-space: nowrap;
}

.entry-footer .edit-link a.post-edit-link:hover,
.entry-footer .edit-link a.post-edit-link:focus {
	background-color: #767676;
}

/* Post Formats */

.blog .format-status .entry-title,
.archive .format-status .entry-title,
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

.format-quote blockquote {
	color: #333;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 300;
	overflow: visible;
	position: relative;
}

.format-quote blockquote .icon {
	display: block;
	height: 20px;
	left: -1.25em;
	position: absolute;
	top: 0.4em;
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
	width: 20px;
}

/* Post Navigation */

.post-navigation {
	font-weight: 800;
	margin: 3em 0;
}

.post-navigation .nav-links {
	padding: 1em 0;
}
.post-navigation .nav-links a {
	text-decoration: none;
}

.nav-subtitle {
	background: transparent;
	color: #767676;
	display: block;
	font-size: 11px;
	font-size: 0.6875rem;
	letter-spacing: 0.1818em;
	margin-bottom: 1em;
	text-transform: uppercase;
}

.nav-title {
	color: #333;
	font-size: 15px;
	font-size: 0.9375rem;
}

.post-navigation .nav-next {
	margin-top: 1.5em;
}

.nav-links .nav-previous .nav-title .nav-title-icon-wrapper {
	margin-right: 0.5em;
}

.nav-links .nav-next .nav-title .nav-title-icon-wrapper {
	margin-left: 0.5em;
}

/*--------------------------------------------------------------
13.5 Pages
--------------------------------------------------------------*/

.page-header {
	padding-bottom: 2em;
}

.page .entry-header .edit-link {
	font-size: 14px;
	font-size: 0.875rem;
}

.search .page .entry-header .edit-link {
	font-size: 11px;
	font-size: 0.6875rem;
}

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

.page:not(.home) #content {
	padding-bottom: 1.5em;
}

/* 404 page */

.error404 .page-content {
	padding-bottom: 4em;
}

.error404 .page-content .search-form,
.search .page-content .search-form {
	margin-bottom: 3em;
}


/*--------------------------------------------------------------
15.0 Widgets
--------------------------------------------------------------*/

#secondary {
	padding: 1em 0 2em;
}

.widget {
	padding-bottom: 3em;
}

h2.widget-title {
	color: #222;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 800;
	letter-spacing: 0.1818em;
	margin-bottom: 1.5em;
	text-transform: uppercase;
}

.widget-title a {
	color: inherit;
}

/* widget forms */

.widget select {
	width: 100%;
}


/* widget lists */

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

.widget ul li,
.widget ol li {
	padding: 0.5em 0;
}

.widget:not(.widget_tag_cloud) ul li + li {
	margin-top: -1px;
}

.widget ul li ul {
	margin: 0 0 -1px;
	padding: 0;
	position: relative;
}

.widget ul li li {
	border: 0;
	padding-left: 24px;
	padding-left: 1.5rem;
}

/* Widget lists of links */

.widget_top-posts ul li ul,
.widget_rss_links ul li ul,
.widget-grofile ul.grofile-links li ul,
.widget_pages ul li ul,
.widget_meta ul li ul {
	bottom: 0;
}

.widget_nav_menu ul li li,
.widget_top-posts ul li,
.widget_top-posts ul li li,
.widget_rss_links ul li,
.widget_rss_links ul li li,
.widget-grofile ul.grofile-links li,
.widget-grofile ul.grofile-links li li {
	padding-bottom: 0.25em;
	padding-top: 0.25em;
}

.widget_rss ul li {
	padding-bottom: 1em;
	padding-top: 1em;
}

/* Widget markup */

.widget .post-date,
.widget .rss-date {
	font-size: 0.81em;
}

/* Text widget */

.widget_text {
	word-wrap: break-word;
}

.widget_text ul {
	list-style: disc;
	margin: 0 0 1.5em 1.5em;
}

.widget_text ol {
	list-style: decimal;
}

.widget_text ul li,
.widget_text ol li {
	border: none;
}

.widget_text ul li:last-child,
.widget_text ol li:last-child {
	padding-bottom: 0;
}

.widget_text ul li ul {
	margin: 0 0 0 1.5em;
}

.widget_text ul li li {
	padding-left: 0;
	padding-right: 0;
}

.widget_text ol li {
	list-style-position: inside;
}

.widget_text ol li + li {
	margin-top: -1px;
}

/* RSS Widget */

.widget_rss .widget-title .rsswidget:first-child {
	float: right;
}

.widget_rss .widget-title .rsswidget:first-child:hover {
	background-color: transparent;
}

.widget_rss .widget-title .rsswidget:first-child img {
	display: block;
}

.widget_rss ul li {
	padding: 2.125em 0;
}

.widget_rss ul li:first-child {
	border-top: none;
	padding-top: 0;
}

.widget_rss li .rsswidget {
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 300;
	line-height: 1.4;
}

.widget_rss .rss-date,
.widget_rss li cite {
	color: #767676;
	display: block;
	font-size: 10px;
	font-size: 0.625rem;
	font-style: normal;
	font-weight: 800;
	letter-spacing: 0.18em;
	line-height: 1.5;
	text-transform: uppercase;
}

.widget_rss .rss-date {
	margin: 0.5em 0 1.5em;
	padding: 0;
}

.widget_rss .rssSummary {
	margin-bottom: 0.5em;
}

/* Contact Info Widget */

.widget_contact_info .contact-map {
	margin-bottom: 0.5em;
}

/* Gravatar */

.widget-grofile h4 {
	font-size: 16px;
	font-size: 1rem;
	margin-bottom: 0;
}

/* Recent Comments */

.widget_recent_comments table,
.widget_recent_comments th,
.widget_recent_comments td {
	border: 0;
}

/* Recent Posts widget */

.widget_recent_entries .post-date {
	display: block;
}

/* Search */

.search-form {
	position: relative;
}
.search-form .search-submit {
	bottom: 3px;
	padding: 0.5em 1em;
	position: absolute;
	right: 3px;
	top: 3px;
	background: #222;
    color: #FFF;
}
.search-form .search-submit .icon {
	height: 24px;
	top: -2px;
	width: 24px;
}

/* Tag cloud widget */

.tagcloud ul li {
	float: left;
	border-top: 0;
	border-bottom: 0;
	padding: 0;
	margin: 4px 4px 0 0;
}

.tagcloud,
.widget_tag_cloud,
.wp_widget_tag_cloud {
	line-height: 1.5;
}

.widget .tagcloud a,
.widget.widget_tag_cloud a,
.wp_widget_tag_cloud a {
	border: 1px solid #ddd;
	-webkit-box-shadow: none;
	box-shadow: none;
	display: block;
	padding: 4px 10px 5px;
	position: relative;
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	width: auto;
	word-wrap: break-word;
	z-index: 0;
}

.widget .tagcloud a:hover,
.widget .tagcloud a:focus,
.widget.widget_tag_cloud a:hover,
.widget.widget_tag_cloud a:focus,
.wp_widget_tag_cloud a:hover,
.wp_widget_tag_cloud a:focus {
	border-color: #bbb;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-decoration: none;
}

/* Calendar widget */

.widget_calendar th,
.widget_calendar td {
	text-align: center;
}

.widget_calendar tfoot td {
	border: 0;
}

/* Gallery widget */

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

/*--------------------------------------------------------------
16.0 Media
--------------------------------------------------------------*/

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

img.alignleft,
img.alignright {
	float: none;
	margin: 0;
}

.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 {
	margin-bottom: 1.5em;
	max-width: 100%;
}

/* Remove bottom on embeds that wrapped in paragraphs via wpautop. */

p > embed:only-child,
p > iframe:only-child,
p > object:only-child {
	margin-bottom: 0;
}

.wp-caption,
.gallery-caption {
	color: #666;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	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;
}

/* Media Elements */

.mejs-container {
	margin-bottom: 1.5em;
}

/* Audio Player */

.mejs-controls a.mejs-horizontal-volume-slider,
.mejs-controls a.mejs-horizontal-volume-slider:focus,
.mejs-controls a.mejs-horizontal-volume-slider:hover {
	background: transparent;
	border: 0;
}

/* Playlist Color Overrides: Light */

.site-content .wp-playlist-light {
	border-color: #eee;
	color: #222;
}

.site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-album {
	color: #333;
}

.site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-artist {
	color: #767676;
}

.site-content .wp-playlist-light .wp-playlist-item {
	border-bottom: 1px dotted #eee;
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.site-content .wp-playlist-light .wp-playlist-item:hover,
.site-content .wp-playlist-light .wp-playlist-item:focus {
	border-bottom-color: rgba(0, 0, 0, 0);
	background-color: #767676;
	color: #fff;
}

.site-content .wp-playlist-light a.wp-playlist-caption:hover,
.site-content .wp-playlist-light .wp-playlist-item:hover a,
.site-content .wp-playlist-light .wp-playlist-item:focus a {
	color: #fff;
}

/* Playlist Color Overrides: Dark */

.site-content .wp-playlist-dark {
	background: #222;
	border-color: #333;
}

.site-content .wp-playlist-dark .mejs-container .mejs-controls {
	background-color: #333;
}

.site-content .wp-playlist-dark .wp-playlist-caption {
	color: #fff;
}

.site-content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-album {
	color: #eee;
}

.site-content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-artist {
	color: #aaa;
}

.site-content .wp-playlist-dark .wp-playlist-playing {
	background-color: #333;
}

.site-content .wp-playlist-dark .wp-playlist-item {
	border-bottom: 1px dotted #555;
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.site-content .wp-playlist-dark .wp-playlist-item:hover,
.site-content .wp-playlist-dark .wp-playlist-item:focus {
	border-bottom-color: rgba(0, 0, 0, 0);
	background-color: #aaa;
	color: #222;
}

.site-content .wp-playlist-dark a.wp-playlist-caption:hover,
.site-content .wp-playlist-dark .wp-playlist-item:hover a,
.site-content .wp-playlist-dark .wp-playlist-item:focus a {
	color: #222;
}

/* Playlist Style Overrides */

.site-content .wp-playlist {
	padding: 0.625em 0.625em 0.3125em;
}

.site-content .wp-playlist-current-item .wp-playlist-item-title {
	font-weight: 700;
}

.site-content .wp-playlist-current-item .wp-playlist-item-album {
	font-style: normal;
}

.site-content .wp-playlist-current-item .wp-playlist-item-artist {
	font-size: 10px;
	font-size: 0.625rem;
	font-weight: 800;
	letter-spacing: 0.1818em;
	text-transform: uppercase;
}

.site-content .wp-playlist-item {
	padding: 0 0.3125em;
	cursor: pointer;
}

.site-content .wp-playlist-item:last-of-type {
	border-bottom: none;
}

.site-content .wp-playlist-item a {
	padding: 0.3125em 0;
	border-bottom: none;
}

.site-content .wp-playlist-item a,
.site-content .wp-playlist-item a:focus,
.site-content .wp-playlist-item a:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: transparent;
}

.site-content .wp-playlist-item-length {
	top: 5px;
}

/* SVG Icons base styles */

/*.icon {
	display: inline-block;
	fill: currentColor;
	height: 1em;
	position: relative;  Align more nicely with capital letters 
	top: -0.0625em;
	vertical-align: middle;
	width: 1em;
}
*/
/*--------------------------------------------------------------
16.1 Galleries
--------------------------------------------------------------*/

.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	margin: 0 0 1.5em;
	padding: 0 1em 0 0;
	width: 50%;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus,
.widget-area .gallery-item a,
.widget-area .gallery-item a:hover,
.widget-area .gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}

.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

/*--------------------------------------------------------------
18.0 SVGs Fallbacks
--------------------------------------------------------------*/

.svg-fallback {
	display: none;
}

.no-svg .svg-fallback {
	display: inline-block;
}

.no-svg .dropdown-toggle {
	padding: 0.5em 0 0;
	right: 0;
	text-align: center;
	width: 3em;
}

.no-svg .dropdown-toggle .svg-fallback.icon-angle-down {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1;
	-webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
	-ms-transform: rotate(180deg); /* IE 9 */
	transform: rotate(180deg);
}

.no-svg .dropdown-toggle.toggled-on .svg-fallback.icon-angle-down {
	-webkit-transform: rotate(0); /* Chrome, Safari, Opera */
	-ms-transform: rotate(0); /* IE 9 */
	transform: rotate(0);
}

.no-svg .dropdown-toggle .svg-fallback.icon-angle-down:before {
	content: "\005E";
}

/* Social Menu fallbacks */

.no-svg .social-navigation a {
	background: transparent;
	color: #222;
	height: auto;
	width: auto;
}

/* Show screen reader text in some cases */

.no-svg .next.page-numbers .screen-reader-text,
.no-svg .prev.page-numbers .screen-reader-text,
.no-svg .social-navigation li a .screen-reader-text,
.no-svg .search-submit .screen-reader-text {
	clip: auto;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	height: auto;
	position: relative !important; /* overrides previous !important styles */
	width: auto;
}

/*--------------------------------------------------------------
19.0 Media Queries
--------------------------------------------------------------*/

/* Adjust positioning of edit shortcuts, override style in customize-preview.css */
@media screen and (min-width: 20em) {

	body.customize-partial-edit-shortcuts-shown .site-header .site-title {
		padding-left: 0;
	}
}

@media screen and (min-width: 30em) {


	/* Fix image alignment */
	img.alignleft {
		float: left;
		margin-right: 1.5em;
	}

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

	/* Site Branding */

	.site-branding {
		padding: 3em 0;
	}

	/* Site Footer */

	.site-footer {
		font-size: 16px;
		font-size: 1rem;
	}

	/* Gallery Columns */

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

	.gallery-columns-1 .gallery-item {
		max-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%;
	}
}

@media screen and (min-width: 48em) {

	/* Layout */

	.wrap {
		max-width: 1000px;
		padding-left: 3em;
		padding-right: 3em;
	}

	.has-sidebar:not(.error404) #primary {
		float: left;
		width: 58%;
	}
	.has-sidebar #secondary {
		float: right;
		padding-top: 0;
		width: 36%;
	}
	.error404 #primary {
		float: none;
	}

	/* Site Branding */

	.site-branding {
		margin-bottom: 0;
	}
	.has-header-image.home.blog .site-branding,
	.has-header-video.home.blog .site-branding {
		bottom: 0;
		display: block;
		left: 0;
		height: auto;
		padding-top: 0;
		position: absolute;
		width: 100%;
	}

	.has-header-image.home.blog .custom-header,
	.has-header-video.home.blog .custom-header {
		display: block;
		height: auto;
	}

	.custom-header-media {
		height: 165px;
		position: relative;
	}
	.home.blog.has-header-image .custom-header-media,
	.home.blog.has-header-video .custom-header-media {
		height: 0;
		position: relative;
	}

	.custom-logo-link {
		padding-right: 2em;
	}

	.custom-logo-link img,
	body.home.title-tagline-hidden.has-header-image .custom-logo-link img,
	body.home.title-tagline-hidden.has-header-video .custom-logo-link img {
		max-width: 350px;
	}

	.title-tagline-hidden.home.has-header-image .custom-logo-link img,
	.title-tagline-hidden.home.has-header-video .custom-logo-link img {
		max-height: 200px;
	}

	.site-title {
		font-size: 36px;
		font-size: 2.25rem;
	}

	.site-description {
		font-size: 16px;
		font-size: 1rem;
	}

	/* Navigation */

	.navigation-top {
		bottom: 0;
		font-size: 14px;
		font-size: 0.875rem;
		left: 0;
		position: absolute;
		right: 0;
		width: 100%;
		z-index: 3;
	}

	.navigation-top .wrap {
		max-width: 1000px;
		/* The font size is 14px here and we need 50px padding in ems */
		padding: 0.75em 3.4166666666667em;
	}

	.navigation-top nav {
		margin-left: -1.25em;
	}

	.site-navigation-fixed.navigation-top {
		bottom: auto;
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		width: 100%;
		z-index: 7;
	}

	.admin-bar .site-navigation-fixed.navigation-top {
		top: 32px;
	}

	/* Main Navigation */

	.js .menu-toggle,
	.js .dropdown-toggle {
		display: none;
	}

	.main-navigation {
		width: auto;
	}

	.js .main-navigation ul,
	.js .main-navigation ul ul,
	.js .main-navigation > div > ul {
		display: block;
	}

	.main-navigation ul {
		background: transparent;
		padding: 0;
	}

	.main-navigation > div > ul {
		border: 0;
		margin-bottom: 0;
		padding: 0;
	}

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

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

	.main-navigation a {
		padding: 1em 1.25em;
	}

	.main-navigation ul ul {
		background: #fff;
		border: 1px solid #bbb;
		left: -999em;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 99999;
	}

	.main-navigation ul li.menu-item-has-children:before,
	.main-navigation ul li.menu-item-has-children:after,
	.main-navigation ul li.page_item_has_children:before,
	.main-navigation ul li.page_item_has_children:after {
		border-style: solid;
		border-width: 0 6px 6px;
		content: "";
		display: none;
		height: 0;
		position: absolute;
		right: 1em;
		bottom: -1px;
		width: 0;
		z-index: 100000;
	}

	.main-navigation ul li.menu-item-has-children.focus:before,
	.main-navigation ul li.menu-item-has-children:hover:before,
	.main-navigation ul li.menu-item-has-children.focus:after,
	.main-navigation ul li.menu-item-has-children:hover:after,
	.main-navigation ul li.page_item_has_children.focus:before,
	.main-navigation ul li.page_item_has_children:hover:before,
	.main-navigation ul li.page_item_has_children.focus:after,
	.main-navigation ul li.page_item_has_children:hover:after {
		display: block;
	}

	.main-navigation ul li.menu-item-has-children:before,
	.main-navigation ul li.page_item_has_children:before {
		border-color: transparent transparent #bbb;
		bottom: 0;
	}

	.main-navigation ul li.menu-item-has-children:after,
	.main-navigation ul li.page_item_has_children:after {
		border-color: transparent transparent #fff;
	}

	.main-navigation ul ul li:hover > ul,
	.main-navigation ul ul li.focus > ul {
		left: 100%;
		right: auto;
	}

	.main-navigation ul ul a {
		padding: 0.75em 1.25em;
	}

	.main-navigation li li {
		-webkit-transition: background-color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out;
	}

	.main-navigation li li:hover,
	.main-navigation li li.focus {
		background: #767676;
	}

	.main-navigation li li a {
		-webkit-transition: color 0.3s ease-in-out;
		transition: color 0.3s ease-in-out;
	}

	.main-navigation li li.focus > a,
	.main-navigation li li:focus > a,
	.main-navigation li li:hover > a,
	.main-navigation li li a:hover,
	.main-navigation li li a:focus,
	.main-navigation li li.current_page_item a:hover,
	.main-navigation li li.current-menu-item a:hover,
	.main-navigation li li.current_page_item a:focus,
	.main-navigation li li.current-menu-item a:focus {
		color: #fff;
	}

	.main-navigation ul li:hover > ul,
	.main-navigation ul li.focus > ul {
		left: 0.5em;
		right: auto;
	}

	.main-navigation .menu-item-has-children > a > .icon,
	.main-navigation .page_item_has_children > a > .icon {
		display: inline;
		left: 5px;
		position: relative;
		top: -1px;
	}

	.main-navigation ul ul .menu-item-has-children > a > .icon,
	.main-navigation ul ul .page_item_has_children > a > .icon {
		margin-top: -9px;
		left: auto;
		position: absolute;
		right: 1em;
		top: 50%;
		-webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
		-ms-transform: rotate(-90deg); /* IE 9 */
		transform: rotate(-90deg);
	}

	.main-navigation ul ul ul {
		left: -999em;
		margin-top: -1px;
		top: 0;
	}

	.main-navigation ul ul li.menu-item-has-children.focus:before,
	.main-navigation ul ul li.menu-item-has-children:hover:before,
	.main-navigation ul ul li.menu-item-has-children.focus:after,
	.main-navigation ul ul li.menu-item-has-children:hover:after,
	.main-navigation ul ul li.page_item_has_children.focus:before,
	.main-navigation ul ul li.page_item_has_children:hover:before,
	.main-navigation ul ul li.page_item_has_children.focus:after,
	.main-navigation ul ul li.page_item_has_children:hover:after {
		display: none;
	}

	.site-header .site-navigation-fixed .menu-scroll-down {
		display: none;
	}

	/* Scroll down arrow */

	.site-header .menu-scroll-down {
		display: block;
		padding: 1em;
		position: absolute;
		right: 0;
	}

	.site-header .menu-scroll-down .icon {
		-webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
		-ms-transform: rotate(90deg); /* IE 9 */
		transform: rotate(90deg);
	}

	.site-header .menu-scroll-down {
		color: #fff;
		top: 2em;
	}

	.site-header .navigation-top .menu-scroll-down {
		color: #767676;
		top: 0.7em;
	}

	.menu-scroll-down:focus {
		outline: thin dotted;
	}

	.menu-scroll-down .icon {
		height: 18px;
		width: 18px;
	}

	/* Front Page */

	.home.blog.has-header-image .site-branding,
	.home.blog.has-header-video .site-branding {
		margin-bottom: 70px;
	}

	.home.blog.has-header-image .custom-header-media,
	.home.blog.has-header-video .custom-header-media {
		height: 1200px;
		height: 100vh;
		max-height: 100%;
		overflow: hidden;
	}

	.home.blog.has-header-image .custom-header-media:before,
	.home.blog.has-header-video .custom-header-media:before {
		height: 33%;
	}

	.admin-bar.home.blog.has-header-image .custom-header-media,
	.admin-bar.home.blog.has-header-video .custom-header-media {
		height: calc(100vh - 32px);
	}

	.panel-content .wrap {
		padding-bottom: 4.5em;
		padding-top: 6em;
	}

	.panel-image {
		height: 100vh;
		max-height: 1200px;
	}

	/* With panel images 100% of the screen height, we're going to fix the background image where supported to create a parallax-like effect. */
	.background-fixed .panel-image {
		background-attachment: fixed;
	}

	.page-two-column .panel-content .entry-header {
		float: left;
		width: 36%;
	}

	.page-two-column .panel-content .entry-content {
		float: right;
		width: 58%;
	}

	/* Front Page - Recent Posts */

	.page-two-column .panel-content .recent-posts {
		clear: right;
		float: right;
		width: 58%;
	}

	.panel-content .recent-posts article {
		margin-bottom: 4em;
	}

	.panel-content .recent-posts .entry-header,
	.page-two-column #primary .panel-content .recent-posts .entry-header,
	.panel-content .recent-posts .entry-content,
	.page-two-column #primary .panel-content .recent-posts .entry-content {
		float: none;
		width: 100%;
	}

	.panel-content .recent-posts .entry-header {
		margin-bottom: 1.5em;
	}

	.page .panel-content .recent-posts .entry-title {
		font-size: 26px;
		font-size: 1.625rem;
	}

	/* Posts */

	.single-post .entry-title,
	.page .entry-title {
		font-size: 26px;
		font-size: 1.625rem;
	}

	.comments-pagination,
	.post-navigation {
		clear: both;
	}

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

	.post-navigation .nav-next {
		float: right;
		text-align: right;
		width: 50%;
	}

	.nav-next,
	.post-navigation .nav-next {
		margin-top: 0;
	}

	/* Blog, archive, search */

	.blog .site-main > article,
	.archive .site-main > article,
	.search .site-main > article {
		padding-bottom: 4em;
	}

	.navigation.pagination {
		clear: both;
		float: right;
		width: 58%;
	}

	.has-sidebar .navigation.pagination,
	.archive.page-one-column:not(.has-sidebar) .navigation.pagination {
		float: none;
		width: 100%;
	}

	.entry-footer {
		display: table;
		width: 100%;
	}

	.entry-footer .cat-tags-links {
		display: table-cell;
		vertical-align: middle;
		width: 100%;
	}

	.entry-footer .edit-link {
		display: table-cell;
		text-align: right;
		vertical-align: middle;
	}

	.entry-footer .edit-link a.post-edit-link {
		margin-top: 0;
		margin-left: 1em;
	}

	/* Post formats */

	.format-quote blockquote .icon {
		left: -1.5em;
	}

	/* Pages */

	.page.page-one-column .entry-header,
	.archive.page-one-column:not(.has-sidebar) .page-header {
		margin-bottom: 4em;
	}

	.page:not(.home) #content {
		padding-bottom: 3.25em;
	}

	/* 404 page */

	.error404 .page-content {
		padding-bottom: 9em;
	}

	/* Comments */

	#comments {
		padding-top: 5em;
	}

	.comments-title {
		margin-bottom: 2.5em;
	}

	ol.children .children {
		padding-left: 2em;
	}

	/* Posts pagination */

	.nav-links .nav-title {
		position: relative;
	}

	.nav-title-icon-wrapper {
		position: absolute;
		text-align: center;
		width: 2em;
	}

	.nav-links .nav-previous .nav-title .nav-title-icon-wrapper {
		left: -2em;
	}

	.nav-links .nav-next .nav-title .nav-title-icon-wrapper {
		right: -2em;
	}

	/* Secondary */

	#secondary {
		font-size: 14px;
		font-size: 0.875rem;
		line-height: 1.6;
	}

	/* Widgets */

	h2.widget-title {
		font-size: 11px;
		font-size: 0.6875rem;
		margin-bottom: 2em;
	}

	/* Footer */

	.site-footer {
		font-size: 14px;
		font-size: 0.875rem;
		line-height: 1.6;
		margin-top: 3em;
	}

	.site-footer .widget-column.footer-widget-1 {
		float: left;
		width: 36%;
	}

	.site-footer .widget-column.footer-widget-1 {
		float: right;
		width: 58%;
	}

	.social-navigation {
		clear: left;
		float: left;
		margin-bottom: 0;
		width: 36%;
	}

	.site-info {
		float: left;
		padding: 0.7em 0 0;
		width: 58%;
	}

	.social-navigation + .site-info {
		margin-left: 6%;
	}

	.site-info .sep {
		margin: 0 0.5em;
		display: inline;
		visibility: visible;
		height: auto;
		width: auto;
	}

	/* Gallery Columns */

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

@media screen and ( min-width: 67em ) {

	/* Layout */

	/* Navigation */
	.navigation-top .wrap {
		padding: 0.75em 2em;
	}

	.navigation-top nav {
		margin-left: 0;
	}

	/* Sticky posts */

	.sticky .icon-thumb-tack {
		font-size: 32px;
		font-size: 2rem;
		height: 22px;
		left: -1.25em;
		top: 0.75em;
		width: 32px;
	}

	/* Pagination */

	.page-numbers {
		display: inline-block;
	}

	.page-numbers.current {
		font-size: 15px;
		font-size: 0.9375rem;
	}

	.page-numbers.current .screen-reader-text {
		clip: rect(1px, 1px, 1px, 1px);
		height: 1px;
		overflow: hidden;
		position: absolute !important;
		width: 1px;
	}

	/* Comments */

	.comment-body {
		margin-left: 0;
	}
}

@media screen and ( min-width: 79em ) {

	.has-sidebar .entry-content blockquote.alignleft {
		margin-left: -20%;
	}

	.blog:not(.has-sidebar) .entry-content blockquote.alignright,
	.archive:not(.has-sidebar) .entry-content blockquote.alignright,
	.page-two-column .entry-content blockquote.alignright {
		margin-right: -20%;
	}
}

@media screen and ( max-width: 48.875em ) and ( min-width: 48em ) {

	.admin-bar .site-navigation-fixed.navigation-top,
	.admin-bar .site-navigation-hidden.navigation-top {
		top: 46px;
	}
}

/*--------------------------------------------------------------
20.0 Print
--------------------------------------------------------------*/

@media print {

	/* Hide elements */

	form,
	button,
	input,
	select,
	textarea,
	.navigation-top,
	.social-navigation,
	#secondary,
	.content-bottom-widgets,
	.header-image,
	.panel-image-prop,
	.icon-thumb-tack,
	.page-links,
	.edit-link,
	.post-navigation,
	.pagination.navigation,
	.comments-pagination,
	.comment-respond,
	.comment-edit-link,
	.comment-reply-link,
	.comment-metadata .edit-link,
	.pingback .edit-link,
	.site-footer aside.widget-area,
	.site-info {
		display: none !important;
	}

	.entry-footer,
	#comments,
	.site-footer,
	.single-featured-image-header {
		border: 0;
	}

	/* Font sizes */

	body {
		font-size: 12pt;
	}

	h1 {
		font-size: 24pt;
	}

	h2 {
		font-size: 22pt;
	}

	h3 {
		font-size: 17pt;
	}

	h4 {
		font-size: 12pt;
	}

	h5 {
		font-size: 11pt;
	}

	h6 {
		font-size: 12pt;
	}

	.page .panel-content .entry-title,
	.page-title {
		font-size: 10pt;
	}

	/* Layout */

	.wrap {
		padding-left: 5% !important;
		padding-right: 5% !important;
		max-width: none;
	}

	/* Site Branding */

	.site-header {
		background: transparent;
		padding: 0;
	}

	.custom-header-media {
		padding: 0;
	}

	.home.blog.has-header-image .site-branding,
	.home.blog.has-header-video .site-branding {
		position: relative;
	}

	.site-branding {
		margin-top: 0;
		margin-bottom: 1.75em !important; /* override styles added by JavaScript */
	}

	.site-title {
		font-size: 25pt;
	}

	.site-description {
		font-size: 12pt;
		opacity: 1;
	}

	/* Posts */

	.single-featured-image-header {
		background: transparent;
	}

	.entry-meta {
		font-size: 9pt;
	}

	/* Colors */

	body,
	.site {
		background: none !important; /* Brute force since user agents all print differently. */
	}

	body,
	a,
	.site-title a {
		color: #222 !important; /* Make sure color schemes don't affect to print */
	}

	h2,
	h5,
	blockquote,
	.site-description,
	.entry-meta,
	.entry-meta a {
		color: #777 !important; /* Make sure color schemes don't affect to print */
	}

	.entry-content blockquote.alignleft,
	.entry-content blockquote.alignright {
		font-size: 11pt;
		width: 34%;
	}

	.site-footer {
		padding: 0;
	}
}


.fading {
	opacity: 1;
	transition: opacity .3s;
	-ms-transition: opacity .3s;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
}
.fading.fade {
	opacity: 0;
}
.bg-image {
	display: none;
}
.clear {
	clear: both;
}
@media screen and (min-width: 68em){
	.bg-image {
		position: absolute;
		z-index: 1;
	    top: 0;
	    right: 70%;
	    opacity: .2;
	    width: 560px;
	    display: block;
	}
}

/*---------------------------------------------------------
GOOGLE TRANSLATE
-----------------------------------------------------------*/

#google_translate_element {
    z-index: 99999;
    height: 30px;
    float: right;
    overflow: hidden;
    position: relative;
}
.goog-te-gadget {
  font-family:'Open Sans', sans-serif!important;
  text-transform: uppercase;
}
.goog-te-gadget img {
    display: none;
}
.goog-te-gadget-simple  {
    background-color: #fff!important;
    border: 1px solid #fff !important;
    padding: 0 5px 0 38px!important;
    border-radius: 0!important;
    font-size: 1rem!important;
    color: #222;
    height: 30px;
    position: relative;
    line-height: 1.4;
}
.goog-te-menu2 {
  	max-width: 100%;
}
.goog-te-menu-value {
    color: #4c4c4c !important;
    text-transform: initial;
    font-size: 13px;
}
#google_translate_element .icon {
	left: 1px;
    top: 1px;
    color: #ffffff;
    background: #222222;
    padding: 3px 0 0 0;
    font-size: 15px;
    position: absolute;
    height: 28px;
    z-index: 1;
    width: 28px;
    bottom: 1px;
    display: block;
    transition: background .3s, color .3s;
   	-ms-transition: background .3s, color .3s;
    -webkit-transition: background.3s, color.3s;
    -moz-transition: background .3s, color .3s; 
} 
.goog-te-menu-value span:nth-child(5) {
  display:none;
}
.goog-te-menu-value span:nth-child(3) {
  border:none!important;
}
.goog-te-menu-value span:nth-child(3):after {
	content: "\f107";
	font-family: "Font Awesome 5 Free";
  	font-weight: 900;
  	display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
   -webkit-font-smoothing: antialiased;
    margin-left: 7px;
}  
.goog-te-banner-frame.skiptranslate {display: none!important;} 

/* ================================== *\
    Mediaqueries
\* ================================== */

@media (max-width: 667px) {
	#google_translate_element {
		left: 16px!important;
		width: 100%!important;		
	}
	.goog-te-gadget {
		width:100%!important;
	}
	.skiptranslate {
		width:100%!important;			
	}
	.goog-te-gadget-simple {
		text-align: center;
		height: 30px;
	}	
}

/*---------------------------------------------------------
OVERRIDE
-----------------------------------------------------------*/

a:focus {
    outline: none;
}
#page {
	overflow: hidden;	
}

#customize-theme-controls .control-section,
#accordion-section-header_image ,
#accordion-section-theme_options{
	display: none!important;
}
.entry-content a, .entry-summary a, .widget a, .site-footer .widget-area a, .posts-navigation a, .widget_authors a strong,
.entry-content a:focus, .entry-content a:hover, .entry-summary a:focus, .entry-summary a:hover, .widget a:focus, .widget a:hover, .site-footer .widget-area a:focus, .site-footer .widget-area a:hover, .posts-navigation a:focus, .posts-navigation a:hover, .comment-metadata a:focus, .comment-metadata a:hover, .comment-metadata a.comment-edit-link:focus, .comment-metadata a.comment-edit-link:hover, .comment-reply-link:focus, .comment-reply-link:hover, .widget_authors a:focus strong, .widget_authors a:hover strong, .entry-title a:focus, .entry-title a:hover, .entry-meta a:focus, .entry-meta a:hover, .page-links a:focus .page-number, .page-links a:hover .page-number, .entry-footer a:focus, .entry-footer a:hover, .entry-footer .cat-links a:focus, .entry-footer .cat-links a:hover, .entry-footer .tags-links a:focus, .entry-footer .tags-links a:hover, .post-navigation a:focus, .post-navigation a:hover, .pagination a:not(.prev):not(.next):focus, .pagination a:not(.prev):not(.next):hover, .comments-pagination a:not(.prev):not(.next):focus, .comments-pagination a:not(.prev):not(.next):hover, .logged-in-as a:focus, .logged-in-as a:hover, a:focus .nav-title, a:hover .nav-title, .edit-link a:focus, .edit-link a:hover, .site-info a:focus, .site-info a:hover, .widget .widget-title a:focus, .widget .widget-title a:hover, .widget ul li a:focus, .widget ul li a:hover {
	-webkit-box-shadow: none;
    box-shadow: none;
}
.entry-content ul, ol {
 padding-left: 1.5em;
}

@media screen and (min-width: 48em){


	.main-navigation ul li.menu-item-has-children.focus:before, .main-navigation ul li.menu-item-has-children:hover:before, .main-navigation ul li.menu-item-has-children.focus:after, .main-navigation ul li.menu-item-has-children:hover:after, .main-navigation ul li.page_item_has_children.focus:before, .main-navigation ul li.page_item_has_children:hover:before, .main-navigation ul li.page_item_has_children.focus:after, .main-navigation ul li.page_item_has_children:hover:after {
	    display: none;
	}
	.main-navigation ul li ul{
		min-width: 100%;
	    top: 110%;
	    opacity: 0;
	    transition: opacity .3s, top .3s;
		-ms-transition: opacity .3s, top .3s;
		-webkit-transition: opacity .3s, top .3s;
		-moz-transition: opacity .3s, top .3s;
	}
	.main-navigation ul li:hover > ul,
	 .main-navigation ul li.focus > ul {
	    left: 0;
	    top: 100%;
	    right: auto;
	    opacity: 1;
	}
}

.unclickable > a:hover {
  cursor: default;
}

div#n2-ss-2 .n2-style-df76dff3125517146120fd5ed8a408fc-dot.n2-active, div#n2-ss-2 .n2-style-df76dff3125517146120fd5ed8a408fc-dot:HOVER {
    background: #f1ca6d!important;
}
div#n2-ss-2 .n2-style-f00b53cae20b25b496c6bebfdf2be3f7-heading-active.n2-active {
    background: #f1ca6d!important;
}
table {
	border-collapse: inherit;
} 

/*---------------------------------------------------------
WRAPS
-----------------------------------------------------------*/

.wrap {
    max-width: 1300px;
    padding-left: 1em;
	padding-right: 1em;
	position: relative;
    z-index: 1;
}
header .wrap {
    padding: 0;
}
.section-our-values .wrap {
	padding-top: 0;
	padding-bottom: 2em;
}
.section-news-event .wrap {
	padding-left: 0;
	padding-right: 0;
}
.section-house-points .wrap{
	padding: 1em;
}
.urgent .wrap {
    padding: 0 ;
}
.urgent .wrap a {
    text-decoration: none;
}
.site-footer .wrap {
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
}
.section-calendar-event .wrap {
	padding-top: 2em;
	padding-bottom: 2em;
}
.section-box-office .wrap {
	padding-top: 2em;
	padding-bottom: 2em;
}
@media screen and (min-width: 48em){
	.wrap {
	    padding-left: 1em;
		padding-right: 1em;
		padding-top: 1em;
		padding-bottom: 1em;
	}
	/*	.page-template-front-page-php .wrap.banner-wrap {
		max-width: 100%;
		padding-left: 0;
		padding-right: 0;
	}*/
	header .wrap {
	    padding-left: 1em;
	    padding-right: 1em;
	}
	.section-our-values .wrap {
		padding-top: 2em;
		padding-bottom: 4em;
	}
	.section-news-event .wrap {
		padding-left: 1em;
		padding-right: 1em;
		padding-top: 3em;
		padding-bottom: 3em;
	}
	.section-house-points .wrap {
	    padding: 2em 0;
	    text-align: center;
	}
	.urgent .wrap {
		padding: 0 1em;
	}
	.site-footer .wrap {
		padding-top: 0;
		padding-bottom: 0;
		padding-left: 1em;
		padding-right: 1em;
	}
	.jab-map-wrap {
    	padding-left: 1em;
    	padding-right: 1em;
	}
	.section-calendar-event .wrap {
		padding-top: 4em;
    	padding-bottom: 4em;
	}
	.section-box-office .wrap {
		padding-top: 3em;
		padding-bottom: 3em;
	}

}

/*---------------------------------------------------------
URGENT NEWS
-----------------------------------------------------------*/

.urgent {
	width: 100%;
	position: relative;
	z-index: 1;
	float: left;
	overflow: hidden;
}
.urgent .wrap .feed {
	padding: 1em;
	padding-left: 55px;
	background: #ca2425;
}
.urgent h4 {
	width: 100%;
    color: #FFF;
    font-size: 1em;
    margin-bottom: 0;
    font-weight: 400;
}
.urgent h4:after {
	content: "\f105";
	font-family: "Font Awesome 5 Free";
  	font-weight: 900;
  	display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
   -webkit-font-smoothing: antialiased;
    margin-left: 0;
    position: relative;
    left: 5px;
}
.urgent article a:hover h4 {
	color: #FFF;
}
.urgent h4 span {
    font-weight: 300;
    margin-bottom: 0;
    display: none;
}
.urgent-icon{
    font-size: 20px;
    width: 40px;
    height: 40px;
    border: 3px solid rgba(255, 255, 255, 0.5);
    border: 3px solid #ffffff2e;
    border-radius: 100px;
    padding: 0px;
    display: block;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    color: #ffffff80;
    position: absolute;
    top: 50%;
    margin-top: -19px;
    z-index: 5;
    left: 5px;
}

@media screen and (min-width: 48em){
	.page-template-front-page .urgent {
		position: absolute;
		bottom: 0;	
	}
	.urgent .wrap .feed {
	    padding-right: 1em;
	    padding-top: 1em;
	    padding-bottom: 1em;
		height: 65px;
		display: block;
		padding-left: 135px;
	}
	.urgent-icon{
		font-size: 36px;
	    padding-top: 19px;
	    width: 110px;
	    height: 110px;
	    border: 7px solid rgba(255, 255, 255, 0.5);
	    border: 7px solid #ffffff2e;
	    border-radius: 160px;
	    position: absolute;
	    margin-top: -55px;
	    left: 25px;
	}
	.urgent h4 {
	    font-size: 1.125em;
    	padding: 6px 0 0 0;
    	overflow: hidden;
    	white-space: nowrap;
    	text-overflow: ellipsis;
	}
	.urgent h4 span {
	    display: inline-block;
	}
	.urgent .wrap .owl-nav {
	    position: absolute;
	    top: -5px;
	    right: -60px;
	}
}
/*---------------------------------------------------------
HEADER
-----------------------------------------------------------*/

.logo-container img {
	padding: 0;
	outline: none;
	/*max-width: 300px;*/
}
.custom-logo-link {
	padding: 5px 20px;
	outline: none;
}

.site-header {
	z-index: 11;
	background: #f5f5f5;
}
.header-top {
    padding: .5em 0;
    text-align: center;
    margin-bottom: 0;
    position: relative;
    z-index: 4;
}
body.home.title-tagline-hidden.has-header-image .custom-logo-link img, 
	body.home.title-tagline-hidden.has-header-video .custom-logo-link img,
	.custom-logo-link img {
		max-height: 80px; 
		width: auto;
	}

@media screen and (min-width: 48em){
	.custom-logo-link {
	    padding: 0;
	}
	.logo-container img{
	    padding: 10px 0;
	}
	body.home.title-tagline-hidden.has-header-image .custom-logo-link img, 
	body.home.title-tagline-hidden.has-header-video .custom-logo-link img,
	.custom-logo-link img {
		max-height: 100px; 
		width: auto;
	}
	.header-right {
	 	float: right;
	 	margin-top: 15px;
	}
	.header-top {
	   /* margin-bottom: 5px;*/
	}
}

/*---------------------------------------------------------
MOBILE MENU
-----------------------------------------------------------*/

.js .menu-toggle {
    width: 100%;
    margin: 0;
    padding: 10px;
    border-radius: 0;
    font-weight: 400;
}

.mobile-show {
	display: block;
}
.mobile-hide {
	display: none;
}

@media screen and (min-width: 48em){
	.mobile-show {
		display: none;
	}
	.mobile-hide {
		display: block;
	}
}


/*---------------------------------------------------------
TOP MENU
-----------------------------------------------------------*/

#top-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}
#top-menu > li {
    display: block;
}
#top-menu > li > a {
	padding: .5em 1em;
    display: block;
}
#top-menu li .icon-angle-down {
	display: none;
}
#top-navigation ul ul {
    border: none;
    min-width: 100%;
}
.dropdown-toggle {
	right: 0;
    background: rgba(0, 0, 0, 0.09);
    height: 38px;
    border-radius: 0;
}
.main-navigation li a {
	color: #222;
}
.main-navigation ul ul,
.main-navigation ul ul ul {
	padding: 0;
	border: none;
}
.main-navigation ul ul a {
    letter-spacing: 0;
    padding: .75em 1em;
    position: relative;
    text-transform: none;
    font-size: 14px;
    font-weight: 400;
    /*white-space: nowrap;
    width: auto;*/
}
/*#secondary ul li a:after{
	content: "\f105";
	font-family: "Font Awesome 5 Free";
  	font-weight: 900;
  	display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
   -webkit-font-smoothing: antialiased;
    margin-left: 7px;
}*/
@media screen and (min-width: 48em){
	.nav-container {
		float: right;
		padding: 8px 0;
	}
	.nav-container .main-navigation ul li:hover > ul, 
	.nav-container .main-navigation ul li.focus > ul {
	    left: auto;
	    right: 0;
	}
	#top-menu li a svg.icon-angle-down {
		display: none;
	}
	#top-menu button.dropdown-toggle {
		display: none;
	}
	.main-navigation ul ul li:hover > ul, 
	.main-navigation ul ul li.focus > ul {
	    left: 100%;
	    right: auto;
	    top: 1px;
	}

}

/*---------------------------------------------------------
LOGO
-----------------------------------------------------------*/

@media screen and (min-width: 48em){
	.logo-container {
		float: left;
	}
}

/*---------------------------------------------------------
SEARCH
-----------------------------------------------------------*/

.screen-reader-text {
	display: none;
}

@media screen and (min-width: 48em){
	.header-top .search-form {
	    position: relative;
	    float: right;
	    width: 160px;
	    margin-left: 5px;
	}
	.header-top .search-form label {
		margin: 0;
	}
	.search-container input {
	    height: 30px;
	    border-radius: 0;
	    border: 0;
	    font-size: 13px;
	}
	.header-top .search-form .search-submit .icon {
	    height: 24px;
    	top: -4px;
    	width: 13px;	
	}
	.header-top .search-form .search-submit {
		bottom: 1px;
	    padding: 0 10px;
	    position: absolute;
	    right: 1px;
	    top: 1px;
	    border-radius: 0;
	    width: 33px;
	    color: #FFF;
	}
}

/*---------------------------------------------------------
HEADER MENU
-----------------------------------------------------------*/

.header-menu {
	z-index: 2;
    position: relative;
	padding: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 0 #212121;
    transition: box-shadow 0s;
   	-ms-transition: box-shadow 0s;
    -webkit-transition: box-shadow.0s;
    -moz-transition: box-shadow 0s;
}
.header-menu  #main-menu {
	padding: 0;
}
.header-menu .menu-main-menu-container {
	width: 100%;
}
.header-menu .main-navigation a {
	padding: .5em 1.25em;
	font-size: 1rem;
}
.header-menu .menu-main-menu-container ul.sub-menu li > a,
.header-menu .menu-top-menu-container ul.sub-menu li > a {
    font-size: 14px;
    padding: .75em 2em;
}
.header-menu .menu-main-menu-container ul.sub-menu li ul.sub-menu li > a {
    font-size: 13px;
    padding: .75em 3em;
}
.menu-main-menu-container ul.sub-menu,
.menu-top-menu-container ul.sub-menu {
	background: #efefef;
}
.header-menu .menu-main-menu-container ul.sub-menu li a,
.header-menu .menu-top-menu-container ul.sub-menu li a {
	border-bottom: 1px solid #e6e6e6;
}
.header-menu .menu-main-menu-container ul.sub-menu li ul.sub-menu {
	background: #e6e6e6;
}
.header-menu .menu-main-menu-container ul.sub-menu li ul.sub-menu li a {
	border-bottom: 1px solid #dcdcdc;
}
.header-menu .menu-main-menu-container ul.sub-menu li ul.sub-menu li ul.sub-menu {
	background: #dadada;
}
.header-menu .menu-main-menu-container ul.sub-menu li ul.sub-menu li ul.sub-menu li a {
	border-bottom: 1px solid #d2d2d2;
}
.header-menu .menu-main-menu-container ul.sub-menu li .dropdown-toggle {
	height: 34px;
	padding: 0;
}
.no-svg .dropdown-toggle,
.dropdown-toggle,
.dropdown-toggle:hover, 
.dropdown-toggle:focus {
    outline: none;
    padding: 0;
    border-radius: 0;
    background: none;
}
.dropdown-toggle:after {
	content: "\f107";
	font-family: "Font Awesome 5 Free";
  	font-weight: 900;
  	display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
   -webkit-font-smoothing: antialiased;
    margin-left: 4px;
}
.dropdown-toggle.toggled-on:after {
	content: " \f106";
}
.secure-login .menu-top-menu-container ul.menu,
.secure-login .menu-top-menu-container ul.menu li,
.secure-login .menu-top-menu-container ul.menu li a,
.secure-login .menu-top-menu-container ul.menu li button {
	background: #459e74;
	color: #FFF;
	border-bottom: 0;
}
.secure-login .menu-top-menu-container ul.menu li a {
	border-bottom: 1px solid #3b9068;
}
@media screen and (min-width: 48em){
    .header-menu .menu-top-menu-container ul.sub-menu li a,
    .header-menu .menu-main-menu-container ul.sub-menu li a,
    .header-menu .menu-main-menu-container ul.sub-menu li ul.sub-menu li a,
    .header-menu .menu-main-menu-container ul.sub-menu li ul.sub-menu li ul.sub-menu li a {
        border-bottom: none;
    }
    .header-menu .menu-top-menu-container ul.sub-menu li > a,
    .header-menu .menu-main-menu-container ul.sub-menu li > a,
    .header-menu .menu-main-menu-container ul.sub-menu li ul.sub-menu li > a {
	    font-size: 14px;
	    padding: .75em 1em;
	}
	.header-menu {
		padding: 5px 0;
		transition: opacity .3s;
   	 	-ms-transition: opacity .3s;
    	-webkit-transition: opacity.3s;
    	-moz-transition: opacity .3s;
	}
	.main-navigation li,
	.main-navigation li li,
	.main-navigation li li a,
	.main-navigation a {
		transition: background .3s, color .3s;
   	 	-ms-transition: background .3s, color .3s;
    	-webkit-transition: background.3s, color.3s;
    	-moz-transition: background .3s, color .3s;
	}
	.site-header.out .header-menu {		
		position: fixed;
		top: 0;
		box-shadow: 0 0 10px #212121;
		transition: box-shadow .5s;
   		-ms-transition: box-shadow .5s;
    	-webkit-transition: box-shadow.5s;
    	-moz-transition: box-shadow .5s;
    	z-index: 100;
	}
	.admin-bar .site-header.out .header-menu {
		position: fixed;
		top: 32px;
		z-index: 100;
	}
	.menu-item-has-children > a::after{
		content: "\f107";
		font-family: "Font Awesome 5 Free";
	  	font-weight: 900;
	  	display: inline-block;
	    font-style: normal;
	    font-variant: normal;
	    text-rendering: auto;
	   -webkit-font-smoothing: antialiased;
	    margin-left: 7px;
	}
	.menu-item-has-children ul.sub-menu li.menu-item-has-children  > a::after {
		content: "\f105";
	    font-family: "Font Awesome 5 Free";
	    font-weight: 900;
	    display: inline-block;
	    font-style: normal;
	    font-variant: normal;
	    text-rendering: auto;
	   -webkit-font-smoothing: antialiased;
	    margin-left: 7px;
	}
	.main-navigation ul li.menu-item-has-children.focus:before, 
	.main-navigation ul li.menu-item-has-children:hover:before, 
	.main-navigation ul li.menu-item-has-children.focus:after, 
	.main-navigation ul li.menu-item-has-children:hover:after, 
	.main-navigation ul li.page_item_has_children.focus:before, 
	.main-navigation ul li.page_item_has_children:hover:before, 
	.main-navigation ul li.page_item_has_children.focus:after, 
	.main-navigation ul li.page_item_has_children:hover:after,
	.main-navigation ul li.menu-item-has-children:before, 
	.main-navigation ul li.page_item_has_children:before {
	    display: none!important;
	    border-color: transparent!important;
	}
	#site-navigation button.dropdown-toggle {
	    display: none;
	    right: 0;
	}
	
}
/*@media screen and (min-width: 72em){
	.header-menu .main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
	    min-width: 500px;
	}
	.header-menu .main-navigation li li {
		width: 50%;
		float: left;
	}
	.header-menu .main-navigation li li a {
		border: 1px solid rgba(255, 255, 255, 0.1);
	}
}
*/
/*---------------------------------------------------------
TITLES
-----------------------------------------------------------*/

.entry-title {
	display: 	none;	
}

/*---------------------------------------------------------
CMAT Family
-----------------------------------------------------------*/

.cmat-family {
	float: right;
	clear: 	both;
	margin: 0;	
}

.cmat-family .btn {
    background: #0a587c;
    color: #FFF;
    padding: .5em 1em;
    display: block;
    float: right;
    margin: 8px 0 0 5px;
}
.cmat-family .btn:after {
    content: "\f107";
	font-family: "Font Awesome 5 Free";
  	font-weight: 900;
  	display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
   -webkit-font-smoothing: antialiased;
    margin-left: 7px;
}
.cmat-family  #cmat-menu {
	position: absolute;
    top: 130%;
    opacity: 0;
    transition: opacity .3s, top .3s;
    -ms-transition: opacity .3s, top .3s;
    -webkit-transition: opacity .3s, top .3s;
    -moz-transition: opacity .3s, top .3s;
    right: -999em;
    text-align: left;
    background: #0a587c;
    list-style: none;
    margin: 0;
    width: 640px;
}
.cmat-family  #cmat-menu li a {
	padding: .5em 1em;
    font-size: 13px;
    font-weight: 300;
    color: #FFF;
    display: block;
    text-decoration: none;
    /*border-bottom: 1px solid rgba(255, 255, 255, 0.1);*/
}
.cmat-family > li{
	display: block;
	float: left;
	position: relative;
}
.cmat-family > li:hover #cmat-menu{
	top: 100%;
	opacity: 1;
	right: 0;
}
.cmat-family > li #cmat-menu li:hover a{
	background: #104d69;
}
.cmat-info {
	float: left;
    width: 60%;
    padding: 2em;
}
.cmat-info p {
	margin: 1em 0;
    font-size: 14px;
    font-weight: 300;
}
.cmat-links {
	float: right;
    width: 40%;
    list-style: none;
    border-left: 2px solid #296784;
    margin: 20px 0;
    padding-left: 10px;
}
.cmat-info .link a {
    color: #ffffff;
    border: 2px solid #ffffff;
    text-decoration: none;
    padding: 1em;
    display: block;
    transition: background .3s, color .3s;
    -ms-transition: background .3s, color .3s;
    -webkit-transition: background.3s, color.3s;
    -moz-transition: background .3s, color .3s;
}
.cmat-info .link a:hover {
    color: #0a587c;
    background: #ffffff;
}
.cmat-info .link {
    float: left;
}
.cmat-info .link a:after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-left: 10px;
    position: relative;
}

/*---------------------------------------------------------
CONTENT
-----------------------------------------------------------*/

#primary {
	padding: 0;
}
#secondary {
    float: left;
    width: 100%;
    margin-bottom: 1em;
    list-style: none;
    padding: 0;
}

@media screen and (min-width: 48em){
	.site-content {
	    padding: 0;
	}
	.has-sidebar:not(.error404) #primary {
		width: 75%;
		float: left;
		margin-top: 2em;
	}
	.has-sidebar #secondary {
		width: 20%;
		margin-top: 3em;
		margin-bottom: 0;
		float: right;
	}
}


/*---------------------------------------------------------
SIDEBAR
-----------------------------------------------------------*/



#secondary li.widget {
	list-style: none;
}
#secondary ul.menu ul.sub-menu li a{
	padding: 1em 1em 1em 2em;
	font-size: .875em;
}

#secondary .sub-menu {
	display: none;
}
#secondary .current-menu-item  > .sub-menu,
#secondary .current-menu-ancestor  > .sub-menu,
#secondary .current-menu-parent > .sub-menu {
	display: block;
}
.widget ul li a {
	box-shadow: none!important;
}
#secondary ul {
	margin: 0;
	list-style: none;
	padding: 0;
}
#secondary .widget {
	padding: 0;
}
#secondary .widget li {
	padding: 0;
}
#secondary ul li a {
    display: block;
    position: relative;
    text-decoration: none;
    padding: .75em 1em;
    font-size: 1em;
    outline: none;
    transition: background .3s, color .3s;
   	 -ms-transition: background .3s, color .3s;
    -webkit-transition: background.3s, color.3s;
    -moz-transition: background .3s, color .3s; 
}
#secondary ul li.menu-item-has-children > a:after{
	content: "\f107";
	font-family: "Font Awesome 5 Free";
  	font-weight: 900;
  	display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
   -webkit-font-smoothing: antialiased;
    margin-left: 7px;
}
@media screen and (min-width: 48em){

	#secondary ul  {
	    list-style: none;
	}
	.content-area #secondary {
		width: 25%;
		float: right;
		margin-top: 3em;
	}
	.content-sidebar-wrap article .entry-content {
		padding: 1em 0;
	}
}

/*---------------------------------------------------------
BANNER
-----------------------------------------------------------*/

.header-banner {
	height: 400px;
    background: #d2d2d2;
}
.header-banner {
	height: 100px;
	display: table;
	width: 100%;
	overflow: hidden;	
	position: relative;	
}
.banner-title {
	margin-bottom: 1em;
	font-weight: 300;
    color: #fff;
    border-bottom: 0;
    top: 0;
    width: 100%;
    height: 100px;
    background: #0a4d72;
    background: rgb(10, 77, 114);
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding: 0 1em!important;
    position: relative;
    z-index: 2;
}
.page .entry-title {
	display: none;
}
.post .entry-title {
	display: block;
}
.header-banner.inner-banner img {
	position: absolute;
	z-index: 1;
	height: auto;
    max-width: 1400px;
	left: 50%;
	top: 50%;
	margin-top: -150px;
	margin-left: -700px;
}
.banner-wrap {
	margin-top: 0;
	padding-left: 0;
    padding-right: 0;
    overflow: hidden;
}
@media screen and (min-width: 48em){
	.header-banner {
		display: block;	
		position: relative;	
		height: 200px;
	}
	.header-banner.home-banner {
		height: auto;
	}
	.banner-title {
		margin: 0;
		width: auto;
	    height: auto;
	    left: 0;
	    top: 60px;
	    bottom: 60px;
	    position: absolute;
	    line-height: 80px;
	    border-left: 10px solid #34aa6f;
	}
	.header-banner.inner-banner img {
		position: relative;
		min-width: 100%;
		left: 0;
		margin-left: 0;
	}
	.csstransforms .header-banner.inner-banner img {
		left: 50%;
    	transform: translateX(-50%);
	}
	.banner-wrap {
		/*padding-left: 3em;
    	padding-right: 3em;*/
	}

}

/*---------------------------------------------------------
HOME WELCOME
-----------------------------------------------------------*/

.section.welcome-section {
	padding: 1em 0;
	background: #f3f3f3;
}

@media screen and (min-width: 48em){
	.section.welcome-section {
		padding: 3em 0;
	}
}


/*---------------------------------------------------------
VALUES
-----------------------------------------------------------*/

.schools-content {
	padding: 1em 0 ;
}

@media screen and (min-width: 48em){
	.schools-content {
		float: left; 
		width: 30%;
	}
}


/*---------------------------------------------------------
top button
-----------------------------------------------------------*/


.back-to-top {
	display: none;
	background: none;	 
	margin: 0;	 
	position: fixed;	 
	bottom: 10px;	 
	right: 0;	  
	z-index: 100;
	display: none;	 
	text-decoration: none;	 
	border-radius: 0;
	outline: none;
	text-align: center;	
	padding: 10px 10px 4px 10px; 
} 
.back-to-top:hover {
	color: #FFF;
} 
.back-to-top span {
    display: none;
}
.back-to-top .icon {
    font-size: 30px;
    width: 50px;
    outline: none;
    display: block;
}
.back-to-top svg {
    font-size: 21px;
    display: block;
    margin: 0 auto 4px auto;
    text-align: center;
}

@media screen and (min-width: 48em){
	.back-to-top span {
	    display: block;
	}
	.back-to-top {	  
		bottom: 10px;	 
		right: 10px;	   
		border-radius: 2px;
		padding: 15px 10px 10px 10px; 
		transition: background .3s, color .3s;
	   	-ms-transition: background .3s, color .3s;
	    -webkit-transition: background.3s, color.3s;
	    -moz-transition: background .3s, color .3s;
	} 
}

/*---------------------------------------------------------
News
-----------------------------------------------------------*/

.post-thumbnail {
	float: right;
    width: 100%;
    padding: 5px;
    border: 1px solid #e2e2e2;
    margin: 1em 0 1em 1em;
    line-height: 0;
    background: #f7f7f7;
    text-align: center;
}
.post-thumbnail a {
	overflow: hidden;
    float: left;
    line-height: 0;
}
.entry-content {
	clear: both;
}
.prev-next-posts {
	clear: both;
	width: 100%;
}
.prev-posts-link a,
.next-posts-link a {
	margin: 1em;
	background: #CCC;
	padding: .75em 1.5em;
	font-weight: 400;
	font-size: 14px;
	cursor: pointer;
	display: block;
	float: left;
}
.taxonomy-description {
	padding-top: 1em;
}
.curriculum .post-thumbnail {
	display: none;
}

@media screen and (min-width: 48em){
	.post-thumbnail {
		width: auto;
		float: right;
	    max-width: 400px;
	    display: block;
	}
	.post-thumbnail a {
	    width: auto;
	    display: block;
	}
	.entry-content {
		clear: none;
	}
}

/*---------------------------------------------------------
NEWS 2
-----------------------------------------------------------*/

.news_2 .grid-item a {
	text-decoration: none;
}
.news_2 .grid-item .link-more a.hover-text {
	display: none;
}
.news_2 .thumbnail-container {
	width: 150px;
	height: 150px;
	float: left;
	background: #FFF;
	margin: 0 1em 1em 0;
	position: relative;
}
.news_2 .thumbnail-container .thumbnail {
	width: 150px;
	height: 150px;
}
.news_2 .thumbnail-container span {
	width: 150px;
    height: 150px;
    position: absolute;
    text-align: center;
    font-weight: 300;
    font-size: 25px;
    line-height: 1.2;
    padding: 30px;
    opacity: 0;
    top: 0;
    background: #169acae8;
    background: rgba(22, 154, 202, 0.9);
    color: #FFF;
    transform: scale(.8);
    transition: opacity .3s, transform .3s;
   	-ms-transition: opacity .3s, transform .3s;
    -webkit-transition: opacity.3s, transform.3s;
    -moz-transition: opacity .3s, transform .3s; 
    border: 1px solid #FFF;
}
.news_2 .owl-item:hover .thumbnail-container span {
	opacity: 1;
    transform: scale(1);
}
.news_2 .owl-item .thumbnail-container span svg{
	width: 100%;
	display: block;
}
.news_2 .owl-item .link-more{
	float: left;
	clear: both;
}


/*---------------------------------------------------------
BOX OFFICE
-----------------------------------------------------------*/

.section-box-office {
	background: #343434;
	padding: 2em 1em;
	text-align: center;
}
.section-box-office .book {
	padding: .5em 1em;
	z-index: 2;
    position: relative;
    display: inline-block;
    margin-top: 1em;
    text-decoration: none;
}
.section-box-office .title {
	color: #FFF;
	font-weight: 300;
	z-index: 2;
    position: relative;
    width: 100%;
    padding: 0;
    font-size: 1.5em;
    text-align: center;
    margin-top: 10px;
}
.section-box-office .title svg{
	display: none;
}
.section-box-office .book:after {
    content: "\f105";
	font-family: "Font Awesome 5 Free";
  	font-weight: 900;
  	display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
   -webkit-font-smoothing: antialiased;
    margin-left: 10px;
    position: relative;

}
.section-box-office .big {
	z-index: 1;
    position: absolute;
    right: 22%;
    top: -20%;
}
.section-box-office .big {
	color: rgba(0,0,0,.1);
    font-size: 10em;
}

@media screen and (min-width: 48em){
	.section-box-office .title svg {
		display: inline-block;
		color: #FFF;
		font-weight: 300;	
		text-align: center;
		margin-right: 10px;
	}
	.section-box-office {
		padding: 0;
	}
	.section-box-office .title {
		float: left;
    	width: auto;
    	margin-top: 0;
    	margin-bottom: 0;
	}
	.section-box-office .book {
		padding: 1em 2em;
		float: right;
		margin-top: 0;
		transition: background .3s, color .3s;
   		-ms-transition: background .3s, color .3s;
    	-webkit-transition: background.3s, color.3s;
    	-moz-transition: background .3s, color .3s; 
	}
	.section-box-office .title {
		padding: .25em;
    	font-size: 2em;
	}
	.section-box-office .title i {
		margin-right: 1em;
		width: auto;
	}
	.section-box-office .big i {
	    font-size: 14em;
	}
}

/*---------------------------------------------------------
SOCIAL
-----------------------------------------------------------*/

.section.section-social {
	background: #006098 ;
	position: relative;
}
.section-social .social-media,
.section-social .wrap{
	position: relative;
	z-index: 2;	
}
.section-social .social-media-bg {
	/*background: #00aced;*/
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    top: 50%;
}
.section-social .social-media h3 {
	position: relative;
	z-index: 3;
	text-align: center;
}
.section-social .social-media .big-twitter{
	font-size: 14em;
    position: absolute;
    top: -131px;
    right: 0;
    color: rgba(0, 0, 0, 0.1);
}
.section-social .social-media .big-facebook {
	font-size: 14em;
    position: absolute;
    top: -80px;
    left: 0;
    color: rgba(0, 0, 0, 0.1);
}
.social-media .button {
	width: 100%;
	clear: both;
	text-align: center;
}
.social-media .button a {
	padding: .5em;
	font-size: 1em;
    width: 300px;
    overflow: hidden;
    color: #FFF;
    font-weight: 300;
    text-decoration: none;
    text-align: center;
    position: relative;
    border: 2px solid #FFF;
    margin: 1em auto;
    display: block;
}
.social-media .widgettitle {
	display: none;
}
.section-social .bg-image {
	opacity: 0.3;
    position: absolute;
    right: -5%;
    z-index: 0;
}
@media screen and (min-width: 48em){
	.social-media .button a {
		font-size: 1.5em;
	}
	.social-media .button svg,
	.social-media .button i {
	    top: -100%;
	    left: 0;
	    position: absolute;
	    height: 100%;
	    width: 100%;
	    font-size: 14px;
	    padding: 1em;
	    -webkit-transition: top 0.3s;
	    -moz-transition: top 0.3s;
	    transition: top 0.3s;
	}
	.social-media .button span,
	.social-media .button span {
		top: 0;
	    position: relative;
	    -webkit-transition: top 0.3s;
	    -moz-transition: top 0.3s;
	    transition: top 0.3s;
	}
	.social-media .button:hover span,
	.social-media .button:hover span {
	    top: 100px;
	}
	.social-media .button:hover svg,
	.social-media .button:hover i {
	    top: 0;
	}
	.social-media .button:hover .facebook {
		background: #005689;
	}
	.social-media .button:hover .twitter{
	    background: #00aced;
	}
}


/*---------------------------------------------------------
HOUSES - BAR
-----------------------------------------------------------*/

.section-house-points {
	background: url('/wp-content/themes/CMATTheme/assets/images/SVA-Pattern.png') #000 repeat;
}
.section-house-points .bg-image {
	width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    opacity: .2;
}
.section-house-points .bg-image img{
	display: none;
}
.section-house-points .house {
	width: 100%;
	float: left;
	border-bottom: 1px dashed #CCC;
    padding: 10px 0; 
}
.section-house-points .col-container {
	background: 0;
}
.section-house-points .article-title {
	border-bottom: 1px dashed #ffffff;
	color: #FFF;
}
.section-house-points .bar {
	width: 100%;
	height: 35px;
	border-radius: 5px;
	background: #ffffff;
	position: relative;	
	overflow: hidden;
}
.section-house-points .bar-slider {
	height: 35px;
	background: #555;
	display: block;
	position: absolute;	
	width: 100%;
	left: -100%;
	top: 0;
	transition: left 1.2s;
	-ms-transition: left 1.2s;
	-webkit-transition: left 1.2s;
	-moz-transition: left 1.2s;
}
.section-house-points.out .bar-slider {
	left: -10%;
}
.section-house-points .house-logo {
	width: 60px;
	height: 60px;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}
.section-house-points .house-logo img{
	height: auto;
    max-height: 60px;
    width: auto;
    max-width: 60px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
.section-house-points .house-details {
    position: relative;
    margin-bottom: 10px;
}
.section-house-points .house-details .title {
	margin: 0;
    position: absolute;
    top: 3px;
    color: #222!important;
    z-index: 2;
    font-size: 22px;
    left: 0;
    padding: 0 10px;
    width: 100%;
}
.section-house-points .number {
    font-weight: 500;
    float: right;
}
.section-house-points .col-container .col-35 .link-more {
	position: relative;
    right: 0;
    bottom: 0;
}
.section-house-points .col-container .col-35,
.section-house-points .col-container .col-65 {
    width: 100%; 
    float: left;
}
.section-house-points .col-container p {
		color: 	#FFF;
}
@media screen and (min-width: 48em){
	.section-house-points .bar {
		position: relative;
	}
	.admin-bar .section-house-points .inview {
		position: absolute;
		top: 50%;
		left: 1px;
	}
	.section-house-points .inview {
		position: absolute;
		top: 50%;
		left: 1px;
	}
	.section-house-points .house {
	    margin: 1em 1%;
	    position: relative;
	    padding: 1em;
	    text-align: center;
	}
	.section-house-points .house-logo {
		position: relative;
		width: 120px;
		height: 120px;
	}
	.section-house-points .house-logo img{
	    max-height: 120px;
	    max-width: 120px;
	}
	.section-house-points .house-details {
		float: left;
    	width: 100%; 
    	text-align: center;
    	margin: 15px;
	}
	.section-house-points .bar {
	    width: 100%;
	}
	.section-house-points .section-house-points .title {
		padding: 0;
		text-align: center;
	}
	.section-house-points .house-details .title {
	    z-index: 1;
	    opacity: 0;
	    font-weight: 400;
	    transition: opacity 1s ease 1s;
		-ms-transition: opacity 1s ease 1s;
		-webkit-transition: opacity 1s ease 1s;
		-moz-transition: opacity 1s ease 1s;
	}
	.section-house-points.out .house-details .title {
		 opacity: 1;
	}
	.section-house-points {
		 padding-top: 3em;
    	padding-bottom: 3em;
	}
	.section-house-points .col-container .col-35 {
		width: 35%;
		text-align: left;
	}
	.section-house-points .col-container .col-65 {
	    width: 65%; 
	}
}


/*---------------------------------------------------------
HOUSES - CIRCLES
-----------------------------------------------------------

.house {
	width: 100%;
	float: left;
}
.bar {
	width: 100%;
	height: 20px;
	border-radius: 5px;
	background: #e4e4e4;
	position: relative;	
	overflow: hidden;
	display: none;
}
.bar-slider {
	height: 35px;
	background: #555;
	display: block;
	position: absolute;	
	width: 100%;
	left: -100%;
	top: 0;
	transition: left 1.2s;
	-ms-transition: left 1.2s;
	-webkit-transition: left 1.2s;
	-moz-transition: left 1.2s;
}
.section-house-points {
	background: #000;
	position: relative;
}
.section-house-points .bg-image {
	width: 100%;
    height: 100%;
	left:0;
	top: 0;
	opacity: .1;
	display: block;
	position: absolute;
}
.section-house-points .bg-image img{
	object-fit: cover;
	height: 100%;
	width: 100%;
}
.section-house-points.out .bar-slider {
	left: -10%;
}
.house-logo {
	width: 60px;
	height: 60px;
    position: absolute;
    left: 0;
    top: 0;
}
.house-logo img {
	height: auto;
    max-height: 60px;
    width: auto;
    max-width: 60px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;
}
.house-details {
    padding: 0em;
    width: 100%;
}
.circle canvas {
	display: none;
}
.title {
	text-align: left;
	width: 100%;
	padding: 17px 10px 17px 80px;
	margin: 0;
}
.number {
    font-weight: 500;
}
.section-house-points .owl-carousel.owl-drag .owl-item {
	text-align: center;
}


@media screen and (min-width: 48em){
	.house-details {
	    border: 18px solid;
	    padding: 0em;
	    width: 240px;
	    height: 240px;
	    border-radius: 150px;
	    margin: 1em;
	}
	.circle {
	    display: inline-block;
	    position: relative;
	    text-align: center;
		vertical-align: top;
	}
	.circle canvas {
	    display: inline-block;
	    position: absolute;
	    left: -18px;
	    top: -18px;
	}
	.circle strong {
		position: absolute;
		top: 70px;
		left: 0;
		width: 100%;
		text-align: center;
		line-height: 45px;
		font-size: 43px;
	}
	.section-house-points .owl-item{
		opacity: .1;
		transition: opacity .5s;
		-ms-transition: opacity .5s;
		-webkit-transition: opacity .5s;
		-moz-transition: opacity .5s;
	}
	.section-house-points  .owl-carousel .owl-stage-outer {
		overflow: visible;
	}
	.section-house-points  .owl-item.active {
		opacity: .5;
	}
	.section-house-points  .owl-item.active.center {
		opacity: 1;
	}
	.bar {
		width: 100%;
		position: relative;
	}
	.admin-bar .inview {
		position: absolute;
		top: -152px;
		left: 1px;
	}
	.inview {
		position: absolute;
		top: -60px;
		left: 1px;
	}
	.house {
	    margin: 1em 1%;
	    position: relative;
	    background: #FFF;
	    text-align: center;
	    display: none;
	}
	.house-logo {
		position: relative;
		width: 120px;
		height: 120px;
		display: none;
	}
	.house-logo img{
	    max-height: 120px;
	    max-width: 120px;
	}
	.title {
		padding: 2.5em  0px;
		text-align: center;
	}
	.number {
		position: absolute;
    top: 55%;
    left: 0;
    color: #ffffff;
    padding: 0;
    width: 100%;
    text-align: center;
    z-index: 1;
    font-weight: 400;
	    transition: opacity 1s ease 1s;
		-ms-transition: opacity 1s ease 1s;
		-webkit-transition: opacity 1s ease 1s;
		-moz-transition: opacity 1s ease 1s;
	}
	.section-house-points.out .number {
		 opacity: 1;
	}
	.num_2 {
		width: 23%;
		display: block;
	}
	.num_3 {
		width: 31.33%;
		display: block;
	}
	.num_4 {
		width: 23%;
		display: block;
	}
	.num_5 {
		width: 18%;
		display: block;
	}
	.num_6 {
		width: 14.666%;
		display: block;
	}
}


/*---------------------------------------------------------
VALUES
-----------------------------------------------------------*/

.values-content {
	padding: 1em 0;
	overflow: hidden;
	float: left;
	width: 100%;
}
.values-list {
	list-style: none;
	text-align: center;
}
.section-our-values ul li{
	width: 100%;
    height: auto;
    padding: 1em 1em 1em 4em;
    background: rgb(245, 245, 245);
    margin: 5px;
    display: table;
    position: relative;
}
.section-our-values ul li .img{
	height:auto;
	width:100%;
}
.section-our-values ul li .img-container{
	height: 50px;
    float: left;
    width: 50px;
    top: 50%;
    display: block;
    left: 10px;
    margin: -25px 0 0 0;
    position: absolute;
}
.section-our-values ul li p {
	font-size: 16px;
	line-height: 1.4;
	margin: 0;
}
.section-our-values ul li .bottom-container  p {
	font-size: 12px;
	padding: 5px;
}
.section-our-values ul li.title{
	width:125px;
}
.section-our-values ul li.title h2{
	margin:20px 0;	
}
/*.values-list li.achievement {
	    background: #b4c9ea;
}
.values-list li.values {
	    background: #b9ebff;
}
.values-list li.high-quality {
	    background: #aef3bd;
}
.values-list li.excellence {
	    background: #fcfdc1;
}
.values-list li.boundaries {
	    background: #ffc9c9cc;
}
*/
@media screen and (min-width: 48em){
	.section-our-values ul li{
		width: 160px;
	    height: 160px;
	    padding: 0;
	    display: inline-block;
	    overflow: hidden;
	    cursor: help;
	}
	.section-our-values ul li .img-container {
		height:50%;
		width:100%;
		float: none;
		left: 0;
		display:block;
		margin: 10px auto 0 auto;
		background-size: contain;
		position: relative;
		top: 0;
	}
	.section-our-values ul li .img-container img {
		height: auto;
   		max-width: 100%;
    	max-height: 100%;
	}
	.section-our-values ul li .top-container{
		text-align: center;
	}
	.section-our-values ul li .top-container,
	.section-our-values ul li .bottom-container {
		height: 100%;
		width: 100%;
		position: relative;
		top: 0;
		 transition: top .5s ease;
		-ms-transition: top .5s ease;
		-webkit-transition: top .5s ease;
		-moz-transition: top .5s ease;
	}
	.section-our-values ul li p {
	    padding: 0 15px;
	    line-height: 1.3;
	    font-size: 13px;
	    height: 70px;
	    display: table-cell;
	    vertical-align: middle;
	    text-align: center;
	    width: 160px;
	}
	.section-our-values ul li .bottom-container  p {
	    padding: 0 15px;
	    line-height: 1.3;
	    font-size: 12px;
	    height: 140px;
	    display: table-cell;
	    vertical-align: middle;
	    text-align: center;
	    width: 160px;
	}
	.values-list {
		text-align: left;
	}
	.values-content {
		width: 65%;
		float: 	right;	
	}
	.section-our-values ul li{
	    margin: 5px;
	    box-shadow: inset 0 0 0 #cbe1ea;
	     transition: box-shadow .5s ease;
		-ms-transition: box-shadow .5s ease;
		-webkit-transition: box-shadow .5s ease;
		-moz-transition: box-shadow .5s ease;
	}
	.section-our-values ul li:hover{
	    box-shadow: inset 0 0 10px #cbe1ea;
	}
	.section-our-values ul li:hover .top-container, 
	.section-our-values ul li:hover .bottom-container {
    	top: -100%;
	}

}
@media screen and (min-width: 1140px){
	.section-our-values ul li {
	    margin: 5px;
	    flex: auto;
	    text-align: center;
	}
	.values-list {
    text-align: center;
	    display: flex;
	}
	.section-our-values ul li .top-container p {
		padding-top: 10px;
	    display: block;
	    width: 100%;
	}
	.section-our-values ul li.achievement .top-container p {
		padding-top: 20px;
	}
	.section-our-values ul li.values .top-container p {
		padding-top: 20px;
	}
	.section-our-values ul li.excellence .top-container p {
		padding-top: 15px;
	}
}
/*---------------------------------------------------------
SECTION
-----------------------------------------------------------*/

.page-template-SchoolHome .content-area article {
	width: 100%;
}
.section {
	overflow: hidden;
	position: relative;
   	z-index: 2;
   	/*background: #FFF;*/
}
.col-container {
	width: 100%;
	float: left;
	padding: 1em;
}
.col-container p,
.col h4,
.col h3 {
	color: #ffffff;
    font-weight: 300;
}
.col-1 {
    padding: .5em;
    margin-bottom: 1em;
    font-size: 14px;
    float: left;
    width: 100%;
}
.col-1:last-child {
    border-bottom: none;
    margin-bottom: 0;
}
.col h3.article-title {
	border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
	border-bottom: 1px dashed #ffffff36;
    padding: 10px 0;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 1.25em;
    letter-spacing: 0;
    margin-bottom: 1em;
    margin-top: 0;
}
.col-container .event-content h2 {
	margin: 0;
}
.col-container .event-content h2 a,
.col-container .grid-item h2 a  {
	font-size: 1em;
	/*background: #00000038;
	padding: .5em 1em;*/
	display: block;
	width: 100%;
	color: #FFF; 
	font-weight: 400;
	text-decoration: none;
}
/*.col-container  .grid-item h2 a:after {
	content: "\f105";
	font-family: "Font Awesome 5 Free";
  	font-weight: 900;
  	display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
   -webkit-font-smoothing: antialiased;
	margin-left: 7px;
	float:right; 
	color: #FFF; 
}*/
.link-more {
	margin: 0;
}
.link-more a {
	text-decoration: none;
	margin-top: 5px;
	margin-bottom: 10px;
	background: #CCC;
	padding: 1em 2em;
	font-weight: 400;
	font-size: 14px;
	cursor: pointer;
	display: block;
	float: left;
	transition: background .3s, color .3s;
   	-ms-transition: background .3s, color .3s;
    -webkit-transition: background.3s, color.3s;
    -moz-transition: background .3s, color .3s;  
}
.next-posts-link a:after,
.link-more a:after{
	content: "\f105";
	font-family: "Font Awesome 5 Free";
  	font-weight: 900;
  	display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
   -webkit-font-smoothing: antialiased;
    margin-left: 10px;
    position: relative;
    transition:  color .3s;
   	-ms-transition:  color .3s;
    -webkit-transition:  color .3s;
    -moz-transition:  color .3s; 
}
.prev-posts-link a:before,
.link-more.back-link a:before {
    content: "\f061";
	font-family: "Font Awesome 5 Free";
  	font-weight: 900;
  	display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
   -webkit-font-smoothing: antialiased;
    margin-right: 10px;
    position: relative;
    transition: color .5s;
   	-ms-transition: color .5s;
    -webkit-transition: color .5s;
    -moz-transition: color .5s; 
}

.link-more.back-link a:after {
    display: none;
}
.feed.off {
	display: block;
	padding: 0;
}
.col-container .col-2 {
    padding: 1em;
    margin-bottom: 10px;
    float: left;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.3);
}
/*.col-container .col-2 .link-more {
	position: absolute;
    right: 2em;
    bottom: 2em;
}*/
.link-more.center {
	margin-top: 2em;
	display: block;
    width: 100%;
    clear: both;
    text-align: center;
    float: 	left;	
}
.link-more.center a {
	float: none;
	display: inline-block;
}
.col-container .grid-item h2 a:after {
	display: none;
}
@media screen and (min-width: 48em){
	.link-more a {
		padding: 1em 2em;
		margin-top: 1em;
	}
	.col-container {
	    display: flex;
	    padding: 0;
	}
	.col-container .col {
		width: 50%;
    	float: left;
    	padding: 2em;
    }
	.col-container .col-1 {
	    border-bottom: none;
	    padding-bottom: 0;
	    margin-bottom: 0;
	    width: 31.33%;
	    float: left;
	    padding: 1em;
	    margin: 0 1%;
	}
	.col-container .col-2 {
	    width: 48%;
        padding: 1em 2em;
        margin: 1%;
	}
	.col-container  .grid-item,
	.owl-carousel.owl-drag .owl-item,	
	.grid-item-details {
		display: block;
		width: 100%;
	}
	.event-content h2 a,
	.col-container .grid-item h2 a {
		border-bottom: none;
		padding: 0;
		background: 0;
	}
}


/*---------------------------------------------------------
EVENTS 
-----------------------------------------------------------*/

.section-news-event {
	overflow: hidden; 
	z-index: 1;	
}
.section-news-event .events {
	height: 300px;
    overflow-y: scroll;
    background: #1c1c1c;
    padding: 1em;
}
.section-news-event .col-container {
	background: 0!important;
}
@media screen and (min-width: 48em){
	.section-news-event .events {
		height: auto;
	    overflow-y: hidden;
	    background: 0;
	    padding: 1em 0;
	}
}

/*---------------------------------------------------------
eteach-job 
-----------------------------------------------------------*/

#primary .entry-content .eteach-job  {
	overflow: hidden;
    float: left;
    display: block;
    border-bottom: 1px dashed#CCC;
    padding-bottom: 1em;
    margin-bottom: 1em;
}
#primary .entry-content .no-vacancies .link-more  {
	display: none;
}
.eteach-job h2 {
	margin-top: 0;
	margin-bottom: 0;
}

/*---------------------------------------------------------
.owl-carousel .owl-item img
-----------------------------------------------------------*/

.section-our-logos {
	padding: 0 ;
}
.section-our-logos .feed {
	padding: 0 3em;
}
.owl-carousel.logos .owl-item img {
	max-width: 200px;
	margin: 0 auto;
}
.owl-carousel.logos .owl-item  {
	text-align: center;
}
.owl-carousel.logos .owl-dots.disabled, 
.owl-carousel.logos .owl-nav.disabled {
    display: block;
}

.owl-carousel.logos .owl-wrapper {
  display: table !important;
}
.owl-carousel.logos .owl-item {
  display: table-cell;
  float: none;
  vertical-align: middle;
}
.owl-carousel.logos .owl-item > div {
  text-align: center;
}
.owl-nav {
	position: absolute;
	top: -60px;
    right: 0;
    width: 70px;
}
.owl-prev {
	width: 50%;
	float: left;
	padding: 10px;
	text-align: center;
	background:rgba(0,0,0,0);
}
.owl-next {
	width: 50%;
	float: right;
	padding: 10px;
	text-align: center;
	background:rgba(0,0,0,0);
}
.owl-prev:hover,
.owl-next:hover {
	background:rgba(0,0,0,.1);
}
.section-news-event .col h3.article-title {
	padding-right: 70px;
}
.owl-carousel.logos .owl-prev {
	position: absolute;
    top: 50%;
    left: 0;
    padding: 9px 12px 9px 10px;
    background: #232222;
    color: #FFF;
    height: 40px;
    margin-top: -20px;
    opacity: .1;
    transition: opacity .35s ease;
	-ms-transition: opacity .35s ease;
	-webkit-transition: opacity .35s ease;
	-moz-transition: opacity .35s ease;
}
.owl-carousel.logos .owl-next {
	position: absolute;
    top: 50%;
    right: 0;
    padding: 9px 10px 9px 12px;;
    background: #232222;
    color: #FFF;
    height: 40px;
    margin-top: -20px;
    opacity: .1;
     transition: opacity .35s ease;
	-ms-transition: opacity .35s ease;
	-webkit-transition: opacity .35s ease;
	-moz-transition: opacity .35s ease;
}
.owl-carousel.logos .owl-next:hover,
.owl-carousel.logos .owl-prev:hover { 
	opacity: .9;
}
.owl-carousel.logos .owl-dots.disabled, .owl-carousel.logos .owl-nav.disabled {
	display: none;
}

/*---------------------------------------------------------
Staff List
-----------------------------------------------------------*/

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

.staff-list {
	width: 100%;
	margin: 0 0 10px 0;
	background: #FEFEFE;
	border: 1px solid #DDD;
	float: left;
	padding: 20px 10px 10px 130px;
	position: relative;
	height: 120px;
}
.staff-list p {
	padding:0;
	margin: 0;
}
.staff-list h2 {
	padding: 0;
	margin: 0;
	font-size: 18px;
}
.staff-list h3 {
	padding: 10px 0;
    font-size: 14px;
    color: #b7b7b7;
}

.staff-list img {
	width: 100px;
	height: 100px;
	position: absolute;
	left: 10px;
	top: 10px;
}

@media screen and (min-width: 940px){
	.staff-list {
		width: 48%;
		margin: 1%;
	}
}


i.mce-i-icon {
    font: 400 20px/1 dashicons;
    padding: 0;
    vertical-align: top;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: -2px;
    padding-right: 2px
}

/*---------------------------------------------------------
IFRAME 
-----------------------------------------------------------*/

iframe {
    margin-bottom: 1.5em;
    max-width: 100%;
    border: none;
}

/*---------------------------------------------------------
KNOWLEDGE BASE
-----------------------------------------------------------*/

.epkb-doc-search-container h2 {
	display: none;
}
#epkb-main-page-container.epkb-basic-template .epkb-doc-search-container {
	padding: 16px 0!important;
    background: #004f72!important;  
    margin-bottom: 10px!important;
}
.ep_font_icon_document:before {
    content: "\e921";
    color: #ccc;
    font-size: 18px;
    margin-right: 10px;
}
#epkb-main-page-container.epkb-basic-template .eckb-article-title span {
    line-height: 1.3em;
    float: left;
    display: block;
    margin-left: 2em;
}
#epkb-main-page-container.epkb-basic-template #epkb-content-container section {
    border-color: #d2d2d2!important;
    box-shadow: none;
}
#eckb-article-page-container .eckb-navigation-back .eckb-navigation-button {
	float: left;
    background-color: #242222!important;
    padding: .5em 1em!important;
    color: #FFF!important;
    border-radius: 0!important;
    border-width: 0!important;
}
@media screen and (min-width: 48em){
	#epkb-main-page-container.epkb-basic-template #epkb-content-container section {
	    margin: 1%;
	}
	#epkb-main-page-container.epkb-basic-template .three-col section {
	    width: 30.333%;
	}
	#epkb-main-page-container.epkb-basic-template .section_medium_font {
	    font-size: 14px;
	    width: 104%;
	    margin: 0 -2%;
	}
}
/*---------------------------------------------------------
FORMS
-----------------------------------------------------------*/

div.wpforms-container-full .wpforms-form .wpforms-field-label {
	display: block;
    font-weight: 400;
    font-size: 19px;
    float: none;
    line-height: 1.3;
    margin: 0 0 4px 0;
    padding: 0;
}
div.wpforms-container-full .wpforms-form input[type=submit], 
div.wpforms-container-full .wpforms-form button[type=submit], 
div.wpforms-container-full .wpforms-form .wpforms-page-button {
	font-weight: 400;
}
div.wpforms-container-full .wpforms-form input:focus, 
div.wpforms-container-full .wpforms-form textarea:focus, 
div.wpforms-container-full .wpforms-form select:focus {
    border: 1px solid #999;
    background: #f5f5f5;
}
div.wpforms-container-full .wpforms-form .wpforms-field input.wpforms-error, 
div.wpforms-container-full .wpforms-form .wpforms-field textarea.wpforms-error, 
div.wpforms-container-full .wpforms-form .wpforms-field select.wpforms-error {
    border: 1px solid #e8b5b5;
    background: #fff1f1;
}
div.wpforms-container-full .wpforms-form label.wpforms-error {
    display: block;
    color: #990000;
    font-size: 15px;
    float: none;
    font-weight: 300;
}
.wpforms-container ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #888;
}
.wpforms-container ::-moz-placeholder { /* Firefox 19+ */
  color: #888;
}
.wpforms-container :-ms-input-placeholder { /* IE 10+ */
  color: #888;
}
.wpforms-container :-moz-placeholder { /* Firefox 18- */
  color: #888;
}
.contact-form textarea,
.contact-form input[type=email], 
.contact-form input[type=text], 
.contact-form input[type=url] {
	width: 100%!important;
	max-width: 80%!important;
}

/*---------------------------------------------------------
friends 
-----------------------------------------------------------*/

.friends-container ul {
    list-style: none;
}
.friends-container ul li {
    list-style: none;
    width: 100%;
    margin: 0;
    float: left;
    border: 1px solid #ececec;
    padding: 1em;
    margin: 5px 0;
    transition: all 0.2s;
    text-align: center;
}
.friends-container ul li img {
	max-width: 120px;
	max-height: 90px;
}
.friends-container ul li p {
    text-align: center;
    width: 100%;
    font-size: .875em;
    margin: 0;
}

@media screen and (min-width: 38em){
	.friends-container ul li img {
	    width: auto;
	}
	.friends-details-img {
		width: 100%;
		height: 120px;
		vertical-align: middle;
    	display: table-cell;;
	}
	.friends-container ul li {
	    width: 31%;
	    margin: 1%;
	    text-align: center;
	}
	.friends-container ul li p {
	    height: 50px;
	}
	.friends-container ul li:hover {
	    border: 1px solid #929292;
	}
}

@media screen and (min-width: 68em){
	.friends-container ul li {
	    width: 23%;
	}
}


    
/*---------------------------------------------------------
TABLE 
-----------------------------------------------------------*/

.student-info {
	margin-top: 2em;
    overflow-x: scroll;
    width: 100%;
    display: block;
}
.student-info thead tr {
	background: #006083;
}
.student-info tbody tr {
	background: #c5c5c5;
}
.student-info tbody tr:nth-child(odd) {
	background: #d4d4d4;
}
.student-info th {
    width: 80px;
    height: 80px;
    vertical-align: middle;
    text-align: center;
    padding: 0 10px;
    font-size: .875em;
    color: #FFF;
    font-weight: 300;
    border: 2px solid #FFF;

}
.student-info td {
    height: 68px;
    text-align: center;
    padding: 0 10px;
    vertical-align: middle;
    border: 2px solid #FFF;
    font-size: .875em;
}

@media screen and (min-width: 65em){
	.student-info {
		margin-top: 2em;
	    overflow-x: auto;
	    width: 100%;
	    display: table;
	}
}



/*---------------------------------------------------------
UPLOADS
-----------------------------------------------------------*/


#secondary .widgettitle {
	background: #232222;
    margin: 0;
    padding:1em;
    color: #FFF;
    text-transform: uppercase;
    font-size: 16px;
}

/*---------------------------------------------------------
UPLOADS
-----------------------------------------------------------*/

.doc-upload a {
    width: 100%;
    border-bottom: 1px dashed#e6e6e6;
    display: block;
    padding: 10px;
    text-decoration: none;
}
.doc-upload a:hover,
.doc-upload a:hover .icon {
    color: #22c0ff;
}
.doc-upload a .icon {
    margin-right: 10px;
    font-size: 20px;
    top: 1px;
    position: relative;
}

/*---------------------------------------------------------
Knolwedge base
-----------------------------------------------------------*/

#kb-article-content {
	overflow-x: scroll;
}

/*---------------------------------------------------------
ETEACH
-----------------------------------------------------------*/

.school-name {
	display: none;
}

/*---------------------------------------------------------
SEARCH
-----------------------------------------------------------*/

.search-results .page .entry-title {
    display: block; 
}

/*---------------------------------------------------------
NEWS - WOW PROJECTS
-----------------------------------------------------------*/

.section-wow-projects {
	text-align: center;
}

.section-news {
	background: #FFF;
	padding: 1em 0;
}
.section-news .article-title  {
	width: 100%;
	text-align: center;
	color: #222;
} 
.section-news .owl-item {
	background: #FFF;
}
.section-news .owl-carousel .owl-stage-outer{
	z-index: 2;
}
.blog .thumbnail,
.category .thumbnail,
.section-news .thumbnail {
	height: 150px;
	overflow: hidden;
	position: relative;
	background: #444;
}
.blog .thumbnail img,
.category .thumbnail img,
.section-news .thumbnail img {
	width: 100%;
    opacity: 1;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.object-fit .news .thumbnail img,
.object-fit .blog .thumbnail img,
.object-fit .category .thumbnail img,
.object-fit .section-news .thumbnail img {
	height: 100%;
    -o-object-fit: cover;
	object-fit: cover;
}
.blog article .link-more:after,
.category article .link-more:after,
.section-news article .link-more:after {
    content: " \f105";
   	font-family: "Font Awesome 5 Free";
  	font-weight: 900;
  	display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
   -webkit-font-smoothing: antialiased;
    margin-left: 10px;
}
.blog .site-content article,
.category .site-content article,
.site-content .section-news   article {
  	border-top: none;
    background: #f3f3f3;
    padding: 5px;
    padding-bottom: 5px;
	max-height: 350px;
    overflow: hidden;

}
.blog .grid-item,
.category .grid-item,
.section-news .grid-item {
	margin-bottom: 10px;
	position: relative;	
}
.blog .grid-item a,
.category .grid-item a,
.section-news .grid-item a {
	text-decoration: none;
	color: #222;	
}
.section-news article:hover h4,
.section-news article h4 {
  	color: #222;
  	font-weight: 400;
}
.blog article .link-more,
.category article .link-more,
.section-news article .link-more {
	position: absolute;
    top: 15%;
    width: 40%;
    left: 30%;
    text-align: center;
    opacity: 0;
    color: #222;
    background: #FFF;
    border: 2px solid #FFF;
    padding: 1em;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -moz-transform: scale(.8);
    -webkit-transform: scale(.8);
    transform: scale(.8);
}
.blog .grid-item h4 a,
.category .grid-item h4 a,
.section-news .col h4 {
	padding: .5em 1em;
    color: #222;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    height: 85px;
    margin: 0 auto .5em auto;
    line-height: 1.4;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 400;
    text-decoration: none;
}
.section-news .owl-nav {
    position: absolute;
    top: 44%;
    right: 0;
    width: 110%;
    left: -5%;
    z-index: 1;
}
.section-news .owl-prev, .section-news .owl-next {
    width: 40px;
    color: #CCC;
}
.single article .entry-meta,
.blog article .entry-content,
.blog article .entry-meta,
.category  article .entry-content,
.category article .entry-meta,
.archive article .entry-content,
.archive article .entry-meta {
	display: none;
}
.search  .navigation.pagination,
.blog  .navigation.pagination,
.archive .navigation.pagination,
.category .navigation.pagination {
	width: 100%;
}

@media screen and (min-width: 48em){
	.blog:not(.has-sidebar) #primary article,
	.archive:not(.page-one-column):not(.has-sidebar) #primary article,
	.blog .site-content .grid-item,
	.category .site-content .grid-item {
		width: 31.333%;
		margin: 1%;
		float: left;
		padding-bottom: 5px;
    	background: #e6e6e6;
	}
	.section-news .grid-item {
		width: 31.333%;
		margin: 1%;	
		float: left;
		padding-bottom: 0;	
	}
	.section-news {
		padding: 3em 0;
	}
	.blog .thumbnail,
	.category .thumbnail,
	.section-news .thumbnail {
		height: 150px;
	}	
	.section-news .owl-prev:hover, .section-news .owl-next:hover {
		background: 0;
		color: #000;
	}
	.blog .grid-item:hover .link-more,
	.category .grid-item:hover .link-more,
	.section-news .grid-item:hover .link-more {
	    opacity: 1;
	    -moz-transform: scale(1);
	    -webkit-transform: scale(1);
	    transform: scale(1);
	}
	.blog .grid-item:hover .thumbnail img,
	.category .grid-item:hover .thumbnail img,
	.section-news .grid-item:hover .thumbnail img {
		opacity: .5;
	}
	.blog .grid-item,
	.category .grid-item,
	.section-news .grid-item {
		width: 31.333%;
		margin-bottom: 0;	
	}
	.blog h3.article-title,
	.category h3.article-title,
	.section-news h3.article-title {
		margin-bottom: 1.5em;
		border-bottom: 0;
	}
}

/*---------------------------------------------------------
FACEBOOK
-----------------------------------------------------------*/


.section-facebook {
	padding: 1em 0;
	background: #374d7b; 	
}
.section-facebook .owl-carousel .owl-item .icon {
	width: auto;
}
.section-facebook h3.article-title {
	width: 100%;
	text-align: center;
	border-bottom: none;
} 
.section-facebook .icon-container {
	background: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 2px;
    left: 2px;
    padding: 10px;
    z-index: 1;
} 
.section-facebook  .big-facebook {
	display: none;
}
.section-facebook .owl-item {
	background: #FFF;
}
.section-facebook .owl-carousel .owl-stage-outer {
	z-index: 2;
}
.section-facebook .thumbnail-container {
	height: 150px;
	overflow: hidden;
	position: relative;
}
.section-facebook .thumbnail-container img {
	width: 100%;
	height: 100%;
    object-fit: cover;
    opacity: 1;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s ;
}
.section-facebook article .link-url:after {
    content: "\f105";
	font-family: "Font Awesome 5 Free";
  	font-weight: 900;
  	display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
   -webkit-font-smoothing: antialiased;
    margin-left: 10px;
}
.section-facebook article {
  	border-top: none;
    background: #FFF;
    padding: 5px;
}
.section-facebook .details {
	padding: 1em;
	font-weight: 300;
}	
.section-facebook .grid-item .details-story .msg {
	display: none;	
}
.section-facebook article:hover h4,
.section-facebook article h4 {
  	color: #222;
  	font-weight: 400;
}
.section-facebook .owl-nav {
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
}
.section-facebook .owl-prev, .section-facebook .owl-next {
    width: 40px;
    color: #CCC;
}
.section-facebook .grid-item {
	position: relative;
	width: 100%;
}
.section-facebook h2 {
    border-bottom: 1px dashed #CCC;
    padding: 10px 0;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 1.25em;
    letter-spacing: 0;
    margin-bottom: 1em;
}

@media screen and (min-width: 48em){
	.section-facebook .owl-nav {
	    top: 44%;
	    right: 0;
	    width: 110%;
	    left: -5%;
	}
	.section-facebook  .big-facebook {	
		display: block;
	    border: 8px dashed rgba(0, 0, 0, 0.1);
	    padding: 30px 110px 20px 100px;
	    border-radius: 188px;
	    font-size: 12em;
	    position: absolute;
	    z-index: 0;
	    bottom: -107px;
	    right: -200px;
	    color: rgba(0,0,0,.2);
	}
	.section-facebook .grid-item {
	/*	width: 31.333%;
		margin: 1%;	*/
		float: left;	
	}
	.section-facebook {
		padding: 2em 0;
	}
	.section-facebook .details {
		padding: 1.5em;
		margin-top: 0;
	    position: absolute;
	    bottom: auto;
	    top: 180px;
	    height: 100%;
	    left: 0;
	    width: 100%;
	    opacity: .9;
	    background: #fff;
	    z-index: 2;
		 transition: opacity .3s, top .3s;
   	 	-ms-transition: opacity .3s, top .3s;
    	-webkit-transition: opacity .3s, top .3s;
    	-moz-transition: opacity .3s, top .3s;
	}	
	.section-facebook article:hover .details {
		top: 0;
		opacity: 1;	
	}
	.section-facebook h2 {
		font-size: 1.125em;
		padding-top: 0;
		margin: 0;
	}
	/*	
	.section-facebook h2.caps {
		text-transform: capitalize;
	}
	*/
	.section-facebook .details-story {
		opacity: .1;
	    overflow: hidden;
	    transition: opacity .3s;
   	 	-ms-transition: opacity .3s;
    	-webkit-transition: opacity .3s;
    	-moz-transition: opacity .3s;	   
	}
	.section-facebook article:hover .details-story {
		opacity: 1;
		width: 100%;
	    color: #222;
	    font-weight: 300;
	}
	.section-facebook .grid-item .details-story .msg {
		padding: 1em 0 0 0;
	    margin: 0 0 .5em 0;
	    font-size: 14px;
	    display: block;
	    color: #222;
	    display: flex;
	    display: -ms-flexbox;
	    display: -webkit-box;
	    height: 120px;
	    line-height: 1.6;
	    -webkit-line-clamp: 5;
	    -webkit-box-orient: vertical;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    font-weight: 300;
	}
	.section-facebook .thumbnail-container {
		height: 300px;
	}	
	.section-facebook .owl-prev:hover, .section-facebook .owl-next:hover {
		background: 0;
		color: #000;
	}
	.section-facebook .link-url {
		margin: 1em 0 1.5em;
	    display: block;
	    border: 2px solid;
	    padding: 1em 2em;
	    float: left;
	    font-size: 14px;
	    border: 2px solid #222;
	    transition: background .3s,  color .3s;
   	 	-ms-transition: background .3s,  color .3s;
    	-webkit-transition: background .3s,  color .3s;
    	-moz-transition: background .3s,  color .3s;
	}
	.section-facebook .link-url:hover {
		background: #222;
		color: #FFF;
		border: 2px solid #222;
	}
	.section-facebook .grid-item .link .msg {
		display: none;
	}
	/*.section-facebook .grid-item:hover .thumbnail-container img {
		opacity: .5;
		-moz-transition: all 0.3s;
    	-webkit-transition: all 0.3s;
    	transition: all 0.3s;
	}*/
	.section-facebook .grid-item {
		margin-bottom: 0;	
	}
	.section-facebook h3.article-title {
		margin-bottom: 2em;
	
	}
}


/*---------------------------------------------------------
FACEBOOK NEW
-----------------------------------------------------------*/

.section-facebook-new {
	padding: 1em 0; 	
}
.section-facebook-new .col-2 {
	background: 0;	
}
.section-facebook-new .owl-carousel .owl-item .icon {
	width: auto;
}
.section-facebook-new .icon-container {
	display: none;
} 
.section-facebook-new .big-facebook {
	display: none;
}
.section-facebook-new .owl-carousel .owl-stage-outer {
	z-index: 2;
}
.section-facebook-new .thumbnail-container {
	width: 100px;
    height: 100px;
    float: left;
    overflow: hidden;
    margin: 0;
    position: absolute;
    font-size: 3em;
    text-align: center;
    background: #005689;
}
.section-facebook-new .details {
	padding-left: 120px;
}
.section-facebook-new .thumbnail-container svg,
.section-facebook-new .thumbnail-container i{
	top: 15px;
    position: relative;
    background: #005689;
}
.section-facebook-new .grid-item a {
	color: #FFF;
	text-decoration: none;
}
/*.section-facebook-new .grid-item .story,
.section-facebook-new .grid-item .cap,
.section-facebook-new .grid-item .caps {
	display: none;
}*/
.section-facebook-new .thumbnail-container img {
    opacity: 1;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    width: auto!important;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s ;
}
.section-facebook-new .grid-item .details-story .desc {
	font-weight: 300;
}
.section-facebook-new .grid-item .details-story .msg {
	padding: 0;
    margin: 0 0 .5em 0;
    font-size: 1em;
    display: block;
    color: #FFF;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    max-height: 120px;
    line-height: 1.6;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 300;
}
.section-facebook-new article .link-url {
    float: left;
    margin: 1em 0;
}
.section-facebook-new article .link-url:after {
    content: "\f105";
	font-family: "Font Awesome 5 Free";
  	font-weight: 900;
  	display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
   -webkit-font-smoothing: antialiased;
    margin-left: 10px;
}
.section-facebook-new article:hover h4,
.section-facebook-new article h4 {
  	color: #222;
  	font-weight: 400;
}
.section-facebook-new .grid-item {
	position: relative;
	width: 100%;
}
.section-facebook-new h2 {
    border-bottom: 0;
    padding: 0;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 1.125em;
    letter-spacing: 0;
    margin-bottom: .5em;
}
.section-facebook-new .owl-nav {
	display: none;
}
.section-facebook-new .owl-dots {
	display: block;
	text-align: center;
}
.section-facebook-new .owl-dot {
    padding: 5px;
    background: #034c77;
    width: 10px;
    display: inline-block;
    margin: 2px;
    border-radius: 10px;
}
.section-facebook-new .owl-dot.active {
    background: #3980ab;
}
.bg-image-1{
    background-repeat: repeat;
    background-image: url("/wp-content/themes/CMATTheme/assets/images/bg-1.png");
    width: 100%;
    height: 100%; 
    position: absolute;
    opacity: .3;
}

@media screen and (min-width: 48em){
	.section-facebook-new .grid-item {
		margin-left: 2em;
		margin-right: 2em;
		width: auto;
		padding: 1em;
	}
	.section-facebook-new .grid-item {
		margin-left: 2em;
		margin-right: 2em;
		width: auto;
		padding: 1em;
	}
}

/*---------------------------------------------------------
ADD LOGOS TO JOBS
-----------------------------------------------------------*/

.jobs {
	padding: 0;
}
.school-name {
	display: block;
	color: #FFF;
	font-size: 0.75em;
	padding: 5px 0 0 0;
}
.jobs .grid-item h2 {
	min-height: 50px;
	font-size: 1.25em;
}
.jobs .grid-item h2 a {
	text-decoration: none;
}
.jobs .grid-item h2:before {
	padding: 10px;
	content:'';
	width: 50px;
	height: 50px;
	display: block;
	float: left;
	/*border-radius: 100px;*/
	margin: 0 10px 0 0;
}
/*.jobs .grid-item h2 a:after {
	content: " \f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 7px;
}*/
.jobs .id_1064484  h2:before,
.jobs .eteach-job  h2:before{
	background: url('/wp-content/themes/CMATTheme/assets/images/icons/cmat-icon.png') no-repeat center center;
	background-size:  contain;
}
.jobs .id_1084882 h2:before,
.jobs .id_44927 h2:before{
	background: url('/wp-content/themes/CMATTheme/assets/images/icons/ec-icon.png')  no-repeat center center;	
	background-size:  contain;
}
.jobs .id_1013686  h2:before,
.jobs .id_30107  h2:before{
	background: url('/wp-content/themes/CMATTheme/assets/images/icons/npa-icon.png') no-repeat center center;
	background-size:  contain;
}
.jobs .id_1066799  h2:before,
.jobs .id_14975  h2:before{
	background: url('/wp-content/themes/CMATTheme/assets/images/icons/nca-icon.png') no-repeat center center;
	background-size:  contain;
}
.jobs .id_1013642  h2:before,
.jobs .id_36571  h2:before{
	background: url('/wp-content/themes/CMATTheme/assets/images/icons/sja-icon.png') no-repeat center center;
	background-size:  contain;
}
.jobs .id_1013641  h2:before,
.jobs .id_8339  h2:before{
	background: url('/wp-content/themes/CMATTheme/assets/images/icons/sva-icon.png') no-repeat center center;
	background-size:  contain;
}
.jobs .id_1042648  h2:before,
.jobs .id_40397  h2:before{
	background: url('/wp-content/themes/CMATTheme/assets/images/icons/swa-icon.png') no-repeat center center;
	background-size:  contain;
}
.jobs .id_1013554  h2:before,
.jobs .id_29993  h2:before{
	background: url('/wp-content/themes/CMATTheme/assets/images/icons/svc-icon.png') no-repeat center center;
	background-size:  contain;
}
.jobs .id_1074355  h2:before,
.jobs .id_40396  h2:before{
	background: url('/wp-content/themes/CMATTheme/assets/images/icons/wt-icon.png') no-repeat center center;
	background-size:  contain;
}

.jobs .id_1083192  h2:before{
	background: url('/wp-content/themes/CMATTheme/assets/images/icons/nsc-icon.png') no-repeat center center;
	background-size:  contain;
}




@media screen and (min-width: 38em){
	.jobs .grid-item h2 a:after {
		display: none;
	}
}



/*---------------------------------------------------------
TWITTER SCROLL
-----------------------------------------------------------*/

iframe .timeline-Widget--edge {
	background: 0!important;
}



#ctf::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
	border-radius: 8px;
	background-color: #003247;
	overflow: hidden;	
}

#ctf::-webkit-scrollbar{
	width: 10px;
	background-color: transparent	;
}

#ctf::-webkit-scrollbar-thumb{
	border-radius: 8px;
	-webkit-box-shadow: inset 0 0 6px rgba(255,255,255,.1);
	background-color: #0a5d80;
}
#ctf #ctf-more {
    width: 96%;
    margin: 2%;
}

/*---------------------------------------------------------
FOOTER
-----------------------------------------------------------*/

.site-footer {
	background-color: #262c56;
    color: #d4d4d9;
    padding: 0;
    position: relative;
    margin-top: 0;
    overflow: hidden;
}
.site-footer .h2.widget-title {
	margin-top: 0;
}
.site-footer .widget-column.footer-widget-1  {
	float: left;
    width: 100%;
}
.site-footer .widget-column.footer-widget-1 section {
	float: left;
    width: 100%;
    padding: 1em;
}
.site-footer .widget-area {
	padding: 0;
}
.site-footer .widget-column.footer-widget-1 {
	width: 100%;
}
.site-footer .wrap section {
	width: 100%;
	padding: 1em;
}
.site-footer .wrap section:first-child {
	background: #242a52;
}
.site-footer .wrap section:last-child {
	background: #1f2446;
}
.site-footer .widget ul li, 
.site-footer .widget ol li {
	border-bottom: none;
    border-top: none;
    padding: 0.5em 0;
    background: 0;
}
.site-footer .widget ul li a, 
.site-footer .widget ol li a {
	text-decoration: none;
    border-bottom: 0;
    box-shadow: none;
    background: 0;
}
.site-footer .widget ul li.current-menu-item, 
.site-footer .widget ul li.current_page_parent {
    background: 0;
    color: #ffffff;
}
.site-footer .widget ul li a:hover {
    color: #FFF;
    -webkit-box-shadow: inset 0 0 0 rgba(225, 225, 225, 0), 0 3px 0 rgba(225, 225, 225, 1);
    box-shadow: inset 0 0 0 rgba(225, 225, 225, 0), 0 3px 0 rgba(225, 225, 225, 1);
}
h2.widget-title {
    border-bottom: 1px dashed #ffffff36;
    padding: 10px 0;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 1.25em;
    letter-spacing: 0;
    margin-bottom: 1em;
}
.site-info {
	background-color: #191d3d;
    width: 100%;
    padding: 2em 0;
    position: relative;
    margin: 0;
    text-align: center;
    color: #FFF;
}
.footer-bottom {
	position: relative;
    z-index: 2;
	padding: 2em 1em;
	text-align: center;
	background: #272727!important
   /* box-shadow: inset 0 0 30px #020202;*/
}
.footer-bottom p {
	margin-bottom: 0;
	font-size: 0.75em;
}

.site-footer .bg-image {
    left: -140px;
    top: 0;
    opacity: .3;
    width: 480px;
}

@media screen and (min-width: 48em){
	.site-footer .widget-column.footer-widget-1 {
		display: flex;
	}	
	.site-footer .wrap section {
		padding: 2em;
	}
	.site-footer .widget-column.footer-widget-1 section {
		text-align: left;
    	padding: 2em;
    	margin-top: 0;
    	border-top: none;
		width: 33.333333%;
		float: left;
	}
	.cmat-logo {
		width: 200px;
	}
}


/*---------------------------------------------------------
CURR
-----------------------------------------------------------*/

.subjects  {
	width: 98%;
	float: left;
	padding: 10px;
	margin: 1%;
	background: #f3f3f3;
	overflow: hidden;
}
.subjects a {
	text-decoration: none;
}
.subjects .thumbnail {
	height: 200px;
    overflow: hidden;
    /*background: #FFF;*/
    background-size: contain; 
    position: relative;
    text-align: center;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.subjects .thumbnail img {
	height: 100%;
	width: auto;
	position: relative;
	/*background: #FFF;*/
	top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.subjects .title {
    width: 100%;
    padding: 1em;
    font-size: 1.5em;
    padding: .5em .5em .125em .5em;
    text-align: center;
}
.single-curriculum .entry-content h1,
.single-curriculum .entry-content h2,
.single-curriculum .entry-content h3,
.single-curriculum .entry-content h4{
		clear: none;
}
@media screen and (min-width: 48em){
	.subjects  {
		width: 48%;
	}
	.subjects .title {
	    display: flex;
	    display: -ms-flexbox;
	    display: -webkit-box;
	    margin: 0 auto;
	    line-height: 1.4;
	    -webkit-line-clamp: 3;
	    -webkit-box-orient: vertical;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    padding: .5em;
	}
	.thumbnail-container {
		overflow: hidden;
	}
	.subjects:hover .thumbnail {
		-moz-transform: scale(1.1);
	  	-webkit-transform: scale(1.1);
	  	transform: scale(1.1);
	}
	.page-template-curriculum-page #primary  {
		width: 60%!important;
	    float: left;
	    padding: 2em 0;
	}
	.page-template-curriculum-page #secondary {
		width: 28%;
		float: right;
	}

}
@media screen and (min-width: 65em){
	.subjects {
		width: 23%!important;
	}
}


/*---------------------------------------------------------
MAP
-----------------------------------------------------------*/

.jab-map-details {
	display: block!important;	
}

/*---------------------------------------------------------
ACCORDION 
-----------------------------------------------------------*/

.accordion-item {
	margin-bottom: 10px;
}
.accordion-header {
    background-color: #f1ca6d;
    width: 100%;
    border: none;
    color: #000;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    padding: 15px;
    padding-bottom: 10px;
}
.accordion-body {
	padding: 1em;
	border-left: 5px solid #f1ca6d;
	border-right: 5px solid #f1ca6d;
	border-bottom: 5px solid #f1ca6d;
	display: none;
}


/*---------------------------------------------------------
CONTENT SLIDES 
-----------------------------------------------------------*/

.entry-content .slideshow-window {
    background-color: #f7f7f7;
    border: 1px solid #e2e2e2;
    border-radius: 0;
}

/*---------------------------------------------------------
COMMENTS 
-----------------------------------------------------------*/
#jp-carousel-comment-form-container,
#jp-carousel-comments-loading,
#jp-carousel-comment-form,
.jp-carousel-comments,
.jp-carousel-commentlink{
	display: none!important;
}
h2.important {
	width: 100%;
	background: #f5d6d6;
	color: #8c2e2e;
	padding: 1em;
	font-size: 1em;
	border: 1px solid #8c2e2e;
}




/*---------------------------------------------------------
STAFF
-----------------------------------------------------------*/

.staff-details {
	width: 100%;
    padding: .5em 1em;
    border-bottom: 1px dashed #CCC;
    float: left;
    margin: .5em 0;
}
.staff-img {
	float: left;
    margin-right: 1em;
    margin-bottom: 1em;
    background: #FFF;
    border: 1px solid #CCC;
    padding: 5px;
    width: 150px;
    height: 150px;
    overflow: hidden;
}
.staff-img img {
	padding: 0;
	margin : 0;
	float: left;
	width: 100%;
	height: auto;
}
.object-fit .staff-img img {
    padding: 0;
    margin: 0;
    float: left;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.staff-contact {
	display: none;
}
.entry-content .more-link:before,
.staff-content .entry-content .more-link:before {
	display: none!important;
}
.staff-content .entry-content .link-more a:after {
    top: 4px;
}
.staff-content .entry-content .link-more a {
	-webkit-box-shadow: none;
    box-shadow: none;
}
@media screen and (min-width: 48em){
	.staff-details {
		width: 48%;
	    padding: .5em 1em;
	    border-bottom:0;
	    float: left;
	    margin: .5em 1%;
	}

}
@media screen and (min-width: 70em){

}
