  /*! normalize.css v2.0.1 | MIT License | git.io/normalize */


/* ==========================================================================
   Fonts
   ========================================================================== */

@import url('https://fonts.googleapis.com/css?family=Roboto|Rubik:300,400,500,700&display=swap');

/* ==========================================================================
   No Margins and default displays
   ========================================================================== */

* {
    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: "\201C" "\201D" "\2018" "\2019";
}


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


/* ===========================================================
   CLEARS
=========================================================== */

#container:after,
nav:after,
.clear:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.lte-ie8 #container,
.lte-ie8 nav {
    zoom: 1;
}

.clear {
    clear: both;
}


/* ===========================================================
   TYPOGRAPHY
=========================================================== */

h1,
.h1 {
    font-size: 2em;
    line-height: 1.2;
    font-weight: 600;
    margin: 0 0 25px 0;
    font-family: 'Rubik', serif;
    color:#1f346a;
}

h2,
.h2 {
    font-size: 1.5em;
    line-height:1.2;
    font-weight: 600;
    margin: 0 0 15px 0;
    font-family: 'Rubik', serif;
    color:#1f346a;
}

h3,
.h3 {
    font-size: 1.25em;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: 'Rubik', serif;
}

p {
    font-size: 18px;
	font-family:"Roboto", sans-serif;
	line-height:2;
    padding-bottom: 25px;
}

a {
    transition: all ease .75s;
    border: 0;
    outline: 0;
}

a:hover {}

img {
    max-width: 100%;
}

img.alignright {
    float: right;
    margin: 0 0 20px 20px;
}

img.alignleft {
    float: left;
    margin: 0 20px 20px 0;
}

img.aligncenter {
    margin: 10px auto;
    display: block;
}

@media all and (max-width:800px) {
    img.alignright,
    img.alignleft {
        float: none;
        margin:10px auto;
        max-width:100%;
        display:block;
    }
}

@media all and (max-width:500px) {
    img.alignright,
    img.alignleft {
        max-width:100%;
        width:100%;
    }
}


/* ===========================================================
   DEFAULTS
=========================================================== */

body {
    font-size: 18px;
	font-family:"Roboto", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body li {
	line-height:1.5;
}


/* ===========================================================
   PAGE WRAPPER
=========================================================== */

#container {
    margin: 0 auto;
    width: 100%;
    color: #2e2e2e;
}

.wrap {
    width: 96%;
    max-width: 1400px;
    margin: 0 auto;
}

hr {
    height: 1px;
    border: 0;
    margin:0 auto 40px;
    width: 85%;
    background: #ebebeb;
}

/* ===========================================================
  TOP BAR
=========================================================== */
.top-bar {
    text-align:right;
    background:#1f346b;
    padding:5px 0 0;
    font-family: 'Rubik', sans-serif;
}

.top-bar .wrap {
    
}

.top-bar ul {
    position: relative;
    display: flex;
    justify-content: space-between;
    max-width:45%;
    margin-left:auto;
    margin-right:0;
}

.top-bar li {
    display: inline-block;
    position: relative;
    padding-top:3px;
    transition: all ease .25s;
}

.top-bar li:last-of-type {
    padding-right: 0;
}

.top-bar li a {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.top-bar li a:hover {
    color: #3e8dcf;
}

.top-bar li.link-enroll {
    background:#e1a726;
    margin-top:-5px;
    padding:8px 36px;
}
.nav-wrap.shrink .top-bar li.green-btn {
    margin-top: 0;
    padding: 0 26px;
}
.top-bar li.green-btn {
    background: #1f9a4c;
    margin-top: -5px;
    padding: 8px 22px;
}
li.green-btn {
    padding-right:22px !important;
}
.top-bar li.link-enroll a {
    color:#fff;
    text-transform:uppercase;
}

.top-bar li.link-request a {
    color:#e1a726;
    text-transform:uppercase;
}

.mobile-phone {
    display:none;
}

.mobile-phone > div {
    display:inline-block;
    margin-right:10px;
    color:#fff;
    text-align:right;
    font-size:18px;
    font-weight:400;
    font-family: 'Rubik', sans-serif;
}

.mobile-phone a {
    font-weight:700;
    color:#fff;
}

.header-spacer {
    transition: all ease .25s;
    /* height:43px; */
}

.nav-wrap.shrink .top-bar {
    padding:0;
}

.nav-wrap.shrink .top-bar li a {
    font-size:16px;
}

.nav-wrap.shrink  .top-bar li.link-enroll {
    margin-top: 0px;
    padding: 0px 26px;
}

@media all and (max-width:950px) {
    .top-bar ul {
        display:none;
    }

    .mobile-phone {
        display:flex;
        justify-content: space-between;
    }

    .top-bar {
        padding:2px 0;
    }
}

@media all and (max-width:475px) {
    .mobile-phone > div {
        display:block;
        width:100%;
        text-align:center;
    }

    .mobile-phone {
        display:block;
    }
}

/* ===========================================================
  NAV WRAP
=========================================================== */
.nav-wrap {
    position: relative;
    width: 100%;
    z-index: 9999;
    transition: all ease .25s;
    background: rgba(255,255,255,.75);
}

.nav-wrap.shrink {
    background: rgba(255,255,255,1);
}

.main-nav-bar {
    padding:25px 0;
}

.nav-wrap.shrink .main-nav-bar {
    padding:8px 0;
}

.main-nav-bar .wrap {
    display:flex;
    justify-content: space-between;
    align-items:center;
}

.nav-wrap .logo {
    padding: 0 50px 0 0;
    display: inline-block;
    vertical-align: middle;
    position:relative;
}

.nav-wrap.shrink .logo {
    padding:0;
}

.nav-wrap .logo img {
    max-width: 200px;
    transition: all ease .25s;
}

.nav-wrap.shrink .logo img {
    max-width:180px;
}

.nav-wrap .phone {
    color:#1f346b;
    text-align:right;
    font-size:20px;
    font-weight:400;
    margin:0 0 26px auto;
    font-family: 'Rubik', sans-serif;
	display:flex;
	gap:20px;
	justify-items:flex-end;
	align-items:center;
	.join-team{
		flex:1;
		a{
			font-size: 20px;
			color: #e1a726;
			font-weight:500;
			text-decoration: underline;
			&:hover{
				color: #1f346b;
			}
		}
	}
}

.nav-wrap .phone a {
    font-weight:700;
    color:#1f346b;
}

.nav-wrap.shrink .phone {
    font-size:18px;
}

.nav-wrap.shrink .phone > div {
    display:inline-block;
}

.nav-wrap.shrink .phone > div:first-of-type {
    margin-right:10px;
}

.nav-wrap.shrink {
    box-shadow:0 0 6px rgba(0,0,0,.25);
}

.nav-wrap .flyout ul {
	list-style-type:none!important;
}


/* ===========================================================
   MAIN NAV
=========================================================== */
nav.main-nav {
    transition: all ease 0.25s;
    width:76%;
    font-family: 'Roboto', sans-serif;
}

/*nav.main-nav ul {*/
/*    position: relative;*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*}*/

/*nav.main-nav li {*/
/*    display: inline-block;*/
/*    position: relative;*/
/*    transition: all ease .25s;*/
/*}*/

.mobile-header a{
     color: #e1a726 !important;
     font-weight: bold !important;
}

.mobile-header span{
     color: #e1a726 !important;
     font-weight: bold !important;
}
.mobile-header span:after {
    content: "";
    height: 1px;
    background-color: #ccc;
    width: 150px;
    position: absolute;
    top: 50px;
    left: 0;
    transform: translateX(20px);
}

nav.main-nav li:last-of-type {
    padding-right: 0;
}

nav.main-nav li a {
    color: #1f346b;
    font-size: 16px;
    font-weight: 600;
}

nav.main-nav li a:hover {
    color: #e1a726;
}

.nav-wrap.shrink nav.main-nav li a {
    font-size:16px;
}

nav.main-nav li.link-contact {
    background:#e1a726;
    padding:5px 10px;
    margin-top:-8px;
    margin-right: 5px;
}

nav.main-nav li.link-contact a {
    color:#fff;
}
nav.main-nav li.link-student {
    background:#1A2B56;
    padding:5px 10px;
    margin-top:-8px;
}

nav.main-nav li.link-student a {
    color:#fff;
}

nav.main-nav li ul {
    display: none;
    background: #fff;
    padding: 0 20px 5px;
    position: absolute;
    z-index: 9999;
    left: -9999px;
    top: 29px;
    float: left;
    min-width: auto;
    min-width: 100%;
    box-shadow:1px 1px 6px rgba(0,0,0,.25);
}

/*nav.main-nav li:hover>ul {*/
/*    display: block;*/
/*    left: 0;*/
/*}*/

/*nav.main-nav li ul.active {*/
/*    display: block;*/
/*    left: 0;*/
/*}*/

/*nav.main-nav li ul li {*/
/*    display: block;*/
/*    float: none;*/
/*    width: 100%;*/
/*    white-space: nowrap;*/
/*    clear: both;*/
/*    text-align: left;*/
/*    padding:10px 0;*/
/*}*/

nav.main-nav li ul li a {
    padding:0;
    transition: all ease .75s;
    text-transform: none;
}

/* Menu Arrows for Mobile */
span.btn-dd {
    transition: all ease .25s;
}

span.btn-dd:hover {
    cursor: pointer;
}

span.btn-dd::after {
    content: '\203A';
    font-size: 36px;
    vertical-align: middle;
    display: inline-block;
    margin: -6px 0 0 15px;
    transition: all ease .25s;
    transform: rotate(90deg);
	line-height:1;
}

nav.main-nav span.btn-dd::after {
    color: #3a3a3a;;
}

nav.flyout-menu span.btn-dd::after {
    color:#fff;
    margin-left:25px;
}

nav.main-nav li:hover>span.btn-dd::after {
    transform: rotate(90deg);
}

span.btn-dd.active:after {
    transform: rotate(90deg);
}


/* Mobile Menu Toggles */
.hamburger {
  padding: 0 0 0 30px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  display:none;
  outline:none;
}

.hamburger:hover {
    opacity: 0.7;
}

.hamburger.is-active {
    position:absolute;
    z-index:999999;
    right:0;
    top:25px;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #225e90;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
    background-color:#fff;
}

.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -10px;
}

