/*
Theme Name: Ossining Library
Theme URI: http://www.amberweinberg.com/super-hijinksified-lightweight-wordpress-theme
Description: This theme is a derivative of Super Hijinksified, custom coded for the client.
Author: Amber Weinberg
Author URI: http://www.studiosimpati.co
Version: 1.0

*/

/***************************************************************************************************************************************************************************************/

/*HTML5 BOILERPLATE MINIFIED*/

/***************************************************************************************************************************************************************************************/

*{box-sizing:border-box;}article{display:block}aside{display:block}details{display:block}figcaption{display:block}figure{display:block;margin:0}footer{display:block}header{display:block}hgroup{display:block}nav{display:block}section{display:block}audio{display:inline;zoom:1}canvas{display:inline;zoom:1}video{display:inline;zoom:1}audio:not([controls]){display:none}[hidden]{display:none}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;font-family:sans-serif;color:#222}button{font-family:sans-serif;color:#222;font-size:100%;vertical-align:middle;line-height:normal;cursor:pointer;-webkit-appearance:button;overflow:visible;margin:0}input{font-family:sans-serif;color:#222;font-size:100%;vertical-align:middle;line-height:normal;margin:0}select{font-family:sans-serif;color:#222;font-size:100%;vertical-align:middle;margin:0}textarea{font-family:sans-serif;color:#222;font-size:100%;overflow:auto;vertical-align:top;resize:vertical;margin:0}body{font-size:1em;line-height:1.4;margin:0}::-moz-selection{background:#333;color:#fff;text-shadow:none}::selection{background:#333;color:#fff;text-shadow:none}a{color:#00e}a:hover{color:#06e;outline:0}a:active{outline:0}abbr[title]{border-bottom:1px dotted}b{font-weight:700}strong{font-weight:700}blockquote{margin:1em 40px}dfn{font-style:italic}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}ins{background:#ff9;color:#000;text-decoration:none}mark{background:#ff0;color:#000;font-style:italic;font-weight:700}pre{font-family:monospace, serif;_font-family:'courier new', monospace;font-size:1em;white-space:pre-wrap;word-wrap:break-word}code{font-family:monospace, serif;_font-family:'courier new', monospace;font-size:1em}kbd{font-family:monospace, serif;_font-family:'courier new', monospace;font-size:1em}samp{font-family:monospace, serif;_font-family:'courier new', monospace;font-size:1em}q{quotes:none}q:before{content:none}q:after{content:none}small{font-size:85%}sub{font-size:75%;line-height:0;position:relative;vertical-align:baseline;bottom:-.25em}sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;top:-.5em}ul{margin:1em 0;padding:0 0 0 40px}ol{margin:1em 0;padding:0 0 0 40px}dd{margin:0 0 0 40px}nav ul{list-style:none;list-style-image:none;margin:0;padding:0}nav ol{list-style:none;list-style-image:none;margin:0;padding:0}img{border:0;-ms-interpolation-mode:bicubic;vertical-align:middle}svg:not(:root){overflow:hidden}form{margin:0}fieldset{border:0;margin:0;padding:0}label{cursor:pointer}legend{border:0;margin-left:-7px;white-space:normal;padding:0}input[type="button"]{cursor:pointer;-webkit-appearance:button;overflow:visible}input[type="reset"]{cursor:pointer;-webkit-appearance:button;overflow:visible}input[type="submit"]{cursor:pointer;-webkit-appearance:button;overflow:visible}button[disabled]{cursor:default}input[disabled]{cursor:default}input[type="checkbox"]{box-sizing:border-box;width:13px;height:13px;padding:0}input[type="radio"]{box-sizing:border-box;width:13px;height:13px;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}input[type="search"]::-webkit-search-cancel-button{-webkit-appearance:none}button::-moz-focus-inner{border:0;padding:0}input::-moz-focus-inner{border:0;padding:0}input:invalid{background-color:#f0dddd}textarea:invalid{background-color:#f0dddd}table{border-collapse:collapse;border-spacing:0}td{vertical-align:top}.chromeframe{background:#ccc;color:#000;margin:.2em 0;padding:.2em 0}

/***************************************************************************************************************************************************************************************/

/*BODY STYLES*/

/***************************************************************************************************************************************************************************************/

html {
    font-size: 100%;
}

body { 
	background: #FFF; 
	color: #333; 
	font: 1rem Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
    -webkit-font-smoothing: antialiased;
}

a { 
	color: #457EEC;
	text-decoration: none;
	transition: all .5s ease;
}

a:hover {
	color: #333;
}

.container {
	clear: both;
	margin: 0 auto; 
	max-width: 1200px;
	padding: 0 20px;
	position: relative;
}

img {
	height: auto;
	max-width: 100%;
}

iframe {
    max-width: 100%;
}

h1,
h2 {
    color: #F99D28;
    font: 300 3rem "Gill Sans", "Gill Sans MT", Calibri, sans-serif; /*48*/
    margin: 0 0 10px;
    text-align: center;
}

h1 span {
	color: #8CA3B9;
	font-style: italic;
}

h2 {
    margin-bottom: 30px;
}

h2 span {
	color: #BCBCBC;
	display: block;
	font-size: 1.75rem; /*28*/
	font-weight: normal;
	margin-top: 10px;
}

h3 {
	font: 600 1.125rem "Gill Sans", "Gill Sans MT", Calibri, sans-serif; /*18*/
}

p,
ul,
ol {
	line-height: 1.5; /*24*/
	margin: 0 0 30px;
}

header, 
section, 
footer {
	float: left;
	width: 100%;
}

.btn,
.gform_button {
	background: #F99D28;
	border: none;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font: 600 1.125rem "Gill Sans", "Gill Sans MT", Calibri, sans-serif; /*18*/
	padding: 18px;
	text-align: center;
	text-transform: uppercase;
	transition: all .5s ease;
}

.btn:after {
	display: inline-block;
	content: "\f0da";
	font: 18px/1 FontAwesome;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	margin-left: 10px;
	text-rendering: auto;
	vertical-align: 0;
}

.btn:hover,
.gform_button:hover {
	background: #457EEC;
}

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

.accessibility {
	backface-visibility: hidden;
	left: -999999999px;
	position: absolute;
}

/***************************************************************************************************************************************************************************************/

/*HEADER STYLES*/

/***************************************************************************************************************************************************************************************/

.header-message {
	background-color: #326495;
	text-align: center;
	color: white;
	padding: 10px 0;
	font-size: 1.125rem;
}

.header-message a {
	color: white;
	text-decoration: underline;
}

header {
	background: #fffffd;
	font: 600 1rem "Gill Sans", "Gill Sans MT", Calibri, sans-serif; /*16*/
	position: relative;
}

header .logo {
	left: 20px;
	position: absolute;
	top: 20px;
}

nav.flex-container {
	justify-content: flex-end;
}

/***Hours***/

header .library-hours {
	display: block;
	line-height: 1.5rem;
	position: absolute;
	right: 20px;
	top: 25px;
	width: 80%; /*960*/
}

/***Utility Menu***/

.utility-nav {
	display: flex;
	justify-content: space-between;
	margin: 37px 0 0;
	position: relative;
	width: 82.75%; /*960*/
}

#menu-utility {
	margin-top: 20px;
}

#menu-utility > li {
	display: inline-block;
	margin: 0 18px 0 0;
	position: relative;
}

#menu-utility li a {
	color: #787876;
	display: block;
	font-size: .875rem; /*14*/
}

#menu-utility a:hover,
#menu-utility > li.menu-item-has-children.active > a {
	color: #326495;
}

#menu-utility > li.menu-item-has-children > a:after {
	content: "\f105";
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	margin-left: 4px;
	transition: all .5s ease;
	text-rendering: auto;
	transform: rotate(90deg);
}

#menu-utility > li.menu-item-has-children.active > a:after {
}

/*Utility Dropdowns*/

#menu-utility .sub-menu {
	display: none;
	left: -15px;
	padding: 10px 15px;
	position: absolute;
	top: 100%;
	width: 250px;
}

#menu-utility li:hover .sub-menu {
	display: block;
	background-color: #326495;
	z-index: 9999;
}

#menu-utility .sub-menu li {
	margin-right: 18px;
	position: relative;
	padding: 3px 0;
}

#menu-utility .sub-menu li a {
	font-weight: 400;
	color: white;
	font-size: 1rem;
}

#menu-utility .sub-menu li a:hover {
	opacity: .7;
}

/*Search*/

.searchform-compact {
	position: relative;
	width: 38.95%; /*374*/
}

.searchform-compact input[type=text] {
	background: #EDEDEB;
	border: 1px solid transparent;
	border-radius: 5px;
	color: #457EEC;
	font-size: 1rem;
	font-family: inherit;
	height: 44px;
	padding: 0 20px 0 45px;
	width: 100%;
}

.searchform-compact input[type=text]:focus {
	border-color: #457EEC;
	outline: none;
}

.searchform-compact ::-webkit-input-placeholder,
.newsletter ::-webkit-input-placeholder,
.searchform-large ::-webkit-input-placeholder { 
	color: #787876; 
	font-style: italic;
}

.searchform-compact ::-moz-placeholder,
.newsletter ::-moz-placeholder,
.searchform-large ::-moz-placeholder { 
	color: #787876; 
	font-style: italic;
	opacity: 1;
}

.searchform-compact :-ms-input-placeholder,
.newsletter :-ms-input-placeholder,
.searchform-large :-ms-input-placeholder {
	color: #787876; 
	font-style: italic;
}

.searchform-compact button {
	background: none;
	border: none;
	color: #787876;
	font-size: 1rem;
	left: 20px;
	position: absolute;
	top: 13px;
}

.searchform-compact button:focus {
	color: #457EEC;
	outline: none;
}

.searchform-compact .search-type {
	display: none;
	padding-top: 10px;
	position: absolute;
	top: 100%;
}

