/*
Theme Name: Empower Generations
*/

/**
 * Typography
 */
/* styles.css */

.elementor-header {
    z-index: 10 !important; /* Ensure the header stays on top */
    position: relative;
}
.monday-message-main {
    position: relative; /* Ensure it does not overlap other elements */
    z-index: 1; /* Adjust z-index to place it below the header if needed */
    margin-top: 20px; /* Add space below the header */
}

.tribe-events .datepicker > div {
	display: block;
}

body {
	color: #363636;
	font-size: 16px;
	background-color: #fff;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	line-height: 26px;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
	margin: 0 0 25px;
}

h1 {
	font-size: 40px;
	line-height: 48px;
}

h2 {
	font-size: 36px;
	line-height: 44px;
}

h3 {
	font-size: 32px;
	line-height: 40px;
}

h4 {
	font-size: 28px;
	line-height: 36px;
}

h5 {
	font-size: 26px;
	line-height: 34px;
}

h6 {
	font-size: 16px;
	line-height: 24px;
}

.home h1 {
	font-size: 56px;
	line-height: 64px;
}

.home h2 {
	font-size: 56px;
	line-height: 64px;
}

.home h3 {
	font-size: 45px;
	line-height: 53px;
}
.home h4 {
	font-size: 36px;
	line-height: 44px;
}

p {
	margin: 0 0 25px;
}

p.last {
	margin: 0;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	border: 0 solid #1a1a1a;
	border-left-width: 4px;
	color: #686868;
	font-size: 19px;
	font-size: 1.1875rem;
	font-style: italic;
	line-height: 1.4736842105;
	margin: 0 0 1.4736842105em;
	padding: 0 0 0 1.263157895em;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
}

hr {
	background-color: #d1d1d1;
	border: 0;
	height: 1px;
	margin: 0 0 25px;
}

ul,
ol {
	margin: 0 0 25px 20px;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
	margin-left: 20px;
}

li > ul,
li > ol {
	margin-bottom: 0;
}

dl {
	margin: 0 0 25px;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 0 25px;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
	vertical-align: middle;
}

del {
	opacity: 0.8;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #686868;
}

:-moz-placeholder {
	color: #686868;
}

::-moz-placeholder {
	color: #686868;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #686868;
}

.pojo-a11y-toolbar-toggle {
	border: 1px solid #fff;
	border-left: 0;
}

/**
 * Forms
 */

label {
	font-weight: 400;
}
input {
	line-height: normal;
}

.btn,
button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
	background-color: #005c69;
	border: none;
	border-radius: 0;
		-moz-border-radius: 0;
		-o-border-radius: 0;
		-webkit-border-radius: 0;
	color: #fff;
	padding: 10px 25px;
	text-transform: uppercase;
	display: inline-block;
	font-family: "Poppins", sans-serif;
	font-size: 21px;
	font-weight: 500;
	line-height: 29px;
}

.btn-lg {
	padding: 15px 35px;
}

.btn:hover,
.btn:focus,
button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background-color: #999;
	color: #fff;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	outline: thin dotted;
	outline-offset: -4px;
}

input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="url"],
textarea {
	background-color: transparent;
	border: 1px solid #ccc;
	padding: 10px 10px;
	width: 100%;
}

