/*! Made with Bones: http://themble.com/bones :) */
/******************************************************************
Site Name: 
Author: EZMarketing 

Stylesheet: Main Stylesheet  

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.

Helpful articles on Sass file organization:
http://thesassway.com/advanced/modular-css-naming-conventions

******************************************************************/
/*********************
IMPORTING PARTIALS
These files are needed at the beginning so that we establish all
our mixins, functions, and variables that we'll be using across
the whole project.
*********************/
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * 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.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after 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; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong,
.strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn,
em,
.em {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; }

/*
 * Addresses margins set differently in IE6/7.
 */
pre {
  margin: 0; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
q:before,
q:after {
  content: '';
  content: none; }

small, .small {
  font-size: 75%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 60%;
  line-height: 0;
  margin-left: 2px;
  	/*font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;*/ }

sup {
  /*top: -0.5em;*/ }

sub {
  /*bottom: -0.25em;*/ }

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dd {
  margin: 0; }

/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
  padding: 0 0 0 40px; }

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
  Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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; }

/**
 * 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 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.clearfix, .cf {
  zoom: 1; }
  .clearfix:before, .clearfix:after, .cf:before, .cf:after {
    content: "";
    display: table; }
  .clearfix:after, .cf:after {
    clear: both; }

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic; }

/******************************************************************
Author: EZMarketing

Stylesheet: Mixins Stylesheet

This is where you can take advantage of Sass' great features: Mixins.
I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques gradients.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

Helpful:
http://sachagreif.com/useful-sass-mixins/
http://thesassway.com/intermediate/leveraging-sass-mixins-for-cleaner-code
http://web-design-weekly.com/blog/2013/05/12/handy-sass-mixins/

******************************************************************/
/*********************
TRANSITION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/*********************
BOX SHADOW
*********************/
/* @include box-shadow(border-box); */
/*********************
TRANSFORM
*********************/
/* @include transform(transform); */
/*********************
COLUMNS
*********************/
/* @include columns(columns); */
/*********************
HYPHENATION
*********************/
/* @include hyphens(hyphens); */
/******************************************************************
Site Name:
Author:

Stylesheet: Variables

Here is where we declare all our variables like colors, fonts,
base values, and defaults. We want to make sure this file ONLY
contains variables that way our files don't get all messy.
No one likes a mess.

******************************************************************/
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/******************************************************************
Site Name:
Author:

Stylesheet: Typography

Need to import a font or set of icons for your site? Drop them in
here or just use this to establish your typographical grid. Or not.
Do whatever you want to...GOSH!

Helpful Articles:
http://trentwalton.com/2012/06/19/fluid-type/
http://ia.net/blog/responsive-typography-the-basics/
http://alistapart.com/column/responsive-typography-is-a-physical-discipline

******************************************************************/
/*********************
FONT FACE (IN YOUR FACE)
*********************/
/*  To embed your own fonts, use this syntax
  and place your fonts inside the
  library/fonts folder. For more information
  on embedding fonts, go to:
  http://www.fontsquirrel.com/
  Be sure to remove the comment brackets.
*/
/*  @font-face {
      font-family: 'Font Name';
      src: url('library/fonts/font-name.eot');
      src: url('library/fonts/font-name.eot?#iefix') format('embedded-opentype'),
             url('library/fonts/font-name.woff') format('woff'),
             url('library/fonts/font-name.ttf') format('truetype'),
             url('library/fonts/font-name.svg#font-name') format('svg');
      font-weight: normal;
      font-style: normal;
  }
*/
/*
The following is based of Typebase:
https://github.com/devinhunt/typebase.css
I've edited it a bit, but it's a nice starting point.
*/
/*
 i imported this one in the functions file so bones would look sweet.
 don't forget to remove it for your site.
*/
* {
  -webkit-hyphens: none !important;
  -moz-hyphens: none !important;
  -ms-hyphens: none !important;
  hyphens: none !important; }

/******************************************************************
Site Name:
Author:

Stylesheet: Sass Functions

You can do a lot of really cool things in Sass. Functions help you
make repeated actions a lot easier. They are really similar to mixins,
but can be used for so much more.

Anyway, keep them all in here so it's easier to find when you're
looking for one.

For more info on functions, go here:
http://sass-lang.com/documentation/Sass/Script/Functions.html

******************************************************************/
/*********************
COLOR FUNCTIONS
These are helpful when you're working
with shadows and such things. It's essentially
a quicker way to write RGBA.

Example:
box-shadow: 0 0 4px black(0.3);
compiles to:
box-shadow: 0 0 4px rgba(0,0,0,0.3);
*********************/
/*********************
RESPONSIVE HELPER FUNCTION
If you're creating a responsive site, then
you've probably already read
Responsive Web Design: http://www.abookapart.com/products/responsive-web-design

Here's a nice little helper function for calculating
target / context
as mentioned in that book.

Example:
width: cp(650px, 1000px);
or
width: calc-percent(650px, 1000px);
both compile to:
width: 65%;
*********************/
/*********************
IMPORTING MODULES
Modules are reusable blocks or elements we use throughout the project.
We can break them up as much as we want or just keep them all in one.
I mean, you can do whatever you want. The world is your oyster. Unless
you hate oysters, then the world is your peanut butter & jelly sandwich.
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Button Styles

Buttons are a pretty important part of your site's style, so it's
important to have a consistent baseline for them. Use this stylesheet
to create all kinds of buttons.

Helpful Links:
http://galp.in/blog/2011/08/02/the-ui-guide-part-1-buttons/

******************************************************************/
/*********************
BUTTON DEFAULTS
We're gonna use a placeholder selector here
so we can use common styles. We then use this
to load up the defaults in all our buttons.

Here's a quick video to show how it works:
http://www.youtube.com/watch?v=hwdVpKiJzac

*********************/
.btn,
.primary-btn, .entry-content .wp-block-button__link {
  display: inline-block;
  position: relative;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: #fff !important;
  font-size: 2.2em;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  padding: 8px 30px;
  text-align: center;
  border-radius: 0px;
  border: 0;
  cursor: pointer;
  -webkit-transition: background-color 0.14s ease-in-out;
  -moz-transition: background-color 0.14s ease-in-out;
  transition: background-color 0.14s ease-in-out; }
  .btn:hover,
  .primary-btn:hover, .entry-content .wp-block-button__link:hover, .btn:focus,
  .primary-btn:focus, .entry-content .wp-block-button__link:focus {
    color: #fff;
    text-decoration: none;
    outline: none; }

