@charset "UTF-8";
/*
Theme Name: spaldingu
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: spaldingu
Tags:

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/**
*
* Reset
*
**/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }
body {
  line-height: 1; }
ol, ul {
  list-style: none; }
blockquote, q {
  quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }
table {
  border-collapse: collapse;
  border-spacing: 0; }
/* ----------------------------------------------------------------------------------------------------
Super Form Reset
A couple of things to watch out for:
- IE8: If a text input doesn't have padding on all sides or none the text won't be centered.
- The default border sizes on text inputs in all UAs seem to be slightly different. You're better off using custom borders.
- You NEED to set the font-size and family on all form elements
- Search inputs need to have their appearance reset and the box-sizing set to content-box to match other UAs
- You can style the upload button in webkit using ::-webkit-file-upload-button
- ::-webkit-file-upload-button selectors can't be used in the same selector as normal ones. FF and IE freak out.
- IE: You don't need to fake inline-block with labels and form controls in IE. They function as inline-block.
- By turning off ::-webkit-search-decoration, it removes the extra whitespace on the left on search inputs
----------------------------------------------------------------------------------------------------*/
input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  line-height: 1;
  /* Browsers have different default form fonts */
  font-size: 13px;
  font-family: Arial; }
/* Remove the stupid outer glow in Webkit */
input:focus {
  outline: 0; }
/* Box Sizing Reset
-----------------------------------------------*/
/* All of our custom controls should be what we expect them to be */
input,
textarea {
  box-sizing: content-box; }
/* These elements are usually rendered a certain way by the browser */
button,
input[type=reset],
input[type=button],
input[type=submit],
input[type=checkbox],
input[type=radio],
select {
  box-sizing: border-box; }
/* Text Inputs
-----------------------------------------------*/
/* Button Controls
-----------------------------------------------*/
input[type=checkbox],
input[type=radio] {
  width: 13px;
  height: 13px; }
/* File Uploads
-----------------------------------------------*/
/* Search Input
-----------------------------------------------*/
/* Make webkit render the search input like a normal text field */
input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box; }
/* Turn off the recent search for webkit. It adds about 15px padding on the left */
::-webkit-search-decoration {
  display: none; }
/* Buttons
-----------------------------------------------*/
button,
input[type="reset"],
input[type="button"],
input[type="submit"] {
  /* Fix IE7 display bug */
  overflow: visible;
  width: auto; }
/* IE8 and FF freak out if this rule is within another selector */
::-webkit-file-upload-button {
  padding: 0;
  border: 0;
  background: none; }
/* Textarea
-----------------------------------------------*/
textarea {
  /* Move the label to the top */
  vertical-align: top;
  /* Turn off scroll bars in IE unless needed */
  overflow: auto; }
/* Selects
-----------------------------------------------*/
select[multiple] {
  /* Move the label to the top */
  vertical-align: top; }
/*
  Table of Contents
  update on Fri May 06 2016 10:05:22 GMT+0300 (FLE Summer Time)

  I.   Generic --------------------------------------
       01. Reset ------------------------------------
       02. Base -------------------------------------
       03. Fonts ------------------------------------
       04. Helpers ----------------------------------
           Clear ------------------------------------
           Notext -----------------------------------
           Hidden -----------------------------------
           Alignleft --------------------------------
           Alignright -------------------------------
           Disabled ---------------------------------
           Background -------------------------------
  II.  Regions --------------------------------------
       01. Container --------------------------------
       02. Content ----------------------------------
       03. Footer -----------------------------------
       04. Header -----------------------------------
       05. Main -------------------------------------
       06. Shell ------------------------------------
       07. Sidebar ----------------------------------
       08. Wrapper ----------------------------------
  III. Modules --------------------------------------
       01. Article ----------------------------------
       02. Article About ----------------------------
           Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.29+98,0.3+99,0.32+100,0.23+100
           FF3.6-15 ---------------------------------
           Chrome10-25,Safari5.1-6 ------------------
           W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+
           IE6-9 ------------------------------------
           Alt --------------------------------------
           Last -------------------------------------
           Secondary --------------------------------
       03. Article Generic --------------------------
       04. Button -----------------------------------
           Button Block -----------------------------
           Btn Yellow -------------------------------
           Btn Red ----------------------------------
           Btn Blue ---------------------------------
           Btn Red ----------------------------------
       05. Form Elements ----------------------------
       06. Form -------------------------------------
       07. Intro ------------------------------------
       08. Link Donate ------------------------------
       09. Link Nav Trigger -------------------------
       10. List -------------------------------------
       11. List Tiles -------------------------------
           List Tiles Primary -----------------------
           List Tiles Secondary ---------------------
       12. List Actions -----------------------------
       13. List About -------------------------------
       14. List Nav ---------------------------------
       15. List Posts -------------------------------
       16. List Image -------------------------------
       17. List Bullets -----------------------------
       18. List Numbers -----------------------------
       19. List Links -------------------------------
       20. List Team --------------------------------
       21. Logo -------------------------------------
       22. Nav --------------------------------------
           Dropdown ---------------------------------
       23. Nav Utilities ----------------------------
       24. Nav Secondary ----------------------------
       25. Nav Trigger ------------------------------
       26. Section ----------------------------------
       27. Section Nav ------------------------------
       28. Section Primary --------------------------
       29. Section Features -------------------------
       30. Section Generic --------------------------
       31. Slider -----------------------------------
       32. Slider Primary ---------------------------
           Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.49+0,0+100
           FF3.6-15 ---------------------------------
           Chrome10-25,Safari5.1-6 ------------------
           W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+
           IE6-9 ------------------------------------
       33. Table ------------------------------------
       34. Widget -----------------------------------
       35. Widget Features --------------------------
       36. Widget Nav -------------------------------
       37. Widget Events ----------------------------
 */
.ico-book {
  background-image: url(images/sprite.png);
  background-position: -209px 0;
  width: 40px;
  height: 56px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0; }
.ico-bullet-transparent {
  background-image: url(images/sprite.png);
  background-position: -209px -118px;
  width: 19px;
  height: 19px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0; }
.ico-bullet {
  background-image: url(images/sprite.png);
  background-position: -81px -103px;
  width: 19px;
  height: 19px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0; }
.ico-dropdown {
  background-image: url(images/sprite.png);
  background-position: -238px -60px;
  width: 7px;
  height: 4px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0; }
.ico-minus {
  background-image: url(images/sprite.png);
  background-position: -209px -60px;
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0; }
.ico-money {
  background-image: url(images/sprite.png);
  background-position: 0 -103px;
  width: 77px;
  height: 49px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0; }
.ico-next {
  background-image: url(images/sprite.png);
  background-position: -70px -40px;
  width: 66px;
  height: 59px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0; }
.ico-plus {
  background-image: url(images/sprite.png);
  background-position: -209px -89px;
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0; }
.ico-prev {
  background-image: url(images/sprite.png);
  background-position: 0 -40px;
  width: 66px;
  height: 59px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0; }
.ico-search {
  background-image: url(images/sprite.png);
  background-position: -140px -40px;
  width: 48px;
  height: 48px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0; }
.logo {
  background-image: url(images/main-logo.png);
  background-position: 0 0;
  width: 235px;
  height: 41px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0; }
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-book {
    background-image: url(images/sprite.@2x.png);
    background-position: -207px 0;
    background-size: 247px 148px;
    width: 40px;
    height: 56px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0; }
  .ico-bullet-transparent {
    background-image: url(images/sprite.@2x.png);
    background-position: -207px -112px;
    background-size: 247px 148px;
    width: 19px;
    height: 19px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0; }
  .ico-bullet {
    background-image: url(images/sprite.@2x.png);
    background-position: -228px -112px;
    background-size: 247px 148px;
    width: 19px;
    height: 19px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0; }
  .ico-dropdown {
    background-image: url(images/sprite.@2x.png);
    background-position: -234px -58px;
    background-size: 247px 148px;
    width: 7px;
    height: 4px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0; }
  .ico-minus {
    background-image: url(images/sprite.@2x.png);
    background-position: -207px -58px;
    background-size: 247px 148px;
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0; }
  .ico-money {
    background-image: url(images/sprite.@2x.png);
    background-position: 0 -99px;
    background-size: 247px 148px;
    width: 77px;
    height: 49px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0; }
  .ico-next {
    background-image: url(images/sprite.@2x.png);
    background-position: -68px -38px;
    background-size: 247px 148px;
    width: 66px;
    height: 59px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0; }
  .ico-plus {
    background-image: url(images/sprite.@2x.png);
    background-position: -207px -85px;
    background-size: 247px 148px;
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0; }
  .ico-prev {
    background-image: url(images/sprite.@2x.png);
    background-position: 0 -38px;
    background-size: 247px 148px;
    width: 66px;
    height: 59px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0; }
  .ico-search {
    background-image: url(images/sprite.@2x.png);
    background-position: -136px -38px;
    background-size: 247px 148px;
    width: 48px;
    height: 48px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0; }
  .logo {
    background-image: url(images/main-logo2x.png);
    background-position: 0 0;
    background-size: 100%;
    width: 235px;
    height: 41px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0; } }
.footer:after,
.header:after,
.shell:after,
.article:after,
.list-tiles:after,
.list-actions-mobile:after,
.list-about:after,
.list-posts:after,
.list-links:after,
.list-team:after,
.nav .sub-menu:after,
.section:after,
.section-generic .section-body:after,
.widget-events-mobile:after {
  content: "";
  line-height: 0;
  display: table;
  clear: both; }
/* ------------------------------------------------------------ *\
  I.   Generic
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
  Reset
\* ------------------------------------------------------------ */
*,
*:before,
*:after {
  padding: 0;
  margin: 0;
  outline: 0;
  box-sizing: border-box; }
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  display: block; }
html,
body {
  height: 100%; }
html {
  tap-highlight-color: rgba(0, 0, 0, 0); }
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  text-size-adjust: none; }
img,
iframe,
video,
audio,
object {
  max-width: 100%; }
img,
iframe {
  border: 0 none; }
img {
  height: auto;
  display: inline-block;
  vertical-align: middle; }
b,
strong {
  font-weight: bold; }
address {
  font-style: normal; }
svg:not(:root) {
  overflow: hidden; }
a,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="image"],
label[for] {
  cursor: pointer; }
a[href^="tel"],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] {
  cursor: default; }
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea,
a[href^="tel"] {
  -webkit-appearance: none;
  appearance: none; }
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  display: none;
  -webkit-appearance: none; }
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }
textarea {
  overflow: auto;
  resize: none;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch; }
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }
button,
select {
  text-transform: none; }
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }
nav ul,
nav ol {
  list-style: none outside none; }
/* ------------------------------------------------------------ *\
  Base
\* ------------------------------------------------------------ */
body {
  min-width: 320px;
  background: #fff;
  font-family: "Proxima Nova", sans-serif;
  font-size: 18px;
  line-height: 1.33;
  color: #262626; }
body.active {
  overflow: hidden; }
a {
  color: inherit;
  text-decoration: underline; }
a:hover {
  text-decoration: none; }
a[href^="tel"] {
  text-decoration: underline;
  cursor: pointer; }
h1 {
  font-size: 46px;
  text-transform: uppercase;
  font-weight: 800; }
h2 {
  font-size: 45px;
  font-weight: 900;
  color: #083b77;
  text-transform: uppercase; }
h3 {
  font-size: 52px;
  font-weight: 700; }
h4 {
  font-size: 46px;
  font-weight: 800;
  text-transform: uppercase; }
h5 {
  font-size: 21px;
  font-weight: 800; }
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.665em; }
blockquote {
  padding: 0em 2.5em; }
@media (max-width: 480px) {
    blockquote {
      padding: 0em 1.25em; } }
p,
ul,
ol,
dl,
table,
blockquote {
  margin-bottom: 1.33em; }
h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child {
  margin-bottom: 0; }
.animations {
  opacity: 0; }
.animations.animated {
  opacity: 1; }
@media (max-width: 1023px) {
  h1 {
    font-size: 42px; }
  h2 {
    font-size: 42px; }
  h3 {
    font-size: 42px; } }
@media (max-width: 719px) {
  h1 {
    font-size: 28px; }
  h2 {
    font-size: 27px;
    text-align: center;
    line-height: 1; }
  h5 {
    font-size: 18px; } }
/* ------------------------------------------------------------ *\
  Fonts
\* ------------------------------------------------------------ */
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/proximanova-regular-webfont.eot");
  src: url("../fonts/proximanova-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/proximanova-regular-webfont.woff") format("woff"), url("../fonts/proximanova-regular-webfont.ttf") format("truetype"), url("fonts/proximanova-regular-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/proximanova-bold-webfont.eot");
  src: url("../fonts/proximanova-bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/proximanova-bold-webfont.woff") format("woff"), url("../fonts/proximanova-bold-webfont.ttf") format("truetype"), url("fonts/proximanova-bold-webfont.svg") format("svg");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/proximanova-extrabld-webfont.eot");
  src: url("../fonts/proximanova-extrabld-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/proximanova-extrabld-webfont.woff") format("woff"), url("../fonts/proximanova-extrabld-webfont.ttf") format("truetype"), url("fonts/proximanova-extrabld-webfont.svg") format("svg");
  font-weight: 800;
  font-style: normal; }
@font-face {
  font-family: "Proxima Nova";
  src: url("../fonts/proximanova-black-webfont.eot");
  src: url("../fonts/proximanova-black-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/proximanova-black-webfont.woff") format("woff"), url("../fonts/proximanova-black-webfont.ttf") format("truetype"), url("fonts/proximanova-black-webfont.svg") format("svg");
  font-weight: 900;
  font-style: normal; }
/* ------------------------------------------------------------ *\
  Helpers
\* ------------------------------------------------------------ */
/*  Clear  */
.clear:after {
  content: "";
  line-height: 0;
  display: table;
  clear: both; }
/*  Notext  */
.notext {
  white-space: nowrap;
  text-indent: 100%;
  text-shadow: none;
  overflow: hidden; }
.notext-old {
  font-size: 0;
  line-height: 0;
  text-indent: -4000px; }
/*  Hidden  */
[hidden],
.hidden {
  display: none; }
/*  Alignleft  */
.alignleft {
  float: left; }
/*  Alignright  */
.alignright {
  float: right; }
/*  Disabled  */
[disabled],
.disabled {
  cursor: default; }
/*  Background  */
.container-fullsize {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
/* ------------------------------------------------------------ *\
  II.  Regions
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
  Container
\* ------------------------------------------------------------ */
.container {
  padding-top: 96px; }
@media (max-width: 1023px) {
  .container {
    padding-top: 0; } }
/* ------------------------------------------------------------ *\
  Content
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
  Footer
\* ------------------------------------------------------------ */
.footer {
  margin-top: 45px;
  font-size: 16px;
  padding-bottom: 30px;
  max-width: 100%;
  overflow: hidden; }
.footer .shell {
  position: relative; }
.footer .logo {
  float: none;
  margin-bottom: 10px;
  margin-top: 0; }
.footer .credits {
  display: inline-block;
  vertical-align: middle;
  margin-left: 130px; }
.footer .credits a {
  font-weight: 700;
  text-decoration: none; }
.footer .credits a:hover {
  text-decoration: underline; }
.footer-aside {
  line-height: 1.31;
  color: #3b3c3b; }
.footer-content {
  text-align: right;
  position: absolute;
  bottom: -3px;
  right: 45px; }
.footer-nav {
  display: inline-block;
  vertical-align: middle; }
.footer-nav ul {
  list-style: none;
  display: inline-block;
  vertical-align: middle; }
.footer-nav li {
  display: inline-block;
  vertical-align: middle; }
.footer-nav li ~ li {
  margin-left: 47px; }
.footer-nav a {
  text-decoration: none; }
.footer-nav a:hover {
  text-decoration: underline; }
@media (max-width: 1230px) {
  .footer-nav {
    display: block;
    margin: 20px 0; }
  .footer-content {
    position: static;
    text-align: left; }
  .footer .credits {
    margin-left: 0; } }
@media (max-width: 719px) {
  .footer-nav li {
    display: block; }
  .footer-nav li ~ li {
    margin-left: 0;
    margin-top: 10px; } }
/* ------------------------------------------------------------ *\
  Header
\* ------------------------------------------------------------ */
.header {
  padding: 22px 0;
  position: fixed;
  background: #fff;
  z-index: 35;
  width: 100%;
  top: 0;
  left: 0; }
.header-inner {
  float: right;
  text-align: right; }
@media (max-width: 1023px) {
  .header {
    padding-top: 0;
    padding-bottom: 30px;
    z-index: 20;
    position: static; }
  .header-inner {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 457px;
    background: #083b77;
    color: #fff;
    overflow: auto;
    padding: 180px 45px 50px 45px;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s; }
  .header-inner.active {
    opacity: 1;
    z-index: 50;
    visibility: visible; } }
@media (max-width: 719px) {
  .header {
    padding-bottom: 25px; }
  .header-inner {
    width: 100%;
    padding: 180px 30px 50px 30px; } }
/* ------------------------------------------------------------ *\
  Main
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
  Shell
\* ------------------------------------------------------------ */
.shell {
  max-width: 100%;
  margin: auto;
  padding: 0 38px; }
.shell-small {
  max-width: 1150px;
  padding: 0 15px;
  margin: auto; }
@media (max-width: 1023px) {
  .shell-small {
    padding: 0; } }
@media (max-width: 719px) {
  .shell {
    padding: 0 15px; } }
/* ------------------------------------------------------------ *\
  Sidebar
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
  Wrapper
\* ------------------------------------------------------------ */
.wrapper {
  position: relative;
  overflow: hidden; }
.wrapper:before {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.5s;
  z-index: -1; }
.wrapper.active:before {
  opacity: 1;
  z-index: 30; }
/* ------------------------------------------------------------ *\
  III. Modules
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
  Article
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
  Article About
\* ------------------------------------------------------------ */
.article-about {
  padding: 50px 0 20px;
  position: relative; }
.article-about:before {
  content: "";
  background-image: url(images/sprite.png);
  background-position: -81px -103px;
  width: 19px;
  height: 19px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%); }
.article-about .article-aside {
  float: left;
  width: 50%;
  padding-right: 27px;
  margin-left: -38px;
  height: 416px;
  position: relative; }
.article-about .article-image {
  height: 100%;
  position: relative; }
.article-about .article-image:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70%;
  background: rgba(0, 0, 0, 0.3);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.29) 98%, rgba(0, 0, 0, 0.3) 99%, rgba(0, 0, 0, 0.23) 100%); }
