  /*
Theme Name: Âé¶¹ÊÓÆµ
Theme URI: http://underscores.me/
Author: Heather Weaver
Author URI: http://hweaver.com
Description: A custom wordpress theme for the Âé¶¹ÊÓÆµ
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nbts
Tags:

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

Âé¶¹ÊÓÆµ is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Layout
3.0 Elements
4.0 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	10.2 Asides
	10.3 Comments
11.0 Infinite scroll
12.0 Media
	12.1 Captions
	12.2 Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

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

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

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

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

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

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

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

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

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

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

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

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
  2.0 Accessibility
  --------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/*--------------------------------------------------------------
  3.0 Layout
  --------------------------------------------------------------*/
.col-group {
	zoom: 1;
}
.col-group:after {
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
	content: ".";
}

.col-group [class*="col-"] {
	padding-left: 2px;
	padding-right: 2px;
	min-height: 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.col-group [class*="push-"],
.col-group [class*="pull-"] {
	position: relative;
}

.col-mb-1 {
	width: 8.33333%;
	float: left;
	padding-right: 2px;
	padding-left: 2px;
}

.col-mb-2 {
	width: 16.66667%;
	float: left;
	padding-right: 2px;
	padding-left: 2px;
}

.col-mb-3 {
	width: 25%;
	float: left;
	padding-right: 2px;
	padding-left: 2px;
}

.col-mb-4 {
	width: 33.33333%;
	float: left;
	padding-right: 2px;
	padding-left: 2px;
}

.col-mb-5 {
	width: 41.66667%;
	float: left;
	padding-right: 2px;
	padding-left: 2px;
}

.col-mb-6 {
	width: 50%;
	float: left;
	padding-right: 2px;
	padding-left: 2px;
}

.col-mb-7 {
	width: 58.33333%;
	float: left;
	padding-right: 2px;
	padding-left: 2px;
}

.col-mb-8 {
	width: 66.66667%;
	float: left;
	padding-right: 2px;
	padding-left: 2px;
}

.col-mb-9 {
	width: 75%;
	float: left;
	padding-right: 2px;
	padding-left: 2px;
}

.col-mb-10 {
	width: 83.33333%;
	float: left;
	padding-right: 2px;
	padding-left: 2px;
}

.col-mb-11 {
	width: 91.66667%;
	float: left;
	padding-right: 2px;
	padding-left: 2px;
}

.col-mb-12 {
	width: 100%;
	float: left;
	padding-right: 2px;
	padding-left: 2px;
}

.container {
	width: 96%;
	max-width: 1200px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 800px) {
	.col-1 {
		width: 8.33333%;
		float: left;
	}

	.col-2 {
		width: 16.66667%;
		float: left;
	}

	.col-3 {
		width: 25%;
		float: left;
	}

	.col-4 {
		width: 33.33333%;
		float: left;
	}

	.col-5 {
		width: 41.66667%;
		float: left;
	}

	.col-6 {
		width: 50%;
		float: left;
	}

	.col-7 {
		width: 58.33333%;
		float: left;
	}

	.col-8 {
		width: 66.66667%;
		float: left;
	}

	.col-9 {
		width: 75%;
		float: left;
	}

	.col-10 {
		width: 83.33333%;
		float: left;
	}

	.col-11 {
		width: 91.66667%;
		float: left;
	}

	.col-12 {
		width: 100%;
		float: left;
	}

	.col-offset-0 {
		margin-left: 0%;
	}

	.col-offset-1 {
		margin-left: 8.33333%;
	}

	.col-offset-2 {
		margin-left: 16.66667%;
	}

	.col-offset-3 {
		margin-left: 25%;
	}

	.col-offset-4 {
		margin-left: 33.33333%;
	}

	.col-offset-5 {
		margin-left: 41.66667%;
	}

	.col-offset-6 {
		margin-left: 50%;
	}

	.col-offset-7 {
		margin-left: 58.33333%;
	}

	.col-offset-8 {
		margin-left: 66.66667%;
	}

	.col-offset-9 {
		margin-left: 75%;
	}

	.col-offset-10 {
		margin-left: 83.33333%;
	}

	.col-offset-11 {
		margin-left: 91.66667%;
	}

	.col-offset-12 {
		margin-left: 100%;
	}

	.col-pull-0 {
		right: 0%;
	}

	.col-pull-1 {
		right: 8.33333%;
	}

	.col-pull-2 {
		right: 16.66667%;
	}

	.col-pull-3 {
		right: 25%;
	}

	.col-pull-4 {
		right: 33.33333%;
	}

	.col-pull-5 {
		right: 41.66667%;
	}

	.col-pull-6 {
		right: 50%;
	}

	.col-pull-7 {
		right: 58.33333%;
	}

	.col-pull-8 {
		right: 66.66667%;
	}

	.col-pull-9 {
		right: 75%;
	}

	.col-pull-10 {
		right: 83.33333%;
	}

	.col-pull-11 {
		right: 91.66667%;
	}

	.col-pull-12 {
		right: 100%;
	}

	.col-push-0 {
		left: 0%;
	}

	.col-push-1 {
		left: 8.33333%;
	}

	.col-push-2 {
		left: 16.66667%;
	}

	.col-push-3 {
		left: 25%;
	}

	.col-push-4 {
		left: 33.33333%;
	}

	.col-push-5 {
		left: 41.66667%;
	}

	.col-push-6 {
		left: 50%;
	}

	.col-push-7 {
		left: 58.33333%;
	}

	.col-push-8 {
		left: 66.66667%;
	}

	.col-push-9 {
		left: 75%;
	}

	.col-push-10 {
		left: 83.33333%;
	}

	.col-push-11 {
		left: 91.66667%;
	}

	.col-push-12 {
		left: 100%;
	}

	.col-group {
		margin-right: -2px;
		margin-left: -2px;
		zoom: 1;
	}
	.col-group:after {
		display: block;
		visibility: hidden;
		height: 0;
		clear: both;
		content: ".";
	}
}
@media (min-width: 1000px) {
	.col-dt-1 {
		width: 8.33333%;
		float: left;
	}

	.col-dt-2 {
		width: 16.66667%;
		float: left;
	}

	.col-dt-3 {
		width: 25%;
		float: left;
	}

	.col-dt-4 {
		width: 33.33333%;
		float: left;
	}

	.col-dt-5 {
		width: 41.66667%;
		float: left;
	}

	.col-dt-6 {
		width: 50%;
		float: left;
	}

	.col-dt-7 {
		width: 58.33333%;
		float: left;
	}

	.col-dt-8 {
		width: 66.66667%;
		float: left;
	}

	.col-dt-9 {
		width: 75%;
		float: left;
	}

	.col-dt-10 {
		width: 83.33333%;
		float: left;
	}

	.col-dt-11 {
		width: 91.66667%;
		float: left;
	}

	.col-dt-12 {
		width: 100%;
		float: left;
	}

	.col-dt-offset-0 {
		margin-left: 0%;
	}

	.col-dt-offset-1 {
		margin-left: 8.33333%;
	}

	.col-dt-offset-2 {
		margin-left: 16.66667%;
	}

	.col-dt-offset-3 {
		margin-left: 25%;
	}

	.col-dt-offset-4 {
		margin-left: 33.33333%;
	}

	.col-dt-offset-5 {
		margin-left: 41.66667%;
	}

	.col-dt-offset-6 {
		margin-left: 50%;
	}

	.col-dt-offset-7 {
		margin-left: 58.33333%;
	}

	.col-dt-offset-8 {
		margin-left: 66.66667%;
	}

	.col-dt-offset-9 {
		margin-left: 75%;
	}

	.col-dt-offset-10 {
		margin-left: 83.33333%;
	}

	.col-dt-offset-11 {
		margin-left: 91.66667%;
	}

	.col-dt-offset-12 {
		margin-left: 100%;
	}

	.col-dt-pull-0 {
		right: 0%;
	}

	.col-dt-pull-1 {
		right: 8.33333%;
	}

	.col-dt-pull-2 {
		right: 16.66667%;
	}

	.col-dt-pull-3 {
		right: 25%;
	}

	.col-dt-pull-4 {
		right: 33.33333%;
	}

	.col-dt-pull-5 {
		right: 41.66667%;
	}

	.col-dt-pull-6 {
		right: 50%;
	}

	.col-dt-pull-7 {
		right: 58.33333%;
	}

	.col-dt-pull-8 {
		right: 66.66667%;
	}

	.col-dt-pull-9 {
		right: 75%;
	}

	.col-dt-pull-10 {
		right: 83.33333%;
	}

	.col-dt-pull-11 {
		right: 91.66667%;
	}

	.col-dt-pull-12 {
		right: 100%;
	}

	.col-dt-push-0 {
		left: 0%;
	}

	.col-dt-push-1 {
		left: 8.33333%;
	}

	.col-dt-push-2 {
		left: 16.66667%;
	}

	.col-dt-push-3 {
		left: 25%;
	}

	.col-dt-push-4 {
		left: 33.33333%;
	}

	.col-dt-push-5 {
		left: 41.66667%;
	}

	.col-dt-push-6 {
		left: 50%;
	}

	.col-dt-push-7 {
		left: 58.33333%;
	}

	.col-dt-push-8 {
		left: 66.66667%;
	}

	.col-dt-push-9 {
		left: 75%;
	}

	.col-dt-push-10 {
		left: 83.33333%;
	}

	.col-dt-push-11 {
		left: 91.66667%;
	}

	.col-dt-push-12 {
		left: 100%;
	}
}
@media (min-width: 1200px) {
	.col-ld-1 {
		width: 8.33333%;
		float: left;
	}

	.col-ld-2 {
		width: 16.66667%;
		float: left;
	}

	.col-ld-3 {
		width: 25%;
		float: left;
	}

	.col-ld-4 {
		width: 33.33333%;
		float: left;
	}

	.col-ld-5 {
		width: 41.66667%;
		float: left;
	}

	.col-ld-6 {
		width: 50%;
		float: left;
	}

	.col-ld-7 {
		width: 58.33333%;
		float: left;
	}

	.col-ld-8 {
		width: 66.66667%;
		float: left;
	}

	.col-ld-9 {
		width: 75%;
		float: left;
	}

	.col-ld-10 {
		width: 83.33333%;
		float: left;
	}

	.col-ld-11 {
		width: 91.66667%;
		float: left;
	}

	.col-ld-12 {
		width: 100%;
		float: left;
	}

	.col-ld-offset-0 {
		margin-left: 0%;
	}

	.col-ld-offset-1 {
		margin-left: 8.33333%;
	}

	.col-ld-offset-2 {
		margin-left: 16.66667%;
	}

	.col-ld-offset-3 {
		margin-left: 25%;
	}

	.col-ld-offset-4 {
		margin-left: 33.33333%;
	}

	.col-ld-offset-5 {
		margin-left: 41.66667%;
	}

	.col-ld-offset-6 {
		margin-left: 50%;
	}

	.col-ld-offset-7 {
		margin-left: 58.33333%;
	}

	.col-ld-offset-8 {
		margin-left: 66.66667%;
	}

	.col-ld-offset-9 {
		margin-left: 75%;
	}

	.col-ld-offset-10 {
		margin-left: 83.33333%;
	}

	.col-ld-offset-11 {
		margin-left: 91.66667%;
	}

	.col-ld-offset-12 {
		margin-left: 100%;
	}

	.col-ld-pull-0 {
		right: 0%;
	}

	.col-ld-pull-1 {
		right: 8.33333%;
	}

	.col-ld-pull-2 {
		right: 16.66667%;
	}

	.col-ld-pull-3 {
		right: 25%;
	}

	.col-ld-pull-4 {
		right: 33.33333%;
	}

	.col-ld-pull-5 {
		right: 41.66667%;
	}

	.col-ld-pull-6 {
		right: 50%;
	}

	.col-ld-pull-7 {
		right: 58.33333%;
	}

	.col-ld-pull-8 {
		right: 66.66667%;
	}

	.col-ld-pull-9 {
		right: 75%;
	}

	.col-ld-pull-10 {
		right: 83.33333%;
	}

	.col-ld-pull-11 {
		right: 91.66667%;
	}

	.col-ld-pull-12 {
		right: 100%;
	}

	.col-ld-push-0 {
		left: 0%;
	}

	.col-ld-push-1 {
		left: 8.33333%;
	}

	.col-ld-push-2 {
		left: 16.66667%;
	}

	.col-ld-push-3 {
		left: 25%;
	}

	.col-ld-push-4 {
		left: 33.33333%;
	}

	.col-ld-push-5 {
		left: 41.66667%;
	}

	.col-ld-push-6 {
		left: 50%;
	}

	.col-ld-push-7 {
		left: 58.33333%;
	}

	.col-ld-push-8 {
		left: 66.66667%;
	}

	.col-ld-push-9 {
		left: 75%;
	}

	.col-ld-push-10 {
		left: 83.33333%;
	}

	.col-ld-push-11 {
		left: 91.66667%;
	}

	.col-ld-push-12 {
		left: 100%;
	}
}
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

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

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
  4.0 Typography
  --------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #232b69;
	font-family: "PT Sans", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

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

h1,
.h1 {
	font-size: 36px;
	font-family: "PT Serif", serif;
	font-style: italic;
}

h2,
.h2 {
	font-size: 24px;
}

h3,
.h3 {
	font-size: 18px;
	font-weight: bold;
}

h4,
.h4 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

h1.page-title {
	color: #8eafd9;
	letter-spacing: 1px;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

a {
	color: #4279bd;
	text-decoration: none;
}
a:hover,
a:focus {
	border-bottom: 1px solid #4279bd;
}

blockquote {
	color: #cf6733;
	font-style: italic;
	font-family: "PT Serif", serif;
	font-size: 28px;
}
@media screen and (max-width: 1028px) {
	blockquote {
		margin-left: 25px;
		margin-right: 25px;
	}
}

.cta {
	display: inline-block;
	height: 100%;
	padding: 0 25px;
}
.cta.purple {
	background-color: #232b69;
}
.cta.purple:hover {
	background-color: #1b224c;
}
.cta.orange {
	background-color: #cf6733;
}
.cta.orange:hover {
	background-color: #b2592c;
}

.inside-field-labels .input {
	display: block;
	position: relative;
}
.inside-field-labels .input span.label {
	position: absolute;
	z-index: 1;
	cursor: text;
	pointer-events: none;
	padding: 0px 7px;
	line-height: 40px;
	margin-left: 2px;
	left: 0px;
}
.inside-field-labels .input input,
.inside-field-labels .input textarea {
	z-index: 0;
	padding: 0px 6px;
	margin: 0px;
	font: inherit;
	line-height: 40px;
	width: 100%;
}

table {
	width: 100%;
	border-bottom: 2px solid #232b69;
	border-collapse: inherit;
}
table td {
	padding: 7px 15px;
	border-right: 2px solid #fff;
}
table td:last-child {
	border-right: 0px;
}
table tr:nth-child(odd) {
	background-color: #d8e3f1;
}
table tr:last-child {
	border-bottom: 2px solid #232b69;
	padding-bottom: 1px;
}
table thead td {
	background-color: #232b69;
	color: #fff;
	text-transform: uppercase;
}

header {
	top: 0;
	width: 100%;
	background-color: #fff;
	height: 165px;
}
header li {
	display: inline-block;
}

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

header .top {
	background-color: #4279bd;
	height: 40px;
	position: relative;
}
header .top:before {
	content: "";
	width: 9%;
	border-bottom: 40px solid #fff;
	border-right: 30px solid transparent;
	height: 0;
	box-sizing: initial;
	position: absolute;
	left: 0;
	top: 0;
}
@media screen and (min-width: 1150px) {
	header .top:before {
		width: 12%;
	}
}
@media screen and (min-width: 1350px) {
	header .top:before {
		width: 15%;
	}
}
@media screen and (min-width: 1650px) {
	header .top:before {
		width: 21%;
	}
}
@media screen and (min-width: 1750px) {
	header .top:before {
		width: 23%;
	}
}
@media screen and (min-width: 1900px) {
	header .top:before {
		width: 24%;
	}
}
header .top .white-rectangle {
	background-color: #fff;
	width: 50%;
}
header .top nav {
	height: 40px;
	float: right;
	background-color: #4279bd;
	z-index: 101;
}
header .top a {
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 40px;
}
header .top a:hover {
	border-bottom: 1px solid #fff;
}
@media screen and (min-width: 1000px) {
	header .top li {
		margin-right: 15px;
	}
}
@media screen and (min-width: 1100px) {
	header .top li {
		margin-right: 25px;
	}
}
header .top li.current-menu-item a {
	border-bottom: 1px solid #fff;
	pointer-events: none;
	cursor: default;
}
header .top ul {
	float: left;
	margin: 0px;
}
header .top i {
	font-size: 14px;
}
header .top .search {
	display: inline-block;
	float: left;
	padding: 0px 25px;
	border-left: 1px solid #aac3e2;
}
header .top .cta.orange {
	margin-left: -5px;
	font-weight: 700;
}

.highlight-news li.menu-item-127 a {
	border-bottom: 1px solid #fff;
}

.post-type-archive-tribe_events .highlight-news li.menu-item-127 a {
	border-bottom: 0;
}

.bottom .sub-menu {
	display: none;
	min-width: 200px;
}
.bottom div.logo {
	background-image: url("/wp-content/themes/nbts/images/full-logo.png");
	height: 91px;
	width: 287px;
	margin-top: 26px;
	float: left;
}
@media screen and (min-width: 1000px) and (max-width: 1300px) {
	.bottom div.logo {
		background-image: url("/wp-content/themes/nbts/images/header-logo-240.png");
		width: 240px;
		height: 76px;
		margin-top: 15px;
	}
}
.bottom nav > ul > li:last-child .sub-menu {
	right: 0px;
}
.bottom ul {
	float: right;
	font-size: 17px;
	font-family: "PT Serif", serif;
	margin-top: 60px;
	margin-bottom: 30px;
}
@media screen and (min-width: 1090px) {
	.bottom ul {
		font-size: 18px;
		margin-top: 59px;
	}
}
@media screen and (min-width: 1150px) {
	.bottom ul {
		font-size: 20px;
		margin-top: 57px;
	}
}
.bottom ul ul.menu {
	margin: 0px;
	padding-left: 0px;
}
.bottom ul ul.menu li {
	margin-left: 0px;
}
.bottom .current_page_item a,
.bottom .current-page-ancestor a,
.bottom .current_page_item .sub-menu a:hover,
.bottom .current_page_item .sub-menu a:active,
.bottom .current_page_item .sub-menu a:focus,
.bottom .current-page-ancestor .sub-menu a:hover,
.bottom .current-page-ancestor .sub-menu a:active,
.bottom .current-page-ancestor .sub-menu a:focus {
	color: #232b69;
	border-bottom: 1px solid #232b69;
}
.bottom .current_page_item .sub-menu a,
.bottom .current-page-ancestor .sub-menu a {
	border-bottom: 0px;
	color: #4279bd;
}
.bottom a {
	text-decoration: none;
	color: #4279bd;
}
.bottom a:hover {
	border-bottom: 1px solid #232b69;
	color: #232b69;
}
.bottom .menu-item-has-children:hover > .sub-menu {
	display: block;
}
.bottom .sub-menu:hover {
	display: block;
}
.bottom li {
	margin-left: 25px;
	position: relative;
}
@media screen and (min-width: 1210px) {
	.bottom li {
		margin-left: 35px;
	}
}
.bottom li:hover .sub-menu {
	display: block;
}
.bottom .sub-menu {
	position: absolute;
	background-color: #fff;
	width: 100%;
	/*
	margin: 0px;
	padding-left: 0px;
	padding-top: 30px;
	padding-bottom: 30px;
	*/
	padding: 30px 20px 15px;
	margin: 0 0 0 -35px;

	border-bottom: 4px solid #4279bd;
	z-index: 3;
}
.bottom .sub-menu li {
	display: block;
	margin-left: 0px;
	padding: 0px 15px;
}
.bottom .sub-menu a {
	font-family: "PT Sans", sans-serif;
	font-size: 16px;
}
.bottom .sub-menu li.menu-item-has-children .sub-menu {
	display: none;
}

span.search {
	position: relative;
}
span.search .search-form {
	position: absolute;
	background-color: #4279bd;
	right: 0;
	width: 325px;
	height: 40px;
	display: none;
}
span.search:hover > .search-form {
	display: block;
}
span.search .search-form:hover {
	display: block;
}
span.search input {
	background-color: #4279bd;
	border: 0px;
	width: 150px;
}
span.search input:focus {
	outline: 0px;
}
span.search .input input {
	padding: 0px;
	width: 275px;
	padding-left: 10px;
}
span.search .input input,
span.search .input span {
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
}
span.search .input {
	width: 286px;
	float: left;
}
span.search input[type="submit"] {
	background-image: url("/wp-content/themes/nbts/images/small-arrow-right-white.png");
	width: 39px;
	height: 40px;
	float: left;
	background-repeat: no-repeat;
	background-position: left center;
}

#mobile-menu-trigger {
	display: none;
}

@media screen and (max-width: 999px) {
	header #header-top-nav,
	header #header-bottom-nav {
		display: none;
	}
	header .top {
		height: 15px;
	}
	header .top:before {
		border-bottom: 15px solid #fff;
		border-right: 10px solid transparent;
		width: 150px;
	}
	header .bottom .logo {
		margin-top: 0px;
		margin-bottom: 20px;
	}
	header #mobile-menu-trigger {
		display: inline-block;
		float: right;
		line-height: 84px;
		font-size: 28px;
	}
	header #mobile-menu-trigger:hover,
	header #mobile-menu-trigger:active,
	header #mobile-menu-trigger:focus {
		border-bottom: 0px;
	}
}
@media screen and (max-width: 999px) {
	header {
		height: 115px;
	}
}
@media screen and (max-width: 500px) {
	header .bottom .logo {
		/*background-image: url("/wp-content/themes/nbts/images/header-logo-220.png");*/
		height: 70px;
		width: 220px;
		background-size: 220px 70px;
	}
	header .bottom #mobile-menu-trigger {
		line-height: 69px;
	}
}
html {
	min-height: 100%;
}