.searchform-compact:hover .search-type,
.searchform-compact input[type=text]:focus + .search-type {
	display: block;
}

.searchform-compact .search-type label {
	font-size: .875rem; /*14*/
	font-weight: normal;
	margin-right: 20px;
}

.searchform-compact .search-type input {
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}

/***Main Menu***/

#menu-main {
	backface-visibility: hidden;
	border-top: 2px solid #326495;
	display: flex;
	justify-content: space-between;
	margin-top: 48px;
	position: relative;
	width: 100%;
}

#menu-main > li > a {
	color: #333;
	display: block;
	font-size: 1.125rem; /*18*/
	font-weight: 400;
	padding: 20px;
}

#menu-main > li.special > a {
	color: #F99D28;
}

#menu-main > li > a:hover,
#menu-main > li.current-menu-ancestor > a {
	color: #326495;
}

#menu-main > li.current-menu-ancestor > a {
	background: #F7F7F5;
}

#menu-main > li.menu-item-has-children > a:after {
	content: "\f107";
	display: inline-block;
    font: 18px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	margin-left: 6px;
}

/***Dropdowns***/

header .dropdown-filler {
	background: #326495;
	backface-visibility: hidden;
	left: 0;
	opacity: 0;
	position: absolute;
	transition: visibility 0s .2s, opacity .3s;
	top: 100%;
	visibility: hidden;
	width: 100%;
	z-index: 3;
}

#menu-main > li > .sub-menu {
	display: flex;
	flex-wrap: wrap;
	left: 0;
	opacity: 0;
	padding: 20px 34.48% 10px 0; /*400*/
	position: absolute;
	transition: visibility 0s .2s, opacity .3s;
	top: 100%;
	visibility: hidden;
	width: 100%;
	z-index: 3;
}

#menu-main > li > .sub-menu.no-message {
	padding-right: 0;
}

header .dropdown-filler.drop-open,
#menu-main > li:hover > .sub-menu,
#menu-main > li.menu-item-has-children:hover > .menu-item-description {
	opacity: 1;
	visibility: visible;
}

#menu-main .sub-menu li {
	margin: 0 40px 20px 0;
}

#menu-main .sub-menu a {
	color: #FFFFFD;
	font-size: 1.125rem; /*18*/
}

#menu-main .sub-menu a:hover {
	opacity: .5;
}

/*Messages*/

#menu-main > li.menu-item-has-children > .menu-item-description {
	background: #8CA3B9;
	color: #FFFFFD;
	font-weight: normal;
	line-height: 1.5;
	padding: 20px 20px 40px;
	opacity: 0;
	position: absolute;
	right: 0;
	transition: all .5s ease;
	top: 100%;
	visibility: hidden;
	width: 31.03%; /*360*/
	z-index: 4;
}

#menu-main > li.menu-item-has-children > .menu-item-description:before {
	display: block;
	content: "An Important Message";
	font-family: inherit;
	font-size: 1.12rem; /*18*/
	font-weight: 600;
	margin-bottom: 6px;
}

/*Mega Menus*/

#menu-main li.mega-menu > .sub-menu {
	justify-content: space-between;
}

#menu-main li.mega-menu .list-items {
	min-width: 110px;
	width: 20%; /*160 / 800*/
}

#menu-main li.mega-menu .list-items li {
	margin: 0 0 20px;
}

#menu-main li.mega-menu li.list-items > a,
#menu-main li.mega-menu li.floating-items > a {
	display: none;
}

#menu-main li.mega-menu li.floating-items {
	margin: 0;
	width: 70%; /*560 / 800*/
}

#menu-main li.mega-menu li.floating-items > ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}

#menu-main li.mega-menu li.floating-items li {
	margin: 0 0 20px;
	width: 49%; /*260*/
}

#menu-main li.mega-menu li:not(.list-items) .menu-item-description {
	color: #FFFFFD;
	display: block;
	font-size: 1rem; /*16*/
	font-weight: 300;
}

/***Language Switcher***/

.language-switcher {
	background: #F99D28;
	border-radius: 5px 0 0 5px;
	color: #FFFFFD;
	cursor: pointer;
	font: 600 1.125rem "Gill Sans", "Gill Sans MT", Calibri, sans-serif; /*18*/
	padding: 9px 20px;
	position: absolute;
	right: 0;
	text-transform: uppercase;
	transition: all .5s ease;
	top: 45px;
}

.language-switcher:hover {
	background: #457EEC;
}

.language-switcher .wpml-ls-legacy-list-horizontal,
.language-switcher .wpml-ls-legacy-list-horizontal a {
	border: none;
	padding: 0;
}

.language-switcher ul {
	margin: 0;
	padding: 0;
}

.language-switcher .wpml-ls-legacy-list-horizontal .wpml-ls-item,
#google_language_translator,
.language-switcher .nturl {
	display: none;
}

.language-switcher .wpml-ls-legacy-list-horizontal .wpml-ls-item.wpml-ls-current-language,
.language-switcher:hover .wpml-ls-legacy-list-horizontal .wpml-ls-item,
.language-switcher:hover #google_language_translator,
.language-switcher:hover .nturl,
.language-switcher .nturl.current {
	display: block;
}

.language-switcher a {
	color: #FFFFFD;
}

.language-switcher .wpml-ls-current-language a:after,
.language-switcher .current:after {
	content: "\f107";
	display: inline-block;
    font: 18px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	margin-left: 4px;
}

/***Mobile Menu***/

header .mobile-menu {
	display: none;
}

/***************************************************************************************************************************************************************************************/

/*FOOTER STYLES*/

/***************************************************************************************************************************************************************************************/

footer {
	background: #EDEDEB;
	color: #787876;
	font: .875rem/1.57 "Gill Sans", "Gill Sans MT", Calibri, sans-serif; /*14/22*/
	padding: 40px 0;
}

footer ul {
	margin: 0;
	padding: 0;
}

footer li {
	list-style: none;
}

/***Library Info***/

footer .library-info,
footer .library-hours {
	width: 13.79%; /*160*/
}

footer .library-info p {
	margin: 20px 0 0;
}

/***Library Hours***/

footer .library-hours h3 {
	font-size: .875rem; /*14*/
	font-weight: 600;
	margin: 0 0 10px;
}

footer .library-hours span {
	display: inline-block;
	text-transform: capitalize;
	width: 40px;
}

/***Library Links***/

footer .footer-links {
	align-items: center;
	width: 65.51%; /*760*/
}

/*Menus*/

footer #menu-footer-main {
	border-bottom: 2px solid #326495;
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
	padding-bottom: 20px;
	width: 100%;
}

footer #menu-footer-secondary li {
	display: inline-block;
	margin-right: 18px;
}

footer .menu a {
	color: #787876;
	font-weight: 600;
}

footer .menu a:hover {
	color: #326495;
}

/*Social Media*/

.social-media li {
	display: inline-block;
	font-size: 24px;
	margin-left: 8px;
}

.social-media li a {
	color: #326495;
}

.social-media li a:hover {
	color: #F99D28;
}

/*Newsletter*/

.newsletter {
	margin-top: 20px;
	padding-bottom: 70px;
	position: relative;
	width: 60.52%; /*460*/
}

.newsletter h3 {
	background: #BCBCBC;
	border-radius: 5px 5px 0 0;
	color: #333;
	font-size: .75rem; /*12*/
	font-weight: 400;
	margin: 0;
	padding: 12px 20px 10px;
	text-transform: uppercase;
	width: 100%;
}

.newsletter div.ctct-form-embed div.ctct-form-defaults {
	padding: 0;
}

.newsletter div.ctct-form-embed form.ctct-form-custom {
	min-height: 0;
}

.ctct-form-custom .ctct-form-header,
.ctct-form-custom .ctct-form-text,
.ctct-inline-form .ctct-form-footer,
.ctct-inline-form .g-recaptcha,
.ctct-form-success .ctct-form-text {
	display: none;
}

.newsletter div.ctct-form-embed div.ctct-form-defaults div.ctct-form-success {
	min-height: 0;
}

.newsletter .ctct-form-embed.form_1 .ctct-form-defaults .ctct-form-header {
	font: 600 italic 1.125rem "Gill Sans", "Gill Sans MT", Calibri, sans-serif !important;
	margin: 0;
	padding: 10px 20px;
	text-align: left;
}

.newsletter .ctct-form-custom,
.searchform-large .flex-container {
	flex-wrap: nowrap;
}

.newsletter .ctct-form-custom {
	display: flex;
	justify-content: space-between;
}

.ctct-form-custom #email_address_field_1 {
	position: relative;
	width: 100%;
}

.newsletter div.ctct-form-embed form.ctct-form-custom div.ctct-form-field {
	margin: 0;
}

.newsletter div.ctct-form-embed form.ctct-form-custom input.ctct-form-element,
.searchform-large input[type=text] {
	background: #FFFFFD;
	border-radius: 0 0 0 5px;
	border: 1px solid transparent;
	box-shadow: none;
	color: #326495;
	font-size: 1rem;
	font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	height: 44px;
	padding: 0 20px;
	width: 100%; /*360*/
}

::-webkit-input-placeholder { 
	color: #787876; 
	font-style: italic;
}

::-moz-placeholder { 
	color: #787876; 
	font-style: italic;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #787876; 
	font-style: italic;
}

.newsletter div.ctct-form-embed form.ctct-form-custom input.ctct-form-element:focus,
.searchform-large input[type=text]:focus {
	border-color: #326495;
	outline: none;
}

.newsletter .ctct-form-embed.form_1 .ctct-form-custom .ctct-form-button {
	background: #F99D28;
	color: #fff;
	font: 600 1.125rem "Gill Sans", "Gill Sans MT", Calibri, sans-serif; /*18*/
	text-align: center;
	text-transform: uppercase;
	transition: all .5s ease;
}

