  @charset "UTF-8";
/*!
Theme Name: Âé¶¹Ö±²¥ - Gulp
Theme URI: https://flex.wisconsin.edu
Description: Genesis child theme for Âé¶¹Ö±²¥
Author: Yer Ly
Version: 2.0
Tags: red, white, gray, green, one-column, two-columns, right-sidebar, responsive-layout, custom-menu, full-width-template, theme-options,
Template: genesis
Template Version: 2.4.2
*/
/*! Mixins and Sourcemaps have issues.
  https://github.com/sass/libsass/issues/1939#issuecomment-302782214
*/
/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

html {
  box-sizing: border-box;
}

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

/* ## Screen reader text
--------------------------------------------- */
.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
  border: 0;
  background: white;
  color: black;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.screen-reader-text:focus,
.screen-reader-text span:focus,
.screen-reader-shortcut:focus {
  clip: auto;
  display: block;
  z-index: 100000;
  width: auto;
  height: auto;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type=submit]:focus,
.widget_search input[type=submit]:focus {
  color: #333;
  background: #fff;
  box-shadow: 0 3px 6px rgba(66, 74, 84, 0.2);
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 15px 23px 14px;
  text-decoration: none;
}

.more-link {
  position: relative;
}

.no-js .hide-no-js {
  display: none !important;
}

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.one-fifth,
.two-fifths,
.three-fifths,
.four-fifths,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
  float: left;
  margin-left: 2.564%;
  min-height: 1px;
}

.one-half,
.three-sixths,
.two-fourths {
  width: 48.718%;
}

.one-third,
.two-sixths {
  width: 31.624%;
}

.four-sixths,
.two-thirds {
  width: 65.812%;
}

.one-fourth {
  width: 23.077%;
}

.three-fourths {
  width: 74.359%;
}

.one-fifth {
  width: 17.949%;
}

.two-fifths {
  width: 38.462%;
}

.three-fifths {
  width: 58.974%;
}

.four-fifths {
  width: 79.487%;
}

.one-sixth {
  width: 14.53%;
}

.five-sixths {
  width: 82.906%;
}

.first {
  clear: both;
  margin-left: 0;
}

@media (max-width: 800px) {
  .five-sixths,
  .four-sixths,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .one-fifth,
  .two-fifths,
  .three-fifths,
  .four-fifths,
  .three-fourths,
  .three-sixths,
  .two-fourths,
  .two-sixths,
  .two-thirds {
    margin: 0;
    width: 100%;
  }
}

.author-box,
.clearfix,
.entry,
.entry-content,
.footer-widgets,
.nav-primary,
.nav-secondary,
.pagination,
.site-container,
.site-footer,
.site-header,
.site-inner,
.wrap,
.widget_nav_menu {
  zoom: 1;
}
.author-box:before, .author-box:after,
.clearfix:before,
.clearfix:after,
.entry:before,
.entry:after,
.entry-content:before,
.entry-content:after,
.footer-widgets:before,
.footer-widgets:after,
.nav-primary:before,
.nav-primary:after,
.nav-secondary:before,
.nav-secondary:after,
.pagination:before,
.pagination:after,
.site-container:before,
.site-container:after,
.site-footer:before,
.site-footer:after,
.site-header:before,
.site-header:after,
.site-inner:before,
.site-inner:after,
.wrap:before,
.wrap:after,
.widget_nav_menu:before,
.widget_nav_menu:after {
  content: "";
  display: table;
}
.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after,
.widget_nav_menu:after {
  clear: both;
}

.site-header {
  margin: 0 auto;
  padding: 0 0 20px 0;
  position: relative;
}
@media (max-width: 999px) {
  .site-header {
    padding: 0 0 35px 0;
  }
}
.site-header > .wrap {
  margin: 0 auto;
  max-width: 1350px;
  padding: 0 30px;
}
@media (max-width: 800px) {
  .site-header > .wrap {
    padding: 0;
  }
}

.site-inner {
  margin: 0 auto;
}
.site-inner > .wrap {
  background: url(/wp-content/themes/flex-gulp/images/diagonal-bg.png);
  background-size: 150px 150px;
  padding: 30px 0 30px 0;
}
@media (max-width: 600px) {
  .site-inner > .wrap {
    padding: 0;
  }
}

.home .site-inner > .wrap {
  padding: 0;
}

.home .site-inner {
  margin: 0 auto;
}

.content-sidebar-wrap {
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 600px) {
  .content-sidebar-wrap {
    padding: 0;
  }
}

.home .content-sidebar-wrap {
  max-width: none;
  padding: 0;
}

.content-sidebar .content {
  float: left;
  width: 65%;
  margin-right: 30px;
}
@media (max-width: 768px) {
  .content-sidebar .content {
    float: none;
    width: 100%;
    margin-right: auto;
  }
}

.content {
  padding: 30px;
}
@media (max-width: 600px) {
  .content {
    padding: 0 15px 15px 15px;
  }
}

.home .content,
.blog .content {
  padding: 0;
}

.content-sidebar .sidebar {
  float: left;
  width: calc(35% - 30px);
}
@media (max-width: 768px) {
  .content-sidebar .sidebar {
    float: none;
    width: 100%;
    margin: 30px 0;
  }
}

.footer-widgets > .wrap {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 auto 20px auto;
  max-width: 1350px;
  padding: 0 2%;
}

.site-footer {
  margin: 0 auto;
  max-width: none;
  padding: 30px 0;
}

html {
  font-size: 62.5%;
}

body {
  color: #424a54;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.7;
  margin: 0;
}

a,
button,
input:focus,
input[type=button],
input[type=reset],
input[type=submit],
textarea:focus,
.button,
.gallery img {
  transition: all 0.1s ease-in-out;
}

a {
  color: #A02844;
}
a:active, a:hover {
  color: #76c6e7;
  text-decoration: none;
}

p {
  margin: 0 0 16px;
  padding: 0;
}

b,
strong {
  font-weight: 700;
}

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

blockquote {
  margin: 40px;
}
blockquote:before {
  content: "â€œ";
  display: block;
  font-size: 30px;
  font-size: 3rem;
  height: 0;
  left: -20px;
  position: relative;
  top: -10px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.05;
  font-family: "Lato", sans-serif;
}

h1 {
  font-size: 40px;
  font-size: 4rem;
  text-transform: uppercase;
}

.single-post h1 {
  text-transform: none;
}

h2 {
  font-size: 32px;
  font-size: 3.2rem;
}
h2 a {
  text-decoration: none;
}

h3 {
  font-size: 22px;
  font-size: 2.2rem;
}

h4 {
  font-size: 20px;
  font-size: 2rem;
}

h5 {
  font-size: 18px;
  font-size: 1.8rem;
}

h6 {
  font-size: 16px;
  font-size: 1.6rem;
}

embed,
iframe,
img,
object,
video,
.wp-caption {
  max-width: 100%;
}

img {
  height: auto;
}

.button-flex,
.button-chat,
button,
input[type=button],
input[type=reset],
input[type=submit] {
  background: #94b836;
  border: none;
  border-radius: 10px;
  color: white;
  cursor: pointer;
  font-size: 20px;
  font-size: 2rem;
  font-family: "Lato", sans-serif;
  padding: 5px 15px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}
.button-flex:active, .button-flex:hover,
.button-chat:active,
.button-chat:hover,
button:active,
button:hover,
input[type=button]:active,
input[type=button]:hover,
input[type=reset]:active,
input[type=reset]:hover,
input[type=submit]:active,
input[type=submit]:hover {
  color: white;
  background: #7f993c;
}

.button-flex {
  display: inline-block;
}
.button-flex:after {
  content: "\f138";
  display: inline-block;
  font-family: fontAwesome;
  margin-left: 10px;
}

.orange-button {
  background: #D44427;
  border: 4px solid white;
}
.orange-button:active, .orange-button:hover {
  background: rgb(218.719123506, 84.7589641434, 57.780876494);
}

input {
  box-sizing: border-box;
}

select {
  text-overflow: ellipsis;
}

.gallery {
  overflow: hidden;
}