/*
An example button.
You can use this example if you want. Just replace all the variables
and it will create a button dependant on those variables.
*/
.btn,
.primary-btn {
  background-color: #0a2857;
  color: #fff; }
  .btn:hover, .btn:focus,
  .primary-btn:hover,
  .primary-btn:focus {
    background-color: #082045; }
  .btn.blueBtn,
  .primary-btn.blueBtn {
    background-color: #0a2857;
    color: #fff; }
    .btn.blueBtn:hover, .btn.blueBtn:focus,
    .primary-btn.blueBtn:hover,
    .primary-btn.blueBtn:focus {
      background-color: #082045; }
  .btn.redBtn,
  .primary-btn.redBtn {
    background-color: #c40b12;
    color: #fff; }
    .btn.redBtn:hover, .btn.redBtn:focus,
    .primary-btn.redBtn:hover,
    .primary-btn.redBtn:focus {
      background-color: #b10a10; }

/******************************************************************
Site Name:
Author:

Stylesheet: Form Styles

We put all the form and button styles in here to setup a consistent
look. If we need to customize them, we can do this in the main
stylesheets and just override them. Easy Peasy.

You're gonna see a few data-uri thingies down there. If you're not
sure what they are, check this link out:
http://css-tricks.com/data-uris/
If you want to create your own, use this helpful link:
http://websemantics.co.uk/online_tools/image_to_data_uri_convertor/

******************************************************************/
/*********************
INPUTS
*********************/
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.field {
  display: block;
  line-height: 1em;
  padding: 5px 12px;
  margin-bottom: 0;
  font-size: 1em;
  color: #333333;
  vertical-align: middle;
  box-shadow: none;
  border: 1px solid #333333;
  appearance: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  -webkit-border-radius: 0;
  width: 100%;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #fff;
  -webkit-transition: background-color 0.24s ease-in-out;
  -moz-transition: background-color 0.24s ease-in-out;
  transition: background-color 0.24s ease-in-out; }
  input[type="text"]:focus, input[type="text"]:active,
  input[type="password"]:focus,
  input[type="password"]:active,
  input[type="datetime"]:focus,
  input[type="datetime"]:active,
  input[type="datetime-local"]:focus,
  input[type="datetime-local"]:active,
  input[type="date"]:focus,
  input[type="date"]:active,
  input[type="month"]:focus,
  input[type="month"]:active,
  input[type="time"]:focus,
  input[type="time"]:active,
  input[type="week"]:focus,
  input[type="week"]:active,
  input[type="number"]:focus,
  input[type="number"]:active,
  input[type="email"]:focus,
  input[type="email"]:active,
  input[type="url"]:focus,
  input[type="url"]:active,
  input[type="search"]:focus,
  input[type="search"]:active,
  input[type="tel"]:focus,
  input[type="tel"]:active,
  input[type="color"]:focus,
  input[type="color"]:active,
  select:focus,
  select:active,
  textarea:focus,
  textarea:active,
  .field:focus,
  .field:active {
    background-color: #fafafa; }

input[type="password"] {
  letter-spacing: 0.3em; }

textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.5em; }

select {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
  appearance: none;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAHCAYAAADXhRcnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEOEZCMjYxMEYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEOEZCMjYxMUYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ4RkIyNjBFRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ4RkIyNjBGRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Vxkp9gAAAI9JREFUeNpidHFxucHAwKAOxE+AmJmBMPgLxDJAfJMFSKwD4kqoAClgA+P///8ZXF1dPaCGcBKh6QcQB+3evXs7WDMIAA2QB1I7gFgDj0aQFz2BGh+AOEwwUaDAQyBlCMR7cGjcC5KHaQQBuM3IAOiKTiBVhiTUDdRUhq4Oq2aoAelAahIQ5wM1zsCmBiDAADhYMJXVZ9u9AAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: 97.5% center; }
  select::-ms-expand {
    display: none; }

.gform_wrapper {
  padding: 30px;
  background-color: rgba(49, 70, 140, 0.25); }
  .gform_wrapper .gform_fields .gfield {
    padding-right: 0 !important;
    max-width: 100% !important; }
    .gform_wrapper .gform_fields .gfield:first-child {
      margin-top: 0; }
    .gform_wrapper .gform_fields .gfield.gfield_error .gfield_description.validation_message {
      position: static !important;
      font-size: 14px !important; }
  .gform_wrapper .validation_error {
    font-size: 2.0em !important; }

.entry-content .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100% !important; }

.gform_wrapper div.validation_error {
  border: 0 !important;
  padding: 0 !important; }

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  border: 0 !important;
  padding: 0 0 0 0;
  position: relative;
  background-color: transparent; }
  .gform_wrapper li.gfield.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
  .gform_wrapper li.gfield.gfield_error textarea,
  .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
  .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning textarea {
    color: #790000; }
    .gform_wrapper li.gfield.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-input-placeholder,
    .gform_wrapper li.gfield.gfield_error textarea::-webkit-input-placeholder,
    .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-input-placeholder,
    .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning textarea::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #790000; }
    .gform_wrapper li.gfield.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder,
    .gform_wrapper li.gfield.gfield_error textarea::-moz-placeholder,
    .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-moz-placeholder,
    .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning textarea::-moz-placeholder {
      /* Firefox 19+ */
      color: #790000; }
    .gform_wrapper li.gfield.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder,
    .gform_wrapper li.gfield.gfield_error textarea:-ms-input-placeholder,
    .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder,
    .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning textarea:-ms-input-placeholder {
      /* IE 10+ */
      color: #790000; }
    .gform_wrapper li.gfield.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-moz-placeholder,
    .gform_wrapper li.gfield.gfield_error textarea:-moz-placeholder,
    .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-moz-placeholder,
    .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning textarea:-moz-placeholder {
      /* Firefox 18- */
      color: #790000; }
  .gform_wrapper li.gfield.gfield_error .gfield_description.validation_message,
  .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning .gfield_description.validation_message {
    position: absolute;
    top: 100%;
    padding-top: 0; }

.gform_wrapper .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox],
.gform_wrapper .gfield_radio li input[type=radio] {
  margin-top: 0; }

.gform_wrapper .gform_button.btn {
  font-size: 20px;
  line-height: 22px; }
  .gform_wrapper .gform_button.btn i {
    margin-right: 10px; }

/*********************
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Base Mobile Stylesheet

Be light and don't over style since everything here will be
loaded by mobile devices. You want to keep it as minimal as
possible. This is called at the top of the main stylsheet
and will be used across all viewports.

******************************************************************/
/*********************
GENERAL STYLES
*********************/
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

body {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.625em;
  line-height: 1.5;
  color: #333333;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*********************
LAYOUT & GRID STYLES
*********************/
.wrap {
  width: 96%;
  margin: 0 auto;
  max-width: 1200px; }

/*********************
LINK STYLES
*********************/
a, a:visited {
  color: #c40b12;
  /* on hover */
  /* on click */
  /* mobile tap color */ }
  a:hover, a:focus, a:visited:hover, a:visited:focus {
    color: #8a080d; }
  a:link, a:visited:link {
    /*
    this highlights links on iPhones/iPads.
    so it basically works like the :hover selector
    for mobile devices.
    */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  text-rendering: optimizelegibility;
  font-weight: 500;
  margin-top: 0;
  /*
  if you're going to use webfonts, be sure to check your weights
  http://css-tricks.com/watch-your-font-weight/
  */
  /* removing text decoration from all headline links */ }
  h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
    text-decoration: none; }

h1, .h1 {
  font-size: 2.5em; }

h2, .h2 {
  font-size: 1.75em; }

h3, .h3 {
  font-size: 1.125em; }

h4, .h4 {
  font-size: 1.1em; }

h5, .h5 {
  font-size: 0.846em; }

h6, .h6 {
  font-size: 0.846em; }

p {
  margin-top: 0; }

/*********************
HEADER STYLES
*********************/
.header #topHeader .wrap {
  display: flex;
  justify-content: space-between;
  align-items: stretch; }
  .header #topHeader .wrap .headerLogo {
    padding: 20px 0; }
    .header #topHeader .wrap .headerLogo a {
      display: block; }
      .header #topHeader .wrap .headerLogo a img {
        display: block;
        margin: 0; }
  .header #topHeader .wrap .headerRight {
    text-align: right;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-end; }
    .header #topHeader .wrap .headerRight .headerLinks {
      display: flex;
      justify-content: flex-start;
      align-items: stretch; }
      .header #topHeader .wrap .headerRight .headerLinks a {
        margin-left: 2px;
        padding: 14px 30px 12px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        text-decoration: none; }
        .header #topHeader .wrap .headerRight .headerLinks a .icon {
          margin-right: 10px; }
          .header #topHeader .wrap .headerRight .headerLinks a .icon img {
            max-width: 100%; }
        .header #topHeader .wrap .headerRight .headerLinks a.scholarshipLink {
          color: #0a2857; }
          .header #topHeader .wrap .headerRight .headerLinks a.scholarshipLink .icon {
            font-size: 2.4em; }
          .header #topHeader .wrap .headerRight .headerLinks a.scholarshipLink .text {
            font-size: 1.6em;
            font-weight: 700; }
            .header #topHeader .wrap .headerRight .headerLinks a.scholarshipLink .text p {
              margin: 0;
              line-height: 1.2; }
          .header #topHeader .wrap .headerRight .headerLinks a.scholarshipLink:hover, .header #topHeader .wrap .headerRight .headerLinks a.scholarshipLink:focus {
            color: #31468c; }
        .header #topHeader .wrap .headerRight .headerLinks a.phoneLink {
          background-color: #c40b12;
          color: #fff; }
          .header #topHeader .wrap .headerRight .headerLinks a.phoneLink .number {
            font-size: 2.7em;
            font-weight: 700;
            line-height: 1; }
          .header #topHeader .wrap .headerRight .headerLinks a.phoneLink .desc {
            font-style: italic;
            font-size: 1.7em; }
          .header #topHeader .wrap .headerRight .headerLinks a.phoneLink:hover, .header #topHeader .wrap .headerRight .headerLinks a.phoneLink:focus {
            background-color: #88050a; }
        .header #topHeader .wrap .headerRight .headerLinks a:first-child {
          margin-left: 0; }
    .header #topHeader .wrap .headerRight .headerTagline p {
      margin: 0;
      font-size: 1.6em;
      font-weight: 700;
      font-style: italic;
      color: #8996a9;
      margin-bottom: 30px; }