html,
body {
	height: 100%;
}

body {
	background-color: #fff;
	width: 100%;
	height: 100%;
}

.slideout-menu {
	float: right;
	width: 300px;
	height: 100%;
	display: none;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	display: none;
	background-color: #4279bd;
}

.slideout-panel {
	pwidth: 100%;
	z-index: 5;
	right: 0px;
	min-height: 100%;
	position: relative;
}

#mobile-menu {
	font-size: 12px;
}
#mobile-menu a {
	text-decoration: none;
}
#mobile-menu ul {
	list-style-type: none;
	margin: 0px;
	padding-left: 0px;
}
#mobile-menu .sub-menu {
	display: none;
}
#mobile-menu .sub-menu li a {
	padding-left: 50px;
}
#mobile-menu .sub-menu li:last-child a {
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
#mobile-menu .sub-menu i {
	display: none;
}
#mobile-menu li a {
	line-height: 40px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	display: block;
	width: 100%;
	color: #fff;
	padding-left: 25px;
}
#mobile-menu .apply-now-button,
#mobile-menu .donate-button {
	text-align: center;
	color: #fff;
	width: 50%;
	float: left;
}
#mobile-menu .apply-now-button:hover,
#mobile-menu .donate-button:hover {
	border-bottom: 0px;
}
#mobile-menu .apply-now-button {
	background-color: #232b69;
}
#mobile-menu .donate-button {
	background-color: #cf6733;
}
#mobile-menu .apply-now-button,
#mobile-menu .donate-button {
	height: 40px;
	line-height: 40px;
	display: block;
	text-transform: uppercase;
}
#mobile-menu i {
	float: right;
	width: 40px;
	display: inline-block;
	border-left: 1px solid rgba(255, 255, 255, 0.4);
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	margin-right: 25px;
}
#mobile-menu #mobile-main-menu {
	font-family: "PT Serif", serif;
}
#mobile-menu #mobile-main-menu a {
	font-size: 16px;
}
#mobile-menu #mobile-main-menu .sub-menu a {
	font-size: 14px;
}
#mobile-menu #mobile-secondary-menu a {
	text-transform: uppercase;
}
#mobile-menu .search-form .input,
#mobile-menu .search-form span,
#mobile-menu .search-form input[type="text"] {
	height: 60px;
	line-height: 60px;
	margin: 0px;
	border: 0px;
	padding-right: 70px;
	text-transform: uppercase;
	background-color: #eff4fa;
	color: #4279bd;
}
#mobile-menu .search-form form {
	position: relative;
}
#mobile-menu .search-form input[type="text"],
#mobile-menu .search-form span.label {
	margin-left: 10px;
}
#mobile-menu .search-form input[type="text"]:focus,
#mobile-menu .search-form input[type="text"]:active,
#mobile-menu .search-form span.label:focus,
#mobile-menu .search-form span.label:active {
	outline: 0px;
}
#mobile-menu .search-form input[type="submit"] {
	top: 0;
	right: 0;
	height: 60px;
	line-height: 60px;
	width: 60px;
	background-color: #eff4fa;
	position: absolute;
	border: 0px;
	color: #4279bd;
	font-family: "FontAwesome";
	content: "\f002";
	font-size: 12px;
}