.gallery-item {
  float: left;
  margin: 0 0 28px;
  text-align: center;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-3 .gallery-item {
  width: 33%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery-columns-5 .gallery-item {
  width: 20%;
}

.gallery-columns-6 .gallery-item {
  width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
  width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
  width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  width: 11.1111%;
}

.gallery img {
  border: 1px solid #ddd;
  height: auto;
  padding: 4px;
}
.gallery img:hover, .gallery img:focus {
  border: 1px solid #999;
}

table {
  background: #f5f7fa;
  border-top: 1px solid #9b9da0;
  border-left: 1px solid #9b9da0;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  width: 100%;
}

table caption {
  font-weight: bold;
}

td,
th {
  padding: 6px;
  vertical-align: top;
  border: 1px solid #9b9da0;
}

table.alt {
  margin: 20px auto;
}
table.alt td.center {
  text-align: center;
}
table.alt td.right {
  text-align: right;
}

.questionnaire-table th {
  background: #666e78;
  color: white;
}

.questionnaire-table tr:nth-child(odd) {
  background: #e5e8ed;
}

table.show-desktop {
  display: table;
}
@media (max-width: 1015px) {
  table.show-desktop {
    display: none;
  }
}

table.show-mobile {
  display: none;
}
@media (max-width: 1015px) {
  table.show-mobile {
    display: table;
  }
}

table.gsc-resultsHeader,
table.gsc-above-wrapper-area-container {
  background: none;
  border: none;
}
table.gsc-resultsHeader td, table.gsc-resultsHeader th,
table.gsc-above-wrapper-area-container td,
table.gsc-above-wrapper-area-container th {
  border: none;
}

table.tablepress {
  border: none;
  margin-bottom: 30px;
  background: none;
}
table.tablepress th {
  background: #75c7e8;
  border: none;
  border-bottom: 1px solid #e5e8ed;
}
table.tablepress td {
  border: none;
  border-bottom: 1px solid #e5e8ed;
}
table.tablepress tr:nth-child(even) {
  background-color: #f5f7fa;
}

table.registration th {
  width: 25%;
}

.table-striped tr:nth-child(odd) {
  background: #e5e8ed;
}

.breadcrumb {
  margin-bottom: 20px;
}

.author-box {
  background-color: #fff;
  border: 1px solid #9b9da0;
  font-style: normal;
  margin-bottom: 40px;
  padding: 30px;
}
.author-box .avatar {
  float: left;
  margin-right: 10px;
  border-radius: 50%;
}
.author-box .author-box-title {
  margin: 0 0 4px 0;
}
.author-box .author-box-content {
  font-size: 14px;
  font-size: 1.4rem;
}

.archive-description p:last-child,
.author-box p:last-child {
  margin-bottom: 0;
}

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

a.alignnone {
  display: inline-block;
}

.alignleft {
  float: left;
  text-align: left;
}
@media (max-width: 600px) {
  .alignleft {
    float: none;
    text-align: center;
  }
}

.alignright {
  float: right;
  text-align: right;
}
@media (max-width: 600px) {
  .alignright {
    float: none;
    text-align: center;
  }
}

a.alignleft,
a.alignnone,
a.alignright {
  max-width: 100%;
}

img.centered,
.aligncenter {
  display: block;
  margin: 0 auto 30px;
}

img.alignnone,
.alignnone {
  margin-bottom: 15px;
}

a.alignleft,
img.alignleft,
div.alignleft .wp-caption.alignleft {
  margin: 0 30px 30px 0;
}
@media (max-width: 600px) {
  a.alignleft,
  img.alignleft,
  div.alignleft .wp-caption.alignleft {
    margin: 0 auto 30px auto;
  }
}

a.alignright,
img.alignright,
div.alignright,
.wp-caption.alignright {
  margin: 0 0 30px 30px;
}
@media (max-width: 600px) {
  a.alignright,
  img.alignright,
  div.alignright,
  .wp-caption.alignright {
    margin: 0 auto 30px auto;
  }
}

.wp-caption-text {
  background: #9b9da0;
  color: #fff;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0;
  padding: 10px;
  text-align: center;
}

.wp-caption img {
  display: block;
}

.entry-content p.wp-caption-text {
  margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
  margin: 0 0 28px;
}

.storybook-wrapper {
  position: relative;
  padding-bottom: 100%;
  height: 0;
}

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

.site-header {
  background: url(/wp-content/themes/flex-gulp/images/header_arrow.svg) no-repeat 70% bottom, linear-gradient(to right, #A02844 0%, #A02844 70%, #6d6e70 70%) no-repeat bottom;
  background-size: 18px 17px, 100% 17px;
  font-size: 12px;
  font-size: 1.2rem;
}
@media (max-width: 600px) {
  .site-header {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.site-header > .wrap {
  text-align: right;
  position: relative;
}
@media (max-width: 999px) {
  .site-header > .wrap {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .site-header > .wrap {
    display: flex;
    flex-wrap: wrap;
  }
}

.genesis-skip-link {
  /*!*/
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.genesis-skip-link li {
  float: left;
}

.flex-phone-sidebar,
.flex-chat-sidebar,
.flex-apply-sidebar {
  background: #a8c84e;
  display: inline-block;
  font-family: "Lato", sans-serif;
  margin: 0;
  padding: 4px 0;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  vertical-align: top;
}
.flex-phone-sidebar p,
.flex-chat-sidebar p,
.flex-apply-sidebar p {
  margin: 0;
  padding: 5px 13px;
  line-height: 1.3;
}
@media (max-width: 480px) {
  .flex-phone-sidebar p,
  .flex-chat-sidebar p,
  .flex-apply-sidebar p {
    padding: 5px 10px;
  }
}
.flex-phone-sidebar a,
.flex-chat-sidebar a,
.flex-apply-sidebar a {
  color: #424a54;
  display: block;
  padding: 0;
  position: relative;
  text-decoration: none;
}
.flex-phone-sidebar a:active, .flex-phone-sidebar a:hover,
.flex-chat-sidebar a:active,
.flex-chat-sidebar a:hover,
.flex-apply-sidebar a:active,
.flex-apply-sidebar a:hover {
  color: white;
}
.flex-phone-sidebar a:before,
.flex-chat-sidebar a:before,
.flex-apply-sidebar a:before {
  font-family: FontAwesome;
  padding: 0;
  margin-right: 5px;
}
@media (max-width: 600px) {
  .flex-phone-sidebar a:before,
  .flex-chat-sidebar a:before,
  .flex-apply-sidebar a:before {
    font-size: 24px;
    font-size: 2.4rem;
    margin: 0;
  }
}
.flex-phone-sidebar a:after,
.flex-chat-sidebar a:after,
.flex-apply-sidebar a:after {
  content: "";
  position: absolute;
  top: -50px;
  bottom: -10px;
  right: -10px;
  left: -10px;
}
@media (max-width: 600px) {
  .flex-phone-sidebar a,
  .flex-chat-sidebar a,
  .flex-apply-sidebar a {
    color: white;
    padding: 0;
  }
}
@media (max-width: 600px) {
  .flex-phone-sidebar,
  .flex-chat-sidebar,
  .flex-apply-sidebar {
    background: #9b9da0;
    text-align: center;
  }
  .flex-phone-sidebar span span,
  .flex-chat-sidebar span span,
  .flex-apply-sidebar span span {
    display: none;
  }
}

.flex-chat-sidebar p,
.flex-apply-sidebar p {
  border-left: 1px solid #424a54;
}
@media (max-width: 600px) {
  .flex-chat-sidebar p,
  .flex-apply-sidebar p {
    border: none;
  }
}
@media (max-width: 600px) {
  .flex-chat-sidebar,
  .flex-apply-sidebar {
    flex: 0 0 auto;
    align-self: stretch;
    align-items: center;
    display: flex;
    margin-left: 1px;
  }
}

.flex-phone-sidebar {
  border-bottom-left-radius: 14px;
  color: #424a54;
}
@media (max-width: 600px) {
  .flex-phone-sidebar {
    border-bottom-left-radius: 0;
    color: white;
    display: flex;
    align-self: stretch;
    align-items: center;
  }
}
@media (max-width: 480px) {
  .flex-phone-sidebar span {
    display: none;
  }
}
.flex-phone-sidebar p:before {
  content: "\f095";
  display: inline-block;
  font-family: FontAwesome;
  margin-right: 5px;
}
@media (max-width: 600px) {
  .flex-phone-sidebar p:before {
    display: block;
    font-size: 24px;
    font-size: 2.4rem;
    margin: 0;
  }
}
@media (max-width: 480px) {
  .flex-phone-sidebar p:before {
    font-size: 30px;
    font-size: 3rem;
  }
}
.flex-phone-sidebar a {
  display: inline-block;
}
@media (max-width: 600px) {
  .flex-phone-sidebar a {
    display: block;
  }
}

.flex-chat-sidebar a:before {
  display: inline-block;
}
@media (max-width: 600px) {
  .flex-chat-sidebar a:before {
    display: block;
  }
}
.flex-chat-sidebar a.chat-online:before {
  content: "\f075";
}
@media (max-width: 480px) {
  .flex-chat-sidebar a.chat-online:before {
    font-size: 30px;
    font-size: 3rem;
  }
}
.flex-chat-sidebar a.chat-offline:before {
  content: "\f0e5";
}
@media (max-width: 480px) {
  .flex-chat-sidebar a.chat-offline:before {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media (max-width: 480px) {
  .flex-chat-sidebar span {
    display: none;
  }
}

.flex-apply-sidebar {
  border-bottom-right-radius: 14px;
}
@media (max-width: 600px) {
  .flex-apply-sidebar {
    border-bottom-right-radius: 0;
  }
}
.flex-apply-sidebar a:before {
  content: "\f138";
}
@media (max-width: 600px) {
  .flex-apply-sidebar a:before {
    display: block;
  }
}

.flex-current-students-sidebar {
  display: inline-block;
  line-height: 1.3;
  margin: 0;
  padding: 0;
  position: relative;
}
@media (max-width: 600px) {
  .flex-current-students-sidebar {
    background: #6d6e70;
    margin: 0;
    border-radius: 0;
    padding: 0;
    flex: 1 1 auto;
    align-self: stretch;
    align-items: center;
    position: static;
  }
}

.title-area {
  clear: both;
  float: left;
  position: relative;
  /*&:before{
  	content:'NEW DEV';
  	color:black;
  	font-size:50px;
  	font-weight:bold;
  	font-family:$heading-font;
  	position:absolute;
  	left:0;
  	right:0;
  	top:0;
  	bottom:0;
  	text-align:center;
  	transform: rotate(-30deg);
  }*/
}
@media (max-width: 999px) {
  .title-area {
    float: none;
  }
}
@media (max-width: 600px) {
  .title-area {
    flex: 0 0 75%;
    margin-left: 2%;
    text-align: left;
  }
}

@media (max-width: 600px) {
  .no-js .title-area {
    flex: 0 0 100%;
    margin-left: auto;
    text-align: center;
  }
}

.site-title {
  margin: 30px 0;
  font-size: 18px;
  font-size: 1.8rem;
}
@media (max-width: 600px) {
  .site-title {
    margin: 15px 0;
  }
}

.flex-main-menu-sidebar {
  display: inline-block;
}
@media (max-width: 999px) {
  .flex-main-menu-sidebar {
    width: auto;
  }
}
@media (max-width: 600px) {
  .flex-main-menu-sidebar {
    flex: 0 0 10%;
    margin-left: auto;
  }
}

@media (max-width: 600px) {
  .no-js .flex-main-menu-sidebar {
    flex: 0 0 100%;
    margin-left: auto;
  }
}

.flex-search-sidebar {
  float: right;
}
@media (max-width: 999px) {
  .flex-search-sidebar {
    display: inline-block;
    float: none;
    line-height: 0;
  }
}
@media (max-width: 600px) {
  .flex-search-sidebar {
    display: block;
    line-height: normal;
    flex: 0 0 100%;
  }
}

.no-js .flex-search-sidebar {
  float: none;
}

#search-toggle {
  float: right;
  margin: 5px 10px;
  text-decoration: none;
}
#search-toggle:before {
  /*!*/
  font-size: 24px;
  font-size: 2.4rem;
  content: "\f002";
  font-family: fontAwesome;
}
@media (max-width: 600px) {
  #search-toggle {
    display: none;
  }
}

.no-js #search-toggle {
  display: none;
}

#search-form-wrapper {
  background: rgba(0, 0, 0, 0.6);
  bottom: -93px;
  left: 0;
  margin: 0 auto;
  padding: 30px;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 3;
  transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  display: block;
}
#search-form-wrapper .search-input {
  /*!*/
  font-size: 16px;
  font-size: 1.6rem;
  border: 1px solid #f5f7fa;
  margin-right: 10px;
  padding: 4px;
  width: 50%;
}
@media (max-width: 800px) {
  #search-form-wrapper .search-input {
    width: 75%;
  }
}
#search-form-wrapper input[type=submit] {
  /*!*/
  font-size: 16px;
  font-size: 1.6rem;
  padding: 5px 10px;
}
#search-form-wrapper.transition-open {
  max-height: 1000px;
  opacity: 1;
}
#search-form-wrapper.hide {
  display: none;
}
@media (max-width: 999px) {
  #search-form-wrapper {
    bottom: -107px;
  }
}
@media (max-width: 600px) {
  #search-form-wrapper {
    background: none;
    bottom: auto;
    left: auto;
    padding: 15px 0;
    position: relative;
    z-index: auto;
    max-height: none;
    overflow: visible;
    opacity: 1;
    display: block;
  }
  #search-form-wrapper.hide {
    display: block;
  }
}

.no-js #search-form-wrapper {
  position: static;
  bottom: auto;
  max-height: none;
  overflow: auto;
  opacity: 1;
  display: inline-block;
  margin: 0;
  padding: 0;
  text-align: right;
  background-color: transparent;
}
@media (max-width: 600px) {
  .no-js #search-form-wrapper {
    margin: 30px 0 0;
    text-align: center;
  }
}

.menu-flex-mega {
  display: inline-block;
  margin: 0 0 10px 0;
}

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

.hamburger-menu {
  position: relative;
  text-decoration: none;
  padding: 10px;
}
.hamburger-menu:before {
  content: "\f0c9";
  font-family: fontAwesome;
  padding: 10px;
}

.no-js .navigation-title {
  display: none;
}

.menu-flex-mega-container {
  /*!*/
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 10px;
  text-align: left;
  position: relative;
}
.menu-flex-mega-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu-flex-mega-container .menu-flex-mega {
  display: inline-block;
}
.menu-flex-mega-container .menu-flex-mega > li {
  display: inline-block;
  text-transform: uppercase;
}
.menu-flex-mega-container .menu-flex-mega > li > a {
  /*!*/
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "Lato", sans-serif;
  display: block;
  color: #424a54;
  padding: 12px 10px;
  position: relative;
  text-decoration: none;
}
.menu-flex-mega-container .menu-flex-mega > li.menu-item-has-children > a:after {
  font-size: 16px;
  font-size: 1.6rem;
  content: "\f107";
  font-family: fontAwesome;
  left: 45%;
  position: absolute;
  top: 27px;
  z-index: -1;
}
.menu-flex-mega-container .menu-flex-mega > li.menu-item-has-children > a[aria-expanded=true]:after {
  color: #e5e8ed;
  content: "\f0de";
  top: 32px;
  z-index: 9;
}
.menu-flex-mega-container .menu-flex-mega a {
  color: #424a54;
  text-decoration: none;
}
.menu-flex-mega-container .menu-flex-mega a:active, .menu-flex-mega-container .menu-flex-mega a:hover {
  color: #A02844;
  text-decoration: underline;
}
.menu-flex-mega-container .ceoel-mega {
  /*!*/
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  background-color: #e5e8ed;
  box-sizing: border-box;
  padding: 20px;
  width: 100%;
  z-index: 9;
  position: absolute;
  right: 0;
  transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  display: block;
}
.menu-flex-mega-container .ceoel-mega.transition-open {
  max-height: 1000px;
  opacity: 1;
}
.menu-flex-mega-container .ceoel-mega.hide {
  display: none;
}
.menu-flex-mega-container .ceoel-mega .ceoel-mega-section-container > ul {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 12px;
       column-gap: 12px;
  -moz-column-rule: 1px solid #9b9da0;
       column-rule: 1px solid #9b9da0;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  page-break-inside: avoid;
  -moz-column-fill: balance;
       column-fill: balance;
  display: block;
  list-style: none;
  margin: 0 auto;
  text-transform: none;
}
.menu-flex-mega-container .ceoel-mega .ceoel-mega-section-container > ul > li {
  flex: 1;
  padding: 5px;
}
.menu-flex-mega-container .ceoel-mega .ceoel-mega-section-container > ul > li > a {
  font-weight: bold;
}
.menu-flex-mega-container .ceoel-mega .menu-title {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 0 5px 0;
  padding: 0;
}
.menu-flex-mega-container .ceoel-mega .sub-menu {
  padding-left: 10px;
  text-transform: none;
}
.menu-flex-mega-container .ceoel-mega .sub-menu li {
  padding: 5px 0;
}

.no-js .menu-flex-mega-container .menu-flex-mega > li.menu-item-has-children > a:after {
  display: none;
}
.no-js .menu-flex-mega-container .menu-flex-mega > li.menu-item-has-children > a[aria-expanded=true]:after {
  display: none;
}
.no-js .menu-flex-mega-container .ceoel-mega {
  display: none;
}

.menu-flex-mega .ceoel-mega-section-container > ul #menu-item-6571 {
  padding: 0px 5px 5px 5px;
}

.menu-flex-mega .ceoel-mega-section-container > ul #menu-item-6558 {
  padding: 0px 5px 5px 5px;
}

.menu-flex-mega .ceoel-mega-section-container > ul #menu-item-9648 {
  padding: 0px 5px 0px 5px;
}

.menu-flex-mega .ceoel-mega-section-container > ul #menu-item-6584 {
  padding: 0px 5px 10px 5px;
}

.menu-flex-mega .ceoel-mega-section-container > ul #menu-item-6601 {
  padding: 0px 5px 155px 5px;
}

.cs-navbutton-wrap .cs-navbutton {
  font-size: 12px;
  font-size: 1.2rem;
  background: #A02844;
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  padding: 8px 10px 10px 10px;
  display: block;
}
.cs-navbutton-wrap .cs-navbutton:active, .cs-navbutton-wrap .cs-navbutton:hover {
  background: #89003C;
}
.cs-navbutton-wrap .cs-navbutton:before {
  content: "\f19d";
  font-family: fontAwesome;
  margin: 0 5px 0;
  padding: 0;
}
.cs-navbutton-wrap .cs-navbutton:after {
  font-family: fontAwesome;
  margin: 0 0 0 7px;
  vertical-align: top;
}
.cs-navbutton-wrap .cs-navbutton[aria-expanded=true]:after {
  content: "\f0de";
}
.cs-navbutton-wrap .cs-navbutton[aria-expanded=false]:after {
  content: "\f0d7";
}
@media (max-width: 600px) {
  .cs-navbutton-wrap .cs-navbutton {
    font-size: 14px;
    font-size: 1.4rem;
    background: #6d6e70;
    border-radius: 0;
    padding: 10px 10px;
  }
  .cs-navbutton-wrap .cs-navbutton:active, .cs-navbutton-wrap .cs-navbutton:hover {
    background: #666e78;
  }
  .cs-navbutton-wrap .cs-navbutton:before {
    font-size: 24px;
    font-size: 2.4rem;
    display: block;
  }
}

