/**
 * Font Sizes
 *
**/
/**
 * Clearfix
 *
 */
/**
 * Icon Position
 *
 */
/* HTML5 Reset
--------------------------------------------- */
/* Baseline Normalize
--------------------------------------------- */
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
button,
hr,
input {
  overflow: visible; }

progress,
sub,
sup {
  vertical-align: baseline; }

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

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15; }

button,
select {
  text-transform: none; }

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

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none; }

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: ButtonText dotted 1px; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  display: table;
  max-width: 100%;
  color: inherit;
  white-space: normal; }

textarea {
  overflow: auto; }

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

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details {
  display: block; }

summary {
  display: list-item; }

[hidden],
template {
  display: none; }

/* Box Sizing
--------------------------------------------- */
html {
  box-sizing: border-box; }

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

/* Float Clearing
--------------------------------------------- */
.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
  display: table;
  content: " "; }

.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,
.widget::after,
.wrap::after {
  content: "";
  display: table;
  clear: both; }

.js .animated {
  opacity: 0;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out; }

.js .animatedGo {
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

/* Animations
--------------------------------------------- */
.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-500px);
            transform: translateX(-500px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-500px);
            transform: translateX(-500px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(500px);
            transform: translateX(500px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(500px);
            transform: translateX(500px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

.growIn {
  -webkit-animation-name: growIn;
          animation-name: growIn; }

@-webkit-keyframes growIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px) scale(0.1);
            transform: translateY(100px) scale(0.1); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes growIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px) scale(0.1);
            transform: translateY(100px) scale(0.1); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

.delayed_02s {
  -webkit-animation-delay: .2s;
          animation-delay: .2s; }

.delayed_03s {
  -webkit-animation-delay: .3s;
          animation-delay: .3s; }

.delayed_04s {
  -webkit-animation-delay: .4s;
          animation-delay: .4s; }

.delayed_05s {
  -webkit-animation-delay: .5s;
          animation-delay: .5s; }

.delayed_06s {
  -webkit-animation-delay: .6s;
          animation-delay: .6s; }

.delayed_07s {
  -webkit-animation-delay: .7s;
          animation-delay: .7s; }

.delayed_08s {
  -webkit-animation-delay: .8s;
          animation-delay: .8s; }

.delayed_09s {
  -webkit-animation-delay: .9s;
          animation-delay: .9s; }

.delayed_10s {
  -webkit-animation-delay: 1s;
          animation-delay: 1s; }

.delayed_15s {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s; }

.delayed_20s {
  -webkit-animation-delay: 2s;
          animation-delay: 2s; }

.animated.fadeInLeft_onScroll.animationGo {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft; }

.animated.fadeInRight_onScroll.animationGo {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight; }

.animated.growIn_onScroll.animationGo {
  -webkit-animation-name: growIn;
          animation-name: growIn; }

.animated.fadeInUp_onScroll.animationGo {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp; }

.animated.fadeInDown_onScroll.animationGo {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown; }

/* Typographical Elements
--------------------------------------------- */
html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  overflow-y: scroll; }

html,
body {
  overflow-x: hidden; }

body {
  color: #111;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.667;
  margin: 0; }
  @media (min-width: 768px) {
    body {
      font-size: 18px; } }

a {
  color: #007dd3;
  text-decoration: underline;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s; }

a:focus,
a:hover {
  color: #005996;
  text-decoration: none; }

ol,
ul {
  margin: 0;
  padding: 0; }

li {
  list-style-type: none; }

hr {
  border: 0;
  border-collapse: collapse;
  border-top: 1px solid #eee;
  clear: both;
  margin: 32px 0; }

b,
strong {
  font-weight: 700; }

em,
i {
  font-style: italic; }

cite {
  font-style: normal; }

