<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
	Theme Name: Education Pro
	Theme URI: http://my.studiopress.com/themes/education/
	Description: Your institution has a great deal of information to convey in a short period of time. Text, audio, video, curricula, and more... Help students, faculty, and press find what they need fast, without the homework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/
	
	Version: 3.0.2
	
	Tags: black, blue, gold, green, orange, purple, red, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 2.0.0

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- Avatar
		- Genesis
		- Search Form
		- Titles
		- WordPress
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Author Pro
		- Genesis Responsive Slider
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
		- Responsive Menu
	- Content Area
		- Home
		- Entries
		- Entry Meta
		- Paginationtog
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Theme Colors
		- Education Pro Blue
		- Education Pro Green
		- Education Pro Purple
		- Education Pro Red
	- Media Queries
		- Max-width: 1139px
		- Max-width: 1023px
		- Max-width: 768px
		- Max-width: 480px

*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.3 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:transparent}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:80%;line-height:0;position:relative;text-transform:none;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;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-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

#tribe-tickets-card-number input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none; 
    margin: 0; 
}

#tribe-tickets-card-number input[type=number] {
    -moz-appearance:textfield;
}
.yikes-easy-mc-form input[type="email"], .yikes-easy-mc-form input[type="number"], .yikes-easy-mc-form input[type="text"], .yikes-easy-mc-form input[type="url"], .yikes-easy-mc-form select {
    padding: .5278em;
    background-color: #ffffff !important;
    border: 2px solid rgba(51,51,51,.1);
    display: block;
    -moz-box-sizing: border-box;
    margin-bottom: 8px;
}

.EMAIL-label, .FNAME-label, .LNAME-label {
	color: #444444 !important;
}

/* The emerging W3C standard
   that is currently Firefox-only */
* {
  scrollbar-width: thin;
  scrollbar-color: #d3d3d3 #f7f7f7;
}

/* Works on Chrome/Edge/Safari */
*::-webkit-scrollbar {
  width: 12px;
}
*::-webkit-scrollbar-track {
  background: #d3d3d3;
}
*::-webkit-scrollbar-thumb {
  background-color: #f7f7f7;
  border-radius: 20px;
  border: 3px solid #d3d3d3;
}


.homeevent{
	overflow-x: hidden;
}

.ai1ec-calendar-link .ai1ec-btn .ai1ec-btn-default .ai1ec-btn-sm
.ai1ec-tooltip-trigger {
	display: none !Important;
}

.grecaptcha-badge { opacity:0;}

.wp-block-separator {
    border-top: none !important;
    border-bottom: 1px solid;
}
.ubermenu-skin-vanilla-bar {
	box-shadow: none !important;
}

/* Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.title-area:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.title-area:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
	background-color: #ffffff;
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.625;
	overflow-x: hidden !Important;
}

.wp-block-file * + .wp-block-file__button {
    margin-left: .75em;
    float: right;
}

.wp-block-file {
    margin-bottom: .5em !important;
    border-bottom: 1px dotted #d3d3d3;
    padding-bottom: 5px;
	font-weight: 700;
}

.page-id-864 .wp-block-file:before {
	content: none !important;
	margin-right: 10px;
	float: left;
}

.wp-block-file:before {
	content: url("http://hasbrouckheightslibrary.org/wp-content/uploads/2021/11/Download-Button-e1637013135486.png");
	margin-right: 10px;
	float: left;
}


.page-id-864 .wp-block-embed {
    margin-top: -40px;
}

.page-id-1327 .wp-block-file {
    margin-bottom: .5em !important;
    border-bottom: none;
}
.sidebarbutton {
	background-color: #50607f;
	border: 1px solid #fff;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	font-size: 1.2rem;
	font-weight: 700;
	padding: 5px 10px;
	border-radius: 15px;
	text-decoration: none;
	white-space: normal;
	width: auto;
	display: block;
	text-align: center;
	margin-bottom: 5px;
}

.sidebarbutton:hover {
	background-color: #fff;
	color: #FF3800;
	border: 1px solid #fff;
}


.brdradius {
	border-radius: 15px;
	border: 1px solid #124693;
}

span.wpcf7-list-item {
    display: block !important;
    margin: 0 0 0 1em;
}

.kt-row-layout-inner  {
    border-radius: 15px;
}

a,
button, .smbutton,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button, .button2, .searchbutton {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #000;
	color: #fff;
}

::selection {
	background-color: #000;
	color: #fff;
}

a {
	color: #330066;
	text-decoration: none;
}

a:hover {
	color: #599e99;
}

p {
	margin: 0 0 10px;
	padding: 0;
}

p.has-background {
    padding: 5px 15px !important;
}

.eventpara {
	margin-left: 5px;
	font-size: 16px;
	font-weight: 700;
}

.page-id-947 p {
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 10px;
}

.dotbrdbot {
	border-bottom: 1px dotted #d3d3d3;
	padding-bottom: 10px;
}
ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

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

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 1px solid #ddd;
	clear: left;
	margin: 0 0 20px;
}

.kt-row-column-wrap {
    position: relative;
    z-index: 8 !important;
}

#menu-item-1506 select {
    font-size: 12px;
    margin: 0;
    padding: 1px 0;
}

.libraryh3lp a {
    background: #0099d9 !important;
    border: 1px solid #c0c0c0;
    border-bottom-color: rgb(192, 192, 192);
    border-bottom-style: solid;
     border-bottom-width: 1px;
    border-bottom: 0;
    border-radius: .5em .5em 0 0;
    -moz-border-radius: .5em .5em 0 0;
    -webkit-border-radius: .5em .5em 0 0;
    box-sizing: inherit;
    color: #fff !important;
    cursor: pointer;
    font-size: 1em !important;
    line-height: 1em;
    padding: 0.25em !important;
    padding-bottom: 0.25em !important;
    position: fixed;
    text-align: center;
    text-decoration: none;
    z-index: 100;
    top: 30%;
    right: 0;
    margin-right: 25px !important;
    transform-origin: right top;
    transform: rotate(-90deg);
}


.row {
  display: grid;
  grid-auto-flow: column;
  gap: 2%;
}

.col {
  border: none;
	flex-basis: 30%;
  box-sizing: border-box;
}


/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 5px;
	color: #330066;
	font-family: filson-pro, sans-serif;
}

h1 {
	font-size: 36px;
}

h1.center {
	text-align: center;
}

h1.center2 {
	text-align: center;
	margin-bottom: 15px;
}
h2 {
	font-size: 30px;
}

h2.eventtitle {
   color: #00397d;
}

h2.upcoming:before {
	content: "\f2d1";
    font-family: ionicons;
	margin-right: 7px;
}



h2.news:before {
	content: "\f2fc";
    font-family: ionicons;
	margin-right: 7px;
}

.linksiteicon:before {
	content: "\f39c";
    font-family: ionicons;
	margin-right: 7px;
}
h4.eventtitlesm {
   color: #00397d;
	text-align: center;
	margin-bottom: 20px;
}

h4.smmain {
	font-size: 16px;
	color: #444;
}

h4.smlake {
	font-size: 16px;
	color: #00397d;
}


h4.smpark{
	font-size: 16px;
	color: #267a29;
}
h4.smstation{
	font-size: 16px;
	color: #fd7400;
}

h3 {
	font-size: 24px;
}


h3.center {
	text-align: center;
	margin-top: -10px;
	margin-bottom: 10px;
}
h3.museum {
	margin-top: 5px;
}

h3.hours {
	margin-top: 10px;
}
h4 {
	font-size: 18px;
}

h3.blue::before {
    content: "\f117";
    font-family: ionicons;
    margin-right: 3px;
}

h3.blue {
    color: #145b9c;
}
h4.digital {
	text-align: center;
	padding: 0;
	font-size: 24px;
	margin-bottom: 0px;
	margin-top: 0px;
	color: #145b9c;
}

.growicon {
    border-radius: 25px;
    display: block;
    margin: 0 auto;
    padding: 10px;
	width: 175px;
}

.growicon:hover {
-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.growicon2 {
    border-radius: 25px;
    display: block;
    margin: 0 auto;
    padding: 10px;
}

.growicon2:hover {
-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}


.growbox:hover {
	-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

h4.digital2 {
	text-align: center;
	padding: 0;
	font-size: 16px;
	margin-bottom: 10px;
	color: #122930;
}


h4.hours {
	font-size: 14px;
}
h5 {
	font-size: 18px;
}

h5.digital {
	text-align: center;
	padding-top: 5px;
	font-size: 26px;
	padding-bottom: 10px;
}
h6 {
	font-size: 16px;
}

h6.menu, h6.menu a {
	color: #333 !important;
	font-size: 14px;
	font-weight: 700;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.wp-block-image {
    max-width: 100%;
    margin-bottom: 0 !important;
}

.imgbrdrd {
	border-radius: 15px;
}
.is-style-circle-mask img, .is-style-rounded img {
    border-radius: 15px !important;
}

.above-post-hero {
    max-width: 100%;
    background-size: cover;
    background-position: 50% 50%;
    filter: brightness(100%);
	z-index: 1;
	position: relative;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
	margin-bottom: 28px;
}

.gallery-item {
	float: left;
	margin: 0;
	padding: 0 4px;
	text-align: center;
	width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery .gallery-item img {
	border: none;
	height: auto;	
	padding: 0 4px;
}

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

input,
select,
textarea {
	background-color: #fff;
	border-radius: 5px;
	border: 1px solid #ddd;
	box-shadow: none;
	font-size: 16px;
	font-weight: 700;
	padding: 8px;
	width: 97%;
	margin-bottom: 3px;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #444;
	opacity: 1;
	font-weight: 300;
}

::-webkit-input-placeholder {
	color: #444;
	font-weight: 300;
}

.shiftnav::after {
    box-shadow: none!Important;
}

button, 
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #314150;
	border-radius: 5px;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 700;
	padding: 8px 20px;
	text-transform: uppercase;
	white-space: normal;
	width: auto;
	margin-top: 5px;
}

button:hover, .button2:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
	background-color: #2362a7;
	color: #fff !Important;
}

.button2 {
background-color: #599e99;
	border-radius: 15px;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 300;
	padding: 14px 30px;
	text-transform: uppercase;
	white-space: normal;
	width: auto;
	margin-top: 15px;
	display: table;
}


button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small,
.button.small {
	padding: 8px 16px;
}

.entry-content .button,
.entry-content .button:hover,
.widget .button,
.widget .button:hover {
	color: #fff;
}

.footer-widgets .wrap .widget .button,
.footer-widgets .wrap button,
.footer-widgets .wrap input[type="button"],
.footer-widgets .wrap input[type="reset"],
.footer-widgets .wrap input[type="submit"],
.home-bottom .widget .button,
.home-bottom .widget button,
.home-bottom .widget input[type="button"],
.home-bottom .widget input[type="reset"],
.home-bottom .widget input[type="submit"] {
	background-color: #fff;
	color: #2362a7;
}

.footer-widgets .wrap .widget .button:hover,
.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.home-bottom .widget .button:hover,
.home-bottom button:hover,
.home-bottom input:hover[type="button"],
.home-bottom input:hover[type="reset"],
.home-bottom input:hover[type="submit"] {
	background-color: #2362a7;
	color: #fff;
}

.button {
	display: inline-block;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
    background-color: #ddd;
	border-width: 0;
    color: #777;
    cursor: not-allowed;
}

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

.error404 .entry-content input[type="search"],
.post-password-form input[type="password"] {
	margin-bottom: 15px;
}


#query {
	display: inline-block;
	width: 75%;
	margin-right: 5px;
}

#target {
	max-width: 75%;
	display: inline-block;
	float:none;
}

.ubermenu-top_nav {
	border: none !important;
}
/* Tables
--------------------------------------------- */
.table-striped tbody &gt; tr:nth-child(2n+1) &gt; td, .table-striped tbody &gt; tr:nth-child(2n+1) &gt; th {
    background-color: rgba(0,147,147,0.045);
}