.hamburger-inner::after {
    bottom: -10px;
}

.hamburger--spin .hamburger-inner {
    transition-duration: 0.22s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
    transform: rotate(225deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media all and (max-width:1330px) {
	.nav-wrap .logo {
		padding:0 25px 0 0;
	}
	
	nav.main-nav li a {
		font-size: 18px;
	}
}

@media all and (max-width:1250px) {
    .top-bar ul {
        max-width:60%;
    }

    .nav-wrap .logo img {
        max-width:250px;
    }
}

@media all and (max-width:1150px) {
    nav.main-nav li a {
        font-size:16px;
    }

    .nav-wrap .phone {
        font-size:26px;
    }

    .nav-wrap .logo {
        padding:0 25px 0 0;
    }
}

@media all and (max-width:950px) {
    .desk-menu,
    .main-nav .phone {
        display:none;
    }

    .hamburger {
        display:inline-block;
    }
}

@media all and (max-width:450px) {
    .nav-wrap .logo {
        padding:0;
    }
    .nav-wrap .logo img {
        max-width:180px;
    }
}

/* ===========================================================
   MOBILE MENU/FLYOUT
=========================================================== */
.flyout {
    float: left;
    margin-left: -100%;
    padding-top: 80px;
    display: block;
    position: fixed;
    /* z-index: 7000; */
    width: 100%;
    max-width:500px;
    height: 100%;
    transition: .2s margin ease;
    transition: all 0.25s ease-in-out;
    background: #225e90;
    overflow-y: hidden;
    overflow-x: hidden;
    top: 0;
    box-shadow:-1px 0 4px rgba(0,0,0,.5);
    font-family: 'Rubik', sans-serif;
}

.flyout {
    right: -100%;
    transition: all ease 0.25s;
    overflow-y: scroll !important;
    z-index: 9999;
}

.flyout.flyout-active {
    right: 0;
}

nav.flyout-menu li {
    padding: 4px 20px;
}

nav.flyout-menu ul li:first-of-type {
    border: none;
}

nav.flyout-menu li a {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    display: inline-block;
}

nav.flyout-menu li ul li a {
    font-size: 20px;
}

nav.flyout-menu li ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    transition: visibility 0s, opacity 0.25s ease;
}

nav.flyout-menu li ul.active {
    visibility: visible;
    opacity: 1;
    position: relative;
}

nav.flyout-menu li.link-enroll a {
    color:#e1a726;
    font-weight:700;
}


/* ===========================================================
   FLYOUT CONTACT FORM
=========================================================== */
#flyout-form {
	display: block;
    position: fixed;
    align-items: center;
    z-index: 5000;
    right: -55px;
    top: 40%;
    transform: rotate(90deg);
    background-color: #e1a726;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: 700;
	border-radius: 0 0 10px 10px;
    cursor: pointer;
    color:#fff;
}

#close-button {
	position: absolute;
    right: 0;
    margin-right: 10px;
    font-size: 20px;
    background-color: white;
    text-align: center;
    border-radius: 20px;
    padding: 0px 12px;
	cursor: pointer;
}

#flyout-contact {
	display: block;
    position: fixed;
    top: 5%;
    z-index: 99999;
    right: -350px;
    background-color: #1f346a;
    padding: 10px 20px;
	transition: 1s;
    border-radius: 10px;
    width:300px;
    overflow-y: scroll !important;
    height: 500px;
}

#flyout-contact .gfield_required {
	display: none !important;
}

#flyout-contact input,
#flyout-contact textarea {
	width: 100% !important;
}

#flyout-contact .gform_wrapper ul.gform_fields li.gfield {
	padding-right: 0 !important;
}

#flyout-contact input[type="submit"] {
	background-color: #3e3e3e;
    box-shadow: none;
    margin: 0;
    padding: 10px;
    border: 0;
    color: white;
    border-radius: 5px;
}

#flyout-contact .gform_wrapper .gform_footer {
	margin: 0 !important;
}

#flyout-contact #gform_wrapper_31 {
    
}

#flyout-contact #gform_wrapper_31 label {
    display:none;
}

#flyout-contact #gform_wrapper_31 .gfield {
    margin:0;
}

#flyout-contact .gform_wrapper {
    margin: 35px 0 0 0;
}

#flyout-contact #gform_wrapper_31 textarea {
    width:100%;
}

@media(max-width: 600px) {
    #flyout-form {
        right:0;
        left:0;
        bottom:0;
        top:initial;
        transform:none;
        border-radius:0;
        text-align:center;
        padding:2px 0;
        font-size:16px;
        font-weight:700;
    }
}

@media(max-width: 325px) {
    #flyout-contact {
        width:85%;
    }
}

.page-id-46 #flyout-form,
.page-id-45 #flyout-form {
    display:none!important;
}

/* ===========================================================
   FOOTER
=========================================================== */
.footer {
    font-family: 'Rubik', sans-serif;
    font-size:16px;
    font-weight:600;
    color:#fff;
    background:linear-gradient(90deg, rgba(12,20,41,0.6) 0%, rgba(12,20,41,0.6) 100%), 
    url(/wp-content/uploads/2022/01/metal.jpg) #1f346b;
    background-size:cover;
    background-repeat:no-repeat;
    padding:20px 0;
    box-shadow: 0px 0px 5px rgba(0,0,0,.75);
}

.footer a {
    color:#fff;
}