.newsletter .ctct-form-embed.form_1 .ctct-form-custom .ctct-form-button:after {
	display: inline-block;
	content: "\f0da";
	font: 18px/1 FontAwesome;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	margin-left: 10px;
	text-rendering: auto;
	vertical-align: 0;
}

.newsletter .ctct-form-embed.form_1 .ctct-form-custom .ctct-form-button:hover {
	background: #457EEC;
}

.newsletter .ctct-form-embed.form_1 .ctct-form-custom .ctct-form-button,
.searchform-large button {
	border: none;
	border-radius: 0 0 5px 0;
	flex-shrink: 0;
	height: 44px;
	padding: 0;
	width: 130px;
}

.newsletter div.ctct-form-embed form.ctct-form-custom label.ctct-form-label {
	backface-visibility: hidden;
	left: -999999999px;
	position: absolute;
}

.newsletter div.ctct-form-embed form.ctct-form-custom .ctct-form-errorMessage {
	left: 0;
	position: absolute;
	top: 100%;
	z-index: 2;
}

.newsletter .ctct-form-embed.form_1 .ctct-form-custom #gdpr_text {
	left: 0;
	position: absolute;
	top: calc(100% - 57px);
}

.newsletter .ctct-form-embed.form_1 .ctct-form-custom #gdpr_text p {
	margin: 0;
}

/*Phone/Copyright*/

.copyright {
	margin-top: 44px;
	text-align: right;
}

.copyright img {
	display: block;
	margin: 0 0 10px auto;
	width: 100px;
}

.copyright a {
	color: #787876;
	font-weight: 600;
}

.copyright a i {
	color: #326495;
	display: inline-block;
	font-size: 24px;
	margin-right: 8px;
	vertical-align: bottom;
}

.copyright p {
	margin: 10px 0 0;
}

/***************************************************************************************************************************************************************************************/

/*HOME STYLES*/

/***************************************************************************************************************************************************************************************/

/***Hero***/

.hero {
	background: transparent;
	background-size: cover;
	height: calc(100vh - 196px);
	min-height: 650px;
	padding: 20px 0;
	position: relative;
}

.hero .container.flex-container {
	align-items: center;
	height: 100%;
	justify-content: flex-end;
	max-width: 1480px;
	position: static;
}

/*Large Search Form*/

.searchform-large {
	width: 50.76%; /*660*/
}

.searchform-large label[for="search-field-large"] {
	color: #fff;
	display: block;
	font: 400 2.25rem "Gill Sans", "Gill Sans MT", Calibri, sans-serif; /*36*/
	margin: 0 0 17px;
}

.searchform-large input[type=text] {
	border: 2px solid #BCBCBC;
	border-right,: none;
	border-radius: 5px 0 0 5px;
	height: 60px;
}

.searchform-large button {
	border-radius: 0 5px 5px 0;
	height: 60px;
	width: 130px;
}

.searchform-large .search-options {
	margin-top: 20px;
}

.searchform-large .search-options label {
	color: #fff;
	display: inline-block;
	font: 600 1.125rem "Gill Sans", "Gill Sans MT", Calibri, sans-serif; /*18*/
	margin-right: 30px;
}

.searchform-large input[type=radio] + div {
	display: inline-block;
	margin-right: 5px;
}