.table-striped tbody a {
	font-weight: 400;
}

.smtext {
	font-size: 11px;
}
.smemail {
	font-size: 12px;
	font-style: italic;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 1.25;
	margin-bottom: 10px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 4px 5px;
}

th {
	font-weight: 700;
}

.tableback {
	border: 2px solid #444;
	border-radius: 25px;
	background: #ffff;
	padding: 10px;
}

table.re {
  border-collapse: collapse;
  margin: 0 0 25px 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

@media screen and (max-width: 960px) {
  table.re {
    border: 0;
  }
  table.re caption {
    font-size: 1.3em;
  }
  table.re thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
	  font-weight: 700;
  }
  table.re tr {
    display: block;
    margin-bottom: .75em;
  }
  table.re td {
    display: block;
    font-size: .8em;
    text-align: right;
  }
  table.re td:before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  table.re td:last-child {
    border-bottom: 0;
  }
}

/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1140px;
}

.site-inner {
	clear: both;
}

.education-pro-home .site-inner {
	clear: both;
	padding-top: 0px;
}
.education-pro-landing .site-inner {
	max-width: 900px;
	padding-top: 40px;
}

.margtopneg {
	margin-top: -20px;
}

.margtopneg2 {
	margin-top: -5px;
}

.margtopneg3 {
	margin-top: -10px;
}

#searchform-1 {
	font-size: 24px;
}
/* Custom Sidebar Boxes
--------------------------------------------- */

#ubermenu_navigation_widget-2, #ubermenu_navigation_widget-3, #ubermenu_navigation_widget-4 {
	border-left: 4px solid #330066;
	    position: relative;
	background-color: #f3f7fb;
	padding: 0;
    z-index: 1;
}

#ubermenu_navigation_widget-2 a:hover {
	cursor: pointer;
}



/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 920px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* Content */

.content {
	float: right;
	width: 740px;
	margin: 20px 0;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 520px;
}

.full-width-content .content {
	width: 100%;
}

/* Primary Sidebar */


.sidebar-primary {
	float: right;
	width: 360px;
	margin-top: 25px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

#custom_html-10 .widget-title, #custom_html-11 .widget-title, #custom_html-12 .widget-title {
	font-size: 32px;
	border-bottom: none;
}

#custom_html-10,  #custom_html-11,  #custom_html-12 {
	background-color: #dde8f3;
	padding: 10px;
	border-radius: 10px;
}

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

.greybox, .greybox2 {
	background-color: #f7f7f7;
	padding: 5px 10px;
	min-height: 251px;
		margin-bottom: 35px;
		border-radius: 0 9px 9px 9px;
}

.imgbrdlft {
	border-radius: 9px 0 0 9px;
}

.imgbrdlft2 {
	border-radius: 9px 0 0 9px;
	background-color: #1a719b;
	padding: 30px;
}


.imgbrdlft3 {
	border-radius: 9px 0 0 9px;
	background-color: #29cfc3;
	padding: 30px;
}

.imgbrdlft4 {
	border-radius: 9px 0 0 9px;
	background-color: #c5002f;
	padding: 30px;
}

.imgbrdlft5 {
	border-radius: 9px 0 0 9px;
	background-color: #012c67;
	padding: 30px;
}

.imgbrdlft6 {
	border-radius: 9px 0 0 9px;
	background-color: #00ae4d;
	padding: 30px;
}

.imgbrdlft7 {
	border-radius: 9px 0 0 9px;
	background-color: #017fcc;
	padding: 30px;
}

.imgbrdlft8 {
	border-radius: 9px 0 0 9px;
	background-color: #e65400;
	padding: 30px;
}

.imgbrdlft9 {
	border-radius: 9px 0 0 9px;
	background-color: #183061;
	padding: 30px;
}

.imgbrdlft10 {
	border-radius: 9px 0 0 9px;
	background-color: #afbd21;
	padding: 30px;
}

.imgbrdlft11 {
	border-radius: 9px 0 0 9px;
	background-color: #f7cb11;
	padding: 30px;
}

.imgbrdlft12 {
	border-radius: 9px 0 0 9px;
	background-color: #d76c4c;
	padding: 30px;
}

.imgbrdlft13 {
	border-radius: 9px 0 0 9px;
	background-color: #693065;
	padding: 30px;
}

	.imgbrdlft14 {
	border-radius: 9px 0 0 9px;
	background-color: #004c88;
	padding: 30px;
}

.imgbrdlft15 {
	border-radius: 9px 0 0 9px;
	background-color: #990000;
	padding: 30px;
}

.imgbrdlft16 {
	border-radius: 9px 0 0 9px;
	background-color: #00aaff;
	padding: 30px;
}
.imgbrdlft17 {
	border-radius: 9px 0 0 9px;
	background-color: #7ac043;
	padding: 30px;
}

.imgbrdlftworld {
	border-radius: 9px 0 0 9px;
	background-color: #56a704;
	padding: 30px;
}

.imgbrdlftresearch {
	border-radius: 9px 0 0 9px;
	background-color: #61af01;
	padding: 30px;
}

	.imgbrdlftprimary {
	border-radius: 9px 0 0 9px;
	background-color: #66b100;
	padding: 30px;
}

.imgbrdlftor {
	border-radius: 9px 0 0 9px;
	background-color: #999933;
	padding: 30px;
}

.imgbrdlftblue {
	border-radius: 9px 0 0 9px;
	background-color: #000099;
	padding: 30px;
}

.imgbrdlftprpl {
	border-radius: 9px 0 0 9px;
	background-color: #663366;
	padding: 30px;
}

.imgbrdlftbrown {
	border-radius: 9px 0 0 9px;
	background-color: #663366;
	padding: 30px;
}