mark {
  background: #ddd;
  color: #484848; }

button,
input:focus,
input[type='button'],
input[type='reset'],
input[type='submit'],
textarea:focus,
.button,
.gallery img {
  -webkit-transition: 0.2s;
  transition: 0.2s; }

.textcenter {
  text-align: center; }

/* Paragraphs
--------------------------------------------- */
p {
  margin: 0 0 32px;
  padding: 0; }
  p.large, p.has-large-font-size {
    font-size: 20px; }
    @media (min-width: 960px) {
      p.large, p.has-large-font-size {
        font-size: 24px; } }
  p.has-regular-font-size {
    font-size: 20px; }
  p.small, p.has-small-font-size {
    font-size: 16px; }
  p.intro {
    font-size: 20px; }
    @media (min-width: 768px) {
      p.intro {
        font-size: 22px; } }
    @media (min-width: 960px) {
      p.intro {
        font-size: 22px; } }
    @media (min-width: 1200px) {
      p.intro {
        font-size: 24px; } }
  p .disclaimer {
    color: #999;
    font-size: 12px; }
    @media (min-width: 768px) {
      p .disclaimer {
        font-size: 14px; } }
    @media (min-width: 960px) {
      p .disclaimer {
        font-size: 16px; } }
    @media (min-width: 1200px) {
      p .disclaimer {
        font-size: 16px; } }

/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  line-height: 1.1667;
  margin: 0 0 16px; }
  h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a,
  h6 a {
    color: #007dd3; }
    h1 a:hover,
    h2 a:hover,
    h3 a:hover,
    h4 a:hover,
    h5 a:hover,
    h6 a:hover {
      color: #005996;
      text-decoration: none; }
  h1:focus,
  h2:focus,
  h3:focus,
  h4:focus,
  h5:focus,
  h6:focus {
    outline: none; }

h1 {
  font-size: 28px; }
  @media (min-width: 768px) {
    h1 {
      font-size: 36px; } }
  @media (min-width: 960px) {
    h1 {
      font-size: 40px; } }
  @media (min-width: 1200px) {
    h1 {
      font-size: 48px; } }

h2 {
  font-size: 24px; }
  @media (min-width: 768px) {
    h2 {
      font-size: 30px; } }
  @media (min-width: 960px) {
    h2 {
      font-size: 32px; } }
  @media (min-width: 1200px) {
    h2 {
      font-size: 36px; } }

h3 {
  font-size: 24px;
  line-height: 1.3; }
  @media (min-width: 768px) {
    h3 {
      font-size: 30px; } }
  @media (min-width: 960px) {
    h3 {
      font-size: 32px; } }
  @media (min-width: 1200px) {
    h3 {
      font-size: 36px; } }

h4 {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.667;
  text-transform: uppercase; }

h5 {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  line-height: 1.6; }

h6 {
  font-size: 18px;
  font-weight: 300;
  font-style: italic;
  line-height: 1.6; }

/* Blockquote
--------------------------------------------- */
blockquote,
blockquote.wp-block-quote {
  background: transparent;
  font-style: italic;
  text-align: left; }
  blockquote p,
  blockquote.wp-block-quote p {
    color: #111;
    font-size: 24px;
    font-style: normal;
    font-weight: 400; }
  blockquote cite,
  blockquote .wp-block-quote__citation,
  blockquote.wp-block-quote cite,
  blockquote.wp-block-quote .wp-block-quote__citation {
    color: #111;
    display: block;
    font-size: 16px;
    font-weight: 700;
    margin-top: 12px;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      blockquote cite,
      blockquote .wp-block-quote__citation,
      blockquote.wp-block-quote cite,
      blockquote.wp-block-quote .wp-block-quote__citation {
        font-size: 18px; } }
  blockquote p:last-of-type,
  blockquote.wp-block-quote p:last-of-type {
    margin-bottom: 0; }
  blockquote.is-large, blockquote.is-style-large,
  blockquote.wp-block-quote.is-large,
  blockquote.wp-block-quote.is-style-large {
    margin: calc(2 * $block-margin) auto; }
    blockquote.is-large p, blockquote.is-style-large p,
    blockquote.wp-block-quote.is-large p,
    blockquote.wp-block-quote.is-style-large p {
      font-size: 24px; }
      @media (min-width: 768px) {
        blockquote.is-large p, blockquote.is-style-large p,
        blockquote.wp-block-quote.is-large p,
        blockquote.wp-block-quote.is-style-large p {
          font-size: 36px; } }
    blockquote.is-large cite, blockquote.is-style-large cite,
    blockquote.wp-block-quote.is-large cite,
    blockquote.wp-block-quote.is-style-large cite {
      text-align: left; }

/* Pull Quote
--------------------------------------------- */
.wp-block-pullquote {
  border: none;
  padding: 0; }
  .wp-block-pullquote blockquote {
    border-left: 0;
    border-top: 4px solid #999;
    border-bottom: 8px solid #999;
    padding: 16px 0;
    text-align: center;
    max-width: 50%;
    margin: 0 auto; }
  .wp-block-pullquote.alignleft blockquote, .wp-block-pullquote.alignright blockquote {
    max-width: 100%; }

/* Separator
--------------------------------------------- */
.wp-block-separator:not(.is-style-dots),
hr:not(.is-style-dots) {
  background-color: #999;
  border: 0;
  height: 2px; }

.wp-block-separator:not(.is-style-wide):not(.is-style-dots),
hr:not(.is-style-wide):not(.is-style-dots) {
  width: 100%;
  height: 4px;
  background: transparent; }
  .wp-block-separator:not(.is-style-wide):not(.is-style-dots)::before,
  hr:not(.is-style-wide):not(.is-style-dots)::before {
    content: '';
    display: block;
    height: 4px;
    width: 40px;
    background: #999; }

.wp-block-separator.is-style-dots:before,
hr.is-style-dots:before {
  color: #999;
  font-size: 18px;
  letter-spacing: 12px;
  padding-left: 12px; }

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

img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: top; }

figure {
  margin: 0; }

/* Gallery
--------------------------------------------- */
.gallery {
  overflow: hidden; }
  .gallery img {
    border: 1px solid #eee;
    height: auto;
    padding: 4px; }
    .gallery img:focus, .gallery img:hover {
      border: 1px solid #aaa;
      outline: none; }

.gallery-columns-1 .gallery-item {
  width: 100%; }

.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-columns-2 .gallery-item:nth-child(2n + 1),
.gallery-columns-3 .gallery-item:nth-child(3n + 1),
.gallery-columns-4 .gallery-item:nth-child(4n + 1),
.gallery-columns-5 .gallery-item:nth-child(5n + 1),
.gallery-columns-6 .gallery-item:nth-child(6n + 1),
.gallery-columns-7 .gallery-item:nth-child(7n + 1),
.gallery-columns-8 .gallery-item:nth-child(8n + 1),
.gallery-columns-9 .gallery-item:nth-child(9n + 1) {
  clear: left; }

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

/*
---------------------------------------------- */
.wp-block-button__link {
  padding: 16px 24px 14px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 1.5px;
  font-size: 14px;
  margin: 20px 0 0 0;
  display: inline-block; }
  .wp-block-button__link:hover {
    text-decoration: none; }
  .wp-block-button__link:not(.has-text-color) {
    color: white; }
    .wp-block-button__link:not(.has-text-color):hover {
      color: white; }
  .wp-block-button__link:not(.has-background) {
    background-color: #5ca51a; }
    .wp-block-button__link:not(.has-background):hover, .wp-block-button__link:not(.has-background):focus {
      background-color: #2b4d0c; }
  .wp-block-button__link.has-lime-color:hover, .wp-block-button__link.has-lime-color:focus {
    color: #5ca51a; }
  .wp-block-button__link.has-lime-background-color:hover, .wp-block-button__link.has-lime-background-color:focus {
    background-color: #2b4d0c; }
  .wp-block-button__link.has-blue-color:hover, .wp-block-button__link.has-blue-color:focus {
    color: #007dd3; }
  .wp-block-button__link.has-blue-background-color:hover, .wp-block-button__link.has-blue-background-color:focus {
    background-color: #00416d; }
  .wp-block-button__link.has-green-color:hover, .wp-block-button__link.has-green-color:focus {
    color: #10ac84; }
  .wp-block-button__link.has-green-background-color:hover, .wp-block-button__link.has-green-background-color:focus {
    background-color: #074f3c; }
  .wp-block-button__link.has-black-color:hover, .wp-block-button__link.has-black-color:focus {
    color: #111; }
  .wp-block-button__link.has-black-background-color:hover, .wp-block-button__link.has-black-background-color:focus {
    background-color: black; }

/* Tables
--------------------------------------------- */
table,
.wp-block-table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin-bottom: 32px;
  width: 100%;
  word-break: break-all; }
  table tbody,
  .wp-block-table tbody {
    border-bottom: 1px solid #eee; }
  table td,
  table th,
  .wp-block-table td,
  .wp-block-table th {
    text-align: left; }
  table td,
  .wp-block-table td {
    border-top: 1px solid #eee;
    padding: 6px; }
  table th,
  .wp-block-table th {
    font-weight: 400;
    padding: 0 6px; }
  table td:first-child,
  table th:first-child,
  .wp-block-table td:first-child,
  .wp-block-table th:first-child {
    padding-left: 0; }

/* Color Options
--------------------------------------------- */
.has-lime-color {
  color: #5ca51a; }

.has-lime-background-color {
  background-color: #5ca51a; }

.has-blue-color {
  color: #007dd3; }

.has-blue-background-color {
  background-color: #007dd3; }

.has-green-color {
  color: #10ac84; }

.has-green-background-color {
  background-color: #10ac84; }

.has-black-color {
  color: #111; }

.has-black-background-color {
  background-color: #111; }

/* Utilities
---------------------------------------------------------------------------------------------------- */
.avatar {
  border-radius: 50%;
  float: left; }

/* Custom Blocks
--------------------------------------------------------------------------------------------- */
.alignfull {
  background-color: #eee; }
  .alignfull .block-inner {
    max-width: 1110px;
    margin-left: auto;
    margin-right: auto; }

.call-out-grey-1,
.call-out-grey-2,
.call-out-grey-3 {
  background-color: #eee;
  margin-bottom: 20px;
  padding: 40px;
  font-size: 16px; }
  .call-out-grey-1::before,
  .call-out-grey-2::before,
  .call-out-grey-3::before {
    display: table;
    content: " "; }
  .call-out-grey-1::after,
  .call-out-grey-2::after,
  .call-out-grey-3::after {
    content: "";
    display: table;
    clear: both; }
  .call-out-grey-1 h4,
  .call-out-grey-2 h4,
  .call-out-grey-3 h4 {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: normal;
    text-transform: none; }
  .call-out-grey-1 p,
  .call-out-grey-2 p,
  .call-out-grey-3 p {
    font-size: 16px;
    line-height: 1.4; }
    .call-out-grey-1 p:last-child,
    .call-out-grey-2 p:last-child,
    .call-out-grey-3 p:last-child {
      margin-bottom: 0; }
  .call-out-grey-1 img,
  .call-out-grey-2 img,
  .call-out-grey-3 img {
    border: 5px solid #fff; }
  .call-out-grey-1 .two-thirds,
  .call-out-grey-2 .two-thirds,
  .call-out-grey-3 .two-thirds {
    padding-left: 5%; }

.call-out-grey-2 img {
  border: none;
  margin-bottom: 20px; }

.call-out-grey-2 .button {
  margin: 0 auto;
  display: block; }

.call-out-grey-3 {
  background-color: transparent;
  border: 1px solid #e0e1e1; }

.front-hero {
  background-size: cover;
  background-position: center center;
  position: relative;
  color: #fff;
  margin: 0 0 60px 0;
  overflow: hidden;
  border-radius: 9px; }
  .front-hero::before {
    display: table;
    content: " "; }
  .front-hero::after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 1200px) {
    .front-hero {
      margin: 0 -5% 0 -5%; } }
  @media (min-width: 1360px) {
    .front-hero {
      margin: 0 -125px 0 -125px; } }
  .front-hero h1,
  .front-hero h2 {
    color: #fff;
    margin: 0 auto; }
  .front-hero h1 {
    margin-bottom: 16px;
    position: relative; }
    .front-hero h1::before {
      content: ' ';
      width: 65px;
      height: 3px;
      background-color: #fff;
      display: block;
      position: absolute;
      top: 40px;
      left: -120px;
      opacity: 0.8; }
  .front-hero h2 {
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 400;
    font-style: italic;
    line-height: 1.6; }
  .front-hero .hero-grid {
    display: block; }
    @media (min-width: 960px) {
      .front-hero .hero-grid {
        display: grid;
        grid-template-columns: 6fr 4fr;
        grid-gap: 90px; } }
    @media (min-width: 1200px) {
      .front-hero .hero-grid {
        grid-template-columns: 7fr 4fr;
        grid-gap: 120px; } }
  .front-hero .front-hero-degree-finder {
    background-color: #1768ac;
    position: relative;
    z-index: 5;
    padding: 0 5%;
    align-content: center;
    height: 100%;
    display: grid; }
    @media (min-width: 1200px) {
      .front-hero .front-hero-degree-finder {
        padding: 0 0 0 48px; } }
    @media (min-width: 960px) {
      .front-hero .front-hero-degree-finder::after {
        content: ' ';
        width: 128px;
        height: 100%;
        background-color: #1768ac;
        position: absolute;
        right: -125px;
        top: 0;
        z-index: 1; }
      .front-hero .front-hero-degree-finder::before {
        content: ' ';
        width: 300px;
        height: 150%;
        background-color: #1768ac;
        position: absolute;
        left: -40px;
        top: -50px;
        z-index: -1; } }

@media (max-width: 1200px) {
  .front-hero > .wrap {
    margin: 0; } }

.front-hero .front-hero-inner {
  padding: 5%; }
  @media (min-width: 960px) {
    .front-hero .front-hero-inner {
      padding: 130px 40px 130px 32px; } }
  @media (min-width: 1200px) {
    .front-hero .front-hero-inner {
      padding: 160px 40px 160px 72px; } }
  .front-hero .front-hero-inner h1 {
    line-height: 1.3; }

.front-welcome {
  padding: 72px 0; }
  .front-welcome h2 {
    margin-bottom: 32px; }

.front-hidden-gems {
  padding: 72px 0; }
  .front-hidden-gems .blck-2-cols {
    grid-template-columns: 1fr 2fr;
    grid-gap: 108px; }
  .front-hidden-gems .image-left {
    padding: 0 20px; }
  .front-hidden-gems .locations {
    margin-top: 20px; }
    .front-hidden-gems .locations .blck-3-cols {
      font-size: 17px; }
      .front-hidden-gems .locations .blck-3-cols > a {
        background-color: #eee;
        padding: 32px 24px 30px 32px;
        color: #111;
        text-decoration: none;
        font-weight: 700;
        display: -webkit-box;
        display: flex;
        margin-bottom: 10px; }
        @media (min-width: 768px) {
          .front-hidden-gems .locations .blck-3-cols > a {
            margin-bottom: 0; } }
        .front-hidden-gems .locations .blck-3-cols > a:focus, .front-hidden-gems .locations .blck-3-cols > a:hover {
          -webkit-transform: translateY(-3px);
                  transform: translateY(-3px);
          box-shadow: 0px 4px 30px rgba(10, 29, 40, 0.08);
          background-color: #fff; }
          .front-hidden-gems .locations .blck-3-cols > a:focus img, .front-hidden-gems .locations .blck-3-cols > a:hover img {
            -webkit-transform: scale(1.1);
                    transform: scale(1.1); }
        .front-hidden-gems .locations .blck-3-cols > a img {
          max-width: 22px;
          margin: 0 28px 0 0;
          -webkit-transition: all ease-in-out 0.2s;
          transition: all ease-in-out 0.2s;
          max-width: 24px;
          transition: all ease-in-out 0.2s;
          align-self: flex-start; }
        .front-hidden-gems .locations .blck-3-cols > a:last-child {
          padding-left: 82px;
          background-color: transparent;
          color: #007dd3;
          text-decoration: underline; }
          .front-hidden-gems .locations .blck-3-cols > a:last-child:hover, .front-hidden-gems .locations .blck-3-cols > a:last-child:focus {
            box-shadow: none;
            -webkit-transform: translateY(0);
                    transform: translateY(0);
            color: #111; }
          .front-hidden-gems .locations .blck-3-cols > a:last-child img {
            display: none; }

.front-content-plus-image {
  padding: 0; }
  .front-content-plus-image .blck-2-cols {
    grid-template-columns: 2fr 1fr; }

.front-content-plus-list {
  padding: 0; }
  .front-content-plus-list .front-content-plus-list-list li {
    list-style-type: none;
    border-bottom: 1px solid #ccc;
    padding: 28px 0 24px;
    display: block;
    clear: both; }
    .front-content-plus-list .front-content-plus-list-list li a {
      color: #111;
      font-weight: 700; }
    .front-content-plus-list .front-content-plus-list-list li img {
      float: left;
      max-width: 22px;
      margin-right: 32px; }
  .front-content-plus-list .content-right {
    margin-top: 50px; }

.simple-seperator-line {
  background-color: #ccc;
  width: 100%;
  height: 1px; }

.front-categories-grid {
  padding: 24px 0; }
  .front-categories-grid h2 {
    text-align: center;
    margin-bottom: 50px; }
  .front-categories-grid .blck-3-cols {
    font-size: 17px; }
    .front-categories-grid .blck-3-cols > a {
      background-color: #eee;
      padding: 32px 24px 30px 32px;
      color: #111;
      border-radius: 9px;
      text-decoration: none;
      font-weight: 700;
      display: -webkit-box;
      display: flex;
      margin-bottom: 15px; }
      @media (min-width: 768px) {
        .front-categories-grid .blck-3-cols > a {
          margin-bottom: 0; } }
      .front-categories-grid .blck-3-cols > a:focus, .front-categories-grid .blck-3-cols > a:hover {
        -webkit-transform: translateY(-3px);
                transform: translateY(-3px);
        box-shadow: 0px 4px 30px rgba(10, 29, 40, 0.08);
        background-color: #fff; }
      .front-categories-grid .blck-3-cols > a img {
        max-width: 24px;
        margin: 1px 24px 10px 0;
        -webkit-transition: all ease-in-out 0.2s;
        transition: all ease-in-out 0.2s;
        align-self: flex-start; }

.entry-content .callout-grey-list {
  margin-left: 0; }
  .entry-content .callout-grey-list li {
    border-bottom: 1px solid #ccc;
    padding: 18px 0;
    list-style-type: none;
    padding-left: 54px;
    position: relative; }
    .entry-content .callout-grey-list li::before {
      position: absolute;
      left: 12px;
      top: 26px;
      background: url("../images/arrow_bullet.png") no-repeat center center;
      background-size: contain;
      width: 18px;
      height: 18px;
      content: ''; }
  .entry-content .callout-grey-list a {
    display: block;
    font-weight: 700;
    font-size: 20px; }
  .entry-content .callout-grey-list span {
    font-style: italic;
    font-size: 18px; }

.entry-content .callout-grey-list-simple {
  margin-left: 0;
  background-color: #eee;
  padding: 32px; }
  .entry-content .callout-grey-list-simple li {
    padding: 0;
    list-style-type: none;
    padding-left: 50px;
    position: relative;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 8px; }
    .entry-content .callout-grey-list-simple li::before {
      position: absolute;
      left: 12px;
      top: 2px;
      background: url("../images/arrow_bullet.png") no-repeat center center;
      background-size: contain;
      width: 18px;
      height: 24px;
      content: ''; }
  .entry-content .callout-grey-list-simple a {
    display: block;
    font-weight: 700;
    font-size: 20px; }

.front-content-image {
  margin: 60px 0; }
  @media (min-width: 768px) {
    .front-content-image {
      margin: 120px 0; } }
  .front-content-image .blck-2-cols {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    grid-row-gap: 0; }
    .front-content-image .blck-2-cols .left-col {
      grid-column: 1 / 2;
      grid-row: 2; }
    .front-content-image .blck-2-cols .right-col {
      grid-column: 1 / 2;
      grid-row: 1; }
    @media (min-width: 768px) {
      .front-content-image .blck-2-cols {
        -webkit-box-align: center;
                align-items: center;
        grid-template-columns: 6fr 4fr;
        grid-column-gap: 148px; }
        .front-content-image .blck-2-cols .left-col {
          grid-column: 1 / 2;
          grid-row: 1; }
        .front-content-image .blck-2-cols .right-col {
          grid-column: 2 / 3;
          grid-row: 1; } }
  .front-content-image img {
    max-width: 100%;
    box-shadow: 0px 20px 75px rgba(12, 71, 121, 0.36); }

.front-image-content {
  margin: 60px 0; }
  @media (min-width: 768px) {
    .front-image-content {
      margin: 120px 0; } }
  .front-image-content .blck-2-cols {
    -webkit-box-align: center;
            align-items: center;
    grid-template-columns: 4fr 6fr;
    grid-gap: 148px; }
  .front-image-content img {
    box-shadow: 0px 20px 75px rgba(12, 71, 121, 0.36); }

.extra-space-top,
.alignfull.extra-space-top {
  padding-top: 72px; }

.extra-space-bottom,
.alignfull.extra-space-bottom {
  padding-bottom: 72px; }

.front-headline img {
  display: none; }

@media (min-width: 768px) {
  .front-headline img {
    display: block; }
  .front-headline .headline-grid {
    display: grid;
    grid-template-columns: 1fr 13fr 6fr;
    grid-gap: 5%; }
  .front-headline .action {
    align-self: center;
    justify-self: end; }
    .front-headline .action .button {
      background-color: #1768ac;
      color: #ffffff; }
      .front-headline .action .button:hover {
        background-color: #0634ac;
        color: #fff; } }

.front-headline .action .button {
  border-radius: 9px; }

.front-headline .headline-content h2 {
  font-weight: 700; }

form#platform-quick-degree-finder.css-cg5t4y {
  width: 100% !important; }

/* Forms
--------------------------------------------- */
input,
select,
textarea {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0;
  color: #111;
  font-size: 15px;
  font-weight: 400;
  padding: 16px;
  width: 100%; }

input:focus,
textarea:focus {
  border: 1px solid #aaa;
  outline: none; }

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
  width: auto; }

::-moz-placeholder {
  color: #999;
  opacity: 1; }

::-webkit-input-placeholder {
  color: #999; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
  background-color: #007dd3;
  border: 0;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 8px 20px 6px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: normal;
  width: auto;
  font-family: "Libre Baskerville", serif; }
  @media (min-width: 768px) {
    button,
    input[type="button"],
    input[type="reset"],
    input[type="submit"],
    .button {
      font-size: 16px; } }
  @media (min-width: 960px) {
    button,
    input[type="button"],
    input[type="reset"],
    input[type="submit"],
    .button {
      font-size: 16px; } }
  @media (min-width: 1200px) {
    button,
    input[type="button"],
    input[type="reset"],
    input[type="submit"],
    .button {
      font-size: 16px; } }
  @media (min-width: 768px) {
    button,
    input[type="button"],
    input[type="reset"],
    input[type="submit"],
    .button {
      padding: 10px 24px 9px; } }

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.button:focus,
.button:hover {
  background-color: #005996;
  color: #fff; }

a.button.ghost,
button.ghost,
input[type="button"].ghost,
input[type="reset"].ghost,
input[type="submit"].ghost {
  background-color: transparent;
  border: 2px solid #007dd3;
  color: #007dd3; }

a.button.ghost:focus,
a.button.ghost:hover,
button.ghost:focus,
button.ghost:hover,
input[type="button"].ghost:focus,
input[type="button"].ghost:hover,
input[type="reset"].ghost:focus,
input[type="reset"].ghost:hover,
input[type="submit"].ghost:focus,
input[type="submit"].ghost:hover {
  background-color: transparent;
  border: 2px solid #005996;
  color: #005996; }

.entry-content .button:focus,
.entry-content .button:hover {
  color: #fff; }

.button {
  display: inline-block; }

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
  font-size: 14px;
  letter-spacing: 1px;
  padding: 4px 12px; }
  @media (min-width: 768px) {
    a.button.small,
    button.small,
    input[type="button"].small,
    input[type="reset"].small,
    input[type="submit"].small {
      font-size: 14px; } }
  @media (min-width: 960px) {
    a.button.small,
    button.small,
    input[type="button"].small,
    input[type="reset"].small,
    input[type="submit"].small {
      font-size: 15px; } }
  @media (min-width: 1200px) {
    a.button.small,
    button.small,
    input[type="button"].small,
    input[type="reset"].small,
    input[type="submit"].small {
      font-size: 15px; } }
  @media (min-width: 768px) {
    a.button.small,
    button.small,
    input[type="button"].small,
    input[type="reset"].small,
    input[type="submit"].small {
      padding: 5px 12px; } }

a.button.large,
button.large,
input[type="button"].large,
input[type="reset"].large,
input[type="submit"].large {
  font-size: 16px;
  font-weight: 700;
  padding: 14px 24px; }
  @media (min-width: 768px) {
    a.button.large,
    button.large,
    input[type="button"].large,
    input[type="reset"].large,
    input[type="submit"].large {
      font-size: 18px; } }
  @media (min-width: 960px) {
    a.button.large,
    button.large,
    input[type="button"].large,
    input[type="reset"].large,
    input[type="submit"].large {
      font-size: 20px; } }
  @media (min-width: 1200px) {
    a.button.large,
    button.large,
    input[type="button"].large,
    input[type="reset"].large,
    input[type="submit"].large {
      font-size: 22px; } }
  @media (min-width: 768px) {
    a.button.large,
    button.large,
    input[type="button"].large,
    input[type="reset"].large,
    input[type="submit"].large {
      letter-spacing: 2px;
      padding: 18px 30px; } }

a.button.secondary,
button.secondary,
input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary {
  background-color: #5ca51a; }

a.button.secondary:focus,
a.button.secondary:hover,
button.secondary:focus,
button.secondary:hover,
input[type="button"].secondary:focus,
input[type="button"].secondary:hover,
input[type="reset"].secondary:focus,
input[type="reset"].secondary:hover,
input[type="submit"].secondary:focus,
input[type="submit"].secondary:hover {
  background-color: #3f7012; }

a.button.text,
button.text,
input[type="button"].text,
input[type="reset"].text,
input[type="submit"].text {
  background-color: transparent;
  border-bottom: 4px solid #007dd3;
  border-radius: 0;
  color: #111;
  font-weight: 700;
  padding: 10px 0 4px 0; }
  @media (min-width: 768px) {
    a.button.text,
    button.text,
    input[type="button"].text,
    input[type="reset"].text,
    input[type="submit"].text {
      padding: 10px 0 4px 0; } }

a.button.text:focus,
a.button.text:hover,
button.text:focus,
button.text:hover,
input[type="button"].text:focus,
input[type="button"].text:hover,
input[type="reset"].text:focus,
input[type="reset"].text:hover,
input[type="submit"].text:focus,
input[type="submit"].text:hover {
  background-color: transparent;
  color: #007dd3; }

a.button.small.text,
button.small.text,
input[type="button"].small.text,
input[type="reset"].small.text,
input[type="submit"].small.text {
  border-bottom: 3px solid #007dd3;
  font-weight: 500;
  padding: 10px 0 2px 0; }

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
  background-color: #eee;
  border-width: 0;
  color: #999;
  cursor: not-allowed; }

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

.button-group a.button,
.button-group button,
.button-group input[type="button"],
.button-group input[type="reset"],
.button-group input[type="submit"] {
  margin-right: 32px; }

/* Search Form
--------------------------------------------- */
.search-form {
  max-width: 400px;
  position: relative;
  overflow: hidden; }
  .search-form .search-field {
    border: none;
    padding-right: 32px; }
  .search-form .search-submit {
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
    min-width: 0;
    width: 24px;
    height: 24px;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    right: 12px; }
    .search-form .search-submit svg {
      fill: #999;
      width: 16px;
      height: 16px;
      margin-top: calc((14 - 16px) / 2); }

.entry-content .search-form {
  margin-bottom: 32px;
  width: 50%; }

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
  margin-top: 10px; }

.widget_search input[type="submit"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px; }

/* Box Sizing
--------------------------------------------- */
html,
input[type='search'] {
  box-sizing: border-box; }

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

/* Site Containers
--------------------------------------------- */
.site-container {
  word-wrap: break-word; }

.site-inner {
  clear: both;
  margin: 0 auto;
  padding: 16px 0 64px; }
  @media (min-width: 960px) {
    .site-inner {
      padding: 64px 0; } }
  @media (min-width: 1200px) {
    .site-inner {
      max-width: 1110px;
      margin: 0 auto; } }

.wrap {
  margin: 0 5%;
  max-width: 100%;
  width: auto; }
  .wrap::before {
    display: table;
    content: " "; }
  .wrap::after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 1200px) {
    .wrap {
      margin: 0 auto;
      max-width: 1110px; } }

/* Content
--------------------------------------------- */
.content {
  margin: 0 auto;
  max-width: none;
  width: 100%; }
  @media (min-width: 960px) {
    .content {
      width: 63%; } }
  @media (min-width: 1200px) {
    .content {
      float: left;
      width: 650px; } }

@media (min-width: 960px) {
  .sidebar-content .content {
    float: right; } }

@media (min-width: 960px) {
  .full-width-content-narrow .content,
  .landing-page .content {
    float: none;
    margin-left: auto;
    margin-right: auto; } }

.sidebar {
  margin: 0 auto;
  max-width: 650px; }
  @media (min-width: 960px) {
    .sidebar {
      float: right;
      width: 32%; } }

@media (min-width: 960px) {
  .sidebar-content .sidebar {
    float: left; } }

.full-width-content .content {
  margin: 0 auto;
  width: 100%; }
  @media (min-width: 960px) {
    .full-width-content .content {
      float: none;
      max-width: 1140px;
      width: 100%; } }

@media (min-width: 960px) {
  .archive.full-width-content .content .entry {
    border: 1px solid #eee;
    float: left;
    margin-right: 4%;
    padding: 48px 32px;
    text-align: center;
    width: 48%; }
    .archive.full-width-content .content .entry:nth-of-type(2n) {
      margin-right: 0; } }

/* Sidebar Layout
---------------------------------------------------------------------------------------------------- */
.sidebar {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 40px;
  position: relative; }

.sidebar .widget {
  background-color: #e8f2f9;
  margin-bottom: 20px;
  padding: 32px;
  box-shadow: 10px 10px 34px -14px #acacac;
  border-radius: 9px; }

.sidebar .widget * {
  color: #647d91; }

.sidebar p {
  margin-bottom: 20px; }

html .degree-finder-sidebar {
  background-color: #1768ac;
  padding: 2% 5%;
  float: left;
  position: relative;
  z-index: 99;
  width: 100%;
  margin-bottom: 40px; }
  @media (max-width: 960px) {
    html .degree-finder-sidebar #platform-quick-degree-finder legend.css-x7xcae {
      text-align: center; } }
  @media (max-width: 960px) {
    html .degree-finder-sidebar form#platform-quick-degree-finder.css-cg5t4y {
      margin: 0 auto !important;
      padding: 0 !important; } }
  @media (min-width: 960px) {
    html .degree-finder-sidebar {
      width: 32%;
      background-color: transparent;
      padding: 0;
      margin-bottom: 0; } }

@media (min-width: 960px) {
  html .degree-finder-sidebar.fixed {
    position: fixed;
    top: 10px;
    margin-top: 0; } }

@media (min-width: 960px) {
  html .degree-finder-sidebar.fixed form#platform-quick-degree-finder.css-cg5t4y {
    width: 90%;
    margin: 0 0 0 -32px;
    padding: 0 6%; } }

@media (min-width: 960px) {
  .df-sidebar-bumper.fixed {
    height: 220px;
    float: left;
    width: 30%; } }

/* Screen Reader Text
--------------------------------------------- */
.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type='submit']:focus {
  background: #fff;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #484848;
  display: block;
  font-size: 1em;
  font-weight: bold;
  height: auto;
  padding: 15px 23px 14px;
  text-decoration: none;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

.more-link {
  position: relative; }

/* Skip Links
---------------------------------------------------------------------------------------------------- */
.genesis-skip-link {
  margin: 0; }
  .genesis-skip-link .skip-link-hidden {
    display: none;
    visibility: hidden; }
  .genesis-skip-link li {
    height: 0;
    list-style: none;
    width: 0; }

/**
*
* GRID!!!!!!!
* Grid layout utility classes.
*
---------------------------------------------------------------------------------------------------- */
/* Blcks
--------------------------------------------- */
.blck,
.wp-block-columns.has-2-columns {
  padding: 0; }

.blck-grey {
  background-color: #eee; }

.blck-2-cols > div,
.wp-block-columns.has-2-columns > div {
  float: left;
  width: 47%;
  margin-right: 6%; }
  .blck-2-cols > div:nth-of-type(2),
  .wp-block-columns.has-2-columns > div:nth-of-type(2) {
    margin-right: 0; }

.blck-3-cols div {
  float: left;
  width: 30%;
  margin-right: 5%; }
  .blck-3-cols div:nth-of-type(3) {
    margin-right: 0; }

@supports (grid-area: auto) {
  .blck-2-cols,
  .blck-3-cols,
  .wp-block-columns.has-2-columns {
    display: block; }
    .blck-2-cols > div,
    .blck-3-cols > div,
    .wp-block-columns.has-2-columns > div {
      float: none;
      margin-bottom: 30px;
      margin-right: 0;
      width: 100%; }
      @media (min-width: 768px) {
        .blck-2-cols > div,
        .blck-3-cols > div,
        .wp-block-columns.has-2-columns > div {
          margin-bottom: 0; } }
    @media (min-width: 768px) {
      .blck-2-cols,
      .blck-3-cols,
      .wp-block-columns.has-2-columns {
        display: grid;
        grid-gap: 30px; } }
  .blck-content-middle div {
    align-self: center;
    justify-self: center; }
  .blck-2-cols,
  .wp-block-columns.has-2-columns {
    grid-gap: 60px;
    grid-template-columns: 1fr 1fr; }
  .blck-3-cols {
    grid-template-columns: 1fr 1fr 1fr; } }

/* Column Classes - For old school...
--------------------------------------------- */
@media (min-width: 768px) {
  .five-sixths,
  .four-sixths,
  .one-fourth,
  .one-half,
  .one-sixth,
  .one-third,
  .three-fourths,
  .three-sixths,
  .two-fourths,
  .two-sixths,
  .two-thirds {
    float: left;
    margin-left: 2.564102564102564%; }
  .one-half,
  .three-sixths,
  .two-fourths {
    width: 48.717948717948715%; }
  .one-third,
  .two-sixths {
    width: 31.623931623931625%; }
  .four-sixths,
  .two-thirds {
    width: 65.81196581196582%; }
  .one-fourth {
    width: 48.717948717948715%; }
    .one-fourth:nth-of-type(even), .one-fourth.first {
      margin-left: 0; }
  .three-fourths {
    width: 74.35897435897436%; }
  .one-sixth {
    width: 14.52991452991453%; }
  .five-sixths {
    width: 82.90598290598291%; }
  .first {
    clear: both;
    margin-left: 0; } }

@media (min-width: 960px) {
  .one-fourth {
    width: 23.076923076923077%; }
    .one-fourth:nth-of-type(even) {
      margin-left: 2.564102564102564%; }
    .one-fourth.first {
      margin-left: 0; } }

/* Pagination
--------------------------------------------- */
.pagination {
  clear: both;
  margin: 32px 0; }
  @media (min-width: 768px) {
    .pagination {
      margin: 64px 0; } }

@media (min-width: 960px) {
  .full-width-content .archive-pagination {
    text-align: center; } }

.adjacent-entry-pagination {
  margin-bottom: 0; }

.archive-pagination li {
  display: inline; }
  .archive-pagination li a {
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #007dd3;
    color: #007dd3;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    margin-bottom: 4px;
    padding: 8px 12px;
    text-decoration: none; }
    .archive-pagination li a:focus, .archive-pagination li a:hover,
    .archive-pagination li a.active a {
      background-color: #007dd3;
      color: #fff; }

/* Breadcrumbs
--------------------------------------------- */
.breadcrumb {
  border-bottom: 1px solid #ccc;
  font-size: 16px;
  margin-bottom: 32px;
  padding-bottom: 16px; }

/* Blog Layout
--------------------------------------------- */
.archive-description {
  padding: 0;
  margin: 0; }
  .archive-description p:last-child {
    margin-bottom: 0; }

@media (min-width: 960px) {
  .full-width-content .archive-description {
    text-align: center; } }

.full-width-content .archive-description p {
  margin: 32px auto 0;
  max-width: 650px; }

.archive.full-width-content .content .entry .entry-title {
  font-size: 24px; }
  @media (min-width: 768px) {
    .archive.full-width-content .content .entry .entry-title {
      font-size: 28px; } }
  @media (min-width: 960px) {
    .archive.full-width-content .content .entry .entry-title {
      font-size: 32px; } }
  @media (min-width: 1200px) {
    .archive.full-width-content .content .entry .entry-title {
      font-size: 36px; } }

/* Display Posts Layouts
--------------------------------------------- */
.entry-content .display-posts-listing {
  margin-left: 0; }

.display-posts-listing {
  display: block;
  margin: 48px 0; }
  @media (min-width: 960px) {
    .display-posts-listing {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      grid-gap: 30px; } }
  .display-posts-listing .entry {
    background-color: #111;
    box-shadow: 0px 4px 70px rgba(0, 0, 0, 0.1);
    background-size: cover;
    background-position: center center;
    margin-bottom: 20px;
    padding: 40px 0;
    position: relative;
    min-height: 250px;
    border-radius: 9px; }
    @media (min-width: 960px) {
      .display-posts-listing .entry {
        margin-bottom: 0; } }
    .display-posts-listing .entry .entry-title {
      font-size: 20px;
      margin: 30px 8%;
      line-height: 1.4; }
      .display-posts-listing .entry .entry-title a {
        color: #fff;
        text-decoration: none; }
        .display-posts-listing .entry .entry-title a:hover {
          text-decoration: underline; }
    .display-posts-listing .entry .entry-content {
      margin: 0 8% 20px 8%;
      color: #fff; }
    .display-posts-listing .entry .entry-content-wrap {
      position: absolute;
      bottom: 0; }
    .display-posts-listing .entry .read-more {
      text-transform: uppercase;
      font-family: "Libre Baskerville", serif;
      letter-spacing: 1px;
      font-weight: 700;
      text-decoration: none;
      font-size: 14px;
      background-color: #d62246;
      color: #ffffff;
      border-radius: 9px;
      padding: 14px 20px;
      margin-left: 8%; }
      .display-posts-listing .entry .read-more:hover {
        background-color: #ffffff;
        color: #d62246; }

/* Widgets
---------------------------------------------------------------------------------------------------- */
.widget {
  margin-bottom: 32px; }
  .widget a {
    color: #fff; }

.widget p:last-child,
.widget ul > li:last-of-type {
  margin-bottom: 0; }

.widget ul > li {
  margin-bottom: 10px; }

.widget ul > li:last-of-type {
  padding-bottom: 0; }

.widget ol > li {
  list-style-position: inside;
  list-style-type: decimal;
  padding-left: 20px;
  text-indent: -20px; }

.widget li li {
  border: 0;
  margin: 0 0 0 30px;
  padding: 0; }

.widget_calendar table {
  width: 100%; }

.widget_calendar td,
.widget_calendar th {
  text-align: center; }

.widget-title {
  color: #fff;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 10px;
  text-transform: uppercase; }

/* Featured Content
--------------------------------------------- */
.featured-content .entry {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px; }

.featured-content .entry:last-of-type {
  border-bottom: none;
  margin-bottom: 0; }

.featured-content .entry-image {
  height: 75px;
  width: 75px; }

.featured-content .entry-title {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 5px;
  margin-top: 10px; }

/* Plugins
---------------------------------------------------------------------------------------------------- */
/* Genesis eNews Extended
--------------------------------------------- */
.after-entry .enews {
  text-align: center;
  padding: 10px; }

.sidebar .enews {
  background-color: #f5f5f5;
  padding: 30px; }

.enews-widget input {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 10px; }

.after-entry .enews-widget input {
  text-align: center; }

.enews-widget input[type="submit"] {
  margin: 0;
  width: 100%; }

.enews form + p {
  margin-top: 20px; }

/* Genesis Simple FAQ
--------------------------------------------- */
.gs-faq__question {
  background: transparent;
  border-bottom: 1px solid #eee;
  color: #484848;
  padding-left: 0;
  padding-right: 0; }

.gs-faq__question:focus,
.gs-faq__question:hover {
  background: transparent;
  color: #00b170; }

.gs-faq__question::after {
  content: "\f132";
  font-family: "dashicons";
  float: right; }

.gs-faq__question.gs-faq--expanded::after {
  content: "\f460"; }

/* Jetpack
--------------------------------------------- */
#wpstats {
  display: none; }

/* Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
  background-color: #ffffff;
  padding: 0 2.5%;
  margin-bottom: 8px; }
  .site-header > .wrap {
    margin: 0; }
  @media (min-width: 960px) {
    .site-header {
      padding: 0 32px;
      width: 100%; }
      .site-header > .wrap {
        margin: 0 auto;
        max-width: 1360px; } }

/* Title Area
--------------------------------------------- */
.title-area {
  float: left;
  padding: 16px 0;
  margin-right: 10px;
  margin-left: 10px;
  margin-top: 10px; }
  @media (min-width: 1200px) {
    .title-area {
      margin-top: 0; } }
  @media (min-width: 1200px) {
    .title-area {
      margin-right: 32px; } }
  @media (min-width: 1400px) {
    .title-area {
      margin-right: 64px; } }
  .title-area .site-title a {
    background: url(../images/best-health-degrees-logo.png) no-repeat center;
    background-size: contain;
    display: block;
    text-indent: -9999em;
    width: 100%;
    width: 159px;
    height: 60px; }
    @media (min-width: 1200px) {
      .title-area .site-title a {
        width: 198px;
        height: 75px; } }

.site-title {
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 2px;
  line-height: 1;
  margin-bottom: 0;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    .site-title {
      font-size: 24px; } }
  @media (min-width: 960px) {
    .site-title {
      font-size: 30px; } }
  @media (min-width: 1200px) {
    .site-title {
      font-size: 30px; } }

.site-title a,
.site-title a:focus,
.site-title a:hover {
  color: #484848;
  text-decoration: none; }

.site-description {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }

.hero {
  background-color: #444;
  background-position: left center;
  background-size: cover;
  max-width: none;
  margin: 0 2%;
  padding: 48px 0 48px;
  position: relative;
  width: 96%; }
  @media (min-width: 960px) {
    .hero {
      padding: 64px 0; } }
  @media (min-width: 1372px) {
    .hero {
      max-width: 1360px;
      margin: 0 auto; } }
  .hero h1 {
    color: #fff;
    text-align: center; }

.full-width-content .hero {
  margin-bottom: 40px;
  overflow: hidden;
  padding: 0; }
  .full-width-content .hero > .wrap {
    display: block;
    padding: 5% 0 0 0;
    margin: 0 auto; }
    @media (min-width: 960px) {
      .full-width-content .hero > .wrap {
        display: grid;
        grid-template-columns: 6fr 4fr;
        grid-gap: 90px;
        padding: 0; } }
    @media (min-width: 1200px) {
      .full-width-content .hero > .wrap {
        grid-template-columns: 7fr 4fr;
        grid-gap: 120px; } }
    .full-width-content .hero > .wrap::before, .full-width-content .hero > .wrap::after {
      content: none; }
  .full-width-content .hero .front-hero-degree-finder {
    background-color: #1768ac;
    position: relative;
    z-index: 5;
    padding: 5%;
    align-content: center;
    height: 100%;
    display: grid; }
    @media (min-width: 960px) {
      .full-width-content .hero .front-hero-degree-finder {
        padding: 48px 0 48px 48px; }
        .full-width-content .hero .front-hero-degree-finder::after {
          content: ' ';
          width: 128px;
          height: 100%;
          background-color: #1768ac;
          position: absolute;
          right: -125px;
          top: 0;
          z-index: 1; }
        .full-width-content .hero .front-hero-degree-finder::before {
          content: ' ';
          width: 300px;
          height: 150%;
          background-color: #1768ac;
          position: absolute;
          left: -40px;
          top: -50px;
          z-index: -1;
          -webkit-transform: rotate(-10deg);
                  transform: rotate(-10deg); } }
  .full-width-content .hero h1,
  .full-width-content .hero .archive-description {
    align-self: center;
    text-align: center;
    margin-bottom: 40px; }
    @media (min-width: 960px) {
      .full-width-content .hero h1,
      .full-width-content .hero .archive-description {
        text-align: left;
        margin-bottom: 0; } }

.sidebar-content .hero {
  text-align: center; }

/* Navigation
---------------------------------------------------------------------------------------------------- */
.nav-primary {
  font-family: "Libre Baskerville", serif; }
  .nav-primary ul {
    clear: both;
    line-height: 1;
    margin: 0;
    width: 100%; }
  .nav-primary .menu-item {
    float: left;
    list-style: none;
    position: relative; }
    .nav-primary .menu-item a {
      border: none;
      color: #111;
      display: block;
      font-size: 14px;
      font-weight: 400;
      letter-spacing: 1px;
      line-height: 16px;
      position: relative;
      text-decoration: none;
      text-transform: uppercase; }
    .nav-primary .menu-item:hover > a,
    .nav-primary .menu-item.current-menu-item > a,
    .nav-primary .menu-item.current-menu-ancestor > a {
      color: #007dd3; }
  .nav-primary .sub-menu {
    padding: 7px; }

/* Primary
--------------------------------------------- */
@media (max-width: 960px) {
  .nav-primary {
    display: none;
    position: relative;
    clear: both; }
    .mobile-menu-expanded .nav-primary {
      padding: 0;
      display: block;
      margin-bottom: 20px; }
      .mobile-menu-expanded .nav-primary .menu-item.search,
      .mobile-menu-expanded .nav-primary .sub-menu {
        display: none; }
      .mobile-menu-expanded .nav-primary .menu-item {
        float: none;
        margin-bottom: 10px; }
      .mobile-menu-expanded .nav-primary .submenu-active .submenu-expand {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg); }
      .mobile-menu-expanded .nav-primary .submenu-active > .sub-menu {
        display: block; }
      .mobile-menu-expanded .nav-primary .menu > .menu-item {
        background: #1768ac; }
        .mobile-menu-expanded .nav-primary .menu > .menu-item > a {
          padding: 20px;
          text-align: center;
          color: #ffffff;
          font-weight: 700; }
        .mobile-menu-expanded .nav-primary .menu > .menu-item.menu-item-has-children {
          text-align: center; }
      .mobile-menu-expanded .nav-primary .sub-menu .menu-item > a {
        padding: 10px 0 10px 0;
        color: #fff; }
      .mobile-menu-expanded .nav-primary .submenu-expand {
        position: absolute;
        right: 0;
        top: 0;
        width: 32px;
        height: 56px;
        text-align: center;
        line-height: 0;
        cursor: pointer;
        outline: none; }
        .mobile-menu-expanded .nav-primary .submenu-expand svg {
          fill: #fff;
          width: 16px;
          height: 16px;
          margin-top: calc((56px - 16px) / 2); }
        .mobile-menu-expanded .nav-primary .submenu-expand:hover svg {
          fill: #fff; } }

@media (min-width: 961px) {
  .nav-primary {
    float: right;
    width: auto;
    margin-right: 48px; }
    .nav-primary .menu > .menu-item > a {
      font-size: 12px;
      font-weight: 700;
      padding: 50px 16px 40px; }
    .nav-primary .menu > .menu-item:hover > a,
    .nav-primary .menu > .menu-item.current-menu-item > a,
    .nav-primary .menu > .menu-item.current-menu-ancestor > a {
      color: #005996; }
    .nav-primary .menu > .menu-item:hover > .sub-menu {
      left: auto;
      opacity: 1;
      -webkit-transition: all ease-in-out 0.3s;
      transition: all ease-in-out 0.3s; }
    .nav-primary .menu > .menu-item.menu-item-has-children > a {
      padding-right: 26px; }
    .nav-primary .submenu-expand {
      position: absolute;
      right: 8px;
      top: 50%;
      margin-top: -5px;
      line-height: 0; }
      .nav-primary .submenu-expand svg {
        width: 10px;
        height: 10px; }
    .nav-primary .sub-menu {
      background: #eee;
      left: -9999px;
      opacity: 0;
      padding: 7px;
      position: absolute;
      width: 180px;
      z-index: 99;
      -webkit-transition: all ease-in-out 0.3s;
      transition: all ease-in-out 0.3s; }
      .nav-primary .sub-menu .menu-item {
        float: none; }
        .nav-primary .sub-menu .menu-item > a {
          padding: 10px; }
      .nav-primary .sub-menu .sub-menu {
        margin: -54px 0 0 199px; } }

/* Mobile
--------------------------------------------- */
.nav-mobile {
  float: right;
  width: auto;
  margin: 30px 10px 0 0; }
  @media (min-width: 961px) {
    .nav-mobile {
      display: none; } }

.mobile-menu-toggle {
  background-color: #1768ac;
  border-radius: 9px;
  border: none;
  display: block;
  padding: 16px 20px;
  width: 100%; }
  .mobile-menu-toggle svg {
    fill: #fff; }
  .mobile-menu-toggle:focus,
  .mobile-menu-expanded .mobile-menu-toggle {
    background: #1768ac;
    color: #fff;
    outline: none; }
    .mobile-menu-toggle:focus svg,
    .mobile-menu-expanded .mobile-menu-toggle svg {
      fill: #fff; }
  .mobile-menu-toggle svg {
    vertical-align: middle; }
  .mobile-menu-toggle .menu-close {
    display: none; }
  .mobile-menu-expanded .mobile-menu-toggle .menu-close {
    display: inline; }
  .mobile-menu-expanded .mobile-menu-toggle .menu-open {
    display: none; }

/* Nav Secondary - footer
--------------------------------------------- */
.nav-secondary {
  float: none; }
  @media (min-width: 768px) {
    .nav-secondary {
      float: right; } }
  .nav-secondary .genesis-nav-menu {
    text-align: center; }
    .nav-secondary .genesis-nav-menu li {
      display: inline-block;
      margin: 0 10px 10px 0; }
    .nav-secondary .genesis-nav-menu a {
      color: #fff;
      text-decoration: none;
      font-weight: 700;
      text-transform: uppercase;
      font-size: 13px;
      letter-spacing: 2px; }
      .nav-secondary .genesis-nav-menu a:hover {
        color: #fff;
        text-decoration: underline; }
  .nav-secondary .wrap {
    margin: 0 auto; }

/* Header Search
--------------------------------------------- */
.header-search {
  position: relative;
  display: block;
  float: right;
  width: auto; }
  .header-search .search-form {
    display: none; }
  .header-search .mobile-search-toggle {
    display: block;
    background-color: #eee;
    margin: 30px 5% 0 0;
    padding: 16px 20px;
    float: right;
    border-radius: 9px; }
    .header-search .mobile-search-toggle svg {
      fill: #999; }
    .header-search .mobile-search-toggle .search-close {
      display: none; }
    @media (min-width: 1400px) {
      .header-search .mobile-search-toggle {
        display: block; } }
  .header-search.search-active .search-form {
    display: block;
    position: absolute !important;
    right: -1px;
    bottom: -50px;
    z-index: 999;
    width: 500px;
    box-shadow: 0px 4px 30px rgba(10, 29, 40, 0.08); }
    .header-search.search-active .search-form input {
      background-color: #6397c5;
      color: #fff;
      border-radius: 3px; }
      .header-search.search-active .search-form input::-webkit-input-placeholder {
        color: #fff; }
      .header-search.search-active .search-form input::-moz-placeholder {
        color: #fff; }
      .header-search.search-active .search-form input:-ms-input-placeholder {
        color: #fff; }
      .header-search.search-active .search-form input::-ms-input-placeholder {
        color: #fff; }
      .header-search.search-active .search-form input::placeholder {
        color: #fff; }
    .header-search.search-active .search-form .search-submit svg {
      fill: #fff; }
  .header-search.search-active .search-close {
    display: inline; }
  .header-search.search-active .search-icon {
    display: none; }

/* Entry Content
--------------------------------------------- */
.entry {
  margin-bottom: 32px; }
  @media (min-width: 960px) {
    .entry {
      margin-bottom: 48px; } }

.entry-content ol,
.entry-content ul {
  margin-bottom: 32px;
  margin-left: 48px; }

.entry-content ol > li {
  list-style-type: decimal; }

.entry-content ul > li {
  list-style-type: disc; }

.entry-content ol ol,
.entry-content ul ul {
  margin-bottom: 0; }

.entry-content code {
  background-color: #f5f5f5; }

.entry-content svg {
  vertical-align: middle; }

.entry-content .caption {
  font-size: 14px;
  font-weight: 500;
  margin-top: -20px;
  text-align: center; }

.content .sticky {
  background-color: #f5f5f5;
  padding: 32px; }

/* Entry Meta
--------------------------------------------- */
p.entry-meta {
  font-size: 14px;
  margin-bottom: 0; }
  @media (min-width: 768px) {
    p.entry-meta {
      font-size: 15px; } }
  @media (min-width: 960px) {
    p.entry-meta {
      font-size: 16px; } }
  @media (min-width: 1200px) {
    p.entry-meta {
      font-size: 16px; } }

.entry-header .entry-meta {
  margin-bottom: 16px; }

.entry-footer .entry-meta {
  border-top: 1px solid #eee;
  padding-top: 16px; }

.entry-categories,
.entry-tags {
  display: block; }

.entry-comments-link::before {
  content: "\2014";
  margin: 0 6px 0 2px; }

/* Author Box 
--------------------------------------------- */
.author-box {
  margin-bottom: 32px; }
  .author-box p:last-child {
    margin: 0; }
  @media (min-width: 960px) {
    .author-box {
      background-color: #f5f5f5;
      margin-bottom: 48px;
      padding: 32px; } }
  .author-box .avatar {
    margin-right: 20px; }

/* After Entry CTA
--------------------------------------------- */
.after-entry {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  padding: 20px 30px; }
  @media (min-width: 960px) {
    .after-entry {
      padding: 32px 64px; }
      .after-entry .enews {
        padding-left: 32px;
        padding-right: 32px; } }
  .after-entry .widget:last-of-type {
    margin-bottom: 0; }

/* WordPress
--------------------------------------------- */
.aligncenter {
  text-align: center; }
  .aligncenter img {
    margin: 0 auto; }

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

a.alignnone {
  display: inline-block; }

.alignleft,
.alignright {
  display: block;
  margin: 0 auto 16px;
  width: 100%; }

@media (min-width: 600px) {
  .alignright {
    float: right;
    margin: 0 0 32px 16px;
    text-align: right;
    width: auto; }
  .alignleft {
    float: left;
    margin: 0 32px 16px 0;
    text-align: left;
    width: auto; } }

.alignfull {
  margin-left: -32px;
  margin-right: -32px;
  width: calc(100% + 32px * 2);
  max-width: calc(100% + 32px * 2);
  display: block;
  padding-left: 5%;
  padding-right: 5%; }
  @media (min-width: 1200px) {
    .alignfull {
      margin-left: calc(50% - 50vw);
      margin-right: calc(50% - 50vw);
      width: 100vw;
      max-width: 1000%;
      display: block;
      padding-left: 0;
      padding-right: 0; } }

.alignwide {
  margin-left: -32px;
  margin-right: -32px;
  width: calc(100% + 32px * 2);
  max-width: calc(100% + 32px * 2);
  display: block; }
  @media (min-width: 768px) {
    .alignwide {
      margin-left: -128px;
      margin-right: -128px;
      margin-top: 64px;
      margin-bottom: 64px;
      width: auto;
      max-width: calc(100% + 64px * 4);
      display: block; } }
  @media (min-width: 1200px) {
    .alignwide {
      margin-left: -219px;
      margin-right: -219px;
      width: auto;
      max-width: 1140px;
      display: block; }
      .full-width-content .alignwide {
        margin-left: 0;
        margin-right: 0; } }

.alignfull,
.alignwide {
  padding-top: 32px;
  padding-bottom: 32px; }

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

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

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

a.alignleft,
.wp-caption.alignleft {
  margin: 0 16px 16px 0; }

a.alignright,
.wp-caption.alignright {
  margin: 0 0 16px 16px; }

.gallery-caption,
.wp-caption-text {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  margin: 0;
  text-align: center; }

.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 16px; }

/* Entry Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
  font-size: 16px;
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .comment-respond,
    .entry-comments,
    .entry-pings {
      font-size: 18px; } }
  @media (min-width: 960px) {
    .comment-respond,
    .entry-comments,
    .entry-pings {
      font-size: 20px; } }
  @media (min-width: 1200px) {
    .comment-respond,
    .entry-comments,
    .entry-pings {
      font-size: 20px; } }
  @media (min-width: 960px) {
    .comment-respond,
    .entry-comments,
    .entry-pings {
      margin-bottom: 60px; } }

.comment-list li {
  padding: 40px 0 0 30px; }

.comment-list .depth-1 {
  padding-left: 0; }

.comment-header {
  margin-bottom: 30px; }

.comment-content {
  clear: both; }

.comment-content ul > li {
  list-style-type: disc; }

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
  width: 100%; }
  @media (min-width: 960px) {
    .comment-respond input[type="email"],
    .comment-respond input[type="text"],
    .comment-respond input[type="url"] {
      width: 50%; } }

.comment-respond label {
  display: block;
  margin-right: 12px; }

.comment-header p {
  margin-bottom: 0; }

.entry-pings .reply {
  display: none; }

.comment-form-cookies-consent input {
  float: left;
  display: block;
  margin-top: 6px; }

.comment-form-cookies-consent label {
  margin-left: 20px; }

.comment .avatar {
  margin: 0 15px 20px 0; }

/* Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
  background-color: #1768ac;
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700; }
  .site-footer .footer-info {
    width: 100%;
    text-align: center;
    color: #fff; }
    @media (max-width: 399px) {
      .site-footer .footer-info {
        padding-top: 15px; } }
  .site-footer > .wrap {
    padding: 32px 0;
    border-top: 1px solid #ccc; }
  @media (min-width: 768px) {
    .site-footer > .wrap {
      margin: 0 5%;
      padding: 32px 0; }
    .site-footer .footer-info {
      float: left;
      text-align: left;
      width: 35%;
      letter-spacing: 2px; } }
  @media (min-width: 1200px) {
    .site-footer {
      padding: 32px 0; }
      .site-footer .footer-info {
        float: left;
        text-align: left;
        width: 35%;
        letter-spacing: 2px; }
      .site-footer > .wrap {
        margin: 0 auto;
        max-width: 1140px;
        padding: 32px 0; } }
  .site-footer a {
    text-decoration: none;
    color: #fff; }

.site-footer p {
  margin-bottom: 0; }

/* Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets {
  margin-top: 64px;
  background-color: #1768ac;
  clear: both;
  font-size: 15px;
  padding: 64px 0 0; }
  @media (min-width: 768px) {
    .footer-widgets {
      font-size: 16px; } }
  @media (min-width: 960px) {
    .footer-widgets {
      font-size: 16px; } }
  @media (min-width: 1200px) {
    .footer-widgets {
      font-size: 16px; } }

.footer-widgets .wrap {
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 1200px) {
    .footer-widgets .wrap {
      width: 1174px;
      max-width: 1174px; } }

.footer-widget-area {
  margin-bottom: 32px;
  padding-left: 32px;
  padding-right: 32px; }
  @media (min-width: 768px) {
    .footer-widget-area {
      float: left;
      margin-bottom: 32px;
      width: 50%;
      /* fallback for older browsers */
      width: calc(100% / 2); } }
  @media (min-width: 960px) {
    .footer-widget-area {
      float: left;
      width: 25%;
      /* fallback for older browsers */
      width: calc(100% / 4); } }

.footer-widget-area:last-child,
.footer-widgets .widget:last-child {
  margin-bottom: 0; }

/* Footer CTA
---------------------------------------------------------------------------------------------------- */
.footer-cta {
  background-size: cover;
  background-position: center center;
  position: relative;
  color: #fff;
  margin: 0 16px 16px 16px;
  overflow: hidden;
  max-width: 1360px;
  border-radius: 9px; }
  .footer-cta::before {
    display: table;
    content: " "; }
  .footer-cta::after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 960px) {
    .footer-cta {
      margin: 0 auto 65px auto; } }
  .footer-cta .footer-cta-grid {
    display: block; }
    @media (min-width: 960px) {
      .footer-cta .footer-cta-grid {
        display: grid;
        grid-template-columns: 4fr 6fr;
        grid-gap: 90px; } }
    @media (min-width: 1200px) {
      .footer-cta .footer-cta-grid {
        grid-template-columns: 4fr 7fr;
        grid-gap: 120px; } }
  .footer-cta .footer-cta-inner {
    padding: 160px 0 160px 140px; }
    .footer-cta .footer-cta-inner h2 {
      font-size: 36px;
      margin-bottom: 40px;
      text-align: center; }
      @media (min-width: 960px) {
        .footer-cta .footer-cta-inner h2 {
          text-align: left; } }
    .footer-cta .footer-cta-inner p {
      font-family: "Libre Baskerville", serif;
      line-height: 1.8;
      letter-spacing: 1px;
      font-size: 21px;
      text-align: center; }
      @media (min-width: 960px) {
        .footer-cta .footer-cta-inner p {
          text-align: left; } }
    .footer-cta .footer-cta-inner img {
      max-width: 41px; }
  .footer-cta .footer-cta-degree-finder {
    background-color: #1768ac;
    position: relative;
    z-index: 5;
    padding: 0;
    align-content: center;
    height: 100%;
    display: grid; }
    @media (min-width: 960px) {
      .footer-cta .footer-cta-degree-finder {
        padding: 45px 0; }
        .footer-cta .footer-cta-degree-finder::after {
          content: ' ';
          width: 300px;
          height: 150%;
          background-color: #1768ac;
          position: absolute;
          right: -130px;
          top: -50px;
          z-index: -1; }
        .footer-cta .footer-cta-degree-finder::before {
          content: ' ';
          width: 128px;
          height: 100%;
          background-color: #1768ac;
          position: absolute;
          left: -125px;
          top: 0;
          z-index: 1; } }

@media (max-width: 1200px) {
  .footer-cta > .wrap {
    margin: 0; } }

.footer-cta .footer-cta-inner {
  padding: 10% 5% 0 5%; }
  @media (min-width: 960px) {
    .footer-cta .footer-cta-inner {
      padding: 100px 0 100px 100px; } }
  @media (min-width: 1200px) {
    .footer-cta .footer-cta-inner {
      padding: 100px 0 100px 140px; } }
  .footer-cta .footer-cta-inner h1 {
    line-height: 1.3; }

/* Front Page
---------------------------------------------------------------------------------------------------- */
.front-page .site-inner {
  max-width: 1110px;
  padding: 0; }
  .front-page .site-inner > .wrap {
    max-width: none;
    margin: 0 5%; }
    @media (min-width: 1200px) {
      .front-page .site-inner > .wrap {
        margin: 0 auto; } }

.front-page .content {
  max-width: none;
  width: 100%; }

html #platform-quick-degree-finder div.css-qb4itt {
  border-bottom: none; }

html form#platform-quick-degree-finder.css-cg5t4y {
  background: #1768ac;
  height: auto;
  box-shadow: none;
  border-radius: 9px; }

html #platform-quick-degree-finder legend.css-x7xcae {
  background: #1768ac;
  color: #ffffff;
  height: auto;
  line-height: 1.5;
  padding: 16px 4px 8px;
  text-align: left;
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-size: 28px; }

html #platform-quick-degree-finder div.css-qb4itt {
  background: #1768ac;
  height: auto;
  text-align: left; }

html #platform-quick-degree-finder label.css-ft45iw {
  padding-left: 0;
  margin: 12px 0;
  padding-right: 0; }

html #platform-quick-degree-finder button.css-1a58me6 {
  background: #d62246;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  font-family: "Libre Baskerville", serif;
  height: auto;
  width: 100%;
  padding: 22px 24px 20px 36px;
  margin: 0;
  box-shadow: none;
  border-radius: 9px;
  text-align: left;
  border: none;
  outline: none;
  background-image: url("../images/search_icon.png");
  background-position: center right 24px;
  background-repeat: no-repeat;
  background-size: 18px; }
  html #platform-quick-degree-finder button.css-1a58me6:hover {
    background: #b41946;
    background-image: url("../images/search_icon.png");
    background-position: center right 24px;
    background-repeat: no-repeat;
    background-size: 18px; }

html #platform-quick-degree-finder small.css-1ga7xs5 {
  color: #ffffff;
  opacity: 0.8;
  font-size: 11px;
  font-style: italic;
  padding-top: 20px; }

html .full-width-degree-finder #platform-quick-degree-finder legend.css-x7xcae {
  background: #1768ac;
  color: #fff;
  height: calc(100% + 10px);
  line-height: 1.2;
  padding: 32px 4px 8px;
  max-width: 80%;
  position: relative;
  font-size: 20px;
  text-align: left; }

html .degree-finder-sidebar form#platform-quick-degree-finder.css-cg5t4y {
  padding: 8%;
  position: relative;
  z-index: 99; }

html .degree-finder-sidebar #platform-quick-degree-finder small.css-1ga7xs5 {
  padding: 16px 0 28px; }

html .degree-finder-sidebar #platform-quick-degree-finder select {
  height: 60px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px; }

html .degree-finder-sidebar #platform-quick-degree-finder span.css-sc8ma5,
html .degree-finder-sidebar #platform-quick-degree-finder span.css-q70zm6,
html .degree-finder-sidebar #platform-quick-degree-finder span.css-1asxcka {
  height: 60px;
  line-height: 61px;
  width: 60px; }

html .degree-finder-sidebar #platform-quick-degree-finder span.css-sc8ma5 {
  line-height: 61px; }
  html .degree-finder-sidebar #platform-quick-degree-finder span.css-sc8ma5::before {
    content: ''; }

html .degree-finder-sidebar #platform-quick-degree-finder span.css-q70zm6 {
  line-height: 59px; }
  html .degree-finder-sidebar #platform-quick-degree-finder span.css-q70zm6::before {
    content: ''; }

html .degree-finder-sidebar #platform-quick-degree-finder span.css-1asxcka {
  line-height: 59px; }
  html .degree-finder-sidebar #platform-quick-degree-finder span.css-1asxcka::before {
    content: ''; }

html .degree-finder-sidebar #platform-quick-degree-finder div.css-qb4itt {
  padding: 0; }

html .degree-finder-sidebar #platform-quick-degree-finder select.css-1nsvxgk,
html .degree-finder-sidebar #platform-quick-degree-finder select.css-1iwsuh8 {
  padding: 0 40px 0 50px; }

.full-width-degree-finder form#platform-quick-degree-finder.css-cg5t4y {
  display: grid;
  grid-template-columns: repeat(3, auto);
  -webkit-box-align: center;
          align-items: center;
  grid-gap: 20px; }

.full-width-degree-finder #platform-quick-degree-finder div.css-qb4itt {
  display: grid;
  grid-template-columns: 2fr 3fr 3fr 3fr;
  -webkit-box-align: center;
          align-items: center;
  grid-gap: 20px; }

.full-width-degree-finder #platform-quick-degree-finder small.css-1ga7xs5 {
  position: absolute;
  right: 0;
  bottom: -6px;
  right: 5%; }

.full-width-degree-finder #platform-quick-degree-finder div.css-qb4itt {
  padding: 0; }

.full-width-degree-finder #platform-quick-degree-finder legend.css-x7xcae {
  height: 105%;
  font-size: 20px;
  line-height: 1.25;
  align-self: center;
  padding-top: 30px; }

.full-width-degree-finder #platform-quick-degree-finder select.css-1nsvxgk,
.full-width-degree-finder #platform-quick-degree-finder select.css-1iwsuh8,
.full-width-degree-finder #platform-quick-degree-finder select {
  height: 64px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  line-height: 68px !important; }

.full-width-degree-finder #platform-quick-degree-finder span.css-sc8ma5,
.full-width-degree-finder #platform-quick-degree-finder span.css-q70zm6,
.full-width-degree-finder #platform-quick-degree-finder span.css-1asxcka {
  height: 64px;
  line-height: 68px;
  width: 20px; }

.full-width-degree-finder #platform-quick-degree-finder span.css-sc8ma5 {
  line-height: 71px; }
  .full-width-degree-finder #platform-quick-degree-finder span.css-sc8ma5::before {
    content: ''; }

.full-width-degree-finder #platform-quick-degree-finder span.css-q70zm6 {
  line-height: 71px; }
  .full-width-degree-finder #platform-quick-degree-finder span.css-q70zm6::before {
    content: ''; }

.full-width-degree-finder #platform-quick-degree-finder span.css-1asxcka {
  line-height: 71px; }
  .full-width-degree-finder #platform-quick-degree-finder span.css-1asxcka::before {
    content: ''; }

.full-width-degree-finder #platform-quick-degree-finder button.css-1a58me6 {
  height: 64px;
  font-size: 20px;
  line-height: 39px;
  padding-left: 30px;
  padding-right: 30px; }

.full-width-degree-finder #platform-quick-degree-finder label.css-ft45iw {
  padding: 0; }

@media (max-width: 1199px) {
  html .footer-cta-degree-finder #platform-quick-degree-finder div.css-qb4itt,
  html .footer-cta-degree-finder form#platform-quick-degree-finder.css-cg5t4y,
  html .full-width-degree-finder #platform-quick-degree-finder div.css-qb4itt,
  html .full-width-degree-finder form#platform-quick-degree-finder.css-cg5t4y {
    display: block; }
  html .footer-cta-degree-finder form#platform-quick-degree-finder.css-cg5t4y,
  html .full-width-degree-finder form#platform-quick-degree-finder.css-cg5t4y {
    padding-bottom: 10px; }
  html .footer-cta-degree-finder #platform-quick-degree-finder legend.css-x7xcae,
  html .full-width-degree-finder #platform-quick-degree-finder legend.css-x7xcae {
    max-width: 100%;
    padding: 20px 0 10px;
    position: relative;
    margin-bottom: 60px; }
  html .footer-cta-degree-finder #platform-quick-degree-finder label.css-ft45iw,
  html .full-width-degree-finder #platform-quick-degree-finder label.css-ft45iw {
    margin: 2.5% 5%;
    width: 90%; }
  html .footer-cta-degree-finder #platform-quick-degree-finder button.css-1a58me6,
  html .full-width-degree-finder #platform-quick-degree-finder button.css-1a58me6 {
    margin: 0 5%;
    width: 90%; }
  html .footer-cta-degree-finder #platform-quick-degree-finder small.css-1ga7xs5,
  html .full-width-degree-finder #platform-quick-degree-finder small.css-1ga7xs5 {
    position: relative;
    text-align: center;
    bottom: auto;
    right: auto; } }

