/*!
Theme Name: Logan University
Theme URI: http://underscores.me/
Author: MindActive
Author URI: http://www.mindactive.com
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: logan
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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.

Logan University is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/

TODO: Clean up Table of Contents
TODO: Convert font-sizes to Ems where applicable

*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
	## Links
# Forms
# Header
	## Header Promo
	## Header Utility
	## Header Main
# Navigation
	## Menus
	## Bottom Bar
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
#Footer
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

.svg-sprite {
	position: absolute;
	height: 0;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	-webkit-box-sizing: content-box;
	        box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Page Builder Wrappers
--------------------------------------------------------------*/

.lg-grid-section .lg-section-inner {
	max-width: 110em;
	margin: 0 auto;
	position: relative;
	z-index: 20;
}

@media screen and (min-width: 50em) {
	.lg-grid-section .lg-section-inner {
		padding: 0 3.125rem;
	}
}

/* @media screen and (min-width: 50em) {
	.lg-equal-height .lg-full-section-inner,
	.lg-equal-height.lg-grid-section .lg-section-inner-margin {
		display: flex;
		align-items: stretch;
	}
	.lg-equal-height .vc_column_container {
		display: flex;
	}
	.lg-equal-height .vc_column-inner {
		display: flex;
	}
	.lg-equal-height .wpb_wrapper {
		display: flex;
		align-items: stretch;
		flex-direction: column;
	}
} */
/*--------------------------------------------------------------
# Rows and Columns
--------------------------------------------------------------*/
/* .lg-full-section-inner,
.lg-section-inner {
	padding: 0 1.875rem;
} */

.row {
	max-width: 110em;
	margin: 0 auto;
}
.row::after,
.row::before {
    content: ' ';
    display: table
}

.row::after {
    clear: both
}

.col {
	float: left;
	padding: 0 1.875rem;
}

.col-1 {
	width: 8.33333%
}

.col-2 {
	width: 16.66667%
}

.col-one-fifth {
	width: 20%;
}

.col-3 {
	width: 25%
}

.col-4 {
	width: 33.33333%
}

.col-5 {
	width: 41.66667%
}

.col-6 {
	width: 50%
}

.col-7 {
	width: 58.33333%
}

.col-8 {
	width: 66.66667%
}

.col-9 {
	width: 75%
}

.col-10 {
	width: 83.33333%
}

.col-11 {
	width: 91.66667%
}

.col-12 {
	width: 100%
}

.lg-full-section-inner {
	padding-right: 15px;
	padding-left: 15px;
}

@media screen and (min-width: 64em) {
	.lg-section-inner {
		padding: 0;
	}
	.s-col-6 {width: auto;}
	.s-col-6:nth-child(3) {
		clear: none;
	}
}

@media screen and (max-width: 64em) {
	.col {
		width: 100% !important;
	}
	.row {
		margin-left: 0;
		margin-right: 0
	}
}

@media screen and (min-width: 768px) and (max-width: 64rem) {
	.s-col-6 {
		width: 50% !important;
	}
	.s-col-6:nth-child(3) {
		clear: left;
	}
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: 800;
	color: #002e5f;
}

h1 {
	font-size: 34px;
	line-height: 40px;
}

h2 {
	font-size: 32px;
	line-height: 40px;
}

h3 {
	font-size: 1.75rem;
	line-height: 35px;
}

h4 {
	font-size: 28px;
	line-height: 32px;
}

h5 {
	font-size: 26px;
	line-height: 30px;
}

h6 {
	font-size: 1.125rem;
}
@media screen and (min-width: 50em) {
	h1 {
		font-size: 3.125rem;
		line-height: 1.25;
	}
	
	h2 {
		font-size: 2.5rem;
		line-height: 1.25;
	}
	
	h3 {
		font-size: 1.875rem;
		line-height: 1.25;
	}
	
	h4 {
		font-size: 1.563rem;
		line-height: 1.25;
	}
	
	h5 {
		font-size: 1.25rem;
		line-height: 1.25;
	}
	
	h6 {
		font-size: 1.063rem;
		line-height: 1.25;
	}
}
/* @media screen and (min-width: 100em) {
	h1 {
		font-size: 4.063rem;
		line-height: 75px;
	}
	
	h2 {
		font-size: 3.438rem;
		line-height: 65px;
	}
	
	h3 {
		font-size: 2.813rem;
		line-height: 55px;
	}
	
	h4 {
		font-size: 2.188rem;
		line-height: 45px;
	}
	
	h5 {
		font-size: 1.563rem;
		line-height: 35px;
	}
	
	h6 {
		font-size: 1.313rem;
	}
} */

p {
	margin-bottom: 1.5em;
	color: #575757;
}

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

/*--------------------------------------------------------------
# Utility Classes
--------------------------------------------------------------*/
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.text-left {
	text-align: left;
}
.text-justify {
	text-align: left;
}
.lg-text.text-small p {
	font-size: 14px;
	line-height: 2.25;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: inherit;
	        box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #0091d9;
  text-decoration: none;
}

a:hover, a:focus, a:active {
  color: #002e5f;
}

.logan-top-search-wrap input.search-field:focus {
	outline: 0 none !important;
}

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


/*--------------------------------------------------------------
## Buttons
--------------------------------------------------------------*/
.lg-button-wrapper,
.lg-buttons-wrapper {
	text-align: center;
	padding: 0 1.875rem;
}
.entry-content__main .lg-buttons-wrapper,
.entry-content__main .lg-button {
	padding: 0;
}
.lg-button--multi {
	display: block;
}
.lg-button--multi.text-left {
	float: left;
}
.lg-button--multi.text-right {
	float: right;
}

.btn {
  font-weight: 800;
	-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

.btn--solid {
  display: inline-block;
  padding: 1.5rem 2.5rem;
  color: #ffffff;
	font-size: 1.125rem;
	line-height: 1.4;
	margin-bottom: 2rem;
}

.btn--green {
	background: #7eaf00;
}
.btn--green:hover,
.btn--green:focus,
.btn--green:active {
	background: #689000;
	color: #ffffff;
}
.btn--blue {
	background: #0091d9;
}
.btn--blue:hover,
.btn--blue:focus,
.btn--blue:active {
	color: #ffffff;
	background: #0083C4;
}

.btn--arrow,
.nav-links a {
  color: #002e5f;
  font-size: 1rem;
}

.nav-links a {
  font-weight: 800;
	-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

.btn--arrow svg,
.nav-links svg {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
	-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	margin-left: .25rem;
  fill: #7eaf00;
}

.nav-next svg {
	-webkit-transform: rotate(180deg);
	        transform: rotate(180deg);
	position: relative;
	top: 1px;
	margin-right: .5rem;
	margin-left: 0;
}

.btn--arrow:hover svg,
.btn--arrow:focus svg,
.btn--arrow:active svg,
.nav-links:hover svg,
.nav-links:focus svg,
.nav-links:active svg {
  fill: #0091d9;
}

svg.arrow {
	width: 32px;
	height: 12px;
}
@media screen and (min-width: 50em) {
	.lg-buttons-wrapper > *:first-child {
		margin-right: 2rem;
	}
	.lg-button--multi {
		display: inline-block;
	}
	.lg-button-wrapper,
	.lg-buttons-wrapper {
		padding: 0;
	}
	.btn--solid {
		padding: 1.5rem 4rem;
		font-size: 1.5rem;
	}
}

@media screen and (min-width: 64em) {
	.lg-button--multi {
		padding: 0 3rem 0 0;
	}
	.btn--arrow {
		font-size: 1.125rem;
	}
	.btn--arrow svg {
		margin-left: .5rem;
	}
	svg.arrow {
    width: 45px;
    height: 15px;
	}
	/* if buttons follow text, add margin to top. */
	.lg-text-wrapper + .lg-buttons-wrapper {
		margin-top: 4rem;
	}
}



/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e7e8;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

input:focus,
textarea:focus {
	outline: none;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

input.search-field {
	-webkit-appearance: none;
	border-radius: 0px;
	border: 2px solid #ccc;
	color: #002e5f;
	font-size: 1.063rem;
	line-height: 1;
	margin: 0;
	width: 100%;
	outline: none;
	padding: 1.7rem 4rem 1.875rem 1.7rem;
}

input.search-submit {
	background: #0091d9;
	border-radius: 0;
	border: 0 none;
	color: #ffffff;
	display: inline-block;
	font-size: 1.5rem;
	font-weight: 800;
	line-height: 1.4;
	margin-top: 2rem;
	max-height: 81px;
	min-width: 295px;
	padding: 1.5rem 4rem;
	width: 100%;
}
@media screen and (min-width: 50em) {
	.search-form {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}
	input.search-submit {
		margin-top: 0;
		margin-left: 2.375rem;
		width: auto;
	}
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#masthead {
	background: #ffffff;
	border-bottom: 7px solid #0091d9;
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,.5);
	        box-shadow: 0 0 15px rgba(0,0,0,.5);
	position: relative;
	width: 100%;
	top: 0;
	z-index: 999;
}
#masthead.stuck {
	position: fixed;
	top: 0;
	  width: 100%;
	  z-index: 999;
}
.header__main__wrapper {
	max-width: 110em;
	margin: 0 auto;
	background: #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 20px 30px 0;
}
.logo {
	line-height: 0;
	-ms-flex-negative: 1;
	    flex-shrink: 1;
}
.reveal-toggle {
	display: none;
}
@media screen and (min-width: 50em) {
	#masthead {
		border-bottom: 0 none;
	}
	.logged-in #masthead.stuck {
		top: 32px;
	}
	.header__main__wrapper {
		-ms-flex-pack: distribute;
		    justify-content: space-around;
	}
	.stuck .header__main {
		border-top: 4px solid #0091d9;
	}
	.stuck.revealed .header__main {
		border-top: 4px solid transparent;
	}
	.reveal-toggle {
		display: block;
		width: 0px;
		overflow: hidden;
		background: none;
		padding: 0;
		margin-left: 0;
		border: 0 none;
		border-radius: 0;
		-ms-flex-negative: 0;
		    flex-shrink: 0;
		-webkit-transition: width 200ms ease-in-out, margin-left 200ms ease-in-out;
		transition: width 200ms ease-in-out, margin-left 200ms ease-in-out;
	}
	.reveal-toggle.show {
		width: 42px;
		margin-left: 42px;
		margin-bottom: 20px;
	}
	.reveal-toggle.active svg polygon {
		-webkit-transition: all .2s cubic-bezier(.33333,0,.66667,.33333);
		transition: all .2s cubic-bezier(.33333,0,.66667,.33333);
		-webkit-transform-origin: center;
		        transform-origin: center;
	}
	.reveal-toggle.active svg polygon:nth-child(1){

	}
	.reveal-toggle.active svg polygon:nth-child(2){

	}
	.reveal-toggle.active svg polygon:nth-child(3) {

	}
}

/*--------------------------------------------------------------
## Header Promo
--------------------------------------------------------------*/
.header__promo {
	display: none;
  float: left;
  width: 100%;
	line-height: 1.4;
	background: #0091d9;
	-webkit-transition: height .6s ease-in-out;
	transition: height .6s ease-in-out;
}

.header__promo .widget {
  padding: 1.25em 3.125em;
  margin: 0;
}

.header__promo p {
	margin: 0;
  color: #ffffff;
	font-size: 1.125em;
	margin-bottom: 1em;
  font-weight: 600;
  text-align: left;
}

.header__promo a {
  color: #ffffff;
  font-size: 1.125em;
  font-weight: 800;
}

.header__promo svg {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
	margin-left: .75em;
  fill: #002e5f;
}