input[type="email"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
textarea:focus {
	outline: 0;
}

/**
 * Links
 */

a {
	color: #a7849a;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #999;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/**
 * Alignments
 */

.alignleft {
	float: left;
	margin: 0 20px 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 20px;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 20px;
}

/**
 * Clearings
 */

.clear:before,
.clear:after {
	content: '';
	display: table;
}

.clear:after {
	clear: both;
}

/**
 * Content
 */

.site-main {
	padding: 50px 0;
}
.home .site-main,
.blog-main {
	padding: 0;
}

.show-xs {
	display: none !important;
}

/**
 * Header
 */

.site-header-wrap {
	position: relative;
}

.site-header {
	width: 100%;
	background: #FFFFFF;
}

.home .site-header {
	background: none;
	position: absolute;
		top: 0;
		left: 0;
	z-index: 100;
}

body.logged-in .site-header {
	top: 32px;
}

.header-main {
	background-color: #FFFFFF;
	background: url("images/bg_header.png") repeat-x scroll left bottom;
	padding: 25px 0;
}

.header-right {
	margin-bottom: 22px;
}

.socials {
	float: right;
	list-style: outside none none;
	margin: 0;
	padding: 0;
}

.socials li {
	display: inline-block;
	margin-left: 20px;
	padding: 0;
}

.socials a {
	color: #fff;
	font-size: 25px;
}

.socials a:hover,
.socials a:focus {
	color: #ffd57c;
}

.search-wrap {
	float: right;
	margin-right: 30px;
	width: 190px;
	max-width: 100%;
}

.search-wrap ::-webkit-input-placeholder {
	color: #fff;
	text-transform: uppercase;
}

.search-wrap :-moz-placeholder {
	color: #fff;
	text-transform: uppercase;
}

.search-wrap ::-moz-placeholder {
	color: #fff;
	opacity: 1;
	text-transform: uppercase;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

.search-wrap :-ms-input-placeholder {
	color: #fff;
	text-transform: uppercase;
}

.search-form {
	margin: 0;
	padding: 0;
	position: relative;
}

.search-form label {
	display: block;
	margin: 0;
	padding: 0;
}

.search-form label span.screen-reader-text {
	display: none;
}

.search-wrap .search-form {
	border-bottom: 1px solid #fff;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 20px;
	overflow: hidden;
}

.search-wrap .search-field {
	background-color: transparent;
	border: none;
	box-shadow: none;
		-moz-box-shadow: none;
		-o-box-shadow: none;
		-webkit-box-shadow: none;
	width: 100%;
	padding: 5px 30px 5px 0;
}

.search-wrap .search-field:active,
.search-wrap .search-field:focus {
	background-color: transparent;
	border: none;
}

.search-wrap .search-submit {
	background: url("images/sprits.png") no-repeat scroll 5px -457px;
	border: none;
	height: 100%;
	padding: 0;
	position: absolute;
		top: 0;
		right: 0;
	text-indent: -99999px;
	width: 24px;
}

.top-nav > ul {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
}

.top-nav > ul > li {
	background: url(images/sprits.png) no-repeat scroll 0 -365px;
	float: left;
	padding: 0 0 0 20px;
	margin: 0 0 0 10px;
}

.top-nav > ul > li.first {
	background: none;
}

.top-nav > ul > li > a {
	color: #000000;
	font-family: "Poppins", sans-serif;
	font-size: 17px;
	font-weight: 300;
	line-height: 33px;
	padding: 0;
	text-transform: uppercase;
}

.top-nav > ul > li > a:hover,
.top-nav > ul > li > a:focus {
	color: #000000;
}

.navbar-default {
	background-color: transparent;
	border: none;
	font-family: "Poppins", sans-serif;
	font-size: 19px;
	font-weight:600;
	line-height: 27px;
	margin: 0;
	text-transform: uppercase;
}

.navbar-nav {
	text-align: right;
	width: 100%;
}

.navbar-nav > li {
	display: inline-block;
	float: none;
	padding: 0;
}

.navbar-default .navbar-nav > li > a {
	border-top: 5px solid transparent;
	color: #fff;
	padding: 15px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color: #fff;
	background-color: transparent;
	border-color: #fff;
}

.navbar-default .navbar-toggle {
	background-color: #fff;
	border: 1px solid #000;
	border-radius: 0;
	margin-right: 0;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #fff;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #000;
}

.dropdown-menu {
	background-color: #000;
	border-radius: 0;
		-moz-border-radius: 0;
		-o-border-radius: 0;
		-webkit-border-radius: 0;
	box-shadow: none;
		-moz-box-shadow: none;
		-o-box-shadow: none;
		-webkit-box-shadow: none;
	padding: 8px 0;
	z-index: 9999;
}

.dropdown-menu > li > a {
	color: #fff;
	font-family: "Poppins", sans-serif;
	font-size: 21px;
	font-weight: 300;
	line-height: 33px;
	padding: 8px 20px;
	text-transform: uppercase;
}

.top-nav .dropdown-menu > li > a {
	color: #fff;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	color: #ffd57c;
	background-color: transparent;
}

.top-nav .dropdown-menu > li > a:hover,
.top-nav .dropdown-menu > li > a:focus {
	color: #fff;
}

.top-nav > ul > li:hover .dropdown-menu {
	display: block;
}

.banner {
	/* background: url("images/bg_home_1.jpg") no-repeat scroll center top; */
	background-color: #FFFFFF;
	background-size: cover;
	padding-top: 225px;
	padding-bottom: 0px;
	text-align: center;
	color: #FFFFFF;
}

.skip-link-wrap {
	background-color: #9f3600;
	clip: rect(0, 0, 0, 0);
	font-weight: 700;
	height: 0;
	opacity: 0;
	text-align: center;
	width: 0;
}

.skip-link-visible .skip-link-wrap {
	clip: auto;
	height: auto;
	opacity: 1;
	padding: 10px 0;
	width: auto;
}

.skip-link,
.skip-link:focus {
	color: #fff;
}

.skip-link:hover {
	color: #fff;
}

/**
 * Posts and pages
 */

.text-white {
	color: #fff;
}

.text-purple {
	color: #9a6486;
}

.font-lg {
	font-size: 90px;
	line-height: 98px;
}

.page-header {
	border: none;
	margin: 0;
	padding: 0;
}

.page-title {
	margin-bottom: 50px;
}

.entry-title {
	text-transform: uppercase;
}

.blog-title {
	margin: 0 0 10px;
}

.entry-meta {
	margin-bottom: 20px;
}

.entry-content h2.title {
	background: url("images/icon.png") no-repeat scroll 0 4px;
	padding: 0 0 0 50px;
}

.section {
	padding: 120px 0;
}

.home-1 {
	background: url("images/bg_home_1.jpg") no-repeat scroll 0 bottom;
	background-color: #19003A;
	background-size: cover;
}

.list-arrow {
	list-style: none;
	margin: 0;
	padding: 0;
}

.list-arrow > li {
	background: url("images/sprits.png") no-repeat scroll 0 -566px;
	font-family: "Poppins", sans-serif;
	font-size: 34px;
	font-weight: 500;
	line-height: 42px;
	margin:  0 0 25px;
	padding: 0 0 25px 85px;
	position: relative;
}

.list-arrow > li:after {
	background-color: #5697a1;
	content: '';
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 85px;
	width: 100px;
}

.section-header .subtitle {
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	margin: 0;
}

.section-header .title {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	margin-bottom: 100px;
}

.home-2 {
	background: url("images/bg_home_2.jpg") no-repeat scroll center bottom;
	padding-top: 100px;
	padding-bottom: 0;
}

.box-left {
	text-align: right;
}

.box-right {
	text-align: left;
}

.box-icon {
	margin-bottom: 60px;
	padding-bottom: 20px;
	position: relative;
}

.box-icon:after {
	background-color: #948dc5;
	content: '';
	height: 1px;
	position: absolute;
		bottom: 0;
	width: 40%;
}

.box-icon.box-left {
	padding-right: 170px;
}

.box-icon.box-right {
	padding-left: 170px;
}

.box-icon.box-icon-1 {
	background: url("images/circle_icon_1.png") no-repeat scroll right top;
}

.box-icon.box-icon-2 {
	background: url("images/circle_icon_2.png") no-repeat scroll left top;
}

.box-icon.box-icon-3 {
	background: url("images/circle_icon_3.png") no-repeat scroll right top;
}

.box-icon.box-icon-4 {
	background: url("images/circle_icon_4.png") no-repeat scroll left top;
}

.box-icon.box-left:after {
	right: 170px;
}

.box-icon.box-right:after {
	left: 170px;
}

.box-icon h5 {
	color: #2e6093;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
}

.more {
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	text-transform: uppercase;
}

.home-3 {
	background: url("images/bg_3.jpg") no-repeat scroll left top;
	background-color: #333;
	background-size: cover;
	padding-top: 190px;
}

.home-3 .section-header .title {
	margin: 0 0 25px;
}

.home-4 {
	background-color: #065C69;
}

.home-4 .section-header .title {
	color: #fff;
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	text-align: center;
}

.clients .item {
	height: 120px;
	display: table;
	width: 100%;
}

.clients .item figure {
	display: table-cell;
	height: 100%;
	padding: 0 15px;
	text-align: center;
	vertical-align: middle;
	width: 100%;
}

.author-bio-box {
	background-color: #f9f9f9;
	border: 2px solid #ccc;
	padding: 15px;
	margin: 30px 0 30px;
}

.author-icon {
	margin: 10px 0 0;
	text-align: center;
}

.author-icon a {
	background-color: #e2b214;
	color: #fff;
	display: inline-block;
	height: 32px;
	margin: 0 2px 4px;
	padding-top: 5px;
	text-align: center;
	width: 32px;
}

.author-icon i {
	font-size: 18px;
}

.author-icon a:hover,
.author-icon a:focus {
	background-color: #999;
}

.author-thumb {
	text-align: center;
}

.monday-logo {
	margin: 0;
}

.monday-date {
	margin-bottom: 30px;
	font-weight: 700;
	text-align: center;
	font-size: 22px;
	line-height: 30px;
}

.monday-post .share {
	border: none;
	margin: 0;
	padding: 0;
}

.share {
	border-top: 4px solid #eaeaea;
	clear: both;
	margin: 0 0 30px;
	padding: 24px 0 0;
}

.share span {
	margin: 0 10px 0 0;
	vertical-align: bottom;
}

.share a {
	background-image: url("images/social.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	display: inline-block;
	height: 46px;
	margin: 0 5px 0 0;
	width: 44px;
}

.share a:hover,
.share a:focus {
	opacity: 0.7;
}

.share a.facebook {
	background-position: 0 0;
}

.share a.twitter {
	background-position: 0 -47px;
}

.share a.linked-in {
	background-position: 0 -141px;
}

.share a.google-plus {
	background-position: 0 -94px;
}

.pdfprnt-buttons {
	text-align: left;
}

.sidebar {
	padding-top: 0;
}

.sidebar .search-form {
	border: 1px solid #d76228;
	position: relative;
}

.sidebar .search-form label {
	display: block;
	margin: 0;
}

.sidebar .search-form .search-field {
	border: none;
}

.sidebar .search-form label span.screen-reader-text {
	display: none;
}

.sidebar .search-form .search-submit {
	background: none;
	border-radius: 0;
		-moz-border-radius: 0;
		-o-border-radius: 0;
		-webkit-border-radius: 0;
	box-shadow: none;
		-moz-box-shadow: none;
		-o-box-shadow: none;
		-webkit-box-shadow: none;
	color: #d76228;
	height: 100%;
	padding: 0;
	position: absolute;
		top: 0;
		right: 0;
	width: 36px;
}

.monday-widget {
	margin: 0 0 30px;
}

.monday-widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.monday-widget li.btn {
	margin: 0 0 10px;
	padding: 0;
}

.monday-widget li.btn a {
	color: #fff;
	display: block;
	padding: 20px 15px;
}

.monday-widget.widget_search {
	border: 1px solid #226193;
	padding: 20px 15px;
}

.monday-widget.widget_search .widget-title {
	font-size: 12px !important;
	margin: 0 0 15px;
}

.monday-widget.widget_search .search-field {
	background-color: #fff;
	/* border: 1px solid #d76228; */
	border: none;
	border-radius: 0;
		-moz-border-radius: 0;
		-o-border-radius: 0;
		-webkit-border-radius: 0;
	box-shadow: none;
		-moz-box-shadow: none;
		-o-box-shadow: none;
		-webkit-box-shadow: none;
	height: auto;
	margin: 0;
	padding: 7px 5px;
	width: 100%;
}

.pdfprnt-top-right,
.pdfprnt-bottom-right,
.pdfprnt-top-bottom-right,
.pdfprnt-right {
	padding: 0 !important;
}

.monday-widget .widget-title {
	text-align: center;
	margin: 0 0 15px;
}

.monday-widget .btn {
	background-color: #005c69;
	border: none;
	border-radius: 0;
		-moz-border-radius: 0;
		-o-border-radius: 0;
		-webkit-border-radius: 0;
	box-shadow: none;
		-moz-box-shadow: none;
		-o-box-shadow: none;
		-webkit-box-shadow: none;
	color: #fff;
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	padding: 20px 20px;
	text-align: center;
	text-transform: uppercase;
	white-space: normal;
	width: 100%;
	word-wrap: break-word;
}

.monday-widget .btn-blue {
	background-color: #226193;
}

.monday-widget .btn-gold {
	background-color: #eecf8a;
}

.monday-widget .btn-rust {
	background-color: #a582a2;
}

.monday-widget .btn-green {
	background-color: #638c3d;
}

.monday-widget .btn-yellow {
	background-color: #e2af25;
}

.monday-widget .btn-blue-dark {
	background-color: #007481;
}

.monday-widget .btn-aqua {
	background-color: #4a97a2;
}

.monday-widget .btn:hover,
.monday-widget .btn:focus {
	background-color: #999;
	color: #fff;
}

.monday-post {
	border-bottom: 4px solid #eaeaea;
	margin-bottom: 30px;
	padding-bottom: 40px;
}

/* Press */

.press {
	margin-bottom: 20px;
}

.press-box {
   border: 1px #ccc solid;
   border-radius: 10px;
		-moz-border-radius: 10px;
		-o-border-radius: 10px;
		-webkit-border-radius: 10px;
   margin-bottom: 15px;
   min-height: 250px;
   padding: 25px;
}

.press-title {
	background: #e4e4e4;
	border-radius: 10px;
		-moz-border-radius: 10px;
		-o-border-radius: 10px;
		-webkit-border-radius: 10px;
	color: #004b77;
	font-size: 30px;
	margin: 10px;
	padding: 15px;
	text-align: center;
}

/* BLog */

.news-inner {
	margin-bottom: 30px;
}

.news-inner p {
	margin-bottom: 15px;
}

.news-inner figure {
	margin: 0 0 15px;
}

.news-title {
	margin: 0;
}

.post-info {
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 24px;
}

.single-blog .post-info {
	margin-bottom: 24px;
}

.blog-list-item .share,
.blog-item .share {
	border-bottom: 4px solid #eaeaea;
	border-top: 0 none;
	margin: 10px 0 0;
	padding: 0 0 30px;
}

.blog-list-item .share a,
.post-top .share a,
.blog-item .share a {
	background-size: 32px auto;
	height: 34px;
	width: 32px;
}

.blog-list-item .share a.twitter,
.post-top .share a.twitter,
.blog-item .share a.twitter {
	background-position: 0 -34px;
}

.blog-list-item .share a.linked-in,
.post-top .share a.linked-in,
.blog-item .share a.linked-in {
	background-position: 0 -102px;
}

.blog-list-item .share a.google-plus,
.post-top .share a.google-plus,
.blog-item .share a.google-plus {
	background-position: 0 -68px;
}

.post-top .share {
	border: medium none;
	margin: 15px 0 10px;
	padding: 0;
}

.post-top .share span {
	display: none;
}

.sidebar-blog {
	background-color: #628c49;
	color: #fff;
	font-size: 15px;
	line-height: 23px;
	padding: 20px 15px;
}

.sidebar-blog li,
.sidebar-blog p {
	color: #fff;
	font-size: 15px;
	line-height: 23px;
}

.sidebar-blog h1,
.sidebar-blog h2,
.sidebar-blog h3,
.sidebar-blog h4,
.sidebar-blog h5,
.sidebar-blog h6 {
	color: #fff;
}

.sidebar-blog a {
	color: #fff;
}

.blog-widget {
	margin: 0 0 30px;
}

.blog-widget .widget-title {
	color: #fff;
	font-weight: 900;
	margin: 0 0 24px;
	text-transform: uppercase;
}

.sidebar-article {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sidebar-article li {
	margin: 0 0 24px;
	padding: 0;
}

.sidebar-article .title {
	font-weight: 700;
	margin: 0;
}

.sidebar-article .excerpt {
	color: #fff;
	margin: 0 0 5px;
}

.sidebar-article .date {
	color: #fff;
	font-style: italic;
	margin: 0 0 10px;
}

.sidebar-article .recent-post-thumb,
.sidebar-article .recent-post-info {
	box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	float: left;
}

.sidebar-article .recent-post-info {
	width: 70%;
}

.sidebar-article .recent-post-thumb {
	padding-bottom: 10px;
	padding-right: 10px;
	width: 30%;
}

.widget_categories ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget_categories ul li {
	color: #fff;
	padding: 0 0 6px;
}

.widget_categories ul li a:before {
	content: '\f0da';
	font-family: "FontAwesome";
	left: 0;
	position: absolute;
		top: 0;
}

.widget_categories ul li a {
	display: inline-block;
	padding-left: 15px;
	position: relative;
}

.widget_categories ul ul.children {
	padding-left: 15px;
}

.widget_archive label.screen-reader-text {
	display: none;
}

.widget_archive select {
	border: none;
	color: #000;
	margin: 0;
	padding: 5px 5px;
	width: 100%;
}

.widget .more {
	font-size: 16px;
	font-weight: 700;
	line-height: 22px;
}

.blog-bar {
	background-color: #628c49;
	color: #fff;
	font-size: 15px;
	font-size: 22px;
	font-weight: 700;
	line-height: 23px;
	line-height: 30px;
	padding: 30px 0;
	text-align: center;
}

.post-navigation {
	border-top: 1px solid #ccc;
	margin: 30px 0 0;
}

.nav-link-top .post-navigation {
	border-top: 0;
	border-bottom: 1px solid #ccc;
	margin: 0 0 24px;
}

.post-navigation h2.screen-reader-text {
	display: none;
}

.nav-links::after {
	clear: both;
	content: '';
	display: table;
}

.nav-links {
	margin: 0 -15px;
	padding: 10px 0 0;
	position: relative;
}

.nav-link-top .nav-links {
	padding: 0 0 10px;
}

.post-navigation .nav-next,
.post-navigation .nav-previous {
	background: none;
	box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	margin: 0 0 20px;
	padding: 0 15px;
	position: relative;
}

.post-navigation .post-title {
	color: #000;
	position: relative;
	vertical-align: middle;
}

.post-navigation .post-title i {
	font-size: 22px;
	font-weight: 700;
	line-height: 28px;
	vertical-align: top;
}

.nav-previous i {
	padding-right: 5px;
}

.nav-next i {
	padding-left: 5px;
}

.author-bio-box {
	background-color: #f9f9f9;
	border: 2px solid #ccc;
	margin: 0 0 30px;
	padding: 15px;
}

.author-icon {
	text-align: center;
	margin: 10px 0 0;
}
.related-posts {
	border-top: 4px solid #eaeaea;
	margin: 30px 0 0;
	padding: 24px 0 0;
}
.related-posts .widget-title {
	text-transform: uppercase;
}
.main-right .main-inner {
	padding: 20px 0;
}

/**
 * Comments
 */

.comments-area {
	border-top: 4px solid #eaeaea;
	margin: 30px 0 0;
	padding: 24px 0 0;
}

.comment-reply-title,
.comments-title {
	text-transform: uppercase;
}

.comments-title {
	margin-bottom: 20px;
}

.comment-list {
	list-style: none;
	margin: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid #d1d1d1;
	padding: 1.75em 0;
}

.comment-list .children {
	list-style: none;
	margin: 0;
}

.comment-list .children > li {
	padding-left: 0.875em;
}

.comment-author {
	color: #1a1a1a;
	margin-bottom: 0.4375em;
}

.comment-author .avatar {
	float: left;
	height: 28px;
	margin-right: 0.875em;
	position: relative;
	width: 28px;
}

.bypostauthor > article .fn:after {
	content: "\f304";
	left: 3px;
	position: relative;
	top: 5px;
}

.comment-metadata,
.pingback .edit-link {
}

.comment-metadata {
	margin-bottom: 20px;
}

.comment-metadata a,
.pingback .comment-edit-link {
	color: #686868;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .comment-edit-link:hover,
.pingback .comment-edit-link:focus {
	color: #007acc;
}

.comment-metadata .edit-link,
.pingback .edit-link {
	display: inline-block;
}

.comment-metadata .edit-link:before,
.pingback .edit-link:before {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 1.5em 1.25em;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

.comment-reply-link {
	border: 1px solid #ccc;
	display: inline-block;
	padding: 8px 10px;
}

.comment-form {
	padding-top: 0;
}

.comment-form label {
	display: block;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.comment-list .comment-form {
	padding-bottom: 1.75em;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
	margin-bottom: 20px;
}

.no-comments {
	border-top: 1px solid #d1d1d1;
	font-weight: 700;
	margin: 0;
	padding-top: 1.75em;
}

.comment-navigation + .no-comments {
	border-top: 0;
	padding-top: 0;
}

.form-submit {
	margin-bottom: 0;
}

.required {
	color: #007acc;
}

.comment-reply-title small {
	font-size: 100%;
}

.comment-reply-title small a {
	border: 0;
	float: right;
	height: 32px;
	overflow: hidden;
	width: 26px;
}

.comment-reply-title small a:hover,
.comment-reply-title small a:focus {
	color: #1a1a1a;
}

.comment-reply-title small a:before {
	content: "\f405";
	font-size: 32px;
	position: relative;
	top: -5px;
}


/**
 * Sidebar
 */

.sidebar .search-form .search-field {
	padding-right: 40px;
}
.sidebar .search-form .search-submit {
	text-indent: -9999px;
	position: absolute;
	top: 0;
	right: 0;
	width: 35px;
	height: 100%;
	background: url(images/search_black.png) no-repeat scroll center center;
	padding: 0;
}

.sidebar .widget {
	margin-bottom: 30px;
}
.sidebar .widget-title,
.sidebar .tribe-events-page-title {
	text-transform: uppercase;
	margin-bottom: 20px;
}
.sidebar .tribe-events-page-title {
	line-height: 34px;
}
.sidebar .mc4wp-form input[type="email"] {
	margin: 0 0 10px;
}
.sidebar .mc4wp-form input[type="submit"] {
	padding: 6px 25px;
	display: block;
	margin: 0 auto;
}

/**
 * Footer
 */

.site-footer {

}

.footer-top {
	position: relative;
	overflow: hidden;
}
.footer-top a {
	color: #502138;
}
.footer-top a:hover,
.footer-top a:focus {
	color: #502138;
}

.footer-left,
.footer-right {
	position: relative;
	padding-top: 80px;
	padding-bottom: 80px;
	min-height: 846px;
}
.footer-left:after,
.footer-right:after {
	position: absolute;
	top: 0;
	width: 1000px;
	height: 100%;
	content: "";
}
.footer-left:after {
	right: 100%;
}
.footer-right:after {
	left: 100%;
}
.footer-left:after,
.footer-left {
	/*background: url(images/bg_footer_left.png) repeat scroll 0 0;*/
	background-color: #E0E0E0;
}
.footer-right:after,
.footer-right {
	/*background: url(images/bg_footer_right.png) repeat scroll 0 0;*/
	background-color: #E0E0E0;
}
.footer-contact {
	padding-left: 100px;
}
.footer-address {
	padding-left: 100px;
}
.contact-info {
	padding-left: 75px;
	margin-bottom: 50px;
}
.contact-phone {
	min-height: 67px;
	position: relative;
}
.contact-phone:after {
	content:"";
	position: absolute;
	top: 0;
	left: 0;
	height: 70px;
	width: 53px;
	background: url(images/sprits.png) no-repeat scroll 0 -211px;
}
.contact-mail {
	min-height: 80px;
	position: relative;
}
.contact-mail:after {
	content:"";
	position: absolute;
	top: 0;
	left: 0;
	height: 80px;
	width: 60px;
	background: url(images/sprits.png) no-repeat scroll 0 -43px;
}
.contact-phone h6 {
	font-size: 19px;
	line-height: 27px;
	color: #502138;
	text-transform: uppercase;
	margin: 0;
	font-weight: 800;
}
.contact-phone h4 {
	margin: 0;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
}
.contact-mail h5 {
	margin: 0;
}
.footer-socials {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer-socials li {
	display: inline-block;
	padding: 0;
	margin: 0 10px 10px 0;
}
.footer-socials li img:hover {
	opacity: 0.7;
}

.footer-address h5,
.footer-address p {
	margin-bottom: 20px;
}

.footer-address h5 {
	text-transform: uppercase;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
}

.site-info {
	text-align: center;
	font-weight: 600;
	font-size: 14px;
	line-height: 22px;
	padding: 70px 0;
}
.site-links {
	margin: 0 0 20px;
	text-align: center;
}
.site-links .footer-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
.site-links .footer-nav > li {
	display: inline-block;
	padding: 0 15px;
	margin: 0;
	list-style: none;
}
.site-links .footer-nav > li.active > a {
	color: #ffd57c;
}
.toggle .title {
	cursor: pointer;
}
.toggle-content {
	display: none;
	padding-left: 50px;
}

.signup {
	background-color: #0066b0;
	padding: 50px 0;
}
.signup .widget-title {
	color: #fff;
}

.signup-form form {
	position: relative;
}
.signup-form input[type="email"] {
	width: 100%;
	border: 1px solid #fff;
	color: #fff;
	padding-right: 130px;
	box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		-o-box-shadow: none;
		-ms-box-shadow: none;
	padding: 9px 5px;
}
.signup-form input[type="submit"] {
	position: absolute;
	top: 0;
	right: 0;
	padding: 8px 20px;
}
/* Placeholder text color -- selectors need to be separate to work. */
.signup-form ::-webkit-input-placeholder {
	color: #fff;
}

.signup-form :-moz-placeholder {
	color: #fff;
}

.signup-form ::-moz-placeholder {
	color: #fff;
}

.signup-form :-ms-input-placeholder {
	color: #fff;
}

/**
 * Media
 */

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object,
video {
	margin-bottom: 20px;
	max-width: 100%;
	vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
	margin-bottom: 0;
}
#qasearch {
	width: 80%;
}

.board-year {
	background-color: #004B79;
	color: #fff;
	font-size: 36px;
	line-height: 46px;
	margin: 15px 0;
	padding: 10px 15px;
}
.link-item {
	font-weight: 600;
	margin: 0 0 5px;
}
.link-item a {
	color: #0066b0;
	position: relative;
	display: inline-block;
	padding-left: 15px;
}
.link-item a:before {
	content: "\f111";
	font-family:'FontAwesome';
	position: absolute;
	top: 9px;
	left: 0;
	font-size: 9px;
	line-height: 9px;
}
.link-item a:hover,
.link-item a:focus {
	color: #999;
}

div.printfriendly {
	z-index: 1 !important;
}

/*body {
	color: #333;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
	font-family: 'Lato', sans-serif;
}*/

/* Custom foundation shortcode */
.row {
	margin: 0 -15px;
	max-width: none;
	width: auto;
}
.column, .columns {
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
}
/* End custom foundation shortcode */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	margin: 0 0 25px;
}

h1 {
	font-size: 38px;
	line-height: 46px;
}

h2 {
	font-size: 38px;
	line-height: 46px;
}

h3 {
	font-size: 28px;
	line-height: 36px;
}

h4 {
	font-size: 20px;
	line-height: 28px;
}

h5 {
	font-size: 18px;
	line-height: 26px;
}

h6 {
	font-size: 15px;
	line-height: 23px;
}

p {
	margin: 0 0 25px;
}

p:empty {
	display: none;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	border: 0 solid #1a1a1a;
	border-left-width: 4px;
	color: #686868;
	font-size: 19px;
	font-size: 1.1875rem;
	font-style: italic;
	line-height: 1.4736842105;
	margin: 0 0 1.4736842105em;
	padding: 0 0 0 1.263157895em;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

hr {
	background-color: #d1d1d1;
	border: 0;
	height: 1px;
	margin: 0 0 24px;
}

ul,
ol {
	margin: 0 0 24px 20px;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
	margin-left: 20px;
}

li > ul,
li > ol {
	margin-bottom: 0;
}

dl {
	margin: 0 0 24px;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 0 24px;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
	vertical-align: middle;
}

del {
	opacity: 0.8;
}


/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #686868;
}

:-moz-placeholder {
	color: #686868;
}

::-moz-placeholder {
	color: #686868;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #686868;
}


/**
 * Forms
 */

.btn,
button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
	display: inline-block;
	text-transform: uppercase;
	padding: 15px 20px;
	color: #fff;
	background-color: #005c69;
	border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		-o-border-radius: 0;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	border: none;
	white-space: normal;
	word-wrap: break-word;
}
.btn-sm {
	padding: 10px 20px;
	font-size: 14px;
	line-height: 20px;
}
.btn-radius {
	border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-o-border-radius: 5px;
}

.btn:hover,
.btn:focus,
button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	color: #fff;
	background-color: #999;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
select,
textarea {
	border: 1px solid #d76228;
	background-color: #fff;
	box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		-o-box-shadow: none;
	border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		-o-border-radius: 0;
	height: auto;
	width: 100%;
	padding: 7px 5px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
	background-color: #fff;
	border-color: #005c69;
	outline: 0;
}

/**
 * Links
 */

a {
	color: #1c6294;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #999;
	text-decoration: none;
}

a:focus {
	outline: none;
}

a:hover,
a:active {
	outline: 0;
}

.text-blue {
	color: #236294;
}
.text-white {
	color: #fff;
}

/**
 * Alignments
 */

.alignleft {
	float: left;
	margin: 0 20px 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 20px;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 20px;
}

/**
 * Clearings
 */

.clear:before,
.clear:after {
	content: "";
	display: table;
}

.clear:after {
	clear: both;
}

/**
 * Content
 */

.site-main {
	padding: 50px 0;
}

.home .site-main,
.main-blog {
	padding: 0;
}
.main-right {
	padding-top: 20px;
	padding-bottom: 20px;
}

/**
 * Header
 */

.topbar {
	padding: 20px 0;
	text-transform: uppercase;
	color: #999;
	text-align: right;
	font-size: 14px;
	line-height: 14px;
	font-weight: 700;
}
.topbar a {
	color: #638d3d;
}
.topbar a:hover,
.topbar a:focus {
	color: #999;
}
.topbar span {
	display: inline-block;
	margin-left: 10px;
	padding-left: 10px;
}
.top-add {
	color: #638d3d;
	border-left: 1px solid #638d3d;
}
.top-phone {
	font-size: 20px;
	line-height: 20px;
	font-weight: 700;

}

.site-header {
	background-color: #1c6294;
	color: #fff;
}
.header-main {
	position: relative;
}
.header-main .col-logo {
	position: static;
}
.logo {
	display: block;
	left: 15px;
	/*margin-top: -82px;*/
	position: absolute;
	top: 50%;
	z-index: 100;
}
.navbar-default {
	margin: 0;
	border: none;
	background-color: transparent;
}
.navbar-nav {
	float: right;
}
.navbar-nav > li > a {
	padding: 30px 20px;
}
.navbar-nav > li.last > a {
	border: 1px solid #fff;
	margin-top: 24px;
	padding: 5px 15px;

}
.navbar-default .navbar-nav > li > a {
	color: #fff;
	font-size: 15px;
	line-height: 23px;
	text-transform: uppercase;
	font-weight: 700;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	background-color: #135380;
	color: #fff;
}

.dropdown-menu {
	background-color: #1c6294;
	box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		-o-box-shadow: none;
	border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		-o-border-radius: 0;
	padding: 0;
	top: 100%;
	border: none;
}
.dropdown-menu > li > a {
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	line-height: 26px;
	padding: 7px 20px;
	text-transform: uppercase;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	color: #fff;
	background-color: #135380;
}
.navbar-nav > li:hover > .dropdown-menu {
	display: block;
}

.top-button {
	float: right;
	margin-right: 35px;
}
.btn-top {
	text-transform: uppercase;
	color: #fff;
	background-color: #22638d;
	border: 1px solid #fff;
	border-radius: 8px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		-o-border-radius: 8px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 7px;
	padding-bottom: 7px;
}
.btn-top:hover {
	color: #fff;
	background-color: #999;
	border: 1px solid #fff;
}

/**
 * Posts and pages
 */

.blog-timely-wrap {
	background-color: #2675ad;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	line-height: 32px;
	padding: 30px 0;
	text-align: center;
}
.page-title-wrap img {
	width: 100%;
	margin: 0;
	display: block;
}
.entry-title {
	margin: 0 0 5px;
}
.page-title {
	margin-bottom: 30px;
}
.taxonomy-description {
	margin-bottom: 50px;
	font-style: italic;
	color: #1c6294;
	text-align: center;
}

.cap-1 {
	background: rgba(0, 0, 0, 0) url("images/bg_icons.png") no-repeat scroll 0 bottom / cover ;
	padding-bottom: 85px;
	padding-top: 40px;
	color: #fff;
}
.cap-1 a {
	color: #fff;
}
.cap-1 h5 {
	font-weight: 900;
	margin: 12px 0 20px;
}
.cap-icon {
	text-align: center;
}
.inline-split {
	margin: 0;
	padding: 0;
	list-style: none;
}
.inline-split li {
	display: inline-block;
	border-right: 1px solid #fff;
	padding-right: 10px;
	margin-right: 10px;
	line-height: 15px;
}
.inline-split li.last {
	border: none;
	padding-right: 0;
	margin-right: 0;
}

.section-upcoming {
	background: rgba(0, 0, 0, 0) url("images/bg_upcoming.png") no-repeat scroll 0 0 / cover ;
	padding: 50px 0;
}
.section-title {
	font-family: "Gloria Hallelujah",cursive;
	font-weight: 400;
	line-height: 74px;
	margin-bottom: 40px;
}
.section-newsletter {
	background: rgba(0, 0, 0, 0) url("images/bg_newsletter.png") no-repeat scroll 0 bottom / cover ;
	color: #fff;
	padding: 50px 0 120px;
}
.newsletter-title .section-title {
	margin: 0;
}
.newsletter-title h4 {
	font-weight: 400;
}
.section-newsletter form {
	margin: 30px 0 0;
}
.section-newsletter input[type=email] {
	font-size: 20px;
	line-height: 28px;
	background-color: transparent;
	border: 2px solid #fff;
	margin: 0;
	width: 73%;
	color: #fff;
	font-weight: 700;
	padding: 8px 10px;
}
.section-newsletter input[type=submit] {
	background-color: #fff;
	color: #638d3d;
	font-size: 17px;
	line-height: 25px;
	padding: 12px 15px;
	width: 25%;
	float: right;
	text-align: center;
	font-weight: 900;
	border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		-o-border-radius: 0;

}
.section-newsletter input[type=submit]:hover {
	background-color: #999;
	color: #fff;
}
/* Placeholder text color -- selectors need to be separate to work. */
.section-newsletter ::-webkit-input-placeholder {
	color: #fff;
}

.section-newsletter :-moz-placeholder {
	color: #fff;
}

.section-newsletter ::-moz-placeholder {
	color: #fff;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

.section-newsletter :-ms-input-placeholder {
	color: #fff;
}
#vfbField534 {
	display:none !important;
}
.section-recentnews {
	background: url(images/bg_news.png) repeat scroll 0 0;
	padding: 50px 0;
}
.news-inner {
	margin-bottom: 30px;
}
.news-inner p {
	margin-bottom: 15px;
}
.news-inner figure {
	margin: 0 0 15px;
}
.news-title {
	margin: 0;
}
.post-info {
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 24px;
}
.more-link {

}
.more-link a {
	color: #638d3d;
	font-weight: 700;
	display: inline-block;
}
.more-link a:hover,
.more-link a:focus {
	color: #999;
}

.section-testimonial {
	background: url(images/bg_testimonial_grey.png) repeat scroll 0 0;
	overflow: hidden;
}
.section-testimonial h6 {
	text-transform: uppercase;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
}
.testimonial-left,
.testimonial-right {
	padding: 50px 0;
}
.testimonial-left {
	background-color: #638d3d;
	position: relative;
	padding-right: 50px;
}
.testimonial-left:before {
	position: absolute;
	right: 100%;
	top: 0;
	width: 1000px;
	height: 100%;
	content: "";
	background-color: #638d3d;
	z-index: 99;
}
.testimonial-right {
	position: relative;
	padding-left: 50px;
}
.testimonial-right:before {
	position: absolute;
	right: 100%;
	top: 0;
	width: 98px;
	height: 100%;
	content: "";
	z-index: 99;
	background: url(images/bg_testimonial_middle.png) no-repeat scroll 0 0;
}
.quote {
	background-position: 0 0;
	background-repeat: no-repeat;
	padding-left: 45px;
	font-size: 16px;
	line-height: 22px;
	font-style: italic;
	position: relative;
	z-index: 100;
}
.quote-white {
	color: #fff;
	background-image: url(images/quote_white.png);
}
.quote-green {
	color: #638d3d;
	background-image: url(images/quote_green.png);
}
.quote-content {
	margin-bottom: 15px;
}
.quote-author {
	font-style: normal;
	font-weight: 700;
}

.pdfprnt-buttons {
	text-align: left;
}
.sidebar .search-form {
	position: relative;
	border: 1px solid #d76228;
}
.sidebar .search-form label {
	display: block;
	margin: 0;
}
.sidebar .search-form .search-field {
	border: none;
}
.sidebar .search-form label span.screen-reader-text {
	display: none;
}
.sidebar .search-form .search-submit {
	padding: 0;
	background: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 36px;
	height: 100%;
	color: #d76228;
	box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		-o-box-shadow: none;
	border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		-o-border-radius: 0;
}
.monday-widget {
	margin: 0 0 30px;
}
.monday-widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.monday-widget li.btn {
	padding: 0;
	margin: 0 0 10px;
}
.monday-widget li.btn a {
	padding: 20px 15px;
	color: #fff;
	display: block;
}
.monday-widget.widget_search {
	border: 1px solid #226193;
	padding: 20px 15px;
}
.monday-widget.widget_search .widget-title {
	margin: 0 0 15px;
	font-size: 16px;
}
.monday-widget.widget_search .search-field {
	border: 1px solid #d76228;
	background-color: #fff;
	box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		-o-box-shadow: none;
	border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		-o-border-radius: 0;
	height: auto;
	width: 100%;
	padding: 7px 36px 7px 5px;
	margin: 0;
	border: none;
}

.pdfprnt-top-right,
.pdfprnt-bottom-right,
.pdfprnt-top-bottom-right,
.pdfprnt-right {
	padding: 0 !important;
}
.monday-logo {
	margin: 0;
}
.monday-date {
	margin-bottom: 30px;
	font-weight: 700;
	text-align: center;
	font-size: 22px;
	line-height: 30px;
}
.monday-post .share {
	border: none;
	margin: 0;
	padding: 0;
}
.monday-widget .widget-title {
	text-align: center;
	margin: 0 0 15px;
}
.monday-widget .btn {
	display: inline-block;
	text-transform: uppercase;
	padding: 20px 20px;
	color: #fff;
	background-color: #005c69;
	border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		-o-border-radius: 0;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	border: none;
	white-space: normal;
	word-wrap: break-word;
	box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		-o-box-shadow: none;
	width: 100%;
	text-align: center;
}
.monday-widget .btn-blue {
	background-color: #226193;
}
.monday-widget .btn-gold {
	background-color: #E2AF25;
}
.monday-widget .btn-rust {
	background-color: #D46227;
}
.monday-widget .btn-green {
	background-color: #638c3d;
}
.monday-widget .btn-yellow {
	background-color: #e2af25;
}
.monday-widget .btn-blue-dark {
	background-color: #007481;
}
.monday-widget .btn-aqua {
	background-color: #007481;
}
.monday-widget .btn:hover,
.monday-widget .btn:focus {
	background-color: #999;
	color: #fff;
}
.monday-post {
	border-bottom: 4px solid #eaeaea;
	margin-bottom: 30px;
	padding-bottom: 40px;
}
#breadcrumbs {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 5px;
	margin-top: 25px;
}

/**
 * Comments
 */

.comments-area {
	border-top: 4px solid #eaeaea;
	padding: 20px 0 0;
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
	padding-top: 1.75em;
}

.comments-title,
.comment-reply-title {
	text-transform: uppercase;
}

.comments-title {
	margin-bottom: 1.217391304em;
}

.comment-list {
	list-style: none;
	margin: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid #d1d1d1;
	padding: 1.75em 0;
}

.comment-list .children {
	list-style: none;
	margin: 0;
}

.comment-list .children > li {
	padding-left: 0.875em;
}

.comment-author {
	margin-bottom: 0.4375em;
}

.comment-author .avatar {
	float: left;
	height: 28px;
	margin-right: 0.875em;
	position: relative;
	width: 28px;
}

.bypostauthor > article .fn:after {
	content: "\f304";
	left: 3px;
	position: relative;
	top: 5px;
}

.comment-metadata,
.pingback .edit-link {
}

.comment-metadata {
	margin-bottom: 24px;
}

.comment-metadata a,
.pingback .comment-edit-link {

}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .comment-edit-link:hover,
.pingback .comment-edit-link:focus {

}

.comment-metadata .edit-link,
.pingback .edit-link {
	display: inline-block;
}

.comment-metadata .edit-link:before,
.pingback .edit-link:before {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 1.5em 1.25em;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

.comment-reply-link {
	border: 1px solid #d76329;
	color: #d76329;
	display: inline-block;
	margin-top: 0;
	padding: 8px 15px;
}

.comment-reply-link:hover,
.comment-reply-link:focus {
	border-color: #999;
	color: #999;
	outline: 0;
}

.comment-form {

}

.comment-form label {
	display: block;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.comment-list .comment-form {
	padding-bottom: 24px;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
	margin-bottom: 24px;
}

.no-comments {
	border-top: 1px solid #d1d1d1;
	font-weight: 700;
	margin: 0;
	padding-top: 24px;
}

.comment-navigation + .no-comments {
	border-top: 0;
	padding-top: 0;
}

.form-submit {
	margin-bottom: 0;
}

.required {
	color: #007acc;
}

.comment-reply-title small {
	font-size: 100%;
}

.comment-reply-title small a {
	border: 0;
	float: right;
	height: 32px;
	overflow: hidden;
	width: 26px;
}

.comment-reply-title small a:hover,
.comment-reply-title small a:focus {
	color: #1a1a1a;
}

.comment-reply-title small a:before {
	content: '\f405';
	font-size: 32px;
	position: relative;
	top: -5px;
}

/**
 * Sidebar
 */

.news-inner {
	margin-bottom: 30px;
}

.news-inner p {
	margin-bottom: 15px;
}

.news-inner figure {
	margin: 0 0 15px;
}

.news-title {
	margin: 0;
}

.post-info {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 10px;
}

.single-blog .post-info {
	margin-bottom: 24px;
}

.blog-list-item .share {
	border-bottom: 4px solid #eaeaea;
	border-top: 0 none;
	margin: 10px 0 0;
	padding: 0 0 30px;
}

.blog-list-item .share a,
.post-top .share a {
	background-size: 32px auto;
	height: 34px;
	width: 32px;
}

.blog-list-item .share a.twitter,
.post-top .share a.twitter {
	background-position: 0 -34px;
}

.blog-list-item .share a.linked-in,
.post-top .share a.linked-in {
	background-position: 0 -102px;
}

.blog-list-item .share a.google-plus,
.post-top .share a.google-plus {
	background-position: 0 -68px;
}

.post-top .share {
	border: medium none;
	margin: 15px 0 10px;
	padding: 0;
}

.post-top .share span {
	display: none;
}

.sidebar-blog {
	background-color: #2675ad;
	color: #fff;
	padding: 20px 15px;
}

.sidebar-blog li,
.sidebar-blog p {
	font-size: 15px;
	line-height: 23px;
	color: #fff;
}

.sidebar-blog h1,
.sidebar-blog h2,
.sidebar-blog h3,
.sidebar-blog h4,
.sidebar-blog h5,
.sidebar-blog h6 {
	color: #fff;
}

.sidebar-blog a {
	color: #fff;
}

.sidebar-blog a:hover,
.sidebar-blog a:focus {
	color: #a5c7e0;
}

.blog-widget {
	margin: 0 0 30px;
}

.blog-widget .widget-title {
	color: #fff;
	font-weight: 900;
	margin: 0 0 24px;
	text-transform: uppercase;
}

.sidebar-article {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sidebar-article li {
	margin: 0 0 24px;
	padding: 0;
}

.sidebar-article .title {
	font-weight: 700;
	margin: 0;
}

.sidebar-article .excerpt {
	margin: 0 0 5px;
	color: #fff;
}

.sidebar-article .date {
	font-style: italic;
	margin: 0 0 10px;
	color: #fff;
}

.sidebar-article .recent-post-thumb,
.sidebar-article .recent-post-info {
	box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	float: left;
}

.sidebar-article .recent-post-info {
	width: 70%;
}

.sidebar-article .recent-post-thumb {
	padding-bottom: 10px;
	padding-right: 10px;
	width: 30%;
}

.widget_categories ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget_categories ul li {
	color: #fff;
	padding: 0 0 6px;
}

.widget_categories ul li a:before {
	content: '\f0da';
	font-family: "FontAwesome";
	position: absolute;
		top: 0;
		left: 0;
}

.widget_categories ul li a {
	display: inline-block;
	padding-left: 15px;
	position: relative;
}

.widget_categories ul ul.children {
	padding-left: 15px;
}

.widget_archive label.screen-reader-text {
	display: none;
}

.widget_archive select {
	border: none;
	color: #000;
	margin: 0;
	padding: 5px 5px;
	width: 100%;
}

.widget .more {
	font-weight: 700;
	font-size: 18px;
	line-height: 28px;
}

.blog-bar {
	background-color: #628c49;
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	line-height: 30px;
	padding: 30px 0;
	text-align: center;
}

.post-navigation {
	border-top: 1px solid #ccc;
	margin: 30px 0 0;
}

.nav-link-top .post-navigation {
	border-top: 0;
	border-bottom: 1px solid #ccc;
	margin: 0 0 24px;
}

.post-navigation h2.screen-reader-text {
	display: none;
}

.nav-links::after {
	clear: both;
	content: '';
	display: table;
}

.nav-links {
	margin: 0 -15px;
	padding: 10px 0 0;
	position: relative;
}

.nav-link-top .nav-links {
	padding: 0 0 10px;
}

.post-navigation .nav-next,
.post-navigation .nav-previous {
	background: none;
	box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	margin: 0;
	padding: 0 15px;
	position: relative;
}

.post-navigation .post-title {
	position: relative;
	vertical-align: middle;
}

.post-navigation .post-title i {
	font-size: 22px;
	font-weight: 700;
	line-height: 28px;
	vertical-align: top;
}

.nav-previous i {
	padding-right: 5px;
}

.nav-next i {
	padding-left: 5px;
}

.related-posts {
	border-top: 4px solid #eaeaea;
	margin: 30px 0 0;
	padding: 24px 0 0;
}

.related-posts .widget-title {
	text-transform: uppercase;
}

.related-item {
	float: left !important;
}

.related-item .post-thumb,
.related-item h6,
.related-item .date,
.related-item .excerpt {
	margin: 0 0 5px;
}

.related-item h6 {
	text-transform: uppercase;
}

.related-item .date {
	margin-bottom: 15px;
}

.related-item .more {
	text-decoration: underline;
}

.wp-pagenavi {
	margin-bottom: 30px;
}

.author-bio-box {
	background-color: #f9f9f9;
	border: 2px solid #ccc;
	padding: 15px;
	margin: 0 0 30px;
}

.author-bio-title {
	margin: 0 0 15px;
}

.author-icon {
	text-align: center;
	margin: 10px 0 0;
}

.author-icon img {
	margin: 0 2px 4px;
}

.author-icon a:hover > img {
	opacity: 0.7;
}

.author-thumb {
	text-align: center;
}

.alert-message .close {
	display: none;
}

form.visual-form-builder {
	margin-top: 0;
}

.visual-form-builder fieldset {
	margin-top: 0;
}

/* Landing */

.landing-template {
	font-size: 18px;
	line-height: 26px;
}

.landing-template .site-main {
	padding: 0;
}

.landing-template h2,
.landing-template h3,
.landing-template h4 {
	font-weight: 600;
	margin: 0 0 25px;
}

.landing-template h2 {
	font-size: 28px;
	line-height: 36px;
}

.landing-template h3 {
	font-size: 24px;
	line-height: 32px;
}

.text-blue {
	color: #236295;
}

.margin-sm {
	margin-bottom: 10px !important;
}

.margin-md {
	margin-bottom: 30px !important;
}

.margin-lg {
	margin-bottom: 50px !important;
}

.margin-xlg {
	margin-bottom: 50px !important;
}

.landing-banner img {
	display: block;
	margin: 0;
	width: 100%;
}

.header-bar {
	background-color: #fff;
	border-bottom: solid #ffd783 2px;
	color: #9a6486;
	padding: 20px 0;
}

.header-tagline {
	padding-right: 240px;
	position: relative;
}

.header-tagline h2 {
	color: #fff;
	font-weight: 700;
	margin: 0;
	padding: 0;
}

.header-tagline .logo-bar {
	margin-top: -97px;
	position: absolute;
		top: 50%;
		right: 40px;
	z-index: 100;
}

.landing-left {
	padding: 30px 0 0;
}

.landing-item {
	margin-bottom: 30px;
}

.landing-item .col-xs-9 {
	padding-left: 0;
}

.landing-item h3 {
	margin: 0;
}

.landing-item img {
	margin-top: 10px;
}

.landing-right {
	background-color: #ffd783;
	padding: 85px 60px 0px;
}

.landing-right .visual-form-builder fieldset {
	background-color: transparent;
	border: none;
	margin: 0;
}

.landing-right .vfb-section {
	margin: 0 !important;
	padding: 0;
}

.landing-right label {
	color: #000;
}

.landing-right li.vfb-item {
	margin-bottom: 15px !important;
	padding: 0 !important;
}

.landing-right .visual-form-builder label,
.landing-right label.vfb-desc {
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
}

.landing-right input.vfb-text {
	height: 40px;
}

.landing-right input.vfb-text,
.landing-right textarea.vfb-textarea {
	background-color: #fff;
	border: none;
	border-radius: 0;
		-moz-border-radius: 0;
		-o-border-radius: 0;
		-webkit-border-radius: 0;
	margin: 0;
	width: 100%;
}

.landing-right textarea.vfb-textarea {
	height: 140px;
}

.landing-right input.vfb-submit {
	background-color: #33aaba;
	border: none;
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	line-height: 32px;
	padding: 15px 15px;
	text-align: center;
	width: 100%;
}

.landing-right .vfb-submit:hover,
.landing-right .vfb-submit:focus {
	background-color: #999;
	color: #fff;
}

.landing-image-list {
	background-color: #5697a1;
	margin: 50px 0;
	padding: 20px 0;
}

.landing-image-list p:empty {
	display: none;
}

.landing-image-list .container {
	max-width: 100%;
	width: 100%;
}

.landing-image-list img {
	width: 100%;
}

.testimonial-landing {
	font-size: 20px;
	line-height: 34px;
	margin: 0 0 50px;
}

.testimonial-quote:after {
	border: solid transparent;
	border-color: rgba(218, 219, 220, 0);
	border-top-color: #dadbdc;
	border-width: 10px;
	content: ' ';
	height: 0;
	left: 50%;
	margin-left: -10px;
	pointer-events: none;
	position: absolute;
	top: 100%;
	width: 0;
}

.testimonial-quote {
	background: #dadbdc;
	border-radius: 8px;
		-moz-border-radius: 8px;
		-o-border-radius: 8px;
		-webkit-border-radius: 8px;
	margin-bottom: 25px;
	padding: 30px;
	position: relative;
	text-align: center;
}

.testimonial-quote-author {
	font-weight: 600;
	text-align: center;
}

.question-bar {
	background-color: #0064b0;
	color: #fff;
	padding: 20px 0;
}

.question-bar a {
	color: #fff;
}

.question-bar a:hover,
.question-bar a:focus {
	color: #e2af24;
}

.question-bar a:hover img {
	opacity: 0.7;
}

.question-bar h2 {
	color: #fff;
	font-size: 48px;
	font-weight: 700;
	line-height: 56px;
	margin: 0 0 10px;
}

.question-bar h4 {
	color: #fff;
	font-size: 36px;
	font-weight: 400;
	line-height: 44px;
	margin: 0 0 10px;
}

.question-bar p {
	font-size: 24px;
	line-height: 32px;
	margin: 0;
}

.footer-landing {
	background-color: #fff;
	padding: 80px 0;
}

.footer-landing h2 {
	font-size: 45px;
	line-height: 53px;
	text-align: center;
}

.footer-landing-left {
	margin-top: 35px;
	text-align: center;
}

.button-lager {
	font-size: 35px;
	font-weight: 700;
	line-height: 44px;
	padding: 20px 15px;
	text-align: center;
	text-transform: capitalize;
}

.footer-landing .button {
	background-color: #9a6486 !important;
	border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		-o-border-radius: 0;
	color: #fff;
	display: inline-block;
	white-space: normal;
	width: 100%;
}

.footer-landing .button:hover,
.footer-landing .button:focus {
	background-color: #999 !important;
	color: #fff;
}

.footer-landing-bottom {
	background-color: #373737;
	color: #fff;
	font-size: 12px;
	line-height: 18px;
	padding: 30px 0;
}

.footer-landing-bottom a {
	color: #fff;
}

.bio-wrap {
	text-align: left;
}

.bio-thumb {
	margin-bottom: 15px;
}

.show-more {
	background-color: #fff;
	color: #d56328;
	cursor: pointer;
	margin: 0 !important;
	position: absolute;
		bottom: 0;
		left: 0;
	width: 100%;
	z-index: 99;
}
.show-more:hover,
.show-more:focus {
	color: #999;
}

.director-meta {
	text-align: left;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 15px;
}

.meta-item {
	margin-bottom: 5px;
}

.direction-item:nth-of-type(3n+1) {
	clear: both;
}

.show-more2 {
	background-color: #dc651e;
	border-radius: 5px;
		-moz-border-radius: 5px;
		-o-border-radius: 5px;
		-webkit-border-radius: 5px;
	color: #fff;
	display:block;
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
	padding: 10px 15px;
}

a.show-more2 :hover,
a.show-more2:focus,
a.show-more2:active {
	background-color: #999;
	color: #fff;
	text-decoration: none;
}

/**
 * Staff Directory
 */

#staff_directory {
	table-layout: auto !important;
}

#staff_directory tr td {
	word-wrap: break-word;
}

.footable-filtering-search .dropdown-menu li:first-child {
	display: none !important;
}

#staff_directory .form-inline {
	margin-bottom: 15px;
	text-align: center;
}

#staff_directory .input-group .form-control {
	font-size: 18px;
	line-height: 26px;
	max-width: 100%;
	padding: 12px;
	width: 460px;
}

#staff_directory .input-group-btn button.btn {
	padding: 14px 20px !important;
}

/* Monday Message */

.monday-message-main {
	padding: 50px 0;
}

.ms1 {
	border-top: 5px solid #25649a;
	border-bottom: 5px solid #25649a;
	padding: 30px 0;
}

.ms-main-left {
	border-right: 1px solid #ccc;
	padding-right: 30px;
}

.link-box {
	position: relative;
}

.link-box img {
	width: 100%;
}

.link-box .overlay {
	height: 100%;
	position: absolute;
		top: 0;
		left: 0;
	text-align: center;
	width: 100%;
	z-index: 100;
}

.overlay .cmid {
	display: table;
	height: 100%;
	width: 100%;
}

.overlay .cmid .inner {
	display: table-cell;
	vertical-align: middle;
}

.overlay .cmid .title {
	background-color: rgba(0, 0, 0, 0.7);
	color: #fff;
	display: block;
	font-weight: 700;
	padding: 10px 10px;
	text-transform: uppercase;
	width: 100%;
}

.ms-main {
	border-right: 1px solid #949494;
	padding-right: 30px;
}

.ms-side {
	padding-left: 0;
}

.ms2 {
	border-bottom: 5px solid #949494;
	padding: 0 0 50px;
}

.ms-title {
	font-weight: 900;
	margin-bottom: 30px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
}

.ms-title .ms-date {
	color: #666;
	font-size: 14px;
	font-weight: 400;
	line-height: 30px;
	position: absolute;
		top: 16px;
		right: 0;
	z-index: 100;
}

.ms-side .ms-title {
	font-size: 32px;
	line-height: 38px;
	margin-top: 0;
}

.ms-post {
	margin-bottom: 30px;
}

.ms-posts .col:nth-of-type(2n+1) {
	clear: both;
}

.ms-post .thumb {
	margin-bottom: 15px;
}

.ms-post .entry-title {
	font-weight: 700;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.ms-post .entry-meta {
	color: #484848;
	font-style: italic;
	margin-bottom: 15px;
}

.ms-post .entry-meta a {
	color: #484848;
}

.ms-post .entry-meta a:hover {
	color: #25649a;
}

.ms-post .more-link {
	display: none;
}

.ms-more {
	font-weight: 400;
}

.ms-post .ms-more,
.ev-more {
	color: #484848;
	display: block;
	font-style: italic;
	text-align: right;
	text-transform: uppercase;
}

.ms-post .ms-more:hover,
.ev-more:hover {
	color: #25649a;
}

.ev-more {
	font-size: 16px;
	line-height: 24px;
	text-align: center;
}

.ms-post .entry-excerpt p {
	margin-bottom: 10px;
}

.msa2 h1 {
	margin: 0 0 5px;
}

.msa2 h6 {
	margin-top: 0;
	text-transform: uppercase;
	font-weight: 300;
	text-align: center;
}

.ms-archives .col:nth-of-type(3n+1) {
	clear: both;
}

.ms-archives .msa-post {
	margin-bottom: 30px;
}

.msa-post .thumb {
	margin-bottom: 15px;
}

.msa-post .thumb img {
	width: 100%;
}

.msa-post .entry-title {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.msa-post .more-link {
	display: block;
	text-align: right;
	margin-top: 10px;
}

.msa3 {
	border-top: 5px solid #949494;
	border-bottom: 5px solid #d3e0ea;
	margin-bottom: 30px;
	padding: 30px 0;
}

.msa3 .ms-title {
	margin-top: 0;
}

.msa3 form {
	margin: 0;
}

.msa3 input[type="text"],
.msa3 select {
	margin: 0;
	padding: 12px 10px;
	width: 100%;
}

.msa3 input[type="submit"] {
	padding: 10px 15px;
	width: 100%;
}

.mss-newsletter {
	padding: 0 30px;
}

.monday-message-single {
	color: #666;
	font-size: 18px;
	line-height: 26px;
}

.mss-nav-top {
	border-bottom: 1px solid #236294;
	border-top: 5px solid #236294;
	margin: 0 0 30px;
	padding: 20px 0;
}

.ms-back a {
	color: #666;
	font-weight: 400;
}

.ms-back a:hover {
	color: #236294;
}

.mss-title {
	color: #000;
	font-weight: 700;
	margin: 0 0 30px;
	/* text-transform: uppercase; */
}

.mss-links {
	border-top: 1px solid #666;
	padding: 20px 0;
}

.mss-nav-bottom {
	border-top: 5px solid #666;
	border-bottom: 5px solid #666;
	margin: 0 0 50px;
	padding: 20px 0;
	text-transform: uppercase;
}

.mss-nav-bottom a {
	color: #666;
}

.mss-nav-bottom .post-navigation {
	border: none;
	margin: 0;
}

.mss-nav-bottom .post-navigation h2 {
	display: none;
}

.mss-nav-bottom .nav-links {
	margin: 0;
	padding: 0;
}

.mss-nav-bottom .nav-links:after {
	clear: both;
	content: '';
	display: table;
}

.mss-nav-bottom .nav-previous,
.mss-nav-bottom .nav-next {
	float: left;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	width: 50%;
}

.mss-nav-bottom .nav-next {
	float: right;
	text-align: right;
}

.mss-share.share {
	border: none;
	margin: 0;
	padding: 0;
}

.mss-recent-post .ms-title {
	margin: 0 0 30px;
}

.msg_inner {
	background-color: #fff;
	margin-bottom: 25px;
	position: relative;
}

.msg-header {
	color: #fff;
	font-size: 26px;
	font-weight: 900;
	line-height: 32px;
	padding: 15px 15px 15px 50px;
	text-align: center;
	text-transform: uppercase;
}

.msg-content {
	padding: 15px 20px 50px;
}

.msg-date {
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-weight: normal;
	padding: 5px 20px;
	position: absolute;
		bottom: 0;
		right: 0;
	z-index: 99;
}

.msg-icon {
	color: #fff;
	display: inline-block;
	position: absolute;
		top: 13px;
		left: 15px;
	z-index: 99;
}
.msg-icon:before {
	color: #fff;
	font-family: "FontAwesome";
	font-size: 30px;
}

/* Critical */

.msg_inner.msg-critical {
	border: 4px solid #ef403d;
}

.msg-critical .msg-header {
	background-color: #ef403d;
}

.msg-critical .msg-date {
	background-color: #ef403d;
}

.msg-critical .msg-icon:before {
	content: '\f00d';
}

/* All */

.msg_inner.msg-all_clear {
	border: 4px solid #8fe06a;
}

.msg-all_clear .msg-header {
	background-color: #8fe06a;
}

.msg-all_clear .msg-date {
	background-color: #8fe06a;
}

.msg-all_clear .msg-icon:before {
	content: '\f00c';
}

/* Important */

.msg_inner.msg-important {
	border: 4px solid #fcd657;
}

.msg-important .msg-header {
	background-color: #fcd657;
	color: #000;
}

.msg-important .msg-date {
	background-color: #fcd657;
}

.msg-important .msg-icon:before {
	content: '\f12a';
	color: #000;
}

.msg-important .msg-date {
	color: #000;
}

/* Important */

.msg_inner.msg-informational {
	border: 4px solid #acdbe5;
}

.msg-informational .msg-header {
	background-color: #acdbe5;
	color: #000;
}

.msg-informational .msg-date {
	background-color: #acdbe5;
}

.msg-informational .msg-icon:before {
	color: #000;
	content: '\f129';
}

.msg-informational .msg-date {
	color: #000;
}

.sl-wrapper .sl-image .sl-caption {
	display: none !important;
}

/* Testimonials */

.testimonials-grid {
	display: flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
		-ms-flex-wrap: wrap;
}

.col-testimonial {
	margin-bottom: 50px;
}

.testimonial-box {
	border: 1px solid #065c69;
	border-radius: 10px;
		-moz-border-radius: 10px;
		-o-border-radius: 10px;
		-webkit-border-radius: 10px;
	box-shadow: 0 0 8px #065c69;
	height: 100%;
	padding: 50px 25px 25px;
	position: relative;
	text-align: center;
}

.t-icon {
	background-color: #9a6486;
	border: 1px solid #065c69;
	border-radius: 8px;
		-moz-border-radius: 8px;
		-o-border-radius: 8px;
		-webkit-border-radius: 8px;
	color: #fff;
	display: inline-block;
	left: 25px;
	padding: 5px 10px;
	position: absolute;
	top: -18px;
}

.testimonial-text {
	font-style: italic;
	margin-bottom: 20px;
}

.testimonial-name {
	margin-bottom: 5px;
}

.testimonial-relationship {
	margin: 0;
}

.testimonial-rotate {
	text-align: center;
}

.has-quote {
	display: inline-block;
	padding: 0;
	position: relative;
}

.has-quote p {
	margin: 0;
}

.review-btn {
	text-align: right;
}

.review-btn a {
	background-color: #9a6486;
	border-radius: 10px;
	border-style: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	margin-bottom: 50px;
	padding: 15px 20px;
	text-align: center;
	text-transform: uppercase;
}

.review-btn a:hover {
	color: #FFD700;
}

@media (max-width: 767px) {
	.dataTables_filter,
	.dataTables_info,
	.dataTables_length,
	.dataTables_paginate {
		display: block !important;
		margin: 10px 0 !important;
		padding: 0 !important;
		text-align: left !important;
		width: 100% !important;
	}

	#staff_directory .input-group .form-control {
		width: auto !important;
	}
}

/**
 * Footer
 */

.site-footer {
	padding: 0;
}

.footer-widgets {
	background-color: #1c6294;
	color: #fff;
	padding: 30px 0;
}

.footer-widgets a {
	color: #fff;
}

.footer-widgets a:hover {
	color: #a5c7e0;
}

.footer-widgets .widget-title {
	text-transform: uppercase;
	margin-bottom: 20px;
}

.footer-widgets .menu:after {
	clear: both;
	display: table;
	content: "";
}

.footer-widgets .menu {
	list-style: none;
	margin: 0 -10px;
	padding: 0;
}

.footer-widgets .menu li {
	float: left;
	font-weight: 700;
	margin: 0 0 10px;
	padding: 0 10px;
	width: 50%;
}

.footer-socials {
	text-align: center;
}

.footer-socials a {
	background: url("images/sprits.png") no-repeat scroll 0 0;
	display: inline-block;
	font-size: 32px;
	height: 50px;
	line-height: 32px;
	margin: 0 15px;
	width: 50px;
}

.footer-socials a.facebook {
	background-position: 0 -507px;
}

.footer-socials a.pinterest {
	background-position: -170px -507px;
}

.footer-socials a.instagram {
	background-position: -81px -507px;
}

.footer-widget-4 h5 {
	margin: 0 0 20px;
}

.footer-widget-4 h5 span {
	font-weight: 400;
}

.footer-bar {
	background-color: #2675ad;
	color: #fff;
	font-family: "Gloria Hallelujah", cursive;
	font-size: 22px;
	line-height: 30px;
	padding: 30px 0;
	text-align: center;
}

.footer-bar a {
	font-family: "Lato", sans-serif;
	font-weight: 700;
	color: #fff;
}

.copyright {
	background-color: #fff;
	padding: 25px 0;
}

.copy a {
	color: #333;
}

.copy a:hover,
.copy a:focus {
	color: #1c6294;
}

.footer-logos {
	text-align: right;
}

.footer-logos a {
	display: inline-block;
	margin-left: 20px;
}

.logo-ib {
	margin-left: 0;
}

h4.widget-title {
	font-size: 17px;
}

#staff_directory > tbody {
	display: none;
}

/**
 * Resources
 */

.resource-cat-grid {
	display: flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
		-ms-flex-wrap: wrap;
}

.col-resource {
	margin-bottom: 30px;
}

.resource-cat {
	height: 100%;
}

.rterm-thumb {
	align-items: center;
	display: flex;
	justify-content: center;
}

.rterm-thumb img {
	display: block;
	margin: 0 auto;
}

.resources-list {
	list-style: disc;
	margin: 0;
	padding: 0;
}

.resources-list > li {
	margin: 0 0 10px 15px;
	padding: 0;
}

/* Books  */

.books-grid {
	display: flex;
	display: -ms-flexbox;
	flex-wrap: wrap;
		-ms-flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}

.col-book {
	margin-bottom: 50px;
	padding-left: 10px;
	padding-right: 10px;
}

.book-item {
	border: 1px solid #26557a;
	border-radius: 12px;
		-moz-border-radius: 12px;
		-o-border-radius: 12px;
		-webkit-border-radius: 12px;
	font-size: 13px;
	height: 100%;
	line-height: 19px;
	padding-bottom: 50px;
	position: relative;
	text-align: center;
}

.book-top {
	padding: 12px 12px 0;
}

.book-featured {
	background-color: #ff754c;
	border-radius: 0 0 10px 10px;
		-moz-border-radius: 0 0 10px 10px;
		-o-border-radius: 0 0 10px 10px;
		-webkit-border-radius: 0 0 10px 10px;
	color: #fff;
	display: block;
	font-size: 11px;
	line-height: 14px;
	margin-left: 12px;
	padding: 2px 10px;
	position: absolute;
		top: 0;
		left: 0;
	text-align: center;
	text-transform: uppercase;
	width: 96px;
}

.book-thumb {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-bottom: 12px;
	min-height: 225px;
}

.book-thumb img {
	border-radius: 10px;
		-moz-border-radius: 10px;
		-o-border-radius: 10px;
		-webkit-border-radius: 10px;
	display: block;
	margin: 0 auto;
	max-height: 225px;
}

.book-title {
	margin-bottom: 5px;
	font-size: 15px;
	line-height: 21px;
}

.book-title a {
	color: #000;
}

.book-title a:hover {
	color: #551a8b;
}

.book-author {
	color: #5a5a5a;
	margin-bottom: 12px;
}

.books-bottom {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 0 12px;
}

.book-cat {
	padding: 0 46px 10px 0;
	text-align: left;
}

.book-cat a {
	color: #26557a;
}

.book-url {
	position: absolute;
	right: 0;
	bottom: -3px;
}

.book-url img {
	border-radius: 0 0 10px 0;
		-moz-border-radius: 0 0 10px 0;
		-webkit-border-radius: 0 0 10px 0;
		-o-border-radius: 0 0 10px 0;
	display: block;
}

.book-url a:hover img {
	opacity: 0.7;
}

/**
 * Media
 */

/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object,
video {
	margin-bottom: 20px;
	max-width: 100%;
	vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
	margin-bottom: 0;
}

/**
 * Media Queries
 */

/**
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
 
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

@media (min-width: 768px) {
	.main-right {
		float: right;
	}
}

@media (min-width: 768px) {
	.medium-1 {
		width: 8.33333%;
	}

	.medium-2 {
		width: 16.66667%;
	}

	.medium-3 {
		width: 25%;
	}

	.medium-4 {
		width: 33.33333%;
	}

	.medium-5 {
		width: 41.66667%;
	}

	.medium-6 {
		width: 50%;
	}

	.medium-7 {
		width: 58.33333%;
	}

	.medium-8 {
		width: 66.66667%;
	}

	.medium-9 {
		width: 75%;
	}

	.medium-10 {
		width: 83.33333%;
	}

	.medium-11 {
		width: 91.66667%;
	}

	.medium-12 {
		width: 100%;
	}
}

@media (min-width: 992px) {
	.news-grid .col-md-4:nth-of-type(3n+1) {
		clear: both;
	}

	.post-navigation .nav-next,
	.post-navigation .nav-previous {
		width: 50%;
		float: left;
	}

	.post-navigation .nav-next {
		text-align: right;
	}
}

@media (min-width: 1200px) {
	.large-1 {
		width: 8.33333%
	}

	.large-2 {
		width: 16.66667%;
	}

	.large-3 {
		width: 25%;
	}

	.large-4 {
		width: 33.33333%;
	}

	.large-5 {
		width: 41.66667%;
	}

	.large-6 {
		width: 50%;
	}

	.large-7 {
		width: 58.33333%;
	}

	.large-8 {
		width: 66.66667%;
	}

	.large-9 {
		width: 75%;
	}

	.large-10 {
		width: 83.33333%;
	}

	.large-11 {
		width: 91.66667%;
	}

	.large-12 {
		width: 100%;
	}

	.col-book {
		flex: 0 0 20%;
			-ms-flex: 0 0 20%;
		max-width: 20%;
	}
}

@media (max-width: 1199px) {
	.navbar-nav > li > a {
		padding: 25px 10px;
	}

	.navbar-nav > li.last > a {
		margin-top: 20px;
	}

	.navbar-default .navbar-nav > li > a {
		font-size: 14px;
		line-height: 24px;
	}

	.navbar-default .navbar-nav > li > a {
		padding: 15px 10px;
	}

	.dropdown-menu > li > a {
		font-size: 14px;
		line-height: 24px;
		padding: 5px 10px;
	}

	.logo img {
		width: 200px;
	}
}

@media (max-width: 991px) {
	.news-grid .col-sm-6:nth-of-type(2n+1) {
		clear: both;
	}

	.testimonial-right:before {
		background-size: cover;
	}

	.footer-widgets .col-sm-6:nth-of-type(2n+1) {
		clear: both;
	}

	.footer-widget {
		margin-bottom: 30px;
	}

	.footer-logos {
		margin-top: 20px;
		text-align: left;
	}

	.footer-logos a {
		margin: 0 15px 0 0;
	}

	.footer-logos a.logo-wasc {
		margin-right: 0;
	}

	.landing-right {
		padding: 85px 20px 0;
	}

	.question-bar h2 {
		font-size: 36px;
		line-height: 44px;
	}

	.question-bar h4 {
		font-size: 24px;
		line-height: 32px;
	}

	.question-bar p {
		font-size: 18px;
		line-height: 26px;
	}

	.footer-landing h2 {
		font-size: 36px;
		line-height: 44px;
	}

	.button-lager {
		font-size: 20px;
		line-height: 26px;
		padding: 15px;
	}
}

@media (max-width: 767px) {
	body {
		font-size: 15px;
		line-height: 25px;
	}

	h1 {
		font-size: 28px;
		line-height: 36px;
	}

	h2 {
		font-size: 25px;
		line-height: 33px;
	}

	h3 {
		font-size: 22px;
		line-height: 30px;
	}

	h4 {
		font-size: 20px;
		line-height: 28px;
	}

	h5 {
		font-size: 17px;
		line-height: 25px;
	}

	h6 {
		font-size: 15px;
		line-height: 23px;
	}

	.small-1 {
		width: 8.33333%;
	}

	.small-2 {
		width: 16.66667%;
	}

	.small-3 {
		width: 25%;
	}

	.small-4 {
		width: 33.33333%;
	}

	.small-5 {
		width: 41.66667%;
	}

	.small-6 {
		width: 50%;
	}

	.small-7 {
		width: 58.33333%;
	}

	.small-8 {
		width: 66.66667%;
	}

	.small-9 {
		width: 75%;
	}

	.small-10 {
		width: 83.33333%;
	}

	.small-11 {
		width: 91.66667%;
	}

	.small-12 {
		width: 100%;
	}

	.topbar .top-phone {
		display: block;
		margin: 10px 0 0;
		padding: 0;
	}

	.logo {
		margin-top: 0;
		top: 8px;
		z-index: 99999;
	}

	.logo img {
		width: 80px;
	}

	.navbar-toggle {
		margin: 30px 0;
	}

	.navbar-default .navbar-toggle {
		border-color: #fff;
		background-color: transparent;
	}

	.navbar-default .navbar-toggle:hover,
	.navbar-default .navbar-toggle:focus {
		background-color: transparent;
	}

	.navbar-default .navbar-toggle .icon-bar {
		background-color: #fff;
	}

	.navbar-nav {
		float: none;
	}

	.navbar-nav > li > a {
		padding: 10px 0;
	}

	.navbar-default .navbar-nav > li > a {
		font-size: 15px;
		line-height: 25px;
	}

	.navbar-default .navbar-nav > li > a:hover,
	.navbar-default .navbar-nav > li > a:focus,
	.navbar-default .navbar-nav > .active > a,
	.navbar-default .navbar-nav > .active > a:hover,
	.navbar-default .navbar-nav > .active > a:focus {
		background-color: transparent;
		color: #a5c7e0;
	}

	.navbar-default .dropdown-menu {
		display: block;
		float: none;
		position: static;
	}

	.navbar-default .dropdown-menu > li > a {
		font-size: 15px;
		line-height: 25px;
		padding: 10px 0;
	}

	.navbar-default .dropdown-menu > li > a:hover,
	.navbar-default .dropdown-menu > li > a:focus,
	.navbar-default .dropdown-menu > .active > a,
	.navbar-default .dropdown-menu > .active > a:hover,
	.navbar-default .dropdown-menu > .active > a:focus {
		background-color: transparent;
		color: #a5c7e0;
	}

	.testimonial-left:after {
		background-color: #638d3d;
		content: '';
		height: 100%;
		position: absolute;
			top: 0;
			left: 100%;
		width: 1000px;
		z-index: 99;
	}

	.testimonial-right:before {
		display: none;
	}

	.testimonial-left,
	.testimonial-right {
		padding: 50px 0;
	}

	.sidebar-blog {
		margin-bottom: 30px;
	}

	.footer-widget-4 .text-center {
		text-align: left;
	}

	.footer-socials {
		text-align: left;
	}

	.footer-socials a {
		margin: 0 20px 0 0;
	}

	.footer-bar {
		font-size: 18px;
		line-height: 26px;
	}

	.landing-right {
		padding: 30px 15px 0;
	}

	.logo-bar img {
		width: 100px;
	}

	.header-tagline {
		padding-right: 105px;
	}

	.header-tagline .logo-bar {
		margin-top: -110px;
		right: 0;
	}

	.question-bar p {
		margin-bottom: 25px;
	}

	.footer-landing {
		padding: 50px 0;
	}

	.footer-landing-left {
		margin-top: 0;
	}

	.footer-landing img {
		width: 120px;
	}

	.footer-landing h2 {
		font-size: 28px;
		line-height: 36px;
	}

	.testimonial-landing {
		font-size: 16px;
		line-height: 28px;
	}

	.testimonial-quote {
		padding: 20px 15px;
	}
}

@media (max-width: 479px) {
	.header-tagline {
		padding-right: 0;
	}

	.header-tagline .logo-bar {
		margin-top: 0;
		right: 0;
		top: -72px;
	}

	.logo-bar img {
		width: 80px;
	}

	.question-bar h2 {
		font-size: 28px;
		line-height: 36px;
	}

	.question-bar h4 {
		font-size: 20px;
		line-height: 26px;
	}

	.question-bar p {
		font-size: 16px;
		line-height: 24px;
	}
}

/**
 * Media Queries
 */

/**
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */

@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

@media (min-width: 768px) {
	.main-right {
		float: right;
	}
	.right-sm {
		float: right;
	}
}

@media (min-width: 991px) {
	.main-inner {
		padding-right: 30px;
	}
}

@media (min-width: 1199px) {
	.main-inner {
		padding-right: 50px;
	}
}

@media (max-width: 1199px) {
	.font-lg {
		font-size: 60px;
		line-height: 68px;
	}

	.top-nav > ul > li > a {
		font-size: 18px;
		line-height: 26px;
	}

	.navbar-default {
		font-size: 15px;
	}

	.navbar-default .dropdown-menu > li > a {
		font-size: 18px;
		line-height: 26px;
	}

	.navbar-default .dropdown-menu > li > a {
		font-size: 15px;
	}

	.box-icon.box-icon-1,
	.box-icon.box-icon-2,
	.box-icon.box-icon-3,
	.box-icon.box-icon-4 {
		background-size: 80px;
	}

	.box-icon.box-left {
		padding-right: 90px;
	}

	.box-icon.box-right {
		padding-left: 90px;
	}

	.box-icon.box-left:after {
		right: 90px;
	}

	.box-icon.box-right:after {
		left: 90px;
	}

	.box-icon h5 {
		font-size: 20px;
		line-height: 28px;
	}

	.home-3 .subtitle {
		font-size: 36px;
		line-height: 44px;
	}

	.footer-contact {
		padding-left: 15px;
	}

	.footer-address {
		padding-left: 15px;
	}
}

@media (max-width: 991px) {
	.header-right {
		margin-bottom: 12px;
	}

	.top-nav > ul > li {
		background-position: 0 -368px;
	}

	.top-nav > ul > li > a {
		font-size: 14px;
		line-height: 22px;
	}

	.navbar-default {
		font-size: 12px;
	}

	.navbar-nav {
		text-align: center;
	}

	.navbar-nav > li {
		padding: 0;
	}

	.navbar-default .navbar-nav > li > a {
		font-size: 12px;
		line-height: 22px;
	}

	.navbar-default .dropdown-menu > li > a {
		font-size: 14px;
		line-height: 22px;
	}

	.navbar-default .dropdown-menu > li > a {
		font-size: 12px;
		line-height: 20px;
	}

	.logo {
		position: static;
	}

	.logo img {
		width: 200px;
	}

	.socials a {
		font-size: 20px;
	}

	.list-arrow > li {
		background-position: 0 -677px;
		font-size: 20px;
		line-height: 28px;
		padding: 0 0 25px 40px;
	}

	.list-arrow > li:after {
		left: 40px;
		width: 80px;
	}

	.contact-info {
		margin-bottom: 30px;
	}

	.contact-phone h6 {
		font-size: 14px;
		line-height: 22px;
	}

	.contact-phone h4 {
		font-size: 30px;
		line-height: 38px;
	}

	.contact-mail h5 {
		font-size: 16px;
		line-height: 24px;
	}

	.footer-left,
	.footer-right {
		min-height: 580px;
	}

	.footer-address h5 {
		font-size: 20px;
		line-height: 28px;
	}

	.ms-main-left {
		padding-right: 0px;
		border-right: none;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.board-list .col-sm-6:nth-of-type(2n+1) {
		clear: both;
	}
}

@media (max-width: 767px) {
	body {
		font-size: 14px;
		line-height: 24px;
	}

	h1 {
		font-size: 36px;
		line-height: 44px;
	}

	h2 {
		font-size: 32px;
		line-height: 40px;
	}

	h3 {
		font-size: 28px;
		line-height: 36px;
	}

	h4 {
		font-size: 22px;
		line-height: 30px;
	}

	h5 {
		font-size: 18px;
		line-height: 26px;
	}

	h6 {
		font-size: 14px;
		line-height: 22px;
	}

	.home h1 {
		font-size: 36px;
		line-height: 44px;
	}

	.home h2 {
		font-size: 32px;
		line-height: 40px;
	}

	.home h3 {
		font-size: 28px;
		line-height: 36px;
	}

	.home h4 {
		font-size: 22px;
		line-height: 30px;
	}

	.show-xs {
		display: block !important;
	}

	.hide-xs {
		display: none !important;
	}

	.btn,
	button,
	button[disabled]:hover,
	button[disabled]:focus,
	input[type="button"],
	input[type="button"][disabled]:hover,
	input[type="button"][disabled]:focus,
	input[type="reset"],
	input[type="reset"][disabled]:hover,
	input[type="reset"][disabled]:focus,
	input[type="submit"],
	input[type="submit"][disabled]:hover,
	input[type="submit"][disabled]:focus {
		padding: 10px 25px;
	}

	.font-lg {
		font-size: 48px;
		line-height: 56px;
	}

	.logo {
		margin-bottom: 15px;
		text-align: center;
	}

	.home .site-header {
		background-color: #454c51;
		position: static;
	}

	.header-right {
		margin: 0;
	}

	.search-wrap {
		width: 170px;
	}

	.top-nav {
		display: none;
	}

	.navbar-default {
		font-size: 15px;
	}

	.navbar-nav > li {
		display: block;
		padding: 0;
		text-align: left;
	}

	.navbar-default .navbar-nav > li > a {
		border: none;
	}

	.navbar-default .dropdown-menu {
		display: block;
		float: none;
		position: static;
	}

	.navbar-default .dropdown-menu > li > a {
		font-size: 15px;
		line-height: 20px;
		padding: 15px 0;
	}

	.banner {
		padding-bottom: 100px;
		padding-top: 100px;
	}

	.section {
		padding: 60px 0;
	}

	.home-2 {
		background: none;
		padding-top: 60px;
	}

	.section-header .title {
		margin-bottom: 60px;
	}

	.home-3 .subtitle {
		font-size: 26px;
		line-height: 34px;
	}

	.footer-left,
	.footer-right {
		min-height: 0;
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.footer-contact {
		padding-left: 0;
	}

	.footer-address {
		padding-left: 0;
	}

	.signup-form input[type="email"] {
		padding-right: 110px;
	}

	.signup-form input[type="submit"] {
		font-size: 16px;
		line-height: 26px;
	}

	.sidebar-blog {
		margin-bottom: 30px;
	}

	.msa3 input[type="text"],
	.msa3 select {
		margin: 0 0 15px;
	}

	.ms-main {
		border-right: none;
		padding-right: 0px;
	}

	.ms-title .ms-date {
		position: static;
		display: block;
	}

	.mss-nav-top .ms-date {
		text-align: left;
	}
}

@media (max-width: 479px) {
	.search-wrap {
		margin-right: 10px;
		width: 150px;
	}

	.top-button {
		float: right;
		margin-right: 15px;
	}

	.btn-top {
		font-size: 13px;
		line-height: 19px;
		padding-left: 10px;
		padding-right: 10px;
	}

	.socials li {
		margin-left: 15px;
	}

	#qasearch {
		width: 100%;
	}

	.book-thumb {
		min-height: 0;
	}

	.book-thumb img {
		max-height: 225px;
	}
}

@media print {
	.col-sidebar,
	.share,
	.site-footer,
	.site-header,
	#glt-translate-trigger,
	.goog-te-spinner-pos {
		display: none;
	}

	.col-main {
		width: 100%;
	}

	a[href]:after {
		content: none;
	}

	.monday-post {
		padding-bottom: 16px;
	}
}