@media (max-width: 960px) {
  html .footer-cta-degree-finder #platform-quick-degree-finder legend.css-x7xcae,
  html .full-width-degree-finder #platform-quick-degree-finder legend.css-x7xcae {
    text-align: center;
    margin-bottom: 20px; } }

@media (max-width: 440px) {
  html .degree-finder-sidebar form#platform-quick-degree-finder.css-cg5t4y {
    width: 100%; } }

html #platform-quick-degree-finder span.css-sc8ma5 {
  line-height: 61px; }
  html #platform-quick-degree-finder span.css-sc8ma5::before {
    content: ''; }

html #platform-quick-degree-finder span.css-q70zm6 {
  line-height: 59px; }
  html #platform-quick-degree-finder span.css-q70zm6::before {
    content: ''; }

html #platform-quick-degree-finder span.css-1asxcka {
  line-height: 59px; }
  html #platform-quick-degree-finder span.css-1asxcka::before {
    content: ''; }

html #platform-quick-degree-finder select {
  height: 62px !important;
  text-transform: uppercase !important;
  font-family: "Libre Baskerville", serif !important;
  letter-spacing: 1px !important;
  font-size: 16px !important;
  border-radius: 9px;
  background-position: right 33px center, left top !important; }

#platform-quick-degree-finder select.css-imuido {
  border-radius: 9px !important; }