@media screen and (min-width: 50em) {
	.header__promo {
		display: block;
		float: left;
		width: 100%;
		overflow: hidden;
		line-height: 1.125;
		background: -webkit-gradient(linear, left top, right top, color-stop(60%, #002e5f), color-stop(60%, #0091d9));
		background: linear-gradient(to right, #002e5f 60%, #0091d9 60%);
	}
	.header__promo__wrapper {
		max-width: 110em;
		margin: 0 auto;
	}
	.header__promo .widget {
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		float: right;
		padding: 1.25em 40px 1.25em 3.125em;
		margin: 0;
		background: #0091d9;
		-webkit-transform: skewX(-16deg) translateX(10px);
		        transform: skewX(-16deg) translateX(10px);
	}
	.header__promo .widget > * {
		-webkit-transform: skewX(16deg);
		        transform: skewX(16deg);
	}
	.header__promo p {
		margin: 0 3.125em 0 0;
		text-align: right;
	}
	.header__promo p:after {
		position: absolute;
		top: 0;
		right: -1.625em;
		width: 2px;
		height: 100%;
		content: '';
		background: #002e5f;
		-webkit-transform: scaleY(1.5);
		        transform: scaleY(1.5);
	}
}

/*--------------------------------------------------------------
## Header Utility
--------------------------------------------------------------*/
.header__utility {
	display: none;
}
.header__utility-icon {
	stroke: #0091d9;
	stroke-width: .5px;
	fill: none;
	margin-right: .5rem;
}

#utility-nav li:nth-child(4) svg {
	stroke-width: 2px;
	stroke: #0091d9;
}

.mobile__utility .header__utility-icon {
	-webkit-transform: translateY(5px);
	        transform: translateY(5px);
}
@media screen and (min-width: 50em) {
	.header__utility {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
		width: 100%;
		overflow: hidden;
		-webkit-transition: height .6s ease-in-out;
		transition: height .6s ease-in-out;
		padding: 30px 30px 20px;
		max-width: 110em;
		margin: 0 auto;
	}
	.header__utility ul {
		list-style: none;
		margin: 0;
		padding: 0;
		float: right;
	}
	.header__utility ul li {
		display: inline-block;
		padding: .25rem 0;
	}
	.header__utility ul li:last-child {
    border-left: 2px solid #0091d9;
	}
	.header__utility ul li a {
		color: #002e5f;
		padding: 0 1em;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		line-height: 1;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		cursor: pointer;
		-webkit-transition: all 200ms ease-in-out;
		transition: all 200ms ease-in-out;
	}
	.header__utility ul li a:hover {
		color: #0091d9;
	}
	.header__utility ul li:last-child a {
		padding-right: 0;
		padding-left: 1.5rem;
	}
	.header__utility-search {
		margin-left: 1rem;
		border: 0 none;
    background: none;
    border-radius: 0;
    color: #002e5f;
    border-left: 2px solid #0091d9;
    font-size: 1rem;
	}
}

/*--------------------------------------------------------------
## Header Main
--------------------------------------------------------------*/
/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}
.logo--mobile {
	padding-bottom: 20px;
}
.logo--mobile img[src*="svg"] {
	width: 125px;
	height: 77px;
}
.logo--desktop {
	display: none;
}

@media screen and (min-width: 70em) {
	.logo--mobile {
		display: none;
	}
	.logo--desktop {
		display: block;
		max-width: 630px;
		margin-right: 30px;
		padding: 0 0 20px;
	}
	.logo--desktop img[src*="svg"] {
		width: 630px;
	}
}

@media screen and (min-width: 50em) {
	.logo--mobile {
		margin-right: 30px;
	}
	.logo--mobile img[src*="svg"] {
		width: 100px;
		height: 62px;
	}
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-nav {
	clear: both;
	display: block;
	float: left;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}

.main-nav ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-nav ul.menu > li {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	text-align: center;
	float: left;
	/* position: relative; */
}
.main-nav a {
	position: relative;
	font-size: 1.375em;
	font-size: calc(1em + .35vw);
	font-weight: 800;
	padding-bottom: 20px;
	display: block;
	text-decoration: none;
	color: #002e5f;
	-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.main-nav li:hover a {
	color: #0091d9;
}
.main-nav ul.menu > li > a:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	height: calc(100% - 20px);
	background: #0091d9;
	width: 2px;
	-webkit-transform: skewX(-15deg);
	        transform: skewX(-15deg);
}
.main-nav ul.menu > li:last-child a:after {
	display: none;
}

/* Main Nav dropdown .sub-menu */
.main-nav .sub-menu {
	float: left;
	display: none;
	position: absolute;
	margin: 0 auto;
	min-width: 300px;
	background: #f8f8f8;
	padding: 52px 40px;
	z-index: -1;
	-webkit-box-shadow: 0 30px 15px -20px rgba(0,0,0,.5) inset, 0 3px 3px rgba(0, 0, 0, 0.2);
	        box-shadow: 0 30px 15px -20px rgba(0,0,0,.5) inset, 0 3px 3px rgba(0, 0, 0, 0.2);
}

.main-nav .sub-menu > li {
	text-align: left;
}

.sub-menu> li p {
	font-size: 18px;
	font-weight: 800;
	color: #002e5f;
	margin: 0 0 25px;
}

.main-nav .sub-menu li a.btn--menu {
	color: #fff;
	font-size: 1.313rem;
	padding: 1rem 2rem;
	display: inline-block;
	margin-bottom: 0px;
}

.main-nav .sub-menu li a {
	font-size: 1.063rem;
	color: #0091d9;
	font-weight: 700;
	margin-bottom: 20px;
	padding-left: 20px;
	padding-bottom: 0px;
	-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

.main-nav .sub-menu li a:hover {
	color: #0083C4;
}

.main-nav .sub-menu li:last-child a {
	margin-bottom: 0px;
}



/* Mobile Menu */
.menu-button,
.main-nav.toggled ul {
	display: block;
}
.menu-button,
.search-button {
	float: left;
	background: none;
	padding: 0;
	border: 0 none;
	border-radius: 0;
}
.search-button span,
.menu-button span,
.reveal-toggle span {
	position: absolute;
	opacity: 0;
	top: -1000px;
	left: -1000px;
}
.menu-icon {
	width: 33px;
	fill: #0091d9;
}
.search-icon {
	fill: #0091d9;
	margin-right: 20px;
}

@media screen and (min-width: 50em) {
	.main-nav {
		-webkit-box-flex: 1;
		    -ms-flex-positive: 1;
		        flex-grow: 1;
	}
	.menu-button,
	.search-button {
		display: none;
	}
	.main-nav ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	.menu-icon {
		width: 42px;
		fill: #0091d9;
	}
	ul.sub-menu > li p {
		font-size: 22px;
		font-weight: 700;
		margin: 0 0 50px;
		padding-right: 20px;
	}
}

.content .comment-navigation,
.content .posts-navigation,
.content .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: right;
	text-align: right;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: left;
	width: 50%;
}
/*--------------------------------------------------------------
## Bottom Bar
--------------------------------------------------------------*/
/* Bottom Bar Menus */
.bottom-bar {
	display: none;
}
.mobile__secondary .bottom-bar__icon {
	margin-right: 10px;
}
#bottom-bar-menu-left li:first-child .bottom-bar__icon {
	margin-left: 10px;
	margin-right: 0;
	-webkit-transform: rotate(180deg);
	        transform: rotate(180deg);
	-webkit-transition: -webkit-transform 200ms ease-in-out;
	transition: -webkit-transform 200ms ease-in-out;
	transition: transform 200ms ease-in-out;
	transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
}
#bottom-bar-menu-left li.logan-active .bottom-bar__icon {
	-webkit-transform: rotate(0deg);
	        transform: rotate(0deg);
}
.bottom-bar__left svg {
	fill: #0091d9;
	-webkit-transition: fill 200ms ease-in-out;
	transition: fill 200ms ease-in-out;
}
.bottom-bar__left li:last-child svg {
	fill: #7eaf00;
}
.bottom-bar__right svg {
	fill: #002e5f;
	-webkit-transition: fill 200ms ease-in-out;
	transition: fill 200ms ease-in-out;
}
.bottom-bar__left li:hover svg {
	fill: #7eaf00;
}
.bottom-bar__left li:last-child:hover svg {
	fill: #689000;
}
.bottom-bar__right li:hover svg {
	fill: #ffffff;
}
@media screen and (min-width: 50em) {
	.bottom-bar {
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		/* display: grid;
		grid-template-columns: 1fr 1fr; */
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		z-index: 1001;
	}
	.bottom-bar.stuck {
		-webkit-transform: translateY(-92px);
		        transform: translateY(-92px);
	}
	.bottom-bar .menu {
		margin: 0;
		padding: 0;
		list-style-type: none;	
	}
	.bottom-bar__left > div,
	.bottom-bar__right > div {
		width: 100%;
	}
	.bottom-bar__left,
	.bottom-bar__right {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-flex: 1;
		    -ms-flex-positive: 1;
		        flex-grow: 1;
		min-width: 50%;
	}
	.bottom-bar__left {
		background: rgba(0, 46, 95, .9);
	}
	.bottom-bar__right {
		background: rgba(0, 145, 217, .9);
	}
	.bottom-bar__left ul ,
	.bottom-bar__right ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: distribute;
		    justify-content: space-around;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.bottom-bar ul li {
		width: 33.33%;
		position: relative;
	}
	.bottom-bar ul li:after {
		content: '';
		position: absolute;
		right: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		        transform: translateY(-50%);
		height: 40px;
		width: 2px;
	}
	.bottom-bar__left li:after {
		background: #0091d9;
	}
	.bottom-bar__right li:after {
		background: #002e5f;
	}
	.bottom-bar ul li:last-child:after {
		display: none;
	}
	.bottom-bar ul li a {
		color: #ffffff;
		font-size: 1.125em;
		font-size: calc(.75em + .315vw);
		font-weight: 600;
		line-height: 1;
		text-decoration: none;
		padding: 1rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		text-align: center;
	}
	.bottom-bar__icon {
		margin-bottom: 10px;
	}
	.bottom-bar__left li:first-child a {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
		cursor: pointer;
	}
}
@media screen and (min-width: 70em) {
	.bottom-bar ul li a,
	.bottom-bar__left li:first-child a {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		padding: 2rem 1rem;
	}
	.bottom-bar__icon {
		margin-right: 10px;
		-ms-flex-negative: 0;
		    flex-shrink: 0;
		margin-bottom: 0;
	}
	.bottom-bar__left li:first-child .bottom-bar__icon {
		margin-right: 0;
		margin-left: 10px;
	}
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	        clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	-webkit-clip-path: none;
	        clip-path: none;
	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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}
#content {
	position: relative;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

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

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

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.header:before,
.header:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.header:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

h3.widget-title {
	font-size: 21px;
}

.widget select {
	max-width: 100%;
}

/* Hours widget */
.lg-hours-table {
	display: grid;
	grid-template-columns: 1fr minmax(max-content, max-content);
	grid-template-rows: repeat(6,1fr);
}

.lg-hours-table__col {
	border-bottom: 1px solid #7eaf00;
	margin-bottom: .5rem;
}

.lg-hours-table__col:nth-child(odd) {
	padding-right: 1rem;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#page {
	overflow: hidden;
}
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

/* article.post {
	max-width: 70rem;
	margin: 0 auto;
} */

.updated:not(.published) {
	display: none;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
	padding: 60px 0;
  color: #ffffff;
  background: #002e5f;
}

.site-footer .col:first-child {
	max-width: 475px;
}

.site-footer .col:first-child h3 {
	margin-bottom: 0;
	line-height: 1;
}
.site-footer .col:first-child .textwidget {
	font-size: 1.063rem;
}

.site-footer .col:first-child .textwidget p:nth-child(2) a {
	text-decoration: underline;
	font-weight: 700;
}

.site-footer .col > *:last-child {
	border-bottom: 2px solid #7eaf00;
	margin-bottom: 0;
	padding-bottom: 1rem;
}

.site-footer .col:last-child > *:first-child {
	border-bottom: 2px solid #7eaf00;
	margin-bottom: 0;
	padding-bottom: 1rem;
}

.site-footer img[src*="svg"] {
	width: 350px;
}
.site-footer .menu {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.site-footer .menu li a {
	color: #ffffff;
	margin-bottom: .5rem;
	font-size: .875rem;
	display: block;
}
.site-footer h3,
.site-footer p {
	color: #ffffff;
}
.site-footer a {
	color: #ffffff;
}

.btn-wrapper {
	text-align: center;
	margin-top: 3rem;
}
.btn-wrapper .btn {
	margin: 0 auto 4rem;
}

@media screen and (min-width: 64em) {
	.site-footer {
		padding: 100px 0 140px;
	}
	.site-footer .row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	/* .site-footer .col:first-child {
		-webkit-box-flex: 0;
		    -ms-flex: 0 1 360px;
		        flex: 0 1 360px;
	} */
	.site-footer .col {
		position: relative;
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 auto;
		        flex: 1 1 auto;
		width: auto;
	}
	.site-footer .col > *:last-child {
		border-bottom: 0 none;
	}
	.site-footer .col:last-child > *:first-child {
		border-bottom: 0 none;
		padding-bottom: 0;
	}
	.site-footer .col > * {
		padding: 0 20px;
	}
	.site-footer .col > * h3 {
		margin-top: 0;
		line-height: 1;
	}
	.site-footer .col:first-child > * {
		padding: 0;
	}
	.site-footer .col:after {
		content:'';
		top: 0;
		bottom: 0;
		background: #7eaf00;
		width: 2px;
		right: 0;
		position: absolute;
	}
	.site-footer .col:last-child:after {
		content:'';
		display: none;
	}
	.site-footer .col:last-child > *:first-child {
		margin-bottom: 52px;
	}
	.site-footer .menu li a {
		font-size: 1rem;
	}
}

@media screen and (min-width: 64em) {
	.site-footer .col > * {
		padding: 0 2vw;
	}
	.site-footer .col:last-child > * {
		padding-right: 0;
	}
}


/*--------------------------------------------------------------
## Copyright
--------------------------------------------------------------*/
.copyright {
	margin-top: 2rem;
	padding: 0 1.875rem;
}
.copyright li {
	display: block;
}
.copyright a {
	text-decoration: underline;
}
.copyright p,
.copyright a {
	font-size: .875rem;
}


@media screen and (min-width: 70em) {
	.copyright {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		max-width: 110em;
		margin: 80px auto 0;
		padding: 0;
	}
	.copyright > * {
		display: inline-block;
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 auto;
		        flex: 1 1 auto;
		margin: 0;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		padding: 0 1em;
	}
	.copyright > *:first-child {
		-webkit-box-flex: 1;
		    -ms-flex: 1 0 auto;
		        flex: 1 0 auto;
	}
	.copyright .menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		text-align: center;
	}
	.copyright li {
		padding: 0 1em;
		display: inline-block;
	}
	.copyright p,
	.copyright a {
		font-size: .938rem;
	}
}


/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}



/* Search Wrap */
.logan-top-search-wrap {
	background: rgba(1, 37, 75, .9);
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	z-index: 9999;
	overflow-y: auto;
	display: none;
}
.logan-top-search-wrap .logan-top-search-close {
	position: absolute;
	right: 0px;
	top: 0;
	width: 32px;
	fill: #ffffff;
	text-align: center;
	cursor: pointer;
}
.logan-top-search-row {
	display: table;
	width: 100%;
	height: 100%;
}
.logan-top-search-cell {
	display: table-cell;
	vertical-align: middle;
	padding-left: 30px;
	padding-right: 30px;
}
.logan-top-search-wrap form {
	max-width: 630px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.logan-top-search-wrap input.search-field {
	background: transparent;
	color: #ffffff;
	width: 100%;
	border-width: 0px 0px 3px;
	font-size: 40px;
	padding: 0px 120px 25px 0px;
	line-height: 48px;
	letter-spacing: 0.5px;
}
.logan-top-search-wrap input::-webkit-input-placeholder {
	color: #ffffff;
}
.logan-top-search-wrap input::-moz-placeholder {
	color: #ffffff;
}

.logan-top-search-wrap input.search-submit {
	position: absolute;
	top: 0px;
	right: 52px;
	width: 35px;
	height: 35px;
	padding: 0px;
	opacity: 0;
	filter: alpha(opacity=0);
}

.logan-top-search-wrap .logan-top-search-submit {
	position: absolute;
	right: 52px;
	top: 0px;
	width: 35px;
	text-align: center;
}

.logan-top-search-wrap .logan-top-search-submit .search-icon {
	fill: #ffffff;
}


/* Mobile Wrap */
.logan-mobile-menu-wrap {
	background: #ffffff;
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	z-index: 8888;
	overflow-y: auto;
	display: none;
}
.mobile__icons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 55px 30px 0;
}
.close-button {
	width: 24px;
	fill: #0091d9;
	cursor: pointer;
}
.logan-mobile-menu-wrap ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.mobile__main {
	margin-top: 20px;
}
.mobile__main ul li {
	position: relative;
}
.mobile__main ul li a {
	color: #002e5f;
	display: block;
	font-size: 1.125rem;
	font-weight: 800;
	line-height: .875;
	border-bottom: 1.5px solid #e6e7e8;
	padding: 1.125em 30px;
}
.mobile__main ul.sub-menu li a {
	font-size: 1em;
	font-weight: 700;
	padding: 20px 30px;
	border-bottom: 1px solid #e6e7e8;
}
/* FlexNav */
.mobile__main .flexnav__item:first-child {
	border-top: 1.5px solid transparent;
}
.mobile__main .flexnav__item--active:first-child  {
	border-top: 1.5px solid #e6e7e8;
}
.mobile__main .flexnav__item--active {
	background: #f8f8f8;
}
.mobile__main .flexnav__item--active > a:first-of-type {
	border-bottom: 0 none;
}
.mobile__main .flexnav__item--active a {
	color: #0091d9;
}
.mobile__main .flexnav__touch {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 63.5px;
}