.no-js .cs-navbutton-wrap .cs-navbutton[aria-expanded=true]:after, .no-js .cs-navbutton-wrap .cs-navbutton[aria-expanded=false]:after {
  content: "";
}

.cs-nav-wrap {
  background-color: #6d6e70;
  padding: 12px;
  color: white;
  text-align: left;
  position: absolute;
  right: 0;
  z-index: 1;
  min-width: 530px;
  transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  display: block;
}
.cs-nav-wrap.transition-open {
  max-height: 1000px;
  opacity: 1;
}
.cs-nav-wrap.hide {
  display: none;
}
.cs-nav-wrap p {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
}
.cs-nav-wrap ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cs-nav-wrap .menu-current-students-2 {
  list-style: none;
  display: flex;
  justify-content: space-around;
}
.cs-nav-wrap .menu-current-students-2 .menu-title {
  margin-bottom: 15px;
}
.cs-nav-wrap .menu-current-students-2 li {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 10px 0;
  border-bottom: 1px solid #9b9da0;
}
.cs-nav-wrap .menu-current-students-2 li:last-child {
  border-bottom: none;
}
.cs-nav-wrap .menu-current-students-2 > li {
  border-bottom: none;
  border-top: 1px solid #9b9da0;
  flex: 1;
  padding: 10px;
}
.cs-nav-wrap .menu-current-students-2 > li:first-child {
  border-right: 1px solid #9b9da0;
}
.cs-nav-wrap .menu-current-students-2 a {
  color: white;
  text-decoration: none;
}
.cs-nav-wrap .menu-current-students-2 a:active, .cs-nav-wrap .menu-current-students-2 a:hover {
  color: #9b9da0;
}
@media (max-width: 600px) {
  .cs-nav-wrap {
    padding: 0;
    min-width: 0;
    width: 100%;
  }
  .cs-nav-wrap p {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 10px 0;
  }
  .cs-nav-wrap .menu-current-students-2 {
    display: block;
  }
  .cs-nav-wrap .menu-current-students-2 ul li {
    padding-left: 10px;
  }
  .cs-nav-wrap .menu-current-students-2 li {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .cs-nav-wrap .menu-current-students-2 > li {
    border: none;
    border-bottom: 1px solid #9b9da0;
    display: block;
    padding: 0;
  }
  .cs-nav-wrap .menu-current-students-2 .menu-title {
    padding: 10px;
    border-bottom: 1px solid #9b9da0;
    margin: 0;
  }
  .cs-nav-wrap .menu-current-students-2 a {
    padding: 5px 10px;
    width: 100%;
    display: block;
  }
}

@media (max-width: 600px) {
  .menu-flex-mega-container {
    position: static;
  }
  .menu-flex-mega-container .navigation-title {
    height: auto !important;
    margin: 0 !important;
    position: relative !important;
    width: auto !important;
    clip-path: inset(0);
  }
  .menu-flex-mega-container .menu-flex-mega {
    display: block;
    transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    position: absolute;
    left: 0;
    background: #f5f7fa;
    width: 100%;
    z-index: 9;
  }
  .menu-flex-mega-container .menu-flex-mega.transition-open {
    max-height: 1000px;
    opacity: 1;
  }
  .menu-flex-mega-container .menu-flex-mega.hide {
    display: none;
  }
  .menu-flex-mega-container .menu-flex-mega > li {
    display: block;
  }
  .menu-flex-mega-container .menu-flex-mega > li > a {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .menu-flex-mega-container .menu-flex-mega > li.menu-item-has-children > a:after {
    font-size: 30px;
    font-size: 3rem;
    left: auto;
    top: -5px;
    right: 20px;
    z-index: -1;
  }
  .menu-flex-mega-container .menu-flex-mega > li.menu-item-has-children > a[aria-expanded=true]:after {
    color: inherit;
    content: "\f106";
    left: auto;
    top: -5px;
    right: 20px;
    z-index: -1;
  }
  .menu-flex-mega-container .ceoel-mega {
    position: static;
    background-color: #f5f7fa;
    text-transform: none;
    padding: 0;
  }
  .menu-flex-mega-container .ceoel-mega .ceoel-mega-section-container > ul {
    -moz-column-count: auto;
         column-count: auto;
  }
  .menu-flex-mega-container .ceoel-mega .ceoel-mega-section-container > ul li {
    display: block;
    border: 1px solid #e5e8ed;
    padding: 0;
  }
  .menu-flex-mega-container .ceoel-mega .ceoel-mega-section-container > ul li a {
    padding: 10px 15px;
    width: 100%;
    display: block;
  }
  .menu-flex-mega-container .ceoel-mega .menu-title {
    height: auto;
    margin: 0;
    position: relative !important;
    width: auto;
  }
  .menu-flex-mega-container .ceoel-mega .sub-menu {
    padding-left: 0;
  }
  .menu-flex-mega-container .ceoel-mega .sub-menu li {
    padding: 0;
  }
  .no-js .menu-flex-mega-container .menu-flex-mega {
    max-height: none;
    overflow: auto;
    opacity: 1;
    position: static;
  }
  .menu-flex-mega .ceoel-mega-section-container > ul #menu-item-6571 {
    padding: 0;
  }
  .menu-flex-mega .ceoel-mega-section-container > ul #menu-item-6558 {
    padding: 0;
  }
  .menu-flex-mega .ceoel-mega-section-container > ul #menu-item-9648 {
    padding: 0;
  }
}
.home .announcements-wrapper .announcements-button-wrap button {
  background: #6d6e70;
}
.home .announcements-wrapper .announcements-content-wrap {
  background: #6d6e70;
  color: white;
}
.home .announcements-wrapper .announcements-content-wrap .announcements-title:first-child:after {
  color: rgba(255, 255, 255, 0.2);
  right: 10px;
}

.announcements-wrapper {
  position: relative;
}

.announcements-button-wrap {
  position: absolute;
  right: 30px;
  margin: 10px;
}
.announcements-button-wrap button {
  background: #a8c84e;
  border-radius: 0;
  padding: 0;
}
.announcements-button-wrap button.close {
  color: #424a54;
}
.announcements-button-wrap button.close:before {
  content: "\f00d";
  font-family: fontAwesome;
  padding: 5px;
}
.announcements-button-wrap button.open {
  padding: 5px;
  color: #424a54;
}
.announcements-button-wrap button.open:before {
  font-size: 30px;
  font-size: 3rem;
  content: "\f06a";
  font-family: fontAwesome;
  padding: 5px;
}
.announcements-button-wrap button span {
  border: 0;
  background: white;
  color: black;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.announcements-button-wrap button span:focus {
  clip: auto;
  display: block;
  z-index: 100000;
  width: auto;
  height: auto;
}
@media (max-width: 600px) {
  .announcements-button-wrap {
    display: none;
  }
}

.announcements-content-wrap {
  padding: 20px 40px 20px 30px;
  background: #a8c84e;
}
.announcements-content-wrap[aria-hidden=false] {
  display: block;
}
.announcements-content-wrap[aria-hidden=true] {
  display: none;
}
.announcements-content-wrap a {
  color: #89003C;
}
@media (max-width: 600px) {
  .announcements-content-wrap {
    display: block;
  }
}

.announcements-title {
  margin: 0 30px 10px 0;
  font-size: 22px;
  font-size: 2.2rem;
  color: #424a54;
  position: relative;
}
.announcements-title:first-child:after {
  font-size: 100px;
  font-size: 10rem;
  content: "\f06a";
  font-family: fontAwesome;
  position: absolute;
  right: 0;
  color: rgba(127, 153, 60, 0.2);
}

.flex-track-row {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.flex-track-row .track-image {
  height: 20vh;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0;
  padding: 0;
  display: block;
}
.flex-track-row .flex-track {
  max-width: 30%;
  margin: 0 2rem 0 0;
}
.flex-track-row .flex-track:last-of-type {
  margin: 0;
}
@media (max-width: 900px) {
  .flex-track-row .flex-track {
    max-width: 100%;
    margin: 0 auto 2rem auto;
  }
}
.flex-track-row .track-icon {
  border-radius: 50%;
  margin: -30px auto 0 auto;
  position: relative;
  width: 62px;
  height: 62px;
  text-align: center;
}
.flex-track-row .track-body {
  padding: 0 2rem;
}

.content {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  background: white;
}

.home .content,
.blog .content,
.category .content {
  box-shadow: none;
  background: transparent;
}

.blog .post {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  background: white;
  padding: 30px;
  margin-bottom: 30px;
}
@media (max-width: 600px) {
  .blog .post {
    padding: 15px;
  }
}

.blog .post:last-child {
  margin-bottom: 0;
}

.blog-home-thumbnail {
  text-align: center;
}

.single figcaption {
  background: transparent;
  color: #424a54;
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
  padding: 0;
  font-size: 14px;
}

.entry-title,
.archive-title,
.widget-title {
  margin-top: 0;
}
@media (max-width: 600px) {
  .entry-title,
  .archive-title,
  .widget-title {
    margin-top: 15px;
  }
}

@media (max-width: 600px) {
  .archive-title {
    margin: 15px;
  }
}

.entry-meta {
  font-weight: 500;
}

.page-heading {
  width: auto;
  text-align: right;
  position: relative;
}

.page-heading-cta {
  display: inline-block;
  margin: 30px;
  padding: 0;
  position: relative;
  text-align: left;
  max-width: 65%;
}
@media (max-width: 999px) {
  .page-heading-cta {
    max-width: 85%;
  }
}
@media (max-width: 480px) {
  .page-heading-cta {
    display: block;
    max-width: none;
    margin: 0 auto;
  }
}

.cta-campus-logo-wrap {
  position: absolute;
  bottom: -96px;
  right: 0;
}
@media (max-width: 1015px) {
  .cta-campus-logo-wrap {
    display: none;
  }
}
.cta-campus-logo-wrap img {
  width: 225px;
}
@media (max-width: 1142px) {
  .cta-campus-logo-wrap img {
    width: 150px;
  }
}

.page-heading-description {
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  padding: 5px 15px;
}
.page-heading-description h2 {
  color: white;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.3;
  text-transform: capitalize;
}
.page-heading-description .button-flex {
  border: 4px solid white;
}

.page-heading-form_wrapper {
  background: #e5e8ed;
  padding: 5px 10px;
  width: auto;
  display: none !important;
}
.page-heading-form_wrapper .gf_progressbar_title {
  margin: 0;
  padding: 0;
}
.page-heading-form_wrapper .gf_progressbar {
  display: none;
}
.page-heading-form_wrapper .gform_fields {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.page-heading-form_wrapper .gform_fields .gfield {
  margin: 0 0 10px 10px;
}
.page-heading-form_wrapper .gform_fields .gform_hidden {
  display: none;
}
.page-heading-form_wrapper .gform_page_footer {
  padding: 0;
}

.show.page-heading-form_wrapper {
  display: block !important;
  position: relative;
  z-index: 1;
  min-height: 230px;
}

#info-kit-container {
  display: none;
}
@media (max-width: 600px) {
  #info-kit-container {
    display: block;
    margin: 0 1%;
  }
}

.no-js #info-kit-container {
  display: none;
}

#colorbox #info-kit-form {
  background: #e5e8ed;
  padding: 30px;
}
#colorbox #info-kit-form .widget-title,
#colorbox #info-kit-form .gform_title {
  color: #A02844;
  margin-bottom: 20px;
  text-align: center;
}
#colorbox #info-kit-form .form-container .gfield {
  float: left;
  width: 50%;
  padding: 5px 10px;
}
#colorbox #info-kit-form .form-container .gfield_html {
  display: none;
}
#colorbox #info-kit-form input {
  width: 100%;
}
#colorbox #info-kit-form input[type=submit], #colorbox #info-kit-form input[type=button] {
  width: auto;
}
#colorbox #info-kit-form select {
  width: 100%;
}
#colorbox #info-kit-form .gform_fields {
  display: flex;
  flex-flow: row wrap;
}
#colorbox #info-kit-form .gfield {
  margin: 0.25rem;
  flex: 0 0 45%;
}
#colorbox #info-kit-form .gfield.Lead_Seeking_Type__c {
  flex: 0 0 100%;
}
#colorbox #info-kit-form .gform_footer {
  text-align: center;
}

.flex-tab-list-wrapper {
  overflow: auto;
  padding-bottom: 5px;
  padding-top: 10px;
  white-space: nowrap;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  transform: rotateX(180deg);
}

.tab-post-content {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
}
@media (min-width: 650px) {
  .tab-post-content .tab-post {
    flex: 1 0 50%;
  }
}
.tab-post-content .tab-post img {
  border-bottom: 5px solid grey;
}

