/*
Theme Name: KS Corn
Author: cb{d}
Author URI:
Version: 1
Description: Base theme for Wordpress
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: base
Tags: one-column, two-columns
Theme URI:
*/

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

body:not(.logged-in) #wpadminbar {
	display: none !important;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

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

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
   ========================================================================== */

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

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

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

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

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

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

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: 500;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

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

/**
 * Address styling not present in IE 8/9.
 */

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

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

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

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

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

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

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

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

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

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

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

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

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

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

*[aria-hidden="true"] {
	visibility:  hidden  !important;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
	padding: 0;
}

@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon/icomoon.eot?902sdd');
  src:  url('fonts/icomoon/icomoon.eot?902sdd#iefix') format('embedded-opentype'),
    url('fonts/icomoon/icomoon.ttf?902sdd') format('truetype'),
    url('fonts/icomoon/icomoon.woff?902sdd') format('woff'),
    url('fonts/icomoon/icomoon.svg?902sdd#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-google:before {
  content: "\e900";
}
.icon-instagram:before {
  content: "\e901";
}
.icon-linkedin:before {
  content: "\e902";
}
.icon-snapchat:before {
  content: "\e903";
}
.icon-twitter:before {
  content: "\e904";
}
.icon-facebook:before {
  content: "\e905";
}
.icon-print:before {
  content: "\e907";
}
.icon-attention:before {
  content: "\e908";
}
.icon-download:before {
  content: "\e909";
}
.icon-global:before {
  content: "\e90a";
}
.icon-gps-blue:before {
  content: "\e90b";
}
.icon-mobile:before {
  content: "\e90c";
}
.icon-play:before {
  content: "\e90d";
}
.icon-book:before {
  content: "\e90e";
}
.icon-corn:before {
  content: "\e90f";
}
.icon-cow:before {
  content: "\e910";
}
.icon-pagination:before {
  content: "\e911";
}
.icon-pagination-fill:before {
  content: "\e912";
}
.icon-arrow:before {
  content: "\e913";
}
.icon-book-o:before {
  content: "\e914";
}
.icon-checkmark-o:before {
  content: "\e915";
}
.icon-kernal-filled-o:before {
  content: "\e916";
}
.icon-kernal-outlined-o:before {
  content: "\e917";
}
.icon-corn-o:before {
  content: "\e918";
}
.icon-download-o:before {
  content: "\e919";
}
.icon-map-pin-o:before {
  content: "\e91a";
}
.icon-link-o:before {
  content: "\e91b";
}
.icon-location-o:before {
  content: "\e91c";
}
.icon-mail-o:before {
  content: "\e91d";
}
.icon-phone-o:before {
  content: "\e91e";
}
.icon-quote-o:before {
  content: "\e91f";
}
.icon-search-o:before {
  content: "\e920";
}
.icon-video-o:before {
  content: "\e921";
}
.icon-arrow-down:before {
  content: "\e922";
}
.icon-arrow-left:before {
  content: "\e923";
}
.icon-arrow-right:before {
  content: "\e924";
}
.icon-arrow-up:before {
  content: "\e925";
}

.nav,
.nav .drop ul,
.social-links,
.foot-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
dl:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.navigation-single:after,
.header:after,
.container:after,
.form-holds:after,
.intro-slider .intro-wrap:after,
.footer-extra .footer-wrap:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #000;
	background: #fff;
	font: 400 20px/1.86 "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
}

.gm-style img {
	max-width: none;
}

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
	margin: 0 0 1.56em;
}

blockquote {
	border-left: 4px solid #999;
	padding-left: .5em;
	margin-left: 1.56em;
}

th,
td {
	border: 1px solid #999;
	padding: .5em;
	text-align: left;
	vertical-align: top;
}

th {
	text-align: center;
	vertical-align: middle;
}

ul,
ol {
	padding-left: 3em;
}

ul ul,
ul ol,
ol ul,
ol ol {
	padding-left: 3em;
	margin: 0;
}

ul {
	list-style-type: disc;
}

dl dt {
	float: left;
	clear: left;
	padding-right: .3em;
	font-weight: bold;
}

dl dd {
	overflow: hidden;
}

pre {
	max-width: 100%;
}


.disclaimer p {
	font-size: 14px;
	font-style: italic;
	font-weight: 300;
	color: #575757;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #999;
	padding: .4em .7em;
}

/*
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #000;
}
*/

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #999;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #999;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #999;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #999;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

.widget {
	margin-bottom: 1.56em;
}

.widget ul {
	padding-left: 2em;
}

.widget select {
	min-width: 150px;
}

.comment-form label {
	display: block;
	padding-bottom: 4px;
}

.comment-form textarea {
	overflow: auto;
	margin: 0;
	height: 120px;
	min-height: 120px;
}

.comment-form textarea,
.comment-form input[type="text"] {
	margin: 0 4px 0 0;
	max-width: 300px;
	width: 100%;
}

.comment-form input[type="submit"] {
	display: block;
	float: none;
}

.post-password-form label {
	display: block;
	margin-bottom: 4px;
}

.post-password-form input[type="password"] {
	margin: 0 4px 0 0;
	max-width: 300px;
	width: 100%;
}

.search-form {
	margin-bottom: 15px;
}

.search-form input {
	float: left;
	height: 2em;
}

.search-form input[type="search"] {
	margin: 0 4px 0 0;
	width: 150px;
}

.post-password-form input {
	float: left;
	height: 2em;
}

.post-password-form input[type="password"] {
	width: 150px;
}

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	background: #000;
	color: #fff;
	height: 2em;
	border: none;
	padding: 0 .5em;
	background: none;
}

.comment-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
	opacity: .8;
}

.commentlist {
	margin: 0 0 1.56em;
}

.commentlist .edit-link {
	margin: 0;
}

.commentlist .avatar-holder {
	float: left;
	margin: 0 1.56em 4px 0;
}

.commentlist-item .commentlist-item {
	padding: 0;
}

.comment,
.commentlist-holder {
	overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
	padding-top: 1.56em;
}

.widget_calendar #next {
	text-align: right;
}

.gallery-item dt {
	float: none;
	padding: 0;
}

.navigation,
.navigation-comments {
	position: relative;
	vertical-align: middle;
	margin-bottom: 1.56em;
}

.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
	position: absolute;
	left: -99999px;
}

.navigation .page-numbers,
.navigation-comments .page-numbers {
	display: inline-block;
	vertical-align: middle;
	padding: 0 .4em;
}

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
	display: inline-block;
	vertical-align: middle;
	max-width: 48%;
	background: #000;
	color: #fff;
	padding: .4em;
	text-decoration: none;
}

.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover {
	opacity: .8;
}

.navigation-single {
	margin-bottom: 1.56em;
}

.navigation-single .next,
.navigation-single .prev {
	float: left;
	vertical-align: middle;
	max-width: 48%;
	background: #000;
	color: #fff;
	text-decoration: none;
}

.navigation-single .next:hover,
.navigation-single .prev:hover {
	opacity: .8;
}

.navigation-single .next a,
.navigation-single .prev a {
	color: inherit;
	text-decoration: none;
	padding: .4em;
	display: block;
}

.navigation-single .next {
	float: right;
}

.wp-caption {
	max-width: 100%;
	clear: both;
	border: 1px solid #999;
	padding: .4em;
	margin-bottom: 1.56em;
}

.wp-caption img {
	margin: 0;
	vertical-align: top;
}

.wp-caption p {
	margin: .4em 0 0;
	font-size: 12px;
}

div.aligncenter {
	margin: 0 auto 1.56em;
}

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

.alignleft {
	float: left;
	margin: 0 1.56em 4px 0;
}

.alignright {
	float: right;
	margin: 0 0 4px 1.56em;
}

.mejs-container {
	margin-bottom: 1.56em;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
	height: auto;
}

#wp-calendar tbody td {
	text-align: center;
}

#wp-calendar td,
#wp-calendar th {
	border: 1px solid #999;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 80px;
}

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

h3,
.h3 {
	font-size: 40px;
}

h4,
.h4 {
	font-size: 25px;
}

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

h6,
.h6 {
	font-size: 17px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #008E05;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
}

a:hover,
a:focus {
	text-decoration: none;
}

/* header styles */

.nav-active {
	overflow: hidden;
}

.page-template-page-landing-page .header{
	background: #fff;
	    padding: 20px 10px;
}

.page-template-page-landing-page .logo{
	float: none;
	text-align: center;
	width: calc(100% - 175px);
}

.page-template-page-landing-page .nav-drop{
	width: auto;
	float: none;
}

.page-template-page-landing-page .header .container{
	display: flex;
	justify-content: flex-end;
}

.header {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	height: auto;
	z-index: 999;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0 2px 4px rgba(0, 0, 0, .06);
	font-family: "Roboto Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	
}

.header .nav-lower-hold {
	padding: 15px 30px;
	height: 84px;
}

.logged-in .header{
	margin-top: 32px;
}

.top-message {
	font-size: 14px;
	line-height: 35px;
	color: #FFCD11;
	font-style: italic;
	white-space: nowrap;
	overflow-x: hidden;

}

.top-message a {
	color: #FFCD11;
	padding: 0 5px 0 0;
}

.landingLogo{
	position: absolute;
	right: 0;
	bottom: 0px;
}


.nav-top-hold {
	height: 35px;
	background: #002F6B;
	padding: 0 30px;
	display: flex;
	justify-content: space-between;
}

/* page logo styles */

.logo {
	float: left;
}

.nav-opener-hold {
	display: block;
	float: right;
	border: 2px solid #004195;
	border-radius: 50%;
}

.nav-opener {
	display: block;
	position: relative;
	width: 26px;
	height: 20px;
	width: 46px;
	height: 46px;
	padding: 10px 8px;
	text-indent: 9999px;
	overflow: hidden;
}