/* Page Templates
---------------------------------------------------------------------------------------------------- */
/* Landing Page
	--------------------------------------------- */
@media (min-width: 960px) {
  .landing-page .site-inner {
    margin-top: 32px;
    padding: 32px 0 64px 0; } }

.landing-page .lander-back-link {
  color: #999;
  display: block;
  font-size: 16px;
  margin-bottom: 32px;
  text-decoration: none; }

/* Print Styles
---------------------------------------------------------------------------------------------------- */
@media print {
  *,
  *::before,
  *::after {
    background: transparent !important;
    box-shadow: none !important;
    color: #484848 !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]::after {
    content: " (" attr(href) ")"; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  a[href^="javascript:"]::after,
  a[href^="#"]::after,
  .site-title > a::after {
    content: ""; }
  thead {
    display: table-header-group; }
  img,
  tr {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 2cm 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid; }
  .content,
  .content-sidebar {
    width: 100%; }
  button,
  input,
  select,
  textarea,
  .breadcrumb,
  .comment-edit-link,
  .comment-form,
  .comment-list .reply a,
  .comment-reply-title,
  .edit-link,
  .entry-comments-link,
  .entry-footer,
  .genesis-box,
  .header-widget-area,
  .hidden-print,
  .home-top,
  .nav-primary,
  .nav-secondary,
  .post-edit-link,
  .sidebar {
    display: none !important; }
  .title-area {
    text-align: center;
    width: 100%; }
  .site-title > a {
    margin: 0;
    text-decoration: none;
    text-indent: 0; }
  .site-inner {
    padding-top: 0;
    position: relative;
    top: -100px; }
  .author-box {
    margin-bottom: 0; }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    orphans: 3;
    page-break-after: avoid;
    page-break-inside: avoid;
    widows: 3; }
  img {
    page-break-after: avoid;
    page-break-inside: avoid; }
  blockquote,
  pre,
  table {
    page-break-inside: avoid; }
  dl,
  ol,
  ul {
    page-break-before: avoid; } }