footer {
	width: 100%;
	background-color: #232b69;
	overflow: hidden;
	padding: 100px 25px;
	position: relative;
	box-sizing: border-box;
}
@media screen and (max-width: 625px) {
	footer {
		padding: 50px 25px 100px;
	}
}

footer .container {
	position: relative;
	z-index: 4;
}

.logo-shapes {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 305px;
	width: 240px;
	background-image: url("/wp-content/themes/nbts/images/footer-white-shape.png");
	background-position: top right;
	z-index: 3;
}

.footer-column {
	float: left;
}

.footer-column-1 {
	width: 25%;
}

.footer-column-2 {
	width: 8.33%;
}

.footer-column-3,
.footer-column-4,
.footer-column-5,
.footer-column-6 {
	width: 16.66%;
}

.footer-column-6 {
	float: right;
}

@media screen and (max-width: 1075px) {
	.footer-column-1 {
		width: 30%;
	}

	.footer-column-2 {
		width: 3.33%;
	}
}
@media screen and (max-width: 960px) {
	.footer-column-1 {
		width: 44%;
	}

	.footer-column-2 {
		width: 12%;
	}

	.footer-column-6 {
		float: left;
		width: 44%;
	}

	.footer-column-3,
	.footer-column-4,
	.footer-column-5 {
		padding-top: 100px;
	}

	.footer-column-3 {
		padding-left: 10%;
		width: 33.33%;
	}

	.footer-column-4,
	.footer-column-5 {
		width: 23.33%;
	}
}
@media screen and (max-width: 768px) {
	.footer-column-3 {
		padding-left: 0px;
	}

	.footer-column-3,
	.footer-column-4,
	.footer-column-5 {
		width: 33.33%;
	}
}
@media screen and (max-width: 625px) {
	.footer-column-1,
	.footer-column-6,
	.footer-column-3 {
		width: 100%;
	}

	.footer-column-2 {
		display: none;
	}

	.footer-column-4,
	.footer-column-5 {
		width: 50%;
	}

	.footer-column-3,
	.footer-column-4,
	.footer-column-5 {
		padding-top: 0px;
	}
}
footer .logo {
	background-image: url("/wp-content/themes/nbts/images/footer-logo.png");
	width: 288px;
	height: 65px;
	margin-top: -20px;
}
@media screen and (max-width: 625px) {
	footer .logo {
		margin: auto;
	}
}
footer .social-media {
	margin-left: 60px;
	margin-top: 40px;
}
footer .social-media .icon {
	height: 48px;
	width: 48px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	background-color: #8eafd9;
	display: inline-block;
	text-align: center;
	margin-right: 10px;
}
footer .social-media .icon:hover {
	border-bottom: 0px;
	background-color: rgba(142, 175, 217, 0.6);
}
footer .social-media .icon i {
	color: #232b69;
	line-height: 48px;
	font-size: 30px;
	margin-right: 0px;
}
@media screen and (max-width: 625px) {
	footer .social-media {
		margin-left: 0px;
		text-align: center;
	}
}
footer .mailing-list {
	padding-top: 25px;
}
@media screen and (max-width: 625px) {
	footer .mailing-list {
		padding-left: 150px;
	}
}
@media screen and (max-width: 550px) {
	footer .mailing-list {
		padding-left: 75px;
	}
}
@media screen and (max-width: 475px) {
	footer .mailing-list {
		padding-left: 0px;
	}
}
footer .mailing-list p {
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	padding-left: 10px;
	margin-bottom: 5px;
}
footer .mailing-list br {
	display: none;
}
footer .mailing-list span,
footer .mailing-list input[type="email"] {
	font-style: italic;
	font-size: 12px;
	color: #fff;
	line-height: 40px;
	height: 40px;
}
footer .mailing-list input[type="email"] {
	background-color: #181e49;
	border: 0px;
	width: 200px;
	float: left;
	padding-left: 5px;
	border-top-left-radius: 3px;
	-moz-border-top-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	-moz-border-bottom-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
}
footer .mailing-list input[type="email"]:focus,
footer .mailing-list input[type="email"]:active {
	outline: 0px;
}
footer .mailing-list input[type="submit"] {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 0px;
	width: 40px;
	height: 40px;
	background-color: #8eafd9;
	color: transparent;
	border-top-right-radius: 3px;
	-moz-border-top-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	-moz-border-bottom-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	background-image: url("/wp-content/themes/nbts/images/small-arrow-right-blue.png");
	background-repeat: no-repeat;
	background-position: center;
}
footer .mailing-list input[type="submit"]:hover {
	background-color: rgba(142, 175, 217, 0.6);
}

