@charset "UTF-8";
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   Additions
   ========================================================================== */
* {
  margin: 0;
  padding: 0;
}

a, a img, img {
  text-decoration: none;
  outline: 0;
}

a img {
  border: none;
  outline: none;
}

ul {
  list-style: none;
}

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

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

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Removes default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: 0;
}

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

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
}

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

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

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

/*
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

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

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

/*
 * Sets consistent quote types.
 */
q {
  quotes: "“" "”" "‘" "’";
}

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses 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. Corrects 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. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses 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 */
}

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

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves 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],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `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;
}

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

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

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves 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;
}

/*=====COLORS=====*/
@font-face {
  font-family: "Authenia-Textured";
  src: url("../webfonts/37C0B3_0_0.eot");
  src: url("../webfonts/37C0B3_0_0.eot?#iefix") format("embedded-opentype"), url("../webfonts/37C0B3_0_0.woff2") format("woff2"), url("../webfonts/37C0B3_0_0.woff") format("woff"), url("../webfonts/37C0B3_0_0.ttf") format("truetype");
}
/*ex: @include transition(color, 0.1s); */
/**
 * Start Vanilla CSS 1.0.2 
 */
em, i, dfn {
  font-style: italic;
}

dfn {
  font-weight: bold;
}

p, code, pre, kbd {
  margin: 0 0 1em 0;
}

blockquote {
  margin: 0 1em 1em 1em;
}

cite {
  font-style: italic;
}

li ul, li ol {
  margin: 0 1em;
}

ul, ol {
  margin: 0 1em 1em 2em;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

ol ol {
  list-style: upper-alpha;
}

ol ol ol {
  list-style: lower-roman;
}

ol ol ol ol {
  list-style: lower-alpha;
}

dl {
  margin: 0 0 1em 0;
}

dl dt {
  font-weight: bold;
}

dd {
  margin-left: 1em;
}

table {
  margin-bottom: 1.4em;
  width: 100%;
}

th {
  font-weight: bold;
}

th, td, caption {
  padding: 4px 10px 4px 5px;
}

tfoot {
  font-style: italic;
}

abbr, acronym {
  border-bottom: 1px dotted;
}

address {
  margin: 0 0 1em;
  font-style: italic;
}

del {
  text-decoration: line-through;
}

pre {
  margin: 1em 0;
  white-space: pre;
}

img.centered, .aligncenter, div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignright {
  display: inline;
}

img.alignleft {
  display: inline;
}

.alignright {
  float: right;
  margin-left: 10px;
}

.alignleft {
  float: left;
  margin-right: 10px;
}

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

* html .clearfix {
  height: 1%;
}

* + html .clearfix {
  display: inline-block;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

* html .group {
  height: 1%;
}

* + html .group {
  display: inline-block;
}

.group:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/**
* End Vanilla CSS
*/
/*=======================
	CLEARS
=========================*/
.clear {
  clear: both;
}

/*=======================
	STRUCTURE
=========================*/
html, body {
  height: 100%;
}

#wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -230px;
}

#page {
  height: 100%;
  line-height: 1.2;
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  color: #343434;
}

#footer, #push {
  height: 230px;
}

.lower-header, .upper-header, .content-wrapper, .upper-footer, .lower-footer {
  max-width: 1800px;
  margin: 0 auto;
  padding: 0 70px;
  clear: both;
  display: block;
}
.lower-header.small, .upper-header.small, .content-wrapper.small, .upper-footer.small, .lower-footer.small {
  max-width: 1500px;
}

#main {
  padding-top: 128px;
  overflow: auto;
  clear: both;
}

#primary {
  width: 100%;
  padding: 60px 0;
  float: left;
  overflow: hidden;
}

#secondary {
  width: 400px;
  float: right;
  padding: 60px 0 60px 60px;
  margin-right: -460px;
}

.primary-secondary-wrapper {
  margin-right: 460px;
}

/*=======================
	PAGE
=========================*/
/*=======================
	HEADER
=========================*/
#site-title {
  margin-top: 0;
  margin-bottom: 12px;
}

#branding {
  padding: 30px 0;
  position: fixed;
  left: 0;
  right: 0;
  font-size: 0;
  z-index: 99999;
  background-color: white;
}
#branding .content-wrapper {
  overflow: visible;
}
#branding .header-nav {
  width: 80%;
  padding-right: 10px;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#branding .header-nav .site-logo {
  width: 28%;
  max-width: 352px;
  margin-right: 50px;
  display: inline-block;
  vertical-align: middle;
}
#branding .mobile-menu-button {
  display: none;
  margin-top: 20px;
  padding: 5px 15px;
  font-size: 22px;
  vertical-align: middle;
  color: #1c3e5a;
  cursor: pointer;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
#branding .mobile-menu-button:hover {
  color: #217ac2;
}
#branding .mobile-menu-button:hover .mobile-menu-icon div {
  background-color: #217ac2;
}
#branding .mobile-menu-button .mobile-menu-icon {
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}
#branding .mobile-menu-button .mobile-menu-icon div {
  width: 20px;
  height: 3px;
  margin-bottom: 3px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #1c3e5a;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
#branding .mobile-menu-button .mobile-menu-icon div:last-child {
  margin-bottom: 0;
}
#branding .mobile-menu-button span {
  margin-top: -1px;
  display: inline-block;
  vertical-align: middle;
}
#branding .header-newsletter {
  width: 20%;
  padding-left: 10px;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  text-align: right;
}
#branding .header-newsletter strong {
  color: #1c3e5a;
}

/*=======================
	NAV
=========================*/
#primary-nav {
  padding-top: 20px;
  display: inline-block;
  vertical-align: middle;
}
#primary-nav ul {
  margin: 0;
}
#primary-nav ul li {
  display: inline-block;
  vertical-align: middle;
  border-right: 1px solid #bfbfbf;
}
#primary-nav ul li:last-child {
  border-right: 0px solid white;
}
#primary-nav ul li a {
  padding: 5px 15px;
  font-size: 22px;
  display: block;
  position: relative;
  color: #1c3e5a;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
#primary-nav ul li a:hover {
  color: #217ac2;
}
#primary-nav ul li.current-menu-item > a, #primary-nav ul li.current_page_ancestor > a, #primary-nav ul li.current_page_parent > a, #primary-nav ul li.current-page-ancestor > a, #primary-nav ul li.current-page-item > a, #primary-nav ul li.current_page_item > a, #primary-nav ul li.current-menu-parent > a {
  color: #cfae25 !important;
}
#primary-nav ul li.current-menu-item > a:after, #primary-nav ul li.current_page_ancestor > a:after, #primary-nav ul li.current_page_parent > a:after, #primary-nav ul li.current-page-ancestor > a:after, #primary-nav ul li.current-page-item > a:after, #primary-nav ul li.current_page_item > a:after, #primary-nav ul li.current-menu-parent > a:after {
  border-left: 6px solid #cfae25 !important;
}
#primary-nav ul li.current-menu-item > a:hover, #primary-nav ul li.current_page_ancestor > a:hover, #primary-nav ul li.current_page_parent > a:hover, #primary-nav ul li.current-page-ancestor > a:hover, #primary-nav ul li.current-page-item > a:hover, #primary-nav ul li.current_page_item > a:hover, #primary-nav ul li.current-menu-parent > a:hover {
  color: #cfae25 !important;
}
#primary-nav ul li.menu-item-has-children {
  position: relative;
}
#primary-nav ul li.menu-item-has-children > a {
  padding-right: 36px;
}
#primary-nav ul li.menu-item-has-children > a:after {
  content: "";
  margin-top: -5px;
  position: absolute;
  top: 50%;
  right: 15px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #1c3e5a;
  border-right: 6px solid transparent;
  transform-origin: 1px 6px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#primary-nav ul li.menu-item-has-children:hover > .sub-menu {
  height: auto;
}
#primary-nav ul li.menu-item-has-children .sub-menu {
  height: 0;
  margin-left: -10px;
  position: absolute;
  z-index: 10000;
  overflow: hidden;
  text-align: left;
}
#primary-nav ul li.menu-item-has-children .sub-menu a {
  padding: 10px 25px;
  font-size: 18px;
}
#primary-nav ul li.menu-item-has-children .sub-menu li {
  min-width: 200px;
  border-right: 0;
  display: block;
  float: none;
  background-color: white;
  border-left: 1px solid #bfbfbf;
  border-right: 1px solid #bfbfbf;
}
#primary-nav ul li.menu-item-has-children .sub-menu li:first-child {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #bfbfbf;
}
#primary-nav ul li.menu-item-has-children .sub-menu li:last-child {
  padding-bottom: 20px;
  border-bottom: 1px solid #bfbfbf;
}
#primary-nav ul li.menu-item-has-children .sub-menu li .sub-menu {
  position: relative;
  margin-left: 0;
}
#primary-nav ul li.menu-item-has-children .sub-menu li .sub-menu li {
  border-left: 0px solid white;
  border-right: 0px solid white;
  background-color: #f6f6f6;
}
#primary-nav ul li.menu-item-has-children .sub-menu li .sub-menu li:first-child {
  margin-top: 10px;
  padding-top: 0;
  border-top: 0px solid white;
}
#primary-nav ul li.menu-item-has-children .sub-menu li .sub-menu li:last-child {
  padding-bottom: 0;
  border-bottom: 0px solid white;
}
#primary-nav ul li:hover.menu-item-has-children > a {
  color: #217ac2;
}
#primary-nav ul li:hover.menu-item-has-children > a:after {
  border-left: 6px solid #217ac2;
  transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

/*=======================
	BANNER
=========================*/
/*=======================
	CONTENT
=========================*/
/*====TYPOGRAPHY====*/
h1, h2, h3, h4, h5, h6 {
  margin-top: 30px;
  line-height: 1;
  color: #1c3e5a;
}
h1:first-child, h1:nth-child(2), h2:first-child, h2:nth-child(2), h3:first-child, h3:nth-child(2), h4:first-child, h4:nth-child(2), h5:first-child, h5:nth-child(2), h6:first-child, h6:nth-child(2) {
  margin-top: 0;
}

h1, h2 {
  margin-bottom: 30px;
}

h3, h4, h5, h6 {
  margin-bottom: 20px;
}

h1 {
  font-size: 45px;
}

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

h3 {
  font-size: 30px;
}

h4 {
  font-size: 26px;
  font-weight: normal;
}

h5, h6 {
  font-size: 22px;
  font-weight: normal;
}

a {
  color: #217ac2;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
a:hover {
  color: #1c3e5a;
}

.content-wrapper {
  overflow: hidden;
  position: relative;
}
.content-wrapper .attachment-featured {
  width: 100%;
}
.content-wrapper .page-thumbnail {
  max-width: 40%;
  margin-left: 40px;
  margin-bottom: 15px;
  float: right;
}
.content-wrapper .post-thumbnail {
  width: 500px;
  max-width: 50%;
  margin-right: 40px;
  margin-bottom: 15px;
  float: left;
}
.content-wrapper .post-thumbnail .post-thumbnail-caption {
  margin-top: 10px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.content-wrapper .entry-date {
  margin-bottom: 5px;
  font-size: 16px;
  color: #7b7b7b;
  font-weight: bold;
}
.content-wrapper .entry-content, .content-wrapper .page-content {
  overflow: hidden;
}
.content-wrapper .entry-content li, .content-wrapper .page-content li {
  padding-bottom: 12px;
}
.content-wrapper .entry-content li:last-child, .content-wrapper .page-content li:last-child {
  padding-bottom: 0;
}
.content-wrapper .entry-content li ul, .content-wrapper .entry-content li ol, .content-wrapper .page-content li ul, .content-wrapper .page-content li ol {
  margin-top: 12px;
}
.content-wrapper .entry-content li ul, .content-wrapper .page-content li ul {
  list-style: circle;
}
.content-wrapper .contact-details {
  width: 320px;
  margin-right: 80px;
  float: left;
}
.content-wrapper .contact-details .site-logo {
  margin-bottom: 20px;
}
.content-wrapper .contact-details .contact-address {
  margin-bottom: 10px;
}
.content-wrapper .contact-details .contact-address-directions {
  margin-bottom: 20px;
}
.content-wrapper .contact-details .contact-phone a {
  color: #343434;
}
.content-wrapper .article-wrapper article {
  margin-bottom: 50px;
  margin-left: 0;
  margin-right: 0;
  opacity: 1;
  border: 1px solid #dddddd;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.content-wrapper .article-wrapper article.hidden {
  margin-left: -20px;
  margin-right: 20px;
  opacity: 0;
}
.content-wrapper .article-wrapper article h2 {
  font-size: 24px;
}
.content-wrapper .article-wrapper article .entry-content-wrapper {
  padding: 40px;
  position: relative;
}
.content-wrapper .article-wrapper article .entry-content-wrapper.has-featured {
  padding-left: 440px;
}
.content-wrapper .article-wrapper article .entry-summary {
  margin-bottom: 30px;
}
.content-wrapper .article-wrapper article .entry-featured {
  width: 400px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.content-wrapper .article-wrapper article:last-of-type {
  margin-bottom: 0;
}
.content-wrapper .article-wrapper article p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.page-header {
  text-align: center;
  padding: 80px 0;
  color: white;
  background-image: url("../images/Header-Background.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.page-header .content-wrapper {
  overflow: visible;
}
.page-header h1 {
  margin-bottom: 0;
  color: white;
  font-size: 60px;
  font-weight: 900;
  text-transform: uppercase;
}
.page-header .sub-title {
  margin-top: 5px;
  font-size: 24px;
}

#home-slideshow {
  overflow: hidden;
}
#home-slideshow .slick-track, #home-slideshow .slick-list {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1;
}
#home-slideshow .slide {
  height: 800px;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  font-size: 0;
}
#home-slideshow .slide:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
#home-slideshow:hover .slick-prev {
  left: 20px;
}
#home-slideshow:hover .slick-next {
  right: 20px;
}
#home-slideshow .slick-prev {
  height: 30px;
  width: 23px;
  padding-left: 5px;
  padding-right: 0;
  margin-top: -15px;
  left: -30px;
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  z-index: 100;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#home-slideshow .slick-prev:before {
  content: "";
  height: 30px;
  width: 18px;
  display: block;
  background-image: url("../images/left-arrow.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 1;
  -webkit-transition: padding 0.3s ease;
  -moz-transition: padding 0.3s ease;
  -o-transition: padding 0.3s ease;
  transition: padding 0.3s ease;
}
#home-slideshow .slick-prev:hover {
  padding-left: 0;
  padding-right: 5px;
}
#home-slideshow .slick-next {
  height: 30px;
  width: 23px;
  padding-right: 5px;
  padding-left: 0;
  margin-top: -15px;
  right: -30px;
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  z-index: 100;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#home-slideshow .slick-next:before {
  content: "";
  height: 30px;
  width: 18px;
  display: block;
  background-image: url("../images/right-arrow.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 1;
  -webkit-transition: padding 0.3s ease;
  -moz-transition: padding 0.3s ease;
  -o-transition: padding 0.3s ease;
  transition: padding 0.3s ease;
}
#home-slideshow .slick-next:hover {
  padding-right: 0;
  padding-left: 5px;
}
#home-slideshow .content-wrapper {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#home-slideshow .content-wrapper.center {
  text-align: center;
}
#home-slideshow .content-wrapper.right {
  text-align: right;
}
#home-slideshow .slide-content-wrapper {
  max-width: 800px;
  padding: 40px;
  display: inline-block;
  border-radius: 20px;
  color: white;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.7);
}
#home-slideshow .slide-content-wrapper div:last-child {
  margin-bottom: 0;
}
#home-slideshow .slide-content-wrapper .slide-title {
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: 900;
}
#home-slideshow .slide-content-wrapper .slide-content {
  margin-bottom: 20px;
  font-size: 24px;
}
#home-slideshow .slide-content-wrapper .slide-link .button {
  font-size: 24px;
  background-color: transparent;
  border: 1px solid white;
}
#home-slideshow .slide-content-wrapper .slide-link .button:hover {
  background-color: #217ac2;
}

#home-stats {
  padding: 70px 0;
  background-color: #1c3e5a;
  font-size: 0;
  text-align: center;
}
#home-stats .content-wrapper {
  overflow: visible;
}
#home-stats .stat-block {
  margin: 10px 0;
  padding: 10px 20px;
  display: inline-block;
  vertical-align: top;
  border-right: 1px solid #dddddd;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  text-align: center;
  color: white;
  opacity: 1;
  -webkit-transition: margin 0.3s, opacity 0.3s;
  -moz-transition: margin 0.3s, opacity 0.3s;
  -o-transition: margin 0.3s, opacity 0.3s;
  transition: margin 0.3s, opacity 0.3s;
}
#home-stats .stat-block.hidden {
  opacity: 0;
  margin-top: 20px;
  margin-bottom: -20px;
}
#home-stats .stat-block:last-child {
  border-right: 0px solid white;
}
#home-stats .stat-block .stat-icon {
  margin-bottom: 20px;
}
#home-stats .stat-block .stat-number {
  font-size: 60px;
  color: #cfae25;
  font-weight: bold;
}
#home-stats .stat-block .stat-number span {
  vertical-align: middle;
}
#home-stats .stat-block .stat-number .stat-number-block {
  display: inline-block;
  vertical-align: middle;
}
#home-stats .stat-block .stat-title {
  font-size: 22px;
  font-weight: bold;
}
#home-stats .stat-block.fifth {
  width: 20%;
}
#home-stats .stat-block.quarter {
  width: 25%;
}
#home-stats .stat-block.third {
  width: 33.33%;
}
#home-stats .stat-block.half {
  width: 50%;
}

#colleges {
  padding: 80px 0;
  background-color: #f3f3f3;
}
#colleges .college-wrapper {
  margin: 0 -30px 40px;
}
#colleges .college-wrapper .slick-dots {
  bottom: -38px;
}
#colleges .college-wrapper .slick-dots li {
  height: 12px;
  width: 12px;
  margin: 0 5px;
}
#colleges .college-wrapper .slick-dots li.slick-active button:before {
  background-color: #217ac2;
}
#colleges .college-wrapper .slick-dots li button {
  height: 12px;
  width: 12px;
}
#colleges .college-wrapper .slick-dots li button:hover:before {
  background-color: #1c3e5a;
}
#colleges .college-wrapper .slick-dots li button:before {
  height: 12px;
  width: 12px;
  background-color: #bdbdbd;
  font-size: 0;
  line-height: 0;
  opacity: 1;
  border: 1px solid #888888;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
#colleges .college {
  padding: 0 30px;
}
#colleges .college a:hover .college-content-wrapper:before {
  opacity: 1;
}
#colleges .college .college-content-wrapper {
  position: relative;
  border: 1px solid #bfbfbf;
  background-color: white;
  color: #343434;
}
#colleges .college .college-content-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#colleges .college .college-content-wrapper .college-image {
  padding: 20px;
  text-align: center;
}
#colleges .college .college-content-wrapper .college-image img {
  margin: 0 auto;
}
#colleges .college .college-content-wrapper .college-content {
  padding: 0 20px;
  overflow: hidden;
}
#colleges .college .college-content-wrapper .college-content .college-logo {
  width: 100px;
  padding-bottom: 20px;
  margin-top: 6px;
  margin-right: 15px;
  float: left;
  font-size: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#colleges .college .college-content-wrapper .college-content .college-logo img {
  display: inline-block;
}
#colleges .college .college-content-wrapper .college-content .college-details {
  padding-bottom: 20px;
  padding-left: 5px;
  overflow: hidden;
}
#colleges .college .college-content-wrapper .college-content .college-name {
  margin-bottom: 5px;
  font-weight: bold;
}
#colleges .college .college-content-wrapper .college-content .college-locations {
  margin: 0 -5px;
  margin-bottom: 10px;
  font-size: 16px;
}
#colleges .college .college-content-wrapper .college-content .college-locations .college-location {
  padding: 2px 5px;
  display: inline-block;
  border-right: 1px solid #bfbfbf;
}
#colleges .college .college-content-wrapper .college-content .college-locations .college-location:last-child {
  border-right: 0;
}
#colleges .college .college-content-wrapper .college-content .college-link {
  color: #217ac2;
  font-size: 16px;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

#home-take-action-twitter {
  padding: 80px 0;
  font-size: 0;
}
#home-take-action-twitter .home-take-action {
  width: 50%;
  padding-right: 40px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#home-take-action-twitter .home-take-action a:hover .take-action-content-wrapper .take-action-link {
  width: 100%;
}
#home-take-action-twitter .home-take-action a:hover .take-action-content-wrapper .take-action-link span {
  width: 180px;
}
#home-take-action-twitter .home-take-action .take-action-content-wrapper {
  padding: 20px;
  padding-right: 150px;
  position: absolute;
  left: 0;
  right: 40px;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.65);
  color: white;
  font-weight: bold;
}
#home-take-action-twitter .home-take-action .take-action-content-wrapper .take-action-title {
  font-size: 30px;
}
#home-take-action-twitter .home-take-action .take-action-content-wrapper .take-action-content {
  font-size: 18px;
}
#home-take-action-twitter .home-take-action .take-action-content-wrapper .take-action-link {
  width: 140px;
  padding: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #217ac2;
  text-align: center;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
#home-take-action-twitter .home-take-action .take-action-content-wrapper .take-action-link:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
#home-take-action-twitter .home-take-action .take-action-content-wrapper .take-action-link span {
  width: 100px;
  display: inline-block;
  vertical-align: middle;
  font-size: 30px;
  line-height: 1;
  text-align: left;
  -webkit-transition: width 0.1s ease;
  -moz-transition: width 0.1s ease;
  -o-transition: width 0.1s ease;
  transition: width 0.1s ease;
}
#home-take-action-twitter .home-twitter {
  width: 50%;
  padding-left: 40px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#home-take-action-twitter .home-twitter h2 {
  padding-right: 180px;
  font-weight: normal;
}
#home-take-action-twitter .home-twitter h2 img {
  margin-right: 10px;
  vertical-align: middle;
}
#home-take-action-twitter .home-twitter h2 span {
  vertical-align: middle;
}
#home-take-action-twitter .home-twitter .twitter-link {
  position: absolute;
  right: 0;
  top: 23px;
  font-size: 16px;
}
#home-take-action-twitter .home-twitter .twitter-item {
  padding: 30px;
  border: 1px solid #bfbfbf;
}
#home-take-action-twitter .home-twitter .twitter-item:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
#home-take-action-twitter .home-twitter .twitter-item .twitter-content-wrapper {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}
#home-take-action-twitter .home-twitter .twitter-item .twitter-item-header {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
#home-take-action-twitter .home-twitter .twitter-item .twitter-item-header .twitter-logo {
  width: 100px;
  position: absolute;
  top: -10px;
  left: 0;
}
#home-take-action-twitter .home-twitter .twitter-item .twitter-item-header .twitter-header-details {
  padding-left: 120px;
}
#home-take-action-twitter .home-twitter .twitter-item .twitter-item-header .twitter-header-details .twitter-user-name {
  font-size: 30px;
}
#home-take-action-twitter .home-twitter .twitter-item .twitter-item-header .twitter-header-details .twitter-user-handle {
  font-size: 24px;
  color: #7f7f7f;
}
#home-take-action-twitter .home-twitter .twitter-item .twitter-item-content {
  line-height: 1.5;
  font-size: 20px;
}

.about-content-wrapper {
  position: relative;
}
.about-content-wrapper .about-content-image {
  width: 40%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
}
.about-content-wrapper .about-content {
  margin-left: 40%;
  padding: 80px;
  padding-right: 70px;
  max-width: 1000px;
}
.about-content-wrapper .about-content :last-child {
  margin-bottom: 0;
}

.about-tabs {
  padding: 80px 0;
  background-color: #f3f3f3;
}
.about-tabs .content-wrapper {
  overflow: visible;
}
.about-tabs .tab-wrapper {
  border-radius: 30px 30px 0 0;
  -moz-border-radius: 30px 30px 0 0;
  -webkit-border-radius: 30px 30px 0 0;
  box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.2);
}
.about-tabs .tab-header {
  padding: 30px 40px;
  border-radius: 30px 30px 0 0;
  -moz-border-radius: 30px 30px 0 0;
  -webkit-border-radius: 30px 30px 0 0;
  background: #3c73a0;
  background: -moz-linear-gradient(0deg, #1e4260 0%, #3c73a0 100%);
  background: -webkit-linear-gradient(0deg, #1e4260 0%, #3c73a0 100%);
  background: linear-gradient(0deg, #1e4260 0%, #3c73a0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3c73a0",endColorstr="#1e4260",GradientType=1);
  font-size: 0;
}
.about-tabs .tab-header .tab-header-wrapper {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.about-tabs .tab-header .tab-header-wrapper:last-child {
  border-right: 0px solid white;
}
.about-tabs .tab-header .tab-header-wrapper:before {
  content: "";
  height: 0;
  width: 0;
  margin-left: -10px;
  position: absolute;
  bottom: -30px;
  left: 50%;
  opacity: 0;
  border-bottom: 10px solid white;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.about-tabs .tab-header .tab-header-wrapper.active:before {
  opacity: 1;
}
.about-tabs .tab-header .tab-header-item {
  padding: 5px 20px;
  color: white;
  cursor: pointer;
  font-size: 24px;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.about-tabs .tab-header .tab-header-item:hover {
  color: #e8c42d;
}
.about-tabs .tab-content {
  background-color: white;
}
.about-tabs .tab-content .tab-content-wrapper {
  height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: opacity 0.3s, height 0s 0.3s;
  -moz-transition: opacity 0.3s, height 0s 0.3s;
  -o-transition: opacity 0.3s, height 0s 0.3s;
  transition: opacity 0.3s, height 0s 0.3s;
}
.about-tabs .tab-content .tab-content-wrapper.active {
  height: auto;
  opacity: 1;
  -webkit-transition: opacity 0.3s, height 0s 0.3s;
  -moz-transition: opacity 0.3s, height 0s 0.3s;
  -o-transition: opacity 0.3s, height 0s 0.3s;
  transition: opacity 0.3s, height 0s 0.3s;
}
.about-tabs .tab-content .tab-content-wrapper .tab-content-item {
  padding: 60px;
}
.about-tabs .tab-content .tab-content-wrapper .tab-content-item li {
  padding-bottom: 6px;
}
.about-tabs .tab-content .tab-content-wrapper .tab-content-item li:last-child {
  padding-bottom: 0;
}
.about-tabs .tab-content .tab-content-wrapper .tab-content-item :last-child {
  margin-bottom: 0;
}

.about-staff {
  padding: 80px 0;
  text-align: center;
}
.about-staff .staff-wrapper {
  margin: -20px;
  margin-top: 0;
  font-size: 0;
}
.about-staff .staff-wrapper .staff {
  width: 25%;
  padding: 20px;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.about-staff .staff-wrapper .staff .staff-image {
  margin-bottom: 15px;
}
.about-staff .staff-wrapper .staff .staff-name {
  font-size: 24px;
  margin-bottom: 3px;
}
.about-staff .staff-wrapper .staff .staff-position {
  margin-bottom: 10px;
  font-size: 18px;
}
.about-staff .staff-wrapper .staff .staff-email {
  font-size: 20px;
}

#achieving-the-dream {
  margin: -10px;
  margin-top: 30px;
  font-size: 0;
}
#achieving-the-dream .college {
  width: 25%;
  padding: 10px;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#achieving-the-dream .college a {
  padding: 20px;
  display: block;
  border: 1px solid #808080;
  text-align: center;
}
#achieving-the-dream .college a:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
#achieving-the-dream .college a img {
  vertical-align: middle;
}

.accordion-wrapper .accordion {
  margin-bottom: 20px;
}
.accordion-wrapper .accordion .accordion-title {
  padding: 10px 20px;
  padding-right: 40px;
  position: relative;
  font-size: 24px;
  background-color: #eaeaea;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.accordion-wrapper .accordion .accordion-title:hover {
  background-color: #217ac2;
  color: white;
}
.accordion-wrapper .accordion .accordion-title:before {
  content: "+";
  margin-top: -12px;
  position: absolute;
  right: 20px;
  top: 50%;
  opacity: 1;
  font-size: 24px;
  line-height: 24px;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.accordion-wrapper .accordion .accordion-title:after {
  content: "-";
  margin-top: -25px;
  position: absolute;
  right: 20px;
  top: 50%;
  opacity: 0;
  font-size: 42px;
  line-height: 42px;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.accordion-wrapper .accordion .accordion-content-wrapper {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.3s ease;
  -moz-transition: max-height 0.3s ease;
  -o-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}
.accordion-wrapper .accordion .accordion-content-wrapper .accordion-content {
  padding: 20px;
  padding-bottom: 10px;
  font-size: 20px;
}
.accordion-wrapper .accordion .accordion-content-wrapper .accordion-content :last-child {
  margin-bottom: 0;
}
.accordion-wrapper .accordion.active .accordion-title {
  background-color: #217ac2;
  color: white;
}
.accordion-wrapper .accordion.active .accordion-title:before {
  opacity: 0;
}
.accordion-wrapper .accordion.active .accordion-title:after {
  opacity: 1;
}
.accordion-wrapper .accordion.active .accordion-content-wrapper {
  max-height: 99999px;
}
.accordion-wrapper .accordion:last-child {
  margin-bottom: 0;
}

.imagine-pa-head {
  padding-bottom: 80px !important;
  position: relative;
  text-align: center;
}
.imagine-pa-head .slick-list {
  overflow: visible;
}
.imagine-pa-head .imagine-pa-slider {
  max-width: 1000px;
  margin: 0 auto;
  font-size: 30px;
  line-height: 1;
  font-style: italic;
}
.imagine-pa-head h2 {
  font-family: "Authenia-Textured", serif;
  color: #cfae25;
  font-size: 150px;
  font-weight: normal;
  line-height: 1;
}
.imagine-pa-head .content-wrapper {
  overflow: visible;
  z-index: 10;
}
.imagine-pa-head .imagine-pa-head-image {
  width: 300%;
  position: absolute;
  top: 0;
  bottom: -4px;
  right: 0;
  background-image: url("../images/Background-Cloud.png");
  background-position: 0% 100%;
  background-size: auto 162px;
  background-repeat: repeat-x;
  z-index: 1;
}

#imagine-pa {
  padding: 60px 0;
  background-color: #ECF3F6;
  clear: both;
  text-align: center;
  font-size: 30px;
}
#imagine-pa .content-wrapper {
  max-width: 1500px;
}
#imagine-pa h2 {
  font-size: 50px;
}
#imagine-pa .no-bottom-margin {
  margin-bottom: 0;
}
#imagine-pa #imagine-pa-boxes {
  position: relative;
}
#imagine-pa .imagine-pa-box-wrapper {
  margin-top: 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 60px;
  position: relative;
  z-index: 2;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#imagine-pa .imagine-pa-box-wrapper.hidden {
  opacity: 0;
}
#imagine-pa .imagine-pa-box-wrapper .imagine-pa-box {
  padding-top: 25px;
  display: grid;
  position: relative;
  cursor: pointer;
}
#imagine-pa .imagine-pa-box-wrapper .imagine-pa-box:before {
  content: "";
  width: 140px;
  height: 100px;
  margin-left: -78px;
  position: absolute;
  top: -8px;
  left: 50%;
  border: 8px solid white;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  z-index: 1;
}
#imagine-pa .imagine-pa-box-wrapper .imagine-pa-box .imagine-pa-box-icon {
  width: 140px;
  height: 100px;
  display: grid;
  align-items: center;
  justify-items: center;
  margin-left: -70px;
  position: absolute;
  top: 0;
  left: 50%;
  background-color: #0873a4;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  z-index: 3;
}
#imagine-pa .imagine-pa-box-wrapper .imagine-pa-box .imagine-pa-box-icon .imagine-pa-box-icon-container {
  width: 80px;
  height: 80px;
}
#imagine-pa .imagine-pa-box-wrapper .imagine-pa-box .imagine-pa-box-title {
  padding: 80px;
  display: grid;
  align-items: center;
  position: relative;
  background-color: #0873a4;
  border: 8px solid white;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  color: white;
  font-size: 40px;
  z-index: 2;
}
#imagine-pa .imagine-pa-box-wrapper .imagine-pa-box .imagine-pa-box-title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background-image: url("../images/Box-Cloud-Background.png");
  background-position: center bottom;
  background-repeat: repeat-x;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  z-index: 1;
}
#imagine-pa .imagine-pa-box-wrapper .imagine-pa-box .imagine-pa-box-title span {
  position: relative;
  z-index: 2;
}
#imagine-pa .imagine-pa-box-content-wrapper {
  display: grid;
  position: absolute;
  top: -8px;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#imagine-pa .imagine-pa-box-content-wrapper.active {
  opacity: 1;
  z-index: 10;
}
#imagine-pa .imagine-pa-box-content-wrapper .imagine-pa-box-content {
  padding-top: 33px;
  position: relative;
  overflow: auto;
  display: none;
}
#imagine-pa .imagine-pa-box-content-wrapper .imagine-pa-box-content:before {
  content: "";
  width: 140px;
  height: 100px;
  margin-left: -78px;
  position: absolute;
  top: 0px;
  left: 50%;
  border: 8px solid white;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  z-index: 1;
}
#imagine-pa .imagine-pa-box-content-wrapper .imagine-pa-box-content.active {
  display: grid;
}
#imagine-pa .imagine-pa-box-content-wrapper .imagine-pa-box-content .imagine-pa-box-content-close {
  position: absolute;
  top: 55px;
  right: 25px;
  color: white;
  font-size: 18px;
  cursor: pointer;
  z-index: 3;
}
#imagine-pa .imagine-pa-box-content-wrapper .imagine-pa-box-content .imagine-pa-box-content-close:hover {
  text-decoration: underline;
}
#imagine-pa .imagine-pa-box-content-wrapper .imagine-pa-box-content .imagine-pa-box-content-icon {
  width: 140px;
  height: 100px;
  display: grid;
  align-items: center;
  justify-items: center;
  margin-left: -70px;
  position: absolute;
  top: 8px;
  left: 50%;
  background-color: #0873a4;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  z-index: 3;
}
#imagine-pa .imagine-pa-box-content-wrapper .imagine-pa-box-content .imagine-pa-box-content-icon .imagine-pa-box-icon-container {
  width: 80px;
  height: 80px;
}
#imagine-pa .imagine-pa-box-content-wrapper .imagine-pa-box-content .imagine-pa-box-inner-content {
  padding: 80px;
  display: grid;
  align-items: center;
  position: relative;
  background-color: #0873a4;
  border: 8px solid white;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  color: white;
  text-align: left;
  font-size: 24px;
  z-index: 2;
}
#imagine-pa .imagine-pa-box-content-wrapper .imagine-pa-box-content .imagine-pa-box-inner-content:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background-image: url("../images/Box-Cloud-Background.png");
  background-position: center bottom;
  background-repeat: repeat-x;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  z-index: 1;
}
#imagine-pa .imagine-pa-box-content-wrapper .imagine-pa-box-content .imagine-pa-box-inner-content h1, #imagine-pa .imagine-pa-box-content-wrapper .imagine-pa-box-content .imagine-pa-box-inner-content h2, #imagine-pa .imagine-pa-box-content-wrapper .imagine-pa-box-content .imagine-pa-box-inner-content h3, #imagine-pa .imagine-pa-box-content-wrapper .imagine-pa-box-content .imagine-pa-box-inner-content h4, #imagine-pa .imagine-pa-box-content-wrapper .imagine-pa-box-content .imagine-pa-box-inner-content h5 {
  color: white;
}
#imagine-pa .imagine-pa-box-content-wrapper .imagine-pa-box-content .imagine-pa-box-inner-content a {
  color: #f6c604;
}
#imagine-pa .imagine-pa-box-content-wrapper .imagine-pa-box-content .imagine-pa-box-inner-content a:hover {
  text-decoration: underline;
}
#imagine-pa .imagine-pa-box-content-wrapper .imagine-pa-box-content .imagine-pa-box-inner-content > div {
  position: relative;
  z-index: 2;
}

/*=======================
	SIDEBAR
=========================*/
#secondary .widget {
  margin-bottom: 50px;
}
#secondary .widget:last-child {
  margin-bottom: 0;
}
#secondary .widget .widget-title {
  font-size: 26px;
  margin-bottom: 20px;
}
#secondary .widget ul {
  margin: 0;
}
#secondary .widget ul li {
  margin-bottom: 24px;
}
#secondary .widget ul li:last-child {
  margin-bottom: 0;
}
#secondary .widget .menu {
  list-style: none;
  margin-left: 0;
}
#secondary .widget .menu li {
  margin-bottom: 15px;
}
#secondary .widget .menu li a {
  display: inline-block;
  font-size: 26px;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
#secondary .widget .menu li a:before {
  content: "▶";
  width: 0;
  height: 18px;
  display: inline-block;
  overflow: hidden;
  font-size: 20px;
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
#secondary .widget .menu li a:hover {
  text-decoration: none;
}
#secondary .widget .menu li a:hover:before {
  width: 20px;
}
#secondary .widget .menu li.current-menu-item a:before {
  width: 20px;
}
#secondary .widget .wpp-list {
  overflow: visible;
  list-style: none;
}
#secondary .widget .wpp-list li {
  overflow: visible;
}
#secondary .widget .wpp-list .current a:hover {
  color: #217ac2;
}

/*=======================
	FOOTER
=========================*/
#footer {
  background-color: #1c3e5a;
  color: white;
  font-size: 0;
}
#footer .content-wrapper {
  height: 100%;
}
#footer .content-wrapper:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
#footer .footer-details {
  width: 70%;
  display: inline-block;
  vertical-align: middle;
  color: white;
}
#footer .footer-details .footer-name {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
}
#footer .footer-details .footer-address {
  margin-bottom: 10px;
  font-size: 18px;
}
#footer .footer-details .footer-phone {
  margin-bottom: 10px;
  font-size: 18px;
}
#footer .footer-details .footer-copyright {
  font-size: 14px;
}
#footer .footer-social {
  width: 30%;
  display: inline-block;
  vertical-align: middle;
  text-align: right;
}
#footer .footer-social ul li {
  margin-left: 15px;
  display: inline-block;
  vertical-align: middle;
}
#footer .footer-social ul li a {
  display: block;
  position: relative;
}
#footer .footer-social ul li a .social-icon {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#footer .footer-social ul li a .social-icon-hover {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#footer .footer-social ul li a:hover .social-icon {
  opacity: 0;
}
#footer .footer-social ul li a:hover .social-icon-hover {
  opacity: 1;
}

/* =======================================
   WP EDITOR
======================================= */
/* =======================================
	Custom
======================================= */
.button {
  padding: 10px 20px;
  display: inline-block;
  vertical-align: middle;
  background-color: #1c3e5a;
  color: white;
  font-size: 20px;
  border: 0px solid white;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.button:hover {
  color: white;
  background-color: #217ac2;
}

#pagination {
  margin-top: 50px;
  text-align: center;
  font-size: 0;
}
#pagination a {
  padding: 0 8px;
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  line-height: 28px;
  color: #1c3e5a;
}
#pagination a:hover {
  color: #217ac2;
}
#pagination .prev {
  padding: 0;
  margin-right: 10px;
}
#pagination .next {
  padding: 0;
  margin-left: 10px;
}
#pagination .current {
  width: 28px;
  font-size: 20px;
  line-height: 28px;
  display: inline-block;
  vertical-align: middle;
  background-color: #217ac2;
  color: white;
}

#searchform {
  font-size: 0;
}
#searchform label {
  display: none;
}
#searchform #s {
  display: inline-block;
  vertical-align: middle;
  padding: 9px 5px;
  font-size: 20px;
  line-height: 22px;
  border: 1px solid #b7b8b9;
}
#searchform #searchsubmit {
  padding: 10px 20px;
  display: inline-block;
  vertical-align: middle;
  background-color: #1c3e5a;
  color: white;
  border: 0px solid white;
  font-size: 20px;
  line-height: 22px;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
#searchform #searchsubmit:hover {
  background-color: #217ac2;
}

.table-wrapper {
  margin: 30px 0;
  max-width: 100%;
  overflow: auto;
}
.table-wrapper .tablesorter-default div {
  padding-right: 20px;
  display: inline-block;
}
.table-wrapper .tablesorter-default .header,
.table-wrapper .tablesorter-default .tablesorter-header {
  padding: 10px;
  padding-right: 0px;
  cursor: pointer;
  white-space: normal;
}
.table-wrapper .tablesorter-default .header div,
.table-wrapper .tablesorter-default .tablesorter-header div {
  background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);
  background-position: center right;
  background-repeat: no-repeat;
}
.table-wrapper .tablesorter-default thead .headerSortUp div,
.table-wrapper .tablesorter-default thead .tablesorter-headerAsc div,
.table-wrapper .tablesorter-default thead .tablesorter-headerSortUp div {
  background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);
}
.table-wrapper .tablesorter-default thead .headerSortDown div,
.table-wrapper .tablesorter-default thead .tablesorter-headerDesc div,
.table-wrapper .tablesorter-default thead .tablesorter-headerSortDown div {
  background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);
}
.table-wrapper:first-child {
  margin-top: 0;
}
.table-wrapper:last-child {
  margin-bottom: 0;
}
.table-wrapper table {
  min-width: 800px;
}
.table-wrapper table thead th {
  font-size: 24px;
  color: #1c3e5a;
  text-align: left;
}
.table-wrapper table tbody tr td {
  padding: 5px 10px;
  font-size: 16px;
}
.table-wrapper table tbody tr:nth-child(odd) td {
  background-color: #f3f3f3;
}

.college-map {
  width: 100%;
  height: 600px;
  margin: 40px 0;
}
.college-map:last-child {
  margin-bottom: 0;
}
.college-map:first-child {
  margin-top: 0;
}
.college-map .marker-logo {
  max-width: 25%;
  float: left;
  margin-right: 20px;
}
.college-map .marker-logo img {
  max-width: 100% !important;
}
.college-map .marker-content {
  overflow: hidden;
  font-size: 20px;
}
.college-map .marker-content p {
  margin-bottom: 10px;
}

.college-map img {
  max-width: inherit !important;
}

.hustle-ui.hustle-popup {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

#muster_action_center {
  max-width: 100%;
  margin-top: 40px;
  padding: 40px;
  display: inline-block;
  background-color: #f3f3f3;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-block-image figcaption {
  margin: 10px 10px 0;
  font-size: 16px;
  line-height: 1.4;
  color: black;
  text-align: left;
}

.wp-block-embed-youtube {
  margin-top: 30px;
  overflow: hidden;
}
.wp-block-embed-youtube:first-child {
  margin-top: 0;
}
.wp-block-embed-youtube:last-child {
  margin-bottom: 0;
}

hr {
  margin: 50px 0;
}

/* =======================================
	Gravity Forms
======================================= */
.gform_wrapper input[type=email], .gform_wrapper input[type=number], .gform_wrapper input[type=password], .gform_wrapper input[type=tel], .gform_wrapper input[type=text], .gform_wrapper input[type=url], .gform_wrapper textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

body img.gform_ajax_spinner {
  display: none !important;
}

#branding .gform_wrapper.gf_browser_chrome .gform_body {
  width: 100%;
}
#branding .gform_wrapper {
  margin: 0;
  position: relative;
}
#branding .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  width: 200px;
  padding: 5px;
  margin: 0;
  line-height: 18px;
  border: 1px solid #bfbfbf;
  background-color: #f6f6f6;
}
#branding .gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0;
  margin: 0;
}
#branding .gform_wrapper .gform_body {
  padding-right: 80px;
  text-align: right;
}
#branding .gform_wrapper .gform_footer {
  width: auto;
  padding: 0;
  margin-top: -15px;
  position: absolute;
  top: 50%;
  right: 0;
}
#branding .gform_wrapper .gform_footer .button {
  width: 80px;
  padding: 6px 10px;
  font-size: 14px;
  margin-right: 0;
  line-height: 18px;
}

#main .gform_wrapper .top_label input.large, #main .gform_wrapper .top_label select.large, #main .gform_wrapper .hidden_label input.large, #main .gform_wrapper .hidden_label select.large {
  width: 100%;
}
#main .gform_wrapper div.validation_error {
  font-size: 18px;
}
#main .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
  font-size: 16px;
}
#main .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, #main .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
  margin-bottom: 0;
}
#main .gform_wrapper {
  padding-bottom: 0;
  /* Hide the checkbox */
  /* Prepare the label */
  /* Checkboxes aspect */
  /* :before is for the box */
  /* Check symbol aspect */
  /* if "not checked" */
  /* If "checked" */
}
#main .gform_wrapper:first-child {
  margin-top: 0;
}
#main .gform_wrapper:last-child {
  margin-bottom: 0;
}
#main .gform_wrapper li.gfield {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 25px;
}
#main .gform_wrapper li.gfield:before {
  display: none;
}
#main .gform_wrapper li.gfield.gf_left_half {
  padding-right: 10px;
  padding-bottom: 0px;
  float: left;
  clear: left;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#main .gform_wrapper li.gfield.gf_right_half {
  padding-left: 10px;
  padding-bottom: 0px;
  float: right;
  clear: right;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#main .gform_wrapper li.gfield.gf_left_third {
  padding-right: 13px;
  padding-bottom: 0px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#main .gform_wrapper li.gfield.gf_middle_third {
  padding-right: 7px;
  padding-left: 7px;
  padding-bottom: 0px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#main .gform_wrapper li.gfield.gf_right_third {
  padding-left: 13px;
  padding-bottom: 0px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#main .gform_wrapper li.gfield .address_line_1, #main .gform_wrapper li.gfield .address_line_2 {
  display: block;
  margin-bottom: 25px;
}
#main .gform_wrapper li.gfield .address_line_1 input, #main .gform_wrapper li.gfield .address_line_2 input {
  margin-bottom: 0;
}
#main .gform_wrapper li.gfield .address_city {
  padding-right: 10px;
  margin: 0;
  box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
}
#main .gform_wrapper li.gfield .address_city input {
  margin-bottom: 0;
}
#main .gform_wrapper li.gfield .address_state {
  width: 25%;
  margin: 0;
  padding-right: 5px;
  padding-left: 10px;
  box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
}
#main .gform_wrapper li.gfield .address_state input {
  margin-bottom: 0 !important;
}
#main .gform_wrapper li.gfield .address_zip {
  width: 25%;
  padding-left: 15px;
  padding-right: 0 !important;
  margin: 0;
  box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
}
#main .gform_wrapper li.gfield .address_zip input {
  margin-bottom: 0;
}
#main .gform_wrapper li.gfield .ginput_cardinfo_left {
  width: 65%;
  padding-right: 20px;
  box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
}
#main .gform_wrapper li.gfield .ginput_cardinfo_right {
  width: 35%;
}
#main .gform_wrapper li.gfield .ginput_card_expiration_container .select2-container {
  width: 49% !important;
  float: left;
  box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
}
#main .gform_wrapper li.gfield .ginput_card_expiration_container .select2-container:nth-child(2) {
  margin-right: 1% !important;
}
#main .gform_wrapper li.gfield .ginput_card_expiration_container .select2-container:nth-child(4) {
  margin-left: 1% !important;
}
#main .gform_wrapper li.gfield .ginput_card_expiration_container label {
  clear: both;
}
#main .gform_wrapper li.gfield .ginput_container_creditcard {
  margin-bottom: 20px;
  display: block;
}
#main .gform_wrapper li.gfield .ginput_container_creditcard input, #main .gform_wrapper li.gfield .ginput_container_creditcard select {
  margin-bottom: 0px;
}
#main .gform_wrapper li.gfield .ginput_container_creditcard .ginput_full {
  margin-bottom: 20px;
  display: block;
}
#main .gform_wrapper li.gfield .ginput_container_creditcard .ginput_full:last-child {
  margin-bottom: 0;
}
#main .gform_wrapper li.gfield .ginput_complex .ginput_cardinfo_right span.ginput_card_security_code_icon {
  top: -2px;
}
#main .gform_wrapper .top_label div.ginput_container {
  margin-top: 0;
}
#main .gform_wrapper li.hidden_label input {
  margin-top: 0;
}
#main .gform_wrapper input[type=email], #main .gform_wrapper input[type=number], #main .gform_wrapper input[type=password], #main .gform_wrapper input[type=tel], #main .gform_wrapper input[type=text], #main .gform_wrapper input[type=url], #main .gform_wrapper textarea {
  width: 100%;
  padding: 8px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 300;
  border: 1px solid #b7b8b9;
  background-color: white;
}
#main .gform_wrapper input[type=email].gf_coupon_code, #main .gform_wrapper input[type=number].gf_coupon_code, #main .gform_wrapper input[type=password].gf_coupon_code, #main .gform_wrapper input[type=tel].gf_coupon_code, #main .gform_wrapper input[type=text].gf_coupon_code, #main .gform_wrapper input[type=url].gf_coupon_code, #main .gform_wrapper textarea.gf_coupon_code {
  width: auto;
}
#main .gform_wrapper .gfield_label {
  margin-bottom: 2px;
  font-weight: normal;
  font-size: 20px;
}
#main .gform_wrapper .gform_heading {
  margin-bottom: 30px;
  padding: 0;
}
#main .gform_wrapper .gform_heading h3.gform_title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
}
#main .gform_wrapper .fields-required-text h3.gform_title {
  padding-right: 160px;
  position: relative;
}
#main .gform_wrapper .fields-required-text h3.gform_title:after {
  content: "* All Fields Required";
  margin-top: -8px;
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 16px;
  line-height: 1;
  font-weight: normal;
  color: #ac2727;
}
#main .gform_wrapper .fields-required-text .gfield_required {
  display: none;
}
#main .gform_wrapper .gform_body {
  padding: 50px;
  padding-bottom: 20px;
  background-color: #f3f3f3;
}
#main .gform_wrapper .gform_footer {
  margin-top: 0;
  padding: 50px;
  padding-top: 0;
  background-color: #f3f3f3;
  text-align: right;
}
#main .gform_wrapper .gform_footer .button {
  margin-right: 0;
}
#main .gform_wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-right: 30px !important;
  padding-left: 10px !important;
  color: black !important;
  line-height: 44px !important;
  font-size: 20px !important;
}
#main .gform_wrapper .select2-container .select2-selection--single {
  height: 44px !important;
  border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  border: 1px solid #b7b8b9 !important;
  padding-left: 0 !important;
  background-color: white !important;
}
#main .gform_wrapper .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #b7b8b9 transparent transparent transparent !important;
  border-width: 8px 6px 0 6px !important;
  margin-left: -6px !important;
  margin-top: -4px !important;
  display: block !important;
}
#main .gform_wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 44px !important;
  position: absolute !important;
  top: 0px !important;
  right: 0px !important;
  width: 30px !important;
}
#main .gform_wrapper .select2-container--default .select2-selection--single .select2-selection__arrow:before {
  display: none !important;
}
#main .gform_wrapper [type=checkbox]:not(:checked),
#main .gform_wrapper [type=checkbox]:checked {
  position: absolute;
  left: -9999px;
}
#main .gform_wrapper [type=checkbox]:not(:checked) + label,
#main .gform_wrapper [type=checkbox]:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  line-height: 20px;
  font-size: 18px;
}
#main .gform_wrapper [type=checkbox]:not(:checked) + label:before,
#main .gform_wrapper [type=checkbox]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 20px;
  height: 20px;
  border: 1px solid #c3c3c3;
  background: #ffffff;
}
#main .gform_wrapper [type=checkbox]:not(:checked) + label:after,
#main .gform_wrapper [type=checkbox]:checked + label:after {
  content: "X";
  height: 20px;
  width: 20px;
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
  color: #217ac2;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#main .gform_wrapper [type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  /* invisible */
}
#main .gform_wrapper [type=checkbox]:checked + label:after {
  opacity: 1;
  /* visible */
}
#main .gchoice_select_all, #main .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked + label, #main .gform_wrapper ul.gfield_radio li input[type=radio]:checked + label {
  font-weight: 300;
}
#main .gform_confirmation_wrapper {
  padding: 30px 0;
}
#main .gform_wrapper.gf_browser_chrome .gform_body, #main .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100% !important;
  width: 100%;
}

/* =======================================
	Responsiveness
======================================= */
@media screen and (max-width: 1500px) {
  #branding {
    padding: 10px 0;
  }
  #branding .content-wrapper {
    position: relative;
  }
  #branding .mobile-menu-button {
    display: inline-block;
  }
  #branding .header-nav {
    width: 65%;
  }
  #branding .header-nav .site-logo {
    width: auto;
  }
  #branding .header-newsletter {
    width: 35%;
  }

  #primary-nav {
    width: 100%;
    position: absolute;
    top: 100%;
    right: 100%;
    text-align: center;
    opacity: 0;
    background-color: white;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-transition: right 0s 0.3s, opacity 0.3s;
    -moz-transition: right 0s 0.3s, opacity 0.3s;
    -o-transition: right 0s 0.3s, opacity 0.3s;
    transition: right 0s 0.3s, opacity 0.3s;
  }
  #primary-nav.active {
    opacity: 1;
    right: 0;
    -webkit-transition: right 0s 0s, opacity 0.3s;
    -moz-transition: right 0s 0s, opacity 0.3s;
    -o-transition: right 0s 0s, opacity 0.3s;
    transition: right 0s 0s, opacity 0.3s;
  }
  #primary-nav .menu-primary-container {
    padding: 10px 20px;
  }

  #primary-nav ul li.menu-item-has-children .sub-menu li:first-child {
    margin-top: 10px;
  }

  #home-stats .stat-block.fifth {
    width: 33.33%;
  }
  #home-stats .stat-block.fifth:nth-child(3) {
    border-right: 0px solid white;
  }
}
@media screen and (max-width: 1350px) {
  #home-take-action-twitter {
    text-align: center;
  }
  #home-take-action-twitter .home-take-action {
    max-width: 800px;
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
    text-align: left;
  }
  #home-take-action-twitter .home-take-action .take-action-content-wrapper {
    right: 0;
  }
  #home-take-action-twitter .home-twitter {
    width: 100%;
    max-width: 800px;
    padding-left: 0;
    text-align: left;
  }
  #home-take-action-twitter .home-twitter .twitter-item {
    height: auto !important;
  }

  #imagine-pa .imagine-pa-box-wrapper .imagine-pa-box .imagine-pa-box-title {
    padding: 80px 30px 30px;
    font-size: 26px;
  }

  #imagine-pa .imagine-pa-box-content-wrapper .imagine-pa-box-content .imagine-pa-box-inner-content {
    padding: 80px 30px 30px;
  }
}
@media screen and (max-width: 1280px) {
  #home-stats .stat-block.fourth {
    width: 50%;
  }
  #home-stats .stat-block.fourth:nth-child(2) {
    border-right: 0px solid white;
  }

  .primary-secondary-wrapper {
    margin-right: 360px;
  }

  #secondary {
    width: 300px;
    margin-right: -360px;
  }

  #searchform #s {
    width: 180px;
  }
}
@media screen and (max-width: 1024px) {
  #home-stats .stat-block.fifth {
    width: 50%;
  }
  #home-stats .stat-block.fifth:nth-child(even) {
    border-right: 0px solid white;
  }
  #home-stats .stat-block.fifth:nth-child(3) {
    border-right: 1px solid #dddddd;
  }
  #home-stats .stat-block.third {
    width: 50%;
  }
  #home-stats .stat-block.third:nth-child(even) {
    border-right: 0px solid white;
  }

  .lower-header, .upper-header, .content-wrapper, .upper-footer, .lower-footer {
    padding: 0 20px;
  }

  .about-content-wrapper .about-content {
    padding: 40px 20px;
  }

  .content-wrapper .article-wrapper article .entry-content-wrapper.has-featured {
    padding-left: 40px;
  }

  .content-wrapper .article-wrapper article .entry-featured {
    width: 100%;
    height: 250px;
    margin-bottom: 30px;
    position: relative;
  }

  .primary-secondary-wrapper {
    margin-right: 0;
  }

  #searchform #s {
    width: auto;
  }

  #secondary {
    width: 100%;
    margin-right: 0;
    padding-left: 0;
    padding-top: 0;
    clear: both;
  }

  .content-wrapper .contact-details {
    width: auto;
    margin-right: 0;
    margin-bottom: 40px;
    float: none;
  }

  #imagine-pa .imagine-pa-box-wrapper {
    gap: 30px 20px;
  }
}
@media screen and (max-width: 900px) {
  #branding .header-nav {
    width: 100%;
    padding-right: 110px;
  }
  #branding .header-nav .mobile-menu-button {
    margin-top: -20px;
    position: absolute;
    top: 50%;
    right: 5px;
  }
  #branding .header-newsletter {
    display: none;
  }

  .about-staff .staff-wrapper .staff {
    width: 50%;
  }

  .page-header {
    padding: 40px 0;
  }
  .page-header h1 {
    font-size: 45px;
  }
}
@media screen and (max-width: 800px) {
  h1, h2 {
    margin-bottom: 20px;
  }

  #home-take-action-twitter, #colleges, .about-tabs, .about-staff, #primary {
    padding: 40px 0;
  }

  #secondary {
    padding-bottom: 40px;
  }

  #home-stats {
    padding: 40px 0;
  }
  #home-stats .stat-block {
    margin: 0;
    padding: 20px;
    border-right: 0px solid white !important;
    border-bottom: 1px solid #dddddd;
  }
  #home-stats .stat-block:last-child {
    border-bottom: 0px solid white;
  }
  #home-stats .stat-block.fifth, #home-stats .stat-block.fourth, #home-stats .stat-block.third, #home-stats .stat-block.half {
    width: 100%;
  }

  #home-slideshow .slide {
    background-attachment: scroll;
  }
  #home-slideshow .slide-content-wrapper {
    margin-top: 0 !important;
    opacity: 1 !important;
  }
  #home-slideshow .slide-content-wrapper .slide-title {
    font-size: 36px;
  }

  #primary-nav {
    overflow: auto;
  }
  #primary-nav .menu-primary-container {
    padding-left: 0;
    padding-right: 0;
  }
  #primary-nav ul li {
    display: block;
    border-right: 0px solid white;
  }
  #primary-nav ul li.menu-item-has-children > a {
    padding-right: 15px;
  }
  #primary-nav ul li.menu-item-has-children > a:after {
    right: 10px;
  }
  #primary-nav ul li.menu-item-has-children:hover > .sub-menu {
    height: 0;
  }
  #primary-nav ul li.menu-item-has-children.active:hover > .sub-menu {
    height: auto;
  }
  #primary-nav ul li.menu-item-has-children.active > .sub-menu {
    height: auto;
  }
  #primary-nav ul li.menu-item-has-children .sub-menu {
    margin-left: 0;
    max-height: none !important;
    position: relative;
  }
  #primary-nav ul li.menu-item-has-children .sub-menu li {
    width: auto !important;
    border: 0px solid white !important;
    background-color: #f6f6f6;
  }
  #primary-nav ul li.menu-item-has-children .sub-menu li:first-child {
    padding-top: 10px;
  }
  #primary-nav ul li.menu-item-has-children .sub-menu li:last-child {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .about-content-wrapper .about-content-image {
    width: auto;
    margin-bottom: 20px;
    position: relative;
    height: 250px;
  }
  .about-content-wrapper .about-content {
    margin-left: 0;
  }

  .about-tabs .tab-content .tab-content-wrapper .tab-content-item {
    padding: 20px;
  }

  .about-tabs .tab-header {
    padding: 10px 0;
  }
  .about-tabs .tab-header .tab-header-wrapper:before {
    bottom: -10px;
  }

  .content-wrapper .post-thumbnail, .content-wrapper .page-thumbnail {
    width: auto;
    max-width: none;
    margin: 0 auto 20px;
    float: none;
    text-align: center;
  }

  #achieving-the-dream .college {
    width: 33.33%;
  }

  #imagine-pa .imagine-pa-box-wrapper {
    grid-template-columns: 1fr;
  }

  #imagine-pa .imagine-pa-box-content-wrapper .imagine-pa-box-content .imagine-pa-box-inner-content {
    align-items: start;
  }
}
@media screen and (max-width: 641px) {
  #main .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    min-height: 0;
    line-height: 26px;
  }
  #main .gform_wrapper li.gfield .address_city {
    padding-right: 0;
  }
  #main .gform_wrapper li.gfield .address_city, #main .gform_wrapper li.gfield .address_state {
    margin-bottom: 25px;
    padding-left: 0;
    padding-right: 0;
    width: auto;
  }
  #main .gform_wrapper li.gfield .address_zip {
    width: auto;
    padding-left: 0;
  }
  #main .gform_wrapper .gform_body .half-width, #main .gform_wrapper .gform_body .top_label li.gfield.gf_left_half, #main .gform_wrapper .gform_body .top_label li.gfield.gf_right_half, #main .gform_wrapper .gform_body .top_label li.gfield.gf_left_third, #main .gform_wrapper .gform_body .top_label li.gfield.gf_middle_third, #main .gform_wrapper .gform_body .top_label li.gfield.gf_right_third, #main .gform_wrapper .gform_body .address_state, #main .gform_wrapper .gform_body .address_city, #main .gform_wrapper .gform_body .address_zip, #main .gform_wrapper .gform_body .ginput_cardinfo_left, #main .gform_wrapper .gform_body .ginput_cardinfo_right, #main .gpnf-nested-form .gform_wrapper .gform_body .half-width, #main .gpnf-nested-form .gform_wrapper .gform_body .top_label li.gfield.gf_left_half, #main .gpnf-nested-form .gform_wrapper .gform_body .top_label li.gfield.gf_right_half, #main .gpnf-nested-form .gform_wrapper .gform_body .top_label li.gfield.gf_left_third, #main .gpnf-nested-form .gform_wrapper .gform_body .top_label li.gfield.gf_middle_third, #main .gpnf-nested-form .gform_wrapper .gform_body .top_label li.gfield.gf_right_third, #main .gpnf-nested-form .gform_wrapper .gform_body .address_state, #main .gpnf-nested-form .gform_wrapper .gform_body .address_city, #main .gpnf-nested-form .gform_wrapper .gform_body .address_zip, #main .gpnf-nested-form .gform_wrapper .gform_body .ginput_cardinfo_left, #main .gpnf-nested-form .gform_wrapper .gform_body .ginput_cardinfo_right, #main .gpnf-edit-form .gform_wrapper .gform_body .half-width, #main .gpnf-edit-form .gform_wrapper .gform_body .top_label li.gfield.gf_left_half, #main .gpnf-edit-form .gform_wrapper .gform_body .top_label li.gfield.gf_right_half, #main .gpnf-edit-form .gform_wrapper .gform_body .top_label li.gfield.gf_left_third, #main .gpnf-edit-form .gform_wrapper .gform_body .top_label li.gfield.gf_middle_third, #main .gpnf-edit-form .gform_wrapper .gform_body .top_label li.gfield.gf_right_third, #main .gpnf-edit-form .gform_wrapper .gform_body .address_state, #main .gpnf-edit-form .gform_wrapper .gform_body .address_city, #main .gpnf-edit-form .gform_wrapper .gform_body .address_zip, #main .gpnf-edit-form .gform_wrapper .gform_body .ginput_cardinfo_left, #main .gpnf-edit-form .gform_wrapper .gform_body .ginput_cardinfo_right {
    width: 100% !important;
    margin-bottom: 25px;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #main .gform_wrapper .gform_body .ginput_cardinfo_right, #main .gpnf-nested-form .gform_wrapper .gform_body .ginput_cardinfo_right, #main .gpnf-edit-form .gform_wrapper .gform_body .ginput_cardinfo_right {
    margin-bottom: 0;
  }
  #main .gform_wrapper li.gfield.auto-width input[type=email], #main .gform_wrapper li.gfield.auto-width input[type=number], #main .gform_wrapper li.gfield.auto-width input[type=password], #main .gform_wrapper li.gfield.auto-width input[type=tel], #main .gform_wrapper li.gfield.auto-width input[type=text], #main .gform_wrapper li.gfield.auto-width input[type=url], #main .gform_wrapper li.gfield.auto-width textarea {
    width: 100%;
  }
  #main .gform_wrapper .gfield_checkbox li, #main .gform_wrapper .gfield_radio li {
    margin-bottom: 8px;
  }
  #main .gform_wrapper .top_label li.gfield .address_city, #main .gform_wrapper .bottom_label li.gfield .address_city, #main .gpnf-nested-form .gform_wrapper .top_label li.gfield .address_city, #main .gpnf-nested-form .gform_wrapper .bottom_label li.gfield .address_city, #main .gpnf-edit-form .gform_wrapper .top_label li.gfield .address_city, #main .gpnf-edit-form .gform_wrapper .bottom_label li.gfield .address_city {
    margin-bottom: 25px;
    padding: 0;
  }
  #main .gform_wrapper .top_label li.gfield .address_state, #main .gform_wrapper .bottom_label li.gfield .address_state, #main .gpnf-nested-form .gform_wrapper .top_label li.gfield .address_state, #main .gpnf-nested-form .gform_wrapper .bottom_label li.gfield .address_state, #main .gpnf-edit-form .gform_wrapper .top_label li.gfield .address_state, #main .gpnf-edit-form .gform_wrapper .bottom_label li.gfield .address_state {
    width: 100%;
    margin-bottom: 25px;
    padding: 0;
  }
  #main .gform_wrapper .top_label li.gfield .address_zip, #main .gform_wrapper .bottom_label li.gfield .address_zip, #main .gpnf-nested-form .gform_wrapper .top_label li.gfield .address_zip, #main .gpnf-nested-form .gform_wrapper .bottom_label li.gfield .address_zip, #main .gpnf-edit-form .gform_wrapper .top_label li.gfield .address_zip, #main .gpnf-edit-form .gform_wrapper .bottom_label li.gfield .address_zip {
    width: 100%;
    padding: 0;
  }
  #main .gform_wrapper .gform_footer input.button, #main .gform_wrapper .gform_footer input[type=submit], #main .gform_wrapper .gform_page_footer input.button, #main .gform_wrapper .gform_page_footer input[type=submit] {
    margin-bottom: 0;
  }
  #main .gform_wrapper .gform_body, #main .gform_wrapper .gform_footer {
    padding: 20px;
  }
  #main .gform_wrapper .gform_footer {
    padding-top: 0;
  }
}
@media screen and (max-width: 640px) {
  #home-take-action-twitter .home-twitter h2 {
    padding-right: 0;
    margin-bottom: 10px;
  }
  #home-take-action-twitter .home-twitter .twitter-link {
    margin-bottom: 20px;
    display: inline-block;
    position: relative;
    top: auto;
  }

  #home-take-action-twitter .home-take-action a:hover .take-action-content-wrapper .take-action-link span {
    width: auto;
  }

  #home-take-action-twitter .home-take-action .take-action-content-wrapper {
    padding: 0;
    position: relative;
    text-align: center;
  }
  #home-take-action-twitter .home-take-action .take-action-content-wrapper .take-action-title {
    padding: 20px;
    padding-bottom: 0;
  }
  #home-take-action-twitter .home-take-action .take-action-content-wrapper .take-action-content {
    padding: 20px;
    padding-top: 5px;
  }
  #home-take-action-twitter .home-take-action .take-action-content-wrapper .take-action-link {
    width: 100%;
    position: relative;
  }
  #home-take-action-twitter .home-take-action .take-action-content-wrapper .take-action-link span {
    width: auto;
  }

  .college-map {
    height: 400px;
  }

  .accordion-wrapper .accordion .accordion-title {
    font-size: 22px;
  }

  #footer, #push {
    height: auto;
  }

  #wrapper {
    margin-bottom: 0;
  }

  #footer {
    padding: 30px 0;
  }
  #footer .footer-details {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
  #footer .footer-social {
    width: 100%;
    text-align: center;
  }
  #footer .footer-social ul li:first-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 580px) {
  h2 {
    font-size: 32px;
  }

  hr {
    margin: 30px 0;
  }

  #branding .header-nav .site-logo {
    margin-right: 0;
  }

  #home-take-action-twitter .home-twitter .twitter-item .twitter-item-header .twitter-logo {
    display: none;
  }
  #home-take-action-twitter .home-twitter .twitter-item .twitter-item-header .twitter-header-details {
    padding-left: 0;
  }

  #home-slideshow .slide-content-wrapper {
    padding: 20px;
  }
  #home-slideshow .slide-content-wrapper .slide-title {
    font-size: 28px;
  }
  #home-slideshow .slide-content-wrapper .slide-content {
    font-size: 20px;
  }
  #home-slideshow .slide-content-wrapper .slide-link .button {
    font-size: 20px;
  }
  #home-slideshow:hover .slick-prev {
    left: 10px;
  }
  #home-slideshow:hover .slick-next {
    right: 10px;
  }

  #achieving-the-dream .college {
    width: 50%;
  }

  .content-wrapper .article-wrapper article .entry-content-wrapper {
    padding: 20px;
  }

  #main .gform_wrapper .fields-required-text h3.gform_title {
    padding-right: 0;
  }
  #main .gform_wrapper .fields-required-text h3.gform_title:after {
    margin-top: 10px;
    display: block;
    position: static;
  }

  #main .gform_wrapper .gform_heading h3.gform_title {
    font-size: 30px;
  }

  .imagine-pa-head h2 {
    font-size: 100px;
  }

  .imagine-pa-head .imagine-pa-slider {
    font-size: 40px;
    line-height: 0.9;
  }

  #imagine-pa h2 {
    font-size: 36px;
  }

  #imagine-pa {
    font-size: 24px;
  }

  #imagine-pa .imagine-pa-box-wrapper .imagine-pa-box {
    height: auto !important;
  }

  #imagine-pa .imagine-pa-box-wrapper .imagine-pa-box .imagine-pa-box-title::before {
    display: none;
  }

  #imagine-pa .imagine-pa-box-wrapper .imagine-pa-box .imagine-pa-box-title {
    padding: 80px 20px 20px;
  }
}
@media screen and (max-width: 480px) {
  #colleges .college .college-content-wrapper .college-content {
    text-align: center;
  }
  #colleges .college .college-content-wrapper .college-content .college-logo {
    float: none;
    margin: 6px auto 0;
  }

  #primary-nav .menu-primary-container {
    padding: 10px 0;
  }

  #searchform #s {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }

  #searchform #searchsubmit {
    width: 100%;
    display: block;
    text-align: center;
  }

  .college-map {
    height: 300px;
  }

  .page-header h1 {
    font-size: 35px;
  }

  .about-tabs .tab-header .tab-header-item {
    padding: 5px 15px;
    font-size: 20px;
  }

  #branding .header-nav .mobile-menu-button {
    margin-top: -18px;
  }
}
@media screen and (max-width: 400px) {
  .about-staff .staff-wrapper .staff {
    width: 100%;
  }

  #achieving-the-dream .college {
    width: 100%;
  }
}

/*# sourceMappingURL=global.css.map */