.nav-opener:hover:before,
.nav-opener:hover:after,
.nav-opener:hover span,
.nav-active .nav-opener:before,
.nav-active .nav-opener:after,
.nav-active .nav-opener span {
	background: #ffcd11;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	content: "";
	position: absolute;
	background: #004195;
	height: 2px;
	left: 8px;
	right: 8px;
	border-radius: 3px;
	top: 50%;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.nav-opener:before {
	top: 12px;
}

.nav-opener:after {
	top: auto;
	bottom: 12px;
}

.nav-opener span {
	margin: -1px 0 0;
	color: #f00;
}

.nav-drop {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 100%;
	height: calc(100vh - 90px);
	overflow-y: auto;
	left: 0;
	right: 0;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.nav-active .nav-drop {
	opacity: 1;
	visibility: visible;
}

.nav-wrap {
	background: #0C2749;
	padding: 20px 30px;
}

/* navigation styles */

.nav {
	margin: 0 0 40px;
}

.nav li {
	padding: 0;
}

.nav li:before {
	display: none;
}



.nav > li {
	font-size: 25px;
	line-height: 1.2;
	text-transform: capitalize;
}

.nav > li:first-child {
	margin: 0;
}

.nav > li.active > a {
	color: #fec412;
}

.nav > li.hover > a,
.nav > li:hover > a {
	color: #fec412;
}

.nav > li.hover > a.has-drop-down-a:after,
.nav > li:hover > a.has-drop-down-a:after {
	-webkit-transform: translateY(-50%) rotate(90deg);
	-ms-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
}

.nav > li.hover .drop,
.nav > li:hover .drop {
	display: block;
}

.nav > li > a {
	display: block;
	color: #fff;
	padding: 8px 0;
}

.nav > li > a.has-drop-down-a {
	position: relative;
}

.nav > li > a.has-drop-down-a:after {
	content: "\e922";
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	font-family: "icomoon";
	font-size: 8px;
	color: #FFF;
}

.nav .drop {
	padding: 0 0 0 20px;
	display: none;
}

.nav .drop .col {
	margin: 0 0 35px;
}

.nav .drop span.submenu-title {
	color: #fff;
}

.nav .drop ul > li > a {
	color: #86aadb;
	display: block;
	padding: 8px 0;
}

.nav .drop ul > li.break-bottom{
	margin-bottom: 30px;
}

.nav .drop ul > li > a:hover {
	opacity: .7;
}


.nav-top li:before {
	display: none;
}

.nav-top li {
	padding: 0;
}


/*
.nav-top-hold .nav-top {
	display: none;
}

.nav-top-hold .social-links {
	display: none;
}
*/


.nav-holder {
	display: flex;
}
.social-links {
	text-align: center;
	margin: 0 0 40px;
}

.social-links li {
	display: inline-block;
	vertical-align: top;
	font-size: 44px;
	margin: 0 5px;
	padding: 0;
}

.header .social-links li.social-label {
	color: #FFF;
	font-family: 'Roboto Condensed';
	font-size: 13px;
	font-weight: 500;
	line-height: 30px;
}

.social-links li:before {
	display: none;
}

.social-links li a {
	color: #2987FF;
}

.social-links li a:hover {
	color: #6BACFF;
}

/*
.foot-list {
	text-align: center;
}
*/

.foot-list li {
	display: inline-block;
	vertical-align: top;
	font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 15px;
	line-height: 51px;
	margin: 0 10px 10px;
	padding: 0;
	color: #fff;
}

.foot-list li:before {
	display: none;
}

.foot-list li a {
	color: #FFF;
	
}

.foot-list li a:hover {
	color: #fec412;
}

/* common styles for website */

.bg-stretch {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	background-size: cover;
	background-position: 50% 50%;
}

body {
	font-size: 20px;
	line-height: 1.8;
}

a {
	-webkit-transition: border .3s ease-in-out, color .3s ease-in-out, background .3s ease-in-out, opacity .3s ease-in-out, box-shadow .3s ease-in-out, text-shadow .3s ease-in-out;
	transition: border .3s ease-in-out, color .3s ease-in-out, background .3s ease-in-out, opacity .3s ease-in-out, box-shadow .3s ease-in-out, text-shadow .3s ease-in-out;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #008E05;
}

p {
	margin: 0 0 20px;
}

img {
	vertical-align: top;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul > li {
	position: relative;
	padding: 0 0 15px 50px;
}

ul > li:before {
	content: "";
	position: absolute;
	top: 16px;
	left: 25px;
	width: 5px;
	height: 5px;
	background: #ffcd11;
	border-radius: 50%;
}

ul ul {
	padding-left: 0;
}

ul ol {
	margin: 0;
	padding: 20px 0 0;
}

ul ol > li {
	padding: 0 0 15px 47px;
}

ul ol > li:before {
	left: 10px;
}

ol {
	margin: 0;
	padding: 0;
	counter-reset: counter;
	list-style: none;
}

ol > li {
	position: relative;
	padding: 0 0 15px 47px;
}

ol > li:before {
	content: counter(counter) ".";
	counter-increment: counter;
	position: absolute;
	top: 0;
	left: 18px;
	color: #FFAF00;
	font-weight: 400;
}

.btn {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	color: #00B106;
	font-family: "Roboto Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 16px;
	line-height: 1.6;
	text-transform: uppercase;
	text-align: center;
	font-weight: 600;
	padding: 11px 28px;
	border: 2px solid #00B106;
	letter-spacing: 3px;
	border-radius: 25px;
}
.intro .btn{
	margin-right: 30px;
	margin-bottom: 10px;
	
}

.btn:hover {
	background: #00B106;
	color: #FFF;
}

.btn-sm {
	font-size: 13px;
	padding: 7px 23px;
}

.btn-sm.back_to_site {
	background: #001E44;
	border: none;
	color: #FFF;
	font-size: 10px;
	line-height: 23px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	margin-left: -40px;
	padding-left: 40px;
	max-width: 50%;
}

@media(max-width: 767px){
	.btn-sm.back_to_site {
		max-width: 100%;
		margin-left: 0px;
		padding-left: 0px;
		border-radius: 0px;
	}
	
	.stem-head .nav-top-hold {
		padding: 0;
	}
}

h1 {
	font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 45px;
	line-height: 1.2;
	color: #18314f;
	font-weight: 400;
	margin: 0 0 20px;
	color: #004195;
}

h2 {
	font-family: "Roboto", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	font-size: 32px;
	line-height: 1.2;
	font-weight: 400;
	color: #008E05;
	position: relative;
	margin: 0 0 20px;
}

h2.subtitle {
	font-size: 16px;
	line-height: 1.2;
	font-weight: 400;
	color: #747474;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin: 0 0 20px;
}

.intro-slider h2.subtitle {
	font-size: 13px;
	letter-spacing: 2px;
	margin: 0 0 10px;
}

h3 {
	font-size: 33px;
	line-height: 1.2;
	font-weight: 400;
	margin: 0 0 20px;
	color: #004195;
}

h4 {
	font-size: 28px;
	line-height: 1.2;
	font-weight: 400;
	color: #004195;
	margin: 0 0 20px;
}

h5 {
	font-size: 24px;
	line-height: 1.2;
	font-weight: 400;
	color: #004195;
	margin: 0 0 20px;
}

h5 a {
	color: #769bc7;
}

h6 {
	font-size: 18px;
	line-height: 1.2;
	font-weight: 500;
	color: #004195;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin: 0 0 20px;
}

.article-text h6{
	font-size: 15px;
	line-height: .5;
}

.article-frame .article-text p{
	margin-top: -12px !important;
	font-size: 16px;
}


p + h1,
p + h2,
p + h3,
p + h4,
p + h5,
p + h6,
ul + h1,
ul + h2,
ul + h3,
ul + h4,
ul + h5,
ul + h6,
ol + h1,
ol + h2,
ol + h3,
ol + h4,
ol + h5,
ol + h6
 {
	 margin-top: 30px;
 }


#glider .glider-track {
	width: 100% !important;
}

#glider .glider-slide {
	min-width: auto !important;
}

#wrapper {
/* 	padding: 0 0 170px; */
	overflow: hidden;
}

.announce-deactive #wrapper {
	padding: 0;
}

.container {
	padding: 0 30px;
	max-width: 1060px;
	margin: 0 auto;
}

.container.wide {
	max-width: 1200px;
	margin-top: 50px;
}

/*
.single .container{
	min-height: 900px;
}
*/

.parent-pageid-357 .external-link-list{
	min-height: 230px;
}

#main {
	padding-top: 119px;
}


.bg-image-holder {
	height: 300px;
}

.glider-holder {
	max-width: 1330px;
	margin: 0 auto;
	padding: 0 35px;
	margin-top: -260px;
	margin-bottom: 50px;
}
.glider-holder .glide-slide {
	max-width: 1330px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;

}

.glider-holder .glide-slide .info {
	width: 75%;
	padding: 45px 45px;
	background: #006C04;
	
}

.glider-holder .glide-slide .info h1 {
	color: #FFF;
	font-weight: 500;
}

.glider-holder .glide-slide .info h2 {
	color: #FFF;
}


.glider-holder .glide-slide .img-holder {
	float: right;
	margin-top: 50px;
	width: 30%;
}

@media(max-width: 767px){
	.glider-holder .glide-slide .img-holder {
		float: none;
		margin: 20px auto -20px;
		width: 50%;
	}
	
	.glider-holder .glide-slide .info {
		width: 100%;
		
	}
}


.glider-holder .glider-dots {
	justify-content: flex-end;
	margin-top: 15px;
}

.glider-holder .glider-dot {
	width: auto;
	height: auto;
	border-radius: 0;
	background: none !important;
	margin: 4px;	
}

.glider-holder .glider-dot:before {
	content: "\e911";
	font-family: "icomoon";
	color: #ffcd11;
	font-size: 18px;
	text-indent: 0;
}

.glider-holder .glider-dot.active:before {
	content: "\e912";
}

.glider-holder .glide-slide .img-holder img {
	border-radius:  10px;
}