.tab-post-content .tab-post {
  padding-right: 10px;
}
@media (min-width: 650px) {
  .tab-post-content .tab-post {
    flex: 1 0 100%;
  }
}
@media (min-width: 850px) {
  .tab-post-content .tab-post {
    max-width: 50%;
    flex: 1 0 50%;
  }
}
.tab-post-content .tab-post.career-posts {
  margin-bottom: 35px;
  overflow-y: hidden;
}
.tab-post-content .tab-post.career-posts h3 {
  background: #f1f1f1;
  margin: 0;
  padding: 20px 15px 25px;
  font-size: 1.8rem;
  line-height: 2.6rem;
  height: 100%;
}
.tab-post-content .tab-post.career-posts a {
  text-decoration: none;
  color: #424a53;
}
.tab-post-content .tab-post.career-posts a:hover, .tab-post-content .tab-post.career-posts a:focus {
  text-decoration: underline;
  color: #89003C;
}
.tab-post-content .tab-post.career-posts img {
  border-bottom: 10px solid #424a54;
  margin-bottom: -7px;
}
.tab-post-content .tab-post.career-posts img.careers {
  border-bottom: 10px solid #b71e53;
}
.tab-post-content .tab-post.career-posts img.student-stories {
  border-bottom: 10px solid #94b836;
}
.tab-post-content .tab-post.career-posts img.news {
  border-bottom: 10px solid #f36d3b;
}

.student-data-wrapper {
  font-size: 14x;
  text-transform: uppercase;
}
.student-data-wrapper a {
  text-decoration: none;
  padding-bottom: 13px;
}

.blog-home-read-more {
  width: 100%;
  font-weight: bold;
  text-align: right;
}

.featured-posts-included.page-heading {
  position: relative;
  min-height: 230px;
}
.featured-posts-included.page-heading .page-heading-cta {
  position: relative;
  top: 0;
  right: 0;
  height: 100%;
  margin: 0;
}
.featured-posts-included.page-heading .page-heading-cta .page-heading-description {
  height: 100%;
  min-height: 230px;
}
.featured-posts-included .cta-campus-logo-wrap {
  right: 0;
  bottom: 5px;
  width: 285px;
  line-height: 47px;
  text-align: center;
}
.featured-posts-included .cta-campus-logo-wrap img {
  display: inline-block;
  height: 56px;
  max-width: 156px;
}

.flex-tab-list {
  list-style: none;
  margin: 0;
  padding: 0;
  transform: rotateX(180deg);
}
.flex-tab-list li {
  display: inline-block;
}
.flex-tab-list a {
  border-bottom: 5px solid #ccd1d9;
  margin-right: 10px;
  position: relative;
  /*&:before{
  	width: 0;
  	height: 0;
  	border-style: solid;
  	border-width: 0 10px 7px 10px;
  	border-color: transparent transparent $gray-1 transparent;
  	display:block;
  	position: absolute;
  	bottom:0;
  	right:0;
  	left:0;
  	margin:0 auto;
  	content:'';
  }*/
}
.flex-tab-list a[role=tab] {
  display: block;
  padding: 10px;
  text-decoration: none;
  text-transform: uppercase;
}
.flex-tab-list a[aria-selected=true] {
  color: #A02844;
  border-bottom: 5px solid #A02844;
  /*&:before{
  	bottom:-12px;
  	border-width: 7px 10px 0 10px;
  	border-color: $red transparent transparent transparent;
  }*/
}

.tabpanel .tab-heading:focus {
  border: none;
  outline: 1px dotted #e5e8ed;
}

.folder .flex-tab-list li {
  margin: 0 4px;
}
.folder .flex-tab-list li:first-child {
  margin-left: 0;
}
.folder .flex-tab-list a {
  background: #6d6e70;
  color: white;
}
.folder .flex-tab-list a:active, .folder .flex-tab-list a:hover {
  background: #9b9da0;
}
.folder .flex-tab-list a[aria-selected=true] {
  color: #424a54;
  border: none;
  background-color: #e5e8ed;
  position: relative;
  font-weight: bold;
  /*&:after{ // cssarrowplease.com
  	top: 100%;
  	left: 50%;
  	border: solid transparent;
  	content:' ';
  	height: 0;
  	width: 0;
  	position: absolute;
  	pointer-events: none;
  	border-top-color: $gray-2;
  	border-width: 20px;
  	margin-left: -20px;
  }

  &:active:after,
  &:hover:after{
  	border-top-color: $gray-1;
  }*/
}
.folder .tabpanel {
  background: #e5e8ed;
  padding: 30px;
}
.folder .tab-header {
  border: 0;
  background: white;
  color: black;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.folder .tab-header:focus {
  clip: auto;
  display: block;
  z-index: 100000;
  width: auto;
  height: auto;
}

.show-all flex-tab-list a[aria-selected=true] {
  background: none;
}
.show-all .tabpanel {
  background: none;
  padding: 0;
}
.show-all .tab-header {
  border: 0;
  background: inherit;
  color: inherit;
  clip: rect(auto);
  height: auto;
  margin: auto;
  overflow: auto;
  padding: auto;
  position: static;
  width: auto;
}

.tabpanel[aria-hidden=true] {
  display: none;
}

/* accordions */
.acc-title button {
  font-size: 16px;
  font-size: 1.6rem;
  color: #424a54;
  background: none;
  border: none;
  text-align: left;
  padding: 0;
  text-transform: none;
  display: block;
  width: 100%;
}
.acc-title button:before {
  font-family: fontAwesome;
  color: #abb2bd;
  float: right;
  margin-left: 10px;
  min-height: 30px;
}
.acc-title button[aria-expanded=false]:before {
  content: "\f055";
}
.acc-title button[aria-expanded=true]:before {
  content: "\f057";
}

.acc-panel {
  padding: 0 24px;
  margin: 0;
}
.acc-panel[aria-hidden=true] {
  display: none;
}
.acc-panel[aria-hidden=false] {
  display: block;
}
.acc-panel p {
  margin: 0;
  padding: 0 0 12px 0;
}

#faq-content .flex-tab-list-wrapper {
  margin-bottom: 48px;
}
#faq-content .acc-title {
  padding: 12px 12px 6px 12px;
  margin: 0;
  border-top: 1px solid #ccd1d9;
}
#faq-content .tabpanel {
  border-bottom: 1px solid #ccd1d9;
}
#faq-content .acc-title:nth-of-type(odd),
#faq-content .acc-panel:nth-of-type(odd) {
  background: #f5f7fa;
}

.clear-faq-search-wrap {
  padding: 12px 0;
}
.clear-faq-search-wrap a {
  display: block;
  text-decoration: none;
  color: #424a54;
}
.clear-faq-search-wrap a:before {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: fontAwesome;
  content: "\f137";
  display: inline-block;
  margin-right: 6px;
  color: #a8c84e;
}

#faq-search {
  margin-bottom: 30px;
}
#faq-search input {
  font-size: 16px;
  font-size: 1.6rem;
  display: inline-block;
  vertical-align: middle;
}
#faq-search input[type=search] {
  width: 90%;
}
#faq-search button {
  display: inline-block;
  vertical-align: middle;
  text-indent: -9999px;
  position: relative;
  width: 40px;
  height: 30px;
}
#faq-search button:before {
  font-family: fontAwesome;
  content: "\f002";
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  text-indent: 0;
  right: 0;
  margin: 0 auto;
}

#net-price-calculator-form {
  margin-bottom: 40px;
}
#net-price-calculator-form fieldset {
  border: 0;
  padding: 0 0 20px 0;
  margin: 0;
}
#net-price-calculator-form fieldset p {
  margin: 10px 20px;
}
#net-price-calculator-form legend {
  background: #e5e8ed;
  border-top: 2px solid #54b2d9;
  display: block;
  width: 100%;
  padding: 8px 20px;
  margin: 0;
}
#net-price-calculator-form .error {
  color: #A02844;
}
#net-price-calculator-form label {
  width: 250px;
  display: inline-block;
}
#net-price-calculator-form input[type=submit] {
  margin-left: 20px;
}
#net-price-calculator-form input[type=text],
#net-price-calculator-form select {
  width: 250px;
  margin-right: 20px;
}
#net-price-calculator-form .more-info {
  position: relative;
}
#net-price-calculator-form i {
  color: #a6c74f;
  cursor: pointer;
}
#net-price-calculator-form .more-info:hover .more-info-content {
  display: block;
}
#net-price-calculator-form .more-info-content {
  position: absolute;
  top: 15px;
  left: 15px;
  display: none;
  width: 200px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4;
  color: #fff;
  background: #424a54;
  padding: 10px;
  border-radius: 2px;
  z-index: 1;
}

#net-price-calculator-results.hide {
  display: none;
  margin-bottom: 0;
}

.net-price-calculator-results {
  margin-bottom: 20px;
  border-bottom: 1px solid #9b9da0;
}
.net-price-calculator-results input[type=text] {
  text-align: right;
  margin-right: 0 !important;
}
.net-price-calculator-results th, .net-price-calculator-results td {
  padding: 5px 20px;
  vertical-align: top;
}
.net-price-calculator-results thead th {
  background: #f5f7fa;
  font-weight: bold;
  border-top: 2px solid #54b2d9;
}
.net-price-calculator-results tbody td,
.net-price-calculator-results tbody th {
  border-top: 1px solid #9b9da0;
}
.net-price-calculator-results tbody td {
  text-align: right;
}
.net-price-calculator-results tbody tr.total-row {
  background: #75c7e8;
}
.net-price-calculator-results tbody tr.total-row.attn-row {
  background: #a8c84e;
}
.net-price-calculator-results tbody tr.total-row.attn-row:hover {
  background: #94b836;
}
.net-price-calculator-results tbody tr.total-row td,
.net-price-calculator-results tbody tr.total-row th {
  border-top: 2px dashed #6d6e70;
  font-weight: 800;
}
.net-price-calculator-results tbody tr:hover {
  background: #e5e8ed;
}

.addor {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 800;
}

.hide {
  display: none;
}

td span.error {
  display: block;
}

td span.error.hide {
  display: none;
}

.pace-wrapper table {
  margin: 0;
  width: 100%;
}

.pace-wrapper table th {
  border-bottom: 1px solid #ddd;
  padding: 10px;
  width: 50%;
}

.pace-wrapper table td {
  text-align: right;
  padding: 10px;
}

.pace-wrapper table tr.on-pace {
  background: #CBDD9A;
}

.pace-wrapper table tr.off-pace {
  background: #B1E5F9;
}

.pace-wrapper table tr.credits-needed {
  background: #CBDD9A;
}

.pace-wrapper table tr:hover {
  background: #efefef;
}

#pace-calculator-form .error {
  color: #B50851;
}

#pace-calculator-form .error p {
  margin-bottom: 0;
  padding-left: 10px;
}

#pace-calculator-form input {
  text-align: right;
}

#pace-calculator-form input[type=submit] {
  margin-top: 20px;
}

#pace-calculator-form .more-info {
  position: relative;
  z-index: 10;
}

#pace-calculator-form .more-info i {
  color: #7F9541;
  cursor: pointer;
}

#pace-calculator-form .more-info-content {
  position: absolute;
  top: 15px;
  left: 15px;
  display: none;
  width: 400px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 14px;
  line-height: 1.4rem;
  color: #fff;
  background: #333;
  padding: 10px;
  border-radius: 2px;
}

#pace-calculator-form .more-info-content li {
  margin-bottom: 15px;
}

#pace-calculator-form .more-info:hover .more-info-content {
  display: block;
}

.accreditation-paragraph {
  position: relative;
}

.page-template-page_student_resource .content-sidebar-wrap {
  position: relative;
}

.srp-breadcrumb-wrap {
  background: #9b9da0;
  margin: 0;
  padding: 5px 30px;
  color: white;
}
.srp-breadcrumb-wrap a {
  color: white;
}
.srp-breadcrumb-wrap a:active, .srp-breadcrumb-wrap a:hover {
  color: #6d6e70;
}
.srp-breadcrumb-wrap p {
  margin: 0;
}