.header #headerNav {
  background-color: #31468c;
  border-top: 3px solid #8996a9;
  border-bottom: 3px solid #8996a9; }
  .header #headerNav .menuBarContent {
    display: none;
    width: 100%;
    max-width: none; }
    .header #headerNav .menuBarContent #socialMedia a {
      display: inline-block;
      font-size: 1.8em;
      color: #fff;
      margin-left: 10px; }
      .header #headerNav .menuBarContent #socialMedia a:first-child {
        margin-left: 0; }
      .header #headerNav .menuBarContent #socialMedia a:hover, .header #headerNav .menuBarContent #socialMedia a:focus {
        color: #8996a9; }

/*********************
NAVIGATION STYLES
*********************/
/*
all navs have a .nav class applied via
the wp_menu function; this is so we can
easily write one group of styles for
the navs on the site so our css is cleaner
and more scalable.
*/
.nav {
  margin: 0;
  padding: 0;
  /* end .menu li */ }
  .nav li a {
    display: block;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 2.0em;
    font-weight: 700; }
    .nav li a:hover, .nav li a:focus {
      color: #fff;
      background-color: #0a2857; }

/* end .nav */
/*********************
FEATURED IMAGE STYLES
*********************/
#pageImage {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 100px 0; }

/*********************
POSTS & CONTENT STYLES
*********************/
/* end .hentry */
/* post meta */
.byline {
  color: #333333;
  font-style: italic;
  margin: 0; }

/* entry content */
.entry-content > * {
  width: 96%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
.entry-content.noPadding > * {
  width: auto;
  max-width: none;
  margin-left: 0;
  margin-right: 0; }
.entry-content .wp-block-cover {
  width: 100%;
  max-width: none;
  text-align: center;
  min-height: 0;
  padding: 50px 0;
  background-color: #c40b12; }
  .entry-content .wp-block-cover > * {
    width: 96%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto; }
  .entry-content .wp-block-cover .wp-block-button__link {
    margin-bottom: 0; }
  .entry-content .wp-block-cover p.has-large-font-size {
    font-size: 3.6em;
    font-weight: 700; }
  .entry-content .wp-block-cover h1, .entry-content .wp-block-cover h2, .entry-content .wp-block-cover h3, .entry-content .wp-block-cover h4, .entry-content .wp-block-cover h5, .entry-content .wp-block-cover h6, .entry-content .wp-block-cover p {
    color: #fff; }
.entry-content .wp-block-group {
  padding: 20px;
  margin-bottom: 30px; }
  .entry-content .wp-block-group.fullWidthGroup {
    width: 100%;
    max-width: none; }
    .entry-content .wp-block-group.fullWidthGroup > * {
      width: 96%;
      max-width: 1200px;
      margin-left: auto;
      margin-right: auto; }
    .entry-content .wp-block-group.fullWidthGroup.noMargin {
      margin-bottom: 0; }
.entry-content .wp-block-gallery .blocks-gallery-grid {
  align-items: center; }
  .entry-content .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item figure {
    text-align: center;
    display: block; }
    .entry-content .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item figure img {
      margin-left: auto;
      margin-right: auto; }
    .entry-content .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item figure .blocks-gallery-item__caption {
      position: static;
      padding: 0;
      color: #0a2857;
      font-style: italic;
      background: transparent; }
.entry-content h1, .entry-content .h1 {
  font-weight: 700;
  color: #c40b12;
  font-size: 3.0em;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 0; }
  .entry-content h1:after, .entry-content .h1:after {
    content: '';
    margin-top: 8px;
    margin-bottom: 16px;
    display: block;
    height: 6px;
    width: 100px;
    background-color: #f32930; }
.entry-content h2, .entry-content .h2 {
  font-weight: 700;
  color: #0a2857;
  font-size: 2.4em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0; }
  .entry-content h2:after, .entry-content .h2:after {
    content: '';
    margin-top: 16px;
    margin-bottom: 16px;
    display: block;
    height: 3px;
    width: 50px;
    background-color: #8996a9; }
.entry-content h3, .entry-content .h3 {
  font-weight: 700;
  color: #31468c;
  font-size: 2.2em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px; }
.entry-content h4, .entry-content .h4 {
  font-weight: 700;
  color: #c40b12;
  font-size: 2.2em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px; }
.entry-content h5, .entry-content .h5 {
  font-weight: 700;
  color: #0a2857;
  font-size: 1.8em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px; }
.entry-content h6, .entry-content .h6 {
  font-weight: 700;
  color: #31468c;
  font-size: 1.8em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px; }
.entry-content p {
  font-size: 1.8em;
  margin-bottom: 30px; }
.entry-content li {
  font-size: 1.8em; }
  .entry-content li li {
    font-size: inherit; }
.entry-content table {
  width: 100%;
  border: 1px solid #333333;
  margin-bottom: 1.5em; }
  .entry-content table caption {
    margin: 0 0 7px;
    font-size: 0.75em;
    color: #333333; }
.entry-content tr {
  border-bottom: 1px solid #333333; }
  .entry-content tr:nth-child(even) {
    background-color: #e7ecf5; }
.entry-content td {
  padding: 7px;
  border-right: 1px solid #333333; }
  .entry-content td:last-child {
    border-right: 0; }
.entry-content th {
  background-color: #e7ecf5;
  border-bottom: 1px solid #333333;
  border-right: 1px solid #333333; }
  .entry-content th:last-child {
    border-right: 0; }
.entry-content .wp-block-button__link {
  background-color: #0a2857;
  color: #fff;
  margin-bottom: 40px; }
  .entry-content .wp-block-button__link:hover, .entry-content .wp-block-button__link:focus {
    background-color: #082045; }
.entry-content blockquote {
  margin: 0 auto 40px auto;
  padding: 10px 20px 10px 20px;
  background-color: #d5dfee;
  border-left: 10px solid #c40b12;
  font-style: italic;
  color: #31468c; }
  .entry-content blockquote p {
    margin-bottom: 15px; }
  .entry-content blockquote cite {
    font-size: 1.4em;
    color: #0a2857; }
.entry-content figure {
  margin-bottom: 40px; }
.entry-content img {
  height: auto; }
.entry-content pre {
  background: #333333;
  color: #e7ecf5;
  font-size: 0.9em;
  padding: 1.5em;
  margin: 0 0 1.5em;
  border-radius: 3px; }
.entry-content hr {
  width: 75%;
  max-width: 500px;
  margin: 5px auto 30px;
  border: 0;
  height: 3px;
  background-color: #c40b12;
  color: #c40b12; }

/* end .entry-content */
.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
  /* images inside wp-caption */ }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

/* end .wp-caption */
/* image gallery styles */
/* end .gallery */
/* gallery caption styles */
.tags {
  margin: 0; }

/******************************************************************
HOME STYLES
******************************************************************/
.home #mainstage {
  width: 100%;
  clear: both;
  position: relative; }
  .home #mainstage img {
    width: 100%;
    margin: 0;
    display: block; }
  .home #mainstage .mainstageText .wrap {
    background-color: rgba(10, 40, 87, 0.85);
    padding: 15px 35px 20px;
    text-align: center; }
    .home #mainstage .mainstageText .wrap h1 {
      color: #fff;
      font-weight: 700;
      line-height: 1.25;
      font-size: 1.0em;
      margin: 0; }
      .home #mainstage .mainstageText .wrap h1 .bigHeadline {
        font-size: 3.0em; }
      .home #mainstage .mainstageText .wrap h1 .smallHeadline {
        font-size: 2.0em; }
.home #homeContent {
  width: 100%;
  clear: both;
  text-align: center;
  padding: 50px 0; }
  .home #homeContent h2:after {
    margin-left: auto;
    margin-right: auto; }
.home #homePathways {
  width: 100%;
  clear: both;
  background-color: #31468c;
  text-align: center;
  padding: 45px 0; }
  .home #homePathways h2 {
    color: #fff;
    font-size: 3.6em;
    margin-bottom: 24px;
    margin-top: 0;
    font-weight: 700; }
  .home #homePathways .pathwayHolder .singlePathway {
    display: flex;
    width: 100%;
    color: #fff;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 40px; }
    .home #homePathways .pathwayHolder .singlePathway > a {
      display: block;
      margin-right: 5%; }
    .home #homePathways .pathwayHolder .singlePathway img {
      margin-bottom: 15px;
      max-width: 100%;
      width: 100%; }
    .home #homePathways .pathwayHolder .singlePathway .pathwayText {
      text-align: left; }
      .home #homePathways .pathwayHolder .singlePathway .pathwayText h3 {
        font-weight: 700;
        font-size: 2.6em;
        margin-bottom: 10px; }
      .home #homePathways .pathwayHolder .singlePathway .pathwayText p {
        font-size: 1.8em; }
      .home #homePathways .pathwayHolder .singlePathway .pathwayText .pathwayLink {
        color: #fff;
        font-size: 2.0em; }
        .home #homePathways .pathwayHolder .singlePathway .pathwayText .pathwayLink:hover {
          color: #8996a9; }