.glider-holder .glide-slide .info .btn {
	background: #00B106;
	color: #FFF;
	margin-top: 25px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.glider-holder .glide-slide .info .btn:hover {
	background: transparent;

}


@media (min-width: 768px) {

	.glider-holder .glide-slide .info {
		width: 55%;
		padding: 85px 95px;
	}
	
	.glider-holder .glide-slide .img-holder {
		width: 50%;
	}
	.glider-holder {

		margin-top: -380px;
	}
	.bg-image-holder {
		height: 420px;
	}
}

@media (min-width: 1100px) {
	.glider-holder .glide-slide .info h1 {
		font-size: 67px;
	}
	.glider-holder {

		margin-top: -400px;
	}
	.bg-image-holder {
		height: 520px;
	}
}

@media (min-width: 1350px) {
	
	.bg-image-holder {
		height: 620px;
	}
	.glider-holder {
		padding: 0;
		margin-top: -500px;
	}
	
	.glider-holder .glide-slide .info {
		height: 560px;
	}
	
	.glider-holder .glide-slide .img-holder {
		width: 635px;
	}
}





.intro{
	padding-bottom: 10px;
}

.intro.with-image .img-holder {
	margin-bottom: 50px;
	position: relative;
}
.intro.with-image .img-holder img {
	border-radius: 5px;
	width: 100%;
}

.intro.with-image .video-overlay {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(12, 41, 75, 0.35);
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}



.intro.with-image .video-overlay .vid-decor {
	font-size: 87px;
	color: #ffcd11;
	display: block;
	height: 87px;
	margin: 0 auto 20px;
	position: relative;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.intro.with-image .video-overlay .vid-decor .icon-video-o {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: 0 0 0 4px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	opacity: .7;
}

.intro.with-image .video-overlay:hover .vid-decor .icon-video-o {
	font-size: 97px;
}

.intro.with-image .video-overlay .vid-title {
	display: block;
	font-size: 20px;
	color: #fff;
	font-weight: 400;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.intro.with-checkmarks .checkmark-holder {
	margin-bottom: 50px;
	display: flex;
	flex-direction: column;
	align-content: center;
}
.intro.with-checkmarks .checkmark {
	position: relative;
	padding-left: 67px;
	margin: 20px 0;
}
.intro.with-checkmarks .checkmark i {
	position: absolute;
	top: -5px;
	left: 0;
	font-size: 40px;
	color: #008E05;
	
}

.banner {
	height: 267px;
	margin: 0 0 40px;
	position: relative;
	z-index: 1;
}

.content-block {
	margin: 0 0 60px;
}

.content-block h2.section_title {
	margin-bottom: 40px;
}

.content-block.indent-null {
	margin: 0;
}


.related-holder .related-block {

	box-shadow: 0px 0px 15px rgba(238, 238, 238, 0.75);
	border-radius: 5px;
	border-bottom: 4px solid #FFF;
	margin-bottom: 25px;
	transition: .3s all;
	background: #FFF;
}

.related-holder .related-block a {
	position: relative;
	padding: 25px 20px 45px;
	display: block;
}

.related-holder .related-block a:after {
	position: absolute;
	content: "\e913";
	font-family: "icomoon";
	right: 20px;
	bottom: 25px;
	color: #FFCD11;
	font-size: 10px;
	transition: .3s all;
	
}

.related-holder .related-block:hover a:after {
	color: #00B106;
}

.related-holder .related-block:hover {
	border-color: #00B106;
}

.grade-levels {
	font-family: "Roboto Condensed", Arial, Helvetica;
	color: #747474;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 16px;
	margin-bottom: 13px;
	display: block;
}

.topics {
	position: absolute;
	left: 20px;
	bottom: 25px;
	font-family: "Roboto Condensed", Arial, Helvetica;
	color: #747474;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 13px;
	max-width: 90%;
	line-height: 14px;
}





.visual-holder .visual-block {

	box-shadow: 0px 0px 15px rgba(238, 238, 238, 0.75);
	border-radius: 5px;
	border-bottom: 4px solid #FFF;
	margin-bottom: 25px;
	transition: .3s all;
}

.visual-accordion .visual-holder .visual-block {
	box-shadow: none;
	border-radius: 0;
	border-bottom: none;
	margin-bottom: 0;
	transition: .3s all;
}

.visual-accordion .visual-holder .visual-block .block-wrap {
	box-shadow: 0px 0px 15px rgba(238, 238, 238, 0.75);
	border-radius: 5px;
	border-bottom: 4px solid #FFF;
	margin-bottom: 25px;
	transition: .3s all;
}

.visual-holder .visual-block > a, .visual-accordion .visual-holder .visual-block .block-wrap > a {
	position: relative;
	padding: 15px 20px 35px;
	display: block;
}

.visual-holder .visual-block > a:after, .visual-accordion .visual-holder .visual-block .block-wrap > a:after {
	position: absolute;
	content: "\e913";
	font-family: "icomoon";
	right: 15px;
	bottom: 5px;
	color: #FFCD11;
	font-size: 10px;
	transition: .3s all;
	
}

.visual-holder .visual-block:hover > a:after, .visual-accordion .visual-holder .visual-block .block-wrap:hover > a:after {
	color: #00B106;
}

.visual-holder .visual-block:hover, .visual-accordion .visual-holder .visual-block .block-wrap:hover 	{
	border-color: #00B106;
}


.visual-link-listing .visual-holder .visual-block h4 {
	margin-bottom: 10px;
}

.visual-holder .visual-block h5 {
	margin-bottom: 10px;
	font-size: 22px;
}

.visual-holder .visual-block .img-holder img {
	width: 100%;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}

.sub-heading {
	font-family: "Roboto Condensed", Arial, Helvetica;
	color: #747474;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 13px;
	margin-bottom: 13px;
	display: block;
}

.small-text {
	position: absolute;
	left: 15px;
	bottom: 5px;
	font-family: "Roboto Condensed", Arial, Helvetica;
	color: #747474;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 12px;
	font-style: italic;
	
}

.small-text-free {
	font-family: "Roboto Condensed", Arial, Helvetica;
	color: #747474;
	font-size: 15px;
	line-height: 18px;
	display: block;
}

/*
.content-block.content-block{
	margin-bottom: 20px;
}
*/

.listings .article-img img{
	border-radius: 5px;
}

.accordions{
	margin-bottom: 150px;
}

.image-wrap-block .img-wrap {
	max-width: 320px;
	margin: 0 auto 20px;
	text-align: center;
}

.image-wrap-block .img-wrap > img {
	border: 1px solid #e7e7e7;
}

.image-wrap-block .img-wrap .caption {
	font-size: 17px;
	line-height: 23px;
	color: #769bc7;
	display: block;
	padding: 10px 0 0;
}

.image-wrap-block .text-wrap {
	text-align: center;
}

.indentation-01 {
	margin: 0 0 40px;
}


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

.btn02 {
	display: inline-block;
	vertical-align: top;
	padding: 0 25px 0 0;
	font-family: "mr-eaves-xl-modern", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 20px;
	position: relative;
	text-transform: uppercase;
}

.btn02:hover {
	color: #ffcd11;
}

.btn02:after {
	content: "\e906";
	position: absolute;
	font-family: "icomoon";
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin: 0;
	font-size: 13px;
}

input[type="submit"] {
	color: #00B106;
	font-family: "Roboto Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 16px !important;
	line-height: 1.6;
	text-transform: uppercase;
	text-align: center;
	font-weight: 600;
	padding: 11px 28px;
	border: 2px solid #00B106;
	letter-spacing: 3px;
	border-radius: 25px;
	background: transparent;
}

input[type="submit"]:hover {
	background: #00B106;
	color: #FFF;
}

.fake-select {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

.fake-select select::-ms-expand {
	display: none;
}

.fake-select select {
	height: 41px;
	border: 2px solid #ffcd11;
	padding: 2px 56px 2px 7px;
	margin: 0;
	font: inherit;
	outline: none;
	background: none;
	color: #515457;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	width: 100%;
	position: relative;
	font-weight: 400;
	text-overflow: ellipsis;
	overflow: hidden;
	z-index: 1;
}

.fake-select:before {
	height: 0;
	width: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 20px solid #fff;
	content: "";
	position: absolute;
	top: 12px;
	right: 11px;
	z-index: 1;
}

.fake-select:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 56px;
	background: #ffcd11;
}

.fake-select option {
	padding: 0 15px;
}

.form-holds .col {
	margin: 0 0 30px;
}

.search-form {
	position: relative;
	overflow: hidden;
}

.search-form input[type="search"] {
	display: block;
	width: 100%;
	height: 55px;
	border: 1px solid #CDE3FF;;
	padding: 2px 56px 2px 11px;
	border-radius: 4px;
}

.search-form input[type="search"]::-webkit-input-placeholder {
	color: #515457;
}

.search-form input[type="search"]::-moz-placeholder {
	opacity: 1;
	color: #515457;
}

.search-form input[type="search"]:-moz-placeholder {
	color: #515457;
}

.search-form input[type="search"]:-ms-input-placeholder {
	color: #515457;
}

.search-form input[type="search"].placeholder {
	color: #515457;
}

.search-form input[type="submit"] {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: auto;
	min-width: 56px;
	background: transparent;
	height: 100%;
	padding: 0 .5em !important;
}

.search-form ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: red;
  opacity: 1; /* Firefox */
}

.search-form input[type="submit"]:hover {
background: transparent;
color: transparent;
}


.search-form:after {
	font-size: 26px;
	font-family: 'icomoon';
	content: "\e920";
	position: absolute;
	top: 50%;
	right: 14px;
	transform: translateY(-50%);
	z-index: 1;
	color: #FFCD11;
}

.not-enough-slides .pagination {
	display: none;
}

.cycle-gallery {
	position: relative;
}

.cycle-gallery .mask {
	position: relative;
	overflow: hidden;
}

.cycle-gallery .slide {
	display: flex;
	align-items: flex-start;
}

.cycle-gallery .slide img {
	width: 80px;
	border-radius: 50%;
	box-shadow: 3px 3px 6px #CCC;
	margin-right: 20px;
	margin-left: 10px;
}

.cycle-gallery .slideset {
	width: 99999px;
	float: left;
}

.cycle-gallery .pagination {
	padding: 34px 0;
}

.cycle-gallery .pagination ul li {
	padding: 0 3px;
	text-indent: -9999px;
	display: inline-block;
	vertical-align: top;
}

.cycle-gallery .pagination ul li:before {
	display: none;
}

.cycle-gallery .pagination ul li.active a:before,
.cycle-gallery .pagination ul li:hover a:before {
	content: "\e912";
}

.cycle-gallery .pagination ul li a {
	display: block;
	width: 19px;
	height: 25px;
	position: relative;
}

.cycle-gallery .pagination ul li a:before {
	content: "\e911";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	font-family: "icomoon";
	color: #ffcd11;
	font-size: 24px;
	text-indent: 0;
}

blockquote {
	border: none;
	margin: 0;
	padding: 0;
	font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

blockquote q {
	display: block;
	font-size: 24px;
	line-height: 35px;
	color: #004195;
	margin: 0 0 22px;
	font-style: italic;
	font-weight: 400;
}

blockquote q p{
	display: inline;	
}

blockquote cite {
	font-style: italic;
	font-size: 17px;
	color: #000;
	font-weight: 300;
}



.accordion .accordion-wrap {
	margin: 0 0 30px;
}

.accordion .accordion-wrap.active .accorion-opener {
	border-color: #769bc7;
}

.accordion .accordion-wrap.active .accorion-opener:after {
	opacity: 0;
}

.accordion .active .accorion-opener:before {
	-webkit-transform: rotateX(180deg) translateY(-50%);
	-ms-transform: rotateX(180deg) translateY(-50%);
	transform: rotateX(180deg) translateY(-50%);
	top: 0;
	color: #00B106;
}

.accordion .accordion-box {
	margin: 0 0 20px;
}

.accordion .accorion-opener {
	display: block;
	color: #004195;
	font-size: 22px;
	font-weight: 400;
	line-height: 35px;
	padding: 10px 30px 10px 20px;
	position: relative;
	border-radius: 5px;
	box-shadow: 0 0px 18px rgba(0, 0, 0, .06);
	transform: all .3s;
}

.accordion .accorion-opener:before {
	content: "\e922";
	position: absolute;
	top: 50%;
	right: 10px;
	font-family: 'icomoon';
	color: #FFCD11;
	font-size: 14px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}


.accordion .accordion-slide {
	padding: 20px 20px 0;
}

/* Slick slider styles */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
	border-radius: 5px;
	
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

/*
.slider-container {
	max-width: 1332px;
}
*/

.slider-container .slider-text {
	padding: 0 60px;
}

.jump_holder {
	width: 100%;
	height: 56px;
	margin-top: -78px;
	margin-bottom: 40px;
}

.jump_to_menu {
	box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.06);

	background: #FFF;
}

.jump_to_menu ul {
	display: flex;
	position: relative;
overflow-x: auto;
overflow-y: hidden;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: none;

}

.jump_to_menu ul {
	padding: 0;
	margin: 0;
}

.jump_to_menu ul li {
	padding: 10px;
	margin: 0;
	display: inline-block;
	white-space: nowrap;
	width: auto !important;
	text-align: center;
}

.jump_to_menu ul li:before {
	content: none;
}

.jump_to_menu ul li a {
	font-family: "Roboto Condensed";
	font-size: 15px;
	color: #707070;
}

.jump_to_menu .container {
	position: relative;
	padding: 0 25px;
}

.jump_to_menu .glider-next, .jump_to_menu .glider-prev {
	font-size: 16px;
	top: 50%;
	transform: translateY(-50%);
	color: #CCC;
}
.jump_to_menu .glider-next {
	right: 10px;
}

.jump_to_menu .glider-prev {
	left: 10px;
}


.jump_to_menu #glider::-webkit-scrollbar {
  display: none;
}

.jump_to_menu.fixed {
	position: fixed;
	width: 100%;
	top: 118px;
	z-index: 998;
	border-top: 1px solid #EEE;
}

.admin-bar .jump_to_menu.fixed {
	top: 150px;
}

@media(max-width: 1023px) {
	.jump_holder {
		margin-top: -38px;
	}
	.jump_to_menu.fixed {
		top: 143px;
	}
	.admin-bar .jump_to_menu.fixed {
		top: 143px;
	}
}

.photo-gallery .slick-slider {
	padding: 0 25px;
}

.photo-gallery .slick-slide {
	margin: 0 7px;
}

.photo-gallery .slick-slide > a {
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.photo-gallery .slick-slide > a:hover:before {
	opacity: 1;
}

.photo-gallery .slick-slide > a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 4px solid #00B106;
	border-radius: 5px;
	opacity: 0;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.photo-gallery .visual-holder .slick-slide > a:before {
	content: none;
}

.photo-gallery .slick-arrow {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 20px;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	text-indent: -9999px;
	overflow: hidden;
}

.photo-gallery .slick-arrow:before {
	content: "\e923";
	position: absolute;
	top: 0;
	left: 0;
	font-family: 'icomoon';
	color: #FFCD11;
	font-size: 20px;
	text-indent: 0;
}

.photo-gallery .slick-arrow.slick-next {
	right: 0;
}

.photo-gallery .slick-arrow.slick-next:before {
	content: "\e924";
	right: 0;
}

.photo-gallery .slick-arrow.slick-prev {
	left: 0;
}

.open-holder .slide-drop {
	display: none;
}

.team-profile-list {
	font-size: 0;
	margin: 0 -8px;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.team-profile-list li {
	display: inline-block;
	vertical-align: top;
	width: 90%;
	padding: 0;
/* 	max-width: 254px; */
	margin: 0 0 20px;
	box-shadow: 0px 0px 20px #EEE;
	border-radius: 5px;
	border-bottom: 4px solid transparent;
	transition: .3s all;
}


@media(min-width:550px){
	.team-profile-list li {
		width: 48%;
	}
	
}

@media(min-width:768px){
	.team-profile-list li {
		width: 24%;
	}
	
}

.team-profile-list li .sameheight-child {
	padding: 13px;
}

.team-profile-list li:before {
	display: none;
}

.team-profile-list li.active a.opener .img-wrap:after {
	opacity: .8;
}

.team-profile-list li.active a.opener .img-wrap .view {
	opacity: 1;
}

.team-profile-list li.active a.opener .name {
	color: #ffcd11;
}

.team-profile-list a.opener {
	display: block;
	font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.team-profile-list li:hover  {
	border-bottom: 4px solid #00B106;
}



.team-profile-list a.opener:hover .name {
	color: #00B106;
}

.team-profile-list .name {
	display: block;
	color: #004195;
	font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 400;
	font-size: 22px;
	line-height: 30px;
	text-transform: capitalize;
}

.team-profile-list .title {
	display: block;
	font-family: "Roboto Condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #555555;
	font-size: 15px;
	line-height: 1.2;
}

.team-profile-list .img-wrap img {
	display: block;
	position: relative;
	margin: 0 0 12px;
	width: 100%;
	border-radius: 5px 5px 0 0;
}


.team-profile-list .img-wrap .view {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 33px;
	color: #ffcd11;
	opacity: 0;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
	z-index: 1;
}

.team-profile-list .custom-slide-holder, .three-col-section .custom-slide-holder {
	margin: 0 0 20px;
	clear: both;
}

.team-profile-list .drop-wrap, .three-col-section .drop-wrap {
	position: relative;
	border: 1px solid #dfdfdf;
	padding: 40px 20px 10px;
	text-align: left;
}

.team-profile-list .drop-wrap p{
	font-size: 18px;
}

.team-profile-list .drop-wrap a.opener.closer, .three-col-section .drop-wrap a.opener.closer  {
	display: block;
	width: 32px;
	height: 32px;
	border: 2px solid #769bc7;
	border-radius: 50%;
	position: absolute;
	top: 0;
	right: 0;
	margin: 13px 10px;
}



.team-profile-list .drop-wrap a.opener.closer span, .three-col-section .drop-wrap a.opener.closer span {
	display: block;
	position: absolute;
	left: 3px;
	right: 3px;
	top: 50%;
	margin: -1px 0 0;
	height: 2px;
	background: #769bc7;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.team-profile-list .drop-wrap a.opener.closer span:before, .three-col-section .drop-wrap a.opener.closer span:before  {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin: -1px 0 0;
	height: 2px;
	background: #769bc7;
	-webkit-transform: rotate(-95deg);
	-ms-transform: rotate(-95deg);
	transform: rotate(-95deg);
}

.team-profile-list h5 {
	font-size: 19px;
	margin: 0 0 20px;
	font-weight: 400;
}

.team-profile-list .profile-content {
	margin: 0 0 25px;
	font-size: 20px;
}

.team-profile-list .profile-content .title {
	display: block;
	margin: 0 0 6px;
}

.team-profile-list .profile-content p {
	margin: 0 0 15px;
}

.imgIcon{
	border-radius: 50%;
	margin: 10px;
	border: 2px solid #ffcd11;
}

.video-gallery {
	margin: 0 -13px;
	text-align: left;
	font-size: 0;
}

.video-gallery .vid-col {
	max-width: 513px;
	display: inline-block;
	vertical-align: top;
	padding: 0 13px 34px;
}

.video-gallery .vid-col > a {
	display: block;
	position: relative;
	
}

.video-gallery .vid-col > a img {
	display: block;
	position: relative;
	border-radius: 5px;
}

.video-gallery .vid-col > a:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #0C2749;
	opacity: .35;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	border-radius: 5px;
}



/*
.video-gallery .vid-col > a:hover .vid-decor,
.video-gallery .vid-col > a:hover .icon-triangle,
.video-gallery .vid-col > a:hover .vid-title {
	color: #18314f;
	border-color: #18314f;
}
*/

.video-gallery .vid-col > a .text-hold {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 20px 60px;
	text-align: center;
	z-index: 1;
}

.video-gallery .vid-col > a .vid-decor {
	font-size: 53px;
	color: #ffcd11;
	display: block;
	width: 53px;
	height: 53px;
	margin: 0 auto 15px;

	position: relative;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.video-gallery .vid-col > a .vid-decor .icon-video-o {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: 0 0 0 4px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	opacity: .7;
}

.video-gallery .vid-col > a:hover .vid-decor .icon-video-o {
	font-size: 60px;
}

.video-gallery .vid-col > a .vid-title {
	display: block;
	font-size: 19px;
	color: #fff;
	font-weight: 400;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.vid-block {
	background: url(images/img-14.jpg) no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	border-radius: 5px;
}

.vid-wrap {
	height: 273px;
	border-radius: 5px;
	overflow: hidden;
}

.vid-wrap > a {
	display: block;
	position: relative;
	height: 100%;
}

.vid-wrap > a:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #0C2749;
	opacity: .35;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	border-radius: 5px;
}





.vid-wrap > a .text-hold {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 20px 60px;
	text-align: center;
	z-index: 1;
}

.vid-wrap > a .vid-decor {
	font-size: 30px;
	color: #ffcd11;
	display: block;
	width: 60px;
	height: 60px;
	margin: 0 auto 15px;
	position: relative;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.vid-wrap > a .vid-decor .icon-play {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: 0 0 0 4px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	font-size: 60px;
	opacity: .7;
}

.vid-wrap > a:hover .vid-decor .icon-play {
	font-size: 70px;
}

.vid-wrap > a .vid-title {
	display: block;
	font-size: 24px;
	color: #fff;
	font-weight: 400;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.solo-img-block img {
	border-radius: 5px;
}

.pic-container {
	max-width: 1270px;
}

.pic-block {
	font-size: 0;
	text-align: center;
	margin: 0 -11px;
}

.pic-block .pic-col {
	display: inline-block;
	vertical-align: top;
	padding: 0 11px 22px;
	max-width: 615px;
}

.pic-block .pic-col img {
	border-radius: 5px;
}

.team-block {
	font-size: 0;
	margin: 0 -8px;
}

.team-block h4 {
	font-size: 25px;
	color: #18314f;
	margin: 0 0 10px;
	font-weight: 400;
}

.team-block span.post-title {
	display: block;
	font-family: "mr-eaves-xl-modern", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 24px;
	line-height: 26px;
	color: #769bc7;
	text-transform: uppercase;
	margin: 0 0 5px;
}

.team-block a.email, .team-profile-list .email {
	font-size: 12px;
	font-style: italic;
	color: #00B106;
	font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 400;
}

.team-block a.email:hover {
	color: #769bc7;
}

.team-block .img-hold {
	border: 1px solid #e7e7e7;
	margin: 0 0 11px;
}

.team-block .team-col {
	display: inline-block;
	vertical-align: top;
	max-width: 254px;
	padding: 0 8px 37px;
	margin: 0 auto;
}





.icons-listing {
	margin-bottom: 111px;
}

.intro-section + .icons-listing {
	padding-top: 80px;
}


.icons-listing .mask-sm {
	margin-bottom: 67px;
}

.icons-single {
	margin-bottom: 30px;
}

.icons-single h3 {
	margin-bottom: 47px;
}

.icons-single .icons-block {
	position: relative;
	max-width: 970px;
	margin-bottom: 65px;
	padding-left: 68px;
}

.icons-single .icon {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 40px;
	line-height: 1;
	color: #008E05;
}


.image-listing-small .icons-single  .icons-block {
	padding-left: 0;
}

.image-listing-small .icons-single .img-holder {
	margin-bottom: 25px;
}

.image-listing-small .icons-single .img-holder img {
	border-radius: 5px;
}

.icons-single h4 {
	margin-bottom: 9px;
}

.icons-single h4 a {

}

.icons-single h4 a:hover {

}

.icons-single h2 {
	margin-bottom: 40px;
}

.icons-single .btn {
	margin-top: 8px;
}

.icons-single .row .col {
	margin-bottom: 50px;
}

.icons-single .row .icons-block {
	margin-bottom: 0;
}

.icons-col {
	margin-bottom: 88px;
}

.icons-col h3 {
	margin-bottom: 43px;
}

.icons-col .row {
	text-align: center;
}

.icons-col .col-3 {
	margin-bottom: 50px;
}

.icons-col .col-3 .icon {
	font-size: 60px;
	line-height: 1;
	color: #0055da;
	margin-bottom: 24px;
}

.icons-col .col-4 {
	margin-bottom: 50px;
}

.icons-col .col-4 .icon {
	font-size: 70px;
	line-height: 1;
	color: #0055da;
	margin-bottom: 24px;
}

.icons-col p {
	font-size: 17px;
	line-height: 1.59;
}

.contact-holder .icons-single .col p {
	font-size: 17px;
	line-height: 20px;
}

.contact-holder .icons-single .col h5 {
	margin-bottom: 15px;
}

.image-listing-social {
	margin-bottom: 111px;
}

.image-listing-social .listing-desc {
	padding: 15px;
}
.image-listing-social .sub-heading {
	margin-bottom: 10px;
}

.share-links {
	margin-bottom: 10px;
	margin-top: -20px;
}
.share-links li:before {
	content: none;	
	padding: 0 10px 10px 0;
}

.share-links li {
	display: inline-block;
	padding: 0 10px 10px 0;
}

.share-links li a {
	font-family: "Roboto Condensed", Arial, Helvetica;
	color: #008E05;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: 600;
	font-size: 13px;
	line-height: 13px;
}


.image-listing-social .jcf-select {
	height: 41px;
}

.image-listing-social .jcf-select .jcf-select-text {
	line-height: 40px;
}

.image-listing-social .jcf-select .jcf-select-opener:after {
	font-size: 9px;
}


.image-listing-small {
	margin-bottom: 111px;
}

.intro-section + .image-listing-small {
	padding-top: 80px;
}


.image-listing-small .mask-sm {
	margin-bottom: 67px;
}




.article-frame .article-img {
	max-width: 502px;
	margin: 0 auto 30px;
}



.article-frame .article-img > a.vid-link {
	display: block;
	position: relative;
}

.article-frame .article-img > a.vid-link:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #0C2749;
	opacity: .35;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	border-radius: 5px;
}

.article-frame .article-img > a.vid-link:hover:after {
	
}



.article-frame .article-img > a.vid-link .text-hold {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 20px 60px;
	text-align: center;
	z-index: 1;
}

.article-frame .article-img > a.vid-link .vid-decor {
	font-size: 30px;
	color: #ffcd11;
	display: block;
	width: 75px;
	height: 75px;
	margin: 0 auto;
	border-radius: 50%;
	position: relative;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.article-frame .article-img > a.vid-link .vid-decor .icon-video-o {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin: 0 0 0 4px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	font-size: 75px;
	opacity: .7;
}

.article-frame .article-img > a.vid-link:hover .icon-video-o {
	font-size: 85px;
}

.article-frame .article-text {
	margin: 0 0 40px;
}

.article-frame .article-text .btn02 {
	font-size: 24px;
}

.article-frame .article-text p {
	margin: 0 0 19px;
}

.article-frame .article-text .btn {
	margin: 15px 15px 0 0;
}

.external-link-list li {
	padding: 0 0 24px 45px;
	
}

.external-link-list li a {
	color: #004195;
	font-weight: 400;
	font-size: 19px;
}

.external-link-list li:before {
	display: none;
}

.external-link-list li a:hover  {
	color: #008E05;
}

.external-link-list li i {
	position: absolute;
	top: 5px;
	left: 0px;
	color: #008E05;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
	font-size: 28px;
}

.external-link-list li span.optional-text {
	display: block;
	font-size: 17px;
	color: #18314f;
	text-transform: none;
}

.external-link-list li span.optional-text p {
	margin-bottom: 0px;
}

.article-section h3 a {
	color: #ffcd11;
}

.article-section h3 a:hover {
	color: #769bc7;
}

.links-block {
	font-size: 0;
	text-align: center;
	margin: 0 -8px;
}

.links-block .link-wrap {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	max-width: 254px;
	padding: 0 8px 40px;
}

.links-block .img-holder {
    margin: 0 0 17px;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 0 20px #EEE;
}

.logos img{
	padding: 0px 20px;
}

.links-block .img-holder .haslogo{
	vertical-align: top;
    height: 225px;
    padding: 30% 10%;
}

.links-block .img-holder > a {
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.links-block .img-holder > a:hover:before {
	opacity: .8;
}

.links-block .img-holder > a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border:4px solid #00B106;
	background-position: 50% 50%;
	opacity: 0;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
	border-radius: 5px;
}

.links-block .title-link {
	font-size: 16px;
	text-transform: uppercase;
	font-family: "Roboto Condensed", Arial, Helvetica;
	color: #004195;
	letter-spacing: 2px;
	font-weight: 400;
}





.tab-block.style-2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.tab-block.style-2 .tabset > li {
	vertical-align: top;
	max-width: 270px;
}


.tab-block.style-2 .tabset > li:before {
	content: none;
}

.tab-block.style-2 .tab-content .tab-data {
	padding: 0;
	margin: 0;
}

.tabset {
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	overflow-x: auto;
	white-space: nowrap;
	font-style: italic;
	margin: 0 -20px;
	padding-bottom: 23px;
}

.tabset > li {
	font-size: 17px;
	line-height: 1.824;
	padding: 0 20px;
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
	max-width: 270px;
}

.tabset a {
	display: inline-block;
	vertical-align: top;
	color: rgba(0, 0, 0, .4);
	position: relative;
	padding: 0 0 7px;
}

.tabset a.active {
	color: rgba(0, 72, 163, 1);
}

.tabset a.active .h5 {
	color: rgba(0, 72, 163, 1);
}

.tabset a.active:before {
	opacity: 1;
}

.tabset a:hover {
	color: rgba(0, 72, 163, 1);
}

.tabset a:hover .h5 {
	color: rgba(0, 72, 163, 1);
}

.tabset .h5 {
	color: rgba(0, 72, 163, 0.3);
	display: block;
	margin: 0 0 8px;
	font-size: 25px;
	font-weight: 400;
	line-height: 1.346;
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
	font-style: normal;
}

.tabset p {
	margin: 0;
}

.tab-content .tab-data {
	position: relative;
	padding: 43px 0 64px 0;
	min-height: 450px;
}

.tab-content .tab-data.js-tab-hidden {
	display: block !important;
	left: -9999px !important;
	position: absolute !important;
	top: -9999px !important;
}

.tab-content .bg-stretch {
	position: absolute;
	top: 0;
	left: -20px;
	right: -20px;
	bottom: 0;
	background: #e5fcff;
	background-size: cover;
	background-position: top right;
	z-index: -1;
}

.tab-content .tab-plus {
	position: absolute;
	bottom: 0;
	width: 99px;
	left: -50px;
}

.tab-content .img-box {
	width: 200px;
	margin: 0 0 20px;
	display: none;
}

.tab-content .slide-content {
	padding: 40px 20px 60px;
	margin: 0;
	box-shadow: 0px 0px 15px #eee;
	border-radius: 5px;
}

.tab-content .slide-content .decor-plus-pattern {
	right: auto;
	left: -44px;
	bottom: -84px;
}



.address-section h3 {
	margin: 0 0 14px;
}

.address-section .ico-box {
	width: 50px;
	font-size: 43px;
	float: left;
}

.address-section .ico-box i {
	color: #18314f;
}

.address-section address {
	width: calc(100% - 50px);
	float: left;
	font-size: 20px;
	font-style: normal;
	color: #769bc7;
}

.contact-list li {
	font-size: 25px;
	padding: 0 0 20px 40px;
	position: relative;
}

.contact-list li:before {
	display: none;
}

.contact-list li i {
	position: absolute;
	top: 7px;
	left: 0;
	font-size: 24px;
	color: #18314f;
}

.full-width-block {
	background-color: #043169;
	padding: 60px 0;
	color: #fff;
	position: relative;
	z-index: 1;
}

.full-width-block.green {
	background-color: #006C04;	
}

.smallCTA{
	padding-bottom: 40px;
}

.full-width-block:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url("images/corn-bg.svg") no-repeat;
	height: 100%;
	width: auto;
	z-index: -1;
	background-position: 80% center;
	background-size: contain;
}

.full-width-block h4 {
	font-size: 35px;
	color: #FFF;
}

.full-width-block p {
	font-size: 17px;
}

.full-width-block .btn {
	color: #fff;
	background: #00B106;
	margin-right: 25px;
	margin-bottom: 25px;
}

.js-custom-marker {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 0;
}

.js-custom-marker .marker-opener {
	position: absolute;
	left: 50%;
	bottom: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.js-custom-marker.active .map-popup {
	opacity: 1;
	visibility: visible;
}

.js-custom-marker .map-popup {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .3s, visibility .3s;
	transition: opacity .3s, visibility .3s;
}

.map-section {
	height: 340px;
	background-size: cover;
	background-position: 50% 50%;
	position: relative;
}

.map-section .icon-gps-blue {
	font-size: 43px;
	color: #18314f;
}

.map-section .map-popup {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: -13px;
	left: 38px;
	width: 216px;
	background: #ffcd11;
	color: #000;
	font-size: 16px;
	padding: 12px 14px;
	text-align: left;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.map-section .map-popup address {
	font-style: normal;
	margin: 0;
}

.map-section .map-canvas {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

a.anchor {
    display: block;
    position: relative;
    top: -250px;
    visibility: hidden;
}

.full-width-info {
	padding: 80px 0;
	position: relative;
	z-index: 0;
	background-size: cover;
	background-position: 50% 50%;
}

.full-width-info:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: rgba(12, 41, 75, 0.4);
	z-index: -1;
}

.full-width-info h1 {
	color: #FFF;
	font-weight: 500;
}

.full-width-info p {
	color: #FFF;
}

.full-width-info .btn {
	color: #fff;
	background: #00B106;
}

.bg-video-holder {
	background-position: top center;
	position: relative;
	overflow: hidden;
	background-size: cover;
	z-index: 0;
	text-align: center;
	min-height: 400px;
}

.bg-video-holder h1 {

	color: #FFF;
	font-weight: 500;
}

.bg-video-holder .container {
	max-width: 1275px;
}

.bg-video-holder:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
/* 	background: rgba(12, 39, 73, .3); */
	background: rgba(0, 0, 0, .2);
	z-index: 1;
}

.bg-video-holder .bg-video {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
	pointer-events: none;
}

.bg-video-holder .video-banner-text {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2;
	padding: 100px 0;
}

.bg-video-holder h1 .title-decor {
	display: block;
	font-size: 28px;
	font-family: "essonnes-text", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	font-style: italic;
	font-weight: 400;
	text-transform: none;
}

.video-active .bg-video {
	opacity: 1;
}

.slideshow {
	position: relative;
}

.slideshow .slide {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
}

.slideshow .slide.active {
	z-index: 2;
}

.slideshow .slideshow.not-enough-slides .btn-prev,
.slideshow .slideshow.not-enough-slides .btn-next {
	visibility: hidden;
}

.slideshow .pagination {
	padding: 0 0 27px;
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 2;
	width: 100%;
}

.slideshow .pagination ul li {
	padding: 0 5px;
	text-indent: -9999px;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}

.slideshow .pagination ul li:before {
	display: none;
}

.slideshow .pagination ul li.active a:before,
.slideshow .pagination ul li:hover a:before {
	content: "\e912";
}

.slideshow .pagination ul li a {
	display: block;
	width: 19px;
	height: 25px;
	position: relative;
}

.slideshow .pagination ul li a:before {
	content: "\e911";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	font-family: "icomoon";
	color: #ffcd11;
	font-size: 18px;
	text-indent: 0;
}


.dropdown-section {
	margin-bottom: 80px;
}

.dropdown-holder {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	align-items: center;
}

@media(min-width:768px) {
	.dropdown-holder {
		flex-direction: row;
		align-items: center;
	}
}



.or {
	padding: 0 41px;
	height: 55px;
	line-height: 55px;
	color: #B2B2B2;
	font-size: 27px;
	font-weight: 300;
	font-style: italic;
}


.related-lessons {
	margin-bottom: 100px;
	margin-top: 100px;
}

.intro-slider {
	margin: -77px 0 60px;
}

.intro-slider .container {
	max-width: 1200px;
}

.intro-slider .slideshow {
	border-radius: 5px;
	background: #fff;
	padding: 0 0 60px;
}

.intro-slider .intro-wrap {
	padding: 20px 10px;
}

.intro-slider .4052 {
	max-width: 487px;
	border-radius: 5px;
	overflow: hidden;
}

.intro-slider .text-hold {
	padding: 30px 0 0;
}

.intro-slider .text-hold .h3 {
	font-size: 33px;
	line-height: 40px;
	font-weight: 400;
	display: block;
}

.intro-slider .text-hold .h3 a {
	color: #004195;
}

.intro-slider h4 {
	font-size: 25px;
}

.intro-slider p {
	font-size: 17px;
	font-weight: 300;
}

.intro-slider span.h5 {
	display: block;
	color: #6388ba;
	font-weight: 400;
}

.intro-slider span.h5 a {
	color: #6388ba;
}

.intro-slider span.h5 a:hover {
	color: #ffcd11;
}

.article-hold {
	margin: 0 0 90px;
}

.article-hold .container {
	position: relative;
	overflow: hidden;
}



.article-hold .article-frame {
	text-align: left;
}

.testimonial-block {
	text-align: center;
	margin: 0 0 60px;
}
#testimonial{
	padding: 10px;
}


@media(min-width:1024px) {
	#testimonial{
	padding: 80px;
}
}

.three-col-section {
	margin: 0 0 60px;
}

.three-col-section .container.wide {
	max-width: 1271px;
}

.three-col-section .three-col-wrap {
	margin: 0 -10px;
}

.three-col-section .col {
	max-width: 407px;
	margin: 0 auto;
	padding: 0 10px 20px;
}

.three-col-section .col-link {
	display: block;
	background: #f4f5f6;
	border-width: 4px 0 0;
	border-style: solid;
	border-color: #ffcd11;
	padding: 34px 30px 35px;
	color: #18314f;
	-webkit-transition: none;
	transition: none;
	position: relative;
	text-align: center;
	border-radius: 5px;
}

.three-col-section .col-link:hover {
	background: #0C2749;
	color: #fff;
	border-color: #264872;
}

.three-col-section .col-link:hover h4 {
	color: #fff;
}

.three-col-section .col-link:hover .btn-holder {
	visibility: visible;
	opacity: 1;
}

.three-col-section .col-link:hover .btn {

	color: #fff;
	background: none;
}

.three-col-section .col-link:hover .btn:hover {
	background: #00B106;
}

.three-col-section .ico-hold {
	white-space: nowrap;
	text-align: center;
	border: 2px solid #ffcd11;
	border-radius: 50%;
	height: 66px;
	margin: 0 auto 15px;
	width: 66px;
	padding: 0 0 0 5px;
}

.three-col-section .ico-hold:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 100%;
}

.three-col-section .ico-hold > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}

.three-col-section .ico-hold i {
	font-size: 40px;
}

.three-col-section .ico-hold i.icon-cow {
	font-size: 35px;
}

.three-col-section .ico-hold i.icon-corn {
	font-size: 47px;
	-webkit-transform: flip();
	-ms-transform: flip();
	transform: flip();
}

.three-col-section .btn-holder {
	text-align: center;
	padding: 0 30px;
}


.three-col-section p {
	font-size: 17px;
	line-height: 32px;
}


.three-col-section .box-ico {
	color: #FFCD11;
	font-size: 80px;
	margin-bottom: 25px;
	display: inline-block;
}

.jump-block {
	position: fixed;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 171px;
	padding: 17px 20px 21px;
	z-index: 5;
	background: -webkit-linear-gradient(top, #23436b 0%, #0a1e36 100%);
	background: linear-gradient(to bottom, #23436b 0%, #0a1e36 100%);
}

.jump-block .h2 {
	font-family: "mr-eaves-xl-modern", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 24px;
	font-weight: 400;
	color: #769bc7;
	display: block;
	margin: 0 0 14px;
	text-transform: uppercase;
}

.jump-block ul li {
	padding: 0 0 12px;
	font-size: 15px;
}

.jump-block ul li:before {
	display: none;
}

.jump-block ul li.active a {
	color: #fec412;
}

.jump-block ul li a {
	color: #fff;
}

.jump-block ul li a:hover {
	color: #fec412;
}

.test-page #wrapper {
	padding: 100px 0 0;
}

.test-page #content {
	float: left;
	width: 65%;
}

.test-page #sidebar {
	float: right;
	width: 30%;
}

.test-page table {
	font-size: 15px;
}

/* form styles */

input[type="text"], input[type="tel"], input[type="email"], input[type="search"], input[type="password"], textarea {
	display: inline-block;
    vertical-align: top;
    position: relative;
    border: 1px solid #CDE3FF;
    background: #fff;
    margin: 0 0 12px;
    min-width: 150px;
    height: 55px;
    color: #656565;
    width: 100%;
    border-radius: 5px;
}

.gform_wrapper ul.gform_fields li.gfield, .gform_wrapper ul > li{
	list-style: none;
	padding: 0px;
}

.gform_wrapper li:before{
	content: none !important;
}

/*
.gform_wrapper .gform_footer input[type=submit] {
	float: right;
}
*/


#main .gform_wrapper .gfield {
	margin-bottom: 20px;
}