.srp-button-wrap {
  position: absolute;
  right: 30px;
  margin: 10px;
}
.srp-button-wrap button {
  background: #a8c84e;
  border-radius: 0;
  padding: 0;
}
.srp-button-wrap button.close:before {
  content: "\f00d";
  font-family: fontAwesome;
  padding: 5px;
}
.srp-button-wrap button.open {
  padding: 5px;
}
.srp-button-wrap button.open:before {
  font-size: 30px;
  font-size: 3rem;
  content: "\f06a";
  font-family: fontAwesome;
  padding: 5px;
}
.srp-button-wrap button span {
  border: 0;
  background: white;
  color: black;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.srp-button-wrap button span:focus {
  clip: auto;
  display: block;
  z-index: 100000;
  width: auto;
  height: auto;
}
@media (max-width: 600px) {
  .srp-button-wrap {
    display: none;
  }
}

.srp-announcements-wrap {
  padding: 20px 40px 20px 30px;
  background: #a8c84e;
}
.srp-announcements-wrap .srp-announcements-title {
  margin: 0 0 10px 0;
  font-size: 22px;
  font-size: 2.2rem;
  color: white;
  position: relative;
}
.srp-announcements-wrap .srp-announcements-title:after {
  font-size: 100px;
  font-size: 10rem;
  content: "\f06a";
  font-family: fontAwesome;
  position: absolute;
  right: 0;
  color: rgba(127, 153, 60, 0.2);
}
.srp-announcements-wrap[aria-hidden=false] {
  display: block;
}
.srp-announcements-wrap[aria-hidden=true] {
  display: none;
}
@media (max-width: 600px) {
  .srp-announcements-wrap {
    display: block;
  }
}

.page-template-page_student_resource .entry-title span {
  color: #a8c84e;
}

.page-heading {
  margin: 0 0 30px 0;
}

.srp-column-container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
@media (max-width: 600px) {
  .srp-column-container {
    display: block;
  }
}

.srp-column {
  font-size: 18px;
  font-size: 1.8rem;
  background: #f5f7fa;
  padding: 30px;
  border-top: 4px solid #A02844;
  flex: 1 1 25%;
  margin: 30px 0 0;
}
.srp-column:nth-child(3n+2) {
  margin: 30px 30px 0 30px;
}
@media (max-width: 1072px) {
  .srp-column:nth-child(3n+2) {
    margin: 10px 10px 0 10px;
  }
}
@media (max-width: 999px) {
  .srp-column:nth-child(3n+2) {
    margin: 10px;
  }
}
@media (max-width: 600px) {
  .srp-column:nth-child(3n+2) {
    margin: 30px 10px;
  }
}
.srp-column:nth-child(-n+3) {
  margin-top: 0;
}
@media (max-width: 999px) {
  .srp-column:nth-child(-n+3) {
    margin: 10px;
  }
}
@media (max-width: 600px) {
  .srp-column:nth-child(-n+3) {
    margin: 30px 10px;
  }
}
.srp-column .srp-column-title {
  font-size: 32px;
  font-size: 3.2rem;
  text-transform: uppercase;
  margin: 0 0 30px 0;
}
.srp-column li {
  margin: 15px 0;
}
.srp-column li div {
  font-size: 16px;
  font-size: 1.6rem;
}
.srp-column li div li {
  margin: 0;
}
@media (max-width: 1072px) {
  .srp-column {
    margin: 10px 0 0;
  }
}
@media (max-width: 999px) {
  .srp-column {
    margin: 10px;
  }
}
@media (max-width: 600px) {
  .srp-column {
    margin: 30px 10px;
  }
}

/*.accreditation-wrap{
	position:relative;
}*/
.accreditation-links {
  position: relative;
}

.accreditation-links:hover ~ .accredited-message {
  display: block;
}

.accreditation-links:hover ~ .arrow-down {
  display: block;
}

.accredited-message {
  display: none;
  position: absolute;
  background: #6d6e71;
  padding: 20px 30px 30px 30px;
  padding-bottom: 0px;
  color: white;
  border-radius: 5px;
  max-width: 85%;
  /*top:-260px;
  right:30px;*/
}

.arrow-down {
  display: none;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #6d6e71;
  border-bottom: 20px solid transparent;
  right: 25px;
  /*border-style: solid;
  border-width: 0 10px 17.3px 10px;
  border-color: transparent transparent #6D6E71;
  top:-5px;
  right:26px;*/
}

.flex-course-list {
  margin-bottom: 20px;
}
.flex-course-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: row wrap;
}
.flex-course-list ul li {
  flex: 0 0 30%;
  background: #f5f7fa;
}
@media (max-width: 768px) {
  .flex-course-list ul li {
    flex: 0 0 45%;
  }
}
@media (max-width: 480px) {
  .flex-course-list ul li {
    flex: 0 0 100%;
  }
}
.flex-course-list ul li {
  margin: 7px;
  position: relative;
  padding: 100px 10px 10px;
}
.flex-course-list ul li a {
  font-family: "Lato", sans-serif;
  line-height: 1.3;
  display: block;
  text-decoration: none;
  padding-top: 10px;
}
.flex-course-list ul li a:before {
  content: "";
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
@media (max-width: 480px) {
  .flex-course-list ul li a:before {
    background-size: cover;
  }
}
.flex-course-list ul li a:before {
  border-bottom: 5px solid #A02844;
  display: block;
  position: absolute;
  min-height: 100px;
  width: 100%;
  top: 0;
  left: 0;
}
.flex-course-list ul li.aas a:before {
  background-image: url(/wp-content/themes/flex-gulp/images/programs/program_aas@2x.jpg);
}
.flex-course-list ul li.bsba a:before {
  background-image: url(/wp-content/themes/flex-gulp/images/programs/program_bsba@2x.jpg);
}
.flex-course-list ul li.bsn a:before {
  background-image: url(/wp-content/themes/flex-gulp/images/programs/program_bsn@2x.jpg);
}
.flex-course-list ul li.di a:before {
  background-image: url(/wp-content/themes/flex-gulp/images/programs/program_di@2x.jpg);
}
.flex-course-list ul li.hs a:before {
  background-image: url(/wp-content/themes/flex-gulp/images/programs/program_hs@2x.jpg);
}
.flex-course-list ul li.ist a:before {
  background-image: url(/wp-content/themes/flex-gulp/images/programs/program_ist@2x.jpg);
}
.flex-course-list ul li.btc a:before {
  background-image: url(/wp-content/themes/flex-gulp/images/programs/program_btc@2x.jpg);
}
.flex-course-list ul li.hci a:before {
  background-image: url(/wp-content/themes/flex-gulp/images/programs/program_hci@2x.jpg);
}
.flex-course-list ul li.ilhc a:before {
  background-image: url(/wp-content/themes/flex-gulp/images/programs/program_ilhc@2x.jpg);
}
.flex-course-list ul li.pm a:before {
  background-image: url(/wp-content/themes/flex-gulp/images/programs/program_pm@2x.jpg);
}
.flex-course-list ul li.suds a:before {
  background-image: url(/wp-content/themes/flex-gulp/images/programs/program_suds@2x.jpg);
}
.flex-course-list ul li.ban a:before {
  background-image: url(/wp-content/themes/flex-gulp/images/programs/program_ban@2x.jpg);
}

.color-chart-col {
  width: 46%;
  float: left;
  margin-bottom: 24px;
}
@media (max-width: 600px) {
  .color-chart-col {
    width: 100%;
    float: none;
  }
}
.color-chart-col.color-charts {
  text-align: center;
  float: right;
  width: 48%;
  margin-left: 24px;
}
@media (max-width: 600px) {
  .color-chart-col.color-charts {
    width: 100%;
    float: none;
    margin: 0 auto;
  }
}
.color-chart-col .color-title {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  margin: 0;
  padding: 6px;
  background: #A02844;
  color: white;
  text-transform: uppercase;
}
.color-chart-col .color-title.last {
  margin-top: 12px;
}
.color-chart-col .color-title a {
  color: white;
  text-decoration: none;
}
.color-chart-col .color-title a:active, .color-chart-col .color-title a:hover {
  color: #f5f7fa;
  text-decoration: underline;
}
.color-chart-col ul {
  margin: 0;
  padding: 0;
}
.color-chart-col ul li {
  list-style: none;
  padding: 6px 0;
  background: #9b9da0;
}
.color-chart-col ul li:nth-child(odd) {
  background: #e5e8ed;
}
.color-chart-col:first-child {
  margin-bottom: 12px;
}
.color-chart-col #grad-footnote {
  font-size: 14px;
  font-size: 1.4rem;
  font-style: italic;
}

.coach-image {
  max-width: 250px;
}

.success-coach-wrap {
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.success-coach-wrap .success-coach {
  flex: 0 1 25%;
}

.coach-link {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
}
.coach-link:before {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
}
.coach-link .coach-name {
  position: absolute;
  bottom: 10%;
  color: white;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
  text-shadow: 2px 2px 2px #000;
}
.coach-link img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}
.coach-link:hover:before, .coach-link:active:before {
  background-color: rgba(0, 0, 0, 0.1);
}

.coachpop-content {
  padding: 0 3rem 3rem 3rem;
}
.coachpop-content .coach-name {
  font-size: 3.2rem;
  border-bottom: 1px solid #424a54;
}

.coach-figure {
  max-width: 30%;
  border: 1px solid #9b9da0;
}
.coach-figure .caption-text {
  text-align: center;
  padding: 10px;
  font-weight: bold;
  line-height: 1;
}
.coach-figure .coach-program-title {
  display: block;
}

.entry-footer {
  background: #e5e8ed;
  font-size: 12px;
  font-size: 1.2rem;
  font-style: italic;
  padding: 30px 30px 10px 30px;
}

.uwex-normal-table {
  display: table;
}

.uwex-normal-table tbody {
  display: table-row-group;
}

.uwex-normal-table tr {
  display: table-row;
}

.uwex-normal-table td {
  display: table-cell;
}

#americas-top-online-colleges {
  background: white;
  box-shadow: #9b9da0 0 0 5px;
  width: 125px;
  height: 225px;
  position: fixed;
  top: 50%;
  right: 1%;
  z-index: 1000;
  padding: 1rem;
}
#americas-top-online-colleges button {
  background: none;
  color: inherit;
  margin: 0;
  padding: 0;
  float: right;
}
#americas-top-online-colleges img {
  display: block;
  max-width: 100%;
  height: auto;
}
#americas-top-online-colleges p {
  line-height: 1;
  margin: 0.5rem 0 0;
  text-align: center;
}

.sidebar .widget {
  background-color: #fff;
  margin-bottom: 30px;
  padding: 30px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}
.sidebar .widget:last-child {
  margin-bottom: 0;
}

.blog-program-guide.widget, .get-degree-guide.widget {
  background: none;
  box-shadow: none;
  padding: 0;
}
.blog-program-guide.widget .widget-title, .get-degree-guide.widget .widget-title {
  display: none;
}

.program-guide-wrapper {
  background: #424a54;
  position: relative;
  width: 100%;
  border-radius: 2px;
  color: #fff;
  height: 320px;
  overflow: hidden;
}
@media (max-width: 1015px) {
  .program-guide-wrapper {
    height: 360px;
  }
}
@media (max-width: 999px) {
  .program-guide-wrapper {
    height: 440px;
  }
}
.program-guide-wrapper h4 {
  margin: 0;
  padding: 15px 15px 0 15px;
  color: white;
}

.no-js .program-guide-wrapper {
  height: auto;
}

.content-program-guide-wrapper {
  display: none;
  width: 100%;
  max-width: 100%;
  height: 250px;
  margin-bottom: 20px;
}

#sidebar-program-guide-wrapper.fixed {
  position: fixed;
  top: 0;
  width: inherit;
  max-width: 421px;
}

#sidebar-program-guide-wrapper.absolute {
  position: absolute;
  width: inherit;
  max-width: 421px;
}

.program-guide-description {
  padding: 15px;
}
.program-guide-description .button-flex {
  font-size: 18px;
  font-size: 1.8rem;
  padding: 5px 10px;
}

.no-js .program-guide-description {
  display: none;
}

.program-guide-form-wrapper {
  padding: 15px;
  position: absolute;
  top: 450px;
  transition: top 0.3s ease-in-out;
  background: #eee;
  width: 100%;
  height: 100%;
  color: #424a54;
  border: 2px solid #ccc;
  border-radius: 2px;
}
.program-guide-form-wrapper input[type=submit],
.program-guide-form-wrapper input[type=button],
.program-guide-form-wrapper input[type=reset] {
  background: #A02844;
}
.program-guide-form-wrapper input[type=submit]:active, .program-guide-form-wrapper input[type=submit]:hover,
.program-guide-form-wrapper input[type=button]:active,
.program-guide-form-wrapper input[type=button]:hover,
.program-guide-form-wrapper input[type=reset]:active,
.program-guide-form-wrapper input[type=reset]:hover {
  background: #89003C;
}
.program-guide-form-wrapper select {
  width: 100%;
}

.program-guide-form-wrapper.show {
  top: 0;
}

.no-js .program-guide-form-wrapper {
  display: none;
}

.no-js-program-guide-form-wrapper {
  display: none;
  padding: 15px;
}

.no-js .no-js-program-guide-form-wrapper {
  display: block;
}

section.quick-links {
  background: white;
}
section.quick-links ul {
  font-size: 18px;
  font-size: 1.8rem;
}

section.find-out-if-uw-flex-is-right-for-you,
section.questions-talk-with-a-uw-flex-enrollment-adviser,
section.questions-talk-to-a-uw-flexible-option-financial-aid-coordinator,
section.current-student-questions,
section.if-you-need-technical-support,
#text-35,
#text-32 {
  background: #fdfdfd;
  padding: 30px;
}
section.find-out-if-uw-flex-is-right-for-you .widget-title,
section.questions-talk-with-a-uw-flex-enrollment-adviser .widget-title,
section.questions-talk-to-a-uw-flexible-option-financial-aid-coordinator .widget-title,
section.current-student-questions .widget-title,
section.if-you-need-technical-support .widget-title,
#text-35 .widget-title,
#text-32 .widget-title {
  color: #94b836;
}
section.find-out-if-uw-flex-is-right-for-you hr,
section.questions-talk-with-a-uw-flex-enrollment-adviser hr,
section.questions-talk-to-a-uw-flexible-option-financial-aid-coordinator hr,
section.current-student-questions hr,
section.if-you-need-technical-support hr,
#text-35 hr,
#text-32 hr {
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.footer-widgets {
  background: #6d6e70;
  color: #fff;
  text-align: center;
}
.footer-widgets .widget-title {
  text-transform: uppercase;
}

.footer-widgets .widget-area {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 30px 15px;
  text-align: left;
  flex: 1 1 25%;
}
@media (max-width: 800px) {
  .footer-widgets .widget-area {
    flex: 0 1 50%;
  }
}
.footer-widgets .widget-area a {
  color: white;
}
.footer-widgets .widget-area a:active, .footer-widgets .widget-area a:hover {
  color: #424a54;
  text-decoration: underline;
}
.footer-widgets .widget-area ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-widgets .footer-widgets-2 {
  flex: 0 1 20%;
}