.home #homeVideo {
  padding: 30px 0;
  background-color: rgba(10, 40, 87, 0.15); }
  .home #homeVideo .wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    .home #homeVideo .wrap > div {
      width: 48%; }
.home #footerLogos {
  width: 100%;
  clear: both;
  text-align: center;
  padding: 45px 0; }
  .home #footerLogos .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; }
    .home #footerLogos .wrap .singleLogo {
      margin: 0 15px; }
      .home #footerLogos .wrap .singleLogo img {
        margin: 0; }

/******************************************************************
PAGINATION STYLES
******************************************************************/
.bones_page_navi {
  text-align: center;
  margin: 28px 0;
  font-size: 1.8em;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #c40b12; }
  .bones_page_navi li {
    display: inline-block; }
    .bones_page_navi li.bpn-prev-link a,
    .bones_page_navi li.bpn-prev-link div, .bones_page_navi li.bpn-next-link a,
    .bones_page_navi li.bpn-next-link div {
      display: block;
      text-align: center;
      vertical-align: middle;
      color: #c40b12; }
    .bones_page_navi li.bpn-prev-link a:hover, .bones_page_navi li.bpn-next-link a:hover {
      color: #0a2857; }
    .bones_page_navi li.bpn-prev-link .inactiveNextArrow,
    .bones_page_navi li.bpn-prev-link .inactivePreviousArrow, .bones_page_navi li.bpn-next-link .inactiveNextArrow,
    .bones_page_navi li.bpn-next-link .inactivePreviousArrow {
      color: #e7ecf5; }
    .bones_page_navi li.bpn-prev-link {
      margin-right: 5px; }
    .bones_page_navi li.bpn-next-link {
      margin-left: 5px; }
    .bones_page_navi li.bpn-num-link a,
    .bones_page_navi li.bpn-num-link div, .bones_page_navi li.bpn-current a,
    .bones_page_navi li.bpn-current div {
      display: inline-block;
      width: 28px;
      text-align: center;
      color: #c40b12; }
    .bones_page_navi li.bpn-num-link a:hover, .bones_page_navi li.bpn-current a:hover {
      color: #0a2857; }
    .bones_page_navi li.bpn-num-link .currentPage, .bones_page_navi li.bpn-current .currentPage {
      color: #e7ecf5; }

/*********************
BLOG STYLES
*********************/
.blogColumn.leftCol {
  width: 73%;
  float: left; }

h1.archive-title,
.page-title {
  color: #0a2857;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700; }

.entry-content h1.h2.entry-title,
h2.h2.entry-title {
  margin-bottom: 0;
  font-size: 3.2em;
  color: #c40b12; }

p.byline {
  color: #999999;
  text-style: italic;
  font-size: 1.4em;
  margin-top: 0;
  margin-bottom: 20px; }

a.btn.blogLink {
  font-size: 1.6em;
  padding: 5px 24px; }

#blogListHolder {
  margin-bottom: 60px; }
  #blogListHolder article {
    margin-top: 30px;
    border-top: 1px solid #333333;
    padding-top: 30px;
    overflow: hidden; }
    #blogListHolder article .entry-content {
      margin-bottom: 0; }
    #blogListHolder article:first-child {
      margin-top: 0;
      border-top: 0;
      padding-top: 0; }
    #blogListHolder article .blogPhoto {
      margin-right: 30px;
      float: left; }
      #blogListHolder article .blogPhoto a,
      #blogListHolder article .blogPhoto img {
        display: block;
        margin: 0; }
    #blogListHolder article .blogPhoto + .blogText {
      margin-left: 180px; }

#blogsidebar {
  width: 22%;
  float: right; }
  #blogsidebar .blogWidget {
    margin-top: 20px;
    border-top: 1px solid #0a2857;
    padding-top: 20px; }
    #blogsidebar .blogWidget .blogHomeButton {
      font-size: 2.0em;
      font-weight: 700;
      text-decoration: none;
      -webkit-transition: background-color 0.14s ease-in-out;
      -moz-transition: background-color 0.14s ease-in-out;
      transition: background-color 0.14s ease-in-out;
      color: #c40b12; }
      #blogsidebar .blogWidget .blogHomeButton:hover {
        color: #ac0a10; }
    #blogsidebar .blogWidget h3 {
      font-weight: 700;
      text-transform: uppercase;
      color: #c40b12;
      font-size: 1.8em;
      margin-top: 0;
      margin-bottom: 10px; }
    #blogsidebar .blogWidget form label {
      display: none !important; }
    #blogsidebar .blogWidget ul {
      margin-top: 0; }
      #blogsidebar .blogWidget ul li a {
        color: #c40b12; }
        #blogsidebar .blogWidget ul li a:hover {
          color: #ac0a10; }
      #blogsidebar .blogWidget ul li.current-cat > a {
        color: #333333;
        text-decoration: none;
        cursor: default; }
    #blogsidebar .blogWidget:first-child {
      margin-top: 0;
      border-top: 0;
      padding-top: 0; }