footer .mailing-list .wpcf7-response-output {
	border: 2px solid white;
	color: white;
}

footer a {
	color: #fff;
	text-decoration: none;
}
footer a:hover {
	border-bottom: 1px solid #fff;
}
footer ul {
	list-style-type: none;
	margin: 0px;
	padding-left: 0px;
}
footer li {
	padding-left: 0px;
	margin-bottom: 15px;
}
footer #main-menu {
	font-family: "PT Serif", serif;
}
footer #main-menu ul {
	padding-right: 50px;
}
footer #main-menu .sub-menu {
	display: none;
}
@media screen and (max-width: 625px) {
	footer #main-menu {
		text-align: center;
		margin: 25px 0px;
	}
	footer #main-menu ul {
		padding-right: 0px;
	}
}
footer #secondary-menu,
footer #site-menu {
	font-size: 12px;
	text-decoration: none;
	height: 210px;
}
footer #secondary-menu a,
footer #site-menu a {
	text-transform: uppercase;
}
footer #secondary-menu {
	border-left: 1px solid #1b224c;
	box-sizing: border-box;
}
footer #secondary-menu ul {
	padding-left: 25px;
}
footer #site-menu {
	border-right: 1px solid #1b224c;
	box-sizing: border-box;
}
footer #site-menu ul {
	padding: 0 25px;
}
@media screen and (max-width: 960px) {
	footer #site-menu {
		border-right: 0px;
	}
	footer #secondary-menu {
		border-left: 0px;
	}
}

footer #addresses .h3 {
	color: #8eafd9;
	margin-top: 0px;
	margin-bottom: 15px;
}
footer #addresses .h3.bottom-title {
	margin-top: 25px;
}
footer #addresses .address {
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
	margin-top: 0px;
	margin-bottom: 15px;
}
footer #addresses .h3,
footer #addresses .address {
	padding-left: 50px;
}
@media screen and (max-width: 625px) {
	footer #addresses {
		text-align: center;
		padding-top: 25px;
	}
	footer #addresses .h3,
	footer #addresses .address {
		padding-left: 0px;
	}
}

.header-image {
	background-color: #232b69;
	width: 100%;
	position: relative;
}
.header-image img {
	margin: auto;
	width: 100%;
	display: block;
}
.header-image .image-holder {
	width: 100%;
	margin: auto;
	position: relative;
}
.header-image .shape-holder {
	width: 100%;
	margin: auto;
	position: relative;
	max-width: 1500px;
}
.header-image .shape-holder .shapes {
	background-image: url("/wp-content/themes/nbts/images/header-blue-shape-lp.png");
	position: absolute;
	left: 0;
	bottom: 0;
	width: 197px;
	height: 408px;
}
@media screen and (max-width: 1450px) {
	.header-image .shape-holder .shapes {
		background-size: contain;
		background-repeat: no-repeat;
		width: 147px;
		background-position-y: bottom;
	}
}
@media screen and (max-width: 1200px) {
	.header-image .shape-holder .shapes {
		margin-left: -32px;
	}
}
@media screen and (max-width: 1050px) {
	.header-image .shape-holder .shapes {
		width: 97px;
		margin-left: -20px;
	}
}
@media screen and (max-width: 700px) {
	.header-image .shape-holder .shapes {
		width: 77px;
		margin-left: -17px;
	}
}
@media screen and (max-width: 550px) {
	.header-image .shape-holder .shapes {
		display: none;
	}
}
.header-image.small-header {
	background-color: #aac3e2;
}
.header-image.small-header .shapes {
	background-image: url("/wp-content/themes/nbts/images/short-blue-logo-shapes.png");
	width: 180px;
	height: 164px;
	left: -2px;
}
@media screen and (max-width: 1100px) {
	.header-image.small-header .shapes {
		display: none;
	}
}

.sidebar-page-content {
	margin-top: -100px;
	position: relative;
	padding-bottom: 100px;
}
@media screen and (max-width: 999px) {
	.sidebar-page-content {
		padding-bottom: 25px;
	}
}
.sidebar-page-content .child-menu.sub-landing-page .current-menu-item .sub-menu a {
	font-size: 0.9em;
	color: #232b69;
}
.sidebar-page-content .child-menu.sub-landing-page .current-menu-item .sub-menu .menu-item-has-children a:before {
	color: #232b69;
}
.sidebar-page-content.short-header {
	margin-top: -50px;
}
.sidebar-page-content.short-header .primary-content {
	padding-top: 50px;
}
.sidebar-page-content .container {
	position: relative;
}
.sidebar-page-content .sidebar {
	background-color: #fff;
	border-top: 4px solid #4279bd;
	border-left: 1px solid #ececec;
	box-shadow: 3px 0px 2px -2px #bcbcbc;
	-webkit-box-shadow: 3px 0px 2px -2px #bcbcbc;
	padding-bottom: 30px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
}
@media screen and (max-width: 999px) {
	.sidebar-page-content .sidebar {
		margin-left: 16.6667%;
	}
}
@media screen and (max-width: 768px) {
	.sidebar-page-content .sidebar {
		margin-left: 8.333333%;
	}
}
.sidebar-page-content .sidebar h1 {
	padding: 25px;
	margin: 0px;
	font-style: initial;
	color: #232b69;
	line-height: 120%;
}
.sidebar-page-content .sidebar ul {
	list-style-type: none;
	padding-left: 35px;
	padding-right: 35px;
}
.sidebar-page-content .primary-content {
	padding-top: 100px;
	padding-right: 25px;
}
@media screen and (max-width: 999px) {
	.sidebar-page-content .primary-content {
		padding-left: 25px;
	}
}
.sidebar-page-content .child-menu .sub-menu {
	width: initial;
}
.sidebar-page-content .child-menu .sub-menu .sub-menu,
.sidebar-page-content .child-menu.landing-page .current-menu-item > a,
.sidebar-page-content .child-menu .sub-menu .sub-menu .sub-menu,
.sidebar-page-content .child-menu.sub-landing-page .current-page-parent > a,
.sidebar-page-content .child-menu.sub-sub-landing-page .current-menu-ancestor > a {
	display: none;
}
.sidebar-page-content .child-menu .sub-menu .menu-item-has-children > a:before {
	font-family: "FontAwesome";
	content: "\f0da";
	margin-right: 10px;
	color: #cf6733;
}
.sidebar-page-content .child-menu i {
	color: #cf6733;
	margin-right: 5px;
}
.sidebar-page-content .child-menu .sub-menu .sub-menu {
	font-size: 0.9em;
}
.sidebar-page-content .child-menu.sub-landing-page .current-menu-item i:before,
.sidebar-page-content .child-menu.sub-sub-landing-page .current-menu-item i:before,
.sidebar-page-content .child-menu.sub-sub-sub-landing-page .current-menu-item i:before {
	font-family: "FontAwesome";
	content: "\f0da";
}
.sidebar-page-content .child-menu.sub-landing-page .current-menu-item .sub-menu {
	display: block;
}
.sidebar-page-content .child-menu.sub-landing-page .current-menu-item .sub-menu .sub-menu {
	display: none;
}

.child-menu .sub-menu .current_page_item .sub-menu a {
	color: #232b69;
}

.child-menu .current_page_item > a {
	color: #232b69;
	text-decoration: underline;
}

.child-menu a:hover,
.child-menu a:focus,
.child-menu a:active {
	border-bottom: 0px !important;
}

.child-menu .current_page_item > a:hover,
.child-menu .current_page_item > a:active,
.child-menu .current_page_item > a:focus {
	border-bottom: 0px;
}