/*.footer-widgets .footer-widgets-1{
	align-self: flex-start;
	flex:3 0 83px;
	padding:30px 15px 0 0;
	@include Width-999{
		flex:0 0 100%;
		padding: 30px 0 0;
		text-align: center;
	}
}

.footer-widgets-4{
	flex:0 0 310px;
	@include Width-999{
		flex:0 0 240px;
	}
}*/
.social-list a {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.social-list a:before {
  display: inline-block;
  font-family: fontAwesome;
  font-size: 20px;
  font-size: 2rem;
  margin-right: 10px;
}

.social-twitter a:before {
  content: "\f099";
}

.social-facebook a:before {
  content: "\f09a";
}

.social-linkedin a:before {
  content: "\f0e1";
}

.social-google a:before {
  content: "\f0d5";
}

.social-youtube a:before {
  content: "\f167";
}

.site-footer {
  color: #424a54;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  padding: 0;
}

.flex-footer {
  margin: 30px auto;
  max-width: 1350px;
}

.backtotop-container {
  background: rgba(240, 240, 240, 0.5);
  bottom: 20px;
  box-shadow: 0 0 10px 0 rgb(121, 198, 229);
  display: none;
  position: fixed;
  right: 20px;
  z-index: 999;
}
.backtotop-container a {
  color: rgba(109, 110, 113, 0.7);
  display: block;
  height: 44px;
  position: relative;
  width: 44px;
}
.backtotop-container a:active, .backtotop-container a:hover {
  color: rgba(155, 157, 160, 0.8);
}
.backtotop-container a:before {
  content: "\f077";
  bottom: 10px;
  display: block;
  font-family: fontAwesome;
  font-size: 20px;
  font-size: 2rem;
  left: 25%;
  position: absolute;
}
.backtotop-container a span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px;
}

.page-template-page-landing .flex-footer-wrapper.flex-text-wrapper {
  padding: 40px 20px 20px 20px;
}
.page-template-page-landing .flex-footer-wrapper.flex-text-wrapper .entry-content {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
}

.home-featured {
  background: url("/wp-content/themes/flex-gulp/images/home-featured-header.jpg") no-repeat center;
  background-size: cover;
  text-align: center;
}
.home-featured .widget {
  background: rgba(255, 255, 255, 0.7);
  margin: 52px auto 78px auto;
  max-width: 1086px;
  min-height: 264px;
  padding: 0 30px 24px 30px;
  text-align: center;
}
.home-featured .widget h2 {
  border-bottom: 1px solid #abb2bd;
  color: #A02844;
  display: inline-block;
  font-size: 48px;
  font-size: 4.8rem;
  margin: 32px 0 18px 0;
  padding: 0 0 8px 0;
}
.home-featured .widget .tagline {
  color: #231f20;
  display: inline-block;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.2;
  max-width: 800px;
}
@media (max-width: 800px) {
  .home-featured {
    background: url("/wp-content/themes/flex-gulp/images/home-featured-header-mobile.jpg") no-repeat center;
    background-size: cover;
  }
}

.sfps_section {
  margin: 0 auto 30px auto;
  max-width: 1350px;
  padding: 0 30px;
}

.benefits-section {
  margin: 30px auto;
}
.benefits-section > .wrap {
  display: flex;
}
@media (max-width: 768px) {
  .benefits-section > .wrap {
    flex-wrap: wrap;
    justify-content: space-around;
  }
}

.benefits {
  flex: 0 1 33%;
  min-height: 470px;
  padding: 30px;
  position: relative;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1220px) {
  .benefits {
    min-height: 550px;
  }
}
@media (max-width: 1015px) {
  .benefits {
    min-height: 650px;
  }
}
@media (max-width: 999px) {
  .benefits {
    min-height: 0;
  }
}
@media (max-width: 768px) {
  .benefits {
    flex: 1 1 100%;
  }
}
@media (max-width: 600px) {
  .benefits {
    padding: 15px;
  }
}
.benefits .btn-get-info-wrap {
  position: absolute;
  bottom: 0;
  margin-bottom: 30px;
}
@media (max-width: 999px) {
  .benefits .btn-get-info-wrap {
    position: static;
    margin-bottom: auto;
  }
}
.benefits h2 {
  border-bottom: 1px solid #abb2bd;
  color: #A02844;
  font-family: "Lato", sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  margin: 0 0 10px 0;
  padding-bottom: 12px;
  text-transform: uppercase;
}

.save-time-and-money {
  background: #f5f7fa url(images/bg-clock.svg) no-repeat 90% 92%;
}

.gain-useful-skills {
  margin: 0 30px;
  background: #f5f7fa url(images/bg-lightbulb.svg) no-repeat 90% 92%;
}
@media (max-width: 768px) {
  .gain-useful-skills {
    margin: 30px auto;
  }
}

.get-the-support-you-need {
  background: #f5f7fa url(images/bg-chat.svg) no-repeat 95% 95%;
}

.explore-programs {
  background: #f5f7fa url(images/bg-sheild.svg) no-repeat 97% 85%;
}

.newsweek {
  background-color: #f5f7fa;
}

.seehow-section > .wrap {
  align-items: center;
  display: flex;
}
@media (max-width: 768px) {
  .seehow-section > .wrap {
    flex-wrap: wrap;
  }
}

.seehow-heading-wrap {
  flex: 0 1 580px;
  align-self: stretch;
  align-items: center;
  display: flex;
  background: url(/wp-content/themes/flex-gulp/images/arrow-point.svg) no-repeat center right;
}
@media (max-width: 768px) {
  .seehow-heading-wrap {
    background: none;
    flex: 1 1 auto;
    text-align: center;
  }
}
.seehow-heading-wrap h2 {
  color: white;
  font-family: "Lato", sans-serif;
  font-size: 46px;
  font-size: 4.6rem;
  margin: 0 30px;
  padding: 0 30px;
  text-shadow: 3px 3px #666e78;
  text-align: center;
}
@media (max-width: 768px) {
  .seehow-heading-wrap h2 {
    margin: auto auto 30px auto;
    padding: auto;
  }
}

.seehow-image-wrap {
  background: url(/wp-content/themes/flex-gulp/images/bg-arrow-lines.svg) repeat-x center center;
  flex: 2 1 auto;
  display: flex;
  align-self: stretch;
  align-items: center;
}
.seehow-image-wrap a,
.seehow-image-wrap img {
  margin: 0 auto;
  padding: 0;
}
.seehow-image-wrap iframe {
  display: none;
}
@media (max-width: 768px) {
  .seehow-image-wrap iframe {
    margin: 0 auto;
    display: block;
  }
}

.what-flex-students-section {
  background: #A02844;
  color: #fff;
  padding: 30px 30px;
  max-width: 1290px;
}
@media (max-width: 768px) {
  .what-flex-students-section {
    padding: 30px 30px 0 30px;
  }
}
.what-flex-students-section {
  text-align: center;
}
.what-flex-students-section .front-section-title {
  font-size: 24px;
  font-size: 2.4rem;
  margin: 0 0 30px 0;
  text-transform: uppercase;
}
.what-flex-students-section .ttp-quotes {
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0 auto;
  display: inline-block;
  padding: 0;
}
.what-flex-students-section .ttp-quotes li {
  display: inline-block;
  padding: 0 120px;
  margin: 0;
  min-height: 160px;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .what-flex-students-section .ttp-quotes li {
    padding: 0;
  }
}
@media (max-width: 999px) {
  .what-flex-students-section .ttp-quotes li {
    min-height: 180px;
  }
}
.what-flex-students-section .ttp-quotes li p {
  position: relative;
  z-index: 1;
}
.what-flex-students-section .ttp-quotes li:before {
  color: #c53373;
}
@media (max-width: 768px) {
  .what-flex-students-section .ttp-quotes li:before {
    color: #c3115f;
  }
}
.what-flex-students-section .ttp-quotes li:before {
  font-family: fontAwesome;
  font-size: 100px;
  font-size: 10rem;
  display: block;
  top: -40px;
  position: absolute;
  z-index: 0;
  content: "\f10d";
  left: 0;
}
.what-flex-students-section .ttp-quotes li:after {
  color: #c53373;
}
@media (max-width: 768px) {
  .what-flex-students-section .ttp-quotes li:after {
    color: #c3115f;
  }
}
.what-flex-students-section .ttp-quotes li:after {
  font-family: fontAwesome;
  font-size: 100px;
  font-size: 10rem;
  display: block;
  top: -40px;
  position: absolute;
  z-index: 0;
  content: "\f10e";
  right: 0;
}
.what-flex-students-section .author-name {
  font-size: 14px;
  font-size: 1.4rem;
}
.what-flex-students-section .ttp-read-more a {
  color: white;
  font-size: 20px;
  font-size: 2rem;
  font-family: "Lato", sans-serif;
}
.what-flex-students-section .ttp-authors {
  margin-top: 50px;
  padding: 0;
}
@media (max-width: 768px) {
  .what-flex-students-section .ttp-authors {
    display: none;
  }
}
.what-flex-students-section .ttp-authors li {
  display: inline-block;
  margin: 0 30px;
}
@media (max-width: 1015px) {
  .what-flex-students-section .ttp-authors li {
    margin: 0 5px;
  }
}
.what-flex-students-section .ttp-authors li a {
  color: white;
  text-decoration: none;
}
.what-flex-students-section .ttp-authors li img {
  width: 100px;
}
.what-flex-students-section .ttp-authors li.active {
  position: relative;
}
.what-flex-students-section .ttp-authors li.active a {
  display: block;
}
.what-flex-students-section .ttp-authors li.active a:before {
  content: "\f077";
  font-family: fontAwesome;
  font-size: 30px;
  font-size: 3rem;
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  transform: scaleX(1.75);
}
.what-flex-students-section .ttp-authors li.active img {
  width: 120px;
}

.no-js .what-flex-students-section .ttp-quotes li {
  display: none;
}
.no-js .what-flex-students-section .ttp-quotes li.active {
  display: block;
}
.no-js .what-flex-students-section .ttp-authors li {
  display: none;
}
.no-js .what-flex-students-section .ttp-authors li.active {
  display: block;
}

.partnerships {
  text-align: center;
  margin: 0 auto;
}
.partnerships > .wrap {
  max-width: 1350px;
}
.partnerships > .wrap p {
  font-weight: bold;
}
.partnerships > .wrap .campus-list {
  list-style: none;
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
}
@media (max-width: 480px) {
  .partnerships > .wrap .campus-list {
    flex-flow: column nowrap;
  }
}
.partnerships > .wrap .campus-list li {
  max-width: 30%;
  margin: 24px 36px;
}
@media (max-width: 600px) {
  .partnerships > .wrap .campus-list li {
    margin: 12px;
  }
}
@media (max-width: 480px) {
  .partnerships > .wrap .campus-list li {
    max-width: none;
  }
}

.info-kit-container {
  margin: 0;
  padding: 0;
  min-height: 30px;
}
.info-kit-container p {
  margin: 0;
  padding: 0;
}
@media (max-width: 600px) {
  .info-kit-container {
    display: block;
  }
}

.no-js .info-kit-container {
  padding: 0 20px;
}

.no-js #info-kit-container {
  display: none;
}
.no-js #info-kit-container #info-kit-form {
  display: none;
}

/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
    https://github.com/jackmoore/colorbox/blob/master/example1/colorbox.css
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
  overflow: hidden;
}

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

#cboxContent {
  position: relative;
}

#cboxLoadedContent {
  overflow: auto;
}

#cboxTitle {
  margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  padding: 0;
}

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

/*
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #000;
}

#cboxContent {
  padding: 0;
  border: none;
}

.cboxIframe {
  background: #fff;
}

#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

#cboxLoadedContent {
  border: 5px solid #000;
  background: #fff;
  overflow: hidden !important;
}

#cboxTitle {
  display: none !important;
}

#cboxCurrent {
  position: absolute;
  top: -20px;
  right: 0px;
  color: #ccc;
}

#cboxSlideshow {
  position: absolute;
  top: -20px;
  right: 90px;
  color: #fff;
}

#cboxPrevious {
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -32px;
  background: url(/wp-content/themes/flex-gulp/images/colorbox-controls.png) no-repeat top left;
  width: 28px;
  height: 65px;
  text-indent: -9999px;
}

#cboxPrevious:hover {
  background-position: bottom left;
}

#cboxNext {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -32px;
  background: url(/wp-content/themes/flex-gulp/images/colorbox-controls.png) no-repeat top right;
  width: 28px;
  height: 65px;
  text-indent: -9999px;
}

#cboxNext:hover {
  background-position: bottom right;
}

#cboxLoadingOverlay {
  background: #000;
}

#cboxLoadingGraphic {
  background: url(/wp-content/themes/flex-gulp/images/loading.gif) no-repeat center center;
}

#cboxClose {
  position: absolute;
  top: 4px;
  right: 10px;
  display: block;
  background: url(/wp-content/themes/flex-gulp/images/colorbox-controls.png) no-repeat top center;
  padding: 0;
  width: 38px;
  height: 19px;
  text-indent: -9999px;
  border: none;
  transition: none;
}

#cboxClose:hover {
  background-position: center -111px;
}

.gform_validation_container, .gform_wrapper .gform_validation_container,
body .gform_wrapper li.gform_validation_container, body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container,
body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
  display: none !important;
  left: -9000px;
  position: absolute !important;
}

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

.entry .gfield {
  margin-bottom: 16px;
  margin-bottom: 1.6rem;
}

.gfield_required {
  color: #dd3d36;
}

.gform_body {
  margin-top: 16px;
  margin-top: 1.6rem;
}

.gf_progressbar_percentage {
  text-align: right;
}

.gf_progressbar_percentage span {
  padding-right: 10px;
}

.gform_footer button {
  text-align: center;
}

.gform_page_footer {
  display: flex;
}
.gform_page_footer .gform_previous_button,
.gform_page_footer .gform_next_button {
  width: auto !important;
}
.gform_page_footer .gform_previous_button {
  margin-right: auto;
}
.gform_page_footer .gform_next_button {
  margin-left: auto;
}

.gform_page_footer {
  text-align: right;
}

.gform_footer,
.gform_page_footer {
  clear: both;
  margin: 16px 0 0;
  margin: 1.6rem 0 0;
  padding: 16px 0 10px;
  padding: 1.6rem 0 1rem;
}

.sms-allow .gfield_radio li {
  display: flex;
  flex: 0 0 100%;
  font-size: 1.2rem;
}

.ginput_container_address .address_line_1, .ginput_container_address .address_line_2 {
  width: 90%;
}
.ginput_container_address .address_line_1 input, .ginput_container_address .address_line_2 input {
  width: 90%;
}

.validation_error {
  background: none repeat scroll 0 0 #fff;
  border-left: 4px solid #dd3d36;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  padding: 5px 12px;
  color: #dd3d36;
  font-weight: bold;
  font-size: 16px;
  margin: 5px 0;
}

.validation_message {
  color: #dd3d36;
  font-weight: bold;
  font-style: italic;
}

.gfield_error input, .gfield_error select {
  border: 1px solid #dd3d36;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.gform_confirmation_message {
  border-left: 4px solid #5eb95e;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  padding: 5px 12px;
  color: #5eb95e;
  background: #fff;
  font-weight: bold;
}

.input-full,
.input-full textarea {
  width: 90%;
}

.input-large,
.input-large textarea {
  width: 50%;
}

.input-large input {
  width: 100%;
}

.clear-group {
  clear: both;
}

/* Non Popup Forms*/
.gform-entry legend {
  font-weight: 600;
  font-size: 18px;
  font-size: 1.8rem;
}