.searchform .searchContainer {
  display: table;
  width: 100%;
  max-width: 400px;
  table-layout: fixed;
  overflow: hidden;
  background-color: rgba(51, 51, 51, 0.15); }
  .searchform .searchContainer input[type="search"] {
    width: auto !important;
    float: left;
    border: 0;
    background-color: transparent;
    margin: 0;
    padding: 5px 10px !important; }
    .searchform .searchContainer input[type="search"]:active, .searchform .searchContainer input[type="search"]:focus {
      outline: 0; }
  .searchform .searchContainer button {
    width: 60px;
    float: right;
    font-size: 1.8em;
    padding-top: 5px;
    padding-bottom: 5px; }
    .searchform .searchContainer button i {
      margin-right: 0; }

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both; }
  .footer #inner-footer {
    background-color: #e7ecf5;
    padding: 36px 0 24px;
    color: #0a2857; }
    .footer #inner-footer .wrap {
      display: flex;
      justify-content: space-between;
      align-items: flex-start; }
      .footer #inner-footer .wrap .footerCol a {
        color: #0a2857;
        text-decoration: none; }
        .footer #inner-footer .wrap .footerCol a:hover, .footer #inner-footer .wrap .footerCol a:focus {
          color: #051329; }
      .footer #inner-footer .wrap .footerCol.contactCol .companyName {
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 12px;
        font-size: 2.2em; }
      .footer #inner-footer .wrap .footerCol.contactCol .companyBranches {
        display: flex;
        justify-content: space-between;
        align-items: flex-start; }
        .footer #inner-footer .wrap .footerCol.contactCol .companyBranches .companyBranch .contactItem {
          display: flex;
          justify-content: flex-start;
          align-items: flex-start;
          margin-top: 10px; }
          .footer #inner-footer .wrap .footerCol.contactCol .companyBranches .companyBranch .contactItem .icon {
            font-size: 2.4em;
            width: 45px;
            margin-top: -5px; }
          .footer #inner-footer .wrap .footerCol.contactCol .companyBranches .companyBranch .contactItem .text p {
            font-size: 1.8em;
            margin: 0;
            font-weight: 700; }
          .footer #inner-footer .wrap .footerCol.contactCol .companyBranches .companyBranch .contactItem.email a {
            text-decoration: underline; }
          .footer #inner-footer .wrap .footerCol.contactCol .companyBranches .companyBranch .contactItem:first-child {
            margin-top: 0; }
      .footer #inner-footer .wrap .footerCol.tunaCol {
        text-align: center;
        max-width: 180px; }
        .footer #inner-footer .wrap .footerCol.tunaCol a {
          display: block; }
          .footer #inner-footer .wrap .footerCol.tunaCol a img {
            margin: 0; }
        .footer #inner-footer .wrap .footerCol.tunaCol p {
          font-size: 1.4em;
          font-weight: 700;
          margin-top: 3px;
          margin-bottom: 0; }
      .footer #inner-footer .wrap .footerCol.contractorCol {
        text-align: right; }
        .footer #inner-footer .wrap .footerCol.contractorCol p {
          font-size: 1.4em;
          margin-top: 10px;
          margin-bottom: 0; }
          .footer #inner-footer .wrap .footerCol.contractorCol p:first-child {
            margin-top: 0; }
  .footer #lower-footer {
    background-color: #0a2857;
    padding: 10px 0;
    color: #fff; }
    .footer #lower-footer .wrap {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .footer #lower-footer .wrap p {
        margin: 0;
        font-size: 1.4em; }
        .footer #lower-footer .wrap p a {
          color: #fff; }
          .footer #lower-footer .wrap p a:hover, .footer #lower-footer .wrap p a:focus {
            color: #d9d9d9; }
        .footer #lower-footer .wrap p.siteBy {
          text-align: right; }