.sidebar-page-content .child-menu .sub-menu .menu-item-has-children.current_page_item > a:before,
.sidebar-page-content
	.child-menu.sub-sub-landing-page
	.sub-menu
	> .current-page-ancestor.current-page-parent
	> a:before,
.sidebar-page-content
	.child-menu.sub-sub-landing-page.sub-sub-sub-landing-page
	.sub-menu
	.current-page-ancestor.menu-item-has-children
	> a:before,
.sidebar-page-content
	.child-menu.sub-sub-landing-page.sub-sub-sub-landing-page
	.sub-menu
	.current_page_ancestor.menu-item-has-children
	> a:before,
.sidebar-page-content .child-menu.sub-landing-page .current-menu-item  > a:before {
	text-decoration: none;
	display: inline-block;
	font-family: "FontAwesome";
	content: "\f0d7" !important;
	margin-right: 5px;
}

.sidebar-page-content
	.child-menu.sub-sub-landing-page.sub-sub-sub-landing-page
	.sub-menu
	> .current-page-ancestor.current-page-parent
	> a:before {
	content: "" !important;
}
.sidebar-page-content .child-menu .sub-menu .sub-menu .menu-item-has-children > a:before {
	color: #232b69;
}
.sidebar-page-content .child-menu.sub-sub-landing-page .current-menu-parent .sub-menu,
.sidebar-page-content
	.child-menu.sub-sub-landing-page
	.current-menu-parent
	.sub-menu
	.current_page_item.menu-item-has-children
	.sub-menu {
	display: block;
}

.sidebar-page-content .child-menu.sub-sub-landing-page .current-menu-parent .sub-menu .sub-menu {
	display: none;
}

.sidebar-page-content .child-menu.sub-sub-landing-page .current-menu-ancestor .current-menu-ancestor > a,
.sidebar-page-content
	.child-menu.sub-sub-sub-landing-page.sub-sub-landing-page
	.current-menu-ancestor
	.current-menu-ancestor
	.sub-menu {
	display: block !important;
}
.sidebar-page-content .divider {
	width: 75%;
	max-width: 150px;
	height: 2px;
	margin: 50px auto;
}
@media screen and (max-width: 1028px) {
	.sidebar-page-content .divider {
		max-width: 700px;
		width: 80%;
	}
}
.sidebar-page-content .divider.light-blue {
	background-color: #aac3e2;
}
.sidebar-page-content .divider.dark-blue {
	background-color: #4279bd;
}
@media screen and (max-width: 1028px) {
	.sidebar-page-content .quick-links-menu {
		max-width: 400px;
		margin: auto;
	}
}
.sidebar-page-content .quick-links-menu li {
	margin-bottom: 7px;
}
.sidebar-page-content .quick-links-menu a {
	text-decoration: none;
	color: #cf6733;
}
.sidebar-page-content .quick-links-menu a:hover {
	border-bottom: 1px solid #cf6733;
}
.sidebar-page-content .quick-links-menu .additional-quick-links {
	margin-top: -10px;
}
.sidebar-page-content .faculty-highlight p {
	margin: 0px;
	padding-left: 25px;
	padding-right: 25px;
}
.sidebar-page-content .faculty-highlight img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: auto;
}
.sidebar-page-content .faculty-highlight .h4 {
	margin-bottom: 10px;
}
.sidebar-page-content .faculty-highlight .h2,
.sidebar-page-content .faculty-highlight span.medium-blue {
	color: #4279bd;
}
.sidebar-page-content .faculty-highlight .h2,
.sidebar-page-content .faculty-highlight .teaches {
	margin-bottom: 10px;
	margin-top: 10px;
}
.sidebar-page-content .faculty-highlight .teaches {
	color: #8eafd9;
	text-transform: uppercase;
	font-size: 14px;
}
@media screen and (max-width: 1028px) {
	.sidebar-page-content .faculty-highlight .bold {
		max-width: 450px;
		margin: auto;
	}
}
.sidebar-page-content .sub-sub-landing-page.child-menu .sub-menu .current-page-ancestor a {
	color: #232b69;
}
.archive-list {
	list-style-type: none;
	margin-top: -25px;
}
.archive-list .archive-year {
	color: #232b69;
	margin-top: 50px;
	font-weight: bold;
}
.archive-list a {
	color: #4279bd;
	text-decoration: none;
	font-family: "PT Serif", serif;
}
.archive-list a:hover {
	border-bottom: 1px solid #4279bd;
}

.sidebar-sharing {
	text-align: center;
	padding: 0 25px;
	margin-bottom: 50px;
}
.sidebar-sharing li {
	display: inline-block;
}
.sidebar-sharing li:first-child {
	margin-right: 10px;
}
.sidebar-sharing a {
	width: 40px;
	height: 40px;
	display: inline-block;
	background-color: #8eafd9;
	color: #fff;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	text-align: center;
	line-height: 40px;
	font-size: 24px;
}
.sidebar-sharing a:hover {
	border-bottom: 0px;
	background-color: rgba(142, 175, 217, 0.6);
}
.sidebar-sharing .h4 {
	margin-bottom: 0px;
}

.primary-content .yarpp-related {
	display: none;
}

.news-item.related-post {
	border-bottom: 0px;
	width: 90%;
	max-width: 250px;
	margin: auto;
}
.news-item.related-post a {
	color: #4279bd;
	font-size: 16px;
}
.news-item.related-post .date {
	width: 70px;
	margin-right: 20px;
	border-right: 1px solid #8eafd9;
}

.landing-page-content .container {
	position: relative;
}

.breadcrumbs-before {
	position: absolute;
	height: 40px;
	background-color: #aac3e2;
	width: 10000px;
	left: 0;
	margin-left: -9950px;
	top: 100px;
}

.short-header .breadcrumbs-before {
	top: 50px;
}

.breadcrumbs {
	height: 40px;
	line-height: 40px;
	background-color: #aac3e2;
	display: inline-block;
	position: relative;
	margin-bottom: 20px;
}
.breadcrumbs:after {
	position: absolute;
	right: 0;
	top: 0;
	content: "";
	width: 0px;
	border-bottom: 40px solid #aac3e2;
	border-right: 30px solid transparent;
	margin-right: -30px;
}
.breadcrumbs i {
	color: #4279bd;
}
.breadcrumbs a:hover i {
	color: #232b69;
}
.breadcrumbs .title {
	line-height: 40px;
	margin-right: 50px;
	text-transform: uppercase;
	color: #232b69;
	font-size: 12px;
	font-weight: bold;
	margin-left: 10px;
}
.breadcrumbs .parent a {
	color: #4279bd;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 40px;
	margin-left: 5px;
	font-size: 12px;
	font-weight: bold;
}
.breadcrumbs .parent a:hover {
	border-bottom: 1px solid #4279bd;
}
.breadcrumbs .parent + .title {
	margin-left: 5px;
}

@media screen and (max-width: 640px) {
	.breadcrumbs-before,
	.breadcrumbs {
		display: none;
	}
}
.news-item {
	width: 95%;
	padding-bottom: 40px;
	border-bottom: 1px solid #aac3e2;
	margin-bottom: 40px;
	overflow: hidden;
	margin-right: 5%;
}
.news-item a {
	color: #4279bd;
	font-size: 24px;
	text-decoration: none;
}
.news-item a:hover {
	border-bottom: 1px solid #4279bd;
}
.news-item p {
	margin-bottom: 0px;
}
.news-item .date {
	width: 10%;
	float: left;
	text-align: center;
	padding-right: 10px;
	box-sizing: border-box;
}
.news-item .date .date-entry {
	margin-top: 15px;
}
.news-item .date .month {
	color: #4279bd;
	text-transform: uppercase;
}
.news-item .date .day {
	color: #232b69;
	font-family: "PT Serif", serif;
	font-size: 36px;
	position: relative;
	top: -10px;
}
.news-item .information {
	width: 90%;
	float: left;
}

.pagination {
	text-align: center;
}
.pagination .icon-link {
	font-family: "FontAwesome";
}
.pagination li {
	display: inline-block;
	margin: 0 10px;
}
.pagination a {
	color: #4279bd;
	text-decoration: none;
}
.pagination a:hover {
	border-bottom: 1px solid #4279bd;
}
.pagination .active a {
	color: #232b69;
	border-bottom: 1px solid #232b69;
	pointer-events: none;
	cursor: default;
}
.pagination .active a:hover {
	border-bottom: 1px solid #232b69;
}

figure {
	margin: 0px;
}

.wp-caption-text {
	font-size: 14px;
	font-style: italic;
	color: #4279bd;
	text-align: center;
	margin-bottom: 25px;
}