.searchform-large input[type=radio] + div:before {
	color: #fff;
	content: "\f10c";
	font: 18px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.searchform-large input[type=radio]:checked + div:before {
	content: "\f192";
}

/*Events Feed*/

.view-all-events {
	background: #F99D28;
	border-radius: 5px;
    color: #fff;
    font: 600 1rem "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
    line-height: 1.5rem;
    margin-top: 10px;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
    transition: all .5s ease;
}

.view-all-events:hover {
	background: #457EEC;
}

.view-all-events:after {
	display: inline-block;
    content: "\f0da";
    font: 18px/1 FontAwesome;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 10px;
    text-rendering: auto;
    vertical-align: 0;
}

.events-feed {
	align-items: flex-end;
	display: flex;
	flex-direction: column;
	width: 360px;
	z-index: 2;
}

.event {
	background: #FFFFFD;
	border-radius: 5px;
	display: block;
	margin-bottom: 20px;
	padding-bottom: 16px;
	width: 100%;
}

.event .event-date {
	background: #E2E1E1;
	border-radius: 5px 5px 0 0;
	color: #333;
	display: block;
	font: .75rem "Gill Sans", "Gill Sans MT", Calibri, sans-serif; /*12*/
	margin-bottom: 13px;
	line-height: 1.375rem;
	padding: 9px 20px;
	text-transform: uppercase;
}

.event h3 {
	line-height: 1.625rem;
	margin: 0 0 4px;
	padding: 0 20px;
}

.event h3 a:after {
	display: inline-block;
    content: "\f0da";
    font: 18px/1 FontAwesome;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 10px;
    text-rendering: auto;
    vertical-align: 0;
}

.event p {
	font-size: 1rem; /*16*/
	line-height: 1.44; /*26*/
	margin: 0;
	padding: 0 20px;
}

/***Home Carousel***/

.home-carousel-container {
	height: 100%;
	left: 0;
	margin: 0;
	padding: 0;
    position: absolute;
    top: 0;
    width: 100vw;
}

.home-carousel-container.slick-slider .slick-list,
.home-carousel-container.slick-slider .slick-track {
	height: calc(100vh - 196px);
	left: 0;
	min-height: 650px;
	position: absolute;
	width: 100vw;
	top: 0;
}

.home-carousel-container li {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	left: 0;
	position: absolute;
	width: 100vw;
	top: 0;
}

.control-box {
	background-color: rgba(50, 100, 149, .7);
	bottom: 0;
	left: 0;
	max-width: 586px;
	padding: 45px 60px 60px;
	position: absolute;
	width: 40vw;
}

.control-box h2 {
	color: #fff;
	font-size: 1.75rem;
	font-weight: 400;
	line-height: 2.25rem;
	margin-bottom: 36px;
	text-align: left;
}

.control-box a {
	background: #F99D28;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font: 600 1rem "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
    padding: 10px 20px;
    line-height: 1.5rem;
    text-align: center;
    text-transform: uppercase;
    transition: all .5s ease;
}

.control-box a:hover {
	background: #457EEC;
}

.home-carousel-container .slick-arrow {
	align-items: center;
	background-color: transparent;
	border: 3px solid #F7F7F5;
	border-radius: 0;
	bottom: 26px;
	display: flex;
	height: 50px;
	justify-content: space-around;
	position: absolute;
	width: 50px;
	z-index: 2;
}

.home-carousel-container .slick-prev {
	border-right: 1.5px solid #F7F7F5;
	left: calc(40vw - 160px);
}

.home-carousel-container .slick-next {
	border-left: 1.5px solid #F7F7F5;
	left: calc(40vw - 110px);
}

.home-carousel-container .slick-arrow i {
	color: #F7F7F5;
	font-family: FontAwesome;
	font-style: normal;
	height: 26px;
	width: 23px;
}

.home-carousel-container .slick-arrow i::before {
	font-size: 1.75rem;
}

@media only screen and (min-width: 1465px) {
	.home-carousel-container .slick-prev {
		left: 460px;
	}

	.home-carousel-container .slick-next {
		left: 510px;
	}
}

/*.home-carousel {
	background: #326495;
	color: white;
	font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	padding: 40px 0;
}

.home-carousel h2 {
	color: white;
	font-size: 1.75rem;
	font-weight: 600;
	text-align: left;
}

.home-carousel a {
	color: white;
}

.home-carousel a:hover {
	opacity: .8;
}

.home-carousel span.readmore {
	color: #BCBCBC;
	font-size: .875rem;
	text-transform: uppercase;
}

.home-carousel .slick-slider {
	margin-bottom: 0;
	padding: 0;
}

.home-carousel .slick-prev, .home-carousel .slick-next {
	background-color: transparent;
	border: 0;
	color: white;
	font-size: 40px;
	position: absolute;
}

.home-carousel .slick-prev:hover, .home-carousel .slick-next:hover {
	opacity: .8;
}

.home-carousel .slick-prev:focus, .home-carousel .slick-next:focus {
	outline: none;
}

.home-carousel .slick-prev {
	left: -70px;
	top: 25%;
}

.home-carousel .slick-next {
	right: -70px;
	top: 25%;
}

.home-carousel-container li {
	padding-right: 40px;
}
.home-carousel-container li img {
	border-radius: 5px;
	margin-right: 15px;
	max-width: 144px;
	float: left;
}

.home-carousel-container li h3 {
	font-size: 1.125rem;
	margin-bottom: 15px;
	margin-top: 15px;
}

@media only screen and (max-width: 1300px) {

	.home-carousel .slick-slider {
		padding: 0 60px;
	}

	.home-carousel .slick-prev, .home-carousel .slick-next {
		font-size: 30px;
	}

	.home-carousel .slick-prev {
		left: 0;
	}

	.home-carousel .slick-next {
		right: 0;
	}
}

@media only screen and (max-width: 600px) {

	.home-carousel h2 {
		font-size: 1.5rem;
		margin-bottom: 30px;
		text-align: center;
	}

	.home-carousel-container li img {
		max-width: 100%;
		margin-bottom: 25px;
		width: 100%;
	}
	.home-carousel-container li {
		padding-right: 0;
	}
}/*

/***Home Callouts***/

.home-callouts {
	background: #F7F7F5;
	padding: 80px 0;
}

.home-callouts h2 {
	width: 100%;
}

.image-callout {
	text-align: center;
	width: 31.03%; /*360*/
}

.image-callout h3 {
	margin: 0 0 10px;
}

.image-callout h3 a:after,
.image-callout .hover-pop:after {
	display: inline-block;
	content: "\f0da";
	font: 18px/1 FontAwesome;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	margin-left: 10px;
	text-rendering: auto;
}

.image-callout p {
	margin: 0 0 10px;
}

.image-callout img {
	border-radius: 5px;
}

.image-callout a {
	display: block;
	overflow: hidden;
	position: relative;
}

.image-callout .hover-pop {
	background: #457EEC;
	border-radius: 0 0 5px 5px;
	bottom: -30px;
	color: #fff;
	font: 600 1.125rem "Gill Sans", "Gill Sans MT", Calibri, sans-serif; /*18*/
	left: 0;
	opacity: 0;
	padding: 17px 20px;
	position: absolute;
	text-transform: uppercase;
	transition: all .5s ease;
	width: 100%;
}

.image-callout a:hover .hover-pop {
	bottom: 0;
	opacity: 1;
}

/***Book Carousel***/

.book-carousel-container {
	overflow: hidden;
	padding: 80px 0;
}

.book-carousel-container h2 {
	text-align: left;
}

.book-carousel {
	padding: 0 96px;
	position: relative;
}

.book-carousel .slick-list {
	overflow: visible;
}

.book-carousel .slick-slide {
	margin-right: 43px;
	padding-bottom: 10px;
	position: relative;
	width: 180px;
}

.book-carousel .slick-slide:focus {
	outline: none;
}

.book-carousel .slick-slide.slick-current {
	animation: grow .2s .5s ease forwards;
	cursor: pointer;
}

@keyframes grow {
	to {
		width: 280px;
	}
}

.book-carousel .slick-slide:before {
	background: #333;
	border-radius: 5px;
	content: "";
	height: calc(100% - 10px);
	left: 10px;
	position: absolute;
	top: 10px;
	width: 100%;
	z-index: -1;
}

.book-carousel .slick-slide:not(.slick-active):after {
	background: #8CA3B9;
	border-radius: 5px;
	content: "";
	height: calc(100% - 10px);
	left: 0;
	opacity: .8;
	position: absolute;
	transition: all .5s ease;
	top: 0;
	width: 100%;
}

.book-carousel .slick-slide.slick-active + .slick-slide:after,
.book-carousel .slick-slide.slick-active + .slick-slide + .slick-slide:after {
	opacity: 0;
}

.book-carousel .book-details {
	background: #E2E1E1;
	border-radius: 5px 5px 0 0;
	padding: 15px 20px;
	transition: background .5s ease;
}

.book-carousel .slick-slide:hover .book-details {
	background: #F7F7F5;
}

.book-carousel .book-details h3 {
	color: #333;
	margin: 0 0 5px;
	transition: color .5s ease;
}

.book-carousel .slick-slide:hover h3 {
	color: #326495;
}

.book-carousel .slick-slide.slick-current .book-details h3 {
	font-size: 1.375rem; /*22*/
}

.book-carousel .book-details .book-author {
	color: #4D4D4D;
	font-size: .875rem; /*14*/
}

.book-carousel .slick-slide.slick-current .book-author {
	font-size: 1.125rem; /*18*/
}

.book-carousel img {
	border-radius: 0 0 5px 5px;
}

/*Nav*/

.book-carousel button {
	background: none;
	border: none;
	color: #fff;
	font-size: 50px;
	padding: 0;
	position: absolute;
	top: 186px;
	z-index: 10;
}

.book-carousel button:focus {
	outline: none;
}

.book-carousel button:hover {
	color: #333;
}

.book-carousel button.slick-prev {
	left: -68px;
}

.book-carousel button.slick-next {
	right: -68px;
}

.book-carousel button.slick-disabled {
	display: none;
}

/*Popup*/

.book-carousel .popup {
	background: #333;
	border-radius: 0 5px 5px 0;
	color: #FFFFFD;
	height: 100%;
	left: 100%;
	opacity: 0;
	padding: 30px 30px 20px;
	position: absolute;
	transition: all .5s ease;
	top: 10px;
	visibility: hidden;
	width: 390px;
	z-index: -1;
}

.book-carousel .slick-slide.slick-current.open-popup .popup {
	opacity: 1;
	visibility: visible;
	z-index: 3;
}

.book-carousel .popup h3 {
	font-size: 1.75rem; /*28*/
	line-height: 1.21; /*34*/
	margin: 0 0 10px;
}

.book-carousel .popup .book-author {
	color: #BCBCBC;
	display: block;
	font-size: 1.125rem;
	margin: 0 0 20px;
}

.book-carousel .popup .description {
	font-size: 1.125rem; /*18*/
	line-height: 1.44; /*26*/
	margin: 0;
}

.book-carousel .popup .description:before {
	border-bottom: 1px solid #FFFFFD;
	display: block;
	content: "";
	margin-bottom: 20px;
	width: 60px;
}

.book-carousel .popup .read-more {
	bottom: 0;
	border-top: 1px solid #FFFFFD;
	left: 0;
	margin: 0 30px;
	padding: 10px 0 15px;
	position: absolute;
	text-align: right;
	width: calc(100% - 60px);
}

.book-carousel .popup a {
	color: #F99D28;
	font: 600 1.125rem "Gill Sans", "Gill Sans MT", Calibri, sans-serif; /*18*/
	text-transform: uppercase;
}

.book-carousel .popup a:hover {
	color: #FFFFFD;
}

.book-carousel .popup a i {
	margin-left: 10px;
}

/***************************************************************************************************************************************************************************************/

/*DEFAULT PAGE STYLES / PAGE BUILDER TEMPLATE*/

/***************************************************************************************************************************************************************************************/

.alignleft { 
	float: left; 
	margin-right: 15px; 
}

.alignright { 
	float: right; 
	margin-left: 15px; 
}

.aligncenter {
    display: block;
    margin: 0 auto 20px;
}

.alignnone {
    display: block;
    margin: 0 0 20px;
}

.wp-caption {
    max-width: 100%;
}

/***Page Hero***/

.page-hero {
	background: #F7F7F5;
	margin-bottom: 80px;
	text-align: center;
}

.page-hero .container {
	max-width: 800px;
	padding: 40px 20px;
}

.page-hero h1 {
	margin: 0 0 10px;
}

.page-hero p {
	color: #BCBCBC;
	font: 1.75rem/1.28 "Gill Sans", "Gill Sans MT", Calibri, sans-serif; /*28/36*/
	margin: 0;
}

.page-hero .image {
	background: no-repeat center;
	background-size: cover;
	height: 300px;
	width: 100%;
}

.page-hero .cat-mobile-menu select {
	-webkit-appearance: none;
	appearance: none;
	-moz-appearance: none;
	font-family: "Gill Sans";
	background-color: #e2e1e1;
	font-size: 22px;
	padding: 10px 20px;
	border: 0;
}

.page-hero .cat-mobile-menu {
	position: relative;
	display: inline-block;
	width: auto;
	margin-top: 30px; 
}

.page-hero .cat-mobile-menu label {
	font-size: 12px;
	text-transform: uppercase;
	text-align: left;
	color: #999;
	font-family: "Gill Sans";
	display: block;
	margin-bottom: 6px;
}

.page-hero .cat-mobile-menu::after {
	content: '\f107';
	font-family: 'FontAwesome';
	position: absolute;
	font-size: 22px;
	top: 30px;
	right: 15px;
	pointer-events: none; 
}

/***Page Content***/

.page-content > .flex-container {
	align-items: flex-start;
	flex-wrap: nowrap;
}

.page-content.secondary-content > .flex-container {
	justify-content: flex-end;
}

/***Sub Menu***/

.child-menu {
	background: #fff;
	border-radius: 5px;
	margin: -160px 0 80px;
	min-width: 200px;
	position: sticky;
	top: 20px;
	width: 22.41%; /*260*/
}

.child-menu ul {
	margin: 0;
	padding: 0;
}

.child-menu ul li {
	list-style: none;
}

.child-menu > ul > li {
	list-style: none;
	padding: 0 20px;
	border-bottom: 2px solid #BCBCBC;
}

.child-menu > ul > li ul.children {
	padding-bottom: 15px; 
}

.child-menu > ul > li.closed ul.children {
	display: none;
}

.child-menu > ul > li ul.children li a {
	font-weight: 300;
	color: #06e;
	padding: 4px 0; 
}

.child-menu > ul > li ul.children li.current_page_item a {
	color: #333;
}

.child-menu > ul > li:first-child {
	background: #E2E1E1;
	border-radius: 5px 5px 0 0;
	margin-bottom: 10px;
	padding: 14px 20px;
}

.child-menu h3 {
	font-size: .75rem; /*12*/
	font-weight: normal;
	margin: 0;
	text-transform: uppercase;
}

.child-menu li a {
	cursor: pointer;
	display: block;
	font: 600 1.125rem/1.28 "Gill Sans", "Gill Sans MT", Calibri, sans-serif; /*18*/ 
	padding: 10px 0 12px;
}

.child-menu li.current_page_item a {
	color: #333;
}

.child-menu li a:after,
.link-callout .link-text:after {
	content: "\f0da";
	display: inline-block;
    font: 18px/1 FontAwesome;
    margin-left: 10px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.child-menu li.open > a:after {
	content: "\f0d7";
}

/***Page Builder Content***/

.page-content .page-builder {
	width: 74.13%; /*860*/
}

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

.page-builder .builder-block.last-block,
.page-template-default .book-carousel-container {
	margin-bottom: 80px;
}

.page-builder .builder-block h2 {
	margin: 0 0 20px;
	text-align: left;
}

/*Programs*/

.page-builder .program + h2 {
	margin-top: 40px;
}

.program {
	background: #EDEDED;
	border-radius: 5px;
	align-items: flex-start;
	margin-bottom: 10px;
	width: 100%;
}

.program .program-meta {
	background: #457EEC;
	border-radius: 5px 5px 0 0;
	color: #fff;
	font: 600 .875rem "Gill Sans", "Gill Sans MT", Calibri, sans-serif; /*14*/ 
	padding: 15px 20px;
	text-transform: uppercase;
	width: 100%;
}

.program .content {
	min-height: 214px;
	padding: 20px;
	width: 100%;
}

.program img + .content {
	order: 1;
	width: 67.44%; /*580*/
}

.program h3 {
	font-size: 1.75rem; /*28*/
	margin: 0 0 12px;
}

.program p {
	margin: 0 0 10px;
}

.program img {
	order: 2;
	width: 30.23%; /*260*/
}

/*Link Groups*/

.accordion-link button {
	background: #326495;
	border-radius: 5px;
	border: none;
	color: #fff;
	cursor: pointer;
	font-family: inherit;
	font-size: 22px;
	font-weight: normal;
	padding: 20px 78px 20px 20px;
	position: relative;
	text-align: left;
	transition: background .5s ease;
	width: 100%;
}

.accordion-link button:hover {
	background: #457EEC;
}

.accordion-link button i {
	align-items: center;
	background: #fff;
	border-radius: 100%;
	color: #326495;
	display: flex;
	font-size: 16px;
	height: 38px;
	justify-content: center;
	position: absolute;
	right: 12px;
	transition: transform .5s ease;
	top: 14px;
	width: 38px;
}

.accordion-link button.active i {
	transform: rotate(-180deg);
}

.links-group {
	display: none;
	margin-bottom: 40px;
}

.link-callout {
	background: #E2E1E1;
	border-radius: 5px;
	display: block;
	font: 600 1.125rem "Gill Sans", "Gill Sans MT", Calibri, sans-serif; /*18*/
	margin-bottom: 10px;
	padding: 20px 95px 20px 20px;
	position: relative;
	width: 100%;
}

.link-callout:hover {
	background: #F7F7F5;
}

.link-callout .link-text {
	display: block;
}

.link-callout:hover .link-text {
	color: #457EEC;
}

.link-callout p {
	color: #333;
	font-size: .875rem; /*14*/
	font-weight: 300;
	margin: 0;
}

.link-callout .link-button {
	align-items: center;
	background: #457EEC;
	border-radius: 0 5px 5px 0;
	color: #fff;
	display: flex;
	height: 100%;
	justify-content: center;
	position: absolute;
	right: 0;
	top: 0;
	transition: all .5s ease;
	width: 85px;
}

.link-callout:hover .link-button {
	box-shadow: -3px 0 5px 0 rgba(120,120,118,0.25);
}

.link-callout .link-button .rollover {
	font-size: 0;
	margin-right: 0;
	opacity: 0;
	vertical-align: 5px;
	transition: all .5s ease;
	width: 0;
}

.link-callout:hover .link-button {
	padding: 0 32px;
	width: auto;
}

.link-callout:hover .link-button .rollover {
	font-size: 1rem;
	margin-right: 60px;
	opacity: 1;
	width: auto;
}

.link-callout .link-button i {
	font-size: 25px;
}

/*Book Carousel*/

.page-template-default .book-carousel-container {
	padding: 0;
}

/*Content Block*/

.page-builder .content-block {
	margin: 0;
}

.page-content .container .page-builder:first-child {
	margin: 0 auto;
}

.page-builder .content-block + .form-block {
	margin-top: 40px;
}

/*Forms*/

.gform_wrapper ul {
	margin: 0;
	padding: 0;
}

.gform_wrapper li {
	list-style: none;
}

.gform_fields {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0;
	padding: 0;
}

.gform_fields li {
	margin-bottom: 20px;
	width: 100%;
}

.gform_fields li.column {
	width: 30.23%; /*260*/
}

.gform_fields label {
	display: block;
	font: 600 .75rem "Gill Sans", "Gill Sans MT", Calibri, sans-serif; /*12*/
	margin-bottom: 5px;
	text-transform: uppercase;
}

.gfield_radio li label,
.gfield_checkbox li label {
	color: #787876; 
	display: inline-block;
	font: 1rem "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	margin-left: 10px;
	text-transform: none;
}

.gform_fields .gfield_label_before_complex {
	border-bottom: 1px solid #BCBCBC;
	color: #787876;
	margin-bottom: 25px;
	padding-bottom: 10px;
	text-transform: uppercase;
}

.gform_fields input:not([type=submit]):not([type=checkbox]):not([type=radio]),
.gform_fields textarea {
	background: #EDEDEB;
	border: 2px solid transparent;
	border-radius: 5px;
	color: #333;
	font: 1rem "Gill Sans", "Gill Sans MT", Calibri, sans-serif; /*16*/
	height: 44px;
	padding: 0 20px;
	width: 100%;
}

.gform_fields input:not([type=submit]):not([type=checkbox]):not([type=radio]):focus,
.gform_fields textarea:focus {
	border-color: #457EEC;
	outline: none;
}

.gform_fields textarea {
	height: 131px;
	padding: 10px 20px;
}

.gform_fields ::-webkit-input-placeholder { 
	color: #787876; 
	font-style: italic;
}

.gform_fields ::-moz-placeholder { 
	color: #787876; 
	font-style: italic;
	opacity: 1;
}

.gform_fields :-ms-input-placeholder {
	color: #787876; 
	font-style: italic;
}

.gfield_radio li,
.gfield_checkbox li  {
	display: inline-block;
	margin: 0 30px 0 0;
	width: auto;
}

.gfield_radio input[type=radio],
.gfield_radio input[type=checkbox] {
	vertical-align: 2px;
}

.ginput_complex > span {
	display: block;
	margin-bottom: 20px;
}

.gform_fields select {
	height: 44px;
	width: 100%;
}

.gform_fields .clear-multi {
	display: flex;
	justify-content: space-between;
}

.gform_fields .clear-multi .ginput_container_date {
	width: 32%
}

.ginput_complex > span:last-of-type {
	margin: 0;
}

.gform_footer {
	text-align: right;
}

.gform_button {
	height: 44px;
	padding: 0;
	width: 160px; 
}

.gform_fields .gfield_description {
	font-style: italic;
	padding-top: 5px;
}

.gform_fields .validation_message {
	color: #F99D28;
	font: 600 1rem "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	margin-top: 5px;
}

.gform_validation_error .validation_error,
.gform_confirmation_wrapper  .gform_confirmation_message_1 {
	border: 2px solid #F99D28;
	font: 600 1rem "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	margin-bottom: 40px;
	padding: 20px;
}

.gform_confirmation_wrapper  .gform_confirmation_message_1 {
	border-color: #326495;
	margin-bottom: 0;
}

/*Bios*/

.page-builder .bios-block {
	align-items: flex-start;
	justify-content: flex-start;
	margin-bottom: 0;
}

.page-builder .bios-block.last-block {
	margin-bottom: 40px;
}

.bio {
	background: #E2E1E1;
	border-radius: 5px;
	margin-bottom: 40px;
	text-align: center;
	width: 30.23%; /*260*/
}

.bio:nth-of-type(3n+2) {
	margin: 0 4.65% 40px;
}

.bio:hover {
	background: #F7F7F5;
}

.bio img {
	border-radius: 100%;
	display: block;
	margin: 40px auto 20px;
	transition: all .5s ease;
	width: 140px;
}

.bio:hover img {
	margin: 27px auto 13px;
	width: 160px;
}

.bio h3 {
	color: #333;
	margin: 0 0 5px;
}

.bio p {
	font-size: .875rem; /*14*/
	margin: 0 0 20px;
}

.bio .btn {
	border-radius: 0 0 5px 5px;
	width: 100%;
}

.bio:hover .btn {
	background: #457EEC;
}

/*Photos*/

.wp-caption-text {
	font-style: italic;
	margin: 10px 0 40px;
}

/***************************************************************************************************************************************************************************************/

/*LANDING PAGE TEMPLATE*/

/***************************************************************************************************************************************************************************************/

.landing-callouts {
	margin-bottom: 40px;
}

.landing-callouts > .flex-container {
	align-items: flex-start;
}

.landing-callouts .callout {
	background: #E2E1E1;
	border-radius: 5px;
	color: #333;
	margin-bottom: 20px;
	width: 48.27%; /*560*/
	position: relative;
	background-position: -50px 50px;
	background-size: cover;
	display: block;
	padding-top: 85px;
}

.landing-callouts .callout span.title {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	position: absolute;
	top: 0;
	width: 100%;
}

.landing-callouts .callout:hover {
	background: #F7F7F5;
}

.landing-callouts .callout h3 {
	margin: 15px 0 5px;
	padding: 0 20px;
	transition: color .5s ease;
}

.landing-callouts .callout span.image {
	position: absolute;
	width: 100%;
	background-color: #E2E1E1;
	padding: 0 20px;
}

.landing-callouts .callout:hover h3 {
	color: #457EEC;
}

.landing-callouts .callout p {
	font: 300 .875rem "Gill Sans", "Gill Sans MT", Calibri, sans-serif; /*14*/
	margin: 0 0 15px;
	padding: 0 20px;
	text-transform: uppercase;
}

.landing-callouts .callout .btn {
	border-radius: 0 0 5px 5px;
	font-size: 1rem;
	width: 100%;
}

.landing-callouts .callout:hover .btn {
	background: #457EEC;
}

/***************************************************************************************************************************************************************************************/

/*404 PAGE TEMPLATE*/

/***************************************************************************************************************************************************************************************/

.image-hero {
	background: no-repeat center;
	background-size: cover;
	float: left;
	height: 308px;
	width: 100%;
}

.error-content {
	background: #8CA3B9;
	padding: 80px 0;
	text-align: center;
}

.error-content .container {
	max-width: 800px; 
}

.error-content h1 {
	color: #EDEDEB;
	margin: 0 0 10px;
}

.error-content p {
	font: 1.75rem/1.28 "Gill Sans", "Gill Sans MT", Calibri, sans-serif; /*28/36*/
	margin: 0 0 30px;
}

.error-content .btn {
	min-width: 260px;
}

/***************************************************************************************************************************************************************************************/

/*SEARCH RESULTS TEMPLATE*/

/***************************************************************************************************************************************************************************************/

.search-results {
	margin: 40px 0;
}

.search-results h1 {
	margin: 0 0 30px;
	text-align: center;
	width: 100%;
}

.search-results .program {
	margin-bottom: 40px;
}

.search-results .program:hover {
	background: #F7F7F5;
}

.search-results .program:hover .program-meta {
	text-decoration: underline;
}

.search-results .program .content {
	color: #333;
	min-height: 0;
}

.search-results .program h3 {
	transition: color .5s ease;
}

.search-results .program:hover h3 {
	color: #457EEC;
}

/***************************************************************************************************************************************************************************************/

/*SINGLE BIOS TEMPLATE*/

/***************************************************************************************************************************************************************************************/

.back-link {
	color: #F99D28;
	display: inline-block;
	font: 600 1.125rem "Gill Sans", "Gill Sans MT", Calibri, sans-serif; /*18*/
	margin-bottom: 40px;
}

.back-link:before {
	content: "\f0d9";
    display: inline-block;
    font: 18px/1 FontAwesome;
    margin-right: 10px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.back-link:hover {
	color: #457EEC;
}

.bios-intro {
	margin: 0 auto 40px;
	text-align: center;
}

.bios-intro img {
	border-radius: 100%;
	margin-bottom: 20px;
	width: 140px;
}

.bios-intro h2 {
	color: #333;
	font-size: 1.75rem; /*28*/
	font-weight: 600;
	margin: 0 0 10px;
}

.bios-intro p {
	margin: 0;
}

/***************************************************************************************************************************************************************************************/

/*BLOG ARCHIVE TEMPLATE*/

/***************************************************************************************************************************************************************************************/

.blog .page-hero {
	margin-bottom: 0;
}

/***Featured Post***/

.featured-post {
	background: no-repeat center;
	background-size: cover;
	height: 396px;
	margin-bottom: 80px;
}

.featured-post .flex-container {
	align-items: center;
	height: 100%;
}

.featured-post .content {
	max-width: 360px;
	width: 100%;
}

.featured-post h3 {
	background: #D8D8D8;
	border-radius: 5px 5px 0 0;
	color: #333;
	font-size: .75rem;
	font-weight: normal;
	margin: 0;
	padding: 14px 20px;
	text-transform: uppercase;
}

.featured-post h2 {
	background: #fff;
	min-height: 130px;
	padding: 20px;
}

.featured-post h2,
.post h2 {
	color: #333;
	font-size: 1.375rem; /*22*/
	font-weight: 600;
	line-height: 1.36; /*30*/
	margin: 0;
	text-align: left;
	transition: all .5s ease;
}

.featured-post:hover h2,
.post:hover .content {
	background: #F7F7F5;
}

.featured-post .btn,
.post .btn {
	border-radius: 0 0 5px 5px;
	font-size: 1rem;
	transition: all .5s ease;
	width: 100%;
}

.featured-post:hover .btn,
.post:hover .btn {
	background: #457EEC;
}

/***Blog Content***/

.blog-content {
	padding-bottom: 80px;
}

.blog-newsletter {
	background-color: #326495;
	color: white;
}

.blog-newsletter { padding: 40px 0;  }
.blog-newsletter h2 { color: white; font-size: 2rem; margin-bottom: 15px; }
.blog-newsletter form { display: flex; margin: 0 auto; justify-content: center; }
.blog-newsletter input[type=email] { border: 0; background-color: #ededeb; border-radius: 5px; width: 100%; max-width: 300px; margin-right: 10px; padding: 0 10px; }
.blog-newsletter input[type=submit] { padding: 8px 18px; }

.post {
	margin-bottom: 40px;
	width: 48.27%; /*560/1160*/
}

.post .image {
	background: #8CA3B9;
	border-radius: 5px 0 0 5px;
	overflow: hidden;
	width: 50%;
}

.post .image .fallback-thumb {
	display: block;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 100%;
	min-height: 300px;
}

.post img {
	height: auto;
	max-width: none;
	min-height: 100%;
	min-width: 100%;
	transition: all .5s ease;
	width: auto;
}

.post:hover img {
	transform: scale(1.2);
}

.post .content {
	background: #E2E1E1;
	border-radius: 0 5px 5px 0;
	padding-bottom: 70px;
	position: relative;
	transition: all .5s ease;
	width: 50%;
}

.post .post-meta {
	color: #326495;
	display: block;
	font: .75rem "Gill Sans", "Gill Sans MT", Calibri, sans-serif; /*12*/
	padding: 20px 20px 10px;
	text-transform: uppercase;
}

.post h2 {
	margin: 0;
	padding: 0 20px;
}

.post .btn {
	border-radius: 0 0 5px 0;
	bottom: 0;
	left: 0;
	position: absolute;
}


/*Post Nav*/

.blog .post-nav {
	margin-top: -20px;
}

.post-nav {
	display: flex;
	width: 100%;
}

.post-nav .prev {
	margin-right: 20px;
}

.post-nav .next {
	margin: 0 0 0 auto;
}

.post-nav a {
	font: 600 1.125rem "Gill Sans", "Gill Sans MT", Calibri, sans-serif; /*18*/
}

.post-nav .prev a:before,
.post-nav .next a:after {
	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;
}

.post-nav .prev a:before {
	content: "\f0d9";
	margin-right: 8px;
}

.post-nav .next a:after {
	content: "\f0da";
	margin-left: 8px;
}

/***************************************************************************************************************************************************************************************/

/*BLOG SINGLE TEMPLATE*/

/***************************************************************************************************************************************************************************************/

/***Post Hero***/

.post-hero {
	margin-bottom: 80px;
}

.post-hero .image {
	background: no-repeat center;
	background-size: cover;
	height: 396px;
	width: 100%;
}

.post-hero .content {
	background: #8CA3B9;
	padding: 80px 0;
	text-align: center;
}

.post-hero .container {
	max-width: 820px;
}

.post-hero h1 {
	color: #fff;
}

.post-hero p {
	font: 1.125rem "Gill Sans", "Gill Sans MT", Calibri, sans-serif; /*18*/
	margin: 0;
	text-transform: uppercase;
}

.post-hero p span {
	display: inline-block;
	vertical-align: middle;
}

.post-hero p a {
	color: #333;
	text-decoration: underline;
	vertical-align: middle;
}

.post-hero p a:hover {
	text-decoration: none;
}

/***Post Styles***/

.blog-post {
	padding-bottom: 40px;
}

.blog-post p,
.blog-post h2,
.blog-post h3,
.blog-post h4,
.blog-post h5 {
	margin: 0 auto 30px;
	max-width: 960px;
}

.blog-post .wp-caption {
	margin: 40px 0;
}

.blog-post .wp-caption .wp-caption-text {
	margin: 10px auto 0;
	max-width: 960px;
}

article ul,
article ol,
article blockquote,
article iframe {
	margin: 0 auto 30px;
	max-width: 760px;
	padding: 0;
}

article li {
	color: #326495;
	list-style: none;
	margin-bottom: 5px;
	padding-left: 40px;
	position: relative;
}

article li:before {
	content: "\f10c";
	font: 17px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	left: 0;
	position: absolute;
	top: 4px;
}

article blockquote {
	background: #EDEDEB;
	border-radius: 5px;
	position: relative;
}

article blockquote:before {
	align-items: center;
	background: #F99D28;
	border-radius: 5px 0 0 5px;
	color: #FFFFFD;
	content: "\f10e";
	display: flex;
	font: 52px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	height: 100%;
	left: 0;
	justify-content: center;
	position: absolute;
	top: 0;
	width: 160px; 
}

article blockquote p {
	color: #333;
	font: 2.25rem/1.22 "Gill Sans", "Gill Sans MT", Calibri, sans-serif; /*36/44*/
	margin: 0;
	padding: 34px 40px 38px 200px;
}

article iframe {
	display: block;
	height: 450px;
	width: 100%;
}

.carousel-container {
	margin: 0 auto 40px;
	max-width: 1160px;
}

.main-carousel {
	margin-bottom: 5px;
}

.tabbed-carousel {
	padding: 0 90px;
	position: relative;
}

.tabbed-carousel img {
	cursor: pointer;
	margin: 0 10px;
	width: 175px;
}

.tabbed-carousel .slick-arrow {
	background: rgba(140,163,185,.8);
	border: none;
	color: #FFFFFD;
	font-size: 50px;
	height: 100%;
	padding: 0;
	position: absolute;
	top: 0;
	width: 175px;
	z-index: 3;
}

.tabbed-carousel .slick-arrow:focus {
	outline: none;
}

.tabbed-carousel .slick-prev {
	left: 103px;
}

.tabbed-carousel .slick-next {
	right: 103px;
}

/***************************************************************************************************************************************************************************************/

/*MQ MAX-WIDTH 1385*/

/***************************************************************************************************************************************************************************************/

@media only screen and (max-width: 86.5625em) {
	
	/***Header***/
	
	.language-switcher {
	    font-size: 1rem;
	    padding: 5px 10px;
	    top: 0;
	}
	
	/***Home***/
	
	.book-carousel button.slick-prev {
		left: 0;
	}
	
	.book-carousel button.slick-next {
		right: 0;
	}
	
}

/***************************************************************************************************************************************************************************************/

/*MQ MAX-WIDTH 1150*/

/***************************************************************************************************************************************************************************************/

@media only screen and (max-width: 71.875em) {

	/***Header***/
	
	header > .container {
		align-items: center;
		display: flex;
		justify-content: space-between;
	}
	
	header .logo {
		position: static;
		width: 95px;
	}
	
	.language-switcher {
		padding: 5px 10px;
		top: 83px;
		z-index: 13;
	}
	
	header .mobile-menu {
		display: block;
	}
	
	header.active .mobile-menu .fa-close {
		display: inline-block;
	}
	
	header.active nav.flex-container {
		display: flex;
	}

	header .mobile-menu .fa-close,
	header.active .mobile-menu .fa-bars,
	header nav.flex-container,
	header .dropdown-filler {
		display: none;
	}
	
	header .mobile-menu {
		color: #787876;
		font-size: 20px;
	}
	
	header .mobile-menu i {
		margin-right: 10px;
	}
	
	header .mobile-menu i,
	header .mobile-menu span {
		display: inline-block;
	}

	header nav {
		background: #fff;
		box-shadow: 0 10px 20px rgba(0,0,0,.2);
		display: none;
		left: 0;
		padding: 0 0 20px;
		position: absolute;
		text-align: center;
		top: 100%;
		width: 100%;
		z-index: 99;
	}
	
	header ul {
		flex-wrap: wrap;
		text-align: center;
	}
	
	header li {
		display: block;
		width: 100%;
	}
	
	header li a {
		border-bottom: 1px solid #E2E1E1;
		height: auto;
		margin: 0;
		padding: 15px 20px;
	}
	
	header .library-hours {
		margin: 0;
		position: static;
		width: auto;
	}
	
	header .utility-nav {
		flex-wrap: wrap;
		margin: 0;
		order: 2;
		width: 100%;
	}
	
	header #menu-main {
		margin: 0;
		order: 1;
	}
	
	#menu-main > li.menu-item-has-children > a:after,
	#menu-utility > li.menu-item-has-children > a:after {
		display: none;
	}
	
	#menu-utility,
	.searchform-compact {
		margin: 0;
		width: 100%;
	}
	
	.searchform-compact .search-type {
		display: block;
		position: static;
	}
	
	.searchform-compact {
		padding: 20px;
	}
	
	.searchform-compact button {
		left: 32px;
		top: 32px;
	}
	
	/*Dropdowns*/
	
	#menu-main .sub-menu,
	#menu-utility .sub-menu {
		width: 100%;
	}
	
	header li.menu-item-has-children {
		display: flex;
		flex-wrap: wrap;
		position: relative;
	}
	
	#menu-main > li > a:not(.open-children),
	#menu-utility > li > a:not(.open-children) {
		font-size: .875rem;
		padding: 15px;
		width: 100%;
	}
	
	header li.menu-item-has-children .open-children {
		border-left: 1px solid #ddd;
		font-size: 1rem !important;
		padding: 13px 0 14px !important;
		position: absolute;
		right: 0;
		text-align: center;
		text-rendering: auto;
		top: 0;
	    -webkit-font-smoothing: antialiased;
	    width: 60px;
	    z-index: 3;
	}
	
	header li.menu-item-has-children .open-children:hover {
		color: inherit !important;
	}
	
	header li.menu-item-has-children.active > .open-children i {
		transform: rotate(-180deg);
	}
	
	#menu-main > li > .sub-menu,
	#menu-utility > li > .sub-menu {
		background: #E2E1E1;
		box-shadow: none;
		display: none;
		order: 1;
		padding: 0;
		position: static;
		width: 100%;
	}
	
	#menu-main .sub-menu li,
	#menu-utility .sub-menu li {
		margin: 0;
	}
	
	
	#menu-main .sub-menu a,
	#menu-utility .sub-menu a {
		border-color: #fff;
		color: #333;
		display: block;
		font-size: 1rem;
		font-weight: normal;
	}
	
	#menu-main > li.menu-item-has-children > .menu-item-description {
		order: 2;
		width: 100%;
	}
	
	#menu-main li.mega-menu .list-items,
	#menu-main li.mega-menu li.floating-items,
	#menu-main li.mega-menu .list-items li,
	#menu-main li.mega-menu li.floating-items li {
		margin: 0;
		width: 100%;
	}
	
	#menu-main li.mega-menu li.floating-items li {
		border-bottom: 1px solid #fff;
		padding-bottom: 15px;
	}
	
	#menu-main li.mega-menu li.floating-items li a {
		border: none;
		padding-bottom: 0;
	}
	
	#menu-main li.mega-menu li:not(.list-items) .menu-item-description {
		color: #333;
	}
	
	#menu-main > li.menu-item-has-children:hover > .menu-item-description {
		opacity: 0;
		transition: none;
		visibility: hidden;
	}
	
	#menu-main li.menu-item-has-children.active > .sub-menu,
	#menu-main > li.menu-item-has-children.active > .menu-item-description,
	#menu-utility li.menu-item-has-children.active > .sub-menu {
		display: block;
		opacity: 1;
		position: static;
		visibility: visible;
	}
	
	/***Footer***/
	
	footer {
		padding: 30px 0 20px;
	}
	
	footer .footer-links {
		width: 100%;
	}
	
	footer .library-info, 
	footer .library-hours {
		margin: 0 0 30px;
		width: 45%
	}

	/***Home***/
	
	.hero {
		height: calc(100vh - 83px);
	}

	.home-carousel-container.slick-slider .slick-list,
	.home-carousel-container.slick-slider .slick-track {
		height: calc(100vh - 83px);
	}
	
	.searchform-large label[for="search-field-large"] {
		font-size: 1.875rem;
	}
	
	/***Single Post***/
	
	.tabbed-carousel .slick-arrow {
		width: 80px;
	}
	
	.tabbed-carousel .slick-prev {
		left: 0;
	}
	
	.tabbed-carousel .slick-next {
		right: 0;
	}

}

