/******************************************************************
Theme Name: CLOCKSS
Author: Brant Design & Consulting, LLC
Author URI: http://www.brantwebdesign.com
Version: 1.0
******************************************************************/


/****************************
Table of Contents
*****************************
	
	1.1 - General Styles & Font
	1.2 - Colors, Effects, Helper Classes
	1.3 - Beaver Builder
	1.4 - Top Navigation
	1.5 - Footer
	1.6 - Sidebar
	
	2.1 - Home Page
	2.2 - Interior Pages
	2.3 - News Pages
	2.4 - Slick Slider
	
	3.1 - Responsive Styles - Smartphone (Landscape)
	3.2 - Responsive Styles - Tablet (640px+)
	3.3 - Responsive Styles - Tablet (1024px+)
	3.4 - Responsive Styles - Desktop
	3.5 - Responsive Styles - Condensed Navigation
	
	4.1 - Header Image / Banner Sizing

	

/****************************
1.1 - General Styles & Fonts
****************************/
body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
	min-width:300px;
	margin:0px auto;
}
body, p, ul, li, span,
h1, h2, h3, h4, h5, h6 {
	font-family:'Open Sans',Arial,sans-serif;
}
h2 {
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 20px 0;
}
h3 {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 20px 0;
}
*:focus {
	outline:none;
}
.row {
	/* max-width:1290px; */
	max-width:1200px;
}
.off-canvas-content {
	background-color: #fff;
	background-image: url(assets/images/site-bg-1920-4.jpg);
	background-size: 1920px;
	background-attachment: fixed;
	background-position: 50% 0;
	background-repeat: no-repeat;
}
.row.content-block {
	margin: 25px auto;
}

.home .row.content-block {
	padding: 0px 25px !important;
}

.blue-text {
	color: #2c6a85;
	font-weight: 600;
}

.home .row.content-block.no-margin {
	margin: 0 !important;
	padding: 25px !important;
}

#content {
	background: white;
}

.page-template-default #content .row.content-block,
.page-template-page-triggered #content .row.content-block {
	margin-top:0;
}
.column, .columns {
	padding-right: 15px;
	padding-left: 15px;
}
.banner-photo,
.banner-photo-mobile {
	background-size:cover;
	background-position: 50%;
	position:relative;
}
#content {
	margin-top:58px;
	/* max-width:1290px; */
	max-width:1200px;
	margin-left:auto;
	margin-right:auto;
}
#content #inner-content {
	padding:20px 10px;
	position:relative;
}
p {
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 20px;
}
ol, ul {
	margin-bottom:20px;
}
.menu > li > a, 
.menu > li > ul > li > a {
	font-size:17px;
	font-weight:600;
}
/*** IOS7/Foundation Bug Fix ***/
select {
	background-position:100% 50%;
}

/****************************
1.2 - Colors, Effects, Helpers
***************************/
body, p, ul, li,
h1, h2, h3, h4, h5, h6 {
	color:#333;
}
h2,h3 {
	color:#2d6a85;
}
.menu > li > a, 
.menu > li > ul > li > a {
	color:#333;
}
a:hover, .menu > li > a:hover, 
.menu > li > ul > li > a:hover {
	color:#2d6a85;
}
a, .button, button,
input[type="submit"] {
	-webkit-transition: background-color 200ms, color 200ms;
	-moz-transition: background-color 200ms, color 200ms;
	-ms-transition: background-color 200ms, color 200ms;
	-o-transition: background-color 200ms, color 200ms;
	transition: background-color 200ms, color 200ms;
}
.button {
	background-color: transparent;
	border:1px solid #424342;
	border-radius:2px;
	color: #424342;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	letter-spacing:2px;
	padding: 16px 30px;
}
.button:hover, .button:focus {
	background-color:rgba(33, 75, 90, 0.95);
}
.row.content-block {
	background: #FFF;
}
.bg-dark, .row.content-block.bg-dark {
	background-color:#2d6a85;
}
.bg-dark h1, .bg-dark h2, .bg-dark h3, 
.bg-dark h4, .bg-dark h5, .bg-dark h6,
.bg-dark p {
	color:#fff;
}
.bg-dark .button {
	border-color:#eaeaea;
	color:#fff;
}
.bg-dark .button:hover, .bg-dark .button:focus {
	background-color:rgba(72, 112, 185, 0.3);
}
.center {
	text-align:center;
}
.modal-open {
	overflow:hidden;
	height:100%;
	height:100%;
	width:100%;
}
.modal-open #site-header {
	box-shadow:none;
}
.nowrap {
	display:inline-block;
  white-space: nowrap;
}
#mobile-indicator {
	display:block;
}
.margin45 {
	margin-bottom:25px;
}