@media only screen and (max-width: 600px) {
imgbrdlft {
	border-radius: 9px 9px 0 0;
}

.imgbrdlft2 {
	border-radius: 9px 9px 0 0;;
	background-color: #1a719b;
	padding: 30px;
}


.imgbrdlft3 {
	border-radius: 9px 9px 0 0;
	background-color: #29cfc3;
	padding: 30px;
}

.imgbrdlft4 {
	border-radius: 9px 9px 0 0;
	background-color: #c5002f;
	padding: 30px;
}

.imgbrdlft5 {
	border-radius: 9px 9px 0 0;
	background-color: #012c67;
	padding: 30px;
}

.imgbrdlft6 {
	border-radius: 9px 9px 0 0;
	background-color: #00ae4d;
	padding: 30px;
}
	.imgbrdlft7 {
	border-radius: 9px 9px 0 0;
	background-color: #017fcc;
	padding: 30px;
}
	.imgbrdlft8 {
	border-radius: 9px 9px 0 0;
	background-color: #e65400;
	padding: 30px;
}

	.imgbrdlft9 {
	border-radius: 9px 9px 0 0;
	background-color: #183061;
	padding: 30px;
}
	.imgbrdlft10 {
	border-radius: 9px 9px 0 0;
	background-color: #4cab47;
	padding: 30px;
}

		.imgbrdlft11 {
	border-radius: 9px 9px 0 0;
	background-color: #f7cb11;
	padding: 30px;
}
			.imgbrdlft12 {
	border-radius: 9px 9px 0 0;
	background-color: #d76c4c;
	padding: 30px;
}
	.imgbrdlft13 {
	border-radius: 9px 9px 0 0;
	background-color: #693065;
	padding: 30px;
}
		.imgbrdlft14 {
	border-radius: 9px 9px 0 0;
	background-color: #004c88;
	padding: 30px;
}
	.imgbrdlft15 {
	border-radius: 9px 9px 0 0;
	background-color: #8b152f;
	padding: 30px;
}
	.imgbrdlft16 {
	border-radius: 9px 9px 0 0;
	background-color: #00aaff;
	padding: 30px;
}
	
	.imgbrdlft17 {
	border-radius: 9px 9px 0 0;
	background-color: #7ac043;
	padding: 30px;
}
	
	.imgbrdlftworld {
	border-radius: 9px 9px 0 0;
	background-color: #56a704;
	padding: 30px;
}
	.imgbrdlftresearch {
	border-radius: 9px 9px 0 0;
	background-color: #61af01;
	padding: 30px;
}

		.imgbrdlftprimary {
	border-radius: 9px 9px 0 0;
	background-color: #66b100;
	padding: 30px;
}
	
	
	.imgbrdlftor {
	border-radius: 9px 9px 0 0;
	background-color: #d36c26;
	padding: 30px;
}

.imgbrdlftyellow {
	border-radius: 9px 9px 0 0;
	background-color: #e6ae21;
	padding: 30px;
}

.imgbrdlftgreen {
	border-radius: 9px 9px 0 0;
	background-color: #8b8632;
	padding: 30px;
}

.imgbrdlftbrown {
	border-radius: 9px 9px 0 0;
	background-color: #124693;
	padding: 30px;
}
	
	
	h3.online-learning {
		border-radius: 9px 9px 0 0;
		font-size: 20px;
	}
}

.ion-help-circled {
	margin-bottom: 5px;
}
@media only screen and (min-width: 1500px) {
.greybox, .greybox2 {
	background-color: #f7f7f7;
	padding: 5px 10px;
	min-height: 251px;
	border-radius: 0 9px 9px 0;
}
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth, .one-fourth-2, one-fourth3, .one-fifth, .two-thirds-slider,
.one-half, .one-half2, .one-third2,
.one-sixth,
.one-third,.one-third-3,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-third-slide, .one-third-events, .one-third-news {
	float: left;
	margin-left: 1%;
}

.one-third-slide {
	width: 39%;
}

.one-third-events {
width: 36.623931623931625%;
border: 1px solid #ddd;
padding: 5px;
border-radius: 10px;
}

.one-third-events {
	overflow-x: hidden;
}

.one-third-news {
	width: 34.5%;
}

.one-fifth {
	width: 17.9487179487179488%;
}

.one-half2 {
	width: 50%;
	margin: 0 auto;
	float: left;
}

.one-half, 
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.three-fourths-2 {
		width: 77.5862068%;
		float: left;
	}

.one-third2, .one-third-3,
.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.one-fourth3 {
	width: 12.5%;
	margin: 0 auto;
	float: left;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.two-thirds-slider {
	width: 60%;
}

.one-fourth, .one-fourth-2 {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.one-sixth-2 {
	width: 16.6%;
	float: left;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}

.first2 {
	clear: both;
	margin-left: 0;
}


@media only screen and (min-width: 701px) {
	.one-fourth-2 {
		width: 22.413793103448%;
		float: left;
	}
	
	.three-fourths-2 {
		width: 77.5862068%;
		float: left;
	}
}
@media only screen and (max-width: 700px) {
	.one-fourth-2 {
		width: 50%;
		float:left;
		margin-left: 0;
	}
	.three-fourths-2 {
		width: 48%;
		float: left;
	}
	.greybox {
	background-color: #f7f7f7;
	padding: 10px;
}
		.greybox2 {
	background-color: #f7f7f7;
	padding: 10px;
	min-height: 450px !Important;
}
}
	
@media only screen and (max-width: 610px) {
	.three-fourths-2 {
		width: 100%;
		float: left;
	}
	.greybox {
	background-color: #f7f7f7;
	padding: 10px;
	margin-top: -20px;
		border-radius: 0 0 9px 9px !important;
}
	.greybox2 {
		background-color: #f7f7f7;
	padding: 10px;
	margin-top: -20px;
		border-radius: 0 0 9px 9px !important;
		min-height: 350px !important;
}
	.growicon {
		max-width: 150px;
	}
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	font-size: 16px;
	margin-bottom: 15px;
	padding: 5px 20px 30px 5px;
	text-align: left;
	color: #00397d;
	font-weight: 700;
	border-bottom: 1px solid #d3d3d3;
}

.archive-description,
.author-box {
	background-color: #fff
	color: #541b1f !important;
	border-bottom: 2px soild #541b1f;
	font-size: 36px;
	margin-bottom: 40px;
    margin-top: 20px;
}

.author-box-title {
	color: #fff;
	font-size: 24px;
	margin-bottom: 10px;
}

.archive-description p a,
.author-box .author-box-content a {
	color: #fff;
}

.archive-description p a:hover,
.author-box .author-box-content a:hover {
	color: #444;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.site-header .search-form {
	float: left;
	width: 75% !important;
	display: inline-block;
}

#searchform-1 .search-form-input {
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #ddd;
    box-shadow: none;
    font-size: 16px;
    font-weight: 700;
    padding: 8px;
    width: 75% !important;
	display: inline-block;
    margin-bottom: 3px;
}

#searchform-1 input[type="submit"] {
	display: inline-block;
	width: 15%;
	float: left;
}

.entry-content .search-form {
	width: 50%;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Titles
--------------------------------------------- */

.archive-title {
	font-size: 24px;
	color: #599e99;
	border-bottom: 2px solid #599e99;
	margin-bottom: 5px;
}

h1.entry-title {
	font-size: 48px;
	color: #fff;
	background: #599e99;
	border-bottom: 4px solid #330066;
	margin-bottom: 20px;
	padding: 1% 10%;
}


.entry-header-wrapper .wrap {
	max-width: 100%;
	padding: 0 !Important;
}

.entry-title a {
	font-size: 30px;
	background-color: #fff !important;
	color: #00397d;
	padding: 0 !important;
	margin: 0 !important;
}

.entry-title a:hover {
	color: #ff3800;
}

.page-id-9 h2.entry-title {
	display: none;
}
.widget-title {
	font-size: 20px;
	margin-bottom: 20px;
}

.after-entry .widget-title,
.sidebar .widget-title a,
.sidebar .widget-title {
	border-bottom: 2px solid #145b9c;
	color: #145b9c;
	letter-spacing: 1px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-size: 26px;
}

#wpcf7-f159-o1 {
	padding: 10px;
}

.footer-widgets .widget-title {
	color: #fff !important;
	font-weight: 700;
	text-transform: uppercase;
	border-bottom: none !important;
}

.education-pro-home .entry-title, .education-pro-home .entry-meta {
	display: none;
}

.rt-col-sm-3 {
    width: 25% !important;
}

.rt-col-sm-9 {
    width: 70% !important;
}

/* WordPress
--------------------------------------------- */

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

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

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

a.alignnone {
	display: inline-block;
}

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

img.alignnone,
.alignnone {
	margin-bottom: 0px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 12px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 12px 24px;
}

.wp-caption-text {
	font-weight: 700;
	margin: 0;
	text-align: left;
}

.wp-block-image figcaption {
    margin-top: .25em !important;
    margin-bottom: .5em !important;
    color: #555d66;
    text-align: left !important;
    font-size: 13px;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.gallery-caption {
	margin: 0 0 10px;
}

.wp-audio-shortcode,
.wp-playlist,
.wp-video {
    margin: 0 0 28px;
}


/*
Calendar
---------------------------------------------------------------------------------------------------- */
.review-title a {
	color: #000099;
    font-size: 16px;
}
.panel {
	border-bottom: 1px dotted #000;
	padding: 10px 0;
}

.panel:before {
	content: "\f2d1";
	font-family: "Ionicons";
	font-size: 20px;
	margin-right: 5px;
	color: #000099;
}

.calendar {
	padding: 20px;
	border: 1px solid #d3d3d3;
	border-radius: 20px;
}
/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	margin-bottom: 10px;
	overflow: hidden;
	word-wrap: break-word;
}

.widget p:last-child,
.widget ul &gt; li:last-child,
.widget-area .widget:last-of-type {
	margin-bottom: 0;
}

.widget ol &gt; li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	margin-bottom: 0;
	width: 100%;
}

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


.digiicon {
	border-radius: 15px;
	display: block;
	margin: 5px auto 5px;
}
/* Featured Content
--------------------------------------------- */

.featured-content .entry,
.widget .entry {
	background: none;
	border: none;
	box-shadow: none;
	margin-bottom: 10px;
	padding: 0 0 10px;
}

.featured-content .entry-title {
	font-size: 24px;
	margin-bottom: 0;
}

.content .featured-content .entry-header .entry-meta {
	text-align: left;
	margin: 0 0 10px;
}

.content .featured-content .entry-header .entry-meta .entry-time {
	background: none;
	color: #444;
	margin: 0;
	padding: 0;
}

.after-entry .featured-content .entry,
.sidebar .featured-content .entry {
	border-bottom: 1px dotted #ddd;
}