@media only screen and (max-width: 1029px) {
  .footer #inner-footer .wrap {
    display: block;
    text-align: center; }

  .footer #inner-footer .wrap .footerCol.tunaCol {
    max-width: none;
    margin-top: 20px;
    margin-bottom: 20px; }

  .footer #inner-footer .wrap .footerCol.contactCol .companyBranches {
    text-align: left;
    justify-content: center; }
    .footer #inner-footer .wrap .footerCol.contactCol .companyBranches .companyBranch {
      margin-left: 20px;
      margin-right: 20px;
      font-size: 0.8em; }

  .footer #inner-footer .wrap .footerCol.contractorCol {
    text-align: center; }

  .footer #lower-footer .wrap {
    display: block; }
    .footer #lower-footer .wrap p, .footer #lower-footer .wrap p.siteBy {
      text-align: center; }
    .footer #lower-footer .wrap p.siteBy {
      margin-top: 15px; } }
@media only screen and (max-width: 767px) {
  .header #topHeader .wrap {
    display: block;
    text-align: center; }

  .header #topHeader .wrap .headerLogo {
    padding: 10px 0 0; }

  .header #topHeader .wrap .headerLogo a {
    display: inline-block;
    max-width: 200px; }
    .header #topHeader .wrap .headerLogo a img {
      max-width: 100%; }

  .header #topHeader .wrap .headerRight {
    display: block;
    text-align: center; }

  .header #topHeader .wrap .headerRight .headerLinks {
    display: block; }

  .header #topHeader .wrap .headerRight .headerLinks a {
    justify-content: center; }

  .header #topHeader .wrap .headerRight .headerLinks a .icon {
    width: 30px; }
    .header #topHeader .wrap .headerRight .headerLinks a .icon img {
      max-width: 100%; }

  .header #topHeader .wrap .headerRight .headerLinks a.phoneLink .text {
    font-size: 0.7em; }

  .header #topHeader .wrap .headerRight .headerTagline p,
  .header #topHeader .wrap .headerRight .headerLinks a.phoneLink {
    margin-bottom: 10px; }

  .header #topHeader .wrap .headerRight .headerLinks a.phoneLink {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto; }

  .header #topHeader .wrap .headerRight .headerLinks a.scholarshipLink {
    padding: 0; }

  #menuToggle {
    border: 0;
    background-color: transparent;
    padding: 10px 20px;
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 1.8em;
    font-weight: 700; }
    #menuToggle:hover, #menuToggle:focus {
      background-color: #0a2857; }
    #menuToggle i {
      margin-right: 10px; }

  .header #headerNav .menuBarContent {
    text-align: center;
    font-size: 0.9em; }
    .header #headerNav .menuBarContent ul ul {
      background-color: rgba(255, 255, 255, 0.2);
      padding-left: 0; }
    .header #headerNav .menuBarContent ul a {
      padding-top: 6px;
      padding-bottom: 6px; }

  #socialMedia {
    margin-top: 20px;
    font-size: 1.2em; }

  .home #homeVideo .wrap {
    display: block; }
    .home #homeVideo .wrap > div {
      width: 100%; } }