.footer .wrap {
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.f-col:first-of-type {
    flex:1;
    text-align:left;
}

.f-col:first-of-type img {
    max-width:280px;
}

.f-col:last-of-type {
    flex:1;
    text-align:right;
}

.f-col:nth-child(2) {
    flex:2;
    text-align:center;
}

.sm-platforms {
    margin:0 0 30px 0;
}

.sm-platform {
    display:inline-block;
    margin-right:5px;
}

.sm-platform:last-of-type {
    margin-right:0;
}

.f-loc {
    margin:0 0 35px 0;
}

.f-loc span {
    display:block;
}

.hp-consumer {
	margin:0 0 30px 0;
}

.hp-consumer a {
	color:#e1a726;
}

@media(max-width: 850px) {
    .footer .wrap {
        flex-wrap:wrap;
    }

    .f-col:first-of-type,
    .f-col:last-of-type,
    .f-col:nth-child(2) {
        flex:initial;
        width:48%;
    }
    
    .f-col:last-of-type {
        order:2;
    }

    .f-col:nth-child(2) {
        width:100%;
        order:3;
        margin:30px 0;
    }
}

@media(max-width: 550px) {
    .f-col:first-of-type,
    .f-col:last-of-type,
    .f-col:nth-child(2) {
        width:100%;
        margin:30px auto 0;
        text-align:center;
    }

    .sm-platforms {
        margin:0 0 20px 0;
    }

    .f-loc:last-of-type {
        margin:0;
    }
}

/* ===========================================================
   HOMEPAGE
=========================================================== */
.hero-video {
    padding:400px 0 200px;
}

.hero-content {
	display:flex;
	justify-content:space-between;
	align-items:center;
}

.hero-text {
    background:rgba(31,52,107, .9);
    padding:30px 60px 30px 8vw;
    max-width:43%;
    text-transform: uppercase;
    font-family: 'Rubik', sans-serif;
}

.hero-text p {
    font-family: 'Rubik', sans-serif;
}

.hero-title {
    color:#fff;
    font-size:50px;
    font-weight:600;
    line-height:1.25;
}

.cta-btn {
    background:#e1a726;
    color:#fff;
    display:inline-block;
    padding:6px 20px;
    font-size:22px;
    font-weight:600;
    margin:20px 0 0 0;
}

a.cta-btn {
    color:#fff;
}

/*Remove this query once new year image is removed */
@media(max-width: 1400px) {
	.hero-title {
		font-size:42px;
	}
}

@media(max-width: 1050px) {
    .hero-text {
		/* max-width:60%; Uncomment this and remove three lines below once the new year image is removed. */
		width:100%;
		max-width:100%;
        text-align:center;
    }
	
	/*Remove these queries once new year image is removed */
	.hero-right {
		width:100%;
		text-align:center;
	}

	.hero-video {
        padding:300px 0 100px;
    }
	
	.hero-content {
		flex-wrap:wrap;
	}
}

@media(max-width: 850px) {
    .hero-text {
        max-width:100%;
        text-align:center;
    }

    .hero-video {
        padding:300px 0 100px;
    }
}

@media(max-width: 600px) {
    .hero-title {
        font-size:26px;
    }
}

@media(max-width: 450px) {
    .hero-video {
        padding:0;
    }

    .hero-text {
        padding:300px 10px 50px;
        background:rgba(31,52,107, .6);
    }
	
	/* Remove this when new year image removed */
	.hero-right {
		display:none;
	}
}

.quicklinks {
    font-family: 'Rubik', sans-serif;
    margin:30px 0 0 0;
}

.quicklinks .wrap {
    display:flex;
    justify-content: space-between;
    max-width:1800px;
}

.quicklink {
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center center;
    width:calc(100% / 3 - 10px);
    text-align:center;
    padding:120px 5px;
}

.quicklink span {
    display:block;
    font-size:28px;
    font-weight:600;
    text-transform: uppercase;
}

.quicklink a {
    color:#fff;
}

@media(max-width: 1000px) {
    .quicklinks .wrap {
        flex-wrap:wrap;
    }

    .quicklink {
        width:48%;
    }

    .quicklink:last-of-type {
        margin:20px auto 0;
        width:100%;
    }
}

@media(max-width: 650px) {
    .quicklink {
        width:100%;
        margin:20px auto 0;
    }
}

.intro {
    background-repeat:no-repeat;
    background-position:bottom right;
    background-attachment: fixed;
	background-size:50%;
}

.intro .wrap {
}

.intro-content {
    padding:100px 20px 50px;
    font-family: 'Roboto', sans-serif;
    font-weight:400;
    font-size:16px;
    background:rgba(255,255,255,.75);
    max-width:650px;
}

@media(max-width: 1000px) {
    .intro-content {
        width:98%;
        max-width:98%;
        padding:100px 2% 50px;
    }
}

@media(max-width: 670px) {
    .intro {
        background-size:contain;
        background-position:bottom center;
    }
}

.accreditations {
    display:flex;
    justify-content: space-between;
    background:url(/wp-content/uploads/2022/01/background-textured.png), linear-gradient(135deg,rgba(44,44,44,1) 0%,rgba(44,44,44,1) 50%,rgba(28,45,85,1) 51%,rgba(28,45,85,1) 100%);
}

.cred-left {
    /* background:url(/wp-content/uploads/2019/08/background-texture.png) #2c2c2c; */
    width:50%;
    padding:40px 0;
}

.cred-left .wrap,
.cred-right .wrap {
    text-align:center;
}

.cred-left img {
    display:block;
    margin:0 auto;
    max-width:100%;
}

.cred-left a {
    background:#e1a726;
    color:#fff;
    display:inline-block;
    padding:6px 20px;
    font-size:22px;
    font-weight:600;
    margin:50px 0 0 0;
}

.cred-right {
    /* background:url(/wp-content/uploads/2019/08/background-texture.png) #1c2d55; */
    width:50%;
    padding:40px 0;
}

.cred-right img {
    max-width:100%;
    margin:0 auto;
    display:block;
	max-height:120px;
}

.cred-right a {
    background:#e1a726;
    color:#fff;
    display:inline-block;
    padding:6px 20px;
    font-size:22px;
    font-weight:600;
    margin:50px 0 0 0;
}

@media(max-width: 1280px) {
    .accreditations {
        background:url(/wp-content/uploads/2022/01/background-textured.png), 
        linear-gradient(
            135deg,
            rgba(44,44,44,1) 0%,
            rgba(44,44,44,1) 48%,
            rgba(28,45,85,1) 48%,
            rgba(28,45,85,1) 100%
        );
    }
}

@media(max-width: 1085px) {
    .cred-left img,
    .cred-right img {
        max-width:70%;
    }
}

@media(max-width: 975px) {
    .accreditations {
        background:url(/wp-content/uploads/2019/08/background-textured.png), 
        linear-gradient(
            135deg,
            rgba(44,44,44,1) 0%,
            rgba(44,44,44,1) 50%,
            rgba(28,45,85,1) 50%,
            rgba(28,45,85,1) 100%
        );
    }
}

@media(max-width: 825px) {
    .accreditations {
        flex-wrap:wrap;
        background:none!important;
    }

    .cred-left,
    .cred-right {
        width:100%;
    }

    .cred-left {
        background:url(/wp-content/uploads/2022/01/background-textured.png) #2c2c2c;
    }

    .cred-right {
        background:url(/wp-content/uploads/2022/01/background-textured.png) #1c2d55;
    }

    .cred-left img,
    .cred-right img {
        max-width:100%;
    }
}

.partners {
    padding:20px 0 90px;
    max-width:100%;
    overflow:hidden;
}

.partners .wrap {
    position:relative;
}

.partners span.p-title {
    font-size: 1.5em;
    line-height:1.4;
    font-weight: 600;
    margin: 0 auto 20px;
    font-family: 'Rubik', serif;
    color:#1f346b;
    display:block;
    text-align:center;
    max-width:96%;
}

.partners .slick-slide img {
    margin: 0 auto;
    max-width: 200px!important;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}

.partners .slick-slide {
    margin: 0 25px;
    display: flex !important;
    height: auto;
    align-items: center;
    justify-content: center;
}

.partners .slick-list {
    margin: 0 -25px;
}

.partners .slick-track {
    display: flex;
}

.partners .slick-prev,
.partners .slick-next {
    width:35px!important;
    height:35px!important;
}

.partners .slick-prev {
    left:-15px!important;
}

.partners .slick-next {
    right:-15px!important;
}

.partners .slick-prev:before {
    content:'\25B8'!important;
    transform:rotate(180deg)!important;
    display:block;
    color:rgba(54,54,54,.16)!important;
}

.partners .slick-next:before {
    content:'\25B8'!important;
    color:rgba(54,54,54,.16)!important;
}

@media(max-width: 1115px) {
    .partners .slick-prev {
        left:0px!important;
    }
    
    .partners .slick-next {
        right:0px!important;
    }
}

@media(max-width: 700px) {
    .partners span.p-title {
        font-size:1em
    }
}

.middle-text {
    background-color: #1c2d55;
    background-repeat:no-repeat;
    background-size:cover;
    padding:70px 0 0;
}

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

.middle-text h2 {
    color:#fff;
	text-transform:uppercase;
    font-size:62px;
    font-weight: bold;
    color:#e1a726;
    text-shadow: 0 1px 0 #e1a726,
                0 2px 0 #c08d20,
                0 3px 0 #a87c1c,
                0 4px 0 #9b721a,
                0 5px 0 #886417,
                0 6px 1px rgba(0,0,0,.1),
                0 0 5px rgba(0,0,0,.1),
                0 1px 3px rgba(0,0,0,.3),
                0 3px 5px rgba(0,0,0,.2),
                0 5px 10px rgba(0,0,0,.25),
                0 10px 10px rgba(0,0,0,.2),
                0 20px 20px rgba(0,0,0,.15);
}

.middle-text p {
    color:#fff;
    font-size:16px;
    font-weight:600;
}

.middle-text .wrap.stats {
	display:flex;
	justify-content:space-between;
}

.middle-text .mid-stat {
    width:calc(100% / 4 - 10px);
    /* border:dotted 1px #ebebeb;
    background:rgba(31,52,107, .6) */
}

.middle-text .mid-stat h3 {
	color:#fff!important;
	border-bottom:solid 2px #e1a726;
	padding:0 0 5px 0;
}

.outro {
    margin:50px 0 0 0;
}

.outro .wrap {
    display:flex;
    justify-content: space-between;
    align-items:center;
}

.outro img {
    width:45%;
}

.outro-text {
    padding: 50px 0 50px 75px;
}

@media(max-width: 1200px) {
    .outro .wrap {
        flex-wrap:wrap;
    }

    .outro img {
        order:2;
		width:75%;
        margin:0 auto;
        display:block;
    }

    .outro-text {
        order:1;
        padding:0 0 20px 0;
    }
}

@media(max-width: 700px) {
    .outro img {
        width:100%;
    }
}


/* ===========================================================
   GENERIC INTERIOR
=========================================================== */
.interior-header {
    margin:0 0 60px 0;
}

.interior-header span.title {
    display:block;
    color:#fff;
    font-family: 'Rubik', sans-serif;
    font-size:50px;
    font-weight:700;
    padding:300px 0 75px;
    text-transform: uppercase;
    text-shadow: 1px 1px 3px rgba(0,0,0,1);
}

.interior-header span.title span,
.interior-header span.title img {
    display:inline-block;
    vertical-align: middle;
}

.interior-header span.title img {
    max-width:95px;
}

@media(max-width: 950px) {
    .interior-header span.title {
        font-size:32px;
    }

    .interior-header span.title {
        padding:225px 0 50px;
        text-align:center;
    }

    .interior-header span.title img {
        margin:0 auto 10px;
        display:block;
    }
}

.main-interior {
    margin:0 0 50px 0;
}

.main-interior a {
    color:#1f346b;
}

.main-interior ul {
    list-style-position:inside;
    margin:0 0 30px 0;
}

.main-interior ul li {
    padding:4px 0;
    position:relative;
    margin: 0 0 0 20px;
}

.main-interior li ul {
    list-style-position:inside;
    margin:0 0 0 30px;
}

.main-interior ul li::before {
    display: inline-block;
    content: '';
    -webkit-border-radius: 0.375rem;
    border-radius: 0.375rem;
    height: 0.75rem;
    width: 0.75rem;
    margin-right: 0.5rem;
    background-color: #e1a726;
}

.main-interior ol li::before {
    display:none;
}

.collapseomatic {
    color: #e1a726;
    display:block;
    margin:5px 0 20px 0;
    padding:0;
}

.testimonials {
    background:url(/wp-content/uploads/2019/08/background-texture.png) #1c2d55;
    padding:50px 0;
    color:#fff;
    font-size:16px;
    font-weight:400;
    font-family: 'Rubik', sans-serif;
}

.testimonials .wrap {

}

.testimonial-content .test-flex {
    display:flex;
    justify-content: space-between;
    align-items:center;
}

.testimonial-content .test-flex > img  {
    flex:1;
    margin:0 20px 0 0;
    max-width:200px;
}

.test-text {
    flex:3;
    position:relative;
}

.test-text .left-quote {
    position:absolute;
    top:0;
    left:0;
    max-width:50px;
}

.test-text .right-quote {
    position:absolute;
    bottom:0;
    right:0;
    max-width:50px;
}

.test-quote {
    padding: 20px 95px 20px 75px;
}

.test-quote span {
    display:block;
    text-align:right;
    margin:0 0 0 auto;
    color:#e1a726;
    font-weight:700;
}

.page-id-41 .main-interior ul {
    columns:3;
}

@media(max-width: 950px) {
    .page-id-41 .main-interior ul {
        columns:2;
    }
}

@media(max-width: 750px) {
    .testimonial-content .test-flex > img  {
        flex:initial;
        display:none;
    }
    
    .test-text {
        flex:initial;
        width:100%;
    }
}

@media(max-width: 500px) {
    .test-text .left-quote,
    .test-text .right-quote  {
        display:none;
    }

    .test-quote {
        padding:0 10px;
    }

    .page-id-41 .main-interior ul {
        columns:1;
    }
}

.footer-locations {
    background:linear-gradient(90deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.6) 100%),
    url(/wp-content/uploads/2019/10/shutterstock_1249646311.jpg) #000;
    background-size:cover;
    padding:50px 0;
    color:#fff;
    font-size:16px;
    font-weight:400;
    font-family: 'Rubik', sans-serif;
    margin:60px 0;
}

