/*!
Theme Name: oceancorp
Theme URI: http://underscores.me/
Author: Ham
Author URI: http://Ham.co
Description: Coolt hings
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: oceancorp
Tags:

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

oceancorp is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
@import 'https://fonts.googleapis.com/css?family=Oswald:300,400,900';
@import 'https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i,900,900i';
body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; }

@media screen and (max-width: 1200px) {
  .hidden-lg-down {
    display: none; }
  .hidden-lg-up {
    display: block; } }

@media screen and (min-width: 1200px) {
  .hidden-lg-up {
    display: none; }
  .hidden-lg-down {
    display: block; } }

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

body {
  margin: 0; }

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

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

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

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

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

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

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

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

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

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

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: "Lato", Arial;
  font-size: 18px;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: "Oswald", Times; }

h1 {
  font-size: 50px; }
  @media screen and (max-width: 640px) {
    h1 {
      font-size: 40px; } }

h2 {
  font-size: 40px; }
  @media screen and (max-width: 640px) {
    h2 {
      font-size: 30px; } }

h3 {
  color: #1d65bb;
  font-family: "Lato", Arial;
  font-size: 26px; }
  @media screen and (max-width: 640px) {
    h3 {
      font-size: 21px; } }

.home h2 {
  font-size: 46px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
  font-family: "Oswald", Times; }
  @media screen and (max-width: 1199px) {
    .home h2 {
      font-size: 32px; } }

.home h3 {
  font-size: 28px;
  font-weight: 900;
  font-family: "Lato", Arial; }
  @media screen and (max-width: 1199px) {
    .home h3 {
      font-size: 21px; } }

.home h4 {
  font-size: 28px;
  font-weight: 900;
  color: #4aac48;
  text-transform: uppercase;
  font-family: "Lato", Arial; }
  @media screen and (max-width: 1199px) {
    .home h4 {
      font-size: 18px; } }

h1.entry-title {
  text-transform: uppercase; }

p {
  margin-bottom: 1.5em; }

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

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

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

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

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

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

big {
  font-size: 125%; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; }

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

body {
  background: url("./img/bg.jpg") repeat top left #fff;
  /* Fallback for when there is no custom background color defined. */ }

blockquote, q {
  quotes: "" ""; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: ""; }

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

ul, ol {
  margin: 0 0 15px 0; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 15px; }

dt {
  font-weight: bold; }

dd {
  margin: 0 15px 15px; }

li {
  line-height: 1.25;
  margin: 0 0 10px; }

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