.after-entry .featuredpage .entry,
.sidebar .featuredpage .entry {
	border: none;
	margin: 0;
}

.featured-content ul + .more-from-category {
	margin-top: 10px;
}

.entry-time {
	display:none;
}

/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget,
.widget-area .widget.enews-widget .widget-title {
	color: #fff;
}

.widget-area .widget.enews-widget {
	background-color: #78a7c8;
	border: none;
	padding: 40px;
}

.enews-widget input {
	font-size: 16px;
	margin-bottom: 16px;
}

.enews-widget .enews input[type="submit"] {
	background-color: #fff;
	color: #444;
	margin: 0;
	width: 100%;
}

.enews-widget .enews input:hover[type="submit"] {
	background-color: #34678a;
	color: #fff;
}

.enews form + p {
	margin-top: 24px;
}

.home-bottom .widget.enews-widget {
	clear: both;
	overflow: hidden;
	padding: 0;
}

.home-bottom .enews p {
	float: left;
	margin-bottom: 0;
	width: 31.623931623931625%;
}

.home-bottom .enews p + form {
	float: right;
	width: 65.81196581196582%;
}

.home-bottom .enews-widget input[type="email"] {
	float: left;
	margin-bottom: 0;
	width: 65.81196581196582%;
}

.home-bottom .enews-widget input[type="submit"] {
	float: right;
	width: 31.623931623931625%;
}

.home-bottom .enews input {
	border: none;
}

/* Home Digital Icons
--------------------------------------------- */
.has-small-font-size {
    font-size: 13px;
    margin-bottom: 3px;
}

.digitalicon2 {
	border-radius: 15px;
	padding: 5px 40px;
	display: block;
	margin: 0 auto;
	background-color: #002f56;
}

.digitalicon3 {
	border-radius: 15px;
	padding: 5px 40px;
	display: block;
	margin: 0 auto;
	background-color: #83acc0;
}

.digitalicon4 {
	border-radius: 15px;
	padding: 5px 40px;
	display: block;
	margin: 0 auto;
	background-color: #541b1f;
}

.digitalicon5 {
	border-radius: 15px;
	padding: 5px 40px;
	display: block;
	margin: 0 auto;
	background-color: #f1c433;
}

.digitalicon6 {
	border-radius: 15px;
	padding: 5px 40px;
	display: block;
	margin: 0 auto;
	background-color: #012c67;
}
.digitalicon1:hover, .digitalicon2:hover, .digitalicon3:hover, .digitalicon4:hover, .digitalicon5:hover, .digitalicon6:hover  {
	background-color: #444444;
}

.homeicon:hover {
 -webkit-transform:scale(1.2);
 -ms-transform:scale(1.2);
 transform:scale(1.2)
}

/* Genesis Author Pro
--------------------------------------------- */

.genesis-author-pro.archive .content .breadcrumb ~ .entry {
	margin-top: 10px;
}

/* Genesis Responsive Slider
--------------------------------------------- */
.metaslider.ms-theme-highway .flexslider:not(.filmstrip) ul.flex-direction-nav, .metaslider.ms-theme-highway div.nivo-directionNav {
    position: absolute;
    bottom: 60px !important;
}
.ms-theme-highway {
    padding-bottom: 0 !important;
    opacity: 0;
    transition: opacity .3s;
	margin-bottom: -3px !important;
}

.education-pro-home #genesis-responsive-slider {
	max-width: 100%;
}

.education-pro-home .flexslider {
	max-width: 100%; 
}

.education-pro-home .flexslider .slides img {
	width: 100%; 
}

.education-pro-home #genesis-responsive-slider {
	border: none;
	margin: 0 auto;
	padding: 0;
}

.education-pro-home .slide-excerpt {
	opacity: 1.0;
}

html &gt; body.education-pro-home .slide-excerpt-border {
	border: none;
	color: #ffffff;
	background-color: #541b1f;
	font-size: 32px;
	width: 100%;
	text-align: center;
	text-shadow: 1px 1px #000000;
}

.education-pro-home .slide-excerpt h2 a {
	color: #ffffff;
	text-shadow: 2px 2px #000000;
	font-weight: 600;
	opacity: 1.0 !important;
}

.education-pro-home #genesis-responsive-slider .slide-excerpt h2 a:hover {
	color: #999999;
}
.education-pro-home .home-featured .widget.genesis_responsive_slider {
	background-color: #fff;
	max-width: 100%;
	padding: 0;
}

.home-featured .slide-excerpt {
	margin-right: 60px;
	text-align: left;
}

.home-featured .slide-excerpt .more-link {
	background-color: none !important;
	color: #991B1E;
	font-weight: 700;
	display: inline-block;
	padding: 0px;
	margin: 0;
	text-align: right;
}

.home-featured .slide-excerpt .more-link::after {
	-webkit-font-smoothing: antialiased;
	content: none !important;
	display: inline-block;
	margin-left: 20px;
	vertical-align: middle;
}

.home-featured #genesis-responsive-slider .more-link:hover {
	background-color: none !important;
	color: #fff;
}
.education-pro-home #genesis-responsive-slider .flex-control-nav {
	text-align: left;
}

.education-pro-home #genesis-responsive-slider .flex-control-nav li {
	padding-left: 5px;
	text-indent: 0;
}
.flex-direction-nav li .next {
	right: 0px !important;
}
.flex-direction-nav li .prev {
	left: 0px !important;
}

.margbottom2 {
	margin-bottom: 25px;
}
.slideshow_container_style-light .slideshow_transparent {
    filter: alpha(opacity = 100);
    opacity: 1.0 !important;
}


.soliloquy-container .soliloquy-next, .soliloquy-container .soliloquy-prev {
	border-radius: 50% !important;
}

.owl-theme .owl-controls {
    margin-top: 0 !important;
}

.owl-prev, .owl-next {
    display: none !important;
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
    margin-bottom: 60px !important;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
    max-height: 210px;
}

.owl-carousel .owl-item {
	width: 200px !Important;
}