.footer-locations span.fl-title {
    font-size: 2em;
    font-weight: 400;
    font-family: 'Rubik', serif;
    color:#fff;
    text-transform: uppercase;
    display:block;
    margin:0 auto 20px;
    text-align:center;
}

.footer-locations .wrap {
    display:flex;
    justify-content: space-between;
    max-width:1000px;
}

.footer-location {
    max-width:45%;
}

.footer-location a {
    
}

.footer-location img {
    width:445px;
    max-width:100%;
}

@media(max-width: 650px) {
    .footer-locations {
        background-size:cover;
    }

    .footer-locations .wrap {
        flex-wrap:wrap;
    }

    .footer-location {
        text-align:center;
        max-width:100%;
        width:100%;
        margin:0 0 30px 0;
    }
}

/* Financial Aid Page */
.page-id-1246 .flex-me {

}

.page-id-1246 .flex-me > div {
    width:calc(100% / 2 - 15px);
}

.page-id-1246 .flex-me > div:first-of-type {
    flex:2;
}

.page-id-1246 .flex-me > div:last-of-type {
    flex:1;
}

#wpsm_accordion_1600 .wpsm_panel {
    margin-bottom:20px;
}

@media all and (max-width:900px) {
    .page-id-1246 .flex-me > div:first-of-type, 
    .page-id-1246 .flex-me > div:last-of-type {
        width:100%;
        flex:initial;
    }
}

/* ===========================================================
   LOCATION PAGES
=========================================================== */
.loc-head {
    display:flex;
    justify-content: space-between;
    align-items:center;
    padding:15px 30px;
    background:#dddddd;
    margin:40px 0 60px;
}

.loc-head > img {
    flex:1;
	max-width:50%;
}

.loc-content {
    flex:2;
    padding:0 0 0 30px;
}

.loc-add {
    text-align:center;
    font-size:24px;
    border-bottom:solid 1px #777777;
    padding:0 0 20px 0;
    margin:0 0 20px 0;
}

.loc-add span {
    display:block;
}

.loc-add a {
    background:#e1a726;
    color:#fff;
    display:inline-block;
    padding:6px 20px;
    font-size:18px;
    font-weight:600;
    margin:10px 0 0 0;
}

.loc-ph {
    text-align:center;
    font-size:24px;
}

.loc-ph a {
    display:block;
    color:#e1a726;
}

.loc-pdfs {
    display:flex;
    justify-content: space-between;
    border-top:solid 1px #777777;
    margin:60px 0 0 0;
    padding:60px 0 0 0;
}

.loc-global ul,
.loc-policy ul {
    list-style-position:inside;
}

.loc-progs ul {
    columns:3;
}

.loc-progs li,
.loc-global li,
.loc-policy li {
    padding:8px 0;
}

.loc-global i {
    color: #e1a726;
}

.loc-progs li::before,
.loc-global li::before,
.loc-policy li::before {
    display: inline-block;
    content: '';
    -webkit-border-radius: 0.375rem;
    border-radius: 0.375rem;
    height: 0.75rem;
    width: 0.75rem;
    margin-right: 0.5rem;
    background-color: #e1a726;
} 