/***************************************************************************************************************************************************************************************/

/*MQ MAX-WIDTH 950*/

/***************************************************************************************************************************************************************************************/

@media only screen and (max-width: 59.375em) {

	.landing-callouts .callout {
	}
	
	/***Home***/
	
	.book-carousel {
		margin: 0 auto;
	}
	
	.book-carousel .book-details,
	.book-carousel .slick-slide:before {
		max-width: 360px;
	}
	
	.book-carousel .popup {
		border-radius: 5px;
		left: 10px;
		top: 10px;
		width: 360px;
	}
	
	.book-carousel .popup h3 {
		font-size: 1.25rem;
	}
	
	.book-carousel .popup .description,
	.book-carousel .slick-slide.slick-current .book-author {
		font-size: 1rem;
	}

	.control-box {
		padding-bottom: 90px;
	}
	
}

/***************************************************************************************************************************************************************************************/

/*MQ MAX-WIDTH 850*/

/***************************************************************************************************************************************************************************************/

@media only screen and (max-width: 53.125em) {
	
	h1, 
	h2 {
		font-size: 2.25rem;
	}
	
	h2 span {
		font-size: 1.375rem;
	}
	
	/***Footer***/
	
	footer #menu-footer-main {
		flex-wrap: wrap;
		justify-content: center;
		padding-bottom: 10px;
	}
	
	footer #menu-footer-main li {
		margin: 0 10px 10px;
	}
	
	/***Home***/
	
	.hero {
		padding: 50px 0 0;
	}
	
	.searchform-large {
		margin-bottom: 50px;
		width: 100%;
	}
	
	.events-feed {
		display: flex;
		justify-content: space-between;
		width: 100%;
	}
	
	.event {
		width: 32%;
	}
	
	.event h3 {
		font-size: .875rem;
	}
	
	.event p {
		font-size: .75rem;
	}
	
	.book-carousel .slick-slide.slick-active + .slick-slide:after,
	.book-carousel .slick-slide.slick-active + .slick-slide + .slick-slide:after {
		opacity: .8;
	}
	
	/***Default Template***/
	
	.page-hero {
		margin-bottom: 0;
	}
	
	.page-hero p {
		font-size: 1.25rem;
	}
	
	.page-hero .image {
		height: 160px;
	}
	
	.page-content > .flex-container {
		flex-wrap: wrap;
	}
	
	.page-content .page-builder {
		margin-top: 40px;
	}
	
	.child-menu {
		border: 1px solid #BCBCBC;
		margin: -40px auto 0;
		position: static;
		width: 100%;
	}
	
	.child-menu ul {
		display: flex;
		flex-wrap: wrap;
	}
	
	.child-menu li {
		display: none;
		margin: 0;
		padding: 0;
		width: 100%;
	}
	
	.child-menu li:first-child {
		border-radius: 5px;
		cursor: pointer;
		margin-bottom: 0;
		padding: 0;
	}
	
	.child-menu li:first-child,
	.child-menu.active li {
		display: block;
	}
	
	.child-menu li:first-child h3 {
		padding: 14px 20px;
		position: relative;
	}
	
	.child-menu li:first-child h3:after {
		content: "\f0c9";
		display: inline-block;
	    font: 18px/1 FontAwesome;
	    position: absolute;
	    right: 20px;
	    top: 14px;
	    text-rendering: auto;
	    -webkit-font-smoothing: antialiased;
	    -moz-osx-font-smoothing: grayscale;
	}
	
	.child-menu li:last-child a {
		border: none;
	}
	
	
	.child-menu li a {
		border-bottom-width: 1px;
		padding: 14px 20px;
	}
	
	.child-menu li a:after {
		display: none;
	}
	
	.page-content .page-builder {
		width: 100%;
	}
	
	.page-builder .builder-block h2 {
		text-align: center;
	}
	
	.accordion-link button i {
		top: 17px;
	}
	
	/***Landing Template***/ 
	
	.landing-callouts,
	.search-results {
		margin: 40px 0 0;
	}
	
	/***404 Template***/
	
	.image-hero,
	.post-hero .image {
		height: 150px;
	}
	
	.error-content p {
		font-size: 1.125rem;
	}
	
	/***Blog Archive***/
	
	.blog-content {
		padding-bottom: 40px;
	}
	
	.post .image,
	.post .content {
		width: 100%;
	}
	
	.post .image {
		border-radius: 5px 5px 0 0;
		height: 280px;
	}
	
	.post .content,
	.post .btn {
		border-radius: 0 0 5px 5px;
	}
	
	.post .content {
		padding: 0;
	}
	
	.post h2 {
		margin-bottom: 40px;
	}
	
	.post .btn {
		position: static;
	}
	
	/***Single Post***/
	
	.post-hero {
		margin-bottom: 40px;
	}
	
	.post-hero .content {
		padding: 40px 0;
	}
	
	article blockquote p {
		font-size: 1.5rem;
	}
}