/*
Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
	background-color: #bedddd;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 304 304' width='304' height='304'%3E%3Cpath fill='%23669999' fill-opacity='0.07' d='M44.1 224a5 5 0 1 1 0 2H0v-2h44.1zm160 48a5 5 0 1 1 0 2H82v-2h122.1zm57.8-46a5 5 0 1 1 0-2H304v2h-42.1zm0 16a5 5 0 1 1 0-2H304v2h-42.1zm6.2-114a5 5 0 1 1 0 2h-86.2a5 5 0 1 1 0-2h86.2zm-256-48a5 5 0 1 1 0 2H0v-2h12.1zm185.8 34a5 5 0 1 1 0-2h86.2a5 5 0 1 1 0 2h-86.2zM258 12.1a5 5 0 1 1-2 0V0h2v12.1zm-64 208a5 5 0 1 1-2 0v-54.2a5 5 0 1 1 2 0v54.2zm48-198.2V80h62v2h-64V21.9a5 5 0 1 1 2 0zm16 16V64h46v2h-48V37.9a5 5 0 1 1 2 0zm-128 96V208h16v12.1a5 5 0 1 1-2 0V210h-16v-76.1a5 5 0 1 1 2 0zm-5.9-21.9a5 5 0 1 1 0 2H114v48H85.9a5 5 0 1 1 0-2H112v-48h12.1zm-6.2 130a5 5 0 1 1 0-2H176v-74.1a5 5 0 1 1 2 0V242h-60.1zm-16-64a5 5 0 1 1 0-2H114v48h10.1a5 5 0 1 1 0 2H112v-48h-10.1zM66 284.1a5 5 0 1 1-2 0V274H50v30h-2v-32h18v12.1zM236.1 176a5 5 0 1 1 0 2H226v94h48v32h-2v-30h-48v-98h12.1zm25.8-30a5 5 0 1 1 0-2H274v44.1a5 5 0 1 1-2 0V146h-10.1zm-64 96a5 5 0 1 1 0-2H208v-80h16v-14h-42.1a5 5 0 1 1 0-2H226v18h-16v80h-12.1zm86.2-210a5 5 0 1 1 0 2H272V0h2v32h10.1zM98 101.9V146H53.9a5 5 0 1 1 0-2H96v-42.1a5 5 0 1 1 2 0zM53.9 34a5 5 0 1 1 0-2H80V0h2v34H53.9zm60.1 3.9V66H82v64H69.9a5 5 0 1 1 0-2H80V64h32V37.9a5 5 0 1 1 2 0zM101.9 82a5 5 0 1 1 0-2H128V37.9a5 5 0 1 1 2 0V82h-28.1zm16-64a5 5 0 1 1 0-2H146v44.1a5 5 0 1 1-2 0V18h-26.1zm102.2 270a5 5 0 1 1 0 2H98v14h-2v-16h124.1zM242 149.9V160h16v34h-16v62h48v48h-2v-46h-48v-66h16v-30h-16v-12.1a5 5 0 1 1 2 0zM53.9 18a5 5 0 1 1 0-2H64V2H48V0h18v18H53.9zm112 32a5 5 0 1 1 0-2H192V0h50v2h-48v48h-28.1zm-48-48a5 5 0 0 1-9.8-2h2.07a3 3 0 1 0 5.66 0H178v34h-18V21.9a5 5 0 1 1 2 0V32h14V2h-58.1zm0 96a5 5 0 1 1 0-2H137l32-32h39V21.9a5 5 0 1 1 2 0V66h-40.17l-32 32H117.9zm28.1 90.1a5 5 0 1 1-2 0v-76.51L175.59 80H224V21.9a5 5 0 1 1 2 0V82h-49.59L146 112.41v75.69zm16 32a5 5 0 1 1-2 0v-99.51L184.59 96H300.1a5 5 0 0 1 3.9-3.9v2.07a3 3 0 0 0 0 5.66v2.07a5 5 0 0 1-3.9-3.9H185.41L162 121.41v98.69zm-144-64a5 5 0 1 1-2 0v-3.51l48-48V48h32V0h2v50H66v55.41l-48 48v2.69zM50 53.9v43.51l-48 48V208h26.1a5 5 0 1 1 0 2H0v-65.41l48-48V53.9a5 5 0 1 1 2 0zm-16 16V89.41l-34 34v-2.82l32-32V69.9a5 5 0 1 1 2 0zM12.1 32a5 5 0 1 1 0 2H9.41L0 43.41V40.6L8.59 32h3.51zm265.8 18a5 5 0 1 1 0-2h18.69l7.41-7.41v2.82L297.41 50H277.9zm-16 160a5 5 0 1 1 0-2H288v-71.41l16-16v2.82l-14 14V210h-28.1zm-208 32a5 5 0 1 1 0-2H64v-22.59L40.59 194H21.9a5 5 0 1 1 0-2H41.41L66 216.59V242H53.9zm150.2 14a5 5 0 1 1 0 2H96v-56.6L56.6 162H37.9a5 5 0 1 1 0-2h19.5L98 200.6V256h106.1zm-150.2 2a5 5 0 1 1 0-2H80v-46.59L48.59 178H21.9a5 5 0 1 1 0-2H49.41L82 208.59V258H53.9zM34 39.8v1.61L9.41 66H0v-2h8.59L32 40.59V0h2v39.8zM2 300.1a5 5 0 0 1 3.9 3.9H3.83A3 3 0 0 0 0 302.17V256h18v48h-2v-46H2v42.1zM34 241v63h-2v-62H0v-2h34v1zM17 18H0v-2h16V0h2v18h-1zm273-2h14v2h-16V0h2v16zm-32 273v15h-2v-14h-14v14h-2v-16h18v1zM0 92.1A5.02 5.02 0 0 1 6 97a5 5 0 0 1-6 4.9v-2.07a3 3 0 1 0 0-5.66V92.1zM80 272h2v32h-2v-32zm37.9 32h-2.07a3 3 0 0 0-5.66 0h-2.07a5 5 0 0 1 9.8 0zM5.9 0A5.02 5.02 0 0 1 0 5.9V3.83A3 3 0 0 0 3.83 0H5.9zm294.2 0h2.07A3 3 0 0 0 304 3.83V5.9a5 5 0 0 1-3.9-5.9zm3.9 300.1v2.07a3 3 0 0 0-1.83 1.83h-2.07a5 5 0 0 1 3.9-3.9zM97 100a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-48 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 48a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 96a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-144a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-96 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm96 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-32 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM49 36a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-32 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM33 68a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-48a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 240a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm80-176a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 48a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm112 176a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-16 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM17 180a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0 16a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm0-32a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zM17 84a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm32 64a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm16-16a3 3 0 1 0 0-6 3 3 0 0 0 0 6z'%3E%3C/path%3E%3C/svg%3E");
	min-height: 140px;
}

#text-11 {
	padding: 10px;
	background-color: rgba(89, 158, 153,0.06);
	border-radius: 15px;
	margin-bottom: 5px;
}

.ubermenu-skin-minimal.ubermenu-horizontal .ubermenu-item-level-0 &gt; .ubermenu-submenu-drop {
    border-top: 1px solid #fff;
    font-size: 16px;
	font-weight: 700;
}
/* Title Area
--------------------------------------------- */

.site-header .wrap {
	max-width: 100%;
	padding-left: 7%;
	padding-right: 7%;
}
.title-area {
	color: #fff;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	text-align: center;
	width: 500px;
}

.header-image .title-area {
	background-color: background-color: #f7f7f7; !important;
	padding: 0;
	margin-top: 10px;
}

.header-image .site-title &gt; a {
	float: left;
	min-height: 125px;
	width: 100%;
}

.site-title {
	font-size: 34px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
}

.site-header .site-title a,
.site-header .site-title a:hover {
	color: #003b57;
}

.site-description {
	backface-visibility: hidden;
	font-size: 16px;
	line-height: 1.3;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}


/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
    float: right;
    text-align: left;
    width: 600px;
    margin-top: 15px;
	background-color: #eaeaea;
	padding: 20px 10px;
	border-radius: 10px;
	border: 1px solid #599e99;
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu {
	clear: both;
	font-size: 16px;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu li a {
	color: #00397d;
	display: block;
	padding: 16px;
	-webkit-backface-visibility: hidden;
}

.genesis-nav-menu .sub-menu .current-menu-item &gt; a:hover,
.genesis-nav-menu li a:hover,
.genesis-nav-menu li.current-menu-item &gt; a {
	background-color: #fff;
	color: #003b57;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 300px;
 z-index: 10;
}

#menu-how {
	border-bottom: 2px solid #444;
}
.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	color: #003b57;
	font-size: 14px;
	padding: 14px 16px;
	position: relative;
	width: 300px;
	z-index: 10;
}

.genesis-nav-menu li .sub-menu li a:hover {
	background-color: #fff;
	color: #444;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -43px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover &gt; .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu &gt; .first &gt; a {
	padding-left: 0;
}

.genesis-nav-menu &gt; .last &gt; a {
	padding-right: 0;
}

.genesis-nav-menu &gt; .right {
	float: right;
	list-style-type: none;
	padding: 0;
}

.genesis-nav-menu &gt; .date,
.genesis-nav-menu &gt; .right &gt; a {
	display: inline-block;
	padding: 16px;
}

.genesis-nav-menu &gt; .rss &gt; a:before,
.genesis-nav-menu &gt; .twitter &gt; a:before {
	-webkit-font-smoothing: antialiased;
	content: "\f303";
	display: inline-block;
	font: normal 14px/1 'dashicons';
	margin-right: 4px;
	vertical-align: top;
}

.genesis-nav-menu &gt; .twitter &gt; a:before {
	content: "\f301";
}

.genesis-nav-menu &gt; .search {
	padding: 5px 0 0;
}

.genesis-nav-menu &gt; .search input {
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 30px;
	border: none;
	color: #fff;
	font-size: 14px;
	padding: 8px 30px;
}

.genesis-nav-menu &gt; .search input:-ms-input-placeholder {
	color: #fff;
}

.genesis-nav-menu &gt; .search input::-moz-placeholder {
	color: #fff;
}

.genesis-nav-menu &gt; .search input::-webkit-input-placeholder {
	color: #fff;
}


#nav_menu-2 a {
	color: #fff;
	font-weight: 700;
	font-size: 18px;
}

#nav_menu-2 a:hover {
	color: #007f5f
}

#nav_menu-2 li::before  {
    content: "\f363";
    font-family: ionicons;
    display: inline-block;
    line-height: 1.5;
    position: relative;
    margin-right: 5px;
	color: #fff;
	font-size: 18px;
}

#nav_menu-2 .current-menu-item &gt; a {
    font-weight: 700;
    color: #007f5f;
}

#nav_menu-3 a {
	color: #fff;
	font-weight: 700;
	font-size: 18px;
}

#menu-about-menu {
	padding: 10px;
}

#nav_menu-3 li::before  {
    content: "\f363";
    font-family: ionicons;
    display: inline-block;
    line-height: 1.5;
    position: relative;
    margin-right: 5px;
	color: #fff;
	font-size: 18px;
}

#nav_menu-4 li::before  {
    content: "\f363";
    font-family: ionicons;
	margin-right: 5px;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu a {
	color: #444;
	padding: 5px 10px;
}

.site-header .genesis-nav-menu .sub-menu a {
	color: #003b57;
	padding: 5px 10px;
}

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

#custom_html-14 {
	font-size: 14px;
	font-weight: 700;
	color: #2362a7;
	margin-top: -5px;
	margin-bottom: 1px;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #fff;
	color: #fff;
	position: relative;
	z-index: 9;
}

.education-pro-home .nav-primary .wrap {
	max-width: 100%;
}

.nav-primary .wrap {
	max-width: 100%;
}

.nav-primary .genesis-nav-menu {
	font-size: 14px;
}