.loc-intro {
    margin:60px 0 0 0;
}

@media(max-width: 850px) {
    .loc-progs ul {
        columns:2;
    }
}

@media(max-width: 950px) {
    .loc-head {
        flex-wrap:wrap;
    }
    
    .loc-head > img {
        flex:initial;
        width:100%;
        margin:0 auto 40px;
    }
    
    .loc-content {
        flex:initial;
        width:100%;
    }
}


@media(max-width: 900px) {
    .loc-pdfs {
        flex-wrap:wrap;
    }

    .loc-global,
    .loc-policy {
        width:100%;
        text-align:center;
    }

    .loc-global {
        margin: 0 0 40px 0;
    }
}

@media(max-width: 500px) {
    .loc-head {
        flex-wrap:wrap;
    }

    .loc-add,
    .loc-ph {
        flex:initial;
        width:100%;
        border:none;
    }

    .loc-add {
        margin: 0 0 40px 0;
    }

    .loc-progs ul {
        columns:1;
    }
}

/* ===========================================================
   CONSUMER INFORMATION PAGE
=========================================================== */
.campuses {
    display:flex;
    justify-content: space-between;
}

.campus {
    flex:1;
    max-width:48%;
    padding:20px 50px;
    background:#e4e4e4;
}

.campus:first-of-type {
    background:#f7f6f6;
}

.con-sec {
    margin:0 0 30px 0;
}

.loc-consumer span {
    display:block;
}

.loc-consumer a {
    color:#e1a726;
    display:block;
    position:relative;
    margin:0 0 0 23px;
}

.loc-consumer a::before {
    content: "\2022";
    color: #1f346b;
    display: inline-block;
    font-size:50px;
    position: absolute;
    top: -20px;
    left: -25px;
}

a.net-calc {
    background:#e1a726;
    color:#fff;
    display:inline-block;
    padding:6px 20px;
    font-size:20px;
    font-weight:600;
    margin:20px 0 0 0;
}

.global-info {
    margin:60px 0 0 0;
}

a.voter-reg {
    background:#e1a726;
    color:#fff;
    display:inline-block;
    padding:6px 20px;
    font-size:20px;
    font-weight:600;
    margin:20px 0 50px 0;
}

@media(max-width: 750px) {
    .campuses {
        flex-wrap:wrap;
    }
    
    .campus {
        flex:initial;
        width:100%;
        max-width:100%;
        padding:20px 10px;
    }
}


/* ===========================================================
   CONTACT US
=========================================================== */
.flex-me {
    display:flex;
    justify-content: space-between;
    align-items:flex-start;
}

.contact-content {
    flex:2;
    padding:0 30px 0 0;
}

.form {
    flex:1;
    background:#1f346b;
    padding:20px 40px;
    color:#fff;
}

.page-id-46 .contact-content {
    flex:1;
}

.page-id-46 .form {
    flex:1;
}

#gform_wrapper_20,
#gform_wrapper_31,
#gform_wrapper_32,
#gform_wrapper_34 {

}

#gform_wrapper_20 label,
#gform_wrapper_31 label,
#gform_wrapper_32 label,
#gform_wrapper_34 label,
#gform_wrapper_35 label {
    display:none;
}

#gform_wrapper_31 li,
#gform_wrapper_32 li,
#gform_wrapper_34 li,
#gform_wrapper_35 li {
    padding:0;
    margin:0;
}

#gform_wrapper_20 li::before,
#gform_wrapper_31 li::before,
#gform_wrapper_32 li::before,
#gform_wrapper_34 li::before,
#gform_wrapper_35 li::before {
    display:none;
}

#gform_wrapper_20 input[type="text"],
#gform_wrapper_31 input[type="text"],
#gform_wrapper_32 input[type="text"],
#gform_wrapper_34 input[type="text"],
#gform_wrapper_35 input[type="text"] {
    border:none;
}

#gform_wrapper_20 input[type="submit"],
#gform_wrapper_31 input[type="submit"],
#gform_wrapper_32 input[type="submit"],
#gform_wrapper_34 input[type="submit"],
#gform_wrapper_35 input[type="submit"] {
    background:#e1a726;
    color:#fff;
    display:block;
    padding:6px 0;
    font-size:22px;
    font-weight:600;
    border:none;
    width:100%;
    margin:0 auto;
}

#gform_wrapper_20 textarea,
#gform_wrapper_31 textarea,
#gform_wrapper_32 textarea,
#gform_wrapper_34 textarea,
#gform_wrapper_35 textarea {
    border:none;
}

#gform_wrapper_34 textarea {
    width:97.5%!important;
}

#gform_wrapper_20 select,
#gform_wrapper_31 select,
#gform_wrapper_32 select,
#gform_wrapper_34 select,
#gform_wrapper_35 select {
    border:none;
    border-radius:0;
}

#gform_wrapper_20 .gform_wrapper .gform_footer,
#gform_wrapper_31 .gform_wrapper .gform_footer,
#gform_wrapper_32 .gform_wrapper .gform_footer,
#gform_wrapper_34 .gform_wrapper .gform_footer,
#gform_wrapper_35 .gform_wrapper .gform_footer {
    margin:0;
    padding:0;
    text-align:center;
}

.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text] {
    margin-bottom:0!important;
}

div.ginput_container_name span {
    padding-right:5px!important;
}

.gf_left_half {
    margin-right:10px!important;
    width:48%!important;
}

.gf_right_half {
    width:48%!important;
}

#input_34_24 {
	width:97.5%!important;
}

.contact-header .loc-head {
    display:block;
    margin:0 auto 30px;
    padding:15px 25px;
}

.contact-header .loc-head h3 {
    margin:0 auto;
    text-align:center;
    margin:10px auto 20px;
}

.contact-header .loc-head img {
    max-width:100%;
    display:block;
    margin:0 auto 10px;
}

.contact-header .con-loc-info {
    display:flex;
    justify-content:space-between;
}

.contact-header  .loc-img {
    flex:2;
}

.contact-header .loc-add {
    border:none;
    font-size:18px;
    flex:1;
}

.contact-header .loc-add hr {
    margin: 18px auto;
    background: #808080;
}

.contact-header .loc-add span {
    display:block;
}

@media(max-width: 900px) {
    .flex-me {
        flex-wrap:wrap;
    }

    .form {
        flex:initial;
        order:1;
        width:100%;
        margin:0 0 40px 0;
    }
    
    .page-id-46 .contact-content,
    .contact-content {
        flex:initial;
        width:100%;
        order:2;
    }
}

@media(max-width: 650px) {
    .contact-header .con-loc-info {
        flex-wrap:wrap;
    }
    
    .contact-header  .loc-img {
        flex:initial;
        width:100%;
    }
    
    .contact-header .loc-add {
        flex:initial;
        width:100%;
    }

    .contact-content {
        padding:0;
    }
}

/* ===========================================================
   SITEMAP
=========================================================== */
.page-id-1245 .main-interior ul {
    list-style-position:inside;
}

.page-id-1245 .main-interior li,
.page-id-1245 .main-interior li ul li {
    padding:4px 0;
    position:relative;
    margin: 0 0 0 20px;
}

.page-id-1245 .main-interior li ul {
    list-style-position:inside;
    margin:0 0 0 30px;
}

.page-id-1245 .main-interior li::before,
.page-id-1245 .main-interior li ul li::before {
    display: inline-block;
    content: '';
    -webkit-border-radius: 0.375rem;
    border-radius: 0.375rem;
    height: 0.75rem;
    width: 0.75rem;
    margin-right: 0.5rem;
    background-color: #e1a726;
}

/* ===========================================================
   BLOG
=========================================================== */
.blog-interior {
    margin:10px 0 50px;
}

.blog-interior a {
    color:#1f346b;
}

.blog-interior .wrap {
    display:flex;
    justify-content: space-between;
    align-items:flex-start;
}

.blog-posts {
    flex:2;
    padding:0 40px 0 0;
}

.blog-posts h1 {
    color:#2e2e2e;
}

.blog-posts hr {
    margin: 50px 0;
    width:100%;
}

.blog-pagi {
    display:flex;
    justify-content: space-between;
}

.pagi-next {
    display:inline-block;
    background:#e1a726;
    order:2;
    padding:10px 20px;
}