.article-about .article-content {
  float: right;
  width: 50%;
  padding-left: 65px; }
.article-about .article-entry {
  max-width: 560px;
  line-height: 1.35; }
.article-about .article-caption {
  position: absolute;
  bottom: 20px;
  left: 120px;
  font-size: 16px;
  color: #fff;
  max-width: 440px; }
.article-about .article-caption h5 {
  margin-bottom: 0; }
/*  Alt  */
.article-about-alt .article-aside {
  float: right;
  width: 50%;
  padding-right: 0;
  padding-left: 27px;
  margin-right: -38px; }
.article-about-alt .article-content {
  float: left;
  width: 50%;
  text-align: right;
  padding-left: 0;
  padding-right: 65px; }
.article-about-alt .article-entry {
  float: right;
  text-align: left; }
.article-about-alt .article-caption {
  left: 70px; }
/*  Last  */
.article-about-last {
  padding-bottom: 200px;
  margin-bottom: -150px; }
/*  Secondary  */
.article-about-secondary {
  padding-top: 120px; }
@media (max-width: 1300px) {
  .article-about .article-caption {
    left: 90px; } }
@media (max-width: 1230px) {
  .article-about {
    padding-bottom: 40px; }
  .article-about .article-aside,
  .article-about .article-content {
    width: 100%; }
  .article-about .article-entry {
    max-width: 480px; }
  .article-about .article-content {
    text-align: center;
    padding: 0; }
  .article-about .article-aside {
    height: 437px; }
  .article-about-secondary {
    padding-top: 0; }
  .article-about-alt .article-aside {
    margin-top: 40px; }
  .article-about-teritary .article-aside,
  .article-about-teritary .article-content {
    width: 50%; }
  .article-about-teritary .article-entry {
    text-align: left;
    padding-right: 30px; }
  .article-about-last {
    margin-bottom: 0; } }
@media (max-width: 1023px) {
  .article-about:before {
    display: none; }
  .article-about {
    padding-top: 0; }
  .article-about .article-entry {
    font-size: 16px; }
  .article-about-teritary.article-about-alt .article-content {
    padding-left: 30px; } }
@media (max-width: 719px) {
  .article-about {
    padding-bottom: 20px; }
  .article-about .article-aside {
    height: 205px;
    margin-left: -15px;
    padding: 0; }
  .article-about .article-caption {
    left: 30px; }
  .article-about .article-entry {
    padding-left: 0px;
    float: none; }
  .article-about-alt .article-aside {
    margin-right: -15px;
    margin-top: 20px; }
  .article-about-teritary .article-aside,
  .article-about-teritary .article-content {
    width: 100%; }
  .article-about-teritary .article-content {
    margin-top: 30px; }
  .article-about-teritary.article-about-alt .article-content {
    padding-left: 0; }
  .article-about-teritary .article-entry p {
    padding-right: 0; } }
/* ------------------------------------------------------------ *\
  Article Generic
\* ------------------------------------------------------------ */
.article-generic {
  font-size: 16px;
  line-height: 1.5; }
.article-generic p {
  margin-bottom: 17px; }
.article-generic h2 {
  font-size: 36px;
  line-height: 1.17;
  text-transform: none;
  margin-bottom: 16px; }
.article-generic h2:not(:first-child) {
  margin-top: 30px; }