.ubermenu-menu-2 {
	position: relative;
	z-index: 100000 !important;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary .genesis-nav-menu {
	padding-bottom: 10px;
}

.nav-secondary .genesis-nav-menu li a {
	padding: 0 16px 10px;
}

.nav-secondary .genesis-nav-menu li.current-menu-item &gt; a,
.nav-secondary .genesis-nav-menu li.menu-item a:hover {
	background: none;
}

.isotope-dropdown-filter {
	border-radius: 5px;
	margin-bottom: 10px;
}

.iso-search-input {
	border-radius: 5px;
	font-size: 18px;
}
/*
Content Area
---------------------------------------------------------------------------------------------------- */
.metaslider .flexslider {
    background: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    border: 0;
    margin-bottom: 0 !important;
    max-width: none;
    max-height: none;
}

.fileblockbrd {
	border: 1px solid #444;
border-radius: 8px;
padding: 3px 3px 3px 10px;
	font-weight: 700;
}


/*
Research Databases
---------------------------------------------------------------------------------------------------- */

.page-id-619 .rt-detail {
	margin-left: 20px;
}

.page-id-619 .rt-tpg-container .layout2 .rt-holder .rt-img-holder img, .page-id-619 .rt-tpg-container .layout2 .rt-holder .rt-img-holder:hover img { 
	border-radius: 10px;
}

.page-id-619 .rt-holder {
	border-bottom: 1px solid #333;
	padding: 20px 0 0 10px;
}

.page-id-619 .rt-row {
    margin-left: 0;
    margin-right: 0;
}


.rt-tpg-container .layout2 .rt-holder .rt-detail .read-more {
    padding: 3px 5px !important;
    text-align: left !important;
    border-radius: 5px !important;
	float: left;
	background-color: #00397d!important;
	margin-bottom: 10px;
}

.rt-tpg-container .layout2 .rt-holder .rt-detail .read-more:hover {
    padding: 3px 5px !important;
    text-align: left !important;
    border-radius: 5px !important;
	float: left;
	background-color: #ff3800 !important;
	cursor: pointer;
}

.rt-tpg-container .layout2 .rt-holder .rt-detail .read-more a {
    color: #ffffff !Important;
}

#custom_html-18 .rt-tpg-container .layout1 .rt-holder .rt-detail, .rt-tpg-container .isotope1 .rt-holder .rt-detail, .rt-tpg-container .carousel1 .rt-holder .rt-detail {
    background: #ffff;
    padding: 0 !important;
    border-bottom: 1px solid #d3d3d3;
}

#custom_html-18{
    border: 1px solid #f7f7f7;
    border-radius: 5px;
}


#custom_html-18 .rt-tpg-container .rt-detail .entry-title a {
    font-size: 14px !important;
    font-weight: 700 !important;
}


#custom_html-18 .rt-tpg-container .rt-equal-height, .rt-tpg-container .masonry-grid-item, .rt-tpg-container .even-grid-item {
    margin-bottom: 3px !important;
}
#custom_html-18 {
    border: 2px solid #00397d;
    border-radius: 10px;
}

.isotope-dropdown-filter {
	width: 50% !important;
}


.rt-tpg-container .layout1 .rt-holder .rt-detail h3, .rt-tpg-container .isotope1 .rt-holder .rt-detail h3, .rt-tpg-container .carousel1 .rt-holder .rt-detail h3 {
    font-size: 18px !important;
    line-height: 1;
    margin: 0 0 5px !important;
    font-weight: 700 !important;
}

.rt-tpg-container .layout1 .rt-detail .tpg-excerpt, .rt-tpg-container .isotope1 .rt-detail .tpg-excerpt {
    margin-bottom: 10px !important;
	font-size: 14px;
}

.rt-tpg-container .layout1 .rt-holder .rt-detail .read-more, .rt-tpg-container .isotope1 .rt-holder .rt-detail .read-more, .rt-tpg-container .carousel1 .rt-holder .rt-detail .read-more {
    padding: 3px 5px !important;
    text-align: left !important;
    border-radius: 5px !important;
	float: left;
	background-color: #00397d!important;
}

.rt-tpg-container .layout1 .rt-holder .rt-detail .read-more:hover, .rt-tpg-container .isotope1 .rt-holder .rt-detail .read-more:hover, .rt-tpg-container .carousel1 .rt-holder .rt-detail .read-more:hover {
    padding: 3px 5px !important;
    text-align: left !important;
    border-radius: 5px !important;
	float: left;
	background-color: #ff3800 !important;
}

.rt-tpg-container .layout1 .rt-holder .rt-detail .read-more a, .rt-tpg-container .isotope1 .rt-holder .rt-detail .read-more a, .rt-tpg-container .carousel1 .rt-holder .rt-detail .read-more a {
    color: #ffffff !Important;
}

.rt-tpg-container .layout1 .rt-holder .rt-detail, .rt-tpg-container .isotope1 .rt-holder .rt-detail, .rt-tpg-container .carousel1 .rt-holder .rt-detail {
    background: #fff;
    padding: 0 0 15px 0!important;
    border-bottom: 1px solid #333;
}

.rt-col-xs-1, .rt-col-sm-1, .rt-col-md-1, .rt-col-lg-1, .rt-col-xs-2, .rt-col-sm-2, .rt-col-md-2, .rt-col-lg-2, .rt-col-xs-3, .rt-col-sm-3, .rt-col-md-3, .rt-col-lg-3, .rt-col-xs-4, .rt-col-sm-4, .rt-col-md-4, .rt-col-lg-4, .rt-col-xs-5, .rt-col-sm-5, .rt-col-md-5, .rt-col-lg-5, .rt-col-xs-6, .rt-col-sm-6, .rt-col-md-6, .rt-col-lg-6, .rt-col-xs-7, .rt-col-sm-7, .rt-col-md-7, .rt-col-lg-7, .rt-col-xs-8, .rt-col-sm-8, .rt-col-md-8, .rt-col-lg-8, .rt-col-xs-9, .rt-col-sm-9, .rt-col-md-9, .rt-col-lg-9, .rt-col-xs-10, .rt-col-sm-10, .rt-col-md-10, .rt-col-lg-10, .rt-col-xs-11, .rt-col-sm-11, .rt-col-md-11, .rt-col-lg-11, .rt-col-xs-12, .rt-col-sm-12, .rt-col-md-12, .rt-col-lg-12, .rt-col-xs-24, .rt-col-sm-24, .rt-col-md-24, .rt-col-lg-24 {
    position: relative;
    min-height: 1px;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.rt-tpg-container .rt-detail .entry-title a {
    text-decoration: none;
    font-size: 26px !important;
}

.rt-tpg-container .rt-detail .entry-title a:hover {
	color: #ff3800 !important;
}

.row {
  display: flex; /* equal height of the children */
}

/*
Events
---------------------------------------------------------------------------------------------------- */
.s-lc-ea-date:before {
	content: "\f2d1";
	font-family: "Ionicons";
	margin-right: 5px;
	font-size: 22px;
	color: #314150;
}

#api_upc_cid13767_iid5164 li:before {
	content: "\f385";
	font-family: "Ionicons";
	margin-right: 5px;
	font-size: 22px;
	color: #2362a7;
}

#api_upc_cid13767_iid5164 a {
	font-weight: 700;
	line-height: 1.2;
}


#api_upc_cid13767_iid5164 li {
	border-bottom: 1px solid #d3d3d3;
    line-height: 1;
	padding: 5px;
	margin-bottom: 5px;
	list-style-type: none;
	background-color: #f3f7fb;
	
}

/*
Book Slider
---------------------------------------------------------------------------------------------------- */

.bookshelf .slick-slide img {
    -webkit-box-shadow: 2px 2px 8px 0px rgba(68,68,68,1);
-moz-box-shadow: 2px 2px 8px 0px rgba(68,68,68,1);
box-shadow: 2px 2px 8px 0px rgba(68,68,68,1);
    margin: 0 auto;
    border-radius: 8px;

}

.bookshelf.slick-initialized .slick-slide {
    float: none;
    display: inline-block;
    vertical-align: middle;
    padding: 10px 10px !Important;

}

.bookshelf {
    margin-top: 0px;
    margin-left: 30px !Important;
    margin-right: 30px !Important;
    margin-bottom: 30px;
}

.bookshelf img {
    max-width: 100%;
    border: none !important;
    max-height: 250px;
}

.Bookshelves_Widget .ui-tabs-nav li {
    border-width: 0 !important;
    border-color: #000000;
	margin-bottom: 10px;

}
.Bookshelves_Widget .ui-tabs-nav li {
    border-style: solid;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
}

.s-lc-ea-h3 {
	display: none;
}

/* Borders and Containers
--------------------------------------------- */

.greyrd {
	border-radius: 15px;
	border: 1px solid #444;
	padding: 20px;
}
/* Home
--------------------------------------------- */

.accesstext {
	font-weight: 700;
	text-decoration: underline;
}
.home-featured {
	background-color: #ffffff;
	position: relative;
	text-align: left;
	z-index: 1;
	padding: 15px 5px;
}

.home-featured p {
	font-size: 14px;
	line-height: 1.25;
	margin-bottom: 0;
	margin-top: 5px;
}
.home-featured .widget {
	padding: 0;
	margin: 0 auto;
	max-width: 1500px;
}
.home-featured .widget:last-of-type {
}

.education-pro-home .home-featured .widget.genesis_responsive_slider {
	background-color: #fff;
	max-width: 100%;
	padding: 0;
}

.home-featured .slide-excerpt {
	margin: 80px 80px 120px;
	text-align: left;
}

.home-featured .slide-excerpt .more-link {
	background-color: #f5f5f5;
	color: #e44a3c;
	display: block;
	padding: 20px 40px;
	margin: 40px -40px -12px;
	text-align: right;
}

.home-featured .slide-excerpt .more-link::after {
	-webkit-font-smoothing: antialiased;
	content: "\f344";
	display: inline-block;
	font: normal 20px/1 'dashicons';
	margin-left: 20px;
	vertical-align: middle;
}

.home-featured #genesis-responsive-slider .more-link:hover {
	background-color: #e44a3c;
	color: #fff;
}

.top-icon {
	display: block;
	margin: 0 auto 5px;
}

.announcement p {
	margin: 0;
}
.announcement a {
	color: #fff !important;
	font-weight: 700;
	text-decoration: underline;
}
.announcement {
	background-color: #330066;
	color: #fff !important;
	text-align: center;
	padding: 0px 30px;
}

.announcement .widget {
	max-width: 1140px;
	margin: 0 auto;
	font-size: 20px;
	font-family: 'Roboto Condensed', sans-serif;
}