.homepage-slider {
	background-color: #232b69;
}
.homepage-slider .slider-holder {
	width: 100%;
	margin: auto;
	position: relative;
}
.homepage-slider #soliloquy-container-27 {
	margin: auto;
}
.homepage-slider #soliloquy-container-27 .soliloquy-wrapper:before {
	background-image: url("/wp-content/themes/nbts/images/slider-blue-shape.png");
	width: 292px;
	height: 605px;
	position: absolute;
	left: 50px;
	bottom: 0px;
	z-index: 999;
	content: "";
	background-size: contain;
	background-repeat: no-repeat;
}
@media screen and (max-width: 1500px) {
	.homepage-slider #soliloquy-container-27 .soliloquy-wrapper:before {
		left: 0px;
		height: 505px;
		background-position-x: -53px;
	}
}
@media screen and (max-width: 1200px) {
	.homepage-slider #soliloquy-container-27 .soliloquy-wrapper:before {
		height: 405px;
		background-position-x: -42px;
	}
}
@media screen and (max-width: 950px) {
	.homepage-slider #soliloquy-container-27 .soliloquy-wrapper:before {
		height: 305px;
		background-position-x: -32px;
	}
}
@media screen and (max-width: 700px) {
	.homepage-slider #soliloquy-container-27 .soliloquy-wrapper:before {
		height: 205px;
		background-position: -21px;
	}
}
@media screen and (max-width: 400px) {
	.homepage-slider #soliloquy-container-27 .soliloquy-wrapper:before {
		display: none;
	}
}
.homepage-slider .soliloquy-controls-direction {
	width: 96%;
	max-width: 1200px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.homepage-slider .soliloquy-controls-direction .soliloquy-prev,
.homepage-slider .soliloquy-controls-direction .soliloquy-next {
	z-index: 999 !important;
	background-color: transparent;
	width: 20px;
	height: 48px;
	margin-top: -24px;
}
.homepage-slider .soliloquy-controls-direction .soliloquy-prev:hover,
.homepage-slider .soliloquy-controls-direction .soliloquy-next:hover {
	border-bottom: 0px;
}
.homepage-slider .soliloquy-controls-direction .soliloquy-prev {
	background-image: url("/wp-content/themes/nbts/images/slider-arrow-left.png");
}
.homepage-slider .soliloquy-controls-direction .soliloquy-next {
	background-image: url("/wp-content/themes/nbts/images/slider-arrow-right.png");
}
.homepage-slider .soliloquy-container .soliloquy-caption {
	top: 40%;
	bottom: auto;
	background-color: transparent;
	margin-left: 350px;
	text-align: left;
	width: 40%;
}
@media screen and (max-width: 1200px) {
	.homepage-slider .soliloquy-container .soliloquy-caption {
		top: 20%;
	}
}
.homepage-slider .soliloquy-container .soliloquy-caption .soliloquy-caption-inside {
	text-align: left;
}
.homepage-slider .soliloquy-container .soliloquy-caption .slider-title {
	font-size: 72px;
}
.homepage-slider .soliloquy-container .soliloquy-caption .slider-sub-title {
	font-size: 36px;
	margin-top: 25px;
}
@media screen and (max-width: 1100px) {
	.homepage-slider .soliloquy-container .soliloquy-caption {
		width: 50%;
		margin-left: 250px;
	}
	.homepage-slider .soliloquy-container .soliloquy-caption .slider-title {
		font-size: 60px;
	}
}
@media screen and (max-width: 850px) {
	.homepage-slider .soliloquy-container .soliloquy-caption {
		margin-left: 175px;
	}
	.homepage-slider .soliloquy-container .soliloquy-caption .slider-title {
		font-size: 48px;
	}
	.homepage-slider .soliloquy-container .soliloquy-caption .slider-sub-title {
		font-size: 24px;
	}
}
@media screen and (max-width: 700px) {
	.homepage-slider .soliloquy-container .soliloquy-caption {
		display: none;
	}
}

.donor-bar {
	background-color: #aac3e2;
	width: 100%;
	height: 312px;
	position: relative;
}
.donor-bar .left-image {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 148px;
	width: 246px;
	background-image: url("/wp-content/themes/nbts/images/donor-bar-left.png");
}
.donor-bar .right-image {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	height: 312px;
	width: 436px;
	background-image: url("/wp-content/themes/nbts/images/donor-bar-right.png");
}
.donor-bar .quote {
	font-size: 36px;
	font-style: italic;
	color: #fff;
	width: 80%;
	float: left;
	margin-top: 102px;
}
.donor-bar .container {
	overflow: hidden;
	height: 312px;
}
.donor-bar .button {
	width: 20%;
	float: right;
	height: 312px;
	position: relative;
}
.donor-bar .button a {
	border: 1px solid #fff;
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	padding: 14px 36px;
	z-index: 3;
	position: absolute;
	right: 0;
	top: 138px;
}
.donor-bar .button a:hover {
	background-color: #fff;
	color: #aac3e2;
}
@media screen and (max-width: 1000px) {
	.donor-bar .button,
	.donor-bar .quote {
		float: none;
		text-align: center;
		width: 100%;
		margin-top: 50px;
	}
	.donor-bar .button {
		height: initial;
	}
	.donor-bar .button a {
		position: initial;
	}
}
@media screen and (max-width: 768px) {
	.donor-bar .quote {
		font-size: 30px;
	}
	.donor-bar .left-image {
		display: none;
	}
}
@media screen and (max-width: 500px) {
	.donor-bar {
		height: 132px;
	}
	.donor-bar .quote {
		display: none;
	}
	.donor-bar .right-image {
		height: 132px;
	}
}

.featured-posts {
	padding-top: 50px;
	padding-bottom: 40px;
	overflow: hidden;
	background-color: #eef3f9;
	position: relative;
}
@media screen and (max-width: 850px) {
	.featured-posts {
		padding-left: 40px;
		padding-right: 40px;
		padding-bottom: 60px;
	}
}
@media screen and (max-width: 500px) {
	.featured-posts {
		padding-bottom: 61px;
	}
}
.featured-posts h2 {
	text-align: center;
	color: #cf6733;
	margin-top: 0px;
	font-family: "PT Serif", serif;
	font-size: 36px;
}
.featured-posts .title a {
	color: white;
}
.featured-posts .arrow {
	height: 28px;
	width: 18px;
	position: absolute;
	top: 50%;
}
@media screen and (min-width: 850px) {
	.featured-posts .arrow {
		display: none;
	}
}
.featured-posts .previous-arrow {
	background-image: url("/wp-content/themes/nbts/images/post-arrow-left.png");
	left: 11px;
}
.featured-posts .next-arrow {
	background-image: url("/wp-content/themes/nbts/images/post-arrow-right.png");
	right: 11px;
}
.featured-posts .container .post-holder {
	width: 31.6%;
	float: left;
	overflow: hidden;
}
@media screen and (max-width: 850px) {
	.featured-posts .container .post-holder {
		width: 48.7%;
	}
}
@media screen and (max-width: 500px) {
	.featured-posts .container .post-holder {
		width: 100%;
	}
}
.featured-posts .container .post-holder.second {
	margin-left: 2.6%;
	margin-right: 2.6%;
}
@media screen and (max-width: 850px) {
	.featured-posts .container .post-holder.second {
		margin-right: 0%;
	}
}
@media screen and (max-width: 500px) {
	.featured-posts .container .post-holder.second {
		margin-left: 0%;
		display: none;
	}
}
@media screen and (max-width: 850px) {
	.featured-posts .container .post-holder:nth-child(3) {
		display: none;
	}
}
.featured-posts .category-name {
	text-transform: uppercase;
	color: #4279bd;
	font-size: 14px;
	font-weight: bold;
	margin-left: 25px;
	margin-bottom: 10px;
}
.featured-posts img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.5;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.featured-posts .post-link-container.blue {
	background-color: #4279bd;
}
.featured-posts .post-link-container.orange {
	background-color: #cf6733;
}
.featured-posts .post-link-container.yellow {
	background-color: #e7aa4f;
}
.featured-posts .post-link-container {
	height: 225px;
	position: relative;
}
.featured-posts .title {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 25px;
	margin: 0px;
	color: #fff;
	font-size: 24px;
	line-height: 1.1;
}
.featured-posts .post-link {
	overflow: hidden;
	position: relative;
	line-height: 0;
	height: 100%;
	display: block;
}
.featured-posts .post-link-container:hover img {
	opacity: 0.1;
}
.featured-posts a:hover {
	border-bottom: 0px;
}

.upcoming-events {
	position: relative;
}
@media screen and (max-width: 850px) {
	.upcoming-events {
		padding-left: 40px;
		padding-right: 40px;
	}
}
@media screen and (max-width: 500px) {
	.upcoming-events {
		padding-bottom: 5px;
	}
}
.upcoming-events .arrow {
	height: 28px;
	width: 18px;
	position: absolute;
	top: 50%;
}
@media screen and (min-width: 850px) {
	.upcoming-events .arrow {
		display: none;
	}
}
.upcoming-events .previous-arrow {
	background-image: url("/wp-content/themes/nbts/images/post-arrow-left.png");
	left: 11px;
}
.upcoming-events .next-arrow {
	background-image: url("/wp-content/themes/nbts/images/post-arrow-right.png");
	right: 11px;
}

.event-widget-holder {
	margin-bottom: 100px;
	overflow: hidden;
	position: relative;
}
@media screen and (max-width: 850px) {
	.event-widget-holder {
		padding-left: 40px;
		padding-right: 40px;
	}
}
@media screen and (max-width: 650px) {
	.event-widget-holder {
		padding-bottom: 44px;
	}
}
.event-widget-holder .more-events {
	width: 130px;
	position: absolute;
	top: 30px;
	right: 0;
}
@media screen and (max-width: 650px) {
	.event-widget-holder .more-events {
		top: initial;
		bottom: 0px;
		right: 50%;
		margin-right: -65px;
	}
}
.event-widget-holder .more-events a {
	margin-top: 14px;
	line-height: 26px;
	font-weight: bold;
	letter-spacing: 0.1;
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
	color: #cf6733;
	border: 2px solid #cf6733;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	height: 26px;
	display: block;
	text-align: center;
}
.event-widget-holder .more-events a:hover {
	color: #fff;
	background-color: #cf6733;
}
.event-widget-holder h2 {
	color: #cf6733;
	text-align: center;
	padding: 0 150px;
	text-align: center;
	font-family: "PT Serif", serif;
	font-size: 36px;
}
@media screen and (max-width: 650px) {
	.event-widget-holder h2 {
		padding: 0px;
	}
}
.event-widget-holder .featured-event {
	width: 31.6%;
	float: left;
	overflow: hidden;
	position: relative;
}
@media screen and (max-width: 850px) {
	.event-widget-holder .featured-event {
		width: 48.7%;
	}
}
@media screen and (max-width: 500px) {
	.event-widget-holder .featured-event {
		width: 100%;
	}
}
.event-widget-holder .featured-event.second {
	margin-left: 2.6%;
	margin-right: 2.6%;
}
@media screen and (max-width: 850px) {
	.event-widget-holder .featured-event.second {
		margin-right: 0%;
	}
}
@media screen and (max-width: 500px) {
	.event-widget-holder .featured-event.second {
		margin-left: 0%;
		display: none;
	}
}
@media screen and (max-width: 850px) {
	.event-widget-holder .featured-event.third {
		display: none;
	}
}
.event-widget-holder .featured-event .date {
	width: 20%;
	float: left;
	border-right: 1px solid #aac3e2;
}

.event-widget-holder .image {
	width: 100%;
	height: 175px;
	margin-bottom: 20px;
	background-position: center;
	background-size: 100% auto;
	background-repeat: no-repeat;
}

.event-widget-holder .featured-event .date .date-entry {
	margin: 0px;
	text-align: center;
	line-height: 1.2;
}
.event-widget-holder .featured-event .date .month {
	text-transform: uppercase;
	color: #4279bd;
	font-size: 14px;
	font-weight: bold;
}
.event-widget-holder .featured-event .date .day {
	font-size: 36px;
	color: #232b69;
	font-family: "PT Serif", serif;
}
.event-widget-holder .featured-event .title-holder {
	width: 79%;
	float: right;
}
.event-widget-holder .featured-event .title-holder h4 {
	margin-top: 0px;
	padding-left: 20px;
}
.event-widget-holder .featured-event .title-holder a {
	text-decoration: none;
	color: #4279bd;
	font-size: 24px;
	text-transform: initial;
	font-weight: normal;
}
@media screen and (max-width: 850px) {
	.event-widget-holder .featured-event .title-holder a {
		font-size: 18px;
	}
}
.event-widget-holder .featured-event .title-holder a:hover {
	border-bottom: 1px solid #4279bd;
}

@media screen and (max-width: 1028px) {
	.child-page-descriptions .clearfix {
		visibility: hidden;
		display: none;
	}
}
.child-page-descriptions .child-page {
	width: 31.6%;
	float: left;
	position: relative;
	padding: 25px;
	box-sizing: border-box;
	min-height: 350px;
}
@media screen and (max-width: 1200px) {
	.child-page-descriptions .child-page {
		min-height: 450px;
	}
}
@media screen and (max-width: 1028px) {
	.child-page-descriptions .child-page {
		width: 40%;
		min-height: 350px;
		margin-left: 25px;
		margin-right: 25px;
	}
}
@media screen and (max-width: 700px) {
	.child-page-descriptions .child-page {
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
		min-height: 0;
	}
}
.child-page-descriptions .child-page.blue {
	border-top: 2px solid #4279bd;
}
.child-page-descriptions .child-page.blue .title {
	color: #4279bd;
}
.child-page-descriptions .child-page.orange {
	border-top: 2px solid #cf6733;
	margin-left: 2.6%;
	margin-right: 2.6%;
}
.child-page-descriptions .child-page.orange .title {
	color: #cf6733;
}
.child-page-descriptions .child-page.yellow {
	border-top: 2px solid #e7aa4f;
}
.child-page-descriptions .child-page.yellow .title {
	color: #e7aa4f;
}
.child-page-descriptions .child-page:before {
	position: absolute;
	top: 0;
	left: 0;
	border-top: 25px solid #232b69;
	border-right: 30px solid transparent;
	content: "";
}
.child-page-descriptions .child-page .title {
	font-size: 24px;
	margin: 0px;
	line-height: 120%;
}
.child-page-descriptions .child-page .description {
	margin-bottom: 10px;
}
.child-page-descriptions .child-page .link {
	margin-top: 0px;
}
.child-page-descriptions .child-page .link a {
	color: #4279bd;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
.child-page-descriptions .child-page .link a:hover {
	border-bottom: 1px solid #4279bd;
}
.child-page-descriptions .child-page .link .caret {
	font-size: 8px;
	line-height: 14px;
	position: relative;
	top: -3px;
}

.mobile-title {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	right: 0;
	height: 60px;
	background-color: #232b69;
	opacity: 0.9;
	display: block;
}
.mobile-title p {
	text-align: center;
	line-height: 60px;
	font-size: 21px;
	font-family: "PT Serif", serif;
	color: #fff;
	margin: 0px;
}

.single-post .mobile-title {
	height: 30px;
}
.single-post .mobile-title p {
	line-height: 30px;
	font-size: 18px;
}

@media screen and (min-width: 1000px) {
	.mobile-title {
		display: none;
		visibility: hidden;
	}
}
.page-content.contact-page h1 {
	color: #aac3e2;
}
.page-content.contact-page h2 {
	font-weight: normal;
	color: #4279bd;
}
.background-form,
#loginform {
	background-color: #edf1f5;
	width: 100%;
	padding: 35px 70px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	box-sizing: border-box;
	position: relative;
}
.background-form label,
#loginform label {
	text-transform: uppercase;
	color: #232b69;
	font-size: 14px;
	/*margin-left: 10px;*/
	font-weight: bold;
}
.background-form label .req,
#loginform label .req {
	color: #cf6733;
}
.background-form .shapes,
#loginform .shapes {
	background-image: url("/wp-content/themes/nbts/images/contact-form-shapes.png");
	height: 191px;
	width: 99px;
	position: absolute;
	bottom: 0;
	right: 0;
}
.background-form input[type="text"],
#loginform input[type="text"],
.background-form input[type="tel"],
#loginform input[type="tel"],
.background-form input[type="password"],
#loginform input[type="password"],
.background-form input[type="date"],
#loginform input[type="date"],
.background-form input[type="email"],
#loginform input[type="email"] {
	height: 40px;
}
.background-form input[type="text"],
#loginform input[type="text"],
.background-form input[type="tel"],
#loginform input[type="tel"],
.background-form input[type="password"],
#loginform input[type="password"],
.background-form input[type="date"],
#loginform input[type="date"],
.background-form input[type="email"],
#loginform input[type="email"],
.background-form textarea,
#loginform textarea {
	width: 100%;
	background-color: #d9e3ef;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid #aac3e2;
	box-shadow: inset 0 5px 5px -5px #8eafd9;
	-webkit-box-shadow: inset 0 5px 5px -5px #8eafd9;
	padding: 5px;
	box-sizing: border-box;
}
.background-form input[type="submit"],
#loginform input[type="submit"] {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-color: #232b69;
	text-transform: uppercase;
	color: #fff;
	padding: 7px 21px;
	border: 0px;
	display: block;
	margin: auto;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
}
.background-form .custom-select-menu {
	background-color: #d9e3ef;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid #aac3e2;
	cursor: pointer;
	cursor: hand;
}
.background-form .custom-select-menu:focus {
	outline: 0px;
}
.background-form .custom-select-menu label {
	width: 100%;
	display: block;
	padding: 5px 40px 5px 10px;
	position: relative;
	height: 40px;
	line-height: 30px;
	cursor: pointer;
	cursor: hand;
	text-transform: initial;
	color: #4279bd;
	font-style: italic;
	font-weight: 200;
	margin: 0px;
	box-sizing: border-box;
}
.background-form .custom-select-menu label:after {
	font-family: "FontAwesome";
	background-color: #4279bd;
	color: #fff;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	line-height: 40px;
	content: "\f0d7";
	width: 40px;
	border-top-right-radius: 6px;
	-moz-border-top-right-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	-moz-border-bottom-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	text-align: center;
	font-size: 24px;
	font-style: initial;
}
.background-form .custom-select-menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.background-form .custom-select-menu li {
	padding: 5px 5px 5px 25px;
	width: 100%;
	box-sizing: border-box;
}
.background-form .custom-select-menu li:hover {
	background-color: #a3bbd8;
}