@media only screen and (max-width: 480px) {
  .home #footerLogos .wrap .singleLogo {
    width: 46%;
    margin-left: 1%;
    margin-right: 1%; }

  .footer #inner-footer .wrap .footerCol.contactCol .companyBranches {
    flex-direction: column; }
    .footer #inner-footer .wrap .footerCol.contactCol .companyBranches .companyBranch {
      margin-left: auto;
      margin-top: 20px;
      margin-bottom: 20px;
      margin-right: auto; } }
/*********************
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*********************/
@media only screen and (min-width: 481px) {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: 481px and Up Stylesheet
  
  This stylesheet is loaded for larger devices. It's set to
  481px because at 480px it would load on a landscaped iPhone.
  This isn't ideal because then you would be loading all those
  extra styles on that same mobile connection.
  
  A word of warning. This size COULD be a larger mobile device,
  so you still want to keep it pretty light and simply expand
  upon your base.scss styles.
  
  ******************************************************************/
  /*
  IMPORTANT NOTE ABOUT SASS 3.3 & UP
  You can't use @extend within media queries
  anymore, so just be aware that if you drop
  them in here, they won't work.
  */
  /*********************
  POSTS & CONTENT STYLES
  *********************/
  /* entry content */
  .entry-content {
    /* at this larger size, we can start to align images */ }
    .entry-content .alignleft, .entry-content img.alignleft {
      margin-right: 1.5em;
      display: inline;
      float: left; }
    .entry-content .alignright, .entry-content img.alignright {
      margin-left: 1.5em;
      display: inline;
      float: right; }
    .entry-content .aligncenter, .entry-content img.aligncenter {
      margin-right: auto;
      margin-left: auto;
      display: block;
      clear: both; }

  /* end .entry-content */ }