.wp-block-authentikblock-authentik-card .stats .item:nth-child(-n + 2) {
  padding: 10px 0; }

.wp-block-authentikblock-authentik-card .stats .item a {
  background-color: #1768ac; }

.wp-block-authentikblock-authentik-card .headline {
  border-top-left-radius: 9px;
  border-top-right-radius: 9px; }

.wp-block-authentikblock-authentik-card .rank-content {
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px; }

.wp-block-authentik-block-authentik-wrapper {
  margin-bottom: 30px; }

.wp-block-authentik-block-authentik-wrapper-content > div > div:last-of-type {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important; }

@media (min-width: 769px) {
  .wrapper-pt-50 {
    padding-top: 50px; }
  .wrapper-pt-100 {
    padding-top: 100px; }
  .wrapper-pt-150 {
    padding-top: 150px; }
  .wrapper-pb-50 {
    padding-bottom: 50px; }
  .wrapper-pb-100 {
    padding-bottom: 100px; }
  .wrapper-pb-150 {
    padding-bottom: 150px; } }

@media (min-width: 769px) {
  .wrapper-mt-50 {
    margin-top: 50px; }
  .wrapper-mt-100 {
    margin-top: 100px; }
  .wrapper-mt-150 {
    margin-top: 150px; }
  .wrapper-mb-50 {
    margin-bottom: 50px; }
  .wrapper-mb-100 {
    margin-bottom: 100px; }
  .wrapper-mb-150 {
    margin-bottom: 150px; } }
/*# sourceMappingURL=main.css.map */