.contact-content .sidebar .orange {
	color: #cf6733;
	margin: 2px;
}
.contact-content .sidebar .orange .light-blue {
	color: #8eafd9;
}
.contact-content .sidebar .light-divider {
	width: 80%;
	margin: 15px auto;
	max-width: 150px;
	height: 2px;
	background-color: #8eafd9;
}
.contact-content .sidebar .map {
	margin-top: 15px;
}
.contact-content .sidebar .map iframe {
	width: 100%;
}

/*--------------------------------------------------------------
  2.0 Layout
  --------------------------------------------------------------*/
/*--------------------------------------------------------------
  3.0 Elements
  --------------------------------------------------------------*/
/*--------------------------------------------------------------
  4.0 Forms
  --------------------------------------------------------------*/
/*--------------------------------------------------------------
  5.0 Navigation
  --------------------------------------------------------------*/
/*--------------------------------------------------------------
  6.0 Accessibility
  --------------------------------------------------------------*/
/*--------------------------------------------------------------
  7.0 Alignments
  --------------------------------------------------------------*/
/*--------------------------------------------------------------
  8.0 Clearings
  --------------------------------------------------------------*/
/*--------------------------------------------------------------
  9.0 Widgets
  --------------------------------------------------------------*/
/*--------------------------------------------------------------
  10.0 Content
  --------------------------------------------------------------*/