.flexnav__sub-link {
	font-size: 1rem;
}
.flexnav__touch-icon {
	position: absolute;
	right: 30px;
	top: 20px;
}
.flexnav__touch-icon svg {
	fill: #7eaf00;
}
.logan-mobile-menu-wrap .flexnav__item--active .flexnav__touch-icon svg {
	-webkit-transform: rotate(180deg);
	        transform: rotate(180deg);
}
/* Mobile Secondary */
.mobile__secondary {
	padding: 30px 30px 10px;
	border-bottom: 1.5px solid #e6e7e8;
}
.mobile__secondary li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #ffffff;
	font-size: 1.125em;
	text-align: center;
	font-weight: 600;
	padding: 20px;
	margin-bottom: 20px;
}
.mobile__secondary #bottom-bar-menu-right li a {
	background: #0091d9;
}
.mobile__secondary #bottom-bar-menu-left li a {
	background: #002e5f;
}

.mobile__secondary #bottom-bar-menu-right svg {
	fill: #002e5f;
}
.mobile__secondary #bottom-bar-menu-left svg {
	fill: #0091d9;
}
.mobile__secondary #bottom-bar-menu-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: column-reverse;
	        flex-direction: column-reverse;
}
/* Mobile Utility */
.mobile__utility {
	padding: 30px;
}
.mobile__utility img._before {
	width: 22px !important;
	margin-right: .75rem;
}
.mobile__utility li a {
	margin-bottom: 20px;
	display: block;
	color: #002e5f;
	font-weight: 600;
}
.mobile__utility li:nth-child(4) {
	margin-bottom: 0px;
}
.mobile__utility li:nth-child(4) svg {
	stroke-width: 0;
}
.mobile__utility li:last-child {
	display: none;
}

/* Mobile Promo */
.mobile__promo {
  float: left;
  width: 100%;
	line-height: 1.4;
	background: #0091d9;
	-webkit-transition: height .6s ease-in-out;
	transition: height .6s ease-in-out;
}

.mobile__promo .widget {
  padding: 30px;
  margin: 0;
}

.mobile__promo p {
	margin: 0;
  color: #ffffff;
	font-size: 1.125em;
	margin-bottom: 1em;
  font-weight: 600;
  text-align: left;
}

.mobile__promo a {
  color: #ffffff;
  font-size: 1.125em;
  font-weight: 800;
}

.mobile__promo svg {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
	margin-left: .75em;
  fill: #002e5f;
}

@media screen and (min-width: 50em) {
	.logan-mobile-menu-wrap {
		display: none !important;
	}
}