#main .gform_wrapper .top_label .gfield_label {
	display: block !important;
	color: #0048A4 !important;
	font-weight: 400;
	font-size: 22px;
}
#main .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
	font-size: 13px;
	text-transform: uppercase;
	color: #9D9D9D;
	letter-spacing: 2px;
	font-weight: 500;
	margin-top: -10px;
}
.gform_wrapper .gform_footer{
	text-align: right;
}

.gform_wrapper .gfield_required{
	color: #008E05 !important;
}

input[type="text"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder{
	 color: #515457;
	 visibility: hidden;
}

#field_3_24 label{
	display: inline-block !important;
}

#field_3_20 .jcf-list .jcf-list-content{
	display: inline;
}

#field_8_2 label{
	display: block;
}

#main .gform_wrapper ul.gfield_checkbox, #main .gform_wrapper ul.gfield_radio {
	margin-bottom: 45px;
}

#main .gform_wrapper .gfield_description {
	font-size: 17px;
	padding-top: 0px;
}

.gform_wrapper .gfield_radio li input[type=radio]{
  position: absolute;
  visibility: hidden;
}

.gform_wrapper .gfield_radio li label {
  padding-left: 25px !important;
  position: relative;
}

.gform_wrapper .gfield_radio li label:before {
  position: absolute;
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid #FFCD11;
  top: 6px;
  left: 0;
  	-webkit-border-radius: 50%;
  	-moz-border-radius: 50%;
  	-o-border-radius: 50%;
  	border-radius: 50%;

}