/***************************************************************************************************************************************************************************************/

/*MQ MAX-WIDTH 650*/

/***************************************************************************************************************************************************************************************/

@media only screen and (max-width: 40.625em) {
	
	/***Footer***/
	
	footer #menu-footer-main {
		border-bottom: 0;
		border-top: 2px solid #326495;
		margin: 0;
		padding: 20px 0 0;
	}
	
	footer #menu-footer-main,
	#menu-footer-secondary {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 100%;
	}
	
	#menu-footer-secondary {
		border-bottom: 2px solid #326495;
		margin-bottom: 20px;
		padding-bottom: 10px;
	}
	
	footer #menu-footer-main li,
	footer #menu-footer-secondary li {
		margin: 0 0 10px;
		width: 45%;
	}
	
	footer .social-media {
		margin-bottom: 20px;
		text-align: center;
		width: 100%;
	}
	
	footer .social-media li {
		margin: 0 10px;
	}
	
	.newsletter {
		width: 100%;
	}
	
	.copyright {
		text-align: center;
		width: 100%;
	}
	
	/***Home***/

	.hero {
		height: auto;
		padding: 0;
	}

	.hero .container.flex-container {
		padding: 0;
	}

	.home-carousel-container {
		height: calc(100vh - 83px);
		min-height: 350px;
		position: relative;
	}

	.home-carousel-container.slick-slider .slick-list, 
	.home-carousel-container.slick-slider .slick-track {
		height: calc(100vh - 83px);
		min-height: 350px;
	}

	.control-box {
		max-width: none;
		padding: 30px 26px 90px;
		width: 100vw;
	}

	.home-carousel-container .slick-prev {
		left: auto;
		right: 76px;
	}

	.home-carousel-container .slick-next {
		left: auto;
		right: 26px;
	}
	
	.events-feed {
		align-items: flex-start;
		background-color: #F7F7F5;
		flex-wrap: wrap;
		padding: 30px 20px;
	}
	
	.event {
		width: 100%;
	}
	
	.home-callouts {
		padding: 40px 0 0;
	}
	
	.image-callout {
		max-width: 360px;
		margin: 0 auto 60px;
		width: 100%;
	}
	
	.book-carousel-container {
		padding: 50px 0 30px;
	}
	
	.book-carousel {
		padding: 0 30px;
	}
	
	.book-carousel .slick-slide.slick-current .book-details h3 {
		font-size: 1.25rem;
	}
	
	.book-carousel button {
		font-size: 25px;
	}
	
	.book-carousel button.slick-prev {
		left: -15px;
	}
	
	.book-carousel button.slick-next {
		right: -15px;
	}
	
	/***Default Template***/
	
	.program img + .content {
		min-height: 0;
		width: 100%;
	}
	
	.program img {
		margin: 30px auto;
		width: auto;
	}
	
	.gform_fields li.column {
		width: 100%;
	}
	
	.page-builder .bios-block {
		justify-content: center;
	}
	
	.bio,
	.bio:nth-of-type(3n+2) {
		margin: 0 20px 40px;
		max-width: 260px; 
		width: 100%;
	}
	
	.page-builder .builder-block.last-block {
		margin-bottom: 40px;
	}
	
	/***Landing Template***/ 
	
	.landing-callouts .callout {
		margin: 0 auto 40px;
		max-width: 560px;
		width: 100%;
		padding-top: 0;
	}

	.landing-callouts .callout span.title {
		position: static;
	}
	
	/***Blog Archive***/
	
	.featured-post {
		height: auto;
		margin-bottom: 40px;
		padding: 50px 0;
	}
	
	.featured-post h2 {
		min-height: 0;
	}
	
	.post {
		width: 100%;
	}
	
	/***Single Post***/
	
	article blockquote:before {
		font-size: 16px;
		width: 50px;
	}
	
	article blockquote p {
		font-size: 1.125rem;
		padding: 15px 15px 15px 65px;
	}
}