.pagi-prev {
    display:inline-block;
    background:#e1a726;
    order:1;
    padding:10px 20px;
}

.pagi-next a,
.pagi-prev a {
    color:#fff;
    font-size:18px;
    font-weight:700;
}

.blog-post {
    flex:2;
    padding:0 40px 0 0;
}

.blog-post span.date {
    font-style:italic;
    display:block;
    margin:0 0 15px 0;
}

.sidebar {
    flex:1;
    border:solid 1px #ebebeb;
    padding:10px 20px;
    max-width:500px;
}

.sidebar ul {
    list-style:none;
}

.sidebar li {
    list-style:none;
}

.sidebar li ul li {
    padding:8px 0;
    list-style: inside disc;
}

.sidebar li#archives-3 {
    margin:30px 0 0 0;
}

@media(max-width: 850px) {
    .blog-interior .wrap {
        flex-wrap:wrap;
    }
    
    .blog-posts,
    .blog-post {
        flex:initial;
        padding:0 10px;
        order:1;
        width:100%;
        max-width:100%;
    }

    .sidebar {
        flex:initial;
        order:2;
        width:100%;
        max-width:100%;
        margin:60px 0 0;
    }
}


/* ===========================================================
   PROGRAM PAGES
=========================================================== */
#intro-section {
    /* padding-bottom: 50px; */
}
#intro-section .wrap {
    display: flex;
    justify-content: space-between;
}
.intro-left {
    width: 50%;
}
.intro-right {
    width: 45%;
}

.program-cta {
    background:#e1a726;
    color:#fff!important;
    display:inline-block;
    padding:6px 20px;
    font-size:30px;
    font-weight:700;
    margin:20px auto;
}

.program-sub-cta-title {
    font-weight: 700;
    font-size: 16px;
    max-width: 70%;
    display: block;
    margin: 0 auto;
}

@media all and (max-width:1050px) {
    #intro-section .wrap {
        flex-wrap:wrap;
    }

    .intro-left,
    .intro-right {
        width: 100%;
    }

    .intro-right {
        margin:40px 0 0 0;
    }

    .intro-right > img {
        margin:0 auto;
        text-align:center;
    }
}

#program-statistics {
    display: flex;
    padding: 20px 0;
    margin:60px 0;
}
.stats-top,
.stats-middle,
.stats-bottom {
    text-align: center;
    color: #fff;
}
.stats-top {
    border-bottom: 5px solid #e1a726;
}
.stats-top p {
    font-size: 28px;
    font-weight:700;
    text-transform: uppercase;
    line-height: 1.5;
    margin:0 auto;
    max-width:70%;
}
.stats-middle {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    padding-top: 15px;
	align-items:center;
}
.single-stat {
    width: -webkit-fill-available;
    padding: 0 15px;
}
.single-stat-title {
    padding-bottom: 0;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.5;
}
.single-stat-info p {
    line-height: 1.5;
    font-weight: 400;
    padding-top: 10px;
    font-size:20px;
}
.stats-bottom {
    border-top: 5px solid #e1a726;
}
.stats-bottom p {
    font-size: 24px;
    line-height: 1.5;
}

.stat-enlarged {
    font-size:40px;
    font-weight:900;
    color:#e1a726;
}

.stats-bottom .citation {
    font-style:italic;
    font-size:12px;
}

@media all and (max-width:950px) {
    .stats-middle {
        flex-wrap:wrap;
    }
    .single-stat {
        width:45%;
        margin-bottom:30px;
    }

    .stats-top p,
    .program-sub-cta-title {
        max-width:100%;
    }

    #program-statistics {
        background-size:cover;
    }
}

#career-list {
    padding: 50px 0 0;
    margin:50px 0 20px 0;
    border-top:solid 1px #ebebeb;
    /* text-align: center; */
}

#career-list .wrap h2 {
    margin:0 auto 20px;
    text-align:center;
}


.career-li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.career-li div {
    width: 25%;
    padding: 10px 0;
}
.career-li div i {
    color: #e1a726;
    font-size: 26px;
    padding-right: 10px;
}

@media all and (max-width:450px) {
    .career-li {
        flex-wrap:wrap;
    }
    .career-li div {
        width:100%;
    }
}

#outro-section .wrap {
    display: flex;
    justify-content: space-between;
}
.outro-left {
    width: 45%;
}
.outro-right {
    width: 50%;
}

@media all and (max-width:1050px) {
    #outro-section .wrap {
        flex-wrap:wrap;
    }

    .outro-left,
    .outro-right {
        width: 100%;
    }

    .outro-left {
        order:2;
    }

    .outro-right {
        margin:40px 0 0 0;
        order:1;
    }

    .intro-right > img {
        margin:0 auto;
        text-align:center;
    }
}

.collapseomatic {
    color: #e1a726;
}

.collapseomatic_content {
    margin-left:0!important;
}

/*============================ Program Page Icons */
/* Automotive Body & Paint */
.page-id- {

}

/* Automotive */
.page-id- {

}

/* Diesel Truck */
.page-id- {

}

/* Electrician */
.page-id- {

}

/* HVAC */
.page-id- {

}

/* Medical Assistant */
.page-id- {

}

/* Pharmacy Tech */
.page-id- {

}

/* Plumbing & Heating */
.page-id- {

}


/* ===========================================================
   INTERIOR HEADER IMAGE POSITIONING
=========================================================== */
.page-id-52 .interior-header {
    background-position:50% 3%!important;
}

.page-id-1246 .interior-header {
    background-position:50% 0%!important;
}

.page-id-42 .interior-header {
    background-position:50% 38%!important;
}

.page-id-49 .interior-header {
    background-position:50% 16%!important;
}

.page-id-50 .interior-header {
    background-position:50% 35%!important;
}

.page-id-46 .interior-header {
    background-position:50% 47%!important;
}

.page-id-53 .interior-header {
    background-position:50% 35%!important;
}

.page-id-45 .interior-header,
.page-id-1516 .interior-header {
    background-position:50% 30%!important;
}

.page-id-41 .interior-header,
.page-id-1247 .interior-header {
    background-position:50% -8%!important;
}

.page-id-56 .interior-header,
.page-id-1254 .interior-header {
    background-position:50% 43%!important;
}

.page-id-57 .interior-header,
.page-id-1253 .interior-header {
    background-position:50% 11%!important;
}

.page-id-58 .interior-header,
.page-id-1252 .interior-header {
    background-position:50% 4%!important;
}

.page-id-59 .interior-header,
.page-id-1251 .interior-header {
    background-position:50% 20%!important;
}

.page-id-55 .interior-header,
.page-id-1255 .interior-header {
    background-position:50% 19%!important;
}

.page-id-60 .interior-header,
.page-id-1248 .interior-header {
    background-position:50% 25%!important;
}

.page-id-61 .interior-header,
.page-id-1250 .interior-header {
    background-position:50% 16%!important;
}

.page-id-54 .interior-header,
.page-id-1566 .interior-header {
    background-position:50% 0%!important;
}

/* ===========================================================
   OUR HISTORY
=========================================================== */
.cd-timeline-title-container+img {
    height:auto!important;
}

/* ===========================================================
   PROGRAMS PAGE
=========================================================== */
.prog-top-con {

}

.avail-progs {
    background-size:cover;
    background-repeat:no-repeat;
    padding:60px 0 20px;
    margin:40px auto;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
}

.bottom-progs {
	font-size:12px;
	color:#fff;
}

.avail-progs .wrap {
    display:flex;
    justify-content: space-between;
    flex-wrap:wrap;
}

.avail-progs span.title {
    display:block;
    font-size:42px;
    font-weight:900;
    color:#e1a726;
    margin:0 auto 55px;
    text-shadow:1px 1px 3px #000;
}

.avail-prog {
    text-align:center;
    width:calc(100% / 4);
    margin:0 auto 60px;
}

.avail-prog a {

}

.avail-prog img {
    margin:0 auto 20px;
    display:block;
    max-width:100px;
}

.prog-pg-title {
    color:#fff;
    font-weight:700;
    font-size:22px;
    display:block;
}

.prog-bot-con {

}

@media all and (max-width:850px) {
    .avail-prog {
        width:calc(100% / 3);
    }

    .prog-pg-title {
        font-size:18px;
        font-weight:900;
    }
}

@media all and (max-width:650px) {
    .avail-prog {
        width:calc(100% / 2);
    }
}