.gform_legacy_markup_wrapper ul.gfield_checkbox li label, .gform_legacy_markup_wrapper ul.gfield_radio li label {
	font-size: 18px;
}

.gform_wrapper .gfield_radio li input[type=radio]:checked ~ label:after{
	position: absolute;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  background: #FFF;
  top: 11px;
  left: 5px;
  	-webkit-border-radius: 50%;
  	-moz-border-radius: 50%;
  	-o-border-radius: 50%;
  	border-radius: 50%;
}

.gform_wrapper .gfield_radio li input[type=radio]:checked ~ label:before{
	border-width: 2px;
	background: #FFCD11;
}

.gform_wrapper .gfield_checkbox li input[type=checkbox]{
  position: absolute;
  visibility: hidden;
}

.gform_wrapper .gfield_checkbox li label {
  padding-left: 25px !important;
  position: relative;
}

.gform_wrapper .gfield_checkbox li label:before {
  position: absolute;
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid #FFCD11;
  top: 5px;
  left: 0;
  -webkit-border-radius: 2px;
  	-moz-border-radius: 2px;
  	-o-border-radius: 2px;
  	border-radius: 2px;

}
.gform_wrapper .gfield_checkbox li input[type=checkbox]:checked ~ label:after{
	position: absolute;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  background: #FFCD11;
  top: 10px;
  left: 5px;

}