.gform-entry fieldset fieldset legend {
  font-size: 16px;
  font-size: 1.6rem;
}

.gform-entry fieldset fieldset {
  margin-bottom: 10px;
  margin-bottom: 1rem;
}

.gform-entry label {
  font-weight: 400;
}

.gfield_checkbox,
.gfield_radio {
  display: flex;
  flex-flow: row wrap;
}
.gfield_checkbox > li, .gfield_checkbox .gchoice,
.gfield_radio > li,
.gfield_radio .gchoice {
  flex: 0 0 50%;
  margin-bottom: 0.8rem;
  line-height: 1.3;
}
.gfield_checkbox input, .gfield_checkbox label,
.gfield_radio input,
.gfield_radio label {
  width: auto !important;
  display: inline-block;
}

.gfield_radio label,
.gfield_checkbox label {
  font-weight: 300;
  margin-left: 1%;
}

.gform-entry .gform_fields > .gfield {
  margin-bottom: 20px;
  margin-bottom: 2rem;
}

.gform-entry select {
  padding-bottom: 3px;
  padding-bottom: 0.3rem;
}

.gform-group li {
  float: left;
  margin-right: 40px;
  margin-right: 4rem;
}

.entry .gform-group > .gfield,
.entry .gf_groupcheck .gf-checkbox-group,
.entry .form-campus-list fieldset > li {
  margin-bottom: 0;
}

.gf-checkbox-group .gfield_label {
  display: none;
}

.gform-entry .clear-multi > div {
  float: left;
  margin-right: 20px;
  margin-right: 2rem;
}

.no-js .gform_wrapper,
.no-js .gfield {
  display: block !important;
}

.ginput_complex label {
  display: block;
}

.ginput_complex span {
  display: inline-block;
  position: relative;
  margin-right: 20px;
}

.gform-full-width {
  float: left;
  width: 100%;
}

.gform-full-width fieldset {
  width: 100% !important;
}

fieldset {
  margin-bottom: 20px;
}

legend {
  display: inline-block;
  padding: 0 10px;
  font-weight: bold;
}

.ui-datepicker {
  background: #efefef;
  border: 1px solid #ccc;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  width: 185px;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 14px;
  line-height: 1.4rem;
  padding: 5px;
}

.ginput_container_date {
  position: relative;
}

.ui-datepicker-trigger {
  position: absolute;
  bottom: -20px;
  left: 0;
}

.ui-datepicker-calendar td {
  width: 14px;
  padding: 0;
  text-align: left;
}

.ui-datepicker-calendar td a {
  text-decoration: none;
}

.ui-datepicker-prev {
  float: left;
}

.ui-datepicker-prev:before {
  content: "<";
}

.ui-datepicker-next {
  float: right;
}

.ui-datepicker-next:after {
  content: ">";
}

.ui-datepicker-title {
  clear: both;
  width: 100%;
}

.ui-datepicker-title select {
  width: 45%;
  margin-right: 5%;
}

.program-month, .program-year, .program-to {
  display: inline-block;
  margin-right: 10px;
}

.program-to {
  width: 170px;
}

.gfield_list td.gfield_list_cell, .gfield_list td.gfield_list_icons {
  padding: 5px;
  height: auto;
  border: 0;
}

.gfield_list_icons {
  width: 6%;
  min-width: 30px;
}

.gfield_list_cell {
  width: 19%;
}

.gfield_list_cell input {
  width: 100%;
}

img.add_list_item {
  margin: 0 !important;
}

.radio-horizontal li {
  display: inline-block;
  margin-right: 20px;
}

.input-inline-block {
  display: inline-block;
  margin-right: 20px;
}

.self-reported-tests label {
  font-weight: bold;
}
.self-reported-tests .gform_fields {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.self-reported-tests .gsection {
  flex: 0 0 100%;
  border-bottom: 1px solid #9b9da0;
}
.self-reported-tests .input-large {
  width: 45%;
}

.holistic-study-skills .gfield_checkbox {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}
.holistic-study-skills .gfield_checkbox li {
  flex: 0 1 45%;
  margin: 5px 0;
}

.holistic-employment-position .gfield_radio {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}
.holistic-employment-position .gfield_radio li {
  flex: 0 1 45%;
  margin: 5px 0;
}

.holistic-employment-experience .gfield_checkbox {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}
.holistic-employment-experience .gfield_checkbox li {
  flex: 0 1 45%;
  margin: 5px 0;
}

.special-student-form .gform-grid-row {
  display: flex;
  margin-bottom: 1rem;
}
.special-student-form .gform-grid-col {
  margin-right: 1rem;
}
.special-student-form .gfield_list_icons {
  display: flex;
}
.special-student-form .gfield_list_icons button {
  border-radius: 0;
  font-size: 1.25rem;
  margin-right: 1rem;
}
.special-student-form .gfield_radio > .gchoice {
  flex: 0 0 auto;
}

/* Use Default Gravity Grid and some styles */
.gf-grid_wrapper {
  /* ---------- GRID ---------- */
}
.gf-grid_wrapper .gform_fields {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  list-style: none;
  padding: 0;
}
.gf-grid_wrapper .gfield {
  grid-column: span 12;
  min-width: 0; /* prevents overflow in grid cells */
}
.gf-grid_wrapper .gfield_label {
  font-weight: bold;
}
.gf-grid_wrapper {
  /* Gravity width classes */
}
.gf-grid_wrapper .gfield--width-full {
  grid-column: span 12;
}
.gf-grid_wrapper .gfield--width-three-quarter {
  grid-column: span 9;
}
.gf-grid_wrapper .gfield--width-two-thirds {
  grid-column: span 8;
}
.gf-grid_wrapper .gfield--width-half {
  grid-column: span 6;
}
.gf-grid_wrapper .gfield--width-third {
  grid-column: span 4;
}
.gf-grid_wrapper .gfield--width-quarter {
  grid-column: span 3;
}
@media (max-width: 640px) {
  .gf-grid_wrapper .gf-grid_wrapper .gfield--width-full,
  .gf-grid_wrapper .gf-grid_wrapper .gfield--width-three-quarter,
  .gf-grid_wrapper .gf-grid_wrapper .gfield--width-two-thirds,
  .gf-grid_wrapper .gf-grid_wrapper .gfield--width-half,
  .gf-grid_wrapper .gf-grid_wrapper .gfield--width-third,
  .gf-grid_wrapper .gf-grid_wrapper .gfield--width-quarter {
    grid-column: span 12;
  }
}
.gf-grid_wrapper :is(input, select, textarea) {
  box-sizing: border-box;
  max-width: 100%;
}
.gf-grid_wrapper :is(input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=url],
input[type=password],
input[type=search],
input[type=date],
input[type=time],
input[type=datetime-local],
input[type=file],
textarea,
select) {
  width: 100%;
}
.gf-grid_wrapper :is(input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=url],
input[type=password],
input[type=search],
input[type=date],
input[type=time],
input[type=datetime-local],
input[type=file],
textarea,
select).large {
  width: 100%;
}
.gf-grid_wrapper :is(input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=url],
input[type=password],
input[type=search],
input[type=date],
input[type=time],
input[type=datetime-local],
input[type=file],
textarea,
select).medium {
  width: min(25rem, 100%); /* ~400px cap inside its grid column */
}
.gf-grid_wrapper :is(input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=url],
input[type=password],
input[type=search],
input[type=date],
input[type=time],
input[type=datetime-local],
input[type=file],
textarea,
select).small {
  width: min(12.5rem, 100%); /* ~200px cap inside its grid column */
}
.gf-grid_wrapper {
  /* Mobile: medium/small behave like large */
}
@media (max-width: 640px) {
  .gf-grid_wrapper :is(input, select, textarea).small,
  .gf-grid_wrapper :is(input, select, textarea).medium {
    width: 100%;
  }
}

@media only screen and (max-width: 1023px), (min-device-width: 768px) and (max-device-width: 1024px) {
  /* Force the survey table to not behave like tables anymore â€‹--------------------------------------------------------------- */
  .gform_wrapper table.gsurvey-likert thead {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .gform_wrapper table.gsurvey-likert tr {
    display: block;
  }
  .gform_wrapper table.gsurvey-likert td {
    display: block;
    text-align: left;
    line-height: 2;
    background-position: 0.5rem center !important;
    min-height: 2.4em;
  }
  body.rtl .gform_wrapper table.gsurvey-likert td {
    background-position: 99% center !important;
  }
  .gform_wrapper ul.gform_fields table.gsurvey-likert td:after {
    content: attr(data-label);
    line-height: 2;
    display: inline-block;
    margin-left: 2rem;
    font-weight: 400;
  }
  body.rtl .gform_wrapper ul.gform_fields table.gsurvey-likert td:after {
    margin-right: 22px;
  }
}
@media only screen and (min-width: 769px) {
  .entry-content table.gsurvey-likert {
    table-layout: auto;
  }
  .entry-content table.gsurvey-likert td.gsurvey-likert-row-label {
    width: 45%;
    background: none;
    border: 1px solid #ccc;
  }
  .entry-content table.gsurvey-likert tr {
    background: none;
  }
  .entry-content table.gsurvey-likert tr:nth-child(odd) {
    background-color: rgb(238, 238, 238);
  }
  .entry-content table.gsurvey-likert tr:nth-child(odd) .gsurvey-likert-row-label {
    background: none;
  }
}
@media only screen and (max-width: 1023px) {
  .entry-content table.gsurvey-likert td.gsurvey-likert-row-label {
    width: auto;
  }
}
@media only screen and (max-width: 385px) {
  .gform_body textarea {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .gfield {
    grid-column: span 12 !important;
  }
}
/*
SCSS variables and mixins
*/
/*
Some styles to make this demo look pretty (or at least decent)
If you want to style everything yourself, you shouldn't need these
*/
@media (min-width: 1042px) {
  .page-template-page_how_flex_works .entry-content {
    padding-right: 40px;
    width: 65.812%;
    margin-left: 0;
    float: left;
  }
}
.page-template-page_how_flex_works .sharedaddy {
  display: none;
}
.page-template-page_how_flex_works .apply-now-black-box {
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 3;
  left: 0;
}
@media (min-width: 1042px) {
  .page-template-page_how_flex_works .apply-now-black-box {
    position: static;
    width: auto;
    float: none;
  }
}
.page-template-page_how_flex_works #info-kit-form {
  display: none;
}
.page-template-page_how_flex_works #cboxLoadedContent #info-kit-form {
  display: block;
}
.page-template-page_how_flex_works .inline {
  text-decoration: none;
}
.page-template-page_how_flex_works .hfw-apply-now-section {
  position: relative;
}
.page-template-page_how_flex_works .hfw-apply-now-section a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  border: 1px solid white;
  padding: 1% 5%;
  border-radius: 10px;
  text-decoration: none;
}
.page-template-page_how_flex_works .hfw-apply-now-section a:hover {
  background-color: white;
  font-weight: bold;
  color: #A02844;
}
.page-template-page_how_flex_works .hfw-apply {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: Lato, sans-serif;
  background-color: rgba(66, 74, 84, 0.7);
  font-size: 20px;
  color: white;
  padding: 15px 30px;
  line-height: 24px;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}