.announcement .widgettitle {
	font-size: 30px;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	margin-bottom: 5px;
	color: #fff;
}
.home-top {
	text-align: center;
	padding: 0;
    position: relative;
	z-index: 8;
}

.home-top .wrap {
	padding: 0;
	position: relative;
	z-index: 8;
	max-width: 100%;
}

.darkbackground {
	background-color:  #314150;
	padding: 30px 0px;
	border-right: 1px solid #fff;
}

.medbackground{
	background-color: #314150;
	padding: 30px 0px;
}

.darkbackground2 {
	background-color:  #314150;
	padding: 30px 0px;
}

.medbackground2{
	background-color: #314150;
	padding: 30px 0px;
}

.ltbackground{
	background-color: #314150;
	padding: 30px 0px;
}




.darkbackground:hover, .darkbackground2:hover, .medbackground:hover, .medbackground2:hover {
	background-color: #2362a7;
}

.museumheader {
	border-radius: 9px 9px 0 0;
	margin-bottom: -10px;
}

.redborder {
	border-right: 1px solid #990000;
	border-left: 1px solid #990000;
	border-bottom: 1px solid #990000;
	margin-top: -30px;
    padding: 15px 15px 0 15px;
	border-radius: 0 0 9px 9px;
	margin-bottom: 25px;
}

.dottedborder {
	border: 1px dotted #444;
	padding: 20px;
	margin-bottom: 35px !important;
	border-radius: 25px;
}

.dotbottop {
	border-bottom: 1px dotted #444;
	border-top: 1px dotted #444;
	padding-bottom: 5px;
	padding-top: 5px;
}

.dotbot {
	border-bottom: 1px dotted #444;
	padding-bottom: 15px;
	padding-top: 5px;
}
.home-featured + .home-top .wrap {
	background-color: #fff;
}

.home-top .widget_text {
	color: #FFF;
	font-size: 18px;
	line-height: 1.1;
	text-align: center;
	font-weight: 700;
	font-family: filson-pro, sans-serif;
}

.home-top .widget_text .widget-title {
	color: #FFF;
	letter-spacing: 2px;
	font-weight: 400;
	font-size: 32px;
}

.home-top a, .home-top a:hover {
	color: #FFF;
}

.home-middle-header h1 {
	font-size: 3rem;
}


.home-middle-header {
	background-color: #f3f7fb;
	color: #333;
	padding: 50px 5% 40px 5%;
	text-align: left;
}


.home-middle-header h2 {
	text-align: center;
	color: #444;
}

.home-middle-header .widget-title {
	font-size: 42px;
	text-align: left;
	margin-bottom: 5px;
	padding-bottom: 5px;
	color: #145b9c;
	border-bottom: 2px solid #00397d;
}

.home-books .widget-title {
	text-align: center;
	font-size: 42px;
}

#w_L445 {
	margin-top: -45px;
}

#custom_html-5 .widget-title {
	text-align: center;
	border-bottom: none;
	font-weight: 700;
	font-size: 42px;
}

.home-middle a {
	color: #fff;
	font-weight: 700;
}
.home-middle a:hover {
	color: #000099 !important;
	font-weight: 700;
}

.home-middle-header .wrap{
	max-width: 100%;
	padding: 0;
}

.home-books .wrap {
	max-width: 100%;
	padding: 60px 2% 0;
}

.home-middle {
	background-color: #f3f7fb;
	color: #0b4282;
	padding: 0;
	margin: 45px 0 0 0;
	alignment-adjust
}

#w_L776 {
	margin-top: -45px;
}
.home-middle .widgettitle {
	font-size: 42px;
	font-weight: 700;
	text-align: center;
}

.home-middle .wrap {
	max-width: 100%;
	padding: 0 2%;
	margin-bottom: 45px;
}


.borrowimg {
	border-radius: 10px;
	display: block;
	margin: 0 auto 15px;
}
.home-bottom {
	background-color: #fff;
	color: #fff;
	padding: 0 0 60px 0;
}

.home-bottom .featured-content .entry-title a,
.home-bottom .widget a,
.home-middle .widget .entry-title a:hover,
.home-middle .widget a:hover {
	color: #fff;
}

.home-bottom a:hover {
	color: #34678a;
}


/* Entries
--------------------------------------------- */
.entry-content a {
	font-weight: 700;
}

}
.entry {
	margin-bottom: 40px;
	padding: 10px;
}
.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

.page-id-306 .entry-content ul, .page-id-2958 .entry-content ul, .page-id-337 .entry-content ul  {
	margin-bottom: 28px;
	margin-left: 0;
}

.entry-content ol &gt; li {
	list-style-type: decimal;
}

.entry-content ul &gt; li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #f5f5f5;
}


.border-grey {
	border: 2px solid #444;
	padding: 0 20px;
	border-radius: 25px;
	margin-bottom: 25px !important;
}


.border-grey-home {
	border: 2px solid #444;
	padding: 20px;
	border-radius: 25px;
	margin-bottom: 25px !important;
	min-height: 505px;
}

p.has-background.teen {
	padding: 0;
	border-radius: 25px;
	text-align: center;
	font-weight: 700;
	line-height: 1;
}


/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 14px;
}

.content p.entry-meta {
	margin-bottom: 0;
	text-align: right;
}

.content .entry-header .entry-meta {
	margin: -10px 0 10px;
}

.content .entry-header .entry-meta .entry-time {
	background-color: #e44a3c;
	color: #fff;
	display: none;
	margin: 0 -40px 0 0;
	padding: 5px 40px 5px 15px;
}

.entry-footer {
	background: #fafafa;
	padding: 20px 40px;
	margin: 12px -40px -40px;
	display: none;
}

.entry-footer .entry-meta {
	font-size: 12px;
}

.entry-footer .entry-meta a {
	color: #444;
}

.entry-footer .entry-meta a:hover {
	color: #e44a3c;
}

.entry-comments-link::before {
	content: "\2F";
	margin: 0 4px 0 0;
}

/* After Entry
--------------------------------------------- */

.after-entry {
	margin-bottom: 40px;
}

/* Pagination
--------------------------------------------- */

.pagination {
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #fff;
	box-shadow: 3px 3px rgba(70, 70, 70, 0.05);
	color: #444;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	padding: 6px 12px;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	color: #e44a3c;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	box-shadow: 3px 3px rgba(70, 70, 70, 0.05);
	font-size: 16px;
	margin-bottom: 40px;
}

.comment-respond {
	padding: 40px 40px 16px;
}

.entry-comments,
.entry-pings {
	padding: 40px;
}

.comment-respond h3,
.entry-comments h3,
.entry-pings h3 {
	color: #e44a3c;
	font-size: 18px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.comment-meta {
	margin-bottom: 28px;
}

li.comment,
li.pingback {
	background-color: #f5f5f5;
}

.comment-content {
	clear: both;
}

.comment-list li {
	padding: 32px 32px 0;
}

.comment-list li.depth-1,
.ping-list li {
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.comment-reply-link {
	color: #e44a3c;
}

.entry-pings .reply {
	display: none;
}

.fn {
	font-weight: 300;
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	padding: 24px;
}

.su-posts-default-loop .su-post-excerpt {
    border-bottom: 1px solid #d3d3d3;
}

.su-posts-default-loop .su-post-excerpt p:last-child {
    margin-bottom: 25px !important;
}

/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
}

.after-entry li,
.sidebar li {
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.after-entry .widget,
.sidebar .widget {
	background-color: #fff;
	padding: 7px;
}

.sidebar .widget:last-of-type {
	margin-bottom: 10px;
}


.border-radius {
	border-radius: 14px;
}

.mobilecalendar {
	display: none;
}

/*
Before Footer
---------------------------------------------------------------------------------------------------- */
.before-footer {
	background-color: #f3f7fb;
	padding-top: 25px;
	padding-bottom: 20px;
	color: #330066;
	font-weight: 700;
}

.before-footer h3 {
	color: #330066;
}

.before-footer .widgettitle {
	font-size: 36px;
	color: #314150;
	margin-bottom: 5px;
	border-bottom: none !important;
}

.before-footer a {
	color: #fff;
}

.before-footer .widget {
	padding: 5px 0;
}

.subscribetext {
	margin-bottom: 0;
}

.smallp {
	font-size: 14px;
	line-height: 1.25;
	margin-bottom: 0;
	margin-top: 5px;
}

/*
Levels
---------------------------------------------------------------------------------------------------- */

.twitter {
	max-height: 800px;
	overflow-y: scroll;
}
/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

#text-12 p {
	line-height: 1.5;
}

#text-12 a {
	font-weight: 400;
}

.strongunder a {
	font-weight: 700;
	text-decoration: underline;
}

.footer-widgets {
	background: #330066;
	padding-top: 50px;
	padding-bottom: 35px;
	line-height: 1.25;
	border-top: 3px solid #599e99;
}

.footer-widgets .widget {
	margin-bottom: 10px;
}
.footer-widgets a {
	color: #fff;
	text-decoration: none;
	font-weight: 700;
}


.footer-widgets .wrap .entry-title a,
.footer-widgets {
	color: #fff;
}

.footer-widgets .widget-title {
	letter-spacing: 1px;
	margin-bottom: 5px;
	line-height: 1;
	font-size: 28px;
	font-weight: 700;
}


#search-2 .widget-title {
	font-size: 18px;
}


.ion-printer {
	color: #00397d;
}

.ion-ios-telephone, .ion-printer, .ion-android-navigate {
	margin-right: 5px;
	font-size: 18px;
}