/****************************
1.3 - Beaver Builder / Foundation Fix
****************************/
.fl-row p {
	margin-bottom:20px;
}
.fl-row h1:after {
	content:'H1 tag should not be used due to potential SEO issues.';
	color:red;
}
.fl-row h1, .fl-row h2 {
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 20px 0;
}
.fl-row h3 {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 20px 0;
}
.fl-row h4 {
	font-size: 18px;
	font-weight:bold;
	letter-spacing: 1px;
	margin: 20px 0;
}
.fl-row h5 {
	font-size: 16px;
	font-weight:bold;
	margin: 20px 0;
}
.fl-row h6 {
	font-size: 16px;
	font-weight:normal;
	margin: 20px 0;
}
.media-frame select {
	height: 38px;
	padding: 0 8px;
}
.wp-core-ui .attachment .filename div {
	padding: 5px 10px;
	font-size: 11px;
	line-height: 1.4;
}
.fl-photo-content img {
	margin:20px 0 40px;
}
.fl-lightbox-wrap select {
	padding:0 8px;
	-webkit-appearance: initial;
	-moz-appearance: initial;
	background-image: none;
	background-size:initial;
	background-position:initial;
	background-origin:initial;
	background-repeat:initial;
}
.fl-accordion-button-label {
	display: table-cell;
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.25px;
	margin: 20px 0;
	color: #2d6a85;
}
.fl-accordion-small .fl-accordion-button {
	padding: 10px 15px;
	background:rgba(45, 106, 133, 0.02);
}
.fl-accordion-small .fl-accordion-content {
	padding: 15px 30px 10px 15px;
}
.fl-accordion-small .fl-accordion-item-active .fl-accordion-button-label {
	color:#fff;
}
.fl-accordion-small .fl-accordion-item-active .fl-accordion-button {
	background-color:#2d6a85;
}
.fl-accordion-small .fl-accordion-item-active .fl-accordion-button-icon {
	opacity:1;
	color:#FFF;
}
@media screen and (max-width:639px) {
	.fl-row h1, .fl-row h2 {
		font-size:20px;
	}
}
/****************************
1.4 - Top Navigation
****************************/
#site-header {
	background-color:rgba(255,255,255,0.9);
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:58px;
	z-index:9999;
	box-shadow:0 0 5px 0 rgba(0, 0, 0, 0.15);
}
.top-bar {
	padding:0;
}
.top-bar, .top-bar ul {
	background-color:transparent;
	position:relative;
	z-index:9999;
}
.top-bar-left img {
	margin-top:7px;
	height:44px;
}
.top-bar-right ul {
	float: right;
	padding: 0;
	margin-top: 8px;
}
.top-bar-left .menu > li > a {
	margin-top: 0;
	padding: 0;
}
.top-bar .menu > li.active > a {
	background:transparent;
	color:#2d6a85;
	font-weight:600;
	position:relative;
}
.top-bar .menu > li > ul > li > a:hover {
	background-color:rgba(128,128,128,.25);
}
.top-bar .top-bar-left, .top-bar  .top-bar-right {
	width:50%;
	position:relative;
	z-index:9999;
}
.top-bar .menu-icon {
	background-image:url('assets/images/menu.svg');
	background-position: 50%;
	background-repeat: no-repeat;
	background-size:contain;
	width:22px;
	height:17px;
	padding:10px;
}
.top-bar .menu-icon.open {
	background-image:url('assets/images/close.svg');
}
.top-bar .menu-icon:after {
	content:none;
}
.top-bar .is-dropdown-submenu {
	position:absolute;
	background-color:#FFF;
}
.off-canvas {
	background-color:#FFF;
}
.off-canvas.position-top {
	display:table;
	height:100%;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}