#main .gchoice_select_all, #main .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked+label, #main .gform_wrapper ul.gfield_radio li input[type=radio]:checked+label {
	font-weight: 500;
}

.jcf-list-box{
	border-color: #ffcd11 !important;
	border-width: 2px !important; 
	margin: 0px !important;
	
}

.jcf-list .jcf-option{
	color: #000 !important;
}
#field_3_21 label, #field_6_17 .gfield_label, #field_6_16 .gfield_label, #field_8_39 .gfield_label{
	display: inline !important;
	color: #18314f !important;
}

/* custom select styles */

.jcf-select {
	display: inline-block;
	vertical-align: top;
	position: relative;
	border: 1px solid #CDE3FF;
	background: #fff;
	margin: 0 0 12px;
	min-width: 150px;
	height: 55px;
	color: #656565;
	width: 100%;
	border-radius: 4px;
}

.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}

.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	font-size: 16px;
	line-height: 53px;
	margin: 0px 56px 0 17px;
}

.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	width: 55px;
	bottom: 0;
	right: 0;
	top: 0;
}

.jcf-select .jcf-select-opener:after {
	font-size: 13px;
	font-family: 'icomoon';
	content: "\e922";
	position: absolute;
	top: 50%;
	right: 14px;
	transform: translateY(-50%);
	z-index: 1;
	color: #FFCD11;
}

body > .jcf-select-drop {
	position: absolute;
	margin: -1px 0 0;
	z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
	margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0;
	z-index: 9999;
	top: 100%;
	left: -1px;
	right: -1px;
}

.jcf-select .jcf-drop-flipped {
	bottom: 100%;
	top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
	border: 1px solid #CDE3FF;
}

/* multiple select styles */

.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	border: 1px solid #b8c3c9;
	min-width: 200px;
	margin: 0 15px;
}

/* select options styles */

.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	line-height: 14px;
	font-size: 12px;
	width: 100%;
}

.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
}

@media(max-width:768px) {
	.jcf-list .jcf-list-content {
		max-height: 250px !important;
		overflow-x: scroll !important;
	}
}

.jcf-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.jcf-list ul li {
	overflow: hidden;
	display: block;
	padding: 0;
}

.jcf-list ul li:before {
	display: none;
}

.jcf-list .jcf-overflow {
	overflow: auto;
}

.jcf-list .jcf-option {
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 0px 17px;
	color: #000;
	height: 55px;
	line-height: 55px;
	font-size: 16px;
	font-weight: 300;
}

.jcf-list .jcf-disabled {
	background: #fff !important;
	color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: #008E05;
	color: #FFF !important;
	font-weight: 400;
}

.jcf-list .jcf-optgroup-caption {
	white-space: nowrap;
	font-weight: bold;
	display: block;
	padding: 5px 9px;
	cursor: default;
	color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
	padding-left: 30px;
}

/* common custom form elements styles */

.jcf-disabled {
	background: #ddd !important;
}

/* footer styles */

.footer {
	text-align: center;
	background: #0C2749;
	padding: 60px 0;

}

.footer .foot-logo {
	margin: 0 0 40px;
}

.footer .social-links {
	margin: 0;
}

.announce-bar {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	background: #ffcd11;
	text-align: left;
	padding: 20px 0;
	opacity: 1;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	z-index: 2;
}

.announce-bar > .container {
	max-width: 1272px;
}

.announce-deactive .announce-bar {
	visibility: hidden;
	opacity: 0;
}

.announce-bar .icon-attention {
	font-size: 33px;
	width: 50px;
	float: left;
	padding: 3px 0 0;
}

.announce-bar .message-box {
	float: left;
	width: calc(100% - 100px);
	font-family: "mr-eaves-xl-modern", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #18314f;
}

.announce-bar .message-box p {
	margin: 0 0 15px;
}

.announce-bar .announce-closer {
	float: right;
	width: 33px;
	height: 33px;
	border: 2px solid #769bc7;
	border-radius: 50%;
	text-indent: -9999px;
	overflow: hidden;
	position: relative;
}

.announce-bar .announce-closer:hover {
	border-color: #6388ba;
}

.announce-bar .announce-closer:hover:before,
.announce-bar .announce-closer:hover:after {
	background: #6388ba;
}

.announce-bar .announce-closer:before,
.announce-bar .announce-closer:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin: -1px 5px 0;
	height: 2px;
	background: #769bc7;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.announce-bar .announce-closer:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.announce-bar .btn02 {
	font-size: 17px;
	color: #18314f;
	padding: 0 25px 0 0;
}

.announce-bar .btn02:after {
	margin: 1px 0 0;
}

.announce-bar .btn02:hover {
	color: #6388ba;
}

.footer-extra {
	position: relative;
	z-index: 1;
	padding: 40px 0;
}

.footer-extra .container {
	max-width: 1059px;
}

.footer-extra .footer-col {
	padding: 0 0 20px;
}

.footer-extra .footer-col.large .h3 {
	float: none;
	width: 100%;
	margin: 0 0 5px;
}

.footer-extra .footer-col.large .search-form {
	margin: 0;
}

.footer-extra .footer-col.large .search-form input[type="text"] {
	border: 2px solid #ffcd11;
	display: block;
	height: 41px;
	padding: 2px 56px 2px 11px !important;
	width: 100%;
	background: none;
	margin-bottom: 0px;
	
}