/*********************
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (min-width: 768px) {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Tablet & Small Desktop Stylesheet
  
  Here's where you can start getting into the good stuff.
  This size will work on iPads, other tablets, and desktops.
  So you can start working with more styles, background images,
  and other resources. You'll also notice the grid starts to
  come into play. Have fun!
  
  ******************************************************************/
  #menuToggle {
    display: none; }

  .header #topHeader .wrap .headerRight .headerLinks a.phoneLink .number {
    font-size: 1.8em; }

  .header #topHeader .wrap .headerRight .headerLinks a.phoneLink .desc {
    font-size: 1.2em; }

  .header #topHeader .wrap .headerRight .headerLinks a .icon {
    width: 30px; }

  .header #topHeader .wrap .headerRight .headerLinks a {
    padding: 4px 10px 6px;
    justify-content: flex-end; }

  .header #topHeader .wrap .headerRight .headerLinks a.scholarshipLink .text {
    font-size: 1.2em;
    width: 115px; }

  .header #topHeader .wrap .headerRight .headerTagline p {
    font-size: 1.3em; }

  /*********************
  NAVIGATION STYLES
  *********************/
  .nav {
    border: 0;
    /* end .menu ul li */ }
    .nav > li > a {
      border-right: 1px solid #8996a9;
      padding: 5px 10px 4px;
      display: block;
      font-size: 1.4em; }
    .nav > li:first-child > a {
      border-left: 1px solid #8996a9; }
    .nav ul {
      margin-top: 0; }
    .nav li {
      display: inline-block;
      position: relative;
      /*
      plan your menus and drop-downs wisely.
      */
      /* showing sub-menus */ }
      .nav li ul.sub-menu,
      .nav li ul.children {
        margin-top: 0;
        border-top: 0;
        margin: 0;
        padding: 0;
        position: absolute;
        visibility: hidden;
        z-index: 8999;
        background-color: #0a2857; }
        .nav li ul.sub-menu li,
        .nav li ul.children li {
          display: block;
          float: none;
          border-top: 3px solid #8996a9;
          /*
          if you need to go deeper, go nuts
          just remember deeper menus suck
          for usability. k, bai.
          */ }
          .nav li ul.sub-menu li:first-child,
          .nav li ul.children li:first-child {
            margin-top: 0; }
          .nav li ul.sub-menu li a,
          .nav li ul.children li a {
            display: block;
            padding: 6px 10px 5px;
            white-space: nowrap;
            font-size: 1.2em; }
            .nav li ul.sub-menu li a:hover, .nav li ul.sub-menu li a:focus,
            .nav li ul.children li a:hover,
            .nav li ul.children li a:focus {
              background-color: #31468c; }
          .nav li ul.sub-menu li ul,
          .nav li ul.children li ul {
            top: 0;
            left: 100%; }
      .nav li:hover > ul {
        top: auto;
        visibility: visible; }
      .nav li:hover > a {
        background-color: #0a2857; }

  /* end .nav */
  .home #mainstage .mainstageText {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0; }

  .home #homePathways .pathwayHolder {
    display: flex;
    justify-content: space-between;
    align-items: stretch; }
    .home #homePathways .pathwayHolder .singlePathway {
      margin: 0 20px;
      display: block; }
      .home #homePathways .pathwayHolder .singlePathway > a {
        width: auto;
        margin-right: 0; }
      .home #homePathways .pathwayHolder .singlePathway .pathwayText {
        text-align: center; } }
/*********************
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (min-width: 1030px) {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Desktop Stylsheet
  
  This is the desktop size. It's larger than an iPad so it will only
  be seen on the Desktop.
  
  ******************************************************************/
  .home #mainstage .mainstageText .wrap h1 .bigHeadline {
    font-size: 4.2em; }

  .home #mainstage .mainstageText .wrap h1 .smallHeadline {
    font-size: 2.8em; }

  .nav > li > a {
    font-size: 1.6em; }

  .nav li ul.sub-menu li a, .nav li ul.children li a {
    font-size: 1.4em; }

  .header #headerNav .menuBarContent #socialMedia a {
    font-size: 2.4em; }

  .header #topHeader .wrap .headerRight .headerLinks a.phoneLink .number {
    font-size: 2.7em; }

  .header #topHeader .wrap .headerRight .headerLinks a.phoneLink .desc {
    font-size: 1.7em; }

  .header #topHeader .wrap .headerRight .headerLinks a .icon {
    width: 50px; }

  .header #topHeader .wrap .headerRight .headerLinks a {
    padding: 14px 30px 12px;
    justify-content: space-between; }

  .header #topHeader .wrap .headerRight .headerLinks a.scholarshipLink .text {
    font-size: 1.6em;
    width: 150px; }

  .header #topHeader .wrap .headerRight .headerTagline p {
    font-size: 1.6em; }

  .header #headerNav .menuBarContent {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    width: 96%;
    margin: 0 auto;
    max-width: 1200px; } }
/*********************
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*********************/
@media only screen and (min-width: 1240px) {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Super Large Monitor Stylesheet
  
  You can add some advanced styles here if you like. This kicks in
  on larger screens.
  
  ******************************************************************/
  .wrap {
    width: 1200px; }

  .nav li ul.sub-menu li a, .nav li ul.children li a {
    font-size: 2.0em;
    padding: 12px 20px 10px; }

  .nav > li > a {
    padding: 10px 20px 8px;
    font-size: 2.0em; } }
/*********************
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*********************/
@media print {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Print Stylesheet
  
  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.
  
  ******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; } }