/* Mega Menu */
.mega-menu-section-content {
	font-size: 18px;
	padding: 0 30px 20px;
	line-height: 1.5;
	color: #002e5f;
	font-weight: 800;
}
.mega-menu > .mega-menu__sub > li > ul > li:last-child {
	margin-bottom: 0px;
}
.mega-menu > .mega-menu__sub > li > ul > li.btn--menu a {
	color: #ffffff;
	font-size: 18px;
	padding: 20px 40px;
	display: inline-block;
	margin: 0 30px 10px;
	background: #7eaf00;
	-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.mega-menu > .mega-menu__sub > li > ul > li.btn--menu a:hover {
	background: #689000;
}

@media screen and (min-width: 50em) {
	.flexnav__touch {
		display: none;
	}
	/* Depth: 1 */
	.mega-menu .mega-menu__sub {
		left: 0;
		width: 100%; /* calc(100% - 42px); */
		padding: 52px 50px;
		z-index: -1;
		-webkit-box-shadow: 0 30px 15px -20px rgba(0,0,0,.5) inset, 0 3px 3px rgba(0, 0, 0, 0.2);
		        box-shadow: 0 30px 15px -20px rgba(0,0,0,.5) inset, 0 3px 3px rgba(0, 0, 0, 0.2);
	}
	.mega-menu > .mega-menu__sub:after {
		content: '';
    width: 2px;
    background: #e6e7e8;
    position: absolute;
    right: 50%;
    top: 50px;
		bottom: 50px;
		z-index: 1;
	}
	.mega-menu .mega-menu__sub-item {
		width: 50%;
		float: left;
	}
	.mega-menu .mega-menu__sub-item:last-child {
    padding-left: 20px;
	}
	.mega-menu > .mega-menu__sub > li > ul > li.btn--menu a {
		margin: 0;
	}

	/* Depth: 2 */
	.mega-menu > .mega-menu__sub > li > ul {
		list-style-type: none;
		position: relative;
		display: block;
		-webkit-box-shadow: none;
		        box-shadow: none;
		min-width: 0;
		padding: 0;
		width: 100%;
		z-index: 1;
		float: none;
	}
	.mega-menu-section-content {
		font-size: 26px;
		margin-bottom: 30px;
		padding: 0 20px 0 0;
	}
	.mega-menu > .mega-menu__sub > li > ul > li {
		margin-bottom: 18px;
	}
}

@media screen and (min-width: 100em) {
	.mega-menu > .mega-menu__sub > li > ul > li {
		margin-bottom: 25px;
	}
}

@media screen and (min-width: 64em) {
	.main-nav a {
		padding-left: 2vw;
    padding-right: 2vw;
	}
	.main-nav ul.menu > li:last-child a {
		text-align: right;
		padding-right: 0;
	}
}

@media screen and (min-width: 70em) {
	.main-nav ul {
		position: relative;
	}
}

@media screen and (min-width: 120em) {
	.logo--desktop {
		min-width: 600px;
	}
}

.edit-link {
	display: none;
}




/* WP Bakery Components */


.lg-heading-wrapper {
	padding: 0 1.875rem;
}
.entry-content__main .lg-heading-wrapper {
	padding: 0;
}
.lg-heading--dark-blue {
	color: #002e5f;
}
.lg-heading--grey {
	color: #575757;
}
.lg-heading--white {
	color: #ffffff;
}
@media screen and (min-width: 50em) {
	.lg-heading-wrapper {
		padding: 0;
	}
}


.lg-intro {
	display: table;
	margin: 0 auto;
	text-align: center;
	padding: 0 1.875rem;
}
.entry-content__main .lg-intro {
	padding: 0;
}

.lg-intro__subtitle {
	text-align: center;
	text-transform: uppercase;
	display: table-caption;
	font-weight: 700;
	letter-spacing: .2em;
	position: relative;
	margin: 0 1.875rem 1rem;
}

.lg-intro__subtitle p {
	background: #fff;
	margin: 0;
	display: inline;
	position: relative;
	padding: 0 1rem;
	z-index: 10;
}

.lg-intro__subtitle:after {
	content: '';
	position: absolute;
	top: 10px;
	right: 0;
	width: 100%;
	height: 2px;
	background: #7eaf00;
}

.lg-intro__headline {
	text-align: center;
	display: table-row;
}

.lg-intro__btn {
	margin: 3rem 0 0 0;
}


/* .wpb_wrapper .wpb_content_element {
	margin-bottom: 0;
} */

.lg-full-section-inner .wpb_text_column {
	padding: 0 1.875rem;
}
.page-template-page-two-column .lg-full-section-inner .wpb_text_column {
	padding: 0;
}
.lg-full-section-inner .vc_column_container > .vc_column-inner {
	padding: 0;
}
.page-template-page-two-column .lg-full-section-inner .vc_column_container > .vc_column-inner {
	padding-left: 15px;
	padding-right: 15px;
}

.entry-content__sidebar h4 a {
	color: #002e5f;
	-webkit-transition: color 200ms ease-in-out;
	transition: color 200ms ease-in-out;
}
.entry-content__sidebar h4 a:hover {
	color: #0091d9;
}

.wpb_text_column p {
	margin-bottom: 1.5rem !important;
}

@media screen and (min-width:64em) {
	.wpb_text_column   {
		padding: 0;
	}
	.wpb_text_column p {
    font-size: 1.125rem;
		line-height: 1.75;
		margin-bottom: 2.5rem !important;
	}
}

/* Logan Counter */
.lg-counter {
	padding: 2.5rem 0 0;
}

.lg-counter__main-title {
	margin: 0 0 2.5rem;
	position: relative;
	z-index: 5;
	text-align: left;
	padding: 0 2.25rem;
	font-size: 1.75rem;
}

.lg-counter__main-desc {
	font-size: 15px;
	line-height: 28px;
	font-weight: 500;
	padding: 2.25rem;
	text-align: left;
	border-top: 10px solid #002e5f;
	position: relative;
	z-index: 5;
	margin-bottom: 0;
}

.lg-counter .row {
	padding: 1.25rem 0;
	position: relative;
	z-index: 5;
}

.lg-counter__item {
	margin: 0 0 2rem;
	overflow: hidden;
}

.lg-counter__image {
	max-width: 125px;
	float: left;
	width: 25vw;
	margin-right: 2rem;
}

.lg-counter__container {
	text-align: left;
}

.lg-counter__number {
	font-size: 35px;
	font-weight: 800;
}

.lg-counter__prefix {
	margin-right: 1.25rem;
}

.lg-counter__desc {
	font-size: 15px;
	line-height: 24px;
	margin-top: .25rem;
	font-weight: 500;
}

.lg-counter__cite {
	font-size: .875rem;
	margin-top: .5rem;
}

.lg-counter__bg-image {
	position: absolute;
	top: -100px;
	bottom: 0;
	left: -250px;
	line-height: 0;
	max-width: 850px;
	width: 70vw;
	overflow: hidden;
}

/* Light styles */
.lg-counter.light {
	background: #ffffff;
	padding: 5rem 0;
	margin: 0;
}

.lg-counter.light .lg-counter__main-title,
.lg-counter.dark .lg-counter__main-title {
	font-size: 50px;
	line-height: 47px;
}

.lg-counter.light .row,
.lg-counter.dark .row  {
	padding: 4rem 0 0;
}

.lg-counter.light .lg-counter__number  {
	color: #7eaf00;
}

.lg-counter.light .lg-counter__desc {
	color: #575757;
}

/* Dark Styles */
.lg-counter.dark {
	background: #002e5f;
}
.lg-counter.dark .lg-counter__main-title {
	color: #ffffff;
}
.lg-counter.dark .lg-counter__main-desc {
	color: #ffffff;
}
.lg-counter.dark .lg-counter__number  {
	color: #ffffff;
}
.lg-counter.dark .lg-counter__desc {
	color: #ffffff;
}

/* Green Styles */
.lg-counter.green {
	color: #ffffff;
	background: #7eaf00;
}
.lg-counter.green .lg-counter__main-title {
	color: #ffffff;
}
.lg-counter.green .lg-counter__main-desc {
	color: #ffffff;
	background: #7eaf00;
}
.lg-counter.green .row {
	background: #7eaf00;
}


@media screen and (max-width: 64em) {
	.lg-counter__item {
		width: 50% !important;
	}
}

@media screen and (max-width: 50em) {
	.lg-counter__item {
		width: 100% !important;
	}
}

@media screen and (min-width: 64em) {
	.lg-counter {
		padding: 6rem 0;
	}

	.lg-counter__main-title {
		margin: 0 0 1.5rem;
		font-size: 45px;
		text-align: inherit;
	}

	.lg-counter__main-desc {
		border-top: 0 none;
		font-size: 1.25rem;
		font-weight: 600;
		line-height: 1.375;
		max-width: 1144px;
		margin: 0 auto;
		padding: 0 1rem;
		text-align: inherit;
	}

	.lg-counter .row {
		padding: 6rem 0 0;
	}

	.lg-counter.green .row,
	.lg-counter.green .lg-counter__main-desc {
		background: none;
	}

	.lg-counter__container {
		text-align: inherit;
	}

	.lg-counter__image {
		max-width: 139px;
		width: auto;
		float: none;
		margin: 0 auto;
	}

	.lg-counter__number {
		font-size: 60px;
	}

	.lg-counter__desc {
		font-size: 22px;
		line-height: 30px;
		margin-top: .5rem;
		font-weight: 600;
	}

	/* Light Styles */

	.lg-counter.light .lg-counter__number,
	.lg-counter.dark .lg-counter__number {
		font-size: 75px;
	}

	.lg-counter.light .lg-counter__item {
		border-right: 2px solid #0091d9;
	}

	.lg-counter.light .lg-counter__item:last-child,
	.lg-counter.dark .lg-counter__item:last-child {
		border-right: 0 none;
	}

	.lg-counter.light .lg-counter__desc,
	.lg-counter.dark .lg-counter__desc {
		font-size: 18px;
		line-height: 25px;
		margin-top: .5rem;
		font-weight: 500;
		padding: 0 1rem;
	}

	/* Dark Styles */
	.lg-counter.dark .lg-counter__item {
		border-right: 2px solid #7eaf00;
	}
}

@media screen and (min-width: 90em) {
	.lg-counter__main-desc {
		font-size: 1.375rem;
		line-height: 1.5;
	}
}

/* Logan Cover Image */
.lg-cover-image {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-size: cover;
	bottom: 0;
	background-position: center center;
	overflow: hidden;
	min-height: 300px;
}

/* Logan Content Block */
.lg-content-block__item {
	margin-bottom: 2rem;
}
.lg-content-block__content {
	padding: 0 1.875rem;
}
.lg-content-block__content .btn:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.lg-content-block__title {
	font-size: 1.563rem;
	line-height: 1.25;
	margin: 2.5rem 0 1.75rem;
}
.lg-content-block__desc {
	font-size: 1.125rem;
	line-height: 1.75;
}

@media screen and (min-width: 50em) {
	.lg-content-block__item {
		margin-bottom: 5rem;
	}
	.lg-content-block__content {
		padding: 0;
	}
}


/* Logan Program Carousel */
.lg-program-highlights {
	padding: 1rem 0 8rem;
	margin-bottom: 1rem;
	background-position: right bottom;
	background-size: 25vh;
	background-repeat: no-repeat;
}
.lg-program-highlights__main-desc {
	font-size: 1.125rem;
	line-height: 1.75;
}
.lg-program-highlights__slider {
	padding: 0;
}
.lg-program-highlights__item {
	float: left;
	width: 200px;
	overflow: hidden;
	position: relative;
	margin: 0 .5rem;
	background: #ffffff;
}

.lg-program-highlights__inner {
	border: 2px solid #ccc;
	padding: 2em 1.5em;
	min-height: 300px;
}
.lg-program-highlights__color-bar {
	background: #f07400;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 15px;
}
.lg-program-highlights__item:nth-child(1n) .lg-program-highlights__color-bar  { background: #0091d9; }
.lg-program-highlights__item:nth-child(2n) .lg-program-highlights__color-bar  { background: #f07400; }
.lg-program-highlights__item:nth-child(3n) .lg-program-highlights__color-bar  { background: #b84dc4; }

.lg-program-highlights__item:nth-child(1n) .lg-program-highlights__category  { color: #0091d9; }
.lg-program-highlights__item:nth-child(2n) .lg-program-highlights__category  { color: #f07400; }
.lg-program-highlights__item:nth-child(3n) .lg-program-highlights__category  { color: #b84dc4; }

.lg-program-highlights__category {
	color: #f07400;
	position: relative;
	z-index: 10;
	font-weight: 800;
	font-size: 1.125rem;
}
.lg-program-highlights__title {
	margin: 1rem 0 4rem;
	font-size: 28px;
	line-height: 1.3;
}
.lg-program-highlights__title a {
	color: #002e5f;
	transition: color 200ms ease-in-out;
}
/* .lg-program-highlights__item:hover .lg-program-highlights__title a {
	color: #0091d9;
} */
.lg-program-highlights__title a:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.lg-program-highlights__item .btn {
	position: absolute;
	bottom: 1.5em;
}
.lg-program-highlights__linkwrap {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.lg-program-highlights .slick-list {
	padding: 0 1.375rem;
}
@media screen and (min-width: 64em) {
	.lg-program-highlights {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
}

@media screen and (min-width: 90em) {
	.lg-program-highlights {
		padding: 10rem 0;
		background-position: right;
		background-size: 600px;
		background-repeat: no-repeat;
		margin: 1rem 0;
	}
	.lg-program-highlights__item {
		margin: 0 2.250rem;
	}
	.lg-program-highlights__inner {
		min-height: 450px;
		padding: 2.375em;
	}
	.lg-program-highlights__title {
		font-size: 2rem;
	}
	.lg-program-highlights .slick-list {
		padding: 0;
	}
	.lg-program-highlights .slick-dots {
		display: none !important;
	}
}



/* Logan Stat or Fact */
.lg-stat-fact {
	background: rgba(255,255,255,.9);
	text-align: center;
	/* min-height: 375px; */
	max-width: 400px;
	-webkit-box-shadow: 10px 10px 15px rgba(0,0,0,.1);
	        box-shadow: 10px 10px 15px rgba(0,0,0,.1);
	margin: 2rem auto;
	padding: 3.125rem;
}
.lg-stat-fact__image img {
	max-height: 73px;
}
.lg-stat-fact__title {
	font-size: 1.75rem;
	line-height: 35px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 1.75rem auto 0;
	letter-spacing: .1em;
	word-break: break-word;
}
.lg-stat-fact__desc {
	font-size: 1.125rem;
	line-height: 30px;
	margin: 1.75rem 0 0;
	color: #575757;
}
.lg-stat-fact__cite {
	color: #575757;
	font-size: .875rem;
	margin-top: 1rem;
}
@media screen and (min-width: 50em) {
	.lg-stat-fact {
		padding: 3.125rem 2rem;
		margin: 6.25rem auto;
	}
	.lg-stat-fact__title {
		font-size: 1.5rem;
		line-height: 35px;
		font-weight: 700;
		text-transform: uppercase;
		margin: 1.75rem auto 0;
		letter-spacing: .05em;
	}
}
@media screen and (min-width: 80em) {
	.lg-stat-fact__title {
		font-size: 1.75rem;
		line-height: 35px;
		font-weight: 700;
		text-transform: uppercase;
		margin: 1.75rem auto 0;
		letter-spacing: .1em;
	}
}

/* Logan Event Slider */


.lg-event {
	padding: 3rem 0;
}

.lg-event__slider {
	margin: 3rem 0 5rem;
	display: inline-block;
}

.lg-event__slider svg {
	fill: #7eaf00;
}

.lg-event__slider .slick-prev,
.lg-event__slider .slick-next {
	position: absolute;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	top: 50%;
}

.lg-event__slider .slick-prev {
	left: 0;
}

.lg-event__slider .slick-next {
	right: 0;
}

/* .lg-event__container {
	max-width: 33.33%;
} */

.lg-event__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-align: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.lg-event__date {
	height: 139px;
	width: 139px;
	border-radius: 50%;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.lg-event__details {
	margin: 1.5rem 0 0 ;
}
.lg-event__month {
	font-size: 1.125rem;
	line-height: 1;
	font-weight: 800;
}

.lg-event__day {
	font-size: 60px;
	line-height: 1;
	font-weight: 800;
}

.lg-event__title {
	font-size: 25px;
	line-height: 30px;
	margin: 0 0 2rem;
	padding: 0 1.875rem;
}

.lg-event__venue {
	font-size: 1.063rem;
	margin: 0 0 .5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.lg-event__time {
	font-size: 1.063rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin: 0;
}

.lg-event__venue svg,
.lg-event__time svg {
	fill: #0091d9;
	margin-right: 1rem;
}

.lg-event__slider-btn {
	font-size: 1.063rem;
	display: block;
	text-align: center;
}

/* Style: Light */
.lg-event--light {
	background: #ffffff;
}
.lg-event--light .lg-event__date {
	background: #f07400;
}
.lg-event--light .lg-intro__subtitle p,
.lg-event--light .lg-event__headline,
.lg-event--light .lg-event__title a {
	color: #002e5f;
	transition: color 200ms ease-in-out;
}
/* .lg-event--light .lg-event__title a:hover {
	color: #0091d9;
} */
.lg-event--light .lg-event__venue,
.lg-event--light .lg-event__time {
	color: #575757;
}

/* Style: Dark */
.lg-event--dark {
	background: #002e5f;
}
.lg-event--dark .lg-intro__subtitle p {
	background: #002e5f;
	color: #ffffff;
}
.lg-event--dark .lg-intro__headline {
	color: #ffffff;
}
.lg-event--dark .lg-event__date {
	background: #0091d9;
}
.lg-event--dark .lg-event__month {
	color: #002e5f;
}
.lg-event--dark .lg-event__caption,
.lg-event--dark .lg-event__headline,
.lg-event--dark .lg-event__title a,
.lg-event--dark .lg-event__venue,
.lg-event--dark .lg-event__time {
	color: #ffffff;
}
.lg-event--dark .lg-event__slider-btn {
	color: #ffffff;
}


@media screen and (min-width: 50em) {
	.lg-event {
		padding: 9rem 0 5rem;
	}
	.lg-event__slider {
		margin: 7rem 0;
	}
	.lg-event__slider-btn {
		text-align: right;
	}
}

@media screen and (min-width: 64em) {
	.lg-event__intro {
		padding: 0;
	}
	.lg-event__caption {
		margin: 0 auto 2rem;
	}
	.lg-event__slider .slick-list {
		margin: 0 60px;
	}
	.lg-event__item {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: start;
		text-align: left;
	}
	.lg-event__details {
		margin: 0 0 0 1.5rem;
	}
	.lg-event__title {
		margin: 0 0 1rem;
		padding: 0 2rem 0 0;
	}
	.lg-event__venue,
	.lg-event__time {
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: start;
	}
}










.lg-post-blocks {
	display: grid;
	grid-template-columns: repeat( auto-fit, minmax(350px, 1fr) );
}
.lg-post-blocks--no-posts {
	min-height: 300px;
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
}
.lg-post-blocks__item--border-enabled {
	border-bottom: 2px solid #e6e7e8;
}
.lg-post-blocks__image {
	margin: 0;
	padding: 0;
	line-height: 0;
	/* Overflows the image to cover the border-right from .lg-post-blocks__item */
	width: calc(100% + 2px);
	max-height: 375px;
	overflow: hidden;
}

.lg-post-blocks__image img {
	width: 100%;
	height: 375px;
	object-fit: cover;
}
.lg-post-blocks__content {
	background: #ffffff;
	padding: 3rem 1.875rem;
	overflow: hidden;
}
.lg-post-blocks__cat {
	font-size: 1rem;
	font-weight: 800;
}
.lg-post-blocks__title {
	font-size: 26px;
	line-height: 32px;
	margin: 1.5rem 0;
	transition: color 200ms ease-in-out;
}
/* .lg-post-blocks__item:hover .lg-post-blocks__title {
	color: #0091d9;
} */
.lg-post-blocks__content p {
	font-size: .938rem;
	line-height: 1.75;
	color: #575757;
}
.lg-post-blocks__btn:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
/* Style 1 */
.style-1 .lg-post-blocks__cat-wrap {
	background: #7eaf00;
	margin-bottom: .5rem;
	display: inline-block;
	-webkit-transform: skewX(-16deg) translateX(-5rem);
					transform: skewX(-16deg) translateX(-5rem);
	position: relative;
	z-index: 10;
}

.style-1 .lg-post-blocks__cat-wrap a:hover {
	color: #f2f9df;
}

.style-1 .lg-post-blocks__cat {
	color: #ffffff;
	-webkit-transform: skewX(16deg);
	        transform: skewX(16deg);
	padding: .375rem 2rem .375rem 5rem;
}
.style-1 .lg-post-blocks__cat a {
	color: #ffffff;
}
/* Style 2 */
.style-2 .lg-post-blocks__cat,
.style-2 .lg-post-blocks__cat a {
	color: #7eaf00;
}
@media screen and (min-width: 50em) {
	.lg-post-blocks__content {
		padding: 3rem 3.75rem;
	}
	.lg-post-blocks__cat {
		font-size: 1.125rem;
	}
	.lg-post-blocks__title {
		font-size: 1.75rem;
		line-height: 35px;
	}
	.lg-post-blocks__content p {
		font-size: 1.125rem;
	}
	.lg-post-blocks__item {
		border-right: 2px solid #e6e7e8;
		position: relative;
	}
	.lg-post-blocks__item:first-child:after {
		content: '';
		position: absolute;
		top: 0;
		width: 2px;
		left: 0;
		bottom: 0;
		background: #e6e7e8;
	}
}

/* Featured Post */
.lg-featured-post {
	border-bottom: 2px solid #cccccc;
}
.lg-featured-post__linkwrap {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.lg-featured-post__image {
	margin: 0;
	padding: 0;
	line-height: 0;
	overflow: hidden;
}
.lg-featured-post__image img {
	width: 100%;
	object-fit: cover;
	position: relative;
	height: 100%;
}
.lg-featured-post__content {
	background: #ffffff;
	padding: 3rem 1.875rem;
	overflow: hidden;
}
.lg-featured-post__cat {
	font-size: 1rem;
	font-weight: 800;
}
.lg-featured-post__title {
	font-size: 26px;
	line-height: 32px;
	margin: 1.5rem 0;
}
.lg-featured-post__content p {
	font-size: .938rem;
	line-height: 1.75;
	color: #575757;
}
.lg-featured-post__cat a {
	color: #7eaf00;
}
.lg-featured-post__content .btn:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
@media screen and (min-width: 50em) {
	.lg-featured-post__item {
		position: relative;
    display: flex;
    flex-direction: row-reverse;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
	.lg-featured-post__content {
    padding: 3rem 3.75rem;
    display: flex;
    flex-direction: column;
    grid-row-start: 1;
    grid-column-start: 1;
    justify-content: center;
}
	.lg-featured-post__image {
		margin: 0;
		padding: 0;
		grid-column-start: 2;
		line-height: 0;
		grid-row-start: 1;
		width: 100%;
		max-height: 820px;
		overflow: hidden;
	}
	.lg-featured-post__cat  {
		font-size: 1.125rem;
	}
	.lg-featured-post__title {
		font-size: 2.5rem;
    line-height: 1.25;
	}
	.lg-featured-post__content p {
		font-size: 1.125rem;
	}
}
@media screen and (min-width: 70em) {
	.lg-featured-post__item {
		grid-template-columns: 640px 1fr;
	}
	.lg-featured-post__content {
		min-width: 640px;
		max-width: 640px;
	}
}

/* Post List */
.lg-link-list {
	background: #ffffff;
	padding: 3rem 1.875rem;
	margin: 0 1.875rem;
}
.lg-link-list.style-1 {
	padding: 3rem 0;
}
.lg-link-list__title {
	margin: 0 0 2rem;
}
.lg-link-list__desc {
	font-size: .938rem;
	line-height: 1.75;
	color: #575757;
}
.lg-link-list__list {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.lg-link-list__item {
	border-bottom: 2px solid #e6e7e8;
}
.lg-link-list__item:last-child {
	border-bottom: 0 none;
}
.lg-link-list__link {
	font-size: 1rem;
	display: block;
	padding: 1.25rem 0;
	color: #002e5f;
	line-height: 1.2;
	font-weight: 800;
	-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.lg-link-list__link:hover {
	color: #0091d9;
}
.lg-link-list__button {
	margin-top: 2rem;
}
@media screen and (min-width: 50em) {
	.lg-link-list {
		padding: 3rem;
		margin: 0 auto;
	}
	.lg-link-list.style-1 {
		padding: 3rem;
	}
	.lg-link-list__desc {
		font-size: 1.125rem;
	}
	.lg-link-list__link {
		font-size: 1.25rem;
		padding: 1.25rem 0;
	}
}

.lg-link-list.style-2 .lg-link-list__link {
	font-size: 1.125rem;
}

/* Top of page Banners */
.lg-banner {
	display: none;
}
.lg-banner--single, 
.lg-banner--mobile {
	background-color: #575757;
	min-height: 350px;
	background-position: center;
	background-size: cover;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
	text-align: center;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
			-ms-flex-direction: column;
					flex-direction: column;
	padding: 5rem 1.875rem;
	position: relative;
	color: #ffffff;
}
.lg-banner--single {
	min-height: 1px;
	padding: 3rem 1.875rem;
}
.lg-banner .lg-banner__subtitle {
	font-size: 1.125rem;
	color: #ffffff;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: .2em;
	text-transform: uppercase;
	margin: 0 0 1rem;
	position: relative;
	z-index: 10;
	text-shadow: 0 2px 3px rgba(5, 30, 56, 0.25);
}
.lg-banner__title {
	color: #ffffff;
	margin: 0 auto;
	position: relative;
	max-width: 64rem;
	line-height: 1.2;
	z-index: 10;
	text-shadow: 0 2px 3px rgba(5, 30, 56, 0.25);
}
.lg-banner p {
	color: #ffffff;
	font-size: 1.125rem;
	line-height: 1.75;
	max-width: 50rem;
	margin: 2rem auto 0;
	position: relative;
	z-index: 10;
	text-shadow: 0 2px 3px rgba(5, 30, 56, 0.25);
}
.lg-banner__btn-wrap {
	position: relative;
	z-index: 10;
}
.lg-banner__btn-wrap .btn {
	margin-top: 3rem;
}
.lg-banner__btn-wrap .btn + .btn {
	margin-top: 0;
}
.lg-banner__overlay {
	opacity: .4;
	position: absolute;
	background: #000000;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.lg-banner--small {
	min-height: 350px;
}

.lg-banner--medium {
	min-height: 500px;
	padding: 8rem 1.875rem;
}

.page-template-page-two-column .lg-banner {
	margin-bottom: 3rem;
}

.lg-single__title-wrapper {
	max-width: 110em;
	margin: 0 auto;
	padding: 0 1.875rem;
}

/* Banner Video */
.lg-banner.video {
	overflow:hidden;
	position: relative;
}

.lg-banner-video-wrap {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

.lg-banner-video-element {
	min-width: 100%;
	height: auto!important;
	-o-object-fit: cover;
	   object-fit: cover;
}

@media screen and (min-width: 50em) {
	.lg-banner {
		background-color: #575757;
		min-height: 350px;
		background-position: center;
		background-size: cover;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
				-ms-flex-pack: center;
						justify-content: center;
		text-align: center;
		-webkit-box-align: center;
				-ms-flex-align: center;
						align-items: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
				-ms-flex-direction: column;
						flex-direction: column;
		padding: 5rem 1.875rem;
		position: relative;
		color: #ffffff;
	}
	.lg-banner.lg-banner--mobile {
		display: none;
	}
	.lg-banner .btn {
		margin-bottom: 0;
	}
	.lg-banner__btn-wrap .btn:nth-child(2) {
		margin-left: 3rem;
	}
	.lg-banner p {
		font-size: 1.25rem;
	}
	.lg-banner .lg-banner__subtitle {
		font-size: 1.125rem;
	}
	.lg-banner--large {
		height: 820px;
	}
	.lg-banner-video-wrap {
		width: 100%;
	}	
}
@media screen and (min-width: 100em) {
	.lg-banner__title {
		max-width: 80rem;
	}
	.lg-banner p {
		max-width: 64rem;
		margin-top: 3rem;
		font-size: 1.5rem;
	}
	.lg-banner .lg-banner__subtitle {
		font-size: 1.25rem;
		margin-bottom: 1.5rem;
		margin-top: 0;
	}
}


/* Generic Slick Slider Styles */
.slick-dots {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center;
	-webkit-transform: translateY(2rem);
	        transform: translateY(2rem);
}
.slick-dots li {
	display: inline-block;
	margin: 0 6px;
}
.slick-dots li button {
	border: 1px solid transparent;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: #ccc;
	font-size: 0;
	line-height: 0;
}
.slick-dots li.slick-active button {
	background: #7eaf00;
	width: 11px;
	height: 11px;
}
.entry-title--single {
	text-align: center;
}
.entry-title--single img {
	margin: 3rem auto 0;
}
.entry-title--single h1 {
	text-align: left;
	margin-bottom: 0;
}
.entry-title--single h1.no-thumb {
	margin: 5rem auto 0;
}
.entry-header--single {
	margin-top: 2rem;
}
.entry-header--single .entry-meta {
	color: #0091d9;
	font-weight: 700;
}
.entry-header--single .entry-meta a {
	text-decoration: underline;
}
.entry-content--single p,
.entry-footer--single p {
	font-size: 1.125rem;
	line-height: 1.75;
}
.entry-title--single,
.entry-header--single,
.entry-content--single,
.entry-footer--single {
	padding: 0 1.875rem;
}
.entry-content--single {
	padding-bottom: 5rem;
}






.lg-grid-wrapper {
	padding-top: 3rem;
}
.lg-grid-wrapper--light {
	background: #ffffff;
}
.lg-grid-wrapper--light .lg-intro__subtitle p {
	background: #ffffff;
	color: #002e5f;
}
.lg-grid-wrapper--light .lg-intro__headline {
	color: #002e5f;
}
.lg-grid-wrapper--dark {
	background: #002e5f;
}
.lg-grid-wrapper--dark .lg-intro__subtitle p {
	background: #002e5f;
	color: #ffffff;
}
.lg-grid-wrapper--dark .lg-intro__headline {
	color: #ffffff;
}
.lg-grid {
	display: grid;
	margin: 3rem auto;
	grid-template-columns: repeat( auto-fit, minmax(20em, 1fr) );
}
.lg-grid__item {
	overflow: hidden;
	padding: 1.875rem;
	background-color: #002e5f;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	position: relative;
	background-size: cover;
	background-position: center;
	min-height: 375px;
}
.lg-grid__bg{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	background-size: cover;
	-webkit-transition: -webkit-transform 300ms ease-in-out;
	transition: -webkit-transform 300ms ease-in-out;
	transition: transform 300ms ease-in-out;
	transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
}
.lg-grid__overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #002e5f;
	z-index: 1;
	opacity: .6;
	-webkit-transition: opacity 300ms ease-in-out;
	transition: opacity 300ms ease-in-out;
}
.lg-grid__item--active .lg-grid__bg   {
	-webkit-transform: scale(1.2);
					transform: scale(1.2);
}
.lg-grid__item--active .lg-grid__overlay  {
	opacity: .9;
}
.lg-grid__content {
	position: relative;
	z-index: 10;
	-webkit-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
}
/* .lg-grid__item:nth-child(odd) {
	background-color: #0091d9;
} */
.lg-grid__title {
	color: #ffffff;
}
.lg-grid__desc {
	font-size: .938em;
	line-height: 1.75;
	color: #ffffff;
}
.lg-grid__btn {
	color: #ffffff;
}
.lg-grid__btn:hover {
	color: #ffffff;
}

.lg-grid__btn--more {
	font-size: 1.125rem;
	font-weight: 800;
	color: #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	cursor: pointer;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.lg-grid__btn--more svg {
	fill: #7eaf00;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.lg-grid__btn--more:hover {
	color: #ffffff;
}
.lg-grid__content .lg-grid__btn--more svg {
	margin-left: 8px;
	fill: #7eaf00;
}

.lg-grid__content .lg-grid__btn--more:hover svg {
	fill: #ffffff;
	fill: #0091d9;
}

.lg-grid__secondary {
	overflow: hidden;
	position: absolute;
	top: 0;
	padding: 1.875rem;
	z-index: 1;
	left: 0;
	right: 0;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	-webkit-transform: translateY(-100%);
	        transform: translateY(-100%);
	-webkit-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
}
.lg-grid__secondary .lg-grid__btn--more {
	position: absolute;
	top: 1.875rem;
	right: 1.875rem;
}
.lg-grid__secondary-content a:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.lg-grid__secondary .lg-grid__btn--more svg {
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.lg-grid__item--active .lg-grid__secondary {
	-webkit-transform: translateY(0);
	        transform: translateY(0);
	-webkit-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
.lg-grid__item--active .lg-grid__secondary + .lg-grid__content {
    opacity: 0;
    cursor: none;
    pointer-events: none;
    -webkit-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}




.lg-grid__item--basic.lg-grid__item--active .lg-grid__content {
	opacity: 1;
	cursor: initial;
	pointer-events: initial;
}
.lg-grid__item--basic {
	background-color: #0091d9;
	background-image: url('../logan/assets/img/swish.png');
	background-size: 60%;
	background-repeat: no-repeat;
	background-position: 125% 90px;
}

/* IE 11 Styles */
.ie11 .lg-grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ie11 .lg-grid__item {
	min-width: 290px;
  width: 33.33%;
}

@media screen and (min-width: 50em) {
	.lg-grid-wrapper {
		padding: 1.875rem;
	}
	.lg-grid {
		margin: 5.625rem auto;
		max-width: 120em;
	}
	.lg-grid-wrapper--light .lg-grid {
		-webkit-box-shadow: 0 0 100px rgba(109, 109, 109, 0.125);
		        box-shadow: 0 0 100px rgba(109, 109, 109, 0.125);
	}
	.lg-grid-wrapper--dark .lg-grid {
		-webkit-box-shadow: 0 0 100px rgba(0, 34, 68, 0.7);
		        box-shadow: 0 0 100px rgba(0, 34, 68, 0.7);
	}
	.lg-grid--large {
		/* grid-template-columns: repeat( auto-fit, minmax(36em, 1fr) ); */
		grid-template-columns: repeat( 2, 1fr );
	}
	.lg-grid--small {
		/* grid-template-columns: repeat( auto-fit, minmax(26em, 1fr) ); */
		grid-template-columns: repeat( 2, 1fr );
	}
	.lg-grid__item,
	.lg-grid__secondary {
		padding: 3em;
		min-height: 0px;
	}
	.lg-grid__secondary .lg-grid__btn--more {
		top: 3rem;
		right: 3rem;
	}
	.lg-grid__item--basic .lg-grid__title {
		font-size: 2.813rem;
    line-height: 1.2;
	}
	.lg-grid__item--basic .lg-grid__desc {
		margin-bottom: 3.75rem;
	}
	.lg-grid__item--basic {
		background-size: contain;
		background-repeat: no-repeat;
		background-position: 125% 150px;
	}
	.lg-grid__desc {
		font-size: 1.125rem;
	}
}

@media screen and (min-width: 70em) {
	.lg-grid__btn--more {
		display: none;
	}
	.lg-grid__item:hover .lg-grid__bg{
		-webkit-transform: scale(1.2);
						transform: scale(1.2);
	}
	.lg-grid__item:hover .lg-grid__overlay {
		opacity: .9;
	}
	.lg-grid--large {
		/* grid-template-columns: repeat( auto-fit, minmax(36em, 1fr) ); */
		grid-template-columns: repeat( 3, 1fr );
	}
	.lg-grid--small {
		/* grid-template-columns: repeat( auto-fit, minmax(26em, 1fr) ); */
		grid-template-columns: repeat( 4, 1fr );
	}
}

@media screen and (min-width: 90em) {
	.lg-grid__item,
	.lg-grid__secondary {
		padding: 4em;
	}
	.lg-grid__item--basic .lg-grid__content {
		padding-right: 4rem;
	}
}

/* Grid Faculty */
/* .lg-grid--faculty {
	grid-auto-rows: 1fr;
} */
.lg-grid__item--faculty {
	padding: 0;
	display: block;
	line-height: 0;
}
.lg-grid__item--faculty:nth-child(even) {
	background: #0c3867;
}
.lg-grid__top {
	position: relative;
}
.lg-grid__bottom {
	padding: 2.125rem .75rem 2rem;
	position: relative;
}
.lg-grid__name--faculty {
	color: #ffffff;
	font-size: 1.375rem;
	text-align: center;
	margin: 0 auto;
	line-height: 1;
	line-height: 1.1;
}
.lg-grid .lg-grid__title--faculty {
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: .1em;
	font-size: .75rem;
	text-align: center;
	margin: .75rem auto 0;
	line-height: 1.1;
}
.lg-grid__bg--faculty {
	position: absolute;
	background-position: top;
	background-size: cover;
	margin-bottom: 130px;
	-webkit-transform-origin: bottom;
	        transform-origin: bottom;
}
.lg-grid__desc--faculty {
	color: #ffffff;
	font-size: 1.063rem;
	line-height: 1.75;
	text-align: center;
	margin: 2rem 0;
	display: none;
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.lg-grid__phone--faculty,
.lg-grid__email--faculty {
	position: absolute;
	bottom: 4rem;
	color: #ffffff;
	font-size: 1.125rem;
	font-weight: 600;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-transition: color 200ms ease-in-out;
	transition: color 200ms ease-in-out;
}
.lg-grid__email--faculty {
	bottom: 1.5rem;
}
.lg-grid__item--faculty svg {
	margin-right: 1.125rem;
}
.lg-grid__faculty-office,
.lg-grid__faculty-departments {
	font-size: 1rem;
	font-weight: 700;
	color: #ffffff;
	text-align: center;
	line-height: 1.75;
}
.lg-grid__faculty-departments {
	margin-bottom: .5rem;
}
.lg-grid__faculty-departments-list {
	line-height: 1;
	padding: 0;
	margin: 0;
	text-align: center;
	list-style-type: none;
}
.lg-grid__faculty-departments-list li {
	font-size: 1rem;
	margin-bottom: .75rem;
}
.lg-grid__phone--faculty:hover,
.lg-grid__email--faculty:hover {
	color: #0091d9;
}
.lg-grid__faculty-details {
	overflow-y: scroll;
	position: absolute;
	color: #ffffff;
	top: 0;
	left: 0;
	right: -17px;
	bottom: 0;
	opacity: 0;
	padding: 2rem 1rem calc(1rem + 17px);
	background:rgba(1, 37, 75, .9);
	z-index: 99;
	-webkit-transition: opacity 200ms ease-in-out;
	transition: opacity 200ms ease-in-out;
}
.platform-mac .lg-grid__faculty-details {
	right: 0;
	padding: 2rem 1rem 1rem;
}
.lg-grid__readmore a {
	position: absolute;
	color: #ffffff;
	font-weight: 700;
	font-size: 24px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	opacity: 0;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	pointer-events: none;
	background: #7eaf00;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	z-index: 100;
	-webkit-transition: opacity 200ms ease-in-out;
	transition: opacity 200ms ease-in-out;
}
.lg-grid__item:hover .lg-grid__readmore a {
	pointer-events: initial;
}
.lg-grid__item:hover .lg-grid__readmore a,
.lg-grid__item:hover .lg-grid__faculty-details {
	opacity: 1;
} 

@media screen and (min-width: 50em) {
	.lg-grid--faculty {
		grid-template-columns: repeat( 2, 1fr );
	}
}

@media screen and (min-width: 64em) {
	.lg-grid-wrapper {
		padding: 5.625em;
	}
	.lg-grid--faculty {
		grid-template-columns: repeat( 4, 1fr );
	}
}



/* Custom Sidebar */
.lg-custom-sidebar {
	padding: 0;
	margin: 0 0 4rem;
	list-style-type: none;
}
.lg-custom-sidebar li a {
	display: block;
	font-size: 1.125rem;
	font-weight: 700;
	color: #575757;
	margin-bottom: .75rem;
	-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.lg-custom-sidebar ul.children {
	margin-left: 0;
	list-style-type: none;
	padding-left: 1.25rem;
	position: relative;
}
.lg-custom-sidebar ul.children:before {
	content: '';
	position: absolute;
	left: 0;
	height: 100%;
	display: inline-block;
	top: 0;
	background: #0091d9;
	width: 2px;
	opacity: .25;
	transition: opacity 200ms ease-in-out;
}
.lg-custom-sidebar ul.children:hover:before {
	opacity: 1;
}
.lg-custom-sidebar li.current_page_item a,
.lg-custom-sidebar li a:hover {
	color: #0091d9;
}

.events-archive .entry-content, .events-archive .entry-header {
	width: auto !important;
}

.tribe-events-notices {
	color: #ffffff;
	background: #0091d9;
	border: 0 none;
	text-shadow: none;
}
.tribe-events-page-title a {
	color: #ffffff;
	-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.tribe-events-page-title a:hover {
	color: #0091d9;
}
.tribe-bar-date-filter {
	margin-bottom: 2rem;
}
.tribe-bar-filters-inner {
	margin-bottom: 5rem;
}
.tribe-bar-submit input[type='submit'] {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	margin-top: 2rem;
	font-weight: 800;
	-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
  display: inline-block;
  padding: 1.5rem 2.5rem;
  color: #ffffff;
	font-size: 1.125rem;
	line-height: 1.4;
	margin-bottom: 2rem;
	background: #0091d9;
	border: 0 none;
	border-radius: 0;
}
.tribe-bar-filters-inner input[type='text'] {
	width: 100%;
	border: 2px solid #002e5f;
	padding: .5rem 1rem;
	font-size: 1.125rem;
	border-radius: 0;
}
.label-tribe-bar-date,
.label-tribe-bar-search,
.label-tribe-bar-categories {
	font-size: 1.75rem;
	font-weight: 800;
	line-height: 1.75;
	color: #002e5f;
	display: block;
	margin: 0;
}

.label-tribe-bar-categories {
	border-bottom: 2px solid #002e5f;
}

.tribe-bar-categories__list {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 1rem;
}

.tribe-bar-categories__list li a {
	color: #575757;
	display: block;
	border-bottom: 1px solid #cccccc;
	font-weight: 500;
	padding: .75rem 1rem;
}


.lg-banner--event-list {
	background-image: url('../logan/assets/img/lg-events-bg.jpg');
	background-position: top;
}
.lg-banner--event-list h1 {
	color: #ffffff;
}
.lg-event-list {
	margin-top: 4.625rem;
}
.lg-event-list__single {
  margin: 0 0 4rem;
  padding: 0 0 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  float: left;
  border-bottom: 2px solid #e6e7e8;
}
.lg-event-list__single-image {
	float: left;
	width: 33.33%;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	max-width: 250px;
}
.lg-event-list__single-content {
	float: left;
}
.lg-event-list__single-image + .lg-event-list__single-content {
	padding-left: 2.5rem;
}
.lg-event-list__single-date {
	color: #7eaf00;
	margin: 1rem 0;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1;
}
.lg-event-list__single-title {
	margin: .5rem 0 1rem;
}
.lg-event-list__single-title a {
	color: #002e5f;
}
.lg-event-list__single-desc p {
	font-size: 1.125rem;
	line-height: 1.75;
}
.lg-event-list__single-details {
	float: left;
	width: 100%;
}
.lg-event-list__single-location,
.lg-event-list__single-time {
	float: left;
	font-size: 1.063rem;
	line-height: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: 0 2rem 0 0;
}

.lg-event-list__single--featured {
	background: #f1f6fb;
	border-top: 1rem solid #0091d9;
	border-bottom: 0 none;
}
.lg-event-list__single-content--featured {
	padding: 2rem 2.5rem 0;
}
.lg-event-list__single-date--featured {
	color: #0091d9;
}
.tribe-events-cal-links > a,
.tribe-events-ical.tribe-events-button {
	margin-right: 1rem;
	border: 1px solid #0091d9;
	padding: 3px 10px;
	border-radius: 4px;
	font-size: .75rem;
}
.tribe-events-sub-nav {
	padding: 0;
}
.tribe-events-nav-previous {
	float: left;
}
.tribe-events-nav-next {
	float: right;
}
.tribe-events-nav-previous svg,
.lg-event-single__back svg {
	-webkit-transform: rotate(180deg);
	        transform: rotate(180deg);
	position: relative;
	top: 1px;
	margin-right: .5rem;
	margin-left: 0;
}




.lg-event-single {
	margin: 5rem auto;
	max-width: 110em;
}
.lg-event-single__title {
	margin: 0 0 2rem;
}
.lg-event-single__desc {
	font-size: 1.125rem;
	line-height: 1.75;
}
.lg-event-single__details {
	margin: 0 0 2rem;
	padding: 0 0 1rem;
	word-break: break-word;
}
.lg-event-single__details a {
	color: #575757;
}
.lg-event-single__details:first-child {
	border-bottom: 2px solid #e6e7e8;
}
.lg-event-single__subtitle {
	font-size: 1.75rem;
	line-height: 45px;
	margin: 0 0 2rem;
}
.lg-event-single__icon {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	margin-right: 1rem;
}
.lg-event-single__date,
.lg-event-single__time,
.lg-event-single__location,
.lg-event-single__cost,
.lg-event-single__email,
.lg-event-single__phone,
.lg-event-single__website {
	font-size: 1.125rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.lg-event-single__back {
	font-weight: 700;
}
@media screen and (min-width: 50em) {
	.lg-event-single {
		display: grid;
		grid-template-columns: minmax(300px, 1fr) 4fr;
	}
	.ie11 .lg-event-single {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}





/* Student Faculty Wrap */
.logan-stufac-wrap {
	background: rgba(1, 37, 75, .9);
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	z-index: 10000;
	overflow-y: auto;
	opacity: 0;
	-webkit-transform: translateY(100%);
	        transform: translateY(100%);
	-webkit-transition: all 500ms ease-in-out;
	transition: all 500ms ease-in-out;
}
.logan-stufac-wrap.logan-active {
	-webkit-transform: translateY(0);
	        transform: translateY(0);
	opacity: 1;
}

.logan-stufac .close-button {
	width: auto;
	color: #ffffff;
	text-align: right;
	font-size: 1.375rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 3rem 1.875rem;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.logan-stufac .close-button span {
	margin-right: .5rem;
}

.logan-stufac__title {
	display: none;
}

.logan-stufac__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.logan-stufac__item {
	float: left;
	height: 143px;
	margin: .875rem;
	padding: 1rem;
	position: relative;
	text-align: center;
	width: 143px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-transition: -webkit-transform 200ms ease-in-out;
	transition: -webkit-transform 200ms ease-in-out;
	transition: transform 200ms ease-in-out;
	transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
}

.logan-stufac__item { background: #7eaf00; }
.logan-stufac__item:nth-child(4n+1) { background: #7eaf00; }
.logan-stufac__item:nth-child(4n+2) { background: #f07400; }
.logan-stufac__item:nth-child(4n+3) { background: #b84dc4; }
.logan-stufac__item:nth-child(4n+4) { background: #e8215e; }

.logan-stufac__item svg {
	fill: none;
	display: block;
	stroke: #ffffff;
	margin: 0 auto;
	-webkit-transform: translateY(-1rem);
	        transform: translateY(-1rem);
	stroke-dasharray: 125;
}

.logan-stufac__item-title {
	color: #ffffff;
	font-size: .75rem;
	line-height: 1.2;
	margin: 1em 0 1.5em;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}

.logan-stufac__link:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
}

.logan-stufac__link span {
	opacity: 0;
	position: absolute;
	transform: translate(-100vh, -100vh);
}




@media screen and (min-width: 50em) {
	.logan-stufac-wrap {
		z-index: 1000;
	}
	.logan-stufac {
    padding: 5rem 3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
	}
	.logan-stufac .close-button {
		font-size: 1.25rem;
    position: absolute;
    top: 0;
    padding: 4rem;
    right: 0;
	}
	.logan-stufac .close-button span {
		margin-right: 1rem;
	}
	.logan-stufac .close-button svg {
		width: 30px;
		height: 30px;
	}
	.logan-stufac__title {
		display: block;
		color: #ffffff;
		text-align: center;
	}
	.logan-stufac__item {
		width: 200px;
		height: 200px;
	}
	.logan-stufac__item-title {
		font-size: 1.063rem;
	}
	.logan-stufac__item:hover {
		-webkit-transform: scale(1.1);
		        transform: scale(1.1);
	}
	.logan-stufac__item:hover svg {
		animation: dash 2s ease-in reverse 1;
	}
	.logan-stufac__item:nth-child(1):hover svg {
		animation: dash 1s ease-in reverse 1;
	}
	.logan-stufac:focus {
		outline: none;
	}
	
	.logan-stufac__link:focus:before {
		outline-color: rgb(77, 144, 254);
		outline-offset: -2px;
		outline-style: auto;
		outline-width: 5px;
	}
	@-webkit-keyframes dash {
		to {
			stroke-dashoffset: 125;
		}
	}
	@keyframes dash {
		to {
			stroke-dashoffset: 125;
		}
	}
}
@media screen and (min-width: 70em) {
	.logan-stufac {
		max-width: 110em;
		margin: 0 auto;
	}
}


.search-results .content,
.archive .content {
	max-width: 80em;
	margin: 0 auto;
}
.search-results .content::after,
.search-results .content::before,
.archive .content::after,
.archive .content::before {
    content: ' ';
    display: table
}

.search-results .content::after,
.archive .content::after {
    clear: both
}
.search-results .content > header,
.search-results .content > article,
.search-results .content > nav,
.archive .content > header,
.archive .content > article,
.archive .content > nav {
	padding: 0 1.875rem;
}
.search-results .content > header,
.archive .content > header {
	margin-top: 4rem;
	margin-bottom: 4rem;
	padding-bottom: 2rem;
	border-bottom: 4px solid #0091d9;
}
.search-results .content > article,
.archive .content > article {
	margin: 0 0 4rem;
	float: left;
	width: 100%;
	border-bottom: 2px solid #e6e7e8;
	padding-bottom: 4rem;
}

.entry-header--search h2,
.entry-header--archive h2 {
	margin-top: 0;
}

.entry-header--search h2 a,
.entry-header--archive h2 a {
	color: #002e5f;
}

.entry-meta--search,
.entry-meta--archive {
	margin-bottom: 1rem;
}

.entry-content--search,
.entry-content--archive {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	float: left;
}

.entry-thumbnail--search,
.entry-thumbnail--archive {
	float: left;
	width: 33.33%;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	max-width: 250px;
}

.entry-thumbnail--search + .entry-summary--search,
.entry-thumbnail--archive + .entry-summary--archive   {
	padding-left: 2.5rem;
	float: left;
}

.entry-summary--search,
.entry-summary--search p,
.entry-summary--archive,
.entry-summary--archive p  {
	font-size: 1.125rem;
	line-height: 1.75;
	margin: 0 auto;
}

.entry-subtitle {
	font-size: 1.063rem;
	text-transform: uppercase;
	color: #0091d9;
	font-weight: 600;
	letter-spacing: .2em;
}


/* Events */
.events-archive .content {
	max-width: none;
	margin: 0 auto;
}

.events-archive .content > article {
	padding: 0;
}


.not-found__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	text-align: center;
	background-image: url('../logan/assets/img/lg-search-bg.jpg');
	background-size: cover;
	background-position: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	min-height: 820px;
	padding: 5rem;
	position: relative;
}

.not-found__header {
	position: relative;
	z-index: 10;
}

.not-found__subtitle {
	color: #ffffff;
	font-size: 1.125rem;
	font-weight: 600;
	letter-spacing: .2em;
	text-transform: uppercase;
	margin: 0 0 1rem;
	position: relative;
	z-index: 10;
}

.not-found__title {
	color: #ffffff;
	margin: 0 auto 1rem;
}

.not-found__desc {
	position: relative;
	z-index: 10;
	max-width: 60em;
	margin: 0 auto;
}

.not-found__desc p {
	font-size: 1.063rem;
	line-height: 1.75;
	color: #ffffff;
	margin-bottom: 4rem;
}

.not-found__overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	background-color: #002e5f;
	opacity: .9;
}

.widget_social_media_widget {
	float: left;
	width: 100%;
}

.social-media__icon {
	background: #7eaf00;
	border-radius: 50%;
	height: 36px;
	width: 36px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: .5rem;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	float: left;
	margin-right: .75rem;
	margin-bottom: .75rem;
	position: relative;
	overflow: hidden;
}
.social-media__icon:last-child {
	margin-right: 0;
}

.social-media__icon svg {
	fill: #ffffff;
}

.social-media__icon span {
	position: absolute;
	transform: translate(-100vh, -100vh);
	opacity: 0;
}


/* Faculty Post Type */
.entry-content--faculty .entry-content__main,
.entry-content--faculty .entry-content__sidebar {
	margin-bottom: 3rem;
}
.entry-content--faculty .entry-content__main p {
	line-height: 1.75;
}
.faculty-title {
	color: #0091d9;
	font-size: 1.125rem;
	font-weight: 700;
}
.faculty-divider {
	margin: 0 1rem;
	color: #002e5f;
	font-weight: 600;
}
.faculty-departments {
	margin-bottom: .5rem;
}
.entry-content--faculty .btn {
	margin-top: 2rem;
	display: inline-block;
}
.entry-content--faculty .btn svg {
	-webkit-transform: rotate(180deg);
	        transform: rotate(180deg);
	position: relative;
	top: 1px;
	margin-right: .5rem;
	margin-left: 0;
}

@media screen and (min-width: 50em) {
	.entry-content--faculty {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		margin-top: 3rem;
	}
	.entry-content--faculty .entry-content__sidebar {
		-ms-flex-negative: 0;
		    flex-shrink: 0;
		max-width: 600px;
	}
	.entry-content--faculty .entry-content__main {
		max-width: calc(100% - 600px);
	}
	.entry-content--faculty .entry-content__main h1 {
		margin-top: 0;
	}
}

@media screen and (min-width: 70em) {
	.entry-content--two-column {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: row-reverse;
		        flex-direction: row-reverse;
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
		margin-top: 3rem;
	}
	.entry-content--two-column .entry-content__sidebar {
		-ms-flex-negative: 0;
		    flex-shrink: 0;
		max-width: 350px;
	}
	.entry-content--two-column .entry-content__main {
		max-width: calc(100% - 350px);
	}
}


/* Resource Card */
.lg-resource-card {
	overflow: hidden;
	position: relative;
	margin: 1rem 1.875rem;
	background: #ffffff;
}

.lg-resource-card__content {
	border: 2px solid #ccc;
	padding: 2rem;
}

.lg-resource-card__color-bar {
	background: #7eaf00;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 15px;
	transition: background 200ms ease-in-out;
}

/* .lg-resource-card:hover .lg-resource-card__color-bar {
	background: #0091d9;
} */

.lg-resource-card__title {
	font-size: 1.125rem;
	margin: .5rem 0 1.5rem;
	line-height: 1.4;
}

.lg-resource-card__title--single {
	margin-bottom: 0;
}

.lg-resource-card__title a {
	color: #002e5f;
	transition: color 200ms ease-in-out;
}

/* .lg-resource-card:hover .lg-resource-card__title a {
	color: #0091d9;
} */

.lg-resource-card__title a:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.lg-resource-card__desc {
	font-size: .938rem;
	line-height: 1.75;
	margin-bottom: 1.5rem;
}

.lg-resource-card:hover .btn svg {
	fill: #0091d9;
}


@media screen and (min-width: 50em) {
	.lg-resource-card {
		margin: 1rem 0;
	}
	.lg-resource-card__content {
    padding: 2.125rem;
	}
	.lg-resource-card__title {
		font-size: 1.75rem;
	}
	.lg-resource-card__desc {
		font-size: 1.063rem;
	}
	.lg-resource-card {
		margin: 2rem 1rem 2rem 0;
	}
}
@media screen and (min-width: 110em) {
	.lg-resource-card__content {
    padding: 3.125rem;
	}
}

.lg-testimonial-single {
	background: #002e5f;
}

.lg-testimonial-single__image {
	width: 100%;
	margin: 0;
	padding: 0;
	line-height: 0;
}

.lg-testimonial-single__image img {
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	max-height: 350px;
}

.lg-testimonial-single__content {
	text-align: center;
	padding: 0 1.875rem 1rem;
}

.lg-testimonial-single__icon {
	color: #7eaf00;
	font-size: 100px;
	font-weight: 800;
	line-height: 1;
	position: relative;
	top: 30px;
}

.lg-testimonial-single__quote {
	color: #ffffff;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.75;
	position: relative;
	padding-bottom: 2rem;
}

.lg-testimonial-single__quote:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 95px;
	background: #7eaf00;
	height: 2px;
	margin: 0 auto;
}

.lg-testimonial-single__name {
	color: #7eaf00;
	font-size: 1rem;
	font-weight: 800;
}

@media screen and (min-width: 50em) {
	.lg-testimonial-single {
		background: #002e5f;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		position: relative;
	}
	
	.lg-testimonial-single__image {
		width: 75%;
		position: relative;
	}
	.lg-testimonial-single__image:after {
    position: absolute;
    top: 0;
    right: 0;
		bottom: 0;
		background: #002e5f;
    width: 150px;
    -webkit-transform: skewX(-6deg) translateX(100px);
            transform: skewX(-6deg) translateX(100px);
    z-index: 1;
    content: '';
	}
	.lg-testimonial-single__image img {
		max-height: 750px;
		min-height: 500px;
	}
	.lg-testimonial-single__content {
		-ms-flex-negative: 0;
		    flex-shrink: 0;
		position: relative;
		z-index: 10;
		min-width: 375px;
		padding: 1rem 3rem 1rem 1rem;
		width: 33%;
	}
}

@media screen and (min-width: 90em) {
	.lg-testimonial-single__quote {
		font-size: 1.563rem;
	}
	.lg-testimonial-single__name {
		font-size: 1.125rem;
	}
}

.lg-video__container {
	position: relative;
}
.lg-video__wrapper.vc_video-el-width-1400 .lg-video__container {
	max-width: 1400px;
	width: 100%;
}
.lg-video__wrapper.vc_video-el-width-100 .lg-video__container {
  width: 100%;
}
.lg-video__wrapper .lg-video__embed {
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}
.lg-video__wrapper .lg-video__embed > div {
  padding-top: 0 !important;
  position: static;
}
.lg-video__wrapper.vc_video-aspect-ratio-169 .lg-video__embed {
  padding-top: 56.25%;
}
.lg-video__wrapper.vc_video-aspect-ratio-43 .lg-video__embed {
  padding-top: 75%;
}
.lg-video__wrapper.vc_video-aspect-ratio-235 .lg-video__embed {
  padding-top: 42.55319149%;
}
.lg-video__wrapper.vc_video-align-left .lg-video__container {
  float: left;
}
.lg-video__wrapper.vc_video-align-center .lg-video__container {
  margin: 0 auto;
}
.lg-video__wrapper.vc_video-align-right .lg-video__container {
  float: right;
}
.lg-video__wrapper .lg-video__container {
  position: relative;
}
.lg-video__wrapper .lg-video__container iframe {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  margin: 0;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.lg-video__embed .fluid-width-video-wrapper {
  padding-top: 0 !important;
  position: static;
}

.lg-video__overlay {
	position: absolute;
  margin: 0;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.25);
	z-index: 100;
	pointer-events:none;
	-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.lg-video__overlay .lg-video__icon {
	background: rgba(0,0,0,.85);
	border-radius: 50%;
	height: 131px;
	width: 131px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.lg-video__overlay .lg-video__icon svg {
	fill: #ffffff;
	-webkit-transform: translateX(5px);
	        transform: translateX(5px);
}

.lg-video__overlay.lg-video__overlay--hidden {
	opacity: 0;
}


.lg-half-and-half {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin: 2rem 0;
}
.lg-half-and-half__image {
	line-height: 0;
	text-align: center;
}
.lg-flex-align--left .lg-half-and-half__image {
	text-align: left;
}
.lg-flex-align--right .lg-half-and-half__image {
	text-align: right;
}
.lg-half-and-half__content {
	padding: 2rem 1.875rem;
}
.lg-half-and-half__subtitle {
	color: #0091d9;
	font-size: 1.063rem;
	font-weight: 700;
	letter-spacing: .2em;
	text-transform: uppercase;
	margin: 0 0 1rem;
	position: relative;
	z-index: 10;
}
.lg-half-and-half__title {
	margin-top: .5rem;
	margin-bottom: 1rem;
}
.lg-half-and-half__desc ul {
	margin-left: 0;
}

@media screen and (min-width: 50em) {
	.lg-half-and-half__title {
		font-size: 1.875rem;
    line-height: 1.25;
	}
}
@media screen and (min-width: 64em) {
	.lg-half-and-half {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		margin: 5rem 0;
	}
	.lg-flex-align--right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;	
	}
	.lg-half-and-half__image, 
	.lg-half-and-half__content {
		width: 50%;
		float: left;
	}
	.lg-half-and-half__content {
		padding: 2rem 4rem;
	}
	.lg-flex-align--left .lg-half-and-half__content {
		padding-right: 0;
	}
	.lg-flex-align--right .lg-half-and-half__content {
		padding-left: 0;
	}
	.lg-half-and-half__desc {
		font-size: 1.125rem;
		line-height: 1.75;
	}
}

@media screen and (min-width: 90em) {
	.lg-half-and-half__subtitle {
		font-size: 1.125rem;
	}
	.lg-half-and-half__title {
		font-size: 45px;
    line-height: 55px;
	}
}


.vc_tta-container {
	margin: 0 !important;
}

.vc_tta-container .vc_tta.vc_tta-accordion {
	margin: 2rem 0;
}

.vc_tta-panels {
	border-top: 2px solid #ccc;
}
.vc_tta-panel {
	border-bottom: 2px solid #ccc;
}

.vc_tta-panel.vc_active {
	background: #F8F8F8;
}

.vc_tta-container .vc_tta.vc_tta-accordion .vc_tta-panel-title .vc_tta-controls-icon {
	color: #7eaf00;
	width: 25px;
	height: 25px;
}

.vc_tta-container .vc_tta.vc_tta-accordion .vc_tta-panel-title .vc_tta-controls-icon:before {
	border-width: 3px 0 0 0;
}
.vc_tta-container .vc_tta.vc_tta-accordion .vc_tta-panel-title .vc_tta-controls-icon:after {
	border-width: 0 0 0 3px;
}

.vc_tta-panel-title {
	font-size: 1.125rem;
	color: #0091d9;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.vc_tta-container .vc_tta.vc_tta-accordion .vc_tta-panel .vc_tta-panel-title > a {
	padding: 1.875rem;
}

.wpb-js-composer .lg-section .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-title-text {
	margin-left: 1.25rem;
	display: block;
}


.lg-image-slider {
	background: #F8F8F8;
}

.lg-image-slider__controls {
	max-width: 108em;
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	margin: 0 auto;
	right: 0;
	padding: 0 1.875rem;
}

.lg-image-slider__controls .slick-next {
	float: right;
}

.lg-image-slider__controls svg {
	fill: #7eaf00;
}

.lg-image-slider .slick-slide img {
	margin: 0 auto;
}

.lg-stories__container {
	border-top: 2px solid #cccccc;
	border-bottom: 2px solid #cccccc;
	padding-top: 4.813rem;
	padding-bottom: 4.813rem;
}

.lg-stories__container--error {
	text-align: center;
}

.lg-stories {
	padding-top: 4.813rem;
	padding-bottom: 4.813rem;
	padding-left: 1.875rem;
  padding-right: 1.875rem;
}

.lg-stories__top {
	margin: 0 0 2rem;
}

.lg-stories__title {
	margin: 0 0 2rem;
	line-height: 1;
}

.lg-stories__top form ul,
form[data-sf-form-id] ul {
	margin: 0;
	padding: 0;
}

.lg-stories__sf-field-search,
.lg-stories__sf-field-search {
	margin: 0 0 3rem;
	position: relative;
}

.searchandfilter ul li.sf-field-category svg,
.searchandfilter ul li.sf-field-search svg {
	position: absolute;
	right: 1.875rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	pointer-events: none;
}
.searchandfilter ul li.sf-field-category svg {
	fill: #7eaf00;
}
.lg-stories__search-container svg {
	stroke: #7eaf00;
	stroke-width: 1.75px;
}

select.sf-input-select,
input.sf-input-text {
	max-height: 81px;
	min-height: 81px;
	line-height: 1.4;
}

select.sf-input-select {
	-webkit-appearance: none;
	background: #fff;
	border-radius: 0px;
	border: 1px solid #ccc;
	border: 2px solid #ccc;
	color: #002e5f;
	font-size: 1.063rem;
	line-height: 1;
	margin: 0;
	width: 100%;
	outline: none;
	padding: 1.5rem 4rem 1.5rem 1.7rem;
	background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNiAyNiI+PHRpdGxlPnNlbGVjdC1kcm9wZG93bjwvdGl0bGU+PHBhdGggZD0iTTEzLDI2QTEzLDEzLDAsMSwxLDI2LDEzLDEzLDEzLDAsMCwxLDEzLDI2Wk0xMywyQTExLDExLDAsMSwwLDI0LDEzLDExLDExLDAsMCwwLDEzLDJaIiBzdHlsZT0iZmlsbDojN2VhZjAwIi8+PHBvbHlnb24gcG9pbnRzPSIxMyAxOCA3LjEgMTAgOC43IDguOCAxMyAxNC42IDE3LjQgOC44IDE5IDEwIDEzIDE4IiBzdHlsZT0iZmlsbDojN2VhZjAwIi8+PC9zdmc+');
  background-repeat: no-repeat, repeat;
	background-position: right 1.5rem top 50%, 0 0;
	background-size: 2rem auto, 100%;
}


input.sf-input-text {
	-webkit-appearance: none;
	border-radius: 0px;
	border: 2px solid #ccc;
	color: #002e5f;
	font-size: 1.063rem;
	line-height: 1;
	margin: 0;
	width: 100%;
	outline: none;
	padding: 0 4rem 0 1.7rem;
	background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNi4wMSAyNi42NSI+PHRpdGxlPnNlYXJjaC1zdWJtaXQ8L3RpdGxlPjxwYXRoIGQ9Ik0yNiwyNS4yNGwtOC04YTEwLjQxLDEwLjQxLDAsMSwwLTEuNDgsMS4zNWw4LjA3LDguMDZaTTIsMTAuMzRhOC4zNCw4LjM0LDAsMSwxLDguMzQsOC4zM0E4LjM1LDguMzUsMCwwLDEsMiwxMC4zNFoiIHN0eWxlPSJmaWxsOiM3ZWFmMDAiLz48L3N2Zz4=');
	background-repeat: no-repeat, repeat;
	background-position: right 1.5rem top 50%, 0 0;
	background-size: 2rem auto, 100%;
}

input.sf-input-text::-webkit-input-placeholder { color: #002e5f; }
input.sf-input-text:-ms-input-placeholder { color: #002e5f; }
input.sf-input-text::-ms-input-placeholder  { color: #002e5f; }
input.sf-input-text::placeholder  { color: #002e5f; }

.sf-field-submit input[type="submit"] {
	font-weight: 800;
	-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
  display: inline-block;
  padding: 1.5rem 2.5rem;
  color: #ffffff;
	font-size: 1.125rem;
	line-height: 1.4;
	margin-bottom: 2rem;
	background: #0091d9;
	border: 0 none;
	border-radius: 0;
}

.lg-stories__item {
	margin-bottom: 4rem;
}

.lg-stories__item img {
	height: 327px;
	width: 481px;
	object-fit: cover;
}

.lg-stories__desc {
	font-size: 1.125rem;
	line-height: 1.75;
}
.lg-stories__item h4 {
	transition: color 200ms ease-in-out;
}
.lg-stories__item:hover h4 {
	color: #0091d9;
}

.lg-pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-top: 2rem;
}

.lg-pagination__previous,
.lg-pagination__next {
	min-width: 200px;
}

.lg-pagination__next {
	text-align: right;
}

.lg-pagination a {
	color: #002e5f;
	-webkit-transition: color 200ms ease-in-out;
	transition: color 200ms ease-in-out;
}

.lg-pagination a:hover {
	color: #0091d9;
}

.lg-pagination__previous svg {
	-webkit-transform: rotate(180deg);
	        transform: rotate(180deg);
	position: relative;
	top: 1px;
	margin-right: .5rem;
	margin-left: 0;
}

.lg-pagination__pagenumber {
	font-size: 1.125rem;
}

@media screen and (min-width: 50em) {
	.lg-stories__top {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.lg-stories__title {
		margin: 2rem 2rem 2rem 0;
		-ms-flex-negative: 0;
		    flex-shrink: 0;
	}
	.lg-stories__top form ul,
	form[data-sf-form-id] ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}
	.searchandfilter ul li.sf-field-category,
	.searchandfilter ul li[class*="sf-field-taxonomy"],
	.searchandfilter ul li.sf-field-search {
		margin: 0 1.5rem 0 0;
	}
	select.sf-input-select,
	input.sf-input-text {
		min-width: 250px;
		max-width: 300px;
    max-height: 81px;
    min-height: 81px;
    line-height: 1.4;
	}
	.sf-field-submit input[type="submit"] {
		max-height: 81px;
		padding: 1.5rem 4rem;
		font-size: 1.5rem;
		margin-bottom: 0;
	}
	.lg-stories__item {
		margin-bottom: 0;
	}
	.lg-stories__container {
		display: grid;
		grid-template-columns: repeat(3,1fr);
		grid-gap: 4rem;
	}
	.lg-stories__container--error {
		display: block;
		text-align: center;
	}
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
	.lg-stories__container {
		display: grid;
		grid-template-columns: repeat(2,1fr);
		grid-gap: 2rem;
	}
	.lg-stories__top form ul,
	form[data-sf-form-id] ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}
	.searchandfilter ul li.sf-field-category,
	.searchandfilter ul li[class*="sf-field-taxonomy"],
	.searchandfilter ul li[class*="sf-field-sort_order"],
	.searchandfilter ul li.sf-field-search {
		margin: 0 30px 0 0;
	}
	.sf-field-submit input[type="submit"] {
		margin-bottom: 0;
	}
	.searchandfilter ul li input.sf-input-text {
		max-height: 78px;
	}
	.lg-banner__btn-wrap .btn:nth-child(2) {
		margin-left: 2rem;
	}
	.lg-flex-align--left .lg-half-and-half__image,
	.lg-flex-align--right .lg-half-and-half__image {
		text-align: center;
	}
	.lg-button--multi {
		padding: 0 2rem 0 0;
	}
}

@media screen and (min-width: 768px) and (orientation: landscape) {
	.lg-stories__container {
		grid-gap: 2rem;
	}
}

@media screen and (min-width: 70em) {
	.lg-stories__container {
		grid-gap: 4rem;
	}
	.searchandfilter ul li.sf-field-category,
	.searchandfilter ul li[class*="sf-field-taxonomy"],
	.searchandfilter ul li[class*="sf-field-sort_order"], 
	.searchandfilter ul li.sf-field-search {
		margin: 0 2.375rem 0 0;
	}
	select.sf-input-select,
	input.sf-input-text {
		width: auto;
	}
	.sf-field-submit input[type="submit"] {
		min-width: 295px;
	}
}


.lg-text-wrapper {
	padding: 0 1.875rem;
}
.no-padding .lg-text-wrapper {
	padding: 0;
}
.entry-content__main .lg-text-wrapper {
	padding: 0;
}
.lg-text p { line-height: 1.75; }
.lg-text ul {
	margin-left: 0;
}

.lg-text--grey > * { color: #575757; }
.lg-text--dark-blue > * { color: #002e5f; }
.lg-text--white > * { color: #ffffff; }

.lg-text-size--18 > * { font-size: 1.063rem; }
.lg-text-size--20 > * { font-size: 1.125rem; }
.lg-text-size--26 > * { font-size: 1.25rem; }

.lg-text-width--600 { max-width: 600px; margin: 0 auto; }
.lg-text-width--800 { max-width: 800px; margin: 0 auto; }
.lg-text-width--1000 { max-width: 1000px; margin: 0 auto; }
.lg-text-width--1250 { max-width: 1250px; margin: 0 auto; }
.lg-text-width--full { max-width: none; margin: 0 auto; }

.lg-text.grey-bg {
	padding: 1rem 3rem;
	background: #f8f8f8;
}
@media screen and (min-width: 50em) {
	.lg-text-size--26 > * { font-size: 1.5rem; }
	.lg-text-wrapper {
		padding: 0;
	}
}

.lg-intro-content {
	margin: 3rem 0;
}
.lg-intro-content__column--title {
	padding: 0 1.875rem;
}
.lg-intro-content__column--desc {
	font-size: 1.063rem;
	line-height: 1.75;
	padding: 0 1.875rem;
}
.lg-intro-content__column--media {
	text-align: center;
}

@media screen and (min-width: 70em) {
	.lg-intro-content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		margin: 6.25rem 0;
	}
	.lg-intro-content__column--title {
		width: 100%;
		padding: 0;
	}
	.lg-intro-content__title {
		margin-top: 0;
	}
	.lg-intro-content__column--desc {
		width: 50%;
		padding: 0 60px 0 0;
		font-size: 1.125rem;
		line-height: 1.75;
	}

	.lg-intro-content__column--desc p:first-child {
		margin-top: 0px;
	}
	
	.lg-intro-content__column--media {
		min-width: 500px;
		width: 50%;
	}
	.lg-intro-content__column--media .lg-video__embed {
			padding-top: 56.25%;
			position: relative;
			width: 100%;
	}
	.lg-intro-content__column--media .lg-video__embed iframe {
		width: 100%;
		height: 100%;
		display: block;
		position: absolute;
		margin: 0;
		top: 0;
		left: 0;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
}

@media screen and (min-width: 100em) {
	.lg-intro-content__column--title {
		width: auto;
		min-width: 300px;
	}
	.lg-intro-content {
		-ms-flex-wrap: nowrap;
		    flex-wrap: nowrap;
		-webkit-box-pack: space-evenly;
		    -ms-flex-pack: space-evenly;
		        justify-content: space-evenly;
	}
	.lg-intro-content__column--desc {
		padding: 0 90px;
		width: auto;
	}
	.lg-intro-content__column--image {
		min-width: 600px;
		width: auto;
	}
}


.wow-modal-window {
	padding: 0px !important;
}
.mw-close-btn {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 1.875rem;
	top: 0 !important;
	right: 0 !important;
}
.mw-close-btn:before {
	content: "Close" !important;
	background: none !important;
	font-size: 20px !important;
	display: inline-block;
	width: auto !important;
	height: auto !important;
	line-height: 1 !important;
	border-radius: 0 !important;
	margin-right: 1rem;
}
.mw-close-btn:hover:before {
	background: none !important;
	color: #ffffff !important;
}
.mw-close-btn:after {
	background: none;
	content: "\2715";
	display: inline-block;
	text-align: center;
	line-height: 32px;
	color: #0090d8;
	font-family: inherit;
	font-size: 39.35px;
	font-weight: normal;
	font-style: normal;
}


[id*="wow-modal-window"] {
	top: 0 !important;
	background: transparent !important;
	padding: 0px !important;
	-webkit-overflow-scrolling: touch;
	overflow-y: scroll;
	height: 100% !important;
	width: 100% !important;
	border-radius: 0 !important;
}

[id*="wow-modal-window"] p {
	height: 100%;
	margin: 0;
	width: 100%;
	overflow: hidden;
}

@media screen and (min-width: 50em) {
	.mw-close-btn {
		padding: 4rem;
	}
}

@media screen and (max-width: 50em) {
	.vc_custom_1568315706980 {
    padding: 0 !important;
	}
}

@media only screen   
and (min-width: 768px)   
and (max-width: 1440px) {
	.header__promo .widget {
		padding: .938rem 40px .938rem 3.125rem;
	}
	.header__promo p {
		font-size: .875rem;
	}
	.header__promo a {
		font-size: .875rem;
	}
	.header__utility {
    padding: 16px 30px 0px;
		font-size: .938rem;
	}
	.header__main__wrapper {
		padding: 20px 30px 0;
	}
}



/* IE 11 Styles */
.ie11 .lg-equal-height .lg-full-section-inner,
.ie11 .lg-equal-height.lg-grid-section .lg-section-inner-margin {
	display: inherit;
}
.ie11 .lg-equal-height .vc_column_container {
	display: inherit;
}
.ie11 .lg-equal-height .vc_column-inner {
	display: inherit;
}
.ie11 .lg-equal-height .wpb_wrapper {
	display: inherit;
}

.ie11 .lg-post-blocks,
.ie11 .lg-stories__container {
	display: -ms-flexbox;
	-ms-flex-direction: row;
  -ms-flex-wrap: wrap;
}

.ie11 .lg-post-blocks__item {
	min-width: 290px;
  width: 50%;
}

.ie11 .lg-stories__item {
	min-width: 290px;
	width: 33.33%;
	margin-bottom: 2rem;
	padding-right: 2rem;
}

.ie11 .copyright .menu {
	display: inline-block;
}


@media print {
	* {
		color: #000 !important;
		text-shadow: none !important;
		background: none;
	}
	.no-scroll main {
		display: none !important;
	}
	.no-scroll iframe {
		overflow: visible !important;
	}
	.lg-banner {
		position: relative !important;
		background: #ffffff !important;
		min-height: 0px !important;
	}
	header, footer, .lg-video__wrapper, .lg-banner__overlay  {
		display: none;
	}
	[id*="wow-modal-window"] {
		background: #ffffff;
	} 
	[id*="wow-modal-close"] {
		display: none !important;
	}
}

html #notification-modal {
	z-index: 1001;
}

/* Formidle Forms */
.lg-form fieldset {
	border: 0 none;
}

.lg-form .frm_fields_container {
	columns: 2;
	display: grid;
	grid-gap: 1rem 3rem;
	grid-template-rows: repeat(3, 1fr);
	grid-template-columns: 1fr 1fr;
}

.lg-form .frm_fields_container > * {
	grid-column: span 1;
}

.lg-form .frm_fields_container > .frm_form_field:nth-of-type(1) {
	grid-row-start: 1;
	grid-row-end: 2;
}

.lg-form .frm_fields_container > .frm_form_field:nth-of-type(2) {
	grid-row-start: 2;
	grid-row-end: 3;
}

.lg-form .frm_fields_container > .frm_form_field:nth-of-type(3) {
	grid-row-start: 3;
	grid-row-end: 4;
}

.lg-form .frm_fields_container > .frm_form_field:nth-of-type(4) {
	grid-column-start: 2;
	grid-row-start: 1;
	grid-row-end: 4;
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
}

.lg-form .frm_submit {
	text-align: center;
	grid-column: span 2;
	margin-top: 2rem;
}

.lg-form label {
	margin-bottom: 10px;
	display: block;
}

.lg-form input {
	width: 100%;
}

.lg-form .frm_required {
	color: #70d0ff;
}

.lg-form .frm_error_style {
	color: #9dd60b;
	text-align: center;
	border: 2px solid #9dd60b;
	padding: 1rem;
	margin: 0 1rem 1rem;
}

.lg-form .frm_error_style p {
	color: #9dd60b;
	margin: 0;
	padding: 0;
}

.lg-form .frm_message {
	color: #70d0ff;
	text-align: center;
	padding: 1rem;
	margin: 0 1rem 1rem;
	border-bottom: 2px solid #70d0ff;
}

.lg-form .frm_message p {
	color: #70d0ff;
	margin: 0;
	padding: 0;
}

.lg-form .frm_error {
	color: #9dd60b;
}

.lg-form input[type="text"],
.lg-form input[type="number"],
.lg-form input[type="email"],
.lg-form input[type="date"],
.lg-form input[type="datetime-local"],
.lg-form input[type="month"],
.lg-form input[type="password"],
.lg-form input[type="tel"],
.lg-form input[type="time"],
.lg-form input[type="url"],
.lg-form input[type="week"],
.lg-form select,
.lg-form textarea {
	display: block;
	-webkit-appearance: none;
	background: #ffffff;
	border-radius: 0px;
	border: 0 none;
	color: #002e5f;
	font-family: 'Montserrat', Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size: 1rem;
	line-height: 1;
	margin: 0;
	width: 100%;
	outline: none;
	padding: 0.813rem;
	min-height: 46px;
}

.lg-form input[type="submit"],
.lg-form button[type="submit"] {
	background: #7eaf00;
	-webkit-appearance: none;
	display: inline-block;
	padding: 1.5rem 2.5rem;
	color: #ffffff;
	line-height: 1.4;
	margin-bottom: 2rem;
	font-weight: 800;
	padding: 1.5rem 2rem;
	font-size: 1.5rem;
	transition: all 200ms ease-in-out;
	border: 0 none;
	border-radius: 0px;
}

.lg-form textarea {
	max-width: 650px;
	height: calc(100% - 35px);
	max-height: 650px;
}