.off-canvas.is-open.position-top {
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-ms-transform: translate(0);
	-o-transform: translate(0);
	transform: translate(0);
}
.off-canvas .menu > li > a {
	font-size: 16px;
	line-height: 2.5;
	padding: 0;
	text-align: center;
}
.off-canvas .menu > .active > a {
	background:transparent;
	color:#2d6a85;
	font-weight:600;
}
.off-canvas.is-transition-overlap.is-open {
	box-shadow:none;
	z-index:9999;
}
.row.top-navigation {
	width:100%;
}
#menu-top-menu {
	float:right;
}
#menu-top-menu li > a {
	background-color:#87cbac;
	color:#FFF;
	text-transform:uppercase;
	padding: 15px 30px;
	border-right: 2px solid #FFF;
}
#menu-top-menu li > a:hover {
	background-color:#2d6a85;
}
#menu-top-menu li:first-child > a {
	background-color:transparent;
	padding: 15px 15px;
	font-size: 18px;
}
#menu-top-menu li:first-child > a .fa {
	color:#2d6a85;
	-moz-transition:color 300ms;
	-webkit-transition:color 300ms;
	transition:color 300ms;
}
#menu-top-menu li:first-child > a:hover .fa {
	color:#333;
}
#menu-top-menu li:last-child > a {
	background-color:#2d6a85;
	border-right:0;
}
#menu-top-menu li:last-child > a:hover {
	background-color:#1b5873;
}
.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a:after {
	border: 4px inset;
  border-color: #3d3d3d transparent transparent;
	right:15px;
}
.dropdown.menu.medium-horizontal>li.active.is-dropdown-submenu-parent>a:after,
.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a:hover:after {
	border: 4px inset;
	border-color: #3c97bf transparent transparent;
}
/****************************
1.5 - Footer
****************************/
.footer {
	padding-top:0;
	margin-top:0;
}
.footer .row {
	max-width:100%;
}
.footer .tagline {
	background-color:#cfd4c5;
}
.footer .tagline p {
	font-size: 15px;
	line-height: 1;
	padding: 20px;
	margin: 0;
}
.footer .copyright {
	background-color:#FFF;
}
.footer .copyright p {
	color:#4e5048;
	font-size:16px;
	line-height:1;
	padding:20px;
	margin:0;
}
.footer a > .fa {
	color:#fff;
	font-size:18px;	
	padding:15px;
}
.footer a > .fa:hover {
	color:rgba(255, 255, 255, 0.75);
}
.footer .bg-white p {
	font-size:14px;
	padding:8px 0;
	margin:0;
}
/****************************
1.6 - Sidebar
****************************/
.sidebar {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	background: #cfd4c5;
	padding: 30px !important;
}
.sidebar .widget {
	background-color: #fff;
	padding: 20px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	margin-bottom: 30px;
}
.sidebar .widget h4 {
	text-transform: uppercase;
	font-weight: 600;
	text-align: center;
	font-size: 20px;
	letter-spacing: 2px;
	margin-bottom: 15px;
}
.sidebar .widget_recent_entries ul > li {
	margin-bottom: 20px;
}
.sidebar .widget_recent_entries ul > li > a {
	color: #333;
	font-weight: 600;
	font-size: 16px;
}
.sidebar .widget_recent_entries ul > li > a:after {
	content: '\f0da';
	font-family: 'FontAwesome';
	margin-left: 9px;
	font-size: 15px;
	top: 1px;
	position: relative;
}
.sidebar .widget_recent_entries ul > li > a:hover {
	color:#2d6a85;
}
.sidebar .button {
	width: 100%;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 18px;
	font-family: 'Open Sans';
	color: #2d6a85;
	border: 1px solid #ccc;
	padding: 14px;
	margin: 0;
}
.sidebar .button:hover {
	color:#FFF;
}
.sidebar .mc4wp-form input {
	height:50px;
	margin-bottom:20px;
}
.sidebar .mc4wp-form p {
	margin-bottom:0;
}
/****************************
2.1 - Home Page
****************************/
.home h2, .home h3 {
	color:#333;
	letter-spacing:2.5px;
}
.home .bg-dark {
	background-color:#d0d4c5;
}

.home .columns {
	padding: 0px !important;
}

.home .bg-dark p {
	color:#2d2d2d;
	font-size:16px;
	font-weight:300;
	max-width:820px;
	margin-left:auto;
	margin-right:auto;
}
.home .bg-dark h2 {
	color:#2d2d2d;
	margin-bottom:10px;
}
.news-home-section{
	background-image:url('/wp-content/uploads/2023/01/Group-3.png') !important;
	background-size: cover !important;
}
.news-home-section h2 {
	text-align: center;
	margin: 25px;
}
.news-row-title h3 {
	margin: 0px;
}
.home-banner {
	background-image:url('/wp-content/uploads/2023/01/hero-image-1.png');
	display: flex;
	background-position-y: -145px;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}
.no-margin-top {
	margin-top: 0px;
}
.home-banner .banner-text {
	width: 60%;
	text-align: center;
}
.home-buttons {
	display: flex;
	flex-wrap: nowrap;
	gap: 5px;
}
.home-buttons .button {
	background: rgba(33, 75, 90, 0.95) !important;
	flex: 1;
	background: rgba(33, 75, 90, 0.95) !important;
	flex: 1;
	COLOR: WHITE;
	FONT-WEIGHT: BOLD;
}
.home-banner .banner-text  h1 {
	color: #fff;
	font-size: 2.3em;
	font-weight: bold;
}

.home .banner-photo .page-title {
	background:rgba(58, 58, 58, 0.9);
}
/* .home .row.content-block {
	box-shadow: 2px 10px 20px 0px rgba(0, 0, 0, 0.19);
	border-left: 1px solid rgba(0, 0, 0, 0.12);
	border-top: 1px solid #ccccccf2;
} */
.home .content-block .bg-dark {
	overflow:hidden;
}
.home .banner-photo .title-container {
	top:33%;
}
.home .banner-photo .page-title {
	padding: 20px 35px 25px;
	width: auto;
	max-width: 640px;
	border-radius:25px;
}
.home .row.content-block.feature-ribbon {
	margin-top:25px;
}