table {
  margin: 0 0 1.5em;
  width: 100%; }
  table th {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 3px; }
  table th,
  table td {
    padding: 5px; }
  table tr:nth-child(even) {
    background: #eee; }

.signupframe tr:nth-child(even) {
  background-color: transparent; }

.site-title {
  margin: 0; }
  .site-title a {
    transition: .2s ease all;
    display: block;
    overflow: hidden;
    text-indent: 9999px;
    line-height: 9999px;
    height: 70px;
    width: 400px;
    max-width: 100%;
    background: url("./img/logo.png") no-repeat top left;
    background-size: 100% auto;
    border: none;
    text-decoration: none;
    margin: 0; }
    .site-title a:hover {
      opacity: 0.75; }
    @media screen and (max-width: 1199px) {
      .site-title a {
        height: 55px;
        width: 310px;
        background-position: center center; } }

.site-branding {
  margin: 10px 0; }

.footer-logo {
  transition: .2s ease all;
  opacity: .5;
  text-indent: -999px;
  overflow: hidden;
  display: block;
  background: url("./img/logo-sm.png") no-repeat top left;
  height: 37px;
  width: 231px;
  display: inline-block;
  margin-bottom: -15px;
  margin-right: 10px; }
  .footer-logo:hover {
    opacity: 1; }
  @media screen and (max-width: 768px) {
    .footer-logo {
      display: block;
      margin: 0 0 15px; } }

.partner-logos {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center; }
  .partner-logos li {
    width: 20%;
    display: inline-block;
    margin: 15px 0; }
    .partner-logos li a {
      transition: .2s ease all; }
      .partner-logos li a:hover {
        opacity: .5; }

.button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
  -webkit-appearance: none;
  appearance: none;
  transition: .2s ease all;
  display: inline-block;
  text-decoration: none;
  background: #1d65bb;
  padding: 9px 20px 7px;
  line-height: 1;
  border-radius: 5px;
  border: none;
  border-bottom: 2px solid #164d8f;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-size: 13px;
  font-family: "Oswald", Times;
  font-weight: 400;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.3); }
  .button:hover,
  input[type="submit"]:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover {
    background: #164d8f;
    border-color: #0f3563;
    text-decoration: none;
    color: #fff; }
  .button.green,
  input[type="submit"].green,
  input[type="button"].green,
  input[type="reset"].green {
    background: #4aac48;
    border-color: #3b8839; }
    .button.green:hover,
    input[type="submit"].green:hover,
    input[type="button"].green:hover,
    input[type="reset"].green:hover {
      background: #3b8839;
      border-color: #2b642a; }
    .button.green.big,
    input[type="submit"].green.big,
    input[type="button"].green.big,
    input[type="reset"].green.big {
      border-color: #3b8839; }
      .button.green.big:hover,
      input[type="submit"].green.big:hover,
      input[type="button"].green.big:hover,
      input[type="reset"].green.big:hover {
        border-color: #2b642a; }
  .button:active, .button:visited,
  input[type="submit"]:active,
  input[type="submit"]:visited,
  input[type="button"]:active,
  input[type="button"]:visited,
  input[type="reset"]:active,
  input[type="reset"]:visited {
    color: #fff; }
  .button.big,
  .button input[type="submit"],
  input[type="submit"].big,
  input[type="submit"] input[type="submit"],
  input[type="button"].big,
  input[type="button"] input[type="submit"],
  input[type="reset"].big,
  input[type="reset"] input[type="submit"] {
    font-size: 18px;
    padding: 18px 30px 15px;
    border-bottom: 5px solid #0f3563; }
  .button.outlined,
  input[type="submit"].outlined,
  input[type="button"].outlined,
  input[type="reset"].outlined {
    background: transparent;
    border: 3px solid #fff;
    border-radius: 0;
    margin: 30px 0;
    font-size: 19px;
    line-height: 1.5;
    text-shadow: 5px 5px rgba(0, 0, 0, 0.25); }
    .button.outlined:hover,
    input[type="submit"].outlined:hover,
    input[type="button"].outlined:hover,
    input[type="reset"].outlined:hover {
      text-decoration: none;
      color: #fff; }
  .button + .button,
  input[type="submit"] + .button,
  input[type="button"] + .button,
  input[type="reset"] + .button {
    margin-left: 15px; }
  @media all and (max-width: 600px) {
    .button,
    input[type="submit"],
    input[type="button"],
    input[type="reset"] {
      width: 100%;
      margin: 5px 0; }
      .button + .button,
      input[type="submit"] + .button,
      input[type="button"] + .button,
      input[type="reset"] + .button {
        margin-left: 0; } }

@media all and (max-width: 768px) {
  .intro-row {
    text-align: center; }
    .intro-row .left {
      padding: 60px; }
    .intro-row li {
      list-style: none; }
    .intro-row .col-sm-7,
    .intro-row .col-sm-5 {
      float: none;
      width: auto;
      display: inline-block; } }

.site-header .menu-toggle,
.site-header .menu-close {
  box-shadow: none;
  background: #373638;
  display: block;
  height: 50px;
  width: 50px;
  padding: 0;
  margin: 15px 15px 0;
  text-align: center;
  appearance: none;
  float: right;
  font-size: 27px;
  border-radius: 5px;
  border: 1px solid #000;
  border-bottom: 3px solid #404040;
  font-family: "FontAwesome";
  font-weight: normal;
  color: #fff; }
  @media screen and (max-width: 700px) {
    .home.page .site-header .menu-toggle, .home.page
    .site-header .menu-close {
      margin-right: 0; } }

.main-navigation {
  background: #000;
  text-align: center; }
  .main-navigation a {
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    padding: 5px 15px; }
    .main-navigation a:hover {
      background: #4aac48; }
    .main-navigation a:visited {
      color: #fff; }
  .main-navigation ul ul {
    top: 2em;
    background: #000; }

.site-header {
  vertical-align: top; }

.site-footer {
  background: #eee;
  display: block;
  padding: 30px;
  font-size: 16px; }

.request-catalog {
  text-align: right; }

.phone-number {
  line-height: 1;
  text-align: right;
  margin: 15px 0; }
  .phone-number div {
    font-size: 18px;
    color: #7e8c99;
    font-weight: normal; }
  .phone-number a {
    color: #000;
    font-size: 34px;
    font-weight: 900; }
    .phone-number a:hover {
      color: #4aac48; }

.clear-row {
  clear: both;
  display: block;
  height: 1px;
  width: 100%; }

.nopad {
  padding: 0; }

.pos-rel {
  position: relative; }

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

.return-to-top {
  appearance: none;
  outline: none;
  transition: .2s ease all;
  position: fixed;
  z-index: 3;
  bottom: 15px;
  right: 30px;
  display: block;
  height: 40px;
  width: 40px;
  border: 3px solid #99999a;
  text-align: center;
  padding-top: 4px; }
  .return-to-top i,
  .return-to-top i:visited {
    transition: .2s ease all;
    font-size: 19px;
    color: #99999a; }
  .return-to-top:hover {
    border-color: #1d65bb; }
    .return-to-top:hover i {
      color: #1d65bb; }
  .return-to-top.fade-out {
    opacity: .5; }
  .return-to-top.visible {
    opacity: 1;
    visibility: visible; }

.embed-map {
  border: 2px solid #ccc;
  border-radius: 5px; }

iframe.disclosure {
  background: #eee; }

ul.halfs {
  width: 50%;
  margin: 0;
  display: inline-block;
  box-sizing: border-box;
  float: left; }
  @media all and (max-width: 768px) {
    ul.halfs {
      width: 100%;
      float: none; } }

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

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

.request-dvd-form br {
  display: none; }

.request-dvd-form .signupframe {
  width: 100%; }

.request-dvd-form .signupframe td {
  display: block; }

.request-dvd-form .field label {
  display: block;
  margin: 15px 0 5px;
  font-size: 14px;
  font-weight: bold;
  color: #333; }

.request-dvd-form .field input[type="text"],
.request-dvd-form .field textarea,
.request-dvd-form .field select {
  -ms-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  padding: 8px;
  font-size: 14px;
  color: #404040; }

.request-dvd-form input[type="submit"] {
  cursor: pointer;
  color: white;
  text-transform: uppercase;
  transition: .15s;
  font-size: 19px;
  padding: 18px 30px 15px;
  margin-top: 15px; }

.request-dvd-form .link,
.request-dvd-form .link a,
.request-dvd-form .signupframe {
  font-family: 'Lato', Arial, sans-serif; }

.request-dvd-form .link,
.request-dvd-form .link a {
  text-decoration: none; }

.request-dvd-form .required {
  color: red; }

.request-dvd-form .signupframe .field {
  display: inline-block;
  vertical-align: top; }

.request-dvd-form .field {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

@media screen and (min-width: 640px) {
  .request-dvd-form .field-name-first,
  .request-dvd-form .field-name-last,
  .request-dvd-form .field-city,
  .request-dvd-form .field-phone-number,
  .request-dvd-form .field-email {
    width: 50%; }
  .request-dvd-form .field-address-street {
    width: 75%; }
  .request-dvd-form .field-address-apt {
    width: 25%; }
  .request-dvd-form .field-state,
  .request-dvd-form .field-zip {
    width: 25%; }
  .request-dvd-form .field-name-first,
  .request-dvd-form .field-address-street,
  .request-dvd-form .field-city,
  .request-dvd-form .field-state,
  .request-dvd-form .field-phone-number {
    padding-right: 15px; } }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: royalblue; }
  a:visited {
    color: purple; }
  a:hover, a:focus, a:active {
    color: midnightblue; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  transition: .2s ease all;
  clear: both;
  display: inline-block;
  width: calc(100% - 170px);
  margin: 0;
  padding: 0;
  background: #333234;
  height: 57px;
  border-radius: 5px 5px 0 0;
  border-bottom: 5px solid #282325; }
  .main-navigation .sub-menu li:hover {
    border: none; }
  .main-navigation .sub-menu a {
    font-size: 14px;
    text-align: left;
    border: none !important;
    margin: 0 !important;
    width: 100%;
    padding-right: 25px; }
    .main-navigation .sub-menu a:after {
      transition: .2s ease all;
      content: "-";
      font-size: 36px;
      color: transparent;
      top: 5px;
      right: 10px;
      position: absolute; }
    .main-navigation .sub-menu a:hover {
      background: #111;
      border: none !important;
      background: #292526;
      position: relative; }
      .main-navigation .sub-menu a:hover:after {
        color: #4aac48; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      position: absolute;
      top: calc(100% + 6px);
      border-top: 11px solid #fff;
      left: -999em;
      z-index: 99999;
      width: 190px;
      background: #333234; }
      .main-navigation ul ul:before {
        top: -20px;
        content: "";
        width: 100%;
        height: 10px;
        background: transparent;
        display: block;
        position: absolute; }
      .main-navigation ul ul:after {
        content: "";
        display: block;
        position: absolute;
        top: -10px;
        left: 20px;
        right: 0;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #333234; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li {
        width: 100%; }
        .main-navigation ul ul li:hover > ul,
        .main-navigation ul ul li.focus > ul {
          left: 100%; }
        .main-navigation ul ul li:after {
          display: none !important; }
      .main-navigation ul ul .current_page_item {
        border: none;
        margin: 0; }
        .main-navigation ul ul .current_page_item a:hover {
          cursor: default; }
          .main-navigation ul ul .current_page_item a:hover:after {
            display: none; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: 0; }
  .main-navigation li {
    float: left;
    position: relative;
    margin: 0;
    line-height: 1; }
    .main-navigation li:after {
      content: "";
      border: none;
      border-right: 2px dotted #434244;
      height: 20px;
      width: 0;
      display: inline-block;
      position: absolute;
      top: 17px;
      right: -2px; }
    .main-navigation li > a {
      margin-bottom: -5px; }
    .main-navigation li:last-child:after {
      display: none !important; }
    .main-navigation li:hover > a {
      color: #fff;
      border-color: 5px solid #008000; }
  .main-navigation .menu-item-has-children:hover {
    background: #4aac48;
    border-color: #3b8839; }
    .main-navigation .menu-item-has-children:hover > a {
      border-bottom: 5px solid #2b642a; }
  .main-navigation a {
    transition: .2s ease;
    display: inline-block;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    padding: 18px 15px 16px;
    line-height: 1;
    color: #eee;
    width: 100%;
    border-bottom: 5px solid transparent; }
  .main-navigation .current_page_item,
  .main-navigation .current-menu-item,
  .main-navigation .current_page_ancestor,
  .main-navigation .current-menu-ancestor {
    border-bottom: 5px solid #2d7ede;
    margin-bottom: -5px; }
    .main-navigation .current_page_item > a,
    .main-navigation .current-menu-item > a,
    .main-navigation .current_page_ancestor > a,
    .main-navigation .current-menu-ancestor > a {
      background: #282325;
      color: #2d7ede; }
      .main-navigation .current_page_item > a:hover,
      .main-navigation .current-menu-item > a:hover,
      .main-navigation .current_page_ancestor > a:hover,
      .main-navigation .current-menu-ancestor > a:hover {
        cursor: default;
        color: #2d7ede;
        border-color: #2d7ede; }

.home-ico {
  margin: 0 10px !important;
  border: none !important; }
  .home-ico a {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #484749 !important;
    color: #eee !important;
    text-indent: -999px;
    overflow: hidden;
    margin: 10px 10px 7px;
    position: relative;
    border: none;
    cursor: pointer; }
    .home-ico a:hover {
      border: none; }
    .home-ico a:before {
      content: "\f015";
      font-family: "FontAwesome";
      position: absolute;
      font-weight: 100;
      font-size: 22px;
      top: 16%;
      left: 0;
      right: 0;
      text-indent: 0;
      cursor: pointer; }

#masthead .button.apply-btn {
  float: right;
  margin: 0;
  background: #4aac48;
  border-color: #3b8839; }
  #masthead .button.apply-btn:hover {
    border-color: #2b642a;
    background: #3b8839; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

.main-navigation ul {
  display: block; }

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

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

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

.footer-menu li.lead-title > a {
  color: #1d65bb;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold; }
  .footer-menu li.lead-title > a:hover {
    color: #1d65bb;
    text-decoration: underline; }
  @media all and (max-width: 500px) {
    .footer-menu li.lead-title > a {
      font-size: 19px;
      letter-spacing: 1px;
      text-align: center;
      display: block; } }

.footer-menu .sub-menu a {
  text-transform: none;
  font-size: 12px;
  color: #fff;
  font-weight: normal; }
  .footer-menu .sub-menu a:hover {
    color: #fff;
    text-decoration: underline; }
  @media all and (max-width: 600px) {
    .footer-menu .sub-menu a {
      font-size: 14px; } }
  @media all and (max-width: 500px) {
    .footer-menu .sub-menu a {
      font-size: 18px;
      line-height: 1;
      margin: 12px 0;
      display: block;
      text-align: center; } }

#menu-footer {
  margin: 0;
  padding: 0; }
  #menu-footer > li {
    vertical-align: top;
    width: 14%;
    display: inline-block; }
    @media all and (max-width: 998px) {
      #menu-footer > li {
        width: 25%;
        margin: 0 -4px 30px 0 !important;
        vertical-align: top; } }
    @media all and (max-width: 640px) {
      #menu-footer > li {
        width: 50%; } }
    @media all and (max-width: 500px) {
      #menu-footer > li {
        display: block;
        text-align: center;
        width: 100%;
        margin: 0 0 30px !important; } }
  #menu-footer li {
    margin: 0;
    list-style: none;
    text-align: left; }
  #menu-footer .sub-menu {
    margin: 0;
    padding: 0; }
  #menu-footer .alumni-block.lead-title {
    margin-top: 20px;
    /* Correct position of the menu */
    position: absolute;
    margin-left: -163px;
    margin-top: 100px !important; }
    @media all and (max-width: 1024px) {
      #menu-footer .alumni-block.lead-title {
        margin-left: -135px; } }
    @media all and (max-width: 768px) {
      #menu-footer .alumni-block.lead-title {
        margin-left: 0;
        margin-top: 0 !important;
        position: relative; } }
  #menu-footer .item-address a {
    display: block;
    line-height: 1.25;
    color: #ccc;
    font-size: 14px;
    font-style: italic;
    margin-bottom: 5px; }
    @media all and (max-width: 500px) {
      #menu-footer .item-address a {
        font-size: 19px;
        text-align: center;
        display: block; } }
  #menu-footer .item-phone a {
    display: block;
    line-height: 1.25;
    font-size: 11px;
    color: #ccc;
    margin-top: 5px; }
    #menu-footer .item-phone a span {
      font-size: 16px;
      color: #fff; }
    @media all and (max-width: 500px) {
      #menu-footer .item-phone a {
        font-size: 16px; }
        #menu-footer .item-phone a span {
          font-size: 26px; } }
  #menu-footer .lead-title:first-child {
    width: 17%; }
    #menu-footer .lead-title:first-child + .lead-title {
      width: 11%; }
    @media all and (max-width: 998px) {
      #menu-footer .lead-title:first-child {
        width: 25% !important; }
        #menu-footer .lead-title:first-child + .lead-title {
          width: 25% !important; } }
    @media all and (max-width: 640px) {
      #menu-footer .lead-title:first-child {
        width: 50% !important; }
        #menu-footer .lead-title:first-child + .lead-title {
          width: 50% !important; } }
    @media all and (max-width: 500px) {
      #menu-footer .lead-title:first-child {
        width: 100% !important;
        display: block;
        text-align: center; }
        #menu-footer .lead-title:first-child + .lead-title {
          display: block;
          text-align: center;
          width: 100% !important; } }

.main-navigation.mobile-menu {
  box-sizing: border-box;
  transition: .2s ease all;
  position: fixed;
  top: 0;
  left: -10%;
  bottom: 0;
  height: auto;
  width: 320px;
  z-index: -9;
  opacity: 0;
  overflow-x: hidden;
  padding-bottom: 120px;
  overflow-y: scroll;
  background: #1e1c1d;
  border-radius: 0; }
  .main-navigation.mobile-menu li {
    padding-left: 30px;
    width: 100%;
    text-align: left;
    border: none; }
    .main-navigation.mobile-menu li a {
      outline: none;
      transition: .2s ease all;
      background: transparent;
      display: block;
      font-size: 21px;
      color: #b5b3b4;
      padding: 25px 0 5px;
      font-weight: normal;
      border-bottom: 5px solid #444; }
    .main-navigation.mobile-menu li .toggle {
      color: #0a5bad;
      border-color: #0a5bad; }
    .main-navigation.mobile-menu li.menu-item-has-children > a:after {
      transition: .2s ease all;
      content: "\f078";
      font-family: "FontAwesome";
      display: block;
      right: 30px;
      position: absolute;
      top: 25px; }
    .main-navigation.mobile-menu li.menu-item-has-children > a.toggle:after {
      transform: rotate(180deg); }
  .main-navigation.mobile-menu.shown {
    z-index: 999;
    opacity: 1;
    left: 0; }
  .main-navigation.mobile-menu .sub-menu {
    opacity: 0;
    background: transparent;
    border: none;
    position: relative;
    top: 5px;
    left: 0;
    max-height: 0;
    overflow-x: hidden;
    transition: .2s ease all;
    border-bottom: 4px solid transparent; }
    .main-navigation.mobile-menu .sub-menu li a {
      transition: .2s ease all;
      padding: 10px 0;
      font-size: 16px;
      color: #c8c8c8;
      border: none; }
      .main-navigation.mobile-menu .sub-menu li a:hover, .main-navigation.mobile-menu .sub-menu li a:active {
        color: #fff;
        background: transparent; }
    .main-navigation.mobile-menu .sub-menu.toggle {
      overflow-x: hidden;
      opacity: 1;
      padding: 10px 0;
      max-height: none;
      border-color: #0a5bad; }
  .main-navigation.mobile-menu .mobile-phone {
    padding: 15px 30px;
    margin-bottom: 15fpx; }
  .main-navigation.mobile-menu .mobile-phone a {
    font-size: 19px;
    color: #c4c2c2;
    border: none; }
    .main-navigation.mobile-menu .mobile-phone a span {
      padding: 5px 0 20px;
      font-size: 30px;
      display: block;
      color: #fff;
      font-weight: bold; }
      .main-navigation.mobile-menu .mobile-phone a span:before {
        content: "\f095";
        font-family: "FontAwesome";
        font-size: 28px;
        color: #d5d5d5;
        padding-right: 10px; }
  .main-navigation.mobile-menu .mobile-apply a {
    border-color: #4aac48;
    color: #4aac48; }
  .main-navigation.mobile-menu .mobile-home a {
    font-size: 19px;
    color: #636663; }
    .main-navigation.mobile-menu .mobile-home a:before {
      content: "\f015";
      font-family: "FontAwesome";
      padding-right: 10px; }
  .main-navigation.mobile-menu .mobile-request {
    padding-bottom: 45px;
    margin-bottom: 30px; }
    .main-navigation.mobile-menu .mobile-request a {
      border-color: #286eac;
      color: #286eac; }
  .main-navigation.mobile-menu .current_page_item > a,
  .main-navigation.mobile-menu .current-menu-item > a,
  .main-navigation.mobile-menu .current_page_ancestor > a,
  .main-navigation.mobile-menu .current-menu-ancestor > a {
    background: transparent; }
  @media all and (max-width: 480px) {
    .main-navigation.mobile-menu {
      max-width: 80%; }
      .main-navigation.mobile-menu .mobile-phone a {
        font-size: 15px; }
        .main-navigation.mobile-menu .mobile-phone a span {
          font-size: 24px; }
          .main-navigation.mobile-menu .mobile-phone a span:before {
            font-size: 22px; } }
  @media all and (max-width: 320px) {
    .main-navigation.mobile-menu {
      max-width: 75%; } }

#menu-mobile-menu .mobile-phone.menu-item,
#menu-mobile-menu .mobile-request.menu-item {
  border-bottom: 4px solid #444; }

.mobile-menu-covers {
  transition: .2s ease all;
  opacity: 0;
  position: fixed;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: -100%;
  background: rgba(29, 101, 187, 0.75);
  z-index: -1; }
  .mobile-menu-covers.shown {
    opacity: 1;
    right: 0;
    z-index: 99; }

.menu-close {
  z-index: 9999;
  position: absolute;
  right: 0; }

body.menu-open {
  overflow: hidden; }

@media all and (max-width: 667px) {
  .mobile-tight {
    margin-right: 0; } }

@media all and (max-width: 330px) {
  .main-navigation.mobile-menu li a {
    font-size: 18px; }
  .main-navigation.mobile-menu li ul li {
    padding-left: 15px; }
  .main-navigation.mobile-menu .mobile-phone a {
    font-size: 13px; }
    .main-navigation.mobile-menu .mobile-phone a span {
      font-size: 20px; } }

body .menu-mobile-menu-container li:hover {
  background-color: transparent !important; }

.menu-mobile-menu-container .sub-menu {
  width: 100%; }

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

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

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

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

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

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

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

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

.hentry {
  margin: 0 0 1.5em; }

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

.single .byline,
.group-blog .byline {
  display: inline; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

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

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

.bypostauthor {
  display: block; }

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

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

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

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

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

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

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

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
## Sliders
--------------------------------------------------------------*/
.home-slider {
  position: relative;
  border-bottom: 10px solid #333234; }
  .home-slider .caption-wrapper {
    position: absolute;
    right: 120px;
    top: 120px; }
    .home-slider .caption-wrapper a:hover {
      text-decoration: none; }
  .home-slider .title {
    font-family: "Oswald", Times;
    display: block;
    text-align: left;
    font-size: 46px;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 5px 5px rgba(0, 0, 0, 0.25); }
    .home-slider .title:hover {
      border: none;
      text-decoration: none; }
    .home-slider .title span {
      display: block;
      font-size: 66px; }
  .home-slider .carousel-item {
    display: none; }
    .home-slider .carousel-item.active {
      display: block; }

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
#masthead {
  transition: .2s ease all;
  background: #fff;
  padding: 15px 0 5px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  max-height: 180px;
  overflow: visible; }
  #masthead.scrolling {
    overflow: hidden;
    max-height: 108px; }
    @media screen and (max-width: 1199px) {
      #masthead.scrolling {
        max-height: 90px; } }
    @media screen and (max-width: 767px) {
      #masthead.scrolling {
        max-height: 75px; } }
  #masthead.glowing {
    max-height: 180px; }
  #masthead .button {
    margin: 19px 0; }
  .logged-in #masthead {
    top: 22px; }
  @media screen and (max-width: 1199px) {
    #masthead {
      padding-bottom: 0; } }
  @media screen and (max-width: 997px) {
    #masthead {
      padding-top: 0; } }

@media screen and (max-width: 1199px) {
  body {
    padding-top: 140px; } }

@media screen and (max-width: 1024px) {
  body {
    padding-top: 100px; } }

@media screen and (max-width: 600px) {
  body {
    padding-top: 95px; } }

@media screen and (max-width: 767px) {
  .site-branding.col-xs-8 {
    width: calc(100% - 80px); } }

.mobile-header-row.slide {
  height: auto; }

.site-footer {
  background: #333234;
  color: #fff;
  border-top: 8px solid #4aac48;
  position: relative; }
  .site-footer:before {
    content: "";
    background: #fff;
    width: 100%;
    height: 2px;
    top: 0;
    left: 0;
    right: 0;
    position: absolute; }

.copyright-row {
  margin: 60px 0 30px;
  text-align: left;
  font-size: 12px; }
  .copyright-row a {
    text-decoration: underline;
    color: #eee; }
    .copyright-row a:hover {
      text-decoration: none;
      color: #fff; }
  .copyright-row .sep {
    color: #ccc; }
  @media screen and (max-width: 768px) {
    .copyright-row {
      border-top: 1px dotted #999;
      padding-top: 30px;
      margin-top: 0; } }

.entry-content {
  background: #fff;
  padding: 50px 140px;
  margin: 15px 0; }
  .entry-content + div.entry-content {
    margin-top: -15px; }
  @media screen and (max-width: 1179px) {
    .entry-content {
      padding: 5%; } }

.social-sharing {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin: -20px 0 40px;
  padding: 5px 0; }

html body .supsystic-social-sharing .sharer-flat.sharer-flat-1 {
  border-radius: 5px;
  padding: 13px 11px 9px; }

.supsystic-social-sharing .sharer-flat.twitter {
  border-bottom: 5px solid #3da1ec; }

.supsystic-social-sharing .sharer-flat.facebook {
  border-bottom: 5px solid #263961; }

.supsystic-social-sharing .sharer-flat.pinterest {
  border-bottom: 5px solid #8a161a; }

.supsystic-social-sharing .sharer-flat.googleplus {
  border-bottom: 5px solid #ac2d1e; }

.supsystic-social-sharing .sharer-flat.print {
  border-bottom: 5px solid black; }

html body .supsystic-social-sharing.supsystic-social-sharing-spacing a.social-sharing-button {
  margin-right: 10px !important; }

.intro-row {
  margin: 10px auto; }
  .intro-row .left {
    box-sizing: border-box;
    background: #303133;
    color: #eee;
    padding: 5%;
    font-size: 18px;
    line-height: 1.25; }
    @media all and (max-width: 600px) {
      .intro-row .left {
        padding: 60px 30px; } }
    .intro-row .left h2 {
      margin-top: 0; }
    .intro-row .left .button {
      margin-top: 15px; }
  .intro-row .right {
    padding: 4.25% 5%;
    font-size: 18px;
    line-height: 1.25; }
    .intro-row .right em {
      font-size: 21px; }
    .intro-row .right ul {
      margin-left: 0;
      padding-left: 30px; }
      @media all and (max-width: 768px) {
        .intro-row .right ul {
          padding-left: 0; }
          .intro-row .right ul li {
            border-bottom: 1px solid #999;
            padding: 0 0 5px; } }
  @media screen and (max-width: 700px) {
    .intro-row {
      text-align: center; } }
  @media screen and (max-width: 700px) {
    .intro-row .col-sm-7,
    .intro-row .col-sm-5 {
      display: inline; } }

.home .overlaid {
  border-radius: 0 0 45px; }
  .home .overlaid:before {
    content: "";
    background: #062345;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: block;
    z-index: 0;
    position: absolute;
    opacity: .8; }
  @media all and (max-width: 768px) {
    .home .overlaid {
      border-radius: 0; } }

.bord-bottom.overlaid {
  border-bottom: 8px solid #1d65bb; }

.overlaid {
  text-align: center;
  position: relative;
  min-height: 425px;
  overflow: hidden; }
  .overlaid h1.entry-title {
    position: absolute;
    left: 0;
    right: 0;
    top: 25%;
    color: #fff;
    font-size: 66px;
    text-transform: uppercase;
    text-shadow: 5px 5px rgba(0, 0, 0, 0.25);
    z-index: 7; }
  @media all and (max-width: 1199px) {
    .overlaid {
      min-height: 0; } }
  @media all and (max-width: 700px) {
    .overlaid h1.entry-title {
      font-size: 44px; } }
  @media all and (max-width: 500px) {
    .overlaid h1.entry-title {
      top: 20px;
      font-size: 33px;
      padding: 0 15px; } }

.cap-wrap {
  position: absolute;
  top: 95px;
  bottom: 95px;
  left: 10%;
  right: 10%;
  z-index: 1; }
  @media all and (max-width: 700px) {
    .cap-wrap {
      top: 60px; } }

.ndt-row,
.udt-row {
  box-sizing: border-box;
  color: #eee;
  background: #062345;
  font-size: 25px;
  line-height: 1.25;
  padding: 95px 10%;
  margin: 0 auto 10px; }
  @media all and (max-width: 1199px) {
    .ndt-row,
    .udt-row {
      height: 425px;
      font-size: 21px; } }
  @media all and (max-width: 700px) {
    .ndt-row,
    .udt-row {
      height: 365px; } }
  @media all and (max-width: 480px) {
    .ndt-row,
    .udt-row {
      height: 460px; } }

.ndt-row {
  background: url("./img/home-row2.jpg") no-repeat top left; }

.udt-row {
  background: url("./img/home-row3.jpg") no-repeat top left; }

.par-row {
  text-align: center;
  padding: 65px 0;
  margin: 0 auto 15px;
  border-radius: 0 0 45px;
  overflow: hidden;
  background: #fff; }
  .par-row p {
    max-width: 75%;
    margin: 0 auto 25px;
    font-size: 21px;
    line-height: 1.25; }
  .par-row h2 {
    color: #111;
    font-size: 36px; }
  .par-row ul {
    margin: 0 10% 50px;
    padding: 0; }
    .par-row ul li {
      display: inline-block;
      width: 15%;
      margin: 0;
      padding: 0; }
      .par-row ul li:hover {
        opacity: .75; }
  @media all and (max-width: 600px) {
    .par-row {
      border-radius: 0;
      margin: 0 0 30px;
      padding: 30px 15px; }
      .par-row ul {
        margin: 0;
        padding: 0 15px; }
        .par-row ul li {
          width: 50%; } }

.heading-image {
  position: relative; }
  .heading-image:before {
    content: "";
    background: #062345;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: block;
    z-index: 0;
    position: absolute;
    opacity: .8; }

.home-slider {
  border-bottom: 8px solid #333234; }

.home-slider,
#page,
#channel-hub {
  padding-top: 180px; }
  @media all and (max-width: 1199px) {
    .home-slider,
    #page,
    #channel-hub {
      padding-top: 0; } }

.channel-closing-buttons {
  text-align: center;
  background: #eee;
  background: linear-gradient(to bottom, #efefef 0%, #fff 50%);
  text-align: center;
  position: relative;
  margin: -15px 0; }

.lined-wrapper {
  padding: 50px 0;
  background: url("./img/repeated-wh.png") repeat transparent; }

.site-main .type-page {
  margin-bottom: 0; }

.site-main .type-page + .get-started-callout {
  margin-top: -15px; }

.get-started-callout {
  background-size: cover !important;
  padding: 55px 0;
  margin: 15px 0 30px;
  text-align: center;
  color: #fff;
  font-size: 21px;
  position: relative;
  min-height: 345px; }
  .get-started-callout:before {
    content: "";
    background: rgba(0, 0, 0, 0.65);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 1; }
  .get-started-callout .cont-wrap {
    position: absolute;
    top: 55px;
    left: 55px;
    right: 55px;
    bottom: 25px;
    z-index: 2; }
  .get-started-callout h3 {
    color: #fff;
    font-size: 38px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: "Oswald", Times; }
  .get-started-callout .subtitle {
    display: block;
    padding-bottom: 25px;
    line-height: 1.25; }
  @media screen and (max-width: 600px) {
    .get-started-callout {
      font-size: 16px;
      background-size: 100% auto !important; }
      .get-started-callout h3 {
        font-size: 28px;
        margin-top: 0; }
      .get-started-callout .cont-wrap {
        top: 30px;
        bottom: 15px;
        right: 15px;
        left: 15px; } }

blockquote {
  font-size: 28px;
  text-align: center;
  font-family: "Oswald", Times;
  position: relative;
  border: none;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1.25;
  padding: 35px 0;
  margin: 55px 0 15px; }
  blockquote:before, blockquote:after {
    position: absolute;
    content: "";
    width: 50%;
    margin: 0 auto;
    border-top: 5px solid #4aac48;
    left: 0;
    right: 0;
    display: block; }
  blockquote:before {
    top: 0; }
  blockquote:after {
    bottom: 0; }

.intro-text {
  font-size: 21px;
  line-height: 1.25;
  display: block;
  text-align: center; }
  @media screen and (max-width: 700px) {
    .intro-text {
      padding: 15px 0;
      font-size: 19px; } }

.block-callouts {
  margin: -15px 0 0;
  padding: 35px;
  text-align: center;
  background: #f7f7f7; }
  .block-callouts a:hover,
  .block-callouts a:active {
    text-decoration: none; }
  .block-callouts .desc {
    color: #111;
    display: block;
    line-height: 1.25;
    font-size: 14px;
    padding: 5px 0 15px; }
  .block-callouts li {
    display: inline-block;
    vertical-align: top;
    max-width: 25%;
    margin: 0 -4px 0 0;
    padding: 0 15px;
    list-style: none; }
    @media screen and (max-width: 600px) {
      .block-callouts li {
        max-width: 50%;
        margin-bottom: 30px; } }
    @media screen and (max-width: 400px) {
      .block-callouts li {
        max-width: none;
        width: 100%; } }
  .block-callouts img {
    border-radius: 5px;
    overflow: hidden;
    display: block; }
  .block-callouts h4 {
    text-transform: uppercase;
    font-size: 21px;
    color: #1d65bb;
    margin: 15px 0 0; }
  .block-callouts + .entry-content {
    margin-top: 0; }

.entry-content + .entry-content {
  margin-top: 0;
  padding-top: 0; }

.mobile-header-row {
  background: #333234;
  padding: 6px 0 7px; }
  .mobile-header-row a {
    color: #dadada;
    font-weight: bold;
    display: inline-block;
    font-size: 15px;
    padding: 5px 0;
    position: relative;
    line-height: 1; }
    .mobile-header-row a:before {
      font-family: "FontAwesome";
      margin-right: 5px;
      font-weight: 100; }
    .mobile-header-row a:hover {
      text-decoration: none;
      color: #fff; }
  .mobile-header-row .request,
  .mobile-header-row .apply {
    border-bottom: 4px solid transparent; }
  .mobile-header-row .call {
    font-size: 19px; }
    .mobile-header-row .call span {
      color: #b6b6b6; }
    .mobile-header-row .call:before {
      color: #a3a3a3;
      content: "\f098"; }
  .mobile-header-row .request {
    border-color: #275a93; }
    .mobile-header-row .request:before {
      color: #3780d2;
      content: "\f1c5"; }
    .mobile-header-row .request:hover {
      border-color: #3780d2; }
  .mobile-header-row .apply {
    border-color: #347a33; }
    .mobile-header-row .apply:before {
      color: #4aae48;
      content: "\f19d"; }
    .mobile-header-row .apply:hover {
      border-color: #4aae48; }
  @media screen and (max-width: 767px) {
    .mobile-header-row .col-xs-7 {
      width: calc(100% - 300px); }
    .mobile-header-row .col-xs-3 {
      width: 180px; }
    .mobile-header-row .col-xs-2 {
      width: 120px; } }
  @media screen and (max-width: 640px) {
    .mobile-header-row .col-xs-7 span {
      display: none; } }
  @media screen and (max-width: 500px) {
    .mobile-header-row .col-xs-7 {
      width: 100%; }
      .mobile-header-row .col-xs-7 span {
        display: inline; }
    .mobile-header-row .col-xs-3,
    .mobile-header-row .col-xs-2 {
      display: none; } }

@media screen and (max-width: 1199px) {
  .menu-toggle.hidden-lg-up {
    display: block !important; } }

.logged-in .main-navigation.mobile-menu {
  top: 32px; }


body #ic_signupform .elcontainer {
  padding: 0;
  max-width: none;
}