.article-generic h3 {
  font-size: 21px;
  line-height: 1.14;
  color: #083b77; }
.article-generic .h3-red {
  color: #d42551; }
.article-generic h4 {
  font-size: 14px;
  line-height: 1.71;
  text-transform: uppercase;
  margin-bottom: 0; }
.article-generic h5 {
  font-size: 21px;
  color: #d42551; }
.article-generic a,
.widget-events .contacts a {
  color: #c81945; }
.article-generic a:hover {
  text-decoration: underline; }
@media (max-width: 719px) {
  .article-generic h2 {
    font-size: 28px; }
  .article-generic h3 {
    font-size: 18px; } }
/* ------------------------------------------------------------ *\
  Button
\* ------------------------------------------------------------ */
.btn {
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  appearance: none;
  text-decoration: none;
  transition: all 0.3s; }
/*  Button Block  */
.btn-block {
  display: block;
  padding-left: 0;
  padding-right: 0; }
/*  Btn Yellow  */
.btn-yellow {
  background: #f5ac00;
  color: #083b77;
  text-transform: uppercase;
  font-size: 14px;
  padding: 0px 10px; }
.btn-yellow:hover {
  background: #e49a07; }
/*  Btn Red  */
.btn-red {
  display: inline-block;
  vertical-align: middle;
  height: 54px;
  line-height: 54px;
  border: 1px solid #d42551;
  color: #d42551;
  text-transform: uppercase;
  font-size: 14px;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
  padding: 0 30px; }
.btn-red:hover {
  background: #d42551;
  color: #fff; }
/*  Btn Blue  */
.btn-blue {
  background: #216cc3; }
.btn-blue:hover {
  background: #195193; }
/*  Btn Red  */
.btn-pink {
  background: #d42551; }
.btn-pink:hover {
  background: #b4274a; }
/* ------------------------------------------------------------ *\
  Form Elements
\* ------------------------------------------------------------ */
input::placeholder {
  color: inherit;
  opacity: 1; }
textarea::placeholder {
  color: inherit;
  opacity: 1; }
input:-webkit-autofill {
  -webkit-text-fill-color: inherit !important;
  -webkit-box-shadow: 0 0 0 1000px #fff inset; }
/* ------------------------------------------------------------ *\
  Form
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
  Intro
\* ------------------------------------------------------------ */
.intro {
  height: 587px;
  position: relative; }
.intro h1 {
  color: #fff; }
.intro .shell {
  height: 100%; }
.intro-image {
  height: 100%; }
.intro-image:before {
  content: "";
  background: rgba(0, 0, 0, 0.23);
  background: radial-gradient(rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.15)), transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 38px;
  right: 38px; }
.intro-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  text-align: center; }
.intro-image.pure-image {
  height: 504px; }
@media (max-width: 480px) {
    .intro-image.pure-image {
      height: 92px; } }
@media (max-width: 769px) {
    .intro-image.pure-image {
      height: 166px; } }
@media (max-width: 1025px) {
    .intro-image.pure-image {
      height: 172; } }
.intro-image.pure-image:before {
    content: none; }
@media (max-width: 1023px) {
  .intro-content {
    padding: 0 150px; }
  .intro-image {
    position: relative; }
  .intro-image:before {
    left: 0;
    right: 0; } }
@media (max-width: 719px) {
  .intro {
    height: 370px;
    margin-bottom: 0px; }
  .intro-content {
    padding: 0 40px; } }
/* ------------------------------------------------------------ *\
  Link Donate
\* ------------------------------------------------------------ */
.link-donate {
  position: absolute;
  top: 0;
  right: 0px;
  color: #fff;
  text-decoration: none;
  background: #216cc3;
  text-transform: uppercase;
  font-size: 14px;
  width: 239px;
  height: 80px;
  line-height: 88px;
  text-align: center;
  transition: background-color 0.3s; }
.link-donate:hover {
  background: #195192; }
@media (max-width: 1300px) {
  .link-donate {
    width: 163px;
    height: 76px;
    line-height: 76px; } }
@media (max-width: 1023px) {
  .link-donate {
    top: 27px;
    right: 125px;
    height: 55px;
    line-height: 55px;
    width: 123px; } }
@media (max-width: 719px) {
  .link-donate {
    display: none; }
  .link-donate.active {
    display: block;
    background: #f5ac00;
    z-index: 60;
    right: auto;
    left: 30px;
    color: #083b77; }
  .link-donate.active:hover {
    background: #e49a07; } }
/* ------------------------------------------------------------ *\
  Link Nav Trigger
\* ------------------------------------------------------------ */
.link-nav-trigger {
  display: none !important; }
@media (max-width: 719px) {
  .link-nav-trigger {
    display: inline-block !important; } }
/* ------------------------------------------------------------ *\
  List
\* ------------------------------------------------------------ */
[class^="list-"] {
  list-style: none outside none; }
/* ------------------------------------------------------------ *\
  List Tiles
\* ------------------------------------------------------------ */
.list-tiles {
  display: inline-block; }
.list-tiles div {
  padding: 40px 20px 0 20px; }
.list-tiles li {
  width: 248px;
  min-height: 185px;
  float: left;
  color: #fff;
  text-align: left;
  font-size: 16px;
  line-height: 1.31; }
.list-tiles li:nth-child(2n + 1) {
  clear: both; }
.list-tiles li:nth-child(2),
.list-tiles li:nth-child(1) {
  background: #216cc3; }
.list-tiles li:nth-child(3),
.list-tiles li:nth-child(4) {
  background: #083b77; }
/*  List Tiles Primary  */
.list-tiles-primary {
  margin-top: 70px; }
/*  List Tiles Secondary  */
.list-tiles-secondary {
  margin-top: -30px; }
@media (max-width: 1230px) {
  .list-tiles-secondary {
    margin-top: 0; } }
@media (max-width: 1023px) {
  .list-tiles {
    display: block;
    padding: 0 65px; }
  .list-tiles li {
    width: 50%;
    padding-top: 37.3%;
    position: relative; }
  .list-tiles img,
  .list-tiles div {
    position: absolute;
    top: 0;
    left: 0; } }
@media (max-width: 719px) {
  .list-tiles {
    padding: 0 15px;
    display: block; }
  .list-tiles img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
  .list-tiles li {
    float: none;
    margin-bottom: 18px;
    width: 100%;
    padding-top: 74.55%;
    position: relative; }
  .list-tiles li:last-child {
    margin-bottom: 0; }
  .list-tiles div {
    top: 50%;
    transform: translateY(-50%);
    padding-top: 0; }
  .list-tiles-primary {
    margin-top: 20px; } }
/* ------------------------------------------------------------ *\
  List Actions
\* ------------------------------------------------------------ */
.list-actions li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px; }
.list-actions .btn {
  width: 147px;
  height: 50px;
  line-height: 50px; }
.list-actions-mobile {
  display: none; }
@media (max-width: 719px) {
  .list-actions {
    display: none; }
  .list-actions-mobile {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    display: block;
    margin: 0 -1px;
    padding: 0 13px 0 15px; }
  .list-actions-mobile li {
    width: 50%;
    padding: 0 1px;
    float: left;
    margin: 0; }
  .list-actions-mobile .btn {
    width: 100%;
    text-align: center; } }
/* ------------------------------------------------------------ *\
  List About
\* ------------------------------------------------------------ */
.list-about li {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  line-height: 1.17;
  margin-right: 50px;
  margin-bottom: 20px;
  color: #cdd7e3; }
.list-about strong {
  display: block;
  text-transform: uppercase;
  color: #fff; }
@media (max-width: 1023px) {
  .list-about li {
    font-size: 16px; } }
@media (max-width: 719px) {
  .list-about li {
    background: #083b77;
    border: 2px solid #216cc3;
    display: block;
    float: left;
    margin: -2px 0 0;
    padding: 10px 20px; }
  .list-about li:nth-child(1) {
    width: 70%; }
  .list-about li:nth-child(2) {
    width: 30%; }
  .list-about li:nth-child(3) {
    width: 100%; } }
/* ------------------------------------------------------------ *\
  List Nav
\* ------------------------------------------------------------ */
.list-nav {
  border-top: 1px solid #d5d6d5; }
.list-nav li {
  font-size: 13px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #434443;
  border-bottom: 1px solid #d5d6d5; }
.list-nav .current,
.list-nav li:hover {
  color: #d42551; }
.list-nav a {
  text-decoration: none;
  padding: 22px 0;
  display: inline-block;
  display: block; }
@media (max-width: 1023px) {
  .list-nav {
    text-align: left;
    position: relative;
    display: none; }
  .list-nav li {
    margin: 0;
    display: block; }
  .list-nav li:last-child {
    border-bottom: 0; }
  .list-nav a {
    display: block;
    width: 100%;
    text-align: left;
    padding: 10px 20px;
    border: 0;
    font-size: 14px;
    color: #262626; }
  .list-nav.active {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #d42551;
    border-top: 0;
    display: block;
    padding: 20px 0 10px;
    z-index: 10; } }
/* ------------------------------------------------------------ *\
  List Posts
\* ------------------------------------------------------------ */
.list-posts li {
  font-size: 16px; }
.list-posts li ~ li {
  margin-top: 35px; }
.list-posts span {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  color: #3b3c3b;
  line-height: 1.29; }
.list-posts h3, .list-posts h4 {
  font-size: 16px;
  color: #d42551;
  font-weight: 400;
  margin-bottom: 0;
  text-transform: none; }
.list-posts p {
  color: #4d4d4d;
  line-height: 1.5; }
.widget-body .list-posts a {
  text-decoration: none; }
.widget-body .list-posts a:hover {
    text-decoration: underline; }
@media (max-width: 1023px) {
  .list-posts li {
    width: 50%;
    float: left;
    padding-right: 20px; }
  .list-posts li ~ li {
    margin-top: 0; } }
@media (max-width: 719px) {
  .list-posts li {
    width: 100%;
    float: none; }
  .list-posts li ~ li {
    margin-top: 30px; } }
/* ------------------------------------------------------------ *\
  List Image
\* ------------------------------------------------------------ */
.list-images {
  margin-top: 40px; }
.list-images li ~ li {
  margin-top: 13px; }
@media (max-width: 1023px) {
  .list-images {
    display: none; } }
/* ------------------------------------------------------------ *\
  List Bullets
\* ------------------------------------------------------------ */
.list-bullets li,
.article-generic ul li,
.nice-lists ul li {
  position: relative;
  font-size: 16px;
  line-height: 1.5;
  padding-left: 20px; }
.nice-lists ul li {
  font-size: inherit; }
.list-bullets li ~ li,
.article-generic ul li ~ li,
.nice-lists ul li ~ li {
  margin-top: 13px; }
.list-bullets li:before,
.article-generic ul li:before:not(.social-media-list .social-media-icons .social-media-icon .social-media-icon-link),
.nice-lists ul li:before {
  content: "•";
  font-size: 18px;
  position: absolute;
  top: -4px;
  left: 0;
  font-weight: 700; }
.list-bullets .current:before,
.article-generic ul .current:before,
.nice-lists ul .current:before {
  color: #339985; }
.article-generic .nf-form-content ul li:before {
  content: none; }
/* ------------------------------------------------------------ *\
  List Numbers
\* ------------------------------------------------------------ */
.list-numbers,
.article-generic ol,
.nice-lists ol {
  counter-reset: num; }
.list-numbers li,
.article-generic ol li,
.nice-lists ol li {
  position: relative;
  padding-left: 20px;
  list-style: none; }
.list-numbers li ~ li,
.article-generic ol li ~ li,
.nice-lists ol li ~ li {
  margin-top: 10px; }
.list-numbers li:before,
.article-generic ol li:before,
.nice-lists ol li:before {
  content: counter(num);
  counter-increment: num;
  position: absolute;
  top: 0;
  left: 0;
  color: #083b77;
  font-weight: 700; }
/* ------------------------------------------------------------ *\
  List Links
\* ------------------------------------------------------------ */
.list-links li ~ li {
  margin-top: 11px; }
.list-links .btn {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  width: 100%;
  height: 72px;
  line-height: 72px;
  text-align: center; }
.list-links .btn.btn-yellow {
  color: #083b77; }
@media (max-width: 1023px) {
  .list-links li {
    width: 33.33%;
    float: left; }
  .list-links li ~ li {
    margin-top: 0; } }
.nice-lists h3 {
  font-size: 21px;
  line-height: 1.14;
  color: #083b77;
  margin-bottom: 0.665em; }
@media (max-width: 719px) {
  .list-links .btn {
    font-size: 14px; } }
/* ------------------------------------------------------------ *\
  List Team
\* ------------------------------------------------------------ */
.list-team {
  padding-top: 40px; }
.list-team li {
  text-align: center;
  font-size: 16px; }
.list-team li ~ li {
  margin-top: 30px; }
.list-team img {
  display: block;
  margin-bottom: 10px; }
.list-team strong {
  display: block;
  color: #216cc3;
  font-weight: 400; }
.list-team a {
  display: block;
  color: #d42551;
  text-decoration: none; }
.list-team a:hover {
  text-decoration: underline; }
@media (max-width: 1023px) {
  .list-team li {
    width: 50%;
    float: left;
    padding-right: 20px; }
  .list-team li ~ li {
    margin-top: 0; } }
@media (max-width: 719px) {
  .list-team li {
    width: 100%;
    float: none; }
  .list-team li ~ li {
    margin-top: 30px; }
  .list-team img {
    width: 100%; } }
/* ------------------------------------------------------------ *\
  Button
\* ------------------------------------------------------------ */
.wrapper {
  /*  Button Block  */
  /*  Btn Yellow  */
  /*  Btn Red  */
  /*  Btn Blue  */
  /*  Btn Red  */ }
.wrapper .btn {
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    appearance: none;
    text-decoration: none;
    transition: all 0.3s; }
.wrapper .btn-block {
    display: block;
    padding-left: 0;
    padding-right: 0; }
.wrapper .btn-yellow {
    background: #f5ac00;
    color: #083b77;
    text-transform: uppercase;
    padding: 0px 10px; }
.wrapper .btn-yellow:hover {
    background: #e49a07; }
.wrapper .btn-red {
    display: inline-block;
    vertical-align: middle;
    height: 54px;
    line-height: 54px;
    border: 1px solid #d42551;
    color: #d42551;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
    padding: 0 30px; }
.wrapper .btn-red:hover {
    background: #d42551;
    color: #fff; }
.wrapper .btn-blue {
    background: #216cc3; }
.wrapper .btn-blue:hover {
    background: #195193; }
.wrapper .btn-pink {
    background: #d42551; }
.wrapper .btn-pink:hover {
    background: #b4274a; }
/* ------------------------------------------------------------ *\
  Logo
\* ------------------------------------------------------------ */
.logo {
  float: left;
  margin-top: 10px; }
@media (max-width: 1023px) {
  .logo {
    margin-top: 40px; } }
@media (max-width: 719px) {
  .logo {
    margin-top: 30px; } }
/* ------------------------------------------------------------ *\
  Nav
\* ------------------------------------------------------------ */
.nav li {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #3b3c3b;
  text-transform: uppercase;
  border-bottom: 3px solid transparent; }
.nav li:hover {
  border-color: #216cc3; }
.nav li ~ li {
  margin-left: 25px; }
.nav a {
  text-decoration: none; }
/*  Dropdown  */
.nav .sub-menu {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  text-align: left;
  padding: 50px 0;
  transition: visibility 0.5s, opacity 0.5s; }
.nav .sub-menu.active {
  opacity: 1;
  visibility: visible;
  z-index: 1; }
.nav .sub-menu ul {
  width: 15.55%;
  float: left;
  padding-right: 20px; }
.nav .sub-menu ul:first-child {
  margin-left: 24.65%; }
.nav .sub-menu li {
  color: #083b77;
  font-size: 21px;
  font-weight: 700;
  display: block;
  text-transform: none;
  border-bottom: 0; }
.nav .sub-menu li ~ li {
  margin-left: 0;
  margin-top: 10px; }
.nav .sub-menu a:hover {
  color: #262626; }
@media (min-width: 1024px) {
  .nav .sub-menu ul {
    width: 100%;
    float: none;
    position: relative;
    margin: 0;
    padding: 0;
    left: 1em;
    font-weight: 200; }
  .nav .sub-menu .sub-menu li:first-child {
    margin-top: 10px; }
  .nav .sub-menu .menu-item-has-children:after {
    content: none; } }
.nav .menu-item-has-children:after {
  content: "";
  background-image: url(images/sprite.png);
  background-position: -234px -60px;
  width: 12px;
  height: 4px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px; }
@media (max-width: 1023px) {
  .nav .menu-item-has-children .menu-item-has-children:after {
    content: none; }
  .nav .sub-menu .sub-menu {
    display: block;
    position: relative;
    color: white;
    opacity: 1;
    visibility: visible; } }
@media (max-width: 1230px) {
  .nav li ~ li {
    margin-left: 15px; } }
@media (max-width: 1023px) {
  .nav {
    text-align: left; }
  .nav li {
    display: block;
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    color: #fff;
    border-bottom: 2px solid #fff; }
  .nav li:hover {
    border-color: #fff; }
  .nav li ~ li {
    margin-left: 0;
    margin-top: 30px; }
  .nav .menu-item-has-children {
    position: relative; }
  .nav .menu-item-has-children:after {
    background-image: url(images/sprite.png);
    background-position: -209px -89px;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 0;
    bottom: 10px; }
  .nav .menu-item-has-children.active:after {
    background-image: url(images/sprite.png);
    background-position: -209px -60px; }
  .nav .sub-menu {
    background-color: transparent;
    padding: 20px 0 20px 45px; }
  .nav .sub-menu.active {
    position: static; }
  .nav .sub-menu li {
    color: #cdd7e3;
    font-size: 18px;
    font-weight: 400; }
  .nav .sub-menu ul {
    width: 100%;
    float: none;
    margin-bottom: 10px; }
  .nav .sub-menu ul:first-child {
    margin-left: 0; }
  .nav .sub-menu a:hover {
    color: #fff; } }
/* ------------------------------------------------------------ *\
  Nav Utilities
\* ------------------------------------------------------------ */
.nav-utilities {
  margin-bottom: 6px; }
.nav-utilities li {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  color: #3b3c3b;
  text-transform: uppercase;
  letter-spacing: 0.01em; }
.nav-utilities li ~ li {
  margin-left: 16px; }
.nav-utilities a {
  text-decoration: none; }
.nav-utilities a:hover {
  text-decoration: underline; }
@media (max-width: 1230px) {
  .nav-utilities li ~ li {
    margin-left: 5px; } }
@media (max-width: 1023px) {
  .nav-utilities {
    text-align: left;
    margin-bottom: 50px; }
  .nav-utilities li {
    font-weight: 700;
    display: block;
    font-size: 18px;
    border: 1px solid #fff;
    color: #fff; }
  .nav-utilities li ~ li {
    margin-left: 0;
    margin-top: 20px; }
  .nav-utilities a {
    display: block;
    padding: 15px 20px;
    text-transform: none; }
  .nav-utilities a:hover {
    text-decoration: none;
    background: #fff;
    color: #083b77; } }
/* ------------------------------------------------------------ *\
  Nav Secondary
\* ------------------------------------------------------------ */
.nav-secondary li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px; }
.nav-secondary a {
  display: block;
  width: 180px;
  height: 58px;
  /* line-height: 3.9em; */
  border: 2px solid #d42551;
  color: #d42551;
  text-transform: uppercase;
  font-size: 14px;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
  vertical-align: middle;
  display: table-cell;
  padding: 0 28px; }
.nav-secondary a:hover {
  background: #d42551;
  color: #fff; }
@media (max-width: 1023px) {
  .nav-secondary {
    text-align: center;
    width: 63.2%;
    margin: 16px auto 0; }
  .nav-secondary a {
    text-align: center;
    width: 188px;
    height: 62px; }
  .nav-secondary li {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 20px; }
  .nav-secondary li:nth-child(2n) {
    margin-left: 16px; } }
@media (max-width: 1023px) and (min-width: 994px) {
  .nav-secondary li:nth-child(2n) {
    margin-right: 16px; } }
@media (max-width: 719px) {
  .nav-secondary {
    text-align: left;
    position: relative;
    padding-top: 1.9em; }
  .nav-secondary a {
    line-height: 4.5em; }
  .nav-secondary li {
    margin: 0;
    display: block; }
  .nav-secondary a:not(.link-nav-trigger) {
    display: block;
    width: 100%;
    text-align: left;
    border: 0;
    font-size: 14px;
    color: #262626;
    height: auto;
    line-height: 1;
    padding: 0.5em 20px; }
  .nav-secondary a:not(.link-nav-trigger):hover {
    color: #fff; }
  .nav-secondary ul {
    display: none; }
  .nav-secondary ul.active {
    position: absolute;
    top: 100%;
    margin-top: -1px;
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #d42551;
    border-top: 0;
    display: block;
    padding: 20px 0 10px; }
  .nav-secondary .link-nav-trigger {
    width: 100%;
    font-size: 14px;
    text-align: left;
    position: relative;
    margin-top: 50px; }
  .nav-secondary .link-nav-trigger:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 8px 0 8px;
    border-color: #d42551 transparent transparent transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px; }
  .nav-secondary .link-nav-trigger:hover:after {
    border-color: #fff transparent transparent transparent; }
  .nav-secondary li:nth-child(2n) {
    margin-left: 0; } }
/* ------------------------------------------------------------ *\
  Nav Trigger
\* ------------------------------------------------------------ */
.nav-trigger {
  position: absolute;
  display: inline-block;
  width: 68px;
  height: 55px;
  border: 1px solid #216cc3;
  background: #fff;
  right: 38px;
  top: 27px;
  display: none;
  z-index: 55; }
.nav-trigger span {
  position: absolute;
  display: block;
  height: 3px;
  width: 28px;
  background: #216cc3;
  transition: top 0.2s 0.25s, left 0.2s 0.25s, opacity 0.2s 0.25s, transform 0.2s 0s;
  left: 19px; }
.nav-trigger span:nth-child(1) {
  top: 16px; }
.nav-trigger span:nth-child(2) {
  top: 25px; }
.nav-trigger span:nth-child(3) {
  top: 34px; }
.nav-trigger.active {
  background-color: transparent;
  border: 0; }
.nav-trigger.active span {
  transition: background 0.2s, top 0.2s, left 0.2s, opacity 0.2s, transform 0.2s 0.25s; }
.nav-trigger.active span:nth-child(3),
.nav-trigger.active span:nth-child(1) {
  top: 27px;
  background: #fff; }
.nav-trigger.active span:nth-child(2) {
  opacity: 0; }
.nav-trigger.active span:nth-child(1) {
  transform: rotate(45deg); }
.nav-trigger.active span:nth-child(3) {
  transform: rotate(-45deg); }
@media (max-width: 1023px) {
  .nav-trigger {
    display: inline-block; } }
@media (max-width: 719px) {
  .nav-trigger {
    width: 50px;
    height: 40px;
    right: 15px; }
  .nav-trigger span {
    left: 14px;
    width: 20px;
    height: 2px; }
  .nav-trigger span:nth-child(1) {
    top: 11px; }
  .nav-trigger span:nth-child(2) {
    top: 18px; }
  .nav-trigger span:nth-child(3) {
    top: 25px; }
  .nav-trigger.active span:nth-child(3),
  .nav-trigger.active span:nth-child(1) {
    top: 18px; } }
/* ------------------------------------------------------------ *\
  Section
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
  Section Nav
\* ------------------------------------------------------------ */
.section-nav {
  text-align: center;
  /* padding: 50px 0 34px 0; */
  padding: 34px 0 34px 0; }
@media (max-width: 1023px) {
  .section-nav {
    padding: 38px 0 34px 0;
    position: relative;
    z-index: 1; } }
@media (max-width: 719px) {
  .section-nav {
    padding-top: 0; } }
/* ------------------------------------------------------------ *\
  Section Primary
\* ------------------------------------------------------------ */
.section-primary .section-inner {
  background: #f3f5f3;
  padding-top: 42px; }
.section-primary .section-group ~ .section-group {
  margin-top: 40px; }
.section-primary .section-group-body {
  position: relative; }
.section-primary .section-group-body:before {
  content: "";
  width: 2px;
  height: auto;
  top: 0;
  bottom: 0;
  display: inline-block;
  background: #b1b3b1;
  position: absolute;
  left: 50%;
  transform: translateX(-50%); }
.section-primary .section-group-body:after {
  content: "";
  background-image: url(images/sprite.png);
  background-position: -209px -118px;
  width: 19px;
  height: 19px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  bottom: -19px;
  left: 50%;
  transform: translateX(-50%); }
.section-primary .section-group-head {
  text-align: center;
  padding: 20px 0 40px;
  max-width: 1010px;
  margin: auto; }
.section-primary .section-group-head p {
  line-height: 1.33;
  font-size: 20px;
  width: 83.815%;
  margin: 0 auto; }
.section-primary .section-group-body {
  position: relative;
  z-index: 1; }
.section-primary .section-group-foot {
  position: relative;
  height: 542px; }
.section-primary .section-group-image {
  height: 100%; }
.section-primary .section-group-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  margin-top: -30px; }
.section-primary .section-group-content h4 {
  margin-bottom: 20px; }
.section-primary .section-group-noline .section-group-body:before,
.section-primary .section-group-noline .section-group-body:after {
  display: none; }
@media (max-width: 1023px) {
  .section-primary .section-group-body:before,
  .section-primary .section-group-body:after {
    display: none; } }
@media (max-width: 1023px) {
  .section-primary .section-inner {
    padding-top: 20px; }
  .section-primary .section-group-head {
    padding: 20px 20px 40px; }
  .section-primary .section-group-head p {
    font-size: 20px;
    width: 83.815%;
    margin: 0 auto; }
  .section-primary .section-group-content {
    padding: 0 30px;
    margin-top: -80px; }
  .section-primary .section-group-content h4 {
    font-size: 42px; } }
@media (max-width: 719px) {
  .section-primary {
    margin-bottom: 80px; }
  .section-primary .section-group-content {
    margin-top: -30px; }
  .section-primary .section-group-content h4 {
    font-size: 28px; }
  .section-primary .section-group-foot {
    height: 365px; }
  .section-primary .section-group-foot .list-actions {
    padding: 0; }
  .section-primary .section-group-foot .section-group-image {
    margin-right: 2px; }
  .section-primary .section-group-head p {
    font-size: 16px;
    text-align: left;
    width: 100%; }
  .section-primary .section-group ~ .section-group {
    margin-top: 0; }
  .section-primary .section-group-head {
    padding: 20px; }
  .section-group > .section-group-head {
    padding-bottom: 18px; }
  .section-group.opening > .section-group-head {
    padding-bottom: 40px;
    margin-top: 3em; } }
/* ------------------------------------------------------------ *\
  Section Features
\* ------------------------------------------------------------ */
.section-features {
  text-align: center;
  padding: 82px 0 60px; }
/* ------------------------------------------------------------ *\
  Section Generic
\* ------------------------------------------------------------ */
.section-generic .section-head {
  background: #083b77;
  text-align: center;
  color: #fff;
  padding: 61px 0 50px; }
.section-generic .section-body {
  background: #f4f6f4;
  padding: 65px 0 100px; }
.section-generic .section-aside {
  width: 183px;
  float: left;
  padding-top: 8px; }
.section-generic .section-aside-secondary {
  width: 183px;
  float: right;
  padding-top: 9px; }
.section-generic .section-content {
  width: calc(100% - 366px);
  padding: 0 77px;
  float: left; }
.section-generic .section-group-foot {
  position: relative;
  height: 542px; }
.section-generic .section-group-image {
  height: 100%; }
.section-generic .section-group-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  margin-top: -30px; }
.section-generic .section-group-content h4 {
  margin-bottom: 20px; }
@media (max-width: 1023px) {
  .section-generic .section-body {
    padding-top: 0;
    position: relative;
    z-index: 1; }
  .section-generic .section-aside {
    float: none;
    width: 100%;
    padding: 0px 55px 0; }
  .section-generic .section-aside-secondary {
    float: none;
    width: 100%;
    padding-top: 0; }
  .section-generic .section-content {
    width: 100%;
    padding: 0 55px;
    float: none; }
  .section-generic .section-group-content {
    padding: 0 30px;
    margin-top: -80px; }
  .section-generic .section-group-content h4 {
    font-size: 42px; } }
@media (max-width: 719px) {
  .section-generic .section-head {
    padding: 30px 10px 25px; }
  .section-generic .section-content {
    padding: 40px 25px; }
  .section-generic .section-aside {
    padding: 0px 25px 0; } }
@media (max-width: 719px) {
  .section-generic .section-group-content {
    margin-top: -30px; }
  .section-generic .section-group-content h4 {
    font-size: 28px; }
  .section-generic .section-group-foot {
    height: 365px; }
  .section-generic .section-group-foot .list-actions {
    padding: 0; }
  .section-generic .section-group-foot .section-group-image {
    margin-right: 2px; }
  .section-generic .section-aside-secondary {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 0;
    z-index: 9; }
  .section-generic .section-aside-secondary .list-links {
    margin-bottom: 0;
    display: flex; }
    .section-generic .section-aside-secondary .list-links li {
      width: auto;
      float: none;
      display: block;
      flex-grow: 1; }
      .section-generic .section-aside-secondary .list-links li .btn {
        display: flex;
        align-items: center;
        justify-content: center; } }
/* ------------------------------------------------------------ *\
  Slider
\* ------------------------------------------------------------ */
.slider .slides-thumbs,
.slider .slides {
  list-style: none outside none;
  margin-bottom: 0; }
.slider .slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1); }
/* ------------------------------------------------------------ *\
  Slider Primary
\* ------------------------------------------------------------ */
.slider-primary .slides .slide-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(8, 59, 119, 0.77);
  color: #fff; }
.slider-primary .slides .slide-content h2 {
  font-size: 58px;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  white-space: nowrap;
  margin-bottom: 0px; }
.slider-primary .slides .slide-image {
  height: 587px;
  position: relative; }
.slider-primary .slides .slide-image:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 70%;
  background: rgba(0, 0, 0, 0.49);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.49) 0%, rgba(0, 0, 0, 0) 100%); }
.slider-primary .slides .slide-image img.hidden {
  display: none; }
.slider-primary .slides-thumbs {
  position: relative; }
.slider-primary .slides-thumbs .slide-image:after {
  content: "";
  background: rgba(8, 59, 119, 0.57);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }
.slider-primary .slides-thumbs .slide-content {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  text-align: center;
  color: #fff; }
.slider-primary .slides-thumbs .visible .slide-image:after {
  display: none; }
.slider-primary .slides-thumbs .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0; }
.slider-primary .slides-thumbs .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0; }
.slider-primary .slides-thumbs .owl-stage-outer {
  overflow: visible; }
.slider-primary .slides-thumbs .disabled {
  display: none; }
@media (max-width: 1300px) {
  /*.slider-primary .slides .slide-content { left: 55px; } removed per andrew */ }
@media (max-width: 1023px) {
  .slider-primary .slides .slide-content {
    padding-top: 0px;
    padding-left: 0px; }
  .slider-primary .slides .slide-content h2 {
    font-size: 48px; } }
@media (max-width: 719px) {
  .slider-primary .slides .slide-content {
    border-radius: 0;
    left: 0;
    bottom: 0;
    top: auto;
    transform: none;
    background: 0;
    border: 0;
    padding: 0;
    width: auto;
    height: auto;
    width: 100%; }
  .slider-primary .slides .slide-content h2 {
    background: #083b77;
    border: 2px solid #216cc3;
    font-size: 21px;
    padding: 10px 20px;
    width: 70%; }
  .slider-primary .slides .slide-image {
    height: 400px;
    background-position: center -50px !important; }
  h2 .student-program {
    font-size: 16px; } }
/* ------------------------------------------------------------ *\
  Table
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
  Widget
\* ------------------------------------------------------------ */
.widgets {
  list-style: none outside none; }
/* ------------------------------------------------------------ *\
  Widget Features
\* ------------------------------------------------------------ */
.widget-features {
  max-width: 300px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-size: 16px;
  line-height: 1.31;
  color: #3b3c3b;
  margin: 0 3.25%; }
.widget-features .widget-title {
  font-size: 21px;
  color: #3b3c3b;
  font-weight: 800;
  text-transform: uppercase; }
.widget-features .widget-image {
  height: 100px;
  position: relative; }
.widget-features .widget-image i {
  position: relative;
  top: 50%;
  transform: translateY(-50%); }
.widget-features .widget-body {
  min-height: 50px;
  margin-bottom: 15px; }
@media (max-width: 1230px) {
  .widget-features {
    max-width: 155px;
    min-height: 300px;
    position: relative;
    padding-bottom: 70px; }
  .widget-features .widget-body {
    min-height: 0; }
  .widget-features .widget-actions {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; } }
@media (max-width: 1023px) {
  .widget-features .widget-title {
    font-size: 16px; } }
@media (max-width: 719px) {
  .widget-features {
    max-width: 100%;
    min-height: 0; }
  .widget-features ~ .widget-features {
    margin-top: 50px; } }
/* ------------------------------------------------------------ *\
  Widget Nav
\* ------------------------------------------------------------ */
.widget-nav {
  margin-bottom: 59px;
  position: relative; }
@media (max-width: 1023px) {
  .widget-nav .link-nav-trigger {
    display: block !important;
    border: 2px solid #d42551;
    width: 100%;
    font-size: 14px;
    text-align: left;
    padding: 20px;
    position: relative;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    color: #d42551; }
  .widget-nav .link-nav-trigger:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 8px 0 8px;
    border-color: #d42551 transparent transparent transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px; } }
/* ------------------------------------------------------------ *\
  Widget Events
\* ------------------------------------------------------------ */
.widget-events .widget-title {
  font-weight: 700;
  text-transform: uppercase;
  color: #083b77;
  font-size: 21px;
  border-bottom: 3px solid #216cc3;
  margin-bottom: 30px; }
.widget-events-mobile {
  display: none; }
.widget-events .contacts {
  margin-bottom: 50px;
  font-size: 16px; }
.widget-events .contacts h3 {
  font-size: 21px;
  color: #083b77;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 700; }
.widget-events .contacts .contact-inner {
  background: #f5ac00;
  padding: 32px 20px 30px; }
.widget-events .contacts a {
  display: block;
  font-size: 16px;
  text-decoration: none;
  font-weight: bold;
  color: #083b77; }
.widget-events .contacts a:hover {
  text-decoration: underline; }
.section-aside .widget-events .contacts {
  margin-top: 50px; }
@media (max-width: 1023px) {
  .widget-events {
    display: none; }
  .widget-events-mobile {
    display: block;
    padding: 30px 55px 0;
    clear: both; } }
@media (max-width: 719px) {
  .widget-events-mobile {
    padding: 30px 25px 0; } }
.btn-red {
  border: 2px solid #d42551; }
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none; }
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative; }
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none; }
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap; }
.select2-container .select2-search--inline {
  float: left; }
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0; }
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }
.select2-results {
  display: block; }
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }
.select2-results__option[aria-selected] {
  cursor: pointer; }
.select2-container--open .select2-dropdown {
  left: 0; }
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
.select2-search--dropdown {
  display: block;
  padding: 4px; }
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box; }
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }
.select2-search--dropdown.select2-search--hide {
  display: none; }
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold; }
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px; }
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%; }
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none; }
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left; }
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px; }
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }
.select2-container--default .select2-results__option[role=group] {
  padding: 0; }
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb; }
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px; }
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb; }
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px; }
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555; }
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }
.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }
.select2-container--classic .select2-dropdown--below {
  border-top: none; }
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }
.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }
.home.page .section-primary .opening .section-group-body:before, .home.page .opening .article-about:before, .home.page .section-primary .opening .section-group-body:after, .page-template-story-page .section-primary .opening .section-group-body:before, .page-template-story-page .opening .article-about:before, .page-template-story-page .section-primary .opening .section-group-body:after {
  content: none; }
.home.page .fact-box, .page-template-story-page .fact-box {
  transform-style: preserve-3d; }
.home.page .fact-box > div, .page-template-story-page .fact-box > div {
  position: relative;
  top: 50%;
  transform: translateY(-50%); }
.home.page .btn-red, .page-template-story-page .btn-red {
  padding: 0;
  width: 100%;
  max-width: 195px; }
.home.page .list-tiles li, .page-template-story-page .list-tiles li {
  width: 273px;
  height: 193px;
  overflow: hidden;
  transform: translateZ(0); }
.home.page .article-about-alt .article-content, .page-template-story-page .article-about-alt .article-content {
  padding-right: 13px; }
.home.page .article-about-alt .article-content, .page-template-story-page .article-about-alt .article-content {
  padding-right: 13px; }
.home.page .article-about, .page-template-story-page .article-about {
  position: relative;
  padding: 142px 0 0;
  padding-top: 0; }
.home.page .article-about .article-aside, .page-template-story-page .article-about .article-aside {
  width: 50%;
  padding-right: 0;
  margin-left: -38px;
  height: 458px;
  width: calc(50% + 25px);
  height: auto;
  bottom: 0; }
.home.page .article-about .article-content, .page-template-story-page .article-about .article-content {
  float: right;
  width: 50%;
  padding-left: 0;
  zoom: 1;
  position: absolute;
  right: 0;
  bottom: 0; }
.home.page .list-tiles-primary, .page-template-story-page .list-tiles-primary {
  margin-top: 0;
  float: left;
  margin-left: 38px;
  margin-left: calc(38px - 25px);
  transform: translateZ(0); }
.home.page .article-about-secondary, .page-template-story-page .article-about-secondary {
  padding-top: 30px;
  padding-bottom: 142px;
  padding-bottom: 40px; }
.home.page .article-about-alt .article-content, .page-template-story-page .article-about-alt .article-content {
  float: left;
  width: 50%;
  text-align: right;
  padding-left: 0;
  padding-right: 0;
  transform: translateZ(0);
  position: relative; }
.home.page .list-tiles-secondary, .page-template-story-page .list-tiles-secondary {
  margin-top: 0;
  margin-right: 35px;
  margin-right: calc(38px - 25px);
  float: right;
  position: absolute;
  right: 0;
  top: 0; }
.home.page .article-about-alt .article-aside, .page-template-story-page .article-about-alt .article-aside {
  width: 50%;
  padding-right: 0;
  padding-left: 0;
  margin-right: -38px;
  margin-top: -74px;
  width: calc(50% + 25px);
  right: 0;
  top: 74px;
  height: auto;
  bottom: auto; }
.home.page .list-tiles li, .page-template-story-page .list-tiles li {
  max-width: 26vw;
  height: 193px;
  overflow: hidden;
  width: 50%;
  height: 16vw;
  min-height: 187px;
  transform: translateZ(0);
  text-align: center; }
.home.page .meta-image, .page-template-story-page .meta-image {
  width: 100%;
  height: 100%;
  background-position: 50%;
  background-size: 100%;
  background-size: cover; }
.home.page .meta-image img, .page-template-story-page .meta-image img {
    opacity: 0; }
.home.page .fact-box h3, .page-template-story-page .fact-box h3 {
  font-size: 42px;
  margin-bottom: .1em;
  line-height: .9em;
  letter-spacing: -.005em;
  font-size: calc(16px + 1.75vw);
  font-weight: 800; }
.home.page .list-tiles div, .page-template-story-page .list-tiles div {
  padding-top: 0; }
@media screen and (max-width: 1023px) {
  .home.page .article-about .article-aside, .page-template-story-page .article-about .article-aside {
    margin: 0px; }
  .home.page .fact-box h3, .page-template-story-page .fact-box h3 {
    font-size: calc(24px + 1.75vw); }
  .home.page .fact-box > div, .page-template-story-page .fact-box > div {
    position: absolute; }
  .home.page .article-content .article-entry, .page-template-story-page .article-content .article-entry {
    margin-top: 40px; }
  .home.page .article-about-alt .article-content .article-entry, .page-template-story-page .article-about-alt .article-content .article-entry {
    margin-top: 0px;
    margin-bottom: 40px; }
  .home.page .article-image.container-fullsize.latter, .page-template-story-page .article-image.container-fullsize.latter {
    margin-right: 0; }
  .home.page .list-tiles, .page-template-story-page .list-tiles {
    float: none;
    margin: 0;
    padding-left: 38px;
    padding-right: 38px; }
    .home.page .list-tiles li, .page-template-story-page .list-tiles li {
      max-width: none; }
  .home.page .article-about .article-aside, .home.page .article-about .article-content, .page-template-story-page .article-about .article-aside, .page-template-story-page .article-about .article-content {
    float: none;
    width: 100%;
    position: relative; }
  .home.page .list-tiles-primary, .page-template-story-page .list-tiles-primary {
    margin-top: 30px; }
  .home.page .list-tiles-secondary, .page-template-story-page .list-tiles-secondary {
    margin-bottom: 30px;
    position: relative; }
  .home.page .article-about-alt .article-aside, .page-template-story-page .article-about-alt .article-aside {
    top: 0;
    margin-top: 0;
    float: right; } }
@media screen and (max-width: 719px) {
  .home.page .list-tiles li, .page-template-story-page .list-tiles li {
    width: 100%; }
  .home.page .fact-box h3, .page-template-story-page .fact-box h3 {
    font-size: calc(24px + 1.75vw); }
  .home.page .list-tiles li:not(.fact-box), .page-template-story-page .list-tiles li:not(.fact-box) {
    background: transparent !important; } }
@media screen and (min-width: 1024px) {
  .home.page, .page-template-story-page {
    /*
    ul.list-tiles {
        min-width: calc(94% - 13px);
    }*/ }
    .home.page .section-group .article-about-alt .article-aside, .page-template-story-page .section-group .article-about-alt .article-aside {
      margin-bottom: 71px; }
    .home.page .section-group:not(.opening) .article-about-alt .article-aside, .page-template-story-page .section-group:not(.opening) .article-about-alt .article-aside {
      left: 35px; } }
.home.page .slides-thumbs li.slide .slide-image, .page-template-story-page .slides-thumbs li.slide .slide-image {
  height: 100%; }
.home.page .slides-thumbs li.slide .slide-image img, .page-template-story-page .slides-thumbs li.slide .slide-image img {
    height: 100%; }
/*
.page-template-story-page .list-tiles div {
    padding: 20px 28px 0 33px;

    h3 {
      font-size: 2em;
    }
}


.page-template-story-page .section-group-body .meta-image {
      padding: 0;
}


.page-template-story-page .article-aside.animations {
    height: auto;
}
*/
.article-image img {
  width: 100%;
  height: auto; }
.slide-content-inner {
  padding: 20px 40px; }
.slider-primary .slides .slide-content h2 {
  font-size: 56px; }
h2 .student-program {
  text-transform: normal;
  font-size: 16px;
  font-weight: normal; }
@media screen and (max-width: 719px) {
  .section-group.opening > .section-group-head.had-pre-content-nav {
    margin-top: 0; }
  .slider-primary .slides .slide-content h2 {
    font-size: 38px; }
  .slide-content-inner {
    padding: 0px; }
  .slider-primary .slides .slide-content {
    left: 0; }
  .student-quote {
    display: none !important; }
  .slider-primary .slides .slide-content h2, .list-about li:nth-child(1) {
    width: 100%; }
  h2 .student-program {
    display: block; }
  .section-group.content-first .section-primary .section-group-head {
    padding-bottom: 18px; }
  .section-group.content-first .section-group-head.animations {
    margin-top: 0;
    padding-bottom: 0; } }
.article-content.animations.latter {
  position: relative;
  padding-left: 36px;
  padding-right: 50px; }
.article-about-teritary .article-entry {
  text-align: left;
  padding-right: 30px; }
.article-image.container-fullsize.latter {
  margin-right: 26px; }
@media screen and (min-width: 719px) {
  .slider-primary .slides .slide-content {
    padding: 0; }
  .slide-content-inner {
    position: relative;
    display: block;
    width: 100%; }
  .section-nav + .section-primary .section-group.opening > .section-group-head {
    margin-top: 0; }
  /*
  .article-about-alt.article-about-last > .article-content > .article-entry {
      margin-bottom: 0;
  }*/ }
.owl-stage {
  background: #AAA; }
.list-actions.list-actions-mobile li:only-child {
  width: 100%; }
a.fact-box-link-real {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  margin-top: 1em;
  border-bottom: 2px solid white;
  text-transform: uppercase; }
.home .intro .intro-content h1 {
  font-family: 'Dobra', sans-serif;
  font-size: 56px;
  color: #ffd100;
  text-shadow: 0 0 16px rgba(0, 0, 0, 0.9);
  margin: -21px 0 32px;
  display: inline-block;
  text-transform: none;
  font-weight: bold; }
@media all and (max-width: 960px) {
    .home .intro .intro-content h1 {
      font-size: 48px;
      margin: -21px 0 24px; } }
@media all and (max-width: 719px) {
    .home .intro .intro-content h1 {
      font-size: 36px;
      margin: -18px 0 16px; } }
@media all and (max-width: 512px) {
    .home .intro .intro-content h1 {
      font-size: 28px;
      margin: 0px 0 16px; } }
.decorative-tagline {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -136px 0 0;
  transform: translate(-50%, -50%);
  height: 40px;
  overflow: hidden;
  font-size: 46px;
  text-transform: uppercase;
  font-weight: 800;
  color: white;
  line-height: 40px !important; }
.decorative-tagline .decorative-tagline__container ul[role=”marquee”] {
    overflow: hidden; }
.decorative-tagline .decorative-tagline__container li[aria-hidden='true'] {
    display: none; }
.decorative-tagline .decorative-tagline__container li[aria-hidden='false'] {
    display: block; }
@media (max-width: 1023px) {
    .decorative-tagline {
      font-size: 42px; } }
@media (max-width: 719px) {
    .decorative-tagline {
      font-size: 28px;
      margin: -78px 0 0; } }
@media (max-width: 512px) {
    .decorative-tagline {
      font-size: 24px;
      margin: -64px 0 0; } }
.decorative-tagline__container {
    font-weight: 600;
    overflow: hidden;
    height: 40px;
    padding: 0 40px; }
.decorative-tagline__container__text {
      display: inline;
      margin: 0; }
.decorative-tagline__container__list {
      margin-top: 0;
      text-align: center;
      list-style: none;
      /*
      -webkit-animation-name: changetwo;
      -webkit-animation-duration: 10s;
      -webkit-animation-iteration-count: infinite;
      animation-name: changetwo;
      animation-duration: 10s;
      animation-iteration-count: infinite;
      &.amt-3 {
        -webkit-animation-name: changethree;
        animation-name: changethree;
      }
      &.amt-4 {
        -webkit-animation-name: changefour;
        animation-name: changefour;
      }
      */ }
.decorative-tagline__container__list__item {
        line-height: 40px;
        margin: 0;
        white-space: nowrap;
        text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.7);
        display: block;
        height: 40px; }
@keyframes changetwo {
  0%, 45%, 100% {
    transform: translate3d(0, 0, 0); }
  55%, 90% {
    transform: translate3d(0, -50%, 0); } }
@keyframes changethree {
  0%, 20%, 100% {
    transform: translate3d(0, 0, 0); }
  25%, 45% {
    transform: translate3d(0, -33%, 0); }
  50%, 70% {
    transform: translate3d(0, -66%, 0); }
  75%, 95% {
    transform: translate3d(0, -33%, 0); } }
@keyframes changefour {
  0%, 12.66%, 100% {
    transform: translate3d(0, 0, 0); }
  16.66%, 29.32% {
    transform: translate3d(0, -25%, 0); }
  33.32%, 45.98% {
    transform: translate3d(0, -50%, 0); }
  49.98%, 62.64% {
    transform: translate3d(0, -75%, 0); }
  66.64%, 79.3% {
    transform: translate3d(0, -50%, 0); }
  83.3%, 95.96% {
    transform: translate3d(0, -25%, 0); } }
/*
$susy: (
  columns: 12,
  gutters: 1/4,
  gutter-position: inside,
);
*/
@font-face {
  font-family: 'Born Ready';
  src: url("fonts/BornReady-Regular.eot");
  src: url("fonts/BornReady-Regular.eot?#iefix") format("embedded-opentype"), url("scss/fonts/BornReady-Regular.woff") format("woff"), url("fonts/BornReady-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Dobra';
  src: url("fonts/Dobra-Bold.eot");
  src: url("fonts/Dobra-Bold.eot?#iefix") format("embedded-opentype"), url("scss/fonts/Dobra-Bold.woff2") format("woff2"), url("scss/fonts/Dobra-Bold.woff") format("woff"), url("fonts/Dobra-Bold.ttf") format("truetype"), url("scss/fonts/Dobra-Bold.svg") format("svg");
  font-weight: bold;
  font-style: normal; }
ul.list-actions.list-actions-mobile {
  margin-top: 3px; }
@media (max-width: 719px) {
  .list-actions-mobile li {
    padding: 0 2px; }
  .article-head {
    margin-bottom: 1em; } }
html.active {
  overflow: hidden; }
.article-content.animations.latter {
      padding-right: 14px; }
.intro.interior {
  height: 172px; }
@media all and (max-width: 719px) {
    .intro.interior {
      height: 118px; } }
.intro.interior .intro-content {
    padding: 61px 0 50px; }
.gdpr.gdpr-privacy-bar, .gdpr.gdpr-reconsent-bar {
  background: #083b77; }
.gdpr.gdpr-privacy-bar .gdpr-wrapper, .gdpr.gdpr-reconsent-bar .gdpr-wrapper {
  flex-direction: row; }
@media (max-width: 600px) {
    .gdpr.gdpr-privacy-bar .gdpr-wrapper, .gdpr.gdpr-reconsent-bar .gdpr-wrapper {
      flex-wrap: wrap; } }
.gdpr.gdpr-privacy-bar .gdpr-wrapper .gdpr-content, .gdpr.gdpr-reconsent-bar .gdpr-wrapper .gdpr-content {
  text-align: left; }
/* This changes the font to Proxima Nova. We have to use !important to override the default setting, which uses !important */
.gdpr *:not(textarea):not(input):not(select) {
  font-family: 'Proxima Nova', sans-serif !important; }
.gdpr-preferences {
  display: none !important; }
/* Adjusts styling on “Read our privacy policy” link */
.gdpr *:not(textarea):not(input):not(select) a {
  text-transform: uppercase !important;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 2px solid #fff;
  padding-top: 8px;
  display: inline-block;
  color: #fff; }
/* Adjusts text styling for “I agree” button */
.gdpr *:not(textarea):not(input):not(select) button.gdpr-agreement {
  background-color: #f5ac00 !important;
  border: none !important;
  border-radius: 0 !important;
  text-transform: uppercase !important;
  font-size: 14px !important;
  box-shadow: none !important;
  width: 147px !important;
  height: 50px !important;
  line-height: 50px !important;
  text-shadow: none !important;
  color: #083b77 !important;
  text-transform: uppercase !important; }
#tribe-events .tribe-events-notices {
  background: #216cc3;
  color: white;
  border: 2px solid #216cc3;
  border-radius: 0;
  text-shadow: none; }
#tribe-events .tribe-events-day .tribe-events-day-time-slot .tribe-events-day-time-slot-heading {
  background-color: #D42551; }
.ecs-event-list {
  list-style: none; }
.ecs-event-list:before {
    content: "Events";
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    color: #083b77;
    font-size: 21px;
    border-bottom: 3px solid #216cc3;
    margin-bottom: 30px; }
.ecs-event-list .ecs-event {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 1em; }
.ecs-event-list .ecs-event h4.entry-title {
      font-size: 1em; }
.ecs-event-list .ecs-event h4.entry-title a {
        text-transform: none;
        font-weight: normal; }
.ecs-event-list .ecs-event span.duration {
      display: block;
      font-size: 14px;
      text-transform: uppercase;
      color: #3b3c3b;
      line-height: 1.29; }
.intro h1 {
  text-shadow: 0px 1px 2px rgba(66, 52, 0, 0.8); }
.header-inner.active .menu > .menu-item > a, .header-inner.active .menu > .menu-item > span {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1; }
.nav .sub-menu {
  min-width: 200px;
  padding: 4em 2em 2em;
  left: 50%;
  margin-left: -73px;
  width: auto; }
.nav .sub-menu li {
    font-size: 14px;
    text-transform: uppercase; }
.nav li {
  position: relative; }
.skip-link {
  display: block;
  opacity: .1;
  width: 1px;
  height: 1px;
  position: absolute;
  color: #000;
  font-weight: bold;
  background-color: #fff; }
.skip-link:focus {
    opacity: 1;
    width: auto;
    height: auto;
    padding: 1rem;
    color: black;
    z-index: 37; }
@media (max-width: 1023px) {
  .nav .sub-menu {
    display: none;
    left: auto;
    margin-left: 0;
    width: auto;
    padding: 20px 0 20px 45px; }
  .nav .sub-menu.active {
    display: block; }
  .nav .menu-item-has-children:after {
    background-image: url(images/nav-plus.png);
    background-position: 0;
    background-size: 100%; }
  .nav .menu-item-has-children.active:after {
    background-image: url(images/nav-minus.png);
    background-position: 0;
    background-size: 100%; } }
.page-template-story-page .container > .section.section-generic:first-child {
  margin-bottom: 0; }
@media (max-width: 719px) {
  .page-template-single-degree-media-page .footer, .page-template-directory .footer, .page-template-program-events .footer, .page-template-single-degree-page .footer, .page-template-single-program-page .footer, .page-template-default .footer {
    margin-top: 80px; } }
.footer-aside {
  display: inline-block;
  vertical-align: top;
  width: 30%; }
.footer-content {
  text-align: left;
  position: relative;
  bottom: auto;
  right: auto; }
.footer-menu {
  vertical-align: top;
  display: inline-block;
  vertical-align: top;
  width: 20%; }
.footer-menu li {
    display: block; }
.footer-menu a {
    text-decoration: none;
    font-size: 14px;
    line-height: 24px; }
.footer .credits {
  display: inline-block;
  vertical-align: bottom;
  margin-left: 0;
  text-align: right;
  width: 28.5%;
  font-size: 14px; }
.footer .directory-link {
  color: #D42551;
  text-decoration: underline; }
@media (max-width: 904px) {
  .footer-aside, .footer-menu, .footer .credits {
    display: block;
    width: 100%;
    margin: 0 1em 1.8em 1em; }
  .footer .credits {
    text-align: left; } }
.section-primary .section-group-image:before, .section-generic .section-group-image:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: radial-gradient(rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.15)), transparent; }
.section-primary .section-group-content h4, .section-generic .section-group-content h4 {
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.8); }
nav.footer-menu.column.column-one {
  margin-bottom: 0; }
.directory-container {
  display: none; }
.directory-container a {
    color: #333;
    outline: none;
    text-decoration: underline; }
.directory-container a:link, .directory-container a:visited, .directory-container a:active, .directory-container a:hover {
    color: #333; }
.directory-container a:hover {
    background-color: #c7d1d6; }
.directory-container #container {
    margin: 0;
    width: 90%;
    padding: 10px;
    padding-left: 0; }
.directory-container .dept {
    margin: 0 0 10px 0; }
.directory-container .dept_name {
    font-size: larger;
    font-weight: bold; }
.directory-container .person {
    margin-left: 10px;
    margin-bottom: 3px; }
.directory-container .person_name {
    font-weight: 600;
    cursor: pointer;
    padding-left: 12px;
    background-repeat: no-repeat;
    background-position-y: .4em; }
.directory-container .person_title {
    font-size: .85em;
    font-weight: bolder; }
.directory-container .person_details {
    display: none;
    border-bottom: 1px solid #ccc;
    margin-left: 2em;
    font-size: .9em; }
.directory-container .dept_details {
    font-size: .8em; }
.directory-container hr.main {
    border: 0;
    border-top: 2px solid #1c3e95;
    background-color: #fff;
    border-bottom: 1px solid #1c3e95;
    height: 2px;
    display: block;
    margin: 0 0 18px 0; }
.directory-container .person_name_lrc {
    font-weight: 600;
    padding-left: 12px; }
.directory-container .person_office_lrc {
    font-size: .8em; }
.directory-container .sortLink {
    font-size: .75em;
    font-weight: bolder;
    float: right; }
.directory-container .sortLink a {
    text-decoration: none; }
.directory-container .sortLink, .directory-container hr.main, .directory-container img:first-child {
    display: none; }
.directory-container .person_name, .directory-container .person_name:before {
    cursor: pointer; }
.directory-container .person_name:before {
    content: "\25b6";
    padding-right: 16px; }
.directory-container .person_name.opened:before {
    content: "\25bc";
    padding-right: 16px; }
.directory-container .person_details {
    margin-left: 38px;
    border-bottom: none;
    margin-bottom: 1em; }
.directory-container.by-dept {
    display: block; }
.directory-container .selector-option.active {
    font-weight: bold; }
.list-posts h4 a, .list-posts p a {
  text-decoration: none; }
.section-primary .section-group:nth-last-child(2) .section-group-body:before {
  bottom: 0px; }
.article-about-last {
  padding-bottom: 226px;
  margin-bottom: 60px; }
.section-primary .section-group:nth-last-child(2) .section-group-body:after {
  bottom: -19px; }
.container em {
  font-style: italic; }
.fact-box {
  position: relative; }
.fact-box h3 {
    margin-bottom: 0.125em; }
.fact-box .fact-box-link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-decoration: none;
    display: block; }
.social-media-list .social-media-icons {
  width: 60%;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}
.social-media-list .social-media-icons .social-media-icon {
  width: 12.5% !important;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 500px) {
  .social-media-list .social-media-icons {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
  }
  .social-media-list .social-media-icons .social-media-icon {
    width: 15% !important;
  }
}
.social-media-list .social-media-icons .social-media-icon .social-media-icon-link {
  width: 100% !important;
}
.social-media-icons .social-media-icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin: 0 .5em; }
.social-media-icons .social-media-icon-link {
  text-indent: 3000px;
  color: transparent;
  display: block;
  width: 32px;
  height: 32px;
  font-size: 0;
  background-size: 100%;
  background-repeat: no-repeat; }
.social-media-icons .social-media-icon-link.facebook {
    background-image: url("images/icon-facebook.png"); }
.social-media-icons .social-media-icon-link.twitter {
    background-image: url("images/icon-twitter.png"); }
.social-media-icons .social-media-icon-link.youtube {
    background-image: url("images/icon-youtube.png"); }
.social-media-icons .social-media-icon-link.flickr {
    background-image: url("images/icon-flickr.png"); }
.social-media-icons .social-media-icon-link.linkedin {
    background-image: url("images/icon-linkedin.png"); }
.social-media-icons .social-media-icon-link.instagram {
    background-image: url("images/icon-instagram.png"); }
.social-media-icons .social-media-icon-link.pinterest {
    background-image: url("images/icon-pinterest.png"); }
.animations .social-media-icons .social-media-icon, .animations .social-media-icons .social-media-icon-link {
  display: inline-block;
  width: 64px;
  height: 64px; }
.animations .social-media-icons .social-media-icon {
  margin: 0 .25em; }
.article-entry .social-media-icons {
  text-align: center; }
@media screen and (max-width: 719px) {
  .nav-secondary {
    width: 100%; }
    .nav-secondary a {
      padding-top: 1.7em;
      padding-bottom: 1.4em;
      height: auto;
      line-height: 1.5em; }
  .article-entry .social-media-icons {
    margin-top: 2.4em; }
  .animations .social-media-icons .social-media-icon, .animations .social-media-icons .social-media-icon-link {
    width: 80px;
    height: 80px; }
  .animations .social-media-icons .social-media-icon:first-child {
    margin-bottom: 2em; }
  .article-entry .social-media-icons {
    width: 100%;
    margin: 0 auto;
    margin-top: 2.4em; } }
/*
.page-template-story-page .section-group-body .meta-image {
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    transform: translateY(0%);
    background-size: 100%;
    background-size: cover;

    img {
      opacity: 0;
    }
}
*/
.list-tiles li {
  position: relative; }
.article-entry ul, .article-body ul {
  list-style-type: disc;
  list-style-position: inside; }
.article-entry ol, .article-body ol, .article ol {
  list-style-type: decimal;
  list-style-position: inside; }
.article-entry a {
  text-decoration: none;
  color: #D42551; }
.section-primary .section-group-head {
  padding: 20px 20px 40px;
  max-width: none; }
.article-generic table, .article-generic tr, .article-generic td {
  height: auto !important;
  border-collapse: collapse; }
.article-generic td {
  padding: .5em;
  padding-left: 1em; }
@media screen and (max-width: 798px) {
  .article-generic {
    /*
    td:nth-child(1) {
      font-weight:bold;
    }
    td:nth-child(1):after {
      content:":";
    }
    td:nth-child(2), tr {
      background:transparent !important;
    }
    */ }
    .article-generic table, .article-generic td, .article-generic tr, .article-generic tbody {
      display: block;
      width: 100% !important; } }
@media screen and (max-width: 1023px) {
  .list-links li.whole-width {
    width: 100%; }
  .list-links li.half-width {
    width: 50%; }
  .list-links li.third-width {
    width: 33.3333333333%; }
  .list-links li {
    display: table; }
    .list-links li .btn {
      vertical-align: middle;
      display: table-cell;
      line-height: 1em; } }
.su-spoiler-style-default > .su-spoiler-title {
  font-size: 18px;
  text-transform: uppercase; }
.widget-body:first-child .contacts {
  margin-top: 0; }
.section-head h1 {
  max-width: 92%;
  margin: 0 auto; }
.article-body a {
  color: #D42551;
  text-decoration: none; }
#tribe-events-footer .tribe-events-sub-nav li:before {
  content: none; }
.screen-reader-text {
  opacity: 0; }
@media all and (max-width: 830px) {
  #TB_window {
    max-width: 100%;
    margin-left: 0 !important;
    left: 0 !important; } }
.special-bar {
  background: #083b77;
  padding: 1em;
  color: white;
  font-weight: bold;
  zoom: 1;
  z-index: 36;
  width: 100%;
  line-height: 31px; }
.special-bar:before {
    content: "";
    display: inline;
    float: left;
    margin-right: 1em;
    height: 31px;
    width: 33px;
    position: relative;
    overflow: hidden;
    background-size: 98%;
    background-image: url("images/ico-events@2x.png");
    background-repeat: no-repeat; }
.special-bar a {
    color: #fff;
    font-weight: 600;
    text-decoration: underline; }
.special-bar.alert {
  background: #D42551; }
.special-bar.alert:before {
    background-image: url("images/ico-warning@2x.png"); }
.wrapper.has-special-bar .header {
  padding-top: 0; }
.intro h1 {
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.8); }
.shell.relative {
  position: relative; }
.section-aside-secondary .list-links {
  margin-bottom: 2em; }
.section-aside .widget-events:first-child .contacts {
  margin-top: 0; }
/*  @media all and (min-width: 720px) {
    .single-blog .intro-content {
      padding: 0 150px; } }
  @media (max-width: 719px) {
    .single-blog .intro-content {
      top: calc(50% + 40px); } }
  .single-blog .container {
    padding-top: 38px; }
  @media (max-width: 1023px) {
    .single-blog .article-generic {
      padding-top: 55px; } }
  .single-blog .field-intro-description {
    color: white;
    font-weight: bold;
    font-size: 21px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); }
  @media (max-width: 719px) {
      .single-blog .field-intro-description {
        font-size: 18px; } }
  @media (max-width: 480px) {
      .single-blog .field-intro-description {
        font-size: 16px; } }
  .single-blog .intro-image:before {
    background: radial-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.1)), transparent; }
  .single-blog .intro-image:after {
    content: "";
    position: absolute;
    --comment out--- width: 100%; --comment out---
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 38px;
    right: 38px; }
  @media (max-width: 1023px) {
      .single-blog .intro-image:after {
        left: 0;
        right: 0; } }
  .single-blog .section-generic .not-that-small .section-content {
    width: calc(100% - 274px);
    float: none;
    margin: 0 auto; }
  @media (max-width: 1023px) {
      .single-blog .section-generic .not-that-small .section-content {
        width: 100%; } }
  .single-blog .intro .shell {
    position: relative; }
  .single-blog .intro .logo {
    position: absolute;
    top: 38px;
    left: 76px;
    background-image: url(images/main-logo-blog.png); }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .single-blog .intro .logo {
        background-image: url(images/main-logo2x-blog.png); } }
  @media (max-width: 1023px) {
      .single-blog .intro .logo {
        left: calc(50% - 117.5px); } }
  .single-blog .section-aside-secondary {
    position: absolute;
    z-index: 1;
    top: 38px;
    right: 76px;
    text-align: right; }
  .single-blog .section-aside-secondary ul.list-actions {
      display: block;
      list-style: none; }
  @media screen and (max-width: 1023px) {
        .single-blog .section-aside-secondary ul.list-actions {
          display: none; } }
  .single-blog .section-aside-secondary ul.list-actions li {
        display: inline-block;
        margin: 0 0 0 24px;
        font-size: 16px; }
  .single-blog .section-aside-secondary ul.list-actions li a {
          display: inline-block;
          padding: 0px 38px;
          width: auto;
          color: white;
          text-transform: uppercase;
          text-decoration: none;
          transition: background-color .3s, color .3s;
          font-size: 16px; }
  .single-blog .container > .list-actions.list-actions-mobile {
    position: relative;
    margin-bottom: 4px;
    top: 100%;
    left: 0;
    width: 100%;
    display: none;
    margin: 3px -1px 4px;
    padding: 0 13px 0 15px; }
  @media all and (max-width: 1023px) and (min-width: 720px) {
      .single-blog .container > .list-actions.list-actions-mobile {
        padding: 0 33px 0 37px; } }
  @media all and (max-width: 1023px) {
      .single-blog .container > .list-actions.list-actions-mobile {
        display: block; } }
  .single-blog .container > .list-actions.list-actions-mobile li.whole-width {
      width: 100%; }
  .single-blog .container > .list-actions.list-actions-mobile li.half-width {
      width: 50%; }
  .single-blog .container > .list-actions.list-actions-mobile li.third-width {
      width: 33.3333333333%; }
  .single-blog .container > .list-actions.list-actions-mobile li {
      display: table;
      padding: 0 2px;
      float: left;
      margin: 0; }
  .single-blog .container > .list-actions.list-actions-mobile li .btn {
        vertical-align: middle;
        display: table-cell;
        line-height: 1em;
        width: 100%;
        text-align: center; }
  .single-blog .container > .list-actions.list-actions-mobile li a {
      text-transform: uppercase;
      font-size: 14px;
      color: white; }
      */
  @media all and (min-width: 720px) {
  .single-landing .intro-content {
    padding: 0 150px; } }
@media (max-width: 719px) {
  .single-landing .intro-content {
    top: calc(50% + 40px); } }
.single-landing .container {
  padding-top: 38px; }
@media (max-width: 1023px) {
  .single-landing .article-generic {
    padding-top: 55px; } }
.single-landing .field-intro-description {
  color: white;
  font-weight: bold;
  font-size: 21px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3); }
@media (max-width: 719px) {
    .single-landing .field-intro-description {
      font-size: 18px; } }
@media (max-width: 480px) {
    .single-landing .field-intro-description {
      font-size: 16px; } }
.single-landing .intro-image:before {
  background: radial-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.1)), transparent; }
.single-landing .intro-image:after {
  content: "";
  position: absolute;
  /* width: 100%; */
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 38px;
  right: 38px; }
@media (max-width: 1023px) {
    .single-landing .intro-image:after {
      left: 0;
      right: 0; } }
.single-landing .section-generic .not-that-small .section-content {
  width: calc(100% - 274px);
  float: none;
  margin: 0 auto; }
@media (max-width: 1023px) {
    .single-landing .section-generic .not-that-small .section-content {
      width: 100%; } }
.single-landing .intro .shell {
  position: relative; }
.single-landing .intro .logo {
  position: absolute;
  top: 38px;
  left: 76px;
  background-image: url(images/main-logo-blog.png); }
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .single-landing .intro .logo {
      background-image: url(images/main-logo2x-blog.png); } }
@media (max-width: 1023px) {
    .single-landing .intro .logo {
      left: calc(50% - 117.5px); } }
.single-landing .section-aside-secondary {
  position: absolute;
  z-index: 1;
  top: 38px;
  right: 76px;
  text-align: right; }
.single-landing .section-aside-secondary ul.list-actions {
    display: block;
    list-style: none; }
@media screen and (max-width: 1023px) {
      .single-landing .section-aside-secondary ul.list-actions {
        display: none; } }
.single-landing .section-aside-secondary ul.list-actions li {
      display: inline-block;
      margin: 0 0 0 24px;
      font-size: 16px; }
.single-landing .section-aside-secondary ul.list-actions li a {
        display: inline-block;
        padding: 0px 38px;
        width: auto;
        color: white;
        text-transform: uppercase;
        text-decoration: none;
        transition: background-color .3s, color .3s;
        font-size: 16px; }
.single-landing .container > .list-actions.list-actions-mobile {
  position: relative;
  margin-bottom: 4px;
  top: 100%;
  left: 0;
  width: 100%;
  display: none;
  margin: 3px -1px 4px;
  padding: 0 13px 0 15px; }
@media all and (max-width: 1023px) and (min-width: 720px) {
    .single-landing .container > .list-actions.list-actions-mobile {
      padding: 0 33px 0 37px; } }
@media all and (max-width: 1023px) {
    .single-landing .container > .list-actions.list-actions-mobile {
      display: block; } }
.single-landing .container > .list-actions.list-actions-mobile li.whole-width {
    width: 100%; }
.single-landing .container > .list-actions.list-actions-mobile li.half-width {
    width: 50%; }
.single-landing .container > .list-actions.list-actions-mobile li.third-width {
    width: 33.3333333333%; }
.single-landing .container > .list-actions.list-actions-mobile li {
    display: table;
    padding: 0 2px;
    float: left;
    margin: 0; }
.single-landing .container > .list-actions.list-actions-mobile li .btn {
      vertical-align: middle;
      display: table-cell;
      line-height: 1em;
      width: 100%;
      text-align: center; }
.single-landing .container > .list-actions.list-actions-mobile li a {
    text-transform: uppercase;
    font-size: 14px;
    color: white; }
.single-post .section-generic .tag-list, .post-type-archive-blog .section-generic .tag-list,
.single-blog .section-generic .tag-list, .post-type-archive-blog .section-generic .tag-list {
  font-family: "Proxima Nova", sans-serif;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase; }
.single-post .section-generic .tag-list li, .post-type-archive-blog .section-generic .tag-list li,
.single-blog .section-generic .tag-list li, .post-type-archive-blog .section-generic .tag-list li {
    list-style: none;
    display: inline-block;
    margin: 0 8px 0 0; }
.single-post .section-generic .tag-list li a, .post-type-archive-blog .section-generic .tag-list li a,
.single-blog .section-generic .tag-list li a, .post-type-archive-blog .section-generic .tag-list li a {
      color: #C83D5D;
      text-decoration: none; }
.single-post .section-generic .tag-list li a:hover, .post-type-archive-blog .section-generic .tag-list li a:hover,
.single-blog .section-generic .tag-list li a:hover, .post-type-archive-blog .section-generic .tag-list li a:hover {
        text-decoration: underline; }
.single-post .section-generic .tag-list li a:after, .post-type-archive-blog .section-generic .tag-list li a:after,
.single-blog .section-generic .tag-list li a:after, .post-type-archive-blog .section-generic .tag-list li a:after {
        content: ","; }
.single-post .section-generic .tag-list li:last-child a:after, .post-type-archive-blog .section-generic .tag-list li:last-child a:after,
.single-blog .section-generic .tag-list li:last-child a:after, .post-type-archive-blog .section-generic .tag-list li:last-child a:after {
      content: none; }
.single-post .section-generic .section-head,
.single-blog .section-generic .section-head {
  background: #f4f6f4;
  text-align: center;
  color: inherit;
  padding: 118px 0 0; }
@media (max-width: 719px) {
    .single-post .section-generic .section-head,
    .single-blog .section-generic .section-head {
      padding: 64px 0 0; } }
.single-post .section-generic .section-head h1,
.single-blog .section-generic .section-head h1 {
    color: #083B77; }
.single-post .section-generic .section-head .subtitle,
.single-blog .section-generic .section-head .subtitle {
    color: #216CC4;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 16px; }
.single-post .section-generic .section-head .post-details:after,
.single-blog .section-generic .section-head .post-details:after {
    border-top: 3px solid #083B77;
    content: "";
    width: 50%;
    height: 10px;
    display: block;
    margin: -14px auto 0; }
.single-post .section-generic .section-head .post-details .post-details-inner,
.single-blog .section-generic .section-head .post-details .post-details-inner {
    display: inline-block;
    background-color: #f4f6f4;
    padding: 0 16px; }
.single-post .section-generic .section-head .post-details .post-credit,
.single-post .section-generic .section-head .post-details .post-date,
.single-blog .section-generic .section-head .post-details .post-credit,
.single-blog .section-generic .section-head .post-details .post-date {
    display: inline-block;
    line-height: 1em; }
.single-post .section-generic .section-head .post-details .post-credit,
.single-blog .section-generic .section-head .post-details .post-credit {
    font-size: 16px;
    color: #404040;
    border-right: 1px solid #404040;
    padding-right: 8px;
    margin-right: 8px; }
.single-post .section-generic .section-head .post-details .post-date,
.single-blog .section-generic .section-head .post-details .post-date {
    font-size: 14px;
    text-transform: uppercase;
    color: #3b3c3b;
    margin-top: 16px; }
/* .single-post .section-generic .section-body,
.single-blog .section-generic .section-body {
  padding: 64px 0; } */
.single-post .section-generic .section-body,
.single-blog .section-generic .section-body {
  padding: 30px 0; }
@media all and (max-width: 719px) {
    .single-post .section-generic .section-body,
    .single-blog .section-generic .section-body {
      padding: 32px 0; } }
.single-post .section-generic .post-nav,
.single-blog .section-generic .post-nav {
  border-top: 4px solid #083b77;
  margin: 0 32px; }
.single-post .section-generic .post-nav:after,
.single-blog .section-generic .post-nav:after {
    content: "";
    display: table;
    clear: both;
    float: none;
    height: 0;
    width: 0; }
.single-post .section-generic .post-nav .prev-post,
.single-post .section-generic .post-nav .next-post,
.single-blog .section-generic .post-nav .prev-post,
.single-blog .section-generic .post-nav .next-post {
    margin-top: 16px;
    max-width: 256px; }
.single-post .section-generic .post-nav .prev-post,
.single-blog .section-generic .post-nav .prev-post {
    float: left;
    text-align: right; }
.single-post .section-generic .post-nav .next-post,
.single-blog .section-generic .post-nav .next-post {
    float: right; }
.single-post .section-generic .post-nav .nav-label,
.single-blog .section-generic .post-nav .nav-label {
    color: #3b3c3b;
    text-transform: uppercase;
    font-size: 14px; }
.single-post .section-generic .post-nav .nav-link,
.single-blog .section-generic .post-nav .nav-link {
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
    color: #C83D5D; }
.single-post .section-generic .section-content,
.single-blog .section-generic .section-content {
  width: 80%;
  float: none;
  margin: 0 auto; }
/*.single-post .section-generic .section-content,
.single-blog .section-generic .section-content {
  width: 100%;
  float: none;
  max-width: 694px;
  margin: 0 auto; }*/
.single-post .section-generic .featured-image,
.single-blog .section-generic .featured-image {
  padding: 4px 36px 32px;
  margin-left: -104px; }
.single-post .section-generic .featured-image img,
.single-blog .section-generic .featured-image img {
    max-height: 524px;
    max-width: 385px;
    width: 100%;
    height: auto; }
.single-post .section-generic .featured-image .featured-image-caption,
.single-blog .section-generic .featured-image .featured-image-caption {
    font-size: 14px;
    color: #3b3c3b;
    margin-top: 12px; }
@media all and (max-width: 960px) {
    .single-post .section-generic .featured-image.alignleft,
    .single-post .section-generic .featured-image.alignright,
    .single-blog .section-generic .featured-image.alignleft,
    .single-blog .section-generic .featured-image.alignright {
      float: none;
      width: 100%;
      text-align: center;
      margin-left: 0px; } }
.single-post .section-generic .share-links,
.single-blog .section-generic .share-links {
  margin: 32px auto 32px;
  width: 100%;
  text-align: center; }
.single-post .section-generic .share-links h2,
.single-blog .section-generic .share-links h2 {
    font-size: 16px;
    text-align: center; }
.single-post .section-generic .share-links .social-media-icons .social-media-icon,
.single-blog .section-generic .share-links .social-media-icons .social-media-icon {
    margin: 0 6px; }
.single-post .section-generic .share-links .social-media-icons .social-media-icon,
.single-post .section-generic .share-links .social-media-icons .social-media-icon-link,
.single-blog .section-generic .share-links .social-media-icons .social-media-icon,
.single-blog .section-generic .share-links .social-media-icons .social-media-icon-link {
    width: 52px;
    height: 52px; }

    .single-blog .section-generic .tag-list, .post-type-archive-blog .section-generic .tag-list {
      font-family: "Proxima Nova", sans-serif;
      font-size: 14px;
      line-height: 18px;
      text-transform: uppercase; }
    .single-blog .section-generic .tag-list li, .post-type-archive-blog .section-generic .tag-list li {
        list-style: none;
        display: inline-block;
        margin: 0 8px 0 0; }
    .single-blog .section-generic .tag-list li a, .post-type-archive-blog .section-generic .tag-list li a {
          color: #C83D5D;
          text-decoration: none; }
    .single-blog .section-generic .tag-list li a:hover, .post-type-archive-blog .section-generic .tag-list li a:hover {
            text-decoration: underline; }
    .single-blog .section-generic .tag-list li a:after, .post-type-archive-blog .section-generic .tag-list li a:after {
            content: ","; }
    .single-blog .section-generic .tag-list li:last-child a:after, .post-type-archive-blog .section-generic .tag-list li:last-child a:after {
          content: none; }
    .single-blog .section-generic .section-head {
      background: #f4f6f4;
      text-align: center;
      color: inherit;
      padding: 118px 0 0; }
    @media (max-width: 719px) {
        .single-blog .section-generic .section-head {
          padding: 64px 0 0; } }
    .single-blog .section-generic .section-head h1 {
        color: #083B77; }
    .single-blog .section-generic .section-head .subtitle {
        color: #216CC4;
        font-weight: bold;
        font-size: 24px;
        margin-bottom: 16px; }
    .single-blog .section-generic .section-head .post-details:after {
        border-top: 3px solid #083B77;
        content: "";
        width: 50%;
        height: 3px;
        display: block;
        margin: -14px auto 0; }
    .single-blog .section-generic .section-head .post-details .post-details-inner {
        display: inline-block;
        background-color: #f4f6f4;
        padding: 0 16px; }
    .single-blog .section-generic .section-head .post-details .post-credit, .single-blog .section-generic .section-head .post-details .post-date {
        display: inline-block;
        line-height: 1em; }
    .single-blog .section-generic .section-head .post-details .post-credit {
        font-size: 16px;
        color: #404040;
        border-right: 1px solid #404040;
        padding-right: 8px;
        margin-right: 8px; }
    .single-blog .section-generic .section-head .post-details .post-date {
        font-size: 14px;
        text-transform: uppercase;
        color: #3b3c3b;
        margin-top: 16px; }
    .single-blog .section-generic .section-body {
      padding: 64px 0; }
    @media all and (max-width: 719px) {
        .single-blog .section-generic .section-body {
          padding: 32px 0; } }
    .single-blog .section-generic .post-nav {
      border-top: 4px solid #083b77;
      margin: 0 32px; }
    .single-blog .section-generic .post-nav:after {
        content: "";
        display: table;
        clear: both;
        float: none;
        height: 0;
        width: 0; }
    .single-blog .section-generic .post-nav .prev-post, .single-blog .section-generic .post-nav .next-post {
        margin-top: 16px;
        max-width: 256px; }
    .single-blog .section-generic .post-nav .prev-post {
        float: left;
        text-align: right; }
    .single-blog .section-generic .post-nav .next-post {
        float: right; }
    .single-blog .section-generic .post-nav .nav-label {
        color: #3b3c3b;
        text-transform: uppercase;
        font-size: 14px; }
    .single-blog .section-generic .post-nav .nav-link {
        font-weight: bold;
        font-size: 16px;
        text-decoration: none;
        color: #C83D5D; }
    .single-blog .section-generic .section-content {
      width: 100%;
      float: none;
      max-width: 694px;
      margin: 0 auto; }
    .single-blog .section-generic .featured-image {
      padding: 4px 36px 32px;
      margin-left: -104px; }
    .single-blog .section-generic .featured-image img {
        max-height: 524px;
        max-width: 385px;
        width: 100%;
        height: auto; }
    .single-blog .section-generic .featured-image .featured-image-caption {
        font-size: 14px;
        color: #3b3c3b;
        margin-top: 12px; }
    @media all and (max-width: 960px) {
        .single-blog .section-generic .featured-image.alignleft, .single-blog .section-generic .featured-image.alignright {
          float: none;
          width: 100%;
          text-align: center;
          margin-left: 0px; } }
    .single-blog .section-generic .share-links {
      margin: 32px auto 32px;
      width: 100%;
      text-align: center; }
    .single-blog .section-generic .share-links h2 {
        font-size: 16px;
        text-align: center; }
    .single-blog .section-generic .share-links .social-media-icons .social-media-icon {
        margin: 0 6px; }
    .single-blog .section-generic .share-links .social-media-icons .social-media-icon, .single-blog .section-generic .share-links .social-media-icons .social-media-icon-link {
        width: 52px;
        height: 52px; }

.post-type-archive-blog span.select2-dropdown.select2-dropdown--below {
  margin-top: 0;
  border-radius: 0;
  border-color: #C83D5D; }
.post-type-archive-blog .select2-results__option {
  padding: 12px;
  font-size: 14px; }
.post-type-archive-blog span.select2-search.select2-search--dropdown {
  padding: 16px; }
.post-type-archive-blog .article-generic {
  margin-bottom: 52px; }
.post-type-archive-blog .section-generic .section-controls {
  width: 100%;
  max-width: 874px;
  padding: 72px 32px;
  margin: 0 auto; }
.post-type-archive-blog .section-generic .section-controls .control-container {
    display: inline-block;
    width: 48%;
    position: relative; }
@media all and (max-width: 719px) {
      .post-type-archive-blog .section-generic .section-controls .control-container {
        display: block;
        width: 100%; }
        .post-type-archive-blog .section-generic .section-controls .control-container:after {
          content: "";
          border-color: #C83D5D transparent transparent transparent;
          border-width: 10px 8px 0 8px;
          margin-left: -16px;
          border-style: solid;
          height: 0;
          right: 16px;
          margin-left: -4px;
          margin-top: -2px;
          position: absolute;
          top: 63%;
          width: 0; } }
.post-type-archive-blog .section-generic .section-controls .control-container + .control-container {
      margin-left: 2%; }
@media all and (max-width: 719px) {
        .post-type-archive-blog .section-generic .section-controls .control-container + .control-container {
          margin-left: 0; } }
.post-type-archive-blog .section-generic .section-controls .control-container label {
      color: 434443;
      font-size: 14px;
      text-transform: uppercase; }
.post-type-archive-blog .section-generic .section-controls .control-container select {
      appearance: none;
      -webkit-appearance: none;
      -ms-appearance: none;
      -moz-appearance: none;
      background: transparent;
      width: 100% !important;
      font-size: 14px;
      border: 1px solid #C83D5D;
      border-radius: 0;
      max-width: 100%;
      display: block !important;
      padding: 12px;
      height: 48px;
      color: #C83D5D; }
@media all and (min-width: 720px) {
        .post-type-archive-blog .section-generic .section-controls .control-container select {
          display: none !important; } }
.post-type-archive-blog .section-generic .section-controls .control-container .select2-container {
      appearance: none;
      -webkit-appearance: none;
      -ms-appearance: none;
      -moz-appearance: none;
      background: transparent;
      width: 100% !important;
      font-size: 14px;
      border: 1px solid #C83D5D;
      border-radius: 0;
      max-width: 100%;
      display: none !important; }
@media all and (min-width: 720px) {
        .post-type-archive-blog .section-generic .section-controls .control-container .select2-container {
          display: block !important; } }
.post-type-archive-blog .section-generic .section-controls .control-container .select2-container .select2-selection--single {
        padding: 12px;
        height: 48px;
        border-radius: 0px;
        border: none;
        color: #C83D5D;
        background-color: transparent; }
.post-type-archive-blog .section-generic .section-controls .control-container .select2-container .select2-selection__rendered {
        color: #C83D5D; }
.post-type-archive-blog .section-generic .section-controls .control-container .select2-container .select2-selection--single .select2-selection__arrow {
        height: 26px;
        position: absolute;
        top: 8px;
        right: 8px;
        width: 20px; }
.post-type-archive-blog .section-generic .section-controls .control-container .select2-container .select2-selection--single .select2-selection__arrow b {
          border-color: #C83D5D transparent transparent transparent;
          border-width: 10px 8px 0 8px;
          margin-left: -16px; }
.post-type-archive-blog .section-generic .section-controls .control-container .select2-container.select2-container--open .select2-selection--single {
        background-color: white; }
.post-type-archive-blog .section-generic .section-controls .control-container .select2-container.select2-container--open .select2-selection--single .select2-selection__arrow b {
          border-width: 0 8px 10px 8px;
          margin-left: -16px;
          border-color: transparent transparent #C83D5D transparent; }
.post-type-archive-blog .section-generic .section-content {
  width: 100%;
  float: none;
  max-width: 859px;
  margin: 0 auto; }
.post-type-archive-blog .section-generic .featured-image {
  display: inline-block;
  width: 32%;
  vertical-align: top;
  padding-right: 32px; }
.post-type-archive-blog .section-generic .featured-image img {
    max-height: 324px;
    width: 100%;
    height: auto; }
@media all and (max-width: 520px) {
      .post-type-archive-blog .section-generic .featured-image img {
        max-height: none;
        width: 70%;
        margin-bottom: 12px; } }
@media all and (max-width: 520px) {
    .post-type-archive-blog .section-generic .featured-image {
      display: block;
      width: 100%;
      text-align: center; } }
.post-type-archive-blog .section-generic .text-container {
  display: inline-block;
  width: 67%;
  vertical-align: top; }
@media all and (max-width: 520px) {
    .post-type-archive-blog .section-generic .text-container {
      display: block;
      width: 100%; } }
.post-type-archive-blog .section-generic .text-container.full {
    display: block;
    width: 100%; }
.post-type-archive-blog .section-generic .post-date {
  font-size: 13px;
  line-height: inherit;
  color: #3b3c3b;
  text-align: right;
  border-top: 2px solid black;
  padding-top: 8px;
  margin-top: 8px;
  text-transform: uppercase; }
.post-type-archive-blog .section-generic .tag-list {
  list-style: none;
  margin-bottom: 0; }
.post-type-archive-blog .section-generic .tag-list li {
    font-size: 13px;
    line-height: inherit;
    padding-left: 0; }
.post-type-archive-blog .section-generic .tag-list li a {
      color: #3b3c3b; }
.post-type-archive-blog .section-generic .tag-list li:before {
      content: none !important; }
.post-type-archive-blog .section-generic .post-title {
  color: #083B77;
  font-size: 28px;
  font-weight: 900; }
.post-type-archive-blog .section-generic .permalink {
  color: #C83D5D;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
  line-height: 1.1; }
.post-type-archive-blog .section-generic .permalink:hover {
    text-decoration: none;
    border-bottom: 2px solid #C83D5D; }
.post-type-archive-blog .pagination {
  text-align: center; }
.post-type-archive-blog .pagination .page-numbers {
    padding: 18px 22px;
    color: #9a6600;
    border: 1px solid #9a6600;
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
    line-height: .5;
    text-transform: uppercase;
    transition: .3s color, .3s background-color;
    text-decoration: none; }
.post-type-archive-blog .pagination .page-numbers.current {
      background: #F6AD00;
      color: #083B77;
      border: 1px solid #F6AD00; }
.post-type-archive-blog .pagination .page-numbers:hover, .post-type-archive-blog .pagination .page-numbers:active {
      background: #F6AD00;
      color: white; }
.bg-wrapper {
  max-width: none;
  margin: 0;
  background: white;
  background-repeat: no-repeat;
  background-size: 100%;
  background-size: cover;
  background-image: url(scss/ses/sites/all/themes/ses/images/banner-overlay.png), url(scss/ses/sites/all/themes/ses/images/generic-banner.jpg);
  will-change: transform;
  position: relative;
  z-index: 0;
  background-attachment: fixed;
  position: relative;
  width: 100%;
  height: 100%; }
.bg-wrapper button {
    right: 5px;
    bottom: 0;
    position: absolute;
    color: white;
    font-size: 24px;
    display: none; }
.video-bg {
  position: inherit;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  overflow: hidden;
  background-size: cover;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  z-index: -1; }
.video-bg video {
    margin: auto;
    position: inherit;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    visibility: visible;
    opacity: 1;
    width: 100%;
    height: 100%;
    display: block !important;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: 'object-fit:cover;'; }
*:focus {
  outline: 4px dashed rgba(0, 0, 0, 0.4) !important; }
[data-whatintent] *:focus {
  outline: 0 !important;
  outline: none !important; }
[data-whatintent="keyboard"] *:focus {
  outline: 4px dashed rgba(0, 0, 0, 0.4) !important; }
#cliftonstrengths {
  display: none; }
.page-template-single-degree-media-page .media-section {
  position: relative; }
.page-template-single-degree-media-page .intro-image.pure-image {
  overflow: hidden; }
.page-template-single-degree-media-page .nav-secondary {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 32px;
  display: block; }
.page-template-single-degree-media-page .nav-secondary .link-nav-trigger {
    margin-top: 0px; }
@media all and (min-width: 720px) {
    .page-template-single-degree-media-page .nav-secondary {
      display: none; } }
.page-template-single-degree-media-page .section-generic .section-body, .page-template-single-degree-media-page .more-info-container {
  background: #f4f6f4;
  padding: 0px; }
@media all and (min-width: 1024px) {
    .page-template-single-degree-media-page .section-generic .section-body, .page-template-single-degree-media-page .more-info-container {
      padding: 65px 0 64px; } }
@media all and (max-width: 712px) {
    .page-template-single-degree-media-page .section-generic .section-body, .page-template-single-degree-media-page .more-info-container {
      padding-bottom: 0px; } }
.page-template-single-degree-media-page .section-body .shell-small, .page-template-single-degree-media-page .more-info {
  padding: 32px; }
@media all and (min-width: 1024px) {
    .page-template-single-degree-media-page .section-body .shell-small, .page-template-single-degree-media-page .more-info {
      padding: 0 47px; } }
@media all and (min-width: 1024px) {
  .page-template-single-degree-media-page .section-body .shell-small {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-items: stretch;
    justify-content: flex-end; } }
@media all and (min-width: 1024px) {
  .page-template-single-degree-media-page .opening-content {
    display: inline-block;
    margin-left: 3em;
    width: 58%;
    padding: 32px 0 32px 0; } }
.page-template-single-degree-media-page .opening-content .section-aside-secondary {
  float: none;
  width: auto;
  padding-top: 32px; }
@media all and (max-width: 719px) {
    .page-template-single-degree-media-page .opening-content .section-aside-secondary {
      position: fixed;
      bottom: 0;
      left: 0;
      right: 0;
      padding-top: 0;
      z-index: 9; } }
.page-template-single-degree-media-page .opening-content .section-aside-secondary ul.list-links {
    margin-bottom: 0;
    display: flex; }
@media all and (max-width: 719px) {
      .page-template-single-degree-media-page .opening-content .section-aside-secondary ul.list-links li {
        width: 100%; } }
@media all and (min-width: 720px) {
      .page-template-single-degree-media-page .opening-content .section-aside-secondary ul.list-links li {
        padding-right: 8px;
        width: 33.33333%; } }
.page-template-single-degree-media-page .opening-content .section-aside-secondary ul.list-links li:last-child {
      padding-right: 0px; }
.page-template-single-degree-media-page .opening-content .section-aside-secondary ul.list-links li ~ li {
      margin-top: 0; }
.page-template-single-degree-media-page .opening-menu {
  vertical-align: top;
  padding-left: 5%; }
@media all and (min-width: 1024px) {
    .page-template-single-degree-media-page .opening-menu {
      display: inline-block;
      width: 35%; } }
.page-template-single-degree-media-page .opening-menu .section-aside {
    width: 100%;
    padding-top: 36px;
    float: none; }
.page-template-single-degree-media-page .opening-menu .section-aside li a:after {
      content: "\f105";
      font-family: "fontawesome";
      font-size: 1.5em;
      vertical-align: middle;
      display: inline-block;
      margin-bottom: .125em;
      margin-left: .5em; }
.page-template-single-degree-media-page .opening-menu .widget-events {
    display: none; }
.page-template-single-degree-media-page .opening-menu ul.table-of-contents li {
    font-size: 12px;
    text-transform: uppercase;
    border-bottom: 1px solid #cccecc;
    color: #373936;
    padding: 24px 8px; }
.page-template-single-degree-media-page .opening-menu ul.table-of-contents li:after {
      content: "\f105";
      font-family: "fontawesome";
      margin-left: 4px;
      font-size: 1.2em;
      vertical-align: middle;
      margin-top: -2px;
      display: inline-block; }
.page-template-single-degree-media-page .opening-menu ul.table-of-contents li a {
      text-decoration: none; }
.page-template-single-degree-media-page .more-info-text {
  padding: 32px;
  box-sizing: border-box;
  vertical-align: top; }
@media all and (min-width: 1024px) {
    .page-template-single-degree-media-page .more-info-text {
      display: inline-block;
      width: 58%;
      padding: 32px 10% 32px 0;
      margin-left: 3em; } }
.page-template-single-degree-media-page .more-info-image-container {
  box-sizing: border-box;
  padding: 42px 0 0;
  vertical-align: top;
  position: relative;
  width: calc(100% + 64px);
  margin-left: -32px;
  margin-bottom: -32px; }
@media all and (min-width: 1024px) {
    .page-template-single-degree-media-page .more-info-image-container {
      display: inline-block;
      width: 35%;
      padding-bottom: 32px;
      margin: 0; } }
.page-template-single-degree-media-page .contact-info {
  background: #f5ac00;
  position: absolute;
  right: 0;
  bottom: 0px;
  padding: 32px;
  color: #083b77;
  font-weight: 12px; }
@media all and (min-width: 1024px) {
    .page-template-single-degree-media-page .contact-info {
      bottom: 32px; } }
.page-template-single-degree-media-page .contact-info h2, .page-template-single-degree-media-page .contact-info h3 {
    color: #083b77;
    text-transform: uppercase;
    font-size: 18px; }
.page-template-single-degree-media-page h2 {
  text-transform: normal; }
@media all and (min-width: 720px) {
    .page-template-single-degree-media-page h2, .page-template-story-page h2 {
      font-size: 32px; } }
.page-template-single-degree-media-page .media-columns {
  background: #216cc3;
  color: white;
  max-width: none;
  vertical-align: top;
  justify-content: center; }
@media all and (min-width: 1024px) {
    .page-template-single-degree-media-page .media-columns {
      display: flex; } }
.page-template-single-degree-media-page .media-columns .media-column {
    padding: 32px; }
@media all and (min-width: 1024px) {
      .page-template-single-degree-media-page .media-columns .media-column {
        flex-grow: 1;
        padding: 64px 32px;
        vertical-align: top;
        min-width: 33%; } }
.page-template-single-degree-media-page .media-columns .nf-error-msg, .page-template-single-degree-media-page .media-columns .ninja-forms-req-symbol {
    color: white; }
.page-template-single-degree-media-page .media-columns h2 {
    color: white; }
.page-template-single-degree-media-page .shell-small.upcoming-events, .page-template-story-page .shell-small.upcoming-events {
  max-width: none;
  background: #0C346D;
  padding: 52px 32px; }
.page-template-single-degree-media-page .shell-small.upcoming-events h2, .page-template-story-page .shell-small.upcoming-events h2 {
    color: white;
    text-align: center;
    text-transform: none !important;
    vertical-align: top; }
@media all and (min-width: 1280px) {
      .page-template-single-degree-media-page .shell-small.upcoming-events h2, .page-template-story-page .shell-small.upcoming-events h2 {
        vertical-align: middle; } }
@media all and (min-width: 960px) {
      .page-template-single-degree-media-page .shell-small.upcoming-events h2, .page-template-story-page .shell-small.upcoming-events h2 {
        width: 300px;
        display: inline-block;
        text-align: left; } }
@media all and (min-width: 960px) {
    .page-template-single-degree-media-page .shell-small.upcoming-events ul, .page-template-story-page .shell-small.upcoming-events ul {
      display: inline-block;
      width: calc(100% - 312px); } }
.page-template-single-degree-media-page .shell-small.upcoming-events ul li, .page-template-story-page .shell-small.upcoming-events ul li {
    background: white;
    border-left: 4px solid #f5ac00;
    vertical-align: top;
    margin-bottom: 28px;
    box-sizing: border-box; }
@media all and (min-width: 640px) {
      .page-template-single-degree-media-page .shell-small.upcoming-events ul li, .page-template-story-page .shell-small.upcoming-events ul li {
        border-left: 8px solid #f5ac00; } }
@media all and (min-width: 1280px) {
      .page-template-single-degree-media-page .shell-small.upcoming-events ul li, .page-template-story-page .shell-small.upcoming-events ul li {
        display: inline-block;
        width: calc(48% - 28px);
        margin-right: 28px; } }
.page-template-single-degree-media-page .shell-small.upcoming-events ul li span, .page-template-story-page .shell-small.upcoming-events ul li span {
      display: block;
      margin: 0 28px;
      padding: 16px 0;
      text-align: center;
      vertical-align: middle;
      border-bottom: 2px solid #E2E2E2; }
@media all and (min-width: 640px) {
        .page-template-single-degree-media-page .shell-small.upcoming-events ul li span, .page-template-story-page .shell-small.upcoming-events ul li span {
          width: 100px;
          margin: 28px 0;
          display: inline-block;
          border-bottom: none;
          border-right: 2px solid #E2E2E2;
          padding: 0; } }
.page-template-single-degree-media-page .shell-small.upcoming-events ul li span .day, .page-template-story-page .shell-small.upcoming-events ul li span .day {
        font-size: 24px;
        color: #0C346D;
        margin-bottom: 4px;
        display: block; }
.page-template-single-degree-media-page .shell-small.upcoming-events ul li span .month, .page-template-story-page .shell-small.upcoming-events ul li span .month {
        display: block;
        color: #505050; }
.page-template-single-degree-media-page .shell-small.upcoming-events ul li div, .page-template-story-page .shell-small.upcoming-events ul li div {
      width: calc(100% - 108px);
      margin: 28px auto;
      padding: 0 0 28px;
      vertical-align: middle; }
@media all and (min-width: 640px) {
        .page-template-single-degree-media-page .shell-small.upcoming-events ul li div, .page-template-story-page .shell-small.upcoming-events ul li div {
          display: inline-block;
          padding: 0 28px; } }
.page-template-single-degree-media-page .shell-small.upcoming-events ul li h3, .page-template-single-degree-media-page .shell-small.upcoming-events ul li h4, .page-template-story-page .shell-small.upcoming-events ul li h3, .page-template-story-page .shell-small.upcoming-events ul li h4 {
      font-size: 18px;
      text-transform: none;
      margin-bottom: 8px; }
.page-template-single-degree-media-page .shell-small.upcoming-events ul li h3 a, .page-template-single-degree-media-page .shell-small.upcoming-events ul li h4 a, .page-template-story-page .shell-small.upcoming-events ul li h3 a, .page-template-story-page .shell-small.upcoming-events ul li h4 a {
        text-decoration: none;
        color: #083b77; }
.page-template-single-degree-media-page .shell-small.upcoming-events ul li p, .page-template-story-page .shell-small.upcoming-events ul li p {
      font-size: 14px;
      font-weight: bold; }
.page-template-single-degree-media-page .shell-small.upcoming-events ul li p a, .page-template-story-page .shell-small.upcoming-events ul li p a {
        text-decoration: none;
        color: #D42551; }
.page-template-single-degree-media-page .shell-small.upcoming-events ul li p a:after, .page-template-story-page .shell-small.upcoming-events ul li p a:after {
          content: "\f105";
          font-family: "fontawesome";
          margin-left: 8px; }
#tribe-events-content a, .tribe-events-adv-list-widget .tribe-events-widget-link a, .tribe-events-adv-list-widget .tribe-events-widget-link a:hover, .tribe-events-back a, .tribe-events-back a:hover, .tribe-events-event-meta a, .tribe-events-list-widget .tribe-events-widget-link a, .tribe-events-list-widget .tribe-events-widget-link a:hover, ul.tribe-events-sub-nav a, ul.tribe-events-sub-nav a:hover {
  text-decoration: underline !important; }
body.page-template-default .article-generic table, body.page-template-story-page .article-entry table {
  background: white;
  border-collapse: collapse;
  margin: 1.25em 0;
  width: 100%; }
body.page-template-default .article-generic table tr,
body.page-template-default .article-generic table th,
body.page-template-default .article-generic table td, body.page-template-story-page .article-entry table tr,
body.page-template-story-page .article-entry table th,
body.page-template-story-page .article-entry table td {
  border: none;
  border-bottom: 1px solid #e4ebeb;
  font-family: 'Lato', sans-serif;
  font-size: .875rem; }
body.page-template-default .article-generic table th,
body.page-template-default .article-generic table td, body.page-template-story-page .article-entry table th,
body.page-template-story-page .article-entry table td {
  padding: 10px 12px;
  text-align: left; }
body.page-template-default .article-generic table th, body.page-template-story-page .article-entry table th {
  background: #083b77;
  color: #ffffff;
  text-transform: uppercase; }
body.page-template-default .article-generic table tr td, body.page-template-story-page .article-entry table tr td {
  background: #e6e6e3;
  color: black; }
body.page-template-default .article-generic table tr:nth-of-type(2n+2) td, body.page-template-story-page .article-entry table tr:nth-of-type(2n+2) td {
  background: #ffffff; }
body.page-template-default .article-generic table.bt tbody td, body.page-template-story-page .article-entry table.bt tbody td {
  font-size: .8125rem;
  padding: 0; }
body.page-template-default .article-generic table.bt tbody td:before, body.page-template-story-page .article-entry table.bt tbody td:before {
  background: #083b77;
  color: white;
  margin-right: 10px;
  padding: 2px 10px;
  min-width: 33%; }
body.page-template-default .article-generic table.bt tbody td:first-of-type:before,
body.page-template-default .article-generic table.bt tbody td:first-of-type .bt-content, body.page-template-story-page .article-entry table.bt tbody td:first-of-type:before,
body.page-template-story-page .article-entry table.bt tbody td:first-of-type .bt-content {
  padding-top: 10px; }
body.page-template-default .article-generic table.bt tbody td:last-of-type:before,
body.page-template-default .article-generic table.bt tbody td:last-of-type .bt-content, body.page-template-story-page .article-entry table.bt tbody td:last-of-type:before,
body.page-template-story-page .article-entry table.bt tbody td:last-of-type .bt-content {
  padding-bottom: 10px; }
.amp-wp-header {
  background-color: #083b77; }
.amp-wp-article a {
  color: #D42551; }
.amp-wp-footer a {
  color: #D42551; }
.nf-form-content .list-select-wrap .nf-field-element > div, .nf-form-content input:not([type=button]), .nf-form-content textarea {
  color: #262626 !important; }
.nf-form-content .list-select-wrap .nf-field-element > div:focus, .nf-form-content input:not([type=button]):focus, .nf-form-content textarea:focus {
  color: #262626 !important; }
.home.page .section-primary .opening .section-group-body:before, .home.page .opening .article-about:before, .home.page .section-primary .opening .section-group-body:after, .page-template-story-page .section-primary .opening .section-group-body:before, .page-template-story-page .opening .article-about:before, .page-template-story-page .section-primary .opening .section-group-body:after {
  content: none; }
.home.page .fact-box, .page-template-story-page .fact-box {
  transform-style: preserve-3d; }
.home.page .fact-box > div, .page-template-story-page .fact-box > div {
  position: relative;
  top: 50%;
  transform: translateY(-50%); }
.home.page .btn-red, .page-template-story-page .btn-red {
  padding: 0;
  width: 100%;
  max-width: 195px; }
.home.page .list-tiles li, .page-template-story-page .list-tiles li {
  width: 273px;
  height: 193px;
  overflow: hidden;
  transform: translateZ(0); }
.home.page .article-about-alt .article-content, .page-template-story-page .article-about-alt .article-content {
  padding-right: 13px; }
.home.page .article-about-alt .article-content, .page-template-story-page .article-about-alt .article-content {
  padding-right: 13px; }
.home.page .article-about, .page-template-story-page .article-about {
  position: relative;
  padding: 142px 0 0;
  padding-top: 0; }
.home.page .article-about .article-aside, .page-template-story-page .article-about .article-aside {
  width: 50%;
  padding-right: 0;
  margin-left: -38px;
  height: 458px;
  width: calc(50% + 25px);
  height: auto;
  bottom: 0; }
.home.page .article-about .article-content, .page-template-story-page .article-about .article-content {
  float: right;
  width: 50%;
  padding-left: 0;
  zoom: 1;
  position: absolute;
  right: 0;
  bottom: 0; }
.home.page .list-tiles-primary, .page-template-story-page .list-tiles-primary {
  margin-top: 0;
  float: left;
  margin-left: 38px;
  margin-left: calc(38px - 25px);
  transform: translateZ(0); }
.home.page .article-about-secondary, .page-template-story-page .article-about-secondary {
  padding-top: 30px;
  padding-bottom: 142px;
  padding-bottom: 40px; }
.home.page .article-about-alt .article-content, .page-template-story-page .article-about-alt .article-content {
  float: left;
  width: 50%;
  text-align: right;
  padding-left: 0;
  padding-right: 0;
  transform: translateZ(0);
  position: relative; }
.home.page .list-tiles-secondary, .page-template-story-page .list-tiles-secondary {
  margin-top: 0;
  margin-right: 35px;
  margin-right: calc(38px - 25px);
  float: right;
  position: absolute;
  right: 0;
  top: 0; }
.home.page .article-about-alt .article-aside, .page-template-story-page .article-about-alt .article-aside {
  width: 50%;
  padding-right: 0;
  padding-left: 0;
  margin-right: -38px;
  margin-top: -74px;
  width: calc(50% + 25px);
  right: 0;
  top: 74px;
  height: auto;
  bottom: auto; }
.home.page .list-tiles li, .page-template-story-page .list-tiles li {
  max-width: 26vw;
  height: 193px;
  overflow: hidden;
  width: 50%;
  height: 16vw;
  min-height: 187px;
  transform: translateZ(0);
  text-align: center; }
.home.page .meta-image, .page-template-story-page .meta-image {
  width: 100%;
  height: 100%;
  background-position: 50%;
  background-size: 100%;
  background-size: cover; }
.home.page .meta-image img, .page-template-story-page .meta-image img {
    opacity: 0; }
.home.page .fact-box h3, .page-template-story-page .fact-box h3 {
  font-size: 42px;
  margin-bottom: .1em;
  line-height: .9em;
  letter-spacing: -.005em;
  font-size: calc(16px + 1.75vw);
  font-weight: 800; }
.home.page .list-tiles div, .page-template-story-page .list-tiles div {
  padding-top: 0; }
@media screen and (max-width: 1023px) {
  .home.page .article-about .article-aside, .page-template-story-page .article-about .article-aside {
    margin: 0px; }
  .home.page .fact-box h3, .page-template-story-page .fact-box h3 {
    font-size: calc(24px + 1.75vw); }
  .home.page .fact-box > div, .page-template-story-page .fact-box > div {
    position: absolute; }
  .home.page .article-content .article-entry, .page-template-story-page .article-content .article-entry {
    margin-top: 40px; }
  .home.page .article-about-alt .article-content .article-entry, .page-template-story-page .article-about-alt .article-content .article-entry {
    margin-top: 0px;
    margin-bottom: 40px; }
  .home.page .article-image.container-fullsize.latter, .page-template-story-page .article-image.container-fullsize.latter {
    margin-right: 0; }
  .home.page .list-tiles, .page-template-story-page .list-tiles {
    float: none;
    margin: 0;
    padding-left: 38px;
    padding-right: 38px; }
    .home.page .list-tiles li, .page-template-story-page .list-tiles li {
      max-width: none; }
  .home.page .article-about .article-aside, .home.page .article-about .article-content, .page-template-story-page .article-about .article-aside, .page-template-story-page .article-about .article-content {
    float: none;
    width: 100%;
    position: relative; }
  .home.page .list-tiles-primary, .page-template-story-page .list-tiles-primary {
    margin-top: 30px; }
  .home.page .list-tiles-secondary, .page-template-story-page .list-tiles-secondary {
    margin-bottom: 30px;
    position: relative; }
  .home.page .article-about-alt .article-aside, .page-template-story-page .article-about-alt .article-aside {
    top: 0;
    margin-top: 0;
    float: right; } }
@media screen and (max-width: 719px) {
  .home.page .list-tiles li, .page-template-story-page .list-tiles li {
    width: 100%; }
  .home.page .fact-box h3, .page-template-story-page .fact-box h3 {
    font-size: calc(24px + 1.75vw); }
  .home.page .list-tiles li:not(.fact-box), .page-template-story-page .list-tiles li:not(.fact-box) {
    background: transparent !important; } }
@media screen and (min-width: 1024px) {
  .home.page, .page-template-story-page {
    /*
    ul.list-tiles {
        min-width: calc(94% - 13px);
    }*/ }
    .home.page .section-group .article-about-alt .article-aside, .page-template-story-page .section-group .article-about-alt .article-aside {
      margin-bottom: 71px; }
    .home.page .section-group:not(.opening) .article-about-alt .article-aside, .page-template-story-page .section-group:not(.opening) .article-about-alt .article-aside {
      left: 35px; } }
.home.page .slides-thumbs li.slide .slide-image, .page-template-story-page .slides-thumbs li.slide .slide-image {
  height: 100%; }
.home.page .slides-thumbs li.slide .slide-image img, .page-template-story-page .slides-thumbs li.slide .slide-image img {
    height: 100%; }
/*
.page-template-story-page .list-tiles div {
    padding: 20px 28px 0 33px;

    h3 {
      font-size: 2em;
    }
}


.page-template-story-page .section-group-body .meta-image {
      padding: 0;
}


.page-template-story-page .article-aside.animations {
    height: auto;
}
*/
.article-image img {
  width: 100%;
  height: auto; }
.slide-content-inner {
  padding: 20px 40px; }
.slider-primary .slides .slide-content h2 {
  font-size: 56px; }
h2 .student-program {
  text-transform: normal;
  font-size: 16px;
  font-weight: normal; }
@media screen and (max-width: 719px) {
  .section-group.opening > .section-group-head.had-pre-content-nav {
    margin-top: 0; }
  .slider-primary .slides .slide-content h2 {
    font-size: 38px; }
  .slide-content-inner {
    padding: 0px; }
  .slider-primary .slides .slide-content {
    left: 0; }
  .student-quote {
    display: none !important; }
  .slider-primary .slides .slide-content h2, .list-about li:nth-child(1) {
    width: 100%; }
  h2 .student-program {
    display: block; }
  .section-group.content-first .section-primary .section-group-head {
    padding-bottom: 18px; }
  .section-group.content-first .section-group-head.animations {
    margin-top: 0;
    padding-bottom: 0; } }
.article-content.animations.latter {
  position: relative;
  padding-left: 36px;
  padding-right: 50px; }
.article-about-teritary .article-entry {
  text-align: left;
  padding-right: 30px; }
.article-image.container-fullsize.latter {
  margin-right: 26px; }
@media screen and (min-width: 719px) {
  .slider-primary .slides .slide-content {
    padding: 0; }
  .slide-content-inner {
    position: relative;
    display: block;
    width: 100%; }
  .section-nav + .section-primary .section-group.opening > .section-group-head {
    margin-top: 0; }
  /*
  .article-about-alt.article-about-last > .article-content > .article-entry {
      margin-bottom: 0;
  }*/ }
.owl-stage {
  background: #AAA; }
.list-actions.list-actions-mobile li:only-child {
  width: 100%; }
a.fact-box-link-real {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  margin-top: 1em;
  border-bottom: 2px solid white;
  text-transform: uppercase; }
.home .intro .intro-content h1 {
  font-family: 'Dobra', sans-serif;
  font-size: 56px;
  color: #ffd100;
  text-shadow: 0 0 16px rgba(0, 0, 0, 0.9);
  margin: -21px 0 32px;
  display: inline-block;
  text-transform: none;
  font-weight: bold; }
@media all and (max-width: 960px) {
    .home .intro .intro-content h1 {
      font-size: 48px;
      margin: -21px 0 24px; } }
@media all and (max-width: 719px) {
    .home .intro .intro-content h1 {
      font-size: 36px;
      margin: -18px 0 16px; } }
@media all and (max-width: 512px) {
    .home .intro .intro-content h1 {
      font-size: 28px;
      margin: 0px 0 16px; } }
.decorative-tagline {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -136px 0 0;
  transform: translate(-50%, -50%);
  height: 40px;
  overflow: hidden;
  font-size: 46px;
  text-transform: uppercase;
  font-weight: 800;
  color: white;
  line-height: 40px !important; }
.decorative-tagline .decorative-tagline__container ul[role=”marquee”] {
    overflow: hidden; }
.decorative-tagline .decorative-tagline__container li[aria-hidden='true'] {
    display: none; }
.decorative-tagline .decorative-tagline__container li[aria-hidden='false'] {
    display: block; }
@media (max-width: 1023px) {
    .decorative-tagline {
      font-size: 42px; } }
@media (max-width: 719px) {
    .decorative-tagline {
      font-size: 28px;
      margin: -78px 0 0; } }
@media (max-width: 512px) {
    .decorative-tagline {
      font-size: 24px;
      margin: -64px 0 0; } }
.decorative-tagline__container {
    font-weight: 600;
    overflow: hidden;
    height: 40px;
    padding: 0 40px; }
.decorative-tagline__container__text {
      display: inline;
      margin: 0; }
.decorative-tagline__container__list {
      margin-top: 0;
      text-align: center;
      list-style: none;
      /*
      -webkit-animation-name: changetwo;
      -webkit-animation-duration: 10s;
      -webkit-animation-iteration-count: infinite;
      animation-name: changetwo;
      animation-duration: 10s;
      animation-iteration-count: infinite;
      &.amt-3 {
        -webkit-animation-name: changethree;
        animation-name: changethree;
      }
      &.amt-4 {
        -webkit-animation-name: changefour;
        animation-name: changefour;
      }
      */ }
.decorative-tagline__container__list__item {
        line-height: 40px;
        margin: 0;
        white-space: nowrap;
        text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.7);
        display: block;
        height: 40px; }
@keyframes changetwo {
  0%, 45%, 100% {
    transform: translate3d(0, 0, 0); }
  55%, 90% {
    transform: translate3d(0, -50%, 0); } }
@keyframes changethree {
  0%, 20%, 100% {
    transform: translate3d(0, 0, 0); }
  25%, 45% {
    transform: translate3d(0, -33%, 0); }
  50%, 70% {
    transform: translate3d(0, -66%, 0); }
  75%, 95% {
    transform: translate3d(0, -33%, 0); } }
@keyframes changefour {
  0%, 12.66%, 100% {
    transform: translate3d(0, 0, 0); }
  16.66%, 29.32% {
    transform: translate3d(0, -25%, 0); }
  33.32%, 45.98% {
    transform: translate3d(0, -50%, 0); }
  49.98%, 62.64% {
    transform: translate3d(0, -75%, 0); }
  66.64%, 79.3% {
    transform: translate3d(0, -50%, 0); }
  83.3%, 95.96% {
    transform: translate3d(0, -25%, 0); } }
@media (max-width: 580px) {
  .change-the-world h2 {
    font-size: 18px; } }
.change-the-world .section-body {
  background: white; }
@media (max-width: 580px) {
    .change-the-world .section-body {
      padding-bottom: 0; } }
.change-the-world .section-body .shell.ctw-header {
    max-width: 1440px;
    margin: 0 auto;
    text-align: center; }
.change-the-world .section-body .shell.ctw-header .list-actions {
      margin: 45px auto 90px; }
@media (max-width: 580px) {
        .change-the-world .section-body .shell.ctw-header .list-actions {
          margin-bottom: 0; } }
.change-the-world .section-body .shell.ctw-header .list-actions .btn.btn-red {
        width: auto; }
.shell .ctw-header-logo {
  margin-left: -90px;
  margin-right: -90px;
  max-width: 116%; }
@media (max-width: 580px) {
    .shell .ctw-header-logo {
      margin-bottom: 60px; } }
.world-changer {
  position: relative;
  margin-bottom: 90px; }
.world-changer .standee {
    position: absolute;
    z-index: 999;
    bottom: -35px;
    pointer-events: none;
    left: 2%; }
@media (max-width: 1024px) {
      .world-changer .standee {
        left: -5%; } }
@media (max-width: 768px) {
      .world-changer .standee {
        left: -10%; } }
@media (max-width: 580px) {
      .world-changer .standee {
        display: none; } }
.world-changer .standee img {
      height: 500px;
      width: auto;
      max-width: unset; }
@media (max-width: 425px) {
        .world-changer .standee img {
          height: 250px; } }
.world-changer .video {
    margin: 0 auto;
    max-width: 75%; }
@media (max-width: 580px) {
      .world-changer .video {
        max-width: 80%; } }
@media (max-width: 425px) {
      .world-changer .video {
        margin: 0 -35px;
        max-width: unset; } }
.world-changer .video .video-container {
      position: relative;
      padding-bottom: 56.25%;
      overflow: hidden;
      height: auto;
      margin: 0 auto; }
@media (max-width: 580px) {
        .world-changer .video .video-container {
          margin: 0 0 0 auto; } }
.world-changer .video .video-container iframe,
    .world-changer .video .video-container object,
    .world-changer .video .video-container embed {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
.world-changer .video .video-meta {
      display: flex;
      flex-flow: row wrap;
      justify-content: space-around;
      align-items: flex-start;
      padding: 30px;
      background: #216CC3;
      color: white;
      margin: 0 auto; }
@media (max-width: 1024px) {
        .world-changer .video .video-meta {
          justify-content: flex-start;
          padding: 30px 120px; } }
@media (max-width: 580px) {
        .world-changer .video .video-meta {
          margin: 0 0 0 auto;
          padding: 30px 60px; } }
@media (max-width: 425px) {
        .world-changer .video .video-meta {
          max-width: unset;
          margin-top: 15px;
          padding: 30px; } }
.world-changer .video .video-meta .name {
        margin-right: 30px; }
.world-changer .video .video-meta .name h3 {
          margin: 0;
          font-size: 21px;
          color: #FFFFFF;
          letter-spacing: 0;
          text-align: left;
          font-weight: 900;
          text-transform: uppercase; }
.world-changer .video .video-meta .name h4 {
          margin: 0;
          font-size: 21px;
          color: #FFFFFF;
          letter-spacing: 0;
          text-align: left;
          font-weight: 400;
          text-transform: uppercase; }
.world-changer .video .video-meta p {
        text-align: left;
        color: #FFFFFF;
        letter-spacing: 0;
        max-width: 550px; }
.wrap-up {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  margin: 90px -60px 60px; }
@media (max-width: 580px) {
    .wrap-up {
      margin: 90px 15px 0px; } }
.wrap-up .image {
    width: 60%;
    height: auto; }
@media (max-width: 580px) {
      .wrap-up .image {
        width: 90%; } }
.wrap-up .actions {
    width: 40%; }
@media (max-width: 580px) {
      .wrap-up .actions {
        width: 100%; }
        .wrap-up .actions .list-actions {
          display: block;
          margin-bottom: 0; }
          .wrap-up .actions .list-actions li {
            margin-bottom: 15px; } }
.actions h3 {
  font-weight: 900;
  font-size: 21px;
  color: #0E407A;
  letter-spacing: 0;
  text-transform: uppercase;
  margin: 0; }
/*
 * jQuery Basic Table
 * Author: Jerry Low
 */
table.bt thead,
table.bt tbody th {
  display: none; }
table.bt tfoot th,
table.bt tfoot td,
table.bt tbody td {
  border: none;
  display: block;
  display: flex;
  vertical-align: top;
  /* IE 9 */
  float: left\9;
  width: 100%\9; }
table.bt tfoot th::before,
table.bt tfoot td::before,
table.bt tbody td::before {
  content: attr(data-th) ": ";
  display: inline-block;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  font-weight: bold;
  width: 6.5em; }
table.bt tfoot th.bt-hide,
table.bt tfoot td.bt-hide,
table.bt tbody td.bt-hide {
  display: none; }
table.bt tfoot th .bt-content,
table.bt tfoot td .bt-content,
table.bt tbody td .bt-content {
  vertical-align: top; }
.bt-wrapper.active {
  max-height: 310px;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }
table.bt.bt--no-header tfoot td::before,
table.bt.bt--no-header tbody td::before {
  display: none; }

/* STYLE FEATURED IMAGES */

/* .article.article-generic .featured-image {
  padding: 0 0 10px 0;
  margin-left: 0;
  float: none;
  margin: auto;
  max-width: 300px;
} */

.article.article-generic .featured-image {
  padding: 0 0 10px 0;
  margin-left: 0;
  float: none;
  margin: auto;
}

.article.article-generic .featured-image img {
  max-width: none;
  max-height: none;
  width: 100%;
}

ul.add-back-styling {
  list-style: initial;
}

ul.add-back-styling li {
  font-size: 13px;
  padding-left: initial;
  margin-left: 20px;
}

ul.add-back-styling li ~ li {
  margin-top: initial;
}