/*--------------------------------------------------------------
  11.0 Infinite scroll
  --------------------------------------------------------------*/
/*--------------------------------------------------------------
  12.0 Media
  --------------------------------------------------------------*/

/*# sourceMappingURL=style.css.map */

.video {
	position: relative;
	padding-bottom: 56.25%;
	margin-bottom: 15px;
	height: 0;
}
.video iframe,
.video object,
.video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*--------------------------------------------------------------
  Additional Styles
  --------------------------------------------------------------*/

/* Animate links */
a:link,
.button,
input,
textarea,
select {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

/* Homepage */
h1.page-title,
.event-widget-holder h2 {
	line-height: 120%;
}
.homepage-slider .soliloquy-container .soliloquy-caption {
	top: 30%;
	margin-left: 19%;
}
.homepage-slider .soliloquy-container .soliloquy-caption .slider-title,
.homepage-slider .soliloquy-container .soliloquy-caption .slider-sub-title {
	text-shadow: -1px 0 3px rgba(0, 0, 0, 0.2);
}

/* Menus */
.col-group .sub-menu li,
ul#menu-contact-us li,
ul#menu-student-services li,
ul#menu-alumni li,
ul#menu-prospective-students li {
	padding: 5px 0;
}
.bottom .sub-menu li {
	padding: 5px 15px;
	line-height: 120%;
}

/* Random Content */
.container .page-content {
	padding-right: 5%;
}
.sidebar-page-content.short-header .primary-content,
.sidebar-page-content .primary-content {
	padding-bottom: 50px;
}
.featured-posts {
	padding-bottom: 80px;
}
.upcoming-events {
	padding-top: 30px;
}
footer .mailing-list input[type="email"] {
	width: 80%;
}
.searh-results-wrap {
	padding: 20px 0;
	border-bottom: 1px solid #d2dce5;
}
.contact-content .sidebar .light-divider {
	margin: 45px auto;
}
.contact-content .sidebar .map {
	margin-top: 30px;
}
body.single .soliloquy-container .soliloquy-caption-inside {
	padding: 10px 10px 40px 10px !important;
}

/* Text */
h1,
h2,
.h2 {
	line-height: 120%;
}
h2 a:hover {
	color: #232b69;
}

/* Events */
div#tribe-events-content-wrapper {
	margin: 5% 0;
}

/* Submission Tables // CFDB Plugin styles */
.dataTables_wrapper {
	overflow: auto;
	overflow-y: hidden;
	scrollbar-base-color: #ffeaff;
}
.ui-widget-header {
	padding: 20px;
}
div#mdiv-submissions_length {
	margin-bottom: 20px;
}
div#mdiv-submissions_length div.custom-select-menu {
	border: 1px solid #232b69;
	display: inline;
	padding: 0 20px;
}
table.dataTable th {
	padding: 0 20px;
}
/* Scrollbars */
div::-webkit-scrollbar {
	width: 12px;
}
div::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
}
div::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: #cf6733;
}

/* Faculty Directory and Single pages */
.faculty-box {
	background-color: #d5e3f1;
	padding: 25px 45px 25px 25px;
	overflow: hidden;
	margin-top: 50px;
	margin-bottom: 50px;
}
.faculty-box .content {
	position: relative;
}
.faculty-box img {
	width: 25%;
	height: auto;
	float: left;
}
.faculty-box .content-text {
	float: right;
	width: 72%;
}
.faculty-box .titles {
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 10px;
}
.faculty-box .contact p {
	margin-bottom: 5px;
	color: #4279bd;
	margin-top: 5px;
}
.faculty-box .contact p:first-child {
	margin-top: 15px;
}
.faculty-box .contact p:last-child {
	margin-bottom: 15px;
}
.faculty-box .cv a,
.faculty-directory-table .learn-more a {
	padding: 5px 10px;
	margin-top: 14px;
	line-height: 26px;
	font-weight: bold;
	letter-spacing: 0.1;
	text-decoration: none;
	font-size: 12px;
	text-transform: uppercase;
	border: 2px solid #3976bb;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	height: 26px;
	display: binline;
	text-align: center;
}
.faculty-box .cv a:hover,
.faculty-directory-table .learn-more a:hover {
	background: #3976bb;
	color: #fff;
}
.faculty-directory-table img {
	max-width: 100%;
	width: 125px;
	height: auto;
}
.faculty-directory-table .name {
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}
.faculty-directory-table .titles {
	font-style: italic;
}
td div.education {
	padding-top: 15px;
}
table.faculty-directory-table td.headshot {
	text-align: center;
	padding: 45px 25px;
}
.faculty-box p.cv,
table.faculty-directory-table p.learn-more {
	margin-top: 30px;
}
body.single-faculty-directory .highlight-news li.menu-item-127 a {
	border-bottom: none;
}

/* Form styles from external sources */
#sc_login form,
form table#table_info {
	background-color: #edf1f5;
	width: 100%;
	padding: 35px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	box-sizing: border-box;
	position: relative;
	margin-top: 20px;
}
#sc_login input.field_text,
form table#table_info input.input_field {
	width: 90%;
	height: 40px;
	background-color: #d9e3ef;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid #aac3e2;
	box-shadow: inset 0 5px 5px -5px #8eafd9;
	-webkit-box-shadow: inset 0 5px 5px -5px #8eafd9;
	padding: 5px;
	box-sizing: border-box;
}
#sc_login input[type="submit"],
form table#table_info input[type="submit"] {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-color: #232b69;
	text-transform: uppercase;
	color: #fff;
	padding: 7px 21px;
	border: 0px;
	display: block;
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	cursor: pointer;
}

#sc_login table,
form table#table_info {
	border-bottom: none;
}
#sc_login table tr:nth-child(odd),
form table#table_info tr:nth-child(odd) {
	background-color: transparent;
}
#sc_login table td,
form table#table_info td {
	padding: 0 0 15px 0;
	border-right: 0;
	width: auto !important;
}

form table#table_info .custom-select-menu {
	width: 90%;
	margin-top: 15px;
	background-color: #d9e3ef;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border: 1px solid #aac3e2;
	cursor: pointer;
	cursor: hand;
}
form table#table_info label.selection-made {
	width: 100%;
	display: block;
	padding: 5px 40px 5px 10px;
	position: relative;
	height: 40px;
	line-height: 30px;
	cursor: pointer;
	cursor: hand;
	text-transform: initial;
	color: #4279bd;
	font-style: italic;
	font-weight: 200;
	margin: 0px;
	box-sizing: border-box;
}
form table#table_info label.selection-made:after {
	font-family: "FontAwesome";
	background-color: #4279bd;
	color: #fff;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	line-height: 40px;
	content: "\f0d7";
	width: 40px;
	border-top-right-radius: 6px;
	-moz-border-top-right-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	-moz-border-bottom-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	text-align: center;
	font-size: 24px;
	font-style: initial;
}

form table#table_info .custom-select-menu:focus {
	outline: 0px;
}
form table#table_info ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
form table#table_info li {
	padding: 5px 5px 5px 25px;
	width: 100%;
	box-sizing: border-box;
}
form table#table_info li:hover {
	background-color: #a3bbd8;
}

/* Revised responsive styles */
@media screen and (min-width: 1600px) {
	.container {
		max-width: 1500px;
	}
	body.home .container {
		max-width: 1200px;
	}
	.container .page-content {
		padding-right: 10%;
	}
	.col-ld-4 {
		width: 28%;
	}
}

@media screen and (max-width: 1018px) {
	.container .page-content {
		padding-right: 0px;
	}
}

@media screen and (max-width: 950px) {
	.featured-posts .title {
		font-size: 20px;
	}
}

@media screen and (max-width: 750px) {
	.event-widget-holder .featured-event .date {
		border-right: none;
	}
}

@media screen and (max-width: 640px) {
	/* Mobile Title */
	.mobile-title {
		height: 100%;
		background-color: rgba(35, 43, 105, 0.7);
		opacity: 1;
	}
	.mobile-title p {
		position: absolute;
		bottom: 8px;
		left: 35px;
	}

	/* Faculty */
	table.faculty-directory-table td.headshot,
	td div.education {
		display: none;
	}
	.faculty-box {
		padding: 25px;
	}

	/* Forms */
	.background-form,
	#loginform {
		padding: 35px;
	}
	/* external form*/
	#sc_login table td,
	form table#table_info td {
		display: block;
		width: 100% !important;
	}
}

@media screen and (max-width: 380px) {
	header {
		height: 95px;
	}
	footer .logo {
		width: 260px;
		height: 59px;
		background-size: 260px 59px;
	}
	footer .mailing-list input[type="email"] {
		width: 75%;
	}
	/* Faculty */
	.faculty-box img,
	.faculty-box .content-text {
		float: none;
		width: 100%;
	}
}

.tribe-bar-views-inner {
	position: relative;
}

.tribe-bar-views-inner::after {
	content: '';
	position: absolute;
	z-index: 100;
	right: 20px;
	top: 50%;
	width: 10px;
	height: 10px;
	border-color: black;
	border-style: solid;
	border-width: 0 1px 1px 0;
	transform: rotate(45deg) translateY(-5px);
}

.page-content iframe {
	max-width: 100%;
}