/***************************************************************************************************************************************************************************************/

/*MQ MAX-WIDTH 450*/

/***************************************************************************************************************************************************************************************/

@media only screen and (max-width: 28.125em) {
	
	h1, 
	h2 {
		font-size: 1.5rem;
	}
	
	h2 {
		margin-bottom: 20px;
	}
	
	h2 span {
		font-size: 1rem;
	}
	
	h3,
	.btn,
	.landing-callouts .callout .btn,
	.featured-post .btn, 
	.post .btn,
	p {
		font-size: .875rem;
	}
	
	.btn {
		padding: 15px;
	}
	
	/***Header***/
	
	header > .container {
		padding: 5px;
	}
	
	header .logo {
		width: 57px;
	}
	
	header .library-hours {
		font-size: .75rem;
	}
	
	header .mobile-menu {
		font-size: .875rem;
	}
	
	header .mobile-menu i {
		margin-right: 6px;
	}
	
	.language-switcher {
		top: 70px;
	}
	
	.searchform-compact .search-type label {
		display: block;
		margin: 0;
		width: 100%;
	}
	
	.searchform-compact .search-type label + label {
		margin-top: 15px;
	}
	
	/***Home***/
	
	.newsletter .ctct-form-custom, 
	.searchform-large .flex-container {
		flex-wrap: wrap;
	}
	
	.searchform-large {
		position: relative;
	}
	
	.searchform-large label[for="search-field-large"] {
		font-size: 1.25rem;
	}
	
	.searchform-large input[type=text],
	.searchform-large button {
		border-radius: 5px;
	}
	
	.searchform-large input[type=text],
	.searchform-large button,
	.newsletter div.ctct-form-embed form.ctct-form-custom input.ctct-form-element,
	.newsletter .ctct-form-embed.form_1 .ctct-form-custom .ctct-form-button {
		height: 45px;
	}
	
	.newsletter div.ctct-form-embed form.ctct-form-custom input.ctct-form-element {
		border-radius: 0;
	}
	
	.newsletter .ctct-form-embed.form_1 .ctct-form-custom .ctct-form-button {
		border-radius: 0 0 5px 5px;
	}
	
	.searchform-large button,
	.newsletter .ctct-form-embed.form_1 .ctct-form-custom .ctct-form-button {
		margin: 0 auto;
		width: 100%;
	}
	
	.searchform-large button {
		margin-top: 15px;
	}
	
	.searchform-large button {
		margin-top: 60px;
	}
	
	.searchform-large .search-options {
		bottom: 65px;
		left: 0;
		margin: 0;
		position: absolute;
	}
	
	.searchform-large .search-options label,
	.searchform-large input[type=radio] + div:before {
		font-size: .75rem;
	}
	
	.book-carousel {
		padding: 0 15px;
	}
	
	.book-carousel .slick-slide:before {
		display: none;
	}
	
	.book-carousel .slick-slide {
		margin-right: 10px;
		width: 100%;
	}
	
	.book-carousel .slick-slide.slick-current {
		animation: none;
	}
	
	.book-carousel .popup {
		border-radius: 5px;
		left: 0;
		padding: 15px;
		top: 0;
		width: 100%;
	}
	
	.book-carousel .popup h3 {
		font-size: 1rem;
	}
	
	.book-carousel .popup .description, 
	.book-carousel .slick-slide.slick-current .book-author {
		font-size: .75rem;
	}
	
	.book-carousel .popup a {
		font-size: 1rem;
	}
	
	/***Default Page Template***/
	
	.page-hero .container {
		padding: 60px 20px 40px;
	}
	
	.page-hero p {
		font-size: 1rem;
	}
	
	.page-builder .builder-block h2 {
		margin-bottom: 10px;
	}
	
	.program h3 {
		font-size: 1.125rem;
	}
	
	.accordion-link button {
		padding: 10px 45px 10px 15px;
	}
	
	.accordion-link button i {
		font-size: 12px;
		height: 28px;
		right: 15px;
		top: 10px;
		width: 28px;
	}
	
	.link-callout {
		font-size: .875rem; /*14*/
		padding: 15px 0 0;
	}
	
	.link-callout .link-text,
	.link-callout p {
		padding: 0 15px;
	}
	
	.link-callout .link-button,
	.link-callout:hover .link-button {
		border-radius: 0 0 5px 5px;
		display: flex;
		justify-content: space-between;
		margin-top: 34px;
		padding: 15px;
		position: static;
		width: 100%;
	}
	
	.link-callout .link-button .rollover,
	.link-callout:hover .link-button .rollover {
		display: block;
		font-size: .875rem;
		margin-right: 60px;
		opacity: 1;
		width: auto;
	}
	
	.link-callout .link-button i {
		font-size: 16px;
	}
	
	.gform_button {
		width: 100%;
	}
	
	/***Landing Template***/
	
	.landing-callouts .callout h3,
	.landing-callouts .callout p {
		padding: 0 15px;
	}
	
	/***Blog Archive***/
	
	.featured-post h2, 
	.post h2 {
		font-size: 1.125rem;
	}
	
	/***Single Post***/
	
	article iframe {
		height: 250px;
	}
	
	.tabbed-carousel {
		padding: 0;
	}
	
	.tabbed-carousel img {
		margin: 0 5px;
		width: 120px;
	}
	
	.tabbed-carousel .slick-arrow {
		font-size: 30px;
		width: 45px;
	}
}