.footer-extra .footer-wrap {
	background-color: rgba(255, 255, 255, .78);
	padding: 20px;
}

.footer-extra .h3 {
	display: block;
	float: left;
	width: 47%;
	font-family: "essonnes-text", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	font-style: italic;
	font-size: 21px;
	color: #18314f;
	font-weight: 400;
	margin: 0;
}

.footer-extra .price-block {
	color: #515457;
	float: right;
	max-width: 50%;
	width: auto;
	font-size: 22px;
	text-align: right;
}

.footer-extra .price-block .icon-play {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	color: #ffcd11;
	display: inline-block;
	margin: 5px 5px 0 0;
}

.footer-extra .price-block .num {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 10px;
	font-size: 14px;
	color: #959697;
}

.btn-txt {
	color: #008E05;
	font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 3px;
	text-transform: uppercase;
	padding-right: 33px;
	padding-bottom: 3px;
	position: relative;
}

.btn-txt:after {
	content: "\e913";
	color: #008E05;
	font-family: 'icomoon';
	font-size: 9px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	
}

.btn-txt:hover {
	color: #008E05;
	border-bottom: 2px solid #008E05;
}

.btn-txt.back_to_all {
	padding-right: 0;
	padding-left: 33px;
	margin-left: 20px;
	margin-bottom: 25px;
	margin-top: -25px;
	display: inline-block;
}

.btn-txt.back_to_all:after {
	
	right: auto;
	left: 0;
	top: 42%;
	transform: translateY(-50%) rotateZ(180deg);
	
}

.stem-head .top-message.bar {
	display: none;
}

.stem-head .top-message.solo {
	padding: 5px 15px;
	background: #002F6B;
}

@media (max-width: 767px){
	.desktop-only {
		display: none !important;
	}
	
	.norm .nav-top-hold {
		height: auto;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	
	.top-message {
		white-space: normal;
		line-height: 19px;
	}
}

@media (min-width: 414px) {

	.tab-block.style-2 .tabset > li {
		max-width: 320px;
	}

	.tabset {
		margin: 0 -25px;
	}

	.tabset > li {
		padding: 0 25px;
		max-width: 320px;
	}

}

@media (min-width: 450px) {
	
	
	
	.visual-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;

	}
	
	.visual-holder .visual-block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-direction: column;
		width: 49%;
	}
	
	.visual-holder .visual-block a {
		width: 100%;
	}
}
@media (min-width: 768px) {
	
	
	.mobile-only {
		display: none !important;
	}
	#main {
		padding-top: 119px;
	}
	
	.stem-page #main {
		background-image: url(images/stem_watermark.png);
		background-position: -50px 400px;
		background-repeat: no-repeat;
		background-size: 489px 1189px;
	}
	
	
	.bg-video-holder {
		min-height: 500px;
	}

	.nav-top-hold {
		padding: 0 40px;
	
	}
	
	.norm .nav-top-hold .nav-holder {
		display: none;
	}
	
	.commentlist-item .commentlist-item {
		padding: 0 0 0 2em;
	}

	.btn {
		width: auto;
	}

	.banner {
		height: 314px;
		margin: 0 0 80px;
	}
	
	.page-template-page-landing-page .banner{
		margin: 90px 0 175px;
	}

	.image-wrap-block .img-wrap {
		float: left;
		margin: 9px 30px 10px 0;
	}

	.image-wrap-block .text-wrap {
		text-align: left;
	}
	
	.form-holds {
		margin-bottom: 30px;
	}

	.form-holds .col {
		float: left;
		width: 49%;
	}

	.form-holds .col + .col {
		float: right;
	}

	.video-gallery .vid-col {
		width: 33%;
		padding: 0 5px 37px;
	}

	.pic-block .pic-col {
		max-width: 50%;
	}

	.article-frame {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: start;
		margin: 0 0 50px;
	}

	.article-frame.right-alignment .article-img {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	
	.page-id-23 .article-frame.right-alignment:nth-of-type(2){
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.article-frame.right-alignment .article-text {
		padding: 0 60px 0 0;
	}

	.article-frame .article-img {
/* 		width: 280px; */
		margin: 0;
	}

	.article-frame .article-text {
		width: calc(100% - 280px);
		padding: 0 0 0 27px;
		margin: 0;

	}
	
	
	.container.wide .article-frame .article-text {
		width: calc(100% - 550px);
		padding: 0 60px 0 70px;
		margin: 0;

	}
	
	
	.tab-block.style-2 .tabset > li {
		max-width: 380px;
	}

	.tabset > li {
		max-width: none;
	}

	.tab-content .tab-plus {
		left: -112px;
	}

	.tab-content .img-box {
		margin: 0 0 30px;
		width: 200px;
		display: block;
	}

	.tab-content .slide-content {
		padding: 50px 40px 60px;
	}
	
	
	

	.address-section {
		text-align: center;
	}

	.address-section .address-col {
		max-width: 400px;
		width: 45%;
		display: inline-block;
		vertical-align: top;
		padding: 0 20px;
		text-align: left;
	}

	.contact-list {
		display: flex;
		justify-content: space-between;
	}

	.contact-list li {
		display: inline-block;
		vertical-align: top;
		margin: 0 20px;
	}

	.home .three-col-section .col {
		float: left;
		max-width: none;
	}
	
	.home .three-col-section .col{
		width: 50%;
	}
	
	.three-col-section .col {
		width: 50%;
		float: left;
		max-width: none;
		
	}
	
	
	.three-col-section h2:after{
		left: 50%;
	}

	.three-col-section .btn-holder {
		visibility: hidden;
		opacity: 0;
		padding: 0 10px;
	}

	.three-col-section .btn {
		width: auto;
	}
	
	
	.icons-single .icons-block {
		padding-left: 72px;
		margin-bottom: 88px;
	}
	
	.image-listing-small .icons-single .icons-block {
		padding-left: 0px;
		margin-bottom: 88px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	
	.image-listing-small .icons-single .img-holder {
		flex-shrink: 0;
		margin-right: 25px;
	}


	.icons-single .icon {
		font-size: 40px;
		top: -3px;
	}
	
	.contact-holder .icons-single .icon {
		top: -5px;
	}

	.icons-single h4 {
		padding-left: 0;
	}

	.icons-single .row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -20px;
	}

	.icons-single .row .col {
		width: 50%;
		padding: 0 20px;
	}
	
	.contact-holder .icons-single .row .col {
		width: 33%;
		padding: 0 20px;
	}

	.icons-col .row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -25px;
	}

	.icons-col .col-3 {
		width: 25%;
		padding: 0 25px;
/* 		margin-bottom: 0; */
	}

	.icons-col .col-4 {
		width: 33.33%;
		padding: 0 25px;
		margin-bottom: 0;
	}
	
	
	.visual-block-holder {
		margin-bottom: 80px;
	}
	
	
	.intro.with-image {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		flex-direction: row-reverse;
		justify-content: space-between;
		align-items: flex-start;
		margin-bottom: 80px;
		margin-top: 80px;
	}
	
	.intro.with-image:after, .intro.with-checkmarks:after {
		content: none;
	}
	
	
	.intro.with-image .img-holder {
	
		margin-left: 50px;
	}
	
	.intro.with-image .intro-desc {
		width: 50%;
	}
	
	.intro.with-image .video-overlay .vid-decor {

		margin: 0 auto 40px;
	}
	
	.intro.with-image .video-overlay .vid-title {

		font-size: 28px;
	}
	
	.intro.with-checkmarks {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		flex-direction: row-reverse;
		justify-content: space-between;
		align-items: flex-start;
	}
	
	.intro.with-checkmarks .checkmark-holder {
		min-width: 370px;
	}
	
	.intro.with-checkmarks .intro-desc{
		padding-right: 50px;
	}
	
	.team-profile-list {

		justify-content: space-between;
	}
	
/*
	.team-profile-list:after {
		content: "";
		flex: auto;
	}
*/
	
	.related-holder {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	
	
	.related-holder .related-block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 49%;
	}
	
	.one-col .related-holder .related-block {
		width: 100%;
	}
	
	.related-holder .related-block a {
		width: 100%;
	}
	

	.visual-holder .visual-block {
		width: 32%;
	}
	
	.visual-holder.four .visual-block {
		width: 24%;
	}

	.header .social-links li {
		font-size: 16px;
		margin: 0 0 0 4px;
	}

	.header .social-links li a {
		color: #008E05;
	}

}