@media all and (max-width:500px) {
    .avail-prog {
        width:100%;
    }
}


/* ===========================================================
   WHO HIRES OUR GRADUATES PAGE
=========================================================== */
.who-hires-wrap {

}

.advisory-committee {
    background:url(/wp-content/uploads/2019/08/background-texture.png) #1c2d55;
    background-size:cover;
    background-repeat:no-repeat;
    padding:50px 0;
    color:#fff;
}

.who-hires-prog {
    margin:60px auto 0;
    padding:60px 0 0;
    border-top:solid 1px #ebebeb;
}

.who-hires-prog:first-of-type {
    border-top:none;
    padding:0;
}

.who-hires-prog span.title {
    display:block;
    margin:0 auto 30px;
    font-size:36px;
    font-weight:900;
    text-transform:uppercase;
    color:#e1a726;
    text-align:center;
    font-family:'Rubik', sans-serif;
    position:relative;
}

.who-hires-prog span.title::after {
    content: '';
    margin: 0 auto;
    height: 4px;
    background: #1f346b;
    position: absolute;
    bottom: -8px;
    left: 0;
    right: 0;
    width: 45%;
}

.who-hires-companies {
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
}

.who-hires-companies img {
    width:calc(100% / 4 - 70px);
    transition:all .5s;
    margin:0 30px 40px;
}

.who-hires-companies img:hover {
    opacity:.5;
}

@media all and (max-width:1000px) {
    .who-hires-companies img {
        width:calc(100% / 3 - 70px);
    }
}

@media all and (max-width:700px) {
    .who-hires-companies img {
        width:calc(100% / 2 - 70px);
    }
}


/* ===========================================================
   GETTING STARTED PAGE
=========================================================== */
.gs-intro {
    margin:0 0 50px 0;
}

.gs-three-steps {
    margin:0 0 50px 0;
    padding:30px 0 0;
    background-size:cover;
    background-repeat:no-repeat;
    color:#fff;
}

.gs-three-steps h2 {
    color:#fff!important;
}

.gs-steps-wrap {
}

.gs-steps-wrap .wrap {
    display:flex;
    justify-content: space-between;
}

.gs-step {
    width:calc(100% / 3 - 90px);
    /* box-shadow: 1px 1px 0 #121d3b, 2px 2px 0 #121d3b, 3px 3px 0 #121d3b, 4px 4px 0 #121d3b, 5px 5px 0 #121d3b, 6px 6px 0 #121d3b;
    background: #1f346b; */
    padding: 20px;
    color:#fff;
}

.gs-step h2 {
    color:#fff!important;
}

.gs-step .step-num {
    font-size:50px;
    font-weight:900;
    color:#e1a726;
}

@media all and (max-width:975px) {
    .gs-steps-wrap .wrap {
        flex-wrap:wrap;
    }

    .gs-step {
        width:100%;
        margin:0 0 30px 0;
    }
}

.gs-tour {
    background: url(/wp-content/uploads/2019/08/background-texture.png) #1c2d55;
    background-repeat:no-repeat;
    background-size:cover;
    padding: 50px 0;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Rubik', sans-serif;
    margin:0 0 50px 0;
}

.gs-tour .cta-btn {
    margin:0 auto;
    color:#fff;
}

.gs-mid {

}

.gs-mid .cta-btn {
    color:#fff;
}

.gs-reps {
    background: url(/wp-content/uploads/2019/08/background-texture.png) #1c2d55;
    background-repeat:no-repeat;
    background-size:cover;
    padding: 50px 0;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Rubik', sans-serif;
    margin:0 0 50px 0;
    text-align:center;
}

.gs-reps h2,
.gs-reps a {
    color:#fff!important;
}

.gs-reps h2 {
    text-align:center;
    margin:0 auto;
}

.gs-reps-wrap {
    display:flex;
    justify-content: space-around;
    align-items:flex-start;
}

.gs-rep {

}

@media all and (max-width:675px) {
    .gs-reps-wrap {
        flex-wrap:wrap;
    }

    .gs-rep {
        width:100%;
    }
}

.gs-outro {

}

.gs-outro .wrap {
    display:flex;
    justify-content:space-between;
}

.gs-outro-con {
    flex:1;
}

.gs-form {
    background: url(/wp-content/uploads/2019/08/background-texture.png) #1c2d55;
    background-repeat:no-repeat;
    background-size:cover;
    flex:2;
    padding:25px;
}

@media all and (max-width:975px) {
    .gs-outro .wrap {
        flex-wrap:wrap;
    }

    .gs-form,
    .gs-outro-con {
        flex:initial;
        width:100%;
    }
}

/* Change the header sizes only
 * on this page because we have
 * a princess in the house */
.page-id-1785 h2 {
	font-size:2em!important;
}

/* ===========================================================
   SUCCESS STORIES PAGE
=========================================================== */
.success-stories {
    display:flex;
    justify-content: space-between;
}

.success-story {
    width:calc(100% / 2 - 20px);
    margin:0 auto 40px;
}

@media all and (max-width:800px) {
    .success-stories {
        flex-wrap:wrap;
    }

    .success-story {
        width:100%;
        text-align:center;
    }
}

/* ===========================================================
   CAREER SERVICES PAGE
=========================================================== */
.cs-top-con {

}

.cs-facts {
    padding:10px 0;
    margin:30px auto 60px;
    background-repeat:no-repeat;
    background-size:cover;
}

.cs-bot-con {

}

/* 91ºÚÁÏÍø Page */
.who-hires {
    max-width:50%;
    margin:20px auto 70px;
    padding:20px 0;
    background:#1f346b;
    color:#fff;
    font-size:22px;
    font-weight:700;
    text-align:center;
    box-shadow: 1px 1px 0 #121d3b,
    2px 2px 0 #121d3b,
    3px 3px 0 #121d3b,
    4px 4px 0 #121d3b,
    5px 5px 0 #121d3b,
    6px 6px 0 #121d3b;
}

.who-hires h2 {
    margin:0;
}

.who-hires a {
    color:#fff;
}

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

.career-contacts .wrap {
    display:flex;
    justify-content: space-between;
    max-width:60%;
}

.career-contacts .wrap div {
    
}

.career-facts {
    display:flex;
    justify-content: space-between;
    margin:40px auto;
}

.career-fact {
    width:calc(100% / 3 - 90px);
    text-align:center;
    color:#fff;
    font-size:22px;
    font-weight:700;
    min-height:150px;
    /* display:flex;
    align-items:center;
    background:#1f346b;
    padding:40px 20px 20px 20px;
    box-shadow: 1px 1px 0 #121d3b,
                2px 2px 0 #121d3b,
                3px 3px 0 #121d3b,
                4px 4px 0 #121d3b,
                5px 5px 0 #121d3b,
                6px 6px 0 #121d3b;
    */
}

.career-fact span.stat-enlarged {
    display:block;
}

@media all and (max-width:825px) {
    .career-contacts .wrap {
        max-width:100%;
        flex-wrap:wrap;
    }

    .career-contacts .wrap div {
        margin:0 auto;
    }

    .career-facts {
        flex-wrap:wrap;
    }

    .career-fact {
        width:100%;
        text-align:center;
        margin:0 0 30px 0;
        display:block;
        min-height:auto;
    }
}

/* ===========================================================
   OSHA PAGE
=========================================================== */
.osha-business {
    background-repeat:no-repeat;
    background-size:cover;
    padding:40px 0;
}

.osha-business .wrap {

}

.osha-counter {
    background-image:url(/wp-content/uploads/2019/12/osha-grads-bg.jpg);
    background-size:cover;
    background-repeat:no-repeat;
    background-position:50% 55%;
    padding:50px 0 80px;
    text-align:center;
    margin:0 0 80px 0;
}

.osha-counter .wrap {
    max-width:800px;
}

.osha-counter-title {
    font-size:46px;
    font-weight:bold;
    color:#FDCA08;
    display:block;
    margin:0 0 40px 0;
}

.osha-grads {
    background-image:url(/wp-content/uploads/2019/12/counter-badge-bg.png);
    background-size:contain;
    background-repeat:no-repeat;
    background-position:center center;
    padding:45px 40px;
    max-width:350px;
    margin:0 auto;
    font-size:70px;
    font-weight:900;
    color:#000;
}