@media (min-width: 1042px) {
  .page-template-page_how_flex_works .hfw-apply {
    background-color: #424A54;
  }
  .page-template-page_how_flex_works .hfw-apply .text {
    max-width: 225px;
  }
}
.page-template-page_how_flex_works .hfw-apply i.fa {
  color: #666d74;
  font-size: 45px;
}
.page-template-page_how_flex_works .hfw-apply:hover i.fa {
  color: #FFF;
}
.page-template-page_how_flex_works .one-third {
  margin-left: 0;
}
.page-template-page_how_flex_works .tabbed-content {
  margin: 35px 0 50px;
}
.page-template-page_how_flex_works .testimonial-show-off {
  background: #E5E8ED;
  line-height: 27px;
  padding: 20px;
}
.page-template-page_how_flex_works .testimonial-show-off .person-attribution {
  text-align: right;
  margin-top: 20px;
}
.page-template-page_how_flex_works .testimonial-show-off .person-attribution a {
  color: #A02844;
  text-decoration: underline;
}
.page-template-page_how_flex_works .campus-partners {
  margin-top: 50px;
  text-align: center;
}
.page-template-page_how_flex_works .campus-partners .top-sentence {
  margin-bottom: 25px;
}
.page-template-page_how_flex_works .campus-partners .img-wrapper {
  display: block;
  text-align: center;
}
@media all and (min-width: 1042px) {
  .page-template-page_how_flex_works .campus-partners .img-wrapper {
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    justify-content: space-evenly;
  }
}
.page-template-page_how_flex_works .campus-partners .img-wrapper img {
  display: block;
  max-width: 209px;
  height: auto;
  margin: 10px auto;
}
@media all and (min-width: 1042px) {
  .page-template-page_how_flex_works .campus-partners .img-wrapper img {
    display: inline-block;
    margin: 0;
  }
}
.page-template-page_how_flex_works .tabs ul {
  margin: 0;
  padding: 0 0 1em 0;
}
.page-template-page_how_flex_works .tabs ul li {
  background: linear-gradient(#FFF, #EFEFEF);
  position: relative;
  font-weight: bold;
}
.page-template-page_how_flex_works .tabs ul li.selected {
  border-right: 5px solid #A02844;
}
.page-template-page_how_flex_works .tabs ul li::after {
  content: attr(data-index);
  color: #E1E1E1;
  font-size: 40px;
  position: absolute;
  bottom: 0px;
  right: 10px;
}
.page-template-page_how_flex_works .tabs ul li:hover {
  border-right: 5px solid #A02844;
  background: rgb(226.25, 226.25, 226.25);
}
.page-template-page_how_flex_works .tabs ul li a {
  padding: 0.5em 1em;
  text-decoration: none;
  color: #CCD1D9;
  height: 100%;
}
.page-template-page_how_flex_works .tabs ul li a:hover {
  color: #424A54;
}
.page-template-page_how_flex_works .tabs ul li a.active {
  color: #424A54;
  height: 100%;
}
.page-template-page_how_flex_works .item {
  position: relative;
}
.page-template-page_how_flex_works .item::before {
  cursor: pointer;
  padding: 2rem 32px 2rem 1rem;
  font-weight: bold;
  display: block;
  min-height: 65px;
  background: linear-gradient(#FFF, #EFEFEF);
  color: #424A54;
  color: #CCD1D9;
  border-top: 1px solid #d5d9df;
  border-bottom: 1px solid #d5d9df;
}
.page-template-page_how_flex_works .item:after {
  font-family: FontAwesome;
  content: "\f055";
  height: 15px;
  width: 15px;
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 20px;
  color: #abb2bd;
}
@media all and (min-width: 1042px) {
  .page-template-page_how_flex_works .item:after {
    display: none;
  }
}
.page-template-page_how_flex_works .item.active {
  border-right: 3px solid #A02844;
}
@media all and (min-width: 1042px) {
  .page-template-page_how_flex_works .item.active {
    border-right: none;
  }
}
.page-template-page_how_flex_works .item.active::before {
  background: white;
  color: #424A54;
  border-bottom: none;
}
.page-template-page_how_flex_works .item.active::after {
  font-family: FontAwesome;
  content: "\f057";
  color: #abb2bd;
}
.page-template-page_how_flex_works .item.active .item-content {
  padding: 1em;
  transition: opacity 0.3s ease-in-out;
}
.page-template-page_how_flex_works .item.active .item-content .embed-youtube {
  background: url(/wp-content/themes/flex-gulp/images/bg-video-lines.svg);
  background-repeat: no-repeat;
  background-position: center;
  margin: 20px auto;
}
.page-template-page_how_flex_works .tabbed-content .tabs {
  display: none;
}
.page-template-page_how_flex_works .tabbed-content .item {
  min-height: 2em;
}
.page-template-page_how_flex_works .tabbed-content .item::before {
  content: attr(data-title);
}
.page-template-page_how_flex_works .tabbed-content .item .item-content {
  opacity: 0;
  visibility: hidden;
  height: 0;
}
.page-template-page_how_flex_works .tabbed-content .item.active .item-content {
  opacity: 1;
  visibility: visible;
  height: auto;
}
@media all and (min-width: 1042px) {
  .page-template-page_how_flex_works .tabbed-content .tabs {
    display: block;
  }
  .page-template-page_how_flex_works .tabbed-content .tabs li {
    display: inline-block;
    height: 100px;
    border-bottom: 1px solid #d5d9df;
    border-right: 1px solid #d5d9df;
  }
  .page-template-page_how_flex_works .tabbed-content .tabs li:last-of-type {
    border-bottom: none;
  }
  .page-template-page_how_flex_works .tabbed-content .tabs li a {
    display: block;
    max-width: 315px;
  }
  .page-template-page_how_flex_works .tabbed-content .item.active .item-content {
    padding-top: 0;
    padding-left: 50px;
  }
  .page-template-page_how_flex_works .tabbed-content .tabs-side .tabs li {
    margin-bottom: 2px;
  }
  .page-template-page_how_flex_works .tabbed-content .item {
    min-height: 0;
  }
  .page-template-page_how_flex_works .tabbed-content .item::before {
    display: none;
  }
  .page-template-page_how_flex_works .tabbed-content.tabs-side .tabs {
    width: 350px;
    float: left;
  }
  .page-template-page_how_flex_works .tabbed-content.tabs-side .tabs li {
    display: block;
  }
  .page-template-page_how_flex_works .tabbed-content.tabs-side .item {
    margin-left: 350px;
  }
}

table.ac-cal-table {
  background: white;
}
table.ac-cal-table caption {
  text-align: left;
  font-size: 2rem;
  padding: 1.6rem 0;
}
table.ac-cal-table th {
  text-align: left;
  padding: 1rem;
  width: 75%;
}
table.ac-cal-table .definition-wrap {
  position: relative;
  display: flex;
  flex-flow: row wrap;
}
table.ac-cal-table .btn-definition {
  background: transparent;
  padding: 0 10px;
  margin: 0;
  border-radius: 50%;
  color: #424a54;
}
table.ac-cal-table .btn-definition:before {
  font-family: fontAwesome;
  content: "\f05a";
  font-size: 2.4rem;
  display: block;
}
table.ac-cal-table .btn-definition span {
  border: 0;
  background: white;
  color: black;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
table.ac-cal-table .btn-definition span:focus {
  clip: auto;
  display: block;
  z-index: 100000;
  width: auto;
  height: auto;
}
table.ac-cal-table .definition {
  font-weight: normal;
}
table.ac-cal-table tr {
  padding: 0;
}
table.ac-cal-table tr:nth-of-type(even) {
  background-color: rgba(229, 232, 237, 0.8);
}
table.ac-cal-table td {
  padding: 1rem;
  max-width: 50%;
  text-align: center;
}
table.ac-cal-table.hide {
  display: none;
}

.dynamic-start-wrapper {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 2rem;
  justify-content: center;
}

.dynamic-date-wrapper {
  flex: 0 1 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: "Lato", sans-serif;
  line-height: 1;
  max-width: 45%;
}
.dynamic-date-wrapper .dynamic-title {
  margin: 0 0 1rem 0;
  padding: 2rem;
  display: block;
  background-color: #6d6e70;
  text-transform: uppercase;
  line-height: 1.2;
  font-size: 1.6rem;
  color: white;
}
@media (max-width: 1142px) {
  .dynamic-date-wrapper .dynamic-title {
    padding: 0.5rem;
    font-size: 1.2rem;
  }
}
.dynamic-date-wrapper .dynamic-date {
  text-align: center;
}
.dynamic-date-wrapper .dynamic-date span {
  display: block;
  margin: 0 0 1rem 0;
  padding: 0;
}
.dynamic-date-wrapper:first-child {
  padding-right: 3%;
  border-right: 2px solid #424a54;
}
.dynamic-date-wrapper:last-child {
  padding-left: 3%;
}
.dynamic-date-wrapper.start .dynamic-date {
  border: 4px solid #A02844;
}
.dynamic-date-wrapper.complete .dynamic-date {
  border: 4px solid #a8c84e;
}
.dynamic-date-wrapper .dynamic-month {
  font-size: 2.2rem;
}
.dynamic-date-wrapper .dynamic-day {
  font-size: 4rem;
}

@media (max-width: 999px) {
  .dynamic-start-wrapper .dynamic-date-wrapper {
    max-width: 100%;
  }
  .dynamic-start-wrapper .dynamic-date-wrapper:first-child {
    padding: 0;
    margin-bottom: 10px;
    border: none;
  }
  .dynamic-start-wrapper .dynamic-date-wrapper:last-child {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .dynamic-start-wrapper .dynamic-date-wrapper {
    max-width: 45%;
  }
  .dynamic-start-wrapper .dynamic-date-wrapper .dynamic-title {
    padding: 2rem;
    font-size: 1.6rem;
  }
  .dynamic-start-wrapper .dynamic-date-wrapper:first-child {
    padding-right: 3%;
    border-right: 2px solid #424a54;
  }
  .dynamic-start-wrapper .dynamic-date-wrapper:last-child {
    padding-left: 3%;
  }
}

#ceoel-time-management-calculator label {
  display: inline-block;
  width: 250px;
}
#ceoel-time-management-calculator input[type=text] {
  display: inline-block;
  width: 60px;
  height: 30px;
  text-align: right;
  border: 1px solid #ccc;
}
#ceoel-time-management-calculator input[type=text][disabled=disabled] {
  background-color: #efefef;
}
#ceoel-time-management-calculator p {
  margin-bottom: 5px;
}
#ceoel-time-management-calculator .ceoel-tm-errors {
  color: red;
}
#ceoel-time-management-calculator .ceoel-tm-errors input[type=text] {
  border: 1px solid red;
  color: red;
}

.ceoel-tm-warning {
  display: none;
}
.ceoel-tm-warning.ceoel-tm-errors {
  display: block;
}

.ceoel-tm-errors {
  color: red;
}

#ceoel-tm-figure {
  display: flex;
  flex-wrap: nowrap;
  clear: both;
  margin: 20px 0;
  width: 100%;
  align-items: center;
}
#ceoel-tm-figure ul {
  list-style: none;
  margin: 0;
  padding: 0px;
}
#ceoel-tm-figure ul li span.ceoel-tm-legend-color {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}
#ceoel-tm-figure #ceoel-tm-svg-wrapper {
  min-width: 50%;
  margin-bottom: 20px;
}
#ceoel-tm-figure #ceoel-svg-inner-wrapper {
  width: 300px;
  margin: 0 0 0 20px;
}
#ceoel-tm-figure svg {
  width: 300px;
  height: 300px;
}
#ceoel-tm-figure circle {
  margin: 0 auto;
}

#ceoel-tm-loading {
  display: none;
}

.ceoel-tm-form-fields-wrapper {
  display: flex;
}
.ceoel-tm-form-fields-wrapper div:first-child,
.ceoel-tm-form-fields-wrapper p:first-child {
  padding-right: 10px;
}
.ceoel-tm-form-fields-wrapper div {
  width: 50%;
}

#ceoel-tm-reset {
  display: none;
  padding: 4px 5px;
  margin-right: 10px;
  width: 70px;
}

@media only screen and (max-width: 1100px) {
  #ceoel-tm-figure {
    display: block;
  }
  #ceoel-tm-figure figcaption {
    margin-left: 10px;
  }
  #ceoel-tm-figure #ceoel-svg-inner-wrapper {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 400px) {
  .ceoel-tm-form-fields-wrapper {
    display: block;
  }
}
.applied-subscription-period {
  display: block;
  font-size: 80%;
  margin-top: 1rem;
}

.statement-modal-content {
  padding: 1rem 2rem;
}
.statement-modal-content .statement-error {
  color: red;
  font-weight: bold;
}

.student-checklist-items {
  padding: 0;
  margin-bottom: 1rem;
}
.student-checklist-items h3 {
  padding: 1rem;
  margin: 0;
}
.student-checklist-items.to-do-items {
  border: 2px solid #fc6e52;
}
.student-checklist-items.to-do-items h3 {
  background: rgba(252, 110, 82, 0.5);
}
.student-checklist-items.completed-items {
  border: 2px solid #a8c84e;
}
.student-checklist-items.completed-items h3 {
  background: rgba(168, 200, 78, 0.5);
}
.student-checklist-items .acc-title {
  padding: 12px 12px 6px 12px;
  margin: 0;
  border-top: 1px solid #9b9da0;
}
.student-checklist-items .acc-trigger {
  display: flex;
  align-items: start;
  width: 100%;
}
.student-checklist-items .acc-trigger:before {
  margin-right: 10px;
}
.student-checklist-items .acc-trigger .due-date {
  margin-left: auto;
  text-align: right;
}
.student-checklist-items .tabpanel {
  border-bottom: 1px solid #9b9da0;
}
.student-checklist-items .acc-title:nth-of-type(odd),
.student-checklist-items .acc-panel:nth-of-type(odd) {
  background: #e5e8ed;
}

.statement-confirm-submit[disabled],
.statement-confirm-submit.is-disabled {
  background: #9b9da0;
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

.statement-confirm-submit[disabled]:hover,
.statement-confirm-submit.is-disabled:hover {
  background: #9b9da0;
}
/*# sourceMappingURL=style.css.map */