@media (min-width: 1024px) {
	.nav-active {
		overflow: visible;
	}

	.header {
/* 		padding: 16px 40px 0; */
	}
	.nav-lower-hold {
		padding: 16px 40px 0;
	}
	
	.nav-top-hold .nav-holder, .norm .nav-top-hold .nav-holder {
		display: flex;
	}
	
	.stem-head .top-message.bar {
		display: block;
	}
	
	.stem-head .top-message.solo {
		display: none;
	}
	
	.header .social-links {

/* 		width: 155px; */
		text-align: right;
		margin: 2px 0 0;
	}
	
	.page-template-page-landing-page .header .social-links{
		float: none;
		width: auto;
	}
	
	.page-template-page-landing-page .header .social-links li{
		font-size: 22px;
	}

	

	.header .foot-list {
		display: none;
	}

	.nav-opener-hold {
		display: none;
	}

	.nav-drop {
		opacity: 1;
		visibility: visible;
		position: static;
		height: auto;
		overflow: visible;
		float: right;
		width: calc(100% - 140px);
	
	}

	.nav-wrap {
		background: none;
		padding: 0;
	}

	.nav {
		margin: 0;
		text-align: right;
		float: left;
		width: 100%;
	}

	.nav > li {
		display: inline-block;
		vertical-align: top;
		position: relative;
		font-size: 14px;
		margin: 0 0 0 9px;
	}

	.nav > li.active > a {
		color: #6388ba;
	}

	.nav > li.hover .drop,
	.nav > li:hover .drop,
	.nav-top > li.hover .drop,
	.nav-top > li:hover .drop {
		visibility: visible;
		opacity: 1;
	}

	.nav > li > a:hover {
		color: #6388ba;
	}

	.nav > li > a {
		display: block;
		padding: 16px 5px 32px;
		color: #707070;
	}

	.nav > li > a.has-drop-down-a:after, .nav-top > li > a.has-drop-down-a:after {
		display: none;
	}

	.nav .drop, .nav-top .drop {
		display: block;
		position: absolute;
		visibility: hidden;
		opacity: 0;
		width: 260px;
		padding: 32px 30px;
		top: 100%;
		left: 0;
		text-align: left;
		background: #0C2749;
		z-index: 999;
	}
	
	.nav .right-side .drop, .nav-top .right-side .drop {
		left: auto;
		right: 0;
	}

	.nav .drop.large {
		width: 546px;
	}

	.nav .drop .col {
		float: right;
		width: 45%;
		margin: 0;
	}

	.nav .drop .col:first-child {
		float: left;
	}

	.nav .drop span.submenu-title {
		display: block;
		color: #769bc7;
		margin: 0 0 15px;
		font-weight: 700;
	}

	.nav .drop ul > li {
		margin: 0 0 10px;
	}

	.nav .drop ul > li:last-child {
		margin: 0;
	}

	.nav .drop ul > li > a {
		display: inline;
		padding: 0;
		color: #fff;
	}

	.nav .drop ul > li > a:hover {
		color: #fec412;
	}
	
	.nav-top {
		margin: 0;
		text-align: right;

		
	}
	
	
	
	.nav-top > li {
		display: inline-block;
		vertical-align: top;
		position: relative;
		font-size: 14px;
		line-height: 35px;
		padding: 0 10px;
		margin: 0 0 0 9px;
	}
	
	.nav-top > li a {
		color: #FFF;
	}
	
	.top-message {
		font-size: 14px;
		line-height: 35px;

		font-style: italic;
		float: left;
		max-width: calc(100% - 404px);
	}
	
	.top-message.bar {
		max-width: calc(100% - 450px);
	}


/*
	#wrapper {
		padding: 0 0 36px;
	}
*/
	
	
	
	.tab-section {
		padding: 30px 0 150px;
	}
	
	.tab-section.first-block {
		padding: 80px 0 150px;
	}

	.tab-section .heading-block {
		margin: 0 0 55px;
	}

	.sticky-wrap-tabset {
		width: 250px;
	}

	.tab-block.style-2 .tabset {
		overflow: visible;
		white-space: normal;
		margin: 0;
		padding: 42px 40px 0 0;
		width: 250px;
	}

	.tab-block.style-2 .tabset > li {
		display: block;
		margin: 0 0 47px;
		vertical-align: top;
		padding: 0;
		max-width: none;
	}

	.tab-block.style-2 .tab-content {
		width: calc(100% - 250px);
	}

	.tab-block.style-2 .tab-content .tab-data {
		margin: 0 -40px 0 0;
	}

	.tabset {
		margin: 0 -35px;
		padding-bottom: 30px;
	}

	.tabset > li {
		padding: 0 35px;
	}

	.tab-content .tab-data {
		padding: 60px 200px 70px 0;
	}

	.tab-content .tab-close {
		display: none;
	}

	.tab-content .bg-stretch {
		left: -115px;
		right: 0;
	}

	.tab-content .img-box {
		width: 200px;
		position: absolute;
		top: 30px;
		right: -30px;
		margin: 0;
	}
	
	.tab-content.include-images .img-box {
		right: 0px;
	}

	.tab-content .slide-content {
		padding: 40px 30px;
	}
	
	
	
	.accordion .accordion-box {
		margin: 0 0 35px;
	}

	.accordion .accordion-box h4 {
		margin: 0 0 25px;
	}

	.article-frame {
		margin: 0 0 130px;
	}
/*
	.article-frame .article-img {
		width: 502px;
	}


	.article-frame .article-text {
		width: calc(100% - 502px);
	}
*/



	.contact-list li {
		font-size: 18px;
		padding: 0 0 20px 30px;
		text-transform: uppercase;
	}

	.contact-list li i {
		top: 2px;
	}

/*
	.full-width-block:after {
		background-position: -210px  0;
	}
*/

	.bg-video-holder {
		margin-top: 113px;
		height: 710px;
	}

	.bg-video-holder .video-banner-text {
		padding: 100px 0 180px;
	}

	.bg-video-holder h1 {
		font-size: 90px;
		font-weight: 500;
		color: #FFF;
		line-height: 1.2;
	}

	.bg-video-holder h1 .title-decor {
		font-size: 63px;
	}

	.slideshow .pagination {
		left: 72px;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.intro-slider {
		margin: -110px 0 100px;
	}
	
	.intro-slider.related{
		margin: 0px;
		padding: 150px 0;
		
	}

	.intro-slider .slideshow {
		padding: 0;
		margin: -201px 0 0;
	}

	.intro-slider .intro-wrap {
		padding: 29px 52px 33px;
	}

	.intro-slider .img-hold {
		float: right;
	}

	.intro-slider .text-hold {
		float: left;
		padding: 11px 13px 60px;
		width: calc(100% - 487px);
	}

	.intro-slider .h3 {
		margin: 0 0 22px;
	}

	.intro-slider span.h5 {
		font-size: 21px;
		margin: 0 0 25px;
	}

	.intro-slider p {
		margin: 0 0 20px;
	}

	.testimonial-block {
		margin: 0 0 100px;
	}

	.three-col-section {
		margin: 0 0 100px;
	}

	.three-col-section h4 {
		font-size: 33px;
		margin: 0 0 10px;
	}
	
	
	
	


	.footer {
		padding: 34px 0 50px;
	}
	
	.footer .container {
		display: flex;
		justify-content: space-between;
	}
	
	.footer .container:after {
		content: none;
	}

	.footer .foot-logo {
		margin: 0 0 12px;
	}

	.footer .foot-list li {
		margin: 0 10px 0;
	}

	.footer .social-links li {
		font-size: 31px;
		margin: 0 3px;
	}

	.announce-bar {
		padding: 7px 0;
	}

	.announce-bar .message-box {
		padding: 5px 0 0;
		width: calc(100% - 156px);
	}

	.announce-bar .message-box p {
		margin: 0;
	}

	.announce-bar .announce-closer {
		margin: 2px 0 0;
	}

	.announce-bar .text-holder {
		float: left;
		width: calc(100% - 180px);
	}

	.announce-bar .btn02 {
		font-size: 21px;
		float: right;
		text-align: right;
		width: 180px;
	}

	.footer-extra {
		padding: 16px 0;
	}

	.footer-extra .footer-extra-holder {
		margin: 0 -14px;
	}

	.footer-extra .footer-col {
		float: left;
		width: 22.2%;
		padding: 0 14px;
	}

	.footer-extra .footer-col.large {
		width: 33.4%;
	}

	.footer-extra .footer-wrap {
		padding: 10px 15px;
	}

	.footer-extra .h3 {
		float: none;
		width: 100%;
		font-size: 21px;
		margin: 0 0 5px;
	}

	.footer-extra .price-block {
		float: none;
		width: 100%;
		max-width: none;
		font-size: 24px;
		position: relative;
		text-align: left;
		height: 41px;
		padding: 0 40px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	.footer-extra .price-block .icon-play {
		position: absolute;
		top: 0;
		left: 3px;
		font-size: 26px;
	}

	.footer-extra .price-block .num {
		font-size: 14px;
		position: absolute;
		right: 3px;
		top: 8px;
	}
}

@media (min-width: 1024px) and (min-width: 1024px) {
	.nav .drop .col:first-child:after {
		content: "";
		position: absolute;
		top: 25px;
		bottom: 25px;
		right: 50%;
		width: 1px;
		background: #769bc7;
	}
	
	
}

@media (min-width: 1200px) {
	.header .social-links {

/* 		width: 175px; */
	}
	
	.page-template-page-landing-page .header .social-links{
		text-align: center;
		float: none;
		width: auto;
	}

	.header .social-links li {
		font-size: 19px;
	}

/*
	.nav {
		width: calc(100% - 216px);
	}
*/

	.nav > li {
		font-size: 17px;
	}



	ul ol {
		padding: 28px 0 0;
	}

	ul ol > li {
		padding: 0 120px 27px 53px;
		font-size: 17px;
		line-height: 1.44;
	}

	ul ol > li:before {
		left: 30px;
	}

	h1 {
		font-size: 60px;
		margin: 0  0 18px;
	}

	h2 {
		font-size: 42px;
		margin: 0 0 22px;
	}

	h3 {
		margin: 0 0 16px;
	}



/*
	.content-block {
		margin: 114px 0;
	}
*/

	.image-wrap-block .text-wrap {
		margin: 0 0 60px;
	}

	.accordion .accordion-wrap {
		margin: 0 0 18px;
	}

	.accordion .accorion-opener {
		font-size: 24px;
		padding: 22px 30px 22px 20px;
	}

	.accordion .accorion-opener:before,
	.accordion .accorion-opener:after {
		right: 28px;
	}

	.team-profile-list li {
		margin: 0 0 37px;
	}

	.team-profile-list .name {

		margin: 0 0 5px;
	}


	.team-profile-list .custom-slide-holder {
		margin-bottom: 27px;
	}

	.team-profile-list .drop-wrap {
		padding: 33px 32px 13px;
	}

	.video-gallery .vid-col > a .vid-decor {
		width: 88px;
		height: 88px;
		margin: 5px auto 10px;
	}

	.video-gallery .vid-col > a .vid-decor .icon-triangle {
		font-size: 44px;
	}

	.video-gallery .vid-col > a .vid-title {
		font-size: 18px;
		line-height: 21px;
	}

	.vid-wrap > a .vid-decor {
		width: 88px;
		height: 88px;
		margin: 11px auto 20px;
	}

	.vid-wrap > a .vid-decor .icon-triangle {
		font-size: 44px;
	}

	.vid-wrap > a .vid-title {
		font-size: 18px;
	}

	.address-section .address-col {
		width: 50%;
		max-width: 455px;
	}

	.full-width-block {
		padding: 55px 0 30px;
	}

	.full-width-block h4 {
		font-size: 28px;
		margin: 0 0 15px;
		text-transform: uppercase;
		font-weight: 500;
		letter-spacing: 4px;
	}

	.full-width-block p {
		margin: 0 0 37px;
	}

/*
	.full-width-block .btn {
		padding: 13px 55px;
	}
*/

	.map-section {
		height: 510px;
	}

	.full-width-info {
		padding: 102px 0 132px;
	}

	.full-width-info h2 {
		margin: 0 0 10px;
	}

/*
	.full-width-info .btn {
		padding: 13px 30px;
	}
*/
}



@media (min-width: 1350px) {
	
	.intro.with-image {
		max-width: 1360px;
		width: 100%;
	}
	.intro.with-image .img-holder {

		margin-left: 50px;
	}
	.intro.with-image .intro-desc {
		padding-left: 150px;
	}
}
@media (min-width: 1400px) {
	.nav > li {
		margin: 0 0 0 30px;
	}
}

@media (max-width: 1023px) {
	iframe {
		width: 100%;
	}

	.jump-block {
		display: none;
	}
	
	.page-template-page-landing-page .nav-opener-hold{
		display: none;
	}
	
	.page-template-page-landing-page .logo{
		width: 100%;
	}
}

@media (max-width: 767px) {
	.navigation .page-numbers,
	.navigation-comments .page-numbers {
		padding: 0 3px;
	}

	.navigation .next,
	.navigation .prev,
	.navigation-comments .next,
	.navigation-comments .prev {
		padding: .2em;
	}

	.navigation-single .next a,
	.navigation-single .prev a {
		padding: .2em;
	}

	blockquote q {
		font-size: 24px;
		line-height: 30px;
	}

	blockquote cite {
		font-size: 20px;
	}

	.photo-gallery .slick-slider {
		max-width: 342px;
		margin: 0 auto;
	}

	.intro-slider .container {
		padding: 0 15px;
	}

	.test-page #content {
		float: none;
		width: 100%;
	}

	.test-page #sidebar {
		float: none;
		width: 100%;
	}
	
	.team-block a.email, .team-profile-list .email{
		font-size: 17px;
	}
	
	.landingLogo{
		width: 50%;
	}
	
	.page-template-page-landing-page .nav-opener-hold{
		display: none;
	}
	
	.page-template-page-landing-page .logo{
		margin: auto;
	}
}

@media (max-width: 413px) {
	h1 {
		font-size: 37px;
	}

	.container {
		padding: 0 10px;
	}

	.video-gallery {
		margin: 0 -8px;
	}

	.video-gallery .vid-col {
		padding: 0 8px 34px;
	}

	.pic-block {
		margin: 0 -8px;
	}

	.pic-block .pic-col {
		padding: 0 8px 22px;
	}

	.announce-bar .message-box {
		font-size: 15px;
		line-height: 1.1;
	}

	.announce-bar .btn02 {
		font-size: 15px;
	}

	.footer-extra .price-block {
		font-size: 17px;
	}
}