.footer-widgets a.button,
.footer-widgets .wrap a:hover {
	text-decoration: none;
	font-weight: 700;
}

.footer-widgets a.button:hover {
	background-color: #444444 !important;
	color: #fff !important;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}

.footer-widgets-1 {
	width: 35%;
}

.footer-widgets-2{
	width: 30%;
}

.footer-widgets-3,
.footer-widgets-4,
.footer-widgets-5 {
	width: 25%;
}


.footer-widgets-1,
.footer-widgets-2 {
	margin-right: 5%;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4 {
	float: left;
}

.footer-widgets-5 {
	float: right;
}

.footer-widgets h4 {
	color: #fff;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #330066;
	font-size: 12px;
	padding: 0 0 5px;
	text-align: center;
}

.site-footer,
.site-footer .wrap a {
	color: #fff;
}

.site-footer a.button,
.site-footer .wrap a:hover {
	color: #444;
}

.site-footer p {
	margin-bottom: 0;
}

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

@media only screen and (max-width: 1300px) {
.one-third-events {
	width: 35.2%;
	max-height: 335px;
}
		.one-sixth-2 {
	width: 16.59%;
	float: left;
}
	.eventlist {
		max-height: 400px;
		overflow-y: scroll;
	}
}
@media only screen and (max-width: 1225px) {
	.site-header .widget-area {
    float: right;
    text-align: left;
    width: 500px;
    margin-top: 20px;
}
	
	#target {
    width: 70%;
    display: inline-block;
	}
	
}

@media only screen and (max-width: 1140px) {
	.site-header .widget-area {
    float: right;
    text-align: left;
    width: 400px;
    margin-top: 20px;
}
	
	#qu {
    width: 65%;
    display: inline-block;
	}
	
}

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

	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.content {
		width: 520px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}
	
	.sidebar-primary {
		width: 300px;
	}
	
	.footer-widgets-1 {
		width: 240px;
	}
	
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4,
	.footer-widgets-5 {
		width: 140px;
	}
	.one-sixth-2 {
		width: 49.9%;
}
	
	.darkbackground {
	border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
	padding: 15px 0px;
}

.darkbackground2 {
	background-color: #314150;
	padding: 15px 0px;
}
	

	.one-half2 {
		width: 100%;
		margin: 0;
	}
	
	.growicon {
		max-width: 125px;
	}
}

@media only screen and (max-width: 1160px) {
.footer-widgets {
		padding-top: 40px;
		padding-left: 40px;
	}
	
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4,
	.footer-widgets-5 {
		width: 48.7179%;
		margin: 0 0 20px;
	}
	
	.footer-widgets-2,
	.footer-widgets-4 {
		clear: both;
	}
	
	.footer-widgets-3,
	.footer-widgets-5 {
		margin-left: 2.5641%;
	}
}
@media only screen and (max-width: 1145px) {

		.newssum, .eventscr {
	max-height: auto !important;
	overflow-x: hidden;
		margin-bottom: 35px !important;
}
	
}


@media only screen and (max-width: 1140px) and (min-width: 1024px) {
.compact.compact-1 .ecs-event .summary a {
    font-size: 14px !important;
}
}

@media only screen and (max-width: 1023px) {
	
	.one-third2, .one-fourth3 {
	margin: 0;
		width: 50%;
	}
	
	.education-pro-landing .site-inner,
	.site-inner,
	.wrap {
		max-width: 740px;
	}
    
	.content-sidebar-sidebar .content-sidebar-wrap,
	.content-sidebar-sidebar .content,
	.content,
	.footer-widgets-1,
	.home-bottom .enews p + form,
	.home-bottom .enews p,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.sidebar-sidebar-content .content,
	.site-header .widget-area {
		width: 100%;
	}
	
	.title-area {
		position: relative;
		margin-bottom: 6px;
	}

	.header-image .site-title a {
		background-position: center top !important;
		background-size: contain !important;
		min-height: 75px;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.home-bottom,
	.site-description,
	.site-header .search-form,
	.site-header .title-area,
	.site-title {
		text-align: center;
	}

	.site-header .search-form {
		margin: 16px auto;
	}

	.genesis-nav-menu li.right {
		display: none;
	}
	
	.site-header .genesis-nav-menu a {
		padding: 16px;
	}
	
	.education-pro-home .slide-excerpt {
		font-size: 16px;
		margin: 40px 40px 80px;
	}
	
	html &gt; body.education-pro-home .slide-excerpt-border {
		padding: 20px 20px 0;
	}
	
	.home-featured .slide-excerpt h2 {
		font-size: 24px;
	}
	
	.home-featured .slide-excerpt .more-link {
		padding: 10px 20px;
		margin: 20px -20px 0;
	}
	
	.home-top .wrap {
		padding: 0;
	}
	
	.home-middle .widget {
		width: 50%;
	}
	
	.home-bottom .enews p {
		margin-bottom: 20px;
	}
		
	.home-middle .widget {
		width: 100%;
	}
		.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds, .two-thirds-slider {
		margin: 0;
		width: 100%;
	}
	
		.one-sixth-2 {
		width: 49.8%;
}
	
	.one-third-events {
		width: 96%;
		margin: 25px 0;
		max-height: 100%;
	}
	.dropboxshadow {
		margin: 15px 0;
	}
	
	.eventlist {
		max-height: 100%;
		overflow-y: hidden;
	}
	

	.site-header .widget-area {
    text-align: left;
		margin-bottom: 20px;
		margin-top: 0;
}
	.growbox:hover {
	-webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

 
}
@media only screen and (max-width: 875px) {
	.one-fifth {
		width: 50%;
		margin-left: 0;
	}
	.first2 {
	clear: none;
	margin-left: 0;
}
	.growicon {
		max-width: 225px;
	}
	
	.home-featured {
		padding: 15px 1%;
	}
}
@media only screen and (max-width: 768px) {
	#target {
	max-width: 65%;
	display: inline-block;
	float:left;
}
	#searchbutton {
		margin-top: 0;
}

	.site-header {
		padding: 0;
	}
	.footer-widgets .widget-title {
		margin-top: 15px;
	}
		
	.mobilesmtext {
		font-size: 36px !important;
	}
	.su-tabs.margintop {
    margin-top: -15px;
}
	.home-middle-header {
		padding: 25px 10px 0 10px;
	}
	
	.before-footer, .footer-widgets {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	body {
		font-size: 16px;
	}
	
	.site-inner,
	.wrap {
		padding-left: 2%;
		padding-right: 2%;
	}

	.education-pro-landing .site-inner,
	.site-inner {
		padding-top: 20px;
	}

	.after-entry .widget,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry-comments,
	.entry,
	.sidebar .widget,
	.widget-area .widget.enews-widget {
		margin-bottom: 20px;
	}
	
	.after-entry,
	.sidebar .widget:last-of-type {
		margin-bottom: 20px;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.eventbox {
		border: none;
	}
	
	.metaslider.nav-hidden .flexslider {
    margin-bottom: 20px !important;
}
	

	.education-pro-home .slide-excerpt {
		display: none;
	}
	
	.home-top .wrap {
		margin-left: 0;
		margin-right: 0;
		padding: 0;
	}
	
	.home-top .widget_text {
		font-size: 12px;
	}
	
	
	
	.home-bottom,
	.home-middle {
		padding: 0;
	}
	
	.content .entry-header .entry-meta {
		margin-top: -20px;
	}
	
	.content .entry-header .entry-meta .entry-time {
		margin-right: -20px;
		padding-right: 20px;
	}
	
	.entry-footer {
		padding: 20px;
		margin: 0 -20px -20px;
	}
	
	.pagination {
		margin-top: 20px;
	}
	
	.footer-widgets {
		padding-top: 40px;
	}
	
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4,
	.footer-widgets-5 {
		width: 48.7179%;
		margin: 0 0 20px;
	}
	
	.footer-widgets-2,
	.footer-widgets-4 {
		clear: both;
	}
	
	.footer-widgets-3,
	.footer-widgets-5 {
		margin-left: 2.5641%;
	}
	
	.site-footer {
		padding: 20px 20px 40px;
	}

}
@media only screen and (max-width: 600px) {
	.one-sixth-2 {
		width: 49.7%;
}
	#q {
		width: 60%;
	}
	
	.announcement .widgettitle {
    font-size: 20px;
	}
	
	#qu {
    width: 50%;
    display: inline-block;
}
	
h4.digital {
	text-align: center;
	padding: 10px 0 0 0;
	font-size: 16px;
	margin-bottom: 0px;
}

h4.digital2 {
	text-align: center;
	padding: 0;
	font-size: 10px;
	margin-bottom: 10px;
}
	.ubermenu-subheadingmenu .ubermenu-item-level-0 &gt; .ubermenu-target {
    font-size: 12px !important;
    text-transform: uppercase;
}
	#query {
    display: inline-block;
    width: 65%;
    margin-right: 5px;
}
	
	.site-header .widget-area tbody, .site-header .widget-area td  {
	border: none;
	max-width: 100px;
}
	.growicon {
		max-width: 150px;
	}
}

@media only screen and (max-width: 480px) {
	
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4,
	.footer-widgets-5,
	.home-bottom .enews-widget input[type="email"],
	.home-bottom .enews-widget input[type="submit"],
	.title-area {
		width: 100%;
	}
	
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4,
	.footer-widgets-5 {
		margin: 0 0 20px;
	}
	
	.home-bottom .enews-widget input[type="email"] {
		margin-bottom: 16px;
		text-align: center;
	}


}</pre></body></html>