.flex-info-cards {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.flex-info-cards .info-card {
	flex: 1 1 300px;
	background: #dfe8eb;
	display: flex;
	align-items: center; 
	justify-content: center;
	text-align: center;
	min-height: 100px;
}

.flex-info-cards .info-card p {
	/* color: white; */
	margin-bottom: 0px;
	font-weight: bold;
}

.flex-info-cards .info-card p .large-number {
	color: #87cbac !important;
}

.home .feature-ribbon h2 {
	text-align: center;
	margin-top: 12px;
	margin-bottom:0;
	color: #2d6a85;
}
.home .feature-ribbon p {
	text-align: center;
	margin-top: 2px;
	margin-bottom: 12px;
	color: #2d6a85;
}

.home .news-rows {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
}

.home .news-rows .news-row {
	border-bottom: 4px solid #2c6a85;
	margin-bottom: 20px;
}

.home .news-rows .news-row:last-child {
	border-bottom: none !important;
}

.home .feature-ribbon .news-item a {
	color: #2d6a85;
}
.home .feature-ribbon .news-item a:hover {
	color: #222;
}
.numbers-block, .recent-news {
	padding: 0 40px;
}
.who-uses a:hover {
	color:#1468a0;
}
.feature-block {
	padding: 0 30px;
}
.feature-links .large-6 {
	padding:0 !important;
}
.row.recent-news {
	position:relative;
}
.row.recent-news:before {
	content: "";
	height: 1px;
	position: absolute;
	left: 8%;
	background: #ccc;
	z-index: 999;
	width: 80%;
	top: 15px;
}
.row.numbers-block p {
	font-size:16px;
	font-weight: 600;
	line-height: 1.35;
}

.large-number {
	/*
	font-size:25px;
	letter-spacing: 3px;
	text-transform:uppercase;
	*/
	color: #2d6a85;
	display: block;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.7;
	letter-spacing: 1px;
}

.row.numbers-block .large-number {
	/*
	font-size:25px;
	letter-spacing: 3px;
	text-transform:uppercase;
	*/
	color: #2d6a85;
	display: block;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.7;
	letter-spacing: 1px;
}
.feature-block img {
	background: #FFF;
	border-radius: 100%;
	margin-top: 45px;
	margin: 45px auto;
	display: block;
}
.feature-block .large-10 {
	padding:0 20px !important;
}
.feature-block p {
	line-height: 28px;
	margin-bottom: 0;
}
.news-item p, .news-item a {
	color:#333;
	font-size:16px;
	font-weight:600;
}
.background-blue-color-white a {
	background-color: #87cbac;
	color: #FFF;
	border: none;
}
.color-blue {
	color: #2d6a85 !important;
}
.padding {
	padding: 25px 25px 0px 25px;
}
.news-item a {
	display:block;
}
.news-item a:hover {
	color: #2d6a85;
}
.feature-links a {
	display: block;
	background-color: #999c93;
	padding: 15px 20px;
	text-align: center;
	color: #FFF;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 20px;
	letter-spacing: 3px;
	margin-top: 40px;
	border-right: 2px solid #d0d4c5;
}
.feature-links a:hover {
	background-color:#2d6a85;
}
.university-logos {
	padding:0 75px 0 25px;
	margin-bottom:40px;
}
/****************************
2.2 - Interior Pages
****************************/
.banner-photo-mobile {
	position:relative;
	height:50px;
}
.banner-photo .title-container,
.banner-photo-mobile .title-container {
	position:absolute;
	text-align:center;
	top:0;
	left:0;
	right:0;
}
.banner-photo .page-title,
.banner-photo-mobile .page-title {
	/* background: rgba(58, 58, 58, 0.9); */
	background:rgb(45, 106, 133);
	border-radius: 2px;
	color: #FFF;
	display: inline-block;
	font-size: 22px;
	font-weight: 700;
	padding: 10px;
	margin: 0px auto;
	width: 100%;
	max-width: 100%;
	border-radius: 0;
}
.page-template-default .banner-photo,
.page-template-page-triggered .banner-photo, 
.single .banner-photo, .blog .banner-photo,
.search .banner-photo, .error404 .banner-photo {
	background-image:url('assets/images/interior/interior-bg-1920.jpg');
}
.page-id-18 .banner-photo {
	background-image:url('assets/images/interior/whats-in-clockss-bg-400.jpg');		
}
.page-id-22 .banner-photo,
.page-id-26 .banner-photo,
.page-id-28 .banner-photo {
	background-image:url('assets/images/home/home-bg-1920.jpg');
}
.page-id-39 .banner-photo,
.page-id-42 .banner-photo,
.page-id-58 .banner-photo {
	background-image:url('assets/images/interior/about-clockss-bg-400.jpg');		
}
.page-template-page-triggered .banner-photo, 
.single-triggered_content .banner-photo {
	background-image:url('assets/images/interior/triggered-content-bg-400.jpg');
}
.blog .banner-photo,
.single-post .banner-photo {
	background-image:url('assets/images/interior/news-bg-400.jpg');
	box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5);
}
.page-template-default .row.content-block,
.page-template-page-triggered .row.content-block,
.single .row.content-block, .blog .row.content-block,
.search .row.content-block, .error404 .row.content-block {
	box-shadow: 2px 10px 20px 0px rgba(0, 0, 0, 0.19);
	border-left: 1px solid rgba(0, 0, 0, 0.12);
	margin-top: 0;
	border-top: 1px solid #ccccccf2;
}
.single-triggered_content #main h2 {
	font-size: 20px;
	font-weight: 600;
	text-transform: none;
	letter-spacing: 0.33px;
	margin: 20px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
	padding-bottom: 8px;
}
.single-triggered_content #toc {
	border: 1px solid #ccc;
	background:rgba(222, 222, 222, 0.15);
	padding: 5px 20px;
}
.single-triggered_content #section3 {
	overflow:hidden;
}
.single-triggered_content #section3 .large-6 > strong {
	display:block;
	margin-bottom:15px;
}
.page-id-28 .gform_wrapper {
	margin:0;
	padding: 0 10px;
}
.page-id-28 .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	margin-bottom: 2px;
}
.page-id-28 #gform_submit_button_1 {
	background-color: rgba(33, 75, 90, 0.95);
	color:#FFF;
}
.page-id-28 #gform_submit_button_1:hover,
.page-id-28 #gform_submit_button_1:focus {
	background-color: rgb(25, 61, 74);
}
/****************************
2.3 - News Pages
****************************/
.article-header h2 a {
	color:#2d6a85;
}
.blog .row.collapse .post-excerpt,
.archive.tag .row.collapse .post-excerpt,
.search-results .row.collapse .post-excerpt {
	padding: 10px 25px;
}
.blog .row.collapse .post-thumbnail a,
.archive.tag .row.collapse .post-thumbnail a,
.search-results .row.collapse .post-thumbnail a {
	padding: 15px 0;
	overflow: hidden;
	display: block;
}
.single h1.entry-title {
	text-align: left;
	font-family:'Open Sans',Arial,sans-serif;
	font-weight: 600;
	font-size: 28px;
}
.single #main .byline {
	margin-bottom:28px;
}
.pagination .current {
	background: #2d6a85;
}
.byline {
	color: #333333;
	font-weight: 600;
}
.blog article, .search article,
.search h2.archive-title {
	margin-bottom: 40px;
	border-bottom: 2px solid #ccc;
	padding-bottom: 20px;
}
/****************************
2.4 - Slick Slider
****************************/
.slick-prev:before, .slick-next:before {
	font-family: 'FontAwesome';
	color:#2d6a85;
}
.slick-prev:before {
	content: '\f053';
}
.slick-next:before {
	content: '\f054';
}
.slick-prev {
	left:15px;
}
.slick-next {
	right:15px;
}
/*****************************
2.5 - Reveal Modals
*****************************/
.reveal {
	border-radius: 5px;
}
.reveal-overlay {
	z-index: 9999;
	background-color: rgba(10, 10, 10, 0.75);
}
.reveal-overlay h6 {
	font-weight: 600;
	margin-bottom: 12px;
}
.search-submit {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Open sans';
	background-color: #2d6a85;
	color:#FFF;
}
.search-submit:hover {
	background-color:#87cbac;
}
/*********************************************
 3.1 - Smartphone - 639px and smaller
**********************************************/
@media screen and (max-width:479px) {
	/*** Slick Slider ***/
	.university-logos .slick-slide {
    opacity:0;
		-moz-transition:opacity 300ms;
		-webkit-transition:opacity 300ms;
		transition:opacity 300ms;
	}
	.university-logos img {
    margin: auto;
    max-width: 320px;
    text-align: center;
	}
	.university-logos .slick-slide.slick-current {
		opacity:1;
	}
}
@media screen and (max-width:639px) {
	/*** General ***/
	.nowrap-small {
		white-space:nowrap;
	}
	#site-header .columns {
		padding-left:10px;
		padding-right:10px;
	}
	.column, .columns {
    padding-right: 20px;
    padding-left: 20px;
	}
	.banner-photo .page-title {
		font-size:16px;
	}
	.single .page-title {
		display:none;
	}
	/*** Home Page ***/
	.home .banner-photo {
		height:75vh;
		max-height:360px;
	}
	.home .banner-photo .title-container {
		top: 25%;
    background: rgba(58, 58, 58, 0.85);
	}
	.home .banner-photo .page-title {
		background:transparent;
		font-size:18px;
	}
	.home .row.content-block {
		margin: 0 !important;
	}
	.home .numbers-block,
	.home .bg-dark h2	{
		text-align:center;
	}
	.home .bg-dark h2.divider {
		position:relative;
	}
	.home .bg-dark h2.divider:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    background: rgba(255, 255, 255, 0.9);
    bottom: -15px;
    width: 40px;
    margin: auto;
	}
	.home .numbers-block:nth-child(4) {
		margin-bottom:20px;
	}
	.home .feature-block img {
		margin-bottom:0;
		margin-top:50px;
	}
	.home .feature-links {
		margin-top:40px;
	}
	.home .feature-links a {
		margin-top:2px;
	}
	.home .who-uses h2 {
		text-align:center;
	}
	.home .recent-news {
		padding:10px 25px 25px;
	}
	.home .recent-news:before {
		content:none;
	}
	/*** Footer ***/
	.footer .tagline p,
	.footer .copyright p {
		line-height:1.8;
	}
	.footer .copyright p {
		padding: 20px 0;
    font-size: 15px;
	}
	/*** Sidebar ***/
	.sidebar {
		position:static;
		padding:20px !important;
	}
	.sidebar .widget {
		margin-bottom:20px;
	}
	.sidebar .widget:last-child {
		margin-bottom:0;
	}
}
@media screen and (min-width:480px) and (max-width:639px) {
	.home #content .row.content-block {
    max-width: 480px;
    margin: 25px auto;
    float: none;
	}
	.entry-content {
		max-width: 480px;
		margin: 15px auto;
	}
	.sidebar .widget {
    margin-bottom: 20px;
    max-width: 480px;
    margin: 10px auto 30px;
    margin-right: auto;
	}
}
@media screen and (min-width:480px) and (max-width:639px) and (orientation:portrait) {
	.home .banner-photo {
		max-height:250px;
	}
	.home .banner-photo .title-container {
		top:30%;
	}
}
@media screen and (max-width:639px) and (orientation:landscape) {
	.modal-open #site-header {
		position:relative;
	}
	.modal-open .top-bar .top-bar-left, 
	.modal-open .top-bar  .top-bar-right {
		width:35%;
		position:fixed;
	}
	.modal-open .top-bar .top-bar-left {
		left:0;
	}
	.modal-open .top-bar  .top-bar-right {
		right: 15px;
	}
	.home .banner-photo {
		max-height:220px;
	}
}