@media all and (max-width:550px) {
    .osha-counter-title {
        font-size:26px;
    }

    .osha-grads {
        padding:15px 40px;
        font-size:48px;
    }
}

/* OSHA Form CSS */
.osha-form {
	flex: 1;
    padding: 20px 40px;
    color: #fff;
}
.osha-form-inner {
    width: 50%;
    margin: 0 auto;
		background: #1f346b;
}

.osha-form-title {
    padding-left: 30px;
    padding-top: 31px;
}

#gform_wrapper_36 .gfield_required {
    display: none;
}
#gform_wrapper_36 .top_label input.medium, .gform_wrapper .top_label select.medium {
    width: 100%;
}

#gform_wrapper_36 {
    padding: 0px 20px 15px 30px;
}
#gform_wrapper_36 li.gfield {
    padding-bottom: 0px;
		margin-top: 0px;
    line-height: 0;
		text-align:center;
}

#gform_wrapper_36 input[type="submit"] {
	  background: #e1a726;
    color: #fff;
    display: block;
    padding: 6px 0;
    font-size: 22px;
    font-weight: 600;
    border: none;
    width: 100%;
    margin: 0 auto;
}

#gform_wrapper_36 select {
    border: none;
    border-radius: 0;
}

#gform_wrapper_36 input[type="text"] {
    border: none;
}

@media (max-width: 370px){
	
}
@media (max-width:900px){
	.osha-form-inner {
    width: 100%;

	}
}

@media (max-width: 500px){
	.osha-counter-title {
    font-size: 22px;
    font-weight: bold;
    color: #FDCA08;
    display: block;
    margin: 48px 0 40px 0;
	}
}


@media(max-width: 1400px){
	.osha-counter-title {
			font-size: 35px;
    	font-weight: bold;
    	color: #FDCA08;
    	display: block;
    	margin: 0 0 40px 0;
	}
}

@media(max-width: 1050px){
	.osha-counter-title {
			font-size: 28px;
    	font-weight: bold;
    	color: #FDCA08;
    	display: block;
    	margin: 0 0 40px 0;
	}
}

@media(min-width: 1800px){
	.osha-grads {
    	padding: 60px 50px;
    	max-width: 350px;
    	/* margin: 8px auto; */
   	  margin-top: 101px;
    	margin-left: auto;
    	margin-right: auto;
    	margin-bottom: auto;
    	font-size: 70px;
    	font-weight: 900;
    	color: #000;
	}
}

@media(min-width: 2400px){
	.osha-grad {
		margin-top: 130px;
	}
}

/* ===========================================================
   PPC LANDING PAGES
=========================================================== */
.page-id-1942 .intro-right,
.page-id-1943 .intro-right,
.page-id-1944 .intro-right,
.page-id-1945 .intro-right,
.page-id-1946 .intro-right,
.page-id-1947 .intro-right,
.page-id-1948 .intro-right,
.page-id-1949 .intro-right {
    background:#1f346b;
    padding: 20px 40px;
    margin-left:50px;
}

#gform_wrapper_38 label,
#gform_wrapper_39 label,
#gform_wrapper_40 label,
#gform_wrapper_41 label,
#gform_wrapper_42 label,
#gform_wrapper_43 label,
#gform_wrapper_44 label,
#gform_wrapper_45 label,
#gform_wrapper_46 label {
    display:none;
}

#gform_wrapper_38 li,
#gform_wrapper_39 li,
#gform_wrapper_40 li,
#gform_wrapper_41 li,
#gform_wrapper_42 li,
#gform_wrapper_43 li,
#gform_wrapper_44 li,
#gform_wrapper_45 li,
#gform_wrapper_46 li {
    padding:0 0 10px 0;
    margin:0;
}

#gform_wrapper_38 li::before,
#gform_wrapper_39 li::before,
#gform_wrapper_40 li::before,
#gform_wrapper_41 li::before,
#gform_wrapper_42 li::before,
#gform_wrapper_43 li::before,
#gform_wrapper_44 li::before,
#gform_wrapper_45 li::before,
#gform_wrapper_46 li::before {
    display:none;
}

#gform_wrapper_38 input[type="text"],
#gform_wrapper_39 input[type="text"],
#gform_wrapper_40 input[type="text"],
#gform_wrapper_41 input[type="text"],
#gform_wrapper_42 input[type="text"],
#gform_wrapper_43 input[type="text"],
#gform_wrapper_44 input[type="text"],
#gform_wrapper_45 input[type="text"],
#gform_wrapper_46 input[type="text"] {
    border:none;
}

#gform_wrapper_38 input[type="submit"],
#gform_wrapper_39 input[type="submit"],
#gform_wrapper_40 input[type="submit"],
#gform_wrapper_41 input[type="submit"],
#gform_wrapper_42 input[type="submit"],
#gform_wrapper_43 input[type="submit"],
#gform_wrapper_44 input[type="submit"],
#gform_wrapper_45 input[type="submit"],
#gform_wrapper_46 input[type="submit"] {
    background:#e1a726;
    color:#fff;
    display:block;
    padding:6px 0;
    font-size:22px;
    font-weight:600;
    border:none;
    width:100%;
    margin:0 auto;
}

#gform_wrapper_38 textarea,
#gform_wrapper_39 textarea,
#gform_wrapper_40 textarea,
#gform_wrapper_41 textarea,
#gform_wrapper_42 textarea,
#gform_wrapper_43 textarea,
#gform_wrapper_44 textarea,
#gform_wrapper_45 textarea,
#gform_wrapper_46 textarea {
    border:none;
}

#gform_wrapper_38 select,
#gform_wrapper_39 select,
#gform_wrapper_40 select,
#gform_wrapper_41 select,
#gform_wrapper_42 select,
#gform_wrapper_43 select,
#gform_wrapper_44 select,
#gform_wrapper_45 select,
#gform_wrapper_46 select {
    border:none;
    border-radius:0;
}

#gform_wrapper_38 .gform_wrapper .gform_footer,
#gform_wrapper_39 .gform_wrapper .gform_footer,
#gform_wrapper_40 .gform_wrapper .gform_footer,
#gform_wrapper_41 .gform_wrapper .gform_footer,
#gform_wrapper_42 .gform_wrapper .gform_footer,
#gform_wrapper_43 .gform_wrapper .gform_footer,
#gform_wrapper_44 .gform_wrapper .gform_footer,
#gform_wrapper_45 .gform_wrapper .gform_footer,
#gform_wrapper_46 .gform_wrapper .gform_footer {
    margin:0;
    padding:0;
    text-align:center;
}

.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text] {
    margin-bottom:0!important;
}

/* ===========================================================
   HIDE REQUEST INFO TAB ON PPC LANDING PAGES
=========================================================== */
.page-id-1942 #flyout-form,
.page-id-1942 #flyout-contact,
.page-id-1943 #flyout-form,
.page-id-1943 #flyout-contact,
.page-id-1944 #flyout-form,
.page-id-1944 #flyout-contact,
.page-id-1945 #flyout-form,
.page-id-1945 #flyout-contact,
.page-id-1946 #flyout-form,
.page-id-1946 #flyout-contact,
.page-id-1947 #flyout-form,
.page-id-1947 #flyout-contact,
.page-id-1948 #flyout-form,
.page-id-1948 #flyout-contact,
.page-id-1949 #flyout-form,
.page-id-1949 #flyout-contact,
.page-id-1956 #flyout-form,
.page-id-1956 #flyout-contact {
    display:none!important;
}


.wrap.ppc-programs {
    display:flex;
    justify-content: space-between;
}

.prog-top-con {
    padding:0 20px 0 0;
    width:70%;
}

.ppc-prog-form {
    width:50%;
    background:#1f346b;
    padding: 20px 40px;
}

.wrap.ppc-programs .gf_right_half {
    width:50%!important;
}
.express {
    background: #1f346b;
    padding: 6px 20px;
    margin-top: -.1em;
    margin-bottom: 1em;
    font-size: 16px !important;
    color: #fff !important;
    position: absolute;
    right: 475px;
}
.aj_likes{text-align:center; padding:30px 0; font-size:18px;}
.aj_likes a:hover i{transform: scale(1.2);}
.aj_likes a.recorded:hover i{transform: scale(1);}
.aj_likes .fa-thumbs-up { font-size: 1.5em;}

div#popmake-3388 {
    min-height: 500px !important;
}