/*********************************************
 3.2 - Tablet Styles - 640px+
**********************************************/
@media screen and (min-width:640px) {
	/*** General ***/
	#mobile-indicator {
		display:none;
	}
	.column:first-child, .columns:first-child {
		padding-left:20px;
	}
	.column:last-child, .columns:last-child {
		padding-right:20px;
	}
	.medium-12, .large-12 {
		padding-left:20px;
		padding-right:20px;
	}		
	.top-bar .top-bar-left,
	.top-bar .top-bar-right {
		width:auto;
	}
}
@media screen and (min-width:640px) and (max-width:1023px) {
	/*** General ***/
	#site-header .columns {
		padding-left:10px;
		padding-right:10px;
	}
	.column, .columns {
    padding-right: 20px;
    padding-left: 20px;
	}
	.banner-photo .page-title {
		font-size:16px;
	}
	/*** Home Page ***/
	.home .banner-photo {
		height:75vh;
		max-height:280px;
	}
	.home .banner-photo .title-container {
		top: 33%;
	}
	.home .banner-photo .page-title {
    background: rgba(58, 58, 58, 0.85);
		font-size:20px;
		border-radius:10px;
	}
	.home .row.content-block {
		margin-top:0;
	}
	.home .numbers-block {
		text-align:center;
	}
	.home .bg-dark h2 {
		margin-top:45px;
	}
	.home .bg-dark h2.divider {
		position:relative;
		text-align:center;
	}
	.home .bg-dark h2.divider:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    background: rgba(255, 255, 255, 0.9);
    bottom: -15px;
    width: 40px;
    margin: auto;
	}
	.home .numbers-block:nth-child(4) {
		margin-bottom:20px;
	}
	.home .bg-dark p, .home-bg-dark h2 {
		max-width:480px;
		margin-left:0;
		margin-right:auto;
	}
	.home .feature-block img {
		margin-bottom:0;
		margin-top:50px;
		margin-right:0;
	}
	.home .recent-news p,
	.home .recent-news h2 {
	  max-width: 480px;
    margin-left: auto;
    margin-right: auto;
	}
	.home .feature-links {
		margin-top:40px;
	}
	.home .feature-links a {
		margin-top:2px;
	}
	.home .who-uses h2 {
		text-align:center;
	}
	.home .recent-news {
		padding:10px 25px 25px;
	}
	.home .recent-news:before {
		content:none;
	}
	/*** Footer ***/
	.footer .tagline p,
	.footer .copyright p {
		line-height:1.8;
	}
	.footer .copyright p {
		padding: 20px 0;
    font-size: 15px;
	}
	/*** Sidebar ***/
	.sidebar {
		position:static;
		padding:20px !important;
	}
	.sidebar .widget {
		margin-bottom:20px;
	}
	.sidebar .widget:last-child {
		margin-bottom:0;
	}
}
/*********************************************
 3.3 - Tablet Styles - 1024px+
**********************************************/
@media screen and (max-width:1023px) {
	/*** General ***/
	#mobile-indicator {
		display:block;
	}
	#content #inner-content {
		padding:0;
	}
	/*** Navigation ***/
	#menu-top-menu {
		display:none;
	}
	#menu-main-menu {
		display: table-cell;
    vertical-align: middle;
		background: rgb(45, 106, 133);
	}
	.off-canvas .menu > li > a {
		color:#fff;
	}
	.off-canvas .menu > li > a:hover,
	.off-canvas .menu > li[aria-expanded=true] > a,
	.off-canvas .menu > .active > a	{
		background: rgb(45, 133, 130);
		color: #FFF;
	}
	.off-canvas .menu > li > ul.is-active {
		background:rgb(32, 105, 102);
	}
	.is-accordion-submenu-parent>a:after {
    border-color: #fff transparent transparent;
	}
	.is-accordion-submenu-parent>a:hover:after,
	.off-canvas .menu > li[aria-expanded=true] > a:after {
		border-color: #fff transparent transparent;
	}
	/*** Home Page ***/
	.university-logos {
		padding: 0 35px;
	}
	.university-logos img {
    margin:auto;
	}
	/*** Interior Pages ***/
	.page-template-default .banner-photo-mobile,
	.page-template-page-triggered .banner-photo-mobile, 
	.single .banner-photo-mobile, .blog .banner-photo-mobile,
	.search .banner-photo-mobile, .error404 .banner-photo-mobile {
		background-image:url('assets/images/interior/interior-bg-1920.jpg');
	}
	.page-id-18 .banner-photo-mobile {
		background-image:url('assets/images/interior/whats-in-clockss-bg-1024.jpg');		
	}
	.page-id-39 .banner-photo-mobile,
	.page-id-42 .banner-photo-mobile,
	.page-id-58 .banner-photo-mobile {
		background-image:url('assets/images/interior/about-clockss-bg-1024.jpg');		
	}
	.page-template-page-triggered .banner-photo-mobile, 
	.single-triggered_content .banner-photo-mobile {
		background-image:url('assets/images/interior/triggered-content-bg-1024-1.jpg');	
		background-position: 50% 15%;		
	}
	.blog .banner-photo-mobile,
	.single-post .banner-photo-mobile {
		background-image:url('assets/images/interior/news-bg-1024.jpg');			
	}
	/*** Footer ***/
	.footer .tagline p {
		margin: 0 auto;
    max-width: 640px;
	}
	/*** Slick Slider ***/
	.home .university-logos .slick-slide {
		display:flex;
	}
	.slick-slide::before {
		content: '';
		display: inline-block;
		height: 100%;
		vertical-align: middle;
	}
	.slick-slide img {
		vertical-align: middle;
		display: inline-block;
	}
}
@media screen and (min-width:1024px) {
	/*** General ***/
	#mobile-indicator {
		display:none;
	}
	.column, .columns {
		padding-left:15px;
		padding-right:15px;
	}
	#content {
		margin-top:88px;
	}
	#content #inner-content {
		border-top:0;
		padding:10px;
	}
	/*** Interior Pages ***/
	.page-template-default .banner-photo,
	.page-template-page-triggered .banner-photo, 
	.single .banner-photo, .blog .banner-photo,
	.search .banner-photo, .error404 .banner-photo {
		height: 200px;
		position: absolute;
		right: 0;
		width: 100%;
		top: 0;
	}
	.sidebar .widget_text	{
		margin-top:200px;
	}
	/*** Slick Slider ***/
	.slick-prev {
		/* display:none !Important; */
		z-index:999;
	}
	.home .university-logos .slick-slide {
		display:flex;
		justify-content: center;
    align-items: center;
	}
	.slick-track {
		display: flex;
    align-items: center;
	}
	.slick-slide::before {
		content: '';
		display: inline-block;
		height: 100%;
		vertical-align: middle;
	}
	.slick-slide img {
		vertical-align: middle;
		display: inline-block;
		height:auto;
	}
	/*** Navigation ***/
	.off-canvas .menu {
		display:table-cell;
		vertical-align:middle;
	}
	.off-canvas .menu > li > a {
		font-size: 18px;
		line-height: 3.25;
	}
	.top-bar-left .menu > li > a {
		padding:0;
	}
	.top-bar-right ul {
		padding: 11px 0;
	}
	.top-bar-right .menu > li > a {
		padding:25px 20px;
	}
	.top-bar .menu > li > ul > li > a {
    color: rgba(0,0,0,.87);
    font-size: 15px;
    padding: 10px 30px 10px 20px;
    line-height: 1;
    white-space: nowrap;
	}
	.top-bar .dropdown.menu.medium-horizontal>li.opens-left>.is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
    position: absolute;
    background: #FFF;
    border-radius: 0 0 .28571429rem .28571429rem;
	}
}
/*********************************************
 3.4 - Desktop Styles - 1024px+
**********************************************/
@media screen and (min-width:1024px) and (max-width:1099px) {
	#site-header {
		height:120px;
		-moz-transition: height 300ms;
		-webkit-transition: height 300ms;
    transition: height 300ms;
		box-shadow:none;
	}
	#content {
		margin-top:120px;
	}
	#site-header .top-bar-left img {
		height:44px;
		margin-top: 12px;
	}
	.top-bar-right .menu > li > a {
    padding: 10px 20px 10px 20px;
	}
	#site-header .top-bar-right .menu > .menu-item-has-children > a {
    padding: 15px 30px 15px 20px;
	}
}
@media screen and (min-width:1024px) {
	#site-header .row, .contact-section .row {
		max-width:1200px;
	}
	.entry-content {
		padding-right:20px;
	}
	.contact-section .ajax-loader {
		left:48.5%;
	}
	#content #inner-content {
		min-height:1000px;
		overflow:hidden;
	}
	.nowrap-large {
		white-space:nowrap;
	}
}
@media screen and (min-width:1024px) and (max-width:1200px) {
	.footer .tagline p {
		margin: 0 auto;
    max-width: 640px;
		line-height:1.8;
	}
}
@media screen and (min-width:1100px) {
	#site-header {
		height:145px;
	}
	#content {
		margin-top:145px;
	}
	#site-header .top-bar-right .menu > .menu-item-has-children > a {
		padding:25px 30px 25px 20px;
	}
}
@media screen and (min-width:1100px) and (max-width:1200px) {
	#site-header .top-bar-left img {
    height: 71px;
    margin-top: 10px;
	}
}
@media screen and (min-width:1201px) {
	#site-header .top-bar-left img {
		height: 88px;
		margin-top:0;
	}
}
/*********************************************
 3.5 - Condensed Navigation (on Scroll)
**********************************************/
@media screen and (min-width:1024px) {
	#site-header #menu-top-menu {
    height: 47px;    
    overflow: hidden;
		-moz-transition: height 300ms;
		-webkit-transition: height 300ms;
    transition: height 300ms;
	}
	#site-header .condensed-only {
		display:none;
	}
	#site-header .top-bar-left img {
		-moz-transition: height 300ms;
		-webkit-transition: height 300ms;
    transition: height 300ms;
	}
	#site-header .top-bar-right ul {
		margin-top:0;
		padding:11px 0;
	}
	#site-header .top-bar-right .menu > li > a {
		-moz-transition: padding 300ms, font-size 300ms;
		-webkit-transition: padding 300ms, font-size 300ms;
    transition: padding 300ms, font-size 300ms;
	}
	#site-header.condensed {
		box-shadow:0 0 5px 0 rgba(0, 0, 0, 0.15);
		height:60px;
	}
	#site-header.condensed #menu-top-menu {
		height: 0px;
	}
	#site-header.condensed .top-bar-left img {
		height: 50px;
    margin: 5px 0;
	}
	#site-header.condensed .top-bar-right ul {
		padding:0;
	}
	#site-header.condensed .top-bar-right .menu > li > a {
		padding:22px 22px 22px 20px;
		font-size:15px;
	}
	#site-header.condensed .top-bar-right .menu > .menu-item-has-children > a {
		padding:22px 30px 22px 20px;
	}
	#site-header.condensed .top-bar .menu > li > ul > li > a {
    padding: 10px 30px 10px 20px;
	}
}
/*********************************************
 4.1 - Banner Sizing
**********************************************/
@media screen and (max-width:479px) {
	.banner-photo {
		height: 260px;
    background-position: 30% 0;
    background-size: cover;
	}
	.banner-photo-mobile {
		height: 175px;
    background-position: 50%;
    background-size: cover;
	}
}	
@media screen and (min-width:480px) and (max-width:639px) {
	.banner-photo, .banner-photo-mobile {
		height: 190px;
	}
}
@media screen and (min-width:640px) and (max-width:767px) {
	.banner-photo, .banner-photo-mobile {
		height: 220px;
	}
}
@media screen and (min-width:768px) and (max-width:860px) {
	.banner-photo, .banner-photo-mobile {
		height: 260px;
	}
}
@media screen and (min-width:861px) and (max-width:1023px) {
	.banner-photo, .banner-photo-mobile {
		height: 260px;
	}
}
@media screen and (min-width:1024px) {
	.banner-photo {
		height: 320px;
	}
	.home .banner-photo {
		height: 70vh;
	}	
}
/*** Slider IE Fix ***/
@media all and (-ms-high-contrast:none) {
	.slick-slide img {
		width:100%;
	}
}